/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 09 2024 | 05:47:56 */
/* 04. Header css */
.header_dummy {
    display: block;
      width: 100%;
      height: 103px;
      position: relative;
}
.header {
  /* position: absolute; */
  position: fixed;
  z-index: 99;
  width: 100%;
	box-shadow: 1px 1px 10px rgb(51 51 51 / 30%);
  /* padding-right: 30px; */
}

.header:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 103px;
  background: #fff;
  content: "";
  z-index: -1;
}
/* .header:before { */
  /* border-color: #3984c9 transparent; */
  /* border-style: solid; */
  /* border-width: 0 60px 100px; */
  /* content: "";
  right: -700px;
  position: absolute;
  width: 1150px;
  z-index: 1;
  background-image: url(/wp-content/uploads/sites/775/2022/07/gradation_2x.png);
  height: 100px;
  background-size: 450px;
  background-position: center left; */
/* } */
.header .container {
  margin-left: 0
}

.header .col-lg-12 {
  padding-left: 0
}

.header-inn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -webkit-box-align: start;
  -ms-flex-align: start; */
  -webkit-box-align:center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.site-logo a {
  padding: 5px 0;
  width: 338px;
  display: inline-block;
  text-align: center;
}
.header-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  /* display: flex; */
  /* -webkit-box-align: center; */
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  z-index: 11;
}

.mainmenu ul {
    display: flex;
    justify-content: space-between;
  padding-left: 90px;
  margin: 0;
  text-align: justify;
}

.mainmenu ul li {
  display: inline-block;
  list-style: none;
  /* margin-right: 70px; */
  margin-right:0;
  position: relative
}

.mainmenu ul li a {
  font-weight: 500;
  color: #2c2c38;
  text-transform: uppercase;
  display: block;
  padding: 36px 0;
  position: relative;
  background: -webkit-linear-gradient(left, #3984c9, #3984c9 50%, #2c2c38 50%);
  background: linear-gradient(to right, #3984c9, #3984c9 50%, #2c2c38 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
  letter-spacing: 0.15em;
  /* font-size: 15px; */
  font-size: 18px;
}
.mainmenu ul>li.active a:before {
  position: absolute;
  content: '';
  background: #3984c9;
  left: 50%;
  bottom: 25px;
  width: 25px;
  height: 3px;
  border-radius: 5px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mainmenu ul li a:hover {
  background-position: 0 100%;
  border-color: #3984c9;
  text-decoration: none;
}

.mainmenu ul>li.active>a {
  background-position: 0 100%;
  border-color: #3984c9;
}

.mainmenu ul li ul {
    display: block;
  position: absolute;
  top: 120%;
  left: 0;
  width: 300px;
  background: #fff;
  padding: 0;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  visibility: hidden;
  opacity: 0;
  /* -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" */
}

.mainmenu ul li:hover ul {
  visibility: visible;
  top: 100%;
  opacity: 1;
  /* -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" */
}

.mainmenu ul li ul li {
  margin: 0;
  display: block;
  border-top: 1px solid #eee
}
.mainmenu ul li ul li a {
  display: block;
  padding: 14px 20px;
  text-transform: capitalize;
  font-size: 14px;
  letter-spacing: 0.01em;
  text-align: justify;
  font-feature-settings: "palt" 1;
}
.header_right {
  font-size: 0;
  letter-spacing: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /* float: left; */
  flex-wrap: wrap;
  /* width: 170px; */
  width: 210px;
  position: relative;
}
.header-action{
    display: flex;
}
.header_right span {
  display: inline-block;
  /* font-size: 14px; */
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.15em;
  /* width: 100%; */
  text-align: center;
  line-height: 1;
  margin-bottom: 0;
  font-family: 'Noto Sans JP', sans-serif;
  vertical-align: middle;
}
.header_right a {
  /* display: block; */
  /* margin-left: 15px; */
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 15px 10px;
  text-align: center;
}
.header_right a:hover {
  text-decoration: none;
/*   opacity: .8; */
}
.mainmenu {
  /* width: calc(100% - 520px); */
  width: calc(100% - 945px);
  text-align: center;
  margin-right: 50px;
}
/* .header_right.header_favorite {
  margin-right: 5px;
} */
.header_right.header_favorite {
  background-color: #e4a9a9;
	transition:all 0.3s;
}
.header_right.header_favorite:hover{
	background-color: #ed9292;
}

.header_right.header_history {
  background-color: #aed2d6;
	transition:all 0.3s;
}
.header_right.header_history:hover {
  background-color: #7fced7;
}
.header_right.header_favorite span.header_icon {
  color: #ff6e64;
}
.header_right.header_contact {
	transition:all 0.3s;
  background-color: #cab1d3;
}
.header_right.header_contact:hover {
  background-color: #c79fd6;
}
.header_right .header_icon {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.mainmenu ul li.has-submenu:after {
  position: absolute;
  content: "";
    width: 5px;
    height: 5px;
    top: calc(50% - 1px);
    right: -15px;
    transform: translateY(-50%);
    border-top: solid 1px #2c2c38;
    border-right: solid 1px #2c2c38;
    transform: translateY(-50%) rotate(135deg);
    transition: all 0.3s;
}
.mainmenu ul li.has-submenu:hover:after {
    border-color: #3984c9;
    }
.tel_num{
display: flex;
align-items: center;
flex-wrap: wrap;
max-width: 217px;
}



.tel_num p.gray{
    text-align: center;
    margin-bottom: 0;
    letter-spacing: 0.13em;
    text-indent: 0.13em;
    font-size: 15px;
    font-weight: 600;
}
/* .header-btn {
  display: inline-block;
  padding: 16px 25px 16px 40px;
  background: #fff none repeat scroll 0 0;
  border-radius: 5px;
  text-transform: capitalize;
  font-weight: 500;
  margin-left: 35px;
  position: relative;
  color: #3984c9
}

.header-btn>div {
  position: absolute;
  left: -16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: #3984c9;
  text-align: center;
  color: #3984c9;
  border-radius: 5px;
  line-height: 40px;
  z-index: 1;
}

.header-btn>div i {
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 8px;
  border-radius: 5px;
}

.header-btn>div:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 4px solid #3984c9;
  z-index: -1;
  border-radius: 5px;
} */

.search-toggle {
  color: #fff;
  padding: 10px
}

.search-toggle:hover {
  color: #000
}

#search-overlay {
  display: none;
}

.block {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  margin: 0;
  z-index: 99
}

.block:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.centered {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  padding: 10px 15px;
  color: #FFF;
  border: none;
  background: transparent;
}

#search-box {
  position: relative;
  width: 100%;
  margin: 0;
}

#search-form {
  height: 4em;
  border-bottom: 1px solid #fff;
  background-color: transparent;
  overflow: hidden;
}

#search-box input[type="text"] {
  width: 100%;
  padding: 20px;
  color: #fff;
  outline: none;
  font-size: 20px;
  background: transparent
}

