@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@500&display=swap");
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
html {
  color: #333;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro", "Kozuka Gothic Pro", "Noto Sans JP";
  text-decoration: none;
  padding: 0;
  margin: 0;
  height: 100%;
  line-height: 24px;
  font-size: 62.5%;
  width: 100%;
}

a {
  cursor: pointer;
}
a:hover {
  opacity: 0.8;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
}

section {
  margin: 0 auto;
}

.bg1 {
  background: url(../img/bg.png);
  background-size: 100%;
}

.container {
  padding: 0 64px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
}

.more_btn {
  background: #fff;
  padding: 10px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  border-radius: 10px;
}

button {
  cursor: pointer;
  position: relative;
  color: #fff;
  border: none;
  text-align: left;
  background: #6E4807;
  border-radius: 30px;
  width: 237px;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 18px 26px;
  margin: 23px auto 0;
}
button:after {
  content: "";
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 7px;
  height: 7px;
  transform: rotate(-45deg);
  position: absolute;
  right: 23px;
  top: 23px;
}

h2 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 5rem;
  color: #478037;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  h2 {
    font-size: 3.6rem;
    margin-bottom: 10px;
  }
}
h2 span {
  font-size: 1.6rem;
  margin-left: 3rem;
  color: #333;
  font-weight: 700;
}
@media (max-width: 768px) {
  h2 span {
    font-size: 1.2rem;
    margin-left: 2rem;
  }
}

h3 {
  color: #478037;
  font-size: 2.4rem;
  font-family: Noto Sans JP;
  font-weight: 700;
  max-width: 1280px;
  display: flex;
  align-items: center;
  gap: 0 20px;
}
@media (min-width: 769px) {
  h3 {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 768px) {
  h3 {
    font-size: 2.1rem;
    margin-bottom: 22px;
  }
}
h3 img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  h3 img {
    width: 60px;
    height: 60px;
  }
}

h4 {
  font-size: 3.6rem;
  font-weight: 700;
  margin: 13px 0 29px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  h4 {
    font-size: 2.7rem;
    margin: 30px 0;
    color: #478037;
  }
}

.title-header {
  width: 100%;
}
.title-header a {
  position: relative;
  width: 66px;
  height: 66px;
}
.title-header a > img {
  position: absolute;
  right: 0;
}

.info .title {
  background: #E24242;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 20px;
}
.info .inner {
  background: #fcecec;
  color: #545454;
  padding: 15px 20px;
}
@media (min-width: 769px) {
  .info .inner {
    display: flex;
  }
}
.info .inner p {
  font-size: 1.6rem;
  font-weight: 700;
}
.info .inner .date {
  font-size: 14px;
  font-weight: normal;
}
@media (min-width: 769px) {
  .info .inner .date {
    margin-right: 33px;
  }
}

header {
  height: 130px;
  display: flex;
  align-items: baseline;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  padding: 19px 26px 0 24px;
  position: relative;
}
@media screen and (max-width: 917px) {
  header {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
  }
}
@media (max-width: 768px) {
  header {
    height: 84px;
    max-width: 100%;
    align-items: center;
    padding: 7px 10px 10px;
  }
}

.header-left {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-items: center;
}
@media (max-width: 768px) {
  .header-left {
    justify-items: start;
  }
}

.toplogo {
  /* TN変更箇所 */
  max-width: 150px;
  /* max-width: 252px;
  transform: translate(20px, 40px); */
}
@media (max-width: 768px) {
  .toplogo {
    width: 104px;
    position: initial;
    transform: translateY(5px);
  }
}

.kankou {
  background: #478037;
  color: #fff;
  padding: 11px 13px;
  width: 133px;
  height: 46px;
  border-radius: 6px;
  font-size: 1.4rem;
  position: relative;
  cursor: pointer;
}
.kankou:after {
  content: "";
  background: url(../img/btn-icon.png) no-repeat;
  background-size: 14px;
  height: 14px;
  padding-right: 14px;
  position: absolute;
  right: 14px;
  top: 34%;
}

.kankou-menu {
  display: none;
  border-radius: 10px;
  border: 3px solid #478037;
  background: #F6F6F6;
  position: absolute;
  top: 130px;
  width: 219px;
  left: 5%;
  color: #333;
  padding: 15px 17px 5px;
  overflow: hidden;
  z-index: 2;
}
@media (max-width: 768px) {
  .kankou-menu {
    top: 83px;
    left: 19%;
  }
}
.kankou-menu .kankou-title {
  padding: 17px 0;
  font-weight: 700;
  border-bottom: 2px solid #ebebeb;
  font-size: 1.2rem;
}
.kankou-menu li {
  display: block;
  font-weight: 700;
  border-bottom: 2px solid #ebebeb;
  cursor: pointer;
}
.kankou-menu li a {
  padding: 17px 0;
  font-size: 1.4rem;
}
.kankou-menu li:after {
  content: "";
 /* TN変更箇所 */
 /*  background: url(../img/Icon-another.png) no-repeat; */
  background-size: 16px;
  padding-right: 16px;
  position: absolute;
  right: 20px;
  height: 16px;
  transform: translateY(-36px);
}
.kankou-menu li:first-child {
  color: #478037;
}
.kankou-menu li:first-child:after {
  content: none;
}
.kankou-menu li:last-child {
  border-bottom: none;
}

.kankou-menu.show {
  display: block;
}

nav.pc {
  border-radius: 30px 0px 30px 0px;
}
nav.pc .pc-menu {
  display: flex;
  align-content: center;
  justify-content: space-around;
  align-items: center;
}
nav.pc .pc-menu > li {
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0 15px 0 15px;
  text-align: center;
}
@media screen and (max-width: 1050px) {
  nav.pc .pc-menu > li {
    font-size: 1.4rem;
    padding: 0 5px 0 0;
  }
}
nav.pc .pc-menu .lang-menu {
  border-radius: 10px;
  position: absolute;
  width: 103px;
  right: 18px;
  top: 130px;
  background: #fff;
  overflow: hidden;
  display: none;
  border: 1px solid #fff;
}
nav.pc .pc-menu .lang-menu ul {
  flex-direction: column;
}
nav.pc .pc-menu .lang-menu ul li {
  display: block;
  width: 100%;
  border-bottom: 1px solid #FDF5E9;
  font-size: 1.2rem;
}
nav.pc .pc-menu .lang-menu ul li:last-child {
  border-bottom: none;
}
nav.pc .pc-menu .lang-menu ul a {
  text-align: center;
  padding-bottom: 5px;
}
nav.pc .pc-menu .lang {
  cursor: pointer;
  background: #fff;
  padding: 5px 11px;
  font-size: 1.4rem;
  border-radius: 10px;
}

.dropdown-toggle {
  position: relative;
}
.dropdown-toggle:after {
  content: "";
  border-left: 2px solid #868686;
  border-bottom: 2px solid #868686;
  width: 6px;
  transform: rotate(-45deg);
  position: absolute;
  right: 50px;
  height: 6px;
  top: 25px;
  cursor: pointer;
}

.dropdown-tab {
  display: none;
  position: absolute;
  left: 0;
  top: 130px;
  width: 100%;
  margin: 0 auto;
  background: rgba(97, 153, 81, 0.8);
  padding: 58px 40px 82px;
  z-index: 999;
}
.dropdown-tab ul {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  gap: 40px;
  align-items: center;
}
.dropdown-tab ul:nth-child(2) {
  margin: 40px 0;
}
.dropdown-tab ul li {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.dropdown-tab ul a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0 10px;
  border-radius: 40px;
  background: #fff;
  padding: 4px 20px 4px 4px;
  font-size: 1.4rem;
}
.dropdown-tab ul a img {
  width: 50px;
  border-radius: 50%;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}
.dropdown-tab ul:last-child li:last-child {
  position: relative;
  color: #478037;
}
.dropdown-tab ul:last-child li:last-child a {
  padding: 16px 54px 16px 20px;
}
.dropdown-tab ul:last-child li:last-child:after {
  content: "";
  position: absolute;
  top: 22px;
  right: 23px;
  padding-right: 10px;
  color: #478037;
  border-right: 2px solid #478037;
  border-top: 2px solid #478037;
  width: 1px;
  height: 10px;
  transform: rotateZ(45deg);
}

.wrapper2 .dropdown-tab {
  top: 80px;
}
.wrapper2 .dropdown-tab2 {
  top: 80px;
}

.dropdown-tab2 {
  display: none;
  width: 100%;
  margin: 0 auto;
  background: rgba(97, 153, 81, 0.8);
  padding: 62px 40px 60px;
  z-index: 999;
  position: absolute;
  left: 0;
  top: 130px;
}
@media (max-width: 768px) {
  .dropdown-tab2 {
    padding: 62px 10px 60px;
  }
}
.dropdown-tab2 ul {
  max-width: 1034px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  margin: 0 auto;
  gap: 20px 10px;
}
.dropdown-tab2 ul li {
  width: 100%;
  position: relative;
}
.dropdown-tab2 ul li a {
  text-align: left;
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  color: #5a5a5a;
  font-size: 1.8rem;
}
@media screen and (max-width: 1100px) {
  .dropdown-tab2 ul li a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 880px) {
  .dropdown-tab2 ul li a {
    height: 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
  }
}
.dropdown-tab2 ul li:after {
  content: "";
  position: absolute;
  top: 36px;
  right: 30px;
  padding-right: 5px;
  color: #5a5a5a;
  border-right: 2px solid #5a5a5a;
  border-top: 2px solid #5a5a5a;
  width: 4px;
  height: 8px;
  transform: rotateZ(45deg);
}
@media screen and (max-width: 900px) {
  .dropdown-tab2 ul li:after {
    right: 7px;
    top: 26px;
  }
}
.dropdown-tab2 ul li:nth-child(6):after {
  content: "";
  position: absolute;
  background: url(../img/Icon-another.png) no-repeat;
  background-size: 16px;
  padding-right: 16px;
  position: absolute;
  right: 23px;
  height: 16px;
  top: 32px;
  transform: none;
  border: none;
}
@media screen and (max-width: 880px) {
  .dropdown-tab2 ul li:nth-child(6):after {
    right: 16px;
  }
}

#mv {
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 769px) {
  #mv {
    padding-left: 70px;
    height: 430px;
  }
}
@media (max-width: 768px) {
  #mv {
    max-width: 100%;
    justify-content: center;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
    align-items: center;
  }
}
#mv img.mv {
  width: 65%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  #mv img.mv {
    width: 100%;
    border-radius: 30px 30px 0 0;
  }
}

.weather {
  background: #fff;
  border-radius: 60px 0px 0px 40px;
  padding: 125px 20px 150px;
}
@media (min-width: 769px) {
  .weather {
    width: 434px;
    width: 35%;
  }
}
@media (max-width: 768px) {
  .weather {
    padding: 15px 47px 22px;
    border-radius: 0px 0px 30px 30px;
    min-width: 100%;
  }
}
.weather .title {
  color: #478037;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 42px;
}
@media (max-width: 768px) {
  .weather .title {
    margin-bottom: 14px;
  }
}
.weather .w_flex {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 21px;
  max-width: 340px;
  margin: 0 auto;
}
@media screen and (max-width: 1030px) {
  .weather .w_flex {
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .weather .w_flex {
    gap: 20px;
  }
}
.weather .w_flex dl {
  width: 25%;
}
@media (max-width: 768px) {
  .weather .w_flex dl {
    width: 20%;
  }
}
.weather .w_flex dl:first-child dd {
  max-width: 43px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .weather .w_flex dl:first-child dd {
    width: 33px;
  }
}
.weather .w_flex dl dt {
  color: #868686;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.28px;
  padding-bottom: 12px;
  position: relative;
}
.weather .w_flex dl dt:after {
  content: "";
  background: #868686;
  height: 1px;
  max-width: 56px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .weather .w_flex dl dt {
    padding-bottom: 5px;
  }
}
.weather .w_flex dl dd {
  color: #3B3F44;
  text-align: center;
  font-size: 21px;
  font-weight: 700;
  line-height: 32px;
  padding-top: 16px;
}
@media screen and (max-width: 1030px) {
  .weather .w_flex dl dd {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .weather .w_flex dl dd {
    padding-top: 13px;
  }
}

.header-1 h1 {
  position: absolute;
  top: 5px;
  left: 10px;
}
@media screen and (max-width: 917px) {
  .header-1 nav.pc {
    display: none !important;
  }
  .header-1 .header-sp {
    display: block !important;
    position: absolute;
    right: 20px;
    width: 60px;
  }
}

.header-2 {
  padding: 0 26px 0 24px;
  height: 80px;
}
.header-2 h1 {
  position: absolute;
  top: 5px;
  left: 10px;
}
@media (max-width: 768px) {
  .header-2 {
    padding: 5px 20px 10px;
    height: 84px;
  }
  .header-2 h1 {
    position: absolute;
    top: 7px;
    left: 5px;
    width: 133px;
  }
}
.header-2 .header-2-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: space-between;
  justify-content: space-between;
}
@media (min-width: 769px) {
  .header-2 .header-2-inner {
    width: 100%;
  }
}
.header-2 .toplogo {
  max-width: 93px;
  transform: translate(0, 8px);
}
@media (max-width: 768px) {
  .header-2 .toplogo {
    max-width: 104px;
  }
}
.header-2 .kankou {
  position: absolute;
  left: 110px;
  top: 22px;
  margin-left: 21px;
}
@media (max-width: 768px) {
  .header-2 .kankou {
    left: 110px;
    top: 22px;
  }
}
.header-2 .kankou-menu {
  top: 80px;
}
@media (max-width: 768px) {
  .header-2 .kankou-menu {
    left: 22%;
  }
}
.header-2 nav.pc {
  background: none;
  border-radius: 0;
}
.header-2 nav.pc .pc-menu .lang-menu {
  top: 80px;
}
.header-2 #nav-toggle {
  position: absolute;
  top: 12px;
  right: 14px;
}
@media screen and (max-width: 970px) {
  .header-2 nav.pc {
    display: none !important;
  }
  .header-2 .header-sp {
    display: block !important;
  }
}

#section01 {
  width: 100%;
  padding: 82px 0 60px 70px;
  display: block;
  position: relative;
}
@media (max-width: 768px) {
  #section01 {
    padding: 53px 0 50px 20px;
  }
}
@media (min-width: 769px) {
  #section01 .sec01-slide {
    display: flex;
    justify-content: flex-start;
  }
}
#section01 .swiper-container {
  width: 100%;
  background: #F9F2E5;
  overflow: hidden;
  margin-bottom: 13px;
  position: relative;
}
@media (max-width: 768px) {
  #section01 .swiper-container {
    width: 100%;
  }
}
#section01 .btn-container {
  margin-top: 43px;
}
@media (max-width: 768px) {
  #section01 .btn-container {
    margin-top: 30px;
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  .pickup-header {
    width: 100%;
    margin-bottom: 13px;
  }
}
@media (min-width: 769px) {
  .pickup-header {
    width: 300px;
    margin-right: 14px;
    display: flex;
    justify-content: flex-start;
  }
}
.pickup-header .pick-icon {
  width: 131px;
}
.pickup-header .yumomi {
  width: 115px;
  position: absolute;
  right: -70px;
  bottom: -120px;
}

.love-icon {
  width: 48px;
}

.pick1 {
  width: 126px;
  margin: 0 20px 0 9px;
}

