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

.youtube {
  margin: auto;
  text-align: center; }

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

.alert {
  font-size: 0.9em; }

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

.link {
  position: relative; }

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

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

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

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

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

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

.cycle-slideshow a {
  display: block; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*オレンジ*/
/*グリーン*/
/*薄グリーン*/
/*ボタン赤*/
/*濃グリーン*/
/*リンク色青*/
/*! ==================================================
　メインのスタイル
=================================================== */
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, -apple-system;
  color: #4d4d4d; }

h1, h2, h3, h4, h5, h6 {
  font-family: "fot-tsukuardgothic-std", sans-serif; }

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

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

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

.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: #d33131;
    border-radius: 10px 10px 0 0;
    text-decoration: none;
    padding: 10px 15px;
    display: block;
    color: #fff;
    font-size: 0.9rem;
    float: right;
    text-align: center; }

/*! ==================================================
　header
=================================================== */
#header-fixed {
  /*メニューを上に動かす*/ }
  #header-fixed header {
    z-index: 10000;
    position: -webkit-sticky;
    position: sticky;
    position: fixed;
    /*絶対必要*/
    top: 0;
    background: rgba(255, 255, 255, 0.9);
    height: 70px;
    width: 100%;
    /*絶対必要*/
    padding: 15px 10px 15px; }
    @media print, screen and (max-width: 767px) {
      #header-fixed header {
        height: 60px;
        padding: 12px 5px 12px; } }
    @media print, screen and (min-width: 768px) and (max-width: 1199px) {
      #header-fixed header {
        height: 60px;
        padding: 10px 10px 10px; } }
    #header-fixed header h1 {
      font-size: 1.6rem;
      font-weight: bold; }
      @media print, screen and (max-width: 767px) {
        #header-fixed header h1 {
          font-size: 1.3rem; } }
      @media print, screen and (min-width: 768px) and (max-width: 1199px) {
        #header-fixed header h1 {
          font-size: 1.6rem; } }
      #header-fixed header h1 a {
        text-decoration: none;
        color: #4d4d4d; }
      #header-fixed header h1 img {
        height: 40px; }
    #header-fixed header .headmenuarea {
      font-weight: bold;
      font-family: "fot-tsukuardgothic-std", sans-serif;
      position: absolute;
      right: 220px;
      top: 10px; }
      @media print, screen and (max-width: 1199px) {
        #header-fixed header .headmenuarea {
          display: none; } }
      #header-fixed header .headmenuarea ul {
        margin-top: 10px; }
        #header-fixed header .headmenuarea ul li {
          text-align: center;
          list-style: none;
          padding: 1px !important;
          margin: auto;
          float: left;
          font-size: 1.0rem; }
          #header-fixed header .headmenuarea ul li a {
            text-align: center;
            color: #4d4d4d;
            text-decoration: none;
            display: block;
            padding: 0 10px; }
          #header-fixed header .headmenuarea ul li span {
            font-size: 0.8rem;
            color: #d38939;
            display: inline-block;
            margin-right: 5px; }
    #header-fixed header .headtel {
      position: absolute;
      right: 20px;
      top: 15px; }
      @media print, screen and (max-width: 1199px) {
        #header-fixed header .headtel {
          display: none; } }
      #header-fixed header .headtel img {
        height: 40px;
        margin-top: -5px; }
      #header-fixed header .headtel i {
        background-color: #7dba63;
        border-radius: 50%;
        padding: 3px;
        color: #fff;
        font-size: 1.1rem;
        display: inline-block; }
      #header-fixed header .headtel a {
        font-size: 1.4rem;
        color: #4d4d4d;
        font-family: "fot-tsukuardgothic-std", sans-serif;
        font-weight: bold;
        letter-spacing: 0;
        display: inline-block;
        padding: 0 0 0 5px; }
        @media print, screen and (min-width: 992px) and (max-width: 1199px) {
          #header-fixed header .headtel a {
            font-size: 1.2rem; } }
      #header-fixed header .headtel a:hover {
        text-decoration: none; }
    #header-fixed header .telbtn {
      position: absolute;
      right: 60px;
      top: 10px;
      z-index: 10000; }
      @media print, screen and (min-width: 1200px) {
        #header-fixed header .telbtn {
          display: none; } }
      #header-fixed header .telbtn a {
        display: block;
        background-color: #d38939;
        width: 40px;
        height: 40px;
        padding-top: 3px;
        text-align: center; }
        #header-fixed header .telbtn a i {
          font-size: 1.4rem;
          color: #fff; }
  #header-fixed .is-animation {
    /*position: fixed; /*絶対必要*/
    display: block !important; }

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

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

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

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

#maincontents {
  padding-top: 60px;
  padding-bottom: 20px; }
  @media print, screen and (max-width: 767px) {
    #maincontents {
      padding: 15px 0 30px;
      margin-top: 20px; } }

