@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;
	scroll-behavior: smooth;
}
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 */  


   * {
      box-sizing: border-box;
    }


/*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;
	
}

#tabicp_wrapper {
	
}

.tabicp_waku {
	
}

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

.pc_br {
	display: block;
}

.sp_br {
	display: none;
}

.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) {
.tabicp_waku  {
}
	
#content_sp {
	width: 100%;
	}

.pc_br {
	display: none;
}

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

.ann_sp {
	display: block;
	
}
	
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■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;
    
    }
}



/*/////////////////////////////先割バナー////////////////////////////*/


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

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

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

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



/*/////////////////////////////コンテンツ共通////////////////////////////*/


.section_title {
	width: 513px;
	margin: auto;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5em;
}

.content_lead {
	text-align: center;
	padding-top: 20px;
}

.content_lead span {
	font-size: 20px;
}

.content_lead p {
	font-size: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 1.9em;
}



.cont_tit_img01 {
	width: 201px;
	margin: auto;
	padding-top: 20px;
}

.cont_tit_img02 {
	width: 366px;
	margin: auto;
	padding-top: 20px;
}

.cont_tit_img03 {
	width: 393px;
	margin: auto;
	padding-top: 20px;
}

.cont_tit_img04 {
	width: 342px;
	margin: auto;
	padding-top: 20px;
}

.cont_tit_img05 {
	width: 323px;
	margin: auto;
	padding-top: 20px;
}

.cont_tit_img06 {
	width: 308px;
	margin: auto;
	padding-top: 20px;
}


@media screen and (max-width:560px) {
.section_title {
	width: 90%;
	}
	
.content_lead {
     padding-top: 0px;
}
	
.content_lead span {
	font-size: 17px;
}

.content_lead p {
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 15px;
}
	

.cont_tit_img01 {
	width: 201px;
	margin: auto;
	padding-top: 20px;
}
	

.cont_tit_img02 {
	width: 80%;
	margin: auto;
	padding-top: 20px;
}
	
.cont_tit_img03 {
	width: 90%;
	margin: auto;
	padding-top: 20px;
}
	
.cont_tit_img04 {
	width: 80%;
	margin: auto;
	padding-top: 20px;
}
	
.cont_tit_img05 {
	width: 70%;
	margin: auto;
	padding-top: 20px;
}
	
.cont_tit_img06 {
	width: 70%;
	margin: auto;
	padding-top: 20px;
}
	
}


/*/////////////////////////////スクロール////////////////////////////*/



.bg-scroll{
  width: 100%;
  height: 600px;
  background-image:url("../img202602/bg_main.jpg");
  background-repeat: repeat-x;
  background-size: auto 100%;
  animation: scroll-bg 50s linear infinite;
}

@keyframes scroll-bg{
  0%{
    background-position: 0 0;
  }
  100%{
    background-position: -1000px 0;
  }
}

@media screen and (max-width:760px) {	
	.bg-scroll{
width: 100%;
  height: 500px;
  background-image:url("../img2026/bg_loop.jpg");
  background-repeat: repeat-x;
  background-size: auto 100%;
  animation: scroll-bg 50s linear infinite;
}
}


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


.tabicp_waku {
	
}


.tabicp_main_pc {
	display: block;
}

.tabicp_main_sp {
	display: none;
}



.hero-title {
	width: 562px;
	margin: auto;
	padding-top: 20px;
}




.top_content {
	text-align: center;
	color: #000;
	font-weight: bold;
	padding-top: 100px;
	z-index: 100;
	 background-color: rgba(0,0,0,0.3);
	width: 100%;
	height: 660px;
}


.main_txt_area {
	width: 500px;
	margin: auto;
	position: relative;
}



/*.catch_txt {
	font-size: 29px;
	padding-bottom: 15px;
	padding-top: 30px;
	font-family: serif;
}
*/



.limit_area {
	position: absolute;
	top: 470px;
	left: 20px;
	text-align: left;
	width: 90%;
	border: 2px #fff;
	font-size: 15px;
}

.limit_area tr {
	padding-bottom: 5px;
}

.limit_area td {
	padding: 10px;
} 

.limit_area td span {
	font-size: 25px;
}

.black {
	background-color: #000;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	width: 78px;
	text-align: center;
}


/*.tour_limit {
	font-size: 25px;
	font-weight: bold;
	line-height: 1.6em;
	padding-top: 20px;
	
}

.tour_area {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.6em;
	position: absolute;
	top: 400px;
	left: 20px;
}*/





.comingsoon {
	position: absolute;
    top: 140px;
    left: 37%;
    font-size: 35px;
    font-weight: bold;
	line-height: 1.5em;
	z-index: 100;
}

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

.tabicp_main_pc {
	display: none;
}
	
	.tabicp_main_sp {
		display: block;
	}
	

	
.main_txt_area_sp {
	width: 100%;
	margin: auto;
	position: relative;
  align-items: center;
	height: 550px;
	font-weight: bold;
}

	





/*.catch_txt {
	font-size: 29px;
	padding-bottom: 15px;
	padding-top: 30px;
	font-family: serif;
}
*/

.limit_area {
	position: absolute;
top: 55vh;   /* 画面の高さの40%の位置に配置 */
left: 5%;
width: 90%;
font-size: 13px;
}

	

	

.limit_area td span {
	font-size: 20px;
}


	
.tabicp_waku {
	}

	

	
.top_content {
	height: 520px;
	background-color: #fff;
	position: absolute;
    top: 224px;
    left: 50%;
}




.hero-title {
	width: 80%;
	margin: auto;
	padding-top: 45px;
}


