@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700;900&display=swap");
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #231815;
  background-color: #fff;
  font-feature-settings: "palt";
}

img {
  border: 0;
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  height: auto;
  flex-shrink: 0;
}

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  word-break: normal;
  word-wrap: break-word;
  line-height: 1;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5 {
  font-size: 1em;
  font-weight: normal;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  padding: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

* {
  -webkit-box-sizing: border-box;
  moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a:link,
a:hover,
a:active,
a:visited {
  color: inherit;
  text-decoration: none;
  transition: all 0.2s;
  border: none;
  outline: none;
}

a:hover {
  opacity: 0.5;
}

picture {
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
  display: block;
}

@media screen and (min-width: 781px) {
  body {
    font-size: 16px;
  }
  .sp {
    display: none !important;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  .c-s {
    padding-left: 9.5vw !important;
    padding-right: 9.5vw !important;
  }
  .c-s > .wrapper {
    max-width: 1100px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 780px) {
  body {
    font-size: 14px;
    text-size-adjust: 100%;
    min-width: 320px;
  }
  .pc {
    display: none !important;
  }
  .c-s {
    padding-left: 5.3vw !important;
    padding-right: 5.3vw !important;
  }
}
/* navigation
----------------------------------------------------------------------------------------------- */
#sp-menuBtn {
  position: fixed;
  background: url(../img/icon_menu.svg) no-repeat;
  background-size: cover;
  z-index: 1000;
  cursor: pointer;
  transition: all 0.2s;
  filter: drop-shadow(0px 0px 10px rgba(79,168,140,0.5));
}

#sp-menuBtn:hover {
  opacity: 0.5;
}

nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  background: url("../img/img_menu_bg.jpg") no-repeat;
  z-index: 100;
  letter-spacing: 0.1em;
  overflow: auto;
}

nav ul {
  background: #fff;
  border: solid 2px #302620;
  border-radius: 15px;
}

nav ul li {
  background: url("../img/img_line.svg") repeat-x bottom;
}

nav ul li:last-of-type {
  background: none;
}

nav ul li a {
  display: block;
  background: url("../img/icon_arrow_pk.svg") center right/25px no-repeat;
  font-weight: 900;
}

@media screen and (min-width: 781px) {
  #sp-menuBtn {
    top: 23px;
    right: 32px;
    width: 95px;
    height: 95px;
  }
  nav ul {
    width: 525px;
    margin-top: 2.7vw;
    padding: 0 35px;
  }
  nav ul li a {
    padding: 30px 5px;
    font-size: 1.6em;
    background-position: center right 10px;
  }
  a#start-btn_pc {
    width: 380px;
    height: 128px;
    position: fixed;
    bottom: 1vw;
    right: 1vw;
    z-index: 1000;
  }
  a#start-btn_pc img {
    filter: drop-shadow(0px 0px 10px rgba(79,168,140,0.5));
  }
}
@media screen and (max-width: 780px) {
  #sp-menuBtn {
    top: 4vw;
    right: 4vw;
    width: 54px;
    height: 54px;
  }
  nav ul {
    width: 88vw;
    margin-top: calc(54px + 8vw);
    padding: 0 6.6vw;
  }
  nav ul li a {
    padding: 5vw 0;
    font-size: 1.1em;
    background-position: center right 3px;
    background-size: 20px 20px;
  }
  a#start-btn_sp {
    width: fit-content;
    max-width: 90%;
    margin: 40px auto 20px;
    z-index: 1000;
  }
  a#start-btn_sp img {
    width: 100%;
    max-width: 450px;
  }
}
@media screen and (max-width: 450px) {
  a#start-btn_sp img {
    max-width: 270px;
  }
}
.open #sp-menuBtn {
  background: url("../img/icon_menu_close.svg") no-repeat;
  background-size: cover;
}

.open nav {
  transition: all 0.5s;
  visibility: visible;
  opacity: 1;
}

/* footer
----------------------------------------------------------------------------------------------- */
footer address {
  font-style: normal;
  font-size: 0.95em;
  text-align: center;
  line-height: 1.8em;
}

