@charset "utf-8";

@media(min-width: 767px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

@font-face {
  font-family: "こころ明朝";
  src: url('https://cdn.leafscape.be/kokoro/Kokoro_web.woff2') format("woff2");
}

/*-------------------------------------------------
このフォントはIPAフォントライセンスv1.0の下で提供されています。
http://ipafont.ipa.go.jp/ipa_font_license_v1.html
オリジナルのフォントは以下から取得できます。
http://ipafont.ipa.go.jp/
-------------------------------------------------*/

/* * {
  border: 1px dotted #F5695F;
} */

/* 全体の設定
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #333333;
  font-family: 'Noto Serif JP', serif;
  background: #fff;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 auto;
  padding: 0;
  font-size: 1.6rem;
}

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

a {
  text-decoration-line: none;
  color: #333333;
}

a:hover {
  opacity: 0.7;
}

ul {
  list-style: none;
}

h1,
h2,
h3 {
  font-weight: bold;
}

h1 {
  font-size: 3.2rem;
}

h2 {
  font-size: 2.4rem;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb120 {
  margin-bottom: 120px;
}

.mt40 {
  margin-top: 40px;
}

.mt100 {
  margin-top: 100px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb100 {
  padding-bottom: 100px;
}

.pt40 {
  padding-top: 40px;
}

.pt60 {
  padding-top: 60px;
}

.pt80 {
  padding-top: 80px;
}

.pt100 {
  padding-top: 100px;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.bold {
  font-weight: bold;
}

.row {
  display: flex;
  flex-direction: row;
}

.con2 {
  flex-basis: 48%;
}

.con3 {
  flex-basis: calc(100% / 3);
}

.relative {
  position: relative;
}

.sp-view {
  display: none;
}

.pc-view {
  display: block;
}

.view-1200 {
  display: block;
}

.view-1200under {
  display: none;
}

.box700 {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
.box1200 {
  max-width: 1200px;
  padding-right: 10px;
  padding-left: 10px;
  margin: 0 auto;
}

.jump-point, .jump-point2 {
  padding-top: 100px;
  margin-top: -100px;
}

/***************************************/
/*           header                    */
/***************************************/
header {
  font-family: "こころ明朝"
}

header .pc-view {
  display: block;
}

header .sp-view {
  display: none;
}


header h1.row {
  gap: 10px;
  align-items: center;
  justify-content: center;
}

header h1 p {
  font-size: 1.6rem;
}

.bg-sp-nav,
.bg-sp-nav-top {
  background: rgba(184, 193, 204, 0.8);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.sp-logo {
  padding: 1em 1em 0.5em;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}

/**************************************/
/*         SP                         */
/**************************************/
#g-nav {
  position: fixed;
  z-index: 99;
  /*ナビのスタート位置と形状*/
  top: -120%;
  left: 0;
  width: 100%;
  height: 100vh;
  /*ナビの高さ*/
  background: rgba(184, 193, 204, 0.9);
  /*動き*/
  transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
  top: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100vh;
  /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*リストのレイアウト設定*/

#g-nav li {
  list-style: none;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

#g-nav li a {
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.row-nav-sns {
  display: flex;
  flex-direction: row;
}


/*========= ボタンのためのCSS ===============*/
/*ボタン外側*/
.openbtn {
  position: fixed;
  top: 20px;
  right: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  z-index: 999;
}

/*ボタン内側*/
.openbtn span {
  display: inline-block;
  transition: all .4s;
  /*アニメーションの設定*/
  position: absolute;

  left: 14px;
  height: 3px;
  /* border-radius: 5px; */
  background: #000;
  width: 55%;
}

.openbtn span:nth-of-type(1) {
  top: 13px;
}

.openbtn span:nth-of-type(2) {
  top: 23px;
}

.openbtn span:nth-of-type(3) {
  top: 33px;
}


/*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/
.openbtn.active span:nth-of-type(1) {
  top: 14px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 40%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 26px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 40%;
}

/**************************************/
/*         PC                         */
/**************************************/
#pc-g-nav {
  width: 100vw;
}

#pc-g-nav.m_fixed {
  left: 0;
  position: fixed;
  top: 0;
  z-index: 9999;
}

.bg-nav {
  background-color: rgba(184, 193, 204, 0.8);
}

.logo-nav-area {
  max-width: 1220px;
  padding: 10px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.pc-nav ul.row {
  align-items: center;
  gap: 20px;
}

.pc-nav ul li {
  font-size: 1.8rem;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
}

.bg-polygon {
  position: relative;
  width: 100%;
  height: 100%;
  clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px), 0 10px);
}

