@charset "UTF-8";
/* CSS Document */

/* ============================
		Reset
 ============================ */
a[href*="tel"], button[href*="tel"] {pointer-events: inherit;}
* { margin:0;padding:0;}

html, body, div,span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
outline: 0;
vertical-align: baseline;
background: transparent;
}

body {
font-family: -apple-system, Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
background-color:#fff;
/* font-size: 1.6rem; */
line-height:1.0em;
text-align:left;
color: #000;
-webkit-text-size-adjust: 100%;
font-feature-settings : "palt" 1;
}

body * {
/* font-size: 1.6rem; */
}

.container {
width:100%;
position: relative;
}

a { 
color: #000;
text-decoration:none;
}

a img {
border:0;
text-decoration:none;
}

/*	this is my short cut clear fix.
	with note "display:flex" */
.cfx:before, .cfx:after {
  content:"";
  display: table;
}
.cfx:after { clear:both; }
.cfx { *zoom:1; }

.cf:before, .cf:after {
  content:"";
  display: table;
}
.cf:after { clear:both; }
.cf { *zoom:1; }


/* unnuber list is clear fix */
ul:before, ul:after {
content:"";
display: table;
}
ul:after { clear:both; }
ul { *zoom:1; }

/* data list is clear fix */
dl:before, dl:after {
content:"";
display: table;
}
dl:after { clear:both; }
dl { *zoom:1; }


li { list-style:none; }

#cal_2022_2,#cal_2022_3{display:none;}

/*	---------------------------
   		display control
	--------------------------- */

/* basic : all hits media class */
.spDisplayNone,
.tbDisplayNone,
.pcDisplayNone,
.smartContainer {}
.spDisplayOn,
.tbDisplayOn,
.pcDisplayOn {display: none;}



/* for SP */
@media screen and (max-width: 599px) {
		.spDisplayNone {display:none;}
		.spDisplayOn {display: inline}
		.smartContainer {margin: 0 15px;}
}

/* for TB */
@media screen and (max-width: 1024px) and (min-width: 600px){
		.tbDisplayNone {display:none;}
		.tbDisplayOn {display: inline}
		.smartContainer {margin: 0 15px;}
}

/* for PC */
@media screen and (min-width: 1025px) {
		.container {
		margin: 0 auto;
		width:1024px;
		position: relative;
		}
		.pcDisplayNone {display:none;}
		.pcDisplayOn {display: inline}
		a:hover {
		filter: alpha(opacity=50);
		-moz-opacity:0.50;
		opacity:0.50;
		}
		a img:hover {
		filter: alpha(opacity=50);
		-moz-opacity:0.50;
		opacity:0.50;
		}
}



/* ============================
	mainVisualSection
	/ swiper
 ============================ */

@-webkit-keyframes zoomUp {
  0% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
  100% {
      -webkit-transform: scale(1.15);
      transform: scale(1.15);
  }
}

@keyframes zoomUp { /* 1.15倍させる指定 */
  0% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
  100% {
      -webkit-transform: scale(1.15);
      transform: scale(1.15);
  }
}

.swiper-slide {
overflow: hidden;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
position: relative;
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
-webkit-animation: zoomUp 12s linear 0s;
animation: zoomUp 12s linear 0s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}

.slide-img {
background-size: cover; 
background-position: center center;
height: 330px;
}


.mainVisualSection {
position: relative;
margin-bottom: 35px;
}

.mainVisualSection h1 {
position: absolute;
top: calc(50% - 98px);
left: calc(50% - 90px);
z-index: 10;
}

.mainVisualSection h1 img {
width: 231px;
}

.mainVisualSection h1 span{
  display: block;
  color: #FFF;
  position: absolute;
  left: 10.2em;
  top: 60%;
  font-size: 90%;
  font-weight: bold;
  border: solid 2px #FFF;
  line-height: 1;
  padding: 5px;
  border-radius: 6px;
}

.mainVisualSection .name {
position: absolute;
bottom: 0;
left: 0;
z-index: 100;
display: inline-block;
background-color: rgba(255,255,255,0.5);
font-size: 10px;
line-height: 15px;
padding: 0 5px;
}


/* for PC */
@media screen and (min-width: 1025px) {

		.mainVisualSection {
		margin-bottom: 70px;
		}

		.slide-img {
		height: 600px;
		}

		.mainVisualSection h1 {
		top: calc(50% - 212px);
		left: calc(50% - 194px);
		}

		.mainVisualSection h1 img {
		width: auto;
		}
    .mainVisualSection h1 span{
      display: block;
      color: #FFF;
      position: absolute;
      left: 10.2em;
      top: 60%;
      font-size: 200%;
      font-weight: bold;
      border: solid 3px #FFF;
      line-height: 1;
      padding: 10px;
      border-radius: 10px;
    }
}






/* ============================
	topsSection
 ============================ */

.topsSection {
margin-bottom: 60px;
}

.topsSection h2 {
font-size: 1.2rem;
line-height: 1em;
text-align: center;
margin-bottom: 20px;
}

.topsSection .read {
font-size: 1rem;
text-align: center;
line-height: 1.9em;
margin-bottom: 30px;
}

.topsSection .read span {
font-size: 1.6rem;
font-weight: bold;
}

.topsSection .calender {
text-align: center;
margin-bottom: 20px;
}
.topsSection .calender img {
width: calc(100% - 30px);
max-width: 353px;
}

#calendar table{display:none;}
#calendar table#cal_2023_4{display:table;width:50%;height: 350px;}
#calendar table#cal_2023_5{display:table;width:50%;height: 350px;}
#calenderBox{width:40%;left: 30%;}