footer address strong {
  display: block;
  padding-bottom: 1em;
  font-size: 1.3em;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 781px) {
  footer {
    padding: 100px 0 80px 0;
    background-image: url("../img/img_bg-mask_btm.svg"), url("../img/img_dot-bg.svg");
    background-repeat: repeat-x, repeat;
    background-position: top center, center;
  }
}
@media screen and (max-width: 780px) {
  footer {
    padding: 0 0 15vw 0;
    background-image: url("../img/img_bg-mask_btm_sp.svg"), url("../img/img_stripe-bg.svg");
    background-repeat: no-repeat, repeat;
    background-position: top center, center;
    background-size: 100%, auto;
  }
  #start-btn-btm_sp {
    display: block;
    position: relative;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
  }
  footer address {
    padding-top: 3vw;
  }
}
/* main
----------------------------------------------------------------------------------------------- */
h1 {
  padding-top: 40px;
  background-color: #a0d5ce;
  text-align: center;
}
@media (max-width: 1024px) {
  h1 {
    padding-top: 20px;
  }
}

a.linkBtn {
  display: inline-block;
  padding: 1em 2em 1em 3.5em;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-radius: 999px;
  box-shadow: 0px 0px 10px 0px rgba(76,219,174,0.5);
  background: #7bc7ae;
}

a.linkBtn::after {
  content: "";
  display: inline-block;
  vertical-align: text-bottom;
  margin-left: 1em;
  background: url("../img/icon_arrow_wh.svg") no-repeat;
  background-size: cover;
}

@media screen and (min-width: 781px) {
  a.linkBtn {
    font-size: 1.25em;
  }
  a.linkBtn::after {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 780px) {
  a.linkBtn {
    font-size: 1.14em;
  }
  a.linkBtn::after {
    width: 22px;
    height: 22px;
  }
  .linkBtnArea {
    text-align: center;
  }
}
/* NEWS */
#news {
  background: #e2f2f0;
}

#news ul li {
  padding: 1.75em 0 2em 0;
  background: url("../img/img_line.svg") repeat-x bottom;
}

#news ul li:first-of-type {
  padding-top: 0;
}

#news ul li span {
  color: #50af91;
  font-weight: 900;
  letter-spacing: 0;
}

#news ul li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 700;
}

@media screen and (min-width: 781px) {
  #news {
    padding: 150px 0;
  }
  #news .wrapper {
    display: flex;
    position: relative;
  }
  #news h2 {
    flex: none;
    width: 250px;
  }
  #news ul {
    padding-left: 7.3vw;
    width: calc(100% - 250px);
    min-height: 200px;
  }
  #news ul li {
    display: flex;
  }
  #news ul li span {
    width: 6em;
    font-size: 1.18em;
  }
  #news ul li a {
    width: calc(100% - 6em);
    margin-left: 2.5em;
    font-size: 1.12em;
  }
  #news a.linkBtn {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media screen and (max-width: 1100px) and (min-width: 781px) {
  #news {
    padding: 8vw 0;
  }
  #news ul li {
    flex-wrap: wrap;
  }
  #news ul li span {
    width: 100%;
  }
  #news ul li a {
    width: 100%;
    margin-left: 0;
    margin-top: 0.75em;
  }
}
@media screen and (max-width: 780px) {
  #news h2 {
    padding: 15vw 0;
    text-align: center;
    margin-left: -5vw;
  }
  #news h2 img {
    width: auto;
    height: 15vw;
    max-height: 100%;
  }
  #news ul li span {
    font-size: 1.07em;
  }
  #news ul li a {
    display: block;
    width: 100%;
    margin-top: 0.75em;
  }
  #news .linkBtnArea {
    padding: 10vw 0 15vw 0;
  }
}
/* 巡って学ぶ、長岡の魅力！クイズを解いて巡って、豪華賞品をゲットしよう！ */
#outline .wrapper {
  position: relative;
}
#outline h2 {
  font-size: 0;
  position: absolute;
  top: -110px;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  text-align: center;
  z-index: 2;
}
#outline h2 img {
  max-width: 100%;
  height: auto;
}

#outline h2 .free {
  position: absolute;
  right: -7%;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 780px) {
  #outline h2 .free {
    width: 18%;
    right: 0;
    top: 1%;
    bottom: auto;
  }
}

