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

/* ロゴフェードイン*/
.logo_fadein {
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 20000; }

.logo_fadein p {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 30000;
  width: 280px; }
  @media print, screen and (max-width: 767px) {
    .logo_fadein p {
      width: 150px; } }

#loading-container {
  display: none; }

/*! ==================================================
　メインのスタイル
=================================================== */
body {
  font-family: "a-otf-ryumin-pr6n", serif, -apple-system;
  color: #483024; }

h1, h2, h3, h4, h5, h6 {
  font-family: "a-otf-ryumin-pr6n", serif; }
  @media print, screen and (min-width: 992px) {
    h1, h2, h3, h4, h5, h6 {
      letter-spacing: 5px; } }

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

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

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

.common-btn {
  margin: 10px auto 0;
  text-align: center; }
  .common-btn a {
    padding: 20px;
    display: inline-block;
    color: #fff;
    font-family: "Noto Sans CJK JP", sans-serif;
    background-image: url(../imgs/bk_commonbtn.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 300px;
    height: 64px;
    text-decoration: none;
    text-align: center; }
  .common-btn span {
    padding: 5px 15px;
    display: block;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    background-color: #483024;
    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; }
  @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: #483024;
    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: #fff;
    height: 80px;
    width: 100%;
    /*絶対必要*/
    padding: 10px 10px 10px; }
    @media print, screen and (max-width: 991px) {
      #header-fixed header {
        height: 60px;
        padding: 0 15px 12px;
        text-align: left; } }
    #header-fixed header h1.sitetitle {
      margin-top: 10px; }
      #header-fixed header h1.sitetitle img {
        width: 200px; }
        @media print, screen and (min-width: 1200px) {
          #header-fixed header h1.sitetitle img {
            width: 250px; } }
    #header-fixed header .headmenuarea {
      position: absolute;
      top: 5px;
      right: 10px; }
      @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: 20px 10px;
          margin: auto;
          float: left;
          font-size: 0.9rem; }
          @media print, screen and (min-width: 992px) and (max-width: 1199px) {
            #header-fixed header .headmenuarea ul li {
              font-size: 0.8rem; } }
          #header-fixed header .headmenuarea ul li a {
            text-align: center;
            color: #483024;
            text-decoration: none; }
            #header-fixed header .headmenuarea ul li a span {
              color: #E66d3c; }
  #header-fixed .is-animation {
    /*position: fixed; /*絶対必要*/
    display: block !important; }

#header-fixed.home {
  /*メニューを上に動かす*/ }
  #header-fixed.home header {
    z-index: 10000;
    position: -webkit-sticky;
    position: sticky;
    position: fixed;
    /*絶対必要*/
    top: 0;
    background-color: rgba(72, 48, 36, 0.7);
    height: 80px;
    width: 100%;
    /*絶対必要*/
    padding: 10px 10px 10px; }
    @media print, screen and (max-width: 991px) {
      #header-fixed.home header {
        height: 60px;
        padding: 0 15px 12px;
        text-align: left; } }
    #header-fixed.home header h1.sitetitle {
      margin-top: 10px; }
      #header-fixed.home header h1.sitetitle img {
        width: 200px; }
        @media print, screen and (min-width: 1200px) {
          #header-fixed.home header h1.sitetitle img {
            width: 250px; } }
    #header-fixed.home header .headmenuarea {
      position: absolute;
      top: 5px;
      right: 10px; }
      @media print, screen and (max-width: 991px) {
        #header-fixed.home header .headmenuarea {
          display: none; } }
      #header-fixed.home header .headmenuarea ul {
        margin-top: 5px; }
        #header-fixed.home header .headmenuarea ul li {
          text-align: center;
          list-style: none;
          padding: 20px 10px;
          margin: auto;
          float: left;
          font-size: 0.9rem; }
          @media print, screen and (min-width: 992px) and (max-width: 1199px) {
            #header-fixed.home header .headmenuarea ul li {
              font-size: 0.8rem; } }
          #header-fixed.home header .headmenuarea ul li a {
            text-align: center;
            color: #fff;
            text-decoration: none; }
            #header-fixed.home header .headmenuarea ul li a span {
              color: #E66d3c; }
  #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; } }
  #spnavi span {
    color: #E66D3c; }

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

/*! ==================================================
　HOME
=================================================== */
#home {
  /*背景を三角にする設定*/
  /*背景を三角にする設定2*/
  /*背景を三角にする設定ここまで*/ }
  #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 {
    background-image: url(../imgs/headback.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top;
    position: relative;
    padding-bottom: 50px; }
    #home #homehead #topslide {
      overflow: hidden;
      /*.slick-dotted.slick-slider{
      	margin-bottom:0;
      }
      ul.slick-dots{
      	bottom:20px;
      }*/ }
      #home #homehead #topslide .sliderbox img {
        padding: 150px 50px 10px; }
        @media print, screen and (max-width: 575px) {
          #home #homehead #topslide .sliderbox img {
            padding: 100px 50px 10px;
            width: 200px;
            /*画像中央ぞろえで必要*/
            height: 350px;
            /*画像中央ぞろえで必要*/
            object-fit: cover;
            /*画像中央ぞろえで必要*/
            margin: 0 auto;
            /*画像中央ぞろえで必要*/ } }
        @media print, screen and (min-width: 1200px) {
          #home #homehead #topslide .sliderbox img {
            /*画面縮小表示しても画像が切れない対策*/
            width: 100vw;
            object-fit: contain; } }
        @media print, screen and (min-width: 1600px) {
          #home #homehead #topslide .sliderbox img {
            position: relative;
            width: 100vw;
            max-height: 800px;
            overflow: hidden; } }
    #home #homehead .sumaiphoto {
      padding-top: 150px; }
      @media print, screen and (max-width: 991px) {
        #home #homehead .sumaiphoto {
          padding-top: 30px; } }
      @media print, screen and (max-width: 575px) {
        #home #homehead .sumaiphoto img {
          padding-top: 60px;
          width: 100%;
          /*画像中央ぞろえで必要*/
          height: 190px;
          /*画像中央ぞろえで必要*/
          object-fit: cover;
          /*画像中央ぞろえで必要*/
          margin: 0 auto;
          /*画像中央ぞろえで必要*/ } }
      @media print, screen and (min-width: 576px) and (max-width: 767px) {
        #home #homehead .sumaiphoto img {
          padding-top: 60px;
          width: 100%;
          /*画像中央ぞろえで必要*/
          height: 200px;
          /*画像中央ぞろえで必要*/
          object-fit: cover;
          /*画像中央ぞろえで必要*/
          margin: 0 auto;
          /*画像中央ぞろえで必要*/ } }
      @media print, screen and (min-width: 768px) and (max-width: 991px) {
        #home #homehead .sumaiphoto img {
          padding-top: 60px;
          width: 100%;
          /*画像中央ぞろえで必要*/
          height: 350px;
          /*画像中央ぞろえで必要*/
          object-fit: cover;
          /*画像中央ぞろえで必要*/
          margin: 0 auto;
          /*画像中央ぞろえで必要*/ } }
      @media print, screen and (min-width: 1200px) {
        #home #homehead .sumaiphoto img {
          /*画面縮小表示しても画像が切れない対策*/
          width: 100vw;
          object-fit: contain; } }
      @media print, screen and (min-width: 1600px) {
        #home #homehead .sumaiphoto img {
          position: relative;
          width: 100vw;
          overflow: hidden; } }
    #home #homehead .headtxt1 {
      position: absolute;
      top: 70px;
      left: 20px; }
      @media print, screen and (min-width: 576px) and (max-width: 991px) {
        #home #homehead .headtxt1 {
          left: 120px; } }
      @media print, screen and (min-width: 992px) {
        #home #homehead .headtxt1 {
          top: 100px;
          left: 80px; } }
      @media print, screen and (min-width: 1600px) {
        #home #homehead .headtxt1 {
          top: 100px;
          left: 300px; } }
      #home #homehead .headtxt1 img {
        width: 50%; }
        @media print, screen and (min-width: 992px) and (max-width: 1199px) {
          #home #homehead .headtxt1 img {
            width: 70%; } }
        @media print, screen and (min-width: 1200px) {
          #home #homehead .headtxt1 img {
            width: 80%; } }
        @media print, screen and (min-width: 1600px) {
          #home #homehead .headtxt1 img {
            width: 100%; } }
    #home #homehead .headtxt2 {
      font-size: 2.4rem;
      text-align: center; }
      @media print, screen and (max-width: 991px) {
        #home #homehead .headtxt2 {
          font-size: 1.6rem; } }
      #home #homehead .headtxt2 p {
        padding-top: 5px; }
      #home #homehead .headtxt2 .txt1 {
        margin-top: 20px;
        font-weight: bold; }
        @media print, screen and (max-width: 991px) {
          #home #homehead .headtxt2 .txt1 {
            margin-top: 30px; } }
      #home #homehead .headtxt2 .txt2 {
        font-weight: bold; }
      #home #homehead .headtxt2 span {
        font-size: 1.4rem;
        font-weight: normal; }
        @media print, screen and (max-width: 991px) {
          #home #homehead .headtxt2 span {
            font-size: 1.0rem; } }
      #home #homehead .headtxt2 .txt3 {
        font-weight: bold; }
    #home #homehead .headtxt3 {
      text-align: center;
      margin: 20px 20px 5px; }
      @media print, screen and (max-width: 991px) {
        #home #homehead .headtxt3 {
          margin: 20px 50px 5px; } }
    #home #homehead .headtxt4 {
      text-align: center; }
    #home #homehead .homemenuarea {
      opacity: 0;
      margin-bottom: 60px;
      background-color: #483024;
      padding: 20px 15px 20px;
      height: 60px; }
      @media print, screen and (max-width: 991px) {
        #home #homehead .homemenuarea {
          display: none; } }
      #home #homehead .homemenuarea ul li {
        text-align: center;
        list-style: none;
        padding: 1px !important;
        margin: auto; }
        @media print, screen and (max-width: 767px) {
          #home #homehead .homemenuarea ul li {
            font-size: 0.7rem; } }
        #home #homehead .homemenuarea ul li a {
          text-align: center;
          color: #fff;
          text-decoration: none; }
        #home #homehead .homemenuarea ul li a:hover {
          opacity: 1; }
  #home #contents1 {
    background-color: #483024;
    padding-top: 50px;
    padding-bottom: 0;
    color: #fff;
    text-align: center; }
    #home #contents1 h2 {
      text-align: center;
      width: 100%;
      border: 1px solid #fff;
      padding: 10px;
      font-size: 1.6rem;
      letter-spacing: 15px; }
      @media print, screen and (min-width: 1200px) {
        #home #contents1 h2 {
          width: 1200px;
          margin: auto; } }
      @media print, screen and (max-width: 575px) {
        #home #contents1 h2 {
          font-size: 1.4rem; } }
    #home #contents1 p.txt1 {
      font-size: 1.4rem;
      padding: 30px 5px;
      line-height: 2.0; }
      @media print, screen and (max-width: 767px) {
        #home #contents1 p.txt1 {
          font-size: 0.9rem; } }
      #home #contents1 p.txt1 span {
        font-size: 2.4rem; }
        @media print, screen and (max-width: 767px) {
          #home #contents1 p.txt1 span {
            font-size: 1.2rem; } }
    #home #contents1 p.txt2 {
      font-size: 1.4rem;
      padding: 0 5px 30px;
      line-height: 2.0; }
      @media print, screen and (max-width: 767px) {
        #home #contents1 p.txt2 {
          font-size: 0.9rem; } }
      #home #contents1 p.txt2 span {
        font-size: 2.4rem; }
        @media print, screen and (max-width: 767px) {
          #home #contents1 p.txt2 span {
            font-size: 1.2rem; } }
  #home #contents2 {
    background-color: #FFF7E7;
    padding-top: 150px;
    padding-bottom: 0;
    text-align: center; }
    #home #contents2 p.txt1 {
      font-weight: bold;
      font-size: 2.4rem;
      padding: 50px 5px;
      line-height: 2.0; }
      @media print, screen and (max-width: 767px) {
        #home #contents2 p.txt1 {
          font-size: 1.4rem; } }
      @media print, screen and (min-width: 768px) and (max-width: 1199px) {
        #home #contents2 p.txt1 {
          font-size: 1.8rem; } }
      #home #contents2 p.txt1 span {
        font-size: 3.0rem;
        color: #E66D3c; }
        @media print, screen and (max-width: 767px) {
          #home #contents2 p.txt1 span {
            font-size: 1.8rem; } }
  #home #contents1.triangle {
    position: relative; }
  #home #contents1.triangle:after {
    content: "";
    position: absolute;
    top: 100%;
    right: 50%;
    transform: translatex(50%);
    box-sizing: border-box;
    border-right: 50vw solid transparent;
    border-right: calc(50vw) solid transparent;
    border-left: calc(50vw) solid transparent;
    border-top: 100px solid #483024; }
  #home #contents1.sec, #home #contents2.sec {
    padding: 50px 0px 30px; }
  #home #contents2.sec02 {
    padding-top: 150px;
    background-color: #FFF7E7; }
  #home #contents3 {
    background-color: #E66D3c;
    color: #fff; }
    #home #contents3 .box1 {
      background-color: #483024;
      padding: 30px 15px;
      max-width: 1000px;
      margin: auto;
      text-align: center; }
      #home #contents3 .box1 h2 {
        font-size: 3.0rem; }
        @media print, screen and (max-width: 991px) {
          #home #contents3 .box1 h2 {
            font-size: 2.6rem; } }
        #home #contents3 .box1 h2 span {
          font-size: 1.8rem; }
      #home #contents3 .box1 p {
        padding-top: 20px;
        line-height: 2.5; }
    #home #contents3 h2.title1 {
      margin-top: 30px;
      text-align: center;
      font-size: 3.0rem;
      line-height: 1.5; }
      @media print, screen and (max-width: 767px) {
        #home #contents3 h2.title1 {
          font-size: 1.6rem; } }
      @media print, screen and (min-width: 768px) and (max-width: 1199px) {
        #home #contents3 h2.title1 {
          font-size: 2.4rem; } }
    #home #contents3 .meritbox {
      margin-top: 30px; }
      #home #contents3 .meritbox h3 {
        font-size: 2.6rem;
        padding-left: 150px;
        padding-bottom: 30px;
        padding-top: 20px;
        margin-top: 70px; }
        @media print, screen and (max-width: 991px) {
          #home #contents3 .meritbox h3 {
            font-size: 1.6rem;
            margin-top: 20px;
            padding-bottom: 10px; } }
      #home #contents3 .meritbox h3.merit1 {
        background-image: url(../imgs/1.png);
        background-repeat: no-repeat;
        background-position: left top;
        background-size: 140px; }
        @media print, screen and (max-width: 1199px) {
          #home #contents3 .meritbox h3.merit1 {
            background-size: 80px;
            padding-left: 80px; } }
      #home #contents3 .meritbox h3.merit2 {
        background-image: url(../imgs/2.png);
        background-repeat: no-repeat;
        background-position: left top;
        background-size: 140px; }
        @media print, screen and (min-width: 1200px) {
          #home #contents3 .meritbox h3.merit2 {
            margin-left: 100px; } }
        @media print, screen and (max-width: 1199px) {
          #home #contents3 .meritbox h3.merit2 {
            background-size: 80px;
            padding-left: 80px; } }
      #home #contents3 .meritbox h3.merit3 {
        background-image: url(../imgs/3.png);
        background-repeat: no-repeat;
        background-position: left top;
        background-size: 140px; }
        @media print, screen and (max-width: 1199px) {
          #home #contents3 .meritbox h3.merit3 {
            background-size: 80px;
            padding-left: 80px; } }
        #home #contents3 .meritbox h3.merit3 span {
          font-size: 1.0rem; }
      #home #contents3 .meritbox .meritimg {
        margin-top: 30px; }
      #home #contents3 .meritbox .meritimg.merit1, #home #contents3 .meritbox .meritimg.merit3 {
        float: right; }
      #home #contents3 .meritbox p {
        color: #483024;
        padding-left: 150px; }
        @media print, screen and (max-width: 991px) {
          #home #contents3 .meritbox p {
            padding-left: 80px; } }
      @media print, screen and (min-width: 992px) {
        #home #contents3 .meritbox p.txt1 {
          margin-left: 80px; } }
  #home #contents4 {
    background-image: url(../imgs/bkimg1.png);
    background-position: bottom;
    background-repeat: no-repeat; }
    #home #contents4 h2 {
      text-align: center;
      font-size: 3.0rem;
      line-height: 1.5;
      font-weight: bold; }
      @media print, screen and (max-width: 767px) {
        #home #contents4 h2 {
          font-size: 1.4rem; } }
      @media print, screen and (min-width: 768px) and (max-width: 1199px) {
        #home #contents4 h2 {
          font-size: 2.4rem; } }
      #home #contents4 h2 span {
        font-size: 5.0rem; }
    #home #contents4 .sisanbox {
      max-width: 800px;
      margin: auto; }
      #home #contents4 .sisanbox .box1 {
        background-image: url(../imgs/bk1.png);
        background-repeat: no-repeat;
        background-size: 500px;
        background-position: center center;
        padding-bottom: 200px;
        padding-top: 50px; }
        @media print, screen and (max-width: 991px) {
          #home #contents4 .sisanbox .box1 {
            padding-bottom: 170px; } }
        #home #contents4 .sisanbox .box1 h3 {
          font-size: 2.0rem;
          color: #E66D3c;
          text-align: center;
          margin-top: 30px;
          font-weight: bold; }
        #home #contents4 .sisanbox .box1 p {
          text-align: center;
          padding: 15px; }
  #home #contents3.triangle {
    position: relative; }
  #home #contents3.triangle:after {
    content: "";
    position: absolute;
    top: 100%;
    right: 50%;
    transform: translatex(50%);
    box-sizing: border-box;
    border-right: 50vw solid transparent;
    border-right: calc(50vw) solid transparent;
    border-left: calc(50vw) solid transparent;
    border-top: 100px solid #E66D3c; }
  #home #contents3.sec, #home #contents4.sec {
    padding: 50px 0px 30px; }
  #home #contents4.sec02 {
    padding-top: 150px;
    background-color: transparent;
    /*透明*/ }
  #home #contents5 {
    background-image: url(../imgs/bkimg2.png);
    background-position: top;
    background-repeat: no-repeat;
    margin-top: -100px;
    padding-bottom: 100px; }
    @media print, screen and (max-width: 991px) {
      #home #contents5 {
        background-size: 1000%; } }
    #home #contents5 h2 {
      text-align: center;
      font-size: 3.0rem;
      line-height: 1.5;
      padding-top: 100px;
      color: #fff; }
      @media print, screen and (max-width: 991px) {
        #home #contents5 h2 {
          font-size: 1.4rem; } }
      #home #contents5 h2 span {
        font-size: 5.0rem; }
    #home #contents5 .teianbox {
      max-width: 1000px;
      margin: auto; }
  #home #homenews {
    margin: auto;
    background-color: #fff;
    border-radius: 30px;
    border: 5px solid #483024;
    padding: 40px 20px 20px; }
    @media print, screen and (min-width: 992px) {
      #home #homenews {
        width: 80%; } }
    @media print, screen and (max-width: 767px) {
      #home #homenews {
        margin-top: 20px; } }
    #home #homenews h2 {
      font-size: 2.2rem;
      color: #483024;
      text-align: center;
      line-height: 0.5;
      margin-bottom: 30px; }
      #home #homenews h2 span {
        font-size: 0.8rem;
        border-bottom: 3px solid #483024;
        padding: 10px 50px; }
    #home #homenews .newstitlelink {
      border-bottom: 2px dotted #483024;
      padding: 10px 0; }
      #home #homenews .newstitlelink a {
        text-decoration: none; }
      #home #homenews .newstitlelink time {
        font-size: 0.8rem;
        margin-bottom: 5px;
        color: #333;
        display: inline-block; }
      #home #homenews .newstitlelink h3 {
        font-size: 1.4rem;
        font-weight: bold; }
        @media print, screen and (max-width: 767px) {
          #home #homenews .newstitlelink h3 {
            font-size: 1.2rem; } }