.topsSection .choiceDeparture {
background-color: #2896c7;
padding: 10px 15px;
margin-bottom: 15px;
}

.topsSection .choiceDeparture .label {
display: inline-block;
font-size: 1rem;
line-height: 24px;
color: #fff;
background-image: url(/import/tenant_1/153.127.54.224/html20220121/images/fig_tops002.webp);
background-repeat: no-repeat;
background-size:20px auto;
background-position: left center;
padding-left: 38px;
margin-right: 10px;
}

.topsSection .choiceDeparture select {
-webkit-appearance: none;
-moz-appearance: none;
-webkit-box-sizing: content-box;
appearance: none;
font-size:.8rem;
padding: 5px 10px;
border:none;
border-radius:0;
background-color: #fff;
background-image:url(/import/tenant_1/153.127.54.224/html20220121/images/mark_down001.webp);
background-repeat:no-repeat;
background-position:right 10px center;
width: 150px;
box-sizing: border-box
}
.topsSection .choiceDeparture select::-ms-expand {
display: none;
}

.topsSection .topsMenu {
}

.topsSection .topsMenu li {
float: left;
width: calc(50% - 7px);
margin-bottom: 10px;
}
.topsSection .topsMenu li:nth-child(even) {
float: right;
}

.topsSection .topsMenu a {
display: block;
background-color: #d6ae3c;
background-repeat: no-repeat;
background-position: center top 10px;
font-size: .8rem;
font-weight: bold;
color: #fff;
text-align: center;
padding: 25px 0 8px 0;
}

.topsMenu li:nth-child(1) a {
background-image: url(/import/tenant_1/153.127.54.224/html20220121/images/bg_tops_menu001.webp);
}
.topsMenu li:nth-child(2) a {
background-image: url(/import/tenant_1/153.127.54.224/html20220121/images/bg_tops_menu002.webp);
}
/*.topsMenu li:nth-child(3) a {
background-image: url(/import/tenant_1/153.127.54.224/html20220121/images/bg_tops_menu003.webp);
}*/
.topsMenu li:nth-child(3) a {
background-image: url(/import/tenant_1/153.127.54.224/html20220121/images/bg_tops_menu004.webp);
}

/* for PC */
@media screen and (min-width: 1025px) {

		.topsSection {
		margin-bottom: 50px;
		}

		.topsSection h2 {
		font-size: 1.8rem;
		margin-bottom: 25px;
		font-weight: 600;
		}

		.topsSection .read {
		font-size: 1.0rem;
		line-height: 1.85em;
		margin-bottom: 45px;
		}

		.topsSection .read span {
		font-size: 1.5rem;
		}

		.topsSection .calender {
		margin-bottom: 25px;
		}
		.topsSection .calender img {
		width: auto;
		max-width: none;
		}

		.topsSection .choiceDeparture {
		padding: 15px 0;
		margin-bottom: 25px;
		}

		.topsSection .choiceDeparture .label {
		font-size: .9rem;
		line-height: 31px;
		background-image: url(/import/tenant_1/153.127.54.224/html20220121/images/fig_tops002a.webp);
		padding-left: 53px;
		}

		.topsSection .choiceDeparture select {
		font-size:1rem;
		padding:10px;
		background-image:url(/import/tenant_1/153.127.54.224/html20220121/images/mark_down001a.webp);
		background-position:right 12px center;
		width: 210px;
		}

		.topsSection .topsMenu li {
		float: left;
		width: calc(25% - 15px);
		margin-bottom: 0px;
		margin-right: 20px;
		}
		.topsSection .topsMenu li:nth-child(even) {
		float: left;
		}
		.topsSection .topsMenu li:last-child {
		margin-right: 0;
		}

		.topsSection .topsMenu a {
		background-position: center top 15px;
		font-size: .9rem;
		padding: 40px 0 15px 0;
		}

		.topsMenu li:nth-child(1) a {
		background-image: url(/import/tenant_1/153.127.54.224/html20220121/images/bg_tops_menu001a.webp);
		}
		.topsMenu li:nth-child(2) a {
		background-image: url(/import/tenant_1/153.127.54.224/html20220121/images/bg_tops_menu002a.webp);
		}
	/*	.topsMenu li:nth-child(3) a {
		background-image: url(/import/tenant_1/153.127.54.224/html20220121/images/bg_tops_menu003a.webp);
		} */
		.topsMenu li:nth-child(3) a {
		background-image: url(/import/tenant_1/153.127.54.224/html20220121/images/bg_tops_menu004a.webp);
		}

}


/* ============================
	recommendSection
 ============================ */

.recommendSection {
padding-top: 70px;
margin-bottom: 60px;
}

.recommendSection h2 {
font-size: 1.2rem;
font-weight: bold;
text-align: center;
color: #cb9b0c;
line-height: 1em;
padding-bottom: 10px;
background-image: url(/import/tenant_1/153.127.54.224/html20220121/images/bg_border001.webp);
background-repeat: no-repeat;
background-position: center bottom;
margin-bottom: 25px;
}

.recommendSection .titles {
position: relative;
}

.recommendSection .englishTitle {
position: absolute;
top: -65px;
left: calc(50% - 170px);
}
.recommendSection .englishTitle img {
width: 195px;
}

.recommendSection .recommendList {
}

.recommendSection .recommendList > li {
margin-bottom: 45px;
}
.recommendSection .recommendList > li:last-child {
margin-bottom: 0;
}

.recommendSection .recommendList .photo {
position: relative;
margin-bottom: 15px;
}

.recommendSection .recommendList img {
width: 100%;
height: auto;
}