.black {
	background-color: #000;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	width: 52px;
	text-align: center;
}
	
.main_logo
 {
    position: absolute;
    top: 224px;
    left: 50%;
	}


.catch_txt {
	font-size: 20px;
	padding-bottom: 15px;
	padding-top: 30px;
}

.tour_limit {
	font-size: 17px;
	line-height: 1.3em;
	padding-top: 30px;
}
	

.tour_area {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6em;
	padding-top: 20px;
	width: 90%;
	margin: auto;
}



.comingsoon {
	position: absolute;
    top: 160px;
    left: 17%;
    font-size: 35px;
    font-weight: bold;
	line-height: 1.5em;
	z-index: 100;
}

	
}


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

.limit_area {
	position: absolute;
top: 44vh;   /* 画面の高さの40%の位置に配置 */
left: 5%;
width: 90%;
font-size: 13px;
}


}

@media screen and (max-width: 393px) {
	.limit_area {
	position: absolute;
top: 50vh;   /* 画面の高さの40%の位置に配置 */
left: 5%;
width: 90%;
font-size: 13px;
}
}

@media screen and (max-width: 375px) {
	
	
/*.top_content {
	height: 530px;
	position: absolute;
    top: 224px;
    left: 50%;
}
	
.main_logo
 {
    position: absolute;
    top: 224px;
    left: 50%;
	}*/
	
.limit_area {
	position: absolute;
top: 65vh;   /* 画面の高さの40%の位置に配置 */
left: 5%;
width: 90%;
font-size: 13px;
}


}


  
/*/////////////////////////////ヘッダー背景02////////////////////////////*/



  .main_logo {
    z-index:11;
    position: absolute;
    top:280px;
    left:50%;
    transform:translate(-50%,-50%);
}

  .main_img {
    z-index:10;
    opacity: 0;
    width: 100%;
    height: 680px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: anime 36s 0s infinite;
    animation: anime 36s 0s infinite; }

    .main_img:nth-of-type(2) {
      -webkit-animation-delay: 6s;
      animation-delay: 6s; }

    .main_img:nth-of-type(3) {
      -webkit-animation-delay: 12s;
      animation-delay: 12s; }

    .main_img:nth-of-type(4) {
      -webkit-animation-delay: 18s;
      animation-delay: 18s; }

    .main_img:nth-of-type(5) {
      -webkit-animation-delay: 24s;
      animation-delay: 24s; }

    .main_img:nth-of-type(6) {
      -webkit-animation-delay: 30s;
      animation-delay: 30s; }

  .main_imgM {
    opacity: 0;
    width:100%;
    height:100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: anime 36s 0s infinite;
    animation: anime 36s 0s infinite; }

    .main_imgM:nth-of-type(2) {
      -webkit-animation-delay: 6s;
      animation-delay: 6s; }

    .main_imgM:nth-of-type(3) {
      -webkit-animation-delay: 12s;
      animation-delay: 12s; }

    .main_imgM:nth-of-type(4) {
      -webkit-animation-delay: 18s;
      animation-delay: 18s; }

    .main_imgM:nth-of-type(5) {
      -webkit-animation-delay: 24s;
      animation-delay: 24s; }

    .main_imgM:nth-of-type(6) {
      -webkit-animation-delay: 30s;
      animation-delay: 30s; }

@keyframes anime {
    0% {
        opacity: 0;
    }
    8% {
        opacity: 1;
    }
    17% {
        opacity: 1;
    }
    25% {
        opacity: 0;
         transform: scale(1.2);
                    z-index:9;
    }
    100% { opacity: 0 }
}

@-webkit-keyframes anime {
    0% {
        opacity: 0;
    }
    8% {
        opacity: 1;
    }
    17% {
        opacity: 1;
    }
    25% {
        opacity: 0;
         -webkit-transform: scale(1.2);
            z-index:9;
    }
    100% { opacity: 0 }
}




/*/////////////////////////////リード文////////////////////////////*/


.tabicp_tour_cont {
	
}


.tabicp_point {
	background-image:url("../img202602/bg_read_pc.jpg");
	background-size: 1750px;
	background-position: top center;
		background-repeat: no-repeat;
	background-color: #F0F8FC;
	height: 605px;
}

.tabicp_content_read {
	width: 1000px;
	margin: auto;
	text-align: center;
	padding-top: 80px;
}

.tabicp_content_tit {
	width: 1000px;
	margin: auto;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 20px;
}

.tabicp_content_tit p {
	font-size: 17px;
	font-weight: bold;
	color: #286CD8;
}

.main_tit {
	width: 460px;
	margin: auto;
}

.main_read {
	padding-top: 50px;
	text-align: center;
}

.main_read p {
	font-size: 16px;
	padding-bottom: 20px;
	line-height: 2em;
}
















.tourcont_lead {
	width: 1025px;
	margin: auto;
	padding-top: 30px;
	padding-bottom: 20px;
	text-align: center;
}

.tourcont_lead span {
	font-size: 25px;
	font-family: serif;
	font-weight: bold;
}

.tourcont_lead p {
	font-size: 17px;
	padding-top: 30px;
	padding-bottom: 30px;
	line-height: 2em;
}




.tour_cont_links02 {
	margin: auto;
	
}


.tour_cont_inner {
	background-image:url("../img202602/bg_select.gif");
	background-repeat: repeat;
	background-position: center 10px;
	padding-bottom: 30px;
}



.cont_links_lead {
	font-size: 16px;
	padding-left: 80px;
	font-weight: bold;
}

#tit_select {
	padding-top: 60px;
	background-image: url("../img202602/bg_title_find_trip.png");
	background-repeat: no-repeat;
	background-size: 815px;
	background-position: center;
}


