@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	font-weight:normal;
}
body{
	line-height:1
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
	display:block
}
ul{
	list-style:none
}
blockquote,q{
	quotes:none
}
blockquote:before,blockquote:after,q:before,q:after{
	content:none
}
a{
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent
}
del{
	text-decoration:line-through
}
abbr[title],dfn[title]{
	border-bottom:1px dotted;
	cursor:help;
}
table{
	border-collapse:collapse;
	border-spacing: 0;
}
hr{
	display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0
}
input,select{
	vertical-align:middle
}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	/* [disabled]width:100%; */
	/* [disabled]margin:0 auto; */
	font-size:14px;
	color:#382400;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.6;
	background-image: url(../images/bgimg.png);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right top;
}

#all {
	width: 900px;
	margin: 0 auto;
}


#main {
	float:left;
	width:72%;
	margin-top: 0.5em;
}

#sub {
	float:right;
	width:25%;
	background-color: rgba(255,255,255,0.5);
	padding: 0.75em;
	border-radius: 5px;
	margin-top: 0.5em;
}

#subnav {
	display:none;
}

a {
	color:#336699;
}
a:hover {
	color:#c04d5c;
}

h1 {
	color:#ffffff;
	font-size:56px;
	line-height:35px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}
h1 a {
	color:#ffffff;
	text-decoration:none;
}
h1 a:hover {
	color:#336699;
	text-decoration:underline;
}

h2 {
	font-size:18px;
	color:#FFFFFF;
	background-color: #336699;
	border-radius: 5px;
	height: 40px;
	line-height: 40px;
	text-indent: 1em;
	font-weight: bold;
	margin-bottom: 1.5em;
	/* [disabled]margin-top: 0.5em; */
	/* [disabled]border-bottom:3px solid #c4877f; */
}

h3 {
	font-size:18px;
	color:#336699;
	/* [disabled]background-color: #ffffff; */
	/* [disabled]border-radius: 5px; */
	height: 40px;
	line-height: 40px;
	/* [disabled]text-indent: 1em; */
	/* [disabled]font-weight: bold; */
	margin-bottom: 0.5em;
	/* [disabled]margin-top: 0.5em; */
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #336699;
	border-bottom-color: #336699;
	text-align: center;
}

h4 {
	margin-bottom:0.25em;
	font-size:16px;
	color:#382400;
}
h4:before {
	content:"\002665";
	color:#9b2f3d;
}

h5 {
	margin-bottom:0.25em;
	padding:2px;
	color:#382400;
	font-size:16px;
	border-top:1px dotted #382400;
	border-bottom:1px dotted #382400;
	background:#b7af9c;
}

h6 {
	margin-bottom:0.25em;
	color:#382400;
	font-size:14px;
	font-weight:bold;
}

p {
	margin:0 0 1em 0;
}

img {
	/* [disabled]vertical-align:central; */
}

em {
	font-weight:bold;
}

strong {
	font-weight:bold;
	color:#7fb6ae;
}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #ddd;
	border-left:5px solid #ddd;
}

ul,ol,dl {
	margin:0 0 1em 0;
}
ul li {
	list-style:disc;
}
ol li {
	list-style:decimal;
}
li {
	margin-left:2em;
}

dt {
	margin-bottom:0.5em;
	border-bottom:1px dotted #ddd;
}
dt:before {
	content:"\0025a0";
}
dd {
	margin-bottom:1em;
}

table {
	width:95%;
	margin-bottom:1em;
	margin-top: 1em;
	margin-right: auto;
	margin-left: auto;
}
th {
	padding:10px;
	text-align:center;
	vertical-align:middle;
	/* [disabled]border:1px solid #ddd; */
	font-size: 16px;
	background-color: #FFFFFF;
}
td {
	padding:10px;
	text-align:left;
	/* [disabled]border:1px solid #ddd; */
}

img {
	/* [disabled]vertical-align:central; */
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
	position:relative;
	margin:160px 0 0 0;
}
header h1 {
	margin-bottom:20px;
}
header p {
	color: #FFF;
	font-weight: bold;
}

