@charset "utf-8";
/*  : inner
-----------------------------*/
.inner {
  margin: 0 auto;
  width: 1000px;
}
/*  : header
-----------------------------*/
header {
  background: #ffffff;
  /*position: fixed;
  top: 0;*/
  width: 100%;
  z-index: 9999;
}
header .inner {
  padding: 30px 20px 0 30px;
}
header .headerL {
  float: left;
  padding: 0 0 20px 0;
}
header .headerR {
  float: right;
  margin: -20px;
  padding: 20px;
  /*background: #1a3971;*/
}
header img.logo {
  height: 60px;
  min-width: inherit;
}
header .headerTxt {
  float: left;
  font-size: 68%;
  margin: 20px 0 0 0;
  font-weight: bold;
}
header .headerR-msg {
  font-size: 94%;
  /*color: #ffffff;*/
  text-align: center;
  font-weight: bold;
    margin: 0 0 5px 0;
}
header .headerR-tel {
  font-size: 200%;
  /*color: #ffffff;*/
  /*font-weight: bold;*/
  text-align: center;
}
.headerR-tel img {
  min-width: inherit !important;
  vertical-align: middle;
  margin: -10px 5px 0 0;
}
header .headerR-time {
  font-size: 80%;
  /*color: #ffffff;*/
  text-align: center;
  font-weight: bold;
}
/*  : toTop
-----------------------------*/
#toTop a {
  background: #333333;
  border-radius: 4px;
  bottom: 25px;
  color: #ffffff !important;
  font-size: 14px;
  opacity: 0.8;
  padding: 10px 14px;
  position: fixed;
  right: 25px;
  z-index: 8888;
}
/*  : pcNav
-----------------------------*/
/*
nav {
    margin-top: 68px;
}
*/
#pcNav {
  /*top: 143px;
    position: fixed;*/
  z-index: 9998;
  width: 100%;
  border: 1px solid #eeeeee;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-width: 1px 0;
  /*box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.1);*/
  background: #ffffff;
  /*margin: 20px 0 0 0;*/
}
#pcNav li {
  float: left;
  width: 14.2%;
}
#pcNav li a {
  display: block;
  font-size: 92%;
  text-align: center;
  text-decoration: none !important;
  padding: 12px;
  font-weight: bold;
}
/*  : spNav
-----------------------------*/
#sp-header {
    display: none;
    width: 100%;
    position: fixed;
    background: #ffffff;
    top: 0;
    height: 60px;
    z-index: 9999;
    box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.1);
}
#sp-header img {
    height:38px;
    min-width: inherit;
    margin: 11px 0 0 0px;
    float: left;
}

#sp-header ul {
    float: right;
}
#sp-header ul li {
 display: inline-block;

}

#sp-header ul li a {
    line-height: 60px;
    margin: 0 20px 0 0;
    font-weight: bold;
    font-size: 94%;
}
#spNav {
  display: none;
  position: fixed;
  top: 44px;
  background: #ffffff;
  height: 100vh;
  /*display: block;*/
  width: 100%;
  z-index: 9999;
}
#spNav a:link {
  color: inherit;
  text-decoration: none;
}
/*ハンバーガーメニュー*/
.spNavBtnWrap {
    display: none;
    background: #1a3971;
    width: 44px;
    height: 44px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
}

