@charset "UTF-8";
/* common */
.wrapper {
  margin: auto; 
  max-width: 960px;
  width: 100%;
}
@media only screen and (max-width: 78.75em) {
  .wrapper {
    margin-right: auto; 
    margin-left: auto;
    width: 92%;
  }
}

@media only screen and (max-width: 37.5em) {
  .wrapper-sp-delete {
    width: 100%;
  }
}

.clearfix:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}

.box-link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
}

.anker-link {
  position: absolute; 
  top: -75px;
}

.close-btn {
  position: relative; 
  width: 44px;
  height: 44px;
}
.close-btn:before,
.close-btn:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  content: "";
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.close-btn:before {
  width: 80%;
  height: 1px;
  background-color: #000;
}
.close-btn:after {
  width: 1px;
  height: 80%;
  background-color: #000;
}

.close-btn-right {
  position: absolute;
  top: 15px;
  right: 15px;
}

.js-scroll-in-animate {
  overflow: hidden;
}

.page-screen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9900;
  display: none;
  overflow: scroll;
  padding: 60px 0; 
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}

.web-font {
  font-family: "Playfair Display";
}

[class*=_bgimg] {
  position: relative;
  background-position: center center;
  background-size: cover; 
  background-repeat: no-repeat;
}
[class*=_bgimg]:before {
  position: absolute;
  top: 0;
  left: 0; 
  display: block;
  width: 100%;
  height: 100%;
  content: "";
}
[class*=_bgimg] >img {
  visibility: hidden;
  width: 100%;
}
[class*=_bgimg].has-screen:before {
  position: absolute;
  top: 0;
  left: 0; 
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  content: "";
}
[class*=_bgimg].has-screen span:before {
  position: absolute;
  top: 0;
  left: 0; 
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  content: "";
}
@media only screen and (max-width: 64em) {
  [class*=_bgimg].has-spimg {
    background-image: none !important;
  }
  [class*=_bgimg].has-spimg >img {
    display: none;
  }
  [class*=_bgimg].has-spimg:before {
    background-color: transparent;
  }
}
[class*=_bgimg] span {
  display: none;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 64em) {
  [class*=_bgimg] span {
    display: block;
  }
  [class*=_bgimg] span >img {
    width: 100%;
  }
}

/* btn-group */
.btn-group {
  font-size: 0;
}
.btn-group.btn-group-center {
  text-align: center;
  font-size: 0;
}
.btn-group.btn-group-center .btn {
  display: inline-block;
  margin: 0 10px 10px;
}

/* btn */
.btn {
  display: block;
  padding: 0;
  width: 200px;
  border-width: 0;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 2.86;
  transition-timing-function: linear; 
  transition-duration: 0.2s;
  transition-property: background-color, color, border-color;

  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.btn-group .btn {
  margin-bottom: 10px;
}
@media only screen and (max-width: 37.5em) {
  .btn {
    width: 240px;
  }
}
.btn:hover {
  cursor: pointer;
}

.btn-center {
  margin: auto;
}

.btn-small {
  width: 160px;
}

.btn-large {
  width: 240px;
}

.btn-fill {
  border: 1px solid #222; 
  background-color: #222;
  color: #fff;
}
.btn-fill:hover {
  border: 1px solid #444; 
  background-color: #444;
}

.btn-outline {
  outline: none; 
  border: 1px solid #222;
  background-color: transparent;
  color: #222;
}
.btn-outline:hover {
  border-color: #6a8b02;
  background-color: #6a8b02;
  color: #fff;
}
@media only screen and (max-width: 37.5em) {
  .btn-outline {
    border-color: #6a8b02;
    background-color: #6a8b02;
    color: #fff;
  }
}
.couple .recommend-room .btn-outline:hover,
.couple .horizon-card .btn-outline:hover {
  border-color: #d5585e; 
  background-color: #d5585e;
}
@media only screen and (max-width: 37.5em) {
  .couple .recommend-room .btn-outline,
  .couple .horizon-card .btn-outline {
    border-color: #d5585e;
    background-color: #d5585e;
    color: #fff;
  }
}
.business .recommend-room .btn-outline:hover,
.business .horizon-card .btn-outline:hover {
  border-color: #2082ac; 
  background-color: #2082ac;
}
@media only screen and (max-width: 37.5em) {
  .business .recommend-room .btn-outline,
  .business .horizon-card .btn-outline {
    border-color: #2082ac;
    background-color: #2082ac;
    color: #fff;
  }
}
.family .recommend-room .btn-outline:hover,
.family .horizon-card .btn-outline:hover {
  border-color: #21a69f; 
  background-color: #21a69f;
}
@media only screen and (max-width: 37.5em) {
  .family .recommend-room .btn-outline,
  .family .horizon-card .btn-outline {
    border-color: #21a69f;
    background-color: #21a69f;
    color: #fff;
  }
}

.btn-white {
  border: 1px solid #fff;
  background-color: transparent; 
  color: #fff;
}
.btn-white:hover {
  background-color: #fff;
  color: #000;
}

.btn-back {
  border: 1px solid #ccc;
  background-color: #ccc;
}

.bt_space {
  margin-bottom: 40px;
  margin-top: 20px;

}

/* site-logo */
.page-nav .site-logo {
  padding: 20px;
}
@media only screen and (max-width: 64em) {
  .page-nav .site-logo {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 370px; 
    width: 80%;
    height: 100%;
  }
  .page-nav .page-nav .site-logo {
    padding: 0;
  }
}

.page-nav .site-logo-svg {
  display: block; 
  margin: auto;
  width: 100%;
}
@media only screen and (max-width: 64em) {
  .page-nav .site-logo-svg {
    display: none;
  }
}

.page-nav .site-logo-sp-svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  display: block;
  margin: auto;
  width: 64%;

  fill: #4a342e;
}
@media only screen and (min-width: 64.0625em) {
  .page-nav .site-logo-sp-svg {
    display: none;
  }
}

