@charset "UTF-8";
/* CSS Document */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote, th, td{
    margin: 0; 
    padding: 0;
	 font-family:sans-serif;
}
html{
	overflow-y: scroll;
	line-height:1.4em;
}
h1, h2, h3, h4, h5, h6{
    font-size: 100%; 
    font-weight: normal;
}
ol, ul{
    list-style:none;
}
fieldset, img{
     border:0;
	max-width:100%;
}
table{
    border-collapse: collapse; 
    border-spacing:0;
}
caption, th{
    text-align: left;
}
address, caption, cite, code, dfn, em, strong, th, var{
    font-style: normal; 
    font-weight: normal;
}
/* new clearfix */  
.clearfix:after {  
    visibility: hidden;  
    display: block;  
    font-size: 0;  
    content: " ";  
    clear: both;  
    height: 0;  
    }  
* html .clearfix             { zoom: 1; } /* IE6 */  
*:first-child+html .clearfix { zoom: 1; } /* IE7 */  

/*img {
	max-width: 100%;
	height: auto;
}*/

img{
	width:100%;
	vertical-align: bottom;
}

p {
  font-family:sans-serif;
}

#wrapper_sp {
	margin-left: auto;
    margin-right: auto;
    text-align: left;
	
}

#summercp_wrapper {
	background-image: url("../img2026/bg_dot_y.gif");
	background-repeat: repeat;
}

.summercp_waku {
		
}


#content_sp {
	margin-left: auto;
    margin-right: auto;
	width: 1000px;
}

.pc_br {
	display: block;
}

.sp_br {
	display: none;
	padding-right: 5px;
}

