@charset "utf-8";
/* float clear */
.cf:before,
.cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom: 1;
}

.external_link_text{
	display: none;
}

/* レスポンシブアコーディオン用 */
.acc_title + input{
	display: none;
}
.acc_icon{
	display: none;
}

/* スマホ用メニューボタン（PC時非表示） */
#spm_wrap{
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: none;
}

#spm_sp {
	display: none;
	width: 100%;
	height: 3em;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 200;
	background: rgba(0,0,0,0.75);
	border: none;
	color: #fff;
	font-weight: bold;
	font-size: 1.4rem;
}

.sw_large_table{
	display: none;
}

/* SNSボタン */
#common_button_sns {
	display: block;
	width: auto;
	height: auto;
	position: fixed;
	z-index: 100;
	top: 50%;
	right: 0;
	background: #fff;
	padding: 10px;
	text-align: center;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	border-radius: 20px 0px 0px 20px;
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.25);
}

#common_button_sns p {
	display: inline-block;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	white-space: nowrap;
	margin: 10px auto;
}
#common_button_sns > div[id]{
	margin: 10px 0px;
}
@media screen and (max-width: 1100px) {
	#common_button_sns{
		position: static;
		background: none transparent;
		padding: 0;
		text-align: right;
		-webkit-transform: translate(0,0);
		transform: translate(0,0);
		border-radius: 0;
		box-shadow: none;
	}
	#common_button_sns > *{
		display: inline-block;
		vertical-align: middle;
	}
	#common_button_sns p{
		-ms-writing-mode: lr-tb;
		-webkit-writing-mode: horizontal-tb;
		-o-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;
	}
}

/* SNSここまで */

html, body{
	min-width: 1100px;
}
body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: center;
	font-size: 1.4rem;
}
#container {
	/*width: 1160px;*/
	width: auto;
	height: auto;
	text-align: left;
	margin: 0 auto;
	padding: 0;
/*	float: left;*/
	font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	background: url(/img/body_bg.jpg) no-repeat center top #fff;
	/*background-size: 100% auto;*/
}

/* リンク色を隠す */
.img_b {
	vertical-align: top;
	border: none;
}

/* 隠す */
.hide {
	position: absolute;
	left: -9999em;
	top: -9999em;
}

/* ヘッダーココから */
#header {
	clear: both;
	width: 1100px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	background: rgba(255,255,255,0.7);
}
#header2 {
	clear: left;
	position: relative;
	width: 1100px;
	/*height: 180px;*/
	margin: 0 auto;
	padding: 0;
	padding-bottom: 5px;
	background: url(/img/header_onigirimaru.png) no-repeat 265px bottom;
}
#he_left {
	position: absolute;
	z-index: 10;
/*	top: 20px; */
	top: 32px;
	left: 10px;
	width: 255px;
	height: 60px;
}
#he_left p {
	margin: 0;
	padding: 0;
}
#he_left .header_nav1 { }
#he_left .header_nav2 { }
#he_left .header_nav1 ul, #he_left .header_nav2 ul { }
#he_left .header_nav1 li.gyou2, #he_left .header_nav2 li.gyou2 { }
#he_left .header_nav1 li.gyou_end, #he_left .header_nav2 li.gyou_end { }
.header_nav li.gyou2 { }
.header_nav li.gyou3 { }
.header_nav li.gyou3_2 { }
.header_nav li.gyou_end { }
#he_right {
	text-align: right;
	margin: 0px;
	margin-right: 10px;
	padding: 0px;
	padding-top: 18px;
}
#he_right_a {
	/* position: absolute; */
	right: 0;
	/* top: 4px; */
}
.header_nav {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	font-size: 1.3rem;
}
#header .header_nav a{
	color: #000;
	text-decoration: none;
}
#header .header_nav a:hover, #header .header_nav a:focus{
	text-decoration: underline;
}
.header_nav ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
	vertical-align: middle;
}
.header_nav li {
	display: inline-block;
	margin: 0 0 0 8px;
	padding: 0;
}
.header_nav li#haikei_color span a, .header_nav li#moji_size span a {
	display: inline-block;
	margin: 1px;
	padding: 2px 4px;
	text-decoration: none;
	vertical-align: middle;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 2px;
	color: #000;
	font-weight: bold;

}
.header_nav li#haikei_color span a#haikei_white{
	background: #fff;
	color: #000;
}
.header_nav li#haikei_color span a#haikei_black{
	background: #000;
	color: #fff;
}
.header_nav li#haikei_color span a#haikei_blue{
	background: #00f;
	color: #ff0;
}

