@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

common

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ----pc,sp表示切替---- */
.sp {
  display: block !important;
}

.pc {
  display: none !important;
}

@media (min-width: 740px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
}
.serif {
  font-family: "Noto Serif JP", serif;
}

.txt_c {
  display: block !important;
  text-align: center !important;
}

.txt_r {
  display: block !important;
  text-align: right !important;
}

.fnt10 {
  font-size: 1rem;
}

.fnt12 {
  font-size: 1.2rem;
}

.fnt13 {
  font-size: 1.3rem;
}

.fnt14 {
  font-size: 1.4rem;
}
.fnt14.spfnt {
  font-size: 1.2rem;
}
@media (min-width: 740px) {
  .fnt14.spfnt {
    font-size: 1.4rem;
  }
}

.fnt16 {
  font-size: 1.6rem;
}
.fnt16.spfnt {
  font-size: 1.4rem;
}
@media (min-width: 740px) {
  .fnt16.spfnt {
    font-size: 1.6rem;
  }
}
.fnt16 .txtList li {
  font-size: 1.4rem;
}
@media screen and (min-width: 740px) {
  .fnt16 .txtList li {
    font-size: 1.6rem;
  }
}
.fnt16 .numList li {
  font-size: 1.4rem;
}
@media screen and (min-width: 740px) {
  .fnt16 .numList li {
    font-size: 1.6rem;
  }
}

.fnt18 {
  font-size: 1.8rem;
}
.fnt18.spfnt {
  font-size: 1.6rem;
}
@media (min-width: 740px) {
  .fnt18.spfnt {
    font-size: 1.8rem;
  }
}

.fnt20 {
  font-size: 2rem;
}
.fnt20.spfnt {
  font-size: 1.8rem;
}
@media (min-width: 740px) {
  .fnt20.spfnt {
    font-size: 2rem;
  }
}

.fnt22 {
  font-size: 2.2rem;
}
.fnt22.spfnt {
  font-size: 2rem;
}
@media (min-width: 740px) {
  .fnt22.spfnt {
    font-size: 2.2rem;
  }
}

.lineheight2 {
  line-height: 2;
}

.txt--w {
  color: #fff;
}

.txt--br {
  color: #C5955B;
}

.btn-pink a {
  background: #fff !important;
  border: 1px solid #d16d83 !important;
}

.bg--w {
  background: #fff;
  padding: 15px 20px;
}

.indent1 {
  text-indent: -1em;
  padding-left: 1em;
}

@media (min-width: 740px) {
  .pc-txtCenter p {
    text-align: center !important;
  }
}

@media (min-width: 740px) {
  .pc-txtRight p {
    text-align: right !important;
  }
}

.contentsInr {
  padding: 0 !important;
}
.contentsInr a {
  text-decoration: none !important;
  transition: all 0.3s;
}
.contentsInr a:hover {
  opacity: 0.6;
}

@media (min-width: 740px) {
  .contentsInr {
    width: 100% !important;
    font-family: "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "MS UI Gothic", "Tahoma", "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
  }
}
.pageTtl {
  margin-bottom: 0 !important;
}

.no-point a {
  pointer-events: none;
  opacity: 0.8;
}

/* ----sec---- */
.sec {
  font-family: "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "MS UI Gothic", "Tahoma", "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
  padding-bottom: 50px;
}
@media screen and (min-width: 740px) {
  .sec {
    padding-bottom: 100px;
  }
}

.inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 15px;
}

.sec-slider ul li {
  pointer-events: none;
}
.sec-slider ul li a {
  pointer-events: none;
}

