@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  color: #633b13;
  background-color: #fab400;
  font-size: 1.5rem;
  line-height: 1.6;
  font-family: "Lucida Grande", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100vw;
  overflow-x: hidden;
}

/*Cromeバグ対策*/
body > div,
body > header,
body > footer,
body > nav {
  font-size: 1.5rem;
  line-height: 1.6;
}

@media screen and (max-width: 480px) {
  body {
    font-size: 1.4rem;
  }
  body > div,
  body > header,
  body > footer,
  body > nav {
    font-size: 1.4rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
form {
  margin: 0;
  padding: 0;
}

li,
ul,
ol,
dl,
dt,
dd {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

svg {
  border: 0;
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/*
em {
  color: #f01e1e;
  font-style: normal;
  font-weight: normal;
}

strong {
  color: #f01e1e;
  font-style: normal;
  font-weight: bold;
}
*/
a {
  text-decoration: none;
  color: #1877bb;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover {
  text-decoration: underline;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
address {
  display: block;
}

.fr {
  font-size: 1.5rem;
}

.fl {
  font-size: 1.7rem;
}

.fll {
  font-size: 1.9rem;
}

.fxl {
  font-size: 2.2rem;
}

.fs {
  font-size: 1.3rem;
  line-height: 1.4;
}

.fss {
  font-size: 1rem;
  line-height: 1.3;
}

@media screen and (max-width: 480px) {
  .fr {
    font-size: 1.4rem;
  }
  .fl {
    font-size: 1.6rem;
  }
  .fll {
    font-size: 1.8rem;
  }
  .fxl {
    font-size: 2rem;
  }
  .fs {
    font-size: 1.2rem;
  }
}

.clr {
  clear: both;
}

.hide {
  display: none;
}

.show {
  display: block !important;
}

.t_center {
  text-align: center !important;
}

.t_left {
  text-align: left !important;
}

.t_right {
  text-align: right !important;
}

.t_bold {
  font-weight: bold !important;
}

.t_normal {
  font-weight: normal !important;
}

.t_red {
  color: #f01e1e;
}

.top_0 {
  margin-top: 0 !important;
}

.bottom_0 {
  margin-bottom: 0 !important;
}

.top_1 {
  margin-top: 1em !important;
}

.bottom_1 {
  margin-bottom: 1em !important;
}

.clr_box {
  zoom: 100%;
}

.clr_box:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.justify {
  text-align: justify;
  text-justify: inter-ideograph;
}

.fixed {
  position: fixed;
}

/* http://keith-wood.name/svg.html
   SVG for jQuery v1.5.0.
   Written by Keith Wood (kbwood{at}iinet.com.au) August 2007.*/
svg\:svg {
  display: none;
}

.svg_error {
  color: red;
  font-weight: bold;
}

p img {
  padding: 0;
  max-width: 100%;
}

#cont_wrap p + h2,
#cont_wrap p + h3,
#cont_wrap p + h4 {
  margin-top: 40px;
}

#cont_wrap ol + h2,
#cont_wrap ol + h3,
#cont_wrap ol + h4 {
  margin-top: 40px;
}

#cont_wrap ul + h2,
#cont_wrap ul + h3,
#cont_wrap ul + h4 {
  margin-top: 40px;
}

#cont_wrap p,
#cont_wrap dl {
  margin: 0 0 1em 0;
}

#cont_wrap ol,
#cont_wrap ul {
  margin: 0 0 0.5em 0;
  padding: 0 0 0 1.5em;
  line-height: 1.5;
}

#cont_wrap ol li,
#cont_wrap ul li {
  margin: 0 0 0.25em 0;
  padding: 0;
}

#cont_wrap em {
  background: linear-gradient(transparent 50%, #ffc8e7 50%);
}

@media screen and (max-width: 768px) {
  #cont_wrap p + h2,
  #cont_wrap p + h3,
  #cont_wrap p + h4 {
    margin-top: 3%;
  }
  #cont_wrap ol + h2,
  #cont_wrap ol + h3,
  #cont_wrap ol + h4 {
    margin-top: 3%;
  }
  #cont_wrap ul + h2,
  #cont_wrap ul + h3,
  #cont_wrap ul + h4 {
    margin-top: 3%;
  }
}

figure {
  margin: 0;
}

embed,
iframe,
object,
video {
  margin-bottom: 1.75em;
  max-width: 100%;
  vertical-align: middle;
}

