@charset "UTF-8";

@font-face {
  font-family: 'alexbrush-regular';
  src: url('../fonts/AlexBrush-Regular.ttf') format('truetype');
  font-display: swap;
}

.main-content {
  position: relative;
}

.main-content *,
.main-content *:before,
.main-content *:after {
  box-sizing: border-box;
}

.main-content a:link,
.main-content a:visited,
.main-content a:hover {
  color: inherit;
}

.main-container {
  width: 1024px;
  margin: 0 auto;
}

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

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

.YuGothic{
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff !important;
  font-size: 15px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 10px;
  transition: all 0.3s;
  position: relative;
}

.btn--width-120 {
  width: 120px;
  height: 40px;
}

.btn--width-125 {
  width: 120px;
  height: 30px;
  font-size: 14px;
}

.btn--width-135 {
  width: 135px;
  height: 38px;
}

.btn--width-160 {
  width: 160px;
  height: 40px;
  padding: 5px;
}

.btn--width-180 {
  width: 185px;
  height: 40px;
}

.btn--width-600 {
  width: 600px;
  height: 70px;
  font-size: 20px;
}

.btn--width-700 {
  width: 700px;
  height: 90px;
  font-size: 20px;
}

.btn--width-400 {
	width: 400px;
	height: 50px;
	font-size: 15px;
}


.btn--blue {
  background: #6fdce3;
}

.btn--brown {
  background: #fbaa29;
}

.btn--brown:hover {
  background: #d48304;
  text-decoration: none;
}

.btn--blue:hover {
  background: #2fccd7;
  text-decoration: none;
}

.btn--blue-light {
  background: #79cff2;
}

.btn--blue-light img {
  width: 40px;
  margin-right: 10px;
}

.btn--blue-light:hover {
  background: #33b6eb;
  text-decoration: none;
}

.btn--green {
  background: #b1cf31;
}

.btn--green:hover {
  background: #8ea627;
  text-decoration: none;
}

.btn--pink {
  background: #ffa3ac;
}

.btn--pink:hover {
  background: #ff707e;
  text-decoration: none;
}

.btn--yellow {
  background: #fcf690;
  color: #000 !important;
  box-shadow: inset 0 0 0 5px #fcf690, inset 0 0 0 7px #fff;
}

.btn--yellow img {
  display: block;
  width: 30px;
  margin-right: 15px;
}

.btn--yellow:hover {
  background: #fbf25e;
  text-decoration: none;
}

.btn--yellow:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background: url(/attending/wedding/images/arrow-right-black.png) center no-repeat;
  background-size: contain;
  width: 12px;
  height: 20px;
}

.btn--arrow-white-down:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translateY(-50%);
  background: url(/attending/wedding/images/arrow-down-white.png) center no-repeat;
  background-size: contain;
  width: 9px;
  height: 6px;
}

#honeymoon .btn--arrow-white-down:after {
  right: 10px;
}

.btn--arrow-right-white:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background: url(/attending/wedding/images/arrow-right-white.png) center no-repeat;
  background-size: contain;
  width: 7px;
  height: 10px;
}

.btn--arrow-right-white-lg:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  background: url(/attending/wedding/images/arrow-right-white.png) center no-repeat;
  background-size: contain;
  width: 10px;
  height: 15px;
}

.scroll-to-top {
  display: none;
  position: fixed;
  bottom: 75px;
  right: 75px;
  cursor: pointer;
  z-index: 100000;
  transition: all 0.2s;
}

.scroll-to-top.is-hidden {
  display: none;
}

.scroll-to-top.is-visible {
  display: block;
}

.scroll-to-top img {
  width: 80px;
  height: 80px;
}

.wedding-hero {
  background: url(/attending/wedding/images/hero-background.jpg) center bottom no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.wedding-hero .drops {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}

.wedding-hero__image {
  width: 480px;
  margin-left: 480px;
}

.wedding-hero__content {
  width: 480px;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(0, -50%);
  z-index: 4;
}

.wedding-hero__content span {
  display: block;
}

.wedding-hero__content span img {
  display: block;
}

.wedding-hero__content p {
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 1px;
  text-align: center;
  line-height: 1.6;
  color: #fff;
  margin-bottom: 80px;
}

.wedding-hero__bottom {
  z-index: 5;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
}

.wedding-hero__bottom img {
  display: block;
}

.comment {
  color: #ff0000;
  font-size: 17px;
  text-align: center;
  padding-bottom: 7px;
  line-height: 25px;
}

.news {
  color: #000;
  box-sizing: border-box;
  margin-top: 25px;
  margin-bottom: 40px;
}

.news__wrapper {
  display: -ms-flexbox;
  display: flex;
}

.news__left {
  min-width: 200px;
  padding: 0 1.5px 0 40px;
  position: relative;
  border-right: 1px solid #e5e5e5;
}

.news__left:before {
  position: absolute;
  left: 0;
  top: 15px;
  content: '';
  width: 30px;
  height: 1px;
  background: #bdae82;
}

.news__middle {
  padding: 0 15px;
}

.news__right {
  min-width: 100px;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-left: auto;
  padding: 0 0 0 15px;
  text-align: right;
}

.news__title {
  font-family: "'ヒラギノ角ゴ ProN W1','Hiragino kaku Gothic ProN','メイリオ','Meiryo','MS Pゴシック','MS PGothic',sans-serif;";
  font-size: 22px;
  font-weight: normal;
  line-height: 1.4;
}

.news__subtitle {
  font-size: 10px;
  line-height: 1.4;
}

.news-list span {
  font-size: 15px;
  color: #4c4c4c;
}

.news-list span.BlogUpdate {
  pointer-events: none;
  text-decoration: none;
  display: inline-block;
  margin-right: 10px;
}

.news-list li a,
.news-list li a:link,
.news-list li a:visited {
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 1px;
  color: #4c4c4c;
  text-decoration: none;
}

.news-list li a:hover {
  text-decoration: underline;
}

.news__list-link,
.news__list-link:link,
.news__list-link:visited {
  display: inline-block;
  font-size: 15px;
  line-height: 1.4;
  color: #d3b661 !important;
  text-decoration: none;
  border-bottom: 1px solid #d3b661;
}

.second-nav {
  background: #fff;
  width: 100%;
  padding: 10px 0;
  /*position: -webkit-sticky;
  position: sticky;*/
  top: 0;
  z-index: 10000;
  transition: all 0.2s;
}

.second-nav--box-shadow {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.2);
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .second-nav--box-shadow {
    position: fixed;
  }
}

.second-nav__contact-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.second-nav__help-text {
  text-align: left;
  font-size: 10px;
  width: calc(50% - 5px);
  margin-bottom: 20px;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .second-nav__help-text {
    margin-left: 55%;
  }
}

.second-nav__list {
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.second-nav__list-title {
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fcf690;
  color: #000;
  width: 380px;
  font-size: 15px;
  font-weight: bold;
  position: relative;
  transition: all 0.3s;
}

.second-nav__list-title:hover {
  color: #827e7e !important;
  text-decoration: none;
}

.second-nav__list-title img {
  width: 30px;
  height: 32px;
  display: block;
  margin-right: 15px;
}

.second-nav__list-title:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(-90deg);
  background: url('../images/arrow-down-gold.png') center no-repeat;
  background-size: contain;
  width: 10px;
  height: 20px;
}

