@charset "UTF-8";

#hed {
	width: 100%;
	position: fixed;
	background-color: #1d0f09;
	background-position: center center;
	background-repeat: repeat;
	height: 65px;
	left: 0px;
	top: 0px;
	right: 0px;
	z-index: 20;
	transition: all .5s;
}
/*.change-color1 #hed {
	background-color: #FAF9F4;
	
	background-position: center center;
	background-repeat: repeat;
}
*/
.sptel a {color: #524a3e;}
.sptel {
	width: 28px;
	position: fixed;
	right: 15px;
	z-index: 5001;
	text-align: center;
	top: 20px;
	color: #fff;
}
.sptel .mysvg {
	width: 23px;
	color: #fff;
	line-height: 0;
	fill: currentColor;
}

/*.change-color1 .sptel a {color: #333;}*/
.sptel span {
	/*margin-top:-2px;*/
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-size: 7pt;
	text-align: center;
	color: #fff;
	line-height: 15px;
	font-variant: normal;
	display: block;
    margin-top: -2px;
}

.fgnav{
    /*background: #2c303a;*/
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 300;
}
.fmenu-box {}
.fmenu{
	top: 25px;
	left: 20px;
	position: fixed;
	width: 30px;
	z-index: 350;
	cursor: pointer;
	height: 12px;
	/*background: #2c303a;*/
}

.fmenu:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 45px;
	height: 45px;
	/*background: #fff;*/
	margin-top: -10px;
	margin-left: -7px;
}


