@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a,
a:link {
	color: #040404;
	text-decoration: none;
}

a:visited {
	color: #040404;
}

a:hover {
	color: #040404;
}

a:active {
	color: #040404;
}

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 900px;
	color: #7F4F1B;
	font-size: 13px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background: url(../images/common/bg03.jpg) repeat left top;
}

#container {
	text-align: left;
	border-top: 5px solid #009042;
}

#main {
	width: 900px;
	margin: 0 auto 100px;
}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

.sp {
	display: none !important;
}

@media all and (min-width: 0) and (max-width: 767px) {
	body {
		min-width: inherit;
		font-size: 13px;
	}
	
	#container {
		border-top: 3px solid #009042;
	}
	
	#main {
		width: auto;
		margin: 0 10px;
	}

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}

	.sp {
		display: block !important;
	}
	
	.pc {
		display: none !important;
	}
	
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	
	
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	width: 900px;
	margin: 0 auto;
	position: relative;
}

#gHeader h1 {
	margin: 0 0 6px 5px;
	font-weight: normal;
	font-size: 12px;
}

#gHeader .hBox {
	margin-bottom: 5px;
	position: relative;
}

#gHeader .hBox .img {
	position: absolute;
	left: 353px;
	top: -8px;
}

#gHeader .hBox .hNavi {
	position: absolute;
	left: 473px;
	top: -19px;
}

#gHeader .hBox .hNavi li {
	margin-top: 5px;
    width: 115px;
    height: 24px;
}

#gHeader .hBox .hNavi li a {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../images/common/navi01.png);
    background-repeat: no-repeat;
    text-decoration: none;
}

#gHeader .hBox .hNavi li a:hover{
	background-image :url(../images/common/navi01.png);
    background-position: -115px 0px;
}

#gHeader .hBox .hNavi li:nth-child(2) a {
    background-position: 0px -30px;
}

#gHeader .hBox .hNavi li:nth-child(2) a:hover{
    background-position: -115px -30px;
}

#gHeader .hBox .hNavi li:nth-child(3) a {
    background-position: 0px -59px;
}

#gHeader .hBox .hNavi li:nth-child(3) a:hover{
    background-position: -115px -59px;
}

#gHeader .hBox .txtBox {
	position: absolute;
	right: 74px;
	top: -59px;
}

#gHeader .hBox .txtBox .ttl {
	padding: 3px 0 0 5px;
/* 	width: 127px;
	 */	height: 30px;
	position: absolute;
	right: 16px;
	top: -7px;
	font-size: 10px;
	font-weight: bold;
	color: #E9E2D5;
	background: url(../images/common/bg06.png) no-repeat left top;
	background-size: 100% 100%;
	box-sizing: border-box;
}

#gHeader .hBox .txtBox .img01 {
	position: absolute;
	right: -73px;
	bottom: 0;
}

#gHeader .hBox .txtBox .tableBox {
	padding: 14px 20px 0 45px;
	width: 235px;
	height: 135px;
	background: url(../images/common/bg05.png) no-repeat center top;
	box-sizing: border-box;
}

#gHeader .hBox .txtBox .tableBox table {
	width: 100%;
	border-collapse: collapse;
}

#gHeader .hBox .txtBox .tableBox table th,
#gHeader .hBox .txtBox .tableBox table td {
	padding: 3px 0;
	width: 50%;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	color: #E9E2D5;
	font-weight: bold;
	line-height: 1.25;
}

@media all and (min-width: 0) and (min-width: 768px) {
	.menuBox {
		display: none !important;
	}
}

@media all and (min-width: 0) and (max-width: 767px) {
	#gHeader {
		padding: 0 5px 10px !important;
		width: auto;
		position: relative;
		background: url(../images/common/bg01.jpg) repeat left top;
	}
	
	#gHeader h1 {
		margin: 0 0 5px;
		font-size: 11px;
	}
	
	#gHeader .logo {
		width: 200px;
	}
	
	#gHeader .logo img {
		width: 100%;
	}
	
	#gHeader .hBox {
		margin-bottom: 0;
	}
	
	#gHeader .hBox .img {
		display: none;
	}
	
	#gHeader .hBox .hNavi {
		display: none;
	}
	
	#gHeader .hBox .txtBox {
		display: none;
	}
	
	.menu {
		width: 50px;
		height: 50px;
		position: absolute;
		right: 5px;
		top: 18px;
	}
	
	.menu.active {
		background: url(../images/common/close.png) no-repeat center center;
		background-size: 50px;
	}
	
	.menu.active img {
		display: none;
	}
	
	.menuBox {
		display: none;
		padding-bottom: 50px;
		width: 100%;
		position: absolute;
		left: 0;
		top: 100%;
		background-color: #fff;
		z-index: 99;
		border-top: 1px solid #7F4F1B;
	}
	
	.menuBox .menuList li {
		border-bottom: 1px solid #7F4F1B;
	}
	
	.menuBox .menuList li a {
		padding: 10px 0;
		display: block;
		font-size: 13px;
		text-align: center;
		color: #7F4F1B;
	}
	
	.menuBox .tableBox {
		margin: 20px;
	}
	
	.menuBox table {
		width: 100%;
		border-collapse: collapse;
	}
	
	.menuBox table th,
	.menuBox table td {
		padding: 3px 0;
		width: 50%;
		vertical-align: middle;
		text-align: center;
		font-size: 13px;
		color: #E9E2D5;
		font-weight: bold;
		line-height: 1.25;
		border: 1px solid #7F4F1B;
		background: #6E9A34;
	}
	
	.menuBox .seachBox {
		width: 300px;
		margin: 0 auto;
		background-color: #fff;
		border: 1px solid #9C9E9D;
		box-sizing: border-box;
		border-radius: 5px;
		overflow: hidden;
	}
	
	.menuBox .seachBox img {
		margin: 6px 0 6px 8px;
	}
	
	.menuBox .seachBox input[type="text"] {
		padding: 8px 3px 6px;
		height: 30px;
		width: 160px;
		font-size: 11px;
		border: none;
		appearance: none;
		-webkit-appearance: none;
		border-radius: 0;
		box-sizing: border-box;
	}
	
	.menuBox .seachBox input[type="button"] {
		float: right;
		width: 80px;
		margin: 2px 0;
		height: 28px;
		text-align: center;
		font-weight: bold;
		color: #fff;
		font-size: 11px;
		background-color: #9FA0A0;
		border-radius: 3px;
		box-sizing: border-box;
		border: none;
	}
	
	.menuBox .seachBox input[type="image"] {
		display: inline-block;
		vertical-align: middle;
	}
	
	.menuBox .seachBox input[type="text"]::-webkit-input-placeholder { /* WebKit browsers */
	　　color: #F39700;
		opacity: 1;
		font-weight: bold;
		font-size: 11px;
	}
	
	.menuBox .seachBox input[type="text"]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	　　color: #F39700;
		opacity: 1;
		font-weight: bold;
		font-size: 11px;
	}
	
	.menuBox .seachBox input[type="text"]::-moz-placeholder {
		color: #F39700;
		opacity: 1;
		font-weight: bold;
		font-size: 11px;
	}
	
	.menuBox .seachBox input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10+ */
	　　color: #F39700;
		opacity: 1;
		font-weight: bold;
		font-size: 11px;
	}
		
}

