/* IMPORT RESET */
@import url("reset.css");

/* IMPORT 12 COLUMN RESPONSIVE GS */
@import url("responsive.gs.12col.css");


@font-face {
    font-family: 'LigatureSymbols';
    src: url('LigatureSymbols-2.11.eot');
    src: url('LigatureSymbols-2.11.eot?#iefix') format('embedded-opentype'),
         url('LigatureSymbols-2.11.woff') format('woff'),
         url('LigatureSymbols-2.11.ttf') format('truetype'),
         url('LigatureSymbols-2.11.svg#LigatureSymbols') format('svg');
    src: url('LigatureSymbols-2.11.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.lsf, .lsf-icon:before {
  font-family: 'LigatureSymbols';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 30px;
}

.lsf-icon:before {
  content:attr(title);
  margin-right:0.3em;
  font-size:10px;
}

.lsf-icon.nextheader:before {
  content: '\E096';
  color:#D3D3D3;
}

.lsf-icon.nextside:before {
  content: '\E096';
  color:#e63820;
}


.nextheader{text-align:center;
margin-top:20px;}
.nextheader a{text-decoration:none;
color:#333;}

/*----- [START] 会社系事業系サイト分離 '2017.04.26 SC T.K -----*/
/* 文字サイズ小中大の設定 */
.f1{
    font-size: 10px;
}
.f2{
    font-size: 12px;
}
.f3{
    font-size: 14px;
}
#textsize{ 
	font-weight: bold;
	margin-top: 20px; 
	text-align: center;
}
#textsize span{
/*	margin-left:5px; */
}
#textsize a{
	padding:5px 7px;
	text-decoration:none;
	background:#E4E4E3; color:#333;
}
/* #textsize a.active{background:#4AB8B3!important; color:#fff;} */
#textsize a.active{background:#E95642!important; color:#fff;}
/*----- [E N D] 会社系事業系サイト分離 '2017.04.26 SC T.K -----*/



.contact{
	margin-top:9px;
	margin-bottom:9px;
}

body{
  font-size: 12px;font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}

.header{
}

.footer{
/*	background:#BFE6E4; */
	background:#f9cdc7;
	color:#333;
	margin-top:50px;
	padding: 5px 60px;
}

.copyright{
	text-align:center;
	padding:2%;
}

/*----- [START] 会社系事業系サイト分離 '2017.05.18 SC T.K -----*/
/* 事業系TOPメニュー */
.naver{
/*	background:url(../img/menubg.png) repeat-x left top; */
/*	border-top:1px solid #C5C5C5; */
/*	border-left:1px solid #C5C5C5; */
	margin-left:1px;
	box-sizing:content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-o-box-sizing: content-box;
	-ms-box-sizing: content-box;
}
.naver a {
/*	background:transparent url(../img/menukado.png) no-repeat top right; */
/*	color: #333; */
	display: block; 
	float: left; 
	margin: 0; 
	padding: 0;
/*	font-size: 12px; */
/*	font-weight:bold; */
/*	text-decoration:none; */
/*	border-bottom:1px solid #C5C5C5; */
/*	border-right:1px solid #C5C5C5; */
	box-sizing:content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-o-box-sizing: content-box;
	-ms-box-sizing: content-box;
/*	height:44px; */
}
/*----- [E N D] 会社系事業系サイト分離 '2017.05.18 SC T.K -----*/