.second-nav__list-links {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.second-nav__list-links a {
  word-break: keep-all;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  padding: 12px 40px;
  position: relative;
  text-decoration: none;
  transition: all 0.3s;
}

.second-nav__list-links a:hover {
  color: #827e7e !important;
}

.second-nav__list-links a:nth-child(2) {
  border-left: 1px dashed #bdae82;
  border-right: 1px dashed #bdae82;
}

.second-nav__list-links a:after {
  content: '';
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translateX(-50%);
  background: url('../images/arrow-down-gold.png') center no-repeat;
  background-size: contain;
  width: 10px;
  height: 20px;
}

.second-nav-contact {
  -ms-flex: 0 1 calc(50% - 5px);
  flex: 0 1 calc(50% - 5px);
  padding: 8px 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.second-nav-contact--bg-blue {
  background: rgba(111, 220, 227, 0.15);
}

.second-nav-contact--bg-pink {
  background: rgba(255, 163, 172, 0.15);
}
.second-nav-contact__title1 {
  display: inline-block;
  text-align: center;
  margin-right: 15px;
}

.second-nav-contact__title1>span {
  line-height: 1.3;
  color: #b49025;
  font-weight: bold;
}

.second-nav-contact__title1>span:first-child {
  display: block;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.second-nav-contact__title1>span:last-child {
  display: inline-block;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.second-nav-contact__title2 {
  display: inline-block;
  text-align: center;
  margin-right: 15px;
}

.second-nav-contact__title2>span {
  line-height: 1.3;
  color: #b49025;
  font-weight: bold;
}

.second-nav-contact__title2>span:first-child {
  display: block;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.second-nav-contact__title2>span:last-child {
  display: inline-block;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.second-nav-contact .btn:first-of-type {
  margin-right: 10px;
}

.popular-areas {
  margin-top: 65px;
}

.popular-areas__title {
  font-size: 33px;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.popular-areas__title img {
  width: 495px;
}

.popular-areas__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -15px;
  margin-top: 55px;
}

.popular-areas__row--margin-top-small {
  margin-top: 35px;
}

.popular-areas__main-img {
  display: block;
  position: relative;
}

.popular-areas__main-img--negative-margin {
  margin-top: -60px;
}

.popular-areas__main-img:after {
  content: '';
  position: absolute;
  right: 10px;
  left: 10px;
  top: 10px;
  bottom: 10px;
  border: 2px solid #fff;
}

.popular-areas__main-img img {
  display: block;
}

.popular-areas__col {
  padding: 0 15px;
}

.popular-areas__col--60 {
  -ms-flex: 0 1 62.5%;
  flex: 0 1 62.5%;
  width: 70%;
}

.popular-areas__col--40 {
  -ms-flex: 0 1 37.5%;
  flex: 0 1 37.5%;
  width: 37.5%;
}

.popular-areas__col--52 {
  -ms-flex: 0 1 52%;
  flex: 0 1 52%;
  width: 52%;
}

.popular-areas__col--48 {
  -ms-flex: 0 1 48%;
  flex: 0 1 48%;
  width: 48%;
}

.popular-areas__content h3 {
  font-family: '游明朝', '游明朝体', YuMincho, 'Yu Mincho', 'ＭＳ 明朝',
    'MS Mincho';
  font-size: 33px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

.popular-areas__content h3.number-1>img {
  width: 90px;
  margin-right: 20px;
}

.popular-areas__content h3.number-2,
.popular-areas__content h3.number-3 {
  margin-bottom: 25px;
}

.popular-areas__content h3.number-2>img,
.popular-areas__content h3.number-3>img {
  width: 70px;
  margin-right: 15px;
}

.popular-areas__content p {
  font-size: 15px;
  line-height: 2;
}

.recommend-areas {
  margin-top: 70px;
  text-align: center;
}

.recommend-areas__box {
  padding: 55px 80px 75px 60px;
  border: 2px solid #000;
  position: relative;
}

.recommend-areas__box:before {
  content: '';
  position: absolute;
  right: -30px;
  top: -30px;
  background: url(/attending/wedding/images/flower.png) center no-repeat;
  background-size: contain;
  height: 122px;
  width: 168px;
}

.recommend-areas__box:after {
  content: '';
  position: absolute;
  left: -43px;
  bottom: -40px;
  background: url(/attending/wedding/images/ballon.png) center no-repeat;
  background-size: contain;
  height: 270px;
  width: 140px;
}

.recommend-areas__title {
  background-size: 50px 15px;
  box-shadow: -15px 0 0 0 #fff, 15px 0 0 #fff;
}

.recommend-areas__title img {
  width: 396px;
  background: #fff;
}

/*.recommend-areas__title {
  background-size: 50px 15px;
  width: 62%;
  position: absolute;
  top: -55px;
  left: 50%;
  font-size: 28px;
  transform: translate(-50%);
  box-shadow: -15px 0 0 0 #fff, 15px 0 0 #fff;
}

.recommend-areas__title img {
  width: 675px;
  background: #fff;
} */

/* .recommend-areas__title:before,
.recommend-areas__title:after {
  content: '';
  position: absolute;
  background: #fff;
  top: 50%;
  width: 17px;
  height: 6px;
  border-top: 5px dotted #000;
  transform: translateY(-50%);
}

.recommend-areas__title:before {
  left: calc(100% + 10px);
}

.recommend-areas__title:after {
  right: calc(100% + 10px);
} */

.recommend-areas__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -27px;
}

.recommend-areas__row--top {
  margin-bottom: 50px;
}

.recommend-areas__row--bottom {
  padding-left: 70px;
}

.recommend-areas__col-33 {
  -ms-flex: 0 1 210px;
  flex: 0 1 210px;
  width: 210px;
  padding: 0 27px;
  box-sizing: content-box;
}

.recommend-areas__btn-wrap {
  margin-top: 50px;
}

.recommend-areas__btn-wrap .btn {
  font-style: italic;
  font-weight: normal;
}

.recommend-areas .area-figure {
  width: 210px;
  position: relative;
}

.recommend-areas .area-figure img {
  display: block;
}

.recommend-areas .area-figure figcaption {
  text-align: left;
  position: absolute;
  left: calc(100% - 110px);
  top: calc(100% - 27px);
  background: #fff;
  font-family: '游明朝', '游明朝体', YuMincho, 'Yu Mincho', 'ＭＳ 明朝',
    'MS Mincho';
  font-size: 20px;
  font-style: italic;
  line-height: 1.2;
  width: 75%;
  padding: 7px 0 7px 10px;
}


/* クルーズ */

.cruise-areas {
  margin: 100px auto;
}

.cruise-areas__title img {
    width: 675px;
    background: #fff;
}

.cruise-areas__title {
    background-size: 50px 15px;
    width: 62%;
    position: absolute;
    top: -30px;
    left: 50%;
    font-size: 28px;
    transform: translate(-50%);
    box-shadow: -15px 0 0 0 #fff, 15px 0 0 #fff;
}

.cruise-areas__box {
	padding: 35px;
	/* border: 2px solid #000; */
	position: relative;
}

.cruise-areas__content, .cruise-areas__content .cruise-areas__ph {
	display: flex;
}

.cruise-areas__ph li {
	margin-right: 20px;
}

.text_excerpt {
	font-size: 15px;
  line-height: 2;
  width: 454px;
}
.cruise-areas__btn-wrap {
  margin-top: 30px;
}

.cruise-areas__btn-wrap .btn {
  font-style: italic;
  font-weight: normal;
}







.photo-tour {
  margin-top: 150px;
}

.photo-tour__hero {
  background: url(/attending/wedding/images/photo-tour-main.jpg) center no-repeat;
  background-size: cover;
  height: 385px;
}

.photo-tour__hero-container {
  position: relative;
  height: 100%;
}

.photo-tour__title {
  position: absolute;
  left: 0;
  top: -35px;
  font-family: '游明朝', '游明朝体', YuMincho, 'Yu Mincho', 'ＭＳ 明朝',
    'MS Mincho';
}

.photo-tour__title--jp {
  font-family: inherit;
  font-size: 25px;
  line-height: 1;
}

.photo-tour__title--en {
  display: block;
  width: 302px;
  margin-bottom: 10px;
}

.photo-tour__desc {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 16px;
  line-height: 1.9;
  padding: 30px;
}

.photo-tour__desc:after {
  content: '';
  position: absolute;
  top: 55%;
  right: -25px;
  height: 1px;
  width: 50px;
  background: #000;
  transform: translateY(-50%);
}

.photo-tour__inner-wrapper {
  position: relative;
}

.photo-tour__inner-wrapper:before {
  content: '';
  position: absolute;
  top: -59px;
  left: -20px;
  height: 559px;
  width: 646px;
  background: url(/attending/wedding/images/pink-petals.png) center no-repeat;
  background-size: contain;
  z-index: 10;
}

.photo-tour__inner-wrapper .drops {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.photo-tour-collection {
  margin-top: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
}

.photo-tour-collection__left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.photo-tour-collection__left img {
  display: block;
}

.photo-tour-collection__left img:first-child {
  margin-right: 18px;
  width: 225px;
}

.photo-tour-collection__left img:last-child {
  width: 150px;
}

.photo-tour-collection__right {
  position: relative;
}

.photo-tour-collection__right p {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.6;
  text-align: left;
  padding: 20px 0 15px 90px;
}

.photo-tour-collection__right img:first-of-type {
  width: 375px;
}

.photo-tour-collection__right img:last-of-type {
  position: absolute;
  top: 55%;
  right: calc(100% - 70px);
  width: 300px;
}

.photo-tour-cases {
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
}

.photo-tour-cases__figure {
  -ms-flex: 0 1 33.333%;
  flex: 0 1 33.333%;
  width: 33.3333%;
}

.photo-tour-cases__figure figcaption {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 226px;
  padding: 20px 47px 0 47px;
  position: relative;
}

.photo-tour-cases__figure figcaption:before {
  content: '';
  position: absolute;
  height: 57px;
  width: 1px;
  left: 50%;
  background: black;
  bottom: -5px;
}

.photo-tour-cases__figure figcaption.justify-end {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.photo-tour-cases__figure figcaption.justify-end:before {
  bottom: none;
  top: -5px;
}

.photo-tour-cases__figure figcaption .title {
  font-family: '游明朝', '游明朝体', YuMincho, 'Yu Mincho', 'ＭＳ 明朝',
    'MS Mincho';
  font-size: 35px;
  font-style: italic;
  text-align: center;
}

.photo-tour-cases__figure figcaption .title span {
  font-family: 'alexbrush-regular';
  font-size: 30px;
  font-weight: normal;
}

.photo-tour-cases__figure figcaption .title--pink span {
  color: #ffa3ac;
}

.photo-tour-cases__figure figcaption .title--gold span {
  color: #d3b661;
}

.photo-tour-cases__figure figcaption .title--blue span {
  color: #6fdce3;
}

.photo-tour-cases__figure figcaption p {
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.7;
}

.schedule {
  margin-top: 120px;
}

.schedule__box {
  border: 1px solid #d3b661;
  position: relative;
  padding: 80px 45px 40px 125px;
}

.schedule__title {
  position: absolute;
  left: 50%;
  top: -44px;
  transform: translateX(-50%);
  background-size: contain;
  width: 427px;
  height: 70px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22px;
  color: #d3b661;
  line-height: 1;
  padding-top: 10px;
}

.schedule-timeline {
  position: relative;
}

.schedule-timeline:before {
  content: '';
  position: absolute;
  top: 0;
  left: -80px;
  height: calc(100% - 30px);
  width: 1px;
  background: #b5b5b5;
}

.schedule-timeline__item {
  position: relative;
}

.schedule-timeline__item:not(:last-child) {
  margin-bottom: 30px;
}

.schedule-timeline__item:before {
  content: '';
  position: absolute;
  top: 10px;
  right: calc(100% + 4px);
  height: 1px;
  width: 75px;
  background: #b5b5b5;
}

.schedule-timeline__item:after {
  content: '';
  position: absolute;
  top: 0;
  right: calc(100% + 70px);
  height: 22px;
  width: 22px;
  background: url(/attending/wedding/images/icon-circle-line.png) center no-repeat;
  background-size: contain;
}

.schedule-timeline__time {
  display: inline-block;
  font-family: '游明朝', '游明朝体', YuMincho, 'Yu Mincho', 'ＭＳ 明朝',
    'MS Mincho';
  font-weight: 500;
  font-size: 25px;
  line-height: 1;
  margin-bottom: 15px;
  position: relative;
}

.schedule-timeline__time:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 70%;
  background: repeating-linear-gradient(-45deg,
      rgba(111, 220, 227, 0.5),
      rgba(111, 220, 227, 0.5) 1px,
      transparent 1px,
      transparent 3px);
  z-index: -1;
}

.schedule-timeline__event {
  display: -ms-flexbox;
  display: flex;
}

.schedule-timeline__event:not(:last-of-type) {
  margin-bottom: 25px;
}

.schedule-timeline__event-title {
  -ms-flex: 1 1 210px;
  flex: 1 1 210px;
  width: 210px;
  font-family: '游明朝', '游明朝体', YuMincho, 'Yu Mincho', 'ＭＳ 明朝',
    'MS Mincho';
  font-size: 19px;
  line-height: 1.4;
}

.schedule-timeline__event-title .btn {
  margin-top: 6px;
}

.schedule-timeline__event-title--time {
  display: inline-block;
  font-family: '游明朝', '游明朝体', YuMincho, 'Yu Mincho', 'ＭＳ 明朝',
    'MS Mincho';
  font-weight: 500;
  font-size: 25px;
  line-height: 1;
  position: relative;
}

.schedule-timeline__event-title--time:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 70%;
  background: repeating-linear-gradient(-45deg,
      rgba(111, 220, 227, 0.5),
      rgba(111, 220, 227, 0.5) 1px,
      transparent 1px,
      transparent 3px);
  z-index: -1;
}

.schedule-timeline__event-details {
  -ms-flex: 1 1 calc(100% - 210px);
  flex: 1 1 calc(100% - 210px);
  width: calc(100% - 210px);
  border-left: 1px solid #dddddd;
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 1px;
}

.schedule-timeline__event-details strong {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 1px;
  color: #6fdce3;
}

.posts {
  margin-top: 55px;
}

.posts__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.posts__btn-wrap {
  text-align: right;
  margin-top: 5px;
}

.posts__btn {
  display: inline-block;
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: 1px;
  color: #d2b611 !important;
  border-bottom: 1px solid #d2b611;
  text-decoration: none !important;
}

.posts-block {
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  overflow: hidden;
}

.posts-block--report {
  margin-right: 50px;
}

.posts-block__title {
  display: inline-block;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4;
  color: #d2b611;
  position: relative;
}

.posts-block__title img {
  margin-right: 3px;
}

.posts-block__title small {
  display: inline-block;
  font-size: 11px;
  line-height: 1.4;
  color: #d2b611;
  position: relative;
}

.posts-block__list {
  margin-top: 15px;
}

.posts-block__list li {
  position: relative;
  padding-left: 30px;
}

.posts-block__list li:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  background: url(/attending/wedding/images/icon-circle-spiral.png) center no-repeat;
  background-size: contain;
  height: 18px;
  width: 18px;
}

.posts-block__list li:not(:last-child) {
  margin-bottom: 5px;
}

.posts-block__list li span {
  font-size: 15px;
}

.posts-block__list li span.BlogUpdate {
  pointer-events: none;
  text-decoration: none;
  display: inline-block;
  margin-right: 10px;
}

.posts-block__list li a {
  display: inline-block;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 1px;
}

.posts-block__list li a:hover {
  text-decoration: underline;
}

.conceirge {
  margin-top: 70px;
  text-align: center;
}

.conceirge--mb-70 {
  margin-bottom: 70px;
}

.conceirge__title {
  overflow: hidden;
}

.conceirge__title span {
  display: inline-block;
  font-weight: bold;
  font-size: 25px;
  line-height: 1.6;
  color: #d2b611;
  position: relative;
}

.conceirge__title span:before,
.conceirge__title span:after {
  content: '';
  position: absolute;
  top: 50%;
  border-top: 2px dotted #d2b611;
  width: 100%;
  height: 2px;
}

.conceirge__title span:before {
  left: calc(100% + 15px);
}

.conceirge__title span:after {
  right: calc(100% + 15px);
}

.conceirge__subtitle {
  font-family: 'alexbrush-regular';
  font-size: 25px;
  line-height: 1.3;
  color: #d2b611;
  font-weight: normal;
}

.conceirge__desc {
  margin: 25px 0 15px;
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 1.6;
}

.conceirge__contact-wrap {
  display: -ms-flexbox;
  display: flex;
}

.conceirge-contact {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  width: 50%;
  padding: 20px;
}

.conceirge-contact--left {
  background: rgba(111, 220, 227, 0.15);
  margin-right: 12px;
}

.conceirge-contact--right {
  background: rgba(255, 163, 172, 0.15);
}

.conceirge-contact__content {
  margin-right: 18px;
}

.conceirge-contact__name_o {
  font-weight: bold;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.4;
}

.conceirge-contact__name {
  font-weight: bold;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.4;
  color: #cdac49;
}

.conceirge-contact__detail {
  font-size: 14px;
  margin-top: 13px;
}

.conceirge-contact__detail--sm {
  margin-top: 8px;
  font-size: 12px;
}

.conceirge-contact__btn-wrap>.btn {
  display: block;
}

.conceirge-contact__btn-wrap>.btn:first-child {
  margin-bottom: 8px;
}

.faq {
  margin-top: 70px;
  position: relative;
}

.faq__box {
  border: 2px dotted #bdae82;
  text-align: center;
  padding: 35px 30px 80px;
  position: relative;
    margin-bottom: 135px;
}

.faq__box:before {
  content: '';
  position: absolute;
  top: -35px;
  right: -20px;
  background: url(/attending/wedding/images/birds.png) center no-repeat;
  background-size: contain;
  width: 175px;
  height: 150px;
}

.faq__box:after {
  content: '';
  position: absolute;
  bottom: -45px;
  left: -80px;
  background: url(/attending/wedding/images/blue-flower.png) center no-repeat;
  background-size: contain;
  width: 155px;
  height: 120px;
}

.faq__subtitle {
  font-size: 16px;
  line-height: 1.2;
}

.faq__title {
  margin-top: 10px;
  overflow: hidden;
}

.faq__title span {
  display: inline-block;
  border-top: 1px solid #d2b611;
  padding: 25px 50px;
  color: #c4b076;
  display: inline-block;
  font-size: 25px;
  font-style: italic;
  line-height: 1.3;
  position: relative;
}

.faq__title span:before,
.faq__title span:after {
  content: '';
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%) rotate(25deg);
  width: 0;
  height: 0;
  border-top: 25px solid #d2b611;
  border-right: 18px solid transparent;
}

.faq__title span:after {
  border-top: 22px solid #fff;
  border-right-width: 15px;
}

.faq__list {
  margin-top: 10px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq__list li {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
}

.faq__list li:not(:last-child) {
  margin-right: 16px;
}

.faq__list li img {
  width: 25px;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
}

.faq .btn {
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
}

.features {
/*  margin-top: 135px;*/
  background: #fffbef;
  padding: 40px 25px 65px;
}
.features__title {
  margin-bottom: 30px;
  text-align: center;
}
 .features__title img {
    width: 365px;
}

.features__title span {
  display: inline-block;
  font-size: 25px;
  font-style: italic;
  line-height: 1.5;
  position: relative;
}

.features__title span:before,
.features__title span:after {
  content: '';
  position: absolute;
  top: 50%;
  background: url(/attending/wedding/images/icon-leaves.png) center no-repeat;
  background-size: contain;
  height: 12px;
  width: 67px;
}

.features__title span:after {
  left: calc(100% + 15px);
  transform: translateY(-50%);
}

.features__title span:before {
  right: calc(100% + 15px);
  transform: translateY(-50%) rotate(180deg);
}

.features__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -15px;
}

.features__col {
  padding: 0 15px;
  -ms-flex: 0 1 33.333%;
  flex: 0 1 33.333%;
  width: 33.3333%;
}

.features__figure {
  display: block;
}

.features__figure span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  /*letter-spacing: 1px;*/
  line-height: 1.7;
}

.wedding-chappel {
  margin-top: 65px;
}

.wedding-chappel__title {
  font-size: 30px;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.wedding-chappel__title img {
    width: 321px;
}

.wedding-chappel__title-ranking {
  position: absolute;
  top: -5px;
  left: 30%;
  font-size: 40px;
  font-family: 'alexbrush-regular';
  font-weight: 400;
  color: #ffa3ac;
  transform: rotate(-12deg);
  z-index: -1;
}

.wedding-chappel__subtitle {
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  font-weight: normal;
}

.wedding-chappel-tab {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
}

.wedding-chappel-tab__link {
  border: 0;
  -ms-flex: 0 1 calc(12.1% - 2px);
  flex: 0 1 calc(12.1% - 2px);
  width: calc(12.1% - 2px);
  height: 50px;
  background: #f5f4ea;
  font-family: inherit;
  font-weight: bold;
  padding: 0 0 8px;
  text-align: center;
  font-size: 13px;
  border-radius: 6px;
  margin: 2px;
  position: relative;
  cursor: pointer;
}

.wedding-chappel-tab__link:after {
  content: '';
  position: absolute;
  bottom: 7px;
  left: 50%;
  transform: translateX(-50%);
  background: url(/attending/wedding/chapel/images/arrow-down-black.png) center no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
}

.wedding-chappel-tab__link:hover,
.wedding-chappel-tab__link.is-active {
  background: #ddc373;
  color: #fff !important;
  text-decoration: none;
}

.wedding-chappel-tab__link:hover:after,
.wedding-chappel-tab__link.is-active:after {
  background-image: url(/attending/wedding/chapel/images/arrow-down-white.png);
}

.wedding-chappel-location {
  padding: 30px;
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
}

.wedding-chappel-location__country {
  margin-top: 50px;
}

.wedding-chappel-location__country.is-hidden {
  display: none;
}

.wedding-chappel-location__title {
  display: block;
  font-size: 18px;
  line-height: 1.4;
  padding-left: 12px;
  position: relative;
  color: #dcc16e;
}

.wedding-chappel-location__title:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 45px;
  width: 2px;
  border-left: 2px dotted #dcc16e;
}

.wedding-chappel-location__subtitle {
  padding-left: 12px;
  display: block;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 20px;
}

.wedding-chappel-location__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wedding-chappel-location__col {
  -ms-flex: 0 1 calc(50% - 10px);
  flex: 0 1 calc(50% - 10px);
  width: calc(50% - 10px);
}

.wedding-chappel-location__images img {
  display: block;
}

.wedding-chappel-location__images>img {
  width: 100%;
}

.wedding-chappel-location__images .image-thumbnail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin: 12px -4px 0;
}

.wedding-chappel-location__images .image-thumbnail li {
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  width: 25%;
  padding: 0 4px;
  cursor: pointer;
}

.wedding-chappel-location__desc p {
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 1.7;
}

.wedding-chappel-location__info {
  margin-top: 20px;
}

.wedding-chappel-location__info li {
  margin-bottom: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wedding-chappel-location__info li>* {
  font-size: 15px;
  line-height: 1.4;
}

.wedding-chappel-location__info li .label {
  color: #dcc16e;
  width: 30%;
}

.wedding-chappel-location__info li .value {
  width: 70%;
}

/* salon starts */

#salon .btn,
#salon .btn:visited {
  font-size: 20px;
  font-weight: 700;
  width: 360px;
  height: 55px;
  background-color: #feb89f;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url(/attending/wedding/images/btn-arrow.png);
  background-size: 7px 10px;
  background-repeat: no-repeat;
  background-position: 335px;
  transition: all 0.2s;
}

#salon .btn:hover,
#salon .btn:visited:hover {
  color: #fff;
  text-decoration: none;
  background-color: #ff9570;
}

#salon .btn-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}

#salon .btn-wrapper .btn:first-child {
  margin-right: 18px;
}

