@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
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;
}

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;
}

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

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

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;
}

/* -----------------------------------------------------------------------------
共通
----------------------------------------------------------------------------- */
@font-face {
  font-family: "AbhayaLibre";
  src: url(../fonts/AbhayaLibre-Regular.ttf) format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "AbhayaLibre";
  src: url(../fonts/AbhayaLibre-ExtraBold.ttf) format("truetype");
  font-weight: 800;
}
html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  letter-spacing: 0.08em;
  line-height: 1.5;
  font-size: 0.875rem;
  font-family: "AbhayaLibre", "Noto Serif JP", serif;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  color: #333;
}
@media screen and (min-width: 751px) {
  body {
    border: solid 10px #000;
  }
}

.AbhayaLibre {
  font-family: "AbhayaLibre", serif;
}

.sans {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.serif {
  font-family: "AbhayaLibre", "Noto Serif JP", serif;
}

a {
  color: #333;
}
a:hover {
  color: #666;
}

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

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

@media screen and (max-width: 750px) {
  html {
    font-size: 4.102vw;
  }
  body {
    font-size: 0.8125rem;
  }
}
/* -----------------------------------------------------------------------------
ヘッダ
----------------------------------------------------------------------------- */
@media screen and (min-width: 751px) {
  header {
    height: 118px;
    font-size: 1rem;
  }
  header .menu-global ul {
    display: flex;
    max-width: 1440px;
    margin: auto;
    height: 105px;
    padding-left: 50px;
    padding-right: 50px;
  }
  header .menu-global li:not(.menu-global-logo) {
    flex-basis: calc((100% - 310px) / 6);
    font-weight: 800;
    letter-spacing: 0.2em;
    border-bottom: solid 1px #000;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  header .menu-global a {
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
  }
  header .menu-global .menu-global-logo {
    flex-grow: 1;
  }
  header .menu-global .menu-global-logo h1 {
    background-color: #fff;
    position: relative;
    padding: 22px 20px 12px 20px;
    border-radius: 50%;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    z-index: 2;
  }
  header .menu-global .menu-global-logo a {
    height: auto;
    display: inline;
  }
  header .menu-global .menu-global-logo img {
    width: 185px;
  }
}
@media screen and (min-width: 1061px) {
  header .menu-global ul {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media screen and (max-width: 750px) {
  header {
    z-index: 2;
    position: relative;
    height: 23vw;
    font-size: 1rem;
  }
  header > .inner {
    position: fixed;
    width: 100%;
    height: 21vw;
    background-color: #fff;
    padding: 2vw 8.2vw 0 8.2vw;
  }
  header > .inner > h1 {
    width: 25vw;
  }
  header > .inner a {
    color: #fff;
    text-decoration: none;
  }
  header .menu-wrapper {
    position: fixed;
    z-index: 100;
    width: 45.2vw;
    height: calc(100svh - 20vw - 7.4vw);
    top: 0;
    right: -60vw;
    background-color: rgba(85, 83, 83, 0.9);
    padding: 27vw 7.4vw 7.4vw 7.4vw;
    transition-property: right;
    transition-duration: 0.3s;
  }
  header .menu-global {
    text-align: right;
  }
  header .menu-global a {
    display: block;
    height: 14vw;
  }
  header .menu-sns > ul {
    display: flex;
    justify-content: flex-end;
    -moz-column-gap: 2vw;
         column-gap: 2vw;
  }
  header .menu-sns svg {
    width: 7vw;
    height: 7vw;
  }
  header .menu-other {
    margin-top: 2.25rem;
    font-size: 0.75rem;
    text-align: right;
  }
  header .menu-other li + li {
    margin-top: 1em;
  }
}
/* -----------------------------------------------------------------------------
モバイルメニュー
----------------------------------------------------------------------------- */
#button-spmenu {
  display: block;
  width: 36px;
  height: 36px;
  position: fixed;
  top: 48px;
  right: 120px;
  z-index: 21;
  cursor: pointer;
  transition-property: filter;
  transition-duration: 0.3s;
}

.icon-animation {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.icon-animation span {
  width: 36px;
  height: 1px;
  display: block;
  background: #000;
  position: absolute;
  left: 50%;
  top: calc(50% - 0.5px);
  margin-left: -18px;
  transition: all 0.3s;
}
.icon-animation .top {
  transform: translateY(-10px) scale(1);
}
.icon-animation .middle {
  background: none;
  position: relative;
}
.icon-animation .middle:before, .icon-animation .middle:after {
  transition: all 0.3s;
  content: "";
  width: 36px;
  height: 1px;
  background: #000;
  display: block;
  transform: rotate(0deg);
  position: absolute;
}
.icon-animation .bottom {
  transform: translateY(10px) scale(1);
}

@media screen and (max-width: 750px) {
  #button-spmenu {
    width: 11vw;
    height: 11vw;
    top: 6vw;
    right: 8vw;
    transition-property: top;
    transition-duration: 0.3s;
  }
  #button-spmenu p {
    font-size: 1.25rem;
  }
  .icon-animation span {
    width: 11vw;
    margin-left: -5.5vw;
  }
  .icon-animation .top {
    transform: translateY(-2.4vw) scale(1);
  }
  .icon-animation .middle:before, .icon-animation .middle:after {
    width: 11vw;
  }
  .icon-animation .bottom {
    transform: translateY(2.4vw) scale(1);
  }
}
/* -----------------------------------------------------------------------------
BODYの状態
----------------------------------------------------------------------------- */
body.is-reversal header h1,
body.is-reversal header .menu-sns {
  filter: brightness(0) invert(1);
}
body.is-reversal #button-spmenu {
  filter: brightness(0) invert(1);
}
body.is-spmenu {
  overflow: hidden;
}
body.is-spmenu .icon-animation .top {
  transform: translateY(0px) scale(0);
  background-color: #fff;
}
body.is-spmenu .icon-animation .bottom {
  transform: translateY(0px) scale(0);
  background-color: #fff;
}
body.is-spmenu .icon-animation .middle:before {
  transform: rotate(45deg) scaleX(1.222);
  background-color: #fff;
}
body.is-spmenu .icon-animation .middle:after {
  transform: rotate(-45deg) scaleX(1.222);
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  body.is-spmenu .menu-wrapper {
    right: 0;
  }
  body.is-spmenu #button-spmenu {
    top: 5vw;
  }
}
body.is-modal {
  overflow: hidden;
}

