@charset "UTF-8";
/*
    !!!不要な場合は消してください!!!

    calc + vwの公式
    font-size: calc(A + B * (100vw - C)/D);

    A・・・最小文字サイズ
    B・・・最大文字サイズ – 最小文字サイズ
    C・・・最小画面幅
    D・・・最大画面幅 – 最小画面幅

    適用すれば画面幅によって文字が大小します
*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #707070;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: left;
  font-weight: normal;
  position: relative;
}
@media screen and (max-width: 834px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

a {
  color: #707070;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: block;
}
a:hover, a:focus {
  outline: none;
  opacity: 0.6;
}

ol, ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

table, tr, th, td {
  border-collapse: collapse;
  font-size: 100%;
  vertical-align: top;
  border-spacing: 0;
}

input[type=text],
input[type=button],
input[type=submit],
input[type=reset],
textarea {
  -webkit-appearance: none;
}

.wrapper {
  margin: 0 auto;
  overflow: hidden;
  display: block;
}

@media screen and (max-width: 834px) {
  .pc {
    display: none !important;
  }
}

.pc_min {
  display: none !important;
}
@media screen and (max-width: 1100px) {
  .pc_min {
    display: block !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 834px) {
  .sp {
    display: block !important;
  }
}

/* 使わなければ削除 */
.mb20 {
  margin-bottom: 20px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

/*----------------------------------------------------
コンテンツ共通
----------------------------------------------------*/
/*----------------------------------------------------
header
----------------------------------------------------*/
#header {
  width: 100%;
  padding: 15px 0 30px 0;
  background-color: rgba(255, 255, 255, 0.7);
  color: #fff;
  position: fixed;
  z-index: 100;
}
@media screen and (max-width: 834px) {
  #header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    background-color: rgba(255, 255, 255, 0);
  }
}
#header .head-ttl-wrap {
  width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  #header .head-ttl-wrap {
    width: 100%;
  }
}
#header .head-ttl-wrap .site-ttl {
  width: 310px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  #header .head-ttl-wrap .site-ttl {
    width: 250px;
  }
}
@media screen and (max-width: 834px) {
  #header .head-ttl-wrap .site-ttl {
    width: 200px;
    margin: 0 auto 0 0;
    padding: 10px;
  }
}
#header .head-ttl-wrap .tel {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 1100px) {
  #header .head-ttl-wrap .tel {
    padding: 0 10px;
  }
}
#header .head-ttl-wrap .tel .tel-txt {
  background-color: #6CA07F;
  border-radius: 20px;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 10px 15px;
  line-height: 1;
  margin-bottom: 10px;
}
#header .head-ttl-wrap .tel .tel-num a {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  color: #000;
  letter-spacing: 0.1em;
  line-height: 1;
}
#header .head-ttl-wrap .tel .tel-num a img {
  width: 27px;
  margin-right: 10px;
}
#header .nav-wrapper {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  #header .nav-wrapper {
    width: 100%;
    padding: 0 10px;
  }
}
#header .nav-wrapper .header-nav .nav-list {
  /* navの横並び */
  width: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  #header .nav-wrapper .header-nav .nav-list {
    width: 100%;
  }
}
#header .nav-wrapper .header-nav .nav-list .nav-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#header .nav-wrapper .header-nav .nav-list .nav-item a:hover {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}
#header .nav-wrapper .header-nav .nav-list .nav-item a img {
  height: 60px;
  margin-bottom: 10px;
}
#header .nav-wrapper .header-nav .nav-list .nav-item a h2 {
  font-size: 14px;
  font-size: 1.4rem;
  color: #6E5E58;
  font-weight: bold;
  text-align: center;
}