#salon .primary-heading {
  font-family: "'ヒラギノ角ゴ ProN W1','Hiragino kaku Gothic ProN','メイリオ','Meiryo','MS Pゴシック','MS PGothic',sans-serif;";
  font-size: 30px;
  font-weight: 700;
  font-style: italic;
  padding-top: 110px;
}

#salon .primary-heading-wrapper {
  position: relative;
  display: inline-block;
}

#salon .primary-heading-img {
  position: absolute;
  top: -32px;
  left: -16px;
}

#salon .primary-heading-img img {
  width: 80px;
  height: 40px;
}

#salon .banner {
  background: url(/attending/wedding/images/hero.jpg) center bottom no-repeat;
  background-size: cover;
  padding: 40px 10px 100px;
  text-align: center;
}

#salon .banner__title {
  position: relative;
}

#salon .banner__title--line-left,
#salon .banner__title--line-right {
  position: absolute;
  bottom: 5px;
  width: 4px;
  height: 65px;
  border-left: 3px dotted #fff;
}

#salon .banner__title--line-left:after,
#salon .banner__title--line-right:after {
  content: "";
  position: absolute;
  bottom: 10px;
  height: 30px;
  width: 2px;
  background: #fff;
}

#salon .banner__title--line-left {
  right: calc(100% + 22px);
  transform: rotate(-40deg);
}

