@charset "UTF-8";
/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:

	Eric Meyer					:: http://meyerweb.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com

-------------------------------------------------------------------------------*/
/* Let's default this puppy out
-------------------------------------------------------------------------------*/
html, body, 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, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

article, aside, figure, footer, header, nav, section, details, summary {
  display: block;
}

/* Handle box-sizing while better addressing child elements:
   http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,@charset "UTF-8";
.clear {
  clear: both;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

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

html {
  -webkit-text-size-adjust: none;
  font-size: 62.5%;
}

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, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-family: "Zen Kaku Gothic New", helvetica , "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  vertical-align: baseline;
  background: transparent;
  color: #464646;
  line-height: 2;
}

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

body {
  background-color: #fff;
}

ul, ol {
  list-style: none;
}
ul {
  padding: 0;
}
li {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #036EB8;
}
a:hover {
  color: #036EB8;
  text-decoration: none;
}
a:visited {
  text-decoration: underline;
}

span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

b {
  font-weight: 700;
  color: inherit;
}

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

input, select {
  margin: 0;
  vertical-align: baseline;
}
input, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: 0;
}
input[type="submit"], input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]:focus, input[type="button"]:focus {
  outline-offset: -2px;
}

img {
  vertical-align: top;
  line-height: 0;
  font-size: 0;
  max-width: 100%;
  height: auto;
}

a:hover img {
  opacity: .7;
}

iframe {
  max-width: 100%;
}


/* common */
.font_asl,
.font_asl * {
  font-family: "Averia Serif Libre", serif!important;
}
.font_m,
.font_m * {
  font-family: "Zen Old Mincho", serif!important;
}
.font_g,
.font_g * {
  font-family: "Zen Kaku Gothic New", helvetica , "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
}


@media only screen and (min-width: 834px) {
  .sp {
    display: none!important;
  }
}
@media only screen and (max-width: 833px) {
  .pc {
    display: none!important;
  }
}


.main {
  width: 100vw;
  height: auto;
  overflow: hidden;
  position: relative;
}


@keyframes obj-cw {
  0%{
    rotate: 0;
  }
  33%{
    rotate: 360deg;
  }
  100%{
    rotate: 360deg;
  }
}
@keyframes obj-ccw {
  0%{
    rotate: 0;
  }
  33%{
    rotate: -360deg;
  }
  100%{
    rotate: -360deg;
  }
}
@keyframes obj-float {
  0%, 100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -30%;
  }
}
@keyframes obj-float2 {
  0%, 100% {
    translate: 0 0;
  }
  50% {
    translate: 0 30%;
  }
}
@keyframes obj-float3 {
  0%, 100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -20%;
  }
}
@keyframes obj-float4 {
  0%, 100% {
    translate: 0 0;
  }
  50% {
    translate: 0 7%;
  }
}
@keyframes obj-float5 {
  0%, 100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -50%;
  }
}
@keyframes obj-float6 {
  0%, 100% {
    translate: 0 0;
  }
  50% {
    translate: 0 50%;
  }
}
@keyframes obj-float7 {
  0%, 100% {
    translate: 0 -10%;
  }
  50% {
    translate: 0 7%;
  }
}

.obj-cw {
  animation: obj-cw 20s ease infinite;
  will-change: transform;
}
.obj-ccw {
  animation: obj-ccw 20s ease infinite;
  will-change: transform;
}
.obj-float {
  animation: obj-float 15s ease-in-out infinite;
  will-change: transform;
}
.obj-float3 {
  animation: obj-float3 15s ease-in-out infinite;
  will-change: transform;
}
.obj-float4 {
  animation: obj-float4 15s ease-in-out infinite;
  will-change: transform;
}
.obj-float5 {
  animation: obj-float5 15s ease-in-out infinite;
  will-change: transform;
}
.obj-float7 {
  animation: obj-float7 15s ease-in-out infinite;
  will-change: transform;
}
.obj-cw-float {
  animation: obj-float 15s ease-in-out infinite, obj-cw 10s ease infinite;
  will-change: transform;
}
.obj-cw-float2 {
  animation: obj-float2 15s ease-in-out infinite, obj-cw 20s ease infinite;
  will-change: transform;
}
.obj-cw-float4 {
  animation: obj-float4 15s ease-in-out infinite, obj-cw 10s ease infinite;
  will-change: transform;
}
.obj-cw-float6 {
  animation: obj-float6 15s ease-in-out infinite, obj-cw 12s ease infinite;
  will-change: transform;
}
.obj-cw-float7 {
  animation: obj-float7 15s ease-in-out infinite, obj-cw 10s ease infinite;
  will-change: transform;
}
.obj-ccw-float2 {
  animation: obj-float2 15s ease-in-out infinite, obj-ccw 20s ease infinite;
  will-change: transform;
}
.obj-ccw-float6 {
  animation: obj-float6 15s ease-in-out infinite, obj-ccw 12s ease infinite;
  will-change: transform;
}
.anim-delay {
  animation-delay: 1s;
}
.anim-delay2s {
  animation-delay: 2s;
}
.anim-delay3s {
  animation-delay: 3s;
}

.ic_flower {
  display: block;
  aspect-ratio: 1 / 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute; }
  .ic_flower1 {
    background-image: url(../img/ic_flower01.svg);
  }
  .ic_flower2 {
    background-image: url(../img/ic_flower02.svg);
  }
  .ic_flower3 {
    background-image: url(../img/ic_flower03.svg);
  }
  .ic_flower4 {
    background-image: url(../img/ic_flower04.svg);
  }
  .ic_flower5 {
    background-image: url(../img/ic_flower05.svg);
  }
  .ic_flower6 {
    background-image: url(../img/ic_flower06.svg);
  }
  .ic_flower7 {
    background-image: url(../img/ic_flower07.svg);
  }
  .ic_flower8 {
    background-image: url(../img/ic_flower08.svg);
  }
  .ic_flower9 {
    background-image: url(../img/ic_flower09.svg);
  }
  .ic_flower10 {
    background-image: url(../img/ic_flower10.svg);
  }
  .ic_flower11 {
    background-image: url(../img/ic_flower11.svg);
  }
  .ic_flower12 {
    background-image: url(../img/ic_flower12.svg);
  }
  .ic_flower13 {
    background-image: url(../img/ic_flower13.svg);
  }
  .ic_flower14 {
    background-image: url(../img/ic_flower14.svg);
  }
  .ic_flower15 {
    background-image: url(../img/ic_flower15.svg);
  }
  .ic_flower16 {
    background-image: url(../img/ic_flower16.svg);
  }
  .ic_flower17 {
    background-image: url(../img/ic_flower17.svg);
  }
  .ic_flower18 {
    background-image: url(../img/ic_flower18.svg);
  }
  .ic_flower19 {
    background-image: url(../img/ic_flower19.svg);
  }