#search-button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: auto;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 42px;
  border-width: 0;
  background-color: transparent;
  border-radius: 0 2px 2px 0;
  cursor: pointer;
}

#close-btn {
  position: fixed;
  top: 20px;
  right: 20px;
  color: #fff
}

.spinner-master {
  display: none;
}

.spinner-spin {
  text-indent: -99999px;
  width: 22px;
  cursor: pointer;
}

nav#menu>ul>li.block_sp {
    display: none !important;
}
footer {
  background-color: #fff;
  margin: 0;
}
footer .border-top {
  border-top: 1px solid #b7b7b7;
  padding: 15px 0;
}
.wrap_copyright {
  display: flex;
  justify-content: space-between;
}
p.copyright {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #666;
  width: 50%;
}
p.copyright.right {
  text-align: right;
}
p.copyright.left {
  text-align: justify;
  font-feature-settings: "palt" 1;
}
p.copyright.right a {
  color: #666;
}
p.copyright.right a:hover {
    text-decoration: none;
}
.wrap_linklist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0px auto;
  padding-top: 100px;
  padding-bottom: 100px;
}
/* footer .box_col12 {
  width: 100%;
  margin-bottom: 45px;
} */
footer .box_col3 {
  position: relative;
}
footer .box_col3.footerbox1 {
  width: 32%;
}
footer .box_col3.footerbox2 {
  width: 68%;
  padding-left: 60px;
}
.footerbox2_top, .footerbox2_bottom {
  display: flex;
  flex-wrap: wrap;
}
.footerbox2_top {
  margin-bottom: 60px;
}
footer h3 {
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #c7c7c7;
  color: #2c2c38;
}
.footerbox2_top ul, .footerbox2_bottom ul {
  width: 50%;
}
/* footer .box_col3.footerbox1 img {
  max-width: 260px;
} */
footer .box_col3 ul {
  margin: 0;
}
footer .box_col3 ul li:not(:last-child) {
  margin-bottom: 12px;
}
footer .box_col3 ul li {
  list-style: none;
  line-height: 2;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
footer .box_col3 ul li a {
  color: #2c2c38;
}
footer .box_col3 ul li a:hover {
  text-decoration: none;
  color: #3984c9;
}
footer .footerbox1 ul li {
  font-weight: 600;
  font-size: 14px;
}
footer .box_col3:not(.footerbox1) ul li {
  padding-left: 20px;
  position: relative;
}
footer .box_col3:not(.footerbox1) ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 50%;
    border-top: solid 1px #3981c6;
    border-right: solid 1px #3981c6;
    transform: translateY(-50%) rotate(45deg);
}
footer .box_col3.footerbox1 img.fot_logo {
/*   margin-top: 25px; */
	margin-top: 0;
	margin-bottom: 30px;
}
footer .box_col3.footerbox1 p:not(.sns) {
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 2.2;
  font-size: 15px;
}
footer .box_col3.footerbox1 p.mb_45 {
	margin-bottom: 25px;
}
footer .box_col3.footerbox1 p.mb_20 {
  margin-bottom: 10px;
}
footer .box_col3.footerbox1 p span.ao {
  display: block;
}
footer .box_col3.footerbox1 p.sns {
  font-size: 0;
  letter-spacing: 0;
  line-height: 1;
}
footer .box_col3.footerbox1 p.sns a {
  display: inline-block;
  margin-right: 15px;
}
footer .box_col3.footerbox1 p.sns a:hover,
p.copyright.right a:hover {
    opacity: .6;
}
.header-inn {
  padding-left: 45px;
}
.footer_contact {
  background: #3984c9;
  padding: 65px 0 30px 0;
  position: relative;
}
.footer_contact .flex {
  justify-content: center;
}
img.fot_contact_title {
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
	z-index: 9;
}
.footer_contact div.wrap p {
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  line-height: 1.6;
  margin-top: 0;
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 14px;
}
.footer_contact div.wrap>div {
  width: 40%;
  padding: 0 15px;
  margin-bottom: 15px;
}
.footer_contact .title1 {
  margin-bottom: 0;
}
.footer_contact .title1 p {
  display: inline-block;
  color: #fff;
}
.footer_contact .title1 p:before, .footer_contact .title1 p:after {
  background: #fff;
}
.footer_contact h3, .footer_contact a {
  display: block;
}
.footer_contact h3 {
  font-family: 'Noto Sans JP', sans-serif;
  margin-bottom: 0;
  color: #fff;
}
.footer_contact * {
  font-weight: 600;
}

