@charset "utf-8";
/* CSS Document */

/* ホームの紹介 */

/* 文字サイズなど */
h3{
    font-size: 2rem;
    margin-bottom: 5px;
}

h4{
    font-size: 1.5rem;
    color: #B81649;
}

.main{
    margin: 0 auto;
    text-align: center;
    position: relative;
}

/* 黄色背景 */
.background_yellow{
    background-color: #FFD747;
}

/* 白囲み背景 */
.section{
    margin: 0 auto;
    padding-bottom: 10%;
    width: 90%;
    max-width: 1800px;
}

.section_top h2{
    width: 100%;
    padding: 5% 0% 5% 0%;
    background-image: url(../image/background/bg_yellow.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center bottom;
    color: #fff;
    transform:translateY(1px)
}

.background_white{
    margin-top: -2px;
    background-color: #fff;
}

/* 住所 */
.bruno_address{
    font-size: 1.2rem;
}

/* 家の画像 */
.top_image{
    width: 14%;
    position: absolute;
    left: 45vw;
    z-index: 50;
    top:-10vw;
}

/* 家+住所のグループ */
.bruno1{
    width: 60vw;
    max-width: 400px;
    border-radius: 20px;
}

/* 間取り図 */

.madori{
    width: 90%;
    margin:10% 0;
}

.madorizu{
  width: 100%;
}

.madorizu3{
  flex:2;
}

/* ホームの紹介の仕切り線*/
.home_dots{
    margin: 5% 0;
    border-top: 5px dotted;
    border-color:#B81649;
}

/* ホームの紹介説明文*/
.home_points{
    text-align: left;
    padding: 0 10% 10% 10%;
    position: relative;
}
.points_container{
  padding: 0 1rem 10% 1rem;
}

/* ホームの紹介の画像*/
.air_conditioning{
    position: absolute;
    width: 25%;
    top: 10%;
    right: 10%;
}
.wheelchair{
    position: absolute;
    width: 20%;
    bottom: 10%;
    right: 5%;
}

/* ホームの紹介室内のスライダー*/
.slider{
    margin:0 5vw;}

.thumbnail{
    margin: 0 10vw;
}
.slick-img{
    border-radius: 1em;
    overflow: hidden;
    width: 70%;
    height: 40vw;
    object-fit: cover;
}

.thumbnail-img{
    border-radius: 1em;
    overflow: hidden;
    width: 100%;
    height: 10vw;
    object-fit: cover;
}

.text-slider{
font-size: 1.5rem;
font-family: 'Kaisei Opti', serif;
margin-bottom: 15px;
font-weight:bold;
}

.text-slider_2{
    font-size: 1rem;
    margin-bottom: 20px;
    }

.slider_setsumei{
    color: #FF9900;
    font-size: 2vh;
    padding-bottom: 10px;
}

.nearby_facilities
{
    width: 100%;
}
.space{
    background-color: #fff;
    padding: 5px;
}

/*************************１日の過ごし方****************************/

.schedule p{
font-size: 0.94rem;
}

.spend_a_day{
    margin: 0 auto;
    margin-top: 40px;
    width: 100%;
}
.schedule{
    display: flex;
    justify-content: space-around;

}
.time{
    text-align: left;
    color: #212557;
    font-size: 1.1rem;
    font-family: 'Kaisei Opti', serif;
}

.weekday,.holiday{
    width: 40%;
    word-wrap: break-word;
}

/* 中央線*/
.border_dots{
    border-left: 5px dotted;
    border-color:#B81649;
}

/* 角丸にする*/
.waeek_tt img,.holiday_tt img{
    border-radius: 30px;
}

/*****************１日の過ごし方*****************/

/********ホームの紹介&料金のリンクボタン↓↓↓************/

a.btn_01 {
	display: block;
	text-align: center;
	text-decoration: none;
	width: 28vw;
	margin: auto;
	padding: 20px 20px;
    border-radius: 30px;
	border-bottom: 7px solid #00376d;
	background: #004C97;
	color: #fff;
}

a.btn_01:hover {
    transform: translateY(4px);
	margin-top: 6px;
	border-bottom: 1px solid #004C97;
	color: #fff;
}

a.btn_02 {
	display: block;
	text-align: center;
	text-decoration: none;
	width: 28vw;
	margin: auto;
	padding: 20px 20px;
    border-radius: 30px;
	border-bottom: 7px solid #95113b;
	background: #B81649;
	color: #fff;
}

a.btn_02:hover {
    transform: translateY(4px);
	margin-top: 6px;
	border-bottom: 1px solid #B81649;
	color: #fff;
}

.button{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    margin-top: 20px;
}
/*********ホームの紹介&料金のリンクボタン↑↑↑******/


/*2棟目　文字サイズ*/
.Bruno2 p{
    font-size: 2rem;
    font-family: 'Kaisei Opti', serif;
    color:#B81649;
}

.slider {
    margin: 0 auto;
    max-width: 500px;
    width: 80%;
}
.slider-img img {
    height: auto;
    width: 100%;
}
.slide-arrow {
    background-color: #333;
    bottom: 0;
    height: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 0;
}
.prev-arrow {
    border-bottom: 10px solid  #333;
    border-left: 0;
    border-right: 10px solid #fff;
    border-top: 10px solid  #333;
    left: -25px;
}
.next-arrow {
    border-bottom: 10px solid  #333;
    border-left: 10px solid #fff;
    border-right: 0;
    border-top: 10px solid  #333;
    right: -25px;
}


button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
}


