@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cardo:wght@700&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  vertical-align: middle;
}

[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

select,
option,
input[type="checkbox"],
input[type="radio"] {
  cursor: pointer;
}

li {
  list-style-type: none;
  /*リストマーカー無しにする*/
}

body {
  font-family: "Noto Sans JP", sans-serif, "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", "Meiryo", "YuGothic", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@font-face {
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/icon.eot?qobca2");
  src:
    url("../fonts/icon.eot?qobca2#iefix") format("embedded-opentype"),
    url("../fonts/icon.ttf?qobca2") format("truetype"),
    url("../fonts/icon.woff?qobca2") format("woff"),
    url("../fonts/icon.svg?qobca2#icon") format("svg");
  font-family: "icon";
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  speak: never;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon" !important;
  text-transform: none;
}

.icon-line:before {
  content: "\e900";
  color: #fff;
}

.icon-arrow:before {
  content: "\e905";
}

.icon-turtle:before {
  content: "\e906";
}

.icon-Instagram:before {
  content: "\e907";
}

.icon-arrow-thin:before {
  content: "\e901";
}

p {
  color: #646464;
  letter-spacing: 0.03em;
}

a {
  color: #646464;
  text-decoration: none;
  transition: 0.2s;
}
a:hover {
  opacity: 0.6;
  transition: 0.2s;
}

.contents-margin {
  margin-bottom: 100px;
}

.text {
  color: #646464;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.text.is-white {
  color: #fff;
}
.text.is-centre {
  text-align: center;
}

body {
  position: relative;
}

img {
  width: 100%;
}

main {
  padding-top: 60px;
}

.button-line,
.button-web {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.08em;
  text-align: center;
}
.button-line:hover,
.button-web:hover {
  cursor: pointer;
  opacity: 1;
}

.button-line {
  background-color: #00a300;
}
.button-line i {
  margin-right: 6px;
  font-size: 20px;
  vertical-align: -2px;
}
.button-line:hover {
  background-color: #66c666;
}

.button-web {
  background-color: #00768b;
}
.button-web:hover {
  background-color: #4ba5b5;
}

/*アクティブになったエリア*/
#g-nav.panelactive {
  z-index: 999;
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

/*丸の拡大*/
.circle-bg {
  z-index: 3;
  position: fixed;
  top: -50px;
  /*scaleをはじめは0に*/
  right: -50px;
  /*丸の形*/
  width: 100px;
  height: 100px;
  /*丸のスタート位置と形状*/
  transform: scale(0);
  border-radius: 50%;
  background: #fff;
  transition: all 0.6s;
  /*0.6秒かけてアニメーション*/
}

.circle-bg.circleactive {
  transform: scale(50);
  /*クラスが付与されたらscaleを拡大*/
}

/*ナビゲーションの縦スクロール*/
#g-nav-list {
  -webkit-overflow-scrolling: touch;
  display: none;
  z-index: 999;
  /*はじめは表示なし*/
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow: auto;
}

#g-nav.panelactive #g-nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
}

/*ナビゲーション*/
#g-nav {
  opacity: 0;
  /*はじめは透過0*/
}

/*背景が出現後にナビゲーションを表示*/
#g-nav.panelactive {
  opacity: 1;
}

/*========= ボタンのためのCSS ===============*/
.openbtn {
  z-index: 9999;
  position: fixed;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  /*ボタンを最前面に*/
  cursor: pointer;
}

/*×に変化*/
.openbtn span {
  display: inline-block;
  position: absolute;
  left: 50%;
  width: 60%;
  height: 1px;
  transform: translateX(-50%);
  border-radius: 2px;
  background-color: #000;
  transition: all 0.4s;
}

.openbtn span:nth-of-type(1) {
  top: calc(50% - 10px);
}