.recommendSection .recommendList h3 {
position: absolute;
top: 10px;
left: 10px;
font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
font-size: 3rem;
font-weight: normal;
line-height: 1em;
color: #fff;
text-shadow: 0px 0px 4px #000;
}

.recommendSection .recommendList .wrap {
position: absolute;
top: calc(50% - 30px);
left: 25px;
width: calc(100% - 40px);
background-color: rgba(0,0,0,0.75);
box-sizing: border-box;
padding: 15px;
}

.recommendSection .recommendList h4 {
font-size: 1.5rem;
font-weight: bold;
color: #fff;
text-align:center;
line-height: 1em;
margin-bottom: 10px;
}

.recommendSection .recommendList .body {
font-size: 1rem;
line-height: 1.55em;
color: #fff;
text-align: center;
}

.recommendSection .moreList > li {
margin-bottom: 15px;
}

.recommendSection .moreList > li a {
display: block;
font-size: 1rem;
color: #fff;
line-height: 45px;
padding-left: 20px;
background-color: #e6a521;
border-radius: 45px;
background-image: url(/import/tenant_1/153.127.54.224/html20220121/images/bg_more001.webp);
background-repeat: no-repeat;
background-position: right 15px center;
}


/* for PC */
@media screen and (min-width: 1025px) {

		.recommendSection {
		padding-top: 100px;
		margin-bottom: 180px;
		}

		.recommendSection h2 {
		font-size: 1.8rem;
		padding-bottom: 16px;
		margin-bottom: 20px;
		background-image: url(/import/tenant_1/153.127.54.224/html20220121/images/bg_border001a.webp);
		}

		.recommendSection .englishTitle {
		top: -100px;
		left: calc(50% - 400px);
		}
		.recommendSection .englishTitle img {
		width: auto;
		}

		.recommendSection .recommendList > li {
		margin-bottom: 85px;
		float: left;
		width: calc(50% - 31px);
		}
		.recommendSection .recommendList > li:nth-child(even) {
		float: right;
		}
		.recommendSection .recommendList > li:nth-child(odd) {
		clear: both;
		}
		
		.recommendSection .recommendList > li:nth-last-child(2),
		.recommendSection .recommendList > li:last-child {
		margin-bottom: 0;
		}

		.recommendSection .recommendList .photo {
		margin-bottom: 25px;
		}

		.recommendSection .recommendList h3 {
		top: 15px;
		left: 15px;
		font-size: 3.5rem;
		}

		.recommendSection .recommendList .wrap {
		position: absolute;
		top: calc(50% - 50px);
		left: 55px;
		width: calc(100% - 110px);
		}

		.recommendSection .recommendList h4 {
		font-size: 1.4rem;
		margin-bottom: 15px;
		}

		.recommendSection .recommendList .body {
		font-size: 1rem;
		line-height: 1.5em;
		}

		.recommendSection .moreList > li {
		margin: 0 25px 10px 25px;
		}

		.moreList > li a {
		font-size: 1.6rem;
		line-height: 52px;
		padding-left: 30px;
		border-radius: 52px;
		background-image: url(/import/tenant_1/153.127.54.224/html20220121/images/bg_more001a.webp);
		}

}




/* ============================
	tourSection
 ============================ */

.tourSection {
background-color: #2896c7;
padding: 35px 0 40px 0;
margin: 35px 0 90px 0;
}

.tourSection h2 {
font-size: 1.2rem;
font-weight: bold;
color: #fff;
line-height: 1em;
text-align: center;
padding-bottom: 10px;
background-image: url(/import/tenant_1/153.127.54.224/html20220121/images/bg_border002.webp);
background-repeat: no-repeat;
background-position: center bottom;
margin-bottom: 20px;
}

.tourSection .titles {
position: relative;
}

.tourSection .englishTitle {
position: absolute;
top: -65px;
left: calc(50% - 170px);
}
.tourSection .englishTitle img {
width: 151px
}

/* tourSearchDivision */

.tourSection .tourSearchDivision h3 {
font-size: 1rem;
font-weight: bold;
color: #fff;
line-height: 1em;
margin-bottom: 5px;
}


.tourSection .hotelPlanDivision h3 {
font-size: 1.3rem;
font-weight: bold;
color: #fff;
line-height: 1.4em;
text-align: center;
margin-bottom: 25px;
}


.tourSearchDivision .radioBtn {
text-align: left;
}

.tourSearchDivision .radioBtn input{
display: none;
}


.tourSearchDivision .radioBtn label{
display: block;
float: left;
cursor: pointer;
box-sizing: border-box;
margin: 0;
background: #fff;
font-size: .8rem;
text-align: center;
line-height: 25px;
transition: .2s;
margin-right: 1px;
padding:10px 0;
}

.tourSearchDivision .choiceDate {
width: calc(100% + 3px);
}

.choiceDate .radioBtn label{
width: 34px;
height: 34px;
font-size: .8rem;
font-weight: bold;
line-height: 1em;
padding: 3px 0;
margin-right: 3px;
margin-bottom: 3px;
box-sizing: border-box;
}

.choiceAirline .radioBtn label {
width: calc(33.33333% - 1px);
}

.choiceMember .radioBtn label {
width: calc(25% - 1px);
}
.choiceStay .radioBtn label {
width: calc(20% - 1px);
}

.choiceDestination .radioBtn label {
width: calc(25% - 1px);
margin-bottom: 1px;
}
.choiceDestination .radioBtn label:last-child {
width: calc(50% - 1px);
}

.radioBtn .week {
display: block;
font-size: .6rem;
font-weight: bold;
}
.radioBtn .withMonth .week {
position: relative;
top: -2px;
}

