@charset "utf-8";

.pc {
	display: none !important;
}

/******************************************************
目次
01.共通（ヘッダー・フッター）
02.トップページ
03.こだわり
04.お料理
05.お飲み物
06.店舗情報
07.お知らせ
08.採用情報

******************************************************/


/*******************************************************
01.共通
********************************************************/

@font-face {
	font-family: "dejima";
	src: url(../font/dejima.eot) format("eot"), url(../font/dejima.woff) format("woff");
}

html {
	font-size: 13px;
}

body {
	-webkit-text-size-adjust: 100%;
}

p,
li,
dt,
dd {
	/*Androidブラウザフォントバグ対策*/
	max-height: 999999px;
}


/* フォント */
/* -------------------------------------------------- */

.jp {
	font-family: dejima;
}

.en {
	font-family: 'Vesper Libre';
}


/* グローバルナビ */
/* -------------------------------------------------- */

header {
	width: 100%;
	height: 50px;
	background: #2d2c3f;
	position: fixed;
	top: 0px;
	left: 0;
	z-index: 999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#headLogo {
	float: left;
	padding: 10px 0 0 10px;
}

#headLogo img {
	height: 30px;
}

#spMenuBtn {
	float: right;
	padding: 10px 10px 0 0;
}

#spMenuBtn img {
	height: 33px;
}

#smartPhone {
	float: right;
	padding: 9px 20px 0 0;
}

#smartPhone img {
	height: 34px;
}

nav {
	width: 100%;
	position: fixed;
	top: 0;
	left: 100%;
	background: #111219;
	height: 100vh;
	overflow: auto;
}

#spClose {
	width: 100%;
	height: 50px;
}

#spTop {
	position: absolute;
	top: 13px;
	left: 15px;
}

#spTop img {
	height: 25px;
}

#spNavClose {
	position: absolute;
	top: 9px;
	right: 15px;
}

#spNavClose img {
	height: 36px;
}

#spHeadNav {
	width: 100%;
	padding: 0 10px 20px;
	display: table;
	letter-spacing: -0.4em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#spHeadNav li {
	width: 50%;
	padding: 0 5px;
	margin-bottom: 10px;
	display: inline-block;
	letter-spacing: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#spHeadNav li img {
	width: 100%;
	height: auto;
}



/* パンクズ・ページトップ */
/* -------------------------------------------------- */

#home main {
	margin-top: 0;
}

main {
	margin-top: 0px;
	position: relative;
	font-weight: 500;
}

.pankuzu {
	margin: 50px 10px 10px;
}

.pankuzu li {
	display: inline-block;
	vertical-align: bottom;
}

.homeIcon {
	padding-bottom: 3px;
}

.triangle {
	padding-left: 17px;
	margin-left: 12px;
	background: url(../img/common_triangle.png) no-repeat left;
}

#topBtn {
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 98;
	text-align: center;
}

#pagetop {
	background: url(../img/common_pagetop.png) no-repeat top center;
	-webkit-background-size: 31px 29px;
	background-size: 31px 29px;
	display: block;
	padding-top: 32px;
	color: #2d2c3f;
	font-size: 1rem;
	font-weight: bold;
}

/* googleマップ */
/* -------------------------------------------------- */

#gMapAccess {
	margin-bottom: 50px;
}

#gMapAccess #gMap {
	height: 400px;
	margin-bottom: 50px;
}

#gMap {
	width: 100%;
	height: 450px;
}


/* フッター */
/* -------------------------------------------------- */

footer {
	padding: 30px 0 20px;
	color: #fff;
	background-color: #2D2C3F;
}

.ftWrap {
	/*width: 1000px;*/
	margin: 0 auto;
}

.footLeft {}

.footRight {
	padding: 20px 20px 0px 20px;
	margin: 0 10px;
	color: #fff;
	border: 1px solid #d6ca7b;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ftLeftInner {
	padding-bottom: 50px;
	text-align: center;
}

.footLogo {
	margin-bottom: 20px;
}

.footLogo img {
	width: 200px;
	height: auto;
}

#address {
	display: inline-block;
	letter-spacing: 0.1px;
	font-size: 1.077em;
}

.footAccesBtn {
	margin-top: 12px;
	text-align: right;
}

.footLeft a {
	padding: 4px 12px 4px 10px;
	background: url(../img/common_triangle.png) no-repeat 98% center;
	background-color: #fff;
	color: #2D2C3F;
	font-weight: bold;
	font-size: 0.846em;
}

.footLeft a:hover {
	color: #fff;
	background: #d6ca7b no-repeat;
	background: #d6ca7b url(../img/common_triangle_white.png) no-repeat 76px center;
}

.reservTxt {
	margin-bottom: 5px;
	font-size: 1.385em;
	letter-spacing: 0.1em;
	text-align: center;
}

.ftTelNum {
	padding-left: 27px;
	margin-bottom: 5px;
	font-size: 2.28rem;
	background: url(../img/infomation_telicon.png) left 2px no-repeat;
	-webkit-background-size: 20px;
	background-size: 20px;
	letter-spacing: 1px;
	line-height: 1;
}

.ftTelNum a,
.telNum a {
	color: #d6ca7b;
}



.footRight dl {}

