@charset "UTF-8";

.sp_layout {
	display: none !important;
}

/* utility style (必要なもののみ) 
------------------------------------------------------ */
.clearfix:after {content:".";display:block;height:0;font-size:0;clear:both;visibility:hidden;}
.clearfix {display:inline-block;}
* html .clearfix {height:1%;}
.clearfix {display:block;}

.js-scFadeUp {
	opacity : .0;
	transform : translate(0, 100px);
	transition : all .7s;
}

.js-scRightIn {
	opacity : .0;
	transform : translate(100px, 0);
	transition : all .7s;
}

.js-scLeftIn {
	opacity : .0;
	transform : translate(-100px, 0);
	transition : all .7s;
}
 
.scroll-in {
	opacity : 1;
	transform : translate(0, 0);
}

/* layout style
------------------------------------------------------ */
html {
	padding: 0;
	margin: 0;	
}
html,body {
	height: 100%;
	padding: 0;
	margin: 0;
}
body {
	background: #ffffff;
}

a:hover {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

main > article {
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	letter-spacing: 0.045em;
	-webkit-text-size-adjust: 100%;
	color: #000000;
	line-height: 1.5;
}

article section {
	padding: 0;
	width: 100%;
	max-width: inherit;
}

article section#Content {
	width: 100%;
	padding: 0;
}

@media screen and (min-width: 960px) {
  .nonPC {
    display: none !important;
  }
  .nonSP {
    display: inline;
  }
}
@media screen and (max-width: 959px) {
  .nonPC {
    display: inline;
  }
  .nonSP {
    display: none !important;
  }
}

#MainMid {
	position: relative;
	background: url(../img/akitabi2025_bg-pc.jpg) no-repeat center;
	background-size: cover;
	width: 100%;
	height: 100vh;
}

#MainMidInner {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

#MainMid #MainTitle {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	display: flex;
    flex-direction: column;
    align-items: center;
}
#MainMid #MainTitle a{
	margin-top: 48px;
}
#MainBtm {
    background: linear-gradient(90deg, #ffd800, #f08c00);
    width: 100%;
    text-align: center;
    padding: 40px 0;
}

#MainBtm .commentWrap{
	width: 100%;
}

