@charset "utf-8";
/* reset
-----------------------------------*/
html,body,h1,h2,h3,h4,h5,h6,ul,ol,dl,li,dt,dd,p,header,hgroup,section,article,aside,hgroup,footer,figure,figcaption,nav{margin:0;padding:0;font-size:100%;}body{line-height:1.0;-webkit-text-size-adjust:none;}article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary{display:block;}img{border:0;vertical-align:bottom;}ul,ol{list-style:none;}table{border-spacing:0;empty-cells: show;}h1,h2,h3,h4,h5,h6,strong,th{font-weight:normal;text-align:left;}

body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif}table{font-size:inherit;font:100%}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%}#yui3-css-stamp.cssfonts{display:none}


/* setting
-----------------------------------*/
a{
	color: #333;
	text-decoration: none;
	-webkit-transition: all ease .4s;
	transition: all ease .4s;
}
a:hover{
	text-decoration: none;
}
a:focus{
	-moz-outline-style: none;
}
strong{
	font-weight: bold;
}
ul li,
ol li{
	list-style: none;
}
address{
	font-style :normal;
}

img{
	width: 100%;
	max-width:100%;
	height: auto;
	vertical-align: bottom;
}

li {
	list-style: none;
}
/*

/* clearfix
-----------------------------------*/
.clearfix:after{
	content: "";
	clear: both;
	display: block;
}

/* body
-----------------------------------*/
html{
	height: 100%;
	-webkit-font-smoothing: antialiased;
}