.section__wrap{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.section__wrap_l{
  padding:10px 0px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.section__wrap_ll{
  padding:10px 0px;
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
}


br.sp{
  display: none;
}

a:-webkit-any-link {
    color: #000;
    cursor: pointer;
    text-decoration: none;

}

.ann_pc {
	display: block;
}

.ann_sp {
	display: none;
}

@media screen and (max-width:560px) {
  br.sp{
    display: inline;
  }
}


@media screen and (max-width:560px) {
.summercp_waku  {
	
}
	
#content_sp {
	width: 100%;
	}

.pc_br {
	display: none;
}

.sp_br {
	display: block;
}
	
.ann_pc {
	display: none;
}

.ann_sp {
	display: block;
	
}
	
}

.after_br {
	display: inline; /* PCではそのまま横並び */
}

@media screen and (min-width:561px) {
	.after_br {
		margin-left: 10px; /* ←ここで余白調整 */
	}
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■header
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

header {
    display: flex;
    align-items: center;
    background-color: #cc0000;
    padding:0 30px;
    height:80px;
    position:relative;
	z-index: 100;
}

header img {
    width: 103px;
    height: 23px;
}

header h1 {
    position:absolute;
    right:30px;
    width:calc(100% - 60px - 500px);
    font-size:16px;
    color: #fff;
    text-align:right;
}

header h2{
    margin: 0 40px 0 64px;
    padding: 0;
    color:#fff;
    font-size: 12px;
    font-weight: bold;
    display: flex;
    align-items: center;
}
header h2 big{
    font-size: 19px;
    margin-right: 24px;
}
header select {
    width: auto;
    height: 36px;
    appearance: none;
    padding-right: 20px;
    background: url(../../../wp-content/themes/jumbotours/assets/img/header_select_white.svg) no-repeat right 16px center #000;
    background-size: 10px 12px;
    color: #fff;
    border: 0;
    border-radius: 36px;
    box-sizing: border-box;
    padding: 0 36px 0 24px;
    margin: 0;
    box-shadow: none;
    font-size: 15px;
    font-weight: normal;
    outline: none;
}
#tyo header .departure .tyo,
#osa header .departure .osa,
#ngo header .departure .ngo,
#fuk header .departure .fuk,
#oki header .departure .oki,
#kan header .departure .kan,
#hok header .departure .hok,
#hok header .departure .chu,
#hok header .departure .shi{
    display: none;
}

@media screen and (max-width:767px) {
    header {
        padding: 0;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        background: #DBDBDB;
        height: auto;
    }
    header .logo {
        position: relative;
        right:auto;
        order: 2;
        width: 100%;
        height: 56px;
        margin: 0;
        padding: 0 0 0 16px;
        background: #BF0101;
        text-align: left;
        display: flex;
        align-items: center;
    }
    header img {
        width: 70px;
        height: auto;
    }
    header h1{
        font-size:0.8rem;
        line-height: 1.4;
        width:calc(100% - 110px);
        top:10px;
        right:16px;
    }
    header h2 {
        order: 3;
        margin: 0;
        padding: 0 15px;
        font-size: 12px;
        font-weight: bold;
        display: flex;
        align-items: center;
        color:#333;
    }
    header h2 big{
        font-size: 17px;
        margin-right: 0;
    }
    header .departure {
        order: 4;
        flex: 1;
        margin: 0;
        padding: 12px 0;
        text-align: left;
        color:#333;
    }
    header select{
        width: auto;
        height: 32px;
        padding-right: 20px;
        background: url(../../../wp-content/themes/jumbotours/assets/img/header_select_black.svg) no-repeat right 16px center #fff;
        background-size: 10px 12px;
        color: #000;
        border: 0;
        padding: 0 36px 0 24px;
        margin: 0;
        box-shadow: 0;
        font-size: 14px;
        font-weight: bold;
    
    }
}


/*/////////////////////////////ヘッダー////////////////////////////*/


.summercp_main {


}

.summercp_mv {
	
	background-image:url("../img2026/bg_main.jpg");
	background-size: 1747px;
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
  overflow: hidden;
	background-color: #2c9ed6;
}


.main_tit {
	display: block;
	width: 592px;
	margin: auto;
	padding-top: 53px;
}


.tour_schedule {
	width: 570px;
	margin: auto;
	padding-top: 20px;
}


.main_lead {
	background-color: #2c9ed6;
	background-image: url("../img2026/bg_dot.png");
	background-repeat: repeat-y;
	background-size: 1633px;
	background-position: center top;
	padding-bottom: 30px;
}

.lead_title {
	font-size: 47px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 1.5em;
	background-image: url("../img2026/icon_sale.png");
	background-repeat: no-repeat;
	background-position: 400px top;
    padding-top: 10px;
}

.lead_title span {
	color: rgba(251,255,0,1.00);
}


.sp_coupon {
	width: 920px;
	height: 460px;
	margin: auto;
	padding-top: 40px;
	position: relative;
}

.tour_tokuten_title {
	width: 570px;
	margin: auto;
	position: absolute;
	top: 0px;
	left: 20%;
	z-index: 20;
}

.sp_coupon ul {
	display: flex;
	flex-flow: nowrap;
	justify-content: center;
	height: 465px;
	width: 100%;
	position: absolute;
	top: 90px;
	z-index: 10;
	
}

.sp_coupon li {

}

.tokuten01 {
	background-image: url("../img2026/bg_tokuten01.png");
	width: 510px;
	height: 355px;
	background-repeat: no-repeat;
}

.tokuten02 {
	background-image: url("../img2026/bg_tokuten02.png");
	width: 510px;
	height: 355px;
	background-repeat: no-repeat;
}

.tokuten_btn {
	width: 240px;
	padding-top: 260px;
    padding-left: 110px;
}

.cp_lead {
	width: 757px;
	margin: auto;
}

.cp_lead_txt {
	padding: 30px 0px;
	width: 800px;
	margin: auto;
}


.cp_lead_txt p {
	text-align: center;
	font-size: 17px;
	line-height: 1.5em;
	color: #fff;
}

.cont_setsuyaku {
	width: 1000px;
	margin: auto;
	background-image: url("../img2025/bg_grid.gif");
	background-repeat: repeat;
	padding: 20px;
	margin-bottom: 30px;
}

.tit_setduyaku {
	width: 920px;
	margin: auto;
	padding-top: 20px;
}

.setsuyaku_all {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 30px;
}

.setsuyaku_cas{
	width: 300px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.setsu_no {
	text-align: center;
	font-size: 30px;
	color: #ACE2EE;
	font-weight: bold;
}

.settsu_tit {
	text-align: center;
	font-size: 29px;
	line-height: 1.3em;
	color: #006BA0;
	font-weight: bold;
	padding: 15px 0px 20px 0px;
}

.setsuyaku_cas dl {
	text-align: left;
}

.setsuyaku_cas dt {
	background-image: url("../img2025/dot_yellow.png");
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	font-size: 17px;
	font-weight: bold;
	padding-bottom: 5px;
	
}

.setsuyaku_cas dd {
	font-size: 14px;
	padding-bottom: 15px;
}

.setsuyaku_cas dd a.aff {
	text-decoration: underline;
	background-image: url("../img2024/sankaku.png");
	background-repeat: no-repeat;
	background-position:left;
	padding:10px 0px 0px 20px;
	font-size: 15px;
}

.family_illust {
	width: 253px;
	margin: auto;
}






.comingsoon {
	position: absolute;
    top: 80px;
    left: 15%;
    font-size: 35px;
    font-weight: bold;
	line-height: 1.5em;
}


@media screen and (max-width:560px) {
	
	
.summercp_main {
	

}
	
	
.summercp_mv {
		background-image: url("../img2026/bg_main_sp.jpg");
	background-size: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	}

.main_tit {
	display: block;
	width: 95%;
	margin: auto;
	padding-top: 100px;
}
	


.tour_schedule {
	width: 60%;
	margin: auto;
	padding-top: 60px;
}



.main_lead {
	
}
	
	
.sp_coupon {
	width: 100%;
	margin: auto;
	height: 620px;
}
	
.tour_tokuten_title {
	width: 100%;
	margin: auto;
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 20;
}

.sp_coupon ul {
	display:block;
	padding-top: 0px;
	padding-bottom: 80px;
	padding-left: 0px;
	height: 1000px;
	left: 20px;
}

.sp_coupon li {
	width: 100%;
	margin: auto;
	padding:0px 0px 0px 0px;
}


.tokuten_btn {
	width: 220px;
	padding-top: 187px;
    padding-left: 80px;
	padding-bottom: 30px;
}
	

	.tokuten01 {
	background-image: url("../img2026/bg_tokuten01_sp.png");
	width: 100%;
	height: auto;
	background-repeat: no-repeat;
}

.tokuten02 {
	background-image: url("../img2026/bg_tokuten02_sp.png");
	width: 90%;
	height: auto;
	background-repeat: no-repeat;
}
	
	
.lead_title {
	font-size: 27px;
	background-image: url("../img2026/icon_sale.png");
	background-repeat: no-repeat;
	background-position: 0px top;
    padding-top: 10px;
    background-size: 24%;
}

.cp_lead {
	width: 90%;
	margin: auto;
}
	
.cp_lead_txt {
		width: 80%;
		margin: auto;
	}
	
.cp_lead_txt p {
		font-size: 15px;
	}
	
	

.cont_setsuyaku {
	width: 80%;
}

.tit_setduyaku {
	width: 100%;
	margin: auto;
}

.setsuyaku_all {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 30px;
}

.setsuyaku_cas{
	width: 90%;
	padding: 0px;
}

.setsu_no {
	font-size: 26px;
}

.settsu_tit {
	font-size: 26px;
}

.setsuyaku_cas dl {
	text-align: left;
}

.setsuyaku_cas dt {
	background-image: url("../img2025/dot_yellow.png");
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	font-size: 17px;
	font-weight: bold;
	padding-bottom: 5px;
	
}

.setsuyaku_cas dd {
	font-size: 14px;
	padding-bottom: 15px;
}

.setsuyaku_cas dd a.aff {
	text-decoration: underline;
	padding-top: 10px;
	background-image: url("../img2024/sankaku.png");
	background-repeat: no-repeat;
	background-position:left;
	padding: 20px;
	font-size: 15px;
}

.family_illust {
	width: 253px;
	margin: auto;
}
	
	
}




/*/////////////////////斜め文字/////////////////*/





/* 斜めの帯そのもの */
.mv-marquee {
  position: absolute;
  left: 50%;
  z-index: 2;
  width: 220vw;
  transform: translate(-50%, -50%) rotate(-5deg);
  transform-origin: center;
  pointer-events: none;
}

.mv-marquee-track span {
  font-weight: 900;   /* ←もっと太く */
  font-style: italic; /* ←斜め */
}


/* 1本目（上） */
.marquee1 {
  top: 1%;
}

/* 2本目（下） */
.marquee2 {
  top: 42%;
}

/* 実際に動く横長レール */
.mv-marquee-track {
  display: flex;
  width: max-content;
  white-space: nowrap;
  animation: marqueeMove 25s linear infinite;
}

.mv-marquee-track span {
  display: block;
  flex-shrink: 0;
  padding-right: 6vw;
  font-size: clamp(56px, 5vw, 180px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #ff9b00;
}

.mv-content {
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  z-index: 3;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

/* 横移動させる → 回転してるので見た目は右上→左下 */
@keyframes marqueeMove {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media screen and (max-width:760px) {
	/* 2本目（下） */
.marquee2 {
  top: 35%;
}
}



/*/////////////////////////////節約術バナー////////////////////////////*/


.fixed-banner{
  position: fixed;
  right: 20px;
  bottom: 150px;
  z-index: 999;
}

.fixed-banner img{
  width: 83px;
  height: auto;
}

@media screen and (max-width:760px) {
	
.fixed-banner{
  position: fixed;
  left: 10px;
  bottom: 20px;
  z-index: 999;
}

.fixed-banner img{
  width: 70%;
  height: auto;
}
	
}




.popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

.popup_toggle {
  display: none;
}

.popup_toggle:checked + .popup {
  display: block;
}

.popup_bg {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.popup_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(92vw, 800px);
  max-height: 85vh;
  overflow-y: auto;
  padding: 0;
  background: #fff;
  border-radius: 12px;
  -webkit-overflow-scrolling: touch;
}

.popup_img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.popup_img--sp {
  display: none;
}

.popup_close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255,255,255,0.95);
  color: #333;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
  z-index: 2;
}

/* スマホ */
@media screen and (max-width: 768px) {
  .popup_content {
    width: min(92vw, 380px);
    max-height: 85vh;
  }

  .popup_img--pc {
    display: none;
  }

  .popup_img--sp {
    display: block;
  }
}


/*/////////////////////パララックス/////////////////*/

.wrapper{
  overflow: hidden;
}

.parallax {
  position: absolute;
  aspect-ratio: 1 / 1;
}

@keyframes parallax-large-anim {
  from {
    transform: translateY(500px);
  }
  to {
    transform: translateY(0px);
  }
}

.large {
  animation: parallax-large-anim linear;
  animation-timeline: scroll();
	top: -330px;
	left:15%;
}

.medium {
top: 450px;
left:0;
}

@keyframes parallax-small-anim {
  from {
    transform: translateY(-500px);
  }
  to {
    transform: translateY(0px);
  }
}

/*
.tk {
	position: absolute;
}

.small {
	z-index: 100;
	background-image: url("../img2024/summer_coupon_pc.png");
	background-repeat: no-repeat;
  width: 940px;
  animation: parallax-small-anim linear;
  animation-timeline: scroll();
	top: 1100px;
	left: 20%;
	height: 526px;
}
*/



@media screen and (max-width:560px) {
	
.large {
  animation: parallax-large-anim linear;
  animation-timeline: scroll();
top: 380px;
	left: 0;
	width: 100%;
}

.medium {
display: none;
}
	

	
/*.small {
	z-index: 100;
	background-image: url("../img2024/summer_coupon_sp.png");
	background-repeat: no-repeat;
	background-size: 100%;
  width: 90%;
	height: 657px;
	margin: auto;
  animation: parallax-small-anim linear;
  animation-timeline: scroll();
	top: 1020px;
	left: calc(30% - 104px);
}*/

	
}


/*/////////////////////////////アコーディオン////////////////////////////*/

.accordion {
	width: 900px;
	margin: auto;
}

/*ベース*/
.toggle {
	display: none;
}
.Label {		/*タイトル*/
	padding: 0.8em;
	display: block;
	color: #fff;
	text-align: left;
	font-size: 25px;
	font-weight: bold;
	width: 90%;
	margin:0px auto 10px auto;
}
.Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {		/*本文*/
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
	width: 550px;
	margin: auto;
}
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding:10px ;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}

.bluecheck {
	background-image:url("../img2024/tab.gif");
	background-repeat: repeat;
}

/*.blue {
	background-color: #009cbb;
	border-bottom: 5px solid #025c80;
}*/


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

.Label {		/*タイトル*/

	font-size: 15px;

}
	

	
.accordion {
	width: 90%;
	margin: auto;
}
	
.content {		/*本文*/

	width: 90%;
	margin: auto;
}
	
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding:0px ;
	transition: unset;
}
	
}




