@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:700);

@charset "utf-8";


/* common */

*{
margin: 0;
padding: 0;
}
body {
	letter-spacing: 0.05em;
	font-size: 14px;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	font-family: "メイリオ", "Meiryo",'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',"游ゴシック体", "Yu Gothic", YuGothic,   sans-serif;
}

.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  color:#fff;
  border-bottom: solid 3px #e60d1a;
}

a {
    color: #000;
}

a:hover {
    text-decoration: none;
}

a:active {
    color: #333333;
}

@media screen and ( min-width: 640px ){
a:hover {
opacity: .7;
-webkit-opacity: .7;
-moz-opacity: .7;
filter: alpha(opacity=70);	/* IE lt 8 */
-ms-filter: "alpha(opacity=70)"; /* IE 8 */
}
 
a{
-webkit-transition: opacity 0.3s ease-out;
-moz-transition: opacity 0.3s ease-out;
-ms-transition: opacity 0.3s ease-out;
transition: opacity 0.3s ease-out;
}
}

ul {
    list-style-type: none;
}

.cL {
    clear: left;
}

.container{
width: 960px;
padding: 0 10px;
margin: 0 auto;
}

.pc{
display: block;
}
.sp{
display: none;
}


@media screen and (max-width:767px){
.container{
width: 90%;
margin: 0 5%;
padding: 0;
}


}


/* header
===============================================================================*/

header{
background: #FFF;
display: table;
width: 100%;
}
header .container{
margin: 0px auto;
display: table;
height:71px;
}

/*header h1 {
    font-size: 0.7em;
    color: #666;
    font-weight: normal;
    height: 1em;
    border-bottom: 1px solid #DDD;
    padding-bottom: 15px;
}

header h1 strong {
    display: block;
    width: 960px;
    margin: 5px auto;
    font-weight: normal;
    padding-bottom: 5px;
}*/

header .container h2{
float: left;
clear: left;
height:71px;
}

header .container h2 a{
display: block;
height:71px;
}

header .container h2 a img{
	width: 350px;
}

header .container ul{
float: right;
margin: 13px 0;
padding: 0;
}

header .container ul li{
float: left;
}

header .container ul li:nth-child(1){
margin-right: 20px;
margin-top: 5px;
margin-bottom: 0px;
}

header .container ul li:nth-child(1) i{
color: #595656;
font-size: 1.2em;
margin: 0 5px 0 0;
}

header .container ul li:nth-child(1) span{
font-size: 18px;
font-weight:bold;
line-height: 1em;
letter-spacing: 0.1em;
color:#595656;
}

header .container ul li:nth-child(1) span a{
color:#000!important;
text-decoration:none!important;
}

header .container ul li:nth-child(1) strong{
display: block;
font-size: 12px;
line-height: 1em;
padding:5px 0 0 0px;
clear: both;
color:#595656;
}

header .container ul li:nth-child(2) a{
display: table;
background: #ffffff;
color: #e6001a;
border: solid 2px;
border-radius: 30px;
}

header .container ul li:nth-child(2) i{
font-size: 1.4em;
line-height: 1em;
margin: 11px 5px 11px 15px;
display: block;
float: left;
}

header .container ul li:nth-child(2) p{
display: block;
font-size: 14px;
line-height: 1.5em;
padding:10px 10px 10px 0;
float: left;
}



