@charset "UTF-8";
/* ======================================== *\
# Design style
\* ======================================== */
/*
### Base
*/
html {
  visibility: hidden;
}

html.wf-active {
  visibility: visible;
}

body {
  font-size: 17px;
  font-family: a-otf-ryumin-pr6n, "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

h2 {
  font-size: 24px;
  line-height: 2;
  letter-spacing: .3em;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 21px;
  }
}

p {
  line-height: 2.5;
  letter-spacing: .3em;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  z-index: 3;
  font-weight: 300;
  font-style: normal;
}

@media only screen and (max-width: 767px) {
  p {
    font-size: 14px;
    line-height: 2;
  }
}

/*
### Layout
*/
.l-inner {
  position: relative;
  max-width: 1300px;
  margin: auto;
  padding: 125px 0;
}

@media only screen and (max-width: 767px) {
  .l-inner {
    padding: 50px 0;
  }
}

.l-contents, .p-section1, .p-section2, .p-section3, .p-section4, .p-section5, .p-section6 {
  max-width: 960px;
  margin: auto;
}

/*
### Contents
*/
.c-screen, .p-section3_img2::before, .p-section5_img2::before {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100%;
  background-color: rgba(212, 229, 239, 0.4);
}

/*
### Project
*/
.p-section1 {
  position: relative;
}

.p-section1_screen {
  position: absolute;
  top: calc(50% - 325px);
  width: 100%;
  height: 650px;
  background-color: #e0f1f4;
  opacity: .5;
  z-index: 2;
}

.p-section1_block1 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .p-section1_block1 {
    justify-content: space-around;
  }
}

@media only screen and (min-width: 768px) {
  .p-section1_block1_text {
    margin-bottom: -1em;
    margin-left: 75px;
  }
}

@media only screen and (max-width: 767px) {
  .p-section1_block1_text {
    margin-bottom: -4em;
  }
}

.p-section1_block1_img {
  width: 75%;
  max-width: 713px;
}

@media only screen and (max-width: 767px) {
  .p-section1_block1_img {
    width: 70%;
  }
}

.p-section1_block2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: -70px auto 0;
  padding: 150px 0;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .p-section1_block2 {
    padding: 180px 0 130px;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}

.p-section1_block2::after {
  content: '';
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100%;
  background-color: rgba(212, 229, 239, 0.4);
}

@media only screen and (min-width: 768px) {
  .p-section1_block2::after {
    left: 50%;
    transform: translateX(-50%);
  }
}

.p-section1_block2_title {
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .p-section1_block2_title {
    width: 90%;
    max-width: 440px;
    margin-bottom: 25px;
  }
  .p-section1_block2_title > img {
    width: 100%;
  }
}

.p-section1_block2_text {
  margin-right: 75px;
}

@media only screen and (max-width: 767px) {
  .p-section1_block2_text {
    margin: 25px;
  }
}

.p-section1_block3 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: -70px;
}

@media only screen and (max-width: 767px) {
  .p-section1_block3 {
    justify-content: space-around;
    align-items: flex-start;
  }
}

.p-section1_block3_text {
  margin-right: 100px;
}

@media only screen and (max-width: 767px) {
  .p-section1_block3_text {
    margin-top: 40px;
    margin-right: 0;
  }
}

.p-section1_block3_img {
  max-width: 450px;
}

@media only screen and (max-width: 767px) {
  .p-section1_block3_img {
    width: 55%;
  }
}

.p-section2 {
  margin-top: 200px;
}

@media only screen and (max-width: 767px) {
  .p-section2 {
    margin-top: 100px;
  }
}

.p-section2_block1 {
  display: flex;
  position: relative;
  align-items: flex-start;
  justify-content: space-between;
}

.p-section2_block1_img {
  width: 72%;
  max-width: 694px;
}

@media only screen and (max-width: 767px) {
  .p-section2_block1_img {
    width: 65%;
  }
}

.p-section2_block1 .p-chapter-title {
  position: absolute;
  top: 35%;
  right: 0;
  justify-content: flex-end;
  width: 35%;
  max-width: 345px;
  height: 475px;
  padding: 20px;
}

