/* COMMON ================================================================================*/
html{
	height: 100%;
	}
body {
	font-family: 'Zen Kaku Gothic Antique', sans-serif,'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif!important;
	min-width: 1150px!important;
	position: relative;
	background-color: #FFF;
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
	}

@keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
   }
@-webkit-keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
   }

.stopBk{
	overflow: hidden;
	}

p{
	font-size: 18px;
	color: #262D47;
	line-height: 1.8em;
	margin: 0;
	padding: 0;
	}

small{
	font-size: 80%;
	}

img{
	display: block;
	width: 100%;
	height: auto;
	}

a{
	color:#24292c;
	overflow:hidden!important;
	outline:none!important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)!important;
	text-decoration:none;
	transition-duration: .1s;
	}
a:hover{
	outline:none!important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)!important;
	transition-duration: .1s;
	}
a:focus{
	outline:none!important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)!important
	}

table{
	font-size: 18px;
	line-height:1.6em;
	color: #565656;
	}
ul li,
ol li{
	list-style-position: inside;
	list-style-type: none;
	font-size: 18px;
	line-height: 1.4em;
	color: #565656;
	}

address{
	font-style: normal;
	}

h1{
	font-weight: normal;
	line-height: 1em;
	margin: 0;
	}

h2{
	color: #262D47;
	font-size: 26px;
	padding: 0;
	margin: 0 0 30px;
	}

h2.menuTtl{
	text-align: center;
	background-image: url("../img/bg_sumi.png");
	background-repeat: no-repeat;
	background-size: 70% auto;
	background-position: center center;
	padding: 80px 0;
	margin: 0;
	}
h2.menuTtl span{
	color: #FFF;
	font-size: 30px;
	font-weight: normal;
	letter-spacing: 2px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
	}

h3{
	color: #FFF;
	font-size: 24px;
	background-color: #252D47;
	padding: 10px 20px;
	margin: 0;
	}


section{
   width: 100%;
	}
section:last-child{margin-bottom: 0;}

.wrap{
	width: 1100px;
	box-sizing: border-box;
	padding: 120px 0;
    margin: 0px auto;
	}

.inner{
	padding: 20px;
	margin-bottom: 30px;
	box-sizing: border-box;
	border: #F39800 3px solid;
	border-radius: 10px;
	background-color: #FFF;
	}
main{
	width: 100%;
	}
.toppage{
	}

.subPage{
	}

.bfIcon::before{
	display: inline-block;
	content: "";
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	 margin-left: -1rem;
	}
.afIcon::after{
	display: inline-block;
	content: "";
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	}

table.table01{
	width:100%;
	margin:0 auto 10px;
	border-collapse: separate!important;
   border-spacing: 0;
	table-layout: fixed;
	}
table.table01 th,
table.table01 td{
	border-bottom: #EDEDED 1px solid;
	text-align:center;
	padding: 10px 0 5px;
	vertical-align: top;
	}
table.table01 th{font-weight: normal;}
table.table01 td{text-align: left;}

ul.disc{margin-left: 20px;}
ul.disc li{
	list-style: disc;
	list-style-position: outside;
	}

ul.circle{margin-left: 0px;}
ul.circle > li{
	margin-bottom: 10px;
	list-style-type: none;
	list-style-position: outside;
	padding-left: 1.2em;
	text-indent: -1.2em;
	}
ul.circle > li::before{
	content: "●";
	color: #FCCE83;
	margin-right: 5px;
	}


ul.triangle{margin-left: 0px;}
ul.triangle > li{
	margin-bottom: 10px;
	list-style-type: none;
	list-style-position: outside;
	padding-left:1em;
	text-indent:-1em;
	}
ul.triangle > li::before{
	content: "▼";
	color: #F39800;
	font-size: 16px;
	margin-right: 5px;
	}

ul.noteLine{}
ul.noteLine li{
	list-style-type: disc;
	padding: 5px 20px;
	border-bottom: #ccc 1px dotted;
	}

ol.num{
	width: 100%;
	}
ol.num li{
	line-height: 1.8em;
	list-style-type: decimal;
	list-style-position: outside;
	padding: 10px 10px;
	margin: 0 0 0 30px;
	}
ol.num li span{
	color: #089207;
	font-size: 110%;
	font-weight: bold;
	background-image: url("../img/wave.png");
	background-repeat: repeat-x;
	background-position: center bottom;
	background-size: 20px;
	padding-bottom: 5px;
	}

/* pc sticky */
.stickyArea{
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	}
.stickyArea::after{
	display: table;
	content: "";
	clear: both;
	}
.stkMenu{
	position: relative;
	width: 180px;
	margin-right: 30px;
	}
.menuInner{
	position: sticky;
	top: 170px;
	}
.menuInner > p{
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	border-bottom: #FFF 3px solid;
	margin-bottom: 10px;
	}

.menuInner ul{
	margin-bottom: 40px;
	}
