@charset "utf-8";

body {
background-image: url(../images/bg_blue.png);
}

#message {
width: 1040px;
margin: 0 auto;
padding: 2em 0;
text-align: left;
border-bottom: 2px dashed #006699;
}

#message h2 {
font-size: 18px;
font-weight: 700;
}

/* 一段目：動画
----------------------------------------------------- */
#indexmovie {
width: 1040px;
margin: 0 auto;
padding: 4em 0 5em 0;
}

#indexmovie_h {
position: relative;
}

#indexmovie_h h3 {
margin: 0 0 3em 0;
}

#indexmovie_h h3 img {
width: 280px;
height: 130px;
vertical-align: bottom;
}

.img_movie {
position:absolute;
top: 10%;
right: 0;
}

#indexmoviebox {
width: 100%;
font-weight: 700;
overflow: hidden;
}

#indexmoviebox_l {
width: 48%;
margin: 0 2% 0 0;
float:left;
text-align: left;
}

#indexmoviebox_r {
width: 48%;
margin: 0 0 0 2%;
float:right;
text-align: left;
}

@media screen and (max-width: 768px) {
	/* メッセージ */
	#message {
	width: 90%;
	padding: 0;
	margin: 0 auto;
	border:none;
	}
	#message h2 {
	font-size: 16px;
	}
	/* 一段目：動画 */
	#indexmovie {
	width:100%;
	padding: 0 0 2em 0;
	}
	#indexmovie_h {
	padding-top:6em;
	}
	#indexmovie_h h3 {
	margin: 0 0 2em 0;
	}
	#indexmovie_h h3 img {
	width: 240px;
	height: 111px;
	}
	.img_movie {
	right: 5%;
	}
	.img_movie img {
	width: 160px;
	}
	#indexmoviebox {
	width: 90%;
	margin: 0 auto;
	}
	#indexmoviebox_l {
	width: 100%;
	float: none;
	margin: 0 0 1em 0;
	}
	#indexmoviebox_r {
	width: 100%;
	float: none;
	margin: 0 0 1em 0;
	}
}
	

.moviebox {
margin: 0 0 1em 0;
border: 6px solid #006699;
background-color: #FFF;
border-radius: 10px;
}

.moviebox video {
width:100%;
height: auto;
vertical-align: bottom;
}

/* 二段目：写真で見る
----------------------------------------------------- */
.indexphoto_bg {
padding: 3em 0 4em 0;
background-image: url(../images/bg_pink.png);
}

#indexphoto {
width: 1040px;
margin: 0 auto;
padding: 2em 0;
}

#indexphoto_h {
padding: 0 0 0.6em 0;
position: relative;
}

#indexphoto h3 {
margin: 0 0 3em 0;
}

#indexphoto h3 img {
width: 280px;
height: 130px;
vertical-align: bottom;
}

.img_photo {
position:absolute;
bottom: 0;
left: -120px;
}

#indexphotobox {
width: 1040px;
padding: 1em; 
margin: 0 auto 1em auto;
background-color: #FFF;
border:12px solid #F7F0DD;
border-radius: 20px;
overflow: hidden;
}

#indexphotobox_l {
width: 45%;
float: left;
font-weight: 700;
padding: 0 ;
text-align: left;
}

#indexphotobox_l p {
font-size:18px;
line-height: 2.0;
margin: 1em 2em 2em 2em;
}

#indexphotobox_r {
width: 50%;
float: right;
}


#indexphotobox_r video {
width:100%;
height: auto;
vertical-align: bottom;
}

#indexphotobox02 {
width: 1040px;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}

#indexphotobox02 section {
width: 32%;
margin: 0 2% 0 0;
text-align: left;
}

#indexphotobox02 section:nth-of-type(3) {
margin: 0;
}

#indexphotobox02 dt {
margin: 0 0 1em 0;
height: 220px;
background-color: #FFF;
border: 8px solid #F7F0DD;
border-radius: 10px;
overflow:hidden;
}

#indexphotobox02 dt img {
vertical-align: bottom;
}

.no1 {
width: 80px;
height: 80px;
line-height: 80px;
font-size: 60px;
color:  #F7F0DD;
padding: 0 20px;
margin: 0 0.5em 0 0;
background-color: #E76E4A;
border-radius: 50%;
}

span.no {
width:30px;
height: 30px;
line-height: 30px;
font-size: 30px;
color:  #F7F0DD;
padding: 0 12px;
margin: 0 0.5em 0 0;
background-color: #E76E4A;
border-radius: 50%;
}

#indexphotobox02 dd {
font-size: 18px;
font-weight: 700;
}