#salon .banner__title--line-left:after {
  right: 15px;
  transform: rotate(-10deg);
}

#salon .banner__title--line-right {
  left: calc(100% + 25px);
  transform: rotate(40deg);
}

#salon .banner__title--line-right:after {
  left: 10px;
  transform: rotate(10deg);
}

#salon .banner__title-text {
  text-transform: capitalize;
  display: inline-block;
  font-size: 60px;
  font-weight: normal;
  font-family: "alexbrush-regular";
  color: #fff;
  line-height: 1;
  position: relative;
}

#salon .banner__subtitle {
  display: inline-block;
  padding: 8px 10px;
  background-color: #fff;
  color: #feb89f;
  font-size: 15px;
  line-height: 1;
  border-radius: 4px;
  margin-top: 10px;
}

#salon .banner__desc {
  color: #fff;
  font-size: 24px;
  line-height: 1.4;
  margin-top: 10px;
}

#salon .salon__text {
  font-size: 16px;
  text-align: center;
  line-height: 1.8;
  margin: 50px 0;
}

#salon .salon__text-link {
  font-size: 16px;
  font-weight: 700;
  color: #feb89f;
  text-decoration: underline;
  transition: all 0.2s;
}

#salon .salon__text-link:hover,
#salon .salon__text-link:visited {
  color: #ffcbb9;
}

#salon .salon__scem-wrapper {
  display: -ms-flexbox;
  display: flex;
}

#salon .salon__scem {
  background-color: #f9f9f3;
  width: 330px;
  height: auto;
  margin-right: 16px;
  padding: 30px 25px;
}

#salon .salon__scem:last-child {
  margin-right: 0;
}

#salon .salon__scem-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  padding-bottom: 25px;
}

#salon .salon__scem-fig {
  text-align: center;
}

#salon .salon__scem-fig img {
  width: auto;
  height: 110px;
}

#salon .salon__scem-desc {
  font-size: 14px;
  text-align: justify;
  line-height: 2.0;
  padding-top: 15px;
  /*letter-spacing: 2px;*/
}

#salon .salon__scem-span {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  color: #cdac49;
}

#salon .contact__wrapper {
  text-align: center;
  padding-top: 110px;
}

#salon .contact__title {
  text-align: center;
  margin-bottom: 18px;
}

#salon .contact__title img {
  width: 330px;
}

#salon .contact__box-wrapper {
  padding: 10px;
  background: repeating-linear-gradient(135deg, transparent, transparent 3px, rgba(255, 0, 0, 0.2) 4px, rgba(255, 0, 0, 0.2) 5px);
}

#salon .contact__box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background: #fff;
  padding: 35px 0 30px;
}

#salon .contact__inq,
#salon .contact__form {
  font-size: 20px;
  font-weight: bold;
  color: #cdac49;
  margin-bottom: 5px;
}

#salon .contact__form {
  margin-bottom: 15px;
  text-align: center;
}

#salon .contact__phone {
  font-size: 40px;
  margin-top: 18px;
  display: inline-block;
}

#salon .contact__phone img {
  width: 290px;
}

#salon .contact__no,
#salon .contact__web {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

#salon .contact__no {
  border-right: 1.5px dotted #e5e5e5;
}

#salon .access {
  text-align: center;
  padding-top: 110px;
}

#salon .access__title {
  text-align: center;
  margin-bottom: 30px;
}

#salon .access__title img {
  width: 150px;
}

#salon .access__box {
  border: none;
  padding: 10px 0 15px 0;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#salon .access__inq {
  font-size: 20px;
  color: #cdac49;
  text-align: left;
  margin-bottom: 10px;
}

#salon .access__travel-center table {
  width: 100%;
}

#salon .access__travel-center tr {
  margin-bottom: 15px;
}

#salon .access__travel-center tr th,
#salon .access__travel-center tr td {
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
  padding: 5px 0;
}

#salon .access__travel-center tr td {
  padding: 5px 10px;
}

#salon .access__travel-center tr td a {
  font-size: 16px;
  color: #000;
  transition: all 0.2s;
}

#salon .access__travel-center tr td a:hover {
  color: #cdac49;
}

#salon .access__travel-center tr th {
  color: #cdac49;
}

#salon .access__map img {
  width: 410px;
  height: 260px;
}

#salon .access__map.kobe img {
  width: auto;
  height: 260px;
}

#salon .access__figcaption,
#salon .access__figcaption a {
  text-align: right;
  font-size: 14px;
  color: #cdac49;
  text-decoration: underline;
  margin-top: 5px;
}

#salon .access__figcaption:hover,
#salon .access__figcaption a:hover {
  cursor: pointer;
  color: #000;
}

#salon .access__img-wrapper {
  display: -ms-flexbox;
  display: flex;
}

#salon .access__img-box {
  margin-right: 15px;
}

#salon .access__img-box:last-child {
  margin-right: 0;
}

#salon .access__img-wrapper img {
  width: 330px;
}

#salon .concierge {
  text-align: center;
  padding-top: 110px;
}

#salon .concierge>.main-container {
  position: relative;
  z-index: 20;
}

#salon .concierge__title {
  text-align: center;
}

#salon .concierge__title img {
  width: 277px;
}

#salon .concierge__wrapper {
  border: none;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
}

#salon .concierge__box {
  border: 2px solid #ede4cb;
  margin-right: 30px;
  padding: 30px;
  background-color: #fff;
  width: 50%;
}

#salon .concierge__box:last-child {
  margin-right: 0;
}

#salon .concierge__img-box {
  position: relative;
  text-align: left;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
}

#salon .concierge__img-box img {
  width: auto;
  height: 150px;
}

#salon .concierge__cap {
  font-size: 25px;
  line-height: 1.6;
  color: #cdac49;
  margin: 15px 0 0 10px;
}

#salon .concierge__span {
  display: block;
  font-size: 15px;
  font-weight: bold;
  color: #cdac49;
}

#salon .concierge__desc,
#salon .concierge__desc-span {
  font-size: 15px;
  line-height: 2.0;
  text-align: left;
}

#salon .concierge__desc-span {
  font-weight: 700;
}

#salon .concierge__blog-wrapper {
  padding: 90px 30px 50px;
  background: repeating-linear-gradient(135deg, transparent, transparent 2px, rgba(221, 200, 137, 0.45) 3px, rgba(221, 200, 137, 0.45) 4px);
  background-repeat: repeat;
  margin-top: -60px;
}

#salon .concierge__blog-wrapper2 {
  padding: 170px 30px 50px;
  background: repeating-linear-gradient(135deg, transparent, transparent 2px, rgba(221, 200, 137, 0.45) 3px, rgba(221, 200, 137, 0.45) 4px);
  background-repeat: repeat;
  margin-top: -170px;
}

#salon .concierge__blog-container {
  background-color: #fff;
  padding: 25px 45px;
}

#salon .concierge__blog-title {
  font-size: 24px;
  font-style: italic;
  color: #cdac49;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: url(/attending/wedding/images/blog-list.png);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: left;
  padding: 5px 0 5px 30px;
  margin-bottom: 15px;
}

#salon .concierge__blog-list-link,
#salon .concierge__blog-list-link:visited,
#salon .concierge__blog-list-link:active {
  font-size: 15px;
  font-style: normal;
  text-decoration: underline;
  color: #cdac49;
}

#salon .concierge__blog-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

#salon .concierge__blog-wrapper li {
  flex: 0 0 calc(50% - 10px);
  max-width: calc(50% - 10px);
  text-align: left;
  background-image: url(/attending/wedding/images/blog-list-img.png);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: left;
  padding: 5px 0 5px 20px;
}

#salon .concierge__blog-wrapper li span {
  font-size: 15px;
  color: #000;
  transition: all 0.2s;
}

#salon .concierge__blog-wrapper li span.BlogUpdate {
  display: inline-block;
  margin-right: 10px;
  pointer-events: none;
}

#salon .concierge__blog-wrapper a {
  font-size: 15px;
  color: #000;
  transition: all 0.2s;
}

#salon .concierge__blog-wrapper span a:hover {
  text-decoration: underline;
}

#salon .overseas-programme__wrapper {
  background-color: #fff5f1;
  text-align: center;
  padding: 20px 0 35px 0;
  margin: 55px auto;
}

#salon .overseas-programme__text {
  font-size: 16px;
  font-weight: bold;
  color: #feb89f;
  padding: 10px 15px;
  background-color: #fff;
  display: inline-block;
}

#salon .overseas-programme__title {
  font-size: 18px;
  font-weight: bold;
  color: #feb89f;
  margin: 15px 0;
}

#salon .overseas-programme__req {
  font-size: 16px;
}

#salon .overseas-programme__req2 {
  font-size: 13px;
}

#salon .overseas-features__wrapper {
  text-align: center;
}

#salon .overseas-features__title {
  font-size: 25px;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  position: relative;
  display: inline-block;
  margin-top: 110px;
}

#salon .overseas-features__title::before,
#salon .overseas-features__title::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  width: 65px;
  height: 10px;
  top: 50%;
  transform: translateY(-50%);
}

#salon .overseas-features__title::before {
  background-image: url(/attending/wedding/images/features-l.png);
  left: -67px;
}

#salon .overseas-features__title::after {
  background-image: url(/attending/wedding/images/features-r.png);
  right: -75px;
}

#salon .overseas-features__btn {
  width: 100%;
  display: inline-block;
  margin-right: 30px;
  transition: all 0.2s;
    margin-bottom: 20px;
}

#salon .overseas-features__btn:last-child {
  margin-right: 0;
}

#salon .overseas-features__btn:hover {
  transform: scale(1.1);
  opacity: 0.6;
}

#salon .concierge__box2 {
  border: 2px solid #ede4cb;
  margin-right: 5px;
  padding: 15px;
  background-color: #fff;
  width: 33%;
}

/* salon ends */

/* osaka-form starts */

#osaka-form table hr {
	display: none;
}

#osaka-form .banner {
  background: url(/attending/wedding/images/hero.jpg) center bottom no-repeat;
  background-size: cover;
  padding: 40px 10px 100px;
  text-align: center;
}

#osaka-form select::-ms-expand {
  display: none;
}

#osaka-form .banner__title {
  position: relative;
}

#osaka-form .banner__title--line-left,
#osaka-form .banner__title--line-right {
  position: absolute;
  bottom: 5px;
  width: 4px;
  height: 65px;
  border-left: 3px dotted #fff;
}

#osaka-form .banner__title--line-left:after,
#osaka-form .banner__title--line-right:after {
  content: "";
  position: absolute;
  bottom: 10px;
  height: 30px;
  width: 2px;
  background: #fff;
}

#osaka-form .banner__title--line-left {
  right: calc(100% + 22px);
  transform: rotate(-40deg);
}

#osaka-form .banner__title--line-left:after {
  right: 15px;
  transform: rotate(-10deg);
}

#osaka-form .banner__title--line-right {
  left: calc(100% + 25px);
  transform: rotate(40deg);
}

