@charset "utf-8";

html {
}

body {
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	font-size: 15px;
	line-height: 1.6;
	color: #000000;
	word-wrap: break-word;
}
#container {
	min-width: 1000px;
	margin: 0 auto;
}
.wrapper {
	width: 1000px;
	margin: 0px auto;
	box-sizing: border-box;
}
.pc {
	display: block;
}
.sp {
	display: none;
}


@media (max-width: 736px) {
	body {
		font-size:14px;
	}
	#container {
		min-width: 100%;
	}
	.wrapper {
		width: 100%;
		padding:0 1.5625%;
	}
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	img,iframe {
		max-width:100%;
		height:auto;
	}
}
/*
　a
****************************************/
a {
	color: #000000;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a img {
	border: 0;
}
/*
　header
****************************************/
#header {
	min-width: 1000px;
	margin: 0 auto;
}
.head_top {
	min-width: 1000px;
	margin: 0 auto;
	background: #000;
	color:#fff;
	text-align: left;
	font-size: 12px;
	padding:8px 0 7px;
	line-height: 1.2;
}
.head_main {
	padding:20px 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.head_main .logo {
}
.head_main .time_wrap {
	padding:10px 0;
	font-size: 13px;
}
.head_main .contact_wrap {
	background: #000;
	border: 1px solid #000;
	line-height: 1.2;
	font-family:'Cardo',sans-serif;
	width:290px;
	padding:5px;
	box-sizing:border-box;
	border-radius: 5px;
}
.head_main .contact_tel {
}
.head_main .contact_tel .tel {
}
.head_main .contact_tel .tel .tel_ttl {
	font-size:16px;
	padding:5px 5px 3px;
	background: #fff;
	text-align: center;
	color:#000;
	line-height: 1.2;
	border-radius: 3px;
	font-weight: bold;
	margin-bottom: 10px;
	font-family:'Cardo',sans-serif;
}
.head_main .contact_tel .tel_number {
	text-align: center;
}
.head_main .contact_tel .tel a,
.head_main .contact_tel .tel a:hover {
	text-decoration: none;
	color:#ffffff;
	font-weight: bold;
	font-size:30px;
}
.head_main .contact_tel .work_hour {
	font-size: 13px;
	color:#000000;
}
.head_main .access_wrap {
	width:80px;
	height:85px;
}
.head_main .access_wrap a {
	width:100%;
	height:100%;
	font-size:13px;
	padding:60px 10px 10px 10px;
	box-sizing: border-box;
	text-align: center;
	color:#ffffff;
	line-height: 1.2;
	font-weight:bold;
	border-radius: 5px;
	display: inline-block;
	text-decoration: none;
	background:url(/images/access_icon.png) no-repeat center 8px #000;
	background-size: 50%;
}
.head_main .access_wrap a:hover {
	opacity: 0.8;
}

@media (max-width: 736px) {
	#header {
		min-width: 100%;
	}
	.head_top {
		display: none;
	}
	.head_main {
		padding:10px 0;
		display: block;
	}
	.head_main .logo {
		width:88%;
		text-align: left;
		display: inline-block;
	}
	.head_main .logo img {
		width:50%;
	}
	.head_main .menu_btn {
		width:12%;
		padding-right: 2%;
		display: inline-block;
		box-sizing: border-box;
	}
	.head_main .menu_btn img {
		-webkit-filter: grayscale(100%);
		-moz-filter: grayscale(100%);
		-o-filter: grayscale(100%);
		-ms-filter: grayscale(100%);
		filter: grayscale(100%);
		-webkit-filter: brightness(0);
		-moz-filter: brightness(0);
		-o-filter: brightness(0);
		-ms-filter: brightness(0);
		filter: brightness(0);
	}
    .head_main .contact_wrap {
    	width:100%;
    	margin-bottom:10px;
    }
	.head_main .time_wrap {
		width:90%;
		clear:both;
		margin: 15px 5% 0;
	}
	.head_main .access_wrap {
		width:100%;
		height:auto;
		margin-bottom:15px;
	}
    .head_main .access_wrap a {
    	font-size:18px;
    	padding:16px 10px 15px;
    	box-sizing: border-box;
    	text-align: center;
    	background:url(/images/access_icon.png) no-repeat 30% 10px #000;
    	background-size: 30px;
    }
	.head_main .access {
	}
	.head_main .access .tel {
		font-size:30px;
		font-weight: bold;
		margin-bottom: 10px;
		line-height: 1.2;
		text-align: center;
	}
	.head_main .access .tel {
	}
	.head_main .access .tel .tel_ttl {
		font-size:16px;
		padding:5px 5px 3px;
		background: #fff;
		text-align: center;
		color:#b22222;
		line-height: 1.2;
		border-radius: 3px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.head_main .access .tel_number {
		text-align: center;
	}
	.head_main .access .tel a,
	.head_main .access .tel a:hover {
		text-decoration: none;
	}
	.head_main .access .work_hour {
		clear: both;
		width:90%;
		margin:15px auto 0;
		font-size: 13px;
	}
}
/*
　gnav
****************************************/
#gnav {
	min-width: 1000px;
	margin: 0 auto;
	background: #000;
}
#gnav ul {
	width:1000px;
	margin:0 auto;
	display: flex;
	justify-content: center;
}
#gnav ul li {
	float: left;
	width:200px;
	border-left:1px solid #ffffff;
	box-sizing: border-box;
}
#gnav ul li:last-child {
	border-right:1px solid #ffffff;
}
#gnav ul li a{
	width:200px;
	height:45px;
	line-height: 1.0;
	font-weight: bold;
	display: table-cell;
	box-sizing: border-box;
	text-align: center;
	vertical-align: middle;
	background: #000;
	color:#ffffff;
	text-decoration:none;
	padding:5px;
	transition:opacity 0.5s ease;
}
#gnav ul li a:hover,
#gnav ul li a.owl-in_page_tree{
	opacity:0.5;
}