.top-info .top-info__img_01 {
  max-width: 460px;
  margin: auto;
}
.top-info .top-info__data {
  font-size: 1.6rem;
  border-bottom: 1px solid #000;
  padding-bottom: 4px;
  width: fit-content;
  margin: auto;
}
@media screen and (min-width: 740px) {
  .top-info .top-info__data {
    font-size: 2.4rem;
  }
}
.top-info .top-info__tab--ttl p {
  color: #868686;
  position: relative;
}
.top-info .top-info__tab--ttl p::before {
  content: "";
  background: #868686;
  width: 70%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top-info .top-info__tab--ttl p b {
  background: #fff;
  position: relative;
  padding: 0 20px;
}
.top-info .top-info__tab--ttl p b::before {
  content: "";
  background: #868686;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.top-info .top-info__tab--ttl p b::after {
  content: "";
  background: #868686;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.top-info .top-info__tab--list ul li {
  background: none;
}
.top-info .top-info__tab--list ul li a {
  font-size: 1.8rem;
  font-weight: 400;
  background: none !important;
  color: #333;
  position: relative;
}
@media screen and (min-width: 740px) {
  .top-info .top-info__tab--list ul li a {
    font-size: 2.4rem;
  }
}
.top-info .top-info__tab--list ul li a span::after {
  content: none;
}
.top-info .top-info__tab--list ul li a::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #333333;
  border-right: 0;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.top-info .top-info__tab--list ul li.current a {
  color: #D06C81;
}
.top-info .top-info__tab--list ul li.current a::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #D06C81;
  border-right: 0;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
}
.top-info .top-info__tab--list ul li.current::after {
  content: none;
}
.top-info .top-info__box {
  width: 100%;
  height: auto;
  margin: 0 auto 60px;
  padding: 25px 20px;
  background-image: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/oka/photo-wedding/img_sites/bg_top-info_01.jpg), url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/oka/photo-wedding/img_sites/bg_top-info_03.jpg), url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/oka/photo-wedding/img_sites/bg_top-info_02.jpg);
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-position: top, bottom, center;
  background-size: contain;
}
@media screen and (min-width: 740px) {
  .top-info .top-info__box {
    padding: 60px 70px;
  }
}
.top-info .top-info__box .top-info__box--ttl {
  font-size: 1.6rem;
  background-color: #D1A975;
  padding: 8px 10px;
  color: #fff;
}
@media screen and (min-width: 740px) {
  .top-info .top-info__box .top-info__box--ttl {
    font-size: 2rem;
    padding: 10px 25px;
  }
}
.top-info .top-info__box .top-info__box--ttl p .fcWT {
  background: #fff;
  color: #D1A975 !important;
  padding: 3px 10px;
  font-size: 15px;
  margin-right: 10px;
  border-radius: 30px;
}
@media screen and (min-width: 740px) {
  .top-info .top-info__box .top-info__box--ttl p .fcWT {
    padding: 4px 25px 3px;
    font-size: 1.5rem;
    margin-right: 25px;
  }
}
.top-info .top-info__box .top-info__box--detail {
  border: 6px solid #D1A975;
  padding: 15px 10px;
  margin-top: 10px;
}
@media screen and (min-width: 740px) {
  .top-info .top-info__box .top-info__box--detail {
    padding: 15px;
  }
}
@media screen and (min-width: 740px) {
  .top-info .top-info__box .top-info__box--detail .colWrap .col:first-of-type {
    width: calc(42% - 15px);
  }
}
.top-info .top-info__box .top-info__box--detail .colWrap .col:last-of-type {
  position: relative;
  padding-left: 90px;
}
@media screen and (min-width: 740px) {
  .top-info .top-info__box .top-info__box--detail .colWrap .col:last-of-type {
    padding-left: 0;
    width: calc(58% - 15px);
  }
}
.top-info .top-info__box .top-info__box--detail .colWrap .col:last-of-type > div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.top-info .top-info__box .top-info__box--detail .colWrap .col:last-of-type > div > div:nth-of-type(1) {
  width: fit-content;
  margin-right: 15px;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 740px) {
  .top-info .top-info__box .top-info__box--detail .colWrap .col:last-of-type > div > div:nth-of-type(1) {
    position: inherit;
  }
}
.top-info .top-info__box .top-info__box--detail .colWrap .col:last-of-type > div > div:nth-of-type(1) .circle {
  color: #fff;
  background-color: #D1A975;
  font-size: 1.6rem;
  font-weight: bold;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  text-align: center;
  line-height: 76px;
}
@media screen and (min-width: 740px) {
  .top-info .top-info__box .top-info__box--detail .colWrap .col:last-of-type > div > div:nth-of-type(1) .circle {
    width: 84px;
    height: 84px;
    line-height: 84px;
  }
}
.top-info .top-info__box .top-info__box--detail .colWrap .col:last-of-type > div > div:nth-of-type(2) {
  width: fit-content;
  margin-right: 10px;
}
.top-info .top-info__box .top-info__box--detail .colWrap .col:last-of-type > div > div:nth-of-type(2) .days {
  color: #D1A975;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (min-width: 740px) {
  .top-info .top-info__box .top-info__box--detail .colWrap .col:last-of-type > div > div:nth-of-type(2) .days {
    font-size: 2.5rem;
  }
}
.top-info .top-info__box .top-info__box--detail .colWrap .col:last-of-type > div > div:nth-of-type(3) {
  width: fit-content;
}
.top-info .top-info__box .top-info__box--detail .colWrap .col:last-of-type > div > div:nth-of-type(3) .price {
  font-weight: bold;
  background: linear-gradient(transparent 65%, #FFFF00 65%);
  line-height: 1.1;
  margin-bottom: 5px;
  font-size: 2rem;
}
@media screen and (min-width: 740px) {
  .top-info .top-info__box .top-info__box--detail .colWrap .col:last-of-type > div > div:nth-of-type(3) .price {
    font-size: 2.8rem;
  }
}
.top-info .top-info__box .top-info__box--detail .colWrap .col:last-of-type > div > div:nth-of-type(3) .price strong .fs2L {
  font-size: 3.4rem !important;
}
@media screen and (min-width: 740px) {
  .top-info .top-info__box .top-info__box--detail .colWrap .col:last-of-type > div > div:nth-of-type(3) .price strong .fs2L {
    font-size: 4rem !important;
  }
}
.top-info .top-info__box .top-info__box--detail .btm-txt {
  font-size: 1.1rem;
}
@media screen and (min-width: 740px) {
  .top-info .top-info__box .top-info__box--detail .btm-txt {
    font-size: 1.4rem;
  }
}
.top-info .top-info__box .top-info__box--detail .btm-txt br {
  display: none;
}
@media screen and (min-width: 740px) {
  .top-info .top-info__box .top-info__box--detail .btm-txt br {
    display: block;
  }
}
.top-info .top-info__box .top-info__box--btm-txt {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (min-width: 740px) {
  .top-info .top-info__box .top-info__box--btm-txt {
    font-size: 2.4rem;
  }
}
.top-info .top-info__box .top-info__box--btm-border {
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
}
@media screen and (min-width: 740px) {
  .top-info .top-info__box .top-info__box--btm-border {
    font-size: 2.2rem;
    line-height: 2.4;
    background-image: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/oka/photo-wedding/img_sites/line_top-info_01.png);
    background-repeat: no-repeat;
    background-position: bottom;
  }
}
.top-info .top-info__box .top-info__box--btm-border p {
  display: inline;
  padding: 0 0 15px;
  background-image: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/oka/photo-wedding/img_sites/line_top-info_01_sp.jpg), url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/oka/photo-wedding/img_sites/line_top-info_03_sp.jpg), url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/oka/photo-wedding/img_sites/line_top-info_02_sp.jpg);
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: left, right, center;
}
@media screen and (min-width: 740px) {
  .top-info .top-info__box .top-info__box--btm-border p {
    display: block;
    padding: 0 0 4px;
    background-image: none;
  }
}
.top-info .top-info__box .top-info__box--btn a {
  background: #D1A975;
  color: #fff;
  font-size: 1.4rem;
}
@media screen and (min-width: 740px) {
  .top-info .top-info__box .top-info__box--btn a {
    font-size: 1.6rem;
  }
}