.pick2 {
  width: 72px;
}
@media (max-width: 768px) {
  .pick2 {
    width: 48px;
    margin-top: 9px;
  }
}

.btn-container {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0 39px 0 64px;
}
@media (max-width: 768px) {
  .btn-container {
    padding: 0 0 0 20px;
  }
}

.archive-btn {
  background: #fff;
  border-radius: 30px;
  padding: 20px 62px 20px 24px;
  font-size: 1.6rem;
  font-weight: 700;
  height: 64px;
  position: relative;
}
@media (max-width: 768px) {
  .archive-btn {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.4rem;
    padding: 13px 55px 13px 20px;
    height: 100%;
  }
}
.archive-btn:after {
  content: "";
  background: url(../img/Icon-arrow.png) no-repeat;
  background-size: 7px;
  height: 14px;
  padding-right: 7px;
  position: absolute;
  top: 25px;
  right: 30px;
}
@media (max-width: 768px) {
  .archive-btn:after {
    top: 18px;
    right: 20px;
  }
}

.pagination {
  display: flex;
  justify-content: space-between;
  width: 150px;
  align-items: baseline;
}

.tab-header {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow-x: auto;
}
.tab-header li {
  font-size: 2.6rem;
  font-weight: 700;
  text-align: left;
  margin-right: 20px;
  width: 311px !important;
  cursor: pointer;
}
.tab-header li p {
  margin: 5px 0 0;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 26px;
}
@media (max-width: 768px) {
  .tab-header li {
    width: 155px;
    font-size: 2rem;
  }
  .tab-header li p {
    font-size: 1.4rem;
    line-height: 22px;
  }
}
.tab-header li:hover {
  opacity: 0.8;
}
.tab-header::-webkit-scrollbar {
  display: none;
}

_::-webkit-full-page-media, _:future, :root .tab-header {
  border-radius: 30px 0 0 0;
}

@media (min-width: 769px) {
  _::-webkit-full-page-media, _:future, :root .tab-header {
    overflow: hidden;
  }
}
.required {
  color: #F44336;
  font-size: 1.4rem;
  font-weight: 700;
}

.responsive-iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.responsive-iframe-container iframe, .responsive-iframe-container object, .responsive-iframe-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.swiper-button-lock {
  display: block !important;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  position: initial !important;
  --swiper-navigation-size: 0;
  z-index: 100 !important;
  opacity: 1;
  width: 62px !important;
  height: 62px !important;
  opacity: 1 !important;
}

.swiper-button-prev {
  position: initial !important;
  width: 62px !important;
  height: 62px !important;
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1 !important;
}

.swiper-button-nextafter, .swiper-button-prev:after {
  display: none;
}

.tab-header.swiper-wrapper {
  padding: 0 !important;
  overflow: initial;
  margin: 0 auto;
}

/* TN変更箇所 */
.tab-header.swiper-wrapper2 {
  padding: 0 !important;
  overflow: initial;
  margin: 0 auto;
}

.swiper-container.tab-box {
  touch-action: pan-y;
}

.swiper-free-mode > .swiper-wrapper {
  overflow: scroll;
}

/* TN変更箇所 */
.swiper-free-mode > .swiper-wrapper2 {
  overflow: scroll;
}


@media (max-width: 768px) {
  .tab-list.swiper-slide {
    width: 155px !important;
  }
  .tab-list.swiper-slide img {
    border-radius: 8px;
  }
}
#section02 {
  background: url(../img/special-bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 80px 0 60px 0;
}
@media (max-width: 768px) {
  #section02 {
    background-size: cover;
    padding: 50px 0;
  }
}
#section02 .title-header {
  margin: 0 auto;
}
#section02 .title-header h2 {
  color: #fff;
}
#section02 .title-header h2 span {
  color: #fff;
}
#section02 .swiper-container {
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 768px) {
  #section02 .swiper-container {
    padding-left: 20px;
  }
}
@media (min-width: 769px) {
  #section02 .swiper-container {
    padding-left: 65px;
  }
}
#section02 .tab-header li {
  font-size: 1.8rem;
  margin-right: 40px;
  font-weight: 700;
  width: 336px !important;
}
@media (max-width: 768px) {
  #section02 .tab-header li {
    margin-right: 20px;
    width: 155px !important;
  }
}
#section02 .tab-header li p {
  font-size: 1.6rem;
  padding-right: 28px;
  font-weight: normal;
  color: #fff;
}
@media (max-width: 768px) {
  #section02 .tab-header li p {
    font-size: 1.4rem;
    padding-right: 0;
  }
}
#section02 .btn-container {
  margin-top: 30px;
}
#section02 .btn-container .pagination > div {
  width: 62px;
}

.special #theme-detail .detail-contents {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media (max-width: 768px) {
  .special #theme-detail .detail-contents {
    gap: 40px 20px;
    padding: 30px 20px 0;
  }
}
.special #theme-detail .detail-contents li {
  width: 29%;
}
@media (max-width: 768px) {
  .special #theme-detail .detail-contents li {
    max-width: 49%;
    min-width: 46%;
  }
}
.special #theme-detail .detail-contents li img {
  height: -webkit-fit-content;
  height: -moz-min-content;
}
@media (max-width: 768px) {
  .special #theme-detail .detail-contents li img {
    display: inline-block;
    height: auto;
	width: 100%;
	max-height: none;
  }
}
.special #theme-detail .detail-contents p {
  line-height: 32px;
}
@media (max-width: 768px) {
  .special #theme-detail .detail-contents p {
    line-height: 22px;
  }
}

.title-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.magazine #theme-detail {
  padding: 86px 0 94px;
}
@media (max-width: 768px) {
  .magazine #theme-detail {
    padding: 34px 0 96px;
  }
}
.magazine #theme-detail .detail-contents {
  background: #fff;
  gap: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 0;
  max-width: 100%;
}
@media (max-width: 768px) {
  .magazine #theme-detail .detail-contents {
    gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
}
.magazine #theme-detail .detail-contents li {
  min-width: 100%;
}
.magazine #theme-detail .detail-contents li img {
  border: 1px solid #f2f2f2;
}
.magazine #theme-detail .detail-contents li div {
  font-size: 1.6rem;
  text-align: left;
}
@media (max-width: 768px) {
  .magazine #theme-detail .detail-contents li div {
    font-size: 1.4rem;
  }
}
.magazine #theme-detail .detail-contents li div p {
  font-size: 2.1rem;
  margin: 15px 0 10px;
}
@media (max-width: 768px) {
  .magazine #theme-detail .detail-contents li div p {
    font-size: 1.4rem;
    margin: 12px 0 6px;
  }
}

#section03 {
  padding: 70px 0 130px;
}
@media (max-width: 768px) {
  #section03 {
    padding: 50px 0 74px;
  }
}

.sec03-contents {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-items: center;
  gap: 63px 20px;
  padding: 0;
}
@media (max-width: 768px) {
  .sec03-contents {
    grid-template-columns: 1fr 1fr;
    gap: 23px 20px;
    padding: 0;
  }
}

.sec03-contents img {
  width: 100%;
  height: 160px;
  /* TN変更箇所 */
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .sec03-contents img {
    max-height: 90px;
  }
}

.sec03-contents a {
  color: #000;
  line-height: 42px;
  background: #fff;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .sec03-contents a {
    line-height: 29px;
  }
}
.sec03-contents a p {
  font-size: 1.8rem;
  padding: 0px 0 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  font-weight: 700;
  color: #333;
}
@media (max-width: 768px) {
  .sec03-contents a p {
    font-size: 1.5rem;
    padding-bottom: 11px;
  }
}
.sec03-contents a p img {
  margin-top: 85px;
  position: absolute;
}
@media (max-width: 768px) {
  .sec03-contents a p img {
    margin-top: 65px;
  }
}
.sec03-contents li:last-child {
  border: 2px solid #fff;
  border-radius: 10px;
  background: #fff;
  width: 100%;
}
@media (max-width: 768px) {
  .sec03-contents li:last-child {
    background: #f6f6f9;
  }
}
.sec03-contents li:last-child a {
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .sec03-contents li:last-child a {
    background: none;
  }
}
.sec03-contents li:last-child img {
  width: 60px;
}
@media (max-width: 768px) {
  .sec03-contents li:last-child img {
    width: 36px;
  }
}
.sec03-contents li:last-child p {
  color: #478037;
  padding: 26px 0 0;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .sec03-contents li:last-child p {
    padding: 16px 0 0;
  }
}

.cate-top .sec03-contents li:last-child p {
  color: #000;
  padding: 17px 0 0;
}
@media (max-width: 768px) {
  .cate-top .sec03-contents li:last-child p {
    color: #478037;
  }
}

#section04 {
  padding: 80px 0 60px;
}
#section04 .container .title-header {
  margin: 0 auto;
}

#section04, #theme {
  background: #fff;
}
@media (max-width: 768px) {
  #section04, #theme {
    padding: 50px 0 70px;
  }
  #section04 .swiper-slide, #theme .swiper-slide {
    width: 155px !important;
    margin: 0 20px 0 0;
  }
}
#section04 .swiper-container, #theme .swiper-container {
  overflow: hidden;
}
@media (max-width: 768px) {
  #section04 .swiper-container, #theme .swiper-container {
    padding-left: 20px;
  }
}
#section04 .pagination > div, #theme .pagination > div {
  width: 62px;
  cursor: pointer;
}

@media (min-width: 769px) {
  #section04 .swiper-container {
    padding-left: 65px;
  }
}
#section04 .swiper-container li {
  position: relative;
  padding: 10px 0 0 10px;
}
@media (max-width: 768px) {
  #section04 .swiper-container li {
    padding: 4px 0 0 4px;
  }
}
#section04 .swiper-container li:after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: 40px;
  height: 40px;
  padding-right: 40px;
  background-size: 100%;
}
@media (max-width: 768px) {
  #section04 .swiper-container li:after {
    top: -2px;
    left: -2px;
    padding-right: 0;
  }
}
#section04 .swiper-container li .no1 {
  position: absolute;
  left: 0px;
  top: 1px;
  width: 42px;
  z-index: 999;
}
@media (max-width: 768px) {
  #section04 .swiper-container li .no1 {
    width: 30px;
  }
}
#section04 .swiper-container li:nth-child(2):after {
  content: "2";
  background: #868686;
  top: 10px;
  left: 10px;
  width: 47px;
  height: 46px;
  padding: 0;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  line-height: 42px;
  border-radius: 6px 0 0 0;
}
@media (max-width: 768px) {
  #section04 .swiper-container li:nth-child(2):after {
    top: 4px;
    left: 4px;
    width: 29px;
    height: 29px;
    line-height: 32px;
  }
}
#section04 .swiper-container li:nth-child(3):after {
  content: "3";
  background: #868686;
  top: 10px;
  left: 10px;
  width: 47px;
  height: 46px;
  padding: 0;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  line-height: 42px;
  border-radius: 6px 0 0 0;
}
@media (max-width: 768px) {
  #section04 .swiper-container li:nth-child(3):after {
    top: 4px;
    left: 4px;
    width: 29px;
    height: 29px;
    line-height: 32px;
  }
}
#section04 .swiper-container li:nth-child(4):after {
  content: "4";
  background: #868686;
  top: 10px;
  left: 10px;
  width: 47px;
  height: 46px;
  padding: 0;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  line-height: 42px;
  border-radius: 6px 0 0 0;
}
@media (max-width: 768px) {
  #section04 .swiper-container li:nth-child(4):after {
    top: 4px;
    left: 4px;
    width: 29px;
    height: 29px;
    line-height: 32px;
  }
}
#section04 .swiper-container li:nth-child(5):after {
  content: "5";
  background: #868686;
  top: 10px;
  left: 10px;
  width: 47px;
  height: 46px;
  padding: 0;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  line-height: 42px;
  border-radius: 6px 0 0 0;
}
@media (max-width: 768px) {
  #section04 .swiper-container li:nth-child(5):after {
    top: 4px;
    left: 4px;
    width: 29px;
    height: 29px;
    line-height: 32px;
  }
}
#section04 .btn-container {
  justify-content: flex-end !important;
  margin-top: 50px;
}
@media (max-width: 768px) {
  #section04 .btn-container {
    display: none;
  }
}

.swiper-wrapper {
  transition-timing-function: linear !important;
  align-items: flex-start;
}
.swiper-wrapper2 {
  transition-timing-function: linear !important;
  align-items: flex-start;
}
.swiper-wrapper img {
  width: 100%;
  height: 200px;
  /* TN変更箇所 */
  -o-object-fit: cover;
     object-fit: cover;
}
/* TN変更箇所 */
.swiper-wrapper img.special {
  width: 100%;
  height: auto;
}
.swiper-wrapper2 img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  #theme-detail li img {
    max-height: 150px;
  }
}

@-moz-document url-prefix() {
  .swiper-wrapper {
    transition-timing-function: linear !important;
    align-items: flex-start;
  }
  .swiper-wrapper2 {
    transition-timing-function: linear !important;
    align-items: flex-start;
  }
}
#theme {
  padding: 60px 0 103px;
}
@media (max-width: 768px) {
  #theme {
    padding: 30px 0 100px;
  }
}
#theme .swiper-container {
  padding-left: 65px;
}
@media (max-width: 768px) {
  #theme .swiper-container {
    padding-left: 20px;
  }
}
@media (min-width: 769px) {
  #theme .tab-header.swiper-wrapper {
    margin: 0 auto;
  }
  #theme .tab-header.swiper-wrapper2 {
    margin: 0 auto;
  }
}
#theme .btn-container {
  margin-top: 30px;
}
@media (max-width: 768px) {
  #theme .btn-container {
    margin: 20px 0 0;
  }
}
#theme .archive-btn {
  border-radius: 30px;
  border: 2px solid #CDCDCD;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 50px 20px 25px;
}
@media (max-width: 768px) {
  #theme .archive-btn {
    padding: 16px 52px 16px 20px;
  }
}
#theme .archive-btn:after {
  right: 20px;
  top: 25px;
}
@media (max-width: 768px) {
  #theme .archive-btn:after {
    top: 22px;
  }
}

@media (max-width: 768px) {
  .theme-box {
    padding: 0;
  }
}
.theme-box:not(:first-child) {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .theme-box:not(:first-child) {
    margin-top: 50px;
  }
}

.page-title {
  width: 100%;
  text-align: center;
  color: #478037;
  font-weight: 700;
  font-size: 3.6rem;
  padding: 22px 0 30px;
}
@media (max-width: 768px) {
  .page-title {
    font-size: 2.1rem;
  }
}
.page-title span {
  display: block;
  font-size: 1.8rem;
  color: #333;
  margin-bottom: 19px;
}
@media (max-width: 768px) {
  .page-title span {
    font-size: 1.4rem;
    margin-bottom: 4px;
  }
}

.more {
  background: #F6F6F9;
  padding: 67px 0;
  margin: 73px auto 0;
  max-width: 1280px;
}
@media (max-width: 768px) {
  .more {
    margin: 58px 40px 0;
    max-width: 1280px;
    max-width: 100%;
    padding: 0px;
    background: none;
  }
}
.more .more_btn {
  background: #fff;
  padding: 22px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  border-radius: 10px;
  max-width: 310px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .more .more_btn {
    background: #F6F6F9;
    max-width: 100%;
    padding: 27px 0;
  }
}

