/* ---------------------------------------------------
	common
------------------------------------------------------ */
#pagetit {
  background: url(../img/wedding/pagetit_bg.jpg) center;
  background-size: cover;
}

.page_nav_wrap {
  margin-top: 0;
}
.page_nav_wrap li a.row02 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.wedding_col {
  align-items: center;
}
.wedding_col .col_pic {
  width: 50%;
  text-align: right;
}
.wedding_col .col_pic img {
  min-height: 500px;
  object-fit: cover;
}
.wedding_col .col_txt {
  width: 50%;
  padding: 0 62px;
}
.wedding_col .col_txt .txt_container {
  max-width: 478px;
}
.wedding_col .col_txt .sec_tit {
  text-align: left;
}
.wedding_col .col_txt .txt_btn {
  margin-top: 48px;
}
.wedding_col.reverse .col_pic {
  text-align: left;
}
.wedding_col.reverse .col_txt .txt_container {
  margin-left: auto;
}

@media screen and (max-width: 810px) {
  #pagetit {
    background: url(../img/wedding/pagetit_bg_sp.jpg) center;
    background-size: cover;
  }
  #lead .lead_tit {
    letter-spacing: 0.035em;
  }
  .page_nav_wrap li a.row02 {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .wedding_col .col_pic {
    width: calc(100% - 48px);
    margin: 0 auto 32px;
  }
  .wedding_col .col_pic img {
    aspect-ratio: 684/592;
    min-height: 0;
  }
  .wedding_col .col_txt {
    width: 100%;
    padding: 0;
  }
  .wedding_col .col_txt .txt_container {
    max-width: calc(100% - 48px);
    margin: 0 auto;
  }
  .wedding_col .col_txt .sec_tit {
    text-align: center;
  }
  .wedding_col .col_txt .txt_btn {
    margin-top: 40px;
  }
  .wedding_col.reverse .col_txt .txt_container {
    margin-left: auto;
  }
}
/* ---------------------------------------------------
		concept
------------------------------------------------------ */
#concept {
  padding: 112px 0 96px;
  background: rgba(0, 86, 177, 0.7);
  color: #fff;
}
#concept .sec_tit {
  position: relative;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-size: 2.8rem;
}
#concept .sec_tit .en {
  color: currentColor;
}
#concept .sec_tit .bg01 {
  position: absolute;
  left: 0;
  bottom: 0;
}
#concept .sec_tit .bg02 {
  position: absolute;
  right: -40px;
  bottom: 0;
}
#concept .wedding_col + .wedding_col {
  margin-top: 56px;
}

@media screen and (max-width: 810px) {
  #concept {
    padding: 48px 0 48px;
  }
  #concept .sec_tit {
    font-size: 2rem;
  }
  #concept .sec_tit .bg01 {
    left: 0;
    bottom: auto;
    top: -30px;
    width: 110px;
  }
  #concept .sec_tit .bg02 {
    position: absolute;
    right: 0px;
    bottom: auto;
    top: -36px;
    width: 130px;
  }
  #concept .wedding_col .col_pic {
    width: 100%;
    margin-bottom: 24px;
  }
  #concept .wedding_col .col_pic img {
    aspect-ratio: auto;
  }
  #concept .wedding_col + .wedding_col {
    margin-top: 32px;
  }
}
/* ---------------------------------------------------
	weddinghall
------------------------------------------------------ */
#weddinghall {
  padding-top: 96px;
}

@media screen and (max-width: 810px) {
  #weddinghall {
    padding-top: 48px;
  }
}
/* ---------------------------------------------------
		floorguide
------------------------------------------------------ */
#floorguide .floorguide_bg {
  padding: 96px 0;
  background: rgba(0, 86, 177, 0.7);
  color: #fff;
}
#floorguide .floorguide_bg .sec_tit {
  color: #fff;
}
#floorguide .floorguide_bg .sec_tit .en {
  color: currentColor;
}
#floorguide .floorguide_col {
  text-align: center;
}
#floorguide .floorguide_col .col_item01 {
  width: 52%;
}
#floorguide .floorguide_col .col_item02 {
  width: 48%;
}

@media screen and (max-width: 810px) {
  #floorguide .floorguide_bg {
    padding: 48px 0;
  }
  #floorguide .floorguide_col .col_item01 {
    width: 100%;
  }
  #floorguide .floorguide_col .col_item02 {
    width: 100%;
    margin-top: 24px;
  }
}
/* ---------------------------------------------------
		weddinghall_detail
------------------------------------------------------ */
#weddinghall_detail {
  padding-top: 96px;
}

