@charset "utf-8";
@-ms-viewport {
	width: auto !important;
	initial-scale: 1;
}
@viewport {
	width: device-width;
	initial-scale: 1;
}

/*---------------------------------  全体設定  ---------------------------------*/
.spbtn2 {
	display: none;
}
.pc_v {
	display: block!important;
}
.sp_v {
	display: none!important;
}
.ac {
	text-align: center;
}
.clearfix:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
.clearfix {
	zoom: 100%;
}
html {
	height: 100%;
	min-width: 600px;
	display: block;
	position: relative;
	margin-top: 0!important;
}
body {
	height: 100%;
	margin: 0;
	font-size: 14px;
	line-height: 180%;

	display: block;
	position: relative;
}
.aligncenter {
	display: block;
	margin: 10px auto !important;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
#body-in {
	height: 100%;
	position: relative;
}
section {
	width: 100%;
	padding: 40px 0;
	box-sizing: border-box;
}
.container {
	width: 1072px;
	position: relative;
	margin: 0 auto;
}
a {
	text-decoration: none;
	outline: none;
}
img {
	vertical-align: top;
}
.fl_wrap {
	width: 350px;
	margin: 0 auto;
}
.fl_wrap div {
	margin: 5px 0;
	letter-spacing: 0.05em;
}
.fl_wrap div .subtitle {
	display: block;
}
.fl_wrap .col2 {
	max-width: 75%;
	box-sizing: border-box;
}
.row {
	display: flex;
}
.col1 {
	width: 25%;
	box-sizing: border-box;
}
.ib_wrap {
	letter-spacing: -0.4em;
}
.ib_box {
	letter-spacing: 0;
	display: inline-block;
}
h2 {
	font-size: 36px;
	text-align: center;
	margin-bottom: 20px;
	letter-spacing: 0.1em;
	font-weight: normal;
	line-height: 1.6;
}
h3 {
	font-size: 20px;

	font-weight: normal;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 15px;
}
em {
	display: inline-block;
	padding-top: 5px;
	line-height: 1.6;
	font-size: 12px;
	color: #919191;
}
.black, .black p a, .black a {
	border-top-color: black!important;
	border-left-color: black!important;
	border-right-color: black!important;
	border-bottom-color: black!important;
}
.black p:after {
	color: black!important;
}
.white, .white li a, .white p a {
	color: white!important;
	border-top-color: white!important;
	border-left-color: white!important;
	border-right-color: white!important;
	border-bottom-color: white!important;
}
.white p:after {
	color: white!important;
}
.footer_black, .footer_black a {
	color: black!important;
}

/*---------------------------------  width  ---------------------------------*/

.w1200 {
	width: 100%;
	/*width: 1200px;    */
	margin: 0 auto;
	box-sizing: border-box;
	max-width: 1200px;
}
.w1000 {
	width: 100%;
	/*width: 1000px;    */
	margin: 0 auto;
	box-sizing: border-box;
}
.w920 {
	width: 100%;
	/*width: 920px;    */
	margin: 0 auto;
	box-sizing: border-box;
}
#shopinfo {
	width: 100%;
	/*width: 1000px;    */
	margin: 0 auto;
	box-sizing: border-box;
	max-width: 1000px;
}
#shopinfo .fl_left img {
	max-width: 369px;
}
#privacy {
	width: 100%;
	/*width: 1000px;    */
	margin: 0 auto;
	box-sizing: border-box;
	max-width: 1000px;
}

/*---------------------------------  追従エリア  ---------------------------------*/

.window_right1 {
	position: fixed;
	bottom: 200px;
	right: 0;
	width: 42px;
	height: auto;
	display: inline-block;
	z-index: 98;
}
.window_right2 {
	position: fixed;
	bottom: 350px;
	right: 0;
	width: 42px;
	height: auto;
	display: inline-block;
	z-index: 98;
}
.window_right1 img, .window_right2 img {
	width: 100%;
	height: auto;
}

/*---------------------------------  ヘッダー  ---------------------------------*/

.head_change {
	background: #f2f2f2;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
	box-sizing: border-box;
}
.head_change .w1200 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 60px;
}
.head_change .logo img {
	height: 25px;
	width: auto;
	padding: 5px;
}
.head_change .menu-in {
	display: flex;
	align-items: center;
}
.head_change #menu ul {
	text-align: left;
	padding: 0;
	margin: 0;
	max-width: 650px;
	line-height: 150%;
}
.head_change #menu a {

}
.head_change #menu li {
	position: relative;
	display: inline-block;
	padding: 0 8px;
	font-size: 0.9em;
}
.head_change #menu li:hover .sub-nav {
	/*opacity: 1;    */
}
.head_change #menu li .sub-nav {
	position: absolute;
    display: block;
    opacity: 1;
    animation-duration: .3s;
    animation-name: fade-in;
    -moz-animation-duration: .3s;
    -moz-animation-name: fade-in;
    -webkit-animation-duration: .3s;
    -webkit-animation-name: fade-in;
}
.head_change #menu li .sub-nav li {
	display: block;
	padding: 5px 13px;
	white-space: nowrap;
	/*border-top: 1px solid #fff;    */
	background: #f2f2f2;
}
.head_change #menu li .sub-nav li:last-child {
	border-bottom: none;
}
.head_change #menu li .sub-nav a {
	display: block;
	width: 100%;
	padding: 2px 0;
}
.head_change #menu li .sub-nav li:hover {
	background: #eaeaea;
}
.head_change #menu li .sub-nav li a:hover {
	color: orange;
}

/*#menu {    font-size: 13px;    float: right;}#menu a {    display: inline-block;    margin: 10px 15px 0 0;    color: #fff;}*/

.head_change .tel {
	margin: 0 5px 0 15px;
	font-size: 14px;

}
.head_change .reserv_link {
	background: #754c24;
	border-radius: 10px;
	padding: 3px 15px;
	margin: 5px;
	letter-spacing: .1em;
}
.head_change .reserv_link a {
	color: #fff;
}
.logo {
	display: flex;
	align-items: center;
}
.logo h1 {
	font-size: .8em;
	margin: 0;
	padding: 8px 10px;
	font-weight: normal;
	color: #636363;
}
.logo img {
	height: 100%;
	width: auto;
	display: inline;
	vertical-align: middle;
}
.logo span {
	font-size: 1em;
	font-weight: 600;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 10px;
	color: #fff;
}
#breadcrumb {
	line-height: 1.5;
	font-size: 12px;
	text-align: left;
}
#breadcrumb ol {
	margin: 0;
}
#breadcrumb li {
	display: inline-block;
	vertical-align: middle;
	padding-left: 10px;
	color: #acacac;
}
#breadcrumb li a {
	color: #acacac;
	display: inline-block;
}
#breadcrumb li:first-child {
	padding-left: 0;
}

/*---------------------------------  メインビジュアル  ---------------------------------*/


/*#mainv {    position: relative;    width: 100%;    height: 100%;    color: #fff;    box-sizing: border-box;    z-index: 21;}*/

