@charset "UTF-8";
/*
Theme Name: Genova Template
File: top.css
Theme Author: Genova Design
Author URI: https://genova.co.jp/
Description: Description: This file is reserved for the top-page css
Version: 1.0
*/
.common-bg {
  border-radius: 16px;
  border: 1px solid var(--main);
  padding: 9px;
  box-sizing: border-box;
  padding-bottom: 14px;
}

.common-bg .title {
  background: var(--main);
  border-radius: 8px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 4px 0;
}

.fz14 {
  font-size: 14px;
}

.fz32 {
  font-size: 32px;
  letter-spacing: 0.04em;
  line-height: 48px;
}

.fz24 {
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0em;
}

section.conversion {
  display: none;
}

/*--------------------------------------
	mainimage
--------------------------------------*/
#mainimage {
  position: relative;
}

#mainimage .key-img {
  height: auto;
  position: relative;
  min-height: 768px;
}
#mainimage .key-img picture {
  min-height: inherit;
  display: block;
}
#mainimage .key-img img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
  object-position: top;
  min-height: inherit;
}

#mainimage .key-ttl {
  position: absolute;
  top: 150px;
  z-index: 2;
  font-size: 40px;
  color: #fff;
  line-height: 55px;
  letter-spacing: 0.1em;
  right: 100px;
  color: #492e22;
  height: 440px;
}

#mainimage .key-catch {
  position: absolute;
  width: 418px;
  z-index: 2;
  bottom: 40px;
  left: 40px;
}

@media (min-width: 768px) and (max-width: 850px) {
  #mainimage .key-catch {
    width: 360px;
  }
  #mainimage .key-img img {
    object-position: 40% top;
  }
  #mainimage .key-ttl {
    top: auto;
    bottom: 40px;
    right: 10px;
    text-shadow: 0px 2px 3px #fff, 2px 0px 3px #fff, 1px 0px 3px #fff;
  }
}
/*--------------------------------------
    about
--------------------------------------*/
#about {
  padding: 65px 0 80px;
}

#about .photo-l {
  margin-left: -140px;
}

#about .photo-l img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
  object-position: right;
}

#about .photo-r {
  margin-right: -140px;
}

#about .photo-r img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
  object-position: left;
}

#about .row {
  justify-content: space-between;
  gap: 40px;
}

#about .row h3 {
  color: #492e22;
}

#about .row .content {
  padding-top: 7px;
  width: 535px;
  min-width: 435px;
}

#about .row1 {
  justify-content: space-between;
  margin: 46px 0 151px;
}

#about .row1 .photo {
  height: 626px;
}

#about .row1 .content h3 {
  margin-left: 8px;
}

#about .row1 .content .common-bg {
  margin-bottom: 55px;
}

#about .row1 .content .common-bg h5 {
  color: var(--main);
  font-size: 18px;
  font-weight: bold;
}

#about .row1 .content .common-bg .row {
  margin-top: 6px;
  gap: 19px;
  position: relative;
}

#about .row1 .content .common-bg .row:before {
  content: '';
  position: absolute;
  top: 1px;
  left: 50%;
  bottom: -7px;
  border-left: 1px dashed var(--main);
}

#about .row1 .content .common-bg .row .border {
  border: 1px solid var(--main);
  border-radius: 8px;
  padding-bottom: 4px;
  margin-top: 6px;
}

#about .row1 .content .common-bg .row .border .date {
  font-weight: bold;
  border-bottom: 1px solid;
  text-align: center;
  color: var(--main);
  padding: 3px 0;
}

#about .row1 .content .common-bg .row .border dl {
  color: #492e22;
}

#about .row1 .content .common-bg .row .border dl dd {
  margin-top: -5px;
}

#about .row1 .content .common-bg .row .border dl dd span {
  margin-right: 1px;
  font-size: 32px;
}

#about .row1 .content .common-bg .row > div {
  text-align: center;
  width: 50%;
}

#about .row1 .content .common-bg .row .right dl {
  text-align: left;
  margin-left: 12px;
  color: #492e22;
}

#about .row1 .content .common-bg .row .right dl dt {
  font-weight: bold;
}

#about .row1 .content .common-bg .row .right dl dd {
  font-size: 14px;
  margin: -4px 0;
}

#about .row1 .content .txt {
  margin: 27px 6px 20px 8px;
}

#about .row2 {
  position: relative;
  z-index: 1;
}

#about .row2:before {
  content: '';
  position: absolute;
  top: -71px;
  right: calc(50% - 50vw);
  width: 550px;
  height: 819px;
  background: url('../img/top/about_deco.png') no-repeat center top;
  background-size: contain;
  z-index: -1;
}

#about .row2 .txt {
  margin-top: 24px;
}

#about .row2 .content {
  padding-top: 0px;
}

#about .row2 .content .btn-cus {
  margin-top: 82px;
}

#about .row3 {
  padding: 0 39px;
  border-color: transparent;
}

#about .row3 .title {
  font-size: 24px;
  padding: 25px 0 23px;
  margin-bottom: 24px;
}

