@charset "UTF-8";
/*デフォルト設定*/
.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

img {
  width: 100%;
}

#top-link span {
  display: none;
}

/* Link
=========================================== */
a:link, a:visited {
  color: #333;
  text-decoration: none;
}

a:hover, a:active {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}

a {
  outline: none;
  transition: 0.3s;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}

/* LAYOUT
=========================================== */
body {
  /*opacity: 0;*/
  transition: opacity 0.5s linear;
}

p {
  line-height: 2;
}

table {
  width: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

/*メディアクエリ*/
/*PC*/
@media screen and (min-width: 1101px) {
  .sp {
    display: none !important;
  }
}
/*common*/
/* LAYOUT*/
body {
  min-width: 1100px;
  color: #313131;
  /*@include sp{
  	font-size:vw_sp(28);
  }*/
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 1101px) {
  body {
    font-size: 1.09375vw;
  }
}

.wrap {
  width: 90%;
  margin: 0 auto;
  position: relative;
}

/* グローバルナビ（PC） */
/*-------------------------------------------*/
#gnav {
  border-top: 1px solid #f1e3e8;
  border-bottom: 1px solid #f1e3e8;
  background-color: #fff;
}
#gnav .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#gnav .wrap .g-logo {
  width: 15%;
}
#gnav .wrap > ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#gnav .wrap > ul > li {
  position: relative;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  position: relative;
  line-height: 1.2;
  padding-left: 40px;
  font-size: 1.5625vw;
}
#gnav .wrap > ul > li span {
  color: #bf2f65;
  font-size: 1.171875vw;
}
#gnav .wrap > ul > li:before {
  content: "|";
  position: absolute;
  display: block;
  width: 1px;
  height: 16px;
  top: 1px;
  bottom: 0;
  left: 15px;
  margin: 0 auto;
  color: #787878;
}

.home #gnav {
  margin-bottom: 80px;
}

/*メニュー固定*/
.fixed #gnav {
  position: fixed;
  top: 0;
  width: 100%;
  display: block;
  z-index: 999;
}

/*ドロップダウンメニュー*/
/* 子メニュー（初期状態：非表示） */
#gnav ul li .sub-menu {
  position: absolute;
  top: 100%; /* 親メニューの真下に配置 */
  left: 50%;
  transform: translateX(-50%) translateY(10px); /* 中央配置かつ少し下にずらす */
  width: 180px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  z-index: 999;
  padding: 10px 0;
  list-style: none;
  /* アニメーション用 */
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

/* ホバー時に表示 */
#gnav ul li.has-child:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

/* 子メニュー内のリンクスタイル */
#gnav ul li .sub-menu li {
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
}

#gnav ul li .sub-menu li:last-child {
  border-bottom: none;
}

#gnav ul li .sub-menu li a {
  display: block;
  padding: 12px 15px;
  font-size: 14px;
  color: #333;
  text-align: left;
  line-height: 1.4;
  transition: background 0.3s;
}

#gnav ul li .sub-menu li a span {
  font-size: 12px; /* 子メニュー内の英字などは不要なら削除OK */
}

#gnav ul li .sub-menu li a:hover {
  background-color: #fff5f5; /* ほんのりピンク系 */
  color: #d1a4a4; /* ロゴの色味に合わせる */
}

/*背景*/
.bg01 {
  background: url(../img/main-bg.webp) no-repeat center top;
  background-size: cover;
}

/*共通パーツ*/
.icon_bil {
  padding: 5px 0 5px 40px;
  background: url(../img/icon_bil.webp) no-repeat left center;
  background-size: 10%;
  font-size: 1.5625vw;
  margin-left: 20px;
}

.icon_car {
  padding: 5px 0 5px 50px;
  background: url(../img/icon_car.webp) no-repeat left center;
  background-size: 10%;
  font-size: 1.5625vw;
  margin-left: 20px;
  margin-bottom: 20px;
}

.icon_map {
  padding: 5px 0 5px 40px;
  background: url(../img/icon_map.webp) no-repeat left center;
  background-size: 10%;
}

.icon_bil span, .icon_car span {
  color: #bf2f65;
}

/* header PC/SP共通 */
/*-------------------------------------------*/
#header #logo {
  width: 50%;
}
#header #tel {
  width: 20%;
}

