@charset "utf-8";


/*=============================================
	
	メインビジュアル
	
==============================================*/
@media print, screen and (max-width: 768px) {
	#mv {
		position: relative;
		margin-bottom: 8vh;
	}
	#mv #crossfade {
		position: relative;
		padding-top: 120%;
	}
	#mv #crossfade li {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
	}

	#mv .ranking_icon_wrap {
		position: absolute;
		left: 0;
		bottom: -9vh;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 90%;
		padding: 0 5%;
	}
	#mv .ranking_icon_wrap > div{
		width: 20%;
		margin: 0 -2%;
		position: relative;
	}
	#mv .ranking_icon_wrap > div.icon03 {
		width: 25%;
		z-index: 10;
	}
	#mv .ranking_icon_wrap > div.icon02 {
		z-index: 9;
	}
	#mv .ranking_icon_wrap > div.icon01 {
		z-index: 8;
	}
}

@media print, screen and (min-width: 769px) {
	#mv {
		position: relative;
		width: 100%;
		margin-bottom: 50px;
	}
	#mv #crossfade {
		padding-top: 46%;
	}
	#mv #crossfade li {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		overflow: hidden;
	}

	#mv .ranking_icon_wrap {
		position: absolute;
		left: 0;
		bottom: -60px;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		width: 80%;
		padding: 0 10%;
	}
	#mv .ranking_icon_wrap > div{
		width: 120px;
		margin: 0 5px;
	}
	#mv .ranking_icon_wrap > div.icon03 {
		width: 160px;
	}
}
/*=============================================
	
	H1タイトル
	
==============================================*/
@media print, screen and (max-width: 768px) {
	#h1_wrap {
		padding: 3em 3.0em 1.2em;
		margin: 0 auto;
	}
	#h1_wrap .chapel_img {
		position: relative;
		margin: 0 0 2em;
	}
	#h1_wrap .bg_img {
		position: relative;
	}
	#h1_wrap .bg_img::after {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background:rgba(0,0,0,0.3);
	}
	#h1_wrap .bg_img img {
		width: 100%;
		height: 30vh;
		object-fit: cover;
	}
	#h1_wrap .minnanowedding {
		text-align: center;
		color: #FFF;
		font-size: 1.1em;
		line-height: 2;
		margin: 0;
		padding: 0.7em 0;
		border-bottom: 1px solid #FFF;
		border-top: 1px solid #FFF;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		width: 80%;
	}
	#h1_wrap h2 {
		text-align: center;
		color: #9D886D;
		font-size: 1.8em;
		line-height: 1.6em;
		margin: 0 0 0.6em;
	}
	#h1_wrap p.lead {
		text-align: left;
		font-size: 1.1em;
		color: #666;
		line-height: 1.8em;
	}
}

@media print, screen and (min-width: 769px) {
	#h1_wrap {
		padding: 30px 0 50px;
		margin: 0;
		text-align: center;
	}
	#h1_wrap .chapel_img {
		position: relative;
		margin: 0 0 50px;
	}
	#h1_wrap .bg_img {
		position: relative;
		width: 60%;
		margin: 0 auto;
	}
	#h1_wrap .bg_img::after {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background:rgba(0,0,0,0.4);
	}
	#h1_wrap .bg_img img {
		width: 100%;
		height: 320px;
		object-fit: cover;
	}	
	
	#h1_wrap .minnanowedding {
		text-align: center;
		color: #FFF;
		font-size: 24px;
		line-height: 2;
		margin: 0 0 30px;
		padding: 15px 20px;
		border-bottom: 1px solid #FFF;
		border-top: 1px solid #FFF;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
	#h1_wrap h2 {
		color: #666;
		font-size: 26px;
		color: #9D886D;
	}
	#h1_wrap p.lead {
		font-size: 14px;
		color: #666;
		line-height: 2.2em;
		width: 860px;
		margin: 0 auto;
	}
}


