@charset "shift_jis";
/*//-----メインコンテンツ内共通-----*/
#main_wrapper h2 {
	font-size:26px;
	font-weight:bold;
	padding-bottom:15px;
	border-bottom:#D3BF9A 1px solid;
	margin-bottom:15px;
	color:#333333;
}

#main_wrapper h3 {
	font-size:18px;
	padding:5px 0 5px 10px;
	font-weight:bold;
	border-left:#EA0006 4px solid;
	border-bottom:#D3BF9A 1px solid;
	margin-bottom:10px;
	color:#333333;
}

#main_wrapper p {
	font-size:15px;
	color:#333;
	line-height:150%;
	margin-bottom:1em;
}

#main_wrapper .notes {
	color:#999;
	font-size:12px;
}

#main_wrapper .pagetop {
	cursor:pointer;
	font-size:14px;
	text-align:right;
	width:100%;
	color:#333;
	overflow:hidden;
}

#main_wrapper .pagetop:hover {
	color:#EA0006;
}

#main_wrapper .related_site {
	background:url(/images/common/link_icon.png) left no-repeat;
	padding:1px 0 0 35px;
	height:21px;
	border-bottom:#CCC dashed 1px;
	color:#EA0006;
	font-weight:bold;
	font-size:14px;
	margin:20px 0 10px;
}

#main_wrapper .related_shop {
	background:url(/images/common/plaza_icon.png) left no-repeat;
	padding:1px 0 0 35px;
	height:21px;
	border-bottom:#CCC dashed 1px;
	color:#EA0006;
	font-weight:bold;
	font-size:14px;
	margin:20px 0 10px;
}

#main_wrapper .related_company {
	background:url(/images/common/company_icon.png) left no-repeat;
	padding:6px 0 0 35px;
	height:21px;
	border-bottom:#CCC dashed 1px;
	color:#EA0006;
	font-weight:bold;
	font-size:14px;
	margin:20px 0 10px;
}

#main_wrapper .related_list {
	background:url(/images/common/list_icon.png) left no-repeat;
	padding:6px 0 0 35px;
	height:21px;
	border-bottom:#CCC dashed 1px;
	color:#EA0006;
	font-weight:bold;
	font-size:14px;
	margin:20px 0 10px;
}

#main_wrapper .linked_list li {
	background:url(/images/common/pankuzu_arrow.png) left no-repeat;
	padding-left:13px;
	margin-left:10px;
	font-size:12px;
	margin-bottom:5px;
}

#main_wrapper .map a {
	display:block;
	background:url(/images/common/map_icon.png) left no-repeat;
	padding-left:30px;
	font-size:12px;
	height:24px;
}

#main_wrapper .tell {
	background:url(/images/common/tell_icon.png) left no-repeat;
	padding-left:30px;
	height:20px;
	padding-top:4px;
}

#main_wrapper .mail {
	background:url(/images/common/mail_icon.png) left no-repeat;
	padding-left:30px;
	height:20px;
	padding-top:4px;
}
/*//-----ページナビ-----*/
.page_nav {
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:12px;
	position:relative;
	margin-top:30px;
}
.page_nav li {
	display: inline-block;
/display: inline;
/zoom: 1;
	vertical-align:top;
}
.page_nav .page_name {
	padding-top:6px;
}
.page_nav .previous {
	margin-right:30px;
}
.page_nav .next {
	margin-left:30px;
}
/*//-----共通-----*/
html, body {
	background:#EEEEEE;
}
a {
	color:#333;
	text-decoration:none;
}
a:link {
	color:#333;
	text-decoration:none;
}
a:visited {
	color:#000093;
	text-decoration:none;
}
a:hover {
	color:#EA0006;
	text-decoration:none;
}
img.rollover:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
/*//-----ヘッダ-----*/
header {
	width:100%;
	background:url(/images/common/nav_bg.png) bottom repeat-x;
	border-top:5px solid #EA0006;
	position:relative;
	z-index:2;
}