@media all and (min-width: 0) and (max-width: 345px) {
	#gHeader h1 {
		font-size: 10px;
	}
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	width: 900px;
	margin: 0 auto;
	height: 80px;
}

#gNavi ul li {
	height: 80px;
	float: left;
}

#gNavi ul .navi01 {
	width: 172px;
}

#gNavi ul .navi02 {
	width: 152px;
}

#gNavi ul .navi03 {
	width: 155px;
}

#gNavi ul .navi04 {
	width: 162px;
}

#gNavi ul .navi05 {
	width: 129px;
}

#gNavi ul .navi06 {
	width: 130px;
}

#gNavi ul li a {
    display: block;
    width: 100%;
    height: 100%;
	background-image: url(../images/common/navi02.png);
    background-repeat: no-repeat;
    text-decoration: none;
}

#gNavi ul li a span {
	display: none;
}

#gNavi ul .navi01 a:hover{
    background-position: 0 -80px;
}

#gNavi ul .navi02 a{
    background-position: -172px 0;
}

#gNavi ul .navi02 a:hover{
    background-position: -172px -80px;
}

#gNavi ul .navi03 a{
    background-position: -324px 0;
}

#gNavi ul .navi03 a:hover{
    background-position: -324px -80px;
}

#gNavi ul .navi04 a{
    background-position: -479px 0;
}

#gNavi ul .navi04 a:hover{
    background-position: -479px -80px;
}

#gNavi ul .navi05 a{
    background-position: -641px 0;
}

#gNavi ul .navi05 a:hover{
    background-position: -641px -80px;
}

#gNavi ul .navi06 a{
    background-position: -770px 0;
}

#gNavi ul .navi06 a:hover{
    background-position: -770px -80px;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#gNavi {
		display: none;
	}
}

/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
	padding-left: 30px;
	width: 900px;
	margin: 11px auto 9px;
	background: url(../images/common/icon02.png) no-repeat left 1px top 2px;
	box-sizing: border-box;
}

#pagePath li {
	display: inline;
	color: #7F4F1B;
	font-size: 13px;
}

#pagePath li a {
	margin-right: 10px;
	color: #C61922;
	text-decoration: underline;
}

#pagePath li a:hover {
	text-decoration: none;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#pagePath {
		width: auto;
		margin: 10px;
		background: url(../images/common/icon02.png) no-repeat left 1px top 2px;
	}
	
	#pagePath li {
		font-size: 13px;
	}
		
	#pagePath li a:hover {
		text-decoration: underline;
	}
	
}

/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#conts {
	width: 670px;
	float: right;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#conts {
		width: auto;
		float: none;
	}

}

/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
#sideBar {
	width: 191px;
	float: left;
}

#sideBar a:hover img {
	opacity: 0.6;
}

#sideBar .naviBox01 li {
	margin-bottom: 4px;
}

#sideBar .naviBox01 li img {
	width: 190px;
}

#sideBar .naviBox02 {
	margin-bottom: 7px;
	padding-top: 38px;
	position: relative;
	background: url(../images/common/bg09.png) no-repeat left top;
}

#sideBar .naviBox02 .bgBox {
	padding: 70px 0 8px;
	text-align: center;
	background: url(../images/common/bg08.png) no-repeat bottom left;
}

#sideBar .naviBox02 img {
	width: 170px;
}

#sideBar .naviBox02 .textImg {
	width: 100%;
	position: absolute;
	left: 0;
	top: 17px;
}

#sideBar .naviBox02 .photo {
	margin-bottom: 1px;
}

#sideBar .naviBox02 li {
	padding: 3px 0 7px;
	background: url(../images/common/line01.png) no-repeat center bottom;
	background-size: auto 3px;
}

#sideBar .naviBox02 li:last-child {
	background: none;
}

#sideBar .naviBox03 {
	width: 190px;
	margin-bottom: 6px;
	padding-bottom: 4px;
	text-align: center;
	background-color: #E8F4F6;
	box-sizing: border-box;
	border: 3px solid #65C5C4;
	border-radius: 10px;
}

#sideBar .naviBox03 .textImg01 {
	margin-bottom: 4px;
	padding-bottom: 4px;
	background: url(../images/common/line02.png) no-repeat center bottom;
	background-size: auto 3px;
}

#sideBar .naviBox03 .textImg02 {
	margin: 0 0 6px 4px;
}

#sideBar .naviBox03 ul li {
	margin-bottom: 6px;
}

#sideBar .naviBox03 .link02 {
	margin: 10px 0 0 -1px;
}

#sideBar .naviBox03 .link02 li:last-child {
	margin-bottom: 0;
}

#sideBar .naviBox04 {
	margin-bottom: 4px;
}

#sideBar .naviBox04 li:first-child {
	margin-bottom: 5px;
}

#sideBar .naviBox05 {
	padding: 2px 2px 11px;
	margin-bottom: 6px;
	text-align: center;
	background: url(../images/common/bg10.png) repeat left top;
	border: 2px solid #A4D57F;
	box-sizing: border-box;
	border-radius: 10px;
}

#sideBar .naviBox05 .textImg {
	margin-bottom: 6px;
	padding-bottom: 5px;
	background: url(../images/common/line03.png) repeat-x left bottom;
	background-size: 5px 2px;
}

#sideBar .naviBox05 li:first-child {
	margin-bottom: 10px;
}

#sideBar .naviBox06 {
	margin-bottom: 3px;
}

#sideBar .naviBox06 li {
	margin-bottom: 5px;
}

#sideBar .naviBox06 li:last-child {
	margin-bottom: 0;
}

#sideBar .naviBox07 {
	margin-bottom: 5px;
}

#sideBar .naviBox07 li {
	margin-bottom: 5px;
	text-align: center;
	position: relative;
	border: 2px solid #F37D8D;
	border-radius: 10px;
}

#sideBar .naviBox07 li a {
	width: 100%;
	position: absolute;
	bottom: 8px;
	left: 0;
	display: block;
	text-align: center;
}

#sideBar .naviBox07 li:nth-child(2) {
	border-color: #66C4C6;
}

#sideBar .naviBox07 li:last-child {
	margin-bottom: 0;
	border-color: #7CB4D0;
}

#sideBar .naviBox07 li:last-child a {
	bottom: 3px;
}

#sideBar .naviBox08 li {
	margin-bottom: 6px;
	position: relative;
}

