@charset "UTF-8";



/***********************************************
 *                  全体                   *
 ***********************************************/

@font-face {
    font-family: 'HonokaMincho';
    src: url('../../plugins/my-snow-monkey/Honoka_Shin_Mincho_L.woff2') format('woff2'),
         url('../../plugins/my-snow-monkey/Honoka_Shin_Mincho_L.woff') format('woff'),
         url('../../plugins/my-snow-monkey/Honoka_Shin_Mincho_L.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap; /* 読み込み時の表示改善 */
}



body {
    font-family: 'HonokaMincho','ヒラギノ明朝 ProN', 'HiraginoMin-ProN', 'Yu Mincho', 'YuMincho', serif;
    line-height: 1.8;
    color: #5C4A3A;
    background-color: #FBF8F4;
}

a {
    color: inherit;
    text-decoration: none;
}

.l-footer--default{
    background-color: red;
}
.l-footer {
    border-top: 0px solid var(--wp--preset--color--sm-lighter-gray) !important;
    overflow: hidden;
}
.l-footer--default .c-copyright {
    text-align: center;
    font-size: 0.6rem;
}

/* 最後のマージン削除 */
.l-contents__inner:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}


.c-entry__title {
     display: none;
    
}





/* スマホ表示時に改行 <br class="sma">  */
.sma {
    display: none;
}

@media screen and (max-width: 768px) {
    .sma {
        display: block;
    }
}

/* デスクトップ表示時に改行 <br class="desktop-break">*/
.desktop-break {
      display: none; /* モバイルでは改行を表示しない */
}

@media screen and (min-width: 768px) {
      .desktop-break {
        display: inline; /* デスクトップでは改行を表示する */
      }
}



/* PC非表示 <span class="br-hide"><br></span>*/

@media screen and (max-width: 768px) {
  .br-hide {
    display: none;
  }
}

/* デスクトップの時に左寄せ　*/

/* 基本スタイル（モバイルファースト） */
.respo-text {
  text-align: left; /* スマホ表示ではテキストを左寄せ */
}

/* デスクトップ表示用のメディアクエリ */
@media screen and (min-width: 768px) {
  .respo-text {
    text-align: center; /* デスクトップ表示ではテキストを中央寄せ */
  }
}


/* フッターコンタクトの項目ボーダー */
.is-style-border.smb-items {
    border: 1px solid #062E4C !important;
    overflow: hidden !important;
}

.is-style-border.smb-items > .c-row > .c-row__col {
    border-bottom: 1px solid #062E4C;
    border-right: 1px solid #062E4C;
    margin-bottom: 0;
    margin-top: -1px;
}

/* マージンゼロのセクション */

.zero_section {
    margin-top: 0 !important;
    margin-left: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}





/* マージン小のセクション */
.title_section {
    margin-top: 0px !important;
    margin-left: 0 !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.first_section {
    margin-left: 0 !important;
    padding-bottom: 15px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* イメージ下部 */
.top_img {
    margin-top: 20% !important;
}

.mgn_4{
    margin-top: 4px !important;
}



/***********************************************
 *          共通           *
 ***********************************************/


/* メインビジュアルタイトル */
h2.section_title {
    text-align: center;
    letter-spacing: .06em;
    line-height: 1.4;
    font-size: 1.7rem;
}

/* スマートフォン表示時のスタイル */
@media (max-width: 768px) {
    h2.section_title {
        font-size: 1.5rem !important;
    }
}


/* メインビジュアルサブタイトル */
h3.section_sub {
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: center;
    letter-spacing: .06em;
    line-height: 1.4;
    font-size: 2.0rem;
}

/* スマートフォン表示時のスタイル */
@media (max-width: 768px) {
    h3.section_sub {
        font-size: 1.4rem !important;
    }
}






/***********************************************
 *          メインビジュアル              *
 ***********************************************/

@media (max-width: 768px) {
    .main_v_section {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
}


/***********************************************
 *          お悩みセクション             *
 ***********************************************/

.lily_box_01 p{
     font-size: 1.2rem;
    margin-top: 4px;
}
@media (max-width: 768px) {
    .lily_box_01 p{
     font-size: 1.1rem;
}
}

/***********************************************
 *          プライスセクション             *
 ***********************************************/

.lily_box_02 .price{
     font-size: 1.4rem;
    margin-top: 4px;
}
@media (max-width: 768px) {
    .lily_box_02 .price{
     font-size: 1.3rem;
}
}

.lily_box_02 .txt{
     font-size: 0.8rem;
    margin-top: 4px;
}

.lily_box_03 .price{
     font-size: 1.2rem;
    margin-top: 4px;
}
@media (max-width: 768px) {
    .lily_box_03 .price{
     font-size: 1.1rem;
}
}

.lily_box_03 .sales_price{
     font-size: 1.6rem;
    margin-top: 4px;
}
@media (max-width: 768px) {
    .lily_box_03 .sales_price{
     font-size: 1.4rem;
}
}
.lily_box_03 .can_txt{
    margin-top: 4px;
}


.lily_box_03 .txt{
     font-size: 0.8rem;
    margin-top: 4px;
}


/***********************************************
 *          アクセスセクション             *
 ***********************************************/

.access_txt {
    margin-top: 4px !important;
font-size: 0.8rem;
}

/***********************************************
 *          エンドセクション             *
 ***********************************************/

.end_section p.txt01 {
     margin-top: 4px;
    font-size: 0.6rem;
}

.end_section p.txt02 {
     margin-top: 4px;
}