.contlink_btns {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 14px 10px;
	width: 1110px;
	max-width: calc(100% - 40px);
	margin: auto;
	padding: 30px 0 20px;
}

/* 上段3つ */
.contlink_btns li:nth-child(-n + 3) {
	grid-column: span 2;
}

/* 下段2つ */
.contlink_btns li:nth-child(n + 4) {
	grid-column: span 3;
}

.contlink_btns li {
	padding: 0;
	margin: 0;
	list-style: none;
}



.contlink_btns li img {
	height: auto;
}


@media screen and (max-width: 767px) {
	.contlink_btns {
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
		width: auto;
		max-width: none;
		margin: 0 25px;
		padding: 25px 0 20px;
	}

	/* PCで設定した列幅をリセット */
	.contlink_btns li:nth-child(n) {
		grid-column: 1;
		padding: 0;
		margin: 0;
	}

	.contlink_btns .ann_pc {
		display: none;
	}

	.contlink_btns .ann_sp {
		display: block;
		width: 100%;
		height: auto;
	}
}

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

.main_tit {
	width: 320px;
	margin: auto;
}
	
.tabicp_tour_cont {
	
}
	
.tabicp_point {
	background-image:url("../img202602/bg_read_sp.jpg");
background-size: 100%;
background-position: top center;
	background-repeat: no-repeat;
	height: 650px;
}
	

.tabicp_content_read {
	width: 90%;
	margin: auto;
	text-align: center;
	padding-top: 50px;
}


	
	

	
.main_read {
	padding-top: 20px;
}

.main_read p {
		font-size: 13px;
		line-height: 2em;
	}
	
	
.tabicp_content_tit {
	width: 100%;
	margin: auto;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 10px;
	background-image: none;
}

	
.tabicp_content_tit p {
		font-size: 18px;
	}
	
	
	
	

	
	


.sakiwari_bnr {
	width: 100%;
	margin: auto;
	padding: 15px 0px;
}

.tabicp_sakiwari {
	width: 90%;
	margin: auto;
}

	.tabicp_sakiwari p{
		font-size: 15px;
	}


	
	
	
	
	
	.tabicp_tour_waku {
	width: 100%;
	margin-top: 0px;
	padding-top: 0px;
}
	
	
.tourcont_lead {
        width: 90%;
        margin: auto;
        padding-bottom: 20px;
        background-size: 100%;
}


.tourcont_lead span {
	font-size: 18px;
	font-family: serif;
	font-weight: bold;
}

.tourcont_lead p {
	font-size: 15px;
	padding-top: 30px;
	padding-bottom: 30px;
	line-height: 2em;
}
	





.tour_cont_links02 {

}
	

	
	
.cont_links_lead {
	font-size: 15px;
	padding-left: 30px;
	font-weight: bold;
}
	




/*.contlink_btns {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 10px;
	padding-bottom: 0px;
	width: 95%;
	margin: auto;
}*/

/*.contlink_btns li {
		padding-bottom: 10px;
    	padding-right: 0px;
		width: 45%;
		margin: auto;
	}*/
	
	
}


@media screen and (max-width:550px) {
	
.tour_cont_links {
	background-size: 100%;
	width: 100%;
	}
	

}



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

.tour_cont_links {
	background-size: 100%;
	width: 90%;
	}
	
.contlink_btns {
	width: 90%;
	margin: auto;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 30px;
	padding-bottom: 20px;
}

	.contlink_btns li {
		width: 45%;
		margin: auto;
	}
	
}



/*/////////////////////////////旅スタイル診断2026////////////////////////////*/

#tour_chart {
	padding-top: 30px;
	background-position: center top;
}


