@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: 75%;
  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; }

/*FOT-筑紫A丸ゴシック Std */
/*! ==================================================
　メインのスタイル
=================================================== */
body {
  font-family: "a-otf-jun-pro", -apple-system, -apple-system;
  color: #1f1e1e; }

h1, h2, h3, h4, h5, h6 {
  font-family: "a-otf-jun-pro", -apple-system;
  font-weight: bold; }

.container {
  /*@include media(xl){
  		max-width:1400px!important;
  	}*/ }

.common-btn {
  margin: 30px auto 0;
  width: 40%; }
  @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: #e49d9b;
    text-decoration: none;
    text-align: center; }
  .common-btn span {
    padding: 5px 15px;
    display: block;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    background-color: #333333;
    text-decoration: none;
    text-align: center; }

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

.pagetop {
  position: fixed;
  bottom: 0;
  right: 5%;
  width: 157px; }
  .pagetop a {
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    font-weight: bold;
    background-color: #e49d9b;
    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; }

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

/*! ==================================================
　header
=================================================== */
#header-fixed {
  /*メニューを上に動かす*/ }
  #header-fixed header {
    z-index: 10000;
    position: -webkit-sticky;
    position: sticky;
    position: fixed;
    /*絶対必要*/
    top: 0;
    height: 90px;
    width: 100%;
    /*絶対必要*/
    padding: 10px 10px 10px;
    background-image: url(../imgs/back_headmenu.jpg); }
    @media print, screen and (max-width: 767px) {
      #header-fixed header {
        height: 65px;
        padding: 12px 5px 12px;
        text-align: center; } }
    @media print, screen and (min-width: 768px) and (max-width: 991px) {
      #header-fixed header {
        height: 80px;
        padding: 10px 10px 10px;
        text-align: center; } }
    #header-fixed header h1 {
      position: absolute;
      top: 20px;
      left: 30px;
      width: 300px; }
      @media print, screen and (max-width: 767px) {
        #header-fixed header h1 {
          width: 240px;
          left: 20px;
          top: 10px; } }
      @media print, screen and (min-width: 768px) and (max-width: 991px) {
        #header-fixed header h1 {
          width: 270px;
          left: 20px; } }
      @media print, screen and (min-width: 992px) and (max-width: 1199px) {
        #header-fixed header h1 {
          width: 300px;
          left: 20px; } }
    #header-fixed header .headmenuarea {
      position: absolute;
      right: 25%;
      top: 5px; }
      @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 {
          width: 85px;
          text-align: center;
          list-style: none;
          padding: 1px !important;
          margin: auto;
          float: left; }
          @media print, screen and (min-width: 992px) and (max-width: 1199px) {
            #header-fixed header .headmenuarea ul li {
              width: 70px; } }
          #header-fixed header .headmenuarea ul li a {
            text-align: center;
            color: #fff;
            text-decoration: none; }
            #header-fixed header .headmenuarea ul li a span {
              font-size: 0.8rem;
              display: table-cell;
              width: 70px;
              height: 70px;
              background-color: #e49d9b;
              color: #fff;
              border-radius: 50%;
              vertical-align: middle;
              font-family: fot-tsukuardgothic-std, sans-serif; }
              @media print, screen and (min-width: 992px) and (max-width: 1199px) {
                #header-fixed header .headmenuarea ul li a span {
                  width: 60px;
                  height: 60px;
                  font-size: 0.7rem; } }
    #header-fixed header address {
      position: absolute;
      top: 20px;
      right: 30px;
      max-width: 250px; }
      @media print, screen and (max-width: 767px) {
        #header-fixed header address {
          display: none; } }
      @media print, screen and (min-width: 768px) and (max-width: 991px) {
        #header-fixed header address {
          right: 60px;
          width: 200px; } }
      @media print, screen and (min-width: 992px) and (max-width: 1199px) {
        #header-fixed header address {
          width: 200px; } }
  #header-fixed .is-animation {
    /*position: fixed; /*絶対必要*/
    display: block !important; }

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

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

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

