@charset "utf-8";

/*==========================================
File name: base.css
Editors: IT-Probe
Last Editor: IT-Probe
Date: 2015.
========================================== */

/* ▼ BASE SETTING ▼ */

* {
	margin: 0;
	padding: 0;
}


img{
	vertical-align: top;
}


/* ▼ BASE LAYOUT▼ */ 

html{
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
	margin: 0;
	padding: 0 0 0 0;
	text-align: center;
	color: #000;
	font-family: Meiryo, "メイリオ","Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3",Osaka,"MS P Gothic", "ＭＳ Ｐゴシック",sans-serif;
	font-size: 12px;
	line-height:1.6;
}


#screen{
	position: relative;
	min-height: 100%;  
    height: auto !important;  
    height: 100%;
	text-align: left;
}

#container{
	width: 1000px;
	margin: 0 auto;

}


#contents{
	clear: both;
/*	overflow:hidden;*/
	width: 1000px;
	text-align: left;
	padding: 0;
}


/* ▼ LINK SETTING ▼ */

a{
	outline: none;
}

a,a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;	
}

a.current,
a:active,
a:focus {
}

a:hover img{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}


.no_alpha a:hover img{
	opacity:1.0 !important;
	filter:alpha(opacity=100) !important;
	-ms-filter: "alpha( opacity=100 )" !important;
}



/* ▼ HEADER ▼ */

#header {
	width: 100%;
	border-bottom: 1px solid #ccc;
	background: #F6F6F6;
}

.header_text{
background: #980A00;
}
.header_text p{
width: 1000px;
margin: 0 auto;
padding: 3px 0;
	font-size: 10px;
	color:#FFF;
}


#header_in {
	width: 1000px;
	height: 90px;
	margin:0 auto;
	position: relative;

}

/*
#header_in p{
	position: absolute;
	top: 3px;
	left: 0;
	font-size: 10px;
	color:#FFF;

}
*/

#header_in .h_lang{
	position: absolute;
	/*top: 25px;*/
	bottom: 58px;
	right:0;

}


/* ▼ MAIN IMAGE ▼ */

#keyvisual{
	width:1000px;
	margin:0 auto;
}


/* ▼ GLOBAL NAVIGATION ▼ */

/*#gnav{
	margin:15px 0;
}

#gnav ul{
	width:1000px;
	height: 53px;
	margin:0 auto;
}

#gnav li{
	list-style-type: none;
	display: inline;
	float:left;

}*/

.g_navigation {
	border-bottom: solid 1px #CCC;
	margin-bottom: 15px;
}

#top .g_navigation{
	margin-bottom: 0;
} 
	
.g_navigation ul {
	margin: 0 auto;
    width: 1000px;
    display: flex;
    justify-content: space-between;
    align-items: center;
	}
	
.g_navigation ul li {
    width: calc(100% / 7);
    border-right: solid 2px #980A00;
    line-height: 30px;
    height: 30px;
	}
	
.g_navigation ul li a {
    text-align: center;
	color: #000;
    display: block;
	text-decoration: none;
	}
	
.g_navigation ul li a:hover {
    background: #980a00;
    color: #FFF;
	}
	
.g_navigation ul li:first-child {
    border-left: solid 2px #980A00;
	}
	
.g_navigation ul li:first-child i {
    font-size: 1.5em;
    vertical-align: middle;
}

/* ▼ MAIN CONTENTS ▼ */

#main{
	width: 735px;
	min-height: 300px;  
    height: auto !important;  
    height: 300px;
 	float: right;
}

.main_submenu{
	 text-align:right;
	 margin-bottom:15px;}


/* ▼ SIDEBAR ▼ */

#side{
	width: 240px;
	float: left;}

/* --- SIDE MENU --- */

#snav{}

#snav ul{}

#snav li{
	list-style-type: none;
	clear:both;
	margin-bottom:8px;}


