@charset "utf-8";
@import url("root.css");
/***************************************
-------------- TOP HEADER --------------
***************************************/

#main{
	display: block;
	padding: 0px 0 0px;
	background:none;
	
}
/*
#main_sp{
	display: block;
}*/


@media screen and (min-width:1025px) {
#main{
	display: block;
	position: relative;
	z-index: -1;
	padding: 15px 0 15px;
	background: url("../img/pt5_2.png") repeat;
}
#main .sliderArea{padding: 0 0px 0px;}	
/*#main .full-screen .slick-dots{
		display: none !important;
	}*/

#main .slick-dotted.slick-slider {
margin-bottom:0em !important;
}	
}

@media screen and (max-width:599px) {

}
/*--------------------
topスライダー
---------------------*/
.sliderArea {
max-width: 100%;
margin: 0 auto;
padding: 0 0px 25px;
	position: relative;
	z-index:2;
	overflow: hidden;

}

@media screen and (max-width:1024px) {
	.sliderArea {
		margin: 80px auto 0px;
		padding: 0 0px 25px;
	}
}
@media screen and (max-width:599px) {
	.sliderArea {
		margin: 60px auto 0px;
		padding: 0 0px 25px;
	}
}

.sliderArea.w300 {
max-width: 1175px;
}
.slick-slide {
margin: 0 0px;
}
.slick-slide img {
width: 100%;
height: auto;
}
.slick-prev, .slick-next {
z-index: 1;
}
.slick-prev:before, .slick-next:before {
color: #000;
}
.slick-slide {
transition: all ease-in-out .3s;
opacity: 0.7;
}
.slick-active {
opacity: 1;
}
.slick-current {
opacity: 1;
}

.sliderArea .thumb .slick-slide img {
padding: 0 3%;
}
.sliderArea .thumb .slick-slide {
cursor: pointer;
}
.sliderArea .thumb .slick-slide:hover {
opacity: .7;
}

.full-screen .slick-list {
overflow: visible;
}
.full-screen.slider {
max-width: 1175px;
margin: 0 auto;
}
.slick-dotted.slick-slider {
margin-bottom:2em !important;
}

/*slick-dots*/
.full-screen .slick-dots {
	bottom: -33px;
}
.full-screen .slick-dots li {
	position: relative;
	display: inline-block;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	cursor: pointer;
}
.full-screen .slick-dots li button {
	font-size: 0;
	line-height: 0;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: 0;
	text-indent: -9999px;
	display: block;
	margin: 0 5px;
	outline: 0;
	transition-duration: 0.3s;
	width: 10px;
	height: 10px;
	border-radius: 10px;
		background: #999999;
}
.full-screen .slick-dots li button:before {
	content: none;
}
.full-screen .slick-dots li button:hover, .full-screen .slick-dots li.slick-active button {
	width: 10px;
	height: 10px;
	border-radius: 10px;
background: #e6aa28;
}

.slick-slide a:hover img {
	transform: scale(1.01);
	transition: all .6s;/*表示の変化を0.3秒に指定*/
	opacity: 1.0 !important;
}
/*.slick-center img {
	transform: scale(1.01);
}*/
/*--------------------*/



/***************************************
---------------- market price ----------------
***************************************/

#market_price {
	position: relative;
	z-index: -1;
	background: url("../img/pt1.png") repeat;
}

#market_price .container {
	padding: 60px 0 50px;
}

.market_price_box {
	display: block;
	width: 100%;
	border: 0px solid;
}


.market_price_box h3 {
	text-align: center;
	padding: 5px 10px 0px;
	margin-bottom: 1rem;
	color: var(--base-color03);  
	
}

.market_price_box h4 {
		text-align: center;
	padding: 15px 10px 0px;
	margin-bottom: 1rem;
	color: var(--base-color03);  
	border-top: 1px solid 
}


.market_price_box h3 span {
	font-size: 2.25rem ;
	text-align: center;
}

.market_price_box h3 strong {
	color: var(--sub-color04);  
}
.market_price_box ul.price_list {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	text-align: center;
}

.market_price_box ul.price_list li {
	display: block;
	width: 24% !important;
	border-radius: 5px;
	padding: 12px 0 0;
	
}



.market_price_box ul.price_list li  {
	display: block;
	text-align: center;
	width: 100%;
	border-radius: 5px 5px 5px 5px;
	background:  var(--base-color04); 
	color: var(--base-color03); 
	font-size: 1.125rem;
	font-weight: 500;
	margin-bottom:10px;
}

.market_price_box ul.price_list li.gold {
	background-color: #d8af11;
}
.market_price_box ul.price_list li.silver {
	background-color: #bdbdbd;

}
.market_price_box ul.price_list li.pt {
	background-color: #98a2bc;

}
.market_price_box ul.price_list li.pd {
	background-color: #8d8d8d;

}