#MainBtm .commentWrap .MainComment{
	margin: 0;
    text-align: center;
    color: #2f2725;
    font-weight: bold;
    font-size: 28px;
}
@media screen and (max-width: 767px){
	#MainMid {
		background: url(../img/akitabi2025_bg-sp.jpg) no-repeat center;
	}
	#MainMid #MainTitle {
		width: 90%;
	}
	#MainMid #MainTitle a{
		margin-top: 24px;
	}
	#MainBtm {
		padding: 20px 0;
	}
	#MainBtm .commentWrap{
		width: auto;
	}
	#MainBtm .commentWrap .MainComment{
		font-size: 16px;
        letter-spacing: 0;
        line-height: 1.8;
	}
}
#main {
	background: url(../img/akitabi2025_main.jpg) repeat center center;
}
#main h2{
	margin: 0;
    padding: 48px 0;
}
#main h3{
	margin: 0 auto;
    width: 1080px;
    background-color: #c1272d;
    color: #fff;
    font-size: 32px;
    padding: 24px 0;
}
#main .country__wrap{
	background-color: #fff;
    width: 1080px;
    margin: 0 auto 48px;
    padding: 56px 72px 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
}
#main .--label{
	margin-bottom: 0;
    padding-bottom: 0;
}
#main .--america {
	margin-top: 48px;
	background-color: #2e3192;
}
#main .country__wrap img{
	filter: drop-shadow(0px 0px 6px #2f272533);
	width: 450px;
	padding-bottom: 36px;
}
@media screen and (max-width: 767px){
	#main h2{
		font-size: 24px;
		padding: 32px 0;
		line-height: 1;
	}
	#main h3{
		width: calc(100% - 32px);
		font-size: 20px;
    	padding: 16px 0;
	}
	#main .country__wrap{
		width: calc(100% - 32px);
		margin: 0 auto 40px;
		padding: 24px 16px 0;
		display: flex;
		justify-items: center;
		flex-direction: column;
	}
	#main .--america {
		margin-top: 40px;
	}
	#main .--label {
		margin-bottom: 0;
	}
	#main .country__wrap img{
		width: 100%;
		padding-bottom: 24px;
	}
}
.toggle {
    cursor: pointer;
    display: block;
    width: 1080px;
    margin: 0 auto;
    background-color: #fff;
	color: #c1272d;
    padding: 0 72px 36px;
    font-size: 28px;
	font-weight: bold;
}
.toggle p{
	margin: 0;
    padding: 8px 0;
    border: 2px solid;
	position: relative;
}
.panel__asia {
	height: 0;
	overflow: hidden;
	transition: max-height .3s ease;
}
.panel__asia img{
	filter: drop-shadow(0px 0px 6px #2f272533);
    width: 450px;
    padding-bottom: 36px;
}
#more-asia:checked ~ .panel__asia {
  	height: auto;
	background-color: #fff;
    width: 1080px;
    margin: 0 auto;
    padding: 0 72px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
}
.panel__europe {
	height: 0;
	overflow: hidden;
	transition: max-height .3s ease;
}
.panel__title{
    margin-bottom: 36px;
    font-size: 28px;
    font-weight: bold;
    color: #2f2725;
    line-height: 1;
}
.panel__subTitle{	
    color: #ef6914;
    background: linear-gradient(transparent 60%, #fed80080 0);
    font-size: 40px;
}
.panel__big{
	font-size: 56px;
}
#more-europe:checked ~ .panel__europe {
  	height: auto;
    background-color: #fff;
    width: 1080px;
    margin: 0 auto;
    padding: 0 0 36px;
}
.toggle p::after { 
	content: "﹀";	
    position: absolute;
    right: 24px;
    top: 16px;
}
#more-asia:checked + .toggle p::after { 
	content: "︿";
	position: absolute;
    right: 24px;
    top: 0;
}
#more-europe:checked + .toggle p::after { 
	content: "︿";
	position: absolute;
    right: 24px;
    top: 0;
}
@media screen and (max-width: 767px){
	.toggle {
		width: calc(100% - 32px);	
    	padding: 0 16px 24px;
    	font-size: 14px;    
	}
	.toggle p{
		text-align: center;
	}
	.panel__asia img{
		width: 100%;
    	padding-bottom: 24px;
	}
	#more-asia:checked ~ .panel__asia {
		width: calc(100% - 32px);
		display: flex;
		flex-direction: column;
		padding: 0 16px;
	}
	.panel__title{
		font-size: 18px;
        margin-bottom: 24px;
	}
	.panel__subTitle{	
		font-size: 20px;
	}
	.panel__big{
		font-size: 32px;
	}
	#more-europe:checked ~ .panel__europe {
		width: calc(100% - 32px);
        padding: 0 16px 24px;
	}
	.toggle p::after { 
		right: 8px;
    	top: 12px;
	}
	#more-asia:checked + .toggle p::after { 
		right: 8px;
    	top: 4px;
	}
	#more-europe:checked + .toggle p::after { 
		right: 8px;
    	top: 4px;
	}
}
#Content {
	width: 100%;
}

article section {
	padding-bottom: 36px;
}

article section .btnApply {
	margin-top: 40px;
}

#Content h2 {
	background: #0262bb;
	padding: 24px 0;
	margin-bottom: 50px;
	color: #fff;
    font-size: 4rem;
}

#Content h3 {
	background: #0262bb;
	padding: 25px 0 25px 30px;
	text-align: left;
}

#Content .subTitle{
	color: #fff;
    font-size: 2.5rem;
	font-weight: bold;
}


#Content #feature {
	padding: 80px 0;
	width: 1000px;
	margin: 0 auto;
}

#Content #feature ul li {
	margin-top: 40px;
}

#Content #feature ul li:first-child {
	margin-top: 0;
}