#theme-top {
  background: #fff;
  border-radius: 40px 40px 0 0;
}

#theme-detail {
  padding: 63px 0 90px;
  background: #fff;
}
@media (max-width: 768px) {
  #theme-detail {
    padding: 0 0 65px;
  }
}
#theme-detail li img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  #theme-detail li img {
    max-height: 150px;
  }
}

@media (min-width: 769px) {
  .detail-title {
    background: url(../img/bg.png) no-repeat;
    background-size: 100%;
    display: grid;
    grid-template-columns: 0.5fr 0.5fr;
    gap: 0 23px;
    justify-content: space-between;
    align-items: end;
    padding-left: 68px;
  }
}
@media (max-width: 768px) {
  .detail-title {
    display: flex;
    flex-direction: column-reverse;
  }
  .detail-title .detail-inner {
    padding: 0 20px;
  }
}
.detail-title span {
  color: #478037;
  font-size: 1.6rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .detail-title span {
    display: none;
  }
}

.tags {
  display: flex;
  flex-direction: row;
  align-content: center;
  gap: 9px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
  margin-right: 20px;
  height: auto;
}
@media (max-width: 768px) {
  .tags {
    margin-bottom: 30px;
  }
}
.tags p {
  background: #fff;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 1.4rem;
  color: #868686;
  opacity: 1;
}
@media (max-width: 768px) {
  .tags p {
    background: url(../img/bg.png) no-repeat;
    font-size: 1.2rem;
  }
}
.tags p.is-hidden {
  opacity: 0;
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
}

.modal:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-left: -0.2em;
}

/* クラスが追加された時の指定 */
.modal.is-active {
  opacity: 1;
  visibility: visible;
}

/* モーダル内側の指定 */
.modal-container {
  display: inline-block;
  vertical-align: middle;
  max-width: 600px;
  width: 90%;
}

/* モーダルを閉じるボタンの指定 */
.modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 70px;
  right: 70px;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 4rem;
  border-radius: 50%;
  cursor: pointer;
}
@media (max-width: 768px) {
  .modal-close {
    top: 90px;
    right: 30px;
    font-size: 3rem;
  }
}

.more_tag_btn {
  font-size: 1.4rem;
  color: #868686;
  font-weight: 700;
  cursor: pointer;
  height: auto;
  background: none !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

#Tag_box {
  max-width: 80%;
  background: url(../img/bg.png) no-repeat;
  background-size: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  margin: 0 auto;
  margin-top: 80px;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.2);
  height: auto;
  padding: 50px 50px 80px;
  position: absolute;
  top: 62px;
  right: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  align-content: center;
  gap: 9px;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  #Tag_box {
    background: #fff;
    padding: 50px 20px 60px;
  }
}
#Tag_box p {
  background: #fff;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 1.4rem;
  color: #868686;
  opacity: 1;
}
@media (max-width: 768px) {
  #Tag_box p {
    background: url(../img/bg.png) no-repeat;
    font-size: 1.2rem;
  }
}

@media (min-width: 769px) {
  .retro_mv {
    background: url(../img/retro_mv.png) no-repeat;
    background-size: cover;
    height: 32vh;
  }
}
@media (max-width: 768px) {
  .retro_mv {
    background: url(../img/retro_mv_sp.png) no-repeat;
    background-size: cover;
    height: 94px;
  }
}

.detail-contents {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 29px 40px;
  text-align: center;
  max-width: 1140px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .detail-contents {
    gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
}
.detail-contents li {
  text-align: center;
}
@media (max-width: 768px) {
  .detail-contents img {
    border-radius: 6px;
  }
}
.detail-contents p {
  font-size: 2.1rem;
  margin: 14px 0;
  font-weight: 700;
  text-align: left;
  line-height: 28px;
  letter-spacing: 0.07em;
}
@media (max-width: 768px) {
  .detail-contents p {
    font-size: 1.4rem;
    margin: 0;
    line-height: 22px;
  }
}
.detail-contents .date {
  color: #868686;
  font-size: 1.2rem;
  text-align: left;
}

.detail-pagination {
  min-width: 387px;
  max-width: 500px;
  display: flex;
  justify-content: center;
  margin: 70px auto 0;
  padding: 0;
  gap: 10px;
}
@media (max-width: 768px) {
  .detail-pagination {
    padding: 0 10px;
    width: 100%;
    min-width: 100%;
    gap: 6px;
  }
}
.detail-pagination p {
  background: #F2F2F2;
  width: 48px;
  border-radius: 50%;
  color: #333;
  font-size: 1.6rem;
  line-height: 47px;
  text-align: center;
  font-weight: 700;
  position: relative;
}
.detail-pagination p.active {
  background: #3B3F44;
  color: #fff;
}
.detail-pagination p.dot {
  background: none;
  line-height: 39px;
}
.detail-pagination p.last img {
  width: 6px;
}
.detail-pagination p.back img {
  width: 6px;
}
.detail-pagination img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#section05 {
  padding: 70px 0 60px;
  background: #fff;
}
@media (max-width: 768px) {
  #section05 {
    padding: 50px 0;
  }
}
#section05 .archive-btn {
  margin-top: 30px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  #section05 .archive-btn {
    width: -moz-fit-content;
    width: fit-content;
  }
}

.sec05-container li {
  border-bottom: 1px solid #868686;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .sec05-container li:first-child {
    padding-top: 0;
  }
}
.sec05-container li a {
  font-size: 1.6rem;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.sec05-container li a span {
  font-size: 1.4rem;
  font-weight: 400;
}

#section06 {
  padding: 70px 0 0;
  background: #fff;
}
@media (max-width: 768px) {
  #section06 {
    padding: 60px 0 0;
  }
}

@media (min-width: 769px) {
  .sec06-inner-top {
    display: grid;
    grid-template-columns: 0.6fr 0.4fr;
    gap: 58px;
    justify-content: space-between;
  }
}
.sec06-inner-top .title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 44px;
}
@media (max-width: 768px) {
  .sec06-inner-top .title {
    font-size: 1.5rem;
    line-height: 28px;
    margin-bottom: 20px;
  }
}
.sec06-inner-top .sns_list {
  display: grid;
  justify-content: space-between;
  align-items: center;
  grid-template-columns: 0.4fr 0.6fr;
  gap: 0 30px;
}
@media (max-width: 768px) {
  .sec06-inner-top .sns_list {
    grid-template-columns: 0.5fr 0.5fr;
    gap: 0 30px;
    justify-content: space-between;
    align-items: center;
  }
}
.sec06-inner-top .sns_list p {
  font-size: 2.1rem;
  font-weight: 700;
  font-family: Noto Sans JP;
  width: -moz-max-content;
  width: max-content;
}
.sec06-inner-top .sns_list ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 26px;
}
@media (max-width: 768px) {
  .sec06-inner-top .sns_list ul {
    gap: 12px;
  }
}
@media (max-width: 768px) {
  .sec06-inner-top .sns_list ul li {
    max-width: 38px;
  }
}
.sec06-inner-top .sns_list ul li img {
  vertical-align: middle;
}

@media (min-width: 769px) {
  .sns-box:first-child {
    width: 65%;
  }
}
@media (min-width: 769px) {
  .sns-box:last-child {
    width: 35%;
  }
}
@media (max-width: 768px) {
  .sns-box {
    padding-top: 50px;
  }
  .sns-box:last-child {
    padding-bottom: 50px;
  }
}

.insta_contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}
.insta_contents li {
  position: relative;
  width: 33%;
}
.insta_contents li a {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.insta_contents li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.insta_contents li:before {
  content: "";
  display: block;
  padding-top: 100%;
}

@media (min-width: 769px) {
  .sec06-inner-bottom {
    display: flex;
    gap: 58px;
    margin: 70px auto 80px;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .sec06-inner-bottom {
    margin-bottom: 80px;
  }
}

.twitter-timeline {
  width: 100%;
  height: 510px;
  overflow-y: scroll;
}
@media (max-width: 768px) {
  .twitter-timeline {
    width: 100%;
    height: 378px;
  }
}

.pr {
  /* TN変更箇所 */
  padding: 70px 0 0;
  background: #F2F2F2;
}
@media (max-width: 768px) {
  .pr {
    padding: 50px 0 0;
  }
}
.pr p {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.pr ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 10px 24px;
}
@media (max-width: 768px) {
  .pr ul {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
.pr li {
  /* TN変更箇所 */
  /* background: #D9D9D9; */
  height: 92px;
}

  /* pr2 TN変更箇所 */
.pr2 {
  padding: 70px 0 80px;
  background: #F2F2F2;
}
@media (max-width: 768px) {
  .pr2 {
    display: none !important;
    /* padding: 50px 0 70px; */
  }
}
.pr2 p {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.pr2 ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 10px 24px;
}
@media (max-width: 768px) {
  .pr2 ul {
    display: none !important;
    /* grid-template-columns: 1fr 1fr;
    gap: 20px; */
  }
}
.pr2 li {
  height: 92px;
}


.pankz {
  display: flex;
  padding: 15px 0 15px 28px;
  border-bottom: 1px solid #F2F2F2;
}
.pankz li {
  color: #7B7B7B;
  font-size: 1.3rem;
  padding-right: 4px;
}

.article #theme {
  background: none;
  padding: 80px 0 70px;
}
@media (max-width: 768px) {
  .article #theme {
    padding: 40px 0 93px;
  }
}
.article #theme .archive-btn {
  padding: 19px 50px 16px 20px;
  color: #5a5a5a;
  background: #fff;
  border: none;
}
@media (max-width: 768px) {
  .article #theme .archive-btn {
    background: none;
    border-radius: 30px;
    border: 2px solid #CDCDCD;
    padding: 12px 50px 12px 19px;
  }
}
.article #theme .archive-btn:after {
  top: 24px;
}
@media (max-width: 768px) {
  .article #theme .archive-btn:after {
    top: 18px;
  }
}

#article-shop {
  background: #fff;
}
#article-shop .article_img {
  width: initial;
}
#article-shop .container {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
}
#article-shop .container_yumomi {
  display: flex;
  justify-content: space-between;
  max-width: 840px;
  margin: 0 auto;
  padding: 20px;
}
#article-shop .container_yumomi a {
  display: inline-block;
  padding: 0 10px;
}
#article-shop .container_yumomi center {
  padding: 10px;
}
@media (min-width: 769px) {
  #article-shop .container {
    padding: 0;
  }
}
@media (max-width: 768px) {
  #article-shop .tags {
    margin-bottom: 30px;
  }
}
#article-shop .tags li {
  background: url(../img/bg.png) no-repeat;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 1.4rem;
}
#article-shop .tags li:last-child {
	/* TN変更箇所 */
  /* color: #333;
  font-weight: 400;*/
}

.article-main {
  margin: 40px 0 78px;
  width: 740px;
  word-break: break-all;/*強制改行*/
}
@media (max-width: 768px) {
  .article-main {
    margin: 0 0 32px;
    max-width: 100%;
  }
}
.article-main p {
  font-size: 1.8rem;
  line-height: 36px;
}
@media (max-width: 768px) {
  .article-main p {
    font-size: 1.6rem;
    line-height: 30px;
  }
}
.article-main .date.pc {
  color: #868686;
  font-size: 12px;
}
.article-main .date.sp {
  font-size: 1.2rem;
  text-align: right;
  margin: 0;
  font-size: 12px;
}

@media (max-width: 768px) {
  .wide {
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    padding: 0;
  }
}

h5 {
  font-size: 3rem;
  line-height: 44px;
  font-weight: 700;
  margin: 28px 0 15px;
}
@media (max-width: 768px) {
  h5 {
    font-size: 2.4rem;
    line-height: 38px;
    font-weight: 700;
    margin: 30px 0 0;
  }
}

