.hr {
  /* ドット水平線 */
  border: 2px dotted #ccc;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
}

.hr2 {
  /* ドット水平線 */
  border-bottom: 2px dotted #ccc;
}

.contents-center {
  text-align: center;
}

.contents-right {
  text-align: right;
}

/*================= ボタン ========================*/
.maru_nav_center ul li {
  /*ボタンのメニュー配置*/
  display: inline-block;
  margin: 0px auto;
}

.maru_nav_left ul li {
  list-style: none;
}

/* 施設詳細アコーディオン内 アイコン */
.btn001 {
  /* Web Mapボタン */
  width: 50px;
  font-size: 16px;
  border-radius: 8px;
  color: #fff;
  padding: 14px 8px 14px 8px !important;
  background-color: rgba(70, 112, 136, 1);
  text-align: center;
}

.btn002 {
  /* 標高マーク */
  font-size: 16px;
  width: 90px;
  height: 50px;
  border-radius: 8px;
  border: solid 1px rgba(0, 0, 0, 0.5);
  color: #fff;
  padding-top: 13px;
  padding-bottom: 13px;
  background-image: url(../image/hyoukou00.png);
  background-size: cover;
  text-align: center;
  font-weight: bold;
}

/* アイコンの解説 */
.btn003 {
  width: 20%;
  font-size: 16px;
  border-radius: 40px;
  border: solid 1px rgba(49, 97, 20, 1);
  color: #333;
  padding: 12px 20px 12px 20px;
  background-color: rgba(255, 255, 255, 1);
  text-align: center;
}

.btn004 {
  /* 電話マーク */
  font-size: 16px;
  width: 50px;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0);
  padding: 14px 8px 14px 8px;
  background-image: url(../image/call2.png);
  background-size: cover;
  text-align: center;
  margin-right: 5px;
}

.btn005 {
  /* 紺色横長丸ボタン */
  font-size: 1.1em;
  border-radius: 40px;
  color: #fff;
  padding: 10px 40px;
  background-color: rgba(70, 112, 136, 1);
  display: inline-block;
  text-align: center;
  font-weight: 400;
  margin: 10px 5px 10px 0px;
}

.btn005:hover, .btn005:focus {
  color: #fff;
  background-color: rgba(70, 112, 136, 0.7);
}

.btn006 {
  /* 灰色横長丸ボタン */
  width: 200px;
  font-size: 1em;
  border-radius: 12px;
  color: #666;
  padding: 10px 20px;
  background-color: rgba(69, 91, 99, 0.2);
  display: inline-block;
  text-align: center;
  margin: 10px 5px 10px 0px;
}

.btn007 {
  /* 灰色横長丸ボタン */
  width: 150px;
  font-size: 1.1em;
  border-radius: 12px;
  color: #333;
  padding: 10px 10px;
  background-color: rgba(69, 91, 99, 0.2);
  display: inline-block;
  text-align: center;
  margin: 0px 0px 10px 0px;
}

.btn008 {
  /* ミドリ 幅250 */
  width: 250px;
  font-size: 100%;
  border-radius: 40px;
  color: #fff;
  padding: 10px 20px;
  background-color: rgba(153, 173, 52, 1);
  display: inline-block;
  text-align: center;
  font-weight: 400;
  margin: 8px 0px 8px 0px;
}

.btn008:hover, .btn008:focus {
  color: #fff;
  background-color: rgba(153, 173, 52, 0.7);
}

.btn009 {
  font-size: 1.2em;
  color: #999;
  text-decoration: none;
  text-align: center;
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 0px 6px 5px 6px;
}

.btn009:before {
  content: '';
  border: solid 1px #c1791a;
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: -1;
  border-radius: 50%;
}

.btn009:hover {
  background-color: #c1791a;
  border-radius: 50%;
  color: #fff;
}

.btn010 {
  font-size: 1.2em;
  color: #fff;
  text-decoration: none;
  text-align: center;
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 0px 6px 5px 6px;
}

.btn010:before {
  content: '';
  background-color: #c1791a;
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: -1;
  border-radius: 50%;
}

/*緑円形（大）エフェクトなし*/
.btn011 {
  font-size: 107%;
  color: #fff;
  text-decoration: none;
  text-align: center;
  position: relative;
  display: block;
  width: 110px;
  height: 110px;
  line-height: 110px;
  margin: 0px 6px 5px 6px;
}

