/* Scss Document */
#key {
    background: url("../img/access/key.jpg") no-repeat center;
    background-size: cover;
}
.btn_fixed{
	position: fixed;
	right: 0;
	top: 200px;
	z-index: 100;
}
#sec1 {
    margin-top: 60px;
    background: url("../img/access/sec1_bg.jpg") no-repeat center top;
    background-size: cover;
    position: relative;
    padding-top: 214px;
    padding-bottom: 83px;
}
#sec1 h2 {
    position: absolute;
    top: -100px;
    right: 128px;
}
#sec1 ul {
    justify-content: flex-start;
    flex-direction: column;
    position: absolute;
    top: 284px;
    right: 78px;
}
#sec1 ul li {
    margin-bottom: 24px;
}
#sec1 .info {
    color: #fff;
    margin-left: 50px;
    width: 545px;
}
#sec1 .info dl {
    justify-content: flex-start;
    line-height: 31px;
    padding: 15px 0;
    border-bottom: 1px dashed #323232;
}
#sec1 .info dl dt {
    width: 165px;
}
#sec1 .info dl dd {
    width: calc(100% - 165px);
}
#sec1 .info dl dd .tel {
    font-size: 32px;
}
#sec1 .info dl .fax {
    font-size: 32px;
}
#sec2 {
    position: relative;
    padding: 75px 0 0px;
}
#sec2:before {
    position: absolute;
    content: url("../img/access/sec2_deco.png");
    width: 719px;
    height: 1317px;
    top: -80px;
    left: 50%;
    margin-left: -108px;
}
#sec2 .group {
    justify-content: space-between;
    margin-bottom: 114px;
}
#sec2 .group .left {
    width: 50%;
}
#sec2 .group .left h2 {
    margin-left: 113px;
    margin-bottom: 82px;
}
#sec2 .group .right {
    width: 50%;
    padding-top: 173px;
}
#sec2 .group .right .txt {
    margin-bottom: 86px;
    width: 456px;
}
#sec2 .group .right h3 {
    font-size: 19px;
    text-align: right;
    margin-right: 50px;
    letter-spacing: 6px;
}
#sec2 .group .right h3 span {
    font-size: 26px;
}
#sec3 {
    padding: 0 0 178px;
}
#sec3 h2 {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 51px;
    letter-spacing: 3px;
}
#sec3 .info {
    margin-left: 270px;
}
#sec3 .info dl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 0px;
}
#sec3 .info dl dt {
    width: 105px;
}
#sec3 .info dl dd {
    width: calc(100% - 105px);
}
#sec4 {
    position: relative;
    background: url("../img/access/sec4_deco.png"), url("../img/access/sec4_bg.jpg");
    background-position: center bottom, center top;
    background-size: auto, auto;
    background-repeat: repeat-x, repeat;
    padding: 118px 0 104px;
}
#sec4 h2 {
    position: absolute;
    right: 0;
    top: 168px;
}
#sec4 ul {
    justify-content: flex-start;
    width: 738px;
    margin-top: -168px;
    margin-bottom: 70px;
}
#sec4 ul li {
    margin-right: 12px;
}
#sec4 .map {
    margin-left: 50px;
}
#sec5 iframe {
    width: 100%;
}
#sec5 .g_btn {
    width: 735px;
    margin-left: 108px;
    justify-content: space-between;
}
#sec5 .g_btn .button {
    line-height: 50px;
    width: 300px;
}
#sec5 .g_btn .button span {
    font-family: 'Noto Serif JP', serif;
    display: block;
    text-decoration: none;
    text-align: center;
    color: #fff;
}
#sec5 .btn {
    margin-left: 325px;
    line-height: 30px;
    margin-top: 31px;
}
#sec5 .wrap {
    padding-top: 40px;
    padding-bottom: 71px;
}
#sec6 {
    padding-bottom: 54px;
}
#sec6 .gallery {
    width: 1400px;
    margin: 0 auto;
    max-width: 100%;
    background: url("../img/shared/sec9_bg.jpg") repeat;
    padding-top: 68px;
    padding-bottom: 213px;
}
#sec6 .gallery h2 {
    text-align: center;
    margin-bottom: 69px;
}
#sec6 .gallery .list {
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: 100px;
}
#sec6 .gallery .list .item {
    width: 249px;
    margin-right: 28px;
    margin-bottom: 34px;
}
#sec6 .gallery .list .item:nth-child(3n+3) {
    margin-right: 0;
}
.mr_20{
	margin-right: 20px;
}
.btn_form2 a{
	margin: 10px 0;
	width: 320px;
	display: block;
	color:#fff;
	text-align: center;
	font-size: 16px;
	background-color: #aa2a07;
	border-radius: 30px;
	padding: 6px 0;
	text-decoration: none;
	box-sizing:border-box;
	line-height: 25px;
	letter-spacing: 1px;
}
.btn_form2 a:hover{
    	text-decoration:none;
	filter:alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity:0.8;
	opacity:0.8;
}