.menu__line{
	display: block;
	height: 1px;
	position: absolute;
	transition: transform .3s;
	width: 100%;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #fff;
}
.change-color1 .menu__line {background: #fff;}
.menu__line--bottom{bottom: 0;}
.menu__line--top.active{
	height: 2px;
    top: 4px;
    transform: rotate(45deg);
    background: #fff;
}
.menu__line--bottom.active{
    bottom: 6px;
	height: 2px;
    transform: rotate(135deg);
    background: #fff;
}
.menu__title {
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	position: absolute;
	font-size: 7pt;
	line-height: 9px;
	text-align: center;
	bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    
}
.menu__title {color: #fff;}
.menu__title.active {color: #fff;}



/*gnav*/

.gnav__wrap{
	position: relative;
	width: 100%;
	height: 100%;
	/*height: 100%;*/
	overflow: scroll;
	/*background-color: #1d0f09;*/
    background-color: rgba(29 15 9 /95%);
    /*-webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);*/
    color: #fff;
}
.fspace {
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	/*padding-top:20px;*/
	/*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);*/
}

.fmenuspace{
	box-sizing: border-box;
	/*padding-top: 5%;*/
	padding-right: 5%;
	padding-left: 5%;
	margin-bottom:15px;
}

.add .telnum{text-align: center;}
.add .telnum span {
    font-size: 11pt;
    margin-right: 8px;
}

.add .telnum a{
    font-weight: normal;
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 15pt;
	line-height: 30px;
	color: #fff;
}

.add {
	color: #fff;
	box-sizing: border-box;
	padding-right: 5%;
    padding-top: 5%;
	padding-bottom: 7%;
	padding-left: 5%;
	text-align: center;
}
.add p{
	font-weight: normal;
	padding-top:5px;
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 10pt;
	line-height: 20px;
	padding-bottom: 5px;
}
.add h3 { text-align:left;}
.add h4 .mysvg {
	width:20px;
	vertical-align: -18%;
	display: inline-block;
	color: #fff;
	fill: currentColor;
	margin-right:5px;
}

.add h4 a{
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 12pt;
	line-height: 22px;
	color: #fff;
	display: block;
	text-align: center;
	background-color: #03275D;
	padding-top: 15px;
	padding-bottom: 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight: 700;
}

/*.add p{
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 9pt;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
}*/

.sp-logo {
	margin-top:12px;
	width: 60%;
	min-width: 150px;
	max-width: 150px;
	margin-right: auto;
	margin-left: auto;
}
.fmenuspace h2{
	margin-top:42px;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
    margin-bottom: 20px;
}

.change-color1 .sp-logo {}
.gnav__menu {
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
	/*padding-top: 10px;*/
    /*padding-bottom: 15px;*/
	/*text-orientation: upright;*/
}
.gnav__menu li{
    width: 48%;
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
    position: relative;
    border-bottom: 1px solid #fff;
}


.gnav__menu2 li{
    
    font-feature-settings: "palt" 1;
    font-family: fot-tsukuardgothic-std, sans-serif;
    position: relative;
    border-bottom: 1px solid #fff;
}


.gnav__menu ul{
	/*padding-top:10px;
	padding-bottom:10px;*/
}
.gnav__menu ul li{
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 9pt;
	line-height: 21px;
	font-weight: normal;
	position:relative;
}

.gnav__menu ul li span{}
.gnav__menu ul li a{
	color: #524a3e;
	-webkit-transition: all .3s;
	transition: all .3s;
	box-sizing:border-box;
	/*padding-top:5px;
	padding-bottom:5px;*/
}
.gnav__menu ul li a:hover{
	color: #524a3e;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.gnav__menu__item span{
	font-size: 13pt;
	line-height: 30px;
	font-weight: 700;
    display: block;
}
.gnav__menu__item {
	font-size: 9pt;
	line-height: 20px;
	font-weight: normal;
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
}
.gnav__menu__item h5{
	padding-top:15px;
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 12pt;
	line-height: 25px;
	font-weight: normal;
}
.gnav__menu a{
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
	display:block;
	-webkit-transition: all .3s;
	transition: all .3s;
}
/*.gnav__menu a:hover{
	color: #524a3e;
}*/
.gnav__menu h5 a{
	padding-top:5px;
	padding-bottom:5px;
	color: #524a3e;
	display:block;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.gnav__menu h5 a:hover{
	color: #524a3e;
}

.telnum6 {margin-bottom: 15px;}
.telnum6 .mysvg {
	width:20px;
	vertical-align: -5%;
	display: inline-block;
	color: #03275D;
	fill: currentColor;
	margin-right:2px;
}
.telnum6 a{
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 20pt;
	line-height: 35px;
	color: #524a3e;
	font-weight: 700;
}

.eng{
	font-size: 13pt;
	line-height: 27px;
	font-weight: 700;
    display: block;
}
.fs-accordion summary{
    /*text-align: center;*/
	padding-top:10px;
	padding-bottom:10px;
	position: relative;
	list-style: none;
	cursor: pointer;
	font-size: 9pt;
	line-height: 18px;
	font-weight: normal;
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	box-sizing: border-box;
}
.fs-accordion summary::-webkit-details-marker {display: none;}
.fsicon {
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 15px;
    margin-left: 6px;
    flex-shrink: 0;
    transform-origin: center 43%;
    transition: transform 0.5s;
}
/* アイコンの三角矢印 */
.fsicon::before,
.fsicon::after {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 3px;
    background-color: #fff;
}
.fsicon::before {left: 0;transform: rotate(45deg);}
.fsicon::after {right: 0;transform: rotate(-45deg);}

/* アコーディオン表示の際に回転する */
.fs-accordion details[open] .fsicon {transform: rotate(180deg);}

.fs-accordion .contents{
	/*margin-left:20px;*/
	box-sizing: border-box;
	/*padding-left:10px;
    padding-right: 10px;*/
    display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 20px;
}
.fs-accordion p {width: 47%;}
.fs-accordion p:nth-child(1) {border-bottom: 1px solid #fff;}
.fs-accordion p:nth-child(2) {border-bottom: 1px solid #fff;}
.fs-accordion p:nth-child(3) {border-bottom: 1px solid #fff;}
.fs-accordion p:nth-child(4) {border-bottom: 1px solid #fff;}
.fs-accordion p a{
    padding-top: 8px;
    padding-bottom: 9px;
    color: #fff;
    display: block;
	font-size: 9pt;
	line-height: 18px;
	font-weight: normal;
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
}
.fs-accordion p span{
    font-size: 13pt;
    line-height: 25px;
    font-weight: 700;
    display: block;
    text-transform: uppercase;
}
.fs-accordion p:last-child {border: 0px;}





/*モーダル*/
.modal_wrap input{display: none;}
.modal_overlay{
    display: flex;
    justify-content: center;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    transition: opacity 0.5s, transform 0s 0.5s;
    transform: scale(0);
}
.modal_trigger{position: absolute;width: 100%;height: 100%;}
.modal_content{
	position: relative;
	align-self: center;
	width: 90%;
	max-width: 640px;
	box-sizing: border-box;
	background: #fff;
	line-height: 1.4em;
	transition: 0.5s;
	padding-top: 38px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.close_button{
	position: absolute;
	top: 12px;
	right: 10px;
	font-size: 24px;
	cursor: pointer;
	color: #333;
}
.close_button span {color: #FFF;}
.modal_wrap input:checked ~ .modal_overlay{
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s;
}
.open_button{}
.fspacer h4{
	font-size: 10pt;
	margin-bottom: 5px;
	font-weight: normal;
	padding-top:5px;
}
.button-sp span{font-size: 11pt; margin-right:5px;}
.button-sp {
	font-weight: 600;
	font-size: 15pt;
	display: block;
	text-decoration: none;
	outline: none;
	margin-right: auto;
	margin-left: auto;
	line-height: 25px;
	padding: 15px;
	box-sizing: border-box;
	margin-bottom:10px;
}
.button-sp::before,
.button-sp::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button-sp,
.button-sp::before,
.button-sp::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button-sp {color: #fff; background-color: #CCCCCC;}
.button-sp:hover {color: #fff; background-color: #CCCCCC;}


