@charset "UTF-8";

/*MV*/
.mv_wrapp img{
	width: 100vw;
	height: auto;
}

/*ーーーーMVのスライダー（swiper）ーーーー*/

.swiper {
    padding-bottom: 30px;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0px;
}

.swiper-pagination-bullet-active {
    background: #c9ab49;
}

.swiper-button-prev,.swiper-button-next {
    left: 10px;
    right: auto;
    width: 60px;
    height: 60px;
    background: #000000;
    border-radius: 100px;
    color: #fff;
    opacity: 0.7;
	transform: translateY(-50%);
}

.swiper-button-next {
    right: 10px;
    left: auto;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 32px;
}


/*open_text*/
.open_text img{
	margin: 0 auto;
	padding: 100px 0;
	display: block;
}

@media (max-width : 768px) {
	.open_text img{
		padding: 40px 0;
		width: 80%;
		display: block;
	}
}

.main_text_wrapp{
	background-image: url(../image/common/bg01.png);
	background-position: center center;
	background-repeat: repeat;
}
.main_text_wrapp02{
	background-color: #fff;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
/*TOPコンバージョンボタン*/
.main_text_wrapp .top_cv_bt {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap:30px;
	width: 100%;
	max-width: 780px;
	margin: 0 auto;
}

.main_text_wrapp .top_cv_bt .request_bt{
	color: #b09800;
	transform: none;
	opacity: 1;
	width: 48%;
	max-width: 370px;
	margin: 0 auto 15px;
	overflow: hidden;
	background: #fff;
	text-align: center;
	border: 2px solid #b09800;
}
.main_text_wrapp .top_cv_bt .request_bt a {
	display: block;
	color: #b09800;
	background: #fff;
	padding: 15px 40px;
	position: relative;
	margin-bottom: 5px;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	font-size: 20px;
	/* pointer-events: none; */
}
.main_text_wrapp .top_cv_bt .reserve ,
.main_text_wrapp .top_cv_bt .reserve a{
	background: #b09800;
	color: #fff;
}


/*point_text*/
.main_text_wrapp .point_text {
	width: 98%;
	margin: 50px auto 50px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
	color: #C9AB49;
}
.main_text_wrapp .point_text li {
	display: flex;
	align-items: center;
	padding: 10px 30px;
	border-left: 1px solid #000;
	font-size: min(2.2vw, 30px);
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
}
.main_text_wrapp .point_text li:first-child {
	border: none;
}

/*contents_wrapp*/
.contents_wrapp{
	width: 100%;
}

/*線画*/
.contents_wrapp .senga{
	width: 20%;
	margin: 2px;
	padding: 0;
	background-image:url("../image/common/bg03.png");
	background-repeat: repeat;
	transition-duration: 0.3s;
}
.contents_wrapp .senga:hover{
	background-image:url("../image/common/bg02.png");
}

.contents_wrapp .senga a{
	width: 100%;
	height: 100%;
	padding: 5% 10%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition-duration: 0.3s;
}

.contents_wrapp .senga a:hover{
	opacity: 1 !important;
}

.contents_wrapp .senga .img{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.contents_wrapp .senga .img p{
	opacity: 0;
}

.contents_wrapp .senga .landplan .img{background-image: url(../image/top/contents_linedraw_01.png);}
.contents_wrapp .senga .plan .img{background-image: url(../image/top/contents_linedraw_02.png);}
.contents_wrapp .senga .location .img{background-image: url(../image/top/contents_linedraw_03.png);}
.contents_wrapp .senga .access .img{background-image: url(../image/top/contents_linedraw_04.png);}
.contents_wrapp .senga .quality .img{background-image: url(../image/top/contents_linedraw_05.png);}
.contents_wrapp .senga .gallery .img{background-image: url(../image/top/contents_linedraw_06.png);}

.contents_wrapp .senga:hover .landplan .img{background-image: url(../image/top/contents_linedraw_01_on.png);}
.contents_wrapp .senga:hover .plan .img{background-image: url(../image/top/contents_linedraw_02_on.png);}
.contents_wrapp .senga:hover .location .img{background-image: url(../image/top/contents_linedraw_03_on.png);}
.contents_wrapp .senga:hover .access .img{background-image: url(../image/top/contents_linedraw_04_on.png);}
.contents_wrapp .senga:hover .quality .img{background-image: url(../image/top/contents_linedraw_05_on.png);}
.contents_wrapp .senga:hover .gallery .img{background-image: url(../image/top/contents_linedraw_06.png);}



/*photo_anime　マウスを乗せるとテキスト表示*/

/*要素3つ並び・4つ並び*/
.pattern03,
.pattern04{
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: stretch;
	background: #fff;
}
.pattern03 .photo_anime,
.pattern04 .photo_anime{
	max-height: 350px;
	margin: 2px;
	overflow: hidden;
	position: relative;
}
.pattern03 .photo_anime{width: 40%;}
.pattern04 .photo_anime{width: 30%;}

.photo_anime a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.photo_anime img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.7s, filter 0.3s;
	}
.photo_anime:hover img {
	transform: scale(1.2);
	filter: brightness(0.5);
}
.photo_anime_txt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-weight: bold;
	font-size: min(2.5vw, 25px);
	display: none;
	text-align: center;
	width: 80%;
	text-shadow: 1px 1px 2px #000;
}
.photo_anime:hover .photo_anime_txt {
	display: block;
	color: #fff;
	z-index: 100!important;
	filter: brightness(1);
}

