@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");

/*PCSP共通設定*/
html {
	scroll-behavior: smooth;/*smooth scroll*/
	-ms-overflow-style: none;
	scrollbar-width: none;
}
html::-webkit-scrollbar{display:none;}
section {background: #02052e;}
article {
    background-color: #02052e;
    background-image: none;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: -0.03em;
}
article a:link, article a:visited { color: #fff;}


.disnone {display:none;}

/*star*/
.star {
	position: absolute;
	background: #41a5bd;
	border-radius: 50%;
	opacity: 0;
}
@keyframes startwinkle {
	0%   { opacity: 0; }
	5%   { opacity: 1; }
	10%  { opacity: 0; }
	15%  { opacity: 1; }
	20%  { opacity: 0; }
	25%  { opacity: 0.8; }
	30%  { opacity: 0; }
	35%  { opacity: 1; }
	40%  { opacity: 0; }
	45%  { opacity: 0.5; }
	50%  { opacity: 0; }
	55%  { opacity: 0; }
	60%  { opacity: 1; }
	65%  { opacity: 0; }
	70%  { opacity: 1; }
	75%  { opacity: 0; }
	80%  { opacity: 1; }
	85%  { opacity: 0; }
	90%  { opacity: 0.8; }
	95%  { opacity: 0; }
	100% { opacity: 0; }
}
.star:nth-child(1) {
	width: 3px;
	height: 3px;
    top: 14%;
    left: 5%;
    animation: startwinkle 13s infinite ease-in-out;
    animation-delay: 0.1s;
}
.star:nth-child(2) {
	width: 2px;
	height: 2px;
	top: 9%;
	left: 53%;
    animation: startwinkle 15s infinite ease-in-out;
    animation-delay: 1.1s;
}
.star:nth-child(3) {
	width: 3px;
	height: 3px;
    top: 15%;
    left: 25%;
    animation: startwinkle 19s infinite ease-in-out;
    animation-delay: 0.6s;
}
.star:nth-child(4) {
	width: 2px;
	height: 2px;
    top: 11%;
    right: 35%;
    animation: startwinkle 16s infinite ease-in-out;
    animation-delay: 0.7s;
}
.star:nth-child(5) {
	width: 2px;
	height: 2px;
    top: 14%;
    right: 25%;
    animation: startwinkle 11s infinite ease-in-out;
    animation-delay: 1s;
}
.star:nth-child(10) {
	width: 2px;
	height: 2px;
    top: 13%;
    left: 51%;
    animation: startwinkle 13s infinite ease-in-out;
    animation-delay: 1.2s;
	background: #FFF;
}
.star:nth-child(9) {
	width: 3px;
	height: 3px;
	top: 3%;
	left: 45%;
    animation: startwinkle 15s infinite ease-in-out;
    animation-delay: 1.5s;
	background: #FFF;
}
.star:nth-child(8) {
	width: 2px;
	height: 2px;
	top: 15%;
	right: 5%;
    animation: startwinkle 20s infinite ease-in-out;
    animation-delay: 0.9s;
	background: #FFF;
}
.star:nth-child(7) {
	width: 2px;
	height: 2px;
    top: 12%;
    right: 38%;
    animation: startwinkle 11s infinite ease-in-out;
    animation-delay: 0.7s;
	background: #FFF;
}
.star:nth-child(6) {
	width: 2px;
	height: 2px;
    top: 16%;
    right: 28%;
    animation: startwinkle 18s infinite ease-in-out;
    animation-delay: 1s;
	background: #FFF;
}
.star:nth-child(11) {
	width: 2px;
	height: 2px;
    top: 16%;
    left: 8%;
    animation: startwinkle 11s infinite ease-in-out;
    animation-delay: 2.2s;
	background: #FFF;
}
.star:nth-child(12) {
	width: 3px;
	height: 3px;
	top: 17%;
	left: 15%;
    animation: startwinkle 14s infinite ease-in-out;
    animation-delay: 2.5s;
	background: #FFF;
}
.star:nth-child(13) {
	width: 2px;
	height: 2px;
    top: 8%;
    left: 2%;
    animation: startwinkle 22s infinite ease-in-out;
    animation-delay: 2s;
	background: #FFF;
}
.star:nth-child(14) {
	width: 2px;
	height: 2px;
    top: 8%;
    right: 10%;
    animation: startwinkle 13s infinite ease-in-out;
    animation-delay: 1.7s;
	background: #FFF;
}
.star:nth-child(15) {
	width: 2px;
	height: 2px;
    top: 12%;
    right: 5%;
    animation: startwinkle 12s infinite ease-in-out;
    animation-delay: 1.5s;
	background: #FFF;
}

/*laser*/
.laser {
	position: absolute;
    top: 0;
	left: 65.8vw;
    background: linear-gradient(rgba(250, 240, 75, 0.75), rgba(0, 0, 0, 0));
    width: 0.5vw;
    height: 32vh;
    animation: laser 8s infinite linear;
	filter: hue-rotate(0deg);
	opacity:0;
}
@keyframes laser {
	0%   { filter: hue-rotate(0deg); opacity:1; }
	50%  { filter: hue-rotate(360deg); }
	100% { filter: hue-rotate(0deg); opacity:1; }
}

/*fadeIn-MV*/
.fadeIn-MV {
	opacity: 0;
	animation: fadeIn-MV 0.5s linear forwards;
	animation-delay: 0.5s;
}
@keyframes fadeIn-MV {
	0%   { opacity: 0; }
	100% { opacity: 1; }
}

/*fadeIn-under-MV*/
#title_wrap .gaiyo.fadeIn-under-MV {
	opacity: 0;
	animation: fadeIn-under-MV 1s ease forwards;
	animation-delay: 0.8s;
	top: 55%
}
@keyframes fadeIn-under-MV {
	0%   { opacity: 0; top: 55%; }
	100% { opacity: 1; top: 48%; }
}

/*underbox anim*/
/*.fadeIn {
	width: 100%;
	opacity: 0;
	transition: .5s;
	position: relative;
	top: 50px;
	box-sizing: border-box;
}
.fadeIn.active {
	opacity: 1;
	top: 0;
}*/

#overlay2 {
	width:100%;
	height:150%;
	position:fixed;
	background:rgba(0,0,0,.7);
	display:none;
	left: 0;
	overflow: hidden;
	top: -1px;
	background:rgba(0,0,0,.7);
	z-index: 999;
}

