@charset "UTF-8";
/*
 * style.css
 *
 *  version --- 1.0
 *  updated --- 2017/11/30
 */


/* !wrapper


---------------------------------------------------------- */
#wrapper {
	position: relative;
}
.inner{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 1240px;
	padding: 0 20px;
	margin: 0 auto;
}

.pc_hide{
	display: none;
}


/* !header
---------------------------------------------------------- */
#header {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 999;
}
#headerIn{
	max-width: 1240px;
	padding: 0 20px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
.headerLinks{
	display: none;
}
#headerLogo{
	width: 202px;
	height: 144px;
	margin: 44px 0 0 27px;
	flex-shrink: 0;
}


/* !breadcrumb
---------------------------------------------------------- */
#breadcrumb{}

/* !gNavi
---------------------------------------------------------- */
		
#gNavi{
	width: 100%;
}
#gNavi ul{
	display: flex;
	margin:50px 40px 0 0;
	justify-content: flex-end;
}
#gNavi ul li + li{
	margin-left: 50px;
}
#gNavi ul li a{
	color: #fff;
	font-size: 1.7rem;
	line-height: 1;
}

/* !mainVisual
---------------------------------------------------------- */
#mainVisual {
	background: url("../img/top/mainvisual.jpg") center bottom no-repeat;
	background-size: cover;
	height: 100vh;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

#mainVisual p{
	font-size: 2.2rem;
	color: #fff;
	writing-mode:vertical-rl;
	writing-mode:tb-rl;
	line-height: 7rem;
	letter-spacing: 1.5rem;
	width: 0;
	overflow: hidden;
}
#mainVisual p rt{
	letter-spacing:normal;
	font-size: 1.5rem;
}

.isTablet #mainVisual{
	height: 768px;
}


/* !teaser
---------------------------------------------------------- */
#teaser {
	position: relative;
	z-index: 2;
}
#teaser img{
	width: 100%;
}

#teaser .teaserTtl{
	max-width: 1200px;
	width: 100%;
	margin: -100px auto 0;
	height: 134px;
	position: relative;
}

#teaser .teaserTtl02{
	max-width: 1200px;
	width: 100%;
	margin: -100px auto 0;
	height: 134px;
	position: relative;
}

#teaser .teaserTtl:before{
	width: 100%;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 100px;
	left: -100%;
	content: "";
}

#teaser .teaserTtl02:before{
	width: 100%;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 100px;
	left: -100%;
	content: "";
}


#teaser .teaserTtl span{
	display: block;
	width: 573px;
	background: #fff;
	height: 134px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 155px;
	font-size: 3.5rem;
	line-height: 134px;
	position: relative;
	top: 100px;
}

#teaser .teaserTtl span.nsk02{
	position: relative;
	top: 100px;
}


/* !pageTop
---------------------------------------------------------- */
.pageTop {}

/* !footer
---------------------------------------------------------- */
#footer {}

#copyright{
	text-align: center;
	font-size: 1.3rem;
	line-height: 1;
	padding: 40px 0 60px;
}
#copyright.top{
	background: url("../img/top/bg_topcopyright.jpg") center bottom no-repeat;
	background-size: 100% ;
}

#footerIn{
	padding: 57px 20px 0;
}

.footerBtn{
	max-width: 1000px;
	margin: 0 auto 75px;
	width: 100%;
}

.footerBtn a{
	display: block;
	border: 4px double #490000;
	font-size: 4.2rem;
	line-height: 1;
	padding: 55px 65px 55px 140px;
	background: url("../img/common/footerbtnarrow.png") right 45px center no-repeat;
}

.footerLogo{
	text-align: center;
	margin-bottom: 30px;
}

.footerInfo{
	font-size: 1.4rem;
	line-height: 2.5;
	text-align: center;
}

.footerContact{
	margin-top: 20px;
	text-align: center;
}
.footerContact a{
	display: inline-block;
	background: #490000;
	max-width: 277px;
	height: 46px;
	line-height: 46px;
	width: 100%;
	font-size: 1.6rem;
	color: #fff;
}
/* !h(n)eading
---------------------------------------------------------- */
.hdL {}

.hdM {}

