@charset "UTF-8";
@import url("parts.css");
@import url("common.css");
@import url("top.css");
@import url("lower.css");

*{box-sizing: border-box;}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, address,
em, img, small, strong, b, i,dl, dt, dd, ol, ul, li, form, label, table, caption,
tbody, tfoot, thead, tr, th, td, article, canvas, footer, header, menu, nav, section,
time, audio, video, figure , button
{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
input[type="button"],input[type="text"],input[type="submit"],input[type="image"],textarea{-webkit-appearance: none;border-radius: 0;}
body {
  font-size: 16px;
  line-height: 1.6;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
}
article, footer, header, menu, nav, section {display: block;}
ul {list-style: none; }
a {margin: 0;color: inherit;padding: 0;font-size: 100%;text-decoration: none;vertical-align: baseline;background: transparent;}
a:link{transition: .3s;}
a:link:hover{opacity: 0.7;cursor: pointer;}
table {border-collapse: collapse;border-spacing: 0; }
em, b {font-style: normal; }
img {max-width: 100%;vertical-align: bottom;}
hr {display: block;height: 1px;margin: 0;padding: 0;border: 0;outline: 0; }
input, select {vertical-align: middle;}

@font-face{
  font-family: 'impact';
  src:url('../font/impact.woff') format('woff'),
  url('../font/impact.ttf')  format('truetype');
}

:root{
  --color-green: #298D90;
}
.impact{font-family: 'impact';}

/*//////////////////////////////
    header
//////////////////////////////*/
header{
  background: #fff;
  color: #776C66;
  left: 0;
  height: auto;
  margin: auto;
  position: fixed;
  transition: 0.5s;
  top: 0;
  width: 100%;
  z-index: 102;
}
.pcnav_item{
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px 10px 20px 20px;
  position: relative;
  margin: auto;
  max-width: 940px;
  width: 100%;
}
.globalnavi{
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
.header_text01{
  font-size: 10px;
}
.header_text02{
  font-size: 12px;
  font-weight: bold;
}
.header_tel{
  color: var(--color-green);
  font-size: 18px;
  font-weight: 900;
  font-family: 'impact';
  letter-spacing: 2px;
}
header h1{
  bottom: 25px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
header h1 a{
  display: block;
  max-width: 170px;
}
.komodo_logo{
  max-width: 115px;
  margin-bottom: 6px;
}
.globalnavi{
  font-size: 10px;
}
.globalnavi ul{
  margin: auto;
}
.globalnavi a{
  border-left: solid 1px;
  display: block;
  line-height: 1;
  padding: 0 20px;
}
.globalnavi li:first-child a{
  border-left: none;
}

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

  header{
    border-bottom: solid 1px #776C66;
    left: 0;
    max-width: none;
    padding: 0;
    top: 0;
    height: 50px;
    position: fixed;
  }

  header h1{
    padding: 10px;
    position: static;
    transform: none;
  }
  /*sp navi */
  .sp_navBtn{
    position: absolute;
    right: 0;
    top: 0;
  }
  .globalnav_btn{
    position: relative;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
  }
  .globalnav_btn span,.globalnav_btn span::before,.globalnav_btn span::after {
    position: absolute;
    display: block;
    width: 32px;
    height: 2px;
    background-color: #000;
  }
  .globalnav_btn span {
    right: 12px;
    top: 25px;
  }
  .globalnav_btn span::before {
    content: "";
    top: -7px;
    right: 0;
    transition: .3s;
  }
  .globalnav_btn span::after {
    content: "";
    bottom: -7px;
    right: 0;
    transition: .3s;
  }
  .open .globalnav_btn span {
    background-color: #fff;
    width: 32px;
  }
  .open .globalnav_btn span::before{
   top: 0;
   left: 0;
   -webkit-transform: rotate(135deg);
   transform: rotate(135deg);
 }
 .open .globalnav_btn span::after {
   bottom: 0;
   left: 0;
   width: 32px;
   -webkit-transform: rotate(-135deg);
   transform: rotate(-135deg);
 }
.open .globalnav_btn p {
  left: 42%;
}
 .sp-menu li a {
    font-size: 14px;
  }
 .sp-menu{
   background-color:#fff;
   position: absolute;
   top: 50px;
   left: 0;
   width: 100%;
   z-index: 800;
   padding-bottom: 50px;
   height: calc(100vh - 50px);
   overflow-y: scroll;
 }
 .sp-menu li{
   border-top: 1px solid #d2d2d2;
   position: relative;
   transition: .5s;
  }
 .sp-menu a{
    padding: 0 15px;
    font-size: 14px;
    line-height: 50px;
    display: block;
    position: relative;
  }
  .sp-menu ul li{
    text-align: left;
     display: block;
     height: auto;
     padding-bottom: 0;
   }
   .sp-menu ul li a{
     padding: 0 0 0 15px;
     line-height: 4em;
   }
  .pcnav,.globalnavi{
    display: none;
  }
  .sp-menu a{
    line-height:initial;
  }
  .sp-menu a.nav_acc{
    position: relative;
  }
  .sp-menu a.nav_acc::before{
    position: absolute;
    content: "";
    width: 2px;
    height: 32px;
    background-color: #000;
    right: 30px;
    top: calc(50% - 16px);
    transition: .3s;
  }
  .sp-menu a.nav_acc::after{
    position: absolute;
    content: "";
    width: 32px;
    height: 2px;
    background-color: #000;
    right: 19px;
    top: calc(50% - 1px);
  }
  .sp-menu a.nav_acc.open::before{
    transform: rotate(90deg);
    transform-origin: center center;
  }
  .sp-menu nav > ul{
    height: auto;
    padding-bottom: 20px;
  }
  .sp-menu nav > ul > li:last-child{
    border-bottom:1px solid #d2d2d2;
  }
  .header_item{
    padding: 10px;
    text-align: center;
  }
  .header_tel{
    font-size: 20px !important;
    margin-top: 10px;
  }
}
/***********************
        footer
***********************/
footer{
  background: url(../img/common/footer-bg.png) no-repeat top left / cover;
  color: #776C66;
  padding: 56px 0 30px;
  border-bottom: solid 42px #776C66;
}
.footer_inner{
  padding: 0 20px;
  margin: auto;
  max-width: 940px;
  width: 100%;
}
.footer_menu{
  display: flex;
  flex-wrap: wrap;
  font-size: 11px;
  margin-bottom: 20px;
}
.footer_menu ul{
  margin-right: 20px;
}
.footer_menu li{
  margin-bottom: 10px;
}
.footer_item{
  text-align: right;
}
.footer_item img{
  width: 170px;
}
.footer_text01,.footer_text03,.footer_text04{
  font-size: 11px;
}
.footer_text01{
  font-family: 'Noto Serif JP', serif;
  margin: 5px 0;
}
.footer_text02{
  font-weight: bold;
}
.footer_tel span{
  font-weight: 900;
  font-family: 'impact';
  letter-spacing: 2px;
}
.footer_tel{
  color: var(--color-green);
  font-size: 30px;
  line-height: 1;
}
.footer_text04 span{
  color: var(--color-green);
}
small{
  border-top: dotted 0.5px #776C66;
  font-size: 10px;
  display: block;
  margin-top: 10px;
  padding: 4px 0;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .footer_menu ul{
    width: 100%;
  }
}