.countryList01,
.countryList02 {
	width: 1000px;
	margin: 0 auto;
}

.countryList02 {
	padding-top: 30px;
}

.countryList01 ul li {
	float: left;
	width: 235px;
	margin-right: 20px;
	margin-bottom: 50px;
}

.countryList02 ul li {
	float: left;
	width: 320px;
	margin-right: 20px;
	margin-bottom: 50px;
}

.countryList01 ul li:nth-child(4n) {
	margin-right: 0;
}

.countryList02 ul li:nth-child(3n) {
	margin-right: 0;
}

.countryList01 ul li a,
.countryList02 ul li a {
	transition: .3s;
}

.countryList01 ul li a:hover,
.countryList02 ul li a:hover {
	opacity: .7;
}


.countryList01 ul li.kanbai,
.countryList02 ul li.kanbai {
	position: relative;
}

.countryList01 ul li.kanbai:after,
.countryList02 ul li.kanbai:after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/kanbai_overlay_pc.png) no-repeat center center;
}

#conditions {
	width: 1000px;
	margin: 0 auto 100px;
	padding: 40px 32px;
	background: #ffffff;
	border: 6px solid #0262bb;
	box-sizing: border-box;
}


#conditions table {
	width: 100%;
	border: none;
}

#conditions table tr th,
#conditions table tr td {
	background: transparent;
	border: none;
	padding: 5px 0;
	text-align: left;
	vertical-align: top;
	color: #0262bb;
	font-weight: bold;
	font-size: 26px;
}

#conditions table tr td {
	position: relative;
	padding-left: 30px;
}


#conditions table tr td:after {
	content: ":";
	position: absolute;
	top: 0;
	left: 0;
}

#price .price__alert{
	color: red;
    font-weight: bold;
    margin-bottom: 4em;
}
#price .price__applyTitle{
	font-size: 2.0rem;
    font-weight: bold;
	margin: 0;
}
#price .price__applyTitle span{
	font-size: 3.0rem;
}
#price .btnApply{
	margin-top: 8px;
}

#kiyaku {
	width: 1000px;
	margin: 0 auto;
}

#kiyaku dt {
	position: relative;
	background: #0262bb;
	padding: 25px 0 25px 30px;
	cursor: pointer;
}

#kiyaku dt:after {
	content: "";
	position: absolute;
	right: 50px;
	top: 30px;
	width: 40px;
	height: 40px;
	background: url(../img/ico_acco.png) no-repeat left top;
}

#kiyaku dt.active:after {
	background: url(../img/ico_acco.png) no-repeat left bottom;
}


#kiyaku dl dd {
	display: none;
}


#kiyaku dl dd h3 {
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: left;
	font-size: 25px;
	background: transparent;
	padding: 0;
}

#kiyaku dd ul li {
	display: block;
	letter-spacing: normal;
	text-align: left;
}

#kiyaku dd ul.normalList {
	margin-top: 10px;
}

#kiyaku dd ul.normalList li {
	padding-left: .5em;
	text-indent: -.5em;
}

#kiyaku dd ul.normalList li span {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
	font-weight: normal;
}

#kiyaku dd ul.normalList li .normalListHeading {
	display: inline-block;
	padding-right: 10px;
	font-weight: bold;
}

#kiyaku dd ul.normalList.num li {
	padding-left: 1.2em;
	text-indent: -1.2em;
}

#kiyaku dd ul.normalList.circle li {
	padding-left: 1em;
	text-indent: -1em;
}

#kiyaku dd ul.attentionTxt {
	margin-top: 10px;
}

#kiyaku dd ul.attentionTxt li {
	font-size: 12px;
	padding-left: 1em;
	text-indent: -1em;
}

#kiyaku dd ul.normalList.attention li {
	font-size: 12px;
	padding-left: .5em;
	text-indent: -.5em;
}

#kiyaku dd span {
	font-weight: bold;
}

#kiyaku dd span.headingNum {
	display: inline-block;
	padding-left: 1.6em;
	text-indent: -1.6em;
}

