@charset "utf-8";

body{
	min-width:350px;
	width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-y: scroll;
	overflow-x: scroll;
	font-size:12px;
	-webkit-text-size-adjust: 100%;
}
img{
-ms-interpolation-mode: bicubic;
}

body p{
	line-height:160%;
}
.container00 {
    width: 100%;
    margin: 0 auto;
}
.boxsize *{
	box-sizing:border-box;
}
figure{
	margin:0;
}
figure img{
	width:100%;
}
.pc{
	display:none !important;
}

.flex {
	display: -webkit-flex;
	display: flex;
	
}

h3.top_sub {
  font-family: 'Kiwi Maru', serif;
  position: relative;
  margin-bottom: 15px;
  padding: 5px;
  border-bottom: 3px solid;
  /*background: linear-gradient(135deg, #fcda33 0 15px, transparent 20px),
        linear-gradient(-135deg, #fcda33 0 15px, transparent 20px);*/
  color: #ad8c1d;
      font-size: 21px;
  font-weight: bold;
  text-align: center;
  text-shadow: 2px 2px 2px rgb(255 255 255);
  line-height: 140%;
}
h3.top_sub.top_sub_tour {
  width: 94%;
  margin: 0 auto;
}

h3.top_sub:before {
	content: "";
	background-image: url(../img/ico_h3_osusume.png);
	display: inline-block;
	width: 52px;
	height: 33px;
	background-repeat: no-repeat;
	background-size:contain;
	vertical-align: bottom;
	
}

#page_top {
  bottom: 3rem;
}


/*-----------------------------
title_wrap
-------------------------------*/
.title_wrap {
	margin-bottom: 0px;
}

.title_wrap h2{
	width:100%;
}
h2 span.title{
	z-index:10;
	position:absolute;
	visibility:hidden;
}
.title_wrap img{
    margin:0 auto 0px;
    width: 100%;
	
    display: block;
}

.leadtxt {
  	font-size:14px;
  /*margin:5px 15px 5px;*/
	margin:5px 15px 5px;
}
.leadtxt p{
		text-align: center;
		font-weight: bold;
        font-size: 1.1rem;
		margin-top: 1rem;
    margin-bottom: 0.5rem;
}

/*--------------------------
topnav
---------------------------*/
#topnav {
    background-image: -webkit-linear-gradient(270deg,rgba(62,63,124,1.00) 0%,rgba(17,18,61,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(62,63,124,1.00) 0%,rgba(17,18,61,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(62,63,124,1.00) 0%,rgba(17,18,61,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(62,63,124,1.00) 0%,rgba(17,18,61,1.00) 100%);
    margin-bottom: 0px;
}
#topnav ul {
    display: flex;
}

#topnav ul li {
    flex: 1;

}

#topnav ul li a {
    display: block;
    text-align: center;
    padding: 10px 0;
    color: #ffffff;
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 800;
    font-size:  3.2vw;
}
#topnav ul li+li {
    border-left: 1px solid #ffffff;
}
/*topページ用*/
.fixed_t {
    position: fixed;
    bottom: 0; /*ページ上部の固定する位置*/
    width: 100%;
    z-index: 9999;
}
/*footerまでスクロールしたら消す*/
.is-hidden {
  visibility: hidden;
  opacity: 0;
}


.intro {
	box-sizing: border-box;
  line-height: 1.6;
}
.intro section {
	/*padding: 3.5rem 1.5rem 2rem;*/
  padding: 1.5rem 1.5rem 0rem;
	position: relative;
}

.intro section:nth-child(even) {
/*	background-color: #d8edff;*/
}
.intro section:nth-child(odd) {
	background: url(https://tobutoptours.jp/special/newyear/img/bg_line.svg);
    background-repeat: no-repeat;
    background-position: bottom -1px center;
    background-size: 100%;
	padding-bottom: 4.5rem;
}
.intro section:last-child {
	background-image: none;
	padding-bottom: 2rem;
}
/*-------------------------------
hayawari
---------------------------------*/
#hayawari h3 {
	display: block;
  font-family: 'Shippori Mincho B1', serif;
	font-weight: 700;
	text-align: center;
	margin: 0 auto 2rem;
	font-size: 1.4rem;
  line-height: 1.5!important;
	position: relative;
	color: #095785;
}
#hayawari h3 small{

}
#hayawari h3 p {
	display: flex;
	font-size: 1.48rem;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}
#hayawari h3 p::before,
#hayawari h3 p::after {
	content: '';
	width: 30px;
	height: 2px;
	background-color:currentColor !important;
	position: unset;
	border: unset;
	margin-left: unset;
	margin-right:unset;
	flex-grow: unset;
}
#hayawari h3 p::before{
	margin-right:0.5rem;
	transform: rotate(60deg);
}
#hayawari h3 p::after {
	margin-left:0.2rem;   
	transform: rotate(-60deg);
}
.date_box {
	border: 1px dotted #095785;
    padding: 1rem;
    background: #f9fcff;
}
.ico {
    background: #eb2a89;
    line-height: 1;
	padding: 10px 8px;
	margin: 0 ;
	color: #FFF;
	display: inline-block;
	font-size: 12px;
	word-break: keep-all;
}
.ico span {
    font-size: 1.4rem;
    line-height: 1;
    font-weight: bold;
	color: #FFF;
}
.date li {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 1rem 0 0 0; 
}
.date li div {
	border: 1px solid #eb2a89;
	display: flex;
    align-items: center;
	background: #fff;
	min-width:250px;
}
.date_today {
	font-size: 14px;
	text-align: center;
}
.date_departure {
	color: #eb2a89;
	font-weight: bold;
	word-break: keep-all;
	font-size: 1.1rem;
	padding: 0 10px;
}
	.date_after{
		text-align: center;
		font-weight: bold;
        font-size: 1.1rem;
		margin-top: 1rem;
	}