.headimg img {
  object-fit: cover;
  width: 100%;
  height: 300px; }
  @media print, screen and (max-width: 767px) {
    .headimg img {
      height: 200px; } }

h2.title1 {
  background-image: url(../img/logoleaf.png);
  background-position: top center;
  padding-top: 80px;
  background-repeat: no-repeat;
  font-size: 2.8rem;
  font-weight: bold;
  color: #4d4d4d;
  text-align: center;
  line-height: 0.8;
  margin-bottom: 80px;
  letter-spacing: 5px; }
  @media print, screen and (max-width: 767px) {
    h2.title1 {
      font-size: 2.0rem;
      margin-bottom: 60px; } }
  h2.title1 span {
    font-size: 1.2rem;
    padding: 20px 50px; }
    @media print, screen and (max-width: 767px) {
      h2.title1 span {
        font-size: 1.0rem; } }

/*! ==================================================
　HOME
=================================================== */
#home #homeheadtitle {
  background-color: #ccc;
  height: 60px; }
  @media print, screen and (max-width: 991px) {
    #home #homeheadtitle {
      display: none; } }
  #home #homeheadtitle h1 {
    font-size: 2.0rem;
    padding: 10px; }
#home #homehead {
  /*		@include media(xs-md){
  			padding-top:60px;
  		}*/ }
  #home #homehead #topslide {
    overflow: hidden;
    /*.slick-dotted.slick-slider{
    	margin-bottom:0;
    }
    ul.slick-dots{
    	bottom:20px;
    }*/ }
    #home #homehead #topslide .sliderbox img {
      overflow: hidden;
      height: 1080px;
      width: 100%;
      object-fit: cover; }
      @media print, screen and (max-width: 575px) {
        #home #homehead #topslide .sliderbox img {
          max-width: 100%;
          /*画像中央ぞろえで必要*/
          height: 780px;
          /*画像中央ぞろえで必要*/
          object-fit: cover;
          /*画像中央ぞろえで必要*/
          margin: 0 auto;
          /*画像中央ぞろえで必要*/ } }
      @media print, screen and (min-width: 576px) and (max-width: 991px) {
        #home #homehead #topslide .sliderbox img {
          height: 800px; } }
      @media print, screen and (min-width: 992px) and (max-width: 1199px) {
        #home #homehead #topslide .sliderbox img {
          height: 800px; } }
    #home #homehead #topslide .slidetxt {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      /* Safari用 */
      transform: translate(-50%, -50%); }
      @media print, screen and (max-width: 767px) {
        #home #homehead #topslide .slidetxt {
          width: 90%; } }
#home #homejrc {
  padding: 50px 15px;
  text-align: center; }
  #home #homejrc img {
    width: 300px;
    margin: auto; }
  #home #homejrc p {
    padding-top: 30px;
    font-size: 1.2rem;
    line-height: 2.0; }
    @media print, screen and (max-width: 767px) {
      #home #homejrc p {
        font-size: 1.0rem; } }
#home #homenews {
  margin: auto;
  background-color: #d8e9d2;
  padding: 70px 10px 70px; }
  #home #homenews .newsList {
    margin: auto; }
    @media print, screen and (min-width: 992px) {
      #home #homenews .newsList {
        width: 80%; } }
    @media print, screen and (max-width: 767px) {
      #home #homenews .newsList {
        margin-top: 20px; } }
  #home #homenews .newsbox {
    border-top: 5px solid #d38939;
    padding: 10px 30px 50px;
    background-color: #fff;
    margin-top: 30px; }
    @media print, screen and (max-width: 767px) {
      #home #homenews .newsbox {
        padding: 10px 15px 50px; } }
    #home #homenews .newsbox a {
      text-decoration: none; }
    #home #homenews .newsbox time {
      font-size: 1.0rem;
      margin: 5px 0;
      float: right; }
      @media print, screen and (max-width: 767px) {
        #home #homenews .newsbox time {
          font-size: 0.8rem; } }
    #home #homenews .newsbox h3 {
      clear: both;
      font-size: 2.0rem;
      font-weight: bold;
      margin-top: 5px;
      padding-bottom: 20px;
      border-bottom: 3px dotted #ccc; }
      @media print, screen and (max-width: 767px) {
        #home #homenews .newsbox h3 {
          font-size: 1.4rem; } }
      #home #homenews .newsbox h3 img {
        margin-right: 5px; }
        @media print, screen and (max-width: 767px) {
          #home #homenews .newsbox h3 img {
            height: 30px; } }
    #home #homenews .newsbox .content {
      font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
      #home #homenews .newsbox .content p {
        padding-top: 15px;
        font-size: 1.2rem; }
        @media print, screen and (max-width: 767px) {
          #home #homenews .newsbox .content p {
            font-size: 0.9rem; } }
      #home #homenews .newsbox .content img {
        margin-top: 15px; }

