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


/* !wrapper
---------------------------------------------------------- */
#wrapper {
	position: relative;
}
.inner{
}

.sp_hide{
	display: none;
}

.menu_tit{
	text-align: center;
	padding-top: 20px;
}

/* !header
---------------------------------------------------------- */
#header {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 999;
}
#headerIn{
	display: flex;
	justify-content: space-between;
}
#headerLinks{
	width: 63px;
	height: 11px;
	margin: 4px 7px 0 0;
	position: relative;
	z-index: 3;
}
.btnMenu a{
	display: block;
	position: relative;
	width: 43px;
	height: 51px;
	margin: 0 auto;
}
.btnMenu a span {
    display: block;
    background: #fff;
    width: 43px;
    height: 1px;
    position: absolute;
    right: 0;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    margin: auto;
    left: 0;
}
.btnMenu a span:first-child {
	top: 20px;
}

.btnMenu.active a span {
    background: #000;
}
.btnMenu a span:last-child {
    bottom: 20px;
}

.btnMenu.active a span:first-child {
    -webkit-transform: translateY(5px) rotate(45deg);
    -moz-transform: translateY(5px) rotate(45deg);
    -ms-transform: translateY(5px) rotate(45deg);
    transform: translateY(5px) rotate(45deg);
}

.btnMenu.active a span:last-child {
    -webkit-transform: translateY(-5px) rotate(-45deg);
    -moz-transform: translateY(-5px) rotate(-45deg);
    -ms-transform: translateY(-5px) rotate(-45deg);
    transform: translateY(-5px) rotate(-45deg);
}

#headerLogo{
	width: 100px;
	margin: 17px 0 0 11px;
	flex-shrink: 0;
}


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

/* !gNavi
---------------------------------------------------------- */
		
#gNavi{
	display: none;
	position: absolute;
	width: 100%;
	height: 100vh;
	background: #fff url("../img/common/bg_gnavi_sp.png") left bottom no-repeat;
	background-size: 328px;
}
#gNavi ul{
	padding-top: 90px;
}
#gNavi ul li+li{
	margin-top: 40px;
}
#gNavi ul li a{
	display: block;
	text-align: center;
	font-size: 1.7rem;
}
/* !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: 1.2rem;
	color: #fff;
	writing-mode:vertical-rl;
	writing-mode:tb-rl;
	line-height: 4rem;
	letter-spacing: 1.5rem;
	width: 0;
	overflow: hidden;
}
#mainVisual p rt{
	letter-spacing:normal;
	font-size: 0.8rem;
}


/* !teaser
---------------------------------------------------------- */
#teaser {
}
#teaser img{
	width: 100%;
}

#teaser .teaserTtl{
	background: #fff;
	font-size: 2.1rem;
	line-height: 1;
	padding: 27px 0;
	text-align: center;
}

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

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

#copyright{
	text-align: center;
	font-size: 1.3rem;
	line-height: 1;
	padding: 35px;
	background: #fff;
}
#copyright.top{
	background: #fff;
	background-size: 100% ;
}
#footerIn{
	padding: 19px 12px 0;
}

.footerBtn{
	width: 100%;
	margin-bottom: 32px;
}

.footerBtn a{
	display: block;
	border: 3px double #490000;
	font-size: 1.9rem;
	line-height: 1;
	padding: 22px 32px 22px 50px;
	background: url("../img/common/footerbtnarrow.png") right 22px center no-repeat;
	background-size: auto 18px;
}

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

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

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

.hdM {}

.hdS {}

.hd01 {}



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

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




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

.topNewsWrap{
	padding: 13px 11px;
}


