@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Noto+Serif+JP:wght@600;700&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: 'Noto Sans JP', sans-serif;
	font-weight: 400;
    color: #333;
    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;
}



/* 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: 100%;
    max-width: 1040px;
    padding-right: 20px;
    padding-left: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width:680px){
  .inner {
      width: auto;
      margin-left: 6%;
      margin-right: 6%;
  }
}


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

.header_uptxt{
  background-color: #13ae67;
  color: #Fff;
  line-height: 30px;
  font-size: 14px;
}
.drawer-brand{
  padding-left: 0;
}

.drawer-navbar {
    /*position: fixed;*/
    transition: .5s ease;
    top: 0;
    left: 0;
    height: 150px;
    border-bottom: none;
    /*border-bottom: 4px solid #910000;*/
    /*background-color: #f4e8d1e6;*/
}
.drawer-container.inner{
  height: 100%;
}
/*.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: 111px;*/
    height: 100%;
    display: flex;
    align-items: center;
}
.drawer-navbar .drawer-brand {
    display: flex;
    align-items: center;
}

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

.hlogo img {
    max-width: 462px;
    height: auto;
}
.headContact__wrap {
    margin-left: auto;
    display: flex;
    height: 100%;
    align-items: center;
}
.headContact__btn {
    background-color: #fc9900;
    font-size: 18px;
    letter-spacing: 0.1em;
    font-weight: 400;
    width: 240px;
    height: 60px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin-left: auto;
    opacity: 1;
}
.headContact__btn--02{
    background-color: #FF931E;
}

main {
    margin-top: 30px;
    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){
  .drawer-container.inner {
      height: 150px;
      display: flex;
  }
  .hlogo img {
  }
  .headContact__btn:hover {
    opacity: .7;
  }
}
@media all and (min-width:681px) and (max-width:900px){

  .hlogo img {
      width: 80%;
  }
  .drawer-navbar {
    height: 120px;
  }
  .drawer-container.inner {
      height: 120px;
      display: flex;
  }


  .anchor{
    /*margin-top: -108px;*/
  }
  /*.drawer-navbar .inner {
      width: 1200px;
      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--02{
	    margin-left: 20px;
	}
}
@media all and (max-width:680px){
  main {
      margin-top: 109px;
  }
  .header_uptxt {
      font-size: 12px;
      line-height: 24px;
  }
  .drawer-navbar {
      height: auto;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 100;
      background: #fff;
      width: 100%;
  }
  .drawer-navbar .drawer-brand {
      display: flex;
      /* align-items: center; */
      width: 100%;
      /* justify-content: center; */
      padding: 0;
  }

  .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;
    padding: 12px 0;
}
.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;
    /* left: 50%; */
    /* top: auto; */
    width: 100%;
    height: auto;
    /* transform: translateX(-50%); */
    /*right: 20px;*/
}
.hlogo img {
    position: relative;
    width: 80%;
    height: auto;
    /* left: auto; */
    margin-left: auto;
    margin-right: 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: 60px;
      width: 60px;
  }
  /*.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: #910000;
      /* 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(91,36,29,.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: 220px;
    height: 36px;
    letter-spacing: 0.12em !important;
    position: relative;
    margin-right: auto;
}
  .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;
      display: block;
  }

  .headContact__btn--02{
	    margin-top: 20px;
	}
}
@media all and (max-width:370px){}



/*-----footer-----*/
footer{
   background-color: #13ad66;
}
footer .inner{
  padding: 30px 0;
}
footer .inner a{
  display: block;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #fff;
  position: relative;
  padding-left: 20px;
  transition: 0.3s;
}
footer .inner a::before{
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}
footer .company{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}
footer .company img {
    width: 277px;
    height: auto;
}
footer .company .add{
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.625;
  margin-left: 40px;
  color: #fff;
}
/*footer .copyWrap{
  background-color: #910000;
}*/
footer .copy{
  font-size: 12px;
  text-align: center;
  color: #fff;
  padding: 15px 0;
}
@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){
  footer .inner{
    width: auto;
    margin-left: 6%;
    margin-right: 6%;
    padding-top: 30px;
    padding-bottom: 20px;
  }
  footer .inner nav{
    display: flex;
    flex-wrap: wrap;
  }
  footer .inner a{
	  font-size: 14px;
	}
	footer .inner a::before{
	  width: 8px;
	  height: 8px;
	}
  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: 30px;*/
  }
  footer .company img {
    width: 195px;
  }
  footer .company .add{
    font-size: 14px;
    line-height: 1.4;
    margin-left: 0;
    margin-top: 10px;
    text-align: center;
  }
  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){}