#tit_tabistyle {
	padding-top: 50px;
}

 .wrap {
      width: min(100% - 32px, 720px);
      margin: 0 auto;
      font-family: "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
      color: #333;
      line-height: 1.7;
	padding-top: 50px;
    }

    .diagnosis {
      background: #fff;
      border-radius: 28px;
      box-shadow: 0 18px 50px rgba(0, 59, 117, 0.08);
      overflow: hidden;
    }

    .diagnosis__head {
      padding: 42px 32px 28px;
      background: linear-gradient(135deg, #7dc9ff 0%, #9fe2d6 100%);
      color: #fff;
      text-align: center;
    }

    .diagnosis__label {
      display: inline-block;
      padding: 6px 14px;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.22);
      font-size: 0.85rem;
      font-weight: bold;
      letter-spacing: 0.04em;
      margin-bottom: 14px;
    }

    .diagnosis__title {
      margin: 0 0 10px;
      font-size: clamp(1.3rem, 3vw, 2rem);
      line-height: 1.3;
    }

    .diagnosis__lead {
      margin: 0;
	font-size: clamp(0.8rem, 3vw, 1rem);
      opacity: 0.96;
    }

    .diagnosis__body {
      padding: 34px 24px 40px;
    }

    .progress {
      margin-bottom: 28px;
    }

    .progress__meta {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 16px;
      margin-bottom: 10px;
      font-size: 0.95rem;
      color: #5a6a7a;
      font-weight: 700;
    }

    .progress__bar {
      width: 100%;
      height: 10px;
      border-radius: 999px;
      background: #e7eef5;
      overflow: hidden;
    }

    .progress__bar span {
      display: block;
      width: 0;
      height: 100%;
      border-radius: 999px;
      background: linear-gradient(90deg, #69bfff 0%, #77e0c2 100%);
      transition: width 0.35s ease;
    }

    .card {
      background: #fff;
      border: 1px solid #e9eef5;
      border-radius: 24px;
      padding: 28px 22px;
      box-shadow: 0 10px 24px rgba(0, 30, 70, 0.04);
    }

    .question-box {
      min-height: 280px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .question__sub {
      margin-bottom: 10px;
      font-size: 0.9rem;
      font-weight: bold;
      color: #4fa6d8;
      letter-spacing: 0.04em;
    }

    .question__text {
      margin: 0;
      font-size: clamp(1.35rem, 2.5vw, 1.5rem);
      line-height: 1.5;
      font-weight: 700;
      color: #223245;
    }

    .answer-buttons {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px;
      margin-top: 28px;
    }

    .btn-answer,
    .btn-secondary,
    .btn-restart {
      appearance: none;
      border: none;
      cursor: pointer;
      transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
      font-family: inherit;
    }

    .btn-answer {
      min-height: 64px;
      border-radius: 18px;
      font-size: 1.05rem;
      font-weight: 700;
      padding: 14px 18px;
      box-shadow: 0 10px 20px rgba(37, 88, 150, 0.08);
    }

    .btn-answer:hover,
    .btn-secondary:hover,
    .btn-restart:hover {
      transform: translateY(-2px);
    }

    .btn-answer--yes {
      background: linear-gradient(135deg, #7ecaff 0%, #89e0ff 100%);
      color: #fff;
    }

    .btn-answer--no {
      background:rgba(196,196,196,1.00);
      color: #35506c;
    }

    .controls {
      margin-top: 18px;
      display: flex;
      justify-content: flex-start;
    }

    .btn-secondary {
      background: transparent;
      color: #6c7e90;
      padding: 8px 4px;
      font-size: 0.95rem;
      font-weight: 700;
    }

    .result {
      display: none;
    }

    .result.is-show {
      display: block;
    }

    .result__inner {
      text-align: center;
    }

    .result__label {
      display: inline-block;
      padding: 7px 14px;
      border-radius: 999px;
      background: #eef8ff;
      color: #4b9ed8;
      font-size: 0.88rem;
      font-weight: 700;
      margin-bottom: 14px;
    }

    .result__title {
      margin: 0 0 14px;
      font-size: clamp(1.5rem, 3vw, 2.4rem);
      line-height: 1.4;
      color: #223245;
    }

    .result__lead {
      margin: 0 auto 22px;
      max-width: 640px;
      color: #586b7e;
      font-size: 1rem;
    }

    .result__box {
      text-align: left;
      background: linear-gradient(180deg, #f9fcff 0%, #f3fbf8 100%);
      border: 1px solid #e5f1f7;
      border-radius: 22px;
      padding: 24px 20px;
      margin: 0 auto 24px;
      max-width: 680px;
    }

    .result__box h3 {
      margin: 0 0 10px;
      font-size: 1.15rem;
      color: #223245;
    }

    .result__box p {
      margin: 0;
      color: #4f6173;
    }

    .result__actions {
      display: flex;
      justify-content: center;
      gap: 12px;
      flex-wrap: wrap;
    }

    .btn-restart {
      padding: 14px 22px;
      border-radius: 999px;
      background: #f3f7fb;
      color: #35506c;
      font-size: 1rem;
      font-weight: 700;
      
    }

    .result__link {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 52px;
      padding: 14px 22px;
      border-radius: 999px;
	 background: linear-gradient(135deg, #69bfff 0%, #77e0c2 100%);
      color: #fff;
      text-decoration: none;
      font-weight: 700;
	box-shadow: 0 12px 24px rgba(55, 140, 185, 0.18);
    }

    .fade-in {
      animation: fadeIn 0.35s ease;
    }

    @keyframes fadeIn {
      from {
        opacity: 0;
        transform: translateY(8px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    @media (max-width: 767px) {
		

		
      .wrap {
        width: min(100% - 45px, 750px);
        padding: 28px 0 48px;
      }

      .diagnosis__head {
        padding: 32px 18px 22px;
      }

      .diagnosis__body {
        padding: 22px 14px 28px;
      }

      .card {
        padding: 22px 16px;
        border-radius: 20px;
      }

      .question-box {
        min-height: 250px;
      }

      .answer-buttons {
        grid-template-columns: 1fr;
      }

      .btn-answer {
        min-height: 58px;
      }
    }

/*/////////////////////////////旅スタイル診断////////////////////////////*/


.tour_style_test {
	background-image:url("../img202602/bg_style.png");
	background-repeat: no-repeat;
	background-size: 1212px;
	background-position: center 80px;
	background-color: aliceblue;
	padding-bottom: 50px;
}


.tabi_style_test_tit {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 15px;
}

.content_lead_img {
	display: none;
}

/*.wrap {
	margin-top: 10px;
}


@media screen and (max-width:560px) {
	
#tour_chart {
	
	}
	
	.content_lead_img {
		display: block;
		width: 80%;
		margin: auto;
		padding-bottom: 30px;
	}
	
.tour_style_test {
	background-image:none;
}
	
}*/





/*/////////////////////////////エリアから選ぶ////////////////////////////*/

#area_select {
	
}


#area_select h2 {

}

#tit_area {
	padding-top: 50px;
}

.area_map_img {
	background-image: url("../img202602/bg_area.gif");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 1750px;
	padding-bottom: 30px;
	background-size: cover;
	background-attachment: fixed;
}




.area_cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 45px 35px;
	width: 1000px;
	max-width: calc(100% - 40px);
	margin: 0 auto;
	padding-top: 20px;
}

.area_card {
	min-width: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.area_card a {
	display: block;
	color: #000;
	text-decoration: none;
}

.area_card__head {
	display: flex;
	align-items: flex-start;
	gap: 15px;
	margin-bottom: 16px;
}

.area_card__head h3 {
	margin: 0;
	font-size: 28px;
	font-weight: 800;
	line-height: 1.1;
	white-space: nowrap;
}

.area_card__head p {
	margin: 5px 0 0;
	color: #3f6f8e;
	font-size: 12px;
	line-height: 1;
}

/* 地図ピン */
.area_card__pin {
	position: relative;
	flex: 0 0 auto;
	width: 22px;
	height: 22px;
	margin: 4px 0 0 3px;
	border-radius: 50% 50% 50% 0;
	background: #0068b7;
	transform: rotate(-45deg);
}

.area_card__pin::after {
	position: absolute;
	top: 7px;
	left: 7px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #fff;
	content: "";
}

.area_card__body {
	display: grid;
	grid-template-columns: 150px minmax(0, 1fr);
	gap: 18px;
	align-items: start;
}

.area_card__image {
	width: 150px;
	height: 150px;
	overflow: hidden;
	border-radius: 50%;
	background: #ddd;
}

.area_card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.area_card a:hover .area_card__image img {
	transform: scale(1.05);
}

.area_card__description {
	margin: 0;
	font-size: 13px;
	line-height: 1.5;
}


@media screen and (max-width: 767px) {
	
	
.area_map_img {
	height: auto;
	min-height: 100vh;
	
	background-size: cover;
	background-attachment: fixed;
}



	
	.area_cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 35px 25px;
		width: auto;
		max-width: none;
		margin: 0 20px;
	}

	.area_card__head {
		gap: 10px;
		min-height: 51px;
		margin-bottom: 10px;
	}

	.area_card__head h3 {
		font-size: 20px;
		line-height: 1.15;
		white-space: normal;
	}

	.area_card__head p {
		margin-top: 4px;
		color: #000;
		font-size: 10px;
		line-height: 1.15;
	}

	.area_card__pin {
		width: 19px;
		height: 19px;
		margin-top: 2px;
	}

	.area_card__pin::after {
		top: 6px;
		left: 6px;
		width: 7px;
		height: 7px;
	}

	/* スマホでは画像と説明を縦並び */
	.area_card__body {
		display: block;
	}

	.area_card__image {
		width: min(100%, 150px);
		height: auto;
		aspect-ratio: 1 / 1;
		margin: 0 auto 15px;
	}

	.area_card__description {
		margin: 0;
		font-size: 11px;
		line-height: 1.65;
	}
}






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








/*/////////////////////////////カテゴリ検索////////////////////////////*/


#tour_category {
	padding-top: 50px;
	padding-bottom: 30px;
	background-image: url("../img202602/bg_categoly.gif");
	background-repeat: repeat;
	padding-bottom: 50px;
}


.cate_lead_bg {
	background-image:url("../img202602/bg_title_categoly.png");
	background-repeat: no-repeat;
	background-size: 840px;
	background-position: center 20px;
}




.category_cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 25px 20px;
	width: 1000px;
	max-width: calc(100% - 40px);
	margin: 0 auto;
	padding: 0;
}

.category_card {
	min-width: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.category_card a {
	display: block;
	color: #111;
	text-decoration: none;
}

.category_card__head {
	display: flex;
	align-items: center;
	height: 34px;
	margin-bottom: 5px;
	background: #ddd;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
}

.category_card__label {
	position: relative;
	display: flex;
	align-items: center;
	align-self: stretch;
	padding: 0 24px 0 20px;
	background: #000;
	color: #fff;
	font-size: 11px;
	font-style: italic;
	letter-spacing: 0.04em;
}

/* CATEGORY右側の三角形 */
.category_card__label::after {
	position: absolute;
	top: 0;
	right: -15px;
	width: 0;
	height: 0;
	border-top: 17px solid transparent;
	border-bottom: 17px solid transparent;
	border-left: 15px solid #000;
	content: "";
}

.category_card__en {
	padding-left: 25px;
	color: #111;
}

.category_card__image {
	width: 100%;
	aspect-ratio: 1.4 / 1;
	overflow: hidden;
	background: #b9e5f5;
}

.category_card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.category_card a:hover .category_card__image img {
	transform: scale(1.03);
}

.category_card__text h3 {
	margin: 12px 0 5px;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.03em;
}

.category_card__text h4 {
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
}

.category_card__description {
	margin: 8px 0 0;
	font-size: 13px;
	line-height: 1.6;
}

/* カテゴリ別のタイトルカラー */
.category_card--season h3 {
	color: #d65b00;
}

.category_card--relax h3 {
	color: #2471d9;
}

.category_card--gourmet h3 {
	color: #c81414;
}

.category_card--value h3 {
	color: #f02626;
}


@media screen and (max-width: 767px) {
	.category_cards {
		display: block;
		width: auto;
		max-width: none;
		margin: 0 18px;
	}

	.category_card {
		margin-bottom: 28px;
	}

	.category_card__head {
		height: 24px;
		margin-bottom: 5px;
		font-size: 9px;
	}

	.category_card__label {
		padding: 0 17px 0 13px;
		font-size: 8px;
	}

	.category_card__label::after {
		right: -11px;
		border-top-width: 12px;
		border-bottom-width: 12px;
		border-left-width: 11px;
	}

	.category_card__en {
		padding-left: 18px;
	}

	/* 画像とタイトルを横並び */
	.category_card__main {
		display: grid;
		grid-template-columns: 52% 1fr;
		gap: 10px;
		align-items: start;
	}

	.category_card__image {
		aspect-ratio: 1.4 / 1;
	}

	.category_card__text h3 {
		margin: 3px 0 7px;
		font-size: 20px;
		line-height: 1.25;
	}

	.category_card__text h4 {
		font-size: 13px;
		line-height: 1.25;
	}

	/* 説明文は画像とタイトルの下 */
	.category_card__description {
		margin-top: 9px;
		font-size: 11px;
		line-height: 1.5;
	}
}








/*/////////////////////////////モデルコース2026////////////////////////////*/


/* 横並び */
.course_list{
  display:flex;
  gap:20px;
}

/* カセット */
.course_card{
  width:370px;
  background:#fff;
  box-shadow:8px 8px 0 rgba(0,0,0,0.1);
	margin-bottom: 30px;
	height: 530px;
}

/* 画像 */
.course_img{
  position:relative;
}

.course_img img{
  width:100%;
  display:block;
}

/* エリアラベル */
.course_area{
  position:absolute;
  top:10px;
  left:10px;
  background:rgba(0,0,0,0.58);
  color:#fff;
  font-size:13px;
  padding:6px 10px;
}

/* 本文 */
.course_body{
  padding:18px;
}

/* タイトル */
.course_title{
  font-size:20px;
  line-height:1.4;
  margin-bottom:12px;
	font-weight: bold;
	color:rgba(18,100,185,1.00);
}

/* タグ */
.course_tags{
  display:flex;
  gap:10px;
  margin-bottom:12px;
}

.course_tags span{
  background:#eee;
  font-size:13px;
  padding:6px 10px;
}

/* 説明 */
.course_text{
  font-size:14px;
  line-height:1.7;
  color:#444;
	
	 display: -webkit-box;
  -webkit-line-clamp: 3;   /* ← 行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
}




/* カセットミニ */
.course_card_mini {
  width:290px;
  background:#fff;
  box-shadow:8px 8px 0 rgba(0,0,0,0.1);
	margin-bottom: 30px;
}

/* 画像ミニ */
.course_img_mini {
  position:relative;
}

.course_img_mini img{
  width:100%;
  display:block;
}

/* エリアラベルミニ */
.course_area_mini{
  position:absolute;
  top:10px;
  left:10px;
  background:rgba(0,0,0,0.58);
  color:#fff;
  font-size:13px;
  padding:2px 7px;
}

/* 本文ミニ */
.course_body_mini{
  padding:13px;
}

/* タイトルミニ */
.course_title_mini{
  font-size:16px;
  line-height:1.4;
  margin-bottom:12px;
	font-weight: bold;
	color:rgba(18,100,185,1.00);
}

/* タグミニ */
.course_tags_mini{
  display:flex;
  gap:10px;
  margin-bottom:12px;
}

.course_tags_mini span{
  background:#eee;
  font-size:11px;
  padding:5px;
}


/* 説明ミニ */
.course_text{
  font-size:12px;
  line-height:1.7;
  color:#444;
	
	 display: -webkit-box;
  -webkit-line-clamp: 3;   /* ← 行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
}


@media screen and (max-width:500px) {
	
/* 横並び */
.course_list{
  display:flex;
	flex-wrap: wrap;
	justify-content: center;
  gap:20px;
}
	
/* カセット */
.course_card{
	height: 480px;
}

	
	/* カセットミニ */
.course_card_mini {
  width:175px;
  background:#fff;
  box-shadow:8px 8px 0 rgba(0,0,0,0.1);
	margin-bottom: 30px;
}
	
/* エリアラベルミニ */
.course_area_mini{
  position:absolute;
  top:5px;
  left:5px;
  background:rgba(0,0,0,0.58);
  color:#fff;
  font-size:11px;
  padding:6px;
}
	
/* 本文ミニ */
.course_body_mini{
  padding:7px;
}
	
/* タイトルミニ */
.course_title_mini{
  font-size:13px;
  line-height:1.4;
  margin-bottom:12px;
	font-weight: bold;
	color:rgba(18,100,185,1.00);
}
	

/* タグミニ */
.course_tags_mini{
  display:flex;
  gap:10px;
  margin-bottom:12px;
}

.course_tags_mini span{
  background:#eee;
  font-size:11px;
line-height: 1.5em;
  padding:3px;
}

	
}

/*/////////////////////////////モデルコース////////////////////////////*/


#tour_modelcorse {
	padding-top: 50px;
	padding-bottom: 50px;

}

.mc_lead_bg {
	background-image: url("../img2026/tit_bg_mc.png");
	background-repeat: no-repeat;
	background-size: 1166px;
	background-position: center 10px;
}


.model_season {
	position: relative;
	padding: 30px 0 45px;
	background-position: center;
	background-size: cover;
}

.model_season--autumn {
	background-image:url("../img202602/bg_model_autumn.gif");
}

.model_season--winter {
	background-image:url("../img202602/bg_model_winter.gif");
}

.model_season--spring {
	background-image:url("../img202602/bg_model_spring.gif");
}

.model_season__inner {
	width: calc(100% - 60px);
	max-width: 1400px;
	margin: 0 auto;
}

.model_season__head {
	margin-bottom: 20px;
	text-align: center;
}

.model_season__head h2 {
	margin: 0;
	font-size: 30px;
	font-weight: 800;
	line-height: 1;
}

.model_season__head p {
	margin: 10px 0 0;
	font-size: 13px;
	font-weight: 700;
}

.model_season--autumn .model_season__head {
	color: #978000;
}

.model_season--winter .model_season__head {
	color: #0068c9;
}

.model_season--spring .model_season__head {
	color: #D36BBE;
}

/* スライド間の余白 */
.model_course_slider {
	margin: 0 -7px;
}

.model_course_slide {
	padding: 0 7px;
}

/* カード */
.model_course_card {
	position: relative;
	box-sizing: border-box;
	min-height: 340px;
	padding: 14px 14px 12px;
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.18);
}

.model_course_card__area {
	margin: 0 0 10px;
	font-size: 14px;
	font-weight: 800;
}

.area_aw {
	color: #978000;
}

.area_wn {
	color: #0068c9;
}

.area_sp {
	color: #D36BBE;
}



.model_course_card__main {
	display: grid;
	grid-template-columns: 46% minmax(0, 1fr);
	gap: 10px;
}

.model_course_card__image {
	overflow: hidden;
	background: #0796ef;
	aspect-ratio: 1 / 1;
}

.model_course_card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.model_course_card__days {
	display: inline-block;
	margin: 0 0 8px;
	padding: 2px 6px;
	border: 1px solid #111;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
}

.model_course_card__days span {
	font-size: 7px;
}

.model_course_card__info h3 {
	margin: 0;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.35;
}

.model_course_card__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin: 10px 0 0;
	padding: 0;
}

.model_course_card__tags li {
	margin: 0;
	padding: 5px 9px;
	list-style: none;
	background: #ffe67b;
	font-size: 12px;
	font-weight: 700;
}

.model_course_card__description {
	margin: 12px 0 10px;
	font-size: 13px;
	line-height: 1.5;
}

.model_course_card__departure {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 3px 5px;
	margin: 0 0 14px;
	padding: 0;
	height: 68px;
}

.model_course_card__departure li {
	min-width: 0;
	margin: 0;
	padding-bottom: 5px;
	list-style: none;
}

.model_course_card__departure a {
	display: block;
	overflow: hidden;
	color: #111;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	white-space: nowrap;
	text-decoration: underline;
}

.model_course_card__departure a::before {
	content: "▶";
	font-size: 7px;
}

.model_course_card__button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-top: auto;
	padding: 15px 10px;
	background: #0068bd;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
}