.has-fss-font-size {
  font-size: 67%;
  line-height: 1.4;
}

.has-fs-font-size {
  font-size: 87%;
  line-height: 1.6;
}

.has-fr-font-size {
  font-size: 100%;
}

.has-fl-font-size {
  font-size: 113%;
}

.has-fll-font-size {
  font-size: 127%;
}

.has-fxl-font-size {
  font-size: 145%;
}

@media screen and (max-width: 480px) {
  .has-fxl-font-size {
    font-size: 135%;
  }
}

.has-red-color {
  color: #f01e1e;
}

.has-blue-color {
  color: #1877bb;
}

.has-green-color {
  color: #2d9b4b;
}

.has-pink-color {
  color: #f04b91;
}

.has-dark-color {
  color: #333333;
}

.wp-block-buttons {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.wp-block-buttons:last-child {
  margin-bottom: 0;
}

.wp-block-button {
  display: block;
}

.wp-block-button.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-button + .wp-block-button {
  margin-top: 0.6em;
}

.wp-block-button.has-custom-width .wp-block-button__link {
  display: block;
}

.wp-block-button.wp-block-button__width-25 {
  width: 25%;
}

.wp-block-button.wp-block-button__width-50 {
  width: 50%;
}

.wp-block-button.wp-block-button__width-75 {
  width: 75%;
}

.wp-block-button.wp-block-button__width-100 {
  width: 100%;
}

.wp-block-button__link {
  color: #ffffff;
  background-color: #643c14;
  border-radius: 8px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  padding: 0.5em 2em;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  line-height: 1.2;
  max-width: 100%;
}

.wp-block-button__link:hover {
  text-decoration: none;
}

.wp-block-button__link strong {
  color: inherit;
}

.wp-block-button__link.has-red-background-color {
  background-color: #f01e1e;
}

.wp-block-button__link.has-blue-background-color {
  background-color: #1877bb;
}

.wp-block-button__link.has-green-background-color {
  background-color: #2d9b4b;
}

.wp-block-button__link.has-pink-background-color {
  background-color: #f04b91;
}

.wp-block-button__link.has-dark-background-color {
  background-color: #695d5b;
}

.wp-block-button__link.has-red-color {
  color: #f01e1e;
}

.wp-block-button__link.has-blue-color {
  color: #1877bb;
}

.wp-block-button__link.has-green-color {
  color: #2d9b4b;
}

.wp-block-button__link.has-pink-color {
  color: #f04b91;
}

.wp-block-button__link.has-dark-color {
  color: #333333;
}

.is-style-outline .wp-block-button__link {
  border: 2px solid #643c14;
  background-color: #fff;
  color: #643c14;
  transition: background-color 0.3s;
}

.is-style-outline .wp-block-button__link:hover {
  background-color: #ffc;
  opacity: 1;
}

.is-style-outline .wp-block-button__link.has-red-color {
  border-color: #f01e1e;
  color: #f01e1e;
}

.is-style-outline .wp-block-button__link.has-blue-color {
  border-color: #1877bb;
  color: #1877bb;
}

.is-style-outline .wp-block-button__link.has-green-color {
  border-color: #2d9b4b;
  color: #2d9b4b;
}

.is-style-outline .wp-block-button__link.has-pink-color {
  border-color: #f04b91;
  color: #f04b91;
}

.is-style-outline .wp-block-button__link.has-dark-color {
  border-color: #695d5b;
  color: #695d5b;
}

.is-style-outline .wp-block-button__link.has-red-background-color {
  background-color: #f01e1e;
}

.is-style-outline .wp-block-button__link.has-blue-background-color {
  background-color: #1877bb;
}

.is-style-outline .wp-block-button__link.has-green-background-color {
  background-color: #2d9b4b;
}

.is-style-outline .wp-block-button__link.has-pink-background-color {
  background-color: #f04b91;
}

.is-style-outline .wp-block-button__link.has-dark-background-color {
  background-color: #333333;
}

.wp-block-buttons.alignwide .wp-block-button__link {
  padding-left: 3em;
  padding-right: 3em;
  min-width: 240px;
}

.wp-block-buttons.alignfull .wp-block-button {
  display: block;
  width: 100%;
}

.wp-block-buttons.alignfull .wp-block-button .wp-block-button__link {
  padding-left: 1em;
  padding-right: 1em;
  display: block;
}

@media screen and (max-width: 480px) {
  .wp-block-buttons.alignwide .wp-block-button {
    display: block;
    width: 100%;
  }
  .wp-block-buttons.alignwide .wp-block-button .wp-block-button__link {
    display: block;
    padding-left: 1em;
    padding-right: 1em;
  }
}

.alignright {
  float: right;
  text-align: right;
  margin-left: 1em;
  margin-bottom: 0.75em;
  max-width: 50%;
}

.alignleft {
  float: left;
  text-align: left;
  margin-right: 1em;
  margin-bottom: 0.75em;
  max-width: 50%;
}

.aligncenter {
  display: block;
  margin: 0 auto 1em auto;
  text-align: center;
}

.has-text-align-right {
  text-align: right;
}

.has-text-align-left {
  text-align: left;
}

.has-text-align-center {
  text-align: center;
}

.wp-caption p {
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.25;
}

.wp-caption img {
  margin-bottom: 4px;
}

@media screen and (max-width: 480px) {
  .alignright,
  .alignleft {
    float: none;
    text-align: center;
    margin: 0 auto 1em auto;
    display: block;
    max-width: 100%;
  }
  .wp-caption p {
    font-size: 1.2rem;
  }
}

figure.wp-block-image {
  margin-bottom: 0.8em;
}

.wp-block-image {
  clear: both;
  max-width: 100%;
  margin-bottom: 1em;
  text-align: center;
  margin-left: 0;
  margin-right: 0;
}

.wp-block-image img {
  max-width: 100%;
}

.wp-block-image.is-style-rounded img {
  border-radius: 10px;
}

.wp-block-image.aligncenter {
  text-align: center;
}

.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
  width: 100%;
}

