@charset "UTF-8";

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

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

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

/* TOP */
@import url("css/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("css/content.css");

/* lightbox */
@import url("css/lightbox.css");

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


/* ==================================================
  setting
================================================== */
html{
  font-size: 62.5%;
}
body{
  font-size: 16px;
  font-size: 1.6rem;
  min-width: 1100px;
  position: relative;
  overflow-x: hidden;
}
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 50px;
}



.container { 
	max-width: 1600px;
	margin: 0 auto;
	overflow: hidden;
        font-size: 15px;
        font-size: 1.5rem;
}

.cont_short { 
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
        font-size: 15px;
        font-size: 1.5rem;
}

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

.container,.cont_short { 
	max-width: 96%;
}

}



/* 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;
}

}

/* ----------   floater  --------------------- */

.floater{
width:100px;
right:0.8%;
top:15px;
position: absolute;
z-index:1999;
}

.floater img{
width:100%;
margin:0 0 10px;
}

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

.floater{
top:40px;
width:60px;
}
}

/* ==================================================
  header
================================================== */
#header {
    top: 0px;
    width: 100%;
    margin: 0px auto 0;
    padding: 0px 0 0px;
    height: 90px;
    z-index: 2000;
    position:fixed;
    border-top:solid 6px #00c6ff;
    background:rgba(255,255,255,1.0);
}

#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);
    box-shadow:1px 1px 3px #ccc;
    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:7px 0 0px 10px;
  width:330px;
}



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



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

footer {
	padding:0px 0px 0px;
	background: linear-gradient(#00c6ff, #002a96);
	width:100%;
}

footer nav{
width:80%;
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:#fff;
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;
background:#00237d;
text-align:center;
color:#fff;
width:100%;
}

#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;
background: url(common_img/bg_f.png) repeat 0 0;
}

footer dl dt{
text-align:center;
margin-bottom:20px;
}

footer dl dt span{
display:block;
margin:15px 0 0;
font-weight:bold;
}

footer dl dd{
text-align:center;
}

footer dl dd img{
margin:15px;
}

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

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


footer dl dt span{
font-size:80%;
}

}


/* ▽ 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: 240px;
    float: left;
    padding:8px 0 0px;
  }



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

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

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

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

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

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

}

/* ==================================================
  banner
================================================== */

.banner{
margin:15px 0;
}

.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{
width:1200px;
margin:15px auto;
}

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

.banner .b_right{
float:right;
width:600px;
min-height:237px;
background:url(common_img/banner.png) no-repeat center 0;
padding:80px 162px 0 31px;
text-align:center;
}



}