/*=============================================
	
	コンセプト
	
==============================================*/
@media print, screen and (max-width: 768px) {
	#index_concept .concept_wrap {
		background: url(/img/index/bg_concept.jpg) no-repeat center bottom;
		background-size: cover;
		padding: 3em 0;
	}
	#index_concept .concept_wrap h3 {
		text-align: center;
		font-size: 2em;
		color: #91806d;
		margin: 0 0 1em;
	}
	#index_concept .concept_wrap .img {
		width: 90%;
		margin: 0 auto 20px;
	}
	#index_concept .concept_wrap .lead {
		width: 80%;
		text-align: center;
		font-size: 1.1em;
		margin: 0 auto 2em;
	}
	#index_concept .banner_list_wrap {
		padding: 3em 0;
		background: -moz-linear-gradient(top, #b0a693, #F2F0EB);
		background: -webkit-linear-gradient(top, #b0a693, #F2F0EB);
		background: linear-gradient(to bottom, #b0a693, #F2F0EB);
	}
	#index_concept .banner_list_wrap ul {
		width: 90%;
		margin: 0 auto;
	}
	#index_concept .banner_list_wrap ul li {
		margin: 0 0 20px;
	}
	#index_concept .banner_list_wrap ul li:last-child {
		margin: 0 0 0;
	}
}

@media print, screen and (min-width: 769px) {
	#index_concept {
		display: flex;
		align-items: stretch;
		justify-content: center;
	}
	#index_concept .concept_wrap {
		min-height: 560px;
		float: left;
		width: 50%;
		background: url(/img/index/bg_concept.jpg) no-repeat center bottom;
		background-size: cover;
		padding: 50px 0;
	}
	#index_concept .concept_wrap h3 {
		text-align: center;
		font-size: 24px;
		color: #91806d;
		margin: 0 0 20px;
	}
	#index_concept .concept_wrap .img {
		width: 70%;
		margin: 0 auto 20px;
	}
	#index_concept .concept_wrap .lead {
		text-align: center;
		font-size: 13px;
		margin: 0 0 30px;
	}
	#index_concept .banner_list_wrap {
		min-height: 560px;
		float: right;
		width: 50%;
		padding: 50px 0;
		background: -moz-linear-gradient(top, #b0a693, #F2F0EB);
		background: -webkit-linear-gradient(top, #b0a693, #F2F0EB);
		background: linear-gradient(to bottom, #b0a693, #F2F0EB);
	}
	#index_concept .banner_list_wrap ul {
		width: 60%;
		margin: 0 auto;
		padding-top: 30px;
	}
	#index_concept .banner_list_wrap ul li {
		margin: 0 0 20px;
	}
}


/*=============================================
	
	AWARD 紹介
	
==============================================*/
.award_wrap {
	padding: 5vw 0;
	background-color: #9D886D;
}
.award_wrap .box {
	width: 90%;
	margin: 0 auto;
	background-color: #FFF;
}
.award_wrap .box .img {
}
.award_wrap .box .text {
	padding: 2em 10%;
}
@media print, screen and (max-width: 768px) {
}

@media print, screen and (min-width: 769px) {
	.award_wrap {
		padding: 60px 0;
	}
	.award_wrap .box {
		width: 960px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.award_wrap .box .img {
		width: 45%;
	}
	.award_wrap .box .text {
		width: 35%;
		padding: 20px 10%;
	}

}



/*=============================================
	
	セレモニー
	
==============================================*/
@media print, screen and (max-width: 768px) {
	#index_ceremony {
		position: relative;
	}
	#index_ceremony h3 {
		margin: 0 0 0.3em;
	}
	#index_ceremony h2 {
		margin: 0 0 1.6em;
	}
	#index_ceremony ul.celemony_list {
		width: 90%;
		margin: 0 auto 2.4em;
	}
	#index_ceremony ul.celemony_list li {
		margin: 0 0 1.0em;
		position: relative;
	}
	#index_ceremony ul.celemony_list li:last-child {
		margin: 0 0 0;
	}
	#index_ceremony ul.celemony_list li .vs{
		position: relative;
	}
	#index_ceremony ul.celemony_list li .vs::after{
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		background: rgba(0,0,0,0.3);
		width: 100%;
		height: 100%;
	}
	#index_ceremony ul.celemony_list li .overtext{
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		width: 80%;
	}
	#index_ceremony ul.celemony_list li .overtext .entitle {
		text-align: center;
		color: #FFF;
		font-size: 2em;
		margin-bottom: 0.8em;
	}	
	#index_ceremony ul.celemony_list li .overtext .title {
		text-align: center;
		color: #FFF;
		font-size: 1.1em;
		line-height: 1;
	}	
	#index_ceremony .btn_big02 {
		width: 70%;
	}	
}