.interview .colWrap {
  background-image: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/oka/photo-wedding/img_sites/bg_interview_sp_01.jpg), url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/oka/photo-wedding/img_sites/bg_interview_sp_03.jpg), url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/oka/photo-wedding/img_sites/bg_interview_sp_02.jpg);
  width: 100%;
  height: auto;
  background-position: top, bottom, center;
  background-repeat: no-repeat, no-repeat, repeat-y;
  padding: 25px 15px;
  background-size: contain;
}
@media screen and (min-width: 740px) {
  .interview .colWrap {
    background-image: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/oka/photo-wedding/img_sites/img_interview_02.png);
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 15px 15px 15px 20px;
    align-items: center;
  }
}
@media screen and (min-width: 740px) {
  .interview .colWrap .col:first-of-type {
    width: calc(30% - 10px);
  }
}
@media screen and (min-width: 740px) {
  .interview .colWrap .col:last-of-type {
    width: calc(70% - 10px);
    margin-left: 20px;
  }
}
.interview .interview__ttl .ttlLv1 {
  margin: 0;
  padding: 0;
}
.interview .interview__ttl .ttlLv1 .heading {
  font-size: 1.8rem;
  color: #D06C81;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 481px) {
  .interview .interview__ttl .ttlLv1 .heading {
    font-size: 2.4rem;
  }
}
.interview .interview__btn a {
  border: 2px solid #D06C81;
  color: #000269;
  font-size: 1.6rem;
  padding: 15px 37px;
  background: none;
  font-weight: 400;
}

.voice .voice__ttl .ttlLv1 .heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 2.2rem;
  color: #A38E72;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 740px) {
  .voice .voice__ttl .ttlLv1 .heading {
    font-size: 2.6rem;
  }
}
.voice .voice__ttl .ttlLv1 .heading .voice__ttl--img {
  max-width: 300px;
  margin-bottom: 20px;
}
.voice .voice__box {
  border: 1px solid #989999;
  padding: 20px 15px 40px;
  overflow-y: scroll;
  max-height: 370px;
}
@media screen and (min-width: 481px) {
  .voice .voice__box {
    max-height: 320px;
    padding: 40px 20px 50px;
  }
}
.voice .voice__box .colWrap {
  max-width: 800px;
  margin: 0 auto;
  align-items: center;
}
.voice .voice__box .colWrap .col:first-of-type {
  width: calc(32% - 15px);
}
@media screen and (min-width: 740px) {
  .voice .voice__box .colWrap .col:first-of-type {
    width: calc(20% - 15px);
  }
}
.voice .voice__box .colWrap .col:last-of-type {
  width: calc(68% - 15px);
  margin-left: 30px;
}
@media screen and (min-width: 740px) {
  .voice .voice__box .colWrap .col:last-of-type {
    width: calc(80% - 15px);
  }
}
.voice .voice__box .voice__txt {
  font-size: 1.4rem;
}
@media screen and (min-width: 740px) {
  .voice .voice__box .voice__txt {
    font-size: 1.8rem;
  }
}
.voice .voice__box .fukidashi {
  position: relative;
  width: 100%;
  min-height: 80px;
  background: #EBD7D9;
  box-shadow: -5px 5px 0px #d2d2d2;
  padding: 10px 15px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
@media screen and (min-width: 740px) {
  .voice .voice__box .fukidashi {
    padding: 15px 20px;
  }
}
.voice .voice__box .fukidashi > div {
  float: none !important;
}
.voice .voice__box .fukidashi::after {
  content: "";
  position: absolute;
  border-top: 10px solid transparent;
  border-right: 22px solid #EBD7D9;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  right: 100%;
  bottom: 50%;
  transform: translateY(50%);
  z-index: 2;
}
@media screen and (min-width: 740px) {
  .voice .voice__box .fukidashi::after {
    border-top: 10px solid #EBD7D9;
    border-right: 10px solid #EBD7D9;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    right: 100%;
    bottom: 20px;
    transform: translateY(0);
  }
}
.voice .voice__box .fukidashi::before {
  content: "";
  position: absolute;
  border-top: 10px solid transparent;
  border-right: 22px solid #d2d2d2;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  right: 100%;
  bottom: 45%;
  transform: translateY(50%);
  z-index: 1;
}
@media screen and (min-width: 740px) {
  .voice .voice__box .fukidashi::before {
    border-top: 10px solid #d2d2d2;
    border-right: 10px solid #d2d2d2;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    right: 100%;
    bottom: 12px;
    transform: translateY(0);
  }
}
.voice .voice__btm-img {
  max-width: 510px;
  margin: auto;
}

.sec_ttl .ttlLv1 .heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-size: 2.2rem !important;
  font-weight: 500;
  position: relative;
  color: #525252;
  letter-spacing: 2px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 740px) {
  .sec_ttl .ttlLv1 .heading {
    font-size: 3.6rem !important;
  }
}
.sec_ttl .ttlLv1 .heading img {
  max-width: 260px;
}
@media screen and (min-width: 481px) {
  .sec_ttl .ttlLv1 .heading img {
    max-width: 320px;
  }
}
.sec_ttl .ttlLv1 .heading::after {
  content: "";
  background: #a98023;
  width: 80px;
  height: 3px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 740px) {
  .sec_ttl .ttlLv1 .heading::after {
    height: 6px;
    bottom: -30px;
  }
}

.photoweddingplan .photoweddingplan__sub-ttl .ttlLv2 {
  text-align: left;
  margin-bottom: 0;
}
@media screen and (min-width: 740px) {
  .photoweddingplan .photoweddingplan__sub-ttl .ttlLv2 {
    margin-bottom: 10px;
  }
}
.photoweddingplan .photoweddingplan__sub-ttl .ttlLv2 .heading {
  font-weight: 400;
  color: #5C5452;
  letter-spacing: 15px;
}
@media screen and (min-width: 740px) {
  .photoweddingplan .photoweddingplan__sub-ttl .ttlLv2 .heading {
    margin-left: 20px;
  }
}