.tel {
	position:absolute;
	top:0;
	right:0;
	vertical-align:top;
}
.tel span {
	color:#705c0b;
	font-family:Century, "MS 明朝","Hiragino Mincho Pro W3","ヒラギノ明朝 Pro W3",serif;
	font-size:28px;
	font-weight:bold;
	vertical-align:middle;
}


/*================================================
 *  グローバルナビゲーション
 ================================================*/
nav {
	/* [disabled]background:#be993e; */
	/* [disabled]overflow:hidden; */
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	height: 60px;
}
nav ul {
	padding:0px;
	margin: 0px;
	/* [disabled]border: 1px solid #FFF; */
}
nav li {
	float:left;
	list-style:none;
	margin:0 0 0 3px;
	width: 19.66%;
	text-align: center;
	/* [disabled]opacity:0.3; */
	background-color: rgba(255,255,255,0.5);
	/* [disabled]border: 1px solid #FFF; */
	display: block;
	height: 60px;
	line-height: 60px;
	border-radius: 10px;
}
nav li a {
	/* [disabled]color:#336699; */
	text-decoration:none;
	display: block;
}
nav li a:hover {
	/* [disabled]color:#fff; */	;
	/* [disabled]text-decoration:underline; */
}

/*================================================
 *  サブコンテンツ
 ================================================*/
.submenu li {
	margin:0;
	padding:0;
	list-style:none;
}
.submenu li a:before {
	content:"\0025a0";
	color:#5b4111;
}

.submenu li a {
	display:block;
	padding:5px 2px;
	border-bottom:1px dotted #ddd;
	text-decoration:none;
}
.submenu li a:hover {
	background:#f7d0cb;
}

.bnr {
	overflow:hidden;
}

.bnr ul {
	overflow:hidden;
}

.bnr li {
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
}
.bnr li a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha( opacity=80 )";
}
.bnr img {
	width:100%;
}

/*================================================
 *  フッター
 ================================================*/
footer {
	clear:both;
	font-weight: bold;
	color: #FFF;
	background-color: #336699;
}
footer a {
	color: #FFF;
}


#footmenu {
	width:900px;
	overflow:hidden;
	/* [disabled]border-top:1px dotted #ccc; */
	/* [disabled]border-bottom:1px dotted #ccc; */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
#footmenu ul {
	/* [disabled]position:relative; */
	/* [disabled]float:left; */
	/* [disabled]left:50%; */
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#footmenu li {
	/* [disabled]position:relative; */
	/* [disabled]left:-50%; */
	/* [disabled]float:left; */
	list-style:none;
	margin:0;
	font-size:12px;
	/* [disabled]text-align:center; */
	display: block;
	line-height: 30px;
	height: 30px;
	text-indent: 2em;
}

.copyright {
	clear:both;
	padding:20px 0;
	font-size:11px;
	text-align:center;
	background-color: #FFF;
	color: #336699;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#7dbdb4;
}
.totop img:hover {
	background:#85d1c6;
}

/*================================================
 *  クラス
 ================================================*/
.textL {
	text-align:left;
}

.textR {
	text-align:right;
}

.list {
	padding:0 0 0 2em;
}

.list li {
	margin:0;
	padding:0;
	list-style:none;
	text-indent:-1.3em;
}
.list li:before {
	content:"\002618\00a0";
	color:#9b2f3d;
}

.temp {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}

.img {
	float:left;
	width:300px;
}

.text {
	float:right;
	width:450px;
}

.photo {
	margin:20px 0;
	padding:10px;
	box-shadow:rgba(113, 135, 164, 0.8) 0 3px 15px 0;
	background:#fff;
}

.info dt {
	border-bottom:none;
}
.info dd {
	padding-bottom:1em;
	border-bottom:1px solid #ddd;
}