.menuInner ul:last-child{
	margin-bottom: 0;
	}

.menuInner ul li a{
	display: block;
	color: #FFF;
	font-weight: normal;
	font-size: 16px;
	padding: 0 10px;
	background-image: url("../img/arrow02.png");
	background-repeat: no-repeat;
	background-size: 20px auto;
	background-position: 95% center;
	}
.menuInner ul li a::before{
	content: "・";
	}

.stkContent{
	width:850px;
	float: right;
	}
.stkContent .wrap{
	width: 100%;
	}


/* HEADER --------------------------------------------------- */
.smpHeader{
	display: none;
	}

.pcHeader{
	width: 100%;
	background-color: #252D47;
	padding: 30px 0;
	}
.pcHeader .wrap{
	width: 1100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: transparent;
	padding: 0;
	}

.pcHeader .logo{
	position: absolute;
	z-index: 1;
	top: 15px;
	}
.pcHeader .logo img{
	width: 200px;
	}

.sub .pcHeader .logo img{
	width: 100px;
	}

.hdInfo{
	width: 750px;
	margin: 0 0 0 auto;
	}

.hdGuide{
	display: flex;
	justify-content: space-between;	
	align-items: center;
	margin-bottom: 25px;
	}
.hdGuide .tel{
	width: 300px;
	margin-top: 5px;
	}
.hdGuide address{
	color: #FFF;
	line-height: 1.1em;
	font-size: 16px;
	}
.hdGuide a{
	display: block;
	font-size: 18px;
	background-color: #FFF;
	padding: 12px 15px;
	border: #252D47 1px solid;
	}
.hdGuide a:hover{
	color: #FFF;
	background-color: #252D47;
	border: #FFF 1px solid;
	}

header{
	width: 100%;
	top: 0;
	z-index: 999;
	}
.fixed{
  	position: fixed;
	transition-duration: .4s;
	animation: DownAnime 0.5s forwards;
	box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.2);
	}
@keyframes DownAnime{
  from {
  	opacity: 0;
	transform: translateY(-100px);
  	}
  to {
  	opacity: 1;
	transform: translateY(0);
  	}
}

header.fixed{}
header.fixed .pcHeader{
	padding: 20px 0;
	}
header.fixed .pcHeader .logo{
	position: inherit;
	top: auto;
	}
header.fixed .pcHeader .logo img{
	width: 100px;
	}
header.fixed .hdGuide{
	margin-bottom: 10px;
	}


/* nav */
nav.pcMenu ul{
	display: flex;
	justify-content: space-between;
	}
nav.pcMenu ul li a{
	display: block;
	font-size: 18px;
	text-align: center;
	color: #FFF;
	}


/* FOOTER --------------------------------------------------- */
footer{
	width: 100%;
	background-color: #252D47;
	}
footer .wrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: transparent;
	}

footer .wrap > img{
	width: 150px;
	height: 100%;
	}

.ftInfo{
	width: 550px;
	}

.ftInfo address,
.ftInfo p,
.ftInfo .tel a{
	color: #FFF;
	}

.ftInfo address{
	color: #FFF;
	font-size: 18px;
	line-height: 1.6em;
	}
.ftInfo .tel {
	display: flex;
	margin: 20px 0;
	}
.ftInfo .tel a{
	font-size: 26px;
	font-weight: bold;
	margin-right: 20px;
	}
.hours{
	line-height: 1.6em;
	margin-bottom: 20px;
	}
.hours b{
	font-weight: normal;
	}

.night{
	display: block;
 	text-indent: 3em;
	}

.close{
	line-height: 1.6em;
	}

.copy{
	font-size: 16px;
	margin-top: 20px;
	}


/* HELPER --------------------------------------------------- */
.m0{margin:0!important;}
.mb0{margin-bottom:0px!important;}
.mb5{margin-bottom:5px!important;}
.mb10{margin-bottom:10px!important;}
.mb15{margin-bottom:15px!important;}
.mb20{margin-bottom:20px!important;}
.mb30{margin-bottom:30px!important;}
.mb40{margin-bottom:40px!important;}
.mb50{margin-bottom:50px!important;}
.mb80{margin-bottom:80px!important;}
.mb100{margin-bottom:100px!important;}
.mb300{margin-bottom:300px!important;}
.mb400{margin-bottom:400px!important;}

.mt0{margin-top:0!important;}
.mt5{margin-top:5px!important;}
.mt10{margin-top:10px!important;}
.mt15{margin-top:15px!important;}
.mt20{margin-top:20px!important;}
.mt30{margin-top:30px!important;}
.mt50{margin-top:50px!important;}
.mt100{margin-top:100px!important;}

.mtb0{margin: 0 auto!important;}
.mtb50{margin: 50px auto!important;}

.ml20{margin-left: 20px!important;}
.ml25{margin-left: 25px!important;}
.ml50{margin-left: 50px!important;}

