@charset "utf-8";
/* CSS Document */


html{-webkit-text-size-adjust: 100%;}
img{-ms-interpolation-mode: bicubic;}

body{
	font-size:12px;
}
body p{
	line-height:160%;
}
body ul{
	line-height:160%;
}
a {
	transition: 0.3s ;
}
.container00{
    width: 960px;
    margin: 0 auto;
    /*overflow: hidden;*/
}
.boxsize *{
	box-sizing:border-box;
}
figure{
	margin:0;
}
figcaption{
	font-size:10px;
}
figure img{
	width:100%;
}

.flex {
	display: -webkit-flex;
	display: flex;

	
}



.sp{
	display:none !important;
}
.t_r {
  text-align: right;
}

/*-------------------
title
--------------------------*/


h3.top_sub {
  font-family: 'Shippori Mincho B1', serif;
  position: relative;
  margin-bottom: 20px;
  padding: 5px;
border-bottom: 3px solid #c2a43e;
    color: #11123d;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  text-shadow: 2px 2px 2px rgb(255 255 255);
  	
}

h3.top_sub:before {
	content: "";
	background-image: url(../img/ico_h3_osusume.png);
	display: inline-block;
    width: 80px;
    height: 50px;
	background-repeat: no-repeat;
	background-size:contain;
	margin-right: 5px;
	vertical-align: bottom;
}

/*-----------------------------
title_wrap
-------------------------------*/
.title_wrap h2{
	width:100%;
	height:450px;
	background-image: url(../img/title-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:cover;
}
h2 span.title{
	/*z-index:10;dd*/
	position:absolute;
	visibility:hidden;
}
.title_wrap img{
	margin:0 auto;
	width:960px;
	display:block;
	padding: 10px 0 0
}



.leadtxt {
  	width:960px;
	font-size:18px;
	color:#6e5d45;
	text-align:center;
  /*margin:20px auto 30px;*/
	margin:20px auto 0px;
	line-height:180%;  
}
.leadtxt p{
		text-align: center;
		font-weight: bold;
        font-size: 1.1rem;
		margin-top: 1rem;
    margin-bottom: 0.5rem;
}


/*--------------------------
topnav
---------------------------*/
#topnav {
    border-top: 1px solid #f5e7be;
    border-bottom: 1px solid #9d9386;
    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%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 28%);
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 35px;
}
#topnav ul {
    width:960px;
    margin:0px auto;
    display: flex;
    justify-content: space-between;
    margin: 5px auto 5px;

}

#topnav ul li {
    flex: 1;
}

#topnav ul li a {
    display: block;    
    color: #ffffff;
    font-size: 17px;
    padding: 15px 0px 15px 0px;
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 800;
    text-align: center; 
    position: relative;
}

#topnav ul li+li {
    border-left: 1px solid #ffffff;
}
/*#topnav ul li a:after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-bottom: solid 3px #fff;
    border-right: solid 3px #fff;
    position: absolute;
    right: 15px;
    transform: rotate(45deg);
    top: 18px;
    transition: all 0.3s;
}*/
/*#topnav ul li a:hover:after {
    top: 23px;
}*/

/*topページ用*/
.fixed_t {
    position: fixed;
    top: 0; /*ページ上部の固定する位置*/
    width: 100%;
    z-index: 9999;
}

.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: 3rem;
}

/*-------------------------------
hayawari
---------------------------------*/
#hayawari h3 {
	display: block;
	margin: 0 auto 2rem;
	font-size: 1.5rem;
	position: relative;
  font-family: 'Shippori Mincho B1', serif;
	font-weight: 700;
	text-align: center;
	color: #095785;
}
#hayawari h3 small{
  line-height: 1.5!important;
}
#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:1rem;
	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;
	}
@media screen and (min-width: 751px) {
	#hayawari h3 {
    margin: 0 auto 2rem;
    font-size: 1.8rem;
    line-height: 160%;
	}
	.date {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	}
	.date li {
	display: flex;
	align-items: center;
		margin: 1rem 1.5rem 1rem 0;
	}
	.date li:last-child {
		margin: 1rem 0;
	}
	.date li div{
	min-width: 0;
	}
	.date_after{
        font-size: 1.2rem;
		margin: 0;
	}
	.date_box {
		margin-bottom: 2rem;
	}
}