header .header_wrapper {
    height: 100px;
    margin: 0 auto;
    min-width: 1060px;
    position: relative;
    width: 1060px;
}

header .header_wrapper #header_sns {
	position:absolute;
	top:10px;
	right:0;
}

header .header_wrapper #header_sns li {
	float:right;
	padding-left:10px;
	font-size:12px;
	line-height:190%;
}

header .header_wrapper #header_sns li span {
	color:#C1C1C1;
	font-weight:bold;
	margin-right:10px;
}

header .header_wrapper #header_sns #search {
	margin-left:5px;
}

header #header_sns .support {
	padding-left:18px !important;
	margin-left:10px;
	background:url(/images/common/support_icon.png) left no-repeat;
}

header h1 {
	position:absolute;
	top:-55px;
	left:0;
}

header h1 img {
	width:98px;
}

header .header_wrapper #header_sns li.arrow {
	padding-left:10px;
	background:url(/images/common/header_nav_icon.png) left no-repeat;
}
.mainnav {
	width:100%;
	position:absolute;
}

#nav_box {
	width:100%;
	margin:0 auto;
}

#nav_box li.pagetop, #nav_box li.logo_s {
	display:none;
	cursor:pointer;
}
/*//-----サイト内検索フォーム-----*/
header #search {
	width:143px;
}

header form {
	background:#F4E9DA;
	height:21px;
	border-radius:3px;
	overflow:hidden;
}

header .search {
	border: medium none;
	font-size:12px;
	width:115px;
	background:none;
	margin-top: 3px;
	padding-left: 5px;
}

header input {
	vertical-align:top;
}
/*//-----プルダウンメニュー-----*/
ul, li {
	margin:0;
	padding:0;
}

#nav_box {
	width: 858px;
	padding-left:60px;
	margin: 0 auto;
	position: relative;
	line-height:1;
	text-align: left;
	font-size:13px;
}

#nav_box li {
	width:142px;
	list-style: none;
	float: left;
	position: relative;
}

#nav_box ul {
	display: none;
	position: absolute;
	top: 44px;
	left: 0;
}
* html #nav_box ul {
	line-height: 0;
}

#nav_box ul li {
	float: none;
	border-bottom:1px #FFF solid;/* opacity: 0.95;filter: alpha(opacity=95);*/
}

#nav_box ul {
	width: 142px;
	margin-left:1px;
}

#nav_box ul ul {
	top: 14px;
	border-top:5px solid #A0CEE0;
	left: 142px;
}

#nav_box ul a {
	display: block;
	width: 130px;
	background:#CAE5EF;
	padding:10px 6px;
	color: #333;
	opacity: 1;
	filter: alpha(opacity=100);
	zoom: 1;
	line-height: 1;
}

#nav_box ul li.end_nav {
	border-bottom:none;
}

#nav_box ul li.end_nav a {
	border-radius:0 0 8px 8px;
}

#nav_box ul a.hover, #nav_box ul li.nav_second li a:hover {
	background: #A0CEE0;
}

#nav_box ul a {
	-webkit-box-shadow: 2px 2px 3px 0px #999;
	-moz-box-shadow: 2px 2px 3px 0px #999;
	box-shadow: 2px 2px 3px 0px #999;
}

#nav_box ul li.nav_second a {
	background:url(/images/common/nav_second_icon.png) right no-repeat #CAE5EF;
	background-position: 130px;
}

#nav_box ul li.nav_second a:hover {
	background:url(/images/common/nav_second_icon.png) right no-repeat #A0CEE0;
	background-position: 130px;
}

#nav_box ul li.nav_second li a {
	background-image:none;
}
/*//-----スクロール時のメニュー-----*/
header .width_none {
	width:100%;
}/*.header_wrapperの幅打消し*/
header .fixed h1 {
	display:none;
}/*アイリスロゴ非表示*/
.fixed {
	position:fixed;
	z-index:100;
	top:0;
	background:url(/images/common/nav_bg.png) bottom repeat-x;
	height:51px;
}
.fixed #nav_box {
	width:950px;
	padding-left:0px;
}
.fixed #nav_box li.pagetop, .fixed #nav_box li.logo_s {
	display:block;
	width:44px;
	padding-right:1px;
}
/*--スマホ用ナビボタン非表示--*/
#togglemenubox {
	display:none;
}

