@charset "UTF-8";
/*----------------------------------------
	clearfix
----------------------------------------*/
.container:after, .container-middle:after, .container-narrow:after, .container-requid:after, .row:after, .salon-idx-point:after {
  content: "";
  clear: both;
  display: block;
}

.item-animated {
  opacity: 0;
}

.item-animated:nth-child(1) {
  -webkit-animation: example 0.5s ease 0.5s 1 forwards;
  animation: example 0.5s ease 0.5s 1 forwards;
}

.item-animated:nth-child(2) {
  -webkit-animation: example 0.5s ease 1s 1 forwards;
  animation: example 0.5s ease 1s 1 forwards;
}

.item-animated:nth-child(3) {
  -webkit-animation: example 0.5s ease 1.5s 1 forwards;
  animation: example 0.5s ease 1.5s 1 forwards;
}

.item-animated:nth-child(4) {
  -webkit-animation: example 0.5s ease 2s 1 forwards;
  animation: example 0.5s ease 2s 1 forwards;
}

@-webkit-keyframes example {
  100% {
    opacity: 1;
  }
}

@keyframes example {
  100% {
    opacity: 1;
  }
}

/*----------------------------------------
	reset
----------------------------------------*/
:root {
  box-sizing: border-box;
}

*,
::before,
::after {
  box-sizing: inherit;
  border-style: solid;
  border-width: 0;
}

* {
  font-size: inherit;
  line-height: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

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, dialog, figure, footer, header, hgroup, main, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  color: #40320D;
  vertical-align: baseline;
}

header, footer, article, section, aside, hgroup, main, nav, menu, figure, figcaption, time {
  display: block;
}

span, small, strong, em, b, i {
  color: inherit;
}

html {
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-size: 10px;
}
@media only screen and (min-width: 1401px) {
    html { font-size: 12.5px; }
}
@media only screen and (max-width: 901px) {
    html { font-size: 9.0px; }
}
@media only screen and (max-width: 768px) {
    html { font-size: 8.0px; }
    
}