/*----------------------------------
 ranking 
--------------------------------- */
#ranking {
	margin-bottom:100px;
	background-position: left top,right bottom;
}
#ranking .about_rank {
	font-weight: bold;
	text-align: center;
	font-size: 15px;
	margin: 0 0 20px;
}

.rank_item {
	display: flex;
	justify-content: space-between;
}
.rank_item li {
	width: 31%;
}
.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;
    padding: 10px 0;
    cursor: pointer;
	display: block;
	text-align: center;
    background-image: linear-gradient(to bottom, #c5ed5f 0%, #92cc00 50%);
    border-radius: 3px;
}


/*--------------------------
search_area
---------------------------*/
.search_area_wrap{
  margin: 0 40px 30px;
	/*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 .area-box a{
    display: block;
	border:#224618 solid 2px;
	border-radius:3px;
	padding:5px 10px;
    background-color:#FFF;
    position: relative;
}

.search_area_wrap .area-box a i {
    color: #1cb54f;
    transition: all 0.3s;
    position: absolute;
    top: calc(50% - 0.5rem);
    right: 1rem;
    font-size: 1.0rem;

}


.search_area_wrap .area-box a:hover{
	background-color:#224618;
	opacity:1;
	color: #fff;
}
.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;
}
.search_area_wrap .area-box a:hover p{
	color:#fff;
}
.search_area_wrap .area-box li{
	display:inline-block;
	margin:0 3px;
	color:#1cb54f;
}

.search_area_wrap .area-box a:hover li{

	color:#fff;
}

.search_area_wrap #hokkaido{
	position:absolute;
	top: 243px;
	right:70px;
	width:180px;
}
.search_area_wrap #tohoku{
	position:absolute;
    top: 193px;
    left: 220px;
	width:250px;
}
.search_area_wrap #kitakanto{
	position:absolute;
    top: 388px;
    right: 120px;
	width:180px;
}
.search_area_wrap #syutoken{
	position:absolute;
    top: 460px;
    right: 120px;
	width:180px;
}
.search_area_wrap #koshinetsu{
	position:absolute;
    top: 270px;
    right: 420px;
	width:180px;
}

.search_area_wrap #tokai{
	position:absolute;
    bottom: 11px;
    left: 416px;
	width:180px;
}
.search_area_wrap #kansai{
	position:absolute;
    bottom: 119px;
    left: 100px;
	width:255px;
}
.search_area_wrap #hokuriku{
	position:absolute;
    top: 347px;
    left: 220px;
	width:180px;
}



/*---------------------
seach_wrap
--------------------------*/
#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 50px 0 0;
	width: 325px;
  padding: 50px 0 0;
}
#box_search #search{
	width: 325px;
}
#search .tabs {
    position: relative;
    width: 325px;
    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 {
    position: relative;
    margin-top: -1px;
    z-index: 1;
}
#box_search .box_tab .tab_contents {
    display: none;
    min-height: 378px;
    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;
}

/*-------------------------------
date
---------------------------------*/
.date_search {
  margin: 0 auto; 
}
#date_wrap {
  display: flex;
  /*padding: 0 0 60px;*/
  padding: 0 0 80px;
}
.date_popular{
  padding: 50px 0 0;
  width: 100%;
}
.date_popular h4{
  font-size: 18px;
  font-weight: bold;
  padding: 0 10px 10px;
  margin: 0 0 15px;
  width: 100%;
  text-align: center;
  background-image: repeating-linear-gradient(-45deg, #92c8fa 0, #92c8fa 2px, transparent 2px, transparent 4px);
  background-repeat: no-repeat;
  background-size: 100% 15%;
  background-position: bottom;
}
.date_popular dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 15px;
}
.date_popular dl div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px dotted #CCC;
}
.date_popular dl dt {
  width: 20%;
  padding: 10px;
}
.date_popular dd {
  width: 80%;
  padding: 0 10px 10px;
}
.date_cal {
  font-family: 'Shippori Mincho B1', serif;	
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #666;
  width: 100%;
  padding: 5px;
  border-top: solid 6px #666;
  border-right: solid 2px #666;
  border-bottom: solid 2px #666;
  border-left: solid 2px #666;
  line-height: 1;
  border-radius: 7px;
  background-color: #fefcef;	
}
.date_cal span {
  font-size: 0.6em;
  display: block;
  margin: 5px 0 0;
  padding: 8px 0 0;
  border-top: dashed 1px #ccc;
}
.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;
}