@media screen and (min-width: 1101px) {
  #header {
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
/*メイン画像*/
/* main */
/*-------------------------------------------*/
.top_main {
  margin-left: 10%;
  padding-bottom: 50px;
}

/*中ページ*/
.s-main {
  background: url(../img/s-mainbg.webp) no-repeat center center;
  text-align: center;
  background-size: cover;
  padding: 100px 0;
  margin-top: 10px;
}
.s-main h2 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 3.75vw;
  line-height: 1;
}
.s-main P {
  font-family: "Shippori Mincho", serif;
  font-size: 1.875vw;
}

/*パンくず*/
div#bread {
  margin: 20px 0 60px 0;
}

#bread ul li {
  display: inline-block;
  font-size: 13px;
}

ul.bread-list li a {
  font-size: 13px;
  text-decoration: underline;
}

ul.bread-list li a:hover {
  text-decoration: none;
}

ul.bread-list li:after {
  content: ">";
  margin-left: 10px;
  margin-right: 5px;
}

ul.bread-list li:last-child:after {
  content: none;
}

/* footer PC/SP共通 */
/*-------------------------------------------*/
footer {
  position: relative;
  margin-top: -10px;
}

#footer {
  background: url(../img/f-bg.webp) no-repeat center top;
  padding: 100px 0 0;
}

.f-logo {
  text-align: center;
}
.f-logo img {
  width: 30%;
}

.f-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #b5b5b5;
  border-bottom: 1px solid #b5b5b5;
  padding: 15px 5%;
  margin: 40px 0;
}
.f-info .icon_car {
  font-size: 1.40625vw;
  background-size: 22%;
  margin-bottom: 0;
}
.f-info .icon_bil {
  font-size: 1.40625vw;
  background-size: 14%;
}
.f-info .btn01 {
  margin-bottom: 0;
}
.f-info .btn01 a {
  background: #ce8ea7 url(../img/ya_mark.webp) no-repeat right 10px center;
  background-size: 10%;
  width: 210px;
  color: #fff !important;
}

.oth-btn01 {
  margin: 50px 0 95px 0;
}

.f-link {
  background-color: #f2e6ea;
  padding: 55px 0;
}
.f-link .wrap {
  display: flex;
  justify-content: space-between;
}

.f-sitemap {
  display: flex;
  justify-content: space-between;
  width: 75%;
}
.f-sitemap p {
  font-weight: bold;
  font-size: 1.25vw;
  margin-bottom: 10px;
}
.f-sitemap ul {
  margin-left: 5px;
}
.f-sitemap ul li {
  margin-bottom: 10px;
}

.f-sns {
  display: flex;
}
.f-sns li {
  width: 15%;
  margin-right: 10px;
}

.f-info02 {
  display: flex;
  justify-content: space-between;
}
.f-info02 th, .f-info02 td {
  text-align: center;
  padding: 3%;
}
.f-info02 td {
  border-bottom: 1px solid #ce8ea7;
}
.f-info02 .time {
  width: 55%;
}
.f-info02 .time table {
  margin-bottom: 20px;
}
.f-info02 .rev_box {
  width: 40%;
}
.f-info02 .rev_box h5 {
  background-color: #f2e6ea;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 1.5625vw;
  border-radius: 20px;
  margin-bottom: 15px;
}
.f-info02 .rev_box > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 30px;
}
.f-info02 .rev_box a > img {
  width: 50%;
  margin: 10px 30px;
}
.f-info02 p {
  margin: 0 0 0 20px;
  line-height: 1.5;
}
.f-info02 .btn_line {
  width: 90px;
}
.f-info02 .btn_line img {
  width: 100% !important;
  margin: 0 !important;
}

.h-info {
  background-color: #f2e6ea;
}

.copyright {
  font-size: 13px;
  text-align: center;
  background-color: #e8c8d4;
  padding: 10px 0;
}

.top_btn {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 0;
  bottom: 50px;
  z-index: 99;
}

/* ボタン */
/*-------------------------------------------*/
.web-reserve-button {
  /* レイアウト: 縦並び・中央揃え */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* サイズと背景 */
  width: 175px;
  height: 105px;
  background-color: #ce8ea7; /* 画像に近いピンク */
  border-radius: 12px; /* 角の丸み */
  text-decoration: none; /* リンクの下線を消す */
  /* ホバー時のアニメーション */
  transition: opacity 0.3s ease;
}
.web-reserve-button:hover {
  opacity: 0.8;
}

