@charset "UTF-8";

/*-----------------カフェと併設のちょっと変わったリラクゼーションサロンレイアウト修正_260401------------------------*/
#bg + section .heading:before {
  display: none;
}
#bg + section .heading.block_header_1,
#bg + section .heading.block_header_6 {
    border-bottom: initial;
    padding-bottom: 0;
}
#bg + section .heading.block_header_1 p {
    letter-spacing: .6em;
    line-height: 2.2;
    font-size: 2.4rem !important;
    font-weight: bold;
}
#bg + section .inner_item_txt {
    letter-spacing: .4em;
    line-height: 2.6;
}
@media screen and (max-width: 768px){
  #bg + section .heading.block_header_1 p {
    line-height: 2;
    letter-spacing: .3em;
    font-size: 2rem !important;
  }
  #bg + section .inner_item_txt {
    letter-spacing: .2em;
    line-height: 2.2;
  }
}

/*-----------------コンセプト、メニューレイアウト修正_260401------------------------*/
@media screen and (max-width: 900px){
  #con1 + section{
    padding-top: 60px;
  }
}

/*-----------------代表あいさつレイアウト修正_260401------------------------*/
#c2+div .inner_item {
  background-color: #fff;
}
#c2+div .inner_item:first-child img {
    object-fit: contain;
}
#c2+div .heading {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 760px){
  #c2+div .heading {
    display: flex;
  }
}

.widget_shop01 .map {
    display: none;
}
#mv .mv_textimg {
    top: auto;
    bottom: 0;
}
#mv .mv_textimg img {
    margin: 0;
}