.btn011:before {
  content: '';
  background-color: #9caf30;
  display: block;
  position: absolute;
  width: 110px;
  height: 110px;
  z-index: -1;
  border-radius: 50%;
}

@media screen and (max-width: 980px) {
  .btn005 {
    /* 紺色横長丸ボタン */
    font-size: 1em;
    border-radius: 40px;
    color: #fff;
    padding: 10px 15px;
    background-color: rgba(70, 112, 136, 1);
    display: inline-block;
    text-align: center;
    font-weight: 400;
    margin: 10px 5px 10px 0px;
  }
}

@media screen and (max-width: 640px) {
  .btn011 {
    font-size: 100%;
    color: #fff;
    text-decoration: none;
    text-align: center;
    position: relative;
    display: block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin: 0px 2px 5px 2px;
  }

  .btn011:before {
    content: '';
    background-color: #9caf30;
    display: block;
    position: absolute;
    width: 70px;
    height: 70px;
    z-index: -1;
    border-radius: 50%;
  }
}

@media screen and (max-width: 480px) {
  .btn001, .btn004 {
    /* Web Mapボタン */
    width: 44px;
    height: 44px;
    padding: 14px 6px 14px 6px;
  }

  .btn002 {
    /* Web Mapボタン */
    width: 79px;
    height: 44px;
    padding: 14px 6px 14px 6px;
  }
}

@media screen and (max-width: 360px) {
  .btn011 {
    font-size: 100%;
    color: #fff;
    text-decoration: none;
    text-align: center;
    position: relative;
    display: block;
    width: 65px;
    height: 65px;
    line-height: 65px;
    margin: 0px 2px 5px 2px;
  }

  .btn011:before {
    content: '';
    background-color: #9caf30;
    display: block;
    position: absolute;
    width: 65px;
    height: 65px;
    z-index: -1;
    border-radius: 50%;
  }
}