.pb0{padding-bottom:0!important;}
.pb30{padding-bottom:30px!important;}
.pb50{padding-bottom:50px!important;}
.pb300{padding-bottom:300px!important;}

.pt0{padding-top:0px!important;}
.pt10{padding-top:10px!important;}
.pt50{padding-top:50px!important;}
.pt100{padding-top:100px!important;}

.ptb0{padding:0 auto!important;}
.ptb15{padding:15px 0!important;}
.ptb23{padding:23px 0!important;}
.ptb30{padding:30px 0!important;}
.ptb50{padding:50px 0!important;}
.ptb60{padding:60px 0!important;}
.ptb80{padding:80px 0!important;}

.w20{width: 20%;}
.w30{width: 30%;}

.noPadding{padding: 0!important}

.alignLeft{text-align:left!important;}
.alignRight{text-align:right!important;}
.alignCenter{text-align:center!important;}

.mCenter{margin: 0 auto;}
.imgCenter{
	display:block;
	margin:0 auto;
	}

.rpImg{
	max-width: 100%!important;
	height: auto;
	}

.textLink{text-decoration: underline;}
.textLink:hover{text-decoration: none;}

.hide{visibility: hidden;}

.bgWhite{background-color: rgba(255, 255, 255, 0.4)}
.bgGray{background-color: #F1F3FB;}
.bgNavy{background-color: #252D47;}

.bdTop{border-top: #252D47 1px solid}

.white{color: #FFF;}
.red{color: #B20000;}
.bold{font-weight: bold;}


/* image opacity */
a.op:hover img {
    -moz-opacity: 0.7;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
       transition-duration: 0.5s;
	}
a.op img {
	display:block;
	margin:0 auto;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
       transition-duration: 0.5s;
	}

.pagetop{
	position: fixed;
	display: block;
	width: 50px;
	height: auto;
	right: 20px;
	bottom: 20px;
	}
.pagetop img{
	display: block;
	width: 100%;
	}



/* PAGE ================================================================================*/
.linkBox{
	display: block;
	width: 330px;
	color: #B69976;
	font-size: 22px;
	margin: 0 0 0 auto;	
	border-radius: 20px;
	background-color: #FFF;
	padding: 10px 20px 15px;
	box-sizing: border-box;
	box-shadow: 4px 4px 0px 0px rgba(199, 197, 195, 1);
	}
.linkBox:hover{
	color: #E5C072;
	}


/* index.html --------------------------------------------------- */
/* slick */
.slider.spSlider{
	display: none;
	}
.slider.pcSlider{
	width: 100%;
	background-color: #fef4e0;
	}
.slider.pcSlider img{
	display: block;
	width: 100%;
	margin: 0 auto;
	}

.main-slider figure{margin:0!important;}
.main-slider .ytPlayer{pointer-events: none!important;}
.ytp-pause-overlay{display:none!important;}

.slick-dots{bottom:25px!important;}
.slick-dots li {
	width: 20px!important;
	height: 30px!important;
	}
.slick-dots li button::before{
	font-size:45px!important;
	color:#FFF!important;
	}
.slick-dotted.slick-slider {margin-bottom:0!important;}


.eyecatch{
	width: 100%;
	}
.eyecatch img{
	width: 100%;
	}

.concept{
	font-size: 26px;
	text-align: right;
	color: #252D47;
	margin: 0 0 80px 0;
	}

ul.toMenupage{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 80px;
	}
ul.toMenupage li{
	width: calc( 94%/3 );
	background-color: #262D47;
	background-image: url("../img/arrow2.png");
	background-repeat: no-repeat;
	background-size: 5%;
	background-position: center 96%;	
	}

ul.toMenupage li a:hover{
	opacity: .8;
	}
ul.toMenupage li img{
	width: 100%;
	}
ul.toMenupage li p{
	color: #FFF;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	padding: 70px 0;
	}
ul.toMenupage li:last-child p{
	padding: 30px 0 60px;
	}
ul.toMenupage li p span{
	display: block;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.4em;
	margin: 10px 0 0 0;
	}

.appetizer{
	display: flex;
	align-items: center;
	background-color: #262D47;
	justify-content: space-between;
	}
.appetizer div{
	box-sizing: border-box;
	padding: 0 45px;
	}
.appetizer img{
	width: 470px;
	}
.appetizer h2{
	color: #FFF;
	margin-bottom: 10px;
	}
.appetizer p{
	color: #FFF;
	}

.appetizer a{
	display: block;
	width: 300px;
	margin: 20px 0 0 auto;
	}
.appetizer a img{
	width: 100%;
	}


.intro{
	display: flex;
	flex-wrap: wrap;
	}

.intro > div{
	position: relative;
	width: 50%;
	height: 400px;
	background-color: #262D47;
	}

.intro > div p{
	color: #FFF;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	}

.intro > div:nth-child(1) p{
	width: 350px;
	font-size: 26px;
	font-weight: bold;
	}

.intro > div:nth-child(4) p{
	width: 520px;
	}
.intro > div:nth-child(4) a{
	display: block;
	width: 300px;
	color: #262D47;
	font-size: 18px;
	font-weight: bold;
	background-color: #FFF;
	background-image: url("../img/arrow1.png");
	background-repeat: no-repeat;
	background-size: 5%;
	background-position: 90% center;
	box-sizing: border-box;
	padding: 10px 20px;
	margin: 30px 0 0 0;
	}
.intro > div:nth-child(4) a:hover{
	background-color: rgba(255,255,255,0.6);
	}

.intro > div:nth-child(2),
.intro > div:nth-child(3){
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	}
.intro > div:nth-child(2){
	background-image: url("../img/intro1.jpg");
	}
.intro > div:nth-child(3){
	background-image: url("../img/intro2.jpg");
	}

.rsv{
	display: flex;
	justify-content: space-between;
	}
.rsv .name{
	width: 350px;
	}
.rsv .name p{
	font-size: 20px;
	margin-bottom: 15px;
	}
.rsv .name img{
	width: 100%;
	}



/* about.html --------------------------------------------------- */
.catchArea{
	width: 1100px;
	display: flex;
	justify-content: space-between;
	}
.catchArea img{
	width: 700px;
	margin-top: 70px;
	}
.catchArea p{
	width: 124px;
	font-size: 34px;
	font-weight: bold;
	letter-spacing: 2px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	}

.about{
	position: relative;
	margin-bottom: 350px;
	}
.about > p{
	position: absolute;
	top: 420px;
	right: 0px;
	width: 800px;
	height: 372px;
	background-color: rgba(255,255,255,0.7);
	padding: 40px 60px;
	box-sizing: border-box;
	}

.inside{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	}
.inside > div{
	position: relative;
	width: 500px;
	margin-bottom: 110px;
	}
.inside > div img{

	}
.inside > div p{
	position: absolute;
	right: 10px;
	top: 330px;
	z-index: 10;
	color: #FFF;
	background-color: rgba(37,45,71, 1);
	padding: 20px 20px;
	box-sizing: border-box;
	margin: -30px 0 0 auto;
	}

.inside > div:nth-child(even){
	margin: 170px 0 0 0;
	}


/* news.html --------------------------------------------------- */
.appli{
	display: flex;
	justify-content: space-around;
	margin: 50px 0;
	}
.appli > div{
	width: calc(90%/2);
	padding: 30px 30px;
	box-sizing: border-box;
	}

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

.appli > div div{
	display: flex;
	align-items: center;
	justify-content: space-around;
	}

.dlArea > a img{
	width: 150px;
	}
.dlArea > a:hover{
	opacity: .7;
	}
.dlArea > img{
	width: 150px;
	}



/* menu.html --------------------------------------------------- */
.recommend{
	display: flex;
	justify-content: center;
	}

.recommend .detail{
	position: relative;
	width: calc( 100%/2 );
	margin-bottom: 100px;
	box-sizing: border-box;
	}

.recommend .detail img{
	width: 80%;
	height: auto;
	}

.recommend .detail p{
	position: absolute;
	right: 50px;
	bottom: -30px;
	background-color: rgba(255,255,255,0.9);
	padding: 10px 20px;
	box-sizing: border-box;
	}
.recommend .detail p span{
	display: block;
	line-height: 1.4em;
	}
.recommend .detail p span:nth-child(1){
	font-size: 20px;
	font-weight: bold;
	}
.recommend .detail p span:nth-child(2){
	text-align: right;
	}
.recommend .detail p span:nth-child(2)::before{
	content: "￥";
	}

.images{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 680px;
	margin: 50px auto 0;
	}

.images img{
	width: calc(100%/2)
	}
.images img:nth-child(1){
	
	}
.images img:nth-child(2){
	}

.images.one{
	justify-content: center;
	margin-bottom: 20px;
	}
.images.one img{
	width: 550px;	
	}

.images.sendai,
.images.sakana{
	margin: 0 auto 50px;
	}

.price{
	width: 80%;
	margin: 0 auto 100px;
	}
.price > p:not(.att){
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	}
ul.priceList{
	width: 100%;
	margin: 0 0 10px 0;
	}
ul.priceList li{
	display: flex;
	align-items: end;
	border-bottom: #FFF 1px dotted;
	padding: 10px 10px;
	}
ul.priceList li.nb{
	border-bottom: none;
	}
ul.priceList li p{
	display: block;
	color: #FFF;
	font-size: 20px;
	line-height: 1.4em;
	}
ul.priceList li p:nth-child(1){
	width: 80%;
	}
ul.priceList li p:nth-child(2){
	width: 20%;
	text-align: right;
	}

ul.priceList.memo li p:nth-child(1){
	width: 65%;
	}
ul.priceList.memo li p:nth-child(1) span{
	color: #252D47;
	font-size: 16px;
	background-color: rgba(252,252,252,0.6);
	padding: 0 10px;
	border-radius: 5px;
	}
ul.priceList.memo li p:nth-child(2){
	width: 20%;
	font-size: 16px;
	}
ul.priceList.memo li p:nth-child(2)::before{
	content: "";
	}
ul.priceList.memo li p:nth-child(3){
	width: 15%;
	text-align: right;
	}

ul.priceList li p:nth-child(2)::before,
ul.priceList.memo li p:nth-child(3)::before{
	content: "￥";
	}

ul.priceList.memo li p.noyen::before{
	content: "";
	}

.att{
	color: #FFF;
	text-align: right;
	font-size: 14px;
	}

.dec{
    width: fit-content;
    background-color: rgba(255,255,255,0.2);
    margin: 0 auto;
    padding: 20px 40px;
    }

.dec p{
    color: #FFF;
    text-align: center;
    }
.dec a{
    color: #FFF;
    font-weight: bold;
    text-decoration: underline;
    }

.dec a:hover{
    text-decoration: none;
    }


/* course.html--------------------------------------------------- */
.courseMemo{
	color: #FFF;
	font-size: 26px;
	text-align: center;
	margin-bottom: 50px;
	}

.courseRsv{
	width: 680px;
	margin: 0 auto 50px;
	border: #FFF 1px solid;
	box-sizing: border-box;
	padding: 20px 30px;
	}
.courseRsv p{
	color: #FFF;
	}
.courseRsv img{
	width: 300px;
	margin: 15px 0 0 auto;
	}

.lunchTime{
	color: #FFF;
	text-align: center;
	margin-bottom: 50px;
	}

.lunch{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	}
.lunch p{
	color: #FFF;
	}
.lunch .category{
	width: 400px;
	box-sizing: border-box;
	padding: 0 20px;
	background-color: rgba(255,255,255,0.8);
	}
.lunch .category > p{
	color: #252D47;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4em;
	padding: 20px 0;
	}
.lunch .category > p span{
	display: block;
	font-size: 20px;
	font-weight: normal;
	}
.lunch .category ul.priceList{
	margin-bottom: 30px;
	}
.lunch .category ul.priceList li{
	border-bottom: none;
	}
.lunch .category ul.priceList li p{
	color: #252D47;
	}




/* access.html --------------------------------------------------- */

.access{
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
	}
.near{
	width: 510px;
	}
.near img{
	width: 100%;
	}
.near p{
	line-height: 1.4em;
	margin: 0 0 20px 0;
	}
.map{
	width: 570px;
	}

table.info{width: 100%;
	background-color: #FBFBFB;
	}
table.info th,
table.info td{
	padding: 20px 10px;
	box-sizing: border-box;
	border-bottom: #BCBCBC 1px solid;
	}
table.info th{
	width: 30%;
	color: #252D47;
	}
table.info td .tel{
	width: 400px;
	margin: 10px 0 0 0;
	}



/* menu.html --------------------------------------------------- */
.contact > img{
	width: 300px;
	margin: 0 auto;
	}
.contact .tel img{
	width: 300px;
	margin: 50px auto;
	}



/* privacy.html --------------------------------------------------- */
.policyLink{
	text-align: right;
	margin: 30px 0 0 0;
	}
.policyLink a{
	font-weight: bold;
	}

dl.privacy{
	margin: 50px 0 0 0;
	}
dl.privacy dt{
	color: #262D47;
	font-size: 20px;
	font-weight: bold;
	}
dl.privacy dt::before{
	content: "◆";
	margin: 0 10px 0 0;
	}
dl.privacy dd{
	padding: 10px 10px 20px 40px;
	margin-bottom: 20px;
	border-bottom: #565656 1px dotted;
	}
dl.privacy dd p{
	margin-bottom: 20px;
	}


/* Media QuelikeTblry ================================================================================*/
.sp{display: none!important;}
.pc{display: block!important;}


@media only screen and (max-width: 479px){
	.pc{display: block!important;}
}

@media only screen and (min-width: 480px) and (max-width: 599px) {
	.pc{display: block!important;}
	
}

@media only screen and (max-width : 599px) {
	.sp{display: block!important;}
	.pc{display: none!important;}
	
	body{min-width:inherit!important;}
	
	
	small{
		font-size: 75%;
		}
	
	.toppage{
		padding: 10% 0 0 0;
		}
	.subPage{
		padding: 0;
		}
	
	section{
		padding: 0 0 15% 0;
		}
	section:last-child{
		padding: 0 0 0 0;
		}
	
	.wrap{
		width: 94%;
		padding: 10% 0%;
		margin: 0 auto;
		background-color: transparent;
		}
	
	.inner{
		padding: 6% 4%;
		margin-bottom: 10%;
		}

	h2.menuTtl{
		padding: 15% 0;
		background-size: 90% auto;
		}
	h2.menuTtl span{
		font-size: 6.6vw;
		}
	
	h3{
		font-size: 5vw;
		text-align: center;
		padding: 3% 3%;
		}
	h4{
		font-size: 5vw;
		}
	h5{
		font-size: 5vw;
		}
	
	.stickyArea{
		width: 100%;
		margin: 0 auto;
		flex-direction: column-reverse;
		}
	.stkMenu{
		position: inherit;
		width: 100%;
		margin: 0;
		}
	
	.menuInner{
		position: inherit;
		top: 0;
		margin: 0;
		}
	.menuInner > p{
		font-size: 5vw;
		padding: 3% 3%;
		}
	.menuInner ul{
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 15%;
		}
	.menuInner ul li{
		width: 50%;
		margin-bottom: 2%;
		}
	.menuInner ul li a{
		font-size: 4.5vw;
		padding: 0;
		}
	
	.stkContent{
		width:100%;
		float: inherit;;
		}
	.stkContent .wrap{
		width: 100%;
		}
	
	p,
	ol li,
	ul li{
		font-size: 4.4vw;
		line-height: 1.8em;
		}
	
	ul.disc{margin-left: 6%;}
	ul.disc li{
		font-size: 5vw;
		}
	
	.linkBox{
		width: 80%;
		font-size: 5vw;
		padding: 5% 10% 5%;
		background-size: 6% auto;
		}
	
	/* header */
	.pcHeader,
	.navArea,
	.slider.pcSlider{
		display: none;
		}
	
	.smpHeader,
	.slider.spSlider{
		display: block;
		}
	
	.slider.spSlider img{
		display: block;
		width: 100%;
		margin: 0 auto;
		}

	header{
		width: 100%;
		position: fixed;
		z-index: 99;
		background-color: #FFF;;
		}

	.smpHeader .inner{
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		padding: 3%;
		box-sizing: border-box;
		margin: 0;
		border: none;
		border-radius: 0;
		}
	
	.smpHeader h1{
		width: 67%;
		}
	.spTel{
		width: 7%;
		}
	.smpHeader h1 img{
		width: 40%;
		margin: 0;
		}
	
	/*menu*/
	.menu-btn{
		z-index: 2;
		width: 13%;
		height: auto;
		box-sizing: border-box;
		}

	.smpMenu{
		position: fixed;
		top: 0;
		right: 0;
		z-index: 999;
		width: 80%;
		height: 100vh;
		display: flex;
		flex-direction: column;
		align-items: center;
		background: #252D47; 
		overflow-y: scroll;
		}
	
	.smpMenu{
		transform: translateX(100vw);
		transition: all .3s linear;
		}
	.smpMenu.is-active{
		transform: translateX(0);
		}
	
	.smpMenu ul{
		width: 80%;
		padding: 5% 0;
		}
	.smpMenu ul li{
		border-bottom: #FFF 1px solid;
		}
	.smpMenu ul > li:nth-last-child(2),
	.smpMenu ul > li:last-child{
		border-bottom: none;
		}
	.smpMenu > ul > li:last-child{
		margin-bottom: 50%;
		}
	.smpMenu ul li a{
		display: block;
		color: #FFF!important;
		font-size: 5vw;
		font-weight: bold;
		line-height: 1em;
		padding: 10% 0%;
		}

	.smpMenu ul li a.menuClose{
		text-align: center;
		display: block;
		color: #252D47!important;
		border-top: none;
		background-color: #FFF;
		margin: 5% 0 0;
		}

	
	/* ドロップダウンメニュー */
	ul li.menu_single > p{
		color: #F39800
		}
	ul li.menu_single > p::after,
	ul li.menu_single > a::after{
		display: inline-block;
		content: "";
		background-size: contain;
		vertical-align: middle;
		background-repeat: no-repeat;
		margin-left: -1rem;
		background-image: url("../img/arrow02.png");
		width: 12px;
		height: 12px;
		margin: -3px 0 0 8px;
		}
	ul.second-level{
		width: 100%;
		display: none;
		padding: 0;
		}
	ul.second-level li{
		padding: 4% 5%;
		border-bottom: none;
		}
	ul.second-level li:last-child{
		border-bottom: none;
		}
	ul.second-level li > a{
		display: block;
		color: #925C29!important;
		font-size: 4.4vw!important;
		text-decoration: none;
		padding: 0!important;
		}
	ul.second-level li > a::before{
		content: "\f138";
		font-family: "FontAwesome";
		font-weight: normal;
		margin: 0 2% 0 0;
		}
	ul li.menu_single > p::after{
		display: none!important;
		}
	
	.sp_open{
		width: 100%;
		display: flex!important;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		}
	.sp_open span:nth-child(2){
		display: block;
		width: 45px;
		line-height: 45px;
		color: #FFF;
		font-size: 6vw;
		text-align: center;
		background-color: #F39800;
		box-sizing: border-box;
		}
	
	.open{
		display: block
		}
	
	.bk {
		display: none;
		position: fixed;
		z-index: 99;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #333;
		opacity: 0.6;
		transition-duration: .5s;
		}
	.subMenu.sticky {
		top: 0;
		position: fixed;
		width: 100%;
		margin: 0 auto;
		z-index: 999;
		animation: DownAnime 1s forwards;
		}
	
	
	/* footer */
	footer .wrap{
		flex-direction: column;
		padding: 10% 0% 6%;
		}
	.ftInfo{
		width: 100%;
		margin-top: 15%;
		}
	
	.ftInfo address{
		font-size: 4vw;
		text-align: center;
		}
	.ftInfo .tel{
		flex-direction: column;
		margin: 5% 0;
		text-align: center;
		}
	.ftInfo .tel a{
		font-size: 7vw;
		margin: 0 0 5% 0;
		}
	.hours{
		text-align: center;
		}
	.hours span:not(.night){
		display: inline-block;
		color: #252D47;
		background-color: #FFF;
		padding: 1% 3%;
		margin-bottom: 3%;
		}
	.hours b{
		font-weight: bold;
		}
	
	  .night {
		text-indent: 0;
	 	}
	
	.close{	
		text-align: center;
		}
	.copy{
		font-size: 3.6vw;
		text-align: left;
		padding: 0;
		margin-top: 10%;
		}	
	.pagetop{
		width: 10%;
		right: 3%;
		bottom: 4%;
		}
	
	
	/* index.html */
	.concept{
		font-size: 5vw;
		text-align: center;
		line-height: 1.8em;
		}
	ul.toMenupage{
		flex-direction: column;
		}
	ul.toMenupage li{
		width: 100%;
		background-size: 3%;
		background-position: 66% 94%;
		}
	ul.toMenupage li a{
		display: flex;
		align-items: center;
		}
	ul.toMenupage li img{
		width: 30%;
		height: 100%;
		
		}
	ul.toMenupage li p{
		width: 70%;
		background-color: transparent;
		padding: 0;
		margin-top: -3%;
		}
	ul.toMenupage li:last-child p{
		padding: 0;
		}
	ul.toMenupage li p span{
		font-size: 3.6vw;
		line-height: 1.2em;
		margin: 0% 0 4%;
		}
	
	ul.toMenupage li:nth-child(2),
	ul.toMenupage li:nth-child(3){
		margin: 10% 0 0 0;
		}
	
	
	.appetizer{
		width: 100%;
		flex-direction: column;
		}
	.appetizer div{
		width: 100%;
		padding: 10% 8%;
		}
	.appetizer img{
		width: 100%;
		}
	.appetizer h2{
		font-size: 6.6vw;
		text-align: center;
		margin-bottom: 5%;
		}
	.appetizer p{
		font-size: 4.4vw;
		color: #FFF;
		text-align: center;
		}

	.appetizer a{
		width: 100%;
		border: #FFF 1px solid;
		border-radius: 10px;
		box-sizing: border-box;
		padding: 4% 4%;
		margin: 5% auto 0;
		}
	.appetizer a img{
		width: 100%;
		}
	
	.intro{
		flex-direction: column;
		}
	.intro > div{
		width: 100%;
		height: auto;
		}
	
	.intro > div:nth-child(2){
		height: 280px;
		}
	.intro > div:nth-child(3){
		height: 280px;
		order: 4;
		}
	
	.intro > div p{
		position: inherit;
		top: auto;
		left: auto;
		transform: none;
		-webkit-transform:  none;
		-ms-transform:  none;
		}
	
	.intro > div:nth-child(1){
		background-color: transparent;
		}
	.intro > div:nth-child(1) p{
		color: #262D47;
		font-size: 6vw;
		text-align: center;
		}
	.intro > div:nth-child(1) p,
	.intro > div:nth-child(4) p{
		position: relative;
		width: 100%;
		text-align: center;
		line-height: 1.8em;
		padding: 10% 4% 20%;
		box-sizing: border-box;
		}
	
	.intro > div:nth-child(4) a{
		width: 70%;
		font-weight: 5vw;
		padding: 5% 10%;
		margin: 10% auto 0;
		}
	
	.rsv{
		flex-direction: column;
		}
	.rsv .name{
		width: 100%;
		}
	.rsv .name p{
		font-size: 5vw;
		text-align: center;
		}
	.rsv .name a img{
		width: 80%;
		margin: 0 auto 5%;
		}
	.rsv > p{
		text-align: center;
		line-height: 1.8em;
		}
	
	
	/* about.html */
	.catchArea{
		width: 100%;
		flex-direction: column-reverse;
		background-color: #252D47;
		}
	.catchArea img{
		width: 100%;
		margin-top: -10%;
		}
	.catchArea p{
		width: auto;
		color: #FFF;
		font-size: 8vw;
		 text-shadow: 1px 2px 3px rgba(0, 0, 0, 8);
		margin: 10% 10% -5% 0;
		}

	.about{
		position: inherit;
		margin-bottom: 20%;
		}
	.about > p{
		position: inherit;
		top: auto;
		right: auto;
		width: 100%;
		height: auto;
		color: #252D47;
		line-height: 1.8em;
		text-align: center;
		padding: 10% 10%;
		}

	.inside{
		display: flex;
		flex-direction: column;
		}
	.inside > div{
		position: inherit;
		width: 100%;
		margin-bottom: 10%;
		padding: 5% 5%;
		box-sizing: border-box;
		background-color: #252D47;
		}
	.inside > div:last-child{
		margin-bottom: 0;
		}
	.inside > div p{
		position: inherit;
		right: auto;
		top: auto;
		text-align: center;
		padding: 0;
		margin: 3% 0 0 0;
		}

	.inside > div:nth-child(even){
		margin: 0 0 15% 0;
		}
	
	/* news.html */
	.appli{
		flex-direction: column;
		margin: 50px 0;
		}
	.appli > div{
		width: 100%;
		padding: 10% 0;
		}

	.appli h3{
		margin-bottom: 5%;
		}

	.appli > div div{
		display: flex;
		align-items: center;
		justify-content: space-around;
		}
	
	.dlArea > img{
		width: 40%;
		}	
	
	/* menu.html */
	.recommend{
		flex-direction: column;
		}

	.recommend .detail{
		position: inherit;
		width: 100%;
		background-color: rgba(255,255,255,0.8);
		padding: 5% 5%;
		margin-bottom: 5%;
		}

	.recommend .detail img{
		width: 100%;
		margin: 0 auto 5%;
		}

	.recommend .detail p{
		position: inherit;
		right: auto;
		top: auto;
		padding: 0;
		background-color: transparent;
		}
	.recommend .detail p span{
		font-size: 5vw;
		}
	.recommend .detail p span:nth-child(1){
		text-align: left;
		}
	
	.images{
		width: 100%;
		margin: 5% auto 20%;
		}
	
	.images.one{
		justify-content: center;
		margin-bottom: 10%;
		}
	.images.one img{
		width: 100%;
		}


	.price{
		width: 100%;
		margin: 0 auto 20%;
		}
	ul.priceList{
		width: 100%;
		margin: 0 0 3% 0;
		}
	ul.priceList li{
		padding: 2% 2%;
		}
	ul.priceList li p{
		font-size: 4.8vw;
		}
	ul.priceList li p:nth-child(2) {
		align-self: end;
		}
	
	ul.priceList.memo li{
		flex-wrap: wrap;
		}
	ul.priceList.memo li p:nth-child(1){
		width: 100%;
		}
	ul.priceList.memo li p:nth-child(1) span{
		font-size: 4vw;
		padding: 0 3%;
		}
	ul.priceList.memo li p:nth-child(2){
		width: 75%;
		font-size: 4vw;
		}
	ul.priceList.memo li p:nth-child(3){
		width: 25%;
		text-align: right;
		}
	
	.att{
		font-size: 4vw;
		}
    .dec{
        width: 100%;

        padding: 4% 0;
        }
    
	
	/* course.html */
	.courseMemo{
		font-size: 6vw;
		}

	.courseRsv{
		width: 100%;
		margin: 10% auto;
		padding: 6% 6%;
		}
	.courseRsv a{
		display: block;
		}
	.courseRsv img{
		width: 80%;
		}
	
	.lunch{
		flex-direction: column;
		}

	.lunch .category{
		width: 100%;
		padding: 0 4%;
		margin-bottom: 10%;
		}
	
	.lunch .category > p{
		font-size: 7vw;
		padding: 5% 0;
		}
	.lunch .category > p span{
		display: block;
		font-size: 4vw;
		font-weight: normal;
		}
	.lunch .category ul.priceList{
		margin-bottom: 5%;
		}


	/* access.html */
	.access{
		flex-direction: column;
		margin-bottom: 50px;
		}
	.near{
		width: 100%;
		margin-bottom: 5%;
		}

	.near p{
		text-align: center;
		margin: 0 0 5% 0;
		}
	.map{
		width: 100%;
		}
	.map iframe{
		height: 300px;
		}

	table.info th,
	table.info td{
		width: 100%;
		display: block;
		}
	table.info th{
		font-size: 5vw;
		text-align: left;
		border-bottom: none;
		padding: 5% 3% 0;
		}
	table.info td{
		font-size: 4.6vw;
		padding: 3% 3% 5%;
		}
	
	table.info td .tel{
		width: 100%;
		}

}


@media only screen and (max-width : 992px){
	body{min-width: 1100px;}
	
	h2.menuTtl span{
		-ms-writing-mode: horizontal-rl;
		writing-mode: horizontal-tb;
		}

	
}


@media print, only screen and (min-width:1351px){
	body{min-width: 1100px;}
}