#kiyaku dd .box {
	padding: 10px 0;
}

#kiyaku dd p {
	font-size: 14px;
	text-align: left;
}

#deadline {
	width: 1000px;
    margin: 0 auto;
}

#deadline .subTitle {
	position: relative;
	background: #0262bb;
	margin-bottom: 16px;
	padding: 25px 0 25px 30px;
	color: #fff;
    font-size: 2.5rem;
    font-weight: bold;
}

#deadline .informaition {
	text-align: left;
	margin-bottom: 40px;
}

#deadline .content__title {
	text-align: left;
	font-size: 24px;
	font-weight: bold;
	color: #0262bb;
	margin: 0 0 16px;
}

#deadline .content__subtitle {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 8px;
}


#deadline .tableArea {
	overflow-y: hidden !important;
}

#deadline table {
	width: 100%;
}
#deadline table img {
	width: 20px;
	position: relative;
	z-index: 1;
}
#deadline th,
#deadline td  {
	position: relative;
}
#deadline td  {
	width: 70px;
}
#deadline th .airport_period_time {
	position: absolute;
	left:0;
	right:0;
	bottom:-20px;
	margin: auto;
	z-index: 1;
	color:#999;
	font-size: 10px;
}
#deadline th .airport_period_time::after {
	content: "";
	position: absolute;
	top:20px;
	left:50%;
	border-left: dashed 1px #ccc;
	height: 100px;
}
#deadline th .airport_period_time::before {
	content: "";
	position: absolute;
	top:0;
	left:-1px;
	border-left: solid 1px #FFF;
	height: 170px;
	z-index: 0;
}
#deadline tr td.bgcolor-double {
	background-color: #ddf0ff;
}
#deadline tr td.bgcolor-triangle {
	background-color: #eaffe4;
}
#deadline tr td span.br {
	position: absolute;
    width: 360px;
    bottom: 0;
    z-index: 1;
    background-color: #eaeaea;
}
#deadline tr:nth-of-type(3) td span.br {
	position: absolute;
    width: 540px;
    bottom: 0;
    z-index: 1;
    background-color: #eaeaea;
}
#deadline tr td span.--fourbr {
    width: 362px;
}
#deadline tr:nth-of-type(3) td span.--fourbr {
    width: 507px;
}
#deadline th,
#deadline td {
  text-align: center;
}

