@charset "UTF-8";
/*---------------------------- 共通部分 ----------------------------*/
.box-onayami h3 {
	text-align: left !important;
	background-color: transparent !important;
	color: #000 !important;
	padding: 0 !important;
	margin: 2em 0 0 0 !important;
}
.box-onayami ol {
	counter-reset: number; /*数字をリセット*/
	list-style-type: none!important; /*数字を一旦消す*/
	margin: 1em 0 0 0;
}
.box-onayami ol li {
	border-bottom: dashed 1px #ccc;
	position: relative;
	padding: 0.5em 0.5em 0.5em 30px;
	line-height: 1.5em;
}
.box-onayami ol li:before {
	/* 以下数字をつける */
	position: absolute;
	counter-increment: number;
	content: counter(number);
	/*数字のデザイン変える*/
	display: inline-block;
	background: #3daacb;
	color: white;
	font-family: 'Avenir', 'Arial Black', 'Arial', sans-serif;
	font-weight: bold;
	font-size: 15px;
	border-radius: 50%;
	left: 0;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	/*以下 上下中央寄せのため*/
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.box-onayami ol li:last-of-type {
	border-bottom: none; /*最後のliの線だけ消す*/
}
.map-contents {
	padding: 2em;
	background-color: #fff;
	margin-bottom: 2em;
}
.map-contents h3 {
	color: #000 !important;
	background-color: transparent !important;
}
.map-contents ol {
	counter-reset: number; /*数字をリセット*/
	list-style-type: none!important; /*数字を一旦消す*/
}
.map-contents ol li {
	border-bottom: dashed 1px #ccc;
	position: relative;
	padding: 0.5em 0.5em 0.5em 30px;
	line-height: 1.5em;
}
.map-contents ol li:before {
	/* 以下数字をつける */
	position: absolute;
	counter-increment: number;
	content: counter(number);
	/*数字のデザイン変える*/
	display: inline-block;
	background: #3daacb;
	color: white;
	font-family: 'Avenir', 'Arial Black', 'Arial', sans-serif;
	font-weight: bold;
	font-size: 15px;
	border-radius: 50%;
	left: 0;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	/*以下 上下中央寄せのため*/
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.map-contents ol li:last-of-type {
	border-bottom: none; /*最後のliの線だけ消す*/
}
.access-contents {
	padding: 2em;
	background-color: #fff;
	margin-bottom: 2em;
}
.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 55%;
	position: relative;
}
.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
/* ポップアップ全体設定 */
* {
	box-sizing: border-box;
}
/* ポップアップウインドウの設定 */
.popup {
	background-color: #efefef;
	box-shadow: 0 0 0 9999px rgba(0, 0, 0, .8);
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 70%;
	height: max-content;
	overflow-y: scroll;
}
/* チェックボックスの初期設定 */
#popup-on {
	display: none;
}
/* チェックされたらポップアップウインドウを開く */
#popup-on:checked + .popup {
	display: block;
}
/* 開くボタン */
.btn-open {
	background: #fff;
	border-radius: 10px;
	color: #fff;
	padding: 10px;
	cursor: pointer;
	margin: 10px auto;
	width: 95%;
	text-align: center;
}
.box-answer h2 {
	border-left: none !important;
}
.box-onayami img {
	margin: 1em auto;
}
.btn-open img {
	border: solid 3px #a0a0a0;
}
/* ポップアップの内容 */
.popup-content {
	margin: 1em auto 1em auto;
	width: 90%;
}
.under {
	text-decoration: underline;
	font-size: 1.2em;
	font-weight: bold;
}
.truth h2 {
	margin: 1.5em 0 0 0;
}
.truth h2::before {
	background-color: #fff;
}
.box-faq {
	background: #fff;
	padding: 1em;
}
dl.faq {
	padding-top: 1em;
}
.faq dt {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted;
	font-weight: bold;
	color: #629901;
}
.faq dt:before {
	content: "Q";
	font-weight: normal;
	background: #639901;
	color: #fff;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.6;
	text-align: center;
	display: inline-block;
	border-radius: 1em;
	margin-right: .5em;
}
.faq dd {
	margin-bottom: 2em;
}
.faq dd:before {
	content: "A";
	font-weight: normal;
	background: #E7577A;
	color: #fff;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.6;
	text-align: center;
	display: inline-block;
	border-radius: 1em;
	margin-right: .5em;
}
.faq dd:last-child {
	margin-bottom: 0;
}
.truth {
	background-color: #fff;
	padding: 1em;
	margin-bottom: 2em;
}
.box-price {
	background-color: #fff;
	text-align: center;
	padding: 1em 0 0 0;
	margin-bottom: 2em;
}
.box-price p {
	text-align: center !important;
}
 @media (min-width: 751px) {
a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}
}
h3.reason {
	background-color: #ce7979 !important;
}
#contents h3 {
	margin: 12px 3px 10px 3px;
	padding: 15px 10px 10px 18px;
	font-size: 1.4em;
	color: #ffffff;
	background-color: #BCAA31;
	text-align: center;
	font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.flow {
	color: #006eff;
	display: block;
	font-size: 1.2em;
	font-weight: 600;
	line-height: 2em;
}
.privacy {
	color: #639901;
	display: block;
	font-size: 1.2em;
	font-weight: 600;
	line-height: 2em;
}
.box-answer {
	padding: 0.5em 1em;
	margin: 0 0 2em 0;
	font-weight: bold;
	border: solid 16px rgb(61, 170, 203);
	background: #fff;
}
.box-onayami {
	padding: 0.5em 1em;
	margin: 0 0 2em 0;
	font-weight: bold;
	border: solid 16px rgb(61, 170, 203);
	background: #fff;
}
.box-answer p {
	margin: 0;
	padding: 0;
}
.box-reason {
	padding: 0.5em 1em;
	margin: 2em 0 2em 0;
	font-weight: bold;
	border: solid 16px #bcaa32;
	background: #fff;
}
.box-reason p {
	margin: 0;
	padding: 0;
}
.box-flow {
	margin: 2em 0;
	background: #dcefff;
	padding-bottom: 1em;
}
.box-flow .box-title {
	font-size: 1.2em;
	background: #5fb3f5;
	padding: 1em;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.box-flow p {
	margin: .5em 1em!important;
}
.box-hosyo {
	background: #F5EFE0;
	border: 3px solid #daceb6;
}
.box-hosyo .box-title {
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐ明朝', 'MS PMincho', Georgia, 'Times New Roman', Times, serif;
	font-size: 1.5em;
	background: #322011;
	padding: 1em;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	border: 5px double #ffd400;
}
.box-hosyo p {
	margin: .5em 1em!important;
	text-align: left !important;
}
.box-law {
	margin: 2em 0;
	background: #dcefff;
	padding: 0em;
}
.box-law .box-title {
	font-size: 1.2em;
	background: #639901;
	padding: 1em;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.box-law p {
	margin: .5em 1em!important;
}
.box-privacy {
	margin: 2em 0;
	background: #dcffdf;
	padding-bottom: 1em;
}
.box-privacy .box-title {
	font-size: 1.2em;
	background: #639901;
	padding: 1em;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.box-privacy p {
	margin: .5em 1em!important;
}
html, body, header, nav, article, section, aside, footer, div, span, p, h1, h2, h3, h4, ul, ol, li, dl, dt, dd, table, tr, th, td, tbody, thead, tfoot {
	margin: 0;
	padding: 0;
}
header, nav, article, section, aside, footer {
	display: block;
}
ol, ul {
	list-style: none;
}
img {
	max-width: 100%;
	height: auto;
	border: 0;
}
a:link {
	color: #583822;
}
a:visited {
	color: #583822;
}
a:hover {
	color: #765c47;
}
p {
	margin: 15px 0 15px 0;
	line-height: 1.7;
	letter-spacing: 0.05em;
}




/*---------------------------- スマートフォン向けのスタイル ----------------------------*/
@media only screen and (max-width: 679px) {
.top-contents-a{
font-size: 1.1em;
font-weight: bold;
}
.top-contents-b{
font-size: 1.25em;
font-weight: bold;
text-decoration: underline;
text-decoration-color: #e7577a;
}
.top-contents-c{
font-size: 1.35em;
font-weight: bold;
color: #e7577a;
}
.box-onayami h4 {
	width: 50%;
	padding: 0.5em 0;
	margin: 2em 0 0 0;
	text-align: center;
	background-color: #e7577a;
	color: #fff;
}
.top-contents {
	background-color: #fff;
	margin: 0 0 2em 0;
	padding: 0 0 2em 0;
}
.top-contents p {
	padding: 0 1em 0 1em;
	text-align: justify;
}
.top-contents h2 {
	margin: 0 !important;
	padding-top: 1em !important;
}
.map-contents {
	padding: 1em;
}
.top-contents h3 {
	margin: 1em !important;
	padding: 0 0 0 1em !important;
	font-size: 1.4em;
	color: #000 !important;
	background-color: transparent !important;
	text-align: left !important;
	border-left: 6px solid #E7577A;
}
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
#footerFloatingMenu {
	display: block;
	width: 100%;
	background-color: #adadad8c;
	position: fixed;
	left: 0px;
	bottom: 0px;
	z-index: 9999;
	text-align: center;
	padding-top: 1em;
	padding-bottom: 1em;
}
#footerFloatingMenu img {
	max-width: 99%;
}
.truth h2 {
	border-left: none;
}
.box-price img {
	padding-bottom: 1em;
}
ul.check {
	padding: 0.5em 1em 1em 2.3em;
	position: relative;
	background: #fffaf1;
	margin: 1em 0;
}
ul.check li {
	line-height: 1.5;
	padding: 0.5em 0;
	list-style-type: none!important;/*ポチ消す*/
	font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
ul.check li:before {
	font-family: "Font Awesome 5 Free";
	content: "\f00c";
	font-weight: 900;
	position: absolute;
	left : 1em; /*左端からのアイコンまで*/
	color: #ffb03f; /*アイコン色*/
}
/*---------------------------- ページ全体の指定 ----------------------------*/

body {
	width: 100%;
	font: 87.5% 'ヒラギノ角ゴ pro W3', "Hiragino KaKu Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
	color: #333333;
	letter-spacing: 0.05em;
	-webkit-text-size-adjust: 100%;
	background-image: url(../img/backgroundimg.jpg);
	background-repeat: repeat;
}
/*---------- メイン ----------*/

#main {
}
/*---------- ヘッダー ----------*/

#header {
	width: 100%;
	height: auto;
	padding: 0 0 4px 0;
	line-height: 1.6;
}
#header h1 {
	font-size: 1em;
	background-color: #eb70a7;
	color: #fff;
	padding: .5em;
	text-align: left;
}
/*---------- ヘッダー内 ----------*/