/*/////////////////////////////記事////////////////////////////*/



.summercp_cont {
margin-bottom: 50px;
	
}



.sc_tour_lead {
	font-size: 18px;
	line-height: 1.5em;
	font-weight: bold;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 20px;
}




.tit_sec{
	width: 831px;
	margin: auto;
	padding-bottom: 30px;
}

.all_article {
	width: 900px;
	margin: auto;
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 30px;
	border-radius: 20px;
}

.all_article_area {
	width: 900px;
	margin: auto;
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 30px;
	margin-bottom: 20px;
}



.article_cont {
	padding-top: 15px;
}


.kiji_tit {
	font-size: 22px;
	color: #005a91;
	font-weight: bold;
	border-left: 3px #005a91 solid;
	padding-left: 15px;
	margin: 10px 0px;
}

.kiji_img {
	width: 550px;
	margin: auto;
}

.kiji_txt {
	font-size: 14px;
	padding-top: 15px;
}


.area_txt {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 30px;
	line-height: 1.5em;
}

.model_corse {
	
}

.model_corse_btn {
	width: 80%;
	margin:15px auto;
	background-color: rgba(226,8,11,1.00);
	padding: 20px 0px;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

.model_corse_btn span {
	font-size: 10px;
	color: rgba(255,253,55,1.00);
	padding-bottom: 5px;
}

.rank_tour {
	padding-top: 20px;
}



.area_model_course {
	padding-top: 20px;
}

.model_course_tit {
	width: 675px;
	margin: auto;
	padding-bottom: 30px;
}

.spot-card-wrap {
  position: relative;
  padding: 48px 24px 16px;
  /*background:
    radial-gradient(#f6d93d 2px, transparent 2px),
    #ffe800;*/
  background-size: 16px 16px;
	width: 850px;
	margin: auto;
}

.spot-card-label {
  position: absolute;
  top: 0;
  left: 24px;
  display: inline-block;
  min-width: 240px;
  padding: 14px 28px;
  background: #ff8600;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
}

.spot-card {
  display: grid;
  grid-template-columns: 265px 1fr;
  gap: 20px;
  padding: 20px 24px 26px;
  background: #fff;
  border: 1px solid #d9d9d9;
}

.spot-card__image img {
  display: block;
  width: 265px;
  aspect-ratio: 1 / 0.85;
  object-fit: cover;
  background: #9fd4ef;
}

.spot-card__body {
  min-width: 0;
}

.spot-card__title {
  margin: 0;
  font-size: 23px;
  line-height: 1.3;
  font-weight: 800;
}

.spot-card__title a {
  color: #111;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.spot-card__text {
  margin: 24px 0 16px;
  font-size: 14px;
  line-height: 1.5;
  color: #111;
}

.spot-card__meta {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  gap: 6px;
  margin-bottom: 28px;
}

.spot-card__meta-item {
  padding: 10px 16px;
  background: #dbe7f2;
  font-size: 13px;
	font-weight: bold;
  line-height: 1.4;
}

.spot-card__bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
}