/* main-nav */
.main-nav {
  margin: 0; 
  padding-left: 0;
  list-style-type: none;
}
@media only screen and (max-width: 64em) {
  .main-nav {
    display: none;
  }
}

.main-nav_item {
  position: relative; 
  font-size: 1.4rem;
}
.main-nav_item.has-child:after {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  display: block;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  content: "";
  transition-timing-function: linear; 
  transition-duration: 0.2s;
  transition-property: border-color;
  -webkit-transform: skewX(-2deg) rotate(44deg);
      -ms-transform: skewX(-2deg) rotate(44deg);
          transform: skewX(-2deg) rotate(44deg);
}
.main-nav_item.has-child:hover:after,
.main-nav_item.has-child.is-active:after {
  border-color: #fff;
}
.main-nav_item span {
  display: block;
}

.main-nav_link {
  display: block;
  padding: 10px 20px;
  color: #000;
  text-decoration: none;
  transition-timing-function: linear; 
  transition-duration: 0.2s;
  transition-property: background-color, color;
}
.main-nav_link:hover {
  background-color: #222;
  color: #fff;
}
.main-nav_item.is-active .main-nav_link {
  background-color: #222;
  color: #fff;
}

/* sp-nav-trigger */
.sp-nav-trigger {
  float: right;
  width: 15%;
  background: transparent url(/common/img/menu-trigger.png) center center no-repeat;
  background-color: #222;
  background-size: 30px;
}
@media only screen and (max-width: 64em) {
  .sp-nav-trigger {
    min-width: 70px;
    height: 70px;
  }
}
@media only screen and (max-width: 37.5em) {
  .sp-nav-trigger {
    min-width: 60px;
    height: 60px;
  }
}

/* child-nav */
.child-nav {
  position: fixed;
  top: 0;
  left: 220px;
  z-index: 5001; 
  display: none;
  overflow: scroll;
  margin: 0;
  padding-top: 126.44px;
  padding-bottom: 40px;
  padding-left: 0;
  width: 310px;
  height: 100vh;
  background-color: #222;
  list-style-type: none;
}
.child-nav.is-absolute {
  position: absolute;
  bottom: 0; 
  left: 220px;
}

.child-nav_item {
  display: none; 
  font-size: 1.4rem;
}
.child-nav_item >span,
.child-nav_item >a {
  position: relative;
  display: block;
  padding: 10px 20px;
  color: #fff; 
  text-decoration: none;
  transition-timing-function: linear;
  transition-duration: 0.2s;
  transition-property: background-color, color;
}
.child-nav_item >span {
  background-color: #333;
}
.child-nav_item >a:hover {
  background-color: #444;
}

/* ground-son-nav */
.ground-son-nav {
  padding-left: 0;
  list-style-type: none;
}

.ground-son-nav_item {
  z-index: 1.4rem;
}

.ground-son-nav_link {
  display: block;
  padding: 10px 20px;
  color: #fff; 
  text-decoration: none;
  text-indent: 1.4rem;
  transition-timing-function: linear;
  transition-duration: 0.2s;
  transition-property: background-color, color;
}
.ground-son-nav_link:hover {
  background-color: #444;
}

/* sub-nav */
.sub-nav {
  padding-left: 0; 
  list-style-type: none;
}
@media only screen and (max-width: 64em) {
  .sub-nav {
    float: left; 
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 50%;
    width: 45%;
  }
}

@media only screen and (max-width: 64em) {
  .sub-nav_item {
    display: none;
  }
}

.sub-nav_item.select-language {
  letter-spacing: 0.1em;
  font-size: 1.2rem; 
  font-family: "Playfair Display";
}

.sub-nav_link {
  display: block;
  margin: 0 20px;
  padding: 10px 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  transition-timing-function: linear; 
  transition-duration: 0.2s;
  transition-property: background-color, border-color, color;
}
.select-language .sub-nav_link span {
  display: inline-block;
  vertical-align: middle;
}
.select-language .sub-nav_link:before {
  display: inline-block;
  margin-right: 5px;
  width: 17px;
  height: 17px;
  background: transparent url(/common/img/icon-network.png) center center no-repeat;
  background-size: cover; 
  content: "";
  vertical-align: middle;
}
.select-language .sub-nav_link:hover {
  border-color: #222;
  background-color: #222;
  color: #fff;
  cursor: pointer;
}

/* select-language-modal */
.select-language-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  display: none; 
  padding-top: 50px;
  padding-bottom: 40px;
  max-width: 450px;
  width: 92%;
  background-color: #fff;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.select-language-modal_close-btn {
  position: absolute;
  top: 15px;
  right: 15px; 
  width: 30px;
  height: 30px;
}
.select-language-modal_close-btn:hover {
  cursor: pointer;
}
.select-language-modal_close-btn:before,
.select-language-modal_close-btn:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto; 
  width: 80%;
  height: 1px;
  background-color: #000;
  content: "";
}
.select-language-modal_close-btn:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.select-language-modal_close-btn:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.select-language-modal_list,
.select-language-modal_child-list {
  padding-left: 0; 
  list-style-type: none;
}

