/*ä½is=init-scroll*/
.is-init-scroll .global-header {
  background-color: #ffffff;
  z-index: 1001;
}
@media (min-width: 768px) {
  .is-init-scroll .global-header {
    /* height: 65px; */
  }
}
@media (min-width: 768px) {
  .is-init-scroll .global-header-ttl {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}


@media (min-width: 768px) and (max-width: 1200px){

.global-header {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  /* background-color: #ffffffd9; */
  z-index: 1000;
  height: 9vh;
}



.global-header:after {
  content: '';
  display: table;
  clear: both;
}

.global-header__inner {
  position: relative;
  height: 100%;
}

.global-header__inner-wrap {
  position: relative;
  height: 100%;
  width: 90%;
  margin: auto;
}

.global-header__inner-wrap .logo {
  position: relative;
  /* height: 10vh; */
  width: 10%;
  max-width: 160px;
  min-width: 140px;
  z-index: 1100;
  top: 2.5vh;
  left: 2vw;
}


/*ä½ç½®*/
.global-header-nav {
    position: absolute;
    top: 1vh;
    right: 2vw;
  }

.global-header-nav__lists
{
  overflow: hidden;
}

.global-header-nav__lists {
    /* height: 100%; */
  }



.global-header-nav__list_01 {
    position: relative;
    float: left;
    overflow: hidden;
    width: 3vw;
    height: 100%;
  }
.global-header-nav__list_02 {
    position: relative;
    float: left;
    overflow: hidden;
    width: 20vw;
    /* height: 100%; */
    /* font-size: 2.8rem; */
    text-align: left;
    padding: 0 1vw 0;
    display: inline-block;
  }
.global-header-nav__list_02 a {
  font-style: normal;
  font-size: 2.0rem;
  font-weight: 700;
  text-decoration: none;
  color: #fb841b;
  margin-left: 0px;
  margin-right: 2vw;
}
.global-header-nav__list_03 {
    position: relative;
    float: left;
    overflow: hidden;
    /* width: 20vw; */
    margin: 0 2vw 0 0;
    /* height: 100%; */
    /* font-size: 0.9rem; */
    /* text-align: left; */
    display: inline-block;
    font-style: normal;
    line-height: 1.0 !important;
    color: #fb841b;
  }
.global-header-nav__list_03_receptionTime {
  font-size: 2.0rem;
  font-weight: 700;
  color: #990000;
  width: 100%;
  margin: auto;
  line-height: 1.1;
  /* text-decoration: none; */
}
.global-header-nav__list_03_except {
  font-size: 0.7rem;
  font-weight: 400 !important;
  color: #990000;
  letter-spacing: 0.07rem;
  /* background: linear-gradient(transparent 0%, #ffffff8a 0%); */
  text-align: center;
}
.global-header-nav__list_04 {
    position: relative;
    float: left;
    overflow: hidden;
    /* width: 10vw; */
    /* height: 10vh; */
  }




.global-header-nav__list_04 .header-callInner01
{
    /* width: 100%; */
    /* height: 6vh; */
    background: #00905b;
    box-shadow: 0 6px 0 #007147;
}
.global-header-nav__list_04 .header-callInner01:hover
{
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  box-shadow: 0 0 0 transparent;
}

.global-header-nav__list_04 .header-callInner01  {
	/* float: left; */
	/* font-size: 0.9rem; */
	margin: 0 0 1vh 0;
	border-radius: 10px;
}

.global-header-nav__list_04 .header-callInner01 a {
  text-decoration: none;
  font-weight: 400;
  display: block;
  text-align: center;
  color: #ffffff;
  /* vertical-align: bottom; */
  /* top: 50%; */
  /* height: 10vw; */
  padding: 1.8vh 2vw 2vh;
  /* margin: auto; */
  /* font-weight: 600; */
  letter-spacing: 0.05rem;
}


.global-header-nav__list_04 .header-callInner01 a span {
  font-size: 1.0rem;
  /* padding: 1vh; */
  /* top: 10vw; */
}
.global-header-nav__list_01 a {
  display: block;
}

#tel_size{
    font-size: 0.7rem;
}

.global-header-nav__lists a {
    /* padding: 20px 12.5vw; */
    color: #990000;
    text-decoration: none;
  }
.global-header-nav__lists a:hover {
  border-color: #f3981c;
}
.global-header-nav__lists a.active {
  background-color: #f3981c;
  color: #ffffff;
}
.global-header-nav__lists a.active:hover {
  border-color: transparent;
  background-color: #f5a73e;
}

.global-header-nav__txt {
  display: block;
}
.topInner_text{
  text-align: center;
  font-size: 1.5em;
}


.topInner_btn
{
    background: #00905b;
    box-shadow: 0 6px 0 #007147;
    padding: 20px;
    color: #fff;
}
.topInner_btn:hover
{
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  box-shadow: 0 0 0 transparent;
}

.topInner_btn {
	margin: 15px 0 1vh 0;
	border-radius: 25px;
	font-size: 2.0em;
}

.topInner_btn a {
  text-decoration: none;
  font-weight: 400;
  display: block;
  text-align: center;
  color: #ffffff;
  padding: 1.8vh 0.5vw 2vh;
  letter-spacing: 0.05rem;
}


.topInner_btn a span {
  font-size: 0.8em;
}
}