/*! ==================================================
　#news
=================================================== */
#news {
  padding-top: 60px;
  padding-bottom: 20px; }
  #news h2 {
    background-color: #483024;
    color: #fff;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 50px;
    position: relative; }
    #news h2 span {
      font-size: 0.8rem; }
    @media print, screen and (max-width: 991px) {
      #news h2 {
        font-size: 1.6rem;
        margin-bottom: 0; } }
  #news #newsList {
    margin-top: 30px;
    background-color: #fff;
    border-radius: 30px;
    padding: 15px 50px 0;
    min-height: 300px; }
    @media print, screen and (max-width: 767px) {
      #news #newsList {
        padding: 15px 20px 30px; } }
    #news #newsList .newstitlelink {
      border-bottom: 1px solid #ddd;
      padding: 10px 0; }
      #news #newsList .newstitlelink a {
        text-decoration: none; }
      #news #newsList .newstitlelink time {
        font-size: 0.8rem;
        margin-bottom: 5px;
        color: #333;
        display: inline-block; }
      #news #newsList .newstitlelink h3 {
        font-size: 1.4rem;
        font-weight: bold; }
        @media print, screen and (max-width: 767px) {
          #news #newsList .newstitlelink h3 {
            font-size: 1.2rem; } }
  #news #newsDetail {
    margin-top: 30px;
    background-color: #fff;
    border-radius: 30px;
    padding: 30px 50px 0; }
    @media print, screen and (max-width: 767px) {
      #news #newsDetail {
        padding: 10px 20px 10px; } }
    #news #newsDetail h3 {
      font-size: 1.6rem;
      font-weight: bold;
      border-bottom: 1px solid #ddd;
      padding: 10px 0; }
      @media print, screen and (max-width: 767px) {
        #news #newsDetail h3 {
          font-size: 1.2rem; } }
    #news #newsDetail .content {
      padding: 5px 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 .pagelink {
    text-align: center;
    padding-top: 30px;
    font-size: 0.8rem; }