.article_links {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.article_links .tag-date {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.share {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 14px;
  width: 157px;
  margin-left: auto;
}
.share li {
  border: 2px solid #f2f2f2;
  border-radius: 50%;
  width: 43px;
  height: 43px;
  display: flex;
  padding: 8px 9px;
  margin: 0 auto;
}
.share li a {
  width: 22px;
}

.share-single {
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .share-single {
    justify-content: center;
    gap: 10px;
    position: fixed;
    bottom: 26px;
    right: 0;
    left: -180px;
    z-index: 2;
    width: 50%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .share-single li {
    border: 2px solid #f2f2f2;
    border-radius: 50%;
    width: 59px;
    height: 59px;
    display: flex;
    padding: 0px;
    justify-content: center;
    align-items: center;
    line-height: 10px;
    background: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  }
  .share-single li a {
    width: 30px;
  }
}

.photo {
  margin: 30px auto 33px;
}
@media (max-width: 768px) {
  .photo {
    margin-bottom: 20px;
  }
}

.shop {
  background: #F6F6F9;
  margin: 40px 0 48px;
  padding: 30px 40px;
}
@media (max-width: 768px) {
  .shop {
    margin: 60px 0 23px;
    padding: 25px 18px;
  }
}
.shop .name {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
}
.shop li {
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.map {
  margin: 40px 0 48px;
}
@media (max-width: 768px) {
  .map {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .map #access {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
}
.map iframe {
  width: 100%;
  height: 395px;
}
@media (max-width: 768px) {
  .map iframe {
    height: 287px;
  }
}

.ranking-contents {
  width: 300px;
  margin-top: 20px;
  margin-left: 60px;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  height: 100%;
}
.ranking-contents > p {
  padding: 20px 0;
  font-size: 18px;
  color: #478037;
  font-weight: 700;
  border-bottom: 2px dashed #BDBDBD;
  margin-bottom: 20px;
}
.ranking-contents ul li {
  position: relative;
  margin-bottom: 20px;
}
.ranking-contents ul li a {
  display: flex;
  /* TN変更箇所 */
  /* justify-content: space-between; */
  gap: 17px;
}
.ranking-contents ul li a img {
    width: 115px;
    min-width: 115px;/*最小値を設定*/
    height: 73px;/*高さを制限*/
    object-fit: cover;/*表示をトリミング*/
    border-radius: 6px;
  }
  .ranking-contents ul li a p {
    color: #3B3F44;
    font-size: 1.4rem;
    font-weight: 700;
  }
  .ranking-contents ul li a p span {
    display: block;
    color: #868686;
    font-weight: 400;
    margin-top: 6px;
  }
  .ranking-contents ul li .no1 {
    position: absolute;
    width: 29px;
    top: -5px;
    left: -6px;
    height: auto;/*表示を調整*/
    min-width: 0;/*表示を調整*/
    object-fit: fill;/*表示を調整*/
  }
.ranking-contents ul li:after {
  position: absolute;
}
.ranking-contents ul li:nth-child(2):after {
  content: "2";
  background: #868686;
  top: 1px;
  left: 1px;
  width: 27px;
  height: 27px;
  padding: 0;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  line-height: 31px;
  border-radius: 6px 0 0 0;
}
.ranking-contents ul li:nth-child(3):after {
  content: "3";
  background: #868686;
  top: 1px;
  left: 1px;
  width: 27px;
  height: 27px;
  padding: 0;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  line-height: 31px;
  border-radius: 6px 0 0 0;
}
.ranking-contents ul li:nth-child(4):after {
  content: "4";
  background: #868686;
  top: 1px;
  left: 1px;
  width: 27px;
  height: 27px;
  padding: 0;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  line-height: 31px;
  border-radius: 6px 0 0 0;
}
.ranking-contents ul li:nth-child(5):after {
  content: "5";
  background: #868686;
  top: 1px;
  left: 1px;
  width: 27px;
  height: 27px;
  padding: 0;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  line-height: 31px;
  border-radius: 6px 0 0 0;
}

.another {
  background: #fff;
  max-width: 290px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.6rem;
  padding: 22px 0;
  margin-top: 70px;
  border-radius: 10px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .another {
    max-width: 310px;
    padding: 20px 0;
    margin-top: 40px;
  }
}

.course_spot {
  overflow: hidden;
  background: url(../img/bg.png) no-repeat;
  padding: 40px 0 30px 24px;
  margin: 58px 0 70px;
}
@media (max-width: 768px) {
  .course_spot {
    width: 100%;
    margin: 0;
    padding: 40px 20px 46px;
    overflow: hidden;
  }
}
.course_spot .spot-title {
  color: #478037;
  font-size: 2.1rem;
  font-weight: 700;
  margin-bottom: 24px;
}
.course_spot .btn-container {
  padding: 0 33px 0 0;
  margin-right: 0;
  justify-content: flex-end;
}
.course_spot .btn-container .pagination {
  gap: 20px;
}

.course_mv {
  background: url(../img/course_mv_sp.png) no-repeat;
  background-size: cover;
  background-position: center right;
  height: 32vh;
}
@media (max-width: 768px) {
  .course_mv {
    background-size: cover;
    height: 94px;
  }
}

@media (max-width: 768px) {
  main.course #article-shop {
    background: none;
  }
  main.course #article-shop .container {
    padding: 0;
  }
  main.course .article-main {
    margin-bottom: 0;
  }
  main.course .article-main p {
    padding-bottom: 26px;
  }
  main.course .article-main .sche_single_txt p {
    padding-bottom: 0;
  }
  main.course .bg-w {
    background: #fff;
    border-radius: 30px 30px;
  }
  .sp_container {
    padding: 0 20px;
  }
}
.course_schedule {
  position: relative;
}
@media (max-width: 768px) {
  .course_schedule {
    background: #fff;
    padding-top: 40px;
  }
}
@media (min-width: 769px) {
  .course_schedule:before {
    content: "";
    background: #478037;
    width: 2px;
    height: 90%;
    position: absolute;
    left: 32px;
  }
}

.sche_box {
  position: relative;
}
@media (min-width: 769px) {
  .sche_box:last-of-type {
    margin-bottom: 65px;
  }
}
@media (max-width: 768px) {
  .sche_box:last-of-type {
    padding-bottom: 64px;
  }
}
.sche_box .day {
  background: #3B3F44;
  color: #fff;
  font-size: 2.4rem;
  padding: 30px 0;
  text-align: center;
  font-weight: 700;
  height: 82px;
  margin-bottom: 42px;
}
.sche_box .day2 {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .sche_box .day2 {
    margin-top: 60px;
  }
}
.sche_box .sche_title {
  text-align: left;
  font-weight: 700;
  font-size: 2.4rem;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .sche_box .sche_title {
    padding-left: 60px;
  }
}
@media (max-width: 768px) {
  .sche_box .sche_title {
    font-size: 2.1rem;
    margin-bottom: 16px;
    margin-top: 20px;
    text-align: left;
    line-height: 36px;
    padding-bottom: 0 !important;
  }
}
@media (max-width: 768px) {
  .sche_box .flex {
    flex-direction: column;
  }
}
.sche_box .flex img {
  width: 47%;
}
@media (max-width: 768px) {
  .sche_box .flex img {
    width: 100%;
  }
}
.sche_box .flex div {
  width: 47%;
  font-size: 1.6rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .sche_box .flex div {
    width: 100%;
    line-height: 30px;
  }
}
.sche_box .flex div a {
  border-radius: 30px;
  background: #478037;
  color: #fff;
  padding: 19px 25px;
  width: 182px;
  margin-right: auto;
  display: block;
  position: relative;
  text-align: left;
}
@media (max-width: 768px) {
  .sche_box .flex div a {
    padding: 10px 20px;
    width: 145px;
    font-size: 14px;
    margin-top: 22px;
  }
}
.sche_box .flex div a:after {
  content: "";
  position: absolute;
  top: 23px;
  right: 17px;
  padding-right: 5px;
  color: #fff;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  width: 2px;
  height: 7px;
  transform: rotateZ(45deg);
}
@media (max-width: 768px) {
  .sche_box .flex div a:after {
    top: 20px;
  }
}

.distance {
  margin: 50px auto;
  background: #F2F2F2;
  padding: 30px 48px;
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .distance {
    margin: 60px auto 30px;
    padding: 29px 35px;
    color: #868686;
    position: relative;
  }
  .distance:before {
    content: "";
    border-left: 1px solid #478037;
    height: 100%;
    position: absolute;
    top: 0;
    left: 21px;
  }
}

@media (max-width: 768px) {
  .course .article_img img {
    border-radius: 30px 30px 0 0;
  }
}

@media (min-width: 769px) {
  .sche_single_txt {
    padding-left: 60px;
  }
}
.sche_single_txt p {
  font-size: 1.6rem;
  line-height: 24px;
}
.sche_single_txt a {
  border-radius: 30px;
  background: #478037;
  color: #fff;
  padding: 19px 25px;
  width: 182px;
  display: block;
  position: relative;
  text-align: left;
  margin: 20px 0 0;
}
@media (max-width: 768px) {
  .sche_single_txt a {
    padding: 10px 20px;
    width: 145px;
    font-size: 1.4rem;
    margin-top: 22px;
    line-height: 30px;
  }
}
.sche_single_txt a:after {
  content: "";
  position: absolute;
  top: 23px;
  right: 17px;
  padding-right: 5px;
  color: #fff;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  width: 2px;
  height: 7px;
  transform: rotateZ(45deg);
}
@media (max-width: 768px) {
  .sche_single_txt a:after {
    top: 20px;
  }
}

@media (max-width: 768px) {
  main.news .container {
    padding: 0 !important;
  }
}

.news_contents {
  margin: 39px 0 133px;
  width: 740px;
}
@media (max-width: 768px) {
  .news_contents {
    margin: 10px 0 100px;
    width: 100%;
  }
}
.news_contents li a {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  padding: 33px 20px;
}
@media (max-width: 768px) {
  .news_contents li a {
    font-size: 16px;
    padding: 20px;
  }
}
.news_contents li a span {
  font-size: 14px;
  margin-right: 26px;
  font-weight: normal;
}
@media (max-width: 768px) {
  .news_contents li a span {
    display: block;
  }
}
.news_contents li:nth-child(2n) {
  background: #F6F6F9;
}

@media (max-width: 768px) {
  .news_detail .article-main {
    margin: 0;
  }
}
.news_detail .article_links {
  margin-bottom: 27px;
}
.news_detail .detail-pagination {
  margin-top: 76px !important;
}
@media (max-width: 768px) {
  .news_detail .detail-pagination {
    max-width: 100%;
    margin-top: 41px !important;
  }
}
.news_detail .detail-pagination li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.news_detail .detail-pagination li a {
  padding: 6px 0;
}
.news_detail .detail-pagination li a img {
  width: 6px;
}
.news_detail .detail-pagination li span {
  font-size: 16px;
  font-weight: 700;
}
.news_detail .date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 26px !important;
  font-size: 1.2rem;
  color: #868686;
}
.news_detail .date h6 {
  font-size: 14px;
  color: #478037;
  font-weight: 700;
}
.news_detail h5 {
  margin: 12px 0 20px;
  color: #3B3F44;
}
@media (max-width: 768px) {
  .news_detail .more {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    max-width: initial;
  }
  .news_detail .more .more_btn {
    padding: 58px 0;
    border-radius: 0;
  }
  .news_detail .more .more_btn a {
    background: #fff;
    margin: auto 40px;
    display: block;
    padding: 30px 0;
    border-radius: 10px;
  }
}

.event_btn {
  margin: 42px 0 20px;
  border-radius: 30px;
  border: 2px solid #5A5A5A;
  width: 260px;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 16px 26px;
  position: relative;
}
@media (max-width: 768px) {
  .event_btn {
    width: 310px;
    margin: 48px auto 0px;
  }
}
.event_btn:after {
  content: "";
  background: url(../img/Icon-another.png) no-repeat;
  background-size: 16px;
  padding-right: 16px;
  position: absolute;
  right: 18px;
  height: 16px;
  top: 19px;
}

main.event #theme-detail {
  padding-top: 80px;
}
@media (max-width: 768px) {
  main.event #theme-detail {
    padding: 30px 0 114px;
  }
}
main.event .detail-contents {
  gap: 42px;
}
@media (max-width: 768px) {
  main.event .detail-contents {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  main.event .detail-contents li {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 24px;
  }
}
@media (max-width: 768px) {
  main.event .detail-contents li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 17px;
  }
}
@media (max-width: 768px) {
  main.event .detail-contents li a div {
    width: 60%;
  }
}
@media (max-width: 768px) {
  main.event .detail-contents li a p {
    line-height: 22px;
  }
}
@media (max-width: 768px) {
  main.event .detail-contents li a img {
    max-width: 35%;
    height: 100% !important;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
main.event .detail-contents .date {
  display: block;
  color: #478037;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 28px;
  margin-top: 14px;
}
@media (max-width: 768px) {
  main.event .detail-contents .date {
    font-size: 1.4rem;
    font-weight: normal;
    word-break: break-all;
    line-height: 22px;
    margin-top: 5px;
  }
}
main.event .detail-pagination {
  margin-top: 40px;
}
main.event .sec03-contents li:last-child p {
  color: #000;
  font-weight: 700;
}

@media (min-width: 769px) {
  .event_detail .article-main {
    margin-bottom: 140px;
  }
}
@media (max-width: 768px) {
  .event_detail .article-main {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .event_detail #article-shop {
    border-radius: 30px 30px 0 0;
  }
}

.event-date {
  color: #478037;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .event-date {
    margin: 10px 0 20px;
  }
}

/* TN変更箇所 */
.event-iframe {
  pointer-events: auto !important;
}

.event_bottom {
  background: #F6F6F9;
  padding: 40px 30px 56px;
  margin: 45px 0 55px;
}
@media (max-width: 768px) {
  .event_bottom {
    padding: 33px 17px 37px;
    margin: 48px 0 44px;
  }
}
.event_bottom div {
  font-size: 1.6rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .event_bottom div {
    display: block;
    font-size: 1.4rem;
  }
}
.event_bottom div:not(:first-child) {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .event_bottom div:not(:first-child) {
    padding-top: 20px;
  }
}
.event_bottom div:not(:last-child) {
  border-bottom: 1px solid #CCC;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .event_bottom div:not(:last-child) {
    padding-bottom: 20px;
  }
}
.event_bottom div p {
  width: 20%;
  font-size: 1.6rem;
  line-height: 28px;
}
@media (max-width: 768px) {
  .event_bottom div p {
    width: 100%;
    font-size: 1.4rem;
    line-height: 22px;
    margin-bottom: 7px;
  }
}
.event_bottom div span {
  font-weight: normal;
  width: 80%;
  font-size: 1.8rem;
  line-height: 36px;
}
@media (max-width: 768px) {
  .event_bottom div span {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    line-height: 22px;
  }
}

#theme-detail p, .tab-list p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#car, #train, #bus {
  background: #fff;
  padding-top: 50px;
}
@media (max-width: 768px) {
  #car, #train, #bus {
    padding-top: 30px;
  }
}

#car {
  padding-bottom: 138px;
}
@media (max-width: 768px) {
  #car {
    padding-bottom: 100px;
  }
}
@media (max-width: 768px) {
  #car .root_box.root1:before {
    height: 75%;
  }
  #car .road3 .root_box:before {
    height: 80%;
  }
}

.access_icon {
  width: 336px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
  margin-bottom: 37px;
}
@media (max-width: 768px) {
  .access_icon {
    width: 100%;
    margin: 0 auto 30px;
    padding: 0 7px;
  }
}
.access_icon li {
  width: 80px;
}
.access_icon li p {
  text-align: center;
  color: #000;
  font-size: 1.8rem;
  font-weight: 400;
  margin-top: 7px;
}
@media (max-width: 768px) {
  .access_icon li p {
    margin-top: 0;
  }
}
.access_icon li.active p {
  color: #478037;
  font-weight: 700;
}

.roadmap {
  width: 1090px;
  display: block;
  margin: 0 auto 62px;
}
@media (max-width: 768px) {
  .roadmap {
    max-width: 100%;
    margin-bottom: 50px;
  }
}

.a_title {
  width: 100%;
  padding: 30px 20px;
  background: #3B3F44;
  color: #fff;
  text-align: center;
  margin-bottom: 32px;
  font-size: 2.1rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .a_title {
    padding: 16px 20px;
    margin-bottom: 20px;
  }
}

.access_road {
  max-width: 1140px;
  margin: 0 auto;
}

.road3 {
  margin-top: 72px;
}
@media (max-width: 768px) {
  .road3 {
    margin-top: 90px;
  }
}

.root_box {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}
.root_box p {
  position: relative;
  border: 1px solid #478037;
  background: #F6F6F9;
  color: #478037;
  padding: 20px;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .root_box p {
    font-size: 1.4rem;
    padding: 10px;
  }
}
.root_box .root {
  background: #868686;
  color: #fff;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .root_box .root {
    margin-bottom: 20px;
  }
}
.root_box div {
  font-size: 1.4rem;
  line-height: 18px;
  display: block;
  padding: 12px 0 12px 13px;
  color: #868686;
  font-weight: 700;
  border-left: 2px dashed #478037;
  margin-left: 15px;
}
@media (max-width: 768px) {
  .root_box div {
    line-height: 21px;
    padding: 7px 0 5px 13px;
  }
}
.root_box div span {
  font-weight: 400;
  display: block;
}
.root_box .goal {
  background: #f7f4e9;
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .root_box .goal {
    margin-bottom: 73px;
  }
}

#car .root_box div {
  border-left: 2px solid #478037;
}

.root2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .root2 {
    gap: 20px;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .root2 .root {
    margin-bottom: 20px;
    padding: 6px 0;
  }
}
@media (max-width: 768px) {
  .root2 .goal {
    margin-bottom: 0;
  }
}

.acc_ttl {
  font-size: 2.4rem;
  color: #478037;
  font-weight: 700;
  margin-bottom: 18px;
}

