@charset "utf-8";
main {
	color: #382d13;
}
/*slide*/
.slick-prev::before, .slick-next::before {
	color: black!important;
}
.slick-prev, .slick-next {
	display: none;
}
main .slide {
	margin-bottom: 6rem;
}
/*スライドショーの画像*/
/*スライドショーの画像の共通サイズ*/
.img_mg {
	margin: 0 20px;
	width: 72rem;
	height: 54rem;
	background-repeat: no-repeat;
	background-size: cover;
}
/*1枚目の画像*/
.img_mg1 {
	background-image: url(../images/top/slide1.png);
}
/*2枚目の画像*/
.img_mg2 {
	background-image: url(../images/top/slide6.png);
}
/*3枚目の画像*/
.img_mg3 {
	background-image: url(../images/top/slide3.png);
}
/*4枚目の画像*/
.img_mg4 {
	background-image: url(../images/top/slide4.png);
}
/*5枚目の画像*/
.img_mg5 {
	background-image: url(../images/top/slide5.png);
}
/*スライドショーの画像*/
/*slide*/
main section {
	margin-top: 15rem;
	padding-bottom: 5rem;
	position: relative;
}
main section .inner {
	padding-top: 5rem;
	position: relative;
}
main section h2 {
	font-size: 3rem;
	margin-bottom: 4rem;
	letter-spacing: 0.3rem;
	position: absolute;
	top: -1rem;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	color: #382d13;
}
main section h3 {
	font-size: 2.4rem;
	margin-bottom: 2rem;
}
/*about*/
main .about {
	background-color: #efefef;
}
main .about h3 {
	text-align: left;
}
main .about .about_content {
	width: 48%;
	box-sizing: border-box;
	padding: 2rem;
}
main .about img {
	width: 100%;
}
main .about .about_item p {
	font-size: 2rem;
	margin-bottom: 1.5rem;
	line-height: 1.5;
}
main .about .about_item p.break {
	word-break: break-all;
}
main .about .about_item {
	margin-bottom: 3rem;
}
main .about .btn_price {
	text-align: center;
}
main .about .btn_price a {
	font-size: 1.6rem;
}
/*about*/

/*plan*/
main .plan {
	text-align: center;
	background-color: #efefef;
}
main .plan .inner {
	z-index: 100;
}
main .plan-bg {
	position: absolute;
	width: 90%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 50;
	background-color: #0C6;
}
main .plan .plan_item p {
	font-size: 1.8rem;
	margin-bottom: 2rem;
}
main .plan .plan_item p:last-child {
	margin-bottom: 0;
}
/*plan*/
/*詳しくはこちらボタン*/
.btn_price {
	box-sizing: border-box;
	margin: 0 auto;
	border: 0.1rem solid #382d13;
	border-radius: 0.5rem;
	width: 14.5rem;
	font-weight: bold;
}
.btn_price a {
	display: inline-block;
	box-sizing: border-box;
	border-radius: 0.5rem;
	background-color: #fff;
	padding: 1rem;
	color: #382d13;
	width: 100%;
	height: 100%;
	font-size: 1.6rem;
	transition: 0.5s;
}
.btn_price a:hover {
	background-color: #382d13;
	color: #fff;
}
/*詳しくはこちらボタン*/
/*facility*/
main .facility {
	text-align: center;
	background-color: #efefef;
}
main .facility p {
	font-size: 1.6rem;
}
main .facility .content {
	width: 48%;
	box-sizing: border-box;
	border: 1px solid #382d13;
	position: relative;
	padding: 5rem 2rem 2rem 2rem;
}
main .facility h3 {
	background-color: #efefef;
	position: absolute;
	top: -1.2rem;
	left: 4rem;
	padding: 0 1rem;
}
main .facility .container {
	flex-wrap: wrap;
	height: 30rem;
	box-sizing: border-box;
	padding-top: 5rem;
}
main .facility .container .item {
	width: 25%;
	margin-bottom: 1.5rem;
}
main .facility .container .item p {
	margin-top: 1.8rem;
}
main .facility .btn_price {
	margin-top: 3rem;
}
main .facility .fa_item {
	height: 30rem;
}
main .facility .fa_item .fa_map {
	box-sizing: border-box;
	width: 48%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
main .facility .fa_item .f1 {
	background-image: url(../images/F1-100.jpg);
}
main .facility .fa_item .f2 {
	background-image: url(../images/F2-100.jpg);
}
/*モーダル*/
/*店内図F1*/
#bg_f1 {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 5000;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .4);
}
#alertBox_f1 {
	margin: 1rem auto;
	text-align: center;
	padding: 2rem;
	width: 50%;
	height: auto;
	background: #FFF;
	border-radius: 3px;
	box-shadow: 2px 2px rgba(0, 0, 0, .3);
}
#alertBox_f1 p {
	font-size: 1.4em;
	margin-bottom: 20px;
	margin: 0 auto;
	width: 90%;
	height: 70rem;
	background-image: url(../images/F1-100.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
#alertBox_f1 #ok_f1 {
	padding: 5px 20px;
	font-size: 1em;
	display: block;
	margin-left: auto;
	margin-bottom: 3rem;
}
/*店内図F1*/
/*店内図F2*/
#bg_f2 {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 5000;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .4);
}
#alertBox_f2 {
	margin: 1rem auto;
	text-align: center;
	padding: 2rem;
	width: 50%;
	height: auto;
	background: #FFF;
	border-radius: 3px;
	box-shadow: 2px 2px rgba(0, 0, 0, .3);
}
#alertBox_f2 p {
	font-size: 1.4em;
	margin-bottom: 20px;
	margin: 0 auto;
	width: 90%;
	height: 60rem;
	background-image: url(../images/F2-100.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
#alertBox_f2 #ok_f2 {
	padding: 5px 20px;
	font-size: 1em;
	display: block;
	margin-left: auto;
	margin-bottom: 3rem;
}
#alertBox_f1 #ok_f1, #alertBox_f2 #ok_f2 {
	cursor: pointer;
}
#click_f1, #click_f2 {
	cursor: pointer;
}
/*モーダル*/
/*facility*/

/*news*/
main .news {
	background-color: #f2f1eb;
}
main .news h2 {
	text-align: center;
}
main .news dl {
	width: 85%;
	margin: 0 auto;
	font-size: 1.5rem;
}
main .news dl dt {
	float: left;
	clear: both;
}
main .news dl dt, main .news dl dd {
	margin-bottom: 2rem;
}
main .news dl dd {
	margin-left: 15rem;
}
/*news*/


@media screen and (max-width:640px) {
.img_mg {
	margin: 0 auto;
	width: 30rem;
	height: 22.5rem;
}
main .about .about_content {
	width: 100%;
}
main .about .about_item {
	width: 100%;
}
main .facility .content {
	width: 100%;
	height: 100%;
	margin-top: 4rem;
}
main .facility .content h3 {
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.facility .content .ds_f {
	flex-direction: row;
}
.plan_item {
	margin-bottom: 4rem;
	padding-bottom: 2rem;
	border-bottom: solid 0.1rem #CCCCCC;
}
.plan_item:last-child {
	margin-bottom: 0;
}
main section {
	padding-bottom: 0;
	margin-top: 10rem;
}
#alertBox_f1 {
	margin: 3rem auto;
	width:80%;
}
#alertBox_f1 p {
	height: 40rem;
}
#alertBox_f2 {
	margin: 3rem auto;
	width:80%;
}
#alertBox_f2 p {
	height: 40rem;
}
/*モーダル*/
}
