@charset "UTF-8";

/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  font-size: 62.5%;
}

html.wf-active {
  visibility: visible;
}

body {
  height: 100vh;
}

.js-pagetop {
  cursor: pointer;
}

body.fixed {
  height: 100vh;
  overflow: hidden;
}

p {
  line-height: 1.5;
  font-size: 16px;
  font-size: 1.6rem;
}

p {
  line-height: 1.5;
  font-size: 16px;
  font-size: 1.6rem;
}

p {
  letter-spacing: 0.016em;
}

p {
  letter-spacing: 0.016em;
}

.hoge {
  z-index: 20;
}

.l-main {
  position: relative;
  width: 100%;
  color: #242424;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "meiryo", sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.l-main a {
  display: block;
}

.l-main img {
  width: 100%;
}

.l-main-visual {
  position: relative;
  width: 100%;
}

.l-section {
  position: relative;
  width: 100%;
}

.l-section-3 {
  background-color: #e2eeef;
}

.l-section-4 {
  background-color: #e4efe2;
}

.l-section-5 {
  background-color: #eeefe2;
}

.l-section-6 {
  background-color: #fff;
}

.l-section-7 {
  background-color: #cde9e6;
}

.l-section-8 {
  background-color: #fff;
}

.c-primary-heading {
  text-align: center;
  margin: 0 auto;
}

.c-lead-text {
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.c-primary__button {
  display: inline-block;
  background-image: none;
  background-color: #DF4D28;
  color: #fff;
  text-decoration: none;
  position: relative;
  line-height: 90px;
  height: 90px;
  border-radius: 10px;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.c-primary__button::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 0 0 0;
  vertical-align: middle;
  position: absolute;
  right: 30px;
  top: 30px;
  background: url(/library/tlm/picnic_day/20220808/01/img/btn_icon_001.svg) no-repeat;
}

.p-main-visual {
  position: relative;
}

.p-main-visual__logo {
  position: absolute;
}

.p-main-visual__button {
  position: absolute;
}

.p-info {
  position: relative;
  width: 100%;
}

.p-info__inner {
  position: relative;
  background-color: #CDE9E6;
  margin: 0 auto;
}

.p-info__anchor {
  overflow: hidden;
}

.p-info__body {
  border-radius: 30px;
  background-color: #fff;
  color: #258c89;
}

.p-info__card-heading {
  font-weight: bold;
  text-align: center;
}

.p-info__endtext {
  color: #e91818;
  margin: 0 auto;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #f4a7a8;
  border-radius: 3px;
  font-weight: bold;
  background-color: #fff;
}

.p-about {
  position: relative;
  width: 100%;
}

.p-about-text {
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.p-about-text span {
  border-bottom: 3px solid #fff;
}

.p-event {
  position: relative;
}

.p-event__box {
  position: relative;
}

.p-event__body {
  margin: 0 auto;
}

.p-event__description {
  display: block;
}

.p-event__card {
  background-color: #CCE0C8;
}

.p-event__card-text {
  letter-spacing: normal;
}

.p-event__card-thumbnail {
  position: relative;
}

.p-tlm {
  position: relative;
  width: 100%;
}

.p-tlm__inner {
  position: relative;
  margin: 0 auto;
}

.p-tlm__text {
  letter-spacing: normal;
}

.p-outline {
  position: relative;
  width: 100%;
}

.p-outline__heading-2 {
  font-weight: bold;
}

.p-outline__topic {
  position: relative;
  color: #258c89;
  font-weight: bold;
}

.p-outline-text {
  color: #fff;
  text-align: center;
}

.p-outline__map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 57.2%;
  /* 比率を16:9に固定 */
}

.p-outline__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-outline__link {
  display: none;
  text-align: center;
  color: #258c89;
  text-decoration: underline;
}

.p-outline__link:hover {
  text-decoration: none;
}

.p-outline__butoon {
  margin: 0 auto;
}

.p-attention__heading {
  font-weight: bold;
  line-height: 1;
  margin: 0 auto;
}

.p-attention {
  position: relative;
}

.p-pagetop__button {
  z-index: 9;
}

/*このクラスが付与されると表示する*/
.active {
  opacity: 1 !important;
  visibility: visible;
}

/*　上に上がる動き　*/
#js-pagetop__button.UpMove {
  -webkit-animation: UpAnime 0.5s forwards;
  animation: UpAnime 0.5s forwards;
}

#js-pagetop__button-2.UpMove {
  -webkit-animation: UpAnime 0.5s forwards;
  animation: UpAnime 0.5s forwards;
}