.select-language-modal_item span {
  display: block; 
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  font-size: 2.4rem;
  font-family: "Playfair Display";
}

.select-language-modal_child-item {
  margin-top: -1px; 
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  font-size: 1.7rem;
}
.select-language-modal_child-item >a {
  display: block;
  padding: 10px 0;
  text-decoration: none;
  transition-timing-function: linear; 
  transition-duration: 0.2s;
  transition-property: color;
}
.select-language-modal_child-item >a:hover {
  color: #6a8b02;
}

/* sp-main-nav */
.sp-main-nav {
  position: relative;
  margin: 0; 
  padding-left: 0;
  background-color: #fff;
  list-style-type: none;
}

.sp-main-nav_item {
  position: relative;
  border-bottom: 1px solid #e5e5e5; 
  font-weight: bold;
  font-size: 1.4rem;
}
.sp-main-nav_item.has-child >span {
  position: relative;
  display: block;
  padding: 10px 20px; 
  transition-timing-function: linear;
  transition-duration: 0.2s;
  transition-property: background-color;
}
.sp-main-nav_item.has-child >span:before,
.sp-main-nav_item.has-child >span:after {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  display: block;
  margin: auto;
  width: 13px;
  height: 1px; 
  background-color: #222;
  content: "";
}
.sp-main-nav_item.has-child >span:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sp-main-nav_item.is-open .sp-main-nav_item.has-child >span:after {
  background-color: transparent;
}
.sp-main-nav_item.has-child >span a {
  display: inline-block;
  padding: 0;
}
.sp-main-nav_item.is-open >span:after {
  background-color: transparent;
}
.sp-main-nav_item .main-nav_link:hover {
  background-color: #fff;
  color: #6a8b02;
}

.sp-child-nav {
  display: none; 
  padding-left: 0;
}

.sp-main-nav .child-nav_item {
  display: block; 
  font-size: 1.3rem;
}
.sp-main-nav .child-nav_item >span {
  background-color: #ccc; 
  color: #000;
}
.sp-main-nav .child-nav_item >span:before,
.sp-main-nav .child-nav_item >span:after {
  display: none;
}
.sp-main-nav .child-nav_item >a {
  display: block;
  padding: 10px 20px;
  background-color: #e5e5e5;
  color: #000; 
  text-decoration: none;
}
.sp-main-nav .child-nav_item >a:hover {
  background-color: #222;
  color: #fff;
}

.sp-main-nav .ground-son-nav {
  display: block;
  background-color: #e5e5e5;
}

.sp-main-nav .ground-son-nav_link {
  color: #000; 
  text-indent: 0;
}
.sp-main-nav .ground-son-nav_link:hover {
  background-color: #444;
  color: #fff;
}

/* side-banner */
@media only screen and (max-width: 64em) {
  .side-banner {
    display: none;
  }
}

.side-banner_item {
  display: block;
  margin: 0 auto 15px;
  transition-timing-function: linear; 
  transition-duration: 0.2s;
  transition-property: opacity;
}
.side-banner_item:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 64em) {
  .side-banner_item.is-pc {
    display: none;
  }
}
.side-banner_item.is-sp {
  display: none;
  margin-top: 15px; 
  max-width: 260px;
  width: 92%;
}
@media only screen and (max-width: 64em) {
  .side-banner_item.is-sp {
    display: block;
  }
}

/* search-bar */
.search-bar {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); 
  background-color: #fff;
  text-align: center;
}
@media only screen and (max-width: 64em) {
  .search-bar {
    padding: 20px 0 0;
  }
}
@media only screen and (max-width: 64em) {
  .search-bar {
    display: none; 
    padding: 40px 0;
  }
  .top .search-bar {
    display: block;
  }
}
.search-bar.is-fixed {
  position: fixed;
  top: 0;
  left: 220px;
  z-index: 4999;
  width: calc(100% - 220px);
  border-bottom: 1px solid rgba(74, 52, 46, 0.1);
}
@media only screen and (max-width: 64em) {
  .mainvisual-type-b +.search-bar {
    display: none;
  }
}

.search-bar_header {
  display: inline-block;
  padding: 0 20px;
  vertical-align: middle;
}
@media only screen and (max-width: 75.5em) {
  .search-bar_header {
    display: none;
  }
}
@media only screen and (max-width: 37.5em) {
  .search-bar_header {
    display: block;
  }
}

.search-bar_head-title {
  margin: 0;
  font-size: 2rem;
  line-height: 2.2;
}

