@charset "UTF-8";
/* Scss Document */
/*=============================================================
 レイアウト設定
=============================================================*/
.flexBox {
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  flex-flow: row wrap;
}

.jc-space-between {
  justify-content: space-between;
}

.jc-center {
  justify-content: center;
}

.jc-flex-end {
  justify-content: flex-end;
}

.al-center {
  align-items: center;
}

.al-stretch {
  align-items: stretch;
}

.al-flex-end {
  align-items: flex-end;
}

.al-flex-start {
  align-items: flex-start;
}

@media screen and (max-width: 999.9px) {
  .order1 {
    order: 1;
  }
  .order2 {
    order: 2;
  }
}
/*=============================================================
 common
=============================================================*/
* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  color: #000;
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: 400;
  font-style: normal;
  /*font-feature-settings: "palt" 1; */
  background-color: #fff;
}
@media screen and (max-width: 999.9px) {
  body {
    font-size: 14px;
  }
}
@media screen and (min-width: 999.9px) {
  body {
    font-size: 16px;
  }
}
body .en {
  font-family: "Aoboshi One", serif;
}
body b {
  font-weight: 700;
  font-style: normal;
}
body a {
  color: #333333;
  text-decoration: none;
}
body a:hover {
  /*opacity: 0.7;*/
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  body img {
    image-rendering: -webkit-optimize-contrast;
  }
}
body .object-fit {
  object-fit: contain;
  font-family: "object-fit: contain;";
}
body .view-navi {
  display: block;
}
body .view-sp {
  display: none;
}
@media screen and (max-width: 519.9px) {
  body .view-sp {
    display: block;
  }
}
body .view-pc {
  display: block;
}
@media screen and (max-width: 519.9px) {
  body .view-pc {
    display: none;
  }
}
body #wrap,
body #contents {
  overflow: hidden;
}
body #wrap {
  margin: 0 auto;
}
body .container {
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 999.9px) {
  body .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 999.9px) {
  body .container {
    width: 1080px;
    max-width: 95%;
  }
}

/*=============================================================
 #gheader
=============================================================*/
@media screen and (min-width: 999.9px) {
  #gheader {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    margin: 0 auto;
    transition: 0.5s;
    width: 100%;
    z-index: 5;
    border-top: 5px solid #449BB9;
  }
  #gheader .header {
    /*background-color: #FFF;*/
    width: 1280px;
    max-width: 98%;
    transition: all 0.3s;
  }
  #gheader .header-col {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #gheader .header-col .logo {
    background-color: #449BB9;
    padding: 10px 20px;
    border-radius: 0 0 20px 20px;
  }
  #gheader .header-col .logo img {
    width: auto;
    height: 80px;
  }
  #gheader .header-col .tel a {
    letter-spacing: 0.1em;
    background: url("../image/common/ico_tel.png") no-repeat 1em center;
    background-size: auto 1.5em;
    background-color: #8EC43D;
    padding: 0.5em 1em 0.5em 3em;
    line-height: 1;
    font-weight: 600;
    color: #fff;
    border-radius: 45px;
    border: 2px solid #fff;
    font-size: 20px;
  }
  .fixed #gheader {
    position: fixed;
    top: 0;
    left: 0;
  }
  .fixed #gheader .header {
    width: 100%;
    border-radius: 0;
    transition: all 0.3s;
    box-sizing: border-box;
    padding: 0 20px;
  }
  .drawer-hamburger {
    display: none;
  }
  .drawer-nav {
    position: relative;
    background-color: #f8ffe0;
  }
  .drawer-nav:before {
    content: "";
    display: block;
    width: 100%;
    height: 50px;
    background-color: #8EC43D;
    position: absolute;
    top: 0;
    left: 0;
  }
  .drawer-nav .navi {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
  }
  .drawer-nav .navi-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .drawer-nav .navi-list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 100px;
    background: url("../image/common/ico01.png") no-repeat center 15px;
    background-size: auto 20px;
    background-color: #fff;
    border-radius: 90px 90px 10px 10px;
    font-weight: bold;
    border: 5px solid #8EC43D;
    font-size: 18px;
    box-sizing: border-box;
    padding-top: 30px;
  }
}
@media screen and (min-width: 999.9px) and (max-width: 1365.9px) {
  #gheader .header .logo img {
    height: 4vw;
  }
}
@media screen and (min-width: 309.9px) and (max-width: 999.9px) {
  #gheader {
    box-sizing: border-box;
    margin: 0 auto;
    transition: 0.5s;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 80px;
    z-index: 5;
    background: none;
  }
  #gheader .header {
    height: 100%;
    padding-left: 20px;
    padding-right: 0;
    text-align: left;
  }
  #gheader .header .logo {
    display: inline-block;
    background-color: #449BB9;
    padding: 10px 20px;
    border-radius: 0 0 20px 20px;
  }
  #gheader .header .logo img {
    width: auto;
    height: 50px;
  }
  #gheader .header .tel {
    position: fixed;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
  }
  #gheader .header .tel a {
    background: url("../image/common/ico_tel.png") no-repeat 1em center;
    background-size: auto 1.5em;
    background-color: #8EC43D;
    padding: 0.5em 1em 0.5em 3em;
    line-height: 1;
    font-weight: 600;
    color: #fff;
    border-radius: 45px;
    border: 2px solid #fff;
    font-size: 20px;
    letter-spacing: 0.1em;
  }
  .drawer-hamburger {
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
    position: relative;
    z-index: 10;
    width: 50px;
    height: 50px;
    /*background-color: f.$main_color;*/
    border-radius: 0;
    position: absolute;
    top: 15px;
    right: 10px;
    display: none;
  }
}
@media screen and (min-width: 309.9px) and (max-width: 999.9px) and (min-width: 309.9px) and (max-width: 999.9px) {
  .drawer-hamburger {
    display: block;
    position: fixed;
  }
}
@media screen and (min-width: 309.9px) and (max-width: 999.9px) {
  .drawer-hamburger-icon {
    display: block;
    width: 60%;
    background-color: #333;
    transform: scale(1);
    position: relative;
    transition: 0.5s;
    margin: 0 auto;
    height: 1.5px;
  }
  .drawer-hamburger-icon:before {
    content: "";
    display: block;
    width: 100%;
    background-color: #333;
    position: absolute;
    transition: 0.5s;
    top: -8px;
    height: 1.5px;
  }
  .drawer-hamburger-icon:after {
    content: "";
    display: block;
    width: 100%;
    background-color: #333;
    position: absolute;
    transition: 0.5s;
    bottom: -8px;
    height: 1.5px;
  }
  .drawer-nav {
    background-color: #8EC43D;
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    display: none;
    box-sizing: border-box;
    z-index: 2;
  }
  .drawer-open {
    overflow: hidden;
  }
  .drawer-open .drawer-nav {
    display: block;
    padding-top: 80px;
  }
  .drawer-open .drawer-nav .navi-list {
    margin-top: -80px;
  }
  .drawer-open .drawer-nav .navi-list li {
    margin: 0.5em 0;
  }
  .drawer-open .drawer-nav .navi-list li a {
    color: #fff;
    font-size: 5vw;
  }
  .drawer-open .drawer-nav .drawer-scroll {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .drawer-open .drawer-hamburger-icon {
    background-color: transparent;
  }
  .drawer-open .drawer-hamburger-icon:before {
    top: 0;
    transform: rotate(-45deg);
    transition: 0.5s;
  }
  .drawer-open .drawer-hamburger-icon:after {
    bottom: 0;
    transform: rotate(45deg);
    transition: 0.5s;
  }
}
/*=============================================================
  drawer
=============================================================*/
@media screen and (max-width: 999.9px) {
  .drawer-scroll {
    overflow: scroll;
    height: 100%;
    box-sizing: border-box;
    padding-bottom: 70px;
  }
}

/*=============================================================
 #pankz
=============================================================*/
#pankz {
  text-align: right;
  padding: 10px 20px;
  background-color: #edf1f3;
  width: 100%;
  z-index: 3;
  box-sizing: border-box;
}
#pankz li {
  color: #449BB9;
}
#pankz li a {
  position: relative;
  color: #3a3a3a;
}
#pankz li a:after {
  content: ">";
  display: inline-block;
  margin: 0 1em;
  color: #3a3a3a;
}