#mainv_blank {
	position: relative;
	width: 100%;
	height: 60px;
	color: #fff;
	box-sizing: border-box;
	z-index: 21;
}
.mainv_bg {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: calc(100%*1000/2000);
	/* (画像の高さ / 画像の横幅) × 100 */
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: 23;
	margin-top: 80px;
}
.mainv_bg_sp {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: 23;
}
@media screen and (max-width: 1024px) {
	#mainv {
		height: 500px;
	}
	.mainv_bg {
		height: 500px;
	}
}
@media screen and (max-width: 480px) {
	#mainv {
		height: 100vh;
	}
	.mainv_bg {
		height: 300px;
	}
}
.mainv_logo_wrap {
	display: none;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 25;
}
.mainv_logo_wrap img {
	display: none;
}
.mainv_logo_wrap h1 {
	display: block;
	/*width: 281px;    height: auto;    */
	text-align: center;
	margin: 0 auto 45px;
}
.mainv_logo_wrap h1 img {
	display: block;
	/*width: 100%;    height: auto;    */
}
.page #mainv, .single #mainv {
	width: 100%;
	height: 240px;
	padding: 0;
}
#mainv.no-kv {
	height: 75px;
}
.page_mainv_bg {
	overflow: hidden;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5;
	background-size: auto;
	background-position: center center;
}
#okonomi_page .page_mainv_bg {
	background: url("images/mainv_okonomi.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#course_page .page_mainv_bg {
	position: relative;
	/*background: url("images/mainv_course.png");    */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#menu_page .page_mainv_bg {
	position: relative;
	/*background: url("images/mainv_menu.png");    */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#drink_page .page_mainv_bg {
	position: relative;
	/*background: url("images/mainv_drink.png");    */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#space_page .page_mainv_bg {
	position: relative;
	/*background: url("images/mainv_space.png");    */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#course_page .page_mainv_bg:before, #menu_page .page_mainv_bg:before, #drink_page .page_mainv_bg:before, #space_page .page_mainv_bg:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}
#news_page .page_mainv_bg {
	background: url("images/mainv_news.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#reservation_page .page_mainv_bg {
	background: url("images/mainv_reservation.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#post_page .page_mainv_bg {
	/*background: url("images/mainv_news.png");    */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#sitemap_page .page_mainv_bg {
	/*background: url("images/mainv_news.png");    */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#blog_page .page_mainv_bg {
	/*background: url("images/mainv_blog.png");    */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/*---------------------------------  slide2  ---------------------------------*/

.slide2 {
	margin-top: 60px;
	margin-bottom: 0px;
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}
.slide2 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*---------------------------------  ページ  ---------------------------------*/

.top {}
#news {
	margin: 0 auto;
	text-align: center;
}
#news_archive {
	margin: 0 auto;
	text-align: left;
	padding: 0 31.5px 40px;
}
.news_list_wrap {
	margin-bottom: 30px;
}
.news_list {
	width: 359px;
	padding: 10px;
	box-sizing: border-box;
	border-bottom: 1px solid #919191;
	text-align: left;
	margin: 0 10px;
	vertical-align: middle;
}
.news_list:nth-child(1), .news_list:nth-child(2), .news_list:nth-child(3) {
	border-top: 1px solid #919191;
}
.news_thumb {
	width: 106px;
	height: auto;
}
.news_discription {
	width: 210px;
	padding-right: 64px;
	padding-top: 13px;
	box-sizing: border-box;
	position: relative;
}
.news_discription:after {
	position: absolute;
	top: 25px;
	right: 0;
	content: url("images/arrow.png");
}
.readmore {
	font-size: 14px;

	border: 1px solid #754c24;
	padding: 3px 30px 5px 20px;
	display: inline-block;
	position: relative;
	border-radius: 5px;
}
.readmore::after {
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 1px;
	border-right: solid 1px;
	position: absolute;
	top: 50%;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 10px;
	margin-top: -3px;
}
#about {
	margin-top: 60px;
	text-align: center;
}
#about.home {
	margin-top: 0;
}
.about_main_img {
    height: auto;
    width: 100%;
}
.bg-gray {
	background: #f2f2f2;
}
.about_logo {
	margin-bottom: 30px;
}
#about h2 {
	font-size: 30px;
	font-weight: lighter;
	line-height: 1.3;
	width: 560px;
	height: 55px;
	color: #F5A951;
	margin: 0 auto 30px;
	display: inline;
	box-sizing: border-box;
	padding: 10px 5px;
}
#about .alignment-left {
	text-align: left;
	width: 560px;
	margin: 0 auto;
}
#about p {
	font-size: 1.2em;
	line-height: 2;
	letter-spacing: .05em;
	margin: 30px 0;
}
#top_link {
	width: 100%;
	/*background: url("images/stripe.png");    */
	padding: 0;
	overflow: visible;
}
.link_list {
	width: 100%;
}
.link_list_1 {
	background: #ccc;
}
.link_list_3 {
	background: #eee;
}
.link_list_container {
	width: 100%;
	margin: 0 auto;
	padding: 40px 0;
	max-width: 1200px;
}
.link_img {
	width: 60%;
	height: 300px;
	position: relative;
	z-index: 1;
}
.link_txt_wrap {
	width: 35%;
	height: 300px;
	background: #fff;
	border: 1px solid #eee;
	box-sizing: border-box;
	padding: 20px;
}
.link_txt {}
.link_txt p {
	margin-bottom: 30px;
}
.fl_left .link_txt {}
.fl_right .link_txt {}
#top_link h3 {
	font-size: 24px;
	margin: 0 0 10px 0;
	color: #000;
}
#top_link .readmore {}
.link_list:nth-of-type(1)>.link_txt_wrap:after, .link_list:nth-of-type(2)>.link_txt_wrap:after, .link_list:nth-of-type(3)>.link_txt_wrap:after, .link_list:nth-of-type(4)>.link_txt_wrap:after {
	position: absolute;
	z-index: 50;
}
#top_link .fl_wrap {
	overflow: visible;
}
.fade_lead {
	box-sizing: border-box;
	border: 1px solid #000;
	position: relative;
	float: left;
	margin-right: 2.66666px;
	margin-bottom: 2.66666px;
}
.fade_lead_in {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	line-height: 150%;
	box-sizing: border-box;
	padding: 15px;
}
.fade_lead_in h3 {
	font-size: 19px;
	margin-bottom: 20px;
	color: #000;
	line-height: 120%;
}
.fade_lead_in p {}
.fade_list {
	box-sizing: border-box;
	position: relative;
	float: left;
	margin-right: 2.66666px;
	margin-bottom: 2.66666px;
}
.fade_list:before {
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ' ';
	opacity: 0;
	transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
}
.fade_list:hover:before, .fade_list.hover:before {
	opacity: 0.5;
}
.fade_list.flow_list14:hover:before, .fade_list.flow_list14.hover:before {
	opacity: 0;
}
.fade_list p {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	font-size: 17px;
	color: #fff;
}
.fade_list p.fade_off {
	opacity: 1;
}
.fade_list p.fade_on {
	opacity: 0;
}
.fade_list:hover p.fade_off, .fade_list.hover p.fade_off {
	opacity: 0;
}
.fade_list:hover p.fade_on, .fade_list.hover p.fade_on {
	opacity: 1;
	font-size: 19px;
	padding: 30px;
	box-sizing: border-box;
	transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
}
.flow_list1 {
	background: url("images/img_flow1.png");
}
.flow_list2 {
	background: url("images/img_flow2.png");
}
.flow_list3 {
	background: url("images/img_flow3.png");
}
.flow_list4 {
	background: url("images/img_flow4.png");
}
.flow_list5 {
	background: url("images/img_flow5.png");
}
.flow_list6 {
	background: url("images/img_flow6.png");
}
.flow_list7 {
	background: url("images/img_flow7.png");
}
.flow_list8 {
	background: url("images/img_flow8.png");
}
.flow_list9 {
	background: url("images/img_flow9.png");
}
.flow_list10 {
	background: url("images/img_flow10.png");
}
.flow_list11 {
	background: url("images/img_flow11.png");
}
.flow_list12 {
	background: url("images/img_flow12.png");
}
.flow_list13 {
	background: url("images/img_flow13.png");
}
.flow_list14 {
	background: url("images/img_flow14.png");
}
.shokuzai_list1 {
	background: url("images/img_shokuzai1.png");
}
.shokuzai_list2 {
	background: url("images/img_shokuzai2.png");
}
.shokuzai_list3 {
	background: url("images/img_shokuzai3.png");
}
.shokuzai_list4 {
	background: url("images/img_shokuzai4.png");
}
.shokuzai_list5 {
	background: url("images/img_shokuzai5.png");
}
.shokuzai_list6 {
	background: url("images/img_shokuzai6.png");
}
.shokuzai_list7 {
	background: url("images/img_shokuzai7.png");
}
#shokuzai {
	width: 1072px;
	margin: 0 auto;
}
#shokuzai .fade_list:hover:before {
	opacity: 0;
}
.fade_list {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#okonomi_flow .fade_list, #okonomi_flow .fade_lead {
	width: 236px;
	height: 217px;
}
#okonomi_flow .fade_list:nth-child(5n) {
	margin-right: 0;
}
#shokuzai .fade_list, #shokuzai .fade_lead {
	width: 298px;
	height: 273px;
}
#shokuzai .fade_list:nth-child(4n) {
	margin-right: 0;
}
#okonomi_menu {
	width: 100%;
}
h3.menubox {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #000;
	width: 100%;
}
#okonomi_menu>.category>table>tbody>tr>td:first-child {
	padding-right: 36px;
}
#okonomi_menu>.category>table>tbody>tr>td:last-child {
	padding-left: 36px;
}
#okonomi_menu table {
	width: 100%;
	margin-bottom: 10px;
}
#okonomi_menu>.category>table>tbody>tr>td {
	width: 50%;
	box-sizing: border-box;
	padding-bottom: 40px;
}
#okonomi_menu table img {
	margin-bottom: 10px;
}
#okonomi_menu>.category>table>tbody>tr>td>table>tbody>tr>td:first-child {}
#okonomi_menu>.category>table>tbody>tr>td>table>tbody>tr>td:last-child {
	text-align: right;
	padding-left: 10px;
}
#course {}
.course_list {
	margin-bottom: 50px;
}
.course_list>.fl_left {
	width: 400px;
}
.course_list>.fl_left img {
	width: 100%;
	height: auto;
}
.course_list>.fl_right {
	width: 530px;
}
.course_list>.fl_right h3 {
	font-size: 19px;
	color: #000;
	margin-top: 0;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #000;
}
.course_list>.fl_right table {
	margin-top: 20px;
}
.course_list>.fl_right table td:first-child {
	padding-right: 40px;
}
#menu_block {
	margin: 0 auto 80px;
}
.menu_category {
	width: 50%;
	padding: 0 36px 30px;
	box-sizing: border-box;
}
.menu_category table {
	width: 100%;
}
.menu_category table td.left {
	width: 80%;
	padding-top: 5px;
	vertical-align: top;
}
.menu_category table td.left em {
	display: block;
}
.menu_category table td.right {
	width: 20%;
	padding-top: 5px;
	text-align: right;
	vertical-align: top;
}
.store_block {
	margin-bottom: 40px;
	text-align: center;
}
.store_block p {
	display: inline-block;
}
.store_block>img.ib_box {
	width: 508px;
	height: auto;
	margin-right: 62px;
}
.store_block>div.ib_box {
	width: 408px;
	padding-left: 40px;
	text-align: left;
	/*vertical-align: top;    */
	box-sizing: border-box;
}
.store_block>div.ib_box h3 {
	color: #000;
	font-size: 19px;
	margin: 0 0 10px;
}
.store_block>div.ib_box em {
	border-bottom: 1px dashed #000;
	padding-bottom: 10px;
	margin-bottom: 10px;
	width: 100%;
	display: block;
}
.store_block>div.ib_box table tr td:first-child {
	padding: 0 30px 2px 0;
}
.store_block>.ib_box {
	vertical-align: bottom;
}
.store_block>.ib_box p {
	display: inline-block;
}
#sp_navi {
	margin: 2em 0 0;
}
#newsblog {
	margin: 30px auto;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#newsblog h2 {
	text-align: left;
	font-size: 2em;
	margin-bottom: .5em;
	color: #F5A951;
	font-weight: normal;
}
#front_news, #front_blog {
	width: 50%;
	margin: 0 2%;
	box-sizing: border-box;
	text-align: right;
	display: inline-block;
	vertical-align: top;
	margin-top: 0;
	margin-bottom: 50px;
	padding-top: 0;
	padding-bottom: 0;
}
#front_news ul, #front_blog ul {
	margin: 0 auto 20px auto;
	padding: 0;
	text-align: left;
	list-style: none;
}
#front_news ul li, #front_blog ul li {
	display: flex;

	border-bottom: 1px solid #ccc;
}
#front_news ul li a, #front_blog ul li a {

}
#front_news li .date, #front_blog li .date, #front_news li .txt, #front_blog li .txt {
	font-size: 14px;
	padding: 10px 0;
}
#front_news li .date, #front_blog li .date {
	width: 110px;
}
#front_news li .txt, #front_blog li .txt {
	width: 100%;
}
#news {
	padding-bottom: 100px;
}
#news .news_wrapper {
	width: 800px;
	margin: 0 auto;
}
#news .news_wrapper article {
	margin-bottom: 50px;
	padding: 38px 40px;
	font-size: 1.1em;
	border: rgba(0, 0, 0, 0.3) solid 1px;
	text-align: left;
}
#single_contents .post_date {
	display: block;
	margin-bottom: 15px;
	font-size: 1.2em;

}
#single_contents .item-image {
	display: block;
	text-align: center;
	margin-bottom: 3em;
}
#single_contents .item-image img {
	max-width: 100%;
	height: auto;
}
#single_contents .post_text {
	margin-bottom: 5em;
	font-size: 1.3em;
	line-height: 2;

}
#news .news_wrapper .post_img {
	text-align: center;
}
#news .news_wrapper img {
	max-width: 100%;
}
#blog {
	width: 970px;
	margin: 0 auto;
	padding-bottom: 100px;
}
#blog .blog_wrapper {
	margin: 0 0 30px -30px;
	overflow: hidden;
}
#blog .blog_wrapper article {
	float: left;
	width: 470px;
	margin: 0 0 30px 30px;
}
#blog .blog_wrapper article>a {
	display: table;
	width: 100%;
	box-sizing: border-box;
}
#blog .blog_wrapper .post_img {
	display: table-cell;
	width: 130px;
	height: 130px;
	background: #e5e5e1;
	vertical-align: middle;
}
#blog .blog_wrapper .post_img_box {
	width: 130px;
	height: 130px;
}
#blog .blog_wrapper .post_text {
	display: table-cell;
	width: 340px;
	height: 130px;
	padding: 10px 20px;
	background: #e5e5e1;
	vertical-align: middle;
	box-sizing: border-box;
}
#blog .blog_wrapper .post_date {
	font-size: 13px;
}
#blog .blog_wrapper .post_title {
	line-height: 1.6;
	margin: 5px 0 0 0;
	font-size: 14px;
}
#blog-single {
	width: 800px;
	margin: 0 auto;
	padding-bottom: 100px;
}
#blog-single .post_date {
	margin-bottom: 10px;
}
#blog-single .post_title {
	line-height: 1.6;
	margin: 0 0 30px 0;
	font-size: 22px;
}
#blog-single .post_image {
	margin-bottom: 50px;
	text-align: center;
}
#blog-single img {
	max-width: 100%;
}
#blog-single .post_text {
	margin-bottom: 60px;
	font-size: 16px;
}
#blog-single .back {
	text-align: center;
}
#blog-single .back a {
	display: inline-block;
	padding: 5px 20px;
	border: 1px solid #000;
	font-size: 16px;
}
#blog-single .back a:hover {
	background: #000;
	color: #fff;
}
.page-navi {
	display: flex;
	justify-content: space-between;
	color: #F5A951;
}
.page-navi a {
	color: #F5A951;
	font-size: 1.1em;
}
.left-navi a {
	border: 1px solid;
	padding: 10px 15px 10px 25px;
	border-radius: 5px;
	position: relative;
	color: #F5A951;
}
.right-navi a {
	border: 1px solid;
	padding: 10px 25px 10px 15px;
	border-radius: 5px;
	position: relative;
	color: #F5A951;
}
.right-navi.center {
	width: 100%;
	text-align: center;
}
.right-navi.center a {
	border: 1px solid #F5A951;
	padding: 10px 55px 10px 55px;
	border-radius: 5px;
	font-size: 1.3em;
	position: relative;
}
.left-navi a:before {
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 1.5px;
	border-right: solid 1.5px ;
	-ms-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -4px;
}
.right-navi a:before {
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 1.5px;
	border-right: solid 1.5px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -4px;
}
.center-navi a {
	border-bottom: 1px solid #F5A951;
	padding-bottom: 5px;
}
.wp-pagenavi a, .wp-pagenavi span {
	color: #333;
	background-color: #FFFFFF;
	padding: 8px 15px;
	margin: 0 2px;
	white-space: nowrap;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration: none;
	border: thin solid #ccc;
}
.wp-pagenavi a:hover {
	color: #333;
	background-color: #e2e2e2;
	border: thin solid #ccc;
}
.wp-pagenavi span.current {
	color: #333;
	background-color: #e2e2e2;
	border: thin solid #ccc;
}
#form, #form table {
	width: 100%;
}
#form {
	margin-top: 30px;
}
#reservation {
	box-sizing: border-box;
	/*border: 1px solid #acacac;    padding: 30px 60px;    */
	margin-bottom: 60px;
}
#reservation_page form table tr td {
	width: 30%;
	padding-bottom: 20px;
	box-sizing: border-box;
}
#reservation_page form table tr td {
	width: 20%;
}
#reservation_page form table tr td:last-child {
	width: 80%;
	text-align: left;
}
#reservation_page form input, #reservation_page form textarea {
	margin: 0 auto;
	padding: 7px;
	border: solid 1px #000;
	box-sizing: border-box;
	outline: none;
	font-size: 14px;
	background: #fff;
}
#reservation_page form textarea {
	width: 100%;
}
#reservation_page form input:focus, #reservation_page form textarea:focus {
	border: 1px solid #999;
}
.va_top {
	vertical-align: top !important;
}
#reservation_page form dt .va_top {
	vertical-align: top;
	padding-top: 10px;
	display: inline-block;
}
#reservation_page form input[type="submit"], #reservation_page form input[type="button"] {
	width: auto;
	padding: 5px 40px;
	display: inline-block;
	background: #fff;
	cursor: pointer;
	border-radius: 20px;
	border: 1px solid #000;
	color: #000;
	box-sizing: border-box;
	font-size: 13px;
	font-weight: normal;
}
.list_wrap {
	padding: 2em 10px;
	border-top: 1px solid #acacac;
	display: flex;
	flex-wrap: nowrap;
}
.list_wrap .item-image {
	width: 200px;
	margin-right: 20px;
}
.list_wrap .item-image img {
	width: 100%;
	height: auto;
}
.list_wrap .item-text {
	display: flex;
	flex-direction: column;
	flex: 1;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
}
.list_wrap .item-text p {
	margin: 5px 0;

}
.list_wrap .item-text .info-date {
	font-size: 1.1em;
}
.list_wrap .item-text .info-title {
	font-size: 1.2em;
}
#pagenation {
	width: 100%;
	margin-top: 30px;
}
#pagenation ul {
	letter-spacing: -1.4em;
	text-align: center;
	padding-left: 0;
}
#pagenation ul li {
	display: inline-block;
	letter-spacing: 0;
	font-size: 1em;
	color: #F5A951;
}
#pagenation ul li a, #pagenation ul li .current {
	padding: 5px 12px;
	display: inline-block;
}
section h1 {
	margin: 5em auto 0;
	letter-spacing: 0.1em;
	font-weight: normal
}
#single_contents {
	margin: 0 auto 5em;
}
#single_contents p.post_time {
	margin-bottom: 30px;
	display: block;
	color: #be1a21;
}
.refer_lists {
	width: 100%;
	padding: 20px 0;
}
.refer_list {
	width: 1000px;
	margin: 0px auto;
	font-size: 14px;
	text-align: center;
}
.refer_list li {
	display: inline-block;
	padding: 0 10px;
}
.refer_list li img {
	max-width: 80px;
}
@media all and (-ms-high-contrast: none) {
	@-ms-viewport {
		width: auto !important;
	}
	/*---------------------------------  IE11用  ---------------------------------*/
	*::-ms-backdrop, html {
		height: 100% !important;
		overflow-y: hidden !important;
		overflow-x: hidden !important;
		box-sizing: border-box;
	}
	*::-ms-backdrop, body {
		height: 100% !important;
		overflow-y: auto !important;
		overflow-x: hidden !important;
		position: relative;
		left: 0;
		right: 0;
	}
	*::-ms-backdrop, .menu-trigger {}
}

