@charset "UTF-8";


/* *******************************************************************************
-------------------------------------------------------------
■ PC
-------------------------------------------------------------
1. 共通部分
2. サイトヘッダ部分
3. Pankuzu WP-PageNavi pagelink
4. フッタ部分
5. pagetop
6. サイドバー
7. サイト共通タイトルボタンなど
*/
 


 /*************　共通部分　 *******************************/

 
 /*----------------------------------------------------
	margin set
----------------------------------------------------*/
.mgt5 { margin-top: 5px!important;}
.mgt10 { margin-top: 10px!important;}
.mgt15 { margin-top: 15px!important;}
.mgt20 { margin-top: 20px!important;}
.mgt25 { margin-top: 25px!important;}
.mgt30 { margin-top: 30px!important;}
.mgt35 { margin-top: 35px!important;}
.mgt40 { margin-top: 40px!important;}

.mgb5 { margin-bottom: 5px!important;}
.mgb10 { margin-bottom: 10px!important;}
.mgb15 { margin-bottom: 15px!important;}
.mgb20 { margin-bottom: 20px!important;}
.mgb25 { margin-bottom: 25px!important;}
.mgb30 { margin-bottom: 30px!important;}
.mgb35 { margin-bottom: 35px!important;}
.mgb40 { margin-bottom: 40px!important;}


/*----------------------------------------------------
	padding set
----------------------------------------------------*/
.pdt5 { padding-top: 5px!important;}
.pdt10 { padding-top: 10px!important;}
.pdt15 { padding-top: 15px!important;}
.pdt20 { padding-top: 20px!important;}
.pdt25 { padding-top: 25px!important;}
.pdt30 { padding-top: 30px!important;}
.pdt35 { padding-top: 35px!important;}
.pdt40 { padding-top: 40px!important;}

.pdb5 { padding-bottom: 5px!important;}
.pdb10 { padding-bottom: 10px!important;}
.pdb15 { padding-bottom: 15px!important;}
.pdb20 { padding-bottom: 20px!important;}
.pdb25 { padding-bottom: 25px!important;}
.pdb30 { padding-bottom: 30px!important;}
.pdb35 { padding-bottom: 35px!important;}
.pdb40 { padding-bottom: 40px!important;}

 
@import url('https://fonts.googleapis.com/css?family=Poppins:700');
@import url('https://fonts.googleapis.com/css?family=Muli:400,700');

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 14px;
	color: #161616;
	line-height: 1.7;
	background: #e9e9e9;
}
/*----------------------------------------------
------------------------------------------------
※レイアウト
------------------------------------------------
------------------------------------------------*/
#wrap {
	width: 100%;
	margin : 0 auto !important;
	padding: 0;
}

.inner { 
	max-width: 1040px; 
	width: 100%;
	margin: 0 auto;
}

.shop_inner { 
	max-width: 1080px; 
	width: 100%;
	margin: 0 auto;
  background: #fff;
  box-sizing: border-box;
}


#contents {
	width: 100%;
	margin: 0 auto 0;
	padding: 0px;
}

section.section_box{ 
	padding:60px 0;  
}
.bg_color01{background-color: #f2f2f2; }
.bg_color02{background-color:#e9e9e9; }
.bg_color03{background-color:#fff; }



/************* サイトヘッダ部分 *******************************/

#header{
  padding: 0 0 0 0;
  width: 100%;
  background: #e60012;
}

.header_top { 
	padding: 4px 0 5px;
}

#header .inner { 
	position: relative; 
}


#head_info_pc{
	float:right;
	padding:0;
	margin: 1px 0 0 0;
}
.head_h1 {
	width: 100%;
	margin: 0 auto;
}
.head_h1 h1 { 
	color:#fff; 
	font-size:10px;
}

#head_info_pc ul li{
	float:left;
	
}

#head_info_pc ul li:first-child { 
	margin: 0 18px 0 0;
}

#head_info_pc ul li:first-child a { 
	background: url(../img/common/line01.png) 0 100% repeat-x;
}

#head_info_pc ul li a { 
	color: #014099; 
	text-decoration: none;
	background-position: 0 100%;
	padding: 0 0 0;
	font-size: 90%;
	letter-spacing: 1px;
	
}

#head_info_pc ul li a:hover { 
	color: #014099; 
	text-decoration: none;
	background: url(../img/common/line01.png) 0 100% repeat-x;
	
}

.logo_area {
  position: relative; 
  padding: 15px 0;
}

.logo { 
  max-width: 389px;
  width: 100%;
  position: absolute;
  left: 0; right: 0;
  margin:auto;
}

.head_tel { 
	float: right;
  border: #fff solid 1px;
  max-width: 260px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 20px 0 0;
}