/*----------------------------------
 ranking 
--------------------------------- */
#ranking {

	background-size: cover;
	background-position-x: 73%;
    box-sizing: border-box;
  padding: 30px 0 20px;
}

#ranking .about_rank {
	font-weight: bold;
	text-align: center;
	font-size: 15px;
	margin: 0 0 20px;
}
.rank_item {
	padding: 0 2rem 1rem;

}
.rank_ttl {
	display: flex;
	align-items: flex-end;
}
.rank_ttl figure {
	max-width: 60px;
}
.rank_ttl p {
	font-weight: bold;
	font-size: 18px;
	line-height: 1.2;
	margin-left: 10px;
}
.rank_ttl p span {
	font-size: 14px;
	display: block;
}
.comment{
	font-size: 14px;
	margin: 10px 0;
  line-height: 1.4!important;
}
#ranking figure {
	position: relative;
}
#ranking figcaption{
	position: absolute;
	bottom: 0;
	right: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}
.planBOX {
	width:100%;
}
.planBOX a, #hayawari_plan .entry ul li a {
	width:100%;
	font-weight: bold;
	color: #232323;
    color: #fff;
	font-size: 14px;
  margin: 10px 0 20px;
    padding: 10px 0;
    cursor: pointer;
	display: block;
	text-align: center;
    background-image: linear-gradient(to bottom, #c5ed5f 0%, #92cc00 50%);
    border-radius: 3px;
}
/*--------------------------
seach_area
---------------------------*/
.search_area_wrap{
	margin:0 0px 0px;
/*	background-image: url(../img/washi.jpg);*/
	padding:0 0 0px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
	position:relative;
}
.search_area_wrap .search_area{
	/*background-image: url(../img/japan.png);*/
/*	background-repeat: no-repeat;
	background-position: center -10px;
	background-size:880px;
	height:479px;*/
	
	}
	
.search_area_wrap .area-box a{
	display:block;
	border:#224618 solid 2px;
	border-radius:3px;
	background-color:#FFF;
	padding:5px 5px;
    position: relativer;
/*	background-image: url(../img/yajirushi.png);
	background-repeat: no-repeat;
	background-position: right 5px;
	background-size:25px;*/
}
.search_area_wrap .area-box a i {
    color: #1cb54f;
    transition: all 0.3s;
    position: absolute;
    top: 0.6rem;
    right: 1rem;
    font-size: 1.0rem;

}
.search_area_wrap .area-box a:hover{
	background-color:#224618;
	opacity:1;
}

.search_area_wrap .area-box a:hover i {
    right: 0.5rem;
}
	
.search_area_wrap .area-box p{
	display:block;
	font-size:15px;
	font-weight:bold;
	color:#224618;
	font-size: 3.7vw;
}
.search_area_wrap .area-box a:hover p{
	color:#fff;
}
.search_area_wrap .area-box li{
	display:inline-block;
	margin:0 3px;
	color:#1cb54f;
	font-size: 3vw;
}
.search_area_wrap .area-box a:hover li{
	color:#fff;
}

.search_area_wrap #hokkaido{
	position:absolute;
    top: 17%;
    right: 4%;
    width: 25%;
}
.search_area_wrap #tohoku{
	position:absolute;
    top: 25%;
    left: 21%;
    width: 31%;;
}
.search_area_wrap #kitakanto{
	position:absolute;
    top: 39%;
    right: 2%;
    width: 30%;
}
.search_area_wrap #syutoken{
	position:absolute;
    top: 55%;
    right: 2%;
    width: 40%;
}

.search_area_wrap #koshinetsu{
	position:absolute;
    top: 71%;
    right: 14%;
    width: 30%;
}

.search_area_wrap #tokai{
	position:absolute;
    top: 83%;
    left: 18%;
    width: 37%;
}
.search_area_wrap #kansai{
	position:absolute;
    top: 59%;
    left: 5%;
    width: 33%;
}
.search_area_wrap #hokuriku{
	position:absolute;
    top: 44%;
    left: 13%;
    width: 29%;
}

.search_area_wrap p + ul{
   /* display: none;*/
}



/*---------------------
area
--------------------------*/
#area {
	padding: 30px 0;
}

#area ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#area ul li {
	margin: 0 0 5px;
  width: 32%;
}
/*pop-up*/
.open {
	cursor:pointer;
}
.open:hover {
	opacity: 0.7;
}
.open.weekday {
	cursor: auto;
}
.open.weekday:hover {
	opacity: 1;
}
.pop-up {
	display: none;
}
.overlay {
	display: none;
}
.pop-up:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
.window {
	width: 90vw;
	max-width: 720px;
	max-height: 760px;
	background-color: #ffffff;
	border-radius: 6px;
	/*display: flex;
	justify-content: center;
	align-items: center;*/
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 20px;
	font-size: 18px;
  line-height: 2em;
	text-align: left;
}
.window p {
	font-size: 1.2em;
  font-weight: bold;
}
.window span {
	font-size: 0.7em!important;
	font-weight: 500!important;
}
.window a {
	display: inline-block;
}
.window a + a:before {
	content: "｜";
	color: #999;
	margin: 0 4px 0 0;
}
.text {
	font-size: 18px;
	margin: 0;
}
.close {
	cursor: pointer;
	position: absolute;
	top: -48px;
	right: 0;
	font-size: 40px;
	color: #FFF;
}




/*---------------------
search_wrap
--------------------------*/
#date {
	margin: 0 3% 30px;
}

