@charset "UTF-8";
.main {
  padding: 0; }

.progress_wrap {
  width: calc(100% - 8rem);
  margin: 0 auto;
  padding: 0; }

/* Element
===============================*/
/* Common */
.spot_wrap {
  width: 100%;
  padding: 0 4rem;
  margin-bottom: 4rem; }

.spot_header__item {
  width: 100%;
  margin-bottom: 2rem; }

.spot_header__lead {
  margin-bottom: 2rem; }

.txt-pink {
  color: #e84091; }

/* In Page Anchor */
.spot_anchor {
  width: 100%;
  text-align: right; }

.spot_anchor a {
  text-decoration: none; }

.spot_anchor a:before {
  content: "\f138";
  margin-right: 1rem; }

/* Spot List Archive
==================================*/
.spot_list {
  width: 100%; }

.spot_list__link {
  text-decoration: none;
  border-bottom: dashed 1px #ddd;
  padding: 2rem 0; }

.spot_list__thumbnail {
  width: 18rem; }

.spot_list__figure {
  position: relative;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #fafafa; }

.spot_list__figure:before {
  display: block;
  content: "";
  padding-top: 100%; }

.spot_list__figure span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.spot_list__inner {
  width: calc(100% - 18rem);
  padding-left: 2rem; }

.spot_list__item {
  font-size: 2.2rem;
  line-height: 1.2;
  display: block;
  margin-bottom: 2rem; }

/* How to */
.spot_howto {
  width: 100%; }

.spot_howto__item {
  display: block;
  width: 100%;
  padding: 0 4.2rem; }

.spot_howto__header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  font-size: 2rem;
  text-align: center; }

.spot_howto__header::before,
.spot_howto__header::after {
  display: inline-block;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2em;
  height: 2em;
  vertical-align: middle;
  content: ""; }

.spot_howto__inner {
  width: 100%;
  background: #f8f6e7;
  padding: 4rem 4rem 6rem;
  margin-bottom: -6rem; }

.spot_howto__figure {
  width: 100%;
  display: block; }

.spot_howto__lead {
  margin: 4rem 0 2rem; }

.spot_howto__lead + p {
  text-align: center; }

.spot_howto__btn--passport {
  display: inline-block;
  border-radius: 0.6rem;
  background-color: #e84091;
  padding: 1rem 2rem;
  color: #fff; }

/* Spot Details
============================================*/
.spot_item {
  font-size: 2.6rem;
  font-weight: normal;
  line-height: 1.2;
  padding-bottom: 0.5rem;
  margin-bottom: 2rem; }

/* Header */
.spot_header {
  width: 100%;
  padding: 0 4rem;
  margin-bottom: 2rem; }

.spot_header__flag {
  color: #fff;
  padding: 0.5rem 1rem;
  font-size: 1.4rem; }

.spot_header__facilities {
  display: block;
  margin-top: 1.5rem;
  font-size: 2.4rem;
  font-weight: normal; }

/* Gallery */
.gallery {
  width: 100%;
  padding: 0 4rem;
  margin: 0 auto 3rem; }

.gallery_wrap,
.gallery_figure,
.gallery_thumb__figure {
  position: relative;
  width: 100%;
  height: auto; }

.gallery_figure,
.gallery_thumb__figure {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.gallery_wrap:before,
.gallery_figure:before,
.gallery_thumb__figure:before {
  display: block;
  content: "";
  padding-top: 66.609%; }

.gallery_inner,
.gallery_figure span,
.gallery_thumb__figure span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.gallery_inner {
  display: none; }

.gallery_inner.initialized {
  display: block; }

.gallery_slider {
  width: 100%; }

.gallery_thumb {
  width: 100%;
  display: none;
  margin-top: 1rem; }

.gallery_thumb.initialized {
  display: block; }

.gallery_thumb__slider {
  width: 100%;
  display: block !important; }

.gallery_thumb__slider .slick-list {
  padding: 0; }

.gallery_thumb__inner {
  width: 100%;
  padding: 0 0.5rem; }

.gallery_thumb__figure {
  display: block;
  width: 100%;
  border: solid 2px #fff;
  opacity: 0.7;
  cursor: pointer; }

.slick-current .gallery_thumb__figure {
  opacity: 1; }

/* Spot overview */
.spot_overview {
  width: 100%;
  margin-bottom: 3rem; }

.spot_overview__catch {
  font-size: 2rem;
  font-weight: normal;
  color: #c3ab50;
  margin-bottom: 2rem; }

/* Spot facility */
.spot_facility {
  width: 100%;
  margin-bottom: 3rem; }

.spot_facility__data {
  width: 100%; }

.spot_facility__field {
  padding: 1.5rem; }

.spot_facility__disc {
  width: 100%; }

.spot_facility__disc dt {
  width: 10rem;
  text-align: center;
  align-self: flex-start; }

.spot_facility__disc dd {
  width: calc(100% - 10rem);
  padding-left: 1.5rem; }

.spot_facility__disc dd a {
  word-wrap: break-word; }

/* Map */
.spot_map {
  width: 100%;
  margin-bottom: 3rem; }

.spot_map__inner {
  position: relative;
  width: 100%;
  height: auto; }

.spot_map__inner:before {
  display: block;
  content: "";
  padding-top: 65%; }

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

/* Report */
/* Responsive
====================*/
/*[ MIN ]---------------------------*/
@media (min-width: 64.0625em) {
  /*1025*/
  /* Details */
  .gallery_thumb__figure:hover {
    opacity: 0.85; } }

@media (min-width: 40.0625em) {
  /*641*/ }

@media (min-width: 30.0625em) {
  /*481*/
  .spot_facility__field:nth-child(odd) {
    background: #f4f2eb; }
  .spot_facility__disc dt {
    border-right: solid 1px #ccc; } }

/*[ MAX ]---------------------------*/
@media (max-width: 40em) {
  /*640*/ }

@media (max-width: 30em) {
  /*480*/
  /* CommonADD */
  .progress_wrap {
    width: calc(100% - 4rem); }
  /* List */
  .spot_wrap,
  .spot_header {
    padding: 0 2rem; }
  .spot_list__thumbnail {
    width: 9rem; }
  .spot_list__inner {
    width: calc(100% - 9rem);
    padding-left: 1.5rem; }
  .spot_list__item {
    font-size: 2rem;
    margin-bottom: 1.5rem; }
  .spot_howto__inner {
    margin-bottom: -4rem;
    padding: 4rem 2rem; }
  .spot_howto__item {
    padding: 0 2rem; }
  .spot_howto__lead {
    margin: 2rem 0; }
  /* Details */
  .gallery {
    padding: 0 2rem; }
  .spot_facility__field {
    padding: 0; }
  .spot_facility__disc dt {
    width: 100%;
    text-align: left;
    background: #f4f2eb;
    padding: 1rem; }
  .spot_facility__disc dd {
    width: 100%;
    padding: 1rem; } }

@media (max-width: 23.75em) {
  /*380*/
  /* List */
  .spot_header__lead {
    margin-bottom: 1rem; }
  .spot_wrap {
    margin-bottom: 2rem; }
  /* Details */
  .spot_header__facilities,
  .spot_item {
    font-size: 2.2rem; }
  .spot_benefits__exp {
    padding: 1.5rem; }
  .spot_benefits,
  .spot_overview,
  .spot_map {
    margin-bottom: 2rem; }
  .premium_passport__header {
    font-size: 2.4rem; } }

@media (max-width: 22.5em) {
  /*360*/
  /* List */
  .spot_list__item {
    font-size: 1.8rem;
    line-height: 1.4; }
  /* Details */
  .spot_overview__catch {
    font-size: 1.8rem;
    margin-bottom: 1.5rem; }
  .spot_header__flag {
    font-size: 1.2rem; }
  .spot_header__facilities {
    font-size: 2rem; } }

@media (max-width: 21.25em) {
  /*340*/
  /* CommonADD */
  .progress_wrap {
    width: calc(100% - 3rem); }
  /* List */
  .spot_wrap,
  .spot_header {
    padding: 0 1.5rem; }
  /* Details */
  .gallery {
    padding: 0 1.5rem; } }

.main {
  padding: 0; }

/* Common
====================*/
/* ad */
.fixedad {
  position: fixed;
  bottom: -50px;
  left: 0;
  right: 0;
  z-index: 1;
  margin: 0 auto;
  width: 100%;
  height: 150px;
  max-width: 640px;
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.8s ease, bottom 0.5s ease-in-out 0.3s; }
  .fixedad.ad-on {
    opacity: 1;
    bottom: 0; }
  .fixedad__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 6px 2rem;
    text-decoration: none; }
    .fixedad__link:hover {
      color: #333; }
  .fixedad__tmb {
    flex-basis: calc((100% - 20px) * 0.35);
    flex-shrink: 1;
    flex-grow: 0;
    margin-right: 20px; }
  .fixedad__img {
    width: 100%;
    height: auto; }
  .fixedad__textarea {
    flex-basis: calc((100% - 20px) * 0.65);
    flex-shrink: 0;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%; }
  .fixedad__attr {
    color: #999;
    font-size: 14px; }
  .fixedad__ttl {
    height: calc(3em * 1.6);
    overflow: hidden;
    font-size: 16px;
    font-weight: bold; }

.closebtn {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 50px;
  height: 50px; }
  .closebtn::before, .closebtn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #666;
    transform-origin: center; }
  .closebtn::before {
    transform: rotate(45deg); }
  .closebtn::after {
    transform: rotate(-45deg); }

.footer.ad-on {
  padding-bottom: 17rem; }
  .footer.ad-on ~ .operation {
    bottom: 17rem; }

.footer.no-fixed {
  padding-bottom: 4rem; }
  .footer.no-fixed ~ .operation {
    bottom: 4rem; }

.fixedbtn--wed-contact {
  background-color: #ffc1df; }

.fixedbtn__link--wed-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  width: 100%;
  height: 100%;
  color: #4f3945;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0; }
  .fixedbtn__link--wed-contact:link, .fixedbtn__link--wed-contact:visited {
    color: #4f3945; }

.fixedbtn__inner {
  position: relative;
  padding-right: calc(4rem + 0.5em); }
  .fixedbtn__inner::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 4rem;
    height: 4rem;
    background: url("/res/img/wedding/icon_speech-balloons.svg") no-repeat center/contain;
    transform: translateY(-50%); }

/* Archive
====================*/
.page-header--wedding {
  margin-bottom: 20px;
  padding-bottom: 40px;
  background: url("/res/img/wedding/okinawa_map.svg") no-repeat right top/auto 100%; }

.page-header__header--wedding {
  margin-bottom: 30px; }

.page-header--wedding br {
  display: none; }

.wedding-map {
  padding-bottom: 30px; }
  .wedding-map__map-wrap {
    position: relative; }
  .wedding-map__scrollbtn {
    position: absolute;
    top: 20px;
    width: 24px;
    height: 40px;
    background: no-repeat center / contain;
    cursor: pointer; }
    .wedding-map__scrollbtn--left {
      left: 20px;
      background-image: url("/res/img/wedding/icon_maparrow-left.svg"); }
    .wedding-map__scrollbtn--right {
      right: 20px;
      background-image: url("/res/img/wedding/icon_maparrow-right.svg"); }
  .wedding-map__map-frame {
    position: relative;
    width: 100%;
    height: 534px;
    overflow-x: scroll;
    /* 動かすバー */ }
    .wedding-map__map-frame::-webkit-scrollbar {
      overflow: hidden;
      width: 5px;
      background: #eee;
      -webkit-border-radius: 3px;
      border-radius: 3px; }
    .wedding-map__map-frame::-webkit-scrollbar:horizontal {
      height: 5px; }
    .wedding-map__map-frame::-webkit-scrollbar-thumb {
      overflow: hidden;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      background: #999; }
    .wedding-map__map-frame.on {
      overflow-x: hidden; }
  .wedding-map__map {
    position: relative;
    width: 1920px;
    height: 529px; }
  .wedding-map__mapimg {
    width: 100%;
    height: auto; }
  .wedding-map__map-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 4px gray;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.3s; }
    .wedding-map__map-btn.on, .wedding-map__map-btn:hover {
      transform: scale(1.2); }
      .wedding-map__map-btn.on .wedding-map__chapel-svg,
      .wedding-map__map-btn.on .wedding-map__camera-svg, .wedding-map__map-btn:hover .wedding-map__chapel-svg,
      .wedding-map__map-btn:hover .wedding-map__camera-svg {
        fill: #fff; }
  .wedding-map__map-btn--chapel.on, .wedding-map__map-btn--chapel:hover {
    background-color: #e84091; }
  .wedding-map__map-btn--camera.on, .wedding-map__map-btn--camera:hover {
    background-color: #222f94; }
  .wedding-map__chapel-svg {
    width: 80%;
    height: auto;
    fill: #e84091; }
  .wedding-map__camera-svg {
    width: 65%;
    height: auto;
    fill: #222f94; }
  .wedding-map__panel {
    position: absolute;
    top: 2vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 40%;
    height: auto;
    min-width: 220px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 0 4px gray;
    opacity: 0;
    transition: opacity 0.5s ease-out, transform 0.2s ease-out;
    pointer-events: none; }
    .wedding-map__panel.on {
      opacity: 1;
      pointer-events: auto; }
  .wedding-map__close-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 28px;
    height: 28px;
    cursor: pointer; }
    .wedding-map__close-btn:before, .wedding-map__close-btn:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #333;
      transform-origin: center; }
    .wedding-map__close-btn:before {
      transform: rotate(45deg); }
    .wedding-map__close-btn:after {
      transform: rotate(-45deg); }
  .wedding-map__link {
    display: block;
    padding: 50px 12px 12px;
    text-decoration: none; }
    .wedding-map__link:hover {
      color: #333; }
  .wedding-map__tmb {
    position: relative;
    margin-bottom: 10px;
    width: 100%; }
    .wedding-map__tmb::before {
      content: "";
      display: block;
      padding-bottom: 66.6%; }
  .wedding-map__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .wedding-map__name {
    margin-bottom: 10px; }
  .wedding-map__hotel-name {
    position: relative;
    margin-bottom: 10px;
    padding: 10px 40px 10px 10px;
    background-color: #d4ecf0;
    border-radius: 10px;
    font-size: 14px;
    font-weight: bold; }
    .wedding-map__hotel-name::before {
      content: "";
      position: absolute;
      right: -10px;
      top: center;
      width: 48px;
      height: 42px;
      background: url("/res/img/wedding/icon_hotel.svg") no-repeat center/contain; }
  .wedding-map__more {
    position: relative;
    padding-right: 1em;
    font-size: 12px;
    text-align: right; }
    .wedding-map__more::before, .wedding-map__more::after {
      content: "";
      position: absolute;
      top: 50%;
      right: 0;
      width: 0.5em;
      height: 1px;
      background-color: #333;
      transform-origin: right center; }
    .wedding-map__more::before {
      transform: rotate(45deg); }
    .wedding-map__more::after {
      transform: rotate(-45deg); }

.wedding-category {
  padding: 3rem 4rem; }
  .wedding-category:last-of-type {
    padding-bottom: 0; }
  .wedding-category--single:last-of-type {
    padding-bottom: 2rem; }

.wedding-list {
  margin-top: -20px;
  margin-bottom: 40px; }
  .wedding-list__item {
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #9d9d9d; }
    .wedding-list__item::after {
      content: "";
      flex-grow: 0;
      flex-shrink: 0;
      margin-left: 10px;
      background: url("/res/img/wedding/icon_arrow-right.svg") no-repeat center right/contain;
      width: 20px;
      height: 20px;
      transition: transform 0.3s; }
    .wedding-list__item:hover::after {
      transform: translateX(5px); }
    .wedding-list__item--single:last-of-type {
      border-bottom: none;
      margin-bottom: -40px; }
  .wedding-list__link {
    display: flex;
    flex-grow: 1;
    padding: 20px 0;
    text-decoration: none; }
    .wedding-list__link:hover {
      color: #333; }
  .wedding-list__tmb {
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 20px;
    width: 180px;
    height: 180px; }
  .wedding-list__img {
    height: auto; }
  .wedding-list__textarea {
    flex-grow: 1; }
  .wedding-list__name {
    margin-bottom: 20px;
    font-size: 22px; }
  .wedding-list__attr-repo {
    display: inline-block;
    margin-top: 10px;
    padding: 4px 6px;
    border: 1px solid #e84091;
    border-radius: 6px;
    color: #e84091;
    font-size: 14px; }

/* Report Archive */
.wedding-category__txt {
  margin-bottom: 20px; }

.report-list__item {
  position: relative;
  margin-bottom: 20px;
  border: solid 1px #666; }
  .report-list__item:last-of-type {
    margin-bottom: 0; }
  .report-list__item::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px;
    border-color: transparent #e84091 #e84091 transparent;
    transition: opacity 0.3s, border-width 0.3s; }
  .report-list__item:hover::after {
    opacity: 0.6;
    border-width: 25px; }

.report-list__link {
  display: flex;
  padding: 16px;
  text-decoration: none; }

.report-list__tmb {
  flex-basis: 30%;
  flex-shrink: 0;
  margin-right: 20px; }

.report-list__img {
  width: 100%;
  height: auto; }

.report-list__ttl {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.4; }

/* Detail
====================*/
.wed-single-header {
  margin-bottom: 40px; }
  .wed-single-header__cat {
    display: inline-block;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 17px;
    background-color: #f8f6e7;
    color: #af9c54;
    font-size: 14px;
    line-height: 1; }
  .wed-single-header__ttl {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: normal; }
  .wed-single-header__catchcopy {
    margin-bottom: 20px;
    color: #af9c54;
    font-size: 20px; }

.wed-nav {
  margin-bottom: 40px; }
  .wed-nav__list {
    position: relative;
    border: 2px solid #e84091;
    border-radius: 6px;
    padding: 1.5em 4em; }
    .wed-nav__list::before, .wed-nav__list::after {
      content: "";
      position: absolute;
      top: 0;
      left: 20px;
      width: 220px;
      height: 46px;
      transform: translateY(-50%); }
    .wed-nav__list::before {
      background-color: #fff; }
    .wed-nav__list::after {
      background: url("/res/img/wedding/report_contents.svg") no-repeat center/90% auto; }
  .wed-nav__item {
    margin: 1em 0;
    color: #e84091; }
    .wed-nav__item.current {
      position: relative; }
      .wed-nav__item.current::before {
        content: "▶";
        position: absolute;
        top: 0.2em;
        left: -2em;
        color: #e84091;
        font-size: 0.8em; }
  .wed-nav__link {
    color: #e84091; }
    .wed-nav__link:link, .wed-nav__link:visited {
      color: #e84091; }
    .wed-nav__link:hover {
      text-decoration: none; }

.wed-post {
  margin-bottom: 30px; }
  .wed-post__wrap {
    position: relative;
    padding-top: 60px; }
    .wed-post__wrap::before {
      content: "";
      position: absolute;
      top: 0;
      right: 10%;
      width: 130px;
      height: 60px;
      background: url("/res/img/wedding/chapter_deco.svg") no-repeat center/contain; }
    .wed-post__wrap p {
      margin: 1.5em 0; }
    .wed-post__wrap img {
      margin: 1.5em 0;
      height: auto; }
  .wed-post__header {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    text-align: center;
    color: #4f3946;
    font-size: 20px;
    font-weight: normal; }
    .wed-post__header::before, .wed-post__header::after {
      content: "";
      flex-grow: 1;
      height: 6px;
      border-top: 2px solid #4f3946;
      border-bottom: 2px solid #4f3946; }
    .wed-post__header::before {
      margin-right: 2rem; }
    .wed-post__header::after {
      margin-left: 2rem; }
  .wed-post__wrapafter {
    position: relative;
    width: 100%;
    height: 6px;
    border-top: 2px solid #4f3946;
    border-bottom: 2px solid #4f3946; }
    .wed-post__wrapafter::after {
      content: "";
      position: absolute;
      left: 0;
      background-repeat: no-repeat;
      width: 100%; }
    .wed-post__wrapafter--chap1 {
      margin: 60px 0 80px; }
      .wed-post__wrapafter--chap1::after {
        top: 0;
        bottom: 0;
        margin: auto;
        height: 100px;
        background-image: url("/res/img/wedding/flower.png");
        background-position: center;
        background-size: contain; }
    .wed-post__wrapafter--chap2 {
      margin: 149px 0 60px; }
      .wed-post__wrapafter--chap2::after {
        bottom: -2px;
        height: 129px;
        background-image: url("/res/img/wedding/coral.png");
        background-position: bottom right;
        background-size: auto 100%; }
    .wed-post__wrapafter--chap3 {
      margin: 110px 0 60px; }
      .wed-post__wrapafter--chap3::after {
        bottom: 4px;
        height: 90px;
        background-image: url("/res/img/wedding/wave.png");
        background-position: bottom right;
        background-size: auto 100%; }
    .wed-post__wrapafter--chap4 {
      margin: 60px 0 80px; }
      .wed-post__wrapafter--chap4::after {
        top: 0;
        bottom: 0;
        margin: auto;
        height: 100px;
        background-image: url("/res/img/wedding/fruit.png");
        background-position: center;
        background-size: contain; }
  .wed-post__btn-wrap {
    display: flex;
    margin-bottom: 40px; }
    .wed-post__btn-wrap:last-of-type {
      margin-bottom: 60px; }
    .wed-post__btn-wrap--prev {
      flex-direction: row; }
    .wed-post__btn-wrap--next {
      flex-direction: row-reverse; }
  .wed-post__btn {
    position: relative;
    border: 2px solid #e84091;
    min-width: 50%;
    max-width: 80%; }
    .wed-post__btn::before, .wed-post__btn::after {
      content: "";
      position: absolute;
      top: 0;
      left: 20px;
      transform: translateY(-50%); }
    .wed-post__btn::before {
      background-color: #fff; }
    .wed-post__btn::after {
      background-repeat: no-repeat;
      background-position: center;
      background-size: auto 100%; }
    .wed-post__btn--prev::before, .wed-post__btn--prev::after {
      width: 93px;
      height: 21px; }
    .wed-post__btn--prev::after {
      background-image: url("/res/img/wedding/previous.svg"); }
    .wed-post__btn--next::before, .wed-post__btn--next::after {
      width: 55px;
      height: 16px; }
    .wed-post__btn--next::after {
      background-image: url("/res/img/wedding/next.svg"); }
  .wed-post__btnlink {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.4rem 2rem;
    color: #e84091;
    text-decoration: none; }
    .wed-post__btnlink:link, .wed-post__btnlink:visited {
      color: #e84091; }
    .wed-post__btnlink--prev {
      padding-left: 4em; }
      .wed-post__btnlink--prev:hover .wed-post__btninner::before {
        transform: translateX(-0.5em); }
      .wed-post__btnlink--prev:hover .wed-post__btninner::after {
        transform: translateX(-0.5em) rotate(-30deg); }
    .wed-post__btnlink--next {
      padding-right: 4em; }
      .wed-post__btnlink--next:hover .wed-post__btninner::before {
        transform: translateX(0.5em); }
      .wed-post__btnlink--next:hover .wed-post__btninner::after {
        transform: translateX(0.5em) rotate(30deg); }
  .wed-post__btninner {
    position: relative; }
    .wed-post__btninner--prev {
      padding-left: 0.5em; }
    .wed-post__btninner--next {
      padding-right: 0.5em; }
    .wed-post__btninner::before, .wed-post__btninner::after {
      content: "";
      position: absolute;
      background-color: #e84091;
      height: 1px;
      transition: transform 0.3s; }
    .wed-post__btninner::before {
      width: 1.5em; }
    .wed-post__btninner::after {
      width: 0.6em; }
    .wed-post__btninner--prev::before, .wed-post__btninner--prev::after {
      left: -2em;
      top: 50%; }
    .wed-post__btninner--prev::after {
      transform-origin: left center;
      transform: rotate(-30deg); }
    .wed-post__btninner--next::before, .wed-post__btninner--next::after {
      right: -2em;
      top: 50%; }
    .wed-post__btninner--next::after {
      transform-origin: right center;
      transform: rotate(30deg); }

.wed-info {
  background-color: #f8f6e7;
  margin-bottom: 40px;
  padding: 20px; }
  .wed-info__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    margin-bottom: 40px;
    color: #4f3946;
    font-size: 22px;
    font-weight: 500;
    font-style: italic;
    line-height: 1; }
    .wed-info__header::after {
      content: "";
      position: absolute;
      bottom: -0.5em;
      background-color: #e84091;
      width: 20%;
      height: 4px; }
  .wed-info__header-ja {
    font-size: 0.6em;
    font-weight: normal; }
  .wed-info__wrap {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #af9c54; }
    .wed-info__wrap:last-of-type {
      margin-bottom: 0; }
  .wed-info__item {
    margin-bottom: 10px;
    color: #4f3946;
    font-weight: bold; }
  .wed-info__desc {
    padding-left: 1em; }
  .wed-info__link:hover {
    color: #e84091;
    text-decoration: none; }

/* Responsive
====================*/
/*[ MIN ]---------------------------*/
@media (min-width: 64.0625em) {
  /*1025*/ }

@media (min-width: 40.0625em) {
  /*641*/ }

@media (min-width: 30.0625em) {
  /*481*/ }

/*[ MAX ]---------------------------*/
@media (max-width: 40em) {
  /*640*/
  .page-header--wedding {
    background: url("/res/img/wedding/okinawa_map.svg") no-repeat right 40px bottom/auto 100px;
    padding-bottom: 60px; }
  .wedding-map__map-frame {
    height: calc(82.65vw + 5px); }
  .wedding-map__map {
    position: relative;
    width: 300vw;
    height: 82.65vw; }
  .wedding-map__map-btn {
    width: 7vw;
    height: 7vw; }
  .wedding-list__tmb {
    flex-shrink: 0;
    width: 26vw;
    height: 26vw; }
  .wedding-list__name {
    margin-bottom: 10px;
    font-size: 16px; }
  .wedding-list__catchcopy {
    font-size: 14px; }
  .wed-post__wrapafter::after {
    height: 17vw; }
  .wed-post__wrapafter--chap1, .wed-post__wrapafter--chap4 {
    margin-top: calc(8vw + 20px);
    margin-bottom: 60px; }
  .wed-post__wrapafter--chap2, .wed-post__wrapafter--chap3 {
    margin-top: calc(17vw + 20px);
    margin-bottom: 40px; }
  .footer.ad-on {
    padding-bottom: 15rem; }
    .footer.ad-on ~ .operation {
      bottom: 15rem; }
  .footer.no-fixed {
    padding-bottom: 2rem; }
    .footer.no-fixed ~ .operation {
      bottom: 2rem; }
  .fixedad {
    height: 130px; }
  .closebtn {
    width: 40px;
    height: 40px; }
  .fixedbtn--wed-contact {
    height: 8rem; } }

@media (max-width: 30em) {
  /*480*/
  .page-header--wedding {
    background-position: right 20px bottom;
    padding-bottom: 0; }
  .page-header--wedding p {
    text-align: left; }
  .page-header--wedding br {
    display: block; }
  .wedding-map__name {
    font-size: 14px;
    line-height: 1.4; }
  .wedding-map__hotel-name {
    font-size: 12px;
    line-height: 1.4; }
  .wedding-category {
    padding: 2rem; }
  .wedding-list {
    margin-bottom: 0; }
  .wedding-list__item--single:last-of-type {
    margin-bottom: 0; }
  .wed-nav {
    margin-bottom: 30px; }
  .wed-post__wrap {
    margin-bottom: 40px;
    padding-top: 50px; }
    .wed-post__wrap::before {
      width: 100px;
      height: 50px; }
  .fixedad {
    height: 110px; }
    .fixedad__link {
      padding: 6px 1rem; }
    .fixedad__tmb {
      margin-right: 10px; }
    .fixedad__attr {
      font-size: 12px; }
    .fixedad__ttl {
      height: calc(3em * 1.4);
      font-size: 14px;
      line-height: 1.4; }
  .footer.ad-on {
    padding-bottom: 13rem; }
    .footer.ad-on ~ .operation {
      bottom: 13rem; }
  .closebtn {
    width: 30px;
    height: 30px; } }

@media (max-width: 23.75em) {
  /*380*/
  .page-header--wedding {
    padding-bottom: 20px; }
  .wedding-map__link {
    padding: 14px 12px 12px; }
  .wedding-map__tmb {
    margin-left: auto;
    margin-right: auto;
    width: 70%; }
  .wedding-map__close-btn {
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px; }
  .wedding-list__item::after {
    margin-left: 0;
    width: 16px;
    height: 16px; }
  .wedding-list__attr-repo {
    font-size: 12px; }
  .wed-single-header__ttl {
    margin-bottom: 10px;
    font-size: 22px; }
  .wed-single-header__catchcopy {
    font-size: 18px; }
  .wed-nav__list {
    padding: 0.8em 1.4em 0 2.5em; }
    .wed-nav__list::before, .wed-nav__list::after {
      width: 180px; }
  .wed-post__wrapafter--chap1, .wed-post__wrapafter--chap4 {
    margin-bottom: 50px; }
  .wed-post__wrapafter--chap2, .wed-post__wrapafter--chap3 {
    margin-bottom: 30px; }
  .wed-post__btn-wrap {
    margin-bottom: 30px; }
    .wed-post__btn-wrap:last-of-type {
      margin-bottom: 40px; }
  .wed-post__btnlink {
    padding: 1.4rem 2rem 1rem;
    line-height: 1.2; }
    .wed-post__btnlink--prev {
      padding-left: 3.4em; }
    .wed-post__btnlink--next {
      padding-right: 3.4em; }
  .wed-info {
    margin-bottom: 20px; }
    .wed-info__header {
      font-size: 20px; }
  .fixedbtn--wed-contact {
    height: 5rem; }
  .fixedbtn__inner {
    font-size: 14px; }
    .fixedbtn__inner::after {
      width: 3rem;
      height: 3rem; }
  .report-list__tmb {
    flex-basis: 24%; }
  .report-list__ttl {
    font-size: 16px; } }

@media (max-width: 22.5em) {
  /*360*/ }

@media (max-width: 21.25em) {
  /*340*/
  .wedding-map__scrollbtn {
    width: 18px;
    height: 30px; }
  .wedding-list__tmb {
    margin-right: 10px; }
  .wedding-list__name {
    margin-bottom: 6px; }
  .wedding-category {
    padding: 15px 1.5rem; }
  .wed-single-header__cat {
    font-size: 12px; }
  .wed-single-header__ttl {
    font-size: 20px; }
  .wed-single-header__catchcopy {
    font-size: 16px; }
  .wed-post__header {
    font-size: 18px; }
  .wed-info__header {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 30px;
    font-size: 20px; }
  .wed-info__header-ja {
    margin-top: 6px;
    text-align: right; }
  .report-list__item::after {
    border-width: 16px; }
  .report-list__item:hover::after {
    border-width: 20px; }
  .report-list__link {
    padding: 10px; } }