.search-bar_content {
  display: inline-block;
  padding-right: 20px; 
  vertical-align: middle;
}
.search-bar_content .btn {
  display: inline-block;
  padding: 0; 
  line-height: 2.86;
}
.search-bar_content .btn:hover {
  cursor: pointer;
}
.search-bar_content p {
  display: none;
}
@media only screen and (max-width: 37.5em) {
  .search-bar_content p {
    display: block;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 64em) {
  .search-bar_content {
    padding-right: 0;
  }
}

.search-bar_date {
  padding-top: 6px;
  padding-bottom: 6px;
  max-width: 125px; 
  height: 42px;
  line-height: 1;
}

.search-bar_select-box {
  line-height: 2.86;
}

.search-bar_date,
.search-bar_select-box {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding-right: 30px;
  padding-left: 15px;
  border: 1px solid #ccc;
  border-radius: 0;
  background-color: #fafafa;
  vertical-align: middle; 
  font-size: 1.4rem;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;

  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.search-bar_date:hover,
.search-bar_select-box:hover {
  cursor: pointer;
}
@media only screen and (max-width: 37.5em) {
  .search-bar_date,
  .search-bar_select-box {
    display: block;
    margin: auto;
    margin-bottom: 10px;
    width: 100%;
    text-align: left;
  }
}

.search-bar_select-box {
  min-width: 90px;
}
@media only screen and (max-width: 37.5em) {
  .search-bar_select-box {
    margin-bottom: 20px;
  }
}

.search-bar_select-dummy {
  display: block;
}
.search-bar_select-dummy:after {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto; 
  width: 8px;
  height: 8px;
  border-right: 1px solid #222;
  border-bottom: 1px solid #222;
  content: "";
  -webkit-transform: rotate(42deg) translateY(-4px) skewX(-6deg);
      -ms-transform: rotate(42deg) translateY(-4px) skewX(-6deg);
          transform: rotate(42deg) translateY(-4px) skewX(-6deg);
}

.search-bar_select {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0; 

  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.search-bar_select:hover {
  cursor: pointer;
}

.search-bar_tel {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 13px 20px;
  vertical-align: middle;
  font-size: 2.4rem;
  font-family: "Playfair Display"; 
  line-height: 1.84;
}
.search-bar_tel:before {
  display: inline-block;
  content: "TEL";
  vertical-align: middle;
  font-size: 1.5rem;
  line-height: 2.94;
}
.search-bar_tel:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1); 
  content: "";
}
@media only screen and (max-width: 64em) {
  .search-bar_tel:after {
    display: none;
  }
}
@media only screen and (max-width: 64em) {
  .search-bar_tel {
    display: block;
    padding: 0 4%; 
    width: 100%;
  }
}
@media only screen and (max-width: 37.5em) {
  .search-bar_tel {
    display: none;
  }
}

/* sp-search-bar */
.sp-search-bar {
display: none;
  position: fixed;
  bottom: 0px;
  left: 0;
  z-index: 5000;
  width: 100%;
  background-color: rgb(99, 12, 57);
         
}
@media only screen and (min-width: 37.5625em) {
  .sp-search-bar {
    display: none !important;
  }
}
.sp-search-bar.is-active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.sp-search-bar_tel {
  position: relative; 
  display: block;
  width: 50px;
  height: 50px;
  padding: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.sp-search-bar_tel .icon-phone-svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px; 
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.sp-search-bar_text {
  position: absolute;
  top: 50%;
  left: 0;
  margin-left: 60px;
  width: calc(100% - 60px);
  color: #fff;
  text-align: center;
  font-weight: bold; 
  font-size: 1.8rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sp-search-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  display: none; 
  padding: 60px 20px 20px;
  width: 90%;
  background-color: #fff;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.sp-search-modal_close-btn {
  position: absolute;
  top: 10px;
  right: 10px; 
  display: block;
  width: 44px;
  height: 44px;
}
.sp-search-modal_close-btn:before,
.sp-search-modal_close-btn:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto; 
  width: 60%;
  height: 1px;
  background-color: #000;
  content: "";
}
.sp-search-modal_close-btn:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.sp-search-modal_close-btn:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* mainvisual */
.mainvisual {
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 37.5em) {
  .mainvisual-type-a {
    padding-top: 74.66667%; 
    width: 100%;
  }
}

.top .mainvisual-type-a {
  padding-top: 0;
}

.mainvisual-slider {
  position: relative; 
  overflow: hidden;
  padding-top: 47.16981%;
  width: 100%;
}
.top .mainvisual-slider {
  padding-top: 61.79245%; 
  width: 100%;
}
@media only screen and (max-width: 37.5em) {
  .top .mainvisual-slider {
    padding-top: 0; 
    min-height: 480px;
    max-height: 736px;
    height: calc(100vh - 60px);
  }
}
@media only screen and (max-width: 37.5em) {
  .mainvisual-slider {
    padding-top: 74.66667%; 
    width: 100%;
  }
}

@media only screen and (max-width: 37.5em) {
  .mainvisual-type-a .mainvisual_bgimg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.mainvisual-type-b .mainvisual_bgimg {
  padding-top: 47.16981%; 
  width: 100%;
}
.mainvisual-type-b .mainvisual_bgimg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 37.5em) {
  .mainvisual-type-c .mainvisual_bgimg {
    padding-top: 74.66667%; 
    width: 100%;
  }
  .mainvisual-type-c .mainvisual_bgimg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.mainvisual-slider .mainvisual_bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 37.5em) {
  .mainvisual-slider .mainvisual_bgimg {
    height: 100%;
  }
}

.top .mainvisual_bgimg {
  opacity: 0;
}
.top .mainvisual_bgimg:first-child {
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); 
  transition-duration: 1s;
  transition-property: -webkit-transform;
  transition-property:         transform;
  transition-property:         transform, -webkit-transform;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

/* page-header */
.page-header {
  z-index: 5; 
  text-align: center;
}
.mainvisual-type-a .page-header,
.mainvisual-type-c .page-header {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 92%;
  color: #fff; 
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.mainvisual-type-b .page-header {
  padding: 50px 0;
  background: transparent url(/common/img/sand-wall-bg_dark-gray.jpg) center center repeat;
}
@media only screen and (max-width: 37.5em) {
  .mainvisual-type-b .page-header {
    padding: 30px 0;
  }
}
.mainvisual-type-d .page-header {
  margin-bottom: 60px; 
  padding-top: 60px;
}
@media only screen and (max-width: 37.5em) {
  .mainvisual-type-d .page-header {
    margin-bottom: 30px; 
    padding-top: 30px;
  }
}

.mainvisual-type-a .page-header_logo {
  overflow: hidden;
  margin: auto; 
  width: 200px;
  height: 175px;
}

.mainvisual-type-c .page-header_logo {
  position: relative;
  margin: auto;
  width: 160px;
  height: 160px;
  background: transparent url(/information/img/useful-information.png) top center no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 37.5em) {
  .mainvisual-type-c .page-header_logo {
    width: 105px;
    height: 105px;
  }
}
.mainvisual-type-c .page-header_logo svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto; 
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background-color: #ccc;
}
@media only screen and (max-width: 37.5em) {
  .mainvisual-type-c .page-header_logo svg {
    width: 55px;
    height: 55px;
  }
}

.couple .page-header_logo svg {
  background-color: #d5585e;
}

.business .page-header_logo svg {
  background-color: #2082ac;
}

.family .page-header_logo svg {
  background-color: #21a69f;
}

.page-header_logo svg {
  width: 100%;
}

.top .page-header_logo {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); 
  transition-duration: 1.2s;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
}