/*---------------------
area
--------------------------*/
#area {
	/*padding: 80px 0;*/
  padding: 50px 0 0;
}

#area ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#area ul li {
	margin: 0 0 10px;
	width: 18%;
}
/*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;
}

/*-------------------------------
keyword
---------------------------------*/
#keyword{
}
#keyword ul {
	font-weight: 400;
	display: flex;
	flex-wrap: wrap;
}
#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;
}

@media screen and (min-width: 751px) {
	#keyword ul li a {
	font-family: "Zen Maru Gothic", serif;
	padding: 0.5rem 1rem;
	font-size: 1rem;
}
}


/*------------------------------
theme/other
--------------------------*/
.theme, .other,.int_bnr,.dom_bnr{
	margin:0 0 50px;
}



.theme h3,.other h3,.int_bnr h3,#ranking h3, #hayawari_plan h3 {
  position: relative;
  padding: 0em 0;
 margin: 0 0px 20px;
	font-size: 30px;	
	color: #11123d;
    font-family: 'Shippori Mincho B1', serif;
}
.theme h3:after,.other h3:after,.int_bnr h3:after,#ranking 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) 20%, #1c88b5 20%);
  margin-top: 8px;	
}
.theme h3:before, .other h3:before,.int_bnr h3:before,#ranking h3:before, #hayawari_plan h3:before {
	content: "";
	background-image: url(../img/ico_h3_osusume.png);
	display: inline-block;
    width: 80px;
    height: 48px;
	background-repeat: no-repeat;
	background-size:contain;
	margin-right: 0px;
	vertical-align: bottom;
}

/*--------------------------------------
areatitle_wrap
----------------------------------------*/
.areatitle_wrap{
	width:100%;
	background-image: url(../img/area-bg.jpg);
	background-repeat: repeat-x;
	background-position:center top;
	position:relative;
	background-size: cover;
}

.areatitle_wrap figure {
	margin: 0 auto;
	width: 960px;
	display: block;
	padding: 30px 0 30px;
}
.areatitle_wrap div{
	width:960px;
	margin:0 auto;
	position:relative;
}