.spot-card__related-title {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 800;
  color: #111;
}

.spot-card__related-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
	width: 570px;
}

.spot-card__related-list li {
  position: relative;
  padding-left: 12px;
}

.spot-card__related-list li::before {
  content: "▶";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 10px;
  color: #2b86c5;
}

.spot-card__related-list a {
  color: #111;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.spot-card__button-wrap {
  flex-shrink: 0;
}

.spot-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.spot-card__button:hover {
  opacity: 0.85;
}

.spot-card__button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border: 1.5px solid #fff;
  border-radius: 2px;
  font-size: 11px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .spot-card-wrap {
    padding: 36px 22px 22px;
	  width: 90%;
  }

  .spot-card-label {
    left: 22px;
    min-width: 210px;
    padding: 12px 22px;
    font-size: 14px;
  }

  .spot-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 18px 18px 24px;
  }

  .spot-card__image img {
   /* aspect-ratio: 1 / 0.82;*/
	  width: 100%;
  }

  .spot-card__title {
    font-size: 22px;
  }

  .spot-card__text {
    margin: 14px 0 14px;
    font-size: 14px;
    line-height: 1.75;
  }

  .spot-card__meta {
    grid-template-columns: 1fr;
    gap: 4px;
    margin-bottom: 24px;
  }

  .spot-card__bottom {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .spot-card__related {
    width: 100%;
    text-align: center;
  }

  .spot-card__related-list {
    justify-content: left;
    gap: 8px 16px;
	  width: 100%;
  }

  .spot-card__button {
    min-width: 200px;
    padding: 14px 24px;
  }
}






.area_tour_tit {
	width: 662px;
	margin: auto;
	padding-bottom: 20px;
	padding-top: 20px;
}

.area_tour_read {
	font-size: 18px;
	text-align: center;
	padding-bottom: 20px;
	line-height: 1.5em;
}

.tour_lead {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}



.sec_tour {
	width: 90%;
	margin: auto;
	border:solid 4px rgba(233,233,233,1.00);
	padding: 15px;
	margin-bottom: 15px;
}

.tour_img {
	float: left;
	width: 185px;
}

.tour_img img {
	width: 100%;
}


.tour_txt {
	font-size: 13px;
	line-height: 1.4em;
}