#about .row3 #case01 {
  border-radius: 8px;
  aspect-ratio: 16/7.7;
  margin: 0;
}

#about .row3 .info {
  margin-top: 20px;
  margin: 20px 0 40px;
}

#about .row3 .info dl {
  border-bottom: 1px solid var(--main);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding-bottom: 12px;
  margin-bottom: 10px;
}

#about .row3 .info dl dt {
  font-weight: 500;
  padding-right: 20px;
  min-width: 40%;
  color: #492e22;
}

#about .row3 .buttons {
  gap: 10px;
}

#about .row4 .photo {
  height: 604px;
}

#about .row4 .content .txt {
  margin: 24px 0 52px;
}

#about .row5 {
  flex-direction: row-reverse;
  margin-top: 70px;
}

#about .row5 .photo {
  height: 409px;
}

#about .row5 .content {
  padding-top: 50px;
  min-width: 465px;
  width: 505px;
}

#about .row5 .content .txt {
  margin: 27px 0 52px;
}

/*--------------------------------------
    menu
--------------------------------------*/
#menu {
  padding: 96px 0 92px 0px;
  position: relative;
  z-index: 1;
  display: none;
}

#menu:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 550px;
  height: 819px;
  background: url('../img/top/about_deco.png') no-repeat center top;
  background-size: contain;
  z-index: -1;
}

#menu .small {
  font-size: 14px;
  line-height: 24px;
}

#menu .main-row {
  margin-bottom: 60px;
  margin-left: -1px;
}

#menu .main-row .elementor-row {
  gap: 20px;
}

#menu .main-row .elementor-row .elementor-column:has(.fwb) {
  width: 100%;
}

#menu .main-row .elementor-row {
  align-items: center;
}

#menu .main-row .elementor-row .elementor-column:has(h2) {
  min-width: 463px;
}

#menu .main-row .fwb {
  margin-top: -9px;
  margin-bottom: 2px;
  color: #492e22;
}

#menu .elementor-image-box-wrapper {
  background: #f8f7f7;
  border-radius: 16px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex !important;
  flex-direction: row;
  padding: 20px;
  gap: 24px;
  padding-bottom: 21px;
  margin-bottom: 3px;
  align-items: center;
}

#menu .elementor-image-box-wrapper .elementor-image-box-img {
  float: none !important;
  margin: 0 !important;
  width: 320px !important;
}

#menu .elementor-image-box-wrapper .elementor-image-box-title {
  font-size: 24px;
  font-family: 'Hina Mincho';
  line-height: 40px;
  background: transparent;
  color: #492e22;
  letter-spacing: 0em;
  padding: 0;
  margin-bottom: 9px;
}

#menu .elementor-image-box-wrapper .elementor-image-box-title span {
  display: inline-block;
  font-size: 14px;
  border: 1px solid;
  font-family: 'Noto Sans JP';
  height: 36px;
  margin-left: 10px;
  transform: translateY(-3px);
  padding: 0px 17px 0px;
  line-height: 36px;
  box-sizing: border-box;
}

#menu .elementor-image-box-wrapper .elementor-image-box-content {
  padding-bottom: 6px;
  width: calc(100% - 356px);
}

#menu .elementor-image-box-wrapper .elementor-image-box-content:has(span) {
  padding-bottom: 0;
  padding-top: 3px;
}

/*--------------------------------------
    qa
--------------------------------------*/
#qa {
  background: #f8f7f7;
  padding: 96px 0 37px;
}

#qa h2 {
  margin-bottom: 37px;
}

#qa .set {
  margin-bottom: 56px;
}

#qa .set .question {
  border-bottom: 1px solid #c5b2a1;
  padding-bottom: 20px;
  position: relative;
}

#qa .set .question:before {
  content: '+';
  position: absolute;
  top: 7px;
  right: -1px;
  font-weight: bold;
  text-align: center;
  color: var(--main);
  font-size: 21px;
}

#qa .set .question span {
  font-size: 32px;
  margin-right: 42px;
  display: inline-block;
  transform: translateY(4px);
}

#qa .set .question span small {
  transform: translateY(-4px);
  font-size: 24px;
  display: inline-block;
}

#qa .set .answer {
  padding-top: 19px;
}

#qa .set .answer .txt {
  margin-bottom: 13px;
}

#qa .set .answer .row-wrap {
  gap: 40px;
}

#qa .set .answer .row-wrap.alc {
  align-items: center;
}

#qa .set .answer .photo {
  width: 330px;
  min-width: 220px;
}

#qa .set .answer .table1 {
  background: #f3eeea;
  padding: 1px;
}

#qa .set .answer .table1 .row {
  gap: 2px;
  margin-bottom: 2px;
}

#qa .set .answer .table1 .row p {
  background: #fff;
  height: 96px;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

#qa .set .answer .table1 .row p.bg {
  min-width: 170px;
  width: 210px;
  color: #fff;
  text-align: center;
}

#qa .set .answer .bg1 {
  background: #a1b9c5 !important;
}

