@charset "UTF-8";
/*
 honeymoon.cssは自動生成しているため、
 直接上書きしないでください。
*/
/* Vendor */
/* Site settings */
/* Base */
/* line 19, ../scss/base/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 25, ../scss/base/_reboot.scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

/* line 35, ../scss/base/_reboot.scss */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/*
body {
  margin: 0; // 1
  font-family: $font-family-base;
  font-size: $font-size-base;
  font-weight: $font-weight-base;
  line-height: $line-height-base;
  color: $body-color;
  text-align: left; // 3
  background-color: $body-bg; // 2
}
*/
/* line 64, ../scss/base/_reboot.scss */
[tabindex="-1"]:focus {
  outline: 0 !important;
}

/* line 74, ../scss/base/_reboot.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 90, ../scss/base/_reboot.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 99, ../scss/base/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 112, ../scss/base/_reboot.scss */
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

/* line 121, ../scss/base/_reboot.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 127, ../scss/base/_reboot.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 134, ../scss/base/_reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 141, ../scss/base/_reboot.scss */
dt {
  font-weight: 1rem;
}

/* line 145, ../scss/base/_reboot.scss */
dd {
  margin-bottom: 0;
  margin-left: 0;
}

/* line 150, ../scss/base/_reboot.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 154, ../scss/base/_reboot.scss */
b,
strong {
  font-weight: 600;
}

/* line 159, ../scss/base/_reboot.scss */
small {
  font-size: 80%;
}

/* line 168, ../scss/base/_reboot.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 176, ../scss/base/_reboot.scss */
sub {
  bottom: -.25em;
}

/* line 177, ../scss/base/_reboot.scss */
sup {
  top: -.5em;
}

/*
a {
  color: $link-color;
  text-decoration: $link-decoration;
  background-color: transparent; // Remove the gray background on active links in IE 10.

  @include hover {
    color: $link-hover-color;
    text-decoration: $link-hover-decoration;
  }
}
*/
/* line 203, ../scss/base/_reboot.scss */
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
/* line 207, ../scss/base/_reboot.scss */
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/* line 217, ../scss/base/_reboot.scss */
pre,
code,
kbd,
samp {
  font-size: 1em;
}

/* line 224, ../scss/base/_reboot.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

/* line 238, ../scss/base/_reboot.scss */
figure {
  margin: 0 0 1rem;
}

/* line 248, ../scss/base/_reboot.scss */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 253, ../scss/base/_reboot.scss */
svg {
  overflow: hidden;
  vertical-align: middle;
}

/* line 265, ../scss/base/_reboot.scss */
table {
  border-collapse: collapse;
}

/* line 269, ../scss/base/_reboot.scss */
caption {
  padding-top: 0;
  padding-bottom: 0;
  text-align: left;
  caption-side: bottom;
}

/* line 276, ../scss/base/_reboot.scss */
th {
  text-align: inherit;
}

/* line 287, ../scss/base/_reboot.scss */
label {
  display: inline-block;
  margin-bottom: 0;
}

/* line 296, ../scss/base/_reboot.scss */
button {
  border-radius: 0;
}

/* line 305, ../scss/base/_reboot.scss */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 310, ../scss/base/_reboot.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 321, ../scss/base/_reboot.scss */
button,
input {
  overflow: visible;
}

/* line 326, ../scss/base/_reboot.scss */
button,
select {
  text-transform: none;
}

/* line 334, ../scss/base/_reboot.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 342, ../scss/base/_reboot.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 350, ../scss/base/_reboot.scss */
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 357, ../scss/base/_reboot.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

/* line 369, ../scss/base/_reboot.scss */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 375, ../scss/base/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 390, ../scss/base/_reboot.scss */
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

/* line 402, ../scss/base/_reboot.scss */
progress {
  vertical-align: baseline;
}

/* line 407, ../scss/base/_reboot.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 412, ../scss/base/_reboot.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 425, ../scss/base/_reboot.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 434, ../scss/base/_reboot.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 443, ../scss/base/_reboot.scss */
output {
  display: inline-block;
}

/* line 447, ../scss/base/_reboot.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 452, ../scss/base/_reboot.scss */
template {
  display: none;
}

/* line 458, ../scss/base/_reboot.scss */
[hidden] {
  display: none !important;
}

/* line 2, ../scss/base/_main.scss */
.img-wrapper > img {
  display: block;
  width: 100%;
}

