@charset "UTF-8";
/*import
------------------------------------------*/
/*reset*/
*, *:after, *:before {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box; }

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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

html {
  font-size: 100%; }

body {
  line-height: 1; }

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

nav 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;
  outline: none !important; }

/* 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: 700; }

del {
  text-decoration: line-through; }

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

dfn {
  font-weight: 400;
  font-style: normal; }

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

input, select {
  vertical-align: middle; }

li {
  list-style: none; }

/*html body and base setting*/
html {
  overflow-y: scroll;
  font-size: 62.5%;
  padding: 0;
  margin: 0;
  width: 100%; }

body {
  position: relative;
  overflow: hidden;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.6;
  background: #fff;
  color: #333;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  height: 100%;
  margin: auto;
  text-rendering: optimizeLegibility;
  font-kerning: normal;
  font-variant-ligatures: common-ligatures contextual;
  font-feature-settings: "kern", "liga", "clig", "calt"; }

p {
  font-size: 1.4rem; }

a {
  color: #333; }

sup {
  vertical-align: super;
  font-size: .5em; }

a:link,
a:visited {
  text-decoration: none; }

a:active,
a:hover {
  text-decoration: none; }

figure {
  position: relative; }

img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: top; }

/*util*/
.ac {
  text-align: center; }

.al {
  text-align: left; }

.ar {
  text-align: right; }

/* visible or hidden
--------------------------------------------------------------------------------*/
@media only screen and (max-width: 991px) {
  .visible-pc {
    display: none !important; } }
@media only screen and (max-width: 767px) {
  .visible-pctb {
    display: none !important; }

  .visible-tb {
    display: none !important; } }
@media only screen and (min-width: 992px) {
  .visible-tbsp {
    display: none !important; }

  .visible-tb {
    display: none !important; } }
@media only screen and (min-width: 768px) {
  .visible-sp {
    display: none !important; } }
/*数値の設定
------------------------------------------*/
/*上記数値の設定を呼び出しているmixin
------------------------------------------*/
/*
よく使用するmixin
------------------------------------------*/
/*
------------------------------------------*/
* {
  box-sizing: border-box;
  overflow-wrap: break-word; }

/* base
--------------------------------------------------*/
body {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 300; }
  body img {
    width: 100%; }
  body h2 {
    font-size: 36px;
    font-weight: 100; }
  body h3 {
    font-size: 21px; }
  body p {
    font-size: 16px;
    line-height: 2; }
  @media screen and (min-width: 768px) {
    body section:not(#mainv) {
      max-width: 960px;
      margin: 0 auto 40px; } }
  body.lower_page section {
    margin-bottom: 40px; }
    body.lower_page section#mainv {
      height: 144vw;
      position: relative;
      margin-bottom: 20px; }
      @media screen and (min-width: 768px) {
        body.lower_page section#mainv {
          height: 56.25vw; } }
      body.lower_page section#mainv::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100vw;
        height: 144vw;
        background: url("../img/pages/top/mainv/frame.svg");
        z-index: 10; }
        @media screen and (min-width: 768px) {
          body.lower_page section#mainv::after {
            height: 56.25vw;
            background: url("../img/pages/top/mainv/frame_pc.svg"); } }
      body.lower_page section#mainv figure {
        padding: 5vw; }
        @media screen and (min-width: 768px) {
          body.lower_page section#mainv figure {
            padding: 0vw; }
            body.lower_page section#mainv figure img {
              height: 56.25vw;
              object-fit: cover; } }
    body.lower_page section#menu_intro {
      padding: 0 20px; }
      body.lower_page section#menu_intro .tag {
        background: #998675;
        color: #fff;
        text-align: center;
        width: 100%;
        max-width: max-content;
        margin: 0 auto 16px;
        padding: 0 10px;
        border-radius: 4px;
        font-weight: 500; }
      body.lower_page section#menu_intro h2 {
        text-align: center;
        font-weight: 200;
        margin-bottom: 30px;
        line-height: 1; }
      body.lower_page section#menu_intro ul {
        display: flex;
        border-left: #111 1px solid;
        margin-bottom: 30px; }
        body.lower_page section#menu_intro ul li {
          border-right: #111 1px solid;
          flex: 1;
          font-size: 18px;
          padding: 10px 0;
          text-align: center; }
          body.lower_page section#menu_intro ul li small {
            font-size: 13px;
            display: block; }
    body.lower_page section#plan {
      background: #f4ede9;
      border-radius: 30px 30px 0 0;
      padding: 60px 20px; }
      body.lower_page section#plan h3 {
        margin-bottom: 20px; }
      body.lower_page section#plan dl {
        border-bottom: #111 1px solid;
        display: flex;
        flex-wrap: wrap; }
        body.lower_page section#plan dl dt {
          border-top: #111 1px solid;
          flex-basis: 35%;
          font-weight: 300;
          padding: 10px 0 10px 10px; }
        body.lower_page section#plan dl dd {
          border-top: #111 1px solid;
          flex-basis: 65%;
          padding: 10px 10px 10px 0;
          text-align: right; }
          body.lower_page section#plan dl dd p {
            border-left: rgba(0, 0, 0, 0.2) 1px solid;
            line-height: 1.6; }
            body.lower_page section#plan dl dd p small {
              font-size: 14px; }
        body.lower_page section#plan dl p {
          padding: 10px 0; }
          body.lower_page section#plan dl p span {
            margin-right: -.5em; }
        body.lower_page section#plan dl a {
          display: block;
          color: #998675;
          margin-top: 10px;
          text-decoration: underline; }
    body.lower_page section#contact {
      padding: 0 20px; }
      body.lower_page section#contact h3 {
        margin-bottom: 20px; }
      body.lower_page section#contact a {
        display: block;
        text-align: center;
        background: #998675;
        color: #fff;
        font-size: 16px;
        line-height: 60px;
        border-radius: 30px; }
        body.lower_page section#contact a.end {
          background: #777; }

