@charset "UTF-8";

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

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

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

/* NIVO */
@import url("nivo-slider.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");

/* AOS */
@import url("aos.css");


/* ==================================================
  setting
================================================== */
html{
  font-size: 62.5%;
}
body{
  font-size: 16px;
  font-size: 1.6rem;
  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)";
}

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

.top_bg{
background-color: #fff;
background-image: url(../common_img/img_05.png),url(../common_img/img_04.png);
background-position: left bottom,right 0%;
background-repeat: no-repeat,no-repeat;
background-size: 50%,50%;
}

.floater{
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 2001;
    animation-name: LeftToRight;
    animation-duration: 1.5s;
}

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

main{
padding: 0px 0 50px;
}

.floater{
    right: 0px;
    top: 55px;
}
.floater img{
width:120px;
}

}

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

@media only screen and (max-width: 1000px) {
.top_bg{
background-color: #fff;
background-image: none;
}
}


/* 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: 0px;
    position: absolute;
    width: 100%;
    padding: 5px 0 0px;
    height: 157px;
    z-index: 2000;
    background:rgba(255,255,255,1.0);
    border-top:solid 6px #00aee7;
}

@media all and (-ms-high-contrast: none) {
#header {
    top: 0px;
    position: absolute;
    width: 100%;
    padding: 10px 0 0px;
    height: 157px;
    z-index: 2000;
    background:rgba(0,0,0,0.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;
    height: 157px;
    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 0px;
  width:260px;
}

#h_info {
  float: right;
  width:500px;
  padding:20px 20px 0px 0px;
}

#h_info li{
  float: left;
  padding:0px 0 0px 0px;
  width:240px;
}

#h_info li a{
  text-align:center;
  display:block;
  padding:0px 0;
}

#h_info li:last-child a{
  background:#654410;
}

#h_info li:last-child a:hover{
  background:red;
}

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

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

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

#gnav {
  margin-top: 10px;
  width:100%;
  background: linear-gradient(#00aee7, #008de7);
        filter:alpha(opacity=0); /* IE 6,7*/
        -ms-filter: "alpha(opacity=0)"; /* IE 8,9 */
        -moz-opacity:0; /* FF , Netscape */
        -khtml-opacity: 0; /* Safari 1.x */
        opacity:0;
        zoom:1; /*IE*/
  -webkit-animation: fadeIn 1.0s ease 1.0s 1 forwards;
  animation: fadeIn 1.0s ease 1.0s 1 forwards;
}

#gnav .main_navi{
  display:table;
  width:100%;
}

#gnav .main_navi > li {
  display:table-cell;
  font-weight:normal;
  text-align:center;
  position: relative;
  width:15%;
  line-height: 1.5;
}
#gnav .main_navi > li:first-child{
  width:10%;
}

#gnav .main_navi > li span{
display: block;
text-align:center;
color:#b7e3ff;
  font-size: 13px;
  font-size: 1.3rem;
}
#gnav .main_navi > li > a {
  color: #fff;
  text-decoration: none;
  display: block;
  cursor: pointer;
  padding:8px 0;
  font-size: 14px;
  font-size: 1.4rem;
  text-align:center;
  border-left:solid 1px #ccc;
}
#gnav .main_navi > li:first-child > a {
  border-left:none;
}
#gnav .main_navi > li > a:hover {
  background: rgba(0,0,0,0.3);
}


/* menu button
----------------------------- */
#menuButton {
  display: none;
}

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

footer {
	padding:0px 0px 0px;
	background: linear-gradient(#00aee7, #008de7);
}

#f_contact{
padding:35px 0px 35px;
background: url(../common_img/bg_f.png) repeat 0 0px;
border-top:1px #ccc solid;
}
#f_contact dl{
text-align:center;
}

#f_contact dl dd p{
font-weight:normal;
display:block;
}
#f_contact dl dd span{
color:#cc0000;
}
#f_contact dl dd{
padding:10px 0;
}

#f_contact dl dd ul{
width:480px;
margin:20px auto 0;
display:block;
}

#f_contact dl dd ul li{
width:240px;
float:left;
text-align:center;
}
#f_contact dl dd ul li a{
display:block;
text-align:center;
padding:5px 0;
}

#f_contact dl dd ul li:last-child a{
background:#654410;
}
#f_contact dl dd ul li:last-child a:hover{
background:#ff4e00;
}

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:#fff;
text-decoration:none !important;
}

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

.f_link{
text-align:center;
}

.f_link img{
margin:5px;
width:200px;
border:solid 1px #ccc;
}


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

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

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

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

