@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	font: 15px/1.4 "メイリオ", "Meiryo", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	color: #252525;
	background: #ffffff url(../img/bg.png) repeat-x top;
}

body#toppage {
	background: url(../img/bg_top.png) repeat-x top;
}

a {
	color: #717171;
	text-decoration: none;
}

a:hover {
	color: #9e9e9e;
}

a:active,
a:focus {
	outline: 0;
}

img {
	border: 0;
	vertical-align: middle;
}

.clear {
	clear: both;
}

/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */
.aligncenter {
	text-align: center;
}

.MB15 {
	margin-bottom: 15px;
}

.bold {
	font-weight: bold;
}

.green {
	color: #090;
}

.orange {
	color: #F90;
}

.red {
	color: #F00;
}

.blue {
	color: blue;
}

.f15 {
	font-size: 1.5em;
}

.table {
	width: 98%;
	margin: 0 auto 15px;
	border: 1px solid #CCC;
	border-collapse: collapse;
}

.table th {
	background: #EFE;
	font-weight: normal;
	color: #fff;
}

.table th,
.table td {
	padding: 5px;
	border: 1px solid #CCC;
	text-align: center;
}

.table2 {
	width: 98%;
	margin: 0 auto 15px;
	border: 1px solid #6D8C1C;
	border-collapse: collapse;
}

.table2 th {
	background: #9C0;
	color: #fff;
}

.table2 th,
.table2 td {
	padding: 5px;
	border: 1px solid #6D8C1C;
	text-align: center;
}

.table3 {
	width: 98%;
	margin: 0 auto 15px;
	border: 1px solid #0f4575;
	border-collapse: collapse;
}

.table3 th {
	text-align: left;
	background: #d3e4ed;
}

.table3 th,
.table3 td {
	padding: 5px;
	border: 1px solid #0f4575;
}

.table3 td {
	text-align: right;
}

.table4 {
	width: 98%;
	margin: 0 auto 15px;
	border: 1px solid #6D8C1C;
	border-collapse: collapse;
}

.table4 th {
	background: #9C0;
	color: #fff;
	text-align: center;
}

.table4 th,
.table4 td {
	padding: 5px;
	border: 1px solid #6D8C1C;
}

.circle {
	border: 1px solid #9C0;
	background: #FFFFE8;
	padding: 5px 10px;
}

.circle1 {
	border: 1px solid #9C0;
	/*background: #FFFFE8;*/
	padding: 5px 10px;
}

.gotop {
	float: right;
	margin-top: 15px;
	margin-bottom: 15px;
}

/*************
全体
*************/
/*************
/* ヘッダー
*************/
#header {
	height: 90px;
	position: relative;
}

#header h1 {
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}

#header #logo {
	position: absolute;
	top: 20px;
	left: 0;
}

#header #tel {
	position: absolute;
	top: 20px;
	right: 0;
}

/*************
/* トップナビゲーション
*************/
div#menu {
	width: 100%;
	margin: 0px auto 15px;
	background-image: url(../img/bg_menu_off.jpg) no-repeat 0 0;
}

div#menu a {
	display: block;
	background: url(../img/bg_menu_off.jpg) no-repeat 0 0;
	border-right: 1px solid #FFEBAC;
	color: #FFF;
	line-height: 46px;
}

div#menu a:hover {
	text-decoration: none;
	background: url(../img/bg_menu_on.jpg) repeat-x;
}

div#header #button a {
	display: block;
	line-height: 46px;
}

div#menu .col-md-2,
div#menu .col-sm-4,
div#menu .col-xs-6 {
	padding-right: 0;
	padding-left: 0;
}

/*************
メイン（右側）コンテンツ
*************/
#navi {
	margin-bottom: 10px;
}

#main h2 {
	clear: both;
	margin-bottom: 10px;
	padding: 0 0 0px 15px;
	line-height: 40px;
	font-size: 1em;
	font-weight: normal;
	color: #FFF;
	background: url(../img/heading.png) no-repeat;
}

#main h3 {
	clear: both;
	background: #F6F6F6;
	/*0721変更*/
	/*border-left: 3px solid #9C0;*/
	border-left: 5px solid #9C0;
	font-size: 1em;
	margin-bottom: 15px;
	padding-left: 0.8em;
	line-height: 2em;
	/*0721追加*/
	font-weight: bold;
}