.market_price_box ul.price_list li span.price {
	display: flex;
	justify-content: center !important;
	align-items: center;
	background:  var(--base-color03); 
	color: var(--base-color02); 
	margin-top: 10px;
	padding: 15px 10px 18px;
	border-radius:0 0 5px 5px;
	font-size: 1.5rem;
	font-weight: 600;
}
.market_price_box ul.price_list li span.price::after {
	content: "円";
	font-size: 70%;
	margin-top: 5px;
	margin-left: 5px;
}


.market_price_box ul.price_list li span.price::before {
	display: inline-block;
	content: "";
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 46px;
	height: 46px;
	min-height: 34px;
	margin-right: 10px;
	
}
.market_price_box ul.price_list li.gold span.price::before {
	background-image: url("../img/i-gold.png");
}
.market_price_box ul.price_list li.silver span.price::before {
	background-image: url("../img/i-silver.png");
}
.market_price_box ul.price_list li.pt span.price::before {
	background-image: url("../img/i-pt.png");
}
.market_price_box ul.price_list li.pd span.price::before {
	background-image: url("../img/i-pd.png");
}

@media screen and (min-width: 1025px) {
.market_price_box ul.price_list li  {
	font-size: 1.25rem;
}

.market_price_box ul.price_list li span.price::before {
	width: 48px;
	height: 48px;
	margin-right: 20px;
	
}		
}

@media screen and (max-width: 767px) {
	.market_price_box ul.price_list li {
	display: block;
	width: 48% !important;
	border-radius: 5px;
	padding: 12px 0 0;
		margin-bottom: 5%;
}
}
@media screen and (max-width: 599px) {

#market_price .container {
	padding: 40px 0 30px;
}
	

.market_price_box h3 span br{
		display: none;
	}
	
.market_price_box h3 span {
	font-size: 1.75rem;
}


	
}

#market_price .notes{
	margin-top: 15px;
	text-align: center;
	color: var(--base-color03);
	
}


@media screen and (max-width: 379px) {
.market_price_box ul.price_list li  {
	font-size: 1rem;
}

.market_price_box ul.price_list li span.price::before {
	width: 40px;
	height: 40px;
	margin-right: 10px;
}
.market_price_box ul.price_list li span.price {
	font-size: 1.375rem;
}
.market_price_box h3 strong {
	display: block;
	}
}






/***************************************
---------------- chirashi_bnr_area ---------------
***************************************/

#chirashi_bnr_area {
  background: url("../img/pt02.png") repeat;
}

#chirashi_bnr_area .container {
  padding: 50px 0 60px;
}

#chirashi_bnr_area .flex_box.cl2 li:nth-child(1) {
  margin-bottom: 30px;
}


/*--------------------------------*/

.camp_info {
  position: relative;
  width: 100%;
  margin-left: auto;
}

.camp_info .inner {
  border: 3px solid var(--base-color01);
  background: var(--base-color03);
}

.camp_info h3 {
  position: absolute;
  top: -3%;
  left: -9px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0rem;
  z-index: 1;
}

.camp_info h3 span.btitle {
  display: block;
  width: 60%;
  max-width: 259px;
  height: 58px;
  font-size: 1.5rem;
  color: var(--base-color03);
  background-image: url("../img/index/camp_tbg.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: .35rem 1.5rem .35rem;
}

.camp_info p.more_txt {
  font-size: .875rem;
  padding: .25rem .5rem .5rem;
  background-color: var(--base-color01);
  text-align: right;
  color: var(--base-color03);
}

.camp_info dl {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.camp_info dl dt {
  width: 46%;
  order: 1;
  padding: 2px;
}

.camp_info dl dt img {
  display: block;
  max-width: 100%;
  aspect-ratio: 4/3.25;
  object-fit: cover;
  border: 1px solid #CCC;
  margin-bottom: 0rem;
  overflow: hidden;
}

.camp_info dl dd {
  width: 53%;
  order: 2;
  padding-top: .5rem 0;
}

.camp_info dl dd {}

.camp_info dl dd div.camp_txt {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 5px 8px 5px 5px;
  margin: 0 auto 0;
  font-size: 120% !important;
  font-weight: 700;
  line-height: 160%;
  text-align: center;
}

.camp_info dl dd div.camp_txt p {
  font-size: inherit!important;
  line-height: inherit!important;
}

@media screen and (min-width: 1025px) {
  .camp_info {}
}

@media screen and (max-width: 599px) {
  .camp_info dl dd div.camp_txt {
    font-size: 100% !important;
  }
}

@media screen and (max-width: 479px) {
  .camp_info h3 span.btitle {
    width: 70%;
    font-size: 1.25rem;
    padding: .5rem 0rem .5rem 1rem;
  }
  .camp_info dl {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .camp_info dl dt {
    width: 100%;
    order: 1;
    padding: 2px;
  }
  .camp_info dl dt img {
    display: block;
    max-width: 100%;
    max-height: 100% !important;
    aspect-ratio: 4/3;
  }
  .camp_info dl dd {
    width: 100%;
    order: 2;
    padding-top: 0px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 389px) {
  .camp_info h3 {
    left: -7px;
  }
}

#chirashi_bnr_area .flex_box.cl2 li {
  width: 100%;
  max-width: 600px;
  margin: 1rem auto 0;
}

#chirashi_bnr_area .flex_box.cl2 li img {
  width: 100%;
  max-width: 600px;
}

@media screen and (min-width: 1025px) {
  #chirashi_bnr_area .flex_box.cl2 li {
    width: 49%;
    margin-bottom: 0px;
  }
  #chirashi_bnr_area .flex_box.cl2 li:nth-child(1) img {
    width: 100%;
    margin-left: 0;
  }
  #chirashi_bnr_area .flex_box.cl2 li:nth-child(1) {
    margin-bottom: 0px;
  }
  .camp_info {
    position: relative;
    width: 96%;
    margin-left: 4%;
  }
}