.catalog {
	overflow:hidden;
	background-color: #FFF;
	padding: 0.5em;
	/* [disabled]width: 100%; */
	border-radius: 5px;
}
.catalog ul {
	overflow:hidden;
	margin-top:1.587%;
	margin-right:-1.587%;
}
.catalog li {
	list-style:none;
	float:left;
	width:18.412%;
	margin:0 1.587% 1.587% 0;
}
.catalog li img {
	width:100%;
}

/*================================================
 *  スライドショー
 ================================================*/
.slide {
	width:100%;
	overflow:hidden;
	position:relative;
	margin-bottom:0px;
	height: 395px;
	border-radius: 5px;
	clear: both;
}

.slideInner {
	list-style:none;
	margin:0 0 5px 0;
	padding:0;
}
.slideInner li {
	position:absolute;
	width:100%;
	background:#fff;
	margin:0;
	padding:0;
}
.slideInner li img {
	width:100%;
	height:auto;
}

.slidePrev {
	position:absolute;
	width:50px;
	height:60px;
	left:0;
	cursor:pointer;
	z-index:100;
}

.slideNext {
	position:absolute;
	display:block;
	width:50px;
	height:60px;
	right:0;
	cursor:pointer;
	z-index:100;
}

.controlNav {
	  position:relative;
	  float:left;
	  left:50%;
}
.controlNav span {
	position:relative;
	left:-50%;
	float:left;
	margin:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	width:10px;
	height:10px;
	overflow:hidden;
	-webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
	-moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
	box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
	background:#eee;
	text-indent:-9999px;
	vertical-align:middle;
}
.controlNav span:hover {
	background:#ccc;
	cursor:pointer;
}
.controlNav span.current {
	-webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
	-moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
	box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
	background:#85d1c6;
}

/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {
	body {
		box-sizing: border-box;
		width:100%;
		padding:0 10px;
	}

	header h1 {
		margin-bottom:0;
	}

	.tel {
		position:relative;
		text-align:right;
	}

	.catalog li {
		width:23.412%;
	}
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
	#main {
		float:none;
		width:100%;
	}

	#sub {
		float:none;
		width:100%;
	}

	.bnr ul {
		overflow:hidden;
		margin-right:-2%;
	}

	.bnr li {
		float:left;
		width:48%;
		margin:0 2% 2% 0;
	}

	/* 下層サブメニュー */
	#subnav {
		display:block;
		position:relative;
		margin-bottom:10px;
	}
	#subnav h3 {
		cursor:pointer;
		background:#85d1c6;
	}
	#subnav h3:after {
		position:absolute;
		content:"\0025bc";
		top:3px;
		right:5px;
	}
	#subnav h3.menuOpen:after {
		position:absolute;
		content:"\0025b2";
		top:3px;
		right:5px;
	}
	#subnav li {
		margin:0;
		padding:0;
		list-style:none;
	}
	#subnav li a:before {
		content:"\0025a0";
		color:#5b4111;
	}
	#subnav li a {
		display:block;
		padding:5px 2px;
		border-bottom:1px dotted #ddd;
		text-decoration:none;
	}
	#subnav li a:hover {
		background:#f7d0cb;
	}
}


/*================================================
 * 追加CSS
 ================================================*/
 #kensaku {
	/* [disabled]width: 100%; */
	background-color: rgba(255,255,255,0.5);
	padding: 0.5em;
	margin-bottom: 0.5em;
	border-radius: 5px;
}
#kensaku table {
	border: 0px;
}
.kensaku_r {
	display: inline;
}
.kensaku_c {
	display: block;
	width: 220px;
}
#kensaku label {
/*	display: block;
	width: 220px;
*/}
#kensaku th,td {
	background-color: transparent;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #336699;
}
#kensaku_sita {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0.5em;
}
#gaitou {
	line-height: 40px;
	height: 40px;
	width: 40%;
	float: left;
	text-align: center;
}
#kensaku_suru {
	line-height: 40px;
	height: 40px;
	width: 55%;
	float: right;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background-color: #999999;
	border-radius: 5px;
}
.kensu {
	font-size: 27px;
	/* [disabled]vertical-align:bottom; */
	line-height: 40px;
	margin-right: 0.25em;
	margin-left: 0.25em;
	font-weight: bold;
}


