@charset "UTF-8";
/*! ==================================================
※※※※※※※※※※※※※※※※※※※※※※※※※※※
  このCSSファイルはSassから生成されていますので、
  編集しないようご注意ください。
※※※※※※※※※※※※※※※※※※※※※※※※※※※
=================================================== */
/*! ==================================================
　リセットCSS
=================================================== */
div, ul, li, dl, dt, dd, table, tr, th, td, address, p {
  margin: 0;
  padding: 0; }

/*! ==================================================
　共通モジュールやパーツ
=================================================== */
a:hover {
  opacity: 0.8; }

.center {
  text-align: center; }

.font-S {
  font-size: 0.7rem; }

.font-M {
  font-size: 1.0rem; }

.font-L {
  font-size: 1.2rem; }

.alert {
  font-size: 0.9em; }

.object-fit-img {
  object-fit: contain;
  font-family: "object-fit: contain;"; }

.link {
  position: relative; }

.link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 30000; }

.sliderA, .sliderB, .sliderC, .sliderD {
  opacity: 0;
  transition: opacity .25s ease; }

.sliderA.slick-initialized, .sliderB.slick-initialized, .sliderC.slick-initialized, .sliderD.slick-initialized {
  opacity: 1; }

/* googlemap レスポンシブ*/
.gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.gmap iframe,
.gmap object,
.gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