.header_nav li#moji_size span {
	display: inline-block;
}
#header #header_nav_link1 li{
	margin: 0px;
	margin-left: 4px;
	padding: 0px;
}
#header #header_nav_link1 a{
	display: block;
	padding-left: 16px;
	position: relative;
	line-height: 2.5rem;
}
#header #header_nav_link1 a:before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	position: absolute;
	left: 0px;
	top: -webkit-calc(50% - 1px);
	top: calc(50% - 1px);
	-webkit-transform: translate(0,-50%) rotate(45deg);
	transform: translate(0,-50%) rotate(45deg);
	border: 2px solid #329900;
	border-left: none;
	border-bottom: none;
}

#header #header_nav_link_emer a {
	display: block;
	padding: 5px;
	/* background: #ccc; */
	color: #fff;
	width: 8em;
	text-align: center;
	margin: 0;
}

/* header_nav 2段目 */
#header_nav_link_emer li {
	display: table-cell;
	margin: 0;
	padding: 0;
}

#header_nav_link_emer {
	display: inline-table;
	vertical-align: top;
}

#header #header_nav_link_emer li:nth-child(1) a {
	background: #c00;
}

#header #header_nav_link_emer li:nth-child(2) a {
	background: #0060AF;
}

#header_nav_link2 {
	display: inline-table;
	vertical-align: top;
}

#header_nav_link2 li {
	display: table-cell;
}

#header #header_nav_link2 li a {
	background: #106724;
	display: block;
	padding: 5px;
	padding-right: 20px;
	font-size: 1em;
	color: #fff;
	text-align: center;
	position: relative;
}
#header #header_nav_link2 li a:after {
	content: '';
	display: block;
	border: 1px solid #fff;
	width: 8px;
	height: 8px;
	position: absolute;
	right: 9px;
	top: 50%;
	-webkit-transform: translate(0,-50%) rotate(45deg);
	transform: translate(0,-50%) rotate(45deg);
	border-left: none;
	border-bottom: none;
}

/* ヘッダーココまで */

/*フッター*/
#footer {
/*	float: left;*/
	clear: both;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	background: #106724;
	color: #fff;
	position: relative;
}
#footer a{
	color: #fff;
}
#author_img {
	position: relative;
	z-index: 100;
	margin-top: -14px;
	float: right;
	width: 160px;
}
#author_img img {
	padding: 0 0 0 0;
	margin: 0 0 0 5px;
}
#author_info {
	clear: both;
	width: 1100px;
	height: auto;
	margin: 0 auto;
	padding: 20px 0px;
}
#author_info .footer_navi {
	margin: 0px;
	padding: 0px;
}
#author_info .footer_navi ul {
	margin: 0;
	padding: 0;
	text-align: right;
	list-style: none;
}
#author_info .footer_navi li {
	display: inline-block;
	margin: 0;
	padding: 0px 0;
	list-style-type: none;
}
#author_info .footer_navi li a{
	border-left: 1px solid #fff;
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	display: block;
	text-align: center;	
}
#author_info .footer_navi li:first-child a {
	border: none;
}
#author_box {
	margin: 0;
	padding: 10px;
	line-height: 1.75em;
	border-left: 3px solid #479352;
	text-align: left;
}
#author_box p {
	padding: 0;
	margin: 0;
}
#author_box p strong{
	font-size: 2.4rem;
}
p#copyright {
	font-size: 80%;
	margin: 0;
	padding: 0;
}
/*フッターここまで*/


/* 3カラム */
#mymainback {
	clear: both;
	/*width: 1100px;*/
	width: 1080px;
	height: auto;
