@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; }

/* 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; }

@media print, screen and (max-width: 767px) {
  .youtube iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto; } }

/*! ==================================================
　メインのスタイル
=================================================== */
body {
  font-family: "source-han-sans-japanese", sans-serif, -apple-system; }

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

/*.container{
	@include media(xl){
			max-width:1400px!important;
		}
}*/
.coronatxt1 {
  margin-top: 30px;
  font-size: 1.6rem;
  color: #ff0000;
  text-align: center; }
  @media print, screen and (max-width: 767px) {
    .coronatxt1 {
      font-size: 1.2rem; } }

.common-btn {
  margin: 30px auto 0;
  width: 70%; }
  @media print, screen and (max-width: 991px) {
    .common-btn {
      width: 90%; } }
  .common-btn a {
    padding: 5px 15px;
    display: block;
    border: 1px solid #fff;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    background-color: #e50000;
    text-decoration: none;
    text-align: center; }
    @media print, screen and (max-width: 767px) {
      .common-btn a {
        padding: 10px 15px;
        font-size: 0.9rem; } }
  .common-btn span {
    padding: 5px 15px;
    display: block;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    background-color: #333333;
    text-decoration: none;
    text-align: center; }

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

.pagetop {
  position: fixed;
  bottom: 0;
  right: 5%;
  width: 157px; }
  .pagetop a {
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    font-weight: bold;
    background-color: #000;
    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-color: #000;
    height: 60px !important;
    width: 100%;
    /*絶対必要*/
    padding: 10px 10px 10px;
    color: #fff;
    /* 2025 変更*/ }
    @media print, screen and (max-width: 767px) {
      #header-fixed header {
        height: 60px;
        padding: 12px 5px 12px;
        text-align: center; } }
    @media print, screen and (min-width: 768px) and (max-width: 991px) {
      #header-fixed header {
        height: 80px;
        padding: 10px 10px 10px;
        text-align: center; } }
    #header-fixed header h1 {
      font-size: 2.0rem;
      font-family: "source-han-sans-japanese", sans-serif;
      position: absolute;
      top: 10px;
      left: 10px; }
      @media print, screen and (max-width: 767px) {
        #header-fixed header h1 {
          display: none; } }
      #header-fixed header h1 a {
        color: #fff;
        text-decoration: none; }
    #header-fixed header .keitaitel {
      position: absolute;
      top: 15px; }
      @media print, screen and (max-width: 767px) {
        #header-fixed header .keitaitel {
          right: 10px; } }
      @media print, screen and (min-width: 768px) {
        #header-fixed header .keitaitel {
          top: 10px;
          right: 10px; } }
      #header-fixed header .keitaitel img {
        width: 150px; }
        @media print, screen and (min-width: 768px) {
          #header-fixed header .keitaitel img {
            width: 240px; } }
    #header-fixed header .tel {
      position: absolute;
      top: 15px; }
      @media print, screen and (max-width: 767px) {
        #header-fixed header .tel {
          right: 170px; } }
      @media print, screen and (min-width: 768px) {
        #header-fixed header .tel {
          top: 10px;
          right: 260px; } }
      #header-fixed header .tel img {
        width: 150px; }
        @media print, screen and (min-width: 768px) {
          #header-fixed header .tel img {
            width: 240px; } }
    #header-fixed header .mail {
      position: absolute;
      top: 10px;
      text-align: center;
      font-size: 24px;
      font-weight: bold; }
      @media print, screen and (max-width: 767px) {
        #header-fixed header .mail {
          left: 10px; } }
      @media print, screen and (min-width: 768px) {
        #header-fixed header .mail {
          right: 510px; } }
      #header-fixed header .mail a {
        width: 40px;
        height: 40px;
        display: block;
        padding: 0;
        color: #fff;
        background-color: #e50000; }
    #header-fixed header .kitatel1 {
      position: absolute;
      top: 15px; }
      @media print, screen and (max-width: 767px) {
        #header-fixed header .kitatel1 {
          right: 200px; } }
      @media print, screen and (min-width: 768px) {
        #header-fixed header .kitatel1 {
          top: 7px;
          right: 260px; } }
      #header-fixed header .kitatel1 img {
        width: 170px; }
        @media print, screen and (min-width: 768px) {
          #header-fixed header .kitatel1 img {
            width: 220px; } }
    #header-fixed header .minamitel1 {
      position: absolute;
      top: 15px; }
      @media print, screen and (max-width: 767px) {
        #header-fixed header .minamitel1 {
          right: 10px; } }
      @media print, screen and (min-width: 768px) {
        #header-fixed header .minamitel1 {
          top: 7px;
          right: 10px; } }
      #header-fixed header .minamitel1 img {
        width: 170px; }
        @media print, screen and (min-width: 768px) {
          #header-fixed header .minamitel1 img {
            width: 220px; } }
    #header-fixed header .newkitatel1 {
      position: absolute;
      top: 15px; }
      @media print, screen and (max-width: 991px) {
        #header-fixed header .newkitatel1 {
          right: 265px; } }
      @media print, screen and (min-width: 992px) {
        #header-fixed header .newkitatel1 {
          top: 7px;
          right: 440px; } }
      @media print, screen and (max-width: 991px) {
        #header-fixed header .newkitatel1 img {
          width: 115px; } }
      @media print, screen and (min-width: 992px) {
        #header-fixed header .newkitatel1 img {
          height: 45px; } }
    #header-fixed header .newchuotel1 {
      position: absolute;
      top: 15px; }
      @media print, screen and (max-width: 991px) {
        #header-fixed header .newchuotel1 {
          right: 135px; } }
      @media print, screen and (min-width: 992px) {
        #header-fixed header .newchuotel1 {
          top: 7px;
          right: 220px; } }
      @media print, screen and (max-width: 991px) {
        #header-fixed header .newchuotel1 img {
          width: 115px; } }
      @media print, screen and (min-width: 992px) {
        #header-fixed header .newchuotel1 img {
          height: 45px; } }
    #header-fixed header .newminamitel1 {
      position: absolute;
      top: 15px; }
      @media print, screen and (max-width: 991px) {
        #header-fixed header .newminamitel1 {
          right: 10px; } }
      @media print, screen and (min-width: 992px) {
        #header-fixed header .newminamitel1 {
          top: 7px;
          right: 10px; } }
      @media print, screen and (max-width: 991px) {
        #header-fixed header .newminamitel1 img {
          width: 115px; } }
      @media print, screen and (min-width: 992px) {
        #header-fixed header .newminamitel1 img {
          height: 45px; } }
  #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; } }

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

