@charset "utf-8";
/*---------------------------------------------------
*
* BASE
*
----------------------------------------------------*/
/*--Firefox Yu Gothic 17.05.30時点対策--*/
@font-face {
  font-family: "YuGothic M";
  src: local("Yu Gothic Medium");
}

html {
  font-size: 62.5%;
}
body{
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-text-size-adjust: 100%;
  font-family:Verdana,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","Yu Gothic Medium", "游ゴシック Medium","YuGothic M","YuGothic","メイリオ","Meiryo",sans-serif;
}
a{
  text-decoration:none;
}
p{
  line-height:1.7;
}
img{
  max-width: 100%;
  height:auto;
}
/*---------------------------------------------------
*
* CLEARFIX & RESET
*
----------------------------------------------------*/
/*--clearfix--*/
.cf:before, .cf:after {
  content:"";
  display:table;
}
.cf:after {clear:both;}
.cf {zoom:1;}

/*--form--*/
button, input, select, textarea{
  -webkit-appearance: none;
  font-family : inherit;
}

/*--box sizing--*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/*---------------------------------------------------
*
* COMMON
*
----------------------------------------------------*/
.bold{
  font-weight: bold !important;
}
/*--コンテンツ幅--*/
.container{
  max-width: 1020px;
  margin:0 auto;
  padding-left: 10px;
  padding-right: 10px;
}
/*---------------------------------------------------
*
* PARTS
*
----------------------------------------------------*/
/*--basic btn--*/
.basicBtn{
  padding: 0.7em 2em;
  display: inline-block;
  color: #fff;
  text-align: center;
  background: #000;
  border: 2px solid #000;
  transition: 0.3s;
}
.basicBtn:hover{
  display: inline-block;
  color: #000;
  background: #fff;
  border: 2px solid #000;
}
.basicBtn{
  position: relative;
  display: inline-block;
  padding: .9em 4em;
  background-color: #333;
  border: 2px solid #333;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.basicBtn:after{
  position: absolute;
  right: .9em;
  content: '\f105';
  margin:auto;
  font-family: FontAwesome;
  transition: all .2s;
}
.basicBtn:hover::after {
  border-left-color: #000;
	right: 0.5em;
}
/*---------------------------------------------------
*
* HEADER
*
----------------------------------------------------*/
#pcNavWrap{
  padding: 15px 20px;
}
#pcNavWrap .logo{
  width: 40%;
  float: left;
}
#pcNavWrap .nav{
  padding: 18px 0 0;
  float: right;
}
#pcNavWrap .nav li{
  margin-left: 20px;
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}
#pcNavWrap .nav li.first{
  margin-left: 0;
}
#pcNavWrap .nav a{
  padding: 0 0 10px;
  position: relative;
  display: inline-block;
  transition: .3s;
  color: #000;
}
#pcNavWrap .nav a:after{
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #000;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#pcNavWrap .nav a:hover::after{
  width: 100%;
}
#pcNavWrap .nav a.current:after{
  width: 100%;
  transition: 0s;
}
/*---------------------------------------------------
*
* INDEX
*
----------------------------------------------------*/
/*--mainimgBox--*/
.mainimgBox{
  margin-bottom: 50px;
}
.mainimgBox img{
  width: 100%;
}
/*--topIntroBox--*/
.topIntroBox{
  margin-bottom:180px;
  text-align: center;
}
.topIntroBox .lead{
  margin-bottom: 15px;
}
.topIntroBox .leadTxt{
  margin: 0 0 40px;
}
.topIntroBox .btn{
  margin: 0 0 70px;
  font-size: 18px;
  font-size: 1.8rem;
}

/*linkList*/
.topIntroBox .linkList{
  margin-left:-1.96%;
}
.topIntroBox .linkList li{
  margin-left:1.96%;
  width: 31.37%;
  float: left;
}
.topIntroBox .linkList .inner{
  padding: 15px 18px 0;
  text-align: left;
}
.topIntroBox .linkList .ttl{
  padding: 0 0 5px;
  border-bottom: 1px solid #000;
}
.topIntroBox .linkList .txt{
  margin: 5px 0 10px;
}
.topIntroBox .linkList .basicBtn{
  display: block;
}