.footRight dt {
	width: 5em;
	vertical-align: top;
	font-weight: bold;
	font-size: 1.077rem;
	display: inline-block;
}

.footRight dd {
	display: inline-block;
	vertical-align: top;
	padding-bottom: 20px;
	font-size: 1rem;
}

.hyphen {
	font-size: 2.28rem;
	margin: 0 1px;
}

#copy {
	padding: 10px 0 0;
	text-align: center;
}


/* 共通タイトル */
/* -------------------------------------------------- */

.commonTit1 {
	font-size: 1.846rem;
	color: #2d2c3f;
	line-height: 0.8;
	text-align: center;
	padding-bottom: 20px;
}

.commonTit1 span {
	font-size: 40%;
	line-height: 1;
	letter-spacing: 0.4em;
}

.commonTit2 {
	width: 150px;
	height: 150px;
	line-height: 150px;
	margin-left: -75px;
	padding-top: 5px;
	font-size: 1.846em;
	letter-spacing: 5px;
	color: #fff;
	text-align: center;
	z-index: 990;
	position: absolute;
	top: 100px;
	left: 50%;
	background: url(../img/common_tit.jpg) no-repeat center center;
	-webkit-background-size: 150px;
	background-size: 150px;
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.commonTit3 {
	font-size: 1.846rem;
	padding-left: 30px;
	margin-bottom: 20px;
	background: url(../img/common_naruto.png) left center no-repeat;
	-webkit-background-size: 25px 23px;
	background-size: 25px 23px;
	position: relative;
	color: #2d2c3f;
}

/*下層共通見出し*/

.fvCommon {
	width: 100%;
	height: 200px;
	margin-top: 50px;
	position: relative;
	display: inline-block;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


/*ローディング*/
#loadingWrap {
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	z-index: -1;
}

.loader {
	border-radius: 50%;
	width: 50px;
	height: 50px;
	overflow: hidden;
}

.loader {
	font-size: 10px;
	position: relative;
	text-indent: -100%;
	border-top: 1.1em solid rgba(45, 44, 63, 0.2);
	border-right: 1.1em solid rgba(45, 44, 63, 0.2);
	border-bottom: 1.1em solid rgba(45, 44, 63, 0.2);
	border-left: 1.1em solid #2d2c3f;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/*/////共通テーブル/////*/

.tbTmp {
	width: 100%;
	margin-bottom: 60px;
	border-top: 5px solid #2D2C3F;
	border-bottom: 5px solid #2D2C3F;
	font-size: 1rem;
}

.tbTmp th {
	width: 30%;
	padding-right: 10px;
	text-align: right;
	vertical-align: middle;
	border-top: 1px dotted;
}

.tbTmp td {
	padding: 10px;
	vertical-align: middle;
	border-top: 1px dotted;
}

.lBdr {
	height: 100%;
	padding-left: 10px;
	margin: 7px 0;
	border-left: 1px solid;
}



/*******************************************************
02.トップページ
********************************************************/

#fvTop {
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

#topfvLeft {
	width: 100%;
	height: 100vh;
	position: relative;
}

#spLogo {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -120px 0 0 -68px;
}

#spLogo img {
	width: 137px;
	height: 209px;
}

#mv img {
	width: 100% !important;
	height: auto !important;
	min-height: 100vh;
	vertical-align: bottom;
}

#mv .sp-slide {
	height: 100vh !important;
}

#mv .sp-grab {
	cursor: default !important;
}

#mv .sp-mask {
	height: 100vh !important;
	width: 100% !important;
}

@keyframes zoom {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	100% {
		-webkit-transform: scale3d(2, 2, 2);
		-ms-transform: scale3d(2, 2, 2);
		transform: scale3d(2, 2, 2);
	}
}

#mv .zoom {
	-webkit-animation-name: zoom;
	animation-name: zoom;
	-webkit-animation-duration: 60s;
	animation-duration: 60s;
}


/* 概要 */
/* -------------------------------------------------- */

#topAbout {
	width: 100%;
}

#aboutNaruto {
	background: url(../img/top_bg02.jpg) 0 0 repeat;
	-webkit-background-size: 92px 86px;
	background-size: 92px 86px;
}

#aboutNarutoRight {}

#aboutNarutoIn {
	padding: 30px 10px;
}

#aboutNarutoTit {
	padding-bottom: 20px;
	color: #d6ca7b;
	font-size: 1.385rem;
	text-align: center;
}

#aboutNarutoTit .large {
	font-size: 1.846rem;
}

.aboutNarutoTxt {
	color: #fff;
	letter-spacing: 0.1em;
	line-height: 1.4;
	font-size: 1.231rem;
}

#aboutFood {
	background: url(../img/top_bg01.png) no-repeat right bottom;
	-webkit-background-size: 162px 236px;
	background-size: 162px 236px;

}

#aboutFoodIn {
	padding: 30px 10px;
}

#kushiyakiImg {
	padding: 0 0 20px;
}

#kushiyakiImg img {
	width: 100%;
}

.aboutFoodTxt {
	letter-spacing: 0.1em;
	line-height: 1.4;
	font-size: 1.231rem;
}

/* メニュー共通 */
/* -------------------------------------------------- */