.select-plan .select-plan__ttl .ttlLv1 .heading img {
  max-width: 210px;
}
.select-plan .select-plan__box {
  width: 100%;
  height: auto;
  margin-top: 40px;
  padding: 15px 15px 25px;
  position: relative;
  background-image: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/oka/photo-wedding/img_sites/bg_select-plan_01_sp.jpg), url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/oka/photo-wedding/img_sites/bg_select-plan_03_sp.jpg), url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/oka/photo-wedding/img_sites/bg_select-plan_02_sp.jpg);
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-position: top center, bottom center, center;
  background-size: contain;
}
@media screen and (min-width: 740px) {
  .select-plan .select-plan__box {
    margin-top: 100px;
    padding: 52px 45px 40px;
    position: relative;
    background-image: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/oka/photo-wedding/img_sites/bg_select-plan_01.jpg), url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/oka/photo-wedding/img_sites/bg_select-plan_03.jpg), url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/oka/photo-wedding/img_sites/bg_select-plan_02.jpg);
    background-repeat: no-repeat, no-repeat, repeat-y;
    background-position: top center, bottom center, center;
    background-size: 100%;
  }
}
.select-plan .select-plan__box .plan-head {
  max-width: 80px;
  position: absolute;
  left: 15px;
  top: 22px;
}
@media screen and (min-width: 740px) {
  .select-plan .select-plan__box .plan-head {
    max-width: 130px;
    position: absolute;
    left: -20px;
    top: -52px;
  }
}
.select-plan .select-plan__box .select-plan__sub-ttl {
  background: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/oka/photo-wedding/img_sites/bg_select-plan_ttl_sp.jpg) no-repeat;
  background-size: 100%;
  width: 100%;
  max-width: 230px;
  min-height: 110px;
  margin-left: auto;
  display: flex;
  align-items: center;
  padding: 10px;
}
@media screen and (min-width: 740px) {
  .select-plan .select-plan__box .select-plan__sub-ttl {
    background: none;
    max-width: none;
    min-height: auto;
    margin-left: 0;
    display: block;
    padding: 0;
  }
}
.select-plan .select-plan__box .select-plan__sub-ttl .ttlLv2 {
  margin: 0;
  padding: 0;
}
.select-plan .select-plan__box .select-plan__sub-ttl .ttlLv2 .heading {
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 740px) {
  .select-plan .select-plan__box .select-plan__sub-ttl .ttlLv2 .heading {
    font-size: 2.4rem;
  }
}
.select-plan .select-plan__box .select-plan__no1 {
  position: absolute;
  top: 16%;
  right: 10px;
  z-index: 50;
  width: 22%;
}
@media screen and (min-width: 740px) {
  .select-plan .select-plan__box .select-plan__no1 {
    max-width: 180px;
    top: -15px;
    right: 0px;
  }
}
.select-plan .select-plan__box .select-plan__box--flex .colWrap {
  flex-direction: row-reverse;
}
@media screen and (min-width: 740px) {
  .select-plan .select-plan__box .select-plan__box--flex .colWrap .col:first-of-type {
    width: calc(70% - 15px);
    margin-left: 30px;
  }
}
.select-plan .select-plan__box .select-plan__box--flex .colWrap .col:first-of-type .sec-slider .slick-box {
  margin-top: 0;
}
@media screen and (min-width: 740px) {
  .select-plan .select-plan__box .select-plan__box--flex .colWrap .col:last-of-type {
    width: calc(30% - 15px);
    margin-left: 0;
  }
}
.select-plan .select-plan__btn {
  max-width: 500px;
  margin: auto;
  border-radius: 50px;
  display: block;
  padding: 5px;
  background: linear-gradient(90deg, #b39855 0%, #fff9e6 50%, #b39855 100%);
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.16);
}
.select-plan .select-plan__btn a {
  position: relative;
  background: linear-gradient(90deg, #b89347 0%, #fff9e6 50%, #b89347 100%);
  border-radius: 50px;
  margin: 0;
  border: 2px solid #866221;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (min-width: 740px) {
  .select-plan .select-plan__btn a {
    font-size: 2.4rem;
  }
}
.select-plan .select-plan__btn .btnInr {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.select-plan .select-plan__btn .select-plan__btn--img {
  width: 20%;
  display: block;
}

.optionplan {
  background: #f0d6d9;
  margin: 100px 0 40px;
  padding: 30px 0;
}
@media screen and (min-width: 740px) {
  .optionplan {
    margin: 200px 0 80px;
    padding: 120px 0;
  }
}
.optionplan .inner {
  position: relative;
}
.optionplan .inner .optionplan__ttl {
  position: absolute;
  width: 80%;
  max-width: 300px;
  top: -70px;
  left: 0;
}
@media screen and (min-width: 740px) {
  .optionplan .inner .optionplan__ttl {
    width: 100%;
    max-width: 650px;
    top: -210px;
  }
}
.optionplan .inner .optionplan__ttl .ttlLv1 {
  margin: 0;
  padding: 0;
}
.optionplan .optionplan__list .optionplan__common-ttl .ttlLv2 .heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 4px;
  font-weight: bold;
}
@media screen and (min-width: 740px) {
  .optionplan .optionplan__list .optionplan__common-ttl .ttlLv2 .heading {
    flex-direction: inherit;
    align-items: flex-end;
    font-size: 2.6rem;
  }
}
.optionplan .optionplan__list .optionplan__common-ttl .ttlLv2 .heading img {
  max-height: 40px;
  width: fit-content;
}
@media screen and (min-width: 740px) {
  .optionplan .optionplan__list .optionplan__common-ttl .ttlLv2 .heading img {
    max-height: 70px;
  }
}
.optionplan .optionplan__list .border-pink {
  color: #d16d83;
  letter-spacing: 4px;
}
.optionplan .optionplan__list .border-pink p {
  display: inline;
  border-bottom: 3px solid #d16d83;
  font-size: 1.8rem;
  margin-bottom: 11px;
  line-height: 2;
}
@media screen and (min-width: 740px) {
  .optionplan .optionplan__list .border-pink p {
    font-size: 2.4rem;
  }
}
.optionplan .optionplan__list.list01 {
  width: 100%;
  height: auto;
  margin: 50px auto 0;
  padding: 30px 20px;
  background-image: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/oka/photo-wedding/img_sites/bg_optionplan_01.jpg), url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/oka/photo-wedding/img_sites/bg_optionplan_03.jpg), url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/oka/photo-wedding/img_sites/bg_optionplan_02.jpg);
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-position: top, bottom, center;
  background-size: contain;
  position: relative;
}
@media screen and (min-width: 740px) {
  .optionplan .optionplan__list.list01 {
    margin: 0 auto;
    padding: 60px 100px;
  }
}
.optionplan .optionplan__list.list01 .optionplan__top-img {
  width: 80%;
  max-width: 260px;
  margin: auto;
}
@media screen and (min-width: 740px) {
  .optionplan .optionplan__list.list01 .optionplan__top-img {
    width: 100%;
    max-width: 320px;
  }
}
.optionplan .optionplan__list.list01 .optionplan__num {
  max-width: 30px;
  margin: 0 auto 20px;
}
@media screen and (min-width: 740px) {
  .optionplan .optionplan__list.list01 .optionplan__num {
    margin: 0;
    max-width: 60px;
    position: absolute;
    top: 40px;
    left: 40px;
  }
}
.optionplan .optionplan__list.list01 .list01-ttl .colWrap {
  position: relative;
  padding-bottom: 80px;
}
@media screen and (min-width: 740px) {
  .optionplan .optionplan__list.list01 .list01-ttl .colWrap {
    padding-bottom: 0;
  }
}
.optionplan .optionplan__list.list01 .list01-ttl .colWrap .col:first-of-type {
  width: calc(35% - 5px);
}
@media screen and (min-width: 740px) {
  .optionplan .optionplan__list.list01 .list01-ttl .colWrap .col:first-of-type {
    width: calc(25% - 15px);
  }
}
.optionplan .optionplan__list.list01 .list01-ttl .colWrap .col:last-of-type {
  width: calc(65% - 5px);
}
@media screen and (min-width: 740px) {
  .optionplan .optionplan__list.list01 .list01-ttl .colWrap .col:last-of-type {
    width: calc(75% - 15px);
  }
}
.optionplan .optionplan__list.list01 .list01-ttl .border {
  border-bottom: 2px dotted #aaa;
  padding: 0 0 5px;
}
@media screen and (min-width: 740px) {
  .optionplan .optionplan__list.list01 .list01-ttl .border {
    border-bottom: 2px dotted #000;
    padding: 0 0 10px;
  }
}
.optionplan .optionplan__list.list01 .list01-ttl .sub-ttl {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 740px) {
  .optionplan .optionplan__list.list01 .list01-ttl .sub-ttl {
    position: inherit;
  }
}
.optionplan .optionplan__list.list01 .list01-ttl .sub-ttl .ttlLv2 {
  margin: 0;
  padding: 0;
  margin-top: 20px;
}
@media screen and (min-width: 740px) {
  .optionplan .optionplan__list.list01 .list01-ttl .sub-ttl .ttlLv2 {
    text-align: left;
  }
}
.optionplan .optionplan__list.list01 .list01-ttl .sub-ttl .ttlLv2 .heading {
  font-size: 2.8rem;
  color: #b99245;
  line-height: 1.15;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 740px) {
  .optionplan .optionplan__list.list01 .list01-ttl .sub-ttl .ttlLv2 .heading {
    font-size: 4rem;
  }
}
.optionplan .optionplan__list.list01 .border-red {
  border: 1px solid #ec0000;
  padding: 15px;
}
.optionplan .optionplan__list.list02 .colWrap {
  align-items: center;
  flex-direction: column-reverse;
}
@media screen and (min-width: 740px) {
  .optionplan .optionplan__list.list02 .colWrap {
    flex-direction: inherit;
  }
}
.optionplan .optionplan__list.list02 .colWrap .col:first-of-type {
  margin-top: 10px;
}
@media screen and (min-width: 740px) {
  .optionplan .optionplan__list.list02 .colWrap .col:first-of-type {
    margin-top: 0;
  }
}
.optionplan .optionplan__list.list02 .colWrap .col:last-of-type {
  margin-top: 0;
}
.optionplan .optionplan__list.list03 .colWrap {
  flex-direction: column-reverse;
}
@media screen and (min-width: 740px) {
  .optionplan .optionplan__list.list03 .colWrap {
    flex-direction: inherit;
    align-items: flex-end;
  }
}
.optionplan .optionplan__list.list03 .colWrap .col:first-of-type {
  margin-top: 10px;
}
@media screen and (min-width: 740px) {
  .optionplan .optionplan__list.list03 .colWrap .col:first-of-type {
    margin-top: 0;
    width: 70%;
  }
}
.optionplan .optionplan__list.list03 .colWrap .col:last-of-type {
  margin-top: 0;
}
@media screen and (min-width: 740px) {
  .optionplan .optionplan__list.list03 .colWrap .col:last-of-type {
    width: 30%;
    margin-left: 0;
  }
}
@media screen and (min-width: 740px) {
  .optionplan .optionplan__list.list04 .list03__top-flex .colWrap.clm_1_2col .col:first-of-type {
    width: 68%;
  }
}
@media screen and (min-width: 740px) {
  .optionplan .optionplan__list.list04 .list03__top-flex .colWrap.clm_1_2col .col:last-of-type {
    margin-left: 0;
    width: 32%;
  }
}
.optionplan .optionplan__list.list04 .list04__price-flex .colWrap.clm_1_3col {
  align-items: center;
}
@media screen and (min-width: 740px) {
  .optionplan .optionplan__list.list04 .list04__price-flex .colWrap.clm_1_3col .col:nth-of-type(1) {
    width: 23%;
  }
}
.optionplan .optionplan__list.list04 .list04__price-flex .colWrap.clm_1_3col .col:nth-of-type(1) .box-pink {
  color: #d16d83;
  border: solid 3px #d16d83;
  padding: 10px;
  margin-top: 30px;
}
@media screen and (min-width: 740px) {
  .optionplan .optionplan__list.list04 .list04__price-flex .colWrap.clm_1_3col .col:nth-of-type(1) .box-pink {
    margin-top: 0;
    padding: 5px;
  }
}
.optionplan .optionplan__list.list04 .list04__price-flex .colWrap.clm_1_3col .col:nth-of-type(1) .box-pink br {
  display: none;
}
@media screen and (min-width: 740px) {
  .optionplan .optionplan__list.list04 .list04__price-flex .colWrap.clm_1_3col .col:nth-of-type(1) .box-pink br {
    display: block;
  }
}
@media screen and (min-width: 740px) {
  .optionplan .optionplan__list.list04 .list04__price-flex .colWrap.clm_1_3col .col:nth-of-type(2) {
    width: 25%;
  }
}
.optionplan .optionplan__list.list04 .list04__price-flex .colWrap.clm_1_3col .col:nth-of-type(3) {
  position: relative;
  margin-top: 30px;
}
@media screen and (min-width: 740px) {
  .optionplan .optionplan__list.list04 .list04__price-flex .colWrap.clm_1_3col .col:nth-of-type(3) {
    margin-top: 0;
    width: 30%;
  }
}
.optionplan .optionplan__list.list04 .list04__price-flex .colWrap.clm_1_3col .col:nth-of-type(3)::before {
  content: "▼";
  font-size: 2rem;
  position: absolute;
  left: 50%;
  top: -30px;
  transform: translateX(-50%);
}
@media screen and (min-width: 740px) {
  .optionplan .optionplan__list.list04 .list04__price-flex .colWrap.clm_1_3col .col:nth-of-type(3)::before {
    content: "▶";
    font-size: 3rem;
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%) translateX(0%);
  }
}
.optionplan .optionplan__list.list04 .list04__price-flex .colWrap.clm_1_3col .col:nth-of-type(3) .border-yellow strong {
  background: linear-gradient(transparent 22%, #FFFF00 60%);
}
.optionplan .optionplan__maedori {
  background: #fff;
  max-width: 840px;
  padding: 50px 20px 280px;
  margin: 60px auto;
  position: relative;
}
@media screen and (min-width: 740px) {
  .optionplan .optionplan__maedori {
    padding: 80px 40px 30px;
    margin: 100px auto;
  }
}
@media screen and (min-width: 740px) {
  .optionplan .optionplan__maedori .optionplan__maedori--top .colWrap .col:first-of-type {
    width: calc(63% - 5px);
  }
}
.optionplan .optionplan__maedori .optionplan__maedori--top .colWrap .col:last-of-type {
  position: absolute;
  width: 90%;
  max-width: 320px;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
}
@media screen and (min-width: 740px) {
  .optionplan .optionplan__maedori .optionplan__maedori--top .colWrap .col:last-of-type {
    position: inherit;
    width: calc(37% - 5px);
    margin-left: 10px;
    max-width: none;
    transform: translateX(0);
  }
}
.optionplan .optionplan__maedori .optionplan__maedori--ttl {
  width: 100%;
  max-width: 400px;
  margin: auto;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 740px) {
  .optionplan .optionplan__maedori .optionplan__maedori--ttl {
    max-width: 490px;
  }
}
.optionplan .optionplan__maedori .optionplan__maedori--ttl .ttlLv2 {
  margin: 0;
  padding: 0;
}
.optionplan .optionplan__maedori .optionplan__maedori--txt {
  font-size: 1.8rem;
  line-height: 1.7;
}
@media screen and (min-width: 740px) {
  .optionplan .optionplan__maedori .optionplan__maedori--txt {
    font-size: 2.6rem;
  }
}
.optionplan .optionplan__maedori .bg--bk {
  background: #3F3E40;
  color: #fff;
  padding: 8px 2px 7px 10px;
  width: fit-content;
  margin: auto;
}
@media screen and (min-width: 740px) {
  .optionplan .optionplan__maedori .bg--bk {
    margin: 0;
  }
}
.optionplan .optionplan__maedori .optionplan__maedori--price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.optionplan .optionplan__maedori .optionplan__maedori--price .colWrap {
  align-items: center;
}
@media screen and (min-width: 740px) {
  .optionplan .optionplan__maedori .optionplan__maedori--price .colWrap .col:nth-of-type(1) {
    width: 30%;
  }
}
.optionplan .optionplan__maedori .optionplan__maedori--price .colWrap .col:nth-of-type(2) {
  position: relative;
  margin-top: 30px;
}
@media screen and (min-width: 740px) {
  .optionplan .optionplan__maedori .optionplan__maedori--price .colWrap .col:nth-of-type(2) {
    margin-top: 0;
    width: 38%;
  }
}
.optionplan .optionplan__maedori .optionplan__maedori--price .colWrap .col:nth-of-type(2)::before {
  content: "▼";
  font-size: 2rem;
  position: absolute;
  left: 50%;
  top: -30px;
  transform: translateX(-50%);
}
@media screen and (min-width: 740px) {
  .optionplan .optionplan__maedori .optionplan__maedori--price .colWrap .col:nth-of-type(2)::before {
    content: "▶";
    font-size: 3rem;
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%) translateX(0%);
  }
}
.optionplan .optionplan__maedori .optionplan__maedori--price .colWrap .col:nth-of-type(2) .border-yellow strong {
  background: linear-gradient(transparent 22%, #FFFF00 60%);
}

.recommend-option .recommend-option__inner {
  background: #F1E9DA;
  padding: 0px 15px 40px;
}
@media screen and (min-width: 740px) {
  .recommend-option .recommend-option__inner {
    padding: 0 50px 60px;
  }
}
.recommend-option .recommend-option__inner .recommend-option__sub-ttl .ttlLv2 {
  margin: 0;
}
@media screen and (min-width: 740px) {
  .recommend-option .recommend-option__inner .recommend-option__sub-ttl .ttlLv2 {
    text-align: left;
  }
}
.recommend-option .recommend-option__inner .recommend-option__sub-ttl .ttlLv2 .heading {
  color: #A38E72;
  line-height: 1.5;
  font-size: 3rem;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 740px) {
  .recommend-option .recommend-option__inner .recommend-option__sub-ttl .ttlLv2 .heading {
    font-size: 3.6rem;
  }
}
.recommend-option .recommend-option__inner .label-flex {
  display: flex;
}
.recommend-option .recommend-option__inner .label-flex > div {
  width: fit-content !important;
}
.recommend-option .recommend-option__inner .label-flex > div:nth-of-type(2) {
  margin-left: 10px;
}
.recommend-option .recommend-option__inner .recommend-option__label {
  background: #C40011;
  color: #fff;
  padding: 3px 10px 2px;
  width: fit-content;
}
.recommend-option .recommend-option__inner .recommend-option__price {
  max-width: 410px;
}
.recommend-option .recommend-option__inner .recommend-option__price .colWrap {
  align-items: flex-end;
}
@media screen and (min-width: 740px) {
  .recommend-option .recommend-option__inner .recommend-option__price .colWrap .col:nth-of-type(1) {
    width: 30%;
  }
}
.recommend-option .recommend-option__inner .recommend-option__price .colWrap .col:nth-of-type(2) {
  position: relative;
  margin-top: 30px;
}
@media screen and (min-width: 740px) {
  .recommend-option .recommend-option__inner .recommend-option__price .colWrap .col:nth-of-type(2) {
    margin-top: 0;
    width: 26%;
  }
}
.recommend-option .recommend-option__inner .recommend-option__price .colWrap .col:nth-of-type(2)::before {
  content: "▼";
  font-size: 2rem;
  position: absolute;
  left: 50%;
  top: -30px;
  transform: translateX(-50%);
}
@media screen and (min-width: 740px) {
  .recommend-option .recommend-option__inner .recommend-option__price .colWrap .col:nth-of-type(2)::before {
    content: "▶";
    font-size: 3rem;
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%) translateX(0%);
  }
}
.recommend-option .recommend-option__inner .btm-cont .btm-cont__img {
  position: relative;
  margin-bottom: 30px;
}
@media screen and (min-width: 740px) {
  .recommend-option .recommend-option__inner .btm-cont .btm-cont__img {
    margin-bottom: 0;
  }
}
.recommend-option .recommend-option__inner .btm-cont .btm-cont__img .btm-cont__img--parts {
  max-width: 110px;
  position: absolute;
  bottom: -20px;
  left: -10px;
}
@media screen and (min-width: 740px) {
  .recommend-option .recommend-option__inner .btm-cont .btm-cont__img .btm-cont__img--parts {
    max-width: 150px;
    position: absolute;
    bottom: -50px;
    left: -30px;
  }
}
.recommend-option .recommend-option__inner .btm-cont .btm-cont__box {
  background: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/oka/photo-wedding/img_sites/img_recommended-option_03.png) no-repeat;
  background-size: contain;
  background-position: center;
  width: 260px;
  padding: 15px;
  margin: 40px auto 20px;
}
@media screen and (min-width: 740px) {
  .recommend-option .recommend-option__inner .btm-cont .btm-cont__box {
    margin: 0;
    margin-top: 30px;
    margin-left: auto;
    transform: translateX(15px);
  }
}
.recommend-option .recommend-option__inner .btm-cont .btm-cont__box .name {
  display: flex;
  justify-content: center;
}
.recommend-option .recommend-option__inner .btm-cont .btm-cont__box .name p {
  border-bottom: 1px solid #ad9659;
  padding-bottom: 5px;
  width: fit-content;
  font-size: 1.8rem;
}
.recommend-option .recommend-option__inner .btm-cont .btm-cont__box .price p {
  font-size: 1.8rem;
}
@media screen and (min-width: 740px) {
  .recommend-option .recommend-option__inner .btm-cont .btm-cont__box .price p {
    font-size: 2rem;
  }
}

