@charset "utf-8";

/* ----------------------------------------
再定義
---------------------------------------- */
html {
  overflow-x: hidden;
  height: 100%;
}
body {
  line-height: 1.5;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, "メイリオ", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  color: #000;
  /*overflow-x: hidden;*/
  font-size: 14px;
  position: relative;
  letter-spacing: 0.05em;
  height: 100%;
}
a {
  color: #b0223a;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
img {
  vertical-align: bottom;
}
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
ul {
  list-style-type: none;
}
h1,h2,h3,h4,h5,h6 {
  font-weight: normal;
}

/* clearfix
---------------------------------------- */
.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
  line-height: 0;
}
.clearfix {
  *zoom: 1;
}

/* common style
---------------------------------------- */
.left { float: left; }
.right { float: right; }
.tac { text-align: center; }
.nowrap { white-space: nowrap; }
.ofh { overflow: hidden; }
.fwb { font-weight: bold; }
.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb20 { margin-bottom: 20px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb40 { margin-bottom: 40px !important;}
.mb50 { margin-bottom: 50px !important; }
.mb1em{ margin-bottom: 1em !important;}
.mt1em { margin-top: 1em !important}
.mt20 { margin-top: 20px !important; }
.mr20 { margin-right: 20px !important; }
.ml1em { margin-left: 1em !important; }
.pd1em { padding: 1em !important; }
.pt1em { padding-top: 1em !important; }
em,.col-red {
  color: #b0223a;
  font-style: normal;
}
.fz-l { font-size: 123.1% !important; }

/* Layout
---------------------------------------- */
.container{
  margin: 0 auto;
  font-size: 100%;
  width: 1200px;
  position: relative;
}
.flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
  -ms-flex-pack:justify;/*--- IE10 ---*/
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
}
.flexbox .one-third {
  width: 300px;
}
.flexbox .two-thirds {
  width: 610px;
}
.flexbox .half {
  width: 450px;
}
.sp {
  display: none;
}
.contents-area {
  width: 920px;
  float: right;
}
.side-area {
  width: 240px;
  float: left;
}

/* Header
---------------------------------------- */
#header {
  width: 100%;
  /*height: 110px;*/
  background: #fff;
  /*position: fixed;
  top: 0;
  left: 0;
  z-index: 200;*/
  border-bottom: 10px solid #36563c;
  overflow: hidden;
  padding-bottom: 15px;
}
#header h1 {
  padding: 15px 0 0 30px;
  float: left;
}
.gnav {
  overflow: hidden;
  padding: 25px 30px 0 0;
  float: right;
}
.gnav li {
  float: left;
}
.gnav li.access {
  margin-left: 1em;
}
.gnav li.access i {
  font-size: 6px;
  position: relative;
  bottom: 3px;
  padding: 0 0.2em;
}
.gnav li a {
  color: #36563c;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  height: 50px;
  line-height: 50px;
  display: block;
  padding: 0 1em;
  border-radius: 3px;
}
.gnav li.access a,
.gnav li a:hover {
  color: #fff;
  background: #36563c;
}
.gnav li.access a:hover {
  background: #c3cdc5;
  color: #36563c;
}