/*SPECIAL CONTENTS*/
.special_wrapp{
	background: url("../image/common/bg01.png") repeat;
	background-size: auto;
	background-position: center;
	background-repeat: repeat;
	padding: 50px 0;
}

.special_wrapp .l-special_title {
	font-size: 42px;
	color: #222;
	text-align: center;
}

.slider_spe{
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 40px auto;
	overflow: hidden; 
}
.slider_spe div a {
	margin: 0 30px;
}
.slider_spe div a img{
	width: 100%;
}

/*sns_container*/
.sns_container{
	margin: 100px;
}
.sns_link{
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	width: 100%;
	max-width: 960px;
	margin: auto;
	gap:30px;
}














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

/*ーーーーMVのスライダー（swiper）ーーーー*/

.swiper-button-prev,.swiper-button-next {
    width: 40px;
    height: 40px;
    border-radius: 40px;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 20px;
}
	
	
	
	
/*	request_bt*/
	.main_text_wrapp .top_cv_bt{
		gap:10px;
		width: 90%;
		flex-direction: column;
	}
	.main_text_wrapp .top_cv_bt .request_bt{
		width: 80%;
	}
	.main_text_wrapp .top_cv_bt .request_bt a {
		font-size: 16px;
		padding: 15px 60px;
		width: auto;
		margin: auto;
	}

	/*point_text*/
	.main_text_wrapp .point_text {
		width: 98%;
		margin: 30px auto 30px;
		align-items: center;
	}

	.main_text_wrapp .point_text li {
		padding: 10px 5px;
		font-size: min(4.0vw, 40px);
		text-align: center;
		width: 33%;
	} 

	.main_text_wrapp .point_text li small {
		font-size: min(2.0vw, 20px);
	}

	.main_text_wrapp .point_text li {
		display: block;
	} 


	/*contents_wrapp SP*/
	
	.swiper1,
	.swiper2,
	.swiper3,
	.swiper4{
		margin-top: 150px;
		position: relative;
	}
	
	/* スライドの動き等速 */
	
	.swiper5{
		margin-top: -90px;
	}
	
	.swiper1 .swiper-wrapper,
	.swiper2 .swiper-wrapper,
	.swiper3 .swiper-wrapper,
	.swiper4 .swiper-wrapper{
		transition-timing-function: linear;
	}

	.swiper5 .swiper-wrapper {
		transition-timing-function: linear;
		margin-top: 90px!important;
	}

	.swiper-slide img {
		width: 100%;
		height: 100%;
		overflow: hidden;
		}
		
	.contents_linkbtn{
		display: flex;
		flex-wrap: nowrap;
		width: 94%;
		margin: 0 3%;
		position: absolute;
		top: -100px;
		z-index: 100;
	}
	.contents_linkbtn.right{
		flex-direction: row-reverse;
	}
	.contents_linkbtn a{
		width: 50%;
		height: auto;
		padding: 3%;
		display: block;
		background-image:url("../image/common/bg01.png");
		background-repeat: repeat;
		background-size: 96px 90px;
	}
	.contents_linkbtn a:hover{
		opacity: 1;
		filter: brightness(1.1);
	}
	.contents_linkbtn a img{
		padding: 5% 10%;
	}
	h3{
		font-size: 14px;
		font-weight: 800;
		line-height: 1.6;
		margin: 0 4%;
		padding-top: 2em;
	}
	h3.right{
		text-align: right;
	}
	h3.line3{
		padding-top: 1em;
	}


	/*SPECIAL CONTENTS*/
	.special_wrapp{
		margin-top: 70px;
		padding: 30px 0 20px;
	}

	.special_wrapp .l-special_title {
		font-size: 24px;
	}

	.slider_spe{
		width: 100%;
		margin: 20px auto;
		overflow: hidden; 
	}
	.slider_spe div a {
		margin: 0 15px;
	}
	.slider_spe div a img{
		width: 100%;
/*		max-width: 400px;*/
	}
	
	/*sns_container*/
	.sns_container{
		margin: 50px;
	}
	.sns_link{
		width: 90%;
		margin: auto;
	}
	.sns_link li{
		margin: 10px 0;
	}