.bg-polygon::before {
  position: absolute;
  content: "";
  display: block;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  clip-path: polygon(9px 0, calc(100% - 9px) 0, 100% 9px, 100% calc(100% - 9px), calc(100% - 9px) 100%, 9px 100%, 0 calc(100% - 9px), 0 9px);
}

.bg-polygon::after {
  position: absolute;
  content: "";
  display: block;
  top: 5px;
  left: 6px;
  right: 6px;
  bottom: 5px;
  clip-path: polygon(7px 0, calc(100% - 7px) 0, 100% 7px, 100% calc(100% - 7px), calc(100% - 7px) 100%, 7px 100%, 0 calc(100% - 7px), 0 7px);
}

.polygon-inner {
  position: relative;
  z-index: 10;
}

header .bg-polygon {
  background-color: #fff;
  height: 85px;
  width: 150px;
}

header .bg-polygon::before {
  background-color: rgba(184, 193, 204, 0.8);
}

header .bg-polygon::after {
  background-color: #fff;
}

ul li.bg-flower {
  font-size: 2rem;
}

ul .bg-flower .polygon-inner {
  top: 15%;
}

.bg-flower::after {
  background-image: url(../images/reserve-fl-l.png), url(../images/reserve-fl-r.png);
  background-position: top 5px left 5px, bottom 5px right 5px;
}

ul .bg-telday .polygon-inner {
  top: 5%;
}

.nav-tel {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  line-height: 0.8;
}

.nav-day {
  font-weight: 400;
  font-size: 1.2rem;
}


/********************************/
/*           main               */
/********************************/
.jump-top {
  padding-top: 120px;
  margin-top: -120px;
}


.top-view {
  background: url(../images/top/bg-topview.jpg) no-repeat;
  background-size: 100% 100%;
  font-family: "こころ明朝";
  text-align: center;
}

.top1600w {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
  background: url(../images/topview.png) no-repeat;
  background-size: contain;
  height: clamp(300px, 50vw, 580px);
}

.top-txt-area {
  position: absolute;
  right: 5%;
  top: 13%;
  background: #ffffff6e;
  border-radius: 5% / 9%;
  padding: 1em;
  margin: 2em 0;
}

.top-view h2 {
  font-size: clamp(20px, 3vw, 36px);
  padding: 1em 0;
}

.top-view p {
  padding-bottom: 1em;
}

h2 {
  font-size: 2.4rem;
  font-family: "こころ明朝";
  text-align: center;
  padding: 2em;
}

.bg-flower2 {
  background: url(../images/top/bg-flower-l.png) no-repeat, url(../images/top/bg-flower-r.png) no-repeat;
  background-position: left bottom, right bottom;
  margin-bottom: 40px;
}

.ttl-flower-area h2 {
  background: url(../images/ttl_flower_l.png) no-repeat left / contain, 
  url(../images/ttl_flower_r.png) no-repeat right /contain;
  /* background-position: left, right; */
  display: block;
  padding: 1em 3em;
  margin: 0 auto;
  width: 19em;
}

.ttl-flower-area {
  background: url(../images/ttl_flower_bg.png) no-repeat bottom / contain;
  height: 11.5em;
  margin: 5em 0 1em;
}

.bg-polygon {
  position: relative;
  width: 100%;
  height: 100%;
  clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px), 0 10px);
}

.polygon-gold {
  position: relative;
  background-color: #d7b34f;
  clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px), 0 10px);
  height: 3em;
  margin: 0 auto;
}

.polygon-gold .polygon-inner {
  color: #fff;
  text-align: center;
  top: 28%;
  font-family: "こころ明朝";
}

.polygon-gold::before {
  position: absolute;
  content: "";
  display: block;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  clip-path: polygon(9px 0, calc(100% - 9px) 0, 100% 9px, 100% calc(100% - 9px), calc(100% - 9px) 100%, 9px 100%, 0 calc(100% - 9px), 0 9px);
  background-color: #fff;
}

.bg-lblue {
  background-color: #eeeff2;
  margin-bottom: 40px;
}

.polygon-gold::after {
  position: absolute;
  content: "";
  display: block;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  clip-path: polygon(9px 0, calc(100% - 9px) 0, 100% 9px, 100% calc(100% - 9px), calc(100% - 9px) 100%, 9px 100%, 0 calc(100% - 9px), 0 9px);
  background-color: #d7b34f;
}

