@charset "utf-8";



/* sw-PageIntro
-----------------------------------*/
.sw-PageIntro .image{
	background-image: url("../img/bg_pageintro_01.jpg");
}
.sw-PageIntro .text img{
	width: 255px;
	height: auto;
}
@media only screen and (min-width: 768px){
	.sw-PageIntro .text img{
		width: 366px;
	}
}
@media only screen and (min-width: 1024px){
	.sw-PageIntro .text img{
		width: 478px;
	}
}



/* st-Content-bestrate
-----------------------------------*/
.st-Content-bestrate h1{
	height: 50px;
	background-image: url("../img/bg_bestrate_01.png");
	background-repeat: repeat-x;
	background-size: 1px 50px;
	background-position: center;
	position: relative;
	margin-top: 80px;
}
.st-Content-bestrate h1 img{
	width: 151px;
	height: auto;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.st-Content-bestrate .sub_ttl{
	color: #544524;
}
@media only screen and (min-width: 768px){
	.st-Content-bestrate h1{
		margin-top: 120px;
	}
	.st-Content-bestrate h1 img{
		width: 180px;
	}
}
@media only screen and (min-width: 1024px){
	.st-Content-bestrate h1{
		margin-top: 160px;
	}
	.st-Content-bestrate h1 img{
		width: 220px;
	}
}



/* bestrate-Wrap
-----------------------------------*/
.bestrate-Wrap{
	background: #f4f4f6;
}



/* bestrate-Intro
-----------------------------------*/
.bestrate-Intro{
	margin: 70px 20px 0;
	position: relative;
}
.bestrate-Intro .box + .box{
	margin-top: 30px;
}
.bestrate-Intro .image{
	margin-top: 25px;
}
.bestrate-Intro .image img{
	width: 100%;
	height: auto;
}
.bestrate-Intro p{
	margin-top: 10px;
}
.bestrate-Intro .sw-Btn-01{
	display: none;
}
@media only screen and (min-width: 768px){
	.bestrate-Intro{
		margin: 90px 20px 0;
	}
	.bestrate-Intro h3{
		font-size: 123.1%;
	}
}
@media only screen and (min-width: 1024px){
	.bestrate-Intro{
		max-width: 1280px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin: 140px auto 0;
	}
	.bestrate-Intro .box{
		width: 50%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 40px 60px 60px;
		float: left;
	}
	.bestrate-Intro .box + .box{
		margin:0 !important;
	}
	.bestrate-Intro .box:nth-child(even){
		border-left: 1px solid #d3d5dd;
	}
	.bestrate-Intro h3{
		font-size: 138.5;
	}
	.bestrate-Intro .sw-Btn-01{
		margin-top: 30px;
		display: block;
	}
}



/* bestrate-Image
-----------------------------------*/
.bestrate-Image{
	text-align: center;
	padding: 0 20px 120px;
	margin: 40px auto 0;
	position: relative;
	z-index: 2;
}
.bestrate-Image:before{
	content: "";
	width: calc(100% - 40px);
	max-width: 1280px;
	height: 6px;
	border: 1px solid #222e53;
	border-right: none;
	border-left: none;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}
.bestrate-Image:after{
	content: "";
	width: 129px;
	height: 127px;
	background-image: url("../img/ico_bestrate_01.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin: 0 auto;
	position: absolute;
	bottom: -65px;
	right: 0;
	left: 0;
}
.bestrate-Image img{
	width: 100%;
	max-width: 600px;
	height: auto;
}
.bestrate-Image .sw-Btn-01{
	margin-top: 15px;
	display: block;
}
@media only screen and (min-width: 768px){
	.bestrate-Image{
		padding-bottom: 160px;
		margin: 80px auto 0;
	}
	.bestrate-Image .sw-Btn-01{
		margin-top: 30px;
	}
}
@media only screen and (min-width: 1024px){
	.bestrate-Image{
		padding-bottom: 200px;
		margin: 80px auto 0;
	}
	.bestrate-Image:before{
		width: calc(100% - 80px);
	}
	.bestrate-Image:after{
		width: 258px;
		height: 254px;
		bottom: -130px;
		z-index: 2;
	}
	.bestrate-Image .sw-Btn-01{
		display: none;
	}
}



/* bestrate-Special
-----------------------------------*/
.bestrate-Special{
	background-color: #222e53;
	background-image: url("../../asset/img/bg_common_01.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20px;
	margin-top: 60px;
}
.bestrate-Special .inner{
	background: #f4f4f6;
	padding: 25px 0 70px;
	position: relative;
}
.bestrate-Special .inner:after{
	content: "";
	width: 42px;
	height: 22px;
	background-image: url("../../asset/img/ico_common_03.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin: 0 auto;
	position: absolute;
	bottom: 30px;
	right: 0;
	left: 0;
}
.bestrate-Special h3{
	color: #544524;
	font-size: 215%;
	line-height: 1.4;
	text-align: center;
}
.bestrate-Special h4{
	color: #544524;
	font-size: 138.5%;
	line-height: 1.8;
	letter-spacing: .1em;
	text-align: center;
	margin-top: 12px;
}
.bestrate-Special ol{
	margin-top: 15px;
	position: relative;
}
.bestrate-Special ol:before{
	content: "";
	width: 8px;
	height: 40px;
	background-image: url("../img/ico_bestrate_02.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin: 0 auto;
	position: absolute;
	bottom: -55px;
	right: 0;
	left: 0;
}
.bestrate-Special ol li{
	color: #222e53;
	font-size: 108%;
	letter-spacing: .2em;
	text-align: center;
	list-style: none;
	position: relative;
}
.bestrate-Special ol li:before{
	content: "#1.";
	font-size: 130%;
}
.bestrate-Special ol li:nth-child(2):before{
	content: "#2.";
}
.bestrate-Special ol li:nth-child(3):before{
	content: "#3.";
}
.bestrate-Special ol li .lg{
	font-size: 150%;
}
.bestrate-Special .image{
	text-align: center;
	margin-top: 75px;
}
.bestrate-Special .image img{
	width: 276px;
	max-width: calc(100% - 20px);
	height: auto;
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px);
}
.bestrate-Special p{
	color: #222e53;
	font-size: 108%;
	text-align: center;
	margin-top: 25px;
}
@media only screen and (min-width: 768px){
	.bestrate-Special{
		margin-top: 60px;
	}
	.bestrate-Special .inner{
		padding: 45px 0 90px;
	}
	.bestrate-Special h3{
		font-size: 292%;
	}
	.bestrate-Special h4{
		font-size: 184%;
	}
	.bestrate-Special h4 .sp{
		display: none;
	}
	.bestrate-Special ol{
		margin-top: 20px;
	}
	.bestrate-Special ol li{
		font-size: 138.5%;
	}
	.bestrate-Special p{
		font-size: 156.8%;
	}
}
@media only screen and (min-width: 1024px){
	.bestrate-Special{
		padding: 0 40px;
		margin-top: 80px;
	}
	.bestrate-Special .inner{
		max-width: 1280px;
		padding: 80px 0 110px;
		margin: 0 auto;
	}
	.bestrate-Special h3{
		font-size: 369%;
	}
	.bestrate-Special h4{
		font-size: 246%;
	}
	.bestrate-Special ol li{
		font-size: 184%;
	}
	.bestrate-Special .image img{
		width: 440px;
		-webkit-transform: translateX(-35px);
		transform: translateX(-35px);
	}
	.bestrate-Special p{
		font-size: 215%;
		margin-top: 35px;
	}
}



/* .bestrate-Contents
-----------------------------------*/
.bestrate-Contents{
	padding: 45px 20px 0;
	position: relative;
}
.bestrate-Contents:before{
	content: "";
	width: 100%;
	height: 230px;
	background: #f4f4f6;
	position: absolute;
	top: 0;
	left: 0;
}
.bestrate-Contents h3{
	color: #544524;
	font-size: 138.5%;
	line-height: 1.8;
	letter-spacing: .1em;
	text-align: center;
	position: relative;
	z-index: 2;
}
.bestrate-Contents h3 .lg{
	font-size: 125%;
}
.bestrate-Contents .inner{
	margin: 15px auto 0;
	position: relative;
	z-index: 2;
}
.bestrate-Contents .box + .box{
	margin-top: 60px;
}
.bestrate-Contents .box .image{
	position: relative;
}
.bestrate-Contents .box .image img{
	width: 100%;
	height: auto;
}
.bestrate-Contents .box .image .ico{
	width: 81px;
	position: absolute;
	bottom: -10px;
}
.bestrate-Contents .box:nth-child(odd) .image .ico{
	right: 10px;
}
.bestrate-Contents .box:nth-child(even) .image .ico{
	left: 10px;
}
.bestrate-Contents .box h4,
.bestrate-Contents .box p{
	color: #544524;
	text-align: center;
}
.bestrate-Contents .box h4{
	font-size: 138.5%;
	margin-top: 15px;
}
.bestrate-Contents .box h4 span{
	position: relative;
	display: inline-block;
}
.bestrate-Contents .box h4 span:before,
.bestrate-Contents .box h4 span:after{
	content: "";
	width: 30px;
	height: 1px;
	background: #544524;
	position: absolute;
	top: 50%;
}
.bestrate-Contents .box h4 span:before{
	left: -38px;
}
.bestrate-Contents .box h4 span:after{
	right: -38px;
}
.bestrate-Contents .box p{
	font-size: 116%;
	border: 1px solid #544524;
	width: 280px;
	padding: 3px 0 2px;
	margin: 10px auto 0;
}
.bestrate-Contents .box p .lg{
	font-size: 130%;
}
.bestrate-Contents .note{
	border-top: 1px solid #d3d5dd;
	padding: 15px 10px;
	margin: 60px auto 0;
}
.bestrate-Contents .note p{
	position: relative;
	padding-left: 1em;
}
.bestrate-Contents .note p:before{
	content: "※";
	position: absolute;
	left: 0;
}
@media only screen and (min-width: 768px){
	.bestrate-Contents:before{
		height: 300px;
	}
	.bestrate-Contents h3{
		font-size: 184%;
	}
	.bestrate-Contents .inner{
		max-width: 1280px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin: 25px auto -60px;
	}
	.bestrate-Contents .box{
		width: calc(50% - 10px);
		margin: 0 0 60px!important;
		float: left;
	}
	.bestrate-Contents .box:nth-child(even){
		float: right;
	}
	.bestrate-Contents .box:nth-child(odd) .image .ico{
		right: 0;
		left: 10px;
	}
	.bestrate-Contents .note{
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media only screen and (min-width: 1024px){
	.bestrate-Contents:before{
		height: 370px;
	}
	.bestrate-Contents h3{
		font-size: 215%;
	}
	.bestrate-Contents .inner{
		padding: 0 40px;
		margin: 40px auto -60px;
	}
	.bestrate-Contents .box{
		margin: 0 0 90px!important;
	}
}



/* .bestrate-Fair
-----------------------------------*/
.bestrate-Fair{
	background: #f4f4f6;
	padding: 70px 0 80px;
	margin-top: 60px;
	position: relative;
}
.bestrate-Fair:before{
	content: "";
	width: 1px;
	height: 60px;
	background: #222e53;
	position: absolute;
	top: -30px;
	left: 50%;
}
.bestrate-Fair h3{
	color: #222e53;
	font-size: 138.5%;
	line-height: 1.8;
	letter-spacing: .1em;
	text-align: center;
	position: relative;
	z-index: 2;
}
.bestrate-Fair h3 .lg{
	font-size: 125%;
}
.bestrate-Fair .image{
	margin: 15px 20px 0;
}
.bestrate-Fair .image img{
	width: 100%;
	height: auto;
}
.bestrate-Fair .sw-Btn{
	margin-top: 15px;
}
@media only screen and (min-width: 768px){
	.bestrate-Fair{
		padding: 90px 0 100px;
		margin-top: 80px;
	}
	.bestrate-Fair:before{
		height: 80px;
		top: -40px;
	}
	.bestrate-Fair h3{
		font-size: 184%;
	}
	.bestrate-Fair .image{
		max-width: 660px;
		padding: 0 20px;
		margin: 25px auto 0;
	}
	.bestrate-Fair .sw-Btn{
		margin-top: 25px;
	}
}
@media only screen and (min-width: 1024px){
	.bestrate-Fair{
		padding: 110px 0 120px;
		margin-top: 100px;
	}
	.bestrate-Fair:before{
		height: 100px;
		top: -50px;
	}
	.bestrate-Fair h3{
		font-size: 215%;
	}
	.bestrate-Fair .sw-Btn{
		margin-top: 35px;
	}
}

/* Bridal-Fair
-----------------------------------*/


.sw-PickupFair {
	padding: 0 0 80px;
}

@media only screen and (min-width: 1024px){
	.bestrate-Fair{
		padding: 0 0 120px;
	}
}
