@charset "UTF-8";
/*!
global > font
------------------------------
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;400&display=swap");
/*!
global > color
------------------------------
*/
:root {
  --font-family-base: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

.didot {
  font-family: "Didot", sans-serif !important;
}

/*!
foundation > reset
------------------------------
*/
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*!
foundation > base
------------------------------
*/
/* font reset
---------------------------------------------------------- */
body, html {
  font: 16px/1.231 "Noto Sans Japanese", sans-serif;
  font: 16px "Noto Sans Japanese", sans-serif;
  *font-size: small;
  *font: x-small;
  width: 100%;
  height: auto;
  color: #000;
  -webkit-text-size-adjust: none;
  -ms-font-feature-settings: "normal";
  font-weight: 300;
}

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

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  vertical-align: top;
}

select, input, button, textarea {
  font: 99%;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

#yui3-css-stamp.cssfonts {
  display: none;
}

/***************************************
 * clear fix
****************************************/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix {
  display: inline-block;
  min-height: 1%; /* for IE 7 and MacIE5.5*/
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/***************************************
 共通css
****************************************/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: inherit;
}
a:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (min-width: 1001px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
button {
  color: inherit;
  cursor: pointer;
}
button:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

img {
  max-width: 100%;
  width: 100%;
}

html, body {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  scroll-behavior: smooth;
}

body {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.75;
  color: #1a1a1a;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  width: 100%;
  overflow-x: hidden;
}
@media screen and (max-width: 900px) {
  body {
    font-size: 1.2rem;
  }
}
body.add_overray {
  overflow: hidden;
}

address {
  font-style: normal;
}

svg {
  fill: currentColor;
}

.sp {
  display: none !important;
}
@media screen and (max-width: 900px) {
  .sp {
    display: block !important;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 900px) {
  .pc {
    display: none !important;
  }
}

.lg {
  display: block;
}
@media screen and (max-width: 1000px) {
  .lg {
    display: none !important;
  }
}

.md {
  display: none;
}
@media screen and (max-width: 1000px) {
  .md {
    display: block !important;
  }
}

#wrapper {
  margin: 0 auto;
  position: relative;
}

/* inputボタンリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

::-moz-selection {
  background: #1a1a1a;
  color: #fff;
}

::selection {
  background: #1a1a1a;
  color: #fff;
}

::-moz-selection {
  background: #1a1a1a;
  color: #fff;
}

/*!
utility > utility
------------------------------
*/
.u-mb-em05 {
  margin-bottom: 0.5em;
}

.u-mb-em025 {
  margin-bottom: 0.25em;
}

.u-mb-em1 {
  margin-bottom: 1em;
}

.u-mb-em2 {
  margin-bottom: 2em;
}

.u-mr-em1 {
  margin-right: 1em;
}

.u-pb-05em {
  padding-bottom: 0.5em;
}

.u-txt-center {
  text-align: center;
}

.u-txt-right {
  text-align: right;
}

.u-txt-inblock {
  display: inline-block;
}

.u-txt-block {
  display: block;
}

.u-ls-0em {
  letter-spacing: 0;
}

@media screen and (max-width: 400px) {
  .u-ls-m005em-sm {
    letter-spacing: -0.05em;
  }
}

.u-font-goth {
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.u-sp_inline {
  display: none;
}
@media screen and (max-width: 900px) {
  .u-sp_inline {
    display: inline;
  }
}

.u-sp_inlineBlock {
  display: none !important;
}
@media screen and (max-width: 900px) {
  .u-sp_inlineBlock {
    display: inline-block !important;
  }
}

.u-googleMap {
  margin: 0 auto;
  padding: 0;
  height: 346px;
}
.u-googleMap iframe {
  margin: 0 auto;
  height: 346px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(1) invert(1);
}
@media screen and (max-width: 900px) {
  .u-googleMap {
    height: 300px;
  }
  .u-googleMap iframe {
    height: 300px;
  }
}

.u-lead-wrap {
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .u-lead-wrap {
    margin: 0 auto;
  }
}

.u-lead-txt {
  font-size: 1.6rem;
  letter-spacing: 0.07em;
  line-height: 2;
}
@media screen and (max-width: 900px) {
  .u-lead-txt {
    font-size: 1.2rem;
  }
}

.u-circle-list li {
  padding-left: 1.25em;
  margin-bottom: 0.25em;
  line-height: 1.6;
}
.u-circle-list li::before {
  content: "○";
  margin-right: 0.25em;
  margin-left: -1.25em;
}

.u-square-list li {
  padding-left: 1.25em;
  margin-bottom: 0.25em;
  line-height: 1.6;
}
.u-square-list li::before {
  content: "■";
  margin-right: 0.25em;
  margin-left: -1.25em;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 50px;
  width: 26px;
  top: calc(50% - 25px);
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0;
  border: none;
  outline: none;
  z-index: 100;
}
@media screen and (max-width: 900px) {
  .slick-prev,
  .slick-next {
    width: 15px;
    height: 26px;
    top: calc(50% - 12px);
  }
}
.slick-prev:hover,
.slick-next:hover {
  outline: none;
  opacity: 1;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0;
}
.slick-prev:before,
.slick-next:before {
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.slick-prev {
  left: -38px;
}
.slick-prev:before {
  content: "";
  background-image: url("../img/common/ico_arrow-left.svg");
}
@media screen and (max-width: 900px) {
  .slick-prev {
    left: -20px;
  }
}

.slick-next {
  right: -38px;
}
.slick-next:before {
  content: "";
  background-image: url("../img/common/ico_arrow-right.svg");
}
@media screen and (max-width: 900px) {
  .slick-next {
    right: -20px;
  }
}

/*!
animation > fadein
------------------------------
*/
/* スクロールCSS */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadein {
  opacity: 0.2;
  -webkit-transform: translate(0, 70px);
          transform: translate(0, 70px);
  -webkit-transition: all 600ms;
  transition: all 600ms;
}
@media screen and (max-width: 900px) {
  .fadein {
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
}

.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/*!
component > contactbnr
------------------------------
*/
#contactbnr {
  position: fixed;
  right: 45px;
  bottom: 40px;
  z-index: 99;
}
@media screen and (max-width: 900px) {
  #contactbnr {
    right: auto;
    bottom: 0;
    width: 100%;
  }
}
#contactbnr a {
  position: relative;
  display: block;
  width: 144px;
  height: 144px;
  border-radius: 100%;
  background: rgba(46, 126, 186, 0.6);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 900px) {
  #contactbnr a {
    width: 85%;
    height: 53px;
    border-radius: 0;
    margin: 0 auto;
  }
}
#contactbnr a::after {
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  border-radius: 100%;
  border: 1px dotted #fff;
  content: "";
  z-index: 1;
  display: block;
}
@media screen and (max-width: 900px) {
  #contactbnr a::after {
    top: 3px;
    left: 3px;
    width: calc(100% - 7px);
    height: calc(100% - 2px);
    border: 1px dotted #fff;
    border-width: 1px 1px 0 1px;
    border-radius: 0;
  }
}
#contactbnr a:hover {
  background: #65a0cc;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#contactbnr a .inner {
  position: absolute;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  top: 50%;
  left: 0;
}
@media screen and (max-width: 900px) {
  #contactbnr a .inner {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    height: 53px;
  }
}
#contactbnr a .inner figure {
  width: 65px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 900px) {
  #contactbnr a .inner figure {
    width: 47px;
    margin: 0 8px 0 0;
  }
}
#contactbnr a .inner p {
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.3;
}
#contactbnr a .inner p span {
  font-size: 70%;
}
@media screen and (max-width: 900px) {
  #contactbnr a .inner p {
    font-size: 1.2rem;
  }
}

/*!
component > title
------------------------------
*/
.c-title-page {
  width: 100%;
  position: relative;
  text-align: center;
  margin-bottom: 90px;
}
@media screen and (max-width: 900px) {
  .c-title-page {
    margin-bottom: 50px;
  }
}

.c-title-page-txt {
  color: #fff;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 2.8rem;
  font-weight: 400;
  letter-spacing: 0.42em;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 900px) {
  .c-title-page-txt {
    font-size: 2.4rem;
  }
}

.c-title-lead {
  text-align: center;
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 1.96;
  margin-bottom: 1em;
}
@media screen and (max-width: 900px) {
  .c-title-lead {
    font-size: 1.7rem;
    letter-spacing: -0.02em;
  }
}

.c-title-plan {
  width: 100%;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.02em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #999;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .c-title-plan {
    font-size: 2.4rem;
  }
}

.c-title-privacy {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 400;
}
@media screen and (max-width: 900px) {
  .c-title-privacy {
    font-size: 2.2rem;
  }
}

.c-title-policy {
  color: #808080;
  font-size: 1.8rem;
  line-height: 1.3;
  margin-bottom: 0.7em;
}
@media screen and (max-width: 900px) {
  .c-title-policy {
    font-size: 1.6rem;
  }
}

/*!
component > btn
------------------------------
*/
.c-btn-tel {
  color: #fff;
  text-align: center;
  position: relative;
  background-color: #6da5cf;
  font-size: 1.7rem;
  display: inline-block;
  width: 550px;
  border-radius: 30px;
  padding: 1em;
  margin: auto;
  line-height: 1.5;
}
@media screen and (max-width: 900px) {
  .c-btn-tel {
    font-size: 1.6rem;
    border-radius: 10px;
    width: 80%;
    max-width: 330px;
    padding: 1em 1.5em 1em 1em;
  }
}
.c-btn-tel::after {
  content: "≫";
  font-size: 1.7rem;
  line-height: 1;
  position: absolute;
  right: 1em;
  top: calc(50% - 0.5em);
}
@media screen and (max-width: 900px) {
  .c-btn-tel::after {
    right: 0.5em;
  }
}
.c-btn-tel .txt {
  display: inline-block;
  letter-spacing: 0.23em;
  /*&::before{
  	content: '|';
  	margin-right: 0.5em;
  }
  &::after{
  	content: '|';
  	margin-left: 0.5em;
  	margin-right: 1em;
  }*/
}
@media screen and (max-width: 900px) {
  .c-btn-tel .txt {
    letter-spacing: 0.17em;
  }
}
.c-btn-tel .num {
  display: inline-block;
  letter-spacing: 0.13em;
}
@media screen and (max-width: 900px) {
  .c-btn-tel .num {
    font-size: 2rem;
    letter-spacing: 0.11em;
  }
}
.c-btn-tel.gray {
  background-color: #999;
}