table {
  margin-top: 15px;
  width: 100%;
  border: 1px solid #ccc; }
  table td p {
    padding-top: 0 !important; }

.cycle-slideshow a {
  display: block; }

/* JavaScriptが有効な場合、対象を隠す */
html.enable-javascript .cycle-slideshow {
  visibility: hidden; }
html.enable-javascript .slider, html.enable-javascript .slider-spnavi {
  visibility: hidden; }

/* 画像すべてを読み終えたら、対象を表示する */
html.enable-javascript.window-load .cycle-slideshow {
  visibility: visible; }
html.enable-javascript.window-load .slider, html.enable-javascript.window-load .slider-spnavi {
  visibility: visible; }

input[type=radio] {
  width: 25px;
  height: 25px;
  vertical-align: middle;
  padding: 25px 0; }

input[name=zipcode] {
  width: 150px;
  margin-bottom: 2px; }

input[type=checkbox] {
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 10px 0;
  vertical-align: middle; }

/*テーブルスクロール*/
.scroll {
  overflow: auto !important;
  /*tableをスクロールさせる*/
  white-space: nowrap;
  /*tableのセル内にある文字の折り返しを禁止*/
  margin-bottom: 30px; }

.scroll::-webkit-scrollbar {
  /*tableにスクロールバーを追加*/
  height: 15px;
  background-color: #0099cc !important;
  width: 100px !important; }

.scroll::-webkit-scrollbar-track {
  /*tableにスクロールバーを追加*/
  background-color: #efefef; }

.scroll::-webkit-scrollbar-thumb {
  /*tableにスクロールバーを追加*/
  background-color: #0099cc !important;
  width: 100px !important; }

.scroll table {
  margin-bottom: 15px; }

.scroll2 {
  overflow: auto;
  /*tableをスクロールさせる*/
  white-space: nowrap;
  /*tableのセル内にある文字の折り返しを禁止*/
  margin-bottom: 15px; }

.scroll2::-webkit-scrollbar {
  /*スクロールバーを追加しない*/
  height: 0; }

.card {
  padding: 0;
  border: none;
  margin: 0; }

.card-header {
  background: none;
  padding: 0;
  border: none;
  margin: 0; }

.card .card-header a[data-toggle="collapse"] {
  display: block; }

.card .card-header a[data-toggle="collapse"]:active,
.card .card-header a[data-toggle="collapse"]:hover,
.card .card-header a[data-toggle="collapse"]:focus {
  text-decoration: none; }

.card-body {
  padding: 10px 20px 20px;
  border-left: 5px solid #f9eaa9;
  border-right: 5px solid #f9eaa9;
  border-bottom: 5px solid #f9eaa9;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 10px; }
  @media print, screen and (max-width: 767px) {
    .card-body {
      padding: 10px 10px 20px; } }

/*fuwat.js*/
.fuwatAnime {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: fuwatAnime;
  -ms-animation-name: fuwatAnime;
  animation-name: fuwatAnime;
  visibility: visible !important; }

@-webkit-keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.flexH [class^=col] {
  display: flex;
  flex-direction: column; }

.flexH [class^=col] div {
  flex-grow: 1; }

/* zoomしながらスライド画像を動かす */
/*
@keyframes fadezoom{
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.sliderbox{
	animation-name:  fadezoom;
  	animation-duration: 10s;
	/*animation: fadezoom 8s 0s forwards;
}
*/
.animated {
  opacity: 0; }

.no-gutters {
  margin: 0;
  padding: 0; }

.no-gutters　 > .col,
.no-gutters　 > [class*="col-"] {
  margin: 0;
  padding: 0; }

/*オレンジ*/
/*黄緑*/
/*深緑*/
/*背景グリーン*/
/*リンク色青*/
/*! ==================================================
　メインのスタイル
=================================================== */
body {
  font-family: "source-han-sans-vf", sans-serif, -apple-system;
  background-color: #f9fced; }

h1, h2, h3, h4, h5, h6 {
  font-family: "source-han-sans-vf", sans-serif; }

@media print, screen and (min-width: 1200px) {
  .container {
    max-width: 1400px !important; } }

@media print, screen and (min-width: 992px) {
  .spbr {
    display: none; } }

.common-btn {
  margin: 80px auto 0;
  width: 200px; }
  @media print, screen and (max-width: 991px) {
    .common-btn {
      width: 200px; } }
  .common-btn a {
    padding: 5px 15px;
    display: block;
    color: #fff;
    background-color: #d68e2d;
    text-decoration: none;
    text-align: center;
    font-size: 1.2rem;
    letter-spacing: 5px; }
  .common-btn span {
    padding: 5px 15px;
    display: block;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    background-color: #1a1a1a;
    text-decoration: none;
    text-align: center; }

.pankuzu {
  font-size: 0.9rem; }
  .pankuzu a {
    color: #c00;
    text-decoration: underline; }

.rightbtn {
  position: fixed;
  top: 80px;
  right: 0;
  z-index: 10000; }
  @media print, screen and (max-width: 991px) {
    .rightbtn {
      display: none; } }
  .rightbtn .btn-line a {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 50px;
    writing-mode: vertical-rl;
    /*縦書き*/
    letter-spacing: 5px;
    color: #fff;
    display: block;
    background-color: #00B900;
    padding: 5px 3px 15px 5px; }
  .rightbtn .btn-line a:hover {
    text-decoration: none; }
  .rightbtn .btn-line img {
    margin-bottom: 5px;
    width: 40px; }
  .rightbtn .btn-contact a {
    margin-top: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 50px;
    background-color: #d68e2d;
    padding: 5px 15px 15px 5px;
    writing-mode: vertical-rl;
    /*縦書き*/
    letter-spacing: 5px;
    color: #fff;
    display: block; }
  .rightbtn .btn-contact a:hover {
    text-decoration: none; }
  .rightbtn .btn-contact img {
    margin-bottom: 5px;
    width: 40px; }
  .rightbtn .btn-satei a {
    margin-top: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 50px;
    background-color: #ca1622;
    padding: 5px 15px 15px 5px;
    writing-mode: vertical-rl;
    /*縦書き*/
    letter-spacing: 5px;
    color: #fff;
    display: block; }
  .rightbtn .btn-satei a:hover {
    text-decoration: none; }
  .rightbtn .btn-satei img {
    margin-bottom: 5px;
    width: 40px; }

.footbtn {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  font-size: 0.9rem; }
  @media print, screen and (min-width: 992px) {
    .footbtn {
      display: none; } }
  .footbtn .btn-line a {
    background-color: #00B900;
    padding: 10px 3px;
    color: #fff;
    display: block;
    text-align: center;
    height: 65px; }
  .footbtn .btn-line a:hover {
    text-decoration: none; }
  .footbtn .btn-line img {
    margin-bottom: 5px;
    width: 20px; }
  .footbtn .btn-contact a {
    background-color: #d68e2d;
    padding: 10px 3px;
    color: #fff;
    display: block;
    text-align: center;
    height: 65px; }
  .footbtn .btn-contact a:hover {
    text-decoration: none; }
  .footbtn .btn-contact img {
    margin-bottom: 5px;
    width: 40px; }
  .footbtn .btn-satei a {
    background-color: #ca1622;
    padding: 10px 3px;
    color: #fff;
    display: block;
    text-align: center;
    height: 65px; }
  .footbtn .btn-satei a:hover {
    text-decoration: none; }
  .footbtn .btn-satei img {
    margin-bottom: 5px;
    width: 40px; }

.footbtn.is-animation {
  display: block; }
  @media print, screen and (min-width: 992px) {
    .footbtn.is-animation {
      display: none; } }

.pagetop {
  position: fixed;
  bottom: 0;
  right: 5%;
  width: 157px;
  z-index: 10000; }
  @media print, screen and (max-width: 991px) {
    .pagetop {
      display: none; } }
  .pagetop a {
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    font-weight: bold;
    background-color: #d68e2d;
    border-radius: 10px 10px 0 0;
    text-decoration: none;
    padding: 10px 15px;
    display: block;
    color: #fff;
    font-size: 0.9rem;
    float: right;
    text-align: center; }

/*! ==================================================
　header
=================================================== */
#header-fixed {
  /*メニューを上に動かす*/ }
  #header-fixed header {
    z-index: 10000;
    position: -webkit-sticky;
    position: sticky;
    position: fixed;
    /*絶対必要*/
    top: 0;
    background: rgba(149, 183, 66, 0.9);
    height: 60px;
    width: 100%;
    /*絶対必要*/
    padding: 5px 10px 5px; }
    @media print, screen and (max-width: 767px) {
      #header-fixed header {
        height: 70px;
        padding: 12px 5px 5px 10px;
        text-align: left; } }
    @media print, screen and (min-width: 768px) and (max-width: 991px) {
      #header-fixed header {
        height: 70px;
        padding: 10px 10px 10px;
        text-align: center; } }
    #header-fixed header h1.sitetitle img {
      height: 50px; }
      @media print, screen and (max-width: 767px) {
        #header-fixed header h1.sitetitle img {
          height: 40px; } }
      @media print, screen and (min-width: 768px) and (max-width: 991px) {
        #header-fixed header h1.sitetitle img {
          height: 50px; } }
    #header-fixed header .headmenuarea {
      position: absolute;
      right: 15px;
      top: 15px; }
      @media print, screen and (max-width: 991px) {
        #header-fixed header .headmenuarea {
          display: none; } }
      #header-fixed header .headmenuarea ul {
        margin-top: 5px; }
        #header-fixed header .headmenuarea ul li {
          text-align: center;
          list-style: none;
          padding: 1px !important;
          margin: auto;
          float: left;
          font-size: 0.8rem; }
          #header-fixed header .headmenuarea ul li a {
            text-align: center;
            color: #fff;
            text-decoration: none;
            display: block;
            padding: 0 10px; }
          #header-fixed header .headmenuarea ul li span {
            font-size: 0.8rem; }
  #header-fixed .is-animation {
    /*position: fixed; /*絶対必要*/
    display: block !important; }

#header-fixed.home {
  /*メニューを上に動かす*/ }
  #header-fixed.home header {
    display: none; }
  #header-fixed.home .is-animation {
    position: fixed;
    /*絶対必要*/
    display: block !important; }

#spnavi {
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 10000; }
  @media print, screen and (min-width: 992px) {
    #spnavi {
      display: none; } }

#spmenu {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 1000;
  display: block; }
  @media print, screen and (min-width: 992px) {
    #spmenu {
      display: none; } }

/*! ==================================================
　content
=================================================== */
#contenttop {
  padding-top: 150px;
  margin-top: -150px; }

.pagetitle {
  padding: 150px 0 50px;
  text-align: center;
  font-size: 3.0rem;
  letter-spacing: 5px;
  font-weight: bold;
  line-height: 1.0; }
  @media print, screen and (max-width: 767px) {
    .pagetitle {
      padding: 140px 0 50px;
      font-size: 2.0rem; } }
  .pagetitle span {
    color: #95b742;
    font-size: 0.8rem; }
    @media print, screen and (max-width: 767px) {
      .pagetitle span {
        font-size: 1.0rem;
        letter-spacing: 2px; } }