#osaka-form .banner__title--line-right:after {
  left: 10px;
  transform: rotate(10deg);
}

#osaka-form .banner__title-text {
  text-transform: capitalize;
  display: inline-block;
  font-size: 60px;
  font-weight: normal;
  font-family: "alexbrush-regular";
  color: #fff;
  line-height: 1;
  position: relative;
}

#osaka-form .banner__subtitle {
  display: inline-block;
  padding: 8px 10px;
  background-color: #fff;
  color: #feb89f;
  font-size: 15px;
  line-height: 1;
  border-radius: 4px;
  margin-top: 10px;
}

#osaka-form .banner__desc {
  color: #fff;
  font-size: 24px;
  line-height: 1.4;
  margin-top: 10px;
  font-weight: bold;
}

#osaka-form .intro {
  padding: 0 20px;
  margin-top: 40px;
}

#osaka-form .intro__box {
  border: 2px dotted #cdac48;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

#osaka-form .intro__box:before {
  content: "";
  position: absolute;
  top: -30px;
  right: -10px;
  background: url(/attending/wedding/kobecenter/form/images/yellow-rose.png) center no-repeat;
  background-size: contain;
  height: 130px;
  width: 122px;
}

#osaka-form .intro__img {
  -ms-flex: 0 1 30%;
  flex: 0 1 30%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}

#osaka-form .intro__img img {
  width: 100%;
}

#osaka-form .intro__desc {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding: 35px 0;
  margin-left: 20px;
}

#osaka-form .intro__list li {
  font-family: "游ゴシック", "游ゴシック体", YuGothic, "Yu Gothic", sans-serif;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.3;
  padding-left: 40px;
  position: relative;
}

#osaka-form .intro__list li:not(:last-child) {
  margin-bottom: 12px;
}

#osaka-form .intro__list li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(/attending/wedding/kobecenter/form/images/icon-checkmark.png) center no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
}

#osaka-form .intro__list li>.highlight {
  font-family: "游ゴシック", "游ゴシック体", YuGothic, "Yu Gothic", sans-serif;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.3;
  box-shadow: inset 0 -10px 0 0 #ffff00;
}

#osaka-form .intro__details {
  font-family: "游明朝", "游明朝体", YuMincho, "Yu Mincho", "ＭＳ 明朝", "MS Mincho", sans-serif;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 1.8;
  margin: 35px 10px 0 40px;
  position: relative;
  font-weight: 600;
}

#osaka-form .intro__details:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -50px;
  width: 45px;
  height: calc(100% + 60px);
  background: url(/attending/wedding/kobecenter/form/images/curly-braces-left.png) center no-repeat;
  background-size: contain;
}

#osaka-form .osaka-form {
	font-weight: 600;
} 

#osaka-form .section-osaka-form {
  margin-top: 55px;
  margin-bottom: 30px;
}

#osaka-form .osaka-form__text {
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino kaku Gothic Pro", "メイリオ", "Meiryo", "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 2;
}

#osaka-form .osaka-form__text--mb-55 {
  margin-bottom: 55px;
}

#osaka-form .osaka-form__text--align-left {
  text-align: left;
}

#osaka-form .osaka-form__text--my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

#osaka-form .osaka-form__text .highlight {
  color: #cdac48;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino kaku Gothic Pro", "メイリオ", "Meiryo", "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 2;
}

#osaka-form .osaka-form__text .highlight--red {
  color: #f8553a;
  font-weight: bold;
  display: inline-block;
}

#osaka-form .osaka-form__group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px 12px;
}

#osaka-form .osaka-form__group.align-items-center {
  -ms-flex-align: center;
  align-items: center;
}

#osaka-form .osaka-form__group .help-text {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino kaku Gothic Pro", "メイリオ", "Meiryo", "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
}

#osaka-form .osaka-form__group-left {
  -ms-flex: 0 0 28%;
  flex: 0 0 28%;
  max-width: 28%;
  padding: 0 5px;
}

#osaka-form .osaka-form__group-right {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 5px;
}
.phonebox input{width:50% !important;}
.phonebox span{padding-left: 1%; font-size: 1.2rem; color: #666666;}

#osaka-form .osaka-form__group-right--padding-y {
  padding-top: 20px;
  padding-bottom: 20px;
}

#osaka-form .osaka-form__reservation {
  margin: 33px 0 30px;
}

#osaka-form .osaka-form__reservation h3 {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino kaku Gothic Pro", "メイリオ", "Meiryo", "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
}

#osaka-form .osaka-form__reservation p {
  margin-top: 10px;
  line-height: 1.7;
}

#osaka-form .osaka-form__reservation-field-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

#osaka-form .osaka-form__reservation-field-wrapper .ui-datepicker-trigger {
  cursor: pointer;
  width: 33px;
  height: auto;
  margin: 0 10px 0 8px;
}

#osaka-form .osaka-form__reservation-field-wrapper select:last-of-type {
  margin-left: 8px;
}

#osaka-form .osaka-form__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -3px;
}

#osaka-form .osaka-form__row>.after-hyphen {
  position: relative;
}

#osaka-form .osaka-form__row>.after-hyphen:after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% - 5px);
  height: 2px;
  width: 10px;
  background: #aaa;
}

#osaka-form .osaka-form__row>.col {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  max-width: 100%;
  padding: 3px;
}

#osaka-form .osaka-form__row>.col-2 {
  -ms-flex: 0 0 16.677777%;
  flex: 0 0 16.677777%;
  max-width: 16.677777%;
  padding: 3px;
}

#osaka-form .osaka-form__row>.col-2\/5 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  padding: 3px;
}

#osaka-form .osaka-form__row>.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 3px;
}

#osaka-form .osaka-form__row>.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 3px;
}

#osaka-form .osaka-form__row>.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.6666667%;
  padding: 3px;
}

#osaka-form .osaka-form__row--big-margin {
  margin: 0 -12px;
}

#osaka-form .osaka-form__row--big-margin>.col-2\/5 {
  padding: 0 12px;
}

#osaka-form .osaka-form__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

#osaka-form .osaka-form__item:not(:last-child) {
  margin-bottom: 20px;
}

#osaka-form .osaka-form__item>*:last-child {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

#osaka-form .osaka-form__item label {
  min-width: 80px;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino kaku Gothic Pro", "メイリオ", "Meiryo", "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  margin-right: 15px;
}

#osaka-form .osaka-form__label {
  height: 100%;
  background: #fbf9f6;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino kaku Gothic Pro", "メイリオ", "Meiryo", "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  padding: 17px 12px 15px;
  line-height: 1.6;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#osaka-form .osaka-form__label>.is-required {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino kaku Gothic Pro", "メイリオ", "Meiryo", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.4;
  background: #f8553a;
  color: #fff;
  padding: 3px 10px;
}

#osaka-form .osaka-form__radio {
  position: relative;
}

#osaka-form .osaka-form__radio input[type=radio] {
  position: absolute;
  opacity: 0;
  left: 50%;
  bottom: 5px;
}

#osaka-form .osaka-form__radio label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino kaku Gothic Pro", "メイリオ", "Meiryo", "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  height: 40px;
  padding: 2px;
  line-height: 1.2;
  border: 1px solid #bfbfbf;
  text-align: center;
  cursor: pointer;
}

#osaka-form .osaka-form__radio input[type=radio]:checked+label {
  border: 2px solid #cdac48;
  color: #cdac48;
  font-weight: bold;
}

#osaka-form .osaka-form__checkbox {
  position: relative;
  padding-left: 30px;
  margin-left: 17px;
}

#osaka-form .osaka-form__checkbox--inline-block {
  display: inline-block;
}

#osaka-form .osaka-form__checkbox:not(:last-of-type) {
  margin-bottom: 12px;
}

#osaka-form .osaka-form__checkbox label {
  cursor: pointer;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino kaku Gothic Pro", "メイリオ", "Meiryo", "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
}

#osaka-form .osaka-form__checkbox label:before,
#osaka-form .osaka-form__checkbox label:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

#osaka-form .osaka-form__checkbox label:before {
  height: 20px;
  width: 20px;
  border: 1px solid #959595;
  background-color: #fff;
}

#osaka-form .osaka-form__checkbox label:after {
  display: none;
  left: 2px;
  top: 7px;
  width: 7px;
  height: 12px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg) translateY(-50%);
}

#osaka-form .osaka-form__checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

#osaka-form .osaka-form__checkbox input[type=checkbox]:checked~label:before {
  background: #cdac48;
}

#osaka-form .osaka-form__checkbox input[type=checkbox]:checked~label:after {
  display: block;
}

#osaka-form .osaka-form__control {
  width: 100%;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino kaku Gothic Pro", "メイリオ", "Meiryo", "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  height: 40px;
  padding: 8px 14px;
  border: 1px solid #bfbfbf;
}

#osaka-form .osaka-form__control::-webkit-input-placeholder {
  color: #a6a6a6;
}

#osaka-form .osaka-form__control:-ms-input-placeholder {
  color: #a6a6a6;
}

#osaka-form .osaka-form__control::placeholder {
  color: #a6a6a6;
}

#osaka-form .osaka-form__control:focus {
  box-shadow: 0 0 0 2px rgba(191, 191, 191, 0.3);
}

#osaka-form .osaka-form__control--select {
  background: #fff url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' width='255px' height='255px' viewBox='0 0 255 255' fill='%23f8553a' xml:space='preserve'%3e%3cg%3e%3cg id='arrow-drop-down'%3e%3cpolygon points='0,63.75 127.5,191.25 255,63.75'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat right 8px center;
  background-size: 10px 9px;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #4c4c4c;
}

#osaka-form .osaka-form__control--small {
  height: 27px;
}

#osaka-form .osaka-form__control--large {
width: 40%;
  height: 50px;
  font-size: 14px;
}

#osaka-form .osaka-form__control--width-90 {
  width: 100px;
}

#osaka-form .osaka-form__control--width-200 {
  width: 200px;
}

#osaka-form .osaka-form__control--width-40percent {
  width: 85%;
}

#osaka-form .osaka-form__textarea {
  width: 100%;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino kaku Gothic Pro", "メイリオ", "Meiryo", "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  padding: 8px 14px;
  border: 1px solid #bfbfbf;
  resize: none;
}

#osaka-form .osaka-form__textarea:focus {
  box-shadow: 0 0 0 2px rgba(191, 191, 191, 0.3);
}

#osaka-form .osaka-form__handling-data {
  border: 3px solid #f8553a;
  padding: 30px;
  text-align: center;
}

#osaka-form .osaka-form__handling-data .link {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino kaku Gothic Pro", "メイリオ", "Meiryo", "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  color: #1d3994;
  display: inline-block;
}

#osaka-form .osaka-form__handling-data .osaka-form__checkbox,
#osaka-form .osaka-form__handling-data .osaka-form__text {
  font-size: 15px;
}