.openbtn span:nth-of-type(2) {
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.openbtn span:nth-of-type(3) {
  top: calc(50% + 10px);
}

.openbtn.active span:nth-of-type(1) {
  top: 50%;
  left: 50%;
  width: 70%;
  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 50%;
  left: 50%;
  width: 70%;
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
}

.header-nav__body {
  width: 100%;
  text-align: center;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  /*0.2 秒遅らせて出現*/
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: gnaviAnime;
  animation-name: gnaviAnime;
  opacity: 0;
}
.header-nav__icon {
  margin-bottom: 20px;
  font-size: 40px;
}
.header-nav__title {
  margin-bottom: 60px;
  font-weight: 400;
  font-size: 14px;
  font-size: 3.7333333333vw;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.6em;
}
.header-nav ul {
  margin-bottom: 60px;
}
.header-nav li {
  margin-bottom: 40px;
  font-size: 16px;
  font-size: 4.2666666667vw;
  letter-spacing: 0.2em;
}
.header-nav li:last-child {
  margin-bottom: 0;
}
.header-nav li a {
  position: relative;
}
.header-nav li a::after {
  /*絶対配置で線の位置を決める*/
  position: absolute;
  bottom: -8px;
  left: -30%;
  /*線の形状*/
  width: 160%;
  height: 1px;
  transform: scale(0, 1);
  /*X方向0、Y方向1*/
  transform-origin: center top;
  background: #646464;
  content: "";
  /*アニメーションの指定*/
  transition: all 0.3s;
  /*上部中央基点*/
}
.header-nav li a:hover {
  opacity: 1;
}
.header-nav li a:hover::after {
  transform: scale(1, 1);
  /*X方向にスケール拡大*/
}
.header-nav__line,
.header-nav__web {
  width: 50%;
  margin: 0 auto;
}
.header-nav__line {
  margin-bottom: 20px;
}

@-webkit-keyframes gnaviAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes gnaviAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.header {
  display: flex;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  width: 100%;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.8);
}
.header__access {
  display: block;
  padding-left: 100px;
  color: #969696;
  font-weight: 900;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.2em;
}
.header__access strong {
  font-size: 20px;
}
.header__access span {
  font-weight: bold;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
}
.header__logo {
  display: flex;
  width: 75%;
  padding: 0 15px;
}

