@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
/*日付*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
.font_roboto {font-family: "Roboto", sans-serif;}


html{height: 100%;scroll-behavior: smooth;}

body,div,class,img,p,form,fieldset,input,textarea,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,table,th,td {margin: 0;padding: 0;vertical-align: baseline;vertical-align: bottom;}

body {
    font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	color: #000000;
	font-size: 15px;
	margin: 0 auto;
	-webkit-text-size-adjust: 100%;
	width: 100%;
	background-color: #ffffff;
	text-align: left;
	line-height: normal;
	letter-spacing: normal;
    /*padding-top: 130px;*/
}
/*
@media screen and (max-width : 1009px) {
	body {
        padding-top: 61px;
	}
}
*/
@media only screen and (max-width: 640px) {
    body {
        font-size: 14px;
    }
}
body p {
    line-height: 1.4em;
}
.mese p {
    line-height: 1.8em;
}
article, aside, figure, figcaption, footer, header, nav, section {display: block;}

body img {max-width: 100%;height: auto;border: none;}

/*イメージフェード*/
.fade {-webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}
.fade:hover {opacity: 0.6;filter: alpha(opacity=60);}

a {color: #1f7daf;text-decoration: underline;}a:visited {color: #1f7daf;text-decoration: none;}a:active {color: #1f7daf;text-decoration: none;}a:hover {color: #1f7daf;text-decoration: none;}


/*ヘッダー*/
header {
	width: 100%;
	z-index: 10;
    height: 70px;
	background: #f7f2e9;
    /*background-color: rgb(255 2550 255 / 80%);*/
    z-index: 100;
	position: fixed !important;
	top: 0;
	left: 0;
}
@media print, screen and (max-width : 940px){
    header {
        height: 51px;
    }
}
.header_inner {
	margin: auto;
	max-width: 1000px;
    width: 100%;
	padding-right: 0px;
	padding-left: 10px;
	-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}

.logo {
	float: left;
    margin-top: 10px;
    width: 122px;
    height: auto;
    /*text-indent: -9999px;
    background: url(./images/logo.svg) no-repeat left top/cover;*/
}
@media print, screen and (max-width : 940px){
    .logo {
        margin-top: 0;
        width: 100px;
    }
}

header .btn_registration {
    width: 110px;
    float: right;
    padding: 12px 5px;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
@media print, screen and (max-width : 940px){
    header .btn_registration {
        width: 49px;
        height: 49px;
        padding: 0;
        margin-right: 49px;
    }
}
header .btn_registration a {
    width: 100px;
    height: 46px;
    display: block;
    text-align: center;
    line-height: 2.7em;
    font-size: 16px;
    background: #eebe01;
    color: #000;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 3px 3px 3px #ccc;
    border-radius: 6px;-webkit-border-radius: 6px;-moz-border-radius: 6px;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
    -webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;
}
header .btn_registration a:hover {
    /*opacity: 0.6;filter: alpha(opacity=60);*/
    color: #fff;
    background: #cc0000;
    -webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;
}
@media print, screen and (max-width : 940px){
    header .btn_registration a {
        width: 100%;
        height: 100%;
        text-decoration: none;
        box-shadow: none;
        text-indent: -9999px;
        border-radius: 0px;-webkit-border-radius: 0px;-moz-border-radius: 0px;
        background: url(../img/icon_registration.svg) no-repeat center center/ 20px auto, #eebe01;
    }
    header .btn_registration a:hover {
        background: url(../img/icon_registration.svg) no-repeat center center/ 20px auto, #cc0000;
    }
}

header .btn_login {
    width: 110px;
    float: right;
    padding: 12px 5px;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
@media print, screen and (max-width : 940px){
    header .btn_login {
        width: 49px;
        height: 49px;
        padding: 0;
        /*margin-right: 49px;*/
    }
}
header .btn_login a {
    width: 100px;
    height: 46px;
    display: block;
    text-align: center;
    line-height: 2.7em;
    font-size: 16px;
    background: #fff;
    border: 2px solid #eebe01;
    color: #000;
    font-weight: 600;
    text-decoration: none;
    border-radius: 6px;-webkit-border-radius: 6px;-moz-border-radius: 6px;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
    -webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;
}
header .btn_login a:hover {
    /*opacity: 0.6;filter: alpha(opacity=60);*/
    color: #fff;
    background: #cc0000;
    -webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;
}
@media print, screen and (max-width : 940px){
    header .btn_login a {
        width: 100%;
        height: 100%;
        text-decoration: none;
        text-indent: -9999px;
        border-radius: 0px;-webkit-border-radius: 0px;-moz-border-radius: 0px;
        background: url(../img/icon_login.svg) no-repeat center center/ 26px auto, #fff;
    }
    header .btn_login a:hover {
        background: url(../img/icon_login_w.svg) no-repeat center center/ 26px auto, #cc0000;
    }
}

header .btn_luga_info {
    float: right;
    padding: 24px 0 0 0;
    margin-right: 10px;
}
header .btn_luga_info a {
    color: #000;
    text-decoration: none;
}
header .btn_luga_info a:hover {
    text-decoration: underline;
}
@media print, screen and (max-width : 940px){
    header .btn_luga_info {display: none;}
}

.home_box {
    height: 70px;
}
@media print, screen and (max-width : 940px){
    .home_box {
        height: 51px;
    }
}

.block {
	width: 100%;
	/*background: #f7f7f7;*/
	padding: 80px 0;
}
.inner {
	max-width: 1000px;
	margin: auto;
	padding: 0px 10px;
	-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
.inner_m {
	max-width: 800px;
	margin: auto;
	background: #fff;
	padding: 0px 10px 0px 10px;
	-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
.inner_low {
	max-width: 800px;
	margin: auto;
	background: #fff;
	padding: 0px 10px 0px 10px;
	-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
.conte {
	max-width: 800px;
	margin: auto;
	padding: 80px 0 50px 0;
}
@media only screen and (max-width: 767px) {
    .block {
        padding: 40px 0;
    }
    .conte {
        padding: 40px 0 20px 0;
    }
}
@media only screen and (max-width: 640px) {
    .block {
        padding: 20px 0;
    }
    .conte {
        padding: 20px 0 20px 0;
    }
}


.h2_t {
    width: 100%;
    font-size: 36px;
    line-height: 1.6em;
    color: #222;
    font-weight: 500;
    letter-spacing: 0.03em;
    text-align: center;
    margin: 20px 0;
    padding-bottom: 20px;
    background: url(../img/h2_t.svg) no-repeat bottom center;
}
@media only screen and (max-width: 960px) {
    .h2_t {font-size: 28px;margin-bottom: 20px;}
}
@media only screen and (max-width: 640px) {
    .h2_t {font-size: 22px;}
}
.h2_t span {
    font-size: 15px;
    line-height: 1.0em;
    /*color: #76af1f;*/
}

.h3_t {
    width: 100%;
    text-align: center;
    font-size: 24px;
    line-height: 1.8em;
    color: #222;
    font-weight: 600;
    letter-spacing: 0.03em;
}
@media only screen and (max-width: 640px) {
    .h3_t {font-size: 20px;}
}
.h3_t span {
    color: #cdcdcd;
    font-size: 12px;
}

.h3_event {
    width: 100%;
    font-size: 18px;
    line-height: 2.2em;
    color: #fff;
    background: #3663ab;
    font-weight: 400;
    letter-spacing: 0.03em;
    margin: 20px 0 0 0;
    padding: 0 12px;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
@media only screen and (max-width: 640px) {
    .h3_event {font-size: 20px;}
}

.h4_t {
    text-align: center;
    font-size: 26px;
    line-height: 1em;
    color: #222;
    font-weight: 500;
    letter-spacing: 0.03em;
}
@media only screen and (max-width: 640px) {
    .h4_t {font-size: 20px;}
}
.h4_t span {
    color: #cdcdcd;
    font-size: 12px;
}

.h5_t {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.6em;
}
@media only screen and (max-width: 640px) {
    .h5_t {font-size: 18px;}
}

@media only screen and (max-width: 640px) {.pc {display: none;}}
@media only screen and (min-width: 641px) {.sp {display: none;}}


/*リスト三角矢印*/
.list_yajirushi {
	width: 100%;
    display: flex;
	flex-wrap: wrap;
    list-style: none;
}
.list_yajirushi li {
    width: 100%;
    padding-left: 18px;
    padding-bottom: 8px;
    line-height: 1.8em;
    background: url(./images/list_yajirushi.svg) no-repeat left top 8px;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}

/*リスト丸*/
.list_maru {
	width: 100%;
    display: flex;
	flex-wrap: wrap;
    list-style: disc;
    padding-left: 20px;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
.list_maru li {
    line-height: normal;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}



/*Youtube*/
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
    border: none;
}


/*ページングここから*/
.pages {
	text-align: center;
	line-height: 24px;
	width: 100%;
	list-style-type: none;
}
.pages li {
	margin-left: 1px;
	margin-right: 1px;
	background-color: #F5F5F5;
	display: inline-block;
}
.pages i {
	display:none;
}
.pages li a,
.pages li b {
	display: block;
	padding: 6px 10px;
	line-height: 24px;
	font-weight: normal;
}
.pages li a {
	color: #4d4033;
	border: 1px solid #aaa;
	text-decoration: none;
}
.pages li b {
	color: #FFFFFF;
	border: 1px solid #d30015;
	background-color: #d30015;
}
.pages li a:hover {
	color: #FFFFFF;
	border: 1px solid #d30015;
	text-decoration: none;
	background-color: #d30015;
}
@media screen and (max-width : 970px){
	.pages li a,
	.pages li b {
		font-size: 18px;
		padding-top: 8px;
		padding-right: 6px;
		padding-bottom: 8px;
		padding-left: 6px;
	}
}
/*ページングここまで*/



/*フッター*/
footer {
    width: 100%;
    text-align: center;
    background: #30893d;
    padding: 60px 0 0 0;
    margin-top: 60px;
}
@media only screen and (max-width: 767px) {
    footer {
        margin-top: 20px;
        padding: 20px 0 0 0;
    }
}
.footer_logo {
    width: 100%;
    text-align: center;
}
.footer_logo img {
    max-width: 254px;
    height: auto;
}
footer .copyright {
    width: 100%;
    font-weight: 400;
    font-size: 13px;
    line-height: 5.0em;
    border-top: 1px solid #fff;
    background: #006940;
}
footer .copyright a {color: #fff;text-decoration: none;}
footer .copyright a:visited {color: #fff;text-decoration: none;}
footer .copyright a:active {color: #fff;text-decoration: none;}
footer .copyright a:hover {color: #fff;text-decoration: none;}



@media only screen and (min-width: 414px) {
    .br_footer {
        display: none;
    }
}

/*ページTOPへ戻る*/
#page-top {
	position: fixed;
	bottom: 0px;
	right: 0px;
	font-size: 90%;
    border: 1px solid #fff;
}
#page-top a {
	background: #ff5800;
	//*opacity: 0.6;*/
	text-decoration: none;
	color: #000;
	/*width: 50px;*/
	padding: 5px 10px;
	text-align: center;
    text-decoration: none;
	display: block;
	border-radius: 3px;-webkit-border-radius: 3px;-moz-border-radius: 3px;
	-webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;
}
#page-top a:hover {
	text-decoration: none;
	background: #ff5800;
    font-weight: bold;
	-webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;
}

/*電話リンク無効化*/
@media only screen and (min-width: 1010px) {
    .notel {
        pointer-events: none;
    }
}

/*グーグルマップ*/
.googlemap_box {
	width: 100%;
	margin-top: 20px;
	position: relative;
}
.googlemap {
	position: relative;
	padding-bottom: 38%;
	height: 0;
	overflow: hidden;
}
@media only screen and (max-width: 767px) {
	.googlemap_box {
		margin-top: 0px;
	}
	.googlemap {
		padding-bottom: 70%;
	}
}
.googlemap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/*遅延ロード※フッターにJS
.sa {
  opacity: 0;
  transition: all .5s ease;
}
.sa.show {
  opacity: 1;
  transform: none;
}
.sa--lr {
  transform: translate(-100px, 0);
}
.sa--rl {
  transform: translate(100px, 0);
}
.sa--up {
  transform: translate(0, 50px);
}
.sa--down {
  transform: translate(0, -100px);
}
.sa--scaleUp {
  transform: scale(.5);
}
.sa--scaleDown {
  transform: scale(1.5);
}
.sa--rotateL {
  transform: rotate(180deg);
}
.sa--rotateR {
  transform: rotate(-180deg);
}
*/


.slide-bottom {
    opacity: 0.8;
    transform: translateY(50px);
    transition: all 1.3s 0s ease-out;
}


/*改行禁止*/
.nowrap {
	white-space: nowrap;
}
/*センター揃え*/
.center {
	text-align: center;
}
/*レフト揃え*/
.left {
	text-align: left;
}
/*ライト揃え*/
.right {
	text-align: right;
}
/*フロートレフト*/
.f_left {
	float: left;
}
/*フロートライト*/
.f_right {
	float: right;
}

/*太字*/
.strong {
	font-weight: 700;
}
/*赤太*/
.style_rb {
	color: #CC0000;
	font-weight: 600;
}
/*赤*/
.style_red {
	color: #CC0000;
    background: #ffc8c8;
    margin-bottom: 5px;
}
/*青*/
.style_blu {
	color: #003399;
	font-weight: 200;
}
/*白*/
.style_w {
	color: #ffffff;
}

/*2行目より1字下げ*/
.t-indent-1 {
	padding-left: 1em;
	text-indent: -1em;
}

/*字下げ*/
.text_indent {
	text-indent: -1em;
	padding-left: 1em;
}
.text_indent_left {
	padding-left: 1em;
}
.text_indent_left0 {
	padding-left: 0.4em;
	text-indent: 0em;
}
.text_indent_left1-4 {
	padding-left: 1.4em;
}
.text_indent_left_i {
	padding-left: 1.2em;
	text-indent: -1.2em;
}
.t-indent-8 {
	text-indent: -8px;
}
.t-indent-7 {
	text-indent: -7px;
}

.justify {
	text-align: justify;
	text-justify: inter-ideograph;
}

/*別ページ(ターゲットブランク)*/
.blank_w {
    padding-right: 20px;
    background: url(../img/icon_link_blank_w.png) no-repeat right center;
}
.blank {
    padding-right: 20px;
    background: url(../img/icon_link_blank.png) no-repeat right center;
}

/*打ち消し線*/
.line-through_top {
	color: red;
	text-decoration: line-through;
}
.line-through {
	color: black
}

/*ul 数字*/
.list_decimal {
	width: 100%;
	padding-left: 20px;
	-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
.list_decimal li {
	width: 100%;
	margin-top: 20px;
	list-style-type: decimal;
	-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}

/*ul ●*/
.list_disc {
	width: 100%;
	padding-left: 20px;
	-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
.list_disc li {
	width: 100%;
	margin-top: 10px;
	list-style-type: disc;
	-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}

/*WP標準*/
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright {
	float: right;
	margin-left: 14px;
}
.alignleft {
	float: left;
	margin-right: 14px;
}

/*投稿ナビゲーション*/
.nav-links {
	display: none;
}

.none {
	display: none;
}

/*改行*/
.br::before {
	content: "\A" ;
	white-space: pre;
}


.clearfix {
	clear: both;
}


/*サイトマップ*/
.sitemap_pages ul li {
    list-style: none;
    padding-bottom: 6px;
}
.sitemap_pages h3 {
    margin-bottom: 8px;
}


/*パンくずリスト*/
.b_list_box {
	width: 100%;
    padding: 20px 0 10px 0;
    margin-top: 90px;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
@media print, screen and (max-width : 1009px){
    .b_list_box {
        margin-top: 51px;
    }
}
.b_list {
	max-width: 1000px;
	margin: auto;
	text-align: left;
	font-size: 14px;
    list-style: none;
    letter-spacing: 0.04em;
    padding: 0 10px;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
.b_list li {
	color: #333;
    display: inline-block;
}
.b_list li a {
	color: #333;
    text-decoration: underline;
}
.b_list li a:hover {
	color: #cc0000;
    text-decoration: underline;
}
.b_list li.b_list_home {
    padding-right: 10px;
}
.b_list li.b_list_class {
	padding: 0 10px 0 16px;
	background: url(../img/b_list_next.svg) no-repeat left 0px top 5px;
}

/*記事内Youtubeレスポンシブ対応*/
article iframe[src*="youtube.com"] {
	width: 100%; /* 任意の横幅を指定 */
	height: auto;
	aspect-ratio: 16/9;
}

/*reCAPTCHA 3表示位置調整
.grecaptcha-badge {
	bottom: 120px !important;
}
*/

/*reCAPTCHA 2
.wpcf7-recaptcha > div {
    margin: 0 auto;
}
@media print, screen and (max-width : 387px) {
    .wpcf7-recaptcha > div {
        transform-origin: 0% 0%;
        transform: scale(0.96);
    }
}
@media print, screen and (max-width : 374px) {
    .wpcf7-recaptcha > div {
        transform-origin: 0% 0%;
        transform: scale(0.845);
    }
}*/

/*改行  <span class="br">改行文字</span>*/
.br::before {
    content: "\A" ;
    white-space: pre ;
}

/*リンク無効化*/
.link_none {
    pointer-events: none;
}

/*タグ*/
.tags {
    margin-top: 20px;
    font-size: 14px;
}

.clearfix {clear: both;}