@charset "UTF-8";
header {
  z-index: 9999;
  position: relative;
}
nav * {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-size: 100%;
  font: inherit;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
nav#js-nav {
  width: 75%;
  padding: 1rem 0rem 1rem 2rem;
	display: flex;
}
nav.nav2#js-nav {
  top: 0;
}
nav ::before, nav ::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
header .logo {
  width: 25%;
  padding: 2rem 0;
}
header .logo a img {
  max-width: 100%;
}
header .h_rl .logo a {
  display: block;
  margin-left: 3rem;
}
#top-head a {
  font-size: 1.6rem;
}
.inline_b {
  display: inline-block;
}
.c_txt.line {
  /*  padding-bottom: 5px;*/
  position: relative;
}
.c_txt.line:hover::before {
  transform-origin: center top;
  transform: scale(1, 1);
}
#top-head a.button {
  display: block;
  color: #202020;
  padding: 1rem 0 0;
  text-align: center;
  font-size: 2rem;
  max-width: 130px;
  background-color: transparent;
  min-width: inherit;
  border: none;
}
#sp_fnav {
  display: none;
}
#top-head .button::after {
  display: none;
}
header .slidein .logo {
  max-width: 230px;
  margin-left: 1rem;
}
#top-head.slidein a.button {
  max-width: inherit;
  text-align: right;
  padding: 1rem 2rem 0 0;
}
#top-head.slidein a.button::before {
  width: 160px;
  height: 160px;
  top: -6rem;
  right: -2rem;
}
header .h_rl .h_icon svg {
  width: 35px;
}
header .h_icon {
  justify-content: flex-end;
  margin-bottom: -.5rem;
}
header .h_icon svg {
  width: 40px;
  padding: .5rem .5rem 0 .5rem;
  fill: #202020;
}
header .h_icon li:first-child svg {
  fill: #00a9d3;
}
header .h_icon li:nth-child(2) svg {
  fill: #ff7d00;
}
header .h_icon li:nth-child(3) svg {
  fill: #62c300;
}
.nav_last .dropdown {
  left: -30px;
}
.nav_last .dropdown::before {
  left: 55px;
}
[class^=icon-], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
nav .icon-facebook:before {
  content: "\e900";
}
nav .icon-hatebu:before {
  content: "\e901";
}
nav .icon-line:before {
  content: "\e902";
}
nav .icon-twitter:before {
  content: "\e903";
}
nav p, nav a {
  display: block;
  text-decoration: none;
  color: #1a1a1a;
  -webkit-transition: .2s cubic-bezier(.39, .575, .565, 1);
  transition: .2s cubic-bezier(.39, .575, .565, 1);
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 2px;
}
nav a img {
  -webkit-transition: .2s cubic-bezier(.39, .575, .565, 1);
  transition: .2s cubic-bezier(.39, .575, .565, 1);
  max-width: 50px;
  display: block;
  margin: 0 auto;
}
input:placeholder-shown, select:placeholder-shown, textarea:placeholder-shown, button:placeholder-shown {
  font-weight: 300;
}
input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, button::-webkit-input-placeholder {
  font-weight: 300;
}
input:-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder, button:-moz-placeholder {
  opacity: 1;
  font-weight: 300;
}
input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder, button::-moz-placeholder {
  opacity: 1;
  font-weight: 300;
}
input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder, button:-ms-input-placeholder {
  font-weight: 300;
}
input:disabled, select:disabled, textarea:disabled, button:disabled {
  cursor: default;
}
/*--============================================--*/
nav.nav2#js-nav ul.nav > li > p, nav.nav2#js-nav ul.nav > li > a {
  width: 100%;
  background: #eee7e2;
  min-width: auto;
  border-radius: 0 0 10px 10px;
  padding: 0.25rem 0;
  min-height: 29px;
  text-align: center;
  color: #205b83;
}
nav.nav2#js-nav ul.nav > li {
  width: 20%;
  margin: 0px 0.5%;
}
nav.nav2#js-nav {
  top: 0;
  max-width: 1035px;
  right: 5%;
}
/*--============================================--*/
.nav-inner {
  background: #eee;
}
.nav-item + .nav-item {
  border-top: 1px solid #fff;
}
.nav-dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.nav-dropdown a {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.nav-toggle {
  position: relative;
  width: 49px;
  min-height: 49px;
  background: #25bdcf;
}
.nav-toggle::before, .nav-toggle::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  background: #fff;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}
.nav-toggle::before {
  width: 15px;
  height: 1px;
}
.nav-toggle::after {
  width: 1px;
  height: 15px;
}
.nav-toggle.is-open::before {
  opacity: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.nav-toggle.is-open::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.dropdown_wrap {
  display: none;
  background: rgba(255, 255, 255, .5);
  border-top: 1px solid #fff;
}
.dropdown_wrap .dropdown_head {
  border-bottom: 1px solid #fff;
}
.dropdown_wrap .dropdown_head, .dropdown_wrap .dropdown_head a {
  font-size: 1.5rem;
  color: #fff;
}
.dropdown_head a.list_r {
  font-size: 1rem;
  text-align: right;
  color: #fff !important;
  float: right;
  position: relative;
}
.dropdown-item + .dropdown-item {
  border-top: 1px solid #fff;
}
.dropdown-item.has-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.dropdown-item a {
  padding-left: 10px;
}
.dropdown-child {
  display: none;
  width: 100%;
  border-top: 1px solid #fff;
}
.dropdown-child-item {
  background: rgba(255, 255, 255, .3);
}
.dropdown-child-item + .dropdown-child-item {
  border-top: 1px solid #fff;
}
.dropdown-child-item a {
  display: inline-block;
}
/*#top-head{
	padding: 2rem 0;
}*/
.nav {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  width: 100%;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: flex-end;
}
.nav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.nav ul:first-child {
  width: 15%;
}
.nav ul:last-child {
  width: 100%;
}
.h_rl .nav {
  margin: 0 0 0 auto;
}
.h_rl .nav li {
  display: block;
  padding: 0;
  text-align: center;
  width: calc(100% / 6);
}
#top-head.h_rl nav a {
  font-size: 1.6rem;
  color: #fff;
  text-shadow: 0 0 4px #0f2f43;
}
/*#top-head.h_rl nav a img{
	width: 35px;
}*/
.slidein .nav {
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: flex-end;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
}
.nav-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  padding: 9px;
  background: #eee;
  border-radius: 9px;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
}
.h_rl .dropdown_wrap {
  display: none;
}
.slidein .nav-item {
  width: 100%;
  position: relative;
  text-align: center;
}
.nav-item.is-show > a {
  background: #ddd;
}
.nav-item + .nav-item {
  border-top: none;
}
.nav-item.is-show .dropdown::before, .nav-item:hover .dropdown::before {
  -webkit-transform: none;
  transform: none;
}
.nav-item > p, .nav-item > a {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.nav-dropdown {
  display: block;
}
.nav-toggle {
  display: none;
}
.nav-item.is-show .dropdown, .nav-item:hover .dropdown_wrap {
  opacity: 1;
  visibility: visible;
}
.nav-item.is-show .dropdown::before, .nav-item:hover .dropdown::before {
  -webkit-transform: none;
  transform: none;
}
.dropdown_wrap {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0%;
  z-index: 1000;
  display: block;
  background: 0 0;
  border-top: none;
  -webkit-transition: .2s ease;
  top: 0px;
  width: 100%;
  transition: 0.25s ease;
  transform: translateY(1);
}
.dropdown_wrap::before {
  content: "";
  position: absolute;
  top: -9px;
  right: -45%;
  z-index: 10;
  display: block;
  width: 1px;
  height: 30px;
  margin: auto;
  background: #000;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}
.dropdown-item a {
  color: #355064;
  border-bottom: 1px solid;
  width: 100%;
  padding: 1rem 0.5rem;
  background: #fff;
}
.dropdown-item a:hover {
  background: #355064;
}
.dropdown-item.f-size a {
  font-size: 91%;
  letter-spacing: 0;
}
.dropdown-item + .dropdown-item {
  border-top: none;
}
.dropdown-item.has-child {
  position: relative;
  display: block;
}
.dropdown-item.has-child::after {
  opacity: 0;
  visibility: hidden;
  content: "";
  position: absolute;
  top: 0;
  right: -22px;
  z-index: 10;
  bottom: 0;
  display: block;
  width: 30px;
  height: 1px;
  margin: auto;
  background: #000;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scaleX(.5);
  transform: scaleX(.5);
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}
.dropdown-item.is-show::after, .dropdown-item:hover::after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  transform: none;
}
.dropdown-item.is-show .dropdown-child, .dropdown-item:hover .dropdown-child {
  opacity: 1;
  visibility: visible;
}
.dropdown-item.is-show > a {
  color: #fff;
  background: #25bdcf;
}
.dropdown-child {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 100%;
  display: block;
  padding-left: 15px;
  background: 0 0;
  border-top: none;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}
.dropdown-child-item {
  background: 0 0;
}
.dropdown-child-item + .dropdown-child-item {
  border-top: none;
}
.dropdown-child-item a {
  display: block;
}
/* slidein */
.slidein .dropdown {
  position: relative;
  top: -5px;
}
.slidein .dropdown_wrap {
  width: 165%;
  left: -30%;
}
.slidein .nav-item.nav-dropdown > a:hover {
  display: none;
}
.slidein .dropdown-item:first-child {
  position: relative;
  z-index: 1000;
  left: 18%;
  box-shadow: none;
}
.slidein .dropdown-item:first-child a {
  color: #fff !important;
  background: #927700;
  position: relative;
  max-width: 61%;
  padding: 0.8rem 0.5rem;
}
.slidein .dropdown-item:first-child a:hover {
  opacity: 1;
  background: #927700;
}
.slidein .dropdown-item:first-child a::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #927700 transparent transparent transparent;
  bottom: -15px;
  left: calc(50% - 16px);
  z-index: 1;
}
.slidein .dropdown-item a {
  border-bottom: 1px solid;
  width: 100%;
  padding: 1rem 0.5rem;
  background: rgb(255 255 255);
  position: relative;
  z-index: 0;
  box-shadow: 0 0 5px #ccc;
}
.slidein .dropdown-item a:hover {
  background: #e7dfd0;
  opacity: 1;
}
.slider_wrap {
  position: relative;
  padding-top: 0;
}
.top_header .d_sp:after {
  content: none;
  background: #fff;
  width: 100%;
  height: 90px;
  top: 0;
  z-index: -1;
  position: fixed;
  left: 0;
}
#top-head.h_rl {
  position: fixed;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#top-head {
  width: 100%;
  max-width: 100%;
  z-index: 9998;
}
#top-head .nav_up.flex li:last-child {
  margin-right: 250px;
}
#top-head.slidein .nav_up.flex li:last-child {
  margin-right: 263px;
}
/* footer*/
#footer {
  /* background-color: #76a4c1; */
  background: linear-gradient(90deg, #58c6ff 0%, #3c70aa 50%, #58c6ff 85%);
  padding: 5rem 0;
}
#footer a {
  transition: 0.5s !important;
}
#footer .secIn {
  position: relative;
  display: block;
  max-width: 1200px;
  margin: 0 auto;
  padding: 6rem 0 50px;
}
#footer .secIn .footerIn {
  display: block;
  text-align: center;
}
#footer .secIn .footerIn .footerLogo {
  max-width: 35%;
  margin: 0rem auto 7rem;
}
#footer .secIn .footerIn .footerTxt {
  color: #1c1c1c;
}
#footer .secIn .footerIn .footerTxt .footerMail {
  margin-bottom: 15px;
  line-height: 1.5;
}
#footer .secIn .footerIn .footerTxt .footerMail img {
  width: 240px;
}
#footer .secIn .footerLink {
  display: flex;
  justify-content: center;
  margin: 20px;
}
#footer .secIn .footerLink p:first-child {
  margin-right: 20px;
}
#footer .secIn .footerLink p img {
  width: 30px;
}
#footer .catImg03 {
  position: absolute;
  bottom: 0;
  left: -7%;
}
#footer .copy {
  text-align: center;
  color: #fff;
  padding: 20px 30px;
  font-size: 1.4rem;
  font-family: 'Josefin Sans', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
}
#footer .secIn .footerIn .footerTxt ul {
  justify-content: center;
  display: flex;
  letter-spacing: 2px;
}
#footer .secIn .footerIn .footerTxt ul a {
  font-size: 1.8rem;
}
#footer .secIn .footerIn .footerTxt ul a:hover {
  color: #fff;
}
#footer .nav_list li {
  margin-left: 3%;
}
/* --------------------------------------------------------------
	1599
-------------------------------------------------------------- */
@media screen and (max-width:1599px) {
  #footer .f_caimg li:nth-child(2) {
    right: 18%;
    top: -76%;
    max-width: 300px;
  }
  #footer .f_logo_wrap p {
    font-size: 1.4rem;
  }
  .f_contact .button {
    padding-left: 3rem;
  }
  .f_contact .button::after {
    width: 60px;
    right: -2%;
  }
}
/* --------------------------------------------------------------
	1315
-------------------------------------------------------------- */
@media screen and (max-width:1315px) {
  #top-head .nav_up.flex li:last-child {
    margin-right: 195px;
  }
  #top-head.slidein .nav_up.flex li:last-child {
    margin-right: 213px;
  }
  nav a img {
    max-width: 35px;
  }
  .h_rl .nav-item a {
    letter-spacing: 1px;
  }
}
/* --------------------------------------------------------------
	1260
-------------------------------------------------------------- */
@media screen and (max-width:1260px) {
  .h_rl .nav {
    top: 0.5rem;
  }
  .slidein .nav-item a, .slidein .dropdown-item:first-child a {
    letter-spacing: 0.5px;
    font-size: 15px;
    padding-left: 5px;
    padding-right: 5px;
  }
  #footer .f_logo_wrap p {
    font-size: 1.3rem;
  }
  .f_contact .button {
    padding-left: 1.8rem;
  }
}
/* --------------------------------------------------------------
	1200
-------------------------------------------------------------- */
@media screen and (max-width: 1200px) {
  .nav_tab_n {
    pointer-events: none
  }
  header .h_rl .logo {
    padding: 2rem 0 1rem;
  }
  #top-head.h_rl nav a {
    display: block;
  }
  #top-head.h_rl {
    min-width: 160px;
  }
  header .h_rl .logo a {
    max-width: 230px;
    margin-left: 1rem;
  }
  header .slidein .logo a {
    max-width: 230px;
    margin-left: 1rem;
  } 
  #top-head a {
    font-size: 1.2rem;
  }
  /*	header .slidein .nav{
		padding-top: 1rem;
	}*/
  #top-head a.button {
    padding-top: 0;
    margin-top: 0;
  }
  #top-head a .small {
    font-size: 1.1rem;
  }
  #top-head.slidein a.button::before {
    width: 130px;
    height: 130px;
    top: -4rem;
    right: -2.5rem;
  }
  #top-head.slidein a.button {
    padding: .8rem 1rem 0 0;
  }
  .gHeader_logo {
    overflow: hidden;
    position: absolute;
    top: -45px;
    bottom: 0;
    left: 1.4%;
    margin: auto;
    width: 225px;
    height: 30px;
    background: url(../img/logo.png) no-repeat;
    white-space: nowrap;
    text-indent: 100%;
    background-size: cover;
  }
  #footer .footer_wrap {
    width: 95%;
  }
  #footer .footer_wrap .f_contact .f_icon .w4 {
    width: 20% !important;
    margin: 0 auto;
  }
  #footer .f_nav li a {
    font-size: 1.5rem;
    padding: 1rem 0;
  }
  #footer .footer_wrap .w6 {
    padding-left: 0;
  }
  #footer .f_logo_wrap p {
    font-size: 1.5rem;
  }
  #footer .footer_wrap .w3 {
    width: 31% !important;
    margin-top: -5rem;
  }
  #footer .footer_wrap .w9 {
    width: 69% !important;
    margin-bottom: 0;
  }
  #footer .footer_wrap .f_contact {
    padding-left: 5rem;
  }
  #footer .footer_wrap a.button {
    min-width: 180px;
  }
  #footer .footer_wrap .f_contact .w4 {
    width: 45% !important;
    padding: 0 1rem;
  }
  #footer .footer_wrap .flex.a_center.j_center .w4 {
    margin-left: 0;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio:2), (-webkit-min-device-pixel-ratio:2), (min-resolution:2dppx) {
  body nav {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  input, select, textarea, button {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (prefers-reduced-motion:reduce) {
  nav * {
    -webkit-animation-duration: .01ms !important;
    animation-duration: .01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: .01ms !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
}
@media screen and (max-width: 999px) {
  #top-head.slidein nav a {
    font-size: 1.6rem;
    color: #fff;
    text-shadow: 0 0 4px #0f2f43;
  }
  #top-head.fadein header.top_header {
    height: 70px;
  }
  #top-head.slidein {
    background: none;
    height: 70px;
  }
  header .logo {
    margin: 0 auto 0 0;
    padding: 2rem 0;
    z-index: 9998;
    width: 100%;
  }
  header .h_rl .logo a {
    /*max-width: 130px;*/
  }
  #top-head .dropdown_wrap a {
    margin-top: 0;
    color: #000 !important;
    background: #fff;
    border: none;
    padding: .5rem 0;
    border-radius: 0;
    font-size: 1.1rem;
    max-width: 100%;
    text-align: left;
    box-shadow: none;
  }
  /*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
  .sp_nav {
    position: fixed;
    background: #86ce31;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    margin: 0.5rem 2.5% 0 0;
    z-index: 9999;
    right: 0;
  }
  /*ボタン内側*/
  .sp_nav span {
    display: inline-block;
    transition: all .4s; /*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background: #fff;
  }
  .sp_nav span:nth-of-type(1) {
    top: 15px;
    width: 45%;
  }
  .sp_nav span:nth-of-type(2) {
    top: 23px;
    width: 35%;
  }
  .sp_nav span:nth-of-type(3) {
    top: 31px;
    width: 20%;
  }
  /*activeクラスが付与されると線が回転して×になる*/
  .sp_nav.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-135deg);
    width: 30%;
  }
  .sp_nav.active span:nth-of-type(2) {
    opacity: 0;
  }
  .sp_nav.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(135deg);
    width: 30%;
  }
  .sp_nav li.dropdown-item {
    padding-top: 0;
    padding-left: 1.5rem;
  }
  nav#js-nav {
    z-index: -1;
  }
  nav#js-nav .nav {
    position: fixed;
    z-index: 999;
    top: auto;
    bottom: -120%;
    left: 0;
    width: 100%;
    height: 100vh;
    transition: all 0.6s;
    background-color: rgba(16, 34, 115, .8);
  }
  nav#js-nav.panelactive {
    background-color: rgb(173 196 255 / 70%);
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 999;
    top: 0;
  }
  nav#js-nav.panelactive .nav {
    width: 100%;
    top: auto;
    bottom: 0;
    /*
		height: 70vh;
*/
    position: fixed;
    display: flex !important;
    flex-wrap: wrap;
    /*
		align-content: flex-start;
*/
    justify-content: center;
    padding: 0 2rem 5rem;
    -webkit-overflow-scrolling: touch;
  }
  nav#js-nav .nav::after {
    display: block;
    content: "";
    background-image: url("../img/sp_nav_bg.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -15vh;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  nav#js-nav .nav ul {
    flex-direction: column;
  }
  nav#js-nav ul:first-child {
    position: relative;
  }
  nav#js-nav li {
    text-align: center;
    width: 33.3333%;
    position: relative;
    z-index: 9999;
  }
  nav#js-nav li a {
    padding: 2rem 0;
  }
  nav#js-nav ul:first-child li {
    /*
		border-left: 1px dashed #ccb985;
*/
  }
  nav#js-nav ul:first-child li:first-child, nav#js-nav ul:first-child li:nth-child(4) {
    border-left: none;
  }
  nav#js-nav ul:first-child li:nth-child(4), nav#js-nav ul:first-child li:nth-child(5) {
    width: 100%;
    /*
		border-top: 1px dashed #ccb985;
*/
  }
  nav#js-nav ul:last-child li:first-child::before {
    display: none;
  }
  nav#js-nav li.d_pc_but img {
    padding-bottom: .5rem;
  }
  nav#js-nav .sp_nav_ttl {
    width: 100%;
    text-align: center;
    line-height: .8;
    font-size: 2.2rem;
    text-shadow: 2px 2px 2px #e2d8cd;
  }
  nav#js-nav .sp_nav_ttl::first-letter {
    font-size: 3.5rem;
    color: #e2c682;
  }
  #top-head .button {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    border-radius: .25rem;
  }
  .nav {
    display: -webkit-block;
    display: -ms-block;
    display: block !important;
  }
  .nav-item > p, .nav-item > a {
    padding: 0;
  }
  .pop_box {
    z-index: 9999;
  }
  #sp_fnav {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: #2c281d;
    z-index: 9999;
  }
  #sp_fnav ul {
    display: flex;
    align-items: flex-end;
    width: 100%;
    min-height: 80px;
    padding-bottom: .5rem;
  }
  #sp_fnav ul li {
    width: 25%;
    text-align: center;
  }
  #sp_fnav ul li a {
    color: #fff;
  }
  #sp_fnav img, #sp_fnav i.fas.fa-phone {
    max-width: 40px;
    width: 100%;
    display: block;
    margin: 0 auto;
    font-size: 3.8rem;
  }
  /*footer*/
  .l_footer {
    padding-bottom: 90px;
  }
  .l_footer::before {
    width: 13vw;
    bottom: auto;
    top: 45%;
    left: 40%;
    transform: translateY(-100%) rotate(131deg);
  }
  .l_footer::after {
    width: 18vw;
    right: -15%;
    top: 52%;
  }
  #footer .footer_wrap::before {
    width: 30vw;
    transform: translate(-106%, -27%) rotate(8deg);
  }
  #footer .footer_wrap .f_contact {
    padding-left: 0;
    padding-top: 5rem;
  }
  #footer .footer_wrap a.button {
    min-width: 150px;
  }
  #footer .footer_wrap .w6:nth-child(2) {
    display: block !important;
  }
  #footer .footer_wrap .w3 {
    width: 100% !important;
    margin-top: 0;
  }
  #footer .footer_wrap .w9 {
    padding-left: 0;
  }
  #footer .f_nav li a {
    font-size: 1.3rem;
  }
  #footer .footer_wrap .f_logo {
    max-width: 150px;
  }
  #footer .f_logo_wrap a {
    display: flex;
    align-items: flex-end;
  }
  #footer .footer_wrap .flex.a_center.j_center {
    justify-content: space-between;
  }
  #footer .footer_wrap .flex.a_center.j_center .w4 {
    width: 49% !important;
    padding: 0;
  }
  .f_contact .button::after {
    width: 50px;
    right: 2%;
  }
  #footer .nav_list li {
    margin-left: 0;
  }
  #footer .secIn .footerIn .footerTxt ul {
    display: grid;
    width: fit-content;
    gap: 2rem 15rem;
    grid-template-columns: repeat(2, auto);
    margin: 0 auto;
    text-align: left;
  }
} /*max-width:999px*/
@media screen and (max-width: 767px) {
  #top-head .button {
    width: 90%;
    margin-left: 0;
  }
  /*footer*/
  footer.l_footer .logo {
    margin: 1.5rem auto;
    width: 100%;
    max-width: 300px;
    padding-bottom: 0;
  }
  footer.l_footer .d_tab_flex {
    display: block;
  }
  footer.l_footer .button {
    width: 95%;
  }
  footer.l_footer .left .logo img {
    margin: 0 auto;
  }
  footer .search_container {
    max-width: 95%;
  }
  footer.l_footer .right h3 {
    font-size: 1.8rem;
    margin-bottom: 0;
    margin-top: 1rem;
  }
  footer.l_footer .f_me li.w3 {
    width: 100% !important;
  }
  footer.l_footer ul.nav_up {
    display: block;
  }
  footer.l_footer ul.nav_up li {
    padding-top: 0.5rem;
    width: 100%;
  }
  footer.l_footer ul.nav_up > li:nth-child(5) {
    padding-top: 0.5rem;
    width: 100%;
  }
  footer.l_footer .f_nav_me ul.flex {
    display: block !important;
  }
  .f_nav_me li {
    width: 100% !important;
    padding: .2rem 0;
  }
  .f_nav_me li:nth-child(3), .f_nav_me li:nth-child(4) {
    width: 100% !important;
  }
  #footer .footer_wrap .flex.a_center.j_center {
    display: block !important;
  }
  #footer .footer_wrap .flex.a_center.j_center .w4 {
    width: 100% !important;
    padding: 0;
  }
  #footer .footer_wrap a.button {
    margin: 0 auto;
    padding: 1rem 0 1rem 3rem;
  }
  .f_contact .button::after {
    width: 55px;
    top: -47%;
  }
  #footer .footer_wrap .w9 {
    width: 95% !important
  }
} /*max-width: 767px*/
@media screen and (max-width: 639px) {
  #footer .f_logo_wrap a {
    display: block;
    margin-left: 2rem;
  }
  #footer .footer_wrap .f_logo {
    max-width: 120px;
  }
  #footer .f_logo_wrap p {
    text-align: left !important;
    font-size: 1.2rem;
  }
  #footer .footer_wrap .f_contact .f_icon .w4 {
    width: 32% !important;
  }
  #footer .f_icon {
    margin: 1.5rem auto 1rem;
  }
  #footer .f_icon li img, #footer .f_icon li svg {
    padding-bottom: .5rem;
  }
  #footer .f_icon li:first-child img {
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 520px) {
  #js-nav.panelactive ul:first-child::before {
    top: -9.5rem;
    left: -2%;
    width: 26vw;
    height: 15vh;
  }
}
@media screen and (max-width: 480px) {
  .l_footer::before {
    width: 33vw;
    top: 27%;
    left: 0;
  }
  .l_footer::after {
    width: 28vw;
    right: -14%;
    top: 64%;
  }
	header .slidein .logo a {
	margin-left: 0;
	}
  #footer .copy {
    padding: 30px 20px 0;
  }
  nav#js-nav li a {
    padding: 1.5rem 0;
  }
  #footer .secIn .footerIn .footerLogo {
    max-width: 60%;
  }
  #footer .secIn .footerIn .footerTxt ul {
    gap: 1rem 2.5rem;
  }
  #footer .secIn .footerIn .footerTxt ul a {
    font-size: 1.4rem;
  }
  #footer .footer_wrap {
    display: block !important;
  }
  #footer .footer_wrap::before {
    width: 44vw;
    transform: translate(-105%, 41%) rotate(8deg);
  }
  #footer .footer_wrap .f_contact {
    width: 100% !important;
  }
  #footer .f_icon {
    margin-bottom: 2rem;
  }
  #footer .footer_wrap .flex.a_center.j_center, #footer .footer_wrap .w6:nth-child(2) {
    display: flex !important;
  }
  #footer .footer_wrap .flex.a_center.j_center .w4 {
    width: 49% !important;
  }
  #footer .footer_wrap a.button {
    padding-left: 1.5rem;
  }
  .f_contact .button::after {
    right: 0;
  }
  #footer .footer_wrap .w6:nth-child(2) {
    width: 100% !important;
    margin-bottom: 3rem;
  }
  #footer .footer_wrap .w3 {
    width: 40% !important;
    padding-top: 1.5rem;
  }
  #footer .footer_wrap .w9 {
    width: 60% !important;
  }
  #footer .f_logo_wrap a {
    margin-left: 0;
  }
  #footer .footer_wrap .w6:first-child {
    margin-bottom: 2rem;
  }
  #footer .f_nav li a {
    text-align: right;
  }
  #footer .f_nav li a::before {
    left: auto;
    right: 0;
  }
}