@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : component.css
 author     : Ability Consultant
 style info : 共通パーツ設定
=================================================================== */
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
.con_pgtitle {
  max-width: 1280px;
  margin: auto;
  width: 95%;
}

/*Animate */
/* -----------------------------------------------------------
	タイトル
----------------------------------------------------------- */
.base_txt_layout {
  width: 90%;
  margin-left: auto;
}
@media only screen and (min-width: 1025px) {
  .base_txt_layout {
    width: 85%;
  }
}
@media print {
  .base_txt_layout {
    width: 85%;
  }
}
.ie8 .base_txt_layout {
  width: 85%;
}
.base_txt_layout .tl_basic {
  font-family: "Playfair Display", serif;
  font-size: 300%;
  font-weight: normal;
  color: #010101;
  letter-spacing: .2em;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .base_txt_layout .tl_basic {
    font-size: 250%;
  }
}
@media only screen and (max-width: 767px) {
  .base_txt_layout .tl_basic {
    font-size: 163%;
  }
}
.base_txt_layout .tl_basic:before {
  content: "";
  background: #010101;
  width: 22%;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 100%;
  max-width: 150px;
}
@media only screen and (max-width: 1024px) {
  .base_txt_layout .tl_basic:before {
    width: 10%;
  }
}
.base_txt_layout .tl_basic > span {
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  .base_txt_layout .tl_basic > span {
    padding-left: 15px;
  }
}
.base_txt_layout .txt {
  letter-spacing: .2em;
  font-feature-settings: "palt";
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .base_txt_layout .txt {
    letter-spacing: .1em;
  }
}
@media only screen and (max-width: 767px) {
  .base_txt_layout .txt {
    letter-spacing: .1em;
  }
}
.base_txt_layout .txt:before {
  content: "";
  background: #BEA67C;
  width: 8%;
  height: 4px;
  position: absolute;
  top: .7em;
  max-width: 44px;
  right: 100%;
  margin-left: auto;
}
@media only screen and (max-width: 1024px) {
  .base_txt_layout .txt:before {
    width: 5%;
  }
}
.base_txt_layout .txt > span {
  display: inline-block;
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  .base_txt_layout .txt > span {
    padding-left: 15px;
  }
}
.base_txt_layout .txt > span.keep {
  padding-left: 0 !important;
}
@media only screen and (min-width: 1025px) {
  .base_txt_layout .txt > span.keep {
    word-break: keep-all;
    display: inline-block;
  }
}
@media print {
  .base_txt_layout .txt > span.keep {
    word-break: keep-all;
    display: inline-block;
  }
}
.ie8 .base_txt_layout .txt > span.keep {
  word-break: keep-all;
  display: inline-block;
}
.base_txt_layout .txt.nb:before {
  display: none;
}
.base_txt_layout.jp .tl_basic {
  font-family: "Playfair Display", serif;
  font-size: 188%;
}
.base_txt_layout.jp .tl_basic:before {
  top: .9em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .base_txt_layout.jp .tl_basic {
    font-size: 150%;
  }
}
@media only screen and (max-width: 767px) {
  .base_txt_layout.jp .tl_basic {
    font-size: 138%;
  }
}

.tl_basic_center {
  font-family: "Playfair Display", serif;
  font-size: 300%;
  font-weight: normal;
  color: #010101;
  letter-spacing: .1em;
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tl_basic_center {
    font-size: 250%;
  }
}
@media only screen and (max-width: 767px) {
  .tl_basic_center {
    font-size: 150%;
  }
}

.st_basic {
  font-weight: normal;
  text-align: center;
  color: #010101;
}
.st_basic .jp {
  font-family: "Playfair Display", serif;
  letter-spacing: .4em;
}
@media only screen and (max-width: 767px) {
  .st_basic .jp {
    font-size: 88%;
    letter-spacing: .2em;
  }
}
.st_basic .jp.small {
  font-size: 88%;
  letter-spacing: .2em;
}
.st_basic .en {
  display: block;
  font-family: "Playfair Display", serif;
  letter-spacing: .1em;
  font-size: 225%;
}
@media only screen and (max-width: 767px) {
  .st_basic .en {
    font-size: 144%;
    letter-spacing: .05em;
  }
}
.st_basic.bd {
  position: relative;
  padding-top: 3em;
}
@media only screen and (max-width: 767px) {
  .st_basic.bd {
    padding-top: 2em;
  }
}
.st_basic.bd:before {
  content: "";
  height: 4px;
  width: 100px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #BEA67C;
}
@media only screen and (max-width: 767px) {
  .st_basic.bd:before {
    width: 50px;
  }
}

