@charset "UTF-8";
/*
Theme Name: qonext
Author: HiNeLi 開発チーム
*/

ul,ol{margin-left:0;list-style: none;padding: 0;}.text50{ font-size: 50%;}.text60{ font-size: 60%;}.text70{ font-size: 70%;}.text80{ font-size: 80%;}.text90{font-size:90%;}.text100{font-size:100%;}.text110{font-size: 110%;}.text120{font-size: 120%; }.text130 {font-size:130%;}.text140 {font-size:140%;}.text150{font-size:150%;}.text160{font-size:160%;}.text170{font-size: 170%;}.text180 {font-size:180%;}.text190{font-size:190%;}.text200{font-size:200%; }.text250{font-size: 250%;}.text300{font-size: 300%;}.text350 {font-size: 350%;}.text400{font-size:400%;}.alpha7,.alpha8,.alpha9{transition:0.25s ease-in-out;}.alpha7:hover{filter:alpha(opacity=70);opacity:.7!important;}.alpha8:hover{filter:alpha(opacity=80);opacity:.8!important;}.alpha9:hover{filter:alpha(opacity=90);opacity:.9!important;}.scale img{transition:transform 0.2s ease-out;}.scale:hover img{transform:scale(1.02);}.scale-m img{transition:transform 0.25s ease-out;}.scale-m:hover img{transform:scale(1.07);}.scale-l img{transition:transform 0.3s ease-out;}.scale-l:hover img{transform:scale(1.12);}.fw400,.fw400 span{font-weight:400;}.fw500,.fw500 span{font-weight:500;}.fw600,.fw600 span{font-weight:600;}.fw700,.fw700 span{font-weight:600;}.kome,.maru,.kaku,.hishi{display:block;position:relative;padding-left:1.3em;line-height:1.3;}.kome:before,.maru:before,.kaku:before,.hishi:before {position:absolute;left: 0;}.kome:before{content:"※";}.maru:before{content:"●";}.kaku:before{content:"■";}.hishi:before{content:"◆";}@media (-webkit-device-pixel-ratio: 2){.alpha7,.alpha8,.alpha9{transition:none !important;}.scale img,.scale-m img,.scale-l img{transition:none !important;}}
.w-space-s {letter-spacing:.15em;text-indent:.15em;}.w-space-m{letter-spacing:.3em;text-indent:.3em;}.w-space-l{letter-spacing:.5em;text-indent:.5em;}
@media (prefers-reduced-motion: no-preference){/* bootstrap5でページトップがスムーズに動くようにする */
  :root {
      scroll-behavior: unset;
  }
}

body {
  font-size: 1.5vw;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-weight: 400;
  background-color: #111;
}
::-webkit-scrollbar {
  width: 1vw;
  height: 1vw;
}
::-webkit-scrollbar-track {
  background: rgba(109, 199, 214, .2);
  box-shadow: none;
}
::-webkit-scrollbar-thumb {
  background: rgba(109, 199, 214,.9);
  border-radius: 1vw;
}
h1,h2,h3,h4 {
  line-height: 1.5;
}
.tel-link {
  cursor: text;
  text-decoration: none;
  pointer-events: none;
}
.pointer-none {
  cursor: text;
  pointer-events: none;
}
.cursor-pointer {
  cursor: pointer;
}
.user-select-none {
  user-select: none;
}
.rotate90 {
  transform: rotate(90deg);
}
a.no-line {
  text-decoration: none;
}