.areatitle_wrap p{
	width:90px;
	position:absolute;
	right:0;
	bottom:10px;
}
.areatitle_wrap p a{
	color:#FFF;
	font-size:15px;
	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;
	text-align:center;
	display:block;
}
.areatitle_wrap p a:hover{
	opacity:1;
	background-image: -webkit-linear-gradient(#6e5d45 0%, #a79882 100%);
    background-image: linear-gradient(#6e5d45 0%, #a79882 100%);
}



/*-----------------------------------
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 rgb(0 0 0 / 28%);
    margin: 0 0 60px;

}
#l_navi ul{
	width:960px;
	margin:0 auto;
	display:flex;
	justify-content:center;
	padding:5px 0;
	position: relative;
}
#l_navi ul li+li{
	    border-left: 1px solid #ffffff;
}
	
	
#l_navi ul li a{

    display: block;
    color: #ffffff;
    font-size: 25px;
    padding: 15px 40px 15px 40px;
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 800;
}

#l_navi ul p{
	width:90px;
	position:absolute;
	left:0;
	top:15%;
}
#l_navi ul p a{
	color:#FFF;
	font-size:15px;
	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;
	text-align:center;
	display:block;
}

#hokkaido #l_navi ul a{
	font-size: 21px;
    padding: 15px 10px 15px 10px;
}


#hokkaido #l_navi ul p a{
	font-size:15px;
	padding:10px 0;
}

#kitakanto #l_navi ul a,#syutoken #l_navi ul a{
	font-size: 21px;
    
}

#kitakanto #l_navi ul p a,#syutoken #l_navi ul p a{
	font-size: 15px;
    
}






/*-----------------------------------
kanko/gurume
-----------------------------------*/
.osusume{
}


.osusume h3 {
  position: relative;
  padding: 0em 0;
 margin: 0 15px 20px;
	font-size: 32px;	
	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: 8px;	
}
.osusume h3:before {
	content: "";
	background-image: url(../img/ico_h3_osusume.png);
	display: inline-block;
	width: 78px;
    height: 46px;
	background-repeat: no-repeat;
	background-size:contain;
	margin-right: 0px;
	vertical-align: bottom;
}



.osusume .col-3 section{
	width:290px;
	margin:0 15px 40px;
	float:left;
}
.osusume .col-4 section{
	width:215px;
	margin:0 12.5px 40px;
	float:left;
}
.osusume figure{
	position:relative;
	border-radius:1px;
}
.osusume figure img{
	border-radius:3px;
}
.osusume figure figcaption{
	position:absolute;
	bottom:4px ;
	left:8px;
	color:#FFF;
	text-shadow: 1px 1px 1px #333, -1px 1px 1px #333, 1px -1px 1px #333, -1px -1px 1px #333;
}
.osusume section h4{
	font-size:15px;
	text-align:center;
	color:#83670c;
	margin:10px 0 5px;
}
.osusume section p{
	margin:0 5px;
}

/*------------------------------------
kenwrap
------------------------------------*/
#ken-wrap{
/*	background-image: url(../img/line.png);
	background-repeat: repeat-x;
	background-position: top;
	padding-top:120px;*/
	margin:40px 0 0;
}
.ken{
	margin:0 0 60px;
}
.ken {
	 padding-top: 70px;
    margin-top: -70px;
}
.ken h3{
    position: relative;
    margin-bottom: 20px;
    padding: 5px;
    border-bottom: 3px solid #ad8c1d;
    color: #11123d;
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    text-shadow: 2px 2px 2px rgb(255 255 255);
    font-family: 'Shippori Mincho B1', serif;

}

.ken h3:before {
	content: "";
	background-image: url(../img/ico_h3.png);
    width: 98px;
    height: 64px;
	background-repeat: no-repeat;
	background-size:contain;
	margin-right: 10px;
	vertical-align: bottom;
	    display: inline-block;
}

.ken h4.day_yado{
    position: relative;
    margin-bottom: 20px;
    padding: 5px;
    border-bottom: 2px dotted #ad8c1d;
    color: #11123d;
    font-size: 22px;
    text-align: left;
}

.ken h4.day_yado:before {
    content: "";
    background-image: url(../img/ico_h3_osusume.png);
    width: 45px;
    height: 33px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px;
    vertical-align: bottom;
    display: inline-block;
}

#hokkaido .ken h3 {
	min-height:64px;
	font-size:34px;
  	letter-spacing: -1px;
	background-position: center center;
	padding:5px 0 0 40px;
	
}
.ken h3.h-br{
	min-height:64px;
	font-size:34px;
  	letter-spacing: -1px;
	background-position: center bottom;
	padding:0 0 10px 40px;
}

.ken .date{
	display:flex;
	justify-content: center;
}
.ken .date li{
	border-radius:3px;
	margin:0 5px;
	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: 65px;
    color: #6e5d45;
    font-size: 15px;
    text-align: center;
    border: solid 2px #6e5d45;
    border-radius: 3px;
    padding: 10px 0;
    font-family: 'Shippori Mincho B1', serif;
	font-weight: 800;
	position: relative;
}
/*.ken .date a:after {
 content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 14px solid #6e5d45;
  border-left: 14px solid transparent;

}*/

.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: 9%;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #fff;
}



.ken .date a:hover{
	background-color:#fdf6e5;
	opacity:1;
}
.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:20px 0px 20px;

/*	padding:10px 10px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
    background-color: #f9f2d8;*/

}

.ken .yado .wrap_yado_box {
    display: flex;
    justify-content: flex-start;
/*    margin-left: -2%;*/
    flex-wrap: wrap;
}

