@charset "UTF-8";
/*-----------------------------------

	wide_slide

-----------------------------------*/
.wide_slide {
	width: 100% !important;
	max-width: 100% !important;
}
.wide_slide .sp-img {
	position: relative !important;
}
.wide_slide .sp-slide img {
	width: auto !important;
	position: absolute;
	left: 10%;
	bottom: 15%;
}
.wide_slide .sp-slide .image_right{
	right: 10%;
	left: auto;
}
.slider-pro img.sp-image {
	margin: 0!important;
	height: auto !important;
}
.wide_slide .sp-slide,
.sp-mask {
	height: calc(100vh - 79px) !important;
}
.wide_slide .sp-slide:first-child {
	background: url(../img/index/main_bg_01.jpg);
	background-position: top;
	background-size: cover;
}
.wide_slide .sp-slide:nth-child(2) {
	background: url(../img/index/main_bg_02.jpg);
	background-position: top;
	background-size: cover;
}
.wide_slide .sp-slide:nth-child(3) {
	background: url(../img/index/main_bg_03.jpg);
	background-position: top;
	background-size: cover;
}
.wide_slide .sp-slide:nth-child(4) {
	background: url(../img/index/main_bg_04.jpg);
	background-position: top;
	background-size: cover;
}
.sp-buttons {
	position: absolute !important;
	bottom: 10px;
}
.sp-button {
	width: 78px !important;
	height: 6px !important;
	margin-right: 10px !important;
	border: none !important;
	background: #ffdeb0;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	border-radius: 0 !important;
}
.sp-selected-button {
	background-color: #ff8c1c !important;
}

@media screen and (max-width: 1050px) {

	.wide_slide .sp-slide,
	.sp-mask {
		height: 400px !important;
	}
}

@media screen and (max-width: 640px) {

	.wide_slide .sp-slide,
	.sp-mask {
		height: 260px !important;
	}
	.slider-pro img.sp-image {
		width: 70% !important;
	}
	.sp-arrow {
		width: 10px !important;
		height: 20px !important;
	}
	.wide_slide .sp-slide img {
		width: 200px !important;
		left: 4%;
		bottom: 12%;
	}
	.sp-buttons {
		bottom: 5px;
	}
	.sp-button {
		width: 30px !important;
		height: 6px !important;
	}
	

}


/*-----------------------------------

	about_block

-----------------------------------*/
#about_block {
	padding: 100px 0 120px;
	position: relative;
}
#box_01 .text_box {
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	line-height: 240%;
	letter-spacing: 0.2em;
	color: #535353;
	margin: 40px 0 50px;
}
#box_01 .text_box p:nth-child(2){
	margin-top: 20px;
	font-size: 16px;
	line-height: 200%;
	text-align: left;
	border: 2px solid #ff951b;
	padding: 15px;
	border-radius: 10px;
}
#box_01 .text_box .red_font{
	color: #F30000;	
	font-weight: 600;
	font-size: 21px;
	text-decoration: underline;
	text-align: center;
	display: block;
	margin-bottom: 10px;
}
#box_02 .content_wrap {
	height: 520px;
	margin-bottom: 80px;
	position: relative;
	color: #F30000;
}
#box_02 .text_box {
	width: 610px;
	float: left;
	padding-top: 45px;
	background-color: #fff;
	border: 1px solid #f4d8b4;
	border-top: 4px solid #f4d8b4;
	box-shadow: 0 12px 10px -6px rgba(0,0,0,.1);
	position: absolute;
}
#box_02 .img_box {
	position: absolute;
}
#box_02 .text_box h3 {
	font-size: 26px;
	line-height: 140%;
	letter-spacing: 0.05em;
	color: #ff951b;
	margin-bottom: 25px;
	padding-left: 40px;
	position: relative;
	-webkit-text-stroke: 0.3px;
}
#box_02 .text_box h3:before {
	content: "";
	width: 20px;
	height: 20px;
	background: #ffa043;
	position: absolute;
	left: 10px;
	top: 0;
	z-index: 10;
}
#box_02 .text_box h3:after {
	content: "";
	width: 25px;
	height: 25px;
	background: #ffdbbb;
	position: absolute;
	left: 0;
	top: 5px;
}
#box_02 .text_box h3:before,
#box_02 .text_box h3:after {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
#box_02 .text p {
	font-size: 16px;
	line-height: 220%;
	color: #575757;
	margin-bottom: 1.5em;
}
#content_01 .text_box {
	float: left;
	padding-left: 40px;
	padding-right: 100px;
	padding-bottom: 45px;
	background-image: url(../img/index/about_bg.png);
	background-repeat: no-repeat;
	background-position: 10% bottom;
	left: 0;
	top: 0;
}
#content_01 .img_box {
	float: right;
	width: 50%;
	height: 390px;
	background: url(../img/index/about_img_01.jpg) no-repeat;
	background-size: 100%;
	background-position: right;
	right: 0;
	top: 50px;
}
#content_02 .text_box {
	float: right;
	padding-right: 40px;
	padding-left: 100px;
	background-image: url(../img/index/about_bg.png);
	background-repeat: no-repeat;
	background-position: 90% bottom;
	right: 0;
	top: 0;
}
#content_02 .img_box {
	float: left;
	width: 50%;
	height: 390px;
	background: url(../img/index/about_img_02.jpg) no-repeat;
	background-size: 100%;
	background-position: right;
	left: 0;
	top: 50px;
}
#about_block .banner_area {
	margin-top: 120px;
}
#about_block .contents_inner {
	position: relative;
}
#about_block .chara_img_01 {
	position: absolute;
	left: 0;
	top: -40px;
}

