@charset "utf-8";

@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:700);



/* common
===============================================================================*/

*{
margin: 0;
padding: 0;
}

body {
font-family:  'Noto Sans JP','メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif, monospace;
letter-spacing: 0.05em;
font-size: 1em;
line-height: 1.5em;
margin: 0;
padding: 0;
}

a {
color: #333333;
text-decoration: none;
}

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 .container{
margin: 15px auto;
display: table;
}

header h1{
font-size: 0.7em;
color: #666;
font-weight: normal;
line-height: 1em;
margin: 0 0 5px 0;
border-bottom: 1px solid #DDD;
}

header h1 strong{
display: block;
width: 960px;
margin: 5px auto;
font-weight: normal;
}

header .container h2{
float: left;
clear: left;
margin: 0;
margin-bottom: 0px;
}

header .container h2 a{
display: block;
}

header .container h2 a img{
height: 45px;
width: auto;
margin-top: 5px;
}

header .container ul{
float: right;
margin: 0;
padding: 0;
}

header .container ul li{
float: left;
}

header .container ul li:nth-child(1){
margin-right: 20px;
}

header .container ul li:nth-child(1) i{
color: #09A600;
font-size: 1.8em;
margin: 0 10px 0 0;
}

header .container ul li:nth-child(1) span{
font-size: 2em;
line-height: 1em;
letter-spacing: 0.05em;
font-weight: bold;
/*font-family: Century Gothic;*/
font-family: 'Noto Sans JP';
}

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: 0.75em;
line-height: 1em;
font-weight: normal;
padding:5px 0 0 0px;
clear: both;
}

header .container ul li:nth-child(2) a{
display: table;
background: #e95412;
border-radius: 5px;
color: #FFF;
}

header .container ul li:nth-child(2) i{
font-size: 2.3em;
line-height: 1em;
margin: 7px 10px 7px 15px;
display: block;
float: left;
}

header .container ul li:nth-child(2) strong{
display: block;
font-size: 0.8em;
line-height: 1.5em;
padding:7px 15px 7px 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;
}
header .container {
width: 90%;
margin: 0px 5%;
padding: 10px 0;
}

header h1{
font-size: 0.7em;
float: none;
margin: 0;
}

header h1 strong{
display: block;
width: 90%;
margin: 5px 5%;
font-weight: normal;
}

header .container h2{
float: none;
margin: 0;
}
header .container h2 a{
display: inline;
}
header .container h2 a img {
height: 30px;
width: auto;
margin-top: 0px;
}
}

@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%;
}

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{
display: block;
color: #000;
padding: 15px 0px;
font-size: 0.9em;
line-height: 1em;
font-weight: bold;
}


nav .container ul li:hover::after{
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 4px;
background: #e95412;
}








@media screen and (max-width:767px){
#panel-btn{
display: inline-block;
position: absolute;
width: 34px;
height: 34px;
right: 20px;
top:38px;
margin: 0;
border-radius: 50%;
float: right;
text-decoration: none;
}


#panel-btn-icon{
display: block;
position: absolute;
top: 30%;
left: 50%;
width: 34px;
height: 4px;
margin: 0px 0 0 -18px;
background: #000;
transition: .2s;
}
#panel-btn-icon:before,
#panel-btn-icon:after{
display: block;
content: "";
position: absolute;
top: 30%;
left: 0;
width: 34px;
height: 4px;
background: #000;
transition: .3s;
}
#panel-btn-icon:before{
margin-top: -12px;
}
#panel-btn-icon:after{
margin-top: 10px;
}
#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;
}

nav{
background: #FFF;
border-width: 0;
}

}


/* side 
===============================================================================*/

#side {
width: 25%;
float: left;
}

#side h2{
color: #e95412;
border: #e95412 2px solid;
border-radius: 5px;
text-align: center;
padding: 20px;
margin: 0;
}

#side ul {
padding: 0;
margin: 0 0 50px 0;
border-top: #e95412 1px solid;
}

#side li {
padding: 0;
border-bottom: #e95412 1px solid;
color: #e95412;
}
#side li a{
display: block;
padding: 15px 10px;
color: #e95412;
}

#side #catalog{
background: #e95412;
width: 100%;
display: table;
border-radius: 5px;
margin: 20px 0;
}

#side #catalog h2{
border-bottom: 2px dotted #FFF;
padding: 20px;
margin: 0;
font-size: 1.3em;
font-weight: bold;
color: #FFF;
}

#side #catalog img{
border-radius: 100%;
  height: auto;
  width: 31%;
  float: left;
  margin: 15px 0 15px 10px;
}

