@charset "UTF-8";
html {
  font-size: 62.5%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  color: #3d3430;
}

img {
  width: 100%;
  height: auto;
}

a {
  color: #3d3430;
  text-decoration: none;
}

.br_sp_pc {
  display: none;
}

@media only screen and (max-width: 767px) {
  .br_sp_pc {
    display: block;
  }
}

/* ここからプラグイン Wp-PageNavi  */
/*wp-pagenavi base*/
.wp-pagenavi {
  clear: both;
  text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  color: black;
  background-color: white;
  border: solid 1px #000000;
  margin: 0 2px;
  white-space: nowrap;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
}

.wp-pagenavi a:hover {
  color: #fff;
  background-color: #999;
  border-color: #999;
}

.wp-pagenavi span.current {
  color: black;
  font-weight: 500;
}

.pagenavi {
  margin-top: 5.6rem;
  padding-bottom: 5.6rem;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .pagenavi {
    margin-top: 4rem;
    padding-bottom: 4rem;
  }
}

/* =======================================
header
========================================*/
/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn {
  position: relative;
  /*ボタン内側の基点となるためrelativeを指定*/
  background: transparent;
  cursor: pointer;
  width: 44px;
  height: 44px;
  z-index: 3000;
  color: #3d3430;
  font-family: "Cormorant Infant", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
}

/*ボタン内側*/
.openbtn span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  /*アニメーションの設定*/
  position: absolute;
  font-family: "Cormorant Infant", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
}

.openbtn span:nth-of-type(1) {
  top: 12px;
  height: 1px;
  width: 100%;
  background: #3d3430;
}

.openbtn span:nth-of-type(2) {
  display: none;
}

.openbtn span:nth-of-type(3) {
  top: 22px;
  height: 1px;
  width: 100%;
  background: #3d3430;
}

.openbtn span:nth-of-type(4) {
  position: absolute;
  top: 27px;
  color: #3d3430;
  font-size: 1.5rem;
  text-transform: uppercase;
}

.openbtn.active span:nth-of-type(4) {
  top: 22px;
  height: 1px;
  width: 100%;
  background: #3d3430;
  display: none;
}

.openbtn span:nth-of-type(5) {
  position: absolute;
  top: 24px;
  color: #3d3430;
  font-size: 1.5rem;
  text-transform: uppercase;
  display: none;
}

.openbtn.active span:nth-of-type(5) {
  position: absolute;
  top: 27px;
  margin-right: 2p;
  color: #3d3430;
  font-size: 1.5rem;
  text-transform: uppercase;
  display: block;
}

/*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/
.openbtn.active span:nth-of-type(1) {
  top: 12px;
  -webkit-transform: translateY(6px) rotate(-25deg);
          transform: translateY(6px) rotate(-25deg);
  width: 44px;
}

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

.openbtn.active span:nth-of-type(3) {
  top: 24px;
  -webkit-transform: translateY(-6px) rotate(22deg);
          transform: translateY(-6px) rotate(22deg);
  width: 44px;
}

.ly_subMenu {
  max-width: 88.5rem;
  margin: 0 auto;
}

.globalMenuSp {
  visibility: hidden;
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  color: #fff;
  background-color: #f8f5f0;
  text-align: center;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  height: 100vh;
  color: #3d3430;
}

.subMenu_copy {
  padding-top: 20.4rem;
}

@media only screen and (max-width: 767px) {
  .subMenu_copy {
    padding-top: 12rem;
  }
}

.subMenu_copy p {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .subMenu_copy {
    display: none;
  }
}

.subMenu_copy_ja {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .subMenu_copy_ja {
    font-size: 1.2rem;
  }
}

.subMenu_copy_en {
  margin-top: 5.4rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.2;
  opacity: 0.37;
  font-family: "Cormorant Infant", sans-serif;
}

@media only screen and (max-width: 767px) {
  .subMenu_copy_en {
    margin-top: 1.6rem;
    font-size: 1rem;
    line-height: 2;
  }
}

.subMenu_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 8rem;
}

@media only screen and (max-width: 767px) {
  .subMenu_body {
    margin-top: 25%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.subMenu_body a {
  font-family: "Cormorant Infant", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  padding-bottom: 3.2rem;
  text-transform: capitalize;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media only screen and (max-width: 767px) {
  .subMenu_body a {
    font-size: 1.4rem;
  }
}

.subMenu_body a:hover {
  opacity: 0.16;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.subMenu_body .subMenu_item a {
  display: block;
}

.subMenu_body .subMenu_item a::before {
  width: 100%;
  font-weight: 400;
}

.subMenu_body .subMenu_item1 a::before {
  content: "お知らせ";
  font-size: 1.4rem;
  font-family: "Shippori Mincho", sans-serif;
  position: absolute;
  display: inline-block;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.subMenu_body .subMenu_item2 a::before {
  content: "calmについて";
  font-size: 1.4rem;
  font-family: "Shippori Mincho", sans-serif;
  position: absolute;
  display: inline-block;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

@media only screen and (max-width: 767px) {
  .subMenu_body .subMenu_item2 a::before {
    font-size: 1;
  }
}

.subMenu_body .subMenu_item3 a::before {
  content: "メニュー・料金";
  font-size: 1.4rem;
  font-family: "Shippori Mincho", sans-serif;
  position: absolute;
  display: inline-block;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.subMenu_body .subMenu_item4 a::before {
  content: "お問い合わせ";
  font-size: 1.3rem;
  font-family: "Shippori Mincho", sans-serif;
  position: absolute;
  bottom: 0px;
  display: inline-block;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.subMenu_body .subMenu_item5 a::before {
  content: "アクセス";
  font-size: 1.4rem;
  font-family: "Shippori Mincho", sans-serif;
  position: absolute;
  bottom: 0px;
  left: 50%;
  display: inline-block;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

@media only screen and (max-width: 767px) {
  .subMenu_item {
    margin-top: 1.5rem;
  }
}

.subMenu_snsEtc_wrap {
  margin-top: 15rem;
}

@media only screen and (max-width: 767px) {
  .subMenu_snsEtc_wrap {
    margin-top: 1rem;
  }
}

.subMenu_snsEtc {
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 30rem;
  margin: 0 auto;
}

.subMenu_snsEtc a {
  display: block;
}

@media only screen and (max-width: 767px) {
  .subMenu_snsEtc {
    font-size: 1.2rem;
  }
}

.subMenu_snsEtc_item1 a {
  text-transform: uppercase;
  font-family: "Outfit", sans-serif;
  position: relative;
  font-weight: 400;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.subMenu_snsEtc_item1 a:hover {
  opacity: 0.16;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.subMenu_snsEtc_item1 a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -4.9rem;
  width: 3.4rem;
  height: 3.4rem;
  -webkit-transform: translateY(-50%) translateX(-50%) scale(0.5);
          transform: translateY(-50%) translateX(-50%) scale(0.5);
  background-image: url(../images/menu_insta.png);
  display: inline-block;
}

.subMenu_snsEtc_item2 a {
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.subMenu_snsEtc_item2 a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -4.9rem;
  width: 3.4rem;
  height: 3.4rem;
  -webkit-transform: translateY(-50%) translateX(-50%) scale(0.5);
          transform: translateY(-50%) translateX(-50%) scale(0.5);
  background-image: url(../images/menu_calendar.png);
  background-repeat: no-repeat;
  display: inline-block;
}

.subMenu_snsEtc_item2 a:hover {
  opacity: 0.16;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.subMenu_bottomMenu_wrap {
  margin-top: 10rem;
}

@media only screen and (max-width: 1280px) {
  .subMenu_bottomMenu_wrap {
    margin-top: 3rem;
  }
}

.subMenu_bottomMenu_item {
  text-align: center;
}

.subMenu_bottomMenu_item a {
  font-size: 1.2rem;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.subMenu_bottomMenu_item a:hover {
  opacity: 0.16;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* このクラスを、jQueryで付与・削除する */
