@charset "utf-8";

/* ----共通部分----*/
html {
	font-size: 100%;
}
body {
	font-family: "ヒラギノ角ゴ ProN W3","HiraKakuProN-W3","ヒラギノ角ゴ Pro W3","HiraKakuPro-W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS Pgothic","Osaka",sans-serif,Helvetica, Helvetica Neue, Arial, Verdana;
	line-height: 1.7;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	color: #666;
}

a {
	text-decoration: none;
}

a:link,
a:visited {
	color: #666;
}

a:hover {
	color: #E85C04;
}

img {
	max-width: 100%;
}


/*---- HEADER ----*/
.home_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	width: 420px;
	margin-top: 28px;
	text-align: center;
}

/*---- 共通部分 ----*/

header {
	display: inline-block;
	width: 100%;
}

#page-menu {
	display: flex;
	flex-direction: column;
	float: left;
	width: 150px;
	margin-top: 100px;
	/*margin-left: 65px;*/
}

.logo {
    text-align: center;
	width: 120px;
	height: 120px;
}

.main-nav {
	list-style: none;
	padding-top: 120px;
    padding-left: 30px;
	line-height: 3;
	font-size: 10px;
}

.main-nav li {
	display: flex;
    height: 30px;
}

.main-nav a {
	display: block;
	text-align: right;
	width: 60px;
}

.main-nav .item {
    padding: 10px 0px;
}

.main-nav .remark {
	/*color: #C0C0C0;*/
    color: #E85C04;
	text-align: left;
    font-size: 10px;
	margin-left: 10px;
	padding: auto 0px;
    width: 50px;
}

.SNS {
    padding-left: 38px;
}

.SNS img {
    margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
    width: 15px;
    height: 15px;
}

.SNS2 {
	list-style: none;
    padding-left: 64px;
	line-height: 1;
}

.SNS2 img {
    margin: 8px 5px;
    width: 20px;
    height: 20px;
}

#title {
	float: left;
	margin-top: 155px;
	margin-left: 70px;
	font-size: 10px;
}

#title a {
    display: block;
}

footer {
	bottom: 0;
	text-align: right;
	padding-top: 7px;
	width: 100%;
	height: 50px;
	
}

footer p {
	font-size: 10px;
}



/*-------- 2-1 --------*/
#nantokanakoto {
	display: flex;
	flex-direction: column;
	float: right;
	margin-top: 70px;
    margin-right: 30px;
	width: 750px;
	font-size: 10px;
	padding-bottom: 60px;
}

#nantokanakoto h1 {
	font-weight: normal;
	margin-bottom: 10px;
	font-size: 10px;
}

.grid {
	display: grid;
	grid-template-columns: repeat(6, 100px);
	justify-content: space-between;
	margin-bottom: 5px;
}

.grid .item {
	margin-bottom: 20px;
	width: 100px;
	height: 75px;
}

/*-------- 3-1 --------*/
section img {
    max-width: 100%;
}

#slide {
    float: right;
    margin-top: 110px;
    margin-right: 30px;
    width: 750px;
}

.center {
    position: relative;
    float: left;
    width: 450px;
    height: 337.5px;
}

.center img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 0 auto auto;
}

.big-info {
    float: right;
    width: 230px;
    line-height: 2;
    font-size: 10px; 
}

.number {   
    text-align: right;
    float: left;
    list-style: none;
    width: 450px;
    height: 90px;
    padding-top: 70px;
    font-size: 10px;
}

.number li {
    display: inline-block;
    margin-left: 15px;
}

.back {
    display: block;
    text-align: right;
    float: left;
    width: 450px;
    height: 50px;
    padding-top: 30px;
    font-size: 10px;
}

.slide-photo {
    display: block;
    text-align: center;
    float: left;
    width: 450px;
    height: 70px;
    padding-top: 20px;
    font-size: 12px;
}

/*-------- 2-2 --------*/
#company {
	float: right;
    margin-right: 30px;
	margin-top: 70px;
	width: 750px;
}

.block {
    width: 100%;
    height: 300px;
    margin-bottom: 80px;
}

.company-photo {
	float: left;
	font-size: 10px;
	width: 400px;
}

.CompanyPicture {
	margin-top: 15px;
	width: 400px;
	height: 266.831px;
}

.company-info {
	float: left;
	line-height: 2;
	font-size: 10px;
	padding-top: 33px;
	margin-left: 30px;
}

/*
.about {
	float: left;
	margin-top: 30px;
	font-size: 10px;
}

.about h2 {
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 10px;
}
*/

.access {
    font-size: 10px;
    width: 100%;
    margin-bottom: 80px;
}

#location-map {  
	width: 400px;
	height: 266.831px;    
}
.access p {
    margin-bottom: 14px;
}

.access h2 {
    font-size:  10px;
    margin-bottom: 14px;
}

.contact {
    height: 600px;
}

.contact p {
    font-size:  10px;
    margin-bottom: 30px;
}

.contact h2 {
    font-size:  10px;
    margin-bottom: 14px;
}

form div {
	margin-bottom: 14px;
}

label {
	font-size: 12px;
	margin-bottom: 10px;
	display: block;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="company-name"],
textarea {
	border: 0.5px #A4A4A4 solid;
	padding: 10px;
	font-size: 0.5rem;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="company-name"] {
	width: 100%;
	max-width: 240px;
}

textarea {
	width: 100%;
	max-width: 480px;
	height: 6rem;
}

input[type="submit"] {
	border: none;
	cursor: pointer;
	line-height: 1;
}

.button {
    float: right;
	font-size: 10px;
	background: #7D7D7D;
	color: #fff;
	border-radius: 5px;
    margin-right: 270px;
	padding: 10px 20px;
}

.button:hover {
	background: #696969;
}

/*-------- 2-3 --------*/
.tenpo {
	float: left;
	margin-top: 110px;
	width: 750px;
}
.tenpo h1 {
	margin-bottom: 30px;
	font-size: 10px;
	font-weight: normal;
}

.grid2-3 .item {
	display: flex;
	margin-bottom: 30px;
	width: 90px;
	height: 120px;
}

.item .item-info {
	font-size: 10px;
    margin-top: 8px;
}

.item-info p {
	line-height: 1.8;
	padding-left: 30px;
	width: 600px;
}

.item-info .detail {
    margin-top: 8px;
}

/*-------- 2-4 --------*/
.blog {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	float: left;
	list-style: none;
	line-height: 2.0;
	margin-top: 120px;
	margin-left: 70px;
	font-size: 10px;
	height: 375px;
	width: 70%;
}

.blog a {
    color: #E85C04;
}

/*-------- 2-5 --------*/
.tsunagari-block {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	float: left;
	list-style: none;
	line-height: 2.0;
	margin-top: 120px;
	margin-left: 70px;
	font-size: 10px;
	height: 375px;
	width: 70%;
}

.tsunagari {
	margin-bottom: 30px;
}

.tsunagari a {
    color: #E85C04;
}

/*-------- answer --------*/
.arekore {
    width: 100%;
    height: 700px;
}

#answer-menu {
    padding-top: 100px;
    text-align: center;
}

.answer {   
    margin-top: 70px;
    font-size: 10px;
    padding: 0px 300px;
}

.phon-number {
 	color: #E85C04;   
}

.answer-back {
    display: block;
    text-align: center;
    padding-top: 70px;
    font-size: 10px;
}