.c-btn-gray {
  color: #fff;
  text-align: center;
  position: relative;
  background-color: #999;
  font-size: 1.7rem;
  display: inline-block;
  width: 550px;
  border-radius: 30px;
  padding: 1em;
  margin: auto;
  line-height: 1.5;
  letter-spacing: 0.23em;
}
@media screen and (max-width: 900px) {
  .c-btn-gray {
    font-size: 1.5rem;
    width: 80%;
    max-width: 330px;
    letter-spacing: 0.2em;
  }
}
.c-btn-gray::after {
  content: "≫";
  font-size: 1.7rem;
  line-height: 1;
  position: absolute;
  right: 1em;
  top: calc(50% - 0.5em);
}
@media screen and (max-width: 900px) {
  .c-btn-gray::after {
    right: 0.5em;
  }
}

.c-btn-mizu {
  color: #fff;
  text-align: center;
  position: relative;
  background-color: #6da5cf;
  font-size: 1.7rem;
  display: inline-block;
  width: 550px;
  border-radius: 30px;
  padding: 1em;
  margin: auto;
  line-height: 1.5;
  letter-spacing: 0.23em;
}
@media screen and (max-width: 900px) {
  .c-btn-mizu {
    font-size: 1.5rem;
    width: 80%;
    max-width: 330px;
    letter-spacing: 0.2em;
  }
}
.c-btn-mizu::after {
  content: "≫";
  font-size: 1.7rem;
  line-height: 1;
  position: absolute;
  right: 1em;
  top: calc(50% - 0.5em);
}
@media screen and (max-width: 900px) {
  .c-btn-mizu::after {
    right: 0.5em;
  }
}

.c-btn-planTel {
  color: #fff;
  text-align: left;
  position: relative;
  background-color: #999;
  font-size: 1.5rem;
  border-radius: 5px;
  padding: 1.25em 0.75em;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 900px) {
  .c-btn-planTel {
    font-size: 1.5rem;
    letter-spacing: 0.2em;
    text-align: center;
    display: block;
  }
}
.c-btn-planTel::after {
  content: "≫";
  font-size: 1.7rem;
  line-height: 1;
  position: absolute;
  right: 0.5em;
  top: calc(50% - 0.5em);
}
@media screen and (max-width: 900px) {
  .c-btn-planTel::after {
    right: 0.5em;
  }
}
.c-btn-planTel:hover {
  background-color: #b6b6b6;
}
.c-btn-planTel .txt {
  display: block;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 900px) {
  .c-btn-planTel .txt::before {
    content: "|";
    margin-right: 0.75em;
  }
  .c-btn-planTel .txt::after {
    content: "|";
    margin-left: 0.75em;
  }
}
.c-btn-planTel .num {
  display: block;
  letter-spacing: 0.1em;
}

/*!
layout > container
------------------------------
*/
.l-container-i, .l-container, .l-container-l, .l-container-m, .l-container-s {
  width: 82%;
  margin: auto;
}

.l-container-s {
  max-width: 752px;
}

.l-container-m {
  max-width: 940px;
}

.l-container-l {
  max-width: 1126px;
}

.l-container {
  max-width: 1196px;
}

.l-container-center {
  text-align: center;
  margin: auto;
}

/*!
layout > header
------------------------------
*/
header {
  position: fixed;
  top: 0;
  left: 0;
  color: #fff;
  margin: auto;
  text-align: left;
  width: 100%;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 900px) {
  header {
    position: fixed;
    top: 0;
    right: 0;
  }
}

.header_top .header_pc-nav {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header_left-logo {
  width: 230px;
  height: 49px;
  margin-left: 30px;
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
@media screen and (max-width: 900px) {
  .header_left-logo {
    display: none;
  }
}

.header_pc-nav {
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  width: 100%;
  padding: 35px 30px;
  margin: auto;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.header_pc-nav .header_pc-nav-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 900px) {
  .header_pc-nav .header_pc-nav-inner {
    display: none;
  }
}
.header_pc-nav .header_pc-nav-inner li::after {
  content: "｜";
  margin: auto 0.5em;
}
.header_pc-nav .header_pc-nav-inner li:last-child::after {
  content: "";
}
.header_pc-nav .header_pc-nav-inner li:first-child::before {
  content: "｜";
  margin: auto 0.5em;
}
.header_pc-nav .header_pc-nav-inner a {
  position: relative;
  padding-bottom: 0.25em;
}
.header_pc-nav .header_pc-nav-inner a:hover {
  border-bottom: 1px solid #fff;
}
.header_pc-nav .header_pc-nav-inner a:hover::after {
  display: block;
  position: absolute;
  bottom: -1.9em;
  right: 0;
  left: 0;
}
.header_pc-nav .header_pc-nav-inner a.navlink-concept:hover::after {
  content: "コンセプト";
}
.header_pc-nav .header_pc-nav-inner a.navlink-plan:hover::after {
  content: "プラン";
}
.header_pc-nav .header_pc-nav-inner a.navlink-facility:hover::after {
  content: "FACILITY";
}
.header_pc-nav .header_pc-nav-inner a.navlink-around:hover::after {
  content: "TOURISM";
}
.header_pc-nav .header_pc-nav-inner a.navlink-map:hover::after {
  content: "地図";
}
.header_pc-nav .header_pc-nav-inner a.navlink-about:hover::after {
  content: "ABOUT";
}
.header_pc-nav .header_pc-nav-inner a.navlink-reserve:hover::after {
  content: "RESERVE";
}
.header_pc-nav .header_pc-nav-inner .navlink-insta {
  width: 25px;
  height: 25px;
  margin-left: 0.5em;
}
.header_pc-nav .header_pc-nav-inner .navlink-insta a:hover {
  border-bottom: none;
  opacity: 0.7;
}

.headerColor-default {
  background-color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 900px) {
  .headerColor-default {
    background-color: inherit;
  }
}
.headerColor-default .header_left-logo {
  opacity: 1;
}
.headerColor-default .header_pc-nav {
  color: #1a1a1a;
}
.headerColor-default .header_pc-nav-inner a:hover {
  border-bottom: 1px solid #1a1a1a;
}
.headerColor-default .header_nav-contact {
  color: #1a1a1a;
  border: 1px solid #1a1a1a;
}
.headerColor-default .header_nav-contact::after {
  background-image: url("../img/common/ico_arrow-right02.svg");
}
.headerColor-default .header_nav-contact:hover {
  color: #fff;
  background-color: #B1B1B1;
  border-color: #B1B1B1;
}

.menu-trigger, .menu-trigger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: #fff;
  border-radius: 1px;
}
.menu-trigger span:nth-of-type(1) {
  top: 10px;
}
.menu-trigger span:nth-of-type(2) {
  top: 20px;
  opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 20px;
}

.headerColor-default .menu-trigger span, .menu-trigger .headerColor-default span span {
  background-color: #1a1a1a;
}

.gnav_btn-wrap {
  display: none;
}
@media screen and (max-width: 900px) {
  .gnav_btn-wrap {
    display: block;
  }
}
.gnav_btn-wrap #gnav_btn {
  position: absolute;
  width: 30px;
  height: 20px;
  z-index: 1100;
  top: 20px;
  right: 20px;
  cursor: pointer;
  border-radius: 15px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.gnav_btn-wrap #gnav_btn.open span {
  background-color: #fff;
  width: 30px;
}
.gnav_btn-wrap #gnav_btn.open span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-40deg);
          transform: translateY(9px) rotate(-40deg);
  top: 0;
}
.gnav_btn-wrap #gnav_btn.open span:nth-of-type(2) {
  opacity: 0;
}
.gnav_btn-wrap #gnav_btn.open span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(40deg);
          transform: translateY(-9px) rotate(40deg);
  bottom: 1px;
}
.gnav_btn-wrap nav {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(32, 30, 31, 0.9);
  z-index: 1000;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.gnav_btn-wrap nav::-webkit-scrollbar {
  display: none;
}
.gnav_btn-wrap nav #nav_inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
  clear: both;
  height: 100%;
  height: -webkit-fill-available;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: scroll;
  text-align: center;
}

.header_sp-nav {
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  padding-top: 100px;
  font-size: 1.8rem;
  margin-bottom: 50px;
}
.header_sp-nav li {
  margin-bottom: 1em;
}
.header_sp-nav li:last-child {
  margin-bottom: 0;
}
.header_sp-nav .navlink-insta {
  width: 30px;
  height: 30px;
  margin: auto;
}

.header_sp-link {
  margin-top: 10px;
}

.header_sp-sNav {
  margin-top: 1em;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.2rem;
}

.header_lower {
  position: relative;
  display: block;
}
.header_lower .header_pc-nav {
  color: #1a1a1a;
}
.header_lower .header_pc-nav {
  padding: 20px 0;
}
.header_lower .header_pc-nav .header_pc-nav-inner a:hover::after {
  content: "";
}
.header_lower .menu-trigger span, .menu-trigger .header_lower span span {
  background-color: #1a1a1a;
}
.header_lower .header_left-logo {
  position: absolute;
  width: 200px;
  height: 49px;
  top: 20px;
  left: 0;
}
.header_lower.headerColor-default {
  background-color: rgba(255, 255, 255, 0.7);
  position: fixed;
}
@media screen and (max-width: 900px) {
  .header_lower.headerColor-default {
    background-color: inherit;
  }
}
.header_lower.headerColor-default .header-logo {
  display: none;
}
.header_lower.headerColor-default .header_pc-nav {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 35px 30px;
}

.header-logo {
  width: 94px;
  height: 96px;
  margin: auto;
  position: relative;
  margin-top: 44px;
}
@media screen and (max-width: 900px) {
  .header-logo {
    padding-top: 28px;
    margin-top: 0;
    width: 75px;
    height: 76px;
  }
}
.header-logo a:hover {
  opacity: 0.7;
}