.footer_contact a {
  color: #2c2c38;
  border: 1px solid #3984c9;
  background: #fff;
  margin: 0 auto;
  padding: 20px 20px 23px 15px;
  position: relative;
  transition: .3s;
  text-align: center;
  height: 100%;
  font-size: 18px;
}
.footer_contact a:hover {
  opacity: .9;
}
.footer_contact div.wrap>div:first-child a {
  padding-top: 31px;
}
.footer_contact a span.gry {
  display: block;
  color: #bfbfbf;
  font-size: 12px;
  margin-top: 5px;
  line-height: 1;
  letter-spacing: 0.05em;
  padding-left: 20px;
}
.footer_contact a span.robo {
  font-size: 34px;
  letter-spacing: 0.01em;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
  font-weight: 900;
   font-family: 'Roboto Condensed', sans-serif;
}
.footer_contact a img {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}


@media(max-width: 1820px) {
    .site-logo a {
        width: 278px;
    }

    .tel_num {
        max-width: 197px;
    }

/*     .tel_num p.gray{
        font-size: 17px;
    } */

    .mainmenu ul li a{
        font-size: 17px;
    }

/*     .header_right span{
        font-size: 17px;
    } */

    .mainmenu ul {
        padding-left: 75px;
    }

    .mainmenu {
        width: calc(100% - 865px);
    }
    .header_right{
        width: 190px;
    }
    

/*     .header_right span{
        font-size: 17px;
    } */
}

@media(max-width: 1680px) {
    .header:after{
        height: 101px;
    }
    .header_dummy{
        height: 101px;
    }
    .mainmenu {
        width: calc(100% - 795px);
        margin-right: 30px;
    }
    .mainmenu ul {
        padding-left: 55px;
    }
    .mainmenu ul li a{
        font-size: 16px;
    }

/*     .header_right span{
        font-size: 16px;
    } */
/*     .tel_num p.gray {
        font-size: 16px;
    } */
    .header_right {
        width: 180px;
    }
    .header_right .header_icon{
        margin-right: 5px;
    }
}

@media(max-width: 1550px) {
    .header:after{
        height: 99px;
    }
    .header_dummy{
        height: 99px;
    }
    .mainmenu {
        width: calc(100% - 775px);
        margin-right: 10px;
    }
    /* .mainmenu ul {
        padding-left: 40px;
    } */
    .tel_num {
        max-width: 177px;
    }
    .mainmenu ul li a{
        font-size: 15px;
    }
    .tel_num p.gray {
        font-size: 12px;
    }
    .header_right span{
        font-size: 15px;
    }
    .header_right span{
        font-size: 15px;
    }
  .header-inn {
      padding-left: 20px;
  }
  .site-logo a {
      padding: 10px 0;
      width: 250px;
  }
  .header_right {
    width: 170px;
}
}

