@charset "utf-8";
/*  style　[  wordpress]
=================================================================== */
body{
  background: #fff;
}
.mincho {font-family: 'Noto Serif JP', serif;}

.box-wrap {
  background: #fff;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  -webkit-box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.07);
}
.box-wrap:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  -webkit-box-shadow: -7px 1px 13px 2px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: -7px 1px 13px 2px rgba(0, 0, 0, 0.08);
  box-shadow: -7px 1px 13px 2px rgba(0, 0, 0, 0.08);
}
  .xs-block {
    display: none;
  }
  .xs-space {
    display: none;
  }


/*----------------------------------------------
   header
---------------------------------------------*/

header {
 background: url(/images/01.jpg) no-repeat center center;
  background-size: cover;
  min-height: 250px;
  position: relative;
}


#areaHeader {
  /*background-color: rgba(255,255,255,0.5);*/
  background: linear-gradient(180deg, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0.7) 55%, rgba(255,255,255,0.2) 55%, rgba(255,255,255,0.2) 100%);
  height: 115px;
  width: 100%; 
}

.flex-box{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.header-box {
  justify-content: space-between;
  
}
.item01 {
    width: 40%;

  }
  .item02 {
    width: 50%;

  }

h1 {
  padding: 0 0 0 10px;
}
h1 img {
    width: auto;
    vertical-align: middle;
   height: 65px;
   margin: 0 0 0 5px;
  filter: drop-shadow(1px 1px 1px #aaa);
}
h1 small {
  display: block;
  font-size: 15px!important;
  line-height: 1.2;
  font-weight: 600;
  color: #333;
  margin: 5px 0 0 15px;
}
@media screen and (min-width:768px) and ( max-width:991px) {
  /*　画面サイズが768pxから991pxまではここを読み込む　*/
h1 img {
  height: 65px;
  margin: 0 0 0 5px;
}
}


.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  justify-content: flex-end;
}

.bg-phone {
  background-color:#3ec755;
  display: inline-block;
  padding: 5px 15px 10px 15px;
  margin: 2px;
  height: 110px;
}
.phone {
  font-size: 1em;
  font-weight: 400;
  text-align: center;
}
.phone strong {
  font-size: 1.5em;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  margin-top: 2px;
}
/* 768px～991px ____________________________________________________ */
@media screen and (min-width:768px) and ( max-width:991px) {
  .phone {
  font-size: 0.85em;
    line-height: 1.5;
}
  .phone strong {
  font-size: 1.5em;
    line-height: 1.5;
}
}

.line {
  text-align: center;
  font-size: 0.9em;
  line-height: 1.3;
}
.bg-line {
  background-color:#3ec755;
  display: inline-block;
  padding: 5px 10px 5px 10px;
  margin: 2px;
  height: 110px;
}
.line img {
  margin: 5px auto 0 auto;
}
/* 768px～991px ____________________________________________________ */
@media screen and (min-width:768px) and ( max-width:991px) {
  .line {
  font-size: 0.7em;
}
}

/*----------------------------------------------
   nav
---------------------------------------------*/
nav {
  /*background-color: rgba(253,228,145,0.3);*/
  /*height: 52px;*/
  margin-top: -50px;
  position: relative;
  z-index: 10;
  
}
nav ul {
  margin: 0 auto;
  list-style: none;
  width: 90%;
  border: #ccc 1px solid;
  border-radius: 10px;
  background-color: #f9f9f9;
  box-shadow: 1px 1px 2px #ccc;
  font-size: 1.1em;
}
nav ul li {
  width: 16.6%;
  text-align: center;
  border-right: #ccc 1px solid;
}
nav ul li:last-child {
  border-right: none;
}
nav ul li img {
  width: 40%;
}
nav ul li a {
  display: block;
  padding: 30px 0;
  color: #3463ba!important;
}
nav ul li a:hover {
  color: #ea1b8b!important;
}
nav ul li a:hover img {
  opacity: 0.8;
}

nav ul li span {
  display: block;
  padding-top: 1em;
}
nav ul li span.nospace {
  padding-top: 0;
}





/*----------------------------------------------
   footer
---------------------------------------------*/
footer {
  background-color: #6E9B4A;
  padding: 30px 0 15px 0;
  color: #fff;
  margin: -7px 0 0;
}

.footer-line {
  border-bottom: #fff 1px solid;
  font-size: 1.2em;
  padding: 0 0 5px 10px;
}
/*---- footer 左カラム-------------*/
/*  */
div.add-box {
  margin: 5px 0 0 10px;
}
address {
  font-size: 1.2em;
  line-height: 1.2;
  }
span.kamoku {
  display: inline-block;
  text-align: center;
  font-weight: normal;
  font-size: 0.8em;
  padding-left: 4em;
}
@media screen and (min-width:994px) and ( max-width:1199px) {
    /*　画面サイズが994pxから1199pxまではここを読み込む　*/
address {
  /*font-size: 0.8em;*/
}
   div.add-box {
 width: 90%;
}
}
@media screen and (min-width:768px) and ( max-width:993px) {
    /*　画面サイズが768pxから993pxまではここを読み込む　*/
address {
  font-size: 0.9em;
  }
  div.add-box {
 width: 100%;
}
}

.copyright {
  font-size: 0.8em;
  text-align: center;
  padding-top: 30px;
  color: #fff;
}




/*---------------------------
　テーマ　修正ここから↓
-----------------------------*/
#side {
  padding-top: 3em;
}
/*
.kanren dl dt {
  display: none;
}
.kanren dl dd {
  width: 100%;
}*/
h3.line-h3 {
  border-left: 5px solid rgba(244,167,170,1);
  font-size: 1.2em;
  margin: 2em 0 1em 0;
  padding: 5px 0 5px 10px;
}
.ad ul li {
  padding: 5px 5px 5px 10px!important;
  border-bottom: 1px dotted rgba(244,167,170,0.7);
}
/*.sns {
  display: none!important;
}
*/