#sideBar .naviBox08 li:last-child {
	margin: 18px 0 0;
}

#sideBar .naviBox08 li:first-child a {
	width: 100%;
	position: absolute;
	bottom: 18px;
	left: 0;
	display: block;
	text-align: center;
}

/*ブログのみサイドバー表示*/

#side_blogarea{
	margin-top:20px;
	margin-bottom:40px;
}

/*ブログ　カレンダー*/
div.blogcalendar{
margin-bottom:20px;
background:#fff;
}

div.blogcalendar p.title{
text-align:center;
background-color:#3D94DB;
color:#FFF;
padding:3px 0;
font-size:13px;
font-weight:bold;
margin-bottom:5px;
}


div.blogcalendar #wp-calendar {
	width: 100%;
	margin-bottom:10px;
}

div.blogcalendar #wp-calendar caption {
		color:#3D94DB;
		font-size:12px;
		font-weight: bold;
		padding-bottom: 4px;
		text-align: center;
}

div.blogcalendar #wp-calendar th{
		padding: 2px 0 2px;
}

div.blogcalendar #wp-calendar th{
		font-size: 13px;
		color:#000;
		text-align: center;
}

div.blogcalendar #wp-calendar thead {font-size: 13px;}
div.blogcalendar #wp-calendar tbody {}
div.blogcalendar #wp-calendar tbody td {
		padding: 2px 0 2px;
		text-align: center;
		font-size:13px;
		color:#4F2403;
}

div.blogcalendar #wp-calendar tbody a {
color:#3D94DB;
text-decoration:underline;
font-weight:bold;
}

div.blogcalendar #wp-calendar tbody a:hover {
color:#A7D3F7;
text-decoration:none;
}
div.blogcalendar #wp-calendar tbody .pad {background: none;}
div.blogcalendar #wp-calendar tfoot #next {text-align: right;}

div.blogcalendar #wp-calendar tfoot a{
color:#7bab17;
font-size:13px;
}



/*ブログ　カテゴリー*/
div.blogcategory{
margin-bottom:20px;
}

div.blogcategory p.title{
text-align:center;
background-color:#3D94DB;
color:#FFFFFF;
padding:3px 0;
font-size:13px;
font-weight:bold;
margin-bottom:5px;
}


div.blogcategory li{
color:#3D94DB;
font-size:13px;
border-bottom:1px dotted #432a0e;
line-height:170%;
padding-top:3px;
padding-left:1em;
}

div.blogcategory li li{
color:#3D94DB;
font-size:13px;
border-bottom:1px dotted #432a0e;
line-height:170%;
padding-top:3px;
padding-left:2em;
}


div.blogcategory li a{
color:#3D94DB;
text-decoration:none;
}

div.blogcategory li a:hover{
color:#A4C7F0;
text-decoration:underline;
}


/*ブログ新着記事のリスト*/
div.blog_new{
	margin:20px auto;
	background:#FFF;
}

div.blog_new li{
	text-align:left;
	margin-left:10px;
	margin-bottom:3px;
	padding-bottom:6px;
	font-size:13px;
}


div.blog_new a{
	color:#3D94DB;
}

div.blog_new a:hover{
	color:#A4C7F0;
	text-decoration:underline;
}


div.blog_new p.title{
	background-color:#3D94DB;
	color:#FFFFFF;
	padding:2px 0;
	text-align:center;
	font-weight:bold;
	font-size:13px;
	margin-bottom:5px;
}
a.rnavi_blog_btn {
    font-size: 12px;
    display: block;
    width: 80%;
    height: 14px;
    background-color: #3D94DB;
    color: #FFF;
    text-align: center;
    margin: 10px auto;
    padding: 10px;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#sideBar {
		margin-top: 30px;
		width: auto;
		float: none;
	}
	
	#sideBar .naviBox01 li {
		margin-bottom: 10px;
	}
	
	#sideBar .naviBox01 li img {
		width: 100%;
	}
	
	#sideBar .naviBox02 {
		margin-bottom: 7px;
		padding: 20px 10px;
		background: #F4C480;
		border-radius: 20px;
	}
	
	#sideBar .naviBox02 img {
		width: 85% !important;
	}
	
	#sideBar .naviBox02 .bgBox {
		padding: 0;
		background: none;
	}
	
	#sideBar .naviBox02 .textImg {
		margin-bottom: 10px;
		position: static;
	}
	
	#sideBar .naviBox02 .photo {
		margin-bottom: 10px;
	}
	
	#sideBar .naviBox02 li {
		background: none;
	}
		
	#sideBar .naviBox03 {
		width: auto;
		margin-bottom: 10px;
		padding: 0 0 10px;
	}
	
	#sideBar .naviBox03 img {
		width: 85%;
	}
	
	#sideBar .naviBox03 .textImg01 {
		margin-bottom: 8px;
		padding-bottom: 0;
		background: none;
	}
	
	#sideBar .naviBox03 .textImg02 {
		margin: 0 0 6px;
	}
	
	#sideBar .naviBox03 ul li {
		margin-bottom: 6px;
	}
	
	#sideBar .naviBox03 .link02 {
		margin: 10px 0 0;
	}
	
	#sideBar .naviBox03 .link02 li:last-child {
		margin-bottom: 0;
	}
	
	#sideBar .naviBox04 {
		margin-bottom: 10px;
	}
	
	#sideBar .naviBox04 li img {
		width: 100%;
	}
	
	#sideBar .naviBox05 {
		margin-bottom: 10px;
	}
	
	#sideBar .naviBox05 img {
		width: 85%;
	}
	
	#sideBar .naviBox05 .textImg {
		padding-bottom: 0;
		background: none;
	}
	
	#sideBar .naviBox06 {
		margin-bottom: 10px;
	}
	
	#sideBar .naviBox06 img {
		width: 100%;
	}
	
	#sideBar .naviBox07 {
		margin-bottom: 5px;
	}
	
	#sideBar .naviBox07 li img {
		width: 100%;
	}
	
	#sideBar .naviBox07 li a img {
		width: 90%;
	}
	
	#sideBar .naviBox08 li img {
		width: 100%;
	}
	
	#sideBar .naviBox08 li:first-child a img {
		width: 90%;
	}
	
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 56px 0 0;
	position: relative;
	background: url(../images/common/f_bg02.png) repeat-x left top, url(../images/common/bg01.jpg) repeat left top;
}

#gFooter .fInner {
	padding: 16px 24px;
	margin-left: -450px;
	position: absolute;
	left: 50%;
	top: -18px;
	width: 900px;
	height: 60px;
	background: url(../images/common/f_bg03.png) no-repeat top left;
	z-index: 1;
	box-sizing: border-box;
}

#gFooter .fInner .fList {
	position: absolute;
	right: 20px;
	top: -27px;
	text-align: right;
}