/*!
layout > footer
------------------------------
*/
footer {
  background-color: #fff;
}
@media screen and (max-width: 900px) {
  footer {
    padding-bottom: 50px;
  }
}
footer a {
  display: block;
}
footer .up_btn {
  position: absolute;
  top: -20%;
  right: 0%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background: #6da5cf;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
footer .up_btn img {
  width: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
footer .up_btn:hover {
  background: #9bc1de;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
footer .content {
  position: relative;
  text-align: center;
}
footer .content figure {
  width: 120px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 900px) {
  footer .content figure {
    width: 90px;
    margin-bottom: 25px;
  }
}
footer .content ul {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 15px 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  footer .content ul {
    padding: 15px 5% 0;
  }
}
footer .content ul li {
  margin: 0 20px;
}
@media screen and (max-width: 900px) {
  footer .content ul li {
    margin: 0 10px 15px;
  }
}
footer .content ul li:nth-child(1) {
  width: 70px;
}
@media screen and (max-width: 900px) {
  footer .content ul li:nth-child(1) {
    width: 45px;
  }
}
footer .content ul li:nth-child(2) {
  width: 90px;
}
@media screen and (max-width: 900px) {
  footer .content ul li:nth-child(2) {
    width: 60px;
  }
}
footer .content ul li:nth-child(3) {
  width: 50px;
}
@media screen and (max-width: 900px) {
  footer .content ul li:nth-child(3) {
    width: 40px;
  }
}
footer .content ul li:nth-child(4) {
  width: 110px;
}
@media screen and (max-width: 900px) {
  footer .content ul li:nth-child(4) {
    width: 73px;
  }
}
footer .content ul li:nth-child(5) {
  width: 50px;
}
@media screen and (max-width: 900px) {
  footer .content ul li:nth-child(5) {
    width: 40px;
  }
}
footer .content ul li:nth-child(6) {
  width: 125px;
}
@media screen and (max-width: 900px) {
  footer .content ul li:nth-child(6) {
    width: 110px;
  }
}
footer .content p {
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
}
@media screen and (max-width: 900px) {
  footer .content p {
    font-size: 1.2rem;
  }
}
footer .content aside {
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 40px;
  font-size: 1.3rem;
}
@media screen and (max-width: 900px) {
  footer .content aside {
    margin-bottom: 30px;
    font-size: 1.2rem;
  }
}
footer .footer-insta {
  margin: 0 auto 20px;
  width: 28px;
  height: 28px;
}
footer .footer-insta a {
  display: block;
}
footer .footer-link {
  font-size: 1.3rem;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 35px auto 20px;
}
@media screen and (max-width: 900px) {
  footer .footer-link {
    font-size: 1.2rem;
    margin: 30px auto 20px;
  }
}
footer .footer-link a {
  display: inline-block;
  margin-right: 1em;
  letter-spacing: 0.05em;
}
footer .footer-link a::before {
  content: "＞";
  margin-right: 0.25em;
}
footer .footer-link a:last-child {
  margin-right: 0;
}
footer .footer-link a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 900px) {
  footer.footer_bnr-none {
    padding-bottom: 0;
  }
}
footer.footer_bnr-none .footer-link {
  padding-bottom: 25px;
  border-bottom: 1px solid #999;
}
footer.footer_bnr-none .content p {
  margin-top: 0;
}

/*!
page > top
------------------------------
*/
#main {
  position: relative;
  color: #fff;
  background: url("../img/top/img_main.jpg") center #201e1f;
  background-size: cover;
  width: 100%;
  height: 112vh;
}
@media screen and (max-width: 900px) {
  #main {
    height: 100vh;
  }
}
#main .txt {
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 900px) {
  #main .txt {
    top: 50%;
  }
}
#main .txt h1 {
  font-size: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 900px) {
  #main .txt h1 {
    font-size: 1.8rem;
  }
}
#main .txt figure {
  width: 180px;
  margin: 70px auto 40px;
}
@media screen and (max-width: 900px) {
  #main .txt figure {
    width: 130px;
    margin: 50px auto 40px;
  }
}
#main .txt h2 {
  font-size: 8rem;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  #main .txt h2 {
    font-size: 5.5rem;
  }
}
#main .txt h3 {
  font-size: 3rem;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  margin-bottom: 40px;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 900px) {
  #main .txt h3 {
    font-size: 1.9rem;
    margin-bottom: 30px;
  }
}
#main .txt h4 {
  font-size: 4rem;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 900px) {
  #main .txt h4 {
    font-size: 2.2rem;
  }
}
#main .txt .scroll {
  width: 35px;
  margin: 70px auto 0;
}

.top-back-black {
  background-color: #201e1f;
}

#sec1 {
  color: #fff;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 900px) {
  #sec1 {
    padding-bottom: 150px;
    overflow-x: hidden;
  }
}
#sec1::after {
  position: absolute;
  content: "";
}
@media screen and (max-width: 900px) {
  #sec1::after {
    content: url("../img/top/star.svg");
    bottom: 65px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 22px;
  }
}
#sec1 .intro {
  margin: -130px auto 80px;
  position: relative;
  z-index: 3;
  padding-top: 80px;
}
@media screen and (max-width: 900px) {
  #sec1 .intro {
    padding-top: 0;
    margin: 70px auto 90px;
  }
}
#sec1 .intro p {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-size: 1.9rem;
  display: block;
  margin: 0 auto;
  line-height: 2.5;
}
@media screen and (max-width: 900px) {
  #sec1 .intro p {
    font-size: 1.4rem;
    line-height: 2;
  }
}
#sec1 .example {
  width: 550px;
  padding: 40px 60px;
  position: relative;
  margin: 0 auto 40px;
  border: 1px solid #fff;
}
@media screen and (max-width: 900px) {
  #sec1 .example {
    width: 66%;
    max-width: 400px;
    padding: 30px 40px;
    margin-bottom: 20px;
  }
}
#sec1 .example.example_plan {
  margin: 0 auto 50px;
  padding: 40px 30px;
}
@media screen and (max-width: 900px) {
  #sec1 .example.example_plan {
    margin-bottom: 40px;
    padding: 30px 20px;
  }
}
#sec1 .example h2 {
  font-size: 1.7rem;
  font-weight: 300;
  position: absolute;
  top: 0;
  left: 50%;
  width: 120px;
  height: 30px;
  line-height: 28px;
  background: #201e1f;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
@media screen and (max-width: 900px) {
  #sec1 .example h2 {
    width: 80px;
    font-size: 1.4rem;
  }
}
#sec1 .example ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#sec1 .example ul li {
  width: 45%;
  font-size: 1.4rem;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 2;
}
@media screen and (max-width: 900px) {
  #sec1 .example ul li {
    width: 100%;
    font-size: 1.2rem;
  }
}
#sec1 .sec1_main {
  width: 100%;
  max-width: 876px;
  margin: 0 auto 130px;
  position: relative;
}
@media screen and (max-width: 900px) {
  #sec1 .sec1_main {
    margin: 0 auto;
  }
}
#sec1 .sec1_main::after {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-40%, -40%);
          transform: translate(-40%, -40%);
  width: 206px;
  content: url("../img/top/line1.svg");
}
@media screen and (max-width: 900px) {
  #sec1 .sec1_main::after {
    width: 95px;
  }
}
#sec1 .sec1_main::before {
  content: "";
  position: absolute;
  bottom: -80px;
  left: 0;
  right: 0;
  width: 100%;
  height: 35px;
  background: url("../img/top/star.svg") no-repeat center center;
  background-size: contain;
  display: block;
}
@media screen and (max-width: 900px) {
  #sec1 .sec1_main::before {
    background: none;
    display: none;
  }
}
#sec1 .sec1_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 900px) {
  #sec1 .sec1_box {
    display: block;
  }
}
#sec1 .sec1_box::before {
  position: absolute;
  content: url("../img/top/line2.svg");
  width: 318px;
  right: 0;
  top: 0;
  -webkit-transform: translate(40%, -40%);
          transform: translate(40%, -40%);
  z-index: 2;
}
@media screen and (max-width: 900px) {
  #sec1 .sec1_box::before {
    width: 277px;
    -webkit-transform: translate(70%, -16%);
            transform: translate(70%, -16%);
  }
}
#sec1 .sec1_box::after {
  position: absolute;
  content: url("../img/top/line2.svg");
  width: 318px;
  left: 0;
  bottom: 0;
  -webkit-transform: translate(-20%, 70%);
          transform: translate(-20%, 70%);
  z-index: 2;
}
@media screen and (max-width: 900px) {
  #sec1 .sec1_box::after {
    width: 164px;
    -webkit-transform: translate(-50%, 70%);
            transform: translate(-50%, 70%);
  }
}
#sec1 .sec1_box .left {
  width: 62.5%;
}
@media screen and (max-width: 900px) {
  #sec1 .sec1_box .left {
    width: 100%;
  }
}
#sec1 .sec1_box .left p {
  font-size: 1.7rem;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  position: relative;
  z-index: 2;
  line-height: 2.5;
  margin: 50px auto 50px;
  letter-spacing: 0.5rem;
  font-weight: 200;
}
#sec1 .sec1_box .left .sec1_1 {
  width: 100%;
  margin-bottom: 15px;
}
@media screen and (max-width: 900px) {
  #sec1 .sec1_box .left .sec1_1 {
    width: 93%;
  }
}
#sec1 .sec1_box .left .sec1_2 {
  width: 80.6%;
  margin: 0 0 0 auto;
}
#sec1 .sec1_box .right {
  width: 36.3%;
}
@media screen and (max-width: 900px) {
  #sec1 .sec1_box .right {
    width: 100%;
  }
}
#sec1 .sec1_box .right p {
  font-size: 2.4rem;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  position: relative;
  z-index: 2;
  line-height: 2.5;
  margin: 0 0 60px 90px;
  letter-spacing: 0.5rem;
  font-weight: 200;
}
@media screen and (max-width: 900px) {
  #sec1 .sec1_box .right .spflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin-bottom: 50px;
  }
}
#sec1 .sec1_box .right .spflex .sec1_3 {
  width: 67%;
}
@media screen and (max-width: 900px) {
  #sec1 .sec1_box .right .spflex .sec1_3 {
    width: 50%;
  }
}
#sec1 .sec1_box .right .spflex .sec1_4 {
  width: 67%;
}
@media screen and (max-width: 900px) {
  #sec1 .sec1_box .right .spflex .sec1_4 {
    width: 50%;
  }
}
#sec1 .sec1_box .right .sec1_5 {
  width: 100%;
  margin-top: 15px;
}
@media screen and (max-width: 900px) {
  #sec1 .sec1_box .right .sec1_5 {
    width: 88%;
    margin: 0 0 60px auto;
  }
}
#sec1 .sec1_box .right .sec1_2 {
  width: 100%;
}
#sec1 .sec1_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 165px 0 130px;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 900px) {
  #sec1 .sec1_txt {
    display: block;
    padding: 100px 0 0;
  }
}
#sec1 .sec1_txt h2 {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  margin-right: 100px;
  line-height: 2.5;
  letter-spacing: 0.5rem;
  font-size: 2.4rem;
  font-weight: 200;
}
@media screen and (max-width: 900px) {
  #sec1 .sec1_txt h2 {
    margin: 0 auto 50px;
    display: block;
    font-size: 1.7rem;
  }
}
#sec1 .sec1_txt p {
  line-height: 2.7;
  font-size: 1.5rem;
}
@media screen and (max-width: 900px) {
  #sec1 .sec1_txt p {
    text-align: center;
    font-size: 1.2rem;
    line-height: 2.2;
    width: 92%;
    margin: auto;
  }
}
#sec1 .sec1_txt p span {
  display: inline-block;
}
#sec1 .sec1_txt::before {
  position: absolute;
  content: url("../img/top/line3.svg");
  width: 167px;
  right: 0;
  top: 40%;
  z-index: 2;
}
@media screen and (max-width: 900px) {
  #sec1 .sec1_txt::before {
    width: 108px;
    bottom: -120px;
    top: auto;
  }
}