.topNewsTtl{
	background: #490000;
	color: #ffffff;
	font-size: 1.4rem;
	padding: 11px 15px 11px 20px;
}
.topNewsTtl p{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.topNewsTtl a{
	display: block;
	color: #fff;
	width: 104px;
	height: 33px;
	text-align: center;
	font-size: 1.3rem;
	line-height: 33px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #fff;
}

.topNewsList{
	background: #fff;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 28px;
}
.topNewsList dl{
	font-size: 1.3rem;
}
.topNewsList dl+dl{
	margin-top: 10px;
}

.topRyoriTtl{
	position: relative;
	width: 100%;
	height: 280px;
	background: url("../img/top/bg_topryori.jpg") center center no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 25px;
	overflow: hidden;
}
.topRyoriTtl:after{
	width: 309px;
	height: 180px;
	position: absolute;
	right: -55px;
	bottom: -35px;
	background: url("../img/top/bg_topryori02.png");
	background-size: auto 100%;
	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: 72px;
	height: 140px;
	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.4rem;
	line-height: 3.2rem;
	writing-mode:vertical-rl;
	writing-mode:tb-rl;
}

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

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

.topRyoriSlickWrap{
	padding: 45px 0 0;
}

.topShopWrap{
	padding-top: 45px;
}

.topShopTtl{
	position: relative;
	width: 100%;
	height: 280px;
	background: url("../img/top/bg_topshop.jpg") right -100px center no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.topShopTtl:after{
	width: 194px;
	height: 124px;
	position: absolute;
	left: -105px;
	top: -15px;
	background: url("../img/top/bg_topshop02.png");
	background-size: 100%;
	content: "";
}
.topShopTtl:before{
	width: 183px;
	height: 124px;
	position: absolute;
	right: -50px;
	bottom: 5px;
	background: url("../img/top/bg_topshop03.png");
	background-size: 100%;
	content: "";
}
.topShopTtl p{
	position: relative;
	z-index: 3;
	font-size: 1.5rem;
	color: #fff;
	writing-mode:vertical-rl;
	writing-mode:tb-rl;
	letter-spacing: 1rem;
	width: 72px;
	height: 180px;
	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: 65px;
}

.topShopBox{
	padding: 45px 25px 0;
}
.topShopBox.topShopImgR{
	flex-direction: row-reverse;
}

.topShopImg{
	width: 245px;
	margin: 0 auto;
}

.topShopTxt{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 0 0;
	font-size: 1.3rem;
	line-height: 1.8;
}

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

.topShopNum{
	width: 170px;
	height: 24px;
	line-height: 24px;
	color: #fff;
	text-align: center;
	background: #490000;
	margin: 0 auto 25px;
}

.topShopLink{
	margin-top: 25px;
	text-align: right;
}
.topShopLink a{
	font-size: 1.3rem;
	line-height: 1;
	display: inline-block;
	padding-right: 110px;
	position: relative;
}
.topShopLink a:after{
	position: absolute;
	right: 0;
	top: 0;
	width: 80px;
	height: 8px;
	background: url("../img/top/arrow01.png") right top no-repeat;
	background-size: auto 100%;
	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{
	margin: 40px 20px 60px;
	overflow: hidden;
}

.prof_block .prof_txt{
	line-height: 204%;
	font-size: 1.3rem;
	letter-spacing: -0.02em;
}

.prof_block .movie{
	margin-top: 30px;
	text-align: center;
}

.prof_block .movie video{
	width: 100%;
	height: 252px;
	border: none;
}

video:focus{
  outline: none;
}

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

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

.prof_block ul li{
	width: 100%;
	background: #fff;
	overflow: hidden;
	margin-bottom: 10px;
}

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

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

.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{
	text-align: center;
	margin: 15px 0;
	overflow: hidden;
}



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

.topNyukai{
	margin: 0 auto;
	width: 100%;
	/*text-align: center;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 16px;
	border: 1px solid #fff;
	color: #fff;
}

.topNyukaiTtl{
	font-size: 1.4rem;
	margin-bottom: 25px;
	line-height: 1;
	text-align: center;
}
.topNyukaiTxt{
	font-size: 1.3rem;
	line-height: 2;
}

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


.topNyukaiLink a{
	font-size: 1.3rem;
	line-height: 1;
	display: inline-block;
	padding-right: 110px;
	position: relative;
	color: #fff;
}
.topNyukaiLink a:after{
	position: absolute;
	right: 0;
	top: 0;
	width: 80px;
	height: 8px;
	background: url("../img/top/arrow02.png") right top no-repeat;
	background-size:auto 100%;
	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;
	background-size:100%;
}

.topAccessTtl{
	text-align: center;
	font-size: 1.6rem;
	line-height: 1;
	padding: 50px 0 30px;
}

.topAccessBox{
}
.topAccessMap{
	width: 100%;
	height: 250px;
}

.topmymap{
	width: 100%;
	height: 300px;
}

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


.imgmap .ac_img{
	margin: 60px 25px 0;
}

.imgmap .ac_img li{
	margin-bottom: 20px;
}


.topAccessInfo{
}

.topAccessInfoIn{
	padding: 100px 0 32px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.1rem;
	text-align: center;
	line-height: 2.5;
}

.topAccessLogo{
	margin-bottom: 30px;
}
.topAccessLogo.sp img{
	/*height:50px;*/
	width: 95px;
}

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

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

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

.topHistoryBox{
	margin: 20px auto 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 25px 32px 65px ;
	position: relative;
	background: rgba(0,0,0,0.3);
}

.topHistoryTxt{
	font-size: 1.3rem;
	line-height: 1.9;
	/*text-align: center;*/
	color: #fff;
}

.topHistoryImg{
	position: absolute;
	left:50%;
	bottom:-140px;
	width:172px;
	margin-left:-81px;
}



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

.shopMainTxt{
	/*text-align: center;*/
	font-size: 1.3rem;
	line-height: 1.9;
	padding: 0 20px;
}

.shopBox{
	margin-top: 90px;
	position: relative;
}
.shopBoxTtl{
	font-size: 3.2rem;
	text-align: center;
	line-height: 1;
	margin-bottom: 45px;
}

.shopBoxMainImg img{
	width: 100%;
}
.shopBoxColumnImg{
	margin-top: 32px;
	padding: 0 15px;
}
.shopBoxColumnImg img{
	width: 100%;
}
.shopBoxColumnImg p:first-child{
	padding-right: 30%;
}
.shopBoxColumnImg p:last-child{
	padding-left: 30%;
	margin-top: 20px;
}


.shopBoxInfo{
	background: rgba(73,0,0,0.9);
	color: #fff;
	padding: 30px 15px 25px 25px;
	font-size: 1.4rem;
	line-height: 1.7;
	margin-top: 55px;
}
.shopBoxInfoImg{
	text-align: center;
	margin-top: 20px;
}

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

.shopAccessTtl{
	font-size: 2.2rem;
	line-height: 1;
	padding: 60px 0 32px;
	position: relative;
	text-align: center;
}
.shopAccessTtl:before{
	position: absolute;
	left: 50%;
	top: 35px;
	width: 88px;
	height: 2px;
	margin-left: -44px;
	background: #490000;
	content: "";
}

.shopAccessMap{
	height: 270px;
}

.mymap{
	height: 450px;
}

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


.shopAccessTxt{
	text-align: center;
	font-size: 1.3rem;
	line-height: 2.5;
	margin-top: 25px;
	padding: 0 20px;
}

.shopCompany{
	background: #000000;
	color: #f9f8f6;
	padding: 0 14px;
}

.shopCompanyTtl{
	font-size: 2.2rem;
	line-height: 1;
	padding: 85px 0 28px;
	position: relative;
	text-align: center;
}
.shopCompanyTtl:before{
	position: absolute;
	left: 50%;
	top: 60px;
	width: 88px;
	height: 2px;
	margin-left: -44px;
	background: #490000;
	content: "";
}

.shopCompanyList{
	padding-bottom: 65px;
}
.shopCompanyList dl{
	border-bottom: 1px solid #7d7c7b;
	font-size: 1.3rem;
	line-height: 1.5;
	padding: 10px 15px;
}
.shopCompanyList dl:first-child{
	border-top: 1px solid #7d7c7b;
}




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

.nyukaiWrap{
	background: url("../img/nyukai/bg_nyukai.jpg") center top repeat-y;
	background-size: 100%;
	padding: 38px 0 0;
}

.nyukaiIn{
}

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

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

.nyukaiTxt01{
	font-size: 1.4rem;
	line-height: 1.7;
	padding: 0 20px 25px;
}

.nyukaiBox01Wrap{
	padding: 0 10px;
}
.nyukaiBox01{
	background: #fff;
	padding: 20px;
	font-size: 1.3rem;
	line-height: 1.5;
}

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

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

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

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


.nyukaiBox02{
	background: #490000;
	padding: 35px 17px 70px;
	margin-top: 60px;
}

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

.nyukaiScrollBox{
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px 10px;
	margin: 0 auto;
}

.nyukaiScrollBoxIn{
	height: 320px;
	overflow-y: scroll;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.nyukaiScrollBoxIn .mCSB_inside > .mCSB_container{
	padding: 5px 0 5px 5px;
	margin-right: 15px;
}

.nyukaiScrollBoxIn .mCSB_scrollTools{ opacity: 1; filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)"; }
.nyukaiScrollBoxIn .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width: 5px;
	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: 5px;
	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.1rem;
	line-height: 1.54;
}
.nyukaiScrollBoxIn p+p{
	margin-top: 20px;
}



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

.ryoriMainTxt{
	/*background: #000 url("../img/ryori/bg_ryori02.jpg") right -50px bottom no-repeat;*/
	background: #000;
	/*background-size: 740px auto;*/
	color: #fff;
	padding: 25px 10px 50px 10px;;
}
.ryoriMainTxt p{
	color: #fff;
	font-size: 1.3rem;
	line-height: 1.6;
}

.ryoriBox0Wrap{
	
	background: url("../img/ryori/bg_ryori01.jpg") center top repeat-y;
	background-size: 100%;
	padding-bottom: 30px;
}
.ryoriAnc{
	display: none;
}

.ryoriAncSp{
	text-align: center;
	padding-top: 20px;
}

.ryoriAncSp 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;
}
.ryoriAncSp span{
	font-size: 2.2rem;
	vertical-align: bottom;
	margin-left: 15px;
}

.ryoriBox02{
	padding-top: 60px;
	display: none;
}

.ryoriTtl{
	text-align: center;
	line-height: 1;
	font-size: 1.4rem;
	margin-bottom: 25px;
	margin-top: 20px;
}

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

.ryoriImg img{
	width: 100%;
}

.ryoriInfo{
	position: relative;
	background: #490000;
	z-index: 3;
	overflow: hidden;
}
.ryoriInfo:after{
	background: url("../img/ryori/bg_ryori04.png") right top no-repeat;
	background-size: 230px;
	width: 344px;
	height: 247px;
	content: "";
	position: absolute;
	right: -80px;
	top: 18px;
}


.ryoriInfoIn{
	padding: 30px;
	position: relative;
	z-index: 4;
}

.ryoriInfoTxt01{
	width: 100%;
	font-size: 1.3rem;
	line-height: 1.84;
	color: #fff;
}

.ryoriInfoTxt02{
	background: #ffffff;
	padding: 20px;
	font-size: 1.4rem;
	line-height: 1.92;
	margin-top: 30px;
}

.ryoriBox03{
	padding: 0 25px;
	display: none;
}

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

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

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

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

.ryoriColumnTable{
	margin-bottom: 25px;
}

.ryoriColumnTable02{
	margin-bottom: 25px;
}

.ryoriColumnTable02 .ryoriTable{
	display: block;
}
.ryoriColumnTable02 .ryoriTable dt{
	width: 100%;
}
.ryoriColumnTable02 .ryoriTable dd:nth-of-type(1){
	width: 100%;
}

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

}

#hosokuwrap{
	width: 100%;
}

