@charset "UTF-8";

@import url("reset.css");
@import url("localstyle.css");


/*　使用フォント設定　*/
body	{margin: 0;
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif}

/*　ヘッダーメインロゴ配置設定　*/
#mainLogo:after {content:"";
				display: block;
				clear:both}


#mainLogo .logo {
	float: left;
	width: 50%;
	height: auto;
}

/*　ヘッダー電話ファックス配置設定　*/
#mainLogo .telFax {
	float: left;
	width: 50%;
	text-align: right;
}

.telFax .fa.fa-phone {
	font-size: 16px;
	color: #F00;
}
.telFax .fa.fa-fax {
	font-size: 16px;
	color: #F00;
}

/*　ヘッダーキャッチグローバルメニュー配置設定　*/
.contents .sloganGlobalmenu {
	background-color: #765635;
	padding-top: 15px;
	padding-bottom: 15px;
}

.slogan .site {
	text-align: center;
	width: 100%;
}

.title .siteTitle p em {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
}

.slogan .site p em {
	font-size: 24px;
	color: #FFF;
}

.slogan .site p {
	font-size: 14px;
	color: #FFF;
}




/* BOX Aの下に罫線を挿入（コンテンツページのみ） */
.contents .header	{border-bottom: solid 1px #dddddd}


/* footerをバーの形にする */
.footer	{padding-top: 15px;
	padding-bottom: 15px;
	background-color: #cc0033}


/* ボックスの左右 */
.header,.title, .maincontents, .footer,.box7
	{padding-left: 15px;
	padding-right: 15px}
.contents .header .bxslider {
	width: 100%;
}


/* ボックスの上下 */
.header	{padding-top: 20px;
	padding-bottom: 10px}
	
		
/* informationTodaymenuの設定 */
.informaitionTodatmenu .informaition {
	float: left;
	width: 60%;
}
.informaitionTodatmenu .todaymenu {
	float: right;
	width: 40%;
}

.box7	{padding-top: 25px;
	padding-bottom: 25px}

.footer-inner .footerMenu {
	font-size: 10pt;
	color: #FFF;
	margin-bottom: 3%;
}

.footerMenu a {
	color: #FFF;
	text-decoration: none;
}

.copyrightFooterlogo clearfix  {
	width: 100%;
}

.fooerlogo {
	float: left;
	width: 50%;
}

/* コピーライト */
.copyright {
	float: right;
	text-align: right;
	width: 50%;
	margin-top: 8%;
}

.copyright p	{margin: 0;
	color: #ffffff;
	font-size: 14px}

.clearfix:after{
	content: "";
	clear: both;
	display: block;
}

/* ########### 359px以下 ########### */
@media (max-width: 359px) {

/* コピーライト */	
.copyright p	{margin: 0;
	color: #ffffff;
	font-size: 8px}
	
/* フッターの設定 */		
.footer-inner .footerMenu {
	font-size: 3pt;
	color: #FFF;
	margin-bottom: 1%;
}

.footerMenu a {
	color: #FFF;
	text-decoration: none;
}	
		

}


/* ########### 599px以下 ########### */
@media (max-width: 599px) {

/* ナビゲーション */
.menu li a	{padding: 10px 7px;
	font-size: 11px}
	
/* フッターの設定 */	
.footer-inner .footerMenu {
	font-size: 4pt;
	color: #FFF;
	margin-bottom: 1%;
}
	
.footerMenu a {
	color: #FFF;
	text-decoration: none;
}

/* コピーライト */	
.copyright p	{margin: 0;
	color: #ffffff;
	font-size: 9px}
	
}



/* ########### 767px以下 ########### */
@media (max-width: 767px) {

/*　ヘッダー電話ファックス配置設定　*/	
.telFax {
	padding-top: 50px;
	font-size: 9px;
}
	
/* トグルボタン */
#menubtn	{padding: 6px 12px;
	border: solid 1px #aaaaaa;
	border-radius: 5px;
	background-color: #ffffff;
	position: absolute;
	top: 20px;
	right: 15px;
	cursor: pointer}

#menubtn:hover	{background-color: #dddddd}

#menubtn:focus	{outline: none}

#menubtn i	{color: #888888;
	font-size: 18px}

#menubtn span	{display: inline-block;
	text-indent: -9999px}