.title1 {
  height: 140px;
  text-align: center;
  color: #fff;
  background-image: url(../imgs/titleback1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 250px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 45px 5px 0; }

#home .title1 {
  font-size: 2.4rem;
  padding: 40px 5px 0; }

#voice .title1 {
  font-size: 1.4rem;
  padding: 50px 5px 0; }

/*! ==================================================
　HOME
=================================================== */
#home #homeheadtitle {
  background-color: #ccc;
  height: 60px; }
  @media print, screen and (max-width: 991px) {
    #home #homeheadtitle {
      display: none; } }
  #home #homeheadtitle h1 {
    font-size: 2.0rem;
    padding: 10px; }
#home #homehead #topslide {
  overflow: hidden;
  position: relative;
  /*.slick-dotted.slick-slider{
  	margin-bottom:0;
  }
  ul.slick-dots{
  	bottom:20px;
  }*/ }
  #home #homehead #topslide .sliderbox img {
    object-position: bottom; }
    @media print, screen and (max-width: 575px) {
      #home #homehead #topslide .sliderbox img {
        max-width: 100%;
        /*画像中央ぞろえで必要*/
        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: 970px;
        overflow: hidden;
        object-fit: cover; } }
  #home #homehead #topslide h1 {
    position: absolute;
    top: 20px;
    left: 30px;
    max-width: 400px; }
    @media print, screen and (max-width: 767px) {
      #home #homehead #topslide h1 {
        width: 240px;
        left: 20px;
        top: 10px; } }
    @media print, screen and (min-width: 768px) and (max-width: 991px) {
      #home #homehead #topslide h1 {
        width: 270px;
        left: 20px; } }
    @media print, screen and (min-width: 992px) and (max-width: 1199px) {
      #home #homehead #topslide h1 {
        width: 300px;
        left: 20px; } }
  #home #homehead #topslide .hoken {
    position: absolute;
    top: 20px;
    right: 400px;
    max-width: 250px; }
    @media print, screen and (max-width: 767px) {
      #home #homehead #topslide .hoken {
        /*width:200px;
        right:80px;
        top:15px;*/
        display: none; } }
    @media print, screen and (min-width: 768px) and (max-width: 991px) {
      #home #homehead #topslide .hoken {
        width: 190px;
        right: 270px; } }
    @media print, screen and (min-width: 992px) and (max-width: 1199px) {
      #home #homehead #topslide .hoken {
        width: 200px;
        right: 300px; } }
  #home #homehead #topslide address {
    position: absolute;
    top: 20px;
    right: 30px;
    max-width: 300px; }
    @media print, screen and (max-width: 767px) {
      #home #homehead #topslide address {
        display: none; } }
    @media print, screen and (min-width: 768px) and (max-width: 991px) {
      #home #homehead #topslide address {
        right: 60px;
        width: 200px; } }
    @media print, screen and (min-width: 992px) and (max-width: 1199px) {
      #home #homehead #topslide address {
        width: 250px; } }
#home #homehead .homemenuarea {
  opacity: 0;
  margin-bottom: 60px;
  padding: 20px 15px 20px;
  border-bottom: 20px solid #c6eff3; }
  @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 span {
        display: table-cell;
        width: 100px;
        height: 100px;
        background-color: #e49d9b;
        color: #fff;
        border-radius: 50%;
        vertical-align: middle;
        font-family: fot-tsukuardgothic-std, sans-serif; }
    #home #homehead .homemenuarea ul li a:hover {
      opacity: 1; }
#home #hoken_sp {
  display: none; }
  @media print, screen and (max-width: 767px) {
    #home #hoken_sp {
      display: block;
      margin: 20px auto 0px;
      width: 300px;
      text-align: center; } }