#header #header_inner {
	margin: 0;
	padding: .5em 0 0 0;
	background-color: #ffffff;
}
/*----- 左 logo -----*/

#h_logo {
	width: 100%;
	padding: 0;
	text-align: center;
	color: #666666;
}
#h_logo h2 {
	padding: 4px 0 0 0;  /*-- logo 位置 --*/
	margin: 0;
}
#h_logo img {
	max-width: 80%;
	height: auto;
}
#h_logo a {
	color: #666666 !important;
	text-decoration: none;
	font-size: 1em;
}
#h_logo a:hover {
	color: #888888 !important;
	text-decoration: underline;
	font-size: 1em;
}
/*----- 右 info -----*/

#h_info {
	padding: 0;
	text-align: center;
	border: 5px solid #eb70a7;
}
#h_info p {
	line-height: 1.0;
}
#h_info a {
	color: #c9171e !important;
	text-decoration: none;
}
#h_info .tel {
	font-size: 1.21em;
	color: #c9171e;
	line-height: 1.0;
	font-weight: bold;
}
#h_info .tel a {
	font-size: 1.21em;
	color: #c9171e;
	line-height: 1.0;
	font-weight: bold;
}
/*---------- ヘッダーメニュー ----------*/

#header-menu {
	margin: 0 1px 4px 1px;
	border-top: 1px solid #d7d2c7;
	border-right: 1px solid #d7d2c7;
}
#header-menu ul {
	padding: 0;
}
#header-menu ul li {
	width: 50%;
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	text-align: center;
}
#header-menu li a {
	width: 99.6%;
	font-size: 0.75em;
	padding: 13px 0 13px 0;
	display: block;
	line-height: 1.2;
	letter-spacing: 0.05em;
	color: #604835 !important;
	text-decoration: none;
	border-left: 1px solid #d7d2c7;
	border-bottom: 1px solid #d7d2c7;
	background-image: url(../img/head_img_bg.png);
}
#header-menu li a:hover {
	color: #765c47 !important;
	display: block;
	text-decoration: none;
	background: #e2d0ab url(../img/head_menu_back_hover.gif) repeat-x;
}
#header-menu li.home a {
	border-bottom: 1px solid #d7d2c7;
}
#header-menu span.sub {
	display: none;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
