@charset "UTF-8";
/* CSS Document */

@media screen and (max-width: 768px) {

.sp{
	display:block;
	}

.pc{
	display:none;
	}




header{
background: url("../img/top/mainimg.jpg") no-repeat center center;
background-size: cover;
width: 100%;
height: 50vh;
position: relative;
}

header h1{
width: 50%;
position: absolute;
top: 5%;
left: 3%;
}

header section{
background: #193931;
position: absolute;
bottom: 0;
left: 0;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
width: 100%;
padding: 1% 0;
}

header section div:nth-of-type(1){
width: 20%;
text-align: center;
}

header section div:nth-of-type(2){
width: 78%;
}

header section div h2{
color: #fff;
font-size: 1.8rem;
}

header section div dl{
display: flex;
flex-wrap: wrap;
color: #fff;
}
header section div dl dt{
width: 100%;
font-size: 1.3rem;
line-height: 1.0em;
margin-bottom: 1%;
}

header section div dl dd{
width: 100%;
font-size: 1.3rem;
line-height: 1.0em;
}


.section_01{
width: 95%;
margin: 0 auto;
padding: 5% 0;
}

.top_copy_01{
font-size: 1.8rem;
text-align: center;
line-height: 2.0em;
}

.top_list_01{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-top: 4%;
}

.top_list_01 li{
width: 31%;
text-align: center;
background: #fffaec;
font-size: 1.8rem;
padding-bottom: 1.5%;
position: relative;
}


.section_02{
background: url("../img/top/ba_01.jpg") no-repeat center center;
background-size: cover;
padding: 4% 0;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.section_02 div{
width: 90%;
margin: 0 5%;
text-align: center;
}

.section_02 div:nth-of-type(2){
border-left: none;
border-top: #000000 1px solid;
padding-top: 4%;
margin-top: 4%;
}

.midashi_01{
border: #000000 1px solid;
font-size: 2.0rem;
display: inline-block;
padding: 0 4%;
}

.telmail{
width: 40px;
margin-top: 6%;
}

.section_02 div p{
font-size: 3.0rem;
line-height: 1.0em;
}

.section_02 div p span{
font-size: 60%;
}

.calendar{
width: 90%;
}

.section_03{
padding: 4% 0;
text-align: center;
}

.section_03 iframe{
margin: 4% auto 0 auto;
width: 90%;
height: 250px;
}

footer{
background: #193931;
text-align: center;
padding: 3% 0;
}

footer img{
width: 193px;
margin-bottom: 1%;
}

footer p{
font-size: 1.3rem;
color: #fff;
}

.honbun_01{
font-size: 1.4rem;
text-align: center;
padding: 1% 0;
}
}