/*breakpoint////////////*/

@media (max-width: 767px) {

.global-header {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffffde;
  z-index: 1000;
  height: 9vh;
}

.global-header {
    /* height: 8vh; */
    /* min-height: 65px; */
  }

.global-header:after {
  content: '';
  display: table;
  clear: both;
}

.global-header__inner {
  position: relative;
  height: 100%;
}

.global-header__inner-wrap {
  position: relative;
  height: 100%;
}
/*
.global-header__inner-wrap .logo {
  position: relative;
  width: 27%;
  max-width: 160px;
  z-index: 1100;
  top: 1.5vh;
  left: 2vw;
}
*/

.global-header__inner-wrap .logo {
        position: relative;
        width: 30%;
        max-width: 160px;
        z-index: 1100;
        top: 2.5vh;
        left: 2vw;
    }



/*ä½ç½®*/
.global-header-nav {
    position: absolute;
    top: 1vh;
    right: 2vw;
  }

.global-header-nav__lists
{
  overflow: hidden;
}

.global-header-nav__lists {
    /* height: 100%; */
  }



.global-header-nav__list_01 {
    position: relative;
    float: left;
    overflow: hidden;
    width: 3vw;
    height: 100%;
  }
.global-header-nav__list_02 {
    position: relative;
    float: left;
    overflow: hidden;
    width: 20vw;
    /* height: 100%; */
    /* font-size: 2.8rem; */
    text-align: left;
    padding: 0 1vw 0;
    display: inline-block;
  }
.global-header-nav__list_02 a {
  font-style: normal;
  font-size: 2.0rem;
  font-weight: 700;
  text-decoration: none;
  color: #fb841b;
  margin-left: 0px;
  margin-right: 2vw;
}
.global-header-nav__list_03 {
    position: relative;
    float: left;
    overflow: hidden;
    /* width: 20vw; */
    margin: 0 1.5vw 0 0;
    /* height: 100%; */
    /* font-size: 0.9rem; */
    /* text-align: left; */
    display: inline-block;
    font-style: normal;
    line-height: 1.0 !important;
    color: #fb841b;
  }
.global-header-nav__list_03_receptionTime {
  font-size: 1.0rem;
  font-weight: 700;
  color: #fb841b;
  width: 100%;
  margin: 0 0 0.5vh 0;
  line-height: 1.1;
  /* text-decoration: none; */
}
.global-header-nav__list_03_except {
  font-size: 0.7rem !important;
  font-weight: 200 !important;
  color: #990000;
  letter-spacing: 0.08rem !important;
  line-height: 1.2  !important;
}
.global-header-nav__list_04 {
    position: relative;
    float: left;
    overflow: hidden;
    /* width: 10vw; */
    /* height: 10vh; */
  }




.global-header-nav__list_04 .header-callInner01
{
    /* width: 100%; */
    /* height: 6vh; */
    background: #00905b;
    box-shadow: 0 6px 0 #007147;
}
.global-header-nav__list_04 .header-callInner01:hover
{
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  box-shadow: 0 0 0 transparent;
}

.global-header-nav__list_04 .header-callInner01  {
	/* float: left; */
	/* font-size: 0.9rem; */
	margin: 0 0 1vh 0;
	border-radius: 10px;
}

.global-header-nav__list_04 .header-callInner01 a {
  text-decoration: none;
  font-weight: 400;
  display: block;
  text-align: center;
  color: #ffffff;
  /* vertical-align: bottom; */
  /* top: 50%; */
  /* height: 10vw; */
  /*padding: 1.8vh 2vw 2vh;*/
  padding: 1vh 4vw 0.8vh;
  /* margin: auto; */
  /* font-weight: 600; */
  letter-spacing: 0.05rem;
}


.global-header-nav__list_04 .header-callInner01 a span {
  font-size: 0.9rem;
  /* padding: 1vh; */
  /* top: 10vw; */
}
.global-header-nav__list_01 a {
  display: block;
}

#tel_size{
    font-size: 0.5rem;
}