/*---------- SP電話ボタン ----------*/

.phone p {
	line-height: 1.7;
}
.phone a {
	color: #c9171e !important;
	text-decoration: none;
}
span.tel {
	font-size: 1.42em;
	color: #c9171e;
	line-height: 1.6;
	font-weight: bold;
}
/*---------- メイン画像 ----------*/

#header-img {
	width: 100%;
	height: auto;
	margin: 10px 0 10px 0;
	display: none;
}
#header-img-sp {
	width: 100%;
	height: auto;
	margin: 0;
}
.main_photo {
	display: block;
	margin: 0 auto 0 auto;
}
/*---------- メインコンテンツ ----------*/

#container {
	padding: 0;
}
/*---------- コンテンツ ----------*/

#contents {
	font-size: 1em;
}
.article {
	margin: 0;
	padding: 0;
}
.section {
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
}
#contents #pannavi {
	margin: 0;
	padding: 1em 0 1em 2em;
	font-size: 0.92em;
}
#contents h2 {
	margin: 1em 0;
	text-align: center;
	padding: 0;
	font-size: 1.5em;
	color: #54351f;
	font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#contents h2.txt {
	margin: 0 0 7px 0;
	padding: 0;
	border: none;
	font-size: 1.28em;
	color: #54351f;
	background: none;
}
#contents h2.txt2 {
	margin: 0 0 7px 0;
	padding: 0;
	border: none;
	font-size: 1.28em;
	color: #54351f;
	background: none;
}
#contents h2.page_title {
	height: auto !important;
	margin: 0 0 18px 0;
	padding: 16px 0 12px 20px;
	line-height: 1.6;
	font-size: 20px;
	color: #581201;
	border-top: solid 1px #a48b78;
	border-right: solid 2px #a48b78;
	border-bottom: solid 2px #a48b78;
	border-left: solid 7px #a48b78;
	background-image: none;
	background-color: #fdfbf7;
}
#contents h3 {
	margin: 1em 0px .5em 0px;
	padding: 1em;
	text-align: left;
	font-size: 1.2em;
}
#contents h3.beta {
	margin: 12px 3px 10px 3px;
	padding: 10px 10px 8px 13px;
	line-height: 1.6;
	font-size: 1.28em;
	color: #fffffc;
	border-top: solid 1px #c85d15;
	border-right: solid 1px #c85d15;
	border-bottom: solid 1px #c85d15;
	border-left: solid 5px #c85d15;
	background: url(../img/h3_beta.gif) repeat-x;
}
#contents h3.point {
	margin: 10px 0 10px 0;
	padding: 8px 10px 6px 10px;
	line-height: 1.4;
	font-size: 1.28em;
	color: #e85922;
	border-top: solid 1px #888888;
	border-right: none;
	border-bottom: solid 4px #663300;
	border-left: none;
	background-image: url(../img/h3_point.gif);
}
#contents h3.gold, #contents h3.gold02 {
	margin: 12px 3px 10px 3px;
	padding: 13px 10px 9px 16px;
	line-height: 1.6;
	font-size: 1.28em;
	color: #662200;
	border: none;
	background-image: none;
	background-color: #f1e7d1;
}
#contents h3.gray, #contents h3.gray02 {
	margin: 12px 3px 10px 3px;
	padding: 13px 10px 9px 16px;
	line-height: 1.6;
	font-size: 1.28em;
	color: #662200;
	border: solid 1px #d9d1d1;
	background-image: none;
	background-color: #f1ecec;
}
#contents p {
	line-height: 1.5em;
	margin: .5em 0;
}
/*---------- 画像の回り込み ----------*/

