@charset "UTF-8";
/*---------------------------------------
 * 共通部分
---------------------------------------*/
.svgs {
  display: none !important;
}

header {
  background: #fff;
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

@media screen and (max-width: 768px) {
  header {
    height: 65px;
  }
}

header .inner {
  width: 100%;
  max-width: 1366px;
  position: relative;
  margin: 0 auto;
  padding: 18px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  header .inner {
    padding: 0;
  }
}

header .inner h1 {
  position: absolute;
  top: 16px;
  left: 120px;
  margin-bottom: 15px;
  margin-left: 40px;
  color: #a3a3a3;
  font-size: 1.05rem;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  header .inner h1 {
    display: none;
  }
}

header .inner .nav-box1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1.4;
}

header .inner .nav-box1 .logo {
  width: 140px;
  margin-bottom: 15px;
  margin-left: 40px;
}

@media screen and (max-width: 768px) {
  header .inner .nav-box1 .logo {
    width: 93px;
    margin-top: 9.5px;
    margin-bottom: 11px;
    margin-left: 20px;
  }
}

header .inner .nav-box1 .main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5px;
}

header .inner .nav-box1 .main-nav ul {
  width: 980px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .inner .nav-box1 .main-nav ul li {
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 2px;
  text-align: center;
}

header .inner .nav-box1 .main-nav ul li a {
  display: block;
  padding-bottom: 15px;
  color: #80683a;
  font-weight: 700;
}

header .inner .nav-box1 .main-nav ul li span {
  display: block;
}

header .inner .nav-box1 .main-nav ul li span.en {
  font-size: 1.4rem;
}

header .inner .nav-box1 .main-nav ul li span.ja {
  color: #80683a;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
}

header .inner .nav-box1 .main-nav ul li .dropdown-menu {
  background: #f0ecdc;
  width: 392px;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 20px 20px 10px;
  text-align: left;
}

header .inner .nav-box1 .main-nav ul li .dropdown-menu 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;
  padding-bottom: 10px;
}

header .inner .nav-box1 .main-nav ul li .dropdown-menu a span {
  display: inline-block;
}

header .inner .nav-box1 .main-nav ul li .dropdown-menu a span.en {
  width: 42%;
}

header .inner .nav-box1 .main-nav ul li .dropdown-menu a span.ja {
  width: 58%;
}

header .inner .nav-box1 .main-nav ul li .dropdown-menu.small {
  width: 180px;
}

header .inner .nav-box1 .main-nav ul li .dropdown-menu.large {
  width: 330px;
}

header .inner .nav-box1 .main-nav ul li .dropdown-menu.en-long a span.en {
  width: 58%;
}

header .inner .nav-box1 .main-nav ul li .dropdown-menu.en-long a span.ja {
  width: 42%;
}

header .inner .nav-box1 .main-nav .contact-btn {
  background: #b17e2c;
  width: 222px;
  display: block;
  margin-top: 8px;
  padding: 13px 0 11px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
}

header .inner .nav-box1 .main-nav .contact-btn .icon {
  width: 21px;
  height: 21px;
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
}

header .inner .nav-box2 {
  width: 440px;
  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;
  position: absolute;
  top: 12px;
  right: 43px;
}

@media screen and (max-width: 1279px) {
  header .inner .nav-box2 {
    display: none;
  }
}

header .inner .nav-box2 .col1 {
  color: #80683a;
  font-size: 1.1rem;
  line-height: 1;
}

header .inner .nav-box2 .col1 a::after {
  content: "";
  background: #80683a;
  width: 1px;
  height: 10px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
}

header .inner .nav-box2 .col1 a:nth-of-type(3)::after {
  content: none;
}

header .inner .nav-box2 .col2 {
  margin-top: -2px;
  color: #b17e2c;
  font-size: 2rem;
  line-height: 20px;
  letter-spacing: 2px;
}

header .inner .nav-box2 .col2 i {
  width: 20px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: bottom;
}

header .inner .nav-box2 .col3 a {
  width: 13px;
  display: inline-block;
  margin-top: 5px;
}

header .inner .nav-box2 .col3 a:nth-of-type(2) {
  margin-left: 7px;
}

.child-menu {
  background: #f6f6f6;
  width: 300px;
  display: none;
  position: absolute;
  top: 45px;
  left: 0;
  z-index: 1;
  padding: 14px 20px;
  letter-spacing: 0;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .child-menu {
    display: none;
  }
}

.heading-nav-sec .child-menu {
  top: 80px;
}

.topset.heading-nav-sec .child-menu {
  top: -81px;
}

.child-menu::before {
  content: "";
  background: #333;
  width: 110px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.topset.heading-nav-sec .child-menu::before {
  top: calc(100% - 2px);
}

.child-menu a {
  padding: 6px 0 !important;
}

.child-menu span {
  display: inline-block !important;
}

.child-menu span.en {
  margin-right: 1em;
  font-weight: 700;
}

.pc-menu-content {
  padding-right: 40px;
}

@media screen and (max-width: 1279px) {
  .pc-menu-content {
    display: none;
  }
}

.sp-menu-content {
  background: #fff;
  width: 100%;
  min-height: calc(var(--vh, 1vh) * 100 - 71px);
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 80;
  padding-top: 80px;
  opacity: 0;
  overflow-y: auto;
}

@media screen and (min-width: 1280px) {
  .sp-menu-content {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .sp-menu-content {
    padding-top: 97px;
  }
}

.sp-menu-content .main-nav {
  width: calc(100% - 40px);
  position: relative;
  margin: 0 auto;
  color: #b59c55;
}

.sp-menu-content .main-nav::after {
  content: "";
  background: #c9b7a5;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
}

.sp-menu-content .main-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .sp-menu-content .main-nav ul {
    margin-bottom: 20px;
  }
}

.sp-menu-content .main-nav ul li {
  width: 50%;
  height: 54px;
  display: table;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #c9b7a5;
  text-align: center;
}

.sp-menu-content .main-nav ul li:nth-last-of-type(-n + 2) {
  border-bottom: none;
}

.sp-menu-content .main-nav ul li a {
  width: 100%;
  height: 100%;
  display: table-cell;
  position: relative;
  line-height: 1.6;
  vertical-align: middle;
}

.sp-menu-content .form-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.sp-menu-content .form-list li {
  width: 33%;
}

.sp-menu-content .form-list li a {
  background: #b17e2c;
  width: 100%;
  display: block;
  padding: 20px 0;
  color: #fff;
  text-align: center;
}

.sp-menu-content .row {
  padding-bottom: 20px;
}

.sp-menu-content .row.inquiry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sp-menu-content .row.inquiry a {
  background: #80683a;
  /*width: 45%;*/
  width: 90%;
  display: block;
  margin: 0 2px;
  padding: 20px 0;
  color: #fff;
  text-align: center;
}

.sp-menu-content .row.tel .midashi {
  margin-bottom: 15px;
  color: #b17e2c;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}

.sp-menu-content .row.tel .number {
  width: calc(100% - 8.8%);
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
  padding: 20px 0 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #b17e2c;
  color: #b17e2c;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 1px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .sp-menu-content .row.tel .number {
    pointer-events: none;
  }
}

.sp-menu-content .row.tel .number i {
  width: 22px;
  height: 22px;
  display: inline-block;
  margin-top: 4px;
  margin-right: 10px;
  vertical-align: middle;
}

.sp-menu-content .row.tel .open-hour {
  color: #333;
  line-height: 20px;
  letter-spacing: 1px;
  text-align: center;
}

.sp-menu-content .row.sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 80px;
}

.sp-menu-content .row.sns a {
  width: 22px;
  display: inline-block;
  margin: 0 10px;
}

.sp-menu-content .row.sns a:nth-of-type(1) {
  margin-right: 4px;
}

.sp-nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  /* Animation*/
}

@media screen and (min-width: 1280px) {
  .sp-nav-wrap {
    display: none;
  }
}

.sp-nav-wrap .fair-search {
  padding: 28px 0 21px;
}

@media screen and (max-width: 768px) {
  .sp-nav-wrap .fair-search {
    padding: 14px 0 0;
  }
}

.sp-nav-wrap .fair-search img {
  width: 26px;
  height: 26px;
  display: block;
  margin: 0 auto 4px;
}

@media screen and (max-width: 768px) {
  .sp-nav-wrap .fair-search img {
    width: 22px;
    height: 22px;
  }
}

.sp-nav-wrap .fair-search p {
  color: #b17e2c;
  font-size: 1.3rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sp-nav-wrap .fair-search p {
    font-size: 1.1rem;
  }
}

.sp-nav-wrap .menu-btn {
  background: #b59c55;
  width: 100px;
  height: 100px;
  margin-left: 15px;
  padding: 30px 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .sp-nav-wrap .menu-btn {
    width: 65px;
    height: 65px;
    padding: 23.5px 21.5px;
  }
}

.sp-nav-wrap .menu-trigger,
.sp-nav-wrap .menu-trigger span {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.sp-nav-wrap .menu-trigger {
  width: 100%;
  height: 39px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .sp-nav-wrap .menu-trigger {
    height: 18px;
  }
}

.sp-nav-wrap .menu-trigger span {
  background-color: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
}

.sp-nav-wrap .menu-trigger span:nth-of-type(1) {
  top: 0;
  -webkit-transform: translateY(0) rotate(0);
          transform: translateY(0) rotate(0);
}

.sp-nav-wrap .menu-trigger span:nth-of-type(2) {
  top: 19px;
}

@media screen and (max-width: 768px) {
  .sp-nav-wrap .menu-trigger span:nth-of-type(2) {
    top: 9px;
  }
}

.sp-nav-wrap .menu-trigger span:nth-of-type(3) {
  bottom: 0;
  -webkit-transform: translateY(0) rotate(0);
          transform: translateY(0) rotate(0);
}

.sp-nav-wrap .menu-trigger.active span:nth-of-type(1) {
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.sp-nav-wrap .menu-trigger.active span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.sp-nav-wrap .menu-trigger.active span:nth-of-type(3) {
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

footer .banner-sec .inner {
  background: #f0ecdc;
  padding: 20px;
}

@media screen and (max-width: 768px) {
  footer .banner-sec .inner {
    padding: 10px;
  }
}

footer .banner-sec .inner .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  footer .banner-sec .inner .flex-box {
    display: block;
  }
}

footer .banner-sec .inner .flex-box > div {
  width: calc(50% - 10px);
  height: 220px;
}

@media screen and (max-width: 768px) {
  footer .banner-sec .inner .flex-box > div {
    width: 100%;
    height: 126px;
  }
}

@media screen and (max-width: 768px) {
  footer .banner-sec .inner .flex-box > div:first-child {
    padding-bottom: 10px;
  }
}

footer .banner-sec .inner .flex-box > div a {
  background: #000;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

footer .banner-sec .inner .flex-box > div a figure {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  opacity: .7;
  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;
}

footer .banner-sec .inner .flex-box > div a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

footer .banner-sec .inner .flex-box > div a .title {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  color: #fff;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  footer .banner-sec .inner .flex-box > div a .title {
    width: 60%;
  }
}

footer .banner-sec .inner .flex-box > div a .title .en {
  margin-bottom: 7px;
  padding-bottom: 2px;
  border-bottom: 1px solid #fff;
  font-size: 3.4rem;
  line-height: 1.3;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  footer .banner-sec .inner .flex-box > div a .title .en {
    font-size: 3rem;
  }
}

footer .banner-sec .inner .flex-box > div a .title .ja {
  padding: 0 20px;
}

footer .banner-sec .inner .flex-box > div a:hover figure {
  opacity: .5;
}

footer .reservation-sec {
  background: #fff;
  padding: 80px 0 60px;
}

@media screen and (max-width: 768px) {
  footer .reservation-sec {
    padding: 60px 0;
  }
}

footer .reservation-sec .inner {
  width: calc(100% - 40px);
  max-width: 1100px;
  margin: 0 auto;
}

footer .reservation-sec .inner .midashi {
  margin-bottom: 40px;
  color: #b59c55;
  text-align: center;
}

footer .reservation-sec .inner .midashi .en {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 2.6rem;
  letter-spacing: 3px;
}

@media screen and (max-width: 768px) {
  footer .reservation-sec .inner .midashi .en {
    margin-bottom: 5px;
    font-size: 2.6rem;
    letter-spacing: 1px;
  }
}

footer .reservation-sec .inner .midashi .ja {
  display: block;
  letter-spacing: 1px;
  text-align: center;
}

footer .reservation-sec .inner .flex-box {
  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;
}

@media screen and (max-width: 768px) {
  footer .reservation-sec .inner .flex-box {
    display: block;
  }
}

footer .reservation-sec .inner .flex-box .web-contact {
  width: 73%;
}

@media screen and (max-width: 768px) {
  footer .reservation-sec .inner .flex-box .web-contact {
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 35px;
    border-bottom: 1px solid #c9b7a5;
  }
}

footer .reservation-sec .inner .flex-box .web-contact ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  footer .reservation-sec .inner .flex-box .web-contact ul {
    display: block;
  }
}

footer .reservation-sec .inner .flex-box .web-contact ul li {
  width: 32.5%;
}

@media screen and (max-width: 768px) {
  footer .reservation-sec .inner .flex-box .web-contact ul li {
    width: 100%;
    margin-bottom: 10px;
  }
}

footer .reservation-sec .inner .flex-box .web-contact ul li a {
  display: block;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #b17e2c;
  box-sizing: border-box;
  border: 1px solid #b17e2c;
  color: #fff;
  text-align: center;
  -webkit-transition: background-color .3s, color .3s;
  transition: background-color .3s, color .3s;
}

footer .reservation-sec .inner .flex-box .web-contact ul li a:hover {
  background: #fff;
  color: #b17e2c;
}

@media screen and (max-width: 768px) {
  footer .reservation-sec .inner .flex-box .web-contact ul li a svg {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    fill: #fff;
    stroke: #fff;
  }
}

footer .reservation-sec .inner .flex-box .web-contact ul li:nth-child(3) a {
  display: block;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #b17e2c;
  color: #b17e2c;
  text-align: center;
  -webkit-transition: background-color .3s, color .3s;
  transition: background-color .3s, color .3s;
}

footer .reservation-sec .inner .flex-box .web-contact ul li:nth-child(3) a:hover {
  background: #b17e2c;
  color: #fff;
}

@media screen and (max-width: 768px) {
  footer .reservation-sec .inner .flex-box .web-contact ul li:nth-child(3) a svg {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    fill: #b17e2c;
    stroke: #b17e2c;
  }
}

footer .reservation-sec .inner .flex-box .tel-contact {
  width: 25%;
  margin-left: 2%;
  padding-left: 1.5%;
  border-left: 1px solid #c9b7a5;
}

@media screen and (max-width: 768px) {
  footer .reservation-sec .inner .flex-box .tel-contact {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
}

footer .reservation-sec .inner .flex-box .tel-contact .midashi {
  margin-bottom: 20px;
  color: #b59c55;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width: 769px) {
  footer .reservation-sec .inner .flex-box .tel-contact .midashi {
    display: none;
  }
}

footer .reservation-sec .inner .flex-box .tel-contact .tel {
  margin-bottom: 10px;
  color: #b59c55;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 2px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  footer .reservation-sec .inner .flex-box .tel-contact .tel {
    padding: 20px 0;
    border: 1px solid #b17e2c;
    color: #b17e2c;
    font-size: 3.2rem;
  }
}

footer .reservation-sec .inner .flex-box .tel-contact .tel i {
  width: 26px;
  height: 26px;
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  footer .reservation-sec .inner .flex-box .tel-contact .tel i {
    width: 32px;
    height: 32px;
    margin-right: 15px;
    vertical-align: text-bottom;
  }
}

@media screen and (min-width: 769px) {
  footer .reservation-sec .inner .flex-box .tel-contact .tel a {
    pointer-events: none;
  }
}

footer .reservation-sec .inner .flex-box .tel-contact .open-hour {
  color: #333;
  font-size: 1.2rem;
  line-height: 1.8;
  text-align: center;
}

@media screen and (max-width: 768px) {
  footer .reservation-sec .inner .flex-box .tel-contact .open-hour {
    font-size: 1.4rem;
  }
}

footer .reservation-sec .inner .zip {
  margin-top: 40px;
  text-align: center;
}

footer .topicpath-sec {
  background: #806a3b;
  padding: 15px 0 10px 0;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 11px;
}

footer .topicpath-sec .inner {
  width: calc(100% - 40px);
  max-width: 1130px;
  margin: 0 auto;
}

footer .footer-nav-sec {
  background: #806a3b;
  padding: 60px 0;
  color: #fff;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  footer .footer-nav-sec {
    padding-top: 30px;
  }
}

footer .footer-nav-sec .inner {
  width: calc(100% - 40px);
  max-width: 1220px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  footer .footer-nav-sec .inner .pc-menu {
    display: none;
  }
}

footer .footer-nav-sec .inner .pc-menu .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}

footer .footer-nav-sec .inner .pc-menu .flex-box .col {
  margin-left: 20px;
  font-size: 1.1rem;
  line-height: 1.6;
}

footer .footer-nav-sec .inner .pc-menu .flex-box .col.logo {
  width: 75px;
  margin-left: 40px;
}

footer .footer-nav-sec .inner .pc-menu .flex-box .col a {
  display: block;
  margin-bottom: 10px;
}

footer .footer-nav-sec .inner .pc-menu .flex-box .col a.not-link {
  cursor: default;
}

footer .footer-nav-sec .inner .pc-menu .flex-box .col p {
  margin-bottom: 10px;
  padding-bottom: 0;
  border-bottom: 1px solid #fff;
}

footer .footer-nav-sec .inner .pc-menu .flex-box .col .sns-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .footer-nav-sec .inner .pc-menu .flex-box .col .sns-box a {
  width: 14px;
  margin-right: 15px;
}

footer .footer-nav-sec .inner .pc-menu .flex-box .col.last {
  padding-left: 20px;
  border-left: 1px solid #ccc;
}

footer .footer-nav-sec .inner .pc-menu .basic-menu {
  text-align: right;
}

footer .footer-nav-sec .inner .pc-menu .basic-menu a {
  display: inline-block;
  margin-left: 20px;
  font-size: 1.1rem;
  line-height: 1;
}

footer .footer-nav-sec .inner .pc-menu .basic-menu a.icon {
  width: 12px;
  height: 12px;
  margin-left: 10px;
}

@media screen and (min-width: 1025px) {
  footer .footer-nav-sec .inner .sp-menu {
    display: none;
  }
}

footer .footer-nav-sec .inner .sp-menu .logo {
  width: 85px;
  margin: 0 auto 20px;
}

footer .footer-nav-sec .inner .sp-menu .wrap {
  position: relative;
}

footer .footer-nav-sec .inner .sp-menu .wrap::after {
  content: "";
  background-color: #ccc;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
}

footer .footer-nav-sec .inner .sp-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}

footer .footer-nav-sec .inner .sp-menu ul li {
  width: 50%;
  height: 60px;
  display: table;
  border-bottom: 1px solid #ccc;
}

footer .footer-nav-sec .inner .sp-menu ul li a {
  width: 100%;
  height: 100%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

footer .footer-nav-sec .inner .sp-menu ul li:nth-last-of-type(-n + 2) {
  border-bottom: none;
}

footer .footer-nav-sec .inner .sp-menu .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .footer-nav-sec .inner .sp-menu .sns a {
  width: 22px;
  display: block;
  margin: 0 10px;
}

footer .footer-nav-sec .inner .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .footer-nav-sec .inner .flex-box .col {
  margin-left: 20px;
  font-size: 1.1rem;
  line-height: 1.6;
}

footer .footer-nav-sec .inner .flex-box .col.logo {
  width: 170px;
  margin-left: 0;
}

footer .footer-nav-sec .inner .flex-box .col a {
  display: block;
  margin-bottom: 20px;
}

footer .footer-nav-sec .inner .flex-box .col p {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

footer .footer-nav-sec .inner .flex-box .col .sns-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .footer-nav-sec .inner .flex-box .col .sns-box a {
  width: 14px;
  margin-right: 15px;
}

footer .footer-nav-sec .inner .flex-box .col.last {
  padding-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

footer .copyright {
  background: #fff;
  padding: 22px 0;
  color: #80683a;
  font-size: 1rem;
  letter-spacing: 1px;
  text-align: center;
}

footer .copyright .company-link {
  margin-bottom: 20px;
  color: #333;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
}

footer .copyright .company-link a {
  display: inline-block;
  padding: 0 10px;
}

footer .copyright .company-link a:nth-of-type(1) {
  border-right: 1px solid #333;
}

main {
  margin-top: 100px;
  overflow-x: hidden;
  overflow-y: visible;
}

@media screen and (max-width: 768px) {
  main {
    margin-top: 65px;
  }
}

.recommendfair-sec {
  background: #f7f5f0;
  position: relative;
  padding: 0 0 80px;
}

@media screen and (max-width: 768px) {
  .recommendfair-sec {
    padding: 0 0 80px;
  }
}

.recommendfair-sec .inner {
  width: calc(100% - 50px);
  max-width: 1000px;
  position: relative;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .recommendfair-sec .inner {
    width: 100%;
  }
}

.recommendfair-sec .inner .title {
  position: relative;
  top: -30px;
  margin-bottom: 10px;
  color: #806a3b;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .recommendfair-sec .inner .title {
    top: -25px;
  }
}

.recommendfair-sec .inner .title .en {
  display: inline-block;
  margin-bottom: 3px;
  font-size: 3.6rem;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  .recommendfair-sec .inner .title .en {
    margin-bottom: 2px;
    font-size: 3rem;
    letter-spacing: 1px;
  }
}

.recommendfair-sec .inner .title .ja {
  display: block;
  color: #b17e2c;
  font-size: 1.3rem;
  font-weight: 700;
}

.recommendfair-sec .inner .list {
  margin: 0 auto 90px;
}

@media screen and (max-width: 768px) {
  .recommendfair-sec .inner .list {
    width: 100%;
    margin: 0 auto 30px;
  }
}

.recommendfair-sec .inner .list .slide {
  width: 25%;
  margin: 0 12.5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .recommendfair-sec .inner .list .slide {
    width: 100%;
    margin: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.recommendfair-sec .inner .list .slide > a {
  display: block;
}

.recommendfair-sec .inner .list .slide > a:hover .img {
  opacity: .8;
}

.recommendfair-sec .inner .list .slide > a:hover .title {
  text-decoration: none;
}

.recommendfair-sec .inner .list .slide > a:focus {
  outline: none;
}

.recommendfair-sec .inner .list .slide figure {
  background: #000;
  width: 100%;
  height: 17.754vw;
  margin-bottom: 10px;
}

.recommendfair-sec .inner .list .slide figure .img {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  background-position: center;
}

.recommendfair-sec .inner .list .slide .day {
  margin-bottom: 5px;
  color: #b59c55;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 1px;
}

.recommendfair-sec .inner .list .slide .day span {
  display: inline-block;
  margin-right: 15px;
}

.recommendfair-sec .inner .list .slide .day .seat {
  background: #b59c55;
  position: relative;
  top: -2px;
  padding: 0 5px;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 400;
}

.recommendfair-sec .inner .list .slide .title {
  position: static;
  margin-bottom: 10px;
  color: #b17e2c;
  font-size: 1.35rem;
  line-height: 1.6;
  text-decoration: underline;
  text-align: left;
}

.recommendfair-sec .inner .list .slide .time {
  font-size: 1.35rem;
}

.recommendfair-sec .inner .slick-dots {
  bottom: -50px;
}

.recommendfair-sec .inner .slick-dots li {
  margin: 0 1px;
}

.recommendfair-sec .inner .slick-dots li.slick-active button:before {
  color: #b59c55;
}

.recommendfair-sec .inner .slick-dots li button:before {
  content: "●";
  color: #dccfb0;
}

@media screen and (max-width: 768px) {
  .recommendfair-sec .inner .slick-dots li button:before {
    font-size: 12px;
  }
}

.recommendfair-sec .inner .slick-next {
  background: url(../img/common/arrow-gold_next.svg) 50% no-repeat;
  width: 37px;
  height: 37px;
  top: 40%;
  right: -50px;
}

@media screen and (max-width: 768px) {
  .recommendfair-sec .inner .slick-next {
    width: 30px;
    height: 30px;
    top: 33%;
    right: 35px;
  }
}

.recommendfair-sec .inner .slick-next::before {
  display: none;
}

.recommendfair-sec .inner .slick-prev {
  background: url(../img/common/arrow-gold_prev.svg) 50% no-repeat;
  width: 37px;
  height: 37px;
  top: 40%;
  left: -50px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .recommendfair-sec .inner .slick-prev {
    width: 30px;
    height: 30px;
    top: 33%;
    left: 35px;
  }
}

.recommendfair-sec .inner .slick-prev::before {
  display: none;
}

.recommendfair-sec .inner .link-btn {
  background: #b17e2c;
  max-width: 300px !important;
  margin: 0 auto;
  width: 100%;
  max-width: 360px;
  display: block;
  position: relative;
  padding: 24px 0;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
}

.recommendfair-sec .inner .link-btn::before, .recommendfair-sec .inner .link-btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
}

.recommendfair-sec .inner .link-btn.arrow-deco::before {
  width: 20px;
  height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 50%;
}

.recommendfair-sec .inner .link-btn.arrow-deco::after {
  width: 6px;
  height: 6px;
  right: 28px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .recommendfair-sec .inner .link-btn {
    width: calc(100% - 40px);
    max-width: none !important;
  }
}

.othercontents-sec {
  background: #fff;
  padding: 60px 0 120px;
}

@media screen and (max-width: 768px) {
  .othercontents-sec {
    padding-bottom: 60px;
  }
}

.othercontents-sec .inner {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
}

.othercontents-sec .inner .title {
  margin-bottom: 35px;
  color: #b59c55;
  font-size: 3.6rem;
  letter-spacing: 3px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .othercontents-sec .inner .title {
    margin-bottom: 30px;
    font-size: 3rem;
  }
}

@media screen and (max-width: 768px) {
  .othercontents-sec .inner .title.otherparty {
    margin-bottom: 30px;
    line-height: 1.2;
  }
}

.othercontents-sec .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .othercontents-sec .inner ul {
    display: block;
  }
}

.othercontents-sec .inner ul li {
  width: 48%;
  max-width: 590px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .othercontents-sec .inner ul li {
    width: 100%;
    max-width: none;
    margin-bottom: 5px;
  }
}

.othercontents-sec .inner ul li a {
  height: 250px;
  display: block;
}

@media screen and (max-width: 768px) {
  .othercontents-sec .inner ul li a {
    height: 180px;
  }
}

.othercontents-sec .inner ul li a figure {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
  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;
}

.othercontents-sec .inner ul li a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
  .othercontents-sec .inner ul li a figure {
    width: 100%;
    height: 100%;
  }
}

.othercontents-sec .inner ul li a figure::before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: background .2s;
  transition: background .2s;
}

.othercontents-sec .inner ul li a:hover figure::before {
  background: rgba(0, 0, 0, 0.6);
}

.othercontents-sec .inner ul li div {
  width: 100%;
  position: absolute;
  top: calc(50% + 10px);
  left: 50%;
  z-index: 2;
  color: #fff;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.othercontents-sec .inner ul li div .en {
  font-size: 3.4rem;
  line-height: 1.3;
  letter-spacing: 3px;
}

@media screen and (max-width: 768px) {
  .othercontents-sec .inner ul li div .en {
    font-size: 2.4rem;
  }
}

.othercontents-sec .inner ul li div .en span {
  display: inline-block;
}

.othercontents-sec .inner ul li div .en span .sub {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 2.1rem;
}

@media screen and (max-width: 768px) {
  .othercontents-sec .inner ul li div .en span .sub {
    margin-bottom: 7px;
    font-size: 1.5rem;
  }
}

.othercontents-sec.otherparty .original a div .script {
  width: 112px;
  margin: -10px auto 5px;
}

.othercontents-sec.otherparty .pleasant a div .script {
  width: 129px;
  margin: -10px auto 5px;
}

.othercontents-sec.otherparty .provence a div .script {
  width: 129px;
  margin: -10px auto 5px;
}

.othercontents-sec.othercontent .title, .othercontents-sec.otheritem .title {
  color: #806a3b;
}

@media screen and (max-width: 768px) {
  .othercontents-sec.othercontent li a div .en, .othercontents-sec.otheritem li a div .en {
    font-size: 3rem;
  }
}

.othercontents-sec.othercontent li a div .en::after, .othercontents-sec.otheritem li a div .en::after {
  content: "";
  background: #fff;
  width: 282px;
  height: 1px;
  display: block;
  margin: 5px auto;
}

.fixed_footer_link {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 5;
}

@media screen and (max-width: 768px) {
  .fixed_footer_link {
    width: 100%;
  }
}

.fixed_footer_link .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* z-index: 43; */
}

.fixed_footer_link .btns a {
  background-color: #4f93a0;
  width: 240px;
  display: block;
  position: relative;
  padding: 20px 0 16px;
  /* width: 50%; */
  color: #fff;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .fixed_footer_link .btns a {
    width: 33.3333%;
  }
}

.fixed_footer_link .btns a span {
  display: inline-block;
}

.fixed_footer_link .btns a.r_link {
  background: #fff;
  color: #80683a;
}

@media screen and (max-width: 768px) {
  .fixed_footer_link .btns a.r_link {
    background: #b59c55;
    color: #fff;
  }
}

.fixed_footer_link .btns a.r_link i {
  width: 16px;
  display: inline-block;
  margin-top: -1px;
  margin-right: 5px;
  vertical-align: top;
}

.fixed_footer_link .btns a.c_link {
  background: #b59c55;
}

@media screen and (max-width: 768px) {
  .fixed_footer_link .btns a.c_link {
    display: none;
  }
}

.fixed_footer_link .btns a.c_link i {
  width: 16px;
  display: inline-block;
  margin-top: -1px;
  margin-right: 5px;
  vertical-align: top;
}

.fixed_footer_link .btns a.l_link {
  background: #b17e2c;
}

.fixed_footer_link .btns a.l_link i {
  width: 16px;
  display: inline-block;
  margin-top: -2px;
  margin-right: 5px;
  vertical-align: top;
}

.fixed_footer_link .btns a.tel_link {
  background: #fff;
  color: #80683a;
}

@media screen and (min-width: 769px) {
  .fixed_footer_link .btns a.tel_link {
    display: none;
  }
}

.fixed_footer_link .btns a.tel_link i {
  width: 16px;
  display: inline-block;
  margin-top: -2px;
  margin-right: 5px;
  vertical-align: top;
}

.fixed_footer_link .btns a::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-position: center;
}

@media screen and (max-width: 768px) {
  .fixed_footer_link .btns a::before {
    width: 16px;
    height: 16px;
    left: 10px;
  }
}

.pagehead-sec {
  background: #fff;
  padding: 70px 0 50px;
}

@media screen and (max-width: 768px) {
  .pagehead-sec {
    padding: 40px 0 40px;
  }
}

.pagehead-sec .inner .title {
  color: #80683a;
  text-align: center;
}

.pagehead-sec .inner .title .en {
  display: inline-block;
  margin-bottom: 7px;
  font-size: 3.6rem;
  letter-spacing: 3px;
}

@media screen and (max-width: 768px) {
  .pagehead-sec .inner .title .en {
    padding-bottom: 5px;
    font-size: 3rem;
    line-height: 1.3;
    letter-spacing: 1px;
  }
}

.pagehead-sec .inner .title .en::after {
  content: "";
  background: #f7f5f0;
  min-width: 330px;
  height: 3px;
  display: block;
}

@media screen and (max-width: 768px) {
  .pagehead-sec .inner .title .en::after {
    min-width: 218px;
  }
}

.pagehead-sec .inner .title .ja {
  display: block;
  font-size: 1.3rem;
}

.link-btn {
  background: #b17e2c;
  margin: 0 auto;
  border: 1px solid #b17e2c;
  -webkit-transition: background-color .2s, color .2s, border-color .2s;
  transition: background-color .2s, color .2s, border-color .2s;
  width: 100%;
  max-width: 360px;
  display: block;
  position: relative;
  padding: 24px 0;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
}

.link-btn::before, .link-btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
}

.link-btn.arrow-deco::before {
  width: 20px;
  height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 50%;
}

.link-btn.arrow-deco::after {
  width: 6px;
  height: 6px;
  right: 28px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .link-btn {
    width: calc(100% - 40px);
    max-width: none !important;
  }
}

@media screen and (min-width: 769px) {
  .link-btn:hover {
    background: #fff;
    color: #b17e2c;
  }
  .link-btn:hover.arrow-deco::after {
    border-color: #b17e2c;
  }
  .link-btn:hover.arrow-deco::before {
    border-color: #b17e2c;
  }
}

.link-btn2 {
  background: #b59c55;
  position: relative;
  margin: 0 auto;
  border: 1px solid #b59c55;
  -webkit-transition: background-color .2s, color .2s, border-color .2s;
  transition: background-color .2s, color .2s, border-color .2s;
  width: 100%;
  max-width: 360px;
  display: block;
  position: relative;
  padding: 24px 0;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
}

.link-btn2::before, .link-btn2::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  vertical-align: middle;
}

.link-btn2.arrow-deco2::before {
  width: 20px;
  height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 50%;
}

.link-btn2.arrow-deco2::after {
  width: 6px;
  height: 6px;
  left: 28px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

@media screen and (max-width: 768px) {
  .link-btn2 {
    width: 100%;
    max-width: none !important;
  }
}

@media screen and (min-width: 769px) {
  .link-btn2:hover {
    background: #fff;
    color: #b59c55;
  }
  .link-btn2:hover.arrow-deco2::after {
    border-color: #b59c55;
  }
  .link-btn2:hover.arrow-deco2::before {
    border-color: #b59c55;
  }
}

.facility-sec .inner {
  width: 100%;
}

.facility-sec .inner .flex-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .facility-sec .inner .flex-box {
    display: block;
  }
}

.facility-sec .inner .flex-box div {
  background: #000;
  width: 33.3333%;
  height: 601px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .facility-sec .inner .flex-box div {
    width: 100%;
    height: 280px;
  }
}

.facility-sec .inner .flex-box div figure {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  opacity: .8;
  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;
}

.facility-sec .inner .flex-box div figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.facility-sec .inner .flex-box div .title {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .facility-sec .inner .flex-box div .title {
    top: calc(50% - 30px);
  }
}

.facility-sec .inner .flex-box div .title span {
  display: inline-block;
  color: #fff;
  font-size: 3.6rem;
  letter-spacing: 3px;
}

@media screen and (max-width: 768px) {
  .facility-sec .inner .flex-box div .title span {
    font-size: 3rem;
  }
}

.facility-sec .inner .flex-box div .wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 60px;
}

.facility-sec .inner .flex-box div .btn {
  background: #fff;
  width: 90%;
  max-width: 290px;
  display: block;
  position: relative;
  padding: 15px 0;
  color: #b59c55;
  text-align: center;
  -webkit-transition: color .2s, background-color .2s;
  transition: color .2s, background-color .2s;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .facility-sec .inner .flex-box div .btn {
    width: calc(100% - 40px);
    max-width: none;
  }
}

.facility-sec .inner .flex-box div .btn::before, .facility-sec .inner .flex-box div .btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
}

.facility-sec .inner .flex-box div .btn.arrow-deco::before {
  width: 16px;
  height: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #b59c55;
  border-radius: 50%;
}

.facility-sec .inner .flex-box div .btn.arrow-deco::after {
  width: 4px;
  height: 4px;
  right: 16px;
  border-top: 1px solid #b59c55;
  border-right: 1px solid #b59c55;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.facility-sec .inner .flex-box div .btn:hover {
  background: #b59c55;
  color: #fff;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.facility-sec .inner .flex-box div .btn:hover::before, .facility-sec .inner .flex-box div .btn:hover::after {
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
}

.facility-sec .inner .flex-box div .btn:hover.arrow-deco::before {
  width: 16px;
  height: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 50%;
}

