  /*
Theme Name:
*/
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: 15px;
  line-height: 1.6;
  font-family:  'Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
}
small{display: block;}
address{font-style: normal;}
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: 'din';
	src: url(assets/font/din1451alt.ttf);
}
@media screen and (max-width:1200px){
}
@media screen and (max-width:767px){
  body {
    font-size: 12px;
  }
}
.din{
  font-family: din;
}
.tel{
  color: #0046A9;
  font-family: din;
  font-weight: bold;
}
.tel figure{
  color: #0046A9;
  font-family: din;
  font-weight: bold;
  margin: 0 auto;
}
.head_top .tel p{
  font-size: 42px;
}
.head_top .tel img{
  display: block;
  margin-right: 4px;
  width: 32px;
}
/*//////////////////////////////
    header
//////////////////////////////*/
header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 10000;
  background-color: #fff;
  transition: 0.5s;
}
header h1{
  max-width: 1280px;
  margin: 0 auto;
  padding: 10px 0px;
  font-weight: bold;
  font-size: 12px;
}

header .header_logo{
  width: 180px;
}
.head_top{
  padding: 0px;
  transition: .3s;
}
.btn_pink{
  background: #FF6481;
  border-radius: 8px;
  box-sizing: border-box;
  color: #fff;
  font-size: 20px;
  height: 38px;
  padding: 4px 16px;
  box-shadow: 4px 4px 0 0 #595757;
  position: relative;
}

.btn_pink p{
  font-weight: 900;
  line-height: 1.4;
}

.btn_pink a:hover{
  opacity: 0.7;
  cursor: pointer;
}
.icon05{
  height: 34px;
  display: block;
  margin-left: 6px;
}
.pcnav{
  width: 100%;
}

.pcnav li a{
  position: relative;
  padding: 15px 10px;
  font-weight: bold;
}
.pcnav li a:hover{
  opacity: 0.7;
}
.pcnav .line{
  top: 20%;
  width: 1px;
  height: 38px;
  border-left: 1px dotted #0046A9;
}
.pcnav li img{
  height: 38px;
  display: block;
}
.pcnav li p{
  color: #0046A9;
  font-weight: 900;
  font-size: 20px;
}
@media screen and (max-width: 1100px) {
  .pcnav li p{
    font-size: 16px;
  }
  .pcnav li img {
    height: 30px;
  }
}
@media screen and (max-width: 1020px) {
  header h1{
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 0px;
    font-weight: bold;
  }

  header .header_logo{
    width: 180px;
  }
  .pcnav li p,.btn_pink{
    font-size: 16px;
  }
  .head_top .tel p{
    font-size: 30px;
  }
  .pcnav li p{
    font-size: 14px;
  }
  .pcnav li img {
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  header{
    left: 0;
    max-width: none;
    padding: 0;
    height: 80px;
    background: #fff;
    position: fixed;
    border-bottom: 1px solid rgb(0, 0, 0);
  }
  /* header h1 {
    padding: 10px 0;
    width: 120px;
  } */
  header h1{
    max-width: 1200px;
    margin: 0 auto;
    padding: 3px;
    font-weight: bold;
  }

  header .header_logo{
    width: 120px;
  }

  /* header h1 img{
  	width: 90%;
  	display: block;
  	margin: auto;
  } */
  .head_top {
    padding: 0;
  }
  .sp_menu{
    box-sizing: border-box;
    height: 60px;
    padding: 0 10px;
    width: calc(100% - 50px);
  }
  .sp_menu .tel img{
    display: block;
    margin-right: 4px;
    width: 24px;
  }
  .sp_menu .tel{
    font-size: 24px;
  }
  .btn_pink_list{
    bottom: 10px;
    position: fixed;
    width: 100%;
  }
  .btn_pink{
    font-size: 14px;
    padding: 10px 4px;
    height: auto;
    text-align: center;
    width: 48%;
    margin: auto;
  }
  footer .btn_pink{
    align-items: center;
    text-align: center;

    margin: 0 auto;
    max-width: 240px;
    width: 100%;
  }
  /*sp navi */
  .sp_navBtn{
    position: absolute;
    width: 50px;
    right: 0;
    top: 15px;
  }
  .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: 80px;
   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: 20px;
  }
  .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;
  }
}
@media screen and (max-width: 767px) {
	.sp_menu .tel{
    font-size: 18px;
  }
}
/* /////////////////////////////
      footer
///////////////////////////// */
#pageTop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 1000;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#pageTop img{
  width: 100px;
}
footer{
  color: #fff;
  margin-top: 100px;
}
footer .tel img{
  width: 30px;
}
.footer_btn{
  background: #fff;
  border-radius: 6px;
  box-sizing: border-box;
  color: #0096FF;
  font-size: 20px;
  font-weight: 900;
  padding: 4px 20px;
  min-width: 200px;
  text-align: center;
  margin: 0 5px;
}
.footer_logo{
  box-sizing: border-box;
  display: block;
  max-width: 180px;
  margin:0 auto 20px;
  width: 100%;
}
footer .sns img{
  height: 30px;
  display: block;
  margin: 0 5px;
}
.link_list{
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}
.link_list li{
  align-items: center;
  display: flex;
  font-weight: bold;
  margin-right: 20px;
}
.link_list li::before {
    color: #fff !important;
    content: "\f138";
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    font-weight: 900;
    margin-right: 6px;
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 767px){
  footer .w-20,footer .w-50{
    box-sizing: border-box;
    width: 100%;
  }
  .link_list{
    margin-top: 20px;
    display: block;
  }
  .footer_btn{
    padding: 4px 10px;
    min-width: auto;
  }
  #pageTop {
    bottom: 50px;
    right: 0px;
  }
  #pageTop img {
    width: 80px;
  }
  footer {
    margin: 40px auto 0;
  }
  .bg_blue{
    padding-bottom: 40px;
  }
}
