@charset "utf-8";
/* CSS Document */

#mainimg {
	display: block;
	margin: -0 0 50px;
	width: 100%;
}

#cont {
	display: block;
	margin: 0;
	width: 100%;
}

#cont h2 {
	font-family: 'Shippori Mincho', serif;
	font-size: 28px;
	font-weight: 700;
	text-align: center;
}

#tasei {
	display: block;
	margin: 40px 0;
	width: 98%;
	box-sizing: border-box;
}

#tasei-rv {
	display: block;
	margin: 40px 0;
	width: 98%;
	box-sizing: border-box;
}

#tasei div {
	display: block;
	margin: 10px auto;
	width: 96%;
}

#tasei-rv div {
	display: block;
	margin: 10px auto;
	width: 96%;
}

#tasei dl {
	font-family: 'Shippori Mincho', serif;
	line-height: 1.8em;
}

#tasei dt {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 0.5em;
	text-align: center;
}

#tasei dd {
	font-size: 16px;
	text-align: left;
}

#tasei-rv dl {
	font-family: 'Shippori Mincho', serif;
	line-height: 1.8em;
}

#tasei-rv dt {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 0.5em;
	text-align: center;
}

#tasei-rv dd {
	font-size: 16px;
	text-align: left;
}

#access {
	display: block;
	margin: 30px 0;
	width: 100%;
}

#access h2 {
	font-family: 'Shippori Mincho', serif;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 1em;
	text-align: center;
}

#accmap {
	margin: 20px auto 0;
	position: relative;
	padding-bottom: 56%;
	padding-top: 20px;
	height: 0;
	width: 98%;
	overflow: hidden;
}
 
#accmap iframe,
#accmap object,
#accmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.map_control {
	font-size: 14px;
	text-align: center;
	margin: 5px;
	width:100%;
}

#philosophy {
	display: block;
	margin:50px auto;
	width: 98%;
}

#philosophy h2 {
	font-family: 'Shippori Mincho', serif;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 1em;
	text-align: center;
}

#philosophy dl {
	background-image: url(../images/company/philosophy_sp.png);
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 40px 0;
	padding-top: 168.1%;
	height: 0px;
	width: 100%;
}

#photo {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	width: 100%;
}

#photo div {
	display: block;
	margin: 1.5%;
	width: 30%;
}

#products {
	display: block;
	margin: 50px 0;
}

#products h2 {
	font-family: 'Shippori Mincho', serif;
	font-size: 28px;
	text-align: center;
	margin: 0 auto 30px;
	width: 96%;
}

#add {
	font-family: 'Shippori Mincho', serif;
	display: block;
	margin: 40px auto;
	width: 96%;
	box-sizing: border-box;
}

#exterior {
	margin: 0 auto 1em;
	width: 98%;
}

#ac-com {
	display: block;
	margin: 0 auto;
	width: 96%;
}

#ac-com dt {
	margin: 5px 0;
}

#ac-com dd {
	font-size: 18px;
	margin: 0 0 0.5em;
}

#ac-com dd span {
	font-size: 15px;
}

#outline {
	background-color: #F3EFE9;
	display: block;
	margin: 50px auto 0;
	padding: 20px;
	width: 100%;
	box-sizing: border-box;
}
#outline h2 {
	font-family: 'Shippori Mincho', serif;
	font-size: 28px;
	text-align: center;
	margin: 0 auto 30px;
	width: 96%;
}

#outline dl {
	font-family: 'Shippori Mincho', serif;
	font-size: 15px;
	font-weight: 500;
	display: block;
	margin: 30px auto 0;
	width: 96%;
}

#outline dt {
	width: 100%;
}

#outline dd {
	margin: 0.5em 0 1em;
	width: 100%;
}


@media only screen and (min-width: 769px) {

#mainimg {
	margin: -100px 0 120px;
}

#cont {
	display: block;
	margin: 0 auto;
	width: 1080px;
}

#cont h2 {
	font-size: 32px;
}

#tasei {
	display: flex;
    justify-content: space-between;
	margin: 40px 0;
	width: 1080px;
	box-sizing: border-box;
}

#tasei-rv {
	display: flex;
	flex-direction: row-reverse;
    justify-content: space-between;
	margin: 40px 0;
	width: 1080px;
	box-sizing: border-box;
}

#tasei div {
	display: block;
	margin: 30px 0;
	width: 500px;
}

#tasei-rv div {
	display: block;
	margin: 30px 0;
	width: 500px;
}

#philosophy {
	display: block;
	margin: 100px auto;
	width: 1080px;
}

#philosophy h2 {
	font-size: 32px;
}

#philosophy dl {
	background-image: url(../images/company/philosophy.png);
	background-size: auto;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 60px auto;
	padding-top: 0;
	height: 374px;
	width: 890px;
}

#photo div {
	display: block;
	margin: 12px 0;
	width: 343px;
}

#access {
	margin: 100px 0;
}
#access h2 {
	font-size: 32px;
}

#add {
	display: flex;
    justify-content: space-between;
	margin: 40px auto;
	width: 950px;
	box-sizing: border-box;
}

#exterior {
	width: 395px;
}

#ac-com {
	width: 480px;
}

#ac-com dt {
	margin: 50px 0 60px;
}

#ac-com dd {
	font-size: 18px;
	margin: 0 0 1.5em;
}

#ac-com dd span {
	font-size: 15px;
}

#outline {
	display: block;
	margin: 100px auto 0;
}

#outline h2 {
	font-size: 32px;
	margin: 50px 0 0;
}

#outline dl {
	font-size: 22px;
	font-weight: 600;
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
	margin: 50px auto;
	width: 750px;
}

#outline dt {
	margin: 1em 0;
	width: 200px;
}

#outline dd {
	margin: 1em 0;
	width: 530px;
}

}
