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

.loader {
  color: #1352a1;
  font-size: 30px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 72px auto;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease; }

@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em; }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em; }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em; }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; } }
@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em; }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em; }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em; }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; } }
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
#loading-container {
  display: none; }

.loader {
  position: absolute;
  left: 47%;
  top: 40%;
  -webkit-transform: translate(-47%, -40%);
  /* Safari用 */
  transform: translate(-47%, -40%); }

/*$color1:#1352a1;*/
/*! ==================================================
　メインのスタイル
=================================================== */
body {
  font-family: "Noto Sans", sans-serif, -apple-system, -apple-system; }

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

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

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

.pagetop {
  position: fixed;
  bottom: 0;
  right: 5%;
  width: 157px; }
  .pagetop a {
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    font-weight: bold;
    background-color: #004895;
    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 {
  z-index: 10000;
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  /*メニューを上に動かす*/
  	/*.is-animation {
  
  		position: relative;
  		height:50px;
  	}*/ }
  #header-fixed header {
    position: relative; }
    @media print, screen and (max-width: 991px) {
      #header-fixed header {
        background-color: #004895;
        color: #fff; } }
    #header-fixed header .sitetitle {
      float: left;
      padding: 5px 5px 5px 20px; }
      @media print, screen and (min-width: 576px) and (max-width: 991px) {
        #header-fixed header .sitetitle {
          float: none;
          padding: 0 15px 0 5px;
          text-align: center; } }
      @media print, screen and (max-width: 575px) {
        #header-fixed header .sitetitle {
          float: none;
          padding: 0 15px 0 20px; } }
      #header-fixed header .sitetitle a {
        text-decoration: none;
        padding-top: 10px !important;
        display: block;
        color: #000;
        font-size: 1.6rem;
        font-weight: bold; }
        @media print, screen and (max-width: 991px) {
          #header-fixed header .sitetitle a {
            font-size: 1.2rem;
            color: #fff; } }
      #header-fixed header .sitetitle span {
        font-size: 1.2rem; }
        @media print, screen and (max-width: 991px) {
          #header-fixed header .sitetitle span {
            font-size: 0.8rem; } }
    #header-fixed header .headname {
      float: right;
      padding: 20px 20px 5px 5px;
      font-size: 1.2rem;
      font-weight: bold; }
      @media print, screen and (min-width: 576px) and (max-width: 991px) {
        #header-fixed header .headname {
          padding: 0 0 5px 0;
          float: none;
          text-align: center;
          font-size: 0.8rem; } }
      @media print, screen and (max-width: 575px) {
        #header-fixed header .headname {
          padding: 0 65px 5px 0;
          text-align: right;
          float: none;
          font-size: 0.7rem; } }
      @media print, screen and (min-width: 992px) and (max-width: 1199px) {
        #header-fixed header .headname {
          font-size: 1.0rem; } }
      #header-fixed header .headname img {
        margin-top: -2px; }
        @media print, screen and (max-width: 991px) {
          #header-fixed header .headname img {
            display: none; } }

#headmenuback {
  background-color: #004895;
  padding: 5px 0; }
  @media print, screen and (max-width: 991px) {
    #headmenuback {
      display: none; } }
  @media print, screen and (min-width: 992px) {
    #headmenuback {
      display: block; } }
  #headmenuback .headmenu ul {
    font-size: 0;
    text-align: center; }
  #headmenuback .headmenu li {
    font-size: 1.4rem;
    display: inline-block;
    padding: 0 10px; }
  #headmenuback .headmenu li a {
    color: #fff;
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    font-family: "Anton", sans-serif;
    line-height: 0.8; }
    @media print, screen and (max-width: 1199px) {
      #headmenuback .headmenu li a {
        padding: 10px 5px; } }
    #headmenuback .headmenu li a span {
      font-size: 0.8rem;
      font-weight: bold; }