.head_tel li {
	float: left;
  font-size: 11px;
  text-align: center;
  width: 50%;
  height: 55px;
}
.head_tel li:last-child{
  background: url(../img/common/icon_01.png) no-repeat 95% 90%;
  border-left: #fff solid 1px;
  box-sizing: border-box;
}

.head_tel li a{
  line-height: 55px;
  display: block;
}











.nav_box{
  max-width: 350px;
  width: 100%;
  float:  left;
  margin: 0 0 0 20px;
}


/************* パンくず pankuzu *******************************/

.breadcrumbs {
    padding: 10px 0 9px 0;
    border-bottom: 2px solid #e6e6e6;
  background: #fff;
}

.breadcrumbs span { 
	display: inline-block;
	padding-left: 0;
	color: #666;
	font-size: 95%;
	font-weight: bold;
}

.breadcrumbs span:first-child { 
	display: inline-block;
	padding: 0 1px 0 2px;
}

.breadcrumbs a { 
	display: inline-block;
	color: #666; 
	font-weight: bold;
	text-decoration: underline;
}

.breadcrumbs a span { 
	color: #666; 
	font-weight: bold;
	text-decoration: underline;
}

.breadcrumbs a:hover { 
	text-decoration: none;

}

.breadcrumbs a:hover span { 
	text-decoration: none;

}

.breadcrumbs a.post { 
	min-height: 100%;
	height: auto;
	margin: 0px;
}

.breadcrumbs a.home{
  background: url(../img/common/icon_home.png) no-repeat 0 50%;
  text-indent: -9999px;
  padding: 0 17px 0 0;
}


/************* ページリンク *******************************/

.pagelink {
	margin: 0 auto 0px;
	width: 100%;
	position: relative;
	min-height: 50px;
}

.pagelink li.oldpage {
	width: 42px;
	position: absolute;
	left: 40%;
	top: 0;
}

.pagelink li.newpage { 
	  width: 42px;
	  position: absolute;
	  right: 40%;
	  top: 0;
	}


.pagelink li a { 
	font-size: 95%; 
	color: #333; 
	font-weight: bold;
	padding: 9px 0;
	display: block; 
	text-decoration: none;
	text-align: center;
  background: #fff;
	border: 1px solid #fff;
  border-radius: 21px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.pagelink li.listlink a{
	position: absolute;
  left: 0; right: 0;
  top:-8px;
  width: 42px;
  height: 42px;
  margin: 0 auto;
  border: none;
  background: none;
}


.pagelink li a:hover { 
	background: #808080;
	color: #fff;
}
.pagelink li.listlink a:hover{background: none;}
.pagelink li.listlink a:hover img{opacity: .8;}


/************* WP-PageNavi *******************************/

.wp-pagenavi {
	clear: both;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
}
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	padding: 9px 16.2px;
	margin: 3px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	display: inline-block;
}

.wp-pagenavi span.pages {
	border: 1px solid #fff;
	color: #333;
	background:#fff;
	padding: 9px 16.2px;
  border-radius: 23px;
}


.wp-pagenavi span.current {
	border: 1px solid #797979;
	color: #fff;
	font-weight: normal;
	background: #797979;
  border-radius: 23px;

}
.wp-pagenavi a {
  padding: 9px 17.5px;
	border: 1px solid #fff;
	color: #333;
	background:#fff;
  border-radius: 23px;
}

.wp-pagenavi a:hover{
	border: 1px solid #808080!important;
	background: #808080;
	color: #fff;
}

/************* フッタ部分 *******************************/

#footer {
  position: relative;
  width: 100%;
  z-index:99;
}


.footerbox {  
  width: 100%;
  margin: 0px auto;
  padding: 40px 0;
  background: #000000;
}





.f_menuLogo { 
	width: 96%;
	margin: 0 auto;
  position: relative;
}

.footer_leftBox { 
	float: left;
  max-width: 226px;
  width: 100%;
}

.footer_middleBox { 
	float: left;
  max-width: 400px;
  width: 100%;
  margin: 0 0 0 20px;
}

.footer_rightBox { 
	float: right;
	max-width: 500px; 
	width: 100%;
}

p.f_logo { 
	margin:10px 0;
}

p.f_companyName, p.f_add{ 
	color: #fff; 
	font-size: 12px;
}

p.f_tel { 
	color: #fff; 
	font-size: 14px;
  font-weight: bold;
}


p.Fcontact_txt { 
	color: #0d2c10; 
	font-size: 14px;
	margin: 0 0 10px 0;
	font-weight: bold;
}