.parking {
  margin-top: 152px;
}
@media (max-width: 768px) {
  .parking {
    margin-top: 17px;
  }
  .parking .acc_ttl {
    margin-bottom: 24px;
  }
}
.parking .acc_ttl {
  max-width: 1140px;
  margin: 0 auto 18px;
}
.parking .parking-table {
  overflow-x: scroll;
  margin: 0 auto 18px;
  max-width: 1140px;
}
@media screen and (max-width: 1287px) {
  .parking .parking-table {
    margin: 0;
  }
}
@media screen and (min-width: 1150px) {
  .parking .parking-table {
    margin: 0 auto;
  }
}
.parking table {
  border-collapse: collapse;
  border: 2px solid #CCC;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}
@media screen and (max-width: 768px) and (min-width: 1250px) {
  .parking table {
    margin: 0 64px;
  }
}
@media screen and (max-width: 1139px) and (min-width: 1170px) {
  .parking table {
    margin: 0 64px;
  }
}
@media (min-width: 769px) {
  .parking table {
    margin: 0 64px;
  }
}
@media screen and (min-width: 1150px) {
  .parking table {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .parking table {
    padding: 0 64px;
    margin-left: 20px;
  }
}
.parking table tr {
  border-bottom: 1px solid #ccc;
}
.parking table tr:first-child {
  border-bottom: 1px solid #ccc;
}
.parking table td:first-child {
  padding: 24px 2px 31px 12px;
  font-size: 14px;
  color: #868686;
  font-weight: 700;
  line-height: 22px;
}
@media (max-width: 768px) {
  .parking table td:first-child {
    padding: 16px 22px 16px 10px;
  }
}
.parking table td:nth-child(2n) {
  background: #F6F6F9;
}
.parking table td:not(:first-child) {
  text-align: center;
  font-size: 1.6rem;
  color: #000;
  font-weight: 700;
  padding: 7px 48px;
}
@media (max-width: 768px) {
  .parking table td:not(:first-child) {
    padding: 24px 20px;
  }
}
.parking table .pkn {
  color: #478037 !important;
  font-size: 1.8rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .parking table .pkn {
    font-size: 1.4rem;
  }
}
.parking table .mapb a {
  background: #478037;
  color: #fff;
  font-size: 1.4rem !important;
  padding: 8px 30px 7px 25px;
  border-radius: 30px;
  width: 144px;
  margin: 0 auto;
  position: relative;
  text-align: left;
}
@media (max-width: 768px) {
  .parking table .mapb a {
    padding: 10px 28px 10px 18px;
    border-radius: 30px;
    width: 94px;
  }
}
.parking table .mapb a::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 13px;
  background: url(../img/Icon-arrow3.png) no-repeat;
  background-size: contain;
  width: 7px;
  height: 14px;
}
@media (max-width: 768px) {
  .parking table .mapb a::after {
    right: 13px;
    top: 15px;
  }
}

.acs_btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 82px;
}
@media (max-width: 768px) {
  .acs_btn {
    margin-top: 52px;
    flex-direction: column;
    gap: 20px;
  }
}
.acs_btn a {
  border-radius: 30px;
  border: 2px solid #5A5A5A;
  width: 310px;
  height: 59px;
  text-align: left;
  padding: 15px 0px 15px 39px;
  font-size: 16px;
  color: #5A5A5A;
  position: relative;
  font-weight: 700;
}

a.exlink::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 16px;
  background: url(../img/Icon-another.png) no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
}

#bus {
  padding-bottom: 165px;
}
@media (max-width: 768px) {
  #bus {
    padding-bottom: 31px;
  }
}
#bus .acc_ttl {
  margin-bottom: 29px;
}
#bus ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 43px;
}
#bus .bus_transfer {
  padding-top: 43px;
  max-width: 1140px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #bus .bus_transfer {
    padding-top: 10px;
  }
}
#bus .bus_transfer ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 768px) {
  #bus .bus_transfer ul {
    grid-template-columns: 1fr;
    gap: 87px;
  }
}
#bus dl {
  margin-bottom: 35px;
}
#bus dl dt {
  font-size: 1.8rem;
  font-weight: 700;
  color: #000;
  line-height: 28px;
}
#bus dl dt p {
  font-size: 14px;
  color: #868686;
  font-weight: 400;
  margin: 2px 0;
}
@media (max-width: 768px) {
  #bus dl dt p {
    margin-top: 4px;
  }
}
#bus dl dd {
  margin-top: 8px;
}
#bus dl dd a {
  position: relative;
  border: 2px solid #5A5A5A;
  border-radius: 30px;
  width: 310px;
  padding: 15px 21px 15px 26px;
  color: #5A5A5A;
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 768px) {
  #bus dl dd a {
    padding: 16px 21px 16px 26px;
    margin: 0 auto;
  }
}

#train {
  padding-bottom: 138px;
}
@media (max-width: 768px) {
  #train {
    padding-bottom: 66px;
  }
}
#train .root_box:before {
  content: none;
}
@media (max-width: 768px) {
  #train .root_box .time {
    border-left: 2px solid #868686 !important;
    margin-left: 13px;
  }
}
#train .root_box .border_gray:before {
  border-left: 2px solid #868686;
}
#train .root_box .goal {
  margin-bottom: 26px;
}
#train .road2 {
  padding: 105px 0 54px;
}
@media (max-width: 768px) {
  #train .road2 {
    padding: 60px 0 0;
  }
}
@media (max-width: 768px) {
  #train .road3 {
    margin-top: 57px;
  }
  #train .road3 .goal {
    margin-bottom: 20px;
  }
  #train .road3 a {
    max-width: 350px;
    width: 100%;
  }
}

.timetable_btn {
  background: #478037;
  color: #fff;
  width: 231px;
  height: 50px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 22px;
  border-radius: 25px;
  padding: 14px 0px 14px 30px;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .timetable_btn {
    width: 165px;
    padding-left: 20px;
  }
}
.timetable_btn:after {
  content: "";
  background: url(../img/pdf.png) no-repeat;
  background-size: contain;
  width: 23px;
  height: 25px;
  position: absolute;
  right: 27px;
}

.root3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 26px;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .root3 {
    overflow-x: scroll;
    gap: 10px;
    box-sizing: border-box;
  }
}

.bg-g {
  background: #F6F6F9;
}

main.yumomi .retro_mv {
  background: url(../img/yumomi_mv.png) no-repeat;
  background-size: cover;
  height: 32vh;
}
@media (max-width: 768px) {
  main.yumomi .retro_mv {
    height: 94px;
  }
}
@media (min-width: 769px) {
  main.yumomi #article-shop .container {
    padding-top: 63px;
  }
}
@media (max-width: 768px) {
  main.yumomi #article-shop .container {
    display: block;
  }
}
main.yumomi .bg-g {
  padding: 18px 17px 24px;
}
main.yumomi .sns-box {
  width: 100%;
}
@media (max-width: 768px) {
  main.yumomi .sns-box {
    padding-bottom: 20px;
  }
}
main.yumomi .article-main {
  margin: 0;
}
main.yumomi .pro-ttl {
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
  line-height: 28px;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  main.yumomi .pro-ttl {
    font-size: 1.6rem;
    left: 70px;
  }
}
main.yumomi .pro-ttl span {
  display: block;
  background: url(../img/theme10.png) no-repeat;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-position: right 31% top 20%;
  -o-object-fit: contain;
     object-fit: contain;
  background-size: 206px;
}
main.yumomi .event_bottom.profile {
  padding: 50px 0px 0px;
  margin: 0;
}
@media (max-width: 768px) {
  main.yumomi .event_bottom.profile {
    padding-top: 0;
  }
}
main.yumomi .event_bottom.profile div:not(:last-child) {
  padding: 20px 0;
}
main.yumomi .event_bottom.profile div span {
  font-size: 1.6rem;
  line-height: 30px;
}
@media (max-width: 768px) {
  main.yumomi .event_bottom.profile div span {
    font-size: 1.4rem;
  }
}
main.yumomi .detail-contents p {
  margin-bottom: 6px;
}
main.yumomi .ranking-contents {
  margin-top: 0;
  position: initial;
}
@media (max-width: 768px) {
  main.yumomi .ranking-contents {
    width: 100%;
    margin: 0 auto;
  }
}
main.yumomi .ranking-contents h2 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
}
main.yumomi .ranking-contents h2 span {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  main.yumomi .ranking-contents h2 span {
    margin-bottom: 0;
  }
}
main.yumomi .more_x {
  color: #868686;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 16px;
  margin-top: 60px;
}

@media (max-width: 768px) {
  .article .sty_cpn #theme {
    padding: 40px 0 52px;
  }
}

.sty_cpn .event-date {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: right;
  color: #868686;
  margin: 10px 0 0px;
}
@media (max-width: 768px) {
  .sty_cpn #article-shop .tags {
    margin-bottom: 34px;
  }
}
.sty_cpn #article-shop .tags li:last-child {
  color: #333;
  font-weight: 400;
}
.sty_cpn .article-main p {
  font-weight: 700;
}
@media (max-width: 768px) {
  .sty_cpn .article-main p {
    font-size: 1.8rem;
    line-height: 28px;
  }
}
.sty_cpn .event_bottom {
  font-size: 1.8rem;
  line-height: 36px;
}
@media (max-width: 768px) {
  .sty_cpn .event_bottom {
    font-size: 1.4rem;
    line-height: 22px;
    margin: 45px 0 52px;
    padding-top: 25px;
  }
}
.sty_cpn .event_bottom p {
  color: #C52845;
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .sty_cpn .event_bottom p {
    line-height: 22px;
    letter-spacing: 0.28px;
    font-size: 1.4rem;
  }
}
.sty_cpn .event_bottom div p {
  color: #000;
}
@media (min-width: 769px) {
  .sty_cpn .event_bottom div p {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .sty_cpn .event_bottom div p {
    margin-bottom: 7px;
  }
}
@media (min-width: 769px) {
  .sty_cpn .event_bottom div p.wid40 {
    width: 40%;
  }
}
.sty_cpn .event_bottom div span a {
  text-decoration: underline;
}

.yado-link {
  background: #fff;
  border-radius: 30px;
  padding: 16px 20px;
  width: 310px;
  font-size: 1.6rem;
  position: relative;
  font-weight: 700;
  color: #5A5A5A;
  border-radius: 30px;
  border: 2px solid #5A5A5A;
  padding: 10px 23px 10px 26px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .yado-link {
    width: 310px;
    padding: 17px 23px;
    margin: 16px auto 0;
  }
}
.yado-link:after {
  content: "";
  background: url(../img/Icon-another.png) no-repeat;
  background-size: 18px;
  padding-right: 18px;
  height: 18px;
  position: absolute;
  right: 21px;
  top: 17px;
}

.cp_box {
  font-size: 1.8rem;
  line-height: 36px;
  background: #F6F6F9;
  padding: 26px 39px 40px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .cp_box {
    font-size: 1.4rem;
    line-height: 22px;
    margin: 45px 0 40px;
    padding: 25px 17px;
  }
}
.cp_box p {
  color: #C52845;
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cp_box p {
    line-height: 22px;
    letter-spacing: 0.28px;
    font-size: 1.4rem !important;
  }
}
.cp_box .deadline {
  margin-top: 14px;
  font-size: 1.4rem;
}

.cp-txt {
  font-size: 1.4rem;
}

.spot_btn {
  background: #478037;
  border-radius: 30px;
  padding: 16px 20px;
  width: 237px;
  font-size: 1.6rem;
  position: relative;
  font-weight: 700;
  color: #fff;
  border-radius: 30px;
  padding: 18px 23px 18px 26px;
  margin-top: 30px;
}
.spot_btn:after {
  content: "";
  background: url(../img/Icon-arrow3.png) no-repeat;
  background-size: 7px;
  height: 14px;
  padding-right: 7px;
  position: absolute;
  top: 24px;
  right: 23px;
}
@media (max-width: 768px) {
  .spot_btn {
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 30px;
    color: #fff;
    padding: 14px 20px 14px 13px;
    width: 160px;
    font-size: 1.4rem;
    margin-bottom: 60px;
    position: relative;
    font-weight: 700;
  }
  .spot_btn:after {
    content: "";
    background: url(../img/Icon-arrow3.png) no-repeat;
    background-size: 7px;
    height: 14px;
    padding-right: 7px;
    position: absolute;
    top: 20px;
    right: 14px;
  }
}

.gallery .g_contents {
  background: #fff;
  padding-top: 35px;
}
@media (max-width: 768px) {
  .gallery .g_contents {
    padding-top: 0;
  }
  .gallery .g_contents .container {
    padding: 0;
    margin: 0 auto;
  }
}
.gallery #theme-detail {
  padding: 65px 0 103px;
}
@media (max-width: 768px) {
  .gallery #theme-detail {
    padding: 0;
  }
}
.gallery #theme-detail .detail-pagination {
  margin-top: 95px;
}
.gallery .detail-contents {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  align-items: start;
  max-width: 100%;
}
@media (min-width: 769px) {
  .gallery .detail-contents {
    display: grid;
    justify-items: center;
    align-items: start;
    justify-content: center;
    gap: 60px;
    margin-top: 65px;
  }
}
@media (max-width: 768px) {
  .gallery .detail-contents {
    grid-template-columns: 1fr;
  }
}
.gallery .detail-contents li {
  width: -moz-fit-content;
  width: fit-content;
}
.gallery .detail-contents li p {
  font-size: 1.8rem;
  line-height: 28px;
  margin: 14px 0 0;
}
@media (max-width: 768px) {
  .gallery .detail-contents li p {
    margin-top: 4px;
  }
}
.gallery .detail-pagination {
  margin: 95px auto 0;
  padding-bottom: 103px;
}
@media (max-width: 768px) {
  .gallery .detail-pagination {
    padding: 73px 60px 78px !important;
    margin-top: 0 !important;
  }
}
.gallery .info-nav_rap {
  max-width: 100%;
}

.gallery_top {
  display: flex;
  justify-content: space-between;
  gap: 53px;
  padding: 44px;
  margin: 0 auto 30px;
}
@media (max-width: 768px) {
  .gallery_top {
    padding: 23px 20px 35px;
  }
}
.gallery_top img {
  max-width: 389px;
  height: 100%;
}
.gallery_top dl dt {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 7px;
}
.gallery_top dl dd {
  font-size: 1.6rem;
  line-height: 30px;
}
.gallery_top dl dd a {
  border-radius: 30px;
  border: 2px solid #CDCDCD;
  background: #FFF;
  color: #5A5A5A;
  padding: 9px 20px;
  width: 159px;
  margin-top: 29px;
  position: relative;
}
@media (max-width: 768px) {
  .gallery_top dl dd a {
    margin: 30px auto 0;
    font-size: 1.4rem;
  }
}
.gallery_top dl dd a:after {
  content: "";
  background: url(../img/Icon-arrow.png) no-repeat;
  background-size: 7px;
  height: 14px;
  padding-right: 7px;
  position: absolute;
  top: 18px;
  right: 14px;
}