.con_pgtitle {
  padding: 50px 0;
  padding: 50px 0;
}
.con_pgtitle.center {
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_pgtitle {
    padding: 32px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_pgtitle {
    padding: 2em 0;
  }
}
.con_pgtitle .category {
  font-family: "Playfair Display", serif;
  font-size: 113%;
  letter-spacing: .5em;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .con_pgtitle .category {
    font-size: 4vw;
  }
}
.con_pgtitle h1, .con_pgtitle h2, .con_pgtitle h3, .con_pgtitle h4 {
  font-weight: normal;
  color: #010101;
}
.con_pgtitle h1 .en, .con_pgtitle h2 .en, .con_pgtitle h3 .en, .con_pgtitle h4 .en {
  font-family: "Playfair Display", serif;
  font-size: 300%;
  text-transform: uppercase;
  letter-spacing: .1em;
}
@media only screen and (max-width: 767px) {
  .con_pgtitle h1 .en, .con_pgtitle h2 .en, .con_pgtitle h3 .en, .con_pgtitle h4 .en {
    font-size: 7vw;
    line-height: 1.3em;
  }
}
.con_pgtitle h1 .jp, .con_pgtitle h2 .jp, .con_pgtitle h3 .jp, .con_pgtitle h4 .jp {
  font-family: "Playfair Display", serif;
  font-size: 113%;
  letter-spacing: .4em;
  display: block;
}
@media only screen and (max-width: 767px) {
  .con_pgtitle h1 .jp, .con_pgtitle h2 .jp, .con_pgtitle h3 .jp, .con_pgtitle h4 .jp {
    font-size: 4vw;
  }
}
body#privacy_policy .con_pgtitle h1 .en, body#notice .con_pgtitle h1 .en {
  letter-spacing: 0;
}

