.barh2 {
  position: relative;
}

.barh2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #FFCB8F, #FFCB8F 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #FFCB8F, #FFCB8F 2px, #fff 2px, #fff 4px);
}

.barh2-2 {
  position: relative;
  padding: 0 65px;
  text-align: center;
}

.barh2-2:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #FFCB8F;
}

.barh2-2 span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}
.barh3 {
  padding: 1rem 2rem;
  border-bottom: 3px dotted #FFCB8F;
  background: #f4f4f4;
}
.sbarh3 {
  color: #364e96;/*文字色*/
  border: solid 3px #364e96;/*線色*/
  padding: 0.5em;/*文字周りの余白*/
  border-radius: 0.5em;/*角丸*/
}
.barh4 {
  padding: 1rem 2rem;
  border-bottom: 3px dotted #FFCB8F;
}
.top-banner{
	display: flex;
	flex-wrap:wrap;
}
.top-banner li {
	width: calc(100%/4);/*←画像を横に4つ並べる場合*/
	padding:0 5px;/*←画像の左右に5pxの余白を入れる場合*/
	box-sizing:border-box;
}
.top-banner li img {
	max-width:100%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */
	border:solid 1px #ccc; /*←画像を1pxのグレーの枠線で囲む指定の場合*/
}
/*リンクの位置調整*/
.link-t-a {
position: relative;
top: -150px;
display: block;
}
/*マージン追加*/
.mb-a{
    margin-bottom: 4rem;
}
.mb-b{
    margin-bottom: 5rem;
}
.mb-c{
    margin-bottom: 6rem;
}
/*営業時間*/
.title p{
        font-size: 1.1rem;
    font-weight: 500;
}
.title p:last-child{
    font-size: 1rem;
}
.title .f-b{
  font-size: 1.2rem;
  font-weight: 600;
}
/*追加フォントサイズ*/
.f-a{
    font-size: 1rem;
}
 .f-b{
  font-size: 1.2rem;
}
.f-c{
    font-size: 1.5rem;
}
.f-d{
    font-size: 2.0rem;
}
.f-s{
    font-size: 0.9rem;
}
/*概要*/
.about tr {
  border-bottom: 1px dotted #000;
}
/*温泉案内入浴料金・大浴場*/
.cost-dai {
  width: 100%;
}
.cost-dai, .cost-dai th, .cost-dai td {
  border: 1px solid #999999;
}
.cost-dai th, .cost-dai td {
  padding: 15px 5px;
  text-align: center;
}
.cost-dai th {
  width: 32%;
  background-color: #F4F4F4;
}
.cost-dai td {
  width: 36%;
}
/*温泉案内入浴料金・家族湯*/
.cost-k {
  width: 100%;
  margin: 0 auto;
}
.cost-k, .cost-k th, .cost-k td {
  border: 1px solid #999999;
}
.cost-k th, .cost-k td {
  padding: 15px 5px;
  text-align: center;
}
.cost-k th {
  width: 32%;
  background-color: #F4F4F4;
}
.yen-big {
  font-size: 1.5rem;
}
/*施設案内・家族湯*/
.i-hana{
    display: inline-block;
    background-image: url("../facility/images/icon_kazoku.png");
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 28px;
}
/*アクセス*/
.a_txt h3{
    font-size: 1.2rem;
    font-weight: 600;
    color: #999999;
}
@media screen and (min-width:768px){
/*追加マージンmd*/
    .mt-md-b{
    margin-top: 5rem;
}
}
/*新着情報*/
.news_box{
  width:100%;
  line-height:180%;
  height:300px; 
  overflow:auto; 
  overflow-x: hidden;
}
.acp {
	width: 100%;
	float: left;
	display: block;
	height: 8em;
}
