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

.tour_style_test {
	background-image:url("../img2026/bg_test.png");
	background-repeat: no-repeat;
	background-size: 1212px;
	background-position: center 10px;
}

.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: 90%;
	margin: auto;
	padding-top: 20px;
}
	
.cont_tit_img03 {
	width: 90%;
	margin: auto;
	padding-top: 20px;
}
	
.cont_tit_img04 {
	width: 90%;
	margin: auto;
	padding-top: 20px;
}
	
.cont_tit_img05 {
	width: 90%;
	margin: auto;
	padding-top: 20px;
}
	
.cont_tit_img06 {
	width: 90%;
	margin: auto;
	padding-top: 20px;
}
	
}


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



.bg-scroll{
  width: 100%;
  height: 600px;
  background-image:url("../img2026/bg_loop.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: 590px;
	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: 95%;
	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("../img2026/read_bg_pc.jpg");
	background-size: 1750px;
	background-position: top center;
		background-repeat: no-repeat;
	background-color: #F0F8FC;
	height: 515px;
}

.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 {
	font-size: 33px;
	background-color: #fff;
	font-style: italic;
	font-weight: bold;
	display: inline;
}

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

.main_read p {
	font-size: 17px;
	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 {
	/*background-color: #D5F0F7;*/
	background-image: url("../img2026/bg_select.gif");
	background-repeat: repeat;
	margin: auto;
	padding-top: 20px;
	
}


.tour_cont_inner {
	background-image:url("../img2026/tit_bg_select.png");
	background-repeat: no-repeat;
	background-position: center 30px;
	padding-bottom: 30px;
}



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

.contlink_btns {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	/*border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;*/
	padding-top: 40px;
	padding-bottom: 20px;
	width: 1000px;
	margin: auto;
}

.contlink_btns li {
	padding-bottom: 15px;
	padding-right: 10px;
}



@media screen and (max-width:760px) {
	
	
.tabicp_tour_cont {
	
}
	
.tabicp_point {
	background-image:url("../img2026/read_bg_sp.jpg");
background-size: 100%;
background-position: top center;
	background-repeat: no-repeat;
	height: 615px;
}
	

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


	
	

.main_tit {
	font-size: 20px;
}
	
.main_read {
	padding-top: 20px;
}

.main_read p {
		font-size: 13px;
		line-height: 2em;
	}
	
	
.tabicp_content_tit {
	width: 90%;
	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 {
	background-image: url("../img2026/bg_select.gif");
	background-repeat: repeat;
	width: 100%;
	margin: auto;
}
	

	
	
.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;
	padding-bottom: 40px;
	background-image: url("../img2026/bg_style_test.gif");
	background-size: 1750px;
	background-position: center top;
}



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

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

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




.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 {
	background-image: url("../img2025/bg_area.gif");
	background-repeat: no-repeat;
	background-size: 929px;
	background-position: center 40px;
	padding-top: 30px;
	padding-bottom: 30px;
}


#area_select h2 {

}

.area_map_img {
	background-image: url("../img2026/bg_area_map.gif");
	background-repeat: no-repeat;
	background-position: center 290px;
	background-size: 1131px;
}

.area_map {
	width: 1000px;
	margin: auto;
	position: relative;
	padding-top: 10px;
	padding-bottom: 150px;
	clear: both;
	
	height: 710px;
  overflow: hidden;
}

.area_hok {
	width: 192px;
	position: absolute;
	top: 40px;
	right: 130px;
}

.area_tou {
	width: 192px;
	position: absolute;
	top: 70px;
	right: 270px;
}

.area_ama {
	width: 192px;
	position: absolute;
	top: 50px;
	left: 330px;
}

.area_oki {
	width: 192px;
	position: absolute;
	top: 0px;
	left: 40px;
}

.area_rito {
	width: 192px;
	position: absolute;
	top: 300px;
	left: 40px;
}


.area_chu {
	width: 350px;
	position: absolute;
	top: 390px;
	left: 300px;
}

.area_kant {
	width: 350px;
	position: absolute;
	top: 360px;
	right: 0px;
}

.area_kans {
	width: 350px;
	position: absolute;
	top: 540px;
	right: 20px;
}

.area_kyu {
	width: 350px;
	position: absolute;
	top: 550px;
	left: 220px;
}

.area_img_tate {
	width: 130px;
}

.area_img_yoko {
	width: 130px;
	float: left;
	padding-top: 10px;
}

.area_shosai_yoko {
	float: left;
	width: 200px;
	padding-left: 10px;
}

.area_img_yoko img{
	width: 100%;
}

.area_img_tate img {
	width: 100%;
}

.area_name {
	font-size: 27px;
	color: #006dbb;
	font-weight: bold;
	background-image: url("../img2025/sankaku.png");
	background-repeat: no-repeat;
	background-position: 85% 50%;
	text-align: left;
	margin-top: 20px;
}

.noarea {
	opacity: 0.2;
	pointer-events: none;
}

.area_txt {
	font-size: 12px;
	line-height: 1.3em;
	text-align: left;
	padding-top: 15px;
}

@media only screen and (max-width: 767px) {
	
#area_select h2 {
	font-size: 25px;
	padding-top: 30px;
}
	
	.area_map_img {
	background-image: url("../img2026/bg_area_map.gif");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 1131px;
	background-attachment: fixed;
}

	
.area_map {	
	height: 590px;
}
	

.arealine {
	width: 45%;
	height: 300px;
	margin: 10px;
}
	
.area_map {
	width: 100%;
	margin: auto;
	position:relative;
	padding-top: 70px;
	padding-bottom: 150px;
	background-size: 100%;
	background-attachment: fixed;
  /*background-size: cover;*/
  background-position: center;
	height: 1290px;
}
	
	
.sp_all {
		display: flex;
	flex-wrap: wrap;
	justify-content: center;
		position: absolute;
		top: 0;
		left: 0px;
		width: 100%;
	}
	
/*.sp_all {
		position: absolute;
		top: 0;
		left: 20px;
		width: 95%;
	}*/
	
	.area_txt {
		width: 100%;
	}
	
.area_img_tate {
	margin: auto;
	float: none;
}

.area_img_yoko {
	margin: auto;
	float: none;
	padding-top: 0px;
}
	
.area_hok {
	position: initial;
	float: left;
	
}

.area_tou {
	position: initial;
	float: left;
}
	
.area_kant {
	
	position: initial;
	float: left;
	
}

.area_kans {
	position: initial;
	float: left;
}
	
.area_chu {
	position: initial;
	float: left;
	
}



.area_kyu {
	position: initial;
	float: left;
}

.area_ama {
	position: initial;
	float: left;
	
}

.area_oki {
	position: initial;
	float: left;
}

.area_rito {
	position: initial;
	float: left;
}

	
.area_name {
	font-size: 23px;
	background-position: 85% 50%;
}


	
.area_shosai_yoko,.area_shosai {
	float: left;
	width: 100%;
	padding-left: 10px;
}

	
}


@media screen and (max-width:500px) {
	
.arealine {
	width: 40%;
	height: 300px;
	margin: 10px;
}
	
}


/*/////////////////////////////エリアから選ぶ _Bタイプ////////////////////////////*/


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

.area_cas {
	width: 296px;
	background-color: #fff;
	box-shadow: 0px 0px 15px -5px #777777;
	margin: 15px;
}

.area_cas_name {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 15px 0px;
}

.area_cas_txt {
	font-size: 13px;
	padding: 15px;
	line-height: 1.5em;
}

.area_cas_price {
	padding: 0px 15px 0px 15px;
}

.cas_dep {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
}

.area_cas_joho {
	font-size: 14px;
	padding: 10px 0px 15px 15px;
}

#areaoki {
	background-color: #E20000;
}