.gallery_list_pc, .kankou_list_pc {
  margin: 0 auto;
}
.gallery_list_pc ul, .kankou_list_pc ul {
  display: grid;
  flex-wrap: wrap;
  gap: 2px;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
}
@media (max-width: 768px) {
  .gallery_list_pc ul, .kankou_list_pc ul {
    display: block;
    margin: 0 20px;
    gap: 40px;
  }
}
.gallery_list_pc ul li, .kankou_list_pc ul li {
  padding: 15px 20px;
  color: #3B3F44;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 28px;
  position: relative;
}
@media (min-width: 769px) {
  .gallery_list_pc ul li, .kankou_list_pc ul li {
    background: #F6F6F9;
  }
}
@media (max-width: 768px) {
  .gallery_list_pc ul li, .kankou_list_pc ul li {
    border-radius: 8px;
    padding: 0;
  }
}
.gallery_list_pc ul li:after, .kankou_list_pc ul li:after {
  content: "";
  background: url(../img/Icon-arrow.png) no-repeat;
  background-size: 7px;
  height: 14px;
  padding-right: 7px;
  position: absolute;
  top: 24px;
  right: 14px;
}
@media (max-width: 768px) {
  .gallery_list_pc ul li:after, .kankou_list_pc ul li:after {
    content: none;
  }
}
.gallery_list_pc ul li.is-active, .kankou_list_pc ul li.is-active {
  background: url(../img/bg.png) no-repeat;
  background-size: 100%;
  color: #478037;
  font-weight: 700;
}
.gallery_list_pc .g_list_btn, .kankou_list_pc .g_list_btn {
  color: #478037;
  width: 100%;
  border: none;
}
@media (max-width: 768px) {
  .gallery_list_pc .g_list_btn, .kankou_list_pc .g_list_btn {
    margin: 0px 20px 30px;
    border-radius: 8px;
    padding: 20px 17px;
    font-size: 1.6rem;
    font-weight: 700;
    position: relative;
  }
  .gallery_list_pc .g_list_btn:after, .kankou_list_pc .g_list_btn:after {
    content: "";
    position: absolute;
    background: url(../img/Icon-arrow3.png) #478037 no-repeat;
    transform: rotate(90deg);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    padding: 0px;
    top: 14px;
    right: 18px;
    background-position: 54%;
    background-size: 7px;
  }
}
.gallery_list_pc .detail-pagination, .kankou_list_pc .detail-pagination {
  padding: 73px 60px 78px !important;
}

.selecter {
  width: 90%;
  margin: 0 auto 30px;
  background-size: 100%;
  position: relative;
  background: url(../img/bg.png) no-repeat;
}
.selecter select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../img/select-arrow.png) no-repeat 97%;
  background-size: 36px;
  color: #478037;
  width: 90%;
  border: none;
  width: 100%;
  height: 64px;
  border-radius: 10px;
  border: none;
  border: 3px solid #478037;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 28px;
  display: inline-block;
  padding: 0.5em 3.5em 0.5em 1em;
  cursor: pointer;
  /* reset */
  margin: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select option {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: linear-gradient(#F6F6F6, #F6F6F6);
  width: 100%;
  color: #000;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 28px;
  border-bottom: 2px solid #EBEBEB;
  position: relative;
}
select option:after {
  content: "";
  background-size: 9px;
  height: 14px;
  padding-right: 7px;
  position: absolute;
  top: 22px;
  right: 16px;
  transform: none;
}

select::-ms-expand {
  display: none; /* デフォルトの矢印を非表示(IE用) */
}

.c-selecter select:focus {
  background-image: linear-gradient(45deg, white 50%, transparent 50%), linear-gradient(135deg, transparent 50%, white 50%), linear-gradient(to right, gray, gray);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
  border-color: grey;
  outline: 0;
}

.list_menu {
  -webkit-appearance: none; /* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
  appearance: none; /* 標準のスタイルを無効にする */
  border-radius: 10px;
  border: 3px solid #478037;
  background: #F6F6F6;
  position: absolute;
  top: 80px;
  width: 90%;
  left: -50%;
  transform: translate(55%, 0px);
  color: #333;
  padding: 15px 17px 5px;
  overflow: hidden;
  z-index: 2;
  margin: 0 20px;
}
.list_menu div {
  margin: 0;
  gap: 0;
  padding: 17px 0;
  font-weight: 700;
  border-bottom: 2px solid #ebebeb;
  font-size: 1.6rem;
}

.g_tab {
  margin: 0 auto;
}
.g_tab .detail-contents {
  gap: 40px;
}
.g_tab .detail-contents:not(:first-child) {
  display: none;
}
@media (max-width: 768px) {
  .g_tab .detail-contents {
    padding: 0 20px;
  }
}
.g_tab .detail-contents li {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.g_tab .detail-contents li img {
  border-radius: 0;
}
@media (max-width: 768px) {
  .g_tab .detail-contents li p {
    margin-bottom: 40px;
  }
}

@media (min-width: 769px) {
  .photo {
    display: none;
  }
  .photo.is-show {
    display: block;
  }
}
.fancybox-button--zoom {
  display: none;
}

button.fancybox-button:after {
  content: none;
}

@media (max-width: 768px) {
  .fancybox-close-small {
    right: -2px !important;
    padding: 0 !important;
  }
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxPrevious:hover, #cboxNext:hover, #cboxClose:hover {
  outline: 0;
}

/*全て共通：hideエリアをはじめは非表示*/
.hide-area {
  display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after,
.modaal-close:before {
  background: #ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #666;
}

.modaal-gallery-next-inner, .modaal-gallery-prev-inner {
  display: none;
}

.modaal-close:before {
  height: 25px !important;
  width: 3px !important;
}

.modaal-close:after {
  width: 1px !important;
  height: 23px !important;
}

@media (min-width: 769px) {
  .gallery #theme-detail.movie {
    padding-top: 42px;
  }
}

@media (max-width: 768px) {
  .gallery .movie .detail-contents {
    padding: 38px 20px 0;
    gap: 0;
    justify-content: center;
  }
}
.gallery .movie .detail-contents li {
  width: 100%;
  aspect-ratio: 16/9;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .gallery .movie .detail-contents li {
    margin-bottom: 40px;
  }
}
.gallery .movie .detail-contents li iframe {
  width: 100%;
  height: 100%;
  pointer-events: auto !important;
}
main.advice h3 {
  margin-top: 80px;
  background: #f2f2f2;
  padding: 20px 15px;
}
@media (max-width: 768px) {
  main.advice {
    margin-top: 60px;
  }
}
main.advice table {
  border-spacing: 0;
  margin: 14px auto;
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
}
main.advice table thead {
  background-color: #F2D0DF;
}
main.advice table td {
  border: 1px solid #000000;
  padding: 5px;
}
main.advice table td:first-child {
  width: 30%;
}
@media (max-width: 768px) {
  main.advice table td {
    text-align: left;
    font-size: 1.4rem;
  }
}
main.advice .photo {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 768px) {
  main.advice .photo {
    gap: 20px;
    align-items: flex-start;
    height: 50vh;
  }
}
main.advice .photo li {
  height: 373px;
}
@media (max-width: 768px) {
  main.advice .photo li {
    height: 100%;
  }
}
main.advice .photo li p {
  font-size: 1.4rem;
}

.red-txt {
  color: #ff3300;
  font-weight: 700;
}

.green-txt {
  color: #00cc33;
}

.bold {
  font-weight: 700;
}

.quiz #article-shop {
  padding-top: 60px;
}
@media (max-width: 768px) {
  .quiz #article-shop {
    padding-top: 38px;
  }
}
.quiz .article_img {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .quiz .article_img {
    margin-bottom: 24px;
  }
}
.quiz .article_img img {
  border-radius: 8px;
}

@media (min-width: 769px) {
  .q_box {
    margin-bottom: 68px;
  }
}
.q_box:last-of-type {
  margin-bottom: 31px;
}
@media (max-width: 768px) {
  .q_box:last-of-type {
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .q_box {
    padding: 28px 20px 54px;
  }
  .q_box:nth-child(2n+1) {
    background: #F6F6F9;
  }
}
.q_box p {
  line-height: 30px;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .q_box p {
    margin-bottom: 20px;
  }
}
.q_box label {
  display: block;
  line-height: 30px;
  width: 100%;
  font-size: 1.6rem;
}
.q_box label input {
  margin-right: 10px;
}

.q_ttl {
  background: #F6F6F9;
  padding: 22px 18px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .q_ttl {
    color: #000;
    background: none;
    font-size: 1.8rem;
    line-height: 28px;
    padding: 0;
    margin-bottom: 16px;
  }
}

.radio_box {
  display: flex;
  justify-content: flex-start;
  font-size: 1.6rem;
}

#submitButton {
  background: none;
  border: 2px solid #5A5A5A;
  color: #5A5A5A;
  margin: 0 auto;
  display: block;
  width: 310px;
  position: relative;
}
@media (max-width: 768px) {
  #submitButton {
    margin-bottom: 42px;
    max-width: 239px;
  }
}
#submitButton:after {
  content: "";
  background: url(../img/Icon-arrow.png) no-repeat;
  background-size: 9px;
  height: 14px;
  padding-right: 7px;
  position: absolute;
  top: 22px;
  right: 16px;
  transform: none;
}

.score {
  background: #478037;
  padding: 22px 18px;
  color: #fff;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .score {
    margin-bottom: 16px;
    font-size: 2.4rem;
  }
}

.score-num {
  color: #E60012;
  font-size: 3rem;
  font-weight: 700;
  line-height: 44px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .score-num {
    margin: 0 20px 45px;
    font-size: 2.4rem;
  }
}

.asw_x {
  position: relative;
  padding-left: 33px;
}
.asw_x:before {
  content: "";
  position: absolute;
  left: 0;
  background: url(../img/asw_x.png) no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  padding: 0px;
  top: 7px;
}
@media (max-width: 768px) {
  .asw_x {
    margin-bottom: 0 !important;
  }
}

.asw_o {
  position: relative;
  padding-left: 40px;
}
.asw_o:before {
  content: "正解";
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 1.6rem;
  line-height: 28px;
  font-weight: 700;
  color: #E60012;
}
@media (max-width: 768px) {
  .asw_o {
    margin-bottom: 16px !important;
  }
}

.quiz-a .article-main {
  margin-bottom: 168px;
}
@media (max-width: 768px) {
  .quiz-a .article-main {
    margin-bottom: 32px;
  }
}
@media (min-width: 769px) {
  .quiz-a .q_box:not(:last-child) {
    margin-bottom: 70px;
  }
  .quiz-a .q_box:last-of-type {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .quiz-a .q_box p.ex {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .quiz-a #submitButton {
    max-width: 310px;
  }
}

#contact {
  background: #fff;
  padding-bottom: 128px;
}
@media (max-width: 768px) {
  #contact {
    padding: 0 20px 72px;
  }
}

.contact-form {
  max-width: 643px;
  margin: 0px auto;
  padding: 86px 0 0;
}
@media (max-width: 768px) {
  .contact-form {
    padding-top: 45px;
  }
}
/* TN変更箇所--start */
/* 
.contact-form li {
  margin-bottom: 55px;
}
@media (max-width: 768px) {
  .contact-form li {
    margin-bottom: 35px;
  }
}
.contact-form li:last-child {
  margin-bottom: 39px;
}
*/
/* TN変更箇所--end */
.contact-form .required {
  font-size: 1.6rem;
  margin-left: 15px;
  color: #E24242;
}
.contact-form label, .contact-form p, .contact-form .form-inner {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 9px;
}
.contact-form input {
  width: 100%;
  padding: 16px;
  font-size: 1.6rem;
  border: 1px solid #78818F;
  border-radius: 6px;
}
.contact-form input::-moz-placeholder {
  color: #C4C9D0;
  font-size: 1.6rem;
  font-weight: 700;
}
.contact-form input::placeholder {
  color: #C4C9D0;
  font-size: 1.6rem;
  font-weight: 700;
}
.contact-form textarea {
  width: 100%;
  padding: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 5px auto;
  border-radius: 6px;
}

.policy_check {
  max-width: 643px;
  margin: 0px auto 36px;
  background: #F2F2F2;
  padding: 17px 33px 25px;
  display: flex;
  align-items: flex-start;
  gap: 22px;
}
.policy_check input[type=checkbox] {
  appearnace: none;
  -webkit-appearance: none;
  background: #D9D9D9;
  accent-color: #000;
  width: 26px;
  height: 26px;
  border: none;
  border-radius: 6px;
  margin-top: 7px;
  position: relative;
}
@media (max-width: 768px) {
  .policy_check input[type=checkbox] {
    width: 26px;
    height: 26px;
    border-radius: 6px;
  }
}
.policy_check input[type=checkbox]:before {
  content: "";
  display: block;
  width: 26px;
  height: 23px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 3px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .policy_check input[type=checkbox]:before {
    width: 26px;
    height: 26px;
    border-radius: 6px;
  }
}
.policy_check input[type=checkbox]:checked:before {
  background: #000;
}
.policy_check input[type=checkbox]:checked::after {
  content: "";
  content: "";
  display: block;
  width: 15px;
  height: 10px;
  box-sizing: border-box;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  position: absolute;
  top: 36%;
  left: 10px;
  transform: rotate(-45deg) translateY(-50%);
}
@media (max-width: 768px) {
  .policy_check input[type=checkbox]:checked::after {
    left: 9px;
  }
}
.policy_check span {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 28px;
  padding-left: 7px;
}
.policy_check label {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 28px;
}
.policy_check a {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.28px;
  margin-top: 19px;
  position: relative;
  padding-left: 32px;
}
@media (max-width: 768px) {
  .policy_check a {
    padding-left: 29px;
  }
}
.policy_check a:before {
  content: "";
  background: url(../img/Icon-arrow.png) no-repeat;
  position: absolute;
  left: 9px;
  top: 1px;
  background-size: contain;
  width: 21px;
  height: 17px;
}
@media (max-width: 768px) {
  .policy_check a:before {
    left: 9px;
    top: 5px;
    background-size: contain;
    width: 17px;
    height: 12px;
  }
}

#formsubmit {
  display: block;
  width: 643px;
  margin: 0px auto;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  height: 90px;
  border-radius: 10px;
  background: #5A5A5A;
  text-align: center;
}
#formsubmit:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  #formsubmit {
    width: 100%;
  }
}
#formsubmit::after {
  content: none;
}

.back_btn {
  display: block;
  width: 643px;
  margin: 28px auto 0;
  color: #5A5A5A;
  font-size: 2rem;
  font-weight: 700;
  height: 90px;
  border-radius: 10px;
  background: #F2F2F2;
  text-align: center;
  padding: 28px 26px;
}
.back_btn:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .back_btn {
    width: 100%;
  }
}

.submit-txt {
  max-width: 634px;
  text-align: center;
  margin: 0px auto;
  padding: 86px 0 0;
  display: block;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 28px;
}
.submit-txt p {
  font-size: 1.6rem;
  text-align: left;
  margin: 50px auto 0;
  font-weight: 400;
}

#Links {
  background: #fff;
  padding: 100px 0 59px;
}
@media (max-width: 768px) {
  #Links {
    padding: 0 0 35px;
  }
}
#Links .container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0 40px;
}
@media (max-width: 768px) {
  #Links .container {
    flex-direction: column;
    padding: 0;
  }
}
#Links .link_box {
  width: 555px;
}
@media (max-width: 768px) {
  #Links .link_box {
    width: 100%;
  }
}
#Links h3 {
  background: #F6F6F9;
  position: relative;
  padding: 15px 18px;
}
@media (max-width: 768px) {
  #Links h3 {
    background: none;
    color: #000;
    font-size: 1.8rem;
    line-height: 28px;
    width: -moz-fit-content;
    width: fit-content;
    padding: 28px 0px 16px;
    margin-bottom: 0;
  }
}
#Links .link_contents {
  width: 100%;
  margin-bottom: 74px;
}
@media (max-width: 768px) {
  #Links .link_contents {
    padding: 0 20px 37px;
    margin-bottom: 0;
  }
  #Links .link_contents:nth-child(2n+1) {
    background: #F6F6F9;
  }
}
#Links .link_contents li {
  font-size: 1.6rem;
  line-height: 30px;
  text-decoration: underline;
  position: relative;
  padding-left: 20px;
  margin-bottom: 14px;
}
@media (max-width: 768px) {
  #Links .link_contents li:last-child {
    margin-bottom: 0;
  }
}
#Links .link_contents li:before {
  content: "";
  background: url(../img/link_arrow.png) no-repeat;
  background-size: 12px;
  height: 20px;
  padding-right: 12px;
  position: absolute;
  left: 0;
  top: 7px;
}
#Links .link_contents li a {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
#Links .link_contents li a:after {
  content: "";
  background: url(../img/Icon-another.png) no-repeat;
  background-size: 14px;
  padding-right: 14px;
  position: absolute;
  right: -20px;
  height: 18px;
  top: 7px;
}
@media (max-width: 768px) {
  #Links .link_contents li a:after {
    background-size: 15px;
    padding-right: 15px;
    position: absolute;
    right: -33px;
    height: 15px;
  }
}