#seach_wrap{
	padding: 60px 0 0;
	background-image: url("https://tobutoptours.jp/special/newyear/img/pattern.jpg");
	background-position: center top;
	background-size: contain;
	background-repeat: no-repeat;
}
#seach_wrap .gunma{
	box-shadow: 0 2px 3px #d6d5d4;
	margin: 40px 0 0;
}
#seach_wrap .container00{
	display: flex;
	justify-content: center;
	align-items: center;
}
#box_search{
	margin:0;
	width: 100%;
}
#box_search #search{
	width: 100%;
  float: none;
}
#search .tabs {
    position: relative;
    width: 100%;
    z-index: 10;
	display: flex;
	justify-content: center;
}
#search .tabs li {
    overflow-y: hidden;
    overflow-x: visible;
    position: relative;
    /*width: 105px;
    height: 39px;*/
    padding: 0 6px 1px;
}
#search .tabs .dom,
#search .tabs .int { margin-left: -7px; }
#search .tabs li a {
    display: block;
    /*width: 103px;*/
    padding: 10px 40px;
    border-radius: 5px 5px 0 0;
    text-align: center;
}
#search .tabs .yado a {
    border: 1px solid #d7d7d7;
    border-bottom: none;
    background: #fff;
    color: #332f2a;
}
#search .tabs .dom a {
    border: 1px solid #ff705f;
    border-bottom: none;
    background: #ffefed;
    color: #ff5340;
}
#search .tabs .int a {
    border: 1px solid #006dc5;
    border-bottom: none;
    background: #e8f5ff;
    color: #006dc5;
}

#search .tabs .current:after {
    position: absolute;
    bottom: 0;
    left: 7px;
    width: 142px;
    content: "";
}
#search .tabs .yado.current:after { border-top: 1px solid #fff; }
#search .tabs .dom.current:after { border-top: 1px solid #ffefed; }
#search .tabs .int.current:after { border-top: 1px solid #e8f5ff; }
#search .tabs .current a {
    box-shadow: 0 3px 6px #d6d5d4;
}

/* 切り替わりコンテンツ */
#box_search .wrap {
    width: 100%;
    position: relative;
    margin-top: -1px;
    z-index: 1;
}
#box_search .box_tab .tab_contents {
    display: none;
    min-height: 0px;
    padding: 15px 15px 10px;
    border: 1px solid #d7d7d7;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 3px 6px #d6d5d4;
	background-color: #FFF;
}
#box_search #search_dom.tab_contents { border-color: #ff705f; }
#box_search #search_int.tab_contents { border-color: #006dc5; }

.form_search .date.dom input,
.form_search .date.yado input { background: #fff url(../../../shared/images/common/ico_calendar_dom.png) no-repeat right center; }
.form_search .date.int input { background: #fff url(../../../shared/images/common/ico_calendar_int.png) no-repeat right center; }

.form_search .date.yado input { width: 200px; }

#box_search label {
    position: relative;
    display: inline-block;
    margin: 0 15px 10px 0;
    padding-left: 23px;
}
#box_search label.selected { color: #00b2df; }
#box_search label input {
    position: absolute;
    top: 0;
    left: 0;
}
#box_search label:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    background: url(../../../shared/images/common/ico_check.png) no-repeat left top;
    content: " ";
}
#box_search label.selected:after {
    background-position: left -30px;
}

#box_search .group { display: inline-block; }
#search .group label { margin-right: 10px; }
#box_search .group:before {
    margin-left: -10px;
    content: "（";
}
#box_search .group:after {
    display: inline;
    margin-left: -10px;
    font-size: 14px;
    content: "）";
    visibility: visible;
}
#search .box_button {
    position: absolute;
    bottom: 16px;
    left: 15px;
    width: 293px;
}
.form_search {
    width: 100%;
}
/*-------------------------------
date
---------------------------------*/
.date_search {
  margin: 0 auto;
  padding: 0 0 50px;
}
#date_wrap {
  padding: 50px 0 0; 
}
.date_popular{
  padding: 50px 0 10px;
  background: #FFF;
  width: 100%;
  border-radius: 8px;
}

.date_popular dl {
  width: 100%;
  font-size: 15px;
}
.date_popular dl div {
  width: 100%;
  border-bottom: 1px dotted #CCC;
  padding: 3px;
}
.date_popular dl dt {
  padding: 5px;
  font-weight: bold;
}
.date_popular dd {
  padding: 5px;
}
.date_cal {
  font-family: 'Kiwi Maru', serif;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #666;
  width: 100%;
  padding: 2px;
  border-top: solid 6px #666;
  border-right: solid 2px #666;
  border-bottom: solid 2px #666;
  border-left: solid 2px #666;
  border-radius: 3px;
  background-color: #fefcef;
}
.date_cal span {
  font-size: 0.8em;
}
.sun {
  border-top: solid 6px #e03f07;
  border-right: solid 2px #e03f07;
  border-bottom: solid 2px #e03f07;
  border-left: solid 2px #e03f07;
  color: #e03f07;
}
.sat {
  border-top: solid 6px #1c88b5;
  border-right: solid 2px #1c88b5;
  border-bottom: solid 2px #1c88b5;
  border-left: solid 2px #1c88b5;
  color: #1c88b5;
}
.date_popular ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
}
.date_popular li {
  margin: 10px 12px 0 0;
  padding: 0 12px 0 0;
  border-right: dotted 1px #999;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.date_popular li:last-child{
  border-right: none;
}





/*------------------------------
h3
--------------------------*/
h3 img{
	width:90%;
	max-width:500px;
	display:block;
	margin:0 auto 20px;
}