/*---------------------------------------------------
*
* HISTORY
*
----------------------------------------------------*/
#id_history .pagePhBox{
  margin: 0 0 50px;
}
#id_history .pagePhBox img{
  width: 100%;
}
#id_history .historyBox .pageTtl{
  margin-bottom: 20px;

}
/*section01*/
.historyBox .section01{
  margin: 0 0 30px;
}
.historyBox .section01 .ph{
  margin: 0 0 30px;
}
.historyBox .section01 .txt{
  padding:  0 0 0 1%;
  width: 74%;
  float: left;
}
.historyBox .section01 .img{
  margin: 0 2% 0 0 ;
  width: 21.8%;
  float: right;
}
/*section02*/
.historyBox .section02{
  margin: 0 0 100px;
}
.historyBox .section02 .lead{
  margin: 0 0 0 40px;
}
.historyBox .section02 .txt{
  width: 59%;
  float: right;
}
.historyBox .section02 .ph{
  margin: 0 0 30px;
}
/*---------------------------------------------------
*
* ABOUT
*
----------------------------------------------------*/
#id_about .pagePhBox{
  margin: 0 0 50px;
}
#id_about .pagePhBox img{
  width: 100%;
}
#id_about .pageTtl{
  margin: 0 0 55px;
  text-align: center;
}

/*--pageSelect--*/
#id_about .pageSelect{
  margin-bottom:70px;
  text-align: center;
}
#id_about .pageSelect li{
  margin-left: 8%;
  display: inline-block;
}
#id_about .pageSelect li.first{
  margin-left: 0;
}
#id_about .pageSelect li img{
  opacity: 0.3;
}
#id_about .pageSelect li.current img{
  opacity: 1;
}

/*----
onsen
----*/

/*--aboutOnsenBox--*/
.aboutOnsenBox {
  margin-bottom: 105px;
  /*font-size: 19px;
  font-size: 1.9rem;*/
}
.aboutOnsenBox .mainArea{
  width: 50%;
  float: left;
}
.aboutOnsenBox .lead{
  margin-bottom: 75px;
}

/*table*/
.aboutOnsenBox .table th{
  padding: 10px 1em 10px 0;
}
.aboutOnsenBox .table td{
  padding: 10px 0;
}
.aboutOnsenBox .table caption{
  margin: 0 0 10px;
  font-weight: bold;
  text-align: left;
}
.aboutOnsenBox .table.table01{
  margin: 35px 0 50px;
}
.aboutOnsenBox .table.table02{
  margin: 30px 0 0;
}
/*--phArea--*/
.aboutOnsenBox .phArea {
  float: right;
}
.aboutOnsenBox .phArea img{
  margin: 0 0 35px;
}

/*--aboutFoodBox--*/
.aboutFoodBox {
  /*font-size: 19px;
  font-size: 1.9rem;*/
}
.aboutFoodBox .lead{
  margin-bottom: 25px;
}
.aboutFoodBox .main{
  width: 50%;
  float: left;
}
.aboutFoodBox .ph{
  width:40.5%;
  float: right;
}
/*reverse*/
.aboutFoodBox .section.reverse .main{
  width:40.5%;
  float: right;
}
.aboutFoodBox .section.reverse .ph{
  width: 50%;
  float: left;
}
/*section*/
.aboutFoodBox .section01{
  margin: 0 0 50px;
}
.aboutFoodBox .section02{
  margin: 0 0 100px;
}
.aboutFoodBox .section02 .main{
  padding: 20px 0 0;
}
/*fourPhotos*/
.aboutFoodBox .fourPhotos img{
  margin: 0 0 1%;
  display: block;
  width: 49.5%;
  float: left;
}
.aboutFoodBox .fourPhotos img:nth-child(odd){
  margin-right: 1%;
}

/*--aboutRoomBox--*/
.aboutRoomBox{
}


/*section01*/
.aboutRoomBox .section01{
  margin: 0 0 65px;
}
.aboutRoomBox .section01 .lead{
  margin: 0 0 15px;
}
.aboutRoomBox .section01 .main{
  width: 50%;
  float: left;
}
.aboutRoomBox .section01 .ph{
  width:40.5%;
  float: right;
}

/*section02*/
.aboutRoomBox .section02{
  margin: 0 0 30px;
}
.aboutRoomBox .section02 .ttl{
  padding: 0 0 0 10px;
  margin: 0 0 15px;
  border-left: 5px solid #000;
}
.aboutRoomBox .section02 .room{
  width: 47.9%;
  float: left;
}
.aboutRoomBox .section02 .room .txt{
  margin: 20px 0 0;
}
.aboutRoomBox .section02 .room01{
  margin-right: 4%;
}