/*=============================================================
 #gFooter
=============================================================*/
#gFooter {
  position: relative;
  background-color: #449BB9;
  margin-top: -10px;
}
#gFooter .footer {
  width: 1366px;
  max-width: 95%;
  margin: 0 auto;
  color: #fff;
}
#gFooter .footer .container {
  padding-top: 40px;
  padding-bottom: 40px;
}
#gFooter .footer .logo {
  margin-bottom: 20px;
}
#gFooter .footer .logo img {
  width: 200px;
}
#gFooter .footer-copy {
  font-weight: 400;
  font-size: 1.5vw;
}
@media screen and (min-width: 999.9px) {
  #gFooter .footer-copy {
    font-size: 12px;
  }
}
@media screen and (max-width: 519.9px) {
  #gFooter .footer-copy {
    font-size: 3vw;
  }
}
.pageTop {
  display: none;
}
@media screen and (min-width: 999.9px) {
  .pageTop {
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 2;
  }
}
@media screen and (min-width: 999.9px) {
  .pageTop img {
    width: 10px;
    height: auto;
  }
}

@media screen and (min-width: 999.9px) {
  .fixed .pageTop {
    display: block;
  }
}

.followerBanner {
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 999.9px) {
  .followerBanner {
    position: fixed;
    top: 200px;
    right: -100px;
  }
}
@media screen and (max-width: 519.9px) {
  .followerBanner {
    position: fixed;
    width: 100%;
    bottom: -100px;
    left: 0;
  }
}
@media screen and (max-width: 999.9px) {
  .followerBanner ul {
    display: grid;
    gap: 0px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 999.9px) {
  .followerBanner ul li {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    text-align: left;
    letter-spacing: 0.5em;
    line-height: 2.75;
    margin-top: 20px;
  }
}
@media screen and (max-width: 519.9px) {
  .followerBanner ul li:first-child {
    border-right: 1px solid #fff;
  }
}
.followerBanner ul li a {
  display: block;
  padding: 20px 20px;
  background-color: #449BB9;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 18px;
}
@media screen and (max-width: 519.9px) {
  .followerBanner ul li a {
    padding: 1em 0.5em;
    font-size: 4vw;
  }
}
.followerBanner ul li a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #8EC43D;
  font-weight: 700;
}
@media screen and (min-width: 999.9px) {
  .followerBanner ul li a img {
    margin: 10px auto 0 auto;
  }
}
@media screen and (max-width: 999.9px) {
  .followerBanner ul li a img {
    width: auto;
    height: 1em;
    margin-left: 0.5em;
  }
}
.followerBanner ul li.line a {
  background-color: #06C755;
}
.followerBanner ul li.line a:hover {
  background-color: #06df60;
}

.fixed .followerBanner {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 999.9px) {
  .fixed .followerBanner {
    right: 0;
  }
}
@media screen and (max-width: 519.9px) {
  .fixed .followerBanner {
    bottom: 0;
  }
}/*# sourceMappingURL=style_basic.css.map */