@charset "UTF-8";
/*-------------------------------
　* キービジュアル
---------------------------------*/
#inH {
  background: url(../english/img/keyvis.png) center no-repeat;
}

/*-------------------------------
　* ヘッダー
---------------------------------*/
#inH .keyV .hR .hTel {
  font-size: 14px;
}

#inH .hTop h1 {

}
#inH .hTop p.Wifi_english{
	float: left;
	width: 80px;
	margin-right: 5px;
	}

/*-------------------------------
　* tReservation
---------------------------------*/
#tReservation {
  display: none;
  position: relative;
}
#tReservation p {
  border-bottom: solid 2px #D5C1D8;
}
#tReservation p {
  color: #907195;
  cursor: pointer;
  background: #F9FAEE;
  display: block;
  font-size: 20px;
  height: 52px;
  padding: 16px 0;
  text-align: center;
}
#tReservation p:hover {
  text-decoration: none;
}
#tReservation ul {
  background: rgba(0, 0, 0, 0.7);
  display: none;
  padding: 20px 0;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
}
#tReservation ul li {
  margin-bottom: 10px;
  max-width: 320px;
  margin: 0 auto;
  padding: 0 10px;
  text-align: center;
}
#tReservation ul li:first-child {
  background: #605E91;
  border: solid 1px #BAB9CF;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  max-width: 300px;
  padding: 20px;
}
#tReservation ul li:first-child a {
  color: #fff;
}
#tReservation ul li:nth-child(1), #tReservation ul li:nth-child(2) {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #tReservation {
    display: block;
  }
}

/*-------------------------------
　* Infomation
---------------------------------*/
#info {
  margin-top: 95px;
}
#info h2 {
  background: url(../english/img/c1_ttl_bg.png) center no-repeat;
  background-size: contain;
  margin-bottom: 40px;
  padding: 10px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #info h2 {
    margin: 0 auto 20px;
    padding: 10px 2%;
    width: 98%;
  }
}
#info > figure {
  margin-bottom: 20px;
}
#info > figure img {
  display: block;
  width: 49.49494949494949%;
}
#info > figure img:first-child {
  float: left;
}
#info > figure img:last-child {
  float: right;
}
#info > figure + div {
  background: #ffffff;
  padding: 20px;
}
#info > figure + div dl {
  margin-bottom: 30px;
}
#info > figure + div dl dt {
  border-bottom: solid 1px #626094;
  color: #626094;
  font-size: 15px;
  padding-left: 1em;
  padding-bottom: 5px;
  text-indent: -1em;
}
#info > figure + div dl dt:before {
  content: "●";
}
#info > figure + div dl dd {
  font-size: 13px;
  margin-top: 10px;
  margin-left: 15px;
}
#info > figure + div dl dd ul li {
  line-height: 1.5em;
  margin-bottom: 5px;
}
#info > figure + div dl dd ul li span:first-child {
  font-weight: bold;
}
#info > figure + div dl dd ul li span:nth-child(2):before {
  content: "…";
}
#info > figure + div dl dd ul li span:nth-child(3) {
  display: block;
}
#info > figure + div dl dd ul li span:nth-child(3):before {
  content: "*";
  color: #a35965;
}
#info > figure + div dl:last-child {
  margin-bottom: 10px;
}