.naver a.gyou1{ line-height:44px; height:44px;
width:14%;
text-align:center;
box-sizing:content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
-o-box-sizing: content-box;
-ms-box-sizing: content-box;}
.naver a.gyou2{height:40px;
padding-top:4px;
padding-bottom:0px;
padding-bottom:0;
width:14.6%;
text-align:center;
box-sizing:content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
-o-box-sizing: content-box;
-ms-box-sizing: content-box;}
.naver a:hover { color:#009C94;}
.naver.enabled a { float: none; margin: 0 0 1px 0; width: 100%; }

.fmenu{
	margin:20px 10px;
}
.fmenu li{ 
	font-size:0.9em;
	margin: 5px 5px;
}
.fmenu li a{
	color:#333;
	text-decoration: none;
}
.fureaikun{margin-top:-50px;
text-align:center;}

.topnews{border:1px solid #BFBFBF;
margin-bottom:20px;}
/*----- [START] 会社系事業系サイト分離 '2017.04.26 SC T.K -----*/
/* .topnews h2{border-bottom:3px solid #009C94;} */
.topnews h2{border-bottom:3px solid #E95642;}
/*----- [E N D] 会社系事業系サイト分離 '2017.04.26 SC T.K -----*/

.topnews h2 span{ float:right;
margin-top:10px;
margin-right:10px;}
.topnews ul{margin:0 2%;}
.topnews li{border-bottom:1px dotted #BFBFBF;
padding:1% 0;}
div.topnews a{
	text-decoration: none;
}
.day{ font-weight:bold;}
.info{background:#E97589;
color:#fff;
padding:2px 10px;
margin:0 1%;}
.event{ background:#4B92C8;
color:#fff;
padding:2px 10px;
margin:0 1%;}
.report{ background:#4CA25D;
color:#fff;
padding:2px 10px;
margin:0 1%;}

.topside{border:1px solid #BFBFBF;
margin-bottom:20px;}
/*----- [START] 会社系事業系サイト分離 '2017.04.26 SC T.K -----*/
/* .topside h2{border-bottom:3px solid #009C94;} */
.topside h2{border-bottom:3px solid #E95642;}
/*----- [E N D] 会社系事業系サイト分離 '2017.04.26 SC T.K -----*/
.topside ul{margin:1% 2%;}
.topside li{padding:5px 0;
font-size:0.9em!important;}
.topside a{ text-decoration:none;
color:#333;}


.topbn p{ text-align:center;
margin-bottom:15px;}

.toptopic{border:1px solid #D8D8D8;}
.toptopic h3{height:35px;
line-height:1.2em;
background:url(../img/allow1.gif) no-repeat 0px 0px;
margin:10px 15px;
color:#40B5AF;
padding-left:15px;}

.toptopic h3 a{ color:#40B5AF;s
font-weight:bold;}
.toptopic p{margin:0 10px 10px;}

.topthumb{margin:2% 1%;
text-align:center;}
.topthumb img{width:100%;
max-width:210px;
height:auto;}

.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
}
.pagetop a {
    display: block;
/*
    background: #BFE6E4;
    color: #009C94;
	border:1px solid #009C94;
*/
    background: #f9cdc7;
    color: #e63820;
	border:1px solid #e63820;

    text-align: center;
    font-size: 0.9em;
    text-decoration: none;
    padding: 5px 20px;
}
 
.pagetop a:hover {
/*
    background: #009C94;
    color: #BFE6E4;
*/
    background: #e63820;
    color: #FFFFFF;
    text-decoration: none;
}

.breadcrumb{ margin:1%;}
.smp{width:100%;
height:auto;}

.mb20{margin-bottom:20px;}
.mt15{ margin-top:15px;}

.topic .bun{height:114px;}
.topic .bun div{margin:5px 10px;}


/* top_search_box_start_20221110_ukawa */
/*#top_searchbox::before {
  background-color: rgba(255, 255, 255, 0.8);
  content: '宿泊予約';
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
}
#top_searchbox iframe {
  background-color: rgba(255, 255, 255, 0.8);
}*/
/*#top_searchbox::before {
}
*/
#top_searchbox_wrap {
  /*max-width: 530px;*/
  /*border: 1px solid #ccc;*/
  position: relative;
  margin: 20px 0;
}
.fw-top{
  padding: 0 10px;
}
.fw-mv-search::before {
  background-color: #20B2AA;
  content: '宿泊予約';
  letter-spacing: 0.5rem;
  color: #fff;
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
  margin: 20px 0 0 0;
  padding: 5px 0;
}
.fw-research-exception {
  display: flex;
  align-items: center;
  margin: 12px 0 0 0;
}
.fw-search-top__item-data {
  justify-content: space-between;
}
.fw-search-top__header {
  display: none;
}
.fw-search-top__sub-label {
  display: none;
}
.fw-search-top__sub-data::before {
  content: '泊数';
  padding: 0 10px 0 0;
}
.fw-top .fw-checkbox__label {
  font-size: 15px !important;
}
.fw-search-top__item-label {
  /*font-size: 0 !important;*/
}
.fw-search-top__item-label::before {
  /*content: 'ホテルタイプ' !important;*/
}
.fw-top .fw-btn-search-01 {
  background-color: #ff0000 !important;
}
.fw-top .fw-btn-search-01:hover {
  background-color: #ff7171 !important;
}
.fw-modal-btn-footer {
  padding: 0 !important;
  position: relative;
}
.fw-btn-search-01 {
  font-size: 0 !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.fw-search-top__btn::after {
  content: '検索する';
  letter-spacing: 0.5rem;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  pointer-events: none;
}
@media print, screen and (min-width: 737px){
  .fw-top{
    padding: 0;
  }
  .fw-select--area-set {
    width: 32% !important;
    margin: 0 !important;
  }
  .fw-select--area-set select {
    font-size: 0.8rem !important;
    text-indent: 0 !important;
  }
  .fw-search-top__item-label::before {
    font-size: 13px;
    padding-top: 10px;
  }
   .fw-top .fw-search-top__item--theme .fw-search-condition-list {
    justify-content: space-between !important;
  }
  .fw-top .fw-search-top__item--theme .fw-search-condition-list li {
    width: calc(25% - 4px) !important;
    margin: 0 0 6px 0 !important; 
  }
  .btn01 {
    top: 23px !important;
    left: 330px !important;
    right: auto !important;
  }
}
 @media print, screen and (max-width: 310px){
  .fw-research-exception {
    display: block;
  }
  .fw-select--area-set {
    width: 100% !important;
    margin: 0 0 10px 0 !important;
  }
}
/* top_search_box_end */

/*ukawa_usual*/
.btn01 {
  background-color: #DDFFD6;
  color: #2F7529;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  line-height: 0.8rem;
  display: inline-block;
  position:absolute;
  top: 62px;
  left: auto;
  right: 15px;
  border-radius: 4px;
  padding: 3px 25px;
}
.btn01:hover {
  background-color: #2F7529;
  color: #DDFFD6;
}
/*ukawa_usual_end*/

/* slide20230216 takada */
.eflex {
  display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 35px;
}
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  padding-top: 20px;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

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

.swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper3 {
  height: 80%;
  width: 48.6%;
}

.mySwiper_wrap {
    width: 100%;
    max-width: 600px;
    margin: 10px auto;
}

.mySwiper {
  width: 100%;
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

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

@media screen and (max-width: 768px) {
  .mySwiper3 {
      height: auto;
      width: 100%;
  }
}