@media screen and (max-width:767px){
header{
position: fixed;
top: 0;
width: 100%;
background: #FFF;
z-index: 999;
border-bottom: 1px solid #DDD;
display:block;
height: 43px;
}
header .container {
width: 90%;
margin: 0px 2%;
height: 43px;
display: block;
}

/*header h1{
font-size: 0.7em;
float: none;
margin: 0;
display: none;
}

header h1 strong{
display: block;
width: 90%;
margin: 5px 5%;
font-weight: normal;
}*/

header .container h2{
float: left;
margin: 0;
height: 43px;
width: 165px;
}
header .container h2 a{
display: block;
    height: 43px;
width: 165px;
}
header .container h2 a img {
height: auto;
width: 210px;
margin-top: 0px;
}

header .container ul {
    float: right;
    margin: 9px 10px 9px 5px;
    padding: 0;
}

header .container ul li:nth-child(1) {
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 0px;
}

header .container ul li:nth-child(1) a {
    display: table;
    background: #ff461a;
    color: #ffffff;
    border: none;
    border-radius: 0px;
}

header .container ul li:nth-child(1) i {
    font-size: 1em;
    line-height: 1em;
    margin: 7px 5px 6px 7px;
    display: block;
	color: #ffffff;
    float: left;
}

header .container ul li:nth-child(1) p {
    display: block;
    font-size: 10px;
    line-height: 1.5em;
    padding: 5px;
    float: left;
    font-weight: bold;
}

header .container ul li:nth-child(2) a {
    display: table;
    background: #ff461a;
    color: #ffffff;
    border: none;
    border-radius: 0px;
}

header .container ul li:nth-child(2) i {
    font-size: 1em;
    line-height: 1em;
    margin: 7px 5px 6px 7px;
    display: block;
    float: left;
}

header .container ul li:nth-child(2) p {
    display: block;
    font-size: 10px;
    line-height: 1.5em;
    padding: 5px;
    float: left;
    font-weight: bold;
}
}

@media screen and (max-width:320px){
header .container h1{
font-size: 0.5em;
}

header .container h2 a {
    height: 30px;
}

}



/* gNavi
===============================================================================*/
nav {
border: solid #DDD;
border-width: 1px 0;
display: table;
width: 100%;
background: #FFF;
}
nav .container{

}
nav .container ul{
margin: 0;
padding: 0;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
}

nav .container ul{
border: solid #DDD;
border-width:0 0 0 1px;
}
nav .container ul li{
text-align: center;
border: solid #DDD;
border-width:0 1px 0 0;
width: 16.6%;
position: relative;
}

nav .container ul li a{
text-decoration: none;
display: block;
color: #000;
padding: 15px 0px;
font-size: 14px;
line-height: 1em;
font-weight: bold;
}

nav .container ul li a:hover{
opacity: 0.5;
}

@media screen and ( min-width: 640px ){
nav .container ul li:hover::after{
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 4px;
background: #e6001a;
}
}





@media screen and (max-width:767px){
#panel-btn{
 display: inline-block;
    position: absolute;
    width: 27px;
    height: 27px;
    right: 2%;
    top: 16px;
    margin: 0;
    border-radius: 50%;
    float: right;
    text-decoration: none;
}


#panel-btn-icon{
  display: block;
    position: absolute;
    top: 20%;
    left: 10%;
    width: 27px;
    height: 3px;
    background: #000;
    transition: .2s;
}
#panel-btn-icon:before,
#panel-btn-icon:after{
  display: block;
    content: "";
    position: absolute;
    /* top: 30%; */
    left: 0;
    width: 27px;
    height: 3px;
    background: #000;
    transition: .3s;
}
#panel-btn-icon:before{
  margin-top: -8px;
}
#panel-btn-icon:after{
  margin-top: 8px;
}
#panel-btn .close{
  background: transparent;
  opacity: 1;
}
#panel-btn .close:before, #panel-btn .close:after{
  margin-top: 0;
}
#panel-btn .close:before{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#panel-btn .close:after{
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
#panel{
display: none;
clear: both;
padding: 0;
margin-bottom: 0;

}
#panel li{
border-top: 1px solid #DDD;
}
#panel li:last-child{
border-bottom: none;
}

#panel li a{
display: block;
padding: 10px 15px;
font-size: 1em;
text-decoration: none;
color:#fff;
}

nav{
background: #595656;
border-width: 0;
}

}


/* side 
===============================================================================*/

#side {
    width: 25%;
	float: left;
}

#side h2{
border-radius: 5px;
text-align: center;
padding: 15px;
margin: 0;
}

#side ul {
    padding: 0;
	margin: 0 0 40px 0;
}

#side li {
    padding: 0;
	border-bottom: #FFF 2px solid;
	background: #c9c9cb;
	text-align: center;
	font-weight: bold;
}
#side li a{
display: block;
padding: 15px 10px;
color: #292929;
text-decoration: none;
}

#side #catalog{
width: 100%;
}

#side #catalog a{
display: block;
text-align: center;
margin-bottom: 40px;
clear: both;
}

#side #about p{
margin-bottom: 10px;
}

#side #about p strong{
font-size: 1.2em;
}

#side #about p a{
text-decoration: underline;
}


