@charset "utf-8";

/*■■■■■■■■■■■■■■■■■■■■共通■■■■■■■■■■■■■■■■■■■■*/

/*アクセントカラー*/
/*#5DCC5B*/

html {
  font-size: 62.5%;
  margin: 0;
  padding: 0;
  /* 10px */
}

body {
  font-family: YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
  line-height: 1.5;
  font-size: 1.3rem;
  color: #000;
  margin: 0;
  padding: 0;
}

.pc {
  display: none;
}

a:hover {
  opacity: 0.5;
}

.sc_ttl {
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 2rem;
  font-family: 'Rubik', YuGothic, 'Yu Gothic', 'ヒラギノ角ゴシック', 'Hiragino Sans'sans-serif;
  letter-spacing: 10px;
}

.sc_ttl span {
  display: inline-block;
  letter-spacing: 1px;
  border-bottom: 2px solid #5DCC5B;
}

.sc_format {
  padding: 3em 2.5rem;
}

.sub_ttl {
  font-size: 1.3rem;
  font-weight: normal;
  font-family: "Sawarabi Gothic";
  color: #000;
  text-align: center;
  margin: -20px 0 30px;
}

body.open {
  overflow: hidden !important;
}

/*■■■■■■■■■■■■■■■■■■■■SP版■■■■■■■■■■■■■■■■■■■■*/

/*----------header----------*/
header {
  width: 100%;
  height: 100px;
  position: absolute;
  z-index: 99;
  background: transparent;
  top: 0;
  left: 0;
}

header h1 {
  width: 200px;
  padding: 10px 10px 0px;
  position: relative;
  z-index: 999;
  height: 100px;
  margin: 0;
}

header .hdlogo {
  width: 200px;
  padding: 10px 10px 0px;
  position: relative;
  z-index: 999;
  height: 100px;
  margin: 0;
}

a.logoa{
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000000;
}

header h1 img{
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-30%);
  width: 80%;
}

header .hdlogo img{
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-30%);
  width: 80%;
}

header h1 a:hover {
  opacity: 1;
}

header .hdlogo a:hover {
  opacity: 1;
}

.header_tel {
  width: 80px;
  height: 100px;
  position: absolute;
  top: 0;
  right: 80px;
  z-index: 999;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-family: 'Rubik', sans-serif;
  letter-spacing: 0.5px
}

.header_tel .tel_in{
  padding: 16px 0 0 0;
}

.header_tel:hover {
  background: rgba(255, 255, 255, 0.8);
  color: #5DCC5B;
  opacity: 1;
}

.header_tel i {
  font-size: 3.2rem;
}

.header_tel span {
  display: block;
  font-size: 1.2rem;
  margin-top: 9px;
}

/*●●ハンバーガボタンの設定●●*/

.hamburger {
  position: absolute;
  width: 80px;
  height: 100px;
  z-index: 999;
  background: rgba(93, 204, 91, 0.6);
  position: absolute;
  top: 0;
  right: 0;
  font-family: 'Rubik', sans-serif;
  letter-spacing: 0.5px
}

.hamburgerin{
  padding: 24px 0 0 23px;
}

.hamburger:hover {
  background: rgba(255, 255, 255, 0.6);
}

.menu_trigger {
  display: inline-block;
  width: 36px;
  height: 30px;
  vertical-align: middle;
  cursor: pointer;
  transform: translateX(0);
  transition: transform .5s;
}

.menu_trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  color: #fff;
  transition: all .5s;
}

.menu_trigger span:nth-of-type(1) {
  top: 0;
}

.menu_trigger span:nth-of-type(2) {
  top: 12.5px;
}

.menu_trigger span:nth-of-type(3) {
  bottom: 0px;
}

.menu_trigger span:nth-of-type(4) {
  bottom: -15px;
  background-color: transparent;
  display: block;
  margin-left: -2.7px;
  font-size: 1.3rem;
}

.hamburger:hover .menu_trigger span {
  background-color: #5DCC5B;
}

.hamburger:hover .menu_trigger span:nth-of-type(4) {
  background-color: transparent;
  color: #5DCC5B;
}

.menu-trigger.active {
  transform: translateX(-250px);
}

.menu_trigger.active span:nth-of-type(1) {
  transform: translateY(15px) rotate(-45deg);
}

