@charset "utf-8";
/* CSS Information========
	2泊3日でめぐる旅
	style.css
========================== */
.pc_none {
  display: block;
}
.tab_none {
  display: block;
}
.sp_none {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc_none {
    display: none;
  }
  .tab_none {
    display: none;
  }
  .sp_none {
    display: block;
  }
}
/* =======================
	#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;
}

/* =======================
	.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;
}
@media screen and (min-width: 1024px) {
  #nav_box {
    display: grid;
    width: 95%;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 10px;
  }
}
/* =======================
	#nav_box dl dt
========================== */
.date {
  border-radius: 7px 7px 0 0;
  height: 44px;
  text-align: center;
}
.day1 .date {
  background-color: #007413;
}
.day2 .date {
  background-color: #b47301;
}
.day3 .date {
  background-color: #990033;
}
.date img {
  width: 58%;
  margin-top: -20px;
}
.day3 .date img {
  width: 45%;
}
@media screen and (min-width: 768px) {
  .date img {
    width: 28%;
  }
  .day3 .date img {
    width: 23%;
  }
}
@media screen and (min-width: 1024px) {
  #nav_box dl {
    /* margin-right: 1%; */
  }
  .date {
    height: 60px;
  }
  #nav_box .day1 {
    /* width: 42%; */
  }
  #nav_box .day2 {
    /* width: 50%; */
  }
  #nav_box .day3 {
    /* width: 25%; */
    /* margin-right: 0; */
  }
  .date img {
    width: auto;
    margin-top: -18px;
  }
  .day3 .date img {
    width: auto;
  }
}
/* =======================
	#nav_box dl dd
========================== */
#nav_box dl dd {
  background-color: #f7f5df;
  padding: 0 4%;
  margin-bottom: 25px;
}
#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;
    /* border-right: #999 dashed 1px; */
    justify-content: center;
  }
  #nav_box dl dd ul li {
    writing-mode: vertical-rl;
    font-size: 2rem;
    border-right: #999 dashed 1px;
    padding: 0 7px 0.5em;
    border-bottom: none;
    height: 16em;
    letter-spacing: 1px;
  }
  #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;
  }
}
@media screen and (min-width: 1280px) {
  #nav_box dl dd ul li span {
    font-size: 1.6rem;
  }
  #nav_box dl dd ul li {
    padding: 0px 11px 0.5em;
  }
}
/* =======================
	.box
========================== */
.box {
  padding: 35px 20px;
  background-size: 200%;
}
.box.inawashiro {
  background-image: url("/roundtrip/image/common/bg_day1.png");
}
.box.aizu {
  background-image: url("/roundtrip/image/common/bg_day2.png");
}
.box.urabandai {
  background-image: url("/roundtrip/image/common/bg_day3.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: 0 auto 20px;
  }
}
/* =======================
	.box_illust
========================== */
.box_illust {
  position: relative;
  padding-bottom: 20px;
}
.box_illust img {
  width: 100%;
}
.box_illust p {
  width: 77%;
  font-size: 1.4rem;
  line-height: 1.6;
  position: absolute;
  top: 11%;
  left: 50%;
  margin-left: -38%;
}
.aizu .box_illust p {
  width: 75%;
  margin-left: -37%;
  top: 11%;
  margin-left: -37%;
}
.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: 57%;
    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 p {
    top: 59%;
  }
  .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-bottom: 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;
}
.text a {
  text-decoration: underline;
}
.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;
}
@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 {
    font-size: 1.6rem;
    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%;
  }
}
@media screen and (min-width: 1280px) {
  .box_inner {
    width: 1070px;
    margin: 0 auto 30px;
  }
  #nav_box {
    width: 1180px;
  }
}
/* =======================
	.box_illust.goal
========================== */
.box_illust.goal p {
  top: 59%;
  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: 54%;
  }
  .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 30px;
}
.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 60px;
    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;
}
.private_surf_smelt .price_item {
  display: none;
}
