@charset "UTF-8";
/* CSS Document */


/*@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700|Sawarabi+Mincho&display=swap');*/

@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:300,700&display=swap&subset=japanese');

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap');


/************************************************************
 共通
************************************************************/
html {
  font-size: 62.5%;
  font-weight: 400;
}

body {
  font-family: 'Noto Sans JP', sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐ ゴシック", "MS PGothic", sans-serif;
  font-size: 1.5rem;
  /* 18px*/
  line-height: 2.0;
  color: #000000;
}

@media only screen and (max-width: 750px) {
  body {
    font-size: 1.6rem;
    ;
    line-height: 1.8;
  }
}

img {
  width: 100%;
  height: auto;
}

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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

ul {
  list-style-type: none
}

ul.indent li {
  text-indent: -1em;
  padding-left: 1em;
}


a:link {
  color: #000000;
}

a:visited {
  color: #000000;
}

a:active {
  color: #000000;
}

a:hover {
  opacity: 0.7;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a {
  text-decoration: none;
}

/*div{
    border:solid 1px #ccc;
}*/

svg {
  fill: currentColor;
}

p {
  margin-bottom: 30px;
  font-size: 22px;
}

li {
  font-size: 22px;
}

h3 {
  font-size: 24px;
}

@media only screen and (max-width: 750px) {
  p {
    margin-bottom: 20px;
  }
}

/************************************************************
 パーツ
************************************************************/

.dn {
  display: none;
}

.spon {
  display: none !important;
}

.pcon {
  display: block !important;
}

@media only screen and (max-width: 750px) {
  .spon {
    display: block !important;
  }

  .pcon {
    display: none !important;
  }
}


.txt_in {
  padding-left: 1em;
  text-indent: -1em;
}

.tac {
  text-align: center;
}


.sp_br {
  display: none;
}

@media only screen and (max-width: 750px) {
  .sp_br {
    display: block;
  }
}


#pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 10;
}

#pagetop img {
  width: 63px;
}

@media only screen and (max-width: 750px) {
  #pagetop {
    width: 20%;
    bottom: 11%;
    right: 3%;
    z-index: 10;
    opacity: 0;
    transition: all 0.65s;
  }

  #pagetop.isActive {
    opacity: 1;
    transition: all 0.65s;
  }

  #pagetop img {
    width: 100%;
  }
}

/*inner*/
.inner {
  max-width: 1000px;
  margin: 0 auto;
}

@media only screen and (max-width: 750px) {
  .inner {
    width: 90%;
  }
}


/***********************************
 フォント
***********************************/
.gothic {
  font-family: 'Noto Sans JP';
  font-weight: 700;
}

.text {
  line-height: 1.2;

}

.text_s {
  font-size: 1.2rem;
}

@media only screen and (max-width: 750px) {
  .text_s {
    font-size: 1.5rem;
  }
}

.mincho {
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
}

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



/***********************************
 マージン
***********************************/
.mb10 {
  margin-bottom: 10px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb100 {
  margin-bottom: 100px;
}

.pb20 {
  padding-bottom: 20px;
}

@media only screen and (max-width: 750px) {
  .mb10 {
    margin-bottom: 5%;
  }

  .mb30 {
    margin-bottom: 8%;
  }

  .mb50 {
    margin-bottom: 10%;
  }

  .mb80 {
    margin-bottom: 15%;
  }

  .mb100 {
    margin-bottom: 20%;
  }

  .pb20 {
    padding-bottom: 7%;
  }
}



/************************************************************
 wrapper
************************************************************/
#wrapper {
  width: 100%;
}


/************************************************************
 header
************************************************************/
header {
  position: fixed;
  width: 100%;
  z-index: 9999;
  background-color: #fff;
}

.pagetag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #808080;
  font-size: 1.1rem;
  line-height: 1;
  padding: 10px 0 13px;
}

.pagetag li:first-child {
  border-right: solid 1px #808080;
  padding-right: 0.5vw;
}

.pagetag li:last-child {
  padding-left: 0.5vw;
}