@media(max-width: 1440px) {
    .header:after {
        height: 98px;
    }
    .header_dummy {
        height: 98px;
    }
  /* .mainmenu ul {
      padding-left: 40px;
  } */
  .site-logo a {
    width: 230px;
}
  .mainmenu ul li a {
      padding: 37px 0 36px;
      letter-spacing: 0.1em;
      font-size: 14px;
  }
  .mainmenu {
    width: calc(100% - 725px);
    margin-right: 0;
}
  /* .mainmenu ul li {
      margin-right: 40px;
  } */
  .header_right span {
      font-size: 13px;
      letter-spacing: 0.1em;
  }
  .header_right span.header_icon {
      margin-top: 20px;
  }
  .header_right {
    width: 155px;
}
.tel_num {
    max-width: 167px;
}
/* .tel_num p.gray {
    font-size: 14px;
} */

.header_right span{
    font-size: 14px;
}
}
@media(max-width: 1360px) {
    .site-logo a {
        width: 210px;
    }
    .mainmenu {
        width: calc(100% - 725px);

    }
}
@media(max-width: 1310px) {
    .mainmenu {
        width: calc(100% - 675px);
        margin-right: 10px;
    }
    .mainmenu ul {
        padding-left: 40px;
    }
}
@media(max-width: 1250px) {
    .tel_num {
        max-width: 157px;
    }
  .header_right:first-child {
      margin-left: 0;
  }

  .mainmenu ul li a {
      letter-spacing: 0.01em;
      padding: 38px 0 37px;
    font-size: 13px;
  }
/*   .tel_num p.gray {
    font-size: 13px;
} */

.header_right span{
    font-size: 13px;
    letter-spacing: 0.01em;
}
  .site-logo a {
      padding: 15px 0;
      width: 200px;
  }
  .header_right a {
      padding: 15px 5px;
  }
  .header_right .header_icon {
      margin-right: 3px;
  }
  .header_right {
      width: 150px;
  }
  /* .mainmenu {
      width: calc(100% - 475px);
  } */
  .mainmenu ul {
    padding-left: 30px;
}
.mainmenu {
    width: calc(100% - 650px);
}
}

@media(max-width: 1150px) {
    .mainmenu {
        width: calc(100% - 615px);
    }
    .mainmenu ul {
        padding-left: 25px;
    }
    .header_right {
        width: 140px;
    }
  
  /* .mainmenu ul li {
      margin-right: 30px;
  } */
}

@media(max-width: 1050px) {
  /* .mainmenu ul li {
      margin-right: 25px;
  } */
  .header_right span {
      font-size: 12px;
      letter-spacing: 0.05em;
  }
  .header_right .header_icon {
      margin-right: 5px;
      width: 20px;
  }
  .header_right {
      width: 135px;
  }
  /* .mainmenu { */
      /* width: calc(100% - 415px); */
  /* } */
  .mainmenu ul li ul li a {
      padding: 12px 15px;
      font-size: 13px;
  }
  .mainmenu ul li ul {
      width: 270px;
  }
}

