@charset "UTF-8";
/* ===================================================================
CSS information

file name  : homepage.css
author     : Abilive
style info : トップページ
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Material+Icons");
.page-top_sns, .page-top_online, .page-top_restaurant_inner, .page-top_furisode_inner, .page-top_costume_inner, .page-top_bridal_inner, .page-top_vanue_inner, .page-top_party_slide .slider_party, .page-top_party_inner, .page-top_event {
  width: 90%;
  max-width: 1280px;
  margin: auto;
}
@media only screen and (max-width: 1199px) {
  .page-top_sns, .page-top_online, .page-top_restaurant_inner, .page-top_furisode_inner, .page-top_costume_inner, .page-top_bridal_inner, .page-top_vanue_inner, .page-top_party_slide .slider_party, .page-top_party_inner, .page-top_event {
    width: 91.6666666667%;
  }
}

.page-top_fv_inner {
  width: 90%;
  margin: auto;
}
@media only screen and (min-width: 1200px) {
  .page-top_fv_inner {
    padding: 0 50px;
  }
}
@media print {
  .page-top_fv_inner {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .page-top_fv_inner {
    width: 91.6666666667%;
  }
}

.page-top_fv {
  background: url(../images/home/bg_fv.png);
  background-size: cover;
  background-position: top 90px right 0;
  background-repeat: no-repeat;
  padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .page-top_fv {
    padding-bottom: 5px;
  }
}
.page-top_fv_inner {
  position: relative;
}
.page-top_fv_inner .txt_img {
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .page-top_fv_inner .txt_img {
    right: 0;
    top: 0;
    width: 34%;
  }
}
@media only screen and (max-width: 767px) {
  .page-top_fv_inner .txt_img {
    width: 90%;
    left: 50%;
    top: 55%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 900px) and (min-width: 600px) {
  .page-top_fv_inner .txt_img {
    top: 45%;
  }
}
.page-top_fv_inner .slide_fv {
  width: 67%;
  height: 410px;
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .page-top_fv_inner .slide_fv {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .page-top_fv_inner .slide_fv {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .page-top_fv_inner .slide_fv {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-top_fv_inner .slide_fv {
    padding-bottom: 7em;
    margin-bottom: 0;
  }
}
@media (max-width: 900px) and (min-width: 600px) {
  .page-top_fv_inner .slide_fv {
    padding-bottom: 15em;
  }
}
.page-top_fv_inner .slide_fv img {
  width: 100%;
  height: 410px;
  height: 410px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .page-top_fv_inner .slide_fv img {
    height: 200px;
  }
}
.page-top_fv_inner .slide_fv .slick-dots {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .page-top_fv_inner .slide_fv .slick-dots {
    display: none !important;
  }
}
.page-top_fv_inner .slide_fv .slick-dots li {
  width: 7px;
  height: 7px;
  margin: 0 10px;
}
.page-top_fv_inner .slide_fv .slick-dots li button:before {
  font-size: 7px;
  line-height: 9px;
  top: 2px;
  left: -2px;
  width: 7px;
  height: 7px;
  color: inherit;
  border: 1px solid #b60081;
  border-radius: 50%;
  opacity: 1;
}
.page-top_fv_inner .slide_fv .slick-dots li.slick-active button:before {
  color: #b60081;
}
.page-top_event {
  padding-top: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .page-top_event {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .page-top_event {
    padding-top: 3em;
  }
}
.page-top_event_inner {
  margin-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .page-top_event_inner {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .page-top_event_inner {
    margin-bottom: 3em;
  }
}
.page-top_event_inner .ttl {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .page-top_event_inner .ttl {
    margin-bottom: 1.5em;
  }
}
.page-top_event_inner > .txt--m {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .page-top_event_inner > .txt--m {
    margin-bottom: 1.5em;
  }
}
.page-top_event_inner .btn a {
  margin: auto;
}
.page-top_event_inner .box_tab #tab {
  max-width: 1000px;
  margin: auto;
}
.page-top_event_inner .box_tab #tab > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media screen and (max-width: 1200px) {
  .page-top_event_inner .box_tab #tab > ul {
    max-width: 90%;
    margin: auto;
  }
}
.page-top_event_inner .box_tab #tab > ul > li {
  cursor: pointer;
  width: 32%;
  background: #e2d9d6;
  margin-right: 2%;
  padding: 1em 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px 10px 0 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .page-top_event_inner .box_tab #tab > ul > li {
    padding: 1em;
  }
}
.page-top_event_inner .box_tab #tab > ul > li:before {
  content: "";
  width: 5px;
  height: 80%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #d44c89;
  opacity: 0;
}
.page-top_event_inner .box_tab #tab > ul > li.tab-ttl .jp {
  font-size: 113%;
  display: block;
}
.page-top_event_inner .box_tab #tab > ul > li.tab-ttl .en {
  font-size: 75%;
  display: block;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.page-top_event_inner .box_tab #tab > ul > li.active {
  cursor: default;
  background: #fff;
  color: #d44c89;
}
.page-top_event_inner .box_tab #tab > ul > li.active:before {
  opacity: 1;
}
.page-top_event_inner .box_tab #panel {
  background: #fff;
}
.page-top_event_inner .box_tab #panel > li {
  display: none;
  -webkit-box-shadow: 0 10px 120px 0 rgba(212, 76, 137, 0.1);
          box-shadow: 0 10px 120px 0 rgba(212, 76, 137, 0.1);
}
.page-top_event_inner .box_tab #panel > li:first-child {
  display: list-item;
}
.page-top_event_inner .box_tab #panel > li .inner {
  max-width: 1000px;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .page-top_event_inner .box_tab #panel > li .inner {
    max-width: 90%;
    margin: auto;
  }
}
.page-top_event_inner .box_tab #panel > li .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 60px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .page-top_event_inner .box_tab #panel > li .inner ul {
    padding-bottom: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .page-top_event_inner .box_tab #panel > li .inner ul {
    margin-bottom: 1.5em;
  }
}
.page-top_event_inner .box_tab #panel > li .inner ul li {
  width: 32%;
  margin-top: 60px;
  margin-right: 2%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .page-top_event_inner .box_tab #panel > li .inner ul li {
    width: 49%;
  }
}
@media only screen and (max-width: 767px) {
  .page-top_event_inner .box_tab #panel > li .inner ul li {
    margin-top: 2em;
  }
}
@media only screen and (min-width: 768px) {
  .page-top_event_inner .box_tab #panel > li .inner ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-top_event_inner .box_tab #panel > li .inner ul li:nth-child(2n) {
    margin-right: 0;
  }
}
.page-top_event_inner .box_tab #panel > li .inner ul li .img {
  margin-bottom: 1em;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.page-top_event_inner .box_tab #panel > li .inner ul li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page-top_event_inner .box_tab #panel > li .inner ul li .cate {
  margin-bottom: 1em;
}
.page-top_event_inner .box_tab #panel > li .inner ul li .cate span {
  padding: 0.5em 1.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  border-radius: 13.5px;
  margin-right: 0.3em;
  margin-bottom: 0.3em;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .page-top_event_inner .box_tab #panel > li .inner ul li .cate span {
    padding: 0.5em 1em;
  }
}
.page-top_event_inner .box_tab #panel > li .inner ul li .cate span.brown {
  background: #af9456;
}
.page-top_event_inner .box_tab #panel > li .inner ul li .cate span.pink {
  background: #b60081;
}
.page-top_event_inner .box_tab #panel > li .inner ul li .cate span.red {
  background: #cd5c5c;
}
.page-top_event_inner .box_tab #panel > li .inner ul li .title {
  margin-bottom: 1em;
}
.page-top_event_inner .box_tab #panel > li .inner ul li .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-top_event_inner .box_tab #panel > li .inner ul li .date .new {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #d44c89;
  padding: 0.5em 1.5em;
  color: #fff;
}
.page-top_event_inner .box_tab #panel > li .inner ul li .date .material-symbols-outlined {
  padding-right: 0.3em;
}
.page-top_event_inner .box_tab #panel > li .inner ul li .date .detabold {
  font-weight: bold;
}
.page-top_party {
  margin-bottom: 60px;
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .page-top_party {
    margin-bottom: 3em;
  }
}
@media only screen and (max-width: 767px) {
  .page-top_party {
    margin-top: 3em;
  }
}
.page-top_party_inner {
  max-width: 1000px;
  margin: auto;
}
.page-top_party_inner .ttl {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .page-top_party_inner .ttl {
    margin-bottom: 1.5em;
  }
}
.page-top_party_inner > .txt--m {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .page-top_party_inner > .txt--m {
    margin-bottom: 1.5em;
  }
}
.page-top_party_slide {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .page-top_party_slide {
    padding-bottom: 30px;
  }
}
.page-top_party_slide #arrow {
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .page-top_party_slide #arrow {
    top: -75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    width: 90%;
    max-width: 1280px;
    margin: auto;
  }
}
.page-top_party_slide #arrow .slick-prev {
  left: inherit;
  right: 17px;
}
.page-top_party_slide #arrow .slick-next,
.page-top_party_slide #arrow .slick-prev {
  opacity: 0;
  z-index: 1;
}
.page-top_party_slide #arrow .slick-prev:before {
  color: #000;
}
.page-top_party_slide #arrow .slick-next:before {
  color: #000;
}
.page-top_party_slide #arrow .slick-next-btn,
.page-top_party_slide #arrow .slick-prev-btn {
  color: #333333;
  width: 40px;
}
.page-top_party_slide #arrow .slick-next-btn:before,
.page-top_party_slide #arrow .slick-prev-btn:before {
  content: "" !important;
}
.page-top_party_slide #arrow .slick-next-btn {
  position: absolute;
  right: -33px;
  top: -18px;
  z-index: 0;
}
.page-top_party_slide #arrow .slick-prev-btn {
  position: absolute;
  right: 10px;
  top: -18px;
  z-index: 0;
}
.page-top_party_slide #arrow .material-symbols-outlined {
  border: 1px solid #333333;
  border-radius: 50%;
  padding: 10px;
  font-size: 12px;
  margin: 0 5px;
}
.page-top_party_slide #arrow-sp {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-top_party_slide #arrow-sp .slick-prev {
  left: inherit;
  left: 42%;
}
.page-top_party_slide #arrow-sp .slick-next,
.page-top_party_slide #arrow-sp .slick-prev {
  opacity: 0;
  z-index: 1;
}
.page-top_party_slide #arrow-sp .slick-prev:before {
  color: #000;
}
.page-top_party_slide #arrow-sp .slick-next {
  right: 42%;
}
.page-top_party_slide #arrow-sp .slick-next:before {
  color: #000;
}
.page-top_party_slide #arrow-sp .slick-next-btn,
.page-top_party_slide #arrow-sp .slick-prev-btn {
  color: #333333;
  width: 40px;
}
.page-top_party_slide #arrow-sp .slick-next-btn:before,
.page-top_party_slide #arrow-sp .slick-prev-btn:before {
  content: "" !important;
}
.page-top_party_slide #arrow-sp .slick-next-btn {
  position: absolute;
  right: 39%;
  top: -18px;
  z-index: 0;
}
.page-top_party_slide #arrow-sp .slick-prev-btn {
  position: absolute;
  left: 39%;
  top: -18px;
  z-index: 0;
}
.page-top_party_slide #arrow-sp .material-symbols-outlined {
  border: 1px solid #333333;
  border-radius: 50%;
  padding: 10px;
  font-size: 12px;
  margin: 0 5px;
}
.page-top_party_slide .slider_party {
  width: 91.6666666667%;
  margin: auto;
}
.page-top_party_slide .slider_party .txt--xl {
  margin-top: 1em;
}
.page-top_party_slide .slider_party .slick-slide {
  padding-right: 20px;
}
.page-top_party_slide .slider_party img {
  width: 276px;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .page-top_party_slide .slider_party img {
    height: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .page-top_party_slide .slider_party img {
    height: 100px;
  }
}
.page-top_party .btn {
  margin-top: 2em;
}
.page-top_party .btn a {
  margin: auto;
}
.page-top_vanue {
  background: url(../images/home/bg_vanue.png);
  background-size: cover;
}
.page-top_vanue_inner {
  padding-top: 130px;
  padding-bottom: 160px;
  border-top: 1px solid #84660c;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .page-top_vanue_inner {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .page-top_vanue_inner {
    padding-top: 5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .page-top_vanue_inner {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .page-top_vanue_inner {
    padding-bottom: 4em;
  }
}
.page-top_vanue_inner .ttl {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .page-top_vanue_inner .ttl {
    margin-bottom: 1.5em;
  }
}
.page-top_vanue_inner > .txt--m {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .page-top_vanue_inner > .txt--m {
    margin-bottom: 1.5em;
  }
}
.page-top_vanue_inner_img {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .page-top_vanue_inner_img {
    margin-bottom: 1.5em;
  }
}
.page-top_vanue_inner .btn a {
  margin: auto;
}
.page-top_vanue_inner .btn a:first-child {
  margin-bottom: 1em;
}
.page-top_bridal {
  background: url(../images/home/bg_bridal.png);
  background-size: cover;
  position: relative;
}
.page-top_bridal:before {
  background: url(../images/home/il_bridal_left.png);
  background-size: cover;
  position: absolute;
  content: "";
  left: 0;
  top: -10%;
  width: 26%;
  aspect-ratio: 507/594;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .page-top_bridal:before {
    display: none;
  }
}
.page-top_bridal:after {
  background: url(../images/home/il_bridal_right.png);
  background-size: cover;
  position: absolute;
  content: "";
  right: 0;
  bottom: 10%;
  width: 18%;
  aspect-ratio: 346/643;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .page-top_bridal:after {
    display: none;
  }
}
.page-top_bridal_inner {
  padding-top: 130px;
  padding-bottom: 160px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .page-top_bridal_inner {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .page-top_bridal_inner {
    padding-top: 5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .page-top_bridal_inner {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .page-top_bridal_inner {
    padding-bottom: 4em;
  }
}
.page-top_bridal_inner .ttl {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .page-top_bridal_inner .ttl {
    margin-bottom: 1.5em;
  }
}
.page-top_bridal_inner > .txt--m {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .page-top_bridal_inner > .txt--m {
    margin-bottom: 1.5em;
  }
}
.page-top_costume {
  padding-top: 130px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .page-top_costume {
    padding-top: 110px;
  }
}
@media only screen and (max-width: 767px) {
  .page-top_costume {
    padding-top: 4em;
  }
}
.page-top_costume_inner .ttl {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .page-top_costume_inner .ttl {
    margin-bottom: 1.5em;
  }
}
.page-top_furisode {
  padding-top: 110px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .page-top_furisode {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .page-top_furisode {
    padding-top: 3em;
  }
}
.page-top_furisode_inner {
  padding-top: 5em;
  border-top: 1px solid #84660c;
}
.page-top_furisode_inner .ttl {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .page-top_furisode_inner .ttl {
    margin-bottom: 1.5em;
  }
}
.page-top_restaurant {
  margin-top: 180px;
  background: url(../images/home/bg_vanue.png);
  background-size: cover;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .page-top_restaurant {
    margin-top: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .page-top_restaurant {
    margin-top: 5em;
  }
}
.page-top_restaurant_inner {
  padding-top: 130px;
  padding-bottom: 160px;
  border-top: 1px solid #84660c;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .page-top_restaurant_inner {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .page-top_restaurant_inner {
    padding-top: 5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .page-top_restaurant_inner {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .page-top_restaurant_inner {
    padding-bottom: 4em;
  }
}
.page-top_restaurant_inner .table_time {
  margin: auto;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .page-top_restaurant_inner .table_time {
    margin-bottom: 1.5em;
  }
}
.page-top_restaurant_inner .table_time th {
  font-weight: normal;
}
.page-top_restaurant_inner .table_time th.ic {
  position: relative;
}
.page-top_restaurant_inner .table_time th.ic:before {
  position: absolute;
  content: "\e518";
  left: -1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.5em;
  height: 1.5em;
  font-family: "Material Icons";
  color: #84660c;
  font-size: 1.5em;
}
.page-top_restaurant_inner .table_time th,
.page-top_restaurant_inner .table_time td {
  padding: 0.2em 1em;
}
.page-top_restaurant_inner .ttl {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .page-top_restaurant_inner .ttl {
    margin-bottom: 1.5em;
  }
}
.page-top_restaurant_inner > .txt--m {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .page-top_restaurant_inner > .txt--m {
    margin-bottom: 1.5em;
  }
}
.page-top_restaurant_inner .material-symbols-outlined {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}
.page-top_restaurant_inner_img {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .page-top_restaurant_inner_img {
    margin-bottom: 1.5em;
  }
}
.page-top_restaurant_inner .btn a {
  margin: auto;
}
.page-top_online {
  padding-top: 180px;
  padding-bottom: 230px;
  border-top: 1px solid #84660c;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .page-top_online {
    padding-top: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .page-top_online {
    padding-top: 5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .page-top_online {
    padding-bottom: 180px;
  }
}
@media only screen and (max-width: 767px) {
  .page-top_online {
    padding-bottom: 5em;
  }
}
.page-top_online_inner .ttl {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .page-top_online_inner .ttl {
    margin-bottom: 1.5em;
  }
}
.page-top_online_inner > .txt--m {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .page-top_online_inner > .txt--m {
    margin-bottom: 1.5em;
  }
}
.page-top_7vanues {
  background: url(../images/home/bg_bridal.png);
  background-size: cover;
}
.page-top_7vanues_inner {
  border-top: 1px solid #84660c;
  width: 90%;
  max-width: 1000px;
  margin: auto;
  padding-top: 130px;
  padding-bottom: 160px;
}
@media only screen and (max-width: 1199px) {
  .page-top_7vanues_inner {
    width: 91.6666666667%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .page-top_7vanues_inner {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .page-top_7vanues_inner {
    padding-top: 5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .page-top_7vanues_inner {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .page-top_7vanues_inner {
    padding-bottom: 4em;
  }
}
.page-top_7vanues_inner .ttl {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .page-top_7vanues_inner .ttl {
    margin-bottom: 1.5em;
  }
}
.page-top_7vanues_inner > .txt--m {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .page-top_7vanues_inner > .txt--m {
    margin-bottom: 1.5em;
  }
}
.page-top_7vanues_inner_area .area {
  color: #84660c;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  margin-bottom: 30px;
}
.page-top_7vanues_inner_area_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-top_7vanues_inner_area_list > li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .page-top_7vanues_inner_area_list > li {
    width: 32%;
  }
}
@media only screen and (max-width: 767px) {
  .page-top_7vanues_inner_area_list > li {
    width: 49%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .page-top_7vanues_inner_area_list > li {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .page-top_7vanues_inner_area_list > li {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .page-top_7vanues_inner_area_list > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-top_7vanues_inner_area_list > li:nth-child(2n) {
    margin-right: 0;
  }
}
.page-top_7vanues_inner_area_list > li .img {
  margin-bottom: 1em;
}
.page-top_7vanues_inner_area_list > li .img img {
  width: 100%;
}
.page-top_7vanues_inner_area_list > li .name {
  text-align: center;
  margin-bottom: 0.5em;
}
.page-top_7vanues_inner_area_list > li .name a {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.page-top_7vanues_inner_area_list > li .name a:hover {
  text-decoration: none;
}
.page-top_7vanues_inner_area_list > li .name .material-symbols-outlined {
  font-size: 20px;
  vertical-align: middle;
  margin-left: 5px;
}
.page-top_7vanues_inner_area_list > li .box_sns {
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-top_7vanues_inner_area_list > li .box_sns li {
  margin: 3px;
}
.page-top_7vanues_inner_area_list > li .box_sns li a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.page-top_7vanues_inner_area_list > li .box_sns li a:hover {
  opacity: 0.7;
}
.page-top_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 150px;
  padding-bottom: 130px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .page-top_sns {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .page-top_sns {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .page-top_sns {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .page-top_sns {
    padding-top: 5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .page-top_sns {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .page-top_sns {
    padding-bottom: 5em;
  }
}
.page-top_sns_img {
  width: 69%;
  background: url(../images/home/img_sns.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 41.573%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .page-top_sns_img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .page-top_sns_img {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .page-top_sns_img {
    padding-top: 0;
  }
}
@media print {
  .page-top_sns_img {
    padding-top: 0;
  }
}
.page-top_sns_txt {
  width: 31%;
  background: #f0e6d8;
  padding: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .page-top_sns_txt {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .page-top_sns_txt {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .page-top_sns_txt {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .page-top_sns_txt {
    padding: 2em;
  }
}
.page-top_sns_txt .ttl {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .page-top_sns_txt .ttl {
    margin-bottom: 1.5em;
  }
}
.page-top_sns_txt > .txt--m {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .page-top_sns_txt > .txt--m {
    margin-bottom: 1.5em;
  }
}
.page-top_sns_txt .btn a {
  margin: auto;
}

.layout_4col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.layout_4col li {
  width: 49.5%;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .layout_4col li {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .layout_4col li {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .layout_4col li {
    margin-bottom: 3em;
  }
}
@media only screen and (min-width: 768px) {
  .layout_4col li {
    margin-right: 1%;
  }
  .layout_4col li:nth-child(2n) {
    margin-right: 0;
  }
}
.layout_4col li .img img {
  width: 100%;
}
.layout_4col li .txt--xl {
  margin: 1em auto;
}
.layout_4col li .txt--m {
  width: 80%;
  margin: auto;
}
.layout_4col li .btn {
  margin-top: 2em;
}
.layout_4col li .btn a {
  margin: auto;
}

.layout_2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .layout_2col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .layout_2col {
    display: block;
  }
}
.layout_2col li {
  width: 49.5%;
}
@media only screen and (max-width: 767px) {
  .layout_2col li {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .layout_2col li {
    margin-right: 1%;
  }
  .layout_2col li:nth-child(2n) {
    margin-right: 0;
  }
}
.layout_2col li.box_txt {
  padding: 1em 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .layout_2col li.box_txt {
    padding: 1em 40px;
  }
}
@media only screen and (max-width: 767px) {
  .layout_2col li.box_txt {
    padding: 1em;
  }
}
.layout_2col li.box_txt .btn {
  margin-top: 2em;
}
@media only screen and (max-width: 767px) {
  .layout_2col li.box_img {
    margin-bottom: 1em;
  }
}
.layout_2col li.box_img img {
  width: 100%;
  border-radius: 10px;
}
@media only screen and (min-width: 768px) {
  .layout_2col li.order1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (min-width: 768px) {
  .layout_2col li.order2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.block {
  width: 25%;
  height: 160px;
  position: absolute;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .block {
    bottom: -25%;
  }
}

.circleText {
  overflow: visible;
}
.circleText__circle {
  fill: none;
}
.circleText__text {
  fill: #333333;
  font-size: 12px;
  font-weight: 100;
  letter-spacing: 0.2em;
}

.circleText {
  overflow: visible;
  -webkit-animation: rotation 18s linear infinite;
          animation: rotation 18s linear infinite;
}

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

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