.icon-laptop {
  display: block;
  width: 40px;
  height: 25px;
  border: 2px solid #ffffff;
  border-radius: 2px;
  position: relative;
  margin-bottom: 8px;
}
.icon-laptop::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: -5px;
  width: 50px;
  height: 3px;
  background-color: #ffffff;
}

.web-reserve-button .text {
  color: #ffffff;
  font-size: 1.40625vw;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.05em;
}

.btn01 {
  margin-bottom: 10px;
}
.btn01 a {
  font-size: 1.171875vw;
  display: inline-block;
  padding: 10px 0;
  width: 320px;
  text-align: center;
  background-color: #000;
  background: #bf2f65 url(../img/ya_mark.webp) no-repeat right 10px center;
  background-size: 7%;
  color: #fff !important;
}

.btn02 {
  margin-bottom: 10px;
}
.btn02 a {
  font-size: 1.171875vw;
  display: inline-block;
  padding: 15px 0;
  width: 100%;
  text-align: center;
  background-color: #000;
  background: #af9e79 url(../img/ya_mark.webp) no-repeat right 10px center;
  background-size: 7%;
  color: #fff;
  margin-top: -20px;
}

/*WEB予約ボタン*/
.btn-web-reserve {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #bf2f65; /* メインのえんじ色 */
  color: #fff;
  text-decoration: none;
  padding: 3px 0;
  width: 320px;
  border-radius: 15px; /* 角丸 */
  transition: opacity 0.3s;
}

.btn-header {
  display: flex;
  align-items: center;
}

.icon-pc {
  position: relative;
  width: 32px;
  height: 20px;
  border: 2px solid #fff;
  border-radius: 2px;
  margin-right: 15px;
}

.icon-pc::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: -4px;
  width: 40px;
  height: 3px;
  background-color: #fff;
  border-radius: 1px;
}

.main-text {
  font-size: 2.5vw;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.05em;
  font-family: "Shippori Mincho", serif;
}

.sub-text {
  font-size: 1.09375vw;
  letter-spacing: 0.02em;
  color: #fff;
}

/* コンテンツレイアウト */
/*-------------------------------------------*/
section {
  margin-bottom: 120px;
}

.conte {
  margin-bottom: 150px;
}
.conte a {
  color: #bf2f65;
  text-decoration: underline;
}
.conte .btn01 {
  margin-top: 25px;
}
.conte .btn01 a {
  text-decoration: none;
}

/* top */
/*-------------------------------------------*/
#top01 {
  margin-bottom: 0;
}
#top01 .in_box {
  display: flex;
  align-items: flex-start;
  position: relative;
}
#top01 .in_box > img {
  width: 43%;
  height: auto;
  position: absolute;
  top: 50px;
  left: 10%;
}
#top01 .in_box > div {
  background-color: #f7eff2;
  margin-left: 37%;
  border-radius: 20px;
}
#top01 .in_box > div > img {
  width: 50%;
  margin-left: 14%;
  margin-top: -30px;
  margin-bottom: 25px;
}
#top01 .in_box > div > div {
  margin: 0 10% 80px 33%;
}
#top01 .in_box > div > div h3 {
  font-size: 3.125vw;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 30px;
}
#top01 .in_box > div > div h3 span {
  color: #bf2f65;
}
#top01 .in_box > div > div p {
  margin-bottom: 30px;
}
#top01 .in_box > div ul li {
  display: flex;
  align-items: center;
  background: linear-gradient(to right, #e2d1db, #d9c5d1);
  border-radius: 50px;
  border: 2px solid #fff;
  margin-bottom: 10px;
}
#top01 .in_box > div ul li img {
  width: 46px;
  height: 46px;
  margin: 0 20px 0 60px;
}

#top02 {
  background: url(../img/bg02.webp) no-repeat center top;
  background-size: contain;
  padding-top: 100px;
  margin-bottom: 0;
}
#top02 .wrap {
  text-align: center;
}
#top02 .wrap > img {
  width: 18%;
  margin-bottom: 20px;
}
#top02 .wrap h3 {
  font-size: 3.515625vw;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  margin-bottom: 35px;
}