.headtitle {
  background-repeat: no-repeat;
  background-position: center; }
  @media print, screen and (min-width: 992px) {
    .headtitle {
      position: relative; } }
  .headtitle h2 {
    text-align: center;
    text-shadow: 1px 1px 1px #fff; }
    @media print, screen and (min-width: 992px) {
      .headtitle h2 {
        font-size: 3.0rem;
        line-height: 0.5;
        position: absolute;
        top: 50%;
        left: 75%;
        -webkit-transform: translate(-75%, -50%);
        /* Safari用 */
        transform: translate(-75%, -50%); } }
    @media print, screen and (max-width: 991px) {
      .headtitle h2 {
        line-height: 0.8;
        padding-top: 50px; } }
    .headtitle h2 span {
      font-size: 0.8rem;
      font-weight: bold; }

/*! ==================================================
　spnavi
=================================================== */
@media print, screen and (min-width: 992px) {
  #spnavi {
    display: none; } }
#spnavi .spnavititle {
  color: #fff;
  padding: 2px 0;
  font-size: 0.8rem;
  text-align: center;
  margin-top: 10px; }
#spnavi .spnavi {
  padding: 0 10px; }
  @media print, screen and (min-width: 992px) {
    #spnavi .spnavi {
      display: none; } }
  #spnavi .spnavi li {
    list-style: none;
    padding: 5px;
    line-height: 1.2; }
    #spnavi .spnavi li a {
      display: block;
      text-align: center;
      font-size: 0.6rem;
      text-decoration: none;
      padding: 10px 0; }
      #spnavi .spnavi li a img {
        border-style: solid;
        border-width: 5px;
        border-color: #eeeeee;
        border-radius: 50%;
        background-image: -moz-linear-gradient(90deg, white 0%, white 51%, #fbf8f3 100%);
        background-image: -webkit-linear-gradient(90deg, white 0%, white 51%, #fbf8f3 100%);
        background-image: -ms-linear-gradient(90deg, white 0%, white 51%, #fbf8f3 100%);
        display: inline-block;
        width: 40px;
        height: 40px;
        margin: auto; }
        @media print, screen and (min-width: 992px) and (max-width: 1199px) {
          #spnavi .spnavi li a img {
            width: 40px;
            height: 40px; } }

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

/*! ==================================================
　banner
=================================================== */
#banner {
  padding: 30px;
  padding-bottom: 30px;
  margin-top: 10px; }
  #banner li {
    list-style: none;
    padding: 15px 30px; }
    @media print, screen and (max-width: 991px) {
      #banner li {
        padding: 15px 15px; } }

/*! ==================================================
　HOME
=================================================== */
#home #topslide {
  position: relative;
  overflow: hidden;
  padding-bottom: 20px; }
  @media print, screen and (max-width: 575px) {
    #home #topslide .sliderbox img {
      max-width: 100%;
      /*画像中央ぞろえで必要*/
      height: 230px;
      /*画像中央ぞろえで必要*/
      object-fit: cover;
      /*画像中央ぞろえで必要*/
      margin: 0 auto;
      /*画像中央ぞろえで必要*/ } }
  @media print, screen and (min-width: 768px) and (max-width: 991px) {
    #home #topslide .sliderbox img {
      max-width: 100%;
      /*画像中央ぞろえで必要*/
      height: 400px;
      /*画像中央ぞろえで必要*/
      object-fit: cover;
      /*画像中央ぞろえで必要*/
      margin: 0 auto;
      /*画像中央ぞろえで必要*/ } }
  @media print, screen and (min-width: 1200px) {
    #home #topslide .sliderbox img {
      width: 100vw;
      object-fit: contain; } }
  @media print, screen and (min-width: 1600px) {
    #home #topslide .sliderbox {
      position: relative;
      width: 100vw;
      overflow: hidden; } }
  #home #topslide .txtbox {
    position: absolute;
    top: 80%;
    left: 80%;
    -webkit-transform: translate(-80%, -70%);
    /* Safari用 */
    transform: translate(-80%, -70%);
    z-index: 100;
    text-align: center;
    color: #fff;
    width: 40%; }
    @media print, screen and (max-width: 991px) {
      #home #topslide .txtbox {
        top: 78%;
        width: 70%; } }
#home .title1 {
  background-repeat: no-repeat;
  background-size: 40px;
  padding: 30px 0 10px 25px;
  margin-top: 50px;
  font-size: 2.4rem;
  display: inline-block;
  line-height: 0.5; }
  @media print, screen and (max-width: 991px) {
    #home .title1 {
      padding: 30px 0 10px 15px;
      margin-top: 15px; } }
  #home .title1 span {
    font-size: 0.8rem;
    font-weight: bold; }