.radioBtn .sat {
color: #0071bc;
}
.radioBtn .sun {
color: #f00;
}
.radioBtn .month {
font-size: .7rem;
font-weight: bold;
position: relative;
top: -3px;
}

.radioBtn input[type="radio"]:checked + label {
background-color: #ffea4d;
}


.tourSection .choicelist > li {
margin-bottom: 12px
}

.tourSection .submit {
text-align: center;
margin: 20px 0;
}

input[type="submit"],.searchBtn button {
-moz-appearance: none;
-webkit-box-sizing: content-box;
-webkit-appearance: none;
appearance: none;
font-size:1.2rem;
font-weight: bold;
color: #fff;
padding:0;
border: none;
border-radius: 5px;
line-height: 47px;
width: 248px;
box-sizing: border-box;
background-color: #e6a521;
cursor: pointer;
}

.tourSection .bottomNote {
font-size: .9rem;
color: #fff;
line-height: 1.3em;
text-align: center;
}

.tourSection .tourSearchDivision {
padding-bottom: 45px;
margin-bottom: 25px;
border-bottom: 3px solid #fff;
}


/* hotelPlanDivision */

.tourSection .hotelPlanDivision {
}

.tourSection .hotelPlanDivision ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tourSection .hotelPlanDivision ul:before{
  content:none;
}

.hotelPlanDivision li {
background-color: #fff;
padding-bottom: 5px;
margin-bottom: 10px;
border-radius: 5px;
}

.hotelPlanDivision li:nth-child(4) {
float: left;
/* width: calc(50% - 10px); */
}
.hotelPlanDivision li:nth-child(5) {
float: right;
/* width: calc(50% - 10px); */
}
.hotelPlanDivision li:nth-child(6) {
clear: both;
}

.hotelPlanDivision li label {
display: block;
padding: 5px 10px 0 10px;
font-size: 1rem;
color: #717071;
}
form[name=tbpnSearch].tbpnSearch_smp label{
  width: auto;
}

.hotelPlanDivision select {
-webkit-appearance: none;
-moz-appearance: none;
-webkit-box-sizing: content-box;
appearance: none;
font-size:.8rem;
padding: 5px 10px;
border:none;
border-radius:0;
background-color: #fff;
background-image: none;
display: block;
width: 100%;
box-sizing: border-box
}
.hotelPlanDivision select::-ms-expand {
display: none;
}

.hotelPlanDivision .addon {
font-size: 1.3rem;
color: #fff;
line-height: 16px;
margin: 10px 0 30px 0;
text-align: center;
}

.addon input[type="checkbox"] {
/*display:none;*/
border:none;
border-radius: 0;
-moz-appearance: none;
-webkit-box-sizing: none;
-webkit-appearance: none;
appearance: none;
padding: 10px;
background-image: url(/import/tenant_1/153.127.54.224/html20220121/images/checkbox001.webp);
background-repeat: no-repeat;
background-position: left center;
cursor:pointer;
margin-right: 0em;
position: relative;
top: 4px;
}
.addon input[type="checkbox"]:checked {
background:url(/import/tenant_1/153.127.54.224/html20220121/images/checkbox001a.webp) no-repeat left center;
background-size: 13px auto;
cursor:pointer;
opacity: 1 !important;
}


/* for PC */
@media screen and (min-width: 1025px) {

		.tourSection {
		padding: 80px 0 80px 0;
		margin: 40px 0 180px 0;
		}

		.tourSection h2 {
		font-size: 1.8rem;
		padding-bottom: 15px;
		background-image: url(/import/tenant_1/153.127.54.224/html20220121/images/bg_border002a.webp);
		margin-bottom: 20px;
		}

		.tourSection .englishTitle {
		position: absolute;
		top: -110px;
		left: calc(50% - 280px);
		}
		.tourSection .englishTitle img {
		width: auto;
		}

    .tourSection .hotelPlanDivision ul{
      display: block;
    }

		/* tourSearchDivision */

		.tourSection .tourSearchDivision h3 {
		font-size: 1rem;
		margin-bottom: 10px;
		}


		.tourSection .hotelPlanDivision h3 {
		font-size: 1.2rem;
		margin-bottom: 35px;
		}

		.tourSearchDivision .radioBtn {
		text-align: left;
		}

		.tourSearchDivision .radioBtn input{
		display: none;
		}


		.tourSearchDivision .radioBtn label{
		background: #fff;
		font-size: .9rem;
		margin-right: 1px;
		}


		.tourSearchDivision .choiceDate {
		width: calc(100% + 0);
		}

		.choiceDate .radioBtn label{
		width: 55.5px;
		height: 55px;
		font-size: 1.3rem;
		padding: 8px 0 0 0;
		margin-right: 5px;
		margin-bottom: 0px;
		}
		
		.choiceDate .radioBtn label:last-child {
		margin-right: 0;
		}

		.choiceAirline {
		width: 286px;
		float: left;
		margin-right: 25px;
		}
		.choiceAirline .radioBtn label {
		width: calc(27% - 1px);
		height: 30px;
		box-sizing: border-box;
		padding-top: 3px;
		}
		.choiceAirline .radioBtn label:last-child {
		width: calc(46% - 1px)
		}
		
		.choiceMember {
		width: 296px;
		float: left;
		margin-right: 25px;
		}
		.choiceMember .radioBtn label {
		width: calc(25% - 1px);
		height: 30px;
		box-sizing: border-box;
		padding-top: 3px;
		}
		
		.choiceStay {
		width: 392px;
		float: left;
		}
		.choiceStay .radioBtn label {
		width: calc(20% - 1px);
		height: 30px;
		box-sizing: border-box;
		padding-top: 3px;
		}
		
		.choiceDestination {
		clear: both;
		}
		.choiceDestination .radioBtn label,
		.choiceDestination .radioBtn label:last-child {
		width: calc(14.25% - 1px);
		margin-bottom: 0px;
		height: 42px;
		box-sizing: border-box;
		padding-top: 9px;
		}
		.choiceDestination .radioBtn label:last-child {
		margin-right: 1px;
		}
		

		.radioBtn .week {
		display: block;
		font-size: .8rem;
		font-weight: bold;
		}
		.radioBtn .withMonth .week {
		position: relative;
		top: -2px;
		}

		.radioBtn .sat {
		color: #0071bc;
		}
		.radioBtn .sun {
		color: #f00;
		}
		.radioBtn .month {
		font-size: 1rem;
		font-weight: bold;
		position: relative;
		top: -5px;
		}

		.radioBtn input[type="radio"]:checked + label {
		background-color: #ffea4d;
		}


		.tourSection .choicelist > li {
		margin-bottom: 40px
		}

		.tourSection .submit {
		text-align: center;
		margin: 35px 0 20px 0;
		}

		input[type="submit"] {
		font-size:1.2rem;
		line-height: 60px;
		width: 422px;
		}

		.tourSection .tourSearchDivision {
		margin-bottom: 45px;
		}


		/* hotelPlanDivision */

		.tourSection .hotelPlanDivision {
		}

		.hotelPlanDivision li {
		padding-bottom: 5px;
		margin-bottom: 26px;
		float: left;
		margin-right: 25px
		}
		
		.hotelPlanDivision li:nth-child(1) {
		width: 191px;
		}
		
		.hotelPlanDivision li:nth-child(2) {
		width: 196px;
		}
		
		.hotelPlanDivision li:nth-child(3) {
		width: 244px;
		}
		

		.hotelPlanDivision li:nth-child(4) {
		width: 145px;
		}
		.hotelPlanDivision li:nth-child(5) {
		float: left;
		width: 146px;
		margin-right: 0;
		}
		.hotelPlanDivision li:nth-child(6) {
		width: 290px;
		margin-left: 205px;
		margin-right: 35px;
		}
		
		.hotelPlanDivision li:nth-child(7) {
		width: 290px;
		}


}