.tour_dept {
	margin-top: 10px;
	
}

.tour_dept ul {
		display: flex;
	justify-content: center;
	flex-flow: wrap;
}

.tour_dept li {
	float: left;
	background-image: url("../img2024/sankaku.png");
	background-repeat: no-repeat;
	background-position: left;
	background-size: 5px;
	padding-left: 10px;
	margin: 5px 10px;
	text-decoration: underline;
	font-size: 16px;
}

.tour_dept li span {
	font-size: 13px;
}





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

.sc_tour_lead {
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 20px;
	width: 90%;
	margin: auto;
}

	

.tit_sec{
	width: 90%;
	margin: auto;
	padding-bottom: 30px;
}

.all_article {
	width: 90%;
	margin: auto;
}
	
.all_article_area {
	width: 90%;
	margin: auto;
}

.article_cont {
	padding-top: 15px;
}


.kiji_tit {
	font-size: 17px;
	color: #005a91;
	font-weight: bold;
	border-left: 3px #005a91 solid;
	padding-left: 15px;
	margin: 10px 0px;
}

.kiji_img {
	width: 100%;
	margin: auto;
}

.area_tour_tit {
	width: 90%;
	margin: auto;
	padding-top: 20px;
}
	
.area_txt {
	font-size: 16px;
	width: 90%;
	margin: auto;
}
	
	
.model_corse_btn {
	width: 90%;
	margin:15px auto;
	background-color: rgba(226,8,11,1.00);
	padding: 10px 0px;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
}

.model_corse_btn span {
	font-size: 10px;
	color: rgba(255,253,55,1.00);
	padding-bottom: 5px;
}
	
.area_tour_read {
	font-size: 14px;
	width: 90%;
	margin: auto;
}

	

.model_course_tit {
	width: 90%;
}
	


.sec_tour {
	width: 80%;
}

.tour_dept {
	width: 100%;
}


}








/*/////////////////////////////エリア選択////////////////////////////*/

.area_select_tit {
	width: 598px;
	margin: auto;
	padding: 20px 0px;
}

.area_select {
	background-color: rgba(84,37,0,0.45);
}

.area_select ul {
	width: 1000px;
	margin: 40px auto 20px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 30px 0px;
}

.area_select li {
	padding-right: 5px;
	padding-bottom: 10px;
	width: 237px;
}

.area_select li img {
	width: 237px;
}

.page_dep {
	font-family: sans-serif;
	text-align: center;
	color: #008ed6;
	font-size: 20px;
	font-weight: bold;
}

/*.area_tit {
	font-family: sans-serif;
	text-align: center;
	color: #fff;
	padding:30px 0px;
	font-size: 45px;
	font-weight: bold;
	-webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #008ed6;
	text-shadow:
       3px 3px 0 #008ed6,
     -1px -1px 0 #008ed6,  
      1px -1px 0 #008ed6,
      -1px 1px 0 #008ed6,
       1px 1px 0 #008ed6;
	
}*/

.area_tit {
	font-family: sans-serif;
	text-align: center;
	color: #fff;
	padding: 30px 0;
	font-size: 45px;
	font-weight: bold;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #008ed6;
	text-shadow:
       3px 3px 0 #008ed6,
     -1px -1px 0 #008ed6,  
      1px -1px 0 #008ed6,
      -1px 1px 0 #008ed6,
       1px 1px 0 #008ed6;

	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
}

.area_tit__pin {
	width: 28px;
	height: 40px;
	display: block;
	flex-shrink: 0;
}






.area_tit_icon {
	width: 33px;
	padding-right: 10px;
}

.area_tit.is-highlight {
  animation: areaFlash 0.8s ease;
}