/* line 7, ../scss/base/_main.scss */
.flex-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/* line 9, ../scss/base/_main.scss */
.flex-wrapper.column {
  -webkit-flex-direction: column;
  flex-direction: column;
}
/* line 12, ../scss/base/_main.scss */
.flex-wrapper.column-reverse {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
/* line 15, ../scss/base/_main.scss */
.flex-wrapper.row {
  -webkit-flex-direction: row;
  flex-direction: row;
}
/* line 18, ../scss/base/_main.scss */
.flex-wrapper.row-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* line 25, ../scss/base/_main.scss */
.new-style ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
/* line 30, ../scss/base/_main.scss */
.new-style p {
  margin: 0;
  text-align: justify;
}
/* line 34, ../scss/base/_main.scss */
.new-style .is-tb {
  display: none !important;
}
/* line 37, ../scss/base/_main.scss */
.new-style .is-pc {
  display: block !important;
}
/* line 40, ../scss/base/_main.scss */
.new-style .below-tb {
  display: none !important;
}
/* line 43, ../scss/base/_main.scss */
.new-style .is-sp {
  display: none !important;
}
/* line 46, ../scss/base/_main.scss */
.new-style .is-sp-s {
  display: none !important;
}
/* line 49, ../scss/base/_main.scss */
.new-style .font-base {
  font-family: "Noto Sans JP", sans-serif;
}
/* line 52, ../scss/base/_main.scss */
.new-style .font-base-en {
  font-family: "Quicksand", sans-serif;
}
/* line 55, ../scss/base/_main.scss */
.new-style .font-en {
  font-family: "Alex Brush", cursive;
}

/* line 61, ../scss/base/_main.scss */
.new-style .clear-both {
  clear: both;
}
/* line 62, ../scss/base/_main.scss */
.new-style .overflow-auto {
  overflow: auto;
}
/* line 63, ../scss/base/_main.scss */
.new-style .text-align-center {
  text-align: center;
}
/* line 64, ../scss/base/_main.scss */
.new-style .text-align-left {
  text-align: left;
}
/* line 65, ../scss/base/_main.scss */
.new-style .text-align-right {
  text-align: right;
}
/* line 66, ../scss/base/_main.scss */
.new-style .font-weight-bold {
  font-weight: bold;
}
/* line 67, ../scss/base/_main.scss */
.new-style .margin-0-auto {
  margin: 0 auto;
}
/* line 68, ../scss/base/_main.scss */
.new-style .margin-right-auto {
  margin-right: auto;
}
/* line 69, ../scss/base/_main.scss */
.new-style .margin-left-auto {
  margin-left: auto;
}
/* line 70, ../scss/base/_main.scss */
.new-style .float-left {
  float: left;
}
/* line 71, ../scss/base/_main.scss */
.new-style .position-relative {
  position: relative;
}
/* line 72, ../scss/base/_main.scss */
.new-style .vertical-align-middle {
  vertical-align: middle;
}
/* line 73, ../scss/base/_main.scss */
.new-style .align-middle {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 959px) {
  /* line 80, ../scss/base/_main.scss */
  .new-style .container {
    padding: 0 30px;
  }
  /* line 83, ../scss/base/_main.scss */
  .new-style .is-pc {
    display: none !important;
  }
  /* line 86, ../scss/base/_main.scss */
  .new-style .is-tb {
    display: block !important;
  }
}
@media screen and (max-width: 759px) {
  /* line 94, ../scss/base/_main.scss */
  .new-style .below-tb {
    display: block !important;
  }
}
@media screen and (max-width: 599px) {
  /* line 102, ../scss/base/_main.scss */
  .new-style .container {
    padding: 0 25px;
  }
  /* line 105, ../scss/base/_main.scss */
  .new-style .is-tb {
    display: none !important;
  }
  /* line 108, ../scss/base/_main.scss */
  .new-style .is-sp {
    display: block !important;
  }
}
@media screen and (max-width: 479px) {
  /* line 116, ../scss/base/_main.scss */
  .new-style .container {
    padding: 0 20px;
  }
  /* line 119, ../scss/base/_main.scss */
  .new-style .is-sp-s {
    display: block !important;
  }
}
@media screen and (max-width: 359px) {
  /* line 127, ../scss/base/_main.scss */
  .new-style .container {
    padding: 0 15px;
  }
}
/* line 17, ../scss/honeymoon.scss */
ol, ul, dl {
  margin-bottom: 0;
}

/* line 21, ../scss/honeymoon.scss */
#main-content-area {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

/* line 25, ../scss/honeymoon.scss */
#key-visual-wrapper {
  position: relative;
}
/* line 27, ../scss/honeymoon.scss */
#key-visual-wrapper h1 {
  color: white;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 25%;
  z-index: 2;
  display: block;
  font-size: 4.2rem;
  font-family: 'Hina Mincho', serif;
  letter-spacing: .2rem;
  text-align: center;
  line-height: 1.5;
  white-space: nowrap;
}
@media screen and (max-width: 639px) {
  /* line 27, ../scss/honeymoon.scss */
  #key-visual-wrapper h1 {
    font-size: 2rem;
    letter-spacing: .1rem;
    top: 20%;
  }
}
@media screen and (max-width: 359px) {
  /* line 27, ../scss/honeymoon.scss */
  #key-visual-wrapper h1 {
    font-size: 1.7rem;
  }
}