/*
	.spNav{
		display: none!important;
	}
*/

	
}


@media screen and (max-width : 430px) {
	.sns_link{
		flex-direction: column;
	}
	.spNav{
		display: block!important;
	}

}


/*----------------------------------------
SNSボタン
----------------------------------------*/

.snsIcon {
    text-align: center;
}

.snsIcon h3 {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    margin-bottom: 36px;
    border: none;
    font-size: 40px;
    letter-spacing: 0;
    font-weight: bold;
	line-height: 1;
}
       
.snsIcon h3:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 3px;
    height: 100%;
    background: #000;
    border-radius: 3px;
    transform: rotate(-25deg);
}
       
.snsIcon h3:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background: #000;
    border-radius: 3px;
    transform: rotate(25deg);
}

.snsIcon ul {
	display: flex;
	align-items: center;
	width: 94%;
	max-width: 1120px;
	margin: 0 auto 80px;
}

.snsIcon ul li {
	width: 33.33%;
	height: 110px;
}

.snsIcon ul li a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}


.snsIcon ul li.snsYoutube a {
	background: #EFE8E3;
}

.snsIcon ul li.snsYoutube img {
	max-width: 205px;
	max-height: 47px;
	width: 75%;
}

.snsIcon ul li.snsInsta a {
	background: url("../image/common/sns_insta_bg.jpg") no-repeat 50% 50%;
	background-size: cover;
}

.snsIcon ul li.snsInsta img{
	max-width: 70px;
	max-height: 70px;
	width: 25%;
}

.snsIcon ul li.snsTiktok a {
	background: #000;
}

.snsIcon ul li.snsTiktok img {
	max-width: 56px;
	max-height: 64px;
	width: 20%;
}

@media screen and (max-width: 767px) {
	
.snsIcon h3 {
    margin-bottom: 15px;
    font-size: 17px;
}	
	
.snsIcon ul li {
    height: 55px;
}	
	
.snsIcon h3:before,.snsIcon h3:after {
    width: 2px;
}
       
	
	
}


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

	.snsIcon ul li {
		height: 70px;
	}	
	
	.snsIcon ul li.snsYoutube img {
		width: 65%;
	}

	.snsIcon ul li.snsInsta img{
		width: 19%;
	}

	.snsIcon ul li.snsTiktok img {
		width: 17%;
	}
	

}




/*----------------------------------------
GW、お盆の休暇
----------------------------------------*/
.holiday {
	margin: 80px auto 0;
	text-align: center;
}

.holiday .border {
	display: inline-block;
	padding: 20px 50px;
	border: 2px solid #3e3a39;
}

.holiday .title {
	font-size: 18px;
	margin-bottom: 10px;
}

.holiday p {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.8;
}

.holiday .textSmall {
	font-size: 14px;
}



@media screen and (min-width: 320px) and (max-width: 767px)  {
	.holiday {
		margin: 50px auto 20px;
	}

	.holiday .border {
		padding: 20px 25px;
	}
	
	.holiday .title {
		font-size: 16px;
	}

	.holiday p {
		font-size: 14px;
		font-weight: 600;
	}

	.holiday .textSmall {
		font-size: 12px;
	}
	

}



/*----------------------------------------
ポップアップバナー
----------------------------------------*/

.popupBnr {
	display: none;
	position: fixed;
	bottom: 15px;
	left: 15px;
	z-index: 100;
}
.closeBtn {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	width: 20px;
}

@media screen and (min-width: 320px) and (max-width: 767px)  {
	
	.popupBnr {
		bottom: 70px;
		left: 50%;
		transform: translateX(-50%);
		width: calc(100% - 140px);
	}
	
	
}



/*----------------------------------------
乾太くんバナー
----------------------------------------*/


.topBnr {
	text-align: center;
	margin: 0 auto 60px;
	width: 94%;
	max-width: 1200px;
}

@media screen and (min-width: 320px) and (max-width: 767px)  {
	.topBnr {
		margin: 0 auto 30px;
	}
	
}


/*----------------------------------------
TVCM
----------------------------------------*/

.tvcm {
    margin: 120px auto 80px;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
}

.tvcm .cm_img {
	width: 90%;
	max-width: 500px;
	margin: 40px auto 0;
	cursor: pointer;
}



@media screen and (min-width: 320px) and (max-width: 767px)  {

	.tvcm {
		margin: 40px auto 40px;
		font-size: 15px;
	}
	
}