#gFooter .fInner .fList li {
	margin-left: 5px;
	display: inline-block;
}

#gFooter .fInner p {
	font-size: 18px;
	color: #008F3A;
	float: left;
	font-weight: bold;
}

#gFooter .fInner .sns {
	margin-top: 3px;
	width: 383px;
	float: right;
	text-align: left;
}

#gFooter .fInner .sns li {
	margin-right: 19px;
	display: inline-block;
	vertical-align: top;
}

#gFooter .fInner li a:hover img {
	opacity: 0.8;
}

#gFooter .fBox {
	width: 900px;
	margin: 0 auto 9px;
}

#gFooter .fBox .lBox {
	width: 275px;
	float: left;
}

#gFooter .fBox .lBox .fPhoto {
	margin-bottom: 9px;
}

#gFooter .fBox .lBox p {
	margin: 0 0 4px 5px;
	font-size: 12px;
	color: #5A493E;
	line-height: 1.4;
}

#gFooter .fBox .lBox .title {
	margin: 0 0 3px;
}

#gFooter .fBox .lBox .fLogo {
	margin-bottom: 8px;
}

#gFooter .fBox .lBox .link .over {
	display: none;
}

#gFooter .fBox .lBox .link:hover .over {
	display: block;
}

#gFooter .fBox .lBox .link:hover .out {
	display: none;
}

#gFooter .fBox .rBox {
	width: 582px;
	float: right;
}

#gFooter .fBox .rBox .lNavi {
	width: 382px;
	float: left;
}

#gFooter .fBox .rBox .rNavi {
	width: 176px;
	float: right;
}

#gFooter .fBox .rBox .ttl {
	padding: 1px 0 0;
	margin-bottom: 5px;
	text-align: center;
	color: #6A390D;
	font-weight: bold;
	border-radius: 4px;
	background: url(../images/common/f_bg01.jpg) repeat left top;
}

#gFooter .fBox .rBox .fLink .lNavi > ul > li {
	width: 50%;
	float: left;
}

#gFooter .fBox .rBox ul li ul li {
	margin-bottom: 2px;
}

#gFooter .fBox .rBox ul li ul li:last-child {
	margin-bottom: 0;
}

#gFooter .fBox .rBox ul li ul li a {
	padding-left: 23px;
	font-size: 12px;
	color: #5A493E;
	display: inline-block;
	background: url(../images/common/f_icon01.png) no-repeat left 7px top 4px;
}

#gFooter .fBox .rBox ul li ul li a:hover {
	text-decoration: underline;
}

#gFooter .fBox .fNavi {
	margin-left: -3px;
	overflow: hidden;
}

#gFooter .fBox .fNavi li {
	margin-right: 14px;
	float: left;
}

#gFooter .fBox .fNavi li:last-child {
	margin-right: 0;
}

#gFooter .fBox .fNavi li a .over {
	display: none;
}

#gFooter .fBox .fNavi li a:hover .out {
	display: none;
}

#gFooter .fBox .fNavi li a:hover .over {
	display: block;
}

#gFooter .copyright {
	padding: 5px 0 2px;
	text-align: center;
	font-size: 10px;
	color: #FEFEFE;
	background-color: #5B4A40;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#gFooter {
		margin-top: 50px;
		padding: 30px 10px 56px;
		background: url(../images/common/f_bg02.png) repeat-x left top, url(../images/common/bg01.jpg) repeat left top;
		background-size: 3px auto, 40px auto;
	}
	
	#gFooter .fInner {
		padding: 10px 5px;
		margin: 0 0 20px;
		position: static;
		position: relative;
		top: inherit;
		left: inherit;
		width: auto;
		height: auto;
		background: #F4EFE5;
	}
	
	#gFooter .fInner .fList {
		right: 5px;
		top: -20px;
	}
	
	#gFooter .fInner .fList li {
		margin-left: 2px;
	}
	
	#gFooter .fInner .fList li img {
		height: 20px;
	}
	
	#gFooter .fInner p {
		font-size: 15px;
		float: none;
	}
	
	#gFooter .fInner .sns {
		margin-top: 5px;
		width: auto;
		float: none;
	}
	
	#gFooter .fInner .sns li {
		margin-right: 10px;
	}
	
	#gFooter .fBox {
		width: auto;
		margin: 0 auto 10px;
	}
	
	#gFooter .fBox .lBox {
		margin-bottom: 20px;
		width: auto;
		float: none;
		text-align: center;
	}
	
	#gFooter .fBox .lBox .fPhoto {
		text-align: center;
		margin-bottom: 9px;
	}
	
	#gFooter .fBox .lBox .fLogo {
		margin-bottom: 8px;
	}
	
	#gFooter .fBox .lBox .link:hover .over {
		display: none;
	}
	
	#gFooter .fBox .lBox .link:hover .out {
		display: block;
	}
	
	#gFooter .fBox .fLink {
		margin-bottom: 10px;
	}
	
	#gFooter .fBox .rBox {
		width: auto;
		float: none;
	}
	
	#gFooter .fBox .rBox ul li ul li a {
		padding-left: 10px;
		font-size: 11px;
		background: url(../images/common/f_icon01.png) no-repeat left top 4px;
	}
	
	#gFooter .fBox .rBox .lNavi {
		margin-bottom: 10px;
		width: auto;
		float: none;
	}
	
	#gFooter .fBox .rBox .rNavi {
		width: auto;
		float: none;
	}
	
	#gFooter .fBox .rBox ul li ul li a:hover {
		text-decoration: none;
	}
	
	#gFooter .fBox .fNavi {
		margin-left: 0;
	}
	
	#gFooter .fBox .fNavi li {
		width: 50%;
		margin: 0 0 5px;
		text-align: center;
	}
	
	#gFooter .fBox .fNavi li img {
		height: 20px;
		display: block;
		margin: 0 auto;
	}
	
	#gFooter .fBox .fNavi li:last-child {
		margin-right: 0;
	}
	
	#gFooter .fBox .fNavi li a:hover .out {
		display: block;
	}
	
	#gFooter .fBox .fNavi li a:hover .over {
		display: none;
	}
	
	#gFooter .copyright {
		margin: 0 -10px;
		font-size: 10px;
	}

}

/*------------------------------------------------------------
	mainVisual
------------------------------------------------------------*/
.mainVisual {
	padding: 17px 0 14px;
	background: url(../images/common/bg02.jpg) repeat left bottom;
	background-size: 37px auto;
	border-top: 2px solid #AD9062;
	box-shadow: 0 7px 7px rgba(203,177,144,0.8);
}

.mainVisual .hSns {
	position: fixed;
	left: 0;
	bottom: 10px;
}