.globalMenuSp.activehum {
  visibility: visible;
  opacity: 100;
  display: block;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.globalMenuSp.activehum ul {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.ly_header_wrapper {
  width: 100%;
  position: fixed;
  z-index: 9000;
  top: 0;
  left: 0;
  background-color: #fff;
  border-bottom: 1px solid #3d3430;
}

.activeBgc {
  background-color: transparent;
}

.bl_header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

@media only screen and (max-width: 1280px) {
  .bl_header_inner {
    padding-left: 3%;
    padding-right: 3%;
  }
}

.header_conWrap {
  width: 13%;
}

@media only screen and (max-width: 767px) {
  .header_conWrap {
    width: 43%;
  }
}

.header_conWrap_item img {
  max-width: 14rem;
  width: 100%;
  height: auto;
}

.header_conWrap2 {
  width: 87%;
}

.bl_nav_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 6.4rem;
}

@media only screen and (max-width: 767px) {
  .bl_nav_wrapper {
    display: none;
  }
}

.bl_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bl_nav li {
  position: relative;
}

.bl_nav li::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: -4%;
  height: 1px;
  width: 0%;
  background-color: #b8ab81;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.bl_nav li:hover::before {
  width: 104%;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.bl_nav li a {
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  position: relative;
  padding-left: 1.6rem;
  color: #3d3430;
}

@media only screen and (max-width: 767px) {
  .bl_nav li a {
    font-size: 1.2rem;
    padding-left: 0.8rem;
  }
}

.bl_nav li a::before {
  content: "";
  background-image: url(../images/header_circle.png);
  position: absolute;
  top: 50%;
  left: 0rem;
  width: 2.8rem;
  height: 2.8rem;
  -webkit-transform: translateY(-50%) translateX(-50%) scale(0.5);
          transform: translateY(-50%) translateX(-50%) scale(0.5);
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .bl_nav li a::before {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(0.3);
            transform: translateY(-50%) translateX(-50%) scale(0.3);
  }
}

.bl_nav li:first-child {
  margin-right: 6.4rem;
}

@media only screen and (max-width: 767px) {
  .bl_nav li:first-child {
    margin-right: 1.6rem;
  }
}

/* ===============================================
# ここから main
=============================================== */
/* ===============================================
# 文字回転
=============================================== */
.textanimate {
  position: absolute;
  top: -3%;
  left: -20%;
  width: 140%;
  height: 140%;
  position: absolute;
  background: url(../images/mv_circle.svg) no-repeat center center;
  background-size: contain;
  -webkit-animation: rotate-anime 100s linear infinite;
          animation: rotate-anime 100s linear infinite;
  display: inline-block;
  position: absolute;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  z-index: -2;
}

@media only screen and (max-width: 1610px) {
  .textanimate {
    top: -4%;
    left: -15%;
    width: 130%;
    height: 130%;
  }
}

@media only screen and (max-width: 767px) {
  .textanimate {
    top: -17%;
  }
}

@-webkit-keyframes rotate-anime {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate-anime {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* ===============================================
# 文字回転 menu
=============================================== */
.textanimate2 {
  position: absolute;
  top: -1rem;
  left: 18%;
  max-width: 15rem;
  max-height: 15rem;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../images/menu_circle.svg) no-repeat center center;
  background-size: contain;
  -webkit-animation: rotate-anime 50s linear infinite;
          animation: rotate-anime 50s linear infinite;
  display: inline-block;
  position: absolute;
  z-index: 1;
}

@media only screen and (max-width: 1280px) {
  .textanimate2 {
    top: -1%;
    left: 8%;
  }
}

@media only screen and (max-width: 767px) {
  .textanimate2 {
    top: -0.3%;
    left: 2%;
  }
}

@keyframes rotate-anime {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/*
  ===============================================
  #
  scrolldown
  ===============================================
  */
.scrolldown1 {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  left: 13%;
  bottom: 12%;
  /*全体の高さ*/
  height: 128px;
  z-index: 1;
}

@media only screen and (max-width: 1280px) {
  .scrolldown1 {
    left: 5%;
    bottom: 5%;
  }
}

@media only screen and (max-width: 767px) {
  .scrolldown1 {
    bottom: 80px;
  }
}

/*Scrollテキストの描写*/
.scrolldown1 span {
  /*描画位置*/
  position: absolute;
  left: 2px;
  /*テキストの形状*/
  letter-spacing: 0.05em;
  font-family: "Cormorant Infant", sans-serif;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.5rem;
}

/* 線の描写 */
.scrolldown1::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 0px;
  left: -3px;
  /*線の形状*/
  width: 0.5px;
  height: 160px;
  background: #3d3430;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  -webkit-animation: scroll 2s ease-in-out infinite;
          animation: scroll 2s ease-in-out infinite;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

/* ===============================================
# スライダー
=============================================== */
.swiper-container {
  margin-top: -0rem;
  width: 100%;
  position: relative;
}

@media only screen and (max-width: 1280px) {
  .swiper-container {
    margin-left: 0rem;
    margin-top: -9rem;
  }
}

@media only screen and (max-width: 767px) {
  .swiper-container {
    width: 100%;
    margin-left: 0rem;
    margin-right: 0rem;
  }
}

.swiper-slide img {
  max-width: 70rem;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media only screen and (max-width: 1610px) {
  .swiper-slide img {
    max-width: 52rem;
    padding: 2%;
  }
}

@media only screen and (max-width: 1280px) {
  .swiper-slide img {
    max-width: 52rem;
    padding: 2%;
  }
}

body {
  overflow-x: hidden;
}

/* ===============================================
# mv
=============================================== */
.bl_mv {
  text-align: center;
  position: relative;
  overflow: hidden;
}

.bl_mv_main_copy {
  margin-top: 14.6rem;
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 400;
  color: #645d48;
  letter-spacing: -0.1rem;
  font-size: 2.4rem;
  -webkit-animation-duration: 2.5s !important;
          animation-duration: 2.5s !important;
}

@media only screen and (max-width: 1610px) {
  .bl_mv_main_copy {
    margin-top: 12rem;
    font-size: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .bl_mv_main_copy {
    font-size: 1.6rem;
    margin-top: 14rem;
  }
}

.bl_mv_main_copyText {
  -webkit-animation-duration: 2.5s !important;
          animation-duration: 2.5s !important;
}

.el_copy {
  font-size: 3.4rem;
  font-weight: 400;
  position: relative;
}

.bl_mv_compyE {
  position: absolute;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  top: -5rem;
  font-size: 1.8rem;
  color: #fff;
  letter-spacing: -0.2;
  font-weight: 700;
  font-family: "Cormorant Infant", sans-serif;
  padding-top: -1.6rem;
}

@media only screen and (max-width: 1610px) {
  .bl_mv_compyE {
    top: -1.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .bl_mv_compyE {
    font-size: 1.2rem;
    top: -2.2rem;
  }
}

.swiper-container {
  margin-top: 14rem;
  position: relative;
}

@media only screen and (max-width: 1610px) {
  .swiper-container {
    margin-top: 10rem;
  }
}

@media only screen and (max-width: 767px) {
  .swiper-container {
    margin-top: 9rem;
  }
}

.swiper-container::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) scale(1.9);
          transform: translateY(-50%) translateX(-50%) scale(1.9);
  width: 69rem;
  height: 69rem;
  background: url(../images/mv_circleBgc.svg);
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -2;
}

@media only screen and (max-width: 1610px) {
  .swiper-container::before {
    width: 49rem;
    height: 49rem;
  }
}

@media only screen and (max-width: 767px) {
  .swiper-container::before {
    width: 98%;
    height: 98%;
    max-width: 49rem;
    max-height: 49rem;
  }
}

.swiper-container::after {
  content: "";
  top: 61.2rem;
  position: absolute;
  left: 0;
  z-index: -1;
  background-color: #e9e3db;
  width: 100%;
  height: 100vh;
}

@media only screen and (max-width: 767px) {
  .swiper-container::after {
    top: 32.8rem;
  }
}

/* ===============================================
# ここからメインコンテンツ
=============================================== */
/* ===============================================
# アニメーション 見出し
=============================================== */
/*全共通*/
.slide-in {
  overflow: hidden;
  display: inline-block;
}

.slide-in_inner {
  display: inline-block;
}

/*左右のアニメーション*/
.leftAnime {
  opacity: 0;
  /*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
  -webkit-animation-name: slideTextX100;
          animation-name: slideTextX100;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes slideTextX100 {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}

@keyframes slideTextX100 {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}

.slideAnimeRightLeft {
  -webkit-animation-name: slideTextX-100;
          animation-name: slideTextX-100;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes slideTextX-100 {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}

@keyframes slideTextX-100 {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}

/* ===============================================
# 見出しアニメーションここまで
=============================================== */
/* ===============================================
# ふわっとアニメーション
=============================================== */
/*見出し 一文字ずつ上がってくる------------------*/
@-webkit-keyframes updown-anim {
  0% {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
    /*表示範囲外から*/
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    /*通常の位置へ*/
    opacity: 1;
  }
}
@keyframes updown-anim {
  0% {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
    /*表示範囲外から*/
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    /*通常の位置へ*/
    opacity: 1;
  }
}

/*** アニメーションする要素の親 ***/
.updown {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

/*** アニメーションを適用する全体 ***/
.updown {
  -webkit-transform: translateY(15%);
          transform: translateY(15%);
  opacity: 0;
}

.active_up {
  -webkit-animation: 0.85s updown-anim linear forwards;
          animation: 0.85s updown-anim linear forwards;
}

/*** アニメーションを順番に表示 ***/
.ac01 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.ac02 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.ac03 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.ac04 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

/* ===============================================
# ふわっとアニメーション その場で 下から 速さ変えるver123
=============================================== */
/* その場で */
.fadeIn {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* 下から */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

.fadeUp2 {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

.fadeUp3 {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* ===============================================
# ふわっとアニメーションここまで
=============================================== */
/* ===============================================
# ふわっとアニメーション 左から　右から
=============================================== */
/* 左から */
.fadeLeft {
  -webkit-animation-name: fadeLeftAnime;
          animation-name: fadeLeftAnime;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeLeftAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/* 右から */
.fadeRight {
  -webkit-animation-name: fadeRightAnime;
          animation-name: fadeRightAnime;
  -webkit-animation-duration: 3.5s;
          animation-duration: 3.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeRightAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/* ===============================================
# ふわっとアニメーション 左から　右から　ここまで
=============================================== */
.ly_maincon_wrap {
  padding-top: 16rem;
}

@media only screen and (max-width: 767px) {
  .ly_maincon_wrap {
    padding-top: 12rem;
  }
}

.ly_maincon {
  max-width: 90rem;
  margin: 0 auto;
}

@media only screen and (max-width: 1280px) {
  .ly_maincon {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.hp__newsWrap {
  background-color: #e9e3db;
  padding-bottom: 8rem;
}

.hp__bottomline {
  position: relative;
}

.hp__bottomline::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 16px;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.hp__bottomline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 12px;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.el_contents_headline {
  color: #b8ab81;
}

.el_contents_head__en {
  font-size: 12rem;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Cormorant Infant", sans-serif;
}

@media only screen and (max-width: 767px) {
  .el_contents_head__en {
    font-size: 8rem;
  }
}

.el_contents_head__ja {
  font-size: 3.2rem;
  font-family: "Shippori Mincho", sans-serif;
  padding-left: 4.4rem;
  padding-bottom: 2.5rem;
  border-bottom: 0.05rem solid #3d3430;
  font-weight: 400;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .el_contents_head__ja {
    font-size: 2rem;
    padding-left: 3.4rem;
  }
}

.el_contents_head__ja::before {
  content: "";
  background: url(../images/hedline_circle.png);
  background-repeat: no-repeat;
  width: 5rem;
  height: 5rem;
  display: inline-block;
  position: absolute;
  top: 35%;
  left: 2%;
  -webkit-transform: translateY(-50%) translateX(-50%) scale(0.5);
          transform: translateY(-50%) translateX(-50%) scale(0.5);
}

@media only screen and (max-width: 767px) {
  .el_contents_head__ja::before {
    top: 28%;
    -webkit-transform: translateY(-50%) translateX(-50%) scale(0.3);
            transform: translateY(-50%) translateX(-50%) scale(0.3);
  }
}

.top-news {
  width: 50%;
  margin-bottom: 8em;
}

@media only screen and (max-width: 767px) {
  .top-news {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
  .top-news {
    margin-bottom: 5.6rem;
  }
}

.bl_news_contents_wrap {
  margin-top: 8rem;
}

.el_arc_time {
  margin-top: 1.6rem;
  font-size: 1.4rem;
  font-family: "Cormorant Infant", sans-serif;
}

.el_arc_title {
  font-size: 1.6rem;
}

.news-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bl_newsCon_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.bl_newsCon_wrap:hover {
  opacity: 0.46;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sample__thumbnail {
  max-width: 12.4rem;
}

.bl_newsCon1 {
  margin-left: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .bl_newsCon1 {
    margin-left: 3.2rem;
  }
}

.hp_mg {
  margin-top: 12rem;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .hp_mg {
    margin-top: 2rem;
  }
}

.el_view_more__text {
  font-size: 1.6rem;
  font-family: "Cormorant Infant", sans-serif;
  font-weight: 400;
  padding-bottom: 0.8rem;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.el_view_more__text::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.5px;
  background-color: #3d3430;
}

.el_view_more__text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 0.5px;
  background-color: #3d3430;
}

.el_view_more__text:hover {
  opacity: 0.46;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.bl_about_wrap {
  position: relative;
  margin-top: 16rem;
}

@media only screen and (max-width: 767px) {
  .bl_about_wrap {
    margin-top: 12rem;
  }
}

.bl_media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 1280px) {
  .bl_media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.bl_media__mg {
  margin-top: 6.4rem;
}

@media only screen and (max-width: 767px) {
  .bl_media__mg {
    margin-top: 3.2rem;
  }
}

.bl_media_text {
  font-size: 1.6rem;
  line-height: 2;
  max-width: 45rem;
  margin-top: 4rem;
}

@media only screen and (max-width: 1280px) {
  .bl_media_text {
    max-width: none;
    width: 100%;
  }
}

.bl_media_copy {
  font-size: 2.4rem;
  font-family: "Shippori Mincho", sans-serif;
  letter-spacing: -0.3px;
  line-height: 2;
}

@media only screen and (max-width: 1280px) {
  .bl_media_copy {
    font-size: 2rem;
  }
}

.bl_media_imgWrap {
  position: absolute;
  z-index: 3;
  left: 0%;
}

@media only screen and (max-width: 1280px) {
  .bl_media_imgWrap {
    right: 0;
    left: auto;
  }
}

.bl_circle {
  position: relative;
  z-index: -2;
}

.bl_circle::before {
  content: "";
  position: absolute;
  top: -37px;
  right: -517px;
  background-image: url(../images/about-circle.png);
  width: 800px;
  height: 826px;
  z-index: -1;
  background-size: cover;
}

@media only screen and (max-width: 1280px) {
  .bl_circle::before {
    top: 42px;
    right: -281px;
  }
}

@media only screen and (max-width: 767px) {
  .bl_circle::before {
    top: 47px;
    right: -304px;
    width: 584px;
    height: 631px;
  }
}

.bl_media_img__size {
  max-width: 25rem;
}

.bl_media_img {
  position: absolute;
  top: 44px;
  left: 0;
  width: 25rem;
  height: 40rem;
  z-index: 2;
}

@media only screen and (max-width: 1280px) {
  .bl_media_img {
    left: auto;
    right: 0;
    top: 132px;
  }
}

@media only screen and (max-width: 767px) {
  .bl_media_img {
    width: 16rem;
    top: 369px;
    right: 153px;
  }
}

.bl_media_img2 {
  position: absolute;
  top: 124px;
  left: -300px;
  width: 25rem;
  height: 40rem;
  z-index: 3;
}

@media only screen and (max-width: 1280px) {
  .bl_media_img2 {
    top: 224px;
    right: 300px;
    left: auto;
  }
}

@media only screen and (max-width: 767px) {
  .bl_media_img2 {
    width: 16rem;
    top: 155px;
    right: -32px;
  }
}

.bl_media_imgContaine {
  position: relative;
  width: 5%;
}

@media only screen and (max-width: 1280px) {
  .bl_media_imgContaine {
    width: 100%;
  }
}

.ly_maincon2_wrap {
  position: relative;
  overflow: hidden;
  padding-bottom: 37rem;
}

@media only screen and (max-width: 1280px) {
  .ly_maincon2_wrap {
    padding-bottom: 96rem;
  }
}

@media only screen and (max-width: 767px) {
  .ly_maincon2_wrap {
    padding-bottom: 74rem;
  }
}

@media only screen and (max-width: 1280px) {
  .about_en {
    font-size: 12rem;
  }
}

@media only screen and (max-width: 767px) {
  .about_en {
    font-size: 6rem;
  }
}

/* ===============================================
# ここからmenu price
=============================================== */
.hp_mgnone {
  margin-top: 0;
}

.menu_en {
  font-size: 14rem;
}

@media only screen and (max-width: 1280px) {
  .menu_en {
    font-size: 12rem;
  }
}

@media only screen and (max-width: 767px) {
  .menu_en {
    font-size: 5rem;
  }
}

.el_contents_headline__rev {
  text-align: right;
}

.el_contents_head__jaRev::before {
  content: "";
  right: 22%;
  left: auto;
}

@media only screen and (max-width: 1280px) {
  .el_contents_head__jaRev::before {
    right: 27%;
  }
}

@media only screen and (max-width: 767px) {
  .el_contents_head__jaRev::before {
    right: 29%;
    top: 25%;
  }
}

.bl_media__rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media only screen and (max-width: 1280px) {
  .bl_media__rev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.bl_circle__rev::before {
  content: "";
  left: -557px;
  right: auto;
}

@media only screen and (max-width: 1280px) {
  .bl_circle__rev::before {
    left: -281px;
  }
}

@media only screen and (max-width: 767px) {
  .bl_circle__rev::before {
    top: 47px;
    right: auto;
    left: -304px;
    width: 603px;
    height: 624px;
  }
}

.bl_media_img2__rev {
  position: absolute;
  top: 124px;
  left: auto;
  right: -300px;
  width: 25rem;
  height: 40rem;
  z-index: 2;
}

@media only screen and (max-width: 1280px) {
  .bl_media_img2__rev {
    top: 224px;
    left: 300px;
    right: auto;
  }
}

@media only screen and (max-width: 767px) {
  .bl_media_img2__rev {
    width: 16rem;
    width: 16rem;
    top: 369px;
    left: 153px;
    right: auto;
  }
}

.bl_media_img__rev {
  position: absolute;
  top: 44px;
  left: auto;
  right: 0;
  width: 25rem;
  height: 40rem;
  z-index: 3;
}

@media only screen and (max-width: 1280px) {
  .bl_media_img__rev {
    right: auto;
    left: 0;
    top: 132px;
  }
}

@media only screen and (max-width: 767px) {
  .bl_media_img__rev {
    width: 16rem;
    top: 155px;
    left: -32px;
    right: auto;
  }
}

.el_view__icon {
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.el_view__icon:hover {
  opacity: 0.36;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.el_view__icon::before {
  content: "";
  background: url(../images/menu_calendar.png) no-repeat center center/cover;
  position: absolute;
  top: 50%;
  left: 1.2rem;
  width: 3.2rem;
  height: 3.2rem;
  -webkit-transform: translateY(-50%) translateX(-50%) scale(0.5);
          transform: translateY(-50%) translateX(-50%) scale(0.5);
  display: inline-block;
}

.el_view__icon .el_view_more__icob {
  padding-left: 2.4rem;
}

.bl_media_imgWrap__rev {
  left: auto;
  right: 0%;
}

@media only screen and (max-width: 1280px) {
  .bl_media_imgWrap__rev {
    right: auto;
    left: 0;
  }
}

/* ===============================================
# footer sp menu
=============================================== */
.bl_reserved_wrap {
  display: none;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
}

@media only screen and (max-width: 767px) {
  .bl_reserved_wrap {
    display: block;
  }
}

.bl_reserved_inner {
  background-color: #f0f0f0;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 3.4rem;
  padding-bottom: 3.4rem;
}

.bl_nav {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

/* ===============================================
# ここから料金表
=============================================== */
.ly_table_wrap {
  position: relative;
}

.ly_table {
  background-color: #e9e3db;
  max-width: 100rem;
  width: 100%;
  margin: 0 auto;
  border-radius: 80px 80px 0 0;
  position: relative;
}

@media only screen and (max-width: 1280px) {
  .ly_table {
    max-width: 70rem;
    width: 80%;
  }
}

@media only screen and (max-width: 767px) {
  .ly_table {
    border-radius: 33px 0 0 0;
    width: 100%;
  }
}

.ly_table::before {
  content: "";
  width: 101%;
  height: 100%;
  border: 1px solid #baab7b;
  position: absolute;
  top: -5px;
  left: -0.5%;
  border-radius: 80px 80px 0 0;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .ly_table::before {
    border-radius: 33px 0 0 0;
    left: -2%;
    width: 104%;
  }
}

.bl_price_wrap {
  padding-top: 10.4rem;
}

@media only screen and (max-width: 767px) {
  .bl_price_wrap {
    padding-top: 4rem;
  }
}

.bl_price {
  background-color: #fff;
  max-width: 90rem;
  text-align: center;
  margin: 0 auto;
}

@media only screen and (max-width: 1280px) {
  .bl_price {
    max-width: 65rem;
  }
}

@media only screen and (max-width: 767px) {
  .bl_price {
    max-width: 25rem;
  }
}

.bl_price_head {
  padding-top: 1.8rem;
  font-size: 3.2rem;
  font-family: "Shippori Mincho", sans-serif;
}

@media only screen and (max-width: 767px) {
  .bl_price_head {
    font-size: 2rem;
    padding-top: 1rem;
  }
}

.bl_price_text {
  padding-top: 0.8rem;
  font-size: 3.8rem;
  font-family: "Shippori Mincho", sans-serif;
}

@media only screen and (max-width: 767px) {
  .bl_price_text {
    font-size: 2.4rem;
  }
}

.bl_price_support {
  font-size: 1.6rem;
  padding-top: 1.6rem;
  padding-bottom: 2.4rem;
}

@media only screen and (max-width: 767px) {
  .bl_price_support {
    font-size: 1rem;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.bl_plan_wrap {
  margin-top: 9.6rem;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .bl_plan_wrap {
    margin-top: 6rem;
  }
}

.bl_plan {
  max-width: 90rem;
  margin: 0 auto;
}

@media only screen and (max-width: 1280px) {
  .bl_plan {
    max-width: 65rem;
    margin-left: 3%;
  }
}

.bl_plan_head__en {
  font-size: 2.4rem;
  font-family: "Cormorant Infant", sans-serif;
  font-weight: 400;
  text-transform: capitalize;
}

@media only screen and (max-width: 767px) {
  .bl_plan_head__en {
    font-size: 2rem;
  }
}

.bl_plan_head__ja {
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 0.8rem;
  font-family: "Shippori Mincho", sans-serif;
}

@media only screen and (max-width: 767px) {
  .bl_plan_head__ja {
    font-size: 1.8rem;
    margin-top: 0.4rem;
  }
}

.bl_plan_text {
  font-size: 1.6rem;
  margin-top: 4rem;
}

@media only screen and (max-width: 767px) {
  .bl_plan_text {
    font-size: 1.2rem;
    margin-top: 1.6rem;
    line-height: 1.8;
  }
}

.bl_plan_text span {
  font-weight: 700;
}

.bl_plan_text2 {
  font-size: 1.6rem;
  margin-top: 0.8rem;
}

@media only screen and (max-width: 767px) {
  .bl_plan_text2 {
    font-size: 1.2rem;
  }
}

.bl_table_wrapper {
  margin-top: 4.4rem;
}

@media only screen and (max-width: 767px) {
  .bl_table_wrapper {
    margin-top: 2rem;
  }
}

.el_table_compare {
  width: 100%;
  max-width: 90rem;
  margin: 0 auto;
  font-size: 1.4rem;
  border-spacing: 3px 8px;
  text-align: center;
  display: table;
}

@media only screen and (max-width: 767px) {
  .el_table_compare {
    display: none;
  }
}

@media only screen and (max-width: 1280px) {
  .el_table_compare {
    max-width: 65rem;
  }
}

.el_table_compare thead tr th {
  color: #fff;
  background-color: #b8ab81;
  font-weight: 400;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}

.el_table_compare thead tr th:not(:first-child) {
  margin-left: 3px;
}

.el_table_compare thead tr td {
  color: #3d3430;
  background-color: #fff;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}

.el_table_compare thead .tab_head {
  font-weight: 700;
  color: #3d3430;
  background-color: #fff;
}

.el_table_compare .table_item {
  width: 12%;
}

.el_table_compare .table_item2 {
  width: 28%;
}

.el_table_compare .lv1 {
  width: 12%;
}

.el_table_compare .lv4 {
  width: 29%;
}

.el_table_compare .table_none {
  opacity: 0;
}

.el_table_compare tbody {
  margin-top: 8px;
}

.el_table_compare tbody tr th {
  width: 20%;
  color: #3d3430;
  background-color: #fff;
  font-weight: 700;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}

.el_table_compare tbody tr td {
  color: #3d3430;
  background-color: #fff;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  margin-left: 3px;
}

.el_table_compare tbody tr:not(:first-child) {
  margin-top: 8px;
}

.el_table_compare2 {
  table-layout: fixed;
  display: none;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  font-size: 1.2rem;
  border-spacing: 3px 8px;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .el_table_compare2 {
    display: table;
    width: 97%;
    margin: 0 auto;
  }
}

.el_table_compare2 thead {
  display: none;
}

.el_table_compare2 thead tr th {
  color: #fff;
  background-color: #b8ab81;
  font-weight: 400;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  width: 100%;
  display: block;
}

.el_table_compare2 thead tr td {
  color: #3d3430;
  background-color: #fff;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  width: 80%;
  display: block;
}

.el_table_compare2 thead .tab_head {
  font-weight: 700;
  color: #3d3430;
  background-color: #fff;
}

.el_table_compare2 .tab_head {
  text-align: center;
}

.el_table_compare2 .table_item {
  width: 80%;
  display: block;
}

.el_table_compare2 .table_item2 {
  width: 80%;
  display: block;
}

.el_table_compare2 .table_none {
  opacity: 0;
}

.el_table_compare2 tbody {
  margin-top: 8px;
}

.el_table_compare2 tbody tr th {
  width: 100%;
  display: block;
  color: #fff;
  background-color: #b8ab81;
  font-weight: 700;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}

.el_table_compare2 tbody tr td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-right: 2rem;
  margin-top: 8px;
  width: 100%;
  color: #3d3430;
  background-color: #fff;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  text-align: left;
  padding-left: 5%;
}

.el_table_compare2 tbody tr td span {
  padding-left: 13%;
  display: inline-block;
}

.el_table_compare2 tbody tr:not(:first-child) {
  margin-top: 8px;
}

.el_table_compare2 .td_bef td::before {
  text-align: left;
  content: "価格";
  display: inline-block;
  font-weight: 700;
  width: 30%;
  padding-right: 3%;
  border-right: 0.5px solid;
  height: 100%;
}

.el_table_compare2 .td_bef td:nth-child(2)::before {
  content: "価格";
}

.el_table_compare2 .td_bef td:nth-child(3)::before {
  content: "回数";
}

.el_table_compare2 .td_bef td:nth-child(4)::before {
  content: "有効期限";
}

.el_table_compare2 .td_bef td:nth-child(5)::before {
  content: "繰越";
}

.el_table_compare2 .td_bef td:nth-child(6)::before {
  content: "備考";
}

.bl_plan_allWrap {
  margin-top: 38rem;
  position: relative;
  left: 25rem;
}

@media only screen and (max-width: 1610px) {
  .bl_plan_allWrap {
    left: 10rem;
  }
}

@media only screen and (max-width: 1280px) {
  .bl_plan_allWrap {
    left: 2%;
  }
}

@media only screen and (max-width: 767px) {
  .bl_plan_allWrap {
    margin-top: 24rem;
  }
}

.ly__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.section__menu {
  margin-top: 0rem;
  margin-left: 0rem;
  position: -webkit-sticky;
  position: sticky;
  top: 13rem;
  padding-bottom: 2rem;
}

@media only screen and (max-width: 767px) {
  .section__menu {
    margin-left: 1rem;
    margin-right: 2rem;
  }
}

.section__menu p {
  font-size: 1.2rem;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .section__menu p {
    font-size: 0.8rem;
  }
}

.section__menu--item {
  margin-top: 2.4rem;
}

.section__menu--item a {
  text-transform: capitalize;
  cursor: pointer;
  font-size: 1.6rem;
  color: #909090;
  font-weight: 900;
  font-family: "Cormorant Infant", sans-serif;
}

@media only screen and (max-width: 767px) {
  .section__menu--item a {
    font-size: 1.4rem;
  }
}

.section__menu--item a span {
  font-size: 1.4rem;
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .section__menu--item a span {
    font-size: 1.2rem;
  }
}

.section__menu--item a span br {
  display: none;
}

@media only screen and (max-width: 767px) {
  .section__menu--item a span br {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  #g-nav {
    width: 100px;
  }
}

.current2 {
  position: relative;
}

.current2 a {
  cursor: pointer;
  color: #3d3430;
  font-size: 1.7rem;
  font-weight: 700;
  -webkit-transition: font-size 0.2s ease;
  transition: font-size 0.2s ease;
}

@media only screen and (max-width: 767px) {
  .current2 a {
    font-size: 1.6rem;
  }
}

.current2::before {
  content: "";
  position: absolute;
  top: 25%;
  left: -1rem;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  background: #e9e3db;
  background: linear-gradient(340deg, #e9e3db 0%, #b8ab81 61%);
}

.support_text_Wrap_pc {
  padding-top: 2.4rem;
  display: block;
}

@media only screen and (max-width: 1280px) {
  .support_text_Wrap_pc {
    max-width: 65rem;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .support_text_Wrap_pc {
    display: none;
  }
}

.support_text_Wrap_sp {
  display: none;
}

@media only screen and (max-width: 767px) {
  .support_text_Wrap_sp {
    display: block;
  }
}

.support_text {
  max-width: 90rem;
  margin: 0 auto;
  font-size: 1.4rem;
  margin-top: 0.8rem;
}

@media only screen and (max-width: 767px) {
  .support_text {
    font-size: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.support_text a {
  text-decoration: underline;
}

.bl_firstLesson_inner {
  max-width: 90rem;
  margin: 0 auto;
}

@media only screen and (max-width: 1280px) {
  .bl_firstLesson_inner {
    max-width: 65rem;
  }
}

.bl_firstLesson {
  margin-top: 7.4rem;
}

@media only screen and (max-width: 767px) {
  .bl_firstLesson {
    margin-top: 6.4rem;
  }
}

.bl_firstLesson_text {
  font-size: 2rem;
  font-weight: 700;
  font-family: "Shippori Mincho", sans-serif;
}

@media only screen and (max-width: 767px) {
  .bl_firstLesson_text {
    font-size: 1.8rem;
    text-align: center;
  }
}

.bl_firstLesson_flow__Wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .bl_firstLesson_flow__Wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.bl_firstLesson_flow {
  margin-top: 3.2rem;
  font-size: 1.6rem;
  position: relative;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .bl_firstLesson_flow:not(:first-child) {
    margin-top: 6.4rem;
  }
}

.bl_firstLesson_flow:not(:first-child) .bl_firstLesson_imgwrap {
  position: relative;
  display: inline-block;
}

.bl_firstLesson_flow:not(:first-child) .bl_firstLesson_imgwrap::before {
  content: "";
  position: absolute;
  left: -52.5%;
  top: 39%;
  width: 2.4rem;
  height: 3rem;
  display: inline-block;
  background: url(../images/arrow_flow.svg) no-repeat center center/cover;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1280px) {
  .bl_firstLesson_flow:not(:first-child) .bl_firstLesson_imgwrap::before {
    left: -31.5%;
  }
}

@media only screen and (max-width: 767px) {
  .bl_firstLesson_flow:not(:first-child) .bl_firstLesson_imgwrap::before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    top: -28%;
    left: 41.5%;
  }
}

.bl_firstLesson_imgwrap {
  max-width: 19rem;
  height: auto;
  width: 100%;
}

@media only screen and (max-width: 1280px) {
  .bl_firstLesson_imgwrap {
    max-width: 16rem;
  }
}

.bl_firstLesson_content {
  margin-top: 3.2rem;
  vertical-align: middle;
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .bl_firstLesson_content {
    margin-top: 1rem;
    font-size: 1.4rem;
  }
}

.bl_firstLesson_content img {
  max-width: 1.3rem;
  display: inline-block;
  margin-left: 0.4rem;
  margin-right: 0.4rem;
  margin-top: 0.4rem;
}

.bl_firstLesson_text__support {
  margin-top: 0.8rem;
  font-size: 1rem;
}

.hp__imgWidth img {
  max-width: 1rem;
}

.el_button_squere_wrap {
  margin-top: 6rem;
}

.hp_button_mg {
  margin-top: 4rem;
}

.el_button_squere {
  max-width: 90rem;
  margin: 0 auto;
}

@media only screen and (max-width: 1280px) {
  .el_button_squere {
    max-width: 65rem;
  }
}

.el_button_squere a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #b8ab81;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 13.5rem;
  color: #fff;
  margin-top: 2.5rem;
  position: relative;
}

.el_button_squere a::before {
  content: "";
  position: absolute;
  border: 1px solid #fff;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
}

@media only screen and (max-width: 767px) {
  .el_button_squere a {
    height: 10rem;
  }
}

.el_button__size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #b8ab81;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 13.5rem;
  color: #fff;
  margin-top: 2.5rem;
  position: relative;
}

.el_button__size::before {
  content: "";
  position: absolute;
  border: 1px solid #fff;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
}

@media only screen and (max-width: 767px) {
  .el_button__size {
    height: 10rem;
  }
}

.el_button_squere__otherC a {
  pointer-events: none;
  background-color: #e5cac1;
  color: #3d3430 !important;
}

@media only screen and (max-width: 767px) {
  .el_button_squere__otherC a {
    height: 24rem;
    text-align: center;
  }
}

.el_button__jaColor {
  color: #3d3430;
}

@media only screen and (max-width: 767px) {
  .el_button__jaColor a {
    height: 13rem;
  }
}

@media only screen and (max-width: 767px) {
  .el_button__jaColor a p {
    line-height: 1.3;
  }
}

.el_button__ja2 {
  font-size: 1.4rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

@media only screen and (max-width: 767px) {
  .el_button__ja2 {
    font-size: 1.3rem;
  }
}

.el_button__ja2 strong {
  font-weight: 900;
}

.el_button__en {
  line-height: 2;
  font-family: "Cormorant Infant", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.el_button__en:hover {
  opacity: 0.66;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media only screen and (max-width: 767px) {
  .el_button__en {
    font-size: 1.4rem;
  }
}

.el_button__ja {
  font-family: "Shippori Mincho", sans-serif;
  font-size: 2.1rem;
}

@media only screen and (max-width: 767px) {
  .el_button__ja {
    font-size: 1.8rem;
  }
}

.bl_insta_wrap {
  margin-top: 12rem;
  padding-bottom: 12rem;
}

@media only screen and (max-width: 767px) {
  .bl_insta_wrap {
    margin-top: 6.4rem;
    padding-bottom: 6.4rem;
  }
}

.bl_insta_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 90rem;
  margin: 0 auto;
}

@media only screen and (max-width: 1280px) {
  .bl_insta_inner {
    max-width: 65rem;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media only screen and (max-width: 767px) {
  .bl_insta_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.bl_insta_imgWrap {
  max-width: 36rem;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .bl_insta_imgWrap {
    max-width: 15rem;
  }
}

.bl_insta_text {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  text-align: center;
}

.insta_text {
  margin-top: 2rem;
  font-size: 1.6rem;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .insta_text {
    font-size: 1.1rem;
  }
}

.el_link_button {
  text-align: center;
  display: inline-block;
  margin-top: 5.6rem;
}

@media only screen and (max-width: 767px) {
  .el_link_button {
    margin-top: 4rem;
  }
}

.el_link_button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Outfit", sans-serif;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 1.2rem 2rem 1.2rem 3rem;
  border-radius: 10px;
  color: #fff;
  background-color: #b8ab81;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.el_link_button a:hover {
  opacity: 0.66;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.el_link_button a img {
  width: 63%;
  padding-left: 1.6rem;
}

/* ===============================================
# contact
=============================================== */
.bl_contact_wrap {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

@media only screen and (max-width: 767px) {
  .bl_contact_wrap {
    margin-top: 6.4rem;
    margin-bottom: 6.4rem;
  }
}

.hp__fontSize {
  font-size: 12rem;
  color: #b8ab81;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .hp__fontSize {
    font-size: 6rem;
  }
}

.hp__fontSize::before {
  content: "";
  width: 0.5rem;
  height: 6.4rem;
}

.bl_contact_body {
  max-width: 90rem;
  margin: 0 auto;
  text-align: center;
}

@media only screen and (max-width: 1280px) {
  .bl_contact_body {
    max-width: 65rem;
  }
}

.bl_contact_text {
  margin-top: 2.4rem;
  font-size: 1.4rem;
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  .bl_contact_text {
    font-size: 1.2rem;
    padding-left: 2%;
    padding-right: 2%;
  }
}

.bl_contact_addresss__mg {
  margin-top: 8rem;
}

@media only screen and (max-width: 767px) {
  .bl_contact_addresss__mg {
    font-size: 2.4rem;
  }
}

.bl_contact_addresss {
  display: inline-block;
  font-size: 5.4rem;
  border-bottom: 0.5px solid #3d3430;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
}

@media only screen and (max-width: 1280px) {
  .bl_contact_addresss {
    font-size: 2rem;
    margin-top: 4rem;
  }
}

.address_text {
  white-space: nowrap;
  margin-top: 2rem;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .address_text {
    margin-top: 1.4rem;
    display: inline-block;
  }
}

.scrolldown2 {
  position: relative;
  padding-bottom: 9rem;
}

/* 線の描写 */
.scrolldown2::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 166px;
  left: 50%;
  width: 0.5px;
  height: 109px;
  background: #3d3430;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  -webkit-animation: scroll 2s ease-in-out infinite;
          animation: scroll 2s ease-in-out infinite;
}

@media only screen and (max-width: 767px) {
  .scrolldown2::after {
    height: 75px;
    top: 102px;
  }
}

/* ===============================================
# footer
=============================================== */
.ly_footer {
  margin-top: 14rem;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media only screen and (max-width: 767px) {
  .ly_footer {
    margin-top: 10rem;
  }
}

.ly_footer a:hover {
  opacity: 0.46;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.ly_footer_wrapper {
  position: relative;
  background-color: #887d5a;
  padding-bottom: 5rem;
}

.ly_footer_wrapper::before {
  content: "";
  bottom: auto;
  top: 16px;
}

.ly_footer_wrapper::after {
  content: "";
  bottom: auto;
  top: 12px;
}

.bl_footer_inner {
  max-width: 90rem;
  margin: 0 auto;
  color: #fff;
  font-size: 1.6rem;
}

@media only screen and (max-width: 1280px) {
  .bl_footer_inner {
    padding-left: 3%;
    padding-right: 3%;
  }
}

@media only screen and (max-width: 767px) {
  .bl_footer_inner {
    font-size: 1.2rem;
  }
}

.bl_footer_head {
  padding-top: 10.4rem;
}

@media only screen and (max-width: 767px) {
  .bl_footer_head {
    padding-top: 6.4rem;
  }
}

.bl_footer_headText {
  font-size: 6.4rem;
  font-family: "Cormorant Infant", sans-serif !important;
  font-weight: 700;
  color: #fff;
  padding-bottom: 1rem;
  border-bottom: 1px solid #fff;
}

@media only screen and (max-width: 767px) {
  .bl_footer_headText {
    font-size: 3rem;
  }
}

.bl_footer_headText::before {
  content: "";
  top: 45%;
}

.bl_footer_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 4rem;
}

@media only screen and (max-width: 767px) {
  .bl_footer_body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.bl_footer_contentWrap {
  width: 43%;
}

@media only screen and (max-width: 767px) {
  .bl_footer_contentWrap {
    width: 100%;
    margin-top: 4rem;
  }
}

.bl_footer_contentWrap__first {
  width: 52%;
}

@media only screen and (max-width: 767px) {
  .bl_footer_contentWrap__first {
    width: 100%;
  }
}

.bl_footer_ttl {
  font-family: "Cormorant Infant", sans-serif;
}

@media only screen and (max-width: 767px) {
  .bl_footer_ttl {
    font-size: 1.6rem;
  }
}

.bl_footer_address {
  margin-top: 3.2rem;
  font-style: normal;
  font-size: 1.6rem;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .bl_footer_address {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.bl_footer_address a {
  color: #fff;
}

.bl_shopInfo_ttl {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  margin-top: 6.4rem;
}

@media only screen and (max-width: 767px) {
  .bl_shopInfo_ttl {
    margin-top: 4rem;
  }
}

.bl_shopInfo_text {
  margin-top: 3.2rem;
}

@media only screen and (max-width: 767px) {
  .bl_shopInfo_text {
    margin-top: 2.2rem;
  }
}

.bl_shopInfo_list {
  margin-top: 3.2rem;
  padding-left: 1.4rem;
  height: 100%;
  display: inline-block;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .bl_shopInfo_list {
    margin-top: 1.2rem;
  }
}

.bl_shopInfo_list::before {
  content: "";
  position: absolute;
  top: 4%;
  left: 0;
  height: 94%;
  width: 0.5px;
  background-color: #fff;
}

.bl_shopInfo_listBody {
  line-height: 2;
}

.bl_footer_map {
  overflow: hidden;
  padding-bottom: 80%;
  position: relative;
}

.bl_footer_map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.bl_footer_link {
  margin-top: 17.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .bl_footer_link {
    margin-top: 5.6rem;
  }
}

.bl_sub_menu {
  font-family: "Cormorant Infant", sans-serif;
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .bl_sub_menu {
    font-size: 1.2rem;
  }
}

.bl_sub_menu li {
  margin-top: 1.2rem;
}

.bl_sub_menu li a {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #fff;
  border-bottom: 0.5px solid #fff;
  padding-bottom: 0.4px;
}

.bl_footer_sns li a {
  font-family: "Outfit", sans-serif;
  padding-right: 3.2rem;
  position: relative;
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
}

.bl_footer_sns li a::before {
  content: "";
  background: url(../images/footer_isnta.svg) no-repeat center center/cover;
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
}

.bl_footer_sns li:nth-child(2) {
  margin-top: 2.4rem;
}

.bl_footer_sns li:nth-child(2) a::before {
  background: url(../images/footer_cal.svg) no-repeat center center/cover;
}

.bl_footer_low {
  margin-top: -2.4rem;
  text-align: right;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .bl_footer_low {
    font-size: 1rem;
  }
}

.bl_footer_low a {
  font-size: 1.2rem;
  color: #fff;
}

.el_footer_top {
  position: absolute;
  bottom: 4.8rem;
  right: 5.6rem;
}

@media only screen and (max-width: 1280px) {
  .el_footer_top {
    top: 39px;
    right: 3%;
    bottom: auto;
  }
}

.el_footer_top img {
  max-width: 5.2rem;
  width: 100%;
  height: auto;
}

.small {
  text-align: center;
  background-color: #e9e3db;
}

@media only screen and (max-width: 767px) {
  .small {
    padding-bottom: 8.6rem;
  }
}

.small small {
  font-size: 1rem;
  font-weight: 300;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  display: inline-block;
}

.br_sp_none {
  display: block;
}

@media only screen and (max-width: 767px) {
  .br_sp_none {
    display: none;
  }
}

/* ===============================================
# ここからnews
=============================================== */
.el_contents_head__news {
  font-size: 10.4rem;
  color: #b8ab81;
}

.bl_news_wrap {
  margin-top: 18rem;
}

@media only screen and (max-width: 767px) {
  .bl_news_wrap {
    margin-top: 10rem;
    font-size: 8rem;
  }
}

.bl_news_head {
  max-width: 125rem;
  margin: 0 auto;
}

@media only screen and (max-width: 1280px) {
  .bl_news_head {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.news_head_innerWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 0.5px solid #3d3430;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  .news_head_innerWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 2rem;
  }
}

.el_contents_head__janews {
  border: none;
}

.el_contents_head__janews::before {
  content: "";
  left: 7%;
}

@media only screen and (max-width: 767px) {
  .el_contents_head__janews {
    padding-left: 2.4rem;
  }
}

/*   single.php */
.article-wrap {
  padding-top: 11rem;
  max-width: 70rem;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .article-wrap {
    padding-top: 9rem;
    padding-left: 3%;
    padding-right: 3%;
  }
}

.pageTitle {
  padding-top: 19rem;
  font-size: 5rem;
  text-align: center;
  color: #3d3430;
}

@media only screen and (max-width: 767px) {
  .pageTitle {
    font-size: 3.2rem;
  }
}

.news-wrap {
  font-size: 3rem;
  text-align: center;
  padding-bottom: 4rem;
  color: #3d3430;
  margin-top: 2rem;
}

@media only screen and (max-width: 767px) {
  .news-wrap {
    font-size: 2rem;
  }
}

.article_header {
  margin-top: 4rem;
}

.article_title {
  color: #3d3430;
  font-size: 2.4rem;
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .article_title {
    font-size: 2rem;
  }
}

.article_meta {
  padding-top: 1.6rem;
  max-width: 70rem;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .article_meta {
    padding-top: 4rem;
  }
}

.article_meta time {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.4rem;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
}

.content {
  margin-top: 5.6rem;
  width: 100%;
  padding-bottom: 9rem;
}

@media only screen and (max-width: 767px) {
  .content {
    padding-bottom: 6.4rem;
  }
}

.content p {
  color: #3d3430;
  font-size: 1.6rem;
  max-width: 70rem;
  margin: 0 auto;
  line-height: 3;
}

@media only screen and (max-width: 767px) {
  .content p {
    font-size: 1.4rem;
    line-height: 2;
  }
}

.figure.wp-block-image.size-large {
  max-width: 112rem;
}

.wp-block-image {
  text-align: center;
}

.wp-block-image img {
  width: 100%;
  max-width: 111rem;
  height: auto;
  margin-top: 5.4rem;
}

.wp-block-image img {
  max-width: 70rem;
  width: 95%;
}

.pagenavi {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

.pagenavi span {
  font-size: 1.6rem;
  color: #b8ab81;
  padding: 8px 16px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #b8ab81;
}

.wp-pagenavi a {
  font-size: 1.6rem !important;
  color: #b8ab81 !important;
  padding: 8px 16px !important;
  background-color: #fff !important;
  border-radius: 4px !important;
  border: 1px solid #b8ab81 !important;
}

.wp-pagenavi span {
  font-size: 1.6rem;
  color: #b8ab81;
  padding: 8px 16px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #b8ab81 !important;
}

.pages {
  padding: 8px 16px !important;
}

.current {
  font-size: 1.6rem !important;
  color: #fff !important;
  padding: 8px 16px !important;
  background-color: #b8ab81 !important;
  border-radius: 4px !important;
  border: none !important;
}

/* ===============================================
# パンクズリスト　breadcrumbsプラグイン用
=============================================== */
.breadcrumbs span[property="name"] {
  display: inline-block;
  margin-top: -3px;
  vertical-align: middle;
  max-width: 900px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumbs span[property="name"]:hover {
  max-width: none;
}

.breadcrumbs {
  background: #ffffff;
  font-size: 15px;
}

@media only screen and (max-width: 767px) {
  .breadcrumbs {
    font-size: 1.2rem;
  }
}

.breadcrumbs a {
  text-decoration: none;
  color: #cd2653;
}

.breadcrumbs span {
  font-size: 15px;
  font-weight: bold;
  font-family: "Cormorant Infant", sans-serif;
  color: #3d3430;
  text-transform: capitalize;
}

@media only screen and (max-width: 767px) {
  .breadcrumbs span {
    font-size: 1.2rem;
  }
}

a.home {
  padding-right: 0.8rem;
}

.breadcrumbs a {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.breadcrumbs a:hover {
  opacity: 0.46;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.current-item {
  color: #848484 !important;
  font-family: "Shippori Mincho", sans-serif !important;
  padding-left: 0.8rem;
}

/* ===============================================
# ここからプライバシーポリシー
=============================================== */
.sub__menu__pri {
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .sub__menu__pri {
    width: 130px !important;
  }
}

.section__menuTerm {
  margin-top: -5rem;
  margin-left: -19rem;
}

@media only screen and (max-width: 1610px) {
  .section__menuTerm {
    margin-left: -16rem;
  }
}

@media only screen and (max-width: 1280px) {
  .section__menuTerm {
    margin-top: -19rem;
  }
}

@media only screen and (max-width: 767px) {
  .section__menuTerm {
    display: none !important;
  }
}

.bl_plan_allWrap__terms {
  position: relative;
  top: 30rem;
  margin-top: 2rem;
}

@media only screen and (max-width: 767px) {
  .bl_plan_allWrap__terms {
    top: 13rem;
  }
}

.bl_plan_allWrap__terms .sub__menu__pri {
  text-align: left;
}

.bl_plan_allWrap__terms .ul#g-nav {
  text-align: left;
}

.ly_terms-page {
  margin-top: 14rem;
}

.bl_news_wrap__terms {
  max-width: 90rem;
  margin: 0 auto;
}

@media only screen and (max-width: 1280px) {
  .bl_news_wrap__terms {
    max-width: none;
    width: 81%;
    padding-left: 3%;
    padding-right: 3%;
    margin-left: 160px;
    margin-right: 6px;
    margin-left: 160px;
  }
}

@media only screen and (max-width: 767px) {
  .bl_news_wrap__terms {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
    margin-left: 0px;
  }
}

.ly_terms-page {
  text-align: right;
}

.el_contents_head__privacy {
  font-size: 3.2rem;
  font-family: "Shippori Mincho", sans-serif;
}

@media only screen and (max-width: 767px) {
  .el_contents_head__privacy {
    font-size: 2rem;
  }
}

.bl_news_head__pri {
  margin-top: -21rem;
  padding-bottom: 1.6rem;
  border-bottom: 0.5px solid #3d3430;
  text-align: left;
}

@media only screen and (max-width: 1280px) {
  .bl_news_head__pri {
    margin-top: -21rem;
  }
}

.ly_pri_wrap {
  line-height: 2.4;
  font-size: 1.4rem;
  margin-top: 3.2rem;
  text-align: left;
  width: 100%;
}

.bl_pri_body strong {
  font-size: 1.8rem;
  font-weight: 700;
}

.bl_news_head__term {
  padding-bottom: 0.2rem;
  margin-top: 8rem;
}

@media only screen and (max-width: 1280px) {
  .bl_news_head__term {
    padding-left: 0 !important;
  }
}

.hp__termsFont {
  font-family: "Shippori Mincho", sans-serif;
  line-height: 1;
}

.bl_pri_inner__term {
  margin-top: 3.2rem;
}

.bottom_term {
  margin-bottom: 50.4rem;
}

@media only screen and (max-width: 767px) {
  .bottom_term {
    margin-bottom: 38rem;
  }
}

.bl_term_container {
  position: relative;
  margin-top: 1.8rem;
}

@media only screen and (max-width: 767px) {
  .section__menu--itemTerm a {
    font-size: 1.2rem;
  }
}

.post {
  color: #848484 !important;
}

.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

.anchor2 {
  display: block;
  padding-top: 170px;
  margin-top: -170px;
}

@media only screen and (max-width: 767px) {
  .anchor2 {
    padding-top: 190px;
    margin-top: -26px;
  }
}

.anchor3 {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}