.tx_C {text-align: center;}
.mt25 { margin-top: 25px;}
.mb10 { margin-bottom: 10px;}
.mb15 { margin-bottom: 15px;}
.mb25 { margin-bottom: 25px;}
.fc_red { color: #F00;}




@media screen and (max-width: 759.9px) {	/*SP*/
.spnone{display:none;}
#dirPathBlock,
#anchorLinkBlock {
	font-size: 10px;
	margin: 0 1%;
	padding: 10px 0;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}



#container article {
	width: 100%;
	margin:0 auto;
	padding:0;
 	font-size:14px;
	line-height:1.5;
}
.spnone {display: none;}
#dirPathBlock {
	background: #02052e;
	width: 100%;
	margin: 0 auto;
	padding: 5px 0;
	display: block;
	font-size: 12px;
}
#dirPathBlock p {
	width: 100%;
	display: block;
}
#dirPathBlock p,
#dirPathBlock a {
	font-size: 12px;
	color:#FFF!important;
}
.inner {
	width: 94%;
	margin: 0 auto;
	padding:15px 0;
	display: block;
}
.inner p {color:#FFF}

section#faq { padding: 0 0 20px;}

section hgroup {
	text-align: center;
	color: #FFF;
	margin-bottom: 15px;
}
section hgroup h2 {
	padding: 0;
	font-size: 32px;
	font-weight: bold;
	transform: scale(1, 1.2);
    line-height: 1;
	background-color: transparent;
	color: #fff;
}
section hgroup p {
    font-size: 16px;
    margin-top: 10px;
}
h3 {
    text-align: center;
    color: #FFF;
    font-size: 18px;
}
section h3.plan-title {
	font-weight: bold;
	padding: 10px 0 15px;
	margin: 15px auto;
	font-size: 20px;
	border-top: 3px solid #e70012;
	border-bottom: 3px solid #e70012;
}

/*注釈*/
#nta-gundam_note,
#nta-gundam_note2,
#nta-gundam_note3,
#nta-gundam_note4 {
	width: 90%;
	padding: 35px 10px 10px;
	background: #FFF;
	font-size: 14px;
	text-align: center;
	box-sizing: border-box;
	position: fixed;
	z-index: 1000;
}
#nta-gundam_note {
	height: 235px;
	top: calc((100% - 235px) / 2);
	left: 5%;
}
#nta-gundam_note2,
#nta-gundam_note3,
#nta-gundam_note4 {
	height: 450px;
	top: calc((100% - 450px) / 2);
	left: 5%;
}
span.pop_close {
	background: #333;
	color: #FFF;
	font-weight: bold;
	width: 28px;
	height: 28px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	place-content: center;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
p.pop_close {
	color: #888;
	cursor: pointer;
}

/*title*/
#title_wrap {
	background: #02052e;
	position: relative;
}
#title_wrap h1 {
	position:absolute;
	top:0;
	left:5px;
	font-size: 10px;
	color: #FFF;
	display: block;
}
#title_wrap .title_MV {margin-bottom: 0;}
#title_wrap .logo {background: #02052e;}
#title_wrap .logo img {
	width: 100%;
	padding: 25px;
	box-sizing: border-box;
}
#title_wrap .gaiyo {
	background: #02052e;
	color: #fff;
	padding: 5% 3%;
	box-sizing: border-box;
}
#title_wrap .gaiyo h2.title_gaiyo {
	font-size: 18px;
	transform: scale(1, 1.2);
	margin-bottom: 15px;
	background: #FFF;
	color: #222;
	font-weight: bold;
	text-align: center;
}

