@charset "utf-8";
/* =======================
	#container
========================== */
#container {
  background: #fff;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #000;
  overflow: hidden;
}
.min {
  font-family: "Noto Serif JP", serif;
}
a {
  display: block;
}
a.link_text {
  display: inline;
}
/* =======================
	.main_visual
========================== */
.grutto {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 50%;
}
@media screen and (min-width: 768px) {
  .grutto {
    width: 30%;
  }
}
@media screen and (min-width: 1024px) {
  .grutto {
    width: 30%;
  }
}
@media screen and (min-width: 1440px) {
  .grutto {
    width: 20%;
  }
}
/* =======================
	.concept
========================== */
.concept {
  width: 90%;
  margin: 32px auto;
}
@media screen and (min-width: 768px) {
  .concept {
    text-align: center;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .concept {
    margin-top: 80px;
  }
}
/* =======================
	#g_map
========================== */
#g_map {
  padding: 20px 0;
  background-color: #bdeab3;
  text-align: center;
}
#g_map iframe {
  width: 90%;
  margin: 0 auto;
  height: 300px;
}
@media screen and (min-width: 768px) {
  #g_map iframe {
    height: 500px;
  }
}
@media screen and (min-width: 1280px) {
  #g_map iframe {
    width: 1180px;
  }
}
/* =======================
	#nav_box
========================== */
#nav_box {
  padding: 40px 0 20px 0;
  width: 95%;
  margin: 0 auto;
  display: grid;
  row-gap: 32px;
  max-width: 1180px;
}
@media screen and (min-width: 1024px) {
  #nav_box {
    width: 95%;
    gap: 0 10px;
    grid-template-columns: auto auto auto;
  }
}
/* =======================
	#nav_box dl dt
========================== */
.date {
  border-radius: 7px 7px 0 0;
  height: 44px;
  color: #fff;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.day1 .date {
  background-color: #b47301;
}
.day1 .date::after {
  content: "";
  background-image: url(../image/common/list_day1.png);
  width: 20%;
  aspect-ratio: 156 / 65;
  background-size: cover;
  translate: 0, -10px;
  position: absolute;
  translate: 0 -28px;
  max-width: 68px;
}
.day2 .date {
  background-color: #007413;
}
.day2 .date::after {
  content: "";
  background-image: url(../image/common/list_day2.png);
  width: 20%;
  aspect-ratio: 156 / 65;
  background-size: cover;
  translate: 0, -10px;
  position: absolute;
  translate: 0 -28px;
  max-width: 68px;
}
.day3 .date {
  background-color: #0149b4;
}
.day3 .date::after {
  content: "";
  background-image: url(../image/common/list_day3.png);
  width: 20%;
  aspect-ratio: 156 / 65;
  background-size: cover;
  translate: 0, -10px;
  position: absolute;
  translate: 0 -28px;
  max-width: 68px;
}
.date img {
  width: 58%;
  margin-top: 0;
  transform: translatey(-38%);
}
.day2 .date img {
  width: 74%;
}
.day3 .date img {
  width: 65%;
}
@media screen and (min-width: 768px) {
  .date img {
    width: 28%;
  }
  .day3 .date img {
    width: 23%;
  }
  .day2 .date img {
    width: 38%;
  }
  .day3 .date img {
    width: 34%;
  }
}
@media screen and (min-width: 1024px) {
  .date {
    height: 60px;
    margin-top: 10px;
  }
  .date img {
    width: auto;
    margin-top: 0;
    transform: translateY(-30%);
    width: 78%;
  }
  .day2 .date img {
    width: 67%;
  }
  .day3 .date img {
    width: 93%;
  }
  .box.inawashiro .date img {
    width: 21%;
  }
  .box.aizu .date img {
    width: 35%;
  }
  .box.urabandai .date img {
    width: 30%;
  }
  .day1 .date::after,
  .day2 .date::after,
  .day3 .date::after {
    max-width: unset;
    width: 90px;
    translate: 0 -38px;
  }
}
@media screen and (min-width: 1440px) {
  .date img {
    width: 70%;
  }
  .day2 .date img {
    width: 66%;
  }
  .day3 .date img {
    width: 81%;
  }
  box.inawashiro .date img {
    width: 20%;
  }
  .box.aizu .date img {
    width: 28%;
  }
  .box.urabandai .date img {
    width: 25%;
  }
  .date {
    font-size: 2rem;
  }
}
/* =======================
	#nav_box dl dd
========================== */