.mainVisual .hSns li a img {
	width: 40px;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.mainVisual {
		padding: 0 0 10px !important;
		border-top: none;
	}
	
	.mainVisual .hSns {
		margin-top: 20px;
		position: static;
		text-align: center;
	}
	
	.mainVisual .hSns li {
		display: inline-block;
	}
	
	.mainVisual .hSns li a img {
		width: 30px;
	}

	
}

/*------------------------------------------------------------
	comTtl01
------------------------------------------------------------*/
.comTtl01 {
	width: 626px;
	padding: 2px;
	background: url(../images/common/bg12.jpg) repeat left top;
	border-radius: 9px;
}

.comTtl01 span {
	display: block;
	position: relative;
	background: url(../images/common/ttl_bg01.jpg) no-repeat center top;
	border: 1px solid #fff;
	box-sizing: border-box;
	border-radius: 9px;
}

.comTtl01 span a {
	display: block;
	position: absolute;
	top: 6px;
	right: 10px;
}

.comTtl01 span a:hover img {
	opacity: 0.5;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.comTtl01 {
		margin-bottom: 30px !important;
		position: relative;
		width: auto;
	}
	
	.comTtl01 span {
		background: #D2EDF4;
	}
	
	.comTtl01 img {
		height: 26px;
	}
	
	.comTtl01 span a {
		top: inherit;
		bottom: -28px;
	}
	
	.comTtl01 span a img {
		height: 22px;
	}

}

/*------------------------------------------------------------
	comTtl02
------------------------------------------------------------*/
.comTtl02 {
	margin-bottom: 9px;
	width: 631px;
	border: 2px solid #BD1C24;
	border-radius: 10px;
	box-sizing: border-box;
}

.comTtl02 span {
	display: block;
	border: 2px solid #fff;
	background: url(../images/common/bg23.jpg) repeat left top;
	border-radius: 8px;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.comTtl02 {
		margin-bottom: 10px;
		width: auto;
	}
	
	.comTtl02 img {
		height: 30px;
	}

}

/*------------------------------------------------------------
	comTtl03
------------------------------------------------------------*/
.comTtl03 {
	width: 626px;
	padding: 2px;
	background: url(../images/common/bg28.png) repeat left top;
	border-radius: 9px;
}

.comTtl03 span {
	display: block;
	position: relative;
	background: url(../images/common/ttl_bg02.png) no-repeat center top;
	border: 1px solid #fff;
	box-sizing: border-box;
	border-radius: 9px;
}

.comTtl03 span a {
	display: block;
	position: absolute;
	top: 6px;
	right: 10px;
}

.comTtl03 span .img01 {
	position: absolute;
	top: 0;
	right: 150px;
}

.comTtl03 span a:hover img {
	opacity: 0.5;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.comTtl03 {
		margin-bottom: 30px !important;
		width: auto;
	}
	
	.comTtl03 span {
		background: #F7BF44;
	}
	
	.comTtl03 span img {
		height: 26px;
	}
	
	.comTtl03 span a {
		top: inherit;
		bottom: -32px;
	}
	
	.comTtl03 span a img {
		height: 22px;
	}
	
	.comTtl03 span .img01 {
		display: none;
	}

}

/*------------------------------------------------------------
	comTtl04
------------------------------------------------------------*/
.comTtl04 {
	width: 626px;
	padding: 2px;
	background: url(../images/common/bg33.png) repeat left top;
	border-radius: 9px;
}

.comTtl04 span {
	display: block;
	position: relative;
	background: url(../images/common/ttl_bg03.png) no-repeat center top;
	border: 1px solid #fff;
	box-sizing: border-box;
	border-radius: 9px;
}

.comTtl04 span .img01 {
	position: absolute;
	top: 0;
	right: 10px;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.comTtl04 {
		width: auto;
	}
	
	.comTtl04 span {
		background: #FBD44B;
	}
	
	.comTtl04 span img {
		height: 26px;
	}
	
	.comTtl04 span .img01 {
		display: none;
	}

}

/*------------------------------------------------------------
	comBox
------------------------------------------------------------*/
.comBox {
	padding: 34px 20px;
	background: url(../images/common/bg11.jpg) repeat-x left top, url(../images/common/bg04.jpg) repeat left top;
	box-shadow: inset 0 0 9px rgba(153,102,0,0.5);
}

@media all and (min-width: 0) and (max-width: 767px) {
	.comBox {
		padding: 15px 10px !important;
		background-size: 15px auto,200px auto !important;
	}
}

/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	width: 900px;
	margin: 11px auto 0;
	position: relative;
	box-sizing: border-box;
}


@media all and (min-width: 0) and (max-width: 767px) {
	.pageTitle {
		width: auto;
		margin: 10px 10px 0;
	}
	
	.pageTitle img {
		width: 100%;
		height: auto;
	}
	
}

/*------------------------------------------------------------
	comTopBox
------------------------------------------------------------*/
.comTopBox {
	padding: 15px 0 6px;
	background: url(../images/common/bg01.jpg) repeat left top;
}

.comTopBox .topBox {
	width: 894px;
	margin: 0 auto;
}

.comTopBox .topBox p {
	float: left;
	font-size: 20px;
	color: #0F8A3B;
	font-weight: bold;
	line-height: 1.35;
}

.comTopBox .topBox .seachBox {
	margin: -4px -3px 0 0;
	padding-right: 2px;
	float: right;
	width: 530px;
	border: 2px solid #9C9E9D;
	box-sizing: border-box;
	border-radius: 5px;
	overflow: hidden;
}

.comTopBox .topBox .seachBox form {
	display: block;
}

.comTopBox .topBox .seachBox img {
	margin: 6px 0 6px 8px;
}

.comTopBox .topBox .seachBox input[type="text"] {
	padding: 8px 3px 6px;
	height: 30px;
	width: 380px;
	font-size: 13px;
	border: none;
	appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
	box-sizing: border-box;
	vertical-align: top;
}

.comTopBox .topBox .seachBox input[type="text"]::-webkit-input-placeholder { /* WebKit browsers */
　　color: #F39700;
	opacity: 1;
	font-weight: bold;
	font-size: 13px;
}

.comTopBox .topBox .seachBox input[type="text"]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
　　color: #F39700;
	opacity: 1;
	font-weight: bold;
	font-size: 13px;
}

.comTopBox .topBox .seachBox input[type="text"]::-moz-placeholder {
	color: #F39700;
	opacity: 1;
	font-weight: bold;
	font-size: 13px;
}

.comTopBox .topBox .seachBox input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10+ */
　　color: #F39700;
	opacity: 1;
	font-weight: bold;
	font-size: 13px;
}

.comTopBox .topBox .seachBox #searchbtn {
	float: right;
	width: 105px;
	margin: 2px 0;
	height: 28px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	background-color: #9FA0A0;
	border-radius: 3px;
	box-sizing: border-box;
	border: none;
}

