@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;
}
/*--------------------
　ヘッダー
--------------------*/
header {
  margin-bottom: 0px;
  margin-top: 5px;
}
.innerWrap {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.global-nav {
    background-color: #00885a;
}
.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 #F8F6F0;
}
.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: #393939;
  margin-top: 2px;
  margin-bottom: 8px;
  font-weight: 400;
}
.main-image {
    /* [disabled]width: 1000px; */
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color: #F8F6F0;
    margin-bottom: 30px;
}
/*--------------------
　フッター
--------------------*/
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.7;
  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: 70%;
  padding-right: 20px;
}
aside {
  width: 30%;
  padding-left: 10px;
}
aside h4 {
    font-size: 18px;
    color: #454545;
    border-left: 5px solid #00885a;
    font-family: "Courier New", Courier, monospace;
    letter-spacing: 0.1em;
    padding-left: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
}
aside ul {
    padding-right: 0px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
aside ul li {
    list-style-type: none;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 16px;
    letter-spacing: 0em;
    margin-left: 0px;
    padding-top: 0px;
}
aside ul li a img {
  width: 100%;
}
aside a:hover {
    /* [disabled]opacity: 0.7; */
}
.sns-box {
    background-color: #f5f9f6;
    padding-bottom: 24px;
}
.sns-box-facebook {
    margin: 24px auto;
    border-radius: 8px;
    width: 260px;
}
.sns-box.x {
    border-radius: 8px;
    background-color: #FFFFFF;
    text-align: center;
    margin: 30px auto 10px;
    padding: 10px;
    width: 80px;
}
.sns-box .sns-title {
    background-color: #00885a;
    border-left-style: none;
    padding: 10px 0;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 20px;
}
.sns-box .sns-text {
    padding: 0 20px;
    font-size: 14px;
}


.banner-box {
    padding-top: 24px;
    padding-bottom: 24px;
}
.banner-box-main {
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    width: 1000px;
}
.banner-box-main img {
    width: 320px;
}
section {
  margin-bottom: 30px;
}
.section-title {
    font-size: 25px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
    color: #454545;
    background-color: #F8F6F0;
    border-left: 5px solid #00885a;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}
img {
  height: auto;
}
main a:hover {
  opacity: 0.7;
}
h2 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}
/*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%;
  border: 1px solid #999999;
}
.table-act img {
  margin-top: 10px;
}
.contents-list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  justify-content: space-between;
}
.contents-list li {
    width: 48%;
    margin-bottom: 24px;
    border-radius: 4px;
    border: 1px solid #00885A;
}
.contents-list li a   {
    text-decoration: none;
}
.contents-list li a img {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    width: 100%;
    height: 160px;
    object-fit: cover;
    object-position: center 92%;
    filter: brightness(110%);
}
.contents-list li a p {
    /* [disabled]padding: 16px 0px 16px; */
    font-size: 22px;
    color: #2F322A;
    text-align: center;
    line-height: 4;
}

.theme-list {
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style-type: none;
}
.theme-list li {
    width: 30%;
    margin-bottom: 16px;
}
.theme-list li a img {
  width: 100%;
	display: block;
}
.news-list {
    list-style-type: none;
    height: 350px;
    overflow-y: auto;
}
.news-list li {
    display: flex;
    padding: 15px 0;
    flex-wrap: no-wrap;
    border-bottom: 1px dashed #dddddd;
    align-items: flex-start;
}
.news-list li a {
    text-decoration: none;
}
.news-list li .date {
    color: #666666;
    margin-right: 10px;
    white-space: nowrap;
}
.news-list li .label {
    font-size: 13px;
    margin-right: 10px;
    text-align: center;
    color: #FFFFFF;
    border-radius: 4px;
    background-color: #31998D;
    padding: 1px 8px;
    white-space: nowrap;
}
.map {
  margin-top: 10px;
  margin-bottom: 10px;
}
.icon {
  width: 50px;
  margin-right: 5px;
}
.spot-icon {
  flex-wrap: wrap;
  margin: 30px 10px;
  display: flex;
}
.spot-icon-act {
  display: block;
  flex-basis: auto;
  color: #2d5a27;
  font-weight: bold;
  border-radius: 20px;
  border: 2px solid #2d5a27;
  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: #1E90FF;
  font-weight: bold;
  border-radius: 20px;
  border: 2px solid #1E90FF;
  text-align: center;
  list-style-type: none;
  padding: 4px 15px;
  margin-top: 0;
  margin-right: 5px;
  margin-bottom: 8px;
}
.ad-box01 {}
.ad-box02 {
    margin: 30px auto;
    width: 1000px;
}
.text-red {
  color: #DF5656;
  font-weight: bold;
}
.text-blue {
    color: #3948D9;
    font-weight: bold;
}
.leadtext {
  color: #7C5D48;
  font-weight: bold;
  font-size: 1.2em;
  margin: 20px 10px;
  width: 100%;
}
.intro-text {
  margin: 10px;
}
.section-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: 20px;
    padding-left: 20px;
  }
  aside {
    width: 100%;
    /* [disabled]display: block; */
    padding: 0 20px;
  }
  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%;
  }
  header p {
    padding: 0px 10px;
    font-size: small;
  }
.global-nav ul  {
    font-size: 18px;
    flex-wrap: wrap;
  }
.global-nav ul li  {
    width: 50%;
    border-bottom: 1px solid #F8F6F0;
  }
.main-image {

}
.bxslider li img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.footer-nav ul  {
    display: block
  }
.footer-nav ul li  {
    margin-bottom: 15px;
  }
.banner-box-main {
    width: 100%;
    align-items: center;
    flex-direction: column;
}
.banner-box-main a img {
    margin: 10px auto;
}
.banner-box ul li a img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.banner-box {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}



.contents-list {
    align-items: center;
}
.contents-list li {
    text-align: center;
    width: 100%;
}

.theme-list {
    justify-content: space-between;
}

.theme-list li {
    width: 48%;
    text-align: center;
}
.news-list li {
    flex-wrap: wrap;
}




  h2 {
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: 600;
  }

  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: #DF5656;
    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;
  }
  .icon {
    width: 40px;
  }
  h2::after {
    font-size: 15px;
  }
}