/***************************************
---------------- COUPON ----------------
***************************************/

.coupon_area {
    background-image: url(../img/tile_gld.jpg);
    background-repeat: repeat;
}
.special-coupon {
    width: 67.5%;
    background: var(--base-color03);
    margin: 0;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}
.special-coupon h2 {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    font-size: 5.7rem;
    line-height: 1.0;
    color: var(--sub-color01);
    font-weight: bold;
    justify-content: space-between;
    font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    -moz-font-feature-settings: "palt";
}
.special-coupon h2 span {
    font-size: 1.9rem;
    line-height: 1.25;
    font-weight: bold;
    padding: 5px 10px;
    text-align: center;
    color: var(--base-color03);
    background: var(--sub-color01);
    display: flex;
    align-items: center;
}
.special-coupon p {
    font-size: 1.7rem;
    line-height: 1.0;
    text-align: center;
    color: var(--base-color02);
}
.guarantee {
    width: 30%;
    margin-left: auto;
}
@media screen and (max-width: 768px) {
    .special-coupon,
    .guarantee {
        width: 100%;
    }
    .guarantee {
        margin-top: var(--sp-container_space);
    }
    .special-coupon {
        padding: 2.75%;
    }
    .special-coupon h2 {
        width: 100%;
        font-size: 10vw;
        justify-content: center;
        line-height: 1.25;
    }
    .special-coupon h2 span{
        width: 100%;
        font-size: 3.5vw;
        justify-content: center;
    }
    .special-coupon p {
        line-height: 1.5;
        font-size: var(--sp-fontsize_p);
    }
}
/***************************************
--------------- GREETING ---------------
***************************************/
#top_greeting{
	background-image: url("../img/index/greeting_bg02.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

#top_greeting .container{
	padding-bottom: 60px;
}



#top_greeting h2{
	padding-bottom: 0px;
	border-bottom: 0;
	font-size: 1.5rem;
	letter-spacing: 3px;
	display: block;
	width: 100%;
	max-width: 768px;
	margin: 2.5% auto 3%;
	height: 110px;
	background: url("../img/index/greeting_title_img.png") no-repeat center;
	background-size: contain;
}

#top_greeting h2 img{
	display: none;
}


#top_greeting p{
	font-size: 108% !important;
	line-height: 200%;
	padding-top: 0;
}

@media screen and (min-width: 1025px) {
#top_greeting{
	background-size: cover;
}
#top_greeting h2{
	font-size: 1.75rem;
}
	
}

@media screen and (max-width: 768px) {
	#top_greeting h2{
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 599px) {
#top_greeting h2{
	padding-bottom: 0px;
	border-bottom: 0;
	font-size: 1.375rem;
	letter-spacing: 0px;
	line-height: 140%;
	background: none;
	height: auto;
}
#top_greeting h2 img{
	display: block;
	margin: 0 auto 0;
}
	
#top_greeting p{
	font-size: 100% !important;
	line-height:180%;
	padding-top: 0;
}	
#top_greeting .container::before {
	margin: 0 auto 10px;
}

#top_greeting .container::after {
	margin: 20px auto 0px;
}
	
}
 

/*--------------------------------------*/
#top_greeting .flex_txt {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 3%;
}

#top_greeting .flex_txt .img_box{
	width: 48% !important;
	text-align: center;
}