@media only screen and (max-width: 767px) {
  .p-section2_block1 .p-chapter-title {
    width: 40%;
    height: auto;
    padding: 40px 0;
  }
}

.p-section2_block2 {
  margin: 75px 0;
}

@media only screen and (max-width: 767px) {
  .p-section2_block2 {
    width: 60%;
    margin: 45px 0;
  }
}

.p-section2_block2 > p {
  margin: 0 auto;
  padding-right: 35px;
}

@media only screen and (max-width: 767px) {
  .p-section2_block2 > p {
    padding: 0;
  }
}

.p-section2_block3 {
  display: flex;
  align-items: flex-start;
}

@media only screen and (max-width: 767px) {
  .p-section2_block3 {
    margin-top: -7%;
    align-items: flex-end;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 768px) {
  .p-section2_block3_img1 {
    width: 32%;
    max-width: 307px;
    margin-top: -130px;
    margin-right: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .p-section2_block3_img1 {
    width: 40%;
  }
}

.p-section2_block3_img2 {
  width: 50%;
  max-width: 418px;
}

.p-section3 {
  margin: 230px auto 0;
}

@media only screen and (max-width: 767px) {
  .p-section3 {
    position: relative;
    margin-top: 130px;
  }
}

.p-section3 .p-chapter-title {
  width: 360px;
  height: 360px;
}

@media only screen and (max-width: 767px) {
  .p-section3 .p-chapter-title {
    width: 60%;
    max-width: 250px;
    height: auto;
    padding: 30px 0;
    justify-content: flex-start;
  }
}

.p-section3 .p-chapter-title_num {
  right: .5em;
}

@media only screen and (min-width: 768px) {
  .p-section3 .p-chapter-title_text {
    margin-left: 50px;
  }
}

.p-section3_read {
  width: 100%;
  margin: 80px 0 100px;
  padding: 0 10px;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .p-section3_read {
    min-height: 250px;
  }
}

@media only screen and (max-width: 767px) {
  .p-section3_read {
    margin: 10% 0;
  }
}

@media only screen and (max-width: 400px) {
  .p-section3_read {
    margin: 20% 0 10%;
  }
  .p-section3_read > p {
    margin: 0 auto;
  }
}

.p-section3_img1 {
  position: absolute;
  right: 0;
  margin-top: -20%;
  width: 70%;
  max-width: 861px;
}

@media only screen and (max-width: 400px) {
  .p-section3_img1 {
    margin-top: -35%;
  }
}

.p-section3_img2 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .p-section3_img2 {
    justify-content: space-around;
  }
}

.p-section3_img2::before {
  content: '';
  display: block;
  height: 135%;
  top: -55%;
}

@media only screen and (max-width: 400px) {
  .p-section3_img2::before {
    top: -80%;
    height: 170%;
  }
}

.p-section3_img2 > img:first-child {
  width: 45%;
  max-width: 416px;
}

@media only screen and (min-width: 768px) {
  .p-section3_img2 > img:first-child {
    margin-right: 80px;
  }
}

.p-section3_img2 > img:last-child {
  width: 30%;
  max-width: 238px;
}

.p-section4 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;
  margin: 180px auto 0;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .p-section4 {
    margin-top: 100px;
  }
}

.p-section4 .p-chapter-title {
  align-items: flex-end;
  justify-content: flex-end;
  width: 265px;
  height: 240px;
  position: absolute;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .p-section4 .p-chapter-title {
    justify-content: center;
    width: 50%;
    height: 180px;
  }
}

@media only screen and (max-width: 767px) {
  .p-section4 .p-chapter-title_text {
    margin-left: 40px;
  }
}

.p-section4 .p-chapter-title_text span {
  margin-right: 20px;
  margin-left: 60px;
  letter-spacing: .5em;
}

.p-section4 .p-chapter-title_text span::after {
  height: 150px;
}