@media (max-width: 736px) {
	#gnav {
		display: none;
	}
	.menu_list {
		width:100%;
		clear: both;
	}
  .menu_list ul {
    width:100%;
    margin-bottom: 15px;
    box-sizing:border-box;
    position: fixed;
    overflow-y: scroll;
    height:100%;
    top:0;
    left:0;
    z-index: 99999;
  }
  .sp_menu_list ul li {
    width:100%;
  }
  .sp_menu_list ul li a {
    display: inline-block;
    width:100%;
    padding:10px;
    box-sizing:border-box;
    border-bottom:1px solid #fff;
    background:#000;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    position: relative;
  }
  .sp_menu_list ul li a:after {
    content:'';
    position: absolute;
    top:17px;
    right: 22px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
/*
　contents
****************************************/
#contents{
	min-width: 1000px;
	margin: 0 auto;
	padding: 30px 0;
}
@media (max-width: 736px) {
	#contents{
		min-width: 100%;
	}
}
/*
　footer
****************************************/
#footer {
	min-width: 1000px;
	margin: 0 auto;
	border-top:1px solid #000;
}
.foot_main {
	padding:20px 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.foot_main .logo {
	float:left;
}
.foot_main .time_wrap {
	float:right;
	padding:10px 0;
	font-size: 13px;
}
.foot_main .access_wrap {
	float:right;
	background: #000;
	border: 1px solid #000;
	line-height: 1.2;
	font-family:'Cardo',sans-serif;
	width:300px;
	padding:5px;
	box-sizing:border-box;
	border-radius: 5px;
}
.foot_main .access {
}
.foot_main .access .tel {
}
.foot_main .access .tel .tel_ttl {
	font-size:16px;
	padding:5px 5px 3px;
	background: #fff;
	text-align: center;
	color:#000;
	line-height: 1.2;
	border-radius: 3px;
	font-weight: bold;
	margin-bottom: 10px;
}
.foot_main .access .tel_number {
	text-align: center;
}
.foot_main .access .tel a,
.foot_main .access .tel a:hover {
	text-decoration: none;
	color:#ffffff;
	font-weight: bold;
	font-size:30px;
}
.foot_main .access .work_hour {
	font-size: 13px;
	color:#000000;
}
#footer .foot_btm {
	min-width: 1000px;
	margin: 0 auto;
	background: #000;
	padding:20px 0;
}
#footer .anchor_wrap {
	width:100%;
	position: relative;
	overflow: hidden;
	font-size: 13px;
	margin:0 auto 15px;
}
#footer .anchor_link {
	float:left;
	left:50%;
	position: relative;
}
#footer .anchor_link li {
	float:left;
	left:-50%;
	position:relative;
	display: inline-block;
	margin:0 10px;
}
#footer .anchor_link li a {
	color:#ffffff;
}
#footer .sns_btns {
	text-align: center;
	margin-bottom: 15px;
}
#footer .copyright {
	min-width: 1000px;
	margin: 0 auto;
	font-size:12px;
	color:#ffffff;
	text-align:center;
	line-height:1.2;
}
@media (max-width: 736px) {
	#footer {
		min-width: 100%;
	}
	.foot_main {
		padding:10px 0;
		display: block;
	}
	.foot_main .logo {
		width:100%;
		text-align: center;
	}
	.foot_main .logo img {
	}
	.foot_main .time_wrap {
		width:90%;
		clear:both;
		margin: 0 auto;
	}
	.foot_main .access_wrap {
		width:100%;
		margin:0 auto 10px;
	}
	.foot_main .access {
	}
	.foot_main .access .tel {
		font-size:30px;
		font-weight: bold;
		margin-bottom: 10px;
		line-height: 1.2;
		text-align: center;
	}
	.foot_main .access .tel {
	}
	.foot_main .access .tel .tel_ttl {
	}
	.foot_main .access .tel_number {
		text-align: center;
	}
	.foot_main .access .tel a,
	.foot_main .access .tel a:hover {
		text-decoration: none;
	}
	.foot_main .access .work_hour {
		clear: both;
		width:90%;
		margin:15px auto 0;
		font-size: 13px;
	}
	#footer .foot_btm {
		min-width: 100%;
	}
	#footer .anchor_wrap {
		width:100%;
	}
	#footer .anchor_link {
		float:none;
		left:0;
	}
	#footer .anchor_link li {
		float:none;
		left:0;
		width:90%;
		margin:0 5%;
	}
	#footer .anchor_link li a {
		width: 100%;
		box-sizing: border-box;
		padding:10px;
		font-weight: bold;
		text-decoration: none;
		text-align: center;
		background: #fff;
		border-bottom:1px solid #000;
		display: inline-block;
		color:#000;
	}
	#footer .anchor_link li:last-child a {
		border-bottom: 0;
	}
	#footer .copyright {
		min-width: 100%;
	}
}
/**************************************
　::共通
***************************************/
/*
.top_wrapper h2{
	font-size:32px;
	font-weight:bold;
	color:#DAA520;
	font-family:'Cardo',sans-serif;
	margin-bottom: 16px;
}*/
.rightimg {
	margin-bottom: 50px;
}
.large-text {
    font-size:20px;
    margin-bottom:24px;
    font-weight: bold;
}
.small-text .richtext {
	margin-bottom: 10px;
}
.small-text img {
	margin-bottom: 25px;
}
.rightimg.right .text{
	width:50%;
	float:left;
	margin-right: 40px;
}
.rightimg.right .img{
	float:right;
	max-width:460px;
}
.rightimg.left .text{
	width:50%;
	float:right;
	margin-left: 40px;
}
.rightimg.left .img{
	float:left;
	max-width:460px;
}
a.list_btn {
	width:200px;
	display: block;
	text-align: center;
	background: #eb6d7b;
	padding:10px;
	line-height: 1.2;
	box-sizing: border-box;
	border-radius: 5px;
	color:#ffffff;
	text-decoration: none;
	margin: 0 auto 50px;
}
a.list_btn:hover {
	opacity: 0.8;
}
@media (max-width: 736px) {
	.top_wrapper h2{
		font-size:20px;
		margin-bottom: 15px;
	}
	.rightimg {
	}
	.large-text {
		font-size:16px;
		margin-bottom:15px;
	}
	.rightimg.right .text{
		width:100%;
		float:none;
		margin: 0 0 15px 0;
	}
	.rightimg.right .img{
		width:100%;
		max-width:100%;
		margin-bottom: 15px;
		float:none;
		text-align: center;
	}
	.rightimg.left .text{
		width:100%;
		float:none;
		margin: 0 0 15px 0;
	}
	.rightimg.left .img{
		width:100%;
		max-width:100%;
		margin-bottom: 15px;
		float:none;
		text-align: center;
	}
}
/***************************************
　::トップページ
****************************************/
/*MV*/
.main_img{
	height:720px;
	width:100%;
	position:relative;
	margin: 0 auto;
	overflow:visible;
}
.main_img .owl-image_slider {
	position:absolute;
	/*left:-200px;*/
	width:100%;
}
.main_img .owl-image_slider-images{
	width:100% !important;
}
.main_img .owl-image_slider-images li{
	overflow:hidden;
	height:720px;
	margin:auto auto;
	position:relative;
}
.main_img .owl-image_slider-images li img{
	width:100%;
	height:auto;
	min-height:720px;
	min-width:1980px;
	position: relative;
	left: 50%;
	transform: translate(-50%,0);
}
.bx-wrapper .bx-pager {
	position: absolute;
	bottom: 12px;
}
.bx-wrapper {
	margin-bottom:0;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background:#ffffff;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background:#967B71;
}
.top_long_img {
	min-width:1000px;
	margin:0 auto;
	height:300px;
	text-align: center;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}