#f_contact dl dd ul li a,#f_contact dl dd ul li:last-child a{
background:none;
}


}


/* ▽ 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);
border-bottom:solid 1px #ccc;
}

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



#h_info {
  float: right!important;
  width:115px;
  padding:0px 45px 0px 0px;
}

#h_info li{
  float: left;
  padding:13px 0 0px 0px;
  width:30px;
  margin:0 2px;
}

#h_info li a{
  background:none;
  text-align:center;
  display:block;
  padding:0px 0;
}

#h_info li:last-child a{
  background:#none;
}


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

#f_contact dl dd ul{
width:120px;
margin:20px auto 0;
display:block;
}

#f_contact dl dd ul li{
width:50px;
float:left;
margin:5px;
text-align:center;
}

}

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


  #gnav .main_navi > li > a {

  }

}


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

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

#gnav {
  padding-top: 0px;
  float: none;
  background:none;
  border-bottom:none;
}

  #sp_nav {
    width: 100%;
    height: 100%;
    padding: 10px 0px 20px;
    background: rgba(0,0,0,0.9);
    box-sizing: border-box;
    position: fixed;
    top: 55px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha( opacity=0)";
    visibility: hidden;
    overflow: hidden;
  }
  #sp_nav.active{
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100)";
    visibility: visible;
    overflow: visible;
    overflow-y: scroll;
  }

#gnav {
  padding-top: 0px;
}

  #gnav .main_navi ul{
   display:block;
  }
  #gnav .main_navi > li {
    text-align: left;
    width: 50%;
    float:left;
    margin:0 0px;
  }

#gnav .main_navi > li:first-child{
  width:100%;
}

  #gnav .main_navi > li > a {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0;
    border: none;
    padding: 10px 0px;
    color:#fff;
    border-top:dotted 1px #fff;
  }


  /* menu button
  ----------------------------- */
  #menuButton{
    display: block;
    position: fixed;
    top: 15px;
    right: 8px;
    height: 32px;
    width: 30px;
    z-index: 100;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
  }
  #menuButton.active .top{
    background: red;
    -webkit-transform: translateY(10px) translateX(0) rotate(45deg);
    transform: translateY(10px) translateX(0) rotate(45deg);
  }
  #menuButton.active .middle{
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha( opacity=0)";
  }
  #menuButton.active .bottom{
    background: red;
    -webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
    transform: translateY(-10px) translateX(0) rotate(-45deg);
  }
  #menuButton span{
    background: #000;
    border: none;
    height: 4px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    cursor: pointer;
  }
  #menuButton span:nth-of-type(2){
    top: 10px;
  }
  #menuButton span:nth-of-type(3){
    top: 20px;
  }
  #menuButton p {
    color: #2f58b6;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 600;
    text-align: center;
    width: 40px;
    position: absolute;
    bottom: 0;
  }
  #menuButton .op,
  #menuButton.active .cl {
    display: none;
  }
  #menuButton.active .op {
    color: #fff;
    display: block;
  }

}

/* ==================================================
  タイトルスタイル
================================================== */
.tt_style01{
font-size:200%;
text-align:center;
padding:0px 0px 0px 0px ;
font-weight:bold;
margin:50px 0px 25px;
}

.tt_style01 span{
font-size:70%;
display:block;
text-align:center;
color:#004682;
text-decoration:underline;
}

section:first-child .tt_style01{
margin:0px 0px 25px;
}

.tt_style02{
padding:0px 0px 5px 20px ;
margin:30px 0 25px;
line-height:35px;
font-weight:bold;
color:#000;
font-size:120%;
border-left:solid 6px #50230a;
border-bottom:dotted 1px #333;
}
section:first-child .tt_style02{
margin:0px 0 25px;
}

.tt_style03{
font-size:220%;
color:#000;
background:url(../images/bg_03_b.png) no-repeat center 0;
text-align:center;
padding:70px 0px 0px 0px ;
font-weight:bold;
margin:0px 0px 25px;
line-height:1.0;
}

.tt_style03 span{
font-size:60%;
text-decoration:underline;
color:#c30d23;
}

.tt_style04{
font-size: 220%; 
color: #005b95;
padding:0px 0 10px 0px;
font-weight:bold;
text-align:center;
}

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

section:first-child .tt_style01{
margin:0px 0px 20px;
}

.tt_style01{
font-size:160%;
margin:40px 0px 20px;
}

.tt_style01 span{
font-size:80%;
}

.tt_style02{
font-size: 120%; 
}

.tt_style03{
font-size:160%;
}

}


/* ==================================================
  サイドバー
================================================== */

