@charset "utf-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;/* 変更 */
	-webkit-text-size-adjust: 100%;
}
article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section,main {
	display: block;
}
h1, h2, h3, h4, h5, h6, strong, th{
	font-weight: normal;
}
ol,ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}
a{
	margin: 0;
	padding: 0;
	font-size: 100%; vertical-align: baseline; background: transparent; text-decoration: none;
}
/*android版クローム　フォントサイズが大きくなる不具合対策*/
p {
	max-height: 999999px;
}
ins {
	background-color: #ff9;/* 変更 */
	color: #000;/* 変更 */
	text-decoration: none;
}
mark {
	background-color: #ff9;/* 変更 */
	color: #000;/* 変更 */
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
img {
	vertical-align: bottom;
}
/* form */
input, select {
	vertical-align: middle;
}
/* float解除 */
header:after,footer:after,section:after,article:after,aside:after,main:after,div:after,dl:after,ul:after,ol:after,li:after {
		display: block;
		clear: both;
		height: 0;
		content: "";
}

/*PC版769pxまでSP版786px〜*/
@media screen and (min-width: 768px) {
	.sp{
		display: none !important;
	}
}
@media screen and (max-width: 767px) {
	.pc{
		display: none !important;
	}
}
/****************************************
 common (共通スタイル)
****************************************/
body {
	margin: 0;
	background: url(../images/bg-wave.png) 0 0 repeat;
}
footer {
	background: #ffffff;
}
.inner {
	width: 960px;
	margin: 0 auto;
}
#main-outer {
	margin-left: 320px;
}
main {
	width: 100%;
	max-width: 1600px;
	margin:0 auto;
}
a {
	color: #231815;
}
.mb_10{
	margin-bottom: 10px;
}
.unit {
	font-size: 0.75em;
}
/* 丸ボタンリンク 黒Large */
.btn-circle {
	height: 40px;
	padding-bottom: 30px;
}
.btn-inner {
	padding: 10px 13px;
	border: 2px solid #231815;
	border-radius: 50%;
	color: #231815;
	font-weight: bold;
	transition: all .3s;
}
.btn-inner:hover {
	background: #231815;
	color: #ffffff;
}
/* 丸ボタンリンク 白Small */
.btn-circle-w {
	height: 45px;
}
.btn-inner-w {
	padding: 10px 12px;
	border: 2px solid #ffffff;
	border-radius: 50%;
	color: #ffffff;
	font-size: 0.75em;
	font-weight: bold;
	transition: all .3s;
}
.btn-inner-w:hover {
	background: #ffffff;
	color: #585858;
}
.drawer-hamburger-icon:after {
	top: 8px;
}
.drawer-hamburger-icon:before {
	top: -8px;
}

.mb-5 {
	margin-bottom: 5px;
}
.mb-10 {
	margin-bottom: 10px;
}
.mb-20 {
	margin-bottom: 20px;
}

.fs_s{
	font-size: .8em
}

.atten_lg {
	font-size: 1.25em;
	font-weight: bold;
}

.atten_b {
	font-weight: bold;
}
/****************************************
 header ヘッダー
****************************************/
header {
	height: 100%;
	min-height: 750px;
	width: 320px;
	padding: 20px 0;
	background: rgba(35, 24, 21, 0.5);
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}
h1 {
	margin-bottom: 20px;
}
header button {
	display: none;
}
nav {
	height: 100%;
	position: relative;
}
nav ul {
	width: 320px;
	margin: 0 auto;
	position: absolute;
	bottom: 40%;
}

/*{
	width: 62px;
	cursor: pointer;
}*/
nav ul li:last-child {
	margin: 10px 0 0 0;
}
nav ul li.navigation{
	display: inline-block;
	vertical-align: top;
}

/****************************************
 トップ カラム
****************************************/
.top-column {
	width: 100%;
	text-align: center;
}
.top-column img {
	margin: 30px;
}
#top-outer {
	position: relative;
}
/* ムービー */
#top-mov {
	position: relative;
	height: 0;
	padding: 0 0 56.25%;
	overflow: hidden;
	background: #000000;
}
#top-mov video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
/* Language 言語 */
#language {
	float: right;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 2;
}
#language ul li {
	margin-bottom: 10px;
	cursor: pointer;
	opacity: .5;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#language ul li:hover {
	opacity: 1;
}
#language ul li:nth-of-type(1) {
	cursor: default;
	opacity: 1;
}

/* コンセプト */
#top-concept img {
	float: right;
	margin-right: 20px;
}
#top-concept img:nth-child(2) {
	margin: 110px 55px 100px 0;
}
#top-concept img:last-child {
	margin: 110px 0 0 0;
	float: left;
}
/* スライドショー */
#top-slide {
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
}
#top-slide .control {
	width: 100%;
	position: absolute;
	top: 50%;
	z-index: 9999;
}
#top-slide .control #prev {
	margin-left: 20px;
}
#top-slide .control #next {
	margin: -45px 0 0 93%;
}
#top-concept-mobile {
	display: none;
}
/* スライドのクラス */
.cycle-slide {
	width: 100%;
}
/* クラス名の変更はjs/my.jsのslideClassより行ってください */

/* 過去の動画  */
.column-txt {
	float: right;
}
.list-2col {
	padding-top: 40px;
}
.list-2col iframe {
	height: 290px;
	width: 439px;
	margin-bottom: 20px;
	float: left;
}
.list-2col iframe:nth-of-type(odd) {
	margin-right: 20px;
}

/* 食べて欲しい逸品 */
#top-choice-mobile,
#top-choice-mobile .top-choice-mobile-title,
#top-choice-mobile .top-choice-mobile-right {
	display: none;
}
#top-choice {
	height: 675px;
	margin-bottom: 20px;
	background: url(../images/top-choice-bg.png) top center no-repeat;
	position: relative;
}
#top-choice img {
	width: 760px;
	margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
}
/*#top-choice .top-choice-inner {
	height: 675px;
	width: 590px;
	margin: 0 auto;
	position: relative;
}
#top-choice a {
	width: 140px;
	padding: 35px 10px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.7);
	text-align: center;
	color: #231815;
	display: block;
	position: absolute;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#top-choice a:hover {
	background: rgba(35, 24, 21, 0.7);
	color: #ffffff;
}
#top-choice a:nth-of-type(1) {
	left: 360px;
	top: 100px;
}
#top-choice a:nth-of-type(2) {
	left: 30px;
	top: 410px;
}
#top-choice a:nth-of-type(3) {
	left: 460px;
	top: 460px;
}
#top-choice a p:nth-of-type(1) {
	font-size: 1.75em;
}
#top-choice a p:nth-of-type(2) {
	font-size: 1.25em;
	line-height: 0.5em;
	font-weight: bold;
}
#top-choice a p:nth-of-type(3) {
	font-size: 0.9em;
	margin: 16px 0 0 0;
	letter-spacing: 1px;
}
#top-choice .icon-limited {
	width: 100px;
	height: 100px;
	position: absolute;
	left: 300px;
	top: 10px;
}*/

/* ホームページ限定コース */
#top-course {
	height: 675px;
	/*margin-bottom: 40px;*/
	margin-bottom: 20px;
	background: url(../images/top-course-bg.png) top center no-repeat;
	text-align: center;
	position: relative;
}
#top-course img {
	width: 435px;
	margin: 120px auto 0 auto;
}
#top-course p {
	width: 146px;
	margin: 0 auto;
	border: 1px solid #231815;
	border-radius: 2px;
	position: relative;
	top: -110px;
	z-index: 10;
}
#top-course p a {
	padding: 6px 16px;
	color: #231815;
	display: block;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#top-course p a:hover {
	background: #231815;
	color: #ffffff;
}
/* 新着情報 */
#topics {
	/*margin-bottom: 40px;*/
	padding: 40px 0 0 0;
	background: #ffffff;
	text-align: center;
}
#topics .inner {
	width: 770px;
}
#topics h2 img {
	width: 97px;
	margin: 0 auto;
	margin-bottom: 20px;
}
#topics #info_box {
	margin: 0 auto;
	/*max-height: 400px;*/
	/*overflow-y: scroll;*/
	text-align: center;
}
#topics article h3 {
	margin-bottom: 20px;
	font-size: 1.25em;
	/*text-align: center;*/
}
#topics article {
	width: 640px;
	margin: 0 auto;
	font-size: 0.9em;
	line-height: 1.8;
	text-align: left;
	/*float: left;*/
	/*max-height: 400px;
	overflow: scroll;*/
}
/*#topics p:first-of-type {
	margin: 60px 20px 0 0;
}
#topics p:last-of-type {
	margin: 60px 0 0 20px;
}*/
#topics .btn-outer {
	width: 80px;
	margin: 40px auto 0;
}
#topics .btn-circle {
	width: 42px;
	float: left;
}
#topics .btn-circle:nth-of-type(2) {
	margin-left: 20px;
}
.topics_bnr{
	/* margin-bottom: 15px; */
	margin-bottom: 10%;
}
.topics_bnr img{
	width: 100%;
}
#topics .season_info {
	width: 640px;
    text-align: left;
    font-size: 14px;
    line-height: 1.8;
    margin: 0 auto 40px;
}
#topics .season_info {
    position: relative;
}
#topics .season_info::first-line {
    font-size: 18px;
}
#topics .season_info a {
    text-decoration: underline;
    color: #000;
}
#topics .season_info a:hover {
    color: #b30000;
}

