@charset "UTF-8";

/*-----------------------------お悩みから探すページ---------------------------------*/
a[id^="anchor-btn"]+.contents_btn01 .content_wrapper>a{
    background: unset;
    color: var(--i_txt_color)!important;
    border: 0;
    padding: 0;
    margin: 0;
    text-decoration: underline;
    text-decoration-color: rgba(74, 74, 74, 0.3)!important;
    width: 25%!important;
    min-width: inherit;
}

a[id^="anchor-btn"]+.contents_btn01 .content_wrapper>a:hover{
    text-decoration: none;
}

a[id^="anchor-btn"]+.contents_btn01 .content_wrapper>a span{
    padding: 0;
    font-size: 1.65rem;
    line-height: 1.9;
    font-weight: normal;
    font-family: 'Noto Sans JP', "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a[id^="anchor-btn"]+.contents_btn01 .content_wrapper>a::before{
    display: none;
}
#anchor + div.contents_btn01 a {
        background: #FFE5E5;
        color: var(--i_txt_color)!important;
        border: 1px solid #FFE5E5;
}

@media screen and (max-width:480px){
  a[id^="anchor-btn"]+.contents_btn01 .content_wrapper>a{
    width:48%!important;
  }
}

@media screen and (min-width:769px) and (max-width:1023px){
  #anchor + div.contents_btn01 .content_wrapper a {
    width: 18%!important;
    min-width: initial;
  } 

  #anchor + div.contents_btn01 .content_wrapper a  span{
    font-size: clamp(11px , 1.3vw , 14px);
  }
}


/*-----------------------------アンカーリンク調整---------------------------------*/
@media screen and (max-width: 768px) {
#anchor + div .content_wrapper {
    max-width: 750px !important;
}
}

@media screen and (max-width:550px){
  #anchor+.contents_btn01 a span{
    font-size: 1.1rem;
padding-inline: 0;
  }
#anchor+.contents_btn01 a {
    min-width: 101px;
    margin-left: 4px;
    margin-right: 4px;
    width: calc(50% - 28px)!important;
}
#anchor+.contents_btn01 a:nth-child(odd) {
    margin-left: 0;
}
#anchor+.contents_btn01 a:nth-child(even) {
    margin-right: 0;
}
#anchor+.contents_btn01 a:before{
    left: 2px;
}
}


/*-----------------------------お悩みから探す調整---------------------------------*/
a[id^="anchor-btn"]+.contents_btn01 .content_wrapper>a {
    margin-top: 2%;
}

@media screen and (max-width: 480px) {
a[id^="anchor-btn"]+.contents_btn01 .content_wrapper>a {
    width: 40%!important;
}

a[id^="anchor-btn"]+.contents_btn01 .content_wrapper>a {
    margin: 0 4%;
    margin-top: 5%;
}

a[id^="anchor-btn"]+.contents_btn01 .content_wrapper>a span {
    text-align: left;
}
}


.mw1000 .content_wrapper {
    max-width: 1200px !important;
}

@media screen and (max-width: 480px) {
  #trouble_image  + div .wrapper_item .inner_item{
    width: 100% !important;
  }
}
.heading.block_header_1 p {
  font-family: "Cormorant", serif !important;
}
#title + section .heading.block_header_1 p {
  /*font-family: "Noto Serif JP", serif !important;*/
}
.heading.block_header_6 .h {
  font-family: "Noto Serif JP", serif !important;
}

/*-----------------------------施術一覧調整_250306---------------------------------*/
a[id^="menu"]+.composite_box01 .inner_item:nth-of-type(1):nth-last-of-type(2),
a[id^="menu"]+.composite_box01 .inner_item:nth-of-type(2):nth-last-of-type(1){
  width: calc(50% - 10px);
  margin-left: 20px;
}
a[id^="menu"]+.composite_box01 .inner_item_img {
  margin: 0;
}
a[id^="menu"]+.composite_box01.block_images_1 a+.inner_item_txt,
a[id^="menu"]+.composite_box01.block_images_3 a+.inner_item_txt,
a[id^="menu"]+.composite_box01.block_images_4 a+.inner_item_txt,
a[id^="menu"]+.composite_box01.block_images_6 a+.inner_item_txt {
  margin-top: 0;
}
@media screen and (max-width: 480px) {
  a[id^="menu"]+.composite_box01.block_images_1:not(.col2) .inner_item:nth-of-type(2n-1):nth-last-of-type(2), 
  a[id^="menu"]+.composite_box01.block_images_2:not(.col2) .inner_item:nth-of-type(2n-1):nth-last-of-type(2), 
  a[id^="menu"]+.composite_box01.block_images_3:not(.col2) .inner_item:nth-of-type(2n-1):nth-last-of-type(2), 
  a[id^="menu"]+.composite_box01.block_images_4:not(.col2) .inner_item:nth-of-type(2n-1):nth-last-of-type(2), 
  a[id^="menu"]+.composite_box01.block_images_5:not(.col2) .inner_item:nth-of-type(2n-1):nth-last-of-type(2), 
  a[id^="menu"]+.composite_box01.block_images_6:not(.col2) .inner_item:nth-of-type(2n-1):nth-last-of-type(2), 
  a[id^="menu"]+.composite_box01.block_images_9:not(.col2) .inner_item:nth-of-type(2n-1):nth-last-of-type(2), 
  a[id^="menu"]+.composite_box01.block_images_15:not(.col2) .inner_item:nth-of-type(2n-1):nth-last-of-type(2) {
    margin-bottom: 20px !important;
}