@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: #777;
	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;
}



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



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



/* body
-----------------------------------*/
body{
	color: #777;
	font-family: "Yu Mincho", YuMincho, HiraMinProN-W3, "Roboto Slab", "EB Garamond", "Times New Roman", "MS PMincho", 'Sawarabi Mincho', serif;
	line-height: 2;
	/*height: 100%;*/
	text-align: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
body .en{
	font-family: 'Crimson Text', serif;
	letter-spacing: 0.2em;
}
body .txtfade{
	opacity: 0;
}
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);
}
body.is-open{
	overflow: hidden;
}
@media only screen and (min-width: 1024px){
	body.is-open{
		overflow: visible;
	}
}



/* st-Header
-----------------------------------*/
.st-Header{
	width: 100%;
	height: 60px;
	position: relative;
}
.st-Header_Logo{
	text-align: center;
	display: none;
}
.st-Header_Logo img{
	margin-top: 15px;
	width: 80px;
	height: auto;
	-webkit-transform: translateX(8px);
	transform: translateX(8px);
}
.st-Header_Menu{
	width: 100%;
	height: 100%;
	background-color: #fff;
	/*background-image: url("../img/bg_common_01.png");*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	overflow: auto;
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9989;
	-webkit-overflow-scrolling : touch;
}
.st-Header_MenuInner{
	min-height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px 60px;
	position: relative;
}
.st-Header_Menu_Logo{
	text-align: center;
	margin-bottom: 20px;
}
.st-Header_Menu_Logo img{
	margin-top: 15px;
	width: 80px;
	height: auto;
	-webkit-transform: translateX(8px);
	transform: translateX(8px);
}
.st-Header_Menu_Conv ul li{
	list-style: none;
	float: left;
}
.st-Header_Menu_Conv ul li a{
	display: block;
}
.st-Header_Menu_Conv ul li img{
	width: 100%;
	height: auto;
}
.st-Header_Menu_Conv .fair{
	width: 100%;
}
.st-Header_Menu_Conv .reserve,
.st-Header_Menu_Conv .inquiry{
	width: 100%;
	margin-top: 10px;
}
.st-Header_Menu_Conv .memorial{
	width: 100%;
	margin-top: 10px;
}
.st-Header_Menu_Nav{
	margin-top: 5px;
}
.st-Header_Menu_Nav ul li{
	width: calc(50% - 10px);
	border-bottom: 1px solid #d6d6d6;
	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: 93%;
	padding: 20px 5px 1px;
	display: block;
}
.st-Header_Menu_Inquiry{
	margin-top: 40px;
}
.st-Header_Menu_Inquiry ul li{
	width: 50%;
	float: left;
	list-style: none;
}
.st-Header_Menu_Inquiry ul li:nth-child(even){
	float: right;
}
.st-Header_Menu_Inquiry ul li img{
	width: 100%;
	height: auto;
}
.st-Header_Menu_Address{
	font-size: 93%;
	text-align: center;
	margin-top: 25px;
}
.st-Header_Menu_Login{
	margin-top: 50px;
}
.st-Header_Menu_Login ul li{
	list-style: none;
	text-align: center;
}
.st-Header_Menu_Login ul li + li{
	margin-top: 10px;
}
.st-Header_Menu_Login ul li a{
	display: inline-block;
}
.st-Header_Menu_Login ul li img{
	max-width: 240px;
	height: auto;
}
.st-Header_Menu_Sns{
	margin-top: 30px;
	text-align: center;
}
.st-Header_Menu_Sns ul li{
	list-style: none;
	display: inline-block;
}
.st-Header_Menu_Sns ul li + li{
	margin-left: 20px;
}
.st-Header_Menu_Sns ul li a{
	color: #fff;
	line-height: 1;
	width: 30px;
	height: 30px;
	padding: 8px 0;
	border-radius: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #222e53;
	display: inline-block;
}
.st-Header_PcNav{
	display: none!important;
}
.st-Header_Trigger{
	width: 60px;
	height: 60px;
	background: rgba(34, 46, 83, .9);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9990;
}
.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: 23px;
}
.st-Header_Trigger:before{
	top: 30px;
}
.st-Header_Trigger:after{
	top: 37px;
}
.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){
	.st-Header{
		height: 190px;
	}
	.st-Header_Menu{
		max-width: 600px;
	}
	.st-Header_Menu::-webkit-scrollbar{
		-ms-overflow-style:none;
		display:none;
	}
	.st-Header_MenuInner{
		padding: 30px 60px 90px;
	}
	.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{
		margin-top: 50px;
		width: 160px;
		-webkit-transform: translateX(12px);
		transform: translateX(12px);
	}
	.st-Header_PcNav{
		text-align: center;
		display: block!important;
		opacity: .7;
		position: fixed;
		background: linear-gradient(transparent 70%, white 20%);
		margin-left: 100px;
		z-index: 999;
	}
	.st-Header_PcNav li{
		list-style: none;
		display: inline-block;
	}
	.st-Header_PcNav li + li{
		margin-left: 5px;
	}
	.st-Header_PcNav li a{
		color: #434853;
		font-size: 93%;
		padding: 20px 10px 0;
		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;
	}
}
@media only screen and (min-width: 1024px){
	.st-Header{
		height: 90px;
	}
	.st-Header_Logo img{
		margin-top: 90px;
	}
	.st-Header_PcNav{
		margin-top: 20px;
	}
	.st-Header_PcNav li + li{
		margin-left: 12px;
	}
	.st-Header_PcNav li a{
		font-size: 108%;
	}
}



/* st-Footer
-----------------------------------*/
.st-Footer{
	margin-top: 120px;
	position: relative;
}
.st-Footer_Map .link{
	text-align: right;
	margin: 0 10px;
}
.st-Footer_Map .link a{
	color: #777;
	font-size: 93%;
	display: inline-block;
}
.st-Footer_Map .map{
	width: 100%;
	height: 320px;
	background: #777;
}
.st-Footer_Map .address{
	color: #fff;
	font-size: 93%;
	text-align: center;
	background-color: #222e53;
	background-image: url("../img/bg_common_01.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 32px 0;
}
.st-Footer_Info{
	background-color: #fff;
	background-image: url("../img/bg_common_01.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 0;
	padding: 45px 10px 60px;
}
.st-Footer_Info_Logo{
	text-align: center;
}
.st-Footer_Info_Logo img{
	width: 107px;
	height: auto;
	-webkit-transform: translateX(8px);
	transform: translateX(8px);
}
.st-Footer_Info_Address{
	font-size: 93%;
	text-align: center;
	margin-top: 15px;
}
.st-Footer_Info_Login{
	margin-top: 20px;
}
.st-Footer_Info_Login ul li{
	list-style: none;
	text-align: center;
}
.st-Footer_Info_Login ul li + li{
	margin-top: 10px;
}
.st-Footer_Info_Login ul li a{
	display: inline-block;
}
.st-Footer_Info_Login ul li img{
	width: 280px;
	height: auto;
}
.st-Footer_Info_Sns{
	margin-top: 20px;
	text-align: center;
}
.st-Footer_Info_Sns ul li{
	list-style: none;
	display: inline-block;
}
.st-Footer_Info_Sns ul li + li{
	margin-left: 20px;
}
.st-Footer_Info_Sns ul li a{
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 1;
	background: #222e53;
	border-radius: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 8px 0;
	display: inline-block;
}
.st-Footer_Info_GroupBtn{
	color: #777;
	font-size: 93%;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	width: 170px;
	height: 40px;
	background: #fff;
	border: 1px solid #b8b8b8;
	margin: 30px auto 0;
}
.st-Footer_Info_GroupBox{
	display: none;
	max-width: 860px;
	margin: 35px auto 0;
}
.st-Footer_Info_GroupBox h3{
	color: #222e53;
	font-size: 123.1%;
	text-align: center;
	border-bottom: 1px solid #d6d6d6;
	padding-bottom: 5px;
}
.st-Footer_Info_GroupBox ul{
	margin: 10px 10px 0;
}
.st-Footer_Info_GroupBox ul + h3{
	margin-top: 30px;
}
.st-Footer_Info_GroupBox ul li{
	font-size: 93%;
	text-align: center;
	list-style: none;
}
.st-Footer_Info_GroupBox ul .area{
	font-size: 108%;
}
.st-Footer_Info_GroupBox ul li + .area{
	margin-top: 15px;
}
.st-Footer_Copy{
	color: #fff;
	text-align: center;
	background-color: #222e53;
	background-image: url("../img/bg_common_01.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 12px 0 62px;
}
.st-Footer_Copy small{
	font-size: 93%;
}
.st-Footer_Pagetop{
	position: fixed;
	right: 0;
	bottom: 65px;
	opacity: 0;
	z-index: 9997;
	-webkit-transition: all ease .6s;
	transition: all ease .6s;
}
.st-Footer_Pagetop a{
	width: 40px;
	display: inline-block;
}
.st-Footer_Pagetop img{
	width: 100%;
	height: auto;
}
.st-Footer_Pagetop.is-show{
	opacity: 1;
}
.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;
}
.st-Footer_BottomNav.is-show{
	bottom: 0;
	opacity: 1;
}
.st-Footer_BottomNav a{
	color: #fff;
	text-align: center;
	line-height: 50px;
	width: 33.33%;
	height: 50px;
	background-color: #222e53;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	float: left;
}
.st-Footer_BottomNav a:first-child{
	background-color: #552921;
}
.st-Footer_BottomNav a:nth-child(2){
	background-color: #475525;
}
.st-Footer_BottomNav a + a{
	border-left: 1px solid #fff;
}
@media only screen and (min-width: 768px){
	.st-Footer{
		margin-top: 160px;
	}
	.st-Footer_Map .link a:hover{
		opacity: .5;
	}
	.st-Footer_Map .map{
		height: 400px;
		margin-top: 10px;
	}
	.st-Footer_Map .address{
		font-size: 108%;
		padding: 50px 0;
	}
	.st-Footer_Info{
		background-color: #fff;
		background-image: url("../img/bg_common_01.png");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center 0;
		padding: 60px 0 90px;
	}
	.st-Footer_Info_Address{
		font-size: 108%;
		margin-top: 25px;
	}
	.st-Footer_Info_Logo img{
		width: 160px;
		-webkit-transform: translateX(12px);
		transform: translateX(12px);
	}
	.st-Footer_Info_Logo a{
		display: inline-block;
	}
	.st-Footer_Info_Logo a:hover{
		display: inline-block;
		opacity: .7;
		-webkit-transform: translateY(-3px);
		transform: translateY(-3px);
	}
	.st-Footer_Info_Login{
		max-width: 860px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 20px;
		margin: 35px auto 0;
	}
	.st-Footer_Info_Login ul{
		display: flex;
		letter-spacing: -.4em;
		text-align: center;
	}
	.st-Footer_Info_Login ul li{
		letter-spacing: normal;
		width:33.33333%; /* 未対応ブラウザ用 */
		width:-webkit-calc(100% / 3); /* ベンダープレフィックス */
		width:calc(100% / 3) ;
		list-style: none;
		display: flex;
	}
	.st-Footer_Info_Login ul li img{
		width: 100%;
		max-width: auto;
	}
	.st-Footer_Info_Login ul li + li{
		margin: 0;
		margin-left: 20px;
	}
	.st-Footer_Info_Login ul li a:hover{
		opacity: .7;
	}
	.st-Footer_Info_Sns{
		margin-top: 30px;
	}
	.st-Footer_Info_Sns ul li a:hover{
		opacity: .5;
	}
	.st-Footer_Info_GroupBtn{
		font-size: 108%;
		line-height: 45px;
		width: 260px;
		height: 45px;
		margin: 30px auto 0;
		-webkit-transition: all ease .4s;
		transition: all ease .4s;
	}
	.st-Footer_Info_GroupBtn:hover{
		opacity: .7;
	}
	.st-Footer_Info_GroupBox{
		max-width: 860px;
		margin: 40px auto 0;
	}
	.st-Footer_Info_GroupBox h3{
		font-size: 123.1%;
		padding-bottom: 8px;
	}
	.st-Footer_Info_GroupBox ul{
		margin: 20px 20px 0;
	}
	.st-Footer_Info_GroupBox ul + h3{
		margin-top: 45px;
	}
	.st-Footer_Info_GroupBox ul li{
		font-size: 108%;
	}
	.st-Footer_Info_GroupBox ul li + li{
		margin-top: 5px;
	}
	.st-Footer_Pagetop a{
		width: 50px;
	}
	.st-Footer_Pagetop a:hover{
		opacity: .7;
	}
	.st-Footer_Pagetop.is-show{
		bottom: 90px;
	}
	.st-Footer_Copy{
		padding: 20px 0 70px;
	}
}
@media only screen and (min-width: 1024px){
	.st-Footer_Copy{
		padding: 20px 0;
	}
	.st-Footer_BottomNav{
		display: none;
	}
}



/* st-Content
-----------------------------------*/
.st-Content{
	margin: 0 auto;
	position: relative;
}
.st-Content .ttl{
	color: #222e53;
	font-size: 215%;
	line-height: 1.4;
	text-align: center;
	margin-top: 42px;
}
.st-Content .sub_ttl{
	color: #434853;
	font-size: 138.5%;
	line-height: 1.8;
	letter-spacing: .1em;
	text-align: center;
	margin-top: 12px;
}
.st-Content p{
	font-size: 93%;
}
@media only screen and (min-width: 768px){
	.st-Content .ttl{
		font-size: 292%;
		margin-top: 80px;
	}
	.st-Content .sub_ttl{
		font-size: 184%;
		margin-top: 17px;
	}
	.st-Content p{
		font-size: 108%;
	}
}
@media only screen and (min-width: 1024px){
	.st-Content .ttl{
		font-size: 369%;
		margin-top: 120px;
	}
	.st-Content .sub_ttl{
		font-size: 215%;
		margin-top: 22px;
	}
	.st-Content p{
		font-size: 123.1%;
	}
}



/* sw-PageIntro
-----------------------------------*/
.sw-PageIntro{
	width: 100%;
	height: 240px;
	position: relative;
	margin-bottom: 8px;
}
.sw-PageIntro .convNav,
.sw-PageIntro .snsNav{
	display: none;
}
.sw-PageIntro .convNav{
	font-size: 100%!important;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	position: absolute;
	top: -10px;
	right: 5px;
	opacity: .7;
	line-height: 2.5;
}
.sw-PageIntro .convNav a{
	color: #434853;
	font-size: 93%;
	padding: 10px 5px;
	display: inline-block;
}
.sw-PageIntro .snsNav{
	position: absolute;
	bottom: 0;
	right: 10px;
	opacity: .7;
}
.sw-PageIntro .snsNav li{
	list-style: none;
}
.sw-PageIntro .snsNav li + li{
	margin-top: 10px;
}
.sw-PageIntro .snsNav li a{
	color: #fff;
	font-size: 85%;
	line-height: 16px;
	text-align: center;
	width: 16px;
	height: 16px;
	border-radius: 100%;
	background: #434853;
	display: inline-block;
}
.sw-PageIntro .image{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.sw-PageIntro .text{
	position: absolute;
	top: 10px;
	left: 10px;
}
.sw-PageIntro .ico{
	display: none;
}
@media only screen and (min-width: 768px){
	.sw-PageIntro{
		height: 400px;
		margin-bottom: 15px;
	}
	.sw-PageIntro .convNav,
	.sw-PageIntro .snsNav{
		display: block;
	}
	.sw-PageIntro .convNav a:hover{
		opacity: .5;
	}
	.sw-PageIntro .snsNav li a:hover{
		opacity: .5;
	}
	.sw-PageIntro .image{
		width: 83.3%;
		max-width: calc(100% - 170px);
	}
}
@media only screen and (min-width: 1024px){
	.sw-PageIntro{
		height: 680px;
	}
	.sw-PageIntro .convNav{
		right: 10px;
	}
	.sw-PageIntro .convNav a{
		font-size: 108%;
	}
	.sw-PageIntro .convNav a:hover{
		-webkit-transform: translateY(3px);
		transform: translateY(3px);
	}
	.sw-PageIntro .snsNav{
		right: 20px;
	}
}



/* sw-ConvTitle
-----------------------------------*/
.sw-ConvTitle{
	width: 100%;
	height: 140px;
	background-image: url("/asset/img/bg_common_03.jpg");
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-size: cover;
	background-position: center;
	padding-top: 30px;
	margin-bottom: 8px;
	position: relative;
}
.sw-ConvTitle-inquiry{
	background-image: url("/asset/img/bg_common_04.jpg");
}
.sw-ConvTitle-fair{
	background-image: url("/asset/img/bg_common_05.jpg");
}
.sw-ConvTitle-photo{
	background-image: url("/asset/img/bg_common_06.jpg");
}
.sw-ConvTitle-report{
	background-image: url("/asset/img/bg_common_07.jpg");
}
.sw-ConvTitle:after{
	content: "";
	width: 1px;
	height: 30px;
	background: #fff;
	margin: 0 auto;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}
.sw-ConvTitle h1{
	color: #222e53;
	color: #fff;
	font-size: 200%;
	line-height: 1.4;
	text-align: center;
}
.sw-ConvTitle h2{
	color: #222e53;
	color: #fff;
	font-size: 138.5%;
	line-height: 1.8;
	letter-spacing: .1em;
	text-align: center;
	margin-top: 3px;
}
@media only screen and (min-width: 768px){
	.sw-ConvTitle{
		height: 200px;
		padding-top: 40px;
		margin-bottom: 15px;
	}
	.sw-ConvTitle:after{
		height: 40px;
	}
	.sw-ConvTitle h1{
		font-size: 292%;
	}
	.sw-ConvTitle h2{
		font-size: 184%;
		margin-top: 12px;
	}
}
@media only screen and (min-width: 1024px){
	.sw-ConvTitle{
		height: 260px;
		background-image: url("/asset/img/bg_common_pc_03.jpg");
		padding-top: 65px;
	}
	.sw-ConvTitle-inquiry{
		background-image: url("/asset/img/bg_common_pc_04.jpg");
	}
	.sw-ConvTitle-fair{
		background-image: url("/asset/img/bg_common_pc_05.jpg");
	}
	.sw-ConvTitle-photo{
		background-image: url("/asset/img/bg_common_pc_06.jpg");
	}
	.sw-ConvTitle-report{
		background-image: url("/asset/img/bg_common_pc_07.jpg");
	}
	.sw-ConvTitle:after{
		height: 50px;
	}
	.sw-ConvTitle h1{
		font-size: 338%;
	}
	.sw-ConvTitle h2{
		font-size: 200%;
		margin-top: 15px;
	}
}



/* sw-BreadCrumbs
-----------------------------------*/
.sw-BreadCrumbs{
	text-align: center;
}
.sw-BreadCrumbs ul li{
	color: #434853;
	font-size: 77%;
	list-style: none;
	position: relative;
	display: inline-block;
	opacity: .5;
}
.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){
	.sw-BreadCrumbs ul li{
		font-size: 93%;
	}
	.sw-BreadCrumbs ul li a:hover{
		text-decoration: none;
		opacity: .5;
	}
}
@media only screen and (min-width: 1024px){
}



/* sw-Lnav
-----------------------------------*/
.sw-Lnav{
	height: 100px;
	background: #d3d5dd;
	margin-top: 120px;
}
.sw-Lnav ul{
	max-width: 860px;
	padding: 0 30px;
	margin: 0 auto;
	position: relative;
	top: -40px;
}
.sw-Lnav ul li{
	list-style: none;
	width: calc(50% - 7px);
	height: 80px;
	margin-bottom: 15px;
	position: relative;
	float: left;
}
.sw-Lnav ul li:nth-child(even){
	float: right;
}
.sw-Lnav ul li a{
	color: #fff;
	font-size: 108%;
	line-height: 1.4;
	text-align: center;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
}
.sw-Lnav ul li a .layout{
	display: inline-block;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	z-index: 2;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.sw-Lnav ul .chapel a{
	background-image: url("../img/bg_lnav_01.jpg");
}
.sw-Lnav ul .banquet a{
	background-image: url("../img/bg_lnav_02.jpg");
}
.sw-Lnav ul .cuisine a{
	background-image: url("../img/bg_lnav_03.jpg");
}
.sw-Lnav ul .dress a{
	background-image: url("../img/bg_lnav_04.jpg");
}
@media only screen and (min-width: 768px){
	.sw-Lnav{
		margin-top: 160px;
	}
	.sw-Lnav ul{
		top: -60px;
	}
	.sw-Lnav ul li {
		height: 100px;
	}
	.sw-Lnav ul li a{
		font-size: 138.5%;
		position: relative;
	}
	.sw-Lnav ul li a:before{
		content: "";
		width: 100%;
		height: 100%;
		background: #222e53;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		-webkit-transition: all ease .6s;
		transition: all ease .6s;
	}
	.sw-Lnav ul li a:hover:before{
		opacity: .7;
	}
}
@media only screen and (min-width: 1024px){
	.sw-Lnav{
		margin-top: 200px;
	}
}



/* sw-Gnav
-----------------------------------*/
.sw-Gnav{
	background-image: url("../img/bg_common_02.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 60px 0;
	margin-top: 100px;
}
.sw-Gnav h2{
	color: #222e53;
	font-size: 153%;
	text-align: center;
}
.sw-Gnav ul{
	margin-top: 22px;
}
.sw-Gnav ul li{
	width: 260px;
	list-style: none;
	margin: 0 auto;
}
.sw-Gnav ul li + li{
	margin-top: 20px;
}
.sw-Gnav ul li a{
	color: #222e53;
	font-size: 108%;
	text-align: center;
	line-height: 60px;
	height: 60px;
	background: rgba(255,255,255,.7);
	position: relative;
	display: block;
}
.sw-Gnav ul li a:after{
	content: "";
	width: 0;
	height: 2px;
	background: #222e53;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: all ease 1.5s;
	transition: all ease 1.5s;
}
.sw-Gnav.animation-on ul li a:after{
	width: 100%;
}
.sw-Gnav .tel{
	text-align: center;
	margin-top: 30px;
}
.sw-Gnav .tel a{
	display: inline-block;
}
.sw-Gnav .tel .num{
	color: #222e53;
	font-size: 131%;
}
.sw-Gnav .tel .lg{
	font-size: 125%;
}

@media only screen and (min-width: 374px){
	.sw-Gnav h2{
		font-size: 184%;
	}
}
@media only screen and (min-width: 768px){
	.sw-Gnav{
		padding: 90px 0;
		margin-top: 200px;
	}
	.sw-Gnav h2{
		font-size: 276%;
	}
	.sw-Gnav ul li{
		width: 400px;
	}
	.sw-Gnav ul li a{
		font-size: 153%;
		-webkit-transition: all ease .6s;
		transition: all ease .6s;
	}
	.sw-Gnav ul li a:hover{
		color: #fff;
		background: #222e53;
	}
	.sw-Gnav .tel .num{
		font-size: 196%;
	}
}
@media only screen and (min-width: 1024px){
}



/* sw-Insta
-----------------------------------*/
.sw-Insta{
	margin: 0 auto -15px;
}
.sw-Insta h2{
	text-align: center;
}
.sw-Insta h2 img{
	width: 130px;
	height: auto;
}
.sw-Insta .instagram{
	padding: 0 15px;
	margin: 25px auto 0;
}
.sw-Insta .instagram .instagram-item:first-child{
	width: calc(66.66666% - 5px);
	float: left;
}
.sw-Insta .instagram .instagram-item:nth-child(2),
.sw-Insta .instagram .instagram-item:nth-child(3){
	width: calc(33.33333% - 7px);
	margin-bottom: 10px;
	float: right;
}
.sw-Insta .instagram .instagram-item:nth-child(4){
	width: calc(66.66666% - 5px);
	clear: both;
	float: right;
}
.sw-Insta .instagram .instagram-item:nth-child(5){
	margin-bottom: 10px;
}
.sw-Insta .instagram .instagram-item:nth-child(5),
.sw-Insta .instagram .instagram-item:nth-child(6){
	width: calc(33.33333% - 7px);
	margin-bottom: 10px;
	float: left;
}
.sw-Insta .instagram .instagram-item a{
	width: 100%;
	padding-top: 100%;
	overflow: hidden;
	position: relative;
	display: block;
}
.sw-Insta .instagram .instagram-item a img{
	width: auto;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%) scale(1.38);
	transform: translate(-50%,-50%) scale(1.38);
}
@media only screen and (min-width: 768px){
	.sw-Insta h2 img{
		width: 242px;
	}
	.sw-Insta h2 a{
		display: inline-block;
	}
	.sw-Insta h2 a:hover{
		opacity: .7;
	}
	.sw-Insta .instagram{
		padding: 0 15px;
	}
	.sw-Insta .instagram .instagram-item a:hover{
		opacity: .7;
	}
}
@media only screen and (min-width: 1024px){
	.sw-Insta{
		margin-top: 160px;
	}
	.sw-Insta .instagram{
		text-align: center;
		padding: 0;
	}
	.sw-Insta .instagram .instagram-item{
		width: 160px!important;
		margin: 0;
		display: inline-block;
		float: none!important;
	}
	.sw-Insta .instagram .instagram-item + .instagram-item{
		margin-left: 15px;
	}
}



/* sw-VrBox
-----------------------------------*/
.sw-VrBox{
	width: 100%;
	height: calc(100vh - 180px);
}
.sw-VrBox iframe{
	width: 100%;
	height: 100%;
	border: none;
}



/* sw-Btn
-----------------------------------*/
.sw-Btn{
	text-align: center;
}
.sw-Btn a{
	display: inline-block;
}
.sw-Btn span{
	font-size: 108%;
	min-width: 160px;
	padding: 15px 15px 8px;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
}
.sw-Btn span:after{
	content: "";
	width: 0;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.sw-Btn.animation-on span:after{
	width: 100%;
	-webkit-transition: all ease 1.5s;
	transition: all ease 1.5s;
}
.sw-Btn-01 span{
	color: #222e53;
}
.sw-Btn-01 span:after{
	background: #222e53;
}
.sw-Btn-02 span{
	color: #fff;
}
.sw-Btn-02 span:after{
	background: #fff;
}
@media only screen and (min-width: 768px){
	.sw-Btn a:hover{
		opacity: .7;
		-webkit-transform: translateY(3px);
		transform: translateY(3px);
	}
	.sw-Btn span{
		font-size: 153%;
		min-width: 290px;
		padding: 15px 45px 12px;
	}
}
@media only screen and (min-width: 1024px){
}



/* sw-FixBnr
-----------------------------------*/
.sw-FixBnr{
	text-align: center;
	max-width: 732px;
	margin: 0 auto;
	position: fixed;
	bottom: -260px;
	right: 0;
	left: 0;
	z-index: 9997;
	-webkit-transition: all ease 1s;
	transition: all ease 1s;
}
.sw-FixBnr.is-show{
	bottom: 0;
}
.sw-FixBnr .btn{
	position: absolute;
	top: 0;
	left: 10px;
	z-index: 2;
}
.sw-FixBnr .btn button{
	color: #777;
	font-size: 123.1%;
	text-align: center;
	line-height: 32px;
	outline: none;
	width: 32px;
	height: 32px;
	border: none;
	background: #fff;
	display: block;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.5);
	box-shadow: 0 0 10px rgba(0,0,0,.5);
	border-radius: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	padding: 0;
	margin: 0;
	overflow: visible;
}
.sw-FixBnr .bnr a{
	display: inline-block;
}
.sw-FixBnr .bnr a img{
	width: 100%;
	height: auto;
}
@media only screen and (min-width: 768px){
	.sw-FixBnr .bnr a{
		-webkit-transition: all ease .6s;
		transition: all ease .6s;
	}
	.sw-FixBnr .bnr a:hover{
		opacity: .7;
	}
}
@media only screen and (min-width: 1024px){
}



/* sw-PickupFair
-----------------------------------*/
.sw-PickupFair{
	margin: 60px auto 0;
}
.sw-PickupFair > h2{
	color: #222e53;
	font-size: 153.9%;
	text-align: center;
}
.sw-PickupFair .slides .item{
	list-style: none;
	padding-top: 15px;
	margin: 0 8px;
	position: relative;
}
.sw-PickupFair .slides .item:before{
	color: #fff;
	font-size: 93%;
	line-height: 30px;
	content: "PICKUP FAIR";
	background-color: #222e53;
	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;
	border-bottom: 3px solid #222e53;
	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: #333;
	text-align: center;
	background-color: #f0f0f0;
	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: 15px;
}
@media only screen and (min-width: 374px){
	.sw-PickupFair > h2{
		font-size: 184%;
	}
}
@media only screen and (min-width: 768px){
	.sw-PickupFair{
		max-width: 1400px;
		margin: 160px auto 0;
	}
	.sw-PickupFair > h2{
		font-size: 307%;
	}
	.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 .slides .item .title{
		font-size: 138.5%;
	}
	.sw-PickupFair .slides .item .category span{
		background-color: #f9f9f9;
	}
	.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;
	}
}
