@charset "utf-8";




/*.main_img {
	background: url("../../images/main.jpg") no-repeat;
	background-size: 100% auto;
}
@media only screen and (max-width: 768px){
.main_img {
	background: url("../images/bg_sp.jpg") no-repeat;
}
}*/




.main_img {
	text-align: center;
}

.main_img img {
	width: 100%;
	height: auto;
}

.main_img p {
	text-align: right;
	margin-top: 10px;
}

.pointobi {
	background: #fff;
	text-align: center;
	margin: 75px 0 45px;
}

.index_top, .top_area02, .top_area03 {
	*zoom: 1;
}

.index_top:after, .top_area02:after, .top_area03:after {
	content: "";
	display: table;
	clear: both;
}

.index_top {
	width: 100%;
	/* background:url(../images/cont_bg.jpg); */
	padding-top: 20px;
}

.top_area01 {
	width: 35%;
	float: left;
}

.top_bn01 {
	margin-bottom: 3%;
}

.top_area02 {
	width: 63%;
	float: right;
}

.info_wrappar {
	/* max-width: 1024px; */
	/* margin: 0 auto 40px; */
	/* text-align: center; */
}







@media only screen and (max-width: 768px) {
	.main_img p {
		margin: 5px auto 0;
		text-align: left;
	}
	.pointobi {
		width: 90%;
		margin: 0 auto;
		padding: 0px 0 25px;
	}
	.index_top {
		padding-top: 0;
	}
	.info_wrappar {
	    /* max-width: 1024px; */
	    /* margin: 0 auto 40px; */
	}
}

.infoWrapper {
	max-width: 490px;
	height: 120px;
	overflow-y: auto;
	margin: 0 auto;
}
.fixed2 {
	padding-top: 52px;
}





/*=======================================
　ナビエリア
=======================================*/

.navi_area {
	position: relative;
	padding: 0;
	/* margin: 0px 0px 150px; */
	/*display: -webkit-flex;
	display: flex;*/
}

