@charset "utf-8";



/* slides
-----------------------------------*/
.slides .slick-list li{
	opacity: 0;
}
.slides.slick-initialized .slick-list li{
	opacity: 1;
}



/* slides
-----------------------------------*/
.slides .slick-arrow {
	text-indent: -9999px;
	cursor: pointer;
	outline: none;
	width: 40px;
	height: 40px;
	border: none;
	background-color: rgba(255,255,255,.7);
	background-repeat: no-repeat;
	background-size: 22px auto;
	background-position: center;
	border-radius: 50%;
	padding: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	z-index: 2;
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
}
.slides .slick-prev{
	background-image: url("../../asset/img/ico_prev_01.png");
	left: 5px;
}
.slides .slick-next{
	background-image: url("../../asset/img/ico_next_01.png");
	right: 5px;
}
@media only screen and (min-width: 768px){
}
@media only screen and (min-width: 1024px){
	.slides .slick-arrow {
		width: 60px;
		height: 60px;
		background-size: 30px auto;
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	.slides .slick-prev{
		background-image: url("../../asset/img/ico_prev_01.png");
		left: -30px;
	}
	.slides .slick-next{
		background-image: url("../../asset/img/ico_next_01.png");
		right: -30px;
	}
}



/* .st-Header
-----------------------------------*/
.st-Header{
	background-color: rgba(159,186,231,.85);
	position: relative;
	z-index: 3;
}
@media only screen and (min-width: 1024px){
	.st-Header{
		background-color: #9FBAE7;
	}
}



/* .st-Content
-----------------------------------*/
.st-Content{
	margin-top: -65px;
}
@media only screen and (min-width: 1024px){
	.st-Content{
		margin-top: 0;
	}
}



/* .home-MainTitle
-----------------------------------*/
.home-MainTitle{
	max-width: 1280px;
	line-height: 1.4;
	text-align: center;
	padding: 0 15px 35px;
	margin: 0 auto;
	position: relative;
}
.home-MainTitle:before{
	content: "";
	width: 100px;
	height: 24px;
	background-color: #fff;
	background-image: url("../../asset/img/ico_common_05.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 80px auto;
	margin: 0 auto;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
}
.home-MainTitle:after{
	content: "";
	width: calc(100% - 30px);
	height: 1px;
	background: #B2893B;
	margin: 0 auto;
	position: absolute;
	right: 0;
	bottom: 13px;
	left: 0;
}
.home-MainTitle .en{
	font-size: 230%;
}
.home-MainTitle .min{
	font-size: 123.1%;
	display: inline-block;
	margin-top: 10px;
}
.home-SubTitle{
	line-height: 1.4;
	border-bottom: 2px solid #B2893B;
	padding-bottom: 10px;
	margin: 0 auto;
}
.home-SubTitle .en{
	font-size: 186%;
}
.home-SubTitle .min{
	font-size: 108%;
	display: inline-block;
	margin-top: 10px;
}
@media only screen and (min-width: 768px){
}
@media only screen and (min-width: 1024px){
	.home-MainTitle{
		padding: 0 15px 55px;
	}
	.home-MainTitle .en{
		font-size: 400%;
		display: inline;
		vertical-align: middle;
	}
	.home-MainTitle .min{
		font-size: 153.8%;
		margin-top: 15px;
	}
	.home-MainTitle .min:before{
		display: none;
	}
	.home-MainTitle .sp{
		display: none;
	}
	.home-SubTitle{
		padding-bottom: 20px;
	}
	.home-SubTitle .en{
		font-size: 246%;
	}
	.home-SubTitle .min{
		font-size: 138.5%;
	}
}



/* .home-PageTitle
-----------------------------------*/
.home-PageTitle{
	margin: 0 auto;
	padding-bottom: 60px;
	position: relative;
	overflow: hidden;
}
.home-PageTitle:after{
	content: "";
	width: 327px;
	height: 94px;
	background-image: url("../img/ico_home_01.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0 0;
	position: absolute;
	bottom: 0;
	right: -70px;
}
.home-PageTitle .title{
	font-size: 138.5%;
	position: absolute;
	bottom: 35px;
	left: 10px;
	z-index: 2;
}
.home-PageTitle .title .wh{
	background-color: rgba(255,255,255,.75);
	padding: 0 20px 0 10px;
	margin-bottom: 5px;
	display: inline-block;
}
.home-PageTitle .title .line{
	width: 40px;
	height: 1em;
	margin-left: 10px;
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.home-PageTitle .title .line:after{
	content: "";
	width: 40px;
	height: 1px;
	background: #333;
	display: inline-block;
	position: absolute;
	top: 50%;
	-webkit-animation: loopline 3s ease-in-out 1s infinite normal;
	animation: loopline 3s ease-in-out 1s infinite normal;
}
@-webkit-keyframes loopline{
	0% {
		left: -40px;
	}
	50% {
		left: 0;
	}
	100% {
		left: 40px;
	}
}
@keyframes loopline{
	0% {
		left: -40px;
	}
	50% {
		left: 0;
	}
	100% {
		left: 40px;
	}
}
.home-PageTitle .slides{
	overflow: hidden;
}
.home-PageTitle .slides li .sp{
	display: block;
}
.home-PageTitle .slides li .pc{
	display: none;
}
.home-PageTitle .slides .item{
	min-height: 480px;
	height: calc(100vh - 60px)!important;
	max-height: 667px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.home-PageTitle .slides .item-01{
	background-image: url("../img/img_slider_01.jpg");
}
.home-PageTitle .slides .item-02{
	background-image: url("../img/img_slider_02.jpg");
}
.home-PageTitle .slides .item-03{
	background-image: url("../img/img_slider_03.jpg");
}
.home-PageTitle .slides .item-04{
	background-image: url("../img/img_slider_04.jpg");
}
.home-PageTitle .slides .item-05{
	background-image: url("../img/img_slider_05.jpg");
}
.home-PageTitle .slides .slick-dots{
	text-align: right;
	margin: 10px 15px 0;
}
.home-PageTitle .slides .slick-dots li{
	display: inline-block;
}
.home-PageTitle .slides .slick-dots li + li{
	margin-left: 15px;
}
.home-PageTitle .slides .slick-dots li button{
	text-indent: -9999px;
	width: 6px;
	height: 6px;
	border: none;
	background: #59618D;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 100%;
	padding: 0;
	cursor: pointer;
	outline: none;
	opacity: .3;
}
.home-PageTitle .slides .slick-dots li.slick-active button{
	background: #59618D;
	opacity: 1;
}
.home-PageTitle .ico{
	width: 65px;
	position: absolute;
	bottom: 120px;
	left: 10px;
}
.home-PageTitle .scroll{
	display: none;
}
@media only screen and (min-width: 768px){
}
@media only screen and (min-width: 1024px){
	.home-PageTitle{
		max-width: 1500px;
		padding: 0 45px 80px;
		margin-top: 45px;
		overflow: visible;
	}
	.home-PageTitle:after{
		width: 700px;
		height: 202px;
		right: 0;
	}
	.home-PageTitle .title{
		font-size: 260%;
		bottom: 100px;
		left: 0;
	}
	.home-PageTitle .title .wh{
		padding: 3px 40px 3px 20px;
		margin-bottom: 10px;
	}
	.home-PageTitle .title .line{
		width: 80px;
	}
	.home-PageTitle .title .line:after{
		width: 80px;
		height: 1px;
		margin-left: 10px;
	}
	.home-PageTitle .title .line:after{
		width: 80px;
	}
	@-webkit-keyframes loopline{
		0% {
			left: -80px;
		}
		50% {
			left: 0;
		}
		100% {
			left: 80px;
		}
	}
	@keyframes loopline{
		0% {
			left: -80px;
		}
		50% {
			left: 0;
		}
		100% {
			left: 80px;
		}
	}
	.home-PageTitle .slides,
	.home-PageTitle .slides .slick-list{
		overflow: visible;
	}
	.home-PageTitle .slides .slick-list li{
		position: relative;
		overflow: hidden;
	}
	.home-PageTitle .slides li .sp{
		display: none;
	}
	.home-PageTitle .slides li .pc{
		display: block;
	}
	.home-PageTitle .slides .item{
		min-height: none;
		max-height: none;
		height: 760px!important;
	}
	.home-PageTitle .slides .item-01{
		background-image: url("../img/img_slider_01_pc.jpg");
	}
	.home-PageTitle .slides .item-02{
		background-image: url("../img/img_slider_02_pc.jpg");
	}
	.home-PageTitle .slides .item-03{
		background-image: url("../img/img_slider_03_pc.jpg");
	}
	.home-PageTitle .slides .item-04{
		background-image: url("../img/img_slider_04_pc.jpg");
	}
	.home-PageTitle .slides .item-05{
		background-image: url("../img/img_slider_05_pc.jpg");
	}
	
	
	
	.home-PageTitle .slides .slick-dots{
		margin: 0;
		position: absolute;
		top: 0;
		right: -25px;
	}
	.home-PageTitle .slides .slick-dots li{
		display: block;
		margin-bottom: 3px;
	}
	.home-PageTitle .slides .slick-dots li + li{
		margin-left: 0;
	}
	.home-PageTitle .slides .slick-dots li button{
		width: 5px;
		height: 5px;
		border-radius: 50%;
	}
	.home-PageTitle .slides .slick-dots li.slick-active button{
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
	}
	.home-PageTitle .ico{
		width: 160px;
		position: absolute;
		bottom: 275px;
		left: 0;
	}
	.home-PageTitle .scroll{
		display: inline-block;
		position: absolute;
		bottom: 100px;
		right: -15px;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
}



/* home-Info
-----------------------------------*/
.home-Info{
	margin-top: 40px;
}
.home-Info_Slide{
	background: #F1F5FC;
	position: relative;
}
.home-Info_Slide:after{
	content: "";
	width: 100%;
	height: 80px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
}
.home-Info_Slide .slides{
	max-width: 600px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.home-Info_Slide .slides .slick-list{
	padding: 15px 0;
	position: relative;
}
.home-Info_Slide .slides li{
	border: 1px solid #B2893B;
	background: #fff;
	margin: 0 15px;
}
.home-Info_Slide .slides li a{
	padding: 10px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.home-Info_Slide .slides li .label{
	font-size: 93%;
	color: #fff;
	text-align: center;
	line-height: 60px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #59618D;
	display: block;
	position: absolute;
	top: -40px;
	left: 10px;
}
.home-Info_Slide .slides li .image{
	width: 37%;
}
.home-Info_Slide .slides li .comment{
	width: 63%;
	padding: 5px 0 0 15px;
}
.home-Info_Slide .slides li .comment .title{
	color: #B2893B;
	font-size: 93%;
}
.home-Info_Slide .slides li .comment .subtitle{
	font-size: 108%;
	font-weight: bold;
}
.home-Info_Slide .slides li .comment .text{
	display: none;
}
@media only screen and (min-width: 768px){
}
@media only screen and (min-width: 1024px){
	.home-Info{
		margin-top: 80px;
	}
	.home-Info_Slide{
		overflow: hidden;
	}
	.home-Info_Slide:after{
		height: 100px;
	}
	.home-Info_Slide .slides li a{
		padding: 20px;
	}
	.home-Info_Slide .slides .slick-list{
		padding: 30px 0;
		overflow: visible!important;
	}
	.home-Info_Slide .slides li .label{
		font-size: 123.1%;
		line-height: 90px;
		width: 90px;
		height: 90px;
		border-radius: 50%;
		top: -40px;
		left: 20px;
	}
	.home-Info_Slide .slides li .image{
		width: 180px;
	}
	.home-Info_Slide .slides li .comment{
		width: calc(100% - 180px);
		padding: 10px 0 0 20px;
	}
	.home-Info_Slide .slides li .comment .title{
		font-size: 108%;
	}
	.home-Info_Slide .slides li .comment .subtitle{
		font-size: 123.1%;
	}
	.home-Info_Slide .slides li .comment .text{
		font-size: 108%;
		display: block;
	}
}



/* home-Fair
-----------------------------------*/
.home-Fair{
	margin-top: 60px;
}
.home-Fair .sw-PickupFair{
	margin-top: 0;
}
@media only screen and (min-width: 768px){
}
@media only screen and (min-width: 1024px){
	.home-Fair .sw-PickupFair{
		margin-top: 0;
	}
}



/* sw-FairPickup
-----------------------------------*/
.sw-FairPickup{
	padding: 60px 0!important;
}
@media only screen and (min-width: 1024px){
	.sw-FairPickup{
		padding: 140px 0!important;
	}
}



/* home-Plan
-----------------------------------*/
.home-Plan{
	margin-top: 80px;
}
.home-Plan .inner{
	padding-bottom: 60px;
	background: #FBFBF5;
	position: relative;
}
.home-Plan .inner:before{
	content: "";
	width: 100%;
	height: 40px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
}
.home-Plan .inner:after{
	content: "";
	width: 320px;
	height: 184px;
	background-image: url("../img/ico_home_03.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0 0;
	position: absolute;
	bottom: 0;
	left: 0;
}
.home-Plan .home-Plan_Bestrate{
	position: relative;
	z-index: 2;
}
.home-Plan .home-Plan_Bestrate .slick-list{
	padding-top: 60px;
}
.home-Plan .home-Plan_Bestrate li{
	border: 1px solid #eee;
	background: #fff;
	margin: 0 15px;
}
.home-Plan .home-Plan_Bestrate li a{
	padding: 15px 15px 25px;
	display: block;
	position: relative;
}
.home-Plan .home-Plan_Bestrate li .label{
	width: 100px;
	position: absolute;
	top: -60px;
	left: 5px;
	z-index: 1;
}
.home-Plan .home-Plan_Bestrate li .image{
	height: 47.5vw;
	overflow: hidden;
}
.home-Plan .home-Plan_Bestrate li .image img{
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.home-Plan .home-Plan_Bestrate li .comment{
	margin-top: 15px;
}
.home-Plan .home-Plan_Bestrate li .comment .title{
	color: #BD9C5A;
	font-size: 108%;
}
.home-Plan .home-Plan_Bestrate li .comment .subtitle{
	font-size: 138.5%;
	font-weight: bold;
}
.home-Plan .home-Plan_Bestrate li .comment .text{
	display: none;
}
.home-Plan .home-Plan_All{
	margin-top: 15px;
}
.home-Plan .home-Plan_All .slides{
	max-width: 860px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.home-Plan .home-Plan_All .slides li{
	border: 1px solid #eee;
	background: #fff;
	margin: 0 15px;
}
.home-Plan .home-Plan_All .slides li a{
	padding: 15px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.home-Plan .home-Plan_All .slides li .label{
	font-size: 93%;
	color: #fff;
	text-align: center;
	line-height: 60px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #59618D;
	display: block;
	position: absolute;
	top: -40px;
	left: 10px;
}
.home-Plan .home-Plan_All .slides li .image{
	width: 37%;
	height: 30vw;
	overflow: hidden;
}
.home-Plan .home-Plan_All .slides li .image img{
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.home-Plan .home-Plan_All .slides li .comment{
	width: 63%;
	padding: 5px 0 0 15px;
}
.home-Plan .home-Plan_All .slides li .comment .title{
	color: #B2893B;
	font-size: 93%;
}
.home-Plan .home-Plan_All .slides li .comment .subtitle{
	font-size: 108%;
	font-weight: bold;
}
.home-Plan .sw-Btn{
	position: relative;
	z-index: 2;
}
@media only screen and (min-width: 768px){
}
@media only screen and (min-width: 1024px){
	.home-Plan{
		margin-top: 140px;
	}
	.home-Plan .inner{
		padding-bottom: 140px;
	}
	.home-Plan .inner:before{
		height: 120px;
	}
	.home-Plan .inner:after{
		width: 565px;
		height: 324px;
	}
	.home-Plan .home-Plan_Bestrate{
		overflow: hidden;
	}
	.home-Plan .home-Plan_Bestrate .slides{
		max-width: 860px;
		margin: 20px auto 0;
		position: relative;
		z-index: 2;
	}
	.home-Plan .home-Plan_Bestrate .slick-list{
		padding-top: 80px;
		overflow: visible!important;
	}
	.home-Plan .home-Plan_Bestrate .slides li a{
		padding: 30px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.home-Plan .home-Plan_Bestrate .slides li .label{
		width: 140px;
		height: 140px;
		top: -80px;
		left: 20px;
	}
	.home-Plan .home-Plan_Bestrate .slides li .image{
		width: 340px;
		height: 260px;
	}
	.home-Plan .home-Plan_Bestrate .slides li .comment{
		width: calc(100% - 340px);
		padding: 10px 0 0 20px;
		margin: 0;
	}
	.home-Plan .home-Plan_Bestrate .slides li .comment .title{
		font-size: 108%;
	}
	.home-Plan .home-Plan_Bestrate .slides li .comment .subtitle{
		font-size: 184.6%;
		font-size: 153.8%;
		margin-top: 10px;
	}
	.home-Plan .home-Plan_Bestrate .slides li .comment .text{
		font-size: 123.1%;
		margin-top: 10px;
		display: block;
	}
	.home-Plan .home-Plan_All{
		overflow: hidden;
	}
	.home-Plan .home-Plan_All .slides{
		max-width: 600px;
		margin: 0 auto;
	}
	.home-Plan .home-Plan_All .slick-list{
		overflow: visible!important;
	}
	.home-Plan .home-Plan_All .slides li .image{
		width: 180px;
		height: 160px;
	}
	.home-Plan .home-Plan_All .slides li .comment{
		width: calc(100% - 180px);
	}
	.home-Plan .home-Plan_All .slides li .comment .title{
		font-size: 108%;
	}
	.home-Plan .home-Plan_All .slides li .comment .subtitle{
		font-size: 138.5%;
		margin-top: 5px;
	}
}



/* home-Movie
-----------------------------------*/
.home-Movie{
	margin-top: 80px;
}
.home-Movie .slides{
	max-width: 860px;
	padding: 0 15px;
	margin: 20px auto 0;
}
.home-Movie .movie{
	width: 100%;
	padding-top: 56.25%;
	height: 0px;
	position: relative;
	z-index: 2;
}
.home-Movie .movie iframe {
	width: 100%;
	height: 100%;
	border: none;
	position: absolute;
	top: 0;
	left: 0;
}
.home-Movie .slides li{
	margin: 0 10px;
}
.home-Movie .slides .title{
	font-size: 108%;
	font-weight: bold;
	margin-top: 15px;
}
.home-Movie .slides .label{
	margin-top: 10px;
}
.home-Movie .slides .label span{
	color: #fff;
	font-size: 85%;
	background: #C9AC75;
	display: inline-block;
	padding: 5px 15px;
}
@media only screen and (min-width: 768px){

}
@media only screen and (min-width: 1024px){
	.home-Movie {
		margin-top: 140px;
	}
	.home-Movie .slides{
		margin: 45px auto 0;
	}
	.home-Movie_Slide{
		overflow: hidden;
	}
	.home-Movie .slides .slick-list{
		overflow: visible!important;
	}
}



/* home-Party
-----------------------------------*/
.home-Party{
	background: #FBFBF5;
	padding: 60px 0;
	margin-top: 60px;
	position: relative;
}
.home-Party:after{
	content: "";
	width: 155px;
	height: 138px;
	background-image: url("../img/ico_home_05.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0 0;
	position: absolute;
	top: -80px;
	right: -20px;
}
.home-Party .home-MainTitle::before{
	background-color: #FBFBF5;
}
.home-Party .slides{
	max-width: 1280px;
	padding: 0 15px;
	margin: 20px auto 0;
}
.home-Party .slides li{
	margin: 0 10px;
}
.home-Party .slides li .image{
	width: 100%;
	height: 0;
	padding-top: 66.4%;
	position: relative;
}
.home-Party .slides li .image img{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.home-Party .slides li.interview .image:before{
	content: "";
	width: 80px;
	height: 80px;
	background-image: url("../../asset/img/ico_common_09.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0 0;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	z-index: 1;
}
.home-Party .slides li .comment{
	margin-top: 15px;
}
.home-Party .slides li .comment .title{
	font-size: 108%;
	font-weight: bold;
}
.home-Party .slides li .comment .label{
	margin-top: 10px;
}
.home-Party .slides li .comment .label span{
	color: #fff;
	font-size: 93%;
	background: #C9AC75;
	padding: 2px 10px;
	margin-right: 5px;
	display: inline-block;
}
.home-Party .message{
	max-width: 1280px;
	padding: 0 15px;
	margin: 30px auto 0;
}
.home-Party .message .title{
	font-size: 153.8%;
}
.home-Party .message .text{
	font-size: 108%;
	margin-top: 10px;
}
@media only screen and (min-width: 768px){
}
@media only screen and (min-width: 1024px){
	.home-Party{
		padding: 120px 0;
		margin-top: 120px;
	}
	.home-Party:after{
		content: "";
		width: 300px;
		height: 268px;
		background-image: url("../img/ico_home_05.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: 0 0;
		position: absolute;
		top: -80px;
		right: 20px;
	}
	.home-Party .slides{
		margin: 40px auto 0;
	}
	.home-Party .slides li .comment .title{
		font-size: 123.1%;
	}
	.home-Party .message{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.home-Party .message .image{
		width: calc(50% - 20px);
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 20px;
	}
	.home-Party .message .comment{
		width: calc(50% - 20px);
		margin-top: 50px;
	}
	.home-Party .message .title{
		font-size: 186%;
	}
	.home-Party .message .title .sp{
		display: none;
	}
	.home-Party .message .text{
		font-size: 123.1%;
		margin-top: 15px;
	}
}



/* home-Link
-----------------------------------*/
.home-Link ul{
	max-width: 1280px;
	margin: 0 auto;
}
.home-Link ul li + li{
	margin-top: 15px;
}
@media only screen and (min-width: 768px){
}
@media only screen and (min-width: 1024px){
	.home-Link{
		background: #F1F5FC;
	}
	.home-Link ul{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		position: relative;
		top: 40px;
	}
	.home-Link ul li{
		width: calc(50% - 20px);
	}
	.home-Link ul li + li{
		margin-top: 0;
	}

}



/* home-Content
-----------------------------------*/
.home-Content{
	margin-top: 60px;
	position: relative;
}
.home-Content .inner{
	max-width: 1280px;
	padding: 0 15px;
	margin: 0 auto;
}
.home-Content .box{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.home-Content .box-chapel{
	background-image: url("../img/bg_home_01.jpg");
}
.home-Content .box-banquet{
	background-image: url("../img/bg_home_02.jpg");
}
.home-Content .box-cuisine{
	background-image: url("../img/bg_home_03.jpg");
}
.home-Content .box-dress{
	background-image: url("../img/bg_home_04.jpg");
}
.home-Content .box + .box{
	margin-top: 60px;
}
.home-Content .box a{
	min-height: 220px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 25px 0;
	display: block;
	position: relative;
}
.home-Content .box .title{
	color: #fff;
	text-align: center;
}
.home-Content .box .title .min{
	font-size: 85%;
}
.home-Content .box .title .en{
	font-size: 176.9%;
}
.home-Content .box p{
	color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 40px;
	margin-top: 10px;
}
.home-Content .box .btn{
	max-width: 280px;
	margin: 0 auto;
	position: absolute;
	right: 0;
	bottom: -25px;
	left: 0;
}
.home-Content .box .btn span{
	font-size: 108%;
	font-family: 'Noto Serif JP', serif;
	line-height: 50px;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	position: relative;
}
.home-Content .box .btn span:after{
	content: "";
	width: 22px;
	height: 6px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -3px;
	-webkit-transition: all ease .4s;
	transition: all ease .4s;
}
.home-Content .box .btn span{
	color: #fff;
	background-color: #C9AC75;
}
.home-Content .box .btn span:after{
	background-image: url("../../asset/img/ico_arrow_01.png");
}
@media only screen and (min-width: 768px){
}
@media only screen and (min-width: 1024px){
	.home-Content{
		margin-top: 120px;
	}
	.home-Content .inner{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.home-Content .box + .box{
		margin-top: 80px;
	}
	.home-Content .box{
		width: calc(50% - 20px);
		margin-top: 80px;
	}
	.home-Content .box a{
		min-height: 360px;
		padding: 60px  0;
	}
	.home-Content .box .title .min{
		font-size: 138.5%;
	}
	.home-Content .box .title .en{
		font-size: 307.6%;
	}
	.home-Content .box p{
		font-size: 108%;
		max-width: 320px;
		padding: 0;
		margin: 25px auto 0;
	}
}



/* home-Photo
-----------------------------------*/
.home-Photo{
	margin-top: 120px;
	position: relative;
}
.home-Photo:after{
	content: "";
	width: 98px;
	height: 104px;
	background-image: url("../img/ico_home_02.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0 0;
	position: absolute;
	top: -80px;
	left: 10px;
}
.home-Photo .image{
	max-width: 1160px;
	padding: 0 15px;
	margin: 15px auto 0;
}
.home-Photo .image .sp{
	display: block;
}
.home-Photo .image .pc{
	display: none;
}
.home-Photo .btn{
	text-align: right;
	max-width: 1160px;
	padding: 0 15px;
	margin: 10px auto 0;
}
.home-Photo .btn a{
	font-size: 108%;
	line-height: 50px;
	text-align: center;
	background: #F1F5FC;
	padding: 0 40px;
	position: relative;
	display: inline-block;
}
.home-Photo .btn a:after{
	content: "";
	width: 20px;
	height: 21px;
	background-image: url("../img/ico_home_08.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: inline-block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-11px);
	transform: translateY(-11px);
	margin-left: 10px;
}
@media only screen and (min-width: 768px){

}
@media only screen and (min-width: 1024px){
	.home-Photo{
		margin-top: 160px;
	}
	.home-Photo:after{
		width: 182px;
		height: 156px;
		top: 40px;
		left: 50%;
		margin-left: -640px;
	}
	.home-Photo .image{
		margin: 40px auto 0;
	}
	.home-Photo .image .sp{
		display: none;
	}
	.home-Photo .image .pc{
		display: block;
	}
}



/* home-Topics
-----------------------------------*/
.home-Topics{
	margin-top: 60px;
	position: relative;
}
.home-Topics .inner{
	background: #F1F5FC;
	padding: 40px 0;
	margin: 20px auto 0;
	position: relative;
	overflow: hidden;
}
.home-Topics .inner:after{
	content: "";
	width: 320px;
	height: 185px;
	background-image: url("../img/ico_home_07.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0 0;
	position: absolute;
	top: 0;
	left: 0;
}
.home-Topics .inner .topics{
	max-width: 860px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.home-Topics .inner .topics ul li{
	margin: 0 15px;
}
.home-Topics .inner .topics ul li a{
	border: 1px solid #C9AC75;
	background: #fff;
	padding: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.home-Topics .inner .topics ul li .image{
	width: 32%;
	height: auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}
.home-Topics .inner .topics ul li .image:before{
	content: "";
	display: block;
	padding-top: 100%;
}
.home-Topics .inner .topics ul li .comment{
	width: 68%;
	padding: 5px 0 5px 15px;
}
.home-Topics .inner .topics ul li .comment .date{
	color: #C9AC75;
	font-size: 93%;
}
.home-Topics .inner .topics ul li .comment .date .ico{
	color: #fff;
	background: #C9AC75;
	padding: 2px 10px;
	margin-right: 10px;
	display: inline-block;
}
.home-Topics .inner .topics ul li .comment .title{
	font-size: 108%;
	margin-top: 10px;
}
.home-Topics .inner .bnr{
	max-width: 860px;
	margin: 10px auto 0;
	position: relative;
	z-index: 2;
}
.home-Topics .inner .bnr ul li{
	margin: 0 15px;
}
.home-Topics .inner .bnr ul li .pc{
	display: none;
}
.home-Topics .inner .bnr ul li .sp{
	display: block;
}
@media only screen and (min-width: 768px){

}
@media only screen and (min-width: 1024px){
	.home-Topics{
		margin-top: 120px;
	}
	.home-Topics:after{
		content: "";
		width: 478px;
		height: 276px;
		background-image: url("../img/ico_home_06.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: 0 0;
		margin-left: 300px;
		position: absolute;
		top: -140px;
		left: 50%;
	}
	.home-Topics .inner{
		margin: 40px auto 0;
	}
	.home-Topics .inner:after{
		width: 565px;
		height: 325px;
	}
	.home-Topics .inner .topics ul li .image{
		width: 180px;
	}
	.home-Topics .inner .topics ul li .comment{
		width: calc(100% - 180px);
		padding: 5px 0 5px 15px;
	}
	.home-Topics .inner .topics ul li .comment .date{
		font-size: 108%;
	}
	.home-Topics .inner .topics ul li .comment .title{
		font-size: 123.1%;
	}
	.home-Topics .inner .bnr ul li .pc{
		display: block;
	}
	.home-Topics .inner .bnr ul li .sp{
		display: none;
	}
}



/* home-Footer
-----------------------------------*/
.home-Footer{
	max-width: 1280px;
	padding: 0 15px;
	margin: 60px auto 0;
}
@media only screen and (min-width: 768px){

}
@media only screen and (min-width: 1024px){
	.home-Footer{
		margin: 120px auto 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}



/* home-Other
-----------------------------------*/
.home-Other ul{
	margin-top: 20px;
}
.home-Other ul li{
	margin-top: 10px;
}
.home-Other ul li a{
	text-align: center;
	min-height: 100px;
	background: #F1F5FC;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 25px 30px 25px 30%;
	display: block;
	position: relative;
}
.home-Other ul li a:before{
	content: "";
	width: 30%;
	height: 100%;
	background-image: url("../img/bg_home_05.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.home-Other ul .guest a:before{
	background-image: url("../img/bg_home_05.jpg");
}
.home-Other ul .party a:before{
	background-image: url("../img/bg_home_06.jpg");
}
.home-Other ul .prehana a:before{
	background-image: url("../img/bg_home_07.jpg");
}
.home-Other ul .sotsuhana a:before{
	background-image: url("../img/bg_home_08.jpg");
}
.home-Other ul li a:after{
	content: "";
	width: 22px;
	height: 6px;
	background-image: url("../../asset/img/ico_arrow_02.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -3px;
	-webkit-transition: all ease .4s;
	transition: all ease .4s;
}
.home-Other ul li .en{
	font-size: 108%;
}
.home-Other ul li .min{
	font-size: 123.1%;
}
@media only screen and (min-width: 768px){

}
@media only screen and (min-width: 1024px){
	.home-Other{
		width: calc(50% - 40px);
	}
	.home-Other ul{
		max-width: 560px;
		margin-top: 40px;
	}
	.home-Other ul li a{
		min-height: 140px;
		padding: 45px 30px 45px 50%;
	}
	.home-Other ul li a:before{
		width: 50%;
	}
	.home-Other ul li .min{
		font-size: 138.5%;
	}
}



/* home-Access
-----------------------------------*/
.home-Access{
	margin-top: 60px;
}
.home-Access .comment{
	margin-top: 20px;
}
.home-Access .comment .title{
	font-size: 138.5%;
}
.home-Access .comment .label{
	font-size: 108%;
	font-weight: bold;
	margin-top: 10px;
}
.home-Access .comment p{
	font-size: 108%;
}
.home-Access .comment .sw-Btn{
	margin-top: 25px;
}
.home-Access .comment .sw-Btn + .sw-Btn{
	margin-top: 15px;
}
@media only screen and (min-width: 768px){

}
@media only screen and (min-width: 1024px){
	.home-Access{
		margin-top: 0;
		width: calc(50% - 40px);
	}
	.home-Access .comment{
		margin-top: 40px;
	}
}