.model_course_card__button span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #fff;
	color: #0068bd;
	font-size: 16px;
}

/* ドット */
.model_course_slider .slick-dots {
	position: static;
	display: flex;
	justify-content: center;
	gap: 10px;
	margin: 22px 0 0;
	padding: 0;
}

.model_course_slider .slick-dots li {
	width: auto;
	height: auto;
	margin: 0;
}

.model_course_slider .slick-dots button {
	width: 8px;
	height: 8px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #bbb;
	font-size: 0;
}

.model_course_slider .slick-dots button::before {
	display: none;
}

.model_course_slider .slick-dots .slick-active button {
	background: #333;
}


.model_course_card a.model_course_card__button,
.model_course_card a.model_course_card__button:visited,
.model_course_card a.model_course_card__button:hover,
.model_course_card a.model_course_card__button:active {
	color: #fff !important;
}

@media screen and (max-width: 767px) {
	.model_season {
		padding: 27px 0 35px;
	}

	.model_season__inner {
		width: auto;
		max-width: none;
		margin: 0 9px;
	}

	.model_season__head {
		margin-bottom: 15px;
	}

	.model_season__head h2 {
		font-size: 25px;
	}

	.model_season__head p {
		margin-top: 8px;
		font-size: 11px;
	}

	.model_course_slider {
		margin: 0;
	}

	.model_course_slide {
		padding: 0;
	}

	.model_course_card {
		min-height: 0;
		padding: 11px 11px 10px;
	}

	.model_course_card__area {
		margin-bottom: 8px;
		font-size: 14px;
	}

	.model_course_card__main {
		grid-template-columns: 51% minmax(0, 1fr);
		gap: 8px;
	}

	.model_course_card__days {
		margin-bottom: 6px;
		font-size: 12px;
	}

	.model_course_card__info h3 {
		font-size: 15px;
		line-height: 1.35;
	}

	.model_course_card__tags {
		gap: 4px;
		margin-top: 8px;
	}

	.model_course_card__tags li {
		padding: 4px 7px;
		font-size: 10px;
	}

	.model_course_card__description {
		margin: 9px 0;
		font-size: 12px;
		line-height: 1.5;
	}

	.model_course_card__departure {
		grid-template-columns: repeat(5, minmax(0, 1fr));
		gap: 2px 3px;
		margin-bottom: 10px;
	}

	.model_course_card__departure a {
		font-size: 14px;
	}

	.model_course_card__button {
		padding: 13px;
		font-size: 14px;
	}

	.model_course_card__button span {
		width: 13px;
		height: 13px;
		font-size: 13px;
	}

	.model_course_slider .slick-dots {
		margin-top: 17px;
	}
}














