@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  color: #292929;
}
/*--------------------
　ヘッダー
--------------------*/
header {
  margin-bottom: 0px;
  margin-top: 5px;
}
.innerWrap {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.global-nav {
  background-color: #00885a;
  margin-bottom: 30px;
}
.global-nav ul {
  display: flex;
  width: 100%;
  background-color: #00885a;
  font-size: 1.3rem;
  list-style-type: none;
}
.global-nav ul li {
  width: 25%;
  display: inline-block;
  text-align: center;
  height: 60px;
  border-left: 1px solid #FFFFFF;
}
.global-nav ul li:first-child {
  border-left-style: none;
}
.global-nav ul li a {
  text-decoration: none;
  line-height: 60px;
  color: #FFFFFF;
  font-weight: bold;
  display: block;
}
.global-nav ul li a:hover {
  background-color: #FFFFFF;
  color: #00885a;
  height: 60px;
  border: 1px solid #00885a;
}
h1 {
  margin-top: 10px;
}
h1 a img {
  width: 250px;
  height: auto;
  display: block;
}
h1 .subtext {
  font-size: medium;
  width: 250px;
  text-align: center;
  display: block;
  color: #454545;
  margin-top: 2px;
  margin-bottom: 8px;
  font-weight: 400;
}
/*--------------------
　フッター
--------------------*/
footer {
  padding-top: 5px;
  text-align: center;
  background-color: #F7F5F0;
  border-top: 5px solid #00885a;
}
.footer-nav ul {
  display: flex;
  list-style-type: none;
  text-align: center;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.footer-nav ul li {
  border-left: 1px solid #00885a;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 0px;
  display: inline-block;
}
.footer-nav ul li a {
  text-decoration: none;
  font-weight: bold;
  color: #454545;
}
.footer-nav ul li a:hover {
  opacity: 0.6;
  margin-top: 0px;
}
.footer-nav ul li:first-child {
  border: none;
}
footer p {
  background-color: #00885a;
  color: #FFFFFF;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
/*--------------------
　メインコンテンツ
--------------------*/
.layout-container {
  width: 1000px;
  margin: 0 auto 20px;
  display: flex;
  justify-content: space-between;
}
main {
  width: 80%;
  padding-right: 30px;
}
aside {
  width: 20%;
}
aside nav {
  padding: 20px;
  background-color: #F7F5F0;
  margin-bottom: 20px;
}
aside nav ul h4 {
  margin-bottom: 30px;
  font-size: 18px;
  color: #454545;
  padding-left: 10px;
  border-left: 5px solid #00885a;
  font-family: "Courier New", Courier, monospace;
}
aside nav ul li {
  list-style-type: square;
  margin: 0 0 10px 15px;
  letter-spacing: 0em;
}
aside a:hover {
  opacity: 0.6;
}
section {
  margin-bottom: 30px;
}
img {
  height: auto;
}
.main-img {
  width: 100%;
}
main a:hover {
  opacity: 0.6;
}
h2 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: 0.05em;
    margin-top: 10px;
}
.section-title {
  font-size: 25px;
  font-weight: bold;
  line-height: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
  color: #454545;
  background-color: #F7F5F0;
  border-left: 5px solid #00885a;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}
/*layoutwrapは画像を横並びにするデザインです*/
.layoutwrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
/*table1は２列のテーブルのデザインです*/
.table1 {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}
.table1 th, td {
  border: 1px solid #999999;
}
.table1 th {
  width: 25%;
  padding: 10px;
}
.table1 td {
  padding: 0.5em;
  text-align: left;
}
/*table２は３列のテーブルのデザインです*/
.table2 {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}
.table2 th, td {
  border: 1px solid #999999;
}
.table2 th {
  width: 30%;
  padding: 10px;
}
.table2 td {
  padding: 0.5em;
  text-align: center;
}
.table2-td-left {
  text-align: left;
}
/*table-actは観光レジャー用の２列のテーブルのデザインです*/
.table-act {
  width: 100%;
  border: 1px solid #999999;
  border-collapse: collapse;
}
.table-act td {
  padding: 0.5em;
}
.table-act th {
    width: 25%;
    padding: 10px;
    border: 1px solid #999999;
}
.table-act img {
  margin-top: 10px;
}
.imgList {
  text-align: center;
  margin-bottom: 10px;
}
.imgList img {
  width: 380px;
}
.imgList p {
  font-size: 14px;
  margin-top: 0px;
  padding-bottom: 5px;
}
.img-act {
    width: 300px;
}

.map {
  margin-top: 10px;
  margin-bottom: 10px;
}
.heading-icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.heading-icon span {
  display: flex;
  /* [disabled]align-items: center; */
  flex-shrink: 0;
}
.icon {
  width: 60px;
  margin-left: 5px;
}
.spot-icon {
  flex-wrap: wrap;
  margin: 30px 10px;
  display: flex;
}
.spot-icon-act {
  display: block;
  flex-basis: auto;
  color: #00885a;
  font-weight: bold;
  border-radius: 20px;
  border: 2px solid #00885a;
  text-align: center;
  list-style-type: none;
  padding: 4px 15px;
  margin-top: 0;
  margin-right: 5px;
  margin-bottom: 8px;
}
.spot-icon-onsen {
  display: block;
  flex-basis: auto;
  color: #d9534f;
  font-weight: bold;
  border-radius: 20px;
  border: 2px solid #d9534f;
  text-align: center;
  list-style-type: none;
  padding: 4px 15px;
  margin-top: 0;
  margin-right: 5px;
  margin-bottom: 8px;
}
.spot-icon-niko {
  display: block;
  flex-basis: auto;
  color: #1794cb;
  font-weight: bold;
  border-radius: 20px;
  border: 2px solid #1794cb;
  text-align: center;
  list-style-type: none;
  padding: 4px 15px;
  margin-top: 0;
  margin-right: 5px;
  margin-bottom: 8px;
}
.ad-box01 {}
.ad-box02 {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.text-red {
  color: #d9534f;
  font-weight: bold;
}
.leadtext {
  color: #7C5D48;
  font-weight: bold;
  font-size: 1.2em;
  margin: 20px 10px;
  width: 100%;
}
.intro-text {
  margin: 10px;
}
.food-text {
  padding-top: 0;
  padding-right: 10px;
  padding-bottom: 0;
  padding-left: 10px;
}
/*sp-action-buttonはスマホの時だけ表示、PCサイズは非表示*/
.sp-action-button {
  display: none;
}
h2::after {
  content: attr(data-kana);
  display: table;
  font-size: 16px;
  color: #262626;
  font-weight: 500;
}
/*--------------------
　スマホ幅640pxのとき
--------------------*/
@media screen and (max-width:640px) {
  header {
    width: 100%;
  }
  footer {
    width: 100%;
  }
  .layout-container {
    display: block;
    width: 100%;
    column-gap: none;
  }
  main {
    width: 100%;
    /* [disabled]display: block; */
    padding-right: 16px;
    padding-left: 16px;
  }
  aside {
    width: 100%;
    /* [disabled]display: block; */
    background-color: #ED8100;
  }
  section {
    /* [disabled]padding: 0 10px; */
    width: 100%;
  }
  section img {
    width: 100%;
  }
  .layoutwrap {
    display: block;
  }
  .innerWrap {
    width: 100%;
  }
  .table1 .table2 {
    width: 100%;
  }
  .table1 th {
    padding: 7px;
  }
  .table2 th {
    padding: 7px;
    width: 28%;
  }
  img {
    width: 100%;
  }
  .imgList {
    width: 100%;
  }
  .imgList img {
    width: 100%;
  }
  header img {
    width: 50%;
    padding-left: 10px;
  }
  footer img {
    width: 50%;
  }
  .global-nav ul {
    font-size: 18px;
    flex-wrap: wrap;
  }
  .global-nav ul li {
    width: 25%;
    font-size: 14px;
  }
  .footer-nav ul {
    display: block
  }
  .footer-nav ul li {
    margin-bottom: 15px;
  }
  header p {
    padding: 0px 10px;
    font-size: small;
  }
  h2 {
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: 600;
    letter-spacing: normal;
  }
  h1 a img {
    width: 60%;
  }
  h1 .subtext {
    font-size: 14px;
  }
  .section-title {
    line-height: 30px;
    font-size: 20px;
  }
  .spot-icon-act, .spot-icon-onsen, .spot-icon-niko {
    font-size: 14px;
  }
  .leadtext {
    font-size: 1.1em;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
  .intro-text {
    margin-left: 0px;
    margin-right: 0px;
  }
  .spot-icon {
    margin-left: 0px;
    margin-right: 0px;
  }
  .sub-text {
    font-size: 14px;
  }
  .sp-action-button {
    display: flex;
    margin: 20px 0 40px 0;
    padding: 0 20px;
    flex-direction: column;
  }
  .btn-official {
    display: flex;
    align-items: center;
    padding: 14px 20px;
    justify-content: center;
    font-weight: bold;
    background-color: #d9534f;
    color: #FFFFFF;
    border-radius: 25px;
    margin-bottom: 20px;
    text-decoration: none;
  }
  .btn-official a {
    color: #FFFFFF;
    text-decoration: none;
  }
  .btn-tel {
    display: flex;
    align-items: center;
    padding: 14px 20px;
    justify-content: center;
    font-weight: bold;
    border-radius: 25px;
    background-color: #1B365D;
    text-decoration: none;
    color: #FFFFFF;
  }
  .btn-tel a {
    color: #F8F6F0;
    text-decoration: none;
  }
  .table-act td, .table-act th, .table-act {
    display: block;
    border: none;
    width: 100%;
  }
  .table-act th {
    text-align: left;
    border: 1px solid #999999;
    padding: 7px;
  }
  .heading-icon span {
    align-items: flex-start;
  }
  .icon {
    width: 40px;
  }
  h2::after {
    font-size: 15px;
  }
.img-act {
    width: 90%;
    height: auto;
    margin: 0 auto;
    display: block;
}

}