.facility-sec .inner .flex-box div .btn:hover.arrow-deco::after {
  width: 4px;
  height: 4px;
  right: 16px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/*---------------------------------------
 * パーツ
---------------------------------------*/
/*---------------------------------------
 * TOP
---------------------------------------*/
.top .mv-sec {
  width: 100%;
  position: relative;
  line-height: 0;
}

@media screen and (max-width: 768px) {
  .top .mv-sec .bg {
    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;
  }
}

.top .mv-sec .bg video {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .top .mv-sec .bg video {
    width: 100%;
    height: 50vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.top .headlinenews-sec {
  position: relative;
}

.top .headlinenews-sec::before {
  content: "";
  background: #f0ecdc;
  width: 295px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .top .headlinenews-sec::before {
    content: none;
  }
}

.top .headlinenews-sec .topics {
  padding: 15px 70px 15px 0;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .top .headlinenews-sec .topics {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 20px;
    line-height: 1.6;
  }
}

.top .headlinenews-sec .topics span {
  display: inline-block;
  margin-right: 10px;
  color: #806a3b;
  font-size: 1.6rem;
  letter-spacing: 2px;
}

.top .headlinenews-sec .topics a {
  display: inline-block;
  color: #b59c55;
  font-size: 1.2rem;
  font-weight: normal;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .top .headlinenews-sec .topics a {
    text-align: left;
  }
}

.top .headlinenews-sec .topics a:hover {
  text-decoration: none;
}

.top .outline-sec {
  position: relative;
  padding: 120px 0 90px;
}

@media screen and (max-width: 768px) {
  .top .outline-sec {
    padding: 0 0 80px;
  }
}

.top .outline-sec::before {
  content: "";
  background: #f0ecdc;
  width: 295px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .top .outline-sec::before {
    width: 100px;
  }
}

.top .outline-sec::after {
  content: "";
  background: #e6d5ae;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 165px;
  left: 0;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .top .outline-sec::after {
    top: 30px;
  }
}

.top .outline-sec .inner .flex-box {
  width: calc(100% - 260px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
  z-index: 1;
  margin: 0 auto 0;
}

@media screen and (max-width: 768px) {
  .top .outline-sec .inner .flex-box {
    width: 100%;
    display: block;
    margin-top: 0;
  }
}

.top .outline-sec .inner .flex-box .photo {
  width: 43.4%;
  height: 628px;
  position: relative;
  margin: 80px 0 0;
}

@media screen and (max-width: 768px) {
  .top .outline-sec .inner .flex-box .photo {
    width: calc(100% - 40px);
    height: 89.333vw;
    margin: 0 0 2.3vw;
    padding-left: 40px;
  }
}

.top .outline-sec .inner .flex-box .photo figure {
  width: 100%;
  height: 100%;
  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;
}

.top .outline-sec .inner .flex-box .photo figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top .outline-sec .inner .flex-box .photo .name {
  width: 308px;
  position: absolute;
  top: -222px;
  left: -50px;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .top .outline-sec .inner .flex-box .photo .name {
    width: 45.067vw;
    top: auto;
    bottom: 20px;
    left: 20px;
  }
}

.top .outline-sec .inner .flex-box .text {
  width: 46.38%;
}

@media screen and (max-width: 768px) {
  .top .outline-sec .inner .flex-box .text {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}

.top .outline-sec .inner .flex-box .text .midashi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 30px;
  color: #806a3b;
  font-size: 3.6rem;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  .top .outline-sec .inner .flex-box .text .midashi {
    margin: 0 0 15px;
    font-size: 3rem;
  }
}

.top .outline-sec .inner .flex-box .text .midashi span {
  width: 268px;
  height: 81px;
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .top .outline-sec .inner .flex-box .text .midashi span {
    width: 168px;
    height: 50px;
    margin-top: 3px;
  }
}

.top .outline-sec .inner .flex-box .text .catch {
  margin: 0 0 35px;
  font-size: 2rem;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  .top .outline-sec .inner .flex-box .text .catch {
    margin: 0 0 20px;
    font-size: 1.6rem;
  }
}

.top .outline-sec .inner .flex-box .text .read {
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .top .outline-sec .inner .flex-box .text .read {
    padding-bottom: 66px;
    line-height: 1.8;
  }
}

.top .outline-sec .inner .photo-box {
  width: 61.05%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 3;
  margin-top: -245px;
  padding-left: calc(100% - 61.05% - 80px);
}

@media screen and (max-width: 768px) {
  .top .outline-sec .inner .photo-box {
    width: 100%;
    margin-top: 0;
    padding-left: 0;
  }
}

.top .outline-sec .inner .photo-box figure:first-child {
  width: 37%;
  height: 325px;
}

@media screen and (max-width: 768px) {
  .top .outline-sec .inner .photo-box figure:first-child {
    width: 43.8vw;
    height: 48vw;
  }
}

.top .outline-sec .inner .photo-box figure:last-child {
  width: calc(63% - 10px);
  height: 325px;
}

@media screen and (max-width: 768px) {
  .top .outline-sec .inner .photo-box figure:last-child {
    width: 53.867vw;
    height: 48vw;
  }
}

.top .outline-sec .inner .photo-box figure {
  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;
}

.top .outline-sec .inner .photo-box figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top .outline-sec .obj {
  width: 289px;
  height: 545px;
  position: absolute;
  bottom: -150px;
  left: -20px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .top .outline-sec .obj {
    display: none;
  }
}

.top .outline-sec .obj2 {
  width: 347px;
  height: 619px;
  position: absolute;
  right: -30px;
  bottom: 80px;
  -webkit-transform: rotate(7deg);
          transform: rotate(7deg);
}

@media screen and (max-width: 768px) {
  .top .outline-sec .obj2 {
    width: 146px;
    height: 262.6px;
    top: 160px;
    bottom: auto;
  }
}

.top .about-sec {
  position: relative;
  padding: 0 0 190px;
}

@media screen and (max-width: 768px) {
  .top .about-sec {
    padding: 0 0 100px;
  }
}

.top .about-sec::before {
  content: "";
  background: #f0ecdc;
  width: 259px;
  height: 972px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .top .about-sec::before {
    width: 100px;
    height: 100%;
  }
}

.top .about-sec .inner {
  position: relative;
  z-index: 1;
}

.top .about-sec .inner .main-photo {
  width: calc(100% - 130px);
  height: 600px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .top .about-sec .inner .main-photo {
    width: 100%;
    height: 100vw;
  }
}

.top .about-sec .inner .main-photo figure {
  width: 100%;
  height: 100%;
  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;
}

.top .about-sec .inner .main-photo figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top .about-sec .inner .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  z-index: 0;
  margin: -86px 0 0;
}

@media screen and (max-width: 768px) {
  .top .about-sec .inner .flex-box {
    display: block;
    margin: 0;
  }
}

.top .about-sec .inner .flex-box .text {
  width: 42.46%;
  position: relative;
  padding: 0 3.66% 0 3.6%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 1366px) {
  .top .about-sec .inner .flex-box .text {
    padding-left: 130px;
  }
}

@media screen and (max-width: 768px) {
  .top .about-sec .inner .flex-box .text {
    width: 100%;
    padding: 40px 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.top .about-sec .inner .flex-box .text::before {
  content: "";
  background: #e6d5ae;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .top .about-sec .inner .flex-box .text::before {
    top: 65px;
  }
}

.top .about-sec .inner .flex-box .text .midashi {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  color: #806a3b;
  font-size: 3.6rem;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  .top .about-sec .inner .flex-box .text .midashi {
    margin-bottom: 20px;
    font-size: 3rem;
  }
}

.top .about-sec .inner .flex-box .text .catch {
  margin: 0 0 20px;
  font-size: 2rem;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  .top .about-sec .inner .flex-box .text .catch {
    margin: 0 0 15px;
    font-size: 1.6rem;
  }
}

.top .about-sec .inner .flex-box .text .read {
  margin-bottom: 30px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .top .about-sec .inner .flex-box .text .read {
    line-height: 1.8;
  }
}

.top .about-sec .inner .flex-box .photo {
  width: 57.54%;
  padding-right: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .top .about-sec .inner .flex-box .photo {
    width: calc(100% - 40px);
    margin: 0 auto 40px;
    padding-right: 0;
  }
}

.top .about-sec .inner .flex-box .photo .photo-box {
  height: 566px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 768px) {
  .top .about-sec .inner .flex-box .photo .photo-box {
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.top .about-sec .inner .flex-box .photo .photo-box figure:first-child {
  width: 40.37%;
  height: 393px;
}

@media screen and (max-width: 1024px) {
  .top .about-sec .inner .flex-box .photo .photo-box figure:first-child {
    height: 566px;
  }
}

@media screen and (max-width: 768px) {
  .top .about-sec .inner .flex-box .photo .photo-box figure:first-child {
    width: 39.733vw;
    height: 61.333vw;
  }
}

.top .about-sec .inner .flex-box .photo .photo-box figure:last-child {
  width: 58.22%;
  height: 566px;
}

@media screen and (max-width: 768px) {
  .top .about-sec .inner .flex-box .photo .photo-box figure:last-child {
    width: 48vw;
    height: 61.333vw;
  }
}

.top .about-sec .inner .flex-box .photo .photo-box figure {
  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;
}

.top .about-sec .inner .flex-box .photo .photo-box figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top .about-sec .inner .link-btn {
  background: #b59c55;
  margin: 0;
  width: 100%;
  max-width: 360px;
  display: block;
  position: relative;
  padding: 24px 0;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
}

.top .about-sec .inner .link-btn::before, .top .about-sec .inner .link-btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
}

.top .about-sec .inner .link-btn.arrow-deco::before {
  width: 20px;
  height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 50%;
}

.top .about-sec .inner .link-btn.arrow-deco::after {
  width: 6px;
  height: 6px;
  right: 28px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .top .about-sec .inner .link-btn {
    width: calc(100% - 40px);
    max-width: none;
    margin: 0 auto;
  }
}

.top .about-sec .obj {
  width: 289px;
  height: 454px;
  position: absolute;
  bottom: 50px;
  left: -70px;
  z-index: 0;
  -webkit-transform: rotate(22deg);
          transform: rotate(22deg);
}

@media screen and (max-width: 768px) {
  .top .about-sec .obj {
    display: none;
  }
}

.top .fair-sec {
  background: #fff;
  padding: 0 0 80px;
}

@media screen and (max-width: 768px) {
  .top .fair-sec {
    padding: 0 0 60px;
  }
}

.top .fair-sec .inner {
  width: calc(100% - 140px);
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .top .fair-sec .inner {
    width: 100%;
  }
}

.top .fair-sec .inner .title {
  position: relative;
  top: -30px;
  margin: 0 0 5px;
  color: #806a3b;
  font-size: 3.6rem;
  letter-spacing: 3px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .top .fair-sec .inner .title {
    top: -20px;
    margin: 0 0 10px;
    font-size: 3rem;
  }
}

.top .fair-sec .inner .catch {
  margin: -30px 0 60px;
  color: #b17e2c;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .top .fair-sec .inner .catch {
    margin-bottom: 40px;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}

.top .fair-sec .inner .list {
  width: calc(100% - 120px);
  margin: 0 auto 90px;
}

@media screen and (max-width: 768px) {
  .top .fair-sec .inner .list {
    width: 100%;
    margin: 0 auto 30px;
  }
}

.top .fair-sec .inner .list .slide {
  width: 25%;
  margin: 0 12.5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.top .fair-sec .inner .list .slide > a {
  display: block;
}

.top .fair-sec .inner .list .slide > a:hover .img {
  opacity: .8;
}

.top .fair-sec .inner .list .slide > a:hover .title {
  text-decoration: none;
}

.top .fair-sec .inner .list .slide > a:focus {
  outline: none;
}

.top .fair-sec .inner .list .slide figure {
  background: #000;
  width: 100%;
  height: 20.755vw;
  margin-bottom: 10px;
  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;
}

.top .fair-sec .inner .list .slide figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
  .top .fair-sec .inner .list .slide figure {
    height: 65vw;
  }
}

.top .fair-sec .inner .list .slide figure .img {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  background-position: center;
}

.top .fair-sec .inner .list .slide .day {
  margin-bottom: 10px;
  color: #b59c55;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 1px;
}

.top .fair-sec .inner .list .slide .day span {
  display: inline-block;
  margin-right: 15px;
}

.top .fair-sec .inner .list .slide .day .seat {
  background: #b59c55;
  padding: 2px 10px;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 400;
}

.top .fair-sec .inner .list .slide .title {
  position: static;
  margin-bottom: 10px;
  color: #b17e2c;
  font-size: 1.35rem;
  text-decoration: underline;
  text-align: left;
}

.top .fair-sec .inner .list .slide .time {
  font-size: 1.35rem;
}

.top .fair-sec .inner .slick-dots {
  bottom: -50px !important;
  bottom: -50px;
}

.top .fair-sec .inner .slick-dots li {
  margin: 0 1px;
}

.top .fair-sec .inner .slick-dots li.slick-active button:before {
  color: #b59c55;
}

.top .fair-sec .inner .slick-dots li button:before {
  content: "●";
  color: #dccfb0;
}

@media screen and (max-width: 768px) {
  .top .fair-sec .inner .slick-dots li button:before {
    font-size: 12px;
  }
}

.top .fair-sec .inner .slick-next {
  background: url(../img/common/arrow-gold_next.svg) 50% no-repeat;
  width: 37px;
  height: 37px;
  top: 40%;
  right: -50px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .top .fair-sec .inner .slick-next {
    width: 30px;
    height: 30px;
    top: 30%;
    right: 25px;
  }
}

.top .fair-sec .inner .slick-next::before {
  display: none;
}

.top .fair-sec .inner .slick-prev {
  background: url(../img/common/arrow-gold_prev.svg) 50% no-repeat;
  width: 37px;
  height: 37px;
  top: 40%;
  left: -50px;
}

@media screen and (max-width: 768px) {
  .top .fair-sec .inner .slick-prev {
    width: 30px;
    height: 30px;
    top: 30%;
    left: 25px;
    z-index: 1;
  }
}

.top .fair-sec .inner .slick-prev::before {
  display: none;
}

.top .party-sec {
  position: relative;
  padding: 90px 0 110px;
}

@media screen and (max-width: 768px) {
  .top .party-sec {
    padding: 60px 0;
  }
}

.top .party-sec .inner .photo-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}

.top .party-sec .inner .photo-box figure:nth-of-type(1) {
  width: 55.64%;
  height: 490px;
}

.top .party-sec .inner .photo-box figure:nth-of-type(2) {
  width: 20.86%;
  height: 325px;
}

.top .party-sec .inner .photo-box figure:nth-of-type(3) {
  width: 21.96%;
  height: 325px;
}

.top .party-sec .inner .photo-box figure {
  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;
}

.top .party-sec .inner .photo-box figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top .party-sec .inner .sp-slides {
  width: calc(100% - 40px);
  margin: 0 auto 30px;
}

.top .party-sec .inner .sp-slides .slick-next {
  background: url(../img/common/arrow-wh_next.svg) 50% no-repeat;
  width: 25px;
  height: 25px;
  top: 50%;
  right: 10px;
  z-index: 1;
}

.top .party-sec .inner .sp-slides .slick-next::before {
  display: none;
}

.top .party-sec .inner .sp-slides .slick-prev {
  background: url(../img/common/arrow-wh_prev.svg) 50% no-repeat;
  width: 25px;
  height: 25px;
  top: 50%;
  left: 10px;
  z-index: 1;
}

.top .party-sec .inner .sp-slides .slick-prev::before {
  display: none;
}

.top .party-sec .inner .midashi {
  width: 100%;
  position: absolute;
  top: 473px;
  right: 130px;
  z-index: 0;
  color: #806a3b;
  font-size: 3.6rem;
  letter-spacing: 2px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .top .party-sec .inner .midashi {
    position: relative;
    top: 0;
    right: 0;
    padding: 0 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.top .party-sec .inner .midashi::before {
  content: "";
  background: #e6d5ae;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 30px;
  right: -130px;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .top .party-sec .inner .midashi::before {
    right: 0;
  }
}

.top .party-sec .inner .midashi span {
  width: 633px;
  display: inline-block;
  position: relative;
  z-index: 10;
  margin-top: 20px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .top .party-sec .inner .midashi span {
    width: 100%;
    max-width: 315px;
    margin-top: 10px;
    padding-left: 20px;
  }
}

.top .party-sec .inner .flex-box {
  width: calc(100% - 260px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .top .party-sec .inner .flex-box {
    width: calc(100% - 60px);
  }
}

@media screen and (max-width: 768px) {
  .top .party-sec .inner .flex-box {
    width: calc(100% - 40px);
    display: block;
  }
}

.top .party-sec .inner .flex-box > div {
  width: 30.74%;
}

@media screen and (max-width: 768px) {
  .top .party-sec .inner .flex-box > div {
    width: 100%;
    margin-bottom: 60px;
  }
  .top .party-sec .inner .flex-box > div:last-child {
    margin-bottom: 0;
  }
}

.top .party-sec .inner .flex-box > div figure {
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .top .party-sec .inner .flex-box > div figure {
    height: 78.667vw;
    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;
  }
  .top .party-sec .inner .flex-box > div figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.top .party-sec .inner .flex-box > div .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  margin-bottom: 10px;
  color: #806a3b;
  font-size: 3.0rem;
  line-height: 1.4;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  .top .party-sec .inner .flex-box > div .title {
    letter-spacing: 3px;
  }
}

.top .party-sec .inner .flex-box > div .title i {
  width: auto;
  height: 30px;
  position: relative;
  top: 0;
  padding-left: 20px;
}

.top .party-sec .inner .flex-box > div .title i img {
  width: auto;
  height: 100%;
}

.top .party-sec .inner .flex-box > div .title::after {
  content: "";
  background: #e6d5ae;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 11px;
  left: 0;
  z-index: -1;
}

.top .party-sec .inner .flex-box > div .catch {
  margin-bottom: 10px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .top .party-sec .inner .flex-box > div .catch {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
}

.top .party-sec .inner .flex-box > div .read {
  display: inline-block;
  padding-right: 30px;
  padding-bottom: 2px;
  border-bottom: 1px solid #b59c55;
  color: #b59c55;
  text-align: left;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.top .party-sec .inner .flex-box > div .read::before, .top .party-sec .inner .flex-box > div .read::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
}

.top .party-sec .inner .flex-box > div .read.arrow-deco::before {
  width: 16px;
  height: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #b59c55;
  border-radius: 50%;
}

.top .party-sec .inner .flex-box > div .read.arrow-deco::after {
  width: 4px;
  height: 4px;
  right: 6px;
  border-top: 1px solid #b59c55;
  border-right: 1px solid #b59c55;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .top .party-sec .inner .flex-box > div .read {
    width: 100%;
    display: block;
    padding: 15px 0;
    border: 1px solid #b59c55;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    position: relative;
    vertical-align: middle;
  }
  .top .party-sec .inner .flex-box > div .read::before, .top .party-sec .inner .flex-box > div .read::after {
    content: "";
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    vertical-align: middle;
  }
  .top .party-sec .inner .flex-box > div .read.arrow-deco::before {
    width: 16px;
    height: 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #b59c55;
    border-radius: 50%;
  }
  .top .party-sec .inner .flex-box > div .read.arrow-deco::after {
    width: 4px;
    height: 4px;
    right: 16px;
    border-top: 1px solid #b59c55;
    border-right: 1px solid #b59c55;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
}

.top .party-sec .obj {
  width: 347px;
  height: 619px;
  position: absolute;
  bottom: -30px;
  left: -100px;
  -webkit-transform: rotate(17deg);
          transform: rotate(17deg);
  opacity: .6;
}

@media screen and (max-width: 768px) {
  .top .party-sec .obj {
    display: none;
  }
}

.top .party-sec .obj2 {
  width: 289px;
  height: 455px;
  position: absolute;
  right: -70px;
  bottom: 360px;
  -webkit-transform: rotate(-19deg);
          transform: rotate(-19deg);
  opacity: .6;
}

@media screen and (max-width: 768px) {
  .top .party-sec .obj2 {
    display: none;
  }
}

.top .facility-sec {
  background: #f0ecdc;
  padding: 80px 0;
  border-top: 34px solid #f5f1e5;
}

@media screen and (max-width: 768px) {
  .top .facility-sec {
    padding: 40px 0;
    border-top: 30px solid #f5f1e5;
  }
}

.top .weddingitem-sec {
  background: #f0ecdc;
  padding: 20px 0 110px;
  border-bottom: 34px solid #f5f1e5;
}

@media screen and (max-width: 768px) {
  .top .weddingitem-sec {
    padding: 20px 0 50px;
    border-bottom: 30px solid #f5f1e5;
  }
}

.top .weddingitem-sec .inner {
  width: calc(100% - 260px);
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .top .weddingitem-sec .inner {
    width: calc(100% - 40px);
  }
}

.top .weddingitem-sec .inner .title {
  margin-bottom: 30px;
  color: #806a3b;
  font-size: 3.6rem;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  .top .weddingitem-sec .inner .title {
    margin-bottom: 40px;
    font-size: 2.8rem;
    text-align: center;
  }
}

.top .weddingitem-sec .inner .flex-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .top .weddingitem-sec .inner .flex-box {
    display: block;
    padding-left: 0;
  }
}

.top .weddingitem-sec .inner .flex-box div {
  background: #000;
  width: 30%;
  height: 468px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .top .weddingitem-sec .inner .flex-box div {
    width: 100%;
    height: 180px;
    margin-bottom: 20px;
  }
}

.top .weddingitem-sec .inner .flex-box div:nth-of-type(even) {
  position: relative;
}

@media screen and (max-width: 768px) {
  .top .weddingitem-sec .inner .flex-box div:nth-of-type(even) {
    margin: 40px 0;
  }
}

.top .weddingitem-sec .inner .flex-box div:nth-of-type(even)::after {
  content: "";
  background: #ccc;
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  right: -8%;
}

@media screen and (max-width: 768px) {
  .top .weddingitem-sec .inner .flex-box div:nth-of-type(even)::after {
    content: none;
  }
}

.top .weddingitem-sec .inner .flex-box div .midashi {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (max-width: 768px) {
  .top .weddingitem-sec .inner .flex-box div .midashi {
    top: calc(50% - 20px);
  }
}

.top .weddingitem-sec .inner .flex-box div .midashi span {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 3.4rem;
  line-height: 1.3;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  .top .weddingitem-sec .inner .flex-box div .midashi span {
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.2;
  }
}

.top .weddingitem-sec .inner .flex-box div figure {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  opacity: .8;
}

.top .weddingitem-sec .inner .flex-box div figure a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top .weddingitem-sec .inner .flex-box div figure a img::before {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: .7;
}

.top .weddingitem-sec .inner .wrap {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
}

.top .weddingitem-sec .inner .btn {
  background: #f0ecdc;
  width: 85%;
  max-width: 280px;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 15px 0;
  color: #806a3b;
  text-align: center;
  -webkit-transition: color .2s, background-color .2s;
  transition: color .2s, background-color .2s;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.top .weddingitem-sec .inner .btn::before, .top .weddingitem-sec .inner .btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
}

.top .weddingitem-sec .inner .btn.arrow-deco::before {
  width: 16px;
  height: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #806a3b;
  border-radius: 50%;
}

.top .weddingitem-sec .inner .btn.arrow-deco::after {
  width: 4px;
  height: 4px;
  right: 16px;
  border-top: 1px solid #806a3b;
  border-right: 1px solid #806a3b;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.top .weddingitem-sec .inner .btn:hover {
  background: #806a3b;
  color: #fff;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.top .weddingitem-sec .inner .btn:hover::before, .top .weddingitem-sec .inner .btn:hover::after {
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
}

.top .weddingitem-sec .inner .btn:hover.arrow-deco::before {
  width: 16px;
  height: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 50%;
}

.top .weddingitem-sec .inner .btn:hover.arrow-deco::after {
  width: 4px;
  height: 4px;
  right: 16px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.top .weddingplan-sec {
  background: #fff;
  padding: 100px 0 80px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .top .weddingplan-sec {
    padding: 60px 0 50px;
  }
}

.top .weddingplan-sec .inner {
  width: calc(100% - 120px);
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .top .weddingplan-sec .inner {
    width: 100%;
  }
}

.top .weddingplan-sec .inner .title {
  margin-bottom: 30px;
}

.top .weddingplan-sec .inner .title p {
  color: #806a3b;
  font-size: 3.6rem;
  letter-spacing: 2px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .top .weddingplan-sec .inner .title p {
    font-size: 2.8rem;
  }
}

.top .weddingplan-sec .inner .title span {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 2px;
  text-align: center;
}

.top .weddingplan-sec .inner .catch {
  margin-top: -15px;
  margin-bottom: 40px;
  color: #b17e2c;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 1px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .top .weddingplan-sec .inner .catch {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}

.top .weddingplan-sec .inner .list {
  width: calc(100% - 120px);
  margin: 0 auto 90px;
}

@media screen and (max-width: 768px) {
  .top .weddingplan-sec .inner .list {
    width: 100%;
    margin: 0 auto 30px;
  }
}

.top .weddingplan-sec .inner .list .slide {
  width: 25%;
  margin: 0 12.5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.top .weddingplan-sec .inner .list .slide > a {
  display: block;
}

.top .weddingplan-sec .inner .list .slide > a:hover .img {
  opacity: .8;
}

.top .weddingplan-sec .inner .list .slide > a:hover .title {
  text-decoration: none;
}

.top .weddingplan-sec .inner .list .slide > a:focus {
  outline: none;
}

.top .weddingplan-sec .inner .list .slide figure {
  background: #000;
  width: 100%;
  height: 20.755vw;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .top .weddingplan-sec .inner .list .slide figure {
    height: 65vw;
  }
}

.top .weddingplan-sec .inner .list .slide figure .img {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  background-position: center;
}

.top .weddingplan-sec .inner .list .slide .day {
  margin-bottom: 5px;
  padding-top: 5px;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: underline;
}

.top .weddingplan-sec .inner .list .slide .day span {
  display: inline-block;
  margin-right: 15px;
}

.top .weddingplan-sec .inner .list .slide .day .seat {
  background: #9a9083;
  padding: 2px 10px;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 400;
}

.top .weddingplan-sec .inner .list .slide .title {
  margin-bottom: 10px;
  color: #b59c55;
  font-size: 1.35rem;
  line-height: 1.6;
  text-decoration: underline;
}

.top .weddingplan-sec .inner .list .slide .price {
  color: #b17e2c;
  font-size: 2rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .top .weddingplan-sec .inner .list .slide .price {
    font-size: 1.8rem;
  }
}

.top .weddingplan-sec .inner .list .slide .time {
  font-size: 1.35rem;
}

.top .weddingplan-sec .inner .list .slide .badge {
  margin-bottom: 5px;
}

.top .weddingplan-sec .inner .list .slide .badge span {
  background: #b59c55;
  display: inline-block;
  margin: 0 2px 2px 0;
  padding: 2px 10px;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 400;
}

.top .weddingplan-sec .inner .slick-dots {
  bottom: -50px !important;
  bottom: -50px;
}

.top .weddingplan-sec .inner .slick-dots li {
  margin: 0 1px;
}

.top .weddingplan-sec .inner .slick-dots li.slick-active button:before {
  color: #b59c55;
}

.top .weddingplan-sec .inner .slick-dots li button:before {
  content: "●";
  color: #dccfb0;
}

@media screen and (max-width: 768px) {
  .top .weddingplan-sec .inner .slick-dots li button:before {
    font-size: 12px;
  }
}

.top .weddingplan-sec .inner .slick-next {
  background: url(../img/common/arrow-gold_next.svg) 50% no-repeat;
  width: 37px;
  height: 37px;
  top: 40%;
  right: -50px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .top .weddingplan-sec .inner .slick-next {
    width: 30px;
    height: 30px;
    top: 30%;
    right: 25px;
  }
}

.top .weddingplan-sec .inner .slick-next::before {
  display: none;
}

.top .weddingplan-sec .inner .slick-prev {
  background: url(../img/common/arrow-gold_prev.svg) 50% no-repeat;
  width: 37px;
  height: 37px;
  top: 40%;
  left: -50px;
}

@media screen and (max-width: 768px) {
  .top .weddingplan-sec .inner .slick-prev {
    width: 30px;
    height: 30px;
    top: 30%;
    left: 25px;
    z-index: 1;
  }
}

.top .weddingplan-sec .inner .slick-prev::before {
  display: none;
}

.top .news-sec {
  padding: 0 0 80px;
  overflow: hidden;
}

.top .news-sec .inner {
  width: 100%;
}

.top .news-sec .inner .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .top .news-sec .inner .flex-box {
    display: block;
  }
}

.top .news-sec .inner .flex-box .box {
  width: 100%;
  height: 651px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .top .news-sec .inner .flex-box .box {
    width: 100%;
    height: auto;
    padding: 60px 0;
  }
}

.top .news-sec .inner .flex-box .box.news-box {
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .top .news-sec .inner .flex-box .box.news-box {
    width: 100%;
    padding-bottom: 0;
  }
}

.top .news-sec .inner .flex-box .box.news-box .wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 15% 0 10%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .top .news-sec .inner .flex-box .box.news-box .wrap {
    padding: 0 20px;
  }
}

.top .news-sec .inner .flex-box .box.news-box .wrap .title {
  margin-bottom: 40px;
  color: #806a3b;
  font-size: 3.4rem;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  .top .news-sec .inner .flex-box .box.news-box .wrap .title {
    margin-bottom: 30px;
    font-size: 2.8rem;
  }
}

.top .news-sec .inner .flex-box .box.news-box .wrap ul {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .top .news-sec .inner .flex-box .box.news-box .wrap ul {
    margin-bottom: 40px;
  }
}

.top .news-sec .inner .flex-box .box.news-box .wrap ul li {
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eae0cb;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .top .news-sec .inner .flex-box .box.news-box .wrap ul li {
    margin-bottom: 15px;
  }
}

.top .news-sec .inner .flex-box .box.news-box .wrap ul li .date {
  font-size: 1.1rem;
  letter-spacing: 1px;
}

.top .news-sec .inner .flex-box .box.news-box .wrap ul li a {
  text-decoration: underline;
}

.top .news-sec .inner .flex-box .box.news-box .wrap ul li a:hover {
  text-decoration: none;
}

.top .news-sec .inner .flex-box .box.news-box .wrap .btn {
  color: #b59c55;
  text-decoration: underline;
}

.top .news-sec .inner .flex-box .box.news-box .wrap .btn:hover {
  text-decoration: none;
}

.top .news-sec .inner .flex-box .box.report-box {
  background: #000;
  width: calc(50% - 130px);
  position: relative;
  margin-right: 130px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  .top .news-sec .inner .flex-box .box.report-box {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .top .news-sec .inner .flex-box .box.report-box {
    width: 100%;
    height: 375px;
    padding: 0;
  }
}

.top .news-sec .inner .flex-box .box.report-box .wrap {
  width: 100%;
  position: relative;
  z-index: 1;
  padding-top: 270px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .top .news-sec .inner .flex-box .box.report-box .wrap {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
  }
}

.top .news-sec .inner .flex-box .box.report-box .wrap .title {
  margin-bottom: 20px;
  color: #fff;
  font-size: 3.4rem;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  .top .news-sec .inner .flex-box .box.report-box .wrap .title {
    font-size: 3rem;
  }
}

.top .news-sec .inner .flex-box .box.report-box .wrap .catch {
  margin-bottom: 40px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .top .news-sec .inner .flex-box .box.report-box .wrap .catch {
    margin-bottom: 20px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}

.top .news-sec .inner .flex-box .box.report-box .wrap .btn {
  background: #fff;
  width: 90%;
  max-width: 335px;
  display: block;
  margin: 0 auto;
  padding: 20px 0;
  color: #b59c55;
  text-align: center;
  -webkit-transition: color .2s, background .2s;
  transition: color .2s, background .2s;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.top .news-sec .inner .flex-box .box.report-box .wrap .btn::before, .top .news-sec .inner .flex-box .box.report-box .wrap .btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
}

.top .news-sec .inner .flex-box .box.report-box .wrap .btn.arrow-deco::before {
  width: 16px;
  height: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #b59c55;
  border-radius: 50%;
}

.top .news-sec .inner .flex-box .box.report-box .wrap .btn.arrow-deco::after {
  width: 4px;
  height: 4px;
  right: 16px;
  border-top: 1px solid #b59c55;
  border-right: 1px solid #b59c55;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .top .news-sec .inner .flex-box .box.report-box .wrap .btn {
    width: 100%;
    max-width: none;
  }
}

.top .news-sec .inner .flex-box .box.report-box .wrap .btn:hover {
  background: #b59c55;
  color: #fff;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.top .news-sec .inner .flex-box .box.report-box .wrap .btn:hover::before, .top .news-sec .inner .flex-box .box.report-box .wrap .btn:hover::after {
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
}

.top .news-sec .inner .flex-box .box.report-box .wrap .btn:hover.arrow-deco::before {
  width: 16px;
  height: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 50%;
}

.top .news-sec .inner .flex-box .box.report-box .wrap .btn:hover.arrow-deco::after {
  width: 4px;
  height: 4px;
  right: 16px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.top .news-sec .inner .flex-box .box.report-box figure {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: .9;
  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;
}

.top .news-sec .inner .flex-box .box.report-box figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*---------------------------------------
 * PRIVACY
---------------------------------------*/
.privacy {
  background: #fff;
}

.privacy .contents-sec.privacypolicy-sec {
  padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .privacy .contents-sec.privacypolicy-sec {
    padding-bottom: 25px;
  }
}

.privacy .contents-sec.websitepolicy-sec {
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .privacy .contents-sec.websitepolicy-sec {
    padding-bottom: 50px;
  }
}

.privacy .contents-sec .inner {
  width: calc(100% - 40px);
  max-width: 720px;
  margin: 0 auto;
  line-height: 1.6;
}

.privacy .contents-sec .inner .box {
  padding: 2em 0;
  border-bottom: 1px solid #ebedea;
}

.privacy .contents-sec .inner .box .komidashi {
  margin-bottom: 1em;
  font-weight: 700;
}

.privacy .contents-sec .inner .box ul li {
  margin-left: 1em;
  list-style-type: decimal;
}

.privacy .contents-sec .inner .box:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.privacy .contents-sec .inner .box a {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

/*---------------------------------------
 * FAQ
---------------------------------------*/
.faq .tab-sec {
  background: #fff;
  padding: 0 0 60px;
}

@media screen and (max-width: 768px) {
  .faq .tab-sec {
    padding: 0 0 20px;
  }
}

.faq .tab-sec .inner .tabs {
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .faq .tab-sec .inner .tabs {
    margin-bottom: 0;
  }
}

.faq .tab-sec .inner .tabs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .faq .tab-sec .inner .tabs ul {
    display: block;
  }
}

.faq .tab-sec .inner .tabs ul li {
  width: calc(20% - 3px);
  height: 45px;
}

@media screen and (max-width: 768px) {
  .faq .tab-sec .inner .tabs ul li {
    height: 50px;
  }
}

@media screen and (max-width: 768px) {
  .faq .tab-sec .inner .tabs ul li {
    width: 100%;
    margin-bottom: 5px;
  }
}

.faq .tab-sec .inner .tabs ul li a {
  background: #b2ab9f;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.6;
  text-align: center;
}

.faq .tab-sec .inner .tabs ul li a span {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.faq .tab-sec .inner .tabs ul li.select a {
  background: #b59c55;
}

.faq .contents-sec {
  background: #fff;
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .faq .contents-sec {
    margin-bottom: 60px;
    padding: 30px 0 60px;
  }
}

.faq .contents-sec .inner {
  width: 100%;
  margin: 0 auto;
}

.faq .contents-sec .inner .tabs {
  width: calc(100% - 40px);
  max-width: 900px;
  margin: 0 auto 15px;
}

.faq .contents-sec .inner .tabs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .faq .contents-sec .inner .tabs ul {
    display: block;
  }
}

.faq .contents-sec .inner .tabs ul li {
  width: calc(25% - 3px);
  height: 6px;
}

@media screen and (max-width: 768px) {
  .faq .contents-sec .inner .tabs ul li {
    width: 100%;
    margin-bottom: 5px;
  }
}

.faq .contents-sec .inner .tabs ul li a {
  background: #cec9c6;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.6;
  text-align: center;
}

.faq .contents-sec .inner .tabs ul li a span {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.faq .contents-sec .inner .tabs ul li.select a {
  background: #b59c55;
}

.faq .contents-sec .inner .contents .content {
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: 0 auto;
}

.faq .contents-sec .inner .contents .content li {
  display: none;
  padding: 0 0 10px;
}

@media screen and (max-width: 768px) {
  .faq .contents-sec .inner .contents .content li {
    background: none;
    padding: 10px 0 10px;
  }
}

.faq .contents-sec .inner .contents .content li.select {
  display: block;
}

.faq .contents-sec .inner .contents .content li .midashi {
  margin-bottom: 55px;
  color: #80683a;
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 2px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .faq .contents-sec .inner .contents .content li .midashi {
    margin-bottom: 30px;
    font-size: 1.6rem;
    letter-spacing: 1px;
  }
}

.faq .contents-sec .inner .contents .content li .box {
  background: #f7f5f0;
  padding: 60px 11.11% 10px;
}

@media screen and (max-width: 768px) {
  .faq .contents-sec .inner .contents .content li .box {
    padding: 40px 20px 10px;
  }
}

.faq .contents-sec .inner .contents .content li dl {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .faq .contents-sec .inner .contents .content li dl {
    margin-bottom: 30px;
  }
}

.faq .contents-sec .inner .contents .content li dl dt {
  position: relative;
  padding: 0 30px 10px;
  border-bottom: 1px solid #e2e0e0;
  font-size: 1.4rem;
  line-height: 1.8;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .faq .contents-sec .inner .contents .content li dl dt {
    padding-bottom: 5px;
  }
}

.faq .contents-sec .inner .contents .content li dl dt .icon1 {
  position: absolute;
  top: -5px;
  left: 0;
  color: #b59c55;
  font-size: 2rem;
}

.faq .contents-sec .inner .contents .content li dl dt .icon2 {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media screen and (max-width: 768px) {
  .faq .contents-sec .inner .contents .content li dl dt .icon2 {
    width: 20px;
    height: 20px;
    top: -10px;
    right: 0;
    bottom: 0;
    margin: auto;
  }
}

.faq .contents-sec .inner .contents .content li dl dt.open .icon2 {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.faq .contents-sec .inner .contents .content li dl dd {
  display: none;
  position: relative;
  padding-top: 10px;
  padding-left: 30px;
  line-height: 1.8;
}

.faq .contents-sec .inner .contents .content li dl dd .icon1 {
  position: absolute;
  top: 5px;
  left: 0;
  color: #b59c55;
  font-size: 2rem;
}

.faq .contents-sec .inner .additional-content {
  max-width: 1000px;
  margin: 20px auto 0;
}

@media screen and (max-width: 768px) {
  .faq .contents-sec .inner .additional-content {
    padding: 0;
  }
}

.faq .contents-sec .inner .additional-content li {
  background: #f7f5f0;
}

@media screen and (max-width: 768px) {
  .faq .contents-sec .inner .additional-content li {
    padding: 40px 20px;
    padding-left: 20px;
  }
}

.faq .contents-sec .inner .additional-content li .box {
  padding: 60px 11.11% 10px;
}

.faq .contents-sec .inner .additional-content li dl {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .faq .contents-sec .inner .additional-content li dl {
    margin-bottom: 0;
  }
}

.faq .contents-sec .inner .additional-content li dl dt {
  position: relative;
  padding: 0 0 10px;
  border-bottom: 1px solid #e2e0e0;
  font-size: 1.4rem;
  line-height: 1.8;
}

.faq .contents-sec .inner .additional-content li dl dt .icon1 {
  position: absolute;
  top: -5px;
  left: -30px;
  color: #b59c55;
  font-size: 2rem;
}

.faq .contents-sec .inner .additional-content li dl dt .icon2 {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 5px;
  right: 0;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.faq .contents-sec .inner .additional-content li dl dt.open .icon2 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.faq .contents-sec .inner .additional-content li dl dd {
  position: relative;
  padding-top: 10px;
  line-height: 1.8;
}

.faq .contents-sec .inner .additional-content li dl dd .icon1 {
  position: absolute;
  top: 5px;
  left: -30px;
  color: #b59c55;
  font-size: 2rem;
}

.faq .contents-sec .inner .additional-content li dl dd a {
  color: #b59c55;
  text-decoration: underline;
}

.faq .contents-sec .inner .additional-content li dl dd a:hover {
  text-decoration: none;
}

/*---------------------------------------
 * NEWS
---------------------------------------*/
.news .contents-sec {
  background: #fff;
  margin-bottom: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .news .contents-sec {
    margin-bottom: 60px;
    padding: 0 0 20px;
  }
}

.news .contents-sec .inner {
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: 0 auto;
}

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

@media screen and (max-width: 768px) {
  .news .contents-sec .inner .box {
    display: block;
  }
}

.news .contents-sec .inner .box .mainbody {
  width: 72.5%;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .news .contents-sec .inner .box .mainbody {
    width: 100%;
    margin: 0 0 60px;
  }
}

.news .contents-sec .inner .box .mainbody .article-list .article {
  padding-bottom: 80px;
}

.news .contents-sec .inner .box .mainbody .article-list .article .post-title {
  margin-bottom: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid #eae0cb;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .news .contents-sec .inner .box .mainbody .article-list .article .post-title {
    padding-bottom: 15px;
  }
}

.news .contents-sec .inner .box .mainbody .article-list .article .post-title a:hover {
  text-decoration: underline;
}

.news .contents-sec .inner .box .mainbody .article-list .article .post-data {
  margin-bottom: 30px;
}

.news .contents-sec .inner .box .mainbody .article-list .article .post-data .cat {
  background: #b59c55;
  display: inline-block;
  margin-right: 5px;
  padding: 3px 12px;
  color: #fff;
  font-size: 1.1rem;
  letter-spacing: 1px;
}

.news .contents-sec .inner .box .mainbody .article-list .article .post-data .date {
  display: inline-block;
  color: #b59c55;
  font-size: 1.2rem;
  letter-spacing: 1px;
}

.news .contents-sec .inner .box .mainbody .article-list .article figure {
  margin-bottom: 30px;
}

.news .contents-sec .inner .box .mainbody .wp-pagenavi {
  color: #999;
  text-align: center;
}

.news .contents-sec .inner .box .mainbody .wp-pagenavi span,
.news .contents-sec .inner .box .mainbody .wp-pagenavi a {
  display: inline-block;
  margin: 0 3px;
  border: none;
  font-weight: 400;
}

.news .contents-sec .inner .box .mainbody .wp-pagenavi span {
  color: #b59c55;
}

.news .contents-sec .inner .box .mainbody .wp-pagenavi a {
  font-weight: 700;
}

.news .contents-sec .inner .box aside {
  width: 20%;
  margin-top: 10px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .news .contents-sec .inner .box aside {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}

.news .contents-sec .inner .box aside .aside-box {
  margin-bottom: 40px;
}

.news .contents-sec .inner .box aside .aside-box .komidashi {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eae0cb;
  color: #80683a;
  font-size: 1.6rem;
  letter-spacing: 2px;
}

.news .contents-sec .inner .box aside .aside-box li {
  margin-bottom: 10px;
  font-weight: 700;
}

.news .contents-sec .inner .box aside .aside-box .select-box {
  width: 100%;
  padding: 10px 0;
  border: 1px solid #eae0cb;
}

@media screen and (max-width: 768px) {
  .news .contents-sec .inner .single-pagenavi-box {
    margin-bottom: 60px;
  }
}

.news .contents-sec .inner .single-pagenavi-box .pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .news .contents-sec .inner .single-pagenavi-box .pagenavi {
    margin-bottom: 40px;
  }
}

.news .contents-sec .inner .single-pagenavi-box .pagenavi li {
  width: 50%;
}

.news .contents-sec .inner .single-pagenavi-box .pagenavi li.next {
  text-align: right;
}

.news .contents-sec .inner .single-pagenavi-box .btn {
  width: 204px;
  height: 43px;
  display: block;
  position: relative;
  margin: 0 auto;
  line-height: 43px;
  background: #b59c55;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #b59c55;
  color: #fff;
  text-align: center;
  -webkit-transition: background-color .3s, color .3s;
  transition: background-color .3s, color .3s;
}

.news .contents-sec .inner .single-pagenavi-box .btn:hover {
  background: #fff;
  color: #b59c55;
}

.news .contents-sec .inner .single-pagenavi-box .btn:hover svg {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  fill: #b59c55;
  stroke: #b59c55;
}

.news .contents-sec .inner .single-pagenavi-box .btn svg {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  fill: #fff;
  stroke: #fff;
}

.news .contents-sec .article-list {
  margin-bottom: 25px;
  border-bottom: 1px solid #d1d0cf;
}

/*---------------------------------------
 * POST
---------------------------------------*/
@media screen and (min-width: 769px) {
  .post img {
    width: inherit;
    max-width: 100%;
    height: auto;
  }
  .post .alignnone {
    display: block;
    margin: 15px 0;
  }
  .post .aligncenter {
    display: block;
    margin: 15px auto;
  }
  .post img.alignleft {
    display: inline;
    margin: 0 20px 5px 0;
    float: left;
  }
  .post .alignright {
    display: inline;
    margin: 0 0 5px 20px;
    float: right;
  }
  .post ul li {
    margin-left: 1.5em;
    list-style: disc;
  }
  .post ol li {
    margin-left: 1.5em;
    list-style: decimal;
  }
  .post h1 {
    margin: 10px 0 46px;
    font-size: 16px;
    line-height: 1.13;
    letter-spacing: 1.9px;
  }
  .post h2 {
    margin: 10px 0 46px;
    font-size: 15px;
    line-height: 1.13;
    letter-spacing: 1.9px;
  }
  .post h3 {
    margin: 10px 0;
    font-size: 12px;
    line-height: 1.42;
    letter-spacing: 1.5px;
  }
  .post h4 {
    margin: 10px 0;
    font-size: 12px;
    line-height: 1.42;
    letter-spacing: 1.5px;
  }
  .post h5 {
    margin: 10px 0;
    font-size: 12px;
    line-height: 1.42;
    letter-spacing: 1.5px;
  }
  .post h6 {
    margin: 10px 0;
    font-size: 12px;
    line-height: 1.42;
    letter-spacing: 1.5px;
  }
  .post li {
    margin-left: 1em;
    line-height: 2;
    list-style: disc;
  }
  .post a {
    color: #b59c55;
    text-decoration: underline;
  }
  .post strong {
    font-weight: 700;
  }
}

@media screen and (max-width: 768px) {
  .post h2 {
    margin: 10px 0 10px;
    font-size: 1.3rem;
    line-height: 1.6;
    letter-spacing: .3rem;
  }
  .post h3 {
    margin: 10px 0 10px;
    font-size: 1.1rem;
    line-height: 1.55;
    letter-spacing: .25rem;
  }
  .post p {
    margin: 0 0 10px;
  }
  /*
	.post h2,
	.post h3,
	.post p {
	    padding: 0px 3.3%;
	}
	*/
  .post img {
    /*
	    margin: 0px 0 4vw -3.3%;
	    width: 106.6%;
	    */
    width: 100%;
    height: auto;
  }
  .post .alignnone {
    margin: 15px 0;
  }
  .post .aligncenter {
    width: 100%;
    max-width: none;
    display: block;
    margin: 15px 0 15px -3.3%;
  }
  .post img.alignleft {
    width: 50%;
    display: inline;
    margin: 0 20px 5px 0;
    float: left;
  }
  .post .alignright {
    width: 50%;
    display: inline;
    margin: 0 0 5px 20px;
    float: right;
  }
  .post a {
    color: #b59c55;
    text-decoration: underline;
  }
  .post strong {
    font-weight: 700;
  }
}

/*---------------------------------------
 * REPORT
---------------------------------------*/
.report {
  background: #fff;
}

.report .tab-sec {
  padding: 0 0 60px;
}

@media screen and (max-width: 768px) {
  .report .tab-sec {
    padding: 20px 0 0;
  }
}

.report .tab-sec .inner .tabs {
  width: calc(100% - 40px);
  max-width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .report .tab-sec .inner .tabs {
    margin-bottom: 0;
  }
}

.report .tab-sec .inner .tabs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.report .tab-sec .inner .tabs ul li {
  width: calc(19.7% - 1px);
  height: 40px;
  position: relative;
  margin-bottom: 3px;
}

@media screen and (max-width: 768px) {
  .report .tab-sec .inner .tabs ul li {
    width: 49%;
    margin-bottom: 5px;
  }
}

.report .tab-sec .inner .tabs ul li a {
  background: #b59c55;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.6;
  text-align: center;
}

.report .tab-sec .inner .tabs ul li a span {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.report .tab-sec .inner .tabs ul li.select a {
  background: #80683a;
}

.report .contents-sec {
  margin-bottom: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .report .contents-sec {
    margin-bottom: 60px;
    padding: 30px 0 60px;
  }
}

.report .contents-sec .inner {
  width: calc(100% - 40px);
  max-width: 1100px;
  margin: 0 auto;
}

.report .contents-sec .inner .archives {
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .report .contents-sec .inner .archives {
    margin-bottom: 35px;
  }
}

.report .contents-sec .inner .archives .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .report .contents-sec .inner .archives .list {
    display: block;
  }
}

.report .contents-sec .inner .archives .list li {
  background: #f7f5f0;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
}

@media screen and (max-width: 768px) {
  .report .contents-sec .inner .archives .list li {
    width: 100%;
    margin: 0 0 6%;
  }
}

.report .contents-sec .inner .archives .list li:nth-child(4n) {
  margin-right: 0;
}

.report .contents-sec .inner .archives .list li figure {
  background: #000;
}

.report .contents-sec .inner .archives .list li figure img {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.report .contents-sec .inner .archives .list li figure img.on {
  opacity: .7;
}

.report .contents-sec .inner .archives .list li .text {
  padding: 20px 15px;
  line-height: 1.6;
  text-align: center;
}

.report .contents-sec .inner .archives .list li .text .post-title {
  margin-bottom: 10px;
  font-weight: 700;
}

.report .contents-sec .inner .archives .list li .text .guest,
.report .contents-sec .inner .archives .list li .text .season {
  font-size: 1.1rem;
  letter-spacing: 1px;
}

.report .contents-sec .inner .archives .list li .text .cat {
  margin-top: 10px;
  font-size: 1.1rem;
}

.report .contents-sec .inner .archives .list li .text .cat span {
  display: inline-block;
  margin: 0 .5em;
  color: #b59c55;
}

.report .contents-sec .inner .wp-pagenavi {
  color: #999;
  text-align: center;
}

.report .contents-sec .inner .wp-pagenavi span,
.report .contents-sec .inner .wp-pagenavi a {
  display: inline-block;
  margin: 0 3px;
  border: none;
  font-weight: 400;
}

.report .contents-sec .inner .wp-pagenavi span {
  color: #b59c55;
}

/*---------------------------------------
 * REPORT SINGLE
---------------------------------------*/
.report-single .pagehead-sec {
  background: transparent;
}

.report-single .cover-sec {
  padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .report-single .cover-sec {
    padding: 0 0 50px;
  }
}

.report-single .cover-sec .inner {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.report-single .cover-sec .inner .cover figure {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .report-single .cover-sec .inner .cover figure {
    margin-bottom: 20px;
  }
}

.report-single .cover-sec .inner .cover .post-title {
  margin-bottom: 20px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .report-single .cover-sec .inner .cover .post-title {
    padding: 0 40px;
  }
}

.report-single .cover-sec .inner .cover .intro {
  margin-bottom: 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid #eae0cb;
  line-height: 1.8;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .report-single .cover-sec .inner .cover .intro {
    margin-right: 20px;
    margin-left: 20px;
    text-align: left;
  }
}

.report-single .cover-sec .inner .cover .party-data {
  margin-bottom: 10px;
  text-align: center;
}

.report-single .cover-sec .inner .cover .party-data span {
  display: inline-block;
  margin: 0 10px;
}

.report-single .cover-sec .inner .cover .cat {
  color: #b59c55;
  line-height: 1.8;
  text-align: center;
}

.report-single .cover-sec .inner .cover .cat a {
  display: inline-block;
  margin: 0 5px;
  color: #b59c55;
}

.report-single .post-sec {
  background: #fff;
  padding: 60px 0 140px;
}

@media screen and (max-width: 768px) {
  .report-single .post-sec {
    padding: 50px 0 100px;
  }
}

.report-single .post-sec .inner {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .report-single .post-sec .inner {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}

.report-single .post-sec .inner .post {
  margin-bottom: 25px;
  padding-bottom: 80px;
  border-bottom: 1px solid #eae0cb;
}

@media screen and (max-width: 768px) {
  .report-single .post-sec .inner .post {
    padding-bottom: 30px;
  }
}

.report-single .post-sec .inner .post figure {
  margin-bottom: 20px;
}

.report-single .post-sec .inner .post figure figcaption {
  margin-top: 15px;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .report-single .post-sec .inner .post figure figcaption {
    margin-top: 10px;
  }
}

.report-single .post-sec .inner .pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .report-single .post-sec .inner .pagenavi {
    margin-bottom: 40px;
  }
}

.report-single .post-sec .inner .pagenavi li {
  width: 50%;
  color: #b59c55;
}

.report-single .post-sec .inner .pagenavi li .icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  top: -2px;
  vertical-align: middle;
}

.report-single .post-sec .inner .pagenavi li.next {
  text-align: right;
}

/*---------------------------------------
 * CONTACT
---------------------------------------*/
.contact .form-sec {
  background: #fff;
  padding-top: 0;
  padding-bottom: 100px;
  line-height: 1.8;
}

.contact .form-sec .inner {
  background: #f7f5f0;
  width: calc(100% - 40px);
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 6.6%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .contact .form-sec .inner {
    padding: 40px 20px;
  }
}

.contact .form-sec .inner .must {
  color: #b59c55;
}

.contact .form-sec .inner .flow-box {
  margin-bottom: 30px;
}

.contact .form-sec .inner .flow-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.contact .form-sec .inner .flow-box ul li {
  background: #cbc1a6;
  width: 32%;
  max-width: 200px;
  padding: 15px 0;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.contact .form-sec .inner .flow-box ul li.deco {
  background: transparent;
  width: 23px;
  position: relative;
  margin: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .contact .form-sec .inner .flow-box ul li.deco {
    margin: 0 2px;
  }
}

.contact .form-sec .inner .flow-box ul li.deco img {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.contact .form-sec .inner .flow-box ul li.current {
  background-color: #b59c55;
  color: #fff;
}

.contact .form-sec .inner .guidance {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .contact .form-sec .inner .guidance {
    margin-bottom: 25px;
  }
}

.contact .form-sec .inner .form-box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .contact .form-sec .inner .form-box dl {
    display: block;
  }
}

.contact .form-sec .inner .form-box dl dt {
  width: 23%;
  padding: 5px 0;
}

@media screen and (max-width: 768px) {
  .contact .form-sec .inner .form-box dl dt {
    width: 100%;
    margin-bottom: 3px;
    padding: 0;
  }
}

.contact .form-sec .inner .form-box dl dt.p0 {
  padding: 0 0 5px;
}

.contact .form-sec .inner .form-box dl dd {
  width: 76%;
}

@media screen and (max-width: 768px) {
  .contact .form-sec .inner .form-box dl dd {
    width: 100%;
  }
}

.contact .form-sec .inner .form-box dl dd .note {
  margin-top: 10px;
}

.contact .form-sec .inner .form-box .text-input {
  max-width: 250px;
  width: 100%;
  padding: 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #f0ecdc;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  .contact .form-sec .inner .form-box .text-input {
    padding: 14px 7px;
    border-radius: 3px;
  }
}

.contact .form-sec .inner .form-box .text-input::-webkit-input-placeholder {
  color: #ccc;
}

.contact .form-sec .inner .form-box .text-input:-ms-input-placeholder {
  color: #ccc;
}

.contact .form-sec .inner .form-box .text-input::-ms-input-placeholder {
  color: #ccc;
}

.contact .form-sec .inner .form-box .text-input::placeholder {
  color: #ccc;
}

@media screen and (max-width: 768px) {
  .contact .form-sec .inner .form-box .text-input {
    width: 100%;
    max-width: none;
  }
}

.contact .form-sec .inner .form-box .radio-block {
  width: 100%;
  margin-top: 7px;
  line-height: 1.3;
}

.contact .form-sec .inner .form-box .radio-block .mwform-radio-field {
  margin-bottom: 10px;
}

.contact .form-sec .inner .form-box .radio-block .mwform-radio-field .mwform-radio-field-text {
  vertical-align: text-bottom;
}

.contact .form-sec .inner .form-box .textarea-box {
  margin-top: 20px;
}

.contact .form-sec .inner .form-box .textarea {
  width: 100%;
  height: 200px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #f0ecdc;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  .contact .form-sec .inner .form-box .textarea {
    height: 150px;
  }
}

.contact .form-sec .inner .form-box .privacy-box {
  background: #fff;
  height: 186px;
  margin-bottom: 30px;
  padding: 25px;
  border: 1px solid #f0ecdc;
  border-radius: 5px;
  overflow-y: scroll;
}

@media screen and (max-width: 768px) {
  .contact .form-sec .inner .form-box .privacy-box {
    padding: 20px;
  }
}

.contact .form-sec .inner .form-box .privacy-box .midashi {
  margin-bottom: 20px;
  font-size: 1.4rem;
  font-weight: 700;
}

.contact .form-sec .inner .form-box .privacy-box p {
  margin-top: 1em;
}

.contact .form-sec .inner .form-box .privacy-box .logo {
  width: 166px;
  display: block;
  margin-bottom: 8px;
}

.contact .form-sec .inner .form-box .privacy-box .bold {
  font-weight: 700;
}

.contact .form-sec .inner .form-box .privacy-box ul li {
  margin-left: 1em;
  list-style-type: decimal;
}

.contact .form-sec .inner .form-box .check-box {
  text-align: center;
  vertical-align: middle;
}

.contact .form-sec .inner .form-box .check-box .check {
  display: inline-block;
  margin-top: 1px;
  vertical-align: middle;
}

.contact .form-sec .inner .form-box .btns {
  margin-top: 30px;
}

.contact .form-sec .inner .form-box .btns .btn {
  background: #b17e2c;
  width: 100%;
  max-width: 280px;
  display: block;
  margin: 0 auto;
  padding: 20px 0;
  border: none;
  border: 1px solid #b17e2c !important;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  cursor: pointer;
}

.contact .form-sec .inner .form-box .btns .backbtn {
  width: 100%;
  max-width: 280px;
  display: block;
  margin: 20px auto;
  padding: 20px 0;
  font-size: 1.4rem;
  cursor: pointer;
}

.contact .form-sec .inner .form-box.status-confirm .privacy-box {
  display: none;
}

.contact .form-sec .inner .form-box.status-confirm .check-box {
  display: none;
}

.contact .form-sec .inner .form-box.status-confirm dl {
  margin-bottom: 0;
  padding: 20px 0;
  border-bottom: 1px solid #e6e6e6;
}

.contact .form-sec .inner .form-box.status-confirm dd {
  padding-top: 0;
  color: #999;
}

.contact .form-sec .inner .form-box.status-confirm dd .note {
  display: none;
}

.contact .form-sec .inner .form-box.status-confirm dd .radio-block {
  margin-top: 3px;
}

.contact .form-sec .inner .form-box.status-confirm dt {
  padding: 0;
}

.thanks .form-sec {
  padding-bottom: 80px;
}

.thanks .form-sec .inner .flow-box {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .thanks .form-sec .inner .flow-box {
    margin-bottom: 40px;
  }
}

.thanks .form-sec .inner .thanks-message {
  margin-bottom: 40px;
  border-bottom: 1px solid #ebedea;
}

.thanks .form-sec .inner .thanks-message .read {
  margin-bottom: 20px;
  font-size: 1.4rem;
  line-height: 2.2;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .thanks .form-sec .inner .thanks-message .read {
    font-size: 1.2rem;
  }
}

.thanks .form-sec .inner .thanks-message .tel {
  color: #80683a;
  font-size: 3rem;
  letter-spacing: 2px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .thanks .form-sec .inner .thanks-message .tel {
    display: block;
    margin-bottom: 5px;
    border: 1px solid #80683a;
  }
}

.thanks .form-sec .inner .thanks-message .tel .icon {
  width: 26px;
  height: 26px;
  display: inline-block;
  position: relative;
  top: -2px;
  margin-right: 10px;
  vertical-align: middle;
}

.thanks .form-sec .inner .thanks-message .open-hour {
  margin-bottom: 30px;
  text-align: center;
}

.thanks .form-sec .inner .btn {
  background: #b59c55;
  width: 280px;
  display: block;
  margin: 0 auto;
  padding: 20px 0;
  border: none;
  border: 1px solid #b59c55 !important;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .thanks .form-sec .inner .btn {
    width: 100%;
    padding: 10px 0;
  }
}

/*---------------------------------------
 * REQUEST
---------------------------------------*/
.request {
  background: #fff;
}

.request .form-sec {
  background: #fff;
  padding-top: 0;
  padding-bottom: 100px;
  line-height: 1.8;
}

.request .form-sec .inner {
  background: #f7f5f0;
  width: calc(100% - 40px);
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 6.6%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .request .form-sec .inner {
    padding: 40px 20px;
  }
}

.request .form-sec .inner .must {
  color: #80683a;
}

.request .form-sec .inner .flow-box {
  margin-bottom: 30px;
}

.request .form-sec .inner .flow-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.request .form-sec .inner .flow-box ul li {
  background: #cbc1a6;
  width: 32%;
  max-width: 200px;
  padding: 15px 0;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.request .form-sec .inner .flow-box ul li.deco {
  background: transparent;
  width: 23px;
  position: relative;
  margin: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .request .form-sec .inner .flow-box ul li.deco {
    margin: 0 2px;
  }
}

.request .form-sec .inner .flow-box ul li.deco img {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.request .form-sec .inner .flow-box ul li.current {
  background-color: #b59c55;
  color: #fff;
}

.request .form-sec .inner .outline {
  background: #fff;
  margin-bottom: 30px;
  padding: 20px 22px;
  text-align: center;
}

.request .form-sec .inner .guidance {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .request .form-sec .inner .guidance {
    margin-bottom: 25px;
  }
}

.request .form-sec .inner .form-box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .request .form-sec .inner .form-box dl {
    display: block;
  }
}

.request .form-sec .inner .form-box dl dt {
  width: 23%;
  padding: 5px 0;
}

@media screen and (max-width: 768px) {
  .request .form-sec .inner .form-box dl dt {
    width: 100%;
    margin-bottom: 3px;
    padding: 0;
  }
}

.request .form-sec .inner .form-box dl dd {
  width: 76%;
}

@media screen and (max-width: 768px) {
  .request .form-sec .inner .form-box dl dd {
    width: 100%;
  }
}

.request .form-sec .inner .form-box dl dd .note {
  margin-top: 10px;
}

.request .form-sec .inner .form-box dl dd .zip-input {
  margin-bottom: 10px;
}

.request .form-sec .inner .form-box dl dd .zip-input span {
  width: 60px;
  display: inline-block;
}

.request .form-sec .inner .form-box dl dd .zip-input .text-input {
  width: calc(53% - 60px);
}

@media screen and (max-width: 768px) {
  .request .form-sec .inner .form-box dl dd .zip-input .text-input {
    width: calc(100% - 64px);
  }
}

.request .form-sec .inner .form-box .text-input {
  width: 53%;
  max-width: 250px;
  width: 100%;
  padding: 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #f0ecdc;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  .request .form-sec .inner .form-box .text-input {
    padding: 14px 7px;
    border-radius: 3px;
  }
}

.request .form-sec .inner .form-box .text-input::-webkit-input-placeholder {
  color: #ccc;
}

.request .form-sec .inner .form-box .text-input:-ms-input-placeholder {
  color: #ccc;
}

.request .form-sec .inner .form-box .text-input::-ms-input-placeholder {
  color: #ccc;
}

.request .form-sec .inner .form-box .text-input::placeholder {
  color: #ccc;
}

@media screen and (max-width: 768px) {
  .request .form-sec .inner .form-box .text-input {
    width: 100%;
    max-width: none;
  }
}

.request .form-sec .inner .form-box .radio-block {
  width: 100%;
  margin-top: 10px;
  line-height: 1.3;
}

.request .form-sec .inner .form-box .radio-block span {
  display: block;
  margin-bottom: 10px;
}

.request .form-sec .inner .form-box .radio-block .radio-input {
  display: none;
}

.request .form-sec .inner .form-box .radio-block .radio-input + label {
  position: relative;
  margin-right: 20px;
  padding-left: 20px;
}

.request .form-sec .inner .form-box .radio-block .radio-input + label::before {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #b17e2c;
  border-radius: 50%;
}

.request .form-sec .inner .form-box .radio-block .radio-input:checked + label::after {
  content: "";
  background: #b17e2c;
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 50%;
}

.request .form-sec .inner .form-box .textarea-box {
  margin-top: 20px;
}

.request .form-sec .inner .form-box .textarea {
  width: 100%;
  height: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #999;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  .request .form-sec .inner .form-box .textarea {
    height: 150px;
  }
}

.request .form-sec .inner .form-box .privacy-box {
  background: #fff;
  height: 186px;
  margin-bottom: 30px;
  padding: 25px;
  border: 1px solid #f0ecdc;
  border-radius: 5px;
  overflow-y: scroll;
}

@media screen and (max-width: 768px) {
  .request .form-sec .inner .form-box .privacy-box {
    padding: 20px;
  }
}

.request .form-sec .inner .form-box .privacy-box .midashi {
  margin-bottom: 20px;
  font-size: 1.4rem;
  font-weight: 700;
}

.request .form-sec .inner .form-box .privacy-box p {
  margin-top: 1em;
}

.request .form-sec .inner .form-box .privacy-box .logo {
  width: 166px;
  display: block;
  margin-bottom: 8px;
}

.request .form-sec .inner .form-box .privacy-box .bold {
  font-weight: 700;
}

.request .form-sec .inner .form-box .privacy-box ul li {
  margin-left: 1em;
  list-style-type: decimal;
}

.request .form-sec .inner .form-box .check-box {
  text-align: center;
  vertical-align: middle;
}

.request .form-sec .inner .form-box .check-box .check {
  display: inline-block;
  margin-top: 1px;
  vertical-align: middle;
}

.request .form-sec .inner .form-box .btns {
  margin-top: 30px;
}

.request .form-sec .inner .form-box .btns .btn {
  background: #b17e2c;
  width: 100%;
  max-width: 280px;
  display: block;
  margin: 0 auto;
  padding: 20px 0;
  border: none;
  border: 1px solid #b17e2c !important;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  cursor: pointer;
}

.request .form-sec .inner .form-box .btns .backbtn {
  width: 100%;
  max-width: 280px;
  display: block;
  margin: 20px auto;
  padding: 20px 0;
  cursor: pointer;
}

.request .form-sec .inner .form-box.status-confirm .privacy-box {
  display: none;
}

.request .form-sec .inner .form-box.status-confirm .check-box {
  display: none;
}

.request .form-sec .inner .form-box.status-confirm dl {
  margin-bottom: 0;
  padding: 20px 0;
  border-bottom: 1px solid #e6e6e6;
}

.request .form-sec .inner .form-box.status-confirm dd {
  padding-top: 0;
  color: #999;
}

.request .form-sec .inner .form-box.status-confirm dd .note {
  display: none;
}

.request .form-sec .inner .form-box.status-confirm dd .radio-block {
  margin-top: 3px;
}

.request .form-sec .inner .form-box.status-confirm dt {
  padding: 0;
}

.request .form-sec .inner .form-box.status-confirm .zip-block {
  display: block;
}

.request .form-sec .inner .form-box.status-confirm .zip-block dd {
  width: 100%;
  margin-top: 20px;
}

.request .form-sec .inner .form-box.status-confirm .zip-block dd span {
  width: 23%;
  color: #333;
}

@media screen and (max-width: 768px) {
  .request .form-sec .inner .form-box.status-confirm .zip-block dd span {
    width: 60px;
  }
}

.thanks .form-sec {
  padding-bottom: 80px;
}

.thanks .form-sec .inner .flow-box {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .thanks .form-sec .inner .flow-box {
    margin-bottom: 40px;
  }
}

.thanks .form-sec .inner .thanks-message .read {
  margin-bottom: 30px;
  line-height: 2.2;
  text-align: center;
}

.thanks .form-sec .inner .thanks-message .tel {
  color: #b59c55;
  font-size: 3rem;
  letter-spacing: 2px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .thanks .form-sec .inner .thanks-message .tel {
    display: block;
    margin-bottom: 5px;
    border: 1px solid #b59c55;
  }
}

.thanks .form-sec .inner .thanks-message .tel .icon {
  width: 26px;
  height: 26px;
  display: inline-block;
  position: relative;
  top: -2px;
  margin-right: 10px;
  vertical-align: middle;
}

.thanks .form-sec .inner .thanks-message .open-hour {
  margin-bottom: 30px;
  text-align: center;
}

.thanks .form-sec .inner .btn {
  background: #b59c55;
  width: 280px;
  display: block;
  margin: 0 auto;
  padding: 20px 0;
  border: none;
  border: 1px solid #b59c55 !important;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .thanks .form-sec .inner .btn {
    width: 100%;
    padding: 10px 0;
  }
}

/*---------------------------------------
 * ABOUT
---------------------------------------*/
.about .pagehead-sec {
  background: #fff;
}

.about .pagehead-sec .inner .en {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.about .pagehead-sec .inner .script {
  width: 298px;
  display: block;
  margin: 0 auto 15px;
}

@media screen and (max-width: 768px) {
  .about .pagehead-sec .inner .script {
    width: 228px;
  }
}

.about .mv-sec {
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .about .mv-sec {
    padding-bottom: 0;
  }
}

.about .mv-sec .inner {
  position: relative;
}

.about .mv-sec .inner .logo {
  width: 212px;
  height: 249px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .about .mv-sec .inner .logo {
    width: 35.2vw;
    height: 41.333vw;
  }
}

@media screen and (max-width: 768px) {
  .about .mv-sec .inner .mv-slides {
    height: 100vw;
  }
}

.about .mv-sec .inner .mv-slides .slide figure {
  width: 100%;
  height: auto;
  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;
}

@media screen and (max-width: 768px) {
  .about .mv-sec .inner .mv-slides .slide figure {
    height: 100vw;
  }
}

.about .mv-sec .inner .mv-slides .slide figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about .outline-sec {
  position: relative;
  padding-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .about .outline-sec {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}

.about .outline-sec::before {
  content: "";
  background: #f0ecdc;
  width: 290px;
  height: 100%;
  display: block;
  position: absolute;
  top: 108px;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .about .outline-sec::before {
    width: 122px;
    top: 0;
  }
}

.about .outline-sec .inner .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .about .outline-sec .inner .flex-box {
    display: block;
    margin-bottom: 0;
  }
}

.about .outline-sec .inner .flex-box .text {
  width: 46.56%;
  padding-bottom: 40px;
  padding-left: 130px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1279px) {
  .about .outline-sec .inner .flex-box .text {
    padding-left: 9.5%;
  }
}

@media screen and (max-width: 1024px) {
  .about .outline-sec .inner .flex-box .text {
    padding-left: 4.5%;
  }
}

@media screen and (max-width: 768px) {
  .about .outline-sec .inner .flex-box .text {
    width: 100%;
  }
}

.about .outline-sec .inner .flex-box .text .catch {
  margin-bottom: 40px;
  font-size: 1.8rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .about .outline-sec .inner .flex-box .text .catch {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
}

.about .outline-sec .inner .flex-box .text .read {
  padding-right: 8%;
  line-height: 2;
}

@media screen and (max-width: 1024px) {
  .about .outline-sec .inner .flex-box .text .read {
    padding-right: 4.5%;
  }
}

.about .outline-sec .inner .flex-box .photo {
  width: 53.44%;
  height: 442px;
}

@media screen and (max-width: 768px) {
  .about .outline-sec .inner .flex-box .photo {
    width: 100%;
    height: auto;
  }
}

.about .outline-sec .inner .flex-box .photo figure {
  width: 100%;
  height: 442px;
  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;
}

@media screen and (max-width: 768px) {
  .about .outline-sec .inner .flex-box .photo figure {
    height: 100%;
  }
}

.about .outline-sec .inner .flex-box .photo figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about .outline-sec .inner .flex-box .photo .sp-slides .slide {
  width: 78.667vw;
  height: 78.667vw;
  padding: 0 10px;
}

.about .outline-sec .inner .flex-box .photo .sp-slides .slick-dots {
  bottom: -35px;
}

.about .outline-sec .inner .flex-box .photo .sp-slides .slick-dots li {
  margin: 0 1px;
}

.about .outline-sec .inner .flex-box .photo .sp-slides .slick-dots li.slick-active button:before {
  color: #b59c55;
}

.about .outline-sec .inner .flex-box .photo .sp-slides .slick-dots li button:before {
  content: "●";
  color: #dccfb0;
}

@media screen and (max-width: 768px) {
  .about .outline-sec .inner .flex-box .photo .sp-slides .slick-dots li button:before {
    font-size: 12px;
  }
}

.about .outline-sec .inner .flex-box .photo .sp-slides .slick-next {
  background: url(../img/common/arrow-gold_next.svg) 50% no-repeat;
  width: 37px;
  height: 37px;
  top: 50%;
  right: calc(50% - 470px);
}

.about .outline-sec .inner .flex-box .photo .sp-slides .slick-next::before {
  display: none;
}

@media screen and (max-width: 768px) {
  .about .outline-sec .inner .flex-box .photo .sp-slides .slick-next {
    width: 30px;
    height: 30px;
    right: 20px;
  }
}

.about .outline-sec .inner .flex-box .photo .sp-slides .slick-prev {
  background: url(../img/common/arrow-gold_prev.svg) 50% no-repeat;
  width: 37px;
  height: 37px;
  top: 50%;
  left: calc(50% - 470px);
  z-index: 1;
}

.about .outline-sec .inner .flex-box .photo .sp-slides .slick-prev::before {
  display: none;
}

@media screen and (max-width: 768px) {
  .about .outline-sec .inner .flex-box .photo .sp-slides .slick-prev {
    width: 30px;
    height: 30px;
    left: 20px;
  }
}

.about .outline-sec .inner .photo-box {
  width: calc(100% - 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .about .outline-sec .inner .photo-box {
    display: none;
  }
}

.about .outline-sec .inner .photo-box figure {
  height: 380px;
  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;
}

.about .outline-sec .inner .photo-box figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about .outline-sec .inner .photo-box figure:nth-of-type(1) {
  width: 24.73%;
}

.about .outline-sec .inner .photo-box figure:nth-of-type(2) {
  width: 40.9%;
}

.about .outline-sec .inner .photo-box figure:nth-of-type(3) {
  width: 32.81%;
}

.about .outline-sec .obj {
  width: 315px;
  height: 496px;
  position: absolute;
  top: 130px;
  left: 0;
  z-index: -1;
  -webkit-transform: rotate(7deg);
          transform: rotate(7deg);
}

@media screen and (max-width: 768px) {
  .about .outline-sec .obj {
    width: 157px;
    height: 248px;
    left: -40px;
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg);
  }
}

.about .wedding-sec {
  position: relative;
  padding-bottom: 140px;
}

@media screen and (max-width: 768px) {
  .about .wedding-sec {
    padding-bottom: 80px;
  }
}

.about .wedding-sec::before {
  content: "";
  background: #f0ecdc;
  width: 290px;
  height: 50%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .about .wedding-sec::before {
    content: none;
  }
}

.about .wedding-sec .inner .script {
  width: 366px;
  margin-top: 40px;
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .about .wedding-sec .inner .script {
    width: calc(100% - 40px);
    max-width: 266px;
    position: relative;
    margin-top: 0;
    padding-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .about .wedding-sec .inner .script::before {
    content: "";
    background: #f0ecdc;
    width: 122px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
}

.about .wedding-sec .inner .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .about .wedding-sec .inner .flex-box {
    display: block;
  }
}

.about .wedding-sec .inner .flex-box .photo {
  width: 53.44%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .about .wedding-sec .inner .flex-box .photo {
    width: calc(100% - 40px);
    margin: 0 auto 20px;
  }
}

.about .wedding-sec .inner .flex-box .photo figure {
  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;
}

.about .wedding-sec .inner .flex-box .photo figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about .wedding-sec .inner .flex-box .photo figure:nth-of-type(1) {
  width: 100%;
  height: 460px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .about .wedding-sec .inner .flex-box .photo figure:nth-of-type(1) {
    height: 89.333vw;
  }
}

.about .wedding-sec .inner .flex-box .photo figure:nth-of-type(2) {
  width: 54.8%;
  height: 440px;
}

@media screen and (max-width: 768px) {
  .about .wedding-sec .inner .flex-box .photo figure:nth-of-type(2) {
    display: none;
  }
}

.about .wedding-sec .inner .flex-box .photo figure:nth-of-type(3) {
  width: calc(45.2% - 10px);
  height: 440px;
}

@media screen and (max-width: 768px) {
  .about .wedding-sec .inner .flex-box .photo figure:nth-of-type(3) {
    display: none;
  }
}

.about .wedding-sec .inner .flex-box .text {
  width: 39.24%;
  position: relative;
  padding-bottom: 380px;
}

@media screen and (max-width: 768px) {
  .about .wedding-sec .inner .flex-box .text {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 0;
  }
}

.about .wedding-sec .inner .flex-box .text .catch {
  margin-bottom: 20px;
  font-size: 1.8rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .about .wedding-sec .inner .flex-box .text .catch {
    width: calc(100% - 40px);
    margin: 0 auto 20px;
    font-size: 1.6rem;
  }
}

.about .wedding-sec .inner .flex-box .text .read {
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .about .wedding-sec .inner .flex-box .text .read {
    width: calc(100% - 40px);
    margin: 0 auto 40px;
  }
}

.about .wedding-sec .inner .flex-box .text figure {
  width: 100%;
  height: 342px;
  position: absolute;
  bottom: 0;
  left: 0;
  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;
}

.about .wedding-sec .inner .flex-box .text figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about .wedding-sec .inner .flex-box .text .sp-slides .slide {
  width: 78.667vw;
  height: 78.667vw;
  padding: 0 10px;
}

.about .wedding-sec .inner .flex-box .text .sp-slides .slide figure {
  width: 100%;
  height: 100%;
  position: static;
  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;
}

.about .wedding-sec .inner .flex-box .text .sp-slides .slide figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about .wedding-sec .inner .flex-box .text .sp-slides .slick-dots {
  bottom: -35px;
}

.about .wedding-sec .inner .flex-box .text .sp-slides .slick-dots li {
  margin: 0 1px;
}

.about .wedding-sec .inner .flex-box .text .sp-slides .slick-dots li.slick-active button:before {
  color: #b59c55;
}

.about .wedding-sec .inner .flex-box .text .sp-slides .slick-dots li button:before {
  content: "●";
  color: #dccfb0;
}

@media screen and (max-width: 768px) {
  .about .wedding-sec .inner .flex-box .text .sp-slides .slick-dots li button:before {
    font-size: 12px;
  }
}

.about .wedding-sec .inner .flex-box .text .sp-slides .slick-next {
  background: url(../img/common/arrow-gold_next.svg) 50% no-repeat;
  width: 37px;
  height: 37px;
  top: 50%;
  right: calc(50% - 470px);
}

.about .wedding-sec .inner .flex-box .text .sp-slides .slick-next::before {
  display: none;
}

@media screen and (max-width: 768px) {
  .about .wedding-sec .inner .flex-box .text .sp-slides .slick-next {
    width: 30px;
    height: 30px;
    right: 20px;
  }
}

.about .wedding-sec .inner .flex-box .text .sp-slides .slick-prev {
  background: url(../img/common/arrow-gold_prev.svg) 50% no-repeat;
  width: 37px;
  height: 37px;
  top: 50%;
  left: calc(50% - 470px);
  z-index: 1;
}

.about .wedding-sec .inner .flex-box .text .sp-slides .slick-prev::before {
  display: none;
}

@media screen and (max-width: 768px) {
  .about .wedding-sec .inner .flex-box .text .sp-slides .slick-prev {
    width: 30px;
    height: 30px;
    left: 20px;
  }
}

.about .wedding-sec .obj {
  width: 224px;
  height: 353px;
  position: absolute;
  top: 250px;
  right: 0;
  z-index: -1;
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
}

@media screen and (max-width: 768px) {
  .about .wedding-sec .obj {
    width: 157px;
    height: 248px;
    top: 137.333vw;
    right: -40px;
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}

.about .facility-sec {
  background: #fff;
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .about .facility-sec {
    padding-bottom: 80px;
  }
}

.about .facility-sec .inner .flex-box.inview {
  opacity: 1 !important;
}

/*---------------------------------------
 * PARTYSTYLE
---------------------------------------*/
.partystyle .mv-sec {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .partystyle .mv-sec {
    margin-bottom: 40px;
  }
}

.partystyle .outline-sec {
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .partystyle .outline-sec {
    padding-bottom: 40px;
  }
}

.partystyle .outline-sec .inner {
  width: calc(100% - 40px);
  margin: 0 auto;
}

.partystyle .outline-sec .inner .catch {
  margin-bottom: 30px;
  color: #806a3b;
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .partystyle .outline-sec .inner .catch {
    margin-bottom: 15px;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: left;
  }
}

.partystyle .outline-sec .inner .read {
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .partystyle .outline-sec .inner .read {
    text-align: left;
  }
}

.partystyle .partyindex-sec {
  background: #f7f5f0;
}

.partystyle .partyindex-sec .inner .party-menu {
  background: #fff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .partystyle .partyindex-sec .inner .party-menu {
    display: block;
    margin: 0 auto;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.partystyle .partyindex-sec .inner .party-menu::after {
  content: "";
  background: #f7f5f0;
  width: 190px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  mix-blend-mode: multiply;
}

@media screen and (max-width: 768px) {
  .partystyle .partyindex-sec .inner .party-menu::after {
    width: 30%;
  }
}

@media screen and (max-width: 768px) {
  .partystyle .partyindex-sec .inner .party-menu:nth-of-type(1) {
    padding: 0 20px 60px;
  }
}

.partystyle .partyindex-sec .inner .party-menu:nth-of-type(1) .text .obj {
  width: 313px;
  height: 558px;
  position: absolute;
  top: -80px;
  right: -100px;
  z-index: -1;
  -webkit-transform: rotate(16deg);
          transform: rotate(16deg);
}

@media screen and (max-width: 768px) {
  .partystyle .partyindex-sec .inner .party-menu:nth-of-type(1) .text .obj {
    width: 213px;
    height: 379px;
  }
}

.partystyle .partyindex-sec .inner .party-menu:nth-of-type(2n) {
  background: #fff;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .partystyle .partyindex-sec .inner .party-menu:nth-of-type(2n) {
    padding: 0 20px 60px;
  }
}

.partystyle .partyindex-sec .inner .party-menu:nth-of-type(2n) .text .obj {
  width: 278px;
  height: 438px;
  position: absolute;
  top: 0;
  left: -50px;
  z-index: -1;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}

@media screen and (max-width: 768px) {
  .partystyle .partyindex-sec .inner .party-menu:nth-of-type(2n) .text .obj {
    width: 178px;
    height: 279px;
  }
}

.partystyle .partyindex-sec .inner .party-menu:nth-of-type(2n)::after {
  content: "";
  right: unset;
  left: 0;
}

@media screen and (max-width: 768px) {
  .partystyle .partyindex-sec .inner .party-menu:nth-of-type(2n)::after {
    width: 30%;
  }
}

.partystyle .partyindex-sec .inner .party-menu:nth-last-of-type(1) {
  padding-bottom: 140px;
}

@media screen and (max-width: 768px) {
  .partystyle .partyindex-sec .inner .party-menu:nth-last-of-type(1) {
    padding: 0 20px 120px;
  }
}

.partystyle .partyindex-sec .inner .party-menu:nth-last-of-type(1) .text .obj {
  width: 250px;
  height: 514px;
  position: absolute;
  top: -110px;
  right: 0;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .partystyle .partyindex-sec .inner .party-menu:nth-last-of-type(1) .text .obj {
    width: 150px;
    height: 309px;
    top: -25px;
    right: -30px;
    -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg);
  }
}

.partystyle .partyindex-sec .inner .party-menu:nth-last-of-type(1)::after {
  height: calc(100% - 140px);
}

@media screen and (max-width: 768px) {
  .partystyle .partyindex-sec .inner .party-menu:nth-last-of-type(1)::after {
    height: calc(100% - 60px);
  }
}

.partystyle .partyindex-sec .inner .party-menu .photo {
  width: 54.17%;
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .partystyle .partyindex-sec .inner .party-menu .photo {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}

.partystyle .partyindex-sec .inner .party-menu .photo figure {
  width: 100%;
  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;
}

.partystyle .partyindex-sec .inner .party-menu .photo figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.partystyle .partyindex-sec .inner .party-menu .text {
  width: 45.83%;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .partystyle .partyindex-sec .inner .party-menu .text {
    width: 100%;
  }
}

.partystyle .partyindex-sec .inner .party-menu .text .midashi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  position: relative;
  margin-bottom: 30px;
  color: #806a3b;
  font-size: 3.4rem;
  letter-spacing: 3px;
}

@media screen and (max-width: 768px) {
  .partystyle .partyindex-sec .inner .party-menu .text .midashi {
    margin-bottom: 20px;
    font-size: 2.8rem;
    line-height: 1.3;
  }
}

.partystyle .partyindex-sec .inner .party-menu .text .midashi::before {
  content: "";
  background: #b59c55;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 37px;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .partystyle .partyindex-sec .inner .party-menu .text .midashi::before {
    width: calc(100% + 20px);
    top: 26px;
  }
}

.partystyle .partyindex-sec .inner .party-menu .text .midashi > p {
  padding-right: 10px;
}

.partystyle .partyindex-sec .inner .party-menu .text .midashi i {
  width: auto;
  height: 40px;
  display: inline-block;
  position: relative;
  top: -1px;
}

@media screen and (max-width: 768px) {
  .partystyle .partyindex-sec .inner .party-menu .text .midashi i {
    height: 30px;
    top: 0;
  }
}

.partystyle .partyindex-sec .inner .party-menu .text .midashi i img {
  width: auto;
  height: 100%;
}

.partystyle .partyindex-sec .inner .party-menu .text .catch {
  margin-bottom: 30px;
  font-size: 1.6rem;
  line-height: 1.8;
}

.partystyle .partyindex-sec .inner .party-menu .text .link-btn {
  background: #b59c55;
  width: auto;
  margin: 0;
  padding: 29px 55px;
  border: 1px solid #b59c55;
}

@media screen and (max-width: 768px) {
  .partystyle .partyindex-sec .inner .party-menu .text .link-btn {
    padding: 24px 0;
    font-size: 1.2rem;
  }
}

.partystyle .partyindex-sec .inner .party-menu .text .link-btn:hover {
  background: #fff;
  color: #b59c55;
}

.partystyle .partyindex-sec .inner .party-menu.odd .text {
  padding-left: 130px;
}

@media screen and (max-width: 1279px) {
  .partystyle .partyindex-sec .inner .party-menu.odd .text {
    padding-left: 9.5%;
  }
}

@media screen and (max-width: 1024px) {
  .partystyle .partyindex-sec .inner .party-menu.odd .text {
    padding-left: 4.5%;
  }
}

@media screen and (max-width: 768px) {
  .partystyle .partyindex-sec .inner .party-menu.odd .text {
    padding-left: 0;
  }
}

.partystyle .partyindex-sec .inner .party-menu.odd .text .midashi::before {
  right: 0;
}

.partystyle .partyindex-sec .inner .party-menu.even .text {
  padding-right: 0;
  padding-left: 130px;
}

@media screen and (max-width: 1279px) {
  .partystyle .partyindex-sec .inner .party-menu.even .text {
    padding-left: 9.5%;
  }
}

@media screen and (max-width: 1024px) {
  .partystyle .partyindex-sec .inner .party-menu.even .text {
    padding-left: 4.5%;
  }
}

@media screen and (max-width: 768px) {
  .partystyle .partyindex-sec .inner .party-menu.even .text {
    padding-right: 0;
  }
}

.partystyle .partyindex-sec .inner .party-menu.even .text .midashi::before {
  left: 0;
}

/*---------------------------------------
 * CHAPEL & BANQUET
---------------------------------------*/
.chapel-banquet .outline-sec {
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .chapel-banquet .outline-sec {
    padding-bottom: 40px;
  }
}

.chapel-banquet .outline-sec .inner {
  width: calc(100% - 40px);
  margin: 0 auto;
}

.chapel-banquet .outline-sec .inner .copy {
  font-size: 2rem;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 30px;
  margin-top: -20px;
}

@media screen and (max-width: 768px) {
  .chapel-banquet .outline-sec .inner .copy {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 15px;
  }
}

.chapel-banquet .outline-sec .inner .read {
  text-align: center;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .chapel-banquet .outline-sec .inner .read {
    text-align: left;
  }
}

.chapel-banquet .chapelindex-sec {
  background: #f7f5f0;
}

.chapel-banquet .chapelindex-sec .inner .party-menu {
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media screen and (max-width: 768px) {
  .chapel-banquet .chapelindex-sec .inner .party-menu {
    display: block;
    padding: 0 20px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.chapel-banquet .chapelindex-sec .inner .party-menu::after {
  content: "";
  width: 21%;
  height: 100%;
  background-image: url(../img/common/bg-01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  mix-blend-mode: multiply;
  opacity: .8;
}

@media screen and (max-width: 768px) {
  .chapel-banquet .chapelindex-sec .inner .party-menu::after {
    width: 30%;
  }
}

.chapel-banquet .chapelindex-sec .inner .party-menu:nth-of-type(1) {
  padding-top: 60px;
}

@media screen and (max-width: 768px) {
  .chapel-banquet .chapelindex-sec .inner .party-menu:nth-of-type(1) {
    padding: 40px 20px 60px;
  }
}

.chapel-banquet .chapelindex-sec .inner .party-menu:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  background: #FFFFFF;
}

@media screen and (max-width: 768px) {
  .chapel-banquet .chapelindex-sec .inner .party-menu:nth-of-type(2n) {
    padding: 40px 20px 60px;
  }
}

.chapel-banquet .chapelindex-sec .inner .party-menu:nth-of-type(2n)::after {
  content: "";
  width: 15%;
  right: unset;
  left: 0;
}

@media screen and (max-width: 768px) {
  .chapel-banquet .chapelindex-sec .inner .party-menu:nth-of-type(2n)::after {
    width: 30%;
  }
}

.chapel-banquet .chapelindex-sec .inner .party-menu:nth-last-of-type(1) {
  padding-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .chapel-banquet .chapelindex-sec .inner .party-menu:nth-last-of-type(1) {
    padding: 40px 20px 60px;
  }
}

.chapel-banquet .chapelindex-sec .inner .party-menu .photo {
  position: relative;
  z-index: 1;
  width: 54%;
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .chapel-banquet .chapelindex-sec .inner .party-menu .photo {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}

.chapel-banquet .chapelindex-sec .inner .party-menu .photo figure {
  width: 100%;
  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;
}

.chapel-banquet .chapelindex-sec .inner .party-menu .photo figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.chapel-banquet .chapelindex-sec .inner .party-menu .text {
  width: 380px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .chapel-banquet .chapelindex-sec .inner .party-menu .text {
    width: 100%;
  }
}

.chapel-banquet .chapelindex-sec .inner .party-menu .text .midashi {
  font-size: 3.4rem;
  color: #806a3b;
  letter-spacing: 2px;
  position: relative;
  margin-bottom: 10px;
}

.chapel-banquet .chapelindex-sec .inner .party-menu .text .midashi .sub {
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .chapel-banquet .chapelindex-sec .inner .party-menu .text .midashi .sub {
    font-size: 1.5rem;
    margin-bottom: 3px;
  }
}

@media screen and (max-width: 768px) {
  .chapel-banquet .chapelindex-sec .inner .party-menu .text .midashi {
    font-size: 2.8rem;
    margin-bottom: 10px;
    line-height: 1.3;
  }
}

.chapel-banquet .chapelindex-sec .inner .party-menu .text .copy {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .chapel-banquet .chapelindex-sec .inner .party-menu .text .copy {
    font-size: 1.4rem;
  }
}

.chapel-banquet .chapelindex-sec .inner .party-menu .text .btn {
  display: block;
  width: 100%;
  padding: 20px 0;
  position: relative;
  background: #b59c55;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #b59c55;
  color: #fff;
  text-align: center;
  -webkit-transition: background-color .3s, color .3s;
  transition: background-color .3s, color .3s;
}

.chapel-banquet .chapelindex-sec .inner .party-menu .text .btn:hover {
  background: #fff;
  color: #b59c55;
}

.chapel-banquet .chapelindex-sec .inner .party-menu .text .btn:hover svg {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  fill: #b59c55;
  stroke: #b59c55;
}

.chapel-banquet .chapelindex-sec .inner .party-menu .text .btn svg {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  fill: #ffffff;
  stroke: #ffffff;
}

@media screen and (min-width: 769px) {
  .chapel-banquet .chapelindex-sec .inner .party-menu .text .btn {
    max-width: 301px;
  }
}

.chapel-banquet .chapelindex-sec .inner .party-menu .text .btn:hover::before {
  border-color: #80683a;
}

.chapel-banquet .chapelindex-sec .inner .party-menu .text .btn:hover::after {
  border-top-color: #80683a;
  border-right-color: #80683a;
}

@media screen and (max-width: 768px) {
  .chapel-banquet .chapelindex-sec .inner .party-menu .text .btn {
    padding: 20px 0;
  }
}

.chapel-banquet .chapelindex-sec .inner .party-menu.odd .text {
  padding-left: 8%;
}

@media screen and (max-width: 768px) {
  .chapel-banquet .chapelindex-sec .inner .party-menu.odd .text {
    padding-left: 0;
  }
}

.chapel-banquet .chapelindex-sec .inner .party-menu.odd .text .midashi::before {
  right: 0;
}

.chapel-banquet .chapelindex-sec .inner .party-menu.even .text {
  padding-right: 8%;
}

@media screen and (max-width: 768px) {
  .chapel-banquet .chapelindex-sec .inner .party-menu.even .text {
    padding-right: 0;
  }
}

.chapel-banquet .chapelindex-sec .inner .party-menu.even .text .midashi::before {
  left: 0;
}

/*---------------------------------------
 * FILAGE
---------------------------------------*/
.filage .pagehead-sec {
  background: #fff;
}

.filage .pagehead-sec .inner .en {
  margin-bottom: 0;
  padding-bottom: 0;
}

.filage .pagehead-sec .inner .en::after {
  content: none;
}

.filage .pagehead-sec .inner .script {
  width: 70px;
  display: block;
  margin: 0 auto 15px;
}

@media screen and (max-width: 768px) {
  .filage .pagehead-sec .inner .script {
    width: 73px;
    margin: 0 auto 5px;
  }
}

.filage .outline-sec {
  position: relative;
  margin-bottom: 80px;
  padding: 80px 0 0;
}

@media screen and (max-width: 768px) {
  .filage .outline-sec {
    margin-bottom: 0;
    padding: 40px 0;
  }
}

.filage .outline-sec::before {
  content: "";
  background: #f0ecdc;
  width: 205px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .filage .outline-sec::before {
    width: 122px;
  }
}

.filage .outline-sec .inner .content-box {
  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;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .filage .outline-sec .inner .content-box {
    display: block;
    padding-bottom: 60px;
  }
}

.filage .outline-sec .inner .content-box .text {
  width: 45.75%;
  padding-left: 130px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1279px) {
  .filage .outline-sec .inner .content-box .text {
    padding-left: 9.5%;
  }
}

@media screen and (max-width: 1024px) {
  .filage .outline-sec .inner .content-box .text {
    padding-left: 4.5%;
  }
}

@media screen and (max-width: 768px) {
  .filage .outline-sec .inner .content-box .text {
    width: 100%;
    padding-left: 20px;
  }
}

.filage .outline-sec .inner .content-box .text .catch {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #b59c55;
  color: #806a3b;
  font-size: 1.8rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .filage .outline-sec .inner .content-box .text .catch {
    font-size: 1.6rem;
  }
}

.filage .outline-sec .inner .content-box .text .read {
  padding-right: 8%;
  line-height: 2;
}

@media screen and (max-width: 1024px) {
  .filage .outline-sec .inner .content-box .text .read {
    padding-right: 4.5%;
  }
}

@media screen and (max-width: 768px) {
  .filage .outline-sec .inner .content-box .text .read {
    margin-bottom: 40px;
    padding-right: 20px;
  }
}

.filage .outline-sec .inner .content-box .photo {
  width: 54.25%;
  height: 450px;
}

@media screen and (max-width: 768px) {
  .filage .outline-sec .inner .content-box .photo {
    width: 100%;
    height: auto;
  }
  .filage .outline-sec .inner .content-box .photo .sp-slides .slide {
    width: 78.667vw;
    height: 56vw;
    padding: 0 10px;
  }
  .filage .outline-sec .inner .content-box .photo .sp-slides .slick-dots {
    bottom: -35px;
  }
  .filage .outline-sec .inner .content-box .photo .sp-slides .slick-dots li {
    margin: 0 1px;
  }
  .filage .outline-sec .inner .content-box .photo .sp-slides .slick-dots li.slick-active button:before {
    color: #b59c55;
  }
  .filage .outline-sec .inner .content-box .photo .sp-slides .slick-dots li button:before {
    content: "●";
    color: #dccfb0;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .filage .outline-sec .inner .content-box .photo .sp-slides .slick-dots li button:before {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .filage .outline-sec .inner .content-box .photo .sp-slides .slick-next {
    background: url(../img/common/arrow-gold_next.svg) 50% no-repeat;
    width: 37px;
    height: 37px;
    top: 50%;
    right: calc(50% - 470px);
  }
  .filage .outline-sec .inner .content-box .photo .sp-slides .slick-next::before {
    display: none;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .filage .outline-sec .inner .content-box .photo .sp-slides .slick-next {
    width: 30px;
    height: 30px;
    right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .filage .outline-sec .inner .content-box .photo .sp-slides .slick-prev {
    background: url(../img/common/arrow-gold_prev.svg) 50% no-repeat;
    width: 37px;
    height: 37px;
    top: 50%;
    left: calc(50% - 470px);
    z-index: 1;
  }
  .filage .outline-sec .inner .content-box .photo .sp-slides .slick-prev::before {
    display: none;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .filage .outline-sec .inner .content-box .photo .sp-slides .slick-prev {
    width: 30px;
    height: 30px;
    left: 20px;
  }
}

.filage .outline-sec .inner .content-box .photo figure {
  width: 100%;
  height: 450px;
  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;
}

@media screen and (max-width: 768px) {
  .filage .outline-sec .inner .content-box .photo figure {
    height: 100%;
  }
}

.filage .outline-sec .inner .content-box .photo figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.filage .outline-sec .inner .photo-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 130px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1279px) {
  .filage .outline-sec .inner .photo-box {
    padding-left: 9.5%;
  }
}

@media screen and (max-width: 1024px) {
  .filage .outline-sec .inner .photo-box {
    padding-left: 4.5%;
  }
}

@media screen and (max-width: 768px) {
  .filage .outline-sec .inner .photo-box {
    display: none;
  }
}

.filage .outline-sec .inner .photo-box figure {
  height: 285px;
  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;
}

.filage .outline-sec .inner .photo-box figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.filage .outline-sec .inner .photo-box figure:nth-of-type(1) {
  width: 24.35%;
}

.filage .outline-sec .inner .photo-box figure:nth-of-type(2) {
  width: 41.5%;
}

.filage .outline-sec .inner .photo-box figure:nth-of-type(3) {
  width: 32.52%;
}

.filage .dining-sec {
  position: relative;
  margin-bottom: 120px;
}

.filage .dining-sec::before {
  content: "";
  background: #f0ecdc;
  width: 205px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .filage .dining-sec::before {
    width: 122px;
    top: 15%;
  }
}

@media screen and (max-width: 768px) {
  .filage .dining-sec::after {
    content: "";
    background: #f0ecdc;
    width: 122px;
    height: 40%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
}

.filage .dining-sec .inner .title-box {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .filage .dining-sec .inner .title-box {
    display: block;
    padding-bottom: 40px;
  }
}

.filage .dining-sec .inner .title-box .text {
  width: 28.04%;
  margin-right: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1279px) {
  .filage .dining-sec .inner .title-box .text {
    margin-right: 5.86%;
  }
}

@media screen and (max-width: 1024px) {
  .filage .dining-sec .inner .title-box .text {
    margin-right: 3.5%;
  }
}

@media screen and (max-width: 768px) {
  .filage .dining-sec .inner .title-box .text {
    width: calc(100% - 20px);
    margin-bottom: 40px;
    margin-left: 20px;
  }
}

.filage .dining-sec .inner .title-box .text .midashi {
  position: relative;
  color: #806a3b;
  font-size: 3rem;
  letter-spacing: 3px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .filage .dining-sec .inner .title-box .text .midashi {
    margin-bottom: 30px;
    font-size: 2.8rem;
    text-align: left;
  }
}

.filage .dining-sec .inner .title-box .text .midashi::before {
  content: "";
  background: #b59c55;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 33px;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .filage .dining-sec .inner .title-box .text .midashi::before {
    top: 30px;
  }
}

.filage .dining-sec .inner .title-box .photo {
  width: 71.96%;
  height: 530px;
}

@media screen and (max-width: 768px) {
  .filage .dining-sec .inner .title-box .photo {
    width: calc(100% - 40px);
    height: 89.333vw;
    margin: 0 auto;
  }
}

.filage .dining-sec .inner .title-box .photo figure {
  width: 100%;
  height: 100%;
  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;
}

.filage .dining-sec .inner .title-box .photo figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.filage .dining-sec .inner .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: -74px 0 80px;
}

@media screen and (max-width: 768px) {
  .filage .dining-sec .inner .content-box {
    display: block;
    margin: 0 0 80px;
  }
}

.filage .dining-sec .inner .content-box .text {
  width: 58.42%;
  padding-left: 130px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1279px) {
  .filage .dining-sec .inner .content-box .text {
    padding-left: 9.5%;
  }
}

@media screen and (max-width: 1024px) {
  .filage .dining-sec .inner .content-box .text {
    padding-left: 4.5%;
  }
}

@media screen and (max-width: 768px) {
  .filage .dining-sec .inner .content-box .text {
    width: 100%;
  }
}

.filage .dining-sec .inner .content-box .text .catch {
  margin-bottom: 30px;
  color: #806a3b;
  font-size: 1.8rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .filage .dining-sec .inner .content-box .text .catch {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
}

.filage .dining-sec .inner .content-box .text .read {
  padding-right: 8%;
  line-height: 2;
}

@media screen and (max-width: 1024px) {
  .filage .dining-sec .inner .content-box .text .read {
    padding-right: 4.5%;
  }
}

@media screen and (max-width: 768px) {
  .filage .dining-sec .inner .content-box .text .read {
    margin-bottom: 40px;
    padding-right: 20px;
  }
}

.filage .dining-sec .inner .content-box .photo {
  width: 41.58%;
  height: 317px;
  padding-right: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .filage .dining-sec .inner .content-box .photo {
    width: 100%;
    height: auto;
    padding: 0;
  }
}

.filage .dining-sec .inner .content-box .photo figure {
  width: 100%;
  height: 100%;
  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;
}

.filage .dining-sec .inner .content-box .photo figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.filage .dining-sec .inner .content-box .photo .sp-slides .slide {
  width: 78.667vw;
  height: 78.667vw;
  padding: 0 10px;
}

.filage .dining-sec .inner .content-box .photo .sp-slides .slick-dots {
  bottom: -35px;
}

.filage .dining-sec .inner .content-box .photo .sp-slides .slick-dots li {
  margin: 0 1px;
}

.filage .dining-sec .inner .content-box .photo .sp-slides .slick-dots li.slick-active button:before {
  color: #b59c55;
}

.filage .dining-sec .inner .content-box .photo .sp-slides .slick-dots li button:before {
  content: "●";
  color: #dccfb0;
}

@media screen and (max-width: 768px) {
  .filage .dining-sec .inner .content-box .photo .sp-slides .slick-dots li button:before {
    font-size: 12px;
  }
}

.filage .dining-sec .inner .content-box .photo .sp-slides .slick-next {
  background: url(../img/common/arrow-gold_next.svg) 50% no-repeat;
  width: 37px;
  height: 37px;
  top: 50%;
  right: calc(50% - 470px);
}

.filage .dining-sec .inner .content-box .photo .sp-slides .slick-next::before {
  display: none;
}

@media screen and (max-width: 768px) {
  .filage .dining-sec .inner .content-box .photo .sp-slides .slick-next {
    width: 30px;
    height: 30px;
    right: 20px;
  }
}

.filage .dining-sec .inner .content-box .photo .sp-slides .slick-prev {
  background: url(../img/common/arrow-gold_prev.svg) 50% no-repeat;
  width: 37px;
  height: 37px;
  top: 50%;
  left: calc(50% - 470px);
  z-index: 1;
}

.filage .dining-sec .inner .content-box .photo .sp-slides .slick-prev::before {
  display: none;
}

@media screen and (max-width: 768px) {
  .filage .dining-sec .inner .content-box .photo .sp-slides .slick-prev {
    width: 30px;
    height: 30px;
    left: 20px;
  }
}

.filage .dining-sec .inner .photo-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 130px;
}

@media screen and (max-width: 1279px) {
  .filage .dining-sec .inner .photo-box {
    margin-right: 9.5%;
  }
}

@media screen and (max-width: 1024px) {
  .filage .dining-sec .inner .photo-box {
    margin-right: 4.5%;
  }
}

@media screen and (max-width: 768px) {
  .filage .dining-sec .inner .photo-box {
    display: none;
  }
}

.filage .dining-sec .inner .photo-box figure {
  height: 285px;
  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;
}

.filage .dining-sec .inner .photo-box figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.filage .dining-sec .inner .photo-box figure:nth-of-type(1) {
  width: 24.11%;
}

.filage .dining-sec .inner .photo-box figure:nth-of-type(2) {
  width: 40.21%;
}

.filage .dining-sec .inner .photo-box figure:nth-of-type(3) {
  width: 34.14%;
}

.filage .mainslide-sec {
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .filage .mainslide-sec {
    padding-bottom: 95px;
  }
}

.filage .mainslide-sec .midashi {
  width: calc(100% - 80px);
  max-width: 1106px;
  margin: 0 auto 40px;
  color: #b59c55;
  font-size: 3.6rem;
  letter-spacing: 3px;
}

@media screen and (max-width: 768px) {
  .filage .mainslide-sec .midashi {
    margin-bottom: 20px;
    font-size: 3rem;
  }
}

.filage .mainslide-sec .slides {
  margin-bottom: 100px;
}

.filage .mainslide-sec .slides .slide {
  width: calc(100% - 40px);
  max-width: 834px;
  padding: 0 35px;
}

@media screen and (max-width: 768px) {
  .filage .mainslide-sec .slides .slide {
    height: 78.667vw;
  }
}

@media screen and (max-width: 768px) {
  .filage .mainslide-sec .slides .slide {
    padding: 0 10px;
  }
  .filage .mainslide-sec .slides .slide figure {
    width: 100%;
    height: 100%;
    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;
  }
  .filage .mainslide-sec .slides .slide figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.filage .mainslide-sec .slides .slick-dots {
  bottom: -50px;
}

.filage .mainslide-sec .slides .slick-dots li {
  margin: 0 1px;
}

.filage .mainslide-sec .slides .slick-dots li.slick-active button:before {
  color: #b59c55;
}

.filage .mainslide-sec .slides .slick-dots li button:before {
  content: "●";
  color: #dccfb0;
}

@media screen and (max-width: 768px) {
  .filage .mainslide-sec .slides .slick-dots li button:before {
    font-size: 12px;
  }
}

.filage .mainslide-sec .slides .slick-next {
  background: url(../img/common/arrow-gold_next.svg) 50% no-repeat;
  width: 37px;
  height: 37px;
  top: 50%;
  right: calc(50% - 470px);
}

.filage .mainslide-sec .slides .slick-next::before {
  display: none;
}

@media screen and (max-width: 768px) {
  .filage .mainslide-sec .slides .slick-next {
    width: 30px;
    height: 30px;
    right: 20px;
  }
}

.filage .mainslide-sec .slides .slick-prev {
  background: url(../img/common/arrow-gold_prev.svg) 50% no-repeat;
  width: 37px;
  height: 37px;
  top: 50%;
  left: calc(50% - 470px);
  z-index: 1;
}

.filage .mainslide-sec .slides .slick-prev::before {
  display: none;
}

@media screen and (max-width: 768px) {
  .filage .mainslide-sec .slides .slick-prev {
    width: 30px;
    height: 30px;
    left: 20px;
  }
}

.filage .mainslide-sec .link-btn {
  background: #b59c55;
  width: auto;
  margin: 0 auto;
  padding: 29px 55px;
  border: 1px solid #b59c55;
}

@media screen and (max-width: 768px) {
  .filage .mainslide-sec .link-btn {
    margin: 0 20px;
    padding: 24px 0;
    font-size: 1.2rem;
  }
}

.filage .mainslide-sec .link-btn:hover {
  background: transparent;
  color: #b59c55;
}

.filage .othercontents-sec .original {
  display: none;
}

/*---------------------------------------
 * GARDEN
---------------------------------------*/
.garden .pagehead-sec {
  background: #fff;
}

.garden .pagehead-sec .inner .en {
  margin-bottom: 0;
  padding-bottom: 0;
}

.garden .pagehead-sec .inner .en::after {
  content: none;
}

.garden .pagehead-sec .inner .script {
  width: 98px;
  display: block;
  margin: 0 auto 15px;
}

@media screen and (max-width: 768px) {
  .garden .pagehead-sec .inner .script {
    width: 94px;
    margin: 0 auto 5px;
  }
}

.garden .outline-sec {
  position: relative;
  margin-bottom: 170px;
  padding: 80px 0 0;
}

@media screen and (max-width: 768px) {
  .garden .outline-sec {
    margin-bottom: 60px;
    padding: 40px 0 0;
  }
}

.garden .outline-sec::before {
  content: "";
  background: #f0ecdc;
  width: 205px;
  height: calc(100% + 90px);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .garden .outline-sec::before {
    width: 122px;
    height: 100%;
  }
}

.garden .outline-sec .inner .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .garden .outline-sec .inner .content-box {
    display: block;
    margin-bottom: 0;
  }
}

.garden .outline-sec .inner .content-box .text {
  width: 55.27%;
  position: relative;
  margin-top: 40px;
  padding-bottom: 453px;
  padding-left: 130px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1279px) {
  .garden .outline-sec .inner .content-box .text {
    padding-left: 9.5%;
  }
}

@media screen and (max-width: 1024px) {
  .garden .outline-sec .inner .content-box .text {
    padding-left: 4.5%;
  }
}

@media screen and (max-width: 768px) {
  .garden .outline-sec .inner .content-box .text {
    width: 100%;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
  }
}

.garden .outline-sec .inner .content-box .text .catch {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #b59c55;
  color: #806a3b;
  font-size: 1.8rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .garden .outline-sec .inner .content-box .text .catch {
    font-size: 1.6rem;
  }
}

.garden .outline-sec .inner .content-box .text .read {
  padding-right: 8%;
  line-height: 2;
}

@media screen and (max-width: 1024px) {
  .garden .outline-sec .inner .content-box .text .read {
    padding-right: 4.5%;
  }
}

@media screen and (max-width: 768px) {
  .garden .outline-sec .inner .content-box .text .read {
    margin-bottom: 40px;
    padding-right: 20px;
  }
}

.garden .outline-sec .inner .content-box .photo {
  width: 44.73%;
  height: 700px;
  padding-right: 86px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1279px) {
  .garden .outline-sec .inner .content-box .photo {
    padding-right: 6.3%;
  }
}

@media screen and (max-width: 1024px) {
  .garden .outline-sec .inner .content-box .photo {
    padding-right: 3%;
  }
}

@media screen and (max-width: 768px) {
  .garden .outline-sec .inner .content-box .photo {
    width: calc(100% - 40px);
    height: 89.333vw;
    margin: 0 auto 1.333vw;
    padding-right: 0;
  }
}

.garden .outline-sec .inner .content-box .photo figure {
  width: 100%;
  height: 700px;
  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;
}

@media screen and (max-width: 768px) {
  .garden .outline-sec .inner .content-box .photo figure {
    height: 100%;
  }
}

.garden .outline-sec .inner .content-box .photo figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.garden .outline-sec .inner .photo-box {
  width: 54.905vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  bottom: -90px;
  left: 0;
  padding-left: 86px;
}

@media screen and (max-width: 1279px) {
  .garden .outline-sec .inner .photo-box {
    padding-left: 6.3%;
  }
}

@media screen and (max-width: 1024px) {
  .garden .outline-sec .inner .photo-box {
    padding-left: 3%;
  }
}

@media screen and (max-width: 768px) {
  .garden .outline-sec .inner .photo-box {
    width: calc(100% - 40px);
    position: static;
    margin: 0 auto;
    padding-left: 0;
  }
}

.garden .outline-sec .inner .photo-box figure {
  height: 453px;
  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;
}

@media screen and (max-width: 768px) {
  .garden .outline-sec .inner .photo-box figure {
    height: 53.867vw;
  }
}

.garden .outline-sec .inner .photo-box figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.garden .outline-sec .inner .photo-box figure:nth-of-type(1) {
  width: 48%;
}

@media screen and (max-width: 768px) {
  .garden .outline-sec .inner .photo-box figure:nth-of-type(1) {
    width: 42.933vw;
  }
}

.garden .outline-sec .inner .photo-box figure:nth-of-type(2) {
  width: 50.67%;
}

@media screen and (max-width: 768px) {
  .garden .outline-sec .inner .photo-box figure:nth-of-type(2) {
    width: 45.067vw;
  }
}

.garden .familystyle-sec {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .garden .familystyle-sec {
    margin-bottom: 40px;
  }
}

.garden .familystyle-sec .inner .content-box {
  background: #fff;
  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;
}

@media screen and (max-width: 768px) {
  .garden .familystyle-sec .inner .content-box {
    display: block;
  }
}

.garden .familystyle-sec .inner .content-box .photo {
  width: 51.24%;
}

@media screen and (max-width: 768px) {
  .garden .familystyle-sec .inner .content-box .photo {
    width: 100%;
    margin-bottom: 40px;
  }
}

.garden .familystyle-sec .inner .content-box .text {
  width: 48.76%;
  margin-left: 86px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1279px) {
  .garden .familystyle-sec .inner .content-box .text {
    margin-left: 6.3%;
  }
}

@media screen and (max-width: 1024px) {
  .garden .familystyle-sec .inner .content-box .text {
    margin-left: 3%;
  }
}

@media screen and (max-width: 768px) {
  .garden .familystyle-sec .inner .content-box .text {
    width: calc(100% - 20px);
    margin-left: 20px;
  }
}

.garden .familystyle-sec .inner .content-box .text .midashi {
  position: relative;
  margin-bottom: 20px;
  color: #b59c55;
  font-size: 3rem;
  letter-spacing: 3px;
}

@media screen and (max-width: 768px) {
  .garden .familystyle-sec .inner .content-box .text .midashi {
    font-size: 2.8rem;
  }
}

.garden .familystyle-sec .inner .content-box .text .midashi::before {
  content: "";
  background: #b59c55;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 33px;
  left: 0;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .garden .familystyle-sec .inner .content-box .text .midashi::before {
    top: 30px;
  }
}

.garden .familystyle-sec .inner .content-box .text .catch {
  margin-bottom: 20px;
  font-size: 1.8rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .garden .familystyle-sec .inner .content-box .text .catch {
    font-size: 1.6rem;
  }
}

.garden .familystyle-sec .inner .content-box .text .read {
  padding-right: 130px;
  line-height: 2;
}

@media screen and (max-width: 1279px) {
  .garden .familystyle-sec .inner .content-box .text .read {
    padding-right: 9.5%;
  }
}

@media screen and (max-width: 1024px) {
  .garden .familystyle-sec .inner .content-box .text .read {
    padding-right: 4.5%;
  }
}

@media screen and (max-width: 768px) {
  .garden .familystyle-sec .inner .content-box .text .read {
    padding-right: 20px;
    padding-bottom: 60px;
  }
}

.garden .mainslide-sec {
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .garden .mainslide-sec {
    padding-bottom: 95px;
  }
}

.garden .mainslide-sec .midashi {
  width: calc(100% - 80px);
  max-width: 1106px;
  margin: 0 auto 40px;
  color: #b59c55;
  font-size: 3.6rem;
  letter-spacing: 3px;
}

@media screen and (max-width: 768px) {
  .garden .mainslide-sec .midashi {
    margin-bottom: 20px;
    font-size: 3rem;
  }
}

.garden .mainslide-sec .slides {
  margin-bottom: 100px;
}

.garden .mainslide-sec .slides .slide {
  width: calc(100% - 40px);
  max-width: 834px;
  padding: 0 35px;
}

@media screen and (max-width: 768px) {
  .garden .mainslide-sec .slides .slide {
    padding: 0 10px;
  }
  .garden .mainslide-sec .slides .slide figure {
    width: 100%;
    height: 78.667vw;
    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;
  }
  .garden .mainslide-sec .slides .slide figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.garden .mainslide-sec .slides .slick-dots {
  bottom: -50px;
}

.garden .mainslide-sec .slides .slick-dots li {
  margin: 0 1px;
}

.garden .mainslide-sec .slides .slick-dots li.slick-active button:before {
  color: #b59c55;
}

.garden .mainslide-sec .slides .slick-dots li button:before {
  content: "●";
  color: #dccfb0;
}

@media screen and (max-width: 768px) {
  .garden .mainslide-sec .slides .slick-dots li button:before {
    font-size: 12px;
  }
}

.garden .mainslide-sec .slides .slick-next {
  background: url(../img/common/arrow-gold_next.svg) 50% no-repeat;
  width: 37px;
  height: 37px;
  top: 50%;
  right: calc(50% - 470px);
}

.garden .mainslide-sec .slides .slick-next::before {
  display: none;
}

@media screen and (max-width: 768px) {
  .garden .mainslide-sec .slides .slick-next {
    width: 30px;
    height: 30px;
    right: 20px;
  }
}

.garden .mainslide-sec .slides .slick-prev {
  background: url(../img/common/arrow-gold_prev.svg) 50% no-repeat;
  width: 37px;
  height: 37px;
  top: 50%;
  left: calc(50% - 470px);
  z-index: 1;
}

.garden .mainslide-sec .slides .slick-prev::before {
  display: none;
}

@media screen and (max-width: 768px) {
  .garden .mainslide-sec .slides .slick-prev {
    width: 30px;
    height: 30px;
    left: 20px;
  }
}

.garden .mainslide-sec .link-btn {
  background: #b59c55;
  width: auto;
  margin: 0 auto;
  padding: 29px 55px;
  border: 1px solid #b59c55;
}

@media screen and (max-width: 768px) {
  .garden .mainslide-sec .link-btn {
    margin: 0 20px;
    padding: 24px 0;
    font-size: 1.2rem;
  }
}

.garden .mainslide-sec .link-btn:hover {
  background: transparent;
  color: #b59c55;
}

.garden .othercontents-sec .provence {
  display: none;
}

/*---------------------------------------
 * LEGATO
---------------------------------------*/
.legato .pagehead-sec {
  background: #fff;
}

.legato .pagehead-sec .inner .en {
  margin-bottom: 0;
  padding-bottom: 0;
}

.legato .pagehead-sec .inner .en::after {
  content: none;
}

.legato .pagehead-sec .inner .script {
  width: 82px;
  display: block;
  margin: 0 auto 15px;
}

@media screen and (max-width: 768px) {
  .legato .pagehead-sec .inner .script {
    width: 73px;
    margin: 0 auto 5px;
  }
}

.legato .outline-sec {
  position: relative;
  margin-bottom: 100px;
  padding: 80px 0 0;
}

@media screen and (max-width: 768px) {
  .legato .outline-sec {
    margin-bottom: 0;
    padding: 40px 0 0;
  }
}

.legato .outline-sec::before {
  content: "";
  background: #f0ecdc;
  width: 205px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .legato .outline-sec::before {
    width: 122px;
  }
}

.legato .outline-sec .inner .content-box {
  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;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .legato .outline-sec .inner .content-box {
    display: block;
    margin-bottom: 0;
    padding-bottom: 60px;
  }
}

.legato .outline-sec .inner .content-box .text {
  width: 45.75%;
  padding-left: 130px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1279px) {
  .legato .outline-sec .inner .content-box .text {
    padding-left: 9.5%;
  }
}

@media screen and (max-width: 1024px) {
  .legato .outline-sec .inner .content-box .text {
    padding-left: 4.5%;
  }
}

@media screen and (max-width: 768px) {
  .legato .outline-sec .inner .content-box .text {
    width: 100%;
    padding-left: 20px;
  }
}

.legato .outline-sec .inner .content-box .text .catch {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #b59c55;
  color: #806a3b;
  font-size: 1.8rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .legato .outline-sec .inner .content-box .text .catch {
    font-size: 1.6rem;
  }
}

.legato .outline-sec .inner .content-box .text .read {
  padding-right: 8%;
  line-height: 2;
}

@media screen and (max-width: 1024px) {
  .legato .outline-sec .inner .content-box .text .read {
    padding-right: 4.5%;
  }
}

@media screen and (max-width: 768px) {
  .legato .outline-sec .inner .content-box .text .read {
    margin-bottom: 40px;
    padding-right: 20px;
  }
}

.legato .outline-sec .inner .content-box .photo {
  width: 54.25%;
  height: 450px;
}

@media screen and (max-width: 768px) {
  .legato .outline-sec .inner .content-box .photo {
    width: 100%;
    height: auto;
  }
  .legato .outline-sec .inner .content-box .photo .sp-slides .slide {
    width: 78.667vw;
    height: 56vw;
    padding: 0 10px;
  }
  .legato .outline-sec .inner .content-box .photo .sp-slides .slick-dots {
    bottom: -35px;
  }
  .legato .outline-sec .inner .content-box .photo .sp-slides .slick-dots li {
    margin: 0 1px;
  }
  .legato .outline-sec .inner .content-box .photo .sp-slides .slick-dots li.slick-active button:before {
    color: #b59c55;
  }
  .legato .outline-sec .inner .content-box .photo .sp-slides .slick-dots li button:before {
    content: "●";
    color: #dccfb0;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .legato .outline-sec .inner .content-box .photo .sp-slides .slick-dots li button:before {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .legato .outline-sec .inner .content-box .photo .sp-slides .slick-next {
    background: url(../img/common/arrow-gold_next.svg) 50% no-repeat;
    width: 37px;
    height: 37px;
    top: 50%;
    right: calc(50% - 470px);
  }
  .legato .outline-sec .inner .content-box .photo .sp-slides .slick-next::before {
    display: none;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .legato .outline-sec .inner .content-box .photo .sp-slides .slick-next {
    width: 30px;
    height: 30px;
    right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .legato .outline-sec .inner .content-box .photo .sp-slides .slick-prev {
    background: url(../img/common/arrow-gold_prev.svg) 50% no-repeat;
    width: 37px;
    height: 37px;
    top: 50%;
    left: calc(50% - 470px);
    z-index: 1;
  }
  .legato .outline-sec .inner .content-box .photo .sp-slides .slick-prev::before {
    display: none;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .legato .outline-sec .inner .content-box .photo .sp-slides .slick-prev {
    width: 30px;
    height: 30px;
    left: 20px;
  }
}

.legato .outline-sec .inner .content-box .photo figure {
  width: 100%;
  height: 450px;
  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;
}

@media screen and (max-width: 768px) {
  .legato .outline-sec .inner .content-box .photo figure {
    height: 100%;
  }
}

.legato .outline-sec .inner .content-box .photo figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.legato .outline-sec .inner .photo-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 130px;
}

@media screen and (max-width: 1279px) {
  .legato .outline-sec .inner .photo-box {
    margin-right: 9.5%;
  }
}

@media screen and (max-width: 1024px) {
  .legato .outline-sec .inner .photo-box {
    margin-right: 4.5%;
  }
}

@media screen and (max-width: 768px) {
  .legato .outline-sec .inner .photo-box {
    display: none;
  }
}

.legato .outline-sec .inner .photo-box figure {
  height: 398px;
  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;
}

.legato .outline-sec .inner .photo-box figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.legato .outline-sec .inner .photo-box figure:nth-of-type(1) {
  width: 24.11%;
}

.legato .outline-sec .inner .photo-box figure:nth-of-type(2) {
  width: 40.21%;
}

.legato .outline-sec .inner .photo-box figure:nth-of-type(3) {
  width: 34.14%;
}

.legato .familystyle-sec {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .legato .familystyle-sec {
    margin-bottom: 40px;
  }
}

.legato .familystyle-sec .inner .content-box {
  background: #fff;
  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;
}

@media screen and (max-width: 768px) {
  .legato .familystyle-sec .inner .content-box {
    display: block;
  }
}

.legato .familystyle-sec .inner .content-box .photo {
  width: 51.24%;
}

@media screen and (max-width: 768px) {
  .legato .familystyle-sec .inner .content-box .photo {
    width: 100%;
    margin-bottom: 40px;
  }
}

.legato .familystyle-sec .inner .content-box .text {
  width: 48.76%;
  margin-left: 86px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1279px) {
  .legato .familystyle-sec .inner .content-box .text {
    margin-left: 6.3%;
  }
}

@media screen and (max-width: 1024px) {
  .legato .familystyle-sec .inner .content-box .text {
    margin-left: 3%;
  }
}

@media screen and (max-width: 768px) {
  .legato .familystyle-sec .inner .content-box .text {
    width: calc(100% - 20px);
    margin-left: 20px;
  }
}

.legato .familystyle-sec .inner .content-box .text .midashi {
  position: relative;
  margin-bottom: 20px;
  color: #b59c55;
  font-size: 3rem;
  letter-spacing: 3px;
}

@media screen and (max-width: 768px) {
  .legato .familystyle-sec .inner .content-box .text .midashi {
    font-size: 2.8rem;
  }
}

.legato .familystyle-sec .inner .content-box .text .midashi::before {
  content: "";
  background: #b59c55;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 33px;
  left: 0;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .legato .familystyle-sec .inner .content-box .text .midashi::before {
    top: 30px;
  }
}

.legato .familystyle-sec .inner .content-box .text .catch {
  margin-bottom: 20px;
  font-size: 1.8rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .legato .familystyle-sec .inner .content-box .text .catch {
    font-size: 1.6rem;
  }
}

.legato .familystyle-sec .inner .content-box .text .read {
  padding-right: 130px;
  line-height: 2;
}

@media screen and (max-width: 1279px) {
  .legato .familystyle-sec .inner .content-box .text .read {
    padding-right: 9.5%;
  }
}

@media screen and (max-width: 1024px) {
  .legato .familystyle-sec .inner .content-box .text .read {
    padding-right: 4.5%;
  }
}

@media screen and (max-width: 768px) {
  .legato .familystyle-sec .inner .content-box .text .read {
    padding-right: 20px;
    padding-bottom: 60px;
  }
}

.legato .mainslide-sec {
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .legato .mainslide-sec {
    padding-bottom: 95px;
  }
}

.legato .mainslide-sec .midashi {
  width: calc(100% - 80px);
  max-width: 1106px;
  margin: 0 auto 40px;
  color: #b59c55;
  font-size: 3.6rem;
  letter-spacing: 3px;
}

@media screen and (max-width: 768px) {
  .legato .mainslide-sec .midashi {
    margin-bottom: 20px;
    font-size: 3rem;
  }
}

.legato .mainslide-sec .slides {
  margin-bottom: 100px;
}

.legato .mainslide-sec .slides .slide {
  width: calc(100% - 40px);
  max-width: 834px;
  padding: 0 35px;
}

@media screen and (max-width: 768px) {
  .legato .mainslide-sec .slides .slide {
    height: 78.667vw;
    padding: 0 10px;
  }
  .legato .mainslide-sec .slides .slide figure {
    width: 100%;
    height: 100%;
    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;
  }
  .legato .mainslide-sec .slides .slide figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.legato .mainslide-sec .slides .slick-dots {
  bottom: -50px;
}

.legato .mainslide-sec .slides .slick-dots li {
  margin: 0 1px;
}

.legato .mainslide-sec .slides .slick-dots li.slick-active button:before {
  color: #b59c55;
}

.legato .mainslide-sec .slides .slick-dots li button:before {
  content: "●";
  color: #dccfb0;
}

@media screen and (max-width: 768px) {
  .legato .mainslide-sec .slides .slick-dots li button:before {
    font-size: 12px;
  }
}

.legato .mainslide-sec .slides .slick-next {
  background: url(../img/common/arrow-gold_next.svg) 50% no-repeat;
  width: 37px;
  height: 37px;
  top: 50%;
  right: calc(50% - 470px);
}

.legato .mainslide-sec .slides .slick-next::before {
  display: none;
}

@media screen and (max-width: 768px) {
  .legato .mainslide-sec .slides .slick-next {
    width: 30px;
    height: 30px;
    right: 20px;
  }
}

.legato .mainslide-sec .slides .slick-prev {
  background: url(../img/common/arrow-gold_prev.svg) 50% no-repeat;
  width: 37px;
  height: 37px;
  top: 50%;
  left: calc(50% - 470px);
  z-index: 1;
}

.legato .mainslide-sec .slides .slick-prev::before {
  display: none;
}

@media screen and (max-width: 768px) {
  .legato .mainslide-sec .slides .slick-prev {
    width: 30px;
    height: 30px;
    left: 20px;
  }
}

.legato .mainslide-sec .link-btn {
  background: #b59c55;
  width: auto;
  margin: 0 auto;
  padding: 29px 55px;
  border: 1px solid #b59c55;
}

@media screen and (max-width: 768px) {
  .legato .mainslide-sec .link-btn {
    margin: 0 20px;
    padding: 24px 0;
    font-size: 1.2rem;
  }
}

.legato .mainslide-sec .link-btn:hover {
  background: transparent;
  color: #b59c55;
}

.legato .othercontents-sec .pleasant {
  display: none;
}

/*---------------------------------------
 * CHAPEL
---------------------------------------*/
.chapel .pagehead-sec {
  background: #fff;
}

.chapel .pagehead-sec .inner .en {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.chapel .pagehead-sec .inner .script {
  width: 229px;
  display: block;
  margin: 0 auto 15px;
}

@media screen and (max-width: 768px) {
  .chapel .pagehead-sec .inner .script {
    width: 204px;
    margin: 0 auto 5px;
  }
}

.chapel .mv-sec {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .chapel .mv-sec {
    margin-bottom: 40px;
  }
}

.chapel .chapel-sec {
  position: relative;
  margin-bottom: 100px;
}

.chapel .chapel-sec .inner {
  width: calc(100% - 40px);
  max-width: 1220px;
  margin: 0 auto;
}

.chapel .chapel-sec .inner .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media screen and (max-width: 768px) {
  .chapel .chapel-sec .inner .content-box {
    display: block;
  }
}

.chapel .chapel-sec .inner .content-box .photo {
  width: calc(50% - 15px);
  height: 797px;
  padding-left: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .chapel .chapel-sec .inner .content-box .photo {
    width: 100%;
    height: 123.2vw;
    margin-bottom: 30px;
    padding-left: 0;
  }
}

.chapel .chapel-sec .inner .content-box .photo figure {
  width: 100%;
  height: 100%;
  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;
}

.chapel .chapel-sec .inner .content-box .photo figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.chapel .chapel-sec .inner .content-box .text {
  width: calc(50% - 45px);
  position: relative;
  padding-bottom: 304px;
}

@media screen and (max-width: 768px) {
  .chapel .chapel-sec .inner .content-box .text {
    width: 100%;
    margin-bottom: 40px;
    padding-bottom: 0;
  }
}

.chapel .chapel-sec .inner .content-box .text .catch {
  width: calc(100% - 100px);
  margin-bottom: 20px;
  margin-left: 60px;
  color: #80683a;
  font-size: 1.8rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .chapel .chapel-sec .inner .content-box .text .catch {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}

.chapel .chapel-sec .inner .content-box .text .read {
  width: calc(100% - 100px);
  margin-bottom: 30px;
  margin-left: 60px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .chapel .chapel-sec .inner .content-box .text .read {
    width: 100%;
    margin-left: 0;
  }
}

.chapel .chapel-sec .inner .content-box .text .specification {
  width: calc(100% - 170px);
  margin-left: 60px;
}

@media screen and (max-width: 768px) {
  .chapel .chapel-sec .inner .content-box .text .specification {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
  }
}

.chapel .chapel-sec .inner .content-box .text .specification .midashi {
  margin-bottom: 10px;
  color: #b59c55;
  font-size: 2rem;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  .chapel .chapel-sec .inner .content-box .text .specification .midashi {
    font-size: 1.4rem;
  }
}

.chapel .chapel-sec .inner .content-box .text .specification dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  line-height: 1.6;
}

.chapel .chapel-sec .inner .content-box .text .specification dl dt {
  width: 115px;
  margin-right: 10px;
  font-weight: 700;
}

.chapel .chapel-sec .inner .content-box .text figure {
  width: 100%;
  height: 304px;
  position: absolute;
  bottom: 0;
  bottom: 0;
  left: 0;
  padding: 0 0 0 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
}

.chapel .chapel-sec .inner .content-box .text figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
  .chapel .chapel-sec .inner .content-box .text figure {
    height: 210px;
    position: static;
    padding: 0;
  }
}

.chapel .scenes-sec {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .chapel .scenes-sec {
    margin-bottom: 80px;
  }
}

.chapel .scenes-sec .inner .content-box {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-left: calc(50% - 553px);
}

@media screen and (max-width: 768px) {
  .chapel .scenes-sec .inner .content-box {
    display: block;
    padding: 0;
    padding: 0;
  }
}

.chapel .scenes-sec .inner .content-box .text {
  width: 41.5%;
}

@media screen and (max-width: 768px) {
  .chapel .scenes-sec .inner .content-box .text {
    width: 100%;
    margin: 0 auto;
  }
}

.chapel .scenes-sec .inner .content-box .text .midashi {
  position: relative;
  margin-bottom: 20px;
  color: #b59c55;
  font-size: 3rem;
  letter-spacing: 3px;
}

@media screen and (max-width: 768px) {
  .chapel .scenes-sec .inner .content-box .text .midashi {
    margin-left: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 2.8rem;
  }
}

.chapel .scenes-sec .inner .content-box .text .midashi::before {
  content: "";
  background: #b59c55;
  width: 100%;
  height: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 33px;
  left: 0;
}

@media screen and (max-width: 768px) {
  .chapel .scenes-sec .inner .content-box .text .midashi::before {
    top: 30px;
  }
}

.chapel .scenes-sec .inner .content-box .text .catch {
  margin-bottom: 20px;
  color: #806a3b;
  font-size: 1.8rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .chapel .scenes-sec .inner .content-box .text .catch {
    padding: 0 20px;
  }
}

.chapel .scenes-sec .inner .content-box .text .read {
  padding-right: 86px;
  line-height: 2;
}

@media screen and (max-width: 1279px) {
  .chapel .scenes-sec .inner .content-box .text .read {
    padding-right: 6.3%;
  }
}

@media screen and (max-width: 1279px) {
  .chapel .scenes-sec .inner .content-box .text .read {
    padding-right: 3%;
  }
}

@media screen and (max-width: 768px) {
  .chapel .scenes-sec .inner .content-box .text .read {
    padding: 0 20px;
  }
}

.chapel .scenes-sec .inner .content-box .photo {
  width: 58.5%;
}

@media screen and (max-width: 768px) {
  .chapel .scenes-sec .inner .content-box .photo {
    width: calc(100% - 40px);
    margin: 0 auto 50px;
  }
}

.chapel .scenes-sec .inner .content-box .photo .slide {
  height: 423px;
}

@media screen and (max-width: 768px) {
  .chapel .scenes-sec .inner .content-box .photo .slide {
    height: 89.333vw;
  }
}

.chapel .scenes-sec .inner .content-box .photo .slide figure {
  width: 100%;
  height: 100%;
  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;
}

.chapel .scenes-sec .inner .content-box .photo .slide figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.chapel .scenes-sec .inner .content-box .photo .slick-dots {
  bottom: 27px;
  padding-left: 90px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .chapel .scenes-sec .inner .content-box .photo .slick-dots {
    bottom: -25px;
    padding-left: 0;
    text-align: center;
  }
}

.chapel .scenes-sec .inner .content-box .photo .slick-dots li {
  margin: 0 1px;
}

.chapel .scenes-sec .inner .content-box .photo .slick-dots li.slick-active button:before {
  color: #b59c55;
}

.chapel .scenes-sec .inner .content-box .photo .slick-dots li button:before {
  content: "●";
  color: #c3c3c3;
}

@media screen and (max-width: 768px) {
  .chapel .scenes-sec .inner .content-box .photo .slick-dots li button:before {
    font-size: 12px;
  }
}

.chapel .scenes-sec .inner .content-box .photo .slick-next {
  background: url(../img/common/arrow-wh_next.svg) 50% no-repeat;
  background-size: 100%;
  width: 27px;
  height: 27px;
  top: unset;
  right: unset;
  bottom: 10px;
  left: 57px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .chapel .scenes-sec .inner .content-box .photo .slick-next {
    width: 30px;
    height: 30px;
    top: 50%;
    right: 10px !important;
    bottom: unset;
    left: unset;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.chapel .scenes-sec .inner .content-box .photo .slick-next::before {
  display: none;
}

@media screen and (max-width: 768px) {
  .chapel .scenes-sec .inner .content-box .photo .slick-next {
    width: 29px;
    height: 29px;
    right: 25px;
  }
}

.chapel .scenes-sec .inner .content-box .photo .slick-prev {
  background: url(../img/common/arrow-wh_prev.svg) 50% no-repeat;
  background-size: 100%;
  width: 27px;
  height: 27px;
  top: unset;
  bottom: 10px;
  left: 20px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .chapel .scenes-sec .inner .content-box .photo .slick-prev {
    width: 30px;
    height: 30px;
    top: 50%;
    right: unset;
    bottom: unset;
    left: 10px !important;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.chapel .scenes-sec .inner .content-box .photo .slick-prev::before {
  display: none;
}

@media screen and (max-width: 768px) {
  .chapel .scenes-sec .inner .content-box .photo .slick-prev {
    width: 29px;
    height: 29px;
    left: 25px;
  }
}

.chapel .afterceremony-sec {
  background: linear-gradient(180deg, #f7f5f0 0%, #f7f5f0 326px, #f0ecdc 326px, #f0ecdc 100%);
}

@media screen and (max-width: 768px) {
  .chapel .afterceremony-sec {
    padding-bottom: 80px;
  }
}

.chapel .afterceremony-sec .img {
  width: calc(50% + 610px);
  height: 652px;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .chapel .afterceremony-sec .img {
    width: 100%;
    height: 100vw;
    margin-bottom: 40px;
  }
}

.chapel .afterceremony-sec .img figure {
  width: 100%;
  height: 100%;
  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;
}

.chapel .afterceremony-sec .img figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.chapel .afterceremony-sec .inner {
  width: calc(100% - 40px);
  max-width: 1206px;
  margin: 0 0 80px;
  padding-left: calc(50% - 603px);
}

@media screen and (max-width: 768px) {
  .chapel .afterceremony-sec .inner {
    width: 100%;
    margin: 0;
    padding-left: 0;
  }
}

.chapel .afterceremony-sec .inner .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 1024px) {
  .chapel .afterceremony-sec .inner .content-box {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

@media screen and (max-width: 768px) {
  .chapel .afterceremony-sec .inner .content-box {
    display: block;
  }
}

.chapel .afterceremony-sec .inner .content-box .photo {
  width: 50%;
  height: 810px;
}

@media screen and (max-width: 768px) {
  .chapel .afterceremony-sec .inner .content-box .photo {
    width: calc(100% - 40px);
    height: 123.2vw;
    margin: 0 auto 20px;
  }
}

.chapel .afterceremony-sec .inner .content-box .photo figure {
  width: 100%;
  height: 100%;
  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;
}

.chapel .afterceremony-sec .inner .content-box .photo figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.chapel .afterceremony-sec .inner .content-box .text {
  width: 50%;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .chapel .afterceremony-sec .inner .content-box .text {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}

.chapel .afterceremony-sec .inner .content-box .text .midashi {
  position: relative;
  margin-top: 60px;
  margin-bottom: 30px;
  padding: 0 86px 0 50px;
  color: #b59c55;
  font-size: 3rem;
  letter-spacing: 3px;
}

@media screen and (max-width: 768px) {
  .chapel .afterceremony-sec .inner .content-box .text .midashi {
    margin: 0 0 20px 20px;
    padding: 0;
    font-size: 2.8rem;
  }
}

.chapel .afterceremony-sec .inner .content-box .text .midashi::before {
  content: "";
  background: #b59c55;
  width: calc(100vw + 603px);
  height: 1px;
  position: absolute;
  top: 33px;
  left: -100vw;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .chapel .afterceremony-sec .inner .content-box .text .midashi::before {
    width: 100%;
    top: 30px;
    left: 0;
  }
}

.chapel .afterceremony-sec .inner .content-box .text .catch {
  margin-bottom: 20px;
  padding: 0 86px 0 50px;
  color: #80683a;
  font-size: 1.8rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .chapel .afterceremony-sec .inner .content-box .text .catch {
    margin-bottom: 10px;
    padding: 0 20px;
    font-size: 1.6rem;
  }
}

.chapel .afterceremony-sec .inner .content-box .text .read {
  margin-bottom: 70px;
  padding: 0 86px 0 50px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .chapel .afterceremony-sec .inner .content-box .text .read {
    margin-bottom: 40px;
    padding: 0 20px;
  }
}

.chapel .afterceremony-sec .inner .content-box .text figure {
  padding-right: 86px;
  padding-left: 50px;
}

@media screen and (max-width: 768px) {
  .chapel .afterceremony-sec .inner .content-box .text figure {
    padding: 0 20px;
  }
}

.chapel .mainslide-sec {
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .chapel .mainslide-sec {
    padding-top: 40px;
    padding-bottom: 95px;
  }
}

.chapel .mainslide-sec .midashi {
  width: calc(100% - 80px);
  max-width: 1106px;
  margin: 0 auto 40px;
  color: #b59c55;
  font-size: 3.6rem;
  letter-spacing: 3px;
}

@media screen and (max-width: 768px) {
  .chapel .mainslide-sec .midashi {
    margin-bottom: 20px;
    font-size: 3rem;
  }
}

.chapel .mainslide-sec .slides {
  margin-bottom: 100px;
}

.chapel .mainslide-sec .slides .slide {
  width: calc(100% - 40px);
  max-width: 834px;
  padding: 0 35px;
}

@media screen and (max-width: 768px) {
  .chapel .mainslide-sec .slides .slide {
    padding: 0 10px;
  }
  .chapel .mainslide-sec .slides .slide figure {
    width: 100%;
    height: 78.667vw;
    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;
  }
  .chapel .mainslide-sec .slides .slide figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.chapel .mainslide-sec .slides .slick-dots {
  bottom: -50px;
}

.chapel .mainslide-sec .slides .slick-dots li {
  margin: 0 1px;
}

.chapel .mainslide-sec .slides .slick-dots li.slick-active button:before {
  color: #b59c55;
}

.chapel .mainslide-sec .slides .slick-dots li button:before {
  content: "●";
  color: #dccfb0;
}

@media screen and (max-width: 768px) {
  .chapel .mainslide-sec .slides .slick-dots li button:before {
    font-size: 12px;
  }
}

.chapel .mainslide-sec .slides .slick-next {
  background: url(../img/common/arrow-gold_next.svg) 50% no-repeat;
  width: 37px;
  height: 37px;
  top: 50%;
  right: calc(50% - 470px);
}

.chapel .mainslide-sec .slides .slick-next::before {
  display: none;
}

@media screen and (max-width: 768px) {
  .chapel .mainslide-sec .slides .slick-next {
    width: 30px;
    height: 30px;
    right: 20px;
  }
}

.chapel .mainslide-sec .slides .slick-prev {
  background: url(../img/common/arrow-gold_prev.svg) 50% no-repeat;
  width: 37px;
  height: 37px;
  top: 50%;
  left: calc(50% - 470px);
  z-index: 1;
}

.chapel .mainslide-sec .slides .slick-prev::before {
  display: none;
}

@media screen and (max-width: 768px) {
  .chapel .mainslide-sec .slides .slick-prev {
    width: 30px;
    height: 30px;
    left: 20px;
  }
}

.chapel .mainslide-sec .link-btn {
  background: #b59c55;
  width: auto;
  margin: 0 auto;
  padding: 29px 55px;
  border: 1px solid #b59c55;
}

@media screen and (max-width: 768px) {
  .chapel .mainslide-sec .link-btn {
    margin: 0 20px;
    padding: 24px 0;
    font-size: 1.2rem;
  }
}

.chapel .mainslide-sec .link-btn:hover {
  background: transparent;
  color: #b59c55;
}

.chapel .othercontents-sec {
  background: #fff;
}

.chapel .othercontents-sec .chapel {
  display: none;
}

/*---------------------------------------
 * BANQUET
---------------------------------------*/
.banquet .figale-sec {
  position: relative;
  padding: 80px 0;
}

@media screen and (max-width: 768px) {
  .banquet .figale-sec {
    margin-bottom: 0;
    padding: 40px 0 80px;
  }
}

.banquet .figale-sec::before {
  content: "";
  background: #f0ecdc;
  width: 205px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .banquet .figale-sec::before {
    width: 98px;
  }
}

.banquet .figale-sec .inner .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .banquet .figale-sec .inner .content-box {
    display: block;
  }
}

.banquet .figale-sec .inner .content-box .text {
  width: 47.14%;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .banquet .figale-sec .inner .content-box .text {
    width: 100%;
    margin-top: 0;
    margin-bottom: 60px;
  }
}

.banquet .figale-sec .inner .content-box .text .midashi {
  width: 100%;
  position: relative;
  margin-bottom: 40px;
  padding: 0 calc(100% - 553px) 0 105px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #b59c55;
  letter-spacing: 2px;
}

@media screen and (max-width: 1279px) {
  .banquet .figale-sec .inner .content-box .text .midashi {
    padding-left: 9.5%;
  }
}

@media screen and (max-width: 1024px) {
  .banquet .figale-sec .inner .content-box .text .midashi {
    padding-left: 4.5%;
  }
}

@media screen and (max-width: 768px) {
  .banquet .figale-sec .inner .content-box .text .midashi {
    margin-bottom: 20px;
    padding-left: 20px;
  }
}

.banquet .figale-sec .inner .content-box .text .midashi::before {
  content: "";
  background: #b59c55;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .banquet .figale-sec .inner .content-box .text .midashi::before {
    top: 33px;
  }
}

.banquet .figale-sec .inner .content-box .text .midashi .category {
  font-size: 2.6rem;
}

@media screen and (max-width: 768px) {
  .banquet .figale-sec .inner .content-box .text .midashi .category {
    font-size: 2.4rem;
  }
}

.banquet .figale-sec .inner .content-box .text .midashi .en {
  padding: 0 15px;
  color: #806a3b;
  font-size: 4rem;
}

@media screen and (max-width: 768px) {
  .banquet .figale-sec .inner .content-box .text .midashi .en {
    font-size: 3rem;
  }
}

.banquet .figale-sec .inner .content-box .text .midashi .ja {
  display: inline-block;
  position: relative;
  top: -5px;
}

@media screen and (max-width: 768px) {
  .banquet .figale-sec .inner .content-box .text .midashi .ja {
    letter-spacing: 1px;
  }
}

.banquet .figale-sec .inner .content-box .text .catch {
  width: 100%;
  margin-bottom: 30px;
  padding: 0 calc(100% - 553px) 0 105px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 2px;
}

@media screen and (max-width: 1279px) {
  .banquet .figale-sec .inner .content-box .text .catch {
    padding-left: 9.5%;
  }
}

@media screen and (max-width: 1024px) {
  .banquet .figale-sec .inner .content-box .text .catch {
    padding-left: 4.5%;
  }
}

@media screen and (max-width: 768px) {
  .banquet .figale-sec .inner .content-box .text .catch {
    margin-bottom: 15px;
    padding-left: 20px;
    font-size: 1.6rem;
    letter-spacing: 1px;
  }
}

.banquet .figale-sec .inner .content-box .text .read {
  width: 100%;
  margin-bottom: 30px;
  padding: 0 calc(100% - 553px) 0 105px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 2;
}

@media screen and (max-width: 1279px) {
  .banquet .figale-sec .inner .content-box .text .read {
    padding-left: 9.5%;
  }
}

@media screen and (max-width: 1024px) {
  .banquet .figale-sec .inner .content-box .text .read {
    padding-left: 4.5%;
  }
}

@media screen and (max-width: 1024px) {
  .banquet .figale-sec .inner .content-box .text .read {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.banquet .figale-sec .inner .content-box .text .spetification {
  width: 100%;
  padding: 0 calc(100% - 553px) 0 105px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1279px) {
  .banquet .figale-sec .inner .content-box .text .spetification {
    padding-left: 9.5%;
  }
}

@media screen and (max-width: 1024px) {
  .banquet .figale-sec .inner .content-box .text .spetification {
    padding-left: 4.5%;
  }
}

.banquet .figale-sec .inner .content-box .text .spetification .komidashi {
  color: #b59c55;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 1px;
}

.banquet .figale-sec .inner .content-box .text .spetification dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.banquet .figale-sec .inner .content-box .text .spetification dl dt {
  width: 100px;
  font-weight: 700;
}

.banquet .figale-sec .inner .content-box .photo {
  width: 52.86%;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .banquet .figale-sec .inner .content-box .photo {
    width: 100%;
  }
}

.banquet .figale-sec .inner .content-box .photo figure {
  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;
}

.banquet .figale-sec .inner .content-box .photo figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.banquet .figale-sec .inner .content-box .photo figure:first-child {
  width: 100%;
  height: 410px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .banquet .figale-sec .inner .content-box .photo figure:first-child {
    width: calc(100% - 20px);
    height: 53.867vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.banquet .figale-sec .inner .content-box .photo figure:last-child {
  width: 71.61%;
  height: 298px;
  display: inline-block;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .banquet .figale-sec .inner .content-box .photo figure:last-child {
    width: 67.733vw;
    height: 38.933vw;
    display: block;
    margin-right: 20px;
  }
}

.banquet .mainslide-sec {
  position: relative;
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .banquet .mainslide-sec {
    padding-bottom: 95px;
  }
}

.banquet .mainslide-sec::before {
  content: "";
  background: #f0ecdc;
  width: 205px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .banquet .mainslide-sec::before {
    width: 98px;
  }
}

.banquet .mainslide-sec.mainslide2-sec::before {
  content: none;
}

.banquet .mainslide-sec .midashi {
  width: calc(100% - 80px);
  max-width: 1106px;
  margin: 0 auto 40px;
  color: #b59c55;
  font-size: 3.6rem;
  letter-spacing: 3px;
}

@media screen and (max-width: 768px) {
  .banquet .mainslide-sec .midashi {
    margin-bottom: 20px;
    font-size: 3rem;
  }
}

.banquet .mainslide-sec .slides {
  margin-bottom: 100px;
}

.banquet .mainslide-sec .slides .slide {
  width: calc(100% - 40px);
  max-width: 834px;
  padding: 0 35px;
}

@media screen and (max-width: 768px) {
  .banquet .mainslide-sec .slides .slide {
    height: 78.667vw;
  }
}

@media screen and (max-width: 768px) {
  .banquet .mainslide-sec .slides .slide {
    padding: 0 10px;
  }
  .banquet .mainslide-sec .slides .slide figure {
    width: 100%;
    height: 100%;
    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;
  }
  .banquet .mainslide-sec .slides .slide figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.banquet .mainslide-sec .slides .slick-dots {
  bottom: -50px;
}

.banquet .mainslide-sec .slides .slick-dots li {
  margin: 0 1px;
}

.banquet .mainslide-sec .slides .slick-dots li.slick-active button:before {
  color: #b59c55;
}

.banquet .mainslide-sec .slides .slick-dots li button:before {
  content: "●";
  color: #dccfb0;
}

@media screen and (max-width: 768px) {
  .banquet .mainslide-sec .slides .slick-dots li button:before {
    font-size: 12px;
  }
}

.banquet .mainslide-sec .slides .slick-next {
  background: url(../img/common/arrow-gold_next.svg) 50% no-repeat;
  width: 37px;
  height: 37px;
  top: 50%;
  right: calc(50% - 470px);
}

.banquet .mainslide-sec .slides .slick-next::before {
  display: none;
}

@media screen and (max-width: 768px) {
  .banquet .mainslide-sec .slides .slick-next {
    width: 30px;
    height: 30px;
    right: 20px;
  }
}

.banquet .mainslide-sec .slides .slick-prev {
  background: url(../img/common/arrow-gold_prev.svg) 50% no-repeat;
  width: 37px;
  height: 37px;
  top: 50%;
  left: calc(50% - 470px);
  z-index: 1;
}

.banquet .mainslide-sec .slides .slick-prev::before {
  display: none;
}

@media screen and (max-width: 768px) {
  .banquet .mainslide-sec .slides .slick-prev {
    width: 30px;
    height: 30px;
    left: 20px;
  }
}

.banquet .mainslide-sec .link-btn {
  background: #b59c55;
  width: auto;
  margin: 0 auto;
  padding: 29px 55px;
  border: 1px solid #b59c55;
}

@media screen and (max-width: 768px) {
  .banquet .mainslide-sec .link-btn {
    margin: 0 20px;
    padding: 24px 0;
    font-size: 1.2rem;
  }
}

.banquet .mainslide-sec .link-btn:hover {
  background: transparent;
  color: #b59c55;
}

.banquet .legato-sec {
  margin-bottom: 80px;
  padding-top: 80px;
}

@media screen and (max-width: 768px) {
  .banquet .legato-sec {
    padding: 40px 0 0;
  }
}

.banquet .legato-sec .inner .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
}

@media screen and (max-width: 768px) {
  .banquet .legato-sec .inner .content-box {
    display: block;
  }
}

.banquet .legato-sec .inner .content-box .text {
  width: 43.63%;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .banquet .legato-sec .inner .content-box .text {
    width: 100%;
    margin-top: 0;
  }
}

.banquet .legato-sec .inner .content-box .text .midashi {
  width: 100%;
  position: relative;
  margin-bottom: 40px;
  padding-left: calc(50vw - 603px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #b59c55;
  letter-spacing: 3px;
}

@media screen and (max-width: 1279px) {
  .banquet .legato-sec .inner .content-box .text .midashi {
    padding-left: 9.5%;
  }
}

@media screen and (max-width: 1024px) {
  .banquet .legato-sec .inner .content-box .text .midashi {
    padding-left: 4.5%;
  }
}

@media screen and (max-width: 768px) {
  .banquet .legato-sec .inner .content-box .text .midashi {
    margin-bottom: 15px;
    padding-left: 20px;
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
}

.banquet .legato-sec .inner .content-box .text .midashi::before {
  content: "";
  background: #b59c55;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .banquet .legato-sec .inner .content-box .text .midashi::before {
    top: 33px;
  }
}

.banquet .legato-sec .inner .content-box .text .midashi .category {
  font-size: 2.6rem;
}

@media screen and (max-width: 768px) {
  .banquet .legato-sec .inner .content-box .text .midashi .category {
    font-size: 2.4rem;
  }
}

.banquet .legato-sec .inner .content-box .text .midashi .en {
  padding: 0 15px;
  color: #806a3b;
  font-size: 4rem;
}

@media screen and (max-width: 768px) {
  .banquet .legato-sec .inner .content-box .text .midashi .en {
    font-size: 3rem;
  }
}

.banquet .legato-sec .inner .content-box .text .midashi .ja {
  display: inline-block;
  position: relative;
  top: -5px;
}

.banquet .legato-sec .inner .content-box .photo {
  width: 56.37%;
}

@media screen and (max-width: 768px) {
  .banquet .legato-sec .inner .content-box .photo {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media screen and (max-width: 768px) {
  .banquet .legato-sec .inner .content-box .photo .text-box {
    margin-bottom: 60px;
  }
}

.banquet .legato-sec .inner .content-box .photo .photo-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .banquet .legato-sec .inner .content-box .photo .photo-box {
    height: 74.667vw;
  }
}

.banquet .legato-sec .inner .content-box .photo figure {
  width: 100%;
  height: 440px;
  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;
}

.banquet .legato-sec .inner .content-box .photo figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.banquet .legato-sec .inner .content-box .photo figure:first-child {
  width: 30.09%;
  height: 608px;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .banquet .legato-sec .inner .content-box .photo figure:first-child {
    width: 34.667vw;
    height: 100%;
    position: static;
  }
}

.banquet .legato-sec .inner .content-box .photo figure:last-child {
  height: 440px;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .banquet .legato-sec .inner .content-box .photo figure:last-child {
    width: 64vw;
    height: 100%;
  }
}

.banquet .legato-sec .inner .content-box .photo .catch {
  width: 100%;
  margin-bottom: 30px;
  padding: 0 calc(100% - 553px) 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 1px;
}

@media screen and (max-width: 1279px) {
  .banquet .legato-sec .inner .content-box .photo .catch {
    padding-left: 9.5%;
  }
}

@media screen and (max-width: 1024px) {
  .banquet .legato-sec .inner .content-box .photo .catch {
    padding-left: 4.5%;
  }
}

.banquet .legato-sec .inner .content-box .photo .read {
  width: 100%;
  margin-bottom: 30px;
  padding: 0 calc(100% - 553px) 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 2;
}

@media screen and (max-width: 1279px) {
  .banquet .legato-sec .inner .content-box .photo .read {
    padding-left: 9.5%;
  }
}

@media screen and (max-width: 1024px) {
  .banquet .legato-sec .inner .content-box .photo .read {
    padding-left: 4.5%;
  }
}

.banquet .legato-sec .inner .content-box .photo .spetification {
  width: 100%;
  padding: 0 calc(100% - 553px) 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1279px) {
  .banquet .legato-sec .inner .content-box .photo .spetification {
    padding-left: 9.5%;
  }
}

@media screen and (max-width: 1024px) {
  .banquet .legato-sec .inner .content-box .photo .spetification {
    padding-left: 4.5%;
  }
}

.banquet .legato-sec .inner .content-box .photo .spetification .komidashi {
  color: #b59c55;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 1px;
}

.banquet .legato-sec .inner .content-box .photo .spetification dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.banquet .legato-sec .inner .content-box .photo .spetification dl dt {
  width: 100px;
  font-weight: 700;
}

.banquet .othercontents-sec {
  background: #fff;
}

.banquet .othercontents-sec .banquet {
  display: none;
}

/*---------------------------------------
 * FACILITIES
---------------------------------------*/
.facilities {
  background: #fff;
}

.facilities .outline-sec {
  background: #fff;
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .facilities .outline-sec {
    padding-bottom: 40px;
  }
}

.facilities .outline-sec .inner {
  width: calc(100% - 40px);
  margin: 0 auto;
}

.facilities .outline-sec .inner .catch {
  margin-bottom: 30px;
  color: #806a3b;
  font-size: 2rem;
  line-height: 1.8;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .facilities .outline-sec .inner .catch {
    margin-bottom: 15px;
    font-size: 1.6rem;
    text-align: left;
  }
}

.facilities .outline-sec .inner .read {
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .facilities .outline-sec .inner .read {
    text-align: left;
  }
}

.facilities .spaciousfield-sec {
  position: relative;
  padding-top: 60px;
}

.facilities .spaciousfield-sec::before {
  content: "";
  background: #f7f5f0;
  width: 931px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .facilities .spaciousfield-sec::before {
    width: 89.333vw;
  }
}

.facilities .spaciousfield-sec .inner .content-box {
  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-left: calc(50% - 603px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .facilities .spaciousfield-sec .inner .content-box {
    display: block;
  }
}

.facilities .spaciousfield-sec .inner .content-box .photo {
  width: 48.24%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .facilities .spaciousfield-sec .inner .content-box .photo {
    width: calc(100% - 20px);
    height: 71.467vw;
    margin-bottom: 30px;
  }
}

.facilities .spaciousfield-sec .inner .content-box .photo figure {
  height: 406px;
  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;
}

@media screen and (max-width: 768px) {
  .facilities .spaciousfield-sec .inner .content-box .photo figure {
    height: 100%;
  }
}

.facilities .spaciousfield-sec .inner .content-box .photo figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.facilities .spaciousfield-sec .inner .content-box .photo figure:first-child {
  width: 54.63%;
}

@media screen and (max-width: 768px) {
  .facilities .spaciousfield-sec .inner .content-box .photo figure:first-child {
    width: 53.333vw;
  }
}

.facilities .spaciousfield-sec .inner .content-box .photo figure:last-child {
  width: 44.61%;
}

@media screen and (max-width: 768px) {
  .facilities .spaciousfield-sec .inner .content-box .photo figure:last-child {
    width: 40vw;
  }
}

.facilities .spaciousfield-sec .inner .content-box .text {
  width: 51.76%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .facilities .spaciousfield-sec .inner .content-box .text {
    width: 100%;
  }
}

.facilities .spaciousfield-sec .inner .content-box .text .midashi {
  position: relative;
  margin-bottom: 20px;
  padding-right: calc(100% - 553px);
  padding-left: 82px;
  color: #b59c55;
  font-size: 4rem;
  letter-spacing: 3px;
}

@media screen and (max-width: 1024px) {
  .facilities .spaciousfield-sec .inner .content-box .text .midashi {
    padding-right: 4.5%;
  }
}

@media screen and (max-width: 768px) {
  .facilities .spaciousfield-sec .inner .content-box .text .midashi {
    margin-left: 20px;
    padding: 0 20px 0 0;
    font-size: 2.8rem;
  }
}

.facilities .spaciousfield-sec .inner .content-box .text .midashi::before {
  content: "";
  background: #b59c55;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 44px;
  left: 1px;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .facilities .spaciousfield-sec .inner .content-box .text .midashi::before {
    top: 30px;
  }
}

.facilities .spaciousfield-sec .inner .content-box .text .read {
  padding-right: calc(100% - 553px);
  padding-left: 82px;
  line-height: 2;
}

@media screen and (max-width: 1024px) {
  .facilities .spaciousfield-sec .inner .content-box .text .read {
    padding-right: 4.5%;
  }
}

@media screen and (max-width: 768px) {
  .facilities .spaciousfield-sec .inner .content-box .text .read {
    padding: 0 20px;
  }
}

.facilities .foyer-sec {
  position: relative;
  padding-top: 100px;
}

@media screen and (max-width: 768px) {
  .facilities .foyer-sec {
    padding-top: 60px;
  }
}

.facilities .foyer-sec::before {
  content: "";
  background: #f7f5f0;
  width: 931px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .facilities .foyer-sec::before {
    width: 89.333vw;
  }
}

.facilities .foyer-sec .inner .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
}

@media screen and (max-width: 768px) {
  .facilities .foyer-sec .inner .content-box {
    display: block;
  }
}

.facilities .foyer-sec .inner .content-box .photo {
  width: 56.37%;
  height: 500px;
}

@media screen and (max-width: 768px) {
  .facilities .foyer-sec .inner .content-box .photo {
    width: 100%;
  }
}

.facilities .foyer-sec .inner .content-box .photo figure {
  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;
}

.facilities .foyer-sec .inner .content-box .photo figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.facilities .foyer-sec .inner .content-box .photo figure:first-child {
  height: 100%;
}

.facilities .foyer-sec .inner .content-box .photo .sp-slides .slide {
  height: 71.467vw;
}

.facilities .foyer-sec .inner .content-box .photo .sp-slides .slide figure {
  width: 100%;
  height: 100%;
  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;
}

.facilities .foyer-sec .inner .content-box .photo .sp-slides .slide figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.facilities .foyer-sec .inner .content-box .photo .sp-slides .slick-dots {
  bottom: 27px;
  padding-left: 90px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .facilities .foyer-sec .inner .content-box .photo .sp-slides .slick-dots {
    bottom: -25px;
    padding-left: 0;
    text-align: center;
  }
}

.facilities .foyer-sec .inner .content-box .photo .sp-slides .slick-dots li {
  margin: 0 1px;
}

.facilities .foyer-sec .inner .content-box .photo .sp-slides .slick-dots li.slick-active button:before {
  color: #b59c55;
}

.facilities .foyer-sec .inner .content-box .photo .sp-slides .slick-dots li button:before {
  content: "●";
  color: #c3c3c3;
}

@media screen and (max-width: 768px) {
  .facilities .foyer-sec .inner .content-box .photo .sp-slides .slick-dots li button:before {
    font-size: 12px;
  }
}

.facilities .foyer-sec .inner .content-box .photo .sp-slides .slick-next {
  background: url(../img/common/arrow-wh_next.svg) 50% no-repeat;
  background-size: 100%;
  width: 27px;
  height: 27px;
  top: unset;
  right: unset;
  bottom: 10px;
  left: 57px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .facilities .foyer-sec .inner .content-box .photo .sp-slides .slick-next {
    width: 30px;
    height: 30px;
    top: 50%;
    right: 10px !important;
    bottom: unset;
    left: unset;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.facilities .foyer-sec .inner .content-box .photo .sp-slides .slick-next::before {
  display: none;
}

@media screen and (max-width: 768px) {
  .facilities .foyer-sec .inner .content-box .photo .sp-slides .slick-next {
    width: 29px;
    height: 29px;
    right: 25px;
  }
}

.facilities .foyer-sec .inner .content-box .photo .sp-slides .slick-prev {
  background: url(../img/common/arrow-wh_prev.svg) 50% no-repeat;
  background-size: 100%;
  width: 27px;
  height: 27px;
  top: unset;
  bottom: 10px;
  left: 20px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .facilities .foyer-sec .inner .content-box .photo .sp-slides .slick-prev {
    width: 30px;
    height: 30px;
    top: 50%;
    right: unset;
    bottom: unset;
    left: 10px !important;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.facilities .foyer-sec .inner .content-box .photo .sp-slides .slick-prev::before {
  display: none;
}

@media screen and (max-width: 768px) {
  .facilities .foyer-sec .inner .content-box .photo .sp-slides .slick-prev {
    width: 29px;
    height: 29px;
    left: 25px;
  }
}

.facilities .foyer-sec .inner .content-box .text {
  width: 43.66%;
  position: relative;
  padding-left: calc(50% - 553px);
}

@media screen and (max-width: 768px) {
  .facilities .foyer-sec .inner .content-box .text {
    width: 100%;
    position: static;
    padding: 0 20px;
  }
}

.facilities .foyer-sec .inner .content-box .text figure {
  width: calc(100% - 66px + 50px);
  height: 280px;
  margin-left: -50px;
  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;
}

.facilities .foyer-sec .inner .content-box .text figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .facilities .foyer-sec .inner .content-box .text figure {
    width: calc(97% + 40px);
  }
}

@media screen and (max-width: 768px) {
  .facilities .foyer-sec .inner .content-box .text figure {
    display: none;
  }
}

.facilities .foyer-sec .inner .content-box .text .text-box {
  position: absolute;
  bottom: 0;
}

.facilities .foyer-sec .inner .content-box .text .midashi {
  position: relative;
  margin-bottom: 20px;
  color: #806a3b;
}

.facilities .foyer-sec .inner .content-box .text .midashi::after {
  content: "";
  background: #806a3b;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 7px;
  left: 0;
}

@media screen and (max-width: 768px) {
  .facilities .foyer-sec .inner .content-box .text .midashi::after {
    bottom: 0;
  }
}

.facilities .foyer-sec .inner .content-box .text .midashi .en {
  padding-right: 15px;
  font-size: 3.6rem;
  letter-spacing: 3px;
}

@media screen and (max-width: 768px) {
  .facilities .foyer-sec .inner .content-box .text .midashi .en {
    font-size: 2.8rem;
  }
}

.facilities .foyer-sec .inner .content-box .text .read {
  padding-right: 66px;
  line-height: 2;
}

@media screen and (max-width: 1024px) {
  .facilities .foyer-sec .inner .content-box .text .read {
    padding-right: 3%;
  }
}

@media screen and (max-width: 768px) {
  .facilities .foyer-sec .inner .content-box .text .read {
    padding-right: 20px;
  }
}

.facilities .bridesroom-sec {
  position: relative;
  padding-top: 120px;
}

@media screen and (max-width: 768px) {
  .facilities .bridesroom-sec {
    padding-top: 60px;
  }
}

.facilities .bridesroom-sec::before {
  content: "";
  background: #f7f5f0;
  width: 931px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .facilities .bridesroom-sec::before {
    width: 89.333vw;
  }
}

.facilities .bridesroom-sec .inner .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .facilities .bridesroom-sec .inner .content-box {
    display: block;
  }
}

.facilities .bridesroom-sec .inner .content-box .photo {
  width: 55.34%;
  height: 500px;
}

@media screen and (max-width: 768px) {
  .facilities .bridesroom-sec .inner .content-box .photo {
    width: 100%;
    height: 71.467vw;
    margin-bottom: 40px;
  }
}

.facilities .bridesroom-sec .inner .content-box .photo figure {
  width: 100%;
  height: 100%;
  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;
}

.facilities .bridesroom-sec .inner .content-box .photo figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.facilities .bridesroom-sec .inner .content-box .photo .sp-slides .slide {
  height: 71.467vw;
}

.facilities .bridesroom-sec .inner .content-box .photo .sp-slides .slide figure {
  width: 100%;
  height: 100%;
  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;
}

.facilities .bridesroom-sec .inner .content-box .photo .sp-slides .slide figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.facilities .bridesroom-sec .inner .content-box .photo .sp-slides .slick-dots {
  bottom: 27px;
  padding-left: 90px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .facilities .bridesroom-sec .inner .content-box .photo .sp-slides .slick-dots {
    bottom: -25px;
    padding-left: 0;
    text-align: center;
  }
}

.facilities .bridesroom-sec .inner .content-box .photo .sp-slides .slick-dots li {
  margin: 0 1px;
}

.facilities .bridesroom-sec .inner .content-box .photo .sp-slides .slick-dots li.slick-active button:before {
  color: #b59c55;
}

.facilities .bridesroom-sec .inner .content-box .photo .sp-slides .slick-dots li button:before {
  content: "●";
  color: #c3c3c3;
}

@media screen and (max-width: 768px) {
  .facilities .bridesroom-sec .inner .content-box .photo .sp-slides .slick-dots li button:before {
    font-size: 12px;
  }
}

.facilities .bridesroom-sec .inner .content-box .photo .sp-slides .slick-next {
  background: url(../img/common/arrow-wh_next.svg) 50% no-repeat;
  background-size: 100%;
  width: 27px;
  height: 27px;
  top: unset;
  right: unset;
  bottom: 10px;
  left: 57px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .facilities .bridesroom-sec .inner .content-box .photo .sp-slides .slick-next {
    width: 30px;
    height: 30px;
    top: 50%;
    right: 10px !important;
    bottom: unset;
    left: unset;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.facilities .bridesroom-sec .inner .content-box .photo .sp-slides .slick-next::before {
  display: none;
}

@media screen and (max-width: 768px) {
  .facilities .bridesroom-sec .inner .content-box .photo .sp-slides .slick-next {
    width: 29px;
    height: 29px;
    right: 25px;
  }
}

.facilities .bridesroom-sec .inner .content-box .photo .sp-slides .slick-prev {
  background: url(../img/common/arrow-wh_prev.svg) 50% no-repeat;
  background-size: 100%;
  width: 27px;
  height: 27px;
  top: unset;
  bottom: 10px;
  left: 20px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .facilities .bridesroom-sec .inner .content-box .photo .sp-slides .slick-prev {
    width: 30px;
    height: 30px;
    top: 50%;
    right: unset;
    bottom: unset;
    left: 10px !important;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.facilities .bridesroom-sec .inner .content-box .photo .sp-slides .slick-prev::before {
  display: none;
}

@media screen and (max-width: 768px) {
  .facilities .bridesroom-sec .inner .content-box .photo .sp-slides .slick-prev {
    width: 29px;
    height: 29px;
    left: 25px;
  }
}

.facilities .bridesroom-sec .inner .content-box .text {
  width: 38.8%;
  padding-right: calc(50% - 553px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .facilities .bridesroom-sec .inner .content-box .text {
    width: 100%;
    padding: 0;
  }
}

.facilities .bridesroom-sec .inner .content-box .text figure {
  width: 100%;
  height: 250px;
  margin-bottom: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
}

.facilities .bridesroom-sec .inner .content-box .text figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
  .facilities .bridesroom-sec .inner .content-box .text figure {
    display: none;
  }
}

.facilities .bridesroom-sec .inner .content-box .text .midashi {
  position: relative;
  margin-bottom: 20px;
  color: #806a3b;
}

@media screen and (max-width: 768px) {
  .facilities .bridesroom-sec .inner .content-box .text .midashi {
    margin-left: 20px;
  }
}

.facilities .bridesroom-sec .inner .content-box .text .midashi::after {
  content: "";
  background: #806a3b;
  width: 38.836vw;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 7px;
  left: 0;
}

@media screen and (max-width: 768px) {
  .facilities .bridesroom-sec .inner .content-box .text .midashi::after {
    width: 100%;
    bottom: 0;
  }
}

.facilities .bridesroom-sec .inner .content-box .text .midashi .en {
  padding-right: 15px;
  font-size: 3.6rem;
  letter-spacing: 3px;
}

@media screen and (max-width: 768px) {
  .facilities .bridesroom-sec .inner .content-box .text .midashi .en {
    font-size: 2.8rem;
  }
}

.facilities .bridesroom-sec .inner .content-box .text .read {
  line-height: 2;
}

@media screen and (max-width: 1024px) {
  .facilities .bridesroom-sec .inner .content-box .text .read {
    padding-right: 3%;
  }
}

@media screen and (max-width: 768px) {
  .facilities .bridesroom-sec .inner .content-box .text .read {
    padding: 0 20px;
  }
}

.facilities .mainslide-sec {
  position: relative;
  padding-top: 120px;
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .facilities .mainslide-sec {
    padding-top: 60px;
    padding-bottom: 10px;
  }
}

.facilities .mainslide-sec::before {
  content: "";
  background: #f7f5f0;
  width: 931px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .facilities .mainslide-sec::before {
    width: 89.333vw;
  }
}

.facilities .mainslide-sec .midashi {
  width: calc(100% - 80px);
  max-width: 1106px;
  margin: 0 auto 40px;
  color: #b59c55;
  font-size: 3.6rem;
  letter-spacing: 3px;
}

@media screen and (max-width: 768px) {
  .facilities .mainslide-sec .midashi {
    margin-bottom: 20px;
    font-size: 3rem;
  }
}

.facilities .mainslide-sec .slides {
  margin-bottom: 100px;
}

.facilities .mainslide-sec .slides .slide {
  width: calc(100% - 40px);
  max-width: 834px;
  padding: 0 35px;
}

@media screen and (max-width: 768px) {
  .facilities .mainslide-sec .slides .slide {
    height: 78.667vw;
    padding: 0 10px;
  }
  .facilities .mainslide-sec .slides .slide figure {
    width: 100%;
    height: 100%;
    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;
  }
  .facilities .mainslide-sec .slides .slide figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.facilities .mainslide-sec .slides .slick-dots {
  bottom: -50px;
}

.facilities .mainslide-sec .slides .slick-dots li {
  margin: 0 1px;
}

.facilities .mainslide-sec .slides .slick-dots li.slick-active button:before {
  color: #b59c55;
}

.facilities .mainslide-sec .slides .slick-dots li button:before {
  content: "●";
  color: #dccfb0;
}

@media screen and (max-width: 768px) {
  .facilities .mainslide-sec .slides .slick-dots li button:before {
    font-size: 12px;
  }
}

.facilities .mainslide-sec .slides .slick-next {
  background: url(../img/common/arrow-gold_next.svg) 50% no-repeat;
  width: 37px;
  height: 37px;
  top: 50%;
  right: calc(50% - 470px);
}

.facilities .mainslide-sec .slides .slick-next::before {
  display: none;
}

@media screen and (max-width: 768px) {
  .facilities .mainslide-sec .slides .slick-next {
    width: 30px;
    height: 30px;
    right: 20px;
  }
}

.facilities .mainslide-sec .slides .slick-prev {
  background: url(../img/common/arrow-gold_prev.svg) 50% no-repeat;
  width: 37px;
  height: 37px;
  top: 50%;
  left: calc(50% - 470px);
  z-index: 1;
}

.facilities .mainslide-sec .slides .slick-prev::before {
  display: none;
}

@media screen and (max-width: 768px) {
  .facilities .mainslide-sec .slides .slick-prev {
    width: 30px;
    height: 30px;
    left: 20px;
  }
}

.facilities .mainslide-sec .link-btn {
  background: #b59c55;
  width: auto;
  margin: 0 auto;
  padding: 29px 55px;
  border: 1px solid #b59c55;
}

@media screen and (max-width: 768px) {
  .facilities .mainslide-sec .link-btn {
    margin: 0 20px;
    padding: 24px 0;
    font-size: 1.2rem;
  }
}

.facilities .mainslide-sec .link-btn:hover {
  background: transparent;
  color: #b59c55;
}

.facilities .othercontents-sec .facilities {
  display: none;
}

/*---------------------------------------
 * CUISINE
---------------------------------------*/
.cuisine .outline-sec {
  background: #fff;
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .cuisine .outline-sec {
    padding-bottom: 40px;
  }
}

.cuisine .outline-sec .inner {
  width: calc(100% - 40px);
  margin: 0 auto;
}

.cuisine .outline-sec .inner .catch {
  margin-bottom: 30px;
  color: #806a3b;
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .cuisine .outline-sec .inner .catch {
    margin-bottom: 15px;
    font-size: 1.6rem;
    font-weight: 700;
  }
}

.cuisine .outline-sec .inner .read {
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .cuisine .outline-sec .inner .read {
    text-align: left;
  }
}

.cuisine .marchedining-sec {
  margin-bottom: 130px;
}

@media screen and (max-width: 768px) {
  .cuisine .marchedining-sec {
    margin-bottom: 60px;
  }
}

.cuisine .marchedining-sec .inner .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

@media screen and (max-width: 768px) {
  .cuisine .marchedining-sec .inner .content-box {
    display: block;
  }
}

.cuisine .marchedining-sec .inner .content-box .midashi {
  position: relative;
  margin-bottom: 40px;
  padding-right: calc(100% - 503px);
  padding-left: 93px;
  color: #b59c55;
  font-size: 3.6rem;
  letter-spacing: 3px;
  text-align: right;
}

@media screen and (max-width: 1279px) {
  .cuisine .marchedining-sec .inner .content-box .midashi {
    padding-left: 6.3%;
  }
}

@media screen and (max-width: 1024px) {
  .cuisine .marchedining-sec .inner .content-box .midashi {
    padding-left: 3%;
  }
}

@media screen and (max-width: 768px) {
  .cuisine .marchedining-sec .inner .content-box .midashi {
    margin-bottom: 30px;
    padding: 0 0 0 20px;
    font-size: 2.8rem;
    text-align: left;
  }
}

.cuisine .marchedining-sec .inner .content-box .midashi::before {
  content: "";
  background: #b59c55;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 40px;
  left: 0;
}

@media screen and (max-width: 768px) {
  .cuisine .marchedining-sec .inner .content-box .midashi::before {
    top: 31px;
  }
}

.cuisine .marchedining-sec .inner .content-box .photo {
  width: 53.44%;
}

@media screen and (max-width: 768px) {
  .cuisine .marchedining-sec .inner .content-box .photo {
    width: calc(100% - 20px);
    margin-bottom: 40px;
  }
}

.cuisine .marchedining-sec .inner .content-box .photo .mainphoto {
  width: 100%;
  height: 450px;
  position: relative;
  z-index: 1;
  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;
}

.cuisine .marchedining-sec .inner .content-box .photo .mainphoto img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
  .cuisine .marchedining-sec .inner .content-box .photo .mainphoto {
    height: 58.4vw;
    margin-bottom: 4px;
  }
}

.cuisine .marchedining-sec .inner .content-box .text {
  width: 46.56%;
  padding-bottom: 360px;
}

@media screen and (max-width: 768px) {
  .cuisine .marchedining-sec .inner .content-box .text {
    width: 100%;
    padding-bottom: 0;
  }
}

.cuisine .marchedining-sec .inner .content-box .text .catch {
  margin-bottom: 20px;
  padding-right: calc(100% - 503px);
  padding-left: 93px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 2px;
}

@media screen and (max-width: 1279px) {
  .cuisine .marchedining-sec .inner .content-box .text .catch {
    padding-left: 6.3%;
  }
}

@media screen and (max-width: 1024px) {
  .cuisine .marchedining-sec .inner .content-box .text .catch {
    padding-left: 3%;
  }
}

@media screen and (max-width: 768px) {
  .cuisine .marchedining-sec .inner .content-box .text .catch {
    padding: 0 20px;
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}

.cuisine .marchedining-sec .inner .content-box .text .read {
  padding-right: calc(100% - 503px);
  padding-left: 93px;
  line-height: 2;
}

@media screen and (max-width: 1279px) {
  .cuisine .marchedining-sec .inner .content-box .text .read {
    padding-left: 6.3%;
  }
}

@media screen and (max-width: 1024px) {
  .cuisine .marchedining-sec .inner .content-box .text .read {
    padding-left: 3%;
  }
}

@media screen and (max-width: 768px) {
  .cuisine .marchedining-sec .inner .content-box .text .read {
    padding: 0 20px;
  }
}

.cuisine .marchedining-sec .inner .content-box .subphoto-box {
  width: 70.28%;
  max-width: 960px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  right: calc(50% - 603px);
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .cuisine .marchedining-sec .inner .content-box .subphoto-box {
    width: 100%;
    position: static;
  }
}

.cuisine .marchedining-sec .inner .content-box .subphoto-box figure {
  height: 300px;
  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;
}

@media screen and (max-width: 768px) {
  .cuisine .marchedining-sec .inner .content-box .subphoto-box figure {
    height: 34.667vw;
  }
}

.cuisine .marchedining-sec .inner .content-box .subphoto-box figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cuisine .marchedining-sec .inner .content-box .subphoto-box figure:first-child {
  width: 55.21%;
}

@media screen and (max-width: 768px) {
  .cuisine .marchedining-sec .inner .content-box .subphoto-box figure:first-child {
    width: calc(55% - 2px);
  }
}

.cuisine .marchedining-sec .inner .content-box .subphoto-box figure:last-child {
  width: 45%;
}

@media screen and (max-width: 768px) {
  .cuisine .marchedining-sec .inner .content-box .subphoto-box figure:last-child {
    width: calc(45% - 2px);
  }
}

.cuisine .features-sec {
  position: relative;
  padding-top: 80px;
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .cuisine .features-sec {
    margin-bottom: 60px;
    padding: 40px 0 60px;
  }
}

.cuisine .features-sec::before {
  content: "";
  background: #f0ecdc;
  width: 80.53%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .cuisine .features-sec::before {
    width: calc(100% - 40px);
  }
}

.cuisine .features-sec .inner .wrap {
  position: relative;
}

.cuisine .features-sec .inner .content-box1 {
  width: calc(100% - 40px);
  max-width: 1206px;
  height: 649px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin: 0 auto 117px;
}

@media screen and (max-width: 768px) {
  .cuisine .features-sec .inner .content-box1 {
    height: auto;
    display: block;
    margin: 0 auto 60px;
  }
}

.cuisine .features-sec .inner .content-box1 .midashi {
  position: relative;
  margin-bottom: 40px;
  padding-right: 66px;
  color: #806a3b;
}

@media screen and (max-width: 768px) {
  .cuisine .features-sec .inner .content-box1 .midashi {
    margin-bottom: 30px;
  }
}

.cuisine .features-sec .inner .content-box1 .midashi .en {
  display: inline-block;
  padding-right: 15px;
  font-size: 3.6rem;
  letter-spacing: 3px;
}

@media screen and (max-width: 768px) {
  .cuisine .features-sec .inner .content-box1 .midashi .en {
    font-size: 2.8rem;
  }
}

.cuisine .features-sec .inner .content-box1 .midashi .ja {
  display: inline-block;
  position: relative;
  top: -2px;
}

.cuisine .features-sec .inner .content-box1 .midashi::before {
  content: "";
  background: #b59c55;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 4px;
  left: 0;
}

@media screen and (max-width: 768px) {
  .cuisine .features-sec .inner .content-box1 .midashi::before {
    width: calc(100% + 20px);
    bottom: 0;
  }
}

.cuisine .features-sec .inner .content-box1 .photo {
  width: 38.14%;
  height: 649px;
  padding-right: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .cuisine .features-sec .inner .content-box1 .photo {
    width: 100%;
    height: 89.333vw;
    margin: 0 auto 40px;
    padding: 0;
  }
}

.cuisine .features-sec .inner .content-box1 .photo figure {
  width: 100%;
  height: 100%;
  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;
}

.cuisine .features-sec .inner .content-box1 .photo figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
  .cuisine .features-sec .inner .content-box1 .photo figure.mainphoto {
    margin-bottom: 4px;
  }
}

.cuisine .features-sec .inner .content-box1 .text {
  width: 61.86%;
  padding-bottom: 369px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .cuisine .features-sec .inner .content-box1 .text {
    width: 100%;
    padding-bottom: 0;
  }
}

.cuisine .features-sec .inner .content-box1 .text .catch {
  margin-bottom: 20px;
  padding-right: 66px;
  padding-left: 50px;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 2px;
}

@media screen and (max-width: 1024px) {
  .cuisine .features-sec .inner .content-box1 .text .catch {
    padding-right: 3%;
  }
}

@media screen and (max-width: 768px) {
  .cuisine .features-sec .inner .content-box1 .text .catch {
    padding: 0;
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}

.cuisine .features-sec .inner .content-box1 .text .read {
  padding-right: 66px;
  padding-left: 50px;
  line-height: 2;
}

@media screen and (max-width: 1024px) {
  .cuisine .features-sec .inner .content-box1 .text .read {
    padding-right: 3%;
  }
}

@media screen and (max-width: 768px) {
  .cuisine .features-sec .inner .content-box1 .text .read {
    padding: 0;
  }
}

.cuisine .features-sec .inner .content-box1 .subphoto-box {
  width: 52.98%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .cuisine .features-sec .inner .content-box1 .subphoto-box {
    width: 100%;
    position: static;
  }
}

.cuisine .features-sec .inner .content-box1 .subphoto-box figure {
  width: calc(50% - 6px);
  height: 273px;
  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;
}

@media screen and (max-width: 768px) {
  .cuisine .features-sec .inner .content-box1 .subphoto-box figure {
    width: calc(50% - 2px);
    height: 34.667vw;
  }
}

.cuisine .features-sec .inner .content-box1 .subphoto-box figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cuisine .features-sec .inner .content-box2 {
  width: calc(100% - 40px);
  max-width: 1206px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .cuisine .features-sec .inner .content-box2 {
    display: block;
  }
}

.cuisine .features-sec .inner .content-box2 .photo {
  width: 43.12%;
}

@media screen and (max-width: 768px) {
  .cuisine .features-sec .inner .content-box2 .photo {
    width: 100%;
    margin-bottom: 40px;
  }
  .cuisine .features-sec .inner .content-box2 .photo .mainphoto {
    width: 100%;
    height: 58.667vw;
    margin-bottom: 4px;
    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;
  }
  .cuisine .features-sec .inner .content-box2 .photo .mainphoto img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.cuisine .features-sec .inner .content-box2 .text {
  width: 51.41%;
  padding-bottom: 287px;
}

@media screen and (max-width: 768px) {
  .cuisine .features-sec .inner .content-box2 .text {
    width: 100%;
    padding-bottom: 0;
  }
}

.cuisine .features-sec .inner .content-box2 .text .catch {
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  .cuisine .features-sec .inner .content-box2 .text .catch {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}

.cuisine .features-sec .inner .content-box2 .text .read {
  padding-right: 50px;
  line-height: 2;
}

@media screen and (max-width: 1024px) {
  .cuisine .features-sec .inner .content-box2 .text .read {
    padding-right: 5%;
  }
}

@media screen and (max-width: 768px) {
  .cuisine .features-sec .inner .content-box2 .text .read {
    padding: 0;
  }
}

.cuisine .features-sec .inner .content-box2 .subphoto-box {
  width: 51.41%;
  max-width: 620px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .cuisine .features-sec .inner .content-box2 .subphoto-box {
    width: 100%;
    position: static;
  }
}

.cuisine .features-sec .inner .content-box2 .subphoto-box figure {
  width: calc(50% - 6px);
  height: 218px;
  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;
}

@media screen and (max-width: 768px) {
  .cuisine .features-sec .inner .content-box2 .subphoto-box figure {
    width: calc(50% - 2px);
    height: 34.667vw;
  }
}

.cuisine .features-sec .inner .content-box2 .subphoto-box figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cuisine .deserts-sec {
  padding-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .cuisine .deserts-sec {
    padding-bottom: 50px;
  }
}

.cuisine .deserts-sec .inner .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media screen and (max-width: 768px) {
  .cuisine .deserts-sec .inner .content-box {
    display: block;
  }
}

.cuisine .deserts-sec .inner .content-box .midashi {
  position: relative;
  margin-bottom: 30px;
  padding-right: calc(50% - 553px);
  padding-left: 113px;
  color: #b59c55;
  font-size: 3.6rem;
  letter-spacing: 3px;
}

@media screen and (max-width: 1279px) {
  .cuisine .deserts-sec .inner .content-box .midashi {
    padding-left: 6.5%;
  }
}

@media screen and (max-width: 1024px) {
  .cuisine .deserts-sec .inner .content-box .midashi {
    padding-left: 3%;
  }
}

@media screen and (max-width: 768px) {
  .cuisine .deserts-sec .inner .content-box .midashi {
    padding: 0 20px;
    font-size: 2.8rem;
  }
}

.cuisine .deserts-sec .inner .content-box .midashi::before {
  content: "";
  background: #b59c55;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 40px;
  left: 0;
}

@media screen and (max-width: 768px) {
  .cuisine .deserts-sec .inner .content-box .midashi::before {
    top: 31px;
  }
}

.cuisine .deserts-sec .inner .content-box .photo {
  width: 48.61%;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .cuisine .deserts-sec .inner .content-box .photo {
    width: calc(100% - 40px);
    margin: 0 auto 40px;
  }
}

.cuisine .deserts-sec .inner .content-box .photo .mainphoto {
  width: 100%;
  height: 428px;
  margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
  .cuisine .deserts-sec .inner .content-box .photo .mainphoto {
    height: 58.667vw;
    margin-bottom: 4px;
  }
}

.cuisine .deserts-sec .inner .content-box .photo .subphoto-box {
  width: 534px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  left: calc(100% - 534px);
}

@media screen and (max-width: 768px) {
  .cuisine .deserts-sec .inner .content-box .photo .subphoto-box {
    width: 100%;
    position: static;
  }
}

.cuisine .deserts-sec .inner .content-box .photo .subphoto-box figure {
  width: calc(50% - 6px);
  height: 347px;
}

@media screen and (max-width: 768px) {
  .cuisine .deserts-sec .inner .content-box .photo .subphoto-box figure {
    width: calc(50% - 2px);
    height: 58.667vw;
  }
}

.cuisine .deserts-sec .inner .content-box .photo figure {
  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;
}

.cuisine .deserts-sec .inner .content-box .photo figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cuisine .deserts-sec .inner .content-box .text {
  width: 51.39%;
  position: relative;
  margin-top: 100px;
  padding-bottom: 360px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .cuisine .deserts-sec .inner .content-box .text {
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 0;
  }
}

.cuisine .deserts-sec .inner .content-box .text .catch {
  margin-bottom: 20px;
  padding-right: calc(50% - 553px);
  padding-left: 113px;
  font-size: 1.8rem;
  line-height: 1.8;
}

@media screen and (max-width: 1279px) {
  .cuisine .deserts-sec .inner .content-box .text .catch {
    padding-left: 6.5%;
  }
}

@media screen and (max-width: 1024px) {
  .cuisine .deserts-sec .inner .content-box .text .catch {
    padding-left: 3%;
  }
}

@media screen and (max-width: 768px) {
  .cuisine .deserts-sec .inner .content-box .text .catch {
    font-size: 1.6rem;
  }
}

.cuisine .deserts-sec .inner .content-box .text .read {
  padding-right: calc(50vw - 553px);
  padding-left: 113px;
  line-height: 2;
}

@media screen and (max-width: 1279px) {
  .cuisine .deserts-sec .inner .content-box .text .read {
    padding-left: 6.5%;
  }
}

@media screen and (max-width: 1024px) {
  .cuisine .deserts-sec .inner .content-box .text .read {
    padding-left: 3%;
  }
}

@media screen and (max-width: 768px) {
  .cuisine .deserts-sec .inner .content-box .text .read {
    margin-bottom: 40px;
    padding-left: 0;
  }
}

.cuisine .deserts-sec .inner .content-box .text figure {
  width: 100%;
  height: 347px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 113px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
}

.cuisine .deserts-sec .inner .content-box .text figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1279px) {
  .cuisine .deserts-sec .inner .content-box .text figure {
    padding-left: 6.5%;
  }
}

@media screen and (max-width: 1024px) {
  .cuisine .deserts-sec .inner .content-box .text figure {
    padding-left: 3%;
  }
}

@media screen and (max-width: 768px) {
  .cuisine .deserts-sec .inner .content-box .text figure {
    height: 52.533vw;
    position: static;
  }
}

.cuisine .mainslide-sec {
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .cuisine .mainslide-sec {
    padding-bottom: 10px;
  }
}

.cuisine .mainslide-sec .midashi {
  width: calc(100% - 80px);
  max-width: 1106px;
  margin: 0 auto 40px;
  color: #b59c55;
  font-size: 3.6rem;
  letter-spacing: 3px;
}

@media screen and (max-width: 768px) {
  .cuisine .mainslide-sec .midashi {
    margin-bottom: 20px;
    font-size: 3rem;
  }
}

.cuisine .mainslide-sec .slides {
  margin-bottom: 100px;
}

.cuisine .mainslide-sec .slides .slide {
  width: calc(100% - 40px);
  max-width: 834px;
  padding: 0 35px;
}

@media screen and (max-width: 768px) {
  .cuisine .mainslide-sec .slides .slide {
    height: 78.667vw;
  }
}

@media screen and (max-width: 768px) {
  .cuisine .mainslide-sec .slides .slide {
    padding: 0 10px;
  }
  .cuisine .mainslide-sec .slides .slide figure {
    width: 100%;
    height: 100%;
    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;
  }
  .cuisine .mainslide-sec .slides .slide figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.cuisine .mainslide-sec .slides .slick-dots {
  bottom: -50px;
}

.cuisine .mainslide-sec .slides .slick-dots li {
  margin: 0 1px;
}

.cuisine .mainslide-sec .slides .slick-dots li.slick-active button:before {
  color: #b59c55;
}

.cuisine .mainslide-sec .slides .slick-dots li button:before {
  content: "●";
  color: #dccfb0;
}

@media screen and (max-width: 768px) {
  .cuisine .mainslide-sec .slides .slick-dots li button:before {
    font-size: 12px;
  }
}

.cuisine .mainslide-sec .slides .slick-next {
  background: url(../img/common/arrow-gold_next.svg) 50% no-repeat;
  width: 37px;
  height: 37px;
  top: 50%;
  right: calc(50% - 470px);
}

.cuisine .mainslide-sec .slides .slick-next::before {
  display: none;
}

@media screen and (max-width: 768px) {
  .cuisine .mainslide-sec .slides .slick-next {
    width: 30px;
    height: 30px;
    right: 20px;
  }
}

.cuisine .mainslide-sec .slides .slick-prev {
  background: url(../img/common/arrow-gold_prev.svg) 50% no-repeat;
  width: 37px;
  height: 37px;
  top: 50%;
  left: calc(50% - 470px);
  z-index: 1;
}

.cuisine .mainslide-sec .slides .slick-prev::before {
  display: none;
}

@media screen and (max-width: 768px) {
  .cuisine .mainslide-sec .slides .slick-prev {
    width: 30px;
    height: 30px;
    left: 20px;
  }
}

.cuisine .mainslide-sec .link-btn {
  background: #b59c55;
  width: auto;
  margin: 0 auto;
  padding: 29px 55px;
  border: 1px solid #b59c55;
}

@media screen and (max-width: 768px) {
  .cuisine .mainslide-sec .link-btn {
    margin: 0 20px;
    padding: 24px 0;
    font-size: 1.2rem;
  }
}

.cuisine .mainslide-sec .link-btn:hover {
  background: transparent;
  color: #b59c55;
}

.cuisine .othercontents-sec .cuisine {
  display: none;
}

/*---------------------------------------
 * DRESS & BEAUTY
---------------------------------------*/
.dress-beauty .dress-sec .inner .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .dress-beauty .dress-sec .inner .content-box {
    display: block;
  }
}

.dress-beauty .dress-sec .inner .content-box .photo {
  width: 60%;
  height: 495px;
}

@media screen and (max-width: 768px) {
  .dress-beauty .dress-sec .inner .content-box .photo {
    width: 100%;
    height: 100vw;
    margin-bottom: 40px;
  }
}

.dress-beauty .dress-sec .inner .content-box .photo figure {
  width: 100%;
  height: 100%;
  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;
}

.dress-beauty .dress-sec .inner .content-box .photo figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.dress-beauty .dress-sec .inner .content-box .text {
  width: 30%;
  max-width: 415px;
}

@media screen and (max-width: 768px) {
  .dress-beauty .dress-sec .inner .content-box .text {
    width: calc(100% - 40px);
    max-width: none;
    margin: 0 auto;
  }
}

.dress-beauty .dress-sec .inner .content-box .text .midashi {
  position: relative;
  margin-bottom: 30px;
  color: #806a3b;
  font-size: 3.6rem;
  letter-spacing: 3px;
}

@media screen and (max-width: 768px) {
  .dress-beauty .dress-sec .inner .content-box .text .midashi {
    font-size: 3rem;
  }
}

.dress-beauty .dress-sec .inner .content-box .text .midashi::before {
  content: "";
  background: #b59c55;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .dress-beauty .dress-sec .inner .content-box .text .midashi::before {
    width: calc(100% + 20px);
    top: 33px;
  }
}

.dress-beauty .dress-sec .inner .content-box .text .catch {
  margin-bottom: 20px;
  color: #333;
  font-size: 1.8rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .dress-beauty .dress-sec .inner .content-box .text .catch {
    font-size: 1.6rem;
  }
}

.dress-beauty .dress-sec .inner .content-box .text .read {
  width: 90%;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .dress-beauty .dress-sec .inner .content-box .text .read {
    width: 100%;
  }
}

.dress-beauty .dress-sec .inner .photo-box {
  width: 100%;
  height: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .dress-beauty .dress-sec .inner .photo-box {
    display: none;
  }
}

.dress-beauty .dress-sec .inner .photo-box figure {
  margin-right: 5px;
  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;
}

.dress-beauty .dress-sec .inner .photo-box figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.dress-beauty .dress-sec .inner .photo-box figure:last-child {
  margin-right: 0;
}

.dress-beauty .dress-sec .inner .photo-box figure.figure1 {
  width: 25%;
}

.dress-beauty .dress-sec .inner .photo-box figure.figure2 {
  width: 40%;
}

.dress-beauty .dress-sec .inner .photo-box figure.figure3 {
  width: 35%;
}

.dress-beauty .dress-sec .inner .slides {
  margin-bottom: 100px;
}

.dress-beauty .dress-sec .inner .slides .slide {
  width: calc(100% - 40px);
  max-width: 834px;
  padding: 0 35px;
}

@media screen and (max-width: 768px) {
  .dress-beauty .dress-sec .inner .slides .slide {
    height: 78.667vw;
    padding: 0 10px;
  }
  .dress-beauty .dress-sec .inner .slides .slide figure {
    width: 100%;
    height: 100%;
    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;
  }
  .dress-beauty .dress-sec .inner .slides .slide figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.dress-beauty .dress-sec .inner .slides .slick-dots {
  bottom: -50px;
}

.dress-beauty .dress-sec .inner .slides .slick-dots li {
  margin: 0 1px;
}

.dress-beauty .dress-sec .inner .slides .slick-dots li.slick-active button:before {
  color: #b59c55;
}

.dress-beauty .dress-sec .inner .slides .slick-dots li button:before {
  content: "●";
  color: #dccfb0;
}

@media screen and (max-width: 768px) {
  .dress-beauty .dress-sec .inner .slides .slick-dots li button:before {
    font-size: 12px;
  }
}

.dress-beauty .dress-sec .inner .slides .slick-next {
  background: url(../img/common/arrow-gold_next.svg) 50% no-repeat;
  width: 37px;
  height: 37px;
  top: 50%;
  right: calc(50% - 470px);
}

.dress-beauty .dress-sec .inner .slides .slick-next::before {
  display: none;
}

@media screen and (max-width: 768px) {
  .dress-beauty .dress-sec .inner .slides .slick-next {
    width: 30px;
    height: 30px;
    right: 20px;
  }
}

.dress-beauty .dress-sec .inner .slides .slick-prev {
  background: url(../img/common/arrow-gold_prev.svg) 50% no-repeat;
  width: 37px;
  height: 37px;
  top: 50%;
  left: calc(50% - 470px);
  z-index: 1;
}

.dress-beauty .dress-sec .inner .slides .slick-prev::before {
  display: none;
}

@media screen and (max-width: 768px) {
  .dress-beauty .dress-sec .inner .slides .slick-prev {
    width: 30px;
    height: 30px;
    left: 20px;
  }
}

.dress-beauty .dressshop-sec {
  background: #fff;
  padding: 80px 0 90px;
}

@media screen and (max-width: 768px) {
  .dress-beauty .dressshop-sec {
    padding: 40px 0 60px;
  }
}

.dress-beauty .dressshop-sec .inner .content-box {
  width: calc(100% - 40px);
  max-width: 1106px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .dress-beauty .dressshop-sec .inner .content-box {
    display: block;
  }
}

.dress-beauty .dressshop-sec .inner .content-box .photo {
  width: 52.44%;
  height: 368px;
}

@media screen and (max-width: 768px) {
  .dress-beauty .dressshop-sec .inner .content-box .photo {
    width: 100%;
    height: 56vw;
    margin-bottom: 40px;
  }
}

.dress-beauty .dressshop-sec .inner .content-box .photo figure {
  width: 100%;
  height: 100%;
  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;
}

.dress-beauty .dressshop-sec .inner .content-box .photo figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.dress-beauty .dressshop-sec .inner .content-box .text {
  width: 47.56%;
  padding-left: 77px;
}

@media screen and (max-width: 1279px) {
  .dress-beauty .dressshop-sec .inner .content-box .text {
    padding-left: 6.5%;
  }
}

@media screen and (max-width: 1024px) {
  .dress-beauty .dressshop-sec .inner .content-box .text {
    padding-left: 3%;
  }
}

@media screen and (max-width: 768px) {
  .dress-beauty .dressshop-sec .inner .content-box .text {
    width: 100%;
    padding: 0;
  }
}

.dress-beauty .dressshop-sec .inner .content-box .text .midashi {
  position: relative;
  margin-bottom: 30px;
  color: #806a3b;
}

.dress-beauty .dressshop-sec .inner .content-box .text .midashi .ja {
  display: block;
}

@media screen and (max-width: 768px) {
  .dress-beauty .dressshop-sec .inner .content-box .text .midashi .ja {
    line-height: 1.4;
  }
}

.dress-beauty .dressshop-sec .inner .content-box .text .midashi .en {
  display: block;
  font-size: 3rem;
  letter-spacing: 3px;
}

@media screen and (max-width: 768px) {
  .dress-beauty .dressshop-sec .inner .content-box .text .midashi .en {
    font-size: 2.6rem;
  }
}

.dress-beauty .dressshop-sec .inner .content-box .text .midashi::before {
  content: "";
  background: #b59c55;
  width: calc(100% + 50vw - 553px);
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .dress-beauty .dressshop-sec .inner .content-box .text .midashi::before {
    width: calc(100% + 20px);
    bottom: 6px;
  }
}

.dress-beauty .dressshop-sec .inner .content-box .text .read {
  margin-bottom: 20px;
  line-height: 2;
}

.dress-beauty .dressshop-sec .inner .content-box .text .shop-info .komidashi {
  margin-bottom: 3px;
  color: #806a3b;
  font-weight: 700;
}

.dress-beauty .dressshop-sec .inner .content-box .text .shop-info .tel {
  margin-bottom: 3px;
  color: #b59c55;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 1px;
}

.dress-beauty .beauty-sec {
  position: relative;
  padding: 140px 0;
}

@media screen and (max-width: 768px) {
  .dress-beauty .beauty-sec {
    padding: 0 0 80px;
  }
}

.dress-beauty .beauty-sec::before {
  content: "";
  background: #f0ecdc;
  width: 90.48%;
  height: calc(100% - 200px);
  display: block;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .dress-beauty .beauty-sec::before {
    width: calc(100% - 40px);
    height: calc(100% - 180px);
    top: 0;
  }
}

.dress-beauty .beauty-sec .inner .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .dress-beauty .beauty-sec .inner .content-box {
    display: block;
  }
}

.dress-beauty .beauty-sec .inner .content-box .photo {
  width: 60%;
  height: 495px;
}

@media screen and (max-width: 768px) {
  .dress-beauty .beauty-sec .inner .content-box .photo {
    width: 100%;
    height: 100vw;
    margin-bottom: 30px;
  }
}

.dress-beauty .beauty-sec .inner .content-box .photo figure {
  width: 100%;
  height: 100%;
  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;
}

.dress-beauty .beauty-sec .inner .content-box .photo figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.dress-beauty .beauty-sec .inner .content-box .text {
  width: 40%;
}

@media screen and (max-width: 768px) {
  .dress-beauty .beauty-sec .inner .content-box .text {
    width: calc(100% - 40px);
    max-width: none;
    margin: 0 auto;
  }
}

.dress-beauty .beauty-sec .inner .content-box .text .midashi {
  position: relative;
  position: relative;
  margin-bottom: 30px;
  margin-left: 86px;
  color: #806a3b;
  font-size: 3.6rem;
  letter-spacing: 3px;
}

@media screen and (max-width: 1279px) {
  .dress-beauty .beauty-sec .inner .content-box .text .midashi {
    margin-left: 6.5%;
  }
}

@media screen and (max-width: 1024px) {
  .dress-beauty .beauty-sec .inner .content-box .text .midashi {
    margin-left: 3%;
  }
}

@media screen and (max-width: 768px) {
  .dress-beauty .beauty-sec .inner .content-box .text .midashi {
    margin-left: 0;
    font-size: 3rem;
  }
}

.dress-beauty .beauty-sec .inner .content-box .text .midashi::before {
  content: "";
  background: #b59c55;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 40px;
  left: 1px;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .dress-beauty .beauty-sec .inner .content-box .text .midashi::before {
    width: calc(100% + 20px);
    top: 33px;
  }
}

.dress-beauty .beauty-sec .inner .content-box .text .catch {
  width: 100%;
  max-width: 400px;
  margin-bottom: 20px;
  margin-left: 86px;
  font-size: 1.8rem;
  line-height: 1.8;
}

@media screen and (max-width: 1279px) {
  .dress-beauty .beauty-sec .inner .content-box .text .catch {
    margin-left: 6.5%;
  }
}

@media screen and (max-width: 1024px) {
  .dress-beauty .beauty-sec .inner .content-box .text .catch {
    margin-left: 3%;
  }
}

@media screen and (max-width: 768px) {
  .dress-beauty .beauty-sec .inner .content-box .text .catch {
    margin-left: 0;
    font-size: 1.6rem;
  }
}

.dress-beauty .beauty-sec .inner .content-box .text .read {
  width: 100%;
  max-width: 400px;
  margin-left: 86px;
  line-height: 2;
}

@media screen and (max-width: 1279px) {
  .dress-beauty .beauty-sec .inner .content-box .text .read {
    margin-left: 6.5%;
  }
}

@media screen and (max-width: 1024px) {
  .dress-beauty .beauty-sec .inner .content-box .text .read {
    margin-left: 3%;
  }
}

@media screen and (max-width: 768px) {
  .dress-beauty .beauty-sec .inner .content-box .text .read {
    margin-left: 0;
  }
}

.dress-beauty .beauty-sec .inner .photo-box {
  width: 100%;
  height: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .dress-beauty .beauty-sec .inner .photo-box {
    display: none;
  }
}

.dress-beauty .beauty-sec .inner .photo-box figure {
  margin-right: 5px;
  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;
}

.dress-beauty .beauty-sec .inner .photo-box figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.dress-beauty .beauty-sec .inner .photo-box figure:last-child {
  margin-right: 0;
}

.dress-beauty .beauty-sec .inner .photo-box figure.figure1 {
  width: 25%;
}

.dress-beauty .beauty-sec .inner .photo-box figure.figure2 {
  width: 40%;
}

.dress-beauty .beauty-sec .inner .photo-box figure.figure3 {
  width: 35%;
}

.dress-beauty .beauty-sec .inner .slides {
  margin-bottom: 100px;
}

.dress-beauty .beauty-sec .inner .slides .slide {
  width: calc(100% - 40px);
  max-width: 834px;
  padding: 0 35px;
}

@media screen and (max-width: 768px) {
  .dress-beauty .beauty-sec .inner .slides .slide {
    height: 78.667vw;
    padding: 0 10px;
  }
  .dress-beauty .beauty-sec .inner .slides .slide figure {
    width: 100%;
    height: 100%;
    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;
  }
  .dress-beauty .beauty-sec .inner .slides .slide figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.dress-beauty .beauty-sec .inner .slides .slick-dots {
  bottom: -50px;
}

.dress-beauty .beauty-sec .inner .slides .slick-dots li {
  margin: 0 1px;
}

.dress-beauty .beauty-sec .inner .slides .slick-dots li.slick-active button:before {
  color: #b59c55;
}

.dress-beauty .beauty-sec .inner .slides .slick-dots li button:before {
  content: "●";
  color: #dccfb0;
}

@media screen and (max-width: 768px) {
  .dress-beauty .beauty-sec .inner .slides .slick-dots li button:before {
    font-size: 12px;
  }
}

.dress-beauty .beauty-sec .inner .slides .slick-next {
  background: url(../img/common/arrow-gold_next.svg) 50% no-repeat;
  width: 37px;
  height: 37px;
  top: 50%;
  right: calc(50% - 470px);
}

.dress-beauty .beauty-sec .inner .slides .slick-next::before {
  display: none;
}

@media screen and (max-width: 768px) {
  .dress-beauty .beauty-sec .inner .slides .slick-next {
    width: 30px;
    height: 30px;
    right: 20px;
  }
}

.dress-beauty .beauty-sec .inner .slides .slick-prev {
  background: url(../img/common/arrow-gold_prev.svg) 50% no-repeat;
  width: 37px;
  height: 37px;
  top: 50%;
  left: calc(50% - 470px);
  z-index: 1;
}

.dress-beauty .beauty-sec .inner .slides .slick-prev::before {
  display: none;
}

@media screen and (max-width: 768px) {
  .dress-beauty .beauty-sec .inner .slides .slick-prev {
    width: 30px;
    height: 30px;
    left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .dress-beauty .othercontents-sec {
    margin-top: -40px;
  }
}

.dress-beauty .othercontents-sec .dress-beauty {
  display: none;
}

/*---------------------------------------
 * COORDINATE FLOWER
---------------------------------------*/
.coordinate-flower .coordinate-sec {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .coordinate-flower .coordinate-sec {
    padding-bottom: 20px;
  }
}

.coordinate-flower .coordinate-sec .inner .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .coordinate-flower .coordinate-sec .inner .content-box {
    display: block;
  }
}

.coordinate-flower .coordinate-sec .inner .content-box .photo {
  width: 60%;
  height: 495px;
}

@media screen and (max-width: 768px) {
  .coordinate-flower .coordinate-sec .inner .content-box .photo {
    width: 100%;
    height: 100vw;
    margin-bottom: 40px;
  }
}

.coordinate-flower .coordinate-sec .inner .content-box .photo figure {
  width: 100%;
  height: 100%;
  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;
}

.coordinate-flower .coordinate-sec .inner .content-box .photo figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.coordinate-flower .coordinate-sec .inner .content-box .text {
  width: 30%;
  max-width: 415px;
}

@media screen and (max-width: 768px) {
  .coordinate-flower .coordinate-sec .inner .content-box .text {
    width: calc(100% - 40px);
    max-width: none;
    margin: 0 auto;
  }
}

.coordinate-flower .coordinate-sec .inner .content-box .text .midashi {
  position: relative;
  margin-bottom: 30px;
  color: #806a3b;
  font-size: 3.6rem;
  letter-spacing: 3px;
}

@media screen and (max-width: 768px) {
  .coordinate-flower .coordinate-sec .inner .content-box .text .midashi {
    font-size: 3rem;
  }
}

.coordinate-flower .coordinate-sec .inner .content-box .text .midashi::before {
  content: "";
  background: #b59c55;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .coordinate-flower .coordinate-sec .inner .content-box .text .midashi::before {
    width: calc(100% + 20px);
    top: 33px;
  }
}

.coordinate-flower .coordinate-sec .inner .content-box .text .catch {
  margin-bottom: 20px;
  color: #333;
  font-size: 1.8rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .coordinate-flower .coordinate-sec .inner .content-box .text .catch {
    font-size: 1.6rem;
  }
}

.coordinate-flower .coordinate-sec .inner .content-box .text .read {
  width: 90%;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .coordinate-flower .coordinate-sec .inner .content-box .text .read {
    width: 100%;
  }
}

.coordinate-flower .coordinate-sec .inner .photo-box {
  width: 100%;
  height: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .coordinate-flower .coordinate-sec .inner .photo-box {
    display: none;
  }
}

.coordinate-flower .coordinate-sec .inner .photo-box figure {
  margin-right: 5px;
  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;
}

.coordinate-flower .coordinate-sec .inner .photo-box figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.coordinate-flower .coordinate-sec .inner .photo-box figure:last-child {
  margin-right: 0;
}

.coordinate-flower .coordinate-sec .inner .photo-box figure.figure1 {
  width: 25%;
}

.coordinate-flower .coordinate-sec .inner .photo-box figure.figure2 {
  width: 20%;
}

.coordinate-flower .coordinate-sec .inner .photo-box figure.figure3 {
  width: 30%;
}

.coordinate-flower .coordinate-sec .inner .photo-box figure.figure4 {
  width: 25%;
}

.coordinate-flower .coordinate-sec .inner .slides {
  margin-bottom: 100px;
}

.coordinate-flower .coordinate-sec .inner .slides .slide {
  width: calc(100% - 40px);
  max-width: 834px;
  padding: 0 35px;
}

@media screen and (max-width: 768px) {
  .coordinate-flower .coordinate-sec .inner .slides .slide {
    height: 78.667vw;
    padding: 0 10px;
  }
  .coordinate-flower .coordinate-sec .inner .slides .slide figure {
    width: 100%;
    height: 100%;
    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;
  }
  .coordinate-flower .coordinate-sec .inner .slides .slide figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.coordinate-flower .coordinate-sec .inner .slides .slick-dots {
  bottom: -50px;
}

.coordinate-flower .coordinate-sec .inner .slides .slick-dots li {
  margin: 0 1px;
}

.coordinate-flower .coordinate-sec .inner .slides .slick-dots li.slick-active button:before {
  color: #b59c55;
}

.coordinate-flower .coordinate-sec .inner .slides .slick-dots li button:before {
  content: "●";
  color: #dccfb0;
}

@media screen and (max-width: 768px) {
  .coordinate-flower .coordinate-sec .inner .slides .slick-dots li button:before {
    font-size: 12px;
  }
}

.coordinate-flower .coordinate-sec .inner .slides .slick-next {
  background: url(../img/common/arrow-gold_next.svg) 50% no-repeat;
  width: 37px;
  height: 37px;
  top: 50%;
  right: calc(50% - 470px);
}

.coordinate-flower .coordinate-sec .inner .slides .slick-next::before {
  display: none;
}

@media screen and (max-width: 768px) {
  .coordinate-flower .coordinate-sec .inner .slides .slick-next {
    width: 30px;
    height: 30px;
    right: 20px;
  }
}

.coordinate-flower .coordinate-sec .inner .slides .slick-prev {
  background: url(../img/common/arrow-gold_prev.svg) 50% no-repeat;
  width: 37px;
  height: 37px;
  top: 50%;
  left: calc(50% - 470px);
  z-index: 1;
}

.coordinate-flower .coordinate-sec .inner .slides .slick-prev::before {
  display: none;
}

@media screen and (max-width: 768px) {
  .coordinate-flower .coordinate-sec .inner .slides .slick-prev {
    width: 30px;
    height: 30px;
    left: 20px;
  }
}

.coordinate-flower .flower-sec {
  position: relative;
  padding-top: 60px;
}

@media screen and (max-width: 768px) {
  .coordinate-flower .flower-sec {
    padding-top: 0;
    padding-bottom: 40px;
  }
}

.coordinate-flower .flower-sec::before {
  content: "";
  background: #f0ecdc;
  width: 90.48%;
  height: calc(100% - 180px);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .coordinate-flower .flower-sec::before {
    width: calc(100% - 40px);
    height: calc(100% - 140px);
  }
}

.coordinate-flower .flower-sec .inner .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .coordinate-flower .flower-sec .inner .content-box {
    display: block;
  }
}

.coordinate-flower .flower-sec .inner .content-box .photo {
  width: 60%;
  height: 495px;
}

@media screen and (max-width: 768px) {
  .coordinate-flower .flower-sec .inner .content-box .photo {
    width: 100%;
    height: 100vw;
    margin-bottom: 30px;
  }
}

.coordinate-flower .flower-sec .inner .content-box .photo figure {
  width: 100%;
  height: 100%;
  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;
}

.coordinate-flower .flower-sec .inner .content-box .photo figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.coordinate-flower .flower-sec .inner .content-box .text {
  width: 40%;
}

@media screen and (max-width: 768px) {
  .coordinate-flower .flower-sec .inner .content-box .text {
    width: calc(100% - 40px);
    max-width: none;
    margin: 0 auto;
  }
}

.coordinate-flower .flower-sec .inner .content-box .text .midashi {
  position: relative;
  position: relative;
  margin-bottom: 30px;
  margin-left: 86px;
  color: #806a3b;
  font-size: 3.6rem;
  letter-spacing: 3px;
}

@media screen and (max-width: 1279px) {
  .coordinate-flower .flower-sec .inner .content-box .text .midashi {
    margin-left: 6.5%;
  }
}

@media screen and (max-width: 1024px) {
  .coordinate-flower .flower-sec .inner .content-box .text .midashi {
    margin-left: 3%;
  }
}

@media screen and (max-width: 768px) {
  .coordinate-flower .flower-sec .inner .content-box .text .midashi {
    margin-left: 0;
    font-size: 3rem;
  }
}

.coordinate-flower .flower-sec .inner .content-box .text .midashi::before {
  content: "";
  background: #b59c55;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 40px;
  left: 1px;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .coordinate-flower .flower-sec .inner .content-box .text .midashi::before {
    width: calc(100% + 20px);
    top: 33px;
  }
}

.coordinate-flower .flower-sec .inner .content-box .text .catch {
  width: 100%;
  max-width: 400px;
  margin-bottom: 20px;
  margin-left: 86px;
  font-size: 1.8rem;
  line-height: 1.8;
}

@media screen and (max-width: 1279px) {
  .coordinate-flower .flower-sec .inner .content-box .text .catch {
    margin-left: 6.5%;
  }
}

@media screen and (max-width: 1024px) {
  .coordinate-flower .flower-sec .inner .content-box .text .catch {
    margin-left: 3%;
  }
}

@media screen and (max-width: 768px) {
  .coordinate-flower .flower-sec .inner .content-box .text .catch {
    margin-left: 0;
    font-size: 1.6rem;
  }
}

.coordinate-flower .flower-sec .inner .content-box .text .read {
  width: 100%;
  max-width: 400px;
  margin-left: 86px;
  line-height: 2;
}

@media screen and (max-width: 1279px) {
  .coordinate-flower .flower-sec .inner .content-box .text .read {
    margin-left: 6.5%;
  }
}

@media screen and (max-width: 1024px) {
  .coordinate-flower .flower-sec .inner .content-box .text .read {
    margin-left: 3%;
  }
}

@media screen and (max-width: 768px) {
  .coordinate-flower .flower-sec .inner .content-box .text .read {
    margin-left: 0;
  }
}

.coordinate-flower .flower-sec .inner .photo-box {
  width: 100%;
  height: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 120px;
}

.coordinate-flower .flower-sec .inner .photo-box figure {
  margin-right: 5px;
  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;
}

.coordinate-flower .flower-sec .inner .photo-box figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.coordinate-flower .flower-sec .inner .photo-box figure:last-child {
  margin-right: 0;
}

.coordinate-flower .flower-sec .inner .photo-box figure.figure1 {
  width: 22%;
}

.coordinate-flower .flower-sec .inner .photo-box figure.figure2 {
  width: 22%;
}

.coordinate-flower .flower-sec .inner .photo-box figure.figure3 {
  width: 22%;
}

.coordinate-flower .flower-sec .inner .photo-box figure.figure4 {
  width: 34%;
}

.coordinate-flower .flower-sec .inner .slides {
  margin-bottom: 100px;
}

.coordinate-flower .flower-sec .inner .slides .slide {
  width: calc(100% - 40px);
  max-width: 834px;
  padding: 0 35px;
}

@media screen and (max-width: 768px) {
  .coordinate-flower .flower-sec .inner .slides .slide {
    height: 78.667vw;
    padding: 0 10px;
  }
  .coordinate-flower .flower-sec .inner .slides .slide figure {
    width: 100%;
    height: 100%;
    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;
  }
  .coordinate-flower .flower-sec .inner .slides .slide figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.coordinate-flower .flower-sec .inner .slides .slick-dots {
  bottom: -50px;
}

.coordinate-flower .flower-sec .inner .slides .slick-dots li {
  margin: 0 1px;
}

.coordinate-flower .flower-sec .inner .slides .slick-dots li.slick-active button:before {
  color: #b59c55;
}

.coordinate-flower .flower-sec .inner .slides .slick-dots li button:before {
  content: "●";
  color: #dccfb0;
}

@media screen and (max-width: 768px) {
  .coordinate-flower .flower-sec .inner .slides .slick-dots li button:before {
    font-size: 12px;
  }
}

.coordinate-flower .flower-sec .inner .slides .slick-next {
  background: url(../img/common/arrow-gold_next.svg) 50% no-repeat;
  width: 37px;
  height: 37px;
  top: 50%;
  right: calc(50% - 470px);
}

.coordinate-flower .flower-sec .inner .slides .slick-next::before {
  display: none;
}

@media screen and (max-width: 768px) {
  .coordinate-flower .flower-sec .inner .slides .slick-next {
    width: 30px;
    height: 30px;
    right: 20px;
  }
}

.coordinate-flower .flower-sec .inner .slides .slick-prev {
  background: url(../img/common/arrow-gold_prev.svg) 50% no-repeat;
  width: 37px;
  height: 37px;
  top: 50%;
  left: calc(50% - 470px);
  z-index: 1;
}

.coordinate-flower .flower-sec .inner .slides .slick-prev::before {
  display: none;
}

@media screen and (max-width: 768px) {
  .coordinate-flower .flower-sec .inner .slides .slick-prev {
    width: 30px;
    height: 30px;
    left: 20px;
  }
}

.coordinate-flower .othercontents-sec .coordinate-flower {
  display: none;
}

/*---------------------------------------
 * ACCESS
---------------------------------------*/
.access {
  background: #fff;
}

.access .content-sec .inner {
  width: calc(100% - 40px);
  max-width: 1106px;
  margin: 0 auto;
}

.access .content-sec .inner .map {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .access .content-sec .inner .map {
    width: calc(100% + 40px);
    margin-bottom: 40px;
    margin-left: -20px;
  }
}

.access .content-sec .inner .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 160px;
}

@media screen and (max-width: 768px) {
  .access .content-sec .inner .content-box {
    display: block;
    padding-bottom: 90px;
  }
}

.access .content-sec .inner .content-box .gmap {
  width: 53.35%;
}

@media screen and (max-width: 768px) {
  .access .content-sec .inner .content-box .gmap {
    width: 100%;
    margin-bottom: 60px;
  }
}

.access .content-sec .inner .content-box .gmap iframe {
  width: 100%;
  height: 378px;
}

@media screen and (max-width: 768px) {
  .access .content-sec .inner .content-box .gmap iframe {
    height: 57.333vw;
  }
}

.access .content-sec .inner .content-box .gmap .maplink {
  margin-top: 10px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .access .content-sec .inner .content-box .gmap .maplink {
    text-align: center;
  }
}

.access .content-sec .inner .content-box .gmap .maplink a {
  padding-bottom: 8px;
  border-bottom: 1px solid #b59c55;
  color: #b59c55;
  font-weight: 700;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  .access .content-sec .inner .content-box .gmap .maplink a {
    display: block;
    padding: 12px 0;
    border: 1px solid #b59c55;
  }
}

.access .content-sec .inner .content-box .gmap .maplink a .icon {
  width: 10px;
  height: 14px;
  display: inline-block;
  padding-right: 5px;
  vertical-align: middle;
}

.access .content-sec .inner .content-box .text .logo {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #b59c55;
}

.access .content-sec .inner .content-box .text .company-info {
  margin-bottom: 20px;
  line-height: 2;
}

.access .content-sec .inner .content-box .text .company-info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .access .content-sec .inner .content-box .text .company-info dl {
    display: block;
    margin-bottom: 15px;
  }
}

.access .content-sec .inner .content-box .text .company-info dl dt {
  width: 70px;
  color: #806a3b;
}

@media screen and (max-width: 768px) {
  .access .content-sec .inner .content-box .text .company-info dl dt {
    width: 100%;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #edecea;
  }
}

.access .content-sec .inner .content-box .text .company-info dl dd .strong {
  color: #b59c55;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 1px;
}

.access .content-sec .inner .content-box .text .traffic {
  line-height: 2;
}

.access .content-sec .inner .content-box .text .traffic .train {
  margin-bottom: 20px;
}

.access .content-sec .inner .content-box .text .traffic .nakamidashi {
  margin-bottom: 10px;
  color: #806a3b;
  font-weight: 700;
}

.access .content-sec .inner .content-box .text .traffic .komidashi {
  color: #806a3b;
}

/*---------------------------------------
 * BRIDAL FAIR / WEDDING PLAN
---------------------------------------*/
.iframe-list {
  background: #f7f5f0;
}

.iframe-list .iframe-sec {
  padding: 65px 0 135px;
}

@media screen and (max-width: 768px) {
  .iframe-list .iframe-sec {
    padding: 30px 0 70px;
  }
}

.iframe-list .iframe-sec .inner {
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: 0 auto;
}

.iframe-list .iframe-sec .inner h2 {
  margin-bottom: 50px;
  text-align: center;
}

.iframe-list .iframe-sec .inner h2 .en {
  display: block;
  font-size: 2rem;
  letter-spacing: 5px;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .iframe-list .iframe-sec .inner h2 .en {
    margin-bottom: 10px;
  }
}

.iframe-list .iframe-sec .inner h2 .ja {
  display: block;
  color: #808080;
}

.iframe-list .iframe-sec .inner .iframeWrap iframe {
  width: 100%;
  height: auto;
}

/*---------------------------------------
 * PHOTO
---------------------------------------*/
.photowedding .mv-sec {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .photowedding .mv-sec {
    margin-bottom: 40px;
  }
}

.photowedding .outline-sec {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .photowedding .outline-sec {
    margin-bottom: 60px;
  }
}

.photowedding .outline-sec .inner {
  width: calc(100% - 40px);
  max-width: 1106px;
  margin: 0 auto;
}

.photowedding .outline-sec .inner .catch {
  margin-bottom: 20px;
  color: #806a3b;
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .photowedding .outline-sec .inner .catch {
    font-size: 1.6rem;
    text-align: left;
  }
}

.photowedding .outline-sec .inner .read {
  margin-bottom: 80px;
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .photowedding .outline-sec .inner .read {
    margin-bottom: 40px;
    text-align: left;
  }
}

.photowedding .outline-sec .inner .photo-box {
  width: 100%;
  height: 856px;
  position: relative;
}

@media screen and (max-width: 1106px) {
  .photowedding .outline-sec .inner .photo-box {
    width: calc(100% + 40px);
    height: 77.396vw;
    margin-left: -20px;
  }
}

.photowedding .outline-sec .inner .photo-box figure:nth-of-type(1) {
  width: 49.55%;
  height: 43.93%;
  position: absolute;
  top: 0;
  left: 0;
}

.photowedding .outline-sec .inner .photo-box figure:nth-of-type(2) {
  width: 33%;
  height: 54.91%;
  position: absolute;
  top: 0;
  left: 50.54%;
}

.photowedding .outline-sec .inner .photo-box figure:nth-of-type(3) {
  width: 33%;
  height: 54.91%;
  position: absolute;
  bottom: 0;
  left: 16.64%;
}

.photowedding .outline-sec .inner .photo-box figure:nth-of-type(4) {
  width: 49.55%;
  height: 43.93%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.photowedding .location-sec {
  position: relative;
  padding-bottom: 90px;
}

@media screen and (max-width: 768px) {
  .photowedding .location-sec {
    padding-bottom: 60px;
  }
}

.photowedding .location-sec::before {
  content: "";
  background: #f0ecdc;
  width: 67.06%;
  height: calc(100% - 70px);
  display: block;
  position: absolute;
  top: 70px;
  left: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .photowedding .location-sec::before {
    width: calc(100% - 80px);
  }
}

.photowedding .location-sec .inner .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .photowedding .location-sec .inner .content-box {
    display: block;
  }
}

.photowedding .location-sec .inner .content-box .photo {
  width: 57.83%;
}

@media screen and (max-width: 768px) {
  .photowedding .location-sec .inner .content-box .photo {
    width: calc(100% - 40px);
    margin: 0 auto 60px;
  }
}

.photowedding .location-sec .inner .content-box .photo .slide {
  height: 510px;
}

@media screen and (max-width: 768px) {
  .photowedding .location-sec .inner .content-box .photo .slide {
    height: 89.333vw;
  }
}

.photowedding .location-sec .inner .content-box .photo .slide figure {
  width: 100%;
  height: 100%;
  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;
}

.photowedding .location-sec .inner .content-box .photo .slide figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.photowedding .location-sec .inner .content-box .photo .slick-dots {
  bottom: 27px;
  padding-right: 20px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .photowedding .location-sec .inner .content-box .photo .slick-dots {
    bottom: -25px;
    padding-left: 0;
    text-align: center;
  }
}

.photowedding .location-sec .inner .content-box .photo .slick-dots li {
  margin: 0 1px;
}

.photowedding .location-sec .inner .content-box .photo .slick-dots li.slick-active button:before {
  color: #b59c55;
}

.photowedding .location-sec .inner .content-box .photo .slick-dots li button:before {
  content: "●";
  color: #c3c3c3;
}

@media screen and (max-width: 768px) {
  .photowedding .location-sec .inner .content-box .photo .slick-dots li button:before {
    font-size: 12px;
  }
}

.photowedding .location-sec .inner .content-box .photo .slick-next {
  background: url(../img/common/arrow-wh_next.svg) 50% no-repeat;
  background-size: 100%;
  width: 27px;
  height: 27px;
  top: unset;
  right: 120px;
  bottom: 10px;
  left: unset;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .photowedding .location-sec .inner .content-box .photo .slick-next {
    width: 30px;
    height: 30px;
    top: 50%;
    right: 10px !important;
    bottom: unset;
    left: unset;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.photowedding .location-sec .inner .content-box .photo .slick-next::before {
  display: none;
}

@media screen and (max-width: 768px) {
  .photowedding .location-sec .inner .content-box .photo .slick-next {
    width: 29px;
    height: 29px;
    right: 25px;
  }
}

.photowedding .location-sec .inner .content-box .photo .slick-prev {
  background: url(../img/common/arrow-wh_prev.svg) 50% no-repeat;
  background-size: 100%;
  width: 27px;
  height: 27px;
  top: unset;
  right: 157px;
  bottom: 10px;
  left: unset;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .photowedding .location-sec .inner .content-box .photo .slick-prev {
    width: 30px;
    height: 30px;
    top: 50%;
    right: unset;
    bottom: unset;
    left: 10px !important;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.photowedding .location-sec .inner .content-box .photo .slick-prev::before {
  display: none;
}

@media screen and (max-width: 768px) {
  .photowedding .location-sec .inner .content-box .photo .slick-prev {
    width: 29px;
    height: 29px;
    left: 25px;
  }
}

.photowedding .location-sec .inner .content-box .photo .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.photowedding .location-sec .inner .content-box .text {
  width: 42.17%;
  margin-left: 86px;
}

@media screen and (max-width: 1279px) {
  .photowedding .location-sec .inner .content-box .text {
    margin-left: 6.5%;
  }
}

@media screen and (max-width: 1024px) {
  .photowedding .location-sec .inner .content-box .text {
    margin-left: 3%;
  }
}

@media screen and (max-width: 768px) {
  .photowedding .location-sec .inner .content-box .text {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}

.photowedding .location-sec .inner .content-box .text .midashi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 30px;
  color: #806a3b;
  font-size: 3.4rem;
  letter-spacing: 3px;
}

@media screen and (max-width: 768px) {
  .photowedding .location-sec .inner .content-box .text .midashi {
    margin-bottom: 20px;
    font-size: 2.8rem;
    line-height: 1.3;
  }
}

.photowedding .location-sec .inner .content-box .text .midashi::before {
  content: "";
  background: #b59c55;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 6px;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .photowedding .location-sec .inner .content-box .text .midashi::before {
    width: calc(100% + 20px);
    top: 26px;
  }
}

.photowedding .location-sec .inner .content-box .text .midashi > p {
  padding-right: 10px;
}

.photowedding .location-sec .inner .content-box .text .midashi i {
  width: auto;
  height: 32px;
  display: inline-block;
  position: relative;
  top: 5px;
}

@media screen and (max-width: 768px) {
  .photowedding .location-sec .inner .content-box .text .midashi i {
    height: 30px;
    top: 0;
  }
}

.photowedding .location-sec .inner .content-box .text .midashi i img {
  width: auto;
  height: 100%;
}

.photowedding .location-sec .inner .content-box .text .catch {
  max-width: 380px;
  margin-bottom: 20px;
  font-size: 1.8rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .photowedding .location-sec .inner .content-box .text .catch {
    font-size: 1.6rem;
  }
}

.photowedding .location-sec .inner .content-box .text .read {
  max-width: 380px;
  line-height: 2;
}

.photowedding .interior-sec {
  position: relative;
  padding-bottom: 130px;
}

@media screen and (max-width: 768px) {
  .photowedding .interior-sec {
    padding-bottom: 80px;
  }
}

.photowedding .interior-sec::before {
  content: "";
  background: #f0ecdc;
  width: 67.06%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .photowedding .interior-sec::before {
    width: calc(100% - 80px);
  }
}

.photowedding .interior-sec .inner .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .photowedding .interior-sec .inner .content-box {
    display: block;
  }
}

.photowedding .interior-sec .inner .content-box .photo {
  width: 57.83%;
}

@media screen and (max-width: 768px) {
  .photowedding .interior-sec .inner .content-box .photo {
    width: calc(100% - 40px);
    margin: 0 auto 60px;
  }
}

.photowedding .interior-sec .inner .content-box .photo .slide {
  height: 510px;
}

@media screen and (max-width: 768px) {
  .photowedding .interior-sec .inner .content-box .photo .slide {
    height: 89.333vw;
  }
}

.photowedding .interior-sec .inner .content-box .photo .slide figure {
  width: 100%;
  height: 100%;
  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;
}

.photowedding .interior-sec .inner .content-box .photo .slide figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.photowedding .interior-sec .inner .content-box .photo .slick-dots {
  bottom: 27px;
  padding-left: 90px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .photowedding .interior-sec .inner .content-box .photo .slick-dots {
    bottom: -25px;
    padding-left: 0;
    text-align: center;
  }
}

.photowedding .interior-sec .inner .content-box .photo .slick-dots li {
  margin: 0 1px;
}

.photowedding .interior-sec .inner .content-box .photo .slick-dots li.slick-active button:before {
  color: #b59c55;
}

.photowedding .interior-sec .inner .content-box .photo .slick-dots li button:before {
  content: "●";
  color: #c3c3c3;
}

@media screen and (max-width: 768px) {
  .photowedding .interior-sec .inner .content-box .photo .slick-dots li button:before {
    font-size: 12px;
  }
}

.photowedding .interior-sec .inner .content-box .photo .slick-next {
  background: url(../img/common/arrow-wh_next.svg) 50% no-repeat;
  background-size: 100%;
  width: 27px;
  height: 27px;
  top: unset;
  right: unset;
  bottom: 10px;
  left: 57px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .photowedding .interior-sec .inner .content-box .photo .slick-next {
    width: 30px;
    height: 30px;
    top: 50%;
    right: 10px !important;
    bottom: unset;
    left: unset;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.photowedding .interior-sec .inner .content-box .photo .slick-next::before {
  display: none;
}

@media screen and (max-width: 768px) {
  .photowedding .interior-sec .inner .content-box .photo .slick-next {
    width: 29px;
    height: 29px;
    right: 25px;
  }
}

.photowedding .interior-sec .inner .content-box .photo .slick-prev {
  background: url(../img/common/arrow-wh_prev.svg) 50% no-repeat;
  background-size: 100%;
  width: 27px;
  height: 27px;
  top: unset;
  bottom: 10px;
  left: 20px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .photowedding .interior-sec .inner .content-box .photo .slick-prev {
    width: 30px;
    height: 30px;
    top: 50%;
    right: unset;
    bottom: unset;
    left: 10px !important;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.photowedding .interior-sec .inner .content-box .photo .slick-prev::before {
  display: none;
}

@media screen and (max-width: 768px) {
  .photowedding .interior-sec .inner .content-box .photo .slick-prev {
    width: 29px;
    height: 29px;
    left: 25px;
  }
}

.photowedding .interior-sec .inner .content-box .photo .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.photowedding .interior-sec .inner .content-box .text {
  width: 42.17%;
  margin-left: calc(50% - 603px);
}

@media screen and (max-width: 1279px) {
  .photowedding .interior-sec .inner .content-box .text {
    margin-left: 6.5%;
  }
}

@media screen and (max-width: 1024px) {
  .photowedding .interior-sec .inner .content-box .text {
    margin-left: 3%;
  }
}

@media screen and (max-width: 768px) {
  .photowedding .interior-sec .inner .content-box .text {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}

.photowedding .interior-sec .inner .content-box .text .midashi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  position: relative;
  margin-bottom: 30px;
  color: #806a3b;
  font-size: 3.4rem;
  letter-spacing: 3px;
}

@media screen and (max-width: 768px) {
  .photowedding .interior-sec .inner .content-box .text .midashi {
    margin-bottom: 20px;
    font-size: 2.8rem;
    line-height: 1.3;
  }
}

.photowedding .interior-sec .inner .content-box .text .midashi::before {
  content: "";
  background: #b59c55;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 6px;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .photowedding .interior-sec .inner .content-box .text .midashi::before {
    width: calc(100% + 20px);
    top: 26px;
  }
}

.photowedding .interior-sec .inner .content-box .text .midashi > p {
  padding-right: 10px;
}

.photowedding .interior-sec .inner .content-box .text .midashi i {
  width: auto;
  height: 32px;
  display: inline-block;
  position: relative;
  top: 5px;
}

@media screen and (max-width: 768px) {
  .photowedding .interior-sec .inner .content-box .text .midashi i {
    height: 30px;
    top: 0;
  }
}

.photowedding .interior-sec .inner .content-box .text .midashi i img {
  width: auto;
  height: 100%;
}

.photowedding .interior-sec .inner .content-box .text .catch {
  max-width: 360px;
  margin-bottom: 20px;
  font-size: 1.8rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .photowedding .interior-sec .inner .content-box .text .catch {
    max-width: none;
    font-size: 1.6rem;
  }
}

.photowedding .interior-sec .inner .content-box .text .read {
  max-width: 360px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .photowedding .interior-sec .inner .content-box .text .read {
    max-width: none;
  }
}

.photowedding .photographing-sec {
  background: #fff;
  padding: 100px 0 180px;
}

@media screen and (max-width: 768px) {
  .photowedding .photographing-sec {
    padding: 0 0 100px;
  }
}

.photowedding .photographing-sec .inner .content-box {
  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;
  margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .photowedding .photographing-sec .inner .content-box {
    display: block;
    margin-bottom: 40px;
  }
}

.photowedding .photographing-sec .inner .content-box .photo {
  width: 54.1%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .photowedding .photographing-sec .inner .content-box .photo {
    width: calc(100% - 20px);
    margin-bottom: 30px;
  }
}

.photowedding .photographing-sec .inner .content-box .photo figure {
  height: 360px;
  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;
}

.photowedding .photographing-sec .inner .content-box .photo figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.photowedding .photographing-sec .inner .content-box .photo figure:first-child {
  width: calc(67% - 6px);
}

@media screen and (max-width: 768px) {
  .photowedding .photographing-sec .inner .content-box .photo figure:first-child {
    width: calc(62% - 3px);
  }
}

.photowedding .photographing-sec .inner .content-box .photo figure:last-child {
  width: calc(33% - 6px);
}

@media screen and (max-width: 768px) {
  .photowedding .photographing-sec .inner .content-box .photo figure:last-child {
    width: calc(38% - 3px);
  }
}

.photowedding .photographing-sec .inner .content-box .text {
  width: 45.9%;
  padding-left: 100px;
}

@media screen and (max-width: 1279px) {
  .photowedding .photographing-sec .inner .content-box .text {
    padding-left: 6.5%;
  }
}

@media screen and (max-width: 1024px) {
  .photowedding .photographing-sec .inner .content-box .text {
    padding-left: 3%;
  }
}

@media screen and (max-width: 768px) {
  .photowedding .photographing-sec .inner .content-box .text {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}

.photowedding .photographing-sec .inner .content-box .text .midashi {
  margin-bottom: 30px;
  color: #806a3b;
}

@media screen and (max-width: 768px) {
  .photowedding .photographing-sec .inner .content-box .text .midashi {
    margin-bottom: 20px;
  }
}

.photowedding .photographing-sec .inner .content-box .text .midashi .en {
  font-size: 3.4rem;
  letter-spacing: 3px;
}

@media screen and (max-width: 768px) {
  .photowedding .photographing-sec .inner .content-box .text .midashi .en {
    margin-bottom: 7px;
    font-size: 3rem;
    line-height: 1.3;
  }
}

.photowedding .photographing-sec .inner .content-box .text .catch {
  max-width: 420px;
  margin-bottom: 20px;
  font-size: 1.8rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .photowedding .photographing-sec .inner .content-box .text .catch {
    max-width: none;
    font-size: 1.6rem;
  }
}

.photowedding .photographing-sec .inner .content-box .text .read {
  max-width: 420px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .photowedding .photographing-sec .inner .content-box .text .read {
    max-width: none;
    margin-bottom: 40px;
  }
}

.photowedding .photographing-sec .inner .btn-box {
  width: calc(100% - 40px);
  max-width: 1106px;
  margin: 0 auto;
}

.photowedding .photographing-sec .inner .btn-box ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .photowedding .photographing-sec .inner .btn-box ul {
    display: block;
  }
}

.photowedding .photographing-sec .inner .btn-box ul li {
  width: 33%;
}

@media screen and (max-width: 768px) {
  .photowedding .photographing-sec .inner .btn-box ul li {
    width: 100%;
    margin-bottom: 10px;
  }
}

.photowedding .photographing-sec .inner .btn-box ul li:last-child {
  margin-bottom: 0;
}

.photowedding .photographing-sec .inner .btn-box ul li .link-btn {
  background: #b59c55;
  width: 100%;
  max-width: 360px;
  margin: 0;
  font-size: 1.3rem !important;
  font-weight: 700;
  border-color: #b59c55;
  width: 100%;
  max-width: 360px;
  display: block;
  position: relative;
  padding: 24px 0;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
}

.photowedding .photographing-sec .inner .btn-box ul li .link-btn::before, .photowedding .photographing-sec .inner .btn-box ul li .link-btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
}

.photowedding .photographing-sec .inner .btn-box ul li .link-btn.arrow-deco::before {
  width: 20px;
  height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 50%;
}

.photowedding .photographing-sec .inner .btn-box ul li .link-btn.arrow-deco::after {
  width: 6px;
  height: 6px;
  right: 28px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .photowedding .photographing-sec .inner .btn-box ul li .link-btn {
    width: 100%;
    max-width: none;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) {
  .photowedding .photographing-sec .inner .btn-box ul li .link-btn:hover {
    background: #fff;
    color: #b59c55;
  }
  .photowedding .photographing-sec .inner .btn-box ul li .link-btn:hover.arrow-deco::after {
    border-color: #b59c55;
  }
  .photowedding .photographing-sec .inner .btn-box ul li .link-btn:hover.arrow-deco::before {
    border-color: #b59c55;
  }
}

.photowedding .photographing-sec .inner .btn-box ul li:first-child a {
  background: transparent;
  width: 100%;
  max-width: 360px;
  display: block;
  position: relative;
  padding: 24px 0;
  border: 1px solid #b59c55;
  color: #b59c55;
  font-size: 15px;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
}

.photowedding .photographing-sec .inner .btn-box ul li:first-child a::before, .photowedding .photographing-sec .inner .btn-box ul li:first-child a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
}

.photowedding .photographing-sec .inner .btn-box ul li:first-child a.arrow-deco3::before {
  width: 20px;
  height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #b59c55;
  border-radius: 50%;
}

.photowedding .photographing-sec .inner .btn-box ul li:first-child a.arrow-deco3::after {
  width: 6px;
  height: 6px;
  right: 28px;
  border-top: 1px solid #b59c55;
  border-right: 1px solid #b59c55;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .photowedding .photographing-sec .inner .btn-box ul li:first-child a {
    width: 100%;
    max-width: none;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) {
  .photowedding .photographing-sec .inner .btn-box ul li:first-child a:hover {
    background: #b59c55;
    color: #fff;
  }
  .photowedding .photographing-sec .inner .btn-box ul li:first-child a:hover.arrow-deco3::after {
    border-color: #fff;
  }
  .photowedding .photographing-sec .inner .btn-box ul li:first-child a:hover.arrow-deco3::before {
    border-color: #fff;
  }
}

/*---------------------------------------
 * EVENT & PARTY
---------------------------------------*/
.event-party .outline-sec {
  background: #fff;
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .event-party .outline-sec {
    padding-bottom: 40px;
  }
}

.event-party .outline-sec .inner {
  width: calc(100% - 40px);
  margin: 0 auto;
}

.event-party .outline-sec .inner .catch {
  margin-bottom: 30px;
  color: #806a3b;
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .event-party .outline-sec .inner .catch {
    margin-bottom: 15px;
    font-size: 1.6rem;
    font-weight: 700;
  }
}

.event-party .outline-sec .inner .read {
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .event-party .outline-sec .inner .read {
    text-align: left;
  }
}

.event-party .partymeeting-sec {
  position: relative;
  padding: 80px 0 60px;
}

.event-party .partymeeting-sec::before {
  content: "";
  background: #f0ecdc;
  width: 73.21%;
  height: 100%;
  display: block;
  position: absolute;
  top: 80px;
  left: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.event-party .partymeeting-sec .inner .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .event-party .partymeeting-sec .inner .content-box {
    display: block;
  }
}

.event-party .partymeeting-sec .inner .content-box .photo {
  width: 60%;
  height: 495px;
}

@media screen and (max-width: 768px) {
  .event-party .partymeeting-sec .inner .content-box .photo {
    width: calc(100% - 40px);
    height: 60.267vw;
    margin: 0 auto 30px;
  }
}

.event-party .partymeeting-sec .inner .content-box .photo figure {
  width: 100%;
  height: 100%;
  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;
}

.event-party .partymeeting-sec .inner .content-box .photo figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.event-party .partymeeting-sec .inner .content-box .text {
  width: 30%;
  max-width: 415px;
}

@media screen and (max-width: 768px) {
  .event-party .partymeeting-sec .inner .content-box .text {
    width: calc(100% - 40px);
    max-width: none;
    margin: 0 auto;
  }
}

.event-party .partymeeting-sec .inner .content-box .text .midashi {
  position: relative;
  margin-bottom: 30px;
  color: #806a3b;
}

.event-party .partymeeting-sec .inner .content-box .text .midashi::before {
  content: "";
  background: #b59c55;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .event-party .partymeeting-sec .inner .content-box .text .midashi::before {
    width: calc(100% + 20px);
    bottom: 0;
  }
}

.event-party .partymeeting-sec .inner .content-box .text .midashi .en {
  display: inline-block;
  padding-right: 15px;
  font-size: 3rem;
  letter-spacing: 3px;
}

@media screen and (max-width: 768px) {
  .event-party .partymeeting-sec .inner .content-box .text .midashi .en {
    font-size: 2.8rem;
    letter-spacing: 2px;
  }
}

.event-party .partymeeting-sec .inner .content-box .text .midashi .ja {
  display: inline-block;
}

.event-party .partymeeting-sec .inner .content-box .text .catch {
  margin-bottom: 20px;
  color: #333;
  font-size: 1.8rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .event-party .partymeeting-sec .inner .content-box .text .catch {
    font-size: 1.6rem;
  }
}

.event-party .partymeeting-sec .inner .content-box .text .read {
  width: 90%;
  margin-bottom: 50px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .event-party .partymeeting-sec .inner .content-box .text .read {
    width: 100%;
    margin-bottom: 0;
  }
}

.event-party .afterparty-sec {
  position: relative;
  padding: 0 0 60px;
}

@media screen and (max-width: 768px) {
  .event-party .afterparty-sec {
    padding: 0;
  }
}

.event-party .afterparty-sec::before {
  content: "";
  background: #f0ecdc;
  width: 73.21%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.event-party .afterparty-sec .inner .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .event-party .afterparty-sec .inner .content-box {
    display: block;
    margin-bottom: 0;
  }
}

.event-party .afterparty-sec .inner .content-box .photo {
  width: 60%;
  height: 495px;
}

@media screen and (max-width: 768px) {
  .event-party .afterparty-sec .inner .content-box .photo {
    width: calc(100% - 40px);
    height: 60.267vw;
    margin: 0 auto 30px;
  }
}

.event-party .afterparty-sec .inner .content-box .photo figure {
  width: 100%;
  height: 100%;
  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;
}

.event-party .afterparty-sec .inner .content-box .photo figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.event-party .afterparty-sec .inner .content-box .text {
  width: 40%;
}

@media screen and (max-width: 768px) {
  .event-party .afterparty-sec .inner .content-box .text {
    width: calc(100% - 40px);
    max-width: none;
    margin: 0 auto;
  }
}

.event-party .afterparty-sec .inner .content-box .text .midashi {
  position: relative;
  margin-bottom: 30px;
  margin-left: 86px;
  color: #806a3b;
}

@media screen and (max-width: 1279px) {
  .event-party .afterparty-sec .inner .content-box .text .midashi {
    margin-left: 6.5%;
  }
}

@media screen and (max-width: 1024px) {
  .event-party .afterparty-sec .inner .content-box .text .midashi {
    margin-left: 3%;
  }
}

@media screen and (max-width: 768px) {
  .event-party .afterparty-sec .inner .content-box .text .midashi {
    margin-left: 0;
  }
}

.event-party .afterparty-sec .inner .content-box .text .midashi::before {
  content: "";
  background: #b59c55;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .event-party .afterparty-sec .inner .content-box .text .midashi::before {
    width: calc(100% + 20px);
    bottom: 0;
  }
}

.event-party .afterparty-sec .inner .content-box .text .midashi .en {
  display: inline-block;
  padding-right: 15px;
  font-size: 3rem;
  letter-spacing: 3px;
}

@media screen and (max-width: 768px) {
  .event-party .afterparty-sec .inner .content-box .text .midashi .en {
    font-size: 2.8rem;
    letter-spacing: 2px;
  }
}

.event-party .afterparty-sec .inner .content-box .text .midashi .ja {
  display: inline-block;
}

.event-party .afterparty-sec .inner .content-box .text .catch {
  width: 100%;
  max-width: 360px;
  margin-bottom: 20px;
  margin-left: 86px;
  font-size: 1.8rem;
  line-height: 1.8;
}

@media screen and (max-width: 1279px) {
  .event-party .afterparty-sec .inner .content-box .text .catch {
    margin-left: 6.5%;
  }
}

@media screen and (max-width: 1024px) {
  .event-party .afterparty-sec .inner .content-box .text .catch {
    margin-left: 3%;
  }
}

@media screen and (max-width: 768px) {
  .event-party .afterparty-sec .inner .content-box .text .catch {
    margin-left: 0;
    font-size: 1.6rem;
  }
}

.event-party .afterparty-sec .inner .content-box .text .read {
  width: 100%;
  max-width: 360px;
  margin-bottom: 50px;
  margin-left: 86px;
  line-height: 2;
}

@media screen and (max-width: 1279px) {
  .event-party .afterparty-sec .inner .content-box .text .read {
    margin-left: 6.5%;
  }
}

@media screen and (max-width: 1024px) {
  .event-party .afterparty-sec .inner .content-box .text .read {
    margin-left: 3%;
  }
}

@media screen and (max-width: 768px) {
  .event-party .afterparty-sec .inner .content-box .text .read {
    margin-bottom: 0;
    margin-left: 0;
  }
}

.event-party .exhibition-sec {
  position: relative;
  padding: 0 0 120px;
}

.event-party .exhibition-sec::before {
  content: "";
  background: #f0ecdc;
  width: 73.21%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.event-party .exhibition-sec .inner .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .event-party .exhibition-sec .inner .content-box {
    display: block;
  }
}

.event-party .exhibition-sec .inner .content-box .photo {
  width: 60%;
  height: 495px;
}

@media screen and (max-width: 768px) {
  .event-party .exhibition-sec .inner .content-box .photo {
    width: calc(100% - 40px);
    height: 60.267vw;
    margin: 0 auto 30px;
  }
}

.event-party .exhibition-sec .inner .content-box .photo figure {
  width: 100%;
  height: 100%;
  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;
}

.event-party .exhibition-sec .inner .content-box .photo figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.event-party .exhibition-sec .inner .content-box .text {
  width: 30%;
  max-width: 415px;
}

@media screen and (max-width: 768px) {
  .event-party .exhibition-sec .inner .content-box .text {
    width: calc(100% - 40px);
    max-width: none;
    margin: 0 auto;
  }
}

.event-party .exhibition-sec .inner .content-box .text .midashi {
  position: relative;
  margin-bottom: 30px;
  color: #806a3b;
}

.event-party .exhibition-sec .inner .content-box .text .midashi::before {
  content: "";
  background: #b59c55;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .event-party .exhibition-sec .inner .content-box .text .midashi::before {
    width: calc(100% + 20px);
    bottom: 0;
  }
}

.event-party .exhibition-sec .inner .content-box .text .midashi .en {
  display: inline-block;
  padding-right: 15px;
  font-size: 3rem;
  letter-spacing: 3px;
}

@media screen and (max-width: 768px) {
  .event-party .exhibition-sec .inner .content-box .text .midashi .en {
    font-size: 2.8rem;
  }
}

.event-party .exhibition-sec .inner .content-box .text .midashi .ja {
  display: inline-block;
}

.event-party .exhibition-sec .inner .content-box .text .catch {
  margin-bottom: 20px;
  color: #333;
  font-size: 1.8rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .event-party .exhibition-sec .inner .content-box .text .catch {
    font-size: 1.6rem;
  }
}

.event-party .exhibition-sec .inner .content-box .text .read {
  width: 90%;
  margin-bottom: 50px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .event-party .exhibition-sec .inner .content-box .text .read {
    width: 100%;
    margin-bottom: 0;
  }
}

.event-party .btns-sec {
  background: #fff;
  padding: 80px 0 120px;
}

@media screen and (max-width: 768px) {
  .event-party .btns-sec {
    padding: 40px 0 80px;
  }
}

.event-party .btns-sec .inner {
  width: calc(100% - 40px);
  max-width: 750px;
  margin: 0 auto;
}

.event-party .btns-sec .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .event-party .btns-sec .inner ul {
    display: block;
  }
}

.event-party .btns-sec .inner ul li {
  width: 48%;
}

@media screen and (max-width: 768px) {
  .event-party .btns-sec .inner ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  .event-party .btns-sec .inner ul li:last-child {
    margin-bottom: 0;
  }
}

.event-party .btns-sec .inner ul li .link-btn {
  background: #b59c55;
  width: 100%;
  margin: 0;
  font-size: 1.3rem !important;
  font-weight: 700;
  border-color: #b59c55;
  width: 100%;
  max-width: 360px;
  display: block;
  position: relative;
  padding: 24px 0;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
}

.event-party .btns-sec .inner ul li .link-btn::before, .event-party .btns-sec .inner ul li .link-btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
}

.event-party .btns-sec .inner ul li .link-btn.arrow-deco::before {
  width: 20px;
  height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 50%;
}

.event-party .btns-sec .inner ul li .link-btn.arrow-deco::after {
  width: 6px;
  height: 6px;
  right: 28px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .event-party .btns-sec .inner ul li .link-btn {
    width: 100%;
    max-width: none;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) {
  .event-party .btns-sec .inner ul li .link-btn:hover {
    background: #fff;
    color: #b59c55;
  }
  .event-party .btns-sec .inner ul li .link-btn:hover.arrow-deco::after {
    border-color: #b59c55;
  }
  .event-party .btns-sec .inner ul li .link-btn:hover.arrow-deco::before {
    border-color: #b59c55;
  }
}

.event-party .btns-sec .inner ul li:first-child a {
  background: transparent;
  width: 100%;
  max-width: 360px;
  display: block;
  position: relative;
  padding: 24px 0;
  border: 1px solid #b59c55;
  color: #b59c55;
  font-size: 15px;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
}

.event-party .btns-sec .inner ul li:first-child a::before, .event-party .btns-sec .inner ul li:first-child a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
}

.event-party .btns-sec .inner ul li:first-child a.arrow-deco3::before {
  width: 20px;
  height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #b59c55;
  border-radius: 50%;
}

.event-party .btns-sec .inner ul li:first-child a.arrow-deco3::after {
  width: 6px;
  height: 6px;
  right: 28px;
  border-top: 1px solid #b59c55;
  border-right: 1px solid #b59c55;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .event-party .btns-sec .inner ul li:first-child a {
    width: 100%;
    max-width: none;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) {
  .event-party .btns-sec .inner ul li:first-child a:hover {
    background: #b59c55;
    color: #fff;
  }
  .event-party .btns-sec .inner ul li:first-child a:hover.arrow-deco3::after {
    border-color: #fff;
  }
  .event-party .btns-sec .inner ul li:first-child a:hover.arrow-deco3::before {
    border-color: #fff;
  }
}
