@charset "UTF-8";

/* --- ★こだわりの処方タイトル --- */
.cmp-title {
  position: relative !important;
  /* 【調整】文字と線の隙間を詰める（12px → 8px） */
  padding-left: 8px !important;
  margin-bottom: 1em; 
}

/* 縦線の調整 */
.cmp-title::before {
  content: "" !important;
  position: absolute !important;
  /* 【調整】上の位置を少し下げる */
  top: 0% !important;
  left: 0 !important;
  width: 4px !important;
  /* 【調整】高さを100%から短く変更（上下4pxずつ引いて計8px短縮） */
  height: calc(100% - 15px) !important;
  background-color: #c49a45 !important;
}

/* 内側の要素の線はすべて無効化（二重防止） */
.cmp-title__text::before,
.cmp-title *::before {
  content: none !important;
  display: none !important;
}

/* --- 縦線の調整レスポンシブ対応 --- */

/* スマホ（640px以下） */
@media screen and (max-width: 640px) {
  .cmp-title {
    font-size: 80% !important;
  }
}

/* タブレット（641px～1024px） */
@media screen and (min-width: 641px) and (max-width: 1024px) {
  .cmp-title {
    font-size: 75% !important;
  }
}

/* PC（1025px以上） */
@media screen and (min-width: 1025px) {
  .cmp-title {
    font-size: 100% !important;
  }
}


/*　★おすすめの入浴法のマーカー（一括設定） */
span.marker {
  /* 下側の余白を作ってラインの位置を上にあげる */
  background: linear-gradient(
    transparent 65%, 
    #fde5ae 65%, 
    #fde5ae 85%, 
    transparent 85%
  ) !important;
}



/* =====　★背景グラデーション　===== */

/* 全画面サイズ共通で適用 */
body #common_section_wrapper_7 {
    position: relative;
    width: 100%;
    background-image: url('bg_00.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100% !important;
}

body #common_section_wrapper_9 {
    position: relative;
    width: 100%;
    background-image: url('bg_02.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100% !important;
}

body #common_section_wrapper_10 {
    position: relative;
    width: 100%;
    background-image: url('bg_03.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100% !important;
}

body #common_section_wrapper_11 {
    position: relative;
    width: 100%;
    background-image: url('bg_04.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100% !important;
}

body #common_section_wrapper_12 {
    position: relative;
    width: 100%;
    background-image: url('bg_05.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100% !important;
}




/*　★こんなときにおすすめのテキスト＆湯の色のテキスト */
#osusumeText p.cmn-richtext,
#yunoiroTextYuzu p.cmn-richtext,
#yunoiroTextMori p.cmn-richtext,
#yunoiroTextKinmokusei p.cmn-richtext,
#yunoiroTextSandaru p.cmn-richtext{
  line-height:1.0em;
}

/*　★こんなときにおすすめのテキスト＆湯の色のテキスト */
/* PC（1025px以上） */
@media screen and (min-width: 1025px) {
  #osusumeText p.cmn-richtext,
  #yunoiroTextYuzu p.cmn-richtext,
  #yunoiroTextMori p.cmn-richtext,
  #yunoiroTextKinmokusei p.cmn-richtext,
  #yunoiroTextSandaru p.cmn-richtext,
  #nyuyokuTeianTtl .cmn-richtext,
  #nyuyokuTeianText .cmn-richtext{
  	font-size:130%;
  }
}


/*　★こんなときにおすすめのテキスト＆湯の色のテキスト */
#yunoiroTextYuzu div,
#yunoiroTextMori div,
#yunoiroTextKinmokusei div,
#yunoiroTextSandaru div{
  margin-right:0;
  padding-right:0;
}



/*　小さい文字の制御 */
.MiniText{
  margin:0; !important;
  padding:0; !important;
  line-height:0.8em !important;
}

.kaori-item{
  margin:0; !important;
  padding:0; !important;
  line-height:1.0em !important;
}


.osusume-item{
  margin:0; !important;
  padding:0; !important;
  line-height:1.2em !important;
}

.sandaru-name{
  margin:0; !important;
  padding:0; !important;
  line-height:1.8em !important;
}




@media screen and (min-width: 1025px) {
.MiniText{
  	font-size:120%;
  }

.kodawari-item{
  	font-size:170%;
  }  

.onyoku-item{
  	font-size:110%;
  }  

.osusume-item{
  	font-size:120%;
  }  

.kaori-item{
  	font-size:135%;
  }

.new-size{
  	font-size:125%;
  }

}


/* タブレット（641px～1024px） */
@media screen and (min-width: 641px) and (max-width: 1024px) {

.kaori-item{
  	font-size:130%;
  }

.kodawari-item{
  	font-size:140%;
  }  

.onyoku-item{
  	font-size:110%;
  }  


.osusume-item{
  	font-size:140%;
  }  

.new-size{
  	font-size:120%;
  }


}

/* スマホ（640px以下） */
@media screen and (max-width: 640px) {
    .sandaru-name {
        font-size: 70%;
    }  

    .sandaru-name .opt-fontsize--xxl:first-child {
        display: inline-block !important;
        margin-bottom: -15px !important; 
        line-height: 1.0 !important;
    }  
    
.new-size{
  	font-size:115%;
  }

}