.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright, .wp-block-image.is-resized {
  display: table;
  margin-left: 0;
  margin-right: 0;
}

.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption,
.wp-block-image.is-resized > figcaption {
  display: table-caption;
  caption-side: bottom;
}

.wp-block-image .alignleft {
  float: left;
  margin-right: 1em;
}

.wp-block-image .alignright {
  float: right;
  margin-left: 1em;
}

.wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-image figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
  text-align: center;
  font-size: 13px;
}

.centered img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4px;
}

.alignright img {
  padding: 0;
  margin: 0 0 0 auto;
}

.alignleft img {
  padding: 0;
  margin: 0 auto 0 0;
}

.aligncenter img {
  padding: 0;
  margin: 0 auto 0 auto;
}

@media screen and (max-width: 480px) {
  .wp-block-image .alignleft {
    float: none;
    margin-right: 0;
  }
  .wp-block-image .alignright {
    float: none;
    margin-left: 0;
  }
}

.wp-block-columns {
  display: flex;
  justify-content: space-between;
  gap: 1.5em;
  max-width: 100%;
  min-width: 0;
}

p + .wp-block-columns,
p + .wp-block-group {
  margin-top: 1.5em;
}

@media screen and (max-width: 480px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) {
    display: block;
  }
  .wp-block-columns .wp-block-column {
    margin-bottom: 0.8em;
  }
  .wp-block-columns .wp-block-column:last-child {
    margin-bottom: 0;
  }
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #ececec;
}

.editor-block-list__block[data-type="core/embed"][data-align="left"] .editor-block-list__block-edit,
.editor-block-list__block[data-type="core/embed"][data-align="right"] .editor-block-list__block-edit {
  max-width: 360px;
  width: 100%;
}

.wp-block-embed {
  margin-bottom: 1em;
}

.wp-block-embed.alignleft, .wp-block-embed.alignright {
  max-width: 360px;
  width: 100%;
}

.wp-block-embed figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
  color: #555d66;
  text-align: center;
  font-size: 13px;
}

.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper {
  position: relative;
}

.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper::before,
.wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper::before,
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before,
.wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper::before,
.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper::before,
.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before,
.wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper::before {
  content: "";
  display: block;
  padding-top: 50%;
}

.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper::before {
  padding-top: 42.85%;
}

.wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper::before {
  padding-top: 50%;
}

.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
  padding-top: 56.25%;
}

.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before {
  padding-top: 75%;
}

.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper::before {
  padding-top: 100%;
}

.wp-block-embed.wp-embed-aspect-9-6 .wp-block-embed__wrapper::before {
  padding-top: 66.66%;
}

.wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper::before {
  padding-top: 200%;
}