/*section03*/
.aboutRoomBox .section03{
  margin: 0 auto 50px;
  padding: 45px 0;
  text-align: center;
  background: #f5f1e5;
}
.aboutRoomBox .section03 .inner{
  margin: 0 auto 30px;
  max-width: 705px;
}
.aboutRoomBox .section03 .ttl{
  padding: 0 0 5px;
  margin: 0 0 15px;
  border-bottom: 2px solid #000;
}
.aboutRoomBox .section03 .price{
  margin-bottom: 15px;
}
.aboutRoomBox .section03 .memo{
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
  text-align: left;
  text-align: center;
}

/*yoyaku*/
.aboutRoomBox .section03 .yoyakuArea{
  margin: 0 auto;
  max-width: 705px;
  /*max-width: 1025px;*/
  font-size: 18px;
  font-size: 1.8rem;
}
.aboutRoomBox .section03 .yoyakuArea .btn{
  padding: 1em 4em; /*余白大きく*/
  margin: 0 2% 0 10%;
  float: left;
}
.aboutRoomBox .section03 .yoyakuArea .txt{
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: left;
}

/*section05*/
.aboutRoomBox .section05 .box{
  margin: 0 0 60px;
}
.aboutRoomBox .section05 .main{
  width: 49.5%;
  float: left;
}
.aboutRoomBox .section05 .main .lead{
  margin: 0 0 30px;
}
.aboutRoomBox .section05 .ph{
  width: 47.9%;
  float: right;
}


/*---------------------------------------------------
*
* VICINITY
*
----------------------------------------------------*/
#id_vicinity .pagePhBox{
  margin: 0 0 50px;
}
#id_vicinity .pagePhBox img{
  width: 100%;
}
#id_vicinity .pageTtl{
  margin: 0 0 55px;
  text-align: center;
}
/*--siriuchiBox--*/
.vicinityBox {
  margin: 0 auto 100px;
}
.vicinityBox .subTtl{
  padding: 0 0 8px;
  margin: 0 auto 30px;
  max-width: 373px;
  border-bottom: 1px solid #000;
}
/*specialList*/
.vicinityBox .specialList {
  margin: 0 auto 40px;
  max-width: 870px;
}
.vicinityBox .specialList li{
  width: 45.9%;
  float: left;
  text-align: center;
}
.vicinityBox .specialList li:first-child{
  margin-right: 8.04%;
}
.vicinityBox .specialList li .name{
  margin: 20px 0 20px;
}
.vicinityBox .specialList li .txt{
  text-align: left;
}
/*listArea*/
.vicinityBox .listArea{
  margin-bottom: 50px;
}
.vicinityBox .listArea .inner{
  padding: 0 15px;
  margin: 0 auto;
  max-width: 710px;
}
.vicinityBox .listArea .ttl{
  padding: 0 0 10px;
  margin: 0 auto 25px;
  max-width: 375px;
  border-bottom: 1px solid #000;
  text-align: center;
}
.vicinityBox .listArea .main{
  padding: 15px 0 0 ;
  width: 54.9%;
  float: left;
}
.vicinityBox .listArea .main .lead{
  margin: 0 0 15px;
}
.vicinityBox .listArea .ph{
  width: 41.1%;
  float: right;
  text-align: right;
}

/*bg color*/
.vicinityBox .listArea.areaBg{
  padding: 30px 0px;
  background: #f5f1e5;
}
/*area03*/
.vicinityBox .listArea.area02 .btn{
  margin-top: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}