/*---------------------------------  Instagram  ---------------------------------*/

#instagram .bg-gray {
	background: #f8f8f8!important;
}
#insta {
	text-align: center;
}
#insta h2 {
	font-family: 'Damion', cursive;
}

/*---------------------------------  coupon_box  ---------------------------------*/

.coupon_pc .coupon_list {
	margin: 20px 0;
}
.coupon_pc .coupon_box {
	width: 896px;
	margin: 0 auto;
	color: #333;
	border-top: 2px dotted #CCC;
	border-right: 2px dotted #CCC;
	border-left: 2px dotted #CCC;
	background: #fff;
}
.coupon_pc .coupon_box:last-child {
	border-bottom: 2px dotted #CCC;
}
.coupon_pc .coupon_box table {
	border-collapse: separate !important;
	width: 100%;
}
.coupon_pc .coupon_title {
	width: 35%;
	border: 3px #fdac00 solid;
	box-sizing: border-box;
	background: #fdfaf0;
	vertical-align: middle;
	text-align: center;
	font-size: 16px;
}
.coupon_pc .coupon_naiyou {
	width: 65%;
	border-left: 2px dotted #CCC;
	box-sizing: border-box;
}
.coupon_pc .coupon_naiyou table {
	width: 100%;
	padding: 10px 20px;
	box-sizing: border-box;
	text-align: left;
}
.coupon_pc .coupon_naiyou table td {}
.coupon_pc .coupon_naiyou table tr td {}
.coupon_pc .coupon_naiyou .teiji {
	background: #f4f2ee;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	padding: 10px;
}
.coupon_pc .coupon_naiyou .expire {
	background: #f4f2ee;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	padding: 10px;
}
.coupon_pc .coupon_attention {
	color: #F00;
	border: thin solid #CCC;
}
.coupon_sp {
	display: none;
}
.alc_lead {
	width: 265px;
	height: 267px;
	box-sizing: border-box;
	border: 1px solid #000;
	position: relative;
	float: left;
	margin-right: 2.66666px;
	margin-bottom: 2.66666px;
}
.alc_lead_in {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	line-height: 150%;
}
.alc_lead_in h3 {
	font-size: 23px;
	border-bottom: none;
}
.alc_lead_in p {
	margin-bottom: 20px;
}
.alc_lead_in p:last-child {
	margin-bottom: 0;
}
.alc_list {
	width: 265px;
	height: 267px;
	box-sizing: border-box;
	position: relative;
	float: left;
	margin-right: 2.66666px;
	margin-bottom: 2.66666px;
}
.alc_list:nth-child(4n) {
	margin-right: 0;
}
.alc_list p {
	width: 100%;
	position: absolute;
	margin: 0;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	font-size: 17px;
	color: #fff;
}
.alc_list p.alc_off {
	opacity: 1;
}
.alc_list p.alc_on {
	opacity: 0;
}
.alc_list:hover p.alc_off {
	opacity: 0;
}
.alc_list:hover p.alc_on {
	opacity: 1;
	font-size: 13px;
	padding: 30px;
	box-sizing: border-box;
	text-align: left;
	position: static;
	-moz-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	background: rgba(0, 0, 0, 0.3);
	height: 100%;
	transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
}
.alc_list1 {
	background: url("../img/menu_img1.png");
}
.alc_list2 {
	background: url("../img/menu_img2.png");
}
.alc_list3 {
	background: url("../img/menu_img3.png");
}
.alc_list1, .alc_list2, .alc_list3 {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.about-in {
	width: 100%;
	/*width: 1200px;    */
	margin: 0 auto;
	box-sizing: border-box;
}
.about-in>.fl_wrap {
	margin-bottom: 30px;
}
.about-in>.fl_wrap>div {
	width: 356px;
	height: 287px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: table;
	margin-left: 31px;
	float: left;
	position: relative;
}
.about-in>.fl_wrap>div:first-child {
	margin-left: 0;
}
.about-in>.fl_wrap>div p {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
	font-size: 15px;
	letter-spacing: 0.2em;
	margin: 0;
}
.about-in>.fl_wrap>div p.about_on {
	opacity: 0;
	width: 100%;
	height: 100%;
}
.about-in>.fl_wrap>div:hover p.about_off {
	opacity: 0;
}
.about-in>.fl_wrap>div:hover p.about_on {
	display: table-cell;
	opacity: 1;
	text-align: left;
	box-sizing: border-box;
	margin: 0;
	padding: 30px;
	font-size: 13px;
	background: rgba(0, 0, 0, 0.3);
	transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
}
.shop-list {
	margin: 0px auto;
	padding: 0;
	text-align: center;
	display: flex;
	justify-content: space-between;
	list-style: none;
	flex-wrap: wrap;
}
.shop-list li {
	width: 290px;
	text-align: left;
}
.shop-list li:nth-child(3n+2):last-child {
	margin-left: auto;
	margin-right: 315px;
}
.shop-list li .shop-name {
	margin: 5px 0 10px;
	line-height: 1.4;
}
.shop-list li .m-img-bg {
	height: 120px;
}
.shop-list li .m-img-bg .img {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50% 50%;
}
#space .m-img-bg .img {
	width: 300px;
	height: 200px;
	background-size: cover;
	background-position: 50% 50%;
}

