/* 全体のリセット */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    /* font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; */
    background-color: #fff;
    padding-bottom: 80px;
}

.lp-wrapper {
    max-width: 750px;
    margin: 0 auto;
    background-color: #fff;
}

.main-content img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* ボタン設置エリア */
.btn-area {
    text-align: center;
    background-color: #fff;
    padding: 0 25px;
}

.link-btn-img {
    width: 100%;
    max-width: 640px;
    height: auto;
    transition: transform 0.2s;
}

.link-btn-img:hover {
    transform: scale(1.05);
}

/* アクセス・セクション */
.section-container {
    padding: 60px 20px;
    text-align: center;
    background-color: #fff;
}

.section-container.p00 {
    padding: 0;
}

.head-title {
    font-family: "Shippori Mincho", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
    font-size: 4em;
    font-weight: 600;
    color: #003366;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}

.head-title.mb00 {
    margin-bottom: 0;
}

.map-area {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 20px;
}

.map-area iframe {
    width: 100%;
    aspect-ratio: 4 / 3;
}

.address-box {
    text-align: left;
    font-size: 1.3em;
    line-height: 1.8;
    max-width: 600px;
    margin: 0 auto 40px;
    
}
.address-box p:first-child {
    margin-bottom: 10px;
}

.footer {
    padding: 40px 0;
    text-align: center;
    font-size: 1em;
    color: #666;
}

.floating-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    display: flex;
    z-index: 1000;
}

.nav-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
}

/* アイコンのサイズと余白 */
.nav-item .icon {
    font-size: 24px;
    margin-bottom: 5px;
}

/* ボタンの色設定 */
.tel {
    background-color: #a580b3;
}

.reserve {
    background-color: #d65a8d;
}

.line {
    background-color: #4caf50;
}

@media screen and (max-width: 540px) {
    .nav-item {
        font-size: 11px;
    }

    .nav-item .icon {
        font-size: 20px;
    }
    .btn-area {
    padding: 0 30px;
}
    .head-title {
        font-size: 2.2em;
    }
    .address-box{
        font-size: 0.7em;
    }
    .footer {
    font-size: 12px;
}    
}


/*-------------------------------------------------------------------

	contact

-------------------------------------------------------------------*/

.p-basic-section {
  padding: 4.2rem 1.5rem 4rem;
}
.p-basic-section > :last-child {
  margin-bottom: 0;
}

.p-basic-title {
  margin-bottom: 3.5rem;
  text-align: center;
  line-height: 1.3;
  color: #7b6d5f;
}
.p-basic-title--en {
  display: block;
  font-family: "Montserrat", "sans-serif";
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: .2em;
  margin-bottom: .5em;
}
.p-basic-title--jp {
  display: block;
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-weight: 600;
  margin-bottom: 0;
  font-size: 2.5rem;
  letter-spacing: .15em;
  font-feature-settings: "palt";
}

.p-sub-title {
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 1em;
  letter-spacing: .08em;
  font-feature-settings: "palt";
}

.p-sub-title2 {
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-size: 1.7rem;
  margin-bottom: 1em;
  border-left: 2px solid #c4bab1;
  padding: .5em 0 .5em .8em;
  letter-spacing: .08em;
  color: #7b6d5f;
  font-feature-settings: "palt";
}

.p-sub-title2.small {
  font-size: 1.5rem;
}

.p-button-close {
  text-align: center;
}
.p-button-close a {
  display: inline-block;
  padding: 1em;
  background-color: #333333;
  color: #FFF;
  text-decoration: none;
  border-radius: 4px;
}

.lower-header {
  padding: 1em;
}
.lower-header img {
  display: block;
  margin: 0 auto;
  width: 18rem;
}

.p-title {
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-size: 1.8rem;
  text-align: center;
  font-weight: 600;
  color: #7b6d5f;
  margin-bottom: 1em;
}
.p-title--small {
  font-size: 1.5rem;
}

.p-button {
  margin-bottom: 1rem;
}
.p-button a {
  position: relative;
  display: block;
  background-color: #f0e1e4;
  border-radius: 5px;
  padding: 1.2em 2em 1.2em 1.2em;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 600;
  text-decoration: none;
}
.p-button a small {
  display: block;
  font-size: .928em;
  font-weight: 400;
}
.p-button a::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1em;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}

.p-price-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #DDD;
}
.p-price-table th, .p-price-table td {
  border: 1px solid #DDD;
  font-size: 1.3rem;
  line-height: 1.5;
  padding: 1em .5em;
  vertical-align: middle;
}
.p-price-table th {
  background-color: #eff2f3;
  text-align: center;
}
.p-price-table td {
  background-color: white;
}
.p-price-table .yen {
  text-align: right;
}
.p-price-table-caption {
  font-size: 1.3rem;
  line-height: 1.5;
}

.p-point-text {
  padding: 1em;
  line-height: 1.2;
  margin-bottom: .5em;
  border-radius: 5px;
  background-color: #f0e1e4;
  color: #9d2a49;
}

.p-image-item {
  margin-bottom: 2em;
}
.p-image-item_photo {
  width: 20rem;
  float: left;
  margin: 0 1em .5em 0;
}



.contact {
  background-color: #f7f1f2;
}
.contact .p-basic-title {
  color: #9d2a49;
}
.contact_cal {
  display: flex;
  flex-wrap: wrap;
}
.contact_cal li {
  width: 48%;
  margin: 0 0 1rem 4%;
}
.contact_cal li:nth-child(2n+1) {
  margin-left: 0;
}
.contact_caption {
  text-align: right;
  font-size: 1.3;
  line-height: 1.3;
  font-size: 1.3rem;
  margin-bottom: 2em;
}
.contact_caption > span {
  color: #e7c9d1;
}