#side #catalog p{
font-size: 0.7em;
line-height: 1.2em;
margin: 15px 7px 15px 0;
float: right;
width: 53%;
color: #FFF;
}

#side #catalog a{
display: block;
background: #FFF;
border-radius: 5px;
text-align: center;
font-weight: bold;
padding: 10px 0;
line-height: 1em;
margin: 10px;
color:#e95412;
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:90px 0 10px 0;
}

}


/* main
===============================================================================*/

main.container{
display: table;
}

#main{
float: right;
width: 70%;
}

#main h2#page_ttl{
border-radius: 5px;
color: #FFF;
padding: 20px;
position:relative;
margin: 0 0 20px 0;
line-height: 1.5em;
}

#main h2#page_ttl::before{
border-bottom: 2px dotted #FFF;
width: 100%;
content: "";
position: absolute;
bottom: 10px;
left: 0;
}

#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%;
}
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:#FFB200;
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
===============================================================================*/

#footer_catalog{
border: 3px #e95412 solid;
border-radius: 5px;
display: table;
overflow: hidden;
width: 100%;
margin-top: 30px;
}

#footer_catalog img{
float: left;
width: 500px;
height: auto;
margin: 0 40px 0 0;
}

#footer_catalog h2{
color: #e95412;
margin: 40px 0 10px 0;
float: left;
}

#footer_catalog p{
margin: 0px 0 10px 0;
float: left;
}

#footer_catalog strong{
display: block;
background: #e95412;
border-radius: 5px;
color: #FFF;
float: left;
padding: 5px 15px;
}

footer .container{
display: table;
}

#footer_contents{
margin-top: 50px;
border-top: 1px solid #DDD;
display: table;
width: 100%;
}

#footer_contents .container h2{
float: left;
margin: 15px 0 0 0;
font-size: 0.9em;
font-weight: normal;
max-width: 35%;
}

#footer_contents .container h2 a{
display: block;
}

#footer_contents .container h2 a img{
height: 40px;
width: auto;
}

#footer_contents .container ul{
float: right;
margin: 30px 0;
padding: 0;
border-left: 1px solid #DDD;
padding-left: 40px;
}

#footer_contents .container ul li{
float: left;
}

#footer_contents .container ul li:nth-child(1){
margin-right: 20px;
}

#footer_contents .container ul li:nth-child(1) i{
color: #09A600;
font-size: 1.8em;
margin: 0 10px 0 0;
}

#footer_contents .container ul li:nth-child(1) span{
font-size: 2em;
line-height: 1em;
letter-spacing: 0.05em;
font-weight: bold;
font-family: Century Gothic;
}

#footer_contents .container ul li:nth-child(1) strong{
display: block;
font-size: 0.75em;
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: #e95412;
border-radius: 5px;
color: #FFF;
}

#footer_contents .container ul li:nth-child(2) i{
font-size: 2.3em;
line-height: 1em;
margin: 7px 10px 7px 15px;
display: block;
float: left;
}

#footer_contents .container ul li:nth-child(2) strong{
display: block;
font-size: 0.8em;
line-height: 1.5em;
padding:7px 15px 7px 0;
float: left;
}

#footer_contents iframe{
width: 100%;
height: 300px;
}


footer{
background: #e95412;
padding: 20px 0;
display: table;
width: 100%;
}

footer .container ul{
padding: 0;
margin: 0;
line-height: 2em;
font-size: 0.9em;
}

footer .container ul li{
float: left;
color: #FFF;
}

footer .container ul li::after{
content:" ｜";
}

footer .container ul li a{
text-decoration: underline;
color: #FFF;
}

footer .container ul li a::before{
font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f105";	color: #FFF;
}



/* copy */

#copy {
font-size: 0.7em;
letter-spacing: 0.15em;
padding: 10px 0;
text-align: center;
line-height: 1em;
}


@media screen and (max-width: 767px) {

#footer_catalog{
border: 3px #e95412 solid;
border-radius: 5px;
display: table;
overflow: hidden;
width: 100%;
margin-top: 30px;
}

#footer_catalog img{
float: none;
width: 100%;
height: auto;
margin: 0 40px 0 0;
}

#footer_catalog h2{
color: #e95412;
margin: 20px 0 10px 20px;
float: none;
}

#footer_catalog 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: 30px 0 20px 0;
max-width: 100%;
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: 300px;
display: block;
}

#copy{
margin-bottom: 80px;
}

#page-top strong{
display: none;
}

}






@media screen and (max-width:767px){
.pc{display: none;}
.sp{display: block;}
}