#home .newstitle {
  border-bottom: 5px solid #389034;
  margin: auto;
  text-align: center; }
  #home .newstitle .title1 {
    background-image: url(../img/icon_newsback.png); }
#home .fbtitle {
  border-bottom: 5px solid #004895;
  margin: auto;
  text-align: center; }
  #home .fbtitle .title1 {
    background-image: url(../img/icon_facebookback.png); }
#home #facebook {
  margin: auto;
  text-align: center; }
  #home #facebook .fb-container {
    margin: auto;
    padding-top: 20px;
    text-align: center; }
    @media print, screen and (max-width: 767px) {
      #home #facebook .fb-container {
        width: 100%; } }
    @media print, screen and (min-width: 768px) and (max-width: 991px) {
      #home #facebook .fb-container {
        width: 100%; } }
    @media print, screen and (min-width: 992px) {
      #home #facebook .fb-container {
        width: 100%; } }
#home .back1 {
  background-color: #e9e4e0;
  padding: 15px 0 30px; }
  @media print, screen and (max-width: 991px) {
    #home .back1 {
      padding: 0 0 15px; } }
#home .box1 {
  background-color: #fff;
  padding: 0 15px 20px;
  margin-top: 15px; }
#home #btn3area {
  padding: 15px 0 30px;
  background-color: #000; }
  #home #btn3area .btnimg {
    position: relative;
    margin-top: 15px; }
  #home #btn3area .btntitle.color1 {
    background-color: #004895; }
  #home #btn3area .btntitle.color2 {
    background-color: #389034; }
  #home #btn3area .btntitle {
    position: absolute;
    bottom: 0;
    padding: 20px 15px 5px;
    text-align: center;
    display: block;
    width: 100%; }
    #home #btn3area .btntitle h2 {
      color: #fff;
      line-height: 0.5; }
      @media print, screen and (min-width: 768px) and (max-width: 991px) {
        #home #btn3area .btntitle h2 {
          font-size: 1.6rem;
          line-height: 0.7; } }
      #home #btn3area .btntitle h2 span {
        font-size: 0.8rem;
        font-weight: bold; }
        @media print, screen and (min-width: 768px) and (max-width: 991px) {
          #home #btn3area .btntitle h2 span {
            font-size: 0.7rem; } }
  #home #btn3area a {
    overflow: hidden;
    display: block; }
    #home #btn3area a img {
      -moz-transition: -moz-transform 0.2s linear;
      -webkit-transition: -webkit-transform 0.2s linear;
      -o-transition: -o-transform 0.2s linear;
      -ms-transition: -ms-transform 0.2s linear;
      transition: transform 0.2s linear; }
    #home #btn3area a img:hover {
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -o-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2); }

/*! ==================================================
　member
=================================================== */
#member {
  padding-bottom: 50px; }
  #member .headtitle {
    position: relative;
    object-fit: contain; }
  #member .box1 {
    margin-top: 50px;
    border-bottom: 3px solid #e9e4e0;
    padding-bottom: 50px;
    text-align: center; }
    @media print, screen and (max-width: 991px) {
      #member .box1 {
        text-align: center; } }
    @media print, screen and (min-width: 992px) {
      #member .box1 .photo {
        text-align: right !important; } }
    #member .box1 .photo img {
      width: 60%; }
      @media print, screen and (max-width: 767px) {
        #member .box1 .photo img {
          width: 50%;
          margin-bottom: 50px; } }
      @media print, screen and (min-width: 768px) and (max-width: 991px) {
        #member .box1 .photo img {
          width: 40%;
          margin-bottom: 50px; } }
    #member .box1 dl {
      margin-top: 20px; }
    #member .box1 dt {
      color: #004895; }
    #member .box1 .bikou {
      color: #EE5533;
      font-weight: bold; }
    #member .box1 .yakushoku {
      font-size: 0.9rem;
      color: #fff;
      background-color: #cc0000;
      padding: 2px 5px;
      font-weight: bold;
      display: inline-block;
      margin-bottom: 20px; }
    #member .box1 h3 {
      font-family: "Noto Sans", sans-serif, -apple-system;
      font-size: 2.4rem;
      line-height: 0.8; }
      #member .box1 h3 span {
        font-size: 1.0rem;
        letter-spacing: 1px;
        font-family: "Anton", sans-serif;
        font-weight: normal;
        color: #555; }