/*-------------------------------
keyword
---------------------------------*/
#keyword ul {
	font-weight: 400;
	display: flex;
	flex-wrap: wrap;
  width: 94%!important;
  margin: 0 auto 0;
}
#keyword ul li a {
	display: block;
	padding: 0.5rem;
	margin: 0.5rem 0.5rem 0.5rem 0;
	border: 1px solid #e9bd2d;
	border-radius: 30px;
	color: #997c1d;
	background: #ffffeb;
	font-size: 0.8rem;
}

/*------------------------------
theme/other
--------------------------*/
.theme{
	/*background-color:#fbf5e0;*/
	padding:30px 0;
}
.theme, .other, .dom_bnr,#ranking h3, .int_bnr {
	margin:0 0 30px;
}
/*.int_bnr{
	margin:0 0 0px;
}*/



.theme h3,.other h3,.int_bnr h3,#ranking h3,.int_bnr h3, #hayawari_plan h3 {
  position: relative;
  padding: 0em 0;
  margin: 0 3% 10px;
	font-size: 5.5vw;	
	color: #11123d;
    font-family: 'Shippori Mincho B1', serif;
}
.theme h3:after,.other h3:after,.int_bnr h3:after,#ranking h3:after,.int_bnr h3:after, #hayawari_plan h3:after  {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, rgb(209 179 77) 50%, #1c88b5);
  background: linear-gradient(to right, rgb(209 179 77) 50%, #1c88b5);
  margin-top: 5px;	
}
.theme h3:before, .other h3:before,#ranking h3:before, .int_bnr h3:before, #hayawari_plan h3:before {
	content: "";
	background-image: url(../img/ico_h3_osusume.png);
	display: inline-block;
	width: 57px;
	height: 36px;
	background-repeat: no-repeat;
	background-size:contain;
	margin-right: 0px;
	vertical-align: bottom;
}
/*.int_bnr h3 {
    background-image: url("../img/ico_h3_osusume.png");
    background-repeat: no-repeat;
    background-size: 55px;
    background-position: left center;
    
}

.int_bnr h3 span {
    padding-left: 62px;
    display: inline-block;
}*/


/*--------------------------------------
areatitle_wrap
----------------------------------------*/
.areatitle_wrap{
	width:100%;
	
	position:relative;
}
.areatitle_wrap div{
	margin:0 auto;
	position:relative;
}
.areatitle_wrap h2 img{
	margin:0 auto;
	padding:15px 0 5px;
	width:80%;
	display:block;
}
.areatitle_wrap p{
	width:60px;
	position:absolute;
	right:10px;
	bottom:10px;
}
.areatitle_wrap p a{
	height:40px;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	background-color:#6e5d45;
	background-image: -webkit-linear-gradient(#a79882 0%, #6e5d45 100%);
    background-image: linear-gradient(#a79882 0%, #6e5d45 100%);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
	border-radius:5px;
	padding:10px 0 0;
	text-align:center;
	display:block;
	box-sizing:border-box;
}

/*-----------------------------------
large_navi
-----------------------------------*/
.fixed {
    position: fixed;
    top: 0; /*ページ上部の固定する位置*/
    width: 100%;
    z-index: 9999;
}



#l_navi{
    border-top: 1px solid #f5e7be;
    border-bottom: 1px solid #9d9386;
    background-image: -webkit-linear-gradient(#FFF 0%, #f7f7f7 100%);
    background-image: linear-gradient(#f5da6c 0%, #bb973a 100%);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
}
#l_navi ul{
	margin:0 auto;
	display:flex;
	justify-content:center;
	padding:4px 0;
	    align-items: center;
}
#hokkaido #l_navi ul li {
	width: 19%;
}
#kitakanto #l_navi ul li {
	width: 14%;
}

#kitakanto #l_navi ul li:first-of-type,#kitakanto #l_navi ul li:nth-of-type(2) {
	width: 25%;
}



#l_navi ul li+li{
	border-left:1px solid #ffffff;
}	
#l_navi ul li a{
	display:block;
	width:100%;
	color:#ffffff;
	font-size:14px;
	padding:6px 10px;
	text-align:center;
	box-sizing:border-box;
	font-family: 'Shippori Mincho B1', serif;
    font-weight: 800;
}

#hokkaido #l_navi ul li a{
    font-size:3.2vw;
	padding:6px 5px;
	text-align:center;
	
}

#tokai #l_navi ul li a, #koshinetsu #l_navi ul li a, #hokuriku #l_navi ul li a{
	/*padding:2px 30px;*/	
}

#syutoken #l_navi ul li a {
	padding: 6px 8px;
}

#l_navi p {
	background-image: -webkit-linear-gradient(#a79882 0%, #6e5d45 100%);
    background-image: linear-gradient(#a79882 0%, #6e5d45 100%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 28%);
    border-radius: 5px;
    padding: 7px 5px;
    text-align: center;
	
}

#hokkaido #l_navi p,#kitakanto #l_navi p {
	height: 3em;
	
	
}

#l_navi p a {
	color: #fff;
}

/*-----------------------------------
kanko/gurume
-----------------------------------*/
.osusume{
	/*margin:30px 0 30px;*/
}
	
.osusume h3 {
  position: relative;
  padding: 0em 0;
 margin: 0 3% 20px;
	font-size: 6.8vw;	
	color: #11123d;
    font-family: 'Shippori Mincho B1', serif;
}
.osusume h3:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, rgb(209 179 77) 50%, #11123d);
  background: linear-gradient(to right, rgb(209 179 77) 20%, #11123d 20%);
  margin-top: 1px;	
}
.osusume h3:before {
	content: "";
	background-image: url(../img/ico_h3_osusume.png);
	display: inline-block;
	width: 66px;
    height: 44px;
	background-repeat: no-repeat;
	background-size:contain;
	margin-right: 0px;
	vertical-align: bottom;
}