#hosokuwrap p{
	max-width: 95%;
	margin: 0 auto;
	padding-top: 25px;
    text-align: center;
}



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


.contactTtl{
	position: relative;
	font-size: 1.8rem;
	color: #490000;
	line-height: 1;
	margin-bottom: 25px;
	padding-top: 20px;
	text-align: center;
}
.contactTtl:before{
	position: absolute;
	left: 50%;
	top: 0;
	width: 88px;
	height: 2px;
	margin-left: -44px;
	background: #490000;
	content: "";
}

.contactTel{
	font-size: 2rem;
	font-weight: bold;
	margin: 0 auto 30px;
	text-align: center;
}
.contactTel span{
	font-size: 1rem;
	font-weight: normal;
	display: block;
}

.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: 1rem;
}

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

.contactForm{
	padding: 0 25px;
}
.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.4rem;
	padding: 10px 10px 10px 20px;
	line-height: 30px;
}
.contactForm dt span{
	display: block;
	float: right;
	width: 35px;
	height: 22px;
	line-height: 22px;
	font-size: 1.2rem;
	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: 10px;
	font-size: 1.2rem;
}

.contactNote{
	font-size: 1.2rem;
	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.4rem;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

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

.contactForm textarea{
	border: 1px solid #575757;
	font-size: 1.4rem;
	padding: 0 25px;
	height: 200px;
	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.4rem;
	line-height: 2;
	height: 80px;
	overflow-y: scroll;
}

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

.agreeP{
	background: #e6e6e6;
	padding: 10px;
	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: 155px;
	height: 40px;
	font-size: 1.4rem;
	color: #fff;background: #3b3b3b;
}

.toolWrap{
	padding: 35px 25px 60px;
}

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

.contText{
	text-align: center;
	font-size: 1.4rem;
	padding: 0 15px;
}


.thanksBtn{
	width: 200px;
	padding: 15px 0;
	margin: 0 auto;
}

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