.navi_area:before {
	/* content:
	" "; */
	/* display:
	inline-block; */
	/* width: 95%; */
	/* height: 93%; */
	/* top: 110px; */
	/* right: 0; */
	/* background: #293347; */
	background: -moz-linear-gradient(left, #293347 0%, #495368 100%);
	/* background: -webkit-linear-gradient(left, #293347 0%,#495368 100%); */
	/* background: linear-gradient(to right, #293347 0%,#495368 100%); */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#293347', endColorstr='#495368', GradientType=1);
	/* position: absolute; */
	/* -webkit-transition: .6s; */
	/* transition: .6s; */
}

.navi_area.b:before {
	content: " ";
	display: inline-block;
	width: 95%;
	height: 93%;
	top: 110px;
	left: 0;
	right: auto;
	background: #695e49;
	background: -moz-linear-gradient(left, #695e49 0%, #b3aa94 100%);
	background: -webkit-linear-gradient(left, #695e49 0%, #b3aa94 100%);
	background: linear-gradient(to right, #695e49 0%, #b3aa94 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#695e49', endColorstr='#b3aa94', GradientType=1);
	position: absolute;
	-webkit-transition: .6s;
	transition: .6s;
}

@media only screen and (max-width: 1311px) {
	.navi_area:before {
		width: 100%;
	}
	.navi_area.b:before {
		width: 100%;
	}
}

.top_navi {
	margin: 0 auto 60px;
	max-width: 1100px;
}

.top_navi .navi_area:nth-child(1) .img {
	border-top: 1px solid #AC9477;
}

.top_navi .navi_area .img {
	z-index: 10;
	text-align: center;
	/* max-width:1311px; */
	/* margin:0 auto 20px; */
	position: relative;
	padding: 8px 0;
	border-bottom: 1px solid #AC9477;
}

.top_navi .navi_area .img img {
	max-width: 100%;
}

.top_navi .navi_area .text {
	max-width: 1311px;
	margin: 0 auto;
	color: #FFF;
	position: relative;
	padding: 0 20px;
}

.top_navi .navi_area .text p {
	margin-bottom: 20px;
	font-size: 16px;
}

@media only screen and (max-width: 768px) {
	.top_navi {
		margin-bottom: 35px;
	}
	.top_navi .navi_area .img {
		margin: 0;
		padding: 0;
		border: none;
	}
	.top_navi .navi_area:nth-child(1) .img {
		border-top: none;
	}
	.top_navi .navi_area .text {
		max-width: 1311px;
		margin: 0 auto;
		color: #FFF;
		position: relative;
		padding: 0 20px;
	}
	.top_navi .navi_area .text p {
		margin-bottom: 20px;
		font-size: 13px;
	}
}









/*=======================================
　予告広告
=======================================*/
.yokoku {
	margin: 10px;
}
.yokoku span {
	font-size: 20px;
	border: 1px solid #000;
}
@media only screen and (max-width: 768px){
.yokoku {
	margin: 0 auto;
	width: 95%;
}
.yokoku span {
	/*font-size: 20px;*/
}
}


/*=======================================
　swiper
=======================================*/
.swiper-controller .swiper-pagination {
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: center;
	margin-top: 3.2rem;
}
.swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	background-color: #ccc;
	transition: all .3s;
	cursor: pointer;
}
.swiper-pagination-bullet-active {
	background-color: #67c1c4
}
@media only screen and (max-width: 768px) {
	.swiper-controller .swiper-pagination {
		margin: 1.2rem auto;
	}
}

.swiper-slide img{
	width: 100%;
}

/*=======================================
　お詫びと訂正
=======================================*/
.notice_txt {
	max-width: 770px;
	margin: 40px auto 0;
	border: 1px solid #333;
	text-align: center;
}
.notice_txt p {
	display: inline-block;
	padding: 20px;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
}

@media only screen and (max-width: 768px) {
	.notice_txt {
		max-width: 700px;
		width: 90%;
		margin: 40px auto;
	}
	.notice_txt p {
		font-size: 12px;
	}
}


/*=======================================
　MV下price帯
=======================================*/
.price {
	padding: 35px 0 30px;
	background: rgb(103,193,196);
	background: linear-gradient(122deg, rgb(171 217 221) 0%, rgb(92 157 169) 100%);
	margin-top: 30px;
}
.price p.txt {
	font-size: 43px;
	line-height: 1.4;
	color: #ffffff;
	text-align: center;
	letter-spacing: 0.1em;
	font-weight: bold;
	font-family: 'YakuHanMP', 'Lora', serif;
	letter-spacing: 0.15em;
}
.price p.txt span {
	font-size: 160%;
	line-height: 1;
	padding: 0 0 0 10px;
	color: #ffffff;
	letter-spacing: 0.01em;
}
.price p.notion_txt {
	font-size: 18px;
	line-height: 1.4;
	letter-spacing: 0.05em;
	color: #ffffff;
	text-align: center;
	font-family: 'YakuHanMP', 'Lora', serif;
}
@media only screen and (max-width: 768px) {
	.price {
		padding: 20px 0 15px;
		margin: 20px auto 30px;
	}
	.price p.txt {
		font-size: 18px;
	}
	.price p.txt span {
		padding: 0 3px;
	}
	.price p.notion_txt {
		font-size: 13px;
		letter-spacing: 0;
	}
}


/*=======================================
　floating banner
=======================================*/
.flot_ba {
	position: fixed;
	right: 35px;
	bottom: 100px;
	z-index: 1000;
}

.flot_ba .close {
	position: fixed;
	right: 20px;
	z-index: 1000;
	margin-top: 25px;
	cursor: pointer;
	bottom: 235px;
	max-width: 34px;
}

.alpha img {
	transition: all 0.5s ease-in-out;
}

.alpha>a {
	position: relative;
}

@media only screen and (max-width: 768px) {
	.flot_ba {
    position: fixed;
    right: 10px;
    bottom: 80px;
    z-index: 100;
		width: 250px;
	}
	.flot_ba .close {
    position: fixed;
    right: 2px;
    z-index: 1000;
    cursor: pointer;
    bottom: 189px;
    width: 27px;
 }
}