/* ============================
	oththemeSectioner
 ============================ */

.themeSection {
margin: 50px 0 130px 0;
}

.themeSection h2 {
font-size: 1.2rem;
font-weight: bold;
line-height: 1em;
color: #cb9b0c;
text-align: center;
padding-bottom: 10px;
background-image: url(/import/tenant_1/153.127.54.224/html20220121/images/bg_border001.webp);
background-repeat: no-repeat;
background-position: center bottom;
margin-bottom: 20px;
}

.themeSection .titles {
position: relative;
}

.themeSection .englishTitle {
position: absolute;
top: -45px;
left: calc(50% - 170px);
}
.themeSection .englishTitle img {
width: 146px
}

.themeSection li {
float: left;
width: calc(33.33333% - 7px);
margin-right: 10px;
margin-bottom: 20px;
}
.themeSection li:nth-child(3n) {
margin-right: 0;
}
.themeSection li:nth-child(3n+1) {
clear: both;
}

.themeSection li a {
display: block;
}

.themeSection .photo {
margin-bottom: 5px;
}
.themeSection .photo img {
width: 100%;
}

.themeSection .caption {
font-size: .8rem;
font-weight: bold;
line-height: 1em;
text-align: center;
}




/* for PC */
@media screen and (min-width: 1025px) {

		.themeSection {
		margin: 50px 0 130px 0;
		}

		.themeSection h2 {
		font-size: 1.5rem;
		padding-bottom: 15px;
		background-image: url(/import/tenant_1/153.127.54.224/html20220121/images/bg_border001a.webp);
		margin-bottom: 50px;
		}

		.themeSection .englishTitle {
		position: absolute;
		top: -75px;
		left: calc(50% - 290px);
		}
		.themeSection .englishTitle img {
		width: auto;
		}

		.themeSection li {
		width: calc(20% - 12px);
		margin-right: 15px;
		margin-bottom: 30px;
		}
		.themeSection li:nth-child(3n) {
		margin-right: 15px;
		}
		.themeSection li:nth-child(3n+1) {
		clear: none;
		}
		.themeSection li:nth-child(5n) {
		margin-right: 0;
		}
		.themeSection li:nth-child(5n+1) {
		clear: both;
		}

		.themeSection .photo {
		margin-bottom: 8px;
		}

		.themeSection .caption {
		font-size: 1rem;
		}


}


/* ============================
	membershipSection
 ============================ */

.membershipSection {
margin: 0 0 100px 0;
padding: 60px 0 40px 0;
background-image: url(/file_contents/7109/get);
background-repeat: no-repeat;
background-position: center top;
}

.membershipSection h2 {
font-size: 1.6rem;
font-weight: bold;
color: #fff;
line-height: 1em;
text-align: center;
padding-bottom: 10px;
background-image: url(/import/tenant_1/153.127.54.224/html20220121/images/bg_border002.webp);
background-repeat: no-repeat;
background-position: center bottom;
margin-bottom: 25px;
}

.membershipSection .titles {
position: relative;
}

.membershipSection .englishTitle {
position: absolute;
top: -95px;
left: calc(50% - 165px);
}
.membershipSection .englishTitle img {
width: 285px
}

.membershipSection .mainMark {
text-align: center;
margin-bottom: 20px;
}
.membershipSection .mainMark img {
width: 219px;
margin:0 auto;
}