.pagetitleimg img {
  object-fit: cover;
  width: 100%;
  height: 620px; }
  @media print, screen and (max-width: 767px) {
    .pagetitleimg img {
      height: 300px; } }
  @media print, screen and (min-width: 768px) and (max-width: 991px) {
    .pagetitleimg img {
      height: 400px; } }
  @media print, screen and (min-width: 992px) and (max-width: 1199px) {
    .pagetitleimg img {
      height: 400px; } }
  @media print, screen and (min-width: 1200px) {
    .pagetitleimg img {
      height: 550px; } }
  @media print, screen and (min-width: 1600px) {
    .pagetitleimg img {
      height: 620px; } }

/*! ==================================================
　HOME
=================================================== */
#home #homeheadtitle {
  background-color: #ccc;
  height: 60px; }
  @media print, screen and (max-width: 991px) {
    #home #homeheadtitle {
      display: none; } }
  #home #homeheadtitle h1 {
    font-size: 2.0rem;
    padding: 10px; }
#home #homehead #topslide {
  position: relative;
  overflow: hidden; }
  @media print, screen and (max-width: 991px) {
    #home #homehead #topslide {
      margin-top: 70px; } }
  #home #homehead #topslide .slick-dotted.slick-slider {
    margin-bottom: 0; }
  #home #homehead #topslide ul.slick-dots {
    bottom: 20px; }
  #home #homehead #topslide .sliderbox img {
    overflow: hidden;
    height: 920px;
    width: 100%;
    object-fit: cover; }
    @media print, screen and (max-width: 575px) {
      #home #homehead #topslide .sliderbox img {
        max-width: 100%;
        /*画像中央ぞろえで必要*/
        height: 400px;
        /*画像中央ぞろえで必要*/
        object-fit: cover;
        /*画像中央ぞろえで必要*/
        margin: 0 auto;
        /*画像中央ぞろえで必要*/ } }
    @media print, screen and (min-width: 576px) and (max-width: 991px) {
      #home #homehead #topslide .sliderbox img {
        height: 800px; } }
    @media print, screen and (min-width: 992px) and (max-width: 1199px) {
      #home #homehead #topslide .sliderbox img {
        height: 800px; } }
  #home #homehead #topslide .homemenuarea {
    position: absolute;
    right: 15px;
    top: 15px; }
    @media print, screen and (max-width: 1199px) {
      #home #homehead #topslide .homemenuarea {
        display: none; } }
    #home #homehead #topslide .homemenuarea ul {
      margin-top: 5px; }
      #home #homehead #topslide .homemenuarea ul li {
        text-align: center;
        list-style: none;
        padding: 1px !important;
        margin: auto;
        float: left;
        font-size: 1.0rem; }
        #home #homehead #topslide .homemenuarea ul li a {
          text-align: center;
          color: #fff;
          text-decoration: none;
          display: block;
          padding: 0 10px; }
        #home #homehead #topslide .homemenuarea ul li span {
          font-size: 0.8rem; }
  #home #homehead #topslide .homeheadtitle {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    /* Safari用 */
    transform: translate(-50%, -50%);
    width: 800px; }
    @media print, screen and (max-width: 767px) {
      #home #homehead #topslide .homeheadtitle {
        width: 300px; } }
    @media print, screen and (min-width: 768px) and (max-width: 1199px) {
      #home #homehead #topslide .homeheadtitle {
        width: 500px; } }
#home #homemessage {
  text-align: center;
  padding: 80px 15px; }
  @media print, screen and (max-width: 991px) {
    #home #homemessage {
      padding: 70px 15px 50px; } }
  #home #homemessage .logomark {
    width: 30%;
    margin: auto; }
    @media print, screen and (max-width: 767px) {
      #home #homemessage .logomark {
        width: 200px; } }
    @media print, screen and (min-width: 768px) and (max-width: 991px) {
      #home #homemessage .logomark {
        width: 300px; } }
  #home #homemessage p {
    padding: 50px 15px;
    line-height: 3.0; }
    @media print, screen and (max-width: 767px) {
      #home #homemessage p {
        font-size: 0.8rem;
        padding: 50px 5px 0; } }
#home #photoarea {
  overflow: hidden;
  width: 100%; }
#home .kaitoritxt {
  text-align: center;
  font-weight: bold;
  letter-spacing: 5px;
  padding: 50px;
  line-height: 2.5;
  font-size: 1.8rem; }
  @media print, screen and (max-width: 767px) {
    #home .kaitoritxt {
      padding: 50px 15px;
      font-size: 1.1rem;
      line-height: 2.0; } }
  #home .kaitoritxt span {
    color: #d68e2d;
    font-size: 2.8rem; }
    @media print, screen and (max-width: 767px) {
      #home .kaitoritxt span {
        font-size: 1.6rem; } }
  #home .kaitoritxt .hosokutxt {
    font-size: 1.0rem; }
#home .fukidashititle {
  position: relative;
  background-color: #95b742;
  color: #fff;
  text-align: center;
  padding: 40px 15px;
  margin-bottom: 60px;
  letter-spacing: 5px; }
  @media print, screen and (max-width: 767px) {
    #home .fukidashititle {
      font-size: 1.2rem;
      line-height: 2.0;
      padding: 30px 15px; } }
#home .fukidashititle:before {
  content: "";
  position: absolute;
  bottom: -60px;
  left: 50%;
  margin-left: -30px;
  border: 30px solid transparent;
  border-top: 30px solid #95b742;
  z-index: 0; }
#home #homemerit {
  background-color: #f0f5e1; }
  #home #homemerit .meritbox {
    margin: 30px; }
    #home #homemerit .meritbox .iconbox {
      width: 250px;
      height: 250px;
      border-radius: 50%;
      border: 1px solid #788c37;
      margin: auto;
      text-align: center;
      vertical-align: middle;
      background-color: #fff; }
      @media print, screen and (max-width: 767px) {
        #home #homemerit .meritbox .iconbox {
          width: 150px;
          height: 150px; } }
      #home #homemerit .meritbox .iconbox img {
        width: 300px;
        text-align: center; }
        @media print, screen and (max-width: 767px) {
          #home #homemerit .meritbox .iconbox img {
            width: 200px; } }
    #home #homemerit .meritbox h3 {
      text-align: center;
      color: #788c37;
      font-size: 1.8rem;
      margin-top: 30px; }
      @media print, screen and (max-width: 767px) {
        #home #homemerit .meritbox h3 {
          font-size: 1.4rem; } }
    #home #homemerit .meritbox p {
      padding-top: 15px;
      font-size: 0.9em;
      line-height: 2; }