/*! ==================================================
　#er
=================================================== */
#er {
  padding-top: 60px;
  padding-bottom: 20px;
  /*背景を三角にする設定*/ }
  #er .titleback {
    position: relative; }
    #er .titleback .titleimg {
      position: absolute; }
      #er .titleback .titleimg img {
        object-fit: contain; }
        @media print, screen and (max-width: 991px) {
          #er .titleback .titleimg img {
            object-fit: cover;
            height: 200px; } }
        @media print, screen and (min-width: 992px) {
          #er .titleback .titleimg img {
            object-fit: cover;
            height: 410px; } }
    #er .titleback h2 {
      position: absolute;
      color: #fff;
      text-align: center;
      padding-top: 150px;
      position: relative;
      font-size: 3.0rem;
      line-height: 1.5; }
      @media print, screen and (max-width: 991px) {
        #er .titleback h2 {
          padding-top: 50px;
          font-size: 1.6rem;
          margin-bottom: 0; } }
      #er .titleback h2 span {
        font-size: 1.6rem; }
        @media print, screen and (max-width: 991px) {
          #er .titleback h2 span {
            font-size: 1.2rem; } }
  #er #contents1 {
    background-image: url(../imgs/er_back1.png);
    background-position: center;
    padding-top: 150px;
    padding-bottom: 80px; }
    @media print, screen and (max-width: 991px) {
      #er #contents1 {
        padding-top: 100px;
        padding-bottom: 50px; } }
    #er #contents1 .maparea {
      position: relative;
      text-align: center; }
      #er #contents1 .maparea .mapimg {
        width: 60%;
        margin: 100px auto; }
        @media print, screen and (max-width: 767px) {
          #er #contents1 .maparea .mapimg {
            width: 90%;
            margin: 250px auto 300px; } }
        @media print, screen and (min-width: 768px) and (max-width: 991px) {
          #er #contents1 .maparea .mapimg {
            width: 85%;
            margin: 150px auto 150px; } }
        @media print, screen and (min-width: 992px) and (max-width: 1199px) {
          #er #contents1 .maparea .mapimg {
            width: 70%;
            margin: 300px auto; } }
      #er #contents1 .maparea .txt1box {
        position: absolute;
        text-align: left;
        top: 15px;
        left: 15px;
        font-weight: bold; }
        @media print, screen and (max-width: 767px) {
          #er #contents1 .maparea .txt1box {
            top: 0;
            left: 20px; } }
        @media print, screen and (min-width: 768px) and (max-width: 991px) {
          #er #contents1 .maparea .txt1box {
            left: 5px; } }
        #er #contents1 .maparea .txt1box .txt1-1 {
          line-height: 1.6;
          font-size: 2.0rem;
          letter-spacing: 5px; }
          @media print, screen and (max-width: 767px) {
            #er #contents1 .maparea .txt1box .txt1-1 {
              letter-spacing: 3px;
              line-height: 1.8;
              font-size: 1.2rem; } }
          @media print, screen and (min-width: 768px) and (max-width: 991px) {
            #er #contents1 .maparea .txt1box .txt1-1 {
              line-height: 1.8;
              font-size: 1.4rem; } }
          #er #contents1 .maparea .txt1box .txt1-1 span {
            color: #E66D3c;
            font-size: 3.6rem; }
            @media print, screen and (max-width: 991px) {
              #er #contents1 .maparea .txt1box .txt1-1 span {
                font-size: 2.0rem; } }
        #er #contents1 .maparea .txt1box .txt1-2 {
          line-height: 2.0;
          font-size: 1.2em;
          letter-spacing: 2px; }
          @media print, screen and (max-width: 991px) {
            #er #contents1 .maparea .txt1box .txt1-2 {
              line-height: 1.8;
              font-size: 0.8rem; } }
      #er #contents1 .maparea .txt2box {
        text-align: left;
        position: absolute;
        bottom: 150px;
        right: 15px;
        font-weight: bold; }
        @media print, screen and (max-width: 767px) {
          #er #contents1 .maparea .txt2box {
            bottom: 10px;
            left: 50px; } }
        @media print, screen and (min-width: 768px) and (max-width: 991px) {
          #er #contents1 .maparea .txt2box {
            right: 5px;
            bottom: 10px; } }
        @media print, screen and (min-width: 1200px) {
          #er #contents1 .maparea .txt2box {
            right: 150px;
            bottom: 50px; } }
        #er #contents1 .maparea .txt2box .txt2-1 {
          letter-spacing: 5px;
          line-height: 2.0;
          color: #E66D3c;
          font-size: 1.6rem; }
          @media print, screen and (max-width: 991px) {
            #er #contents1 .maparea .txt2box .txt2-1 {
              font-size: 1.2rem;
              line-height: 1.8; } }
          #er #contents1 .maparea .txt2box .txt2-1 span {
            color: #E66D3c; }
        #er #contents1 .maparea .txt2box .txt2-2 {
          margin-top: 15px;
          letter-spacing: 2px;
          font-size: 1.0rem;
          line-height: 2.0; }
          @media print, screen and (max-width: 991px) {
            #er #contents1 .maparea .txt2box .txt2-2 {
              line-height: 1.8;
              font-size: 0.8rem; } }
  #er #contents2 {
    background-color: #FFF7E7;
    position: relative; }
    #er #contents2 .backimg1 {
      z-index: 0;
      position: absolute;
      left: 0;
      top: 55%; }
      @media print, screen and (max-width: 1199px) {
        #er #contents2 .backimg1 {
          display: none; } }
      @media print, screen and (min-width: 1600px) {
        #er #contents2 .backimg1 {
          top: 50%; } }
      #er #contents2 .backimg1 img {
        width: 450px; }
        @media print, screen and (min-width: 1600px) {
          #er #contents2 .backimg1 img {
            width: 800px; } }
    #er #contents2 .backimg2 {
      z-index: 0;
      position: absolute;
      right: 0;
      bottom: 1%; }
      @media print, screen and (max-width: 1199px) {
        #er #contents2 .backimg2 {
          display: none; } }
      #er #contents2 .backimg2 img {
        width: 450px; }
        @media print, screen and (min-width: 1600px) {
          #er #contents2 .backimg2 img {
            width: 800px; } }
    #er #contents2 h3 {
      background-color: #E66D3c;
      color: #fff;
      font-size: 2.8rem;
      padding: 50px 15px;
      text-align: center;
      font-weight: bold;
      line-height: 1.6;
      margin: 0; }
      @media print, screen and (max-width: 767px) {
        #er #contents2 h3 {
          font-size: 1.2rem; } }
      @media print, screen and (min-width: 768px) and (max-width: 991px) {
        #er #contents2 h3 {
          font-size: 1.8rem; } }
    #er #contents2 h4 {
      text-align: center;
      margin: -30px auto 0;
      font-size: 2.6rem; }
      @media print, screen and (max-width: 767px) {
        #er #contents2 h4 {
          font-size: 1.4rem;
          margin: -20px auto 0; } }
      @media print, screen and (min-width: 768px) and (max-width: 991px) {
        #er #contents2 h4 {
          font-size: 1.8rem;
          margin: -20px auto 0; } }
      #er #contents2 h4 span {
        background-color: #483024;
        color: #fff;
        padding: 5px 30px; }
    #er #contents2 h5 {
      margin-top: 100px;
      padding: 0 0 15px 160px;
      font-size: 4.0rem;
      font-weight: bold;
      letter-spacing: 5px; }
      @media print, screen and (max-width: 767px) {
        #er #contents2 h5 {
          margin-top: 50px;
          font-size: 2.0rem;
          line-height: 1.0;
          background-size: 50px;
          padding: 0 0 15px 70px; } }
      @media print, screen and (min-width: 768px) and (max-width: 991px) {
        #er #contents2 h5 {
          font-size: 3.0rem;
          line-height: 1.0;
          background-size: 70px;
          padding: 0 0 15px 90px; } }
      @media print, screen and (min-width: 992px) and (max-width: 1199px) {
        #er #contents2 h5 {
          background-size: 90px;
          padding: 0 0 15px 140px; } }
      #er #contents2 h5 span.color2 {
        color: #E66D3c; }
      #er #contents2 h5 span.font1 {
        font-size: 2.0rem; }
        @media print, screen and (max-width: 767px) {
          #er #contents2 h5 span.font1 {
            font-size: 0.9rem;
            letter-spacing: 2px; } }
        @media print, screen and (min-width: 768px) and (max-width: 1199px) {
          #er #contents2 h5 span.font1 {
            font-size: 1.6rem; } }
        @media print, screen and (min-width: 1600px) {
          #er #contents2 h5 span.font1 {
            font-size: 2.6rem; } }
      #er #contents2 h5 span.font2 {
        color: #E66D3c;
        border: 2px solid #E66D3c;
        padding: 5px 15px;
        display: inline-block;
        line-height: 1.0;
        font-size: 2.0rem;
        font-family: "Noto Sans CJK JP", sans-serif; }
        @media print, screen and (max-width: 767px) {
          #er #contents2 h5 span.font2 {
            font-size: 1.4rem; } }
      #er #contents2 h5 span.font3 {
        font-size: 0.8rem; }
        @media print, screen and (max-width: 991px) {
          #er #contents2 h5 span.font3 {
            font-size: 0.7rem; } }
      #er #contents2 h5 span.font4 {
        font-weight: bold !important; }
        @media print, screen and (min-width: 768px) and (max-width: 991px) {
          #er #contents2 h5 span.font4 {
            font-size: 2.0rem; } }
        @media print, screen and (max-width: 767px) {
          #er #contents2 h5 span.font4 {
            font-size: 1.3rem;
            letter-spacing: 0; } }
    #er #contents2 h5.title1 {
      background-image: url(../imgs/er_num1.png);
      background-position: left top;
      background-repeat: no-repeat;
      line-height: 1.2; }
      @media print, screen and (max-width: 1199px) {
        #er #contents2 h5.title1 {
          line-height: 1.2; } }
    #er #contents2 h5.title2 {
      background-image: url(../imgs/er_num2.png);
      background-position: left 30px;
      background-repeat: no-repeat;
      line-height: 1.4; }
      @media print, screen and (max-width: 991px) {
        #er #contents2 h5.title2 {
          letter-spacing: 2px; } }
    #er #contents2 h5.title3 {
      background-image: url(../imgs/er_num3.png);
      background-position: left top;
      background-repeat: no-repeat;
      line-height: 1.6;
      letter-spacing: 2px; }
      @media print, screen and (max-width: 1199px) {
        #er #contents2 h5.title3 {
          line-height: 1.4; } }
    #er #contents2 h5.title3-1 {
      margin-top: 0 !important;
      padding: 0 0 15px 10px !important; }
      @media print, screen and (max-width: 1199px) {
        #er #contents2 h5.title3-1 {
          line-height: 1.4; } }
    #er #contents2 .txt1 {
      margin-top: 50px;
      text-align: center; }
      @media print, screen and (max-width: 991px) {
        #er #contents2 .txt1 {
          margin: 30px auto 0; }
          #er #contents2 .txt1 img {
            margin: auto; } }
    #er #contents2 .kouhou {
      margin: 50px auto;
      text-align: center; }
      #er #contents2 .kouhou img {
        margin: auto; }
    #er #contents2 #merit {
      margin-top: 50px; }
      #er #contents2 #merit .merittxt {
        text-align: center;
        clear: both; }
        #er #contents2 #merit .merittxt img {
          margin: auto; }
          @media print, screen and (min-width: 992px) {
            #er #contents2 #merit .merittxt img {
              float: right; } }
      #er #contents2 #merit ol.meritlist {
        margin-left: 15px; }
        #er #contents2 #merit ol.meritlist li {
          font-size: 1.4rem;
          font-weight: bold;
          padding: 10px; }
          @media print, screen and (max-width: 991px) {
            #er #contents2 #merit ol.meritlist li {
              font-size: 1.0rem;
              letter-spacing: 2px; } }
    #er #contents2 p.txt2 {
      font-size: 1.8rem;
      font-weight: bold;
      padding: 10px 0;
      line-height: 1.5;
      margin-top: 20px; }
      @media print, screen and (max-width: 991px) {
        #er #contents2 p.txt2 {
          font-size: 1.0rem;
          letter-spacing: 2px;
          line-height: 1.8; } }
      @media print, screen and (min-width: 992px) and (max-width: 1199px) {
        #er #contents2 p.txt2 {
          font-size: 1.4rem; } }
    #er #contents2 .txt3 {
      margin: 100px auto;
      text-align: center; }
      @media print, screen and (max-width: 575px) {
        #er #contents2 .txt3 {
          margin: 10px auto; } }
      #er #contents2 .txt3 img {
        margin: auto; }
        @media print, screen and (max-width: 575px) {
          #er #contents2 .txt3 img {
            width: 50%; } }
    #er #contents2 .txt4 {
      margin: 50px auto;
      text-align: center; }
      @media print, screen and (max-width: 575px) {
        #er #contents2 .txt4 {
          margin: 10px auto; } }
      #er #contents2 .txt4 img {
        margin: auto; }
  #er #contents3 {
    background-color: #E66D3c;
    color: #fff; }
    #er #contents3 p.txt5 {
      font-size: 4.0rem;
      font-weight: bold;
      padding: 10px;
      line-height: 1.5;
      text-align: center; }
      @media print, screen and (max-width: 767px) {
        #er #contents3 p.txt5 {
          font-size: 1.4rem; } }
      @media print, screen and (min-width: 768px) and (max-width: 991px) {
        #er #contents3 p.txt5 {
          font-size: 3.0rem; } }
    #er #contents3 .txt6, #er #contents3 .txt7 {
      margin: 50px auto;
      text-align: center; }
      #er #contents3 .txt6 img, #er #contents3 .txt7 img {
        margin: auto; }
        @media print, screen and (max-width: 1199px) {
          #er #contents3 .txt6 img, #er #contents3 .txt7 img {
            width: 90%; } }
  #er #contents2.triangle {
    position: relative; }
  #er #contents2.triangle:after {
    content: "";
    position: absolute;
    top: 100%;
    right: 50%;
    transform: translatex(50%);
    box-sizing: border-box;
    border-right: 50vw solid transparent;
    border-right: calc(50vw) solid transparent;
    border-left: calc(50vw) solid transparent;
    border-top: 100px solid #FFF7E7; }
  #er #contents3.sec {
    padding: 50px 0px 30px; }
  #er #contents3.sec03 {
    padding-top: 150px;
    background-color: #483024; }