/*---------------------------------------------------
*
* PRICE
*
----------------------------------------------------*/
#id_price .pagettl{
  padding: 65px 0;
  text-align: center;
}
/*--priceBox--*/
.priceBox{
}
.priceBox .tableArea{
  margin-bottom: 75px;
  width: 56%;
  float: left;
}
/*priceTable*/
.priceTable{
  margin: 0 0 15px;
  width: 100%;
  border-bottom: 2px solid #000;
  overflow: hidden;
}
.priceTable caption{
  text-align: left;
  margin: 0 0 10px;
  padding: 0 0 5px;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 1em;
  border-bottom: 2px solid #000;
}
.priceTable th{
  vertical-align: top;
}
.priceTable th,
.priceTable td{
  padding: 15px 0;
  text-align: left;
}
.priceTable .underline{
  border-bottom: 2px solid #000;
}
.priceTable td{
  font-size: 16px;
  font-size: 1.4rem;
  border-bottom: 1px solid #000;
  vertical-align: middle;
}
.priceBox .price{
  text-align: right;
  font-weight: bold;
	width: 32%;
}
.priceBox .price .big{
  font-size: 24px;
  font-size: 2.4rem;
}
.priceBox .price .space{
  margin-right: -1em;
  letter-spacing: 1em;
}
/*notes*/
.priceBox .notes li{
  font-size: 16px;
  font-size: 1.6rem;
  padding-left: 1em;
  text-indent: -0.5em;

  line-height: 1.3;
}
.priceBox .notes li:before{
  display: inline-block;
  content: "\f111";
  font-family: FontAwesome;
}
.priceBox .notes li.space{
  margin: 0 0 1em;
}
/*bnArea*/
.priceBox .bnArea{
  width: 36%;
  float: right;
}
.priceBox .bnArea img{
  margin: 0 0 20px;

}
/*--accessBox--*/
.accessBox{
  margin-bottom:70px;
  max-width: 56%;
  clear: both;
}
.accessBox .ttl{
  margin: 0 0 25px;
  padding: 0 0 15px;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  border-bottom: 2px solid #000;
}
/*infoTable*/
.accessBox .infoTable a{
  color: #000;
  text-decoration: underline;
}
.accessBox .infoTable th,
.accessBox .infoTable td{
  padding: 5px 0;
  text-align: left;
}
.accessBox .infoTable th{
  padding-right: 1em;
  font-weight: normal;
}

/*googlemap*/
#id_price .gmaps{
    position: relative;
    padding-bottom: 35%;
    height: 0;
    overflow: hidden;
}
#id_price .gmaps iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/*---------------------------------------------------
*
* CONTACT
*
----------------------------------------------------*/

#id_contact .pagettl{
  padding: 65px 0;
  text-align: center;
}

/*--formBox--*/
.formBox{
  margin-bottom: 100px;
  max-width: 800px;
}
.formBox .memo{
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.formBox .memo .must{
  color: #C00000;
  font-size: 14px;
  font-size: 1.4rem;
}
.formBox .mailform{
  margin-bottom: 30px;
}

/*form style*/
.formBox textarea.txtArea{
  width: 100%;
  height: 200px;
}
.formBox #yoyaku_day{
  padding: 15px;
  background: #F5F1E5;
  border-radius: 5px;
  margin-top: 15px;
}
.formBox #yoyaku_day{
  color: #C00000;
}

/*--thanksBox--*/
.thanksBox{
  margin-bottom: 100px;
  text-align: center;
}
.thanksBox .ttl{
  padding: 70px 0 50px;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.3;
}
.thanksBox .tel{
  font-size: 20px;
  font-size:2rem ;
  font-weight: bold;
}
.thanksBox .tel a{
  color: #333;
  text-decoration: underline;
}
/*---------------------------------------------------
*
* FOOTER
*
----------------------------------------------------*/
#footer{
  padding: 20px;
  color: #fff;
  background: #55330b;
}
#footer .infoArea{
  float: left;
}
#footer .infoArea a{
  color: #fff;
  text-decoration: underline;
}
#footer .infoArea .logo{
  margin: 0 0 10px;
}
#footer .infoArea p{
  line-height: 1.4;
}
#footer .nav{
  padding: 12px 0 0;
  float: right;
}
#footer .nav li{
  margin-left: 20px;
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}
#footer .nav li.first{
  margin-left: 0;
}
#footer .nav a{
  padding: 0 0 10px;
  position: relative;
  display: inline-block;
  transition: .3s;
  color: #fff;
}
#footer .nav a:after{
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#footer .nav a:hover::after{
  width: 100%;
}

/*---------------------------------------------------
*
* WINDOWS SIZE
*
----------------------------------------------------*/
@media only screen and (min-width: 800px){
  /*SP hidden*/
  .sp{ display:none !important;}
}
@media only screen and (max-width: 799px){
  /*PC hidden*/
  .pc{ display:none !important;}
}

.instagramView {
  margin-top: 100px;
}
@media only screen and (max-width: 799px){
  .instagramView {
    margin-top: 50px;
  }
}