#home #btnarea {
  padding: 60px 0; }
  @media print, screen and (max-width: 767px) {
    #home #btnarea {
      padding: 30px 0; } }
  #home #btnarea .btnbox {
    padding: 15px 0; }
    #home #btnarea .btnbox a {
      text-decoration: none;
      color: #fff; }
    #home #btnarea .btnbox img {
      object-fit: cover;
      height: 300px;
      width: 100%; }
      @media print, screen and (max-width: 767px) {
        #home #btnarea .btnbox img {
          height: 150px; } }
    #home #btnarea .btnbox h2 {
      position: relative;
      background-color: #95b742;
      text-align: center;
      padding: 15px;
      font-size: 1.4rem;
      letter-spacing: 5px; }
      @media print, screen and (max-width: 767px) {
        #home #btnarea .btnbox h2 {
          font-size: 1.0rem; } }
    #home #btnarea .btnbox h2::after {
      content: '';
      border: 0;
      border-top: solid 2px #fff;
      border-right: solid 2px #fff;
      display: inline-block;
      width: 10px;
      height: 10px;
      /* 矢印アイコンの位置を設定 */
      position: absolute;
      top: 50%;
      right: 50px;
      transform: translateY(-50%) rotate(45deg);
      /* rotate(45deg)で矢印を回転（向きを変更）させる */ }
      @media print, screen and (max-width: 767px) {
        #home #btnarea .btnbox h2::after {
          right: 25px; } }
#home #homenews {
  background-image: url(../imgs/newsback.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 100px;
  min-height: 800px; }
  @media print, screen and (max-width: 767px) {
    #home #homenews {
      padding-top: 70px;
      padding-bottom: 30px; } }
  #home #homenews h2.title1 {
    color: #fff;
    font-size: 3.0rem;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 50px;
    padding-left: 50px;
    font-weight: normal !important;
    line-height: 0.6;
    letter-spacing: 5px; }
    @media print, screen and (max-width: 767px) {
      #home #homenews h2.title1 {
        padding-left: 20px; } }
    #home #homenews h2.title1 span {
      font-size: 0.8rem; }
  #home #homenews .newsList {
    margin: auto;
    width: 80%; }
    @media print, screen and (max-width: 991px) {
      #home #homenews .newsList {
        width: 95%; } }
    @media print, screen and (min-width: 1600px) {
      #home #homenews .newsList {
        width: 100%; } }
  #home #homenews .newstitlelink {
    padding: 10px 0; }
    #home #homenews .newstitlelink a {
      text-decoration: none;
      padding: 5px 15px;
      background-color: #fff;
      display: block;
      border: 1px solid #95b742;
      border-radius: 10px;
      position: relative; }
      #home #homenews .newstitlelink a img.yajirushi {
        position: absolute;
        right: 15px;
        top: 15px;
        width: 40px; }
    #home #homenews .newstitlelink time {
      font-size: 0.9rem;
      padding-top: 7px;
      color: #95b742;
      display: block; }
    #home #homenews .newstitlelink h3 {
      font-size: 1.2rem;
      padding-top: 5px;
      padding-right: 50px; }
      @media print, screen and (max-width: 767px) {
        #home #homenews .newstitlelink h3 {
          font-size: 1.0rem; } }

/*! ==================================================
　#service
=================================================== */
#service .titlephoto img {
  object-fit: cover;
  width: 100%;
  height: 500px; }
  @media print, screen and (max-width: 991px) {
    #service .titlephoto img {
      height: 200px; } }
  @media print, screen and (min-width: 992px) and (max-width: 1199px) {
    #service .titlephoto img {
      height: 300px; } }
#service .titlephoto h3 {
  background-color: #95b742;
  color: #fff;
  text-align: center;
  padding: 50px 15px;
  font-size: 2.0rem;
  letter-spacing: 10px; }
  @media print, screen and (max-width: 767px) {
    #service .titlephoto h3 {
      font-size: 1.4rem;
      padding: 30px 15px;
      letter-spacing: 5px; } }
#service .txt1 {
  text-align: center;
  padding: 70px 15px; }
  #service .txt1 p {
    line-height: 2.5;
    letter-spacing: 5px;
    font-size: 1.2rem; }
    @media print, screen and (max-width: 767px) {
      #service .txt1 p {
        font-size: 0.8rem;
        letter-spacing: 2px; } }
#service #merit {
  padding: 60px 15px;
  background-color: #f0f5e1; }
  #service #merit h3.title1 {
    background-color: #d68e2d;
    color: #fff;
    text-align: center;
    padding: 20px 15px;
    font-size: 1.6rem;
    letter-spacing: 5px;
    line-height: 2.0;
    margin-bottom: 30px; }
    @media print, screen and (max-width: 767px) {
      #service #merit h3.title1 {
        font-size: 1.2rem;
        letter-spacing: 2px;
        padding: 15px 15px; } }
  #service #merit .meritbox {
    margin: 30px; }
    @media print, screen and (max-width: 767px) {
      #service #merit .meritbox {
        margin: 30px 0; } }
    #service #merit .meritbox .iconbox {
      width: 150px;
      height: 150px;
      border-radius: 50%;
      border: 1px solid #788c37;
      margin: auto;
      text-align: center;
      vertical-align: middle;
      background-color: #fff; }
      @media print, screen and (max-width: 991px) {
        #service #merit .meritbox .iconbox {
          width: 150px;
          height: 150px; } }
      @media print, screen and (min-width: 576px) and (max-width: 767px) {
        #service #merit .meritbox .iconbox {
          width: 120px;
          height: 120px; } }
      @media print, screen and (min-width: 992px) and (max-width: 1199px) {
        #service #merit .meritbox .iconbox {
          width: 120px;
          height: 120px; } }
      #service #merit .meritbox .iconbox img {
        width: 200px;
        text-align: center; }
        @media print, screen and (max-width: 991px) {
          #service #merit .meritbox .iconbox img {
            width: 200px; } }
        @media print, screen and (min-width: 576px) and (max-width: 767px) {
          #service #merit .meritbox .iconbox img {
            width: 180px; } }
        @media print, screen and (min-width: 992px) and (max-width: 1199px) {
          #service #merit .meritbox .iconbox img {
            width: 180px; } }
    #service #merit .meritbox h4 {
      color: #788c37;
      font-size: 1.6rem;
      margin-top: 5px; }
      @media print, screen and (max-width: 575px) {
        #service #merit .meritbox h4 {
          text-align: center;
          margin-top: 30px; } }
      @media print, screen and (max-width: 767px) {
        #service #merit .meritbox h4 {
          font-size: 1.4rem; } }
      @media print, screen and (min-width: 992px) and (max-width: 1199px) {
        #service #merit .meritbox h4 {
          font-size: 1.4rem; } }
    #service #merit .meritbox p {
      padding: 15px 0 0;
      font-size: 0.9em;
      line-height: 2; }