img.picture {
	display: block;
	clear: both;
	margin: 20px auto 20px auto;
}
img.picture_r {
	display: block;
	clear: both;
	margin: 20px auto 20px auto;
}
/*---------- 表（テーブル） ----------*/

table.t01 {
	border: solid 1px #bbbbbb;
	border-collapse: collapse;
	padding: 4px;
}
td.t01 {
	padding: 4px;
	border: solid 1px #bbbbbb;
	border-collapse: collapse;
}
td.head {
	padding: 9px 6px 6px 15px;
	border: solid 1px #cccccc;
	border-collapse: collapse;
	background-image: url(../img/main_block_bg.gif);
}
td.t00 {
	padding: 4px;
}
table.table_line {
	width: 100%;
	border-collapse: collapse;
	border: solid 1px #bbbbbb;
	padding : 8px 4px 8px 4px;
}
td.table_head {
	border-collapse: collapse;
	border: solid 1px #bbbbbb;
	padding : 12px 8px 12px 8px;
	background-color: #fff8e3;
	width: 80px;
}
td.table_left {
	border-collapse: collapse;
	border: solid 1px #bbbbbb;
	padding : 8px 4px 8px 4px;
	background-color: #fff8e3;
	width: 30%;
}
td.table_right {
	border-collapse: collapse;
	border: solid 1px #bbbbbb;
	padding : 8px 4px 8px 4px;
	background-color: #ffffff;
	width: 70%;
}
td.table_line {
	width: auto;
	border-collapse: collapse;
	border: solid 1px #bbbbbb;
	padding: 12px 8px 12px 8px;
}
/*---------- 動画 ----------*/