/* NEW */
span.newMark {
    color: #ffffff; /* フォント色*/
    font-size: 10px; /* フォントサイズ*/
    background: #f35b69; /* 背景色*/
    position: relative;
    top: -2px;
    display: inline-block;
    margin-left: 8px;
    padding: 2px 5px;
}




/* ↓スマホ用ここから */
/* ～767px(xs) ____________________________________________________ */
@media screen and (max-width: 767px) {
  
  /*----------------------------------------------
   header
---------------------------------------------*/
  header {
    min-height: 150px;
  }
  #areaHeader {
  height: 80px;
    box-shadow: 0 4px 8px -3px rgba(17, 17, 17, .06);
    position: fixed;
  top: 0;
  transition: .3s cubic-bezier(.4, 0, .2, 1);
    z-index: 199999;
    border-top: 5px solid #8cc45f;
    background: none;
}
  .head-animation {
  transform: translateY(-100%);
}

.header-box {
  background: linear-gradient(180deg, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0.7) 55%, rgba(255,255,255,0.2) 55%, rgba(255,255,255,0.2) 100%);
}
 .item01 {
    width: 50%;
  }
  .item-nav {
    width: 10%;
    margin: 20px 0 0 5%;
  }

 /* ヘッダ部分 */
  h1 {
    padding: 0 ;
    margin: 0 ;
}
  h1 img {
    width: 90%;
    height: auto;
    padding: 0 ;
    margin: 0 ;
  }

  h1 small {
    font-size: 12px!important;
    margin: 0 0 0 10px;
  }
  
  
  .phone {
    font-size: 0.7em;
    font-weight: normal;
    display: block;
    margin: 5px 0 0 5px;
    text-align: center;
    text-shadow: none;
  }
   /* .fa-phone {
      font-size: 2.2em;
      transform: rotate(-45deg);
    }
    .fa-line {
      font-size: 4em;
    }
  */
    .btn-tel{
      display: block;
      /*border-radius: 50px;
      color: white!important;*/
      text-align: center;
      /*background: #f75065;
      padding: 5px ;*/
      margin: auto;
      height: 55px;
      width: 55px;
    }
    .btn-line{
      display: block;
      border-radius: 50px;
      /*color: white!important;*/
      text-align: center;
      /*background: #3ec755;
      padding: 5px ;*/
      margin: auto;
      height: 55px;
      width: 55px;
    }
  


