
#summary_blc1 {
    text-align: center;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    padding: 70px 0;
    background-size: contain;
    margin-bottom: 100px;
    font-feature-settings: "palt";
}
#summary_blc1 h3 {
    font-size: 23px;
    margin-bottom: 50px;
    line-height: 1.8;
}
#summary_blc1 p { font-size: 14px;}


#summary_blc2 { text-align: center; margin-bottom: 120px;}
#summary_blc2 h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
}
#summary_blc2 h4,
#summary_blc3 h4{
    font-size: 16px;
    margin-bottom: 20px;
}
#summary_blc2 .common_mb { margin-bottom: 100px;}

.mens {
	width: 70%;
    max-width: 400px;
    margin: 26px auto 80px;
}

#summary_blc3 { text-align: center; margin-bottom: 120px;}
#summary_blc3 h3,
#summary_blc4 h3 {
    font-size: 30px;
    padding: 0 40px 0 40px;
    border-bottom: 1px solid white;
    display: inline-block;
    line-height: 1.4;
    margin-bottom: 50px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#summary_blc3 .map {
    width: 90%;
    max-width: 670px;
    margin: 60px auto 30px;
}

#summary_blc3 .map_btn { width: 180px; margin: 0 auto;}
#summary_blc3 .map_btn a {
    display: block;
    width: 100%;
    height: 35px;
    background: white;
    color: black;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    line-height: 35px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#summary_blc3 .map_btn a:hover { opacity: 0.8;}

#summary_blc4 { text-align: center; margin-bottom: 200px;}

.outline_style{
    color: white;
    position: relative; /*必ず必要*/
    z-index: 2; /*必ず必要*/
    display: flex;
    width: 50%;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: auto;
    width:100%;
	min-width:1000px;
	margin:0 auto;
    min-width:100%; 
    padding-top:65px;
    flex-direction: column;
}

#wrapper_outline{
    background:black; 
}

#wrapper_outline img {
	width:100%;
	max-width:100%;
	height:auto;
}

sp-menu {
	width:100%;
	height:65px;
	padding:10px;
	background:rgba(0,0,0,0.9);
	position:relative;
	box-sizing:border-box;
}


/* ----- 背景用の動画ファイル ----- */
#bg-video{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateY(-50%)translateX(-50%);
    min-width: 100%;
    min-height: 55%;
    width: auto;
    height: auto;
    z-index: 1;
    background: url('poster.jpg') no-repeat;
    background-size: cover;
}



#sp-menu {
	display:none;
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	right:0;
	background:#FFF;
	z-index:99999;
	overflow-y:scroll;
}
#sp-menu .sp_header {border-bottom:#e6e1e1 1px solid;}

#sp-menu p.btn {
	font-size:12px;
	font-weight:bold;
    background:#fafafa;
	border-bottom:#e6e1e1 1px solid;
}
#sp-menu p.btn a {
	display:block;
	padding:15px;
	color:#333;
	text-decoration:none;
}

#sp-menu dl { text-align: center;}
#sp-menu dt {
	font-size:12px;
	font-weight:bold;
	color:#333;
	padding:15px;
    background:#fafafa url(../images/sp_open.png) 98% center no-repeat;
	background-size:30px 30px;
	border-bottom:#e6e1e1 1px solid;
	transition-duration:0.3s;
}
#sp-menu dt.open {
    background:#fafafa url(../images/sp_close.png) 98% center no-repeat;
	background-size:30px 30px;
	transition-duration:0.3s;
}
#sp-menu dd {
	width:100%;
	display:none;
}
#sp-menu dd li {
	width:100%;
	font-size:12px;
	line-height:1.2;
	position:relative;
	border-bottom:#e6e1e1 1px solid;
}
#sp-menu dd li a {
	display:block;
	color:#000;
	text-decoration:none;
	padding:15px;
}
#sp-menu dd li a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 2px #000;
	border-right: solid 2px #000;
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
}


@media screen and (max-width: 750px) {
    #bg-video{
        position: fixed;
        left: 50%;
        top: 50%;
        transform: translateY(-50%)translateX(-50%);
        min-width: 100%;
        min-height: 50%;
        width: 50%;
        height: auto;
        z-index: 1;
        background: url('poster.jpg') no-repeat;
        background-size: cover;
}

}