.spNavBtn {
  width: 25px;
  height: 18px;
  position: fixed;
  z-index: 9999;
  right: 9px;
  top: 13px;
  display: none;
}
.spNavBtn-line {
  height: 2px;
  background-color: #FFFFFF;
  display: block;
  position: absolute;
  width: 100%;
  transition: all 0.6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.spNavBtn-line:nth-child(1) {}
.spNavBtn-line:nth-child(2) {
  transform: translate(0, -50%);
  top: 50%;
}
.spNavBtn-line:nth-child(3) {
  bottom: 0;
}
/*クリック時
SPメニューを開いているときに横幅サイズが変わったらスマホメニューを消して元に戻す
*/
.sp-menu-open .spNavBtn-line:nth-child(1) {
  transform: rotate(45deg);
  top: 50%;
}
.sp-menu-open .spNavBtn-line:nth-child(2) {
  opacity: 0;
}
.sp-menu-open .spNavBtn-line:nth-child(3) {
  transform: rotate(-45deg);
  top: 50%;
}


.toiawaseBox {
    text-align: center;
    background: #f9f9f9;
    padding: 20px;
}

.toiawaseBox .headerR-msg{ 
  font-size: 94%;
  /*color: #ffffff;*/
  text-align: center;
  font-weight: bold;
    margin: 0 0 5px 0;
}

.toiawaseBox  .headerR-tel {
  font-size: 200%;
  /*color: #ffffff;*/
  /*font-weight: bold;*/
  text-align: center;
}

.toiawaseBox .headerR-time {
  font-size: 80%;
  /*color: #ffffff;*/
  text-align: center;
  font-weight: bold;
}


/*  : footer
-----------------------------*/
footer {
  background: #fdf9f2;
}
footer p {
  font-size: 80%;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
  width: 960px;
}
.footerInner {
  width: 960px;
  margin: 0 auto;
  padding: 15px 0;
}
.footerLi01 {
  width: 740px;
  margin: 20px auto;
}
.footerLi02 {
  width: 350px;
  margin: 0 auto;
}
.footerLi01 li, .footerLi02 li {
  float: left;
}
.footerLi01 li a, .footerLi02 li a {
  font-size: 84%;
  text-decoration: none;
}
.footerLi01 li a::before, .footerLi02 li a::before {
  content: '|';
  margin: 0 10px;
  opacity: 0.4;
}
.footerLi01 li.title a::before, .footerLi02 li.title a::before {
  content: '';
  margin-right: 0 10px;
}
.footerLi01 li:last-child a::after, .footerLi02 li:last-child a::after {
  content: '|';
  margin: 0 10px;
  opacity: 0.4;
}
.line {
  border-bottom: 1px solid #ffffff;
  opacity: 0.2;
  margin: 15px 0;
}
.footerTitle {
  color: #65624e;
  font-size: 90%;
}
.copyright {
  padding: 10px;
  width: auto;
}
@media screen and (max-width:960px) {
  .inner {
    width: auto;
    margin: 0 20px;
  }
  header .inner {
    padding: 15px;
  }
header h1,
header p{
    text-align: center;
}
  header img.logo {
    height: auto;
    vertical-align: middle;
      width: 280px;
  }
  #pcNav {
    display: none;
  }
  .spNavBtn {
    display: block;
  }
    .spNavBtnWrap {
        display: block;
    }
#sp-header {
    display: none;
    width: 100%;
    position: fixed;
    background: #ffffff;
    top: 0;
    height: 44px;
    z-index: 9999;
    box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.1);
}    
  #sp-header img {
    height:30px;
    min-width: inherit;
    margin: 7px 0 0 -10px;
}  
    #sp-header ul {
        display: none;
    }
  #spNav .inner ul li {
    width: 100%;
  }
  #spNav .inner ul li a {
    display: block;
    border-bottom: 1px dotted #dbdbdb;
    padding: 10px;
  }
  .footerInner, .footerLi01, .footerLi02 {
    width: auto;
  }
  .footerLi01 {
    display: none;
  }
  .footerInner {
    padding: 0;
  }
  .footerLi01 li, .footerLi02 li {
    width: 100%;
    margin-top: -1px
  }
  .footerLi01 li a, .footerLi02 li a {
    display: block;
    border: 1px solid #b8b499;
    width: auto;
    padding: 10px;
    background: url(../img/bg_listArrow_white.png) no-repeat 97%;
    background-size: 5px 10px;
  }
  .footerLi01 li a {
    padding: 10px 10px 10px 20px;
  }
  .footerLi01 li a::before, .footerLi02 li a::before, .footerLi01 li.title a::before, .footerLi02 li.title a::before, .footerLi01 li:last-child a::after, .footerLi02 li:last-child a::after {
    content: '';
    margin: 0;
  }
  .line {
    display: none;
  }
  .footerTitle {
    color: #ffffff;
    font-size: 84%;
    text-align: left;
    padding: 10px;
    width: auto;
    cursor: pointer;
    background: url(../img/bg_listArrow_white_down.png) no-repeat 97%;
    background-size: 10px 5px;
  }
  .active {
    background: url(../img/bg_listArrow_white_up.png) no-repeat 97%;
    background-size: 10px 5px;
  }
}