header div.pcon {
  background-color: #fff;
  max-width: 1000px;
  height: 110px;
  margin: 0 auto 1%;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  /* Safari etc. */
  -ms-align-items: flex-end;
  /* IE10        */
  align-items: flex-end;
  padding-bottom: 15px;
  line-height: 1.6;
}

.header_logo {
  width: 38%;
}

.header_logo img {
  vertical-align: bottom;
}


.header_nav {
  width: 37%;
}

.header_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto 0 0 auto;
  width: 75%;
  justify-content: flex-end;
}

.header_nav ul li {
  margin-right: 2vw;
}

.header_nav img {
  width: 20px;
  height: auto;
  vertical-align: middle;
  margin: 0 0.2vw 0 0;
}

.header_nav span {
  vertical-align: middle;
}

.header_tel {
  width: 25%;
  text-align: right;
}

.header_tel img {
  vertical-align: bottom;
}

.header_tel span {
  font-size: 1.4rem;
  color: #808080;
}


@media only screen and (max-width: 750px) {
  .header_logo_sp {
    margin: 0 auto;
    padding: 2vw 0 2vw;
    background-color: #fff;
    text-align: center;
    height: 16vw;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  }

  .header_logo_sp img {
    height: 90%;
  }

  .gnav {
    position: fixed;
    z-index: 999;
    top: 0;

  }
}

/************************************************************
 nav
************************************************************/
/***********************************
 PC表示
***********************************/

/*.header-wrapper{
    position: fixed;
    z-index: 555;
    top: 110px;
    width: 100%;
    
}*/

.header-wrapper * {
  box-sizing: border-box;
}

.header-wrapper ul,
.header-wrapper li {
  padding: 0px;
  margin: 0px;
  list-style: none;
}


/* メニュー */
.header-wrapper nav {
  background-color: #D5E880;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: bold;
  font-color: #003815;
  font-size: 1.8rem;
}

.header-wrapper .menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  height: 50px;
}

.header-wrapper .menus>li {
  list-style: none;
  flex: 1;
  text-align: center;
  border-bottom: none;
}

@media only screen and (max-width: 750px) {
  .header-wrapper .menus>li {
    border-bottom: solid 1px #fff;
  }

  .header-wrapper .menus>li:last-child {
    border-bottom: none;
  }
}


.header-wrapper .menu>div {
  height: 50px;
  width: 100%;
  position: absolute;
  top: 160px;
  left: 0;
}

.header-wrapper .menu a {
  /* 文字色 */
  display: block;
  padding: 2px;
  height: 50px;
  text-decoration: none;
}

@media only screen and (max-width: 750px) {
  .header-wrapper .menu a {
    /* 文字色 */
    height: auto;
    padding: 10px;
  }
}

.header-wrapper .menu a:link {
  color: #5E8A15;
}

.header-wrapper .menu a:visited {
  color: #5E8A15;
}

.header-wrapper .menu a:active {
  color: #5E8A15;
}


.header-wrapper .menu>a:hover {
  background: rgba(212, 232, 128, 0.8);
  /* グレーの薄さ0.2 文字色はそのまま */

}

.header-wrapper .menu>a.current {
  background: rgba(212, 232, 128, 0.8);
  /* グレーの薄さ0.2 文字色はそのまま */

}

.header-wrapper .menu>ul {
  display: none;
  z-index: 99999999;
  position: absolute;
  width: 100%;
  left: 0;
  background-image: url("../../common/img/bgi_03.png");
  background-repeat: repeat;



  /*    background-size: 7px 7px;
    background-image: -moz-linear-gradient( -45deg, #fff, #fff 48.5%, #c2e7d9 49.5%, #c2e7d9 50.5%, #fff 51.5%, #fff );
    background-image: -webkit-linear-gradient( -45deg, #fff, #fff 48.5%, #c2e7d9 49.5%, #c2e7d9 50.5%, #fff 51.5%, #fff );
    background-image: -ms-linear-gradient( -45deg, #fff, #fff 48.5%, #c2e7d9 49.5%, #c2e7d9 50.5%, #fff 51.5%, #fff );
    background-image: linear-gradient( -45deg, #fff, #fff 48.5%, #c2e7d9 49.5%, #c2e7d9 50.5%, #fff 51.5%, #fff );*/
}