/* line 49, ../scss/honeymoon.scss */
#key-visual {
  width: 100%;
  height: 560px;
  background-image: url(../img/wedding_honeymoon/key-visual.jpg);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 639px) {
  /* line 49, ../scss/honeymoon.scss */
  #key-visual {
    height: 0;
    padding-top: 125%;
    width: 100%;
    background-image: url(../img/wedding_honeymoon/key-visual-sp.jpg);
  }
}

/* line 62, ../scss/honeymoon.scss */
#inpage-navi {
  margin-top: 40px;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
/* line 65, ../scss/honeymoon.scss */
#inpage-navi > div {
  width: 23%;
  height: 60px;
}
/* line 68, ../scss/honeymoon.scss */
#inpage-navi > div span {
  line-height: 1.2;
  display: block;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
@media screen and (max-width: 639px) {
  /* line 62, ../scss/honeymoon.scss */
  #inpage-navi {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 80, ../scss/honeymoon.scss */
  #inpage-navi > div {
    width: 48%;
    margin-bottom: 12px;
    height: 50px;
  }
  /* line 84, ../scss/honeymoon.scss */
  #inpage-navi > div span {
    letter-spacing: 0;
  }
}

@media screen and (max-width: 639px) {
  /* line 92, ../scss/honeymoon.scss */
  .l-sectTopSpace {
    padding-top: 20px;
  }

  /* line 95, ../scss/honeymoon.scss */
  .p-slide--camp .p-slide__item {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* line 102, ../scss/honeymoon.scss */
.new-section {
  position: relative;
  margin-top: 40px;
  padding-top: 80px;
}
/* line 106, ../scss/honeymoon.scss */
.new-section::before {
  content: "";
  width: 100vw;
  height: 1px;
  margin: 0 calc(50% - 50vw);
  background-color: #C4C4C4;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1079px) {
  /* line 106, ../scss/honeymoon.scss */
  .new-section::before {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
/* line 121, ../scss/honeymoon.scss */
.new-section h2 {
  font-size: 3.2rem;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  position: relative;
  color: #ff8b8b;
  text-align: center;
  padding-bottom: 40px;
}
/* line 128, ../scss/honeymoon.scss */
.new-section h2.en {
  font-family: "Montserrat", "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  letter-spacing: .4rem;
}
/* line 133, ../scss/honeymoon.scss */
.new-section h2::after {
  content: "";
  width: 48px;
  height: 3px;
  background-color: #ff8b8b;
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: auto;
  bottom: 25px;
}
@media screen and (max-width: 639px) {
  /* line 102, ../scss/honeymoon.scss */
  .new-section {
    margin-top: 0px;
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 148, ../scss/honeymoon.scss */
  .new-section h2 {
    font-size: 2.2rem;
    padding-bottom: 40px;
  }
  /* line 151, ../scss/honeymoon.scss */
  .new-section h2::after {
    width: 32px;
    height: 2px;
    bottom: 25px;
  }
}
@media screen and (max-width: 359px) {
  /* line 159, ../scss/honeymoon.scss */
  .new-section h2 {
    font-size: 2rem;
  }
}
/* line 163, ../scss/honeymoon.scss */
.new-section .lead {
  margin-top: 20px;
  text-align: center;
  font-size: 1.9rem;
  line-height: 1.8;
  padding: 0;
}
@media screen and (max-width: 639px) {
  /* line 171, ../scss/honeymoon.scss */
  .new-section .lead {
    margin-top: 0;
    font-size: 1.5rem;
    text-align: left;
  }
  /* line 175, ../scss/honeymoon.scss */
  .new-section .lead br {
    display: none;
  }
}
/* line 180, ../scss/honeymoon.scss */
.new-section .btn-cv {
  display: block;
  max-width: 320px;
  width: 100%;
  height: 60px;
  margin: 20px auto 0px;
}
/* line 186, ../scss/honeymoon.scss */
.new-section .btn-cv.btn-cv-wide {
  max-width: 360px;
}
/* line 189, ../scss/honeymoon.scss */
.new-section .btn-cv span {
  display: block;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
  font-size: 1.8rem;
}
@media screen and (max-width: 639px) {
  /* line 197, ../scss/honeymoon.scss */
  .new-section .btn-cv {
    height: 40px;
  }
  /* line 199, ../scss/honeymoon.scss */
  .new-section .btn-cv span {
    font-size: 1.5rem;
  }
}

/* line 206, ../scss/honeymoon.scss */
.honeymoon-point h2.sec-title, .honeymoon-point h3.sec-title {
  text-align: center;
}
/* line 208, ../scss/honeymoon.scss */
.honeymoon-point h2.sec-title strong, .honeymoon-point h3.sec-title strong {
  font-size: 3.6rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 300;
  text-align: center;
  letter-spacing: .1rem;
  line-height: 1.3;
  color: #696969;
}
/* line 217, ../scss/honeymoon.scss */
.honeymoon-point h2.sec-title .img-wrapper, .honeymoon-point h3.sec-title .img-wrapper {
  width: 412px;
  margin: 0 auto 15px;
}
/* line 221, ../scss/honeymoon.scss */
.honeymoon-point h2.sec-title::after, .honeymoon-point h3.sec-title::after {
  display: none;
}
/* line 225, ../scss/honeymoon.scss */
.honeymoon-point h2.sec-title {
  padding-bottom: 0;
}
/* line 229, ../scss/honeymoon.scss */
.honeymoon-point h3.sec-title strong {
  font-size: 2.8rem;
  text-align: center;
  line-height: 1;
}
/* line 234, ../scss/honeymoon.scss */
.honeymoon-point h3.sec-title .img-wrapper {
  margin: 0 auto 10px;
}
/* line 238, ../scss/honeymoon.scss */
.honeymoon-point#honeymoon-point01 {
  margin-top: 40px;
  padding-top: 0;
}
/* line 242, ../scss/honeymoon.scss */
.honeymoon-point#honeymoon-point01 h3.sec-title .img-wrapper {
  width: 64px;
}
/* line 249, ../scss/honeymoon.scss */
.honeymoon-point#honeymoon-point02 h3.sec-title .img-wrapper {
  width: 90px;
}
/* line 256, ../scss/honeymoon.scss */
.honeymoon-point#honeymoon-point03 h3.sec-title .img-wrapper {
  width: 84px;
}
/* line 263, ../scss/honeymoon.scss */
.honeymoon-point#honeymoon-point04 h3.sec-title .img-wrapper {
  width: 110px;
}
/* line 270, ../scss/honeymoon.scss */
.honeymoon-point#honeymoon-point05 h3.sec-title .img-wrapper {
  width: 56px;
}
/* line 275, ../scss/honeymoon.scss */
.honeymoon-point::before {
  height: 0;
}
/* line 278, ../scss/honeymoon.scss */
.honeymoon-point#honeymoon-points {
  padding-left: 0;
  padding-right: 0;
}
/* line 281, ../scss/honeymoon.scss */
.honeymoon-point#honeymoon-points::before {
  height: 1px;
}
@media screen and (max-width: 639px) {
  /* line 205, ../scss/honeymoon.scss */
  .honeymoon-point {
    padding-top: 20px;
  }
  /* line 287, ../scss/honeymoon.scss */
  .honeymoon-point#honeymoon-points {
    padding-top: 40px;
  }
  /* line 291, ../scss/honeymoon.scss */
  .honeymoon-point h2.sec-title strong, .honeymoon-point h3.sec-title strong {
    font-size: 2.4rem;
    line-height: 1.3;
  }
  /* line 295, ../scss/honeymoon.scss */
  .honeymoon-point h2.sec-title .img-wrapper, .honeymoon-point h3.sec-title .img-wrapper {
    max-width: 280px;
    margin: 0 auto 10px;
  }
  /* line 300, ../scss/honeymoon.scss */
  .honeymoon-point h3.sec-title {
    padding-bottom: 20px;
  }
  /* line 302, ../scss/honeymoon.scss */
  .honeymoon-point h3.sec-title strong {
    font-size: 2rem;
  }
}