/* Facebookバナー＆YouTubeチャンネルバナー&Instagramバナー */
#top-golf {
	height: 80px;
	margin-bottom: 2px;
	padding-top: 115px;
	background: url(../images/top-golf.png) top center no-repeat;
}
#top-facebook {
	height: 80px;
	padding-top: 100px;
	background: url(../images/top-facebook.png) top center no-repeat;
}
#top-instagram {
	height: 80px;
	padding-top: 100px;
	background: url(../images/top-instagram.png) top center no-repeat;
}
#top-archives {
	height: 95px;
	margin-bottom: 2px;
	padding-top: 100px;
	background: url(../images/top-archives.png) top center no-repeat;
}
#top-golf p {
	width: 260px;
	margin: 0 auto;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.7);
	font-size: 0.9em;
}
#top-facebook p {
	width: 170px;
	margin: 0 auto;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.7);
	font-size: 0.9em;
}
#top-instagram p {
	width: 170px;
	margin: 0 auto;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.7);
	font-size: 0.9em;
}
#top-archives p {
	width: 200px;
	margin: 0 auto;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.7);
	font-size: 0.9em;
}
#top-golf p a,
#top-facebook p a,
#top-archives p a,
#top-instagram p a {
	padding: 12px 16px;
	color: #231815;
	display: block;
	border-radius: 4px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#top-golf p a:hover,
#top-facebook p a:hover,
#top-archives p a:hover,
#top-instagram p a:hover {
	background: #231815;
	color: #ffffff;
}

/*バナー*/
.bnr{
	margin: 20px auto;
	text-align: center;
}
.bnr iframe{
	width: 100%;
    max-width: 750px;
	margin-top: 20px;
}
.bnr img{
	width: 100%;
	max-width: 750px;
}

/* 臨時休業のお知らせ */

#top-news{
	/* max-width: 700px; */
	/* width: 100%; */
	margin:0 auto 100px;
	padding: 40px;
	background: #fff;
	box-sizing: border-box;
}
#top-news .top-news_inner{
	max-width: 700px;
	margin: auto;
}
#top-news h2{
	font-size: 1.8rem;
	font-weight: bold;
	margin:0 auto 10px;
}
#top-news .br_pc_none{
	display: none;
}
@media screen and (max-width: 768px) {
	#top-news{
		margin-bottom: 20px;
		padding: 20px;
		}
		#top-news h2{
		font-size: 1.8rem;
		font-weight: bold;
		margin:0 auto 10px;
		}

}
@media screen and (max-width: 480px) {
	#top-news .br_pc_none{
		display: block;
	}
}
/****************************************
フッター
****************************************/
footer .logo {
	float: left;
}
footer ul {
	margin-left: 60px;
	float: left;
}
footer ul li {
	margin: 90px 35px 0 0;
	float: left;
}
footer ul li:last-of-type {
	margin-right: 0;
}
footer .footer-right {
	/*width: 420px;*/
	margin: 40px 0 0 0;
	float: right;
}
footer .footer-access {
	margin-bottom: 28px;
}
footer .copyright {
	padding: 10px 0 0 0;
	text-align: center;
	font-size: 0.75em;
}

/****************************************
404ページ
****************************************/
#err {
	width: 80%;
	max-width: 960px;
	margin: 40px auto;
	padding: 20px 40px;
	border: 1px solid #231815;
	border-radius: 4px;
	text-align: center;
}
#err p {
	margin-bottom: 20px;
}
#err h2 {
	margin-bottom: 20px;
	font-weight: bold;
}
#err #err_toplink {
	margin: 40px 0 20px 0;
}
#err #err_toplink a {
	padding: 20px 20px;
	border: 1px solid #e84c3d;
	border-radius: 4px;
	color: #e84c3d;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#err #err_toplink a:hover {
	background: #e84c3d;
	color: #ffffff;
}

/****************************************
モーダルウインドウ
****************************************/
.modal > label {
	cursor: pointer;
	display: inline-block;
}
.modal-overlay {
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align:center;
	z-index: 9999;
	overflow: scroll;
}
.modal-wrap {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1600px;
}
.modal-wrap p {
	color: #ffffff;
	text-align: center;
}
.modal-wrap p .unit {
	font-size: 0.75em;
}
.modal-wrap .modal-title {
	margin: 100px auto 20px auto;
	text-align: center;
}
.modal-wrap p:nth-of-type(2) {
	width: 541px;
	margin: 0 auto 20px auto;
	padding: 10px;
	background: #ffffff;
	color: #000000;
}
.modal-wrap p:nth-of-type(3) {
	width: 130px;
	margin: 0 auto;
	border: 1px solid #ffffff;
	border-radius: 2px;
	font-size: 0.9em;
}
.modal-wrap p:nth-of-type(3) a {
	padding: 6px 16px;
	color: #ffffff;
	display: block;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.modal-wrap p:nth-of-type(3) a:hover {
	background: #ffffff;
	color: #231815;
}
.modal-wrap label {
	/*margin: 40px 0 0 0;*/
	padding: 4px 20px 9px 20px;
	border: 1px solid #ffffff;
	border-radius: 50%;
	color: #ffffff;
	font-size: 2em;
	cursor: pointer;
	display: inline-block;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.modal-wrap label:hover {
	background: #ffffff;
	color: #000000;
}
input {
	position: absolute;
	z-index: -9999;
	visibility: hidden;
}
.modal-overlay {
	opacity:0;
		-webkit-transform: scale(0.5);
		-moz-transform: scale(0.5);
		-ms-transform: scale(0.5);
		-o-transform: scale(0.5);
		transform: scale(0.5);
		-webkit-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
		-moz-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
		-ms-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
		-o-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
		transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
	z-index: -999;
}
input:checked ~ .modal-overlay {
	opacity: 1;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	z-index: 999;
}

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

.modal-mobile > label {
	cursor: pointer;
	display: inline-block;
}
.modal-overlay-mobile {
	height: 100%;
	width: 100%;
	max-width: 768px;
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align:center;
	z-index: 9999;
	overflow: scroll;
}
.modal-wrap-mobile {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 768px;
}
.modal-wrap-mobile p {
	color: #ffffff;
}
.modal-wrap-mobile .modal-title-mobile {
	margin: 60px 0 20px 0;
	text-align: center;
}
.modal-wrap-mobile img {
	width: 80%;
	max-width: 561px;
}

.modal-wrap-mobile p:nth-of-type(2) {
	width: 80%;
	max-width: 561px;
	margin: 0 auto 20px auto;
	padding: 10px 0;
	background: #ffffff;
	color: #000000;
	text-align: center;
}
.modal-wrap-mobile p:nth-of-type(3) {
	width: 130px;
	margin: 0 auto;
	border: 1px solid #ffffff;
	border-radius: 2px;
	font-size: 0.9em;
}
.modal-wrap-mobile p:nth-of-type(3) a {
	padding: 6px 16px;
	color: #ffffff;
	display: block;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.modal-wrap-mobile p:nth-of-type(3) a:hover {
	background: #ffffff;
	color: #231815;
}
.modal-wrap-mobile label {
	margin: 40px 0 0 0;
	padding: 4px 20px 9px 20px;
	border: 1px solid #ffffff;
	border-radius: 50%;
	color: #ffffff;
	font-size: 2em;
	cursor: pointer;
	display: inline-block;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.modal-wrap-mobile label:hover {
	background: #ffffff;
	color: #000000;
}
input {
	position: absolute;
	z-index: -9999;
	visibility: hidden;
}
.modal-overlay-mobile {
	opacity:0;
		-webkit-transform: scale(0.5);
		-moz-transform: scale(0.5);
		-ms-transform: scale(0.5);
		-o-transform: scale(0.5);
		transform: scale(0.5);
		-webkit-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
		-moz-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
		-ms-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
		-o-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
		transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
	z-index: -999;
}
input:checked ~ .modal-overlay-mobile {
	opacity: 1;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	z-index: 999;
}

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

　　お品書きページ

****************************************/
/********** 共通 **********/
.fl {
	float: left;
}
.fr {
	float: right;
}

#menu-outer .menu-sign {
	margin: 20px 0 20px 50%;
}
#menu-outer .menu-box-outer {
	margin-bottom: 20px;
	padding: 20px;
}
#menu-outer .modal label i {
	padding: 8px 7px;
	border: 2px solid #7a6b67;
	border-radius: 50%;
	color: #7a6b67;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#menu-outer .modal label i:hover {
	background: #7a6b67;
	color: #ffffff;
}
/*************** 握り・刺身 ***************/
#menu-outer .menu-title-01 {
	margin-bottom: 20px;
}
#menu-outer .menu-box-01 {
	/* width: 286px; */
	width: 45%;
	/*margin: 0 20px 20px 0;*/
	padding: 14px 10px 6px 10px;
	border-radius: 2px;
	background: rgba(255, 255, 255, 0.9);
	text-align: center;
	float: left;
}
#menu-outer .menu-box-01 span {
	font-size: 0.7em;
}
#menu-outer .menu-box-01:last-child {
	margin-right: 0;
}
#menu-outer .menu-box-01 p:nth-of-type(1) {
	font-size: 2em;
	/*line-height: 0.75em;*/
}
#menu-outer .menu-box-01 p:nth-of-type(2) {
	font-weight: bold;
	margin-bottom: 10px;
}
#menu-outer .menu-box-01 p:nth-of-type(3) {
	margin-bottom: 8px;
	font-size: 0.8em;
	line-height: 1.25em;
}
#menu-outer .menu-box-01 p:nth-of-type(3) span {
	font-size: 1.25em;
}
#menu-outer .menu-box-01 p:nth-of-type(4){
	margin-bottom: 10px;
	font-size: 0.8em;
	letter-spacing: -1px;
}
.m_text{
	max-width: 960px;
	margin: 0 auto;
}
.m_text P{
	color: #fff;
    text-shadow: 1px 1px 8px #121212
}