/*//-----フッタ-----*/
#footer_top_wrapper {
	width:100%;
	background:#EA0006;
	height:28px;
	padding:2px 0 0;
}

#footer_top ul li.facebook_icon {
	margin:3px 20px;
}

#footer_top {
    margin: 0 auto;
    max-width: 980px;
    position: relative;
    width: 100%;
}

#footer_top ul {
	position:absolute;
	left:0;
}

#footer_top ul li {
	float:left;
}

#footer_top #footer_logo {
	padding-top:6px;
}

#footer_top .pagetop {
	position:absolute;
	right:0;
	cursor:pointer;
}

footer {
	width:100%;
	background:#EDEDED;
}

#footer_wrapper {
    font-size: 12px;
    margin: 0 auto;
    max-width: 980px;
    padding: 10px 0;
    width: 100%;
}

#footer_nav li {
	float:left;
	padding:2px 10px;
	border-left:1px solid #CCC;
}

#footer_nav li.mene_end {
	border-right:1px solid #CCC;
}

#copyright {
	text-align:right;
}
/*//-----フッタ内サイトマップ-----*/
#footer_sitemap {
	width:100%;
	overflow:hidden;
	padding:10px 0 30px;
	font-size:12px;
}

#footer_sitemap .category_wrapper {
	float:left;
	width:25%;
}

#footer_sitemap .category_wrapper ul {
	margin-bottom:20px;
}

#footer_sitemap li {
	padding-bottom:5px;
}

#footer_sitemap .category {
	font-weight:bold;
	font-size:14px;
	color:#000099;
}

#footer_sitemap .category a {
	font-size:14px;
	font-weight:bold;
	text-indent:0;
	padding-left:0;
	background:none;
	margin-left:0;
}

#footer_sitemap li a {
	background:url(/images/common/footer_nav_icon.png) left no-repeat;
	padding-left:10px;
	margin-left:5px;
}

#footer_sitemap li.exterior a {
	background:url(/images/common/window_m.png) left no-repeat;
	padding-left:18px;
	margin-left:3px;
}

#footer_sitemap .no_display {
	display:none;
}

#footer_sitemap li.category_sns {
	float: left;
}

#footer_sitemap li.category_sns a {
	background: none;
	padding-left:0;
}
/*//-----SAS募集--20150228追記---*/

#footer_sitemap li.sasbox a {
	background:none;
	margin:0;
	padding:0;
}

#footer_sitemap li.sasbox:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
/*//-----フッターSNS-----*/
#footer_wrapper ul.sns_box {
	width:auto;
	height:auto;
	float:left;
}

#footer_wrapper ul.sns_box li {
	float:left;
	margin-right:1em;
}

#footer_wrapper ul.sns_box li img {
	width:25px;
	padding-bottom:0.5em;
}

#footer_wrapper ul.sns_box li img:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
/*//-----パンくず-----*/
#pankuzu {
	overflow:hidden;
	width:960px;
	padding:1px 10px 2px;
	margin:0 auto;
	height:20px;
	font-size:12px;
}

#pankuzu li {
	float:left;
}

#pankuzu li#home {
	background:url(/images/common/home.png) left no-repeat;
	padding-left:20px;
}

#pankuzu li a {
	background:url(/images/common/pankuzu_arrow.png) right no-repeat;
	padding-right:12px;
	margin-right:8px;
}
/*//-----リセットCSS-----*/
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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
	vertical-align:top;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	overflow-y: scroll;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