.hdS {}

.hd01 {}



/* !list
---------------------------------------------------------- */
.list01 {}

/* !table
---------------------------------------------------------- */
.table01 {}




/* !top
---------------------------------------------------------- */
.topWrap{
	background: url("../img/top/bg_top.jpg") center top no-repeat #f7f6f5;
	background-size: 100% auto;
}

.topNewsWrap{
	max-width: 1114px;
	padding: 40px 20px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.topNews{
	display: flex;
}

.topNewsTtl{
	padding: 15px 0;
	background: #490000;
	color: #ffffff;
	width: 208px;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2.1rem;
	text-align: center;
}
.topNewsTtl a{
	display: block;
	color: #fff;
	width: 100px;
	height: 30px;
	text-align: center;
	font-size: 1.4rem;
	line-height: 3rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #fff;
	margin-top: 15px;
}

.topNewsList{
	background: #fff;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px 50px;
}
.topNewsList dl{
	display: flex;
	font-size: 1.4rem;
}
.topNewsList dl dt{
	width: 200px;
	flex-shrink: 0;
}
.topNewsList dl+dl{
	margin-top: 20px;
}

.topRyoriTtl{
	position: relative;
	width: 100%;
	height: 560px;
	background: url("../img/top/bg_topryori.jpg") center center no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px;
}
.topRyoriTtl:after{
	width: 617px;
	height: 359px;
	position: absolute;
	right: 0;
	bottom: -204px;
	background: url("../img/top/bg_topryori02.png");
	content: "";
}
.topRyoriTtl p{
	position: relative;
	z-index: 3;
	font-size: 2.2rem;
	color: #fff;
	writing-mode:vertical-rl;
	writing-mode:tb-rl;
	letter-spacing: 1.5rem;
	width: 144px;
	height: 250px;
	border: 1px solid #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 1.5rem;
}

.topRyoriTxt{
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
}
.topRyoriTxt p{
	font-size: 1.7rem;
	line-height: 5rem;
	writing-mode:vertical-rl;
	writing-mode:tb-rl;
}

.topRyoriSlick img{
	width: 100%;
	display: inline !important;
}

.topRyoriSlick .slick-slide{
	padding: 0 6px;
}

.topRyoriSlickWrap{
	padding: 40px 0 0;
}

.topShopWrap{
	padding-top: 40px;
}

.topShopTtl{
	position: relative;
	width: 100%;
	height: 560px;
	background: url("../img/top/bg_topshop.jpg") center center no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}
.topShopTtl:after{
	width: 387px;
	height: 247px;
	position: absolute;
	left: 0;
	top: 0;
	background: url("../img/top/bg_topshop02.png");
	content: "";
}
.topShopTtl:before{
	width: 366px;
	height: 247px;
	position: absolute;
	right: 0;
	bottom: 0;
	background: url("../img/top/bg_topshop03.png");
	content: "";
}
.topShopTtl p{
	position: relative;
	z-index: 3;
	font-size: 2.2rem;
	color: #fff;
	writing-mode:vertical-rl;
	writing-mode:tb-rl;
	letter-spacing: 1rem;
	width: 144px;
	height: 250px;
	border: 1px solid #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 1rem;
}
.topShopBoxWrap{
	padding-bottom: 100px;
}

.topShopBox{
	padding-top: 90px;
	display: flex;
	justify-content: space-between;
}
.topShopBox.topShopImgR{
	flex-direction: row-reverse;
}

.topShopImg{
	width: 492px;
}

.topShopTxt{
	width: 708px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 120px 0;
	font-size: 1.6rem;
	line-height: 2;
}

.topShopName{
	text-align: center;
	font-size: 2.8rem;
	line-height: 1;
	margin-bottom: 28px;
}

.topShopNum{
	width: 236px;
	height: 32px;
	line-height: 32px;
	color: #fff;
	text-align: center;
	background: #490000;
	margin: 0 auto 30px;
}

.topShopLink{
	margin-top: 90px;
	text-align: right;
}
.topShopLink a{
	font-size: 1.9rem;
	line-height: 1;
	display: inline-block;
	padding-right: 150px;
	position: relative;
}
.topShopLink a:after{
	position: absolute;
	right: 0;
	top: 0;
	width: 113px;
	height: 12px;
	background: url("../img/top/arrow01.png");
	content: "";
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}

.topShopLink a:hover:after{
	right: -24px;
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}

.prof_block{
	max-width: 1000px;
	margin: 54px auto 100px;
	overflow: hidden;
}

.prof_block .prof_txt{
	text-align: center;
	line-height: 204%;
	font-size: 1.9rem;
}

.prof_block .movie{
	text-align: center;
	margin: 40px auto 0;
}

.prof_block .movie iframe{
	width: 1000px;
	height: 563px;
}

.prof_block .movie video{
	width: 1000px;
	height: 562px;
	border: none;
}
video:focus{
  outline: none;
}


.prof_block ul{
	margin: 0 auto;
	list-style: none;
	text-align: center;
}

.prof_block ul{
	list-style: none;
	margin-top: 40px;
}

.prof_block ul li{
	float: left;
	width: 485px;
	height: 185px;
	background: #fff;
}

.prof_block ul li:nth-child(2){
	float: right;
}

.prof_block ul li .left{
	float: left;
	width: 310px;
	margin: 16px 0 0 20px;
}

.prof_block ul li .left dl{
	display: table;
}

.prof_block ul li .left dl dt{
	display: table-cell;
	width: 90px;
	font-size: 1.2rem;
	vertical-align: top;
	text-align: center;
}

.prof_block ul li .left dl dd{
	display: table-cell;
	font-size: 1.8rem;
	vertical-align: top;
	padding-left: 15px;
}
.prof_block ul li .left p{
	margin-top: 20px;
	font-size: 1.4rem;
	line-height: 162%;
	text-align: left;
}



.prof_block ul li .left dl dd span{
	font-size: 1.2rem;
	color: #490000;
	padding-left: 6px;
}


.prof_block ul li .right{
	float: right;
	margin: 16px 14px 0 0; 
}



.topNyukaiWrap{
	background: url("../img/top/bg_topnyukai.jpg") center center no-repeat;
	background-size: cover;
	padding: 45px 20px;
}

.topNyukai{
	max-width: 1065px;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px 110px;
	border: 1px solid #fff;
	color: #fff;
}

.topNyukaiTtl{
	font-size: 2.2rem;
	margin-bottom: 25px;
	line-height: 1;
}
.topNyukaiTxt{
	font-size: 1.5rem;
	line-height: 2;
}

.topNyukaiLink{
	margin-top: 25px;
	text-align: right;
}


.topNyukaiLink a{
	font-size: 1.8rem;
	line-height: 1;
	display: inline-block;
	padding-right: 150px;
	position: relative;
	color: #fff;
}
.topNyukaiLink a:after{
	position: absolute;
	right: 0;
	top: 0;
	width: 113px;
	height: 12px;
	background: url("../img/top/arrow02.png");
	content: "";
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}

.topNyukaiLink a:hover:after{
	right: -24px;
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}

.topAccessWrap{
	background: url("../img/top/bg_topaccess.jpg") center top no-repeat;
}

.topAccessTtl{
	text-align: center;
	font-size: 2.8rem;
	line-height: 1;
	padding: 95px 0 75px;
}

.topAccessBox{
	display: flex;
}
.topAccessMap{
	width: 50%;
	height: 487px;
}

.topmymap{
	width: 50%;
	/*height: 487px;*/
	line-height: 100%;
	font-size: 0;
}

.topmymap iframe{
	width: 100%;
	height: 483px;
	border: none;
}



.topAccessInfo{
	width: 50%;
	background: #fff;
}

.topAccessInfoIn{
	padding: 60px 120px 0;
	max-width: 550px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.4rem;
	text-align: center;
	line-height: 2.5;
}

.topAccessLogo{
	margin-bottom: 30px;
}

.topAccessBtn{
	margin-top: 20px;
}
.topAccessBtn a{
	display: inline-block;
	background: #490000;
	max-width: 277px;
	height: 46px;
	line-height: 46px;
	width: 100%;
	font-size: 1.6rem;
	color: #fff;
}

.topHistoryWrap{
	background: url("../img/top/bg_tophistory.jpg") center bottom no-repeat;
	background-size: cover;
	padding: 70px 20px 90px;
}

.topHistoryTtl{
	text-align: center;
	line-height: 1;
	font-size: 2.8rem;
	color: #fff;
}
.topHistoryTtl span{
	display: block;
	margin-top: 30px;
	font-size: 2.2rem;
}

.topHistoryBox{
	margin: 50px auto 0;
	max-width: 948px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 60px 330px 60px 50px;
	position: relative;
	background: rgba(0,0,0,0.3);
}

.topHistoryTxt{
	font-size: 1.5rem;
	line-height: 2.4;
	color: #fff;
}

.topHistoryImg{
	position: absolute;
	/*top: -34px;
	right: -36px;*/
	top: -90px;
	right: -75px;
}


/* !shop
---------------------------------------------------------- */
.shopWrap{
	background: #f5f5f4 url("../img/shop/bg_shop.jpg") center top no-repeat;
	background-size: 100%;
	margin-top: -34px;
	/*padding-top: 155px;*/
	padding-top: 190px;
}

.shopMainTxt{
	text-align: center;
	font-size: 1.6rem;
	line-height: 3;
}

.shopBox{
	/*margin-top: 200px;*/
	margin-top: 130px;
	position: relative;
}
.shopBoxTtl{
	position: absolute;
	right: 170px;
	top: 0;
	font-size: 6.4rem;
	writing-mode:vertical-rl;
	writing-mode:tb-rl;
}

.shopBox:nth-of-type(2n) .shopBoxTtl{
	right: auto;
	left: 170px;
}
.shopBoxMainImg{
	padding-right: 26%;
}
.shopBox:nth-of-type(2n) .shopBoxMainImg{
	padding-right: 0;
	padding-left: 26%;
}
.shopBoxMainImg img{
	width: 100%;
}
.shopBoxColumnImg{
	max-width: 996px;
	/*margin: 100px auto 0;*/
	margin: 240px auto 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.shopBoxColumnImg p{
	width: 470px;
	align-self: flex-end;
}
.shopBox:nth-of-type(2n) .shopBoxColumnImg p{
	align-self: flex-start;
}

.shopBoxColumnImg p:first-child{
	margin: 0 30px 80px 0;
}

.shopBox:nth-of-type(2n) .shopBoxColumnImg p:first-child{
	margin: 80px 30px 0 0;
}

.shopBoxInfo{
	position: absolute;
	right: 0;
	top: 320px;
	width: 32%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: rgba(73,0,0,0.9);
	color: #fff;
	padding: 50px 30px 60px 40px;
	font-size: 1.6rem;
	line-height: 2;
}
.shopBox:nth-of-type(2n) .shopBoxInfo{
	right: auto;
	left: 0;
}
.shopBoxInfoImg{
	text-align: center;
	margin-top: 40px;
}

.shopAccess{
	margin-top: 70px;
	background: #f9f8f6;
	/*padding-bottom: 140px;*/
	padding-bottom: 70px;
}

.shopAccessTtl{
	font-size: 4.5rem;
	line-height: 1;
	padding: 114px 0 65px;
	position: relative;
	text-align: center;
}
.shopAccessTtl:before{
	position: absolute;
	left: 50%;
	top: 70px;
	width: 174px;
	height: 4px;
	margin-left: -87px;
	background: #490000;
	content: "";
}

.shopAccessMap{
	height: 543px;
}
.mymap{
	height: 593px;
}

.mymap iframe{
	width: 100%;
	height: 593px;
	border: none;
}

.imgmap{
	max-width: 1200px;
	margin: 60px auto 0;
	overflow: hidden;
}

.imgmap .ac_img{
	list-style: none;
	text-align: center;
	max-width: 1000px;
	margin: 30px auto;
	font-size: 0;
	line-height: 100%;
	overflow: hidden;
}

.imgmap .ac_img li{
	float: left;
}

.imgmap .ac_img li:first-child{
	float: right;
}



.imgmap .left{
	float: left;
	margin-left: 10%;
	text-align: left;
}

.imgmap .accessImg{
	float: right;
	margin-right: 10%;
}

.shopAccessTxt{
	text-align: center;
	font-size: 1.6rem;
	line-height: 2;
}

.shopCompany{
	background: #000000;
	color: #f9f8f6;
}

.shopCompanyTtl{
	font-size: 4.5rem;
	line-height: 1;
	padding: 168px 0 50px;
	position: relative;
	text-align: center;
}
.shopCompanyTtl:before{
	position: absolute;
	left: 50%;
	top: 120px;
	width: 174px;
	height: 4px;
	margin-left: -87px;
	background: #490000;
	content: "";
}

.shopCompanyList{
	max-width: 945px;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 110px;
}
.shopCompanyList dl{
	display: flex;
	border-bottom: 2px solid #7d7c7b;
	font-size: 1.6rem;
	line-height: 2;
}
.shopCompanyList dl:first-child{
	border-top: 2px solid #7d7c7b;
}
.shopCompanyList dl dt{
	width: 235px;
	flex-shrink: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px;
}
.shopCompanyList dl dd{
	padding: 30px;
}


/* !nyukai
---------------------------------------------------------- */

.nyukaiWrap{
	background: url("../img/nyukai/bg_nyukai.jpg") center top repeat-y #fbfaf9;
	background-size: 100%;
	padding: 240px 0 0;/*120px 0 0*/
	margin-top: -34px;
}

.nyukaiIn{
	max-width: 1000px;
	margin: 0 auto;
}

.nyukaiTtl{
	position: relative;
	font-size: 3.6rem;
	color: #490000;
	line-height: 1;
	margin-bottom: 50px;
	padding-top: 40px;
	text-align: center;
}
.nyukaiTtl:nth-of-type(3){
	margin-top: 150px;
}

.nyukaiTtl:before{
	position: absolute;
	left: 50%;
	top: 0;
	width: 174px;
	height: 4px;
	margin-left: -87px;
	background: #490000;
	content: "";
}

.nyukaiTxt01{
	font-size: 1.6rem;
	line-height: 2;
	margin-bottom: 10px;
}

.nyukaiBox01{
	background: #fff;
	padding: 28px;
	font-size: 1.6rem;
	line-height: 2;
}

.nyukaiBox01+.nyukaiBox01{
	margin-top: 30px;
}

.nyukaiTxt02{
	text-align: center;
	line-height: 1.875;
	font-size: 1.6rem;
}
.nyukaiTxt02 span{
	color: #490000;
}

.nyukaiSubTtl{
	font-size: 1.8rem;
	color: #490000;
	margin-bottom: 10px;
}

.nyukaiNote01{
	font-size: 1.2rem;
	color: #ff0000;
}
.nyukaiNote02{
	font-size: 1.4rem;
	color: #ff0000;
	line-height: 2.3;
	margin-top: 40px;
}


.nyukaiBox02{
	background: #490000;
	padding: 70px 0 140px;
	margin-top: 120px;
}

.nyukaiBox02 .nyukaiTtl{
	
	color: #fff;
}
.nyukaiBox02 .nyukaiTtl:before{
	background: #fff;
}

.nyukaiScrollBox{
	max-width: 1000px;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px;
	margin: 0 auto;
}

.nyukaiScrollBoxIn{
	height: 640px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.nyukaiScrollBoxIn .mCSB_inside > .mCSB_container{
	padding: 10px 0 10px 10px;
}

.nyukaiScrollBoxIn .mCSB_scrollTools{ opacity: 1; filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)"; }
.nyukaiScrollBoxIn .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width: 10px;
	background: #490000;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.nyukaiScrollBoxIn .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background-color: #490000; background-color: #490000;
	filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)"; 
}
.nyukaiScrollBoxIn .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.nyukaiScrollBoxIn .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #490000; background-color: #490000;
		filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)"; 
}
.nyukaiScrollBoxIn .mCSB_scrollTools .mCSB_draggerRail{
	width: 10px;
	background: #d6d6d6;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

.nyukaiScrollBoxIn p{
	font-size: 1.4rem;
	line-height: 1.7;
}
.nyukaiScrollBoxIn p+p{
	margin-top: 30px;
}


/* !ryori
---------------------------------------------------------- */
.ryoriWrap{
	margin-top: -34px;
}

.ryoriMainTxt{
	/*background: #000 url("../img/ryori/bg_ryori02.jpg") center bottom no-repeat;*/
	background: #000;
	color: #fff;
	padding: 170px 0;
}
.ryoriMainTxt p{
	max-width: 1000px;
	margin: 0 auto;
	writing-mode:vertical-rl;
	writing-mode:tb-rl;
	font-size: 1.6rem;
	line-height: 2.5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*padding-right: 400px;*/
}

.ryoriBox01{
	background: url("../img/ryori/bg_ryori01.jpg") center top no-repeat;
	background-size: 100%;
}

.ryoriAnc{
	max-width: 1220px;
	margin: 0 auto;
	padding-top: 34px;
}

.ryoriAnc ul{
	display: flex;
	justify-content: space-between;
}

.ryoriAnc ul li{
	width: 220px;
}
.ryoriAnc ul li a{
	display: block;
	text-align: center;
	font-size: 1.8rem;
	line-height: 1;
	padding-bottom: 30px;
	background: url("../img/ryori/arrow01.png") center bottom no-repeat;
}
.ryoriAnc ul li a span{
	font-size: 2.2rem;
	vertical-align: bottom;
	margin-left: 30px;
}

.ryoriAncSp{
	display: none;
}

.ryoriBox02{
	padding-top: 140px;
}

.ryoriTtl{
	text-align: center;
	line-height: 1;
	font-size: 2.8rem;
	margin-bottom: 50px;
}

.ryoriTtl span{
	font-size: 8.4rem;
	margin-left: 40px;
	vertical-align: bottom;
}

.ryoriImg img{
	width: 100%;
}

.ryoriInfo{
	position: relative;
	background: #490000;
	z-index: 3;
}
.ryoriInfo:before{
	background: url("../img/ryori/bg_ryori03.png");
	width: 152px;
	height: 186px;
	content: "";
	position: absolute;
	left: 0;
	bottom: 17px;
}
.ryoriInfo:after{
	background: url("../img/ryori/bg_ryori04.png");
	width: 344px;
	height: 247px;
	content: "";
	position: absolute;
	right: 0;
	bottom: 8px;
}

.ryoriInfoIn{
	max-width: 1024px;
	margin: 0 auto;
	width: 100%;
	display: flex;
	padding: 45px 0;
	z-index: 3;
	position: relative;
}

.ryoriInfoTxt01{
	width: 100%;
	align-self: center;
	font-size: 1.6rem;
	line-height: 2.75;
	color: #fff;
	padding-right: 90px;
}

.ryoriInfoTxt02{
	background: #ffffff;
	padding: 40px;
	font-size: 1.8rem;
	line-height: 2;
}

.ryoriBox03{
	background: #fff;
}
.ryoriBox03In{
	max-width: 1000px;
	margin: 0 auto;
}


.ryoriTtl02{
	font-size: 2.9rem;
	text-align: center;
	line-height: 1;
	margin-bottom: 35px;
	padding-top: 70px;
}

.ryoriTtl03{
	font-size: 2.1rem;
	line-height: 1;
	margin-bottom: 5px;
}

.ryoriTable{
	width: 100%;
	border-bottom: 1px solid #cacaca;
	padding: 15px;
	display: flex;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ryoriTable dt{
	width: 500px;
}
.ryoriTable dd:nth-of-type(1){
	width: 260px;
}

.ryoriColumnTable{
	margin-bottom: 50px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ryoriColumnTable .ryoriTable{
	width: 48%;
}

.ryoriColumnTable .ryoriTable dt{
	width: 240px;
}
.ryoriColumnTable .ryoriTable dd:nth-of-type(1){
	width: 70px;
}

.ryoriColumnTable02{
	margin-bottom: 25px;
}

.ryoriTtl span.subtit_long{
	font-size: 6.4rem;

}

#hosokuwrap{
	width: 100%;
}

#hosokuwrap p{
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 34px;
    text-align: right;
}


/* !contact
---------------------------------------------------------- */
.contactWrap{
	margin-top: -34px;
	background: url("../img/contact/bg_contact.jpg") center top repeat-y;
	background-size: 100%;
	padding-top: 240px;/*120px*/
}


.contactTtl{
	position: relative;
	font-size: 3.6rem;
	color: #490000;
	line-height: 1;
	margin-bottom: 50px;
	padding-top: 40px;
	text-align: center;
}
.contactTtl:before{
	position: absolute;
	left: 50%;
	top: 0;
	width: 174px;
	height: 4px;
	margin-left: -87px;
	background: #490000;
	content: "";
}

.contactTel{
	font-size: 3.1rem;
	font-weight: bold;
	/*max-width: 700px;*/
	max-width: 725px;
	margin: 0 auto 60px;
}
.contactTel span{
	font-size: 1.6rem;
	font-weight: normal;
	margin-left: 20px;
}

.contactStep{
	display: flex;
	justify-content: space-between;
	max-width: 774px;
	width: 100%;
	margin: 0 auto 55px;
}

.contactStep p{
	width: 243px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #fff;
	border: 1px solid #3b3b3b;
	font-size: 16px;
}

.contactStep p.active{
	color: #fff;
	background: #3b3b3b;
}

.contactForm{
	max-width: 770px;
	margin: 0 auto;
}
.contactForm dl:first-child{
	border-top:  1px solid #575757;
}

.contactForm dt{
	overflow: hidden;
	border: 1px solid #575757;
	border-top: 0;
	background: #f1f1f1;
	font-size: 1.6rem;
	padding: 10px 10px 10px 20px;
	line-height: 34px;
}
.contactForm dt span{
	display: block;
	float: right;
	width: 50px;
	height: 34px;
	line-height: 34px;
	font-size: 1.4rem;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background: #888888;
	text-align: center;
}
.contactForm dt span.must{
	background: #ec2028;
}

.contactForm dd{
	background: #fff;
	border: 1px solid #575757;
	border-top: 0;
	padding: 16px;
	font-size: 1.4rem;
}

.contactNote{
	font-size: 1.4rem;
	color: #575757;
	margin-top: 10px;
}
.contactForm input[type=text],
.contactForm input[type=email]{
	border: 1px solid #575757;
	font-size: 1.6rem;
	padding: 0 25px;
	height: 47px;
	line-height: 47px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contactForm input[type=tel]{
	border: 1px solid #575757;
	font-size: 1.6rem;
	padding: 0 25px;
	height: 47px;
	line-height: 47px;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.contactCheckbox label+label{
	margin-left: 40px;
}
.contactCheckbox label span{
	margin-left: 20px;
}

.contactForm textarea{
	border: 1px solid #575757;
	font-size: 1.6rem;
	padding: 0 25px;
	height: 400px;
	line-height: 2;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.policyBox{
	padding: 19px;
	border: 1px solid #575757;
	font-size: 1.6rem;
	line-height: 2;
	height: 135px;
	overflow-y: scroll;
}

.policyBox p+p{
	margin-top: 20px;
}

.agreeP{
	background: #e6e6e6;
	padding: 15px;
	font-size: 1.4rem;
	margin-top: 20px;
}
.agreeP span{
	margin-left: 20px;
}
.submit{
	text-align: center;
}

.submit input[type=submit]{
	margin: 50px 0 0 0;
	width: 315px;
	height: 80px;
	font-size: 2.2rem;
	color: #fff;background: #3b3b3b;
}

.toolWrap{
	padding: 70px 0 130px;
	max-width: 900px;
	margin:0 auto;
}

.toolTtl{
	text-align: center;
	font-size: 17px;
	border-bottom: 1px solid #b5b4b4;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.toolTxt{
	max-width: 840px;
	margin: 0 auto;
	font-size: 1.5rem;
	line-height: 2;
}

.contText{
	text-align: center;
	font-size: 1.8rem;
}


.thanksBtn{
	max-width: 300px;
	margin: 0 auto;
	padding: 30px 0;
	width: 100%;
}

.thanksBtn a{
	display: block;
	border: 4px double #490000;
	font-size: 2rem;
	line-height: 1;
	padding: 20px;
	background: url("../img/common/footerbtnarrow.png") right 15px center no-repeat;
}