.comTopBox .topBox .seachBox #searchbtn:hover {
	cursor: pointer;
	opacity: 0.7;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.comTopBox {
		display: none;
	}

}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	padding: 7px 0 0 10px;
	margin-bottom: 23px;
	min-width: 630px;
	min-height: 36px;
	font-size: 16px;
	color: #fff;
	background: url(../images/common/bg15.png) no-repeat center top;
	box-sizing: border-box;
}

.headLine01 img {
	margin: -1px 8px 0 0;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.headLine01 {
		padding: 5px 10px 4px !important;
		margin-bottom: 15px !important;
		min-width: inherit;
		min-height: inherit;
		font-size: 13px;
		position: relative;
		background: #7B4F2E;
	}
	
	.headLine01:before {
		border: 1px solid #A7865D;
		position: absolute;
		top: 1px;
		bottom: 1px;
		left: 1px;
		right: 1px;
	  
		content: ""; 
	}

	.headLine01 img {
		display: none;
	}
	
}

/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	padding: 4px 0 0 7px;
	margin-bottom: 5px;
	min-width: 630px;
	min-height: 25px;
	font-size: 13px;
	color: #804F1B;
	background: url(../images/common/bg18.png) no-repeat center top;
	box-sizing: border-box;
}

.headLine02 img {
	margin-right: 6px;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.headLine02 {
		min-width: inherit !important;
		min-height: inherit !important;
		border: 1px solid #A7865D;
		background: #E4CFB5;
	}
	
	.headLine02 img {
		margin-right: 3px;
	}
}

/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	min-height: 49px;
	margin-bottom: 6px;
	font-size: 19px;
	padding: 10px 0 0 65px;
	box-sizing: border-box;
	position: relative;
	color: #0099A1;
	background: url(../images/common/bg25.png) repeat-x left bottom;
}

.headLine03 .img01 {
	position: absolute;
	left: 10px;
	bottom: 0;
}

.headLine03 .img02 {
	position: absolute;
	right: 11px;
	bottom: 0;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.headLine03 {
		margin-bottom: 15px !important;
		min-height: 40px !important;
		font-size: 15px;
		padding: 9px 0 0 48px;
		background: url(../images/common/bg25.png) repeat-x left bottom;
		background-size: auto 40px !important;
	}
	
	.headLine03 img {
		height: 40px;
	}
	
}

/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
	margin-bottom: 10px;
	padding: 9px 18px 4px;
	font-size: 17px;
	background: url(../images/common/line09.png) repeat-y left top, url(../images/common/bg58.png) repeat left top;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.headLine04 {
		font-size: 15px;
		background-size: 5px 4px, auto !important;
	}
}

/*------------------------------------------------------------
	comTableBox
------------------------------------------------------------*/
.comTableBox {
	margin-left: 1px;
	width: 550px;
}

.comTableBox table {
	width: 100%;
	border-collapse: collapse;
}

.comTableBox table th,
.comTableBox table td {
	padding: 9px 10px 5px 16px;
	font-size: 12.5px;
	color: #C61922;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #7E7266;
	box-sizing: border-box;
}

.comTableBox table th {
	width: 18.3%;
	text-align: center;
}

.comTableBox table td p {
	margin-top: -3px;
	float: right;
}

.comTableBox table td a:hover img {
	opacity: 0.5;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.comTableBox {
		margin-left: 0 !important;
		width: auto !important;
	}
	
	.comTableBox table th,
	.comTableBox table td {
		padding: 5px !important;
		font-size: 12px;
	}
	
	.comTableBox table th {
		width: 18.3%;
	}
	
	.comTableBox table td p {
		margin-top: 5px !important;
		float: none;
	}
	
	.comTableBox table td a img {
		height: 16px;
	}

}