/*subMV*/
#sub_MV {display: flex;}
#sub_MV img {width: 100%;}
#design_switching {
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
	width: fit-content;
	margin: auto;
	padding: 25px 0;
	align-items: center;	
}
#design_switching li {width:35px;}
#design_switching li.select {
    border: 4px solid #f2eb48;
    border-radius: 25px;
}

/*details*/
#pavilion-details {
	border: 1px solid #fff;
	color: #FFF;
	background: #000;
}
#pavilion-details dl {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #FFF;
}
#pavilion-details dl:last-child {border-bottom: none;}
#pavilion-details dt,
#pavilion-details dd {
	padding: 10px;
	box-sizing: border-box;
	place-content: center;
}
#pavilion-details dt {width: 40%;}
#pavilion-details dd {
	width: 60%;
	border-left: 1px solid #fff;
}
.right_txt {
	text-align: right;
	font-size: 10px;
}

/*contents*/
.perk {
	border: 1px solid #b71c22;
	padding: 10px;
	background: #FFF;
}
.perk dt {
	background: #b71c22;
	color: #FFF;
	padding: 2px 10px;
	margin-bottom: 10px;
}
.perk p {color: #000;}

/*booking_center-details*/
#booking_center-details {color: #FFF;}
#booking_center-details dl:last-child {border-bottom: none;}
#booking_center-details dt,
#booking_center-details dd {
	box-sizing: border-box;
	place-content: center;
}
#booking_center-details dt {font-weight:bold;}
#booking_center-details a {
	pointer-events:auto;
	font-size: 1.25em;
}