#nav_box dl dd {
  background-color: #f7f5df;
  padding: 0 4%;
}
#nav_box dl dd ul li {
  line-height: 1;
  padding: 15px 0;
  border-bottom: #999 dashed 1px;
  font-size: 1.6rem;
}
#nav_box dl dd ul li:last-child {
  border-bottom: none;
}
#nav_box dl dd ul li span {
  width: 4em;
  text-align: center;
  font-size: 1.1rem;
  border: 2px solid #d5c3a2;
  background-color: #fff;
  display: inline-block;
  padding: 4px 0;
  margin-right: 1em;
  font-family: "Noto Sans JP", sans-serif;
  color: #b49e79;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  #nav_box dl dd {
    padding: 17px 0;
    margin: 0;
  }
  #nav_box dl dd ul {
    display: flex;
    justify-content: center;
  }
  #nav_box dl dd ul li {
    writing-mode: vertical-rl;
    font-size: 2rem;
    border-right: #999 dashed 1px;
    padding: 0;
    border-bottom: none;
    height: 16em;
    letter-spacing: 1px;
    max-width: calc((1180px - 40px) / 11);
    width: calc((95vw - 40px) / 11);
  }
  #nav_box dl dd ul li:last-child {
    border-right: none;
  }
  #nav_box dl dd ul li span {
    text-align: center;
    font-size: 1.2rem;
    padding: 0.5em 0;
    margin: 0 0.8em 1em;
    width: 4em;
    writing-mode: horizontal-tb;
  }
  #nav_box dl dd ul li a {
    text-decoration: none;
    display: flex;
    width: 100%;
    align-items: center;
    line-height: 1.3;
  }
}
@media screen and (min-width: 1280px) {
  #nav_box dl dd ul li span {
    font-size: 1.6rem;
  }
  #nav_box dl dd ul li {
    padding: 0;
  }
}
@media (any-hover: hover) {
  #nav_box dl dd ul li a:hover {
    opacity: 0.7;
  }
}