.hotel-dinner .hotel-dinner__flex {
  border: 1px solid #dadada;
  background: #fff;
  padding: 10px;
  position: relative;
}
@media screen and (min-width: 740px) {
  .hotel-dinner .hotel-dinner__flex {
    padding: 20px;
  }
}
.hotel-dinner .hotel-dinner__flex .hotel__label {
  padding: 5px 12px;
  display: inline-block;
  color: #fff;
  background: #d16b81;
  line-height: 1;
  letter-spacing: 3px;
  text-align: center;
  font-size: 1.6rem;
}
.hotel-dinner .hotel-dinner__flex .hotel__name {
  color: #d16b81;
  letter-spacing: 2px;
  line-height: 1.3;
  font-weight: bold;
  font-size: 1.6rem;
}
@media screen and (min-width: 740px) {
  .hotel-dinner .hotel-dinner__flex .hotel__name {
    min-height: 56px;
    font-size: 2rem;
  }
}

.schedule .inner {
  max-width: 660px;
}
.schedule .schedule__box {
  position: relative;
}
.schedule .schedule__box .schedule__box--br-txt {
  max-width: 460px;
  min-height: 90px;
  margin: 0 auto;
  padding: 25px 0 20px;
  font-size: 1.8rem;
  font-weight: normal;
  letter-spacing: 2px;
  color: #a98023;
  background: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/oka/photo-wedding/img_sites/bg_schedule_01.jpg) no-repeat;
  background-size: contain;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 481px) {
  .schedule .schedule__box .schedule__box--br-txt {
    margin: 0 auto 30px;
    padding: 28px 0 20px;
    font-size: 2.6rem;
  }
}
.schedule .schedule__box--parts {
  width: 12px;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 740px) {
  .schedule .schedule__box--parts {
    width: 5px;
    display: block;
    margin: 20px auto 10px;
  }
}
.schedule .parts-car {
  max-width: 140px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 740px) {
  .schedule .parts-car {
    max-width: 260px;
    position: absolute;
    bottom: 0;
    left: -50px;
  }
}
.schedule .parts-camera {
  max-width: 130px;
  margin: 20px 20px 0 auto;
}
@media screen and (min-width: 740px) {
  .schedule .parts-camera {
    margin: 0;
    max-width: 260px;
    position: absolute;
    top: 120px;
    right: -190px;
  }
}