/* header */
header {
  /* menu_wrap */ }
  header #logo {
    position: fixed;
    top: 0;
    left: 0;
    width: 32vw;
    height: 27vw;
    background: #fff;
    border-radius: 0 0 40px 0;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (min-width: 768px) {
      header #logo {
        width: 12.5vw;
        height: 8.4vw; } }
    header #logo img {
      width: 72px; }
  header #menu_wrap #menu_trigger {
    position: fixed;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    background: #111;
    z-index: 100;
    cursor: pointer; }
    header #menu_wrap #menu_trigger .line_wrap {
      width: 40px;
      height: 24px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      margin-bottom: 4px; }
      header #menu_wrap #menu_trigger .line_wrap .line {
        flex-basis: 100%;
        height: 1px;
        background: #fff;
        transition: all .5s ease; }
    header #menu_wrap #menu_trigger p {
      color: #fff;
      font-size: 14px;
      flex-basis: 100%;
      text-align: center;
      line-height: 1; }
  header #menu_wrap #menu_inner {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #efefef;
    z-index: 99;
    clip-path: inset(0 0 100% 0);
    transition: all .5s ease; }
    header #menu_wrap #menu_inner nav {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 0;
      left: 0;
      width: 100%;
      max-width: calc(100vw - 80px);
      margin: 0 auto;
      display: flex; }
      header #menu_wrap #menu_inner nav > div {
        flex-basis: 50%; }
        header #menu_wrap #menu_inner nav > div ul li a {
          font-size: 16px;
          line-height: 2; }
        header #menu_wrap #menu_inner nav > div.menu ul {
          padding-left: 10px; }
  header #menu_wrap.active #menu_trigger .line_wrap .line:first-child {
    transform: rotate(30deg);
    margin-bottom: -16px; }
  header #menu_wrap.active #menu_trigger .line_wrap .line:first-child + * {
    opacity: 0; }
  header #menu_wrap.active #menu_trigger .line_wrap .line:first-child + * + * {
    transform: rotate(-30deg);
    margin-top: -16px; }
  header #menu_wrap.active #menu_inner {
    clip-path: inset(0 0 0% 0); }

/* footer */
footer {
  border-top: #111 1px solid;
  border-bottom: #111 1px solid;
  padding: 40px 20px;
  margin: 0 20px 20px; }
  footer #footer_logo {
    margin-bottom: 40px; }
    footer #footer_logo img {
      width: 72px; }
  footer nav {
    display: flex; }
    footer nav > div {
      flex-basis: 50%; }
      footer nav > div ul li a {
        font-size: 16px;
        line-height: 2; }
      footer nav > div.menu ul {
        padding-left: 10px; }

/* copyright */
#copyright {
  display: block;
  padding: 0 20px 20px; }