#sec2 {
  padding-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 900px) {
  #sec2 {
    padding-bottom: 150px;
    overflow-x: hidden;
  }
}
#sec2::after {
  position: absolute;
  content: url("../img/top/sun.svg");
  width: 35px;
  bottom: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 900px) {
  #sec2::after {
    bottom: 65px;
    width: 25px;
  }
}
#sec2 .sec2_intro {
  position: relative;
}
#sec2 .sec2_intro::after {
  position: absolute;
  left: 20px;
  bottom: -490px;
  content: url("../img/top/nami1.svg");
  width: 370px;
  z-index: 3;
}
@media screen and (max-width: 900px) {
  #sec2 .sec2_intro::after {
    width: 250px;
    bottom: -70px;
    left: -10px;
  }
}
#sec2 .sec2_intro figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
  display: block;
  text-align: center;
  font-size: 2.4rem;
  letter-spacing: 0.22em;
  line-height: 2.4;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 900px) {
  #sec2 .sec2_intro figcaption {
    color: #1a1a1a;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    text-shadow: none;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    line-height: 2.5;
    letter-spacing: 0.5rem;
    text-align: left;
    font-size: 1.7rem;
    margin: 60px auto 60px;
    display: block;
  }
}
#sec2 .sec2main {
  width: 68.4%;
  margin: 160px auto 80px;
  position: relative;
}
@media screen and (max-width: 900px) {
  #sec2 .sec2main {
    margin: 70px auto 60px;
    width: 80%;
  }
}
#sec2 .sec2main::after {
  position: absolute;
  left: 20px;
  bottom: 40px;
  -webkit-transform: translate(-30%, 100%);
          transform: translate(-30%, 100%);
  content: url("../img/top/nami1.svg");
  width: 360px;
  z-index: 3;
}
@media screen and (max-width: 900px) {
  #sec2 .sec2main::after {
    width: 250px;
  }
}
#sec2 .sec2box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 900px) {
  #sec2 .sec2box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#sec2 .sec2box::after {
  content: "";
  position: absolute;
  bottom: -55px;
  left: 0;
  width: 55%;
}
@media screen and (max-width: 900px) {
  #sec2 .sec2box::after {
    content: url("../img/top/nami2.svg");
    width: 120%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
#sec2 .sec2box .left {
  width: 55.5%;
  margin-right: 0.8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  #sec2 .sec2box .left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: auto;
  }
}
#sec2 .sec2box .right {
  width: 35.2%;
}
@media screen and (max-width: 900px) {
  #sec2 .sec2box .right {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 900px) {
  #sec2 .sec2box .right .sec2_4 {
    width: 61.3%;
    margin: 0 0 10px auto;
  }
}
#sec2 .sec2box .sec2_1 {
  width: 50%;
}
@media screen and (max-width: 900px) {
  #sec2 .sec2box .sec2_1 {
    width: 60%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 auto 0 10.7%;
  }
}
#sec2 .sec2box .sec2_2 {
  width: 48.6%;
}
@media screen and (max-width: 900px) {
  #sec2 .sec2box .sec2_2 {
    width: 60%;
    margin: 0 auto 5px 10.7%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
#sec2 .sec2box .sec2_3 {
  width: 77.5%;
  margin: 1.4% 0 auto auto;
}
@media screen and (max-width: 900px) {
  #sec2 .sec2box .sec2_3 {
    width: 88%;
    margin: 0 auto 10px 0;
  }
}
#sec2 .sec2_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 90px 0 70px;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 900px) {
  #sec2 .sec2_txt {
    display: block;
    padding: 100px 0 0;
  }
}
#sec2 .sec2_txt h2 {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  margin-left: 60px;
  line-height: 2.5;
  letter-spacing: 0.5rem;
  font-size: 2.4rem;
  font-weight: 200;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 900px) {
  #sec2 .sec2_txt h2 {
    margin: 0 auto 50px;
    display: block;
    font-size: 1.7rem;
  }
}
#sec2 .sec2_txt p {
  line-height: 2.7;
  font-size: 1.5rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 900px) {
  #sec2 .sec2_txt p {
    text-align: center;
    font-size: 1.2rem;
    line-height: 2.2;
  }
}

#sec3 .content {
  width: 68%;
  max-width: 750px;
  margin: 0 auto;
  padding: 95px 0 65px;
  font-size: 1.6rem;
  line-height: 2.2;
}
@media screen and (max-width: 900px) {
  #sec3 .content {
    padding: 75px 0 50px;
    font-size: 1.2rem;
  }
}
#sec3 .img_box {
  width: 68%;
  max-width: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 90px;
}
@media screen and (max-width: 900px) {
  #sec3 .img_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 95px;
  }
}
#sec3 .link_box {
  width: 550px;
  margin: 0 auto 90px;
}
@media screen and (max-width: 900px) {
  #sec3 .link_box {
    width: 96%;
  }
}
#sec3 .link_box figure {
  margin: 0 auto;
  width: 145px;
}
@media screen and (max-width: 900px) {
  #sec3 .link_box figure {
    width: 120px;
  }
}
#sec3 .link_box .link_box-txt {
  margin: 25px auto;
  text-align: center;
  font-size: 1.5rem;
}
@media screen and (max-width: 900px) {
  #sec3 .link_box .link_box-txt {
    font-size: 1.2rem;
  }
}
#sec3 .link_box h3 {
  font-size: 3rem;
  font-weight: 300;
  text-align: center;
  line-height: 1;
  margin: 40px auto;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 900px) {
  #sec3 .link_box h3 {
    font-size: 1.9rem;
    margin: 30px auto;
  }
}
#sec3 .link_box .example {
  width: 550px;
  padding: 40px 60px;
  position: relative;
  margin: 0 auto;
  border: 1px solid #1a1a1a;
}
@media screen and (max-width: 900px) {
  #sec3 .link_box .example {
    width: 73.33%;
    max-width: 400px;
    padding: 30px 40px;
  }
}
#sec3 .link_box .example.example_plan {
  margin: 40px auto 50px;
  padding: 40px 30px;
}
@media screen and (max-width: 900px) {
  #sec3 .link_box .example.example_plan {
    margin: 30px auto 40px;
    padding: 30px 20px;
  }
}
#sec3 .link_box .example h2 {
  font-size: 1.7rem;
  font-weight: 300;
  position: absolute;
  top: 0;
  left: 50%;
  width: 120px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
@media screen and (max-width: 900px) {
  #sec3 .link_box .example h2 {
    width: 80px;
    font-size: 1.4rem;
  }
}
#sec3 .link_box .example ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#sec3 .link_box .example ul li {
  width: 45%;
  font-size: 1.4rem;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 2;
}
@media screen and (max-width: 900px) {
  #sec3 .link_box .example ul li {
    width: 100%;
    font-size: 1.2rem;
  }
}
#sec3 .link_box .link_btn {
  width: 100%;
  height: 55px;
  line-height: 55px;
  text-align: center;
  position: relative;
  font-size: 1.7rem;
  border-radius: 1000px;
  background: #6da5cf;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 900px) {
  #sec3 .link_box .link_btn {
    font-size: 1.5rem;
  }
}
#sec3 .link_box .link_btn::after {
  position: absolute;
  content: "≫";
  font-size: 1.7rem;
  height: 55px;
  line-height: 55px;
  width: 20px;
  right: 25px;
  top: 0;
}
#sec3 .link_box .link_btn:hover {
  background: #9bc1de;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#sec3 .link_box .link_btn a {
  display: block;
}
#sec3 .link_btn-wrap {
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 900px) {
  #sec3 .link_btn-wrap {
    margin-bottom: 14px;
  }
}