/*---------------------------------  20180224 add start  ---------------------------------*/

.w900 {
	width: 900px;
	margin: 0 auto;
	box-sizing: border-box;
}
.w1000 {
	width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
}
.page-title {
	max-width: 1000px;
	margin: 1em auto 0;
	text-align: left;
	font-size: 2em;
	line-height: 1.5;
	font-weight: lighter;
}
.page-title.al-center {
	text-align: center;
	color: #F5A951;
}
.menu-list-01 {
	display: flex;
	flex-wrap: wrap;
	line-height: 1.6;
	margin-bottom: 50px;
	font-size: 16px;
}
.menu-list-01 * {
	box-sizing: border-box;
}
.menu-list-01 article {
	margin-bottom: 20px;
}
.menu-list-01 article:nth-child(odd) {
	margin-right: 1%;
}
.menu-list-01 article:nth-child(even) {
	margin-left: 1%;
}
.menu-list-01 article .title {
	margin-bottom: 20px;
	padding: 0 0 5px;
	border-bottom: 1px solid #898989;
	font-size: 21px;
}
.menu-list-01 article .table {
	display: table;
	border-top: 1px solid #898989;
	width: 100%;
	margin-bottom: 10px;
	padding: 0 20px;
}
.menu-list-01 article .name {
	display: table-cell;
	padding-right: 10px;
}
.menu-list-01 article .price {
	display: table-cell;
	text-align: right;
	white-space: nowrap;
}
.menu-list-01 article .note {
	margin-bottom: 30px;
	padding: 0 20px;
}
.menu-list-02 {
	display: flex;
	flex-wrap: wrap;
	line-height: 1.6;
	margin-bottom: 50px;
	font-size: 16px;
}
.menu-list-02 * {
	box-sizing: border-box;
}
.menu-list-02 article {
	width: 49%;
	margin-bottom: 20px;
	padding: 20px;
	background: #fff;
	border: 1px solid #898989;
}
.menu-list-02 article:nth-child(odd) {
	margin-right: 1%;
}
.menu-list-02 article:nth-child(even) {
	margin-left: 1%;
}
.menu-list-02 article .title {
	margin-bottom: 20px;
	padding: 0;
	border-bottom: none;
	font-size: 21px;
}
.menu-list-02 article .table {
	display: table;
	width: 100%;
	margin-bottom: 10px;
}
.menu-list-02 article .name {
	display: table-cell;
	padding-right: 10px;
}
.menu-list-02 article .price {
	display: table-cell;
	text-align: right;
	white-space: nowrap;
}
.menu-list-02 article .note {
	margin-bottom: 30px;
}
.recommend-list {
	display: flex;
	width: 100%;
	margin: 40px 0 50px
}
.recommend-list * {
	box-sizing: border-box;
}
.recommend-list .box {
	position: relative;
	width: 23%;
	margin: 0 0 0 2%;
	cursor: pointer;
	vertical-align: middle;
}
.recommend-list .box:nth-of-type(1) {
	margin: 0 2% 0 0;
	cursor: default;
}
.recommend-list .center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	width: 100%;
	padding: 20px;
	text-align: center;
}
.recommend-list .title {
	position: relative;
	background: #f9f9f9;
	border: 1px solid #898989;
	text-align: center;
	font-size: 28px;
}
.recommend-list .m-img-bg {
	height: 200px;
}
.recommend-list .m-img-bg .img {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50% 50%;
}
.recommend-list .img {
	position: relative;
}
.recommend-list .img::before {
	background-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ' ';
}
.recommend-list .base-txt {
	color: #fff;
	font-size: 16px;
}
.recommend-list .txt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	text-align: center;
	font-size: 16px;
	opacity: 0;
}
.recommend-list .box:hover .txt {
	opacity: 1;
	transition: all 0.3s ease;
}
section#store .bg-gray {
	background: #F2F2F2;
}
.store-list-01 {
	margin-bottom: 50px;
}
.store-list-01 * {
	box-sizing: border-box;
}
.store-list-01 img {
	max-width: 100%;
	height: auto;
}
.store-list-01 ul {
	display: flex;
	list-style: none;
}
.store-list-01 li {
	width: 50%;
	padding: 0 5%;
	text-align: center;
	font-size: 14px;
}
.store-list-01 li figure {
	margin: 0;
}
.store-list-01 li figcaption {
	margin-top: 10px;
}
.store-list-02 {
	margin-bottom: 80px;
}
.store-list-02 * {
	box-sizing: border-box;
}
.store-list-02 img {
	max-width: 100%;
	height: auto;
}
.store-list-02 ul {
	list-style: none;
	padding: 0;
}
.store-list-02 li {
	display: table;
	width: 100%;
	margin-bottom: 20px;
}
.store-list-02 li>div {
	width: 50%;
	display: table-cell;
	vertical-align: bottom;
}
.store-list-02 .name {
	margin: 0 0 20px 40px;
	font-size: 22px;
}
.store-list-02 dl {
	width: 100%;
	margin: 0 0 40px 40px;
	font-size: 16px;
	overflow: hidden;
}
.store-list-02 dt {
	clear: both;
	float: left;
	width: 20%;
	padding-bottom: 10px;
}
.store-list-02 dd {
	float: left;
	width: 80%;
	padding-bottom: 10px;
	margin: 0;
}
.store-list-03 {
	margin-bottom: 80px;
}
.store-list-03 * {
	box-sizing: border-box;
}
.store-list-03 img {
	max-width: 100%;
	height: auto;
}
.store-list-03 ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
}
.store-list-03 li {
	width: 47%;
	margin-bottom: 70px;
}
.store-list-03 li:nth-child(odd) {
	margin-right: 3%;
}
.store-list-03 li:nth-child(even) {
	margin-left: 3%;
}
.store-list-03 li .box {
	margin: 0 5% 0;
	padding: 30px 10px;
}
.store-list-03 li .m-img-bg {
	height: 200px;
}
.store-list-03 li .m-img-bg .img {
	width: 100%;
	height: 200px;
	background-size: cover;
	background-position: 50% 50%;
}
.store-list-03 .name {
	margin: 0 0 20px 0;
	text-align: left;
	font-size: 22px;
	line-height: 1.5;
	color: #F5A951;　
/* 	letter-spacing: 0.1em; */
}
.store-list-03 dl {
	width: 100%;
	margin: 0;
	font-size: 16px;
	overflow: hidden;
}
.store-list-03 dt {
	clear: both;
	float: left;
	width: 30%;
	margin: 0 0 20px;
	padding: 0 10px;
}
.store-list-03 dd {
	float: left;
	width: 70%;
	padding: 0 0 0 20px;
	margin: 0 0 20px;
}
.photo-list {
	margin-bottom: 60px;
}
.photo-list * {
	box-sizing: border-box;
}
.photo-list img {
	width: 100%;
	height: auto;
}
.photo-list ul {
	display: flex;
	margin-left: -20px;
	list-style: none;
}
.photo-list li {
	margin-left: 20px;
	width: 300px;
	text-align: center;
	font-size: 14px;
}
.photo-list li figure {
	margin: 0;
}
.photo-list li figcaption {
	margin-top: 10px;
}
.gallery-list {
	margin-bottom: 50px;
}
.gallery-list * {
	box-sizing: border-box;
}
.gallery-list ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
}
.gallery-list li {
	width: 25%;
}
.gallery-list li img {
	width: 100%;
	vertical-align: middle;
}
.gallery-list .pagenation {
	width: 100%;
	font-size: 14px;
	overflow: hidden;
}
.gallery-list .pagenation .prev {
	float: left;
}
.gallery-list .pagenation .next {
	float: right;
}

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

  20180224 add end
  