/*************** その他料理 ***************/
#menu-outer .menu-title-02 {
	margin-bottom: 20px;
}
#menu-outer .menu-box-02 {
	width: 222px;
	margin: 0 147px 20px 0;
	float: left;
}
#menu-outer .menu-box-02:last-child {
	margin-right: 0;
}

#menu-outer table.alcohol {
    width: 100%;
    max-width: 700px;
    margin-left: 0;
    margin-bottom: 40px;
}
#menu-outer table.alcohol th{
    width: 65%;
    text-align:left;
    padding:10px 10px 10px 0;
       font-size: 1em;
}
#menu-outer table.alcohol td{
    width: 30%;
    padding:10px 10px 10px 0;
}
.subtitle{
	border-left: 2px solid;
    padding-left: 10px;
	font-size: 18px;
	margin-bottom: 10px;
}
.subtitle:hover{
	color: #9d497b;
}
.subtitle.no_event:hover{
	color: #000
}
.alcohol.event{
	display:none;
}
/*************** 各カラム設定 ***************/
/* 握り盛り合わせ */
#menu-outer .menu-box-outer:nth-of-type(2) {
	background: url(../images/menu-bg-01.jpg) 50% 70% no-repeat;
	background-size: cover;
}
#menu-outer .menu-box-outer:nth-of-type(1) .menu-box-01,
#menu-outer .menu-box-outer:nth-of-type(2) .menu-box-01 {
	width: 45%;
	margin: 0 20px 20px 0;
}
#menu-outer .menu-box-outer:nth-of-type(1) .menu-box-01:last-of-type,
#menu-outer .menu-box-outer:nth-of-type(2) .menu-box-01:last-of-type {
	margin-right: 0;
}
/* 刺身盛り合わせ */
#menu-outer .menu-box-outer:nth-of-type(4) {
	background: url(../images/menu-bg-02.jpg) 50% 70% no-repeat;
	background-size: cover;
}
#menu-outer .menu-box-outer:nth-of-type(4) .menu-box-01 {
	margin: 0 20px 20px 0;
}
#menu-outer .menu-box-outer:nth-of-type(4) .menu-box-01:last-of-type {
	margin-right: 0;
}
/* お丼もの・お汁物（みそ汁） */
#menu-outer .menu-box-outer:nth-of-type(5) .menu-box-02 {
	width: 300px;
	margin: 0 330px 20px 0;
}
#menu-outer .menu-box-outer:nth-of-type(5) .menu-box-02:last-of-type {
	margin-right: 0;
}
/* 一品料理以下 */
#menu-outer .menu-box-outer:nth-of-type(6) .menu-box-02 {
	margin: 0 70px 20px 0;
}
#menu-outer .menu-box-outer:nth-of-type(6) .menu-box-02:nth-of-type(1) {
	width: 235px;
}
#menu-outer .menu-box-outer:nth-of-type(6) .menu-box-02:nth-of-type(2) {
	width: 280px;
}
#menu-outer .menu-box-outer:nth-of-type(6) .menu-box-02:last-of-type {
	margin-right: 0;
	width: 305px;
}
#menu-outer .menu-photo {
	height: 50px;
}
#menu-outer .menu-box-outer:nth-of-type(6) .menu-box-02 .fr p,
#menu-outer .menu-box-outer:nth-of-type(7) .menu-box-02 .fr p {
	height: 50px;
}
#menu-outer .menu-box-outer:nth-of-type(7) .menu-box-02:nth-of-type(1) {
	width: 270px;
}
#menu-outer .menu-box-outer:nth-of-type(7) .menu-box-02:nth-of-type(2) {
	width: 400px;
}

/********** コース **********/
.menu-course {
	position: relative;
	overflow: hidden;
	width: 100%;
	/* height: 540px; */
}

/* .menu-course img {
	position: absolute;
	width: 1600px;
	height: 540px;
	margin-left: -800px;
} */

#menu-outer .modal-wrap img {
	margin: 140px 0 0 0;
}
#menu-outer .modal-wrap p {
	width: 541px;
	margin: 0 auto 20px auto;
	padding: 10px;
	background: #ffffff;
	color: #000000;
	font-size: 1em !important;
}
.menu-course-main .modal-wrap img {
	position: relative;
	height: 438px;
	width: 700px;
	left: 0;
}
.menu-course-main .modal-wrap p {
	width: 700px !important;
	padding: 10px 0 !important;
}
.menu-course-text {
	display: none;
}

.menu-course #grid {
	display: grid;
	/* height: 540px; */
	grid-template-columns: 42% 20% 38%;
	grid-template-rows: 1fr;
	grid-template-areas: "item3 item2 item1";
	aspect-ratio: 1200 / 540;
}
.menu-course #grid::after {
	display: none;
}
/* #menu-outer .menu-course .menu-photo {
	height: auto;
} */
.menu-course #grid [id^=item] {
	position: relative;
	overflow: hidden;
}
#item1 {
	grid-area: item1;
}
#item2 {
	grid-area: item2;
}
#item3 {
	grid-area: item3;
}
.menu-course img[class^=menu-course] {
	width: auto;
	height: 100%;
	position: absolute;
}
.menu-course img.menu-course1 {
}
.menu-course img.menu-course2 {
}
.menu-course img.menu-course3 {
	right: 0;
	width: 100%;
}

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

　　こだわりの逸品ページ

****************************************/
#choice-outer h2 {
	position:relative;
	overflow:hidden;
	width:100%;
	height:379px;
	margin-bottom: 40px;
}
#choice-outer h2 img {
	position:absolute;
	left:50%;
	width:1600px;
	height:379px;
	margin-left:-800px;
}
#choice-outer .choice-box-outer {
	margin-bottom: 80px;
}
#choice-outer .choice-box-01 {
	width: 222px;
	margin: 0 auto;
}
#choice-outer .modal label i {
	padding: 8px 7px;
	border: 2px solid #7a6b67;
	border-radius: 50%;
	color: #7a6b67;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#choice-outer .modal label i:hover {
	background: #7a6b67;
	color: #ffffff;
}
#choice-outer .menu-photo {
	height: 50px;
}
#choice-outer .choice-box-01 .fr p,
#choice-outer .choice-box-01 .fr p {
	margin-top: 5px;
	height: 45px;
}
#choice-outer .box-wider {
	width: 33%;
	height: 320px;
	float: left;
}

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

　　お問い合わせ・職人募集中ページ