#top_greeting .flex_txt .txt_box{
	width: 49% !important;
}
@media screen and (max-width: 768px) {
#top_greeting .flex_txt {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

#top_greeting .flex_txt .img_box{
	width: 100% !important;
}

#top_greeting .flex_txt .txt_box{
	width: 100% !important;
}
#top_greeting .flex_txt div:not(:last-of-type){
		margin-bottom: 20px;
}
}



/*--------------------------------------*/
.flex_txt {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.flex_txt .img_box{
	width: 32.5%;
	text-align: center;
}

.flex_txt .txt_box{
	width: 65%;
}
@media screen and (max-width: 768px) {
.flex_txt {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.flex_txt .img_box{
	width: 100%;
}

.flex_txt .txt_box{
	width: 100%;
}
.flex_txt div:not(:last-of-type){
		margin-bottom: 20px;
}
}


/***************************************
--------------- campaign ---------------
***************************************/
#campaign {
	background-image: url("../img/campaign_bg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto;
	background-color:#deb005;
}

#campaign .container{
	padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
#campaign .container{
	padding-bottom: 50px;
}
}
/***************************************
--------------- GREETING ---------------
***************************************/
#parking{
	   background: var(--base-bgcolor03);
}

#parking .flex_txt .img_box{
	width: 38.5%;
	order: 2
}

#parking .flex_txt .txt_box{
	width: 60%;
	order: 1
}
#parking .flex_txt .txt_box ul{
	margin-bottom: 20px;
}
#parking .flex_txt .txt_box li{
	font-size: 150%;
	
}
#parking .flex_txt .txt_box li:not(:last-of-type){padding-bottom: 10px;}
#parking .flex_txt .txt_box li::before{
	content: "・";
}
#parking .flex_txt .txt_box img{
	margin-bottom: 10px;
}
@media screen and (max-width: 768px) {

#parking .flex_txt .img_box{
	width: 100%;
	order: 1
}

#parking .flex_txt .txt_box{
	width: 100%;
	order: 2
}
#parking .flex_txt .img_box img{
	display: block;
	width: 100%;
	max-width: 480px;
	height: auto;
	margin: 0 auto 0;
	}
#parking .flex_txt .txt_box li{
	font-size: 110%;
}
}

/***************************************
--------------- CHIRASHI ---------------
***************************************/

#chirashi {
    background: var(--base-color03);
}

#chirashi h2 {
    width: 61.67%;
    margin: 0 auto 50px;
}

.chirashi_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
}
.chirashi_img {
    width: 45%;
}
@media screen and (max-width: 768px) {
    #chirashi h2 {
        width: 80%;
        margin-bottom: var(--sp-container_space);
    }
}

/***************************************
---------------- assessment ----------------
***************************************/

#assessment{
	border-top: 3px solid;
}

#assessment h2{border-bottom: 1;}

#assessment .txt_area {
	display: block;
	width: 100%;
}

#assessment .txt_area h3 {
	color: var(--sub-color01);
	font-size: 1.5rem;
	line-height: 160%;
	margin: 1rem auto 1rem;
}

#assessment .txt_area p {
	font-size: 108% !important;
	line-height: 200%;
	font-weight: 500;
}

@media screen and (max-width: 768px) {
	#assessment .txt_area h3 br{
		display: none;
	}
}
@media screen and (max-width: 599px) {
#assessment .txt_area h3 {
	color: var(--sub-color01);
	font-size: 1.25rem;
	line-height: 140%;
	margin: 1rem auto 1rem;
}

#assessment .txt_area p {
	font-size: 100% !important;
	line-height: 180%;
	font-weight: 400;
}
	
}

/***************************************
---------------- ITEMS ----------------
***************************************/

.home #items {
	background-image: url("../img/item_bg1.png"),url("../img/item_bg2.png");
	background-repeat: repeat-x,repeat-x;
	background-position: top,bottom;
	background-color: var(--base-color01);
}

.home #items h2{
	border-bottom: 0;
	color: var(--base-color04);
}
.home #items h2 span{
	color: var(--base-color03);
}
.itemsBox_wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}

.itemsBox {
  width: 24.5%;
  margin-bottom: 15px;
}

.itemsBox:not(:nth-of-type(4n)) {
    margin-right: .5%;
  }
  

.itemsBox a {
	display: block;
  width: 100%;
  height: 100%;
  padding: 0;
}
.itemsBox a {
}

.itemsBox .items_img {
  display: block;
  width: 100%;
  height: auto;
  padding: 0px ;
	background-color: transparent;
	margin-bottom:0px;
	
}

.itemsBox .items_txt {
  width: 100%;

	
}