#indexphotobox02 dd a {
color :#000;
}

@media screen and (max-width: 768px) {
	/*二段目：写真で見る */
	.indexphoto_bg {
	padding: 2em 0 0 0;
	}
	#indexphoto {
	width:100%;
	padding: 0 0 2em 0;
	}
	#indexphoto_h {
	padding: 0 0 6em 0;
	}
	#indexphoto h3 {
	margin: 0 0 2em 0;
	}
	#indexphoto h3 img {
	width: 240px;
	height: 111px;
	}
	.img_photo {
	left:0;
	right: 0;
	margin: auto;
	}
	.img_photo img {
	width: 300px;
	}
	#indexphotobox {
	width: 90%;
	margin: 0 auto 2em auto;
	}
	#indexphotobox_l {
	width: 100%;
	float: none;
	margin: 0 0 1em 0;
	}
	#indexphotobox_l p {
	font-size:16px;
	margin: 0.8em 0.8em 1em 0.8em;
	}
	#indexphotobox_r {
	width: 100%;
	float: none;
	margin: 0 0 1em 0;
	}
	#indexphotobox02 {
	width: 90%;
	margin: 0 auto;
	}
	#indexphotobox02 section {
	width: 100%;
	margin: 0 0 2em 0;
	}
	.no1 {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 30px;
	padding: 0 11px;
	margin: 0 0.3em;
	}
	span.no {
	padding: 0 14px;
	}
}

/* 三段目：広報誌
----------------------------------------------------- */
.indexmagazine_bg {
padding: 3em 0;
background-image: url(../images/bg_yellow.png);
}

#indexmagazine {
width: 1040px;
margin: 0 auto;
padding: 2em 0;
}

#indexmagazine_h {
padding: 0 0 1em 0;
position: relative;
}

#indexmagazine h3 {
font-size: 18px;
font-weight: 700;
margin: 0 0 3em 0;
}

#indexmagazine h3 img {
width: 280px;
height: 130px;
vertical-align: bottom;
}

.img_magazine {
position:absolute;
bottom:0;
left: -50px;
}

.img_magazine02 {
position:absolute;
top: 20%;
right: -50px;
}

#indexmagazine h4 {
font-size: 18px;
font-weight: 700;
margin: 0 0 3em 0;
color :#2F1E3D;
}

#indexmagazinebox {
width: 100%;
}

#indexmagazinebox a {
display: inline-block;
margin: 0 1em;
text-align: left;
font-weight: 700;
color :#2F1E3D;
}

#indexmagazinebox p {
font-size: 14px;
line-height: 1.5;
margin-top:0.5em;
}

.pdfbox {
margin: 0 0 0.5em 0;
border: 5px solid #2F1E3D;
border-radius: 10px;
}

.pdfbox img {
vertical-align: bottom;
border-radius: 8px;
}

.more {
display:block;
width: 400px;
height: 60px;
font-size: 16px;
font-weight: 700;
line-height: 60px;
text-align:center;
margin: 2em auto;
color:#fff;
background:#2F1E3D;
-webkit-box-sizing:border-box;
box-sizing:border-box;
position:relative;
overflow:hidden;
transition:0.3s;
text-decoration:none;
border-radius: 30px;
}

@media screen and (max-width: 768px) {
	/*三段目：広報誌 */
	.indexmagazine_bg {
	padding: 2em 0 2em 0;
	}
	#indexmagazine {
	width:100%;
	padding: 0 0 2em 0;
	}
	#indexmagazine_h {
	padding: 0 0 6em 0;
	}
	#indexmagazine h3 {
	margin: 0 0 2em 0;
	}
	#indexmagazine h3 img {
	width: 240px;
	height: 111px;
	}
	.img_magazine {
	display: none;
	}
	.img_magazine02 {
	top:70%;
	right: 0;
	}
	.img_magazine02 img {
	width: 100px;
	}
	#indexmagazine h4 {
	font-size: 16px;
	margin: 0 1em;
	text-align: left;
	}
	.more {
	width: 90%;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	}
}

.more a {
display: block;
color :#FFF;
text-decoration: none;
}

.more:before {
content:"";
display:block;
width:0.7em;
height:0.7em;
border-top:solid 3px #fff;
border-right:solid 3px #fff;
position:absolute;
transform:rotate(45deg);
right:1em;
top:50%;
margin-top:-0.5em;
transition:1s;
opacity:0
}

.more:hover {
color:#fff;
}

.more:hover:before {
transform:rotate(45deg) translateX(0.7em) translateY(-0.7em);
right:3em;
transition:transform 1s;
opacity:1;
}