#home #coronabox {
  max-width: 800px;
  margin: 50px auto;
  text-align: center;
  border: 15px solid #ffcf6f;
  padding: 15px 50px 30px; }
  @media print, screen and (max-width: 991px) {
    #home #coronabox {
      padding: 30px 10px;
      border: 10px solid #ffcf6f;
      margin: 20px auto 30px; } }
  #home #coronabox h2 {
    color: #d33333;
    font-family: "a-otf-jun-pro", -apple-system !important;
    font-weight: bold;
    font-size: 2.0rem;
    letter-spacing: 2px; }
    @media print, screen and (max-width: 767px) {
      #home #coronabox h2 {
        font-size: 1.2rem; } }
  #home #coronabox p.taishotxt {
    padding-top: 20px;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 5px solid #ffff00;
    font-size: 0.8rem; }
    @media print, screen and (max-width: 767px) {
      #home #coronabox p.taishotxt {
        padding-top: 10px; } }
  #home #coronabox p.taisakutxt {
    color: #d33333;
    font-size: 1.2rem; }
  #home #coronabox p {
    padding-top: 15px; }
  #home #coronabox ul {
    width: 60%;
    text-align: center;
    margin: 20px auto 30px; }
    @media print, screen and (max-width: 991px) {
      #home #coronabox ul {
        width: 80%; } }
    #home #coronabox ul li {
      text-align: left;
      padding-top: 10px; }
      #home #coronabox ul li span {
        color: #d33333; }
  #home #coronabox ul.noukousesshoku li {
    line-height: 1.8; }
    @media print, screen and (max-width: 991px) {
      #home #coronabox ul.noukousesshoku li {
        line-height: 1.5;
        font-size: 0.9rem; } }
  @media print, screen and (max-width: 991px) {
    #home #coronabox ul.taisaku {
      width: 90%; } }
  #home #coronabox ul.taisaku li {
    float: left;
    margin-left: 20px;
    padding-right: 15px;
    font-size: 0.8rem; }
#home #homenews {
  margin: auto;
  background-color: #dff5f8;
  padding: 30px 0 50px; }
  @media print, screen and (max-width: 991px) {
    #home #homenews {
      margin-top: 20px;
      border-bottom: 30px solid #fff; } }
  #home #homenews .newsList {
    border: 3px solid #e49d9b;
    background-color: #fff;
    padding: 30px 50px;
    width: 90%;
    margin: 0 auto 30px; }
    @media print, screen and (max-width: 991px) {
      #home #homenews .newsList {
        width: 100%;
        padding: 20px 15px; } }
  #home #homenews .newstitlelink {
    border-bottom: 2px dotted #ccc;
    padding: 10px 0; }
    #home #homenews .newstitlelink a {
      text-decoration: none; }
    #home #homenews .newstitlelink time {
      font-size: 0.8rem;
      margin-bottom: 5px;
      margin-right: 15px;
      color: #fff;
      display: inline-block;
      background-color: #257ff8;
      padding: 2px 5px; }
    #home #homenews .newstitlelink h3 {
      font-size: 1.2rem;
      font-weight: normal;
      font-family: "a-otf-jun-pro", -apple-system;
      display: inline-block; }
      @media print, screen and (max-width: 767px) {
        #home #homenews .newstitlelink h3 {
          font-size: 1.2rem; } }