/*btn*/
.nta-gundam_note {
	width: 96%;
	background: #b71c22;
	color: #FFF;
	margin: 0 auto;
	padding: 5px;
	box-sizing: border-box;
}
.nta-gundam_note a {font-weight:bold;}
.btn_red {
	position: relative;
	display: block;
	margin: 10px auto;
	padding: 10px 0;
	width: 100%;
	color: #fff;
	font-weight: 600;
	transition: 0.3s;
	border-radius: 5px;
	text-align: center;
	background: #e70011;
}
.btn_red::after {
	content: '';
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 3px);
	right: 20px;
}
.yoyaku {
	width: 100%;
	margin: 0 auto;
}
.yoyaku > div {
	width: 100%;
	margin: 10px 0 15px;
}
.yoyaku > div .btn_blue {
	position: relative;
	text-decoration: none;
	overflow: hidden;
	border-radius: 5px;
	background: #0168b7;
	height: 80px;
	display: block;
}
.yoyaku > div .btn_blue:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
	height: 120px;
	content: "";
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: translateX(-70px) translateY(-70px) rotate(45deg);
	transform: translateX(-70px) translateY(70px) rotate(45deg);
	background: #e70012;
}
.yoyaku > div.preparation .btn_blue {background: #666;}
.yoyaku > div.preparation .btn_blue:before {background: #f9faf5;}
.yoyaku > div .btn_blue .title {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	height: 80px;
}
.yoyaku > div .btn_blue p {
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	margin: 0;
}
.yoyaku > div .btn_blue p small {
	width: 100%;
	display: inline-block;
}
.yoyaku a:after {
	color: #fff;
	font-size: 24px;
	font-family: "Material Symbols Rounded";
	content:"\e89e";
	position: absolute;
	top: 24px;
	right: 32px;
	font-variation-settings:
		'FILL' 0,
		'wght' 300,
		'GRAD' 0,
		'opsz' 20
}
.yoyaku.d-pamph a:after {
	font-size: 35px;
	content: "\f51f";
	position: absolute;
	top: 14px;
	right: 25px;
}

/*option*/
.option_box {
	padding: 0;
	background: #FFF;
}
.option_box dt {
	background: #0168b7;
	padding: 10px;
	text-align: center
}
.option_box dd {padding: 10px;}
.option_box dt p {color: #fff;}
.option_box dd p {color: #000;}
.option_box a, .option_box a:link, .option_box a:visited, .option_box a:active {color: #0065d6 !important;}

a.pr_banner {
    width: 100%;
    margin: auto;
    display: block;
}
a.pr_banner img {
    width: 100%;
}

/* ------------------------------------------
faq
------------------------------------------ */
#faq .accordion p {
    color: #000;
    width: calc(100% - 38px);
}
.accordion {
    background-color: #fff;
    margin-bottom: 1%;
}
.accordion:not([open]) {margin-bottom: 2px;}
.accordion summary {
    display: flex;
    align-items: center;
    position: relative;
    padding:1em 4em 1em 1em;
    cursor: pointer;
}
.accordion summary h3 {
    color: #000;
    text-align: left;
    font-weight: bold;
    width: calc(100% - 28px);
    font-size: 15px;
}
.accordion summary::-webkit-details-marker {display: none;}
.accordion summary::before {
	content: 'Q';
    font-size: 16px;
    margin-right: 12px;
    background: #0168b7;
    width: 28px;
    height: 28px;
    text-align: center;
    color: #FFF;
}
.accordion summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #111;
    border-right: 3px solid #111;
    content: '';
    transition: transform .3s;
    position: absolute;
    right:2em;
}
.accordion[open] summary::after {transform: rotate(225deg);}
.accordion div {
	display: flex;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 1em ;
    color: #414540;
    transition: transform .5s, opacity .5s;
}
.accordion div::before {
	content: 'A';
    font-size: 16px;
    margin-right: 12px;
    background: #e90113;
    width: 28px;
    height: 28px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
}
.accordion[open] div {
    transform: none;
    opacity: 1;
}
#faq .accordion p a, #faq .accordion p a:link, #faq .accordion p a:visited, #faq .accordion p a:active {color: #0065d6 !important;}

/*copyright*/
.copyright-image {font-size: 12px;}

}




@media screen and (min-width: 760px), print {	/*PC*/
.pcnone{display:none!important;}
#dirPathBlock,
#anchorLinkBlock{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: 0 auto;
	padding: 10px 0;
	display: block;
	font-size: 12px;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}


#container article {
	width: 100%;
	margin:0 auto;
	padding:0;
 	font-size:18px;
	line-height:1.6;
}
#pc_header {margin-bottom: 0;}
#dirPathBlock {
	background: #02052e;
	width: 100%;
	margin: 0 auto;
	padding: 5px 0;
	display: block;
	font-size: 12px;
}
#dirPathBlock p {
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: auto;
	display: block;
}
#dirPathBlock p,
#dirPathBlock a {
	font-size: 12px;
	color:#FFF!important;
}
section#faq { padding: 0 0 30px;}