@media screen and (max-width: 810px) {
  #weddinghall_detail {
    padding-top: 48px;
  }
}
/* ---------------------------------------------------
	hall
------------------------------------------------------ */
#hall {
  padding-top: 96px;
}
#hall .sec_tit .en {
  display: inline-block;
  margin-right: 40px;
}
#hall .page_nav_wrap {
  margin-top: 64px;
  margin-bottom: 96px;
}
#hall section + section {
  margin-top: 64px;
}
#hall section .wedding_col .sec_tit {
  text-align: left;
}
#hall section .wedding_col .sec_tit .en {
  display: block;
  margin-right: 0;
  margin-bottom: 16px;
}

@media screen and (max-width: 810px) {
  #hall {
    margin-top: 24px;
    padding-top: 48px;
  }
  #hall .sec_tit .en {
    display: block;
    margin-right: 0;
  }
  #hall .page_nav_wrap {
    margin-top: 32px;
    margin-bottom: 0;
  }
  #hall section {
    padding-top: 48px;
  }
  #hall section + section {
    margin-top: 0;
  }
  #hall section .sec_tit {
    text-align: center;
  }
  #hall section .sec_tit .en {
    display: inline-block;
    margin-right: 24px;
    margin-bottom: 0;
  }
  #hall section .wedding_col .col_pic {
    margin-bottom: 24px;
  }
}
/* ---------------------------------------------------
		cuisine
------------------------------------------------------ */
#cuisine {
  padding-top: 96px;
}
#cuisine .cuisine_sec {
  margin-top: 96px;
  padding: 96px 0;
  border: 1px solid #99bbe0;
}
#cuisine .cuisine_sec + .cuisine_sec {
  margin-top: 64px;
}
#cuisine .cuisine_sec .sec_tit {
  margin-bottom: 24px;
}
#cuisine .cuisine_sec .sec_tit .en {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 24px;
}
#cuisine .cuisine_sec .cuisine_col .col_pic {
  width: 38.6%;
  max-width: 416px;
}
#cuisine .cuisine_sec .cuisine_col .col_txt {
  width: 54%;
}
#cuisine .cuisine_sec .cuisine_price {
  margin-bottom: 56px;
  color: #0056b1;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
}
#cuisine .cuisine_sec .cuisine_price .num {
  display: inline-block;
  font-size: 2.8rem;
  line-height: 1.2;
  letter-spacing: 0.095em;
}
#cuisine .cuisine_sec .cuisine_list::after {
  content: "";
  display: block;
  clear: both;
}
#cuisine .cuisine_sec .cuisine_list dt {
  clear: left;
  float: left;
  width: 160px;
}
#cuisine .cuisine_sec .cuisine_list dd {
  margin-left: 160px;
}
#cuisine .cuisine_sec .cuisine_list .inner_list {
  width: calc(100% + 20px);
  justify-content: flex-start;
}
#cuisine .cuisine_sec .cuisine_list .inner_list li {
  margin-right: 20px;
}

