@charset "utf-8";

/* CSS Document */
/*/--------------------------------------------------------------------------/*/
/* ===== CLEARFIX ===== */
/*/--------------------------------------------------------------------------/*/
.inner:after{
content:"";
display:block;
clear:both;
}

/*/--------------------------------------------------------------------------/*/
/* ===== HTML,BODY,OTHER ===== */
/*/--------------------------------------------------------------------------/*/


/*/--------------------------------------------------------------------------/*/
/* ===== H2 ===== */
/*/--------------------------------------------------------------------------/*/

article h2{
font-family: hnmasp, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
position: relative;
width:100%;
height:625px;
background-image:url("../summer-2020/images/h2_bg_img.jpg");
background-size: cover;
background-position: centercenter;
margin:auto;
padding:50px 0 0;
box-sizing: border-box;
}

article .main_title{
width: 100%;
max-width: 760px;
padding: 0 20px;
box-sizing: border-box;
position: absolute;
left: 50%;
bottom: 15%;
transform: translateX(-50%);
}

article .main_title img{
	width: 100%;
	height: auto;
}

article .main_text{
color: #333;
font-size: 32px;
line-height: 1.8em;
font-weight: bold;
text-shadow: 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff,4px 4px 4px #fff, -4px 4px 4px #fff, 4px -4px 4px #fff, -4px -4px 4px #fff;
width: 100%;
max-width: 1000px;
height: 99px;
padding: 0 20px;
box-sizing: border-box;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
position: absolute;
left: 50%;
bottom: -49px;
transform: translateX(-50%);
}

article .main_text:before{
content: '';
position: absolute;
left: 20px;
bottom: 0;
display: inline-block;
width: 136px;
height: 99px;
background-image:url("../summer-2020/images/maintext_back_l.png");
background-repeat: no-repeat;
background-position: left top;
background-size: cover;
z-index: -10;
}

article .main_text:after{
content: '';
position: absolute;
right: 20px;
bottom: 0;
display: inline-block;
width: 136px;
height: 99px;
background-image:url("../summer-2020/images/maintext_back_r.png");
background-repeat: no-repeat;
background-position: left top;
background-size: cover;
z-index: -10;
}

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

article .main_text{
font-size: 3vw;
}

}

/*/--------------------------------------------------------------------------/*/
/* ===== SECTION ===== */
/*/--------------------------------------------------------------------------/*/

/*/-- s1 --/*/

#s1{
background-color: #daf1ff;
}

#s1 .wrapper{
max-width: 1000px;
width: 100%;
padding: 20px;
margin: 0 auto;
box-sizing: border-box;
text-align: center;
}

#s1 .top_text{
font-family: hnmasp, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
display: inline-block;
color: #4c4c4c;
font-size: 24px;
line-height: 1.8em;
font-weight: bold;
margin: 0 auto;	
}

#s1 .top_text br{
display: none;
}

#s1 .top_text span{
font-size: 16px;
margin-left: 20px;
}

#s1 .point_box{
list-style: none;
width: 100%;
margin: 30px auto 70px;
box-sizing: border-box;
display: flex;
justify-content: space-between;
}

#s1 .point_box li{
min-width: 310px;
}

#s1 .point_box li img{
width: 100%;
}

#s1 .text{
display: inline-block;
color: #4c4c4c;
font-size: 13px;
line-height: 1.8em;
font-weight: bold;
margin: 0 auto 50px;	
}


/*/-- s3 --/*/

#s3{
background-color: #FFF;
padding-top: 60px;
}
#s3 .fair {
margin-bottom: 50px;
}

article .contact {
font-size: 125%;
font-weight: bold;
font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
article .contact img {
width: 360px;
height: auto;
margin: 10px 3px;
}