.ken .yado .yado_box {
    width: 31%;
    margin-left: 2%;
	background-image: url(../img/washi.jpg);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
    display: flex;
    flex-direction: column;
    padding: 15px 20px;
    margin-bottom: 18px;
    height: auto;
    border: 1px solid #f5e7be;
}


.ken .yado figure{
    position: relative;
    align-self: center;

}
.ken .yado figure img{
    border-radius: 3px;
    height: 160px;
    object-fit: cover;
    width: 220px;
}
.ken .yado figure figcaption{
	position:absolute;
	bottom:4px ;
	right:8px;
	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:60px;
	padding:8px 0 0 70px;
	min-height:60px;
	color:#83670c;
	margin:10px 0 10px;
}
.ken .yado .yado_box h4 .area{
	display:block;
	font-size:14px;
	margin: 0 0 3px;
}
.ken .yado .yado_box h4 .hotel{
	display:block;
	font-size:20px;
}
.ken .yado .yado_box p{
	font-size:14px;
	margin: 0px 0 10px;

}
.ken .yado .yado_box ul{
	margin: 0 0 21px;
	
}
.ken .yado .yado_box .syousai-moushikomi {
     margin-top: auto;   
    align-self: center;
}

.ken .yado .yado_box .syousai-moushikomi a{
    color: #FFF;
    font-size: 15px;
    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: 8px 0;
    text-align: center;
    display: block;
    width: 216px;

}
.ken .yado .yado_box .syousai-moushikomi a:hover{
	opacity:1;
    background-image: linear-gradient(180deg,rgba(28,181,79,1.00) 0%,rgba(28,181,79,1.00) 100%);
}

/*------------------------------------
tourBox
------------------------------------*/

.ken .tourBox {
	margin: 20px 36px 0;
	padding: 20px;
	border: 5px double #c3a041;
}

.ken .tourBox ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
}

.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: 15px;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.arrow2::before{
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #6e5d45;
}
.arrow2::after{
    left: 5px;
    box-sizing: border-box;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    border-left: 3px solid #fff;
}

/*b_navi*/
#b_navi {
	margin-bottom: 50px;
	padding: 50px;
	background-color: #e7d7a2;
	background-image: url("../img/b_navi_bg.png");
    background-repeat: repeat-x;
    background-image: url(../img/b_navi_bg.png), url("../img/b_navi_bg_bottom.png");
	background-position: left top,right bottom;

	
}



#b_navi h3 {
  position: relative;

  margin-bottom: 1em;
  	margin: 0 0 40px;
    font-size: 35px;
    color: #11123d;
    font-family: 'Shippori Mincho B1', serif;
	text-align: center;	
}
#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: 18px;
    justify-content: flex-start;
}

#b_navi ul li  {
	display: flex;
    flex-direction: column;
	width: 32%;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    padding-bottom: 10px;
	
}
#b_navi ul li .b_navi_ttl {
    color: #83670c;
    background-color: #fff;
    font-weight: 700;
    font-family: 'Shippori Mincho B1', serif;
    font-size: 21px;
    text-align: center;
    padding: 10px 0;
}
#b_navi ul li figure {
    position: relative;
}
#b_navi ul li figure img {
    width: 307px;
    height: 150px;
    object-fit: cover;

}
#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: 10px;
}
#b_navi ul li a {
    width: 90%;
    display: inline-block;
    font-size: 19px;
    padding: 15px 10px;
    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%);*/
    margin-top: auto;
}

#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 li a.current {
	background-color: #11123d;
	color: #ffffff;
	cursor:default;
}
/*#b_navi ul li a:after {
  font-family: "Font Awesome 5 Free";
  font-size: 1.3rem;
  line-height: 1;

  position: absolute;
  top: calc(50% - 0.5rem);
  right: 1rem;

  margin: 0;
  padding: 0;

  content: "\f0a9";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#b_navi ul li a:hover:after {
    right: 0.5rem;
}*/

/*------------------------------------
list_tour
------------------------------------*/

 .listBox ul {
    margin: 30px auto 0;
    flex-wrap: wrap;
    flex-direction: row;
	justify-content: flex-start;
    width: 910px;
}