#arearito {
	background-color: #2875C4;
}

#areahok {
	background-color: #2B8B00;
}

#areakyu {
	background-color: #F45600;
}

#areaama {
	background-color: #00B951;
}

#areachu {
	background-color: #FF2E4B;
}

#areatou {
	background-color: #00B3D0;
}

#areakans {
	background-color: #C046AE;
}


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


@media screen and (max-width:500px) {
	.jgt_price {
	font-size: 20px;
}
	
}

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


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


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





.category_plans{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 1000px;
	margin: auto;
}

.cas_category {
	width: 310px;
	padding: 10px 10px 15px 10px;
}

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

.cate_img img  {
	margin: auto;
}

.cate_catch {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding-top: 15px;
	line-height: 1.5em;
	padding-bottom: 20px;
}

.cate_catch span {
	padding-bottom: 10px;
}

.cate_title {
	font-size: 28px;
	font-weight: bold;
	color: #DA3915;
	padding: 28px 0px 20px 0px;
	text-align: center;
}

.cate_title span {
	font-size: 20px;
	color: #000;
}

.cas_category p {
	font-size: 13px;
	line-height: 1.5em;
	height: 80px;
}

.cate_btn {
	width: 203px;
	margin: auto;
	padding-top: 15px;
}


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

.cate_lead_bg {
	background-image: none;
}

	
.category_plans{
	width: 100%;
	margin: auto;
}
	