.bg-cover, .bg-w100 {
  background-repeat: no-repeat;
  background-position: center center;
}
.bg-cover {
  background-size: cover;
}
.bg-w100 {
  background-size: 100%;
}
.bg-red {
  background-color: #E97E7E;
}
.bg-red-alpha9 {
  background-color: rgba(239, 132, 132, .9);
}
.bg-red-alpha7 {
  background-color: rgba(239, 132, 132, .7);
}
.bg-red-alpha3 {
  background-color: rgba(239, 132, 132, .3);
}
.text-red {
  color: #e07070;
}
.border-red {
  border-color: rgba(239, 132, 132, .7);
}
.text-shadow-red {
  text-shadow: 2px 2px 2px #b35050;
}
.bg-blue {
  background-color: #5EBBCB;
}
.bg-blue-alpha9 {
  background-color: rgba(109, 199, 214, .9);
}
.bg-blue-alpha7 {
  background-color: rgba(109, 199, 214, .7);
}
.bg-blue-alpha3 {
  background-color: rgba(109, 199, 214, .3);
}
.text-blue {
  color: #50a7b5;
}
.border-blue {
  border-color: rgba(109, 199, 214, .7);
}
.text-shadow-blue {
  text-shadow: 2px 2px 2px #3f97a6;
}
.bg-orange {
  background-color: #ff914d;
}
.bg-mask-black {
  position: relative;
}
.bg-mask-black > * {
  position: relative;
  z-index: 2;
}
.bg-mask-black::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.6);
}
.radius1 {
  border-radius: 1vw;
}
.radius2 {
  border-radius: 2vw;
}
.px-10vw {
  padding-left: 10vw;
  padding-right: 10vw;
}
.px-5vw {
  padding-left: 5vw;
  padding-right: 5vw;
}
.py-5vw {
  padding-top: 5vw;
  padding-bottom: 5vw;
}
.px-2vw {
  padding-left: 2vw;
  padding-right: 2vw;
}
.py-3vw {
  padding-top: 3vw;
  padding-bottom: 3vw;
}
.pt-5vw {
  padding-top: 5vw;
}
.pb-3vw {
  padding-bottom: 3vw;
}
.pb-5vw {
  padding-bottom: 5vw;
}
.py-10vw {
  padding-top: 10vw;
  padding-bottom: 10vw;
}
.pb-10vw {
  padding-bottom: 10vw;
}
.pt-10vw {
  padding-top: 10vw;
}
a.text-d-none {
  text-decoration: none;
}
.lh-13 {
  line-height: 1.3;
}
.lh-16 {
  line-height: 1.6;
}
.lh-20 {
  line-height: 2;
}
.w-space-l {
  letter-spacing: 1em;
  text-indent: 1em;
}
.w-space-s {
  letter-spacing: .3em;
  text-indent: .3em;
}
.of-hidden {
  overflow: hidden;
}
.ws-nowrap {
  white-space: nowrap;
}
.text-black {
  color: #333;
}
.text-orange {
  color: #FF4C00;
}
.of-cover {
  object-fit: cover;
}
.form-control {
  height: auto;
}
.fill-white {
  fill: #fff !important;
}
.list li {
  margin-left: 1.4em;
}
.list-circle {
  list-style-type: circle;
}
.list-disc {
  list-style-type: disc;
}
.list-decimal {
  list-style-type: decimal;
}
.rounded {
  border-radius: .8vw !important;
}
.rounded-lg {
  border-radius: 1.7vw !important;
}
.ar1-1 {
  aspect-ratio: 1 / 1;
}
.bg-rellax {
  position: fixed;
  top: 0;
  left: 0;
  height: 2000vh;
  background-repeat: repeat;
  background-position: center center;
  z-index: -1;
}
.table-responsive {
  overflow-y: hidden;
}
#header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 123456;
}
#header nav, #header ul {
  height: 5vw;
}

.wp-pagenavi {
  padding: 0 0 3vw;
  text-align: center;
}
.wp-pagenavi > span,
.wp-pagenavi > a {
  display: inline-block;
  line-height: 1.1;
  padding: .7vw 0 .6vw;
  border: solid 1px #123;
  border-radius: 3px;
  margin: 0 .2vw;
  color: #345;
  text-decoration: none;
  font-size: 110%;
  font-weight: 500;
  background-color: #fff;
  width: 3vw;
}
.wp-pagenavi span.current,
.wp-pagenavi > a:hover {
  background-color: #222;
  color: #fff;
  border: solid 1px #333;
}


#f-contact::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#f-contact > * {
  position: relative;
  z-index: 10;
}
#footer-nav li {
  padding: 0 .5vw;
}
#footer-nav a {
  font-weight: 400 !important;
  padding: .5vw;
  font-size: 80%;
  text-align: center;
  color: #ccc;
}
.navbar-toggle {
  border: none;
  margin-top: 0;
  outline: none !important;
  background-color: transparent;
  text-align: center;
  position: fixed;
  top: 2.3vw;
  right: 3vw;
  z-index: 123456;
  cursor: pointer;
}
.navbar-toggle .icon-bar {
  background-color: #111;
  width: 3vw;
  height: 1px;
  display: block;
  border-radius: 1px;
  margin-left: auto;
  margin-right: auto;
}
.navbar-toggle:hover .icon-bar {
  background-color: #42AEF9;
}
.navbar-toggle span {
  transition: all 0.5s;
  transform: rotate(0deg);
}
.navbar-toggle .top {
  transform: translateY(0px);
}
.navbar-toggle .bottom {
  transform: translateY(0px);
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: .8vw;
}
.navbar-toggle.is-open .middle {
  background: rgba(0, 0, 0, 0);
}
.navbar-toggle.is-open .top {
  transform: rotate(-45deg) translateY(.75vw) translateX(-.6vw);
  background-color: #fff;
}
.navbar-toggle.is-open .bottom {
  transform: rotate(45deg) translateY(-.55vw) translateX(-.4vw);
  background-color: #fff;
}
#btn-contact {
  position: fixed;
  top: 0;
  right: 0;
  color: #fff;
  z-index: 12345;
  font-size: 120%;
  display: none;
}
#btn-contact a {
  background-color: rgba(231,38,77,.7);
  color: #fff;
  padding: 1.2vw 2.8vw 1.5vw;
  text-decoration: none;
}
#faq dt {
  padding-left: 1.2em;
}
#faq dt i {
  position: absolute;
  top: 0;
  left: 0;
}
#faq dd p {
  margin-bottom: 0 !important;
}
#faq .show i {
  transition: 0.35s;
  transform: rotate(90deg);
}
#faq .hide i {
  transition: 0.25s;
  transform: rotate(0deg);
}
#Pagetop {
  position:fixed;
  bottom: 4vw;
  right: 3vw;
  cursor:pointer;
  z-index: 12345;
  display: none;
}
#Pagetop p {
  font-size: 150%;
  text-align: center;
  line-height: 3.4vw;
  height: 4vw;
  width: 4vw;
  padding: 0;
  margin: 0;
  background-color: rgba(239, 132, 132, .9);
  border: solid 6px rgba(109, 199, 214, .9);
}
.youtube {
  position: relative;
  width: 100%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.youtube {
  padding-top: 56.25%;
}

.submit-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 12345;
}
@media (min-width: 768px){
  
}

