@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700|Noto+Serif+JP:300,400,500,600,700&subset=japanese");

/*
$ttlFont: "Noto Serif Japanese";
*/

/*light*/

/*regular*/

/*medium*/

/*semi-bold*/

/*bold*/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: '';
  content: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

.lsf {
  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;
  -webkit-font-feature-settings: "liga" 1, "dlig" 1;
  -ms-font-feature-settings: "liga" 1, "dlig" 1;
  -o-font-feature-settings: "liga" 1, "dlig" 1;
  font-feature-settings: "liga" 1, "dlig" 1;
}

.lsf-icon:before {
  content: attr(title);
  margin-right: 0.3em;
  font-size: 130%;
  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;
  -webkit-font-feature-settings: "liga" 1, "dlig" 1;
  -ms-font-feature-settings: "liga" 1, "dlig" 1;
  -o-font-feature-settings: "liga" 1, "dlig" 1;
  font-feature-settings: "liga" 1, "dlig" 1;
}

/*
@mixin fontsize($size: 24, $base: 16) {
  font-size: $size + px;
  font-size: ($size / $base) * 1rem;
}
*/

/* 汎用クラス */

.opacity {
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}

.box_size {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
}

body {
  background: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif, "Noto Sans JP", sans-serif, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック";
  color: #333;
  line-height: 1.8em;
  text-align: justify;
  overflow-y: scroll;
}

img {
  width: 100%;
  vertical-align: bottom;
}

a {
  color: #333;
  text-decoration: none;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

a:link {
  color: #333;
}

a:visited {
  color: #333;
}

a:hover {
  /*
    text-decoration: none;
    color: $fontColor;
    */
  opacity: 0.5;
  filter: alpha(opacity=50);
}

a:active {
  color: #333;
}

a:focus {
  outline: none !important;
}

a img {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  -webkit-backface-visibility: hidden;
  /* マウスオーバー時のズレを防ぐ */
  backface-visibility: hidden;
  /* マウスオーバー時のズレを防ぐ */
}

a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.displaySP {
  display: none;
}

.brSP {
  display: none;
}

#btnPagetop {
  display: none;
  position: fixed;
  top: 50%;
  right: 0;
  margin-top: 25px;
  z-index: 100;
  width: 50px;
  height: 50px;
}

#btnPagetop a {
  display: block;
  width: 100%;
  height: 100%;
  background: #666;
}

#btnPagetop a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  margin-top: -3px;
  margin-left: -7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#btnPagetop a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/*----------------------------------------------------
  #wrapper
----------------------------------------------------*/

#wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#wrapper:after {
  content: " ";
  display: block;
  clear: both;
}

/*----------------------------------------------------
  header
----------------------------------------------------*/

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 300px;
  height: 100%;
  padding: 35px 40px;
  background: #101b38;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  z-index:1
}

.header a {
  color: #fff;
}

.header__logo {
  width: 140px;
  margin: 0 auto;
}

.header__nav {
  margin: 35px 0 0;
  margin: 25px 0 0;
  padding-top: 25px;
  border-top: solid 1px #444;
}

.header__nav ul li a {
  display: block;
  line-height: 30px;
  letter-spacing: .05em;
}

.header__sns {
  margin: 25px 0 0;
  border-top: solid 1px #444;
  border-bottom: solid 1px #444;
}

.header__sns ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__sns ul li a {
  display: block;
  padding: 0 15px;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 64px;
}

.header__info {
  margin: 25px 0 0;
}

.header__info h2 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1em;
  letter-spacing: .1em;
}

.header__info p {
  margin-top: 10px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5em;
}

.header__toggle-sp {
  display: none;
}

/* 動いた後 */