/* Page Common
---------------------------------------- */
.page {
  overflow: hidden;
  position: relative;
}
.page .contents-area p {
  font-size: 16px;
}
.contents-area .section {
  margin-bottom: 60px;
  overflow: hidden;
}
.cont-ttl,
.cont-ttl2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  border: 1px solid #36563c;
  border-radius: 3px;
  margin-bottom: 40px;
  padding: 21px 30px 20px;
  vertical-align: middle;
}
.cont-ttl span,
.cont-ttl2 span {
  font-size: 14px;
  font-weight: normal;
  padding-left: 1em;
  position: relative;
  bottom: 2px;
}
.cont-ttl {
  background: #36563c;
  color: #fff;
}
.cont-ttl:before {
  content: url(../images/star_wh.png);
  margin-right: 5px;
}
.cont-ttl2 {
  color: #36563c;
  background: #e1e6e2;
}
.cont-ttl2:before {
  content: url(../images/star_gr.png);
  margin-right: 5px;
}
.pagettl {
  height: 248px;
  color: #fff;
  font-size: 52px;
  text-align: center;
  margin-bottom: 40px;
  padding-top: 80px;
}
.pagettl span {
  font-size: 18px;
  display: block;
  line-height: 1;
}
.contents-area .cont-ttl,
.contents-area .cont-ttl2 {
  margin-bottom: 20px;
}
.side-menu {
  border: 1px solid #36563c;
  padding: 20px 10px;
  /*position: absolute;*/
  /*top: 0;*/
  /*left: 0;*/
  width: 240px;
}
.side-menu h3 {
  color: #36563c;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
.side-menu li {
  border: 1px solid #36563c;
  border-radius: 3px;
  margin-bottom: 5px;
}
.side-menu li a {
  text-decoration: none;
  color: #36563c;
  padding: 10px;
  display: block;
  background: #e1e6e2;
}
.side-menu a:before {
  content: '\f005';
  font-family: FontAwesome;
  font-size: 10px;
  margin-right: 0.5em;
}
.side-menu li a:hover {
  background: #c3cdc5;
}
.section h4 {
  font-weight: bold;
  font-size: 18px;
  color: #36563c;
  margin-bottom: 5px;
}
.hr {
  border-bottom: 1px dotted #bfbfbf;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

/* Top
---------------------------------------- */
.main-area {
  margin-bottom: 40px;
  width: 100%;
  height: 100%;
  max-height: 800px;
  position: relative;
}
.main-catch {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 200;
}
.slide-area {
  height: 100%;
}
.intro {
  margin-bottom: 60px;
}
.intro li {
  width: 390px;
}
.intro h2 {
  margin-bottom: 20px;
}
.intro h2 span {
  background: #36563c;
  display: block;
  text-align: center;
}
.intro a {
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  line-height: 50px;
  display: block;
}
.intro-menu {
  margin-top: 1em;
}
.intro-menu li {
  min-width: 35%;
  width: auto;
  float: left;
}
.intro-menu li:before {
  content: '\f101';
  font-family: FontAwesome;
  padding-right: 0.3em;
  color: #b0223a;
}
.intro-menu a {
  color: #b0223a;
  font-size: 16px;
  text-decoration: underline;
  display: inline;
  line-height: 2;
}
.intro-menu a:hover {
  text-decoration: none;
}
.info-area {
  width: 795px;
  font-size: 16px;
}
.info-content li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.info-content li:last-child {
  border-bottom: none;
}
.info-area li .info-image,
.info-area li .info-text {
  width: 48.6%;
}
.info-area li .info-image {
  margin-right: 15px;
  max-width: 390px;
}
.info-area li .info-image img {
  width: 100%;
}
.info-area .info-text .date {
  margin-bottom: 0.5em;
  font-size: 13px;
}
.bnr-area {
  width: 390px;
}
.bnr-area li {
  margin-bottom: 20px;
}

/* Daiyokujo
---------------------------------------- */
.pagettl.daiyoku {
  background: url(../images/daiyoku_pagettl_bg.jpg) no-repeat center;
}
.daiyoku-bath {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
  -ms-flex-pack:justify;/*--- IE10 ---*/
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}
.daiyoku-bath li {
  width: 300px;
  margin-bottom: 20px;
  text-align: center;
}

/* Senyukan
---------------------------------------- */
.pagettl.senyu {
  background: url(../images/senyu_pagettl_bg.jpg) no-repeat center;
}
.senyukan-fee,
.massage-fee {
  overflow: hidden;
}
.senyukan-fee dt {
  float: left;
  width: 10em;
}
.senyukan-fee dd {
  padding-left: 10em;
}
.senyu-bath li {
  border-bottom: 1px dotted #bfbfbf;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
  -ms-flex-pack:justify;/*--- IE10 ---*/
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
}
.senyu-bath li div {
  width: 300px;
}
.massage-fee dt {
  float: left;
  width: 4em;
}
.ganban-timetable {
  width: 50%;
}
.ganban-timetable td {
  border: 1px solid #bfbfbf;
  padding: 10px;
  text-align: center;
}

/* Spa
---------------------------------------- */
.pagettl.spa {
  background: url(../images/spa_pagettl_bg.jpg) no-repeat center;
}
.room-list li {
  border-bottom: 1px dotted #bfbfbf;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
  -ms-flex-pack:justify;/*--- IE10 ---*/
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
}
.room-txt {
  overflow: hidden;
  width: 300px;
}
.room-txt p,
.room-txt dl {
  font-size: 14px !important;
}
.room-txt p {
  margin-bottom: 1em;
}
.room-txt dt {
  float: left;
  width: 9em;
}
.room-photo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
  -ms-flex-pack:justify;/*--- IE10 ---*/
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
}
.room-photo p {
  margin-left: 10px;
}
.room-price {
  width: 100%;
  font-size: 16px;
}
.room-price .tac {
  text-align: center !important;
}
.room-price .tac span {
  display: block;
  font-size: 14px;
}
.room-price .kado {
  font-size: 12px;
}
.room-price th,
.room-price td {
  border: 1px solid #bfbfbf;
  padding: 10px;
}
.room-price th {
  background: #efefef;
  text-align: left;
  font-weight: normal;
}
.room-price th a {
  color: #36563c;
}
.room-price td {
  text-align: right;
}

/* Seishuya
---------------------------------------- */
.pagettl.seishuya {
  background: url(../images/seishuya_pagettl_bg.jpg) no-repeat center;
}
.seishuya-items li {
  margin-bottom: 20px;
}
.seishuya-items li p img {
  margin-right: 10px;
}

/* Party
---------------------------------------- */
.pagettl.party {
  background: url(../images/party_pagettl_bg.jpg) no-repeat center;
}

/* History
---------------------------------------- */
.pagettl.history {
  background: url(../images/history_pagettl_bg.jpg) no-repeat center;
}

/* Access
---------------------------------------- */
.pagettl.access {
  background: url(../images/access_pagettl_bg.jpg) no-repeat center;
}
.access p.tel {
  font-size: 36px;
  font-weight: bold;
}
.access p.map {
  margin-top: 1em;
}
.access p.map iframe {
  width: 100%;
  height: 400px;
  pointer-events: none;
}

/* Footer
---------------------------------------- */
#footer {
  text-align: center;
  clear: both;
  position: relative;
  margin-top: 100px;
}
.fnav {
  background: #36563c;
  padding: 15px 0;
  overflow: hidden;
}
.fnav li {
  float: left;
  line-height: 1;
}
.fnav li:after {
  content: '／';
  padding: 0 1em;
  color: #fff;
}
.fnav li:last-child:after {
  content: none;
}
.fnav li a {
  color: #fff;
  text-decoration: none;
}
.fnav li a:hover {
  text-decoration: underline;
}
.ftr-contact {
  text-align: center;
}
.ftr-contact .flogo {
  margin: 30px 0 20px;
}
.ftr-contact span {
  padding-right: 1em;
}
.ftr-contact .access {
  margin-top: 0.5em;
}
.copyright {
  font-size: 12px;
  margin: 40px 0;
  color: #36563c;
}
.pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  /*display: none;*/
}
.pagetop a {
  background: #36563c;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 3px;
  padding-top: 9px;
}
.pagetop a:before {
  font-family: FontAwesome;
  content: '\f106';
  display: block;
  line-height: 1;
}
.pagetop a:hover {
  background: #c3cdc5;
  color: #36563c;
}