#service #flow {
  padding: 60px 15px; }
  #service #flow h3.title1 {
    background-color: #d68e2d;
    color: #fff;
    text-align: center;
    padding: 20px 15px;
    font-size: 1.6rem;
    letter-spacing: 5px;
    line-height: 2.0;
    margin-bottom: 30px; }
    @media print, screen and (max-width: 767px) {
      #service #flow h3.title1 {
        font-size: 1.2rem;
        letter-spacing: 2px;
        padding: 15px 15px; } }
  #service #flow .flowbox {
    margin: 30px; }
    @media print, screen and (max-width: 767px) {
      #service #flow .flowbox {
        margin: 30px 0; } }
    #service #flow .flowbox .iconbox {
      width: 150px;
      height: 150px;
      border-radius: 50%;
      border: 1px solid #788c37;
      margin: auto;
      text-align: center;
      vertical-align: middle;
      background-color: #fff; }
      @media print, screen and (max-width: 991px) {
        #service #flow .flowbox .iconbox {
          width: 150px;
          height: 150px; } }
      @media print, screen and (min-width: 576px) and (max-width: 767px) {
        #service #flow .flowbox .iconbox {
          width: 120px;
          height: 120px; } }
      @media print, screen and (min-width: 992px) and (max-width: 1199px) {
        #service #flow .flowbox .iconbox {
          width: 120px;
          height: 120px; } }
      #service #flow .flowbox .iconbox img {
        width: 200px;
        text-align: center; }
        @media print, screen and (max-width: 991px) {
          #service #flow .flowbox .iconbox img {
            width: 200px; } }
        @media print, screen and (min-width: 576px) and (max-width: 767px) {
          #service #flow .flowbox .iconbox img {
            width: 180px; } }
        @media print, screen and (min-width: 992px) and (max-width: 1199px) {
          #service #flow .flowbox .iconbox img {
            width: 180px; } }
    #service #flow .flowbox h4 {
      color: #788c37;
      font-size: 1.2rem;
      margin-top: 30px;
      text-align: center; }
      @media print, screen and (max-width: 767px) {
        #service #flow .flowbox h4 {
          font-size: 1.4rem; } }
      @media print, screen and (min-width: 992px) and (max-width: 1199px) {
        #service #flow .flowbox h4 {
          font-size: 1.4rem; } }
    #service #flow .flowbox p {
      padding-top: 15px;
      font-size: 0.9em;
      line-height: 2; }
#service #hanbai {
  padding: 60px 15px; }
  @media print, screen and (max-width: 767px) {
    #service #hanbai {
      padding: 20px 15px; } }
  #service #hanbai h3.title1 {
    background-color: #d68e2d;
    color: #fff;
    text-align: center;
    padding: 30px 15px;
    font-size: 1.6rem;
    letter-spacing: 5px;
    line-height: 2.0;
    margin-bottom: 30px; }
    @media print, screen and (max-width: 767px) {
      #service #hanbai h3.title1 {
        font-size: 1.2rem;
        letter-spacing: 2px;
        padding: 15px 15px; } }
  #service #hanbai .hanbaibox {
    margin: 30px; }
    @media print, screen and (max-width: 767px) {
      #service #hanbai .hanbaibox {
        margin: 30px 0; } }
    #service #hanbai .hanbaibox .iconbox {
      width: 200px;
      height: 200px;
      border-radius: 50%;
      border: 1px solid #788c37;
      margin: auto;
      text-align: center;
      vertical-align: middle;
      background-color: #fff; }
      @media print, screen and (max-width: 991px) {
        #service #hanbai .hanbaibox .iconbox {
          width: 150px;
          height: 150px; } }
      #service #hanbai .hanbaibox .iconbox img {
        width: 250px;
        text-align: center; }
        @media print, screen and (max-width: 991px) {
          #service #hanbai .hanbaibox .iconbox img {
            width: 200px; } }
    #service #hanbai .hanbaibox h4 {
      color: #788c37;
      font-size: 1.4rem;
      margin-top: 30px;
      text-align: center; }
      @media print, screen and (max-width: 767px) {
        #service #hanbai .hanbaibox h4 {
          font-size: 1.4rem; } }
      @media print, screen and (min-width: 992px) and (max-width: 1199px) {
        #service #hanbai .hanbaibox h4 {
          font-size: 1.4rem; } }
    #service #hanbai .hanbaibox p {
      padding-top: 15px;
      font-size: 0.9em;
      line-height: 2; }
  #service #hanbai .buhinlist {
    border: 1px solid #95b742;
    background-color: #fff;
    padding: 50px 50px;
    margin-top: 50px; }
    @media print, screen and (max-width: 1199px) {
      #service #hanbai .buhinlist {
        padding: 30px 30px; } }
    @media print, screen and (min-width: 1200px) {
      #service #hanbai .buhinlist {
        width: 70%;
        margin: auto; } }
    #service #hanbai .buhinlist dt {
      text-align: center;
      color: #95b742;
      font-size: 1.2rem;
      letter-spacing: 10px; }
      @media print, screen and (max-width: 991px) {
        #service #hanbai .buhinlist dt {
          font-size: 0.9em;
          letter-spacing: 2px; } }
    #service #hanbai .buhinlist dd {
      padding-top: 30px; }
      @media print, screen and (max-width: 991px) {
        #service #hanbai .buhinlist dd {
          font-size: 0.9em; } }
    #service #hanbai .buhinlist ul {
      margin-left: 30px; }
      #service #hanbai .buhinlist ul li {
        padding: 10px 0; }