.top .mainvisual.is-active .page-header_logo {
  opacity: 1; 
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

@media only screen and (max-width: 37.5em) {
  .page-header_logo {
    width: 60px;
    height: 72px;
  }
}

.page-header_category {
  letter-spacing: 0.2em; 
  font-family: "Playfair Display";
}
.mainvisual-type-a .page-header_category,
.mainvisual-type-d .page-header_category {
  font-size: 2rem;
}
@media only screen and (max-width: 37.5em) {
  .mainvisual-type-d .page-header_category {
    font-size: 1.5rem;
  }
}
.mainvisual-type-b .page-header_category {
  margin: auto; 
  font-size: 1.7rem;
}
@media only screen and (max-width: 64em) {
  .mainvisual-type-b .page-header_category {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .mainvisual-type-b .page-header_category {
    font-size: 1.3rem;
  }
}

.mainvisual-type-a .page-header_head-title {
  font-weight: normal;
}

.mainvisual-type-a .page-header_head-title,
.mainvisual-type-d .page-header_head-title {
  margin-bottom: 0; 
  letter-spacing: 0.1em;
  font-size: 2.8rem;
}
@media only screen and (max-width: 64em) {
  .mainvisual-type-a .page-header_head-title,
  .mainvisual-type-d .page-header_head-title {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .mainvisual-type-a .page-header_head-title,
  .mainvisual-type-d .page-header_head-title {
    margin-bottom: 20px; 
    font-size: 2rem;
    line-height: 1.4;
  }
}

.mainvisual-type-b .page-header_head-title {
  margin: auto auto 30px;
  padding-bottom: 20px; 
  max-width: 960px;
  width: 92%;
  border-bottom: 1px solid #bebebe;
  font-size: 3.2rem;
}

.mainvisual-type-b .page-header_head-title02 {
  margin: auto auto 0px;
  padding-bottom: 0px; 
  max-width: 960px;
  width: 92%;
  font-size: 3.2rem;
}
@media only screen and (max-width: 64em) {
  .mainvisual-type-b .page-header_head-title02 {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .mainvisual-type-b .page-header_head-title02 {
    margin: auto auto 0px;
    padding-bottom: 0px; 
    font-size: 2rem;
  }
}

@media only screen and (max-width: 64em) {
  .mainvisual-type-b .page-header_head-title {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .mainvisual-type-b .page-header_head-title {
    margin: auto auto 15px;
    padding-bottom: 10px; 
    font-size: 2rem;
  }
}

.mainvisual-type-c .page-header_head-title {
  margin-top: -30px;
  margin-bottom: 0; 
  font-size: 4.4rem;
}
@media only screen and (max-width: 37.5em) {
  .mainvisual-type-c .page-header_head-title {
    font-size: 2.8rem;
  }
}

.mainvisual-type-d .page-header_head-title {
  position: relative;
}
.mainvisual-type-d .page-header_head-title.has-underline:after {
  display: block;
  margin: auto; 
  margin-top: 20px;
  margin-bottom: 25px;
  width: 60px;
  height: 1px;
  background-color: #000;
  content: "";
}

.page-header_head-title.is-en {
  /*font-family: "Playfair Display";*/
  font-family: 'Noto Sans JP', sans-serif;
  font-weight:100;
}

.top .page-header_head-title {
  font-size: 4.4rem;
  opacity: 0;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); 
  transition-duration: 1.2s;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
}
@media only screen and (max-width: 64em) {
  .top .page-header_head-title {
    font-size: 3.6rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .top .page-header_head-title {
    font-size: 3.8rem;
  }
}

.top .mainvisual.is-active .page-header_head-title {
  opacity: 1; 
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.page-header_lead-text {
  margin: 0 auto;
  width: 92%;
}
.mainvisual-type-a .page-header_lead-text {
  font-weight: bold; 
  font-size: 1.8rem;
}
.mainvisual-type-b .page-header_lead-text {
  font-size: 1.5rem;
}
@media only screen and (max-width: 64em) {
  .mainvisual-type-b .page-header_lead-text {
    font-size: 1.35rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .mainvisual-type-b .page-header_lead-text {
    font-size: 1.2rem;
  }
}
.mainvisual-type-c .page-header_lead-text {
  font-size: 1.7rem;
}
@media only screen and (max-width: 37.5em) {
  .mainvisual-type-c .page-header_lead-text {
    font-size: 1.5rem;
  }
}
.mainvisual-type-d .page-header_lead-text {
  font-size: 1.4rem;
}
.top .page-header_lead-text {
font-family: 'Noto Sans JP', sans-serif;
font-weight:100;
  opacity: 0;
  transition-delay: 0.4s; 
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-duration: 1.2s;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
@media only screen and (max-width: 64em) {
  .top .page-header_lead-text {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .top .page-header_lead-text {
    font-size: 1.8rem;
  }
}
.top .mainvisual.is-active .page-header_lead-text {
  opacity: 1; 
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.page-header_merit {
  position: relative;
  display: inline-block;
  padding: 0 15px; 
  font-size: 1.7rem;
}
@media only screen and (max-width: 37.5em) {
  .page-header_merit {
    margin: 0; 
    font-size: 1.5rem;
  }
}
.page-header_merit strong {
  font-size: 2.8rem;
}
@media only screen and (max-width: 37.5em) {
  .page-header_merit strong {
    font-size: 2.4rem;
  }
}
.page-header_merit:before,
.page-header_merit:after {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto; 
  width: 50px;
  height: 1px;
  background-color: #fff;
  content: "";
}
.page-header_merit:before {
  right: 100%;
}
.page-header_merit:after {
  left: 100%;
}

.page-header_contact {
  margin: 40px auto 0; 
  padding-left: 0;
  width: 92%;
  list-style-type: none;
  text-align: center;
}
@media only screen and (max-width: 37.5em) {
  .page-header_contact {
    margin-top: 20px;
  }
}

.page-header_contact-item {
  display: inline-block;
  margin: 0 10px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 37.5em) {
  .page-header_contact-item {
    display: block; 
    margin: auto auto 10px;
    font-size: 1.2rem;
  }
}
.page-header_contact-item strong {
  margin-left: 20px; 
  font-size: 1.5rem;
}
@media only screen and (max-width: 37.5em) {
  .page-header_contact-item strong {
    display: block;
    margin: auto; 
    font-size: 1.4rem;
  }
}

/* main-content-header */
.main-content-header {
  padding-top: 40px;
  padding-bottom: 40px; 
  text-align: center;
}
@media only screen and (max-width: 37.5em) {
  .main-content-header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.main-content-header_head-title {
  position: relative;
  margin-top: 0;
  margin-bottom: 10px;
  letter-spacing: 0.2em;
  font-weight: normal; 
  font-size: 2.8rem;
  font-family: "Playfair Display";
}
.main-content-header_head-title span {
  position: relative; 
  display: inline-block;
}
@media only screen and (max-width: 64em) {
  .main-content-header_head-title {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .main-content-header_head-title {
    font-size: 2.4rem;
  }
}
.main-content-header.has-border .main-content-header_head-title span {
  padding: 0 20px; 
  background-color: #fff;
}
.main-content-header.has-border .main-content-header_head-title:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto; 
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  content: "";
}
.main-content-header_head-title.is-ja {
  letter-spacing: 0.1em;
  font-weight: bold; 
  font-size: 2.4rem;
  font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
@media only screen and (max-width: 64em) {
  .main-content-header_head-title.is-ja {
    font-size: 2.1rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .main-content-header_head-title.is-ja {
    font-size: 1.8rem;
  }
}

.main-content-header_sub-title {
  margin: 0 auto; 
  color: #000;
  font-size: 1.5rem;
}
@media only screen and (max-width: 64em) {
  .main-content-header_sub-title {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .main-content-header_sub-title {
    font-size: 1.3rem;
  }
}

/* google-map */
.google-map {
  position: relative;
}
.google-map:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}
@media only screen and (max-width: 37.5em) {
  .google-map {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
}

.google-map_body {
  position: relative;
  float: left;
  padding-top: 47.16981%;
  min-height: 370px; 
  width: 30%;
  background: transparent url(/common/img/horizon-card_header-bg_gray.jpg) center center repeat;
}
@media only screen and (max-width: 64em) {
  .google-map_body {
    padding-top: 47.16981%; 
    width: 37.73585%;
  }
}
@media only screen and (max-width: 37.5em) {
  .google-map_body {
    float: none;
    padding: 20px 4%;
    min-height: 0; 
    width: 100%;
  }
}

.google-map_site-logo {
  margin: 0 auto 20px; 
  width: 150px;
  height: 87px;
}
@media only screen and (min-width: 37.5625em) {
  .google-map_site-logo {
    display: none;
  }
}

.google-map_content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 92%;
  text-align: center; 
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 37.5em) {
  .google-map_content {
    position: relative;
    top: auto;
    left: auto;
    width: 100%; 
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

.google-map_text strong {
  display: block;
  letter-spacing: 0.1em; 
  font-weight: normal;
  font-size: 2.8rem;
  font-family: "Playfair Display";
}
@media only screen and (max-width: 64em) {
  .google-map_text strong {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .google-map_text strong {
    font-size: 2.4rem;
  }
}

.google-map_map {
  position: relative;
  float: left;
  padding-top: 47.16981%;
  min-height: 370px; 
  width: 70%;
}
@media only screen and (max-width: 64em) {
  .google-map_map {
    padding-top: 47.16981%; 
    width: 62.26415%;
  }
}
@media only screen and (max-width: 37.5em) {
  .google-map_map {
    display: none;
  }
}

#googleMap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* footer */
.page-footer {
  position: relative;
  z-index: 6000; 
  background-color: #222;
}

.footer-heading {
  position: relative; 
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background-color: #222;
}
@media only screen and (max-width: 37.5em) {
  .footer-heading {
    padding: 0 0 4%;
  }
}
.footer-heading svg {
  display: inline-block;
  width: 45px;
  height: 30px;
  vertical-align: middle;
}
@media only screen and (max-width: 64em) {
  .footer-heading svg {
    display: block;
    margin: auto;
  }
}
.footer-heading small {
  display: inline-block;
  margin-right: 15px;
  color: #fff;
  vertical-align: middle;
  font-size: 1rem; 
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
@media only screen and (max-width: 64em) {
  .footer-heading small {
    display: block;
    margin: auto;
    margin-right: 0;
    margin-bottom: 1%;
    text-align: center;
  }
}
.footer-heading .wrapper {
  position: relative;
}

.footer-logo {
  margin: 0;
}

.back-to-top {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 64em) {
  .back-to-top {
    position: relative;
    top: auto;
    margin-bottom: 10px; 
    padding: 4% 0;
    width: 100%;
    height: 32px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.back-to-top p {
  display: inline-block;
  margin-right: 15px;
  color: rgba(255, 255, 255, 0.6);
  vertical-align: middle;
  letter-spacing: 0.1rem;
  font-size: 1.2rem; 
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
@media only screen and (max-width: 64em) {
  .back-to-top p {
    display: none;
  }
}
.back-to-top .arrow {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: middle;
  transition-timing-function: linear; 
  transition-duration: 0.2s;
  transition-property: opacity;
}
@media only screen and (max-width: 64em) {
  .back-to-top .arrow {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
  }
}
.back-to-top .arrow svg {
  display: block;
  margin: auto;
  width: 17px;

  fill: rgba(255, 255, 255, 0.6);
}
.back-to-top .arrow:hover {
  opacity: 0.5; 
  cursor: pointer;
}

.wedding-space-nav_inner {
  position: relative;
  margin-top: 40px;
  font-size: 0;
}
@media only screen and (max-width: 37.5em) {
  .wedding-space-nav_inner {
    margin-top: 4%;
  }
}
.wedding-space-nav_inner .wrapper {
  position: relative;
}
.wedding-space-nav_inner .wrapper:before {
  position: absolute;
  top: 0;
  left: 24%; 
  display: block;
  margin: auto;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  content: "";
}
@media only screen and (max-width: 64em) {
  .wedding-space-nav_inner .wrapper:before {
    display: none;
  }
}
.wedding-space-nav_inner .wrapper:after {
  position: absolute;
  top: 0;
  right: 24%; 
  display: block;
  margin: auto;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  content: "";
}
@media only screen and (max-width: 64em) {
  .wedding-space-nav_inner .wrapper:after {
    display: none;
  }
}
.wedding-space-nav_inner:before {
  position: absolute;
  top: 0;
  right: 0; 
  left: 0;
  display: block;
  margin: auto;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  content: "";
}
@media only screen and (max-width: 64em) {
  .wedding-space-nav_inner:before {
    display: none;
  }
}

.wedding-space-nav_item {
  display: inline-block;
  margin-right: 2%;
  margin-left: 2%;
  width: 22%;
  vertical-align: top; 
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 2.4;
}
@media only screen and (max-width: 64em) {
  .wedding-space-nav_item {
    margin-right: 0;
    margin-left: 0;
    padding: 2% 0; 
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.wedding-space-nav_item:first-child {
  margin-left: 0;
}
.wedding-space-nav_item:last-child {
  margin-right: 0;
}

.wedding-space-nav_item-head-title {
  margin-bottom: 20px; 
  color: #a37e31;
  font-size: 1.2rem;
}
@media only screen and (max-width: 64em) {
  .wedding-space-nav_item-head-title {
    position: relative;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .wedding-space-nav_item-head-title:before,
  .wedding-space-nav_item-head-title:after {
    position: absolute;
    top: 0;
    right: 4%;
    bottom: 0;
    display: block;
    margin: auto; 
    width: 14px;
    height: 1px;
    background-color: #fff;
    content: "";
  }
  .wedding-space-nav_item-head-title:after {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .wedding-space-nav_item-head-title.is-active:after {
    display: none;
  }
}
@media only screen and (max-width: 37.5em) {
  .wedding-space-nav_item-head-title {
    padding-top: 4%;
    padding-bottom: 4%;
  }
}

@media only screen and (max-width: 64em) {
  .wedding-space-nav_item-content {
    display: none;
  }
}

.wedding-space-nav_item-sub-title {
  color: #fff; 
  font-size: 1.1rem;
}

.wedding-space-nav_item-child-list {
  margin-bottom: 20px;
  padding-left: 0;
  list-style-type: none;
}
@media only screen and (max-width: 64em) {
  .wedding-space-nav_item-child-list {
    margin-bottom: 0;
    font-size: 0;
  }
  .wedding-space-nav_item-child-list:after {
    display: block;
    visibility: hidden; 
    clear: both;
    height: 0;
    content: "";
  }
}

.wedding-space-nav_item-child-item {
  font-size: 1.1rem;
}
@media only screen and (max-width: 64em) {
  .wedding-space-nav_item-child-item {
    display: inline-block;
    margin-bottom: 4%;
    width: 48%;
    vertical-align: top; 
    line-height: 1.6;
  }
  .wedding-space-nav_item-child-item:nth-child(2n) {
    margin-left: 2%;
  }
  .wedding-space-nav_item-child-item:nth-child(2n+1) {
    margin-right: 2%;
  }
}
.wedding-space-nav_item-child-item a {
  display: block;
  color: #fff;
  text-decoration: none; 
  transition-timing-function: linear;
  transition-duration: 0.2s;
  transition-property: opacity;
}
.wedding-space-nav_item-child-item a:hover {
  opacity: 0.5;
}

.footer-nav {
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
@media only screen and (max-width: 64em) {
  .footer-nav {
    border-top: none;
  }
}
@media only screen and (max-width: 37.5em) {
  .footer-nav {
    margin-top: 4%;
  }
}

.footer-nav_content {
  position: relative;
  padding: 40px 0;
}
@media only screen and (max-width: 64em) {
  .footer-nav_content {
    padding: 4% 0;
  }
}

.footer-nav_list {
  margin: 0;
  padding-left: 0;
  list-style-type: none;
}
.footer-nav_list:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}

.footer-nav_item {
  float: left;
  margin-right: 30px; 
  font-size: 1.1rem;
}
@media only screen and (max-width: 64em) {
  .footer-nav_item {
    margin-right: 2%;
    margin-bottom: 2%; 
    width: 48%;
  }
}
.footer-nav_item a {
  display: block;
  color: #fff;
  text-decoration: none;
  transition-timing-function: linear; 
  transition-duration: 0.2s;
  transition-property: opacity;
}
.footer-nav_item a:hover {
  opacity: 0.5;
}

.footer-nav_copyright {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 40px 0; 
  color: #878787;
  font-size: 1.1rem;
}
@media only screen and (max-width: 64em) {
  .footer-nav_copyright {
    position: relative;
    padding: 6% 0;
    text-align: center;
  }
}

/* ui-datepicker */
.ui-datepicker {
  display: none;
  padding: 60px 15px 20px;
  max-width: 320px;
  width: 92%;
  background-color: #fff;
  box-shadow: 0 2px 10px 4px rgba(0, 0, 0, 0.2); 
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
@media only screen and (max-width: 37.5em) {
  .ui-datepicker {
    right: 0 !important;
    left: 0 !important;
    margin: auto;
    width: 90%;
    height: 350px;
  }
}
@media only screen and (max-width: 37.5em) {
  .ui-datepicker.is-fixed {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.ui-datepicker-header {
  position: relative;
  margin-bottom: 10px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto; 
  width: 44px;
  height: 44px;
}
.ui-datepicker-prev:before,
.ui-datepicker-next:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto; 
  width: 8px;
  height: 8px;
  content: "";
}
.ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
  cursor: pointer;
}

.ui-datepicker-prev {
  left: 0;
}
.ui-datepicker-prev:before {
  border-top: 1px solid #222;
  border-left: 1px solid #222;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.ui-datepicker-next {
  right: 0;
}
.ui-datepicker-next:before {
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.ui-datepicker-title {
  text-align: center;
  font-weight: bold; 
  font-size: 1.7rem;
}

.ui-datepicker-calendar {
  margin-bottom: 10px;
  max-width: 100%; 
  width: 100%;
}
.ui-datepicker-calendar thead th {
  font-weight: normal; 
  font-size: 1.2rem;
}
.ui-datepicker-calendar tbody tr td:first-child a {
  color: #d80000;
}
.ui-datepicker-calendar tbody tr td:last-child a {
  color: #0059b2;
}
.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
  padding: 0;
  width: 14.28%; 
  text-align: center;
}
.ui-datepicker-calendar th a,
.ui-datepicker-calendar td a {
  display: block;
  padding: 5px 10px;
  text-decoration: none; 
  font-size: 1.4rem;
}
.ui-datepicker-calendar th a:hover,
.ui-datepicker-calendar td a:hover {
  background-color: #6a8b02; 
  color: #fff !important;
}
@media only screen and (max-width: 37.5em) {
  .ui-datepicker-calendar th a,
  .ui-datepicker-calendar td a {
    padding: 5px;
    font-size: 1.2rem;
  }
}

.ui-datepicker-today a {
  color: #6a8b02;
}

.ui-state-disabled {
  color: #bababa;
}

.ui-state-active {
  background-color: #6a8b02 !important; 
  color: #fff !important;
}

.ui-datepicker-buttonpane {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 44px;
  height: 44px;
}

.ui-datepicker-current {
  display: none;
}

.ui-datepicker-close {
  position: relative;
  display: block;
  margin: auto;
  padding: 0;
  max-width: 240px;
  width: 100%;
  height: 44px;
  outline: none; 
  border: none;
  background-color: #fff;
  font-weight: bold;
}
.ui-datepicker-close:before,
.ui-datepicker-close:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto; 
  width: 60%;
  height: 1px;
  background-color: #000;
  content: "";
}
.ui-datepicker-close:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.ui-datepicker-close:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}