.fixd-reserve {
  display: flex;
  z-index: 999;
  position: fixed;
  right: 0;
  bottom: 30px;
  align-items: center;
  overflow: hidden;
  border-radius: 30px 0 0 30px;
  background-color: #fff;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  transition: 0.5s;
}
.fixd-reserve.is-close {
  right: -470px;
  transition: 0.5s;
}
.fixd-reserve__tab {
  display: block;
  height: 260px;
  padding: 0 20px;
  background-color: #00768b;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.3em;
  text-align: center;
  cursor: pointer;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.fixd-reserve__right {
  padding: 0 30px;
}
.fixd-reserve__image {
  width: 410px;
  margin-bottom: 10px;
}
.fixd-reserve__tel {
  margin-bottom: 15px;
  font-size: 15px;
  text-align: center;
}
.fixd-reserve__tel a {
  margin-left: 10px;
  font-weight: 600;
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.15em;
}
.fixd-reserve__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fixd-reserve__button a {
  width: 48%;
}

.fixd-sp {
  display: flex;
  z-index: 999;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 50px;
}
.fixd-sp a {
  width: 50%;
  height: 100%;
  border-radius: 0;
}

.mv {
  position: relative;
  margin-bottom: 60px;
  overflow: hidden;
}
.top .mv {
  margin-bottom: 100px;
}
.top .mv {
  margin-bottom: 40px;
}
.mv__fixd-name {
  z-index: 99;
  position: absolute;
  top: calc(50% - 84px);
  transform: rotate(180deg);
  color: #000000;
  font-weight: 500;
  font-size: 10px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.25em;
  pointer-events: none;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.mv__fixd-name.is-left {
  left: 4.2%;
}
.mv__fixd-name.is-right {
  right: 4.2%;
}
.mv__fixd-instagram {
  z-index: 99;
  position: absolute;
  top: 30px;
  right: 10px;
  font-size: 18px;
}
.mv__slide {
  position: relative;
  width: 80%;
  height: 200px;
  margin: 0 auto;
  pointer-events: none;
}
.mv__main {
  width: 80%;
  margin: 0 auto;
  background-color: rgba(0, 118, 139, 0.6);
}
.mv__title {
  padding: 15px 20px;
  color: #fff;
  font-size: 13px;
  font-size: 3.4666666667vw;
  letter-spacing: 0.3em;
}
.mv__title strong {
  margin-right: 15px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}
.mv__image {
  height: 200px;
  overflow: hidden;
  border-radius: 0 0 30px 30px;
}
.mv__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top .mv__image {
  border-radius: 30px;
}
.treatment .mv__image.is-1 {
  background: url("../img/treatment_mv_1-min.jpg") no-repeat center;
  background-size: cover;
}
.about .mv__image.is-1 {
  background: url("../img/about_mv_1-min.jpg") no-repeat center;
  background-size: cover;
}
.greeting .mv__image.is-1 {
  background: url("../img/greeting_mv_1-min.jpg") no-repeat center;
  background-size: cover;
}
.treatment .mv__image.is-2 {
  background: url("../img/treatment_mv_2-min.jpg") no-repeat center;
  background-size: cover;
}
.about .mv__image.is-2 {
  background: url("../img/about_mv_2-min.jpg") no-repeat center;
  background-size: cover;
}
.greeting .mv__image.is-2 {
  background: url("../img/greeting_mv_2_sp-min.jpg") no-repeat center;
  background-size: cover;
}

.title-set {
  margin-bottom: 50px;
  text-align: center;
}
.title-set__title {
  display: inline-block;
  margin-bottom: 40px;
  padding: 0 60px;
  padding-bottom: 20px;
  border-bottom: 1px solid #00768b;
  color: #00768b;
  font-weight: bold;
  font-size: 22px;
  font-size: 5.8666666667vw;
  letter-spacing: 0.5em;
}
.title-set__text {
  font-size: 14px;
  font-size: 3.7333333333vw;
  line-height: 2;
  text-align: left;
}

.pagetop {
  width: 50px;
  margin: 0 auto 40px;
}
.pagetop:hover {
  cursor: pointer;
  opacity: 0.5;
}

.f_bnr1 {
  width: calc(100% - 40px);
  margin: 0 auto 50px;
  display: block;
}

.footer {
  padding-bottom: 40px;
}

.gallery {
  overflow: hidden;
}
.gallery__image {
  padding: 0 2px;
}

.map {
  height: 250px;
  margin-top: -180px;
  padding-top: 180px;
}

.footer-reserve {
  margin-bottom: 40px;
}
.footer-reserve__logo {
  margin-bottom: 15px;
}
.footer-reserve__left {
  margin-bottom: 40px;
}
.footer-reserve__text {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
}
.footer-reserve__button {
  margin-bottom: 40px;
  padding: 0 20px;
}
.footer-reserve__line {
  margin-bottom: 20px;
}
.footer-reserve .button-line,
.footer-reserve .button-web {
  height: 60px;
}
.footer-reserve__tel {
  display: block;
  margin: 0 auto 20px;
  font-weight: bold;
  font-weight: 600;
  font-size: 30px;
  font-size: 8vw;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
}
.footer-reserve__address {
  text-align: center;
}

.footer-menu {
  text-align: center;
}
.footer-menu nav {
  margin-bottom: 40px;
  text-align: center;
}
.footer-menu ul {
  margin-bottom: 20px;
}
.footer-menu li {
  display: inline-block;
  margin: 0 15px 15px;
}
.footer-menu li a {
  position: relative;
  font-size: 13px;
  letter-spacing: 0.1em;
}
.footer-menu li a::after {
  /*絶対配置で線の位置を決める*/
  position: absolute;
  bottom: -8px;
  left: 0%;
  /*線の形状*/
  width: 100%;
  height: 1px;
  transform: scale(0, 1);
  /*X方向0、Y方向1*/
  transform-origin: center top;
  background: #646464;
  content: "";
  /*アニメーションの指定*/
  transition: all 0.3s;
  /*上部中央基点*/
}
.footer-menu li a:hover {
  opacity: 1;
}
.footer-menu li a:hover::after {
  transform: scale(1, 1);
  /*X方向にスケール拡大*/
}
.footer-menu__instagram {
  margin-bottom: 60px;
}
.footer-menu__instagram i {
  color: #969696;
  font-size: 30px;
}
.footer-menu__copy {
  color: #969696;
  font-size: 11px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .contents {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 80px;
  }
  .contents.is-greeting {
    max-width: 820px;
  }
  .small-only {
    display: none;
  }
  .contents-margin {
    margin-bottom: 120px;
  }
  .text {
    font-size: 16px;
    line-height: 1.6;
  }
  main {
    padding-top: 130px;
  }
  .openbtn {
    width: 130px;
    height: 130px;
  }
  .openbtn span {
    width: 40%;
  }
  .openbtn span:nth-of-type(1) {
    top: calc(50% - 15px);
  }
  .openbtn span:nth-of-type(3) {
    top: calc(50% + 15px);
  }
  .openbtn.active span:nth-of-type(1) {
    width: 50%;
  }
  .openbtn.active span:nth-of-type(3) {
    width: 50%;
  }
  .header-nav__icon {
    font-size: 60px;
  }
  .header-nav__title {
    margin-bottom: 80px;
    font-size: 20px;
  }
  .header-nav ul {
    margin-bottom: 80px;
  }
  .header-nav li {
    margin-bottom: 60px;
    font-size: 18px;
  }
  .header-nav__line,
  .header-nav__web {
    width: 250px;
  }
  .header {
    height: 130px;
  }
  .header__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 470px;
    transform: translateY(-50%) translateX(-50%);
  }
  .mv {
    margin-bottom: 120px;
  }
  .top .mv {
    margin-bottom: 140px;
  }
  .mv__fixd-name {
    position: fixed;
    top: calc(50% - 160px);
    font-size: 15px;
    letter-spacing: 0.4em;
  }
  .mv__fixd-name.is-left {
    left: 2.8%;
  }
  .mv__fixd-name.is-right {
    right: 2.8%;
  }
  .mv__fixd-instagram {
    position: fixed;
    top: calc(50% - 230px);
    right: 2.3%;
    font-size: 28px;
  }
  .mv__slide {
    width: 86%;
    height: 680px;
  }
  .mv__main {
    z-index: 3;
    position: absolute;
    top: 0;
    width: 200px;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 118, 139, 0.4);
    text-align: center;
  }
  .treatment .mv__main,
  .greeting .mv__main {
    right: 16%;
  }
  .about .mv__main {
    left: 16%;
  }
  .mv__title {
    margin-top: 250%;
    font-weight: bold;
    font-size: 14px;
  }
  .mv__title strong {
    margin-right: 0;
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 19px;
  }
  .mv__title strong::after {
    display: block;
    width: 14px;
    height: 1px;
    margin: 18px auto 0;
    background-color: #fff;
    content: "";
  }
  .mv__image {
    height: 680px;
    border-radius: 90px;
  }
  .top .mv__image {
    border-radius: 90px;
  }
  .greeting .mv__image.is-2 {
    background: url("../img/greeting_mv_2-min.jpg") no-repeat center;
    background-size: cover;
  }
  .title-set__title {
    font-size: 28px;
  }
  .title-set__text {
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0.2em;
    text-align: center;
  }
  .pagetop {
    width: 80px;
    margin: 0 auto 80px;
  }
  .f_bnr1 {
    width: 891.02px;
    margin-bottom: 100px;
  }
  .map {
    height: 350px;
  }
  .footer-reserve {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
  }
  .footer-reserve__left {
    width: 46%;
    margin-bottom: 0;
  }
  .footer-reserve__right {
    width: 48%;
  }
  .footer-reserve__text {
    margin-bottom: 8px;
    font-size: 20px;
    text-align: left;
  }
  .footer-reserve__button {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 0;
  }
  .footer-reserve__line,
  .footer-reserve__web {
    width: 48%;
    margin-right: 20px;
  }
  .footer-reserve__line {
    margin-bottom: 0;
  }
  .footer-reserve .button-line,
  .footer-reserve .button-web {
    height: 40px;
  }
  .footer-reserve__tel {
    margin: 0 0 5px;
    font-size: 30px;
    text-align: left;
  }
  .footer-reserve__address {
    font-size: 16px;
    line-height: 1.4;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .small-side-margin {
    padding-right: 20px;
    padding-left: 20px;
  }
  .medium-only {
    display: none;
  }
  .footer {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1000px) {
  .medium-down {
    display: none;
  }
}
@media screen and (max-width: 999px) {
  .large-only {
    display: none;
  }
  .header__access {
    display: none;
  }
}