input, textarea, {
margin: 0;
padding: 0;
}
ol, ul {
	list-style:none;
}
/*table{border-collapse: collapse; border-spacing:0;}*/
caption, th {
	text-align: left;
}
a:focus {
	outline:none;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.both {
	clear:both;
}
.sp_to_top {
	display: none;
}

/*===============================================
  画面の横幅が480px以上
===============================================*/
@media screen and (min-width: 480px) {

body {
    margin: 0 auto;
    min-width: 1060px;
}
/*//-----メインコンテンツ-----*/
#main_wrapper {
	width:1060px;
	margin:0 auto;
	padding:25px 0;
	background:#FFF;
}
#main {
	width:920px;
	overflow:hidden;
	margin:0 auto;
}
/*-----フッター特設サイトstart-------------------------*/
.category_wrapper_special {
	border-bottom: 1px dotted #999;
	border-top: 1px dotted #999;
	float: none;
	overflow: hidden;
	padding-top: 10px;
	width: 100%;
}
.category_wrapper_special li.category {
	min-height:110px;
	border-bottom:none !important;
}
.category_wrapper_special li {
	float:left;
	margin-right:0.5em;
	display:block;
}
.category_wrapper_special li a {
	display:block;
	padding:0.5em;
}
/*-----フッター特設サイトend-------------------------*/

}

/*===============================================
  画面の横幅が479px以下
===============================================*/
@media screen and (max-width: 479px) {
/*共通設定*/
	body, body #main_wrapper, .main-slider-content {
	width:100%;
	overflow:hidden;
}
.header_wrapper {
	display:none;
}

#main_wrapper {
	background:#FFF;
}

/*//-----パンくず-----*/
#pankuzu {
	width:100%;
  height:auto;
}

/*--ナビボタン--*/
#togglemenubox {
	position: fixed;
	background: #EA0006;
	position: relative;
	height: 50px;
	border-bottom: 1px solid #555;
	display:block;
}
.button_toggle {
	/*box-shadow: 0 0 0 2px #FFFFFF;*/
	font-family: Arial, Helvetica, sans-serif;
	border:solid 1px #990000;
	background:url(../../sp/images/menu_bt.png) no-repeat top left;
	color: #FFF;
	cursor: pointer;
	float: left;
	font-size: 1.2em;
	height: 36px;
	line-height:36px;
	margin: 3px 7px 0;
	/*padding:0;*/
    position: absolute;
	right: 0;
	/*text-align: center;*/
    width: 85px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-indent:2em;
	font-size: 16px;
}
.toggle_title {
	float: left;
	/*height: 5px;*/
	line-height: 50px;
	width: 100%;
	text-align: center;
}
.toggle_title h1 {
	margin: 0;
	font-size: 20px;
}
.toggle_title h1 a {
	color: #aaa;
	text-decoration: none;
}
.toggle_menu {
	position: absolute;
	top:51px;
	width: 100%;
	background: #FFF;
	color: #999;
	overflow: hidden;
}
.toggle_menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.toggle_menu li {
	position: relative;
}
.toggle_menu a {
	display: block;
	color: #333;
	text-decoration: none;
	padding: 5px 20px;
	border-bottom: 1px solid #EA0006;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
}
.toggle_menu a:hover {
	background: #FDD;
}
.toggle_warpper {
	max-width:340px;
	margin: 0 auto;
	margin-top: 20%;
	margin-bottom: 20%;
}
/* ヘッダー */
	header .header_wrapper {
	height:50px;
}

header .header_wrapper img {
	display:none;
}

header h1 {
	position:absolute;
	top:0;
	left:0;
}

header h1 img {
	width:50px;
}

header .header_wrapper, #main_wrapper {
	width:100%;
}

header .header_wrapper #header_sns, #nav_box, .owl-next {
	display:none;
}
/*//-----フッタ-----*/
	#footer_top_wrapper, #footer_top, footer, #footer_wrapper {
	width:100%;
}

#footer_top #footer_logo {
	margin-left:5px;
}
/*//-----フッタ内サイトマップ-----*/
	#footer_sitemap {
	display:none;
}
/*//-----フッターSNS-----*/
	#footer_wrapper ul.sns_box {
	width:60%;
	display:block;
	overflow:hidden;
	margin:0 auto;
	float:none;
}

