@charset "UTF-8";

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

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

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

/* CONTENTS */
@import url("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%
}


.floater{
width:184px;
right:2%;
top:175px;
position: absolute;
}

.floater img{
width:50%;
}

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

.floater{
top:10px;

}
}

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

.floater{
width:110px;
}

.floater img{
width:50%;
}


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

.floater{

}
}

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

}

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: -145px;
    position: absolute;
    width: 100%;
    padding: 0px 0 0px;
    height: 145px;
    z-index: 2000;
    margin: 145px auto 0;
    background:rgba(0,0,0,0.0);
}

@media all and (-ms-high-contrast: none) {
#header {
    top: 0px;
    position: absolute;
    width: 100%;
    padding: 0px 0 0px;
    height: 145px;
    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;
    padding-top: 0px;
    height: 145px;
    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 20px;
  width:400px;
}

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

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

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

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

#h_info li a:hover{
  background:#00a2b0;
}



/* ==================================================
  gnav
================================================== */
#gnav {
  padding-top: 0px;
  width:100%;
  border-bottom:solid 5px #e25bb7;
  background:#e589bb;
}

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

#gnav .main_navi > li {
  display:table-cell;
  font-weight:bold;
  text-align:center;
  position: relative;
  width:11.111%;
}


#gnav .main_navi > li span{
display: block;
text-align:center;
color:#f3cfe3;
  font-size: 13px;
  font-size: 1.3rem;
  text-shadow:none;
}
#gnav .main_navi > li > a {
  color: #fff;
  text-shadow:1px 1px 3px #333;
  text-decoration: none;
  display: block;
  cursor: pointer;
  padding:5px 0;
  font-size: 16px;
  font-size: 1.6rem;
  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:#b44e86;
}

.pc_none_nav{display:none;}


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

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

footer {
	padding:0px 0px 0px;
	background:#ffb9cb;
}

#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 p{
font-weight:bold;
display:block;
}
#f_contact dl dd span{
color:#cc0000;
}
#f_contact dl dd{
padding:10px 0;
}

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

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

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

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



footer nav ul li a{
display:block;
color:#573813;
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:#000;
}

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

}


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


#h_info {
  float: right;
  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 span{display:none;}

  #gnav .main_navi > li > a {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 15px 0px;
  }

}

@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.7);
    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: 100%;
    display:block;
    margin:0 0px;
  }

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

.pc_none_nav{display:block;}
.pc_none_nav img{float:left;width:50%;}

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

}


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

#side_bar{

}

#side_bar dl{
margin:0 0 45px;
}

#side_bar dt{
text-align:center;
background:#ededed;
padding:10px 0;
}

#side_bar dd{
}

#side_bar dd a{
display:block;
padding:12px 0 12px 30px;
border-bottom:solid 1px #ccc;
background:url(../common_img/ic_arrow03.png) no-repeat 5% center;
text-decoration:none;
color:#333;
box-sizing: border-box;
}

#side_bar dd a:hover{
border:solid 2px #8fada3;
background:#ecf1f0 url(../common_img/ic_arrow03.png) no-repeat 5% center;
box-sizing: border-box;
}

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

#side_bar dd a{
padding:5px 0 5px 30px;
}

}

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

  #h_logo {
    width: 65%;
    float: left;
    padding:0px 0 0px;
  }

}