nav ul {
  /*margin: 0 auto;
  list-style: none;
  width: 90%;
  border: #ccc 1px solid;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 2px #ccc;*/
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1em;
}
nav ul li.nav-item01 {
  width: 33%;
  text-align: center;
  border-right: #ccc 1px solid;
}
  nav ul li.nav-item02 {
  width: 33%;
  text-align: center;
  border-right: #ccc 1px solid;
}
  nav ul li.nav-item03 {
  width: 34%;
  text-align: center;
  border-right: none;
    line-height: 1;
}
  nav ul li.nav-item04 {
  width: 33%;
  text-align: center;
  border-right: #ccc 1px solid;
    border-top: #ccc 1px solid;
}
  nav ul li.nav-item05 {
  width: 33%;
  text-align: center;
  border-right: #ccc 1px solid;
    border-top: #ccc 1px solid;
}
    nav ul li.nav-item06 {
  width: 34%;
  text-align: center;
  border-right: none;
    border-top: #ccc 1px solid;
}
  
nav ul li img {
  width: 40%;
}
  nav ul li.nav-item04 img,nav ul li.nav-item05 img {
  width: 30%;
}
  
nav ul li a {
  display: block;
  padding: 10px 0;
  color: #3463ba!important;
}
nav ul li a:hover {
  color: #ea1b8b!important;
}
nav ul li a:hover img {
  opacity: 0.8;
}

nav ul li span {
  display: block;
  padding-top:0.5em;
}
nav ul li span.nospace {
  padding-top: 0;
}
  

  
/*----------------------------------------------
  footer
  ---------------------------------------------*/
address {
    font-size: 1em;
    }

  .copyright {
  font-size: 0.7em;
  text-align: center;
  padding-top: 30px;
}
  

}

/*----------------------------------------------
   480px以下
  ---------------------------------------------*/
@media screen and (max-width: 480px) {
   header {
    /*min-height: 300px;*/
  }
  #areaHeader {
  height: 80px!important;
}
  
    .item01 {
    width: 65%;
  }
  /*
  .item-phone {
    width: 15%;
  }*/
  .item-nav {
    width: 16%;
    margin: 15px 10px 0 5px;
  }
   /* ヘッダ部分 */
  h1 {
    padding: 0 ;
    margin: 0 ;
}
  h1 img {
    width: 90%;
    height: auto;
    padding: 0 ;
    margin:  0 ;
  }

  h1 small {
    font-size: 9px!important;
    margin: 0 0 0 10px;
    font-weight: 500;
  }


  .phone {
    font-size: 0.6em;
    font-weight: normal;
    display: block;
    margin: 5px 3px 0 0;
    text-align: center;
    text-shadow: none;
  }/*
  .fa-phone {
    font-size: 2.1em;
  }
  .fa-line {
    font-size: 3.8em;
  }*/
    .btn-tel{
      height: 48px;
      width: 48px;
    }
    .btn-line{
      height: 48px;
      width: 48px;
    }
  

}







/* 768px(sm)～ ____________________________________________________ */
@media print,screen and (min-width: 768px) {
}
/* 992px(md)～ ____________________________________________________ */
@media screen and (min-width: 992px) {
}
/* 1200px(lg)～ ___________________________________________________ */
@media screen and (min-width: 1200px) {
}