#spec {
  background: #f2f2f2;
  padding: 110px 0 100px;
}
@media screen and (max-width: 900px) {
  #spec {
    padding: 0 0 80px;
  }
}
#spec .content {
  width: 100%;
  max-width: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  #spec .content {
    display: block;
  }
}
#spec .content .left {
  width: 59%;
}
@media screen and (max-width: 900px) {
  #spec .content .left {
    width: 100%;
  }
}
#spec .content .left .flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#spec .content .left .flexbox figure {
  width: 50%;
}
#spec .content .right {
  width: 34.5%;
}
@media screen and (max-width: 900px) {
  #spec .content .right {
    width: 73.33%;
    margin: 0 auto;
    padding: 55px 0 40px;
  }
}
#spec .content .right figure {
  width: 224px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 900px) {
  #spec .content .right figure {
    width: 160px;
    margin-bottom: 35px;
  }
}
#spec .content .right .intro {
  font-size: 1.6rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  #spec .content .right .intro {
    font-size: 1.3rem;
    width: 95%;
    margin: 0 auto 25px;
  }
}
#spec .content .right .detail {
  border-top: 1px solid #999999;
  font-size: 1.4rem;
  line-height: 1.7;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 15px 0;
  text-align: center;
}
@media screen and (max-width: 900px) {
  #spec .content .right .detail {
    padding: 10px 0;
    font-size: 1.3rem;
  }
}
#spec .content .right .detail:last-child {
  border-bottom: 1px solid #999999;
}
#spec .link_btn {
  width: 100%;
  height: 55px;
  line-height: 55px;
  text-align: center;
  position: relative;
  font-size: 1.7rem;
  letter-spacing: 0.23em;
  border-radius: 1000px;
  background: #999999;
  color: #fff;
  margin: 60px auto 0;
  max-width: 900px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  max-width: 550px;
}
@media screen and (max-width: 900px) {
  #spec .link_btn {
    width: 73.33%;
    margin-top: 0;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
  }
}
#spec .link_btn::after {
  position: absolute;
  content: "≫";
  font-size: 1.7rem;
  height: 55px;
  line-height: 55px;
  width: 20px;
  right: 25px;
  top: 0;
}
@media screen and (max-width: 900px) {
  #spec .link_btn::after {
    right: 15px;
  }
}
#spec .link_btn:hover {
  background: #b6b6b6;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#spec .link_btn a {
  display: block;
}

.top-plan-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 900px) {
  .top-plan-wrap {
    display: block;
  }
}
.top-plan-wrap .top-plan-left {
  margin-right: 25px;
}
@media screen and (max-width: 900px) {
  .top-plan-wrap .top-plan-left {
    margin-right: auto;
    margin-bottom: 15px;
  }
}
.top-plan-wrap .top-plan-linkA {
  position: relative;
  color: #fff;
  width: 325px;
  display: block;
  background-color: #999;
  font-size: 1.4rem;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.2;
  padding: 0.5em 1.5em;
  margin-bottom: 7px;
  border-radius: 30px;
}
@media screen and (max-width: 900px) {
  .top-plan-wrap .top-plan-linkA {
    width: 96%;
    margin: 0 auto 7px;
    font-size: 1.2rem;
  }
}
.top-plan-wrap .top-plan-linkA:hover {
  background-color: #b6b6b6;
}
.top-plan-wrap .top-plan-linkA:last-child {
  margin-bottom: 0;
}
.top-plan-wrap .top-plan-linkA::after {
  content: "＞";
  font-size: 1.2rem;
  line-height: 1;
  position: absolute;
  right: 0.75em;
  top: calc(50% - 0.5em);
}
@media screen and (max-width: 900px) {
  .top-plan-wrap .top-plan-linkA::after {
    font-size: 1rem;
  }
}
.top-plan-wrap .top-plan-linkB {
  position: relative;
  font-size: 1.4rem;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 122px;
  display: block;
  border: 1px solid #b3b3b3;
  border-radius: 4px;
  padding: 14px 20px;
  margin-bottom: 8px;
}
@media screen and (max-width: 900px) {
  .top-plan-wrap .top-plan-linkB {
    width: 90%;
    margin: 0 auto 5px;
    font-size: 1.2rem;
  }
}
.top-plan-wrap .top-plan-linkB::after {
  content: "＞";
  font-size: 1.2rem;
  line-height: 1;
  position: absolute;
  right: 0.75em;
  top: calc(50% - 0.5em);
}
@media screen and (max-width: 900px) {
  .top-plan-wrap .top-plan-linkB::after {
    font-size: 1rem;
  }
}
.top-plan-wrap .top-plan-linkB:hover {
  color: #fff;
  background-color: #3b393a;
}
.top-plan-wrap .top-plan-linkB:last-child {
  margin-bottom: 0;
}
.top-plan-wrap .top-plan-linkB p {
  width: 66px;
  text-align: justify;
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin: 0 !important;
}
@media screen and (max-width: 900px) {
  .top-plan-wrap .top-plan-linkB p {
    width: auto;
  }
}
.top-plan-wrap .top-plan-linkB span {
  display: inline-block;
  letter-spacing: 0.5em;
}
@media screen and (max-width: 900px) {
  .top-plan-wrap .top-plan-linkB span {
    letter-spacing: 0;
  }
}
.top-plan-wrap .top-plan-linkB span.linkB-1 {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 900px) {
  .top-plan-wrap .top-plan-linkB span.linkB-1 {
    letter-spacing: 0;
  }
}

.top-reserve {
  margin: 50px auto 120px;
  text-align: center;
}

.top-map {
  max-width: 1220px;
  margin: 0 auto 90px;
}
@media screen and (max-width: 900px) {
  .top-map {
    margin: 0 auto 75px;
  }
}

#access {
  border-top: 1px solid #999999;
  padding: 70px 0 90px;
}
@media screen and (max-width: 900px) {
  #access {
    padding: 60px 0 50px;
  }
}
#access .content {
  width: 85%;
  max-width: 970px;
  margin: 0 auto;
}
#access h2 {
  font-size: 3.5rem;
  margin-bottom: 20px;
  text-align: center;
  letter-spacing: 0.4rem;
}
@media screen and (max-width: 900px) {
  #access h2 {
    font-size: 2.7rem;
  }
}
#access .access_para {
  font-size: 1.4rem;
  margin-bottom: 35px;
  text-align: center;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 900px) {
  #access .access_para {
    margin-bottom: 20px;
    font-size: 1.3rem;
  }
}
#access ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#access ul li {
  width: 49.4%;
  font-size: 1.4rem;
}
@media screen and (max-width: 900px) {
  #access ul li {
    font-size: 1.3rem;
    width: 100%;
  }
}
#access ul li p {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  height: 20px;
}
#access ul li:nth-child(1) {
  margin-bottom: 20px;
}
#access ul li:nth-child(1) img {
  width: 19px;
  margin-right: 10px;
}
@media screen and (max-width: 900px) {
  #access ul li:nth-child(1) img {
    width: 16px;
    margin-bottom: 3px;
  }
}
#access ul li:nth-child(2) img {
  width: 29px;
  margin-right: 10px;
}
@media screen and (max-width: 900px) {
  #access ul li:nth-child(2) img {
    width: 25px;
    margin-bottom: 3px;
  }
}
@media screen and (max-width: 900px) {
  #access ul li {
    width: 100%;
  }
}
#access ul li .frame {
  width: 100%;
  aspect-ratio: 16/9;
}
#access ul li .frame iframe {
  width: 100%;
  height: 100%;
}

/*!
page > contact
------------------------------
*/
#contact h1 {
  padding: 130px 0 85px;
  width: 125px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  #contact h1 {
    padding: 90px 0 60px;
    width: 100px;
  }
}
#contact .content {
  width: 80%;
  max-width: 700px;
  margin: 90px auto 50px;
}
@media screen and (max-width: 900px) {
  #contact .content {
    margin: 50px auto 30px;
  }
}
#contact .content h2 {
  font-size: 2.4rem;
  font-weight: 200;
  line-height: 1;
  text-align: center;
}
#contact .content p {
  margin-top: 40px;
  text-align: center;
  font-size: 1.4rem;
}
#contact .content p span {
  color: #F15A24;
}
@media screen and (max-width: 900px) {
  #contact .content p {
    text-align: left;
  }
}
#contact .content .bktop {
  display: block;
  font-size: 1.4rem;
  margin-top: 25px;
  text-align: center;
}
#contact .content input,
#contact .content button,
#contact .content select,
#contact .content textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
#contact .content textarea {
  resize: vertical;
}
#contact .content input[type=checkbox],
#contact .content input[type=radio] {
  display: none;
}
#contact .content input[type=submit],
#contact .content input[type=button],
#contact .content label,
#contact .content button,
#contact .content select {
  cursor: pointer;
}
#contact .content select::-ms-expand {
  display: none;
}
#contact .content input[type=text]:focus, #contact .content textarea:focus {
  border: 1px solid #CCCCCC;
  outline: 0;
}
#contact .content #form {
  margin-top: 75px;
}
@media screen and (max-width: 900px) {
  #contact .content #form {
    margin-top: 40px;
  }
}
#contact .content #form .txt {
  margin-bottom: 25px;
}
@media screen and (max-width: 900px) {
  #contact .content #form .txt {
    margin-bottom: 25px;
  }
}
#contact .content #form .txt span {
  display: block;
  line-height: 1.2;
  font-size: 1.4rem;
  width: 100%;
  margin-bottom: 10px;
}
#contact .content #form .txt span b {
  color: #F15A24;
}
#contact .content #form .txt input {
  width: 100%;
  background: #fff;
  padding: 0 10px;
  border: 1px solid #ccc;
  height: 55px;
  line-height: 55px;
}
#contact .content #form .txt_box {
  margin-bottom: 85px;
}
@media screen and (max-width: 900px) {
  #contact .content #form .txt_box {
    margin-bottom: 55px;
  }
}
#contact .content #form .txt_box span {
  display: block;
  width: 100%;
  line-height: 1.2;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