#outline section {
  background: #fff;
  border-radius: 10px;
  position: relative;
}
#outline section::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border-radius: 12px;
  pointer-events: none;
  border: 4px dotted #a0d5ce;
}
#outline section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 15%;
  right: 8%;
  height: 20px;
  background: #fff;
  pointer-events: none;
  z-index: 1;
}

#outline ul li {
  padding: 1.25em 0 1.5em 0;
  background: url("../img/img_line.svg") repeat-x bottom;
}

#outline ul li:first-of-type {
  padding-top: 0;
}

#outline .text ul li h3 {
  border-radius: 999px;
  background: #e4f4f6;
  font-weight: 700;
}

#outline .text ul li p {
  line-height: 1.6em;
}

#outline .text ul li p a {
  color: #e5307d;
  text-decoration: underline;
}

#outline .text .smart {
  margin-top: 25px;
}

@media screen and (min-width: 781px) {
  #outline {
    padding: 200px 0 100px 0;
    background-image: url("../img/img_outline_bg-left.png"), url("../img/img_outline_bg-right.png"), url("../img/img_outline_bg.jpg");
    background-color: #b9dfd3;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left top, right top, center top;
    background-size: auto 100%, auto 100%, cover;
  }
  #outline section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 100px 90px 70px 90px;
  }
  #outline p.lead {
    flex: none;
    width: 100%;
    font-size: 1.06em;
    text-align: center;
    line-height: 1.8em;
    padding-top: 0.5em;
    padding-bottom: 45px;
  }
  #outline .map {
    width: 43%;
    margin-right: -3%;
    max-width: 389px;
  }
  #outline .text {
    width: 56.5%;
  }
  #outline .text ul li {
    display: flex;
    align-items: flex-start;
  }
  #outline .text ul li h3 {
    flex: none;
    margin-right: 1.5em;
    padding: 0.5em 2em 0.75em 2em;
  }
  #outline .text ul li p {
    padding-top: 0.25em;
  }
  #outline .linkBtnArea {
    display: flex;
    justify-content: center;
    gap: 0 2vw;
    padding-top: 50px;
    margin: auto;
  }
}

@media screen and (max-width: 1100px) and (min-width: 781px) {
  #outline {
    padding: 18vw 0 6vw 0;
  }
  #outline section {
    display: block;
    padding: 7vw 5vw 60px 3vw;
  }
  #outline p.lead {
    padding: 0 1em 20px 1em;
  }
  #outline .map {
    width: 60%;
    margin: 50px auto 0 auto;
  }
  #outline .text {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
  }
  #outline .text ul li {
    flex-wrap: wrap;
  }
  #outline .text ul li p {
    margin-top: 0.5em;
    width: 100%;
  }
  #outline .linkBtnArea {
    text-align: center;
  }
}
@media screen and (max-width: 780px) {
  #outline {
    padding: 19vw 0 18vw 0;
    background-image: url("../img/img_outline_bg-left_sp.png"), url("../img/img_outline_bg-right_sp.png"), url("../img/img_outline_bg.jpg");
    background-color: #b9dfd3;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left top, right top, center top;
    background-size: auto 100%, auto 100%, cover;
  }
  #outline section {
    padding: 18vw 7vw 13vw 7vw;
    background-image: url("../img/img_outline_frame_sp.png");
  }
  #outline h2 {
    width: 100%;
    top: -10vw;
  }
  #outline h2 img:first-of-type {
    width: 90%;
  }
  #outline p.lead {
    padding-bottom: 2em;
    line-height: 1.8em;
    text-align: justify;
  }
  #outline p.lead br {
    display: none;
  }
  #outline .map {
    padding: 3vw 0;
  }
  #outline .text ul li h3 {
    display: inline-block;
    padding: 0.5em 1.5em 0.75em 1.5em;
  }
  #outline .text ul li p {
    padding-top: 0.75em;
  }
  #outline .linkBtnArea {
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-content: center;
    flex-direction: column;
    gap: 3vw;
  }
}
/* HOW TO PLAY */
#howto {
  background: #e4f4f6;
  text-align: center;
}

