@charset "utf-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  box-sizing: border-box;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

html {
  overflow-y: scroll; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

input, textarea {
  margin: 0;
  padding: 0; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th {
  text-align: left; }

a:focus {
  outline: none; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.clearfix {
  min-height: 1px; }

* html .clearfix {
  height: 1px;
  /*¥*/
  /*/
	height: auto;
	overflow: hidden;
	/**/ }

.both {
  clear: both; }

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1; }
  
 img {
	 vertical-align: top;
 }

/* よく使うCSS start

img {
	max-width:100%;
}

table {
	width:100%;
}

a,a:hover {
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}

a img:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

よく使うCSS end -----
時々使うCSS3 start ---

テキストシャドウ {
	text-shadow: 1px 1px 3px #000;
}

テキストシャドウ {
	text-shadow: 1px 1px 3px #000;
}

ボックスシャドウ {
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

ボックスシャドウ内側 {
	-moz-box-shadow: inset 1px 1px 3px #000;
	-webkit-box-shadow: inset 1px 1px 3px #000;
	box-shadow: inset 1px 1px 3px #000;
}

角丸 {
	border-radius: 10px; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
}

トランジション {
	-webkit-transition: 1.5s;
	-moz-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s;
}

透明 {
	filter: alpha(opacity=25);
	-moz-opacity:0.25;
	opacity:0.25;
}

背景のみ透明 {
	background-color:rgba(255,255,255,0.2);
}

グラデーション {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000')";
	background-image: -moz-linear-gradient(top, #ffffff, #000000);
	background-image: -ms-linear-gradient(top, #ffffff, #000000);
	background-image: -o-linear-gradient(top, #ffffff, #000000);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#000000));
	background-image: -webkit-linear-gradient(top, #ffffff, #000000);
	background-image: linear-gradient(top, #ffffff, #000000);
}

スマホ対応
@media screen and (max-width: 480px){
	
}
@media screen and (max-width: 320px){
	
}

時々使うCSS3 end */

html {
	
}

#wrap {
	width: 750px;
	margin: 0 auto;
	position: relative;
	background-color: #faf5e8;
}

body {
	font-size: 14px;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	/*background-color: #09294a;*/
	background: url(../img/b_back.jpg) repeat left top;
	color: #09294a;
	/*font-family: 'Helvetica Neue','Arial', 'Helvetica','游ゴシック', YuGothic, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;*/
	font-family: '游ゴシック', YuGothic, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings : "palt";

}

a {
  text-decoration: none;
  color: #666; 
}

a:hover {
	color: #666;
}

#access_wrap {
	padding: 58px 25px 60px;
	position: relative;
	
}

#access_wrap h2 {
	font-size: 20px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 0.12em;
}

#access_wrap section {
	padding: 0px 0 0;
}

#access_wrap .intro {
	line-height: 1.71;
	margin-top: 20px;
}

#access_wrap .title {
	font-size: 15px;
	display: inline-block;
	border-bottom: 1px solid #09294a;
	padding-bottom: 3px;
	margin-bottom: 6px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 0.12em;
	padding-top: 2.5em;
}

#access_wrap p + .title {
	
}

#access_wrap .ticket_info {
	border: 1px solid #ffbb49;
	padding: 33px 30px 30px;
	background-color: #fff;
	margin: 17px 0 0;
	border-radius: 4px;
	padding-top: 0;
}

#access_wrap .ticket_info .title {
	font-size: 17px;
	line-height: 1.4;
	padding-bottom: 8px;
}

#access_wrap .ticket_info p {
	font-size: 15px;
	margin: 14px 0 0;
	line-height: 1.6;
}

#access_wrap .ticket_info .paypay {
	width: 170px;
	height: auto;
}


#access_wrap .ticket_info p span {
	font-size: 13px;
	color: #e60000;
}

#access_wrap .price_change {
	padding: 17px 0 0;
}

#access_wrap .price_change a {
	display: block;
	background-color: #fff;
	padding: 20px;
	border: 1px solid #09294a;
	color: #09294a;
	border-radius: 4px;
}

#open p {
	font-size: 16px;
	margin: 14px 0 0;
	line-height: 1.6;
}