/* -----------------------------------------------------------------------------
フッタ
----------------------------------------------------------------------------- */
footer {
  font-size: 1rem;
}
footer .footer-body {
  border-top: solid 3px #000;
  width: calc(100% - 100px);
  margin: auto;
  padding-top: 40px;
  padding-bottom: 100px;
  position: relative;
}
footer .footer-body::before {
  position: absolute;
  display: block;
  content: "";
  border-top: solid 1px #000;
  top: 2px;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 750px) {
  footer .footer-body {
    padding-top: 10vw;
    padding-bottom: 25vw;
    width: 100%;
  }
}
footer .footer-logo {
  text-align: center;
  width: 64px;
  margin: auto;
}
footer .footer-access {
  margin-top: 1.5rem;
  text-align: center;
  line-height: 2.35;
  font-size: 0.875rem;
}
footer .menu-sns {
  margin-top: 3rem;
}
footer .menu-sns ul {
  display: flex;
  justify-content: center;
  -moz-column-gap: 37px;
       column-gap: 37px;
}
@media screen and (max-width: 750px) {
  footer .menu-sns ul {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
footer .menu-sns li {
  width: 33px;
}
footer .menu-global {
  margin-top: 2rem;
}
footer .menu-global ul {
  display: flex;
  -moz-column-gap: 50px;
       column-gap: 50px;
  justify-content: center;
  max-width: 1000px;
  margin: auto;
}
footer .menu-global li {
  flex-basis: calc((100% - 310px) / 6);
  font-weight: 800;
  letter-spacing: 0.2em;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
footer .menu-global a {
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
footer .menu-other {
  margin-top: 3rem;
}
footer .menu-other > ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  footer .menu-other > ul {
    flex-direction: column;
    align-items: center;
    row-gap: 1em;
    font-size: 0.75rem;
  }
}
footer .menu-other > ul > li {
  line-height: 1;
}
@media screen and (min-width: 751px) {
  footer .menu-other > ul > li {
    padding: 0 1.5em;
  }
  footer .menu-other > ul > li + li {
    border-left: solid 1px #000;
  }
}

.shortcut-menu {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 101;
}
@media screen and (max-width: 750px) {
  .shortcut-menu {
    width: 100%;
  }
}
.shortcut-menu ul {
  display: flex;
  list-style-type: none;
  font-size: 1.25rem;
  letter-spacing: 0.25em;
  line-height: 1;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .shortcut-menu ul {
    font-size: 1.125rem;
    width: 100%;
  }
}
.shortcut-menu ul a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65px;
  min-width: 113px;
  background-color: #c4c4c4;
  padding: 0 1em;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 750px) {
  .shortcut-menu ul a {
    height: 16vw;
    min-width: initial;
    padding: 0 0.5em;
  }
}
.shortcut-menu ul a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 750px) {
  .shortcut-menu .shortcut-menu__reserve {
    flex-grow: 1;
  }
}
.shortcut-menu .shortcut-menu__reserve a {
  background: url(../images/common/icon_line2.png) 1.5rem center no-repeat #555353;
  background-size: 33px 27px;
  padding-left: 4rem;
}
@media screen and (max-width: 750px) {
  .shortcut-menu .shortcut-menu__reserve a {
    background-position: 0.75rem center;
    background-size: 8.4vw 6.9vw;
    padding-left: 12vw;
  }
}
@media screen and (max-width: 750px) {
  .shortcut-menu .shortcut-menu__tel {
    flex-basis: 30vw;
    flex-shrink: 0;
  }
}
.shortcut-menu .shortcut-menu__tel a {
  background-color: #003950;
}
.shortcut-menu .shortcut-menu__recruit {
  position: relative;
}
@media screen and (max-width: 750px) {
  .shortcut-menu .shortcut-menu__recruit {
    flex-basis: 30vw;
    flex-shrink: 0;
  }
}
.shortcut-menu .shortcut-menu__recruit a {
  background-color: #b9971e;
}
.shortcut-menu .recruit__circle {
  background-color: #ff6467;
  color: #fff;
  font-size: 0.8125rem;
  width: 93px;
  height: 93px;
  border-radius: 47px;
  position: absolute;
  text-align: center;
  padding-top: 0.75em;
  line-height: 1.3;
  letter-spacing: 0.02em;
  top: -47px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .shortcut-menu .recruit__circle {
    width: 23vw;
    height: 23vw;
    border-radius: 11.5vw;
    top: -11.5vw;
  }
}

.button__pagetop > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15vw;
  height: 15vw;
  border-radius: 7.5vw;
  background-color: rgba(215, 215, 215, 0.6);
  position: fixed;
  right: -15vw;
  bottom: 30vw;
  z-index: 1;
  transition-property: right;
  transition-duration: 0.3s;
}
.button__pagetop > a > img {
  width: 50%;
}
body.is-scrolled .button__pagetop > a {
  right: 6.5vw;
}

