@charset "utf-8";
#container{
    font-size: 1.6rem;
}
header#top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
}
#top{
    background-color: #fff;
    height: fit-content;
}
#top h1{
    font-size: 2.4rem;
    font-weight: 900;
    letter-spacing: 0.2rem;
    padding-left: 10px;
}
.flex{
    display: flex;
    flex-direction: column;
}
.flex_around{
    display: flex;
    justify-content: space-around;
}
.item{
    width: 100%;
}
#top_1,
#top_2{
    height: calc( 50vh + 200px);
    padding: 10px;
}
#top_1 h2{
    font-size: 6rem;
    line-height: 5rem;
}
#top_1 p{
    font-size: 1.8rem;
    letter-spacing: 0.25rem;
    margin-top: 10px;
}
.headcopy{
    background-image: url(../images/tamago1.svg);
    background-color: #4ea0ff;
    background-repeat: no-repeat;
    background-position: right 1vw bottom;
    background-size: contain;
    color: #100046;
}

#top_2 h2,
#sec_1 h4,
#sec_2 h4{
    margin: 2rem 0 0 2rem;
    font-size: 4rem;
    border-bottom: #333 double 3px;
}
hgroup p{
    margin-left: 2rem;
}
#top_2 h3{
    margin: 1rem;
    font-size: 3rem;
    text-align: center;
}
#top_2{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#top_2 p{
    padding: 5px;
    font-size: 1.8rem;
    text-align: center;
}
#top_2 .date p{
    width: max-content;
    padding: 5px;
    font-size: 3rem;
    font-weight: 400;
    text-align: center;
}
#top_2 p span{
    font-size: 1.25rem;
}
.req_btn{
    margin: 20px;
}
.request{
    background-color: black;
    border-radius: 5px;
    color: aqua;
    text-align: center;
    padding: 10px 30px;
    margin: auto;
    width: max-content;
}
/*フォーム入力エリア＿スマホファースト*/
#formbox{
    margin: auto;
    width: 90%;
}
#day_check h5{
    font-size: 3rem;
    font-weight: 700;
    color: #ccc;
    background-color: blue;
    text-align: center;
    padding: 7px 0 10px 0;
    margin: 13px 0;
    letter-spacing: 0.5rem;
}

#formbox h5{
    font-size: 2rem;
    margin: 1rem 0 0 0;
}
#formbox .txtfield{
    height: 50px;
    font-size: 1.6rem;
    width: 100%;
}
.submitarea{
    width: fit-content;
    margin: 50px auto 10px;
}
.submit{
    display: inline-block;
    border-radius: 15px;
    font-size: 2.4rem;
    font-weight: 700;
    background-color:#00a746;
    color: #fff;
    text-align: center;
    width: max-content;
    margin: auto;
    padding: 15px 50px;
}
#map{
    background-color: #333;
    width: 100%;
}
#map iframe{
    width: 100%;
    height: 65vh;
    margin: auto;
}
footer{
    background-color: #fff;
    text-align: right;
    margin-top: 20px;
    padding-top: 10px;
    padding-right: 10px;
}
footer h4{
    font-size: 2rem;
}
footer address{
    font-size: 1.4rem;
}
footer small{
    display: block;
    text-align: center;
    font-size: 1.2rem;
}
@media screen and (min-width:1000px) {
	/*画面サイズ1000px以上はここを読む*/
	.flex{
		flex-direction: row;;
	}
	.item{
        width: 50%;
    }
    .subcopy h2{
        display: none;
    }
    .br_sp{
        display: none;
    }
    #formbox .txtfield{
    height: 30px;
    font-size: 1.6rem;
    width: 50%;
}
}