.global-header-nav__lists a {
    /* padding: 20px 12.5vw; */
    color: #990000;
    text-decoration: none;
  }
.global-header-nav__lists a:hover {
  border-color: #f3981c;
}
.global-header-nav__lists a.active {
  background-color: #f3981c;
  color: #ffffff;
}
.global-header-nav__lists a.active:hover {
  border-color: transparent;
  background-color: #f5a73e;
}

.global-header-nav__txt {
  display: block;
}

.topInner_text{
  text-align: center;
  font-size: 1.1em;
}


.topInner_btn
{
    background: #00905b;
    box-shadow: 0 6px 0 #007147;
    padding: 10px;
    color: #fff;
}
.topInner_btn:hover
{
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  box-shadow: 0 0 0 transparent;
}

.topInner_btn {
	margin: 17px 0 1vh 0;
	border-radius: 25px;
}

.topInner_btn a {
  text-decoration: none;
  font-weight: 400;
  display: block;
  text-align: center;
  color: #ffffff;
  padding: 1.8vh 0 2vh;
  letter-spacing: 0.05rem;
}


.topInner_btn a span {
  font-size: 1.3em;
}
}



/*breakpoint////////////*/

@media (min-width: 1201px) {

.global-header {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  /* background-color: #ffffffd9; */
  z-index: 1000;
  height: 13vh;
}



.global-header:after {
  content: '';
  display: table;
  clear: both;
}

.global-header__inner {
  position: relative;
  height: 100%;
}

.global-header__inner-wrap {
  position: relative;
  height: 100%;
  width: 90%;
  margin: auto;
}
/*
.global-header__inner-wrap .logo {
  position: relative;
  width: 10%;
  max-width: 160px;
  min-width: 140px;
  z-index: 1100;
  top: 2.5vh;
  left: 2vw;
}
*/
.global-header__inner-wrap .logo {
        position: relative;
        /* height: 10vh; */
        width: 30%;
        max-width: 285px;
        min-width: 140px;
        z-index: 1100;
        top: 2.5vh;
        left: 2vw;
    }




/*ä½ç½®*/
.global-header-nav {
    position: absolute;
    top: 1vh;
    right: 2vw;
  }

.global-header-nav__lists
{
  overflow: hidden;
}

.global-header-nav__lists {
    /* height: 100%; */
  }



.global-header-nav__list_01 {
    position: relative;
    float: left;
    overflow: hidden;
    width: 3vw;
    height: 100%;
  }
.global-header-nav__list_02 {
    position: relative;
    float: left;
    overflow: hidden;
    width: 20vw;
    /* height: 100%; */
    /* font-size: 2.8rem; */
    text-align: left;
    padding: 0 1vw 0;
    display: inline-block;
  }
.global-header-nav__list_02 a {
  font-style: normal;
  font-size: 2.0rem;
  font-weight: 700;
  text-decoration: none;
  color: #fb841b;
  margin-left: 0px;
  margin-right: 2vw;
}
.global-header-nav__list_03 {
    position: relative;
    float: left;
    overflow: hidden;
    /* width: 20vw; */
    margin: 0 2vw 0 0;
    /* height: 100%; */
    /* font-size: 0.9rem; */
    /* text-align: left; */
    display: inline-block;
    font-style: normal;
    line-height: 1.0 !important;
    color: #fb841b;
  }
.global-header-nav__list_03_receptionTime {
  font-size: 2.4rem;
  font-weight: 700;
  color: #990000;
  width: 100%;
  margin: auto;
  line-height: 1.1;
  /* text-decoration: none; */
}
.global-header-nav__list_03_except {
  font-size: 0.8rem;
  font-weight: 400 !important;
  color: #990000;
  letter-spacing: 0.07rem;
  /* background: linear-gradient(transparent 0%, #ffffff8a 0%); */
  text-align: center;
}
.global-header-nav__list_04 {
    position: relative;
    float: left;
    overflow: hidden;
    /* width: 10vw; */
    /* height: 10vh; */
  }




.global-header-nav__list_04 .header-callInner01
{
    /* width: 100%; */
    /* height: 6vh; */
    background: #00905b;
    box-shadow: 0 6px 0 #007147;
}
.global-header-nav__list_04 .header-callInner01:hover
{
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  box-shadow: 0 0 0 transparent;
}

.global-header-nav__list_04 .header-callInner01  {
	/* float: left; */
	/* font-size: 0.9rem; */
	margin: 0 0 1vh 0;
	border-radius: 10px;
}

.global-header-nav__list_04 .header-callInner01 a {
  text-decoration: none;
  font-weight: 400;
  display: block;
  text-align: center;
  color: #ffffff;
  /* vertical-align: bottom; */
  /* top: 50%; */
  /* height: 10vw; */
  /*padding: 1.8vh 2vw 2vh;*/
  padding: 1.5vh 2vw 1vh;
  /* margin: auto; */
  /* font-weight: 600; */
  letter-spacing: 0.05rem;
}


.global-header-nav__list_04 .header-callInner01 a span {
    font-size: 1.2rem;
    /* padding: 1vh; */
    /* top: 10vw; */
    line-height: 1.3;
}

.global-header-nav__list_01 a {
  display: block;
}

#tel_size{
    font-size: 0.8rem;
}

