.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
====================*/
.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--rdp {
  padding-bottom: 40px; }

.page-header__item--top-img {
  margin-bottom: 5rem; }

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

.rdp-list {
  margin-top: -20px;
  margin-bottom: 40px; }
  .rdp-list__item {
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #9d9d9d; }
    .rdp-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; }
    .rdp-list__item:hover::after {
      transform: translateX(5px); }
    .rdp-list__item--single:last-of-type {
      border-bottom: none;
      margin-bottom: -40px; }
  .rdp-list__link {
    display: flex;
    flex-grow: 1;
    padding: 20px 0;
    text-decoration: none; }
    .rdp-list__link:hover {
      color: #333; }
  .rdp-list__tmb {
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 20px;
    width: 180px;
    height: 180px; }
  .rdp-list__img {
    height: auto; }
  .rdp-list__textarea {
    flex-grow: 1; }
  .rdp-list__name {
    margin-bottom: 20px;
    font-size: 22px; }
  .rdp-list__cat {
    display: inline-block;
    margin-bottom: 10px;
    padding: 4px 6px;
    border: 1px solid #e84091;
    border-radius: 6px;
    color: #e84091;
    font-size: 14px; }

/* Detail
====================*/
.subcontent-header {
  border-bottom: solid 1px #e84091;
  color: #e84091;
  font-size: 2.6rem;
  font-weight: normal;
  line-height: 1.2;
  padding-bottom: 0.5rem;
  margin-bottom: 2rem; }

.rdp__txt {
  margin-bottom: 20px; }

.rdp__plan-wrap {
  margin: 40px 0;
  background-color: #f0f0f0;
  border-radius: 6px;
  padding: 20px; }

.spot_price {
  margin-top: 2rem;
  text-align: right; }
  .spot_price--bold {
    font-weight: bold; }

.spot_photographer {
  margin-bottom: 6rem; }
  .spot_photographer__item {
    margin-bottom: 3rem;
    border-bottom: 1px dotted #e84091; }
    .spot_photographer__item:last-of-type {
      margin-bottom: 0; }
  .spot_photographer__face {
    width: 80%;
    margin: 0 auto 3rem;
    padding-top: calc(80% * 0.75);
    background: no-repeat center / cover; }
  .spot_photographer__intro {
    margin-bottom: 4rem; }
  .spot_photographer__subimg {
    width: 100%;
    margin: 0 auto 3rem; }
  .spot_photographer__img {
    width: 100%;
    height: auto; }

/* 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*/
  .rdp-list__tmb {
    flex-shrink: 0;
    width: 26vw;
    height: 26vw; }
  .rdp-list__name {
    margin-bottom: 10px;
    font-size: 16px; }
  .rdp-list__concept {
    font-size: 14px; } }

@media (max-width: 30em) {
  /*480*/
  .slick-prev {
    left: 10px; }
  .slick-next {
    right: 10px; }
  .rdp-list {
    margin-bottom: 0; } }

@media (max-width: 23.75em) {
  /*380*/
  /* archive */
  .rdp-list__item::after {
    margin-left: 0;
    width: 16px;
    height: 16px; }
  .rdp-list__cat {
    font-size: 12px; }
  /* sigle */
  .subcontent-header {
    font-size: 2.2rem; }
  .fixedbtn--wed-contact {
    height: 5rem; }
  .fixedbtn__inner {
    font-size: 14px; }
    .fixedbtn__inner::after {
      width: 3rem;
      height: 3rem; } }

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

@media (max-width: 21.25em) {
  /*340*/
  .rdp-list__tmb {
    margin-right: 10px; }
  .rdp-list__name {
    margin-bottom: 6px; } }
