@charset "UTF-8";
/* 共通部分
-------------------------------*/

html{
	font-size:100%;
}
body{
	font-family: "yu Gothic Medium","游ゴシック Medium",YuGothic,"游ゴシック体","ヒラギノ角ゴ　Pro W3",sans-serif;
	line-height: 1.7;
	color: #ffffff;

}
a {
	text-decoration: none;
}
img {
	max-width: 100%;
}
/* HEADER
----------------------------------*/
.home-title{
	font-size: 4rem;
	font-family: 'Philosopher',sans-serif ;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: normal;
}

.logo{
	width: 410px;
	margin-top: 20px;
}
.main-nav{
	display: flex;
	font-size: 1.25rem;
	text-transform: uppercase;
	margin-top: 34px;
	list-style: none;
}
.main-nav li{
	margin-left: 36px;
}
.main-nav a{
	color: #ffffff;
}
.main-nav a:hover{
	color: #0bd;
}
.page-header{
	display: flex;
	justify-content: space-between;
}
.wrapper{
	max-width: 2100px;
	margin: 0 auto;
	padding: 0 4%;
}
/* HOME
----------------------------------------*/
.home-content{
	text-align: center;
	margin-top: 10%;
}
.home-content p{
	font-size: 1.125rem;
	margin: 10px 0 42px;
	color: #ffffff;	
}
/*見出し*/
.page-title{
	font-size: 3rem;
	text-transform: uppercase;
	font-weight: normal;
	color: #ffffff;
	height: 200px;
}
/*ボタン　*/
.button{
	font-size: 1.375rem;
	background: #80a491;
	color: #fff;
	border-radius: 5px;
	padding: 16px 32px;
	
}
.button:hover{
	background: #0099aa;
}



/*大きな背景*/
.big-bg{
	background-size: cover;
	background-position: center top;
}
#home{
	background-image: url(../images/sa3.jpg);
	min-height: 100vh;
}

#home .page-title{
	text-transform: none;
}
/*会社概要
----------------*/
#overview{
	background-image: url(../images/p1.jpg);
    min-height: 50vh;	
}
.post-title{
	line-height: 150px;
   }
.sub-title{
	line-height: 160px;
}

/*フッター
-----------------*/
footer{
	background: #432;
	text-align: center;
	padding: 20px 0;

}
footer p{
	color: #fff;
	font-size: 0.875rem;
}
/*概要部分*/
article{ width:25% }

/*沿革部分*/
aside{ width:45% }

.overview-contents{
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
color: #432;
margin-left: 200px;
}
.post-title,
.post-cat{
	margin-left: 0px;
}
article p{
	margin-bottom: 1rem;

}
/*PRODUCT
----------------------------------------*/
#product{background-image: url(../images/ka5.jpg);
	min-height: 60vh;

}
.product-content{
	max-width: 860px;
	margin-top: 10%;
}
.product-content.page-title{
    text-align: center;
}

#couri{
	color: #000000;
	font-size: 1.5rem;
}

#tori{
	color: #000000;
	text-align: center;
	font-size: 2.0rem; 
}

p{
	font-size: 1.0rem;
	color: #000000;

}

.grid{
	display: grid;
	gap: 26px;
	grid-template-columns: 1fr 1fr 1fr;
	margin-top: 1%;
	margin-bottom: 50px;
	
}

/* CONTACT
------------------------------*/


#contact{background-image: url(../images/sa3.jpg);
min-height: 100vh;
}
#sub-title{
	color: #ffffff;
	font-size: 1.0rem;
	height: 280px;
}


#location{
	padding: 4% 0;
}
#location.wrapper{
	display: flex;
	justify-content: space-between;
}
.location-info{
	width: 22%;
}
.location-info p{
	padding: 12px 10px;
}
.location-map{
	width: 74%;
}
/*iframe*/
iframe{
	width: 100%;
}