@media only screen and (max-width: 750px) {
  .header-wrapper .menu>ul {
    position: static;
  }
}

@media only screen and (max-width: 750px) {
  .header-wrapper .menus>li>ul.spnav {
    background-color: #88d0b3;
    background-image: none;
    padding: 4% 0;
  }

  .header-wrapper .menus>li>ul.spnav>li {
    display: inline;
  }

  .header-wrapper .menus>li>ul.spnav>li>a {
    display: inline;
    padding: 5% 8%;
    font-size: 1.7rem;
  }

  .header-wrapper .menus>li>ul.spnav img {
    width: 5%;
    vertical-align: middle;
  }

  .header-wrapper .menus>li>ul.spnav span {
    vertical-align: middle;
    font-size: 22px;
  }
}


/*.header-wrapper .menu_ul li{
    display: inline-block;
    padding: 0 20px 0 0;
}*/
.header-wrapper .menu_ul li ul {
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
}

.header-wrapper li.menu:nth-of-type(3) .menu_ul li ul li {
  display: inline-block;
  padding-right: 3%;
}

@media only screen and (max-width: 750px) {
  .header-wrapper li.menu:nth-of-type(3) .menu_ul li ul li {
    display: block;
  }
}

.header-wrapper .menu_ul li ul li {
  display: inline-block;
  padding-right: 10%;
  font-size: 1.6rem;
  padding: 10px 50px 10px 0;
}

@media only screen and (max-width: 750px) {
  .header-wrapper .menu_ul li ul li {
    display: block;
    padding: 5px 0;
  }
}

.header-wrapper .menu_ul li ul li img {
  vertical-align: middle;
  width: 15px;
  padding-right: 5px;
}

.header-wrapper .menu_ul li ul li a {
  vertical-align: middle;
  display: inline;
}

.header-wrapper .menu_ul li ul li a:hover {
  color: #009a5c;
}

@media only screen and (max-width: 750px) {
  .header-wrapper .menu_ul li ul li a {
    display: inline-block;
  }
}

@media only screen and (max-width: 750px) {
  .header-wrapper .menu_ul>li {
    display: block;
    text-align: left;
    width: 80%;
    margin: 0 auto;
  }
}

.header-wrapper .menus li:hover ul {
  display: block;
  /* これがないと、hover時に表示されない */

}



.header-wrapper .menu a:hover span.nav_icon {
  background-image: url("../img/ico_navi_hover.svg");
}

span.nav_icon {
  vertical-align: middle;
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("../img/ico_navi.svg");
  background-repeat: no-repeat;
}



@media only screen and (max-width: 750px) {
  .header-wrapper .title {
    position: fixed;
    top: 20px;
    right: 10px;
    padding: 0px 10px;
  }
}

.header-wrapper .title div:nth-child(1) {
  margin-right: auto;
}

.header-wrapper .logo {
  margin: auto 0;
  /* ここで上下中央に配置 */
}

/* ここでハンバーガー枠全体のサイズ */
.header-wrapper .hamburger {
  position: relative;
  width: 30px;
  height: 23px;
  margin: auto 0;
  /* ここで上下中央に配置 */
  display: none;
}

/* 三本線 */
.header-wrapper .hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #009a5c;
  z-index: 10;
  display: none;
}

/* 三本線の上の部分 */
.header-wrapper .hamburger span:nth-of-type(1) {
  top: 0;
}

/* 三本線の中心部分 */
.header-wrapper .hamburger span:nth-of-type(2) {
  top: 10px;
}

/* 三本線の下の部分 */
.header-wrapper .hamburger span:nth-of-type(3) {
  bottom: 0;
}


/* ハンバーガー三本線：棒の動きや傾き加減など */
.header-wrapper .hamburger,
.header-wrapper .hamburger span {
  transition: all .3s;
  /* クリックしてからの動作時間 */
}


/* ここで数字を変えて傾きなどを調節 */
.header-wrapper .hamburger.active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
  -webkit-transform: translateY(12px) rotate(-45deg);
}

.header-wrapper .hamburger.active span:nth-of-type(2) {
  opacity: 0;
}

.header-wrapper .hamburger.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
  -webkit-transform: translateY(-7px) rotate(45deg);
}