.itemsBox .items_txt h3 {
	display: flex;
	justify-content: center;
	align-items: center;
  font-size: 108% !important;
	font-weight: 700;
  line-height: 100%;
  color: var(--base-color03);
  text-align: left;
  margin-bottom: 0px;
	padding: 12px;
	
}
/*
.itemsBox .items_txt h3::after{
	display: block;
 font-family: "Font Awesome 6 Free";
  content: "\f061";
  font-weight: 600;

}
*/
.itemsBox .items_txt p {
  font-size: 2rem;
  color: var(--base-color03);
  text-align: justify;
}

.itemsBox .items_btn {
  width: 100%;
}

.itemsBox .items_btn a {
  display: block;
  width: 45%;
  height: auto;
  margin: auto;
  padding: 15px 0;
  font-size: 3.2rem;
  line-height: 1.0;
  color: var(--sub-color02);
  background: var(--base-color03);
  text-align: center;
  border-radius: 10px;
  border: double 6px var(--sub-color02);
  transition: .7s;
}

.itemsBox .items_btn a:hover {
  color: var(--sub-color02);
  background: var(--sub-color03);
  border: double 6px var(--sub-color02);
}

@media screen and (max-width: 768px) {
.itemsBox .itemsBox {
  width: 32.5%;
  margin-bottom: 15px;
}
.itemsBox .itemsBox:not(:nth-of-type(4n)) {
    margin-right: auto;
  }
.itemsBox .itemsBox:not(:nth-of-type(3n)) {
    margin-right: 1%;
  }
}


@media screen and (max-width: 599px) {
.itemsBox_wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
	
.home #items h2 {
	  margin-bottom: 0 !important;
	}
  .itemsBox {
    width: 48%;
   margin-bottom: 15px;
  }
  .itemsBox a {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between ;
    width: 100%;
    height: 100%;
    padding: 2px;
  }
.itemsBox .items_img {
    width: 100%;
  }
.itemsBox .items_txt {
    width: 100%;
  }
.itemsBox .items_txt h3 {
    font-size: 14px !important;
	  padding: 6px;
  }
.itemsBox .items_txt p {
    font-size: var(--sp-fontsize_p);
    line-height: 1.5;
  }
.itemsBox {
  width: 49%;
}
	
	
  .itemsBox:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
.itemsBox .items_btn a {
    width: 90%;
    font-size: var(--sp-fontsize_btn);
  }
}

/***************************************
--------------- PURCHASE ---------------
***************************************/
#trip_purchase {
	background-image: url("../img/purchase_bg.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}


#trip_purchase h2 {
	border-bottom: 0;
	margin-bottom: 00px;
}

#trip_purchase h2 img{
	display: block;
	width: 94%;
	max-width: 460px;
	height: auto;
	margin: 0 auto 0;
}


#trip_purchase .flex_box {
	background-image: url("../img/purchase_flame_a.png"),url("../img/purchase_flame_b.png"),url("../img/purchase_flame_c.png"),url("../img/purchase_flame_d.png");
	background-position: top left,top right,bottom right,bottom left;
	background-repeat: no-repeat;
	background-size: 40px 40px;
	padding: 20px;
}



#trip_purchase .flex_box li{
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
	background: var(--base-color03);
}
#trip_purchase .flex_box li:last-child{
	margin-bottom: 0px;
	
}

#trip_purchase .flex_box li div.txt_links{
	margin-top: auto;
	justify-content: center;
	
	
}
#trip_purchase .flex_box li div.txt_links a{
	color: var(--base-color03);
	border: 1px solid;
	padding: 5px 20px
}
#trip_purchase .flex_box li div.txt_links a:hover{
	background: var(--base-bgcolor02);
	color: var(--base-color02);
}
#trip_purchase .flex_box li div.txt_links a::after{
	display: none;
}

#trip_purchase .flex_box h4 {
    width: 100%;
    color: var(--base-bgcolor02);
    font-size:2rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
	padding: 5px;
	letter-spacing: 3px;
}

#trip_purchase .flex_box h4 img {
	display: block;
	width: 100%;
	max-width: 223px;
	margin: -25px auto 0px;
}


#trip_purchase .flex_box p {
    line-height: 1.5;
    text-align: justify;
    /*txt_linkがあるとき　margin-bottom: 20px;*/
	color: var(--base-color02);
	padding: 10px 10px 25px;
}

#trip_purchase .flex_box img{
	display: block;
	max-width:490px;
	height: auto;
}
@media screen and (min-width: 1025px) {
#trip_purchase {
	background-size:cover;
}
	
#trip_purchase .flex_box li{
	margin-bottom: 0px;
}
	
}


