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

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

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

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

p {
  font-family:sans-serif;
}

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

#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  {
	background-image: url("../img2025/main_bg_pc.jpg");
	background-size: 100%;
	background-position: top center;
	background-repeat: no-repeat;
}
	
#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;
    
    }
}


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


.tabicp_waku {
	
}


.tabicp_main {
	
	
}



.hero-title {
	width: 468px;
	margin: auto;
}


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

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

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





.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_waku {
	}

	
.tabicp_main {
	
	
}
	
.top_content {
	height: 630px;
}



.hero-title {
	width: 80%;
	margin: auto;
}




.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:350px) {
	
	
.top_content {
	height: 530px;
}


}


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

.main_imgBox {
    height: 600px;
    overflow: hidden;
    position: relative; }

  .main_logo {
    z-index:11;
    position: absolute;
    top:50%;
    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 {
	background-image:url("../img2025/main_bg_pc.jpg");
	background-size: 100%;
	background-position: top center;
		background-repeat: no-repeat;
	background-color: #F0F8FC;
}


.tabicp_tour_waku {
	margin: auto;
	padding-top: 30px;
}



.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_links {
	background-image: url("../img2025/select_bg.png");
	background-repeat: no-repeat;
	width: 862px;
	margin: auto;
	padding-bottom: 40px;
	padding-top: 50px;
}

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

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



@media screen and (max-width:760px) {
	
	
.tabicp_tour_cont {
	background-image:url("../img2025/main_bg_sp.jpg");
	background-size: 100%;
	background-position: top center;
		background-repeat: no-repeat;
	background-color: #F0F8FC;
}
	
	
	.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_links {
	background-image: url("../img2025/select_bg_sp.png");
	width: 80%;
	margin: auto;
	padding-bottom: 40px;
	padding-top: 30px;
}
	
.cont_links_lead {
	font-size: 15px;
	padding-left: 30px;
	font-weight: bold;
}
	




.contlink_btns {
	display: block;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 10px;
	padding-bottom: 20px;
}

	.contlink_btns li {
		padding-bottom: 10px;
    	padding-right: 0px;
		width: 80%;
		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 {
	display: block;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 10px;
	padding-bottom: 20px;
}

	.contlink_btns li {
		width: 75%;
		margin: 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;
}


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

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


#tour_chart {
	padding-top: 30px;
	padding-bottom: 40px;
	background-image:url("../img2025/bg_tabi_style_test.jpg");
	background-repeat: no-repeat;
	background-size: 1314px;
	background-position: center 120px;
	background-color: #fff;
}

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

.content_lead_img {
	display: none;
}


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





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

#area_select {
	background-image: url("../img2025/bg_area.gif");
	background-repeat: no-repeat;
	background-size: 929px;
	background-position: center 20px;
	padding-top: 30px;
}


#area_select h2 {

}

.area_map {
	width: 1000px;
	margin: auto;
	position: relative;
	padding-top: 10px;
	padding-bottom: 150px;
	clear: both;
	background-image: url("../img2025/area_map.gif");
	background-repeat: no-repeat;
	background-position: center;
	height: 590px;
  overflow: hidden;
}

.area_hok {
	width: 192px;
	position: absolute;
	top: 70px;
	right: 20px;
}

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

.area_ama {
	width: 192px;
	position: absolute;
	top: 70px;
	left: 290px;
}

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

.area_rito {
	width: 192px;
	position: absolute;
	top: 330px;
	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: 250px;
}

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

.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: 1400px;
}
	
	
.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;
}
	
}


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


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


.cate_lead_bg {
	background-image: url("../img2025/bg_category.gif");
	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: 295px;
	padding: 10px 10px 15px 10px;
}

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

.cate_img img  {
	margin: auto;
}

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

.cate_catch span {
	border-bottom: 1px solid rgba(0,0,0,1.00);
	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: 14px;
	line-height: 1.5em;
}

.cate_btn {
	width: 257px;
	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: 40%;
	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: 13px;
}
	
.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;
}

	
}


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


#tour_modelcorse {
	background-image: url("../img2025/grid.gif");
	background-repeat: repeat;
	background-blend-mode: soft-light;
	padding-top: 50px;
	padding-bottom: 50px;

}

.mc_lead_bg {
	background-image: url("../img2025/bg_modelcorse.gif");
	background-repeat: no-repeat;
	background-size: 948px;
	background-position: center 30px;
}

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

.cas_model_corse {
	width: 90%;
	border-top: #DA3915 15px solid;
	border-bottom: #707070 solid 1px;
	border-left: #707070 solid 1px;
	border-right: #707070 solid 1px;
	padding: 15px;
	box-shadow: 12px 12px 0px -5px #c9c9c9;
	margin-bottom: 10px;
	background-color: #fff;
}

.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: #FC4E1E 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: #FC4E1E;
	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: #FC4E1E 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("../img2025/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: #FC4E1E;
    background: #fff;
	border-top: 1px solid #FC4E1E;
	border-left:  1px solid #FC4E1E;
	border-right:  1px solid #FC4E1E;
    padding: 15px 40px;
    margin-right: 0px;
    order: -1;
    position: relative;
    line-height: 1;
    cursor: pointer;
}

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

}

.tab_inner {
	
}

.inner_in {

}

/* タブをクリックした時のCSSだよ */
.ev_tab_switch:checked+.ev_tab_label {
    background:#FC4E1E;
	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: #FFAA93;
}

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

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



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