.menuPop {
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	justify-content: start;
	gap: 10px 2%;

	li {
		width: calc((100% - 2%)/2);
		border: 1px solid #ccc;
		box-sizing: border-box;

		a {
			display: block;

			img {
				width: 100%;
			}
		}
	}
}

/* 野菜串*/
/* -------------------------------------------------- */

#vegetable {
	padding: 30px 10px;
	background-color: #f8f8eb;
}

.kushiBox {
	position: relative;
	padding-bottom: 30px;
}

.kushiTit {
	width: 80%;
	margin: 0 auto 20px;
}

.kushiTit img {
	width: 100%;
}

.kushiTxt {
	font-size: 1.231rem;
	letter-spacing: 0.1em;
}

.yasaiKushiLink {
	padding: 5px 10px 5px;
	letter-spacing: 0.1px;
	font-weight: bold;
	font-size: 1.231rem;
	text-align: right;
}

.yasaiKushiLink a {
	padding-right: 13px;
	color: #2d2c3f;
	background: url(../img/common_btn01.png) no-repeat right;
	-webkit-background-size: 13px;
	background-size: 13px;
}

.yasaiKushiLink a:hover {
	color: #d6ca7b;
}

#vegiImg {
	width: 100%;
	position: relative;
	overflow: hidden;
	letter-spacing: -0.4em;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	/* Safari */
	flex-wrap: wrap;
}

#vegiImg img {
	height: 320px;
	width: auto;
}

#vegiImg .vegeName img {
	width: 80px;
	height: auto;
}

#vegi1 {
	position: relative;
	width: 50%;
	display: inline-block;
	text-align: center;
	letter-spacing: normal;
	margin-bottom: 20px;
}

#vage1Txt {
	position: absolute;
	top: 180px;
	left: 80px;
}

#vegi2 {
	position: relative;
	width: 50%;
	display: inline-block;
	text-align: center;
	letter-spacing: normal;
	margin-bottom: 20px;
}

#vage2Txt {
	position: absolute;
	top: 180px;
	right: 10px;
}

#vegi3 {
	position: relative;
	width: 50%;
	display: inline-block;
	text-align: center;
	letter-spacing: normal;
	margin-bottom: 20px;
}

#vage3Txt {
	position: absolute;
	top: 180px;
	left: 80px;
}

#vegi4 {
	position: relative;
	width: 50%;
	display: inline-block;
	text-align: center;
	letter-spacing: normal;
	margin-bottom: 20px;
}

#vage4Txt {
	position: absolute;
	top: 180px;
	right: 10px;
}

#vegi5 {
	position: relative;
	width: 50%;
	display: inline-block;
	text-align: center;
}

#vage5Txt {
	position: absolute;
	top: 180px;
	left: 80px;
}

#vegi6 {
	position: relative;
	width: 50%;
	display: inline-block;
	text-align: center;
	letter-spacing: normal;
	margin-bottom: 20px;
}

#vage6Txt {
	position: absolute;
	top: 180px;
	right: 10px;
}


/* 特選串 */
/* -------------------------------------------------- */

#meat {
	padding: 30px 10px;
	background: #111219;
}

.meatKushiLink {
	font-size: 1.231rem;
	letter-spacing: 0.1em;
	color: #fff;
	text-align: right;
}

.meatKushiLink a {
	padding-right: 13px;
	color: #2d2c3f;
	background: url(../img/common_btn02.png) no-repeat right;
	-webkit-background-size: 13px;
	background-size: 13px;
	color: #fff;
}

.meatKushiLink a:hover {
	color: #d6ca7b;
}

#meatImg {
	width: 100%;
	position: relative;
	overflow: hidden;
}

#kushiSet {
	padding-bottom: 20px;
}

#kushiSet img {
	width: 100%;
}

#meatLeftIn img {
	width: 100%;
}

#meatLeftIn {
	letter-spacing: -0.4em;
	font-size: 0;
	text-align: center;
}

#meatLeftIn li {
	margin-bottom: 20px;
	letter-spacing: normal;
	display: inline-block;
	width: 70%;
	text-align: center;
}



/* おすすめ */
/* -------------------------------------------------- */

#recommend {
	width: 100%;
	padding: 20px 0 70px 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	background: #f8f8eb;
}

#recommendTit {
	position: absolute;
	top: 10px;
	left: 10px;
}

#recommendTit img {
	width: 30px;
	height: auto;
}

#recommendTit {
	position: absolute;
	top: 20px;
	left: 10px;
}

.detail {
	padding: 5px 18px 5px;
	position: absolute;
	bottom: 10px;
	right: 10px;
	letter-spacing: 0.1em;
	font-size: 1.231rem;
	font-weight: bold;
	background: url(../img/common_btn01.png) no-repeat right;
	-webkit-background-size: 15px;
	background-size: 15px;
}

.detail a {
	color: #2d2c3f;
}

.detail a:hover {
	color: #d6ca7b;
}

/* リンクバナー */
/* -------------------------------------------------- */

#menuLink {
	width: 95%;
	margin: 0 auto;
	padding: 10px 0;
	letter-spacing: -0.4em;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	/* Safari */
	flex-wrap: wrap;
}

#courseLink {
	margin-right: 2%;
	display: inline-block;
	width: 48%;
	background: url(../img/course_btn.jpg) right center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	letter-spacing: 0.1em;
}