.hotel {
  background: #f0d6d9;
  padding-bottom: 60px;
}
@media screen and (min-width: 740px) {
  .hotel {
    padding-bottom: 80px;
  }
}
.hotel .hotel__flex .colWrap {
  justify-content: space-between;
}
.hotel .hotel__flex .colWrap .col {
  border: 1px solid #dadada;
  background: #fff;
  padding: 10px;
  position: relative;
}
@media screen and (min-width: 740px) {
  .hotel .hotel__flex .colWrap .col {
    width: 33% !important;
    padding: 15px;
    margin: 0 !important;
  }
}
.hotel .hotel__flex .colWrap .col .kids-recommend .ctm_iconTxt_br_Y {
  background-color: #40BD91;
  border-radius: 4px 4px 0 0;
}
.hotel .hotel__flex .colWrap .col .kids-recommend > div:last-of-type {
  border: 2px solid #40BD91;
  padding: 10px;
  border-radius: 0 5px 5px 5px;
}
.hotel .hotel__flex.col-02 .colWrap .col:last-of-type {
  background: none;
}
.hotel .hotel__flex .hotel__label {
  padding: 5px 12px;
  display: inline-block;
  color: #fff;
  background: #d16b81;
  line-height: 1;
  letter-spacing: 3px;
  text-align: center;
  font-size: 1.6rem;
}
.hotel .hotel__flex .hotel__name {
  color: #d16b81;
  letter-spacing: 2px;
  line-height: 1.3;
  font-weight: bold;
  font-size: 1.6rem;
}
@media screen and (min-width: 740px) {
  .hotel .hotel__flex .hotel__name {
    min-height: 56px;
    font-size: 2rem;
  }
}
.hotel .top-txt {
  display: flex;
  flex-wrap: wrap;
}
.hotel .top-txt > div {
  width: fit-content !important;
}
.hotel .top-txt > div:first-of-type {
  margin-bottom: 10px;
}
@media screen and (min-width: 740px) {
  .hotel .top-txt > div:first-of-type {
    margin-bottom: 0;
    margin-right: 40px;
  }
}
.hotel .top-txt > div img {
  width: 40px;
  vertical-align: middle;
  margin-right: 10px;
}
.hotel .dinner::before {
  content: "";
  background: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/oka/photo-wedding/img_sites/ico_dinner.svg) no-repeat;
  background-size: contain;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 10px;
  right: 10px;
}
@media screen and (min-width: 740px) {
  .hotel .dinner::before {
    top: 15px;
    right: 15px;
  }
}
.hotel .kids::before {
  content: "";
  background: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/oka/photo-wedding/img_sites/ico_kids.svg) no-repeat;
  background-size: contain;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 10px;
  right: 10px;
}
@media screen and (min-width: 740px) {
  .hotel .kids::before {
    top: 15px;
    right: 15px;
  }
}
.hotel .hotel__recommend--txt {
  background: #d16d83;
  padding: 10px 15px;
  color: #fff;
}