.f_contactBtn { 
	max-width: 220px;
	width: 100%;
	margin: 0 auto;
}

.f_contactBtn a{ 
	border: 1px solid #0d2c10;
    padding: 10px 0;
	text-align: center;
	display: block;
	color: #0d2c10;

}

.f_contactBtn a:hover{ 
	border: 1px solid #666;
	color: #666;
	text-decoration: none;

}


ul.footer_nav { 
  float: right;
}

ul.footer_nav li { 
	display: inline-block;
  margin: 0 0 0 20px;
}

ul.footer_nav li a { 
	color: #fff; 
	font-size: 14px;
}

ul.footer_nav li a:hover { 
	color: #fff; 
}

li.footer_homeList { 
	display: none;
}



.copyright {
	color:#fff;
	font-size: 80%;
	font-weight:normal;
  position: absolute;
  bottom: 0;
  right: 0;  
}



/************* ページトップ *******************************/

#pagetop {
    position: fixed;
    bottom: 160px;
    right: 20px;
    font-size: 77%;
	z-index: 9999;
}
#pagetop a {
    background: none;
    text-decoration: none;
    color: #fff;
    width: auto;
    padding: 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#pagetop a:hover {
	opacity:.8;
    text-decoration: none;
    background: none;
}

/*#pagetop{
  background: #1d472e;
  text-align: center;
  padding: 24px 0;
}
#pagetop a{display: block;}*/


/************* 全ページ共通部分 *******************************/

.left_box01 { 
	max-width: 325px; 
	width: 100%;
	float: left;
}

.right_box01 { 
	max-width: 675px; 
	width: 100%;
	float: right;
}

ul.three_column { 
}

ul.three_column li {
    max-width: 320px;
    width: 100%;
    float: left;
    margin: 0 40px 0 0;
}

ul.three_column li:nth-child(3n){ 
	margin: 0 0 0 0;
}

.img_box { 
	text-align: center;
}


ul.four_column { 
}

ul.four_column li {
    max-width: 245px;
    width: 100%;
    float: left;
    margin: 0 20px 0 0;
}

ul.four_column li:nth-child(4n){ 
	margin: 0 0 0 0;
}

/************* 共通タイトル *******************************/

h2.title_style01 {
  font-family:"Avenir Next", 'Poppins', Verdana, Geneva, sans-serif;
  font-weight: 700;
	font-size: 24px;
	text-align: center; 
	line-height: 1.3em;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  margin: 0 0 40px;
}

h3.sub_tit01 {
    color: #282828;
    font-size: 125%;
    border-left: 4px solid #f79a07;
    padding: 0 0 0 10px;
    line-height: 1.2em;
    margin: 0 0 14px 0;
}

h4.sub_tit02 {
    font-size: 150%;
    color: #282828;
    margin: 0 0 30px 0;
}


.title_box01 {
    background: url(../img/common/title_arrow.png) 50% 100% no-repeat;
    padding: 0 0 8px 0;
    margin: 0 0 24px 0;
}








/************* 共通ボタン *******************************/

.btn_style { 
  width: 100%;
}


p.btn_styleTxt { 
  max-width: 220px;
  width: 100%;
  height: 44px;
  margin: 0 auto;
}

.btn_styleTxt a {
    background: #F2F2F2;
    padding:0;
    display: block;
    color: #161616;
    font-size: 100%;
    text-align: center;
    text-decoration: none;
    border-radius: 22px;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  line-height: 40px;
  border: #161616 solid 2px;
  box-sizing: border-box;
}
p.btn_styleTxt a span{
  background: url(../img/common/arrow01.png) no-repeat 100% 50%;
  padding: 0 15px 0 0;
}

p.btn_styleTxt a:hover { 
	color: #fff;
  background: #161616;
}
p.btn_styleTxt a:hover span{
  background: url(../img/common/arrow01_02.png) no-repeat 100% 50%;
}




/************* display setting *******************************/



/*画面サイズが1200px以下に適用*/
@media screen and (max-width : 1200px){

  
.copyright {
  position: absolute;
  bottom: -20px;
  right: 0;
  display: block;
  width: 100%;
  text-align: center;
}  
  
  
  
  


}


/*画面サイズが1100px以下に適用*/
@media screen and (max-width : 1100px){

.logo {
  max-width: 345px;
  width: 100%;
  position: absolute;
  left: 0;
  right: -5%;
  margin: auto;
}


}


/*画面サイズが1060px以上に適用*/
@media screen and (min-width : 1060px){


}


/*画面サイズが1060px以下に適用*/
@media screen and (max-width : 1060px){

body { 
	background-image: none !important; 
}

#wrap {
	width: 100%;
	margin : 0 auto 0 !important;
	padding: 0;
}