#courseLink a {
	display: block;
	width: 100%;
	height: 80px;
	padding-top: 30px;
	position: relative;
	color: #FFFFFF;
	font-size: 1.231rem;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#courseLink a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 1;
	transition: all 0.3s ease-in-out 0s;
}

#courseLink a:hover:after {
	opacity: 0;
}

#courseLink a span {
	position: relative;
	z-index: 2;
}

#courseLink a:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0px;
	margin-top: -6px;
	width: 26px;
	height: 26px;
	background: url(../img/link_icon.png) 0 0 no-repeat;
	-webkit-background-size: 13px;
	background-size: 13px;
	z-index: 2;
}

#drinkLink {
	margin-left: 2%;
	display: inline-block;
	width: 48%;
	background: url(../img/drink_btn.jpg) right center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	letter-spacing: 0.1em;
}

#drinkLink a {
	display: block;
	width: 100%;
	height: 80px;
	padding-top: 30px;
	position: relative;
	color: #FFFFFF;
	font-size: 1.231rem;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#drinkLink a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 1;
	transition: all 0.3s ease-in-out 0s;
}

#drinkLink a:hover:after {
	opacity: 0;
}

#drinkLink a span {
	position: relative;
	z-index: 2;
}

#drinkLink a:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0px;
	margin-top: -6px;
	width: 26px;
	height: 26px;
	background: url(../img/link_icon.png) 0 0 no-repeat;
	-webkit-background-size: 13px;
	background-size: 13px;
	z-index: 2;
}


/* 鳴門について */
/* -------------------------------------------------- */

#narutoInfo {
	width: 100%;
}

#narutoInfoLeft {
	display: none;
}

#narutoInfoLeft img {
	width: 100%;
}

#narutoInfoRight {
	padding: 30px 10px;
	vertical-align: middle;
	background: #f8f8eb;
}

#narutoInfoIn {
	display: inline-block;
	width: 100%;
}

#narutoInfoTit {
	font-size: 1.846rem;
	padding-left: 30px;
	margin-bottom: 20px;
	background: url(../img/common_naruto.png) left center no-repeat;
	-webkit-background-size: 25px 23px;
	background-size: 25px 23px;
	position: relative;
	color: #2d2c3f;
}

#narutoInfoTxt {
	margin-bottom: 30px;
	font-size: 1.231rem;
	letter-spacing: 0.1em;
}

#narutoInfoLink li {
	margin-bottom: 10px;
}

#narutoInfoLink li a {
	width: 100%;
	text-align: center;
	padding: 5px 0;
	display: block;
	color: #FFFFFF;
	font-size: 1.769em;
	letter-spacing: 0.4em;
	background: url(../img/common_icon_02.png) 90% center no-repeat #2d2c3f;
}

#narutoInfoLink li a:hover {
	opacity: 0.6;
}


/* フォトギャラリー */
/* -------------------------------------------------- */

#photoGallely {
	margin: 30px auto 50px;
}

#photogalleryWrap {
	letter-spacing: -0.4em;
	text-align: center;
}

#photogalleryWrap li {
	width: 117px;
	display: inline-block;
	letter-spacing: normal;
	margin: 0 10px 20px 10px;
	position: relative;
}

#photogalleryWrap li img {
	width: 100%;
}

#photogalleryWrap li:after {
	content: "";
	width: 15px;
	height: 15px;
	position: absolute;
	bottom: 10px;
	right: 10px;
	background: url(../img/zoom_icon.png) 0 0 no-repeat;
	-webkit-background-size: 15px;
	background-size: 15px;
}

#photogalleryWrap a:hover {
	opacity: 0.6;
}


/* お知らせ */
/* -------------------------------------------------- */

#news {
	margin: 0 10px 80px 10px;
}

p.newsTit {
	font-size: 1rem;
}

/*.newsTitWrap {
	padding: 10px 15px 10px 10px;
	border: 1px #d0d0da solid;
	cursor: pointer;
	font-size: 1.231rem;
}*/

.newsContent table {
	margin: 5px 0;
}

.newsContent table th {
	width: 40%;
}

.newsTitWrap li {
	padding-bottom: 10px;
}

.newsContent {
	padding: 10px;
	border-right: 1px #d0d0da solid;
	border-left: 1px #d0d0da solid;
	cursor: pointer;
	font-size: 1rem;
}

li:last-child .newsContent {
	border-right: 1px #d0d0da solid;
	border-left: 1px #d0d0da solid;
	border-bottom: 1px #d0d0da solid;
}

.newsTitWrap.off {
	background: url(../img/newsicon_off.png) 98% center no-repeat;
	-webkit-background-size: 10px 6px;
	background-size: 10px 6px;
	padding: 10px 15px 10px 10px;
	border-top: 1px #d0d0da solid;
	border-right: 1px #d0d0da solid;
	border-left: 1px #d0d0da solid;
	cursor: pointer;
	font-size: 1.231rem;
}

li:last-child .newsTitWrap.off {
	padding: 10px 15px 10px 10px;
	border: 1px #d0d0da solid;
	cursor: pointer;
	font-size: 1.231rem;
}

.newsTitWrap.on {
	background: url(../img/newsicon_on.png) 98% center no-repeat;
	-webkit-background-size: 10px 6px;
	background-size: 10px 6px;
	padding: 10px 15px 10px 10px;
	border: 1px #d0d0da solid;
	cursor: pointer;
	font-size: 1.231rem;
}