#open p span {
	font-size: 12px;
}

#open p.caution {
	color: #DD0000;
}

#access p {
	font-size: 15px;
	margin: 4px 0 0;
	line-height: 1.6;
}

#access p.tel {
	font-size: 14px;
	font-weight: bold;
}

#access p.tel a {
	font-size: 28px;
	font-weight: bold;
	display: inline-block;
	color: #09294a;
}

#access .gmap_open {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -33px;
	padding: 0 25px;
	z-index: 1;
}

#access .gmap_open a {
	display: block;
	text-align: center;
	border: 1px solid #09294a;
	padding: 15px 0;
	font-size: 16px;
	color: #fff;
	background-color: #09294a;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 0.1em;
}

#gmap {
	width: 100%;
	height: 500px;
	background-color: #ddd;
}

footer {
	/*background-color: #09294a;*/
	background: url(../img/b_back.jpg) repeat left top;
	text-align: center;
	padding: 32px 0;
}

footer small {
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
}

header .menu {
    position: fixed;
    top: 8px;
    right: 9px;
    width: 44px;
    height: 44px;
    z-index: 9999;
    cursor: pointer;
}

header .menu, header .menu .menu_bar {
    display: inline-block;
    transition: all .4s;
}

header .menu .menu_bar {
    position: absolute;
    left: 11px;
    width: 22px;
    height: 2px;
    background-color: #ffffff;
}

header .menu .menu_bar:nth-of-type(1) {
    top: 14px;
}

header .menu.active span:nth-of-type(1) {
	-webkit-transform: translateY(7px) rotate(45deg);
	background-color: #faf5e8;
}

header .menu .menu_bar:nth-of-type(2) {
    transition: all .15s .15s;
    opacity: 1;
    top: 21px;
}

header .menu.active span:nth-of-type(2) {
    opacity: 0;
}

header .menu .menu_bar:nth-of-type(3) {
    top: 28px;
}

header .menu.active span:nth-of-type(3) {
	-webkit-transform: translateY(-7px) rotate(-45deg);
	background-color: #faf5e8;
}

#nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(9,41,74,0.93);
    transition: 1s ease;
    z-index: 1000;
    transition: 0.2s linear;
    visibility: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}

#nav.active {
	visibility: visible;
	filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

#nav .layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

#nav a {
	color: #faf5e8;
}

#nav h2 {
	padding: 100px 25px 0;
	position: relative;
}

#nav ul {
	width: 750px;
	margin: 0 auto;
	padding: 180px 10% 0;
	position: relative;
	text-align: center;
}


#nav ul li {
	display: inline-block;
	margin-right: 3%;
	width: 15%;
}

#nav ul a {
	display: block;
	padding: 0.5em 0;
	border-left: 1px solid #36506b;	
}

#nav ul a img {
	width: 47%;
	height: auto;
}

/*
	home
-------------------------	*/

#home_logo {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

#home_logo:before {
	content: "";
	display: block;
	width: 100%;
	padding-top: 121%;
}

#home_logo img {
	width: 46.6%;
	height: auto;
	margin-left: 42.6%;
}

.carousel {
	width: 100%;
	position: relative;
}

#home_slide:before {
	content: "";
	display: block;
	width: 100%;
	padding-top: 140%;
}

#about_slide:before,
#shop_slide:before {
	content: "";
	display: block;
	width: 100%;
	padding-top: 100%;
}

#recruit_slide:before {
	content: "";
	display: block;
	width: 100%;
	padding-top: 100%;
}

.carousel div {
	position: absolute;
	left: 0;
	top: 0;
}

.carousel div img {
	width: 100%;
	height: auto;
}

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

.slick-dots {
	text-align: center;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -2em;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:before {
	content: "";
	display: block;
	position: absolute;
	left: 8px;
	top: 8px;
    width: 4px;
    height: 4px;
    opacity: 0.25;
    background-color: #000;
    transition: 0.15s linear;
    border-radius: 4px; 
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.slick-dots li.slick-active button:before {
	opacity: 1;
}

#home header {
	/*background-color: #09294a;*/
	background: url(../img/b_back.jpg) repeat left top;
}

#home_intro {
	width: 100%;
	padding: 42.6% 25px 0;
	color: #fff;
	line-height: 1.9;
	position: relative;
	letter-spacing: 0.03em;
}