#osaka-form .osaka-form__handling-data-title {
  color: #f8553a;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino kaku Gothic Pro", "メイリオ", "Meiryo", "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 25px;
}

#osaka-form .osaka-form__btn-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

#osaka-form .osaka-form__btn {
  margin: 0 9px;
  border: 0;
  color: #fff;
  height: 50px;
  width: 240px;
  font-size: 20px;
  font-weight: bold;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
}

#osaka-form .osaka-form__btn--submit {
  background: #f8553a;
}

#osaka-form .osaka-form__btn--submit:disabled {
  opacity: 0.65;
  cursor: default;
}

#osaka-form .osaka-form__btn--submit:not(:disabled):hover {
  background: #de2608;
}

#osaka-form .osaka-form__btn--reset {
  background: #535353;
}

#osaka-form .osaka-form__btn--reset:hover {
  background: #2d2d2d;
}
#osaka-form p.banner__desc {
    font-weight: bold;
}

#ui-datepicker-div.ui-datepicker {
  width: auto;
  padding: 4px 4px 0;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-header {
  background: transparent;
  border: none;
  border-bottom: 1px solid #cdab49;
  padding-bottom: 5px;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-title,
#ui-datepicker-div.ui-datepicker .ui-datepicker-year,
#ui-datepicker-div.ui-datepicker .ui-datepicker-month {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-calendar {
  border-collapse: initial;
  border-spacing: 2px;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-calendar th span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: normal;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-calendar thead tr th:first-child span {
  color: #ca3606;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-calendar tbody tr td:first-child {
  background: #ffeeee;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-calendar thead tr th:last-child span {
  color: #0066c9;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-calendar tbody tr td:last-child {
  background: #e5f6fe;
}

#ui-datepicker-div.ui-datepicker .ui-state-default {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  padding: 4px 8px;
  border: 0;
  line-height: normal;
  text-align: center;
  background: transparent;
}

#ui-datepicker-div.ui-datepicker .ui-state-default.ui-state-highlight {
  background: rgba(205, 172, 72, 0.4);
}

#ui-datepicker-div.ui-datepicker .ui-state-default.ui-state-active {
  background: #fcf4cf;
  border: 1px solid #ffa300;
  color: #4c4c4c;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-prev,
#ui-datepicker-div.ui-datepicker .ui-datepicker-next {
  cursor: pointer;
  width: 2.2em;
  height: 2.2em;
}

/* osaka-form ends */


/* honeymoon css starts */
#honeymoon .honeymoon-hero {
  background: #abc621 url(/attending/wedding/honeymoon/images/BP19-114619D.jpg) center top no-repeat;
  background-size: 1200px 100%;
  position: relative;
  overflow: hidden;
  padding: 24px 0 160px;
  margin-bottom: 30px;
}

#honeymoon .honeymoon-hero>.main-container {
  position: relative;
  z-index: 3;
}

#honeymoon .honeymoon-hero .drops {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}

#honeymoon .honeymoon-hero__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 55%;
}

#honeymoon .honeymoon-hero__wrapper img {
  height: 100%;
}

#honeymoon .honeymoon-hero__text {
  margin-top: 25px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
}

#honeymoon .honeymoon-hero__bottom {
  z-index: 5;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
}

#honeymoon .honeymoon-hero__bottom img {
  display: block;
}

#honeymoon .honeymoon-nav {
  background: #fff;
  width: 100%;
  padding: 10px 0;
  /*position: -webkit-sticky;
  position: sticky;*/
  top: 0;
  z-index: 10000;
  transition: all 0.3s;
}

#honeymoon .honeymoon-nav--box-shadow {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.2);
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  #honeymoon .honeymoon-nav--box-shadow {
    position: fixed;
  }
}

#honeymoon .honeymoon-nav__contact-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#honeymoon .honeymoon-nav__help-text {
  text-align: left;
  font-size: 10px;
  margin-left: auto;
  margin-bottom: 18px;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  #honeymoon .honeymoon-nav__help-text {
    margin-left: 55%;
  }
}

#honeymoon .honeymoon-nav__list {
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

#honeymoon .honeymoon-nav__list-title {
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f6f5e0;
  color: #333;
  width: 350px;
  font-size: 15px;
  font-weight: bold;
  position: relative;
}

#honeymoon .honeymoon-nav__list-title img {
  width: 21px;
  display: block;
  margin-right: 15px;
}

#honeymoon .honeymoon-nav__list-title:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(-90deg);
  background: url("/attending/wedding/honeymoon/images/arrow-down-gold.png") center no-repeat;
  background-size: contain;
  width: 10px;
  height: 20px;
}

#honeymoon .honeymoon-nav__list-title:hover {
  color: #827e7e !important;
  text-decoration: none;
}

#honeymoon .honeymoon-nav__list-links {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

#honeymoon .honeymoon-nav__list-links a {
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.3333%;
  word-break: keep-all;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: bold;
  text-align: center;
  padding: 15px 40px;
  position: relative;
  text-decoration: none;
}

#honeymoon .honeymoon-nav__list-links a:nth-child(2) {
  border-left: 1.5px dotted #ccc;
  border-right: 1.5px dotted #ccc;
}

#honeymoon .honeymoon-nav__list-links a:after {
  content: '';
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translateX(-50%);
  background: url("/attending/wedding/honeymoon/images/arrow-down-gold.png") center no-repeat;
  background-size: contain;
  width: 10px;
  height: 20px;
}

#honeymoon .honeymoon-nav__list-links a:hover {
  color: #827e7e !important;
}

#honeymoon .honeymoon-nav-contact {
  -ms-flex: 0 1 calc(50% - 5px);
  flex: 0 1 calc(50% - 5px);
  padding: 8px 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

#honeymoon .honeymoon-nav-contact--bg-brown {
  background: #fff9e1;
}

#honeymoon .honeymoon-nav-contact--bg-green {
  background: #f5f9d1;
}
#honeymoon .honeymoon-nav-contact__title_o {
  display: inline-block;
  text-align: center;
  margin-right: 15px;
}

#honeymoon .honeymoon-nav-contact__title_o>span {
  line-height: 1.3;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#honeymoon .honeymoon-nav-contact__title_o>span:first-child {
  display: block;
  font-size: 14px;
}

#honeymoon .honeymoon-nav-contact__title_o>span:last-child {
  display: inline-block;
  font-size: 12px;
}
#honeymoon .honeymoon-nav-contact__title {
  display: inline-block;
  text-align: center;
  margin-right: 15px;
}

#honeymoon .honeymoon-nav-contact__title>span {
  line-height: 1.3;
  color: #b49025;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#honeymoon .honeymoon-nav-contact__title>span:first-child {
  display: block;
  font-size: 14px;
}

#honeymoon .honeymoon-nav-contact__title>span:last-child {
  display: inline-block;
  font-size: 12px;
}

#honeymoon .honeymoon-nav-contact .btn:first-of-type {
  margin-right: 10px;
}

#honeymoon .hm-areas {
  margin-top: 35px;
}

#honeymoon .hm-areas__title {
  text-align: center;
}

#honeymoon .hm-areas__title img {
  width: 700px;
}

#honeymoon .hm-areas-card {
  width: 450px;
  z-index: 1;
  text-align: left;
}

#honeymoon .hm-areas-card__wrapper {
  padding: 25px 30px 35px 35px;
  background: #fff;
}

#honeymoon .hm-areas-card:after {
  content: '';
  position: absolute;
  right: -10px;
  bottom: -10px;
  height: 100%;
  width: 100%;
  background: url(/attending/wedding/honeymoon/images/bg-polka-dots2.png) center no-repeat;
  background-size: cover;
  z-index: -1;
  opacity: 0.8;
}

#honeymoon .hm-areas-card--bg-yellow:after {
  background: url(/attending/wedding/honeymoon/images/bg-polka-dots-yellow.png) center no-repeat;
  background-size: cover;
}

#honeymoon .hm-areas-card__title img {
  height: 68px;
  width: auto;
  display: block;
}

#honeymoon .hm-areas-card__desc {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 1px;
  color: #333;
}

#honeymoon .hm-areas-1 {
  background: url(/attending/wedding/honeymoon/images/BP19-114620D.jpg) center no-repeat;
  background-size: cover;
  height: 500px;
  margin-top: 35px;
}

#honeymoon .hm-areas-1 .main-container {
  position: relative;
  height: 100%;
}

#honeymoon .hm-areas-1 .main-container:before {
  content: '';
  position: absolute;
  left: 20px;
  top: -40px;
  background: url(/attending/wedding/honeymoon/images//honey-moon.png) center no-repeat;
  background-size: contain;
  width: 170px;
  height: 122px;
}

#honeymoon .hm-areas-1 .hm-areas-card {
  position: absolute;
  bottom: -50px;
  right: 10px;
}

#honeymoon .hm-areas-2 {
  margin-top: 115px;
  text-align: right;
  display: block;
  position: relative;
}

#honeymoon .hm-areas-2__img {
  width: 830px;
}

#honeymoon .hm-areas-2 .hm-areas-card {
  position: absolute;
  top: 160px;
  left: 0;
}

#honeymoon .hm-areas-3 {
  margin-top: 125px;
  text-align: left;
  display: block;
  position: relative;
}

#honeymoon .hm-areas-3__img {
  width: 830px;
}

#honeymoon .hm-areas-3 .hm-areas-card {
  position: absolute;
  top: 160px;
  right: 0;
}

#honeymoon .hm-other-areas {
  margin-top: 105px;
}

#honeymoon .hm-other-areas__title {
  text-align: center;
  margin-bottom: 25px;
}

#honeymoon .hm-other-areas__title img {
  width: 420px;
}

#honeymoon .hm-other-areas__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -20px;
}

#honeymoon .hm-other-areas__list li {
  padding: 0 20px;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}

#honeymoon .hm-other-areas__list li:first-child {
  transform: translateY(-65px);
}

#honeymoon .hm-other-areas__list li:last-child {
  transform: translateY(-82px);
}

#honeymoon .hm-other-areas__btn {
  display: block;
    width: 705px;
    margin: 45px auto 0;
    transition: all 0.2s;
    background: url(/attending/wedding/honeymoon/images/other-areas-btn-text_o.png) center no-repeat;
  background-size: contain;
}

#honeymoon .hm-other-areas__btn:hover span img {
  opacity: 0;
}

#honeymoon .qna {
  margin-top: 60px;
  text-align: center;
}

#honeymoon .qna__title img {
  width: 340px;
}

#honeymoon .qna__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

#honeymoon .qna__row>.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
  margin-bottom: 30px;
}

#honeymoon .qna-card {
  background: #fff;
  position: relative;
  margin: 10px;
  padding: 20px 17px;
}

#honeymoon .qna-card:before {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  background: #fff;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#honeymoon .qna-card--green:before {
  background-image: url(/attending/wedding/honeymoon/images//green-bg.png);
}

#honeymoon .qna-card--brown:before {
  background-image: url(/attending/wedding/honeymoon/images//brown-bg.png);
}

