@charset "utf-8";


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

}

@media print, screen and (min-width: 769px) {
	#mv {
		position: relative;
		width: 100%;
	}
	#mv #crossfade {
		padding-top: 46%;
	}
	#mv #crossfade li {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		overflow: hidden;
	}
}
/*=============================================
	
	H1タイトル
	
==============================================*/
@media print, screen and (max-width: 768px) {
	#h1_wrap {
		padding: 2.4em 3.0em 1.2em;
		margin: 0 auto;
	}
	#h1_wrap h2 {
		text-align: center;
		font-size: 1.6em;
		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 h2 {
		color: #666;
		font-size: 26px;
	}
	#h1_wrap p.lead {
		font-size: 14px;
		color: #666;
		line-height: 2.2em;
		width: 860px;
		margin: 0 auto;
	}
}


/*=============================================
	
	award
	
==============================================*/
.award_wrap {
	width: 80%;
	margin: 0 auto 2em;
	padding: 2em 5%;
	border-bottom: 3px double;
	border-top: 3px double;
}
.award_wrap dl {
	display: flex;
	align-items: center;
	justify-content: space-between;	
}
.award_wrap dl dt {
	width: 20%;
	vertical-align: middle;
}
.award_wrap dl dt img{
	border-radius: 50%;
}
.award_wrap dl dd {
	width: 75%;
	vertical-align: middle;
}
.award_wrap dl dd h3 {
	text-align: center;
	font-size: 1.2em;
}
@media print, screen and (min-width: 769px) {
	.award_wrap {
		width: 480px;
		margin: 0 auto 30px;
		padding: 20px;
	}
	.award_wrap dl dt {
		width: 25%;
	}
	.award_wrap dl dd {
		width: 70%;
	}
	.award_wrap dl dd h3 {
		font-size: 16px;
	}
}


/*=============================================
	
	コンセプト
	
==============================================*/
.webp #index_concept {
	background:url(/img/index/bg_concept.webp);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 3em 0;
	position: relative;
	}
.no-webp #index_concept {
	background:url(/img/index/bg_concept.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 3em 0;
	position: relative;
	}

.webp #index_concept:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	background:url(/img/index/bg_concept_title.png) no-repeat center top;
	background-size: contain;
	width: 90%;
	height: 50%;
}
.no-webp #index_concept:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	background:url(/img/index/bg_concept_title.png) no-repeat center top;
	background-size: contain;
	width: 90%;
	height: 50%;
}
#index_concept h3 {
	text-align: center;
	font-size: 2.2em;
	margin: 0 0 0.5em;
	line-height: 1.2;
}
#index_concept h4 {
	text-align: center;
	font-size: 1.1em;
	margin: 0 0 1em;
}
#index_concept .img {
	margin-bottom: 1.5em;
	position: relative;
}
#index_concept .img .title{
	position: absolute;
	right: 0;
	top: 0;
	padding: 2em;
	font-size: 1.4em;
	color: #FFF;
	background-color: rgba(0, 0, 0, 0.5);
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	height: calc(100% - 4em);
}

#index_concept .sub_title {
	font-size: 1.5em;
	margin-bottom: 0.8em;
}
#index_concept h5 {
	font-size: 1.6em;
	margin-bottom: 0.5em;
}
#index_concept .lead {
	font-size: 1em;
	margin-bottom: 1.5em;
}
@media print, screen and (min-width: 769px) {
	.webp #index_concept {
		padding: 50px 0;
		}
	.no-webp #index_concept {
		padding: 0 0;
		}
	
	.webp #index_concept:before {
		width: 50%;
		height: 50%;
	}
	.no-webp #index_concept:before {
		width: 50%;
		height: 50%;
	}
	#index_concept h3 {
		position: absolute;
		left: 50%;
		top: 20px;
		width: 45%;
		margin-left: -480px;
		text-align: center;
		font-size: 30px;
	}
	#index_concept h4 {
		position: absolute;
		left: 50%;
		top: 120px;
		width: 45%;
		margin-left: -480px;
		text-align: left;
		font-size: 14px;
	}
	#index_concept .img {
		float: right;
		width: 50%;
		margin-bottom: 0;
		position: relative;
	}
	#index_concept .img .title{
		padding: 2em;
		font-size: 20px;
		line-height: 1.3em;
		color: #FFF;
		background-color: rgba(0, 0, 0, 0.5);
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		height: calc(100% - 4em);
	}
	#index_concept .text_wrap {
		float: left;
		width: 45%;
		padding-top: 220px;
	}
	#index_concept .sub_title {
		font-size: 20px;
		margin-bottom: 10px;
	}
	#index_concept h5 {
		font-size: 18px;
		margin-bottom: 25px;
	}
	#index_concept .lead {
		font-size: 13px;
		margin-bottom: 30px;
	}
}