.inner {
	width: 96%;
	max-width:970px;
	margin: 0 auto;
	padding:30px 0;
	display: block;
}
.inner p {color:#FFF}
section hgroup {
	text-align: center;
	color: #FFF;
	margin-bottom: 5%;
}
section hgroup h2 {
	padding: 0;
	font-size: 40px;
	font-weight: bold;
	transform: scale(1, 1.2);
	background-color: transparent;
	color: #fff;
}
section hgroup p {font-size: 18px;}
h3 {
    text-align: center;
    color: #FFF;
    font-size: 24px;
}
section h3.plan-title {
	font-weight: bold;
	padding: 10px 0 15px;
	margin: 15px auto;
	font-size: 32px;
	border-top: 3px solid #e70012;
	border-bottom: 3px solid #e70012;
}

/*注釈*/
#nta-gundam_note,
#nta-gundam_note2,
#nta-gundam_note3,
#nta-gundam_note4 {
	width: 740px;
	padding: 40px 25px 25px;
	background: #FFF;
	font-size: 16px;
	text-align: center;
	box-sizing: border-box;
	position: fixed;
	z-index: 1000;
}
#nta-gundam_note {
	height: 270px;
	top: calc((100% - 270px) / 2);
	left: calc((100% - 740px) / 2);
}
#nta-gundam_note2,
#nta-gundam_note3,
#nta-gundam_note4 {
	height: 500px;
	top: calc((100% - 500px) / 2);
	left: calc((100% - 740px) / 2);
}
span.pop_close {
	background: #333;
	color: #FFF;
	font-weight: bold;
	width: 32px;
	height: 32px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	place-content: center;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
p.pop_close {
	color: #888;
	cursor: pointer;
}

/*title*/
#title_wrap {
	background: #02052e;
	position: relative;
}
#title_wrap h1 {
	position:absolute;
	top: 2px;
	left: calc((100% - 950px) / 2);
	font-size: 12px;
	color: #FFF;
	display: block;
}
#title_wrap .logo,
#title_wrap .title_MV {
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: 0 auto;
	background: #02052e;
}
#title_wrap .title_MV {margin: 0 auto 0;}
#title_wrap .logo {padding: 10px 0;}
#title_wrap .logo img {
	width: 65%;
	padding: 25px;
	box-sizing: border-box;
}
#title_wrap .title_MV img {
	width: 100%;
	box-sizing: border-box;
}
#title_wrap .gaiyo {
	width: 100%;
	max-width:970px;
	min-width:760px;
	color: #fff;
	margin: auto;
	padding: 3%;
	box-sizing: border-box;
}
#title_wrap .gaiyo h2.title_gaiyo {
	font-size: 28px;
	transform: scale(1, 1.2);
	margin-bottom: 25px;
	background: #FFF;
	color: #222;
	font-weight: bold;
	text-align: center;
}

/*subMV*/
#sub_MV {display: flex;}
#sub_MV img {width: 100%;}
#design_switching {
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
	width: fit-content;
	margin: auto;
	padding: 25px 0;	
	align-items: center;	
}
#design_switching li {width:40px;}
#design_switching li.select {
    border: 4px solid #f2eb48;
    border-radius: 25px;
}

/*details*/
#pavilion-details {
	border: 1px solid #fff;
	color: #FFF;
	background: #000;
}
#pavilion-details dl {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #FFF;
}
#pavilion-details dl:last-child {border-bottom: none;}
#pavilion-details dt,
#pavilion-details dd {
	padding: 10px;
	box-sizing: border-box;
	place-content: center;
}
#pavilion-details dt {width: 22%;}
#pavilion-details dd {
	width: 78%;
	border-left: 1px solid #fff;
}
.right_txt {
	text-align: right;
	font-size: 14px;
}

/*contents*/
.PAVILION-image {
	width:50%;
	margin:0 auto 25px;
}
.perk {
	border: 1px solid #b71c22;
	padding: 10px;
	background: #FFF;
}
.perk dt {
	background: #b71c22;
	color: #FFF;
	padding: 2px 10px;
	margin-bottom: 10px;
}
.perk p {color: #000;}

/*booking_center-details*/
#booking_center-details {color: #FFF;}
#booking_center-details dl:last-child {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: baseline;
}
#booking_center-details dt,
#booking_center-details dd {
	box-sizing: border-box;
	place-content: center;
}
#booking_center-details dt {
	margin-right: 5%;
	font-weight:bold;
}
#booking_center-details a {pointer-events:none;}