#home_intro:before {
	content: "";
	width: 90px;
	height: 93px;
	position: absolute;
	left: 25px;
	top: 34px;
	background-image: url(../img/logo.png);
	background-size: 90px auto;
	background-repeat: no-repeat;
	background-position: left top;
	filter: alpha(opacity=25);
	-moz-opacity:0.25;
	opacity:0.25;
}

#home_entry {
	padding: 15px 25px 40px;
}

#home_entry li {
	padding: 15px 0 0;
}

#home_entry li a {
	display: block;
	text-align: center;
	color: #faf5e8;
	background: rgba(255,255,255,0.13);
	font-size: 18px;
	letter-spacing: 0.15em;
	padding: 20px 0;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.subpage_head {
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
}

.subpage_head:before {
	content: "";
	display: block;
	width: 100%;
	/*padding-top: 100%;*/
	padding-top: 130%;
}

.subpage_head img {
	width: 22px;
	height: auto;
	margin-top: 50px;
	margin-right: 20px;
	opacity: 0;
}

.subpage_head img.fix {
	position: fixed;
	top: 60px;
	right: 20px;
	margin: 0;
	z-index: 10;
}

#shop_about {
	position: relative;
}

.menu_slide div {
	position: relative;
}

.menu_slide div p {
	font-size: 12px;
	letter-spacing: 0.05em;
	position: absolute;
	right: 25px;
	bottom: 12px;
	color: #fff;
	text-shadow: 0px 0px 3px #000;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.5;
	text-align: right;
}


.menu_category {
	padding: 13px 64px 65px 25px;
}

.menu_category.oshinagaki_title {
	background-image: url(../img/head_menu.svg);
	background-repeat: no-repeat;
	background-size: 22px 132px;
	background-position: calc(100% - 18px) 38px ;
}

.menu_category + .menu_category:last-child {
	padding-top: 0;
}

.menu_category + .menu_category:last-child h2 {
	margin-top: 0;
}

.menu_category.sidemenu {
	padding-bottom: 25px;
}

.menu_category h2 {
	font-size: 19px;
	letter-spacing: 0.05em;
	position: relative;
	margin-top: 45px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.menu_category h2 span {
	font-size: 15px;
	position: absolute;
	right: 0;
	bottom: 0;
	letter-spacing: 0;
}

.menu_category p {
	line-height: 1.6;
	font-size: 13px;
	margin-top: 18px;
}

.menu_category p .red {
	color: #be1627;
}

.menu_category p.takeout_info {
	color: #c90000;
}

.other_menu {
	padding: 10px 0 0;
	font-size: 15px;
	width: 100%;
}

.other_menu li {
	position: relative;
	margin: 15px 0 0;
	white-space: nowrap;
	overflow: hidden;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background-image: url(../img/dot.svg);
	background-position: left 4px;
	background-size: 8px 3px;
	background-repeat: repeat-x;
}

.other_menu li small {
	font-size: 11px;
	display: inline-block;
	padding-top: 5px;
}

/*.other_menu li:after {
	content: "　・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・";
	position: absolute;
	right: 0;
	top: 0;
}*/

.other_menu li span.name {
	display: inline-block;
	padding-right: 1em;
	background-color: #faf5e8;
}

.other_menu li span.price {
	position: absolute;
	right: 0;
	top: 0;
	display: inline-block;
	padding-left: 1em;
	background-color: #faf5e8;
	z-index: 1;
}

.content_head:before {
	content: "";
	display: block;
	font-size: 11px;
	padding-bottom: 18px;
}

.about_section {
	padding: 0 64px 65px 25px;
}

.about_section .content_head:before {
	content: "philosophy";
}

.about_section h2 {
	font-size: 18px;
	letter-spacing: 0.05em;
	line-height: 1.75;
	margin-top: 45px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.about_section p {
	line-height: 1.65;
	margin-top: 20px;
	letter-spacing: 0.03em;
}

.about_section p.annotation {
	font-size: 12px;
}

.recruit_section {
	padding: 0 62px 65px 25px;
}

.recruit_section .content_head:before {
	content: "RECRUIT";
}

.recruit_section h2 {
	font-size: 19px;
	letter-spacing: 0.05em;
	line-height: 1.75;
	margin-top: 45px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.recruit_section h3 {
	font-size: 15px;
    display: inline-block;
    border-bottom: 1px solid #09294a;
    padding-bottom: 3px;
    margin-bottom: 6px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 0.12em;
    margin-top: 50px;
}

.recruit_section p {
	line-height: 1.65;
	margin-top: 20px;
	font-size: 13px;
	letter-spacing: 0.03em;
}



.recruit_info dt {
	width: 1em;
	float: left;
	clear: both;
	padding: 1.2em 0 0.6em 0.8em;
	font-size: 13px;
	line-height: 1.2;
	font-weight: bold;
}

.recruit_info dd {
	padding: 1em 1em 0.8em 3.5em;
	border-bottom: 1px solid #8192a3;
	font-size: 13px;
	line-height: 1.6;
	background-color: #fff;
	min-height: 4em;
}


#company_info dt {
	width: 5em;
	float: left;
	clear: both;
	padding: 1em 0 0.3em 0;
	font-size: 13px;
	line-height: 1.6;
	font-weight: bold;
}

#company_info dd {
	padding: 1em 1em 0.3em 5em;
	border-bottom: 1px solid #8192a3;
	font-size: 13px;
	line-height: 1.6;
}

#recruit_entry {
	margin: 10px 0 0;	
}