/* line 308, ../scss/honeymoon.scss */
.honeymoon-slider {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 40px;
  padding-bottom: 40px;
}
/* line 314, ../scss/honeymoon.scss */
.honeymoon-slider .slide {
  width: 700px;
  margin: 10px;
  opacity: 0;
  color: #535353;
}
/* line 319, ../scss/honeymoon.scss */
.honeymoon-slider .slide h3 {
  margin: 10px 0 20px;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}
/* line 325, ../scss/honeymoon.scss */
.honeymoon-slider .slide p {
  font-size: 2.2rem;
  font-weight: normal;
  text-align: center;
  letter-spacing: .3rem;
  margin-top: 10px;
}
/* line 332, ../scss/honeymoon.scss */
.honeymoon-slider .slide .img-wrapper {
  overflow: hidden;
}
/* line 334, ../scss/honeymoon.scss */
.honeymoon-slider .slide .img-wrapper img {
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
/* line 340, ../scss/honeymoon.scss */
.honeymoon-slider .slide:hover .img-wrapper img {
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
/* line 347, ../scss/honeymoon.scss */
.honeymoon-slider.type2 .slick-track {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
}
/* line 351, ../scss/honeymoon.scss */
.honeymoon-slider.type2 .slide {
  width: 520px;
  padding: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #999;
}
/* line 356, ../scss/honeymoon.scss */
.honeymoon-slider.type2 .slide h3 {
  margin-top: 20px;
}
/* line 358, ../scss/honeymoon.scss */
.honeymoon-slider.type2 .slide h3.oneline {
  line-height: 3;
}
/* line 362, ../scss/honeymoon.scss */
.honeymoon-slider.type2 .slide p {
  font-size: 1.6rem;
  letter-spacing: 0;
  text-align: left;
}
/* line 370, ../scss/honeymoon.scss */
.honeymoon-slider.is-active .slide {
  opacity: 1;
}
/* line 374, ../scss/honeymoon.scss */
.honeymoon-slider .slick-dots {
  bottom: 0px;
}
/* line 377, ../scss/honeymoon.scss */
.honeymoon-slider .slick-arrow {
  top: 45%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 380, ../scss/honeymoon.scss */
.honeymoon-slider .slick-arrow.slick-left {
  left: 0;
}
/* line 383, ../scss/honeymoon.scss */
.honeymoon-slider .slick-arrow.slick-right {
  right: 0px;
}
@media screen and (max-width: 1299px) {
  /* line 388, ../scss/honeymoon.scss */
  .honeymoon-slider .slick-arrow {
    width: 60px !important;
    height: 60px !important;
  }
}
@media screen and (max-width: 1079px) {
  /* line 308, ../scss/honeymoon.scss */
  .honeymoon-slider {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 639px) {
  /* line 308, ../scss/honeymoon.scss */
  .honeymoon-slider {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    margin-top: 20px;
    padding-bottom: 60px;
  }
  /* line 403, ../scss/honeymoon.scss */
  .honeymoon-slider .slide {
    margin: 5px;
  }
  /* line 405, ../scss/honeymoon.scss */
  .honeymoon-slider .slide p {
    font-size: 1.5rem;
  }
  /* line 411, ../scss/honeymoon.scss */
  .honeymoon-slider.type2 .slide h3 {
    font-size: 1.6rem;
    white-space: nowrap;
  }
  /* line 415, ../scss/honeymoon.scss */
  .honeymoon-slider.type2 .slide p {
    font-size: 1.5rem;
  }
  /* line 420, ../scss/honeymoon.scss */
  .honeymoon-slider .slick-arrow {
    width: 36px !important;
    height: 36px !important;
  }
  /* line 424, ../scss/honeymoon.scss */
  .honeymoon-slider .slick-dots {
    bottom: 30px;
  }
}

@media screen and (max-width: 639px) {
  /* line 429, ../scss/honeymoon.scss */
  #recommend-slider, #popular-slider {
    margin-top: 0;
  }
}

/* line 435, ../scss/honeymoon.scss */
h2.c-sectTitle {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
/* line 438, ../scss/honeymoon.scss */
h2.c-sectTitle .c-sectTitle__en {
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0;
  color: #535353;
}
/* line 444, ../scss/honeymoon.scss */
h2.c-sectTitle .c-sectTitle__subTxt {
  margin-bottom: 20px;
  font-size: 3.2rem;
  font-weight: 500;
  color: #ff8b8b !important;
}
@media screen and (max-width: 639px) {
  /* line 451, ../scss/honeymoon.scss */
  h2.c-sectTitle .c-sectTitle__en {
    font-size: 1.5rem;
  }
  /* line 454, ../scss/honeymoon.scss */
  h2.c-sectTitle .c-sectTitle__subTxt {
    margin-bottom: 15px;
    font-size: 2rem;
  }
}

/* line 460, ../scss/honeymoon.scss */
.section-border {
  border-top: 1px solid #ccc;
  background-color: #fff !important;
}

/* line 464, ../scss/honeymoon.scss */
.is-sp {
  display: none;
}
@media screen and (max-width: 639px) {
  /* line 464, ../scss/honeymoon.scss */
  .is-sp {
    display: block;
  }
}

/* line 471, ../scss/honeymoon.scss */
.honeymoon-section {
  margin: 80px auto;
  max-width: 700px;
  width: 100%;
}
/* line 475, ../scss/honeymoon.scss */
.honeymoon-section p {
  margin: 40px auto 0;
  font-size: 1.6rem;
  line-height: 1.8;
}
/* line 480, ../scss/honeymoon.scss */
.honeymoon-section .img-wrapper {
  max-width: 100%;
  width: 100%;
  margin: 40px auto 0;
}
/* line 486, ../scss/honeymoon.scss */
.honeymoon-section h3 span {
  display: block;
  font-size: 2.8rem;
  color: #ff8b8b;
  text-align: center;
  padding-bottom: 40px;
  font-family: "Montserrat", "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  letter-spacing: .4rem;
  position: relative;
}
/* line 496, ../scss/honeymoon.scss */
.honeymoon-section h3 span::after {
  content: "";
  width: 48px;
  height: 3px;
  background-color: #ff8b8b;
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: auto;
  bottom: 25px;
}
/* line 506, ../scss/honeymoon.scss */
.honeymoon-section h3 strong {
  display: block;
  font-size: 2.4rem;
  color: #ff8b8b;
  text-align: center;
  padding-bottom: 40px;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 740;
  letter-spacing: .4rem;
}
/* line 517, ../scss/honeymoon.scss */
.honeymoon-section > section {
  margin-top: 80px;
}
/* line 519, ../scss/honeymoon.scss */
.honeymoon-section > section .illust {
  max-width: 400px;
}
@media screen and (max-width: 639px) {
  /* line 471, ../scss/honeymoon.scss */
  .honeymoon-section {
    margin: 40px auto;
  }
  /* line 525, ../scss/honeymoon.scss */
  .honeymoon-section#honeymoon-section01, .honeymoon-section#honeymoon-section02 {
    margin-top: 0;
  }
  /* line 528, ../scss/honeymoon.scss */
  .honeymoon-section p {
    font-size: 1.5rem;
    margin-top: 20px;
  }
  /* line 532, ../scss/honeymoon.scss */
  .honeymoon-section > p {
    margin-top: 0;
  }
  /* line 536, ../scss/honeymoon.scss */
  .honeymoon-section h3 span {
    font-size: 2.2rem;
    padding-bottom: 40px;
    letter-spacing: .4rem;
  }
  /* line 540, ../scss/honeymoon.scss */
  .honeymoon-section h3 span::after {
    width: 32px;
    height: 2px;
    bottom: 25px;
  }
  /* line 546, ../scss/honeymoon.scss */
  .honeymoon-section h3 strong {
    font-size: 1.8rem;
    letter-spacing: .2rem;
    padding: 0;
  }
  /* line 552, ../scss/honeymoon.scss */
  .honeymoon-section .img-wrapper {
    margin-top: 30px;
  }
  /* line 555, ../scss/honeymoon.scss */
  .honeymoon-section > section {
    margin-top: 40px;
  }
}

@media screen and (max-width: 639px) {
  /* line 562, ../scss/honeymoon.scss */
  #contents-link .p-slide {
    margin-bottom: 70px;
  }
}
/* lightbox 修正 */
/*
.lb-data .lb-details {
	width:100%!important;
	float:none;
}
.lb-data .lb-caption {
	margin-top:10px;
	display:block;
	text-align:center;
}
.lb-data .lb-number {
	position:absolute;
	top:-20px;
	left:40px;
}
.lb-data .lb-close {
	position:absolute;
	top:-35px;
	right:40px;
}
*/