/*-------------------------------
　* onsen
---------------------------------*/
#onsen {
  margin-top: 95px;
}
#onsen h2 {
  background: url(../english/img/c1_ttl_bg.png) center no-repeat;
  background-size: contain;
  margin-bottom: 40px;
  padding: 10px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #onsen h2 {
    margin: 0 auto 20px;
    padding: 10px 2%;
    width: 98%;
  }
}
#onsen h2 + p {
  color: #a35965;
  font-size: 13px;
  margin-bottom: 4px;
  margin-left: 5px;
}
#onsen > ul {
  margin-bottom: 35px;
  margin-left: -9px;
}
#onsen > ul li {
  float: left;
  font-size: 13px;
  line-height: 1.5em;
  margin-left: 1%;
  width: 24%;
}
#onsen > ul li span {
  display: block;
  margin-bottom: 7px;
  text-align: center;
}
#onsen > ul li span:not(:first-child) {
  padding: 0 5px;
}
#onsen section h3 {
  background: url(../img/h_ttl.png) top left repeat;
  border-bottom: solid 1px #9d9393;
  font-size: 15px;
  font-weight: bols;
  margin-bottom: 10px;
  padding: 7px 10px;
}
#onsen section h3:before {
  content: "■";
  padding-right: 7px;
}
#onsen section ul {
  margin-bottom: 25px;
  margin-left: -13px;
}
#onsen section ul li {
  float: left;
  font-size: 13px;
  line-height: 1.5em;
  margin-left: 1.3%;
  width: 32%;
}
#onsen section ul li span {
  display: block;
  padding-bottom: 7px;
  text-align: center;
}
#onsen section ul li span:not(:first-child) {
  padding: 0 5px;
}
#onsen section figure {
  float: left;
  width: 32.32323232323232%;
}
#onsen section figure img {
  display: block;
  margin-bottom: 8px;
}
#onsen section figure figcaption {
  font-size: 13px;
  text-align: center;
}
#onsen section p {
  float: right;
  line-height: 1.7em;
  padding-top: 30px;
  width: 64.64646464646464%;
}
#onsen section p span {
  display: block;
}
#onsen section p span:before {
  content: "*";
  color: #a35965;
}

/*-------------------------------
　* room
---------------------------------*/
#room {
  margin-top: 95px;
}
#room h2 {
  background: url(../english/img/c1_ttl_bg.png) center no-repeat;
  background-size: contain;
  margin-bottom: 40px;
  padding: 10px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #room h2 {
    margin: 0 auto 20px;
    padding: 10px 2%;
    width: 98%;
  }
}
#room h2 + p {
  color: #a35965;
  font-size: 13px;
  margin-bottom: 4px;
  margin-left: 5px;
}
#room > ul {
  margin-bottom: 35px;
  margin-left: -9px;
}
#room > ul li {
  float: left;
  font-size: 13px;
  line-height: 1.5em;
  margin-left: 1%;
  width: 24%;
}
#room > ul li span {
  display: block;
  margin-bottom: 7px;
  text-align: center;
}
#room > ul li span:not(:first-child) {
  padding: 0 5px;
}
#room > p {
  font-size: 13px;
  line-height: 1.6em;
  margin: 30px 0 20px 20px;
}
#room section h3 {
  background: url(../img/h_ttl.png) top left repeat;
  border-bottom: solid 1px #9d9393;
  font-size: 15px;
  font-weight: bols;
  margin-bottom: 10px;
  padding: 7px 10px;
}
#room section h3:before {
  content: "■";
  padding-right: 7px;
}
#room section dl {
  font-size: 13px;
  margin-bottom: 20px;
  margin-left: 20px;
}
#room section dl dt {
  font-weight: bold;
  margin-bottom: 5px;
}
#room section dl dd {
  line-height: 1.5em;
}
#room section p {
  font-size: 13px;
  line-height: 1.5em;
  margin-bottom: 20px;
  margin-left: 20px;
}

/*-------------------------------
　* meal
---------------------------------*/
#meal {
  margin-top: 95px;
}
#meal h2 {
  background: url(../english/img/c1_ttl_bg.png) center no-repeat;
  background-size: contain;
  margin-bottom: 40px;
  padding: 10px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #meal h2 {
    margin: 0 auto 20px;
    padding: 10px 2%;
    width: 98%;
  }
}
#meal ul {
  margin-left: -10px;
}
#meal ul li {
  float: left;
  margin-bottom: 20px;
  margin-left: 1%;
}
#meal ul li:nth-child(1), #meal ul li:nth-child(2) {
  width: 49%;
}
#meal ul li:nth-child(3), #meal ul li:nth-child(4), #meal ul li:nth-child(5) {
  width: 32%;
}