.movie {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
}
.movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*---------- Googleマップ ----------*/

.map {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}
.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	padding: 6%;
	width: 88% !important;
	height: 100% !important;
}
/*---------- サイドエリア ----------*/

#menu {
	margin: 20px 0 20px 0;
}
.menulist {
	width: 100%;
	text-decoration: none;
	margin: 0 0 25px 0;
}
.menulist h2 {
	padding: 10px 0 6px 14px;
	font-size: 1.18em;
	color: #fffffc;
	border-bottom: solid 1px;
	border-bottom-color: #583822;
	background: url(../img/h_bg_gray.gif) center repeat-x;
}
.menulist h3 {
	padding: 10px 0 6px 14px;
	font-size: 1.18em;
	color: #fffffc;
	background-color: #ce7879;
	text-align: center;
}
.menulist ul {
	width: 100%;
	border-top: solid 1px;
	border-top-color: #cccccc;
}
.menulist li {
	width: 100%;
	list-style: none;
	text-align: center;
}
.menulist li a {
	position: relative;
	padding: 13px 10px 8px 10px;
	display: block;
	color: #54351f !important;
	text-decoration: none;
	border-bottom: solid 1px;
	border-bottom-color: #cccccc;
	background: url(../img/nav_bg.gif) repeat-x;
}
.menulist li a:hover {
	color: #745a45 !important;
	display: block;
	text-decoration: none;
	border-bottom: solid 1px;
	border-bottom-color: #cccccc;
	background: url(../img/nav_bg_hover.gif) repeat-x;
}
.menulist li a:after {
	content: url(../img/flow_icon.png);
	position: absolute;
	right: 10px;
}
.menu_free {
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
	font-size: 1em;
	color: #333333;
	text-align: center;
	background-color: #f1f0f0;
}
.menu_free h2 {
	margin: 0 0 6px 0;
	padding: 10px 0 6px 14px;
	font-size: 1.18em;
	color: #fffffc;
	text-align: left;
	border-bottom: solid 1px;
	border-bottom-color: #583822;
	background: url(../img/h_bg_gray.gif) center repeat-x;
}
.menu_free h3 {
	margin: 0 0 6px 0;
	padding: 10px 0 6px 14px;
	font-size: 1.18em;
	color: #fffffc;
	text-align: left;
	border-bottom: solid 1px;
	border-bottom-color: #583822;
	background: url(../img/h_bg_gray.gif) center repeat-x;
}
.menu_free p {
	padding: 0 5px 0 5px;
	font-size: 1em;
	line-height: 1.7;
	color: #333333;
}
/*---------- サイド・上バナー画像 ----------*/