@media print, screen and (min-width: 769px) {
	#index_ceremony {
		position: relative;
		background: #FFF;
	}
	#index_ceremony h3 {
		margin: 0 0 10px;
	}
	#index_ceremony h2 {
		margin: 0 0 20px;
	}
	#index_ceremony ul.celemony_list {
		text-align: center;
		width: 800px;
		margin: 0 auto 40px;
	}
	#index_ceremony ul.celemony_list li {
		width: 100%;
		position: relative;
	}
	#index_ceremony ul.celemony_list li .vs{
		position: relative;
	}
	#index_ceremony ul.celemony_list li .vs::after{
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		background: rgba(0,0,0,0.3);
		width: 100%;
		height: 100%;
	}
	#index_ceremony ul.celemony_list li .overtext{
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		width: 80%;
	}
	#index_ceremony ul.celemony_list li .overtext .entitle {
		text-align: center;
		color: #FFF;
		font-size: 32px;
		margin-bottom: 25px;
	}	
	#index_ceremony ul.celemony_list li .overtext .title {
		text-align: center;
		color: #FFF;
		font-size: 14px;
		line-height: 1;
	}	

	#index_ceremony .btn_big02 {
		width: 30%;
	}

}

/*=============================================
	
	バンケット
	
==============================================*/
@media print, screen and (max-width: 768px) {
	#index_banquet {
		position: relative;
	}
	#index_banquet h3 {
		margin: 0 0 0.3em;
	}
	#index_banquet h2 {
		margin: 0 0 1.6em;
	}
	#index_banquet ul.banquet_list {
		width: 90%;
		margin: 0 auto 2.4em;
	}
	#index_banquet ul.banquet_list li {
		margin: 0 0 1.0em;
		position: relative;
	}
	#index_banquet ul.banquet_list li:last-child {
		margin: 0 0 0;
	}
	#index_banquet ul.banquet_list li .vs{
		position: relative;
	}
	#index_banquet ul.banquet_list li .vs::after{
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		background: rgba(0,0,0,0.3);
		width: 100%;
		height: 100%;
	}
	#index_banquet ul.banquet_list li .overtext{
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		width: 80%;
	}
	#index_banquet ul.banquet_list li .overtext .entitle {
		text-align: center;
		color: #FFF;
		font-size: 2em;
		margin-bottom: 0.8em;
	}	
	#index_banquet ul.banquet_list li .overtext .title {
		text-align: center;
		color: #FFF;
		font-size: 1.1em;
		line-height: 1;
	}	
	#index_banquet .btn_big02 {
		width: 70%;
	}	
}

@media print, screen and (min-width: 769px) {
	#index_banquet {
		position: relative;
	}
	#index_banquet h3 {
		margin: 0 0 10px;
	}
	#index_banquet h2 {
		margin: 0 0 20px;
	}
	#index_banquet ul.banquet_list {
		text-align: center;
		width: 94%;
		min-width: 1024px;
		margin: 0 auto 40px;
		display: flex;
		justify-content: space-between;
	}
	#index_banquet ul.banquet_list li {
		width: 32%;
		margin: 0 0 10px;
		position: relative;
	}
	
	#index_banquet ul.banquet_list li .vs{
		position: relative;
	}
	#index_banquet ul.banquet_list li .vs::after{
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		background: rgba(0,0,0,0.3);
		width: 100%;
		height: 100%;
	}
	#index_banquet ul.banquet_list li .overtext{
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
	}
	#index_banquet ul.banquet_list li .overtext .entitle {
		text-align: center;
		color: #FFF;
		font-size: 28px;
		margin-bottom: 25px;
	}	
	#index_banquet ul.banquet_list li .overtext .title {
		text-align: center;
		color: #FFF;
		font-size: 14px;
		line-height: 1;
	}	
	#index_banquet .btn_big02 {
		width: 30%;
	}

}
@media print, screen and (min-width: 1152px) {
	#index_banquet ul.banquet_list {
		width: 90%;
		margin: 0 auto 40px;
	}
	#index_banquet ul.banquet_list li {
	}
	#index_banquet .btn_big02 {
		width: 30%;
	}

}

