.memorial {
    /* page_title
  ---------------------------------------------------------------------------------------*/
    /* section
  ---------------------------------------------------------------------------------------*/
}

@media screen and (min-width: 768px) {
    .memorial .page_title {
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        height: 720px;
        padding-top: 145px;
        text-align: center;
        color: #fff;
    }
	
    .memorial .page_title .inr h1 {
        font-size: 2.6rem;
        letter-spacing: 0.1em;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        /* for no-flexbox browsers */
    }
    .memorial .page_title .inr h1:after, .memorial .page_title .inr h1:before {
        border-top: 1px solid #fff;
        content: "";
        display: inline;
        /* for IE */
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex: 1;
        flex-grow: 1;
    }
    .memorial .page_title .inr h1:after {
        margin-left: 0.5em;
    }
    .memorial .page_title .inr h1:before {
        margin-right: 0.5em;
    }
    .memorial .page_title .inr p {
        font-size: 1.3rem;
    }
    .memorial .page_title .reed {
        margin-top: 155px;
    }
    .memorial .page_title .reed p {
        font-size: 2.8rem;
        margin-bottom: 20px;
        letter-spacing: 0.1em;
    }
    .memorial .page_title .reed .btn a {
        display: inline-block;
        border: 1px solid rgba(255, 255, 255, 0.5);
        font-size: 1.4rem;
        padding: 8px 30px;
        color: #fff;
    }
	.memo_link a{
		font-size: 1.6rem !important;
		text-decoration: underline;
		line-height: 1.2;
	}
	
	.memo_repo {
		width: 100%;
		margin-bottom: 20px;
	}
	
	.memo_repo p{
		margin-bottom: 30px !important;
		text-align: left;
		line-height: 1.7 !important;
	}
	
	.memo_repo img{
		width: 100%;
		margin-bottom: 10px;
	}
	
	.memo_repo_l {
		width: 60%;
		margin: 0 auto;
	}
	
	.memo_repo_r {
		width: 60%;
		margin: 0 auto;
	}
	
	.last {
		width: 60%;
		margin:0 auto;
	}
	
	.memo_repo_l_last {
		width: 48%;
		float: left;
		margin-right: 4%;
	}
	
	.memo_repo_r_last {
		width: 48%;
		float: left;
	}
	
	.staff_name {
		width: 60%;
		margin: 0 auto;
		text-align: right;
	}
	
	.slider3 {
		width: 411px;
		height: 370px;
		margin: 40px auto 0;
		background: no-repeat;
	}
	
	.mt50 {
		margin-top: 50px;
	}

}

@media screen and (max-width: 767px) {
	.memo_link a{
		text-decoration: underline;
	}
	
	.mt50 {
		margin-top: 50px;
	}

}