#howto .at {
  display: flex;
  align-items: flex-start;
  padding: 1.5em 2em;
  background: #a0d5ce;
  border-radius: 15px;
}

#howto .at p {
  line-height: 1.6em;
  font-weight: 700;
}

#howto .at p a {
  text-decoration: underline;
}

#howto .at::before {
  content: "";
  flex: none;
  background: url("../img/icon_at.svg");
  background-size: cover;
}

@media screen and (min-width: 781px) {
  #howto h2 {
    padding: 70px 0;
  }
  #howto .at {
    justify-content: center;
    margin-top: 80px;
  }
  #howto .at p {
    font-size: 1.25em;
  }
  #howto .at p a {
    margin: 0 0.75em;
  }
  #howto .at::before {
    width: 32px;
    height: 32px;
    margin-right: 1em;
  }
}
@media screen and (max-width: 780px) {
  #howto h2 {
    padding: 2vw 0 10vw 0;
  }
  #howto .scroll {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
  }
  #howto .scroll img {
    max-width: 1022px;
    max-height: 540px;
    margin-bottom: 3vw;
  }
  #howto .at {
    margin-top: 8vw;
  }
  #howto .at p {
    text-align: justify;
  }
  #howto .at p a {
    margin: 0 0.5em;
  }
  #howto .at::before {
    width: 22px;
    height: 22px;
    margin-right: 0.5em;
  }
}
/* SPOT */
#spot {
  text-align: center;
  padding-top: 110px;
  padding-bottom: 105px;
}
@media (max-width: 780px) {
  #spot {
    padding: 10vw 0 10vw 0;
  }
}
#spot .spot_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 75px 11%;
  margin-top: 65px;
}
@media (max-width: 1024px) {
  #spot .spot_block {
    gap: 50px;
    margin-top: 40px;
  }
}
#spot .spot_block_box {
  width: 44.5%;
  text-align: left;
}
@media (max-width: 1024px) {
  #spot .spot_block_box {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
#spot .spot_block_box .img img {
  width: 102.88%;
  max-width: none;
  margin-left: -2.88%;
}
#spot .spot_block_box h3 {
  font-size: 18px;
  margin-top: 1.5em;
  line-height: 1.2;
  font-weight: bold;
}
@media (max-width: 1024px) {
  #spot .spot_block_box h3 {
    font-size: 16px;
  }
}
#spot .spot_block_box h3 span {
  font-size: 30px;
  display: block;
}
@media (max-width: 1024px) {
  #spot .spot_block_box h3 span {
    font-size: 27px;
  }
}
#spot .spot_block_box p {
  margin-top: 1em;
  letter-spacing: 0.025em;
  line-height: 1.31;
}
#spot .spot_block_box .time {
  font-size: 23px;
  margin-top: 0.8em;
  font-weight: bold;
}
@media (max-width: 1024px) {
  #spot .spot_block_box .time {
    font-size: 20px;
  }
}
#spot .spot_block_box .time img {
  width: 20px;
  margin-right: 10px;
  transform: translateY(2px);
}
@media (max-width: 1024px) {
  #spot .spot_block_box .time img {
    width: 18px;
    margin-right: 8px;
  }
}
#spot .spot_block_box .time span {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin-left: 0.5em;
}
#spot .spot_block_box .time br + span {
  margin-left: 0;
}
#spot .at {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 1.5em 2em;
  background: url("../img/img_stripe-bg.jpg") top left/1100px 78px repeat;
  border-radius: 15px;
  justify-content: center;
  margin-top: 80px;
}
@media (max-width: 780px) {
  #spot .at {
    margin-top: 8vw;
  }
}
#spot .at p {
  line-height: 1.6em;
  font-weight: 700;
  font-size: 1.25em;
  margin-right: 1em;
}
@media (max-width: 780px) {
  #spot .at p {
    text-align: justify;
  }
}
#spot .at span {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 0.9375em;
  line-height: 1.6em;
  text-align: left;
}
#spot .at::before {
  content: "";
  flex: none;
  background: url("../img/icon_stamp.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 32px;
  height: 38px;
  margin-right: 0.5em;
}
@media (max-width: 780px) {
  #spot .at::before {
    width: 22px;
  }
}