****************************************/
.atten_01 {
	font-size: 0.9em;
	color: #E84C3D;
}
#contact-outer,
#recruit-outer {
	margin-bottom: 40px;
	text-align: left;
}
#contact-outer h2,
#recruit-outer h2 {
	margin-bottom: 40px;
	position:relative;
	overflow:hidden;
	width:100%;
	height:379px;
}
#contact-outer h2 img,
#recruit-outer h2 img {
	position:absolute;
	left:50%;
	width:1600px;
	height:379px;
	margin-left:-800px;
}
#contact-outer .inner,
#recruit-outer .inner {
	width: 100%;
	max-width: 640px;
	padding: 40px 80px;
	border-radius: 2px;
	background: #ffffff;
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}
#contact-outer p,
#recruit-outer p {
	margin-bottom: 40px;
	text-align: center;
}
#contact-outer .form-btn,
#recruit-outer .form-btn {
	width: 200px;
	margin: 0 auto;
}
#contact-outer input,
#recruit-outer input {
	padding: 8px 0;
	border: none;
	border-bottom: 1px solid #231815;
	position: relative;
	z-index: 1;
	visibility: visible;
}
#contact-outer .form-btn input,
#recruit-outer .form-btn input {
	padding: 8px 21px;
	/*border: 1px solid #27AE61;
	border-radius: 2px;*/
	border-bottom: 1px solid #27AE61;
	background: #ffffff;
	color: #27AE61;
	cursor: pointer;
}
#contact-outer .form-btn input:last-child,
#recruit-outer .form-btn input:last-child {
	margin-left: 20px;
	padding: 8px 14px;
	/*border: 1px solid #E84C3D;*/
	border-bottom: 1px solid #E84C3D;
	color: #E84C3D;
}
#contact-outer .form-btn input:hover,
#recruit-outer .form-btn input:hover {
	background: #27AE61;
	border-radius: 2px;
	color: #ffffff;
}
#contact-outer .form-btn input:last-child:hover,
#recruit-outer .form-btn input:last-child:hover {
	background: #E84C3D;
	border-radius: 2px;
	color: #ffffff;
}
#contact-outer table th {
	width: 23%;
	padding-bottom: 60px;
}
#recruit-outer table th {
	width: 15%;
	padding: 60px 0 10px 0;
}
#recruit-outer table td {
	padding: 60px 0 0 0;
	border-bottom: 1px solid #231815;
}
#recruit-outer table tr:last-child td {
	border-bottom: none;
}
#recruit-outer p:nth-of-type(1) {
	margin: 0;
	font-size: 1.25em;
}
#recruit-outer .recruit-btn p {
	margin-bottom: 30px;
	font-size: 1em;
}
#recruit-outer .recruit-btn p a {
	border: 1px solid #231815;
	border-radius: 4px;
	padding: 10px 20px;
	color: #231815;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#recruit-outer .recruit-btn p a:hover {
	background: #231815;
	color: #ffffff;
}
table, tr, th, td {
	/*width: 100%;*/
	max-width: 740px;
}
table {
	width: 100%;
	max-width: 570px;
	margin-left: 14%;
	margin-bottom: 40px;
}
table th {
	font-size: 0.9em;
	vertical-align: top;
}
table textarea {
	padding: 8px 12px;
	border-radius: 2px;
}

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

　　店舗情報ページ

****************************************/
#shopinfo-outer h2 {
	margin-bottom: 40px;
	position:relative;
	overflow:hidden;
	width:100%;
	height:379px;
}
#shopinfo-outer h2 img {
	position:absolute;
	left:50%;
	width:1600px;
	height:379px;
	margin-left:-800px;
}
#shopinfo-outer .shopinfo-interior {
	width: 100%;
	max-width: 960px;
}
#shopinfo-outer .shopinfo-interior p {
	margin-bottom: 20px;
}
#shopinfo-outer .shopinfo-interior img {
	max-width: 460px;
	margin-bottom: 20px;
}
#shopinfo-outer .shopinfo-interior img:nth-of-type(2) {
	float: left;
	margin-right: 40px;
}
.shopinfo-access {
	margin: 20px 0 40px 0;
	padding-bottom: 40px;
	border-radius: 2px;
	background: #ffffff;
	font-size: 0.9em;
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}
/*.shopinfo-access p:nth-of-type(odd) {
	margin-bottom: 10px;
	padding: 8px 16px;
	border: 1px solid #ffffff;
	border-radius: 2px;
}
.shopinfo-access p:nth-of-type(even) {
	margin-bottom: 20px;
}*/
#shopinfo-outer .shopinfo-btn {
	margin: 20px 0;
	text-align: center;
	font-size: 1em;
}
#shopinfo-outer .shopinfo-btn a {
	border: 1px solid #231815;
	border-radius: 4px;
	padding: 10px 20px;
	color: #231815;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#shopinfo-outer .shopinfo-btn a:hover {
	background: #231815;
	color: #ffffff;
}
.shopinfo-access img {
	width: 100%;
}
#shopinfo-outer table {
	width: 100%;
	max-width: 690px;
	margin: 0 auto;
}
#shopinfo-outer table th {
	width: 20%;
	padding: 40px 0 10px 40px;
	text-align: left;
}
#shopinfo-outer table td {
	padding: 40px 0 10px 0;
	border-bottom: 1px solid #231815;
}

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

　　お客様の声ページ

****************************************/
#voice-outer h2 {
	margin-bottom: 40px;
	position:relative;
	overflow:hidden;
	width:100%;
	height:379px;
}
#voice-outer h2 img {
	position:absolute;
	left:50%;
	width:1600px;
	height:379px;
	margin-left:-800px;
}
#voice-outer input {
	position: relative;
	z-index: 1;
	visibility: visible;
}
#voice-outer table {
	width: 100%;
	max-width: 480px;
	margin: 0 auto 20px auto;
}
#voice-outer table th {
	width: 28%;
	padding: 20px 0;
	text-align: left;
}
#voice-outer table td {
	padding: 20px 0;
}
#voice-outer table tr:last-of-type td input {
	padding: 20px 16px;
	border: 1px solid #231815;
	border-radius: 2px;
}
#voice-outer .form-btn {
	width: 200px;
	margin: 0 auto;
}
#voice-outer input {
	padding: 8px 0;
	border: none;
	border-bottom: 1px solid #231815;
	position: relative;
	z-index: 1;
	visibility: visible;
}
#voice-outer .form-btn input {
	padding: 8px 21px;
	/*border: 1px solid #27AE61;
	border-radius: 2px;*/
	border-bottom: 1px solid #27AE61;
	background: #ffffff;
	color: #27AE61;
	cursor: pointer;
}
#voice-outer .form-btn input:last-child {
	margin-left: 20px;
	padding: 8px 14px;
	border-bottom: 1px solid #E84C3D;
	color: #E84C3D;
}
#voice-outer .form-btn input:hover {
	background: #27AE61;
	border-radius: 2px;
	color: #ffffff;
}
#voice-outer .form-btn input:last-child:hover {
	background: #E84C3D;
	border-radius: 2px;
	color: #ffffff;
}
#voice-outer .voice-list,
#voice-outer .voice-form,
#voice-outer .voice-finish {
	margin-bottom: 40px;
	padding: 20px 30px;
	border-radius: 2px;
	background: #ffffff;
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}
#voice-outer .voice-list table tr:nth-of-type(3) {
	border-bottom: 1px solid #231815;
}
#voice-outer .voice-list table th {
	padding: 40px 0 0 0;
}
#voice-outer .voice-list table td {
	padding: 40px 0 0 0;
	border-bottom: 1px solid #231815;
}
#voice-outer .voice-list img {
	margin-bottom: 20px;
}
#voice-outer .voice-finish {
	width: 100%;
	max-width: 960px;
	margin: 0 auto 40px auto;
	text-align: center;
}
#voice-outer .voice-finish p {
	margin-bottom: 20px;
}
#voice-outer .voice-finish input {
	padding: 10px 20px;
	border: 1px solid #231815;
	border-radius: 2px;
	background: #ffffff;
	color: #231815;
}
#voice-outer .voice-finish input:hover {
	background: #231815;
	color: #ffffff;
}

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

　　ショップページ

****************************************/
input, button, textarea, select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 16px;
}
#shop-outer h2 {
	margin-bottom: 40px;
	position:relative;
	overflow:hidden;
	width:100%;
	height:379px;
}
#shop-outer h2 img {
	position:absolute;
	left:50%;
	width:1600px;
	height:379px;
	margin-left:-800px;
}
.shop-box {
	margin: 0 auto 24px;
	max-width: 700px;
	padding: 24px;
	background: #fff;
	-webkit-box-shadow: 0 0 24px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 24px 2px rgba(0, 0, 0, 0.1);
	width: 80%;
}
.shop-menu {
	margin: 0 auto;
	padding: 0px 12px 50px;
	max-width: 1024px
}
.shop-menu-comment {
	background: #fff;
	margin-bottom: 24px;
	padding: 16px 24px;
}
.shop-menu-comment p span {
	font-weight: bold;
}