.feature_box {
  display: flex;
  justify-content: space-between;
}
.feature_box h4 {
  font-size: 20px;
  font-family: "Shippori Mincho", serif;
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  line-height: 1.5;
}
.feature_box h4 span {
  font-size: 28px;
  color: #bf2f65;
}
.feature_box > div {
  width: 350px;
}
.feature_box > div p {
  text-align: left;
}
.feature_box > div > div {
  width: 350px;
  height: 370px;
  position: relative;
  background-size: contain !important;
}
.feature_box #fe01 > div {
  background: url(../img/top02-img01.png) no-repeat center center;
}
.feature_box #fe02 > div {
  background: url(../img/top02-img02.png) no-repeat center center;
}
.feature_box #fe03 > div {
  background: url(../img/top02-img03.png) no-repeat center center;
}

.gallery {
  margin-top: -20px;
  z-index: 99;
  position: relative;
}
.gallery ul {
  display: flex;
  justify-content: space-between;
}
.gallery ul li {
  width: 24%;
}

#top03 {
  background: url(../img/bg03.webp) no-repeat right top;
  background-size: contain;
  padding-top: 100px;
  margin-bottom: 0;
}
#top03 .in_box {
  display: flex;
  align-items: flex-start;
  position: relative;
}
#top03 .in_box > img {
  width: 43%;
  height: auto;
  position: absolute;
  top: -50px;
  right: 8%;
}
#top03 .in_box > div {
  background: #f7eff2 url(../img/text-bg.webp) no-repeat center top;
  margin-right: 20%;
  border-radius: 20px;
}
#top03 .in_box > div > img {
  width: 50%;
  margin-left: 14%;
  margin-top: -30px;
  margin-bottom: 55px;
}
#top03 .in_box > div .text-in {
  margin: 0 45% 80px 15%;
}
#top03 .in_box > div .text-in h3 {
  font-size: 3.125vw;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 30px;
}
#top03 .in_box > div .text-in h3 span {
  color: #bf2f65;
}
#top03 .in_box > div .text-in p {
  margin-bottom: 30px;
}

#top04 {
  background: url(../img/bg04.webp) no-repeat left top;
  background-size: contain;
  padding-top: 100px;
}
#top04 h3 {
  font-size: 3.515625vw;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  margin-bottom: 35px;
}
#top04 h4 {
  font-size: 1.875vw;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  margin-bottom: 35px;
}
#top04 p {
  margin-bottom: 40px;
}
@media screen and (min-width: 1101px) {
  #top04 .in_box {
    display: flex;
    position: relative;
    align-items: flex-start;
  }
  #top04 .in_box > img {
    width: 42%;
    height: auto;
    position: absolute;
    top: 120px;
    left: 10%;
  }
  #top04 .in_box > div {
    background: #f7eff2 url(../img/text-bg.webp) no-repeat center top;
    background-size: contain;
    margin-left: 37%;
    border-radius: 20px;
  }
  #top04 .in_box > div > img {
    width: 50%;
    margin-left: 14%;
    margin-top: -30px;
    margin-bottom: 25px;
  }
  #top04 .in_box > div > div {
    margin: 0 10% 80px 33%;
  }
}

#top05 .wrap {
  background: url(../img/news-frame.webp) no-repeat center center;
  padding: 50px 3%;
  background-size: contain;
  width: 1000px;
  height: 300px;
}

.top_news {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.top_news > div {
  width: 30%;
}
.top_news .top_news_box-in {
  width: 65%;
}
.top_news .top_news-cont {
  display: flex;
  padding: 25px 0;
  border-top: 1px dotted #313131;
}
.top_news .top_news-date {
  color: #bf2f65;
  margin-right: 50px;
}

#top06 {
  position: relative;
  margin-bottom: 0;
}
#top06 > div {
  background-color: #fff;
  border: 1px solid #bf2f65;
  padding: 30px 50px;
  display: inline-block;
  border-radius: 20px;
  position: absolute;
  top: 60px;
  right: 10%;
}

/* タイトル（グーテンベルク） */
/*-------------------------------------------*/
/* フォントを明朝体に、文字色を濃いグレーに設定 */
h3.wp-block-heading {
  font-family: "Shippori Mincho", serif;
  font-size: 3.75vw;
  text-align: center; /* 中央揃え */
  position: relative; /* 擬似要素（ドット）を配置するための基準 */
  display: inline-block; /* ドットを文字幅に合わせるため */
  padding-bottom: 5px; /* 文字とラインの間の余白 */
  /* デフォルトの下線を消す（もしあれば） */
  text-decoration: none;
  display: block;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 45px; /* 見出し下の余白 */
  font-weight: unset;
}

