@charset "UTF-8";
/*-----------------------------
//local common
-----------------------------*/
.of img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
}

/*-----------------------------
//local webfont
-----------------------------*/
/*
	@include f_sofia();
	@include f_sofia(300);
*/
.f_sofia {
  font-family: sofia-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.f_sofia_r {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.f_sofia_m {
  font-family: sofia-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
}

/*
	@include f_gro();
	Thin：@include f_gro(100);
	Light：@include f_gro(300);
	Regular：@include f_gro(400);
	Medium：@include f_gro(500);
	Bold：@include f_gro(700);
	Black：@include f_gro(900);
*/
.f_gro_t {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.f_gro_l {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.f_gro_r {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.f_gro_m {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.f_gro_b {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.f_gro_bk {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 900;
  font-style: normal;
}

/*
	@include f_gro();
	Regular：@include f_gro(400);
	Bold：@include f_gro(700);
*/
.f_min {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", 游明朝, "Yu Mincho", YuMincho, serif;
  font-weight: 400;
  font-style: normal;
}
.os-android .f_min {
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300 !important;
}

.f_min_b {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", 游明朝, "Yu Mincho", YuMincho, serif;
  font-weight: 700;
  font-style: normal;
}
.os-android .f_min_b {
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300 !important;
}

/*-----------------------------
//local parts
-----------------------------*/
.headerArea {
  position: fixed;
  top: 0;
  left: 0;
}

.cont_tit .title {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 640px) {
  .cont_tit .title {
    padding-top: 9.72vw;
    padding-bottom: 5.55vw;
  }
}
.cont_tit .title span {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", 游明朝, "Yu Mincho", YuMincho, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.7rem;
  letter-spacing: 0.18em;
  line-height: 1;
  color: #505050;
}
.os-android .cont_tit .title span {
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300 !important;
}
@media screen and (max-width: 640px) {
  .cont_tit .title span {
    font-size: 3.33vw;
  }
}
.cont_tit .title[data-txt]:before {
  content: attr(data-txt);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: sofia-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 4.2rem;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #4a4645;
}
@media screen and (max-width: 640px) {
  .cont_tit .title[data-txt]:before {
    font-size: 6.66vw;
  }
}
.cont_tit .title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 2rem);
  display: block;
  width: 4rem;
  height: 1px;
  background-color: #505050;
}
.sec_tit .title {
  position: relative;
  padding-top: 5rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .sec_tit .title {
    padding-top: 8.33vw;
  }
}
.sec_tit .title span {
  position: relative;
  padding: 0 0.5rem;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", 游明朝, "Yu Mincho", YuMincho, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.13em;
  line-height: 1;
  color: #2D2D2D;
}
.os-android .sec_tit .title span {
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300 !important;
}
@media screen and (max-width: 640px) {
  .sec_tit .title span {
    font-size: 3.33vw;
    letter-spacing: 0.05em;
  }
}
.sec_tit .title span:before, .sec_tit .title span:after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 3rem;
  height: 1px;
  background-color: #666;
}
@media screen and (max-width: 640px) {
  .sec_tit .title span:before, .sec_tit .title span:after {
    width: 2rem;
  }
}
.sec_tit .title span:before {
  left: -3rem;
}
@media screen and (max-width: 640px) {
  .sec_tit .title span:before {
    left: -2rem;
  }
}
.sec_tit .title span:after {
  right: -3rem;
}
@media screen and (max-width: 640px) {
  .sec_tit .title span:after {
    right: -2rem;
  }
}
.sec_tit .title[data-txt]:before {
  content: attr(data-txt);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.5rem;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #4a4645;
}
@media screen and (max-width: 640px) {
  .sec_tit .title[data-txt]:before {
    font-size: 6.94vw;
    letter-spacing: 0.05em;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 640px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.cf {
  zoom: 1;
}

.cf:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

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

@media screen and (max-width: 640px) {
  .img_sp {
    max-width: 100%;
    height: auto;
  }
}
section .inner {
  max-width: 1180px;
  margin: 0 auto;
}

.weddingArea > .inner, .cuisineArea .inner, .supportArea .inner, .cuisineArea .inner .sub section + section {
  position: relative;
}

.navArea > .inner {
  max-width: 1265px;
  margin: 0 auto;
}

.weddingArea > .inner:before, .weddingArea > .inner:after, .cuisineArea .inner:before, .cuisineArea .inner:after, .supportArea .inner:before, .supportArea .inner:after, .cuisineArea .inner .sub section + section:before {
  content: "";
  position: absolute;
}

@media screen and (max-width: 640px) {
  section .inner {
    width: auto;
  }
  .weddingArea > .inner:before, .weddingArea > .inner:after, .cuisineArea .inner:before, .cuisineArea .inner:after, .supportArea .inner:before, .supportArea .inner:after, .cuisineArea .inner .sub section + section:before {
    content: none;
  }
}
/* mv内要素移植 */
/* mvArea */
/* headerArea（継承） */
.headerArea {
  position: absolute;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  overflow: hidden;
  z-index: 1000;
}
@media print, screen and (min-width: 641px) {
  .headerArea {
    top: calc(100vh - 120px);
    min-width: 1030px;
  }
}
@media (min-width: 641px) and (max-height: 640px) {
  .headerArea {
    top: 520px;
  }
}

.headerArea.fix {
  position: fixed;
  top: 0 !important;
  z-index: 1000;
}

.headerArea:before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background-color: #f0ede7;
  position: absolute;
}

.headerArea .row01 {
  background-color: #f0ede7;
  position: relative;
  height: 60px;
  margin-left: 190px;
  text-align: center;
}

.headerArea .logo {
  position: absolute;
  z-index: 1;
}

.headerArea .row01 div {
  float: right;
  margin: 12px 34px 0px 0;
}

.headerArea .row01 div.cf {
  float: none;
  display: inline-block;
}

.headerArea .row01 div ul {
  float: left;
  margin-top: 1px;
}

.headerArea .row01 div ul li {
  float: left;
}

.headerArea .row01 div ul li + li {
  margin-left: 10px;
}

.headerArea .row01 div ul li a {
  display: inline-block;
  width: 140px;
  padding: 10px 0 5px;
  background-color: #a6bc4a;
  text-align: center;
}

.headerArea .row01 div ul li .request {
  width: 190px;
}

.headerArea .row01 .link_tel_wrap {
  margin-right: 30px;
  display: table;
  margin-top: 0;
  height: 34px;
}

.headerArea .row01 .link_tel {
  font-size: 0;
  vertical-align: middle;
  display: table-cell;
  float: none;
}

.headerArea .row01 .link_tel + .link_tel {
  padding-left: 10px;
}

.headerArea .row01 .link_tel img {
  display: inline-block;
  vertical-align: top;
}

@media screen and (min-width: 640px) and (max-width: 1400px) {
  .headerArea .row01 {
    height: 70px;
    margin-bottom: 10px;
  }
  .headerArea .row01 div {
    margin-top: 0;
  }
  .headerArea .row01 div ul {
    float: right;
  }
  .headerArea .row01 .link_tel_wrap {
    margin-right: 0;
    margin-left: 30%;
  }
}
@media screen and (max-width: 1024px) {
  .headerArea .row01 .logo img {
    width: 95px;
    height: auto;
  }
  .headerArea .row01 div span {
    display: inline-block;
    margin-top: 5px;
    margin-left: 10px;
  }
  .headerArea .row01 div span img {
    width: 100px;
    height: auto;
  }
  .headerArea .row02 {
    margin-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .headerSP {
    font-size: 0;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    height: 50px;
  }
  .headerSP .row01 {
    background-color: #f0ede8;
    position: relative;
    height: 50px;
    -webkit-transition: 1s;
    transition: 1s;
    top: 0;
  }
  .headerSP.hide .row01 {
    top: -50px;
  }
  .headerSP.menu .row01 {
    top: 0;
  }
  .headerSP.on .row01 {
    top: 0;
  }
  .headerSP .row01 .logo {
    float: left;
    height: 100%;
    display: block;
  }
  .headerSP .row01 .logo:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 50px;
  }
  .headerSP .row01 .logo img {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: auto;
  }
  .headerSP .menuBtn {
    width: 60px;
    height: 50px;
    position: fixed;
    z-index: 1000;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
  }
  .headerSP .menuBtn.on:after {
    background-color: #3C3C3C;
  }
  .headerSP .menuBtn .open > * {
    height: 4px;
    background-color: #a6bc4a;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 25px;
    -webkit-transition: width 0.4s;
    transition: width 0.4s;
  }
  .headerSP .menuBtn.on .open > * {
    width: 0;
  }
  .headerSP .menuBtn .open .bar1 {
    top: -16px;
  }
  .headerSP .menuBtn .open .bar3 {
    top: 16px;
  }
  .headerSP .menuBtn .close > * {
    height: 4px;
    background-color: #a6bc4a;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: width 0.4s;
    transition: width 0.4s;
  }
  .headerSP .menuBtn .close .bar1 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .headerSP .menuBtn .close .bar2 {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .headerSP .menuBtn.on .close > * {
    width: 30px;
  }
  .headerSP .menuBtn .close > * {
    width: 0;
  }
  .headerSP .nav {
    position: relative;
  }
  .headerSP .nav > .in {
    position: fixed;
    bottom: 0;
    top: 50px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .csspointerevents .headerSP .nav > .in {
    pointer-events: none;
  }
  .no-csspointerevents .headerSP .nav > .in {
    display: none;
  }
  .headerSP .nav > .in.on {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  .csspointerevents .headerSP .nav > .in.on {
    pointer-events: auto;
  }
  .no-csspointerevents .headerSP .nav > .in.on {
    display: block;
  }
  .headerSP .nav.fixed {
    top: 0 !important;
  }
  .headerSP .nav .tellink {
    display: block;
    text-align: center;
    padding: 16px 0px;
    position: relative;
    background-color: #F3F3F0;
  }
  .headerSP .nav .tellink:before {
    content: ">";
    background-color: #fff;
    font-size: 15px;
    display: block;
    width: 25px;
    height: 25px;
    background-color: #a6bc4a;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    color: #FFF;
    border-radius: 50%;
  }
  .headerSP .nav .tellink img {
    width: auto;
    height: 43px;
  }
  .headerSP .nav .link01 {
    background-color: #a6bc4a;
    display: table;
    width: 100%;
  }
  .headerSP .nav .link01 li {
    display: table-cell;
    width: 33.333%;
    vertical-align: middle;
    position: relative;
  }
  .headerSP .nav .link01 li a {
    display: block;
    padding: 10px 0;
  }
  .headerSP .nav .link01 li + li:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: #FFF;
  }
  .mvArea .img div {
    -webkit-animation: anime1 200s linear infinite;
    animation: anime1 200s linear infinite;
  }
  .mvArea .optxt01 img {
    opacity: 0;
  }
  .mvArea h1 {
    opacity: 1 !important;
  }
}
/* topics-conceptArea */
.topics-conceptArea {
  background-image: url(../img/topics-concept_bg.jpg);
  background-position: bottom center;
  background-size: cover;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  /*.topics-conceptArea {
    background-color:#78adf3;
    background-image: url(../img/topics-concept_bg_sp.jpg);
    background-size: 100% auto;
    background-repeat:no-repeat;
    margin-top: 0;
  }*/
  .topics-conceptArea {
    position: relative;
    z-index: 0;
    background-color: #78adf3;
    background-image: none;
    /*background-image: url(../img/topics-concept_bg_sp.jpg);
    background-size: 100% auto;
    background-repeat:no-repeat;*/
    margin-top: 0;
  }
  .topics-conceptArea:before {
    position: absolute;
    content: "";
    /*top: 0;*/
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    display: block;
    height: 212.3rem;
    background-image: url(../img/topics-concept_bg_sp.jpg);
    background-size: 100% auto;
    background-position: center bottom;
    background-repeat: no-repeat;
    margin-top: 0;
    pointer-events: none;
    -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, color-stop(30%, black), color-stop(50%, rgba(0, 0, 0, 0)), to(transparent));
    -webkit-mask-image: linear-gradient(0deg, black 30%, rgba(0, 0, 0, 0) 50%, transparent);
            mask-image: -webkit-gradient(linear, left bottom, left top, color-stop(30%, black), color-stop(50%, rgba(0, 0, 0, 0)), to(transparent));
            mask-image: linear-gradient(0deg, black 30%, rgba(0, 0, 0, 0) 50%, transparent);
  }
}
.topicsArea {
  margin-top: 0;
  text-align: center;
  padding-top: 50px;
}

.topicsArea > h1 {
  margin-bottom: 15px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .topicsArea > h1 {
    margin-bottom: 0;
  }
}
.topicsArea .contentWrap {
  position: relative;
  overflow: hidden;
  margin-bottom: 100px;
}

.topicsArea .content {
  position: relative;
  top: 0;
  left: 50%;
  width: 30000px;
  text-align: left;
  font-size: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.topicsArea section, .topicsArea .topicslink {
  display: inline-block;
  position: relative;
  width: 350px;
  padding: 25px 20px 25px;
  border-top: 2px solid #af9967;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  z-index: 10;
  opacity: 0.5;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.topicsArea section.special:after, .topicsArea .topicslink.special:after {
  background-color: #af9967;
}

.topicsArea section.special:hover:after, .topicsArea .topicslink.special:hover:after {
  background-color: #b8a478 !important;
}

.topicsArea section.special div, .topicsArea .topicslink.special div {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 10px;
}

.topicsArea section.special div p, .topicsArea .topicslink.special div p {
  float: none;
  margin-bottom: 20px;
}

.topicsArea section.special div h1, .topicsArea .topicslink.special div h1 {
  margin: 0 10px;
  padding: 5px 5px 3px;
  text-align: left;
  background-color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
  color: #af9967;
  position: static;
}

.topicsArea section.special dt, .topicsArea .topicslink.special dt {
  font-weight: bold;
  color: #fff;
  margin-bottom: 5px;
}

.topicsArea section.special dd, .topicsArea .topicslink.special dd {
  color: #fff;
}

.topicsArea section:hover, .topicsArea .topicslink:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}

.topicsArea section:after, .topicsArea .topicslink:after {
  content: "";
  width: 350px;
  height: 1000%;
  margin-left: -20px;
  background-color: #fff;
  display: block;
  position: absolute;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  top: 0;
}

.no-touchevents .topicsArea section:hover:after, .no-touchevents .topicsArea .topicslink:hover:after {
  background-color: #fbfbf6;
}

.topicsArea .active {
  opacity: 1;
}

.topicsArea section + section, .topicsArea .topicslink + .topicslink {
  margin-left: 30px;
}

.topicsArea section span, .topicsArea .topicslink span {
  position: absolute;
  top: 0;
  left: auto;
  width: 55px;
  height: 68px;
  padding-top: 7px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../img/topics_label.png);
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
  text-align: center;
  z-index: 1;
}

@media screen and (min-width: 641px) {
  .topicsArea .topicslink span.unique_date {
    font-size: 1.4rem;
  }
}
.topicsArea section div, .topicsArea .topicslink div {
  position: relative;
  margin-bottom: 20px;
  z-index: 1;
}

.topicsArea section div h1, .topicsArea .topicslink div h1 {
  position: absolute;
  top: 40%;
  right: 180px;
  left: 0;
  text-align: center;
}

.topicsArea section div h1 img, .topicsArea .topicslink div h1 img {
  width: auto;
  height: 40px;
}

.topicsArea section div .img_h45 img, .topicsArea .topicslink div .img_h45 img {
  width: auto;
  height: 45px;
}

.topicsArea .topicslink div .quo {
  position: absolute;
  bottom: 0;
  right: 180px;
  left: 0;
  text-align: center;
  margin-bottom: 0;
}

.topicsArea section div p, .topicsArea .topicslink div p {
  overflow: hidden;
  float: right;
}

.topicsArea section dl, .topicsArea .topicslink dl {
  clear: both;
  color: #666;
  line-height: 1.6;
  text-align: left;
  position: relative;
  z-index: 1;
}

.topicsArea section dt, .topicsArea .topicslink dt {
  margin-bottom: 15px;
  font-size: 16px;
  font-size: 1.6rem;
}

.topicsArea section dd, .topicsArea .topicslink dd {
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (max-width: 640px) {
  .topicsArea .contentWrap {
    margin-bottom: 20px;
  }
  .topicsArea {
    margin: 0 20px 24%;
    padding-top: 35px;
  }
  .topicsArea > h1 img {
    width: auto;
    height: 12vw;
  }
  /*add210906*/
  .topicsArea > h1 {
    margin-bottom: 2rem;
  }
  .fairWrap + .fairWrap {
    margin-top: 3rem;
  }
  .fairWrap .decoTit {
    text-align: center;
    margin: auto;
    margin-bottom: 3rem;
    overflow: hidden;
  }
  .fairWrap .decoTit span {
    position: relative;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    padding: 0.5rem 1rem;
  }
  .fairWrap .decoTit span:before,
  .fairWrap .decoTit span:after {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .fairWrap .decoTit span:before {
    left: calc(50% - 50vw);
    right: 100%;
  }
  .fairWrap .decoTit span:after {
    left: 100%;
    right: calc(50% - 50vw);
  }
  .fairWrap .topicslink {
    opacity: 1;
    -webkit-transition: 1s;
    transition: 1s;
  }
  /*.fairWrap .topicslink:nth-of-type(n + 5) {
  	display: none;
  	opacity: 0;
  }*/
  /*.fairWrap .more {
  	display: block;
  	width: 100%;
  	padding: 12px 0;
  	border: 1px solid #fff;
  	font-size: 1.3rem;
  	line-height: 1;
  	margin-top: 20px;
  	color: #fff;
  }*/
  .topicsArea .content {
    margin: 0 !important;
    -webkit-transform: none !important;
    transform: none !important;
    width: auto;
    position: static;
  }
  /*.topicsArea .content .topicslink:not(.dammy) {
    display:block;
    opacity:1;
  }*/
  /*.topicsArea .content .topicslink.dammy {
    display:none!important;
  }*/
  .topicsArea:not(.show) .content .topicslink.hide {
    /* dammy 5 + 表示領域 4 + 1 の数値 （js内の「closeEleIndex」の数値を変更した場合はこちらの値も変えること） */
    display: none;
  }
  .btns01 {
    display: none;
  }
  .topicsArea .content .topicslink {
    width: auto;
    min-height: 14rem;
    margin: 0;
    padding: 1rem 1rem 1rem 10rem;
    background-color: rgba(255, 255, 255, 0.8);
    border-top: 0;
    position: relative;
  }
  .topicsArea .content .topicslink + .topicslink {
    margin-top: 2rem;
  }
  .topicsArea .content .topicslink:after {
    content: none;
  }
  .topicsArea .content .cf {
    position: static;
  }
  .topicsArea .content .cf h1 {
    text-align: left;
    position: absolute;
    top: 1.4rem;
    left: 10rem;
  }
  .topicsArea .content .cf h1 img {
    height: 1.2rem;
    width: auto;
  }
  .topicsArea .content .cf .img_h45 img {
    height: 1.6rem;
    width: auto;
  }
  .topicsArea .content .topicslink span {
    padding: 0;
    background: none;
    display: block;
    width: auto;
    height: auto;
    font-size: 1.2rem;
    line-height: 1;
    text-align: right;
    color: #666;
    position: absolute;
    top: 1.4rem;
    right: 1rem;
  }
  .topicsArea .content .topicslink span small:before {
    content: "（";
  }
  .topicsArea .content .topicslink span small:after {
    content: "）";
  }
  .topicsArea .content .topicslink span br {
    display: none !important;
  }
  .topicsArea .content .cf p {
    width: 8rem;
    height: 8rem;
    position: absolute;
    top: 1rem;
    left: 1rem;
  }
  .topicsArea .content .cf p img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .topicsArea .content .fairWrap + .fairWrap {
    /*.topicslink {
    }*/
  }
  .topicsArea .content .fairWrap + .fairWrap .cf h1 {
    left: 1rem;
  }
  .topicsArea .content .fairWrap + .fairWrap .cf p {
    margin-top: 3.2rem;
  }
  .topicsArea .content .fairWrap + .fairWrap dl {
    position: relative;
  }
  .topicsArea .content .fairWrap + .fairWrap dl:before {
    content: "";
    position: absolute;
    top: 0;
    left: -9rem;
    right: 0;
    height: 1px;
    background-color: #666;
  }
  .topicsArea .content .fairWrap + .fairWrap dl dt {
    border-top: none;
  }
  .topicsArea .content .topicslink .quo {
    left: 1rem;
    top: 10rem;
    width: 8rem;
    text-align: center;
  }
  .topicsArea .content .topicslink .quo img {
    width: auto;
    height: 3rem;
  }
  .topicsArea .content .topicslink .quo.only img {
    width: auto;
    height: 1.6rem;
  }
  .topicsArea .content dl dt {
    margin-top: 2.4rem;
    margin-bottom: 0.5rem;
    border-top: 1px solid;
    padding-top: 0.5rem;
    font-size: 1.1rem;
  }
  .topicsArea .content dl dd {
    font-size: 0.9rem;
    letter-spacing: -0.04em;
  }
  .topicsArea .moreBtn {
    margin-top: 25px;
  }
  .topicsArea .moreBtn {
    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;
    height: 4.2rem;
    width: 100%;
    background-color: #a6bc4a;
    color: #fff;
    font-size: 1.4rem;
  }
  /*.topicsArea .moreBtn:not(.show) {
    display:none !important;
  }*/
}
.conceptArea {
  position: relative;
  padding-bottom: 870px;
  text-align: center;
}

.conceptArea h1 {
  margin-bottom: 50px;
}

.conceptArea .txt {
  color: #555;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
}

.conceptArea .txt + .txt {
  margin-top: 20px;
}

@media screen and (max-width: 640px) {
  .conceptArea {
    padding-bottom: 245px;
  }
  .conceptArea h1 {
    margin-bottom: 7%;
  }
  .conceptArea .txt {
    font-size: 1.2rem;
  }
}
.btns01 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 1185px;
  height: 100%;
  width: 100%;
}

.btns01 button {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 11;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.btns01 button.next {
  right: 0;
}

.btns01 button.prev {
  left: 0;
}

.btns01 button:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  background-color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.topicsArea .btns01 button:before {
  border-radius: 50%;
  background-color: #af9967;
}

.no-touchevents .btns01 button:hover:before {
  background-color: rgba(255, 255, 255, 0.95);
}

.no-touchevents .topicsArea .btns01 button:hover:before {
  background-color: rgba(175, 153, 103, 0.95);
}

.btns01 button:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 2px solid #666;
}

.topicsArea .btns01 button:after {
  border-top: 2px solid #fff;
}

.btns01 button.next:after {
  border-right: 2px solid #666;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 3px;
}

.topicsArea .btns01 button.next:after {
  border-right: 2px solid #fff;
}

.btns01 button.prev:after {
  border-left: 2px solid #666;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: -3px;
}

.topicsArea .btns01 button.prev:after {
  border-left: 2px solid #fff;
}

@media print, screen and (max-width: 640px) {
  .btns01 button {
    width: 55px;
    height: 55px;
  }
  .btns01 button:before {
    width: 25px;
    height: 25px;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .btns01 button:after {
    width: 4px;
    height: 4px;
    border-top: 1px solid #6c6d68;
  }
  .btns01 button.prev:after {
    right: 0;
    border-left: 1px solid #6c6d68;
  }
  .btns01 button.next:after {
    border-right: 1px solid #6c6d68;
  }
  .no-touchevents .btns01 button:hover:before {
    background-color: black;
  }
}
/* flickArea */
.flickArea {
  padding-top: 50%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

/* imgWrapArea */
@media print, screen and (max-width: 640px) {
  .imgWrapArea {
    overflow: hidden;
  }
  .imgWrapArea .in {
    position: relative;
    margin: 0 7%;
    overflow: hidden;
  }
  .imgWrapArea .in .flickarea {
    padding-top: 50%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
  }
  .imgWrapArea .in .btns01 {
    padding-top: 64%;
    height: 0;
  }
  .imgWrapArea .in .pager01 {
    padding-top: 64%;
    top: 0;
    height: 0;
  }
  .imgWrapArea .in .pager01 li {
    background-color: #CCB89D;
    margin-top: 12px;
  }
  .imgWrapArea .in .pager01 li.active {
    background-color: #a6bc4a;
  }
  .imgWrapArea .in .imgWrap {
    position: relative;
  }
  .imgWrapArea .in .imgWrap > * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 1%;
    position: absolute;
    top: 0;
    width: 100%;
    margin: 0 !important;
  }
  .imgWrapArea .in .imgWrap > div > p {
    position: static;
    margin-bottom: 40px;
  }
  .imgWrapArea .in .imgWrap > div > p > img {
    width: 100%;
    height: auto;
  }
  .imgWrapArea .in .imgWrap > div dl {
    opacity: 0;
    -webkit-transition: 1s;
    transition: 1s;
  }
  .imgWrapArea .in .imgWrap > div.active dl {
    opacity: 1;
  }
  .imgWrapArea .in .imgWrap > div dd {
    margin: 0;
    padding: 0;
    line-height: 19px;
    line-height: 1.9rem;
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (min-width: 641px) {
  .imgWrapArea .imgWrap {
    -webkit-transform: none !important;
    transform: none !important;
  }
  .imgWrapArea .dammy, .imgWrapArea .pager01, .imgWrapArea .flickarea, .imgWrapArea .btns01 {
    display: none;
  }
  .weddingArea .inner div {
    left: 0 !important;
  }
}
@media print, screen and (max-width: 1300px) {
  .imgWrapArea .imgWrap {
    padding: 0 3%;
  }
}
/* navArea */
.navArea {
  padding: 100px 0 0;
  background: #e4e0d7 url(../img/bg_top.png) repeat-x;
  background-position: 0 7px;
  text-align: center;
}

.navArea section {
  display: inline-block;
  position: relative;
  width: 29.3%;
  height: 570px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  vertical-align: top;
}

.navArea section:after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border: 1px solid #e4e0d7;
}

.navArea section + section {
  margin-left: 4.5%;
}

.navArea section .nav_img {
  margin-bottom: 30px;
}

.navArea section .nav_img img {
  max-width: 100%;
  height: auto;
}

.navArea section h1 {
  position: relative;
  margin-bottom: 22px;
}

.navArea section h1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 333px;
  height: 167px;
  margin-left: -166px;
  background: url(../img/nav_title_bg.png);
  background-size: cover;
}

.navArea section .txt01 {
  margin-bottom: 22px;
}

.navArea section .txt01 img {
  height: auto;
}

.navArea section .txt02 {
  margin: 0 45px 15px;
  color: #666;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.8;
  text-align: left;
}

.navArea section .btn {
  position: relative;
  z-index: 1;
}

.navArea section .btn a {
  display: block;
  width: 200px;
  margin: 0 auto 25px;
  padding: 14px 0;
  background-color: #a7c961;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
}

.navArea .nav_bottom_img {
  clear: both;
  margin-top: 100px;
}

.navArea section.sp {
  display: none;
}

.navArea .imgslide01 {
  overflow: hidden;
  position: relative;
  margin-top: 100px;
  margin-bottom: 3px;
}

@media print, screen and (max-width: 1300px) {
  .navArea > .inner {
    padding: 0 5%;
  }
  .navArea section {
    width: 32%;
  }
  .navArea section + section {
    margin-left: 1%;
  }
  .navArea section .txt02 {
    margin: 0 7% 15px;
  }
}
@media print, screen and (min-width: 641px) {
  .navArea .imgslide01, .navArea .imgslide01 div {
    height: 630px !important;
  }
  .navArea .imgslide01 div {
    width: 5760px !important;
  }
}
@media screen and (min-width: 640px) and (max-width: 1260px) {
  .navArea section h1:before {
    top: 0;
    right: 7%;
    bottom: -50%;
    left: 7%;
    width: auto;
    height: auto;
    margin-left: 0;
  }
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
  .navArea section {
    height: auto;
  }
  .navArea section h1 img {
    width: 55%;
    height: auto;
  }
  .navArea section .txt01 img {
    width: 85%;
  }
  .navArea section .btn a {
    width: auto;
    margin: 0 15px 25px;
  }
}
@media print, screen and (max-width: 640px) {
  .navArea .imgslide01, .navArea .imgslide01 div {
    height: 311px !important;
  }
  .navArea .imgslide01 div {
    width: 2880px !important;
  }
  .navArea .imgslide01 {
    margin-top: 20px;
  }
}
.navArea .imgslide01 div {
  background-image: url(../img/nav_bottom_img.jpg);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -webkit-animation: anime2 50s linear infinite;
  animation: anime2 50s linear infinite;
  background-position: top left;
  background-size: auto 100%;
}

@-webkit-keyframes anime2 {
  0% {
    -webkit-transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-33.33333%);
  }
}
@keyframes anime2 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-33.33333%);
    transform: translateX(-33.33333%);
  }
}
@media screen and (max-width: 640px) {
  .navArea {
    padding: 15px 0 0;
    background-image: none;
  }
  .navArea section.pc {
    display: none;
  }
  .navArea section.sp {
    display: inline-block;
  }
  .navArea section {
    width: auto;
    height: auto;
    padding: 15px 0 0;
    background: #fff url(../img/bg_top.png) repeat-x;
    background-position: 0 1px;
  }
  .navArea section + section {
    margin-left: 0;
  }
  .navArea section:after {
    content: none;
  }
  .navArea section p img {
    width: 100%;
    vertical-align: bottom;
  }
  .navArea section ul {
    background-color: #fff;
  }
  .navArea section li {
    float: left;
    width: 33.3%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .navArea section li + li {
    border-left: 1px solid #f9f9f7;
  }
  .navArea section li a {
    display: block;
    padding-top: 16px;
    padding-bottom: 5px;
    text-align: center;
  }
  .navArea .nav_bottom_img {
    margin-top: 20px;
  }
  .navArea .nav_bottom_img img {
    width: 100%;
  }
}
/* weddingArea */
.weddingArea {
  overflow: hidden;
  padding: 90px 0 150px;
  background: #e4e0d7 url(../img/bg_top.png) repeat-x;
  background-position: 0 7px;
}

.weddingArea .inner h1 {
  position: relative;
  margin-bottom: 5rem;
  text-align: center;
}

.weddingArea .inner .txt01 {
  margin-bottom: 10px;
  text-align: center;
  line-height: 4;
}

.weddingArea .inner .txt02 {
  margin-bottom: 60px;
  color: #666;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 24px;
  line-height: 2.4rem;
  text-align: center;
}

.weddingArea section {
  padding: 20px 0 0;
}

.weddingArea .ceremony {
  padding-bottom: 140px;
}

.weddingArea .party {
  padding-top: 0;
}

.weddingArea section > h1 {
  margin-bottom: 25px;
  text-align: center;
}

.weddingArea .party > h1 {
  margin-bottom: 19px;
}

.weddingArea section > .txt01 {
  margin-bottom: 35px;
  text-align: center;
}

.weddingArea .party > .txt01 {
  margin-bottom: 36px;
}

.weddingArea section > .txt02 {
  margin-bottom: 15px;
  color: #666;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 24px;
  line-height: 2.4rem;
  text-align: center;
}

.weddingArea section > .txt03 {
  margin-bottom: 40px;
  color: #666;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
}

.weddingArea .party > .txt03 {
  margin-bottom: 60px;
  font-size: 12px;
  font-size: 1.2rem;
}

.weddingArea .inner div {
  float: left;
  width: 32.3%;
}

.weddingArea .inner div + div {
  margin-left: 1.5%;
}

.weddingArea .inner .dammy + div {
  margin-left: 0;
}

.weddingArea .inner .second {
  position: relative;
  height: 440px;
}

.weddingArea .party .inner .second {
  height: 470px;
}

.weddingArea .inner p img {
  max-width: 100%;
  height: auto;
}

.weddingArea .inner .second p {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.weddingArea .inner div dl {
  margin-top: 35px;
}

.weddingArea .party .inner div dl {
  margin-top: 37px;
}

.weddingArea .inner div dl {
  margin-top: 35px;
}

.weddingArea .inner .second dl {
  margin-top: 25px;
}

.weddingArea .party .inner .second dl {
  margin-top: 21px;
}

.weddingArea .inner div dt {
  margin-bottom: 15px;
  line-height: 2;
  text-align: center;
}

.weddingArea .inner div dt {
  margin-bottom: 15px;
  line-height: 2;
  text-align: center;
}

.weddingArea .party .inner div dt {
  margin-bottom: 13px;
  line-height: 1.7;
}

.weddingArea .party .inner .second dt {
  margin-bottom: 18px;
  line-height: 1.7;
}

.weddingArea .inner div dd {
  width: 100%;
  margin: 0 auto;
  color: #666;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 22px;
  line-height: 2.2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px;
}

.weddingArea .inner .second dd {
  margin-bottom: 40px;
}

.weddingArea .column {
  margin: 60px auto 0;
  padding: 0 40px;
  max-width: 1180px;
  position: relative;
}

.weddingArea .column .inner {
  position: relative;
  z-index: 1;
  padding: 70px;
  height: 440px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}

.weddingArea .column .inner:before, .weddingArea .column .inner:after {
  content: "";
  display: block;
  position: absolute;
}

.weddingArea .column .inner:before {
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  border: 1px solid #e2e0d6;
  margin: 10px;
  background-image: url(../img/column_deco.png);
  background-position: calc(100% + 10px) calc(100% + 10px);
  background-repeat: no-repeat;
  background-size: 196px 182px;
}

.weddingArea .column .inner:after {
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background-color: #f9f9f7;
  z-index: -1;
}

.weddingArea .column .inner .tab {
  position: absolute;
  top: -6px;
  left: 40px;
}

.weddingArea .column .inner .tab > span {
  display: inline-block;
  height: 0;
  width: 83px;
  padding-top: 126px;
  margin-right: 10px;
  overflow: hidden;
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.weddingArea .column .inner .tab > img {
  position: relative;
  top: 0px;
}

.weddingArea .column .inner .ph {
  max-width: 500px;
  width: 50%;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: -70px;
}

.weddingArea .column .inner .ph img {
  width: 100%;
  height: auto;
}

.weddingArea .column .inner .txt_box {
  margin-top: 70px;
  width: 49%;
  padding-right: 51%;
  position: relative;
}

.weddingArea .column .inner .txt_box .cp {
  margin-bottom: 40px;
  line-height: 1;
}

.weddingArea .column .inner .txt_box .cp img {
  width: 100%;
  height: auto;
}

.weddingArea .column .inner .txt_box .txt {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2.15;
  color: #666;
}

.weddingArea .column.chapel .tab > span {
  background-image: url(../img/column_chapel_tab.png);
}

.weddingArea .column.chapel .txt_box .cp {
  max-width: 370px;
}

.weddingArea .column.garden .tab > span {
  background-image: url(../img/column_topics_tab.png);
}

.weddingArea .column.garden .txt_box .cp {
  max-width: 420px;
}

@media screen and (max-width: 900px) {
  .weddingArea .inner div dd {
    padding: 0 15px;
  }
}
@media screen and (min-width: 641px) and (max-width: 900px) {
  .weddingArea .inner div dt img {
    width: auto;
    height: 40px;
  }
  .weddingArea .inner .second {
    height: 350px;
  }
  .weddingArea .party .inner .second {
    height: 350px;
  }
  .weddingArea .party .inner div dt img {
    height: 60px;
  }
}
@media screen and (max-width: 640px) {
  .weddingArea {
    padding: 40px 0 0;
    background-color: #f0ede8;
  }
  .weddingArea .inner h1 {
    margin-bottom: 10px;
  }
  .weddingArea .inner h1 img {
    width: auto;
    height: 55px;
    margin: 0 auto;
  }
  .weddingArea .inner .txt01 {
    margin-bottom: 7px;
    line-height: 2;
  }
  .weddingArea .inner .txt01 img {
    margin-bottom: 3px;
  }
  .weddingArea .inner .txt02 {
    margin: 0 20px 25px;
    font-size: 1.1rem;
    text-align: left;
    line-height: 19px;
    line-height: 1.9rem;
  }
  .weddingArea section {
    padding: 20px 0 70px;
  }
  .weddingArea .ceremony {
    padding: 13px 0 60px;
  }
  .weddingArea .party {
    padding-top: 10px;
  }
  .weddingArea section > h1 {
    margin-bottom: 5%;
  }
  .weddingArea .party > h1 {
    margin-bottom: 20px;
  }
  .weddingArea section > .txt01 {
    margin-bottom: 15px;
  }
  .weddingArea .party > .txt01 {
    margin-bottom: 15px;
  }
  .weddingArea section > .txt02 {
    margin: 0 20px 5px;
    margin-bottom: 10px;
    color: #666;
    font-size: 1.1rem;
    text-align: left;
    line-height: 19px;
    line-height: 1.9rem;
  }
  .weddingArea section > .txt03 {
    margin-bottom: 25px;
    font-size: 10px;
    font-size: 1rem;
  }
  .weddingArea .party > .txt03 {
    margin-bottom: 25px;
  }
  .weddingArea .inner div {
    float: none;
    width: 100%;
  }
  .weddingArea .inner div + div {
    margin-top: 25px;
    margin-left: 0;
  }
  .weddingArea .inner .second {
    height: auto;
    position: absolute;
  }
  .weddingArea .party .inner .second {
    height: auto;
    position: absolute;
  }
  .weddingArea .inner div p img {
    max-width: 100%;
    height: auto;
  }
  .weddingArea .inner .second p {
    position: inherit;
    bottom: auto;
  }
  .weddingArea .inner div dl {
    margin-top: 25px;
  }
  .weddingArea .inner div dt {
    margin-bottom: 5px;
    text-align: center;
  }
  .weddingArea .party .inner div dt {
    margin-bottom: 5px;
  }
  .weddingArea .ceremony .inner div dt img {
    width: auto;
    height: 37px;
  }
  .weddingArea .party .inner div dt img {
    width: auto;
    height: 62px;
  }
  .weddingArea .inner div dd {
    width: auto;
    margin: 0 20px;
    font-size: 1.1rem;
  }
  .weddingArea .inner .second dd {
    margin-bottom: 0;
  }
  .weddingArea .column {
    margin: 40px auto 0;
    padding: 0 30px;
    position: relative;
  }
  .weddingArea .column .inner {
    position: relative;
    z-index: 1;
    padding: 10px 25px 20px;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
  }
  .weddingArea .column .inner:before, .weddingArea .column .inner:after {
    content: "";
    display: block;
    position: absolute;
  }
  .weddingArea .column .inner:before {
    margin: 3px;
    border: 1px solid #e2e0d6;
    background-position: right 14%;
    background-size: 17% auto;
  }
  .weddingArea .column .inner:after {
    top: 7px;
    bottom: 7px;
    left: 7px;
    right: 7px;
    background-color: #f9f9f7;
  }
  .weddingArea .column .inner .tab {
    position: relative;
    text-align: center;
    top: 0;
    left: 0;
  }
  .weddingArea .column .inner .tab > span {
    position: absolute;
    top: -13px;
    left: -10px;
    display: inline-block;
    height: 0;
    width: 46px;
    padding-top: 68px;
    margin-right: 0;
  }
  .weddingArea .column .inner .tab > img {
    position: relative;
    top: 0px;
    width: 78%;
    /*-webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);*/
  }
  .weddingArea .column .inner .ph {
    float: none;
    max-width: 200%;
    width: 108%;
    padding: 0;
    margin-left: -4%;
    margin-right: -4%;
    margin-bottom: 10px;
    position: static;
  }
  .weddingArea .column .inner .ph img {
    width: 100%;
    height: auto;
  }
  .weddingArea .column .inner .txt_box {
    float: none;
    margin-top: 0;
    width: 100%;
    padding-right: 0;
  }
  .weddingArea .column .inner .txt_box .cp {
    margin-bottom: 20px;
    width: 100%;
    height: 0;
    padding-top: 26.2%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .weddingArea .column .inner .txt_box .cp img {
    display: none;
  }
  .weddingArea .column .inner .txt_box .txt {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.77;
  }
  .weddingArea .column.chapel .cp {
    background-image: url(../img/column_chapel_cp_sp.png);
  }
  .weddingArea .column.chapel .tab > span {
    background-image: url(../img/column_chapel_tab.png);
  }
  .weddingArea .column.garden .cp {
    padding-top: 25%;
    background-image: url(../img/column_garden_cp_sp.png);
  }
  .weddingArea .column.garden .tab > span {
    background-image: url(../img/column_topics_tab.png);
  }
}
/* slidePhotoArea */
.slidePhotoArea {
  overflow: hidden;
  margin-bottom: 20px;
}

.slidePhotoArea .in {
  position: relative;
  max-width: 1070px;
  margin: auto;
  padding: 0 100px;
}

.slidePhotoArea .btns01 {
  max-width: 1020px;
}

.slidePhotoArea.disable .btns01 {
  display: none !important;
}

.slidePhotoArea .slide {
  position: relative;
  margin-bottom: 0;
  padding-top: 56.2%;
  font-size: 0;
}

.weddingArea .ceremony + .slidePhotoArea .slide {
  margin-bottom: 20px;
}

.slidePhotoArea .slide > * {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
  text-align: left;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.slidePhotoArea.disable .slide > * {
  opacity: 1;
}

.slidePhotoArea .slide > *.active {
  opacity: 1;
}

.slidePhotoArea .slide > * img {
  width: 100%;
  height: auto;
}

.slidePhotoArea.disable .pager01 {
  display: none !important;
}

@media screen and (min-width: 641px) and (max-width: 900px) {
  .slidePhotoArea .slide {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 640px) {
  .slidePhotoArea .in {
    padding: 0 5%;
  }
  .slidePhotoArea .btns .prev {
    left: 10px;
  }
  .slidePhotoArea .btns .next {
    right: 10px;
  }
  .slidePhotoArea .slide {
    margin-bottom: 10px;
  }
  .slidePhotoArea .slide li {
    padding: 0;
  }
  .slidePhotoArea .pager01 {
    display: none;
  }
}
/* pager01 */
.pager01 {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  text-align: center;
}

.pager01 li {
  width: 10px;
  height: 10px;
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 50%;
  cursor: pointer;
  z-index: 11;
  position: relative;
}

.pager01 li + li {
  margin-left: 20px;
}

.no-touchevents .pager01 li:hover, .pager01 li.active {
  background-color: #8E8066;
}

@media screen and (max-width: 640px) {
  .slidePhotoArea .in {
    padding: 0;
  }
}
/* commonBtn01 */
.commonBtn01 {
  width: 35px;
  height: 35px;
  background-color: #000;
  position: relative;
  border-radius: 50%;
}

.commonBtn01.type01 {
  width: 50px;
  height: 50px;
}

.commonBtn01:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.commonBtn01:before {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  bottom: -20px;
  right: -20px;
  left: -20px;
  background-color: rgba(0, 0, 0, 0);
}

.no-touchevents .commonBtn01, .no-touchevents .commonBtn01:after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.commonBtn01.prev:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  left: 5px;
}

.commonBtn01.next:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 5px;
}

.no-touchevents .commonBtn01:hover {
  background-color: #FFFFFF;
}

.no-touchevents .commonBtn01:hover:after {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}

.no-touchevents .commonBtn01.prev:hover:after {
  left: 0;
}

.no-touchevents .commonBtn01.next:hover:after {
  right: 0;
}

/* orijinalArea */
.weddingArea .orijinalArea {
  max-width: 1180px;
  margin: 64px auto 0;
  padding: 60px 30px 20px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.orijinalArea .lead {
  margin-bottom: 30px;
  text-align: center;
}

.orijinalArea .txt {
  margin-bottom: 55px;
  color: #666;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.8;
  text-align: center;
}

.orijinalArea .imgWrapArea .imgWrap {
  margin-right: -0.7%;
  padding: 0;
}

.weddingArea .orijinalArea .inner div {
  width: 49%;
  /*width: 32.6%;*/
  margin-right: 0.7%;
}

.weddingArea .orijinalArea .inner div + div {
  margin-left: 0;
}

.weddingArea .orijinalArea .inner .second p {
  position: static;
}

.orijinalArea dl {
  height: 227px;
  margin-top: 10px;
  padding-top: 55px;
  background: url(../img/orijinal_bg.jpg) no-repeat right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.orijinalArea dd {
  margin-top: 20px;
  color: #666;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.8;
}

@media screen and (min-width: 640px) and (max-width: 1260px) {
  .weddingArea .orijinalArea {
    margin: 125px 3% 0;
  }
}
@media screen and (max-width: 640px) {
  .btns01 button.prev {
    left: 0;
  }
  .btns01 button.next {
    right: 0;
  }
  .weddingArea .orijinalArea {
    margin: 63px 3% 0;
    padding: 12% 0 0;
  }
  .weddingArea .orijinalArea .imgWrapArea .in .flickarea {
    padding-top: 143%;
  }
  .weddingArea .orijinalArea .btns01 button.prev {
    left: 0%;
  }
  .weddingArea .orijinalArea .btns01 button.next {
    right: 0%;
  }
  .orijinalArea .lead {
    margin-bottom: 6%;
  }
  .orijinalArea .lead img {
    max-width: 84%;
  }
  .orijinalArea .txt {
    margin-bottom: 28px;
    text-align: left;
    padding: 0 7%;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .orijinalArea .txt br {
    display: none;
  }
  .orijinalArea .btns01 {
    bottom: 0;
  }
  .orijinalArea .imgWrapArea .pager01 {
    top: auto;
    bottom: 10px;
    height: auto;
  }
  .weddingArea .orijinalArea .inner div {
    width: 100%;
  }
  .orijinalArea dl {
    height: auto;
    margin-top: 25px;
    padding-top: 0;
    padding-bottom: 40%;
    background-position: bottom;
    background-size: contain;
  }
  .orijinalArea dt {
    text-align: center;
  }
  .orijinalArea dt img + img {
    margin-top: 5px;
  }
  .orijinalArea dd {
    margin-top: 3%;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0 7%;
    line-height: 1.6;
  }
}
/* cuisineArea */
.cuisineArea {
  overflow: hidden;
  position: relative;
  padding: 95px 0 105px;
  background: url(../img/bg_top.png) repeat-x;
  background-position: 0 7px;
}

.cuisineArea > h1 {
  position: relative;
  margin-bottom: 45px;
  text-align: center;
}

.cuisineArea > h1:before {
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  width: 436px;
  height: 218px;
  margin-left: -218px;
  background: url(../img/title_bg_cuisine.png);
  background-size: cover;
}

.cuisineArea > .txt01 {
  margin-bottom: 5px;
  line-height: 4;
  text-align: center;
}

.cuisineArea > .txt02 {
  margin-bottom: 65px;
  color: #666;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 24px;
  line-height: 2.4rem;
  text-align: center;
}

.cuisineArea .inner {
  margin-bottom: 18rem;
}

.cuisineArea .inner .txt01 {
  font-size: 0;
}

.cuisineArea .inner .cuisine_img {
  width: 50%;
  vertical-align: bottom;
}

.cuisineArea .inner .sub {
  margin-top: 90px;
  padding-bottom: 140px;
}

.cuisineArea .inner .sub > h1 {
  margin-bottom: 35px;
  text-align: center;
}

.cuisineArea .inner .sub > .txt {
  margin-bottom: 40px;
  color: #666;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 24px;
  line-height: 2.4rem;
  text-align: center;
}

.cuisineArea .inner .sub section {
  width: 800px;
  margin: 0 auto;
}

.cuisineArea .inner .sub section .cuisine_subimg {
  float: left;
  width: 380px;
  height: 247px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.cuisineArea .inner .sub section.col3 .cuisine_subimg {
  width: 247px;
  height: 247px;
}

.cuisineArea .inner .sub section div {
  float: left;
  width: 420px;
  padding-top: 20px;
}

.cuisineArea .inner .sub section.col3 div {
  width: 510px;
}

.cuisineArea .inner .sub section div h1 {
  margin-bottom: 15px;
  text-align: center;
}

.cuisineArea .inner .sub section.col3 div h1 {
  margin-left: 40px;
  text-align: left;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
}

.cuisineArea .inner .sub section div .txt {
  margin: 0 40px;
  color: #666;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
}

.cuisineArea .inner .sub section div .txt .txtsub {
  display: block;
  margin-bottom: 5px;
}

.cuisineArea .inner .sub section.col2 div .txt {
  margin: 0;
}

.cuisineArea .inner .sub section.col2 div .txt + .txt {
  margin-top: 25px;
}

.cuisineArea .inner .sub section.col2:before {
  bottom: -80px;
  left: -110px;
  width: 143px;
  height: 155px;
  background: url(../img/cuisine_harb.png);
}

.cuisineArea .inner .cuisine_img {
  position: static;
  opacity: 1;
  padding: 0;
  width: 49.9%;
  height: auto;
  vertical-align: top;
  display: inline-block;
}

@media screen and (min-width: 641px) and (max-width: 900px) {
  .cuisineArea .inner .sub section div {
    width: 370px;
  }
}
@media screen and (min-width: 641px) {
  .cuisineArea .inner .dammy, .cuisineArea .inner .flickArea {
    display: none;
  }
  .cuisineArea .slidePhotoArea .slide {
    -webkit-transform: none !important;
    transform: none !important;
    padding-top: 0;
    margin-bottom: 0;
  }
  .cuisineArea .inner .sub section + section {
    margin-top: 40px;
  }
  .cuisineArea .inner .sub section.left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .cuisineArea .inner .sub section.left.dammy {
    display: none;
  }
  .cuisineArea .inner .sub section {
    left: 0 !important;
  }
  .cuisineArea .inner .pager01, .cuisineArea .inner .btns01 {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .cuisineArea {
    padding: 45px 0 73px;
  }
  .cuisineArea .btns01 button.prev {
    left: 0;
  }
  .cuisineArea .btns01 button.next {
    right: 0;
  }
  .cuisineArea > h1 {
    margin-bottom: 10px;
  }
  .cuisineArea > h1:before {
    top: -8px;
    right: 10%;
    bottom: -170%;
    left: 10%;
    width: auto;
    height: auto;
    margin-left: 0;
    background-size: contain;
  }
  .cuisineArea > .txt01 {
    margin-bottom: 12px;
    line-height: 2;
  }
  .cuisineArea > .txt01 img {
    margin-bottom: 3px;
  }
  .cuisineArea > .txt02 {
    margin: 0 20px 25px;
    font-size: 1.1rem;
    text-align: left;
    line-height: 19px;
    line-height: 1.9rem;
  }
  .cuisineArea .inner .sub {
    margin-top: 40px;
    padding-bottom: 70px;
  }
  .cuisineArea .inner .sub h1 {
    margin-bottom: 15px;
  }
  .cuisineArea .inner .sub .txt {
    margin: 0 20px 25px;
    font-size: 1.1rem;
    text-align: left;
    line-height: 19px;
    line-height: 1.9rem;
  }
  .cuisineArea .inner .sub section {
    width: 100%;
  }
  .cuisineArea .inner .sub section div {
    float: none;
    width: 100%;
    padding-top: 55px;
  }
  .cuisineArea .inner .sub section.col2 div {
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .cuisineArea .inner .sub section div h1 {
    margin-bottom: 5px;
  }
  .cuisineArea .inner .sub section.col3 div h1 {
    margin-left: 0;
  }
  .cuisineArea .inner .sub section div h1 img {
    width: auto;
    height: 18vw;
  }
  .cuisineArea .inner .sub section.col3 div h1 img {
    width: auto;
    height: 35px;
  }
  .cuisineArea .inner .sub section div h1.type02 {
    text-align: center;
    line-height: 1.2;
  }
  .cuisineArea .inner .sub section div h1.type02 img {
    width: auto;
    height: 3.8vw;
  }
  .cuisineArea .inner .sub section div .txt {
    margin: 0;
  }
  .cuisineArea .inner .cuisine_img {
    padding: 0;
  }
  .cuisineArea .slide {
    padding-top: 0;
    margin-bottom: 0;
  }
  .cuisineArea .flickArea {
    padding-top: 42.2%;
  }
  .cuisineArea .inner .sub section .cuisine_subimg img {
    width: 100%;
    height: auto;
  }
  .cuisineArea .inner .sub section {
    padding-top: 65%;
    position: absolute !important;
  }
  .cuisineArea .inner .sub section .cuisine_subimg {
    padding-top: 65%;
    width: 98%;
    position: absolute;
    top: 0;
    left: 2%;
    height: 0;
  }
  .cuisineArea .inner .sub section.col3 .cuisine_subimg {
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #000;
    width: 98%;
    height: 0;
  }
  .cuisineArea .inner .sub section.col3 div {
    width: auto;
  }
}
/* supportArea */
.supportArea {
  overflow: hidden;
  position: relative;
  padding: 105px 0 105px;
  background: url(../img/bg_top.png) repeat-x;
  background-position: 0 7px;
}

.supportArea > h1 {
  position: relative;
  margin-bottom: 35px;
  text-align: center;
}

.supportArea > h1:before {
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  width: 436px;
  height: 218px;
  margin-left: -218px;
  background: url(../img/title_bg.png);
  background-size: cover;
}

.supportArea .txt01 {
  margin-bottom: 10px;
  line-height: 4;
  text-align: center;
  position: relative;
}

.supportArea .txt02 {
  margin-bottom: 115px;
  color: #666;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 24px;
  line-height: 2.4rem;
  text-align: center;
}

.supportArea .inner section.specialist, .supportArea .inner section.dress, .supportArea .inner section.check {
  position: relative;
}

.supportArea .inner section.dress {
  margin-top: 110px;
}

.supportArea .inner section.check .sp_check {
  display: none;
}

.supportArea .inner section.check::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: solid 1px #fff;
}

.supportArea .inner section .dress_check {
  position: relative;
}

.supportArea .inner section.check .txtWrap {
  position: relative;
  z-index: 10;
  width: 480px;
  color: #fff;
  font-size: 1.3rem;
  line-height: 2.4rem;
  text-align: left;
}

.supportArea .inner section.check .txtWrap .txtWrap_txt01, .supportArea .inner section.check .txtWrap .txtWrap_txt02 {
  margin-top: 24px;
  margin-left: 24px;
}

.supportArea .inner section.check .check_img {
  -webkit-transform: translateY(24px);
  transform: translateY(24px);
  position: absolute;
  right: 40px;
}

.supportArea .inner section.specialist .txtWrap, .supportArea .inner section.dress .txtWrap {
  position: relative;
  width: 425px;
  padding: 40px 40px 60px 45px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}

.supportArea .inner section.dress .txtWrap {
  float: right;
}

.supportArea .inner section.specialist .txtWrap h1, .supportArea .inner section.dress .txtWrap h1 {
  margin-bottom: 25px;
}

.supportArea .inner section.specialist .txtWrap_txt01, .supportArea .inner section.dress .txtWrap_txt01 {
  margin-bottom: 15px;
}

.supportArea .inner section.specialist .txtWrap_txt02, .supportArea .inner section.dress .txtWrap_txt02 {
  color: #666;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 24px;
  line-height: 2.4rem;
}

.supportArea .inner section .imgWrap {
  position: absolute;
  top: -70px;
  right: 0;
}

.supportArea .inner section.dress .imgWrap {
  right: auto;
  left: 0;
}

.supportArea .inner section.support {
  clear: both;
  margin-top: 60px;
  padding: 35px 30px 55px;
}

.supportArea .inner section.support h1 {
  margin-bottom: 35px;
  text-align: center;
}

.supportArea .inner section.support .txt {
  margin-bottom: 30px;
  line-height: 3;
  text-align: center;
}

.supportArea .inner section.support div {
  float: left;
  width: 32.3%;
}

.supportArea .inner section.support div + div {
  margin-left: 1.5%;
}

.supportArea .inner section.support .maternity {
  position: relative;
  height: 440px;
}

.supportArea .inner section.support div p img {
  max-width: 100%;
  height: auto;
}

.supportArea .inner section.support .maternity p {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.supportArea .inner section.support div dl {
  margin-top: 35px;
}

.supportArea .inner section.support .maternity dl {
  margin-top: 25px;
}

.supportArea .inner section.support div dt {
  margin-bottom: 10px;
  line-height: 2;
  text-align: center;
}

.supportArea .inner section.support div dd {
  width: 100%;
  margin: 0 auto;
  color: #666;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 22px;
  line-height: 2.2rem;
  padding: 0 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.supportArea .inner section.support .maternity dd {
  margin-bottom: 40px;
}

@media screen and (min-width: 640px) and (max-width: 1024px) {
  .supportArea .inner section.support div dt img {
    width: auto;
    height: 13px;
  }
}
@media screen and (max-width: 900px) {
  .supportArea .inner section.support div dd {
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .supportArea .inner section.check {
    margin: 50px auto 0 auto;
    width: 90%;
    padding: 40px 30px 60px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .supportArea .inner section.check .pc_check {
    display: none;
  }
  .supportArea .inner section.check .sp_check {
    display: block;
  }
  .supportArea .inner section.check::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: solid 1px #fff;
  }
  .supportArea .inner section.check .txtWrap {
    margin-right: 0px;
    width: 100%;
    font-size: 1.1rem;
    line-height: 1.9rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .supportArea .inner section.check .txtWrap .txtWrap_txt01, .supportArea .inner section.check .txtWrap .txtWrap_txt02 {
    margin-left: 0px;
  }
  .supportArea .inner section.check .check_img {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    margin-top: 24px;
    position: relative;
    right: 0px;
  }
  .supportArea .inner section.check .check_img_leaf {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 640px) {
  .supportArea {
    padding: 44px 0 40px;
  }
  .supportArea > h1 {
    margin-bottom: 15px;
  }
  .supportArea > h1:before {
    top: -8px;
    right: 10%;
    bottom: -170%;
    left: 10%;
    width: auto;
    height: auto;
    margin-left: 0;
    background-size: contain;
  }
  .supportArea > .txt01 {
    margin-bottom: 10px;
    line-height: 2;
  }
  .supportArea > .txt02 {
    margin: 0 20px 25px;
    font-size: 1.1rem;
    text-align: left;
    line-height: 19px;
    line-height: 1.9rem;
  }
  .supportArea .inner section {
    padding: 0 5%;
  }
  .supportArea .inner section.specialist {
    padding-bottom: 25px;
  }
  .supportArea .inner section.dress {
    margin-top: 0;
    background-color: #ecf5d6;
  }
  .supportArea .inner section.support {
    margin-top: 25px;
    padding: 20px 5%;
  }
  .supportArea .inner section.check {
    padding: 40px 40px 80px 40px;
  }
  .supportArea .inner section.specialist .txtWrap, .supportArea .inner section.dress .txtWrap {
    width: 100%;
    padding: 22px 0 20px;
    background-color: transparent;
  }
  .supportArea .inner section.dress .txtWrap {
    float: none;
  }
  .supportArea .inner section.specialist .txtWrap h1, .supportArea .inner section.dress .txtWrap h1 {
    margin-bottom: 20px;
  }
  .supportArea .inner section.support h1 {
    margin-bottom: 20px;
  }
  .supportArea .inner section.support .txt {
    margin-bottom: 20px;
    line-height: 2;
    text-align: left;
  }
  .supportArea .inner section.dress .txtWrap h1 img {
    width: auto;
    height: 35px;
  }
  .supportArea .inner section.specialist .txtWrap_txt01 img, .supportArea .inner section.dress .txtWrap_txt01 img {
    width: auto;
    height: 69px;
  }
  .supportArea .inner section.specialist .txtWrap_txt02, .supportArea .inner section.dress .txtWrap_txt02 {
    font-size: 1.1rem;
    line-height: 19px;
    line-height: 1.9rem;
  }
  .supportArea .inner section.support .txt img {
    width: auto;
    height: 14px;
  }
  .supportArea .inner section.support div {
    position: relative;
    float: none;
    width: 100%;
    padding-top: 0;
  }
  .supportArea .inner section.support .maternity {
    height: auto;
    margin-top: 6.94vw;
    margin-left: -20px;
  }
  .supportArea .inner section.support div + div {
    margin-top: 6.94vw;
    margin-left: -20px;
  }
  .supportArea .inner section.support div p {
    float: none;
    width: auto;
    margin-top: 0;
  }
  .supportArea .inner section.support div dl, .supportArea .inner section.support .maternity dl {
    margin-top: 0;
  }
  .supportArea .inner section.support div dt {
    position: static;
    margin-bottom: 5px;
    text-align: left;
    line-height: 1.8;
  }
  .supportArea .inner section.support div dt img {
    width: auto;
    height: 13px;
    margin-bottom: 5px;
  }
  .supportArea .inner section.support div dd {
    width: auto;
    font-size: 1rem;
    text-align: left;
    margin-left: 0;
    line-height: 1.7em;
  }
  .supportArea .inner section.support .maternity dd {
    margin-bottom: 0;
  }
  .supportArea .inner section .imgWrap {
    position: inherit;
    top: auto;
  }
  .supportArea .inner section .imgWrap img {
    max-width: 100%;
    height: auto;
  }
  .supportArea .inner section.support .maternity p {
    width: auto;
    position: static;
  }
}
/* presentArea */
.presentArea {
  padding: 60px 0 70px;
  background-color: #efe8d3;
}

.presentArea > h1 {
  margin-bottom: 60px;
  text-align: center;
}

.presentArea .inner {
  position: relative;
  padding: 65px 0 25px;
  background-color: #fff;
  text-align: center;
}

.presentArea .inner02 {
  position: relative;
  padding: 50px 0 25px;
  text-align: center;
}

.presentArea .inner02 img {
  width: 100%;
  max-width: 118rem;
  height: auto;
}

.presentArea .inner h1 {
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -254px;
}

.presentArea .inner .txt01 {
  margin-bottom: 30px;
}

.presentArea .inner02 .txt01 {
  margin-bottom: 50px;
}

.presentArea .inner .txt02 {
  display: inline-block;
  position: relative;
  line-height: 3;
}

.presentArea .inner .txt03 {
  margin-bottom: 25px;
  color: #8e8066;
  font-size: 15px;
  font-size: 1.5rem;
}

.presentArea .inner .dlwrap {
  overflow: hidden;
  margin: 20px 110px 28px;
  font-size: 0;
}

.presentArea .inner .dlwrap .dlwrapGrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.presentArea .inner dl {
  display: table;
  float: left;
  width: 49.6%;
  height: 162px;
  margin: 0 2px 2px;
}

.presentArea .inner dt, .presentArea .inner dd {
  width: 50%;
  display: table-cell;
}

.presentArea .inner dt {
  position: relative;
  width: 166px;
  padding: 20px 0 0;
  background-color: rgba(166, 188, 74, 0.2);
  color: #a6bc4a;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.4;
  text-align: center;
}

.presentArea .inner .special04 {
  line-height: 1.1;
}

.presentArea .inner dt span {
  display: block;
  width: 45px;
  height: 45px;
  margin: 0 auto 10px;
  padding-top: 5px;
  border-radius: 50px;
  background-color: #a6bc4a;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
}

.presentArea .inner .special04 span {
  padding-top: 8px;
}

.presentArea .inner dt small {
  font-size: 16px;
  font-size: 1.6rem;
}

.presentArea .inner dd {
  overflow: hidden;
  width: 49.9%;
  background-size: cover;
  background-position: center center;
}

.presentArea .inner dd img {
  width: 100%;
  height: auto;
}

.special_content {
  position: relative;
  background-color: #C29938;
  padding: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1180px;
  margin: 0 auto 70px;
}

.special_content .special_tit {
  position: absolute;
  left: 0;
  right: 0;
  top: -46px;
  border: 4px solid #c29938;
  width: 38%;
  background-color: #FFF;
  padding: 20px;
  margin: auto;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
  font-size: 0;
}

.special_content .special_mv {
  padding-top: 39.993%;
  position: relative;
  margin-bottom: 40px;
  background-image: url(../img/present_re_mv.jpg);
  background-position: center;
}

.special_content .special_mv img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 20px;
  max-width: 100%;
  height: auto;
}

.special_content p {
  text-align: center;
  margin-bottom: 40px;
}

.special_content ul {
  margin: 0 auto 30px;
  width: 1020px;
  font-size: 0;
}

.special_content ul li {
  display: inline-block;
  margin-left: 20px;
}

.special_content ul li:first-child {
  margin-left: 0;
}

.special_content .special_bt a {
  display: block;
  text-align: center;
  width: 30%;
  margin: 0 auto;
  background-color: #FFF;
  padding: 16px;
  margin: 0 auto 36px;
  font-size: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.special_content .special_bt a:hover {
  opacity: 0.7;
}

.presentArea .inner.special {
  margin-bottom: 90px;
  background-color: #c29938;
  padding: 15px 15px 20px;
  max-height: 470px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.presentArea .inner.special:after {
  content: "";
  display: block;
  clear: both;
}

.presentArea .inner.special .mv {
  top: 15px;
  left: 15px;
  margin-left: 0;
  width: 67.79%;
}

.presentArea .inner.special .mv img {
  width: 100%;
  height: auto;
}

.presentArea .inner.special .detail {
  display: block;
  float: right;
  width: 28.38%;
  height: auto;
}

.presentArea .inner.special .detail dt, .presentArea .inner.special .detail dd {
  display: block;
  width: 100%;
  background-color: transparent;
  padding: 0;
  line-height: 1;
}

.presentArea .inner.special .detail dt img, .presentArea .inner.special .detail dd img {
  width: 100%;
  height: auto;
}

.presentArea .inner.special .detail dt {
  margin-bottom: 16px;
}

.presentArea .inner.special .detail .txt {
  margin: 14px 0 20px;
}

.presentArea .inner.special .detail .btn {
  height: 50px;
}

.presentArea .inner.special .detail .btn a {
  display: block;
  line-height: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  position: relative;
  max-height: 50px;
  height: 4vw;
  width: 100%;
  overflow: hidden;
}

.presentArea .inner.special .detail .btn a:hover {
  opacity: 0.5;
}

.presentArea .inner.special .detail .btn img {
  max-height: 50px;
  height: 4vw;
  width: auto;
  position: absolute;
  left: 50%;
  margin-left: -60%;
}

@media screen and (min-width: 640px) and (max-width: 1100px) {
  .presentArea .inner .txt02::before {
    left: -105px;
  }
  .presentArea .inner .txt03 {
    margin-left: 0;
    text-align: center;
  }
  .presentArea .inner .dlwrap {
    margin: 0 45px 14px;
  }
  .presentArea .inner dl {
    width: 49.5%;
  }
  .presentArea .inner dt {
    padding-top: 25px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .presentArea .inner dt span {
    margin-bottom: 15px;
    padding-top: 11px;
  }
  .presentArea .inner .special04 span {
    padding-top: 14px;
  }
  .presentArea .inner dt small {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 640px) {
  .presentArea {
    padding: 40px 10px;
  }
  .presentArea > h1 {
    margin-bottom: 28px;
  }
  .presentArea .inner {
    padding: 35px 10px 10px;
  }
  .presentArea .inner h1 {
    top: -4.8%;
    right: 4%;
    left: 4%;
    margin-left: 0;
  }
  .presentArea .inner h1 img {
    max-width: 100%;
  }
  .presentArea .inner .dlwrap {
    margin: 0 0 15px;
  }
  .presentArea .inner .txt01 {
    margin-bottom: 0;
  }
  .presentArea .inner .txt02 {
    line-height: 2;
  }
  .presentArea .inner .txt03 {
    margin-bottom: 12px;
    font-size: 1.1rem;
  }
  .presentArea .inner dl {
    width: 100%;
    height: 90px;
    margin-bottom: 3px;
  }
  .presentArea .inner dt, .presentArea .inner dd {
    width: 50%;
  }
  .presentArea .inner dt {
    padding-top: 9px;
    font-size: 1.6rem;
    line-height: 1.3;
  }
  .presentArea .inner dt span {
    width: 30px;
    height: 30px;
    margin: 0 auto 4px;
    padding-top: 7px;
    font-size: 1.4rem;
  }
  .presentArea .inner dt small {
    font-size: 1.1rem;
  }
  .presentArea .inner dd img {
    max-width: 100%;
    height: auto;
  }
  .presentArea .inner .txt04_sp img + img {
    margin-top: 5px;
  }
  .presentArea .inner02 {
    padding: 20px 0 0;
  }
  .presentArea .inner02 .txt01 {
    margin-bottom: 20px;
  }
  .special_content {
    padding: 3px;
    margin-bottom: 40px;
  }
  .special_content p > img {
    max-width: 100%;
  }
  .special_content .special_tit {
    width: 70%;
    padding: 7px;
    border: 2px solid #c29938;
    top: -20px;
  }
  .special_content .special_tit img {
    height: 15px;
  }
  .special_content .special_mv {
    padding-top: 51.02%;
    background-repeat: no-repeat;
    background-position: 43%;
    background-size: auto 150%;
    margin-bottom: 20px;
  }
  .special_content .special_mv img {
    width: 80%;
    bottom: 10px;
  }
  .special_content p {
    margin-bottom: 10px;
  }
  .special_content ul {
    width: 92%;
    margin-bottom: 10px;
  }
  .special_content ul li {
    width: 49%;
    margin-left: 2%;
    margin-bottom: 2%;
  }
  .special_content ul li:nth-child(3) {
    margin-left: 0;
  }
  .special_content ul li img {
    width: 100%;
  }
  .special_content .special_bt a {
    width: 40%;
    padding: 6px;
  }
  .special_content .special_bt a img {
    height: 11px;
    width: auto;
  }
  .presentArea .inner.special {
    padding: 20px;
    margin-bottom: 45px;
    max-height: 100%;
  }
  .presentArea .inner.special:after {
    content: none;
  }
  .presentArea .inner.special .mv {
    position: relative;
    top: -15px;
    left: -15px;
    right: -15px;
    margin-left: 0;
    line-height: 0;
    width: calc(100% + 30px);
  }
  .presentArea .inner.special .detail {
    display: block;
    float: none;
    width: 100%;
    height: auto;
    margin: 0 !important;
  }
  .presentArea .inner.special .detail dt {
    margin-bottom: 10px;
  }
  .presentArea .inner.special .detail .txt {
    margin: 10px 0;
  }
  .presentArea .inner.special .detail .btn {
    height: auto;
  }
  .presentArea .inner.special .detail .btn a {
    height: auto;
  }
  .presentArea .inner.special .detail .btn img {
    position: static;
    margin: 0;
    width: 100%;
    height: auto;
  }
}
/* planArea */
.planArea {
  padding: 75px 0 85px;
  background-image: url(../img/plan_bg.jpg);
  background-position: center center;
  background-size: cover;
}

.no-touchevents .planArea {
  background-attachment: fixed;
}

.planArea > h1 {
  margin-bottom: 15px;
  text-align: center;
}

.planArea .content01 {
  overflow: hidden;
}

.planArea .slidearea {
  padding: 0 100px;
}

.planArea .slidearea > .in {
  position: relative;
  max-width: 950px;
  margin: auto;
}

.planArea .btns {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.planArea .btns > button {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
}

.planArea .btns01 .prev {
  left: -35px;
}

.planArea .btns01 .next {
  right: -35px;
}

.planArea .slide {
  position: relative;
  margin-bottom: 20px;
  height: 340px;
}

.planArea .slide .plancontentWrap {
  padding: 0 35px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.planArea .slide .plancontent {
  position: relative;
  background-color: #F5F4F3;
  text-align: left;
  margin-bottom: 20px;
  padding: 30px 30px 40px 44%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.planArea .slide .plancontent .note {
  margin-bottom: 15px;
  color: #69a491;
  font-size: 16px;
  font-size: 1.6rem;
}

.planArea .slide .plancontent h1 {
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #e4dac8;
  color: #8e8066;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: normal;
}

.planArea .slide .plancontent .price {
  margin-bottom: 20px;
}

.planArea .slide .plancontent .price .txt01 {
  display: inline-block;
  vertical-align: middle;
  width: 94px;
  margin-right: 20px;
  padding: 5px 0 4px;
  border: 2px solid #b89c6b;
  background-color: #f7f4ef;
  color: #b89c6b;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  vertical-align: top;
}

.planArea .slide .plancontent .price .txt02 {
  color: #f6819a;
  font-size: 22px;
  font-size: 2.2rem;
  display: inline-block;
  vertical-align: middle;
}

.planArea .slide .plancontent .plan_img {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 37%;
}

.planArea .slide .plancontent .plan_img img {
  width: 100%;
  height: auto;
}

.planArea .slide .plancontent .txt {
  margin-bottom: 20px;
  color: #666;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.6;
}

.planArea .slide .plancontent .btn a {
  display: block;
  position: relative;
  padding: 14px 0;
  border-radius: 3px;
  background-color: #69a491;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}

.planArea .pager {
  text-align: center;
}

.planArea .pager li {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 10px 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #B89C6B;
  background-color: #fff;
  width: 240px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.planArea .pager li.active, .no-touchevents .planArea .pager li:hover {
  background-color: #B89C6B;
}

.planArea .pager li span {
  color: #B89C6B;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.planArea .pager li.active span, .no-touchevents .planArea .pager li:hover span {
  color: #FFF;
}

.planArea .pager li + li {
  margin-left: 20px;
}

@media print, screen and (max-width: 920px) {
  .planArea .pager button {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media print, screen and (max-width: 700px) {
  .planArea .pager button {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .planArea .pager button + button {
    margin-left: 5px;
  }
}
@media print, screen and (min-width: 641px) {
  .planArea .slide .plancontent {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
}
@media screen and (max-width: 640px) {
  .planArea {
    padding: 45px 0 40px;
    background-position: center top;
    background-size: cover;
  }
  .planArea > h1 img {
    width: auto;
    height: 58px;
  }
  .planArea .slidearea {
    padding: 0 5%;
  }
  .planArea .btns01 .prev {
    left: -11%;
  }
  .planArea .btns01 .next {
    right: -11%;
  }
  .planArea .slide .plancontentWrap {
    padding: 0 8px;
  }
  .planArea .slide .plancontent {
    margin: 0;
    padding: 20px 15px;
  }
  .planArea .slide .plancontent .note {
    margin-bottom: 8px;
    font-size: 1.2rem;
  }
  .planArea .slide .plancontent h1 {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .planArea .slide .plancontent .price {
    margin-bottom: 15px;
  }
  .planArea .slide .plancontent .price .txt01 {
    display: inline-block;
    width: auto;
    margin-right: 18px;
    padding: 4px 4px;
    border: 1px solid #b89c6b;
    font-size: 1.1rem;
  }
  .planArea .slide .plancontent .price .txt02 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .planArea .slide .plancontent .plan_img {
    position: static;
    top: 0;
    left: 0;
    float: left;
    width: 40%;
    margin-right: 12px;
  }
  .planArea .slide .plancontent .plan_img img {
    max-width: 100%;
    height: auto;
  }
  .planArea .slide .plancontent .txt {
    margin-bottom: 10px;
    font-size: 1.1rem;
  }
  .planArea .slide .plancontent .btn {
    clear: both;
  }
  .planArea .slide .plancontent .btn a {
    font-size: 1.4rem;
  }
  .planArea .pager {
    width: 100%;
    margin-bottom: -10px;
    text-align: left;
  }
  .planArea .pager li {
    margin-bottom: 10px;
    width: 45%;
    padding: 11px 0 10px;
    font-size: 1.1rem;
    text-align: center;
  }
  .planArea .pager li {
    width: 48%;
  }
  .planArea .pager li + li {
    margin-left: 0;
  }
  .planArea .pager li:nth-child(even) {
    margin-left: 2%;
  }
}
/* fairArea */
.fairArea {
  padding: 65px 3% 70px;
  background-image: url(../img/fair_bg.jpg);
  background-position: left center;
  background-size: cover;
  overflow: hidden;
}

.no-touchevents .fairArea {
  background-attachment: fixed;
}

.fairArea > h1 {
  margin-bottom: 45px;
  text-align: center;
}

.fairArea .inner div {
  float: left;
  position: relative;
  width: 69%;
  /*min-height: 468px;*/
  /*min-height: 430px;*/
  background-color: #fff;
  padding: 56px 46px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fairArea .inner div:after {
  content: "";
  display: block;
  clear: both;
}

.fairArea .inner div iframe {
  display: inline-block;
  vertical-align: top;
}

.fairArea .inner div ._zhpdAccessory_374201 {
  width: 67%;
  float: left;
}

.fairArea .inner div ._zhpdAccessory_374151 {
  width: 29%;
  float: right;
}

.fairArea .inner section {
  float: right;
  width: 27%;
  padding: 25px 0 20px;
  background-color: #fff;
  text-align: center;
}

.fairArea .inner section h1 {
  position: relative;
  margin-right: 12px;
  margin-bottom: 25px;
  margin-left: 12px;
}

.fairArea .inner section h1 img {
  max-width: 100%;
  height: auto;
}

.fairArea .inner section h1 span {
  display: block;
  position: absolute;
  top: 52px;
  left: 0;
  right: 0;
  text-align: center;
  color: #8e8066;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.6;
}

@media screen and (min-width: 640px) and (max-width: 1100px) {
  .fairArea .inner div {
    min-height: auto;
    padding: 30px 23px;
  }
  .fairArea .inner section h1 span {
    top: 32px;
    font-size: 11px;
    font-size: 1.1rem;
  }
  .fairArea .inner section > p img {
    width: 80%;
    height: auto;
  }
}
.fairArea .inner section ul {
  margin-bottom: 26px;
}

.fairArea .inner section li a {
  display: block;
  max-width: 100%;
  margin: 0 20px;
  padding: 14px 0 11px;
  background-color: #a6bc4a;
  text-align: center;
}

.fairArea .inner section li + li {
  margin-top: 15px;
}

@media screen and (max-width: 900px) {
  .fairArea .inner div ._zhpdAccessory_374201 {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .fairArea .inner div ._zhpdAccessory_374151 {
    width: 210px;
    float: none;
    margin: 0 auto;
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .fairArea .inner section h1 span {
    font-weight: lighter;
    line-height: 1.5;
  }
  .fairArea {
    padding: 40px 10px;
    background-image: none;
    background-color: #d9cdc1;
  }
  .fairArea > h1 {
    margin-bottom: 20px;
  }
  .fairArea .inner div {
    float: none;
    width: 100%;
    padding: 20px 15px;
  }
  .fairArea .inner div:before, .fairArea .inner div:after {
    content: none;
  }
  .fairArea .inner section {
    float: none;
    width: 100%;
    margin-top: 10px;
    padding: 20px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .fairArea .inner section h1 {
    position: relative;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }
  .fairArea .inner section h1 img {
    width: 100%;
  }
  .fairArea .inner section ul {
    margin-bottom: 10px;
  }
  .fairArea .inner section li {
    float: left;
    width: 32.3%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .fairArea .inner section li + li {
    margin-top: 0;
    margin-left: 1.5%;
  }
  .fairArea .inner section li a {
    width: 100%;
    height: 50px;
    padding-top: 9px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.2;
  }
  .fairArea .inner section li .reservation {
    padding-top: 19px;
  }
  .fairArea .inner section p {
    clear: both;
    position: relative;
    padding: 11px 0 8px;
    border: 1px solid #8e8066;
    background-color: #f7f4ef;
  }
  .fairArea .inner section p span {
    margin-left: -60px;
  }
  .fairArea .inner section p:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    border-radius: 10px;
    background: #75592d url(../img/right_arrow.png) no-repeat center;
    background-size: 6px 8px;
  }
  .fairArea .inner section li a {
    margin: 0;
  }
}
/* accessArea */
.accessArea {
  padding: 65px 3% 70px;
  background-color: #e4e0d7;
}

.accessArea > h1 {
  margin-bottom: 50px;
  text-align: center;
}

.accessArea .mapWrap {
  float: right;
  width: 48%;
  position: relative;
  text-align: right;
}

.accessArea .mapWrapIn {
  padding-top: 70%;
  width: 100%;
}

.accessArea .mapWrapIn > * {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.accessArea .mapWrap a {
  display: inline-block;
  margin-top: 10px;
  color: #8e8066;
  text-decoration: underline;
}

.accessArea .mapWrap iframe {
  max-width: 100%;
}

.accessArea .txtWrap {
  float: left;
  width: 47%;
}

.accessArea .info {
  margin-bottom: 45px;
  font-size: 14px;
  font-size: 1.4rem;
}

.accessArea .info dt {
  clear: both;
  float: left;
  margin-bottom: 5px;
  color: #818181;
  font-weight: bold;
}

.accessArea .info dd {
  margin-bottom: 5px;
  margin-left: 75px;
  color: #818181;
}

.accessArea .info dd a {
  color: #666;
  display: inline-block;
}

.accessArea .access dt {
  margin-bottom: 15px;
  color: #666;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}

.accessArea .access dd {
  color: #666;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.6;
}

.accessArea .access dd + dt {
  margin-top: 20px;
}

@media screen and (max-width: 640px) {
  .accessArea {
    padding: 45px 10px 40px;
  }
  .accessArea > h1 {
    margin-bottom: 40px;
  }
  .accessArea .mapWrap {
    float: none;
    width: 100%;
    margin-bottom: 25px;
    text-align: center;
  }
  .accessArea .mapWrap iframe {
    width: 100%;
    margin-bottom: 10px;
  }
  .accessArea .txtWrap {
    float: none;
    width: 100%;
  }
  .accessArea .info {
    margin-bottom: 20px;
    font-size: 1.1rem;
  }
  .accessArea .access dt {
    margin-bottom: 10px;
    font-size: 1.2rem;
  }
  .accessArea .access dd {
    font-size: 1.1rem;
  }
  .accessArea .mapWrap a {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
/* footerArea */
.footerArea {
  padding: 63px 0 100px;
  background-image: url(../img/footer_bg.jpg);
  background-position: center top;
  background-size: cover;
  color: #fff;
  text-align: center;
  position: relative;
}

.footerArea .logo {
  margin-bottom: 25px;
}

.footerArea .tel_txt {
  margin-bottom: 15px;
  font-size: 15px;
  font-size: 1.5rem;
}

.footerArea .tel {
  margin-bottom: 15px;
}

.footerArea time {
  display: block;
  margin-bottom: 45px;
  font-size: 15px;
  font-size: 1.5rem;
}

.footerTelAreaWrap {
  width: 900px;
  margin: 0 auto;
}

.footerTelAreaWrap:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

.footerTelArea {
  float: left;
  width: 450px;
  font-size: 0;
}

.footerArea .mail_txt {
  margin-bottom: 15px;
  font-size: 15px;
  font-size: 1.5rem;
}

.footerArea .btn {
  margin-bottom: 30px;
}

.footerArea .btn li {
  display: inline-block;
  vertical-align: top;
}

.footerArea .btn li + li {
  margin-left: 20px;
}

.footerArea .btn li a {
  display: block;
  width: 240px;
  padding: 13px 0 10px;
  background-color: #a6bc4a;
  text-align: center;
}

.footerArea .copy {
  font-size: 14px;
  font-size: 1.4rem;
}

.footerArea .totop {
  width: 100%;
  height: 64px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: 1s;
  transition: 1s;
  border-radius: 0%;
  z-index: 100;
}

.footerArea .totop.hide {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
}

.footerArea .totop.fix {
  position: fixed;
  background-color: #a6bc4a;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  right: 10px;
  bottom: 10px;
  -webkit-transition: 1s;
  transition: 1s;
}

.no-touchevents .footerArea .totop:hover {
  background-color: rgba(166, 188, 74, 0.5);
}

.no-touchevents .footerArea .totop.fix:hover {
  height: 64px;
}

.footerArea .totop:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -6px;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (min-width: 640px) and (max-width: 1100px) {
  .footerArea .btn li a {
    width: 190px;
  }
}
@media screen and (max-width: 640px) {
  .footerArea {
    padding: 40px 0 0;
    background-image: url(../img/footer_bg_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover !important;
    background-color: #000;
    margin-bottom: 40px;
  }
  .footerArea div {
    padding: 0 20px;
  }
  .footerArea .footerTelAreaWrap {
    padding: 0;
  }
  .footerArea .footerTelArea {
    width: 100%;
    padding: 0;
  }
  .footerArea .logo {
    margin-bottom: 20px;
  }
  .footerArea .tel_txt {
    margin-bottom: 10px;
  }
  .footerArea .tel {
    width: 100%;
    margin-bottom: 13px;
    padding: 13px 0 11px;
    border: 1px solid #fff;
    text-align: center;
  }
  .footerArea .tel img {
    width: auto;
    height: 14px;
  }
  .footerArea time {
    margin-bottom: 30px;
    font-size: 1.2rem;
  }
  .footerArea .mail_txt {
    margin-bottom: 15px;
    font-size: 1.4rem;
  }
  .footerArea .btn {
    margin-bottom: 20px;
  }
  .footerArea .btn li {
    width: 31%;
  }
  .footerArea .btn li + li {
    margin-left: 1.5%;
  }
  .footerArea .btn li a {
    display: block;
    width: 100%;
    height: 50px;
    padding-top: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.2;
  }
  .footerArea .btn li .reservation, .footerArea .btn li .inq {
    padding-top: 17px;
  }
  .footerArea .copy {
    padding-bottom: 80px;
    font-size: 1.1rem;
    line-height: 1.8;
  }
  .footerArea .btn_sp {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    height: 45px;
    z-index: 1000;
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    padding-bottom: env(safe-area-inset-bottom);
    background-color: #f0ede8;
  }
  .footerArea .btn_sp.view {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  .footerArea .btn_sp li {
    display: table;
    float: left;
    width: 33.3333333333%;
    background-color: #a6bc4a;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #fff;
  }
  .footerArea .btn_sp li + li + li {
    border-right: none;
    padding-left: 5%;
    background-color: #867a60;
  }
  .footerArea .btn_sp a {
    display: table-cell;
    vertical-align: middle;
    height: 45px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.2rem;
    position: relative;
  }
  .footerArea .btn_sp a img {
    margin-top: 2px;
  }
  .footerArea .totop.fix {
    width: 40px;
    height: 40px;
    bottom: 60px;
    bottom: calc(env(safe-area-inset-bottom) + 60px);
  }
  .footerArea #btn_sp_contact:before {
    content: "";
    position: absolute;
    background-image: url(../common/img/ico_tel.svg);
    height: 18px;
    width: 18px;
    background-position: 5% center;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    left: -7%;
    margin: auto;
  }
  .footerTelAreaWrap {
    width: 100%;
  }
  .footerTelArea {
    width: 40%;
  }
}
/* pararaxArea */
.pararaxArea {
  position: relative;
}

.pararaxArea .contentBGArea {
  z-index: 1;
}

.pararaxArea .contentBGArea div {
  padding-top: 0;
  background-size: cover;
  background-position: center center;
}

.pararaxArea.fix .contentBGArea div {
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  height: 100%;
}

.pararaxArea .pararaxContent {
  position: relative;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.9);
  padding-bottom: 0;
}

.pararaxArea .pararaxContent.supportArea {
  background-color: rgba(235, 244, 211, 0.9);
}

.pararaxArea.remove .contentBGArea > div {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  top: auto;
}

@media print, screen and (max-width: 640px) {
  .pararaxArea .contentBGArea {
    height: auto !important;
  }
  .pararaxArea .contentBGArea > div {
    position: static !important;
    height: auto !important;
    padding-top: 62.5%;
  }
}
.topicsArea .topicslink.special_topics .cf {
  margin-top: 2px;
  margin-left: -9px;
  margin-right: -9px;
}

.topicsArea .topicslink.special_topics dl {
  color: #FFF;
}

.topicsArea .topicslink.special_topics dl dt {
  font-weight: bold;
}

.topicsArea .topicslink.special_topics:after {
  background-color: #c29938;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.no-touchevents .topicsArea .topicslink.special_topics:hover:after {
  background-color: #DEB658;
}

.topicsArea .topicslink.special_topics h2 {
  position: relative;
  margin-bottom: 14px;
  color: #c29938;
  background-color: #FFF;
  padding: 2px 5px;
  font-size: 1.2rem;
  z-index: 1;
}

@media print, screen and (max-width: 640px) {
  .topicsArea .topicslink.special_topics .cf {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
@media print, screen and (max-width: 640px) {
  .modal_overlay {
    display: none;
    -webkit-animation: fadeShow 0.2s linear 0s;
    animation: fadeShow 0.2s linear 0s;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 28;
  }
  .modal_overlay.active {
    display: block;
  }
  .modalBlockSPwrap {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 92%;
    margin: auto;
    z-index: 29;
    display: none;
    text-align: center;
  }
  .modalBlockSPwrap.active {
    display: table;
  }
  .modalBlockSP {
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 6px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 6px;
    text-align: center;
    padding: 10% 4%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .modalBlockSP .modalTelArea + .modalTelArea {
    margin-top: 30px;
  }
  .modalBlockSP .tel_txt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .modalBlockSP .tel {
    margin-bottom: 10px;
  }
  .modalBlockSP .tel a {
    display: block;
    background-color: #A6BC4A;
    padding: 10px 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .modalBlockSP .tel a img {
    display: block;
    max-width: 80%;
    height: auto;
    font-size: 0;
    margin: auto;
  }
  .modalBlockSP time {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    margin-bottom: 5px;
  }
}
.mvArea .bnr_quo {
  position: absolute;
  display: block;
  right: 37px;
}

.mvArea .bnr_quo a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.mvArea .bnr_quo a:hover {
  opacity: 0.7;
}

.bnr_quo_sp {
  display: none;
}

@media print, screen and (max-width: 640px) {
  .mvArea .bnr_quo {
    display: none;
  }
  .bnr_quo_sp {
    display: block;
    width: 100%;
    padding-top: 5%;
    padding-bottom: 5%;
    background-color: #EFE8D3;
  }
  .bnr_quo_sp img {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    height: auto;
  }
}
@-webkit-keyframes fadeShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.supportArea .inner {
  /*text-align: center;*/
}

.supportArea .inner section.check {
  margin: 75px auto 0;
  width: 1020px;
  background: #96a578 url(../img/bg_support.jpg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: auto 100%;
  padding: 40px 40px 60px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.supportArea .inner section.check .txtWrap .txtWrap_txt02 {
  text-align: left;
}

.supportArea .inner .dress_check::before {
  content: "";
  position: absolute;
  top: -56px;
  left: -22px;
  width: 186px;
  height: 68px;
  background: url(../img/support_subtitle04.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (max-width: 640px) {
  .supportArea .inner section.check {
    width: 90%;
    margin: 50px 5% 0;
    background: #96a578 url(../img/bg_support_sp.jpg);
    background-position: bottom center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 310px;
  }
  .supportArea .inner .dress_check::before {
    content: "";
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    margin: auto;
    width: 186px;
    height: 68px;
    background: url(../img/support_subtitle04.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
  }
}
/*.column.garden .txt_box:before {
  content: '';
  position: absolute;
  top: -88px;
  right: -16px;
  z-index: 2;
  display: block;
  width: 112px;
  height: 112px;
  background-image: url(../img/icon_3rdani.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}*/
/*@media screen and (max-width: 640px) {
  .column.garden .txt_box:before {
    content: '';
    position: absolute;
    top: 5rem;
    right: -2.7rem;
    z-index: 2;
    display: block;
    width: 100px;
    height: 100px;
    background-image: url(../img/icon_3rdani.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
  }
}*/

.fairArea .inner section ul li a {
  display: block;
  position: relative;
  max-width: 100%;
  padding: 14px 0 11px;
  background-color: #A6BC4A;
  text-align: center;
  font-family: eb-garamond, serif;
  font-size: 1.5rem;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  line-height: 1.2;
}

@media screen and (max-width: 640px) {
  .fairArea .inner section li {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .fairArea .inner section li + li {
    margin-top: 0;
    margin-left: 0;
  }
}
.weddingArea .column.garden.arupaka .tab > span {
  background-image: url(../img/column_arupaka_tab.png);
}

.weddingArea .column.arupaka .inner .tab > img {
  position: relative;
  top: 18px;
}

.weddingArea .column.arupaka .inner .tab {
  top: -20px;
}

.weddingArea .column.garden.arupaka .txt_box .cp {
  max-width: 332px;
}

.weddingArea .column.arupaka .inner .txt_box .cp {
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  .weddingArea .column.garden.arupaka .cp {
    padding-top: 25%;
    background-image: url(../img/column_arupaka_txt_sp.png);
    background-size: contain;
  }
  .weddingArea .column.arupaka .inner .txt_box .cp {
    margin-bottom: 10px;
  }
  .weddingArea .column.arupaka .inner .tab > img {
    top: 2px;
  }
  .weddingArea .column.arupaka .inner .tab {
    top: 0;
  }
  .weddingArea .column.arupaka .inner .tab > img {
    width: 56%;
  }
  .weddingArea .column.arupaka .inner .txt_box {
    margin-top: -10px;
  }
}
.weddingArea section.bnr_pet {
  padding: 60px 0 0;
}

.bnr_pet {
  text-align: center;
}

.bnr_pet a {
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.bnr_pet a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 640px) {
  .weddingArea section.bnr_pet {
    padding: 30px 7% 0;
  }
  .weddingArea section.bnr_pet img {
    width: 100%;
  }
}
/*221013*/
.dress .more_btn a {
  width: 140px;
  line-height: 0;
  padding: 16px 0;
  background-color: #A2CB65;
  text-align: center;
  color: #FFF;
  font-size: 13px;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin: 20px auto 0;
  display: block;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.dress .more_btn a:hover {
  opacity: 0.6;
}

.supportArea .inner section.dress .txtWrap {
  padding: 40px 40px 26px 45px;
}

.supportArea .inner .bnr_pet {
  margin-top: 70px;
}

@media screen and (max-width: 640px) {
  .supportArea .inner .bnr_pet img {
    width: 100%;
  }
  .supportArea .inner section.dress .txtWrap {
    padding: 22px 0 40px;
  }
  .supportArea .inner .bnr_pet {
    margin-top: 20px;
  }
}
/*230619*/
.weddingArea .column .inner .ph {
  max-width: 520px;
}

.weddingArea .column .inner .txt_box .cp {
  margin-bottom: 10px;
}

.weddingArea .column .inner .txt_box .txt {
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  line-height: 2;
  padding-right: 40px;
}

.weddingArea .column.garden .more_btn {
  margin-top: 16px;
}

.weddingArea .column .inner {
  height: 466px;
}

.weddingArea .column .inner .tab img.column_renewal {
  padding-left: 20px;
}
@media screen and (min-width: 641px) {
  .weddingArea .column .inner .tab img.column_renewal {
    width: 360px;
  }
}

.weddingArea .column.garden .more_btn a.arr02 {
  position: relative;
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: 0.07em;
  background-color: #A2CB65;
  display: inline-block;
  text-align: center;
  min-width: 256px;
  padding: 12px 30px 12px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.weddingArea .column.garden .more_btn a.arr02:hover {
  opacity: 0.6;
}

.weddingArea .column.garden .more_btn a.arr02 span:after {
  content: "";
  display: block;
  position: absolute;
  top: 40%;
  right: 16px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 640px) {
  .weddingArea .column .inner {
    height: auto;
    padding: 10px 25px 30px;
  }
  .weddingArea .column.garden .more_btn a.arr02 {
    font-size: 1.2rem;
    min-width: 100%;
  }
  .weddingArea .column .inner .txt_box .txt {
    letter-spacing: 0.01em;
    line-height: 1.6;
  }
  .weddingArea .column .inner .txt_box .txt {
    padding-right: 0;
  }
}
/*231101改修パート*/
.headerArea .row02 {
  position: relative;
  clear: both;
  margin-left: 190px;
  padding-right: 1%;
  padding-left: 1%;
  border-top: 1px solid #e5e5e5;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 0;
}
.headerArea .row02 > ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 2.6rem;
}
.headerArea .row02 > ul:before {
  content: "";
  display: block;
  float: left;
  height: 120px;
  width: 0;
}
.headerArea .row02 > ul > li:not([data-sc-sp]) {
  height: 6rem;
}
.headerArea .row02 > ul > li:not([data-sc-sp]) + li {
  position: relative;
  margin-left: 3rem;
}
.headerArea .row02 > ul > li:not([data-sc-sp]) + li:before {
  content: "/";
  position: absolute;
  left: -1.8rem;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 6rem;
  font-size: 1.3rem;
  line-height: 1;
  color: #999392;
  margin: auto;
}
.headerArea .row02 > ul > li:not([data-sc-sp]) a, .headerArea .row02 > ul > li:not([data-sc-sp]) .link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.3rem;
  color: #4a4645;
}
.headerArea .row02 > ul > li:not([data-sc-sp]) a span, .headerArea .row02 > ul > li:not([data-sc-sp]) .link span {
  display: block;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
}
.headerArea .row02 > ul > li:not([data-sc-sp]) a span:after, .headerArea .row02 > ul > li:not([data-sc-sp]) .link span:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #4a4645;
  position: absolute;
  bottom: -3px;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: scaleX(0.84);
          transform: scaleX(0.84);
}
.headerArea .row02 > ul > li:not([data-sc-sp]) a:hover > span:after, .headerArea .row02 > ul > li:not([data-sc-sp]) .link:hover > span:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  opacity: 1;
}
.headerArea .row02 > ul > li:not([data-sc-sp]) a:after, .headerArea .row02 > ul > li:not([data-sc-sp]) .link:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 0;
  border: 10px solid #b2c470;
  border-bottom-width: 0px;
  border-top-color: rgba(178, 196, 112, 0);
  border-left-color: rgba(178, 196, 112, 0);
  border-right-color: rgba(178, 196, 112, 0);
  margin: auto;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.headerArea .row02 > ul > li:not([data-sc-sp]) a.hassubmenu:hover:after, .headerArea .row02 > ul > li:not([data-sc-sp]) .link.hassubmenu:hover:after {
  opacity: 1;
  border-bottom-width: 10px;
}
.headerArea .row02 > ul > li:not([data-sc-sp]) .in_link {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: calc(6rem - 1px);
  width: 800px;
  text-align: left;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}
.headerArea .row02 > ul > li:not([data-sc-sp]) .in_link:before {
  content: "";
  display: block;
  background-color: #b2c470;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1000%;
  width: 10000%;
}
.headerArea .row02 > ul > li:not([data-sc-sp]) .in_link li {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.headerArea .row02 > ul > li:not([data-sc-sp]) .in_link li + li {
  margin-left: 3rem;
}
.headerArea .row02 > ul > li:not([data-sc-sp]) .in_link li + li:before {
  content: "/";
  position: absolute;
  left: -2rem;
  top: 0;
  bottom: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 6rem;
  margin: auto;
  font-size: 1.4rem;
  line-height: 1;
  color: #FFF;
}
.headerArea .row02 > ul > li:not([data-sc-sp]) .in_link li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  cursor: pointer;
}
.headerArea .row02 > ul > li:not([data-sc-sp]) .in_link li a span {
  font-size: 1.4rem;
}
.headerArea .row02 > ul > li:not([data-sc-sp]) .in_link li a span:after {
  background-color: #FFF;
}
.headerArea .row02 > ul > li:not([data-sc-sp]):hover .in_link {
  opacity: 1;
  pointer-events: auto;
}
.csspointerevents .headerArea .row02 > ul > li:not([data-sc-sp]):hover .in_link .link {
  display: none;
}
@media print, screen and (min-width: 641px) {
  .headerArea .row02 > ul > li:not([data-sc-sp]).split {
    margin-left: 6rem;
  }
  .headerArea .row02 > ul > li:not([data-sc-sp]).split:before {
    content: "";
    left: -3.3rem;
    top: calc(50% - 1rem);
    width: 1px;
    height: 2rem;
    background-color: #b6b6b6;
  }
}
.headerArea .row02 > ul > li:not([data-sc-sp]).insta {
  margin-left: 5rem;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.no-touchevents .headerArea .row02 > ul > li:not([data-sc-sp]).insta:hover {
  opacity: 0.5;
}
.headerArea .row02 > ul > li:not([data-sc-sp]).insta:before {
  content: "";
  left: -2.5rem;
  top: 2rem;
  width: 1px;
  height: 2rem;
  background-color: #b6b6b6;
}
@media screen and (min-width: 641px) and (max-width: 1400px) {
  .headerArea .row02 > ul {
    padding-right: 2.8rem;
    padding-left: 11%;
  }
  .headerArea .row02 > ul > li:not([data-sc-sp]) {
    height: 4rem;
  }
  .headerArea .row02 > ul > li:not([data-sc-sp]) + li {
    margin-left: 2rem;
  }
  .headerArea .row02 > ul > li:not([data-sc-sp]) + li:before {
    left: -1.3rem;
    height: 4rem;
    font-size: 1.2rem;
  }
  .headerArea .row02 > ul > li:not([data-sc-sp]) a, .headerArea .row02 > ul > li:not([data-sc-sp]) .link {
    height: 4rem;
    font-size: 1.2rem;
  }
  .headerArea .row02 > ul > li:not([data-sc-sp]) a:after, .headerArea .row02 > ul > li:not([data-sc-sp]) .link:after {
    bottom: -5px;
  }
  .headerArea .row02 > ul > li:not([data-sc-sp]) .in_link {
    top: calc(4rem - 1px);
  }
  .headerArea .row02 > ul > li:not([data-sc-sp]) .in_link li + li:before {
    height: 4rem;
    font-size: 1.2rem;
  }
  .headerArea .row02 > ul > li:not([data-sc-sp]) .in_link li a span {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 641px) and (max-width: 1400px) and (min-width: 641px) {
  .headerArea .row02 > ul > li:not([data-sc-sp]).split {
    margin-left: 5rem;
  }
  .headerArea .row02 > ul > li:not([data-sc-sp]).split:before {
    left: -2.5rem;
    top: calc(50% - 0.9rem);
    height: 1.8rem;
  }
}
@media screen and (min-width: 641px) and (max-width: 1400px) {
  .headerArea .row02 > ul > li:not([data-sc-sp]).insta {
    margin-left: 4rem;
  }
  .headerArea .row02 > ul > li:not([data-sc-sp]).insta:before {
    content: "";
    top: 1.2rem;
    left: -2rem;
    width: 1px;
    height: 1.8rem;
    background-color: #b6b6b6;
  }
  .headerArea .row02 > ul > li:not([data-sc-sp]).insta img {
    width: 1.8rem;
    height: auto;
  }
}
@media screen and (min-width: 641px) and (max-width: 1340px) {
  .headerArea .row02 > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 3.2rem;
    padding-left: 0;
    max-width: 110rem;
  }
}
@media screen and (min-width: 641px) and (max-width: 1220px) {
  .headerArea .row02 > ul > li:not([data-sc-sp]) + li {
    margin-left: 2rem;
  }
  .headerArea .row02 > ul > li:not([data-sc-sp]) + li:before {
    left: -1.5rem;
    font-size: 1.0rem;
  }
  .headerArea .row02 > ul > li:not([data-sc-sp]) a, .headerArea .row02 > ul > li:not([data-sc-sp]) .link {
    font-size: 1.0rem;
  }
  .headerArea .row02 > ul > li:not([data-sc-sp]) .in_link li + li:before {
    left: -1.7rem;
    font-size: 1.0rem;
  }
  .headerArea .row02 > ul > li:not([data-sc-sp]) .in_link li a span {
    font-size: 1.0rem;
  }
  .headerArea .row02 > ul > li:not([data-sc-sp]).insta {
    margin-left: 3rem;
  }
  .headerArea .row02 > ul > li:not([data-sc-sp]).insta:before {
    content: "";
    top: 1.2rem;
    left: -1.5rem;
    width: 1px;
    height: 1.8rem;
    background-color: #b6b6b6;
  }
}
.headerArea .link02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.headerArea .link02 li {
  float: none;
  margin: 0;
}

@media screen and (max-width: 640px) {
  .headerSP .nav {
    background-color: #f5f2ed;
  }
  .headerSP .nav .btn_insta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 19.72vw;
    background-color: #f3f3f0;
  }
  .headerSP .nav .btn_insta span {
    position: relative;
    display: inline-block;
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 4.44vw;
    letter-spacing: 0.05em;
    line-height: 1;
    color: #af9967;
    padding-left: 11.8vw;
  }
  .headerSP .nav .btn_insta span:before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 3.75vw);
    display: block;
    width: 7.5vw;
    height: 7.5vw;
    background-image: url(/common/img/inc_insta.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .headerSP .nav .link02 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-color: #f5f2ed;
    border-top: 1px solid #fff;
  }
  .headerSP .nav .link02:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: block;
    width: 1px;
    height: 100%;
    background-color: #fff;
  }
  .headerSP .nav .link02 li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50%;
    height: 5.9rem;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", 游明朝, "Yu Mincho", YuMincho, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3.05vw;
    letter-spacing: 0;
    line-height: 1;
    color: #9d8140;
    border-bottom: 1px solid #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .os-android .headerSP .nav .link02 li {
    font-family: a-otf-ryumin-pr6n, serif;
    font-weight: 300 !important;
  }
  .headerSP .nav .link02 li span {
    position: relative;
    display: inline-block;
    padding-top: 5.55vw;
  }
  .headerSP .nav .link02 li span:before {
    content: attr(data-txt);
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    white-space: nowrap;
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 4.16vw;
    letter-spacing: 0.05em;
    line-height: 1;
  }
  .headerSP .nav .link02 .in_link {
    display: none;
  }
  .headerSP .nav .close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 19.72vw;
    background-color: #e4e0d7;
  }
  .headerSP .nav .close span {
    position: relative;
    padding-left: 9.72vw;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", 游明朝, "Yu Mincho", YuMincho, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3.61vw;
    letter-spacing: 0;
    line-height: 1;
    color: #9d8140;
  }
  .os-android .headerSP .nav .close span {
    font-family: a-otf-ryumin-pr6n, serif;
    font-weight: 300 !important;
  }
  .headerSP .nav .close span:before, .headerSP .nav .close span:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    height: 1px;
    width: 5.55vw;
    background-color: #9d8140;
  }
  .headerSP .nav .close span:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .headerSP .nav .close span:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

@media screen and (max-width: 640px) {
  .footerArea .sns_link {
    text-align: center;
    padding-bottom: 4.16vw;
  }
  .footerArea .btn_insta {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    height: 8.33vw;
  }
  .footerArea .btn_insta span {
    position: relative;
    display: inline-block;
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 4.44vw;
    letter-spacing: 0.05em;
    line-height: 1;
    color: #fff;
    padding-left: 11.8vw;
  }
  .footerArea .btn_insta span:before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 3.75vw);
    display: block;
    width: 7.5vw;
    height: 7.5vw;
    background-image: url(/common/img/inc_insta_wh.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

.bnr_quo {
  top: 3.5rem;
}

.ex_info {
  background-color: #fff;
  position: absolute;
  right: 0;
  bottom: 100px;
  z-index: 10;
}
.ex_info a {
  display: block;
  padding: 5px 0;
  margin: 0 auto;
  max-width: 900px;
  color: #000;
  font-size: 14px;
  padding: 10px 60px 10px 20px;
  position: relative;
  text-decoration: none;
}
.ex_info a:after {
  content: "";
  display: block;
  margin: auto 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.ex_info a:hover {
  text-decoration: underline;
}
.ex_info.restaurant {
  bottom: 40px;
}
@media screen and (max-width: 768px) {
  .ex_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    bottom: -42px;
    width: calc(100% - 4px);
    height: 40px;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
  .ex_info a {
    display: block;
    padding: 7px 0 7px 0;
    width: 100%;
    position: relative;
    font-size: 13px;
    text-align: center;
  }
  .ex_info.restaurant {
    bottom: -84px;
  }
}

@media screen and (max-width: 768px) {
  #main .txt {
    top: 54%;
  }
}
.mvArea {
  position: relative;
  min-width: 1030px;
  overflow: hidden;
  opacity: 0;
}
@media screen and (max-width: 640px) {
  .mvArea {
    margin-top: 50px;
    height: auto;
    min-width: 100%;
  }
}
.mvArea > .in {
  position: relative;
  z-index: 0;
  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;
  width: 100%;
  height: calc(100vh - 120px);
  margin-bottom: 120px;
}
@media (min-width: 641px) and (max-height: 640px) {
  .mvArea > .in {
    min-height: 520px;
  }
}
@media screen and (max-width: 640px) {
  .mvArea > .in {
    height: 100%;
    margin-bottom: 0;
  }
}
.mvArea .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  opacity: 0;
}
@media screen and (max-width: 640px) {
  .mvArea .bg {
    position: static;
  }
}
.mvArea [data-slidearea01].mv_slider {
  padding: 0;
  overflow: hidden;
}
.mvArea [data-slidearea01].mv_slider[data-slidearea01-slidelimit] .slidearea01_link.dammy {
  opacity: 0;
}
.mvArea [data-slidearea01].mv_slider .slidearea01_wrap {
  width: 100%;
  margin: auto;
  position: relative;
}
@media (min-width: 641px) and (max-height: 640px) {
  .mvArea [data-slidearea01].mv_slider .slidearea01_wrap {
    width: 938px !important;
  }
}
@media screen and (max-width: 640px) {
  .mvArea [data-slidearea01].mv_slider .slidearea01_wrap {
    max-width: 100vw;
  }
}
.mvArea [data-slidearea01].mv_slider .slidearea01_btns {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .mvArea [data-slidearea01].mv_slider .slidearea01_btns {
    height: 100vw;
  }
}
.mvArea [data-slidearea01].mv_slider .slidearea01_btns button {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media print, screen and (min-width: 641px) {
  .mvArea [data-slidearea01].mv_slider .slidearea01_btns button {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 640px) {
  .mvArea [data-slidearea01].mv_slider .slidearea01_btns button {
    width: 60px;
    height: 90px;
  }
}
.mvArea [data-slidearea01].mv_slider .slidearea01_btns button:before, .mvArea [data-slidearea01].mv_slider .slidearea01_btns button:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media print, screen and (min-width: 641px) {
  .mvArea [data-slidearea01].mv_slider .slidearea01_btns button:before {
    width: 4rem;
    height: 4rem;
    background-color: #FFF;
  }
}
.mvArea [data-slidearea01].mv_slider .slidearea01_btns button:after {
  width: 1.2rem;
  height: 1.2rem;
  border: 2px solid #666;
}
@media screen and (max-width: 640px) {
  .mvArea [data-slidearea01].mv_slider .slidearea01_btns button:after {
    border-color: #fff;
    width: 12px;
    height: 12px;
    -webkit-filter: drop-shadow(0 0 5px black);
            filter: drop-shadow(0 0 5px black);
  }
}
@media print, screen and (min-width: 641px) {
  .mvArea [data-slidearea01].mv_slider .slidearea01_btns button.next {
    right: -3.5rem;
  }
}
@media screen and (max-width: 640px) {
  .mvArea [data-slidearea01].mv_slider .slidearea01_btns button.next {
    right: -20px;
  }
}
.mvArea [data-slidearea01].mv_slider .slidearea01_btns button.next:after {
  border-bottom: rgba(0, 0, 0, 0) !important;
  border-left: rgba(0, 0, 0, 0) !important;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 0.5rem;
}
@media print, screen and (min-width: 641px) {
  .mvArea [data-slidearea01].mv_slider .slidearea01_btns button.prev {
    left: -3.5rem;
  }
}
@media screen and (max-width: 640px) {
  .mvArea [data-slidearea01].mv_slider .slidearea01_btns button.prev {
    left: -20px;
  }
}
.mvArea [data-slidearea01].mv_slider .slidearea01_btns button.prev:after {
  border-bottom: rgba(0, 0, 0, 0) !important;
  border-right: rgba(0, 0, 0, 0) !important;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: -0.5rem;
}
.mvArea [data-slidearea01].mv_slider .slidearea01_btns button.disabled {
  pointer-events: none;
  opacity: 0.3;
}
.no-touchevents .mvArea [data-slidearea01].mv_slider .slidearea01_btns button:hover:after {
  border-color: #AF9967;
}
.mvArea [data-slidearea01].mv_slider .slidearea01_wrapin {
  padding: 0;
}
.mvArea [data-slidearea01].mv_slider .slidearea01_content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mvArea [data-slidearea01].mv_slider .slidearea01_content.disableTrs {
  -webkit-transition: none !important;
  transition: none !important;
}
.mvArea [data-slidearea01].mv_slider .slidearea01_link {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
}
.mvArea [data-slidearea01].mv_slider .slidearea01_link .in {
  position: relative;
}
.mvArea [data-slidearea01].mv_slider .slidearea01_link .in .ph {
  display: block;
  width: 100%;
  height: calc(100vh - 120px);
}
@media (min-width: 641px) and (max-height: 640px) {
  .mvArea [data-slidearea01].mv_slider .slidearea01_link .in .ph {
    width: 938px !important;
    min-height: 520px;
  }
}
@media screen and (max-width: 640px) {
  .mvArea [data-slidearea01].mv_slider .slidearea01_link .in .ph {
    height: 100vw;
  }
}
.mvArea [data-slidearea01].mv_slider .slidearea01_pager {
  text-align: center;
  display: none;
}
.mvArea [data-slidearea01].mv_slider .slidearea01_pager button {
  width: 40px;
  height: 40px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.mvArea [data-slidearea01].mv_slider .slidearea01_pager button:after, .mvArea [data-slidearea01].mv_slider .slidearea01_pager button:before {
  content: "";
  display: block;
  background-color: #DDD;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
}
@media print, screen and (min-width: 641px) {
  .mvArea [data-slidearea01].mv_slider .slidearea01_pager button:after, .mvArea [data-slidearea01].mv_slider .slidearea01_pager button:before {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 640px) {
  .mvArea [data-slidearea01].mv_slider .slidearea01_pager button:after, .mvArea [data-slidearea01].mv_slider .slidearea01_pager button:before {
    width: 6px;
    height: 6px;
  }
}
.mvArea [data-slidearea01].mv_slider .slidearea01_pager button:after {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.no-touchevents .mvArea [data-slidearea01].mv_slider .slidearea01_pager button:hover:after, .mvArea [data-slidearea01].mv_slider .slidearea01_pager button.active:after {
  background-color: #000;
}
.mvArea [data-slidearea01].mv_slider .slidearea01_pager button.active {
  cursor: default;
  pointer-events: none;
}
.mvArea .mv_tit_h1 {
  position: absolute;
  left: 40px;
  bottom: 40px;
  opacity: 1;
  pointer-events: none;
  display: block;
  width: 30rem;
  height: 24.5rem;
}
@media screen and (max-width: 640px) {
  .mvArea .mv_tit_h1 {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 36.38vw;
    background-color: #f5f2ed;
  }
}
.mvArea .mv_tit_h1 img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 640px) {
  .mvArea .mv_tit_h1 img {
    width: 50%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 31vw;
  }
}
.mvArea .mv_tit_h1 .mv_txt_area {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 640px) {
  .mvArea .mv_tit_h1 .mv_txt_area {
    position: static;
    text-align: center;
  }
}
.mvArea .mv_tit_h1 .mv_txt {
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 1.8;
  white-space: nowrap;
  text-align: left;
  color: #fff;
  text-shadow: 0 4px 9px rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 640px) {
  .mvArea .mv_tit_h1 .mv_txt {
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", 游明朝, "Yu Mincho", YuMincho, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 5.83vw;
    line-height: 1.47;
    letter-spacing: 0;
    color: #4a4645;
    text-shadow: none;
  }
  .os-android .mvArea .mv_tit_h1 .mv_txt {
    font-family: a-otf-ryumin-pr6n, serif;
    font-weight: 300 !important;
  }
  .mvArea .mv_tit_h1 .mv_txt > span {
    font-size: 5.55vw;
  }
}
.mvArea .caption {
  position: absolute;
  bottom: 4rem;
  left: 5.5rem;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", 游明朝, "Yu Mincho", YuMincho, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 1.6;
  white-space: nowrap;
  text-align: left;
  color: #fff;
  text-shadow: 0 4px 9px rgba(0, 0, 0, 0.75);
}
.os-android .mvArea .caption {
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300 !important;
}
@media screen and (max-width: 640px) {
  .mvArea .caption {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 36.38vw;
    background-color: #f5f2ed;
    font-size: 5vw;
    font-weight: 500;
    line-height: 1.66;
    letter-spacing: 0;
    color: #4a4645;
    text-align: center;
    text-shadow: none;
  }
}
.mvArea .bnr {
  position: absolute;
  right: 290px;
  bottom: 22px;
}
@media screen and (max-width: 640px) {
  .mvArea .bnr {
    right: 10px;
    bottom: 10px;
    text-align: right;
  }
  .mvArea .bnr img {
    width: 42%;
  }
}
.mvArea .bnr a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.mvArea .bnr a:hover {
  opacity: 0.7;
}
.mvArea .firstlogoimg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: scale(0.94);
          transform: scale(0.94);
  -webkit-transition: 3s;
  transition: 3s;
  margin: auto;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .mvArea {
    /* margin-bottom: 86px; */
    overflow: visible;
  }
  /* .mvArea:before {
    content: "";
    display: block;
    background-color: #F0EDE8;
    width: 100%;
    height: 86px;
    position: absolute;
    bottom: -86px;
    left: 0;
    pointer-events: none;
  } */
}
@media screen and (min-width: 641px) and (max-height: 770px) {
  .mvArea h1 {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
  }
  .mvArea .bnr {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
  }
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  .mvArea h1 {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
  }
  .mvArea .bnr {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
  }
}

.top_page .sec_tit {
  position: relative;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", 游明朝, "Yu Mincho", YuMincho, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 1;
  color: #9d8140;
  padding-top: 5.5rem;
}
.os-android .top_page .sec_tit {
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300 !important;
}
@media screen and (max-width: 640px) {
  .top_page .sec_tit {
    font-size: 3.33vw;
    padding-top: 12.5vw;
  }
}
.top_page .sec_tit[data-txt]:after {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: attr(data-txt);
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 4.8rem;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .top_page .sec_tit[data-txt]:after {
    font-size: 10.55vw;
  }
}
.top_page .sec_tit.-deco :before {
  content: "";
  position: absolute;
  top: -2.5rem;
  left: 50%;
  width: 436px;
  height: 218px;
  margin-left: -218px;
  background: url(../img/title_bg.png);
  background-size: cover;
}
@media screen and (max-width: 640px) {
  .top_page .sec_tit.-deco :before {
    top: -8px;
    width: 265px;
    height: 133px;
    margin-left: -133px;
    background-size: cover;
  }
}
.top_page .elem_tit.-deco {
  position: relative;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", 游明朝, "Yu Mincho", YuMincho, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 1;
  color: #9d8140;
  padding-top: 5rem;
}
.os-android .top_page .elem_tit.-deco {
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300 !important;
}
.top_page .elem_tit.-deco[data-txt]:after {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: attr(data-txt);
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 3.2rem;
  letter-spacing: 0.08em;
  line-height: 1;
}
.top_page .elem_tit:not(.-deco) {
  position: relative;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", 游明朝, "Yu Mincho", YuMincho, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.7rem;
  letter-spacing: 0;
  line-height: 1;
  color: #555;
  padding-top: 5.5rem;
}
.os-android .top_page .elem_tit:not(.-deco) {
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300 !important;
}
@media screen and (max-width: 640px) {
  .top_page .elem_tit:not(.-deco) {
    font-size: 3.05vw;
    padding-top: 11.11vw;
  }
}
.top_page .elem_tit:not(.-deco) span {
  position: relative;
  padding: 0 2.5rem;
}
@media screen and (max-width: 640px) {
  .top_page .elem_tit:not(.-deco) span {
    padding: 0 3.47vw;
  }
}
.top_page .elem_tit:not(.-deco) span:before, .top_page .elem_tit:not(.-deco) span:after {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  width: 3rem;
  background-color: #af9967;
}
@media screen and (max-width: 640px) {
  .top_page .elem_tit:not(.-deco) span:before, .top_page .elem_tit:not(.-deco) span:after {
    width: 2rem;
  }
}
.top_page .elem_tit:not(.-deco) span:before {
  left: -3rem;
}
@media screen and (max-width: 640px) {
  .top_page .elem_tit:not(.-deco) span:before {
    left: -2rem;
  }
}
.top_page .elem_tit:not(.-deco) span:after {
  right: -3rem;
}
@media screen and (max-width: 640px) {
  .top_page .elem_tit:not(.-deco) span:after {
    right: -2rem;
  }
}
.top_page .elem_tit:not(.-deco)[data-txt]:before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: attr(data-txt);
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 3.8rem;
  letter-spacing: 0.05em;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  .top_page .elem_tit:not(.-deco)[data-txt]:before {
    font-size: 8.61vw;
  }
}
.top_page .elem_tit:not(.-deco).-left {
  font-size: 1.1rem;
  text-align: left;
  padding-top: 5rem;
}
@media screen and (max-width: 640px) {
  .top_page .elem_tit:not(.-deco).-left {
    font-size: 3.05vw;
    padding-top: 11.11vw;
  }
}
.top_page .elem_tit:not(.-deco).-left span {
  padding-left: 0;
  padding-right: 1rem;
}
.top_page .elem_tit:not(.-deco).-left span:before {
  content: none;
}
.top_page .elem_tit:not(.-deco).-left span:after {
  width: 2rem;
  right: -2rem;
}
.top_page .elem_tit:not(.-deco).-left[data-txt]:before {
  font-size: 3.9rem;
  left: 0;
  -webkit-transform: none;
          transform: none;
}
@media screen and (max-width: 640px) {
  .top_page .elem_tit:not(.-deco).-left[data-txt]:before {
    font-size: 8.61vw;
  }
}
.top_page .elem_tit:not(.-deco).-small {
  font-size: 1.1rem;
  padding-top: 5rem;
}
@media screen and (max-width: 640px) {
  .top_page .elem_tit:not(.-deco).-small {
    font-size: 3.05vw;
    padding-top: 11.8vw;
  }
}
.top_page .elem_tit:not(.-deco).-small span {
  padding: 0 1rem;
}
@media screen and (max-width: 640px) {
  .top_page .elem_tit:not(.-deco).-small span {
    padding: 0 1.3rem;
  }
}
.top_page .elem_tit:not(.-deco).-small span:before, .top_page .elem_tit:not(.-deco).-small span:after {
  width: 1.6rem;
}
@media screen and (max-width: 640px) {
  .top_page .elem_tit:not(.-deco).-small span:before, .top_page .elem_tit:not(.-deco).-small span:after {
    width: 2rem;
  }
}
.top_page .elem_tit:not(.-deco).-small span:before {
  left: -1.6rem;
}
@media screen and (max-width: 640px) {
  .top_page .elem_tit:not(.-deco).-small span:before {
    left: -2rem;
  }
}
.top_page .elem_tit:not(.-deco).-small span:after {
  right: -1.6rem;
}
@media screen and (max-width: 640px) {
  .top_page .elem_tit:not(.-deco).-small span:after {
    right: -2rem;
  }
}
.top_page .elem_tit:not(.-deco).-small[data-txt]:before {
  font-size: 3.9rem;
}
@media screen and (max-width: 640px) {
  .top_page .elem_tit:not(.-deco).-small[data-txt]:before {
    font-size: 8.61vw;
  }
}
.top_page .mod_link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60rem;
  height: 16rem;
  background-color: rgba(249, 245, 239, 0.5);
  margin: auto;
  margin-top: 4rem;
}
@media screen and (max-width: 640px) {
  .top_page .mod_link_box {
    width: 100%;
    height: auto;
    margin-top: 8.33vw;
    background-color: rgba(249, 245, 239, 0);
  }
}
.top_page .mod_link_box > dt {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", 游明朝, "Yu Mincho", YuMincho, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.7rem;
  letter-spacing: 0;
  line-height: 2.52;
  text-align: center;
  color: #555;
}
.os-android .top_page .mod_link_box > dt {
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300 !important;
}
.top_page .mod_link_box > dt span {
  position: relative;
  padding: 0 4rem;
}
.top_page .mod_link_box > dt span:before, .top_page .mod_link_box > dt span:after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 3rem;
  height: 1px;
  background-color: #af9967;
}
.top_page .mod_link_box > dt span:before {
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.top_page .mod_link_box > dt span:after {
  right: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 640px) {
  .top_page .mod_link_box > dt {
    height: 0;
    overflow: hidden;
  }
  .top_page .mod_link_box > dt span {
    height: 0;
    padding: 0;
    overflow: hidden;
  }
  .top_page .mod_link_box > dt span:before, .top_page .mod_link_box > dt span:after {
    content: none;
  }
}
.top_page .mod_link_box > dd {
  margin-top: 2.5rem;
}
@media screen and (max-width: 640px) {
  .top_page .mod_link_box > dd {
    margin: auto;
  }
}
.top_page .mod_link_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25.5rem;
  height: 4.2rem;
  background-color: #a2cb65;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .top_page .mod_link_btn {
    width: 20rem;
    height: 4rem;
  }
}
.top_page .mod_link_btn span {
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .top_page .mod_link_btn span {
    font-size: 3.33vw;
  }
}
.top_page .mod_link_btn:hover {
  opacity: 0.5;
}

@media screen and (max-width: 640px) {
  .weddingArea {
    padding: 16.66vw 0 0;
  }
}
@media screen and (max-width: 640px) {
  .weddingArea .sec_tit.-deco {
    margin-bottom: 6.94vw;
  }
}
@media screen and (max-width: 640px) {
  .weddingArea .sec_tit.-deco :before {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .weddingArea .inner .txt02 {
    width: calc(100% - 3rem);
    font-size: 3.61vw;
    letter-spacing: 0;
    line-height: 1.84;
    color: #555;
    margin: auto;
  }
}
@media screen and (max-width: 640px) {
  .weddingArea .slidePhotoArea .btns01 {
    display: block;
  }
  .weddingArea .slidePhotoArea .btns01 .prev {
    left: -2rem;
  }
  .weddingArea .slidePhotoArea .btns01 .next {
    right: -2rem;
  }
}
@media screen and (max-width: 640px) {
  .weddingArea .offset_wrap {
    position: relative;
    margin-top: 22.22vw;
  }
  .weddingArea .offset_wrap .slidePhotoArea {
    position: absolute;
    top: 25vw;
    left: 1rem;
    right: 1rem;
    height: 64.72vw;
    overflow: visible;
  }
  .weddingArea .offset_wrap .slidePhotoArea > .in {
    height: 64.72vw;
  }
  .weddingArea .offset_wrap .slidePhotoArea .flickArea {
    padding-top: 0;
    height: 100%;
  }
  .weddingArea .offset_wrap .slidePhotoArea .slide > * {
    height: 64.72vw;
  }
  .weddingArea .offset_wrap .slidePhotoArea .img_sp {
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
  }
  .weddingArea .offset_wrap .ceremony {
    padding-bottom: 12.5vw;
  }
  .weddingArea .offset_wrap .ceremony .elem_tit {
    margin-bottom: 83.33vw;
  }
  .weddingArea .offset_wrap .ceremony .txt02 {
    font-size: 3.33vw;
    letter-spacing: 0;
    line-height: 1.79;
    color: #555;
  }
  .weddingArea .offset_wrap .sp_wrap {
    position: relative;
    margin-top: 13.88vw;
    padding-top: 12.5vw;
    padding-bottom: 11.11vw;
    background-color: #f9f5ef;
  }
  .weddingArea .offset_wrap .sp_wrap:before {
    content: "";
    position: absolute;
    top: -6.25vw;
    left: 50%;
    display: block;
    width: 1px;
    height: 12.5vw;
    background-color: #af9967;
  }
  .weddingArea .offset_wrap .bnr_pet {
    padding-top: 13.88vw;
  }
  .weddingArea .offset_wrap .party .elem_tit {
    margin-bottom: 83.33vw;
  }
  .weddingArea .offset_wrap .party .txt02, .weddingArea .offset_wrap .party .txt03 {
    font-size: 3.33vw;
    letter-spacing: 0;
    line-height: 1.79;
    color: #555;
  }
  .weddingArea .offset_wrap + .offset_wrap {
    margin-top: 0;
  }
  .weddingArea .offset_wrap + .offset_wrap .party {
    padding-bottom: 0;
  }
  .weddingArea .offset_wrap #Renewal .txt {
    font-size: 3.33vw;
    letter-spacing: 0;
    line-height: 1.79;
    color: #555;
  }
  .weddingArea .offset_wrap .orijinalArea .elem_tit {
    margin-bottom: 8.33vw;
  }
  .weddingArea .offset_wrap .orijinalArea .txt {
    font-size: 3.61vw;
    letter-spacing: 0;
    line-height: 1.84;
    color: #555;
  }
  .weddingArea .offset_wrap .orijinalArea dl {
    padding-bottom: 50%;
  }
  .weddingArea .offset_wrap .orijinalArea dl dd {
    font-size: 3.33vw;
    letter-spacing: 0;
    line-height: 1.79;
    color: #555;
  }
}
@media screen and (max-width: 640px) {
  .weddingArea .column.garden {
    margin-top: 16.66vw;
  }
}

@media screen and (max-width: 640px) {
  .pararaxArea .-cuisine, .pararaxArea .-support {
    line-height: 0;
  }
  .pararaxArea .-cuisine img, .pararaxArea .-support img {
    width: 100%;
    height: auto;
  }
}

.cuisineArea .link_box {
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 640px) {
  .cuisineArea {
    padding-top: 16.11vw;
  }
  .cuisineArea .inner {
    margin-top: 13.88vw;
    margin-bottom: 0;
  }
  .cuisineArea .inner .sub {
    padding-bottom: 13.88vw;
  }
  .cuisineArea .inner .link_box {
    margin-bottom: 0;
  }
  .cuisineArea .sec_tit {
    margin-bottom: 6.94vw;
  }
}

.sec_dress {
  position: relative;
  background-color: #efe7d6;
  padding-bottom: 7rem;
}
@media screen and (max-width: 640px) {
  .sec_dress {
    padding-bottom: 15.27vw;
  }
  .sec_dress:before {
    content: "";
    position: absolute;
    top: 0.7rem;
    bottom: 0.7rem;
    left: 0.7rem;
    right: 0.7rem;
    border: 1px solid #af9967;
    pointer-events: none;
    z-index: 1;
  }
}
.sec_dress > .in {
  position: relative;
  z-index: 0;
  max-width: 144rem;
  width: 100%;
  padding-left: 50%;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1439px) {
  .sec_dress > .in {
    padding-left: 72rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_dress > .in {
    padding: 0;
  }
}
.sec_dress > .in:before {
  content: "";
  position: absolute;
  top: 0;
  left: 6rem;
  right: 6rem;
  bottom: 7rem;
  background-color: #fff;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .sec_dress > .in:before {
    display: none;
  }
}
.sec_dress .mv {
  display: block;
  line-height: 0;
  width: 100%;
  max-width: 72rem;
}
@media screen and (min-width: 1439px) {
  .sec_dress .mv {
    width: 72rem;
  }
}
.sec_dress .mv img {
  width: 100%;
  height: auto;
}
.sec_dress .txt_box {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  height: 100%;
  padding-left: 6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .sec_dress .txt_box {
    position: static;
    display: block;
    width: 100%;
    padding: 0;
    margin-top: 11.11vw;
  }
}
.sec_dress .txt_box .sec_tit {
  margin-top: -7rem;
}
@media screen and (max-width: 640px) {
  .sec_dress .txt_box .sec_tit {
    margin: 0;
    text-align: center;
  }
}
.sec_dress .txt_box .catch {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", 游明朝, "Yu Mincho", YuMincho, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 2;
  color: #555;
  margin-top: 4rem;
  text-align: center;
}
.os-android .sec_dress .txt_box .catch {
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300 !important;
}
@media screen and (max-width: 640px) {
  .sec_dress .txt_box .catch {
    width: calc(100% - 11rem);
    font-size: 4.44vw;
    text-align: left;
    margin: auto;
    margin-top: 6.94vw;
  }
}
.sec_dress .txt_box .txt {
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 2;
  color: #555;
  margin-top: 3rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .sec_dress .txt_box .txt {
    font-size: 3.33vw;
    line-height: 1.79;
    text-align: left;
    padding: 0 2.7rem;
    margin-top: 6.66vw;
  }
}
.sec_dress .txt_box .link_box {
  margin-top: 4.5rem;
}
@media screen and (max-width: 640px) {
  .sec_dress .txt_box .link_box {
    margin-top: 6.25vw;
  }
}

@media screen and (max-width: 640px) {
  .supportArea .sec_tit {
    margin-bottom: 6.94vw;
  }
  .supportArea .txt02 {
    font-size: 3.61vw;
    letter-spacing: 0;
    line-height: 1.84;
    color: #555;
    margin-top: 8.33vw;
    margin-bottom: 13.88vw;
  }
  .supportArea .specialist {
    position: relative;
    padding-bottom: 8.33vw;
    background-color: rgba(245, 249, 232, 0);
  }
  .supportArea .specialist:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 5.55vw;
    background-color: #f5f9e8;
  }
  .supportArea .specialist .elem_tit.-left {
    margin-left: 2.77vw;
  }
  .supportArea .specialist .txtWrap {
    padding-bottom: 0;
  }
  .supportArea .specialist .txtWrap_txt01,
  .supportArea .specialist .txtWrap_txt02 {
    margin-left: 2.77vw;
  }
  .supportArea .specialist .sp_ph {
    width: 94.9vw;
    height: auto;
    margin-bottom: 8.33vw;
  }
  .supportArea .support {
    position: relative;
    padding-top: 8.33vw !important;
    padding-bottom: 25vw !important;
  }
  .supportArea .support:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 16.66vw;
    left: 5.55vw;
    right: 0;
    background-color: #f5f9e8;
  }
  .supportArea .support .elem_tit {
    text-align: left !important;
    font-size: 3.05vw;
    padding-top: 11.11vw;
    margin-left: 5.55vw;
  }
  .supportArea .support .elem_tit span:before {
    content: none;
  }
  .supportArea .support .elem_tit span:after {
    width: 2rem;
    right: -2rem;
  }
  .supportArea .support .elem_tit[data-txt]:before {
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .supportArea .support .elem_tit[data-txt]:before {
    font-size: 8.61vw;
  }
}
@media screen and (max-width: 640px) {
  .supportArea .support .elem_tit:not(.deco).-small span {
    padding-left: 0;
    padding-right: 1rem;
  }
  .supportArea .support .txt {
    position: relative;
    z-index: 1;
    margin-left: 5.55vw;
  }
  .supportArea .support .item {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100vw - 20px);
    margin-left: -20px;
    float: none;
  }
  .supportArea .support .item.maternity {
    height: auto;
    margin: 0;
    padding: 0;
  }
  .supportArea .support .item .thumb {
    width: 30.83vw;
    height: 30.83vw;
    float: none;
    margin: 0;
  }
  .supportArea .support .item .thumb img {
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
  }
  .supportArea .support .item .txt_box {
    width: calc(100% - 34.77vw);
    margin-left: 3.47vw;
  }
  .supportArea .support .item .txt_box > dt {
    position: static;
  }
  .supportArea .support .item .txt_box > dt img {
    height: 13px;
  }
  .supportArea .support .item .txt_box > dd {
    margin: 0;
    padding: 0;
  }
}

.presentArea .sec_tit {
  color: #555;
}
.presentArea .sec_tit[data-txt]:before {
  color: #555;
}

@media screen and (max-width: 640px) {
  .fairArea {
    padding-top: 12.5vw;
  }
}
@media screen and (max-width: 640px) {
  .fairArea .elem_tit.-small {
    margin-bottom: 9.72vw;
  }
}
.fairArea .r-planArea {
  margin-bottom: 4rem;
  padding-top: 0;
  margin-top: 9rem;
}
@media screen and (max-width: 640px) {
  .fairArea .r-planArea {
    margin-top: 9vw;
  }
  .fairArea .r-planArea .planlink .box {
    width: calc(100% - 20px);
    padding-left: 20px;
    padding-right: 20px;
  }
  .fairArea .r-planArea .planlink .pic {
    width: calc(100% - 20px);
    height: 204px;
  }
  .fairArea .r-planArea .planlink .tit {
    margin-top: 220px;
  }
  .fairArea .r-planArea .planslide .plancontentSlidebtn {
    width: calc(100% - 40px);
  }
  .fairArea .r-planArea .planslide .contentWrapIn {
    padding: 0 10px;
  }
  .fairArea .r-planArea .btns_plan button:before {
    width: 26px;
    height: 26px;
  }
  .fairArea .r-planArea .btns_plan button:after {
    width: 6px;
    height: 6px;
  }
  .fairArea .r-planArea .btns_plan button.prev {
    left: -1.1%;
  }
  .fairArea .r-planArea .btns_plan button.next {
    right: -1.1%;
  }
}

.sec_map {
  background-color: #e4e0d7;
  padding-bottom: 11rem;
}
@media screen and (max-width: 640px) {
  .sec_map {
    padding-bottom: 0;
  }
}
.sec_map .elem_tit {
  color: #555;
  text-align: center;
}
.sec_map .elem_tit[data-txt]:before {
  color: #555;
}
.sec_map .inner {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #d7d3ca;
}
@media screen and (max-width: 640px) {
  .sec_map .inner {
    padding-top: 10.4vw;
    padding-bottom: 15.27vw;
  }
}
.sec_map .map_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 102rem;
  margin: auto;
  margin-top: 3.5rem;
  padding: 0 3rem;
}
.sec_map .map_box picture {
  display: block;
  line-height: 0;
}
@media screen and (min-width: 641px) and (max-width: 1220px) {
  .sec_map .map_box {
    min-width: 964px;
  }
  .sec_map .map_box .map {
    width: 46rem;
    height: auto;
  }
}
@media screen and (max-width: 640px) {
  .sec_map .map_box {
    display: block;
    max-width: calc(100% - 4rem);
    margin-top: 9.72vw;
    padding: 0;
  }
  .sec_map .map_box .map {
    width: 100%;
    height: auto;
  }
  .sec_map .map_box picture + picture {
    margin-top: 4.16vw;
  }
}

@media screen and (max-width: 640px) {
  .local_nav_sp {
    padding: 10.41vw 0;
  }
  .local_nav_sp .item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 30.83vw;
    line-height: 0;
    background-color: #fff;
  }
  .local_nav_sp .item:before {
    content: "";
    position: absolute;
    top: calc(50% - 0.4rem);
    right: 1.5rem;
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    border-right: 1px solid #b39f6a;
    border-bottom: 1px solid #b39f6a;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .local_nav_sp .item .thumb {
    width: 30.83vw;
    height: 100%;
  }
  .local_nav_sp .item .title {
    position: relative;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", 游明朝, "Yu Mincho", YuMincho, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3.33vw;
    letter-spacing: 0;
    line-height: 1;
    color: #9d8140;
    padding-top: 8.88vw;
    margin-left: 7.63vw;
  }
  .os-android .local_nav_sp .item .title {
    font-family: a-otf-ryumin-pr6n, serif;
    font-weight: 300 !important;
  }
  .local_nav_sp .item .title[data-txt]:before {
    content: attr(data-txt);
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 6.57vw;
    letter-spacing: 0.05em;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
  }
  .local_nav_sp .item + .item {
    margin-top: 2.5vw;
  }
}