@media screen and (max-width:767px){

img {
  max-width: 100%;
  height: auto;
}
.container {
  margin: 0 auto;
  width: 94%;
  max-width: 720px;
}
.contents-area,
.side-area {
  width: 100%;
  float: none;
}
.flexbox .half {
  width: 49%;
}
.pc {
  display: none;
}
.sp {
  display: block;
}
img.sp {
  display: inline;
}
.spbr-none br {
  display: none;
}

/* Header -sp
---------------------------------------- */
#header {
  /*height: 110px;*/
}
#header h1 {
  max-width: 40%;
}
.menu-btn {
    position: absolute;
    top: 25px;
    right: 30px;
    z-index: 999;
    display: inline;
    font-size: 32px;
    /*background: #f7f7f2;*/
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.menu-btn a {
    display: inline-block;
    text-decoration: none;
    /* safari hack */
}
.btn-open:after {
    color: #36563c;
    content: "\f0c9";
    font-family: FontAwesome;
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition-property: all .2s linear 0s;
}
.btn-open:hover:after {
    color: #3e7d58;
}
.btn-close:after {
    color: #36563c;
    content: "\f00d";
    font-family: FontAwesome;
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition-property: all .2s linear 0s;
}
.btn-close:hover:after {
    color: #3e7d58;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 300;
    display: none;
    overflow: auto;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.95);
}
.gnav {
  /*overflow: hidden;*/
  padding: 50px 0 0 0;
  float: none;
}
.gnav li {
  float: none;
  text-align: center;
  margin: 0.5em 2em;
}
.gnav li.access {
  margin: 0.5em 2em;
}