.membershipSection h3 {
font-size: 1.5rem;
line-height: 1.25em;
text-align: center;
color: #e6a521;
text-shadow:
2px 2px 1px #FFF, -2px -2px 1px #FFF,
-2px 2px 1px #FFF, 2px -2px 1px #FFF,
0px 2px 1px #FFF,  0 -2px 1px #FFF,
-2px 0 1px #FFF, 2px 0 1px #FFF;
margin-bottom: 25px;
}

.membershipSection h4 {
font-size: .8rem;
font-weight: bold;
color: #fff;
background-color: #e6a521;
line-height: 23px;
width: 72px;
text-align: center;
margin-bottom: 15px;
}

.membershipSection ul {
margin-bottom: 30px;
}

.membershipSection li {
font-size: .8rem;
font-weight: bold;
line-height: 25px;
margin-bottom: 5px;
background-color: rgba(255,255,255,.75);
padding: 0 10px;
border-radius: 25px;
}
.membershipSection li span {
font-size: 1.35rem;
font-weight: bold;
color: #e6a521;
}

.membershipSection .moreLink {
text-align: center;
}

.membershipSection .moreLink a {
display: inline-block;
width: 100%;
max-width: 305px;
line-height: 45px;
font-size: 1rem;
color: #fff;
padding-left: 20px;
background-color: #e6a521;
border-radius: 45px;
background-image: url(/import/tenant_1/153.127.54.224/html20220121/images/bg_more001.webp);
background-repeat: no-repeat;
background-position: right 15px center;
text-align: left;
}



/* for mini SP */
@media screen and (max-width: 380px) {

	.membershipSection li,
	.membershipSection li span {
	font-size: 1.2rem;
	}

}


/* for PC */
@media screen and (min-width: 1025px) {


		.membershipSection {
		padding: 70px 0 40px 0;
		margin: 70px 0 150px 0;
		background-image: url(/file_contents/7110/get);
		background-position: center bottom;
		}

		.membershipSection h2 {
		font-size: 2.8rem;
		padding-bottom: 15px;
		background-image: url(/import/tenant_1/153.127.54.224/html20220121/images/bg_border002a.webp);
		margin-bottom: 45px;
		}

		.membershipSection .englishTitle {
		top: -140px;
		left: calc(50% - 360px);
		}
		.membershipSection .englishTitle img {
		width: auto;
		}


		.membershipSection .mainMark {
		text-align: left;
		margin-bottom: 0px;
		position: absolute;
		left: 70px;
		top: 80px;
		}
		.membershipSection .mainMark img {
		width: auto;
		}


		.membershipSection .wrap {
		margin-left: 440px;
		}

		.membershipSection h3 {
		font-size: 3.5rem;
		line-height: 1.3em;
		text-align: left;
		text-shadow:
		3px 3px 1px #FFF, -3px -3px 1px #FFF,
		-3px 3px 1px #FFF, 3px -3px 1px #FFF,
		0px 3px 3px #FFF,  0 -3px 1px #FFF,
		-3px 0 1px #FFF, 3px 0 1px #FFF;
		margin-bottom: 20px;
		}

		.membershipSection h4 {
		font-size: 1rem;
		line-height: 30px;
		width: 100px;
		}

		.membershipSection ul {
		margin-bottom: 65px;
		}

		.membershipSection li {
		font-size: 1rem;
		line-height: 27px;
		width: 550px;
		}
		.membershipSection li span {
		font-size: 1.35rem;
		font-weight: bold;
		color: #e6a521;
		}

		.membershipSection .moreLink {
		text-align: center;
		}

		.membershipSection .moreLink a {
		width: 100%;
		max-width: 410px;
		line-height: 52px;
		font-size: 1rem;
		background-image: url(/import/tenant_1/153.127.54.224/html20220121/images/bg_more001a.webp);
		padding-left: 30px;
		}

}





/* ============================
	faqSection
 ============================ */

.faqSection {
}


.faqSection h2 {
font-size: 1.6rem;
font-weight: bold;
line-height: 1em;
color: #cb9b0c;
text-align: center;
padding-bottom: 10px;
background-image: url(/import/tenant_1/153.127.54.224/html20220121/images/bg_border001.webp);
background-repeat: no-repeat;
background-position: center bottom;
margin-bottom: 20px;
}

.faqSection .titles {
position: relative;
}

.faqSection .englishTitle {
position: absolute;
top: -25px;
left: calc(50% - 80px);
}
.faqSection .englishTitle img {
width: 50px
}

.faqSection .acordion {
margin-bottom: 20px;
border-bottom: 1px solid #d9d9d9;
}

.faqSection dt {
background-image: url(/import/tenant_1/153.127.54.224/html20220121/images/acordion_down001.webp);
background-repeat: no-repeat;
background-position: right top 5px;
padding-right: 30px
}

.faqSection dt span {
display: inline-block;
font-size: 1rem;
font-weight: bold;
line-height: 1.5em;
padding-left: 35px;
background-image: url(/import/tenant_1/153.127.54.224/html20220121/images/bg_faq_q001.webp);
background-repeat: no-repeat;
padding-top: 2px;
padding-bottom: 20px;
}

.faqSection dt.active {
background-image: url(/import/tenant_1/153.127.54.224/html20220121/images/acordion_up001.webp);
}

.faqSection dd {
    font-size: .8rem;
    line-height: 1.5em;
    background-image: url(/import/tenant_1/153.127.54.224/html20220121/images/bg_faq_a001.webp);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 35px;
    padding-bottom: 20px;
}
.faqSection .acordion:last-of-type{
  border-bottom:none;
}