/*緑枠円形ボタン（大）エフェクトあり*/
.btn012 {
  font-size: 107%;
  color: #9caf30;
  text-decoration: none;
  text-align: center;
  border: solid 1px #9caf30;
  background-color: none;
  position: relative;
  display: block;
  width: 110px;
  height: 110px;
  line-height: 110px;
  margin: 0px 6px 0px 6px;
  border-radius: 50%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.btn012:hover {
  color: #9caf30;
  border-radius: 50%;
  box-shadow: 0 0 0 5px #fff, 0 0 0 6px #9caf30;
}

/*◯バス時刻表*/
.btn013 {
  width: 100%;
  font-size: 14px;
  border-radius: 10px;
  color: #fff;
  padding: 20px 0px;
  background-color: rgba(106, 161, 49, 1);
  display: inline-block;
  text-align: center;
  font-weight: 400;
  margin: 0px 0px 0px 0px;
}

/*◯バス時刻表*/
.btn014 {
  width: 60%;
  margin: 0% auto;
  margin: -20px 0px 10px 0px;
  font-size: 14px;
  border-radius: 10px;
  color: #fff;
  padding: 20px 0px;
  background-color: rgba(38, 109, 182, 1);
  display: inline-block;
  text-align: center;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .btn012:hover {
    border-radius: 50%;
    box-shadow: none;
  }
}

@media screen and (max-width: 640px) {
  .btn012 {
    font-size: 90%;
    color: #9caf30;
    text-decoration: none;
    text-align: center;
    border: solid 1px #9caf30;
    background-color: none;
    position: relative;
    display: block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin: 0px 2px 0px 2px;
    border-radius: 50%;
  }

  .btn014 {
    width: 100%;
    margin: 0% auto;
  }
}

@media screen and (max-width: 360px) {
  .btn012 {
    font-size: 90%;
    color: #9caf30;
    text-decoration: none;
    text-align: center;
    border: solid 1px #9caf30;
    background-color: none;
    position: relative;
    display: block;
    width: 65px;
    height: 65px;
    line-height: 65px;
    margin: 0px 2px 0px 2px;
    border-radius: 50%;
  }
}

/* トップページ トピックス用 */
.btn015 {
  /* 紺色横長丸ボタン */
  font-size: 0.9em;
  border-radius: 40px;
  color: #fff;
  padding: 5px 10px;
  background-color: rgba(70, 112, 136, 1);
  display: inline-block;
  text-align: center;
  font-weight: 400;
  margin: 10px 20px 10px 0px;
  float: right;
}

.btn015:hover, .btn015:focus {
  color: #fff;
  background-color: rgba(70, 112, 136, 0.7);
}

.btn016 {
  /* ミドリ 幅250 */
  width: 250px;
  font-size: 100%;
  border-radius: 40px;
  color: #fff;
  padding: 10px 20px;
  background-color: #1babde;
  display: inline-block;
  text-align: center;
  font-weight: 400;
  margin: 8px 0px 8px 0px;
}

.btn016:hover, .btn016:focus {
  color: #fff;
  background-color: #1b8cee;
}

.btn017 {
  /* ミドリ 幅250 */
  width: 250px;
  font-size: 100%;
  border-radius: 40px;
  color: #fff;
  padding: 10px 20px;
  background-color: rgba(70, 112, 136, 0.6);
  display: inline-block;
  text-align: center;
  font-weight: 400;
  margin: 8px 0px 8px 0px;
}

.btn017:hover, .btn017:focus {
  color: #fff;
  background-color: rgba(70, 112, 136, 1);
}

.btn018 {
  width: 200px;
  font-size: 100%;
  border-radius: 40px;
  color: #fff;
  padding: 10px 20px 8px 20px !important;
  letter-spacing: 2px;
  background-color: rgba(107, 142, 35, 1);
  display: inline-block;
  text-align: center;
  font-weight: 400;
  margin: 20px 0px 10px 0px !important;
}

.btn019 {
  /* Web Mapボタン */
  width: 50px;
  height: 50px;
  font-size: 16px;
  border-radius: 8px;
  line-height: 50px;
  color: #fff;
  padding: 14px 8px 14px 8px;
  background-color: rgba(70, 112, 136, 1);
  text-align: center;
  margin-right: 20px;
}

.btn020 {
  /* 標高マーク */
  font-size: 16px;
  width: 90px;
  height: 50px;
  border-radius: 8px;
  line-height: 50px;
  border: solid 1px rgba(0, 0, 0, 0.5);
  color: #fff;
  padding-top: 13px;
  padding-bottom: 13px;
  background-image: url(../image/hyoukou00.png);
  background-size: cover;
  text-align: center;
  font-weight: bold;
}

.btn021 {
  /* 電話マーク */
  font-size: 16px;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0);
  padding: 14px 8px 14px 8px;
  background-image: url(../image/call2.png);
  background-size: cover;
  text-align: center;
  margin-right: 5px;
}

.btn022 {
  width: 200px;
  font-size: 100%;
  border-radius: 40px;
  color: #fff;
  padding: 10px 20px 8px 20px !important;
  letter-spacing: 2px;
  background-color: rgba(231, 95, 13, 1);
  display: inline-block;
  text-align: center;
  font-weight: 400;
  margin: 20px 0px 10px 0px !important;
}

@media screen and (max-width: 480px) {
  .btn018 {
    width: 100%;
  }

  .btn022 {
    width: 100%;
  }
}

.btn250 {
  width: 250px;
}

/*--- 囲み枠 ------------------*/
.block_001 {
  padding: 4%;
  border: solid 0px rgba(231, 188, 99, 0);
  background-color: rgba(231, 188, 99, 0.2);
  border-radius: 10px;
  margin: 3% 0%;
  margin-top: 10px;
  overflow: hidden;
}

.block_002 {
  padding: 5%;
  border: solid 0px rgba(231, 188, 99, 0);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 10px;
  margin: 3% 0%;
  margin-top: 10px;
  overflow: hidden;
}

/* 汎用囲み */
.block_003 {
  background-color: #fff;
  border-radius: 12px;
  margin: 1% 0%;
  padding: 2%;
  width: 100%;
  flex-direction: column;
  box-shadow: 0px 4px 16px rgba(69, 91, 99, 0.2);
  position: relative;
  overflow: hidden;
}

