@charset "UTF-8";
/* CSS Document */

/*COMMON-CSS*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
figure,
nav,
footer,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0px;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	text-decoration: none;
	font: 14px/26px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
}

ol,
ul,
li,
dl,
dt,
dd {
	list-style: none;
	margin: 0;
	padding: 0;
}

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

img {
	border: none;
	vertical-align: bottom;
}

strong {
	font-style: normal;
}

em {
	font-weight: normal;
	font-style: normal;
}

form {
	margin: 0px;
	padding: 0px;
}

ol,
ul,
li,
dl,
dd,
dt {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

input {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

a {
	color: #0066CC;
	text-decoration: none;
}

a:hover {
	color: #F03;
}

a img {
	opacity: 1;
}

img {
	border: none;
	vertical-align: bottom;
}

p.page_title {
	margin: 15px 0px 0px 0px;
}

#wrapper {
	margin: 0 auto;
	width: 1000px;
	text-align: left;
}

a:hover img,
nav li.now a:hover img {
	filter: alpha(opacity=70);
	/*IE*/
	-moz-opacity: 0.7;
	/*Older Firefox*/
	opacity: 0.7;
	/* Modern Browsers*/

}

/*------------------------------------------------------------*/
.top_left,
.top_right {
	margin: 10px 0px 0px 0px;
}

.top_left {
	float: left;
	width: 740px;
	overflow: hidden;
}

.top_right {
	float: right;
	width: 230px;
	overflow: hidden;
}

#top_pagecell {
	clear: both;
	padding: 5px 0px 15px 0px;
	overflow: hidden;
}

/*HEAD------------------------------------------------------------*/
header {
	width: 100%;
	overflow: hidden;
	margin: 0px auto;
	padding: 5px 0px;
	background: #006471;
}

header .inner {
	width: 1100px;
	overflow: hidden;
	margin: 0px auto;
}

header .logo {
	padding-top: 5px;
	float: left;
	width: 331px;
}

header .logo img {
	width: 100%;
}

header .right {
	float: right;
}

header h1 {
	font-size: 80%;
	margin-bottom: 5px;
	color: #FFF;
}

header h1 span {
	font-size: 100%;
}


.shopname {
	float: left;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	padding-top: 25px;
	/*width:100PX;*/
	margin-left: 10px;
}

/*-nav--------------------------------------------------------------------------------------------*/
nav {
	width: 100%;
	background: linear-gradient(to bottom, #fefcea 0%, #fffcf2 53%, #efe07a 100%);
	overflow: hidden;
}

nav ul {
	width: 1000px;
	margin: 0px auto;
	display: flex;
	/*横並び*/
	justify-content: center;
}

nav ul li {
	text-align: center;
}

nav ul li:first-child {
	border-left: none;
}

nav ul li.now {
	background: #FEE600;
}

/*GNAVI-END------------------------------------------------------------*/

/*container------------------------------------------------------------*/
#container {
	background: url(../common_img/bg_container.png) top repeat-x;
	padding-top: 20px;
}

.container-padding{
	padding-bottom: 20px;
}


/*top------------------------------------------------------------*/
.top-link-column {
	background: #FFFAD7;
	width: 970px;
	margin: 0px auto 20px auto;
	padding: 10px;
	padding-bottom: 0px;
	border-radius: 10px;
	overflow: hidden;
	display: flex;
	/*横並び*/
	align-items: center;
	/*天地センター*/
	flex-wrap: wrap;
	justify-content: space-between;

}

.top-link {
	margin: 0px 0px 15px 10px;
	border-radius: 10px;
	/* CSS3草案 */
	width: calc(100% / 3 - 20px);
	padding: 15px 5px 10px 5px;
	height: 60px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#02ab3d+0,018431+100 */
	background: #02ab3d;
	/* Old browsers */
	background: -moz-linear-gradient(top, #02ab3d 0%, #018431 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #02ab3d), color-stop(100%, #018431));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #02ab3d 0%, #018431 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #02ab3d 0%, #018431 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #02ab3d 0%, #018431 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #02ab3d 0%, #018431 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#02ab3d', endColorstr='#018431', GradientType=0);
	/* IE6-9 */
	/* box-shadow */
	box-shadow: rgba(0, 0, 0, 0.65) 0px 7px 7px -7px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.65) 0px 7px 7px -7px;
	-moz-box-shadow: rgba(0, 0, 0, 0.65) 0px 7px 7px -7px;
}

.top-link:hover {
	opacity: 0.9;
}

.top-link .left {
	width: 55px;
	padding: 5px 0px 0px 5px;
	float: left;
}

.top-link .right p {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
}


.top-link .right p span {
	font-size: 23px;
	color: #FFE;
	font-weight: bold;
}


.top-link .right p span.fs-small {
	font-size: 12px;
}



#main {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}