.row-intro {
  gap: 80px;
  justify-content: center;
}

.row-intro .intro-txt {
  padding: 1em 0.5em;
}

.ttl-leaf-area h2 {
  background: url(../images/ttl_leaf_l.png) no-repeat, url(../images/ttl_leaf_r.png) no-repeat;
  background-position: left, right;
  display: block;
  padding: 2em 3em;
  margin: 0 auto;
  width: 19em;
}

.ttl-leaf-area {
  background: url(../images/ttl_leaf_bg.png) no-repeat bottom / cover;
  height: 11.5em;
}

.polygon-profile {
  background: url(../images/top/bg-stone.jpg) repeat;
  text-align: center;
  position: relative;
  clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px), 0 10px);
  height: 100%;
  width: 100%;
  padding: 3em 1.5em 1em;
}

.polygon-profile::before {
  position: absolute;
  content: "";
  display: block;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  clip-path: polygon(9px 0, calc(100% - 9px) 0, 100% 9px, 100% calc(100% - 9px), calc(100% - 9px) 100%, 9px 100%, 0 calc(100% - 9px), 0 9px);
  background: #b8c1cc;
}

.polygon-profile::after {
  position: absolute;
  content: "";
  display: block;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  clip-path: polygon(9px 0, calc(100% - 9px) 0, 100% 9px, 100% calc(100% - 9px), calc(100% - 9px) 100%, 9px 100%, 0 calc(100% - 9px), 0 9px);
  background: url(../images/top/bg-stone.jpg) repeat;
}
.polygon-profile.box700 {
	padding-bottom: 1.5em;
}

.row-profile {
  gap: 60px;
  justify-content: center;
}

.profile-name {
  font-family: "こころ明朝";
  line-height: 1.2;
  margin: 2em 0 1em;
}

.profile-name span {
  font-size: 2.4rem;
}

.profile-txt {
  display: block;
  width: 18em;
  text-align: left;
  margin: 0 auto 2em;
}

.row-effect {
  gap: 20px;
  justify-content: center;
}

.row .row-effect-inner {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.polygon-gold.menu-here-btn {
  width: 14em;
  margin: 4em auto;
  padding: 0 1em;
}

.polygon-gold.menu-here-btn p {
  text-align: left;
  padding: 0 1em;
}

.polygon-gold.menu-here-btn p::after {
  content: "";
  display: inline-block;
  background: url(../images/white-arrow-r.png) no-repeat;
  width: 2em;
  height: 1em;
  top: 5px;
  position: absolute;
  top: 7px;
  right: 3%;
}

.row-question {
  justify-content: space-between;
  margin: 0 auto;
}

.question-q, .question-q2 {
  display: block;
  background-color: #fff;
  padding: 1em 1em 1em 2.5em;
  border-radius: 50px;
  font-size: clamp(16px, 2vw, 24px);
  font-family: "こころ明朝";
  line-height: 1.2;
  height: 3em;
  position: relative;
}

.question-q::before, .question-q2::before {
  content: "Q";
  position: absolute;
  left: 20px;}

.question-a {
  position: relative;
  padding: 1em 1em 4em 3em;
}

.question-a::before {
  content: "A";
  margin-right: 10px;
  font-family: "こころ明朝";
  font-size: 2.4rem;
  position: absolute;
  top: 5px;
  left: 20px;
}

#reserve-area {
  position: relative;
  padding-bottom: 60%;
  height: auto;
  min-height: 1240px;
  margin: 2em 0 6em;
}

#reserve-area iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#reserve-area iframe .selectform .background {
  background-color: #eeeff2;
}

/**************************************/
/*       TOPのスライド (ここから)        */
/**************************************/

.top-slider-area .slick-prev,
.top-slider-area .slick-next {
  width: 40px;
  height: 40px;
  /* z-index: 99; */
}

.top-slider-area .slick-next {
  right: 0px;
}

.top-slider-area .slick-prev {
  left: 0px;
}

.top-slider-area .slick-prev:before,
.top-slider-area .slick-next:before {
  display: block;
  font-size: 24px;
  background-color: #fff;
  border-radius: 100%;
  padding: 10px;
  width: 40px;
  height: 40px;
  color: #000;
  opacity: 1;
  line-height: 0.5;
}

.top-slider-area .slick-prev:before {
  content: '<';
}

.top-slider-area .slick-next:before {
  content: '>';
}

.slick-dots li button:before {
  font-size: 18px;
  top: 6px;
}