/***********************************
 SP表示
***********************************/
@media only screen and (max-width: 750px) {
  .header-wrapper {
    position: static;

  }

  .header-wrapper .hamburger,
  .header-wrapper .hamburger span {
    display: inline-block;
  }

  .header-wrapper .gnav {
    position: relative;
  }

  /* メニュー部分 */
  .header-wrapper nav {
    position: absolute;
    top: 0;
    width: 100vw;
    transform: translateX(100%);
    transition: all .3s;
  }

  /* メニュー部分：アクティブ時 */
  .header-wrapper nav.active {
    display: block;
    transform: translateX(0%);
    transition: all .3s;
  }

  .header-wrapper nav {
    display: none;
    transform: translateX(100%);
    /* ここで要素を画面外に配置 */
    transition: all .3s;
  }

  .header-wrapper nav.active {
    /* アクティブ時 */
    display: block;
    transform: translateX(0%);
    /* ここで要素を元の位置に */
    transition: all .3s;
    top: 20vw;
  }

  .header-wrapper .menus {
    display: block;
    height: auto;
  }




  /*.header-wrapper ul.menu li {
    display: initial;
}
 
.header-wrapper ul.menu ul ul {
    display: initial;
    position: initial;
    top: initial;
    left: initial;
}*/

}




/************************************************************
 footer
************************************************************/

footer {
  width: 100%;
  background-color: #418B00;
  color: #fff;
  font-size: 1.8rem;
  padding: 35px 0 0;
}

@media only screen and (max-width: 750px) {
  footer {
    padding: 15px 0 60px;
  }
}

footer a:link {
  color: #fff;
}

footer a:visited {
  color: #fff;
}

footer a:active {
  color: #fff;
}

.footer_profile img {
  width: 300px;
  height: 60px;
  padding-bottom: 15px;
  
}


footer>div.inner>div.pcon>ul {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding-bottom: 15px;
  justify-content: space-between;
}

footer>div.inner>div.pcon>ul>li:nth-child(2) {
  width: 25%;
}

footer>div.inner>div.pcon>ul>li:last-child {
  width: 20%;
}


.footer_profile div img,
.footer_profile div span {
  display: inline-block;
  vertical-align: middle;
}

.footer_profile div img {
  width: 24px;
}

.footer_profile .address {
  line-height: 1.3;
  margin: 0 0 20px 0;
}

.footer_link>div {
  line-height: 1.4;
  margin-bottom: 15px;
}

.footer_link>div>a:first-child::before {
  content: url(../../common/img/ico_link_wh.svg);
  display: inline-block;
  width: 10px;
  margin-right: 6px;
}

.footer_link>div>ul {
  margin-left: 30px;
}

.footer_link>div>ul>li {
  list-style: disc;
}

p.copy {
  text-align: center;
  font-size: 1.2rem;
  padding: 0 0 8px;
  margin-bottom: 0;
}




/************************************************************
 inquiry
************************************************************/
@media only screen and (max-width: 750px) {

  .inquiry {

    position: fixed;
    bottom: 0;
    z-index: 999;

    /*  display: flex;
  justify-content: center;
  align-items: center;
  background: #5bc8ac;
  color: #fff;
  text-decoration: none;*/
    opacity: 0;
    transition: all 0.65s;

  }

  .inquiry.isActive {
    opacity: 1;
    transition: all 0.65s;
  }


  .inquiry ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
  }

  .inquiry ul li {
    background-color: #daa405;
  }

  .inquiry ul li a {
    display: block;
  }

  .inquiry ul li:first-of-type {
    width: 80%;
    padding: 0 0 5px 25px;
  }

  .inquiry ul li:first-of-type span {
    color: #ffffff;
    font-size: 3vw;
  }

  .inquiry ul li:first-of-type img {
    width: 70%;
  }

  .inquiry ul li:last-of-type {
    width: 30%;
    text-align: center;
    border-left: solid 2px #ffffff;
  }

  .inquiry ul li:last-of-type img {
    padding: 5px;
    width: 40%;
  }
}

@media screen and (max-width: 750px) {
  .char:nth-child(1),
  .char:nth-child(2) {
      display: none;
  }
}