h1, h2, h3, h4, h5, h6, th {
  font-weight: normal;
  line-height: 1.5;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

hr {
  margin: 1em 0;
  padding: 0;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
}

input, select {
  vertical-align: middle;
}

input, textarea {
  margin: 0;
  padding: 0;
}

address {
  font-style: normal;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/*Font
----------------------------------------*/
.sans {
  font-family: "Open Sans", Hiragino Sans, "ヒラギノ角ゴシック", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "YuGothic", "游ゴシック体", "Yu Gothic", "游ゴシック", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}

.serif {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.serif_e {
  font-family: "Playfair Display", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* Links
----------------------------------------*/
a {
  color: #40320D;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*a:hover {
  text-decoration: underline;
}*/

.tel-link {
  color: #40320D;
}

.u-link {
  text-decoration: underline;
}

.u-link:hover {
  text-decoration: none;
}

/* Body
----------------------------------------*/
body {
  color: #40320D;
  font-family: "Open Sans", Hiragino Sans, "ヒラギノ角ゴシック", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "YuGothic", "游ゴシック体", "Yu Gothic", "游ゴシック", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-size: 1.6em;
  line-height: 1.87;
  overflow-x: hidden;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, body {
    font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Arial,Helvetica,Verdana,sans-serif;
  }
  /* IE11 */
}

.pc-only { display: block; }
.sp-only { display: none; }

@media only screen and (max-width: 768px) {
    .pc-only { display: none; }
    .sp-only { display: block; }
}

/*----------------------------------------
	header
----------------------------------------*/
.header { display: flex; }
.header_ttl_area { width: 34.36%; padding-bottom: 5.6rem; }
.header_ph { width: 65.64%; position: relative; }
.header_ph img { width: 100%; height: 100%; position: absolute; object-fit: cover; border-radius: 0 0 0 0.5rem; }

.header_logo { margin: 2.30rem 5.42% 0; }

.header_ttl_area .ttl { display: flex; align-items: center; width: 100%; margin: 7.0rem 0 8.0rem; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; }
.header_ttl_area .ttl span { font-size: 3.5rem; font-weight: 700;}
.header_ttl_area .read { width: 57.58%; max-width: 32.0rem; min-width: 22.0rem; margin: 0 auto; }

.contents { display: flex; }
.contents_nav { width: 34.36%; margin-top: 9.0rem; }
.contents_main { width: 65.64%; position: relative; }

.contents_nav > .inner { width: 57.58%; max-width: 32.0rem; min-width: 22.0rem; margin: 0 auto; position: sticky; top: 5.0rem; }
.contents_nav > .inner a { display: block; border-bottom: 1px solid #DCD5D5; margin-bottom: 0.8rem; padding: 0.6rem 0 0.5rem 3.8rem; position: relative; }
.contents_nav > .inner a._other { border-bottom: none; font-size: 1.3rem; padding: 0; margin-top: 2.0rem;  }
.contents_nav a:not(._other) .arrow { display: block; width: 2.4rem; height: 2.4rem; border-radius: 50%; background-image: linear-gradient(135deg, #b3d88e 0%, #8ac596); position: absolute; left: 0; top: 0.5rem; }
.contents_nav a:not(._other) .arrow svg { width: .9rem; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%) rotate(90deg); transform: translate(-50%, -50%) rotate(90deg); }
.contents_nav a:not(._other) .arrow svg path { fill: #fff; }
.contents_nav a._other .arrow { margin-right: 0.5rem; }

.contents_main .hd { margin: 6.0rem 0 5.5rem; }
.contents_main .hd .line { font-size: 3.0rem; font-weight: 700; border-bottom: 1px solid #DCD5D5; }
.contents_main .hd .sub { display: inline-block; margin-left: 2.7rem; }

.contents_item { padding: 0 0 9.0rem 3.3rem; position: relative; }
.contents_item.line:before { content: ""; display: block; width: 1px; height: 100%; position: absolute; left: 6.0rem; top: 0; background: #D5EDCC; }
.contents_item .body { width: 68.28%; min-width: 52.0rem; margin:  0 0; padding-left: 9.0rem; position: relative; }
.contents_item .btn { margin-top: 2.5rem; }
.contents_item .body .txt { width: calc(100% - 7.0rem); line-height: 1.5; }
.contents_item .btn .js-open-modal { display: block; margin-top: 1.0rem; padding: 2.5rem 5.0rem 2.5rem 2.5rem; background: linear-gradient(180deg, #D9EDC5 0%, #D0EDD6); border-radius: 0.5rem; position: relative; cursor: pointer; }
.contents_item .btn .ico { display: block; width: 2.6rem; height: 2.6rem; position: absolute; top: 50%; right: 2.69%; background: #fff; border-radius: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.contents_item .btn .ico:before { content: ""; display: block; width: 1.0rem;height: 2px; border-radius: 0.1rem; background: #40320D; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.contents_item .btn .ico:after { content: ""; display: block; width: 1.0rem;height: 2px; border-radius: 0.1rem; background: #40320D; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%) rotate(90deg); transform: translate(-50%, -50%) rotate(90deg); }

.ph_wide img { width: 100%; border-radius: 0.5rem 0 0 0.5rem; }

.contents_item .ttl { font-size: 2.5rem; font-weight: 700; margin-bottom: 1.0rem; }
.contents_item .ttl span { display: inline-block; background: #fff; margin-top: -2rem; padding: 2rem 3.0rem 2rem 0; border-radius: 0 0.4rem 0 0; }
.contents_item .sub_ttl { font-size: 2.0rem; font-weight: 700; margin: 4.0rem 0 1.0rem; }
.contents_item .sub_ttl + .btn { margin-top: 1.5rem; }
.contents_item .num { width: 5.5rem; height: 5.5rem; border-radius: 50%; background-image: linear-gradient(135deg, #b3d88e 0%, #8ac596); position: absolute; left: 0; top: -1.0rem; font-family: "Barlow", sans-serif; letter-spacing: 0.1em; }
.contents_item .num span { font-size: 2.4rem; color: #fff; font-weight: 700; display: inline-block; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.contents_item .notes { font-size: 1.4rem; margin-top: 1.0rem; }

.contents_item .topph + .body { margin-top: 0; }
.contents_item .topph + .body .ttl { margin-top: -1.5rem; }
.contents_item .topph { padding-left: 9.0rem; }
.contents_item .topph img { width: 100%; border-radius: 0.5rem 0 0 0.5rem; }

.link_txt { margin-top: 3.0rem; padding-left: 3.5rem; position: relative; line-height: 2.2; }
.link_txt .arrow { display: block; width: 2.4rem; height: 2.4rem; border-radius: 50%; border: 1px solid #40320D; position: absolute; left: 0; top: 0.5rem; }
.modal-overlay .link_txt .arrow { background-image: linear-gradient(135deg, #b3d88e 0%, #8ac596); border: none; }
.link_txt .arrow svg { width: .9rem; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.link_txt .arrow svg path { fill: #40320D; }
.modal-overlay .link_txt .arrow svg path { fill: #fff; }
.contents_item .map { margin-top: 3.5rem; }
.contents_item .map img { border-bottom-right-radius: 0.5rem; }

.pagetop {
    overflow: hidden;
    position: fixed;
    right: 20px;
    bottom: 30px;
    width: 25px;
    height: 25px;
    border-top: 1px solid #3a3a3a;
    border-right: 1px solid #3a3a3a;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.pagetop a {
    display: block;
    padding-top: 25px
}

.footer { margin-top: 10.0rem; padding-bottom: 5.0rem; }
.footer-copyright { font-size: 1.2rem; color: #757575;text-align: center; }

@media only screen and (max-width: 768px) {
    .header { display: block; }
    .header_ttl_area { width: 84.62%; margin: 0 auto; padding-bottom: 5.0rem; }
    .header_ph { width: auto; height: 92.30vw; max-height: 360px; position: relative; }
.header_ph img { width: 100%; height: 100%; position: absolute; object-fit: cover; border-radius: 0 0 0 0.5rem; }

    .header_logo { width: 23.7rem; margin: 2.30rem auto 0; }

    .header_ttl_area .ttl { display: block; text-align: center; width: 100%; margin: 5.0rem 0 2.5rem; -ms-writing-mode: lr; writing-mode: horizontal-tb; }
.header_ttl_area .ttl span { font-size: 3.5rem; font-weight: 700;}
    .header_ttl_area .read { width: auto; max-width: none; min-width: auto; margin: 0 auto; }

.contents { display: flex; }
    .contents_nav { width: auto; margin-top: 5.0rem; }
    .contents_main { width: auto; margin: 0 auto; position: relative; }

    .contents_nav > .inner { display: flex; flex-wrap: wrap; justify-content: space-between; width: auto; max-width: none; min-width: auto; margin: 0 auto; position: sticky; top: 5.0rem; }
    .contents_nav > .inner a { width: 44.69%; border-bottom: 1px solid #DCD5D5; margin: 0.8rem 0; padding: 0.4rem 0 1.0rem 2.8rem; position: relative; }
    .contents_nav > .inner a:nth-child(2n) { width: 50%; }
.contents_nav a:not(._other) .arrow { display: block; width: 2.4rem; height: 2.4rem; border-radius: 50%; background-image: linear-gradient(135deg, #b3d88e 0%, #8ac596); position: absolute; left: 0; top: 0.5rem; }
.contents_nav a:not(._other) .arrow svg { width: .9rem; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%) rotate(90deg); transform: translate(-50%, -50%) rotate(90deg); }
.contents_nav a:not(._other) .arrow svg path { fill: #fff; }
    .contents_nav > .inner a._other { width: 100%; font-size: 1.6rem; padding: 0; margin-top: 2.0rem;  }

.contents_main .hd { width: 84.62%; margin: 6.0rem auto 5.5rem; }
.contents_main .hd .line { font-size: 3.0rem; font-weight: 700; border-bottom: 1px solid #DCD5D5; }
.contents_main .hd .sub { display: inline-block; margin-left: 2.7rem; }

    .contents_item { width: 84.62%; margin: 0 auto; padding: 0 0 9.0rem; position: relative; }
    .contents_item.line:before { content: ""; display: block; width: 1px; height: 100%; position: absolute; left: 2.8rem; top: 0; background: #D5EDCC; }
    .contents_item .body { width: auto; min-width: auto; margin: 0 0; padding-left: 6.0rem; position: relative; }
.contents_item .btn { margin-top: 2.5rem; }
    .contents_item .body .txt { width: calc(100% - 7.0rem); position: absolute; top: 50%; left: 5%; -webkit-transform: translateY(-50%); transform: translateY(-50%); line-height: 1.5; }
    .contents_item .btn .js-open-modal { display: block; height: 8.0rem; margin-top: 1.0rem; padding: 2.0rem 5.0rem 2.0rem 2.5rem; background: linear-gradient(180deg, #D9EDC5 0%, #D0EDD6); border-radius: 0.5rem; position: relative; }
.contents_item .btn .ico { display: block; width: 2.6rem; height: 2.6rem; position: absolute; top: 50%; right: 2.69%; background: #fff; border-radius: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.contents_item .btn .ico:before { content: ""; display: block; width: 1.0rem;height: 2px; border-radius: 0.1rem; background: #40320D; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.contents_item .btn .ico:after { content: ""; display: block; width: 1.0rem;height: 2px; border-radius: 0.1rem; background: #40320D; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%) rotate(90deg); transform: translate(-50%, -50%) rotate(90deg); }

.ph_wide img { width: 100%; border-radius: 0.5rem 0 0 0.5rem; }

.contents_item .ttl { font-size: 2.5rem; font-weight: 700; margin-bottom: 1.0rem; }
.contents_item .ttl span { display: inline-block; background: #fff; margin-top: -2rem; padding: 2rem 3.0rem 2rem 0; border-radius: 0 0.4rem 0 0; }
.contents_item .sub_ttl { font-size: 2.0rem; font-weight: 700; margin: 4.0rem 0 1.0rem; }
.contents_item .sub_ttl + .btn { margin-top: 1.5rem; }
.contents_item .num { width: 5.0rem; height: 5.0rem; border-radius: 50%; background-image: linear-gradient(135deg, #b3d88e 0%, #8ac596); position: absolute; left: 0; top: -1.0rem; font-family: "Barlow", sans-serif; letter-spacing: 0.1em; }
.contents_item .num span { font-size: 2.4rem; color: #fff; font-weight: 700; display: inline-block; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.contents_item .topph + .body { margin-top: 0; }
.contents_item .topph + .body .ttl { margin-top: -1.5rem; }
    .contents_item .topph { width: 109%; padding-left: 6.0rem; }
.contents_item .topph img { width: 100%; border-radius: 0.5rem 0 0 0.5rem; }

.link_txt { margin-top: 3.0rem; padding-left: 3.5rem; position: relative; line-height: 2.2; }
.link_txt .arrow { display: block; width: 2.4rem; height: 2.4rem; border-radius: 50%; border: 1px solid #40320D; position: absolute; left: 0; top: 0.5rem; }
.link_txt .arrow svg { width: .9rem; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.link_txt .arrow svg path { fill: #40320D; }
.contents_item .map { margin-top: 3.5rem; }
.contents_item .map img { border-bottom-right-radius: 0.5rem; }

.pagetop {
    overflow: hidden;
    position: fixed;
    right: 20px;
    bottom: 30px;
    width: 25px;
    height: 25px;
    border-top: 1px solid #3a3a3a;
    border-right: 1px solid #3a3a3a;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.pagetop a {
    display: block;
    padding-top: 25px
}

    .footer { margin-top: 5.0rem; padding-bottom: 5.0rem; }
.footer-copyright { font-size: 1.2rem; color: #757575;text-align: center; }

}


/* モーダル */
.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

.modal-overlay.is-active {
  display: flex;
  opacity: 1;
}

.modal-content {
  background-color: #fff;
  padding: 8.0rem 5.0rem;
  border-radius: 0.5rem;
  max-width: 700px;
  width: 100%;
  max-height: 80vh;
  overflow-y: auto;
  position: relative;
  transform: translateY(20px); 
  opacity: 0; 
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}

.modal-overlay.is-active .modal-content {
  transform: translateY(0);
  opacity: 1;
}

.modal-overlay:not(.is-active) {
  pointer-events: none;
}

.js-close-modal { width: 3.0rem; height: 3.0rem; margin: 0!important; background: none; position: absolute; right: 3.0rem; top: 3.0rem; z-index: 10; cursor: pointer; }
.js-close-modal:before { content: ""; display: block; width: 100%; height: 2px; border-radius: 1px; background: #40320D; -webkit-transform: translate(-50%, -50%) rotate(45deg); transform: translate(-50%, -50%) rotate(45deg); transform-origin: center; position: absolute; top: 50%; left: 50%; }
.js-close-modal:after { content: ""; display: block; width: 100%; height: 2px; border-radius: 1px; background: #40320D; -webkit-transform: translate(-50%, -50%) rotate(-45deg); transform: translate(-50%, -50%) rotate(-45deg); transform-origin: center; position: absolute; top: 50%; left: 50%; }

.modal-content .ttl { font-size: 1.8rem; font-weight: 700; margin-bottom: 3.0rem; }
.modal-content h4 { font-size: 1.6rem; font-weight: 700; margin-top: 3.0rem; border-left: 3px solid #40320D; padding-left: 1.0rem; }
.modal-content h5 { font-size: 1.6rem; font-weight: 700; margin-top: 3.0rem; }
.modal-content h5 + * { margin-top: 0.5rem; }
.modal-content > * + * { margin-top: 2.0rem; }
.modal-content > .link_txt + .link_txt { margin-top: 0; }
.modal-content ul li { padding-left: 1em; position: relative; }
.modal-content ul li:before { content: "・"; display: inline-block; position: absolute; left: 0; }

@media (hover: hover) and (pointer: fine) {
    .contents_item .btn .js-open-modal { -webkit-transition: background-image 0.8s cubic-bezier(0.16, 1, 0.3, 1); transition: background-image 0.8s cubic-bezier(0.16, 1, 0.3, 1);}
    .contents_item .btn .js-open-modal:hover { background: linear-gradient(180deg, #D0EDD6 0%, #D9EDC5); }
    
    .contents_item .btn .js-open-modal .ico { -webkit-transition: background 0.8s cubic-bezier(0.16, 1, 0.3, 1); transition: background 0.8s cubic-bezier(0.16, 1, 0.3, 1);}
    .contents_item .btn .js-open-modal:hover .ico { background: #40320D; }
    
    .contents_item .btn .js-open-modal .ico:before,
    .contents_item .btn .js-open-modal .ico:after { -webkit-transition: background 0.8s cubic-bezier(0.16, 1, 0.3, 1); transition: background 0.8s cubic-bezier(0.16, 1, 0.3, 1);}
    .contents_item .btn .js-open-modal:hover .ico:before,
    .contents_item .btn .js-open-modal:hover .ico:after { background: #fff; }
    
    .contents_nav a .arrow svg,
    .link_txt a .arrow svg { -webkit-transition: margin 0.3s cubic-bezier(0.23, 1, 0.32, 1); transition: margin 0.5s cubic-bezier(0.16, 1, 0.3, 1);}
    .contents_nav a:hover .arrow svg { margin-top: 0.4rem; }
    .link_txt a:hover .arrow svg { margin-left: 0.3rem; }
    
    /*.link_txt a .arrow { -webkit-transition: background 0.8s cubic-bezier(0.16, 1, 0.3, 1); transition: background 0.8s cubic-bezier(0.16, 1, 0.3, 1);}
    .link_txt a:hover .arrow { background: #40320D; }
    .link_txt a .arrow path { -webkit-transition: fill 0.8s cubic-bezier(0.16, 1, 0.3, 1); transition: fill 0.8s cubic-bezier(0.16, 1, 0.3, 1);}
    .link_txt a:hover .arrow path { fill: #fff; }*/
    
}