@media screen and (max-width: 768px) {
	
#trip_purchase h2 img{
	display: block;
	width: 94%;
	max-width: 360px;
	height: auto;
	margin: 0 auto 0;
}
	
#trip_purchase .flex_box .txt_links{
	justify-content: center;
}
#trip_purchase .flex_box {
	max-width: 490px;
	}
	
#trip_purchase .flex_box h4 {
    font-size:1.75rem;
}
#trip_purchase .flex_box p {
    font-size: 16px !important;
    text-align: justify;
	
}
	
}
@media screen and (max-width: 599px) {
	
#trip_purchase .flex_box h4 img {
	display: block;
	width: 100%;
	max-width: 180px;
	margin: -25px auto 0px;
}
	
#trip_purchase .flex_box p {
    font-size: 14px !important;
    text-align: justify;
	
}
	
}
/***************************************
-------------- TELEPHONE --------------
***************************************/

#telephone {
    background-image: url(../img/tile_gld.jpg);
    background-repeat: repeat;
}
#telephone .sub_ttl {
    font-size: 3.2rem;
}
#telephone .sub_catch {
    font-size: 9rem;
}

#telephone .sub_ttl,
#telephone .sub_catch {
    width: 100%;
    padding: 10px 0;
    line-height: 1.25;
    font-weight: bold;
    color: var(--base-color03);
    background: var(--sub-color02);
    text-align: center;
    font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    -moz-font-feature-settings: "palt";
}
#telephone .sub_ttl span {
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 1.25;
    color: var(--sub-color03);
}
.tel_box {
    width: 100%;
    padding: 30px;
    background: var(--base-color03);
}

.seiyu,
.tenma {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.seiyu {
    padding-bottom: 25px;
    border-bottom: solid 2px var(--sub-color02);
}
.tenma {
    padding-top: 25px;
}
.storeLogo {
    width: 20%;
    margin: auto;
}
#telephone .tel_number {
    width: auto;
    margin-right: 30px;
}
#telephone .tel_number a {
    color: var(--sub-color02);
    font-size: 7.6rem;
    font-weight: bold;
    line-height: 1.0;
}
#telephone .tel_number a::before {
    content: "";
    display: inline-block;
    background-image: url(../img/icon_tel.svg);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
    width: 77px;
    height: 60px;
    margin-right: 10px;
}
#telephone .tel_number p {
    font-size: 2rem;
    color: var(--sub-color02);
    font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    -moz-font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
    #telephone .sub_ttl,
    #telephone .sub_ttl span {
        font-size: min(5.5vw, 3rem);
    }
    .storeLogo {
        width: 40%;
        margin-bottom: var(--sp-space);
    }
    #telephone .tel_number {
        width: 100%;
        margin: auto;
        text-align: center;
    }
    #telephone .tel_number a {
        font-size: min(10vw, 6rem);
    }
    #telephone .tel_number a::before {
        width: 10vw;
        height: 7vw;
        margin-right: min(1vw, 10px);
    }
    .tel_box {
        padding: var(--sp-space);
    }
    #telephone .sub_catch {
        font-size: min(7vw, 3.5rem);
    }
    #telephone .tel_number p {
        font-size: var(--sp-fontsize_p);
    }

}
/***************************************
------------- ACHIEVEMENT -------------
***************************************/

#achievement {
  background: url("../img/pt3.png") repeat;
	border-top: 10px solid var(--base-color01);
	
}

#achievement h2 {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 1.5rem;
	color: var(--base-color01);
}

#achievement p.mess_txt {
	display: block;
	font-size: 108% !important;
	font-weight: 500;
	text-align: center !important;
	line-height: 160%;
	margin: 0 auto 1.5rem;
}

.achievement_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-top: 0px;

}
.achievement_box {
	
    width: 32.333%;
	margin-bottom: 20px;
	background: var(--base-color03);
}
.achievement_box img{
	aspect-ratio: 4/2.5;
	object-fit: cover;
	border: 0px solid #CCC;
	margin-bottom: 0rem;
}
.achievement_txt{
	padding:0 3% 5%;

	
	
}
.achievement_txt .date {
	display: block; 
    text-align: right;
    line-height: 1.0;
	margin-top: auto;
	color: var(--base-color01);

}

.achievement_txt .date::before {
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	content: "\f073";
	font-weight: 600;
	margin-right: 5px;
	margin-top: -3px;
	color: var(--base-color01);
}

.achievement_txt .category {
	display: block;
    text-align: center;
    font-size: 108% !important;
	font-weight: 700;
    line-height: 1.0;
	 margin: 10px 0;
    padding: 3px 10px 10px;
	color: var(--base-color01);
	border-bottom: 2px solid;
}