.top-slider {
  width: 100%;
  padding: 2em;
}

.top-slider .slick-slide {
  margin: 0 12px;
  padding: 25px 0;
}

.top-slider .slick-slide:not(.slick-active) {
  -webkit-filter: opacity(70%);
  -moz-filter: opacity(70%);
  -o-filter: opacity(70%);
  -ms-filter: opacity(70%);
  filter: opacity(70%);
  transition: 0.2s linear;
}

.top-slide-item img {
  opacity: .3;
  transform: scale(.8);
  transition: opacity .5s, transform .5s;
}

.top-slider .slick-center img {
  opacity: 1;
  transform: scale(1);
}

/**************************************/
/*       TOPのスライド (ここまで)        */
/**************************************/

.pagetop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 9999;
  transition: .3s;
  height: 50px;
  width: 50px;
  opacity: 0;
}

.pagetop:hover {
  box-shadow: 0 0 10px #fff;
}

/***********************************/
/*          フッター                */
/***********************************/
.bg-footer {
  background: #b8c1cc;
  padding: 2em 0 0;
}

.row-footer {
  justify-content: center;
  gap: 20px;
}

.footer-nav {
  justify-content: center;
  margin-bottom: 2em;
}

.footer-nav li {
  padding: 5px 2em;
  margin: 0 5px;
}

.footer-nav li:hover {
  background-color: rgba(169, 19, 19, 0.4);
}

.footer-table {
  border-collapse: collapse;
}

.footer-table th,
.footer-table td {
  padding: 5px 1em;
  vertical-align: top;
}

.footer-table th {
  text-align-last: left;
  font-weight: 400;
}

.footer-table th::before {
  content: "";
  display: inline-block;
  background-color: #ac922d;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  position: relative;
  top: 4px;
  left: 0;
}

.sns-area-row {
  gap: 10px;
}

footer .bg-polygon {
  background-color: #fff;
  height: 80px;
  width: 200px;
}

footer .bg-polygon::before {
  background-color: rgba(184, 193, 204, 0.8);
}

footer .bg-polygon::after {
  background-color: #fff;
}

footer .bg-polygon.polygon-footer-tel {
  width: 235px;
}

footer .bg-polygon.polygon-footer-tel a {
  position: absolute;
  top: 7px;
  left: 10px;
  text-align: center;
}

.footer-inquiry {
  font-family: こころ明朝;
  font-size: 20px;
}

.footer-telnum {
  font-weight: bold;
  font-size: 28px;
  line-height: 1;
}

.footer-telnum::before {
  content: "";
  display: inline-block;
  background: url(../images/tel-icon.png) no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  position: relative;
  top: 3px;
  margin-right: 5px;
}

.footer-sns-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 5px 10px;
  /* position: absolute;
  top: 8px;
  left: 10px; */
}

.footer-sns-row .sns-ttl {
  font-size: 18px;
  text-align: center;
  margin-bottom: 5px;
}

.footer-sns-row .sns-txt {
  font-family: "こころ明朝";
  font-size: 15px;
  line-height: 1;
  text-align: center;
}

.footer-sns-row img {
  max-height: 60px;
  position: relative;
  top: 4px;
}

.googlemap-area {
  flex-basis: 35%;
}

.googlemap-area iframe {
  width: 100%;
  height: 100%;
}

.copyright {
  text-align: center;
  padding: 3em 0;
  font-size: 1.2rem;
}

@media screen and (max-width: 1200px) {
  .view-1200 {
    display: none;
  }

  .view-1200under {
    display: block;
  }
}