@media only screen and (max-width: 767px) {
  .p-section4 .p-chapter-title_text span {
    margin-left: 20px;
    margin-right: 0;
  }
  .p-section4 .p-chapter-title_text span::after {
    height: 120px;
  }
}

.p-section4_read {
  margin: 300px auto 0;
  min-height: 16em;
}

@media only screen and (max-width: 767px) {
  .p-section4_read {
    margin: 210px auto 0;
  }
}

.p-section4_img1 {
  width: calc(100% - 265px);
}

@media only screen and (max-width: 767px) {
  .p-section4_img1 {
    width: 60%;
    margin-top: 100px;
  }
}

.p-section4_img2 {
  width: 60%;
  max-width: 595px;
  margin-top: 80px;
}

@media only screen and (max-width: 767px) {
  .p-section4_img2 {
    margin-top: 10%;
    margin-right: 20px;
  }
}

.p-section5 {
  margin: 230px auto 0;
}

@media only screen and (max-width: 767px) {
  .p-section5 {
    position: relative;
    margin-top: 130px;
  }
}

.p-section5 .p-chapter-title {
  width: 360px;
  height: 360px;
}

@media only screen and (max-width: 767px) {
  .p-section5 .p-chapter-title {
    width: 60%;
    max-width: 250px;
    height: auto;
    padding: 30px 0;
    justify-content: flex-start;
  }
}

.p-section5 .p-chapter-title_num {
  right: .5em;
}

@media only screen and (min-width: 768px) {
  .p-section5 .p-chapter-title_text {
    margin-left: 50px;
  }
}

.p-section5 .p-chapter-title_text span::after {
  height: 100%;
}

.p-section5_read {
  width: 100%;
  margin: 80px 0 120px;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .p-section5_read {
    min-height: 180px;
  }
}

@media only screen and (max-width: 767px) {
  .p-section5_read {
    margin: 10% 0;
  }
}

@media only screen and (max-width: 400px) {
  .p-section5_read {
    margin: 20% 0 10%;
  }
  .p-section5_read > p {
    margin: 0 auto;
  }
}

.p-section5_img1 {
  position: absolute;
  right: 0;
  margin-top: -20%;
  width: 70%;
  max-width: 861px;
}

@media only screen and (max-width: 400px) {
  .p-section5_img1 {
    margin-top: -35%;
  }
}

.p-section5_img2 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
}

.p-section5_img2::before {
  content: '';
  display: block;
  top: -40%;
}

@media only screen and (max-width: 400px) {
  .p-section5_img2::before {
    top: -60%;
    height: 120%;
  }
}

.p-section5_img2 > img {
  width: 45%;
  max-width: 445px;
}

.p-section5_img2_inner {
  width: 35%;
  max-width: 307px;
  margin-left: 5%;
}

.p-section5_img2_inner > img {
  width: 100%;
}

.p-section5_img2_inner > img:first-child {
  margin-bottom: 10%;
}

.p-section6 {
  margin: 230px auto 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items: flex-start;
}

@media only screen and (max-width: 767px) {
  .p-section6 {
    margin-top: 130px;
  }
}

.p-section6 .p-chapter-title {
  width: 35%;
  padding: 100px 30px;
  justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
  .p-section6 .p-chapter-title {
    justify-content: center;
    padding: 10% 0;
  }
}

.p-section6 .p-chapter-title_text {
  min-height: 350px;
}

.p-section6_read {
  margin: 80px;
  min-width: 200px;
  min-height: 250px;
}

@media only screen and (max-width: 767px) {
  .p-section6_read {
    margin: 40px;
    min-width: 140px;
    min-height: 200px;
  }
}

@media only screen and (max-width: 400px) {
  .p-section6_read {
    margin: 40px auto;
  }
}

.p-section6_img {
  position: absolute;
  left: 0;
  margin-top: 400px;
  width: 70%;
  max-width: 862px;
}

@media only screen and (max-width: 767px) {
  .p-section6_img {
    margin-top: 280px;
  }
}

@media only screen and (max-width: 400px) {
  .p-section6_img {
    width: 65%;
    left: 15px;
  }
}