/*=============================================
	
	2分岐
	
==============================================*/
@media print, screen and (max-width: 768px) {
	.two_wrap h2 {
		margin: 0 0 1.6em;
	}
	.two_wrap h3 {
		margin: 0 0 0.3em;
	}
}
@media print, screen and (min-width: 769px) {
	.two_wrap {
		width: 960px;
		margin: 0 auto;
	}
	.two_wrap h2 {
		margin: 0 0 20px;
	}
	.two_wrap h3 {
		margin: 0 0 10px;
	}
}


/*=============================================
	
	お料理
	
==============================================*/
@media print, screen and (max-width: 768px) {
	#index_cuisine {
		position: relative;
	}
	#index_cuisine figure{
		width: 90%;
		margin: 0 auto 2.4em;
	}
	#index_cuisine .btn_big02 {
		width: 70%;
	}	
}

@media print, screen and (min-width: 769px) {
	#index_cuisine {
		float: left;
		width: 46%;
		position: relative;
		background: #FFF;
	}
	#index_cuisine figure{
		margin: 0 0 30px;
	}
	#index_cuisine .btn_big02 {
		width: 70%;
	}

}


/*=============================================
	
	ドレス
	
==============================================*/
@media print, screen and (max-width: 768px) {
	#index_dress {
		position: relative;
	}
	#index_dress figure{
		width: 90%;
		margin: 0 auto 2.4em;
	}
	#index_dress .btn_big02 {
		width: 70%;
	}	
}

@media print, screen and (min-width: 769px) {
	#index_dress {
		float: right;
		width: 46%;
		position: relative;
		background: #FFF;
	}
	#index_dress figure{
		margin: 0 0 30px;
	}
	#index_dress .btn_big02 {
		width: 70%;
	}

}


/*=============================================
	
	フォトギャラリー
	
==============================================*/
@media print, screen and (max-width: 768px) {
	#index_photogallery {
		position: relative;
	}
	.webp #index_photogallery div.loop {
		background:url(/img/index/photogallery_loop01.webp);
		background-repeat: repeat-x;
		background-size: cover;
		width: 100%;
		height: 0;
		padding-top: 80%;
		-moz-animation: loop 50s linear infinite;
		animation: loop 50s linear infinite;
		margin: 0 0 2.4em;
 	}
	.no-webp #index_photogallery div.loop {
		background:url(/img/index/photogallery_loop01.jpg);
		background-repeat: repeat-x;
		background-size: cover;
		width: 100%;
		height: 0;
		padding-top: 80%;
		-moz-animation: loop 50s linear infinite;
		animation: loop 50s linear infinite;
		margin: 0 0 2.4em;
 	}

	#index_photogallery .btn_big02 {
		width: 70%;
	}	
}

@media print, screen and (min-width: 769px) {
	#index_photogallery {
		position: relative;
		background: #FFF;
	}
	.webp #index_photogallery div.loop {
		background:url(/img/index/photogallery_loop01.webp);
		background-repeat: repeat-x;
		background-size: cover;
		width: 100%;
		height: 0;
		padding-top: 432px;
		-moz-animation: loop 50s linear infinite;
		animation: loop 50s linear infinite;
		margin: 0 0 2.4em;
 	}
	.no-webp #index_photogallery div.loop {
		background:url(/img/index/photogallery_loop01.jpg);
		background-repeat: repeat-x;
		background-size: cover;
		width: 100%;
		height: 0;
		padding-top: 432px;
		-moz-animation: loop 50s linear infinite;
		animation: loop 50s linear infinite;
		margin: 0 0 2.4em;
 	}

	#index_photogallery .btn_big02 {
		width: 30%;
	}

}

@keyframes loop {
 0% {background-position: 2000px 0;}
 25% {background-position: 1500px 0;}
 50% {background-position: 1000px 0;}
 75% {background-position: 500px 0;}
 100% {background-position: 0 0;}
}
 
