@charset "utf-8";

.sub_main_img {
    background: url(../images/service_main.jpg) no-repeat center;
    background-size: cover;
}
.service_item{
	width: 250px;
    margin-bottom: 30px;
    padding: 10px 0;
    text-align: center;
    background: #811925;
    color: #FFF;
    font-weight: 600;
}
.font_red{
    font-weight: 600;
    font-size: 18px;
}
.guide_back{
    width: 100%;
    height: 350px;
    margin-bottom: 30px;
}
.guide_inner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 350px;
    background: rgba(255,255,255,0.7);
}
.guide_title{
    text-align: center;
    color: #811925;
    font-size: 20px;
    font-weight: 600;
}
.guide_txet{
    padding: 5px 30px 0 30px;
    line-height: 1.8;
}
.guide_front{
    background: url(../images/guide_front_sp.jpg) center no-repeat;
    background-size: cover;
}
.guide_restaurant{
    background: url(../images/guide_restaurant.jpg) center no-repeat;
    background-size:cover;
}
.guide_bath{
    background: url(../images/guide_bath.jpg) center no-repeat;
    background-size: cover;
}
.guide_laundry{
    background: url(../images/guide_laundry.jpg) center no-repeat;
    background-size: cover;
}
table.cancel_table{
    width: 100%;
    border: 2px solid #811925;
    color: #811925;
}
table.cancel_table th,table.cancel_table td{
    text-align: center;
    border-bottom: 1px solid #811925;
}
table.cancel_table th{
    width: 40%;
    border-right: 1px solid #811925;
    font-weight: 600;
}
.cancel_text{
    margin-top: 20px;
    margin-bottom: 30px;
    padding-left:1em;
    text-indent:-1em;
    line-height: 1.6;
    color: #811925;
}
table.overrview_table{
    margin-bottom: 50px;
}
#service_guide,#service_list,#service_facility {
   margin-top:-50px;
   padding-top:50px;
}

@media (max-width: 350px) {
.guide_back{
    height: 400px;
}
.guide_inner{
    height: 400px;
}
.guide_title{
    font-size: 18px;
}
.font_red{
    font-size: 15px;
}
}
@media (max-width: 500px) {
/*  見出し */
.heading{
    margin: 50px 0 50px 0;
	text-align: center;
}
table.overrview_table{
    margin-bottom: 20px;
}
}

@media (min-width: 768px) {
.cancel_text{
    margin-bottom: 100px;
}
}

@media (min-width: 1024px){
.guide_back{
    height: 493px;
    margin-bottom: 80px;
}
.guide_inner{
    height: 493px;
}
.guide_txet{
    padding: 30px 60px 0 60px;
}
.guide_front{
    background: url(../images/guide_front.jpg) center no-repeat;
    background-size: cover;
}
.guide_restaurant{
    background: url(../images/guide_restaurant_pc.jpg) center no-repeat;
    background-size: cover;
}
.guide_bath{
    background: url(../images/guide_bath_pc.jpg) center no-repeat;
    background-size: cover;
}
.guide_laundry{
    background: url(../images/guide_laundry_pc.jpg) center no-repeat;
    background-size: cover;
    margin-bottom: 30px;
}
#service_guide,#service_list,#service_facility {
   margin-top:-100px;
   padding-top:100px;
}
}

@media (min-width: 1200px) {

.cancel_text{
    margin-left: 30px;
}
.guide_front{
    background: url(../images/guide_front_pc.jpg) center no-repeat;
    background-size: cover;
}
}