/*! ==================================================
　HOME
=================================================== */
#home {
  /*2025 追加*/ }
  #home #headimg {
    position: relative; }
    @media print, screen and (max-width: 575px) {
      #home #headimg img.headimg {
        object-fit: cover;
        width: 100%;
        height: 280px; } }
    @media print, screen and (min-width: 576px) and (max-width: 767px) {
      #home #headimg img.headimg {
        object-fit: cover;
        width: 100%;
        height: 450px; } }
    @media print, screen and (min-width: 768px) and (max-width: 991px) {
      #home #headimg img.headimg {
        object-fit: cover;
        width: 100%;
        height: 550px; } }
    @media print, screen and (min-width: 992px) and (max-width: 1199px) {
      #home #headimg img.headimg {
        object-fit: cover;
        width: 100%;
        height: 650px; } }
    #home #headimg .headimgtel img {
      position: absolute;
      bottom: 0;
      left: 50%;
      -ms-transform: translate(-50%, 0);
      -webkit-transform: translate(-50%, 0);
      /* Safari用 */
      transform: translate(-50%, 0);
      max-width: 1200px;
      width: 60%; }
      @media print, screen and (max-width: 575px) {
        #home #headimg .headimgtel img {
          width: 90%; } }
      @media print, screen and (min-width: 576px) and (max-width: 767px) {
        #home #headimg .headimgtel img {
          width: 90%;
          max-width: 450px; } }
      @media print, screen and (min-width: 576px) and (max-width: 991px) {
        #home #headimg .headimgtel img {
          width: 90%;
          max-width: 700px; } }
      @media print, screen and (min-width: 992px) and (max-width: 1199px) {
        #home #headimg .headimgtel img {
          width: 80%;
          max-width: 800px; } }
    #home #headimg .headimgtel2 img {
      position: absolute;
      bottom: 15px;
      left: 50%;
      -ms-transform: translate(-50%, 0);
      -webkit-transform: translate(-50%, 0);
      /* Safari用 */
      transform: translate(-50%, 0);
      max-width: 1200px;
      width: 40%; }
      @media print, screen and (max-width: 575px) {
        #home #headimg .headimgtel2 img {
          width: 65%;
          bottom: 5px; } }
      @media print, screen and (min-width: 576px) and (max-width: 767px) {
        #home #headimg .headimgtel2 img {
          width: 55%;
          max-width: 450px; } }
      @media print, screen and (min-width: 768px) and (max-width: 991px) {
        #home #headimg .headimgtel2 img {
          width: 60%;
          max-width: 700px; } }
      @media print, screen and (min-width: 992px) and (max-width: 1199px) {
        #home #headimg .headimgtel2 img {
          width: 55%;
          max-width: 800px;
          bottom: 10px; } }
    #home #headimg .name1 img {
      position: absolute;
      bottom: 30px;
      left: 50%;
      -ms-transform: translate(-50%, 0);
      -webkit-transform: translate(-50%, 0);
      /* Safari用 */
      transform: translate(-50%, 0);
      max-width: 1200px;
      width: 40%; }
      @media print, screen and (max-width: 575px) {
        #home #headimg .name1 img {
          width: 65%;
          bottom: 5px; } }
      @media print, screen and (min-width: 576px) and (max-width: 767px) {
        #home #headimg .name1 img {
          width: 55%;
          max-width: 450px; } }
      @media print, screen and (min-width: 768px) and (max-width: 991px) {
        #home #headimg .name1 img {
          width: 60%;
          max-width: 700px; } }
      @media print, screen and (min-width: 992px) and (max-width: 1199px) {
        #home #headimg .name1 img {
          width: 55%;
          max-width: 800px;
          bottom: 10px; } }
  #home .keitaitel {
    background-color: #000;
    text-align: center;
    padding: 5px 5px 20px; }
    @media print, screen and (min-width: 768px) and (max-width: 1199px) {
      #home .keitaitel img {
        width: 500px; } }
    @media print, screen and (max-width: 767px) {
      #home .keitaitel img {
        width: 310px; } }
  #home .kitatel2 {
    background-color: #000;
    text-align: center;
    padding: 5px 5px 20px; }
    @media print, screen and (max-width: 767px) {
      #home .kitatel2 {
        padding: 5px; } }
    #home .kitatel2 img {
      width: 888px; }
      @media print, screen and (min-width: 768px) and (max-width: 1199px) {
        #home .kitatel2 img {
          width: 500px; } }
      @media print, screen and (max-width: 767px) {
        #home .kitatel2 img {
          width: 310px; } }
  #home .chuotel2 {
    background-color: #000;
    text-align: center;
    padding: 5px 5px 20px; }
    @media print, screen and (max-width: 767px) {
      #home .chuotel2 {
        padding: 5px; } }
    #home .chuotel2 img {
      width: 888px; }
      @media print, screen and (min-width: 768px) and (max-width: 1199px) {
        #home .chuotel2 img {
          width: 500px; } }
      @media print, screen and (max-width: 767px) {
        #home .chuotel2 img {
          width: 310px; } }
  #home .minamitel2 {
    background-color: #000;
    text-align: center;
    padding: 5px 5px 20px; }
    @media print, screen and (min-width: 768px) {
      #home .minamitel2 {
        padding: 5px 5px 50px; } }
    #home .minamitel2 img {
      width: 888px; }
      @media print, screen and (min-width: 768px) and (max-width: 1199px) {
        #home .minamitel2 img {
          width: 500px; } }
      @media print, screen and (max-width: 767px) {
        #home .minamitel2 img {
          width: 310px; } }
  #home #stoptxt {
    padding: 50px 0; }
    @media print, screen and (max-width: 991px) {
      #home #stoptxt {
        padding: 50px 0 30px; } }
    #home #stoptxt .stopimg {
      position: relative; }
      @media print, screen and (max-width: 991px) {
        #home #stoptxt .stopimg {
          text-align: center;
          margin: auto; } }
      #home #stoptxt .stopimg img {
        width: 70%; }
        @media print, screen and (min-width: 992px) {
          #home #stoptxt .stopimg img {
            width: 100%;
            position: absolute;
            right: 0; } }
    #home #stoptxt p {
      font-size: 1.1rem;
      margin: 40px 0 20px;
      font-weight: bold;
      font-family: "source-han-sans-japanese", sans-serif;
      text-align: center; }
      @media print, screen and (min-width: 768px) and (max-width: 1199px) {
        #home #stoptxt p {
          font-size: 1.6rem;
          margin: 30px 0; } }
      @media print, screen and (min-width: 1200px) {
        #home #stoptxt p {
          text-align: left;
          font-size: 2.0rem;
          margin: 30px 0; } }
  #home .contentstitle {
    background-color: #f8d72b;
    padding: 5px 0 20px;
    position: relative; }
    @media print, screen and (max-width: 767px) {
      #home .contentstitle {
        padding: 5px 0 10px; } }
    #home .contentstitle h2 {
      text-align: center;
      font-size: 2.8rem;
      line-height: 1.5; }
      @media print, screen and (max-width: 767px) {
        #home .contentstitle h2 {
          font-size: 1.8rem;
          line-height: 1.8; } }
      #home .contentstitle h2 span {
        background-color: #fff;
        display: inline-block;
        padding: 2px 50px;
        border-radius: 30px;
        font-size: 1.2rem; }
    #home .contentstitle .img1 {
      position: absolute;
      left: 3%;
      top: 10%;
      -ms-transform: translate(3%, 10%);
      -webkit-transform: translate(3%, 10%);
      /* Safari用 */
      transform: translate(3%, 10%); }
      #home .contentstitle .img1 img {
        width: 120px; }
        @media print, screen and (max-width: 767px) {
          #home .contentstitle .img1 img {
            width: 60px; } }
    #home .contentstitle .img2 {
      position: absolute;
      right: 3%;
      top: 15%;
      -ms-transform: translate(-3%, 15%);
      -webkit-transform: translate(-3%, 15%);
      /* Safari用 */
      transform: translate(-3%, 15%); }
      #home .contentstitle .img2 img {
        width: 100px; }
        @media print, screen and (max-width: 767px) {
          #home .contentstitle .img2 img {
            width: 45px; } }
  #home #anshinsengen {
    padding-bottom: 50px; }
    #home #anshinsengen h3 {
      text-align: center;
      font-size: 2.6rem;
      line-height: 1.7; }
      #home #anshinsengen h3 span {
        display: inline-block;
        border-bottom: 2px solid #ff0000;
        padding: 5px;
        font-size: 1.0rem; }
    @media print, screen and (max-width: 1199px) {
      #home #anshinsengen .txtbox {
        border-bottom: 3px dotted #bc947c;
        padding-bottom: 30px; } }
    @media print, screen and (min-width: 768px) and (max-width: 1199px) {
      #home #anshinsengen .txtbox {
        text-align: center;
        margin: auto;
        width: 70%; } }
    @media print, screen and (min-width: 1200px) {
      #home #anshinsengen .txtbox {
        text-align: center;
        margin: auto;
        width: 90%; } }
    #home #anshinsengen .txtbox p {
      padding: 15px 15px 0;
      text-align: left;
      line-height: 2.0; }
  #home #service {
    padding: 20px 10px 50px; }
    #home #service dl {
      padding-top: 30px;
      border-bottom: 3px dotted #bc947c;
      padding-bottom: 50px; }
    #home #service dt span {
      font-family: "source-han-sans-japanese", sans-serif;
      display: inline-block;
      background-color: #f8d72b;
      padding: 5px 15px;
      text-align: center;
      min-width: 100px; }
    @media print, screen and (max-width: 991px) {
      #home #service dd {
        margin-top: 20px; } }
    #home #service dd ul {
      margin-left: 20px; }
    #home #service dd p {
      padding-bottom: 10px;
      line-height: 2.0; }
    #home #service dd a:link {
      text-decoration: underline; }
    #home #service dd table {
      margin-top: 0 !important; }
    #home #service dd img {
      width: 80%; }
      @media print, screen and (max-width: 991px) {
        #home #service dd img {
          width: 100%; } }
  #home #qa {
    padding-bottom: 50px; }
    #home #qa h3 {
      margin: 50px 0 20px;
      font-family: "source-han-sans-japanese", sans-serif; }
      @media print, screen and (max-width: 991px) {
        #home #qa h3 {
          margin: 20px 0 20px; } }
      #home #qa h3 span {
        font-size: 2.4rem;
        color: #005800;
        display: inline-block;
        margin-right: 15px; }
    #home #qa .qabox {
      background-color: #fffdd6;
      padding: 35px 50px 15px 15px; }
      @media print, screen and (max-width: 767px) {
        #home #qa .qabox {
          padding: 35px 15px 15px; } }
      #home #qa .qabox span.mark {
        font-family: "source-han-sans-japanese", sans-serif;
        background-color: #fffdd6;
        font-weight: bold;
        color: #e50000;
        font-size: 2.2rem;
        display: inline-block;
        margin-top: -50px; }
        @media print, screen and (min-width: 992px) {
          #home #qa .qabox span.mark {
            padding-left: 40px; } }
      #home #qa .qabox .photo {
        margin: 30px auto;
        text-align: center; }
        @media print, screen and (min-width: 992px) {
          #home #qa .qabox .photo {
            text-align: right; } }
        #home #qa .qabox .photo img {
          width: 80%; }
      #home #qa .qabox ul, #home #qa .qabox ol {
        margin-left: -20px; }
        #home #qa .qabox ul li, #home #qa .qabox ol li {
          margin: 10px 0; }
      #home #qa .qabox p {
        padding-bottom: 15px;
        line-height: 2.0; }
  #home #about .photo {
    margin: 50px auto 0;
    text-align: center; }
    #home #about .photo img {
      width: 80%; }
      @media print, screen and (min-width: 992px) {
        #home #about .photo img {
          width: 60%; } }
  #home #about .txtbox {
    padding: 50px 15px; }
    @media print, screen and (min-width: 992px) {
      #home #about .txtbox {
        padding: 50px 80px; } }
    #home #about .txtbox p {
      padding-bottom: 15px;
      line-height: 2.0; }
  #home #company {
    border-top: 10px solid #f8d72b;
    background-color: #fffdd6;
    padding: 50px 10px 50px; }
    #home #company h2 {
      text-align: center; }
      #home #company h2 span {
        display: inline-block;
        border-bottom: 5px solid #f8d72b;
        line-height: 1.5; }
    #home #company .photo {
      margin: 50px auto 50px;
      text-align: center; }
      #home #company .photo img {
        width: 80%; }
        @media print, screen and (min-width: 992px) {
          #home #company .photo img {
            width: 60%; } }
    @media print, screen and (min-width: 992px) {
      #home #company .companybox {
        padding: 50px 150px 50px; } }
    #home #company .companybox dl {
      padding-top: 10px;
      padding-bottom: 20px;
      margin: 0; }
    #home #company .companybox dt {
      text-align: left; }
      #home #company .companybox dt span {
        font-family: "source-han-sans-japanese", sans-serif;
        display: inline-block;
        background-color: #f8d72b;
        padding: 5px 15px;
        text-align: center;
        min-width: 100px; }
    #home #company .companybox dd {
      text-align: left; }
      @media print, screen and (max-width: 767px) {
        #home #company .companybox dd {
          margin-top: 20px; } }
      #home #company .companybox dd ul {
        margin-left: 20px; }
      #home #company .companybox dd p {
        padding-bottom: 15px;
        line-height: 2.0; }

