@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=M+PLUS+Rounded+1c:wght@400;500;800&display=swap');
/*外部font読み込み*/


/*--------------------共通--------------------*/

*,
*::before,
*::after {
    box-sizing: border-box;
	font-variant-ligatures: none;
    /*-webkit-backface-visibility: hidden;
    backface-visibility: hidden; */
    -webkit-appearance: none;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    font-weight: initial;
}

nav ul,
li{
    list-style:none;
}

a {
    text-decoration: none;
}

input:focus,
textarea:focus {
    outline: none;
}

p{
  text-align: justify;
}

/* Setting-basic
---------------------------------------*/
body {
    font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 400;
    color: #444;
    font-size: 14px;
    /*letter-spacing: 0.1em;*/
}
@media all and (min-width:681px){
  body {
    min-width: 1200px;
  }
}


/* Font
---------------------------------------*/
.sans {
    font-family:  'Noto Sans JP', "メイリオ", Meiryo, "ヒラギノ角ゴシック ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 400;
}
/*.serif{
      font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	  font-weight: 500;
}

.osw {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}

.heebo {
  font-family: 'Heebo', sans-serif;
  font-weight: 500;
}*/

.mp1 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 800;
}

/*.lato {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}*/



/* Image
---------------------------------------*/
img {
    border: 0;
    vertical-align: bottom;
    max-width: 100%;
    width: 100%;
}

/* Link
---------------------------------------*/
a {
  transition: 0.3s ease;
  text-decoration: none;
  color: #444;
}
a:active,
a:focus {
    outline: none;
}
a img {
  transition: 0.3s ease;
}
@media all and (min-width: 681px) {
  a:hover {
    /*opacity: 0.7;*/
    transition: 0.3s ease;
  }
}



.hide_txt{
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap;
    display: block;
}


/*pc sp only*/

@media all and (min-width: 681px) {
  .nonePC {
    display: none !important;
  }
}
@media all and (max-width:680px) {
  .noneSP {
    display: none !important;
  }
}

/* Load Effect
***************************************************************/
@keyframes opacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body {
  animation: opacity ease 1s forwards;
}



/* Common
***************************************************************/