.global-header-nav__lists a {
    /* padding: 20px 12.5vw; */
    color: #990000;
    text-decoration: none;
  }
.global-header-nav__lists a:hover {
  border-color: #f3981c;
}
.global-header-nav__lists a.active {
  background-color: #f3981c;
  color: #ffffff;
}
.global-header-nav__lists a.active:hover {
  border-color: transparent;
  background-color: #f5a73e;
}

.global-header-nav__txt {
  display: block;
}

.global-header-nav__list_04 {
    position: relative;
    float: left;
    overflow: hidden;
    /* width: 10vw; */
    /* height: 10vh; */
  }

.topInner_text{
  text-align: center;
  font-size: 2.0em;
}


.topInner_btn
{
    background: #00905b;
    box-shadow: 0 6px 0 #007147;
    padding: 20px;
    color: #fff;
}
.topInner_btn:hover
{
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  box-shadow: 0 0 0 transparent;
}

.topInner_btn {
	margin: 30px 0 1vh 0;
	border-radius: 25px;
	font-size: 2.5em;
}

.topInner_btn a {
  text-decoration: none;
  font-weight: 400;
  display: block;
  text-align: center;
  color: #ffffff;
  padding: 1.8vh 2vw 2vh;
  letter-spacing: 0.05rem;
}


.topInner_btn a span {
  font-size: 2.5rem;
}


}