#recruit_entry li {
	padding: 6px 0 0;
}

#recruit_entry li a {
    display: block;
    text-align: center;
    color: #fff;
    background: rgba(9,41,74,0.9);
    font-size: 15px;
    letter-spacing: 0.1em;
    padding: 18px 0;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.recruit_section p.tel {
	font-size: 14px;
	font-weight: bold;
	margin-top: 28px;
}

.recruit_section p.tel a {
	font-size: 24px;
	font-weight: bold;
	display: inline-block;
	color: #09294a;
	margin-left: 4px;
}

.recruit_section img {
	display: block;
	width: 100%;
	height: auto;
	margin-top: 1em;
}

.staff_head {
	clear: both;
	font-weight: bold;
	margin-top: 2em;
	padding-bottom: 8px;
	border-bottom: 1px solid #8192a3;
	padding-top: 20px;
}

#news {
  width: 100%;
  background-color: rgba(0,0,0,0.4);
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px 6px 9px;
  z-index: 2;
}

#news li {
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
  padding-left: 10px;
}

#news li a {
	color: #fff;
}

.rateinfo {
  padding: 50px;
}

.rateinfo h3 {
    font-size: 18px;
    line-height: 1.45;
    letter-spacing: 0.05em;
    position: relative;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.rateinfo p {
    line-height: 1.6;
    font-size: 13px;
    margin-top: 18px;
    letter-spacing: 0.03em;
}

.takeout {
	padding: 35px 15px 30px;
}

.takeout .wrap{
	background-color: #faf5e8;
	padding: 30px 20px 30px;
}

.takeout h2 {
	text-align: center;
	font-size: 20px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 0.1em;
    line-height: 1.75;
}

.takeout p {
	line-height: 1.75;
	margin: 1em 0 0;
	font-size: 15px;
}

.takeout p.attention {
	color: #c90000;
	font-size: 13px;
}

.takeout .call {
	text-align: center;
	padding: 20px 0 0;
}

.takeout a {
	font-size: 25px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 0.07em;
    color: #09294a;
    line-height: 1;
}

.takeout a span {
	font-family: sans-serif;
	font-size: 11px;
	display: inline-block;
	border: 1px solid #09294a;
	padding: 4px 8px;
	line-height: 1;
	border-radius: 4px;
	margin: 0 12px 0 0;
	vertical-align: text-bottom;
}

#open ul {
	font-size: 15px;
	line-height: 1.5;
	padding: 10px 0 10px;
}

#open ul li {
	margin-top: 0.65em;
	position: relative;
	padding: 0 0 0 1.2em;
}

#open ul li:before {
	content: "・";
	position: absolute;
	left: 0;
	top: 0;
}