.slide_all {
	width: 1000px;
	margin: 0 auto;
	height: 408px;
	position: relative;
}

.slide_wrap {
	width: 3000px;
	position: absolute;
	left: 50%;
	margin-left: -1525px;
}

.slide_body {
	width: 100%;
}

.slide_body li {
	margin: 0 10px;
}

.slide {
	width: 1000px;
	margin: 0 10px;
}

.slide img {
	width: 100%;
	vertical-align: bottom;
}

.bx-wrapper {
	margin-bottom: 0 !important;
}

.bx-wrapper .bx-viewport {
	background: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: 0 !important;
}

.bx-controls-direction,
.bx-pager {
	text-align: center;
	height: 25px;
	bottom: -42px !important;
}

.bx-controls-direction a,
.bx-pager-item {
	display: inline-block;
}

.bx-wrapper .bx-next {
	right: 950px !important;
	top: -160px !important;
}

.bx-wrapper .bx-prev {
	left: 1010px !important;
	top: -160px !important;
}

.bx-pager-item a {
	display: block;
	height: 10px;
	width: 10px;
	text-indent: -9999px;
	background: #000;
	border-radius: 10px;
	margin: 10px 2px 0 2px;
}

.bx-pager-item a.active {
	opacity: 0.3;
}

.bx-controls-direction a {
	text-decoration: none;
	color: #000;
	padding: 0 5px;
}

.bx-controls {
	position: absolute;
	bottom: 5px;
	z-index: 100;
	width: 100%;
}

/*-------------------------------------------------*/
h2 {
	margin-bottom: 5px;
}

h2 img {
	width: 100%;
}

.top-feature {
	overflow: hidden;
	width: 900px;
	margin: 0px auto;
	padding: 20px 0px 10px 0px;
	border-bottom: 2px solid #D6D6D6;
}

.top-feature .img {
	float: left;
	width: 400px;
}

.top-feature .img img {
	width: 100%;
	border: 4px solid #E2E2E2;
}

.top-feature .right {
	float: right;
	width: 475px;
}

.top-feature .right h3 {
	font-size: 16px;
	font-weight: bold;
}

.top-feature .right h3 span {
	font-size: 32px;
	line-height: 40px;
	font-weight: bold;

}

.top-feature .right .tit {
	margin: 0px auto;
	display: flex;
	/*横並び*/
	align-items: top;
	/*天地センター*/
	flex-wrap: wrap;
	justify-content: flex-start;
}

.top-feature .right .tit .icon {
	width: 75px;
	margin-right: 10px;
}

.top-feature .right .tit .icon img {
	width: 100%;
}

.top-feature .right p {
	clear: both;
	margin-bottom: 15px;
}