#info {
  background: #fff;
  padding: 100px 0 59px;
}
@media (max-width: 768px) {
  #info {
    padding: 30px 0 60px;
  }
}
#info .container {
  max-width: 1140px;
}
#info h3 {
  line-height: 1.5;
}
@media (max-width: 768px) {
  #info h3 {
    display: block;
    margin-bottom: 48px;
    word-break: break-all;
  }
}
#info div {
  font-size: 1.8rem;
  margin-bottom: 16px;
}
#info p {
  font-size: 1.6rem;
  margin-bottom: 65px;
}
@media (max-width: 768px) {
  #info p {
    margin-bottom: 45px;
  }
}
#info li {
  margin-bottom: 28px;
  text-indent: -2.5rem;
  padding-left: 2.5rem;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  #info li {
    margin-bottom: 20px;
  }
}
#info a {
  text-decoration: underline;
  color: #478037;
}

.attention .atte-ttl {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 32px;
  color: #E24242;
  margin-bottom: 18px;
}
.attention .atte-txt {
  margin-bottom: 54px;
}
.attention .atte-txt p {
  margin-top: 17px;
}
.attention .atte-txt .date.sp h5 {
  color: #E24242;
  margin: 0;
  font-size: 1.4rem;
}

/*------------------------------周辺観光情報-----------------------------*/
.kankouarea h4 {
  margin: 0 0 44px;
}
@media (max-width: 768px) {
  .kankouarea h4 {
    margin: 0 0 23px;
    font-size: 2.4rem;
    color: #000;
    text-align: left;
  }
}
@media (min-width: 769px) {
  .kankouarea .article-main {
    margin: 34px 0 138px;
  }
}
@media (max-width: 768px) {
  .kankouarea .article-main {
    margin-bottom: 0;
  }
}
.kankouarea h5 {
  margin: 31px 0 24px;
}
@media (max-width: 768px) {
  .kankouarea h5 {
    font-size: 2.1rem;
    text-align: left;
    margin: 26px 0 23px;
    line-height: 26px;
  }
}

.syuuhen .photo {
  margin-bottom: 0;
}

@media (min-width: 769px) {
  .area_contents:not(:last-child) {
    margin-bottom: 74px;
  }
}
@media (max-width: 768px) {
  .area_contents {
    margin-bottom: 0;
    padding: 28px 0 54px;
  }
}
.area_contents h3 {
  background: #F6F6F9;
  padding: 15px 18px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .area_contents h3 {
    font-size: 1.8rem;
    background: none;
    padding: 0;
    margin-bottom: 16px;
    color: #000;
  }
}
.area_contents .event_btn {
  margin: 30px 0 0;
  width: 310px;
}
.area_contents .event_btn:after {
  background-size: 18px;
  padding-right: 18px;
  height: 18px;
}
@media (max-width: 768px) {
  .area_contents .event_btn {
    margin: 32px auto 0;
    text-align: left;
  }
}
.area_contents .flex {
  gap: 40px;
}
@media (max-width: 768px) {
  .area_contents .flex {
    gap: 0;
  }
}
.area_contents .flex p, .area_contents .flex .kankou-img {
  width: 47%;
}
@media (max-width: 768px) {
  .area_contents .flex p, .area_contents .flex .kankou-img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .area_contents .flex .event_btn {
    margin-bottom: 32px;
  }
}

@media (max-width: 768px) {
  .area_contents.wide {
    background: #F6F6F9;
    padding: 28px 20px 54px;
  }
}
#kankou_list_sp .selecter {
  background-position: 0px 20px;
}
#kankou_list_sp #changeSelect {
  margin-top: 20px;
}
#kankou_list_sp .photo {
  margin: 0 auto;
}
#kankou_list_sp .selecter {
  margin-bottom: 26px;
}
#kankou_list_sp .selecter:after {
  top: 33px;
}

@media (max-width: 768px) {
  #sightseeing {
    padding-bottom: 72px;
  }
}

#ImageMap {
  cursor: pointer;
}
/* ----------------------------uchii---tuika------------------------*/
/* --------------live camera ---------------*/
.live_camera .top_titile {
  margin-top: 0;
  margin-bottom: 12px;
  padding-bottom: 2rem;
  color: #3B3F44;
  line-height: 44px;
}
@media (max-width: 768px) {
  .live_camera .top_titile {
    margin: 27px 0 13px 0;
    padding: 0;
    line-height: 32px;
    font-size: 21px;
  }
}
.live_camera .live_area_rap {
  margin-top: inherit;
}
@media (max-width: 768px) {
  .live_camera .live_area_rap {
    margin-top: 40px;
  }
}
.live_camera .text-red {
  color: #E24242;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
@media (max-width: 768px) {
  .live_camera .text-red {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
    margin-bottom: 30px;
  }
}
.live_camera .box_map {
  overflow: hidden;
  background: url(../img/bg.png) no-repeat;
  padding: 40px 20px 20px 20px;
  margin: 60px 0 40px;
}
@media (max-width: 768px) {
  .live_camera .box_map {
    background: var(--Grey-tint, #F0F5F9);
    margin: 0 calc(50% - 50vw);
    padding: 20px calc(50vw - 50% + 8px);
    width: 100vw;
    padding-bottom: 0;
  }
}
.live_camera .box_map .title {
  color: #478037;
  font-size: 2.1rem;
  font-weight: 700;
  margin-bottom: 1.13rem;
}
@media (max-width: 768px) {
  .live_camera .box_map .title {
    color: #000;
    font-size: 21px;
    margin: 2rem 0 3rem 0;
  }
}
@media (max-width: 768px) {
  .live_camera .box_map .rap_img_live {
    overflow-x: scroll;
    /* width: 100%; */
    margin-right: -30px;
  }
}
.live_camera .box_map p {
  margin-bottom: 1.87rem;
}
.live_camera .box_map img {
  display: block;
}
@media (max-width: 768px) {
  .live_camera .box_map img {
    max-width: 700px;
  }
}
.live_camera .box_map img.img_live_02 {
  max-width: 350px;
  margin-top: 18px;
}
@media (max-width: 768px) {
  .live_camera .box_map img.img_live_02 {
    max-width: 250px;
  }
}
.live_camera .area_titile {
  color: #478037;
  font-size: 2.1rem;
  font-weight: 700;
  margin-bottom: 2.8rem;
  text-align: left;
}
@media (max-width: 768px) {
  .live_camera .area_titile {
    color: #000000;
  }
}
@media (max-width: 768px) {
  .live_camera .area_titile {
    text-align: center;
  }
}
.live_camera .img_map {
  text-align: center;
}
.live_camera .img_map img {
  width: 100%;
}
.live_camera .img_map img.li01 {
  max-width: 464px;
}
.live_camera .img_map img.li02 {
  max-width: 464px;
}
.live_camera .img_map img.li03 {
  max-width: 100%;
}
.live_camera .img_map img.li04 {
  max-width: 100%;
}
.live_camera .img_map img.li05 {
  max-width: 100%;
}
.live_camera .img_map img.li06 {
  max-width: 464px;
}
.live_camera .img_map img.li07 {
  max-width: 350px;
}

.gray_area {
  background: var(--BG-Gray, #F6F6F9);
  padding: 20px 20px;
  margin: 0 0 106px 0;
}
@media (max-width: 768px) {
  .gray_area {
    background: none;
    padding: 0;
  }
}
.gray_area.btn_area {
  text-align: center;
  padding: 72px 0;
}

.area_sub-titile {
  font-size: 21px;
  font-weight: 700;
  margin: 20px 0;
  color: #3B3F44;
}
@media (max-width: 768px) {
  .area_sub-titile {
    font-size: 16px;
  }
}
.area_sub-titile span {
  display: inline-block;
  color: var(--Neutral-White, #FFF);
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  width: 50px;
  height: 50px;
  background: #31A5A2;
  border-radius: 100px;
  text-align: center;
  margin-right: 12px;
  font-family: noto sans jp;
}
@media (max-width: 768px) {
  .area_sub-titile span {
    line-height: 35px;
    width: 35px;
    height: 35px;
    font-size: 18px;
  }
}

.youtube {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  margin-bottom: 40px;
}
.youtube:last-child {
  margin-bottom: 0px;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none; /* 境界線の打ち消し */
  pointer-events: auto !important;
}

.live_btn {
  margin: 20px 0 20px;
  border-radius: 30px;
  border: 2px solid #5A5A5A;
  width: 310px;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 16px 26px;
  position: relative;
  display: inline-block;
  background: white;
  text-align: left;
}
.live_btn:after {
  content: "";
  background: url(../img/Icon-another.png) no-repeat;
  background-size: 16px;
  padding-right: 16px;
  position: absolute;
  right: 18px;
  height: 16px;
  top: 19px;
}

.google_map {
  max-width: 100%;
}
.google_map .map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; 
}
.google_map .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: auto !important;
}
.live_camera .img_map .map-wrap .map{
  max-width: 100%;
}
/* --------------info ---------------*/
.koutu_rap .container {
  padding-top: 50px !important;
}
@media (max-width: 768px) {
  .koutu_rap .container {
    padding-top: 0px !important;
  }
}
.koutu_rap .article-main {
  margin: 40px 0 158px;
}
@media (max-width: 768px) {
  .koutu_rap .article-main {
    margin: 0 0 46px;
  }
}

.tabi .container {
  padding-top: 50px !important;
}
@media (max-width: 768px) {
  .tabi .container {
    padding-top: 0px !important;
  }
}

.gray_2n .n_rap {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 768px) {
  .gray_2n .n_rap {
    padding: 20px 0;
    gap: 15px;
  }
}
.gray_2n .n_rap .titile_green {
  color: var(--Primary-Base, #478037);
  font-family: Noto Sans JP;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
@media (max-width: 768px) {
  .gray_2n .n_rap .titile_green {
    font-size: 16px;
  }
}
.gray_2n .n_rap li {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  list-style: disc;
  margin-left: 2.5rem;
  margin-bottom: 0.5rem;
  color: #000;
}
@media (max-width: 768px) {
  .gray_2n .n_rap li {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; /* 157.143% */
    letter-spacing: 0.28px;
  }
}
.gray_2n .n_rap li a {
  display: inline-block;
  text-decoration: underline;
}
.gray_2n .n_rap:nth-child(2n+1) {
  background: var(--BG-Gray, #F6F6F9);
}
@media (max-width: 768px) {
  .gray_2n .n_rap:nth-child(2n+1) {
    margin: 0 calc(50% - 50vw);
    padding: 20px calc(50vw - 50% + 0px);
    width: 100vw;
  }
}

.text-link {
  color: #000;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 84px 0;
}
.text-link a {
  display: inline;
  text-decoration-line: underline;
}

.koutu_gray_2n .n_rap {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 768px) {
  .koutu_gray_2n .n_rap {
    margin: 0 calc(50% - 50vw);
    padding: 20px calc(50vw - 50% + 0px);
    width: 100vw;
    gap: 14px;
  }
}
.koutu_gray_2n .n_rap .titile_green {
  color: #478037;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
@media (max-width: 768px) {
  .koutu_gray_2n .n_rap .titile_green {
    font-size: 18px;
    color: #000;
  }
}
.koutu_gray_2n .n_rap li {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  list-style: disc;
  margin-left: 2.5rem;
}
.koutu_gray_2n .n_rap:nth-child(2n+1) {
  background: var(--BG-Gray, #F6F6F9);
}
.koutu_gray_2n .situation {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  color: #000;
}
@media (max-width: 768px) {
  .koutu_gray_2n .situation {
    font-size: 14px;
  }
}
.koutu_gray_2n .red_small {
  color: #E24242;
  margin-top: 10px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
@media (max-width: 768px) {
  .koutu_gray_2n .red_small {
    margin-top: 5px;
  }
}
  /* TN変更箇所 新規追加*/
  .koutu_gray_2n .comment {
    margin-top: 10px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
  }
  @media (max-width: 768px) {
    .koutu_gray_2n .comment {
      margin-top: 5px;
    }
  }
  

.red-titile {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 155.556% */
  color: #E24242;
  margin-bottom: 27px;
}
@media (max-width: 768px) {
  .red-titile {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
  }
}

.idou .article-main {
  margin: 0 0 0px;
}
@media (max-width: 768px) {
  .idou .info_article_rap {
    margin-top: 0px;
  }
  .idou .info_article_rap .flex {
    flex-direction: column;
  }
}
.idou .container {
  padding-top: 50px !important;
}
@media (max-width: 768px) {
  .idou .container {
    padding-top: 0px !important;
    padding: 0;
  }
}
.idou .info_article_rap .btn .under_line {
  text-decoration-line: underline;
}
@media (max-width: 768px) {
  .idou .info_article_rap .btn {
    text-align: center;
  }
}
.idou .info_article_rap .btn .live_btn {
  color: #5A5A5A;
  margin: 0;
}
.idou .info_article_rap .idou-rap {
  padding: 74px 0 0 0;
}
.idou .info_article_rap .idou-rap:nth-of-type(2) p {
  margin-bottom: 36px;
}
.idou .info_article_rap .idou-rap:first-child {
  padding: 50px 0 0 0;
}
.idou .info_article_rap .idou-rap:last-child {
  margin-bottom: 131px;
  padding-bottom: 74px;
}
@media (max-width: 768px) {
  .idou .info_article_rap .idou-rap:last-child {
    margin-bottom: 0px;
  }
}
@media (max-width: 768px) {
  .idou .info_article_rap .idou-rap {
    padding: 28px 20px 37px 20px;
  }
  .idou .info_article_rap .idou-rap:nth-child(2n+1) {
    background: #f6f6f9;
  }
  .idou .info_article_rap .idou-rap:first-child {
    padding: 28px 20px 55px 20px;
  }
  .idou .info_article_rap .idou-rap p:nth-of-type(1) {
    margin-bottom: 20px;
  }
}
.idou .info_article_rap .idou-rap p {
  color: #000;
}

.info_article_rap .titile_style_green-text {
  color: #478037;
  font-family: Noto Sans JP;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  background: #F6F6F9;
  padding: 15px 18px;
  margin: 0 0 24px 0;
}
@media (max-width: 768px) {
  .info_article_rap .titile_style_green-text {
    font-size: 21px;
    padding: 0;
    margin: 0 0 22px 0;
    background: none;
    color: #000000;
  }
}
.info_article_rap .titile_style_green-text.first {
  margin: 0rem 0 24px 0;
}
@media (max-width: 768px) {
  .info_article_rap .titile_style_green-text.first {
    margin: 0rem 0 27px 0;
  }
}
.info_article_rap .text_area {
  width: 47%;
}
@media (max-width: 768px) {
  .info_article_rap .text_area {
    width: 100%;
    order: 2;
  }
}
.info_article_rap .img_area {
  width: 47%;
}
@media (max-width: 768px) {
  .info_article_rap .img_area {
    width: 100%;
    order: 1;
    margin-bottom: 15px;
    display: inherit;
  }
}
.info_article_rap p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.info_article_rap .text_area-red {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-top: 1rem;
  margin-bottom: 36px;
  color: #E24242;
}
@media (max-width: 768px) {
  .info_article_rap .text_area-red {
    margin-bottom: 36px;
  }
}

.youkoso .info_article_rap p {
  color: #000;
}
.youkoso .info_article_rap {
  margin: 0 0 60px 0;
}
@media (max-width: 768px) {
  .youkoso .info_article_rap {
    margin: 0 0 0px 0;
    padding: 32px 20px;
  }
}
@media (max-width: 768px) {
  .youkoso .article-main {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .youkoso .article-main .info_article_rap:nth-child(2n) {
    background: var(--BG-Gray, #F6F6F9);
  }
}
@media (max-width: 768px) {
  .youkoso .container {
    padding: 0;
  }
  .youkoso .titile_style_green-text {
    font-size: 18px;
  }
}
.youkoso .top_titile {
  margin: 0;
  margin-bottom: 44px;
  color: #000;
  font-size: 36px;
}
@media (max-width: 768px) {
  .youkoso .top_titile {
    padding: 0 20px;
    font-size: 24px;
    margin-bottom: 23px;
  }
}
.youkoso .titile-midashi {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 2rem;
  color: #000;
}
@media (max-width: 768px) {
  .youkoso .titile-midashi {
    margin-top: 2rem;
  }
}
.youkoso .mb {
  margin-bottom: 4rem;
}

.info-nav_rap {
  margin: 0px auto 0 auto;
  max-width: 1100px;
  padding-top: 48px;
  padding-bottom: 24px;
}
@media (max-width: 768px) {
  .info-nav_rap {
    padding: 20px 20px 26px 20px;
    position: relative;
  }
}
.info-nav_rap .info-menu-btn {
  background: url(../img/bg.png) no-repeat;
  background-repeat: no-repeat;
  background-size: 100%;
  color: #478037;
  width: 100%;
  border-radius: 10px;
  border: none;
  font-size: 1.6rem;
  font-weight: 700;
  display: inline-block;
  padding: 2rem;
  cursor: pointer;
  margin: 0;
  box-sizing: border-box;
  position: relative;
}
.info-nav_rap .info-menu-btn::after {
  content: "";
  position: absolute;
  background: url(../img/Icon-arrow3.png) #478037 no-repeat;
  transform: rotate(90deg);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  padding: 0px;
  top: 14px;
  right: 18px;
  background-position: 54%;
  background-size: 7px;
}
@media (max-width: 768px) {
  .info-nav_rap .nav_rap {
    margin: 10px;
    position: absolute;
    left: 0;
    right: 0;
    top: 120px;
    margin: 0 20px 0 20px;
    z-index: 999;
  }
}
.info-nav_rap .col_4 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .info-nav_rap .col_4 {
    border-radius: 10px;
    border: 3px solid #478037;
    background: #F6F6F6;
    top: 130px;
    color: #333;
    padding: 31px 10px 19px 10px;
    overflow: hidden;
    z-index: 2;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: none;
    padding: 31px 18px 19px 18px;
  }
}
.info-nav_rap .col_4 li.current {
  background: url(../img/bg.png);
  color: var(--Primary-Base, #478037);
}
@media (max-width: 768px) {
  .info-nav_rap .col_4 li.current {
    background: inherit;
  }
}
.info-nav_rap .col_4 li a {
  padding: 15px 20px;
  line-height: normal;
}
@media (max-width: 768px) {
  .info-nav_rap .col_4 li a {
    padding: 14px 5px;
  }
}
.info-nav_rap .col_4 > li {
  width: calc(25% - 2px);
  margin-right: 2px;
  margin-bottom: 2px;
  background: var(--BG-Gray, #F6F6F9);
  position: relative;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 175% */
  color: var(--Black-Base, #3B3F44);
}
@media (max-width: 768px) {
  .info-nav_rap .col_4 > li {
    width: 100%;
    border-bottom: 2px solid #ebebeb;
  }
}
.info-nav_rap .col_4 > li:nth-child(4n) {
  margin-right: auto;
}
.info-nav_rap .col_4 > li:after {
  content: "";
  position: absolute;
  top: 24px;
  right: 20px;
  padding-right: 5px;
  color: #868686;
  border-right: 2px solid #868686;
  border-top: 2px solid #868686;
  width: 2px;
  height: 7px;
  transform: rotateZ(45deg);
}
@media (max-width: 768px) {
  .info-nav_rap .col_4 > li:after {
    top: 22px;
    right: 8px;
  }
}

footer {
  background: #478037;
  color: #fff;
  font-size: 1.4rem;
}

.footer-top {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.6fr 0.3fr;
  justify-content: space-between;
  padding: 43px 0;
}
@media (max-width: 768px) {
  .footer-top {
    padding: 44px 0 37px;
    display: flex;
    flex-direction: column-reverse;
  }
}
.footer-top p {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 14px;
}
@media (max-width: 768px) {
  .footer-top > div {
    padding-top: 37px;
  }
}
.footer-top > div ul li {
  font-size: 1.4rem;
}
.footer-top > div ul li:first-child {
  margin-bottom: 24px;
}
.footer-top > div ul li:nth-child(2) {
  margin-bottom: 14px;
}
@media (max-width: 768px) {
  .footer-top > div ul li:nth-child(2) a {
    display: inline;
  }
}
.footer-top > div ul li:nth-child(3) {
  margin-bottom: 26px;
}
.footer-top > div ul li:nth-child(4) {
  margin-bottom: 26px;
  font-size: 1.2rem;
}
.footer-top .link li {
  background: #619951;
  padding: 20px;
  margin-bottom: 6px;
  position: relative;
}
.footer-top .link li:after {
  content: "";
  position: absolute;
  top: 25px;
  right: 14px;
  padding-right: 5px;
  color: #fff;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  width: 2px;
  height: 7px;
  transform: rotateZ(45deg);
}

.foot_btn {
  width: 362px;
}
.foot_btn li:nth-child(2) {
  margin: 10px 0 37px;
  font-size: 1.4rem;
}
.foot_btn li:nth-child(2) a {
  display: inline;
  pointer-events: none;
}
.foot_btn li:nth-child(2) a:hover {
  opacity: initial;
}

.footer-bottom {
  padding: 43px 20px 40px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .footer-bottom {
    padding: 37px 0px 0;
  }
}
.footer-bottom ul {
  display: flex;
  gap: 0 2px;
  justify-content: space-between;
  box-sizing: border-box;
  align-items: center;
  flex-wrap: nowrap;
}
@media screen and (max-width: 1200px) {
  .footer-bottom ul {
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: center;
    gap: 0;
  }
}
.footer-bottom ul li {
  background: #619951;
  padding: 10px 10px;
  width: 170px;
  position: relative;
}
.footer-bottom ul li:last-child {
  background: #619951;
  padding: 10px 10px;
  width: 210px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .footer-bottom ul li {
    padding: 15px 10px 15px 22px;
    width: 50%;
    font-size: 12px;
  }
  .footer-bottom ul li:last-child {
    padding: 15px 10px 15px 22px;
    width: 50%;
    font-size: 12px;
  }
}
.footer-bottom ul li:after {
  content: "";
  position: absolute;
  top: 16px;
  right: 14px;
  padding-right: 5px;
  color: #fff;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  width: 2px;
  height: 7px;
  transform: rotateZ(45deg);
}
@media (max-width: 768px) {
  .footer-bottom ul li:after {
    top: 19px;
    right: 23px;
  }
}

.copy {
  color: #979A9D;
}

@media (max-width: 768px) {
  main.tag #theme-detail {
    padding: 30px 0 114px;
  }
}

@media (min-width: 769px) {
  .bnr {
    display: flex;
  }
}

.header-sp img {
  width: 104px;
}
.header-sp .lang_01, .header-sp .lang_02 {
  position: absolute;
  right: 103px;
  top: 22px;
  padding: 7px 10px;
  font-weight: 700;
  font-size: 12px;
}
.header-sp .lang_01 {
  background: #F3E1C5;
}
.header-sp .lang_02 {
  background: #fff;
  width: 101px;
}

#nav-toggle {
  position: fixed;
  position: sticky;
  top: 8px;
  right: 14px;
  cursor: pointer;
  z-index: 1000;
  background: #fff;
  border-radius: 50%;
  height: 60px;
  width: 60px;
}

#nav-toggle.open {
  position: fixed;
  top: 8px;
  right: 14px;
}

#nav-toggle > div {
  position: relative;
  width: 45px;
}

@media screen and (min-width: 768px) {
  #nav-drawer {
    display: none;
  }
}
#nav-toggle span {
  width: 100%;
  border-radius: 5px;
  height: 1px;
  left: 7px;
  display: block;
  background: #959595;
  position: absolute;
  transition: transform 0.6s ease-in-out, top 0.5s ease;
}

#nav-toggle span:nth-child(1) {
  top: 20px;
}

#nav-toggle span:nth-child(2) {
  top: 29px;
}

#nav-toggle span:nth-child(3) {
  top: 37px;
}

#nav-toggle.open span {
  background: #959595;
}

#nav-toggle.open span:nth-child(1) {
  top: 29px;
  transform: rotate(15deg);
}

#nav-toggle.open span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}

#nav-toggle.open span:nth-child(3) {
  top: 29px;
  transform: rotate(-15deg);
}

