@charset "UTF-8";
/*!
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
*/
/**
 # Foundation
 */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;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-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box; }
  
  

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
  box-sizing: border-box; }

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; }

/* reset for form */
input[type="text"] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  box-sizing: border-box; }

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  box-sizing: border-box; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  box-sizing: border-box;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; }

html {
  font-size: 80%;
  scroll-behavior: smooth; }

body {
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, 'Noto Sans JP', YuGothic, sans-serif,-apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "メイリオ", Meiryo, sans-serif;
  text-align: left;
  font-size: 1.5rem;
  font-weight: normal;
  overflow-x: hidden;
  font-weight: 200; }
h2,h3{font-family: 'Noto Serif JP';}
.transition {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease; }

.clearfix {
  zoom: 10; }

.clearfix:before,
.clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }
  
  a{text-decoration:none;color: #7e6b6b;}

.pc {
  display: inline-block !important; }
  @media screen and (max-width: 768px) {
    .pc {
      display: none !important; } }

.smp {
  display: none !important; }
  @media screen and (max-width: 768px) {
    .smp {
      display: block !important; } }

img{
width:100%;
}

/**
 # Vendor CSS
 */
/**
 # Layout
 */
/*--------------------------------------------------------------
    # footer.scss
--------------------------------------------------------------*/
.l--commonBn {
  background-image: url(../images/footer__main.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 100px 0; }
  .l--commonBn__inner {
    max-width: 960px;
    margin: 0 auto; }
  .l--commonBn ul {
    display: flex;
    justify-content: space-between; }
    .l--commonBn ul li {
      width: 45.83333333%; }
  .l--commonBn-button {
    display: block;
    padding: 60px 0;
    width: 100%;
    text-align: center;
    border: 3px solid #FFF;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all  0.6s ease;
    line-height: 1.5;
    font-size: 1.6rem;
    font-weight: 500;
    font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
    .l--commonBn-button:link {
      color: #FFF;
      text-decoration: none; }
    .l--commonBn-button:visited {
      color: #FFF;
      text-decoration: none; }
    .l--commonBn-button:hover {
      color: #000;
      text-decoration: none;
      background-color: #FFF; }

.l--footer {
  background: #262626; }
  .l--footer__inner {
    position: relative;
    padding: 60px 0 65px;
    width: 90%;
    margin: 0 auto; }
  .l--footer-logoEn {
    width: 190px; }
    .l--footer-logoEn img {
      width: 100%;
      vertical-align: bottom; }
    .l--footer-logoEn a {
      -webkit-transition: all 0.6s ease;
      -moz-transition: all 0.6s ease;
      -o-transition: all 0.6s ease;
      transition: all  0.6s ease; }
      .l--footer-logoEn a:hover {
        opacity: 0.65; }
  .l--footer-logoJp {
    width: 110px;
    position: absolute;
    top: 60px;
    right: 0;
    opacity: 0.7; }
    .l--footer-logoJp img {
      width: 100%;
      vertical-align: bottom; }
  .l--footer-address {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    width: 300px;
    margin: auto;
    font-family: '游ゴシック',YuGothic,'Yu Gothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif; }
    .l--footer-address address {
      font-size: 1.4rem;
      display: block;
      line-height: 180%;
      color: #cccccc;
      text-align: center; }
      .l--footer-address address a:link {
        color: #ccc;
        text-decoration: none; }
      .l--footer-address address a:visited {
        color: #ccc;
        text-decoration: none; }
      .l--footer-address address a:hover {
        color: #ccc;
        text-decoration: none; }
  .l--footer-copyright {
    margin: 15px 0 0;
    display: block;
    font-size: 10px;
    color: #939393;
    font-family: "Sorts Mill Goudy", serif;
    letter-spacing: 1px;
    text-align: center;
    white-space: nowrap; }

@media screen and (max-width: 768px) {
  .l--commonBn {
    padding: 8vw; }
    .l--commonBn__inner {
      max-width: initial; }
    .l--commonBn ul {
      display: block;
      padding: 0 4vw; }
      .l--commonBn ul li {
        width: auto;
        margin: 0 0 4vw; }
    .l--commonBn-button {
      display: block;
      padding: 6.6666666667vw 0;
      font-size: 3.7333333333vw; }
      .l--commonBn-button br {
        display: none; }

  .l--footer {
    background: #262626; }
    .l--footer__inner {
      position: relative;
      padding: 8vw 0 25.3333333333vw;
      width: 100%;
      margin: 0 auto; }
    .l--footer-logoEn {
      width: 41.0666666667vw;
      margin: 0 auto; }
      .l--footer-logoEn img {
        width: 100%;
        vertical-align: bottom; }
      .l--footer-logoEn a {
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        transition: all  0.6s ease; }
        .l--footer-logoEn a:hover {
          opacity: 0.65; }
    .l--footer-logoJp {
      width: 21.3333333333vw;
      position: static;
      top: inherit;
      right: inherit;
      margin: 8vw auto; }
    .l--footer-address {
      position: static;
      width: 100%;
      top: inherit;
      left: inherit;
      right: inherit; }
      .l--footer-address address {
        display: block;
        font-size: 2.9333333333vw;
        text-align: center;
        border-top: 2px solid #000000;
        padding-top: 5.3333333333vw;
        line-height: 260%; }
        .l--footer-address address a:link {
          color: #ccc;
          text-decoration: none; }
        .l--footer-address address a:visited {
          color: #ccc;
          text-decoration: none; }
        .l--footer-address address a:hover {
          color: #ccc;
          text-decoration: none; }
    .l--footer-copyright {
      margin: 4vw 0 0;
      font-size: 2vw; } }
/*--------------------------------------------------------------
    # header.scss
--------------------------------------------------------------*/
.clearance--box {
  height: 80px; }

.l--header {
  width: 100%;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  height: 80px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.5); }
  .l--header__inner {
    max-width: 100%;
    position: relative; }
  .l--header-logo {
    width: 150px;
    position: absolute;
    top: 12.5px;
    left: 40px; }
    .l--header-logo img {
      width: 100%;
      vertical-align: bottom; }
  .l--header-button {
    display: block;
    position: absolute;
    top: 20px;
    width: 140px;
    height: 40px;
    box-sizing: border-box; }
    .l--header-button span {
      display: block;
      font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
      font-weight: 400;
      text-align: center;
      line-height: 3.8rem;
      font-size: 1.3rem;
      position: relative;
      z-index: 10;
      -webkit-transition: all 0.6s ease;
      -moz-transition: all 0.6s ease;
      -o-transition: all 0.6s ease;
      transition: all  0.6s ease; }
    .l--header-buttonPlan {
      right: 340px;
      border: 1px solid #a28947;
      background-color: #a28947;
      overflow: hidden; }
      .l--header-buttonPlan figure {
        position: absolute;
        top: 15px;
        left: 10px;
        z-index: 15;
        width: 5px;
        height: 8px;
        background-image: url(../images/arrow__01.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center; }
      .l--header-buttonPlan:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #FFF;
        opacity: 1.0;
        -webkit-transform-origin: right center;
        transform-origin: right center;
        transition: transform 0.6s ease;
        transition: transform 0.6s ease, -webkit-transform 0.6s ease;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 5; }
      .l--header-buttonPlan:link {
        color: #FFF;
        text-decoration: none; }
      .l--header-buttonPlan:visited {
        color: #FFF;
        text-decoration: none; }
      .l--header-buttonPlan:hover span {
        color: #a28947; }
      .l--header-buttonPlan:hover figure {
        background-image: url(../images/arrow__02.png); }
      .l--header-buttonPlan:hover:after {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transform-origin: left center;
        transform-origin: left center; }
    
    .l--header-buttonSalon{
    right: 190px!important;
    }
    .l--header-buttonOnline {
      right: 40px;
      border: 1px solid #a28947;
      background-color: #FFF;
      overflow: hidden; }
      .l--header-buttonOnline figure {
        position: absolute;
        top: 15px;
        left: 10px;
        z-index: 15;
        width: 5px;
        height: 8px;
        background-image: url(../images/arrow__02.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center; }
      .l--header-buttonOnline:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 1.0;
        -webkit-transform-origin: right center;
        transform-origin: right center;
        transition: transform 0.6s ease;
        transition: transform 0.6s ease, -webkit-transform 0.6s ease;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 5; }
      .l--header-buttonOnline:link {
        color: #a28947;
        text-decoration: none; }
      .l--header-buttonOnline:visited {
        color: #a28947;
        text-decoration: none; }
      .l--header-buttonOnline:hover span {
        color: #FFF; }
      .l--header-buttonOnline:hover {
        border: 1px solid #000; }
      .l--header-buttonOnline:hover figure {
        background-image: url(../images/arrow__01.png); }
      .l--header-buttonOnline:hover:after {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transform-origin: left center;
        transform-origin: left center; }

@media screen and (max-width: 768px) {
  .clearance--box {
    height: 16vw; }

  .l--header {
    height: 16vw; }
    .l--header-logo {
      width: 26.6666666667vw;
      position: absolute;
      top: 2.6666666667vw;
      left: 4vw; }
    .l--header-button {
      top: 4vw;
      width: 28vw;
      height: 8vw; }
      .l--header-button span {
        line-height: 7.4666666667vw;
        font-size: 2.9333333333vw; }
      .l--header-buttonPlan {
        right: 4vw; }
        .l--header-buttonPlan figure {
          top: 2.9333333333vw;
          left: 2vw;
          width: 1.3333333333vw;
          height: 2.1333333333vw;
          background-image: url(../images/arrow__01.png);
          background-repeat: no-repeat;
          background-size: cover;
          background-position: center center; }
      .l--header-buttonOnline {
display:none; }
.l--header-buttonSalon {
display:none; }
        .l--header-buttonOnline figure {
          top: 2.9333333333vw;
          left: 2vw;
          width: 1.3333333333vw;
          height: 2.1333333333vw; } }
/**
 # Objects -  Compornent -
 */
/**
 # Objects -  pages -
 */


.main_wrapp{
    width: 88%;
    margin: 0 auto;
}




/*--------------------------------------------------------------
    # _home.scss
--------------------------------------------------------------*/
/*  Key visual
-------------------------------------------------- */



.l--keyV {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  height: 70vh;
  margin: 0 0 10px; }
  .l--keyV-titleBox {
    width: 21.875%;
    position: relative;
    z-index: 10;
    text-align: center;
        padding-right: 60px;
     }
  .l--keyV-title {
    position: absolute;
    bottom: 0;
    left: 40px; }
    .l--keyV-title img {
      width: 100%;
      vertical-align: bottom; }
  
    .l--keyV-titleEn {
      width: 268px;
      display: block; }
  .l--keyV-main {
    width: 76.38888889%;
    position: relative;
    z-index: 5;
    background-image: url(../images/top_v00.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
    .l--keyV-main img {
      width: 100%;
      vertical-align: bottom; }
      
       .l--keyV-titleBox h3 img{
           padding: 10px 25px;
   
    width: 80%;
       }
       .l--keyV-titleBox h2 img{
       width: 45%;
    margin: 0 auto;
    padding: 35px 0px;
    }
    .line_img{
        text-align: right;
        margin-bottom:0vh;
    }
    
    .line_img img{
        width: 58%;
    padding-right: 1%;
}

.midashi{
display:flex;
    margin: 100px 0 50px;
}

.midashi h2{
width: 20%;
    margin-right: 2%;
    max-height: 110px;
}

.midashi h2 img{

height:100%;
}

.intro{

padding: 80px 0 10px;
    font-size: 1.4em!important;
    font-family: 'Noto Serif JP';
    text-align: center;
    line-height: 2.4;
}

.intro2{
width: 80%;
    margin: 0 auto 30px;
    line-height: 2.0;
    font-size: 1.4rem;
}


.midashi_jp{
    text-align: left;
    padding: 35px;
    font-size: 1.8rem;
    font-family: 'Noto Serif JP';
    width: 70%;
}

.secbase_01{
display:flex;
margin-bottom: 50px;
}

.p_img{
width:68%;
}

.p_img img{
width:100%;
}

.p_txt{
    width: 32%;
    margin-left: 5%;
    font-size:1.4rem
}

.p_txt img{
width:100%;

margin-left:-30%;

}

.p_txt h3{

    font-weight: 600;
    margin-bottom: 30px;
    font-size:1.8rem

}
.p_txt p{
    line-height: 1.8;
    margin-bottom: 80px;
    font-size:1.2rem
}
.stay_photo{
margin:20px 0;
}

.semi_wrapp{
text-align:center;
padding:50px 0;
}
.semi_wrapp h2{
    font-size: 1.6rem;
    letter-spacing: 3px;
    border-bottom: 2px solid;
    display: inline-block;
    padding: 0 2px 6px;
    margin: 0 0 30px;

}

.summer_box{
padding-left: 50px;
    background-repeat: no-repeat;
    background-image: url(../images/summer.svg);
    background-size: 20px;
    background-position: 26px 0;
}

.winter_box{
padding-left: 50px;
    background-repeat: no-repeat;
    background-image: url(../images/winter.svg);
    background-size: 20px;
    background-position: 26px 0;
}


.semi_wrapp p{
    width: 80%;
    margin: 0 auto 30px;
    line-height: 2.0;
font-size:1.2rem
}

.seami_bax_wrap{
padding: 50px;
    margin-top: 20px;
    background-color: #B0E9FF;
}

.seami_box{
    width: 100%;
  
     background-color: white;
   
}
.seami_box img{
margin: 0px 0 10px;
}


.access_wrapp{
display:flex;
margin:0 auto 100px;
}
.map_l{
width: 50%;
text-align: center;
}

.map_l img{
max-width:500px;
margin:0 auto;

}
.map_r{
    align-items: center;
    width: 50%;
    padding: 0 0 0 5.902777778%;

}

.map_r p{
color: #3f3f3f;
    line-height: 2.0;
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom:20px;
}

.map_r a{
display: block;
    max-width: 350px;
    height: 80px;
    margin: 10px 0;
    box-sizing: border-box;
    border: 3px solid #000000;
    background-color: #FFF;
    overflow: hidden;
    position: relative;
}
.map_r a span{display: block;
    text-align: center;
    line-height: 7.4rem;
    font-size: 1.8rem;
    font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: 400;
    position: relative;
    z-index: 10;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    font-weight: 500;
    }

.sb_txt{font-size:0.9em;text-align:left;}
.sb_txt h3{    font-weight: 600;
margin:0 auto;
width:80%;
    padding: 10px 0;
    font-size: 1.3rem;
}
.sb_txt p{    padding: 5px 20px 20px 0;;}

.photo_thumb{
display:flex;}

.photo_box{
width:25%;
padding:5px;
}


.plan_wrapp{
display:flex;
width:90%;
margin:0 auto;

}

.plan_box{
padding:20px;
text-decoration:none!important;

}
.plan_box img:hover{
  opacity: 0.7;
}
.plan_box h3{
font-size: 1.5rem;
    font-weight: 600;
    padding:20px 0 10px;
}
.plan_box p{
font-size: 1.3rem;
    padding: 10px 0;
    line-height: 1.5;
}



       }

@media screen and (max-width: 768px) {
  .l--keyV {
    height: 85vh;
    margin: 0 0 12vw; }
    .l--keyV-title {
      left: 4vw;
      bottom: 2.6666666667vw; }
      .l--keyV-title img {
        width: 100%;
        vertical-align: bottom; }
      .l--keyV-titleJp {
        width: 48vw;
        margin: 0 0 2.6666666667vw; }
      .l--keyV-titleEn {
        width: 45.3333333333vw; }
    .l--keyV-main {
      width: 76.38888889%; } }
/*  About
-------------------------------------------------- */
.l--about {
  margin: 0 0 110px; }
  .l--about-box {
    display: flex;
    justify-content: space-between;
    margin: 0 0 110px; }
    .l--about-box-photo {
      width: 56.94444444%; }
      .l--about-box-photo img {
        width: 100%;
        vertical-align: bottom; }
    .l--about-box-text {
      display: flex;
      align-items: center;
      width: 43.05555556%;
      padding: 0 0 0 5.902777778%; }
      .l--about-box-text p {
        color: #3f3f3f;
        line-height: 2.0;
        font-size: 1.5rem;
        font-weight: 400; }

.l--about-box:nth-child(even) .l--about-box-photo {
  order: 2; }
.l--about-box:nth-child(even) .l--about-box-text {
  order: 1; }

@media screen and (max-width: 768px) {
  .l--about {
    margin: 0 0 8vw; }
    .l--about-box {
      display: block;
      margin: 0 0 8vw; }
      .l--about-box-photo {
        width: auto;
        margin: 0 0 2.6666666667vw; }
        .l--about-box-photo img {
          width: 100%;
          vertical-align: bottom; }
      .l--about-box-text {
        display: block;
        width: auto;
        padding: 4vw; }
        .l--about-box-text p {
          font-size: 2.933333vw;
          line-height:1.8;
           }

  .l--about-box:nth-child(even) .l--about-box-photo {
    order: 1; }
  .l--about-box:nth-child(even) .l--about-box-text {
    order: 2; } }
/*  Information
-------------------------------------------------- */
.l--info {
  background-color: #ececec;
  padding: 90px 0; }
  .l--info__inner {
    max-width: 960px;
    margin: 0 auto; }

.l--plan {
  position: relative;
  background-color: #FFF;
  margin: 0 0 80px; }
  .l--plan__inner {
    padding: 40px 40px 70px; }
  .l--plan-objTop {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 40px;
    height: 40px;
    background-image: url(../images/parts__01.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
  .l--plan-objBottom {
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 40px;
    height: 40px;
    background-image: url(../images/parts__01.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
  .l--plan-title {
    font-size: 2.0rem;
    font-weight: 500;
    text-align: center;
    font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    margin: 0 0 25px; }
    .l--plan-titleEn {
      color: #b8a36a;
      font-family: "Great Vibes", cursive;
      display: block;
      margin: 0 0 20px;
      font-size: 2.8rem;
      text-align: center; }
  .l--plan-price {
    font-size: 1.5rem;
    display: block;
    text-align: center;
    margin: 0 0 50px; }
    .l--plan-price strong {
      font-weight: bold; }
      .l--plan-price strong em {
        font-size: 3.0rem;
        font-weight: bold;
        letter-spacing: -0.050em; }
  .l--plan-titleSub {
    text-align: center;
    margin: 0 0 20px; }
  .l--plan-listTag {
    text-align: center;
    letter-spacing: -0.4em;
    margin: 0 auto 50px;
    max-width: 700px; }
    .l--plan-listTag li {
      letter-spacing: normal;
      display: inline-block;
      text-align: center;
      height: 30px;
      line-height: 3.0rem;
      min-width: 120px;
      margin: 0 10px 20px;
      border: 1px solid #000;
      font-size: 1.4rem;
      padding: 0 10px; }
  .l--plan-numList {
    max-width: 620px;
    margin: 0 auto 20px; }
    .l--plan-numList li {
      margin: 0 0 15px;
      font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
      font-size: 1.8rem;
      font-weight: 500; }
      .l--plan-numList li em {
        font-family: "Great Vibes", cursive;
        font-size: 2.8rem;
        margin: 0 5px 0 0; }
  .l--plan-cautionList {
    max-width: 620px;
    margin: 0 auto 20px; }
    .l--plan-cautionList li {
      font-size: 1.2rem;
      margin: 0 0 5px;
      color: #555;
      padding-left: 1.0em;
      text-indent: -1.0em;
      line-height: 1.5; }
  .l--plan-button {
    display: block;
    max-width: 440px;
    height: 90px;
    margin: 0 auto;
    box-sizing: border-box;
    border: 3px solid #000000;
    background-color: #FFF;
    overflow: hidden;
    position: relative; }
    .l--plan-button span {
      display: block;
      text-align: center;
      line-height: 8.4rem;
      font-size: 1.8rem;
      font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
      font-weight: 400;
      position: relative;
      z-index: 10;
      -webkit-transition: all 0.6s ease;
      -moz-transition: all 0.6s ease;
      -o-transition: all 0.6s ease;
      transition: all  0.6s ease;
      font-weight: 500; }
    .l--plan-button:after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: #000;
      opacity: 1.0;
      -webkit-transform-origin: right center;
      transform-origin: right center;
      transition: transform 0.6s ease;
      transition: transform 0.6s ease, -webkit-transform 0.6s ease;
      -webkit-transform: scale(0, 1);
      transform: scale(0, 1);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      z-index: 5; }
    .l--plan-button:link {
      color: #000;
      text-decoration: none; }
    .l--plan-button:visited {
      color: #000;
      text-decoration: none; }
    .l--plan-button:hover span {
      color: #FFF; }
    .l--plan-button:hover:after {
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
      -webkit-transform-origin: left center;
      transform-origin: left center; }

.l--online-title {
  margin: 0 0 30px;
  text-align: center;
  font-size: 2.2rem;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  padding: 0 0 25px; }
  .l--online-title:after {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    background-color: #777;
    width: 60px;
    height: 1px;
    content: "";
    display: block; }
.l--online p {
  font-size: 1.3rem;
  color: #010101;
  text-align: center;
  line-height: 1.85;
  margin: 20px 0 25px; 
width:100%;
  }
.l--online-figure {
  display: flex;
  justify-content: space-between;
  max-width: 610px;
  margin: 0 auto 30px; }
  .l--online-figureObj {
    background-color: #FFF;
    width: 45.90163934%;
    min-height: 280px;
    border-radius: 50%;
    display: flex;
    align-items: center; }
  .l--online-figure figcaption {
    text-align: center;
    display: block;
    width: 100%;
    font-size: 2.2rem;
    font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: 500;
    line-height: 1.35; }
.l--online-button {
  display: block;
  max-width: 440px;
  height: 90px;
  margin: 0 auto;
  box-sizing: border-box;
  border: 3px solid #000000;
  background-color: #FFF;
  overflow: hidden;
  position: relative; }
  .l--online-button span {
    display: block;
    text-align: center;
    line-height: 8.4rem;
    font-size: 1.8rem;
    font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: 400;
    position: relative;
    z-index: 10;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all  0.6s ease;
    font-weight: 500; }
  .l--online-button:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 1.0;
    -webkit-transform-origin: right center;
    transform-origin: right center;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 5; }
  .l--online-button:link {
    color: #000;
    text-decoration: none; }
  .l--online-button:visited {
    color: #000;
    text-decoration: none; }
  .l--online-button:hover span {
    color: #FFF; }
  .l--online-button:hover:after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center; }

.l--point {
  margin: 60px 0 0;
  border: 1px solid #FFF; }
  .l--point__inner {
    margin: 10px;
    background-color: #FFF;
    padding: 35px 0 30px; }
  .l--point-title {
    margin: 0 0 50px;
    text-align: center; }
    .l--point-titleSub {
      color: #b8a36a;
      font-family: "Great Vibes", cursive;
      display: block;
      margin: 0 0 5px;
      font-size: 2.8rem; }
    .l--point-titleMain {
      font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
      font-size: 2.0rem;
      font-weight: 500;
      letter-spacing: 0.04em; }
      .l--point-titleMain em {
        font-size: 3.0rem;
        font-weight: 700;
        margin: 0 5px; }
  .l--point ol {
    max-width: 440px;
    margin: 0 auto; }
    .l--point ol li {
      margin: 0 0 25px;
      font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
      font-size: 1.8rem;
      font-weight: 500; }
      .l--point ol li em {
        font-family: "Great Vibes", cursive;
        font-size: 4.1rem;
        font-weight: 700;
        margin: 0 15px 0 0; }

@media screen and (max-width: 768px) {
  .l--info {
    padding: 8vw 4vw; }
    .l--info__inner {
      max-width: initial;
      margin: 0 auto; }

  .l--plan {
    margin: 0 0 8vw; }
    .l--plan__inner {
      padding: 5.3333333333vw 5.3333333333vw 8vw; }
    .l--plan-objTop {
      top: -1.33vw;
      left: -1.33vw;
      width: 5.3333333333vw;
      height: 5.3333333333vw; }
    .l--plan-objBottom {
      position: absolute;
      bottom: -1.33vw;
      right: -1.33vw;
      width: 5.3333333333vw;
      height: 5.3333333333vw; }
    .l--plan-title {
      font-size: 4.2666666667vw;
      margin: 0 0 3.3333333333vw; }
      .l--plan-titleEn {
        margin: 0 0 2.6666666667vw;
        font-size: 4.2666666667vw; }
    .l--plan-price {
      font-size: 3.3333333333vw;
      margin: 0 0 6.6666666667vw; }
      .l--plan-price strong em {
        font-size: 6.4vw; }
    .l--plan-titleSub {
      font-size: 3.3333333333vw;
      margin: 0 0 3.3333333333vw; }
    .l--plan-listTag {
      margin: 0 0 5.3333333333vw; }
      .l--plan-listTag li {
        height: 6.6666666667vw;
        line-height: 6.6666666667vw;
        min-width: 18.6666666667vw;
        margin: 0 0.6666666667vw 2.6666666667vw;
        font-size: 2.9333333333vw; }
    .l--plan-numList {
      max-width: initial;
      margin: 0 auto 8vw; }
      .l--plan-numList li {
        margin: 0 0 3.3333333333vw;
        font-size: 3.7333333333vw; }
        .l--plan-numList li em {
          font-size: 5.3333333333vw;
          margin: 0 0.6666666667vw 0 0; }
    .l--plan-cautionList {
      max-width: initial;
      margin: 0 auto 5.3333333333vw; }
      .l--plan-cautionList li {
        font-size: 2.9333333333vw;
        margin: 0 0 1.3333333333vw;
        padding-left: 0;
        text-indent: 0;
        line-height: 1.5; }
    .l--plan-button {
      display: block;
      max-width: 69.3333333333vw;
      height: 16vw; }
      .l--plan-button span {
        display: block;
        text-align: center;
        line-height: 13.3333333333vw;
        font-size: 4.2666666667vw; }

  .l--online-title {
    margin: 0 0 4vw;
    text-align: center;
    font-size: 4vw;
    padding: 0 0 4vw; }
    .l--online-title:after {
      width: 10.6666666667vw; }
  .l--online p {
    font-size: 3.2vw;
    margin: 0 0 3.3333333333vw; }
  .l--online-figure {
    max-width: 88vw;
    width: 88vw;
    margin: 0 auto 4vw; }
    .l--online-figureObj {
      background-color: #FFF;
      width: 45.90163934%;
      min-height: 42.6666666667vw;
      border-radius: 50%; }
    .l--online-figure figcaption {
      font-size: 4.2666666667vw; }
  .l--online-button {
    display: block;
    max-width: 69.3333333333vw;
    height: 16vw; }
    .l--online-button span {
      display: block;
      text-align: center;
      line-height: 13.3333333333vw;
      font-size: 4.2666666667vw; }

  .l--point {
    margin: 8vw 0 0; }
    .l--point__inner {
      margin: 1.3333333333vw;
      padding: 5.3333333333vw; }
    .l--point-title {
      margin: 0 0 5.3333333333vw;
      text-align: center; }
      .l--point-titleSub {
        margin: 0 0 1.3333333333vw;
        font-size: 5.0666666667vw; }
      .l--point-titleMain {
        font-size: 4.2666666667vw; }
        .l--point-titleMain em {
          font-size: 5.3333333333vw;
          margin: 0 0.6666666667vw; }
    .l--point ol {
      max-width: initial;
      margin: 0 auto; }
      .l--point ol li {
        margin: 0 0 3.3333333333vw;
        font-size: 3.3333333333vw; }
        .l--point ol li em {
          font-family: "Great Vibes", cursive;
          font-size: 5.6vw;
          font-weight: 700;
          margin: 0 2vw 0 0; } }
/*  Point
-------------------------------------------------- */
.po--section {
  padding: 80px 0 0; }
.po--title {
  overflow: hidden;
  text-align: center;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  padding: 80px 0 0;
  margin: 0 0 70px;
  position: relative; }
  .po--title em {
    font-family: "Great Vibes", cursive;
    font-size: 4.1rem;
    font-weight: 700;
    margin: 0 15px 0 0; }
  .po--title:before {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    margin: 0 auto;
    height: 60px;
    width: 1px;
    background-color: #000; }
.po--main {
  margin: 0 0 50px;
  display: flex;
  justify-content: space-between; }
  .po--main-photo {
    width: 64.58333333%; }
    .po--main-photo img {
      width: 100%;
      vertical-align: bottom; }
  .po--main-text {
    display: flex;
    align-items: center;
    width: 35.41%;
    padding: 0 2.08%; }
    .po--main-text p {
      color: #3f3f3f;
      line-height: 2.0;
      font-size: 1.5rem;
      font-weight: 400; }
.po--profile {
  max-width: 860px;
  background-color: #f4f4f4;
  margin: 0 auto 100px; }
  .po--profile__inner {
    padding: 20px;
    display: flex;
    justify-content: space-between; }
  .po--profile-photo {
    display: block;
    width: 24.3902439%; }
    .po--profile-photo img {
      width: 100%;
      vertical-align: bottom; }
  .po--profile-box {
    width: 72.73170732%; }
    .po--profile-box-title {
      font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
      font-weight: 500;
      font-size: 1.8rem;
      margin: 0 0 15px; }
    .po--profile-box p {
      line-height: 1.8;
      font-size: 1.3rem; }
.po--titleSub {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  font-size: 1.8rem;
  text-align: center;
  margin: 0 0 35px; }
.po--Pcols2 {
  padding: 0 20px;
  margin: 0 0 80px; }
  .po--Pcols2__inner {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; }
  .po--Pcols2-photo {
    width: 47.91666667%; }
    .po--Pcols2-photo img {
      width: 100%;
      vertical-align: bottom; }
  .po--Pcols2 figcaption {
    font-size: 1.2rem;
    line-height: 1.8;
    text-align: center;
    margin: 15px 0 0; }
.po--Pcols1 {
  padding: 0 20px;
  margin: 0 0 80px; }
  .po--Pcols1__inner {
    max-width: 960px;
    margin: 0 auto; }
  .po--Pcols1-photo img {
    width: 100%;
    vertical-align: bottom; }
.po--banner {
  max-width: 960px;
  margin: 0 auto;
  background-image: url(../images/point__01__ph05.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom; }
  .po--banner__inner {
    padding: 40px 40px 90px; }
  .po--banner-sub {
    color: #FFF;
    font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: 500;
    font-size: 1.7rem;
    text-align: center;
    margin: 0 0 15px;
    display: block; }
  .po--banner-title {
    color: #FFF;
    font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: 500;
    font-size: 2.8rem;
    text-align: center;
    margin: 0 0 20px; }
  .po--banner-text {
    text-align: center;
    font-size: 1.4rem;
    text-align: center;
    line-height: 2.0;
    color: #FFF;
    margin: 0 0 35px; }
  .po--banner-button {
    display: block;
    max-width: 440px;
    height: 90px;
    margin: 0 auto;
    box-sizing: border-box;
    border: 3px solid #fff;
    overflow: hidden;
    position: relative; }
    .po--banner-button span {
      display: block;
      text-align: center;
      line-height: 8.4rem;
      font-size: 1.8rem;
      font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
      font-weight: 400;
      position: relative;
      z-index: 10;
      -webkit-transition: all 0.6s ease;
      -moz-transition: all 0.6s ease;
      -o-transition: all 0.6s ease;
      transition: all  0.6s ease;
      font-weight: 500; }
    .po--banner-button:after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: #FFF;
      opacity: 1.0;
      -webkit-transform-origin: right center;
      transform-origin: right center;
      transition: transform 0.6s ease;
      transition: transform 0.6s ease, -webkit-transform 0.6s ease;
      -webkit-transform: scale(0, 1);
      transform: scale(0, 1);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      z-index: 5; }
    .po--banner-button:link {
      color: #FFF;
      text-decoration: none; }
    .po--banner-button:visited {
      color: #FFF;
      text-decoration: none; }
    .po--banner-button:hover span {
      color: #000; }
    .po--banner-button:hover:after {
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
      -webkit-transform-origin: left center;
      transform-origin: left center; }

.po--photoBox {
  max-width: 1140px;
  margin: 0 auto 80px;
  display: flex;
  justify-content: space-between; }
  .po--photoBox-photo {
    width: 55.26315789%; }
    .po--photoBox-photo img {
      width: 100%;
      vertical-align: bottom; }
  .po--photoBox-text {
    display: flex;
    align-items: center;
    width: 42.10526316%; }
    .po--photoBox-text p {
      color: #3f3f3f;
      line-height: 2.0;
      font-size: 1.5rem;
      font-weight: 400; }

.po--photoBox.r-layout .po--photoBox-photo {
  order: 2; }
.po--photoBox.r-layout .po--photoBox-text {
  order: 1;
  padding-left: 7.894736842%; }

@media screen and (max-width: 768px) {
  .po--section {
    padding: 8vw 0 0; }
  .po--title {
    font-size: 4vw;
    padding: 8vw 0 0;
    margin: 0 0 5.3333333333vw; }
    .po--title em {
      font-size: 5.6vw;
      margin: 0 1.3333333333vw 0 0; }
    .po--title:before {
      height: 5.3333333333vw; }
  .po--main {
    margin: 0 0 8vw;
    display: block; }
    .po--main-photo {
      width: auto;
      margin: 0 0 5.3333333333vw; }
      .po--main-photo img {
        width: 100%;
        vertical-align: bottom; }
    .po--main-text {
      display: block;
      width: auto;
      padding: 4vw; }
      .po--main-text p {
        font-size: 3.3333333333vw; }
  .po--profile {
    max-width: 92vw;
    margin: 0 auto 8vw; }
    .po--profile__inner {
      padding: 2.6666666667vw; }
    .po--profile-photo {
      width: 34.3902439%; }
    .po--profile-box {
      width: 62.73170732%; }
      .po--profile-box-title {
        font-size: 3.33333vw;
        margin: 0 0 2vw;
        line-height: 1.5; }
      .po--profile-box p {
        font-size: 2.9333333333vw; }
  .po--titleSub {
    font-size: 4.2666666667vw;
    margin: 0 0 4vw; }
  .po--Pcols2 {
    padding: 0 2.6666666667vw;
    margin: 0 0 8vw; }
    .po--Pcols2__inner {
      max-width: initial; }
    .po--Pcols2 figcaption {
      font-size: 2.9333333333vw;
      margin: 2.6666666667vw 0 0;
      text-align: left; }
      .po--Pcols2 figcaption br {
        display: none; }
  .po--Pcols1 {
    padding: 0 2.6666666667vw;
    margin: 0 0 8vw; }
    .po--Pcols1__inner {
      max-width: initial; }
  .po--banner {
    max-width: initial;
    margin: 0 4vw; }
    .po--banner__inner {
      padding: 5.3333333333vw 5.3333333333vw 10.6666666667vw; }
    .po--banner-sub {
      font-size: 3.2vw;
      margin: 0 0 2vw; }
    .po--banner-title {
      font-size: 4.2666666667vw;
      margin: 0 0 2.6666666667vw; }
    .po--banner-text {
      text-align: left;
      font-size: 1.0rem;
      margin: 0 0 4vw; }
      .po--banner-text br {
        display: none; }
    .po--banner-button {
      display: block;
      max-width: 69.3333333333vw;
      height: 16vw; }
      .po--banner-button span {
        display: block;
        text-align: center;
        line-height: 13.3333333333vw;
        font-size: 4.2666666667vw; }

  .po--photoBox {
    max-width: initial;
    margin: 0 auto 8vw;
    padding: 0 2.6666666667vw; }
    .po--photoBox-photo {
      width: 55.26315789%; }
      .po--photoBox-photo img {
        width: 100%;
        vertical-align: bottom; }
    .po--photoBox-text {
      display: flex;
      align-items: center;
      width: 42.10526316%; }
      .po--photoBox-text p {
        font-size:2.9333333333vw; 
        line-height:1.8;}
        .po--photoBox-text p br {
          display: none; }

  .po--photoBox.r-layout .po--photoBox-photo {
    order: 2; }
  .po--photoBox.r-layout .po--photoBox-text {
    order: 1;
    padding-left: 0; } }
/**
 # Objects -  project -
 */
/*
    animation.scss　[enquete]
---------------------------------------------------------------------------- */
body.loading .l--header {
  transform: translateY(-20px);
  opacity: 0.0;
  transition: 0.5s cubic-bezier(0.09, 0.43, 0.1, 0.79) 0.25s; }

body.loaded .l--header {
  transform: translateY(0);
  opacity: 1.0; }

/*  KeyVisual
-------------------------------------------------- */
body.loading .l--keyV-main {
  transform: scale(0.95);
  opacity: 0.0;
  transition: 0.75s cubic-bezier(0.09, 0.43, 0.1, 0.79) 0.75s; }

body.loaded .l--keyV-main {
  transform: scale(1);
  opacity: 1.0; }

body.loading .l--keyV-titleJp {
  transform: translateY(50%);
  opacity: 0.0;
  transition: 0.75s cubic-bezier(0.09, 0.43, 0.1, 0.79) 1.25s; }

body.loaded .l--keyV-titleJp {
  transform: translateY(0);
  opacity: 1.0; }

body.loading .l--keyV-titleEn {
  transform: translateY(50%);
  opacity: 0.0;
  transition: 0.75s cubic-bezier(0.09, 0.43, 0.1, 0.79) 1.5s; }

body.loaded .l--keyV-titleEn {
  transform: translateY(0);
  opacity: 1.0; }

/*  About
-------------------------------------------------- */
.l--about-box-photo {
  position: relative; }

.l--about-box-photo:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1.0;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center; }

.l--about-box-photo.lazyloaded:before {
  opacity: 1.0;
  -webkit-transform-origin: right center;
  transform-origin: right center;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.l--about-box:nth-child(2n) .l--about-box-photo.lazyloaded:before {
  -webkit-transform-origin: left center;
  transform-origin: left center; }

.l--about-box-text {
  transform: translateX(100px);
  opacity: 0.0;
  transition: 0.75s cubic-bezier(0.09, 0.43, 0.1, 0.79) 0.55s; }

.l--about-box:nth-child(2n) .l--about-box-text {
  transform: translateX(-100px); }

.l--about-box:nth-child(2n) .l--about-box-text.lazyloaded,
.l--about-box-text.lazyloaded {
  transform: translateX(0);
  opacity: 1.0; }

@media screen and (max-width: 768px) {
  .l--about-box-photo:before {
    display: none; }

  .l--about-box-photo {
    transform: translateY(50px);
    opacity: 0.0;
    transition: 0.75s cubic-bezier(0.09, 0.43, 0.1, 0.79) 0.15s;
    display: block; }

  .l--about-box:nth-child(2n) .l--about-box-photo.lazyloaded,
  .l--about-box-photo.lazyloaded {
    transform: translateY(0);
    opacity: 1.0; }

  .l--about-box-text {
    transform: translateY(50px);
    opacity: 0.0;
    transition: 0.75s cubic-bezier(0.09, 0.43, 0.1, 0.79) 0.55s; }

  .l--about-box:nth-child(2n) .l--about-box-text {
    transform: translateY(-50px); }

  .l--about-box:nth-child(2n) .l--about-box-text.lazyloaded,
  .l--about-box-text.lazyloaded {
    transform: translateY(0);
    opacity: 1.0; } }
/*  Info
-------------------------------------------------- */
.l--online-title {
  opacity: 0.0;
  transform: translateY(50px);
  transition: 0.75s cubic-bezier(0.09, 0.43, 0.1, 0.79) 0.25s; }

.l--online-title.lazyloaded {
  transform: translateY(0);
  opacity: 1.0; }

.l--online-figureObj {
  opacity: 0.0;
  transform: scale(0.75);
  transition: 1.05s cubic-bezier(0.09, 0.43, 0.1, 0.79) 0.5s; }

.l--online-figureObj.lazyloaded {
  opacity: 1.0;
  transform: scale(1); }

.l--online p {
  opacity: 0.0;
  transform: translateY(25px);
  transition: 1.25s cubic-bezier(0.09, 0.43, 0.1, 0.79) 0.75s; }

.l--online p.lazyloaded {
  transform: translateY(0);
  opacity: 1.0; }

.l--online-button {
  opacity: 0.0;
  transform: translateY(25px);
  transition: 1.25s cubic-bezier(0.09, 0.43, 0.1, 0.79) 0.75s; }

.l--online-button.lazyloaded {
  transform: translateY(0);
  opacity: 1.0; }

.l--point__inner {
  opacity: 0.0;
  background-color: #ececec;
  transform: translateY(25px);
  transition: 1s cubic-bezier(0.09, 0.43, 0.1, 0.79) 0.25s; }

.l--point__inner.lazyloaded {
  transform: translateY(0);
  opacity: 1.0;
  background-color: #FFF; }

.l--point-title {
  opacity: 0.0;
  transform: translateY(25px);
  transition: 1s cubic-bezier(0.09, 0.43, 0.1, 0.79) 0.55s; }

.l--point-title.lazyloaded {
  transform: translateY(0);
  opacity: 1.0; }

.l--point ol li:nth-child(1) {
  opacity: 0.0;
  transform: translateX(25px);
  transition: 1s cubic-bezier(0.09, 0.43, 0.1, 0.79) 0.25s; }

.l--point ol li:nth-child(2) {
  opacity: 0.0;
  transform: translateX(25px);
  transition: 1s cubic-bezier(0.09, 0.43, 0.1, 0.79) 0.55s; }

.l--point ol li:nth-child(3) {
  opacity: 0.0;
  transform: translateX(25px);
  transition: 1s cubic-bezier(0.09, 0.43, 0.1, 0.79) 0.75s; }

.l--point ol li.lazyloaded {
  transform: translateY(0);
  opacity: 1.0; }

.l--plan__inner {
  opacity: 0.0;
  transition: 0.75s cubic-bezier(0.09, 0.43, 0.1, 0.79) 0.25s;
  background-color: #ececec; }

.l--plan__inner.lazyloaded {
  opacity: 1.0;
  background-color: #FFF; }

.l--plan-title {
  opacity: 0.0;
  transform: translateY(50px);
  transition: 0.75s cubic-bezier(0.09, 0.43, 0.1, 0.79) 0.25s; }

.l--plan-title.lazyloaded {
  transform: translateY(0);
  opacity: 1.0; }

.l--plan-titleEn {
  opacity: 0.0;
  transform: translateY(50px);
  transition: 0.75s cubic-bezier(0.09, 0.43, 0.1, 0.79) 0.55s; }

.l--plan-titleEn.lazyloaded {
  transform: translateY(0);
  opacity: 1.0; }

.l--plan-price {
  opacity: 0.0;
  transform: translateY(50px);
  transition: 0.75s cubic-bezier(0.09, 0.43, 0.1, 0.79) 0.75s; }

.l--plan-price.lazyloaded {
  transform: translateY(0);
  opacity: 1.0; }

.l--plan-titleSub {
  opacity: 0.0;
  transform: translateY(50px);
  transition: 0.75s cubic-bezier(0.09, 0.43, 0.1, 0.79) 0.75s; }

.l--plan-titleSub.lazyloaded {
  transform: translateY(0);
  opacity: 1.0; }

.l--plan-listTag {
  opacity: 0.0;
  transform: translateY(50px);
  transition: 0.75s cubic-bezier(0.09, 0.43, 0.1, 0.79) 0.75s; }

.l--plan-listTag.lazyloaded {
  transform: translateY(0);
  opacity: 1.0; }

.l--plan-numList {
  opacity: 0.0;
  transform: translateY(50px);
  transition: 0.75s cubic-bezier(0.09, 0.43, 0.1, 0.79) 0.75s; }

.l--plan-numList.lazyloaded {
  transform: translateY(0);
  opacity: 1.0; }

.l--plan-cautionList {
  opacity: 0.0;
  transform: translateY(50px);
  transition: 0.75s cubic-bezier(0.09, 0.43, 0.1, 0.79) 0.75s; }

.l--plan-cautionList.lazyloaded {
  transform: translateY(0);
  opacity: 1.0; }

.l--plan-button {
  opacity: 0.0;
  transform: translateY(50px);
  transition: 0.75s cubic-bezier(0.09, 0.43, 0.1, 0.79) 0.75s; }

.l--plan-button.lazyloaded {
  transform: translateY(0);
  opacity: 1.0; }

/*  Point
-------------------------------------------------- */
.po--title:before {
  opacity: 0.0;
  transition: 0.5s cubic-bezier(0.09, 0.43, 0.1, 0.79) 0.15s;
  height: 1px; }

.po--title.lazyloaded:before {
  opacity: 1.0;
  height: 60px; }

.po--title span {
  display: block;
  opacity: 0.0;
  transform: translateX(100px);
  transition: 1s cubic-bezier(0.09, 0.43, 0.1, 0.79) 0.35s; }

.po--title.lazyloaded span {
  transform: translateY(0);
  opacity: 1.0; }

.po--main-photo {
  position: relative; }

.po--main-photo:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1.0;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center; }

.po--main-photo.lazyloaded:before {
  opacity: 1.0;
  -webkit-transform-origin: right center;
  transform-origin: right center;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.po--main-text {
  transform: translateX(100px);
  opacity: 0.0;
  transition: 0.75s cubic-bezier(0.09, 0.43, 0.1, 0.79) 0.55s; }

.po--main-text.lazyloaded {
  transform: translateX(0);
  opacity: 1.0; }

.po--profile {
  transform: translateY(25px);
  opacity: 0.0;
  transition: 0.75s cubic-bezier(0.09, 0.43, 0.1, 0.79) 0.55s; }

.po--profile.lazyloaded {
  transform: translateX(0);
  opacity: 1.0; }

.po--titleSub {
  transform: translateY(25px);
  opacity: 0.0;
  transition: 0.75s cubic-bezier(0.09, 0.43, 0.1, 0.79) 0.55s; }

.po--titleSub.lazyloaded {
  transform: translateX(0);
  opacity: 1.0; }

.po--Pcols2 {
  transform: translateY(25px);
  opacity: 0.0;
  transition: 0.75s cubic-bezier(0.09, 0.43, 0.1, 0.79) 0.75s; }

.po--Pcols2.lazyloaded {
  transform: translateX(0);
  opacity: 1.0; }

.po--Pcols1 {
  transform: translateY(50px);
  opacity: 0.0;
  transition: 0.75s cubic-bezier(0.09, 0.43, 0.1, 0.79) 0.75s; }

.po--Pcols1.lazyloaded {
  transform: translateX(0);
  opacity: 1.0; }

.po--banner {
  transform: translateY(50px);
  opacity: 0.0;
  transition: 0.75s cubic-bezier(0.09, 0.43, 0.1, 0.79) 0.75s; }

.po--banner.lazyloaded {
  transform: translateX(0);
  opacity: 1.0; }

.l-layout .po--photoBox-photo {
  position: relative; }

.l-layout .po--photoBox-photo:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1.0;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center; }

.l-layout .po--photoBox-photo.lazyloaded:before {
  opacity: 1.0;
  -webkit-transform-origin: right center;
  transform-origin: right center;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.l-layout .po--photoBox-text {
  transform: translateX(100px);
  opacity: 0.0;
  transition: 0.75s cubic-bezier(0.09, 0.43, 0.1, 0.79) 0.55s; }

.l-layout .po--photoBox-text.lazyloaded {
  transform: translateX(0);
  opacity: 1.0; }

.r-layout .po--photoBox-photo {
  position: relative; }

.r-layout .po--photoBox-photo:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1.0;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: right center;
  transform-origin: right center; }

.r-layout .po--photoBox-photo.lazyloaded:before {
  opacity: 1.0;
  -webkit-transform-origin: right center;
  transform-origin: right center;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.r-layout .po--photoBox-text {
  transform: translateX(-100px);
  opacity: 0.0;
  transition: 0.75s cubic-bezier(0.09, 0.43, 0.1, 0.79) 0.55s; }

.r-layout .po--photoBox-text.lazyloaded {
  transform: translateX(0);
  opacity: 1.0; }

@media screen and (max-width: 768px) {
  .po--title.lazyloaded:before {
    height: 5.3333333333vw; }

  .po--title span {
    transform: translateX(2.6666666667vw);
    transition: 1s cubic-bezier(0.09, 0.43, 0.1, 0.79) 0.35s; }

  .po--main-photo:before {
    display: none; }

  .po--main-photo {
    transform: translateY(50px);
    opacity: 0.0;
    transition: 0.75s cubic-bezier(0.09, 0.43, 0.1, 0.79) 0.55s;
    display: block; }

  .po--main-photo.lazyloaded {
    transform: translateY(0);
    opacity: 1.0; }

  .po--main-text {
    transform: translateY(50px);
    opacity: 0.0;
    transition: 0.75s cubic-bezier(0.09, 0.43, 0.1, 0.79) 0.55s; }

  .po--main-text.lazyloaded {
    transform: translateY(0);
    opacity: 1.0; }

  .po--profile {
    transform: translateY(25px);
    opacity: 0.0;
    transition: 0.75s cubic-bezier(0.09, 0.43, 0.1, 0.79) 0.55s; }

  .po--profile.lazyloaded {
    transform: translateX(0);
    opacity: 1.0; }

  .po--titleSub {
    transform: translateY(25px);
    opacity: 0.0;
    transition: 0.75s cubic-bezier(0.09, 0.43, 0.1, 0.79) 0.55s; }

  .po--titleSub.lazyloaded {
    transform: translateX(0);
    opacity: 1.0;
    font-size:3.33333vw;
     }

  .po--Pcols2 {
    transform: translateY(25px);
    opacity: 0.0;
    transition: 0.75s cubic-bezier(0.09, 0.43, 0.1, 0.79) 0.75s; }

  .po--Pcols2.lazyloaded {
    transform: translateX(0);
    opacity: 1.0; }

  .po--Pcols1 {
    transform: translateY(50px);
    opacity: 0.0;
    transition: 0.75s cubic-bezier(0.09, 0.43, 0.1, 0.79) 0.75s; }

  .po--Pcols1.lazyloaded {
    transform: translateX(0);
    opacity: 1.0; }

  .po--banner {
    transform: translateY(50px);
    opacity: 0.0;
    transition: 0.75s cubic-bezier(0.09, 0.43, 0.1, 0.79) 0.75s; }

  .po--banner.lazyloaded {
    transform: translateX(0);
    opacity: 1.0; }

  .l-layout .po--photoBox-photo {
    position: relative; }

  .l-layout .po--photoBox-photo:before {
    display: none; }

  .l-layout .po--photoBox-photo {
    transform: translateY(50px);
    opacity: 0.0;
    transition: 0.75s cubic-bezier(0.09, 0.43, 0.1, 0.79) 0.55s;
    display: block; }

  .l-layout .po--photoBox-photo.lazyloaded {
    transform: translateY(0);
    opacity: 1.0; }

  .l-layout .po--photoBox-text {
    transform: translateY(50px);
    opacity: 0.0;
    transition: 0.75s cubic-bezier(0.09, 0.43, 0.1, 0.79) 0.55s; }

  .l-layout .po--photoBox-text.lazyloaded {
    transform: translateY(0);
    opacity: 1.0; }

  .r-layout .po--photoBox-photo {
    position: relative; }

  .r-layout .po--photoBox-photo:before {
    display: none; }

  .r-layout .po--photoBox-photo {
    transform: translateY(50px);
    opacity: 0.0;
    transition: 0.75s cubic-bezier(0.09, 0.43, 0.1, 0.79) 0.55s; }

  .r-layout .po--photoBox-photo.lazyloaded {
    transform: translateY(0);
    opacity: 1.0; }

  .r-layout .po--photoBox-text {
    transform: translateY(50px);
    opacity: 0.0;
    transition: 0.75s cubic-bezier(0.09, 0.43, 0.1, 0.79) 0.55s; }

  .r-layout .po--photoBox-text.lazyloaded {
    transform: translateY(0);
    opacity: 1.0; } }
/*
    Hamburger menu
---------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .burger--wrap {
    height: 5.3333333333vw;
    width: 8vw;
    top: 4vw;
    right: 2.6666666667vw;
    position: absolute;
    background-color: #ececec;
    z-index: 400; }

  .burger {
    width: 8vw;
    height: 5.3333333333vw;
    z-index: 9999;
    cursor: pointer;
    display: flex;
    align-items: center; }

  .burger .line {
    width: 75%;
    height: 2.0px;
    background: #FFF;
    transition: 0.3s;
    right: 0;
    position: absolute; }

  .burger::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2.0px;
    top: 0;
    right: 0;
    background: #FFF;
    transition: 0.6s; }

  .burger::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 2.0px;
    bottom: 0;
    right: 0;
    background: #FFF;
    transition: 0.8s; }

  .navigation.nav-active {
    display: block;
    z-index: 300;
    animation: show 0.5s linear 0s; }

  @keyframes show {
    from {
      opacity: 0; }
    to {
      opacity: 1; } }
  .navigation {
    display: none;
    opacity: 0.0;
    top: 0;
    right: 0;
    z-index: -1;
    width: 100vw;
    height: 100vh;
    position: fixed;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all  0.6s ease; }
    .navigation .navigation--content {
      background-color: #ececec;
      padding: 0;
      height: 100vh;
      width: 64vw;
      position: absolute;
      right: 0; }
      .navigation .navigation--content__inner {
        padding: 4vw 10.6666666667vw 4vw 4vw; }

  .burger-active::before {
    transform: rotate(135deg);
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #FFF; }

  .burger-active::after {
    transform: rotate(-135deg);
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #FFF;
    width: 100%; }

  .burger-active > .line {
    transform: scale(0); }

  .nav-active {
    top: 0;
    right: 0;
    opacity: 1.0; }

  .burger-active .line {
    background-color: #FFF; }

  .burger--wrap-active {
    background-color: #ececec; } }
/**
 # Objects -  utility -
 */
/*========== utility.scss ==========*/
.u-radius5 {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px; }

.u-radiusC {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%; }

.transition {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease; }

.hover:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7; }

.clearfix {
  zoom: 1; }

.clearfix:before,
.clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.pc {
  display: inline-block !important; }
  @media screen and (max-width: 768px) {
    .pc {
      display: none !important; } }

.smp {
  display: none !important; }
  @media screen and (max-width: 768px) {
    .smp {
      display: block !important; } }

/*--------------------------------------------------------------
    # _print.scss
--------------------------------------------------------------*/
@media print {
  .l--header {
    opacity: 100;
    position: relative;
    width: 100%; }

  .fadein {
    opacity: 1.0;
    transform: translate(0, 0); }

  .keyVisual__pritBlock {
    display: block !important; }

  .keyVisual__pritBlock img {
    width: 100%; }

  .keyVisual {
    height: auto !important; }

  .h--productsBox__thum {
    width: 640px;
    height: 480px;
    position: absolute;
    overflow: hidden;
    right: 0;
    top: -60px; }
    .h--productsBox__thum img {
      width: 100%;
      transition: none !important; }
    .h--productsBox__thumCover {
      width: 640px;
      height: 480px;
      position: absolute;
      top: 0;
      left: 0;
      background-color: none;
      z-index: 10;
      transition: none !important; }
  .h--productsBox__title {
    position: absolute;
    margin: 0;
    padding: 0;
    text-align: center;
    top: 200px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    color: #FFF;
    line-height: 1.0; }
    .h--productsBox__titleEn {
      font-family: "Great Vibes", cursive;
      display: block;
      font-size: 3.2rem;
      margin: 0 0 10px; }
    .h--productsBox__titleJp {
      font-size: 1.8rem; } }
      
      
      
      @media screen and (max-width: 768px) {
      .main_wrapp{
      width:100%;
      }
      .l--keyV-titleBox{
          width: 30%;
    position: relative;
    z-index: 10;
    text-align: center;
    /* padding-right: 60px; */
    background-color: white;
   
  
    float: right;
    padding: 20px 0 10px;
   
      }
      .l--keyV-titleBox h3 img {
      width: 100%;
    padding: 0px 15px;
  
}
.l--keyV-titleBox h2 img {
    width: 52%;
    margin: 0 auto;
    padding: 20px 0px;
}
.l--keyV {
    display: block;
    max-width: 100%;
    height: 70vh;
    margin: 0px;
    background-image: url(../images/top_v00.jpg);
    background-size: cover;
    background-position: center;
      
      }
      
      .line_img img{
      width:100%;
      padding-right: 0;
      }
      
      
      .midashi{
      display:block;
      margin:50px auto 40px;
      
      }
      .midashi h2{
      
      width:100%;
      height:50px;
      }
      .midashi_jp{
      width:100%;
      text-align:center;
      font-size:4.3333vw;
      margin-top:20px;
      padding:0;
      }
      
      .secbase_01 {
    display: block;
    margin-bottom: 50px;
    }
    .p_img {width:100%;}
      .p_txt {width:100%;
      text-align: center;
    padding: 20px 30px;
    margin:0;
    font-size:1.0em
      }
      
      .p_txt p {
     margin-bottom: 30px;
         font-size: 2.9333333333vw;
}
.p_txt h3{
font-size:3.33333vw;
}
.p_txt img {
    width: 100%;
    margin:0;
}
.access_wrapp {
    display: block;
 
}
.map_l {
    width: 80%;
    margin: 0 auto;
}
.map_r {
     width: 80%;
     margin: 10px auto;
}

.photo_thumb{
display:inline-block;
}
.photo_box{
width: 50%;
    float: left;
}
.plan_box{
padding:5px;
}

.intro{
font-size:2.8vw!important;
line-height:1.8;
 font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
 text-align:center;
 padding:0 0 30px;
}

.intro2{
font-size:2.8vw;
width:85%;
line-height:1.8;
 text-align:center;
 padding-bottom:30px;
}

.sb_txt p {
margin:0;
padding:5px;
}
.sb_txt h3 {
margin:0;
font-size:3.333vw;
}
.semi_wrapp p {
font-size: 2.9333333333vw;
line-height:1.8;
}

.plan_box h3 {
font-size: 3.3333vw;
height:40px;
}
.plan_box p {
font-size: 2.9333vw;
}

.map_r p {
font-size: 3.3333vw;
line-height:1.8;
}

      
      }


/*# sourceMappingURL=style.css.map */


.plan_wrapp {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .plan_wrapp {
    display: block;
    justify-content: center;
  }
}