/* PRIZE */
#prize {
  background: #e4f4f6;
  text-align: center;
  padding-bottom: 95px;
}
@media (max-width: 780px) {
  #prize {
    padding-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  #prize.c-s {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 1024px) {
  #prize h2 {
    overflow: hidden;
    padding-right: 10vw;
    padding-left: 10vw;
  }
}
#prize h2 img {
  width: 106.5%;
  margin-left: -3.18%;
}
@media (max-width: 1024px) {
  #prize h2 img {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 1024px) {
  #prize ul {
    margin-top: 0;
    padding: 0 5.5vw 0 5vw;
  }
}
@media (max-width: 780px) {
  #prize ul {
    padding: 0 5.5vw 0 5vw;
  }
}
#prize ul li + li {
  margin-top: 48px;
}
@media (max-width: 1024px) {
  #prize ul li + li {
    margin-top: 0;
  }
}
#prize .at {
  margin-top: 30px;
}
@media (max-width: 1024px) {
  #prize .at {
    padding: 0 5.5vw 0 5vw;
    margin-top: 0;
  }
}
#prize .at p {
  text-align: justify;
  line-height: 1.8em;
  letter-spacing: 0.05em;
  padding-left: 1em;
  text-indent: -1em;
}
@media (max-width: 1024px) {
  #prize .at p:first-of-type {
    margin-top: 4vw;
  }
}
#prize .at p::before {
  content: "※";
}

#prize .check {
  margin: 0 auto;
  margin-top: 80px;
  padding: 2em;
  background: rgba(160,213,206,0.35);
  border-radius: 10px;
  text-align: center;
}
#prize .check h3 {
  color: #50af91;
  font-size: 1.6em;
  font-weight: 800;
  letter-spacing: 0.05em;
}
#prize .check p {
  padding-top: 1.3em;
  line-height: 1.8em;
  font-size: 1.1em;
}
#prize .check p strong {
  color: #e54664;
}
#prize .bannerArea {
  margin-top: 40px;
}
#prize .bannerArea img {
  filter: drop-shadow(0px 0px 10px rgba(79,168,140,0.5));
}
@media (max-width: 1024px) {
  #prize .check,
  #prize .bannerArea {
    width: 90%;
    margin: 40px auto 0 auto;
  }
}

/* FAQ */
#faq {
  background: #fffbc9;
}

#faq h3 {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 15px;
  font-size: 1.12em;
  font-weight: 700;
  line-height: 1.4em;
  cursor: pointer;
}

#faq h3 span:first-of-type {
  flex: none;
  margin-right: 0.5em;
  font-size: 1.4em;
}

#faq h3 span:nth-of-type(2) {
  margin-right: 1em;
}

#faq h3::after {
  content: "";
  flex: none;
  background: url("../img/icon_faq_arrow.svg") no-repeat;
  background-size: 100% auto;
}

#faq h3.active::after {
  transform: scaleY(-1);
}

#faq p {
  display: none;
  background: rgba(243,155,88,0.15);
  border-radius: 15px;
  line-height: 1.8em;
}

@media screen and (min-width: 781px) {
  #faq {
    padding-bottom: 100px;
  }
  #faq h2 {
    padding: 100px 0 50px 0;
    text-align: center;
  }
  #faq h3 {
    margin-top: 20px;
    padding: 1.5em 2em;
  }
  #faq h3::after {
    width: 33px;
    height: 33px;
    margin-left: auto;
  }
  #faq p {
    margin-top: 20px;
    padding: 1.5em 2em;
  }
}
@media screen and (max-width: 780px) {
  #faq {
    padding-bottom: 15vw;
  }
  #faq h2 {
    padding: 15vw 0;
    text-align: center;
  }
  #faq h2 img {
    width: auto;
    height: 15vw;
    max-height: 100%;
  }
  #faq h3 {
    margin-top: 10px;
    padding: 1.25em 1em 1.25em 1.5em;
  }
  #faq h3::after {
    width: 23px;
    height: 23px;
    margin-left: auto;
  }
  #faq p {
    margin-top: 10px;
    padding: 1.25em 1.5em;
  }
}
/* 注意事項 */
#info {
  background: #fff;
}

#info .wrapper {
  border: solid 3px #dadad9;
  border-radius: 10px;
}