@media screen and (max-width: 1000px) {
  header .pc-view {
    display: none;
  }

  header .sp-view {
    display: block;
  }

  .top1600w {
    background: url(../images/topview.png) no-repeat -30% / contain;
  }

  .top-txt-area {
    top: 6%;
  }

  .row-intro {
    gap: 3em;
  }

  .intro-inner {
    max-width: 80%;
  }

  #reserve-area {
    padding-bottom: 60%;
    min-height: 800px;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.6em;
  }

  .sp-view {
    display: block;
  }

  .pc-view {
    display: none;
  }

  .row {
    flex-direction: column;
    align-items: center;
  }

  header h1 img {
    max-width: 80%;
  }

  .top-slider {
    padding: 0;
  }

  .top1600w {
    padding: 0;
    background: url(../images/topview-sp.png) no-repeat;
    background-size: clamp(230px, 80vw, 480px);
    background-position: bottom;
    height: clamp(519px, 156vw, 740px);
  }

  .top-txt-area {
    position: unset;
    background: none;
    padding: 0.5em;
    margin: 0;
  }

  .ttl-flower-area h2 {
    background-size: 10%, 10%;
    padding: 1em 0;
    width: clamp(17em,80vw,20em);
    font-size: 18px;
  }

  .ttl-flower-area {
    height: 6em;
    margin: 5em 0 1em;
  }

  .bg-flower2 {
    background: none;
  }

  .row-intro {
    gap: 40px;
  }

  .ttl-leaf-area h2 {
    background-size: 25%, 25%;
    padding: 1em 0;
    width: 90vw;
    font-size: 18px;
  }

  .ttl-leaf-area {  
    height: 5em;
  }

  .question-q2 {
    padding: 0.4em 2.5em;
}


  .footer-table th,
  .footer-table td {
    display: block;
    padding: 5px;
  }

  .footer-table th {
    font-weight: bold;
  }

  .footer-table td {
    margin-bottom: 10px;
    padding-left: 1.5em;
  }

  footer .bg-polygon {
    width: 237px;
  }

  .footer-sns-row {
    left: 30px;
    gap: 10px;
    padding: 5px 20px;
  }


  .pagetop {
    right: 20px;
  }

  .jump-point2 {
    padding-top: 20px;
    margin-top: -20px;
  }
	
	.polygon-profile.box700 {
		max-width: 336px;
	}
	.polygon-profile.box700 .row-intro {
		gap: 1rem;
	}
	
	.polygon-profile.box700 .profile-txt {
		width: 100%;
	}
  

}

/**********************/
/*    メニューページ    */
/**********************/

.menu-top-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 1200px;
  gap: 1em 2em;
  margin: 0 auto 80px;
  justify-content: center;
}
.menu-top-row::after{
  content:"";
  display: block;
  width:16em;
}
.menu-top-row li.dummy {
  visibility: hidden;
  width: 16em;
}

.menu-top-row .polygon-gold.menu-here-btn {
  width: 16em;
  margin: 0;
  padding: 0;
  height: 3.5em;
}

.menu-top-row .polygon-gold .polygon-inner {
  top: 36%;
  left: -5%;                                
}

.menu-top-row .polygon-gold .polygon-inner.menu-btn-inner2 {
  top: 22%;
}

.menu-top-row .polygon-gold.menu-here-btn p {
  font-size: 1.8rem;
  text-align: center;
  line-height: 1;
}

.polygon-gold.menu-here-btn a {
  color: #fff;
}

.menu-top-row .polygon-gold.menu-here-btn p::after {
  top: 5px;
  right: -2%;
}

.menu-top-row .polygon-gold.menu-here-btn .menu-btn-inner2 p::after {
  top: 12px;
}

.bg-oil {
  background: url(../images/menu/bg-oil.png) no-repeat;
  background-size: contain;
  background-position: bottom;
  padding-bottom: 2em;
}

.bg-oil-flower {
  background: url(../images/menu/ttl-oil-l.png) no-repeat, url(../images/menu/ttl-oil-r.png) no-repeat;
  background-position: top left, top right;
  text-align: center;
  margin: 0px auto;
  max-width: 870px;
}

/* .bg-oil h2 {
  font-size: clamp(2rem, 5vw, 3.2rem);
  color: #c9a063;
  padding-bottom: 1em;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
} */

.bg-oil .oil-txt {
  padding-bottom: clamp(165px, 20vw, 289px);
}

.row.oil-image-area {
  justify-content: center;
  margin-bottom: 60px;
}

.ttl-leaf-area h3 {
  background: url(../images/ttl_leaf_l.png) no-repeat left,
    url(../images/ttl_leaf_r.png) no-repeat right;
  display: block;
  padding: 2em 3em;
  margin: 0 auto;
  width: 19em;
  font-size: 2.8rem;
  font-weight: 600;
  font-family: 'こころ明朝';
  text-align: center;
}

.gold-ttl {
  font-size: 2.8rem;
    color: #c9a063;
    padding: 10px 0;
    margin: 1em auto 0.5em;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    text-align: center;
    background: url(../images/menu/ttl-oil-l.png) no-repeat left / contain, 
    url(../images/menu/ttl-oil-r.png) no-repeat right / contain;
    max-width: 600px;
    line-height: 1.2;
}

.shaving-basic {
  background: url(../images/menu/bg-shaving.png) no-repeat left / contain;
}