.achievement_txt .text {
	clear: both;
    text-align: justify;
    font-size: 1rem;
	/*-----*/
	padding: 0 3px 0;
	max-height: 80px;
	min-height: 80px;
	overflow-y: auto;
	margin-bottom: 20px;
}

.achievement_btn {
    width: 100%;
    margin-top: 50px;
}
.achievement_btn a {
    display: block;
    width: 45%;
    height: auto;
    margin: auto;
    padding: 15px 0;
    font-size: 3.2rem;
    line-height: 1.0;
    color: var(--base-color03);
    background: var(--sub-color02);
    text-align: center;
    border-radius: 10px;
    border: double 6px var(--base-color03);
    transition: .7s;
}
.achievement_btn a:hover {
    color: var(--sub-color02);
    background: var(--sub-color03);
    border: double 6px var(--sub-color02);
}
@media screen and (max-width: 768px) {
    #achievement h2 {

    }
    .achievement_wrap {
       margin-top: 0; 
    }
    .achievement_box  {
        width: 48%;
        margin-bottom: calc(var(--sp-container_space) * 0.8);
    }
    .achievement_txt .text,
    .achievement_txt .category {
       font-size: .875rem !important;
    }
    .achievement_btn {
        margin-top: 0;
    }
    .achievement_btn a {
        width: 90%;
        font-size: var(--sp-fontsize_btn);
    }
}

@media screen and (max-width: 599px) {
    #achievement h2 {
		margin-bottom: 0 !important;

    }
	
	#achievement p.mess_txt {
	display: block;
	font-size: 90% !important;
	font-weight: 500;
	text-align: center !important;
	line-height: 160%;
	margin: 1rem auto 1.5rem;
}
}
/***************************************
----------------- INFO -----------------
***************************************/

#info {
}

#info .container {
}

#info h2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--base-color03);
  background-image: url("../img/title_bg.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: var(--base-color01);
  border-bottom: 5px solid var(--base-color04);
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0;
  padding: 12px 15px 12px;
  margin-bottom: 0 !important;
}

#info h2 span {
  color: var(--base-color03);
  margin-bottom: 0;
  margin-right: 15px;
  letter-spacing: -1px;
  font-weight: 400;
}

#info h2 span::before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 600;
  margin-right: 5px;
  font-size: 80%;
  margin-top: -3px;
}

#info h2 span a {
  color: var(--base-color03);
}

.info_box {
  width: 100%;
  margin: 0px auto 0;
  padding: 0px 15px 0px;
  border: solid 1px var(--base-color02);
  border-top: 0;
  background: var(--base-color03);
  min-height: 200px;
}

.info_box dl {
  width: 100%;
  padding-bottom: 10px;
  padding-top: 15px;
}

.info_box dl:not(:first-of-type) {
  border-top: solid 1px #CCCCCC;
}

.info_box dl dt {
  width: min(40%, 130px);
  margin-right: 2%;
}

.info_box dl dt::before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  content: "\f073";
  font-weight: 600;
  margin-right: 5px;
  margin-top: -3px;
  color: var(--base-color01);
}

.info_box dl dd {
  width: 100%;
}

.info_box dl dd a h3.entry_title {
  font-size: 1.125rem !important;
  color: var(--base-color01);
  text-decoration: underline;
  line-height: 160%;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.info_box dl dt, .info_box dl dd a {
  font-size: 16px;
  color: var(--base-color02);
}

.info_box dl dd a:hover {
  text-decoration: underline;
}

.info_btn {
  width: 100%;
  margin-top: 30px;
}

@media screen and (max-width: 1025px) {
  #info h2 {
    font-size: 1.5rem;
  }
  .info_box {
    margin-top: 0;
  }
  .info_box dl {
    width: 100%;
    padding-bottom: 15px;
  }
  .info_box dl dt, .info_box dl dd {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .info_box {
    min-height: auto;
  }
}

@media screen and (max-width: 599px) {
  #info h2 {
    font-size: 1.375rem;
  }
  #info h2 span {
    font-size: .875rem;
  }
  .info_box {
    padding: 0px 15px 30px;
  }
  .info_box dl dt {
    margin-bottom: 5px;
  }
  .info_box dl dt, .info_box dl dd a {
    font-size: .875rem !important;
  }
  .info_box dl dd h3 {
    font-size: 1rem !important;
  }
  #info h2 span {
    display: none;
  }
  #info h2 span a {
    font-size: .875rem !important;
  }
}

/*----------------------------*/

#info .entry_txt {
  word-break: break-all;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

@media screen and (max-width: 1024px) {
#info .entry_txt {
    display: none;
  }
}

#info .entry_txt h2 {
  display: block;
  font-size: 1.125rem;
  background: none;
  border: none;
  color: var(--base-color02);
  text-align: left;
  padding: 0 0 .5rem;
}