@-moz-keyframes loop {
 0% {background-position: 2000px 0;}
 25% {background-position: 1500px 0;}
 50% {background-position: 1000px 0;}
 75% {background-position: 500px 0;}
 100% {background-position: 0 0;}
}



/*=============================================
	
	プラン誘導枠
	
==============================================*/
@media print, screen and (max-width: 768px) {
	#planlist_wrap {

	}
	#planlist_wrap h3 {
		margin: 0 0 0.8em;
	}
	#planlist_wrap .recoplan {
		margin: 0 0 2.0em;
	}
	#planlist_wrap .plan_recolist {
		margin: 0 0 0;		
	}
	#planlist_wrap .plan_recolist dt {
		margin: 0 0 1.6em;
	}
	#planlist_wrap .plan_recolist dd p.reco_title {
		margin: 0 0 1.0em;
	}
	#planlist_wrap .plan_recolist dd h4 {
		margin: 0 0 1.0em;
	}
	#planlist_wrap .plan_recolist dd p.date {
		margin: 0 0 0;
	}
	#planlist_wrap .btn_big02{
		margin: 1.6em auto;
	}
}
@media print, screen and (min-width: 769px) {
	#planlist_wrap {

	}
	#planlist_wrap h3 {
		margin: 0 0 0.8em;
	}
	#planlist_wrap .recoplan {
		margin: 0 0 2.0em;
	}
	#planlist_wrap .plan_recolist {
		margin: 0 0 0;		
	}
	#planlist_wrap .plan_recolist dt {
		margin: 0 0 1.6em;
	}
	#planlist_wrap .plan_recolist dd p.reco_title {
		margin: 0 0 1.0em;
	}
	#planlist_wrap .plan_recolist dd h4 {
		margin: 0 0 1.0em;
	}
	#planlist_wrap .plan_recolist dd p.date {
		margin: 0 0 0;
		font-size: 10px;
	}
	#planlist_wrap .btn_big02{
		margin: 1.6em auto;
		width: 30%;
	}
}


/*=============================================
	
	レポート誘導枠
	
==============================================*/
@media print, screen and (max-width: 768px) {
	#reportlist_wrap {

	}
	#reportlist_wrap h3 {
		margin: 0 0 0.8em;
	}
	#reportlist_wrap .recoreport {
		margin: 0 0 2.0em;
	}
	#reportlist_wrap .report_recolist {
		margin: 0 0 0;		
	}
	#reportlist_wrap .report_recolist dt {
		margin: 0 0 1.6em;
	}
	#reportlist_wrap .report_recolist dd h4 {
		margin: 0 0 0;
	}
	#reportlist_wrap .report_recolist dd p {
		text-align: left;
		color:#999;
		word-break: break-all;
	}
	#reportlist_wrap .btn_big02{
		margin: 1.6em auto;
	}
}
@media print, screen and (min-width: 769px) {
	#reportlist_wrap {

	}
	#reportlist_wrap h3 {
		margin: 0 0 0.8em;
	}
	#reportlist_wrap .recoreport {
		margin: 0 0 2.0em;
	}
	#reportlist_wrap .report_recolist {
		margin: 0 0 0;		
	}
	#reportlist_wrap .report_recolist dt {
		margin: 0 0 1.6em;
	}
	#reportlist_wrap .report_recolist dd h4 {
		margin: 0 0 0;
	}
	#reportlist_wrap .report_recolist dd p {
		text-align: left;
		color:#999;
		word-break: break-all;
	}
	#reportlist_wrap .btn_big02{
		margin: 1.6em auto;
		width: 30%;
	}
}