#contact .content #form .txt_box span b {
  color: #F15A24;
}
#contact .content #form .txt_box textarea {
  width: 100%;
  background: #fff;
  padding: 5px 10px;
  border: 1px solid #ccc;
  height: 245px;
}
@media screen and (max-width: 900px) {
  #contact .content #form .txt_box textarea {
    height: 150px;
  }
}
#contact .content #form .getbtn a {
  display: block;
  font-size: 1.4rem;
  margin-top: 25px;
  text-align: center;
}
#contact .content #form .submit {
  background: #999999;
  text-align: center;
  font-size: 1.7rem;
  color: #fff;
  width: 260px;
  height: 60px;
  line-height: 55px;
  border-radius: 1000px;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  #contact .content #form .submit {
    font-size: 1.4rem;
  }
}
#contact .content #form .submit:hover {
  background: #B6B6B6;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#contact .content #form .submit::after {
  position: absolute;
  content: "≫";
  font-size: 1.7rem;
  height: 60px;
  line-height: 60px;
  width: 20px;
  right: 25px;
  top: 0;
}
@media screen and (max-width: 900px) {
  #contact .content #form .submit::after {
    font-size: 1.4rem;
  }
}
#contact .content #form .submit input {
  color: #fff;
  position: relative;
  width: 260px;
  height: 60px;
  z-index: 999;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: none;
  top: 0;
  left: 0;
  padding: 0;
}
#contact .content #formre {
  margin-top: 75px;
}
@media screen and (max-width: 900px) {
  #contact .content #formre {
    margin-top: 40px;
  }
}
#contact .content #formre .submit {
  background: #999999;
  text-align: center;
  font-size: 1.7rem;
  color: #fff;
  width: 260px;
  height: 60px;
  line-height: 55px;
  border-radius: 1000px;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  #contact .content #formre .submit {
    font-size: 1.4rem;
  }
}
#contact .content #formre .submit:hover {
  background: #B6B6B6;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#contact .content #formre .submit::after {
  position: absolute;
  content: "≫";
  font-size: 1.7rem;
  height: 60px;
  line-height: 60px;
  width: 20px;
  right: 25px;
  top: 0;
}
@media screen and (max-width: 900px) {
  #contact .content #formre .submit::after {
    font-size: 1.4rem;
  }
}
#contact .content #formre .submit input {
  color: #fff;
  position: relative;
  width: 260px;
  height: 60px;
  z-index: 999;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: none;
  top: 0;
  left: 0;
  padding: 0;
}
#contact .content #formre .return {
  background: #fff;
  text-align: center;
  font-size: 1.7rem;
  border: 1px solid #999;
  color: #1a1a1a;
  width: 260px;
  height: 60px;
  line-height: 55px;
  border-radius: 1000px;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: 40px auto 0;
}
@media screen and (max-width: 900px) {
  #contact .content #formre .return {
    font-size: 1.4rem;
  }
}
#contact .content #formre .return:hover {
  background: #B6B6B6;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#contact .content #formre .return::after {
  position: absolute;
  content: "≪";
  font-size: 1.7rem;
  height: 60px;
  line-height: 60px;
  width: 20px;
  left: 25px;
  top: 0;
}
@media screen and (max-width: 900px) {
  #contact .content #formre .return::after {
    font-size: 1.4rem;
  }
}
#contact .content #formre .return input {
  color: #1a1a1a;
  position: relative;
  width: 260px;
  height: 60px;
  z-index: 999;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: none;
  top: 0;
  left: 0;
  padding: 0;
}
#contact .content table.formTable {
  border-collapse: collapse;
  width: 100%;
}
#contact .content table.formTable td, #contact .content table.formTable th {
  border: 1px solid #ccc;
  padding: 10px 20px;
  font-size: 1.4rem;
}
#contact .content table.formTable th {
  width: 30%;
  font-weight: normal;
  background: #efefef;
  text-align: left;
}
#contact .content p.error_messe {
  margin: 5px 0;
  color: red;
}

/*!
page > plan
------------------------------
*/
.plan-select {
  margin: 75px auto 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 900px) {
  .plan-select {
    margin: 40px auto 90px;
    display: block;
  }
}
.plan-select::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 243px;
  background-color: #999;
  display: block;
}
@media screen and (max-width: 900px) {
  .plan-select::after {
    width: 0;
  }
}

.plan-select-inner {
  text-align: center;
  width: 44%;
  position: relative;
}
@media screen and (max-width: 900px) {
  .plan-select-inner {
    margin-bottom: 30px;
    width: 100%;
  }
}
.plan-select-inner:first-of-type h3 {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.plan-select-inner h3 {
  font-size: 1.6rem;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.2;
  border: 1px solid #999;
  padding: 0.25em;
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .plan-select-inner h3 {
    font-size: 1.5rem;
  }
}

.plan-select-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.plan-select-link {
  display: block;
  width: 47%;
}
.plan-select-link:hover {
  opacity: 0.7;
}
.plan-select-link img {
  border-radius: 50%;
}
.plan-select-link figcaption {
  line-height: 1.5;
  margin-top: 1em;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 900px) {
  .plan-select-link figcaption {
    font-size: 1.3rem;
    line-height: 1.2;
  }
}

.plan-std {
  margin-bottom: 100px;
}
@media screen and (max-width: 900px) {
  .plan-std {
    margin-bottom: 50px;
  }
}

.plan-std-inner {
  margin-top: 40px;
}
@media screen and (max-width: 900px) {
  .plan-std-inner {
    margin-top: 15px;
  }
}

.plan-std-txt1 {
  text-align: center;
  font-size: 2.5rem;
}
@media screen and (max-width: 900px) {
  .plan-std-txt1 {
    font-size: 2.2rem;
  }
}
.plan-std-txt1 span {
  font-size: 1.9rem;
}
@media screen and (max-width: 900px) {
  .plan-std-txt1 span {
    font-size: 1.7rem;
  }
}

.plan-std-txt2 {
  font-size: 1.7rem;
  text-align: center;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 900px) {
  .plan-std-txt2 {
    font-size: 1.2rem;
    margin-bottom: 2em;
  }
}
.plan-std-txt2 span {
  display: inline-block;
}

.plan-std-txt3 {
  font-size: 1.4rem;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.03em;
  margin-bottom: 30px;
}
@media screen and (max-width: 900px) {
  .plan-std-txt3 {
    font-size: 1.2rem;
  }
}

.plan-std-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .plan-std-slider {
    display: block;
    margin-bottom: 28px;
  }
}
.plan-std-slider #thumbnail-list {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.plan-std-slider .thumbnail-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48.5%;
          flex: 0 0 48.5%;
  margin-bottom: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 900px) {
  .plan-std-slider .thumbnail-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23.3%;
            flex: 0 0 23.3%;
  }
}
.plan-std-slider .thumbnail-item:after {
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: 0.3s opacity linear;
  transition: 0.3s opacity linear;
}
.plan-std-slider .thumbnail-item.thumbnail-current:after {
  opacity: 0;
}
.plan-std-slider .thumbnail-item img {
  width: 100%;
  margin: 0 auto;
}

.plan-std-view {
  position: relative;
  width: 70%;
  height: 360px;
  text-align: center;
  background-color: #e6e6e6;
}
@media screen and (max-width: 900px) {
  .plan-std-view {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 400px) {
  .plan-std-view {
    height: 208px;
  }
}
.plan-std-view img {
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
  height: 360px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 400px) {
  .plan-std-view img {
    height: 208px;
  }
}

.plan-std-thumb {
  position: relative;
  width: 22%;
}
@media screen and (max-width: 900px) {
  .plan-std-thumb {
    width: 100%;
  }
}

.plan-fixtures-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.plan-fixtures-wrap.plan-fixtures-strech {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 900px) {
  .plan-fixtures-wrap {
    display: block;
  }
}
.plan-fixtures-wrap .plan-fixtures {
  width: 70%;
}
@media screen and (max-width: 900px) {
  .plan-fixtures-wrap .plan-fixtures {
    width: 100%;
  }
}
.plan-fixtures-wrap .plan-fixtures-txt {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 900px) {
  .plan-fixtures-wrap .plan-fixtures-txt {
    width: 100%;
  }
}
.plan-fixtures-wrap .c-btn-planTel {
  width: 28%;
}
@media screen and (max-width: 900px) {
  .plan-fixtures-wrap .c-btn-planTel {
    width: 96%;
    margin: 30px auto 0;
  }
}

.plan-fixtures {
  border: 1px solid #999;
  padding: 17px 25px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.4rem;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 900px) {
  .plan-fixtures {
    font-size: 1.2rem;
    display: block;
  }
}

.plan-fixtures-list {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.plan-fixtures-list li {
  font-size: 1.2rem;
  padding-left: 1.25em;
  line-height: 1.3;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 900px) {
  .plan-fixtures-list li {
    font-size: 1.1rem;
  }
}
.plan-fixtures-list li::before {
  content: "□";
  margin-right: 0.25em;
  margin-left: -1.25em;
}
.plan-fixtures-list li.black {
  font-weight: 600;
}
.plan-fixtures-list li.black::before {
  content: "■";
}

.plan-fixtures-txt {
  border: 1px solid #999;
  padding: 17px 25px;
  font-size: 1.4rem;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 900px) {
  .plan-fixtures-txt {
    font-size: 1.2rem;
  }
}

.plan-outd {
  background-color: #f2f2f2;
  padding: 90px 0 100px;
}
@media screen and (max-width: 900px) {
  .plan-outd {
    padding: 50px 0;
  }
}
.plan-outd .plan-fixtures-wrap {
  margin-top: 30px;
}

.plan-outd-txt1 {
  margin-top: 1em;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .plan-outd-txt1 {
    font-size: 1.2rem;
  }
}

.plan-outd-txt2 {
  margin: 30px auto;
  font-size: 1.4rem;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 900px) {
  .plan-outd-txt2 {
    margin: 20px auto;
    font-size: 1.2rem;
  }
}

.plan-outd-formula {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.4rem;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 30px;
}
@media screen and (max-width: 900px) {
  .plan-outd-formula {
    font-size: 1.1rem;
    margin-bottom: 20px;
  }
}
.plan-outd-formula li {
  position: relative;
  color: #fff;
  background-color: #999;
  border: 1px solid #999;
  line-height: 1.2;
  padding: 0.25em 0.7em;
  margin-bottom: 0.5em;
  margin-right: 1.5em;
}
.plan-outd-formula li:first-child {
  color: #1a1a1a;
  background-color: #fff;
  border: 1px solid #ccc;
}
.plan-outd-formula li::after {
  content: "＋";
  color: #1a1a1a;
  position: absolute;
  right: -1.25em;
  top: 0.25em;
}
.plan-outd-formula li:last-child::after {
  content: "";
}

.plan-outd-block {
  max-width: 752px;
  width: 90%;
  position: relative;
  background-color: #fff;
  margin: auto;
  margin-bottom: 10px;
  padding: 20px 20px 30px;
}
.plan-outd-block.ico_plus {
  padding: 20px 20px 40px;
}
.plan-outd-block.ico_plus::after {
  content: "";
  background: url("../img/common/ico_plus.svg") no-repeat center center;
  width: 30px;
  height: 30px;
  position: absolute;
  left: calc(50% - 15px);
  bottom: -20px;
  z-index: 3;
}

.plan-outd-lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #b3b3b3;
}
@media screen and (max-width: 900px) {
  .plan-outd-lead {
    display: block;
  }
}
.plan-outd-lead dt {
  width: 196px;
  text-align: center;
  font-size: 2.3rem;
}
@media screen and (max-width: 900px) {
  .plan-outd-lead dt {
    width: 100%;
    margin-bottom: 0.25em;
    font-size: 2rem;
  }
}
.plan-outd-lead dd {
  width: calc(100% - 196px);
  border-left: 1px solid #b3b3b3;
  font-size: 1.4rem;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.07em;
  padding: 0.25em 20px;
}
@media screen and (max-width: 900px) {
  .plan-outd-lead dd {
    width: 100%;
    font-size: 1.2rem;
    border-left: none;
    padding: 0.25em 0;
  }
}

.plan-outd-tent-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 694px;
  margin: 25px auto 20px;
}
@media screen and (max-width: 900px) {
  .plan-outd-tent-wrap {
    width: 100%;
    display: block;
    margin: 20px auto;
  }
}