#clear {
	clear: both;
}
#ichiran {
	background-color: rgba(255,255,255,0.5);
	margin-bottom: 0.5em;
	border-radius: 5px;
	padding: 0.5em;
}
#ichiran_shita {
	margin-bottom: 1em;
	width: 100%;
}

.twitter {
	width: 42%;
	float: left;
	background-color: #999;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	border-radius: 10px;
	height: 50px;
	line-height: 50px;
	font-size: 12pt;
}
#rank {
	width: 17.8%;
	float: left;
	height: 46px;
	line-height: 46px;
	/* [disabled]position: relative; */
}
#keisai_kensu {
	width: 28%;
	float: right;
	height: 46px;
	line-height: 46px;
	text-align: right;
	/* [disabled]vertical-align: bottom; */
	position: relative;
}
#capture {
	width: 42%;
	height: 200px;
	float: left;
	padding-top: 0.5em;
}
#syosai {
	width: 55%;
	float: right;
}
#ichiran_ue {
	width: 100%;
	padding: 0px;
	/* [disabled]height: 46px; */
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #336699;
}
#setumei {
	float: right;
	width: 53%;
	font-size: 11pt;
	line-height: 160%;
	padding: 0.5em;
	margin-bottom: 1em;
}
#ichiran_naka {
	width: 100%;
}



.koushiki {
	width: 55%;
	float: right;
	background-color: #CF1020;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	border-radius: 10px;
	line-height: 50px;
	height: 50px;
	font-size: 12pt;
}
#syosai table {
	border-collapse:separate;
	border-spacing: 8px;
	padding: 0px;
	height: 94px;
	margin: 0px;
}
#syosai th {
	font-size: 14px;
	color: #336699;
	font-weight: bold;
	background-color: #C7ECFB;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
}
#syosai td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}
#banner {
	float: left;
	height: 46px;
	width: 29%;
	line-height: 46px;
	position: relative;
}
#link {
	float: left;
	height: 46px;
	width: 20%;
	line-height: 46px;
	vertical-align: text-bottom;
}
#rank img {
	/* [disabled]position: absolute; */
	/* [disabled]top: 0; */
	/* [disabled]right: 0; */
	/* [disabled]bottom: 0; */
	/* [disabled]left: 0px; */
	display: block;
	/* [disabled]margin-top: 4px; */
	/* [disabled]margin-bottom: auto; */
}
#ichiran_kobetu {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #6699cc;
	margin-bottom: 2em;
}
.foot_naka {
	width: 300px;
	float: left;
	/* [disabled]height: 500px; */
}
#footmenu h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	/* [disabled]border: 1px solid #FFF; */
	padding: 0px;
	text-indent: 0em;
}
#footmenu p {
	margin: 0px;
	text-indent: 1em;
}
#sort {
	overflow:hidden;
	/* [disabled]border: 1px solid #00F; */
	margin-bottom: 1em;
	margin-top: 1em;
	margin-right: 0em;
	margin-left: 0em;
}
#sort button{
	background-color: #F5D70F;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	width: 315px;
	height: 60px;
	/* [disabled]float: left; */
	font-size: 19px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-radius: 5px;
	line-height: 60px;
	margin: 0px;
}
.button_left {
	float: left;
}
.button_right {
	float: right;
}
#kensaku_suru a {
	display: block;
	color: #FFF;
	text-decoration: none;
}
#kensaku_suru a:hover {
	background-color: #CF1020;
	border-radius: 5px;
}
.twitter a {
	color: #FFF;
	text-decoration: none;
	display: block;
}
.twitter a:hover {
	color: #FFF;
	background-color: #ccc;
	border-radius: 10px;
}
.koushiki a {
	text-decoration: none;
	display: block;
	color: #FFF;
}
.koushiki a:hover {
	background-color: #d6606a;
	border-radius: 10px;
}