.newsDate {
	width: 130px;
	display: inline-block;
	vertical-align: middle;
}

#gmapSp img {
	width: 100%;
}


/*ローディング*/
#loadingWrap {
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	z-index: -1;
}

.loader {
	border-radius: 50%;
	width: 50px;
	height: 50px;
	overflow: hidden;
}

.loader {
	font-size: 10px;
	position: relative;
	text-indent: -100%;
	border-top: 1.1em solid rgba(45, 44, 63, 0.2);
	border-right: 1.1em solid rgba(45, 44, 63, 0.2);
	border-bottom: 1.1em solid rgba(45, 44, 63, 0.2);
	border-left: 1.1em solid #2d2c3f;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}


/*******************************************************
03.こだわり
********************************************************/


/* メイン（ファーストビュー） */
/* -------------------------------------------------- */

#fvParticular {
	background: url(../img/particular_eyecatch.jpg) no-repeat center;
}


/* メイン */
/* -------------------------------------------------- */

#mvWrap {
	width: 100%;
	padding-top: 30px;
}

.partImg {
	width: 100%;
	padding-bottom: 20px;
	position: relative;
}

.partImg img {
	width: 100%;
}

.particularIn {
	padding: 0 0 80px;
	margin-bottom: 50px;
	position: relative;
	background: url(../img/common_wave.png) center bottom no-repeat;
}

.partTitLeft {
	padding: 0 10px;
	margin-bottom: 10px;
	font-size: 2.18rem;
	letter-spacing: 0.1em;
	padding-top: 120px;
	line-height: 1.2;
	background: url(../img/particular_img5.png) no-repeat center top;
	-webkit-background-size: 80px auto;
	background-size: 80px auto;
}

.partTitRight {
	padding: 0 10px;
	margin-bottom: 10px;
	font-size: 2.18rem;
	letter-spacing: 0.2em;
	padding-top: 120px;
	line-height: 1.2;
	background: url(../img/particular_img5.png) no-repeat center top;
	-webkit-background-size: 80px auto;
	background-size: 80px auto;
}

.partBoxRight {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.partBoxLeft {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mealBox {
	width: 100%;
}

.mealImg {
	width: 240px;
	position: absolute;
	bottom: -70px;
	left: 10px;
}

.mealImg img {
	width: 100%;
}

.partTxt1 {
	padding: 70px 10px 0 10px;
	font-size: 1.231em;
	font-weight: bold;
}

.partTxt2 {
	padding: 0 10px;
	font-size: 1.231em;
	font-weight: bold;
}

.partTxt3 {
	padding: 0 10px;
	font-size: 1.231em;
	font-weight: bold;
}

.waveIcon {
	width: 10%;
	margin: 0 auto 50px;
	text-align: center;
}

/*******************************************************
04.お料理
********************************************************/



/* お料理とお飲み物共通 */


/* -------------------------------------------------- */

.goodsName {
	font-size: 1.231em;
	font-weight: bold;
}

.value {
	font-size: 1.231em;
	text-align: right;
	font-weight: bold;
}


/* メイン（ファーストビュー） */
/* -------------------------------------------------- */

#fvFood {
	width: 100%;
	height: 200px;
	background: url(../img/food_eyecatch.jpg) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
}

#foodWrap {
	width: 100%;
	padding-top: 30px;
}

.foodBox {
	margin-bottom: 80px;
}

.foodMenu {
	margin-bottom: 80px;
}

.foodTitBox {
	margin-bottom: 80px;
}

.foodTitLeft {
	width: 100%;
	padding: 20px 10px;
	font-size: 37px;
	background-color: #F8F8EC;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.foodTitRight {
	width: 100%;
	float: right;
}

.foodTitRight img {
	width: 100%;
}

.foodTit {
	text-align: center;
	line-height: 1.4;
}

.food_thumb img {
	width: 100%;
	height: auto;
}

.titInnerTxt {
	font-size: 15px;
}

.comLitTit {
	padding: 20px 0 0 10px;
	margin-bottom: 30px;
	border-bottom: 3px solid #2D2C3F;
	font-size: 28px;
	font-weight: bold;
}

.comLitTit .small {
	padding-left: 10px;
	font-size: 70%;
}

.menuArea {
	/*	letter-spacing: -40px;
	margin: 0 -40px 40px 0;*/
}

.menuBox {
	margin-bottom: 10px;
}

.foodDetail {
	width: 100%;
	padding: 10px 10px 5px 10px;
	letter-spacing: normal;
	border: 1px solid #d2d2d2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: table;
}


.food_thumb {
	width: 20%;
	padding-right: 10px;
	display: table-cell;
	position: relative;
	vertical-align: top;
}