/* for PC */
@media screen and (min-width: 1025px) {

		.faqSection {
		margin: 50px 0 150px 0;
		}

		.faqSection h2 {
		font-size: 2.8rem;
		padding-bottom: 15px;
		background-image: url(/import/tenant_1/153.127.54.224/html20220121/images/bg_border001a.webp);
		margin-bottom: 60px;
		}

		.faqSection .englishTitle {
		position: absolute;
		top: -75px;
		left: calc(50% - 190px);
		}
		.faqSection .englishTitle img {
		width: auto;
		}


		.faqSection .acordion {
		margin-bottom: 30px;;
		}

		.faqSection dt {
		background-image: url(/import/tenant_1/153.127.54.224/html20220121/images/acordion_down001a.webp);
		background-position: right 7px;
		padding-right: 35px
		}

		.faqSection dt span {
		font-size: 1.3rem;
		line-height: 2em;
		padding-left: 50px;
		background-image: url(/import/tenant_1/153.127.54.224/html20220121/images/bg_faq_q001a.webp);
		background-position: left top 2px;
		padding-top: 0px;
		padding-bottom: 45px;
		}

		.faqSection dt.active {
		background-image: url(/import/tenant_1/153.127.54.224/html20220121/images/acordion_up001a.webp);
		}

		.faqSection dd {
		font-size: 1rem;
		line-height: 2em;
		background-image: url(/import/tenant_1/153.127.54.224/html20220121/images/bg_faq_a001a.webp);
		background-position: left 70px top 8px;
		padding-left: 128px;
		padding-bottom: 45px;
		}


}




/* ============================
	other
 ============================ */

/* for SP */
@media screen and (max-width: 599px) {
}

/* for TB */
@media screen and (max-width: 1024px) and (min-width: 600px){
}

/* for PC */
@media screen and (min-width: 1025px) {
}


/*campaignCampaignBoxCoupon*/
.campaignCampaignItemCoupon {
    background: #fff;
    width: 90%;
    margin: 0 auto;
    border-radius: 20px;
}
@media (max-width: 599px) {
  .campaignCampaignItemCoupon {
    width: 100%;
  }
}

.campaignCampaignItemCoupon .tit {
    height: 90px;
    font-size: 26px;
    text-align: center;
    line-height: 1.3;
    color: #fff;
    background: #e01515;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 10px;
}

.campaignCampaignItemCoupon .box {
  padding: 50px;
  display: flex;
  flex-direction: column;
}

.campaignCampaignItemCoupon .box .day {
  text-align: center;
  background-color: #e3f9ff;
  padding: 12px;
  border: solid 2px #4595ab;
  padding: 15px 30px;
  margin-bottom: 30px;
  border-radius: 10px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 599px) {
  .campaignCampaignItemCoupon .box .day {
    padding: 15px;
    margin-bottom: 15px;
  }
}

.campaignCampaignItemCoupon .box .day li {
    line-height: 1.2;
    font-size: 16px;
    color: #000000;
    font-weight: bold;
}
@media (max-width: 599px) {
  .campaignCampaignItemCoupon .box .day li {
    font-size: 12px;
  }
}

.campaignCampaignItemCoupon .box .day li+li {
    margin-top: 10px;
}

.campaignCampaignItemCoupon .box .day li .sub {
  display: inline;
}
@media (max-width: 599px) {
  .campaignCampaignItemCoupon .box .day li .sub {
    display: block;
  }
}

.campaignCampaignItemCoupon .box .get{
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  color: #013895;
  line-height: 1.5em;
}
@media (max-width: 599px) {
  .campaignCampaignItemCoupon .box .get{
    font-size: 18px;
  }
}


.campaignCampaignItemCoupon .box .txtbox {
  margin-top: 25px;
  line-height: 1.6;
}
@media (max-width: 599px) {
  .campaignCampaignItemCoupon .box .txtbox {
    margin-top: 15px;
  }
}

.campaignCampaignItemCoupon .box .txtbox .sub {
    font-weight: bold;
}