/*! ==================================================
　games
=================================================== */
#games table {
  margin: 50px 0;
  border: 1px solid #eee;
  font-size: 0.9rem; }
  #games table tr:nth-child(even) {
    background: #F9F9F9; }
  #games table tr:nth-child(odd) {
    background: #eee; }
  #games table th {
    background-color: #004895;
    color: #fff;
    text-align: center;
    padding: 10px; }
  #games table td {
    padding: 20px 10px; }
  @media print, screen and (max-width: 991px) {
    #games table td.place {
      white-space: normal !important;
      min-width: 180px; } }
  @media print, screen and (min-width: 992px) {
    #games table td.place {
      white-space: normal !important;
      min-width: 180px; } }
  @media print, screen and (max-width: 991px) {
    #games table td.results {
      white-space: normal !important;
      min-width: 150px; } }
  @media print, screen and (min-width: 992px) {
    #games table td.results {
      white-space: normal !important;
      min-width: 150px; } }
  @media print, screen and (max-width: 991px) {
    #games table td.bikou {
      white-space: normal !important;
      min-width: 250px; } }
  @media print, screen and (min-width: 992px) {
    #games table td.bikou {
      white-space: normal !important;
      min-width: 250px; } }
  @media print, screen and (max-width: 991px) {
    #games table td.bikou2 {
      white-space: normal !important;
      min-width: 150px; } }
  @media print, screen and (min-width: 992px) {
    #games table td.bikou2 {
      white-space: normal !important;
      min-width: 100px; } }

/*! ==================================================
　#news,#homenews
=================================================== */
.newsList {
  /*home newslist共通*/ }
  @media print, screen and (min-width: 992px) {
    .newsList {
      min-height: 400px; } }
  .newsList time {
    font-size: 1.0rem;
    display: block;
    margin-bottom: 5px; }
  .newsList h3 {
    font-size: 1.2rem;
    font-weight: bold;
    font-family: "Noto Sans", sans-serif, -apple-system;
    color: #004895; }
    @media print, screen and (max-width: 767px) {
      .newsList h3 {
        padding-top: 5px; } }
    .newsList h3 img {
      border-style: solid;
      border-width: 5px;
      border-color: #eeeeee;
      border-radius: 50%;
      background-image: -moz-linear-gradient(90deg, white 0%, white 51%, #fbf8f3 100%);
      background-image: -webkit-linear-gradient(90deg, white 0%, white 51%, #fbf8f3 100%);
      background-image: -ms-linear-gradient(90deg, white 0%, white 51%, #fbf8f3 100%);
      width: 40px;
      height: 40px; }
  .newsList .list {
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 5px;
    margin-top: 10px; }
    .newsList .list p {
      font-size: 0.8rem; }

#news h2 {
  margin-top: 100px;
  text-align: center;
  line-height: 0.5; }
  @media print, screen and (max-width: 991px) {
    #news h2 {
      line-height: 0.8; } }
  #news h2 span {
    font-size: 0.8rem;
    font-weight: bold; }

#news .newsList {
  padding-top: 50px;
  padding-bottom: 30px; }
  #news .newsList h3 {
    font-size: 1.6rem; }