/* -----------------------------------------------------------------------------
共通
----------------------------------------------------------------------------- */
article {
  padding-top: 116px;
  padding-bottom: 160px;
}
@media screen and (max-width: 750px) {
  article {
    padding-top: 18vw;
    padding-bottom: 18vw;
  }
}

@media screen and (min-width: 751px) {
  section {
    padding: 115px 50px 0 50px;
  }
  section:first-child {
    padding-top: 0;
  }
  section > .inner {
    max-width: 940px;
    margin: auto;
  }
}
@media screen and (max-width: 750px) {
  section {
    padding-top: 18vw;
  }
  section:first-child {
    padding-top: 0;
  }
}

.threshold-top {
  position: absolute;
  width: 1px;
  height: 1px;
  top: 100px;
  z-index: 10;
}

.page-header {
  max-width: 940px;
  margin: 125px auto 0 auto;
}
@media screen and (max-width: 750px) {
  .page-header {
    margin-top: 0;
    position: relative;
  }
}
.page-header .section-title {
  margin-bottom: 1rem;
  margin-left: 0;
}
@media screen and (max-width: 750px) {
  .page-header .section-title {
    position: absolute;
    left: 8%;
    top: 5vw;
    z-index: 1;
  }
}
@media screen and (max-width: 750px) {
  .page-header .mainvisual {
    height: calc(100svh - 39vw + 1px);
  }
  .page-header .mainvisual img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.section-title {
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: 0.2em;
  border-left: solid 2px #333;
  padding-left: 0.75em;
  margin-left: 0.5em;
}
@media screen and (max-width: 750px) {
  .section-title {
    margin-left: 0;
  }
  .section-title:not(.is-page-title) {
    font-size: 1.25rem;
    line-height: 1.2;
    letter-spacing: 0.2em;
    border-bottom: solid 1px #333;
    border-left: none;
    padding-left: 0;
    padding-bottom: 0.5em;
  }
}

.button-right {
  text-align: right;
}
@media screen and (max-width: 750px) {
  .button-right {
    text-align: center;
  }
}
.button-full > .button-inner {
  width: calc(100% - 1em);
}
.button > .button-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #555353;
  background-color: #fff;
  color: #555353;
  min-width: 120px;
  min-height: 1.75rem;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.2em;
  padding: 0.1em 0.5em;
  cursor: pointer;
  vertical-align: middle;
  text-decoration: none;
}
.button > .button-inner.sans {
  font-weight: 400;
  min-height: 3rem;
}
.button > .button-inner:hover {
  background-color: #555353;
  color: #fff;
}
.button.button-green > .button-inner {
  border: solid 1px #005014;
  background-color: #f2f5f2;
  color: #005014;
}
.button.button-green > .button-inner:hover {
  background-color: #005014;
  color: #f2f5f2;
}
@media screen and (max-width: 750px) {
  .button-arrow > .button-inner {
    width: 51vw;
    height: 12.8vw;
    font-size: 1.28rem;
  }
  .button-arrow > .button-inner::before {
    height: 3.33vw;
    background-size: cover;
  }
}