@media screen and (max-width: 810px) {
  #cuisine {
    margin-top: 64px;
    padding-top: 48px;
  }
  #cuisine .cuisine_sec {
    margin-top: 48px;
    padding: 32px 0;
  }
  #cuisine .cuisine_sec + .cuisine_sec {
    margin-top: 32px;
  }
  #cuisine .cuisine_sec .sec_tit {
    margin-bottom: 24px;
    font-size: 2rem;
    letter-spacing: 0.075em;
  }
  #cuisine .cuisine_sec .sec_tit .en {
    display: block;
    margin-bottom: 4px;
    margin-right: 0;
    font-size: 3rem;
    letter-spacing: 0.05em;
  }
  #cuisine .cuisine_sec .sec_tit .sp_small {
    display: inline-block;
    font-size: 1.6rem;
    letter-spacing: 0.025em;
  }
  #cuisine .cuisine_sec .cuisine_col .col_pic {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  #cuisine .cuisine_sec .cuisine_col .col_pic img {
    width: 75%;
  }
  #cuisine .cuisine_sec .cuisine_col .col_txt {
    width: 100%;
    margin-top: 24px;
  }
  #cuisine .cuisine_sec .cuisine_price {
    margin-bottom: 40px;
    font-size: 1.6rem;
  }
  #cuisine .cuisine_sec .cuisine_price .num {
    font-size: 2.4rem;
    line-height: 1.2;
    letter-spacing: 0.05em;
  }
  #cuisine .cuisine_sec .cuisine_list {
    letter-spacing: 0;
    line-height: 1.75;
  }
  #cuisine .cuisine_sec .cuisine_list dt {
    float: none;
    width: 100%;
  }
  #cuisine .cuisine_sec .cuisine_list dd {
    margin-left: 16px;
  }
  #cuisine .cuisine_sec .cuisine_list dd + dt {
    margin-top: 8px;
  }
  #cuisine .cuisine_sec .cuisine_list .inner_list {
    width: calc(100% + 15px);
  }
  #cuisine .cuisine_sec .cuisine_list .inner_list li {
    margin-right: 15px;
  }
  #cuisine .cuisine_sec .cuisine_note {
    margin-top: 15px;
    font-size: 1.5rem;
    letter-spacing: 0;
    line-height: 1.75;
    text-align: left;
  }
}
/* ---------------------------------------------------
				consultation
------------------------------------------------------ */
#consultation {
  padding-top: 96px;
}
#consultation .cousultation_col {
  max-width: 1280px;
  margin: 0 auto 56px;
}
#consultation .cousultation_col .col_pic {
  width: 50%;
}

@media screen and (max-width: 810px) {
  #consultation {
    margin-top: 48px;
    padding-top: 48px;
  }
  #consultation .cousultation_col {
    margin-bottom: 32px;
  }
}
/* ---------------------------------------------------
		inquiry
------------------------------------------------------ */
#inquiry {
  padding: 96px 0;
}
#inquiry .inquiry_box {
  padding: 20px;
  background: url(../img/wedding/inquiry_bg_01.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
}
#inquiry .inquiry_box > div {
  padding: 32px 0 40px;
  border: 1px solid #99bbe0;
}
#inquiry .inquiry_box .sec_tit .en {
  display: inline-block;
  margin-right: 24px;
  margin-bottom: 0;
}
#inquiry .inquiry_box .inquiry_tel {
  margin-top: 20px;
  color: #0056b1;
  font-size: 3.1rem;
  line-height: 1;
  letter-spacing: 0.075em;
  text-align: center;
}
#inquiry .inquiry_box .inquiry_tel a {
  color: currentColor;
}
#inquiry .inquiry_box .inquiry_tel .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
#inquiry .inquiry_box .inquiry_tel .row + .row {
  margin-top: 16px;
}
#inquiry .inquiry_box .inquiry_tel dt {
  padding-right: 8px;
}
#inquiry .inquiry_box .inquiry_tel dd {
  font-size: 4.8rem;
  letter-spacing: 0.075em;
}
#inquiry .inquiry_box .inquiry_btn {
  margin-top: 40px;
  text-align: center;
}
#inquiry .inquiry_box .inquiry_btn .btn {
  width: 344px;
}

@media screen and (max-width: 810px) {
  #inquiry {
    padding: 48px 0;
  }
  #inquiry .inquiry_box {
    padding: 8px;
    background: url(../img/wedding/inquiry_bg_01_sp.jpg) no-repeat center;
    background-size: cover;
    text-align: left;
  }
  #inquiry .inquiry_box > div {
    padding: 24px 24px 24px;
  }
  #inquiry .inquiry_box .sec_tit {
    margin-bottom: 20px;
  }
  #inquiry .inquiry_box .sec_tit .en {
    display: block;
    margin-right: 0;
    margin-bottom: 4px;
  }
  #inquiry .inquiry_box p {
    line-height: 2;
  }
  #inquiry .inquiry_box .inquiry_tel {
    margin-top: 16px;
    font-size: 1.8rem;
    letter-spacing: 0.075em;
  }
  #inquiry .inquiry_box .inquiry_tel .row + .row {
    margin-top: 8px;
  }
  #inquiry .inquiry_box .inquiry_tel dt {
    padding-right: 8px;
  }
  #inquiry .inquiry_box .inquiry_tel dd {
    font-size: 2.8rem;
    letter-spacing: 0.05em;
  }
  #inquiry .inquiry_box .inquiry_btn {
    margin-top: 40px;
    text-align: center;
  }
  #inquiry .inquiry_box .inquiry_btn .btn {
    width: 344px;
  }
}