@media screen and (max-width: 767px) {
    .memorial .page_title {
        position: relative;
        width: 100%;
        height: 90vh;
        text-align: center;
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        color: #fff;
    }
    .memorial .page_title .inr {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        padding: 0 30px;
    }
	.memo_repo img{
		width: 100%;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 767px) and (orientation: landscape) {
    .memorial .page_title .inr {
        top: 46%;
    }
}

@media screen and (max-width: 767px) {
    .memorial .page_title .inr h1 {
        font-size: 2rem;
		text-shadow: rgba(114,59,5,0.9) 0px 2px 2px;
    }
    .memorial .page_title .inr p {
        font-size: 1rem;
		text-shadow: rgba(114,59,5,0.9) 0px 2px 2px;
    }
    .memorial .page_title .inr .reed {
        margin-top: 20px;
    }
    .memorial .page_title .inr .reed p {
        font-size: 1.8rem;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
    .memorial .page_title .inr .reed p {
        width: 40%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767px) {
    .memorial .page_title .scroll {
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -31px;
    }
    .memorial .page_title .scroll img {
        width: 62px;
    }
    .memorial .page_title .sp_logo {
        position: absolute;
        top: 15px;
        left: 30px;
        width: 140px;
    }
}

.memorial .section {
    text-align: center;
    margin: 0px 0 0px;
	padding: 110px 0;
}

@media screen and (max-width: 767px) {
    .memorial .section {
        text-align: left;
        margin: 0px 0 0px;
		padding: 30px 0 60px;
    }
}

.memorial .section .section_title h2 {
    font-size: 2.8rem;
    letter-spacing: 0.15em;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .memorial .section .section_title h2 {
        font-size: 2rem;
        text-align: left;
    }
    .memorial .section .section_title h2 br {
        display: none;
    }
}

.memorial .section .section_title h2:after {
    content: " ";
    background: #333333;
    width: 34px;
    height: 2px;
    display: block;
    margin: 25px auto;
}

@media screen and (max-width: 767px) {
    .memorial .section .section_title h2:after {
        margin: 15px 0;
    }
}

.memorial .section p {
    line-height: 2.5;
    letter-spacing: 0.1em;
    margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
    .memorial .section p {
        line-height: 1.78;
        text-align: left;
    }
}
.memorial .section .photo_list {
    margin-top: 110px;
    margin-left: -4px;
}
@media screen and (min-width: 768px){
.br-sp {
	display: none; }
}
	
@media screen and (max-width: 767px) {
    .memorial .section .photo_list {
        margin-top: 60px;
        margin-left: 0;
    }
}

.memorial .section .photo_list .fl_left {
    float: left;
    width: -webkit-calc(50% - 4px);
    width: calc(50% - 4px);
    margin-left: 4px;
    margin-bottom: 4px;
}

@media screen and (max-width: 767px) {
    .memorial .section .photo_list .fl_left {
        float: none;
        width: 100%;
        margin-left: 0;
    }
}

.memorial .section .photo_list .fl_right {
    float: right;
    width: -webkit-calc(50% - 4px);
    width: calc(50% - 4px);
    margin-left: 4px;
    margin-bottom: 4px;
}

@media screen and (max-width: 767px) {
    .memorial .section .photo_list .fl_right {
        float: none;
        width: 100%;
        margin-left: 0;
    }
}

.memorial .section .btn_more {
    text-align: center;
}

@media screen and (max-width: 767px) {
    .memorial .section .btn_more {
        text-align: center;
    }
}

.memorial .section .btn_more a {
    display: inline-block;
    border: 1px solid #999999;
    padding: 6px 60px;
    margin-top: 60px;
}

@media screen and (max-width: 767px) {
    .memorial .section .btn_more a {
        display: block;
        width: 100%;
        padding: 10px 20px 10px 30px;
        margin-top: 30px;
    }
    .memorial .section .btn_more a span {
        float: right;
    }
}

.memorial .container .section_title .btn_map a {
    display: inline-block;
    background: #ff0000;
    color: #fff;
    text-align: center;
    margin-bottom:2px;
    padding: 12px;
    width: 350px;
    letter-spacing: 0.1em;
	font-size: 20px;
}

.btn_map2 a {
    display: inline-block;
    background: #ff7433;
    color: #fff;
    text-align: center;
    margin-bottom:2px;
    padding: 12px;
    width: 350px;
    letter-spacing: 0.1em;
	font-size: 20px;
}
.btn_map3 a {
    display: inline-block;
    background: #ff0000;
    color: #fff;
    text-align: center;
    margin-bottom:2px;
    padding: 12px;
    width: 350px;
    letter-spacing: 0.1em;
	font-size: 20px;
}


.memo_h3 {

	font-size:2.5rem;
	margin-bottom:10px;
}

.memo_h4 {
	font-size:4rem;
	margin:50px 0px 0px 0px;
}
.memo_h5 {
	font-size:2.5rem;
	margin:-70px 0px 70px 0px;
}
.memo_span1 {
	font-size:1.8rem;
	margin:20px 0px 10px 0px;
	margin:0 auto;
}
.memo_span2 {
	font-size:2.2rem;
	margin:0px 0px 5px 0px;
	margin:0 auto;
}

@media screen and (max-width: 767px) {
.memorial .container .section_title a {
    width: 98%;   
}
.btn_map .btn_map2 .btn_map3{
    width: 98%; 
	}
.memo_h3 {
	font-size:2rem;
	margin-bottom:5px;
}
.memo_h4 {
	font-size:2.2rem;
	margin:30px 0px 15px 0px;
}
.memo_h5 {
	font-size:1.5rem;
	margin:-30px 0px 30px 0px;
}
.memo_span1 {
	font-size:1.5rem;
	margin:15px 0px 10px 0px;
	}
.memo_span2 {
	font-size:1.6rem;
	margin:0px 0px 5px 0px;
}
}

/*20180619 */
.mb50 {
	margin-bottom: 50px;
}

.mb30 {
	margin-bottom: 60px;
}

.mb40 {
	margin-bottom: 40px !important;
}


.mt30 {
	margin-top: 30px;
}

.mb25{
	margin-bottom: 40px !important;
}

.border-top_ireisai{
	width: 80%;
	margin-left:10%;
	padding-top: 30px;
	border-top:1px solid #999;
}
.border-top_ireisai2{
	width: 80%;
	margin-left:10%;
	margin-top: 100px;
	border-top:1px solid #999;
}
@media screen and (max-width: 767px) {
	.border-top_ireisai{
		width: 100%;
		margin-left:0px;
		padding-top: 30px;
		border-top:1px solid #999;
}
	.border-top_ireisai2{
		width: 100%;
		margin-left:0px;
		margin-top: 80px;
		border-top:1px solid #999;
}

.br_block{
	display: block !important;
}
}
.mask:hover {
	opacity: 0.5;
}

.memorial_video{
	width: 100%;
}
@media screen and (max-width: 767px) {
	.memorial_video{
		width: 100%;
}

/*20180619 */

/*# sourceMappingURL=memorial.css.map */