@charset "utf-8";

@media screen and (max-width: 767.9px) {
/* ----------------------------------------
top
---------------------------------------- */
.sp_off {
	display: none;
}
a {
	text-decoration: none;
}
.ttl_sub {
	font-size: 4.5vw;
	color: #999;
	text-align: right;
}
/* ----------------------------------------
main
---------------------------------------- */
.main {
	width: 100%;
	height: 380px;
	margin: 0 auto;
	background: url(../img/top/top_main_bg_sp.jpg) ;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 50px;
	position: relative;
}
.main_wrap{
}
.main_logo{
	position:absolute;
	top:80%;
	left: 50%;
	transform: translateX(-50%);
}

.main_logo img{

}
/* ----------------------------------------
menu
---------------------------------------- */
.menu{

}
.menu ul{
	width: 100%;
	height: 40px;
	display: flex;
	justify-content: space-between;
}
.menu li{
}
.menu li a{
	color: #227016;
	font-size: 16px;
	line-height: 40px;
	display: inline-block;
	padding-left: 20px;
}
.menu li a:hover{
	color: #959036;
}
/* ----------------------------------------
concept
---------------------------------------- */
.concept {
	position: relative;
}
.concept::before {
	content: "";
	/*background-color: #f5f5f5;*/
	width: 90%;
	height: 10%;
	position: absolute;
	right: 0;
	z-index: -1;
}
.concept_wrap {
	width: 95%;
	margin: 0 auto;
}
.concept_wrap h2 {
	margin: 0 auto;
	position: relative;
	width: 90%;
}
.concept_wrap .ttl_sub {
	margin-top: -2.9vh;
}
.concept_text {
	font-size: 3.8vw;
	width: 95%;
	margin: 0 auto;
	line-height: 4vh;
	padding: 3vh 0;
}
/* ----------------------------------------
each room
---------------------------------------- */
.eachroom h2 {
	margin: 7vh auto 3vh;
	width: 90%;
}
ul.eachroom_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.eachroom_box li a {
	display: block;
	width: 100%;
	height: 100%;
}
.eachroom_box li {
	width: 47%;
}
.eachroom_box li a:hover img {
	opacity: 0;
}
/* ----------------------------------------
sticking_points
---------------------------------------- */
.sticking_points {
	position: relative;
	margin: 6vh auto;
}
.sticking_points::before {
	content: "";
	background-color: #f5f5f5;
	width: 50%;
	height: 70%;
	position: absolute;
	right: 0;
	top: 6vh;
	z-index: -1;
}
.sticking_points::after {
	content: "";
	background-color: #f5f5f5;
	width: 50%;
	height: 72%;
	position: absolute;
	left: 0;
	bottom: 4vh;
	z-index: -1;
}
.sticking_points h2 {
	width: 90%;
	margin: 0 auto;
	position: relative;
}
.sticking_points .ttl_sub {
	width: 95%;
	position: absolute;
	bottom: -1vh;
	right: 0;
}
.sticking_wrap {
	margin-top: 4vh;
}
.sticking_link {
	margin-right: 1vh;
}
.sticking_link a {
	display: block;
	width: 280px;
	margin: 0 auto;
}
.sticking_link a:hover {
	opacity: 0.8;
}
.sticking_bottom {
	display: flex;
	justify-content: space-between;
	margin-top: 1.5vh;
	align-items: flex-start;
}
.sticking_bottom img:nth-child(1) {
	margin-left: -15px;
}
.sticking_bottom-right {
	display: flex;
	flex-direction: row;
	margin-top: 12px;
}
.sticking_bottom-right p {
	color: #000;
	font-weight: bold;
	font-size: 3vw;
}
.sticking_bottom-right img {
	max-height: 1vh;
	margin: 5px 0 0 10px;
}
/* ----------------------------------------
story
---------------------------------------- */
.story_wrap {
	margin: 0 auto;
}
.story_wrap a {
	display: block;
}
.story_wrap a:hover {
	opacity: 0.8;
}
.story_txt {
	border: 1px solid #000;
	display: flex;
	justify-content: space-between;
	padding: 2vh;
	color: #000;
	margin: 1vh auto 5vh;
	font-weight: bold;
	width: 85%;
	display: flex;
	align-items: flex-end;
	background: url(../img/top/arrow.webp) no-repeat right 10px center;
}




/* ----------------------------------------
theme
---------------------------------------- */
.theme_wrap{
}
.theme{
	width: 100%;
	height: 300px;
	background:#e3e1dd;
	position: relative;
	overflow: hidden;
}
.theme_con{
	width: 96%;
	height: 300px;
	display: flex;
	justify-content: space-between;
	padding: 20px 0 20px;
	margin: 0 auto;
	position: absolute;
	top: 0;
	right: 0;
}
.theme_con1{
	width: 100px;
}
.theme_con1 img{
}
.theme_con2{
	width: 300px;
	position: absolute;
	top: 10px;
	left: 25%;
}
.theme_con2_text{
	padding: 10px;
	font-size: 16px;
	line-height: 30px;
	color: #227016;
	font-weight: bold;
	writing-mode: vertical-rl;
}
.theme_image{
	width: 180px;
	z-index: inherit;
	position: absolute;
	top: 50px;
	left: 60%;
}
.theme_image img{
	max-width: 170px;
}

.contents{
	width: 100%;
	margin: 30px auto;
    position: relative;
}

.contents01_wrap{
	width: 100%;
	background-color: #f0f0f0;
	position: relative;
	padding-bottom: 50px;
}

.theme_bg{
	height: 160px;
	background: url(../img/top/theme_image01.jpg) center center / cover;
	filter: grayscale(90%);
}
.theme_bg_black{
	/*background-color: rgba(0,0,0,0.5);
	height: 400px;*/
}

.theme_ttl{
	font-size: 32px;
	line-height: 32px;
	padding-top: 60px;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	letter-spacing: 3px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.theme_box{
	width: 90%;
	height: auto;
	display: flex;
	flex-direction: column;
	margin: auto;
	border: 1px solid #fff;
	margin-top: 40px;
}
.theme_box_image{
	width: 100%;
}
.theme_box_text{
	width: 100%;
	background-color: #fff;
	padding: 30px 0;
}
.theme_box_text p{
	font-size: 22px;
	line-height: 40px;
	color: #1c6148;
	text-align: center;
	box-shadow: #555;
}
/* ----------------------------------------
request
---------------------------------------- */

.request_wrap{
	overflow: hidden;
}

.request_box{
	position:relative;
	background: url(../img/top/top_request_bk_sp.png) no-repeat 0 0;
	background-size: 100%;
	height:120vh;
	width:90%;
	padding-left: 2%;
	padding-right: 2%;
	margin:0 auto;
	position:relative;
	margin-top:40px;
	margin-bottom: -80px;
}
.request_box01{
	width: 90%;
	height: ;
	display: flex;
	flex-direction: column;
	position: absolute;
	top: 8%;
	left: 16%;
	padding: 1%;
}

.request_box01_text{
	font-size: 16px;
	width: 80%;
}
.request_box01_text ul{}
.request_box01_text li{
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
	font-weight:normal;
}
.request_box01_text .point{
	font-size: 18px;
	line-height: 24px;
	color: gold;
	font-weight: bold;
	border-bottom:1px dotted gold;
	margin-top: 8px;
}
.request_box01_image{
	width: 70%;
	margin-top: 10px;
}
.request_box01_image img{
	width: 90%;
}
.request_box02{
	width: 90%;
	height: ;
	display: flex;
	flex-direction: column-reverse;
	position: absolute;
	top: 48%;
	left: 10%;
	padding: 1%;
}
.request_box02_text{
	font-size: 16px;
	width: 80%;
}
.request_box02_text ul{
}
.request_box02_text li{
	font-size: 14px;
	line-height: 1.4;
	font-weight:normal;
}
.request_box02_text .point{
	font-size: 18px;
	line-height: 24px;
	color:#227016;
	font-weight: bold;
	border-bottom:1px dotted #1c6148;
	margin-top: 8px;
}
.request_box02_image{
	width: 70%;
	margin-top: 10px;
}
.request_box02_image img{
	width: 90%;
}
/* ----------------------------------------
blog
---------------------------------------- */
.blog_wrap{}
.blog_tl{
	background-color: #935e1a;
	font-size: 18px;
	line-height: 50px;
	height: 50px;
	color: #fff;
	margin: 0 auto;
	margin-top: 50px;
	text-align: center;
	width: 100%;
}
.blog{
}
.blog ul{
	width: 90%;
	margin: 0 auto;
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
}
.blog ul::before{
	border-top: 1px dotted #999;
}
.blog ul li{
	padding: 6px 0;
	border-bottom: 1px dashed #999;
	display: flex;
	flex-wrap: wrap;
	height: 40px;
	overflow: hidden;
	width: 100%;
}
.blog ul li:nth-child(2){
	margin-right: 0;
}
.blog li a{
	font-size: 14px;
	line-height: 40px;
	color: #555;
	display: block;
	width: 100%;
	height: 100%;
	text-overflow: ellipsis;
}
.blog li a:hover{
	color:#227016;
	text-decoration: underline;
}
.blog li .text{
}

.blog li .thumb{
	width: 60px;
	margin-right: 10px;
	border-radius: 3px;
}
.blog li .thumb img{
	max-width: 30px;
}
/* ----------------------------------------
voice
---------------------------------------- */
.voice{
	margin-top: 20px;
	text-align: center;
}
.voice img{
	margin:0 auto;
	width:90%
}/* ----------------------------------------
concept
---------------------------------------- */
.concept_wrap{
	width: 96%;
	margin:0 auto;
	margin-top:20px;
}

.concept{
	font-size:15px;
	line-height:2.2;
	text-align:center;
	padding:2%;
}

.concept_tl{
	font-size:24px;
	line-height:30px;
	font-weight:bold;
	text-align:center;
	margin-bottom:20px;
}

/* ----------------------------------------
overview
---------------------------------------- */
.overview_wrap{
	width: 90%;
	margin-left: 2%;
	margin-right: 2%;
	margin:0 auto;
	margin-top:40px;
}

.overview_tl{
	font-size:24px;
	line-height:40px;
	font-weight:bold;
	text-align:center;
	margin-bottom:10px;
}

.overview{
	display:flex;
	flex-direction: column;
	font-size:16px;
	line-height:26px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

.overview_box01{
	padding: 10px 0 0;
}
.overview_box01 span{
	width: 70px;
	display: inline-block;
	padding-right: 30px;
	font-weight:bold;
}
.overview_box02{
	padding: 0 0 10px;
}
.overview_box02 span{
	width: 70px;
	display: inline-block;
	padding-right: 30px;
	font-weight:bold;
}
/* ----------------------------------------
after
---------------------------------------- */
.top_after_wrap{
	width: 90%;
	margin:0 auto;
	margin-top:20px;
}
.top_after_tl{
	font-size:24px;
	line-height:30px;
	text-align:center;
	margin-bottom:10px;
}
.top_after{
	display: flex;
	justify-content: space-between;
}
.top_after img{
	width: 100%;
}
.top_after a:hover{
    opacity: 0.7;
}

/* ----------------------------------------
concept
---------------------------------------- */
.top_concept_wrap{
	width: 100%;
	margin: 0 auto;
	height:auto;
	/*position: absolute;
	top: 685px;
	right: 0;
	left: 0;*/
}

.top_concept{
	font-size: 16px;
	line-height: 34px;
	text-align: center;
	padding: 30px 50px;
}

.top_concept_tl{
	font-size:34px;
	line-height:40px;
	text-align:center;
	margin-bottom:20px;
}

}