.food_thumb a {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.food_thumb .zoomBox {
	position: relative;
}

.food_thumb .zoomBox:after {
	content: "";
	width: 15px;
	height: 15px;
	position: absolute;
	bottom: 3px;
	right: 3px;
	background: url(../img/zoom_icon.png) 0 0 no-repeat;
	-webkit-background-size: 15px;
	background-size: 15px;
	z-index: 1;
}

.goodsBox {
	width: 77%;
	display: table-cell;
	vertical-align: top;
}

.goodsDetails {
	font-size: 13px;
}

.setMenu {
	font-size: 12px;
}

.value {
	text-align: right;
}

.newIcon {
	padding-top: 20px;
	background: url(../img/common_newicon.jpg) left top no-repeat;
}

.recomendIcon {
	min-width: 74px;
	padding-top: 20px;
	background: url(../img/common_recomendicon.jpg) left top no-repeat;
}


/*コース料理*/

#course {
	color: #2d2c3f;
}

.courseName {
	margin-right: 5px;
	padding-left: 25px;
	font-size: 1.846rem;
	background: url(../img/food_naruto_icon.png) no-repeat left center;
}

.corseTitle {
	color: #2d2c3f;
}

.courseLeft {
	width: 100%;
	padding: 0 10px;
	margin-bottom: 80px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.courseRight {
	width: 100%;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.numberGoods {
	font-size: 18px;
	display: inline-block;
	padding: 2px 30px;
	margin-right: 20px;
	border: 3px solid #2d2c3f;
	font-weight: bold;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 20px;
	vertical-align: middle;
}

.courseValue {
	display: inline-block;
	font-size: 2.923rem;
	vertical-align: middle;
}

.yen {
	font-size: 60%;
}

.corsecmt {
	font-size: 1.231rem;
	margin-bottom: 20px;
}

.courseImg {
	padding-bottom: 10px;
}

.courseImg img {
	width: 100%;
}

.courselist {
	padding: 10px;
	font-size: 1.231rem;
	border: 1px #2D2C3E solid;
}

.corseBox {
	margin-bottom: 20px;
}

.courseFoot {
	background-color: #2d2c3f;
	padding: 20px 10px;
	margin-bottom: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.courseFtImage {
	width: 45%;
	float: left;
}

.courseFtTxt {
	width: 100%;
}

.freeDrink {
	margin-bottom: 15px;
	color: #fff;
	font-size: 1.846rem;
	line-height: 1.3;
}

.freeTime {
	padding: 5px 20px;
	font-family: none;
	font-size: 18px;
	color: #2d2c3f;
	background-color: #fff;
	letter-spacing: 3px;
	font-weight: bold;
}

.freeDrinkMenu {
	padding: 10px;
	color: #2d2c3f;
	background: #FFF;
}

.freeName {
	padding-right: 20px;
	font-size: 22px;
	font-weight: bold;
	display: inline-block;
}

.freeValue {
	font-size: 26px;
	display: inline-block;
}

.nabeLeft {
	width: 100%;
}

.nabeLeft img {
	width: 100%;
}

.nabeRight {
	width: 100%;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.nabeValue {
	padding-right: 30px;
	font-size: 2.923rem;
	display: inline-block;
}

.motsuItem1 {
	width: 100%;
	padding: 10px 20px;
	margin-bottom: 10px;
	border: 1px solid #2d2c3f;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.addGoods {
	padding: 0 20px;
	margin-bottom: 7px;
	color: #fff;
	background-color: #2d2c3f;
	display: inline-block;
}

.motsudl {
	width: 190px;
	line-height: 2;
}

.motsudl dd {
	float: left;
	width: 60px;
}

.motsudl dt {
	float: left;
	clear: left;
	width: 130px;
}

.motsuItem2 {
	width: 100%;
	padding: 10px 20px;
	border: 1px solid #2d2c3f;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.zousuiItem {
	font-size: 12px;
}

.motsuMenu {
	margin-bottom: 40px;
}

.agodashi {
	padding: 5px 20px 5px 63px;
	margin-bottom: 20px;
	display: inline-block;
	font-size: 21px;
	color: #fff;
	background: #2d2c3f url(../img/food_fishlogo.png) no-repeat left 10px center;
}

.p20tSp {
	padding-top: 20px !important;
}

/* ナビ */
.sidefoodMenu {
	width: 100%;
	text-align: center;
	position: fixed;
	top: 0px;
	letter-spacing: -.40em;
	z-index: 998;
}

.sidefoodMenu li {
	width: 60px;
	margin: 60px 10px 0 10px;
	text-align: center;
	letter-spacing: normal;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.sidefoodMenu li:first-child {
	margin-top: 0px;
}

.sidefoodMenu li img {
	width: 100%;
}

#foodNav1 {
	background: url(../img/food_fix_menu1_on.png) 0 0 no-repeat;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#foodNav2 {
	background: url(../img/food_fix_menu2_on.png) 0 0 no-repeat;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#foodNav3 {
	background: url(../img/food_fix_menu3_on.png) 0 0 no-repeat;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#foodNav4 {
	background: url(../img/food_fix_menu4_on.png) 0 0 no-repeat;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.titSpell {
	font-size: 50%;
	text-align: center;
}

/*******************************************************
05.飲み物
********************************************************/
/* ナビ */

.sideDrinkMenu {
	width: 100%;
	text-align: center;
	position: fixed;
	top: 0px;
	letter-spacing: -.40em;
	z-index: 1000;
}

.sideDrinkMenu li {
	width: 60px;
	margin-top: 70px;
	text-align: center;
	letter-spacing: normal;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.sideDrinkMenu li:first-child {
	margin-top: 0px;
}

.sideDrinkMenu li img {
	width: 100%;
}

.wineValue {
	font-size: 1.231em;
	display: inline-block;
	float: right;
	font-weight: bold;
}

.redGlassWine {
	padding: 3px 0 0 20px;
	background: url(../img/drink_red_glass.png) no-repeat left top;
}

.whiteGlassWine {
	padding: 3px 0 0 20px;
	background: url(../img/drink_white_glass.png) no-repeat left top;
}

.sparkGlassWine {
	padding: 3px 0 0 15px;
	background: url(../img/drink_spark_glass.png) no-repeat left top;
}

.redWine {
	padding: 3px 0 0 15px;
	background: url(../img/drink_red.jpg) no-repeat left top;
}

.whiteWine {
	padding: 3px 0 0 15px;
	background: url(../img/drink_white.jpg) no-repeat left top;
}

.roseWine {
	padding: 3px 0 0 15px;
	background: url(../img/drink_rose.jpg) no-repeat left top;
}

.sparkWine {
	padding: 3px 0 0 15px;
	background: url(../img/drink_spark.png) no-repeat left top;
}

#drinkNav1 {
	background: url(../img/drink_fix_menu1_on.png) 0 0 no-repeat;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#drinkNav2 {
	background: url(../img/drink_fix_menu2_on.png) 0 0 no-repeat;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#drinkNav3 {
	background: url(../img/drink_fix_menu3_on.png) 0 0 no-repeat;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#drinkNav4 {
	background: url(../img/drink_fix_menu4_on.png) 0 0 no-repeat;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/* メイン（ファーストビュー） */
/* -------------------------------------------------- */

#fvDrink {
	width: 100%;
	height: 200px;
	display: inline-block;
	background: url(../img/drink_eyecatch.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}

#drinkWrap {
	width: 100%;
	margin-top: 30px;
}

#menuWrap {
	/*	width: 1000px;*/
	margin: 0 auto;
}

.sidedrinkMenu {
	font-size: 24px;
	position: fixed;
	top: 100px;
	right: 10px;
	color: #000;
	font-weight: bold;
}

.careful {
	text-align: center;
	margin-bottom: 20px;
}

.drinkBox {
	margin-bottom: 80px;
}

.drinkMenu {
	margin-bottom: 80px;
}

.drinkTit {
	/*min-width: 1000px;*/
	margin-bottom: 30px;
}

.drinkTitLeft {
	width: 100%;
	/*height: 260px;*/
	padding: 20px 15px 20px;
	font-size: 37px;
	background-color: #F8F8EC;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.drinkTitRight {
	width: 100%;
}

.drinkTitRight img {
	width: 100%;
	height: auto;
}

.drinkTit1 {
	letter-spacing: -0.1em;
	text-align: center;
	padding-top: 50px;
	background: url(../img/drink_onecoin.png) no-repeat center top;
}

.drinkTit2 {
	text-align: center;
	line-height: 1.4;
}

.titSpell {
	padding-bottom: 5px;
	font-size: 60%;
	text-align: center;
}

.titInnerTxt {
	font-size: 15px;
}

.menuArea {
	margin-bottom: 40px;
	padding: 0 10px;
	;
}

.cocktailRight {
	width: 100%;
}

.baseLiqueur {
	width: 50%;
	float: left;
	margin-bottom: 20px;
	padding-left: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.baseName {
	font-size: 1.231em;
	font-weight: bold;
	border-bottom: 1px solid #d2d2d2;
}

.coctailValue {
	width: 100%;
	font-size: 24px;
	text-align: right;
	font-weight: bold;
}

.drinkDetail {
	padding: 10px;
	border: 1px solid #d2d2d2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.contry {
	font-size: 12px;
}

.newIcon {
	padding-top: 20px;
	background: url(../img/common_newicon.jpg) left top no-repeat;
}

/* ナビ */

.sideDrinkMenu {
	width: 100%;
	text-align: center;
	position: fixed;
	top: 0px;
	letter-spacing: -.40em;
	z-index: 998;
}

.sideDrinkMenu li {
	width: 60px;
	margin: 60px 10px 0 10px;
	text-align: center;
	letter-spacing: normal;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.sideDrinkMenu li:first-child {
	margin-top: 0px;
}

.sideDrinkMenu li img {
	width: 100%;
}

#drinkNav1 {
	background: url(../img/drink_fix_menu1_on.png) 0 0 no-repeat;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#drinkNav2 {
	background: url(../img/drink_fix_menu2_on.png) 0 0 no-repeat;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#drinkNav3 {
	background: url(../img/drink_fix_menu3_on.png) 0 0 no-repeat;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#drinkNav4 {
	background: url(../img/drink_fix_menu4_on.png) 0 0 no-repeat;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/*******************************************************
06.店舗情報
********************************************************/


/* メイン（ファーストビュー） */
/* -------------------------------------------------- */

#fvInfo {
	width: 100%;
	height: 200px;
	display: inline-block;
	background: url(../img/infomation_eyecatch.jpg) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
}


/* アバウト */
/* -------------------------------------------------- */

#infoAcBox img {
	width: 100%;
}

#infoAbLeft {
	width: 50%;
	display: table-cell;
	background: url(../img/infomation_img01.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: left;
	text-indent: -100%;
	overflow: hidden;
}

#infoAbRight {
	width: 100%;
	padding: 0 10px;
	margin-bottom: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}

#infoAbRight .sp img {
	width: 100%;
}

#infoAbTxtBox {
	display: inline-block;
	padding: 0 0 20px 0;
	text-align: left;
}

#infoTit2 {
	margin-bottom: 10px;
	font-size: 2.18rem;
	letter-spacing: 0.1em;
	line-height: 1.2;
}