#news .newsDetail {
  padding-top: 50px;
  padding-bottom: 30px; }
  #news .newsDetail h3 {
    font-size: 1.6rem;
    font-weight: bold;
    color: #1e5aa0;
    font-family: "Noto Sans", sans-serif, -apple-system;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 30px;
    margin-top: 15px; }
    @media print, screen and (max-width: 767px) {
      #news .newsDetail h3 {
        padding-top: 5px; } }
    #news .newsDetail h3 img {
      border-style: solid;
      border-width: 5px;
      border-color: #eeeeee;
      border-radius: 50%;
      background-image: -moz-linear-gradient(90deg, white 0%, white 51%, #fbf8f3 100%);
      background-image: -webkit-linear-gradient(90deg, white 0%, white 51%, #fbf8f3 100%);
      background-image: -ms-linear-gradient(90deg, white 0%, white 51%, #fbf8f3 100%);
      width: 40px;
      height: 40px; }
  #news .newsDetail time {
    font-size: 1.0rem;
    display: block;
    margin-bottom: 5px; }
  #news .newsDetail #content {
    padding-bottom: 30px; }
    #news .newsDetail #content ul {
      margin: 20px !important; }
    #news .newsDetail #content a {
      text-decoration: underline; }
    #news .newsDetail #content p {
      padding-top: 15px; }

#news .pagelink {
  text-align: center;
  padding-top: 30px;
  font-size: 0.8rem; }

/*! ==================================================
　information
=================================================== */
#information {
  padding-bottom: 80px; }
  #information h2 {
    margin-top: 100px;
    text-align: center;
    line-height: 0.7; }
    @media print, screen and (max-width: 991px) {
      #information h2 {
        line-height: 0.8; } }
    #information h2 span {
      font-size: 0.8rem;
      font-weight: bold; }
  #information .koushinday {
    font-weight: normal;
    letter-spacing: 1px;
    font-size: 1.0rem;
    margin-top: 80px;
    display: inline-block;
    color: #333; }
  #information dl {
    margin-top: 80px;
    text-align: center;
    margin-bottom: 20px; }
    #information dl dt {
      text-align: center;
      font-size: 1.4rem;
      color: #004895;
      display: inline-block;
      font-family: "Anton", sans-serif; }
    #information dl dd {
      text-align: center;
      font-size: 1.2rem;
      margin-top: 30px; }
      #information dl dd p {
        line-height: 1.0; }
  #information table td {
    padding: 10px 5px;
    text-align: center;
    font-size: 0.9rem; }
  @media print, screen and (min-width: 768px) {
    #information .scroll table {
      margin-bottom: 0; } }
  #information .teikan {
    padding-top: 50px; }
    #information .teikan .common-btn {
      width: 70%; }
      #information .teikan .common-btn a {
        font-size: 1.2rem;
        padding: 20px 10px; }
        @media print, screen and (max-width: 991px) {
          #information .teikan .common-btn a {
            padding: 10px 10px; } }

/*! ==================================================
　link
=================================================== */
#link {
  padding-bottom: 50px; }
  #link h2 {
    margin-top: 100px;
    text-align: center;
    line-height: 0.7; }
    @media print, screen and (max-width: 991px) {
      #link h2 {
        line-height: 0.8; } }
    #link h2 span {
      font-size: 0.8rem;
      font-weight: bold; }
  #link ul {
    width: 60%;
    margin: 100px auto; }
    @media print, screen and (max-width: 991px) {
      #link ul {
        width: 90%; } }
    #link ul li {
      margin-top: 20px;
      font-size: 1.2rem;
      list-style: none; }
      #link ul li a {
        color: #000;
        text-decoration: underline; }

/*! ==================================================
　privacy
=================================================== */
#privacy {
  padding-bottom: 50px; }
  #privacy h2 {
    margin-top: 100px;
    margin-bottom: 50px;
    text-align: center;
    line-height: 0.7; }
    @media print, screen and (max-width: 991px) {
      #privacy h2 {
        line-height: 0.8; } }
    #privacy h2 span {
      font-size: 0.8rem;
      font-weight: bold; }
  #privacy h3 {
    margin-top: 30px;
    font-weight: bold;
    font-size: 1.4rem; }
  #privacy p {
    margin-top: 15px; }
  #privacy ul {
    margin-top: 15px;
    margin-left: 20px; }

/*! ==================================================
　contact
=================================================== */
#contact h2 {
  margin-top: 100px;
  text-align: center;
  line-height: 0.7; }
  @media print, screen and (max-width: 991px) {
    #contact h2 {
      line-height: 0.8; } }
  #contact h2 span {
    font-size: 0.8rem;
    font-weight: bold; }
