@charset "UTF-8";

*,*::before,*::after {
  box-sizing: border-box;
}

body {
  color: #333;
  font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ＭＳ ゴシック',sans-serif;
  background: url(img/fv-bg.png) repeat-y center top/100%;
  margin: 0;
  line-height: 2;
  letter-spacing: 0.03em;
}
img {
  width: auto;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s linear;
}
a:hover {
  opacity: 0.75;
}
p {
  margin: 0.7rem 0;
}
ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
#akimeguri {
  width: 100%;
  overflow: hidden;
}
.sp {
  display: none;
}
.ph {
  line-height: 0;
  text-align: center;
}
.contents {
  position: relative;
  padding-bottom: 8%;
}
.contents::before {
  content: '';
  display: block;
  width: 134%;
  height: 0;
  background: inherit;
  border-radius: 50% / 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding-top: 12%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.beige {
  background: #ffe0af;
}
.yellow {
  background: #f6e08c;
}
.title-section,
.main-title,
.sub-title {
  text-align: center;
  line-height: 1.8;
  margin: 0;
}
.main-title {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
.sub-title {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}
.sub-title span {
  font-size: 1.5rem;
  font-weight: normal;
  color: #fff;
  background: #ad4614;
  border-radius: 20px;
  padding: 0.35em 1em;
}
.date-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.date-icons li {
  margin: 0 0.5rem;
}
.date {
  display: inline-block;
  font-size: 0.75em;
  border: 2px solid;
  border-radius: 10px;
  padding: 0 0.6em;
  margin-right: 0.5em;
  line-height: 1.5;
}
.txt {
  color: #ad4614;
  font-size: 1.25rem;
  margin-bottom: 2rem;
}
.text {
  margin-bottom: 2rem;
}
.point {
  display: inline-block;
  color: #fff2f2;
  background: #e43b2e;
  border-radius: 4px;
  padding: 0 0.4em;
  margin: 0 0.15em;
  line-height: 1.5;
}
.grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.column {
  flex-basis: 46.875%;
  margin: 1rem 0;
}
.innerFrame {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.btn-detail {
  text-align: center;
}
.btn-detail a {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: bold;
  margin: 0 auto;
  color: #ff620d;
  border: 4px solid #ff620d;
  text-align: center;
  border-radius: 30px;
  position: relative;
  padding: 0.75em 2em;
  padding-left: 3em;
  margin-bottom: 2.5rem;
  line-height: 1.5;
}
.btn-detail a::before {
  content: '';
  border-left: 8px solid #ff620d;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  position: absolute;
  top: 50%;
  left: 1.9em;
  transform: translateY(-50%);
}

/* セクション毎のcss */
.fv-bg {
  position: relative;
  background: url(img/fv.jpg) no-repeat center top/100%;
  padding-top: 11.5%;
  padding-bottom: 18.5%;
}
/*.fv-bg::before {
  width: 19%;
  padding-top: 19%;
  background: url(img/fv-point.png) no-repeat center top/contain;
  top: 50%;
  left: 14.5%;
  transform: translateY(-50%);
}*/
.fv-bg h1 {
  width: 29.5%;
  margin: 0 auto;
  line-height: 1.5;
}
.fv-bg img {
  width: 100%;
}
.fv-bg p {
  width: 29%;
  font-size: 1.14vw;
  margin: 0 auto;
  font-weight: normal;
  line-height: 1.9;
}
.hiradokunchi.contents {
  padding-bottom: 10%;
}
.hiradokunchi::after {
  content: '';
  display: block;
  width: 15.71%;
  padding-top: 17.07%;
  background: url(img/illust-leaves.png) no-repeat center center/contain;
  position: absolute;
  top: 0;
  right: 19%;
}
.hours {
  font-size: 0.75em;
}
.akimatsuri::after {
  content: '';
  display: block;
  width: 17.78%;
  padding-top: 14.78%;
  background: url(img/illust-icho.png) no-repeat center center/contain;
  position: absolute;
  top: 0;
  right: 16%;
}
.txt + .sub-title {
  margin-top: 3.25rem;
  margin-bottom: 1.5rem;
}
.howto li {
  font-size: 1.25rem;
  text-align: center;
  position: relative;
  margin: 2rem 0;
}
.howto li:not(:last-of-type)::before,
.howto li:not(:last-of-type)::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.howto li:not(:last-of-type)::before {
  width: 22px;
  height: 18px;
  background: #333;
  bottom: -18px;
}
.howto li:not(:last-of-type)::after {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 18px solid #333;
  bottom: -28px;
}
.tours::after {
  content: '';
  display: block;
  width: 29.64%;
  padding-top: 20.5%;
  background: url(img/illust-mountain.png) no-repeat center center/contain;
  position: absolute;
  top: 0;
  right: 6%;
}
.tours .grid {
  flex-direction: row-reverse;
}
.tours .column {
  margin-bottom: 3rem;
}
.tours .column .date-icons {
  margin-bottom: 1rem;
}
.tours .grid:nth-of-type(3) h4 {
  letter-spacing: 0.01em;
}
.tours .column .btn-detail a {
  padding: 0.25em 2.5em;
  padding-left: 3.75em;
  border-width: 3px;
  border-radius: 20px;
  margin-bottom: 0;
}
.tours .column .btn-detail a::before {
  left: 2.5em;
}
.btn-detail:not(.plane) a {
  border-right-width: 6px;
  border-bottom-width: 6px;
}
.btn-detail:not(.plane) a:hover {
  transform: translate(2px,2px);
  margin-bottom: calc(2.5rem + 2px);
  margin-right: 2px;
  border-right-width: 4px;
  border-bottom-width: 4px;
}
.event-list {
  margin: 1rem 0 2.5rem;
}
.event-list li {
  display: flex;
  align-items: center;
}
.event-list li .date-icons {
  flex-basis: 216px;
  flex-shrink: 0;
  justify-content: space-between;
  margin: 0.75rem 0;
}
.event-list li .date-icons li {
  margin: 0;
}
.event-list li h4 {
  flex-basis: 348px;
  flex-shrink: 0;
}
.event-list li p {
  flex-shrink: 1;
  margin: 0;
}
.event-list li:nth-of-type(2) .date-icons::before {
  content: '';
  display: block;
  width: 100px;
  margin: 0 0.5rem;
}
.gourmet::after {
  content: '';
  display: block;
  width: 23.64%;
  padding-top: 20.07%;
  background: url(img/illust-fishes.png) no-repeat center center/contain;
  position: absolute;
  top: 0;
  right: 7%;
}
.gourmet .date-icons {
  position: relative;
}
.gourmet .date-icons::after {
  content: '〜';
  font-size: 2.25rem;
  color: #ff6e24;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.gourmet .date-icons li {
  margin: 0 1.75rem;
}
.ph + .sub-title {
  margin-top: 2rem;
}
.tel {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  margin: 1rem 0 1.5rem;
}

@media screen and (max-width:768px) {
  body,.fv-bg {
    background-size: 120%;
    background-position: right 40% top;
  }
  .fv-bg {
    padding-top: 14%;
    padding-bottom: 12%;
  }
  .fv-bg h1 {
    width: 40%;
  }
  .fv-bg p {
    width: auto;
    max-width: 428px;
    font-size: 1rem;
    margin-top: 25%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .contents::after {
    right: 0;
  }
  .grid {
    display: block;
    max-width: 480px;
    margin: 0 auto;
  }
  .tours .column.ph {
    margin-bottom: 1rem;
  }
  .event-list li {
    display: block;
    margin: 2rem 0;
  }
  .event-list li:nth-of-type(2) .date-icons::before {
    content: none;
  }
  .event-list li .date-icons {
    justify-content: center;
  }
  .event-list li .date-icons li {
    margin: 0 0.5rem;
  }
  .txt,.text,.event-list>li {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .event-list li .text {
    max-width: 525px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width:480px) {
  .pc {
    display: none;
  }
  .sp {
    display: inline;
  }
  .fv-bg {
    padding-bottom: 18%;
  }
  .fv-bg p {
    font-size: 0.875rem;
  }
  .contents::before {
    padding-top: 24%;
  }
  .date-icons li {
    width: 80px;
    height: 80px;
  }
  .title-section {
    margin: 0 auto;
  }
  .hiradokunchi .title-section {
    width: 50%;
  }
  .akimatsuri .title-section,
  .gourmet .title-section {
    width: 70%;
  }
  .tours .title-section {
    width: 88%;
  }
  .main-title {
    font-size: 1.25rem;
  }
  .sub-title span {
    font-size: 1.25rem;
  }
  .txt {
    font-size: 1rem;
  }
  .btn-detail a {
    font-size: 0.875rem;
    padding-left: 3.5em;
  }
  .howto li {
    font-size: 1rem;
  }
  .tel {
    font-size:1.125rem;
  }
}