/*商品紹介*/
.shop-menu-detail{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.shop-menu-detail .product_box{
	margin: 0 2% 24px 0;
	background: #fff;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 24px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 24px 2px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	position: relative;
	height: 550px;
	width: 48%;
}
.shop-menu-detail .product_box:nth-child(2n) {
	margin:0 0 8px;
}
.shop-menu-detail img {
	width: 100%;
}
.shop-menu-detail-text {
	padding: 8px 16px 16px;
}
.shop-menu-detail-text p span {
	font-size: 12px;
}
.shop-menu-detail-text p:nth-child(2) {
	text-align: right;
	font-weight: bold;
	margin-bottom: 8px;
}
.shop-caption {
	background: #f5f5f5;
	color: #333;
	margin-bottom: 8px;
	padding: 8px 16px;
	font-size: 12px;
}

/*お買い上げボタン*/
.shop-menu-detail-text .shop-button {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 93%;
    box-sizing: border-box;
}
.shop-menu-detail-text .shop-button a {
	padding: 12px 0;
	text-align: center;
	color: #fff;
	background: #E84C3D;
	border-bottom: solid 4px #a5291e;
	border-radius: 4px;
	display: block;
}
.shop-menu-detail-text .shop-button a:before{
	content:"\f218";
	font-family: "Font Awesome 5 Free";
	font-weight:900;
	margin-right: 10px;
}
.shop-menu-detail-text .shop-button a:hover{
	color: #ffe5e5;
	background: #9c261b;
}

.shop-menu-shipping {
	text-align: right;
	font-weight: bold;
	font-size: 12px;
}

.shop-form form > div {
	margin-bottom: 40px;
}

/*お買い上げフォーム*/
.shop-form .shop-form-title {
	color: #af7178;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	letter-spacing: 2px;
	margin-bottom: 8px;
}
.shop-form .shop-form-sub {
	background: #ffd5d1;
	color: #333;
	margin-bottom: 16px;
	padding: 8px 16px;
	border-left: 4px solid #e69494;
}
.shop-form dl > div {
    margin-bottom: 30px;
    padding-bottom: 12px;
	border-bottom: 1px solid #c1c1c1;
}
.shop-form dl > div:last-child {
	border: none;
	padding-bottom: 0;
}
.shop-form .req{
	color: #fff;
    background: #E84C3D;
    border-radius: 4px;
    font-size: 10px;
    padding: 5px;
    vertical-align: middle;
}
.shop-form dl dd input[type="text"],
.shop-form dl dd textarea {
    width: 40px;
    padding: 10px 8px;
    border: 1px solid #afafaf;
    position: relative;
    z-index: 1;
    visibility: inherit;
    border-radius: 4px;
    vertical-align: super;
}

/*品物選択*/
.shop-form .shop-name {
	font-weight: bold;
}
.shop-form .shop-price {
	text-align: right;
}
.shop-form .shop-price span {
	font-size: 12px;
}

/*送料*/
.shop-form dl dd.send_kind input {
	display: none;
}
.shop-form dl dd.send_kind label {
	padding: 8px 8px 8px 40px;
	border: 1px solid #27AE61;
	display: block;
	position: relative;
	width: 150px;
	margin: 0 auto;
}
.shop-form dl dd.send_kind label{
	border-radius: 8px;
}
.shop-form dl dd.send_kind label:nth-of-type(1){
	margin-bottom: 10px;
}
.shop-form dl dd.send_kind input:checked + label {
	background: #27AE61;
	border: 1px solid #27AE61;
	color: #fff;
}
.shop-form dl dd.send_kind input:checked + label::before {
	content: "\f00c";
	font-family: "FontAwesome";
	position: absolute;
	top: 11px;
	left: 13px;
}

/*お客様情報*/
.shop-form-input-customer {
	margin-bottom: 0 !important;
}
.shop-form-input-customer dl > div {
	border: none;
	margin-bottom: 16px;
}
.shop-form .shop-form-input-customer dt{
	margin-bottom: 8px;
}
.shop-form-input-customer dl dd input[type="text"] {
	width: 300px;
    box-sizing: border-box;
    padding: 12px;
    font-size: 16px;
}
.shop-form-input-customer dl dd  input[type="text"][name="address"]{
	max-width: 450px;
	width: 100%;
}
.shop-form-input-customer dl dd textarea {
	width: 100%!important;
	height: 120px;
	box-sizing: border-box;
	padding: 8px;
}
.shop-form-input-customer dl dd input::placeholder,
.shop-form-input-customer dl dd textarea::placeholder {
	counter-reset: #cecece;
}

/*ボタン*/
.form-button {
	text-align: center;
}
.form-button input[type="submit"] {
	background: #27AE61;
	border: none;
	border-bottom: 4px solid #00672b;
	border-radius: 8px;
	color: #fff;
	cursor: pointer;
	display: block;
	font-weight: 600;
	padding: 12px 21px;
	position: relative;
	margin: 0 auto 20px;
	visibility: inherit;
	width: 200px;
	z-index: 1;
}
.form-button input[type="button"]  {
	background: #fff;
	border: none;
	border: 1px solid #4c4c4c;
	border-radius: 8px;
	color: #4c4c4c;
	cursor: pointer;
	display: block;
	font-weight: 600;
	padding: 12px 21px;
	position: relative;
	margin: 0 auto 20px;
	visibility: inherit;
	width: 200px;
	z-index: 1;
}

/*特定商取引法に基づく表記*/
.shop-guide {
	width: 80%;
	max-width: 480px;
	margin: 0 auto;
	box-sizing: border-box;
}
.shop-guide > p {
	text-align: center;
}
.shop-guide table {
	width: 100% !important;
	border: 1px solid #000;
	font-size: 12px;
	margin: 0 0 24px 0;
}
.shop-guide table tr th {
	width: 28% !important;
	border: 1px solid #000;
	border-collapse: collapse;
	padding: 4px;
}
.shop-guide table td {
	border: 1px solid #000;
	border-collapse: collapse;
	padding: 4px;
}
.shop-guide-caution {
	margin-bottom: 40px;
}
.shop-guide-caution p {
	font-size: 12px;
	margin-bottom: 8px;
}

/*確認画面*/
.shop-menu-confirm {
	width: 92%;
	margin: 0 auto;
	padding: 16px 24px;
	background: #fff;
	-webkit-box-shadow: 0 0 24px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 24px 2px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
}
.shop-menu-confirm dl > div {
	display: flex;
}
.shop-form-confirm-sub .total dd{
	color: #c10841;
	font-size: 24px;
}
.shop-form-confirm-sub .total dd span{
	font-size: initial;
}

.shop-form-confirm-customer dt{
	color: #4c4c4c;
}
.shop-form-confirm-customer dt:before{
	content:"\f0dd";
	font-family: "Font Awesome 5 Free";
	font-weight:900;
	vertical-align: top;
}

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

　　お問い合わせ

****************************************/
#contact-outer input {
	position: relative;
	z-index: 1;
	visibility: visible;
}
#contact-outer .contact-finish {
	margin-bottom: 40px;
	padding: 20px 30px;
	border-radius: 2px;
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}
#contact-outer .contact-finish {
	width: 100%;
	max-width: 960px;
	margin: 0 auto 40px auto;
	text-align: center;
}
#contact-outer .contact-finish p {
	margin-bottom: 20px;
}
#contact-outer .contact-finish input {
	padding: 10px 20px;
	border: 1px solid #231815;
	border-radius: 2px;
	background: #ffffff;
	color: #231815;
}
#contact-outer .contact-finish input:hover {
	background: #231815;
	color: #ffffff;
}
#contact-outer .contact-btn p {
	margin-bottom: 20px;
	font-size: 1em;
}
#contact-outer .contact-btn p a {
	border: 1px solid #231815;
	border-radius: 4px;
	padding: 10px 20px;
	color: #231815;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#contact-outer .contact-btn p a:hover {
	background: #231815;
	color: #ffffff;
}
#contact-outer .contact-btn p:nth-of-type(2) {
	margin-bottom: 60px;
}
.contents-title {
	margin-bottom: 20px;
}

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

　　イベント（ゴルフ）ページ

****************************************/
#event-golf-outer h2 {
	margin-bottom: 40px;
	position:relative;
	overflow:hidden;
	width:100%;
	height:379px;
}
#event-golf-outer h2 img {
	position:absolute;
	left:50%;
	width:1600px;
	height:379px;
	margin-left:-800px;
}
/* あいさつ */
#event-golf-outer section:nth-of-type(1) {
	width: 860px;
	height: 240px;
	margin: 0 auto 20px;
	padding: 30px 50px;
	background: url(../images/event-golf-bg.png) 0 0 no-repeat;
	color: #ffffff;
}
#event-golf-outer section:nth-of-type(1) p {
	width: 520px;
	font-size: 0.75em;
}
#event-golf-outer section:nth-of-type(1) a {
	color: #b8d200;
	text-decoration: underline;
}
#event-golf-outer section:nth-of-type(1) p:nth-of-type(1) {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ffffff;
	font-size: 1.25em;
}
#event-golf-outer section:nth-of-type(1) p:nth-of-type(3) {
	font-size: 1em;
}
/* プロローグ */
#event-golf-outer section:nth-of-type(2) {
	height: 315px;
	margin-bottom: 40px;
	background: #ffffff;
}
#event-golf-outer section:nth-of-type(2) .mov_lg {
	float: left;
}
#event-golf-outer section:nth-of-type(2) .mov_lg iframe {
	width: 560px;
	height: 315px;
}
#event-golf-outer section:nth-of-type(2) p {
	margin-left: 560px;
	padding: 40px 20px 0;
	font-size: 14px;
}
#event-golf-outer section:nth-of-type(2) p span {
	color: #585858;
}
#event-golf-outer .mov_sm {
	margin-bottom: 30px;
}
#event-golf-outer .mov_sm div {
	width: 470px;
	margin: 0 20px 20px 0;
	background: #ffffff;
	float: left;
}
#event-golf-outer .mov_sm div:nth-of-type(even) {
	margin-right: 0;
}
#event-golf-outer .mov_sm div iframe {
	width: 470px;
	height: 264px;
}
#event-golf-outer .mov_sm div p {
	padding: 0 0 5px 0;
	text-align: center;
}
#event-golf-outer .mov_sm div p span {
	font-size: 0.75em;
	font-family: serif;
	font-style: italic;
}
#event-golf-outer section:nth-of-type(4) {
	margin-bottom: 40px;
	padding: 20px 30px 40px;
	background: #ffffff;
	text-align: center;
}
#event-golf-outer section:nth-of-type(4) iframe {
	width: 560px;
	height: 315px;
	margin-bottom: 15px;
}
#event-golf-outer section:nth-of-type(4) p:nth-of-type(3) {
	width: 90%;
	margin: 0 auto 20px;
	padding: 20px;
	background: #eeeeee;
	line-height: 1.6;
}
#event-golf-outer section:nth-of-type(4) p:nth-of-type(4) {
	line-height: 2.3;
}
#event-golf-outer section:nth-of-type(4) p:nth-of-type(4) span {
	font-size: 0.75em;
	font-weight: bold;
	color: #585858;
}
#event-golf-outer section:nth-of-type(4) .link_hp span {
	padding: 3px 6px 3px 8px;
	/*border: 1px solid #585858;*/
	border-radius: 2px;
	background: #eeeeee;
	color: #585858;
	font-size: 0.75em;
}
/* 第13回用 */
.golf-13 section:nth-of-type(1) p {
	width: 550px !important;
}
.golf-13 section:nth-of-type(1) {
	background: url(../images/event-golf-13-bg.png) 0 0 no-repeat !important;
}
.golf-13 section:nth-of-type(2) p {
	padding-top: 24px !important;
	text-align: justify !important;
	text-justify: inter-ideograph !important;
}
@media screen and (max-width: 768px) {
	.golf-13 section:nth-of-type(1) p {
		width: 100% !important;
	}
}