/*	float: left;*/
	float: none;
	margin: 0 auto;
	padding: 0 10px;
	line-height: 120%;
	background: #fff;
}
#sidebar1 {
	width: 320px;
	padding-bottom: 2em;
	float: left;
	margin-top: 0;
	margin-right: -320px;
	position: relative;
	z-index: 3;
}
.sidebar1_box {
	width: auto;
	border: 1px solid #D2D3C5;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
#sidebar1 h2 {
	clear: both;
	font-size: 110%;
	margin: 0;
	padding: 12px;
	padding-left: 20px;
	background: url(/img/midashi/h2bg.png) no-repeat left top transparent;
	background-size: auto 40px;
}
#sidebar1 .soshiki_back {
	padding: 0;
	width: 100%;
}
#main {
	width: 100%;
	float: left;
	text-align: left;
	margin-top: 0;
	margin-right: -205px;
	padding: 0;
	position: relative;
	z-index: 1;
}
#main_a {
	margin-right: 300px;
	margin-left: 300px;
	padding: 0 30px 0 30px;
	z-index: 2;
}
#sidebar2 {
	width: 300px;
	float: left;
	position: relative;
	z-index: 3;
	margin: 0 -300px 0 0;
	padding: 0 0 2em;
}
#sidebar2 p {
	margin: 0;
	padding: 2px;
}
#sidebar2_top, #sidebar2_bottom img {
	display: none;
}
/* トップページ、詳細ページ（ここまで） */

/* パンくずナビここから */
#pankuzu_wrap{
	clear: both;
	padding: 10px 0px;
}
.pankuzu {
	clear: both;
	font-size: 90%;
	margin: 0;
	padding: 0 0 0 56px;
	text-align: left;
	background: none;
	position: relative;
}
.pankuzu:first-child {
	background: url(/img/icon_pankuzu.png) no-repeat left center;
}
.pankuzu a{
	display: inline-block;
	padding: 4px;
	/*vertical-align: top;*/
}
.pankuzu a:after{
	content: '\003E';
	padding-left: 0.5em;
	display: inline-block;
	text-decoration: none;
	font-size: 1em;
	height: 1em;
	overflow: hidden;
	vertical-align: top;
	color: #000;
}
.pankuzu_current{
	display: inline;
	line-height: -webkit-calc(1.2em + 8px);
	line-height: calc(1.2em + 8px);
}
/* パンくずナビここまで */

/* 印刷用アイコン */
#content_header {
	margin: 8px 0;
}
#print_mode_link {
	width: 12em;
	text-align: right;
	margin: 0 0 0 0;
	padding: 0 0 0 22px;
	background: url(/img/print-icon.jpg) no-repeat left center;
	height: 1em;
}

/* 本文リンクを表示させる */
#goto_main {
	display: block;
	position: fixed;
	width: 20em;
	height: 2em;
	white-space: nowrap;
	text-align: center;
	left: 50%;
	height:0em;
	overflow:hidden;
	margin-left: -600px;
	line-height: 2em;
	background: #eeeeee;
	border-radius: 0 0 10px 10px;
	transition: margin-top 0.1s ease;
	z-index: 100;
}
a#skip{
	display: block;
	height: 0px;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
}

/* Googlemap対応 */
.gglmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.gglmap iframe,
.gglmap object,
.gglmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* レコメンド */
#recommend_tag li {
	display: inline-block;
	margin: 0;
	padding: 0;
	padding-right: 20px;
}

#sidebar_recommend {
	background: #EFEFEF;
}

#main #main_a #recommend_tag ul {
	margin: 0;
	padding: 10px 30px;
}
/* レコメンドここまで */
/* レコメンド追加 20180221 */

div#recommend_tag {
	margin-bottom: 20px;
}
div#sidebar_recommend{
	background: none;
	border: 1px solid #ccc;
	display: table;
	width: 100%;
}
div#sidebar_recommend > *{
	display: table-cell;
}
#main_body div#sidebar_recommend h2{
	width: 260px;
	height: 60px;
	margin-top: 0;
	padding: 20px;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
	background: url(/img/recommend/recommend_title.png) no-repeat left 10px center #B6DA6B;
}

#main #main_a #recommend_tag ul {
	padding-left: 10px;
}

#recommend_tag li {
	display: block;
	margin-bottom: 0.5em;
}

#recommend_tag li a {
	display: block;
	padding: 0;
	padding-left: 20px;
	background: url(/img/recommend/icon_recommend.png) no-repeat left top 0.2em;
}
/* レコメンド追加 20180221 ここまで */