/* Page Common -sp
---------------------------------------- */
.cont-ttl,
.cont-ttl2 {
  font-size: 20px;
  margin-bottom: 20px;
  padding: 16px 15px 15px;
}
.cont-ttl span,
.cont-ttl2 span {
  font-size: 13px;
}
.pagettl {
  height: auto;
  font-size: 30px;
  margin-bottom: 20px;
  padding: 40px 0;
}
.pagettl span {
  font-size: 12px;
  /*display: block;
  line-height: 1;*/
}
.contents-area .cont-ttl,
.contents-area .cont-ttl2 {
  margin-bottom: 10px;
}
.side-menu {
 /* border: 1px solid #36563c;*/
  padding: 10px 10px 5px;
  position: relative;
  /*top: 0;
  left: 0;*/
  width: 100%;
  margin-bottom: 10px;
}
.side-menu h3 {
  margin-bottom: 10px;
}
.side-menu li {
  display: inline-block;
}

/* Top -sp
---------------------------------------- */
.main-area {
  margin-bottom: 20px;
  max-height: 380px;
}
.slide-area {
  max-height: 380px;
}
.intro {
  margin-bottom: 30px;
  display: block;
}
.intro li {
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #bfbfbf;
  overflow: hidden;
}
.intro h2 {
  float: left;
  width: 48.6%;
  max-width: 350px;
  margin: 0 2.7% 10px 0;
}
.intro a {
  font-size: 18px;
  line-height: 40px;
}
.intro-menu li {
  float: none;
  border: none;
  margin: 0;
  padding: 0;
}
.intro-menu li a {
  font-size: 14px;
  line-height: 2;
}
.topcont-btm {
  display: block;
  margin-bottom: 30px;
}
.info-area {
  width: 100%;
}
.info-content li {
  display: block;
}
.info-content li .info-image,
.info-content li .info-text {
  width: 100%;
}
.info-area li .info-image {
  margin-bottom: 0.5em;
  /*max-width: 350px;*/
}
.bnr-area {
  width: 100%;
  overflow: hidden;
}
.bnr-area li {
  margin-bottom: 0;
  width: 48.6%;
  max-width: 350px;
  float: left;
}
.bnr-area li:last-child {
  float: right;
}

/* Daiyokujo -sp
---------------------------------------- */
.pagettl.daiyoku {
  background: url(../images/daiyoku_pagettl_bg.jpg) no-repeat center;
  background-size: cover;
}
.daiyoku #contact p,
.daiyoku #smoke p {
  width: 49%;
}
.daiyoku #fee .flexbox {
  display: block;
}
.daiyoku-bath li {
  width: 49%;
  margin-bottom: 1em;
}
.daiyoku #seishuya .flexbox .one-third {
  /*display: block;*/
}
.daiyoku #seishuya .flexbox p {
  margin-bottom: 1em;
  width: 49%;
}
.daiyoku #seishuya .flexbox p img {
  margin-bottom: 1em;
  float: none;
}

