@charset "utf-8";
@import url(https://fonts.googleapis.com/css2?family=BIZ+UDPGothic&display=swap);

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0;
  padding: 0;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button,
input { /* 1 */
  overflow: visible;
}

button,
select { /* 1 */
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*-- --*/
body {
    font-family: "BIZ UDPGothic", sans-serif;
    font-style: normal;
}
body.jumbo {
    background: #294b95;
}
body.picnic{
    background: #ffd800;
}
footer {
    background: #fff;
    padding: 1rem 3rem;
}
h1, h2, h3, h4, h5 {
    font-weight: 700;
}
p {
    font-weight: 4s00;
}
img {
    animation: fadein 1s;
    width: 100%;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}
@keyframes fadein {
      from { opacity: 0; }
      to { opacity: 1; }
}

.sponly {
    display: none;
}
@media screen and (max-width: 568px) {
    .sponly {
        display: block;
    }
}
p.button {
    max-width: 480px;
    margin: auto;
    text-align: center;
}
.button a[target=_blank]:after {
    content: none;
}
.container {
    position: relative;
    padding: 3rem;
}
.container h3 {
    color: #fff;
    text-align: center;
    font-size: 3.0rem;
    line-height: 1.8;
}
.container h3 img {
    margin: 0;
    padding: 0;
}
.jumbo .container h3 {
    color: #fff;
}
.picnic .container h3 {
    color: #7c4e2d;
}
.kakomi_title {
    font-size: 2.0rem;
    padding: 6px 10px;
    margin-right: 12px;
    border: #e9518b 1px;
    border-radius: 9px;
    background: #e9518b;
    color:#fff;
}
.container p {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.8;
    margin: 12px;
}
.jumbo .container p {
    color: #fff;
}
.picnic .container p {
    color: #7c4e2d;
}
.container p.left {
    text-align: left;
}
.container p.right {
    text-align: right;
}
.container .tagline {
    font-size: 2.4rem;
    margin: 10px;
}
.container iframe {
    width: 100%;
    height: 520px;
    margin-bottom: 0rem;
    border-radius: 16px;
}
.container a {
    text-decoration: underline;
}
.jumbo .container a {
    color: #fff;
}
.picnic .container a {
    color: #7c4e2d;
}
.jumbo_picnic_shop {
    padding-top: 80px;
    background: url(../img/jumbo_wave.webp) repeat-x top left 80px;
}
@media screen and (max-width: 743px) {
    .container iframe  {
    height: 150px;
    }
}
.footer {
    position: relative;
    padding: 0 20px;
}
._block {
    display: block;
}
.footer-utility_area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
    .footer-utility_area {
        position: relative;
        -webkit-justify-content: flex-end;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.footer-utility_area .logo {
    width: 100%;
    height: 39px;
    vertical-align: top;
}
@media print, screen and (min-width: 768px) {
    .footer-utility_area .logo {
        position: absolute;
        left: 0;
        width: 140px;
        height: 49px;
    }
}
.footer-utility_area .logo a {
    display: block;
    width: 108px;
    margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
    .footer-utility_area .logo a {
        width: 100%;
    }
}
.footer-utility_area .logo a object {
    width: 100%;
    height: 39px;
}
@media print, screen and (min-width: 768px) {
    .footer-utility_area .logo a object {
        height: 49px;
    }
}
.footer-utility_area .copyright {
    font-size: 1.4rem;
    width: 100%;
    margin-top: 10px;
    text-align: center;
    color: #098fac;
}
@media print, screen and (min-width: 768px) {
    .footer-utility_area .copyright {
        width: auto;
        margin-top: 0;
    }
}
.footer-utility_area .bnr-tree {
    width: 100%;
    margin-top: 10px;
}
@media print, screen and (min-width: 768px) {
    .footer-utility_area .bnr-tree {
        width: auto;
        margin-left: 24px;
    }
}
.footer-utility_area .bnr-tree a {
    display: block;
    width: 150px;
    margin: 0 auto;
}