@media(max-width: 991px) {
    .tel_num {
        margin-right: 10px;
        line-height: 1;
    }
    .tel_num p.gray {
        line-height: 1.5;
    }
    .header {
        padding-right: 15px;
    }
  .header_dummy {
      /* height: 75px; */
      height: 64px;
  }
  .header:after {
    height: 64px;
}
  .header-action {
      display: none;
  }
  .site-logo a {
        padding: 5px 0;
        width: 220px;
  }
  nav#menu>ul>li.block_sp img {
      width: 20px;
      position: relative;
      top: 1px;
      margin-right: 5px;
  }
  nav#menu>ul>li.block_sp {
      display: block !important;
          border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  }
  nav#menu>ul>li.block_sp span {
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 600;
      color: #fff;
      font-size: 14px;
      padding: 0;
      display: inline-block;
      vertical-align: middle;
  }
  nav#menu>ul>li.block_sp a {
      border-bottom: none;
      display: inline-block;
      padding: 8px 10px;
  }
  nav#menu>ul>li.block_sp a[href^="tel:"] {
  pointer-events: all;
  }
  nav#menu>ul>li>a:hover {
      text-decoration: none;
      opacity: .8;
  }
  nav#menu>ul>li.block_sp:last-child {
      border-bottom: none;
  }
  .spinner-master * {
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      box-sizing: border-box;
  }
  .spinner-master {
      position: relative;
      width: 46px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background: transparent;
      height: 46px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      /* margin-left: 5px; */
      z-index: 9999;
      margin-top: 9px;
      margin-bottom: 9px;
  }
  .spinner:nth-child(2n) {
      width: 70% !important
  }
  .spinner-master label {
      cursor: pointer;
      height: auto;
      width: 100%;
      padding: 0;
      -webkit-transform: translateY(0%);
      transform: translateY(0%);
      top: -13px;
      position: relative;
  }
  .spinner-master .spinner {
      height: 2px;
      width: 100%;
      background-color: #3984c9;
  }
  .spinner-master .horizontal {
      margin-top: 6px;
  }
  .spinner-master .diagonal.part-2 {
      margin-top: 6px;
  }
  .spinner-master.active .spinner-spin>.horizontal {
      opacity: 0;
      /* -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; */
  }
  .spinner-master.active .spinner-spin>.diagonal.part-1 {
      transform: rotate(135deg);
      -webkit-transform: rotate(135deg);
      margin-top: 3px;
      background-color: #fff;
  }
  .spinner-master.active .spinner-spin>.diagonal.part-2 {
      transform: rotate(-135deg);
      -webkit-transform: rotate(-135deg);
      margin-top: -10px;
      background-color: #fff;
  }
  nav#menu {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      display: block;
      z-index: 99;
  }
  nav#menu,
  nav#menu>ul ul {
      overflow: hidden;
      max-height: 0;
      background-color: #3984c9;
      -webkit-transition: all 0.4s ease 0s;
      transition: all 0.4s ease 0s;
      padding: 0 20px;
  }
  nav#menu.active,
  nav#menu>ul ul.active {
      max-height: 55em;
      overflow: auto;
      padding: 20px;
      padding-bottom: 5px;
  }
  nav#menu>ul>li {
      display: block !important;
      margin: 0 !important;
  }
  nav#menu ul ul,
  nav#menu ul ul ul {
      display: inherit;
      position: relative;
      left: auto;
      top: auto;
      padding: 0
  }
  nav#menu ul ul.sub-menu {
      left: 0;
      -webkit-transform: translateX(0);
      transform: translateX(0);
      box-shadow: none;
      width: 100%;
  }
  nav#menu ul ul.sub-menu.active {
      visibility: visible;
      opacity: 1;
      /* -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; */
      max-height: 55em;
      padding: 10px 0px 0;
  }
  nav#menu>ul>li>a {
      display: block;
      position: relative;
      padding: 10px 0;
      color: #fff;
      border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }
  .mainmenu ul li.has-submenu:after {
    top: 22px;
      right: 27px;
      border-top: solid 1px #fff;
      border-right: solid 1px #fff;
      display: inline-block;
  }
  .mainmenu ul li.has-submenu:hover:after {
  opacity: 0.8;
  border-color: #fff;
  }
  nav#menu>ul>li:last-child>a {
      border-bottom: 0px
  }
  nav#menu li.has-submenu>a:before {
      position: absolute;
      top: 10px;
      right: 0px;
      display: block;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      font-size: 15px
  }
  .megamenu.active {
      padding: 15px 0 !important
  }
  .sub-menu:before {
      height: 90% !important;
      left: 50% !important;
      -webkit-transform: translate(-50%, -50%) !important;
      transform: translate(-50%, -50%) !important;
  }
  .sub-menu:after {
      display: none
  }
  /* nav#menu li.has-submenu>a.active:after {
      content: "-";
      margin-left: 10px;
  } */
  nav#menu ul ul>li a {
      padding: 5px 20px;
      color: #fff;
      -webkit-text-fill-color: #fff;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 600;
      letter-spacing: 0.1em;
  }
  nav#menu ul ul>li a:hover {
      text-decoration: none;
      opacity: .8;
  }
  .mainmenu ul li ul li {
      border: none
  }
  /* .header:before {
      display: none
  } */
  .header:after {
      display: none
  }
  .header-btn {
      display: none
  }
  .header-navigation {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
  }
  .header {
      /* padding-right: 0; */
      background: #fff;
  }
  .header-navigation {
      position: static
  }
  .mainmenu ul {
      padding-left: 0;
      margin: 0;
      display: block;
      text-align: center;
  }
  nav#menu>ul>li>a {
      padding: 10px;
      background: transparent;
      -webkit-text-fill-color: #fff;
      font-size: 14px;
      letter-spacing: 1px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.13)
  }
  .centered {
      width: 80%
  }
  #search-box input[type="text"] {
      font-size: 16px
  }
  .block {
      z-index: 999999
  }
  .hero-social {
      width: 60px
  }
  .hero-social ul li a {
      font-size: 14px
  }
  .hero-social ul li {
      margin-top: 20px
  }
  .hero-social p {
      font-size: 14px
  }
  .breadcrumb-area .hero-social p {
      display: none
  }
  .service-video-box-text p {
      font-size: 16px
  }
  .no-paading {
      padding: 0 15px
  }
  .portfolio-box {
      margin-top: 30px
  }
  .portfolio-page {
      padding-top: 70px
  }
  .countdown-box {
      display: none
  }
}