/*==================================================
スライダーのためのcss
===================================*/
.slider_mc {/*横幅94%で左右に余白を持たせて中央寄せ*/
   width:94%;
    margin:0 auto;
}


/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider_mc .slick-slide {
    margin:0 10px;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;/*矢印の色*/
    border-right: 2px solid #666;/*矢印の色*/
    height: 15px;
    width: 15px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
    text-align:center;
  margin:20px 0 0 0;
}

.slick-dots li {
    display:inline-block;
  margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#ccc;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}



/*/////////////////////////////イベント情報////////////////////////////*/

#tour_event {
	padding-top: 60px;
	background-color: #fff;
	background-image:url("../img202602/bg_title_event.png");
	background-repeat: no-repeat;
	background-size: 936px;
	background-position: center 50px;
	margin-bottom: 50px;
}


.tab_set {
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
    margin-top: 20px;
}

/* タブの名前のところだよ */
.ev_tab_label {
    color: #286CD8;
    background: #fff;
	border-top: 1px solid #286CD8;
	border-left:  1px solid #286CD8;
	border-right:  1px solid #286CD8;
    padding: 15px 40px;
    margin-right: 0px;
    order: -1;
    position: relative;
    line-height: 1;
    cursor: pointer;
	text-align: center;
}

/* 本文をいれるところだよ */
.ev_tab_content {
    display: none;
    padding: 20px;
	border-top:  2px solid #286CD8;
	width: 100%;

}