/*=============================================
	
	ブログ誘導枠
	
==============================================*/
@media print, screen and (max-width: 768px) {
	#bloglist_wrap {
		background: rgba(153, 194, 205,0.06);
	}
	#bloglist_wrap h3 {
		margin: 0 0 0.8em;
	}
	#bloglist_wrap .recoreport {
		margin: 0 0 2.0em;
	}
	#bloglist_wrap .report_recolist {
		margin: 0 0 0;		
	}
	#bloglist_wrap .report_recolist dt {
		margin: 0 0 1.6em;
	}
	#bloglist_wrap .report_recolist dt a img {
		width: 100%;
	}
	#bloglist_wrap .report_recolist dd h4 {
		margin: 0 0 0;
	}
	#bloglist_wrap .report_recolist dd span.cate {
		border-left:solid 1px #CCC;
		color: #99C2CD;
		margin-left:0.2em;
		padding-left:0.8em;
	}
	#bloglist_wrap .btn_big02{
		margin: 1.6em auto;
	}
}
@media print, screen and (min-width: 769px) {
	#bloglist_wrap {
		background: rgba(153, 194, 205,0.06);
	}
	#bloglist_wrap h3 {
		margin: 0 0 0.8em;
	}
	#bloglist_wrap .recoreport {
		margin: 0 0 2.0em;
	}
	#bloglist_wrap .report_recolist {
		margin: 0 0 0;		
	}
	#bloglist_wrap .report_recolist dt {
		margin: 0 0 1.6em;
	}
	#bloglist_wrap .report_recolist dt a img {
		width: 100%;
	}
	#bloglist_wrap .report_recolist dd h4 {
		margin: 0 0 0;
	}
	#bloglist_wrap .report_recolist dd span.cate {
		border-left:solid 1px #CCC;
		color: #99C2CD;
		margin-left:0.2em;
		padding-left:0.8em;
	}
	#bloglist_wrap .btn_big02{
		margin: 1.6em auto;
		width: 30%;
	}
}

/*=============================================
	
	BOTTOM バナーリスト
	
==============================================*/
@media print, screen and (max-width: 768px) {
	#index_bottom_banner {
	}
	#index_bottom_banner .container ul.banner_list li {
		width: 100%;
		margin: 0 auto 1.2em;
	}
	#index_bottom_banner .container ul.banner_list li:last-child {
		margin: 0 auto 0;
	}
}
@media print, screen and (min-width: 769px) {
	#index_bottom_banner {
		text-align: center;
	}
	#index_bottom_banner .container ul.banner_list {
		text-align: center;
	}
	#index_bottom_banner .container ul.banner_list li {
		display: inline-table;
		width: 30%;
		margin: 0 1% 0;
	}
}


/*=============================================
	
	特設 誘導バナー
	
==============================================*/
@media print, screen and (max-width: 768px) {
	.tokusetsu_banner {
		width: 90%;
		margin: 0 auto;
		padding: 3.0em 0;
	}
}

@media print, screen and (min-width: 769px) {
	.tokusetsu_banner {
		width: 560px;
		margin: 0 auto;
		padding: 10px 0 60px;
	}
}


/*=============================================
	
	電話相談会バナー・テキストリンク
	
==============================================*/
@media print, screen and (max-width: 768px) {
	.callbanner_wrap {
		padding: 1.2em 0 0.4em;
	}
	.callbanner_wrap .banner {
		width: 88%;
		margin: 0 auto;
		padding: 5px 5px;
		background: #99C2CD;
	}
	.callbanner_wrap div.text_link {
		width: 88%;
		text-align: center;
		font-size: 12px;
		margin: 0 auto 0.8em;
	}
	.callbanner_wrap div.text_link a {
		display: block;
		padding: 5px 5px;
		color: #FFF;
		text-decoration: none;
		background: #99C2CD;
		color: #FFF;
	}
}

@media print, screen and (min-width: 769px) {
	.callbanner_wrap {
		padding: 10px 0 10px;
	}
	.callbanner_wrap .banner {
		width: 650px;
		margin: 0 auto;
		padding: 5px 5px;
		background: #99C2CD;
	}
	.callbanner_wrap div.text_link {
		width: 624px;
		text-align: center;
		font-size: 12px;
		margin: 0 auto 12px;
	}
	.callbanner_wrap div.text_link a {
		display: block;
		padding: 8px 16px;
		color: #FFF;
		text-decoration: none;
		background: #99C2CD;
	}
}