#qa .set .answer .bg2 {
  background: #c5a1a9 !important;
}

#qa .set .answer .table1 .row p:nth-child(2) {
  min-width: 100px;
  width: 130px;
}

#qa .set .answer .table1 .row p:last-child {
  padding-left: 21px;
  justify-content: start;
  padding-right: 17px;
}

#qa .set .answer .note {
  font-size: 14px;
  line-height: 24px;
  margin-top: 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

#qa .set .answer .note:before {
  content: '※';
}

#qa .set .answer ul {
  margin: 20px 0 0 -2px;
}

#qa .set .answer ul li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 8px;
}

#qa .set .answer ul li:before {
  font-size: 8px;
  content: '●';
  margin-right: 10px;
  color: var(--main);
}

#qa .set .answer h3 {
  background: #492e22;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 16px;
  padding: 20px 0 20px 24px;
}

#qa .set .answer table {
  width: 100%;
}

#qa .set .answer table td,
#qa .set .answer table th {
  text-align: center;
  border: 2px solid #f8f7f7;
  height: 72px;
}

#qa .set .answer table td small,
#qa .set .answer table th small {
  display: block;
  font-size: 12px;
  line-height: 24px;
  margin-top: -5px;
  margin-bottom: 8px;
}

#qa .set .answer table th {
  font-weight: bold;
}

#qa .set .answer table tbody th {
  width: 210px;
}

#qa .set .answer table tbody td:nth-child(2) {
  width: 130px;
}

#qa .set .answer table tbody td:nth-child(3) {
  width: 160px;
}

#qa .set .answer table th {
  background: #c5b2a1;
  color: #fff;
}

#qa .set .answer table td {
  background: #fff;
}

#qa .set.active .question:before {
  content: '－';
}

/*--------------------------------------
    information
--------------------------------------*/
#information {
  padding: 95px 0 104px;
}

#information .info-bg {
  margin-top: 47px;
  margin-bottom: 41px;
}

#information .info-bg .elementor-image {
  margin: 0 calc(50% - 50vw);
}

#information .info-row table {
  width: 100%;
  text-align: center;
  color: #492e22;
  border-bottom: 1px solid var(--main);
}

#information .info-row table thead {
  border-bottom: 1px solid var(--main);
  line-height: 38px;
}

#information .info-row table tbody {
  line-height: 29px;
}

#information .info-row table tbody tr:nth-child(1) td,
#information .info-row table tbody tr:nth-child(1) th {
  padding-top: 5px;
}

#information .info-row table tbody tr:last-child td,
#information .info-row table tbody tr:last-child th {
  padding-bottom: 4px;
}

#information .info-row table th {
  width: 41%;
  padding-left: 9px;
}

#information .info-row table td:last-child {
  min-width: 40px;
  width: 11%;
}

#information .info-row .note-table {
  font-size: 14px;
  margin: 14px 0 29px;
  line-height: 24px;
}

#information .info-row .info-table {
  border-top: 2px dashed var(--main);
  padding-top: 27px;
}

#information .info-row .info-table dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 8px;
}

#information .info-row .info-table dl dt {
  min-width: 105px;
  font-weight: 500;
  color: #492e22;
}

#information .info-row .info-table dl a {
  display: inline-block;
  margin-top: -3px;
  line-height: inherit;
}

#information .info-row .elementor-row {
  flex-wrap: nowrap;
  align-items: start;
  gap: 11px;
}

#information .info-row .elementor-row .left {
  padding-right: 30px;
}

#information .info-row .elementor-row .elementor-column:nth-child(2) {
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid #c5b2a1;
  margin-top: 7px;
}

#information .info-row .elementor-row .elementor-column h3.elementor-heading-title {
  font-family: 'Hina Mincho';
  color: #fff;
  text-align: center;
  width: 100%;
  background: var(--main);
  font-size: 24px;
  padding: 24px 0;
  margin-bottom: 9px;
}

#information .info-row .recent-box__title {
  display: flex;
  flex-direction: column-reverse;
  margin: 0 23px 15px;
  border-bottom: 1px solid var(--main);
  padding-bottom: 11px;
}

#information .info-row .recent-box__title a:hover {
  text-decoration: underline !important;
}

#information .info-row .recent-box__title .recent-box__date {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: -5px;
  color: var(--main);
}

#information .info-row .btn-cus {
  margin: 20px 23px 23px;
  width: auto;
}

#information .bg {
  background: #f3eeea;
  border-radius: 16px;
  padding: 40px;
  padding-bottom: 47px;
  margin-top: 52px;
}

#information .bg h3 {
  border-radius: 8px;
  background: var(--main);
  color: #fff;
  text-align: center;
  padding: 13px 0 11px 0px;
}

#information .bg .row {
  margin: 12px 16px 10px;
  justify-content: space-between;
  align-items: start;
}

#information .bg .row span {
  display: block;
  margin-top: 6px;
  font-size: 14px;
}