.p-section7 {
  margin-top: 40%;
}

@media only screen and (max-width: 767px) {
  .p-section7 {
    margin-top: 30%;
  }
}

@media only screen and (max-width: 400px) {
  .p-section7 {
    margin-top: 20%;
  }
}

.p-section7_images {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.p-section7_images > img {
  width: calc((100% / 3) - 10px);
  height: 100%;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .p-section7_images > img {
    width: calc((100% / 2) - 10px);
  }
}

.p-section7_text {
  -ms-writing-mode: lr-tb;
      writing-mode: horizontal-tb;
  text-align: center;
  margin: 100px 0;
}

@media only screen and (max-width: 767px) {
  .p-section7_text {
    margin: 80px 0;
  }
}

@media only screen and (max-width: 400px) {
  .p-section7_text {
    margin: 50px 10px;
  }
}

.p-section7_link {
  text-align: center;
}

.p-section7_linkBtn {
  display: inline-block;
  width: calc(100% - 60px);
  max-width: 450px;
  margin: 30px;
  padding: 30px 0;
  font-size: 25px;
  letter-spacing: .2em;
  color: #fff;
  text-decoration: none;
  background-color: #8caab4;
  box-sizing: border-box;
}

.p-section7_linkBtn:hover {
  opacity: .8;
}

@media only screen and (max-width: 767px) {
  .p-section7_linkBtn {
    margin: 15px;
    padding: 15px 0;
    font-size: 20px;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 400px) {
  .p-section7_linkBtn {
    width: calc(100% - 30px);
  }
}

.p-section7_linkBtn span {
  display: block;
  margin-top: 1em;
  font-size: 15px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.p-section7_linkBtn .break {
  display: none;
}

@media only screen and (max-width: 400px) {
  .p-section7_linkBtn .break {
    display: block;
    margin: 0;
  }
}

.p-chapter-title {
  display: flex;
  align-items: center;
  background-color: #e0f1f4;
  z-index: -1;
  position: relative;
  font-family: heisei-mincho-stdn, serif;
  font-weight: 300;
  font-style: normal;
}

@media only screen and (max-width: 767px) {
  .p-chapter-title {
    justify-content: center;
  }
}

.p-chapter-title_num {
  position: absolute;
  top: -.5em;
  right: .5em;
  font-size: 65px;
  letter-spacing: .1em;
  font-family: adobe-garamond-pro, serif;
  font-weight: 300;
  font-style: normal;
}

@media only screen and (max-width: 767px) {
  .p-chapter-title_num {
    font-size: 40px;
    right: 10%;
  }
}

@media only screen and (max-width: 767px) {
  .p-chapter-title_text {
    margin-left: 15px;
  }
}

.p-chapter-title_text span {
  display: block;
  margin-left: 75px;
  font-size: 20px;
  letter-spacing: .2em;
  line-height: 2.5;
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 700;
  font-style: normal;
}

@media only screen and (max-width: 767px) {
  .p-chapter-title_text span {
    margin-left: 15px;
    font-size: 16px;
  }
}

.p-chapter-title_text span::after {
  content: '';
  display: block;
  width: 1px;
  height: 75%;
  background-color: #fff;
}

/*
### Action
*/
.js-scrollAnimation {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 2500ms;
}

.js-scrollAnimation.on {
  opacity: 1;
  transform: translate(0, 0);
}


/*  add-change 20240324  */

.p-section6_1, .p-section6_2 {
  max-width: 960px;
  margin: auto;
}

.l-inner {
  overflow-x: hidden;
}

.p-section6_1 {
  margin: 230px auto 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items: flex-start;
}

@media only screen and (max-width: 767px) {
  .p-section6_1 {
    margin-top: 80px;
  }

}

.p-section6_1 .p-chapter-title {
  width: 35%;
  padding: 100px 30px;
  justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
  .p-section6_1 .p-chapter-title {
    justify-content: center;
    padding: 10% 0;
    width: 40%;
  }
}

@media only screen and (max-width: 400px) {
  .p-section6_1 .p-chapter-title {
    justify-content: center;
    padding: 10% 0;
    width: 50%;
  }
}

.p-section6_1 .p-chapter-title_text {
  min-height: 350px;
}

.p-section6_1 .p-chapter-title_text br {
  display: none;
}

@media only screen and (max-width: 767px) {
  .p-section6_1 .p-chapter-title_text {
    min-height: 150px;
  }

  .p-section6_1 .p-chapter-title_text br {
    display: block;
    margin: 0;
  }
}

.p-section6_1_img {
  position: absolute;
  left: 0;
  margin-top: 205px;
  width: 70%;
  max-width: 840px;
}

@media only screen and (max-width: 767px) {
  .p-section6_1_img {
    margin-top: 110px;
    left: -10px;
    width: 66%;
  }
}
@media only screen and (max-width: 400px) {
  .p-section6_1_img {
    margin-top: 150px;
    left: -20px;
    width: 61%;
  }
}

.p-section6_2 {
  position: relative;
  margin: 300px auto 0;
  max-width: 960px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .p-section6_2 {
    margin-top: 24%;
  }
}

@media only screen and (max-width: 400px) {
  .p-section6_2 {
    margin-top: 30%;
  }
}

.p-section6_2 .p-section6_2_inner{
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.p-section6_2 .p-section6_2_inner .p-section6_2_read{
  padding: 0 140px 0 0;
}

@media only screen and (max-width: 767px) {
  .p-section6_2 .p-section6_2_inner{
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }
  .p-section6_2 .p-section6_2_inner .p-section6_2_img1{
    width: 50%;
    padding: 0;
    display: flex;
    justify-content: center;
  }
  .p-section6_2 .p-section6_2_inner .p-section6_2_img1 img{
    width: 100%;
    height: fit-content;
  }
  .p-section6_2 .p-section6_2_inner .p-section6_2_read{
    width: 50%;
    padding: 0;
    display: flex;
    justify-content: center;
  }
  .p-section6_2 .p-section6_2_img2{
    padding-left: 3%;
    display: block;
    margin-top: 10%;
  }
  .p-section6_2 .p-section6_2_img2 img{
    width: 100%;
    max-width: 44%;
    height: auto;
  }
}

.p-section7 {
  margin-top: 25%;
}

@media only screen and (max-width: 767px) {
  .p-section7 {
    margin-top: 25%;
  }
}

@media only screen and (max-width: 400px) {
  .p-section7 {
    margin-top: 20%;
  }
}

/*  //add-change 20240324  */

/** Reserve CTA
-------------------------------------*/
body .Reserve {
  width: 43.3vw;
  z-index: 1;
  right: 0;
}

body .Reserve .cta_inner {
  position: relative;
}

body .Reserve a {
  background: transparent;
  display: block;
  position: fixed;
  bottom: 16px;
  right: 16px;
}

body .Reserve a.pc {
  display: none;
}

body .Reserve a:hover {
  background: transparent;
  opacity: 1;
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}

body .Reserve #cta.modal {
  display: none;
  position: absolute;
  bottom: 0;
  left: -57vw;
  width: 100vw;
  background: #fff;
  -webkit-box-shadow: 0px 0px 6px 3px #ffffff;
          box-shadow: 0px 0px 6px 3px #ffffff;
  border-radius: 20px 20px 0 0;
}

body .Reserve #cta .modal__bg {
  height: 100vh;
  position: absolute;
  width: 100%;
  top: -75vw;
}

body .Reserve #cta .modal__content-cta {
  top: 50%;
  width: 100%;
}

body .Reserve #cta .modal__content-cta .information {
  color: #fff;
  padding: 40px 30px;
  border-radius: 20px 20px 0 0;
  background: #94bae3;
  background: -webkit-gradient(linear, left top, left bottom, from(#94bae3), to(#8ae8ff));
  background: linear-gradient(to bottom, #94bae3 0%, #8ae8ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#94bae3", endColorstr="#8ae8ff", GradientType=0);
}

body .Reserve #cta .modal__content-cta .information .title {
  font-size: 25px;
  line-height: 1.64;
  font-weight: bold;
  margin-bottom: 20px;
}

body .Reserve #cta .modal__content-cta .information p {
  font-size: 17px;
  line-height: 1.794;
}

body .Reserve #cta .modal__content-cta ul {
  background: #fff;
  overflow: hidden;
  width: 90%;
  margin: 0 auto 20vw;
  padding: 30px 0 0;
}

