@charset "UTF-8";


/* RESET */
@import url("reset.css");

/* drawer.min */
@import url("drawer.min.css");

/* Utility */
@import url("utility.css");

/* TOP */
@import url("top.css");

/* Font Awesome */
@import url("https://use.fontawesome.com/releases/v5.6.1/css/all.css");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css");

/* Content */
@import url("content.css");

/* ==================================================
  setting
================================================== */
html{
  font-size: 62.5%;
}
body{
  font-size: 16px;
  font-size: 1.6rem;
  min-width: 1100px;
  position: relative;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
img {
  max-width: 100%;
  height: auto;
}
.pc_none {
  display: none;
}
.btn_hover {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.btn_hover:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70)";
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

main{
min-height:500px;
padding: 0px 0 40px;
}







/* page_top
----------------------------- */
#page_top{
  width: 50px;
  position: fixed;
  right: 50px;
  bottom:50px;
  z-index: 20;
}
#page_top a:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70)";
}

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

#page_top{
  right: 5px;
  bottom:5px;
}

}

/* ==================================================
  header
================================================== */
#header {
    top: -100px;
    width: 100%;
    margin: 0px auto 0;
    padding: 0px 0 0px;
    height: 75px;
    z-index: 2000;
    background:rgba(255,255,255,0.1);
}

#pagetop_kasou #header {
    margin: 0px auto 0;
}

#header .header_frame {
  width: 100%;
  margin: 0 auto;
  padding: 0px 0 0;
  position: relative;
}

/* Fixed */
#header.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 0px;
    height: 75px;
    background:rgba(255,255,255,1.0);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}

#pagetop_kasou #header.fixed  {
    margin: 0px auto 0;
}

#h_logo {
  float: left;
  padding:5px 0 0px 10px;
  width:300px;
}



/* ==================================================
  gnav
================================================== */



/* ==================================================
  footer
================================================== */

footer {
	padding:0px 0px 0px;
	background:url(../common_img/bg_f.png) repeat 0 0;
	background-size:cover;
}

.f_logo{
text-align:center;
margin:15px 0;
color:#fff;
}

.f_logo a{
color:#fff;
text-decoration:none;
}
footer nav{
display:flex;
flex-wrap:wrap;
flex-diretion: row;
}

footer nav ul{
width:25%;
padding:1%;
border-right:dotted 1px #fff;
}

footer nav ul li{
display:bloc;
color:#fff;
font-weight:bold;
padding:1.5%;
}

footer nav ul li a{
display:block;
color:#fff;
padding:0.5%;
font-weight:normal;
text-decoration:none !important;
}
footer nav ul li a:before{
        content:'\f35a';
        margin:0px 5px 0px 0px ;
        font-weight: 900;
        font-family:'Font Awesome 5 Free';
}

footer nav ul li a:hover{
color:rgba(255,255,255,0.6) !important;
}



#site_copy{
margin:0px 0 0 0;
padding:30px 0 30px;
color:#fff;
}

#site_copy .link_box{
text-align:center;
}

#site_copy .link_box img{
margin:10px;
}

#site_copy p{
text-align:center;
padding:20px 0 0px;
}

.sp_f_nav{
display:none;
}

footer dl{
padding:30px 0px;
}



/* ▽ SP layout ============================================================ */

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

/* ==================================================
  setting
================================================== */
  body{
    min-width: auto;
  }
  .pc_none {
    display: inherit;
  }
  .sp_none {
    display: none;
  }
  .btn_hover:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100)";
  }

  /* page_top
  ----------------------------- */
  #page_top{
    right: 5px;
    bottom: 5px;
  }
  #page_top a:hover{
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100)";
  }

/* ==================================================
  header
================================================== */

#header{
height: 72px;
top: 0;
position: fixed;
margin-top: 0;
background:rgba(255,255,255,1.0);
}

    /* Fixed reset */

#header.fixed {
padding-top: 0;
background: transparent;
height: 72px;
background:rgba(255,255,255,1.0);
}

  #header .header_frame {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    z-index: 30;
  }

  #h_logo {
    width: 200px;
    float: left;
    padding:10px 0 0 5px;
  }



/* ==================================================
  gnav
================================================== */



/* ==================================================
  footer
================================================== */

footer .container { 
	max-width: 100% !important;
}

footer nav ul{
width:100%;
padding:1.5%;
border-right:none;
}

footer nav ul li{
display:bloc;
color:#fff;
font-weight:bold;
padding:0.3%;
}

footer nav ul li a{
display:block;
color:#fff;
padding:1.0%;
border-bottom:dotted 1px #fff;
}



}



/* ==================================================
バナー
================================================== */

.banner{
margin:0px auto;
width:95%;
padding:25px 0 0;
border-top:double 4px #e7e7e7;
}

.banner .b_left{
float:none;
width:100%;
max-width:560px;
margin:0 auto 0;
}

.banner .b_right{
float:none;
width:100%;
background:none;
padding:10px 0px 0 0px;
text-align:center;
}
.banner .b_right img{
padding:5px;
}

@media print, screen and (min-width: 1200px) {

.banner{
margin:15px auto;
width:100%;
}

.banner .b_left{
float:left;
width:600px;
margin:0px 0 0;
}

.banner .b_right{
float:right;
width:569px;
padding:0px 0px 0 0px;
text-align:center;
}



}