#information .bg .row .box a {
  background: #492e22;
  color: #fff;
  font-size: 14px;
  width: 92px;
  line-height: 24px;
  padding: 10px 0 10px 11px;
  margin-top: 4px;
  display: block;
}

#information .bg .row .box a:hover {
  opacity: 0.8;
}

#information .bg .border {
  border-top: 1px solid #492e22;
  border-left: 1px solid #492e22;
}

#information .bg .border dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

#information .bg .border dl dt,
#information .bg .border dl dd {
  border-right: 1px solid #492e22;
  padding: 11px 10px 12px 15px;
  border-bottom: 1px solid #492e22;
  display: flex;
  align-items: center;
}

#information .bg .border dl dt {
  min-width: 203px;
  font-weight: 500;
  background: var(--main);
  color: #492e22;
}

#information .bg .border dl dd {
  width: 100%;
  padding-left: 23px;
}

/*--------------------------------------
    calendar
--------------------------------------*/
#calendar {
  background: url('../img/wood_bg.jpg') repeat;
  color: #fff;
  background-size: 1366px;
  padding: 96px 0 128px;
}

#calendar .g-calendar {
  height: 480px;
  border-radius: 16px;
  overflow: hidden;
  margin: 46px 0 21px;
}

#calendar .g-calendar iframe {
  height: 100%;
}

#calendar .infiniteslide_wrap {
  margin: 67px calc(50% - 50vw) 0;
}

#calendar .infiniteslide_wrap img {
  height: 320px;
  max-width: unset;
}

/*--------------------------------------
    whiten
--------------------------------------*/
#whiten {
  padding: 80px 0;
}
#whiten .row1 {
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 64px;
}
#whiten .row1 .photo {
  width: 505px;
  min-width: 450px;
}
#whiten .row1 .content {
  width: 540px;
  padding-top: 23px;
}
#whiten .row1 .content h2 {
  color: #492e22;
  margin-bottom: 24px;
}
#whiten .buttons {
  margin: 0 -5px;
  gap: 10px;
}
#whiten .photo2 {
  margin-top: 64px;
  position: relative;
}
#whiten .photo2 .img {
  height: 240px;
}
#whiten .photo2 .img img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
#whiten .photo2 .txt {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 272px;
  padding: 40px 28px;
  background: #fff;
  line-height: 24px;
}

/*--------------------------------------
    bridal
--------------------------------------*/
#bridal {
  padding-bottom: 101px;
}
#bridal .bg {
  background: url('../img/wood_bg.jpg') repeat;
  color: #fff;
  font-family: 'Hina Mincho';
  padding: 60px 0 19px;
  position: relative;
  z-index: 2;
}
#bridal .bg .wrap {
  position: static;
}
#bridal .bg .img {
  position: absolute;
  right: calc(50% - 540px);
  top: 0px;
  height: 100%;
  z-index: -1;
}
#bridal .bg .img img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
#bridal .bg h2 {
  font-size: 40px;
  margin: 15px 0 14px;
  letter-spacing: 0em;
  line-height: 46px;
}
#bridal .bg h2 small {
  display: block;
  font-size: 24px;
}
#bridal .bg .serif {
  width: 519px;
  max-width: 100%;
  margin-left: -23px;
}
#bridal .bg.bg2 {
  padding: 29px 0;
}
#bridal .bg.bg2 .img {
  right: auto;
  left: calc(50% - 540px);
}

#bridal .bg.bg2 .inner {
  width: 352px;
  margin-left: auto;
}
#bridal .bg.bg2 h2 {
  margin: 26px 0px 8px;
}
#bridal .bg.bg2 ul {
  font-size: 24px;
  letter-spacing: 0em;
}
#bridal .bg.bg2 .serif {
  width: auto;
  max-width: unset;
  margin: -32px -24px -54px -274px;
}
#bridal .ttl {
  display: table;
  border: 1px solid;
  font-size: 14px;
  line-height: 26px;
  padding: 0 11px;
  letter-spacing: 0.06em;
}
#bridal .row1 {
  margin: 40px 0 58px;
  justify-content: space-between;
  position: relative;
  gap: 30px;
}
#bridal .row1 .btn-cus {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: calc(100% - 455px);
  width: 608px;
}
#bridal .row1 .content {
  width: 608px;
  margin-top: -1px;
}
#bridal .row1 .content h3 {
  margin-bottom: 19px;
}
#bridal .row1 .photo {
  width: 424px;
  min-width: 424px;
}
#bridal .row1 .photo span {
  font-size: 10px;
  position: relative;
  z-index: 2;
  margin-top: -32px;
  display: block;
  margin-left: 8px;
}
#bridal .row2 {
  margin-top: 40px;
  gap: 40px;
}
#bridal .row2 .left {
  width: 51.9%;
}
#bridal .row2 .left h3 {
  height: 60px;
  line-height: 58px;
  text-align: center;
  border-radius: 30px;
  background: linear-gradient(to bottom right, #a7a1c5, #c5a1a9);
  color: #fff;
  position: relative;
  margin-bottom: 43px;
}
#bridal .row2 .left h3:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 22px;
  height: 19px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: linear-gradient(to bottom right, #a7a1c5, #c5a1a9);
}
#bridal .row2 .right {
  width: 49%;
  position: relative;
}
#bridal .row2 .right .ttl {
  position: absolute;
  z-index: 2;
  top: 19px;
  left: 20px;
  color: #fff;
  font-size: 16px;
  line-height: 38px;
}
#bridal .row2 .right .img {
  min-height: 413px;
}
#bridal .row2 .right .img img {
  width: 100% !important;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}
