@charset "utf-8";

/*  設備仕様
----------------------------------------------------------------*/

/*base*/
@media only screen and (min-width: 641px) {
	#content_wrap .pc_none{ display:none;}
}
#content_wrap .f-gothic{
	/*font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-family:'Noto Serif JP',serif;
}
#content_wrap .hstype01 {
    margin: 50px 0 0;
    padding: 5px 0;
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: center;
    font-family: 'Noto Serif JP',serif;
    letter-spacing: 0.08em;
    color: #fff;
    background: #2A4F57;
    position: relative;
    overflow: hidden;
}
#content_wrap .hstype01::after {
    content: '';
    background-color: #2A4F57;
    transform: rotate(-65deg);
    position: absolute;
    bottom: -250px;
    right: -250px;
    width: 250px;
    height: 450px;
  }

  @media only screen and (max-width: 715px) {
    #content_wrap .hstype01::after {
        content: '';
        background-color: #2A4F57;
        transform: rotate(-65deg);
        position: absolute;
        bottom: -250px;
        right: -250px;
        width: 170px;
        height: 400px;
    }
  }


#content_wrap .hstype02 {
    text-align: center;
    font-weight: normal;
    font-size: 32px;
    margin: 30px auto;
    line-height: 1.7em;
    color: #270b00;
    font-family: 'Noto Serif JP',serif;
    letter-spacing: .04em;
}
#content_wrap .hstype03 {
    padding: 4px 1px;
    border: 1px solid #270b00;
	text-align: center;
	/* font-size: 1rem; */
	font-weight: normal;
	color:#270b00;
}
.acc_con {
    display: inline-block;
    border: none;
    padding-bottom: 0;
}

/* 差し込み画像用 */

.image_yoko {
    margin: 30px 0;
}
.row_image {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -8px;
    justify-content: space-between;
    padding: 0 15px;
}
.row_image-item {
    width: 48.5%;
}
.toilet_imge {
    margin-top: 30px;
}

@media only screen and (max-width: 640px) {
    .row_image {
        padding: 0 7px;
    }
    .image_yoko {
        margin: 20px 0 0;
    }
    .row_image-item {
        width: 100%;
    }
    .toilet_imge {
        margin-top: 20px;
        flex-direction: column-reverse;
    }
}