/*-------------------------------
　* kumano
---------------------------------*/
#kumano {
  margin-top: 95px;
  position: relative;
}
#kumano h2 {
  background: url(../english/img/c1_ttl_bg.png) center no-repeat;
  background-size: contain;
  margin-bottom: 40px;
  padding: 10px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #kumano h2 {
    margin: 0 auto 20px;
    padding: 10px 2%;
    width: 98%;
  }
}
#kumano p {
  float: left;
  font-size: 13px;
  line-height: 1.8em;
  width: 48.98989898989899%;
}
#kumano figure {
  float: right;
  width: 49.49494949494949%;
}
#kumano a {
  box-shadow: rgba(28, 28, 28, 0.65098) 7px 7px 10px -6px;
  -webkit-box-shadow: rgba(28, 28, 28, 0.65098) 7px 7px 10px -6px;
  -moz-box-shadow: rgba(28, 28, 28, 0.65098) 7px 7px 10px -6px;
  clear: both;
  display: block;
  max-width: 200px;
  position: absolute;
  bottom: 0;
  left: 28%;
}
@media screen and (max-width: 905px) {
  #kumano a figure {
    float: none;
    text-align: center;
    width: 100%;
  }
  #kumano a p {
    float: none;
    width: 100%;
  }
  #kumano a a {
    margin: 20px auto;
    max-width: 200px;
    position: static;
  }
}

/*-------------------------------
　* accesss
---------------------------------*/
#access {
  margin-top: 95px;
  position: relative;
}
#access h2 {
  background: url(../english/img/c1_ttl_bg.png) center no-repeat;
  background-size: contain;
  margin-bottom: 40px;
  padding: 10px 0;
  text-align: center;
}
#access h2 + p {
  background: url(../english/img/c5_bor.png) bottom center no-repeat;
  font-size: 13px;
  margin: 0 auto 20px;
  padding-bottom: 5px;
  padding-left: 40px;
  position: relative;
  max-width: 532px;
}
#access h2 + p strong {
  font-size: 20px;
  padding-right: 20px;
}
#access h2 + p:before {
  content: url(../english/img/c5_icon1.png);
  position: absolute;
  top: -9px;
  left: 5px;
}
#access ul {
  margin-bottom: 40px;
}
#access ul li {
  margin: 0 auto 20px;
  max-width: 595px;
  text-decoration: underline;
}
#access ul li a {
  color: #a35965;
}
#access dl {
  margin-bottom: 30px;
}
#access dl dt {
  background: url(../access/img/way_s_bg.png) top left repeat;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 10px;
  text-align: center;
}
#access dl dd {
  font-size: 13px;
  line-height: 1.5em;
}
#access dl dd span {
  display: block;
}
#access dl dd span:first-child {
  margin-bottom: 10px;
}
#access dl dd span:last-child {
  background: #fff;
  padding: 20px;
}
#access section {
  margin-top: 60px;
}
#access section h3 {
  background: url(../img/h_ttl.png) top left repeat;
  border-bottom: solid 1px #9d9393;
  font-size: 15px;
  font-weight: bols;
  margin-bottom: 20px;
  padding: 7px 10px;
}
#access section h3:before {
  content: "■";
  padding-right: 7px;
}
#access section dl {
  margin-left: 20px;
}
#access section div {
  margin: 60px auto 40px;
  max-width: 300px;
  text-align: center;
}
#access section div a {
  box-shadow: rgba(28, 28, 28, 0.65098) 7px 7px 10px -6px;
  -webkit-box-shadow: rgba(28, 28, 28, 0.65098) 7px 7px 10px -6px;
  -moz-box-shadow: rgba(28, 28, 28, 0.65098) 7px 7px 10px -6px;
  display: block;
  margin-bottom: 20px;
}
#access section div + p {
  color: #a35965;
  font-size: 13px;
  margin-bottom: 40px;
  text-align: center;
}

