@charset "utf-8";
/*-------------------------------------------
TOPページ
---------------------------------------------*/
body#top {
	background-image: url("../images/top/bg.png");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;}

section#mainview .container {
	position: relative;
	height: 70vh;}
section#mainview img {
	margin-left: auto;
	width: 880px;
	height: 70vh;
	object-fit: cover;
	object-position: 50% 100%;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .2);}
section#mainview .container .mainview-box {
	width: 100%;
	height: 70vh;}
section#mainview .container .info {
	position: absolute;
	bottom: 30px;
	left: 0;}
section#mainview .container h2{
	color: #706557;
	font-family: kinuta-maruminfuji-stdn, serif;
	font-weight: 500;
	font-style: normal;
	font-size: 2.2em;
	letter-spacing: 0.2em;}
section#mainview #mainview02 h2 {
	color: #46465e;}

@media screen and (max-width: 640px){

section#mainview .container {
	height: calc(((100vw - 3.0rem)*0.8)*0.68);}
section#mainview .container .mainview-box {
	height: calc(((100vw - 3.0rem)*0.8)*0.68);}

section#mainview img {
	width: 80%;
	height: auto;}
section#mainview #mainview01 img {
	margin-left: 0;
	margin-right: auto;}
section#mainview .container .info {
	bottom: -30px;}
section#mainview .container #mainview01 h2 { text-align: right;}
section#mainview .container #mainview01 .info {
	right: 0;
	left: auto;}
section#mainview .container h2{
	font-size: 1.5em;
	letter-spacing: 0.1em;
	text-shadow: 0 0 4px #fff,
               0 0 4px #fff,
               0 0 4px #fff;
	}

}


section#notice .notice_inner{
	margin-left:220px;
}
section#notice .notice_title {
	font-family: kinuta-maruminfuji-stdn, serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1.5em;
	border-bottom: 5px solid #706557;
	width: fit-content;
}
section#notice ul {
	margin-top: 20px;
}
section#notice ul li {
	margin-bottom: 10px;
}
section#notice ul li a {
	margin-left: 1.5em;
}
@media screen and (max-width: 640px){
	section#notice .notice_inner{
		margin-left: 0px;
	}
	section#notice ul li a {
		margin-left: 0;
		display: block;
	}

}


section#laser {
	height: 600px;
	background-image: url("../images/top/laser_bg.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	/*background-size: auto 100%;*/
	background-size: cover;
	padding:0;
}
section#laser .container{
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 600px;
}
section#laser .container h2{
	margin-bottom: 1em;
	color: #706557;
	font-family: kinuta-maruminfuji-stdn, serif;
	font-weight: 500;
	font-style: normal;
	font-size: 2em;
	letter-spacing: 0.05em;
	line-height: 1.3;}
section#laser .container p {
	margin: 0 0 1em 0;}

@media screen and (max-width: 640px){

section#laser {
	height: auto;
	background-image: url("../images/top/laser_bg_sp.png");
	background-position: bottom center;

	/*background-position: left 20% center;*/

}
section#laser .container{
	height: auto;
	padding: 2em 0;}
section#laser .container h2 {
	line-height: 1.4;
	font-size: 1.3em;
	letter-spacing: 0;}
section#laser .container p {
	margin: 0 0 1.5em 0;

	padding-right: 3em;
	font-size: 90%;
	line-height: 2;
}

}

section#features {
	/*margin: 100px 0 30px;*/
	margin: 100px 0 0px;
	position: relative;}
section#features .slider {
	overflow: hidden;}
section#features .slider .slider_box {
	position: relative;
}
section#features h2 {
	position: absolute;
	top: -1.5em;
	left: calc(((100vw - 1100px)/2) + 1.5em);
	z-index: 10;
	writing-mode: vertical-rl;
	color: #fff;
	background-color: #948771;
	padding: 10px 5px;
	font-family: kinuta-maruminfuji-stdn, serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1.6em;
	letter-spacing: 0.05em;
}
section#features .slider {
	width: 100%;
	margin: 0 auto;}
section#features .slider img {
	width: 100%;
	height: calc(60vh - 30px);
	min-height: 430px;
	object-fit: cover;
}
section#features .slider .slick-slide{
    /*height:auto!important;*/
	height: 60vh;
	min-height: 460px;
}
section#features .features_wrapper {
	position: absolute;
	bottom: 0px;
	right: calc((100vw - 1100px)/2);
}
section#features .features_wrapper p {
	margin-bottom: 1em;}
section#features .point {
	font-family: "font_num", sans-serif;
	font-size: 2em;
	text-align: right;
	line-height: 1;
}
section#features .point span {
	font-size: 2em;
}
section#features .white {
	color: #fff;
}
section#features .features_inner {
	/*background: rgba(199,178,153,0.6);*/
	background: rgba(234,219,204,0.8);
	width: 380px;
	padding: 50px 30px;
	z-index: 15;}
section#features .features_inner h3 {
	color: #706557;
	font-family: kinuta-maruminfuji-stdn, serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1.6em;
}
section#features .features_inner h3 span {
	font-size: 0.7em;
}

section#features a.btn_next {
	margin-left: auto;
	margin-top: 1em;
	color: #fff;
	text-align: right;
	display: block;}

section#features .slick-next {
	top: inherit;
	right: calc(((100vw - 1100px)/2) + 80px);
	bottom: 1em;}

@media screen and (max-width: 640px){

section#features {
	/*margin:40px 0 30px;*/
	margin:40px 0 0px;}
section#features h2 {
	position: static;
	writing-mode: horizontal-tb;
	padding: 5px 5px;
	font-size: 1.5em;
	line-height: 1.2;
	letter-spacing: 0.05em;
	margin:0 auto;
	text-align: center;}
section#features .slider {
	width: 100%;
	margin: 0 auto;	
	background-color: #e9e0d6;}
section#features .slider img {
	width: 100%;
	height: auto;
	min-height: auto;}
section#features .slider .slick-slide{
	height: auto;}
section#features .slick-prev {
	top: 60%;
	left: 1em;
	bottom: inherit;}
section#features .slick-next {
	top: 60%;
	right: 1em;
	bottom: inherit;}
section#features .features_wrapper {
		margin-top: -1.5em;
		position: static;
		width: 100%;
	}
	section#features .point {
		padding-left: 20px;
		font-size: 2em;
		line-height: 1;
		text-align: left;
	}
	section#features .point span {
		font-size: 1.5em;
	}
	section#features .white {
		color: #706557;
	}
	section#features .features_inner {
		width: 100%;
		padding: 10px 30px;
		z-index: 15;	
		box-sizing: border-box;
		background: transparent;
	}
	section#features .features_inner h3 {
		line-height: 1.2;
		margin-bottom: 1em;
	}
}

.mainview {
	width: 100%;
	height: 53vw;
	height: 420px;
/*	
	background-image: url("../images/top/mainview.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto;
*/
}

.mainview img {
	display: block;}

.slick-dots li button:before {
	font-size: 12px;
	top: 10px;}

@media screen and (max-width: 640px){

.mainview {
	width: 100%;
	height: auto;
	/*
	background-size:cover;
	background-image: url("../images/top/mainview.png");
	background-position: center center;
	background-repeat: no-repeat;*/}
.mainview {
	overflow: hidden;}
.mainview img { width: 100vw !important;}

}