/* フッターのグラデ―ション用 */
.bg_footer1{
    background: linear-gradient(#FFD747, #446F99);
    width: 100vw;
    height: 20vh;
}
/* ↑フッターのグラデ―ション用↑ */

/*--------↓レスポンシブ431以上--------*/

@media screen and (min-width:430px) {

  h4 {
    font-size: 1.8rem;
  }

  .weekday,.holiday{
    padding: 10px;
  }

  .schedule p{
    font-size: 1.03rem;
  }

}


/*--------↓レスポンシブ500以上--------*/

@media screen and (min-width:500px) {

  .weekday,.holiday{
    padding: 15px;
  }

}




/*--------↓レスポンシブ700以上--------*/

@media screen and (min-width:700px) {



.text-slider{
    margin-bottom: 5px;

}
        
.text-slider_2{
    margin-bottom: 5px;
}



.bruno_address{
    font-size: 1.3rem;
}
.house_img_pc{
    margin-top: 1rem;
}
.madorizu{
    max-width: 500px;
    margin-top: 1rem;
}

.flex_address_pc{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5vw;
}
.flex_left{
  flex:1;
}

h2{
    font-size: 4vw;
}

.top_image {
    width: 14%;
    top: 1vh;
    left: 25vw;
    z-index: 50;
}

.section_top{
    display: flex;
    justify-content: space-around;
}

.slick-img{
    border-radius: 1em;
    overflow: hidden;
    width: 300px;
    height: 30vw;
    max-height: 300px;
    object-fit: cover;
}


.schedule p {
  font-size: 1.4rem;
}



.thumbnail-img{
    border-radius: 1em;
    overflow: hidden;
    width: 100%;
    object-fit: cover;
}

.home_points{
    display: flex;
    justify-content: space-between;
    margin: 0 2vw;
}

h4{
    font-size: 2.5rem;
}

h5{
font-size: 2.3vw;
}


.home_points_right{
    margin-left: 10vw;
}

.air_conditioning{
    position: absolute;
    width: 25%;
    top: 70%;
    right: 60%;
}
.wheelchair{
    position: absolute;
    width: 20%;
    bottom: 0%;
    top: 70%;
    right: 25%;
}

.text-slider{
    font-size: 1.8rem;
    font-family: 'Kaisei Opti', serif;
    margin-bottom: 5px;
    }
    
.text-slider_2{
        font-size: 1rem;
        margin-bottom: 10px;
        }
.slider_setsumei{
        font-size: 3vh;
}

.address_pc {
    margin-left: 10vw;
}



.time{
    font-size: 2rem;
}

.time_content{
    font-size: 1.5rem;
}

.btn_01{
    width:  30vw;
    padding: 1.5rem 2rem;
    font-size: 25px;
    }

.btn_02{
        width:  30vw;
        padding: 1.5rem 2rem;
        font-size: 25px;
        }


}

/*-------------↓レスポンシブ1000以上-------------------*/

@media screen and (min-width:1000px) {



.madorizu{
    max-width: 400px;
    width: 100%;
    }

.madorizu3{
  margin: 0;
  flex: 2;
}


.address_pc {
    margin-left: 0vw;
}


.flex_address_pc{
        display: block;
        text-align: center;
        margin: 0 0;
}


.flex_address_pc_1000{
        display: flex;
        justify-content: space-between;
        margin: 0 15vw; 
        margin-bottom: 100px;
}


.bruno1 {
    max-width: 30vw;
    }
    


.slick-img{
    border-radius: 1em;
    overflow: hidden;
    width: 300px;
    height: 25vw;
    max-height: 250px;
    object-fit: cover;
}


.weekday, .holiday {
  padding: 45px;
}

h4{
  font-size: 3rem;
}


.schedule p {
  font-size: 1.7rem;
}



}