﻿
 /* top */

 #top header .header_top {
 	/* width: 87.7%; */
	margin: 0 0 3.5%;
	/* padding-top: 1.8%; */
}

header .header_info {
	display: flex;
	justify-content: space-between;
	margin: 0 1px 8.4%;
	padding-top: 13.45%;
}

.scroll span {
	display: inline-block;
	position: absolute;
    transform: rotate(-90deg);
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
	top: 5%;
	margin-left: -40%;
}

.scroll {
    display: inline-block;
    width: 1.5%;
    position: relative;
    border-left: solid 1px #000000;
}

.header_address {
	width: 24.2%;
	font-size: 1.35rem;
	letter-spacing: .06rem;
	line-height: 1.5;
}

.header_address address {
	margin-bottom: 7.5%;
}

.header_address dl {
	display: flex;
	flex-wrap: wrap;
}

.header_address dt {
	width: 14.5%;
}

.header_address dd {
	width: 85.5%;
	padding: 0;
	margin: 0;
}

#top main {
	padding-top: 12%;
}

.main_img {
	width: 100%;
	height: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 66.6%;
}
@media screen and (max-width: 950px) {

/* top */

	/* header .header_info {
		margin-bottom: 17%;
		padding-top: 40.8%;
	}

	.header_address {
		width: 56.5%;
		font-size: 1.1rem; 
		line-height: 1.5;
	}

	.header_address address {
		font-size: 1.1rem; 
	}

	.scroll span {
	    font-size: 1rem;
	    letter-spacing: 0.05rem;
	    top: 7%;
	    margin-left: -0.6rem;
	} */

	#top main {
		padding-top: 43.6%;
	}




}