@keyframes areaFlash {
  0% {
    opacity: 0.4;
    transform: translateY(8px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}




@media screen and (max-width:560px) {
	
.area_select_tit {
	width: 358px;
	margin: auto;
	padding: 15px 0px;
}

	
.area_select {
	width: 100%;
}
	
.area_select ul {
	width: 100%;
	margin: 40px auto 20px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 30px 0px;
}
	
.area_select li {
	padding-right: 5px;
	padding-bottom: 10px;
	width: 166px;
}

}

.tour_block {
	padding-top: 30px;
}


/*/////////////////////////////エリアタブ////////////////////////////*/

.tabs {
  display: flex;
  flex-wrap: wrap;
	justify-content: center;
}

.area_tabs {
	width: 1000px;
	margin: auto;
	position: relative;
}

.tab_label {
  position: relative;
  z-index: 1;
  cursor: pointer;
  padding: 5px 0;
  margin: 0 5px 20px 0; 
}

.tab_label:hover {
  opacity: 0.75;
}

.tab_label img {
	width: 153px;
}

.tab_content {
  flex: 100%;
  display: none;
  overflow: hidden;
}

/*.tabf {
	padding-left: 130px;
}*/

input[name="tab_switch"] {
  display: none;
}

.tabs input:checked + .tab_label {

}
.tabs input:checked + .tab_label::after {
  content: '';
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  transition: all 0.3s ease 0s;
}

#tab01:checked ~ #tab01_content,
#tab02:checked ~ #tab02_content,
#tab03:checked ~ #tab03_content,
#tab04:checked ~ #tab04_content,
#tab05:checked ~ #tab05_content,
#tab06:checked ~ #tab06_content,
#tab07:checked ~ #tab07_content,
#tab08:checked ~ #tab08_content,
#tab09:checked ~ #tab09_content {
  display: block;
}

.tab_content{
  position: relative;
  animation: fadeIn 1s ease;
}


@media screen and (max-width:560px) {
	
.tab_label img {
	width: 150px;
}
	.tab_label {
  position: relative;
  z-index: 1;
  cursor: pointer;
  padding: 5px 0;
  margin: 0 0 0 10px; 
}

}



/*/////////////////////////////ツアーカセット////////////////////////////*/


.casets {
display: flex;
	flex-wrap: wrap;
	justify-content: center;
}






.tour_box{
	padding-bottom: 40px;
	width: 48%;
	margin: 5px;background-color: #fff;
}
.tour_box.ro:hover{
	opacity: 1;
	transform: scale(1.01);
}
.tour_box a{
	text-decoration: none;
}
.tour_box h3{
	width:100%;
	
	background-size: 705px;
	height: 218px;
	text-align: center;
	color: #fff;
	font-size: 21px;
	font-style: italic;
	font-weight: 900;
	line-height: 1.8em;
	font-feature-settings: "palt";
	letter-spacing: 0.01em;
	display: flex;
	align-items: center;
	justify-content: center;
}

.y_b {background: url("../img2026/bg_cas_title.gif") no-repeat center top;}

.b_b {background: url("../img2024/bg_cas_tit02.gif") no-repeat center top;}


.tour_box h3 span{
	color: #ffe800;
}
.tour_box h3 div::first-letter,
.tour_box h3 strong{
	font-size: 130%;
	font-style: italic;
	font-weight: 900;
	line-height: 1.5em;
}
.tour_box h3.big{
	height:210px;
	background-size:100%;

}

.tour_box .box{
	width: 98%;
	margin: auto;
	/*display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;*/
}
.tour_box .box .tokuten_area{
	width:40%;
	padding: 15px 0 0 0;
}

.tour_box .box .tokuten_area span {
	color:rgba(229,0,3,1.00);
}
.tour_box .box .img_area{	
	width:55%;
	padding-left: 11px;
}
.tour_box .box .img_area .img{
	width: 100%;
	height:auto;
	padding-top: 20px;
}

.tit_inner {
	width: 95%;
	display: table-cell;
  vertical-align: middle;
}

.tour_tit {
	width: 100%;
	text-align: center;
	font-weight: bold;
	padding: 15px 0px 0px 0px;
	font-size: 22px;
	line-height: 1.6em;
	height: 70px;
	display: table;
	color: #008ed6;
	font-style: italic;
	
}

.tour_tit p {
	display: table-cell;
   vertical-align: middle;
	background: linear-gradient(transparent 50%, #ffe800 50%);
	display: inline;	
}


/* tokuten_aera */
.tour_box .tokuten_area ul{
	margin: 0 0 24px 0;
}
.tour_box .tokuten_area li{
	position: relative;
	padding:0 0 0 66px;
	margin-bottom: 20px;
	color: #000;
	font-size: 12px;
	font-weight: 900;
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
	line-height: 1.35;
	text-align: left;
	border-bottom: dotted 1px #000;
	padding-bottom: 15px;
	height: 55px;
}

.tour_box .tokuten_area li p {
	display: table-cell;
  vertical-align: middle;
}

.tour_box .tokuten_area li span {
	color: rgba(229,0,3,1.00);
	font-size: 14px;
}

.tour_box .tokuten_area li {
	display: table;
    width: 70%;
}

.tour_box .tokuten_area li::before{
	content:'';
	position: absolute;
	left:0;
	top:4px;
	background: url("../img2026/point01.gif") no-repeat left top;
	width:85px;
	height:60px;
	background-size: 58%;
}
.tour_box .tokuten_area li:nth-of-type(2)::before{
	background-image: url("../img2026/point02.gif");
	background-size: 58%;
}
.tour_box .tokuten_area li:nth-of-type(3)::before{
	background-image: url("../img2026/point03.gif");
	background-size: 58%;
}
.tour_box .tokuten_area li:nth-of-type(4)::before{
	background-image: url("../img2026/point04.gif");
	background-size: 58%;
}
.tour_box .tokuten_area li span{
	
}
.tour_box .tokuten_area .price{
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 1;
}
.tour_box .tokuten_area .price img:first-child{
	display: none;
}

.img_toku {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: row-reverse;
	}

.under_box {
	width: 100%;
	display: flex;
	justify-content: center;
	padding-left: 30px;
	padding-top: 10px;
}

.notour {
	opacity: 0.3;
	pointer-events: none;
}

/* img_area */
/*.tour_box .img_area{
	position: relative;
}
.tour_box .img_area ul{
	position: absolute;
	top:5px;
	right:5px;
	display: flex;
}*/
/*.tour_box .img_area ul li{
	background-color: #ca0000;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
	border-radius: 50%;
	width: 120px;
	height: 120px;
	text-align: center;
	
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 6px;
	font-feature-settings: "palt";
	font-style: italic;
}*/
/*.tour_box .img_area ul li.l4{
	line-height: 1.3;
	font-size: 13px;
}
.tour_box .img_area ul li.big{
	width:205px;
}
.tour_box .img_area ul li:not(:last-child){
	margin-right: 15px;
}*/


.dep {
	font-size: 16px;
	font-weight: bold;
}

.price_red span {
	font-size: 31px;
	font-weight: bold;
	color: rgba(224,0,3,1.00);
}

.tourdays {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 15px;
}


.price {
	padding-bottom: 10px;
	
}

/*.price_red span {
	font-size: 17px;
	color: #000;
}*/

.tour_link {
	width: 45%;
	margin: auto;
}

.tour_link img {
	width: 90%;
}


.jgt_price {
	font-family: 'Roboto',sans-serif;
	font-style:italic;
  display: none;
	line-height: 1;
}
.jgt_price::after {
  /*content: '円～';*/
  font-size: 15px;
}


.area_page_link {
	width: 477px;
	margin: auto;
	padding: 30px 0px;
}

.nolink {
	opacity: 0.5;
}

.nolink_txt {
	font-size: 30px;
	color: rgba(165,0,2,1.00);
	font-weight: bold;
}


@media screen and (max-width:560px) {
	
.tour_box h3.big{
	height:135px;
	background-size:110%;
	padding-top:0px;
	padding-bottom:0px;
}
	
.tour_tit {
	width: 95%;
	margin: auto;
	text-align: center;
	font-weight: bold;
	padding: 0px;
	font-size: 18px;
	height: auto;
	padding-bottom: 10px;
}


.tour_box .box{
	width: 100%;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
	
.tour_box h3{
		height: auto;
		background-size: 100% 100%;
		font-size: 14px;
		margin-bottom: 15px;
	width: 100%;
	}
	
.tit_inner {
		padding: 10px;
	}
	
	
.img_toku {
	width: 95%;
	display: block;
	}

.under_box {
	width: 100%;
	display: block;
	padding-left: 10px;
}
	
	
.tour_box .box .img_area .img{
	padding-top: 0px;
	width: 100%;
}
	
.tour_box{
		margin-bottom: 30px;
	width: 100%;
	}
	.tour_box .box{
		display: block;
		padding-top: 10px;
	}
	.tour_box .box .tokuten_area,
	.tour_box .box .img_area{
		width: 100%;
	}
	.tour_box .box .tokuten_area{
		padding-top:35px;
	}
	.tour_box .tokuten_area .price{
		display: flex;
		justify-content: center;
	}
	.tour_box .img_area ul{
		right:0px;
	}
	
.tour_box .tokuten_area li:nth-of-type(2)::before{
	background-size: 80%;
}
.tour_box .tokuten_area li:nth-of-type(3)::before{
	background-size: 80%;
}
	
	.tour_box .img_area .img{
		margin: -32px 0 10px 0;
	}
/*	.tour_box .img_area ul{
		width: 100%;
		max-width: 325px;
		margin: 0 auto;
		position: relative;
		right:auto;
		top:auto;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.tour_box .img_area ul::after{
		content:'';
		display: block;
		width: 31.2%;
	}
	.tour_box .img_area ul li{
		width: 31.2%;
		font-size: 14px;
		height:auto;
		padding:13px 0 16px;
	}
	.tour_box .img_area ul.p2 li,
	.tour_box .img_area ul li.big{
		width: 48%;
	}
	.tour_box .img_area ul.bad{
		max-width: 360px;
	}
	.tour_box .img_area ul.bad li{
		width:31.5%;
		font-size: 12px;
	}
	.tour_box .img_area ul li:not(:last-child){
		margin-right: 0;
	}
	.tour_box .img_area ul li img{
		width: 100%;
		height: auto;
	}*/
	.tour_box .box .tokuten_area{
		padding-top: 10px;
		padding-left: 10px;
	}
	.tour_box .tokuten_area ul{
		margin-bottom: 16px;
	}
	.tour_box .tokuten_area li{
		font-size: 15px;
		padding: 11px 10px 10px 69px;
		margin-bottom: 5px;
		background-size: 70px;
		background-position: 10px 0px;
	}
	.tour_box .tokuten_area li span{
		font-size: 16px;
	}
	.tour_box .tokuten_area li::before{
		content:'';
		position: absolute;
		left:4px;
		top:7px;
		width:64px;
		height:63px;
		background-size: 52px auto;
	}
	.tour_box .tokuten_area .price img:not(:last-child){
		width: 90%;
		height: auto;
	}
	.tour_box .tokuten_area .price img:last-child{
		width:180px;
		height: auto;
	}
	
	
.price {
	/*display: flex;*/
	
}
	
.dep {
	font-size: 15px;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 20px;
	padding-top: 10px;
}
	
	.price_red {
		padding-left: 15px;
	}

	
.price_red span {
	font-size: 31px;
	font-weight: bold;
	color: rgba(224,0,3,1.00);
	padding-bottom: 10px;
}

	.tourdays {
		padding-left: 20px;
		font-size: 13px;
		/*text-align: center;
		padding-top: 10px;*/
		padding-bottom: 5px;
	}


.tour_link {
	width: 310px;
	margin: auto;
}
	
	
.tour_box .img_area ul li.l4{
	line-height: 1.3;
	font-size: 11px;
}
.tour_box .img_area ul li.big{
	width:103px;
}
	
.area_page_link {
	width: 90%;
	margin: auto;
	padding: 30px 0px;
}
	
	.tour_box .tokuten_area li{
		font-size: 15px;
		padding: 11px 10px 10px 69px;
		margin-bottom: 5px;
		background-size: 70px;
		background-position: 10px 0px;
		width: 77%;
	}
	
.nolink_txt {
	text-align: center;
}

}


/*////////////////////スライダー//////////////////////////*/

/*------ スライダーの横幅 ------*/
.slider{
  width:100%;
  margin:0 auto;
}

/*------ スライダー画像 ------*/
.slider img{
	width:100%;
}

/*-------- 高さ調整 ----------*/
.slider .slick-slide{
	height:auto!important;
}

/*---------- 矢印 ----------*/
/*.slider .slick-next{
    right:0!important;
}
.slider .slick-prev{
    left:0!important;
}*/
/*.slider .slick-arrow{
    width: initial!important;
    height: initial!important;
    z-index:2!important;
}
.slider .slick-arrow:before{
    font-size: 30px!important;
}*/




/*/////////////////////////////エリア用メイン////////////////////////////*/

.tour_lineup {
	width: 1030px;
	margin: auto;
	padding:  10px; 
	display: flex;
	flex-wrap :wrap;
}
.tour_cas {
	width: 320px;
	float: left;
	background-color: #fff;
	align-self: stretch;
	margin:  10px;
	
}

.cas_title {
	background-image: url("../area/cas_tit_bg.gif");
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	display: table;
  width: 100%;
	height: 63px;
}

.cas_title p {
  display: table-cell;
  vertical-align: middle;
}

.cas_img {
	width: 100%;
}

.cas_txt {
	font-size: 13px;
	width: 290px;
	margin: auto;
	padding: 20px 0px;
	line-height: 1.5em;
	height: 53px;

}

.cas_tokuten {
	width: 280px;
	margin: auto;
	padding-bottom: 15px;

}

.tokuten_tit {
	width: 281px;
}



.cas_tokuten p {
	padding: 20px;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	line-height: 1.3em;
	height: 68px;
}

.cas_tokuten span {
	color: rgba(224,3,7,1.00);
}

.stripe {
  background: repeating-linear-gradient(-45deg, #ffeb00, #ffeb00 4px, #fff 3px, #fff 5px);
}

.tokuten_price {
	background-image: url("../area/tokuten_price.png");
	background-repeat: no-repeat;
	width: 270px;
	height: 46px;
	margin: auto;	
}

.tokuten_price p {
	font-size: 23px;
	color: #fff;
	font-weight: bold;
	padding: 13px 0px 0px 75px;
}

.casund {
	width: 320px;
}

.tour_price {
	text-align: right;
	padding-right: 15px;
	padding-top: 15px;
	font-size: 15px;
	
}

.tour_price span {
	font-size: 26px;
	font-weight: bold;
	color: #d00000;font-style: oblique;
}


@media screen and (max-width:560px) {
	.tour_lineup {
	width: 90%;
	margin: auto;
	padding:  10px; 
	display: block;
}
.tour_cas {
	width: 90%;
	float: left;
	background-color: #fff;
	align-self: stretch;
	margin:  10px;
}
	
.casund {
	width: 100%;
}

	
}


/*/////////////////////////////　パンくず　////////////////////////////*/

#breadcrumbs {
	color:#333;
	text-align: left;
	margin: 0 auto;
	padding: 12px 0 12px 30px;
	font-size: 12px;
	background-color:#f2f2f2;
}
#breadcrumbs a{
	color:#4e4e4e;
	text-decoration: none;
}
#breadcrumbs ul{
	display: flex;
}
#breadcrumbs li{
	margin-right:15px;
}
#breadcrumbs li:not(:first-child):before {
	content: ">";
	margin-right: 8px;
}
@media screen and (max-width:767px) {
	#breadcrumbs {
			max-width:auto;
			margin: 0 auto;
			padding: 9px 15px;

			overflow-x: scroll;
			word-break: keep-all;
			white-space: nowrap;
			 -webkit-overflow-scrolling: touch;
	}
}

