/*================================================
 *  一般・共通設定
 ================================================*/
 @import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');
body{
    background-color: #F5F2F0;
    color: #333;
  }
  h2,h3,h4,h5 {
    font-family: "EB Garamond", serif;
  }

  


  /*================================================
 *  セクション・共通設定
 ================================================*/

  .text_p {
      margin-bottom: 0px!important;
  }

  .text_right_p {
       padding-right: 270px!important;
  }

  /*投稿ページ更新者名削除*/
.c-meta__item--author {
  display: none;
}

.is-layout-constrained>h4 {
  background: none!important;
  border-left: 9px solid #C6B9AC!important;
}

.wp-block-separator {
  border-top: 1px solid #d8d8d8;
  ;
}

@media screen and (max-width:768px) {
  .font_sp {
    font-size: 14px;
  }
}

  /*================================================
 *  FV
 ================================================*/

.smb-section__body {
    position: relative;
  }

  .fv_logo {
    position: absolute;
    top: 430px;
    right: 0px;
    z-index: 1;
  }

 /*FV高さ*/
.wp-block-spacer{
  display: none;
}

  

/*================================================
 *  concept
 ================================================*/
  .section_concept {
    position: relative;
  }
 
 .concept_point {
    position: absolute;
    right: 467px;
    top: 287px;
    background: none;
 }

 .smb-media-text__figure {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
max-width: 630px;
width: 100%;
}

.concept_img {
  border-radius: 20px;
  overflow: hidden;
}

.section_concept .is-layout-constrained {
  text-align: left;
}

@media screen and (max-width:768px) {
  .concept_point_sp {
    position: absolute;
    right: -40px;
    top: 570px;
    background: none;
 }
  
}

/*================================================
 *  banner
 ================================================*/
 .section_banner {
  position: relative;
max-width: 630px;
width: 100%;
overflow: hidden;
border-radius: 20px;
}

.section_banner::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 0.5px solid #fff;
  border-radius: 20px;
  top: 10px;
  left: 10px;
  pointer-events: none;
  z-index: 10;
}

.c-row>.c-row__col {
  margin-bottom: inherit;
  padding-left: inherit;
  padding-right: inherit;
}


.banner_gap .c-row {
gap: 3%;
}

@media screen and (max-width:768px) {
.banner_gap .c-row>.c-row__col {
  margin-bottom: 50px!important;
}

}


 /*================================================
 *  news
 ================================================*/
 .c-entries__item {
  border-top: 1px solid #C6B9AC!important;
  border-bottom: 1px solid #C6B9AC!important;
 }


 /*================================================
 *  Access
 ================================================*/

 iframe {
    width: 100%;
    filter: grayscale(100%);
  }

.info_p {
  text-align: left;
}

  @media screen and (max-width:768px) {
    .info_sp .c-row>.c-row__col {
      margin-bottom: 50px!important;
  }
  
  }
  

 /*================================================
 * reservation 
 ================================================*/
 .reservation_image  { 
 background: url(http://mai-design-site.com/wp-content/uploads/2024/04/picture01.jpeg) no-repeat center/cover;
   background-attachment: fixed;
   background-color: rgba(178, 166, 155, 0.62);
}

.reservation_image::after {
  content: '';
  background-color: rgba(178, 166, 155, 0.3);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.reservation_image_text {
  z-index: 5;
  position: relative;
}

.btn_m_r {
  margin-left: 100px!important;
}

.button_z {
 z-index: 10;
 position: relative
}

 /*================================================
 * footer
 ================================================*/
.l-footer {
  text-align: center;
}

/*下層ページ*/

 /*================================================
 * menu
 ================================================*/
 .smb-price-menu__item {
  border-bottom:1px dotted #b4b4b4;
 }

 .smb-pricing-table {
  --smb-pricing-table--border-color: #d8d8d8;
  border:1px solid #d8d8d8!important;
 }

 .menu_title {
  text-align: left;
 }

 .smb-price-menu__item {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.left_p {
  text-align: left;
}

 @media screen and (max-width:768px) {
  .smb-price-menu__item__title {
  font-size: 14px;
  }
  .smb-price-menu__item__price {
    font-size: 14px;
  }
}



 /*================================================
 * staff
 ================================================*/
.wp-block-snow-monkey-blocks-panels-item-block-link.c-row__col{
  margin-bottom:100px;
  padding-left: 50px;
  padding-right: 50px;
}
.wp-block-snow-monkey-blocks-panels-item-free.c-row__col {
  margin-bottom:100px;
  padding-left: 50px;
  padding-right: 50px;
}

/*タイトル囲み*/

.is-layout-constrained {
  text-align: center;
}
h5{
	display:inline-block;
	border:0.5px solid #333;
  padding: 0 5px 0 5px ;
}

@media screen and (max-width:768px) {
  .wp-block-snow-monkey-blocks-panels-item-block-link.c-row__col{
    padding-left: inherit;
    padding-right: inherit;
  }
  .wp-block-snow-monkey-blocks-panels-item-free.c-row__col {
    margin-bottom:30px;
    padding-left: inherit;
    padding-right: inherit;
  }
}