.campaignCampaignItemCoupon .coupon {
    /* background: #4ec2e1; */
    background: url(/upload/tenant_1/ss2022_tag.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    text-align: center;
    font-weight: bold;
    padding: 20px 0;
    position: relative;
    z-index: 0;
    margin: 15px auto;
    color: #FFF;
    width: 700px;
}
@media (max-width: 1024px) {
  .campaignCampaignItemCoupon .coupon {
    width: 90%;
  }
}

.campaignCampaignItemCoupon .coupon .day {
    color: #000;
    font-weight: bold;
    font-style: italic;
    letter-spacing: 1px;
    text-shadow: none;
    display: block;
    background: #f3ce00;
    border: none;
    padding: 10px 10px 7px;
    position: absolute;
    z-index: 0;
    border-radius: 50%;
    width: 5em;
    height: 5em;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -20px;
    right: 40px;
}

.campaignCampaignItemCoupon .coupon .sub {
    font-size: 18px;
    display: inline-block;
    margin-bottom: 20px;
    padding: 3px 10px;
    position: relative;
    z-index: 1;
    border-bottom: dotted 1px #FFF;
}
.campaignCampaignItemCoupon .coupon .sub2 {
  display: inline;
  padding: 2px 5px;
  border:1px solid #FFF ;
  border-radius: 6px;
  margin-right: 5px;
}
@media (max-width: 599px) {
  .campaignCampaignItemCoupon .coupon .sub2 {
    margin-right: 0;
  }
}
.campaignCampaignItemCoupon .coupon .txt {
    font-size: 26px;
    display: block;
    margin-bottom: 10px;
    letter-spacing: 0;
}

.campaignCampaignItemCoupon .box .list {
  width: 80%;
  margin: 0 auto 15px auto;
}
@media (max-width: 599px) {
  .campaignCampaignItemCoupon .box .list {
    width: 100%;
  }
}

.campaignCampaignItemCoupon .box .list .attention{
  text-align: center;
  font-size: 12px;
}

.campaignCampaignItemCoupon .box .list > .txt {
    text-align: center;
    margin-bottom: 20px;
}

.campaignCampaignItemCoupon .box .list li {
  background: #e3f9ff;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 8px;
    background: none;
    justify-content: space-between;
    align-items: stretch;
}

.campaignCampaignItemCoupon .box .list li:first-child span.txt{
  text-align: center;
  font-weight: bold;
  border-bottom: solid 2px;
  font-size: 130%;
  width: 55%;
  background: none;
  border-radius: 0;
  background-color: #FFF;
}
.campaignCampaignItemCoupon .box .list li:first-child span.sub{
  text-align: center;
  font-weight: bold;
  border-bottom: solid 2px;
  width: calc(45% - 3em);
  background-color: #FFF;
}
@media (max-width: 599px) {
  .campaignCampaignItemCoupon .box .list li:first-child span.txt,.campaignCampaignItemCoupon .box .list li:first-child span.sub{
    font-size: 110%;
  }
}

/* .campaignCampaignItemCoupon .box .list li+li {
    margin-top: 10px;
} */

.campaignCampaignItemCoupon .box .list li .txt {
    width: 55%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e3f9ff;
    border-radius: 4px;
}

.campaignCampaignItemCoupon .box .list li .arrow {
    width: 3em;
    text-align: center;
}
@media (max-width: 599px) {
  .campaignCampaignItemCoupon .box .list li .arrow {
    display: flex;
    justify-content: center;
    align-items: center;
}
}

.campaignCampaignItemCoupon .box .list li .sub {
    width: calc(50% - 100px);
    font-size: 130%;
    text-align: left;
    font-weight: bold;
    width: calc(45% - 3em);
    text-align: center;
    background-color: #fffda3;
    padding: 5px;
}

.campaignCampaignItemCoupon .box .bnrbox {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #ededed;
    padding: 15px;
    border-radius: 10px;
}
.campaignCampaignItemCoupon .box .bnrbox .toroku{
  text-align: right;
  padding-right: 20px;
}
.campaignCampaignItemCoupon .box .bnrbox .toroku p{
  font-weight: bold;
}

.campaignCampaignItemCoupon .box .bnrbox .bnr {
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 599px) {
  .campaignCampaignItemCoupon .box .bnrbox .bnr {
    width: 100%;
  }
}

.campaignCampaignItemCoupon .box .bnrbox .bnr a {
    display: block;
}

.campaignCampaignItemCoupon .box .bnrbox .txt {
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
}

@media (max-width: 1024px) {
    .campaignCampaignItemCoupon .tit {
        height: 80px;
        font-size: 22px;
    }

    .campaignCampaignItemCoupon .box .list li {
        font-size: 14px;
    }

    .campaignCampaignItemCoupon .coupon .sub {
        font-size: 16px;
    }

    .campaignCampaignItemCoupon .coupon .txt {
        font-size: 22px;
    }
}

@media (max-width: 599px) {
    .campaignCampaignItemCoupon .tit {
        height: auto;
        font-size: 18px;
        padding: 13px 5px;
    }
    .campaignCampaignItemCoupon .box {
        font-size: 12px;
        padding: 15px;
    }
    .campaignCampaignItemCoupon .box .list li {
      font-size: 12px;
    line-height: 1.3;
  }
    .campaignCampaignItemCoupon .box .list li .txt {
        width: 55%;
        flex-direction: column;
    }

    .campaignCampaignItemCoupon .box .list li .sub {
        width: calc(45% - 3em);
        font-size: 110%;
    }
    .campaignCampaignItemCoupon .coupon{
      width: 100%;
      background: url(/upload/tenant_1/SS2022_tag_sp.webp);
      background-repeat: no-repeat;
      background-position: top center;
      background-size: contain;
    }
    .campaignCampaignItemCoupon .coupon .day {
        font-size: 12px;
        right: -10px;
    }

    .campaignCampaignItemCoupon .coupon .sub {
        font-size: 13px;
    }

    .campaignCampaignItemCoupon .coupon .txt {
        font-size: 18px;
    }
}

.campaignCampaign .ttl01 .txt {
  color: #013895;
}

.campaignCampaign .ttl01 .sub {
    width: 80%;
    height: 60px;
    text-align: center;
    color: #013895;
    line-height: 60px;
    padding: 0 2rem;
    background: #fff;
    margin: 20px auto 0;
    display: block;
    position: relative;
}

@media (max-width: 599px){
  .campaignCampaign .ttl01 .sub{
    line-height: 1.5em;
    font-size: 17px;
    font-weight: bold;
    padding-top: 5px;
  }
}

.campaignCampaign .ttl01 .sub:before,
.campaignCampaign .ttl01 .sub:after {
    position: absolute;
    top: 0;
    display: block;
    content: '';
    border: 30px solid #fff;
    z-index: 0;
}

.campaignCampaign .ttl01 .sub:before {
    left: -40px;
    border-left-width: 15px;
    border-left-color: transparent;
}

.campaignCampaign .ttl01 .sub:after {
    right: -40px;
    border-right-width: 15px;
    border-right-color: transparent;
}


.campaign-back01 {
    background: url(/upload/tenant_1/bg01_gw2023.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.campaignCampaign .red {
    color: #e01515;
}
