/*===============================
	背景
=================================*/
.bg-color1 {
	background: #fff4db;
}

.bg-color2 {
	background: #fff4db;
}

/*===============================
	トップライン
=================================*/
.top-line {
	background: #fff4db;
}

.top-line a.reserve {
	color: #f9f9f9;
	background: #c98435;
/*	width: 30%;
	font-size: 1rem;
	display: block;
	padding:  20px 10px;
	float: right;
	-webkit-border-bottom-left-radius: 3px;  
	-moz-border-radius-bottomleft: 3px;*/
}

.top-line a.right {
/*	display: block;
	font-size: 1rem;
	margin: 0;
	letter-spacing: 0.2em;*/
	color: #f9f9f9;
	background: #e5c440;
/*	width: 70%;
	padding:  20px 10px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;*/
}

/* 	トップバナー
-------------------------*/
.top-baner {
/*	padding-bottom: 50px;*/
	background: #fff4db;
/*	padding: 20px 0;*/
}

/*===============================
	ナビゲーション
=================================*/
/* 	ヘッダーナビ
-------------------------*/
.header nav li a:hover, .header nav li a:active {
	color: #1e99a8 !important;
/*	text-decoration: none !important;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;*/
}

/*===============================
	トップページコンテンツ共通
=================================*/
.top-contents h1.title {
/*	font-size:1.4rem;
	text-align:left;*/
	color: #c98435;
/*	padding-bottom: 10px;
	margin: 0 auto;
	margin-bottom: 10px;
	-webkit-font-smoothing: antialiased;
	font-family: 'AvenirNextLTW01-Regular', Arial, 'AxisStd-Light', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;*/
}

/*===============================
	テーブル
=================================*/
table.time tr.title th, table.price tr.title th, table.price tr.title td {
	background: #c98435;
}

/*===============================
	ボタン
=================================*/
.btn-detail {
/*	font-size: 0.8rem;
	margin: 0;
	background:none;*/
	color: #c98435;
/*	padding-right: 0;*/
}

.btn-tel {
	background: #e5c440;
/*	margin-top: -4px;
	margin-left: 10px;
	color: white;
	text-shadow: 1px 1px 0 #aaa;*/
}

/*===============================
	投稿コンテンツ
=================================*/
#post-contents ul li:before {
	content: '◯';
	color: #c98435;
}

#post-contents .sd-content ul li:before {
	content: '';
}

.post-title h1 a {
	color: #c98435;
}
.post-content img {
	max-width: 100%;
	height: auto;
}

/* 	ブログサイドバー
-------------------------*/
#sidebar-blog h2:before {
/*	content: '◯';*/
	color: #c98435;
/*	margin-right: 5px;*/
}

/*===============================
	フッター
=================================*/
.footer nav ul li a {
/*	font-size: 0.8rem;*/
	color: #1e99a8;
}

.copyright {
/*	text-align: center;
	position: relative;
	margin-bottom: 0;
	padding-bottom: 0;*/
	color: #fff;
/*	font-size: 0.5rem;
	padding: 15px;*/
	background: #c98435;
}

/* 	その他を見る
-------------------------*/
a.watch-other {
/*	margin-right: 20px;
	float: right;
	font-size: 0.8rem;*/
	color: #1e99a8;
}

/*===============================
	固定ページ共通
=================================*/
.page-title {
	color: #444;
	background: #fff4db;
/*	text-align: center;
	padding: 20px;
	-webkit-font-smoothing: antialiased;
	font-family: 'AvenirNextLTW01-Regular', Arial, 'AxisStd-Light', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;*/
}

table.time th, table.price th {
	background: #fff4db;
}

/*===============================
	お問合せ
=================================*/
form.wpcf7-form input[type="submit"] {
	background: #c98435;
	color: white;
/*	border: none;
	font-weight: bold;
	width: 200px;
	float: right;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;*/
}

/* カレンダー　*/
.threeSec h2 {
	font-size: 1rem;
	margin: 0 0 15px;
}

.sbc-calendar-month {
	width: 100%;
}

.clearB {
	clear: both;
}

.page-template-default h2 {
	border-bottom: solid 1px #c98435;
	margin-top: 40px;
}

.page-template-default h3 {
	border-left: solid 5px #c98435;
	padding-left: 10px;
	margin: 20px 0;
}

.page-template-default h3.sd-title {
	border-left: none;
	padding-left: 0;
}

.sharedaddy {
	margin: 50px 0;
}

.wpsbc-container {
 visibility: visible !important;
}

div.holiday-titles{
    display:flex;
}
.xo-event-calendar p.holiday-title {
	padding-right: 20px;
}