@-webkit-keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(140px);
    transform: translateY(140px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(140px);
    transform: translateY(140px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/*　下に下がる動き　*/
#js-pagetop__button.DownMove {
  -webkit-animation: DownAnime 0.5s forwards;
  animation: DownAnime 0.5s forwards;
}

#js-pagetop__button.DownMove-2 {
  -webkit-animation: DownAnime 0.5s forwards;
  animation: DownAnime 0.5s forwards;
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(140px);
    transform: translateY(140px);
  }
}

@keyframes DownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(140px);
    transform: translateY(140px);
  }
}

.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.u-fwb {
  font-weight: bold !important;
}

.pbAreaWrapper1 {
  margin-bottom: 0px;
  top: 0 !important;
}

.b-o-header,
body.b-body {
  margin: 0 auto;
  max-width: 100%;
  min-width: 100%;
}

@media (min-width: 768px) {
  .pc_flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .js-accordion {
    padding-bottom: 80px;
  }

  .js-accordion {
    display: none;
  }

  .js-accordion .open {
    position: absolute;
    height: 100%;
  }

  .js-accordion_sp {
    display: block !important;
  }

  .l-main a {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }

  .l-main-visual {
    background: url(/library/tlm/picnic_day/20220808/01/img/main-visual_bg_001_20220808_2_pc.jpg);
    background-repeat: no-repeat;
    /* 画像の繰り返しを指定  */
    background-position: center center;
    /* 画像の表示位置を指定  */
    height: 700px;
    background-size: cover;
  }

  .l-section__inner {
    width: 1160px;
    margin: 0 auto;
  }

  .l-section-2 {
    background: url(/library/tlm/picnic_day/20220808/01/img/about_bg_001_pc.jpg);
    background-repeat: no-repeat;
    /* 画像の繰り返しを指定  */
    background-position: center center;
    /* 画像の表示位置を指定  */
    background-size: cover;
  }

  .c-primary-heading {
    width: 680px;
  }

  .c-normal-text {
    line-height: 2;
    font-size: 1.6rem;
  }

  .c-caption-text {
    line-height: 2;
    font-size: 1.2rem;
  }

  .c-primary-text {
    line-height: 2;
    font-size: 2.2rem;
  }

  .c-lead-text {
    line-height: 2;
    font-size: 2.2rem;
  }

  .c-primary__button {
    width: 580px;
    text-align: center;
    font-size: 22px;
  }

  .c-primary__button:hover {
    opacity: .6;
  }

  .p-main-visual__logo {
    width: 70px;
    height: 36px;
    top: 20px;
    left: 20px;
  }

  .p-main-visual__button {
    width: 322px;
    top: -30px;
    right: 25px;
  }

  .p-main-visual__button:hover {
    opacity: .8;
  }

  .p-info {
    padding: 0 0 0;
    margin-top: -75px;
    padding-bottom: 30px;
    left: 50%;
    margin-left: -646px;
    width: 1292px;
  }

  .p-info__inner {
    padding: 0 82px 30px;
    margin: 0;
  }

  .p-info__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    table-layout: fixed;
    top: -230px;
    position: relative;
    width: 1080px;
    margin: 0 auto -230px;
  }

  .p-info__heading {
    width: 575px;
  }

  .p-info__box {
    width: 438px;
  }

  .p-info__date {
    margin-top: 80px;
  }

  .p-info-caption {
    width: 420px;
    margin: 60px auto 45px;
  }

  .p-info__anchor {
    width: 398px;
    margin: 0 auto;
    position: relative;
  }

  .p-info__anchor:hover {
    opacity: 0.7;
  }

  .p-info__anchor-image {
    width: 90.87%;
    margin: 0 auto;
  }

  .p-info__body {
    min-width: 240px;
    padding: 0 95px 0;
  }

  .p-info__card-base {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 880px;
    margin: 0 auto;
    padding-bottom: 45px;
  }

  .p-info__card-thumbnail {
    width: 47.8%;
    max-width: 420px;
  }

  .p-info__card-heading {
    font-size: 22px;
    line-height: 1.6;
    padding-top: 45px;
    padding-bottom: 40px;
  }

  .p-info__card-text {
    width: 47.8%;
    letter-spacing: normal;
    max-width: 420px;
  }

  .p-info__butoon {
    margin: 30px auto 0;
  }

  .p-info__end {
    text-align: center;
    padding: 75px 0 75px;
    max-width: 1160px;
    margin: 0 auto;
  }

  .p-info__endtext {
    font-size: 20px;
    line-height: 1.6;
    text-align: center;
    width: 100%;
    padding: 27px;
  }

  .p-about {
    padding: 75px 0;
    width: 1130px;
    margin: 0 auto;
  }

  .p-about__heading {
    padding: 0 0 45px;
  }

  .p-about-text span {
    padding-bottom: 7px;
  }

  .p-event {
    padding: 75px 0 30px;
    width: 1130px;
    margin: 0 auto;
  }

  .p-event__heading {
    margin-bottom: 45px;
  }

  .p-event__number {
    width: 180px;
    margin: -30px 0 45px -35px;
  }

  .p-event__description {
    line-height: 2;
    font-size: 1.5rem;
    margin-top: 10px;
  }

  .p-event__card {
    width: 880px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 45px auto 0;
  }

  .p-event__base {
    width: 440px;
    padding: 45px 44px 0;
  }

  .p-event__card-heading {
    width: 320px;
    margin: 0 auto 25px;
  }

  .p-event__card-thumbnail {
    width: 440px;
  }

  .p-event__card-thumbnail::before {
    content: '';
    display: inline-block;
    width: 365px;
    height: 285px;
    background-image: url(/library/tlm/picnic_day/20220808/01/img/event_illust_001_pc.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: -40px;
    right: -45px;
  }

  .p-event__butoon {
    margin: 75px auto 45px;
  }

  .p-event__image-1-1 {
    width: 880px;
  }

  .p-event__image-1-2 {
    width: 430px;
    position: absolute;
    bottom: 210px;
    right: 140px;
  }

  .p-event__image-1-3 {
    width: 430px;
    margin-top: 45px;
    margin-left: 85px;
  }

  .p-event__title-1 {
    width: 76px;
    position: absolute;
    right: 0;
    top: 280px;
  }

  .p-event__image-2-1 {
    width: 880px;
    margin-left: 250px;
  }

  .p-event__image-2-2 {
    width: 430px;
    position: absolute;
    top: 80px;
    left: 140px;
  }

  .p-event__image-2-3 {
    width: 300px;
    margin-top: 45px;
    margin-left: 615px;
  }

  .p-event__title-2 {
    width: 99px;
    position: absolute;
    left: 0;
    top: 75px;
  }

  .p-event__number-2 {
    width: 180px;
    margin: -30px 0 45px 0;
    right: -980px;
    position: relative;
  }

  .p-event__text-2 {
    padding-left: 663px;
  }

  .p-event__image-3-1 {
    width: 880px;
  }

  .p-event__image-3-2 {
    width: 430px;
    position: absolute;
    bottom: 230px;
    right: 140px;
  }

  .p-event__image-3-3 {
    width: 430px;
    margin-top: 45px;
    margin-left: 85px;
  }

  .p-event__title-3 {
    width: 76px;
    position: absolute;
    right: 0;
    top: 75px;
  }

  .p-tlm__inner {
    width: 1160px;
    padding: 75px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .p-tlm__image {
    width: 550px;
  }

  .p-tlm__base {
    width: 550px;
  }

  .p-tlm__heading {
    width: 335px;
    margin-bottom: 30px;
  }

  .p-outline {
    padding: 75px 0 35px;
  }

  .p-outline__inner {
    margin: 0 auto;
    width: 1160px;
  }

  .p-outline__body {
    margin-bottom: 30px;
  }

  .p-outline__heading {
    padding: 0 0 45px 0;
    font-weight: bold;
  }

  .p-outline__heading-3 {
    width: 171px;
    margin: 0 auto 30px;
    padding-top: 30px;
  }

  .p-outline__body {
    width: 1160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .p-outline__base {
    margin-bottom: 45px;
    width: 403px;
    padding-left: 30px;
  }

  .p-outline__col-1 {
    width: 495px;
  }

  .p-outline__col-2 {
    width: 525px;
  }

  .p-outline__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .p-outline__topic {
    line-height: 2;
    font-size: 1.6rem;
    width: 62px;
  }

  .p-outline__topic:after {
    content: "";
    /*疑似要素の中身を指定*/
    position: absolute;
    /*絶対位置指定*/
    left: 100%;
    /*横位置の指定*/
    top: 5px;
    /*縦位置の指定*/
    background: #258c89;
    /*線の色指定*/
    width: 1px;
    /*線の幅指定*/
    height: 50%;
    /*線の高さ指定*/
  }

  .p-outline__topic-1:after {
    height: 115px;
  }

  .p-outline__topic-2:after {
    height: 83px;
  }

  .p-outline__topic-3:after {
    height: 53px;
  }

  .p-outline__topic-4:after {
    height: 140px;
  }

  .p-outline__topic--width {
    width: 95px !important;
  }

  .p-outline__topic--padding {
    padding-left: 3rem;
  }

  .p-outline__caption {
    margin-top: 10px;
  }

  .p-outline__link {
    margin: 15px auto 45px;
    font-size: 15px;
  }

  .p-attention__heading {
    font-size: 15px;
    text-align: center;
    padding: 75px 0 45px;
  }

  .p-attention {
    width: 1160px;
    margin: 0 auto 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .p-attention-col {
    width: 550px;
  }

  .p-pagetop__button {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 130px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    /*はじめは非表示*/
    opacity: 0;
    -webkit-transform: translateY(140px);
    transform: translateY(140px);
  }

  .p-pagetop__button img {
    opacity: 1 !important;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }

  .p-pagetop__button:hover img {
    opacity: 0.8 !important;
  }

  .u-flex_pc {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .pc_flex {
    display: none !important;
  }

  .js-accordion {
    padding-bottom: 80px;
  }

  .js-accordion {
    display: none;
  }

  .js-accordion .open {
    height: 100%;
    position: absolute;
  }

  .js-accordion_sp {
    display: none;
  }

  body.fixed {
    height: 100vh;
    overflow: hidden;
    position: fixed;
  }

  .l-main-visual {
    background: url(/library/tlm/picnic_day/20220808/01/img/main-visual_bg_001_20220808_1_sp.jpg);
    background-repeat: no-repeat;
    /* 画像の繰り返しを指定  */
    background-position: center center;
    /* 画像の表示位置を指定  */
    height: 149.4vw;
    background-size: cover;
  }

  .l-section-2 {
    background: url(/library/tlm/picnic_day/20220808/01/img/about_bg_001_sp.jpg);
    background-repeat: no-repeat;
    /* 画像の繰り返しを指定  */
    background-position: center center;
    /* 画像の表示位置を指定  */
    background-size: cover;
  }

  .c-primary-heading {
    width: 100%;
  }

  .c-normal-text {
    line-height: 2;
    font-size: 1.5rem;
  }

  .c-caption-text {
    line-height: 2;
    font-size: 1.2rem;
  }

  .c-primary-text {
    line-height: 2;
    font-size: 1.5rem;
  }

  .c-lead-text {
    line-height: 2;
    font-size: 1.5rem;
  }

  .c-primary__button {
    text-align: left;
    padding-left: 16%;
    width: 92%;
    margin: 0 auto;
    font-size: 18px;
  }

  .c-primary__button::after {
    right: 18%;
  }

  .p-main-visual {
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    width: 100%;
    height: 70px;
  }

  .p-main-visual__logo {
    width: 70px;
    top: 15px;
    left: 15px;
  }

  .p-main-visual__button {
    width: 210px;
    right: 10px;
    top: -20px;
  }

  .p-info__inner {
    padding-bottom: 30px;
  }

  .p-info__header {
    width: 78.7%;
    margin: 0 auto;
  }

  .p-info__heading {
    margin-bottom: 10.16%;
  }

  .p-info__heading img {
    margin-top: -47.2%;
  }

  .p-info__date {
    margin-bottom: 10.16%;
  }

  .p-info-caption {
    margin-bottom: 10.16%;
  }

  .p-info__anchor {
    width: 97.64%;
    margin: 0 auto 0%;
  }

  .p-info__anchor-image {
    width: 97.64%;
    margin: 0 auto 10.16%;
  }

  .p-info__body {
    width: 92%;
    margin: 0 auto;
  }

  .p-info__card-base {
    width: 85.51%;
    margin: 0 auto;
  }

  .p-info__card-heading {
    font-size: 15px;
    line-height: 1.6;
    padding-top: 30px;
    padding-bottom: 15px;
  }

  .p-info__card-text {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .p-info__butoon {
    margin: 30px auto 0;
  }

  .p-info__end {
    width: 92%;
    margin: 0 auto;
    padding: 10.16% 0;
  }

  .p-info__endtext {
    font-size: 15px;
    line-height: 1.6;
    width: 100%;
    text-align: center;
    padding: 15px 20px;
  }

  .p-about {
    width: 92%;
    margin: 0 auto;
    padding: 50px 0 45px;
  }

  .p-about__heading {
    margin-bottom: 30px;
  }

  .p-about-text {
    text-align: left;
    width: 97.7%;
    margin: 0 auto;
  }

  .p-about-text span {
    padding-bottom: 1.25%;
  }

  .p-event {
    padding: 50px 0 30px;
  }

  .p-event__heading {
    width: 92%;
    margin: 0 auto;
    padding: 0 0 30px;
  }

  .p-event__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-event__number {
    width: 32%;
    margin: -5.7% 0 40px 10.5%;
  }

  .p-event__description {
    line-height: 2;
    font-size: 1.5rem;
    margin-top: 5px;
  }

  .p-event__card {
    width: 96%;
    padding: 30px 4% 30px 10.7%;
  }

  .p-event__card-heading {
    width: 80%;
    margin: 0 auto 30px;
  }

  .p-event__card-text {
    margin-top: 30px;
  }

  .p-event__butoon {
    margin: 50px auto 20px;
  }

  .p-event__text {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding: 8% 0 8% 10.65%;
  }

  .p-event__image-1-1 {
    width: 96%;
    margin-left: 4%;
  }

  .p-event__image-1-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 57.4%;
  }

  .p-event__image-1-3 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin: 0 auto;
    width: 78.7%;
  }

  .p-event__number-1:before {
    content: '';
    display: inline-block;
    width: 20%;
    height: 50%;
    background-image: url(/library/tlm/picnic_day/20220808/01/img/event_title_001_sp.svg);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 5.9%;
    right: 10.5vw;
  }

  .p-event__image-2-1 {
    width: 96%;
    margin-left: 4%;
  }

  .p-event__image-2-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 57.4%;
  }

  .p-event__image-2-3 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin: 0 auto;
    width: 57.4%;
    margin-left: 32%;
    margin-bottom: 8%;
  }

  .p-event__number-2:before {
    content: '';
    display: inline-block;
    width: 20%;
    height: 50%;
    background-image: url(/library/tlm/picnic_day/20220808/01/img/event_title_002_sp.svg);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 5.9%;
    right: 10.5vw;
  }

  .p-event__image-3-1 {
    width: 96%;
    margin-left: 4%;
  }

  .p-event__image-3-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 57.4%;
  }

  .p-event__image-3-3 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin: 0 auto;
    width: 78.7%;
  }

  .p-event__number-3:before {
    content: '';
    display: inline-block;
    width: 19%;
    height: 60%;
    background-image: url(/library/tlm/picnic_day/20220808/01/img/event_title_003_sp.svg);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 5.9%;
    right: 10.5vw;
  }

  .p-tlm {
    padding-bottom: 25px;
  }

  .p-tlm__base {
    width: 90%;
    margin: 0 auto;
  }

  .p-tlm__heading {
    margin: 30px auto 25px;
  }

  .p-outline {
    margin: 0 auto 0;
    padding: 50px 0;
  }

  .p-outline__heading {
    width: 92%;
    margin: 0 auto 30px;
  }

  .p-outline__heading-2 {
    line-height: 1.6;
    font-size: 1.5rem;
  }

  .p-outline__heading-3 {
    width: 31%;
    margin: 0 auto 15px;
    padding-top: 15px;
  }

  .p-outline__body {
    width: 90%;
    margin: 0 auto;
  }

  .p-outline__base {
    width: 76%;
  }

  .p-outline__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 30px;
  }

  .p-outline__topic {
    line-height: 1.6;
    font-size: 1.5rem;
    width: 24%;
  }

  .p-outline__caption {
    margin-top: 10px;
  }

  .p-outline__link {
    font-size: 12px;
    padding: 15px 0 0px;
  }

  .p-attention__heading {
    font-size: 15px;
    text-align: left;
    margin-left: 5%;
    padding: 50px 0 30px;
  }

  .p-attention {
    width: 90%;
    margin: 0 auto 80px;
  }

  .p-pagetop__button {
    display: inline-block;
    background-image: none;
    background-color: #DF4D28;
    color: #fff;
    text-decoration: none;
    position: relative;
    line-height: 60px;
    height: 60px;
    border-radius: 10px 10px 0 0;
    font-family: dnp-shuei-gothic-kin-std, sans-serif;
    font-weight: 600;
    font-style: normal;
    text-align: left;
    padding-left: 20%;
    width: 100%;
    margin: 0 auto;
    font-size: 18px;
    position: fixed;
    right: 0px;
    bottom: 0px;
    /*はじめは非表示*/
    opacity: 0;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    -webkit-box-shadow: 0px -3px 6px 0px rgba(0, 0, 0, .16);
    box-shadow: 0px -3px 6px 0px rgba(0, 0, 0, .16);
  }

  .p-pagetop__button::after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 0 0 0;
    vertical-align: middle;
    position: absolute;
    top: 15px;
    background: url(/library/tlm/picnic_day/20220808/01/img/btn_icon_001.svg) no-repeat;
    right: 20%;
  }

  .u-flex_sp {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