#deadline tr:nth-of-type(1) th {
  border-top: none;
  background: #dce5eb;
}
#deadline tr:nth-of-type(1) th:nth-of-type(1) { background-color: #dce5eb; }
#deadline tr:nth-of-type(1) th:not(:last-of-type) { border-right: 1px solid #fff; }
#deadline tr:nth-of-type(1) th:nth-of-type(n+2) {
  color: #fff;
  background-color: #2b94e4;
  width: 70px;
}
#deadline tr:nth-of-type(2) th,
#deadline tr:nth-of-type(2) td { border-top: none; }
#deadline tr:nth-of-type(n+2) th {
  background: #fff;
  border-right: 1px solid #dce5eb;
  text-align: left;
}
#deadline tr:nth-of-type(n+3) th { border-top: 1px solid #dce5eb; text-align: left; }
.pcHide { display: none; }
#deadline th { padding: 12px 20px 11px; }
#deadline td { padding: 20px 0px 30px; }
#deadline tr:nth-of-type(2) td { padding: 20px 0px; }
#deadline td .br {
	margin-top: 4px;
	line-height: 1.4;
	font-size: 12px;
}
#deadline td .br {
  display: block;
}
#deadline .air th:nth-of-type(n+2),
#deadline .air td {
  width: 12%;
  text-align: center;
}
#deadline th { text-align: center; }
#deadline th .br {
  margin-bottom: 2px;
  font-weight: normal;
}
#deadline th .fontBold{
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
}
#deadline th .pref {
  display: inline-block;
  vertical-align: middle;
  width: 79%;
  margin-left: 10%;
  text-align: left;
}
#deadline th:nth-of-type(1) { text-align: center; }
#deadline tr:nth-of-type(1) th:nth-of-type(1) { text-align: center; }
#deadline th:nth-of-type(n+2),
#deadline td { 
	text-align: center;
	width: 9%;
}
#deadline th:nth-of-type(n+2),
#deadline td {
  width: 9%;
  text-align: center;
}
#deadline .--resize{
	width: 18%;
}
#deadline .--four{
	width: 7.25%;
}
#deadline .--fourresize{
	width: 14.5%;
}
#deadline article section td img {
  width: 20px;
}
#deadline article section td.cross img {
	width: 18px;
}
#deadline article:not(#mv):not(.pay) section li img {
	width: 16px;
}
#deadline article:not(#mv):not(.pay) section li.cross img {
	width: 14px
}
#deadline article:not(#mv):not(.pay) section li.cross img {
	margin: 1px;
}
#deadline .circle {
  padding: 10px 0 0;
}
#deadline .--position{
	padding-top: 40px !important;
}
#deadline tr:hover th { background-color: #f6fafc; }
#deadline ul {
  display: inline-block;
  margin-bottom: 40px;
  padding: 16px 8px 0;
  background: #fff;
  text-align: left;
  width: 100%;
}
#deadline > article:nth-of-type(3) > section ul { border: 1px solid #dce5eb; }
#deadline ul li {
  display: block;
  margin-bottom: 2px;
  padding-left: 30px;
  text-indent: -30px
}
#deadline ul li img {
  display: inline-block;
  margin-top: -5px;
  vertical-align: middle;
  width: 16px;
}
#deadline ul .circle {
  padding: 0;
  background-image: url(../img/usage/reserveguide/circle.png)
}
#deadline .newline{
	margin-top: 8px;
    line-height: 1.4;
    font-size: 13px;
    display: block;
}

#pageTop {
	position: fixed;
	bottom: -100px;
	right: 10px;
	transition: .3s;
}

#pageTop.disp {
	bottom: 100px;
}

#pageTop a {
	transition: .3s;
}

#pageTop a:hover {
	opacity: .7;
}