/*! ==================================================
　#tokucho
=================================================== */
#tokucho {
  padding-top: 150px;
  padding-bottom: 20px; }
  #tokucho .txt1 {
    text-align: center;
    margin-bottom: 50px;
    font-weight: bold;
    font-family: fot-tsukuardgothic-std, sans-serif; }
    #tokucho .txt1 span {
      display: inline-block;
      color: #d33333;
      text-align: center;
      font-size: 1.6rem;
      line-height: 1.6;
      letter-spacing: 2px;
      border-bottom: 5px solid #dff5f8;
      padding-bottom: 15px; }
      @media print, screen and (max-width: 767px) {
        #tokucho .txt1 span {
          font-size: 1.3rem; } }
  #tokucho p {
    padding-top: 15px;
    line-height: 1.5; }
  #tokucho ul {
    margin-left: 20px;
    margin-top: 30px;
    margin-bottom: 15px; }
    #tokucho ul li {
      padding-top: 5px; }
      @media print, screen and (max-width: 991px) {
        #tokucho ul li {
          font-size: 0.9rem; } }
  #tokucho h4 {
    background-color: #257ff8;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin: 60px 0 20px;
    font-family: fot-tsukuardgothic-std, sans-serif; }
  #tokucho .inchoname {
    margin: 30px auto 0;
    text-align: center; }
    #tokucho .inchoname img {
      width: 80%; }
  #tokucho .profile p {
    padding-top: 30px; }
    @media print, screen and (max-width: 991px) {
      #tokucho .profile p {
        font-size: 0.9rem; } }
  #tokucho .staffphoto {
    margin: 60px 0 10px; }
  #tokucho .stafftxt {
    text-align: center; }
    @media print, screen and (max-width: 767px) {
      #tokucho .stafftxt {
        font-size: 0.8rem; } }
  #tokucho h5 {
    text-align: center;
    font-family: fot-tsukuardgothic-std, sans-serif; }
    #tokucho h5 span {
      background-color: #e49d9b;
      color: #fff;
      text-align: center;
      padding: 7px 10px;
      margin: 40px 0 10px;
      display: inline-block; }
  #tokucho .staffhitokoto {
    text-align: center;
    margin-bottom: 50px; }
    @media print, screen and (max-width: 767px) {
      #tokucho .staffhitokoto {
        font-size: 0.8rem; } }

/*! ==================================================
　#shinryo
=================================================== */
#shinryo {
  padding-top: 150px;
  padding-bottom: 20px; }
  #shinryo .txt1 {
    text-align: center;
    margin-bottom: 50px;
    font-weight: bold;
    font-family: fot-tsukuardgothic-std, sans-serif; }
    @media print, screen and (max-width: 767px) {
      #shinryo .txt1 {
        margin-bottom: 30px; } }
    #shinryo .txt1 span {
      display: inline-block;
      color: #d33333;
      text-align: center;
      font-size: 1.6rem;
      line-height: 1.6;
      letter-spacing: 2px;
      border-bottom: 5px solid #dff5f8;
      padding-bottom: 15px; }
      @media print, screen and (max-width: 767px) {
        #shinryo .txt1 span {
          font-size: 1.3rem; } }
  #shinryo p {
    padding-top: 15px;
    line-height: 1.5; }
  #shinryo ul {
    margin-left: 20px;
    margin-top: 20px; }
  #shinryo h4 {
    text-align: center;
    margin-top: 80px; }
    #shinryo h4 span {
      background-color: #dff5f8;
      color: #257ff8;
      text-align: center;
      padding: 10px 20px;
      margin: 60px 0 20px;
      font-family: fot-tsukuardgothic-std, sans-serif;
      font-weight: bold; }
      @media print, screen and (min-width: 768px) and (max-width: 991px) {
        #shinryo h4 span {
          font-size: 1.8rem; } }
  #shinryo h5 {
    color: #ec8c42;
    border-left: 5px solid #ec8c42;
    padding-left: 15px;
    font-size: 1.5rem;
    margin: 80px 0 40px;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: bold; }
    @media print, screen and (max-width: 767px) {
      #shinryo h5 {
        margin-top: 50px;
        font-size: 1.3rem; } }
  #shinryo .tokushubox {
    border-bottom: 5px solid #dff5f8;
    padding-bottom: 50px; }
    #shinryo .tokushubox .photo {
      text-align: center;
      margin: auto; }
      @media print, screen and (min-width: 768px) and (max-width: 991px) {
        #shinryo .tokushubox .photo img {
          width: 60%;
          margin-bottom: 30px; } }