.cas_category {
	width: 45%;
	padding: 10px;
}

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

	
.cate_catch span {
	border-bottom: none;
	padding-bottom: 0px;
}


.cate_title {
	font-size: 22px;
	padding-bottom: 10px;
}
	
.cate_title span {
	font-size: 15px;
	color: #000;
}

.cas_category p {
	font-size: 11px;
	height: 100px;
}
	
.cate_btn {
	width: 100%;
}

	
}

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

	
.category_plans{
	width: 100%;
	margin: auto;
}
	
.cate_img {
	width: 140px;
	margin: auto;
}
	
.cas_category {
	width: 40%;
}
	
.cate_catch {
    font-size: 12px;
	}
	
.cate_title {
	font-size: 18px;
	padding-bottom: 10px;
	padding-top: 10px;
}
	
.cate_title span {
	font-size: 13px;
	color: #000;
}
	
.cas_category p {
        font-size: 11px;
}

	
}


/*/////////////////////////////モデルコース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 {
	background-image: url("../img2026/bg_mc.gif");
	background-repeat: repeat;
	background-blend-mode: soft-light;
	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;
}

.modelcorses_list {
	width: 100%;
	margin: auto;
	padding-top: 20px;
}


.mc_left {
	float: left;
	width: 50%;
}

.mc_title {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5em;
	padding-bottom: 5px;
}

.mc_area {
	font-size: 15px;
	font-weight: bold;
	color: #DA3915;
	padding-bottom: 5px;
}

.mc_days {
	font-size: 12px;
	margin-bottom: 5px;
}

.mc_days span {
	background-color: #000;
	color: #fff;
	padding: 5px;
}

.mc_right {
	float: left;
	width: 45%;
	padding-left: 15px;
}

.mc_txt {
	clear:both;
	font-size: 14px;
	padding: 15px 0px;
	height: 90px;
}


.other_modelcorse {
	width: 1100px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 30px;
}

.modelcs_mini {
	width: 290px;
	border: #286CD8 2px solid;
	padding: 10px;
	margin: 0px 15px 15px 0px;
	box-shadow: 10px 10px 0px -3px #c9c9c9;
	background-color: #fff;
}

.mc_left_mini {
	float: left;
	width: 65%;
}

.mini_mc_img {
	float: left;
	width: 30%;
	padding-right: 10px;
}

.mc_title_mini {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.3em;
}

.mc_area_mini {
	font-size: 12px;
	color: #286CD8;
	font-weight: bold;
}

.mc_days_mini {
	font-size: 12px;
	 margin-bottom: 0px;
    line-height: 1.3em;
	font-weight: bold;
}


@media screen and (max-width:760px) {
	
.mc_lead_bg {
	background-image:none;
}

	
.modelcorses_list {
	width: 90%;
	margin: auto;
	padding-top: 20px;
}
	
.mc_left {
	float: left;
	width: 50%;
}
	
.mc_title {
		font-size: 13px;
	}
.mc_area {
		font-size: 12px;
	}

.mc_days {
	font-size: 12px;
	
}
	
.mc_txt {
		font-size: 13px;
		line-height: 1.3em;
	}
	
.mc_right {
	float: left;
	width: 42%;
	padding-left: 15px;
}
	
.cas_model_corse {
	width: 90%;
}
	
.other_modelcorse {
	width: 95%;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 30px;
}

.modelcs_mini {
	width: 290px;
	border: #286CD8 2px solid;
	padding: 10px;
	margin: 0px 15px 15px 0px;
	box-shadow: 10px 10px 0px -3px #c9c9c9;
}
	
}



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


/*==================================================
スライダーのための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("../img2026/tit_bg_event.gif");
	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;
	}
	
}