.infoAbtxt {
	font-size: 1.231rem;
	line-height: 1.7;
}


/* 店舗概要 */
/* -------------------------------------------------- */

#summary {
	width: 100%;
	margin: 0 auto 60px;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.telBox {
	padding: 30px 15px;
	background: #2d2c3f;
	display: table;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.telLeft {
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
	vertical-align: middle;
}

.telLeft img {
	width: 70%;
}

.telRight {
	width: 100%;
	vertical-align: middle;
	color: #fff;
}

.telText {
	margin-bottom: 20px;
	font-size: 1.646em;
	letter-spacing: 4.5px;
	line-height: 26px;
}

.telNum {
	padding-left: 35px;
	margin-bottom: 20px;
	color: #d6ca7b;
	font-size: 3.0rem;
	background: url(../img/infomation_telicon.png) left center no-repeat;
	-webkit-background-size: 30px auto;
	background-size: 30px auto;
	letter-spacing: -2px;
	line-height: 1;
}

.telTime {
	font-size: 1.285em;
}

.telTime dt {
	width: 5em;
	vertical-align: top;
	font-weight: bold;
	font-size: 1.077rem;
	display: inline-block;
}

.telTime dd {
	display: inline-block;
	vertical-align: top;
	padding-bottom: 20px;
	font-size: 1rem;
}


/* アクセス */
/* -------------------------------------------------- */

#infoAccess {
	padding: 0 10px 80px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.accessTit {
	margin: 0 auto 30px;
}

#infogMap {
	margin-bottom: 40px;
}