.plan-outd-tent {
  width: 205px;
  padding: 2px 0;
  position: relative;
}
@media screen and (max-width: 900px) {
  .plan-outd-tent {
    width: 100%;
    margin: 0 auto 30px;
  }
}
.plan-outd-tent::after {
  content: "";
  width: 1px;
  height: 100%;
  border-right: 1px dashed #b3b3b3;
  position: absolute;
  top: 0;
  right: -20px;
}
@media screen and (max-width: 900px) {
  .plan-outd-tent::after {
    width: 0;
    border-right: none;
  }
}
.plan-outd-tent:nth-child(3n)::after {
  border-right: none;
}
@media screen and (max-width: 900px) {
  .plan-outd-tent {
    border-right: none;
  }
}
.plan-outd-tent h3 {
  color: #fff;
  background-color: #b3b3b3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0vh;
  padding: 10px 15px;
}
@media screen and (max-width: 900px) {
  .plan-outd-tent h3 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.plan-outd-tent h3 .txt-1 {
  font-size: 1.2rem;
  padding-right: 1em;
  padding-top: 0.5em;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.plan-outd-tent h3 .txt-2 {
  font-size: 3.3rem;
  border-left: 1px solid #fff;
  padding-left: 0.4em;
}
.plan-outd-tent h3 .txt-3 {
  font-size: 1.2rem;
  padding-top: 0.5em;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.plan-outd-tent-price {
  text-align: center;
  font-size: 2.2rem;
  line-height: 1;
  margin: 10px auto;
}
.plan-outd-tent-price .yen {
  font-size: 1.7rem;
}
.plan-outd-tent-price .capa {
  font-size: 1.5rem;
}

.plan-outd-tent-img {
  margin: auto;
}
@media screen and (max-width: 900px) {
  .plan-outd-tent-img {
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.plan-outd-tent-img figure {
  margin-bottom: 5px;
}
@media screen and (max-width: 900px) {
  .plan-outd-tent-img figure {
    width: 49%;
  }
  .plan-outd-tent-img figure:first-child {
    width: 100%;
  }
}

.plan-outd-tent-list {
  margin: 15px auto 0;
}
@media screen and (max-width: 900px) {
  .plan-outd-tent-list {
    width: 90%;
  }
}
.plan-outd-tent-list li {
  font-size: 1.4rem;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding-left: 1.25em;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 0.2em;
}
.plan-outd-tent-list li::before {
  content: "◎";
  margin-right: 0.25em;
  margin-left: -1.25em;
}
@media screen and (max-width: 900px) {
  .plan-outd-tent-list li {
    font-size: 1.2rem;
  }
}

.plan-outd-caution {
  width: 90%;
  padding: 1em;
  margin: auto;
  border: 1px solid #b3b3b3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.plan-outd-caution p {
  padding-left: 1em;
  font-size: 1.4rem;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
}
.plan-outd-caution p::before {
  content: "※";
  margin-left: -1em;
}
@media screen and (max-width: 900px) {
  .plan-outd-caution p {
    font-size: 1.2rem;
  }
}

.plan-dining {
  width: 79%;
  margin: 25px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .plan-dining {
    width: 90%;
    display: block;
  }
}
.plan-dining figure {
  width: 49%;
}
@media screen and (max-width: 900px) {
  .plan-dining figure {
    width: 100%;
    margin-bottom: 15px;
  }
}
.plan-dining figcaption {
  text-align: center;
  font-size: 1.4rem;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-top: 0.5em;
  line-height: 1.3;
}
@media screen and (max-width: 900px) {
  .plan-dining figcaption {
    font-size: 1.2rem;
  }
}

.plan-other {
  width: 92%;
  margin: 25px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .plan-other {
    width: 90%;
    display: block;
  }
}
.plan-other figure {
  width: 32.5%;
}
@media screen and (max-width: 900px) {
  .plan-other figure {
    width: 100%;
    margin-bottom: 15px;
  }
}
.plan-other figcaption {
  text-align: center;
  font-size: 1.4rem;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-top: 0.5em;
  line-height: 1.3;
}
@media screen and (max-width: 900px) {
  .plan-other figcaption {
    font-size: 1.2rem;
  }
}

.plan-opt {
  background-color: #fff;
  padding: 85px 0;
}
@media screen and (max-width: 900px) {
  .plan-opt {
    padding: 65px 0;
  }
}

.plan-opt-block1 {
  text-align: center;
  padding: 50px 0 40px;
  border-bottom: 1px solid #999;
}
@media screen and (max-width: 900px) {
  .plan-opt-block1 {
    padding: 40px 0;
  }
}

.plan-opt-tit {
  text-align: center;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .plan-opt-tit {
    font-size: 2rem;
  }
}
.plan-opt-tit .plan-opt-label {
  margin-right: 0.75em;
  margin-top: 0.2em;
}

.plan-opt-label {
  color: #fff;
  background-color: #333;
  padding: 0.25em 0.5em;
  font-size: 1.4rem;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1;
  display: inline-block;
}
@media screen and (max-width: 900px) {
  .plan-opt-label {
    font-size: 1rem;
  }
}

.plan-opt-price {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 15px;
}
@media screen and (max-width: 900px) {
  .plan-opt-price {
    font-size: 2.2rem;
  }
}
.plan-opt-price .yen {
  font-size: 1.9rem;
}
@media screen and (max-width: 900px) {
  .plan-opt-price .yen {
    font-size: 1.7rem;
  }
}
.plan-opt-price .tax {
  font-size: 1.6rem;
}
@media screen and (max-width: 900px) {
  .plan-opt-price .tax {
    font-size: 1.5rem;
  }
}

.plan-opt-imgFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .plan-opt-imgFlex {
    display: block;
    width: 80%;
    margin: auto;
  }
}
.plan-opt-imgFlex figure {
  width: 49.3%;
}
@media screen and (max-width: 900px) {
  .plan-opt-imgFlex figure {
    width: 100%;
    margin-bottom: 5px;
  }
}

.plan-opt-txt1 {
  text-align: justify;
  max-width: 336px;
  width: 80%;
  margin: 30px auto 0;
  font-size: 1.4rem;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 900px) {
  .plan-opt-txt1 {
    font-size: 1.2rem;
  }
}

.plan-opt-block2 {
  max-width: 752px;
  margin: 10px auto 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 900px) {
  .plan-opt-block2 {
    margin: 0 auto 40px;
    display: block;
  }
}
.plan-opt-block2 .plan-opt-tit {
  margin-bottom: 5px;
}
@media screen and (max-width: 900px) {
  .plan-opt-block2 .plan-opt-tit {
    text-align: left;
  }
}
.plan-opt-block2 figure {
  margin: 0 auto 30px;
}
@media screen and (max-width: 900px) {
  .plan-opt-block2 figure {
    width: 66.7%;
  }
}

.plan-opt-item {
  width: 50%;
  text-align: center;
  border-bottom: 1px dashed #b3b3b3;
  padding: 40px 25px 40px 0;
  margin-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .plan-opt-item {
    width: 100%;
    padding: 40px 0;
    margin: auto;
    border-bottom: 1px solid #999;
  }
}
.plan-opt-item:nth-child(2n) {
  padding: 40px 0 40px 25px;
}
.plan-opt-item:nth-child(2n)::before {
  content: "";
  position: absolute;
  border-left: 1px dashed #b3b3b3;
  width: 1px;
  height: calc(100% - 10px);
  display: block;
  top: 0;
  left: 0;
}
@media screen and (max-width: 900px) {
  .plan-opt-item:nth-child(2n)::before {
    border-left: none;
    width: 0;
  }
}
@media screen and (max-width: 900px) {
  .plan-opt-item:nth-child(2n) {
    padding: 40px 0;
  }
}
.plan-opt-item:nth-child(3) {
  border-bottom: none;
  padding: 40px 25px 0 0;
}
@media screen and (max-width: 900px) {
  .plan-opt-item:nth-child(3) {
    padding: 40px 0;
    border-bottom: 1px solid #999;
  }
}
.plan-opt-item:nth-child(4) {
  border-bottom: none;
  padding: 40px 0 0 25px;
}
@media screen and (max-width: 900px) {
  .plan-opt-item:nth-child(4) {
    padding: 40px 0;
    border-bottom: 1px solid #999;
  }
}

.plan-opt-mb18 {
  text-align: center;
  margin-bottom: 18px;
}

.plan-opt-mb30 {
  text-align: center;
  margin-bottom: 30px;
}

.plan-opt-txt2 {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 900px) {
  .plan-opt-txt2 {
    font-size: 1.5rem;
  }
}
.plan-opt-txt2 .num {
  font-size: 2.5rem;
}
@media screen and (max-width: 900px) {
  .plan-opt-txt2 .num {
    font-size: 2.2rem;
  }
}
.plan-opt-txt2 .yen {
  font-size: 1.9rem;
}
@media screen and (max-width: 900px) {
  .plan-opt-txt2 .yen {
    font-size: 1.7rem;
  }
}

.plan-opt-lead-wrap {
  margin-bottom: 25px;
}
@media screen and (max-width: 900px) {
  .plan-opt-lead-wrap {
    width: 82%;
    margin: 0 auto 28px;
  }
}
.plan-opt-lead-wrap aside {
  display: block;
  border: 1px solid #999;
  padding: 0.25em;
  margin-top: 0.5em;
  font-size: 1.6rem;
  line-height: 1.2;
}
@media screen and (max-width: 900px) {
  .plan-opt-lead-wrap aside {
    font-size: 1.5rem;
  }
}

.plan-opt-detail {
  text-align: justify;
  font-size: 1.4rem;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
@media screen and (max-width: 900px) {
  .plan-opt-detail {
    width: 66.7%;
    margin: auto;
    font-size: 1.2rem;
  }
}

/*!
page > facility
------------------------------
*/
.facility-map {
  max-width: 1220px;
  width: 100%;
  margin: 50px auto 37px;
}
@media screen and (max-width: 900px) {
  .facility-map {
    margin: 40px auto 20px;
  }
}

.facility-gallery {
  margin-bottom: 90px;
}
@media screen and (max-width: 900px) {
  .facility-gallery {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 400px) {
  .facility-gallery {
    margin-bottom: 40px;
  }
}
.facility-gallery .Infiniteslide li {
  width: 33.3333333333%;
  max-width: 440px;
  margin: 0;
}

.facility-stay {
  margin-bottom: 100px;
}
@media screen and (max-width: 900px) {
  .facility-stay {
    margin-bottom: 70px;
  }
}

.facility-area-lead {
  margin: 50px auto 45px;
}
@media screen and (max-width: 900px) {
  .facility-area-lead {
    margin: 30px auto;
  }
}

.facility-area-img1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 45px;
}
@media screen and (max-width: 900px) {
  .facility-area-img1 {
    display: block;
    margin-bottom: 25px;
  }
}
.facility-area-img1 figure {
  width: 49.6%;
}
@media screen and (max-width: 900px) {
  .facility-area-img1 figure {
    width: 100%;
    margin-bottom: 5px;
  }
}

.facility-permanent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #999;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 900px) {
  .facility-permanent {
    display: block;
    border-bottom: none;
  }
}
.facility-permanent:last-child {
  border-bottom: none;
  margin-top: 10px;
}
.facility-permanent:last-child .facility-permanent-item {
  padding-top: 30px;
  padding-bottom: 0;
}
@media screen and (max-width: 900px) {
  .facility-permanent:last-child .facility-permanent-item {
    padding-bottom: 30px;
  }
}

.facility-permanent-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  margin-bottom: 10px;
  padding: 0 22px 25px 0;
}
.facility-permanent-item:nth-child(2) {
  padding: 0 22px 25px;
}
.facility-permanent-item:nth-child(3n) {
  padding: 0 0 25px 22px;
}
.facility-permanent-item:nth-child(3n)::after {
  border-right: none;
}
.facility-permanent-item:nth-child(5) {
  padding: 0 22px 25px;
}
@media screen and (max-width: 900px) {
  .facility-permanent-item.last {
    border-bottom: none;
  }
}
@media screen and (max-width: 900px) {
  .facility-permanent-item {
    width: 100%;
    padding: 30px 40px;
    border-bottom: 1px solid #999;
  }
  .facility-permanent-item:nth-child(2) {
    padding: 30px 40px;
  }
  .facility-permanent-item:nth-child(3n) {
    padding: 30px 40px;
  }
  .facility-permanent-item:nth-child(5) {
    padding: 30px 40px;
  }
}
.facility-permanent-item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-right: 1px solid #999;
  width: 1px;
  height: 100%;
}
@media screen and (max-width: 900px) {
  .facility-permanent-item::after {
    border-right: 0;
  }
}
.facility-permanent-item dd {
  text-align: justify;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 900px) {
  .facility-permanent-item dd {
    font-size: 1.2rem;
  }
}
.facility-permanent-item dd.facility-permanent-tit {
  color: #4d4d4d;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-top: 30px;
  margin-bottom: 0.5em;
}

.facility-tent {
  margin-bottom: 70px;
}
@media screen and (max-width: 900px) {
  .facility-tent {
    margin-bottom: 40px;
  }
}

.facility-area-img2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.facility-area-img2 figure {
  width: 32.5%;
}
.facility-area-img2 figure:first-of-type {
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (max-width: 400px) {
  .facility-area-img2 figure:first-of-type {
    margin-bottom: 5px;
  }
}

.facility-tel {
  text-align: center;
  margin: auto;
  padding-bottom: 85px;
}
@media screen and (max-width: 900px) {
  .facility-tel {
    padding-bottom: 60px;
  }
}

/*!
page > around
------------------------------
*/
.around-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 80px auto 80px;
}
@media screen and (max-width: 900px) {
  .around-wrap {
    display: block;
    margin: 50px auto 60px;
  }
}
.around-wrap .around-item {
  position: relative;
  width: 27.7%;
  padding: 0 0 30px;
  margin-bottom: 20px;
}
.around-wrap .around-item::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  border-right: 1px dashed #b3b3b3;
  top: 0;
  right: -15%;
}
.around-wrap .around-item:nth-child(3n)::after {
  border-right: none;
}
.around-wrap .around-item:nth-child(3)::after {
  display: block;
  width: 361%;
  height: 1px;
  border-bottom: 1px dashed #b3b3b3;
  top: auto;
  bottom: -10px;
  right: 0;
}
.around-wrap .around-item:nth-child(4) {
  padding: 40px 0 5px;
}
.around-wrap .around-item:nth-child(5) {
  padding: 40px 0 5px;
}
.around-wrap .around-item:nth-child(6) {
  padding: 40px 0 5px;
}
@media screen and (max-width: 900px) {
  .around-wrap .around-item {
    width: 100%;
    border-bottom: 1px dashed #b3b3b3;
    padding: 0 20px 30px;
    margin-bottom: 40px;
  }
  .around-wrap .around-item::after {
    content: "";
    border-right: none;
  }
  .around-wrap .around-item:nth-child(3)::after {
    border-bottom: none;
  }
  .around-wrap .around-item:nth-child(4) {
    padding: 0 20px 30px;
  }
  .around-wrap .around-item:nth-child(5) {
    padding: 0 20px 30px;
  }
  .around-wrap .around-item:nth-child(6) {
    padding: 0 20px 30px;
    border-bottom: none;
    margin-bottom: 10px;
  }
}

.around-item-tit {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.25;
  margin: 30px auto 0.5em;
}
@media screen and (max-width: 900px) {
  .around-item-tit {
    font-size: 1.8rem;
    margin: 20px auto 0.5em;
  }
}

.around-item-time {
  color: #666;
  background-color: #e6e6e6;
  text-align: center;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.2rem;
  padding: 0.25em;
  line-height: 1.2;
  margin-bottom: 1em;
}
@media screen and (max-width: 900px) {
  .around-item-time {
    margin-bottom: 0.75em;
  }
}

.around-item-txt {
  text-align: justify;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 900px) {
  .around-item-txt {
    font-size: 1.2rem;
  }
}

/*!
page > privacy
------------------------------
*/
.privacy-lead {
  color: #000;
  width: 82%;
  max-width: 610px;
  margin: 90px auto 40px;
  font-size: 1.5rem;
  text-align: justify;
}
@media screen and (max-width: 900px) {
  .privacy-lead {
    margin: 50px auto 40px;
    font-size: 1.2rem;
  }
}

.privacy-wrap {
  color: #000;
  width: 82%;
  max-width: 610px;
  margin: auto;
}

.privacy-cont {
  position: relative;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.5rem;
  padding: 30px 2px 25px;
  border-top: 2px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  .privacy-cont {
    font-size: 1.2rem;
  }
}
.privacy-cont::before {
  content: "";
  border-top: 2px solid #808080;
  width: 50px;
  height: 2px;
  position: absolute;
  top: -2px;
  left: 0;
}
@media screen and (max-width: 900px) {
  .privacy-cont::before {
    width: 30px;
  }
}

/*!
page > agreement
------------------------------
*/
.agreement-lead {
  color: #000;
  width: 82%;
  max-width: 620px;
  margin: 90px auto 20px;
  font-size: 1.5rem;
  text-align: justify;
}
@media screen and (max-width: 900px) {
  .agreement-lead {
    margin: 50px auto 10px;
    font-size: 1.2rem;
  }
}

.agreement-lead-month {
  text-align: right;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.agreement-wrap {
  color: #000;
  width: 82%;
  max-width: 620px;
  margin: 0 auto 70px;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 900px) {
  .agreement-wrap {
    margin: 0 auto 60px;
  }
}

.agreement-cont {
  margin-bottom: 30px;
}
@media screen and (max-width: 900px) {
  .agreement-cont {
    margin-bottom: 20px;
  }
}
.agreement-cont h2 {
  font-weight: 400;
}

.agreement-num {
  padding-left: 1em;
}
.agreement-num::before {
  content: "";
  margin-left: -1em;
}

.agreement-list-num {
  counter-reset: count;
  list-style-type: none;
}
.agreement-list-num li {
  padding-left: 1.5em;
}
.agreement-list-num li::before {
  content: "(" counter(count) ")";
  counter-increment: count 1;
  margin-left: -1.5em;
  width: 1.5em;
  display: inline-block;
}

.agreement-list-square li {
  padding-left: 1.25em;
}
.agreement-list-square li::before {
  content: "■";
  margin-left: -1.25em;
  width: 1.25em;
  display: inline-block;
}

.agreement-caution {
  padding-left: 1.25em;
}
.agreement-caution::before {
  content: "※";
  margin-left: -1.25em;
  width: 1.25em;
  display: inline-block;
}
/*# sourceMappingURL=style.css.map */