@media screen and (max-width:767px){

#side {
display: none;
    width: 100%;
	float: none;
	margin-top: 20px;
}

#side h2{
padding: 15px;
}

#side #catalog img{
border-radius: 100%;
height: 31%;
width: 31%;
float: left;
margin: 15px 0 15px 15px;
}

#side #catalog p{
font-size: 0.9em;
line-height: 1.5em;
margin: 15px 10px 15px 0;
float: right;
width: 53%;
color: #FFF;
}




}


/* breadcrumb
===============================================================================*/
#breadcrumb{
margin:15px 0 15px 0;
font-size: 0.8em;
}
#breadcrumb a{
text-decoration: underline;
}

@media screen and (max-width:767px){
#breadcrumb{
margin:10px 0 10px 0;
}

}


/* main
===============================================================================*/

main.container{
display: table;
}

#main{
float: right;
width: 70%;
}

h2#page_ttl {
    background: #5a5657;
    color: #5a5657;
    padding: 40px 0;
    margin: 0;
    line-height: 1em;
    text-align: center;
    font-size: 2em;
    font-weight: normal;
}

h2#page_ttl span {
    background: #fff;
    padding: 10px;
	border-radius: 30px;
}

#main h2#page_ttl + img{
width: 100%;
height: auto;
margin-bottom: 20px;
}

#bnr_catalog img{
width: 100%;
height: auto;
}

@media screen and (max-width:767px){

#main{
float: none;
width: 100%;
}
h2#page_ttl {
    margin-top: 47px;
    font-size: 1.4em;
}
main.container{
display: block;
}
}

@media screen and (max-width:320px){
#main h2#page_ttl{
font-size: 1.2em;
}

}

/* pageTop 
===============================================================================*/

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 0.8em;
    z-index:1;
}

#page-top a {
    background:  #5C4539;
    text-decoration: none;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    display: block;
    border-radius: 5px;
    line-height: 1.8em;
    font-weight: bold;
}

#page-top i{
font-size: 2em;
}

#page-top strong{
display: block;
}



/* footer
===============================================================================*/

#jkk_bnr{
	margin-top:80px;
}

#footer_link{
/*width: 100%;*/
margin-top: 60px;
}

#footer_catalog{
/*border: 3px #231711 solid;
border-radius: 5px;
display: table;
overflow: hidden;*/
/*width: 100%;*/
margin-top: 60px;
/*background: #FFF;*/
}

/*#footer_catalog img{
float: left;
width: 500px;
height: auto;
margin: 0 40px 0 0;
}

#footer_catalog h2{
color: #231711;
margin: 40px 0 10px 0;
float: left;
}

#footer_catalog a p{
margin: 0px 0 10px 0;
float: left;
color: #000;
}

#footer_catalog strong{
display: block;
background: #231711;
border-radius: 5px;
color: #FFF;
float: left;
padding: 5px 15px;
}*/

footer .container{
display: table;
}

#footer_contents{
margin-top: 60px;
border-top: 1px solid #595656;
display: table;
width: 100%;
background: #fff;
}

#footer_contents .container h2{
float: left;
font-size: 0.9em;
font-weight: normal;
max-width: 35%;
}

#footer_contents .container h2 a{
display: block;
    height: 97px;
    margin: auto;
}

#footer_contents .container h2 a img{
width: 100%;
}

#footer_contents .container ul{
float: right;
margin: 21px 0;
padding: 0;
padding-left: 40px;
}

#footer_contents .container ul li{
float: left;
}

#footer_contents .container ul li:nth-child(1){
margin-right: 20px;
padding:10px 0 4px 0;
}

#footer_contents .container ul li:nth-child(1) i{
color: #595656;
font-size: 1.3em;
margin: 5px 0 0px 0;
}

#footer_contents .container ul li:nth-child(1) span{
/*font-size: 20px;*/
line-height: 1em;
color: #595656;
font-weight: bold;
/*letter-spacing: 0.05em;
font-weight: bold;
font-family: Century Gothic;
*/}

.tel_btn{
    float: left;
    font-size: 16px;
    font-weight: bold;
    border-radius: 10px;
    background: #595556;
    color: #fff;
    padding: 5px 10px;
    margin-right: 5px;
    margin-top: -7px;
}