/* -----------------------------------------------------------
	アニメーション
----------------------------------------------------------- */
.slideIn-top {
  -webkit-transform: translate3d(0, -5%, 0);
  transform: translate3d(0, -5%, 0);
}
.slideIn-top.inview-in {
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slideInTop;
  animation-name: slideInTop;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

.slideIn-bottom {
  -webkit-transform: translate3d(0, 5%, 0);
  transform: translate3d(0, 5%, 0);
}
.slideIn-bottom.inview-in {
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slideInBottom;
  animation-name: slideInBottom;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

.slideIn-border:before {
  opacity: 0;
}
.slideIn-border.inview-in:before {
  opacity: 1;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slideInBorderPc;
  animation-name: slideInBorderPc;
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media only screen and (max-width: 1024px) {
  .slideIn-border.inview-in:before {
    -webkit-animation-name: slideInBorder;
    animation-name: slideInBorder;
    transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  }
}

.slideIn-bordershort:before {
  opacity: 0;
}
.slideIn-bordershort.inview-in:before {
  opacity: 1;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slideInbBorderShortPc;
  animation-name: slideInbBorderShortPc;
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media only screen and (max-width: 1024px) {
  .slideIn-bordershort.inview-in:before {
    -webkit-animation-name: slideInbBorderShort;
    animation-name: slideInbBorderShort;
    transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  }
}

/* -----------------------------------------------------------

	slick slide

----------------------------------------------------------- */
.cmp_slide {
  position: relative;
  padding: 4px 0;
}
@media only screen and (max-width: 767px) {
  .cmp_slide {
    padding: 1em 0;
  }
}
.cmp_slide .slick-slide img {
  max-width: none;
  width: 100%;
}
.cmp_slide .slick-dots {
  text-align: center;
  height: 3px;
  width: 100%;
  margin-top: 8px;
}
@media only screen and (max-width: 767px) {
  .cmp_slide .slick-dots {
    height: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .cmp_slide .slick-dots {
    margin-top: 0.5em;
  }
}
.cmp_slide .slick-dots li {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
  margin: 0 8px;
}
@media only screen and (max-width: 767px) {
  .cmp_slide .slick-dots li {
    width: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .cmp_slide .slick-dots li {
    height: 16px;
  }
}
.cmp_slide .slick-dots li:first-child {
  margin-left: 0;
}
.cmp_slide .slick-dots li button {
  cursor: pointer;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  text-indent: -9999px;
  background-color: #f6f6f6;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  -o-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  border: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.cmp_slide .slick-dots li button::before {
  display: none;
}
.cmp_slide .slick-dots li.slick-active button {
  background-color: #5ea4bf;
}
@media only screen and (min-width: 768px) {
  .cmp_slide.ondot .slick-dots {
    position: absolute;
    z-index: 1;
    bottom: 5%;
  }
}
@media print {
  .cmp_slide.ondot .slick-dots {
    position: absolute;
    z-index: 1;
    bottom: 5%;
  }
}
.ie8 .cmp_slide.ondot .slick-dots {
  position: absolute;
  z-index: 1;
  bottom: 5%;
}

/* -----------------------------------------------------------

	モーダル

----------------------------------------------------------- */
.modal_detail {
  display: none;
}

.modaal-content-container {
  padding: 60px 50px 30px;
  /* -----------------------------------------------------------
  	ウェディング FAQ
  ----------------------------------------------------------- */
}
@media only screen and (max-width: 767px) {
  .modaal-content-container {
    padding: 10% 6%;
  }
}
.modaal-content-container .txt_intro {
  margin-bottom: 5%;
  color: #464646;
}
@media only screen and (max-width: 767px) {
  .modaal-content-container .txt_intro {
    font-size: 88%;
  }
}
.modaal-content-container .box_modal_f {
  margin-bottom: 7%;
}
@media only screen and (max-width: 767px) {
  .modaal-content-container .box_modal_f {
    margin-bottom: 15%;
  }
}
.modaal-content-container .box_modal_f h3 {
  font-size: 138%;
  margin-bottom: 10px;
  font-family: "Playfair Display", serif;
  color: #010101;
  letter-spacing: .3em;
}
@media only screen and (max-width: 1024px) {
  .modaal-content-container .box_modal_f h3 {
    letter-spacing: .1em;
  }
}
@media only screen and (max-width: 767px) {
  .modaal-content-container .box_modal_f h3 {
    font-size: 119%;
    margin-bottom: 5px;
    line-height: 1.3;
  }
}
.modaal-content-container .box_modal_f h3.tl_modal {
  border-bottom: 1px solid #464646;
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .modaal-content-container .box_modal_f h3.tl_modal {
    margin-bottom: 15px;
  }
}
.modaal-content-container .box_modal_f h4 {
  font-family: "Playfair Display", serif;
  font-size: 125%;
}
@media only screen and (max-width: 767px) {
  .modaal-content-container .box_modal_f h4 {
    font-size: 100%;
  }
}
.modaal-content-container .box_modal_f h4.red {
  color: #AD0003;
}
.modaal-content-container .box_modal_f h5 {
  border-top: 1px solid #464646;
  border-bottom: 1px dotted #464646;
  padding: 1em 0;
  background: #F9F7F7;
  text-align: center;
}
.modaal-content-container .box_modal_f .inner {
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  .modaal-content-container .box_modal_f .inner {
    padding-left: 0;
  }
}
.modaal-content-container .box_modal_f .txt {
  color: #464646;
  margin: 20px auto;
}
@media only screen and (max-width: 767px) {
  .modaal-content-container .box_modal_f .txt {
    font-size: 88%;
    margin: 10px auto;
  }
}
.modaal-content-container .box_modal_f .txt.date {
  text-align: right;
}
.modaal-content-container .box_modal_f .txt.red {
  color: #AD0003;
}
.modaal-content-container .box_modal_f .txt a {
  position: relative;
  color: #3a84df;
  text-decoration: underline;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 1025px) {
  .modaal-content-container .box_modal_f .txt a:hover {
    text-decoration: none;
  }
}
@media print {
  .modaal-content-container .box_modal_f .txt a:hover {
    text-decoration: none;
  }
}
.ie8 .modaal-content-container .box_modal_f .txt a:hover {
  text-decoration: none;
}
.modaal-content-container .box_modal_f ol {
  color: #464646;
  margin: 20px auto;
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  .modaal-content-container .box_modal_f ol {
    margin: 10px auto;
  }
}
.modaal-content-container .box_modal_f ol li {
  list-style-type: decimal;
  list-style-position: outside;
  margin: 7px auto;
}
@media only screen and (max-width: 767px) {
  .modaal-content-container .box_modal_f ol li {
    font-size: 88%;
  }
}
.modaal-content-container .box_modal_f .txt_attention {
  font-size: 88%;
  color: #464646;
}
@media only screen and (max-width: 767px) {
  .modaal-content-container .box_modal_f .txt_attention {
    font-size: 82%;
  }
}
.modaal-content-container .box_modal_f .box_bd {
  width: 95%;
  margin: 20px auto;
  padding: 1.5em;
  border: 1px solid #BEA67C;
}
@media only screen and (max-width: 767px) {
  .modaal-content-container .box_modal_f .box_bd {
    width: 100%;
    padding: 1em;
  }
}
.modaal-content-container .box_modal_f .box_bd dl dt {
  font-weight: bold;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .modaal-content-container .box_modal_f .box_bd dl dt {
    font-size: 88%;
  }
}
@media only screen and (max-width: 767px) {
  .modaal-content-container .box_modal_f .box_bd dl dd {
    font-size: 88%;
  }
}
.modaal-content-container .box_modal_f table {
  backface-visibility: visible;
  -webkit-backface-visibility: visible;
}
.modaal-content-container .box_modal_f table tr th, .modaal-content-container .box_modal_f table tr td {
  padding: .5em 1em;
}
@media only screen and (max-width: 767px) {
  .modaal-content-container .box_modal_f table tr th, .modaal-content-container .box_modal_f table tr td {
    display: block;
    width: 100%;
    padding: .5em;
  }
}
.modaal-content-container .box_modal_f table tr th {
  border-bottom: 1px solid #464646;
}
@media only screen and (min-width: 1025px) {
  .modaal-content-container .box_modal_f table tr th {
    width: 30%;
  }
}
@media print {
  .modaal-content-container .box_modal_f table tr th {
    width: 30%;
  }
}
.ie8 .modaal-content-container .box_modal_f table tr th {
  width: 30%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .modaal-content-container .box_modal_f table tr th {
    width: 20%;
  }
}
@media only screen and (max-width: 767px) {
  .modaal-content-container .box_modal_f table tr th {
    padding: 1em .5em 0;
    border-bottom: none;
    font-size: 94%;
  }
}
.modaal-content-container .box_modal_f table tr td {
  border-bottom: 1px solid #e2e2e2;
  color: #464646;
}
@media only screen and (max-width: 767px) {
  .modaal-content-container .box_modal_f table tr td {
    border-bottom: 1px solid #464646;
    padding-top: 0;
  }
}
.modaal-content-container .box_modal_f table tr td .txt {
  margin: 10px auto;
}
.modaal-content-container .box_modal_f table tr td ul {
  padding-left: 40px;
  margin: 10px auto;
}
@media only screen and (max-width: 767px) {
  .modaal-content-container .box_modal_f table tr td ul {
    padding-left: 20px;
  }
}
.modaal-content-container .box_modal_f table tr td ul li {
  list-style-position: outside;
  list-style-type: disc;
  color: #464646;
}
@media only screen and (max-width: 767px) {
  .modaal-content-container .box_modal_f table tr td ul li {
    font-size: 88%;
    margin-bottom: 5px;
  }
}
.modaal-content-container .box_modal_f table tr td ul li a {
  display: block;
  position: relative;
  padding-left: 25px;
  color: #3a84df;
  text-decoration: underline;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 1025px) {
  .modaal-content-container .box_modal_f table tr td ul li a:hover {
    text-decoration: none;
  }
}
@media print {
  .modaal-content-container .box_modal_f table tr td ul li a:hover {
    text-decoration: none;
  }
}
.ie8 .modaal-content-container .box_modal_f table tr td ul li a:hover {
  text-decoration: none;
}
.modaal-content-container .box_modal_f table tr td ul li a:before {
  content: "";
  background: url(../images/common/ic_pdf.svg) 0 0 no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 3px;
  left: 0;
}
.modaal-content-container .st_basic {
  padding: .5em 0;
  font-size: 1.5em;
  font-weight: 100;
  color: #5ea4bf;
  border-top: 1px solid #5ea4bf;
  border-bottom: 1px solid #5ea4bf;
}
.modaal-content-container .st_basic .en {
  color: #5ea4bf;
}
@media only screen and (max-width: 767px) {
  .modaal-content-container .st_basic .en {
    font-size: 3em;
    line-height: normal;
  }
}
@media only screen and (max-width: 767px) {
  .modaal-content-container .st_basic .jp {
    font-size: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .modaal-content-container .box_comparison {
    overflow: auto;
  }
}
@media only screen and (max-width: 767px) {
  .modaal-content-container .box_comparison .list {
    overflow: auto;
  }
}
.modaal-content-container .box_comparison table, .modaal-content-container .box_comparison td, .modaal-content-container .box_comparison th {
  border: 1px solid #5ea4bf;
  color: #5ea4bf;
  border-collapse: 5px collapse;
  text-align: center;
}
.modaal-content-container .box_comparison th {
  background: #5ea4bf;
}
.modaal-content-container .box_comparison tr.title {
  border-bottom: 2px solid #5ea4bf;
}
.modaal-content-container .box_comparison tr.title td {
  padding: 2em;
}
.modaal-content-container .box_comparison th, .modaal-content-container .box_comparison td {
  padding: 1em;
}
.modaal-content-container .box_comparison tr .blue {
  background-color: #ebf0f5;
}
.modaal-content-container .box_faq {
  margin: 30px auto 100px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .modaal-content-container .box_faq {
    margin: 30px auto 80px;
  }
}
@media only screen and (max-width: 767px) {
  .modaal-content-container .box_faq {
    margin: 0 auto 50px;
  }
}
.modaal-content-container .box_faq .wrap_faq {
  margin-bottom: 10px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .modaal-content-container .box_faq .wrap_faq {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .modaal-content-container .box_faq .wrap_faq {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .modaal-content-container .box_faq .wrap_faq {
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 20px;
  }
}
.modaal-content-container .box_faq .wrap_faq.active {
  position: static;
  visibility: visible;
}
.modaal-content-container .box_faq .wrap_faq h4 {
  margin-bottom: 14px;
  font-family: "Playfair Display", serif;
  font-weight: normal;
  font-size: 169%;
  color: #010101;
  letter-spacing: .1em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .modaal-content-container .box_faq .wrap_faq h4 {
    font-size: 157%;
  }
}
@media only screen and (max-width: 767px) {
  .modaal-content-container .box_faq .wrap_faq h4 {
    font-size: 150%;
  }
}
.modaal-content-container .box_faq .wrap_faq .que {
  position: relative;
  padding: 20px 14px;
  cursor: pointer;
  transition: .3s ease;
  background: #EFF6F8;
  border-radius: 5px;
  margin-bottom: 1px;
  display: block;
  padding-left: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .modaal-content-container .box_faq .wrap_faq .que {
    padding: 20px 14px;
  }
}
@media only screen and (max-width: 767px) {
  .modaal-content-container .box_faq .wrap_faq .que {
    padding: 14px 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .modaal-content-container .box_faq .wrap_faq .que {
    padding-left: 69px;
  }
}
@media only screen and (max-width: 767px) {
  .modaal-content-container .box_faq .wrap_faq .que {
    padding-left: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .modaal-content-container .box_faq .wrap_faq .que {
    padding-right: 30px;
  }
}
.modaal-content-container .box_faq .wrap_faq .que::before {
  content: 'Q';
  position: absolute;
  top: 1px;
  left: 22px;
  color: #464646;
  font-size: 200%;
  font-family: "Playfair Display", serif;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .modaal-content-container .box_faq .wrap_faq .que::before {
    top: 3px;
  }
}
@media only screen and (max-width: 767px) {
  .modaal-content-container .box_faq .wrap_faq .que::before {
    top: 3px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .modaal-content-container .box_faq .wrap_faq .que::before {
    left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .modaal-content-container .box_faq .wrap_faq .que::before {
    left: 13px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .modaal-content-container .box_faq .wrap_faq .que::before {
    font-size: 188%;
  }
}
@media only screen and (max-width: 767px) {
  .modaal-content-container .box_faq .wrap_faq .que::before {
    font-size: 175%;
  }
}
.modaal-content-container .box_faq .wrap_faq .que:hover {
  opacity: .8;
}
.modaal-content-container .box_faq .wrap_faq .que:after {
  content: "+";
  line-height: 3;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 3em;
  height: 3em;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  text-align: center;
  font-size: 124%;
}
@media only screen and (max-width: 767px) {
  .modaal-content-container .box_faq .wrap_faq .que:after {
    right: -1%;
  }
}
.modaal-content-container .box_faq .wrap_faq .que.active:after {
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -o-transform: rotate(315deg);
  transform: rotate(315deg);
}
.modaal-content-container .box_faq .wrap_faq .ans {
  position: relative;
  margin-bottom: 20px;
  padding: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .modaal-content-container .box_faq .wrap_faq .ans {
    padding: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .modaal-content-container .box_faq .wrap_faq .ans {
    padding: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .modaal-content-container .box_faq .wrap_faq .ans {
    padding: 15px;
  }
}
.modaal-content-container .box_faq .wrap_faq .ans::before {
  content: 'A';
  position: absolute;
  top: 6px;
  left: 24px;
  color: #464646;
  font-size: 200%;
  font-family: "Playfair Display", serif;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .modaal-content-container .box_faq .wrap_faq .ans::before {
    top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .modaal-content-container .box_faq .wrap_faq .ans::before {
    top: 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .modaal-content-container .box_faq .wrap_faq .ans::before {
    left: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .modaal-content-container .box_faq .wrap_faq .ans::before {
    left: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .modaal-content-container .box_faq .wrap_faq .ans::before {
    font-size: 175%;
  }
}
.modaal-content-container .box_faq .wrap_faq .ans .txt {
  display: block;
  padding-left: 57px;
  padding-top: 9px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .modaal-content-container .box_faq .wrap_faq .ans .txt {
    padding-left: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .modaal-content-container .box_faq .wrap_faq .ans .txt {
    padding-left: 31px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .modaal-content-container .box_faq .wrap_faq .ans .txt {
    padding-top: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .modaal-content-container .box_faq .wrap_faq .ans .txt {
    padding-top: 6px;
  }
}
.modaal-content-container .box_faq .wrap_faq .ans .txt a {
  text-decoration: underline;
}
.modaal-content-container .box_faq .wrap_faq .ans .txt a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .modaal-content-container .box_faq .wrap_faq .ans .txt {
    padding-top: 4px;
  }
}
.modaal-content-container .box_faq .wrap_faq .ans .txt table {
  width: 100% !important;
}
.modaal-content-container .box_faq .wrap_faq .ans .btn {
  margin-top: 30px;
  margin-left: 55px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .modaal-content-container .box_faq .wrap_faq .ans .btn {
    margin-top: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .modaal-content-container .box_faq .wrap_faq .ans .btn {
    margin-top: 5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .modaal-content-container .box_faq .wrap_faq .ans .btn {
    margin-left: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .modaal-content-container .box_faq .wrap_faq .ans .btn {
    margin-left: 31px;
  }
}
.modaal-content-container .box_faq .wrap_faq .ans .btn p {
  margin-right: 30px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .modaal-content-container .box_faq .wrap_faq .ans .btn p {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .modaal-content-container .box_faq .wrap_faq .ans .btn p {
    margin-right: 5%;
  }
}
.modaal-content-container .box_faq .wrap_faq .ans .btn p a span {
  text-align: center;
  padding: 0;
  padding: 1rem 2rem;
}
@media only screen and (max-width: 767px) {
  .modaal-content-container .box_faq .wrap_faq .ans .btn p a span {
    padding: .5em 1em;
  }
}

@media only screen and (max-width: 767px) {
  .modaal-close {
    right: 10px;
  }
}
.modaal-close:before, .modaal-close:after {
  width: 2px;
  background: #BEA67C;
}

/* -----------------------------------------------------------
	アコーディオン
----------------------------------------------------------- */
.accordion.all {
  cursor: pointer;
  position: relative;
}
.accordion.all.active:after {
  border-radius: 0%;
  background: #eadfac;
}
.accordion.all + * {
  display: none;
}

@media only screen and (min-width: 768px) {
  .accordion.sp_only {
    font-weight: bold;
  }
  .accordion.sp_only + * {
    display: block !important;
  }
}
@media print {
  .accordion.sp_only {
    font-weight: bold;
  }
  .accordion.sp_only + * {
    display: block !important;
  }
}
.ie8 .accordion.sp_only {
  font-weight: bold;
}
.ie8 .accordion.sp_only + * {
  display: block !important;
}
@media only screen and (max-width: 767px) {
  .accordion.sp_only {
    cursor: pointer;
    position: relative;
  }
  .accordion.sp_only.active:after {
    border-radius: 0%;
    background: #eadfac;
  }
  .accordion.sp_only + * {
    display: none;
  }
}

/* -----------------------------------------------------------
	ボタン
----------------------------------------------------------- */
.btn_basic {
  text-align: center;
  transition: all .35s ease-in-out .35s;
}
.btn_basic a {
  background: #fff;
  padding: 2px;
  display: block;
  position: relative;
  overflow: hidden;
  transition: all .35s ease-in-out .35s;
  max-width: 300px;
  margin: 0 auto;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.btn_basic a:after {
  content: "";
  bottom: -100%;
  right: -100%;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #D3AD6F;
  transition: all .35s ease-in-out .5s;
}
.btn_basic a:before {
  content: "";
  top: -100%;
  left: -100%;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #D3AD6F;
  transition: all .35s ease-in-out .5s;
}
.btn_basic a > span {
  display: block;
  color: #D3AD6F;
  padding: 1em;
  letter-spacing: .2em;
  background: #fff;
  position: relative;
  transition: all .35s ease-in-out .35s;
  z-index: 10;
}
@media only screen and (min-width: 1025px) {
  .btn_basic a:hover:after {
    transition: all ease-in-out .35s;
    right: 0;
    bottom: 0;
  }
  .btn_basic a:hover:before {
    left: 0;
    top: 0;
    transition: all ease-in-out .35s;
  }
  .btn_basic a:hover > span {
    background: #D3AD6F;
    color: #fff !important;
    transition: all .35s ease-in-out .35s;
  }
}
@media print {
  .btn_basic a:hover:after {
    transition: all ease-in-out .35s;
    right: 0;
    bottom: 0;
  }
  .btn_basic a:hover:before {
    left: 0;
    top: 0;
    transition: all ease-in-out .35s;
  }
  .btn_basic a:hover > span {
    background: #D3AD6F;
    color: #fff !important;
    transition: all .35s ease-in-out .35s;
  }
}
.ie8 .btn_basic a:hover:after {
  transition: all ease-in-out .35s;
  right: 0;
  bottom: 0;
}
.ie8 .btn_basic a:hover:before {
  left: 0;
  top: 0;
  transition: all ease-in-out .35s;
}
.ie8 .btn_basic a:hover > span {
  background: #D3AD6F;
  color: #fff !important;
  transition: all .35s ease-in-out .35s;
}
.btn_basic.blue a {
  background: #5ea4bf;
}
.btn_basic.blue a:after {
  background: #D3AD6F;
}
.btn_basic.blue a:before {
  background: #D3AD6F;
}
.btn_basic.blue a > span {
  background: #5ea4bf;
  color: #fff;
}
@media only screen and (min-width: 1025px) {
  .btn_basic.blue a:hover > span {
    background: #D3AD6F;
    color: #fff !important;
  }
}
@media print {
  .btn_basic.blue a:hover > span {
    background: #D3AD6F;
    color: #fff !important;
  }
}
.ie8 .btn_basic.blue a:hover > span {
  background: #D3AD6F;
  color: #fff !important;
}
.btn_basic.gold a {
  background: #D3AD6F;
}
.btn_basic.gold a:after {
  background: #5ea4bf;
}
.btn_basic.gold a:before {
  background: #5ea4bf;
}
.btn_basic.gold a > span {
  background: #D3AD6F;
  color: #fff;
}
@media only screen and (min-width: 1025px) {
  .btn_basic.gold a:hover > span {
    background: #5ea4bf;
    color: #fff !important;
  }
}
@media print {
  .btn_basic.gold a:hover > span {
    background: #5ea4bf;
    color: #fff !important;
  }
}
.ie8 .btn_basic.gold a:hover > span {
  background: #5ea4bf;
  color: #fff !important;
}
.btn_basic.gray a {
  background: #646464;
}
.btn_basic.gray a:after {
  background: #343434;
}
.btn_basic.gray a:before {
  background: #343434;
}
.btn_basic.gray a > span {
  background: #646464;
  color: #fff;
}
@media only screen and (min-width: 1025px) {
  .btn_basic.gray a:hover > span {
    background: #343434;
    color: #fff !important;
  }
}
@media print {
  .btn_basic.gray a:hover > span {
    background: #343434;
    color: #fff !important;
  }
}
.ie8 .btn_basic.gray a:hover > span {
  background: #343434;
  color: #fff !important;
}

.btn_more {
  margin-top: 30px;
  padding-left: 24px;
}
@media only screen and (max-width: 767px) {
  .btn_more {
    padding-left: 15px;
    margin: 5% 0;
  }
}
.btn_more a {
  display: inline-block;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .btn_more a:hover:before {
    left: 40px;
  }
  .btn_more a:hover:after {
    left: 20px;
  }
}
@media print {
  .btn_more a:hover:before {
    left: 40px;
  }
  .btn_more a:hover:after {
    left: 20px;
  }
}
.ie8 .btn_more a:hover:before {
  left: 40px;
}
.ie8 .btn_more a:hover:after {
  left: 20px;
}
.btn_more a:after {
  content: "";
  position: absolute;
  left: 16px;
  top: 16px;
  background: #5ea4bf;
  width: 24px;
  height: 1px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  .btn_more a:after {
    top: 12px;
    width: 20px;
    left: 12px;
  }
}
.btn_more a span {
  display: block;
  padding-left: 48px;
  padding-top: 4px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .btn_more a span {
    padding-top: 6px;
    padding-left: 40px;
    line-height: 1.3;
  }
}
.btn_more a span:before {
  content: "";
  border: 1px solid #7d7d7d;
  width: 32px;
  height: 32px;
  line-height: 32px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .btn_more a span:before {
    width: 24px;
    height: 24px;
  }
}
.btn_more.white a {
  color: white;
  transition: color .3s ease-out;
}
.btn_more.white a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.btn_more.white a span:before {
  border: 1px solid #fff;
}

.btn_more2 {
  padding-left: 30px;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .btn_more2 {
    padding-left: 15px;
    margin: 5% 0;
  }
}
.btn_more2 a {
  display: inline-block;
  position: relative;
  font-family: "Playfair Display", serif;
}
@media only screen and (min-width: 1025px) {
  .btn_more2 a:hover:before {
    left: 64px;
  }
  .btn_more2 a:hover:after {
    left: 30px;
  }
}
@media print {
  .btn_more2 a:hover:before {
    left: 64px;
  }
  .btn_more2 a:hover:after {
    left: 30px;
  }
}
.ie8 .btn_more2 a:hover:before {
  left: 64px;
}
.ie8 .btn_more2 a:hover:after {
  left: 30px;
}
.btn_more2 a:before {
  content: "";
  width: 4px;
  height: 4px;
  border-top: 1px solid #BEA67C;
  border-right: 1px solid #BEA67C;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 44px;
  top: 28px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  .btn_more2 a:before {
    top: 18px;
    left: 30px;
  }
}
.btn_more2 a:after {
  content: "";
  position: absolute;
  left: 10px;
  top: 30px;
  background: #BEA67C;
  width: 40px;
  height: 1px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  .btn_more2 a:after {
    top: 20px;
    width: 26px;
  }
}
.btn_more2 a span {
  display: block;
  padding-left: 80px;
  padding-top: 20px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .btn_more2 a span {
    padding-top: 10px;
    padding-left: 50px;
    line-height: 1.3;
  }
}
.btn_more2 a span:before {
  content: "";
  border: 1px solid #464646;
  width: 60px;
  height: 60px;
  line-height: 60px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .btn_more2 a span:before {
    width: 40px;
    height: 40px;
  }
}

.btn_rsv a {
  display: inline-block;
  position: relative;
  font-family: "Playfair Display", serif;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.btn_rsv a:after {
  content: "";
  background: url(../images/common/logo_symbol.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 24px;
  left: 24px;
  width: 33px;
  height: 33px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  .btn_rsv a:after {
    top: 16px;
    left: 16px;
    width: 18px;
    height: 18px;
  }
}
.btn_rsv a:before {
  content: "";
  background: #5ea4bf;
  width: 80px;
  height: 80px;
  line-height: 80px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
@media only screen and (max-width: 767px) {
  .btn_rsv a:before {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .btn_rsv a:hover:after {
    transform: scale(0.9);
  }
  .btn_rsv a:hover:before {
    background: #90939f;
  }
}
@media print {
  .btn_rsv a:hover:after {
    transform: scale(0.9);
  }
  .btn_rsv a:hover:before {
    background: #90939f;
  }
}
.ie8 .btn_rsv a:hover:after {
  transform: scale(0.9);
}
.ie8 .btn_rsv a:hover:before {
  background: #90939f;
}
.btn_rsv a span {
  display: block;
  text-transform: uppercase;
  padding-left: 20px;
  font-family: "Playfair Display", serif;
  font-size: 88%;
  letter-spacing: .1em;
}
@media only screen and (max-width: 767px) {
  .btn_rsv a span {
    padding-left: 1em;
    font-size: 94%;
    line-height: 1.3;
  }
}

.btn_style_line a {
  display: inline-block;
  border: 1px solid #707070;
  padding: 0.6em 1.5em;
  transition: opacity 300ms ease-out;
  margin-bottom: 0.5em;
}
.btn_style_line a:hover {
  opacity: .6;
}
@media only screen and (max-width: 767px) {
  .btn_style_line a {
    display: block;
    padding: 1em 0;
    width: 80%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

.tbl_basic {
  width: 100%;
}
.tbl_basic tr {
  border-bottom: 1px solid #DBDBDB;
}
.tbl_basic tr:first-child {
  border-top: 1px solid #DBDBDB;
}
.tbl_basic tr th {
  font-weight: normal;
  padding: 0.5rem 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tbl_basic tr th {
    padding: 0.5rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .tbl_basic tr th {
    padding: 0.4rem 0;
  }
}
.tbl_basic tr td {
  text-align: right;
  padding: 0.5rem;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tbl_basic tr td {
    padding: 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .tbl_basic tr td {
    padding: 0.4rem;
  }
}