.section_ttl {
  width: 100%;
  font-family: "Averia Serif Libre", serif;
  line-height: 1.2;
  font-weight: 300;
  font-size: 2.4rem;
  text-align: center; }
  .section_ttlJp {
    margin-top: 10px;
    width: 100%;
    font-family: "Zen Old Mincho", serif;
    line-height: 1.2;
    font-weight: 600;
    font-size: 1.4rem;
    text-align: center;
  }
@media only screen and (max-width: 833px) {
  .section_ttl {
    font-size: 2.2rem;
  }
  .section_ttlJp {
    margin-top: 7px;
    font-size: 1.4rem;
  }
}

.container {
  width: 100%;
  margin: 0 auto;
}

.bg {
  border-radius: 0 175px 0 175px; }
  .bg01 {
    background-color: #F0F7F4;
  }
  .bg02 {
    background-color: #EEF7FB;
  }
  .bg03 {
    background-color: #F7F6F6;
  }
@media only screen and (max-width: 833px) {
  .bg {
    border-radius: 0 60px 0 60px;
  }
}


/* top */
.top {
  padding-top: 132px; }
  .topMv {
    margin: 0 auto;
    width: 100%;
    max-width: 1460px;
    height: auto;
    aspect-ratio: 1460 / 767;
    position: relative;
  }
  .topMv_copy {
    display: inline-block;
    font-family: "Averia Serif Libre", serif;
    line-height: 1;
    font-size: 1.4rem;
    text-align: center;
    color: #fff;
    writing-mode: vertical-rl;
    word-break: keep-all;
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
  }
  .topMv_slider {
    width: 100%;
    height: 100%;
  }
  .topMv_sliderItm {
    width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 0;
    border-radius: 999px;
    overflow: hidden;
  }
  .topMv_sliderImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .topMv .slick-list,
  .topMv .slick-track,
  .topMv .slick-slide div {
    height: 100%;
  }
  .ic_mv {
    display: block;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .ic_mv01 {
    width: 334px;
    background-image: url(../img/mv_ic01.jpg);
    bottom: -85px;
    left: calc(50% + 295px);
  }
  .ic_mv02 {
    width: 175px;
    background-image: url(../img/mv_ic02.jpg);
    bottom: -130px;
    left: calc(50% + 95px);
  }
  .ic_flower--mv01 {
    width: 72px;
    top: 8px;
    right: 185px;
  }
  .ic_flower--mv02 {
    width: 130px;
    top: 60px;
    right: 40px;
  }
  .ic_flower--mv03 {
    width: 72px;
    bottom: 75px;
    left: 45px;
  }
  .ic_flower--mv04 {
    width: 150px;
    bottom: -45px;
    left: 130px;
  }
@media only screen and (max-width: 833px) {
  .top {
    padding-top: 67px;
  }
  .topMv {
    width: 100%;
    aspect-ratio: 1 / 1;
    padding-bottom: 40vw;
  }
  .topMv_copy {
    font-size: 1rem;
    line-height: 1.35;
    top: calc(50% - 20vw);
    left: 13px;
  }
  .ic_mv01 {
    width: 39vw;
    bottom: 10.2vw;
    left: 50.9vw;
  }
  .ic_mv02 {
    width: 26.5vw;
    bottom: 0;
    left: 21.8vw;
  }
  .ic_flower--mv01 {
    width: 8.6vw;
    top: -1vw;
    right: 19.7vw;
  }
  .ic_flower--mv02 {
    width: 15vw;
    top: 6.4vw;
    right: 3.4vw;
  }
  .ic_flower--mv03 {
    width: 8.6vw;
    bottom: 49.8vw;
    left: 6.5vw;
  }
  .ic_flower--mv04 {
    width: 17vw;
    bottom: 30.8vw;
    left: 16.8vw;
  }
}

.concept {
  padding: 180px 30px 150px; }
  .concept_inn {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .concept_ttl {
    width: 100%;
    margin-bottom: 55px;
    padding-left: 40px;
    font-family: "Averia Serif Libre", serif;
    font-size: 2.4rem;
    line-height: 1;
    font-weight: 300;
    position: relative;
  }
  .concept_ttl::before {
    content: "";
    width: 16px;
    height: 1px;
    display: block;
    background: #464646;
    position: absolute;
    top: 50%;
    left: 0;
  }
  .concept_copy {
    width: 50%;
    padding-left: 40px;
    font-family: "Zen Old Mincho", serif;
    font-size: 3.8rem;
    line-height: 1.68;
  }
  .concept_txt {
    width: 50%;
    font-family: "Zen Old Mincho", serif;
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 2.1;
  }
@media only screen and (max-width: 833px) {
  .concept {
    padding: 60px 20px 75px;
  }
  .concept_ttl {
    margin-bottom: 25px;
    padding-left: 30px;
    font-size: 2rem;
  }
  .concept_ttl::before {
    width: 15px;
  }
  .concept_copy {
    width: 100%;
    padding-left: 25px;
    font-size: 2.8rem;
  }
  .concept_txt {
    width: 100%;
    margin-top: 25px;
    padding-left: 25px;
    font-size: 1.6rem;
  }
}

.menu {
  width: 100%; }
  .menu_head {
    padding: 150px 30px 50px;
  }
  .menu_nav {
    width: 100%;
    max-width: 1200px;
    margin: 40px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .menu_navItem {
    width: calc(25% - 24px);
  }
  .menu_navLink {
    width: 100%;
    aspect-ratio: 276 / 198;
    padding: 15px 18px;
    font-family: "Zen Old Mincho", serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
  }
  .menu_navLink:hover {
    color: #fff;
    opacity: .7;
  }
  .menu_navItem:nth-child(1) .menu_navLink {
    background-image: url(../img/img_menu01.png);
  }
  .menu_navItem:nth-child(2) .menu_navLink {
    background-image: url(../img/img_menu02.png);
  }
  .menu_navItem:nth-child(3) .menu_navLink {
    background-image: url(../img/img_menu03.png);
  }
  .menu_navItem:nth-child(4) .menu_navLink {
    background-image: url(../img/img_menu04.png);
  }
  .menu_navLinkNum {
    width: 54px;
    display: block;
    aspect-ratio: 1 / 1;
    padding-top: 12px;
    font-family: "Averia Serif Libre", serif;
    font-size: 2.6rem;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    line-height: 1;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .menu_navLinkNum::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 7.5px solid #55B753;
    border-bottom: 0;
    position: absolute;
    bottom: 0;
    left: calc(50% - 5px);
    transition: all .3s;
  }
  .menu_navItem:nth-child(2) .menu_navLinkNum::after {
    border-top-color: #FF95BD;
  }
  .menu_navItem:nth-child(3) .menu_navLinkNum::after {
    border-top-color: #7BC0DF;
  }
  .menu_navItem:nth-child(4) .menu_navLinkNum::after {
    border-top-color: #FFB85D;
  }
  .menu_navLink:hover .menu_navLinkNum::after {
    bottom: -5px;
  }
  .menu_item {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    padding: 150px 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .menu_itemTtl {
    width: 42px;
    margin-top: -60px;
  }
  .menu_itemTtlNum {
    height: 60px;
    display: block;
    font-family: "Averia Serif Libre", serif;
    font-size: 2.6rem;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    line-height: 1;
    color: #55B753;
  }
  .menu_item02 .menu_itemTtlNum {
    color: #FF95BD;
  }
  .menu_item03 .menu_itemTtlNum {
    color: #7BC0DF;
  }
  .menu_item04 .menu_itemTtlNum {
    color: #FFB85D;
  }
  .menu_itemTtlJp {
    font-family: "Zen Old Mincho", serif;
    font-size: 3.8rem;
    line-height: 42px;
    writing-mode: vertical-rl;
    word-break: keep-all;
  }
  .menu_itemTtlEn {
    margin-top: 15px;
    font-family: "Averia Serif Libre", serif;
    font-size: 1.2rem;
    line-height: 42px;
    font-weight: 300;
    color: #C9CACA;
    writing-mode: vertical-rl;
    word-break: keep-all;
  }
  .menu_itemDtl {
    width: calc(100% - 100px);
    position: relative;
  }
  .menu_itemDesc {
    width: 100%;
    min-height: 365px;
    padding: 55px 55px 55px calc(100% - 420px);
    font-size: 1.5rem;
    line-height: 2.1;
    font-weight: 500;
    color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 10px;
  }
  .menu_item01 .menu_itemDesc {
    background-image: url(../img/img_menu01_01.jpg);
  }
  .menu_item02 .menu_itemDesc {
    background-image: url(../img/img_menu02_01.jpg);
  }
  .menu_item03 .menu_itemDesc {
    background-image: url(../img/img_menu03_01.jpg);
  }
  .menu_item04 .menu_itemDesc {
    background-image: url(../img/img_menu04_01.jpg);
  }
  .menu_itemCourseList {
    margin-top: 57px;
    width: 100%;
    padding: 25px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #DCDDDD;
    background: #fff;
    border-radius: 10px;
  }
  .menu_item01 .menu_itemCourseList,
  .menu_item03 .menu_itemCourseList {
    border-color: #fff;
  }
  .menu_itemCourseItem {
    padding: 2px 0;
    flex: 1;
    text-align: center;
  }
  .menu_itemCourseItem:nth-child(n+2) {
    border-left: 1px solid #DCDDDD;
  }
  .menu_itemCourseName {
    padding: 0 5px;
    display: inline-block;
    font-family: "Zen Old Mincho", serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.4;
    font-style: normal;
    text-align: center;
    position: relative;
  }
  .menu_itemCourseName::before {
    content: "";
    width: 100%;
    height: 7px;
    display: block;
    background: #E8F5E7;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  .menu_item02 .menu_itemCourseName::before {
    background: #FFE8F1;
  }
  .menu_item03 .menu_itemCourseName::before {
    background: #E4F2F8;
  }
  .menu_item04 .menu_itemCourseName::before {
    background: #FFF3E3;
  }
  .menu_itemCourseDesc {
    margin: 40px 0 -37px;
    font-size: 1.5rem;
    font-weight: 500;
  }
  .menu_itemCourseDesc .note {
    font-size: 1.2rem;
    font-weight: 400;
  }
  .menu_itemBox {
    margin-top: 57px;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #DCDDDD;
    background: #fff;
    border-radius: 10px;
  }
  .menu_item01 .menu_itemBox,
  .menu_item03 .menu_itemBox {
    border-color: #fff;
  }
  .menu_itemNote + .menu_itemBox {
    margin-top: 30px;
  }
  .menu_itemBoxDtl {
    width: 50%;
    padding: 0 40px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .menu_itemBoxTtl {
    width: 100%;
    margin-bottom: 12px;
    padding-left: 38px;
    font-family: "Zen Old Mincho", serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 28px;
    background: url(../img/ic_flower07.svg) left center no-repeat;
    background-size: auto 28px;
  }
  .menu_item02 .menu_itemBoxTtl {
    background-image: url(../img/ic_flower10.svg);
  }
  .menu_item03 .menu_itemBoxTtl {
    background-image: url(../img/ic_flower13.svg);
  }
  .menu_item04 .menu_itemBoxTtl {
    background-image: url(../img/ic_flower16.svg);
  }
  .menu_itemBoxList {
    width: 50%;
  }
  .menu_item04 .menu_itemBoxList {
    width: 100%;
  }
  .menu_itemBoxListItem {
    margin-top: 6px;
    font-size: 1.4rem;
    line-height: 2;
    padding-left: 1.3rem;
    text-indent: -1.3rem;
  }
  .menu_itemBoxListItem::before {
    content: "・";
    color: #55B753;
  }
  .menu_item02 .menu_itemBoxListItem::before {
    color: #FF95BD;
  }
  .menu_item03 .menu_itemBoxListItem::before {
    color: #7BC0DF;
  }
  .menu_item04 .menu_itemBoxListItem::before {
    color: #FFB85D;
  }
  .menu_itemBoxFig {
    width: 50%;
  }
  .menu_itemBoxImg {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  .menu_itemFlow {
    margin-top: 57px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .menu_itemFlowTtl {
    width: 160px;
    font-family: "Zen Old Mincho", serif;
    font-size: 2rem;
    font-weight: 500;
  }
  .menu_itemFlowList {
    width: calc(100% - 160px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    counter-reset: flownum 0;
  }
  .menu_itemFlowList::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #DCDDDD;
    position: absolute;
    top: 50%;
    left: -20px;
    z-index: -1;
  }
  .menu_itemFlowListItem {
    width: calc(20% - 34px);
    height: 150px;
    padding: 5px;
    font-family: "Zen Old Mincho", serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.85;
    text-align: center;
    border-radius: 5px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .menu_itemFlowListItem::before {
    counter-increment: flownum 1;
    content: "0" counter(flownum);
    color: #A6D9A5;
    font-family: "Averia Serif Libre", serif;
    font-size: 1.6rem;
    font-weight: 300;
    position: absolute;
    top: 10px;
    left: 10px;
  }
  .menu_itemNote {
    font-size: 1.4rem;
    padding-left: 1em;
    text-indent: -1em;
  }
  .menu_itemFlow + .menu_itemNote {
    margin-top: 60px;
  }
  .menu_itemCourseList + .menu_itemNote {
    margin-top: 15px;
  }
  .menu_itemBack {
    margin-top: 40px;
    text-align: right;
  }
  .menu_itemBack a {
    padding: 5px 18px 5px 0;
    display: inline-block;
    font-family: "Averia Serif Libre", serif;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1;
    color: #464646;
    text-decoration: none;
    background: url(../img/ic_arw01.svg) right center no-repeat;
    background-size: 7.5px 4.7px;
    transition: all .3s;
  }
  .menu_itemBack a:hover {
    opacity: .7;
    background-position: right top 3px;
  }
  .menu_itemNote + .menu_itemBack {
    margin-top: -20px;
  }
  .ic_flower--menu01_01 {
    width: 71px;
    top: -95px;
    right: 140px;
  }
  .ic_flower--menu01_02 {
    width: 238px;
    top: -119px;
    right: -119px;
  }
  .ic_flower--menu02_01 {
    width: 246px;
    top: -123px;
    right: -123px;
  }
  .ic_flower--menu02_02 {
    width: 68px;
    top: 160px;
    right: -65px;
  }
  .ic_flower--menu03_01 {
    width: 78px;
    top: -158px;
    right: 110px;
  }
  .ic_flower--menu03_02 {
    width: 238px;
    top: -119px;
    right: -119px;
  }
  .ic_flower--menu04_01 {
    width: 232px;
    top: -116px;
    right: -116px;
  }
  .ic_flower--menu04_02 {
    width: 62px;
    top: 135px;
    right: -115px;
  }
@media only screen and (max-width: 833px) {
  .menu_head {
    padding: 75px 20px 20px;
  }
  .menu_nav {
    margin: 25px auto 0;
    justify-content: center;
  }
  .menu_navItem {
    width: calc(50% - 10px);
    max-width: 276px;
  }
  .menu_navItem:nth-child(2n) {
    margin-left: 20px;
  }
  .menu_navItem:nth-child(n+3) {
    margin-top: 20px;
  }
  .menu_navLink {
    padding: 7px 7px;
    font-size: 1.4rem;
    align-items: center;
  }
  .menu_navLinkNum {
    width: 19.5%;
    padding: 0 0 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
  }
  .menu_navLinkNum::after {
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
    border-top-width: 5px;
    left: calc(50% - 3px);
  }
  .menu_navLink:hover .menu_navLinkNum::after {
    bottom: -3px;
  }
  .menu_item {
    padding: 80px 20px;
  }
  .menu_itemTtl {
    width: 100%;
    margin-top: -5px;
    padding-left: 30px;
    position: relative;
    margin-bottom: 25px;
  }
  .menu_itemTtlNum {
    height: auto;
    font-size: 2rem;
    text-align: left;
    position: absolute;
    top: 10px;
    left: 0;
  }
  .menu_itemTtlJp {
    display: block;
    font-size: 2.4rem;
    line-height: 1.5;
    writing-mode: inherit;
    word-break: inherit;
  }
  .menu_itemTtlEn {
    margin-top: 10px;
    font-size: 1.2rem;
    line-height: 1.5;
    writing-mode: inherit;
    word-break: inherit;
  }
  .menu_itemDtl {
    width: 100%;
  }
  .menu_itemDesc {
    min-height: inherit;
    padding: 145px 0 0;
    font-size: 1.5rem;
    color: inherit;
    display: block;
    border-radius: 0;
    position: relative;
    background: none!important;
  }
  .menu_itemDesc::before {
    content: "";
    width: 100%;
    height: 120px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 8px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .menu_item01 .menu_itemDesc::before {
    background-image: url(../img/img_menu01_01.jpg);
  }
  .menu_item02 .menu_itemDesc::before {
    background-image: url(../img/img_menu02_01.jpg);
  }
  .menu_item03 .menu_itemDesc::before {
    background-image: url(../img/img_menu03_01.jpg);
  }
  .menu_item04 .menu_itemDesc::before {
    background-image: url(../img/img_menu04_01.jpg);
  }
  .menu_itemCourseList {
    margin-top: 30px;
    padding: 0 20px;
    display: block;
    border-radius: 8px;
  }
  .menu_itemCourseItem {
    padding: 20px 0;
  }
  .menu_itemCourseItem:nth-child(n+2) {
    border-left: none;
    position: relative;
  }
  .menu_itemCourseItem:nth-child(n+2)::before {
    content: "";
    width: 40px;
    height: 1px;
    display: block;
    background: #DCDDDD;
    position: absolute;
    top: 0;
    left: calc(50% - 20px);
  }
  .menu_itemCourseName {
    padding: 0 3px;
    font-size: 1.5rem;
  }
  .menu_itemCourseName::before {
    height: 5px;
  }
  .menu_itemCourseDesc {
    margin: 25px 0 -20px;
    font-size: 1.4rem;
  }
  .menu_itemCourseDesc .note {
    font-size: 1.2rem;
  }
  .menu_itemBox {
    margin-top: 30px;
    padding: 20px;
    display: block;
    border-radius: 8px;
  }
  .menu_itemNote + .menu_itemBox {
    margin-top: 25px;
  }
  .menu_itemBoxDtl {
    width: 100%;
    padding: 0;
  }
  .menu_itemBoxTtl {
    margin-bottom: 8px;
    padding-left: 34px;
    font-size: 1.8rem;
    line-height: 24px;
    background-size: auto 24px;
  }
  .menu_itemBoxList {
    width: 100%;
  }
  .menu_item04 .menu_itemBoxList {
    width: 100%;
  }
  .menu_itemBoxListItem {
    margin-top: 6px;
    font-size: 1.4rem;
    line-height: 2;
  }
  .menu_itemBoxFig {
    width: 100%;
    margin-top: 20px;
  }
  .menu_itemBoxImg {
    border-radius: 8px;
  }
  .menu_itemFlow {
    margin-top: 30px;
    display: block;
  }
  .menu_itemFlowTtl {
    width: 100%;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .menu_itemFlowList {
    width: 100%;
  }
  .menu_itemFlowList::before {
    width: 1px;
    height: 100%;
    left: 50%;
    top: -5px;
  }
  .menu_itemFlowListItem {
    width: 100%;
    height: auto;
    margin-top: 10px;
    padding: 15px 10px;
    font-size: 1.4rem;
    border-radius: 4px;
  }
  .menu_itemFlowListItem::before {
    font-size: 1.5rem;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
  }
  .menu_itemNote {
    font-size: 1.4rem;
  }
  .menu_itemFlow + .menu_itemNote {
    margin-top: 30px;
  }
  .menu_itemCourseList + .menu_itemNote {
    margin-top: 10px;
  }
  .menu_itemBack {
    margin-top: 15px;
  }
  .menu_itemBack a {
    padding: 3px 18px 3px 0;
    font-size: 1.3rem;
  }
  .menu_itemNote + .menu_itemBack {
    margin-top: 10px;
  }
  .ic_flower--menu01_01 {
    width: 36px;
    top: -42px;
    right: 70px;
  }
  .ic_flower--menu01_02 {
    width: 120px;
    top: -60px;
    right: -60px;
  }
  .ic_flower--menu02_01 {
    width: 122px;
    top: -61px;
    right: -61px;
  }
  .ic_flower--menu02_02 {
    width: 34px;
    top: 80px;
    right: -32px;
  }
  .ic_flower--menu03_01 {
    width: 39px;
    top: -29px;
    right: 70px;
  }
  .ic_flower--menu03_02 {
    width: 120px;
    top: -60px;
    right: -60px;
  }
  .ic_flower--menu04_01 {
    width: 116px;
    top: -58px;
    right: -58px;
  }
  .ic_flower--menu04_02 {
    width: 31px;
    top: 67px;
    right: -27px;
  }
}

.kaigo {
  padding: 85px 30px 75px; }
  .kaigo_inn {
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
    padding: 0 0 110px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
  }
  .kaigo_fig {
    width: calc(50vw - 370px);
    height: 511px;
    position: absolute;
    top: -140px;
    left: calc(50% + 370px);
  }
  .kaigo_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 0 0 10px;
  }
  .kaigo_copy {
    width: 293px;
    height: 398px;
    padding: 60px;
    font-family: "Zen Old Mincho", serif;
    font-size: 3rem;
    line-height: 1.7;
    font-weight: 500;
    writing-mode: vertical-rl;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: url(../img/bg_kaigo.svg) center center no-repeat;
    background-size: contain;
  }
  .kaigo_dtl {
    width: calc(100% - 315px);
    padding: 90px 25px 0 0;
  }
  .kaigo_txt {
    padding-right: 120px;
    font-size: 1.5rem;
    line-height: 2.1;
  }
  .kaigo_box {
    width: 100%;
    margin-top: 30px;
    padding: 32px 40px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
  }
  .kaigo_box::after {
    content: "";
    width: 188px;
    height: 182px;
    display: block;
    background: url(../img/img_kaigo03.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    left: -43px;
    bottom: -65px;
  }
  .kaigo_boxTtl {
    width: 130px;
    font-family: "Zen Old Mincho", serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.7;
  }
  .kaigo_boxList {
    width: calc(100% - 134px);
  }
  .kaigo_boxListItem {
    font-size: 1.4rem;
    line-height: 2;
    padding-left: 1em;
    text-indent: -1em;
  }
  .kaigo_boxListItem:nth-child(n+2) {
    margin-top: 6px;
  }
  .kaigo_fig2 {
    width: calc(50vw - 205px);
    height: 468px;
    position: absolute;
    bottom: 0;
    right: calc(50% + 205px);
  }
  .kaigo_img2 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 10px 10px 0;
  }
@media only screen and (max-width: 833px) {
  .kaigo {
    padding: 50px 20px 40px;
  }
  .kaigo_inn {
    padding: 0 0 210px;
  }
  .kaigo_fig {
    width: calc(100vw - 220px);
    height: 300px;
    top: -80px;
    left: inherit;
    right: -20px;
    z-index: 2;
  }
  .kaigo_img {
    border-radius: 8px 0 0 8px;
  }
  .kaigo_copy {
    width: 180px;
    height: 260px;
    padding: 30px 20px;
    font-size: 2.4rem;
  }
  .kaigo_dtl {
    width: 100%;
    padding: 0 0 0 0;
    margin-top: 10px;
  }
  .kaigo_txt {
    padding-right: 0;
    font-size: 1.5rem;
    line-height: 2.1;
  }
  .kaigo_box {
    margin-top: 25px;
    padding: 20px;
    border-radius: 8px;
  }
  .kaigo_box::after {
    width: 94px;
    height: 91px;
    left: inherit;
    bottom: inherit;
    right: -15px;
    top: -30px;
  }
  .kaigo_boxTtl {
    width: 100%;
    font-size: 1.8rem;
  }
  .kaigo_boxTtl br {
    display: none;
  }
  .kaigo_boxList {
    width: 100%;
    margin-top: 10px;
  }
  .kaigo_boxListItem {
    font-size: 1.4rem;
    line-height: 2;
    padding-left: 1em;
    text-indent: -1em;
  }
  .kaigo_boxListItem:nth-child(n+2) {
    margin-top: 6px;
  }
  .kaigo_fig2 {
    width: calc(100vw - 20px);
    height: 180px;
    right: 0;
  }
  .kaigo_img2 {
    border-radius: 0 8px 8px 0;
  }
}

.movie {
  width: 100%;
  padding: 75px 30px 150px; }
  .movie_videoInn {
    width: 100%;
    max-width: 900px;
    margin: 40px auto 0;
    aspect-ratio: 16 / 9;
    position: relative;
  }
  .movie_videoInn img,
  .movie_videoInn video,
  .movie_videoInn iframe {
    width: 100%;
    height: 100%;
    border-radius: 10px;
  }
  .movie_videoInn img,
  .movie_videoInn video {
    object-fit: cover;
  }
  .movie_videoPlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 0;
    line-height: 0;
  }
  .movie_videoPlay::before {
    content: "";
    display: block;
    width: 78px;
    height: 78px;
    background: url(../img/ic_movie.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: calc(50% - 39px);
    left: calc(50% - 39px);
    z-index: 1;
    transition: transform .3s;
  }
  .movie_videoPlay:hover::before {
    transform: scale(1.1);
  }
  .ic_flower--movie_01 {
    width: 140px;
    top: -70px;
    left: -70px;
  }
  .ic_flower--movie_02 {
    width: 214px;
    bottom: -107px;
    right: -107px;
  }
@media only screen and (max-width: 833px) {
  .movie {
    padding: 40px 20px 80px;
  }
  .movie_videoInn {
    margin: 25px auto 0;
  }
  .movie_videoInn img,
  .movie_videoInn iframe {
    border-radius: 8px;
  }
  .movie_videoPlay::before {
    width: 48px;
    height: 48px;
    top: calc(50% - 24px);
    left: calc(50% - 24px);
  }
  .ic_flower--movie_01 {
    width: 56px;
    top: -28px;
    left: -28px;
  }
  .ic_flower--movie_02 {
    width: 66px;
    bottom: -33px;
    right: -33px;
  }
}

.message {
  padding: 150px 30px; }
  .message_inn {
    width: 100%;
    max-width: 1050px;
    margin: 40px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .message_figWrap {
    padding-top: 10px;
    width: calc(50% - 132px);
  }
  .message_fig {
    width: 100%;
  }
  .message_img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  .message_name {
    margin-top: 40px;
    font-family: "Zen Old Mincho", serif;
    font-size: 2.2rem;
    font-weight: 500;
  }
  .message_nameEn {
    margin-left: 15px;
    font-family: "Averia Serif Libre", serif;
    font-size: 1.2rem;
  }
  .message_history {
    margin-top: 25px;
    padding-left: 25px;
    font-size: 1.4rem;
    line-height: 2.14;
    border-left: 1px solid #DCDDDD;
  }
  .message_dtl {
    width: calc(50% + 25px);
  }
  .message_copy {
    font-family: "Zen Old Mincho", serif;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.7;
  }
  .message_txt {
    margin-top: 40px;
    font-size: 1.5rem;
    line-height: 2.1;
  }
  .message_box {
    width: 100%;
    margin-top: 55px;
    padding: 37px 0;
    background: #F7F6F6;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .message_boxInn {
    width: 50%;
    padding: 0 50px;
  }
  .message_boxTtl {
    margin-bottom: 12px;
    padding-left: 38px;
    font-family: "Zen Old Mincho", serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 28px;
    background: url(../img/ic_flower10.svg) left center no-repeat;
    background-size: auto 28px;
  }
  .message_boxList {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .message_boxListItem {
    width: 100%;
    margin-top: 6px;
    font-size: 1.4rem;
    line-height: 2;
    padding-left: 1.3rem;
    text-indent: -1.3rem;
  }
  .message_boxInn02 {
    border-left: 1px solid #fff;
  }
  .message_boxInn02 .message_boxTtl {
    background-image: url(../img/ic_flower18.svg);
  }
  .message_boxInn02 .message_boxListItem {
    width: 50%;
  }
@media only screen and (max-width: 833px) {
  .message {
    padding: 75px 20px 80px;
  }
  .message_inn {
    margin: 25px auto 0;
  }
  .message_figWrap {
    padding-top: 0;
    margin-bottom: 25px;
    width: 100%;
  }
  .message_img {
    border-radius: 8px;
  }
  .message_name {
    margin-top: 25px;
    font-size: 2rem;
  }
  .message_nameEn {
    margin-left: 10px;
    font-size: 1.2rem;
  }
  .message_history {
    margin-top: 20px;
    padding-left: 20px;
    font-size: 1.4rem;
  }
  .message_dtl {
    width: 100%;
  }
  .message_copy {
    font-size: 2.4rem;
  }
  .message_txt {
    margin-top: 25px;
    font-size: 1.5rem;
    line-height: 2;
  }
  .message_box {
    margin-top: 30px;
    padding: 25px 20px;
    border-radius: 8px;
  }
  .message_boxInn {
    width: 100%;
    padding: 0;
  }
  .message_boxTtl {
    margin-bottom: 8px;
    padding-left: 34px;
    font-size: 1.8rem;
    line-height: 24px;
    background-size: auto 24px;
  }
  .message_boxListItem {
    margin-top: 6px;
    font-size: 1.4rem;
    line-height: 2;
  }
  .message_boxInn02 {
    border-left: none;
    border-top: 1px solid #fff;
    margin-top: 20px;
    padding-top: 20px;
  }
  .message_boxInn02 .message_boxListItem {
    width: 100%;
  }
}

.qa {
  width: 100%; }
  .qa_inn {
    width: 100%;
    padding: 624px 30px 150px;
    background: #FFF3F8;
    border-radius: 0 0 0 175px;
    position: relative;
  }
  .qa_inn::before {
    content: "";
    width: 100%;
    height: 474px;
    background: url(../img/img_qa01.jpg) center center no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .qa_list {
    width: 100%;
    max-width: 1000px;
    margin: 40px auto 0;
    border-top: 1px solid #fff;
    position: relative;
  }
  .qa_item {
    padding: 35px 0;
    border-bottom: 1px solid #fff;
  }
  .qa_q {
    padding-left: 40px;
    font-size: 1.8rem;
    line-height: 32px;
    font-weight: 500;
    position: relative;
  }
  .qa_q::before {
    content: "Q";
    width: 30px;
    height: 30px;
    font-family: "Averia Serif Libre", serif;
    font-size: 1.4rem;
    line-height: 30px;
    text-align: center;
    color: #fff;
    display: block;
    background: #464646;
    border-radius: 50%;
    position: absolute;
    top: 1px;
    left: 0;
  }
  .qa_a {
    margin-top: 10px;
    padding-left: 40px;
    font-size: 1.5rem;
    line-height: 32px;
    position: relative;
  }
  .qa_a::before {
    content: "A";
    width: 30px;
    height: 30px;
    font-family: "Averia Serif Libre", serif;
    font-size: 1.4rem;
    line-height: 30px;
    text-align: center;
    display: block;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 1px;
    left: 0;
  }
  .ic_flower--qa_01 {
    width: 88px;
    bottom: -115px;
    right: 25px;
  }
  .ic_flower--qa_02 {
    width: 170px;
    right: -170px;
    bottom: -270px;
  }
@media only screen and (max-width: 833px) {
  .qa_inn {
    padding: 195px 20px 80px;
    border-radius: 0 0 0 60px;
  }
  .qa_inn::before {
    height: 120px;
  }
  .qa_list {
    margin: 25px auto 0;
  }
  .qa_item {
    padding: 20px 0;
  }
  .qa_q {
    padding-left: 35px;
    font-size: 1.6rem;
    line-height: 28px;
  }
  .qa_q::before {
    width: 24px;
    height: 24px;
    font-size: 1.3rem;
    line-height: 24px;
    top: 2px;
  }
  .qa_a {
    margin-top: 8px;
    padding-left: 35px;
    font-size: 1.4rem;
    line-height: 28px;
  }
  .qa_a::before {
    width: 24px;
    height: 24px;
    font-size: 1.3rem;
    line-height: 24px;
    top: 2px;
  }
  .ic_flower--qa_01 {
    width: 44px;
    bottom: -58px;
    right: 40px;
  }
  .ic_flower--qa_02 {
    width: 80px;
    right: -30px;
    bottom: -135px;
  }
}

.instagram {
  width: 100%;
  padding: 150px 30px 75px; }
  .instagram_inn {
    width: 100%;
    max-width: 1000px;
    margin: 40px auto 0;
  }
  .instagram_list {
    margin: -25px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  .instagram_li {
    width: 33.33%;
    padding: 25px;
  }
  .instagram_li a {
    width: 100%;
    aspect-ratio: 1 / 1;
    display: block;
  }
  .instagram_li a:hover {
    opacity: .7;
  }
  .instagram_li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
@media only screen and (max-width: 833px) {
  .instagram {
    padding: 75px 20px 40px;
  }
  .instagram_inn {
    margin: 25px auto 0;
  }
  .instagram_list {
    margin: -10px;
  }
  .instagram_li {
    width: 50%;
    padding: 10px;
  }
}

.salon {
  padding: 75px 30px;
  background: linear-gradient(0deg, rgba(247, 246, 246, 1) 0%, rgba(247, 246, 246, 0) 100%); }
  .salon_inn {
    width: 100%;
    max-width: 970px;
    margin: 40px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .salon_fig {
    width: calc(50% + 10px);
  }
  .salon_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
  }
  .salon_dtl {
    width: calc(50% - 65px);
  }
  .salon_ttl {
    height: 53px;
    padding-left: 40px;
    border-radius: 10px;
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-size: 2rem;
    line-height: 52px;
    color: #fff;
    background: #464646 url(../img/ic_calender.svg) left 18px center no-repeat;
    background-size: 16px auto;
  }
  .salon_txt {
    margin-top: 25px;
    font-size: 1.5rem;
    line-height: 2;
  }
  .salon_sns_list {
    margin: 8px -7px -7px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .salon_sns_item {
    width: 25px;
    height: 25px;
    margin: 7px;
  }
  .salon_sns_link {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 0;
    line-height: 0;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .salon_sns_link:hover {
    opacity: .7;
  }
  .salon_sns_link--instagram {
    background-image: url(../img/ic_instagram.svg);
  }
  .salon_sns_link--line {
    background-image: url(../img/ic_line.svg);
  }
  .salon_info {
    margin-top: 25px;
    padding: 18px 20px;
    background: #fff;
    border-radius: 10px;
  }
  .salon_infoItem {
    font-size: 1.5rem;
    line-height: 2.25;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .salon_infoItemName {
    width: 4em;
    text-align:justify;
    text-align-last:justify;
  }
  .salon_infoItemDtl {
    width: calc(100% - 4em);
    padding-left: 1.3em;
    text-indent: -1.3em;
  }
  .salon_infoItemDtl::before {
    content: "： ";
  }
  .salon_infoItemMap {
    margin-left: 1.3em;
    font-size: 1.4rem;
  }
@media only screen and (max-width: 833px) {
  .salon {
    padding: 40px 20px;
  }
  .salon_inn {
    margin: 25px auto 0;
    align-items: flex-start;
  }
  .salon_fig {
    width: 100%;
    order: 2;
    margin-top: 25px;
  }
  .salon_img {
    height: auto;
    border-radius: 8px;
  }
  .salon_dtl {
    width: 100%;
  }
  .salon_ttl {
    height: 40px;
    padding-left: 30px;
    border-radius: 8px;
    font-size: 1.8rem;
    line-height: 40px;
    background-position: left 10px center;
    background-size: 12px auto;
  }
  .salon_txt {
    margin-top: 20px;
    font-size: 1.5rem;
    line-height: 2;
  }
  .salon_sns_list {
    margin-top: 3px;
    justify-content: center;
  }
  .salon_sns_item {
    width: 25px;
    height: 25px;
    margin: 7px;
  }
  .salon_info {
    margin-top: 20px;
    padding: 18px 20px;
    border-radius: 8px;
  }
  .salon_infoItem {
    font-size: 1.5rem;
    line-height: 2.25;
  }
  .salon_infoItemMap {
    margin-left: 0;
    font-size: 1.4rem;
  }
}


/* header */
.header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99; }
  .header .h_logo {
    width: 214px;
    position: absolute;
    top: 10px;
    left: calc(50% - 107px);
  }
  .header .h_logoLink:hover {
    opacity: .7;
  }
  .header .h_logoImg {
    width: 100%;
    height: auto;
  }
  .header .gnav {
    width: 100%;
    padding: 50px 30px;
    transition: background .3s;
  }
  .header .gnav_inn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .header .gnav_list {
    width: calc(50% - 140px);
  }
  .header .gnav_list1 {
    margin-right: 140px;
    text-align: right;
  }
  .header .gnav_list2 {
    margin-left: 140px;
  }
  .header .gnav_item {
    display: inline-block;
  }
  .header .gnav_link {
    padding: 0 20px;
    font-family: "Averia Serif Libre", serif;
    line-height: 32px;
    font-size: 1.5rem;
    font-weight: 500;
    color: #464646;
    text-decoration: none;
  }
  .header .gnav_link:hover {
    opacity: .7;
  }
  .header .gnav_sns_list {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    position: absolute;
    top: 11px;
    right: 11px;
  }
  .header .gnav_sns_item {
    width: 25px;
    height: 25px;
    margin: 7px;
  }
  .header .gnav_sns_link {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 0;
    line-height: 0;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .header .gnav_sns_link:hover {
    opacity: .7;
  }
  .header .gnav_sns_link--instagram {
    background-image: url(../img/ic_instagram.svg);
  }
  .header .gnav_sns_link--line {
    background-image: url(../img/ic_line.svg);
  }
  .header .hum {
    display: none;
  }
@media only screen and (max-width: 990px) {
  .header .h_logo {
    width: 180px;
    left: calc(50% - 90px);
  }
  .header .gnav_list {
    width: calc(50% - 100px);
  }
  .header .gnav_list1 {
    margin-right: 100px;
    text-align: right;
  }
  .header .gnav_list2 {
    margin-left: 100px;
  }
}
@media only screen and (min-width: 834px) {
  .header.isScrolled .gnav {
    padding: 20px 30px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    background: #fff;
  }
  .header.isScrolled .gnav_list {
    width: auto;
    display: inline-block;
  }
  .header.isScrolled .gnav_list1 {
    margin-right: 0;
    text-align: right;
  }
  .header.isScrolled .gnav_list2 {
    margin-left: 0;
  }
  .header.isScrolled .gnav_sns_list {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 833px) {
  .header .h_logo {
    width: 130px;
    top: 7px;
    left: calc(50% - 65px);
  }
  .header .gnav {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100vh;
    height: 100lvh;
    margin: 0;
    padding: 70px 0 30px;
    overflow-y: scroll;
    background-color: #fff;
  }
  .header.active .gnav {
    display: block;
  }
  .header .gnav_inn {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .header .gnav_list {
    width: 100%;
    padding: 0;
    margin: 0;
    display: block;
  }
  .header .gnav_list1 {
    margin-right: 0;
    text-align: left;
  }
  .header .gnav_list2 {
    margin-left: 0;
  }
  .header .gnav_item {
    display: block;
    width: 100%;
    border-bottom: 1px solid #dcdddd;
  }
  .header .gnav_link {
    width: 100%;
    height: auto;
    display: block;
    padding: 15px 20px;
    margin: 0;
    font-size: 1.6rem;
    text-align: center;
  }
  .header .gnav_sns_list {
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    position: relative;
    top: inherit;
    right: inherit;
  }
  .header .gnav_sns_item {
    width: 25px;
    height: 25px;
    margin: 7px;
  }
  .header .hum {
    display: block;
    width: 48px;
    height: 48px;
    background-color: #F2F2F2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 10px;
    right: 10px;
  }
  .header .hum_inn {
    width: 14px;
    height: 14px;
    position: relative;
  }
  .header .hum_bar {
    display: block;
    width: 100%;
    background-color: #464646;
    height: 2px;
    position: absolute;
    left: 0;
  }
  .header .hum_bar:nth-of-type(1) {
    top: 0;
  }
  .header .hum_bar:nth-of-type(2) {
    top: calc(50% - 1px);
  }
  .header .hum_bar:nth-of-type(3) {
    bottom: 0;
  }
  .header.active {
    background-color: #fff;
  }
  .header.active .hum_bar:nth-of-type(1) {
    top: calc(50% - 1px);
    transform: rotate(45deg);
  }
  .header.active .hum_bar:nth-of-type(2) {
    display: none;
  }
  .header.active .hum_bar:nth-of-type(3) {
    top: calc(50% - 1px);
    transform: rotate(-45deg);
  }
}

/* footer */
.footer {
  width: 100%;
  background: #F7F6F6; }
  .footer .f_inn {
    padding: 75px 30px 50px;
  }
  .footer .f_logo {
    width: 100%;
    margin-bottom: 90px;
    font-size: 0;
    text-align: center;
  }
  .footer .f_logoLink:hover {
    opacity: .7;
  }
  .footer .f_logoImg {
    width: 290px;
    height: auto;
  }
  .footer .f_copy {
    font-family: "Averia Serif Libre", serif;
    font-weight: 300;
    font-size: 1.2rem;
    text-align: center;
  }
@media only screen and (max-width: 833px) {
  .footer .f_inn {
    padding: 40px 20px 20px;
  }
  .footer .f_logo {
    margin-bottom: 50px;
  }
  .footer .f_logoImg {
    width: 200px;
  }
  .footer .f_copy {
    font-size: 1.2rem;
  }
}

.pagetop {
  display: none;
  position: fixed;
  width: 34px;
  height: 92px;
  z-index: 89;
  right: 10px;
  bottom: 40px; }
  .pagetop .pagetop_link {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 30px;
    font-family: "Averia Serif Libre", serif;
    font-weight: 300;
    font-size: 1.2rem;
    line-height: 1;
    text-decoration: none;
    color: #B4B4B4;
    writing-mode: vertical-lr;
    word-break: keep-all;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/ic_arw01.svg) top 10px center no-repeat;
    background-size: 8px 5px;
    transition: all .3s;
  }
  .pagetop .pagetop_link:hover {
    background-position: top 3px center;
    opacity: .7;
  }
@media only screen and (max-width: 833px) {
  .pagetop {
    width: 17px;
    height: 75px;
    bottom: 15px;
  }
  .pagetop .pagetop_link {
    padding-top: 20px;
    font-size: 1rem;
    background-position: top 5px center;
    background-size: 8px 5px;
  }
  .pagetop .pagetop_link:hover {
    background-position: top center;
  }
}


/* animation */
.inview {
  transition-delay: .4s;
  transition: all 1.5s;
  opacity: 0; }
  .inview_fast {
    transition: all .5s;
    transition-timing-function: ease-out;
  }
  .inview_after {
    transition-delay: .6s;
  }
  .inview_after_2s {
    transition-delay: .2s;
  }
  .inview.on {
    opacity: 1;
  }
  .inview.scale {
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transition: -webkit-transform 1.6s cubic-bezier(.075,.82,.165,1);
    transition: -webkit-transform 1.6s cubic-bezier(.075,.82,.165,1);
    transition: transform 1.6s cubic-bezier(.075,.82,.165,1);
    transition: transform 1.6s cubic-bezier(.075,.82,.165,1),-webkit-transform 1.6s cubic-bezier(.075,.82,.165,1);
  }
  .inview.scale.on {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .inview.fadeInTop {
    transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
  }
  .inview.fadeInTop.on {
    transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  .inview.fadeInBottom {
    transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -webkit-transform: translateY(100px);
  }
  .inview.fadeInBottom.on {
    transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  .inview.fadeInLeft {
    transform: translateX(-100px);
    -o-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -webkit-transform: translateX(-100px);
  }
  .inview.fadeInLeft.on {
    transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  .inview.fadeInRight {
    transform: translateX(100px);
    -o-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -webkit-transform: translateX(100px);
  }
  .inview.fadeInRight.on {
    transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  .inview.animLabel {
    overflow: hidden;
    position: relative;
  }
  .inview.animLabel::after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #000;
    transform: translateX(0%);
    transition: transform ease 1s;
  }
  .inview.animLabel.on::after {
    transform: translateX(100%);
  }
@media screen and (max-width: 833px) {
  .inview.fadeInTop {
    transform: translateY(-50px);
    -o-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
  }
  .inview.fadeInTop.on {
    transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  .inview.fadeInBottom {
    transform: translateY(50px);
    -o-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -webkit-transform: translateY(50px);
  }
  .inview.fadeInBottom.on {
    transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  .inview.fadeInLeft {
    transform: translateX(-50px);
    -o-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -webkit-transform: translateX(-50px);
  }
  .inview.fadeInLeft.on {
    transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  .inview.fadeInRight {
    transform: translateX(50px);
    -o-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -webkit-transform: translateX(50px);
  }
  .inview.fadeInRight.on {
    transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
  }
}