/*------------------------------------------------------------
	comTab01
------------------------------------------------------------*/
.comTab01 {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

.comTab01 th,
.comTab01 td {
	padding: 8px 6px 15px;
	text-align: left;
	vertical-align: top;
	line-height: 1.4;
	border: 2px solid #BAA185;
	box-sizing: border-box;
	word-break: break-all;
}

.comTab01 th {
	padding: 5px 0 2px;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
}

.comTab01 td span {
	margin-top: 5px;
	display: block;
	font-weight: bold;
	font-size: 15px;
	line-height: 1.4;
	color: #EA5710;
}

.comTab01 td img {
	margin: 0 auto;
	display: block;
}

.comTab01 td a:hover img {
	opacity: 0.5;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.comTabBox01 {
		overflow-x: scroll;
	}
	
	.comTab01 th,
	.comTab01 td {
		padding: 8px 6px;
	}
	
	.comTab01 th {
		padding: 5px 0 2px;
		text-align: center;
		font-weight: bold;
		font-size: 12px;
	}
	
	.comTabBox01 div {
		width: 700px;
	}
	
	.comTab01 td img {
		height: 26px;
	}
	
	.comTab01 td a img {
		height: 20px;
	}
		
	.comTab01 td span {
		font-size: 13px;
	}
	
}

/*------------------------------------------------------------
	comPhotoList
------------------------------------------------------------*/
.comPhotoList {
	padding: 4px 3px 3px;
	background: url(../images/common/bg33.png) repeat left top;
}

.comPhotoList li {
	padding: 5px 12px 15px;
	width: 155px;
	margin-right: 1px;
	float: left;
	background-color: #fff;
	overflow: hidden;
	box-sizing: border-box;
}

.comPhotoList li:last-child {
	margin-right: 1px;
}

.comPhotoList li .photo {
	float: left;
	border: 1px solid #F6AC19;
}

.comPhotoList li p {
	padding: 1px 0 0 21px;
	width: 73px;
	float: right;
	line-height: 1.25;
	background: url(../images/common/icon19.jpg) no-repeat left top;
	box-sizing: border-box;
}

.comPhotoList li p a {
	color: #7F4F1B;
	font-weight: bold;
	line-height: 1.25;
}

.comPhotoList li p a:hover {
	opacity: 0.6;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.comPhotoList {
		padding: 4px;
	}
	
	.comPhotoList li {
		padding: 5px 12px;
		width: auto;
		margin-right: 0;
		float: none;
		border-bottom: 2px solid #E9B504;
	}
	
	.comPhotoList li:last-child {
		margin-right: 0;
		border: none;
	}
	
	.comPhotoList li p {
		padding: 1px 0 0 5em;
		width: auto;
		float: none;
		background: none;
		box-sizing: border-box;
	}
	
	.comPhotoList li p a {
		display: inline-block;
		min-height: 15px;
		padding-left: 25px;
		background: url(../images/common/icon19.jpg) no-repeat left top;
		background-size: 15px auto;
	}
	
}

/*------------------------------------------------------------
	comInner
------------------------------------------------------------*/
.comInner .inner {
	margin-bottom: 20px;
	padding: 13px 13px 11px;
	background-color: #F3E4DB;
	border: 2px solid #D89C83;
	box-sizing: border-box;
	border-radius: 10px;
}

.comInner .inner .ttl {
	padding: 8px 21px 1px;
	margin-bottom: 10px;
	font-size: 17px;
	color: #fff;
	font-weight: bold;
	background: url(../images/common/bg36.png) repeat-y left top;
}

.comInner .inner ul {
	margin-top: -10px;
}

.comInner .inner ul li {
	padding: 8px 10px 10px;
	margin-top: 10px;
	width: 289px;
	float: left;
	background-color: #fff;
	border-radius: 10px;
	box-sizing: border-box;
}

.comInner .inner ul li:nth-child(2n) {
	float: right;
}

.comInner .inner ul li .title {
	padding: 0 15px 2px;
	margin-bottom: 7px;
	font-size: 15px;
	line-height: 1.5;
	color: #C47054;
	font-weight: bold;
	background: url(../images/common/icon22.png) no-repeat left top 5px;
	border-bottom: 1px dashed #C47054;
}

.comInner .inner ul li .imgBox {
	overflow: hidden;
}

.comInner .inner ul li .photo {
	float: left;
}

.comInner .inner ul li .textBox {
	padding: 0 0 0 7.6em;
}

.comInner .inner ul li .textBox01 {
	padding: 0 0 0 6em;
}

.comInner .inner ul li p {
	line-height: 1.58;
	font-size: 12px;
	color: #7F4F1B;
}

.comInner .inner01 {
	margin-bottom: 20px;
	padding: 13px 13px 11px;
	background-color: #E1E3EC;
	border: 2px solid #96A3C1;
}

.comInner .inner01 .ttl {
	padding: 8px 21px 2px;
	background: url(../images/common/bg37.png) repeat-y left top;
}

.comInner .inner01 ul li .title {
    padding: 0 15px 2px;
    margin-bottom: 7px;
    color: #6681AE;
    background: url(../images/common/icon23.jpg) no-repeat left top 5px;
    border-bottom: 1px dashed #6681AE;
}

.comInner .inner01 ul li a {
	color: #006AB5;
	text-decoration: underline;
}

.comInner .inner01 ul li a:hover {
	text-decoration: none;
}

.comInner .inner01 ul li .textBox {
    padding: 0 0 0 6.1em;
}

.comInner .inner02 {
	background-color: #E8D0D5;
	border: 2px solid #D49CA9;
}

.comInner .inner02 .ttl {
	background: url(../images/common/bg38.png) repeat-y left top;
}

.comInner .inner02 ul li .title {
    color: #BA6F87;
	letter-spacing: -0.2px;
    background: url(../images/common/icon24.jpg) no-repeat left top 5px;
    border-bottom: 1px dashed #BA6F87;
}

.comInner .inner03 {
	background-color: #D2DCC5;
	border: 2px solid #94B282;
}

.comInner .inner03 .ttl {
	background: url(../images/common/bg39.png) repeat-y left top;
}

.comInner .inner03 ul li .title {
	padding: 0 0 2px 15px;
    color: #689353;
	letter-spacing: -0.5px;
    background: url(../images/common/icon25.jpg) no-repeat left top 5px;
    border-bottom: 1px dashed #689353;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.comInner .inner {
		margin-bottom: 20px !important;
		padding: 10px !important;
	}
	
	.comInner .inner .ttl {
		margin-bottom: 20px;
		padding: 5px 21px 1px !important;
		font-size: 15px;
	}
	
	.comInner .inner ul {
		margin-top: -10px;
	}
	
	.comInner .inner ul li {
		padding: 10px;
		margin-top: 10px;
		width: auto;
		float: none;
	}
	
	.comInner .inner ul li:nth-child(2n) {
		float: none;
	}
	
	.comInner .inner ul li .title {
		padding: 0 15px 1px;
		font-size: 13px;
	}
	
	.comInner .inner ul li p {
		line-height: 1.58;
		font-size: 13px;
		color: #7F4F1B;
	}
	
	.comInner .inner01 {
		margin-bottom: 20px;
	}
	
	.comInner .inner01 ul li a:hover {
		text-decoration: underline;
	}
	
	.comInner .inner ul li .photo img {
		width: 80px;
	}
	
	.comInner .inner01 ul li .photo img {
		width: 60px;
	}
	
}

/*------------------------------------------------------------
	comImgSub
------------------------------------------------------------*/
.comImgSub .photoBox {
	margin-top: 1px;
	width: 126px;
	padding: 2px 0;
	text-align: center;
	float: left;
	background-color: #fff;
	border: 1px solid #C1A78C;
	box-sizing: border-box;
	position: relative;
}

.comImgSub .photoBox.wait:after {
	position: absolute;
	left: 5px;
	top: 5px;
	right: 5px;
	bottom: 5px;
	width: auto;
	height: auto;
	z-index: 2;
	content:"";
	background: url(../images/common/wait.png) no-repeat center center;
	background-size: contain;
}

.comImgSub .photoBox.waiting:after {
	position: absolute;
	left: 5px;
	top: 5px;
	right: 5px;
	bottom: 5px;
	width: auto;
	height: auto;
	z-index: 2;
	content:"";
	background: url(../images/common/waiting.png) no-repeat center center;
	background-size: contain;
}

.comImgSub .photoBox img {
	width: 120px;
	height: auto;
}

.comImgSub .textBox {
	padding: 0 0 23px 11.2em;
}

.comImgSub .textBox table {
	width: 100%;
	border-collapse: collapse;
}

.comImgSub .textBox table th,
.comImgSub .textBox table td {
	padding: 6px 16px 1px;
	vertical-align: middle;
	text-align: left;
	font-weight: normal;
	font-size: 13px;
	border: 2px solid #B6977A;
	box-sizing: border-box;
}

.comImgSub .textBox table thead th {
	padding: 6px 10px 1px;
	color: #00ACA8;
	font-weight: bold;
}

.comImgSub .textBox table thead th .orange {
	color:#DC520E; 
}

.comImgSub .textBox table thead td {
	padding: 6px 0 1px;
	color: #00ACA8;
	text-align: center;
}

.comImgSub .textBox table thead td .orange {
	color:#DC520E; 
}

.comImgSub .textBox table tbody th {
	padding: 6px 1px 1px;
	text-align: center;
}

.comImgSub .textBox table .tdStyle01 {
	padding: 0;
	text-align: center;
}