/*--- ドット囲み枠 ------------------*/
.block_004 {
  padding: 3%;
  border: dotted 3px #ccc;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}

.block_005 {
  background-color: #fff;
  border-radius: 12px;
  margin: 1% 0%;
  padding: 20px 30px;
  width: 100%;
  flex-direction: column;
  box-shadow: 0px 4px 16px rgba(69, 91, 99, 0.2);
  position: relative;
  overflow: hidden;
}

.block_006 {
  background-color: rgba(213, 0, 48, 0.8);
  padding: 10px 10px;
  color: #fff;
  overflow: hidden;
}

/* トップページ囲み四角 */
.block_007 {
  background-color: #f3fcf6;
  margin: 1% 0%;
  padding: 4%;
  width: 100%;
  flex-direction: column;
  box-shadow: 0px 4px 7px rgba(69, 91, 99, 0.2);
  position: relative;
  overflow: hidden;
}

.midashi005 {
  /* ソフトクリーム */
  font-size: 1em;
  width: 120px;
  border-radius: 30px;
  color: #666;
  padding: 2px 10px 2px 10px;
  background-color: rgba(201, 229, 246, 0.5);
  text-align: center;
}

.midashi0 li {
  color: #555;
  margin: 3px 0px 0px 0px;
  padding-top: 5px;
  padding-bottom: 7px;
  padding-left: 20px;
  padding-right: 10px;
  list-style-type: none;
  line-height: 1.3em;
}

/* リスト表示 緑四角 */
.midashi li {
  color: #555;
  margin: 5px 0px 0px 0px;
  padding-top: 4px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 10px;
  background: url(../image/g12.png) no-repeat left 8px;
  list-style-type: none;
  line-height: 1.6em;
}

.midashi2 li {
  /* リスト表示 赤チェック */
  color: #555;
  margin: 3px 0px 0px 0px;
  padding-top: 5px;
  padding-bottom: 7px;
  padding-left: 20px;
  background: url(../image/midashi03.png) no-repeat left 8px;
  list-style-type: none;
  line-height: 1.5em;
  text-align: left;
}

.midashi3 li {
  /* リスト表示 緑四角 */
  color: #555;
  margin: 3px 0px 0px 0px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 20px;
  padding-right: 10px;
  background: url(../image/g12.png) no-repeat left 8px;
  list-style-type: none;
  line-height: 1em;
}

.midashi4 li {
  /* リスト表示 茶四角 */
  color: #555;
  margin: 0px 0px 0px 0px;
  padding-top: 7px;
  padding-bottom: 3px;
  padding-left: 20px;
  padding-right: 10px;
  background: url(../image/b1.png) no-repeat left 8px;
  list-style-type: none;
  line-height: 1.3em;
}

.fukidashi001 {
  /* 標高マーク */
  position: relative;
  top: -150px;
  font-size: 0.9em;
  width: 70%;
  border-radius: 8px;
  color: #333;
  padding: 10% 10% 15% 10%;
  background-image: url(../image/fukidashi.png);
  background-size: cover;
}

.call {
  /*電話アイコン*/
  display: none;
  /*481px以上はアイコン見せない*/
}

@media screen and (max-width: 480px) {
  .btn001 {
    width: 44px;
    font-size: 1em;
    border-radius: 8px;
    padding: 12px 8px 13px 8px;
  }

  .btn002 {
    font-size: 1em;
    width: 80px;
    padding: 14px 0px 9px 0px;
  }

  .btn003 {
    width: 20%;
    font-size: 1em;
    border-radius: 40px;
    border: solid 1px rgba(49, 97, 20, 1);
    color: #333;
    padding: 8px 20px 8px 20px;
    background-color: rgba(255, 255, 255, 1);
    text-align: center;
  }

  .btn004 {
    width: 44px;
    font-size: 0em;
    border-radius: 8px;
    padding: 12px 8px 13px 8px;
  }

  .call {
    display: block;
  }
}

.float_left img {
  /*画像左寄せ・テキスト回り込み*/
  float: left;
  margin-right: 10px;
}

.float_right img {
  /*画像左寄せ・テキスト回り込み*/
  float: right;
  margin-left: 10px;
}

/* スペース  ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* スペーサー20px */
.style_1S_20 {
  clear: both;
  height: 20px;
  padding: 0px;
  float: left;
  width: 100%;
}

/* スペーサー50px */
.style_1S_50 {
  clear: both;
  height: 50px;
  padding: 0px;
  float: left;
  width: 100%;
}

/* スペーサー100px */
.style_1S_100 {
  clear: both;
  height: 100px;
  padding: 0px;
  float: left;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .style_1S_100 {
    height: 50px;
  }
}

@media screen and (max-width: 480px) {
  .style_1S_100 {
    height: 30px;
  }
}