.info .info__ttl .ttlLv1 {
  text-align: left;
  background: #c00;
  padding: 6px 15px;
}
@media screen and (min-width: 740px) {
  .info .info__ttl .ttlLv1 {
    padding: 10px 15px;
  }
}
.info .info__ttl .ttlLv1 .heading {
  font-size: 1.8rem;
  color: #fff;
}
.info .info__box {
  padding: 15px;
  border: 1px solid #000;
}
@media screen and (min-width: 740px) {
  .info .info__box {
    padding: 25px 20px;
  }
}

.module-tab .tabs_parent li a {
  padding: 12px 0;
  color: #cf6d83 !important;
  background: #ece0e2;
  border: 1px solid #cf6d83;
  letter-spacing: 7px;
  text-align: center;
  position: relative;
  box-shadow: 3px 3px 5px -5px;
  font-size: 1.8rem;
  font-weight: 400;
}
@media screen and (min-width: 740px) {
  .module-tab .tabs_parent li a {
    font-size: 2.4rem;
  }
}
.module-tab .tabs_parent li a > span {
  display: none;
}
.module-tab .tabs_parent li.current a {
  background: #cf6d83;
  color: #ffffff !important;
}
.module-tab .tabs_parent li.current::after {
  content: none;
}
.module-tab .tabs_parent li.current::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -16px;
  border: 12px solid transparent;
  border-top: 18px solid #cf6d83;
}