/*=============================================
	
	特典一覧リスト
	
==============================================*/

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

	#tokuten_list_wrap {
		background: #F2F5F8;
		padding: 2.4em 0;
	}

	/** 特典レイアウト ***/
	.tokuten_detail_wrap {
		position: relative;
		width: 86%;
		margin: 0 auto 2.0em;
		background: #FFF;
		padding: 0 1.0em 2.0em 1.0em;
	}
	.tokuten_detail_wrap h4 {
		background: url(/img/plan/bg_title01.png) no-repeat center top #B19C6D;
		background-size: 70% auto;
		border-radius: 0 0 10px 10px;
		width: 60%;
		padding: 0.6em 0;
		margin: 0 auto 1.6em;
		font-size: 1.4em;
		text-align: center;
	}

	.tokuten_detail_wrap h5 {
		color: #B19C6D;
		margin: 0 0 1.2em;
		font-size: 1.2em;
	}
	.tokuten_detail_wrap .bg_img {
		padding-top: 56.25%;
		margin: 0 0 1.2em;
	}
	.tokuten_detail_wrap .tokuten_body {
		font-size: 1.1em;
		line-height: 2.0em;
		margin: 0 0 2.0em;
	}
 
}

@media print, screen and (min-width: 769px) {

	#tokuten_list_wrap {
		background: #F2F5F8;
		padding: 40px 0;
	}

	/** 特典レイアウト ***/
	.tokuten_detail_wrap {
		position: relative;
		width: 640px;
		margin: 0 auto 2.0em;
		background: #FFF;
		padding: 0 2.0em 2.0em;
	}
	.tokuten_detail_wrap h4 {
		background: url(/img/plan/bg_title01.png) no-repeat center top #B19C6D;
		background-size: 320px auto;
		border-radius: 0 0 10px 10px;
		width: 320px;
		padding: 0.6em 0;
		margin: 0 auto 2.4em;
		font-size: 1.2em;
		text-align: center;
	}

	.tokuten_detail_wrap h5 {
		color: #B19C6D;
		margin: 0 0 1.4em;
		font-size: 1.6em;
	}
	.tokuten_detail_wrap dl.tokuten_img {
		margin: 0 0 1.6em;
	}
	.tokuten_detail_wrap dl.tokuten_img dt {
		float: left;
		width: 35%;
	}
	.tokuten_detail_wrap dl.tokuten_img dd {
		float: right;
		width: 60%;
	}
	.tokuten_detail_wrap .bg_img {
		padding-top: 56.25%;
		margin: 0 auto 1.2em;
	}
	.tokuten_detail_wrap .tokuten_body {
		font-size: 1.1em;
		line-height: 2.0em;
		margin: 0 auto 2.0em;
	}
	.tokuten_detail_wrap .btn_big01 {
		width: 50%;
		margin: 0 auto;
	}

}

/*=============================================
	
	FAQ一覧リスト
	
==============================================*/

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

	#faq_list_wrap {
		background: #FFF;
		padding: 2.4em 0;
	}

	.faq_wrap {
		margin: 0 0 2.4em;
	}
	.faq_wrap dl.accordion {
		border-top: 1px solid #CCC;
		color: #666;
	}
	.faq_wrap dl.accordion dt {
		text-align: left;
		font-size: 105%;
		padding: 1.4em 1.4em 1.4em 1.2em;
		line-height: 2.0em;
	}
	.faq_wrap dl.accordion dt.arrow_below:after {
		right: 2%;
	}
	.faq_wrap dl.accordion dd {
		display: none;
		padding: 1.6em 1.2em 1.6em;
		line-height: 2.2em;
	}
}

@media print, screen and (min-width: 769px) {

	#faq_list_wrap {
		background: #FFF;
		padding: 40px 0;
	}

	.faq_wrap {
		margin: 0 0 2.4em;
	}
	.faq_wrap dl.accordion {
		width: 80%;
		margin: 0 auto;
		border-top: 1px solid #CCC;
		color: #666;
	}
	.faq_wrap dl.accordion dt {
		text-align: left;
		font-size: 105%;
		padding: 1.4em 1.4em 1.4em 1.2em;
		line-height: 2.0em;
	}
	.faq_wrap dl.accordion dt.arrow_below:after {
		right: 2%;
	}
	.faq_wrap dl.accordion dd {
		display: none;
		padding: 2.0em 1.2em 2.0em;
		line-height: 2.2em;
		
	}

}


