@charset "UTF-8";

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

.sp_none{
	display:none;
}

#style01{
	width:100%;
}

img{
	max-width: 100%;
}





/*　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　ヘッダー　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　*/

.header{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 8000;
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 80px;
	background: url("./img/header_bg.png") center center/contain repeat-x;
}

.header_l{
	padding: 6px 14px;
}

.header_l img{
	height: 68px;
}

.header_r{
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 8px 10px;
}

.header_sns{
	display: flex;
	justify-content: flex-end;
	gap: 10px;
	font-size: 32px;
	line-height: 1;
}

.header_sns a{
	color: #fff;
}

.header_sns a:hover{
	color: #990711;
}

.header_tel{
	display:none;
}
.header_tel a{
	color:#FFF;
}





/*　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　フッター　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　*/

.footer{
	padding: 30px 30px 60px 30px;
	border-top: 1px #808080 solid;
	background: #fff;
}

.footer_copy{
	font-size: 14px;
	text-align: center;
	line-height: 1;
}

.sp_kotei01{
	position:fixed;
	bottom:0;
	background-color:rgb(255,255,255,0.7);
	width:100%;
	padding:0.5em 0;
}
.sp_kotei02{
	float:left;
	width:48%;
	margin:0 1%;
}
.sp_kotei02 a{
	display:block;
	background-color:#990011;
	color:#FFF;
	text-align:center;
	width:100%;
	padding:0.5em 0;
	border-radius:10px;
}
.sp_kotei03{
	float:right;
	width:48%;
	margin:0 1%;
}
.sp_kotei03 a{
	display:block;
	background-color:#990011;
	color:#FFF;
	text-align:center;
	width:100%;
	padding:0.5em 0;
	border-radius:10px;
}



/*　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　メイン　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　*/

.mv{
	position: relative;
	height: 180vw;
}

.mv_img,
.mv_img .slick-list,
.mv_img .slick-track,
.mv_img .slick-slide,
.mv_img .slick-slide > div,
.mv_img li
{
	height: 100%;
}

.mv_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mv_img > li:not(:first-child){
	display: none;
}

.slick-slide > div > li{
	vertical-align: bottom;
}

.mv_bk{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.35);
}

.mv_box{
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	padding: 40vw 3vw 0;
}

.mv_cacth{
	margin-bottom: 12vw;
	color: #fff;
	font-size: 6vw;
	text-shadow: 3px 3px 3px #000;
	line-height: 1.3;
}

.mv_cacth span{
	font-size: 9vw;
}

.mv_icon{
	text-align: center;
}

.mv_icon img{
	width: 40vw;
}




.is01{
	background: url("./img/is0102_bg.jpg") top center/300% no-repeat;
	background-color: #000;
	color: #fff;
}

.is01_01{
	background: rgba(0, 0, 0, 0.65);
}

.is01_01box{
	display: flex;
	flex-direction: column-reverse;
	padding: 10vw 3vw 0;
}

.is01_img{
	display: none;
}

.is01_img img{
	width: 28vw;
}

.is01_text{
	padding-bottom: 6vw;
	font-size: 4vw;
	line-height: 1.8;
}

.is01_text .fb{
	font-size: 6vw;
	line-height: 1.3;
}

.is01_text .red{
	color: #FF0000;
}

.is01_text .fr{
	display: block;
	text-align: right;
}



.is01_02{
	padding: 14vw 3vw;
	background: rgba(0, 0, 0, 0.8);
}

.is_title01{
	margin-bottom: 12vw;
	color: #fff;
	font-size: 6.5vw;
	line-height: 1.3;
	text-align: center;
}

.is_title01 span{
	position: relative;
	display: inline-block;
	padding: 0 1.5em;
}

.is_title01 span:before,
.is_title01 span:after{
	position: absolute;
	content: "―";
}

.is_title01 span:before{
	left: 0;
}

.is_title01 span:after{
	right: 0;
}

.is01_02box{
	display: flex;
	flex-direction: column-reverse;
}

.is01_02img img{
	width: 100%;
}

.is01_02text{
	margin-bottom: 2vw;
	font-size: 4vw;
}

.is01_comment{
	font-size: 3vw;
}
.is01_comment:not(:last-child){
	padding-left: 1em;
}

.is01_comment:last-child{
	padding-top: 1em;
}

.is01_list li,
.is01_comment li{
	position: relative;
	padding-left: 1.1em;
}

.is01_list li:before{
	position: absolute;
	left: 0;
	content: "・";
}

.is01_comment li:before{
	position: absolute;
	left: 0;
	content: "※";
}


.is01_list_box{
	background-image:url("./img/bg_plun.jpg");
	padding:2em;
}
.is01_list_box li{
	color:#000;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "Noto Serif JP", serif;
    font-weight: 600;
	margin:0 0 5px 0;
	list-style-type:disc;
	font-size: 4.5vw;
/*
	color:#FFF;
	padding:5px 20px;
	border:3px #FFF solid;
	background-color:#990011;
*/
}
.plun_point{
	color:#990011;
	font-weight:bold;
}


.is02{
	padding: 14vw 3vw 0;
	background: #000;
	color: #fff;
}

.is02_box:not(:last-child){
	margin-bottom: 12vw;
}

.is_title02{
	margin-bottom: 10vw;
	font-size: 5vw;
	line-height: 1.2;
	text-align: center;
}

.is_title02 span{
	position: relative;
	display: inline-block;
	width: 10em;
	padding-bottom: 3vw;
}

.is_title02 span:after{
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 100%;
	height: 1vw;
	border-top: 1px #fff solid;
	border-bottom: 1px #fff solid;
}

.is02_flex_img img{
	width: 100%;
}

.is02_flex_name{
	margin-top: 3vw;
	margin-bottom: 6vw;
	font-size: 4vw;
	line-height: 1.2;
	text-align: center;
}




.is03{
	padding: 12vw 0;
	background: url("./img/is03_bg.png") center center/25vw;
}

.is03_img{
	text-align: center;
}

.is03_img > li:not(:first-child){
	display: none;
}

.slick-slide > div > li{
	vertical-align: bottom;
}

.slick-current > div > li img{
	width: 100%;
}

.slick-dots{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 4vw;
	margin-top: 6vw;
	font-size: 0;
}

.slick-dots button{
	width: 7vw;
	height: 7vw;
	border: none;
	background: #999999;
	font-size: 0;
}

.slick-dots .slick-active button{
	background: #FFFFCC;
}




.is04{
	padding: 14vw 3vw;
	background: #000;
	color: #fff;
}

.is04{
	padding: 14vw 3vw;
	background: #000;
	color: #fff;
}

.is04_map{
	position: relative;
	padding-top: 100%;
	margin-bottom: 12vw;
}

.is04_map iframe{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.is04_company{
	font-size: 5vw;
	line-height: 1.3;
}

.is04_company dl{
	padding: 3vw;
	border-bottom: 1px #fff solid;
}

.is04_company dt{
	margin-bottom: 3vw;
	font-weight: 700;
}


.yoyaku_bt{
	display:none;
}
.yoyaku_bt a{
	background-color:#990011;
	color:#FFF;
	font-size:16px;
	padding:5px 20px;
	border-radius:10px;
	border:3px #FFF solid;
}
.yoyaku_bt a:hover{
	background-color:#FFF;
	color:#990011;
	font-size:16px;
	padding:5px 20px;
	border-radius:10px;
	border:3px #990011 solid;
}











}/* end */