---------------------------------*/

#reservearea .reserv_btn {
	background: #9b2525;
	border: 1px solid #9b2525;
	color: #fff;
	font-size: 12px;
	vertical-align: text-bottom;
	padding: 5px 10px;
}

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

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

#access {
	/*background: url("images/bg_access.png");
    */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	overflow: hidden;
	width: 100%;
	padding: 60px 20px;
	box-sizing: border-box;
}
#map {
	padding-bottom: 50px;
}
#map h2 {
	text-align: left;
	font-size: 1.5em;
	font-weight: lighter;
	margin: 1.5em auto .5em;
	color: #F5A951;
	display: block;
	width: 920px;
	display: block;
}
#map iframe, .banner img {
	margin: 0 auto;
	display: block;
}
#map iframe {
	width: 1000px;
	height: 350px;
}
.banner img {
	height: auto;
}
.ggmap {
	position: relative;
	padding-bottom: 350px;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.ggmap iframe, .ggmapr object, .ggmap embed {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 920px;
	height: 350px;
}
#shopinfo .shop_name {
	font-size: 20px;
}
#shopinfo dl, #shopinfo dt, #shopinfo dd {
	line-height: 1.6;
	margin: 0;
	padding: 0;
}
#shopinfo dd .subtitle {
	display: block;
	margin: 0 0 5px;
}
#shopinfo dl, #shopinfo dt, #shopinfo dd .card:after {
	content: '、'
}
#shopinfo dl, #shopinfo dt, #shopinfo dd .card:last-child:after {
	content: ''
}
#shopinfo dl {
	width: 350px;
	margin: 20px auto;
	overflow: hidden;
}
#shopinfo dt, #shopinfo dd {}
#shopinfo dt {
	clear: both;
	float: left;
	font-size: 0.9em;
	width: 80px;
	padding: 9px 0px;
}
#shopinfo dd {
	float: left;
	padding: 9px 0;
	/*background: #fff;
    */
}
#footer {
	box-sizing: border-box;
	background: #666;
	color: white;
}
#footer a {
	color: white;
}
#footer-menu {
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
}
#footer-menu .main-navi {
	padding: 0;
}
#footer-menu a {
	display: inline-block;
}
#footer-menu .sub-nav {
	padding: 0;
}
#footer-menu .sub-nav li {
	margin: 5px 0;
	display: block;
}
#footer-info {
	padding: 30px 0;
	text-align: center;
}
#footer .dmoney {
	margin: 0 0 1em 0;
}
#copy {
	clear: both;
	font-size: 13px;
	margin: 0 auto;
	display: inline-block;
}
#privacypolicy {
	clear: both;
	margin: 0 auto;
	color: #fff;
	font-size: 13px;
	display: inline-block;
}
#privacypolicy::before {
	content: "";
	color: #fff;
	padding: 0;
}
#privacypolicy::after {
	content: "|";
	padding: 0 5px 0 10px;
}
#privacypolicy.footer_black::after {
	color: black;
}
#privacypolicy.footer_white::after {
	color: white;
}
@media screen and (max-width: 1024px) {
	#privacypolicy {
		display: block;
	}
}
#totop {
	width: 37px;
	height: 57px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 999;
	display: none;
}
#totop img {
	width: 100%;
	height: auto;
}
#sp_bottom {
	display: none;
}
#reservearea {
	max-width: 800px;
	margin: 0 auto;
}
#reservearea .container {
	border: 1px solid #999;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
}
#reservearea .container .left, #reservearea .container .middle, #reservearea .container .right {
	display: table-cell;
	vertical-align: middle;
	float: none;
}
#reservearea .container .left, #reservearea .container .right {
	width: 200px;
}
#reservearea .container .middle {
	width: 420px;
	font-size: 36px;
	letter-spacing: 2px
}
#reservearea .container .middle i {

}
#reservearea .container .middle a {
	display: inline-block;
	padding-left: 10px;
}
#access {
	/*background: url("../img/bg_map.png");
    */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
}
#map iframe {
	width: 920px;
	height: 400px;
}
.map-canvas div {
	overflow: visible;
}
#shopinfo {
	padding: 40px;
}
#shopinfo .shopname {
	margin: 10px 0;
}
#shopinfo p {
	padding: 0px;
	font-size: 16px;
	line-height: 180%;
	letter-spacing: 0.2em;
}
#shopinfo img {
	width: 300px;
	height: auto;
}
#shopinfo .fl_right {
	/*margin-right: 100px;
    */
	margin-left: 50px;
	/*width: 650px;
    */
	float: left;
}
#shopinfo .links {
	position: relative;
	margin-bottom: 40px;
	margin-top: 0px;
	padding-bottom: 10px;
	text-align: center;
}
#shopinfo .links li {
	display: inline-block;
	padding: 0 2px 2px;
}
#shopinfo .links img {
	width: auto;
	height: 80px;
}
#footer {
	background-repeat: repeat-x;
	background-position: center top;
	background-size: cover;
	/*height: 292px;
    padding-top: 130px;
    */
	box-sizing: border-box;
}
#footer-menu {
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
}
#footer-menu li {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	margin: 20px 10px;
}
#copy {
	font-size: 13px;
	margin: 0 auto;
	text-align: center;
	padding: 10px 0;
}
#totop {
	width: 90px;
	height: 93px;
	position: fixed;
	right: 30px;
	bottom: 70px;
	z-index: 999;
	display: none;
}
#totop img {
	width: 100%;
	height: auto;
}
.spbtn, .spbtn2, .spbtn_4 {
	display: none;
}
#header {
	display: none;
}
.spbtn2 {
	display: none;
}

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

  banner
  