/*-------------------------------
　* yakkan
---------------------------------*/
#yakkan {
  background: #6C596F;
  box-shadow: rgba(31, 31, 31, 0.65098) 0px 8px 6px -6px inset, rgba(31, 31, 31, 0.65098) 0px -7px 6px -6px inset;
  -webkit-box-shadow: rgba(31, 31, 31, 0.65098) 0px 8px 6px -6px inset, rgba(31, 31, 31, 0.65098) 0px -7px 6px -6px inset;
  -moz-box-shadow: rgba(31, 31, 31, 0.65098) 0px 8px 6px -6px inset, rgba(31, 31, 31, 0.65098) 0px -7px 6px -6px inset;
  color: #fff;
  display: none;
  line-height: 1.3em;
}
#yakkan #out {
  cursor: pointer;
  display: block;
  text-align: center;
}
#yakkan .conWidth {
  font-size: 13px;
  padding: 40px 10px 60px 10px;
}
#yakkan .conWidth p {
  margin-bottom: 20px;
}
#yakkan .conWidth dl {
  margin-bottom: 20px;
}
#yakkan .conWidth dl dt {
  margin-bottom: 10px;
}
#yakkan .conWidth dl dd {
  margin-bottom: 5px;
}
#yakkan .conWidth ul {
  margin-bottom: 20px;
}
#yakkan .conWidth ul li {
  margin-bottom: 10px;
}
#yakkan .conWidth table {
  border-collapse: collapse;
  border: solid 1px #fff;
  margin: 40px auto;
  width: 90%;
}
#yakkan .conWidth table th, #yakkan .conWidth table td {
  border-bottom: solid 1px #fff;
  border-left: solid 1px #fff;
  padding: 15px;
  vertical-align: middle;
}
#yakkan .conWidth table#table_1 td {
  font-size: 11px;
}
#yakkan .conWidth table#table_2 tr th:not(:first-child), #yakkan .conWidth table#table_2 tr td:not(:first-child) {
  text-align: center;
}

/*-------------------------------
　* footer
---------------------------------*/
@media print {
  footer .fWrap .fInfo {
    width: 55%;
  }
  footer .fWrap .fInfo p {
    float: none;
    margin-bottom: 25px;
  }
  footer .fWrap .fInfo ul {
    float: none;
    width: 100%;
  }
  footer .fWrap .fInfo ul li {
    line-height: 1.5em;
  }
  footer .fWrap .fInfo ul li:last-child {
    font-size: 20px;
    margin-top: 10px;
    max-width: 240px;
    padding: 10px 0;
    text-align: center;
  }

  #TA_cdswritereviewlg671 {
    float: right;
    margin-right: 2.222222%;
    width: 30%;
  }

  footer #page_top {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  footer .fWrap .fInfo {
    width: 55%;
  }
  footer .fWrap .fInfo p {
    float: none;
    margin-bottom: 25px;
  }
  footer .fWrap .fInfo ul {
    float: none;
    width: 100%;
  }
  footer .fWrap .fInfo ul li {
    line-height: 1.5em;
  }
  footer .fWrap .fInfo ul li:not(:first-child) {
    background: #454b8d;
    font-size: 20px;
    margin-top: 10px;
    max-width: 240px;
    padding: 10px 0;
    text-align: center;
  }
}
#TA_cdswritereviewlg671 {
  float: left;
  margin-right: 2.222222%;
  width: 30%;
}