/* バックナンバー */

#backnumber {
	margin-bottom: 40px;
	padding: 20px;
	background: #fff;
}
#backnumber p {
	margin-bottom: 20px;
	color: #231815;
	font-size: 14px;
}
#backnumber p span {
	font-size: 20px;
	font-weight: bold;
}
#backnumber p span:before {
	margin-right: 8px;
	content: "\f0da";
	font-family: "FontAwesome";
}
#backnumber ul li {
	margin: 0 auto 20px;
}
#backnumber ul li a {
	width: 98%;
	padding: 10px;
	border-radius: 4px;
	background: #231815;
	text-align: center;
	color: #fff;
	display: block;
}
#backnumber ul li a:after {
	margin: 3px 0 0 0;
	content: "\f105";
	font-family: "FontAwesome";
	float: right;
}

/* PC */
@media screen and (min-width: 1367px) {
	header #logo-horizontal p {
		display: none;
	}
	#top-movie {
	margin-bottom: 30px;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
#top-movie ul {
	width: 800px;
	overflow:hidden;
}
#top-movie ul li {
	float: left;
	width: 380px;
	margin-right: 20px;
}
	#logo img {
		display: none;
	}
	.btn_tel {
	display: none;
}
	.footer_area{
		display: none;
}
} /* PC END - DO NOT ERASE. */

/* LAPTOP */
@media screen and (max-width: 1366px) {
	header {
		width: 240px;
		min-height: 0px;
	}
	header #logo-horizontal p {
		display: none;
	}
	#logo img {
		display: none;
	}
	.inner {
		width: 100%;
	}
	nav ul {
		width: 240px;
	}
	nav ul li.navigation img {
		width: 50px;
		margin-bottom: 30px;
	}
	footer .logo {
		margin-left: 20px;
	}
	footer ul {
		margin-left: 30px;
	}
	footer ul li {
		margin: 80px 20px 0 0;
	}
	footer .footer-mobile img,
	footer .footer-access img {
		width: 70%;
		float: right;
		margin-right: 80px;
	}
	footer .copyright {
		padding: 10px 0 0 0;
	}
	#main-outer {
		margin-left: 240px;
	}
	main {
		width: 100%;
		max-width: 1126px;
		margin: 0 auto;
	}
	#top-concept {
		width: 100%;
	}
	#top-concept img:nth-of-type(3) {
		width: 50%;
		margin-left: 20px;
	}
	#top-course {
		width: 100%;
	}
	#top-golf .column-txt,
	#top-archive .column-txt {
		margin-right: 20px;
	}
	#top-golf .list-2col ,
	#top-archive .list-2col {
		width: 90%;
		margin: 0 auto;
	}
	#top-golf iframe,
	#top-archive iframe {
		width: 46%;
	}
	.footer_area{
		display: none;
}

	/***********
		つけたし
	 **********/

	/* 　お品書きページ */
	#menu-outer .menu-box-outer .menu-box-01 {
		/* width: 28%; */
	}
	#menu-outer .menu-box-outer:nth-of-type(4) .menu-box-01 {
		width: 28%;
		margin-right: 20px;
	}
	#menu-outer .menu-box-outer:nth-of-type(3) .menu-box-02 {
		width: 180px;
		margin-right: 60px;
	}
	#menu-outer .menu-box-outer:nth-of-type(5) .menu-box-02 {
		width: 280px;
		margin-right: 150px;
	}
	#menu-outer .menu-box-outer:nth-of-type(6) .menu-box-02 {
		margin-right: 60px;
	}
	#menu-outer .menu-box-outer:nth-of-type(6) .menu-box-02:nth-of-type(1),
	#menu-outer .menu-box-outer:nth-of-type(6) .menu-box-02:nth-of-type(3) {
		width: 230px;
	}
	#menu-outer .menu-box-outer:nth-of-type(7) .menu-box-02:nth-of-type(1) {
		margin-right: 60px;
	}
	#menu-outer .menu-box-outer:nth-of-type(7) .menu-box-02:nth-of-type(2) {
		width: 280px;
	}
	#shopinfo-outer .shopinfo-interior {
		max-width: 460px;
		margin: 0 auto;
	}
	#shopinfo-outer .shopinfo-interior img {
		width: 460px;
		margin: 0 auto 20px auto;
		float: none !important;
	}
	footer .footer-access img {
		width: 320px;
	}
	header {
		min-height: 670px;
	}
	header h1 img {
		width: 50px;
	}
	nav ul {
		bottom: 33%;
	}

	#top-movie {
	margin-bottom: 30px;
	max-width: 768px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
#top-movie ul {
	width: 800px;
	overflow:hidden;
}
#top-movie ul li {
	float: left;
	width: 380px;
	margin-right: 20px;
}
#event-golf-outer section:nth-of-type(1) {
	width: 670px;
}
#event-golf-outer section:nth-of-type(2) {
	height: 280px;
}
#event-golf-outer section:nth-of-type(2) .mov_lg iframe {
	width: 400px;
	height: 280px;
}
#event-golf-outer section:nth-of-type(2) p {
	margin-left: 420px;
	padding-top: 20px;
}
#event-golf-outer .mov_sm {
	width: 740px;
	margin: 0 auto;
}
#event-golf-outer .mov_sm div {
	width: 360px;
}
#event-golf-outer .mov_sm div iframe {
	width: 360px;
}
}
@media screen and (max-width: 1200px) {
	.shop-menu-detail .product_box {
		height: 505px;
	}
}
@media screen and (max-width: 1100px){
	.shop-menu-detail .product_box {
		height: 474px;;
	}
}
/* LAPTOP END - DO NOT ERASE. */

