@charset"utf-8";
@import "common.css";


/* "h" tag
-------------------------------------------------- */
h2.h2-contents{
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 50px;
  font-weight: bold;
  position: relative;
}
h2.h2-contents::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1.5rem;
  display: block;
  width: 5rem;
  height: 4px;
  background: #000;
  transform: translate3d(-50%,0,0);
}
h3.h3-infotitle{
  font-size: 2.2rem;
  font-weight: normal;
  border-bottom: 1px dotted #333;
  padding-bottom: 0.8rem;
  margin-bottom: 5rem;
  line-height: 1.4;
}

/* titleSec
-------------------------------------------------- */
section.titleSec{
  margin-top: 90px;
  padding-top: 80px;
  width: 100%;
}
@media print, screen and (max-width: 767px) {
  section.titleSec{
    margin-top: 70px;
    padding-top: 50px;
    width: 100%;
  }
}

/* contentVisualSec
-------------------------------------------------- */
/* information */
section.contentVisualSec{
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
}
section.contentVisualSec.information{    
    background: url(../img/information/visual_information.jpg) center center / cover no-repeat;
}
/* inquiry */
section.contentVisualSec.inquiry{
    background: url(../img/inquiry/visual_inquiry.jpg) bottom center / cover no-repeat;
}
/* request */
section.contentVisualSec.request{
    background: url(../img/request/visual_request.jpg) center center / cover no-repeat;
}
/* 105store */
section.contentVisualSec.store105{
    background: url(../img/105store/visual_105store.jpg) top center / cover no-repeat;
}
/* recruit */
section.contentVisualSec.recruit{
    background: url(../img/recruit/visual_recruit.jpg) center center / cover no-repeat;
}
@media print, screen and (max-width: 767px) {
  section.contentVisualSec{
    height: 160px;
  }
}

/* breadcrumbSec
-------------------------------------------------- */
section.breadcrumbSec div.content{
  width: 97%;
  margin: 0 auto;
}
section.breadcrumbSec div.content div.breadcrumb{
  margin: 3rem 0 0;
}
section.breadcrumbSec div.content div.breadcrumb ul li{
  display: inline-block;
}
section.breadcrumbSec div.content div.breadcrumb ul li::after{
  content: '>';
  padding: 0 1.5rem;
}
section.breadcrumbSec div.content div.breadcrumb ul li:last-child::after{
  display: none;
}
section.breadcrumbSec div.content div.breadcrumb ul li a{
  text-decoration: underline;
  color: #e4b03b;
}
section.breadcrumbSec div.content div.breadcrumb ul li a:hover{
  opacity: 0.5;
  transition: 0.6s;
}
@media print, screen and (max-width: 767px) {
  section.breadcrumbSec div.content{
    width: 95%;
    margin: 0 auto;
  }
  section.breadcrumbSec div.content div.breadcrumb{
    margin: 2.5rem 0 6rem;
  }
  section.breadcrumbSec div.content div.breadcrumb ul li{
    font-size: 1.3rem;
    line-height: 1.6;
  }
  section.breadcrumbSec div.content div.breadcrumb ul li::after{
    padding: 0 1.0rem;
  }
}


/* ==================================================
新着情報
================================================== */