#contact .contactform {
  padding: 30px 15px;
  /*.btn_submit{
  	text-align:center;
  	margin:0 auto;
  }*/ }
  @media print, screen and (max-width: 767px) {
    #contact .contactform {
      padding: 15px 0; } }
  #contact .contactform form {
    margin: 20px 0;
    padding: 10px 0; }
  #contact .contactform .form-group {
    margin: 5px 0;
    padding: 0; }
    #contact .contactform .form-group label {
      font-weight: bold; }
    @media print, screen and (max-width: 767px) {
      #contact .contactform .form-group input {
        font-size: 1.6rem; } }
  #contact .contactform .formback {
    background-color: #fcfcfc;
    padding: 15px 5px;
    margin-top: 15px; }
  #contact .contactform table {
    border: 1px solid #333333; }
    #contact .contactform table th {
      width: 30%;
      font-weight: bold;
      background-color: rgba(255, 255, 255, 0.5);
      border: 1px solid #333333; }
    #contact .contactform table td {
      width: 70%;
      background-color: rgba(255, 255, 255, 0.5);
      border: 1px solid #333333; }
  #contact .contactform input {
    width: 100%;
    padding: 5px;
    margin: 0; }
    @media print, screen and (min-width: 768px) {
      #contact .contactform input {
        margin: 0 15px; } }
  #contact .contactform textarea {
    width: 100%;
    margin: 0; }
    @media print, screen and (max-width: 767px) {
      #contact .contactform textarea {
        font-size: 1.6rem; } }
    @media print, screen and (min-width: 768px) {
      #contact .contactform textarea {
        margin: 0 15px; } }
  #contact .contactform p {
    padding: 15px; }
  #contact .contactform .btnInput {
    margin-top: 30px; }
    #contact .contactform .btnInput ul {
      font-size: 0;
      text-align: center; }
    #contact .contactform .btnInput li {
      font-size: 1rem;
      display: inline-block;
      padding: 0 10px; }
    #contact .contactform .btnInput li {
      list-style: none; }
    #contact .contactform .btnInput input {
      width: 50%;
      text-align: center;
      cursor: pointer;
      color: #fff;
      border: 1px solid #fff;
      background-color: #333333;
      width: 200px;
      margin: auto; }
      @media print, screen and (max-width: 767px) {
        #contact .contactform .btnInput input {
          width: 100px; } }
  #contact .contactform .hissu, #contact .contactform .alert {
    color: #c00;
    font-weight: bold; }

/*! ==================================================
　footer
=================================================== */
footer {
  margin-top: 10px; }
  footer #footnavi {
    font-family: "Noto Sans", sans-serif, -apple-system;
    padding: 20px 10px;
    background-color: #e9e4e0; }
    footer #footnavi ul {
      font-size: 0;
      text-align: center; }
    footer #footnavi li {
      font-size: 0.8rem;
      display: inline-block;
      padding: 0 10px; }
    footer #footnavi li {
      padding-top: 5px;
      padding-bottom: 5px; }
      footer #footnavi li a {
        color: #000;
        font-size: 0.9rem; }
    @media print, screen and (max-width: 991px) {
      footer #footnavi {
        display: none; } }
    @media print, screen and (min-width: 992px) {
      footer #footnavi {
        display: block; } }
  footer .footerimg img {
    object-fit: cover;
    width: 100%;
    height: 200px; }
  footer #footer {
    padding-bottom: 20px;
    background-color: #000;
    padding-top: 20px;
    color: #fff; }
    footer #footer .sitetitle {
      padding: 20px 0 0;
      font-size: 2.0rem; }
    footer #footer address {
      padding-top: 15px;
      font-size: 0.9rem; }
  footer a {
    color: #fff; }
  footer a:hover {
    color: #fff; }
  footer .copyright {
    text-align: center;
    font-size: 0.8rem;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #004895;
    color: #fff; }

/*! ==================================================
　その他
=================================================== */
.menu2link {
  margin-top: -110px;
  padding-top: 110px; }

/* slick */
/*ドットの色を変更したいとき*/
.slick-dots li button:before {
  color: #666;
  font-size: 1.0rem;
  margin-top: 10px;
  margin-bottom: 10px; }

/*ドットがアクティブの状態の色を変更したいとき*/
.slick-dots li.slick-active button:before {
  color: #e9e4e0; }
