@charset "utf-8";

.sp_h_headline {
  width: 100%;
  margin: 0 auto 2em;
  border-bottom: 2px solid #41AE98;
  padding-bottom: 1.5em;
}
.sp_h_logo {
    min-width: 200px;
}

.sp_tel_link {
  display: inline-block;
  color: #333;
}
.sp_tel_box {
  width: 100%;
  background: #333;
  border-radius: 2px;
  font-weight: normal;
  text-align: center;
  letter-spacing: .1em;
  padding-left: .1em;
  padding-top: 4px;
  padding-bottom: 4px;
  color: #fff;
}

/*　ハンバーガーボタン　*/
.hamburger {
  display: block;
  position: fixed;
  z-index: 3;
  right: 13px;
  top: 8px;
  width: 48px;
  height: 56px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 9px;
  background : #41AE98;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 13px;
}
.hamburger span:nth-child(2) {
  top: 23px;
}
.hamburger span:nth-child(3) {
  top: 33px;
}
#ham_txt {
  display: block;
  /*position: fixed;*/
  top: 40px;
  font-size: 12px;
  margin: 0 auto;
  background: none;
}
/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 23px;
  left: 9px;
  background :#41AE98;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 23px;
  background :#41AE98;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}
.hamburger.active #ham_txt {
  display: none;
}
nav.globalMenuSp {
  position: fixed;
  z-index : 1;
  top  : 0;
  left : 0;
  color: #333;
  background: #DAEEE2/*rgba(50,57,64,0.8)*/;
  text-align: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
  visibility: hidden;
  overflow-y: scroll;
}

nav.globalMenuSp
nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp .drownav_inner {
    padding-top: 100px;
    text-align: left;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li:hover{
    opacity: .8;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #333;
  padding: 1em 0;
  text-decoration :none;
}

.dr_child {
  font-size: .875rem;
  text-indent: 1em;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 100;
  visibility: visible;
}

.sp_hm_nav {
  margin-bottom: 2.5em;
}
.sp_hm_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sp_hm_nav ul li {
  margin-right: 2em;
}
.sp_hm_nav ul li:last-of-type {
  margin-right: 0;
}
.sp_hm_nav ul li a:hover {
  text-decoration: underline;
  opacity: 10;
}

.sp_h_nav h3 {
  font-size: 24px;
  font-weight: normal;
  color: #333;
  text-align: left;
  line-height: 2;
  border-bottom: 1px solid #41AE98;
  margin-bottom: 1em;
}
.sp_h_nav h3 a {
  color: #333;
}
.sp_h_nav ul {
  text-align: left;
}
.sp_h_nav ul li {
  padding: 0 .5em 1em 1em;
}
.sp_h_nav ul li a {
  display: inline-block;
  color: #333;
}
.sp_h_nav ul li a:hover {
  text-decoration: underline;
  opacity: 10;
}