/* 中央のピンク色のライン */
h3.wp-block-heading::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 140px; /* ラインの長さ */
  height: 1.5px; /* ラインの太さ（少し細くするとより上品です） */
  background-color: #d1a1b5;
}

/* 左右のドット */
h3.wp-block-heading::after {
  content: "";
  position: absolute;
  bottom: -4px; /* ラインの中央にドットが来るよう調整 */
  left: 50%;
  transform: translateX(-50%);
  /* ドット自体の設定 */
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: transparent; /* 中央の本体は透明にする */
  /* box-shadowで左右にドットを飛ばす */
  /* -70px（左）と 70px（右）の合計がラインの長さ140pxと一致します */
  box-shadow: -70px 0 0 0 #c98fa8, 70px 0 0 0 #c98fa8;
}

h4.wp-block-heading {
  font-family: "Shippori Mincho", serif;
  font-size: 2.34375vw;
  font-weight: unset;
  margin-bottom: 30px;
}
h4.wp-block-heading strong {
  color: #bf2f65;
  font-weight: unset;
}

h5.wp-block-heading {
  font-family: "Shippori Mincho", serif;
  font-size: 1.5625vw;
  font-weight: unset;
  margin-bottom: 20px;
}
h5.wp-block-heading strong {
  color: #bf2f65;
  font-weight: unset;
}

.flow {
  background-color: #f7eff2;
  border-radius: 20px;
  padding: 5%;
}
.flow h5 {
  font-family: "Shippori Mincho", serif;
  font-size: 2.03125vw;
  font-weight: unset;
  padding-left: 65px;
  margin-bottom: 20px;
}
.flow .flow01 {
  background: url(../img/f_01.png) no-repeat left center;
  background-size: contain;
}
.flow .flow02 {
  background: url(../img/f_02.png) no-repeat left center;
  background-size: contain;
}
.flow .flow03 {
  background: url(../img/f_03.png) no-repeat left center;
  background-size: contain;
}
.flow .flow04 {
  background: url(../img/f_04.png) no-repeat left center;
  background-size: contain;
}
.flow .flow05 {
  background: url(../img/f_05.png) no-repeat left center;
  background-size: contain;
}
.flow .flow06 {
  background: url(../img/f_06.png) no-repeat left center;
  background-size: contain;
}
.flow > div > div {
  margin-bottom: 20px;
  padding-bottom: 70px;
  background: url(../img/flow-line.png) no-repeat center bottom;
  background-size: contain;
}
.flow > div > div:last-child {
  background: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.wp-block-table td, .wp-block-table th {
  border: none !important;
  border-top: 1px dotted #88757c !important;
  border-bottom: 1px dotted #88757c !important;
  border-left: 1px solid #d2d2d2 !important;
  border-right: 1px solid #d2d2d2 !important;
  text-align: center;
  padding: 25px 0 !important;
}

.wp-block-table {
  margin-bottom: 20px;
}
.wp-block-table thead {
  background-color: #e0c3ce;
  border-bottom: none !important;
}
.wp-block-table td {
  vertical-align: middle;
}
.wp-block-table tr > td:first-child {
  background-color: #f7eff2;
}
.wp-block-table.type02 td:last-child {
  text-align: left;
  padding: 3% 5% !important;
}
.wp-block-table.type02 tr > td:first-child {
  width: 40%;
}

.bg-pink {
  background-color: #f7eff2;
  padding: 5%;
  border-radius: 20px;
}
.bg-pink #tel {
  width: 60%;
  margin-bottom: 25px;
}

.partners {
  background-color: #f7eff2;
  padding: 5% 10% 6% 15%;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.partners li {
  list-style: disc;
  width: 45%;
}

/* 投稿 */
/*-------------------------------------------*/
/*一覧*/
#blog-list .wrap {
  display: flex;
  justify-content: space-between;
}

.blog-con {
  width: 60%;
}

.blog-side {
  width: 30%;
}

.blog_box {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #ce8ea7;
}
.blog_box a {
  text-decoration: none;
  display: flex;
}

.blogs-img {
  margin-right: 20px;
}

.blog-title h4 {
  font-size: 1.5625vw;
}

.blog-date02 {
  margin-right: 20px;
}

/*詳細*/
.blog-date {
  margin-bottom: 20px;
}

/*カテゴリー*/
.category .s-main {
  display: none;
}
/*# sourceMappingURL=style.css.map */