#info .wrapper h2 {
  padding-bottom: 1em;
}

#info .wrapper p {
  line-height: 1.8em;
}

#info .wrapper .linkBtnArea {
  width: 317px;
  margin: 0 auto;
  background-color: #fff;
  box-sizing: border-box;
}

#info .contact_title {
  font-size: 1.2em;
  font-weight: 700;
  margin-top: 100px;
  text-align: center;
}

@media screen and (max-width: 780px) {
  #info .contact_title {
    margin-top: 80px;
  }
}
#info .contact_title + .linkBtnArea {
  width: fit-content;
  margin: 15px auto 0;
}

@media screen and (max-width: 780px) {
  #info .wrapper .linkBtnArea {
    width: 258px;
  }
}
#info .wrapper .linkBtnArea a {
  box-sizing: border-box;
}

@media screen and (min-width: 781px) {
  #info {
    padding: 100px 0;
  }
  #info .wrapper {
    padding: 50px 60px 0 60px;
  }
  #info .wrapper h2 {
    font-size: 1.25em;
    font-weight: 700;
  }
  #info .wrapper p {
    font-size: 0.9em;
  }
  #info .wrapper .linkBtnArea {
    position: relative;
    bottom: -30px;
    text-align: center;
  }
}
@media screen and (max-width: 780px) {
  #info {
    padding: 15vw 0 25vw 0;
  }
  #info .wrapper {
    padding: 5vw 5vw 0 5vw;
  }
  #info .wrapper .linkBtnArea {
    position: relative;
    bottom: -20px;
    text-align: center;
  }
}
/* main 下層
----------------------------------------------------------------------------------------------- */
#under h1 {
  background: #aee7e0;
  padding-bottom: 40px;
}

#under h1 img {
  width: auto;
  height: 100%;
}

#under h1::before {
  display: none;
}

@media screen and (min-width: 781px) {
  #under h1 {
    max-height: 500px;
    height: 40vw;
  }
}
@media screen and (max-width: 780px) {
  #under h1 {
    height: 70vw;
    padding-bottom: 25px;
  }
}
/* NEWS */
#under.news {
  background: #fff;
}

#under.news h2 {
  text-align: center;
}

#under.news ul.list li {
  padding: 1.75em 0 2em 0;
  background: url("../img/img_line.svg") repeat-x bottom;
}

#under.news ul.list li span {
  color: #00b2b4;
  font-weight: 900;
  letter-spacing: 0;
}

#under.news ul.list li a {
  font-weight: 700;
  line-height: 1.5em;
}

@media screen and (min-width: 781px) {
  #under.news h2 {
    padding: 90px 0 60px 0;
  }
  #under.news ul.list li {
    display: flex;
    align-items: center;
  }
  #under.news ul.list li span {
    width: 6em;
    font-size: 1.18em;
  }
  #under.news ul.list li a {
    width: calc(100% - 6em);
    margin-left: 2.5em;
    font-size: 1.12em;
  }
}
@media screen and (max-width: 780px) {
  #under.news h2 {
    padding: 15vw 0;
    text-align: center;
    margin-left: -5vw;
  }
  #under.news h2 img {
    width: auto;
    height: 15vw;
    max-height: 100%;
  }
  #under.news ul.list li span {
    font-size: 1.07em;
  }
  #under.news ul.list li a {
    display: block;
    width: 100%;
    margin-top: 0.75em;
  }
}
#pagenation {
  display: flex;
  justify-content: center;
  align-items: center;
}

#pagenation > * {
  font-weight: 700;
}

#pagenation .back a,
#pagenation .next a {
  display: block;
  font-size: 0;
  background: url("../img/icon_arrow_yw.svg") no-repeat;
  background-size: cover;
}

#pagenation .next a {
  transform: scale(-1, 1);
}

#pagenation .active,
#pagenation .current {
  color: #97928f;
}