@media screen and (max-width: 1180px) {

	#box_02 .content_wrap {
		height: 500px;
	}
	#box_02 .text_box {
		width: 56%;
	}
	#content_01 .img_box,
	#content_02 .img_box {
		width: 47%;
		height: 420px;
	}
	#content_01 .text_box {
		padding-left: 3%;
		padding-right: 6%;
	}
	#content_02 .text_box {
		padding-left: 6%;
		padding-right: 3%;
	}

}

@media screen and (max-width: 1000px){
	#box_02 .content_wrap {
		height: 600px;
	}
}

@media screen and (max-width: 790px){
	#box_02 .content_wrap {
		height: 700px;
	}
}

@media screen and (max-width: 640px) {

	#about_block {
		padding: 40px 0 60px;
	}
	#box_01 .text_box {
		font-size: 15px;
		line-height: 210%;
		text-align: left;
		text-align: center;
		letter-spacing: 0;
		margin: 35px 0 35px;
	}
	#box_01 .text_box p:nth-child(2){
		font-size: 14px;
	}
	#box_01 .text_box .red_font{
		font-size: 18px;
	}
	#box_02 .text_box {
		width: 100%;
		float: none !important;
		position: static;
		padding: 20px 5%;
	}
	#box_02 .text p {
		margin-bottom: 1em;
	}
	#box_02 .img_box {
		width: 100%;
		height: auto;
		background: none;
		position: static;
		float: none !important;
		margin-bottom: 25px;
	}
	#box_02 .content_wrap {
		height: auto;
		position: static;
		margin-bottom: 30px;
	}
	#box_02 .text_box h3 {
		font-size: 20px;
		margin-bottom: 25px;
		-webkit-text-stroke: 0;
	}
	#about_block .banner_area {
		margin-top: 60px;
	}
	#about_block .chara_img_01 {
		left: -7px;
		top: 1%;
		width: 23%;
	}

}

/*-----------------------------------

	store_block

-----------------------------------*/

#store_block {
	padding-top: 60px;
}
#store_block .store_wrap {
	margin-top: 70px;
	display: flex;
	flex-wrap: wrap;
	gap:1px;
}
#store_block .store_wrap li {
	width: calc((100% - (1px * 5)) / 6);
	background: #fff;
	border-right: 1px solid #fff;
}
#store_block .store_wrap li:nth-child(2n) {
	margin-right: 0;
}
#store_block .store_wrap li a {
	display: block;
	padding-bottom: 35px;
}
#store_block .detail_text {
	text-align: center;
}
#store_block .detail_text .address_txt {
	font-size: 16px;
	letter-spacing: 0.05em;
	color: #404040;
	margin-top: 15px;
}
#store_block .detail_text .tel {
	font-size: 20px;
	font-weight: 600;
	color: #2e2e2e;
	margin-top: 10px;
}
#store_block .detail_text .tel img {
	margin-right: 5px;
	vertical-align: -2px;
}
#store_block li .img_box {
	padding-bottom: 18px;
	position: relative;
}
#store_block li .img_box:before {
	content: "+";
	position: absolute;
	right: 5px;
	top: 0;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	z-index: 10;
}
#store_block li .img_box:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 40px 40px 0;
	border-color: transparent #ff951b transparent transparent;
	position: absolute;
	right: 0;
	top: 0;
}
#store_block li .text_box h3 {
	color: #404040;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 5px;
	border-bottom: 2px solid #ff951b;
	position: relative;
	z-index: 10;
}
#store_block li .text_box h3:before {
	content: "";
	width: 100%;
	height: 30px;
	background: #fff;
	position: absolute;
	left: 0;
	top: -30px;
	-webkit-border-radius: 40%;
	-moz-border-radius: 40%;
	-ms-border-radius: 40%;
	-o-border-radius: 40%;
	border-radius: 40%;
	z-index: -10;
}


@media screen and (max-width: 840px) {

	#store_block .store_wrap li {
		width: 49%;
		margin-right: 2%;
	}
	#store_block li .img_box {
		width: 37%;
	}

}
/*
@media screen and (max-width: 980px) {

	#store_block {
		padding: 80px 0 70px;
	}
	#store_block .h2_style {
		position: relative;
		z-index: 10;
	}
	#store_block .store_wrap {
		padding: 0 10%;
	}
	#store_block li .text_box h3 {
		text-align: center;
	}
	#store_block li .text_box {
		float: none;
		width: 100%;
	}
	#store_block li .img_box {
		float: none !important;
		display: block;
		width: 100%;
	}
	#store_block li .img_box img {
		display: block;
		margin: 0 auto;
	}

}
*/