---------------------------------*/

.banner {
	margin: 20px;
	text-align: center;
}
@media (max-width: 767px) {
	.banner {
		margin: 0 15px 40px;
	}
}

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

  リッチリザルト
  
---------------------------------*/

#result>dl {
	display: flex;
	box-sizing: border-box;
	flex-wrap: wrap;
	align-items: stretch;
	padding: 8px 3em;
	border: 1px solid #eaeaeb;
	background-color: #fafafa;
	width: 800px;
	margin: 0 auto;
}
#result>dl>dt {
	display: flex;
	box-sizing: border-box;
	flex: 0 0 180px;
	align-items: center;
	padding: 16px 8px;
	color: #2e2e3b;
}
#result>dl>dd {
	display: flex;
	min-height: 60px;
	box-sizing: border-box;
	flex-basis: calc(100% - 220px);
	flex-grow: 1;
	flex-shrink: 0;
	align-items: center;
	padding: 16px 8px;
	color: #4a4a4b;
	margin: 0;
}
#result>dl>dt:not(:last-of-type), #result>dl>dd:not(:last-of-type) {
	border-bottom: 1px solid #eaeaeb;
}
#result dd ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding-left: 0;
}
#result dd dl {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
#result dd dt {
	display: inline-block;
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
#result dd dd {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	display: inline;
}
#result>dl pre {
	white-space: pre-line;
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
#result dl>dt:before {
	font-family: "Material Icons";
	content: 'chevron_left';
	margin-right: 10px;
	color: orange;
}
#result .categories:before {
	content: 'restaurant';
}
#result .time:before {
	content: 'query_builder';
}
#result .holiday:before {
	content: 'restaurant';
}
#result .card:before {
	content: 'credit_card';
}
#result .price:before {
	content: 'money';
}
#result .address:before {
	content: 'place';
}
#result .access:before {
	content: 'directions_subway';
}

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

	slick
	
---------------------------------*/

.slick-dots {
	bottom: 15px!important;
}
.slick-dotted.slick-slider {
	margin-bottom: 0!important;
}
.top-slider {
	opacity: 0;
	transition: 3s;
	position: relative;
	margin-top: 60px;
}
.top-slider.slick-initialized {
	opacity: 1
}
.top-slider .slick-slide img {
	margin: 0 auto;
	width: 100%;
	height: 50vw;
	object-fit: cover;
	font-family: 'object-fit: cover';
	padding: 0;
}
.top-slider .slick-prev:before, .top-slider .slick-next:before {
	color: #000!important;
}
.top-slider .slide-arrow {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	opacity: 0.8;
	transition: all 0.5s ease 0s;
	cursor: pointer;
}
.top-slider .prev-arrow {
	left: 20px;
	width: 50px;
	height: auto;
	border-left: 0 solid;
	z-index: 99;
}
.top-slider .next-arrow {
	right: 20px;
	width: 50px;
	height: auto;
	border-right: 0 solid;
	z-index: 99;
}
.top-slider .slide-arrow:hover {
	opacity: 0.5;
}
.mypattern {
	width: 100%;
}
.mypattern .slick-slide {
	margin: 0;
}
.mypattern .slick-slide:not(.slick-center) {
	-webkit-filter: opacity(100%);
	-moz-filter: opacity(100%);
	-o-filter: opacity(100%);
	-ms-filter: opacity(100%);
	filter: opacity(100%);
	transition: 0.2s linear;
}
.link_list_single .slick-slide img {
	display: block;
	height: 250px;
	object-fit: cover;
	font-family: 'object-fit: cover';
}

/* フッターSNSボタン */