/*! ==================================================
　#qa
=================================================== */
#qa {
  padding-bottom: 80px; }
  #qa h3.title1 {
    background-color: #d68e2d;
    color: #fff;
    text-align: center;
    padding: 20px 15px;
    font-size: 1.6rem;
    letter-spacing: 5px;
    line-height: 2.0;
    margin-bottom: 30px;
    margin-top: 80px; }
    @media print, screen and (max-width: 767px) {
      #qa h3.title1 {
        font-size: 1.0rem;
        letter-spacing: 2px;
        padding: 15px 15px;
        margin-bottom: 0px;
        margin-top: 40px; } }
  #qa h4 {
    padding-top: 50px; }
    #qa h4 .cnt {
      float: left;
      background-color: #95b742;
      width: 80px;
      height: 80px;
      color: #fff;
      text-align: center;
      padding: 15px;
      font-size: 2.0rem; }
      @media print, screen and (max-width: 767px) {
        #qa h4 .cnt {
          width: 60px;
          height: 60px;
          font-size: 1.2rem; } }
    #qa h4 .question {
      padding: 0 15px;
      float: left;
      font-weight: bold;
      letter-spacing: 5px;
      line-height: 2.0;
      width: 82%; }
      @media print, screen and (max-width: 767px) {
        #qa h4 .question {
          font-size: 1.0rem;
          letter-spacing: 2px; } }
  #qa .answer {
    clear: both;
    padding: 50px 0;
    line-height: 2.0;
    border-bottom: 1px solid #ddd; }
    #qa .answer a {
      color: #0066c0;
      text-decoration: underline; }

/*! ==================================================
　#company
=================================================== */
#company {
  padding-bottom: 80px; }
  #company .pagetitleimg img {
    object-fit: cover;
    width: 100%; }
    @media print, screen and (max-width: 767px) {
      #company .pagetitleimg img {
        height: 300px; } }
    @media print, screen and (min-width: 768px) and (max-width: 991px) {
      #company .pagetitleimg img {
        height: 400px;
        object-position: 0 -70px; } }
    @media print, screen and (min-width: 992px) and (max-width: 1199px) {
      #company .pagetitleimg img {
        height: 400px;
        object-position: 0 -100px; } }
    @media print, screen and (min-width: 1200px) {
      #company .pagetitleimg img {
        object-position: 0 -120px;
        height: 550px; } }
    @media print, screen and (min-width: 1600px) {
      #company .pagetitleimg img {
        object-position: 0 -170px;
        height: 620px; } }
  #company h3.title1 {
    padding: 120px 0 70px;
    text-align: center;
    font-size: 3.0rem;
    letter-spacing: 5px;
    font-weight: bold;
    line-height: 1.0; }
    @media print, screen and (max-width: 767px) {
      #company h3.title1 {
        padding: 70px 0 50px;
        font-size: 2.0rem; } }
    #company h3.title1 span {
      color: #95b742;
      font-size: 0.8rem; }
      @media print, screen and (max-width: 767px) {
        #company h3.title1 span {
          font-size: 1.0rem;
          letter-spacing: 2px; } }
  #company .msgtxt {
    padding: 50px 50px 100px;
    line-height: 3.0; }
    @media print, screen and (max-width: 767px) {
      #company .msgtxt {
        padding: 15px 15px 50px;
        line-height: 2.0; } }
  #company .daihyoname {
    text-align: center;
    font-weight: bold;
    margin-top: 30px;
    font-size: 1.2rem;
    letter-spacing: 5px;
    margin-bottom: 50px; }
  #company #information {
    background-color: #f0f5e1;
    padding-bottom: 100px; }
    #company #information .infobox {
      background-color: #fff;
      padding: 30px 30px; }
      @media print, screen and (min-width: 992px) {
        #company #information .infobox {
          width: 80%;
          margin: auto;
          padding: 50px 50px; } }
      #company #information .infobox dl {
        border-bottom: 1px solid #95b742;
        padding: 30px 0; }
        @media print, screen and (max-width: 991px) {
          #company #information .infobox dl {
            padding: 30px 0; } }
        #company #information .infobox dl dt {
          font-size: 1.2rem;
          font-weight: normal; }
          @media print, screen and (max-width: 991px) {
            #company #information .infobox dl dt {
              font-size: 1.0rem;
              margin-bottom: 15px; } }
        #company #information .infobox dl dd {
          font-size: 1.2rem;
          line-height: 2.0; }
          @media print, screen and (max-width: 991px) {
            #company #information .infobox dl dd {
              font-size: 1.0rem; } }
          #company #information .infobox dl dd ul {
            margin-left: 20px; }
            #company #information .infobox dl dd ul li {
              padding: 0 0 15px; }
          #company #information .infobox dl dd a {
            color: #0066c0;
            text-decoration: underline; }
    #company #information .gmap {
      margin-top: 70px; }
  #company #history dl {
    padding: 30px 0;
    text-align: center; }
    @media print, screen and (min-width: 992px) {
      #company #history dl {
        width: 80%;
        margin: auto; } }
    @media print, screen and (max-width: 991px) {
      #company #history dl {
        border-bottom: 1px solid #95b742; } }
    #company #history dl dt {
      font-size: 1.6rem;
      font-weight: normal;
      padding: 15px; }
      @media print, screen and (max-width: 991px) {
        #company #history dl dt {
          font-size: 1.2rem; } }
    #company #history dl dd {
      font-size: 1.2rem;
      line-height: 2.0;
      padding: 15px; }
      @media print, screen and (max-width: 991px) {
        #company #history dl dd {
          font-size: 1.0rem; } }
      #company #history dl dd ul {
        margin-left: 20px; }
        #company #history dl dd ul li {
          padding: 0 0 15px; }

