/*========================================
p03銀山平温泉のcss

　●　内湯

色メモ

　濃い緑　：　458d2c
　薄い緑　：　d0e1b1
　茶　色　：　55390e
　オレンジ：　f8b551
========================================*/



/*========================================
　●　内湯
========================================*/
.onsen01Inner,
.onsen02Inner,
.onsen03Inner{
 padding: 0 0 40px 0;
}

.onsen03Inner{margin-bottom: 50px;}

.onsen01Inner h3 + figure{padding-bottom: 20px; text-align: center;}
.onsen01Inner h3 + figure figcaption{padding: 10px 0 15px 0; color: #55390e; font-size: 1.8rem;}

.onsen02Inner h3 + figure{padding-bottom: 20px; text-align: center;}
.onsen02Inner h3 + figure figcaption{padding: 10px 0; color: #55390e; font-size: 1.8rem;}

.onsen03Inner .tegata + figure{padding-bottom: 20px; text-align: center;}
.onsen03Inner .tegata + figure figcaption{padding: 10px 0; color: #55390e; font-size: 1.8rem;}


/*---------------------------------------- 手形 */
.tegata{
 width: 220px;
 height: 35px;
 margin: 10px auto 5px auto;
 padding-top: 4px;
 color: #fff;
 font-size: 1.8rem;
 text-align: center;
 background: #458d2c;
 border-radius: 5px;
}

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .tegata{ padding-top: 6px;}
}