#footer_contents .container ul li:nth-child(1) span a{
color: #595656;
text-decoration: none;
font-weight: bold;
font-size: 24px;
}

#footer_contents .container ul li:nth-child(1) strong{
display: block;
font-size: 12px;
line-height: 1em;
font-weight: normal;
padding:5px 0 0 0px;
clear: both;
}

#footer_contents .container ul li:nth-child(2) a{
display: table;
    background: #ffffff;
    color: #e60d1b;
    border: solid 2px;
    border-radius: 30px;
	margin-top: 5px;
}

#footer_contents .container ul li:nth-child(2) i{
font-size: 1.4em;
line-height: 1em;
margin: 11px 5px 11px 15px;
display: block;
float: left;
}

#footer_contents .container ul li:nth-child(2) p{
display: block;
font-size: 14px;
line-height: 1.5em;
padding: 10px 10px 10px 0;
float: left;
}

#footer_contents iframe{
width: 100%;
height: 300px;
}


footer{
border-top: 1px solid #595656;
background: #fff;
padding: 20px 0;
display: table;
width: 100%;
}

footer .container ul{
padding: 0;
margin: 0;
line-height: 2em;
font-size: 12px;
letter-spacing: initial;
}

footer .container ul li{
float: left;
color: #675234;
padding-right: 2px;
}

footer .container ul li::after {
    content: " | ";
}

footer .container ul li a{
text-decoration: underline;
}

/* copy */

#copy {
font-size: 0.7em;
letter-spacing: 0.15em;
padding: 20px 0;
text-align: center;
line-height: 1.2em;
color: #fff;
background: #595656;
}


@media screen and (max-width: 767px) {

#tel_box {
    color: #595656;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 5px;
	/*width: 70%;*/
    margin: 10px auto auto auto;
}

/*.tel_btn {
    float: left;
    font-size: 14px;
    font-weight: bold;
    border-radius: 10px;
    background: #595556;
    color: #fff;
    padding: 5px 10px;
    margin-right: 0px;
    margin-top: -7px;
}*/

#tel_box a{
    color: #595656;
	font-weight:bold;
	text-decoration:none;
	    font-size: 20px;
}

#footer_address{
	text-align:center;
}

#footer_contents .container h2 a {
    display: block;
    height: 87px;
    margin: auto;
}

#footer_contact {
    background: #fff;
    border: solid 2px #e60d16;
	border-radius:30px;
    color: #e60d16;
    width: 71%;
    margin: 30px auto;
}

#footer_contact a{
	text-decoration:none;
	color: #e60d16;
}

#footer_contact i {
    font-size: 1.6em;
    line-height: 1em;
    margin: 4% 3% 4% 9%;
    display: block;
    float: left;
}

#footer_contact p {
    display: block;
    font-size: 16px;
    line-height: 1.5em;
    padding: 3% 8% 3% 0;
	margin:0px;
	text-align:right;
}

#footer_link{
	margin-top:30px;
}

#footer_catalog{
/*border: 3px #231711 solid;
border-radius: 5px;
display: table;
overflow: hidden;
width: 100%;*/
margin-top: 30px;
}

/*#footer_catalog a{
text-decoration: none;
}

#footer_catalog img{
float: none;
width: 100%;
height: auto;
margin: 0 40px 0 0;
}

#footer_catalog h2{
color: #231711;
margin: 20px 0 10px 20px;
float: none;
}

#footer_catalog a p{
margin: 0px 0 10px 20px;
float: none;
}

#footer_catalog strong{
float: none;
padding: 5px 15px;
margin: 0 20px 20px 20px;
}*/

#footer_contents .container h2{
margin: 0px auto 0px auto;
max-width: 65%;
text-align: center;
float: none;
}

#footer_contents .container ul {
display: table;
float:none;
margin: 0px 0 30px 0;
padding: 0;
padding-left: 0px;
border-left: none;
padding-left: 0px;
}

#footer_contents .container ul li:nth-child(2) a{
margin-top: 20px;
}

#footer_contents iframe{
width: 100%;
height: 400px;
display: block;
}

/*#copy{
margin-bottom: 80px;
}*/

#page-top strong{
display: none;
}

}











@media screen and (max-width:767px){
.pc{
display: none;
}
.sp{
display: block;
}
}