.menu_trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu_trigger.active span:nth-of-type(3) {
  transform: translateY(-11px) rotate(45deg);
}


/*----------nav----------*/

nav {
  width: 350px;
  height: 100vh;
  background: rgba(93, 204, 91, 0.9);
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  transform: translate(350px);
  transition: all .5s;
}

nav.open {
  display: flex;
  transform: translateZ(0);
  height: 500vh;
}

nav .nav_list {
  width: 100%;
  position: absolute;
  top: 120px;
}

nav .nav_list a {
  display: block;
  color: #fff;
  margin: 0 100px;
  text-align: center;
  padding: 15px 0;
  font-family: 'Rubik', 'Yu Gothic', sans-serif;
  letter-spacing: 1.5px;
  text-decoration: none;
}

nav .nav_list a:hover {
  opacity: 1;
}

nav .nav_list a:hover .normal {
  display: none;
}

nav .nav_list a .hover {
  display: none;
  font-weight: bold;
}

nav .nav_list a:hover .hover {
  display: block;
}

nav .nav_list .nav_contact {
  background: #fff;
  color: #000;
  width: 300px;
  padding: 15px;
  margin: 20px auto;
  font-size: 1.3rem;
  font-weight: normal;
  text-align: center;
  border-radius: 5px;
}

nav .nav_list .nav_contact i {
  display: block;
  font-size: 3.2rem;
  padding: 5px;
  color: #5e3912;
}

nav .nav_list .nav_contact a {
  display: block;
  font-size: 2.5rem;
  background: #fff3bd;
  color: #5e3912;
  border-radius: 5px;
  font-weight: normal;
  padding: 5px;
  margin: 5px 0 8px;
}

nav .nav_list .nav_contact a:hover {
  background: #5e3912;
  color: #fff;
  opacity: 1;
}

nav .nav_list a.nav_contact:hover {
  opacity: 1;
}

.overlay {
  content: "";
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  transition: opacity .5s;
}

.overlay.open {
  width: 100%;
  height: 500vh;
  opacity: 1;
}

.hidden_box {
  position: relative;
}

.hidden_box label {
  position: absolute;
  right: 25px;
  top: -40.5px;
  padding: 4px 8px;
  font-weight: bold;
  cursor: pointer;
  background: transparent;
  color: #fff;
  border: solid 2px #fff;
  ;
}

/*ボタンホバー時*/
.hidden_box label:hover {
  background: #fff;
  color: #0fb222;
  border: solid 2px #fff;
  ;
}

/*チェックは見えなくする*/
.hidden_box input {
  display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
  background: rgba(255, 255, 255, 0.9);
}

.hidden_box .hidden_show a {
  color: #0fb222;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
  height: auto;
  opacity: 1;
}

/*----------common_contact----------*/

.common_contact {
  background: #f0f0f0;
  text-align: center;
  font-size: 1.3rem;
}

.common_contact .tel {
  margin-bottom: 7px;
}

.common_contact .tel a {
  font-size: 3rem;
  font-weight: bold;
  color: #000000;
}

.common_contact .tel span {
  display: block;
  font-size: 1.3rem;
}

.common_contact .tel a span.chokutsu{
  display: inline;
  font-size: 1.5rem;
  font-weight: normal;
}

.common_contact .tel i {
  color: #5DCC5B;
  padding-right: 8px
}

.common_contact .mail {
  margin-top: 20px;
}


.common_contact .mail a {
  display: block;
  background: #fff;
  width: 290px;
  margin: auto;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 12px;
  color: #000000;
}

.common_contact .mail a i.fa-envelope {
  padding-right: 15px;
}

.common_contact .mail a i.fa-angle-right {
  padding-left: 15px;
  color: #5DCC5B;
}

/*----------common_map----------*/
.common_map ul{
  display: flex;
  justify-content: space-between;
  padding-left: 0;
}

.common_map li {
  width: 48%;
  list-style-type: none;
}

.common_map li p {
  font-size: 1.3rem;
  font-weight: bold;
  padding-bottom: 5px;
}

.common_map li p i {
  color: #5DCC5B;
  padding-right: 5px;
}

.common_map iframe {
  width: 100%;
  height: 300px;
  vertical-align: bottom;
}

/*----------footer----------*/

footer {
  text-align: center;
  font-size: 1.4rem;
  background: #000;
  color: #fff;
}