/* informatonSec
-------------------------------------------------- */
section.informationSec{
  margin-top: 10rem;
  margin-bottom: 15rem;
}
section.informationSec div.content{
  width: 97%;
  margin: 0 auto;
}
section.informationSec div.news-list dl{
  border-bottom: 1px dotted #888;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.informationSec div.news-list dl.news-bottom{
  margin-bottom: 4rem;
}
section.informationSec div.news-list a{
  color: #0E7AC4;
}
section.informationSec div.news-list a:hover{
  text-decoration: underline;
}
section.informationSec dt.newsdate{
  font-weight: normal;
  width: 150px;
  margin-right: 2rem;
  padding-bottom: 1rem;
}
section.informationSec dd.newstitle{
  padding-bottom: 1rem;
  line-height: 1.5;
}
/* ページネーション */
section.informationSec div.newsPagenation{
  margin-top: 8rem;
  text-align: center;
}
section.informationSec div.newsPagenation li{
  background: #09045B;
  width: 30px;
  line-height: 2.2;
  text-align: center;
  display: inline-block;
  margin-right: 0.5rem;
  border-radius: 0.5rem;
}
section.informationSec div.newsPagenation li:last-child{
  margin-right: 0;
}
section.informationSec div.newsPagenation li a{
  color: #fff;
  display: block;
}
section.informationSec div.newsPagenation li:hover{
  opacity: 0.4;
  transition: .5s;
}
.wp-pagenavi {
  clear: both;
  text-align:center;
}
.wp-pagenavi a, .wp-pagenavi span {
  color: #999;
  background-color: #FFF;
  border: solid 1px #27313D;
  padding: 6px 10px;
  margin: 0 3px;
  white-space: nowrap;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration:none;
  font-size: 1.4rem;
}
.wp-pagenavi a{
  color: #27313D!important;
}
.wp-pagenavi span{
  color: #fff!important;
}
.wp-pagenavi a:hover{
  color:#FFF; 
  background-color:#ccc; 
  border-color:#27313D;
}
.wp-pagenavi span.current{
  color: #FFF;
  background-color: #27313D;
  border-color: #27313D;
  font-weight: bold;
}

@media print, screen and (max-width: 767px) {
  section.informationSec{
    margin-top: 7rem;
    margin-bottom: 8rem;
  }
  section.informationSec div.content{
    width: 95%;
    margin: 0 auto;
  }
  section.informationSec div.news-list dl.news-bottom{
    margin-bottom: 3rem;
  }
  section.informationSec div.news-list dl{
    display: block;
  }
  section.informationSec div.news-list dt.newsdate{
    margin-bottom: 0.5rem;
  }
  section.informationSec div.newsPagenation{
    margin-top: 5rem;
    text-align: center;
  }
}