@media all and (min-width:681px){
  body {
      overflow-x: hidden;
  }
  .inner{
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width:680px){
  .inner {
      width: auto;
      margin-left: 5%;
      margin-right: 5%;
  }
}


/* header Nav
***************************************************************/

.drawer-brand{
  padding-left: 0;
}

.drawer-navbar {
      position: fixed;
      transition: .5s ease;
      top: 0;
      left: 0;
    height: 160px;
    border-bottom: 4px solid #f9be00;
  background-color: #fdebd1;
}

.drawer-navbar .drawer-nav {
    height: 100%;
    background-color: transparent;
    display: flex;
    align-items: center;
    margin-left: auto;
    width: 100%;
}

.drawer-navbar .drawer-navbar-header {
    background-color: transparent;
    flex-shrink: 0;
    height: 100%;
    display: flex
;
    align-items: center;
}

.anchor{
  visibility: hidden !important;
  height: 0px !important;
  pointer-events: none !important;
  position: absolute;
}


.hlogo img{
  width: 525px;
  height: auto;
}
.headContact__wrap{
  margin-left: auto;
}
.headContact__btn {
    background-color: #ae184f;
    font-size: 16px;
    letter-spacing: 0.1em;
    font-weight: 400;
    width: 240px;
    height: 50px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    padding-top: 2px;
    margin-left: auto;
    opacity: 1;
}
.headContact__btn--02{
    background-color: #fabe00;
    margin-top: 12px;
}

main {
    margin-top: 160px;
    position: relative;
}
.slick-dots {
    bottom: -30px !important;
}
.slick-dots li button:before {
    content: '○' !important;
    opacity: 1 !important;
    font-size: 13px !important;
    line-height: 20px !important;
}
.slick-dots li.slick-active button:before {
    opacity: 1 !important;
    content: '●' !important;
}
.slick-dotted.slick-slider {
    margin-bottom: 40px !important;
    max-width: 100%;
}

@media all and (min-width:681px){
  .anchor{
    /*margin-top: -108px;*/
  }
  .drawer-navbar .inner {
      width: 1190px;
      margin-left: auto;
      margin-right: auto;
  }
  .drawer-container {
      max-width: 1200px;
      height: 100%;
      display: flex;
      align-items: center;
  }
  .drawer-menu {
      margin-left: auto;
      margin-right: auto;
  }
/*  .scrolled .drawer-navbar {
      visibility:visible;
      opacity: 1;
      transform: translateY(0px);
      pointer-events: initial;
      background: rgba(255,255,255, 0.9);
  }*/
  .headContact__btn:hover {
    opacity: .7;
  }

  .drawer-menu .drawer-menu-item {
      position: relative;
      display: inline-block;
      text-decoration: none;
      padding: 0;
      margin: 1em;
      font-weight: 500;
      line-height: 2.6em;
  }
  .drawer-menu .drawer-menu-item::after {
    position: absolute;
    bottom: 2px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #000;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
  }
.drawer-menu .drawer-menu-item:hover::after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}


  .drawer-menu a:hover{
    opacity: 1;
  }
  .drawer-menu-item:hover {
    text-decoration: none;
    color: #000;
  }
  img.access_banner {
      height: 114px;
      width: auto;
      margin-left: -15px;
  }
  .slick-dots li button:hover:before {
      content: '●' !important;
      opacity: 1 !important;
  }

}
@media all and (max-width:680px){
  main {
      margin-top: 82px;
  }
  .anchor{
    margin-top: -82px;
  }
  .drawer-navbar {
      height: 82px;
      border-bottom: 2px solid #efb918;
  }
  .drawer-navbar .inner {
      width: auto;
      margin-left: auto;
      margin-right: auto;
      height: 100%;
  }

  .drawer-navbar .drawer-nav {
      flex-direction: column;
  }
 .scrolled:not(.drawer-open) .drawer-navbar {
      background-color: rgba(255,255,255, .8);
  }
  .drawer-navbar .drawer-navbar-header {
      border-bottom: none;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
  }
.drawer-hamburger-icon {
    margin-top: 0 !important;
}

.drawer-menu {
    padding-bottom: 8% !important;
    width: 100%;
}
/*.drawer-menu a{
    height: 64px;
    display: flex;
    align-items: center;
    padding-left: 1em;
    padding-top: 0.8em;
}*/


  .hlogo {
      position: relative;
      display: block !important;
      /* left: 50%; */
      /* top: auto; */
      width: 270px;
      height: auto;
      /* transform: translateX(-50%); */
      /*right: 20px;*/
  }
.hlogo img {
    position: relative;
    width: 100%;
    height: auto;
    /* left: auto; */
}
/* hlogo .scroll_out{
    opacity: 1;
      transition: .3s ease;
}*/
/*.hlogo .nonePC{
    opacity: 0;
      transition: .3s ease;
}*/
/*.scrolled:not(.drawer-open) .hlogo .scroll_out{
    opacity: 0;
      transition: .3s ease;
}
.scrolled:not(.drawer-open) .hlogo .nonePC{
    opacity: 1;
      transition: .3s ease;
}
*/
.drawer-toggle.drawer-hamburger {
    /*background: #000;*/
    /*border-radius: 50%;*/
    box-sizing: border-box;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}


  .drawer--right .drawer-hamburger {
      right: 0;
      top: 0;
      height: 70px;
      width: 70px;
  }
  /*.drawer--right.drawer-open .drawer-hamburger {
      right: 13px;
  }*/
  .drawer-hamburger-icon, .drawer-hamburger-icon:before, .drawer-hamburger-icon:after {
      width: 40px;
      height: 4px;
      background-color: #7AC943;
      /* border-radius: 10px; */
  }
  .drawer-hamburger-icon:before, .drawer-hamburger-icon:after {
      top: -14px;
  }
  .drawer-hamburger-icon:after {
      top: 14px;
  }
  .drawer-nav {
      /*width: 100%;*/
      padding: 25px;
  }
  .drawer--right .drawer-nav {
      right: 0;
      opacity: 0;
      pointer-events: none;
      transition: .3s ease !important;
      padding-top: 100px;
  }
  .drawer-open.drawer--right .drawer-nav {
      right: 0;
      pointer-events: initial;
      opacity: 1;
      transition: .3s ease !important;
      flex-direction: column;
  }
  .drawer-nav li a{
    text-align: center;
    color: #fff;
  }
  .drawer-overlay {
      background-color: rgba(124,202,71,.95);
      /* background: transparent; */
      display: block;
      transition: .5s ease;
      opacity: 0;
      pointer-events: none;
      z-index: 100;
  }
  .drawer-open .drawer-overlay {
      z-index: 100;
      pointer-events: initial;
      opacity: 1;
      transition: .5s ease;
  }
  .drawer--right .drawer-nav a {
      font-size: 16px;
      font-weight: 500;
      text-align: center;
      justify-content: center;
      letter-spacing: 0.1em;
  }
  .drawer--right .drawer-nav a:hover {
      text-decoration: none;
      color: #fff;
  }
.headContact__btn {
    font-size: 16px !important;
    width: 260px;
    height: 48px;
    padding-top: 3px;
    letter-spacing: 0.12em !important;
    position: relative;
}
  .headContact__btn::after {
    content: '';
    background: url(../img/arrow_w_r.svg) center center / contain no-repeat;
    width: 11px;
    height: 16px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
  /*.drawer-menu a {
      height: 40px;
  }*/
  .slick-dots li button:active:before {
      content: '●' !important;
      opacity: 1 !important;
  }

  .slick-prev {
    left: 25px!important;
    z-index: 100;
  }
  .slick-next {
    right: 25px!important;
    z-index: 100;
  }
  .headContact__wrap {
      margin-left: 0;
  }
}
@media all and (max-width:370px){}



/*-----footer-----*/
.pt_wrap.inner {
    position: relative;
  max-width: 1190px;
}
.pagetop_btn {
  display: flex;
  justify-content: center;
  width: 100px;
  height: 50px;
  border-radius: 50px 50px 0 0;
  background-color: #a41b4c;
  position: absolute;
  top: -49px;
  right: 0;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  padding-top: 20px;
}
.pagetop_btn span{
  transition: 0.3s;
}
footer{
  border-top: 10px solid #a41b4c;
   background-color: #fdebd1;
}
footer .inner{
  width: 1190px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 20px;
}
/*footer .inner a{
  display: block;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #009844;
  position: relative;
  padding-left: 20px;
  transition: 0.3s;
}*/
/*footer .inner a::before{
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 1px #009844;
  border-right: solid 1px #009844;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}*/
footer .company{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  /*justify-content: center;*/
  color: #000;
  /*margin-top: 40px;*/
}
/*footer .company .name{
  font-size: 14px;
  line-height: 1.14;
}*/
footer .company .add{
  font-size: 15px;
  margin-left: 40px;
  line-height: 1.14;
}
footer .copyWrap{
  background-color: #fabe00;
}
footer .copy{
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  text-align: center;
  padding: 10px 0;
}
.foot_left{
  display: flex;
  flex-direction: column;
    & .headContact__wrap {
      margin-left: 0;
      margin-right: auto;
      display: flex;
      margin-top: 30px;
      & .headContact__btn--02 {
          margin-top: 0;
          margin-left: 20px;
        }
    }
}
.foot_info{
  text-align: right;
}

@media all and (min-width:681px){
  .pagetop_btn:hover span{
    opacity: 0.7;
  }
  /*footer .inner a:hover{
    opacity: 0.7;
  }*/

  /*footer .inner nav{
    display: flex;
    justify-content: center;
  }*/
  /*footer .inner a + a{
    margin-left: 40px;
  }*/

}
@media all and (max-width:680px){
  .pagetop_btn {
    /*width: 75px;*/
    /*height: 45px;*/
    right: 50%;
    transform: translateX(50%);
  }
  footer{
    border-top: 5px solid #9c1d49;
  }
  footer .inner{
    width: auto;
    margin-left: 6%;
    margin-right: 6%;
    padding-top: 25px;
    padding-bottom: 20px;
  }
  /*footer .inner nav{
    display: flex;
    flex-wrap: wrap;
  }
  footer .inner a{
    width: 60%;
  }
  footer .inner a:nth-child(2n){
    width: 40%;
  }
  footer .inner a:nth-child(n+3){
    margin-top: 10px;
  }*/
  footer .company{
    display: flex;
    flex-direction: column;
    margin-top: 10px;
  }
  footer .company .name{
    font-size: 18px;
  }
  footer .company .add{
    font-size: 14px;
    line-height: 1.4;
    margin-left: 0;
    margin-top: 25px;
    text-align: center;
    color: #9c1d49;
  }
  .foot_left {
    & .headContact__wrap {
        margin-left: auto;
        margin-right: auto;
        align-items: center;
        margin-top: 20px;
    }
  }
  .foot_info {
    text-align: center;
    margin-top: 50px;
  }


  footer .copy{
    width: 100%;
  }

  .drawer-open .pagetop_btn {
      z-index: 0;
      transition: 0s;
  }

  .convWrap {
      display: flex;
      /*transform: translateY(60px);*/
      position: fixed;
      bottom: 0;
      left: 0;
      height: 60px;
      width: 100%;
      z-index: 1000;
      transition:z-index 0s;
      /*transition:transform .5s ease,z-index 0s;*/
  }
  .drawer-open .convWrap {
      z-index: 99;
      transition: 0;
  }
  .convWrap a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 100%;
    border: 1px solid #fff;
  }
  .convWrap a + a{
    border-left:  none;
  }
  .convWrap a img{
    height: 33px;
    width: auto;
  }
  .convWrap a.convWrap__tel{
    background-color: #000000;
  }

  .convWrap a.convWrap__contact{
    background-color: #aaa069;
  }


  .scrolled .convWrap{
    transform: translateY(0px);
  }

}
@media all and (max-width:370px){}