/*! ==================================================
　contact
=================================================== */
#contact {
  padding-top: 60px;
  padding-bottom: 20px; }
  #contact h2 {
    background-color: #333333;
    color: #fff;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 50px;
    position: relative; }
    #contact h2 span {
      font-size: 0.8rem; }
    @media print, screen and (max-width: 991px) {
      #contact h2 {
        font-size: 1.6rem;
        margin-bottom: 0; } }
  #contact .contactform {
    padding: 30px 15px;
    min-height: 400px;
    /*.btn_submit{
    	text-align:center;
    	margin:0 auto;
    }*/ }
    @media print, screen and (max-width: 767px) {
      #contact .contactform {
        padding: 15px 0; } }
    #contact .contactform form {
      margin: 20px 0;
      padding: 10px 0; }
    #contact .contactform .form-group {
      margin: 5px 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.6rem; } }
    #contact .contactform .formback {
      background-color: #fcfcfc;
      padding: 15px 5px;
      margin-top: 15px; }
    #contact .contactform table {
      border: 1px solid #333333; }
      #contact .contactform table th {
        width: 30%;
        font-weight: bold;
        background-color: rgba(255, 255, 255, 0.5);
        border: 1px solid #333333; }
      #contact .contactform table td {
        width: 70%;
        background-color: rgba(255, 255, 255, 0.5);
        border: 1px solid #333333; }
    #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.6rem; } }
      @media print, screen and (min-width: 768px) {
        #contact .contactform textarea {
          margin: 0 15px; } }
    #contact .contactform p {
      padding: 15px; }
    #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: #333333;
        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; } }

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