#bridal .row2 .right .txt {
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  bottom: 20px;
  left: 20px;
  right: 20px;
  line-height: 24px;
  position: absolute;
  z-index: 2;
  padding: 20px;
}
#bridal .row2 .right .txt:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(255, 255, 255, 0.8);
}
#bridal .row2 + .btn-cus {
  margin-left: 0;
  margin-top: -64px;
  max-width: 49.5%;
}

/*--------------------------------------
  mobile
--------------------------------------*/
@media screen and (max-width: 767px) {
  .fz32 {
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 0.02em;
  }

  .common-bg {
    padding: 19px;
    background: #fff;
    padding-bottom: 88px;
  }

  .common-bg .title {
    padding: 6px 0;
  }

  /*--------------------------------------
    mainimage
  --------------------------------------*/
  #mainimage .key-img {
    display: block;
    min-height: unset;
    height: auto;
    min-height: 420px;
  }

  #mainimage .key-ttl {
    font-size: 24px;
    left: auto;
    margin-left: 0;
    transform: none;
    right: 14px;
    line-height: 35px;
    width: 35px;
    top: 23px;
    height: 387px;
    letter-spacing: 0.15em;
  }

  #mainimage .key-catch {
    width: 68%;
    z-index: 2;
    bottom: 10px;
    left: 10px;
  }

  /*--------------------------------------
    about
  --------------------------------------*/
  #about {
    padding: 60px 0 40px;
  }

  #about .row {
    gap: 24px;
  }

  #about .row .content {
    width: 100%;
    min-width: unset;
    padding-top: 0;
  }

  #about .photo-l {
    margin-left: -30px;
  }

  #about .photo-r {
    margin-right: -30px;
  }

  #about .row1 {
    margin: 4px 0 64px;
    position: relative;
    z-index: 2;
  }

  #about .row1 .photo {
    height: auto;
  }

  #about .row1 .content h3 {
    margin-left: 0;
  }

  #about .row1 .content .txt {
    margin: 14px 0 22px;
  }

  #about .row1 .content .common-bg {
    margin-bottom: -72px;
  }

  #about .row1 .content .common-bg .row {
    margin-top: 15px;
    gap: 15px;
  }

  #about .row1 .content .common-bg .row:before {
    display: none;
  }

  #about .row1 .content .common-bg .row > div {
    width: 100%;
  }

  #about .row1 .content .common-bg .row .border {
    margin-top: 15px;
    padding-bottom: 5px;
  }

  #about .row1 .content .common-bg .row .border .date {
    padding: 5px 0;
    margin-bottom: 2px;
  }

  #about .row1 .content .common-bg .row .border dl dd {
    margin-top: 0;
  }

  #about .row1 .content .common-bg .row .right {
    position: relative;
    border-top: 2px dashed transparent;
    padding-top: 18px;
  }

  #about .row1 .content .common-bg .row .right:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: url('../img/top/line.png') repeat-x center top;
    background-size: auto 100%;
  }

  #about .row1 .content .common-bg .row .right h5 {
    margin-bottom: 14px;
  }

  #about .row1 .content .common-bg .row .right dl {
    margin-left: 0;
  }

  #about .row1 .content .common-bg .row .right dl dd {
    margin: -4px 0 4px;
  }

  #about .row1 .content .btn-cus {
    position: relative;
    z-index: 2;
    width: 74.3vw;
  }

  #about .row2 {
    gap: 23px;
  }

  #about .row2:before {
    top: -204px;
    right: -452px;
    height: 339px;
    background-size: 550px;
  }

  #about .row2 .txt {
    margin-top: 14px;
  }

  #about .row2 .content .btn-cus {
    margin-top: 23px;
  }

  #about .row3 {
    padding: 0;
    padding-bottom: 23px;
  }

  #about .row3 .title {
    font-size: 16px;
    padding: 6px 0;
    margin-bottom: 16px;
    border-radius: 0;
  }

  #about .row3 #case01 {
    height: 139px;
  }

  #about .row3 .info {
    margin: 12px 0 40px;
  }

  #about .row3 .info dl {
    flex-direction: column;
    padding-bottom: 5px;
    border-width: 2px;
    margin-bottom: 3px;
  }

  #about .row3 .info dl dt {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: -2px;
    padding-right: 0;
  }

  #about .row3 .buttons {
    gap: 14px;
    flex-direction: row;
  }

  #about .row4 .photo {
    height: auto;
  }

  #about .row4 .content .txt {
    margin: 14px 0 22px;
  }

  #about .row5 {
    flex-direction: column;
    margin-top: 38px;
  }

  #about .row5 .photo {
    height: auto;
    margin-right: -72px;
    border-radius: 16px 0 0 16px;
    overflow: hidden;
  }

  #about .row5 .content .txt {
    margin: 14px 0 22px;
  }

  /*--------------------------------------
    menu
  --------------------------------------*/
  #menu {
    padding: 61px 0 36px;
  }

  #menu:before {
    left: -400px;
    height: 1001px;
    background-size: 550px;
    background-repeat: repeat;
  }

  #menu .main-row {
    margin-bottom: 22px;
    margin-left: 0;
  }

  #menu .main-row .fwb {
    margin: 0px 5px 1px 0px;
    line-height: 32px;
  }

  #menu .elementor-image-box-wrapper {
    flex-direction: column;
    gap: 14px;
    padding-bottom: 19px;
  }

  #menu .elementor-image-box-wrapper:has(span) {
    padding-top: 73px;
  }

  #menu .elementor-image-box-wrapper .elementor-image-box-img {
    width: auto !important;
  }

  #menu .elementor-image-box-wrapper .elementor-image-box-content {
    padding: 0 !important;
    width: 100%;
  }

  #menu .elementor-image-box-wrapper .elementor-image-box-title {
    text-align: center;
    margin-bottom: 11px;
  }

  #menu .elementor-image-box-wrapper .elementor-image-box-title span {
    width: 53%;
    display: block;
    position: absolute;
    top: 21px;
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
  }

  /*--------------------------------------
    qa
  --------------------------------------*/
  #qa {
    padding: 61px 0 16px;
  }

  #qa h2 {
    margin-bottom: 2px;
  }

  #qa .set {
    padding: 0;
    margin-bottom: 38px;
  }

  #qa .set .question {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    padding-right: 22px;
    display: flex;
    padding-bottom: 7px;
  }

  #qa .set .question:before {
    top: 0px;
    right: -3px;
    color: #333;
  }

  #qa .set .question span {
    font-size: 20px;
    margin-right: 0;
    display: block;
    transform: none;
    min-width: 27px;
    margin-top: 0px;
  }

  #qa .set .question span small {
    font-size: 16px;
    transform: none;
  }

  #qa .set .answer {
    padding-top: 14px;
  }

  #qa .set .answer .txt {
    margin-bottom: 14px;
  }

  #qa .set .answer .row-wrap {
    gap: 28px;
  }

  #qa .set .answer .photo {
    min-width: unset;
    width: 100%;
  }

  #qa .set .answer .table1 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    gap: 2px;
  }

  #qa .set .answer .table1 .row {
    width: 50%;
  }

  #qa .set .answer .table1 .row p {
    width: 100% !important;
    min-width: unset !important;
    height: auto;
  }

  #qa .set .answer .table1 .row p.bg {
    padding: 11px 0;
    line-height: 20px;
  }

  #qa .set .answer .table1 .row p:nth-child(2) {
    padding: 7px 0px;
  }

  #qa .set .answer .table1 .row p:last-child {
    padding: 7px 10px 6px 9px;
    height: 100%;
  }

  #qa .set .answer .note {
    margin-top: 13px;
    margin-right: 23px;
  }

  #qa .set .answer ul {
    margin: -2px 0 0 0px;
  }

  #qa .set .answer ul li {
    margin-bottom: 12px;
  }

  #qa .set .answer h3 {
    margin-top: 14px;
    margin-bottom: 15px;
    padding: 19px 0 17px 20px;
  }

  #qa .set .answer table {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }

  #qa .set .answer table td,
  #qa .set .answer table th {
    height: auto;
    border-width: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  #qa .set .answer table td:nth-child(2),
  #qa .set .answer table th:nth-child(2) {
    height: 44px;
  }

  #qa .set .answer table td:nth-child(3),
  #qa .set .answer table th:nth-child(3) {
    height: 78px;
  }

  #qa .set .answer table td:nth-child(4),
  #qa .set .answer table th:nth-child(4) {
    height: 69px;
    padding-left: 0;
    text-align: center;
  }

  #qa .set .answer table tr {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
  }

  #qa .set .answer table thead {
    min-width: 21.2%;
    font-size: 12px;
  }

  #qa .set .answer table thead th:first-child {
    height: 45px;
    background: #f8f7f7;
  }

  #qa .set .answer table tbody {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
  }

  #qa .set .answer table tbody tr:nth-child(1) {
    width: 52.5%;
  }

  #qa .set .answer table tbody tr:nth-child(2) {
    width: 47.5%;
  }

  #qa .set .answer table tbody th,
  #qa .set .answer table tbody td {
    width: 100% !important;
  }

  #qa .set .answer table tbody th {
    padding: 9px 0 6px;
  }

  #qa .set .answer table tbody small {
    color: var(--main);
    margin-bottom: 4px;
    margin-top: -1px;
    font-weight: bold;
    line-height: 16px;
  }

  /*--------------------------------------
    whiten
    --------------------------------------*/
  #whiten {
    padding: 43px 0 24px;
  }
  #whiten .row1 {
    position: relative;
    padding-top: 115px;
    flex-direction: row;
    margin-bottom: 24px;
    gap: 0;
  }
  #whiten .row1 .photo {
    width: 54.1%;
    min-width: unset;
    margin-left: -30px;
    height: auto;
  }
  #whiten .row1 .photo img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
  }
  #whiten .row1 .content {
    width: 50%;
    line-height: 20px;
    padding-top: 0;
  }
  #whiten .row1 .content h2 {
    position: absolute;
    top: 0;
    font-size: 6.2vw;
    text-align: center;
    left: 0;
    width: 100%;
    letter-spacing: 0.06em;
    line-height: 32px;
    margin-bottom: 0;
  }
  #whiten .buttons {
    margin: 0;
    flex-direction: row;
    gap: 16px;
  }
  #whiten .photo2 {
    margin-top: 16px;
  }
  #whiten .photo2 .img {
    height: auto;
  }
  #whiten .photo2 .txt {
    font-size: 10px;
    transform: none;
    width: auto;
    left: 10px;
    right: 10px;
    bottom: 10px;
    line-height: 14px;
    padding: 21px;
    height: auto;
    top: auto;
  }

  /*--------------------------------------
    bridal
    --------------------------------------*/
  #bridal {
    padding-bottom: 50px;
  }
  #bridal .bg {
    background: transparent;
    padding: 40px 0 20px;
  }
  #bridal .bg .inner {
    width: 55%;
    margin-left: -3%;
  }
  #bridal .bg .ttl {
    font-size: 10px;
    margin: 0 auto;
    line-height: 20px;
  }
  #bridal .bg .img {
    left: 0;
    z-index: -2;
    right: 0;
  }
  #bridal .bg.bg2 .img img {
    object-position: unset;
  }
  #bridal .bg h2 {
    font-size: 18px;
    text-align: center;
    line-height: 32px;
    margin: 4px 0 22px;
  }
  #bridal .bg h2 small {
    line-height: 20px;
    font-size: 14px;
  }
  #bridal .bg .serif {
    width: auto;
    margin-left: 1%;
    margin-right: -30%;
    max-width: unset;
  }
  #bridal .bg.bg2 {
    padding: 40px 0 0;
  }
  #bridal .bg.bg2::before {
    content: '';
    position: absolute;
    top: 0;
    right: 20px;
    width: 46%;
    height: 100%;
    background: url('../img/wood_bg.jpg') repeat;
    z-index: -1;
    background-size: 350px;
  }
  #bridal .bg.bg2 .img {
    left: 0;
    right: 0;
  }
  #bridal .bg.bg2 .inner {
    margin-right: -3%;
    width: 46vw;
  }
  #bridal .bg.bg2 .ttl {
    margin: 0 auto;
  }
  #bridal .bg.bg2 h2 {
    width: 100%;
    margin: 0px 0 3px;
  }
  #bridal .bg.bg2 ul {
    font-size: 10px;
    letter-spacing: 0em;
    line-height: 14px;
    width: 70%;
    margin: 0 auto;
  }
  #bridal .bg.bg2 .serif {
    margin: 0 -2px 0 -107px;
  }
  #bridal .row1 {
    flex-direction: column-reverse;
    margin: 17px 0 41px;
    gap: 25px;
  }
  #bridal .row1 .content {
    width: 100%;
    line-height: 20px;
  }
  #bridal .row1 .content h3 {
    margin-bottom: 4px;
    font-size: 24px;
  }
  #bridal .row1 .photo {
    width: 100%;
    min-width: unset;
  }
  #bridal .row1 .photo span {
    margin-top: 2px;
    margin-left: 0px;
  }
  #bridal .row1 .btn-cus {
    position: static;
    margin-top: -8px;
    max-width: 100%;
  }
  #bridal .txt.sp {
    line-height: 20px;
    margin-top: 24px;
  }
  #bridal .row2 .left {
    width: 100%;
  }
  #bridal .row2 .left h3 {
    height: 38px;
    line-height: 38px;
    margin-bottom: 27px;
  }
  #bridal .row2 .left h3:before {
    width: 15px;
    height: 11px;
  }
  #bridal .row2 .right {
    width: 100%;
  }
  #bridal .row2 .right .img {
    height: 320px;
  }
  #bridal .row2 .right .ttl {
    top: 10px;
    left: 10px;
    color: #fff;
    font-size: 10px;
    line-height: 29px;
  }
  #bridal .row2 .right .txt {
    font-size: 10px;
    line-height: 14px;
    bottom: 11px;
    left: 10px;
    right: 10px;
  }
  #bridal .row2 + .btn-cus {
    margin-top: 24px;
    max-width: unset;
  }

  /*--------------------------------------
    information
  --------------------------------------*/
  #information {
    padding: 61px 0 0;
  }

  #information .info-bg {
    margin: 4px 0 9px;
  }

  #information .info-bg .elementor-image {
    height: 200px;
  }

  #information .info-bg .elementor-image img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
  }

  #information .info-row .elementor-row {
    flex-direction: column;
  }

  #information .info-row .elementor-row .left {
    padding-right: 0;
  }

  #information .info-row .elementor-row .left table th {
    width: 38%;
    padding-left: 4px;
  }

  #information .info-row .elementor-row .left table td:last-child {
    width: 46px;
  }

  #information .info-row .elementor-row .left .note-table {
    margin-bottom: 21px;
  }

  #information .info-row .elementor-row .left .info-table {
    padding-top: 13px;
  }

  #information .info-row .elementor-row .left .info-table dl {
    flex-direction: column;
    margin-bottom: 4px;
  }

  #information .info-row .elementor-row .elementor-column:nth-child(2) {
    margin-top: 7px;
  }

  #information .info-row .elementor-row .elementor-column h3.elementor-heading-title {
    margin-bottom: -3px;
  }

  #information .info-row .recent-box__title {
    margin: 0 19px 13px;
    padding-bottom: 12px;
    border-width: 2px;
  }

  #information .info-row .recent-box__title .recent-box__date {
    margin-bottom: -2px;
  }

  #information .info-row .btn-cus {
    margin: -9px 19px 23px;
  }

  #information .bg {
    margin: 40px -30px 0;
    border-radius: 0;
    padding: 32px 30px 120px;
  }

  #information .bg h3 {
    padding: 12px 0 11px 0px;
  }

  #information .bg .row {
    margin: 14px 0 12px;
  }

  #information .bg .row span {
    margin-top: 10px;
  }

  #information .bg .row .box {
    width: 100%;
    position: absolute;
    bottom: 48px;
  }

  #information .bg .row .box a {
    width: 100%;
    padding: 12px 0 12px 16px;
    font-size: 16px;
    letter-spacing: 0em;
    border-radius: 8px;
    position: relative;
  }

  #information .bg .row .box a br {
    display: none;
  }

  #information .bg .row .box a:before {
    content: '';
    position: absolute;
    top: 0;
    right: 16px;
    width: 5px;
    height: 100%;
    background: url('../img/icons/arrow2.png') no-repeat center center;
    background-size: contain;
  }

  #information .bg .border dl {
    flex-direction: column;
  }

  #information .bg .border dl dt {
    font-weight: bold;
    text-align: center;
    display: block;
    padding: 7px 8px;
  }

  #information .bg .border dl dd {
    padding: 10.6px 9px;
    text-align: left;
    line-height: 20px;
  }

  /*--------------------------------------
    calendar
  --------------------------------------*/
  #calendar {
    padding: 61px 0 48px;
  }

  #calendar .g-calendar {
    height: 320px;
    margin: 3px 0 17px;
  }

  #calendar .g-calendar iframe {
    height: 100%;
  }

  #calendar .sns {
    align-items: start;
    width: 160px;
  }

  #calendar .sns li {
    width: 27px;
  }

  #calendar .sns li a {
    display: block;
  }

  #calendar .infiniteslide_wrap {
    margin: 33px -30px 0;
  }

  #calendar .infiniteslide_wrap img {
    height: 113px;
    max-width: unset;
  }
}
@media (min-width: 768px) and (max-width: 1260px) {
  .fz32 {
    font-size: 30px;
  }

  #qa .set {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1160px) {
  #bridal .bg .img {
    right: 20px;
    width: calc(100% - 422px);
  }
  #bridal .bg.bg2 .img {
    right: auto;
    left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  #bridal .bg .img img {
    object-position: 80% top;
  }
  #bridal .bg.bg2 .img img {
    object-position: -240px;
  }
}
@media (min-width: 768px) and (max-width: 1050px) {
  #qa .set .answer table tbody th {
    width: 150px;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  #about .row1,
  #about .row2,
  #about .row4,
  #about .row5,
  #whiten .row1,
  #bridal .row1 {
    flex-direction: column;
  }

  #qa .set .answer .row-wrap {
    flex-direction: column;
    align-items: center;
  }
  #bridal .row1 {
    padding-bottom: 80px;
  }

  #bridal .row2 .right .txt {
    font-size: 14px;
  }

  #bridal .row1 .btn-cus {
    max-width: unset;
    right: auto;
    left: 0;
  }

  #about .row .content,
  #whiten .row1 .photo,
  #whiten .row1 .content,
  #bridal .row1 .content,
  #bridal .row1 .photo {
    width: 100%;
    padding-top: 0 !important;
    min-width: unset;
  }

  #about .row2 .content {
    width: 535px;
    margin: 0 auto;
  }

  #about .photo-l {
    border-radius: 0 16px 16px 0;
    overflow: hidden;
  }

  #about .photo-r {
    overflow: hidden;
    border-radius: 16px 0 0 16px;
  }

  #about .row3 .info dl dt {
    min-width: 265px;
    width: 265px;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  #whiten .buttons {
    flex-direction: column;
  }
}