#gloval-nav {
  background: url(../img/bg.png);
  background-size: 100%;
  color: #333;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0;
  z-index: 990;
  text-align: center;
  display: flex;
  visibility: hidden;
  opacity: 0;
  font-size: 18px;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  text-align: center;
  padding: 14px 20px 30px 20px;
  height: -moz-fit-content;
  height: fit-content;
  overflow-y: scroll;
  width: 100%;
  height: 100vh;
}
#gloval-nav nav {
  width: 100%;
  padding-top: 106px;
}
#gloval-nav nav p {
  text-align: left;
  font-weight: 700;
  margin-bottom: 12px;
  font-size: 1.4rem;
}
#gloval-nav .menu_list {
  display: grid;
  flex-wrap: wrap;
  align-items: start;
  justify-content: space-between;
  gap: 4px;
  grid-template-columns: 1fr 1fr;
}
#gloval-nav .menu_list li {
  text-align: left;
  background: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  position: relative;
}
#gloval-nav .menu_list li:first-child {
  border-radius: 30px 0 0 0;
}
#gloval-nav .menu_list li:nth-child(2) {
  border-radius: 0 30px 0 0;
}
#gloval-nav .menu_list li:nth-child(3) {
  border-radius: 0 0 0 0;
}
#gloval-nav .menu_list li:nth-child(4) {
  border-radius: 0 0 0 0px;
}
#gloval-nav .menu_list li:nth-child(4) a {
  padding: 8px 12px;
}
#gloval-nav .menu_list li:nth-child(5) {
  border-radius: 0 0 0 30px;
}
#gloval-nav .menu_list li:nth-child(6) {
  border-radius: 0 0 30px 0;
}

#gloval-nav .menu_list li:after {
  content: "";
  background: url(../img/Icon-arrow.png) no-repeat;
  background-size: 7px;
  height: 14px;
  padding-right: 7px;
  position: absolute;
  top: 44%;
  right: 7%;
}
#gloval-nav .menu_list li a {
  padding: 20px 12px;
}
#gloval-nav .menu_list li span {
  font-size: 1.1rem;
  display: block;
  color: #868686;
}
#gloval-nav .sns {
  border-bottom: 1px solid #6E4807;
  padding-bottom: 32px;
}
#gloval-nav .sns p {
  text-align: center;
  padding: 23px 0 20px;
}
#gloval-nav .sns ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 0;
}
#gloval-nav .sns li {
  width: 40px;
}
#gloval-nav .nav_bottom {
  padding: 44px 0 64px;
}
#gloval-nav .nav_bottom li {
  text-align: left;
  font-weight: 700;
  font-size: 1.4rem;
  border-top: 1px solid #D9D9D9;
  position: relative;
}
#gloval-nav .nav_bottom li:after {
  content: "";
  background: url(../img/Icon-arrow.png) no-repeat;
  background-size: 7px;
  height: 14px;
  padding-right: 7px;
  position: absolute;
  top: 44%;
  right: 1%;
}
#gloval-nav .nav_bottom li:last-child {
  border-bottom: 1px solid #D9D9D9;
}
#gloval-nav .nav_bottom li a {
  padding: 14px 0;
}

.menu_list2 {
  padding-top: 40px;
}
.menu_list2 ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 20px;
  text-align: left;
  align-items: center;
}
.menu_list2 ul li {
  position: relative;
  border-radius: 8px;
  background: #fff;
  padding: 4px 12px;
  font-weight: 700;
  font-size: 1.4rem;
  height: 53px;
  display: flex;
  align-items: center;
}
.menu_list2 ul li:after {
  content: "";
  background: url(../img/Icon-arrow.png) no-repeat;
  background-size: 7px;
  height: 14px;
  padding-right: 7px;
  position: absolute;
  top: 44%;
  right: 7%;
}
.menu_list2 ul li:last-child:after {
  content: "";
  background: url(../img/Icon-another.png) no-repeat;
  background-size: 12px;
  padding-right: 12px;
  position: absolute;
  right: 9px;
  transform: translateY(-3px);
}

#gloval-nav::-webkit-scrollbar {
  display: none;
}

.lang-menu-top {
  position: absolute;
  width: 103px;
  right: 103px;
  top: 69px;
  background: #fff;
  overflow: hidden;
  display: none;
  border: 1px solid #FDF5E9;
  z-index: 999;
}
.lang-menu-top ul {
  flex-direction: column;
}
.lang-menu-top ul li {
  display: block;
  margin-bottom: 5px;
  width: 100%;
  border-bottom: 1px solid #FDF5E9;
  font-size: 1.2rem;
}
.lang-menu-top ul li:last-child {
  border-bottom: none;
}

.lang-menu01, .lang-menu02 {
  position: absolute;
  width: 82px;
  right: 88px;
  top: 69px;
  background: #F3E1C5;
  overflow: hidden;
  display: none;
  border: 1px solid #FDF5E9;
}
.lang-menu01 li, .lang-menu02 li {
  display: block;
  margin-bottom: 5px;
  width: 100%;
  border-bottom: 1px solid #FDF5E9;
  font-size: 1.2rem;
  text-align: center;
}
.lang-menu01 li:last-child, .lang-menu02 li:last-child {
  border-bottom: none;
}

.lang-menu02 {
  background: #FDF5E9;
  border: 1px solid #F3E1C5;
}
.lang-menu02 li {
  border-bottom: 1px solid #F3E1C5;
}
  /* TN変更箇所 草津のなりたち関連 */
.blue-txt {
    color: #3D85A7;
}
.d-red-txt {
    color: #B72D2D;
}


  /* TN変更箇所 */

/* open */
#gloval-nav.open {
  visibility: visible;
  opacity: 1;
}

.talkappi-chat-menu button:after {
  content: none;
}/*# sourceMappingURL=style.css.map */