@charset "utf-8";
/* CSS Document */

/*-----------------------------------ベース---------------------------------------*/

.tabstyle01{
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-top: 1px solid #d5d5d2;
	border-left: 1px solid #d5d5d2;
	border-right: 1px solid #d5d5d2;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	overflow: hidden;
	margin-bottom: 50px;
}
.tabstyle01 > li{
	width: 12.5%;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	background-color: #f2eeee;
}
.tabstyle01 > li:not(:last-child){border-right: 1px solid #d5d5d2;}
.tabstyle01 > li > a{
	position: relative;
	height: 100%;
	box-sizing: border-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap:wrap;
	justify-content: center;
	align-items: center;
	font-size: 1.3rem;
	letter-spacing: 0;
	line-height: 1.2;
	padding: 23px 0;
	border-bottom: 1px solid #d5d5d2;
	color: #615757;
}
.tabstyle01 > li:nth-child(2) > a,
.tabstyle01 > li:nth-child(3) > a{letter-spacing: -0.075em;}
.tabstyle01 > li.is-active > a{
	background-color: #fff;
	border-bottom: 1px solid #fff;
	color: #250505;
	font-weight: 500;
}
.tabstyle01 > li.is-active > a::before{
	width: 100%;
	height: 2px;
	content: " ";
	background-color: #ec0303;
	left: 0;
	top: 0;
	position: absolute;
}
.tabstyle01 > li > a span{text-align: center;}

.item_slider_box li a .imgbox,
.item_slider_box li a .textbox{
	display: block;
	width: 92%;
	margin: 0 auto;
	transition: .4s;
}
.item_slider_box li a .textbox{
	font-size: 1.45rem;
	color: #615757;
	line-height: 1.4;
	margin-top: 10px;
}
.column3_list{
	box-sizing: border-box;
	padding: 0 1%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.column3_list li{
	width: 32%;
	margin-bottom: 30px;
}
.column3_list li a,
.column3_list li a span{
	display: block;
	transition: .4s;
}
.column3_list .imgbox{}
.column3_list .textbox{
	font-size: 1.45rem;
	color: #615757;
	line-height: 1.4;
	margin-top: 10px;
}
.reserve_icon{
	position: relative;
	display: block;
}
.reserve_icon::before{
	content: "予約受付中";
	background-color: #0badf0;
	color: #f0ff00;
	font-size: 1.3rem;
	letter-spacing: 0;
	line-height: 1;
	padding: 8px 1.2em;
	position: absolute;
	right: 0;
	top: 0;
	font-weight: 700;
}
.more_link{text-align: right;color: #615757;}
.more_link a{
	display: inline-block;
	position: relative;
	font-size: 1.35rem;
	padding-left: 20px;
}
.more_link a::before,
.more_link a::after{
	content: " ";
	position: absolute;
}
.more_link a::before{
	position: absolute;
	width: 15px;
	height: 15px;
	background-color: #ec0303;
	border-radius: 50%;
	left: 0;
	top: 50%;
	margin-top: -7px;
}
.more_link a::after{
	border-top: 1.5px solid #fff;
	border-right: 1.5px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 4px;
	height: 4px;
	top: 10px;
	left: 4px;
}
/*----------------------------------------------------------------------------------
PCのみ
----------------------------------------------------------------------------------*/
@media screen and (min-width:1001px){

	.tabstyle01 > li > a:hover{background-color: #fff;color: #ec0303;}
	.item_slider_box li a:hover .imgbox,
	.column3_list a:hover .imgbox{opacity: .65;}
	.item_slider_box li a:hover .textbox,
	.column3_list a:hover .textbox,
	.more_link a:hover{text-decoration: underline;color: #ec0303;}
	
}
/*----------------------------------------------------------------------------------
タブレット・SP
----------------------------------------------------------------------------------*/
@media screen and (max-width:1000px){
	.pc_only{display: none!important;}
	.tabstyle01{
		border-top-right-radius:0;
		border-top-left-radius:0;
		background-color: #fff;
		padding-bottom: 5px;
	}
	.link_icon01{
		position: absolute;
		width: 15px;
		height: 15px;
		background-color: #ec0303;
		border-radius: 50%;
		right: 5%;
		top: 50%;
		margin-top: -7px;
	}
	.link_icon01::before{
		content: " ";
		position: absolute;
		border-top: 1.5px solid #fff;
		border-right: 1.5px solid #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		width: 4px;
		height: 4px;
		top: 5px;
		right: 6px;
	}
}

/*----------------------------------------------------------------------------------
SP
----------------------------------------------------------------------------------*/
@media screen and (max-width:640px){

	.item_slider_box,
	.tabstyle01,
	.column3_list{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-wrap:nowrap;
		overflow-x: scroll;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
		width: 105%;
		position: relative;
	}
	.item_slider_box li{flex: 0 0 40%;}
	.tabstyle01 > li{flex: 0 0 21.5%;}
	.column3_list > li{flex: 0 0 70%;}
	.titlestyle01{
		font-size: 1.8rem;
		margin-bottom: 40px;
		padding-bottom: 16px;
	}
	.titlestyle01::after{width: 24%;}
	.titlestyle02{
		margin-bottom: 40px;
		padding-bottom: 16px;
		line-height: 1.3;
		font-weight: 300;
	}
	.titlestyle02::before,
	.titlestyle02::after {
		content: " ";
		height: 2px;
		position: absolute;
		left: 0;
		bottom: 0;
	}
	.titlestyle02::before {
		background-color: #ddd;
		width: 100%;
	}
	.titlestyle02::after {
		background-color: #ec0303;
		width: 24%;
	}
	.tabstyle01 > li > a{
		font-size: 1.1rem;
		padding: 15px 3%;
	}
	.item_slider_box li a .textbox{
		font-size: 1.275rem;
		margin-bottom: 10px;
	}
	.column3_list .imgbox,
	.column3_list .textbox{
		width: 96%;
		margin: 0 auto;
	}
	.column3_list .imgbox{}
	.column3_list .textbox{
		font-size: 1.275rem;
		margin-top: 7px;
	}
	.reserve_icon::before{
		font-size: 0.9rem;
		padding: 6px 1em;
	}
	.more_link a{font-size: 1.275rem;}
	.more_link a::before{
		width: 13px;
		height: 13px;
		margin-top: -6px;
	}
	.more_link a::after{
		top: 9px;
		left: 3px;
	}

}