/* TABLET */
@media screen and (max-width: 1024px) {
	body {
		/* margin-top: 80px; */
		/* margin-bottom: 33px; */
	}
	#main-outer {
		margin-left: 0;
	}
	main {
		width: 100%;
		max-width: 1024px;
		margin:0 auto;
	}
	header {
		height: 80px;
		min-height: 0px;
		width: 100%;
		padding: 0;
		background: none;
	}
	header h1 img {
		width: 210px;
	}
	header #logo-horizontal p {
		display: block;
		color: #000;
		z-index: 9999;
		top: 33px;
	}
	#logo img {
		display: block;
		width: 210px;
		margin:5px auto;
	}
	nav ul {
		position: relative;
		bottom: 0;
	}
	#logo-horizontal {
		height: 40px;
		width: 100%;
		margin: 0 auto;
		padding: 10px 0 30px 0;
		/* background: rgba(255, 255, 255, 0.8); */
		/* box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4); */
		position: relative;
	}
	#logo-horizontal h1 {
		display: none;

	}
	#logo-horizontal p {
		font-size: 10px;
		font-weight: bold;
		position: absolute;
		top: 48px;
		left: 11px;
	}
	#logo img {
		width: 210px;
	}
	header button {
		color: #ffffff !important;
	}
	#language {
		top: -40px !important;
	}
	#language ul li {
		opacity: 1;
	}
	nav {
		background: rgba(35, 24, 21, 0.5) !important;
	}
	nav ul {
		width: 320px;
		margin: 0 auto;
		position: absolute;
		top: 6%;
	}
	nav ul li a {
		width: 62px;
		cursor: pointer;
	}
	nav ul li:last-child {
		margin: 10px 0 0 0;
	}
	nav ul li.navigation{
		display: inline-block;
		vertical-align: top;
	}
	/*.top-choice-title p:nth-of-type(1) {
		color: #ffffff;
	}
	.top-choice-title p:nth-of-type(2) {
		border: 1px solid #ffffff;
	}
	.top-choice-title p:nth-of-type(2) a {
		color: #ffffff;
	}
	.top-choice-title p:nth-of-type(2) a:hover {
		background: #ffffff;
		color: #231815;
	}*/
	.drawer-nav {
		background: rgba(0, 0, 0, 0.9) !important;
	}
	.drawer-open .drawer-hamburger-icon:after,
	.drawer-open .drawer-hamburger-icon:before {
		background-color: #ffffff;
	}
	section {
		width: 100%;
		max-width: 1024px;
	}
	#top-concept img:nth-of-type(1) {
		display: none;
	}
	#top-concept img:nth-of-type(2) {

	}
	#top-concept img:nth-of-type(3) {
		width: 60%;
	}
	#top-slide {
		margin-bottom: 20px;
	}
	.voice-form {
		margin-bottom: 0 !important;
	}
	footer {
		padding: 20px 0 0;
		text-align: center;
	}
	footer .logo,
	footer ul {
		display: none;
	}
	footer .footer-right {
		margin: 14px auto 0px auto;
		padding-bottom: 45px;
		float: none !important;
	}
	footer .footer-access img {
		margin: 0;
		float: none;
	}
	footer .copyright {
		padding: 0;
	}
	.mobile_qr {
		display: none;
	}
	.footer_area {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		/* padding: 5px; */
		width: 100%;
		z-index: 10000;
		/* background-color: #fff; */
}
.footer_area .footer_area_inner {
    position: relative;
    width: 93%;
    margin: 0px auto;
    padding: 0px;
    /* margin-right: 0px; */
}
.footer_area .footer_area_inner .footer_area_inner_btn {
    width: 85%;
    padding: 11px 0;
    font-size: 20px;
    font-weight: bold;
    margin-left: 14px;
	line-height: 1.3;

}
.inquiry_btn {
	   border: 1px solid #184026;
   background: #326326;
   background: -webkit-gradient(linear, left top, left bottom, from(#5eb034), to(#326326));
   background: -webkit-linear-gradient(top, #5eb034, #326326);
   background: -moz-linear-gradient(top, #5eb034, #326326);
   background: -ms-linear-gradient(top, #5eb034, #326326);
   background: -o-linear-gradient(top, #5eb034, #326326);
   background-image: -ms-linear-gradient(top, #5eb034 0%, #326326 100%);
   padding: 10.5px 21px;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 0px 0;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 0px 0;
   box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 0px 0;
   text-shadow: #386b2e 0 1px 0;
   color: #ffffff;
   font-size: 14px;
   text-decoration: none;
   vertical-align: middle;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    width: 97%;
    padding: 5px;
    font-size: 15px;
    margin-bottom: 5px;
}
.inquiry_btn:hover {
   border: 1px solid #386b2e;
   text-shadow: #386b2e 0 1px 0;
   background: #127819;
   background: -webkit-gradient(linear, left top, left bottom, from(#38a34f), to(#127819));
   background: -webkit-linear-gradient(top, #38a34f, #127819);
   background: -moz-linear-gradient(top, #38a34f, #127819);
   background: -ms-linear-gradient(top, #38a34f, #127819);
   background: -o-linear-gradient(top, #38a34f, #127819);
   background-image: -ms-linear-gradient(top, #38a34f 0%, #127819 100%);
   color: #fff;
   }
.footer_area_inner span{
	color: #fff;
}
#siteBottom{
	margin-bottom: 85px;
}

	/***********
		つけたし
	 **********/

	/* 　お品書きページ */
	#menu-outer .menu-box-outer:nth-of-type(3) .menu-box-02 {
		float: none;
		margin: 0 auto 20px auto;
	}
	#voice-outer {
		margin-bottom: 0;
	}
	#event-golf-outer section:nth-of-type(4) {
		max-width: 90%;
		width: 90%;
		margin: 0 auto 20px;
	}
	#event-golf-outer section:nth-of-type(1) {
    	width: 650px;
	}
	#backnumber {
		max-width: 90%;
		width: 90%;
		margin: 0 auto 40px;
		padding: 20px 30px;
	}
	/*商品ページ*/
	.shop-menu-detail .product_box {
		height: 524px;;
	}
}
@media screen and (max-width: 900px){
	.shop-menu-detail .product_box {
		height: 486px;
	}
}
	/* TABLET END - DO NOT ERASE. */

/* PHABLET */
@media screen and (max-width: 768px) {
	main {
		width: 100%;
		margin:0 auto;
	}
	header #logo-horizontal p {
		/* display: none; */
	}
	header button {
		text-align: center;
	}
	#language {
		right: 0 !important;
	}
	#language ul li img {
		width: 60%;
	}
	.drawer-nav {
		width: 100%;
	}
	.drawer-nav .drawer-menu {
		width: 95%;
		margin: 20px auto 0 auto;
	}
	.drawer-nav .drawer-menu li.navigation {
		width: 20%;
		margin-bottom: 40px;
	}
	.drawer--left .drawer-nav {
		left: -100%;
	}
	.drawer-open .drawer-hamburger {
		left: 45% !important;
	}
	#top-concept {
		width: 320px;
		margin: 0 auto;
	}
	#top-concept img:nth-of-type(1),
	#top-concept img:nth-of-type(2) {
		display: none;
	}
	#top-concept img:nth-of-type(3) {
		width: 320px;
		margin: 0 0 20px 0;
		float: none;
	}
	#top-concept-mobile {
		display: block;
		text-align: center;
		letter-spacing: 1px;
		padding: 20px 0;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-size: 0.9em;
	}
	#top-slide {
		display: none;
	}
	#top-choice {
		display: none;
	}
	.modal-overlay {
		display: block;
	}
	.top-choice-text {
		display: none;
	}
	#top-choice-mobile,
	#top-choice-mobile .top-choice-mobile-title,
	#top-choice-mobile .top-choice-mobile-right {
		display: block;
	}
	#top-choice-mobile {
		height: 510px;
		margin-bottom: 20px;
		background: url(../images/top-choice-bg-sp.png) top center no-repeat;
		position: relative;
	}
	#top-choice-mobile img {
		width: 270px;
		margin: 0 auto;
		position: absolute;
		left: 0;
		right: 0;
	}
	/*#top-choice-mobile {
		margin-bottom: 20px;
		background: #231815;
		display: block;
		position: relative;
	}
	#top-choice-mobile p {
		width: 100px;
		border-radius: 50%;
		font-size: 0.9em;
		margin: 0 auto;
		text-align: center;
	}
	#top-choice-mobile p a {
		padding: 40px 0;
		border-radius: 50%;
		background: rgba(255, 255, 255, 0.7);
		color: #231815;
		display: block;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}
	#top-choice-mobile p:hover {
		border-radius: 50%;
	}
	#top-choice-mobile p a:hover {
		background: rgba(35, 24, 21, 0.7);
		color: #ffffff;
		border-radius: 50%;
	}
	.top-choice-mobile-title {
		width: 20%;
		padding: 20px 0 0 0;
		float: left;
		text-align: center;
	}
	.top-choice-mobile-right {
		width: 80%;
		float: right;
	}
	.top-choice-mobile-right div {
		padding: 10px 0;
	}
	.top-choice-mobile-right div p {
		text-align: right;
	}
	#top-choice-mobile-box-02 {
		background: url(../images/top-choice-bg.png) 85%15% no-repeat;
	}
	#top-choice-mobile-box-03 {
		background: url(../images/top-choice-bg.png) 20% 60% no-repeat;
	}
	#top-choice-mobile-box-04 {
		background: url(../images/top-choice-bg.png) 90% 80% no-repeat;
	}
	#top-choice-mobile .icon-limited {
		width: 70px;
		height: 70px;
		position: absolute;
		left: 21%;
		top: 5px;
	}*/
	#top-course {
		height: 300px;
		background: url(../images/top-course-bg.png) top center no-repeat;
	}
	#top-course img {
		width: 300px;
		margin: 0;
	}
	#top-course p {
		top: -80px;
	}
	#topics {
		margin-bottom: 80px;
		position: relative;
	}
	#topics .inner {
		width: 90%;
	}
	#topics article {
		width: 100%;
	}
	#topics article img {
		width: 100%;
		height: auto;
	}
	#topics .btn-circle:nth-of-type(1) {
		left: 10px;
	}
	#top-golf {
		background: url(../images/top-golf-mobile.png) top center no-repeat;
	}
	#top-facebook {
		background: url(../images/top-facebook-mobile.png) top center no-repeat;
	}
	#top-archives {
		background: url(../images/top-archives-mobile.png) top center no-repeat;
	}
	#top-instagram {
		background: url(../images/top-instagram-mobile.png) top center no-repeat;
	}
	footer {
		padding: 20px 0 0;
	}
	footer img {
		width: 90% !important;
		max-width: 417px;
	}
	.mobile_qr {
		display: none;
	}

	/***********
		つけたし
	 **********/

	/* 　お品書きページ */
	#menu-outer .menu-box-outer .menu-box-01 {
		width: 96%;
		margin: 0 auto 20px auto !important;
	}
	#menu-outer .menu-box-outer:nth-of-type(1) .menu-box-01,
	#menu-outer .menu-box-outer:nth-of-type(2) .menu-box-01 {
		width: 95%;
	}
	#menu-outer .menu-box-outer:nth-of-type(4) .menu-box-01 {
		width: 95%;
		margin-right: 20px;
	}
	#menu-outer .menu-box-01 p:nth-of-type(1) {
		font-size: 1em;
	}
	#menu-outer .menu-box-01 p:nth-of-type(3) {
		font-size: 0.5em;
	}
	#menu-outer .menu-box-01 p:nth-of-type(3) span {
		font-size: 2em;
	}
	#menu-outer .menu-box-01 p:nth-of-type(3) span.unit {
		font-size: 0.5em;
	}
	#menu-outer .menu-box-outer:nth-of-type(6) {
		width: 300px !important;
		margin: 0 auto;
	}
	#menu-outer .menu-box-outer:nth-of-type(6) .menu-box-02:nth-of-type(2) {
		width: 280px;
	}
	#menu-outer .menu-box-outer:nth-of-type(5) .menu-box-02 {
		width: 280px;
		margin: 0 auto 20px auto !important;
		float: none;
	}
	#menu-outer .menu-box-outer:nth-of-type(7) .menu-box-02 {
		width: 280px;
		float: none;
		margin: 0 auto 20px auto !important;
	}
	.twoline {
		padding-bottom: 80px;
		display: block;
		line-height: 0.2;
	}
	.menu-course {
		height: 100%;
	}
	.menu-course img {
		display: none;
	}
	#grid {display: none;}
	.menu-course-text {
		text-align: center;
		margin-bottom: 20px;
	}
	.menu-course-text .menu-course-text-title {
		margin-bottom: 20px;
		padding: 20px;
		background: #BB3633;
		color: #ffffff;
	}
	.menu-course-text img {
		display: block;
		position: relative;
		height: 240px;
		width: 320px;
		margin: 0 auto;
		left: 0;
	}
	.menu-course-text .unit {
		margin-bottom: 20px;
	}
	.menu-course-text ul {
		width: 90%;
		margin: 0 auto 20px auto;
		padding: 20px 0;
		border: 1px solid #231815;
		background: rgba(255, 255, 255, 0.5);
	}
	.menu-course-text ul li {
		line-height: 2;
	}
	.menu-course-text ul li:nth-of-type(1) p:nth-of-type(1) {
		font-size: 1.25em;
	}
	.menu-course-text .menu-course-text-detail {
		margin-bottom: 20px;
	}
	.menu-course-text .menu-course-text-detail p:nth-of-type(1) {
		width: 200px;
		margin: 0 auto 20px auto;
		padding: 75px 0;
		border-radius: 50%;
		background: #231815;
		color: #ffffff;
	}
	.menu-course-text .note {
		padding: 0 20px;
		font-size: 0.8em;
		text-align: left;
	}
	.menu-course-text {
		display: block;
	}
	#menu-outer .modal-wrap img,
	#choice-outer .modal-wrap img {
		width: 80%;
		max-width: 561px;
	}
	#menu-outer .modal-wrap p,
	#choice-outer .modal-wrap p {
		width: 80%;
		max-width: 561px;
		padding: 10px 0;
		line-height: 1.2 !important;
	}
	#choice-outer .choice-box-01 {
		float: none;
		margin: 0 auto 20px auto !important;
	}
	#shopinfo-outer .shopinfo-interior img {
		max-width: 90%;
		margin: 0 0 20px 20px;
	}
	#shopinfo-outer .shopinfo-interior img:nth-of-type(2) {
		float: left;
	}
	#shopinfo-outer table,
	#shopinfo-outer table tr,
	#shopinfo-outer table th,
	#shopinfo-outer table td {
		display: block;
		width: 100%;
		max-width: 280px;
	}
	#shopinfo-outer table th {
		padding: 30px 0 10px 0;
	}
	#shopinfo-outer table td {
		padding: 0;
	}
	#contact-outer .inner {
		padding: 40px 10px;
	}
	#contact-outer table,
	#contact-outer table tr,
	#contact-outer table th,
	#contact-outer table td {
		display: block;
		width: 100%;
		max-width: 320px;
	}
	#contact-outer table th {
		padding-bottom: 10px;
	}
	#contact-outer table td {
		padding-bottom: 40px;
	}
	#contact-outer p {
		margin: 0;
	}
	#voice-outer table,
	#voice-outer table tr,
	#voice-outer table th,
	#voice-outer table td {
		display: block;
		width: 100%;
	}
	#voice-outer table th {
		padding: 40px 0 10px 0;
	}
	#voice-outer table td {
		padding: 0;
	}
	#recruit-outer .inner {
		width: 80%;
		padding: 20px 40px;
	}
	table {
		margin: 0 auto;
		width: 250px !important;
	}
	table th {
		width: 250px !important;
	}
	#choice-outer .box-wider {
		width: 222px;
		margin: 0 auto;
		float: none;
	}
	#menu-outer table.alcohol{
		width:100%;
		width:330px!important;
		margin: 0 auto 20px;
		table-layout: fixed;
	}
	#menu-outer table.alcohol th{
		width:80%!important;
	}
	#menu-outer table.alcohol td{
		width:40%!important;
		padding: 10px 0;
		text-align:right;
	}