#footer_wrapper ul.sns_box li {
	float:left;
	width:25%;
	display:block;
  margin-right:0;
}

#footer_wrapper ul.sns_box li img {
	width: 90%;
}

#footer_wrapper ul.sns_box li.sns_end {
	margin-right:0;
}
/*//-----フッターナビ-----*/
	#copyright {
	text-align: right;
	display:block;
	clear: both;
	padding:10px;
}

#footer_nav {
	text-align: left;
	width:100%;
	font-size:110%;
	clear:both;
}

#footer_nav li {
	border: none;
	float: left;
	padding: 0.7em;
}
/*#footer_nav li:before { content:">"; margin-right:10px; }*/
	#footer_nav li.mene_end {
	border-right: none;
}
/*検索ボタン*/
	.search_bt {
	width:50px;
	height:40px;
	float:right;
	margin:2px 95px 0 0;
	background:url(../../sp/images/search_bt.png) no-repeat top left;
	color:#fff;
	font-size:12px;
	line-height:5.8em;
	text-align:center;
}
.search_menu {
	width:92%;
	float:right;
	border: medium none;
	padding:0 0.4em;
	top:51px;
	position:absolute;
}
.search_menu form {
	background:#FFF;
	height:27px;
	border-radius:3px;
	overflow:hidden;
	padding:0.2em 0;
}
.search_menu ul.arrow_box {
	position: relative;
	background: #d9d9d9;
	width:100%;
	padding:0.5em;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.search_menu ul.arrow_box:after {
	bottom: 100%;
	left: 72%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(240, 236, 213, 0);
	border-bottom-color: #d9d9d9;
	border-width: 5px;
	margin-left: -5px;
}

header .search {
	width:83%;
	font-size:18px;
}
ul.arrow_box .s_img {
	width:30px;
}
/*-----フッター特設サイトstart-------------------------*/
.category_wrapper_special {
	border-bottom: 1px dotted #999;
	border-top: 1px dotted #999;
	float: none;
	overflow: hidden;
	padding-top: 10px;
	width: 100%;
}
.category_wrapper_special li.category {
	width:100%;
	border-bottom: none !important;
}
.category_wrapper_special li {
	/*	float:left;*/
	display:block;
}
.category_wrapper_special li a {
	display:block;
}
/*-----フッター特設サイトend-------------------------*/
		
}
/* Fallbacks */

.no-csstransforms .top {
	position: static;
}
.no-csstransforms .drawer nav {
	display: none;
}
.no-csstransforms .drawer.active nav {
	display: block;
}

/*===============================================
 iPad Portrait(縦)
===============================================*/
/*@media only screen and (min-device-width:768px) and (max-device-width:1024px) {*/

/*ヘッダー------------------------*/
/*アイリスマーク*/
/*header h1 img {
    width: 50px;
}
*/
/*ヘッドナビ*/

/*.fixed {
	position: relative;
	z-index:100;
	top:0;
	background:url(/images/common/nav_bg.png) bottom repeat-x;
	height:51px;
}

#nav_box {
    font-size: 13px;
    line-height: 1;
    margin: 0 auto;
    max-width: 858px;
    padding-left: 0;
    position: relative;
    text-align: left;
    width: 100%;
}

#nav_box li {
    float: left;
    list-style: outside none none;
    position: relative;
    text-align: center;
    width: 16.6%;
}

.nav-category {
	padding: 1.2em 0;
	display: block;
}

#nav_box li  ul li {
	font-size:85%;
}



body, body #main_wrapper {
    overflow: hidden;
    width: 100%;
}*/

/*footer　特設サイト------------------------*/
/*.category_wrapper_special li.category {
    border-bottom: medium none !important;
    min-height: 200px;
}*/

/*コピーライト------------------------*/
/*#copyright {
    clear: both;
    text-align: right;
}*/

/*}*/

/*===============================================
 iPad Portrait(横)
===============================================*/
/*@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
}
*/