/*
****************************************
 common
*****************************************
*/
.page_mv {
    background: url(../images/dogstay/mv.jpg);
    background-position: center;
  }
@media screen and (max-width: 959px) {
    .page_mv {
    background: url(../images/dogstay/mv.jpg);
    background-position: center;
		background-size: cover;
  }
}

section img {
    width: 100%;
}
section h3 {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    width: 90%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    font-size: 22px;
    font-size: clamp(16px, 3vw, 22px);

    font-weight: bold;
}
section h3:before,
section h3:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #333;
} 
section h3:before {
    margin-right: 2rem;
}
section h3:after {
    margin-left: 2rem;
}
section h4 {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 20px;
    font-weight: bold;
}
section h5 {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
}
@media screen and (max-width: 959px) {
    section h3:before {
        margin-right: 1rem;
    }
    section h3:after {
        margin-left: 1rem;
    }
}

/*
****************************************
 イントロ
*****************************************
*/
.intro {
    width: 90%;
    max-width: 1400px;
    margin: 120px auto 0;
    text-align: center;
}
.intro h4 {
    font-size: 20px;
    margin-top: 80px;
    line-height: 2.5;
    font-size: clamp(18px, 1vw, 20px);
}
.intro p {
	max-width: 950px;
	margin: 20px auto 0;
    font-size: 16px;
    line-height: 2.2;
}
@media screen and (max-width: 959px) {
    .intro {
        margin: 60px auto 0;
    }
    .intro h4 {
        margin-top: 60px;
    }

}

/*
****************************************
 犬
*****************************************
*/
.section {
    margin: 100px auto 0;
}
.ex-box {
    max-width: 1400px;
    width: 90%;
    margin: 140px auto 0;
    display: flex;
    justify-content: space-between;
    text-align: left;
    align-items: center;
}
.ex-txt {
    width: 29%;
    margin: 0 auto;
    text-align: left;
}
.ex-txt h4 {
    line-height: 2.3;
}
.ex-txt p {
    margin-top: 30px;
    text-align: justify;
}
.ex-txt p:nth-of-type(2) {
	border-top: solid 1px #333;
	padding-top: 20px;
	margin-top: 20px;
}
.ex-img {
    width: 60%;
}


/* 2n番目用 */
.box02 {
    flex-direction: row-reverse;
}
 @media screen and (max-width: 959px) {
    .ex-box {
        display: block;
        margin: 40px auto 0;
    }
    .ex-txt {
        width: 100%;
        margin: 0 auto;
        text-align: left;
    }
    .ex-txt h4 {
        line-height: 1.5;
        text-align: center;
        margin-top: 10px;
    }
    .ex-txt h4 span {
        font-size: 16px;
    }
    .ex-txt p {
        margin-top: 40px;
        margin-bottom: 10px;
        font-size: 15px;
    }
    .ex-img, .box-grid3, .box-grid4 {
        width: 100%;
    }
 }




/*
****************************************
 はなれ
*****************************************
*/
.guestroom-1f_box {
	width: 90%;
    max-width: 1400px;
    margin: 80px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 110px;
}
.room-left {
    width: 50%;
    max-width: 700px;
    margin: 0 auto 0 0;
}
.room-left img, .subimage-1f img {
	object-fit: cover;
      aspect-ratio: 602 / 421;
}

.subimage-1f {
    width: 50%;
}
.subimage-1f > .subimage {
    max-width: 610px;
    margin-right: 0;
    margin-left: auto;
    width: 100%;
    margin-top: 15px;
    display: flex;
    justify-content:flex-end;
    gap: 13px;
  }
  .subimage-1f > .subimage li {
    max-width: 140px;
  }

.room-right {
    width: 42%;
    margin-left: 60px;
    margin-right: auto;
}

.guestroom-1f_box h4, .guestroom-ame_txt h4 {
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

.guestroom-1f_box h5 span img, .guestroom-ame_txt h5 span img {
	width: 62px;
}
/* .room-left > h5 {
    display: none;
} */
.room-right p {
    margin-top: 28px;
	margin-bottom: 20px;
    font-size: 16px;
    line-height: 2.2;
    text-align: justify;
}
.guestroom-btn_sp {
    display: none;
}
@media screen and (max-width: 959px) {
    #guestroom-1f {
        margin-top: 80px;
    }
    .guestroom-1f_box {
        display: block;
        margin-top: 40px;
        margin-bottom: 80px;
    }
    .room-right, .room-left {
        width: 100%;
    }
    .room-right {
        width: 95%;
        margin: 0 auto;
        text-align: right;
    }
    .subimage-1f {
        width: 100%;
    }
    .room-right h4 {
        margin: 15px auto 0;
    }
    /* .room-left > h5 {
        display: flex;
        margin: 0 auto 15px;
    }
    .room-right > h5 {
        display: none;
    } */
    .room-right p {
        margin-top: 15px;
    }
    .room-right > .room-table {
        margin: 20px 0;
    }
    .room-table th {
        width: 35%;
    }
    .guestroom-btn_sp {
        display: block;
        text-align: right;
        margin-top: 15px;
    }
    .guestroom-btn_pc {
        display: none;
    }
    
}



.outro {
	margin-bottom: 120px;
	text-align: center;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
} 
.outro p {
	text-align: center;
	margin-top: 40px;
}
.outro a {
	margin-top: 40px;
}