.s_menu01{
	border-top:#C6C6C6 solid 1px;
	border-bottom:#C6C6C6 solid 1px;
	border-left:#980A00 solid 3px;
	border-right:#C6C6C6 solid 1px;}

.s_menu01 a{

	padding:7px;
	display:block;
	color:#000;
}
.s_menu01 a:hover{
	background:#ECECEC;
	text-decoration:none;
	}


.s_menu02{
	margin-left:10px;
	background:url(../images/common/li01.png) no-repeat 0 5px;
	padding-left:12px;}

.s_menu02 a{
	color:#000;
}
.s_menu02 a:hover{
	color:#980A00;
	text-decoration:none;
	}


.s_menu03{
	margin-left:22px;

}

.s_menu03 a{
	color:#000;

}

.s_menu03 a:hover{
	color:#980A00;
	text-decoration:none;
	}



.s_menu04{
	border:#980A00 solid 3px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.s_menu04 a{

	padding:7px;
	display:block;
	color:#980A00;
}
.s_menu04 a:hover{
	background:#ECECEC;
	text-decoration:none;
    color:#980A00;
	}



/* ▼ FOOTER ▼ */

#footer {
	width: 100%;
	clear: both;
	overflow:hidden;
	background:#232323;
	color:#FFF;
}

.footer_in{
	width:1000px;
	margin:20px auto;
	clear:both;
	overflow:hidden;}

#footer_link{
}

#footer_link ul{
	float:left;
}
#footer_link ul + ul{
margin-left: 80px;
}

#footer_link li{
	margin: 0 0 5px 0;
	list-style: none;}



#footer_link a{ color:#fff;}
#footer_link a:hover{ color:#999; text-decoration: none;}

#footer_link .ul_01{
	margin-right:200px;
	}


#copyright{
	text-align:center;
	padding:15px 0;
	font-size:10px;
	clear:both;
	background:#980A00;
}


/*▼ 10: CLEAR FIX ▼ */
.clear{clear: both;}
/* modern browsers */
.clearfix:after,div#container:after,div#header:after,div#footer:after,div#contents:after{content: ".";display: block;height: 0;clear: both;visibility: hidden;}
/* IE7 */
.clearfix,div#container,div#header,div#footer,div#contents{display: inline-block;}
/* legacy IE */
* html .clearfix,* html div#container,* html div#footer,* html div#contents{height: 1%;}
.clearfix,div#container,div#header,div#footer,div#contents{	display: block;}

/* ▼ 10: COMMON STYLE ▼ */

section{
	clear: both;
	margin: 0 0 60px 0;
}

section p{
	margin: 0 0 15px 0;
}
.section_in{
	margin-left:17px;
	width:718px;}

/* --- ぱんくずナビ --- */

#breadcrumbs{
	text-align: left;
	margin:0px 0 10px 0;
	font-size: 90%;
}


/* --- このページのトップへ戻る --- */


.pagetop{
	text-align:right;
	margin:10px 0;
	clear:both;}