.faq {
  background: #d16a7f;
  padding-bottom: 50px;
  margin-top: 50px;
}
@media screen and (min-width: 740px) {
  .faq {
    padding-bottom: 100px;
    margin-top: 100px;
  }
}
.faq .faq__ttl .ttlLv1 .heading {
  color: #fff;
}
.faq .faq__ttl .ttlLv1 .heading::after {
  background: #C7B582;
}
.faq .acodBlock > .content {
  background: #fff3f5;
  padding: 15px;
}

.contact {
  margin-top: 50px;
}
@media screen and (min-width: 740px) {
  .contact {
    margin-top: 100px;
  }
}
.contact .contact__ttl .ttlLv1 {
  margin-top: 0;
}
.contact .contact__txt {
  font-size: 1.5rem;
}
@media screen and (min-width: 740px) {
  .contact .contact__txt {
    font-size: 2.6rem;
  }
}
.contact .contact__txt.txt-02 {
  font-size: 1.8rem;
}
@media screen and (min-width: 740px) {
  .contact .contact__txt.txt-02 {
    font-size: 2.6rem;
  }
}
.contact .contact__tel {
  font-size: 3.2rem;
}
@media screen and (min-width: 740px) {
  .contact .contact__tel {
    font-size: 7rem;
  }
}
.contact .contact__tel p {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (min-width: 740px) {
  .contact .contact__tel p {
    gap: 15px;
  }
}
.contact .contact__tel p img {
  max-width: 30px;
}
@media screen and (min-width: 740px) {
  .contact .contact__tel p img {
    max-width: 56px;
  }
}
.contact .contact__box {
  width: 85%;
  margin: 0 auto;
  padding: 10px;
  display: block;
  border: 1px solid #dec09e;
}
@media screen and (min-width: 740px) {
  .contact .contact__box {
    width: 80%;
  }
}

.limited_optionArea {
  background: none !important;
  padding: 5px 0px 30px !important;
}
@media screen and (min-width: 740px) {
  .limited_optionArea {
    background: none !important;
    padding: 5px 20px 30px !important;
  }
}
.limited_optionArea .txtList li em {
  font-weight: 400 !important;
}

.caution {
  background: #fff7d4;
  padding: 20px 15px;
}
@media screen and (min-width: 740px) {
  .caution {
    padding: 30px 20px;
  }
}