.tab_inner {
	
}

.inner_in {

}

/* タブをクリックした時のCSSだよ */
.ev_tab_switch:checked+.ev_tab_label {
    background:#286CD8;
	color: #fff;
}

.ev_tab_switch:checked+.ev_tab_label+.ev_tab_content {
    display: block;
}

/* ラジオボタンだよ */
.ev_tab_switch {
    display: none;
}

/*ウィンドウサイズが769px以下になった時のCSSだよ*/
@media print,screen and (max-width:767px) {
    .tab_set {
        display: block;
    }

    .ev_tab_label {
        display: block;
        margin-right: 0;
    }

    .travelclinic .ev_tab_label.last {
        border-bottom: none;
    }

    .travelclinic .ev_tab_switch:checked+.ev_tab_label {
        border-bottom: 1px solid #59A8B7;
    }
}



.manth {
	font-size: 30px;
	font-weight: bold;
}

.manth_en {
	font-size: 13px;
	color: #89A5C7;
}

.cas_event {
	width: 900px;
	margin: 31px auto 25px auto;
    border-bottom: dotted 1px;
    padding-bottom: 25px;
}

.event_img {
	float: left;
	width: 30%;
	padding-top: 20px;
}

.event_jouhou {
	width: 65%;
	float: left;
	padding-left: 25px;
}