.osusume section{
	margin:0 30px 15px;
}

.osusume figure{
	position:relative;
	border-radius:1px;
	float:left;
	margin:0 10px 0 0;
}
.osusume figure img{
	border-radius:3px;
	width:215px ;
	height:150px;
	object-fit:cover;
}
.osusume figure.ob-fit-none img{
    object-fit: none;
}
.osusume figure figcaption{
	position:absolute;
	bottom:4px ;
	left:5px;
	color:#FFF;
	font-size:10px;
	text-shadow: 1px 1px 1px #333, -1px 1px 1px #333, 1px -1px 1px #333, -1px -1px 1px #333;
}
.osusume section h4{
	font-size:4vw;
	color:#6e5d45;
	margin:0 0 10px;
}

@media screen and (max-width: 450px) {
	
.osusume figure{
	width:215px;
	float:none;
	margin:0 auto 0;
}	
.osusume section h4{
	font-size:4.5vw;
	text-align:center;
	color:#83670c;
	margin:10px 0 5px;
}	
	
}


/*------------------------------------
kenwrap
------------------------------------*/
#ken-wrap{
	padding-top:20px;
}
#ken-wrap *{
	box-sizing:border-box;
}
.ken h3{
    position: relative;
    padding: 5px;
    border-bottom: 4px solid #ad8c1d;
    color: #11123d;
    font-size: 8.8vw;
    font-weight: bold;
    text-align: left;
    text-shadow: 2px 2px 2px rgb(255 255 255);
    font-family: 'Shippori Mincho B1', serif;
    padding: 10px 0 0px 5px;
    margin: 0 3% 15px;

}
.ken {
	padding-top: 70px;
    margin-top: -70px!important;
}

.ken h3:before {
	content: "";
	background-image: url(../img/ico_h3.png);
	display: inline-block;
	width: 87px;
	height: 50px;
	background-repeat: no-repeat;
	background-size:contain;
	margin-right: 0px;
	vertical-align: bottom;
	margin-bottom: 5px;
}

.ken h4.day_yado{
    position: relative;
    padding: 5px;
    border-bottom: 2px dotted #ad8c1d;
    color: #11123d;
    font-size: 4.5vw;
    /* font-weight: bold; */
    text-align: left;
    padding: 1% 0 1% 0;
    margin: 0 3% 15px;

}

.ken h4.day_yado:before {
	content: "";
	background-image: url("../img/ico_h3_osusume.png");
	display: inline-block;
    width: 53px;
    height: 28px;
	background-repeat: no-repeat;
	background-size:contain;
	margin-right: 0px;
	vertical-align: bottom;
	margin-bottom: 2px;
}