@media(max-width: 767px) {
  #welcome {
      max-height: 35px;
  }
  .hero-text h2 {
      font-size: 40px;
      letter-spacing: 3px;
  }
  .hero-action .cta-btn {
      display: inline-block;
      padding: 14px 17px !important;
      text-align: center;
      margin: 3px;
  }
  .hero-slide-item .video-main {
      display: none
  }
  .section-title {
      font-size: 38px;
      line-height: 44px;
  }
  .sub-title {
      letter-spacing: 3px;
      font-size: 20px;
  }
  .about-counter {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      gap: 40px;
      margin-top: 50px;
      text-align: center
  }
  .counter-box {
      padding-left: 0;
      margin-bottom: 30px;
      text-align: center
  }
  .counter-box h2 {
      font-size: 40px
  }
  .counter-box p {
      font-size: 14px;
      letter-spacing: 0
  }
  .about-right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center
  }
  .about-right>img {
      float: left;
      width: 50%;
      position: static
  }
  .service-area {
      padding-top: 0
  }
  .service-page-area {
      padding-top: 70px
  }
  .service-text h3 {
      font-size: 30px
  }
  .tour-area .container:before {
      top: 90px
  }
  .project-box p {
      font-size: 14px;
      left: -110px;
      bottom: 135px;
      letter-spacing: 4px;
  }
  .project-box h3 {
      top: 15px;
      left: 20px;
      letter-spacing: 2px;
      font-size: 19px;
  }
  .project-box:hover p {
      letter-spacing: 20px;
  }
  .project-box:hover .project-zoom {
      -webkit-transform: scale(1) translateX(-50%);
      transform: scale(1) translateX(-50%);
  }
  .projects-area {
      padding-bottom: 100px;
  }
  .latest-news-area .row .col-lg-6:last-child {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
      margin-top: 60px;
  }
  .news-date {
      letter-spacing: 2px;
      font-size: 14px;
  }
  .news-text h3 {
      letter-spacing: 2px;
      font-size: 22px;
  }
  .single-footer {
      margin: 30px 0;
  }
  .signature-left {
      width: 50%
  }
  .signature-right h3 {
      font-size: 22px
  }
  .hero-slide-item .hero-text {
      padding-top: 0
  }
  .hero-slider .owl-nav {
      padding-left: 60px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      bottom: 10px
  }
  .hero-social p {
      display: none
  }
  .single-footer p br {
      display: none
  }
  .breadcrumb-inn h1 {
      font-size: 50px;
      letter-spacing: 4px;
      line-height: 55px
  }
  .breadcrumb-area {
      padding-top: 200px;
      padding-bottom: 150px;
  }
  .breadcrumb-inn {
      padding-left: 60px;
  }
  .about-text {
      overflow: hidden;
  }
  .expertise-area:before {
      width: 100%;
  }
  .expertise-bg {
      display: none
  }
  p {
      font-size: 16px;
      line-height: 26px;
  }
  .latest-news-area .row .col-md-6:last-child {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
      margin-top: 50px;
  }
  .team-meta h4 {
      font-size: 24px
  }
  .expertise-area {
      background: #000
  }
  .expertise-inn {
      -webkit-transform: translateY(0);
      transform: translateY(0)
  }
  .expertise-area:before {
      display: none
  }
  .team-area {
      padding-top: 100px
  }
  .projects-page-area .col-md-5:nth-child(2n+2) {
      -webkit-transform: translateY(30px);
      transform: translateY(30px);
  }
  .projects-page-area .project-box {
      margin-bottom: 30px;
  }
  .service-video-box-area .site-heading br {
      display: none
  }
  .service-video-box-area .site-heading {
      text-align: center
  }
  .service-video-box-text:before {
      left: 0
  }
  .portfolio-page .col-md-4:last-child {
      display: none
  }
  .accordion-button {
      font-size: 18px
  }
  .faq-accordion {
      padding: 20px;
      margin-bottom: 30px
  }
  .accordion-button:after {
      width: 1rem;
      height: 1rem;
      background-size: 1rem;
  }
  .contact-form {
      padding: 30px
  }
  .single-contact-info {
      padding-left: 20px
  }
  .contact-page-right {
      margin-top: 30px
  }
  .error-page-inn h2 {
      font-size: 76px;
      line-height: 60px;
      letter-spacing: 10px;
  }
  .comming-soon-content h1 {
      font-size: 44px
  }
  .blog-info p span {
      font-size: 14px
  }
  .comment-form-group {
      margin-top: 10px
  }
  .comment-form-text textarea {
      margin-top: 10px
  }
  .blog-sidebar {
      margin-top: 30px
  }
}

@media(max-width: 575px) {
  .projects-page-area .col-md-5:nth-child(2n+2) {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
  }
  .projects-page-area .project-box {
      margin-bottom: 30px;
  }
  .projects-page-area {
      padding-bottom: 70px
  }
  .faq-page-area .site-heading {
      text-align: center
  }
  .blog-info {
      display: block
  }
  .blog-info-comments {
      text-align: center
  }
  .b_info_flex {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center
  }
  .blog-info p span {
      font-size: 14px;
  }
  .blog-replay-box {
      margin-left: 100px;
  }
}

