body {
background: url(../../uploads/main-bg.jpg);
}

.cal_wrapper {
max-width: 960px; /* 最大幅 */
min-width: 300px; /* 最小幅 */
margin: 2.0833% auto;
}
.googlecal {
position: relative;
padding-bottom: 100%; /* 縦横比 */
height: 0;
}
.googlecal iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
/* 画面幅が768px以上の場合の縦横比の指定 */
@media only screen and (min-width: 768px) {
.googlecal { padding-bottom: 75%; }
}

a:hover img {
	opacity: 0.6;
}

.slide-btn {
	display: block;
	margin-top: 10px;
	text-align: right;
}
.slide-btn a {
	background: #CE0C1D;
	color: #FFFFFF;
	display: inline-block;
	padding: 5px 10px;
}
.slide-btn a:hover {
	opacity: 0.6;
	text-decoration: none;
}

#top-freespace {
background: none !important;
}

.breadcrumbs {
	color: #4b2008;
	padding-top: 20px;
}
.breadcrumbs a {
	color: #4b2008;
}

#ColumnMain {
	color: #4b2008;
}

#ColumnMain .subttl {
	background: #CE0C1D;
	border-top: 0;
	border-bottom: 5px solid #A50C1D;
	color: #FFFFFF;
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 10px;
	text-align: left;
}

.dl-title-list dd {
	border-bottom: 1px dashed #4b2008;
}

.dl-title-list dd a {
	color: #4b2008 !important;
}

#ColumnMain h2 {
	background: #CE0C1D;
	border-bottom: 5px solid #A50C1D;
	color: #FFFFFF;
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 10px;
}
#ColumnMain h3 {
	border-bottom: 1px dashed #A50C1D;
	margin-bottom: 20px;
}
#ColumnMain p {
	font-size: 100%;
}
#ColumnMain p a {
	color: #CE0C1D;
}
#ColumnMain p a:hover {
	color: #A50C1D;
}
#ColumnMain table {
	border-left: 1px solid #A50C1D;
	border-right: 1px solid #A50C1D;
	border-top: 1px solid #A50C1D;
	width: 100%;
}
#ColumnMain th,
#ColumnMain td {
	border-bottom: 1px solid #A50C1D;
	font-size: 117%;
	padding: 10px;
}
#ColumnMain td a {
	color: #4b2008;
}
#ColumnMain th {
	background: #CE0C1D;
	border-right: 1px solid #A50C1D;
	color: #FFFFFF;
	width: 30%;
}
#ColumnMain td {
	background: #FFFFFF;
	width: 70%;
}

.mapp-layout {
	margin: 0 !important;
}

#ColumnMain .gallery div {
	margin-bottom: 10px;
}
#ColumnMain .gallery img {
	max-width: 100%;
	height: auto;
}

#sitemap_list a {
	border-bottom: 1px solid #A50C1D;
	color: #4b2008 !important;
	display: block;
}
#sitemap_list a:hover {
	color: #A50C1D !important;
}

.icon-list li {
	float: left;
	padding: 0 10px 10px;
	text-align: center;
}
.icon-list li img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.icon-list li span {
	display: block;
}

.menu h4 {
	background: #4b2008;
	color: #FFFFFF;
	font-size: 125%;
	font-weight: bold;
	margin-bottom: 15px;
	padding: 5px;
}
.menu img {
	max-width: 100%;
	height: auto;
}
.menu ._price {
	float: right;
}

.menu h5 {
	font-size: 117%;
	font-weight: bold;
	margin-bottom: 5px;
}
.menu li {
	font-size: 117%;
	margin-bottom: 15px;
}
.menu2 li {
	border-bottom: 1px dotted #CE0C1D;
}

.img-cont {
	text-align: center;
}
.img-cont img {
	height: auto;
	max-width: 100%;
}
#ColumnMain .hiketsu-txt {
	font-size: 190%;
	line-height: 1.5em;
}
#ColumnMain h3.hiketsu-txt {
	border-bottom: 1px solid #A50C1D;
}

.ttl-h4 {
	font-size: 125%;
	margin-bottom: 15px;
}

#ColumnMain table.catering-menu {
	width: 750px;
}
#ColumnMain table.catering-menu th:nth-child(1),
#ColumnMain table.catering-menu th:nth-child(2),
#ColumnMain table.catering-menu th:nth-child(3),
#ColumnMain table.catering-menu th:nth-child(4),
#ColumnMain table.catering-menu th:nth-child(5),
#ColumnMain table.catering-menu td:nth-child(2),
#ColumnMain table.catering-menu td:nth-child(3),
#ColumnMain table.catering-menu td:nth-child(4)  {
	text-align: center;
}
#ColumnMain table.catering-menu td:nth-child(1),
#ColumnMain table.catering-menu td:nth-child(2),
#ColumnMain table.catering-menu td:nth-child(3),
#ColumnMain table.catering-menu td:nth-child(4) {
	border-right: 1px solid #A50C1D;
}
#ColumnMain table.catering-menu th:nth-child(1),
#ColumnMain table.catering-menu td:nth-child(1) {
	width: 25%;
}
#ColumnMain table.catering-menu th:nth-child(2),
#ColumnMain table.catering-menu td:nth-child(2) {
	width: 15%;
}
#ColumnMain table.catering-menu th:nth-child(3),
#ColumnMain table.catering-menu td:nth-child(3) {
	width: 15%;
}
#ColumnMain table.catering-menu th:nth-child(4),
#ColumnMain table.catering-menu td:nth-child(4) {
	width: 15%;
}
#ColumnMain table.catering-menu th:nth-child(5),
#ColumnMain table.catering-menu td:nth-child(5) {
	width: 30%;
}
.color-red {
	color: #CE0C1D !important;
}

.example-box {
	background: rgba(255,255,255,0.8);
	padding: 10px;
}
.example {
	font-size: 150%;
}
.example li {
	font-weight: bold;
	padding: 10px;
}
.example li:nth-child(2) {
	border-bottom: 1px solid #A50C1D;
	margin-bottom: 10px;
}
.example li ._price {
	color: #CE0C1D;
	float: right;
	font-weight: bold;
	text-align: right;
}

.wpcf7-form-control-wrap input[type="text"],
.wpcf7-form-control-wrap input[type="email"],
.wpcf7-form-control-wrap input[type="tel"],
.wpcf7-form-control-wrap textarea {
	width: 100%;
}
label {
	margin-right: 10px;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #CE0C1D;
	border: 3px solid #A50C1D !important;
	color: #FFFFFF !important;
	display: block;
	font-size: 117%;
	margin: 0 auto;
	padding: 5px 50px;
}
#cboxContent button {
	border: 0 !important;
	padding: 0;
}
button,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	opacity: 0.6;
}

.pc-hidden {
	display: none;
}

@media screen and (max-width : 992px) {
.price_table {
	overflow-x:scroll;
	/* height:500px; */
	width:100%;
}
	
.price_table::-webkit-scrollbar {
	height: 5px;
}
.price_table::-webkit-scrollbar-track {
	border-radius: 5px;
	background: #eee;
}
.price_table::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #666;
}
.pc-hidden {
	display: block;
}
}
.google-map {
position: relative;
width: 100%; /* 左右に余白が必要なら値を変更してもOK */
height: 0;
padding-bottom: 56.25%; /* padding-topでもOK */
overflow: hidden;
}
.google-map iframe {
position: absolute;
top: 0;
left: 0;
width: 100%; /* 必要であれば!importantを付けてください */
height: 100%; /* 必要であれば!importantを付けてください */
}