.pagetop a{	color:#666;}
.pagetop a:hover{	color:#999;}


/* ==============================================

カラー、サイズ、ライン など　微調整用

============================================== */
/*枠線*/

.bo_all{ border:#CCC solid 1px;}
.bo_all_red{ border:#980A00 solid 1px!important;}



/*縦線*/

.bo_l2{ 
	border-left: #333 2px solid;
	padding-left:8px;
	}

/*文字に上線*/

.text_t_line{ text-decoration: overline!important;}


/*カラー*/

.black{ color:#000!important;}
.red, .error{ color:#980A00!important;}
.red2{ color: #FF0000!important;}
.white{ color:#fff!important;}
/*
.blue{ color:#06F;}
.orange{ color:#FF6600;}
.green{ color:#060;}
.pink{ color:#F39;}
.yellow{ color:#FF3;}
.purple{ color:#63C;}*/

/*リンクカラー*/
.link_red a{ color:#980A00!important;}


/*背景色*/

.bg_red{
    background-color: #980A00!important;
}
.bg_red2{
    background-color: #FFF1F2!important;
    border: solid 1px #f2a8a4; 
}
.bg_orange{
    background-color: #FFEFDF!important;
}



 /*サイズ*/

.fsize10{ font-size:10px!important;}
.fsize11{ font-size:11px!important;}
.fsize12{ font-size:12px!important;}
.fsize13{ font-size:13px!important;}
.fsize14{ font-size:14px!important;}
.fsize15{ font-size:15px!important;}
.fsize16{ font-size:16px!important;}
.fsize17{ font-size:17px!important;}
.fsize18{ font-size:18px!important;}
.fsize24{ font-size:24px!important;}
.fsize30{ font-size:30px!important;}

/*文字配置*/

.textc{ text-align:center!important;}
.textr{ text-align:right!important;}
.textl{ text-align:left!important;}


/*余白微調整*/
.no_margin{ margin:0!important;}

.mt0{ margin-top:0px!important;}
.mt5{ margin-top:5px!important;}
.mt10{ margin-top:10px!important;}
.mt15{ margin-top:15px!important;}
.mt20{ margin-top:20px!important;}
.mt23{ margin-top:23px!important;}
.mt30{ margin-top:30px!important;}
.mt40{ margin-top:40px!important;}
.mt50{ margin-top:50px!important;}
.mt60{ margin-top:60px!important;}
.mt100{ margin-top:100px!important;}

.mb0{ margin-bottom:0px!important;}
.mb5{ margin-bottom:5px!important;}
.mb10{ margin-bottom:10px!important;}
.mb15{ margin-bottom:15px!important;}
.mb20{ margin-bottom:20px!important;}
.mb30{ margin-bottom:30px!important;}
.mb40{ margin-bottom:40px!important;}
.mb50{ margin-bottom:50px!important;}
.mb60{ margin-bottom:60px!important;}
.mb100{ margin-bottom:100px!important;}

.ml8{ margin-left:8px!important;}
.ml10{ margin-left:10px!important;}
.ml17{ margin-left:17px!important;}
.ml18{ margin-left:18px!important;}
.ml22{ margin-left:22px!important;}
.ml30{ margin-left:30px!important;}
.ml33{ margin-left:33px!important;}
.ml40{ margin-left:40px!important;}
.ml50{ margin-left:50px!important;}
.ml80{ margin-left:80px!important;}
.ml100{ margin-left:100px!important;}


.pa10_all{ padding:10px!important;}


/*テーブル調整*/

.va_t{ vertical-align:top!important;}

.w30{ width:30%!important;}
.w40{ width:40%!important;}
.w50{ width:50%!important;}
.w60{ width:60%!important;}
.w70{ width:70%!important;}
.w80{ width:80%!important;}
.w90{ width:90%!important;}
.w100{ width:100%!important;}

.w_auto{ width:auto!important;}

/*ラベル*/

.lavel_red{
    color: #FFFFFF;
    background-color: #980A00;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
}


.lavel_blue{
    color: #FFFFFF;
    background-color: #0132DA;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
}


/*枠線（内側）*/
.photo_line{
  border: 1px solid #C6C6C6;
  box-sizing:border-box;
}

/*幅*/
.w113{width: 113px;}
.w126{width: 126px;}
.w234{width: 234px;}
.w274{width: 274px;}




/* ------------------------------------------------------------------------------------------
リンクボタン 
------------------------------------------------------------------------------------------ */
/*オレンジ小さめ*/

.bot_type01{
	text-align:center;
	margin:0 auto;
	width: 300px;}


.bot_type01 a,
.bot_type01 a:hover{
	padding:10px 5px;
	display:block;
border: 1px solid #F79646;
text-decoration: none;
}

.bot_type01 a{
color: #000;
	background:#FFE9A3;
	}

.bot_type01 a:hover{
	background:#FFCC00;
	}


/*緑大きめ（幅はクラスで指定）*/

.bot_type02{
	text-align:center;
	margin:0 auto;}


.bot_type02 a,
.bot_type02 a:hover{
	padding:15px 5px;
	display:block;
text-decoration: none;
border: 2px solid #709e52;
border-radius: 5px; 
-moz-border-radius: 5px; 
-webkit-border-radius: 5px;
}


.bot_type02 a{
color: #000;
	background:#74b44a;
	}

.bot_type02 a:hover{
	background:#8ac066;
	}

/*オレンジ大きめ（幅はクラスで指定）*/

.bot_type03{
	text-align:center;
	margin:0 auto;}


.bot_type03 a,
.bot_type03 a:hover{
	padding:15px 5px;
	display:block;
text-decoration: none;
border: 2px solid #ffb516;
border-radius: 5px; 
-moz-border-radius: 5px; 
-webkit-border-radius: 5px;
}


.bot_type03 a{
color: #000;
	background:#ffc72b;
	}

.bot_type03 a:hover{
	background:#ffd24c;
	}

/*グレー大きめ（幅はクラスで指定）*/

.bot_type04{
	text-align:center;
	margin:0 auto;}


.bot_type04 a,
.bot_type04 a:hover{
	padding:15px 5px;
	display:block;
text-decoration: none;
border: 2px solid #C6C6C6;
border-radius: 5px; 
-moz-border-radius: 5px; 
-webkit-border-radius: 5px;
}


.bot_type04 a{
color: #000;
	}

.bot_type04 a:hover{
	background:#ECECEC;
	}


/*****************************

お問い合わせバナー（共通）

*****************************/

.main_inq_bn{
	text-align:center;
	margin:80px 0 0 0;}

.main_inq_cart{
	text-align:center;
	margin:80px 0 0 0;}


/*****************************

リスト

*****************************/

/*アイコン付き*/

.list_type01{
	}

.list_type01 li{
	background:url(../images/common/li03.png) no-repeat 0 3px;
	padding-left:15px;}

/*横5つ並び*/

.list5,
.list5 ul{
	clear:both;
	overflow:hidden;}

.list5 li{
	width:134px;
	float:left;}

.list5 li + li{
	margin-left:12px;}


/*横並び（幅・余白等は個別にクラス指定する）*/

.list_yoko,
.list_yoko ul{
clear: both;
overflow: hidden;
}

.list_yoko li{
float: left;
}


@media print{#footer{display: none;}}

.fe_title01 {
	font-size:18px;
	font-weight: bold;
	background: #980A00;
	padding:3px 10px 0!important;
	color:#fff;
	border: none;
}

.fe_title02 {
	font-size:14px;
	font-weight: bold;
	color:#980A00;
/*
	border-bottom:solid 1px #980A00;
	padding-borrom:5px;
*/
	margin-bottom: 10px;
}

.fe_block {
	display:flex;
	justify-content: space-between;
}

.fe_block div:first-child {
	flex:1;
}

.odm_img_title {
	border:solid 1px #980A00;
	width:230px;
	box-sizing: border-box;
	padding:10px;
}

.odm_img_title p {
	text-align: center;
	font-weight: bold;
	font-size: 15px;
}


.odm_title01 {
	font-size:20px;
	font-weight: bold;
	color:#980A00;
	margin: 30px 0;
	text-align: center;
	border-bottom: none!important;
}

.odm_title02 {
	font-size:18px;
	font-weight: bold;
	color:#980A00;
	margin-bottom: 20px;
	position: relative;
	text-align: center;
}

.odm_title02::before {
	content:"―　";
}

.odm_title02::after {
	content:"　―";
}


.odm_img_title img {
	width:100%;
	height:auto;
}

.mb60 {
	margin-bottom: 60px;
}

.bold {
	font-weight: bold;
}

.odm_list {
	display:flex;
	justify-content: center;
}

.odm_list ul {
	width:35%;
	font-size: 14px;
}

.odm_list ul li {
	position: relative;
}

.odm_list ul li::before {
	content:"● ";
	color:#980A00;
}

.odm_red {
	background:#980A00;
	color:#fff;
	border-radius: 50%;
	margin-bottom: 50px;
	width:620px;
	margin-left:auto;
	margin-right:auto;
	padding:30px 20px 20px;
}

.odm_red p {
	margin-bottom: 0;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	display:flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}

.odm_red p + p {
	text-align: left;
}

.mb10 {
	margin-bottom: 10px!important;
}

.side {
	position: fixed;
	right:0;
	z-index: 10;
	top:150px;
	display: none;
}
.side a {
		display: block;
		margin-bottom: 10px;
	}

.img100 {
  width:100%;
  height:auto;
}

.title_type06 {
  h4 {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 1rem;
  }
}

.in_border {
  border:solid 1px #ccc;
  box-sizing: border-box;
  margin-bottom: 5px;
}