#main h4 {
	clear: both;
	/*0721変更*/
	/*border-left: 5px solid #FC0;*/
	border-left: 3px solid #FC0;
	font-size: 1em;
	margin-bottom: 15px;
	padding-left: 0.8em;
	line-height: 1.5em;
	/*font-weight: bold;*/
}

#main p {
	margin: 0 0 15px;
}

.frame {
	border: 1px dotted #090;
	background: #FFC;
	padding: 10px;
}

/* news */
.news {
	margin-bottom: 15px;
}

.news ul {
	list-style: none;
}

.news ul li {
	background: url(../img/arrow.png) no-repeat;
	background-position: left center;
	padding-left: 1.5em;
}

.more {
	text-align: right;
	margin: 0 0 5px;
}

#top1 {
	float: right;
	margin-top: 10px;
}

/* フッター共通 */
.box ul {
	list-style: none;
}

.box ul li {
	background: url(../img/arrow.png) no-repeat;
	background-position: left center;
	padding-left: 1.5em;
}

/* ボタン */
p.button {
	text-align: center;
	padding: 10px 0;
}

p.button a {
	display: block;
	line-height: 32px;
	background: #ffffff url(../img/button.png) no-repeat;
	margin: 0 -20px;
}

p.button a {
	color: #000000;
}

p.button a:hover {
	color: #ffffff;
}

p.button a:hover {
	cursor: pointer;
	background-position: 0 -32px;
}

/* メインとフッターのリスト位置調節 */
#main ul,
#footer ul {
	margin-left: 20px;
}

#main li,
#footer li {
	margin-bottom: 3px;
}

/*************
サイド（左側）コンテンツ
*************/
#sidebar p {
	margin-bottom: 20px;
}

#sidebar h3 {
	padding: 0 0 0 20px;
	line-height: 40px;
	font-size: 1em;
	font-weight: normal;
	color: #FFF;
	background: url(../img/heading2.png) no-repeat;
}

.sidemenu {
	margin-left: 5px;
	padding: 10px 0;
}

.sidemenu li {
	margin: 0 0 10px;
	list-style: none;
	border-bottom: 1px dotted #efefef;
	line-height: 2.5em;
}

.sidemenu li a {
	background: url(../img/list.png) no-repeat 0 50%;
	display: block;
	padding-left: 15px;
}

.sidemenu li a:hover {
	background-position: 3px 50%;
}

/*************
/* フッター
*************/
#footer {
	clear: both;
	padding: 10px 0 10px;
	border-top: 1px dotted #cccccc;
}

#footer .inner {
	overflow: hidden;
}

* html #footer .inner {
	height: 1%;
}

address {
	padding: 20px 0 3px;
	text-align: center;
	font-style: normal;
	font-size: 12px;
	clear: both;
	display: block;
}

/* Google Map */
.google-maps {
	position: relative;
	padding-bottom: 75%;
	/*これが縦横比*/
	height: 0;
	overflow: hidden;
}

.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.red {
	color: #F00;
	font-weight: bold;
}

/* web予約ページ用 */
.list__icon::before {
	content: '';
	width: 10px;
	height: 10px;
	display: inline-block;
	background-color: #F90;
	border-radius: 50%;
	position: relative;
	top: -1;
	margin-right: 5px;
}

.list__icon-alert::before {
	content: '';
	width: 10px;
	height: 10px;
	display: inline-block;
	background-color: #df2d8c;
	border-radius: 50%;
	position: relative;
	top: -1;
	margin-right: 5px;
}

.list__icon,
.list__icon-alert {
	margin-left: 0em;
	text-indent: -1em;
	padding: 5px;
}




.button-yoyaku a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	padding: 1em 2em;
	width: 300px;
	color: #fff;
	font-size: 1.3em;
	font-weight: 700;
	border-radius: 10px;
	background-color: #45a6b7;
	box-shadow: 0 5px 0 #3e95a4;
	transition: 0.3s;
}

.button-yoyaku a::after {
	content: '';
	width: 12px;
	height: 12px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(45deg);
}

.button-yoyaku a:hover {
	transform: translateY(3px);
	text-decoration: none;
	color: #fff;
	box-shadow: 0 2px 0 #3e95a4;
}

.button-webyoyaku:hover {
	opacity: 0.7;
}

.arrow-down {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-top: 3px solid #F90;
	border-right: 3px solid #f90;
	transform: rotate(135deg);
	position: absolute;
	left: 2.5px;
}

@media (min-width: 751px) {
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}