.listBox ul li {
    width: 220px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.listBox ul li:nth-child(1),.listBox ul li:nth-child(5) {
    margin-left: 0;
}

/*-------------------------------
faq
---------------------------------*/
.container_faq{
	width: 960px;
	padding: 30px 10px;
    margin: 0px auto 0px;
}
#faq {
	background-color: #FFF;
	border: solid 1px #999;
  padding: 25px 30px;
	margin: 0 0 50px;
}
.faq_lead {
  font-size: 24px;
	color: #604c3f;
  margin: 0 auto 10px;
}
#faq dl {
	font-size: 14px;
	margin:0;
	line-height:160%;
}
#faq dt {
  font-weight: bold;
	margin: 0 0 8px;
}
#faq dt:not(:first-of-type) {
  border-top: 1px dashed #999;
  padding: 10px 0 0;
  margin: 20px auto 8px;
}
#faq dt:before,
#faq dd:before {
  font-size: 26px;
  font-weight: bold;
  margin-right: 6px;
}
#faq dt:before {
  content: "Q.";
  color: #00bfff;
}
#faq dd:before {
  content: "A.";
  color: #db2c4f;
}
#faq dd{
	margin-left:10px !important;
}


/*-------------------------------
季節の特集へのナビゲーション
---------------------------------*/

#season_navi ul {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 960px;
	margin: 0 auto;
	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.4rem;
	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: 14px;
	transition: 0s;

}
#season_navi ul li span {
	display: block;
	height: 2rem;

	
	flex-grow: 1;
	text-align: center;
	padding-top: 0.4rem;
	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: 14px;
}


/*アンカーリンク調整*/
#date {
    margin-top: -40px;
    padding-top: 25px;
}
#from_map,#ranking {
    margin-top: -100px;
    padding-top: 100px;
}
#keyword,#from_popular,#from_recommend {
    margin-top: -80px;
    padding-top: 80px;
}

/*slick*/
.bunner-slide_wrap {
	width: 960px;
	margin: 0 auto;
	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: 20px; 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: 0 0 100px;
}

#hayawari_plan .hotel_box {
  position: relative;
  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: 20px;
	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 {
	margin: 20px 0 0;
}
#hayawari_plan .hayawari_link ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#hayawari_plan .hayawari_link ul li {
	width: 31%;
}
#hayawari_plan .hayawari_link ul li a {
	width: 100%;
	font-weight: bold;
	color: #fff;
	font-size: 16px;
	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;
    max-width: 960px;
    margin: 0 auto;
    /*padding: 0 10rem;*/
  }

  .l-section {
    /*border-top: 1px solid #eee;*/
  }
  .l-section .l-inner {
    padding: 20px 0 30px;
  }

.swiper-slide{
  display: flex !important;
}

.swiper-button-prev, .swiper-button-next {
    display: grid;
    place-content: center;
    width: 6.4rem;
    height: 6.4rem;
    cursor: pointer;
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .swiper-button-prev::before, .swiper-button-next::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    border-radius: 50%;
    -webkit-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);
  }
  .swiper-button-prev::after, .swiper-button-next::after {
    width: 1.2rem;
    height: 1.2rem;
    content: "";
    border: solid var(--color-gray);
    border-width: 3px 3px 0 0;
  }
  .swiper-button-prev::after {
    margin-left: 0.4rem;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .swiper-button-next::after {
    margin-right: 0.4rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .swiper-button-disabled {
    pointer-events: none;
    opacity: 0;
  }


.hotel_slider {
    overflow: hidden;
  }
  .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-button-prev::before, .hotel_slider .swiper-button-next::before {
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: var(--box-shadow-dark);
            box-shadow: var(--box-shadow-dark);
  }
  .hotel_slider .swiper-button-prev::after, .hotel_slider .swiper-button-next::after {
    border-color: #fff;
  }
  .hotel_slider .swiper-button-prev {
    right: calc(100% - 1.6rem);
  }
  .hotel_slider .swiper-button-next {
    left: calc(100% - 1.6rem);
  }
  .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(auto-fit, 31%);
		row-gap: 0;
		column-gap: 3%;
		justify-content: center;
  }
  .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(auto-fit, 31%);
		row-gap: 0;
		column-gap: 2%;
		justify-content: center;
  }