@media (min-width: 1200px){
  
}
@media (max-width: 1200px){
  .container {
    max-width: none;
  }
}
@media (max-width: 991px){
  .navbar-toggle.is-open .top {
    transform: rotate(-45deg) translateY(.75vw) translateX(-.6vw);
    background-color: #fff;
  }
  .navbar-toggle.is-open .bottom {
    transform: rotate(45deg) translateY(-.75vw) translateX(-.5vw);
    background-color: #fff;
  }
}
@media (max-width: 767px){
  body {
    font-size: 2.7vw;
  }
  .radius1 {
    border-radius: 2vw;
  }
  .radius2 {
    border-radius: 4vw;
  }
  .px-5vw, .px-10vw {
    padding-left: 3vw;
    padding-right: 3vw;
  }
  .py-3vw {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }
  .py-5vw {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
  .pt-5vw {
    padding-top: 10vw;
  }
  .pb-3vw {
    padding-bottom: 7vw;
  }
  .pb-5vw {
    padding-bottom: 10vw;
  }
  .rounded {
    border-radius: 2vw !important;
  }
  .rounded-lg {
    border-radius: 5vw !important;
  }
  .tel-link {
    pointer-events: auto;
    text-decoration: underline;
  }
  .form-control {
    padding: .4vw 1.5vw;
  }
  #mv {
    height: 50vw;
    width: 100%;
  }
  #page-title {
    padding: 2vw 0;
  }
  .logo-area {
    padding: 1.5vw 0;
  }
  .logo-area img {
    height: 11vw
  }
  #logo, #main-nav {
    display: none;
  }
  #main-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 123456;
    background-color: rgba(239, 132, 132, .9);
    opacity: 0;
  }
  #main-nav a {
    padding: 2vh 0;
    font-size: 140%;
  }
  #btn-nav ul {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    font-size: 120%;
    z-index: 12345;
    height: auto;
    padding: 1.5vw 1.5vw;
    background-color: rgba(239, 132, 132, .9);
    overflow: hidden;
  }
  #btn-nav li {
    padding: 0 2vw;
  }
  .navbar-toggle {
    text-decoration: none;
    position: absolute;
    right: 4vw;
    top: 5vw;
    height: 100%;
    line-height: 1;
  }
  .navbar-toggle .icon-bar {
    width: 7vw;
  }
  .navbar-toggle .icon-bar+.icon-bar {
      margin-top: 2vw;
  }
  .navbar-toggle.is-open .top {
    transform: rotate(-45deg) translateY(1.4vw) translateX(-1.2vw);
  }
  .navbar-toggle.is-open .bottom {
    transform: rotate(45deg) translateY(-2vw) translateX(-1.6vw);
  }
  #header nav, #header ul {
    height: auto;
  }
  #f-contact dl {
    font-size: 110%;
  }
  #f-btn a {
    padding: 2vw 0;
  }
  #footer {
    padding-bottom: 15vw;
  }
  #footer-nav li {
    padding: 0 1vw;
  }
  #footer-nav a {
    padding: .8rem 1.5vw;
    font-size: 80%;
    display: inline-block;
  }
  #Pagetop {
    bottom: 17vw;
    right: 3vw;
  }
  #Pagetop p {
    font-size: 200%;
    line-height: 11vw;
    height: 12vw;
    width: 12vw;
    border-radius: .7vw;
  }
  .submit-btn {
    bottom: 16vw;
  }
}

@media (max-width: 575px){
  body {
    font-size: 3.5vw;
  }
  #permit {
    width: 67vw;
    top: 15vw;
    left: 1.7vw;
  }
}