@media print, screen and (max-width: 767px) {
	
	.pc_layout {
		display: none !important;
	}
	
	.sp_layout {
		display: block !important;
	}
	
	#MainTop img {
		width: 61%;
	}
	
	#MainMidSp {
		position: relative;
	}
	.btnApply {
		width: 90%;
        margin: 16px auto 24px;
	}	
	.btnApply a {
		width: 100%;
		margin: 0 auto;
		font-size: 20px;
		padding: 8px 0;
	}
	.btnApply a:after {
		border-width: 10px 0 10px 10px;
		margin-top: -10px;
		right: 12px;
	}	
	.btnApply:after {
		width: 100%;
	}		
	article section {
		padding-bottom: 40px;
	}
	
	#Content h2 {
		padding: 12px 0;
		margin-bottom: 30px;
		font-size: 2.5rem;
	}
		
	#Content h2 img {
		height: 27px;
	}
	
	#Content h3 {
		padding: 15px 0 15px 15px;
		margin-bottom: 20px;
	}
	
	#Content h3 img {
		height: 21px;
	}
	
	#Content .subTitle{
		font-size: 1.8rem;
	}
	
	#Content #feature {
		width: 100%;
		padding: 50px 15px;
		box-sizing: border-box;
	}
	
	#Content #feature ul li {
		margin-top: 20px;
	}
	
	.countryList01,
	.countryList02 {
		width: 100%;
		padding: 0 15px;
	}
	
	.countryList01 {
		padding-bottom: 30px;
	}
	
	.countryList02 {
		padding-bottom: 50px;
	}
	
	.countryList01 ul li,
	.countryList02 ul li {
		width: 48%;
		margin-bottom: 20px;
		margin-right: 4% !important;
	}
	
	.countryList01 ul li:nth-child(2n),
	.countryList02 ul li:nth-child(2n) {
		margin-right: 0 !important;
	}
	
	.countryList01 ul li.kanbai:after,
	.countryList02 ul li.kanbai:after {
		background: url(../img/kanbai_overlay_sp.png) no-repeat center center;
		background-size: 100% 100%;
	}
	
	#conditions {
		width: auto;
		padding: 30px;
		margin: 0 15px 30px;
		box-sizing: border-box;
	}
	
	#conditions table {
		display: block;
	}
	
	#conditions table tr th,
	#conditions table tr td {
		display: block;
	}
	
	
	#conditions table tr th {
		font-size: 21px;
		padding-bottom: 0;
	}
	
	#conditions table tr td {
		font-size: 16px;
		padding-left: 0;
	}
	
	#conditions table tr td:after {
		display: none;
	}

	#price .price__applyTitle{
		font-size: 1.6rem;
	}
	#price .price__applyTitle span{
		font-size: 2.4rem;
	}
	
	#kiyaku {
		width: auto;
		margin: 0 15px;
	}
	
	#kiyaku dt {
		padding: 11px 0;
	}
	
	#kiyaku dt:after {
		width: 20px;
		height: 20px;
		right: 30px;
		top: 15px;
		background-size: 20px auto;
	}
	
	#kiyaku dt.active:after {
		background-size: 20px auto;
	}
	
	#kiyaku dt img {
		height: 28px;
	}
	
	#deadline{
		width: auto;
		margin: 0 15px;
	}	

	#deadline table {
		width: 640px;
	}

	#deadline tr td span.br{
		width: 230px;
	}

	#deadline tr:nth-of-type(3) td span.br{
		width: 346px;
	}

	#deadline tr td span.--fourbr{
		width: 230px;
	}

	#deadline tr:nth-of-type(3) td span.--fourbr{
		width: 323px;
	}

	#deadline .--position{
		padding-top: 38px !important;
	}

	#deadline th .pref{
		vertical-align: top;
		width: 70%;
    	margin-left: 10%;
	}

	#deadline .newline{
		margin-top: 4px;
		font-size: 12px;
	}

	footer .btnApply {
		position: fixed;
		bottom: -100px;
		left: 50%;
		transform: translateX(-50%);
		transition: .3s;
	}
	
	footer .btnApply.disp {
		bottom: 0;
	}	
}
/*-----------------------------------------------------------------------
 floatIink
----------------------------------------------------------------------- */
body #floatIink {
	position: fixed;
	width: 100%;
	height: auto;
	max-height: 290px;
	right: 0;
	bottom: 0;
	padding: 24px 2%;
	z-index: 10000;
	text-align: center;
	background: rgba(0, 0, 0, 0.9);
	box-shadow: 0 -1px 5px 0px rgba(0,0,0,0.3);
}
body #floatIink a.banner {
	width: 30%;
	max-width: 134px;
	display: inline-block;
	vertical-align: top;
}
body #floatIink a.banner:not(:nth-last-of-type(-n+1)) {
	margin: 0 12px 0 0;
}
body #floatIink a.btn {
	display: block;
	width: 360px;
	max-width: 100%;
	margin: 24px auto 0;
	padding: 15px 62px 14px 48px;
}


@media screen and (max-width: 479px) {
	body #floatIink {
		height: auto;
	}
	body #floatIink a.banner {
		display: none;
	}
	body #floatIink a.btn {
		margin: 0 auto;
		padding: 15px 3px 14px 0;
	}
}


/*-----------------------------------------------------------------------
 close settings
----------------------------------------------------------------------- */
/* font settings */
body div#MainVisual #MainMid p.closeText {
	font-size: calc(0.875rem + ((1vw - 3.2px) * 2.9579));
}
/* content settings */
body div#MainVisual,
body section#price {
	position: relative;
}
body div.close,
body div#MainVisual #MainMid p.closeText {
	position: absolute;
	margin: 0;
	padding: 0;
}
body div.close {
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
}
body div#MainVisual #MainMid p.closeText {
	top: 50%;
	left: 50%;
	bottom: auto;
	right: auto;
	z-index: 10;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	padding-top: 20%;
	letter-spacing: 0.05em;
	line-height: 1.6;
	text-align: center;
	color: #fff;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
