@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
html {
	line-height: 1.4;
}
body {
	font-size: 16px;
	background-color: #efeae5;
	color:#333333;
	min-width:1200px;
	line-height: 1.6;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  color: #1c1c1c;
}

}

@media screen and (max-width: 979px) {
body {

	font-size: 16px;
	line-height: 1.8
		min-width:100%;
}

}


img {
	vertical-align: bottom;
}
.pc {
	display: block;
}
.sm {
	display: none;
}


.wrapper {
	padding:0;
	margin: 40px auto 80px;
	width: 100%;
	text-align: center;
}

/* 全画面表示CSS */

.hero {
  height: 100vh; /* 全画面表示 */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url("../img/top.png");
}

/* 黒の背景 */

.overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.2);
}

/* テキスト */

.text-box {
  position: absolute;
  top: 85%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
}
.title {
  font-family: Roboto;
  font-size: 60px;
  font-weight: bold;
  line-height: 1.2;
  padding: 0 50px;
  text-align: center;
  color: #fff;
}
.description {
  color: white;
  text-align: center;
}
.top {
margin:0 auto 0;
padding:0 0;
text-align: center;
font-size: 200%;
height: 100vh; 
}


.img_box{
display: flex;
flex-wrap: wrap;
width: 1000px;
margin: 40px auto;
}

.img_box_in{
width: 30%;
margin: 10px auto;
}

.img_box_in img{
width: 95%;
border: 3px #aaa391 solid;
}

@media screen and (max-width: 979px) {

.img_box{
display: flex;
flex-wrap: wrap;
width: 90%;
margin:10px auto;
}

.img_box_in{
width: 100%;
margin: 10px auto;
}
}

@media screen and (max-width: 979px) {
.pc {
	display: none;
}
.sm {
	display: block;
}

.wrapper {
	padding:0;
	margin: 20px auto;
	width: 100%;
	text-align: center;
	min-width:100%;
}

}



.footer{
width:100%;
border-top: 1px solid #333333;
margin:30px auto 0;
padding:50px 0;

font-size:12px;
text-align: center;


}



@media screen and (max-width: 979px) {
body {

    min-width: 100%;
}
.max_w {
	max-width: 100%;

}

.max_w90 {
	max-width: 90%;

}

.max_w70 {
	max-width: 70%;

}

}