/* pages
--------------------------------------------------*/
#top_page #addclass_slider {
  height: 144vw;
  position: relative;
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    #top_page #addclass_slider {
      height: 56.25vw; } }
  #top_page #addclass_slider::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 144vw;
    background: url("../img/pages/top/mainv/frame.svg");
    z-index: 10; }
    @media screen and (min-width: 768px) {
      #top_page #addclass_slider::after {
        height: 56.25vw;
        background: url("../img/pages/top/mainv/frame_pc.svg"); } }
  #top_page #addclass_slider li.slide {
    position: absolute;
    top: 5vw;
    right: 5vw;
    bottom: 5vw;
    left: 5vw;
    z-index: 10;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    transition: all 1.5s; }
    @media screen and (min-width: 768px) {
      #top_page #addclass_slider li.slide {
        top: 0vw;
        right: 0vw;
        bottom: 0vw;
        left: 0vw; } }
    @media screen and (min-width: 768px) {
      #top_page #addclass_slider li.slide:first-child {
        background-image: url(../img/pages/top/mainv/mainv_05_pc.jpg) !important; } }
    @media screen and (min-width: 768px) {
      #top_page #addclass_slider li.slide:first-child + * {
        background-image: url(../img/pages/top/mainv/mainv_01_pc.jpg) !important; } }
    @media screen and (min-width: 768px) {
      #top_page #addclass_slider li.slide:first-child + * + * {
        background-image: url(../img/pages/top/mainv/mainv_02_pc.jpg) !important; } }
  #top_page #addclass_slider.scene1 li.slide:nth-of-type(1), #top_page #addclass_slider.scene2 li.slide:nth-of-type(2), #top_page #addclass_slider.scene3 li.slide:nth-of-type(3) {
    opacity: 1; }
#top_page #intro {
  padding: 0 20px;
  margin-bottom: 40px; }
  #top_page #intro h2 {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 200; }
  #top_page #intro p + p {
    margin-top: 20px; }
#top_page #menu {
  padding: 60px 20px;
  background: #f4ede9;
  border-radius: 30px 30px 0 0;
  margin-bottom: 40px; }
  #top_page #menu h3 {
    margin-bottom: 20px; }
  #top_page #menu ul {
    border-bottom: #111 1px solid; }
    #top_page #menu ul li {
      border-top: #111 1px solid; }
      #top_page #menu ul li a {
        display: flex;
        padding: 20px 10px;
        align-items: center; }
        #top_page #menu ul li a .text_wrap {
          flex-basis: 54%; }
          #top_page #menu ul li a .text_wrap .tag {
            display: flex; }
            #top_page #menu ul li a .text_wrap .tag .month {
              background: #111;
              color: #fff;
              width: 90px;
              text-align: center;
              border-radius: 4px;
              margin-right: 10px; }
          #top_page #menu ul li a .text_wrap .name {
            font-size: 24px; }
          #top_page #menu ul li a .text_wrap .btn {
            text-decoration: underline; }
        #top_page #menu ul li a figure {
          flex: 1;
          border-radius: 10px;
          overflow: hidden; }
#top_page #area {
  padding: 0 20px;
  margin-bottom: 40px; }
  #top_page #area h3 {
    margin-bottom: 20px; }
  #top_page #area iframe {
    width: 100%;
    height: 360px;
    margin-bottom: 20px; }
  #top_page #area a {
    display: block;
    margin-top: 20px;
    background: #000;
    text-align: center;
    color: #fff;
    line-height: 60px;
    border-radius: 30px;
    font-size: 16px; }
#top_page #photo_gallery {
  margin-bottom: 40px; }
  #top_page #photo_gallery h3 {
    padding: 0 20px;
    margin-bottom: 20px; }
  #top_page #photo_gallery .slick-slide {
    position: relative;
    margin-bottom: 10px; }
    #top_page #photo_gallery .slick-slide span {
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 6px 10px;
      background: rgba(0, 0, 0, 0.6);
      color: #fff; }
  #top_page #photo_gallery .slick-dots {
    position: relative;
    bottom: 0; }
    #top_page #photo_gallery .slick-dots li {
      margin: 0; }

#access_page section#mainv {
  margin-bottom: 0; }
#access_page section#access {
  padding: 0 20px; }
  #access_page section#access div {
    margin-bottom: 40px; }
    #access_page section#access div h3 {
      margin: 20px 0 10px; }
    #access_page section#access div p {
      line-height: 1.6; }
  #access_page section#access iframe {
    width: 100%;
    height: 360px;
    margin-bottom: 20px; }

#faq_page section#mainv {
  margin-bottom: 0; }
#faq_page section#faq {
  padding: 0 20px; }
  #faq_page section#faq dl {
    margin-top: 10px; }
    #faq_page section#faq dl dt {
      background: #e8e8e8;
      padding: 10px 16px;
      font-size: 16px; }
    #faq_page section#faq dl dd {
      background: #f5f5f5;
      padding: 10px 16px;
      font-size: 16px; }
      #faq_page section#faq dl dd a {
        display: block;
        color: #998675;
        margin-top: 10px;
        text-decoration: underline; }

#policy_page #policy {
  padding: 160px 20px 0; }
  #policy_page #policy h2 {
    font-size: 24px;
    font-weight: 200; }
  #policy_page #policy h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px; }
  #policy_page #policy a {
    display: block;
    color: #998675;
    margin-top: 10px;
    text-decoration: underline; }