/*! ==================================================
　#about
=================================================== */
#about {
  padding: 15px 50px 50px;
  min-height: 300px;
  background-color: #d8e9d2; }
  @media print, screen and (max-width: 767px) {
    #about {
      padding: 15px 20px 30px;
      margin-top: 20px; } }
  #about .aboutbox {
    border-top: 5px solid #d38939;
    padding: 10px 30px 50px;
    background-color: #fff;
    margin: 30px auto 0; }
    @media print, screen and (min-width: 992px) {
      #about .aboutbox {
        width: 80%; } }
    #about .aboutbox dl {
      border-bottom: 3px dotted #ccc;
      padding: 15px 0; }
      #about .aboutbox dl dt {
        font-size: 1.2rem;
        font-family: "fot-tsukuardgothic-std", sans-serif; }
        @media print, screen and (max-width: 767px) {
          #about .aboutbox dl dt {
            font-size: 1.0rem; } }
      #about .aboutbox dl dd {
        font-size: 1.2rem;
        letter-spacing: 2px; }
        @media print, screen and (max-width: 767px) {
          #about .aboutbox dl dd {
            font-size: 1.0rem; } }

/*! ==================================================
　#member
=================================================== */
#member {
  padding: 15px 50px 50px;
  min-height: 300px;
  background-color: #d8e9d2; }
  @media print, screen and (max-width: 767px) {
    #member {
      padding: 15px 10px 30px;
      margin-top: 20px; } }
  #member .areamenu {
    font-weight: bold;
    font-family: "fot-tsukuardgothic-std", sans-serif; }
    #member .areamenu ul {
      margin: 10px auto;
      text-align: center; }
      #member .areamenu ul li {
        text-align: center;
        list-style: none;
        padding: 1px !important;
        margin: auto;
        font-size: 1.0rem;
        display: inline-block; }
        #member .areamenu ul li a {
          text-align: center;
          color: #4d4d4d;
          text-decoration: none;
          display: block;
          padding: 0 10px; }
        #member .areamenu ul li span {
          font-size: 0.8rem;
          color: #d38939;
          display: inline-block;
          margin-right: 5px; }
  #member h3 {
    font-weight: bold;
    font-size: 2.0rem;
    margin: 50px 0 40px;
    text-align: center; }
    #member h3 img {
      margin-top: -10px;
      height: 40px; }
  #member .memberbox {
    background-color: #fff;
    margin: 0 auto 0;
    width: 100%; }
    @media print, screen and (min-width: 992px) {
      #member .memberbox {
        width: 80%; } }
    #member .memberbox .memberbox1 {
      border-top: 2px solid #d38939; }
      #member .memberbox .memberbox1 .imgphoto {
        padding: 15px; }
        @media print, screen and (max-width: 767px) {
          #member .memberbox .memberbox1 .imgphoto {
            padding: 30px 15px 15px; } }
      #member .memberbox .memberbox1 .companyname {
        font-weight: bold;
        font-size: 1.2rem;
        padding: 15px; }
        @media print, screen and (max-width: 991px) {
          #member .memberbox .memberbox1 .companyname {
            padding: 15px 15px 0; } }
      #member .memberbox .memberbox1 .companyadd {
        padding: 15px; }
        @media print, screen and (max-width: 991px) {
          #member .memberbox .memberbox1 .companyadd {
            padding: 0 15px 15px;
            font-size: 0.8rem; } }
        #member .memberbox .memberbox1 .companyadd a {
          color: #0066c0;
          text-decoration: underline; }

/*! ==================================================
　#link
=================================================== */
#link {
  padding: 15px 50px 50px;
  min-height: 300px;
  background-color: #d8e9d2; }
  @media print, screen and (max-width: 767px) {
    #link {
      padding: 15px 20px 30px;
      margin-top: 20px; } }
  #link .linkbox {
    border-top: 5px solid #d38939;
    padding: 10px 30px 50px;
    background-color: #fff;
    margin: 30px auto 0; }
    @media print, screen and (min-width: 992px) {
      #link .linkbox {
        width: 80%; } }
    #link .linkbox dl {
      border-bottom: 3px dotted #ccc;
      padding: 15px 0; }
      #link .linkbox dl dt {
        font-size: 1.2rem;
        font-family: "fot-tsukuardgothic-std", sans-serif; }
      #link .linkbox dl dd {
        font-size: 1.0rem;
        letter-spacing: 2px; }
        #link .linkbox dl dd a {
          color: #0066c0;
          text-decoration: underline; }