/*! ==================================================
　#fs
=================================================== */
#fs {
  padding-top: 60px;
  padding-bottom: 20px;
  color: #000; }
  #fs .titleback {
    position: relative; }
    #fs .titleback .titleimg {
      position: absolute; }
      #fs .titleback .titleimg img {
        object-fit: contain; }
        @media print, screen and (max-width: 991px) {
          #fs .titleback .titleimg img {
            object-fit: cover;
            height: 200px; } }
        @media print, screen and (min-width: 992px) {
          #fs .titleback .titleimg img {
            object-fit: cover;
            height: 410px; } }
    #fs .titleback h2 {
      position: absolute;
      color: #fff;
      text-align: center;
      padding-top: 150px;
      position: relative;
      font-size: 3.0rem;
      line-height: 1.5; }
      @media print, screen and (max-width: 991px) {
        #fs .titleback h2 {
          padding-top: 50px;
          font-size: 1.6rem;
          margin-bottom: 0; } }
      #fs .titleback h2 span {
        font-size: 1.6rem; }
        @media print, screen and (max-width: 991px) {
          #fs .titleback h2 span {
            font-size: 1.2rem; } }
  #fs #contents1 {
    padding-top: 150px;
    padding-bottom: 80px; }
    @media print, screen and (max-width: 991px) {
      #fs #contents1 {
        padding-top: 100px;
        padding-bottom: 50px; } }
    #fs #contents1 h3.headtxt {
      font-size: 4.0rem;
      font-weight: bold;
      margin-top: 50px;
      line-height: 1.5; }
      @media print, screen and (max-width: 991px) {
        #fs #contents1 h3.headtxt {
          font-size: 1.6rem;
          text-align: center;
          margin-top: 20px; } }
      @media print, screen and (min-width: 992px) and (max-width: 1199px) {
        #fs #contents1 h3.headtxt {
          font-size: 3.0rem; } }
    @media print, screen and (max-width: 767px) {
      #fs #contents1 .txt1 {
        text-align: center;
        margin: auto; } }
    @media print, screen and (max-width: 767px) {
      #fs #contents1 .txt1 img {
        margin: 30px auto 0;
        width: 60%; } }
    #fs #contents1 h3.title1 {
      color: #3c5e5b;
      text-align: center;
      font-weight: bold;
      font-size: 4.2rem;
      letter-spacing: 20px;
      margin-top: 50px;
      line-height: 1.5; }
      @media print, screen and (max-width: 767px) {
        #fs #contents1 h3.title1 {
          font-size: 1.6rem;
          letter-spacing: 10px; } }
      @media print, screen and (min-width: 768px) and (max-width: 991px) {
        #fs #contents1 h3.title1 {
          font-size: 3.0rem;
          letter-spacing: 10px; } }
      #fs #contents1 h3.title1 span.title1txt {
        font-size: 2.0rem;
        letter-spacing: 3px; }
        @media print, screen and (max-width: 767px) {
          #fs #contents1 h3.title1 span.title1txt {
            letter-spacing: 0px;
            font-size: 1.2rem; } }
      #fs #contents1 h3.title1 span.txt2 {
        font-size: 2.6rem;
        letter-spacing: 3px;
        color: #483024; }
        @media print, screen and (max-width: 767px) {
          #fs #contents1 h3.title1 span.txt2 {
            letter-spacing: 5px;
            font-size: 1.2rem; } }
        @media print, screen and (min-width: 768px) and (max-width: 991px) {
          #fs #contents1 h3.title1 span.txt2 {
            font-size: 1.8rem; } }
    #fs #contents1 .txt2 {
      text-align: center;
      margin: 50px auto; }
      #fs #contents1 .txt2 img {
        margin: auto; }
        @media print, screen and (max-width: 991px) {
          #fs #contents1 .txt2 img {
            width: 80%; } }
    #fs #contents1 .txt3 {
      text-align: center;
      margin: 250px auto 0; }
      @media print, screen and (max-width: 767px) {
        #fs #contents1 .txt3 {
          margin: 80px 30px 0 0; } }
      @media print, screen and (min-width: 768px) and (max-width: 991px) {
        #fs #contents1 .txt3 {
          margin: 150px auto 0; } }
      #fs #contents1 .txt3 img {
        margin: auto; }
        @media print, screen and (max-width: 767px) {
          #fs #contents1 .txt3 img {
            width: 100%; } }
        @media print, screen and (min-width: 768px) and (max-width: 991px) {
          #fs #contents1 .txt3 img {
            width: 70%; } }
    #fs #contents1 ul {
      text-align: center; }
      #fs #contents1 ul li {
        display: inline-block;
        padding: 15px; }
        @media print, screen and (max-width: 767px) {
          #fs #contents1 ul li {
            padding: 5px; } }
        #fs #contents1 ul li span {
          font-size: 2.0rem;
          background-color: #00ab4c;
          color: #fff;
          padding: 10px 30px;
          border-radius: 15px;
          font-weight: bold; }
          @media print, screen and (max-width: 767px) {
            #fs #contents1 ul li span {
              font-size: 1.0rem;
              padding: 10px 20px; } }
  #fs #contents2 {
    background-color: #00ab4c;
    padding: 20px 10px 50px; }
    #fs #contents2 h3 {
      font-size: 4.0rem;
      font-weight: bold;
      margin-top: 30px;
      line-height: 1.5;
      color: #fff;
      text-align: center;
      letter-spacing: 5px; }
      @media print, screen and (max-width: 767px) {
        #fs #contents2 h3 {
          font-size: 2.0rem; } }
      #fs #contents2 h3 span {
        font-size: 3.0rem; }
        @media print, screen and (max-width: 767px) {
          #fs #contents2 h3 span {
            font-size: 1.6rem; } }
    #fs #contents2 .tokucho {
      text-align: center;
      margin: 20px auto; }
      #fs #contents2 .tokucho img {
        margin: auto; }
  #fs #contents3 {
    background-color: #3c5e5b;
    padding: 50px 10px 60px;
    color: #fff; }
    @media print, screen and (min-width: 1200px) {
      #fs #contents3 .contentsbox {
        width: 80%;
        margin: auto; } }
    #fs #contents3 h3 {
      font-size: 3.0rem;
      font-weight: bold;
      margin-top: 30px;
      line-height: 1.5;
      color: #fff;
      text-align: center; }
      @media print, screen and (max-width: 767px) {
        #fs #contents3 h3 {
          font-size: 1.6rem; } }
      #fs #contents3 h3 span {
        font-size: 4.0rem; }
        @media print, screen and (max-width: 767px) {
          #fs #contents3 h3 span {
            font-size: 1.8rem; } }
        @media print, screen and (min-width: 768px) and (max-width: 1199px) {
          #fs #contents3 h3 span {
            font-size: 3.2rem; } }
    #fs #contents3 ul li {
      padding: 15px;
      font-size: 1.6rem;
      background-color: #00ab4c;
      color: #fff;
      padding: 5px 50px;
      text-align: center;
      border-radius: 30px;
      list-style: none;
      margin: 10px;
      font-weight: bold; }
      @media print, screen and (max-width: 767px) {
        #fs #contents3 ul li {
          font-size: 1.0rem;
          padding: 5px 15px; } }
    #fs #contents3 .txt2 {
      margin-top: 10px !important; }
    #fs #contents3 .illust1, #fs #contents3 .illust2 {
      margin: 50px auto 0;
      text-align: center; }
      #fs #contents3 .illust1 img, #fs #contents3 .illust2 img {
        margin: auto; }
    #fs #contents3 .box1 {
      background-color: #fff;
      padding: 50px 50px 15px;
      color: #483024;
      margin-top: 100px; }
      @media print, screen and (max-width: 767px) {
        #fs #contents3 .box1 {
          padding: 50px 20px 15px; } }
      #fs #contents3 .box1 .kadaitxt {
        margin-top: -100px; }
        @media print, screen and (max-width: 767px) {
          #fs #contents3 .box1 .kadaitxt {
            margin-top: -80px; } }
      #fs #contents3 .box1 h4 {
        letter-spacing: 5px;
        font-weight: bold;
        font-size: 2.8rem;
        margin-top: 10px;
        font-size: 1.6rem; }
      #fs #contents3 .box1 p {
        line-height: 1.5;
        padding: 15px 0 30px;
        font-weight: bold; }
      #fs #contents3 .box1 .photo2, #fs #contents3 .box1 .photo3, #fs #contents3 .box1 .photo4 {
        text-align: center;
        margin: 20px auto 0; }
        #fs #contents3 .box1 .photo2 img, #fs #contents3 .box1 .photo3 img, #fs #contents3 .box1 .photo4 img {
          margin: auto; }
      #fs #contents3 .box1 .photo4 {
        position: relative; }
        #fs #contents3 .box1 .photo4 .photo4-txt {
          position: absolute;
          top: -100px;
          right: -100px; }
          @media print, screen and (max-width: 767px) {
            #fs #contents3 .box1 .photo4 .photo4-txt {
              top: -30px;
              right: -30px; } }
          @media print, screen and (max-width: 767px) {
            #fs #contents3 .box1 .photo4 .photo4-txt img {
              width: 100px; } }
      #fs #contents3 .box1 .txt6 {
        margin-top: 25px; }
    #fs #contents3 .txt8 {
      font-size: 1.6rem;
      margin-top: 15px;
      font-weight: bold; }
      @media print, screen and (max-width: 767px) {
        #fs #contents3 .txt8 {
          font-size: 1.2rem; } }
      #fs #contents3 .txt8 span {
        font-size: 1.0rem; }
  #fs #contents4 {
    padding: 50px 15px; }
    @media print, screen and (max-width: 767px) {
      #fs #contents4 {
        padding: 30px 15px; } }
    #fs #contents4 h3 {
      font-size: 3.0rem;
      font-weight: bold;
      margin-top: 30px;
      line-height: 1.5;
      text-align: center;
      letter-spacing: 5px; }
      @media print, screen and (max-width: 767px) {
        #fs #contents4 h3 {
          font-size: 1.8rem; } }
      #fs #contents4 h3 span {
        font-size: 4.0rem;
        color: #3c5e5b; }
        @media print, screen and (max-width: 767px) {
          #fs #contents4 h3 span {
            font-size: 2.4rem; } }
    #fs #contents4 .txt1 {
      letter-spacing: 5px;
      font-weight: bold;
      font-size: 3.8rem;
      margin-top: 30px;
      text-align: center; }
      @media print, screen and (max-width: 767px) {
        #fs #contents4 .txt1 {
          font-size: 2.4rem;
          letter-spacing: 0px; } }
      @media print, screen and (max-width: 767px) {
        #fs #contents4 .txt1 span {
          font-size: 1.4rem;
          letter-spacing: 0px; } }
    #fs #contents4 .kouhou {
      text-align: center;
      margin: 50px auto; }
      #fs #contents4 .kouhou img {
        margin: auto; }
    #fs #contents4 .zukai1 {
      text-align: center;
      margin: 50px auto; }
      #fs #contents4 .zukai1 img {
        margin: auto; }
  #fs #contents5 {
    background-color: #e8f3dc;
    padding: 20px 10px 60px; }
    @media print, screen and (min-width: 1200px) {
      #fs #contents5 .contents5area {
        width: 80%;
        margin: 30px auto; } }
    #fs #contents5 h3 {
      font-size: 3.0rem;
      font-weight: bold;
      margin-top: 30px;
      line-height: 1.5;
      text-align: center;
      letter-spacing: 5px; }
      @media print, screen and (max-width: 767px) {
        #fs #contents5 h3 {
          font-size: 1.8rem; } }
      #fs #contents5 h3 span {
        font-size: 4.0rem;
        color: #3c5e5b; }
        @media print, screen and (max-width: 767px) {
          #fs #contents5 h3 span {
            font-size: 2.4rem; } }
    #fs #contents5 h4 {
      color: #00ab4c;
      font-size: 2.6rem;
      border-bottom: 2px dotted #00ab4c;
      padding: 15px 0;
      font-weight: bold;
      position: relative;
      line-height: 1.5; }
      @media print, screen and (max-width: 767px) {
        #fs #contents5 h4 {
          text-align: center;
          font-size: 1.2rem;
          margin-top: 15px; } }
      @media print, screen and (min-width: 768px) and (max-width: 1199px) {
        #fs #contents5 h4 {
          margin-top: 30px;
          font-size: 1.6rem; } }
      @media print, screen and (max-width: 767px) {
        #fs #contents5 h4 .txt7 {
          margin: 30px auto;
          text-align: center; } }
      @media print, screen and (min-width: 768px) {
        #fs #contents5 h4 .txt7 {
          position: absolute;
          right: 0;
          top: -30px; } }
      @media print, screen and (max-width: 767px) {
        #fs #contents5 h4 .txt7 img {
          margin: auto; } }
      @media print, screen and (min-width: 768px) and (max-width: 1199px) {
        #fs #contents5 h4 .txt7 img {
          width: 80%; } }
    #fs #contents5 h5 {
      font-weight: bold;
      font-size: 3.0rem;
      margin: 50px 0 30px;
      line-height: 2.0; }
      @media print, screen and (max-width: 767px) {
        #fs #contents5 h5 {
          font-size: 1.8rem; } }
      @media print, screen and (min-width: 768px) and (max-width: 1199px) {
        #fs #contents5 h5 {
          font-size: 2.4rem; } }
      #fs #contents5 h5 span {
        background-color: #00ab4c;
        padding: 5px 10px;
        display: inline-block;
        color: #fff;
        font-size: 2.0rem; }
        @media print, screen and (max-width: 767px) {
          #fs #contents5 h5 span {
            padding: 2px 10px;
            font-size: 1.4rem; } }
    #fs #contents5 .txt1 {
      font-weight: bold;
      padding: 15px 0;
      line-height: 1.8; }
    #fs #contents5 .photo5 {
      margin: 30px auto;
      text-align: center; }
      #fs #contents5 .photo5 img {
        margin: auto; }
    #fs #contents5 .zukai4 {
      margin-top: 30px; }
    #fs #contents5 .photo6, #fs #contents5 .photo7 {
      margin: 15px auto 0;
      text-align: center; }
      #fs #contents5 .photo6 img, #fs #contents5 .photo7 img {
        margin: auto; }
  #fs #contents6 {
    padding-top: 30px;
    padding-bottom: 80px; }
    @media print, screen and (max-width: 767px) {
      #fs #contents6 {
        padding-top: 20px; } }
    @media print, screen and (min-width: 768px) and (max-width: 991px) {
      #fs #contents6 {
        padding-top: 100px;
        padding-bottom: 50px; } }
    #fs #contents6 h3 {
      text-align: center;
      font-weight: bold;
      font-size: 3.0rem;
      letter-spacing: 20px;
      margin-top: 50px;
      line-height: 1.5; }
      @media print, screen and (max-width: 767px) {
        #fs #contents6 h3 {
          font-size: 1.4rem;
          letter-spacing: 3px; } }
      @media print, screen and (min-width: 768px) and (max-width: 991px) {
        #fs #contents6 h3 {
          font-size: 2.0rem; } }
      #fs #contents6 h3 span {
        font-size: 4.0rem;
        letter-spacing: 3px;
        color: #3c5e5b; }
        @media print, screen and (max-width: 767px) {
          #fs #contents6 h3 span {
            font-size: 2.4rem; } }
    #fs #contents6 .txt2 {
      text-align: center;
      margin: 50px auto; }
      #fs #contents6 .txt2 img {
        margin: auto; }
        @media print, screen and (max-width: 991px) {
          #fs #contents6 .txt2 img {
            width: 80%; } }
    #fs #contents6 .txt9 {
      text-align: center;
      margin: 50px auto 0; }
      #fs #contents6 .txt9 img {
        margin: auto; }
        @media print, screen and (max-width: 991px) {
          #fs #contents6 .txt9 img {
            width: 90%; } }
    #fs #contents6 .txt10 {
      text-align: center;
      margin: 50px auto 0; }
      #fs #contents6 .txt10 img {
        margin: auto; }
        @media print, screen and (max-width: 991px) {
          #fs #contents6 .txt10 img {
            width: 70%; } }
  #fs #contents7 {
    background-color: #3c5e5b;
    padding: 50px 10px 80px;
    background-image: url(../imgs/fs_illust3.png);
    background-position: center bottom 50px;
    background-repeat: no-repeat; }
    @media print, screen and (max-width: 991px) {
      #fs #contents7 {
        padding-bottom: 350px;
        background-size: 200px; } }
    @media print, screen and (min-width: 992px) {
      #fs #contents7 .contentsbox {
        width: 70%;
        margin: auto; } }
    #fs #contents7 h3 {
      font-size: 3.0rem;
      font-weight: bold;
      margin-top: 30px;
      line-height: 1.5;
      color: #fff;
      text-align: center; }
    #fs #contents7 .qabox {
      margin-top: 60px;
      background-color: #fff;
      padding: 30px;
      border-radius: 30px;
      position: relative; }
      @media print, screen and (max-width: 1199px) {
        #fs #contents7 .qabox {
          padding: 15px; } }
      #fs #contents7 .qabox .question {
        position: absolute;
        top: -10px;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        /* Safari用 */
        transform: translate(-50%, -50%); }
      #fs #contents7 .qabox h4 {
        color: #00ab4c;
        font-size: 1.2rem;
        line-height: 2.0;
        font-weight: bold;
        text-align: center; }
        @media print, screen and (max-width: 1199px) {
          #fs #contents7 .qabox h4 {
            margin-top: 30px; } }
        @media print, screen and (min-width: 992px) and (max-width: 1199px) {
          #fs #contents7 .qabox h4 {
            font-size: 1.0rem;
            letter-spacing: 0; } }
      #fs #contents7 .qabox p {
        padding: 20px 0;
        font-weight: bold; }