.menu-price-row {
  justify-content: center;
  gap: 3em;
  margin: 2em auto;
}

.menu-price-row2 {
  justify-content: center;
  gap: 2em;
  flex-wrap: wrap;
  margin: 2em auto;
}
.menu-price-row2::after{
  content:"";
  display: block;
  width:370px;
}

.sec-menu {
  background: url(../images/ttl_flower_bg.png) no-repeat top / contain;
  padding-top: 120px;
}

.sec-menu h2 {
  font-size: clamp(2rem, 5vw, 3.2rem);
  color: #c9a063;
  padding: 10px 0;
  margin: 1em auto 0.5em;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  background: url(../images/menu/ttl-oil-l.png) no-repeat left / contain,
    url(../images/menu/ttl-oil-r.png) no-repeat right / contain;
}

.menu-ttl-row {
  justify-content: center;
  gap: 2em;
  max-width: 960px;
  margin: 0 auto 60px;
  align-items: center;
}

.menu-ttl-l {
  flex-basis: 55%;
}

.menu-ttl-l p {
  margin-left: 1em;
}

.menu-ttl-r {
  flex-basis: 45%;
}

.menu-ttl-r img {
  width: 100%;
}

h3.menu-info {
  background: url(../images/menu/ttl-menu-leaf-l.png) no-repeat left,
    url(../images/menu/ttl-menu-leaf-r.png) no-repeat right;
  display: block;
  padding: 2em 3em;
  margin: 0 auto;
  width: 19em;
  font-size: 2.8rem;
  font-weight: 600;
  font-family: 'こころ明朝';
  text-align: center;
}

.menu-shaving-row {
  gap: 3em;
  max-width: 1000px;
  margin: 1em auto 4em;
}

.menu-shaving-row .con3>p {
  padding: 1em;
}

.polygon-gold.polygon-menu {
  background-color: rgba(184, 193, 204, 0.8);
  height: 4.5em;
}

.polygon-gold.polygon-menu::before {
  background-color: #fff;
}

.polygon-gold.polygon-menu::after {
  background-color: rgba(184, 193, 204, 0.8);
}

.polygon-gold.polygon-menu .polygon-inner {
  color: #000;
  font-size: 1.8rem;
  top: 30%;
  font-family: 'Noto Serif JP', serif;
}

.body-price-area h3 {
  color: #ac922d;
  font-weight: 600;
  text-align: center;
  font-size: 3rem;
  padding: 1.5em 0 0.5em;
}

.body-price-area .row {
  gap: 2em;
  justify-content: center;
}

#sec-menu-bridal p strong {
  display: inline-block;
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1.6;
  padding-bottom: 1em;
}



@media screen and (max-width: 1000px) {
  .ttl-flower-area {
    margin: 8em 0 1em;
  }
}

@media screen and (max-width: 768px) {
  .ttl-flower-area {
    margin: 2em 0 0;
  }

  .menu-top-row {
    gap: 0.5em;
  }

  .menu-top-row .polygon-gold.menu-here-btn {
    height: 3em;
  }

  .menu-top-row .polygon-gold.menu-here-btn p {
    font-size: 1.6rem;
  }

  .bg-oil-flower {
    background-size: clamp(56px,15%,100px), clamp(56px,15%,100px);
    padding: 0 2em;
  }

  .bg-oil .oil-txt {
    padding-top: 1.5em;
    padding-bottom: clamp(110px, 20vw, 289px);
  }

  .row.oil-image-area {
    flex-direction: column;
    gap: 2em;
  }

  .ttl-leaf-area h3,
  h3.menu-info {
    background-size: 25%, 25%;
    padding: 1em 0;
    width: 90vw;
    font-size: 18px;
  }

  .sec-menu .box1200 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .sec-menu {
    padding-top: 15px;
  }

  .menu-ttl-row {
    align-items: center;
  }

  .menu-price-row2 {
    justify-content: center;
    gap: 0;
    flex-wrap: nowrap;
  }
  

  .menu-shaving-row {
    padding: 0 2em;
    max-width: 38em;
  }

  .shaving-basic p{
    background: rgba(255, 255, 255, 0.4);
  }

  #sec-menu-bridal p strong {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.6;
    padding-bottom: 1em;
  }

  .body-price-area .row {
    gap: 0em;
  }
  
}

@media(min-width:561px){
    .sp-only{
        display: none !important;
    }
}
@media(max-width:560px){
    .pc-only{
        display: none !important;
    }
}
