@charset "UTF-8";

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

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

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

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

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

/* nivo-SLIDER */
@import url("nivo-slider.css");

/* ==================================================
  setting
================================================== */
html{
  font-size: 62.5%;
}
body{
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  overflow-x: hidden;
  height: 100%
}


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)";
}

main{
min-height:500px;
padding: 0px 0 50px;
background:#fff;
animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0;transform: translateY(50px);}
    100% {opacity: 1;transform: translateY(0);}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0;transform: translateY(50px);}
    100% {opacity: 1;transform: translateY(0);}
}

/* 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: -90px;
    position: absolute;
    width: 100%;
    margin: 90px auto 0;
    padding: 0px 0 0px;
    height: 90px;
    z-index: 2000;
    background:rgba(255,255,255,1.0);
    box-shadow:1px 1px 3px #333;
}

#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: 90px;
    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:0px 0 0px;
  width:19%;
}

#h_info_pc{
  float: right;
  padding:0px 10px 0px 0;
}

#h_info_sp{
  display:none;
}


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

footer {
	padding:0px 0px 0px;
	background:#ffd2d2;
	border-top:solid 6px #ff7777;
}

#f_contact{
padding:35px 0px 35px;
background:url(../common_img/bg_f.png) repeat 0 0;
}

#f_contact dl{
text-align:center;
}

#f_contact dl dd{
padding:10px 0;
}

footer nav{
width:100%;
margin:20px auto 20px;
font-size:100%;
}

footer nav ul{
width:100%;
display:table;
}

footer nav ul li{
display:table-cell;
color:#fff;
text-align:center;
font-weight:bold;
}

footer nav ul li a{
display:block;
color:#333;
text-decoration:none !important;
}

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;
background:#ff3535;
}

#site_copy p{
text-align:center;
}

.sp_f_nav{
display:none;
}

#site_copy .link_box {
  text-align: center;
  margin-bottom:20px;
}

#site_copy .link_box img{
  padding:5px;
}

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

footer {
	padding:0px 0px 0px;
}

}

/* ==================================================
g_map
================================================== */

.g_map{
margin: 0px auto 0;
width: 100%;
}

.g_map iframe {
    width: 100%;
    margin: 0px auto 0;
}


/* ▽ 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: 55px;
top: 0;
position: fixed;
margin-top: 0;
background:rgba(255,255,255,1.0);
}

    /* Fixed reset */

#header.fixed {
padding-top: 0;
background: transparent;
height: 55px;
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: 220px;
    padding:0px 0 0px;
  }

#h_info_sp{
  display:inline;
  float: right;
  padding:0px 0px 0px 0;
  margin-right:15px;
  width:55px;
  background:#ff0000;
}

#h_info_pc{
  display:none;
}

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

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


#f_contact dl dd a{
background:red;
display:block;
text-align:center;
width:60px;
margin:0 auto;
}


footer nav ul{
display:block;
margin:0 0px 0px 0;
width:100%;
}

footer nav ul li{
color:#fff;
margin-bottom:0px;
font-size:100%;
display:block;
font-weight:bold;
}

footer nav ul li a{
display:block;
padding:15px 20px;
border-top:dotted 1px #fff;
background:url(../common_img/ic_arrow08_on.png) no-repeat 95% center;
}
}