@media screen and (max-width: 980px) {

	#store_block {
		padding: 45px 0 40px;
	}
	#store_block:after {
		display: none;
	}
	#store_block .store_wrap {
		margin-top: 30px;
		padding: 0;
	}
	#store_block .store_wrap li {
		float: none !important;
		width: 100%;
		height: auto;
		margin-bottom: 10px;
	}
	#store_block .store_wrap li a {
		padding: 0 15px;
		height: 220px;
		overflow: hidden;
	}
	#store_block .detail_text .address_txt {
		font-size: 14px;
		letter-spacing: 0;
		margin-top: 10px;
		text-align: left;
	}
	#store_block li .img_box {
		display: inline-block;
		float: left;
		width: 40%;
		margin-top: 20px;
	}
	#store_block li .text_box {
		float: right;
		width: 55%;
	}
	#store_block li .text_box h3 {
		text-align: left;
		margin-top: 15px;
	}
	#store_block .detail_text .tel {
		text-align: left;
	}
	#store_block .store_wrap li a:after {
		display: none;
	}

}

@media screen and (max-width: 640px) {

	#store_block .store_wrap li a {
		height: 150px;
	}

}

/*-----------------------------------

	info_block

-----------------------------------*/

#info_block {
	padding: 65px 0 55px;
	background: #fff7ed;
}
#info_block .info_wrap {
	margin-top: 35px;
}
#info_block .info_box {
	width: 48%;
}
#info_block .title_box {
	border-bottom: 2px solid #ff951b;
}
#info_block .title_box h3 {
	float: left;
	font-size: 17px;
	font-weight: 600;
	color: #292929;
	padding-bottom: 10px;
}
#info_block .title_box h3 img {
	margin-right: 10px;
}
#info_block .title_box span {
	color: #ff951b;
	font-size: 18px;
	font-weight: 800;
	letter-spacing: 0.1em;
	-webkit-text-stroke: 2px;
}
#info_block ul li {
	overflow: hidden;
}
#info_block ul li:hover {
	background: #fff;
}
#info_block ul li a {
	display: block;
	padding: 10px 0 10px 10px;
	border-bottom: 1px solid #f8d9bc;
	overflow: hidden;
}
#info_block ul .day {
	float: left;
	display: block;
	font-size: 13px;
	font-weight: 600;
	width: 70px;
	margin-right: 15px;
	color: #101010;
}
#info_block ul p {
	float: left;
	width: 260px;
	font-size: 13px;
	margin-left: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#info_block .link_btn {
	margin: 50px auto 0;
}

@media screen and (max-width: 1080px) {

	#info_block ul p {
		width: 100%;
		margin-left: 0;
	}

}

@media screen and (max-width: 840px) {

	#info_block {
		padding: 35px 0 55px;
	}
	#info_block .h2_style {
		position: relative;
		z-index: 10;
	}
	#info_block ul p {
		width: 100%;
		margin-left: 0;
	}

}

@media screen and (max-width: 640px) {

	#info_block {
		padding: 15px 0 40px;
	}
	#info_block .info_wrap {
		margin-top: 20px;
	}
	#info_block .info_box {
		float: none !important;
		width: 100%;
	}
	#blog_box {
		margin-top: 30px;
	}
	#info_block ul .category {
		font-size: 12px;
		padding: 8px 7px 8px;
	}

}


/*-----------------------------------

	news_block

-----------------------------------*/

#news_block {
	padding: 75px 0;
}
#news_block .contents_inner {
	position: relative;
}
#news_block .h2_style {
	width: 150px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	line-height: 230%;
}
#news_block {
	padding: 60px 0;
}
#news_block ul {
	width: 800px;
}
#news_block ul li {
	font-size: 15px;
	padding: 8px 0;
	border-bottom: 1px solid #d8d8d8;
}
#news_block li span {
	display: inline-block;
	width: 100px;
}
#news_block li p {
	display: inline-block;
}

@media screen and (max-width: 840px) {

	#news_block .h2_style {
		width: 20%;
	}
	#news_block ul {
		width: 75%;
	}
	#news_block li span,
	#news_block li p {
		display: block;
		width: auto;
	}

}

@media screen and (max-width: 640px) {

	#news_block {
		padding: 15px 0 40px;
	}
	#news_block .h2_style {
		width: 100%;
		float: none !important;
		position: static;
	}
	#news_block ul {
		width: 100%;
		float: none !important;
	}
	#news_block li span,
	#news_block li p {
		font-size: 13px;
	}

}


/*-----------------------------------

	gmap_block

-----------------------------------*/

.gmap_block iframe {
	vertical-align: bottom;
}


@media screen and (max-width: 840px) {

	.gmap_block iframe {
		height: 300px;
	}

}

@media screen and (max-width: 640px) {

	.gmap_block iframe {
		height: 250px;
	}

}