.top_long_img .img_wrap {
	position: relative;
	left:50%;
	top:50%;
	/*margin-left: -1000px;*/
	-webkit-transform: translate(-50%,-50%);
	   -moz-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	     -o-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
}
.top_long_img .img_wrap img {
	width:100%;
}
@media (max-width: 736px) {
	.main_img{
		height:auto;
		width:100%;
	}
	.main_img .owl-image_slider {
		position: static;
	}
	.main_img .owl-image_slider .bx_wrapper {
		margin-bottom: 0;
	}
	.main_img .owl-image_slider-images{
		width:100% !important;
	}
	.main_img .owl-image_slider-images li{
		height:auto;
	}
	.main_img .owl-image_slider-images li img{
		min-height: 0;
		height:auto;
		min-width: 100%;
		max-width: 100%;
	}
	.bx-wrapper .bx-pager {
		position: static;
    }
	.top_long_img {
		width:100%;
		min-width:100%;
		height:150px;
		margin:0;
	}
	.top_long_img .img_wrap {
		position: relative;
	}
	.top_long_img .img_wrap img {
		width:100%;
	}
}

/*最新情報*/
.news_list {
	margin:0 auto 30px;
}
.news_list li {
	border-bottom: 1px dotted #dcdcdc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.news_list li .date {
	width:10%;
	float:left;
}
.news_list li .icon {
	width:10%;
	color:#ffffff;
	font-size:12px;
	padding: 3px 5px;
	box-sizing: border-box;
	line-height: 1.0;
	text-align: center;
	float:left;
}
.news_list li .icon.icon_45 {
	background:#f2c7e0;
}
.news_list li .icon.icon_46 {
	background:#d1ad6a;
}
.news_list li .title {
	width:100%;
	float:left;
	padding-top: 5px;
}
.info_dtl {
	margin-bottom: 30px;
}
.info_dtl .date {
	float:left;
	line-height: 1.4;
	margin-right: 15px;
}
.info_dtl .icon {
	width:30%;
	color:#ffffff;
	font-size:12px;
	padding: 3px 5px;
	box-sizing: border-box;
	line-height: 1.0;
	text-align: center;
	float:left;
}
.info_dtl .icon.icon_45 {
	background:#f2c7e0;
}
.info_dtl .icon.icon_46 {
	background:#d1ad6a;
}
.back_link {
	margin:25px auto;
}
.back_link a {
	position: relative;
	padding:0 0 0 15px;
}
.back_link a:after {
	content:'';
	position: absolute;
	top:8px;
	left: 0px;
	width: 5px;
	height: 5px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media (max-width: 736px) {
	.news_list {
		margin:0 auto 30px;
	}
	.news_list li {
		border-bottom: 1px dotted #dcdcdc;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.news_list li .date {
		width:30%;
		padding-right: 5%;
		margin-bottom: 5px;
		box-sizing: border-box;
	}
	.news_list li .icon {
		width:30%;
	}
	.news_list li .title {
		width:100%;
		float:none;
		clear:both;
	}
}
/***************************************
　::メニュー
****************************************/
.menu_alert {
	text-align: right;
	font-size: 12px;
	color:#ff0000;
	margin-bottom: 15px;
}
.menu_list {
	margin:0 auto 30px;
}
.menu_list li {
	border-bottom: 1px dashed #8b4513;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.menu_list li .img {
	width:40%;
	float:left;
}
.menu_list li .img img {
	max-width:100%;
	border-radius: 10px;
}
.menu_list li .menu_data {
	width:58%;
	margin-left: 2%;
	float:left;
}
.menu_list li .menu_data .icon {
	width:30%;
	color:#ffffff;
	font-size:14px;
	padding: 8px 5px 5px;
	box-sizing: border-box;
	line-height: 1.0;
	text-align: center;
	margin-bottom: 10px;
}
.menu_list li .menu_data .icon.icon_58 {
	background:#d1ad6a;
}
.menu_list li .menu_data .icon.icon_59 {
	background:#d1ad6a;
}
.menu_list li .menu_data .icon.icon_60 {
	display: none;
}
.menu_list li .menu_data .title {
	font-size:20px;
	font-weight:bold;
	color:#000;
	font-family:'Cardo',sans-serif;
	margin-bottom: 15px;
	padding-left: 10px;
	border-left:4px solid #000;
}
.menu_list li .menu_data .text {

}
@media (max-width: 736px) {
	.menu_list li {
		margin-bottom: 15px;
	}
	.menu_list li .img {
		width:100%;
		margin-bottom: 15px;
		float:none;
		text-align: center;
	}
	.menu_list li .img + .menu_data,
	.menu_list li .menu_data {
		width:100%;
		margin: 0;
		float:none;
	}
	.menu_list li .menu_data .title {
	}
}
/***************************************
　::アクセス
****************************************/
.access_wrap {}
.shop_info {
	margin-bottom: 50px;
}
.shop_info .shop_data {
	width:500px;
	margin-right: 50px;
	float:left;
}
table.shop_table {
	width:100%;
	margin:0 auto;
}
table.shop_table tr {
	border-bottom: 1px dotted #dcdcdc;
}
table.shop_table tr th {
	width:25%;
	padding:15px 0;
	vertical-align: middle;
	font-weight: bold;
}
table.shop_table tr td {
	width:75%;
	padding:15px 0;
	vertical-align: middle;
}
.shop_info .shop_img {
	width:450px;
	float:left;
}
.shop_info .shop_img .img,
.shop_info .shop_img .img2 {
	margin-bottom: 15px;
}
.access_map iframe{
	width:100%;
	height:443px;
}
@media (max-width: 736px) {
	.shop_info {
	}
	.shop_info .shop_data {
		width:100%;
		margin: 0 0 15px 0;
		float:none;
	}
	table.shop_table {
	}
	table.shop_table tr {
		border-bottom: 1px dotted #dcdcdc;
	}
	table.shop_table tr th {
		width:100%;
		display: block;
		box-sizing: border-box;
		padding:10px 0 0;
	}
	table.shop_table tr td {
		width:100%;
		display: block;
		box-sizing: border-box;
		padding:0 0 10px;
	}
	.shop_info .shop_img {
		width:100%;
		float:none;
		text-align: center;
	}
	.shop_info .shop_img .img,
	.shop_info .shop_img .img2 {
	}
	.access_map iframe{
		width:100%;
		height:200px;
	}
}
/***************************************
　::クーポン
****************************************/
.coupon_img {
	text-align: center;
	margin-bottom: 30px;
}
.expiration_date {
	width:60%;
	border:2px double #ce0000;
	padding:10px;
	text-align: center;
	font-weight: bold;
	color: #ce0000;
	margin: 0 auto 30px;
	background: #ffffff;
}
a.print_btn {
	width:200px;
	display: block;
	padding:10px 15px;
	line-height: 1.2;
	background: #ce0000;
	border:1px solid #ff0000;
	border-radius: 3px;
	color:#ffffff;
	text-decoration: none;
	margin:0 auto;
	text-align: center;
}
a.print_btn:hover {
	opacity: 0.8;
}
@media (max-width: 736px) {
	.coupon_img {
		text-align: center;
		margin-bottom: 30px;
	}
	.expiration_date {
		width:60%;
		border:2px double #ce0000;
		padding:10px;
		text-align: center;
		font-weight: bold;
		color: #ce0000;
		margin: 0 auto 30px;
	}
	a.print_btn {
		display: none;
	}
	a.print_btn:hover {
	}
}
/***************************************
　::よくあるご質問
****************************************/
.faq_list {}
.faq_list li {
	margin-bottom: 20px;
}
.faq_list li .question {
	color:#eb6d7b;
	font-weight: bold;
	font-size: 18px;
	padding:4px 0 10px 30px;
	border-bottom:1px solid #eb6d7b;
	margin-bottom: 15px;
	position: relative;
}
.faq_list li .question:before {
	content:'Q';
	font-size: 20px;
	position: absolute;
	left:0;
	top:0;
}
.faq_list li .answer {
	
}

.bg_b{
    background: #ceebf9;
    padding: 30px;
    max-width: 360px;
    box-shadow: 1px 1px 1px rgb(122, 177, 239);
}
.order_tel:before{
    content:" "
}
.order_tel{
    font-size: 2.2em;
    text-align: center;
    margin-bottom: 25px;    
}
.tel_png{
    width: 50px;
    height: 50px;
    background: url(/images/tell_03.png);
    background-size: cover;
    line-height: 0px;
    display: inline-block;
    position: relative;
    top: 14px;
    right: 5px;
}



@media (max-width: 736px) {
	.order_tel{
    font-size: 1.5em;
        
    }
    .m_s{font-size: 20px;}
}

/* ▼180524 追加 */
.wid_ad img {
    width: 100%;
}