.top-feature a.cal-button {
	text-align: center;
	margin: 0px auto;
	padding: 10px 0px;
	width: 100%;
	cursor: pointer;
	overflow: visible;
	text-decoration: none;
	color: #FFF;
	font-size: 150%;
	border-radius: 5px;
	background: #e60012;
	background: -moz-linear-gradient(top, #e60012 26%, #e60012 26%, #b00000 79%);
	background: -webkit-linear-gradient(top, #e60012 26%, #e60012 26%, #b00000 79%);
	background: linear-gradient(to bottom, #e60012 26%, #e60012 26%, #b00000 79%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e60012', endColorstr='#b00000', GradientType=0);
	box-shadow: 0 3px #BBB;
	position: relative;
	display: inline-block;
	top: -2px;
}

.top-feature a.cal-button span {
	margin: 0px 5px;
	font-size: 100%;
	color: inherit;
}

.top-feature a.cal-button:hover {
	background: #e60012;

}

/*-------------------------------------------------*/
.column {
	overflow: hidden;
	clear: both;
}

.bnr {
	overflow: hidden;
	margin-bottom: 10px;
}

.top_bnr + .bnr{
	margin-top: 50px;
}

.bnr-ph {
	width: 100%;
	display: flex;
	/*横並び*/
	align-items: center;
	/*天地センター*/
	flex-wrap: wrap;
	justify-content: space-between;
	overflow: hidden;
	margin-bottom: 30px;
}

.bnr-ph li {
	width: 48%;
}


.bnr-ad {
	background: #ebebeb;
	border: 3px solid #b2b2b2;
	margin-bottom: 20px;
	padding: 10px 0 0 0;
	text-align: center;
}

.bnr-ad p {
	margin-bottom: 10px;
}

.bold {
	font-weight: bold;
}

/*-side-*/
.top_right .bnr {
	margin-bottom: 10px !important;
}


/*-shop-------------------------------------------------------------------------------*/
.shop_tit img {
	width: 100%;
}


.shop-column {
	margin-bottom: 30px;
	overflow: hidden;
	border: 2px solid #006471;
	border-top: none;
	padding: 20px;
}

.shop-column h4 {
	margin-bottom: 10px;
	color: #006471;
	font-weight: bold;
	font-size: 20px;
}

h3.shop-list {
	margin-bottom: 20px;
	padding: 10px 0px;
	font-size: 210%;
	border-top: 1px solid #192A3E;
	border-bottom: 1px solid #192A3E;
	color: #192A3E;
	text-align: center;
	background: #FFF;
}

.shop-column p.txt {
	margin-bottom: 30px;
}

.shop-block {
	width: 100%;
	margin: 0px auto;
	margin-bottom: 40px;
	display: flex;
	/*横並び*/
	align-items: top;
	/*天地センター*/
	flex-wrap: wrap;
	justify-content: space-between;
}

.shop-block .map {
	width: 60%;
}

.shop-block .map p.txt {
	width: auto;
	padding: 10px;
	text-align: center;
	font-size: 140%;
	background: #543822;
	color: #FFF;
}

.shop-block .txt {
	width: 38%;
}

.shop-block .txt img {
	width: 100%;
	margin-bottom: 10px;
}

.shop-block .txt .reserve {
	font-size: 110%;
	color: #EE0003;
}

.shop-block .txt .reserve a {
	font-size: 140%;
	color: #EE0003;
	text-decoration: underline;
}

table.shop {
	margin: 0px 0px 10px 0px;
	width: 100%;
	text-align: center;
	border: 1px solid #BBB;
	border-collapse: collapse;
	border-spacing: 0px;

}

table.shop th,
table.shop td {
	padding: 10px 8px 10px 8px;
	line-height: 18px;
	vertical-align: middle;
	border: 1px solid #BBB;
	text-align: left;
	font-size: 100%;
	font-weight: normal;
	color: #000000;
}

table.shop th {
	width: 100px;
	background: #e6e6e5;
}

table.shop td span.red {
	font-size: 120%;
	color: #FF0004;
}

table.shop td.reserve p {
	color: #FF0004;
}


ul.shop {
	margin-bottom: 10px;
}

ul.shop li {
	font-size: 130%;
}

ul.shop li.reserve {
	font-size: 120%;
	color: #FF0004;
}

ul.shop li.reserve a {
	font-size: 135%;
	color: #FF0004;
}

/*table-------------------------------------------------------------*/

.pageTop-outer {
	width: 100%;
	padding: 10px 0px;
	background: #D6D6D6;
	overflow: hidden;
}

.pageTop-inner {
	width: 1000px;
	margin: 0px auto;
}

.pageTop-inner a {
	text-decoration: underline;
}

.pageTop-inner a:hover {
	text-decoration: none;
}

.pageTop {
	width: 300px;
	text-align: right;
	float: right;
}

.pageTop-left {
	width: 600px;
	margin: 0px auto;
	text-align: left;
	float: left;
}

.pageTop-left a,
.pageTop a {
	color: #222;
}

/*-footer--------------------------------------------------------------------------*/
#footerArea {
	width: 100%;
	padding: 10px 0px 0px 0px;
	background: #006471;
}

#inner-footer {
	width: 900px;
	margin: 0px auto;
}

#inner-footer .left {
	float: left;
	width: 300px;
}

#inner-footer .left img {
	max-width: 100%;
}

#inner-footer .right {
	float: right;
}

#footLink {
	clear: both;
	width: 900px;
	margin: 0px auto;
	padding: 15px 0px;
	overflow: hidden;
}

#footLink ul li {
	background: url(../common_img/ico_footer_link.png) left center no-repeat;
	;
	float: left;
	padding-left: 20px;
	width: 180px;
}

#footLink ul li a {
	color: #FFFFFF;
	text-decoration: underline;
}

#footLink ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#copy {
	clear: both;
	width: 100%;
	margin: 0px auto;
	padding: 10px 0px;
	overflow: hidden;
	background: #FFFFFF;
	text-align: center;
	font-size: 12px;
}

/*-//footer--------------------------------------------------------------------------*/


.chu {
	font-size: 13px;
}

/*
緑
#02AB3D
赤
#E20013
グレー
#D7D7D7
*/


.holiday_area {
	background-color: #fffdf1;
	margin: 0 auto 10px;
	padding: 15px;
	border: 1px solid #d6d6d6;
}

.center {
	text-align: center;
}


.sidewaku {
	background: #FFFFFF;
	border-left: 2px solid #10963C;
	border-right: 2px solid#10963C;
	border-bottom: 2px solid#10963C;
	border-bottom-left-radius: 8px 8px;
	border-bottom-right-radius: 8px 8px;
	margin-bottom: 20px;
	padding: 15px 5px;
}


ul.small li {
	font-size: 12px;
	line-height: 17px;
}




/*--------price---------*/

.price_column {
	clear: both;
	margin: 0px 0px 20px 0px;
}