/* Senyukan -sp
---------------------------------------- */
.pagettl.senyu {
  background: url(../images/senyu_pagettl_bg.jpg) no-repeat center;
  background-size: cover;
}
#about_senyukan .flexbox {
  display: block;
}
#about_senyukan .flexbox p {
  width: 100%;
  margin-bottom: 1em;
}
#about_senyukan .flexbox .two-thirds {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
  -ms-flex-pack:justify;/*--- IE10 ---*/
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
  width: 100%;
}
#about_senyukan .flexbox .two-thirds p {
  width: 49%;
  margin-bottom: 0;
}
.senyukan #contact p {
  width: 49%;
}
.senyukan #fee .flexbox {
  display: block;
}
.senyu-bath li {
  display: block;
}
.senyu-bath li div {
  width: 100%;
  margin-bottom: 1em;
}
.senyukan-massage .flexbox p {
  width: 50%;
}
.ganban-timetable {
  width: 100%;
}
.lunch.flexbox {
  display: block;
}
.lunch.flexbox p {
  margin-bottom: 1em;
}

/* Spa -sp
---------------------------------------- */
.pagettl.spa {
  background: url(../images/spa_pagettl_bg.jpg) no-repeat center;
  background-size: cover;
}
.room-txt {
  /*overflow: hidden;
  width: 300px;*/
}
.room-txt p,
.room-txt dl {
  font-size: 14px !important;
}
.room-txt dt {
  float: none;
  width: auto;
  font-weight: bold;
}
.room-txt dd {
  margin-bottom: 0.5em;
}
.room-photo {
  display: block;
}
.room-photo p {
  margin-bottom: 10px;
}
.room-price {
  font-size: 14px;
}
.room-price .tac span {
  font-size: 12px;
}
.room-price .kado {
  font-size: 10px;
}
.room-price th,
.room-price td {
  padding: 5px;
}

/* Party -sp
---------------------------------------- */
/* .page.party {
  overflow-x: scroll;
} */
.party .one-third,
.party .two-thirds {
  width: 49%;
}

/* Seishuya -sp
---------------------------------------- */
.pagettl.seishuya {
  background: url(../images/seishuya_pagettl_bg.jpg) no-repeat center;
  background-size: cover;
}
.seishuya-items li p img {
  margin-right: 1%;
  width: 49%;
}

/* History -sp
---------------------------------------- */
.pagettl.history {
  background: url(../images/history_pagettl_bg.jpg) no-repeat center;
  background-size: cover;
}
.history .flexbox {
  display: block;
}
.history .one-third,
.history .two-thirds {
  width: 100%;
}
.history .section img {
  margin: 0 auto 10px;
  display: block;
}

/* Access -sp
---------------------------------------- */
.pagettl.access {
  background: url(../images/access_pagettl_bg.jpg) no-repeat center;
  background-size: cover;
}
.access p.tel {
  font-size: 32px;
  /*font-weight: bold;*/
}
.access p.tel span.telhead {
  font-size: 14px;
  vertical-align: middle;
}
.access p.map {
  margin-top: 1em;
}
.access p.map iframe {
  width: 100%;
  height: 400px;
  pointer-events: none;
}

/* Footer -sp
---------------------------------------- */
#footer {
  margin-top: 50px;
}

.fnav li {
  line-height: 1.8;
}
.ftr-contact .flogo {
  margin: 15px 0 10px;
}
.ftr-contact {
  margin: 0 1em;
}
.ftr-contact span {
  display: block;
}
.ftr-contact span.title {
  padding-right: 0;
  padding-top: 1em;
  font-weight: bold;
  color: #36563c;
}
.copyright {
  margin: 20px 0;
}


}