/* kiyaku open */
body div#kiyaku dt {
	pointer-events: none !important;
}
body div#kiyaku dt::before,
body div#kiyaku dt::after {
	display: none;
}
body div#kiyaku dd {
	display: block !important;
}
/*モーダル*/
.modal_btn{
	position: fixed;
    top: 32px;
    right: 32px;
	filter: drop-shadow(0px 0px 6px #2f272533);
	cursor: pointer;
	z-index: 100;
}
.modal-list__wrapper {
	position: fixed;
	inset: 0;
	display: grid;
	place-items: center;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity .2s ease, visibility .2s ease;
	z-index: 999;
}
#counrty_modal:checked ~ .modal-list__wrapper {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	display: flex;
    justify-content: center;
}
.modal-overlay {
	position: absolute;
	inset: 0;
	background: rgb(0 0 0 / 0.5);
	cursor: pointer;
}
.modal-list__box {
    position: relative;
    z-index: 100;
    width: 1200px;
    height: 87.5vh;
	margin-bottom: 80px;
    overflow-y: auto;
  	overflow-x: hidden;
    background: #fff;
    padding: 24px;
	background: url(../img/akitabi2025_main.jpg) repeat center center;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior: contain;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.modal-list__box::-webkit-scrollbar{
  display: none;
}
.supportModal{
	width: 1000px;
	margin: 0 auto;
}
.supportModal h3{
	font-size: 32px;
    color: #fff;
    background-color: #c1272d;
	padding: 24px 0;
    margin: 0;
}
.country__wrap{
	background-color: #fff;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: start;
	padding: 16px 0;
	margin-bottom: 40px;
}
.country__wrap a{
	color: #2f2725;
    font-size: 28px;
    font-weight: bold;
    margin: 24px 0;
    padding-left: 100px;
}
.modal-list__close {
    position: fixed;
    bottom: 2%;
    width: 240px;
    height: 56px;
    border-radius: 999px;
    background: #00000080;
    border: 3px solid #fff;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
}
.modal-list__close::before {
	content: "×";
    margin-right: 4px;
    font-size: 28px;
}
body:has(#counrty_modal:checked) { 
	overflow: hidden; 
}
@media screen and (max-width: 767px){
	.modal_btn{
		top: 16px;
		right: 16px;
		width: 80px;
	}
	#counrty_modal:checked ~ .modal-list__wrapper{
		align-items: flex-start;
	}
	.modal-list__box {
		width: calc(100% - 32px);
		height: 75vh;		
		padding: 24px 16px 4px;
        margin: 2.5% 0 0;
	}	
	.supportModal{
		width: 100%;
	}
	.supportModal h3{
		font-size: 20px;
        padding: 12px;
	}
	.country__wrap{
		display: flex;
        flex-direction: column;        
        align-items: flex-start;
		padding: 12px 16px;
		margin-bottom: 24px;
	}
	.country__wrap a{
		margin: 12px 0;
        font-size: 16px;
        padding: 0;
	}
	.modal-list__close {
		width: 200px;
		height: 40px;
        bottom: 2.5%;
	}
	.modal-list__close::before{
		margin-bottom: 4px;
	}
}
/*予約ボタン*/
.reserve__scroll{
    position: fixed;
    bottom: -245px;
    left: 0;
    right: 0;
    transition: all 0.5s ease-in-out;
	z-index: 100;
	background-color: #ffffff80;
}
.reserve__scroll.show{
    bottom: 0;
}
.reserve__scroll.fixed{
	position: static;
	background-color: #f5f5f5;
}
.reserve__wrapper{
	display: flex;
    justify-content: center;
    padding: 16px 0;
}
.reserve__wrapper a{
	filter: drop-shadow(2px 4px 6px #2f272533);
}
@media screen and (max-width: 767px){
	.reserve__wrapper{
		padding: 12px 0;
		width: calc(100% - 32px);
		margin: 0 auto;
	}
}