#honeymoon .qna-card__title img {
  height: 70px;
  width: auto;
}

#honeymoon .qna-card__subtitle {
  font-size: 16px;
  line-height: 1.7;
  margin: 12px 0 15px;
  color: #333;
}

#honeymoon .qna-card__subtitle i {
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.1;
  color: #baa460;
  border: 2px solid #ddd;
  padding: 5px 10px;
  margin-left: 6px;
}

#honeymoon .qna-card__subtitle--mt-22 {
  margin-top: 22px;
}

#honeymoon .qna-card__img {
  width: 250px;
}

#honeymoon .qna-card__img--width-270 {
  width: 270px;
}

#honeymoon .qna-card__img--width-310 {
  width: 310px;
}

#honeymoon .qna-card__img--width-390 {
  width: 390px;
}

#honeymoon .qna-card__desc {
  margin-top: 35px;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 1px;
  text-align: left;
  color: #333;
  padding: 12px 15px;
  position: relative;
}

#honeymoon .qna-card__desc:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #f1f5de;
}

#honeymoon .qna-card__desc--mt-76 {
  margin-top: 76px;
}

#honeymoon .qna-card__desc--green {
  background: #f1f5de;
}

#honeymoon .qna-card__desc--brown {
  background: #fff7de;
}

#honeymoon .qna-card__desc--brown::before {
  border-bottom-color: #fff7de;
}

#honeymoon .p-tour {
  margin-top: 40px;
}

#honeymoon .p-tour__banner {
  min-height: 305px;
  height: 25vw;
  background: url(/attending/wedding/honeymoon/images//BP19-114624D.jpg) top center no-repeat;
  background-size: cover;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

#honeymoon .p-tour__banner img {
  width: 380px;
}

#honeymoon .p-tour__top {
  display: -ms-flexbox;
  display: flex;
}

#honeymoon .p-tour__top-left {
  position: relative;
  -ms-flex: 0 0 430px;
  flex: 0 0 430px;
}

#honeymoon .p-tour__top-left img:first-child {
  transform: translateY(-40px);
  width: 430px;
  display: block;
}

#honeymoon .p-tour__top-left img:last-child {
  position: absolute;
  width: 270px;
  left: 298px;
  top: 142px;
}

#honeymoon .p-tour__top-right {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

#honeymoon .p-tour__top-right p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 2px;
  color: #333;
  line-height: 1.8;
  padding: 20px 25px 25px 20px;
}

#honeymoon .p-tour__top-right img {
  width: 370px;
  display: block;
  text-align: right;
  margin-left: auto;
  margin-right: 12px;
}

#honeymoon .p-tour__bottom {
  display: -ms-flexbox;
  display: flex;
}

#honeymoon .p-tour__bottom-left {
  -ms-flex: 0 0 435px;
  flex: 0 0 435px;
  margin-left: -154px;
  margin-top: -115px;
}

#honeymoon .p-tour__bottom-text {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
  margin-left: -40px;
  margin-top: -35px;
  font-size: 16px;
  letter-spacing: 1px;
  color: #333;
  line-height: 1.6;
}

#honeymoon .p-tour__bottom-text .btn {
  display: block;
  margin: 35px auto 0;
}

#honeymoon .p-tour__bottom-right {
  -ms-flex: 0 0 230px;
  flex: 0 0 230px;
  margin-top: -30px;
  z-index: -1;
}

#honeymoon .wedding-abroad {
  background: url(/attending/wedding/honeymoon/images//BP19-114630D.jpg) top left no-repeat;
  background-size: cover;
  text-align: center;
  margin-top: 80px;
}

#honeymoon .wedding-abroad__wrapper {
  padding: 50px 0 70px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 25vw;
  min-height: 330px;
}

#honeymoon .wedding-abroad__title {
  margin-bottom: 20px;
}

#honeymoon .wedding-abroad__title img {
  width: 500px;
}

#honeymoon .wedding-abroad__btn {
  width: 700px;
  display: inline-block;
  transition: all 0.2s;
}

#honeymoon .wedding-abroad__btn:hover {
  opacity: 0.8;
}

#honeymoon .conceirge {
  margin-top: 80px;
  text-align: center;
}

#honeymoon .conceirge__title {
  text-align: center;
}

#honeymoon .conceirge__title img {
  display: block;
}

#honeymoon .conceirge__desc {
  margin: 25px 0 15px;
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 1.6;
}

#honeymoon .conceirge__contact-wrap {
  display: -ms-flexbox;
  display: flex;
}

#honeymoon .conceirge-contact {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  width: 50%;
  padding: 20px;
}

#honeymoon .conceirge-contact--left {
  background: #fff9e1;
  margin-right: 12px;
}

#honeymoon .conceirge-contact--right {
  background: #f5f9d1;
}

#honeymoon .conceirge-contact__content {
  margin-right: 18px;
}

#honeymoon .conceirge-contact__name_o {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
}

#honeymoon .conceirge-contact__name {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  color: #d2b611;
}

#honeymoon .conceirge-contact__detail {
  font-size: 14px;
  margin-top: 13px;
}

#honeymoon .conceirge-contact__detail--sm {
  margin-top: 8px;
  font-size: 12px;
}

#honeymoon .conceirge-contact__btn-wrap>.btn {
  display: block;
}

#honeymoon .conceirge-contact__btn-wrap>.btn:first-child {
  margin-bottom: 8px;
}

#honeymoon .features {
  margin-top: 100px;
  background: #fffbef;
  padding: 40px 25px 65px;
}

#honeymoon .features__title {
  margin-bottom: 30px;
  text-align: center;
}

#honeymoon .features__title img {
  width: 365px;
}

#honeymoon .features__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  margin: 0 -15px;
}

#honeymoon .features__col {
  padding: 0 15px;
  -ms-flex: 0 1 33.333%;
  flex: 0 1 33.333%;
  width: 33.3333%;
}

#honeymoon .features__figure {
  display: block;
}

#honeymoon .features__figure span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  /*letter-spacing: 2px;*/
  line-height: 1.7;
}

/* honeymoon css ends */

/* honeymoon-area css starts */
#honeymoon-area .honeymoon-hero {
  background: #abc621 url(/attending/wedding/honeymoon/area/images/BP19-114619D.jpg) center top no-repeat;
  background-size: 1200px 100%;
  position: relative;
  overflow: hidden;
  padding: 24px 0 160px;
  margin-bottom: 30px;
}

#honeymoon-area .honeymoon-hero>.main-container {
  position: relative;
  z-index: 3;
}

#honeymoon-area .honeymoon-hero .drops {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}

#honeymoon-area .honeymoon-hero__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 55%;
}

#honeymoon-area .honeymoon-hero__wrapper img {
  height: 100%;
}

#honeymoon-area .honeymoon-hero__text {
  margin-top: 25px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
}

#honeymoon-area .honeymoon-hero__bottom {
  z-index: 5;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
}

#honeymoon-area .honeymoon-hero__bottom img {
  display: block;
}

#honeymoon-area .honeymoon-nav {
  background: #fff;
  width: 100%;
  padding: 10px 0;
  /*position: -webkit-sticky;
  position: sticky;*/
  top: 0;
  z-index: 10000;
  transition: all 0.3s;
}

#honeymoon-area .honeymoon-nav--box-shadow {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.2);
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  #honeymoon-area .honeymoon-nav--box-shadow {
    position: fixed;
  }
}

#honeymoon-area .honeymoon-nav__contact-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#honeymoon-area .honeymoon-nav__help-text {
  text-align: left;
  font-size: 10px;
  margin-left: auto;
  margin-bottom: 18px;
}

#honeymoon-area .honeymoon-nav__list {
  display: -ms-flexbox;
  display: flex;
	margin-top: 10px;
}

#honeymoon-area .honeymoon-nav__list-title {
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f6f5e0;
  color: #333;
  width: 350px;
  font-size: 15px;
  font-weight: bold;
  position: relative;
}

#honeymoon-area .honeymoon-nav__list-title img {
  width: 21px;
  display: block;
  margin-right: 15px;
}

#honeymoon-area .honeymoon-nav__list-title:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(-90deg);
  background: url("/attending/wedding/honeymoon/area/images/arrow-down-gold.png") center no-repeat;
  background-size: contain;
  width: 10px;
  height: 20px;
}

#honeymoon-area .honeymoon-nav__list-title:hover {
  color: #827e7e !important;
  text-decoration: none;
}

#honeymoon-area .honeymoon-nav__list-links {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

#honeymoon-area .honeymoon-nav__list-links a {
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.3333%;
  word-break: keep-all;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: bold;
  text-align: center;
  padding: 15px 40px;
  position: relative;
  text-decoration: none;
}

#honeymoon-area .honeymoon-nav__list-links a:nth-child(2) {
  border-left: 1.5px dotted #ccc;
  border-right: 1.5px dotted #ccc;
}

#honeymoon-area .honeymoon-nav__list-links a:after {
  content: '';
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translateX(-50%);
  background: url("/attending/wedding/honeymoon/area/images/arrow-down-gold.png") center no-repeat;
  background-size: contain;
  width: 10px;
  height: 20px;
}

#honeymoon-area .honeymoon-nav__list-links a:hover {
  color: #827e7e !important;
}

#honeymoon-area .honeymoon-nav-contact {
  -ms-flex: 0 1 calc(50% - 5px);
  flex: 0 1 calc(50% - 5px);
  padding: 8px 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

#honeymoon-area .honeymoon-nav-contact--bg-brown {
  background: #fff9e1;
}

#honeymoon-area .honeymoon-nav-contact--bg-green {
  background: #f5f9d1;
}

#honeymoon-area .honeymoon-nav-contact__title_o {
  display: inline-block;
  text-align: center;
  margin-right: 15px;
}

#honeymoon-area .honeymoon-nav-contact__title_o>span {
  line-height: 1.3;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#honeymoon-area .honeymoon-nav-contact__title_o>span:first-child {
  display: block;
  font-size: 14px;
}

#honeymoon-area .honeymoon-nav-contact__title_o>span:last-child {
  display: inline-block;
  font-size: 12px;
}

#honeymoon-area .honeymoon-nav-contact__title {
  display: inline-block;
  text-align: center;
  margin-right: 15px;
}

#honeymoon-area .honeymoon-nav-contact__title>span {
  line-height: 1.3;
  color: #b49025;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#honeymoon-area .honeymoon-nav-contact__title>span:first-child {
  display: block;
  font-size: 14px;
}

#honeymoon-area .honeymoon-nav-contact__title>span:last-child {
  display: inline-block;
  font-size: 12px;
}

#honeymoon-area .honeymoon-nav-contact .btn:first-of-type {
  margin-right: 10px;
}

#honeymoon-area .hm-recommended-areas {
  margin-top: 30px;
}

#honeymoon-area .hm-recommended-areas__title {
  text-align: center;
}

#honeymoon-area .hm-recommended-areas__title img {
  width: 660px;
}