/*! ==================================================
　#download
=================================================== */
#download {
  padding: 15px 50px 50px;
  min-height: 300px;
  background-color: #d8e9d2; }
  @media print, screen and (max-width: 767px) {
    #download {
      padding: 15px 20px 30px;
      margin-top: 20px; } }
  #download .downloadbox {
    margin: 30px auto 0; }
    @media print, screen and (min-width: 992px) {
      #download .downloadbox {
        width: 80%; } }
    #download .downloadbox a {
      text-decoration: none; }
  #download .downloadbox1 {
    border-top: 5px solid #d38939;
    padding: 20px 30px;
    background-color: #fff;
    margin: 30px auto 0; }
    #download .downloadbox1 h3 {
      font-size: 1.4rem;
      font-weight: bold;
      padding: 10px 0; }
    #download .downloadbox1 .content {
      color: #666;
      border-top: 2px dotted #ddd; }
      #download .downloadbox1 .content p {
        padding-top: 15px; }
        @media print, screen and (max-width: 991px) {
          #download .downloadbox1 .content p {
            font-size: 0.9rem; } }
  #download .download-btn {
    margin: 20px auto 0; }
    #download .download-btn span {
      padding: 10px 15px;
      display: block;
      color: #fff;
      font-weight: bold;
      border-radius: 30px;
      background-color: #d33131;
      text-decoration: none;
      text-align: center;
      font-size: 1.1rem; }
      @media print, screen and (max-width: 991px) {
        #download .download-btn span {
          width: 80%;
          margin: auto; } }
      @media print, screen and (min-width: 992px) and (max-width: 1199px) {
        #download .download-btn span {
          font-size: 1.0rem; } }

/*! ==================================================
　#news
=================================================== */
#newslist {
  padding: 15px 50px 50px;
  min-height: 300px;
  background-color: #d8e9d2; }
  @media print, screen and (max-width: 767px) {
    #newslist {
      padding: 15px 10px 30px;
      margin-top: 20px; } }
  #newslist .newsbox {
    border-top: 5px solid #d38939;
    padding: 10px 30px 50px;
    background-color: #fff;
    margin: 30px auto 0; }
    @media print, screen and (min-width: 992px) {
      #newslist .newsbox {
        width: 80%; } }
    @media print, screen and (max-width: 767px) {
      #newslist .newsbox {
        padding: 10px 15px 50px; } }
    #newslist .newsbox a {
      text-decoration: none; }
    #newslist .newsbox time {
      font-size: 1.0rem;
      margin: 5px 0;
      float: right; }
      @media print, screen and (max-width: 767px) {
        #newslist .newsbox time {
          font-size: 0.8rem; } }
    #newslist .newsbox h3 {
      clear: both;
      font-size: 2.0rem;
      font-weight: bold;
      margin-top: 5px;
      padding-bottom: 20px;
      border-bottom: 3px dotted #ccc; }
      @media print, screen and (max-width: 767px) {
        #newslist .newsbox h3 {
          font-size: 1.4rem; } }
      #newslist .newsbox h3 img {
        margin-right: 5px; }
        @media print, screen and (max-width: 767px) {
          #newslist .newsbox h3 img {
            height: 30px; } }
    #newslist .newsbox .content {
      font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
      #newslist .newsbox .content p {
        padding-top: 15px;
        font-size: 1.2rem; }
        @media print, screen and (max-width: 767px) {
          #newslist .newsbox .content p {
            font-size: 0.9rem; } }
      #newslist .newsbox .content img {
        margin-top: 15px; }

.pagelink {
  text-align: center;
  padding-top: 50px;
  font-size: 1.0rem;
  font-weight: bold; }
  .pagelink a {
    color: #d33131; }

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

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

/*! ==================================================
　footer
=================================================== */
footer {
  font-family: "fot-tsukuardgothic-std", sans-serif; }
  footer #footer {
    padding-bottom: 70px;
    padding-top: 50px;
    text-align: center;
    font-weight: bold; }
    @media print, screen and (max-width: 767px) {
      footer #footer {
        padding-top: 20px;
        padding-bottom: 40px; } }
    footer #footer .name {
      padding: 20px 0 0;
      font-size: 3.0rem; }
      @media print, screen and (max-width: 767px) {
        footer #footer .name {
          font-size: 1.4rem; } }
    footer #footer address {
      padding-top: 15px;
      font-size: 1.4rem; }
      @media print, screen and (max-width: 767px) {
        footer #footer address {
          font-size: 1.0rem; } }
      footer #footer address a {
        color: #4d4d4d;
        text-decoration: none; }
  footer .copyright {
    text-align: center;
    font-size: 0.9rem;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: bold;
    background-color: #268443;
    color: #fff; }
    @media print, screen and (max-width: 767px) {
      footer .copyright {
        font-size: 0.7rem; } }

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