/*/////////////////////////////　ページTOPボタン　////////////////////////////*/

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size:15px;
	z-index: 1000;
}
#page-top a {
	background:#004fbb;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background:#333;
}

/*/////////////////////////////　フッター　////////////////////////////*/

#footer{
  background-color: #000;
  padding: 40px 0;
}
#footer .footer__wrap{
  margin: 0 auto;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
	-ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#footer p{
  padding-right: 20px;
  line-height: 1;
  font-size: 1rem;
  color: #fff;
}


.footer__nav{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
	-ms-flex-align: center;
  align-items: center;
}

.footer__nav li{
  margin-left: 10px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
  align-items: center;
}

.footer__nav li a{
  font-size: 1rem;
  color: #fff;
  line-height: 1;
}

.footer__nav li a:hover{
  text-decoration: underline;
}


@media screen and (max-width:960px) {
  #footer p{
    font-size: 1.2rem;
    padding-right: 0;
  }

  .footer__nav li a{
    font-size: 1.2rem;
  }
}

@media screen and (max-width:560px) {
  .footer__nav,
  .footer__wrap{
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
  }
  .footer__nav li{
    margin-bottom: 20px;
    margin-left: 0;
  }

  .footer__nav li:last-of-type{
    margin-bottom: 0;
  }

  #footer p{
    margin-bottom: 40px;
  }

}



br.sp{
  display: none;
}

@media screen and (max-width:560px) {
  br.sp{
    display: inline;
  }
}

/*////////////////////小さいスマホ用////////////////*/

@media screen and (max-width:360px) {
	
.main_lead {
    font-size: 12px;
}
	
.es_tokuten_cupon {
    height: 272px;
}
	
.shosai_btn {
    width: 84%;
    margin: auto;
    padding-top: 200px;
    padding-left: 10px;
    float: none;
}
	
.tour_box h3.big{
	height:113px;
	background-size:110%;
	padding-top:0px;
	padding-bottom:0px;
}
	
.tour_tit {
	width: 95%;
	margin: auto;
	text-align: center;
	font-weight: bold;
	padding: 0px;
	font-size: 14px;
	height: 40px;
}


.tour_box .box{
	width: 100%;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
	
.tour_box .box {
    padding-top: 0px;
}
	
.tour_box h3{
		height: auto;
		background-size: 100% 100%;
		font-size: 12px;
		margin-bottom: 15px;
	width: 100%;
	}
	
.tour_box .tokuten_area li{
		font-size: 12px;
	}
	.tour_box .tokuten_area li span{
		font-size: 14px;
	}
	
}