/*! ==================================================
　#geo
=================================================== */
#geo {
  padding-top: 60px;
  padding-bottom: 20px;
  color: #000; }
  #geo .titleback {
    position: relative; }
    #geo .titleback .titleimg {
      position: absolute; }
      #geo .titleback .titleimg img {
        object-fit: contain; }
        @media print, screen and (max-width: 991px) {
          #geo .titleback .titleimg img {
            object-fit: cover;
            height: 200px; } }
        @media print, screen and (min-width: 992px) {
          #geo .titleback .titleimg img {
            object-fit: cover;
            height: 410px; } }
    #geo .titleback h2 {
      position: absolute;
      color: #fff;
      text-align: center;
      padding-top: 150px;
      position: relative;
      font-size: 3.0rem;
      line-height: 1.5; }
      @media print, screen and (max-width: 991px) {
        #geo .titleback h2 {
          padding-top: 50px;
          font-size: 1.6rem;
          margin-bottom: 0; } }
      #geo .titleback h2 span {
        font-size: 1.6rem; }
        @media print, screen and (max-width: 991px) {
          #geo .titleback h2 span {
            font-size: 1.2rem; } }
  #geo .bottomimg {
    margin-top: 100px; }
    @media print, screen and (max-width: 991px) {
      #geo .bottomimg {
        margin-top: 70px; } }
  #geo #contents1 {
    padding-top: 150px;
    padding-bottom: 0; }
    @media print, screen and (max-width: 991px) {
      #geo #contents1 {
        padding-top: 100px;
        padding-bottom: 30px; } }
    #geo #contents1 h3.headtxt {
      font-size: 4.0rem;
      font-weight: bold;
      margin-top: 50px;
      line-height: 1.5; }
      @media print, screen and (max-width: 991px) {
        #geo #contents1 h3.headtxt {
          font-size: 1.6rem;
          text-align: center;
          margin-top: 20px; } }
      @media print, screen and (min-width: 992px) and (max-width: 1199px) {
        #geo #contents1 h3.headtxt {
          font-size: 3.0rem; } }
    @media print, screen and (max-width: 767px) {
      #geo #contents1 .txt1 {
        text-align: center;
        margin: auto; } }
    @media print, screen and (max-width: 767px) {
      #geo #contents1 .txt1 img {
        margin: 30px auto 0;
        width: 60%; } }
    #geo #contents1 h3.title1 {
      color: #3c5e5b;
      text-align: center;
      font-weight: bold;
      font-size: 4.2rem;
      letter-spacing: 20px;
      margin-top: 50px;
      line-height: 1.0; }
      @media print, screen and (max-width: 767px) {
        #geo #contents1 h3.title1 {
          font-size: 1.6rem;
          letter-spacing: 10px; } }
      #geo #contents1 h3.title1 span.title1txt {
        font-size: 2.0rem;
        letter-spacing: 3px; }
        @media print, screen and (max-width: 767px) {
          #geo #contents1 h3.title1 span.title1txt {
            letter-spacing: 0px;
            font-size: 1.2rem; } }
    #geo #contents1 .contentstxt {
      margin-top: 50px;
      line-height: 2.0;
      text-align: center;
      font-size: 1.4rem;
      padding-bottom: 50px;
      border-bottom: 1px solid #000;
      font-weight: bold; }
      @media print, screen and (max-width: 767px) {
        #geo #contents1 .contentstxt {
          letter-spacing: 0px;
          font-size: 1.0rem; } }
      #geo #contents1 .contentstxt .font-1 {
        font-size: 1.2rem;
        margin-top: 30px; }
        @media print, screen and (max-width: 767px) {
          #geo #contents1 .contentstxt .font-1 {
            letter-spacing: 0px;
            font-size: 1.0rem; } }
    #geo #contents1 .font-2 {
      font-size: 2.4rem;
      margin-top: 50px;
      text-align: center;
      font-weight: bold; }
      @media print, screen and (max-width: 767px) {
        #geo #contents1 .font-2 {
          letter-spacing: 0px;
          font-size: 1.4rem; } }
    #geo #contents1 .font-3 {
      font-size: 1.6rem;
      margin-top: 30px;
      text-align: center; }
      @media print, screen and (max-width: 767px) {
        #geo #contents1 .font-3 {
          letter-spacing: 0px;
          font-size: 1.0rem; } }
  #geo #contents2 {
    padding: 20px 0 0; }
    #geo #contents2 h3 {
      font-size: 4.0rem;
      font-weight: bold;
      margin-top: 30px;
      line-height: 1.5;
      color: #3c5e5b;
      text-align: center;
      letter-spacing: 5px; }
      @media print, screen and (max-width: 767px) {
        #geo #contents2 h3 {
          font-size: 2.0rem; } }
      #geo #contents2 h3 span {
        font-size: 3.0rem; }
        @media print, screen and (max-width: 767px) {
          #geo #contents2 h3 span {
            font-size: 1.6rem; } }
    #geo #contents2 .jisinbox {
      margin-top: 50px; }
      #geo #contents2 .jisinbox .jisintxt {
        margin-left: 100px; }
        @media print, screen and (max-width: 991px) {
          #geo #contents2 .jisinbox .jisintxt {
            margin-left: 20px; } }
        #geo #contents2 .jisinbox .jisintxt dl dt {
          font-size: 2.0rem;
          letter-spacing: 5px;
          font-weight: normal; }
          @media print, screen and (max-width: 991px) {
            #geo #contents2 .jisinbox .jisintxt dl dt {
              font-size: 1.0rem; } }
          @media print, screen and (max-width: 991px) {
            #geo #contents2 .jisinbox .jisintxt dl dt {
              font-weight: bold; } }
        #geo #contents2 .jisinbox .jisintxt dl dd {
          font-size: 1.8rem; }
          @media print, screen and (max-width: 991px) {
            #geo #contents2 .jisinbox .jisintxt dl dd {
              font-size: 0.9rem; } }
          @media print, screen and (max-width: 991px) {
            #geo #contents2 .jisinbox .jisintxt dl dd {
              font-weight: bold; } }
        #geo #contents2 .jisinbox .jisintxt p {
          font-size: 1.2rem;
          line-height: 2.0;
          margin-top: 30px; }
          @media print, screen and (max-width: 991px) {
            #geo #contents2 .jisinbox .jisintxt p {
              font-size: 0.9rem; } }
          @media print, screen and (max-width: 991px) {
            #geo #contents2 .jisinbox .jisintxt p {
              font-weight: bold; } }
      #geo #contents2 .jisinbox .jisintxt1 {
        margin-top: -50px; }
        @media print, screen and (max-width: 767px) {
          #geo #contents2 .jisinbox .jisintxt1 {
            margin-top: 0; } }
      #geo #contents2 .jisinbox .jisintxt2 {
        text-align: center;
        margin: 50px auto; }
        #geo #contents2 .jisinbox .jisintxt2 img {
          margin: auto; }
      @media print, screen and (min-width: 1200px) {
        #geo #contents2 .jisinbox .jisinphotobox {
          width: 80%;
          margin: auto; } }
      #geo #contents2 .jisinbox .jisinphotobox .jisinphoto {
        margin-top: 30px; }
      #geo #contents2 .jisinbox .jisinphotobox .line1 {
        margin-top: 50px; }
      #geo #contents2 .jisinbox .jisinmap {
        position: relative;
        height: 650px; }
        @media print, screen and (max-width: 767px) {
          #geo #contents2 .jisinbox .jisinmap {
            height: 850px; } }
        @media print, screen and (min-width: 768px) and (max-width: 991px) {
          #geo #contents2 .jisinbox .jisinmap {
            height: 950px; } }
        #geo #contents2 .jisinbox .jisinmap .mapimg {
          position: absolute;
          right: 0;
          top: 0; }
          @media print, screen and (max-width: 991px) {
            #geo #contents2 .jisinbox .jisinmap .mapimg {
              top: 100px; } }
        #geo #contents2 .jisinbox .jisinmap .textarea {
          position: absolute;
          left: 0;
          top: 0; }
          #geo #contents2 .jisinbox .jisinmap .textarea h4 {
            margin: 50px 0;
            line-height: 1.5;
            font-size: 2.4rem;
            font-weight: bold; }
            @media print, screen and (max-width: 767px) {
              #geo #contents2 .jisinbox .jisinmap .textarea h4 {
                font-size: 1.2rem; } }
          #geo #contents2 .jisinbox .jisinmap .textarea p {
            margin-top: 50px;
            letter-spacing: 2px; }
            @media print, screen and (min-width: 992px) {
              #geo #contents2 .jisinbox .jisinmap .textarea p {
                width: 30%; } }
            @media print, screen and (max-width: 767px) {
              #geo #contents2 .jisinbox .jisinmap .textarea p {
                font-size: 0.9rem;
                margin: 500px 10px 50px;
                width: 100%; } }
            @media print, screen and (min-width: 768px) and (max-width: 991px) {
              #geo #contents2 .jisinbox .jisinmap .textarea p {
                font-size: 0.9rem;
                margin: 600px 10px 50px;
                width: 100%; } }
            @media print, screen and (max-width: 991px) {
              #geo #contents2 .jisinbox .jisinmap .textarea p {
                font-weight: bold; } }
            #geo #contents2 .jisinbox .jisinmap .textarea p a {
              word-break: break-all; }
  #geo #contents3 {
    padding: 20px 0 60px; }
    @media print, screen and (min-width: 1200px) {
      #geo #contents3 .contentsbox {
        width: 80%;
        margin: auto; } }
    #geo #contents3 h3 {
      font-size: 3.6rem;
      font-weight: bold;
      margin-top: 30px;
      line-height: 1.5;
      color: #3c5e5b;
      text-align: center; }
      @media print, screen and (max-width: 767px) {
        #geo #contents3 h3 {
          font-size: 1.6rem; } }
    #geo #contents3 .txt1 {
      font-size: 1.8rem;
      text-align: center;
      margin-top: 30px;
      line-height: 1.8;
      font-weight: bold; }
      @media print, screen and (max-width: 767px) {
        #geo #contents3 .txt1 {
          font-size: 0.9rem; } }
      #geo #contents3 .txt1 span {
        display: inline-block;
        background-color: #f29600;
        padding: 1px 5px;
        text-align: center; }
    #geo #contents3 .txt2 {
      font-weight: bold;
      margin-top: 20px;
      font-size: 1.0rem;
      text-align: center; }
      @media print, screen and (max-width: 767px) {
        #geo #contents3 .txt2 {
          font-size: 0.9rem; } }
    #geo #contents3 .txt3 {
      font-weight: bold;
      margin-top: 30px;
      font-size: 2.6rem;
      text-align: center;
      background-color: #f29600;
      color: #fff;
      padding: 5px 30px;
      border-radius: 30px; }
      @media print, screen and (max-width: 991px) {
        #geo #contents3 .txt3 {
          font-size: 1.2rem; } }
    #geo #contents3 h4 {
      margin-top: 30px;
      font-size: 3.0rem;
      text-align: center;
      font-weight: bold; }
      @media print, screen and (max-width: 767px) {
        #geo #contents3 h4 {
          font-size: 1.6rem; } }
      @media print, screen and (min-width: 768px) and (max-width: 1199px) {
        #geo #contents3 h4 {
          font-size: 1.8rem; } }
      #geo #contents3 h4 span {
        font-size: 4.0rem; }
        @media print, screen and (max-width: 767px) {
          #geo #contents3 h4 span {
            font-size: 2.0rem; } }
        @media print, screen and (min-width: 768px) and (max-width: 1199px) {
          #geo #contents3 h4 span {
            font-size: 2.6rem; } }
    #geo #contents3 .kouhouimg {
      margin-top: 40px; }
    #geo #contents3 .pointcontents {
      margin-top: 50px;
      border: 5px solid #00ab4c;
      border-radius: 30px;
      padding: 15px 30px 60px; }
      #geo #contents3 .pointcontents .contents-1 {
        margin-top: 30px; }
        @media print, screen and (max-width: 767px) {
          #geo #contents3 .pointcontents .contents-1 {
            margin-top: 10px; } }
        #geo #contents3 .pointcontents .contents-1 h5 {
          font-weight: bold;
          font-size: 1.6rem;
          letter-spacing: 2px; }
          @media print, screen and (max-width: 767px) {
            #geo #contents3 .pointcontents .contents-1 h5 {
              margin-top: 15px;
              text-align: center;
              font-size: 1.2rem;
              line-height: 1.5; } }
          #geo #contents3 .pointcontents .contents-1 h5 span {
            font-size: 2.4rem;
            color: #f29600; }
            @media print, screen and (max-width: 767px) {
              #geo #contents3 .pointcontents .contents-1 h5 span {
                font-size: 2.0rem; } }
        #geo #contents3 .pointcontents .contents-1 p {
          padding: 15px 15px 0 0;
          line-height: 1.8;
          font-size: 1.2rem; }
          @media print, screen and (max-width: 767px) {
            #geo #contents3 .pointcontents .contents-1 p {
              font-size: 0.9rem;
              padding: 15px 10px; } }
          @media print, screen and (max-width: 991px) {
            #geo #contents3 .pointcontents .contents-1 p {
              font-weight: bold; } }
        #geo #contents3 .pointcontents .contents-1 .point1 {
          margin: 0 auto;
          text-align: center; }
          #geo #contents3 .pointcontents .contents-1 .point1 img {
            margin: auto; }
            @media print, screen and (max-width: 767px) {
              #geo #contents3 .pointcontents .contents-1 .point1 img {
                width: 80px; } }
      #geo #contents3 .pointcontents .pointillust {
        margin: 30px auto 10px;
        text-align: center; }
        #geo #contents3 .pointcontents .pointillust img {
          margin: auto; }
        @media print, screen and (max-width: 767px) {
          #geo #contents3 .pointcontents .pointillust {
            margin-bottom: 30px; } }
  #geo #contents4 {
    padding: 30px 0 80px; }
    @media print, screen and (max-width: 767px) {
      #geo #contents4 {
        padding: 30px 0; } }
    #geo #contents4 h3 {
      font-size: 4.0rem;
      font-weight: bold;
      margin-bottom: 30px;
      line-height: 1.5;
      text-align: center;
      letter-spacing: 5px;
      color: #3c5e5b; }
      @media print, screen and (max-width: 767px) {
        #geo #contents4 h3 {
          font-size: 1.5rem;
          letter-spacing: 3px; } }
    #geo #contents4 .merittxt {
      margin: 30px auto;
      text-align: center; }
      #geo #contents4 .merittxt img {
        margin: auto; }
    #geo #contents4 h4 {
      font-size: 4.0rem;
      font-weight: bold;
      margin-bottom: 30px;
      line-height: 1.5;
      text-align: center;
      letter-spacing: 5px; }
      @media print, screen and (max-width: 767px) {
        #geo #contents4 h4 {
          font-size: 1.4rem; } }
      @media print, screen and (min-width: 768px) and (max-width: 1199px) {
        #geo #contents4 h4 {
          font-size: 2.8rem; } }
    #geo #contents4 p {
      padding: 15px 15px;
      line-height: 1.8;
      font-size: 1.6rem;
      text-align: center; }
      @media print, screen and (max-width: 767px) {
        #geo #contents4 p {
          font-size: 1.0rem; } }
      @media print, screen and (max-width: 991px) {
        #geo #contents4 p {
          font-weight: bold; } }
    #geo #contents4 .buzaibox .buzaiimg, #geo #contents4 .buzaibox .buzaitokucho {
      margin: 40px auto;
      text-align: center; }
      #geo #contents4 .buzaibox .buzaiimg img, #geo #contents4 .buzaibox .buzaitokucho img {
        margin: auto; }
    #geo #contents4 .buzaibox p {
      padding: 15px 15px;
      line-height: 1.8;
      font-size: 1.2rem;
      text-align: left; }
      @media print, screen and (max-width: 767px) {
        #geo #contents4 .buzaibox p {
          font-size: 1.0rem; } }
  #geo #contents5 {
    background-color: #e8f3dc;
    padding: 20px 0 0; }
    #geo #contents5 h3 {
      font-size: 4.0rem;
      font-weight: bold;
      margin-top: 30px;
      line-height: 1.5;
      text-align: center;
      letter-spacing: 5px; }
      @media print, screen and (max-width: 767px) {
        #geo #contents5 h3 {
          font-size: 1.5rem;
          letter-spacing: 1px; } }
      @media print, screen and (min-width: 768px) and (max-width: 991px) {
        #geo #contents5 h3 {
          font-size: 2.4rem; } }
      #geo #contents5 h3 span.font1 {
        font-size: 2.6rem; }
        @media print, screen and (max-width: 767px) {
          #geo #contents5 h3 span.font1 {
            font-size: 1.0rem; } }
        @media print, screen and (min-width: 768px) and (max-width: 991px) {
          #geo #contents5 h3 span.font1 {
            font-size: 1.6rem; } }
      #geo #contents5 h3 span.font2 {
        color: #3c5e5b; }
    @media print, screen and (min-width: 1200px) {
      #geo #contents5 .contentsbox {
        width: 90%;
        margin: auto; } }
    #geo #contents5 .taisakubox {
      margin-top: 30px; }
      #geo #contents5 .taisakubox h4 {
        color: #3c5e5b;
        font-size: 1.4rem;
        padding: 0;
        font-weight: bold;
        line-height: 1.5;
        letter-spacing: 2px; }
        @media print, screen and (max-width: 767px) {
          #geo #contents5 .taisakubox h4 {
            text-align: center;
            font-size: 1.0rem;
            letter-spacing: -1px; } }
        @media print, screen and (min-width: 768px) and (max-width: 1199px) {
          #geo #contents5 .taisakubox h4 {
            margin-top: 30px;
            font-size: 1.6rem; } }
      #geo #contents5 .taisakubox p {
        padding-top: 10px; }
        @media print, screen and (max-width: 767px) {
          #geo #contents5 .taisakubox p {
            font-size: 0.8rem; } }
  #geo #contents6 {
    padding-top: 30px; }
    @media print, screen and (max-width: 767px) {
      #geo #contents6 {
        padding-top: 20px; } }
    @media print, screen and (min-width: 768px) and (max-width: 991px) {
      #geo #contents6 {
        padding-top: 100px;
        padding-bottom: 50px; } }
    @media print, screen and (min-width: 1200px) {
      #geo #contents6 .contentsbox {
        width: 80%;
        margin: auto; } }
    #geo #contents6 h3 {
      text-align: center;
      font-weight: bold;
      font-size: 4.0rem;
      letter-spacing: 10px;
      margin-top: 50px;
      line-height: 1.5;
      color: #3c5e5b; }
      @media print, screen and (max-width: 767px) {
        #geo #contents6 h3 {
          font-size: 1.6rem;
          letter-spacing: 3px; } }
      @media print, screen and (min-width: 768px) and (max-width: 991px) {
        #geo #contents6 h3 {
          font-size: 2.4rem; } }
      #geo #contents6 h3 span {
        font-size: 3.0rem;
        letter-spacing: 3px; }
        @media print, screen and (max-width: 767px) {
          #geo #contents6 h3 span {
            font-size: 1.2rem; } }
        @media print, screen and (min-width: 768px) and (max-width: 991px) {
          #geo #contents6 h3 span {
            font-size: 1.6rem; } }
    #geo #contents6 .koukatxt {
      margin: 30px auto 0;
      text-align: center; }
      #geo #contents6 .koukatxt img {
        margin: auto; }
    #geo #contents6 h4 {
      font-size: 2.8rem;
      padding: 15px 15px;
      font-weight: bold;
      position: relative;
      line-height: 1.5;
      letter-spacing: 5px; }
      @media print, screen and (max-width: 767px) {
        #geo #contents6 h4 {
          text-align: center;
          font-size: 1.2rem;
          margin-top: 15px;
          letter-spacing: 2px; } }
      @media print, screen and (min-width: 768px) and (max-width: 1199px) {
        #geo #contents6 h4 {
          margin-top: 30px;
          font-size: 1.6rem; } }
    #geo #contents6 p {
      padding: 15px 15px;
      line-height: 1.8;
      font-size: 1.2rem;
      text-align: left; }
      @media print, screen and (max-width: 767px) {
        #geo #contents6 p {
          font-size: 1.0rem;
          font-weight: bold; } }
      @media print, screen and (min-width: 768px) and (max-width: 991px) {
        #geo #contents6 p {
          font-size: 1.0rem; } }
    #geo #contents6 .koukaphoto {
      margin-top: 50px; }
    #geo #contents6 .qr {
      margin: 50px 10px 0; }
    #geo #contents6 .shoumei {
      margin: 40px auto;
      text-align: center; }
      @media print, screen and (max-width: 767px) {
        #geo #contents6 .shoumei {
          margin: 40px auto 0; } }
      #geo #contents6 .shoumei img {
        margin: auto; }
  #geo #contents7 {
    padding: 50px 0 0; }
    @media print, screen and (min-width: 992px) {
      #geo #contents7 .contentsbox {
        width: 70%;
        margin: auto; } }
    #geo #contents7 h3 {
      font-size: 4.0rem;
      font-weight: bold;
      margin-top: 30px;
      line-height: 1.5;
      text-align: center;
      color: #3c5e5b; }
      @media print, screen and (max-width: 991px) {
        #geo #contents7 h3 {
          font-size: 1.4rem; } }
      @media print, screen and (min-width: 768px) and (max-width: 1199px) {
        #geo #contents7 h3 {
          font-size: 2.8rem; } }
    #geo #contents7 .chigai {
      margin: 40px auto;
      text-align: center; }
      @media print, screen and (max-width: 991px) {
        #geo #contents7 .chigai {
          margin: 40px auto 0; } }
      #geo #contents7 .chigai img {
        margin: auto; }
  #geo #contents8 {
    padding: 50px 0 0; }
    @media print, screen and (max-width: 991px) {
      #geo #contents8 {
        padding: 30px 0 0; } }
    @media print, screen and (min-width: 992px) {
      #geo #contents8 .contentsbox {
        width: 70%;
        margin: auto; } }
    #geo #contents8 h3 {
      font-size: 4.0rem;
      font-weight: bold;
      margin-top: 30px;
      line-height: 1.5;
      text-align: center;
      color: #3c5e5b; }
      @media print, screen and (max-width: 991px) {
        #geo #contents8 h3 {
          font-size: 1.4rem; } }
    #geo #contents8 .chigai {
      margin: 40px auto;
      text-align: center; }
      #geo #contents8 .chigai img {
        margin: auto; }
  #geo #contents9 {
    padding: 50px 10px 80px;
    background-color: #3c5e5b;
    color: #fff; }
    @media print, screen and (min-width: 992px) {
      #geo #contents9 .contentsbox {
        width: 70%;
        margin: auto; } }
    #geo #contents9 h3 {
      font-size: 4.0rem;
      font-weight: bold;
      margin-top: 30px;
      line-height: 1.5;
      text-align: center;
      color: #fff; }
    #geo #contents9 .hosho {
      margin: 40px auto;
      text-align: center; }
      #geo #contents9 .hosho img {
        margin: auto; }
  #geo #contents10 {
    background-color: #e8f3dc;
    padding: 20px 10px 80px;
    overflow: hidden; }
    #geo #contents10 h3 {
      font-size: 2.8rem;
      font-weight: bold;
      margin-top: 30px;
      line-height: 1.5;
      text-align: center;
      letter-spacing: 5px;
      color: #3c5e5b; }
      @media print, screen and (max-width: 767px) {
        #geo #contents10 h3 {
          font-size: 1.4rem; } }
      #geo #contents10 h3 span {
        font-size: 4.0rem;
        color: #3c5e5b; }
        @media print, screen and (max-width: 767px) {
          #geo #contents10 h3 span {
            font-size: 2.4rem; } }
    @media print, screen and (max-width: 767px) {
      #geo #contents10 .contentsbox {
        padding-bottom: 30px; } }
    @media print, screen and (min-width: 1200px) {
      #geo #contents10 .contentsbox {
        width: 90%;
        margin: 10px auto 50px; } }
    #geo #contents10 .qaarea {
      background-color: #fff;
      padding: 30px;
      border-radius: 30px;
      margin-top: 30px; }
      @media print, screen and (max-width: 767px) {
        #geo #contents10 .qaarea {
          padding: 15px; } }
      @media print, screen and (min-width: 992px) {
        #geo #contents10 .qaarea .qaborder {
          border-right: 2px dotted #00ab4c; } }
      #geo #contents10 .qaarea .qabox {
        padding: 10px; }
        #geo #contents10 .qaarea .qabox h4 {
          margin-top: 15px;
          color: #f29600;
          background-image: url(../imgs/geo_question.png);
          background-position: top center;
          background-repeat: no-repeat;
          padding-top: 55px;
          font-size: 1.2rem;
          font-weight: bold;
          text-align: center;
          line-height: 1.6;
          letter-spacing: 2px; }
          @media print, screen and (max-width: 767px) {
            #geo #contents10 .qaarea .qabox h4 {
              font-size: 1.1rem; } }
        #geo #contents10 .qaarea .qabox p {
          margin-top: 15px;
          font-size: 1.0rem; }
          @media print, screen and (max-width: 767px) {
            #geo #contents10 .qaarea .qabox p {
              font-size: 0.9rem; } }
          @media print, screen and (max-width: 991px) {
            #geo #contents10 .qaarea .qabox p {
              font-weight: bold; } }
        #geo #contents10 .qaarea .qabox .merit h5 {
          background-color: #8dc552;
          color: #fff;
          border-radius: 5px;
          padding: 2px;
          text-align: center;
          margin-top: 10px; }
        #geo #contents10 .qaarea .qabox .merit p {
          line-height: 1.6; }
          #geo #contents10 .qaarea .qabox .merit p span {
            color: #8dc552; }
        #geo #contents10 .qaarea .qabox .line2 {
          margin: auto;
          text-align: center; }
          #geo #contents10 .qaarea .qabox .line2 img {
            margin: auto; }
        #geo #contents10 .qaarea .qabox .demerit h5 {
          background-color: #888888;
          color: #fff;
          border-radius: 5px;
          padding: 2px;
          text-align: center;
          margin-top: 10px; }
        #geo #contents10 .qaarea .qabox .demerit p span {
          color: #888888; }
      #geo #contents10 .qaarea .qaboxlast {
        background-image: url(../imgs/geo_qaback.png);
        background-repeat: no-repeat;
        background-position: bottom center;
        padding-bottom: 200px; }
    #geo #contents10 .voicearea .voicebox {
      background-color: #fff;
      padding: 15px;
      border-radius: 15px;
      margin-top: 30px; }
    #geo #contents10 .voicearea .voicebox.voice1 .voiceimg {
      float: right;
      clear: both;
      margin-left: 10px; }
    #geo #contents10 .voicearea .voicebox.voice1 .voiceimg img {
      width: 100%;
      height: auto;
      vertical-align: top; }
      @media print, screen and (max-width: 991px) {
        #geo #contents10 .voicearea .voicebox.voice1 .voiceimg img {
          width: 70px; } }
      @media print, screen and (min-width: 992px) {
        #geo #contents10 .voicearea .voicebox.voice1 .voiceimg img {
          width: 100px; } }
      @media print, screen and (min-width: 1600px) {
        #geo #contents10 .voicearea .voicebox.voice1 .voiceimg img {
          width: 100%; } }
    #geo #contents10 .voicearea .voicebox.voice1 .space {
      float: right; }
      @media print, screen and (max-width: 767px) {
        #geo #contents10 .voicearea .voicebox.voice1 .space {
          height: 5em;
          /* 仮の高さ */ } }
      @media print, screen and (min-width: 768px) and (max-width: 991px) {
        #geo #contents10 .voicearea .voicebox.voice1 .space {
          height: 3em;
          /* 仮の高さ */ } }
      @media print, screen and (min-width: 992px) {
        #geo #contents10 .voicearea .voicebox.voice1 .space {
          height: 7em;
          /* 仮の高さ */ } }
      @media print, screen and (min-width: 1600px) {
        #geo #contents10 .voicearea .voicebox.voice1 .space {
          height: 5em;
          /* 仮の高さ */ } }
    #geo #contents10 .voicearea .voicebox.voice1 .clear-after {
      display: none;
      clear: both;
      height: 0; }
    #geo #contents10 .voicearea .voicebox.voice2 .voiceimg {
      float: left;
      clear: both;
      margin-left: -40px; }
      @media print, screen and (max-width: 991px) {
        #geo #contents10 .voicearea .voicebox.voice2 .voiceimg {
          margin-left: -20px; } }
    #geo #contents10 .voicearea .voicebox.voice2 .voiceimg img {
      height: auto;
      vertical-align: top; }
      @media print, screen and (max-width: 991px) {
        #geo #contents10 .voicearea .voicebox.voice2 .voiceimg img {
          width: 70px; } }
      @media print, screen and (min-width: 992px) {
        #geo #contents10 .voicearea .voicebox.voice2 .voiceimg img {
          width: 100px; } }
      @media print, screen and (min-width: 1600px) {
        #geo #contents10 .voicearea .voicebox.voice2 .voiceimg img {
          width: 80%; } }
    #geo #contents10 .voicearea .voicebox.voice2 .space {
      float: left;
      height: 10em;
      /* 仮の高さ */ }
      @media print, screen and (min-width: 768px) and (max-width: 991px) {
        #geo #contents10 .voicearea .voicebox.voice2 .space {
          height: 4em;
          /* 仮の高さ */ } }
      @media print, screen and (min-width: 992px) {
        #geo #contents10 .voicearea .voicebox.voice2 .space {
          height: 15em;
          /* 仮の高さ */ } }
      @media print, screen and (min-width: 1600px) {
        #geo #contents10 .voicearea .voicebox.voice2 .space {
          height: 10em;
          /* 仮の高さ */ } }
    #geo #contents10 .voicearea .voicebox.voice2 .clear-after {
      display: none;
      clear: both;
      height: 0; }
    #geo #contents10 .voicearea .voicebox.voice3 .voiceimg {
      float: left;
      clear: both;
      margin-left: -40px; }
      @media print, screen and (max-width: 991px) {
        #geo #contents10 .voicearea .voicebox.voice3 .voiceimg {
          margin-left: -20px; } }
    #geo #contents10 .voicearea .voicebox.voice3 .voiceimg img {
      height: auto;
      vertical-align: top; }
      @media print, screen and (max-width: 991px) {
        #geo #contents10 .voicearea .voicebox.voice3 .voiceimg img {
          width: 70px; } }
      @media print, screen and (min-width: 992px) {
        #geo #contents10 .voicearea .voicebox.voice3 .voiceimg img {
          width: 120px; } }
      @media print, screen and (min-width: 1600px) {
        #geo #contents10 .voicearea .voicebox.voice3 .voiceimg img {
          width: 100%; } }
    #geo #contents10 .voicearea .voicebox.voice3 .space {
      float: left;
      height: 5em;
      /* 仮の高さ */ }
      @media print, screen and (max-width: 767px) {
        #geo #contents10 .voicearea .voicebox.voice3 .space {
          height: 10em;
          /* 仮の高さ */ } }
      @media print, screen and (min-width: 768px) and (max-width: 991px) {
        #geo #contents10 .voicearea .voicebox.voice3 .space {
          height: 5em;
          /* 仮の高さ */ } }
      @media print, screen and (min-width: 992px) {
        #geo #contents10 .voicearea .voicebox.voice3 .space {
          height: 8em;
          /* 仮の高さ */ } }
      @media print, screen and (min-width: 1600px) {
        #geo #contents10 .voicearea .voicebox.voice3 .space {
          height: 5em;
          /* 仮の高さ */ } }
    #geo #contents10 .voicearea .voicebox.voice3 .clear-after {
      display: none;
      clear: both;
      height: 0; }
    #geo #contents10 .voicearea .voicebox.voice4 .voiceimg {
      float: right;
      clear: both;
      margin-left: 10px; }
    #geo #contents10 .voicearea .voicebox.voice4 .voiceimg img {
      height: auto;
      vertical-align: top; }
      @media print, screen and (max-width: 991px) {
        #geo #contents10 .voicearea .voicebox.voice4 .voiceimg img {
          width: 70px; } }
      @media print, screen and (min-width: 992px) {
        #geo #contents10 .voicearea .voicebox.voice4 .voiceimg img {
          width: 120px; } }
      @media print, screen and (min-width: 1600px) {
        #geo #contents10 .voicearea .voicebox.voice4 .voiceimg img {
          width: 100%; } }
    #geo #contents10 .voicearea .voicebox.voice4 .space {
      float: right; }
      @media print, screen and (max-width: 767px) {
        #geo #contents10 .voicearea .voicebox.voice4 .space {
          height: 7em;
          /* 仮の高さ */ } }
      @media print, screen and (min-width: 768px) and (max-width: 991px) {
        #geo #contents10 .voicearea .voicebox.voice4 .space {
          height: 5em;
          /* 仮の高さ */ } }
      @media print, screen and (min-width: 992px) {
        #geo #contents10 .voicearea .voicebox.voice4 .space {
          height: 8em;
          /* 仮の高さ */ } }
      @media print, screen and (min-width: 1600px) {
        #geo #contents10 .voicearea .voicebox.voice4 .space {
          height: 4em;
          /* 仮の高さ */ } }
    #geo #contents10 .voicearea .voicebox.voice4 .clear-after {
      display: none;
      clear: both;
      height: 0; }
    #geo #contents10 .voicearea .voicebox.voice5 .voiceimg {
      float: right;
      clear: both;
      margin-right: -50px; }
      @media print, screen and (max-width: 991px) {
        #geo #contents10 .voicearea .voicebox.voice5 .voiceimg {
          margin-right: -30px; } }
    #geo #contents10 .voicearea .voicebox.voice5 .voiceimg img {
      width: 100%;
      height: auto;
      vertical-align: top; }
      @media print, screen and (max-width: 991px) {
        #geo #contents10 .voicearea .voicebox.voice5 .voiceimg img {
          width: 70px; } }
      @media print, screen and (min-width: 992px) {
        #geo #contents10 .voicearea .voicebox.voice5 .voiceimg img {
          width: 120px; } }
      @media print, screen and (min-width: 1600px) {
        #geo #contents10 .voicearea .voicebox.voice5 .voiceimg img {
          width: 100%; } }
    #geo #contents10 .voicearea .voicebox.voice5 .space {
      float: right; }
      @media print, screen and (max-width: 767px) {
        #geo #contents10 .voicearea .voicebox.voice5 .space {
          height: 10em;
          /* 仮の高さ */ } }
      @media print, screen and (min-width: 768px) and (max-width: 991px) {
        #geo #contents10 .voicearea .voicebox.voice5 .space {
          height: 5em;
          /* 仮の高さ */ } }
      @media print, screen and (min-width: 992px) {
        #geo #contents10 .voicearea .voicebox.voice5 .space {
          height: 7em;
          /* 仮の高さ */ } }
      @media print, screen and (min-width: 1600px) {
        #geo #contents10 .voicearea .voicebox.voice5 .space {
          height: 3em;
          /* 仮の高さ */ } }
    #geo #contents10 .voicearea .voicebox.voice5 .clear-after {
      display: none;
      clear: both;
      height: 0; }
    #geo #contents10 .voicearea .voicebox.voice6 .voiceimg {
      float: right;
      clear: both;
      margin-right: -50px; }
      @media print, screen and (max-width: 991px) {
        #geo #contents10 .voicearea .voicebox.voice6 .voiceimg {
          margin-right: -20px; } }
    #geo #contents10 .voicearea .voicebox.voice6 .voiceimg img {
      height: auto;
      vertical-align: top; }
      @media print, screen and (max-width: 991px) {
        #geo #contents10 .voicearea .voicebox.voice6 .voiceimg img {
          width: 70px; } }
      @media print, screen and (min-width: 992px) {
        #geo #contents10 .voicearea .voicebox.voice6 .voiceimg img {
          width: 120px; } }
      @media print, screen and (min-width: 1600px) {
        #geo #contents10 .voicearea .voicebox.voice6 .voiceimg img {
          width: 100%; } }
    #geo #contents10 .voicearea .voicebox.voice6 .space {
      float: right; }
      @media print, screen and (max-width: 767px) {
        #geo #contents10 .voicearea .voicebox.voice6 .space {
          height: 5em;
          /* 仮の高さ */ } }
      @media print, screen and (min-width: 768px) and (max-width: 991px) {
        #geo #contents10 .voicearea .voicebox.voice6 .space {
          height: 5em;
          /* 仮の高さ */ } }
      @media print, screen and (min-width: 992px) {
        #geo #contents10 .voicearea .voicebox.voice6 .space {
          height: 8em;
          /* 仮の高さ */ } }
      @media print, screen and (min-width: 1600px) {
        #geo #contents10 .voicearea .voicebox.voice6 .space {
          height: 6em;
          /* 仮の高さ */ } }
    #geo #contents10 .voicearea .voicebox.voice6 .clear-after {
      display: none;
      clear: both;
      height: 0; }
    #geo #contents10 .voicearea h4 {
      background-color: #8dc552;
      color: #fff;
      padding: 2px;
      text-align: center;
      font-size: 1.2rem;
      margin-top: 30px;
      border-radius: 15px; }
    @media print, screen and (max-width: 991px) {
      #geo #contents10 .voicearea p {
        font-weight: bold; } }