@media screen and (min-width: 781px) {
  #pagenation {
    padding: 60px 0 100px 0;
  }
  #pagenation > * {
    margin: 0 15px;
    font-size: 1.25em;
  }
  #pagenation .back a,
  #pagenation .next a {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 780px) {
  #pagenation {
    padding: 10vw 0 20vw 0;
  }
  #pagenation > * {
    margin: 0 10px;
    font-size: 1.15em;
  }
  #pagenation .back a,
  #pagenation .next a,
  #pagenation .prev,
  #pagenation .next {
    width: 20px;
    height: 20px;
  }
}
#under.news .date {
  color: #00b2b4;
  font-weight: 900;
  letter-spacing: 0;
}

#under.news .title {
  margin: 1em 0;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.3em;
  letter-spacing: 0.05em;
}

#under.news article {
  background: url("../img/img_line.svg") repeat-x bottom;
}

#under.news .linkBtnArea {
  text-align: center;
}

#under.news a.linkBtn {
  padding: 1em 3.5em;
}

#under.news a.linkBtn::after {
  display: none;
}

#under.news a.linkBtn::before {
  transform: scale(-1, 1);
}

#under.news a.linkBtn::before {
  content: "";
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 1em;
  background: url("../img/icon_arrow_wh.svg") no-repeat;
  background-size: cover;
}

@media screen and (min-width: 781px) {
  #under.news article {
    padding-bottom: 60px;
  }
  #under.news .linkBtnArea {
    padding: 60px 0;
  }
  a.linkBtn::before {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 780px) {
  #under.news article {
    padding-bottom: 10vw;
  }
  #under.news .linkBtnArea {
    padding: 10vw 0 18vw 0;
  }
  a.linkBtn::before {
    width: 22px;
    height: 22px;
  }
}
/* 記事本文 */
#under.news article * {
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  background: 0;
  line-height: 2em;
  font-size: 1rem;
  letter-spacing: 0.05em;
}

#under.news article img {
  max-width: 100%;
  height: auto;
}

#under.news article ol {
  padding-left: 24px;
  list-style-position: outside;
}

#under.news article ul {
  padding-left: 24px;
  list-style-position: outside;
}

#under.news article ol li {
  list-style-type: decimal;
}

#under.news article ul li {
  list-style-type: disc;
}

#under.news article h1 {
  font-size: 1.6em;
  line-height: 1.4em;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  border: 0;
  text-align: left;
}

#under.news article h2 {
  font-size: 1.5em;
  line-height: 1.4em;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  border: 0;
  text-align: left;
}

#under.news article h3 {
  font-size: 1.4em;
  line-height: 1.4em;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  border: 0;
  text-align: left;
}

#under.news article h4 {
  font-size: 1.3em;
  line-height: 1.4em;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  border: 0;
  text-align: left;
}

#under.news article h5 {
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  border: 0;
  text-align: left;
}

#under.news article h6 {
  font-size: 1.1em;
  line-height: 1.6em;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  border: 0;
  text-align: left;
}

#under.news article a {
  text-decoration: underline;
}

#under.news article table {
  border-top-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-left-style: solid;
  border-top-color: #ccc;
  border-left-color: #ccc;
}

#under.news article table th {
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  padding-top: 8px;
  padding-right: 10px;
  padding-bottom: 8px;
  padding-left: 10px;
}

#under.news article table td {
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  padding-top: 8px;
  padding-right: 10px;
  padding-bottom: 8px;
  padding-left: 10px;
}

#under.news article .alignnone {
  margin: 5px 20px 10px 0;
}

#under.news article .aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

#under.news article .alignright {
  float: right;
  margin: 5px 0 10px 20px;
}

#under.news article .alignleft {
  float: left;
  margin: 5px 20px 10px 0;
}

#under.news article .aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

#under.news article a img.alignright {
  float: right;
  margin: 5px 0 10px 20px;
}

#under.news article a img.alignnone {
  margin: 5px 20px 10px 0;
}

#under.news article a img.alignleft {
  float: left;
  margin: 5px 20px 10px 0;
}

#under.news article a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#under.news article .wp-caption {
  background: #eee;
  border: 1px solid #ddd;
  max-width: 96%;
  padding: 10px;
}

#under.news article .wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

#under.news article .wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

#under.news article .wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

#under.news article .wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

#under.news article .wp-caption p.wp-caption-text {
  margin: 0;
  padding: 5px 0;
}/*# sourceMappingURL=style.css.map */