  /*
Theme Name:
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

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%;
  font-weight: normal;
  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-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
small{display: block;}
address{font-style: normal;}
article, footer, header, menu, nav, section {display: block;}
ul, ol {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;}
.cam{font-family: Cambria,Georgia,serif; }
.min{font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;}
@media screen and (max-width:1200px){
}
@media screen and (max-width:768px){
  body {
    font-size: 12px;
  }
}
/*//////////////////////////////
    header
//////////////////////////////*/
header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 102;
  transition: 0.5s;
}
header.hd_shadow {
  position: fixed;
  background: #fff;
  height: 70px;
  width: 100%;
}
header h1{
  width: 200px
}
/* header.hd_shadow .pcnav li a {
  color: #333333;
}
header.hd_shadow .pcnav li a::after,header.hd_shadow .pcnav li:first-child a::before{
  background-color: #333;
} */
header.hd_shadow .head_top{
  padding: 5px 0;
}
.head_top{
  padding: 15px 0;
  transition: .3s;
}
.sns_btn_area li{
  width: 50px;
  padding: 0;
}
.sns_btn_area li a:hover{
  opacity: 0.7;
}
.pcnav{
  background-color: #fff;
  position: absolute;
  right: 0;
  width: 100%;
  padding-top: 10px;
}
.pcnav li{
  position: relative;
  text-align: center;
}
.pcnav li::after{
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  transform: scale(0,1);
  transition: .3s;
}
.pcnav li a{
  position: relative;
  display: block;
  padding: 15px 20px;
  font-weight: bold;
  color: #000000;
}
.pcnav li:first-child a::before{
  position: absolute;
  content: "";
  top: 20%;
  left: 0;
  width: 1px;
  height: 60%;
  background-color: #fff;
}
.pcnav li a::after{
  position: absolute;
  content: "";
  top: 20%;
  right: 0;
  width: 1px;
  height: 60%;
  color: #fff;
  background-color: #fff;
}
.pcnav li:hover::after, #top .pcnav li:first-child::after{
  transform: scale(1,1);
}
.header_logo{
  max-width: 300px;
}
@media screen and (max-width: 1000px) {
  .pcnav li a{
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  header{
    left: 0;
    max-width: none;
    padding: 0;
    height: 50px;
    background: #fff;
    position: fixed;
    border-bottom: 1px solid #ccc;
  }
  header h1 {
    padding: 5px 0;
    width: 120px;
  }
  .head_top {
    padding: 0;
  }
  header.hd_shadow .head_top {
    padding: 10px 0;
  }
  /*sp navi */
  .sp_navBtn{
    position: absolute;
    width: 176px;
    right: 0;
    top: 0;
  }
  .globalnav_btn{
    position: relative;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
  }
  .globalnav_btn span {
    position: absolute;
    display: block;
    top: 24px;
    right: 12px;
    width: 20px;
    height: 2px;
    background-color: #000;
  }
  .globalnav_btn span::before {
    content: "";
    position: absolute;
    top: -7px;
    right: 0;
    width: 25px;
    height: 2px;
    background-color: #000;
    transition: .3s;
  }
  .globalnav_btn span::after {
    content: "";
    position: absolute;
    bottom: -7px;
    right: 0;
    width: 15px;
    height: 2px;
    background-color: #000 ;
    transition: .3s;
  }
  .open .globalnav_btn span {
    background-color: #fff;
    width: 25px;
  }
  .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: 25px;
   -webkit-transform: rotate(-135deg);
   transform: rotate(-135deg);
 }
 .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 li span{
    color: #543617;
    font-weight: 500;
  }
  .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{
    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: 24px;
    background-color: #000;
    right: 30px;
    top: calc(50% - 12px);
    transition: .3s;
  }
  .sp-menu a.nav_acc::after{
    position: absolute;
    content: "";
    width: 24px;
    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: 50px;
  }
  .sp-menu nav > ul > li:last-child{
    border-bottom:1px solid #d2d2d2;
  }
  .sp-menu nav > ul > li > ul{
    display: none;
  }
  .sp-menu nav > ul > li > ul > li{
    padding-left: 20px;
  }
  .sp-menu nav > ul > li > ul > li a{
    line-height: 3em
  }
  input#s-box {
    padding: 5px 5px 5px 34px;
    font-size: 14px;
  }
  .s-box_wrap::before {
    position: absolute;
    content: "";
    left: 10px;
    top: 8px;
    width: 20px;
    height: 20px;
  }
  #s-btn{
    letter-spacing: 0;
  }
}

/* /////////////////////////////
      パンくず
///////////////////////////// */
#breadcrumb{
  margin-top: 20px;
  font-size: 14px;
}
#breadcrumb ol{
  display: flex;
  flex-wrap: wrap;
}
#breadcrumb li{
  display: flex;
  width: auto;
}
#breadcrumb li::after{
  content: "";
  width: 5px;
  height: 5px;
  border: 1px solid;
  border-color: #000 #000 transparent transparent;
  transform: rotate(45deg);
  margin: 7px 10px auto 3px;
}
#breadcrumb li:last-child::after{
  content: none;
}

/* /////////////////////////////
      footer
///////////////////////////// */
#pageTop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 1000;
  display: none;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
footer .footer_list{
  margin-top: 160px;
  background: #EBEBEB;
  padding: 30px;
}
footer li{
  border-left: 1px solid #000000;
  font-size: 18px;
}
footer li:last-child{
  border-right: 1px solid #000000;
}
footer li a{
  box-sizing: border-box;
  padding: 0 20px;
}
.footer_logo{
  display: block;
  max-width: 300px;
  margin: auto;
}
footer small{
  background: #3E3E3E;
}
@media screen and (max-width: 768px){
  .foot_logo{
    width: 140px;
  }
  header.hd_shadow {
    height: 50px;
  }
}