.price_text {
	width: 300px;
	float: left;
	clear: both;
}

.price_text p {
	font-size: 13px;
	line-height: 20px;
}

.price_table {
	float: right;
}

table.price {
	width: 400px;
	margin: 0px 0px 30px 0px;
	/* border: 1px solid #7386AB; */
	border-collapse: collapse;
	border-spacing: 0px;
}

table.price th {
	white-space: nowrap;
	vertical-align: middle;
	background: #E0EF9E;
	font-weight: bold;
	padding: -10px 0 !important;
}

table.price td {
	padding: 4px;
	border: 1px solid #7386AB;
	font-size: 14px;
	text-align: right;

}

table.price th.max {
	color: #FF0004;
}

table.price td.kei {
	background: #F6F6F6;
	font-weight: bold;
}

table.price td.max02 {
	background: #FDFF59;
	font-size: 16px;
	color: #FF0004;
	font-weight: bold;
}

/*side*/
.side-shop-link {
	border: #1C8D3C 3px solid;
	border-top: none;
	margin-bottom: 10px;
	padding: 15px 5px;
}

.side-shop-link dd,
.side-shop-link dt {
	line-height: 100%;
}

/**top_info---------------------------------------------**/
.top_info {
	margin-bottom: 40px;
}

.top_info h4 {
	padding: 10px;
	background: #006471;
	text-align: center;
	color: #ffffff;
	font-size: 24px;
}

.top_info_bottom {
	border: #006471 3px solid;
	border-top: none;
	margin-bottom: 10px;
	padding: 15px 5px;
}

.top_info_bottom dl {
	width: 100%;
	display: flex;
	/*横並び*/
	align-items: center;
	/*天地センター*/
	flex-wrap: wrap;
}

.top_info_bottom dl dt {
	width: 120px;
}

.top_info_bottom dd,
.top_info_bottom dt {
	line-height: 1;
}


/*お知らせ*/
.holiday_area02 {
	width: 960px;
	margin: 20px auto;
	margin-bottom: 40px;
	background-color: rgb(255, 253, 241);
	border: 2px solid red;
	padding: 15px;
	font-size: 110%;
	line-height: 190%;
	box-sizing: border-box;
}

.holiday_area02 p {
	text-align: center;
	line-height: 180%;
	margin-bottom: 10px;
	font-size: 100%;
}

.holiday_area02 p.tit {
	color: red;
	font-size: 130%;
}

.holiday_area02 p span.red {
	color: red;
}

.holiday_area02 p.date {
	font-size: 100%;
	font-weight: bold;
}

.date_block {
	display: flex;
	/*横並び*/
	align-items: center;
	/*天地センター*/
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-bottom: 10px;
	font-size: 14px;
}

.date_block p {
	line-height: 100%;

}

.date_block .date {
	width: 260px;
	margin-right: 10px;
	text-align: right;
	font-size: 16px;
}

.shop_link_area * {
	box-sizing: border-box;
}

.shop_link_area {
	background: #e5eff0;
	padding: 50px 0;
}

#contents_2nd .shop_link_area {
	background: #fff;
}

.shop_link_area+.shop_link_area {
	padding-top: 0;
}

.shop_link_area .shop_link {
	width: 80%;
	max-width: 800px;
	margin: 0px auto;
	display: block;
	border: 3px solid #006471;
}

.shop_link_area .shop_link_list p {
	padding: 10px 0;
	text-align: center;
	font-size: 190%;
	color: #fff;
	line-height: 1.2;
	background: #006471;
}

.shop_link_area .shop_link_list_box {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 10px 0;
	row-gap: 10px;
	background: #fff;
}

.shop_link_area .shop_link_list_box a {
	display: block;
	width: calc(50% - 1px);
	text-align: center;
	padding: 5px 0;
	margin: 5px 0;
	font-size: 16px;
	text-decoration: underline;
}

.shop_link_area .shop_link_list_box a:nth-child(2n+1) {
	border-right: 1px solid #B6B6B6;
}


@media screen and (max-width: 960px) {
	.holiday_area02 {
		width: calc(100% - 15px - 4px);
		margin: 20px auto;
		background-color: rgb(255, 253, 241);
		border: 2px solid red;
		padding: 10px;
		font-size: 95%;
		line-height: 160%;
	}

	.holiday_area02 p {
		text-align: left;
		font-size: 90%;
	}

	.holiday_area02 p.tit {
		color: red;
		font-size: 120%;
		text-align: center;
	}

	.shop_link_area {
		padding: 30px 0;
	}

	.shop_link_area .shop_link_list p {
		font-size: 135%;
	}

	.shop_link_area .shop_link_list_box a {
		width: 100%;
	}

	.shop_link_area .shop_link_list_box a:nth-child(2n+1) {
		border-right: none;
	}

}