/* =======================
	.box
========================== */
.box {
  padding: 35px 20px;
  background-size: 200%;
}
.box.inawashiro {
  background-image: url("../image/common/bg_day01.png");
}
.box.aizu {
  background-image: url("../image/common/bg_day02.png");
}
.box.urabandai {
  background-image: url("../image/common/bg_day03.png");
}
.box .date {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .box {
    background-size: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .box .date {
    width: 1170px;
    margin: 10px auto 20px;
  }
}
/* =======================
	.box_illust
========================== */
.box_illust {
  position: relative;
}
.box_illust img {
  width: 100%;
}
.box_illust p {
  width: 77%;
  font-size: 1.4rem;
  line-height: 1.6;
  position: absolute;
  top: 12%;
  left: 50%;
  margin-left: -38%;
}
.aizu .box_illust p {
  width: 75%;
  margin-left: -37%;
  top: 10%;
  margin-left: -40%;
}
.aizu .box_illust.half p {
  width: 80%;
  top: 20%;
  margin-left: -36%;
}
.urabandai .box_illust p {
  width: 80%;
  top: 20%;
  left: 50%;
  margin-left: -39%;
}
.box_illust p span a {
  font-size: 1.2rem;
  text-decoration: underline;
  line-height: 2.5;
}
@media screen and (min-width: 768px) {
  .box_illust p {
    width: 39%;
    top: 22%;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-left: 9%;
  }
  .box_illust p span a {
    font-size: 1.1rem;
  }
  .aizu .box_illust p {
    width: 46%;
    top: inherit;
    bottom: 14%;
    margin-left: -38%;
  }
  .aizu .box_illust.half p {
    width: 55%;
    top: 13%;
    margin-left: -26%;
  }
  .urabandai .box_illust p {
    top: 12%;
    margin-left: -32%;
    width: 49%;
  }
}
@media screen and (min-width: 1024px) {
  .box_illust p {
    font-size: 1.4rem;
    top: 28%;
  }
  .box_illust p span a {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1280px) {
  .box_illust {
    width: 1170px;
    margin: 0 auto;
  }
  .aizu .box_illust.half p {
    margin-left: -22%;
  }
  .urabandai .box_illust p {
    top: 20%;
  }
}
/* =======================
	.box_inner
========================== */
.box_inner {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  padding: 20px;
  margin-top: 20px;
}
.box_inner .l {
  width: 96%;
  margin: 0 auto;
}
.genre {
  color: #ffffff;
  padding: 3px 10px;
  display: inline-block;
  margin: 10px 0 5px;
  font-size: 1.2rem;
}
.manabu {
  background-color: #007413;
}
.miru {
  background-color: #000099;
}
.taberu {
  background-color: #ff6600;
}
.kau {
  background-color: #cc0000;
}
.asobu {
  background-color: #ee07b3;
}
#container h2 {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.text {
  font-size: 1.4rem;
  line-height: 1.6;
}
.viewmore {
  margin: 20px 0 0;
  border-top: #999999 solid 1px;
  border-bottom: #999999 solid 1px;
}
.viewmore ul li,
.details_item {
  background: none;
  padding: 10px 5px;
  font-size: 1.2rem;
  border-top: #999999 dashed 1px;
  line-height: 1.5;
}
.viewmore ul li:first-child,
.details_item:first-child {
  border-top: none;
}
.viewmore ul li span,
.details_item_header {
  font-weight: bold;
}
.box_inner .btn a {
  display: block;
  background-color: #13a5e0;
  color: #ffffff;
  text-align: center;
  padding: 10px 0;
  margin: 15px 0;
  line-height: 2.3;
}
.box_inner .btn a:hover {
  opacity: 0.6;
}
#spot1,
.goal,
#spot4,
#spot5,
#spot8,
#spot9,
#spot11,
.aizu .box_illust,
.urabandai .box_illust {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .box_inner {
    display: flex;
    padding: 40px;
    flex-direction: row-reverse;
  }
  .box .l {
    width: 50%;
    padding-right: 3%;
  }
  .box .r {
    width: 50%;
  }
  #container h2 {
    font-size: 2.8rem;
    line-height: 1.4;
    margin-bottom: 15px;
  }
  .genre {
    margin: 0 0 10px;
    font-size: 1.6rem;
  }
  .text {
    line-height: 1.6;
  }
  .viewmore ul li,
  .details_item {
    font-size: 1.4rem;
  }
  .box_inner .btn a {
    margin: 15px auto;
    max-width: 352px;
  }
}
@media screen and (min-width: 1024px) {
  .box .l {
    width: 42%;
  }
  .box .r {
    width: 60%;
  }
  .text {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1280px) {
  .box_inner {
    width: 1070px;
    margin: 0 auto 30px;
  }
}
/* =======================
	.box_illust.goal
========================== */
.box_illust.goal p {
  top: 63%;
  width: 75%;
  margin-left: -36%;
}
.aizu .box_illust.goal p {
  top: 69%;
  width: 75%;
  margin-left: -35%;
}
.urabandai .box_illust.goal p {
  top: 20%;
  margin-left: -38%;
  width: 78%;
}
@media screen and (min-width: 768px) {
  .box_illust.goal p {
    bottom: 6em;
    width: 51%;
    margin-left: -22%;
    top: 60%;
  }
  .aizu .box_illust.goal p {
    width: 59%;
    top: 63%;
    margin-left: -21%;
  }
  .urabandai .box_illust.goal p {
    top: 22%;
    margin-left: -34%;
    width: 52%;
  }
}
@media screen and (min-width: 1280px) {
  .box_illust.goal p {
    top: 60%;
  }
  .aizu .box_illust.goal p {
    width: 50%;
  }
  .urabandai .box_illust.goal p {
    top: 30%;
    width: 55%;
  }
}
/* =======================
	.plan
========================== */
.plan {
  background-color: #f5f1e3;
  border-radius: 40px;
  width: 75%;
  margin: 20px auto;
  padding: 30px;
}
#container .plan h2 {
  border-bottom: #afa593 solid 1px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  color: #b47301;
}
.plan .text_1 {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.6;
}
.plan .text_2 {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .plan {
    text-align: center;
    padding: 30px 60px;
  }
  .plan .text_1 {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 1280px) {
  .plan {
    max-width: 1060px;
  }
}
/* =======================
	.season_flin
========================== */
.season_flink {
  width: 96%;
  margin: 40px auto 0;
}
.season_flink img {
  max-width: 100%;
}
.season_flink ul li {
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .season_flink {
    width: 50%;
  }
  .season_flink ul {
    margin: 50px auto 0;
    display: flex;
    justify-content: space-between;
  }
  .season_flink ul::after {
    content: none;
  }
  .season_flink ul li {
    width: 47%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1280px) {
  .season_flink {
    width: 560px;
  }
  .season_flink ul li {
    width: 265px;
  }
}

/*activity 情報共通部品*/
.details_section {
  width: 100%;
}
.details_sub_list {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2px 8px;
}
.details_sub_list .grid {
  grid-template-columns: auto 1fr;
  column-gap: 16px;
}
.details_section .acTop_none {
  display: none;
}
.details_section .acTop_none + .details_item:nth-child(2) {
  border-top: none;
}