.comImgSub .textBox table .tdStyle01 a:hover img {
	opacity: 0.5;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.comImgSub {
		margin-bottom: 20px;
	}
	
	.comImgSub:last-child {
		margin-bottom: 0;
	}
	
	.comImgSub .photoBox {
		margin: 0 0 15px;
		width: auto;
		padding: 0;
		float: none;
		background: none;
		border: none;
	}
	
	.comImgSub .photoBox img {
		width: auto;
		max-width: 100%;
		background-color: #fff;
		border: 1px solid #C1A78C;
	}
	
	.comImgSub .textBox {
		padding: 0 !important;
	}
		
	.comImgSub .textBox table th,
	.comImgSub .textBox table td {
		padding: 3px 5px 1px;
		font-size: 12px;
		border: 1px solid #B6977A;
	}
	
	.comImgSub .textBox table thead th {
		padding: 3px 5px 1px;
	}
	
	.comImgSub .textBox table thead td {
		padding: 3px 0 1px;
	}
	
	.comImgSub .textBox table tbody th {
		padding: 3px 1px 1px;
	}
	
	.comImgSub .textBox table .tdStyle01 img {
		width: 75px;
	}
	
}

/*------------------------------------------------------------
	comImgBox
------------------------------------------------------------*/
.comImgBox {
	margin-bottom: 17px;
	position: relative;
}

.comImgBox:last-child {
	margin-bottom: 0;
}

.comImgBox .photoBox {
	float: left;
}

.comImgBox .photoBox img {
	width: 105px;
}

.comImgBox .textBox {
	float: right;
	width: 505px;
}

.comImgBox .textBox p {
	padding-right: 123px;
	line-height: 1.62;
}

.comImgBox .textBox .headLine04 {
	margin-bottom: 7px;
	padding: 4px 0 0 19px !important;
	min-height: 28px;
	color: #fff;
	font-size: 15px;
	background: url(../images/common/line12.png) repeat-y left top, url(../images/common/bg66.png) repeat left top;
	box-sizing: border-box;
}

.comImgBox .textBox a {
	margin-top: 4px;
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
}

.comImgBox .textBox a:hover {
	opacity: 0.5;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.comImgBox {
		margin-bottom: 20px;
	}
	
	.comImgBox:last-child {
		margin-bottom: 0;
	}
	
	.comImgBox .photoBox {
		margin-bottom: 10px;
		float: none;
		text-align: center;
	}
	
	.comImgBox .photoBox img {
		width: auto;
		max-width: 100%;
	}
	
	.comImgBox .textBox {
		float: none;
		width: auto;
	}
	
	.comImgBox .textBox p {
		margin-bottom: 5px;
		padding-right: 0;
		line-height: 1.62;
	}
	
	.comImgBox .textBox .headLine04 {
		margin-bottom: 7px;
		padding-top: 12px;
	}
	
	.comImgBox .textBox a {
		text-align: right;
		position: inherit;
	}
}

/*------------------------------------------------------------
	wp-pagenavi
------------------------------------------------------------*/
.wp-pagenavi {
	margin-top: 17px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}

.wp-pagenavi span {
	margin: 0 2px;
	padding-top: 2px;
	min-width: 26px;
	display: inline-block;
}

.wp-pagenavi .extend {
	padding-top: 0;
}

.wp-pagenavi a {
	margin: 0 2px;
	padding-top: 2px;
	min-width: 26px;
	display: inline-block;
	color: #744315;
	font-weight: normal;
	background-color: #fff;
	border: 1px solid #744315;
}

.wp-pagenavi a:hover,
.wp-pagenavi .current {
	color: #fff;
	background-color: #744315;
}


.wp-pagenavi .next,
.wp-pagenavi .prev {
	text-decoration: underline;
	background: none;
	border: none;
}

.wp-pagenavi .next:hover,
.wp-pagenavi .prev:hover {
	color: #744315;
	text-decoration: none;
	background: none;
}

.wp-pagenavi .prev {
	margin-right: 10px;
}

.wp-pagenavi .next {
	margin-left: 10px;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.wp-pagenavi {
		margin-top: 20px !important;
		font-size: 13px;
		font-weight: normal;
	}
	
	.wp-pagenavi a,
	.wp-pagenavi span {
		min-width: 20px;
	}
}

/*------------------------------------------------------------
	comDl
------------------------------------------------------------*/
.comDl dt {
	padding-left: 26px;
	color: #00979C;
	font-size: 17px;
	font-weight: bold;
	background: url(../images/common/icon41.png) no-repeat left top 3px;
}

.comDl dd {
	padding: 0 0 10px 28px;
	line-height: 1.6;
}

.comDl dd a {
	color: #7f4f1b;
}

.comDl dd a:hover {
	text-decoration: underline;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.comDl dt {
		padding-left: 15px;
		font-size: 15px;
		background-size: 10px 10px;
		background-position: left top 5px;
	}
	
	.comDl dd {
		padding: 0 0 10px 15px;
	}
	
	.comDl dd a:hover {
		text-decoration: none;
	}
}

.akiyasinglecontents p{
	font-size:14px;
	color:#804F1B;
	line-height:1.5;
	margin-bottom:1em;
}

.akiyasinglecontents span{
	margin-bottom:1em;
	line-height:1.5;
	font-size:14px;
	color:#804F1B;
}
.akiyasinglecontents img{
	padding:2px;
	background-color:#FFFFFF;
	border:1px solid #855725;
}

.akiyasinglecontents p:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}



.alignleft{
	float: left;
	margin-right:10px;
}
.alignright {
	float: right;
	margin-left:10px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.aligncenter10{
	display: block;
	margin:10px auto;
}
.aligncenter20{
	display: block;
	margin:20px auto;
}
.aligncenter30{
	display: block;
	margin:30px auto;
}

.mar10{
	display:block;
	margin:10px 0;
}
.mar20{
	display:block;
	margin:20px 0;
}
.mar30{
	display:block;
	margin:30px 0;
}

img.alignleft{
margin-right:10px;
margin-bottom:10px;
}
img.alignright{
margin-left:10px;
margin-bottom:10px;
}
img.aligncenter{
margin-bottom:10px;
}



@media all and (min-width: 0) and (max-width: 767px) {
	.akiyasinglecontents p{
		font-size:12px;
	}

	img.alignleft{
		margin: 0 auto;
	}
	img.alignright{
		margin: 0 auto;
	}
	img.aligncenter{
		margin: 0 auto;
	}
	
	.alignleft,
	.alignright,
	.aligncenter{
		margin: 0 auto;
		float: none;
		display: block;
		width: auto !important;
		max-width: 100%;
		box-sizing: border-box;
	}
	
	.alignleft img,
	.alignright img,
	.aligncenter img{
		width: 100%;
		margin: 0 auto;
		display: block;
		box-sizing: border-box;
	}
	
	.akiyasinglecontents p > img,
	.akiyasinglecontents p a > img {
		max-width: 100%;
		margin: 0 auto 10px;
		display: block;
		height: auto;
		box-sizing: border-box;
	}

	.iframeBox {
		width: auto;
		margin: 0 0 10px;
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 30px;
		height: 0;
		overflow: hidden;
	}
	
	.iframeBox iframe {
		position: absolute;
		top:0;
		left: 0;
		width: 100%;
		height: 100%;
	}




}