.sns-selector {
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}
#menu .sns-selector i {

}
.sns-selector.head {
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
	margin-left: 10px;
}
.sns-selector i {
	color: white;
	margin: 0 8px;
}
.sns-selector.head i {

	margin: 0 3px;
}
#sp_navi div {
	margin-bottom: 15px;
	position: relative;
}
#sp_navi div:last-child {
	margin-bottom: 0;
}
#sp_navi div .link {
	font-size: 2rem;
	display: block;
	color: white;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	padding-top: 10px;
	padding-left: 10px;
}
#sp_navi .box {
	height: 20vh;
	position: relative;
	width: 100%;
}
#sp_navi .box2 {
	background: url(http://syrup.mixh.jp/wp-test/salon/wp-content/uploads/2020/04/Style.png);
	background-size: cover;
	height: 20vh;
	background-repeat: no-repeat;
	position: relative;
}
#sp_navi .box3 {
	background: url(http://syrup.mixh.jp/wp-test/salon/wp-content/uploads/2020/04/Staff.png);
	background-size: cover;
	height: 20vh;
	background-repeat: no-repeat;
	position: relative;
}
#sp_navi .box::before {
	/* 透過した黒を上から重ねるイメージ */
	background-color: rgba(0, 0, 0, 0.2);
	/* 自由に位置指定 */
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ' ';
}
#sp_navi .box::before {
	/* 透過した黒を上から重ねるイメージ */
	background-color: rgba(0, 0, 0, 0.2);
	/* 自由に位置指定 */
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ' ';
}
#sp_navi .box2::before {
	/* 透過した黒を上から重ねるイメージ */
	background-color: rgba(0, 0, 0, 0.2);
	/* 自由に位置指定 */
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ' ';
}
#sp_navi .box3::before {
	/* 透過した黒を上から重ねるイメージ */
	background-color: rgba(0, 0, 0, 0.2);
	/* 自由に位置指定 */
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ' ';
}
#sp_navi div span .link {
	position: absolute;
	width: 100%;
	text-align: left;
	/* 重なり順を指定*/
	z-index: 1;
}
.more {
	border: 1px solid #F5A951;
	background: transparent;
	color: #F5A951;
	padding: .3em 2.3em .3em 2.3em;
	letter-spacing: 0.1em;
	position: relative;
	font-size: 1.4rem;
}
.more a {
	color: #F5A951;
}
.more:after {
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 1px;
	border-right: solid 1px;
	position: absolute;
	top: 50%;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 1.8em;
	margin-top: -3px;
}
.point {
	color: #F5A951;
	text-align: left;
	font-size: 1.8em;
	margin-bottom: 1.5em;
}
#title01 .subtitle {
	color: #F5A951;
	text-align: left;
	font-size: 1.4em;
	position: relative;
	padding-left: 1.5em;
}
#title01 .subtitle:before {
	content: '';
	width: 20px;
	height: 3px;
	background: #F5A951;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
}
#title01 .lead {
	text-align: left;
	font-size: 1.2em;
	line-height: 2;
}
.top_link {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
}
.link_list {
	width: 49.5%;
	display: inline-block;
	box-sizing: border-box;
	margin-bottom: 1%;
}
.link_list img {
	max-width: 100%;
}
#point4 p {
	max-width: 100%;
	font-size: 1.2em;
	line-height: 2;
	margin-bottom: 2em;
}
.link_right p {
	max-width: 100%;
	font-size: 1.2em;
	line-height: 2;
	margin: 0 0 0 2em;
}
.link_left p {
	max-width: 100%;
	font-size: 1.2em;
	line-height: 2;
	margin: 0 2em 0 0;
}
#point3 .link_right {
	display: flex;
	flex-wrap: wrap;
}
#point3 .link_right span {
	width: 33%;
}
#point3 .link_right span img {
	width: 100%;
}
#point3 .link_right {
	display: flex;
	flex-wrap: wrap;
}
#point4 .imgbox {
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	text-align: center;
}
#point4 .imgbox img {
	max-width: 1000px;
	margin-bottom: 1em;
}
#headimage {
	height: 20vh;
	background-size: cover;
	background-position: center center;
}

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

	slick
	
---------------------------------*/

.about_slider .slick-initialized {
	opacity: 1
}
.about_slider .slick-prev:before, .about_slider .slick-next:before {
	color: #000!important;
}
.about_slider .slide-arrow {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	opacity: 0.8;
	transition: all 0.5s ease 0s;
	cursor: pointer;
}
.about_slider .prev-arrow {
	left: -20px;
	width: 50px;
	height: auto;
	border-left: 0 solid;
	z-index: 99;
}
.about_slider .next-arrow {
	right: -20px;
	width: 50px;
	height: auto;
	border-right: 0 solid;
	z-index: 99;
}
.about_slider .slide-arrow:hover {
	opacity: 0.5;
}
.mypattern {
	width: 100%;
}
.mypattern .slick-slide {
	margin: 5px;
}
.mypattern .slick-slide:not(.slick-center) {
	-webkit-filter: opacity(100%);
	-moz-filter: opacity(100%);
	-o-filter: opacity(100%);
	-ms-filter: opacity(100%);
	filter: opacity(100%);
	transition: 0.2s linear;
}
.about_slider .link_list_single .slick-slide img {
	display: block;
	height: 250px;
	object-fit: cover;
	font-family: 'object-fit: cover';
}

/* STYLE */

#grid-content>ul {
	display: flex;
	list-style: none;
}
.link_topmore {
	text-align: center;
}
.link_topmore a {
	border: 1px solid #F5A951;
	padding: 10px 25px;
	width: 200px;
	border-radius: 5px;
	position: relative;
	color: #F5A951;
	margin: 2em auto;
	display: inline-block;
}

/* スタッフ */

#staff_all>ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
}
#staff_all ul li {
	width: 33%;
	margin-bottom: 2em;
}
.staff_detail {
	background: #f2f2f2;
	display: flex;
	padding: 2em;
	position: relative;
	height: 20vh;
}
.staff-photo {
	width: 50%;
	display: flex;
	align-items: flex-end;
	position: absolute;
	bottom: 30px;
}
.staff-in {
	padding-left: 20px;
}
.staff-profile {
	width: 100%;
	padding-left: 50%;
}
staff-profile p {
}
.staff-in h3 {
	font-size: 2.2em;

	margin: 10px 0 5px;
}
.staff-in span {

}
.staff-photo img {
	margin: 0;
	max-height: 300px;
}
.staff_info dl {
	display: flex;
	max-width: 750px;
}
.staff_info dl dt {
	width: 30vw;
}
.staff_info dl dd {
	text-align: left;
	margin-left: 0;
	width: 70vw;
}
.staff_info {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin: 3em 1em;
}
.staff_url {
	border: 1px solid #F5A951;
	border-radius: 5px;
	padding: 5px 10px;
}
.staff_url a {
	color: #F5A951;
}
h3.under {
	padding-left: 25px;
	position: relative;
	font-weight: normal;
}
h3.under:before {
	content: '';
	display: block;
	width: 18px;
	border-bottom: 3px solid #F5A951;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	;
}
#grid-content ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
}
#grid-content li {
	width: 16.6666%;
}
#grid-content img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.staff_archive {
	display: flex;
	background: #f2f2f2;
	padding: 1em;
	margin: 0 .8em;
	height: 250px;
	box-sizing: border-box;
}
.staff_archive img {
	width: 130px;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover';
}
.staff_archive-in {
	padding-left: 15px;
	flex: 1;
}
.staff_archive-in h3 {
	font-size: 1.5em;

	margin: 3px 0 25px;
	font-weight: normal;
}
.staff_archive-in span {

	font-size: .8em;
}
.staff_archive-in p {

	font-size: .8em;
	line-height: 1.8;
}

/* ギャラリー */

#gallery_archive {
	display: flex;
	flex-direction: row-reverse;
}
#gallery_archive aside {
	width: 250px;
}
#gallery_archive #grid-content {
	width: 750px;
}
#gallery_archive aside {
	margin-right: 2em;
}
#gallery_archive aside>div {
	background: #e6e6e6;
	padding: 1em;
}
#gallery_archive aside div h3 {
	margin: 0;
	color: #8e6e4f;
	font-weight: normal;
	margin-bottom: 5px;
}
#gallery_archive aside div span {
	margin: 0 0 1em;
	color: #656565;
	display: block;
}
#gallery_archive aside div ul {
	border: 1px solid #c2b4a8;
	padding: 0;
	list-style: none;
	font-size: 0;
}
#gallery_archive aside div ul li {
	border-bottom: 1px solid #c2b4a8;
	background: white;
	font-size: 14px;
}
#gallery_archive aside div ul li a {
	color: #8e6e4f;
	padding: 5px 20px;
	display: block;
}
#gallery_archive aside div ul li:hover a {
	background: #8e6e4f;
	color: white;
}
#gallery_archive aside div ul li:last-child {
	border-bottom: none;
}
#gallery_archive aside div ul .cat-title {
	background: #c2b4a8;
	padding: 5px 20px;
	color: white;
	margin: 0;
}

/* 検索フォーム */

#form {
	position: relative;
}
#s-box {
	height: 40px;
	padding: 0 10px;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 2px;
	border: solid 3px #eaeaea;
	outline: 0;
}
#s-btn-area {
	height: 50px;
	position: absolute;
	left: 250px;
	top: 0;
	background: none;
	color: #666;
	border: none;
	font-size: 20px;
	outline: 0;
}
#s-btn {
	background-color: black;
	width: 50px;
	height: 30px;
	position: relative;
	right: 20px;
	bottom: 10px;
	border-radius: 3px;
	font-size: 16px;
	color: #fff;
	line-height: 31px;
}