.ev_area {
	background-color: #FF6565;
	padding: 5px 20px;
	color: #fff;
	border-radius: 20px;
	margin: 10px 0px;
	font-size: 15px;
}

.ev_title {
	font-size: 20px;
	font-weight: bold;
	padding: 10px 0px;
}

.ev_day,.ev_spot {
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 5px;
}

.ev_txt {
	font-size: 13px;
	line-height: 1.5em;
}

.event_tour {
	text-align: left;
	background-image: url("../img/sankaku.png");
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	font-size: 17px;
	text-decoration: underline;
	margin-top: 15px;
	font-weight: bold;
}

@media screen and (max-width:560px) {
	
#tour_event {
	background-image:none;
}

	
.ev_tab_content {
    display: none;
    padding: 0px;
	border-top:  2px solid #286CD8;
	width: 100%;

}
	
	
.cas_event {
	width: 85%;
	margin:35px auto 15px auto;
}

.event_img {
	float: none;
	width: 100%;
	margin: auto;
	padding-bottom: 15px;
}

.event_jouhou {
	width: 100%;
	float: none;
	padding-left: 0px;
}

.ev_area {
	background-color: #FF6565;
	padding: 5px 20px;
	color: #fff;
	border-radius: 20px;
	margin: 10px 0px;
	font-size: 14px;
}

.ev_title {
	font-size: 20px;
	font-weight: bold;
	padding: 10px 0px;
}

.ev_day,.ev_spot {
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 5px;
}

.ev_txt {
	font-size: 13px;
	line-height: 1.5em;
}
	
.event_tour {
	font-size: 15px;
}
	
}

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

.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;
}
	
}









@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; 
}

}





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

.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: 100;
}
#page-top a {
	background:#999;
	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;
}

@media screen and (max-width:767px) {
	#page-top a {
	background:#999;
	text-decoration: none;
	color: #fff;
	width: 75px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
}
/*/////////////////////////////　フッター　////////////////////////////*/



footer {
    text-align: left;
    position: relative;
    padding: 0px 0 0 0;
}

footer ul {
    margin: 0 auto;
    padding: 0;
    font-size: 12px;
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 11px;
    right: 40px;
}

footer li {
    margin: 0 0 0 24px;
    padding: 0;
}

footer .copyright {
    background: #ececec;
    padding: 24px 40px;
    text-align: left;
    margin: 0 auto;
    font-size: 1rem;
}

footer .copyright a {
    color: inherit !important;
    text-decoration: none;
}

footer div {
    color: #fff;
    background: #445289;
    padding: 40px calc(50% - 450px);
    padding: 40px -webkit-calc(50% - 450px);
    display: flex;
    flex-wrap: wrap;
}

footer dl {
    margin: 0 0 0px 0;
    padding: 0;
    display: flex;
    align-items: center;
    width: 100%;
}

footer dd {
    font-size: 13px;
    margin: 0 12px 0 0;
    padding: 0;
}

footer dt {
    margin: 0 16px 0 0;
    padding: 0;
    font-size: 15px;
    font-weight: bold;
}

footer dd a {
    color: #fff !important;
    font-size: 100%;
    vertical-align: baseline;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

footer dd a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 767px) {
    footer {
        padding: 60px 0 0 0;
    }
    footer ul {
        text-align: center;
        display: block;
        position: static;
    }
    footer li {
        margin: 0;
        padding: 0 15px;
    }
    footer .copyright {
        padding: 15px 20px;
    }
    footer div {
        display: block;
        padding: 20px;
        margin-top: 20px;
    }
    footer dl {
        margin: 0;
        flex-wrap: wrap;
    }
    footer dt {
        width: 100%;
        margin: 0 0 12px 0;
    }
}



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;
	}
	
}