/*btn*/
.nta-gundam_note {
	width: 100%;
	max-width:970px;
	min-width:740px;
	background: #b71c22;
	color: #FFF;
	text-align: center;
	margin: 0 auto;
	padding: 10px;
	box-sizing: border-box;
	font-size: 18px;
}
.nta-gundam_note a {font-weight:bold;}
.btn_red {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: 25px auto;
	width: 98%;
	height: 80px;
	font-weight: bold;
	font-size: 18px;
	transition: 0.3s;
	border-radius: 5px;
	text-align: center;
	background: #e70011;
	align-items: center;
	place-content: center;
}
.btn_red.w60btn {width: 60%;}
.btn_red::after {
	content: '';
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 3px);
	right: 20px;
}
.yoyaku {
	display: flex;
	transition: 0.3s;
}
.yoyaku > div {
    width: 98%;
    /*max-width: 48%;*/
    margin: 0 1% 15px;
}
.yoyaku.d-pamph > div, #nta-gundam_note2 .yoyaku > div {max-width: 98%; margin: 0 1% 15px;}
.yoyaku > div .btn_blue {
	position: relative;
	text-decoration: none;
	overflow: hidden;
	border-radius: 5px;
	background: #0168b7;
	height: 80px;
	display: block;
	margin: 25px auto;
}
.yoyaku > div .btn_blue:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
	height: 120px;
	content: "";
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: translateX(-70px) translateY(-70px) rotate(45deg);
	transform: translateX(-70px) translateY(70px) rotate(45deg);
	background: #e70012;
}
.yoyaku > div.preparation .btn_blue {background: #666;}
.yoyaku > div.preparation .btn_blue:before {background: #f9faf5;}
.yoyaku > div .btn_blue .title {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	height: 80px;
}
.yoyaku > div .btn_blue p {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	margin: 0;
}
.yoyaku > div .btn_blue p small {
	width: 100%;
	display: inline-block;
}
.yoyaku a:after {
	color: #fff;
	font-size: 24px;
	font-family: "Material Symbols Rounded";
	content:"\e89e";
	position: absolute;
	top: 22px;
	right: 32px;
	font-variation-settings:
		'FILL' 0,
		'wght' 300,
		'GRAD' 0,
		'opsz' 20
}
.yoyaku.d-pamph a:after {
	font-size: 35px;
	content: "\f51f";
	position: absolute;
	top: 12px;
	right: 32px;
}

/*option*/
.option_box {
	padding: 0;
	background: #FFF;
}
.option_box dt {
	background: #0168b7;
	padding: 10px;
	text-align: center
}
.option_box dd {padding: 10px;}
.option_box dt p {color: #fff;}
.option_box dd p {color: #000;}
.option_box a, .option_box a:link, .option_box a:visited, .option_box a:active {color: #0065d6 !important;}

/*PR other*/
a.pr_banner {
    width: 550px;
    margin: auto;
    display: block;
}

/* ------------------------------------------
faq
------------------------------------------ */
#faq .accordion p {
    width: calc(100% - 38px);
    color: #000;
}
.accordion {
    max-width:1080px;
    background-color: #fff;
    margin-bottom: 1%;
}
.accordion summary {
	display: flex;
	align-items: center;
	position: relative;
	padding: 15px 2em;
	cursor: pointer;
}
.accordion summary h3 {
    color: #000;
    text-align: left;
    font-weight: bold;
    width: calc(100% - 90px);
    font-size: 18px;
}
.accordion summary::-webkit-details-marker {display: none;}
.accordion summary::before {
    content: 'Q';
    font-size: 20px;
    margin-right: 15px;
    background: #0168b7;
    width: 38px;
    height: 38px;
    text-align: center;
    color: #FFF;
}
.accordion summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #111;
    border-right: 3px solid #111;
    content: '';
    transition: transform .3s;
    position: absolute;
    right:2em;
}
.accordion[open] summary::after {transform: rotate(225deg);}
.accordion div {
	display: flex;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 15px 2em;
    color: #414540;
    transition: transform .5s, opacity .5s;
}
.accordion div::before {
	content: 'A';
	color: #111;
	font-size: 20px;
	margin-right: 25px;
    background: #e50112;
    width: 38px;
    height: 38px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
}
.accordion[open] div {
    transform: none;
    opacity: 1;
}
#faq .accordion p a, #faq .accordion p a:link, #faq .accordion p a:visited, #faq .accordion p a:active {color: #0065d6 !important;}

/*copyright*/
.copyright-image {
	box-sizing: border-box;
	text-align: right;
	font-size: 10px;
	display: block;
}

}