#honeymoon-area .r-area-anchor {
  margin-top: 80px;
  background: #f9f6ed;
  position: relative;
  padding: 22px 0 0;
  box-shadow: inset 0 -25px #fff;
}

#honeymoon-area .r-area-anchor__top .title {
  display: block;
  margin: 0 auto;
  width: 195px;
  position: absolute;
  bottom: calc(100% - 13px);
  left: 50%;
  transform: translateX(-50%);
}

#honeymoon-area .r-area-anchor__bottom {
  margin-top: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#honeymoon-area .r-area-anchor__bottom-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-right: 32px;
}

#honeymoon-area .r-area-anchor__bottom-left .title {
  width: 150px;
  margin-right: 15px;
  margin-top: 35px;
}

#honeymoon-area .r-area-anchor__bottom-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

#honeymoon-area .r-area-anchor__bottom-right .title {
  width: 175px;
  margin-top: 20px;
}

#honeymoon-area .r-area-anchor__link-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

#honeymoon-area .r-area-anchor__link {
  display: block;
  padding: 0 8px;
  width: 141px;
}

#honeymoon-area .r-area-anchor__link img {
  width: 125px;
  transition: all 0.2s;
}

#honeymoon-area .r-area-anchor__link:hover img {
  transform: scale(1.08);
}

#honeymoon-area .r-area-list {
  margin-top: 90px;
}

#honeymoon-area .r-area-list__item {
  margin-bottom: 90px;
}

#honeymoon-area .r-area-card__header {
  position: relative;
}

#honeymoon-area .r-area-card__header img {
  display: block;
}

#honeymoon-area .r-area-card__title {
  position: absolute;
  left: 5px;
  top: -30px;
}

#honeymoon-area .r-area-card__title img {
  height: 120px;
  width: auto;
}

#honeymoon-area .r-area-card__body {
  margin: 15px 0 0;
}

#honeymoon-area .r-area-card__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -15px;
}

#honeymoon-area .r-area-card__row>.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}

#honeymoon-area .r-area-card__calendar {
  margin-bottom: 15px;
}

#honeymoon-area .r-area-card__calendar-title {
  margin-bottom: 10px;
}

#honeymoon-area .r-area-card__time {
  color: #b49025;
  font-size: 15px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 12px;
}

#honeymoon-area .r-area-card__time-label {
  color: #b49025;
  font-size: 15px;
  line-height: 1.6;
}

#honeymoon-area .r-area-card__desc {
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 1px;
  color: #777;
  margin-bottom: 25px;
}

#honeymoon-area .r-area-card__tourist-info-btn {
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  color: #b49025 !important;
  border: 2px solid #b49025;
  width: 100%;
  height: 60px;
  text-decoration: none !important;
  transition: all 0.2s;
  margin-bottom: 12px;
}

#honeymoon-area .r-area-card__tourist-info-btn:hover {
  background: #f2f2f2;
}

#honeymoon-area .r-area-card__tourist-info-btn img {
  width: 30px;
  margin-right: 10px;
}

#honeymoon-area .r-area-card__btn-wrapper {
  padding: 20px;
  background: repeating-linear-gradient(135deg, #fdfcf9 1px, #fdfcf9 5px, #f4f0e4 5px, #f4f0e4 6px);
}

#honeymoon-area .r-area-card__search-btn {
  background: #ffd800;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  width: 100%;
  font-size: 15px;
  color: #333 !important;
  text-decoration: none !important;
  transition: all 0.2s;
}

#honeymoon-area .r-area-card__search-btn:hover {
  background: #e6c200;
}

#honeymoon-area .r-area-card__search-btn--green {
  background: #c2e628;
}

#honeymoon-area .r-area-card__search-btn--blue {
  background: #18ceef;
}

#honeymoon-area .r-area-card__search-btn img {
  width: 20px;
  margin-right: 10px;
}

#honeymoon-area .conceirge {
  margin-top: 80px;
  margin-bottom: 40px;
  text-align: center;
}

#honeymoon-area .conceirge__title {
  text-align: center;
}

#honeymoon-area .conceirge__title img {
  display: block;
}

#honeymoon-area .conceirge__desc {
  margin: 25px 0 15px;
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 1.6;
}

#honeymoon-area .conceirge__contact-wrap {
  display: -ms-flexbox;
  display: flex;
}

#honeymoon-area .conceirge-contact {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  width: 50%;
  padding: 20px;
}

#honeymoon-area .conceirge-contact--left {
  background: #fff9e1;
  margin-right: 12px;
}

#honeymoon-area .conceirge-contact--right {
  background: #f5f9d1;
}

#honeymoon-area .conceirge-contact__content {
  margin-right: 18px;
}

#honeymoon-area .conceirge-contact__name_o {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
}

#honeymoon-area .conceirge-contact__name {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  color: #d2b611;
}

#honeymoon-area .conceirge-contact__detail {
  font-size: 14px;
  margin-top: 13px;
}

#honeymoon-area .conceirge-contact__detail--sm {
  margin-top: 8px;
  font-size: 12px;
}

#honeymoon-area .conceirge-contact__btn-wrap>.btn {
  display: block;
}

#honeymoon-area .conceirge-contact__btn-wrap>.btn:first-child {
  margin-bottom: 8px;
}

/*たぶこふれ枠*/
.blog {
}
.img-blog img {
  width: 160px;
  height: 120px;
 object-fit: cover;
}
.blog .ttl-blog {
  text-align: center;
  background: #20c1eb;
  margin-top: 100px;
}
.blog .ttl-blog span {
  height: 100%;
  height: 52px;
  line-height: 52px;
  display: inline-block;
  padding-left: 74px;
  background: url("../images/icon.png") no-repeat left center;
  font-size: 24px;
  letter-spacing: 0.1em;
  color: #fff;
}
.blog .inner-blog {
  background: #fafafa;
  padding: 10px 20px 12px;
  position: relative;
}
.blog .inner-blog .text {
  font-size: 12px;
  margin-right: -10px;
}
.blog .inner-blog .to-all {
  margin-right: -10px;
  margin-top: 8px;
}
.blog .inner-blog .to-all a {
  font-size: 12px;
  color: #00a0e9;
}
.blog .list-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 7px;
}
.blog .list-blog .block-blog {
  width: 447px;
}
.blog .list-blog .block-blog a {
  display: block;
  border: 1px solid #cccccc;
  background: #fff;
  overflow: hidden;
}
.blog .list-blog .block-blog .img-blog {
  width: 160px;
  height: 120px;
}
.blog .list-blog .block-blog .ct-blog {
  width: 282px;
  padding: 10px 10px 5px;
}
.blog .list-blog .block-blog .ct-blog .ttl {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #003567;
}
#honeymoon .blog .list-blog .block-blog .ct-blog .ttl {
  display: none;
}
.blog .list-blog .block-blog .ct-blog p {
  color: #00a0e9;
  line-height: 1.5714285714;
  margin-top: 10px;
  font-size: 1.4rem;
}
.blog .list-blog .block-blog .ct-blog .time {
  font-size: 12px;
  margin-top: 8px;
}
.blog .textRight {
  text-align: right;
}
.blog .fLeft {
  float: left;
}
.blog .fRight {
  float: right;
}

.mt10 {
	margin-top: 10px;
}
/* honeymoon-area css ends */
.second-nav__contact, .honeymoon-nav__contact {
	overflow: hidden;
}
.conceirge-contact__detail--nav {
	margin-bottom: 8px;
	font-size: 10px;
	width: 49%;
	float: right;
}

/*おすすめ特集*/
.swiper-container-horizontal > .swiper-scrollbar {
	left: 0 !important;
	width: 100% !important;
	height: 8px !important;
}

.common_recommend_wapper {
/*	margin-top: 50px;*/
}

#SlideBanner {
	width: 974px;
}

.swiper-wrapper {
	margin-bottom: 25px;
}

.bannerCassette_content {
	width: 219px;
}

.bannerCassette_content p {
	padding-top: 10px;
	font-size: 16px;
	line-height: 1.3;
	word-wrap: break-word;
}

.bannerCassette_content p.bannerImg {
	width: 219px;
	height: auto;
}

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

.swiper-banner-container {
	position: relative;
	width: 1024px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

.swiper-banner-container .swiper-slide a{
	display:block;
}

.swiper-banner-container .swiper-slide a:hover{
	opacity:0.7;
	transition-duration: 0.3s;
	text-decoration: underline;
	color:#4c4c4c;
}

.swiper-button-prev, .swiper-button-next {
    width: 44px !important;
    height: 44px !important;
    background-size: 44px 44px !important;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	display: none;
}

/* 次ページボタンのスタイル */
.swiper-button-next {
	background-image: url(/attending/wedding/images/arrow.png) !important;
}
/* 前ページボタンのスタイル */
.swiper-button-prev {
	background-image: url(/attending/wedding/images/arrow.png) !important;
	transform: scale(-1, 1); /* 左右反転 */
}

#recaptcha div {
	margin: 0 auto;
}
#btnToTop {
    display: none;
}


#honeymoon .recommend-tour-info__wrapper {
  text-align: center;
}

#honeymoon .recommend-tour-info__title {
  font-size: 25px;
  font-weight: 500;
  font-style: italic;
  text-align: center;
  position: relative;
  display: inline-block;
  margin-top: 110px;
}

#honeymoon .recommend-tour-info__title::before,
#honeymoon .recommend-tour-info__title::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  width: 65px;
  height: 10px;
  top: 50%;
  transform: translateY(-50%);
}

#honeymoon .recommend-tour-info__title::before {
  background-image: url(/attending/wedding/images/features-l.png);
  left: -67px;
}

#honeymoon .recommend-tour-info__title::after {
  background-image: url(/attending/wedding/images/features-r.png);
  right: -75px;
}

#honeymoon .recommend-tour-info__btn {
content: '';
background-color: #fff;
background-image:
radial-gradient(#ffd863 50%, transparent 50%),
radial-gradient(#ffd863 50%, transparent 50%);
background-size: 4px 4px;
/* background-position: 0 0, 20px 20px; */
padding: 10px;
position: relative;
}

#honeymoon .recommend-tour-info__btn > a{
  font-size: 20px;
  font-weight: 600;
  font-style: italic;
  width: 506px;
  height: 90px;
  background: #ffd800;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: all 0.2s;
}
#honeymoon .recommend-tour-info__btn::after{
  content:'';
  display: inline-block;
  width: 9px;
  height: 18px;
  background: url(/attending/wedding/images/arrow-right-black.png) no-repeat;
  background-size: contain;
  margin-right: 8px;
  position: absolute;
  top: calc(50% - 18px / 2);
  right: 4%;
}
#honeymoon .recommend-tour-info__btn-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}

#honeymoon .recommend-tour-info__btn-wrapper .recommend-tour-info__btn:first-child {
  margin-right: 18px;
}

#honeymoon .recommend-tour-info__btn img {
  display: block;
  width: 30px;
  margin-right: 15px;
}