body .Reserve #cta .modal__content-cta ul li {
  float: left;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 6%;
  position: relative;
}

body .Reserve #cta .modal__content-cta ul li:nth-of-type(2n) {
  margin-right: 0;
}

body .Reserve #cta .modal__content-cta ul li a {
  display: block;
  width: 100%;
  background: #eee;
  border-bottom: 1px solid #aaa;
  font-size: 1rem;
  color: #231815;
  padding: 5px;
  font-size: 10px;
}

body .Reserve #cta .modal__content-cta ul li:after {
  content: "";
  display: block;
  background: url("/biwako/img/wedding/index/cta_arrow.png") no-repeat;
  background-size: 100%;
  width: 17px;
  height: 4px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}

body .Reserve #cta .modal__content-cta .js-modal-close-cta {
  width: 43.3vw;
  position: absolute;
  right: 0;
  bottom: 0;
}

body .Reserve #cta .modal__content-cta .js-modal-close-cta img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .Reserve {
    position: fixed;
    bottom: 0;
    left: 0;
    -ms-flex-preferred-size: 180px;
    flex-basis: 180px;
    width: 180px;
    height: 90px;
    display: table;
    z-index: 10000;
  }

  .Reserve img {
    width: 80%;
  }

  .Reserve a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 180px;
    height: 90px;
    background-color: #94bae3;
    color: #FFF;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    font-size: 14px;
    line-height: 1.71429em;
    letter-spacing: 0.15em;
  }

  .Reserve a:hover {
    background-color: #34a19e;
  }

  .Reserve a span {
    display: block;
  }

  .Reserve a .En {
    font-weight: 100;
  }

  .Reserve a .Ja {
    font-weight: bold;
  }

  body .Reserve {
    width: 263px;
    z-index: 10000;
  }

  body .Reserve .cta_inner {
    bottom: 0;
  }

  body .Reserve a {
    width: 263px;
  }

  body .Reserve a.sp {
    display: none;
  }

  body .Reserve a.pc {
    display: block;
  }

  body .Reserve a img {
    width: 100%;
  }

  body .Reserve #cta.modal {
    bottom: 100px;
    left: 10px;
    width: 330px;
    background: transparent;
    border-radius: 20px;
  }

  body .Reserve #cta .modal__bg {
    height: 0;
    top: 0;
  }

  body .Reserve #cta .modal__content-cta {
    top: 50%;
    width: 100%;
    background: #fff;
    border-radius: 20px;
  }

  body .Reserve #cta .modal__content-cta .information {
    padding: 20px 10px;
  }

  body .Reserve #cta .modal__content-cta .information .title {
    font-size: 20px;
    line-height: 1.578;
  }

  body .Reserve #cta .modal__content-cta .information p {
    font-size: 13px;
    line-height: 2.1;
  }

  body .Reserve #cta .modal__content-cta ul {
    width: 90%;
    margin: 0 auto;
    padding: 30px 0 0;
  }

  body .Reserve #cta .modal__content-cta ul li {
    float: none;
    width: 100%;
    margin-right: 0;
  }

  body .Reserve #cta .modal__content-cta ul li a {
    font-size: 14px;
    padding: 5px;
    text-align: left;
    height: auto;
  }

  body .Reserve #cta .modal__content-cta ul li:after {
    content: "";
    display: block;
    background: url("/biwako/img/wedding/index/cta_arrow.png") no-repeat;
    background-size: 100%;
    width: 17px;
    height: 4px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
  }

  body .Reserve #cta .modal__content-cta .js-modal-close-cta {
    width: 263px;
    position: absolute;
    right: unset;
    left: -10px;
    bottom: -100px;
  }
  }