@media (min-width: 769px){
.footer_contact .es-container,footer .footer05 .es-container  {
    max-width: 1160px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-area .hero-slide-item {
      height: 600px
  }
  .hero-slide-item .hero-text {
      padding-top: 0
  }
  .hero-text h2 {
      font-size: 56px;
      letter-spacing: 2px
  }
  .section-title {
      font-size: 45px;
      line-height: 54px;
  }
  .counter-box {
      padding-left: 10%
  }
  .counter-box h2 {
      font-size: 36px;
      line-height: 36px
  }
  .about_img_1 {
      display: none
  }
  .tour-area .container:before {
      width: 2600px
  }
  .project-box p {
      font-size: 16px;
      left: -110px;
      bottom: 150px;
      letter-spacing: 6px;
  }
  .project-box h3 {
      top: 15px;
      left: 20px;
      letter-spacing: 2px;
      font-size: 24px;
  }
  .project-box:hover p {
      letter-spacing: 20px;
  }
  .project-box:hover .project-zoom {
      -webkit-transform: scale(1) translateX(-50%);
      transform: scale(1) translateX(-50%);
  }
  .projects-area {
      padding-bottom: 100px
  }
  .news-text h3 {
      letter-spacing: 2px;
      font-size: 22px;
  }
  .news-date {
      font-size: 16px;
      letter-spacing: 1px;
      margin-bottom: 5px
  }
  .news-text {
      padding: 15px
  }
  .latest-news-area .row .col-md-6:last-child {
      -webkit-transform: translateY(-55px);
      transform: translateY(-55px);
  }
  .single-footer {
      margin: 30px 0;
  }
  .counter-box p {
      letter-spacing: 1px
  }
  .breadcrumb-area {
      padding-top: 200px;
      padding-bottom: 150px;
  }
  .breadcrumb-inn {
      padding-left: 60px;
  }
  .about-text {
      overflow: hidden;
  }
  p {
      font-size: 16px;
      line-height: 26px;
  }
  .team-meta {
      padding: 0 15px
  }
  .team-meta h4 {
      font-size: 26px;
      letter-spacing: 1px;
  }
  .projects-page-area {
      padding-bottom: 50px
  }
  .service-video-box-area .site-heading br {
      display: none
  }
  .service-video-box-area .site-heading {
      text-align: center
  }
  .service-video-box-text:before {
      left: 0
  }
  .faq-accordion {
      padding: 20px
  }
  .accordion-button {
      font-size: 18px
  }
  .contact-form {
      padding: 30px
  }
  .single-contact-info {
      padding-left: 20px
  }
  .contact-page-right {
      margin-top: 30px
  }
  .error-page-inn h2 {
      font-size: 100px;
      line-height: 90px;
      letter-spacing: 10px;
  }
  .blog-sidebar {
      margin-top: 0px
  }
  .blog-replay-box {
      margin-left: 130px
  }
  .comment-form-group {
      margin-top: 10px
  }
  .comment-form-text textarea {
      margin-top: 10px
  }
}

@media (max-width: 1024px) {
  .hero-slider .owl-nav {
      padding-left: 15%
  }
  .section-title {
      font-size: 50px;
      letter-spacing: 2px;
      line-height: 55px;
  }
  .signature-left {
      width: 145px
  }
  .about_img_1 {
      left: -80px
  }
  .tour-area .container:before {
      width: 2800px
  }
  .project-box p {
      font-size: 20px;
      left: -110px;
      bottom: 150px;
      letter-spacing: 6px;
  }
  .project-box h3 {
      top: 15px;
      left: 20px;
      letter-spacing: 2px;
      font-size: 30px;
  }
  .project-box:hover p {
      letter-spacing: 20px;
  }
  .project-box:hover .project-zoom {
      -webkit-transform: scale(1) translateX(-50%);
      transform: scale(1) translateX(-50%);
  }
  .breadcrumb-inn {
      padding-left: 60px
  }
  .about-text {
      overflow: hidden
  }
  .team-meta {
      padding: 0 15px
  }
  .team-meta h4 {
      font-size: 26px;
      letter-spacing: 1px;
  }
  .flip-clock-wrapper {
      width: 68%
  }
}

@media (max-width: 480px) {
    .header {
        padding-right: 5px;
    }
  .header_dummy {
      height: 55px;
  }
  .header:after {
    height: 55px;
}
.tel_num p.gray {
    font-size: 12px;
	letter-spacing: 0.05em;
}

.tel_num {
    max-width: 142px;
    margin-right: 0px;
}

  .site-logo a {
      padding: 5px 0;
      width: 155px;
  }
  .header-inn {
      padding-left: 15px;
  }
  .spinner-master {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .wrap_linklist {
      padding-top: 60px;
      padding-bottom: 60px;
  }
  footer .box_col3.footerbox1, footer .box_col3.footerbox2 {
      width: 100%;
      padding-left: 0;
  }
  footer .box_col3 {
      width: calc(100% / 2 - 15px);
  }
  footer .box_col3:not(:last-child) {
      margin-bottom: 55px;
  }
  footer .box_col3 ul li {
      font-size: 13px;
  }
  footer .box_col3 ul li:not(:last-child) {
      margin-bottom: 7px;
  }
/*   footer .box_col3:not(.footerbox1) ul li:before {
      top: 0;
  } */
  footer .box_col3:not(.footerbox1) ul li {
      padding-left: 15px;
  }
  .wrap_copyright {
      flex-wrap: wrap;
  }
  p.copyright {
      font-size: 12px;
      letter-spacing: 0.05em;
      width: 100%;
      text-align: center !important;
      line-height: 1.8;
  }
  p.copyright.left {
      order: 1;
      letter-spacing: 0;
  }
  .footer_contact div.wrap>div {
    width: 100%;
    padding: 0;
}
.footer_contact a {
    padding: 12px;
}
.footer_contact a:after {
    top: 11px;
    font-size: 14px;
}
  img.fot_contact_title {
      max-width: 300px;
      top: -21px;
  }
  .footer_contact div.wrap>div:first-child a {
      padding-top: 20px;
      padding-bottom: 20px;
      font-size: 16px;
      letter-spacing: 0.1em;
  }
  .footer_contact a span.robo {
      font-size: 30px;
  }
  .footer_contact a img {
      width: 30px;
  }
  .footer_contact a span.gry {
      letter-spacing: 0.01em;
  }
  .footer_contact div.wrap p {
      letter-spacing: 0.01em;
      font-size: 13px;
  }
  .footer_contact {
      padding: 60px 0 25px 0;
  }
  footer .box_col3.footerbox1 img.fot_logo {
	  margin-top:0;
	  margin-bottom: 15px;
      max-width: 260px;
  }
  footer .box_col3.footerbox1 p:not(.sns) {
      letter-spacing: 0.05em;
      line-height: 2;
      font-size: 14px;
  }
  footer .box_col3.footerbox1 p.mb_45 {
	  margin-bottom: 15px;
  }
  footer .box_col3.footerbox1 p.mb_20 {
      margin-bottom: 5px;
  }
  footer .box_col3.footerbox1 p.sns {
	  padding-top: 10px;
  }
  footer h3 {
      font-size: 16px;
      margin-bottom: 15px;
      padding-bottom: 12px;
  }
  footer .box_col3 ul li a {
      letter-spacing: 0.05em;
  }
  .footerbox2_top ul, .footerbox2_bottom ul {
      width: 100%;
  }
  .footerbox2_top {
      margin-bottom: 40px;
  }
  footer .box_col3 ul:last-child {
      margin-top: 7px;
  }
	#page .es-header-breadcrumb .es-container{
		padding-bottom:30px;
	}
}

@media (max-width: 414px){
.tel_num{
    display: none;
}
.header:after {
    height: 54px;
}
.header_dummy {
    height: 54px;
}
.spinner-master {
    margin-top: 4px;
    margin-bottom: 4px;
}
}

@media (max-width: 374px){
  .footer_contact div.wrap p {
      letter-spacing: -0.01em;
          font-weight: 500;
  }
}

@media (max-width: 360px){
    nav#menu>ul>li>a {
        font-size: 13px;
    }
    nav#menu ul ul>li a{
        font-size: 12px;
        padding: 5px 15px;
    }
  footer .box_col3.footerbox1 p {
      font-size: 13px;
  }
  footer .box_col3 ul li {
      letter-spacing: 0.01em;
  }
  p.copyright {
      font-size: 11px;
      font-weight: 500;
  }
  .footer_contact div.wrap>div:first-child a {
    font-size: 15px;
}
.footer_contact a span.robo {
    font-size: 29px;
}
.footer_contact div.wrap p {
    font-size: 12px;
}
footer .box_col3.footerbox1 p:not(.sns) {
    letter-spacing: 0.05em;
    line-height: 2;
    font-size: 13px;
}
footer h3 {
    font-size: 15px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
footer .box_col3 ul li a {
    font-size: 12px;
}
footer .box_col3 ul li:not(:last-child) {
    margin-bottom: 4px;
}
footer .box_col3.footerbox1 img.fot_logo {
    max-width: 250px;
}
	.footer_contact {
    padding: 50px 0 20px 0;
}
	.wrap_linklist {
    padding-top: 50px;
    padding-bottom: 50px;
}
	
	footer .box_col3:not(:last-child) {
    margin-bottom: 40px;
}
	.footerbox2_top {
    margin-bottom: 25px;
}
	footer .border-top {
    padding: 10px 0;
}
	img.fot_contact_title {
    max-width: 260px;
    top: -18px;
}
	#page .es-header-breadcrumb .es-container{
		padding-bottom:28px;
	}
}