/*! ==================================================
　#sports
=================================================== */
#sports {
  padding-top: 150px;
  padding-bottom: 50px; }
  #sports .txt1 {
    text-align: center;
    margin-bottom: 50px;
    font-weight: bold;
    font-family: fot-tsukuardgothic-std, sans-serif; }
    @media print, screen and (max-width: 767px) {
      #sports .txt1 {
        margin-bottom: 30px; } }
    #sports .txt1 span {
      display: inline-block;
      color: #d33333;
      text-align: center;
      font-size: 1.6rem;
      line-height: 1.6;
      letter-spacing: 2px;
      border-bottom: 5px solid #dff5f8;
      padding-bottom: 15px; }
      @media print, screen and (max-width: 767px) {
        #sports .txt1 span {
          font-size: 1.3rem; } }
  #sports p {
    padding-top: 15px;
    line-height: 1.5; }
  #sports h4 {
    background-color: #257ff8;
    color: #fff;
    padding: 10px;
    margin: 60px 0 20px;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: bold; }
    @media print, screen and (max-width: 767px) {
      #sports h4 {
        font-size: 1.2rem;
        margin: 40px 0 20px; } }
  #sports h5 {
    color: #d33333;
    margin-top: 30px; }
  #sports h6 {
    margin-top: 30px;
    font-weight: bold; }
  #sports ul {
    margin-left: 20px;
    margin-top: 20px; }
  #sports .img0 {
    max-width: 300px;
    margin: 15px auto 20px; }
    @media print, screen and (max-width: 767px) {
      #sports .img0 {
        margin: 0 auto 20px; } }
  #sports .img1 {
    max-width: 800px;
    margin: 30px auto 0; }
  #sports .img2 {
    max-width: 900px;
    margin: 30px auto 0; }
  #sports .img3, #sports .img4, #sports .img5, #sports .img6, #sports .img7 {
    text-align: center;
    margin: 30px auto 0; }
  #sports .writer {
    text-align: center;
    padding: 5px 20px 20px;
    border: 1px solid #ddd;
    width: 80%;
    margin: 80px auto 0; }
    @media print, screen and (max-width: 767px) {
      #sports .writer {
        width: 100%;
        margin: 30px auto 0; } }

/*! ==================================================
　#voice
=================================================== */
#voice {
  padding-top: 150px;
  padding-bottom: 20px; }
  #voice .voicebox {
    border-bottom: 5px solid #dff5f8;
    padding-bottom: 80px;
    margin-bottom: 50px; }
  #voice .txt1 {
    text-align: center;
    margin-bottom: 50px;
    font-weight: bold;
    font-family: fot-tsukuardgothic-std, sans-serif; }
    #voice .txt1 span {
      display: inline-block;
      color: #d33333;
      text-align: center;
      font-size: 1.6rem;
      line-height: 1.6;
      letter-spacing: 2px;
      border-bottom: 5px solid #dff5f8;
      padding-bottom: 15px; }
      @media print, screen and (max-width: 767px) {
        #voice .txt1 span {
          font-size: 1.3rem; } }
  #voice p {
    padding-top: 15px;
    line-height: 1.5; }
  #voice ul {
    margin-left: 20px;
    margin-top: 20px; }
  #voice h4 {
    margin-top: 80px; }
    @media print, screen and (max-width: 767px) {
      #voice h4 {
        margin-top: 40px;
        text-align: center; } }
    #voice h4 span {
      background-color: #dff5f8;
      color: #257ff8;
      text-align: center;
      padding: 10px 20px;
      margin: 60px 0 0;
      font-family: fot-tsukuardgothic-std, sans-serif;
      font-weight: bold; }
  #voice .profile p {
    color: #ec8c42;
    font-size: 0.9rem;
    padding: 30px 0 15px; }
  #voice .msg p {
    padding-top: 15px; }
  @media print, screen and (max-width: 991px) {
    #voice .photo {
      text-align: center;
      margin-top: 50px; } }
  @media print, screen and (max-width: 991px) {
    #voice .photo img {
      width: 60%; } }