#hokkaido .ken h3{

	margin:0 auto 10px;
	font-size: 6.8vw;
  	letter-spacing: -1px;
	background-position: center center;
	padding:10px 0 0 35px;
    padding: 10px 0 5px 5px;
    margin: 0 3% 15px;
}
.ken h3.h-br{
	
	font-size:6.5vw;
  	letter-spacing: -1px;
	
}
.ken{
	margin:0 0 40px;
}
.ken .date{
	display:flex;
	justify-content: center;
	flex-wrap:wrap;
	margin:0 3% 3%;
	gap:10px 0;
}
.ken .date li{
	border-radius:3px;
	width:15.4%;
	margin:0 0.5% 0.5%;
	background-image: -webkit-linear-gradient(#FFF 0%, #f7f7f7 100%);
	background-image: linear-gradient(#FFF 0%, #FFF 70%, #ece9e5 100%);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
}
.ken .date a{
	display:block;
	width:100%;
	color:#6e5d45;
	font-size:15px;
	text-align:center;
	border:solid 2px #6e5d45;
	border-radius:3px;
	padding:10px 0;
	
	position: relative;
}

.ken .date a{
    position: relative;
    display: inline-block;
    padding: 10px 0 20px 0px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.ken .date a::before,.ken .date a::after{
    position: absolute;
    bottom: 5%;
    left: 50%;
    margin: auto;
    content: "";
    vertical-align: middle;
	transform: translateX(-50%);
}

.ken .date a::before{
    width: 14px;
    height: 14px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #6e5d45;
}
.ken .date a::after{
     left: 55%;
	bottom: 10%;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #fff;
}



.ken .date .shuku a{
	color:#e03f07;
	border: solid 2px #e03f07;
}

.ken .date .shuku a::before{
    width: 14px;
    height: 14px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #e03f07;
}

/*.ken .date .shuku a:after {
 content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 14px solid #e03f07;
  border-left: 14px solid transparent;

}*/

.ken .date .do a {
	color:#1c88b5;
	border: solid 2px #1c88b5;
}

.ken .date .do a::before{
    width: 14px;
    height: 14px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #1c88b5;
}
/*.ken .date .do a:after {
 content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 14px solid #1c88b5;
  border-left: 14px solid transparent;

}*/
.ken .yado {
	margin:10px 3% 0;

}

.ken .yado .wrap_yado_box {
        /*display: flex;*/
}

.ken .yado .yado_box {
    background-image: url(../img/washi.jpg);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
    padding:10px 10px;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    margin-right: 10px;
    height: 100%;
    border: 1px solid #f5e7be;
    height: auto;

}
.ken .yado figure{
	width:100%;
	margin:0 auto 10px;
	position:relative;
}

.ken .yado figure img{
	border-radius:3px;
	height:200px;
	object-fit:cover;
}
.ken .yado figure figcaption{
	position:absolute;
	bottom:4px ;
	right:2px;
	font-size:10px;
	color:#FFF;
	text-shadow: 1px 1px 1px #333, -1px 1px 1px #333, 1px -1px 1px #333, -1px -1px 1px #333;
}

.ken .yado .yado_box h4{
	background-image: url(../img/osusume-yado.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size:55px;
	padding:8px 0 0 60px;
	min-height:55px;
	color:#83670c;
	margin:0 0 5px;
}
.ken .yado .yado_box h4 .area{
	display:block;
	font-size:15px;
	margin: 0 0 3px;
}
.ken .yado .yado_box h4 .hotel{
	display:block;
	font-size:17px;
}
.ken .yado .yado_box p{
	font-size:13px;
	margin: 0px 0 10px;
}
.ken .yado .yado_box ul{
	margin: 0 0 10px;
	
}
.ken .yado .yado_box .syousai-moushikomi {
    margin-top: auto;
}

.ken .yado .yado_box .syousai-moushikomi a{
	color:#FFF;
	font-size:14px;
	font-weight:bold;
    background-image: -webkit-linear-gradient(270deg,rgba(28,181,79,1.00) 0%,rgba(17,77,37,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(28,181,79,1.00) 0%,rgba(17,77,37,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(28,181,79,1.00) 0%,rgba(17,77,37,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(28,181,79,1.00) 0%,rgba(17,77,37,1.00) 100%);
    box-shadow: 1px 1px 0 #7c857e;
	border-radius:5px;
	padding:7px 0;
	text-align:center;
	display:block;
	margin:0 30px;

}
.ken .yado .yado_box .syousai-moushikomi a:hover{
	opacity:1;
    background-image: -webkit-linear-gradient(270deg,rgba(28,181,79,1.00) 0%,rgba(28,181,79,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(28,181,79,1.00) 0%,rgba(28,181,79,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(28,181,79,1.00) 0%,rgba(28,181,79,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(28,181,79,1.00) 0%,rgba(28,181,79,1.00) 100%);
}

.swiper {
  width: 100%;
}
.swiper-slide {
    height: auto;
}

.swiper-slide img {
	margin-bottom: 5px;
}
.swiper-slide p a{
	display: block;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-image: linear-gradient(0deg, #70b900 0%, #b7e345 100%);
	border: none;
	border-radius: 4px;
	padding: 8px 0;
	margin: 5px auto;
}

.swiper-slide p a:hover {
	background-image: linear-gradient(0deg, #b7e345 0%, #70b900 100%);
	opacity: 1;
}
.swiper-slide .cs a{
	display: block;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: #ccc;
	border: none;
	border-radius: 4px;
	padding: 8px 0;
	margin: 5px auto;
	pointer-events: none;
	position: relative;
}
.swiper-slide .cs a:after{
	position: absolute;
    font-family: 'Satisfy', cursive;
    font-weight: normal;
    font-size: 1.3em;
    content: 'Coming Soon';
    bottom: -1px;
    right: 5px;
    color: #5f2600;
    transform: rotate(-10deg);
}

.ken .saitama_only {
    margin: 0 auto;
    margin-left: 12%;
}


/*------------------------------------
tourBox
------------------------------------*/

.ken .tourBox {
	margin: 20px 15px 0;
	padding: 8px 4px;
	box-sizing: border-box;
	border: 5px double #c3a041;
}

.ken .tourBox ul li{
	display: inline-block;
    width: 49%;
	line-height: 200%;
}

.ken .tourBox ul li a {
	color: #00b2df;
}

.arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 3.2vw;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;

    left: 0;
    margin: auto;
    content: "";
    
}

.arrow2::before{
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #6e5d45;
	top: 5px;
}
.arrow2::after{
    left: 5px;
    box-sizing: border-box;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    border-left: 3px solid #fff;
	top: 8px
}

/*b_navi*/
#b_navi {
	margin-bottom: 30px;
	padding: 10% 15px;
	background-color: #e7d7a2;
	background-image: url("../img/b_navi_bg.jpg");
	background-size: cover;
	background-position-x: 73%;
}

#b_navi h3 {
	margin: 0 0 20px;
    font-size: 6.5vw;
    color: #11123d;
    font-family: 'Shippori Mincho B1', serif;
	text-align: center;
	position: relative;
}

#b_navi h3:before {
  content: '';
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color:#df3b02;
  border-radius: 12px;
}

#b_navi ul {
	display: flex;
	flex-wrap: wrap;
	gap:0px;
	
    flex-direction: column;
}

#b_navi ul li  {
	
	width: 100%;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    padding: 5px 10px 10px;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
	
}
#b_navi ul li a {
    width: 80%;
    display: inline-block;
    font-size: 18px;
    padding: 10px 0px;
    text-align: center;
    border-radius: 4px;
    font-weight: 700;
    font-family: 'Shippori Mincho B1', serif;
    margin: 0 auto;
    position: relative;
    color: #fff;
    background-color: #92cc00;
    /*background-color: #224618;*/
    box-shadow: 1px 1px 0 #eee;
    /*box-shadow: 1px 1px 0 #7c857e;*/
    background-image: linear-gradient(to bottom, #c5ed5f 0%, #92cc00 50%);
/*    background-image: -webkit-linear-gradient(270deg,rgba(28,181,79,1.00) 0%,rgba(17,77,37,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(28,181,79,1.00) 0%,rgba(17,77,37,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(28,181,79,1.00) 0%,rgba(17,77,37,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(28,181,79,1.00) 0%,rgba(17,77,37,1.00) 100%);*/
}

#b_navi ul li a:hover {
    opacity: 1;
    background-color: #11123d;
    color: #ffffff;
    background-image: -webkit-linear-gradient(270deg,rgba(28,181,79,1.00) 0%,rgba(28,181,79,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(28,181,79,1.00) 0%,rgba(28,181,79,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(28,181,79,1.00) 0%,rgba(28,181,79,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(28,181,79,1.00) 0%,rgba(28,181,79,1.00) 100%);
}

#b_navi ul:after {
	content: none;
}

#b_navi ul li .b_navi_ttl {
    color: #83670c;
    background-color: #fff;
    font-weight: 700;
    font-family: 'Shippori Mincho B1', serif;
    font-size: 5.5vw;
    text-align: center;
    padding: 0px 0 0px;
}
#b_navi ul li figure {
    position: relative;
    
}
#b_navi ul li figure img {
    height: 130px;
    overflow: hidden;
    object-fit: cover;
    object-position: top;    
}
#b_navi ul li.ob-po-cnt figure img {

    object-position: center;
}
#b_navi ul li figcaption {
    position: absolute;
    bottom: 0px;
    right: 5px;
    text-shadow:  1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff;
    font-weight: 700;
}
#b_navi ul li .b_navi_txt {
        padding: 7px;
}

#b_navi ul li a.current {
	background-color: #11123d;
	color: #ffffff;
	cursor:default;
}