/* ナビゲーションメニュー（縦並び） */
.menu	{display: none}

.menu ul	{margin: 0;
	padding: 0;
	list-style: none}

.menu li a	{display: block;
	padding: 5px;
	color: #000000;
	font-size: 14px;
	text-decoration: none}

.menu li a:hover	{background-color: #eeeeee}


.contents .sloganGlobalmenu {
	background-color: #765635;
	padding-top: 5px;
	padding-bottom: 5px;
}
.slogan .site {
	text-align: center;
	width: 100%;
}


.slogan .site p em {
	font-size: 14px;
	color: #FFF;
}

.slogan .site p {
	font-size: 8px;
	color: #FFF;
}

/*.h1_maintitleの設定開始*/
.h1_maintitle {
	font-size: 15px;
	font-weight: lighter;
	text-decoration: none;
	margin-top: 6%;
	margin-right: 50%;
	margin-bottom: 2%;
	margin-left: 1%;
	text-align: center;
	border: 1px solid #333;
	border-radius: 30px;
	
	}

.wraper .h1_maintitle em {
	font-size: 10px;
	color: #ff6600;
}



/*.h1_maintitleの設定終了*/




/* informationTodaymenuの設定 */
.informaitionTodatmenu .informaition {
	width: 100%;
}
.informaitionTodatmenu .todaymenu {
	width: 100%;
}

/* フッターの設定 */
.footer-inner .footerMenu {
	font-size: 5pt;
	color: #FFF;
	margin-bottom: 2%;
}

.footerMenu a {
	color: #FFF;
	text-decoration: none;
}

/* コピーライト */	
.copyright p	{margin: 0;
	color: #ffffff;
	font-size: 10px}

}


/* ########### 768px以上 ########### */
@media (min-width: 768px) {

/* トグルボタン */
#menubtn	{display: none}

/* ナビゲーション */
#menu	{display: block !important}

.menu ul	{margin: 0;
	padding: 0;
	list-style: none}


.menu li a	{
	display: block;
	padding: 10px 15px;
	color: #ffffff;
	font-size: 11pt;
	text-decoration: none;
	text-align: center;
}

.menu li a:hover	{
	background-color: #e2cb37;
	color: #000;
	
	border-radius:5px
}

.menu ul:after	{content: "";
	display: block;
	clear: both}

.menu li	{
	float: left;
	width: 16%;
	border-radius:5px;
	margin-right: 0.2%;
	margin-left: 0.2%;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #504241;
	color: #FFF;
	}

/* フッターの設定 */
.footer-inner .footerMenu {
	font-size: 7pt;
	color: #FFF;
	margin-bottom: 2%;
}

.footerMenu a {
	color: #FFF;
	text-decoration: none;
}


/* コピーライト */	
.copyright p	{margin: 0;
	color: #ffffff;
	font-size: 14px}

}


/* ########### 1190px以上 ########### */
@media (min-width: 1190px) {

/* 全体の横幅を固定 */
.globalmenu,.title,.maincontents, .footer-inner, .box7, #mainLogo
	{width: 1140px;
	margin-left: auto;
	margin-right: auto}

/* headerの下に罫線を挿入 */
.header	{margin-bottom: 20px;
border-bottom: solid 1px #dddddd}

/* フッターの設定 */	
.footer-inner .footerMenu {
	font-size: 11pt;
	color: #FFF;
	margin-bottom: 3%;
}
.footerMenu a {
	color: #FFF;
	text-decoration: none;
}
	
/* コピーライト */	
.copyright p	{margin: 0;
	color: #ffffff;
	font-size: 14px}	
	
	
	

}