#gMapLink {
	width: 100%px;
	margin: 0 auto 40px;
	border: 5px solid #2D2C3F;
	font-size: 1.454em;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;
	/* Firefox用 */
}

.gMapInner {
	width: 100%;
	height: 100%;
	padding: 15px 0 15px 70px;
	letter-spacing: 4px;
	display: block;
	line-height: 1.2;
	zoom: 1;
	/* IE6以前に対応 */
	background: url(../img/infomation_mapicon_on.png) 30px center no-repeat;
	-webkit-background-size: 40px auto;
	background-size: 40px auto;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#gMapLink a:hover {
	color: #fff;
	background: #2D2C3F url(../img/infomation_mapicon_off.png) 30px center no-repeat;
	-webkit-background-size: 40px auto;
	background-size: 40px auto;
}

#gMapLink span {
	font-size: 1.2em;
}


/* アクセス方法 */
/* -------------------------------------------------- */
#infoAcBox img {
	width: 100%;
}


#infoAcBox {
	width: 100%;
	margin: 0 auto;
}

#infoAcLeft {
	width: 100%;
	margin-bottom: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#infoAcRight {
	width: 100%;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.infoTit04 {
	margin-bottom: 10px;
	font-size: 1.546rem;
	letter-spacing: 0.1em;
	line-height: 1.2;
}

.infoAcImg {
	width: 100%;
	margin-bottom: 24px;
}

.infoAcTxt {
	width: 100%;
	padding-bottom: 20px;
}

.accessSp {
	margin-bottom: 24px;

}

/*******************************************************
08.採用情報
********************************************************/

#fvRecruit {
	background: url(../img/recruit_eyecatch.jpg) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
}

#rctAbout {
	margin: 0 auto 50px;
}

#rctAbInner {
	margin-bottom: 30px;
}

#rctLeft {
	width: 100%;
	position: relative;
}

#tenchou img {
	width: 100%;
}

#rctPrf {
	position: absolute;
	bottom: -45px;
	left: 10px;
}

#rctPrf img {
	width: 120px;
}

#rctRight {
	padding: 60px 10px 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#rctTit1 {
	margin-bottom: 15px;
	font-size: 1.80em;
	line-height: 1.3;
}

#rctRight p {
	font-size: 1.231rem;
	line-height: 1.7;
}

.rctPointBox {
	padding: 0 10px;
	margin-bottom: 20px;
	font-size: 1.538em;
	text-align: center;
	line-height: 25px;
}


.rctPointBox img {
	width: 100%;
}

.rctTelBox {
	margin: 0 auto;
	padding: 20px 15px;
	text-align: center;
	border: 3px solid #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.telNum2 {
	padding: 8px 0 0 7px;
	color: #a40000;
	font-size: 2.4rem;
	text-align: center;
	background: url(../img/recruit_telicon.png) no-repeat left;
	-webkit-background-size: 19px;
	background-size: 19px;
	letter-spacing: 1.5px;
	line-height: 1;
}

.telNum2 a {
	color: #a40000;
}

.recTelText {
	font-size: 1.231rem;
}

.recTelText2 {
	padding-bottom: 8px;
	color: #a40000;
	font-size: 1.231rem;
	font-weight: bold;
}

.recTelText3 {
	font-size: 1.462em;
}

#summary {
	padding: 0 10px;
	margin-bottom: 60px;
}