/* body
-----------------------------------*/
body{
	color: #333;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	line-height: 1.8;
	height: 100%;
	text-align: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
body .en{
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
	letter-spacing: 0.1em;
}
body .en_hand{
	font-family: 'Alex Brush', cursive;
	opacity: .2;
}
body .min{
	font-family: 'Noto Serif JP', serif;
}
body.is-open{
	overflow: hidden;
}
body .fade{
	opacity: 0;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: all ease 1s;
	transition: all ease 1s;
}
body .fade.animation-on{
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
@media only screen and (min-width: 1024px){
	body.is-open{
		overflow: visible;
	}
}



/* st-Header
-----------------------------------*/
.st-Header{
	width: 100%;
	height: 65px;
	background-color: #9FBAE7;
	position: relative;
}
.st-Header_Logo{
	text-align: center;
}
.st-Header_Logo img{
	margin-top: 23px;
	width: 140px;
	height: auto;
}
.st-Header_PcNav{
	display: none!important;
}
.st-Header_Menu{
	width: 100%;
	height: 100%;
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	overflow: auto;
	display: none;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9998;
	-webkit-overflow-scrolling : touch;
}
.st-Header_MenuInner{
	min-height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.st-Header_Menu_Logo{
	width: 100%;
	height: 65px;
	background-color: #9FBAE7;
	text-align: center;
}
.st-Header_Menu_Logo img{
	width: 140px;
	height: auto;
	margin-top: 23px;
}
.st-Header_Menu_Nav{
	margin-top: 5px;
	margin-bottom: 40px;
}
.st-Header_Menu_Nav .pickup{
	margin: 15px 15px 0;
}
.st-Header_Menu_Nav .pickup .box{
	width: calc(50% - 7px);
	position: relative;
	float: left;
}
.st-Header_Menu_Nav .pickup .box:nth-child(even){
	float: right;
}
.st-Header_Menu_Nav .pickup .box a{
	color: #fff;
	text-align: center;
	height: 90px;
	background-position: center;
	background-size: cover;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 15px;
	display: block;
}
.st-Header_Menu_Nav .pickup .box a.fair{
	height: 100%;
	background-image: url("../img/bg_common_01.jpg");
	padding-top: 120px;
}
.st-Header_Menu_Nav .pickup .box a.fair .min{
	position: relative;
}
.st-Header_Menu_Nav .pickup .box a.fair .min:after{
	content: "";
	width: 55px;
	height: 16px;
	background-image: url("../img/ico_common_01.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin: 0 auto;
	position: absolute;
	right: 0;
	left: 0;
	bottom: -31px;
}
.st-Header_Menu_Nav .pickup .box a.reserve{
	background-image: url("../img/bg_common_02.jpg");
}
.st-Header_Menu_Nav .pickup .box a.contact{
	background-image: url("../img/bg_common_03.jpg");
	margin-top: 15px;
}
.st-Header_Menu_Nav .pickup .box a.plan{
	background-image: url("../img/bg_common_04.jpg");
	margin-top: 15px;
}
.st-Header_Menu_Nav .pickup .box a .en{
	font-size: 138.5%;
	font-weight: bold;
}
.st-Header_Menu_Nav .pickup .box a .min{
	font-size: 85%;
}
.st-Header_Menu_Nav ul{
	padding: 5px 0;
	margin: 10px 15px 0;
}
.st-Header_Menu_Nav ul + ul{
	border-top: 1px solid #333;
}
.st-Header_Menu_Nav ul li{
	width: calc(50% - 7px);
	float: left;
	list-style: none;
}
.st-Header_Menu_Nav ul li:nth-child(even){
	float: right;
}
.st-Header_Menu_Nav ul li a{
	font-size: 108%;
	font-family: 'Noto Serif JP', serif;
	padding: 10px 0 5px;
	display: block;
}
.st-Header_Menu_Contact{
	padding: 25px 0;
	background-color: #9FBAE7;
}
.st-Header_Menu_Contact h2{
	color: #fff;
	font-size: 108%;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
}
.st-Header_Menu_Contact .tel_btn{
	color: #fff;
	font-size: 108%;
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
	text-align: center;
}
.st-Header_Menu_Contact .tel_btn a{
	color: #fff;
}
.st-Header_Menu_Contact .tel_btn .lg{
	font-size: 170%;
}
.st-Header_Menu_Contact .time{
	color: #fff;
	font-size: 93%;
	text-align: center;
}
.st-Header_Menu_Contact .sns{
	margin-top: 15px;
	text-align: center;
}
.st-Header_Menu_Contact .sns li{
	list-style: none;
	display: inline-block;
}
.st-Header_Menu_Contact .sns li + li{
	margin-left: 20px;
}
.st-Header_Menu_Contact .sns li a{
	color: #9FBAE7;
	font-size: 160%;
	line-height: 40px;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	display: inline-block;
}
.st-Header_Apearl a{
	color: #fff;
	font-size: 10px;
	text-align: center;
	border: 1px solid #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;
	position: absolute;
	top: 10px;
	left: 10px;
}
.st-Header_Trigger{
	width: 60px;
	height: 65px;
	background: #9FBAE7;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9999;
}
.st-Header_Trigger span,
.st-Header_Trigger:before,
.st-Header_Trigger:after{
	content: '';
	width: 40px;
	height: 1px;
	background: #fff;
	margin: 0 auto;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	-webkit-transition: all ease .4s;
	transition: all ease .4s;
}
.st-Header_Trigger span{
	top: 24px;
}
.st-Header_Trigger:before{
	top: 31px;
}
.st-Header_Trigger:after{
	top: 38px;
}
.st-Header_Trigger.is-open{
	opacity: .7;
}
.st-Header_Trigger.is-open span{
	-webkit-transform: translateY(7px) rotate(30deg);
	transform: translateY(7px) rotate(30deg);
}
.st-Header_Trigger.is-open:before{
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px);
	opacity: 0;
}
.st-Header_Trigger.is-open:after{
	-webkit-transform: translateY(-7px) rotate(-30deg);
	transform: translateY(-7px) rotate(-30deg);
}
@media only screen and (min-width: 768px){

}
@media only screen and (min-width: 1024px){
	.st-Header_Menu{
		max-width: 600px;
	}
	.st-Header_Menu::-webkit-scrollbar{
		-ms-overflow-style:none;
		display:none;
	}
	.st-Header_Logo{
		text-align: left;
	}
	.st-Header_Logo a{
		display: inline-block;
	}
	.st-Header_Logo a:hover{
		opacity: .7;
		-webkit-transform: translateY(-3px);
		transform: translateY(-3px);
	}
	.st-Header_Logo img{
		width: 180px;
		margin: 20px 0 0 20px;
	}
	.st-Header_Apearl {
		display: none;
	}
	.st-Header_PcNav{
		width: calc(100% - 320px);
		text-align: right;
		display: block!important;
		position: absolute;
		top: 10px;
		right: 90px;
	}
	.st-Header_PcNav li{
		color: #fff;
		list-style: none;
		display: inline-block;
	}
	.st-Header_PcNav li + li{
		margin-left: 5px;
	}
	.st-Header_PcNav li a{
		color: #FFF;
		font-family: 'Noto Serif JP', serif;
		font-size: 108%;
		padding: 10px;
		position: relative;
		display: inline-block;
	}
	.st-Header_PcNav li a:hover{
		opacity: .5;
		-webkit-transform: translateY(3px);
		transform: translateY(3px);
	}
	.st-Header_Trigger{
		cursor: pointer;
	}
}



/* st-Footer
-----------------------------------*/
.st-Footer{
	background: #F1F5FC;
	position: relative;
	padding-top: 60px;
	margin-top: 120px;
}
.st-Footer_Contact .ttl{
	font-size: 186%;
	font-weight: bold;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
}
.st-Footer_Contact .subttl{
	font-size: 108%;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
}
.st-Footer_Contact .entry{
	padding: 0 30px;
	margin: 25px auto 0;
}
.st-Footer_Contact .entry li + li{
	margin-top: 10px;
}
.st-Footer_Contact .entry li a{
	color: #fff;
	text-align: center;
	min-height: 100px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #C9AC75;
	padding-top: 15px;
	display: block;
	position: relative;
}
.st-Footer_Contact .entry li a:before{
	content: "";
	width: 22px;
	height: 6px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-image: url("../img/ico_arrow_01.png");
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -3px;
}
.st-Footer_Contact .entry li a.fair{
	background: #59618D;
}
.st-Footer_Contact .entry li a .en{
	font-size: 170%;
}
.st-Footer_Contact .entry li a .min{
	font-size: 108%;
}
.st-Footer_Contact .tel{
	margin-top: 25px;
}
.st-Footer_Contact .tel h3{
	font-size: 108%;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
}
.st-Footer_Contact .tel_btn{
	font-size: 108%;
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
	text-align: center;
}
.st-Footer_Contact .tel_btn .lg{
	font-size: 170%;
}
.st-Footer_Contact .line{
	width: calc(100% - 30px);
	border: 1px solid #C9AC75;
	background: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px 15px;
	margin: 25px auto 0;
	position: relative;
}
.st-Footer_Contact .line .ico{
	text-align: center;
}
.st-Footer_Contact .line .ico img{
	width: 70px;
}
.st-Footer_Contact .line h3{
	font-size: 138.5%;
	text-align: center;
	margin-top: 10px;
}
.st-Footer_Contact .line p{
	font-size: 108%;
	text-align: center;
	margin-top: 10px;
}
.st-Footer_Contact .next{
	text-align: right;
	margin-top: 10px;
}
.st-Footer_Contact .next img{
	width: 20px;
}
.st-Footer_Info{
	background: #9FBAE7;
	padding: 30px 0;
	margin-top: 60px;
}
.st-Footer_Info .ttl{
	text-align: center;
}
.st-Footer_Info .ttl img{
	width: 120px;
}
.st-Footer_Info .sns{
	margin-top: 15px;
	text-align: center;
}
.st-Footer_Info .sns li{
	list-style: none;
	display: inline-block;
}
.st-Footer_Info .sns li + li{
	margin-left: 20px;
}
.st-Footer_Info .sns li a{
	color: #9FBAE7;
	font-size: 160%;
	line-height: 40px;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	display: inline-block;
}
.st-Footer_Info .address{
	color: #fff;
	font-size: 93%;
	text-align: center;
	margin-top: 15px;
}
.st-Footer_Info .footer_nav{
	padding: 0 15px;
	margin: 25px auto 0;
}
.st-Footer_Info .footer_nav ul li{
	color: #fff;
	font-size: 108%;
}
.st-Footer_Info .footer_nav ul li a{
	color: #fff;
	display: block;
	padding: 5px 0;
}
.st-Footer_Info .footer_nav_more{
	color: #fff;
	font-size: 108%;
	line-height: 40px;
	text-align: center;
	width: 280px;
	border: 1px solid #fff;
	margin: 25px auto 0;
}
.st-Footer_Info .footer_nav_active{
	margin-top: 25px;
	display: none;
}
.st-Footer_Info .footer_group_btn{
	color: #fff;
	font-size: 108%;
	line-height: 40px;
	text-align: center;
	width: 280px;
	border: 1px solid #fff;
	margin: 15px auto 0;
}
.st-Footer_Info .footer_group_active{
	margin-top: 25px;
	display: none;
}
.st-Footer_Info .footer_group_active h3{
	color: #fff;
	font-size: 123.1%;
	text-align: center;
}
.st-Footer_Info .footer_group_active ul + h3{
	margin-top: 25px;
}
.st-Footer_Info .footer_group_active ul{
	padding: 0 15px;
}
.st-Footer_Info .footer_group_active ul li{
	color: #fff;
	font-size: 108%;
}
.st-Footer_Info .footer_group_active ul li a{
	color: #fff;
	display: block;
	padding: 5px 0;
}
.st-Footer_Copy{
	color: #fff;
	border-top: 1px solid #fff;
	padding-top: 15px;
	margin: 60px 15px 0;
}
.st-Footer_Copy small{
	font-size: 93%;
}
.st-Footer_Pagetop{
	position: fixed;
	right: 10px;
	bottom: 70px;
	opacity: 0;
	z-index: 9997;
	-webkit-transition: all ease .6s;
	transition: all ease .6s;
}
.st-Footer_Pagetop img{
	width: 50px;
}
.st-Footer_Pagetop.is-show{
	opacity: 1;
}
@media only screen and (min-width: 768px){

}
@media only screen and (min-width: 1024px){
	.st-Footer{
		padding-top: 80px;
		margin-top: 200px;
	}
	.st-Footer_Contact .ttl{
		font-size: 369.2%;
	}
	.st-Footer_Contact .subttl{
		font-size: 200%;
	}
	.st-Footer_Contact .entry{
		max-width: 1080px;
		margin: 45px auto 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.st-Footer_Contact .entry li{
		width: calc(33.33% - 15px);
		margin: 0!important;
	}
	.st-Footer_Contact .tel_btn{
		font-size: 161.5%;
	}
	.st-Footer_Contact .line{
		max-width: 860px;
		padding: 25px 15px;
		margin: 45px auto 0;
	}
	.st-Footer_Contact .line .ico{
		position: absolute;
		top: 50%;
		left: 30px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.st-Footer_Contact .line h3{
		font-size: 138.5%;
		text-align: center;
		margin-top: 0;
	}
	.st-Footer_Contact .line .sp{
		display: none;
	}
	.st-Footer_Contact .line .next{
		margin: 0;
		position: absolute;
		top: 50%;
		right: 30px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.st-Footer_Info{
		padding: 60px 0;
		margin-top: 60px;
	}
	.st-Footer_Info .ttl img{
		width: 180px;
	}
	.st-Footer_Info .sns{
		margin-top: 25px;
	}
	.st-Footer_Info .inner{
		max-width: 1280px;
		margin: 0 auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-around;
	}
	.st-Footer_Info .comment{
		width: 25%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding-right: 80px;
	}
	.st-Footer_Info .comment .address{
		text-align: left;
	}
	.st-Footer_Info .footer_nav_more{
		display: none;
	}
	.st-Footer_Info .footer_nav_active{
		margin: 0;
		display: block;
	}
	.st-Footer_Info .footer_nav{
		width: 75%;
		margin: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.st-Footer_Info .footer_nav > ul{
		width: 33.33%;
	}
	.st-Footer_Info .footer_nav_active{
		width: 66.66%;
		margin: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.st-Footer_Info .footer_nav_active ul{
		width: 50%;
	}
	.st-Footer_Info .footer_group_btn{
		width: 360px;
		margin: 45px auto 0;
		cursor: pointer;
	}
	.st-Footer_Info .footer_group_active ul li{
		text-align: center;
	}
	.st-Footer_Copy{
		max-width: 1280px;
		margin: 60px auto 0;
	}
}



/* sw-BreadCrumbs
-----------------------------------*/
.sw-BreadCrumbs{
	padding: 10px 10px 5px;
}
.sw-BreadCrumbs ul{
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.sw-BreadCrumbs ul li{
	color: #333;
	font-size: 93%;
	list-style: none;
	position: relative;
	display: inline;
}
.sw-BreadCrumbs ul li + li{
	margin-left: 15px;
}
.sw-BreadCrumbs ul li + li:before{
	content: "|";
	position: absolute;
	-webkit-transform: translateX(-12px);
	transform: translateX(-12px);
}
.sw-BreadCrumbs ul li a{
	text-decoration: underline;
	display: inline-block;
}
@media only screen and (min-width: 768px){

}
@media only screen and (min-width: 1024px){
}



/* sw-PageIntro
-----------------------------------*/
.sw-PageIntro{
	padding: 0 15px 70px;
	margin-top: 30px;
	margin-bottom: -40px;
	overflow: hidden;
}
.sw-PageIntro_Inner{
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
}
.sw-PageIntro_Inner:before{
	content: "";
	width: calc(100% + 14px);
	height: 64%;
	border: 1px solid #CAAE79;
	display: block;
	margin: auto 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -7px;
	z-index: 1;
}
.sw-PageIntro_Inner:after{
	content: "";
	width: 102px;
	height: 114px;
	background-image: url("../img/ico_common_04.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: 0 0;
	display: block;
	position: absolute;
	bottom: -70px;
	right: -40px;
	z-index: 3;
}
.sw-PageIntro .image{
	width: 100%;
	position: relative;
	z-index: 2;
}
.sw-PageIntro .movie{
	width: 100%;
	padding-top: 56.25%;
	height: 0px;
	position: relative;
	z-index: 2;
}
.sw-PageIntro .movie iframe {
	width: 100%;
	height: 100%;
	border: none;
	position: absolute;
	top: 0;
	left: 0;
}
@media only screen and (min-width: 768px){
}
@media only screen and (min-width: 1024px){
	.sw-PageIntro{
		padding: 0 80px 70px;
		margin-bottom: 0;
	}
	.sw-PageIntro_Inner:before{
		width: calc(100% + 80px);
		left: -40px;
	}
	.sw-PageIntro_Inner:after{
		width: 240px;
		height: 268px;
		bottom: -70px;
		right: -160px;
	}
}



/* st-Content
-----------------------------------*/
.st-Content{
	overflow: hidden;
}
.st-Content .sw-MainTitle{
	max-width: 1280px;
	text-align: center;
	padding: 0 15px 35px;
	margin: 0 auto;
	position: relative;
}
.st-Content .sw-MainTitle:before{
	content: "";
	width: 100px;
	height: 24px;
	background-color: #fff;
	background-image: url("../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;
}
.st-Content .sw-MainTitle:after{
	content: "";
	width: calc(100% - 30px);
	height: 1px;
	background: #B2893B;
	margin: 0 auto;
	position: absolute;
	right: 0;
	bottom: 13px;
	left: 0;
}
.st-Content .sw-MainTitle .en{
	font-size: 230%;
}
.st-Content .sw-MainTitle .en .sm{
	font-size: 80%;
}
.st-Content .sw-MainTitle .min{
	font-size: 123.1%;
}
.st-Content .sw-SubTitle{
	text-align: center;
	position: relative;
}
.st-Content .sw-SubTitle .en_hand{
	color: #9FBAE7;
	font-size: 423%;
	line-height: 1;
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	-webkit-transform: translateY(-55%);
	transform: translateY(-55%);
}
.st-Content .sw-SubTitle .en{
	font-size: 184.6%;
	line-height: 1.4;
	margin-top: -.5em;
	position: relative;
	z-index: 2;
}
.st-Content .sw-TriTitle{
	font-size: 108%;
	text-align: center;
	margin-top: 10px;
}
@media only screen and (min-width: 768px){

}
@media only screen and (min-width: 1024px){
	.st-Content .sw-MainTitle .en{
		font-size: 400%;
		display: inline;
		vertical-align: middle;
	}
	.st-Content .sw-MainTitle .min{
		font-size: 153.8%;
		display: inline;
		vertical-align: middle;
		margin-left: 2em;
	}
	.st-Content .sw-MainTitle .min:before{
		content: "|";
		-webkit-transform: translateX(-1em);
		transform: translateX(-1em);
		display: inline-block;
	}
	.st-Content .sw-MainTitle .sp{
		display: none;
	}
	.st-Content .sw-SubTitle .en_hand{
		font-size: 846%;
	}
	.st-Content .sw-SubTitle .en{
		font-size: 276.9%;
	}
	.st-Content .sw-TriTitle{
		font-size: 123.1%;
	}
}



/* sw-Btn
-----------------------------------*/
.sw-Btn{
	max-width: 280px;
	margin: 25px auto 0;
}
.sw-Btn .sw-Btn_child,
.sw-Btn a{
	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;
}
.sw-Btn .sw-Btn_child:after,
.sw-Btn a: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;
}
.sw-Btn-01 a{
	color: #fff;
	background-color: #59618D;
}
.sw-Btn-01 a:after{
	background-image: url("../img/ico_arrow_01.png");
}
.sw-Btn .sw-Btn_child,
.sw-Btn-02 a{
	color: #fff;
	background-color: #C9AC75;
}
.sw-Btn .sw-Btn_child:after,
.sw-Btn-02 a:after{
	background-image: url("../img/ico_arrow_01.png");
}
.sw-Btn-03 a{
	color: #333;
	border: 1px solid #333;
}
.sw-Btn-03 a:after{
	background-color: #fff;
	background-image: url("../img/ico_arrow_02.png");
}
.sw-Btn-04 a{
	color: #fff;
	line-height: 1.6;
	padding: 10px 15px;
	background-color: #59618D;
}
.sw-Btn-04 a:after{
	background-image: url("../img/ico_arrow_01.png");
}
.sw-Btn-05 a{
	color: #333;
	border: 1px solid #333;
}
.sw-Btn-05 a:after{
	right: auto;
	left: 15px;
	background-image: url("../img/ico_prev_01.png");
}
@media only screen and (min-width: 768px){

}
@media only screen and (min-width: 1024px){
	.sw-Btn .sw-Btn_child:hover,
	.sw-Btn a:hover{
		opacity: .7;
	}
	.sw-Btn .sw-Btn_child:hover:after,
	.sw-Btn a:hover:after{
		right: 12px;
	}
	.sw-Btn-04{
		max-width: 400px;
	}
	.sw-Btn-04 a{
		font-size: 123.1%;
		padding: 15px 15px;
	}
}



/* sw-Bestrate
-----------------------------------*/
.sw-Bestrate{
	background: #F1F5FC;
	position: relative;
}
.sw-Bestrate:after{
	content: "";
	width: 128px;
	height: 131px;
	background-image: url("../img/ico_common_08.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0 0;
	position: absolute;
	bottom: -70px;
	left: 10px;
}
.sw-Bestrate .inner{
	max-width: 1280px;
	margin: 0 auto;
}
.sw-Bestrate .image .sp{
	display: block;
}
.sw-Bestrate .image .pc{
	display: none;
}
.sw-Bestrate .comment{
	padding: 20px 15px 80px;
}
.sw-Bestrate .comment .title{
	font-size: 138.5%;
	text-align: center;
}
.sw-Bestrate .comment .title .sp{
	display: inline;
}
.sw-Bestrate .comment p{
	margin-top: 25px;
}
.sw-Bestrate .comment .link{
	font-size: 108%;
	text-align: center;
	margin-top: 25px;
	margin-bottom: -10px;
}
.sw-Bestrate .comment .link a{
	display: inline-block;
	text-decoration: underline;
}
.sw-Bestrate .comment .sw-Btn{
	margin-top: 25px;
}
.sw-Bestrate .comment .sw-Btn + .sw-Btn{
	margin-top: 15px;
}
@media only screen and (min-width: 768px){

}
@media only screen and (min-width: 1024px){
	.sw-Bestrate:after{
		width: 263px;
		height: 269px;
		margin-left: -130px;
		bottom: -30px;
		left: 50%;
	}
	.sw-Bestrate .inner{
		padding: 80px 0 120px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.sw-Bestrate .image{
		width: calc(50% - 60px);
	}
	.sw-Bestrate .comment{
		width: 50%;
		padding: 30px 0;
	}
	.sw-Bestrate .comment .title{
		font-size: 186%;
		text-align: left;
	}
	.sw-Bestrate .comment .title .sp{
		display: none;
	}
	.sw-Bestrate.image .sp{
		display: block;
	}
	.sw-Bestrate .image .sp{
		display: none;
	}
	.sw-Bestrate .image .pc{
		display: block;
	}
}



/* よくあるご質問
-----------------------------------*/
.sw-Faq {
	margin-top: 60px;
	position: relative;
}
.sw-Faq:after{
	content: "";
	width: 131px;
	height: 108px;
	background-image: url("../img/ico_common_10.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	top: -20px;
	left: 5px;
	z-index: -1;
}
.sw-Faq .faq-subTitle{
	max-width: 1280px;
	text-align: center;
	padding: 15px 15px;
	margin: 0 auto;
	position: relative;
}
.sw-Faq .faq-subTitle:before{
	content: "";
	width: 100px;
	height: 24px;
	background-color: #fff;
	background-image: url("../img/ico_common_05.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 80px auto;
	margin: -20px auto;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
}
.sw-Faq .faq-subTitle .min{
	font-size: 138.5%;
}
.sw-Faq .faq-accordion {
	max-width: 860px;
	padding: 0 15px;
	margin: 20px auto 0;
}
.sw-Faq .faq-Qbox{
	border-bottom: 1px solid #333;
	padding-bottom: 10px;
	margin: 0 auto;
	cursor: pointer;
	position: relative;
}
.sw-Faq .faq-Qbox:before {
	content: "";
	position: absolute;
	right: 10px;
	bottom: 20px;
	border-bottom: solid 2px #333;
	border-right: solid 2px #333;
	width: 8px;
	height: 8px;
	-webkit-transform: rotate( 45deg);
	transform: rotate( 45deg);
}
.sw-Faq .faq-Qbox .faq-bigQ{
	color: #B8944E;
	font-size: 200%;
	font-family: 'Noto Serif JP', serif;
	width: 45px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 5px;
	float: left;
}
.sw-Faq .faq-Qbox .faq-Qparagraph{
	font-size: 108%;
	width: calc(100% - 65px);
	margin-top: 20px;
	float: left;
}
.sw-Faq .faq-accordion .faq-Abox {
	display: none;
	padding: 10px 0;
}
.sw-Faq .faq-Abox .faq-bigA{
	color: #9FBAE7;
	font-size: 200%;
	font-family: 'Noto Serif JP', serif;
	width: 45px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 5px;
	float: left;
}
.sw-Faq .faq-Abox .faq-Aparagraph{
	font-size: 108%;
	width: calc(100% - 45px);
	padding-top: 15px;
	float: left;
}
.sw-Faq .sw-Btn{
	margin-top: 45px;
}
@media only screen and (min-width: 1024px){
	.sw-Faq {
		margin-top: 90px;
	}
	.sw-Faq:after{
		width: 261px;
		height: 215px;
		top: -60px;
		left: 50%;
		margin-left: -600px;
	}
	.sw-Faq .faq-subTitle .min{
		font-size: 200%;
		display: inline;
		vertical-align: middle;
		margin-left: 0.5em;
		line-height: 1.6em;
	}
	.sw-Faq .faq-accordion .faq-Abox {
		display: none;
		padding: 10px 0 30px;
	}
	.sw-Faq .sw-Btn{
		margin-top: 45px;
	}
}



/* sw-PickupFair
-----------------------------------*/
.sw-PickupFair{
	margin-top: 60px;
}
.sw-PickupFair_Slide{
	margin: 15px auto 0;
}
.sw-PickupFair .slides .item{
	list-style: none;
	padding-top: 15px;
	margin: 0 8px;
	position: relative;
}
.sw-PickupFair .slides .item-01:before{
	color: #fff;
	font-size: 93%;
	line-height: 30px;
	content: "PICKUP FAIR";
	background-color: #59618D;
	padding: 0 1.5em;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.sw-PickupFair .slides .item a{
	display: block;
}
.sw-PickupFair .slides .item .thumb{
	width: 100%;
	height: 0;
	padding-top: 60%;
	overflow: hidden;
	position: relative;
}
.sw-PickupFair .slides .item .thumb img{
	width: 100%;
	height: auto;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.sw-PickupFair .slides .item .comment{
	margin-top: 15px;
}
.sw-PickupFair .slides .item .title{
	font-size: 123.1%;
	line-height: 1.6;
}
.sw-PickupFair .slides .item .category{
	margin-top: 5px;
}
.sw-PickupFair .slides .item .category span{
	color: #fff;
	text-align: center;
	background-color: #C9AC75;
	padding: 2px 1.5em;
	margin: 5px 5px 0 0;
	display: inline-block;
}
.sw-PickupFair .slick-dots{
	text-align: center;
	margin-top: 30px;
}
.sw-PickupFair .slick-dots li{
	display: inline-block;
}
.sw-PickupFair .slick-dots li + li{
	margin-left: 10px;
}
.sw-PickupFair .slick-dots li button{
	text-indent: -9999px;
	width: 4px;
	height: 4px;
	border: none;
	background: #434853;
	border-radius: 100%;
	padding: 0;
	cursor: pointer;
	outline: none;
	opacity: .3;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
}
.sw-PickupFair .slick-dots li.slick-active button{
	opacity: 1;
}
.sw-PickupFair .slides .item.slick-current{
	outline: none;
}
.sw-PickupFair .slick-arrow{
	text-indent: -9999px;
	cursor: pointer;
	outline: none;
	width: 40px;
	height: 40px;
	border: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0 center;
	padding: 0;
	position: absolute;
	bottom: 0;
	z-index: 999;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
}
.sw-PickupFair .slick-prev{
	background-image: url("../../asset/img/prev_nav.png");
	left: 36px;
}
.sw-PickupFair .slick-next{
	background-image: url("../../asset/img/next_nav.png");
	right: 36px;
}
.sw-PickupFair .sw-Btn{
	margin-top: 45px;
}
@media only screen and (min-width: 768px){
	.sw-PickupFair_Slide{
		max-width: 1280px;
		margin: 60px auto 0;
	}
	.sw-PickupFair .slides{
		margin-top: 25px;
	}
	.sw-PickupFair .slides .item{
		margin: 0 20px;
	}
	.sw-PickupFair .slides .item a:hover{
		opacity: .7;
	}
	.sw-PickupFair .slides .slick-current img{
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	.sw-PickupFair .slick-prev{
		left: 20px;
	}
	.sw-PickupFair .slick-next{
		right: 20px;
	}
	.sw-PickupFair .slick-prev,
	.sw-PickupFair .slick-next{
		-webkit-transition: all ease .4s;
		transition: all ease .4s;
	}
	.sw-PickupFair .slick-prev:hover,
	.sw-PickupFair .slick-next:hover{
		opacity: .5;
	}
}
@media only screen and (min-width: 1024px){
	.sw-PickupFair{
		margin-top: 120px;
	}
	.sw-PickupFair .slides .item .title{
		font-size: 138.5%;
	}
	.sw-PickupFair .slick-arrow{
		width: 60px;
	}
	.sw-PickupFair .slick-prev{
		left: 50%;
		margin-left: -300px;
	}
	.sw-PickupFair .slick-next{
		right: auto;
		left: 50%;
		margin-left: 240px;
	}
	.sw-PickupFair .sw-Btn{
		margin-top: 60px;
	}
}



/* FEATURE
-----------------------------------*/
.sw-Feature {
	margin: 60px auto 0px;
	background: #F1F5FC;
	padding: 20px 15px 40px;
}
.sw-Feature h3 {
	font-size: 186%;
	padding-top: 15px;
	text-align: center;
}
.sw-Feature .text {
	font-size: 108%;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
}
.sw-Feature ul{
	max-width: 980px;
	border-top: 1px solid #333;
	padding-top: 10px;
	margin: 25px auto 0;
}
.sw-Feature ul li {
	width: 100%;
	font-size: 108%;
	line-height: 3;
	text-align: left;
	border-bottom: 1px solid #ccc;
	position: relative;
	text-align: left;
}
.sw-Feature .content {
}
.sw-Feature .content::after {
	content: "";
	position: absolute;
	right: 10px;
	bottom: 20px;
	border-bottom: solid 2px #333;
	border-right: solid 2px #333;
	width: 8px;
	height: 8px;
	-webkit-transform: rotate( -45deg);
	transform: rotate( -45deg);
}
@media (min-width: 768px) {
	.sw-Feature ul {
		margin-top: 30px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		overflow: hidden;
	}
	.sw-Feature ul li {
		width: 30%;
	}
	.sw-Feature ul li:nth-child(3n){
		margin-right: 0%;
	}
}
@media (min-width: 1024px) {
	.sw-Feature {
		padding: 60px 0 80px;
		margin: 80px auto 0px;
	}
	.sw-Feature h3 {
		font-size: 300%;
		padding: 0 0 5px;
		text-align: center;
	}
	.sw-Feature  ul{
		padding: 20px 0 0;
	}
	.sw-Feature  ul li {
		line-height: 3.5;
	}
}



/* 固定リンク
-----------------------------------*/
.st-Footer_BottomNav{
	width: 100%;
	position: fixed;
	bottom: -50px;
	left: 0;
	opacity: 0;
	z-index: 9997;
	-webkit-transition: all ease .6s;
	transition: all ease .6s;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.st-Footer_BottomNav.is-show{
	bottom: 0;
	opacity: 1;
}
.st-Footer_BottomNav a{
	color: #fff;
	height: 60px;
	background-color: #d0b191;
	box-sizing: border-box;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}
.st-Footer_BottomNav a + a{
	border-left: 1px solid #fff;
}

.st-Footer_BottomNav_link {
	width: 20%;
	padding: 3% 0;
}
.st-Footer_BottomNav_link:first-child {
	width: 40%;
}
.st-Footer_BottomNav_heading {
	width: 80%;
	height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.st-Footer_BottomNav_icoAccess,
.st-Footer_BottomNav_icoPhone {
	width: 30%;
	height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.st-Footer_BottomNav_icoPhone {
	width: 35%;
}

.st-Footer_BottomNav_heading img,
.st-Footer_BottomNav_icoAccess img,
.st-Footer_BottomNav_icoPhone img {
	width: auto;
	height: 100%;
	display: block;
	margin: 0 auto;
}
.st-Footer_BottomNav_heading img {
	height: 80%;
}
.st-Footer_BottomNav_text {
	margin: 6px 0 0;
	line-height: 1;
}


@media (min-width: 1024px) {
	.st-Footer_BottomNav{
		display: none;
	}
}


/* INSTAGRAM
-----------------------------------*/
.home-Instagram {
	max-width: 1160px;
	padding: 0 15px;
	margin: 15px auto 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.home-Instagram-card{
	width: 33.333%;
}

.home-Instagram-card img{
	width: 100%;
	height: 32vw;
	-o-object-fit: cover;
	object-fit: cover;
}

@media only screen and (min-width: 1024px){
	.home-Instagram {
		margin: 40px auto 0;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.home-Instagram-card{
		width: 16.666%;
	}
	.home-Instagram-card img{
		height: 16.2vw;
		max-height: 193.31px;
	}
}