.header__toggle-sp.active span:nth-child(1) {
  top: 18px;
  right: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header__toggle-sp.active span:nth-child(2) {
  top: 18px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header__toggle-sp.active span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header__nav-sp {
  display: none;
}

/*----------------------------------------------------
  contents
----------------------------------------------------*/

.contents,
.footer {
  width: calc(100% - 300px);
  margin: 0 0 0 300px;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .contents, .footer {
    position:relative;
    left:300px;
    margin: 0;
  }
}
.section {
  padding: 120px 20px;
}

.section--white {
  background: #fff;
}

.section--black {
  background: #000;
  color: #fff;
}

.section--black .section__title {
  color: #fff;
}

.section--gray {
  background: #f5f5f5;
}

.section__title {
  margin-bottom: 60px;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1em;
  text-align: center;
  letter-spacing: .05em;
}

.section__subtitle {
  margin-bottom: 60px;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1em;
  text-align: center;
  letter-spacing: .05em;
}

.section__inner {
  margin: 0 auto;
}

.section__inner--s {
  max-width: 800px;
}

.section__inner--m {
  max-width: 1000px;
}

.section__inner--l {
  max-width: 1200px;
}

.section__lead {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5em;
  text-align: center;
}

.section__table {
  width: 100%;
  margin-top: 20px;
  border-collapse: collapse;
  border-top: solid 1px #666;
  border-left: solid 1px #666;
}

.section__table th,
.section__table td {
  padding: 8px;
  border-right: solid 1px #666;
  border-bottom: solid 1px #666;
  line-height: 1.5em;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.section__table th {
  background: #f5f5f5;
}

.section-greeting__director {
  margin-top: 40px;
  text-align: center;
}

.section-about__image {
  margin: 60px -20px 0;
}

.section-about__image li {
  margin-top: 40px;
  line-height: 1em;
}

.section-about__image li:first-child {
  margin-top: 0;
}

.section-about__gallery {
  margin-top: 80px;
}

.section-about__gallery h3 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1em;
  text-align: center;
}

.section-about__slider {
  max-width: 720px;
  margin: 40px auto 0;
}

.section-about__slider-nav {
  margin: 40px auto 0;
  text-align: center;
}

.section-about__slider-nav > div img {
  width: 80px;
}

.section-news__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-news__list li {
  width: 32%;
  margin-top: 2%;
  background: #fff;
}

.section-news__list li:nth-child(1),
.section-news__list li:nth-child(2),
.section-news__list li:nth-child(3) {
  margin-top: 0;
}

.section-news__list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-news__image {
  width: 100%;
}

.section-news__text {
  width: 100%;
  padding: 15px 20px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.section-news__date {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1em;
  color: #555;
  text-align: center;
}

.section-news__title {
  margin-top: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5em;
  text-align: center;
}

.section-news__button {
  width: 200px;
  height: 50px;
  margin: 0 auto;
  margin-top: 60px;
}

.section-news__button a {
  display: block;
  width: 100%;
  height: 100%;
  background: #101b38;
  line-height: 50px;
  color: #fff;
  text-align: center;
}

.section-spa {
  padding-bottom: 0;
}

.section-spa__list {
  margin: 60px -20px 0;
  padding-bottom: 60px;
  background: #000;
}

.section-spa__list li {
  padding-top: 60px;
}

.section-spa__list li:nth-child(even) .section-spa-box {
  left: 10%;
}

.section-spa__button {
  width: 200px;
  height: 50px;
  margin: 0 auto;
  margin-top: 60px;
}

.section-spa__button a {
  display: block;
  width: 100%;
  height: 100%;
  background: #101b38;
  line-height: 50px;
  color: #fff;
  text-align: center;
}

.section-spa__title {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1em;
  font-weight: 500;
  color: #fff;
  text-align: center;
  letter-spacing: .05em;
}

.section-spa__image {
  position: relative;
  margin-top: 30px;
}

.section-spa__imageWrap {
  display: block;
  margin: 30px;
}

.section-spa-box {
  position: absolute;
  top: 10%;
  right: 10%;
  z-index: 10;
  max-width: 300px;
  height: 80%;
  padding: 40px 20px 20px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #222;
  overflow: hidden;
}

.section-spa-box__title {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1em;
  font-weight: 600;
  letter-spacing: .05em;
}

.section-spa-box__text {
  margin-top: 20px;
}

.section-food__list {
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-food__list li {
  width: 48%;
  margin-top: 4%;
  padding-bottom: 30px;
  background: #fff;
}

.section-food__list li:first-child {
  width: 100%;
  margin-top: 0;
}

.section-food__list li:first-child .section-food__text {
  margin-right: 60px;
  margin-left: 60px;
}

.section-food__title {
  margin-top: 30px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1em;
  font-weight: 500;
  text-align: center;
  letter-spacing: .05em;
}

.section-food__text {
  margin: 20px 30px 0;
  font-size: 13px;
  font-size: 1.3rem;
}

.section-info-time__title {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1em;
  text-align: center;
  letter-spacing: .05em;
}

.section-info-time__fromto {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-info-time__fromto li {
  margin: 0 20px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1em;
}

.section-info-time__text {
  max-width: 800px;
  margin: 40px auto 0;
  text-align: center;
}

.section-info-detail {
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.section-info-detail > div {
  width: 48%;
}

.section-info-detail__title {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1em;
  text-align: center;
  letter-spacing: .05em;
}

.section-info-detail__item {
  width: 130px;
}

.section-info-detail__notes {
  margin-top: 20px;
}

.section-info-detail__notes li {
  position: relative;
  margin-top: 5px;
  line-height: 1.5em;
  padding-left: 1.6rem;
}

.section-info-detail__notes li:first-child {
  margin-top: 0;
}

.section-info-detail__notes li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.section-facility__image {
  margin-top: 60px;
}

.section-access__map {
  margin-top: 60px;
  overflow: hidden;
  position: relative;
  padding: 0 0 56.25% 0;
  height: 0;
}

.section-access__map iframe,
.section-access__map object,
.section-access__map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section-access-route {
  max-width: 640px;
  margin: 60px auto 0;
}

.section-access-route__title {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1em;
  text-align: center;
  letter-spacing: .05em;
}

.section-access-route__list {
  margin: 60px auto 0;
}

.section-access-route__list li {
  list-style: decimal;
  margin-top: 5px;
  line-height: 1.5em;
}

.section-access-route__list li:first-child {
  margin-top: 0;
}

.section-access-detail {
  margin-top: 60px;
}

.section-access-detail__title {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5em;
  text-align: center;
  letter-spacing: .05em;
}

.section-access-detail__title span {
  font-size: 16px;
  font-size: 1.6rem;
}

.section-access-detail__inner {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-access-detail__inner > div {
  width: 48%;
}

.section-access-detail__td {
  width: 175px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.section-contact__text {
  margin-top: 40px;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.5em;
  text-align: center;
}

.section-contact__text span {
  font-size: 32px;
  font-size: 3.2rem;
}

.section-contact__button {
  width: 200px;
  height: 50px;
  margin: 0 auto;
  width: 430px;
  height: 56px;
  margin-top: 60px;
  border: solid 25px #fff;
}

.section-contact__button a {
  display: block;
  width: 100%;
  height: 100%;
  background: #101b38;
  line-height: 50px;
  color: #fff;
  text-align: center;
}

.section-contact__button a {
  background: #fcb36b;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 56px;
}

.section-banner {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-banner__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-banner__list li {
  width: 32%;
  margin-top: 2%;
}

.section-banner__list li:nth-child(1),
.section-banner__list li:nth-child(2),
.section-banner__list li:nth-child(3) {
  margin-top: 0;
}

.footer {
  padding: 60px 0;
  background: #101b38;
}

.footer__nav ul {
  margin: -20px 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer__nav ul li {
  margin-top: 20px;
  margin-left: -1px;
  padding: 0 15px;
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
}

.footer__nav ul li a {
  display: block;
  line-height: 1.3em;
  color: #fff;
}

.footer__logo {
  width: 86px;
  margin: 120px auto 0;
}

.footer__info {
  display: none;
}

.footer__copyright {
  margin-top: 120px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5em;
  color: #fff;
  text-align: center;
}

.attention{
	border:solid 7px #d1352f;
	background:#ffeff2 url("../images/ico_important.png") no-repeat 18px 17px;
	padding:15px 40px 20px 60px;
	color:#333;
}
.attention h2{
  margin-bottom:15px;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight:700;
  color:#d1342e;
}

.attention h2+p{
  margin-bottom:10px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight:800;
  line-height:150%;
  color:#d1342e;
}

.attention h2+p span{
  text-decoration:underline;
  text-decoration-color:#d1342e;
}

.attention h2+p span.memo{
  font-weight:400;
  font-size: 13px;
  font-size: 1.3rem;
  text-decoration:none;
}

/*----------------------------------------------------
  印刷用スタイル
----------------------------------------------------*/

@media screen and (max-width: 1600px) {
  .section-spa__list li:nth-child(even) .section-spa-box {
    left: 5%;
  }

  .section-spa-box {
    max-width: 400px;
    right: 5%;
  }
}

@media screen and (max-width: 1200px) {
  .section-spa__list li:nth-child(even) .section-spa-box {
    left: 5%;
  }

  .section-spa-box {
    max-width: 500px;
    right: 5%;
    padding: 20px 15px 15px;
  }

  .section-spa-box__title {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .section-spa-box__text {
    margin-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 1200px) and (max-width: 800px) {
  .section-spa-box__title {
    font-size: 20px;
    font-size: 2.0rem;
  }

  .section-spa-box__text {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 960px) {
  .section-spa__list li:nth-child(even) .section-spa-box {
    max-width: 90%;
    left: 5%;
    right: 5%;
  }

  .section-spa-box {
    max-width: 90%;
    left: 5%;
    right: 5%;
  }
}

@media screen and (max-width: 800px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .displayPC {
    display: none;
  }

  .displaySP {
    display: block;
  }

  .header__sns ul li a {
    font-size: 28px;
    font-size: 2.8rem;
  }

  .header__info h2 {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .header__info p {
    font-size: 11px;
    font-size: 1.1rem;
  }

  .header {
    width: 100%;
    height: 100px;
    padding: 10px;
  }

  .header__logo {
    height: 100%;
    text-align: center;
  }

  .header__logo img {
    width: auto;
    height: 100%;
  }

  .header__nav,
  .header__sns,
  .header__info {
    display: none;
  }

  .header__toggle-sp {
    display: block;
    position: fixed;
    right: 16px;
    top: 22px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 3;
    text-align: center;
  }

  .header__toggle-sp span {
    display: block;
    position: absolute;
    width: 30px;
    border-bottom: solid 2px #fff;
    right: 0;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition: top .35s, left .35s, -webkit-transform .35s;
    transition: top .35s, left .35s, -webkit-transform .35s;
    transition: transform .35s, top .35s, left .35s;
    transition: transform .35s, top .35s, left .35s, -webkit-transform .35s;
  }

  .header__toggle-sp span:nth-child(1) {
    top: 9px;
  }

  .header__toggle-sp span:nth-child(2) {
    top: 18px;
  }

  .header__toggle-sp span:nth-child(3) {
    top: 27px;
  }

  .header__nav-sp {
    display: block;
    position: fixed;
    z-index: 999999;
    right: 0;
    color: #fff;
    -webkit-transition: all .6s;
    transition: all .6s;
    width: 100%;
    top: -120%;
    background: rgba(16, 27, 56, 0.8);
  }

  .header__nav-sp.active {
    top: 0;
  }

  .header__nav-sp > ul {
    width: 100%;
    text-align: center;
    padding-top: 100px;
  }

  .header__nav-sp > ul > li {
    font-size: 2.4rem;
    line-height: 2em;
    width: 100%;
  }

  .header__nav-sp > ul > li a {
    display: block;
    padding: 1rem 0;
  }

  .header__nav-sp > ul > li a:hover {
    text-decoration: none;
  }

  .header__nav-sp .header__sns-sp {
    width: 80%;
    margin: 40px auto 0;
    border-top: solid 1px #999;
    border-bottom: solid 1px #999;
  }

  .header__nav-sp .header__sns-sp ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header__nav-sp .header__sns-sp ul li a {
    display: block;
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 2em;
  }

  .contents,
  .footer {
    width: 100%;
    margin-left: 0;
  }

  .contents {
    margin-top: 100px;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section__title {
    font-size: 36px;
    font-size: 3.6rem;
  }

  .section__subtitle {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .section__lead {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .section-about__gallery h3 {
    font-size: 28px;
    font-size: 2.8rem;
  }

  .section-news__date {
    font-size: 11px;
    font-size: 1.1rem;
  }

  .section-news__title {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .section-spa__list li:nth-child(even) .section-spa-box {
    max-width: 100%;
    right: auto;
    left: auto;
  }

  .section-spa__title {
    font-size: 28px;
    font-size: 2.8rem;
  }

  .section-spa-box {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    max-width: 100%;
    height: auto;
    padding: 15px 20px;
    background: #f5f5f5;
    color: #333;
  }

  .section-spa-box__title {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .section-spa-box__title {
    display: none;
  }

  .section-spa-box__text {
    margin-top: 0;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .section-food__list li:first-child .section-food__text {
    margin-right: 30px;
    margin-left: 30px;
  }

  .section-food__title {
    font-size: 20px;
    font-size: 2.0rem;
  }

  .section-food__text {
    font-size: 11px;
    font-size: 1.1rem;
  }

  .section-info-time__title {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .section-info-time__fromto li {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .section-info-detail__title {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .section-access-route__title {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .section-access-detail__title {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .section-access-detail__title span {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .section-contact__text {
    font-size: 36px;
    font-size: 3.6rem;
  }

  .section-contact__text span {
    font-size: 28px;
    font-size: 2.8rem;
  }

  .section-contact__button a {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .footer__nav ul {
    margin-top: -15px;
  }

  .footer__nav ul li {
    margin-top: 15px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .footer__logo {
    margin-top: 80px;
  }

  .footer__info {
    display: block;
    margin-top: 40px;
    color: #fff;
  }

  .footer__info p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2em;
    text-align: center;
  }

  .footer__copyright {
    font-size: 11px;
    font-size: 1.1rem;
  }

  .footer__copyright {
    margin-top: 80px;
  }
  .attention{
    background-image:none;
    padding:20px 20px 20px 20px;
  }
  .attention h2{
    margin-bottom:20px;
    text-align:center;
  }
}

@media screen and (max-width: 800px) and (max-width: 600px) {
  .header__nav-sp > ul {
    padding-top: 20px;
  }

  .header__nav-sp > ul > li {
    font-size: 1.4rem;
    line-height: 1.5em;
  }

  .header__nav-sp .header__sns-sp {
    margin-top: 20px;
  }

  .header__nav-sp .header__sns-sp ul li a {
    font-size: 40px;
    font-size: 4rem;
    line-height: 1.5em;
  }
}

@media screen and (max-width: 800px) and (max-width: 600px) and (max-width: 800px) {
  .header__nav-sp .header__sns-sp ul li a {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 800px) and (max-width: 600px) and (max-width: 600px) {
  .header__nav-sp .header__sns-sp ul li a {
    font-size: 30px;
    font-size: 3rem;
  }
}

@media screen and (max-width: 800px) and (max-width: 800px) {
  .section-spa-box__text {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .footer__nav ul li {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .footer__info p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 600px) {
  a:hover {
    color: #333;
  }

  a:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
  }

  .displayPC {
    display: none;
  }

  .displayPCTAB {
    display: none;
  }

  .displaySP {
    display: block;
  }

  .brPC {
    display: none;
  }

  .brSP {
    display: block;
  }

  .header__sns ul li a {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .header {
    height: 80px;
  }

  .contents {
    margin-top: 80px;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section__title {
    font-size: 30px;
    font-size: 3rem;
  }

  .section__title {
    margin-bottom: 40px;
  }

  .section__subtitle {
    font-size: 22px;
    font-size: 2.2rem;
  }

  .section__subtitle {
    margin-bottom: 40px;
  }

  .section__table {
    margin-top: 10px;
  }

  .section-about__image {
    margin-top: 30px;
  }

  .section-about__image li {
    margin-top: 20px;
  }

  .section-about__gallery h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .section-about__gallery {
    margin-top: 40px;
  }

  .section-news__list li {
    width: 100%;
    margin-top: 20px;
  }

  .section-news__list li:nth-child(2),
  .section-news__list li:nth-child(3) {
    margin-top: 20px;
  }

  .section-news__image {
    width: 130px;
  }

  .section-news__text {
    width: calc(100% - 130px);
    padding: 10px;
  }

  .section-news__date {
    text-align: left;
  }

  .section-news__title {
    margin-top: 5px;
    text-align: left;
  }

  .section-news__button {
    margin-top: 30px;
  }

  .section-spa__list {
    margin-top: 30px;
    padding-bottom: 30px;
  }

  .section-spa__list li {
    padding-top: 30px;
  }

  .section-spa__button {
    margin-top: 30px;
  }

  .section-spa__title {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .section-spa-box__title {
    font-size: 22px;
    font-size: 2.2rem;
  }

  .section-food__list li:first-child .section-food__text {
    margin-right: 15px;
    margin-left: 15px;
  }

  .section-food__list {
    margin-top: 30px;
  }

  .section-food__list li {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 15px;
  }

  .section-food__title {
    margin: 20px 15px 0;
  }

  .section-food__text {
    margin: 10px 15px 0;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .section-info-time__fromto {
    margin-top: 20px;
  }

  .section-info-time__fromto li {
    width: 100%;
    margin: 15px 0 0;
    text-align: center;
  }

  .section-info-time__fromto li:first-child {
    margin-top: 0;
  }

  .section-info-time__text {
    margin-top: 20px;
  }

  .section-info-detail {
    margin-top: 30px;
  }

  .section-info-detail > div {
    width: 100%;
    margin-top: 30px;
  }

  .section-info-detail > div:first-child {
    margin-top: 0;
  }

  .section-info-detail__notes {
    margin-top: 10px;
  }

  .section-info-detail__notes li {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .section-facility__image {
    margin-top: 30px;
  }

  .section-access__map {
    margin-top: 30px;
  }

  .section-access-route {
    margin: 30px 20px 0;
  }

  .section-access-route__list {
    margin-top: 20px;
  }

  .section-access-detail {
    margin-top: 30px;
  }

  .section-access-detail__inner > div {
    width: 100%;
    margin-top: 30px;
  }

  .section-access-detail__inner > div:first-child {
    margin-top: 0;
  }

  .section-contact__text {
    font-size: 30px;
    font-size: 3rem;
  }

  .section-contact__text span {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .section-contact__text {
    margin-top: 0;
    font-size: 28px;
    font-size: 2.8rem;
  }

  .section-contact__text span {
    font-size: 20px;
    font-size: 2rem;
  }

  .section-contact__button a {
    font-size: 22px;
    font-size: 2.2rem;
  }

  .section-contact__button {
    max-width: 100%;
    height: 70px;
    margin-top: 30px;
    border: solid 10px #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .section-contact__button a {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 50px;
  }

  .section-banner {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-banner__list li {
    width: 48%;
    margin-top: 4%;
  }

  .section-banner__list li:nth-child(3) {
    margin-top: 4%;
  }

  .footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer__nav ul li {
    font-size: 13px;
    font-size: 1.3rem;
  }

  .footer__logo {
    margin-top: 40px;
  }

  .footer__info {
    margin-top: 20px;
  }

  .footer__copyright {
    margin-top: 40px;
  }
}

@media screen and (max-width: 600px) and (max-width: 800px) {
  .section-food__text {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .section-info-detail__notes li {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .section-contact__text {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .section-contact__text span {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .section-contact__button a {
    font-size: 20px;
    font-size: 2.0rem;
  }

  .footer__nav ul li {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 600px) and (max-width: 600px) {
  .section-contact__text {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

@media print {
  * html body {
    zoom: .7;
  }
}

.attention__table {
  width: 80%;
  max-width:650px;
  margin-top: 10px;
  border-collapse: collapse;
  border-top: solid 1px #666;
  border-left: solid 1px #666;
}

.attention__table th,
.attention__table td {
  padding: 8px;
  border-right: solid 1px #666;
  border-bottom: solid 1px #666;
  line-height: 1.5em;
  padding-left:1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.attention__table th {
  background: #f5f5f5;
}

.attention__table td:first-child {
  width:250px;
}
@media screen and (max-width: 1100px) {
  .attention__table {
    width: 100%;
    font-size:1.3rem;
  }
  .attention__table td:first-child {
    width:40%;
  }
}