/*! ==================================================
　#company
=================================================== */
#company {
  padding-top: 60px;
  padding-bottom: 20px; }
  #company .titleback {
    position: relative; }
    #company .titleback .titleimg {
      position: absolute; }
      #company .titleback .titleimg img {
        object-fit: contain; }
        @media print, screen and (max-width: 991px) {
          #company .titleback .titleimg img {
            object-fit: cover;
            height: 200px; } }
        @media print, screen and (min-width: 992px) {
          #company .titleback .titleimg img {
            object-fit: cover;
            height: 410px; } }
    #company .titleback h2 {
      position: absolute;
      color: #fff;
      text-align: center;
      padding-top: 150px;
      position: relative;
      font-size: 3.0rem;
      line-height: 1.5; }
      @media print, screen and (max-width: 991px) {
        #company .titleback h2 {
          padding-top: 50px;
          font-size: 1.6rem;
          margin-bottom: 0; } }
      #company .titleback h2 span {
        font-size: 1.6rem; }
        @media print, screen and (max-width: 991px) {
          #company .titleback h2 span {
            font-size: 1.2rem; } }
  #company .messagebox {
    padding-top: 150px;
    padding-bottom: 80px; }
    @media print, screen and (max-width: 991px) {
      #company .messagebox {
        padding: 100px 15px 80px; } }
    #company .messagebox h3 {
      color: #E66D3c;
      font-size: 1.8rem; }
    #company .messagebox h4 {
      font-size: 2.0rem;
      line-height: 1.5; }
      @media print, screen and (max-width: 991px) {
        #company .messagebox h4 {
          font-size: 1.2rem;
          padding-bottom: 15px; } }
    #company .messagebox p {
      line-height: 2.0; }
      @media print, screen and (max-width: 991px) {
        #company .messagebox p {
          line-height: 1.8; } }
    #company .messagebox .daihyophoto {
      margin: auto;
      margin-top: 50px;
      text-align: center; }
      @media print, screen and (min-width: 992px) {
        #company .messagebox .daihyophoto {
          float: right;
          margin-top: 0; } }
    #company .messagebox p.daihyoname {
      text-align: right; }
      #company .messagebox p.daihyoname img {
        width: 200px;
        margin-bottom: 30px; }
        @media print, screen and (max-width: 991px) {
          #company .messagebox p.daihyoname img {
            width: 100px; } }
  #company .infoback {
    background-color: #FFF7E7;
    padding: 50px 0; }
    @media print, screen and (max-width: 991px) {
      #company .infoback {
        padding: 50px 15px; } }
    #company .infoback dl {
      background-color: #fff;
      padding: 15px;
      border-bottom: 1px solid #E66D3c;
      font-family: "Noto Sans CJK JP", sans-serif; }
      #company .infoback dl dt {
        font-weight: normal; }
      #company .infoback dl ul li {
        margin-left: 20px; }
    #company .infoback h3 {
      margin-top: 100px;
      margin-bottom: 50px;
      color: #E66D3c;
      font-size: 1.8rem; }
      @media print, screen and (max-width: 991px) {
        #company .infoback h3 {
          margin-top: 50px; } }
      #company .infoback h3 span {
        font-size: 1.0rem;
        color: #483024;
        font-family: "a-otf-ryumin-pr6n", serif;
        font-weight: bold; }
    #company .infoback .btn1 {
      text-align: right;
      padding: 30px 0; }
      #company .infoback .btn1 a {
        background-color: #E66D3c;
        display: inline-block;
        padding: 2px 30px;
        color: #fff;
        border-radius: 3px;
        letter-spacing: 3px;
        text-decoration: none; }