footer .sc_format {
  padding-top: 20px;
  padding-bottom: 0;
}

footer p {
  margin-bottom: 20px;
}

footer img {
  width: 180px;
  margin: auto;
  display: block;
}

footer i {
  font-size: 1.4rem;
  padding-right: 5px
}

footer ul {
  padding: 2.5rem;
}

footer ul li a {
  font-size: 1.3rem;
}

footer .bg {
  background: #0fb222;
}

footer ul a {
  color: #fff;
}

footer .footer_contact {
  font-size: 1.2rem;
  /*  width: 210px;*/
  margin: 10px auto;
}

footer .footer_contact a{
  color: #ffffff;
}

footer .copyright {
  margin-bottom: 0;
  font-size: 1rem;
  background: #000;
  padding: 10px 3px;
}

/*----------page_top----------*/
#page_top {
  position: fixed;
  bottom: 15px;
  right: 7px;
}

#page_top a {
  background-color: rgba(255, 255, 255, 0.8);
  color: rgba(93, 204, 91, 0.7);
  border: 1px solid rgba(93, 204, 91, 0.6);
  text-align: center;
  text-decoration: none;
  padding: 12px 19px 10px;
  font-size: 2rem;
}

#page_top a:hover {
  background: #fff;
  color: #5DCC5B;
  border-color: #5DCC5B;
  opacity: 1;
}

/*■■■■■■■■■■■■■■■■■■■■TB版■■■■■■■■■■■■■■■■■■■■*/

@media screen and (min-width: 820px) {

  body {
    font-size: 1.6rem;
  }

  .sc_ttl {
    font-size: 2.5rem;
  }

  /*----------common_contact----------*/

  .common_contact .box_wrap {
    overflow: hidden;
  }

  .common_contact .box {
    width: 49%;
    float: left;
  }

  .common_contact .box.top {
    margin-bottom: 0;
    margin-right: 2%;
  }

  .common_contact .box .left_txt {
    font-size: 2rem;
  }

  .common_contact .box .right_txt {
    font-size: 2.4rem;
  }

  .common_contact .box .right_txt span {
    font-size: 1.6rem;
  }

  .common_contact .box .right_txt i {
    font-size: 1.9rem;
  }

  /*----------footer----------*/


  footer .sc_format {
    width: 100%;
    max-width: 600px;
    margin: auto;
  }

  footer ul {
    padding-top: 4px;
    height: 30px;
  }

  footer ul li {
    width: 20%;
    float: left;
  }

  .footer_contact {
    width: 50%;
  }
}

/*■■■■■■■■■■■■■■■■■■■■PC版■■■■■■■■■■■■■■■■■■■■*/

@media screen and (min-width: 1140px) {
  .sp {
    display: none;
  }

  .pc {
    display: block;
  }



  a[href^="tel:"] {
    pointer-events: none;
  }

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

  header h1 {
    width: 250px;
    top: 0px;
    padding-left: 10px;
    height: 130px;
  }

  header .hdlogo {
    width: 250px;
    top: 0px;
    padding-left: 10px;
    height: 130px;
  }

  header .header_tel {
    width: 240px;
    top: 18px;
    right: 10px;
    height: 100px;
    padding: 10px 10px 8px;
    font-size: 2.5rem;
  }

  header .header_tel i {
    font-size: 2.2rem;
  }

  /*----------nav----------*/
  nav {
    display: block;
    width: 100%;
    height: 70px;
    top: 34px;
    transform: translate(0);
    background: rgba(255, 255, 255, 0.7);
  }

  nav .nav_list {
    top: 0;
    right: 0;
    width: 840px;
  }

  nav .nav_list a {
    color: #000;
    width: 140px;
    float: left;
    padding: 26px 0 25px;
    font-size: 1.3rem;
    margin: 0;
  }

  nav .nav_list a.nav_parent {
    margin-right: 15px;
  }

  nav .nav_list a:hover {
    color: #0fb222;
    opacity: 1;
  }


  /*----------common_map----------*/
  .common_map ul {
    max-width: 1100px;
    margin: auto;
  }

  /*----------footer----------*/

  footer ul {
    width: 1100px;
    margin: auto;
  }

  footer .footbx{
    display: flex;
    justify-content: space-between;
  }
}