/* informationDetailSec
-------------------------------------------------- */
section.informationDetailSec{
  margin-top: 10rem;
  margin-bottom: 15rem;
}
section.informationDetailSec div.content{
  width: 97%;
  margin: 0 auto;
}
section.informationDetailSec div.news-date{
  text-align: right;
  margin-bottom: 5rem;
}
section.informationDetailSec div.post-image{
  text-align: center;
  margin-bottom: 5rem;
}
section.informationDetailSec div.post-image img{
  width:100%;
  height:auto;
}
section.informationDetailSec div.news-text{
  font-size: 1.5rem;
}
section.informationDetailSec div.news-text h4{
  font-size: 2.0rem;
}
section.informationDetailSec div.news-text p{
  line-height: 1.8;
}
section.informationDetailSec div.news-text li{
  line-height: 1.8;
  margin-left: 2.0rem;
}
section.informationDetailSec div.news-text a{
  color: #e4b03b;
  text-decoration: underline;
}
section.informationDetailSec div.news-text video{
  width: 100%;
}
section.informationDetailSec div.news-text ul li{
  list-style-type: decimal;
}
section.informationDetailSec div.news-text li:bottom{
  margin-bottom: 0;
}
section.informationDetailSec div.returnBtn a{
  background: -webkit-gradient(linear, left top, left bottom, from(#E9872E), to(#ad6524));
  background: -webkit-linear-gradient(#E9872E, #ad6524);
  background: -o-linear-gradient(#E9872E, #ad6524);
  background: linear-gradient(#E9872E, #ad6524);
  display: inline-block;
  height: 55px;
  width: 170px;
  line-height: 55px;
  text-align: center;
  outline: none;
  color: #fff;
  font-size: 1.5rem;
  border-radius: 0.8rem;
  margin: 8rem auto;
}
section.informationDetailSec div.returnBtn a{
  color: #fff;
  display: block;
}
section.informationDetailSec div.returnBtn:hover{
  opacity: 0.4;
  transition: .5s;
}
section.informationDetailSec div.gotobox{
  padding-bottom: 3rem;
  border-bottom: 1px dotted #aaa;
}
section.informationDetailSec div.gotobox.fst{
  margin-bottom: 5rem;
}
section.informationDetailSec div.gotobox a:hover{
  opacity: .5;
  transition: 0.6s;
}
section.informationDetailSec div.gotobox h4{
  margin-bottom: 3rem;
}
section.informationDetailSec div.gotobox ul,
section.informationDetailSec div.gotobox ol{
  margin-bottom: 2rem;
}
section.informationDetailSec div.gotobox ul li{
  list-style-type: disc;
}
section.informationDetailSec div.gotobox div.imgarea{
  margin-top: 2rem;
}
section.informationDetailSec div.gotobox div.imgarea img{
  width: 100%;
  height: auto;
}
section.informationDetailSec div.gotobox div.imgarea img:hover{
  opacity: .5;
  transition: 0.6s;
}

@media screen and (max-width: 767px){
  section.informationDetailSec{
    margin-top: 7rem;
    margin-bottom: 8rem;
  }
  section.informationDetailSec div.content{
    width: 95%;
  }
  section.informationDetailSec div.news-date{
  margin-bottom: 30px;
  }
  section.informationDetailSec div.post-image{
    margin-bottom: 30px;
  }
  section.informationDetailSec div.news-text{
    font-size: 1.4rem;
  }
/*  section.informationDetailSec div.news-text li{
    margin-bottom: 1rem;
  }*/
  section.informationDetailSec div.returnBtn a{
    margin: 5rem auto 0;
    font-size: 1.4rem;
    height: 55px;
    width: 150px;  
    line-height: 3.9;
  }
}

/* ==================================================
お問い合わせ、宿泊予約
================================================== */

/* "reserveForm""inquiryForm"
-------------------------------------------------- */
/* Form */
section.reserveForm,
section.inquiryForm {
  margin-top: 8rem;
  margin-bottom: 10rem;
}
section.reserveForm div.content,
section.inquiryForm div.content {
  width: 97%;
  margin: 0 auto;
}
section.reserveForm table.table_reserve,
section.inquiryForm table.table_inquiry {
  width: 100%;
  margin-top: 5rem;
  border: 1px solid #ccc;
}
table.table_reserve th,
table.table_inquiry th {
  width: 30%;
  text-align: left;
  background: #F5F5F5;
  border: 1px solid #ccc;
  padding: 1.5rem;
  vertical-align: middle;
  line-height: 2.0;
}
table.table_reserve th span.required,
table.table_inquiry th span.required {
  background: #DE4830;
  padding: 0 0.7rem;
  color: #fff;
  margin-left: 1rem;
  font-size: 1.3rem;
  line-height: 2.0;
  display: inline-block;
}
table.table_reserve td,
table.table_inquiry td {
  border: 1px solid #ccc;
  padding: 1.5rem;
}
table.table_reserve td input,
table.table_inquiry td input{
  line-height: 2.6;
  height: 4.0rem;
}
table.table_reserve td.check-in,
table.table_reserve td.check-out{
  line-height: 2.6;
  height: 4.0rem;  
}
table.table_reserve td select,
table.table_inquiry td select{
  line-height: 2.6;
  height: 4.0rem;
  margin-right: 0.3rem;
  margin-left: 0.3rem;
  padding: 1rem 0.5rem;
}
table.table_reserve td.type input,
table.table_inquiry td.type input{
  height: 1.2rem;
}
table.table_reserve td.type label,
table.table_inquiry td.type label{
  margin-bottom: 0;
}
table.table_reserve td.type span.wpcf7-list-item,
table.table_inquiry td.type span.wpcf7-list-item{
  margin: 5px 20px 5px 0;
}
td.check-in input,
td.check-out input{
  width: 60%;
}
td.number{
  line-height: 3.2;
  height: 4.0rem;
}
td.number input{
  width: 10%;
  line-height: 3.2;
  margin: 0 5px 0 0;
}
td.name input,
td.kana input{
  width: 60%;
}
td.address input{
  width: 100%;
}
td.mailaddress input{
  width: 100%;
}
td.phone-number input{
  width: 40%;
}
td.remarks textarea{
  width: 100%;
}
/* button */
p#inquiryBtn,
p#reserveBtn {
  width: 200px;
  margin: 5rem auto 0;
}
p#inquiryBtn input,
p#reserveBtn input {
  background: -webkit-gradient(linear, left top, left bottom, from(#E9872E), to(#ad6524));
  background: -webkit-linear-gradient(#E9872E, #ad6524);
  background: -o-linear-gradient(#E9872E, #ad6524);
  background: linear-gradient(#E9872E, #ad6524);
  width: 200px;
  color: #fff;
  line-height: 1;
  height: 6rem;
  border: none;
  cursor: pointer;
  font-size: 1.5rem;
  display: inline-block;
  border-radius: 0.5rem;
}
p#inquiryBtn input:hover,
p#reserveBtn input:hover{
  opacity: 0.5;
  transition: .5s;
}
p#inquiryBtn input.btn-back,
p#reserveBtn input.btn-back {
  background: -webkit-gradient(linear, left top, left bottom, from(#0d0684), to(#040130));
  background: -webkit-linear-gradient(#0d0684, #040130);
  background: -o-linear-gradient(#0d0684, #040130);
  background: linear-gradient(#0d0684, #040130);
  color: #fff;
  margin-bottom: 10px;
}
p#reserveBtn input:hover {
  opacity: 0.4;
  transition: .5s;
}
/* error */
.wpcf7 .wpcf7-not-valid {
    background: pink;
}
span.wpcf7-not-valid-tip{
  display: none!important;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors{
  max-width: 1164px;
  margin: 15px auto;
  padding: 1rem;
}

@media print, screen and (max-width: 767px) {
  section.reserveForm,
  section.inquiryForm {
    margin-top: 7rem;
    margin-bottom: 8rem;
  }
  section.reserveForm div.content,
  section.inquiryForm div.content {
    width: 95%;
    margin: 0 auto;
  }
  table.table_reserve th,
  table.table_inquiry th {
    width: 100%;
    display: block;
    border: none;
    background: #F5F5F5;
    padding: 1.5rem;
    vertical-align: middle;
    line-height: 1.8;
    text-align: left;
  }
  table.table_reserve td,
  table.table_inquiry td {
    display: block;
    border: none;
    box-sizing: content-box;
    padding: 1.5rem;    
  }
  table.table_reserve td input,
  table.table_inquiry td input{
    line-height: 2.4;
  }
  td.check-in input,
  td.check-out input{
    width: 100%;
  }
  td.number{
    height: 14rem;
/*    height: 19rem;*/
  }
  td.number input{
    width: 15%;
    margin: 0 5px 0 0;
  }
  td.name input,
  td.kana input{
    width: 100%;
  }
  td.mailaddress input{
    width: 100%;
  }
  td.phone-number input{
    width: 70%;
  }
  /* button */
  p#inquiryBtn,
  p#reserveBtn {
    width: 150px;
    margin: 4rem auto 0;
  }
  p#inquiryBtn input,
  p#reserveBtn input {
    width: 170px;
    line-height: 1;
    height: 5.5rem;
    font-size: 1.4rem;
  }
  .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors{
    max-width: none;
    width: 95%;
    margin: 15px auto;
    padding: 1rem;
  }
}

/* en */
section.inquiryForm span.red,
section.reserveForm span.red{
  color: #DE4830;
  font-weight: bold;
}
table.table_reserve th span.required_en,
table.table_inquiry th span.required_en {
  color: #DE4830;
  margin-left: 0.5rem;
  font-size: 1.6rem;
  line-height: 1.8;
}

/* inquiry sendページ
-------------------------------------------------- */
section.sendMessage{
  margin-top: 8rem;
  margin-bottom: 13.5rem;
}
section.sendMessage div.content {
  width: 97%;
  margin: 0 auto;
}
section.sendMessage div.inner p{
  line-height: 1.6;
}
section.sendMessage table{
    width: 55%;
    margin: 5rem auto 0;
    border: 1px solid #C8C8C8;
    border-collapse: collapse;
}
section.sendMessage table th {
    text-align: center;
    background-color: #fdf4f8;
    font-weight: normal;
    border: 1px solid #C8C8C8;
    padding: 2.0rem 0 1.8rem;
}
section.sendMessage table td {
    text-indent: 10px;
    border: 1px solid #C8C8C8;
}

/* sendBtn */
section.sendMessage div.sendBtn{
  width: 200px;
  margin: 5rem auto 0;
}
section.sendMessage p#sendBtn{
  background: -webkit-gradient(linear, left top, left bottom, from(#0d0684), to(#040130));
  background: -webkit-linear-gradient(#0d0684, #040130);
  background: -o-linear-gradient(#0d0684, #040130);
  background: linear-gradient(#0d0684, #040130);
  width: 200px;
  color: #fff;
  text-align: center;
  line-height: 1;
  height: 6rem;
  border: none;
  cursor: pointer;
  font-size: 1.5rem;
  display: inline-block;
}
section.sendMessage p#sendBtn a{
  line-height: 4;
  color: #fff;
  cursor: pointer;
  display: block;
}
section.sendMessage p#sendBtn:hover{
  opacity: 0.4;
  transition: .5s;
}
@media screen and (max-width: 767px){
  section.sendMessage{
    margin-top: 7rem;
    margin-bottom: 8rem;
  }
  section.sendMessage div.content {
    width: 95%;
    margin: 0 auto;
  }
  section.sendMessage table{
      width: 100%;
      margin: 3rem auto 0;
      border-collapse: collapse;
  }
  section.sendMessage table th{
    width: 100%;
    display: block;
    padding: 1.5rem;
    line-height: 1.5;
    border-top: none;
    border-left: none;
    border-right: none;
    text-align: center;
  }
  section.sendMessage table td {
    display: block;
    border: none;
    box-sizing: content-box;
    padding: 1.5rem;
    line-height: 1.5;
    text-align: center;
  }
  section.sendMessage div.sendBtn{
    width: 170px;
    margin: 5rem auto 0;
  }
  section.sendMessage p#sendBtn{
    width: 170px;
    line-height: 1;
    height: 5.5rem;
    font-size: 1.4rem;
  }
}

/* ==================================================
105ストアー
================================================== */

/* about105Sec
-------------------------------------------------- */
section.about105Sec{
  margin-top: 10rem;
  margin-bottom: 10rem;
}
section.about105Sec div.content{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 97%;
  margin: 0 auto;
}
section.about105Sec div.content div.textarea{
  margin-top: 7rem;
  width: 48%;
}
section.about105Sec div.content div.imgarea{
  width: 49%;  
}
section.about105Sec div.content div.imgarea img{
  width: 100%;
  height: auto;
}
@media print, screen and (max-width: 767px) {
  section.about105Sec{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
  section.about105Sec div.content{
    display: block;
    width: 95%;
    margin: 0 auto;
  }
  section.about105Sec div.content div.textarea{
    margin-top: 0;
    margin-bottom: 3rem;
    width: 100%;
  }
  section.about105Sec div.content div.imgarea{
    width: 100%;  
  }
}

/* ==================================================
スタッフ募集
================================================== */

/* recruitSec
-------------------------------------------------- */
section.recruitSec{
  margin-top: 10rem;
  margin-bottom: 10rem;
}
section.recruitSec div.content{
  width: 97%;
  margin: 0 auto;
}
section.recruitSec div.content h3.h3-recruit{
  font-size: 2.0rem;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 3rem;
}
section.recruitSec div.content div.text-explain{
  margin-bottom: 5rem;
}
section.recruitSec div.content div.text-explain p.p-text{
  text-align: center;
  font-size: 1.6rem;
}
section.recruitSec div.content div.text-explain p.p-text a{
  text-decoration: underline;
  color: #e4b03b;
}
section.recruitSec div.content div.text-explain p.p-text a:hover{
  opacity: 0.4;
  transition: .5s;
}
section.recruitSec div.content div.block{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
}
section.recruitSec div.content div.block dl{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.recruitSec div.content div.block dl dt{
  width: 12rem;
  text-align: left;
  font-weight: bold;
  font-size: 1.8rem;
}
section.recruitSec div.content div.block dl dd{
  text-align: left;
  font-size: 1.8rem;
}
@media print, screen and (max-width: 767px) {
  section.recruitSec{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
  section.recruitSec div.content h3.h3-recruit{
    font-size: 1.8rem;
  }
  section.recruitSec div.content div.block dl dt{
    font-size: 1.6rem;
  }
  section.recruitSec div.content div.block dl dd{
    font-size: 1.6rem;
  }
}

/* storeInfoSec
-------------------------------------------------- */
section.storeInfoSec{
margin-bottom :15rem;
}
section.storeInfoSec div.content {
  width: 97%;
  margin: 0 auto;
}
section.storeInfoSec div.businessInfoBox{
  margin: 5rem auto;
  width: 100%;
}
section.storeInfoSec div.businessInfoBox dl{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
section.storeInfoSec div.businessInfoBox dl dt {
  font-weight: bold;
  color: #e4b03b;
  border-bottom: 1px solid #e4b03b;
  text-align: left;
  width: 25%;
  padding-bottom: 1.5rem;
  margin-bottom: 2.5rem;
}
section.storeInfoSec div.businessInfoBox dl dd {
  border-bottom: 1px solid #CCC;
  text-align: left;
  width: 75%;
  padding-left: 1%;
  padding-bottom: 1.5rem;
  margin-bottom: 2.5rem;
}
/* gmap */
section.storeInfoSec div.gmap iframe{
  width: 100%;
  height: 450px;
}
@media print, screen and (max-width: 767px) {
  section.storeInfoSec{
    margin-bottom :10rem;
  }
  section.storeInfoSec div.businessInfoBox{
    margin: 5rem auto 7rem;
    width: 100%;
  }
  section.storeInfoSec div.businessInfoBox dl{
    display: block;
  }
  section.storeInfoSec div.businessInfoBox dl dt {
    font-size: 1.6rem;
    border-bottom: none;
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 1.5rem;
  }
  section.storeInfoSec div.businessInfoBox dl dd {
    font-size: 1.4rem;
    border-bottom: 1px solid #CCC;
    text-align: left;
    width: 100%;
    padding-left: 0;
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
    line-height: 1.4;
  }
}


/* ==================================================
以下、装飾の指定
================================================== */

/* margin
-------------------------------------------------- */
.mb10{
  margin-bottom: 10px;
}
.mb20{
  margin-bottom: 20px;
}
.mb30{
  margin-bottom: 30px;
}
.mb40{
  margin-bottom: 40px;
}
.mb50{
  margin-bottom: 50px;
}

/*iPhoneでinput要素にCSSが効かない時 */
input[type="button"],input[type="text"],input[type="email"],input[type="number"],input[type="tel"],input[type="date"],input[type="submit"],textarea{
   -webkit-appearance: none!important;
   border-radius: 0!important;
}