.menu_top {
	margin: 20px 0 20px 0;
	padding: 20px 0 10px 0;
	text-align: center;
	background-color: #f1f0f0;
}
.menu_top a {
	color: #54351f;
 margin: 0 padding: 6px 0 6px 0;
}
.menu_top a:hover {
	color: #745a45;
}
.menu_top img {
	margin: 0 0 8px 0;
}
.menu_top p {
	margin: 0;
	padding: 0;
	line-height: 1.8;
}
.menu_btn {
	margin: 0 auto 20px auto !important;
	padding: 10px 10px 6px 10px !important;
	text-align: left;
	background-color: #f1f0f0;
}
.menu_btn a {
	width: 190px;
	margin: 0 auto 6px auto !important;
	color: #583822;
	display: block;
	border: solid 1px #dddddd;
	padding: 8px 0 4px 30px !important;
	font-size: 14px;
	line-height: 1.9;
	text-align: left;
	text-decoration: none;
	background-image: url(../img/side_menu_btn_bg.gif);
	background-repeat: no-repeat;
}
.menu_btn a:hover {
	color: #765c47;
	background-image: url(../img/side_menu_btn_bg_hover.gif);
	background-repeat: no-repeat;
}
.menu_btn_under {
	margin: 0 auto 30px auto !important;
	padding: 10px !important;
	text-align: left;
	background-color: #f1f0f0;
}
.menu_btn_under a {
	width: 200px;
	margin: 0 auto 0 auto !important;
	color: #583822;
	display: block;
	border: solid 1px #dddddd;
	padding: 10px 4px 6px 12px !important;
	font-size: 13px;
	line-height: 1.9;
	text-align: left;
	text-decoration: none;
	background-image: url(../img/side_menu_btn_under_bg.gif);
	background-repeat: no-repeat;
}
.menu_btn_under a:hover {
	color: #765c47;
}
/*---------- サイド・下バナー画像 ----------*/

.menu_btn_under {
	margin: 0 0 20px 0;
	padding: 10px 0 0 0;
	text-align: center;
	background-color: #f1f0f0;
}
.menu_btn_under a {
	margin: 0 0 8px 0;
	color: #54351f;
	display: block;
	padding: 0;
	line-height: 1.9;
	text-decoration: none;
}
.menu_btn_under a:hover {
	color: #745a45;
}
/*---------- サイドエリア・トップに戻る ----------*/

.menu_back {
	display: inline;
}
/*---------- フッター ----------*/

#footer {
	width: auto;
	padding: 20px 10px 110px 10px;
	color: #333333;
	line-height: 1.7;
	text-align: center;
	background-color: #e8e4df;
}
#footer p {
	padding: 10px;
	color: #555555;
}
#footer a {
	color: #555555 !important;
}
#footer a:hover {
	color: #777777 !important;
}
#footer a:visited {
	color: #555555;
}
#footer small {
	padding: 10px;
	font-size: 0.92em;
	color: #555555;
}
#footer small a {
	color: #555555 !important;
	text-decoration: none;
}
#footer small a:hover {
	color: #777777 !important;
	text-decoration: underline;
}
#footer small a:visited {
	color: #555555;
	text-decoration: none;
}
}