/*! ==================================================
　contact
=================================================== */
#contact {
  padding-top: 60px;
  padding-bottom: 20px; }
  #contact .titleback {
    position: relative; }
    #contact .titleback .titleimg {
      position: absolute; }
      #contact .titleback .titleimg img {
        object-fit: contain; }
        @media print, screen and (max-width: 991px) {
          #contact .titleback .titleimg img {
            object-fit: cover;
            height: 200px; } }
        @media print, screen and (min-width: 992px) {
          #contact .titleback .titleimg img {
            object-fit: cover;
            height: 410px; } }
    #contact .titleback h2 {
      position: absolute;
      color: #fff;
      text-align: center;
      padding-top: 150px;
      position: relative;
      font-size: 3.0rem;
      line-height: 1.5; }
      @media print, screen and (max-width: 991px) {
        #contact .titleback h2 {
          padding-top: 50px;
          font-size: 1.6rem;
          margin-bottom: 0; } }
      #contact .titleback h2 span {
        font-size: 1.6rem; }
        @media print, screen and (max-width: 991px) {
          #contact .titleback h2 span {
            font-size: 1.2rem; } }
  #contact .formback {
    background-color: #FFF7E7;
    padding: 50px 0; }
  #contact .contactform {
    padding: 100px 15px;
    min-height: 400px;
    max-width: 600px;
    margin: auto;
    /*.btn_submit{
    	text-align:center;
    	margin:0 auto;
    }*/ }
    @media print, screen and (max-width: 767px) {
      #contact .contactform {
        padding: 30px 0; } }
    #contact .contactform form {
      margin: 20px 0;
      padding: 10px 0; }
    #contact .contactform .form-group {
      margin: 5px 0;
      padding: 0;
      font-family: "Noto Sans CJK JP", sans-serif !important; }
      #contact .contactform .form-group label {
        font-family: "Noto Sans CJK JP", sans-serif;
        margin: 15px; }
      #contact .contactform .form-group input {
        font-family: "Noto Sans CJK JP", sans-serif !important; }
        @media print, screen and (max-width: 767px) {
          #contact .contactform .form-group input {
            font-size: 1.0rem; } }
    #contact .contactform .formback {
      background-color: #fcfcfc;
      padding: 15px 5px;
      margin-top: 15px; }
    #contact .contactform table {
      border: 1px solid #483024; }
      #contact .contactform table th {
        width: 30%;
        font-weight: normal;
        background-color: rgba(255, 255, 255, 0.5);
        border: 1px solid #483024;
        font-family: "Noto Sans CJK JP", sans-serif; }
      #contact .contactform table td {
        width: 70%;
        background-color: rgba(255, 255, 255, 0.5);
        border: 1px solid #483024;
        font-family: "Noto Sans CJK JP", sans-serif; }
    #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 15px 10px 15px;
      vertical-align: middle; }
    #contact .contactform textarea {
      width: 100%;
      margin: 0;
      font-family: "Noto Sans CJK JP", sans-serif !important; }
      @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; }
    #contact .contactform .btnInput {
      margin-top: 30px;
      outline: none; }
      #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: 0;
        width: 200px;
        height: 43px;
        margin: auto;
        background-image: url(../imgs/bk_contactbtn.png);
        background-size: 100%;
        font-family: "Noto Sans CJK JP", sans-serif;
        -webkit-tap-highlight-color: transparent; }
        @media print, screen and (max-width: 767px) {
          #contact .contactform .btnInput input {
            width: 100px;
            height: 47px;
            background-image: url(../imgs/bk_contactbtn_sp.png); } }
    #contact .contactform .hissu, #contact .contactform .alert {
      color: #E66D3c;
      font-weight: bold; }
    @media print, screen and (max-width: 767px) {
      #contact .contactform span.alert {
        padding-left: 0; } }
  #contact .footmsg {
    padding-top: 30px; }
    #contact .footmsg a {
      color: #E66D3c;
      text-decoration: none; }

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

/*! ==================================================
　footer
=================================================== */
footer {
  margin-top: 30px; }
  footer #footnavi {
    padding: 10px 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: #483024;
        font-size: 0.9rem; }
        footer #footnavi li a span {
          color: #E66D3c !important; }
      footer #footnavi li a:hover {
        text-decoration: none; }
    @media print, screen and (max-width: 991px) {
      footer #footnavi {
        display: none; } }
    @media print, screen and (min-width: 992px) {
      footer #footnavi {
        display: block; } }
  footer #footer {
    padding-bottom: 30px;
    padding-top: 20px; }
    footer #footer .companyname {
      text-align: center;
      width: 300px;
      margin: auto; }
      @media print, screen and (min-width: 992px) {
        footer #footer .companyname {
          float: right; } }
    footer #footer address {
      padding-top: 15px;
      font-size: 0.9rem;
      text-align: center; }
      @media print, screen and (min-width: 992px) {
        footer #footer address {
          padding-left: 20px;
          padding-top: 0;
          text-align: left;
          border-left: 2px solid #483024; } }
  footer .copyright {
    text-align: center;
    font-size: 0.8rem;
    padding-top: 15px;
    padding-bottom: 15px; }

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