/* ポップアップ */

#popup figure {
	margin: 0;
	display: none;
}
#popup figure:target {
	display: block;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999;
}
#popup h3 {
	color: #F5A951;
}
#popup dl {
	display: flex;

}
#popup dt {
	width: 20%;
}
#popup figure:target #overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.3);
	text-decoration: none;
	color: inherit;
}
#popup figure:target img {
	height: auto;
	width: 30vh;
}
#popup figure .figure-in {
	animation: fadein .3s;
	background: white;
	padding: 2em;
}
@keyframes fadein {
	0% {
		transform: scale(0.2);
		opacity: 0.2;
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}

/* form */

#searchform {
	position: relative;
	box-sizing: border-box;
}
#s {
	border: 1px solid #c2b4a8;
	margin: 2em 0 0 0;
	height: 34px;
	width: 80%;
	padding: 3px 10px;
	box-sizing: border-box;
	color: #8e6e4f;
}
#searchsubmit {
	border: 1px solid #c2b4a8;
	background: #c2b4a8;
	color: #FFFFFF;
	font-size: 0.9em;
	position: absolute;
	height: 34px;
	bottom: 0;
	width: 20%;
	box-sizing: border-box;
}
#searchform input:focus, #searchform button:focus {
	outline: 1px #c2b4a8 solid;
	background-color: #e9ddd2;
}
.searchfield {
	background: #f2f2f2;
	color: #8e6e4f;
	padding: .5em 1em;
	margin-bottom: 2em;
	width: 100%;
}

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

  アコーディオン
  
---------------------------------*/

.accordion2 {
	width: 100%;
	margin-bottom: 80px;
}
.accordion2 dl, .accordion2 dt, .accordion2 dd {
	margin: 0;
	padding: 0;
}
.accordion2 dl {
	width: 100%;
	margin-bottom: 10px;
}
.accordion2 dt {
	padding: 10px;
	position: relative;
	border-bottom: 1px solid #ccc;
}
.accordion2 dd {
	padding: 10px 30px 30px;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	justify-content: space-between;
}
.accordion2 dd .dd-in {
	width: 45%;
	padding: 1.5em 0;
	border-bottom: 1px solid #ccc;
}
.accordion2 dd .dd-in-in {
	display: flex;
	justify-content: space-between;
	font-size: 1.2em;
	padding-bottom: .6em;
}
.accordion2 dd .note {
	color: #888;
	font-size: .9em;
	line-height: 1.5;
}
.accordion2 span::after {
	font-family: 'Material Icons';
	content: "\e5cf";
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.accordion2 .change span::after {
	content: "\e5ce";
}
.accordion2 dd span::after {
	content: none;
}
.accordion2 h4 {
	margin: 20px 0 10px;
}
.accordion2 h4:first-child {
	margin-top: 0;
}

/* ページネーション */

.pagination {
	text-align: center;
	margin: 2em 0;
}
.pagination .page-numbers {
	text-align: center;
	margin: 0;
	padding: 3px 10px;
	border: 1px solid #c2b4a8;
	color: #c2b4a8;
	height: 25px;
	display: inline-block;
}
.pagination .page-numbers.current {
	background: #c2b4a8;
	color: white;
}
.pagination .page-numbers.next, .pagination .page-numbers.prev {
	border: none;
}

/* gotop */

#goto_top {
	position: fixed;
	right: 15px;
	bottom: 110px;
	z-index: 9;
}
#goto_top a img {
	max-width: 50px;
	height: auto;
	display: block;
}

/* color */
.acblown a {
	color: #636363;
}
.acgreen a {
	color: #586365;
}
.acblue a {
	color: #4D4D4D;
}
.acpink a {
	color: #928484;
}
.acgray a {
	color: #517D99;
}
.acblown #menu li a {
	color: #754c24!important;
}
.acgreen #menu li a {
	color: #37A89D!important;
}
.acblue #menu li a {
	color: #4072B3!important;
}
.acpink #menu li a {
	color: #EE817B!important;
}
.acgray #menu li a {
	color: #454545!important;
}
.acblown .left-navi a,
.acblown .right-navi a {
	border-color: #754c24!important;
}
.acgreen .left-navi a,
.acgreen .right-navi a {
	border-color: #37A89D!important;
	color: #37A89D!important;
}
.acblue .left-navi a,
.acblue .right-navi a {
	border-color: #4072B3!important;
}
.acpink .left-navi a,
.acpink .right-navi a {
	border-color: #EE817B!important;
}
.acgray .left-navi a,
.acgray .right-navi a {
	border-color: #454545!important;
}
.acblown #title01 .subtitle:before,
.acblown h3.under:before {
	background: #F5A951;
	border-color: #F5A951;
}
.acgreen #title01 .subtitle:before,
.acgreen h3.under:before {
	background: #37A89D;
	border-color: #37A89D;
}
.acblue #title01 .subtitle:before,
.acblue h3.under:before {
	background: #4072B3;
	border-color: #4072B3;
}
.acpink #title01 .subtitle:before,
.acpink h3.under:before {
	background: #EE817B;
	border-color: #EE817B;
}
.acgray #title01 .subtitle:before,
.acgray h3.under:before {
	background: #454545;
	border-color: #454545;
}
.reserve-btn {
	border: 1px solid #ccc;
    border-radius: 5px;
    padding: 7px 15px;
    float: right;
    line-height: 1;
}

.slide {
	margin-top: 60px;
}

#menu.spmenu {
	display: none;
}

/*---------------------------------  jobs  ---------------------------------*/

.job {
	padding-bottom: 150px;
}
.job h3,
.job-child h3 {
	font-size: 1.3em;
	background: #f5f5f5;
	padding: .5em;
	font-weight: bold;
}
.job-box {
	display: flex;
	list-style: none;
	flex-wrap: wrap;
	padding-left: 0;
}
.job-box li {
	border: 1px solid #bfbfbf;
	text-align: center;
	margin-right: 20px;
	margin-bottom: 20px;
	width: calc(33.33% - 14px);
	height: 200px;
    box-sizing: border-box;
}
.job-box li:nth-child(3n) {
	margin-right: 0;
}
.job-box li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
    transition: all 0.5s 0s ease;
}
.job-box li a:hover {
	background: #ccc;
}
.job-box li a:last-child {
	margin-right: 0;
}
.job-child dl{
	width: 100%;
	border-bottom: none;
	display: flex;
	vertical-align: middle;
	flex-wrap: wrap;
	margin-bottom: 3em;
}
.job-child dt{
	padding: 10px;
	width: 15%;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
	font-weight: bolder;
}
.job-child dd{
	padding: 10px;
	width: 85%;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
	margin-inline-start: 0;
}
.job-child .joblink dt{
	padding: 10px;
	width: 20%;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
	font-weight: bolder;
}
.job-child .joblink dd{
	padding: 10px;
	width: 80%;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
	margin-inline-start: 0;
}
.job-child .send_url{
	display: inline-block;
	background: #ba9b68;
	color: white;
	border-radius: 5px;
	padding: 15px 50px;
	margin-bottom: 2em;
}
.job-child .send_url:hover{
	background: orange;
}

/* cta */
.cta {
	text-align: center;
	margin-bottom: 5em;
}
.cta a {
    background: #FA6776;
    padding: 20px 60px;
    color: white;
    border-radius: 10px;
    font-size: 1.3rem;
    font-weight: bolder;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}

/* payment */
@media (max-width: 757px) {
  #lp #lpTemplate section.section_footer .lp_map .info dd {
    flex-basis: calc(100% - 80px);
  }
}
#footer .payment ul {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  align-items: center;
}
#footer .payment ul li {
	flex-basis: 25%;
	margin-bottom: 1rem;
	display: flex;
	align-items: center;
}
#footer .payment ul li img {
  max-width: 80px;
  max-height: 30px;
  width: 50px;
}
@media (max-width: 757px) {
  #footer .payment ul li img {
    margin-bottom: 5px;
  }
}
#shopinfo a {
	text-decoration: underline;
}
#reservearea a {
	text-decoration: underline;
}

/* review_widget */
.ti-widget {
	max-width: 1500px;
	margin: 50px auto;
}
.ti-inner {
	min-height: 300px;
}
h2.voice {
	font-size: 28px;
	margin: 2em 0 0;
}