@charset "UTF-8";
/* CSS Document */
@media screen and (min-width:768px){
.header{
	display: block !important;
	z-index: 100 !important;
	opacity: 1.0 !important;
}
}
/* main-img-top */
.main-img-top {
	width: 100%;
	overflow:hidden;
	position: fixed;
	left: 0px;
	top: 0px;
	text-align: center;
	z-index: -1;
}
/*topimg*/
div.topimg-wrap {
	clear: both;
	width: auto;
}
.topimg {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: auto;
	width: 100%;
	overflow:visible;
}
/*TopIMG内の画像表示*/
.topimg .box {
	height: 60vh;
	width: auto;
	justify-content: center;
	align-items: center;
	display: flex;
	position: relative;
	background-color: #edebee;
}
.topimg .box img {
	height: 60vh;
	width: auto;
	display: inline-block;
}
.topimg .box:after {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	content:"" ;
	background-color: rgba(255,255,255,0.2);
}
.bx-viewport {
	left: 0;
	box-shadow: none;
	border: none;
}
/* contents-top */
.contents-top {
	width: 100%;
	padding-top: 60vh;
	z-index: 0;
}
.midashi-box {
	background-image: url("../common/images/line-midashi.svg");
	background-position: center bottom 17px;
	background-repeat: repeat-x;
	text-align: center;
	margin-bottom: 70px;
}
.midashi-box h3, .midashi-box h4 {
	color: #000;
	line-height: 1.2;
	letter-spacing: 0.05em;
	font-weight: normal;
	font-family: YuMincho, '游明朝', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.midashi-box h3 {
	font-size: 33px;
	margin-bottom: 5px;
}
.midashi-box h4 {
	font-size: 16px;
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 40px;
}
.contents01 .midashi-box h4 {
	background-image: url("../top/images/midashi01.svg");
}
.contents02 .midashi-box h4 {
	background-image: url("../top/images/midashi02.svg");
}
.contents03 .midashi-box h4 {
	background-image: url("../top/images/midashi03.svg");
}
.midashi04 {
	font-size: 33px;
	color: #000;
	line-height: 1.2;
	letter-spacing: 0.05em;
	font-weight: normal;
	text-align: center;
	margin-bottom: 40px;
	font-family: YuMincho, '游明朝', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
/*contents01*/
.contents01 {
	width: 1000px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 70px;
}
.contents01 .box {
	width: 228px;
	margin-bottom: 30px;
	margin-right: 29px;
	text-align: center;
}
.contents01 .box:nth-child(4n) {
	margin-right: 0%;
}
.contents01 p {
	padding-top: 10px;
	font-size: 20px;
	color: #000;
	line-height: 1.2;
	font-family: YuMincho, '游明朝', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.text01 {
	margin-bottom: 40px;
}
.text02 {
	margin-bottom: 40px;
}
.text03 {
	margin-bottom: 0px;
}
.text04 {
	margin-bottom: 60px;
}
/* contents03 */
.contents03 {
	width: 100%;
	text-align: center;
	padding: 0px 0px 2px;
}
.contents03 .box-in {
	width: 1280px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.contents03 .box {
	width: 228px;
	margin: 0px 10px;
	margin-bottom: 30px;
	position: relative;
	padding-bottom: 45px;
}
.contents03 .box img {
	width: 100%;
	height: auto;
}
.contents03 .box h6 {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	font-size: 19px;
	color: #FFF;
	line-height: 1.2;
	letter-spacing: 0.05em;
	font-weight: normal;
	background-color: #c7b299;
	padding: 12px 0px;
}
.sp-view {
    display: none;
}
.pagebg {
	background-color: rgba(255,255,255,1.0);
}
html, body {
    height: 100%;
}