/*-------------------------------
　* media
---------------------------------*/
@media screen and (max-width: 905px) {
  #kumano {
    margin-top: 30px;
  }
  #kumano figure {
    float: none;
    text-align: center;
    width: 100%;
  }
  #kumano p {
    float: none;
    padding: 0 10px;
    margin: 20px auto;
    max-width: 510px;
    width: auto;
  }
  #kumano a {
    margin: 20px auto;
    max-width: 200px;
    position: static;
  }
}
/*-------------------------------
　* SP
---------------------------------*/
@media screen and (max-width: 990px) {
  article {
    padding: 0 1.1111%;
  }
}
@media screen and (max-width: 768px) {
  #info {
    margin-top: 35px;
  }
  #info div {
    padding: 10px !important;
  }

  #onsen {
    margin-top: 30px;
  }
  #onsen > ul {
    margin-left: -6px;
  }
  #onsen > ul li {
    float: none;
    display: inline-block;
    margin-left: 6px;
    vertical-align: top;
    width: 47%;
  }
  #onsen section ul {
    margin-left: 0;
  }
  #onsen section ul li {
    float: none;
    margin: 0 auto 30px;
    width: 95%;
  }
  #onsen section ul li span {
    text-align: center;
  }
  #onsen section figure {
    float: none;
    text-align: center;
    width: 100%;
  }
  #onsen section figure img {
    display: inline;
  }
  #onsen section p {
    float: none;
    margin: 0 auto;
    padding-top: 15px;
    width: 95%;
  }

  #room {
    margin-top: 30px;
  }
  #room > ul {
    margin-left: -6px;
  }
  #room > ul li {
    float: none;
    display: inline-block;
    margin-left: 6px;
    vertical-align: top;
    width: 47%;
  }
  #room dl, #room p {
    margin-left: 10px !important;
  }

  #meal {
    margin-top: 30px;
  }
  #meal ul {
    text-align: center;
  }
  #meal ul li {
    margin-bottom: 20px;
    margin-left: 0;
  }
  #meal ul li:nth-child(1), #meal ul li:nth-child(2) {
    float: none;
    margin: 0 auto 15px;
    text-align: center;
    width: 90%;
  }
  #meal ul li:nth-child(3), #meal ul li:nth-child(4), #meal ul li:nth-child(5) {
    float: none;
    display: inline-block;
    margin-bottom: 10px;
    width: 45%;
  }

  #access h2 + p strong {
    display: block;
  }
  #access ul {
    padding: 0 2%;
  }
  #access ul li {
    line-height: 1.5em;
  }
  #access dl dd {
    padding: 0 2%;
  }
  #access section dl {
    margin-left: 10px;
  }
  #access section p {
    padding: 0 2%;
  }

  #yakkan table th, #yakkan table td {
    border-top: solid 1px #fff !important;
    border-bottom: none !important;
    border-left: none !important;
  }
  #yakkan table th {
    display: none;
  }
  #yakkan table td {
    display: block;
  }
  #yakkan table#table_1 tr:nth-child(2) td:first-child {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
  }
  #yakkan table#table_1 tr:nth-child(2) td:nth-child(2) {
    font-weight: bold;
    text-align: center;
  }
  #yakkan table#table_1 tr:not(:first-child) td:first-child {
    font-weight: bold;
    text-align: center;
  }
  #yakkan table#table_1 tr:not(:first-child) td:last-child:before {
    content: "Contents";
    font-size: 10px;
    color: #FFE595;
    display: block;
  }
  #yakkan table#table_2 tr td:first-child {
    font-size: 12px;
    font-weight: bold;
  }
  #yakkan table#table_2 tr td:first-child:before {
    content: "Contracted Number of Guest Date when Cancellation of Contract Notified";
    font-size: 10px;
    color: #FFE595;
    display: block;
  }
  #yakkan table#table_2 tr td {
    text-align: left !important;
  }
  #yakkan table#table_2 tr td:before {
    font-size: 10px;
    color: #FFE595;
    margin-right: 5%;
  }
  #yakkan table#table_2 tr td:nth-child(2):before {
    content: "1 to 14";
  }
  #yakkan table#table_2 tr td:nth-child(3):before {
    content: "15 to 30";
  }
  #yakkan table#table_2 tr td:nth-child(4):before {
    content: "31 to 100";
  }
  #yakkan table#table_2 tr td:nth-child(5):before {
    content: "101 and more";
  }

  footer .fWrap .fInfo ul li:nth-child(2) {
    background: #454b8d;
    font-size: 18px;
    padding: 5px;
    text-align: center;
    max-width: 100% !important;
  }

  #TA_cdswritereviewlg671 {
    float: none;
    margin: 20px auto;
    max-width: 265px;
    padding: 0 2%;
    width: auto !important;
  }
}