#info .entry_txt h2::before {
  content: "■";
}

#info .entry_txt h3 {
  font-size: 1.125rem;
  text-decoration: underline;
  margin-top: .5rem;
}

#info .entry_txt h4 {
  font-size: 1rem;
  margin-top: .5rem;
}

#info .entry_txt ol, #info .entry_txt ul {
  width: 100%;
}

#info .entry_txt ol li, #info .entry_txt ul li {
  width: 100%;
}

/***************************************
-------------- FAQ --------------
***************************************/

#faq {}

.home #faq {
  background: url("../img/pt04.png") repeat;
}

#faq h2 {
  color: var(--base-color03);
  border: none;
  margin-bottom: 1%;
}

#faq .qa_box {
  list-style: none;
  width: 100%;
  margin: 0 auto;
  padding-top: 0px;
}

#faq .qa_box article {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  background-color: transparent;
  width: 96%;
  margin: 0 auto 1rem;
}

#faq .qa_box article:last-child::after {
  content: "";
}

#faq .qa_box dl {
  padding: 10px;
  background-color: rgba(255, 255, 255, 1);
  border: 3px solid var(--base-color01);
  border-radius: 0px;
}

#faq .qa_box dt {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--base-color01);
  line-height: 110%;
  padding: 0rem 2.5rem 0 0px;
  margin-bottom: 0rem;
  transition: all .5s ease;
}

#faq .qa_box dt {
  font-weight: bold !important;
}

.win #faq .qa_box dt {}

#faq .qa_box dt span::before, #faq .qa_box dt span::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background-color: var(--base-color01);
}

#faq .qa_box dt span::before {
  top: 48%;
  right: 15px;
  transform: rotate(0deg);
}

#faq .qa_box dt span::after {
  top: 48%;
  right: 15px;
  transform: rotate(90deg);
}

#faq .qa_box dt.close span::before {
  transform: rotate(45deg);
}

#faq .qa_box dt.close span::after {
  transform: rotate(-45deg);
}

#faq .qa_box dt::before {
  content: "Q";
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 2rem;
  background-color: var(--base-color01);
  border-radius: 5px;
  height: 50px;
  width: 50px;
  min-width: 50px;
  line-height: 100%;
  font-weight: 500;
  margin-right: 15px;
  font-family: 'Lato', 'Noto Sans';
  padding: 0 5px 5px;
}

#faq .qa_box dd div::before {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 2rem;
  background-color: var(--base-color04);
  border-radius: 5px;
  height: 50px;
  width: 50px;
  min-width: 50px;
  line-height: 100%;
  font-weight: 500;
  margin-right: 15px;
  padding: 5px 5px 5px;
}

#faq .qa_box dd div::before {
  font-weight: bold !important;
  content: "A";
  font-family: 'Lato', 'Noto Sans' ;
}

#faq .qa_box dd.box {
  display: none;
  border: 0px solid #e93719;
  ;
  margin: 1rem 0 0 0;
  padding: 10px 0;
  border-top: 2px solid var(--base-color01);
}

#faq .qa_box dd div {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.qa_txt_links {
  padding-top: 3px;
}

.qa_txt_links a {
  background-color: var(--sub-color03);
  padding: 3px;
}

.qa_txt_links a::after {
  content: "》";
  margin-left: 3px;
}

@media only screen and (min-width: 1025px) {}

@media only screen and (max-width: 768px) {
  #faq .qa_box dt {
    font-size: 1.25rem;
  }
  #faq .qa_box dt::before {
    margin-right: 5px;
    height: 40px;
    width: 40px;
    min-width: 40px;
    font-size: 1.5rem;
  }
  #faq .qa_box dd div::before {
    margin-right: 5px;
    height: 40px;
    width: 40px;
    min-width: 40px;
    font-size: 1.5rem;
  }
  #faq .qa_box dl {
    padding: .25rem;
  }
  #faq .qa_box dd.box {
    margin: .5rem 0 0 0;
    padding: .75rem .75rem .5rem 0rem;
    font-size: .875rem;
  }
}

@media only screen and (max-width: 599px) {
  #faq .qa_box dt {
    font-size: 1rem;
  }
  #faq .qa_box dt span::before, #faq .qa_box dt span::after {
    position: absolute;
    content: '';
    width: 10px;
    height: 2px;
    background-color: var(--base-color01);
  }
  #faq .qa_box dt span::before {
    top: 48%;
    right: 10px;
    transform: rotate(0deg);
  }
  #faq .qa_box dt span::after {
    top: 48%;
    right: 10px;
    transform: rotate(90deg);
  }
}