/*! ==================================================
　#qa
=================================================== */
#qa {
  padding-top: 150px;
  padding-bottom: 50px; }
  #qa .txt1 {
    text-align: center;
    margin-bottom: 50px;
    font-weight: bold;
    font-family: fot-tsukuardgothic-std, sans-serif; }
    #qa .txt1 span {
      display: inline-block;
      color: #d33333;
      text-align: center;
      font-size: 1.6rem;
      line-height: 1.6;
      letter-spacing: 2px;
      border-bottom: 5px solid #dff5f8;
      padding-bottom: 15px; }
      @media print, screen and (max-width: 767px) {
        #qa .txt1 span {
          font-size: 1.3rem; } }
  #qa h4 {
    background-color: #dff5f8;
    color: #257ff8;
    padding: 10px 20px;
    margin: 60px 0 20px;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: bold;
    font-size: 1.6rem; }
    @media print, screen and (max-width: 767px) {
      #qa h4 {
        font-size: 1.3rem; } }
  #qa .answer {
    padding: 15px; }
    #qa .answer ul {
      margin: 20px; }
    #qa .answer p {
      line-height: 1.8;
      padding-top: 20px; }
    #qa .answer h5 {
      font-weight: bold;
      font-family: fot-tsukuardgothic-std, sans-serif;
      margin: 30px 0;
      color: #ec8c42;
      font-size: 1.6rem; }
      @media print, screen and (max-width: 767px) {
        #qa .answer h5 {
          font-size: 1.4rem; } }
  #qa ul li {
    padding-top: 15px; }

/*! ==================================================
　#news
=================================================== */
#news {
  padding-top: 150px;
  padding-bottom: 50px; }
  #news #newsList {
    margin-top: 30px;
    background-color: #fff;
    border-radius: 30px;
    padding: 15px 50px 0;
    min-height: 200px; }
    @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;
        color: #257ff8; }
      #news #newsList .newstitlelink time {
        font-size: 0.9rem;
        margin-bottom: 5px;
        color: #333;
        display: inline-block; }
      #news #newsList .newstitlelink h3 {
        font-size: 1.4rem;
        font-weight: bold;
        font-weight: bold;
        font-family: fot-tsukuardgothic-std, sans-serif; }
        @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;
      color: #257ff8;
      font-family: fot-tsukuardgothic-std, sans-serif; }
      @media print, screen and (max-width: 767px) {
        #news #newsDetail h3 {
          font-size: 1.4rem; } }
    #news #newsDetail .content {
      padding: 5px 0 20px;
      min-height: 200px; }
      #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; }

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

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

/*! ==================================================
　footer
=================================================== */
footer #footnavi {
  padding: 30px 10px; }
  footer #footnavi ul {
    font-size: 0;
    text-align: center; }
  footer #footnavi li {
    font-size: 0.8rem;
    display: inline-block;
    padding: 0 10px; }
  footer #footnavi li {
    padding: 1px 30px;
    border-right: 1px solid #ccc; }
    footer #footnavi li a {
      font-size: 0.8rem; }
  footer #footnavi li:last-child {
    border: 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: 50px;
  padding-top: 50px;
  background-color: #dff5f8; }
  footer #footer .sitetitle {
    margin: auto;
    width: 300px; }
  footer #footer address.tel {
    text-align: center;
    font-size: 1.8rem;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: bold;
    color: #d66477;
    padding-top: 15px; }
    footer #footer address.tel span {
      font-size: 1.2rem; }
    footer #footer address.tel a {
      color: #d66477; }
    footer #footer address.tel a:hover {
      text-decoration: none; }
  footer #footer address.add {
    font-size: 0.9rem;
    text-align: center;
    line-height: 2.0;
    padding-top: 10px; }
  footer #footer table.opentime {
    max-width: 350px;
    margin: 20px auto 15px;
    background-color: #257ff8;
    border: 1px solid #fff; }
    footer #footer table.opentime td {
      padding: 5px;
      color: #fff;
      border: 1px solid #fff; }
  footer #footer p.yoyakusei {
    color: #d66477;
    text-align: center;
    font-weight: bold;
    font-size: 0.9rem;
    letter-spacing: 1px; }
  @media print, screen and (max-width: 991px) {
    footer #footer .gmap {
      margin-top: 30px; } }
footer .copyright {
  text-align: center;
  font-size: 0.8rem;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #257ff8;
  color: #fff; }

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