/*! ==================================================
　#news
=================================================== */
#news {
  padding-bottom: 80px; }
  #news #newsList {
    margin: auto;
    width: 80%;
    padding-top: 50px; }
    @media print, screen and (max-width: 991px) {
      #news #newsList {
        width: 95%; } }
  #news .newstitlelink {
    padding: 10px 0; }
    #news .newstitlelink a {
      text-decoration: none;
      padding: 5px 15px;
      background-color: #fff;
      display: block;
      border: 1px solid #95b742;
      border-radius: 10px;
      position: relative; }
      #news .newstitlelink a img.yajirushi {
        position: absolute;
        right: 15px;
        top: 15px;
        width: 40px; }
    #news .newstitlelink time {
      font-size: 0.9rem;
      padding-top: 7px;
      color: #95b742;
      display: block; }
    #news .newstitlelink h3 {
      font-size: 1.2rem;
      padding-top: 5px;
      padding-right: 50px; }
      @media print, screen and (max-width: 767px) {
        #news .newstitlelink h3 {
          font-size: 1.0rem; } }
  #news #newsDetail {
    margin-top: 30px;
    background-color: #fff;
    padding: 30px 50px 0; }
    @media print, screen and (max-width: 767px) {
      #news #newsDetail {
        padding: 10px 20px 10px; } }
    @media print, screen and (min-width: 992px) {
      #news #newsDetail {
        width: 80%;
        margin: auto; } }
    #news #newsDetail time {
      color: #95b742;
      text-align: center;
      display: block;
      margin: auto; }
    #news #newsDetail h3 {
      font-size: 1.6rem;
      font-weight: bold;
      padding: 30px 0 10px;
      text-align: center; }
      @media print, screen and (max-width: 767px) {
        #news #newsDetail h3 {
          font-size: 1.2rem; } }
    #news #newsDetail .content {
      padding: 20px 0 20px;
      min-height: 300px; }
      #news #newsDetail .content p {
        padding-top: 15px;
        font-size: 1.2rem; }
        @media print, screen and (max-width: 767px) {
          #news #newsDetail .content p {
            font-size: 1.0rem; } }
      #news #newsDetail .content a {
        color: #0066c0;
        text-decoration: underline; }
  #news .pagelink {
    text-align: center;
    padding-top: 30px;
    font-size: 0.8rem; }

/*! ==================================================
　contact
=================================================== */
#contact {
  padding-bottom: 80px; }
  #contact h3 {
    padding: 30px 0 10px;
    margin: 0 15px 30px;
    font-weight: bold;
    font-size: 1.0rem;
    display: inline-block;
    border-bottom: 2px solid #cc0000;
    line-height: 2.0; }
  #contact .contactform {
    padding: 50px 15px;
    min-height: 400px;
    width: 80%;
    margin: auto;
    line-height: 2.0;
    /*.btn_submit{
    	text-align:center;
    	margin:0 auto;
    }*/ }
    @media print, screen and (max-width: 767px) {
      #contact .contactform {
        padding: 15px 0;
        width: 100%; } }
    #contact .contactform form {
      margin: 20px 0;
      padding: 10px 0; }
    #contact .contactform .form-group {
      margin: 15px 0;
      padding: 0; }
      #contact .contactform .form-group label {
        font-weight: bold; }
      @media print, screen and (max-width: 767px) {
        #contact .contactform .form-group input {
          font-size: 1.2rem; } }
    #contact .contactform .formback {
      background-color: #fcfcfc;
      padding: 15px 5px;
      margin-top: 15px; }
    #contact .contactform table {
      border: 1px solid #1a1a1a; }
      #contact .contactform table th {
        width: 30%;
        font-weight: bold;
        background-color: rgba(255, 255, 255, 0.5);
        border: 1px solid #1a1a1a; }
      #contact .contactform table td {
        width: 70%;
        background-color: rgba(255, 255, 255, 0.5);
        border: 1px solid #1a1a1a; }
    #contact .contactform input {
      width: 100%;
      padding: 5px;
      margin: 0; }
      @media print, screen and (min-width: 768px) {
        #contact .contactform input {
          margin: 0 15px; } }
    #contact .contactform input[type=radio] {
      width: 25px;
      height: 25px;
      vertical-align: middle;
      padding: 25px 0; }
    #contact .contactform input[name=zipcode] {
      width: 40%;
      margin-bottom: 2px; }
    #contact .contactform input[name=age] {
      width: 40%; }
    #contact .contactform input[type=checkbox] {
      width: 30px;
      height: 30px;
      padding: 0;
      margin: 10px 0;
      vertical-align: middle; }
    #contact .contactform textarea {
      width: 100%;
      margin: 0; }
      @media print, screen and (max-width: 767px) {
        #contact .contactform textarea {
          font-size: 1.0rem; } }
      @media print, screen and (min-width: 768px) {
        #contact .contactform textarea {
          margin: 0 15px; } }
    #contact .contactform p {
      padding: 15px 10px; }
      @media print, screen and (max-width: 767px) {
        #contact .contactform p {
          font-size: 1.0rem; } }
    #contact .contactform .btnInput {
      margin-top: 30px; }
      #contact .contactform .btnInput ul {
        font-size: 0;
        text-align: center; }
      #contact .contactform .btnInput li {
        font-size: 1rem;
        display: inline-block;
        padding: 0 10px; }
      #contact .contactform .btnInput li {
        list-style: none; }
      #contact .contactform .btnInput input {
        width: 50%;
        text-align: center;
        cursor: pointer;
        color: #fff;
        border: 1px solid #fff;
        background-color: #d68e2d;
        width: 200px;
        margin: auto; }
        @media print, screen and (max-width: 767px) {
          #contact .contactform .btnInput input {
            width: 100px; } }
    #contact .contactform .hissu, #contact .contactform .alert {
      color: #c00;
      font-weight: bold; }
    @media print, screen and (max-width: 767px) {
      #contact .contactform span.alert {
        padding-left: 0; } }
    #contact .contactform .hissu {
      margin-left: -8px; }
    #contact .contactform .hissu1 {
      color: #c00;
      font-weight: bold; }

/*! ==================================================
　banner
=================================================== */
#banner {
  padding-top: 30px;
  margin-top: 30px; }
  #banner li {
    list-style: none; }