/*.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	transition: .5s;
}*/
.is-animation {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  /*a {
  	@include fs(14);
  	white-space: nowrap;

  	.nav_wrap {

  		.nav_img {

  			.n_i_1,.n_i_2,.n_i_3,
  			.n_i_4,.n_i_5,.n_i_6,.n_i_7
  			{
  				max-width: 90%!important;
  			}

  		}

  		span {
  			color: $main_color;
  			font-weight: bold;
  			align-items: baseline;
  		}						

  	}

  }*/
}
.is-animation#header {
  padding: 10px 0;
}
.is-animation .head-ttl-wrap {
  height: 58px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px !important;
}
.is-animation .head-ttl-wrap .site-ttl {
  width: 200px !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.is-animation .head-ttl-wrap .tel .tel-num a {
  font-size: 22px !important;
}
.is-animation .head-ttl-wrap .tel .tel-num a img {
  width: 20px !important;
}
.is-animation .head-ttl-wrap .tel .tel-txt {
  display: none;
}
.is-animation .nav-wrapper .header-nav .nav-list {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}
.is-animation .nav-wrapper .header-nav .nav-list .nav-item a img {
  height: 44px !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.is-animation .nav-wrapper .header-nav .nav-list .nav-item a h2 {
  font-size: 12px !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.burger-btn {
  display: none;
}

@media screen and (max-width: 834px) {
  /* ----------------------- */
  /* base_sp
  /* ----------------------- */
  /* デフォルトのbuttonスタイルをリセット */
  button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    border-radius: 0;
    color: inherit;
    cursor: pointer;
    font: inherit;
    margin: 0;
    outline: none;
    padding: 0;
    vertical-align: middle;
  }

  /* ------------------ */
  /* humberger-menu */
  /* ------------------ */
  .header {
    padding: 0 5%;
  }

  /* 以下、ハンバーガーボタン */
  .burger-btn,
.burger-btn span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .burger-btn {
    position: relative;
    width: 60px;
    height: 53px;
    background: none;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    cursor: pointer;
    z-index: 1000;
    background-color: #6CA07F;
  }

  .bar {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 70%;
    height: 3px;
    background-color: #fff;
    border-radius: 4px;
  }

  .bar_top {
    top: 10px;
  }

  .bar_mid {
    top: 47%;
  }

  .bar_bottom {
    bottom: 10px;
  }

  .burger-btn.close .bar_top {
    -webkit-transform: translateY(15px) rotate(-45deg);
            transform: translateY(15px) rotate(-45deg);
  }

  .burger-btn.close .bar_mid {
    opacity: 0;
  }

  .burger-btn.close .bar_bottom {
    -webkit-transform: translateY(-15px) rotate(45deg);
            transform: translateY(-15px) rotate(45deg);
  }

  /* スクロール制御 */
  .noscroll {
    overflow: hidden;
  }

  /* 以下、ハンバーガーメニュー */
  .nav-wrapper {
    visibility: hidden;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    z-index: 2;
    /*キービジュアルと.btn_triggerとの重なりの前後関係を調整*/
    padding: 0 !important;
  }

  .header-nav {
    background-color: rgba(255, 255, 255, 0.9);
    height: 100%;
    width: 100%;
    z-index: 2;
  }

  .nav-list {
    width: 60% !important;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .nav-item {
    width: 49%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  /* メニューオープン時 */
  .nav-wrapper.fade {
    opacity: 1;
    visibility: visible;
  }
}
/*----------------------------------------------------
footer
----------------------------------------------------*/
footer {
  height: 470px;
  background: url(/_common/img/bg_04.jpg) no-repeat;
  background-position: bottom;
}
footer .inner {
  padding-top: 80px;
}
footer .inner .copyright {
  text-align: center;
}

/*----------------------------------------------------
フェードイン設定
----------------------------------------------------*/
.slide-top {
  opacity: 0;
  -webkit-transform: translate(0, -20px);
          transform: translate(0, -20px);
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

/* 下からフェードイン */
.slide-bottom {
  opacity: 0;
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

/* 左からフェードイン */
.slide-left {
  opacity: 0;
  -webkit-transform: translate(-20px, 0);
          transform: translate(-20px, 0);
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

/* 右からフェードイン */
.slide-right {
  opacity: 0;
  -webkit-transform: translate(20px, 0);
          transform: translate(20px, 0);
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

/*上からフェードイン*/
.fade-in-top {
  opacity: 0;
  -webkit-animation: fadein-top 1.5s 0.3s ease-out forwards;
          animation: fadein-top 1.5s 0.3s ease-out forwards;
}

@-webkit-keyframes fadein-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadein-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*下からフェードイン*/
.fade-in-bottom {
  opacity: 0;
  -webkit-animation: fadein-bottom 1.5s 0 ease-out forwards;
          animation: fadein-bottom 1.5s 0 ease-out forwards;
}

@-webkit-keyframes fadein-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadein-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*左からフェードイン*/
.fade-in-left {
  opacity: 0;
  -webkit-animation: fadein-left 1.5s 0 ease-out forwards;
          animation: fadein-left 1.5s 0 ease-out forwards;
}

@-webkit-keyframes fadein-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadein-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/*右からフェードイン*/
.fade-in-right {
  opacity: 0;
  -webkit-animation: fadein-right 1.5s 0 ease-out forwards;
          animation: fadein-right 1.5s 0 ease-out forwards;
}

@-webkit-keyframes fadein-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadein-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}