/*------------------------------------
list_tour
------------------------------------*/
.listBox {
	    margin: 0 3% 20px;
}

 .listBox ul {
    margin: 10px 0 0;
    flex-wrap: wrap;
    flex-direction: row;
	justify-content: space-between;
	
}

.listBox ul li {
width: 49%;
	margin-bottom: 2%; 
}

.listBox ul li img {
	width: 100%;
}


/*-------------------------------
faq
---------------------------------*/
.container_faq {
    width: 96%;
    margin: 0 auto;
	max-width:600px;
	padding: 0px 10px;
}
#faq {
	background-color: #FFF;
	border: solid 1px #999;
  padding: 15px 15px;
	margin: 0 0 40px;
}
.faq_lead {
	color: #604c3f;
  text-align: center;
  font-size: 20px;
	margin: 0 0 7px;
}
#faq dl {
 margin: 0;
 line-height:140%;
}
#faq dt {
  font-size: 15px;
  font-weight: bold;
  margin: 0 auto 5px;
  line-height: 24px;
}
#faq dt:not(:first-of-type) {
  border-top: 1px dashed #999;
  padding: 10px 0 0;
  margin: 20px auto 5px;
}
#faq dd {
	font-size:13px;
	margin: 0 0 0 20px;
}
#faq dt:before,
#faq dd:before {
  font-size: 24px;
  font-weight: bold;
  margin-right: 6px;
}
#faq dt:before {
  content: "Q.";
  color: #00bfff;
}
#faq dd:before {
  content: "A.";
  color: #db2c4f;
}


/*-------------------------------
季節の特集へのナビゲーション
---------------------------------*/

#season_navi ul {
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #b9d1d9;
}

#season_navi ul li {
    flex: 1;
    display: flex;
	align-items: center;
	justify-content: center;
    margin-right: 1px;

}

#season_navi ul li:last-of-type {
	margin-right: 2%;
}

#season_navi ul li:first-of-type {
	margin-left: 2%;
}

#season_navi ul li a {
	display: block;
	height: 2rem;
	flex-grow: 1;
	text-align: center;
	padding-top: 0.6rem;
	background-color: #f0f0f0;
	color: #93afb9;
    border-radius: 5px 5px 0 0;
	border-right: 1px solid #b9d1d9;
	border-top: 1px solid #b9d1d9;
	border-left: 1px solid #b9d1d9;
    font-size: 12px;
}
#season_navi ul li span {
	display: block;
	height: 2rem;
	flex-grow: 1;
	text-align: center;
	padding-top: 0.6rem;
	background-color: #199dcb;
	color: #ffffff;
     border-radius: 5px 5px 0 0;
	border-right: 1px solid #67b5d1;
	border-top: 1px solid #67b5d1;
	border-left: 1px solid #67b5d1;
	font-size: 12px;
}



/*アンカーリンク調整*/
#from_map,#date,#from_popular,#from_recommend {
    margin-top: -30px;
    padding-top: 30px;
}


/*slick*/
.bunner-slide_wrap {
	margin-bottom: 40px;
}


/*--color--*/
.white{
	color:#FFF;
	text-shadow: 1px 1px 1px #333, -1px 1px 1px #333, 1px -1px 1px #333, -1px -1px 1px #333;
}


/*clearfix*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*----*/
div:after,
ul:after {
  content: none;
}

/*年末年始・冬休みの宿*/
#b_navi ul li a.cs {
	background: #ccc;
	pointer-events: none;
}

/*-------------------------------
 comingsoon
-------------------------------*/
/*マップから探す*/
.search_area_wrap .area-box a.cs {
	background: #ccc;
	pointer-events: none;
}
.search_area_wrap .area-box a.cs:before {
	content: "coming soon";
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/*-------------------------------
     受付終了
-------------------------------*/
.closed_reception {
	color: #fff;  
	font-size: 12px; 
	font-weight: bold; 
	text-align: center; 
	background: #de0000; 
	padding: 5px; 
	margin: 0 auto 5px;
}


/*人気エリアを日程から探す*/
/*#area li a {
    color: #777777;
    pointer-events: none;
}*/

.ken .tourBox ul li a {
    color: #777777;
    pointer-events: none;
}

/*人気の温泉宿ランキング*/
.planBOX a, #hayawari_plan .entry ul li a, #hayawari_plan .hayawari_link ul li a {
    background-image: none;
    background-color: #adadad;
    pointer-events: none;
}