/*! ==================================================
　footer
=================================================== */
footer #footer {
  padding-bottom: 80px;
  padding-top: 80px;
  text-align: center;
  background-color: #f0f5e1; }
  @media print, screen and (max-width: 991px) {
    footer #footer {
      padding-bottom: 50px;
      padding-top: 50px; } }
  footer #footer .logomark {
    padding-top: 120px; }
    @media print, screen and (max-width: 991px) {
      footer #footer .logomark {
        padding-top: 40px; } }
    footer #footer .logomark img {
      width: 250px; }
      @media print, screen and (max-width: 767px) {
        footer #footer .logomark img {
          width: 120px; } }
  footer #footer .name {
    padding: 20px 0 0;
    font-size: 1.6rem;
    letter-spacing: 5px;
    font-weight: bold; }
    @media print, screen and (max-width: 767px) {
      footer #footer .name {
        padding: 50px 0 0;
        font-size: 1.2rem;
        letter-spacing: 2px; } }
  footer #footer address {
    padding-top: 15px;
    font-size: 1.0rem;
    line-height: 1.8;
    letter-spacing: 5px;
    margin-top: 20px;
    font-weight: bold; }
    @media print, screen and (max-width: 767px) {
      footer #footer address {
        letter-spacing: 2px;
        font-size: 0.9rem; } }
  footer #footer .tel {
    font-size: 3.0rem;
    font-weight: bold;
    letter-spacing: 5px;
    margin-top: 30px;
    padding-right: 25px; }
    @media print, screen and (max-width: 767px) {
      footer #footer .tel {
        font-size: 1.6rem;
        letter-spacing: 2px;
        padding-right: 0; } }
    footer #footer .tel a:hover {
      text-decoration: none; }
  footer #footer .fax {
    font-size: 2.0rem;
    font-weight: bold;
    letter-spacing: 5px;
    margin-top: 10px; }
    @media print, screen and (max-width: 767px) {
      footer #footer .fax {
        font-size: 1.5rem;
        letter-spacing: 1.5px; } }
  footer #footer .opentime {
    margin-top: 30px;
    letter-spacing: 5px;
    line-height: 2.0;
    font-weight: bold; }
    @media print, screen and (max-width: 767px) {
      footer #footer .opentime {
        letter-spacing: 2px;
        font-size: 0.9rem; } }
  footer #footer .msgtxt {
    margin-top: 120px;
    width: 250px;
    height: 250px;
    background-color: #95b742;
    border-radius: 50%;
    color: #fff;
    padding: 50px 15px;
    text-align: center;
    letter-spacing: 5px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 2.0; }
    @media print, screen and (max-width: 991px) {
      footer #footer .msgtxt {
        display: none; } }
    @media print, screen and (min-width: 992px) and (max-width: 1199px) {
      footer #footer .msgtxt {
        width: 200px;
        height: 200px;
        font-size: 1.2rem;
        padding: 35px 15px; } }
  @media print, screen and (min-width: 992px) and (max-width: 1199px) {
    footer #footer .contact-btnarea {
      width: 100%;
      margin: 80px auto 20px; } }
  @media print, screen and (min-width: 1200px) {
    footer #footer .contact-btnarea {
      width: 80%;
      margin: 50px auto 20px; } }
  footer #footer .contact-btnarea .btn-line {
    margin: 20px auto 0;
    width: 300px; }
    @media print, screen and (max-width: 991px) {
      footer #footer .contact-btnarea .btn-line {
        width: 80%; } }
    footer #footer .contact-btnarea .btn-line a {
      padding: 7px 15px;
      display: block;
      color: #fff;
      background-color: #00B900;
      border-radius: 10px;
      text-decoration: none;
      text-align: center;
      font-size: 1.0rem;
      letter-spacing: 5px; }
      footer #footer .contact-btnarea .btn-line a img {
        width: 40px; }
    footer #footer .contact-btnarea .btn-line span {
      padding: 5px 15px;
      display: block;
      color: #fff;
      font-weight: bold;
      border-radius: 10px;
      background-color: #1a1a1a;
      text-decoration: none;
      text-align: center; }
  footer #footer .contact-btnarea .btn-contact {
    margin: 20px auto 0;
    width: 300px; }
    @media print, screen and (max-width: 991px) {
      footer #footer .contact-btnarea .btn-contact {
        width: 80%; } }
    footer #footer .contact-btnarea .btn-contact a {
      padding: 15px 15px;
      display: block;
      color: #fff;
      background-color: #d68e2d;
      border-radius: 10px;
      text-decoration: none;
      text-align: center;
      font-size: 1.0rem;
      letter-spacing: 5px; }
    footer #footer .contact-btnarea .btn-contact span {
      padding: 5px 15px;
      display: block;
      color: #fff;
      font-weight: bold;
      border-radius: 10px;
      background-color: #1a1a1a;
      text-decoration: none;
      text-align: center; }
  footer #footer .contact-btnarea .btn-satei {
    margin: 20px auto 0;
    width: 300px; }
    @media print, screen and (max-width: 991px) {
      footer #footer .contact-btnarea .btn-satei {
        width: 80%; } }
    footer #footer .contact-btnarea .btn-satei a {
      padding: 15px 15px;
      display: block;
      color: #fff;
      background-color: #ca1622;
      border-radius: 10px;
      text-decoration: none;
      text-align: center;
      font-size: 1.0rem;
      letter-spacing: 5px; }
    footer #footer .contact-btnarea .btn-satei span {
      padding: 5px 15px;
      display: block;
      color: #fff;
      font-weight: bold;
      border-radius: 10px;
      background-color: #1a1a1a;
      text-decoration: none;
      text-align: center; }
  @media print, screen and (min-width: 992px) and (max-width: 1199px) {
    footer #footer .bana-area {
      width: 60%;
      margin: 80px auto 20px; } }
  @media print, screen and (min-width: 1200px) {
    footer #footer .bana-area {
      width: 60%;
      margin: 50px auto 20px; } }
  footer #footer .bana-area .btn-instagram {
    margin: 20px auto 0; }
    footer #footer .bana-area .btn-instagram img {
      width: 300px;
      background-color: #fff;
      border: 2px solid #c05195; }
  footer #footer .bana-area .btn-haishaou {
    margin: 20px auto 0; }
    footer #footer .bana-area .btn-haishaou img {
      width: 300px;
      background-color: #fff;
      border: 2px solid #ca1622; }
footer .copyright {
  text-align: center;
  font-size: 1.0rem;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #95b742;
  letter-spacing: 5px;
  color: #fff; }
  @media print, screen and (max-width: 991px) {
    footer .copyright {
      margin-bottom: 65px;
      font-size: 0.8rem;
      letter-spacing: 1px; } }

/*! ==================================================
　privacy
=================================================== */
/*#privacy{
	
}*/
/*! ==================================================
　sitemap
=================================================== */
/*#sitemap,#link{
	
}*/
/*! ==================================================
　その他
=================================================== */
/*.menulink{
	margin-top:-110px;
	padding-top:110px;
}
*/
