﻿@charset "utf-8";

/* CSS Document */

html {
	font-size: 90% 1em;
}

@media ( max-width:624px) {
	/*SPサイズのみ*/
	h1 {
		margin-top: 0;
	}
	#main .footer {
		margin-bottom: 60px;
	}
	#main .footer img {
		padding: 0 15px;
	}
	#main .bg-gray {
		text-align: center;
	}
	.xsmt0 {
		margin-top: 0 !important;
	}
	.xsmt15 {
		margin-top: 15px !important;
	}
	.xsmt20 {
		margin-top: 20px !important;
	}
	.xsmt30 {
		margin-top: 30px;
	}
	.xsmt40 {
		margin-top: 40px !important;
	}
	.xsmb5 {
		margin-bottom: 5px !important;
	}
	#main .footer {
		padding-bottom: 0;
	}
	.footunder {
		padding-left: 5px;
		padding-right: 5px;
	}
	.arrow {
		position: relative;
		display: inline-block;
		padding: 0 0 0 15px;
		color: #fff;
		vertical-align: middle;
		text-decoration: none;
		font-size: 110%;
		font-weight: bold;
	}
	.arrow::before {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		content: "";
		vertical-align: middle;
		box-sizing: border-box;
		width: 12px;
		height: 12px;
		border: 1px solid #fff;
		-webkit-border-radius: 25%;
		border-radius: 25%;
	}
	.arrow::after {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		content: "";
		vertical-align: middle;
		left: 5px;
		box-sizing: border-box;
		width: 3px;
		height: 3px;
		border: 3px solid transparent;
		border-left: 3px solid #fff;
	}
	.spmenu {
		position: fixed;
		bottom: 0px;
		width: 100%;
		z-index: 1000;
		line-height: 60px;
	}
	.spmenu ul li {
		width: 33.3333%;
		float: left;
		display: block;
		text-align: center;
		padding: 0 1.5%;
		border-top: 1px solid #fff;
	}
	.spmenu ul li a {
		display: inline-block;
		vertical-align: middle;
		line-height: normal;
		font-size: 80%;
	}
	.btn-red {
		background-color: #FF244A;
		background-image: -moz-linear-gradient( top, #FF244A 0%, #FF244A 49%, #E10027 50%, #E10027);
		background-image: -webkit-gradient( linear, left top, left bottom, from(#FF244A), color-stop(0.49, #FF244A), color-stop(0.50, #E10027), to(#E10027));
		border-right: 1px solid #fff;
	}
	.btn-orange {
		background-color: #FF6600;
		background-image: -moz-linear-gradient( top, #FF6600 0%, #FF6600 49%, #F26100 50%, #F26100);
		background-image: -webkit-gradient( linear, left top, left bottom, from(#FF6600), color-stop(0.49, #FF6600), color-stop(0.50, #F26100), to(#F26100));
		border-right: 1px solid #fff;
	}
	.btn-yellow {
		background-color: #BF9900;
		background-image: -moz-linear-gradient( top, #BF9900 0%, #BF9900 49%, #A88600 50%, #A88600);
		background-image: -webkit-gradient( linear, left top, left bottom, from(#BF9900), color-stop(0.49, #BF9900), color-stop(0.50, #A88600), to(#A88600));
	}
	#sidebar {
		display: none;
	}
	.btn03 {
		background-color: #FF6600;
		border-radius: 4px;
		box-shadow: 0 3px 0 #A64200;
		font-size: 16px;
		font-weight: normal;
		letter-spacing: 1px;
		padding: 10px 5px;
		position: relative;
		text-decoration: none;
		transition: none 0s ease 0s;
		display: block;
		text-align: center;
		font-weight: bold;
	}
	.btn03:active {
		background-color: #FF6600;
		box-shadow: none;
		font-weight: normal;
		text-decoration: none;
		top: 3px;
		font-weight: bold;
	}
	.btn-venue {
		width: 70%;
		margin-right: auto;
		margin-left: auto;
	}
	.btn01,
	.btn02 {
		padding: 15px 50px !important;
	}
	.largetxt {
		font-size: 100% !important;
	}
}


/* 共通
-----------------------------------------------*/


/** 基本設定
----------------------------------------------**/

body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 90% 1em;
	/*15px*/
	color: #333333;
	line-height: 1.8em;
}

@media ( max-width: 960px) and ( min-width: 625px) {
	body {
		max-width: 100%;
	}
	.container {
		width: 100% !important;
	}
	#sidebar {
		position: absolute;
		float: right;
		margin-top: 20px;
		right: 0%;
	}
}


/***スマホで見たときの右の余白を削除***/

.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
	margin-left: 0px;
	margin-right: 0px;
}


/***上にできる1pxの余白を削除***/

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	min-height: 0;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
	border-top: none;
	padding: 5px;
	vertical-align: middle;
	/*title*/
}

h1 {
	margin-top: 10px;
}

h2 {
	margin: 50px 0 20px 0;
}

h3 {
	margin: 10px 0 10px 0;
	font-size: 20px;
	font-weight: bold;
}

p {
	margin-top: 15px;
}

a {
	color: #008CD6;
	text-decoration: underline;
}

a:hover {
	opacity: 0.7;
}

ul {
	padding-left: 0;
	margin-left: 0;
}

ul li {
	list-style: none;
	margin-left: 0;
}


/***共通***/


/*margin*/

.marTop0 {
	margin-top: 0;
}

.marTop5 {
	margin-top: 5px;
}

.marTop10 {
	margin-top: 10px;
}

.marTop15 {
	margin-top: 15px;
}

.marTop20 {
	margin-top: 20px;
}

.marTop30 {
	margin-top: 30px;
}

.marTop40 {
	margin-top: 40px;
}

.marTop50 {
	margin-top: 50px;
}

.marTop60 {
	margin-top: 60px;
}

.marTop70 {
	margin-top: 70px;
}

.marBottom0 {
	margin-bottom: 0;
}

.marBottom5 {
	margin-bottom: 5px;
}

.marBottom10 {
	margin-bottom: 10px;
}

.marBottom15 {
	margin-bottom: 15px;
}

.marBottom20 {
	margin-bottom: 20px;
}

.marBottom30 {
	margin-bottom: 30px;
}

.marBottom40 {
	margin-bottom: 40px;
}

.marBottom50 {
	margin-bottom: 50px;
}

.marBottom60 {
	margin-bottom: 60px;
}

.marBottom70 {
	margin-bottom: 70px;
}

.marLeft0 {
	margin-left: 0;
}

.marLeft5 {
	margin-left: 5px;
}

.marLeft10 {
	margin-left: 10px;
}

.marLeft15 {
	margin-left: 15px;
}

.marLeft20 {
	margin-left: 20px;
}

.marLeft25 {
	margin-left: 25px;
}

.marLeft30 {
	margin-left: 30px;
}

.marRight0 {
	margin-right: 0;
}

.marRight5 {
	margin-right: 5px;
}

.marRight10 {
	margin-right: 10px;
}

.marRight15 {
	margin-right: 15px;
}

.marRight20 {
	margin-right: 20px;
}

.marRight25 {
	margin-right: 25px;
}

.marRight30 {
	margin-right: 30px;
}


/*padding*/

.padTop0 {
	padding-top: 0;
}

.padTop7 {
	padding-top: 7px;
}

.padTop5 {
	padding-top: 5px;
}

.padBottom0 {
	padding-bottom: 0;
}

.padBottom10 {
	padding-bottom: 10px;
}

.padBottom15 {
	padding-bottom: 15px;
}

.padRight0 {
	padding-right: 0;
}

.padRight5 {
	padding-right: 5px;
}

.padRight10 {
	padding-right: 10px;
}

.padRight15 {
	padding-right: 15px;
}

.padRight20 {
	padding-right: 20px;
}

.padLeft0 {
	padding-left: 0;
}

.padLeft5 {
	padding-left: 5px;
}

.padLeft10 {
	padding-left: 10px;
}

.padLeft15 {
	padding-left: 15px;
}

.padLeft20 {
	padding-left: 20px;
}


/*font_bold*/

.fwNomal {
	font-weight: normal;
}

.fwBold {
	font-weight: bold;
}

.blue-fontb {
	color: #008CD6;
	font-size: 1.5em;
	font-weight: bold;
}

.yellow-fontb {
	color: #FF9900;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.5em;
}

.yellow-fontb span.tel-link {
	color: #FF9900;
	font-size: 1.8em;
	font-weight: bold;
}

.main-img {
	padding-bottom: 20px;
}


/* レスポンブ化した画像を中央ぞろえ */

.img-responsive-overwrite {
	margin: 0 auto;
}


/* rowの中身を中央ぞろえ */

.row-center {
	text-align: center;
	letter-spacing: -0.4em;
}

.row-center>[class*='col-'] {
	display: inline-block;
	letter-spacing: 0;
	vertical-align: top;
	float: none !important;
}


/*オーバーレイを最前面にする*/

.boxer {
	z-index: 999;
}

.center {
	text-align: center;
}

.body img {
	max-width: 100%;
}

.fl-left {
	float: left;
}

.btn01 {
	background-color: #D50020;
	border-radius: 4px;
	box-shadow: 0 6px 0 #640000;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 30px 15px;
	position: relative;
	text-decoration: none;
	transition: none 0s ease 0s;
	display: block;
}

.btn01:active {
	background-color: #D50020;
	box-shadow: none;
	font-weight: normal;
	text-decoration: none;
	top: 6px;
}

.btn02 {
	background-color: #D98200;
	border-radius: 4px;
	box-shadow: 0 6px 0 #7D4B00;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 30px 15px;
	position: relative;
	text-decoration: none;
	transition: none 0s ease 0s;
	display: block;
}

.btn02:active {
	background-color: #D98200;
	box-shadow: none;
	font-weight: normal;
	text-decoration: none;
	top: 6px;
}

.btn01 img,
.btn02 img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.largetxt {
	font-size: 23px;
}

.linkic {
	left: 4px;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 4px solid #7a0;
}

.arrow2 {
	position: relative;
	display: inline-block;
	padding: 0 0 0 15px;
	color: #fff;
	vertical-align: middle;
	text-decoration: none;
}

.arrow2::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	left: 5px;
	box-sizing: border-box;
	width: 3px;
	height: 3px;
	border: 4px solid transparent;
	border-left: 3px solid #fff;
}

#main .footer {
	border-top: 3px solid #eee;
	margin-top: 50px;
	padding-top: 10px;
	/*padding-bottom:20px;*/
}

#main .bg-gray {
	background: #666666;
	text-align: right;
	padding: 7px 0;
	margin-top: 20px;
}

#main .bg-gray ul {
	margin-bottom: 0;
}

#main .bg-gray ul li {
	display: inline;
}

#sidebar {
	position: absolute;
	margin-top: 20px;
	right: 0%;
	z-index: 999;
}

@media ( min-width:625px) {
	/*PCサイズのみ*/
	.foodcontents img {
		width: 49% !important;
	}
	.foodcontents .leftimg {
		margin-right: 2% !important;
	}
	.switch {
		visibility: hidden;
	}
	.title {
		background-color: #8c0000;
		background-size: cover;
	}
	.main-image {
		background-color: #F1E3D1;
	}
	.googlemap a:hover {
		opacity: 1;
	}
	.service-r {
		padding-right: 0;
	}
	.spmenu {
		display: none;
	}
	#sidebar li {
		margin-bottom: 10px;
	}
	.btn-venue {
		display: none;
	}
	.pc-marTop30 {
		margin-top: 30px;
	}
	#sidebar a {
		opacity: 1;
	}
}