/*! ==================================================
　footer
=================================================== */
footer #footnavi {
  background-color: #ddd;
  padding: 30px 10px; }
  footer #footnavi ul {
    font-size: 0;
    text-align: center; }
  footer #footnavi li {
    font-size: 0.8rem;
    display: inline-block;
    padding: 0 10px; }
  footer #footnavi li {
    padding-top: 5px;
    padding-bottom: 5px; }
    footer #footnavi li a {
      color: #000;
      font-size: 0.9rem;
      text-decoration: underline; }
footer #footer {
  padding-bottom: 50px;
  background-color: #000;
  padding-top: 50px;
  text-align: center;
  margin: auto;
  /* 2025 変更 */ }
  @media print, screen and (min-width: 768px) {
    footer #footer img {
      width: 80%; } }
  footer #footer address {
    padding-top: 15px;
    font-size: 1.0rem;
    color: #fff;
    font-family: "source-han-sans-japanese", sans-serif; }
    @media print, screen and (max-width: 991px) {
      footer #footer address {
        font-size: 0.9rem; } }
  footer #footer .keitaitel {
    background-color: #000;
    text-align: center;
    padding: 5px 5px 20px; }
    @media print, screen and (min-width: 768px) and (max-width: 1199px) {
      footer #footer .keitaitel img {
        width: 500px; } }
    @media print, screen and (max-width: 767px) {
      footer #footer .keitaitel img {
        width: 310px; } }
  footer #footer .footname img {
    width: 90%; }
    @media print, screen and (min-width: 992px) {
      footer #footer .footname img {
        width: 60%; } }
  footer #footer .foottel {
    width: 90%;
    margin: auto; }
    footer #footer .foottel img {
      margin-top: 30px; }
      @media print, screen and (max-width: 767px) {
        footer #footer .foottel img {
          width: 310px; } }
    @media print, screen and (min-width: 768px) and (max-width: 991px) {
      footer #footer .foottel address {
        font-size: 1.2rem; } }
    @media print, screen and (min-width: 1200px) {
      footer #footer .foottel address {
        font-size: 1.2rem; } }
footer .copyright {
  text-align: center;
  font-size: 0.8rem;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f8d72b; }

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