#top-movie ul {
	margin-left: auto;
	margin-right: auto;
	max-width: 350px;
	margin-bottom: 20px;
	margin-top:10px;
}
#top-movie ul li {

	float: none;
}
#top-movie ul li img {
	width: 350px;
	float: none;
	margin-bottom: 20px;
}
#event-golf-outer section:nth-of-type(1) {
	width: 90%;
	height: 280px;
	padding: 10px;
}
#event-golf-outer section:nth-of-type(1) p {
	width:100%;
	line-height: 1.4;
}
#event-golf-outer section:nth-of-type(1) p:nth-of-type(1) {
	margin-bottom: 5px;
	padding-bottom: 5px;
}

#event-golf-outer section:nth-of-type(1) p:nth-of-type(3) {
	font-size: 0.75em;
}
#event-golf-outer section:nth-of-type(2) {
	height: auto;
}
#event-golf-outer section:nth-of-type(2) .mov_lg {
	background: #000000;
	text-align: center;
	float: none;
}
#event-golf-outer section:nth-of-type(2) .mov_lg iframe {
	width: 100%;
	height: 200px;
	margin: 0 auto 20px;
	float: none;
}
#event-golf-outer section:nth-of-type(2) p {
	margin-left: 0;
	padding-top: 20px;
	padding-bottom: 20px;
}
#event-golf-outer .mov_sm {
	width: 100%;
}
#event-golf-outer .mov_sm div {
	width: 90%;
	margin: 0 auto 20px !important;
	float: none;
}
#event-golf-outer .mov_sm div iframe {
	width: 100%;
	height: 180px;
}
#event-golf-outer section:nth-of-type(4) {
	width: 80%;
	max-width: 80%;
}
#event-golf-outer section:nth-of-type(4) iframe {
	width: 100%;
	height: 180px;
}
#backnumber {
	width: 80%;
	max-width: 80%;
}
#backnumber ul li a {
	width: 240px;
	margin: 0 auto;
}
#logo img {
	display: block;
	/* width: 50%; */
	margin:5px auto;
}
.shop-menu-detail .product_box {
    height: 453px;
}

} /* PHABLET END - DO NOT ERASE. */

/* MOBILE */
@media screen and (max-width: 480px) {
	.shop-menu-detail .product_box{
		margin: 0 0 24px 0;
		position: initial;
		width: 100%;
		height: auto;
	}
	.shop-menu-detail-text .shop-button{
		position: initial;
		left: initial;
		transform: initial;
		-webkit-transform: initial;
		-ms-transform: initial;
		width: 100%;
	}
}

@media screen and (max-width: 320px) {
	body {
		/* margin-top: 40px; */
		margin-bottom: 28px;
	}
	header #logo-horizontal {
		height: 30px;
		padding: 0 0 10px 0;
	}
	header #logo-horizontal h1 img {
		padding-top: 4px;
	}
	header #logo-horizontal p {
		display: none;
	}
	header .top-logo {
		width: 120px;
	}

	.drawer-hamburger {
		width: 1.5rem;
		padding: 9px 13px 20px;
	}
	#language {
		right: -10px !important;
	}
	footer img {
		width: 260px !important;
	}
	#ui-datepicker-div {
		/*top: 50% !important;*/
		max-width: 280px;
		left: 17% !important;
	}


	#top-movie {
	margin-bottom: 10px;
	margin-top: 10px;
	min-width: 320px;
	margin-right: auto;
	margin-left: auto;
}
	#top-movie ul {
	min-width: 320px;
}
#top-movie ul li {
}
#top-movie ul li img {
	width: 80% !important;
}
	.mobile_qr {
		display: none;
	}
	#logo img {
		display: block;
		width: 50%;
		margin:5px auto;
	}
.inquiry_btn {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    width: 95%;
    padding: 5px;
    font-size: 12px;
    /* font-weight: bold; */
}
	footer .footer-right {
		padding-bottom: 9px;
	}
} /* MOBILE END - DO NOT ERASE. */