/*=============================================
	
	特集枠
	
==============================================*/
#feature_wrap {
	padding: 0;
	margin: 0;
}
#feature_wrap .vis_wrap {
	margin: 0;
	position: relative;
}
#feature_wrap .vis_wrap .text_wrap {
	position: absolute;
	right: 0;
	top: 0;
	background-color: rgba(255, 255, 255, 0.8);
	width: 20%;
	height: 100%;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-align: center;
}
#feature_wrap .vis_wrap .text_wrap .en_title {
	font-size: 0.9em;
	color: #579662;
	text-align: left;
	padding-top: 30px;
	padding-right: 5px;
}
#feature_wrap .vis_wrap .text_wrap h3 {
	font-size: 1.3em;
	color: #333;
	text-align: left;
	padding-top: 30px;
	position: relative;
	padding-right: 20px;
}
#feature_wrap .vis_wrap .text_wrap h3:after {
    content: "";
    position: absolute;
    left: 0%;
    bottom: 5%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
}

@media print, screen and (min-width: 769px) {
	#feature_wrap {
		padding: 40px 0;
		margin: 0;
		display: flex;
		justify-content: center;
		background: #333;
	}
	#feature_wrap > div {
		width: 48%;
	}
	#feature_wrap .vis_wrap {
	}
	#feature_wrap .vis_wrap .text_wrap {
		width: 14%;
	}
	#feature_wrap .right_wrap .vis_wrap .text_wrap {
		left: 0;
		right: auto;
	}
	#feature_wrap .vis_wrap .text_wrap .en_title {
		font-size: 11px;
		padding-top: 30px;
		padding-right: 15px;
	}
	#feature_wrap .vis_wrap .text_wrap h3 {
		font-size: 20px;
		padding-top: 30px;
		padding-right: 30px
	}

}


/*=============================================
	
	セレモニー
	
==============================================*/
@media print, screen and (max-width: 768px) {
	#index_ceremony {
		position: relative;
	}
	#index_ceremony h3 {
		margin: 0 0 0.3em;
		font-size: 3em;
	}
	#index_ceremony h2 {
		margin: 0 0 1.6em;
		color: #579662;
	}
	#index_ceremony ul.celemony_list {
		width: 90%;
		margin: 0 auto 2em;
	}
	#index_ceremony ul.celemony_list li {
		margin: 0 0 1.0em;
	}
	#index_ceremony ul.celemony_list li:last-child {
		margin: 0 0 0;
	}
	#index_ceremony h4 {
		font-size: 1.2em;
		text-align: center;
		margin-bottom: 1.5em;
	}
	#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;
		font-size: 40px;
	}
	#index_ceremony h2 {
		margin: 0 0 20px;
		color: #579662;
	}
	#index_ceremony ul.celemony_list {
		text-align: center;
		width: 800px;
		margin: 0 auto 30px;
	}
	#index_ceremony ul.celemony_list li {
		width: 100%;
	}
	#index_ceremony h4 {
		font-size: 16px;
		text-align: center;
		margin-bottom: 30px;
	}
	#index_ceremony .btn_big02 {
		width: 30%;
	}

}

/*=============================================
	
	バンケット
	
==============================================*/
@media print, screen and (max-width: 768px) {
	#index_banquet {
		position: relative;
		background-color: #F9F9F9;
	}
	#index_banquet h3 {
		margin: 0 0 0.3em;
	}
	#index_banquet h2 {
		margin: 0 0 1.6em;
		color: #579662;
	}
	#index_banquet h4 {
		font-size: 1.5em;
		margin: 0 0 0.3em;
		line-height: 1.2em;
		color: #666;
		text-align: center;
	}
	#index_banquet h4 span {
		font-size: 0.5em;
	}
	#index_banquet ul.banquet_list {
		width: 90%;
		margin: 0 auto 2.4em;
	}
	#index_banquet ul.banquet_list li {
		margin: 0 0 2em;
	}
	#index_banquet ul.banquet_list li:last-child {
		margin: 0 0 0;
	}
	#index_banquet .btn_big02 {
		width: 70%;
	}	
}

@media print, screen and (min-width: 769px) {
	#index_banquet {
		position: relative;
		background-color: #F9F9F9;
	}
	#index_banquet h3 {
		margin: 0 0 10px;
		font-size: 40px;
	}
	#index_banquet h2 {
		margin: 0 0 40px;
		color: #579662;
	}
	#index_banquet h4 {
		font-size: 20px;
		margin: 0 0 10px;
		line-height: 1.2em;
		color: #666;
		text-align: center;
	}
	#index_banquet h4 span {
		font-size: 11px;
	}
	#index_banquet ul.banquet_list {
		text-align: center;
		width: 800px;
		margin: 0 auto 40px;
		display: flex;
		justify-content: space-between;
	}
	#index_banquet ul.banquet_list li {
		width: 100%;
		margin: 0;
	}
	#index_banquet .btn_big02 {
		width: 30%;
	}

}

/*=============================================
	
	2分岐
	
==============================================*/
@media print, screen and (max-width: 768px) {
	.two_wrap h2 {
		margin: 0 0 1.6em;
		color: #579662;
	}
	.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;
		color: #579662;
	}
	.two_wrap h3 {
		margin: 0 0 10px;
		font-size: 40px;
	}
}


/*=============================================
	
	お料理
	
==============================================*/
@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;
		background-color: #F9F9F9;
	}
	#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;
	}
	#index_photogallery h3 {
		font-size: 40px;
	}
	.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;
		
	}

}