/* -----------------------------------------------------------------------------
モーダル
----------------------------------------------------------------------------- */
.modal-wrapper {
  position: fixed;
  inset: 0;
  background-color: rgba(196, 196, 196, 0.8);
  z-index: 200;
  opacity: 0;
  pointer-events: none;
  transition-property: opacity;
  transition-duration: 0.3s;
}
.modal-wrapper.is-open {
  opacity: 1;
  pointer-events: auto;
}

.modal-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-body {
  position: relative;
}

.modal-close {
  width: 59px;
  position: absolute;
  top: 0;
  right: -80px;
  color: #fff;
  cursor: pointer;
}
.modal-close:hover {
  color: #555353;
}
@media screen and (max-width: 750px) {
  .modal-close {
    width: 11vw;
    right: -8vw;
    top: -8vw;
  }
}

/* -----------------------------------------------------------------------------
レスポンシブ
----------------------------------------------------------------------------- */
@media screen and (min-width: 751px) {
  .disp_sp {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  .disp_pc {
    display: none !important;
  }
}
/* -----------------------------------------------------------------------------
アニメ
----------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
404
----------------------------------------------------------------------------- */
body.preparing .preparing-message {
  padding: 200px 0 300px 0;
  text-align: center;
  color: #555353;
  line-height: 2.175;
  background: url(../images/common/bg_404.png) center center no-repeat;
}
@media screen and (max-width: 750px) {
  body.preparing .preparing-message {
    padding: 50vw 0 50vw 0;
    background-image: url(../images/common/sp_bg_404.png);
    background-size: 84%;
  }
}
body.preparing .preparing-message h2 {
  font-size: 2.5rem;
}
@media screen and (max-width: 750px) {
  body.preparing .preparing-message h2 {
    font-size: 1.25rem;
  }
}
body.preparing .preparing-message p {
  font-size: 1.5625rem;
}
@media screen and (max-width: 750px) {
  body.preparing .preparing-message p {
    font-size: 1rem;
  }
}

/* *****************************************************************************
********************************************************************************
トップページ
********************************************************************************
***************************************************************************** */
/* -----------------------------------------------------------------------------
メインビジュアル
----------------------------------------------------------------------------- */
.mainvisual {
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 750px) {
  .mainvisual .swiper-slide {
    height: calc(100svh - 39vw + 1px);
  }
  .mainvisual .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media screen and (min-width: 751px) {
  .index .mainvisual {
    max-width: calc(100% - 100px);
    margin: auto;
  }
}
@media screen and (min-width: 1061px) {
  .index .mainvisual {
    max-width: calc(100% - 140px);
    margin: auto;
  }
}

/* -----------------------------------------------------------------------------
コンセプト
----------------------------------------------------------------------------- */
.index-concept,
.index-menu,
.index-gallery {
  letter-spacing: 0.2em;
  line-height: 2.35;
}
.index-concept .section-body p,
.index-menu .section-body p,
.index-gallery .section-body p {
  margin-top: 2rem;
}

@media screen and (max-width: 750px) {
  .section-image {
    width: 53vw;
  }
  .section-body {
    width: 84%;
    margin: 4rem auto 0 auto;
  }
  .section-body p {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 751px) {
  .index-concept > .inner {
    display: grid;
    grid-template-columns: 300px auto;
    grid-template-rows: auto auto;
    grid-column-gap: 2rem;
    grid-row-gap: 3rem;
  }
  .index-concept .section-header {
    grid-area: 1/2/2/3;
    align-self: self-end;
    padding-top: 110px;
  }
  .index-concept .section-header .header-title {
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: 0.2em;
  }
  .index-concept .section-header .header-logo {
    width: 90px;
    padding: 0 2rem;
  }
  .index-concept .section-body {
    grid-area: 2/2/3/3;
  }
  .index-concept .section-image {
    grid-area: 1/1/3/2;
  }
}
@media screen and (max-width: 750px) {
  .index-concept {
    position: relative;
  }
  .index-concept .section-header {
    position: absolute;
    top: 5vw;
    right: 10%;
    line-height: 1;
  }
  .index-concept .section-header .header-title {
    font-size: 1.25rem;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-align: center;
  }
  .index-concept .section-header .header-logo {
    width: 16vw;
    margin: 1rem auto 0 auto;
  }
}

/* -----------------------------------------------------------------------------
メニュー
----------------------------------------------------------------------------- */
@media screen and (min-width: 751px) {
  .index-menu > .inner {
    display: grid;
    grid-template-columns: auto 300px;
    grid-column-gap: 2rem;
  }
  .index-menu .section-body {
    grid-area: 1/1/2/2;
    align-self: self-end;
  }
  .index-menu .section-image {
    grid-area: 1/2/2/2;
  }
}
@media screen and (max-width: 750px) {
  .index-menu {
    padding-top: 5vw;
  }
  .index-menu .section-image {
    margin-left: auto;
    margin-right: 0;
  }
  .index-menu .button {
    margin-top: 3rem;
  }
  .index-menu .button .button-inner {
    width: 70%;
    padding: 1em 0.5em;
  }
}

/* -----------------------------------------------------------------------------
ギャラリー
----------------------------------------------------------------------------- */
.index-gallery {
  background: url(../images/index/gallery_bg.png) center 50% no-repeat;
}
.index-gallery .gallery-list {
  margin-top: 2rem;
}
@media screen and (max-width: 750px) {
  .index-gallery .gallery-list {
    margin-top: 4rem;
  }
}
.index-gallery .gallery-items {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  gap: 4px;
}
.index-gallery .gallery-item {
  flex-basis: calc((100% - 12px) / 4);
  background-color: #fff;
  cursor: pointer;
}
.index-gallery .gallery-item:hover img {
  opacity: 0.7;
}
@media screen and (max-width: 750px) {
  .index-gallery .gallery-item {
    flex-basis: calc((100% - 10px) / 3);
  }
}

/* -----------------------------------------------------------------------------
アクセス
----------------------------------------------------------------------------- */
.index-access {
  margin-top: 160px;
}
@media screen and (max-width: 750px) {
  .index-access {
    margin-top: 1rem;
  }
}
.index-access > .inner {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.index-access .section-body {
  display: flex;
  flex-direction: column;
}
.index-access .access-body {
  flex-basis: calc(50% - 20px);
  display: flex;
  flex-direction: column;
  margin-top: 1.5rem;
  flex-grow: 1;
  justify-content: flex-end;
  line-height: 2.92;
}
.index-access .access-body .button {
  margin-top: 1.5rem;
}
.index-access .access-notice {
  font-size: 0.75rem;
  line-height: 2.2;
  letter-spacing: 0;
}
.index-access .section-map {
  flex-basis: 50%;
  flex-shrink: 0;
}
.index-access .section-map iframe {
  vertical-align: bottom;
}
@media screen and (max-width: 750px) {
  .index-access > .inner {
    display: flex;
    -moz-column-gap: 20px;
         column-gap: 20px;
    flex-direction: column;
  }
  .index-access .access-body {
    flex-direction: column;
  }
  .index-access .section-map {
    width: 84%;
    flex-basis: auto;
    margin: 2rem auto 0 auto;
  }
  .index-access .section-map iframe {
    height: 77vw;
  }
}

/* -----------------------------------------------------------------------------
モーダル
----------------------------------------------------------------------------- */
.gallery-content {
  display: flex;
  -moz-column-gap: 5%;
       column-gap: 5%;
  max-width: 900px;
  color: #fff;
}
.gallery-content .gallery-visual {
  max-width: 52%;
}
.gallery-content .gallery-detail {
  max-width: 47%;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
.gallery-content .gallery-pictures {
  display: flex;
  -moz-column-gap: 26px;
       column-gap: 26px;
}
.gallery-content .gallery-pictures > div {
  max-width: 178px;
}
.gallery-content .gallery-title {
  font-weight: 400;
  font-size: 1.5rem;
}
.gallery-content .gallery-stylist,
.gallery-content .gallery-data {
  margin-top: 1em;
  font-size: 0.9375rem;
}
.gallery-content .gallery-stylist h5,
.gallery-content .gallery-data h5 {
  font-weight: 400;
}
.gallery-content .gallery-stylist h5 + dl,
.gallery-content .gallery-data h5 + dl {
  margin-top: 0.25em;
}
.gallery-content .gallery-stylist dl,
.gallery-content .gallery-data dl {
  display: flex;
}
.gallery-content .gallery-stylist dl dt::after,
.gallery-content .gallery-data dl dt::after {
  content: "：";
}
@media screen and (max-width: 750px) {
  .gallery-content {
    max-width: 70vw;
    flex-direction: column;
    row-gap: 4vw;
  }
  .gallery-content .gallery-visual {
    max-width: initial;
  }
  .gallery-content .gallery-pictures {
    -moz-column-gap: 4vw;
         column-gap: 4vw;
  }
  .gallery-content .gallery-pictures > div {
    flex-basis: calc((100% - 4vw) / 3);
  }
  .gallery-content .gallery-detail {
    max-width: initial;
    row-gap: 4vw;
  }
  .gallery-content .gallery-title {
    font-size: 1.25rem;
  }
  .gallery-content .gallery-stylist {
    margin-top: 0;
  }
  .gallery-content .gallery-data {
    margin-top: 0.25rem;
  }
  .gallery-content .gallery-stylist,
  .gallery-content .gallery-data {
    font-size: 0.875rem;
  }
}

/* *****************************************************************************
メニュー
********************************************************************************
***************************************************************************** */
/* -----------------------------------------------------------------------------
共通
----------------------------------------------------------------------------- */
@media screen and (min-width: 751px) {
  .styling-menu-content > .inner {
    display: flex;
    -moz-column-gap: 4.5rem;
         column-gap: 4.5rem;
    width: 100%;
  }
  .styling-menu-content .content-header {
    background: url(../images/menu/border_double.png) right top repeat-y;
    display: flex;
  }
  .styling-menu-content .content-body {
    flex-grow: 1;
  }
  .styling-menu-content .styling-menu-title {
    writing-mode: sideways-lr;
    font-size: 2.5rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    align-self: flex-end;
  }
  .styling-menu-content .styling-menu-title small {
    font-size: 1.875rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 750px) {
  .styling-menu-content {
    margin-top: 0;
    padding-top: 22vw;
  }
  .styling-menu-content > .inner {
    width: 84%;
    margin: auto;
  }
  .styling-menu-content .content-header {
    background: url(../images/menu/border_double_h.png) left bottom repeat-x;
    display: flex;
  }
  .styling-menu-content .styling-menu-title {
    font-size: 1.75rem;
    font-weight: 800;
    letter-spacing: 0.08em;
  }
  .styling-menu-content .styling-menu-title small {
    font-size: 1.375rem;
    letter-spacing: 0.05em;
  }
  .styling-menu-content .content-body {
    margin-top: 1.25rem;
  }
}

@media screen and (min-width: 751px) {
  .styling-menu-items {
    max-width: 276px;
  }
  .styling-menu-items.is-right {
    max-width: 310px;
  }
}
.styling-menu-items dl {
  display: flex;
  flex-direction: column;
  row-gap: 1.45rem;
}
@media screen and (max-width: 750px) {
  .styling-menu-items + .styling-menu-items {
    margin-top: 2rem;
  }
}

.styling-menu-item {
  display: flex;
  font-weight: 800;
  width: 100%;
  justify-content: space-between;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.styling-menu-item dt {
  font-size: 1rem;
  display: flex;
  align-items: center;
  flex-grow: 1;
  white-space: nowrap;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.styling-menu-item dt::after {
  content: "";
  height: 1px;
  width: 100%;
  flex-grow: 1;
  border-bottom: solid 1px #000;
}
@media screen and (max-width: 750px) {
  .styling-menu-item dt {
    font-size: 0.9375rem;
  }
}
.styling-menu-item:not(.styling-menu-item--ja) dt > div::first-letter {
  font-size: 130%;
}
.styling-menu-item dd {
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .styling-menu-item dd {
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 751px) {
  .styling-menu-item dd small {
    display: block;
    position: absolute;
    left: calc(100% + 1em);
    top: 0.25em;
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 750px) {
  .styling-menu-item dd small {
    font-size: 0.625rem;
    display: block;
    text-align: center;
  }
}

@media screen and (min-width: 751px) {
  .menu-color .content-body,
  .menu-perm .content-body {
    display: grid;
    grid-template-columns: 34% 40%;
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 24%;
    grid-row-gap: 5.375rem;
    position: relative;
  }
  .menu-color .content-body::after,
  .menu-perm .content-body::after {
    position: absolute;
    top: 7px;
    left: calc(45% - 1px);
    content: "";
    display: block;
    width: 2px;
    height: calc(100% - 14px);
    background-color: #000;
  }
  .menu-color .styling-menu-items:nth-child(1),
  .menu-perm .styling-menu-items:nth-child(1) {
    grid-area: 1/1/3/2;
  }
  .menu-color .styling-menu-items:nth-child(1)::before, .menu-color .styling-menu-items:nth-child(1)::after,
  .menu-perm .styling-menu-items:nth-child(1)::before,
  .menu-perm .styling-menu-items:nth-child(1)::after {
    position: absolute;
    left: calc(45% - 1px);
    content: "";
    display: block;
    width: 2px;
    height: 2px;
    border-radius: 1px;
    background-color: #000;
  }
  .menu-color .styling-menu-items:nth-child(1)::before,
  .menu-perm .styling-menu-items:nth-child(1)::before {
    top: 0;
  }
  .menu-color .styling-menu-items:nth-child(1)::after,
  .menu-perm .styling-menu-items:nth-child(1)::after {
    bottom: 0;
  }
  .menu-color .styling-menu-items:nth-child(2),
  .menu-perm .styling-menu-items:nth-child(2) {
    grid-area: 1/2/2/3;
    position: relative;
  }
  .menu-color .styling-menu-items:nth-child(2)::after,
  .menu-perm .styling-menu-items:nth-child(2)::after {
    position: absolute;
    content: "";
    display: block;
    width: 120%;
    height: 1px;
    background-color: #000;
    bottom: -2.6875rem;
    left: -10%;
  }
  .menu-color .styling-menu-items:nth-child(3),
  .menu-perm .styling-menu-items:nth-child(3) {
    grid-area: 2/2/3/3;
  }
}

@media screen and (min-width: 751px) {
  .menu-perm .styling-menu-items:nth-child(2) {
    grid-area: 1/2/3/3;
  }
  .menu-perm .styling-menu-items:nth-child(2)::after {
    position: absolute;
    content: unset;
  }
}

.styling-menu-item.styling-menu-item--ja dt {
  font-size: 0.875rem;
}
@media screen and (max-width: 750px) {
  .styling-menu-item.styling-menu-item--ja dt {
    font-size: 0.8125rem;
  }
}

.page-anchorlink ul {
  width: 84%;
  margin: auto;
  font-size: 1.125rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-align: center;
}
.page-anchorlink li {
  width: 50%;
  margin: auto;
  position: relative;
}
.page-anchorlink li::before, .page-anchorlink li::after {
  position: absolute;
  bottom: -0.5px;
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 1.5px;
  background-color: #000;
}
.page-anchorlink li::before {
  left: -6px;
}
.page-anchorlink li::after {
  right: -6px;
}
.page-anchorlink a {
  text-decoration: none;
  display: block;
  padding: 1em 0;
  border-bottom: solid 1px #000;
}

.approximate {
  width: 500px;
  margin: auto;
  padding-top: 120px;
  padding-left: 160px;
}
@media screen and (max-width: 750px) {
  .approximate {
    padding-left: 0;
    padding-right: 0;
    width: 84%;
  }
}

.link-approximate {
  text-align: right;
  margin: 2rem 0;
  font-size: 0.75rem;
  font-weight: 500;
}
.link-approximate a {
  color: #005014;
  text-underline-offset: 0.2em;
}

/* *****************************************************************************
サロン
********************************************************************************
***************************************************************************** */
/* -----------------------------------------------------------------------------
共通
----------------------------------------------------------------------------- */
.salon-pictures > .inner {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
@media screen and (max-width: 750px) {
  .salon-pictures > .inner {
    row-gap: 13vw;
  }
}

.salon-entrance {
  margin-top: 185px;
  padding-top: 0;
}
@media screen and (max-width: 750px) {
  .salon-entrance {
    margin-top: 18vw;
  }
}
.salon-entrance > .inner {
  max-width: 840px;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .salon-entrance > .inner {
    max-width: 84%;
  }
}

body.salon .index-access {
  padding-top: 0;
  margin-top: 72px;
}
@media screen and (max-width: 750px) {
  body.salon .index-access {
    margin-top: 1rem;
  }
  body.salon .index-access .section-body {
    margin-top: 0;
  }
}

/* *****************************************************************************
スタイリスト
********************************************************************************
***************************************************************************** */
/* -----------------------------------------------------------------------------
共通
----------------------------------------------------------------------------- */
.stylist-intro {
  background: url(../images/stylist/bg.jpg) calc(50% + 400px) center no-repeat;
  padding-top: 60px;
  padding-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .stylist-intro {
    padding-top: 0;
    margin: 0;
    padding-bottom: 50vw;
    background-position: center bottom;
    background-size: 16vw 38vw;
  }
}
@media screen and (min-width: 751px) {
  .stylist-intro > .inner {
    display: grid;
    grid-template-columns: 220px auto;
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 50px;
    grid-row-gap: 40px;
  }
  .stylist-intro > .inner .intro-picture {
    grid-area: 1/1/3/2;
  }
  .stylist-intro > .inner .intro-header {
    grid-area: 1/2/2/3;
  }
  .stylist-intro > .inner .intro-body {
    grid-area: 2/2/3/3;
  }
}
@media screen and (max-width: 750px) {
  .stylist-intro > .inner {
    width: 84%;
    margin: auto;
  }
  .stylist-intro > .inner .intro-picture {
    width: 64%;
    margin: 2rem auto auto auto;
  }
}
.stylist-intro .intro-name {
  margin-top: 1rem;
  display: flex;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  align-items: flex-end;
}
.stylist-intro .intro-name dt {
  font-size: 2.1875rem;
}
.stylist-intro .intro-name dd {
  font-size: 1.25rem;
  padding-bottom: 0.2em;
}
@media screen and (max-width: 750px) {
  .stylist-intro .intro-name {
    margin-top: 5rem;
    flex-direction: column;
    align-items: center;
  }
  .stylist-intro .intro-name dt {
    font-size: 1.5rem;
  }
  .stylist-intro .intro-name dd {
    font-size: 1rem;
    padding-bottom: 0;
  }
}
.stylist-intro .intro-description {
  font-size: 0.8125rem;
  line-height: 3;
  max-width: 450px;
}
@media screen and (max-width: 750px) {
  .stylist-intro .intro-description {
    margin-top: 2rem;
    font-size: 1rem;
    line-height: 2.5;
  }
}

/* *****************************************************************************
プライバシー
********************************************************************************
***************************************************************************** */
/* -----------------------------------------------------------------------------

----------------------------------------------------------------------------- */
.section-privacy {
  line-height: 2.8125;
  font-size: 1rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 750px) {
  .section-privacy {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 750px) {
  .section-privacy .inner {
    max-width: 84%;
    margin: auto;
  }
}
.section-privacy h2 {
  font-size: 1.1875rem;
  font-weight: normal;
}
.section-privacy h3 {
  font-weight: normal;
}
.section-privacy ol {
  margin-top: 2em;
  padding-left: 1.5em;
}
@media screen and (max-width: 750px) {
  .section-privacy ol {
    padding-left: 0;
    list-style-position: inside;
  }
}
@media screen and (max-width: 750px) {
  .section-privacy ol > li h3 {
    display: inline-block;
  }
}
.section-privacy ol > li > ul {
  list-style-type: disc;
}
@media screen and (max-width: 750px) {
  .section-privacy ol > li > ul {
    padding-left: 1.3em;
    list-style-position: outside;
  }
}
.section-privacy ul {
  padding-left: 1.5em;
}
.section-privacy .mailaddress-wrapper {
  display: flex;
}
.section-privacy .mailaddress {
  height: 1em;
  width: auto;
  vertical-align: middle;
}

/* *****************************************************************************
特定商取引法に基づく表示
********************************************************************************
***************************************************************************** */
.section-notations {
  line-height: 2.8125;
  font-size: 1rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 750px) {
  .section-notations {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 750px) {
  .section-notations .inner {
    max-width: 84%;
    margin: auto;
  }
}
.section-notations h2 {
  font-size: 1.1875rem;
  font-weight: normal;
}
.section-notations h2 + div {
  margin-top: 2em;
}
.section-notations h3 {
  font-weight: normal;
}
.section-notations ul {
  list-style-position: inside;
}
.section-notations ul > li > h3 {
  display: inline-block;
}
.section-notations .mailaddress-wrapper {
  display: flex;
}
.section-notations .mailaddress {
  height: 1em;
  width: auto;
  vertical-align: middle;
}/*# sourceMappingURL=style.css.map */