/*年末年始・冬休みの宿*/
#b_navi ul li a {
    background-image: none;
    background-color: #adadad;
    pointer-events: none;
}

/*人気エリアを日程から探す*/
.open {
	pointer-events: none;
}

.ken .yado .yado_box .syousai-moushikomi a {
    background-image: none;
    background-color: #adadad;
    pointer-events: none;
}

/*日付から宿泊プランを探す*/
.ken .date a {
    pointer-events: none;
}


/*-------------------------------
 hayawari_plan
-------------------------------*/
#hayawari_plan {
	padding: 30px 0;
}

#hayawari_plan .hotel_box {
  position: relative;
  width: 100%;
  background: #fff;
	margin: 10px 0;
	border: solid 2px #eb2a89;
	border-radius: 9px;
	padding: 0 0 15px;
	display: flex;
  flex-direction: column;
}
#hayawari_plan .hotel_box:nth-of-type(2n) {
  margin-right: 0;
}
#hayawari_plan .hotel_pref {
  position: absolute;
  top: -16px;
  left: -12px;
  width: 84px;
  height: 84px;
  color: #fff;
  text-align: center;
  background: url(https://tobutoptours.jp/special/newyear/img/ic_01.png) no-repeat;
  padding: 28px 0;
}
#hayawari_plan .hotel_box h4 {
  font-size: 18px;
  position: relative;
	padding: 10px;
	color: #fff;
	line-height: 1.2;
	text-align: center;
	background: #eb2a89;
}
#hayawari_plan .hotel_box h4.no_height {
  height: auto;
}
/*
#hayawari_plan .hotel_info {
	padding: 15px;
}
*/
#hayawari_plan .hotel_box h5 {
	font-size: 16px;
	line-height: 1.5;
	margin: 15px 15px 0;
}
#hayawari_plan .hotel_box h5 span {
	font-size: 0.8em;
	display: block;
  margin: 0 0 3px;
}
#hayawari_plan .hotel_lead{
  margin: 10px 15px 0;
  font-size: 14px;
}
#hayawari_plan .img_wrap {
	margin: 10px 15px 0;
}
#hayawari_plan .hotel_plan {
	margin: 15px 15px 0;
}
#hayawari_plan .plan_info {
	font-size: 12px;
	line-height: 1.4;
	padding: 0 0 10px;
	border-bottom: dotted 1px #999;
	margin: 15px 15px 0;
}
#hayawari_plan .plan_price {
	font-size: 18px;
	font-weight: bold;
	color: #BD0003;
	line-height: 1.4;
	margin: 10px 15px 0;
	text-align: center;
	flex-grow: 1;
}
#hayawari_plan .plan_price span {
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #332f2a;
	margin: 0 0 5px;
}
#hayawari_plan .entry {
	margin: 15px 15px 0;
}
#hayawari_plan .entry li a {
	margin: 0 !important;
}

#hayawari_plan .hayawari_link {
	padding: 1rem 2rem 0;
}
#hayawari_plan .hayawari_link ul {

}
#hayawari_plan .hayawari_link ul li {
	width: 100%;
	margin: 20px 0 0;
}
#hayawari_plan .hayawari_link ul li:first-of-type {
	margin: 0;
}
#hayawari_plan .hayawari_link ul li a {
	width: 100%;
	font-weight: bold;
	color: #fff;
	font-size: 15px;
	padding: 18px 0;
	cursor: pointer;
	display: block;
	text-align: center;
	background-image: linear-gradient(to bottom, #c5ed5f 0%, #92cc00 50%);
	border-radius: 3px;
/*	border: solid 1px #539d04;*/
}
#hayawari_plan .hotel_box .min_space {
  letter-spacing: -2px;
}

.l-inner {
    position: relative;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    width: 100%;
    margin: 0 auto;
    /*padding: 0 10rem;*/
  }

  .l-section {
    /*border-top: 1px solid #eee;*/
  }
  .l-section .l-inner {
    padding: 10px 0 25px;
  }

.swiper-button-next:after,.swiper-button-prev:after {
  visibility: visible;
  font-size: 40px !important;
  font-weight: bold;
}
:root {
  --swiper-navigation-color: #f48312;
  --swiper-pagination-color: #f48312;
}
  .swiper-button-disabled {
    pointer-events: none;
    opacity: 0;
  }


.hotel_slider {
    overflow: hidden;
		margin: 10px 0 0;
  }
  .hotel_slider .swiper {
    overflow: visible;
  }
  .hotel_slider .swiper-button-prev, .hotel_slider .swiper-button-next {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .hotel_slider .swiper-a:not(.swiper-initialized) {
    padding: 0;
  }
  .hotel_slider .swiper-a:not(.swiper-initialized) .swiper-button-prev,
  .hotel_slider .swiper-a:not(.swiper-initialized) .swiper-button-next {
    display: none;
  }
  .hotel_slider .swiper-a:not(.swiper-initialized) .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
  }
  .hotel_slider .swiper-b:not(.swiper-initialized) {
    padding: 0;
  }
  .hotel_slider .swiper-b:not(.swiper-initialized) .swiper-button-prev,
  .hotel_slider .swiper-b:not(.swiper-initialized) .swiper-button-next {
    display: none;
  }
  .hotel_slider .swiper-b:not(.swiper-initialized) .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
  }


.hotel_slider .swiper {
      padding: 0 2.5rem;
    }
.hotel_slider .swiper-button-prev {
	right: calc(100% - 2.5rem);
	/*top: 10%;*/
}
.hotel_slider .swiper-button-next {
	left: calc(100% - 2.5rem);
	/*top: 10%;*/
}

.swiper-slide {
	height: auto !important;
	display: flex !important;
}