.inner {
	width: 96%;
}

.pankuzu {
	width: 96%;
}

.breadcrumbs {
    padding: 15px 0 10px 0;
}

/************* フッタ部分 *******************************/

.footer_leftBox {
    margin: 0 0 25px 0;
}

.f_menuLogo {
  max-width:1040px;
  width: 96%;
  margin: 0 auto;  
}

.footer_rightBox {
    float: none;
    max-width: 1060px;
    width: 100%;
    margin: 0 auto;
    clear: both;
}

p.Fcontact_txt {
    text-align: center;
}


/************* 全ページ共通部分 *******************************/

ul.three_column li {
    width: 31%;
    margin: 0 3.5% 0 0;
}

ul.four_column li {
    max-width: 235px;
    width: 22%;
    float: left;
    margin: 0 4% 0 0;
}

.left_box01 {
    width: 35%;
}

.right_box01 {
    width: 60%;
}



}



/*画面サイズが980px以上に適用*/
@media screen and (min-width : 980px){


}


/*画面サイズが980px以下に適用*/
@media screen and (max-width : 980px){
	
/************* Header *******************************/

#header {
    position: fixed;
    z-index: 9999;
    background: #e60012;
    top: 0;
    left: 0;
	box-shadow: rgba(0, 0, 0, 0.10) 0px 2px 6px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.10) 0px 2px 6px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.10) 0px 2px 6px 0px;
}

.head_h1 {
    display: none;
}
	
}


/*画面サイズが840px以下に適用*/
@media screen and (max-width : 840px){

.footer_leftBox {
    float: none;
    max-width: 226px;
    width: 100%;
    margin: 0 auto 25px;
}	

.footer_rightBox,
.footer_middleBox {
    /*float: none;
    max-width: 500px;
    width: 100%;
    margin: 0 auto 25px;*/
  display: none;
}

.copyright {
  position: static;
  bottom: 0;
  right: 0;
  text-align: center;
}  
  

}




/*画面サイズが767px以上に適用*/
@media screen and (min-width : 767px){
.sp_view{
	display: none;
}
}


/*画面サイズが767px以下に適用*/
@media screen and (max-width : 767px){

.pc_view, #pagetop_wrap{
	display:none!important;
}

section.section_box {
    padding: 40px 0 40px 0;
}

/************* WP-PageNavi *******************************/

.wp-pagenavi {
	margin-bottom: 20px;

}


/************* 全ページ共通部分 *******************************/

ul.four_column {
    max-width: 490px;
    width: 100%;
    margin: 0 auto;
}

ul.four_column li {
    width: 47%;
    margin: 0 6% 20px 0;
}

ul.four_column li:nth-child(2n) {
    margin: 0 0 20px 0;
}


.left_box01 {
    max-width: 325px;
    width: 100%;
    float: none;
	margin: 0 auto 30px;
}

.right_box01 {
    max-width: 767px;
    width: 100%;
    float: none;
}





/************* スマホ設定（タイトルのフォント、margin, paddingなど） *******************************/

h2.title_style01 {
    font-size: 150%;
}

}

/*画面サイズが640px以下に適用*/
@media screen and (max-width : 640px){
	
	
.alignright, .alignright05, .alignleft{
	display:block;
	float:none;
	text-align:center;
	margin:0 auto 15px;
}

/************* テーブル設定 *******************************/

table.table_style th{
padding:10px;
width: 33%;
}

table.table_style th.size_width { 
	width: 33%;
}

table.table_style td{
padding:10px;
}

table.table_style01 th{
padding:10px;
width: 33%;
}

table.table_style01 td{
padding:10px;
}

/************* フッタ部分 *******************************/

ul.footer_nav {
    float: left;
	width: 50%;
    margin: 0;
    padding: 0 10px;
	box-sizing: border-box;
}

ul.footer_home { 
	display: none;
}

li.footer_homeList { 
	display: block;
}


/************* ページリンク *******************************/

.pagelink li.newpage {
    width: 70px;
}

.pagelink li.oldpage {
    width: 70px;
}

.pagelink li.listlink {
    width: 120px;
    margin-left: -60px;
}


/************* 全ページ共通部分 *******************************/

ul.three_column li {
    width: 100%;
    margin: 0 0 40px 0;
    max-width: 640px;
	float: none;
}

ul.three_column li:nth-child(3n) {
    margin: 0 0 0 0;
}

h4.sub_tit02 {
    font-size: 125%;
    color: #282828;
    margin: 0px 0 20px 0;
}

}


/*画面サイズが320px以下に適用*/
@media screen and (max-width : 320px){
.copyright { font-size: 80%; }



}