@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*!
 * ress.css • v2.0.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: break-word;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
}

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

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

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

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
}

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

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: "Hiragino Maru Gothic W4 JIS2004", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

body {
  font-size: 14px;
  color: #000000;
  word-wrap: break-word;
  overflow-x: hidden;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  body {
    width: 100%;
    overflow: scroll;
  }
}

.l-site-content {
  overflow-x: hidden;
}

@media screen and (min-width: 768px) {
  .pc-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.pc-wrap .p-sidebar {
  display: none;
}

@media screen and (min-width: 768px) {
  .pc-wrap .p-sidebar {
    display: block;
    background-color: #fff;
    width: 33vw;
    min-width: 250px;
    min-height: calc(100vh - 36px);
    padding: 0 30px;
  }
}

@media screen and (min-width: 1280px) {
  .pc-wrap .p-sidebar {
    width: calc( 50vw - 200px);
  }
}

.pc-wrap main {
  width: 100%;
  padding-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .pc-wrap main {
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 1280px) {
  .pc-wrap main {
    width: calc( 50vw + 200px);
  }
}

/*--------------------------------------------------------------
    commons
    block側でも読み込まれる
--------------------------------------------------------------*/
body {
  background-image: url(../images/background.png);
  background-size: 360px;
}

a[href^="tel:"] {
  pointer-events: auto;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

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

a {
  color: #000000;
}

a:hover {
  color: rgba(66, 133, 244, 0.85);
}

p {
  margin-bottom: 1em;
  line-height: 1.8;
}

p strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FDD865));
  background: linear-gradient(transparent 50%, #FDD865 50%);
}

/*--------------------------------------------------------------
		components
		front側のみ読み込まれる
--------------------------------------------------------------*/
.wp-block-group__inner-container {
  margin: 0 auto;
}

.sp {
  display: block;
}

@media screen and (min-width: 670px) {
  .sp {
    display: none;
  }
}

.spmd {
  display: block;
}

@media screen and (min-width: 768px) {
  .spmd {
    display: none;
  }
}

.md {
  display: block;
}

@media screen and (min-width: 670px) {
  .md {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .md {
    display: block;
  }
}

@media screen and (min-width: 896px) {
  .md {
    display: none;
  }
}

.mdpc {
  display: none;
}

@media screen and (min-width: 768px) {
  .mdpc {
    display: block;
  }
}

.pc {
  display: none;
}

@media screen and (min-width: 896px) {
  .pc {
    display: block;
  }
}

.sp-left_pc-center {
  text-align: left;
}

@media screen and (min-width: 768px) {
  .sp-left_pc-center {
    text-align: center;
  }
}

.sp-center_pc-left {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .sp-center_pc-left {
    text-align: left;
  }
}

@media screen and (min-width: 896px) {
  .no-br br {
    display: none;
  }
}

.no-br_reverse br {
  display: none;
}

@media screen and (min-width: 896px) {
  .no-br_reverse br {
    display: block;
  }
}

.container {
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
  overflow: hidden;
}

@media screen and (min-width: 670px) {
  .container {
    max-width: 880px;
    overflow: initial;
  }
}

@media screen and (min-width: 768px) {
  .container {
    margin: 0;
  }
}

@media screen and (min-width: 1024px) {
  .container {
    padding-left: 60px;
    padding-right: 60px;
  }
}

/*--------------------------------------------------------------
		site header
--------------------------------------------------------------*/
.p-header {
  height: 70px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
  background-image: url(../images/background.png);
  background-size: 360px;
}

@media screen and (min-width: 768px) {
  .p-header {
    display: none;
  }
}

.p-header__inner {
  width: calc(100% - 50px);
  padding: 20px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-header__logo a {
  display: block;
  max-width: 186px;
  height: auto;
}

.p-header .tatsunokokai-btn {
  max-width: 90px;
}

.hamburger-button {
  position: fixed;
  z-index: 20001;
  top: 20px;
  right: 15px;
  display: block;
}

@media screen and (min-width: 768px) {
  .hamburger-button {
    display: none;
  }
}

.hamburger-button .menu-trigger {
  position: relative;
  width: 30px;
  height: 21px;
  display: block;
}

.hamburger-button .menu-trigger span {
  position: absolute;
  left: 2px;
  width: 100%;
  height: 3px;
  background-color: #B27E57;
  border-radius: 3px;
}

.hamburger-button .menu-trigger span:nth-of-type(1) {
  top: 0;
}

.hamburger-button .menu-trigger span:nth-of-type(2) {
  top: 9px;
}

.hamburger-button .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.hamburger-button::after {
  content: 'MENU';
  font-family: "Shuei MaruGo B";
  font-size: 11px;
  color: #B27E57;
  -webkit-transition: all .4s;
  transition: all .4s;
  display: block;
  padding-top: 2px;
}

.hamburger-button.is-open {
  right: 15px;
}

.hamburger-button.is-open span {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  background-color: #fff;
}

.hamburger-button.is-open span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg);
}

.hamburger-button.is-open span:nth-of-type(2) {
  opacity: 0;
}

.hamburger-button.is-open span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
          transform: translateY(-8px) rotate(45deg);
}

.hamburger-button.is-open::after {
  color: #fff;
}

.p-drawer {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #AC764E;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 20000;
  opacity: .98;
  overflow-y: scroll;
}

.p-drawer.is-open {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

@media screen and (min-width: 768px) {
  .p-drawer {
    display: none;
  }
}

.p-drawer__header {
  padding: 15px 20px;
  background-image: url(../images/line_white.png);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: auto 2px;
}

.p-drawer__header_inner {
  width: calc(100% - 40px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-drawer__header_inner .contact-btn {
  display: inline-block;
  width: 150px;
}

.p-drawer__header_inner .tatsunokokai-btn {
  display: inline-block;
  width: 125px;
  margin-left: 5px;
}

.p-drawer .menu-drawer-menu-container {
  padding: 20px;
}

.p-drawer .menu-drawer-menu-container ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  list-style: none;
}

.p-drawer .menu-drawer-menu-container ul li {
  width: calc(48% - 28px);
  font-size: 16px;
  display: inline-block;
  padding: 6px 0;
  margin-left: 28px;
  text-indent: -28px;
}

.p-drawer .menu-drawer-menu-container ul li::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../images/ico_arrow_white.png");
  background-size: cover;
  vertical-align: sub;
}

.p-drawer .menu-drawer-menu-container ul li a {
  font-family: "Hiragino Maru Gothic W5 JIS2004", "ヒラギノ丸ゴ Pro W5";
  color: #fff;
  text-decoration: none;
  padding-left: 8px;
}

.p-drawer .menu-drawer-menu-container ul li ul {
  display: none;
}

.p-drawer__download {
  padding: 40px 20px;
  background-image: url(../images/line_white.png);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: auto 2px;
}

.p-drawer__download dl {
  margin-bottom: 40px;
}

.p-drawer__download dl:last-child {
  margin-bottom: 0;
}

.p-drawer__download dl dt a {
  display: inline-block;
  font-family: "Hiragino Maru Gothic W5 JIS2004", "ヒラギノ丸ゴ Pro W5";
  font-size: 18px;
  color: #fff;
  margin-bottom: .3em;
  text-decoration: none;
}

.p-drawer__download dl dt a::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../images/ico_arrow_white.png");
  background-size: cover;
  vertical-align: sub;
  margin-right: 8px;
}

.p-drawer__download dl dd.dl-icon a {
  font-size: 14px;
  color: #fff;
}

.p-drawer__download dl dd.dl-icon a::after {
  content: '';
  width: 18px;
  height: 14px;
  background-image: url("../images/ico_download_white.png");
  background-size: cover;
  display: inline-block;
  margin-left: .5em;
}

.p-drawer__foot {
  padding: 20px;
}

.p-drawer__foot ul {
  list-style: none;
}

.p-drawer__foot ul li {
  max-width: 300px;
  margin: 0 auto 1em;
}

.menu-global-menu-container {
  padding-left: calc(20px - 2px);
  padding-right: calc(20px - 2px);
}

@media screen and (min-width: 768px) {
  .menu-global-menu-container {
    display: none;
  }
}

.menu-global-menu-container ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.menu-global-menu-container ul li {
  display: inline-block;
  width: calc((100% /4) - 4px);
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: 10px;
  background-size: cover;
  position: relative;
}

@media screen and (min-width: 670px) {
  .menu-global-menu-container ul li {
    width: calc((100% /8) - 4px);
  }
}

.menu-global-menu-container ul li::before {
  content: '';
  display: block;
  padding-top: 46.75%;
}

.menu-global-menu-container ul li:nth-of-type(1) {
  background-image: url("../images/g_menu_01.png");
}

.menu-global-menu-container ul li:nth-of-type(2) {
  background-image: url("../images/g_menu_02.png");
}

.menu-global-menu-container ul li:nth-of-type(3) {
  background-image: url("../images/g_menu_03.png");
}

.menu-global-menu-container ul li:nth-of-type(4) {
  background-image: url("../images/g_menu_04.png");
}

.menu-global-menu-container ul li:nth-of-type(5) {
  background-image: url("../images/g_menu_05.png");
}

.menu-global-menu-container ul li:nth-of-type(6) {
  background-image: url("../images/g_menu_06.png");
}

.menu-global-menu-container ul li:nth-of-type(7) {
  background-image: url("../images/g_menu_07.png");
}

.menu-global-menu-container ul li:nth-of-type(8) {
  background-image: url("../images/g_menu_08.png");
}

.menu-global-menu-container ul li a {
  width: 100%;
  display: inline-block;
  font-family: "Hiragino Maru Gothic W5 JIS2004", "ヒラギノ丸ゴ Pro W5";
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding-top: calc(23% - 6px);
}

.menu-global-menu-container ul li ul {
  display: none;
}

.pc-head {
  display: none;
}

@media screen and (min-width: 768px) {
  .pc-head {
    max-width: 800px;
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media screen and (min-width: 896px) {
  .pc-head {
    margin-left: 20px;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

@media screen and (min-width: 1024px) {
  .pc-head {
    margin-left: 60px;
  }
}

.pc-head .head_bn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.pc-head .head_bn .tatsunokokai-btn {
  max-width: 234px;
}

.pc-head .head_bn .contact-btn {
  max-width: 134px;
  margin-left: 10px;
}

.pc-head .head_download ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.pc-head .head_download ul li {
  white-space: nowrap;
  margin-left: .5em;
}

@media screen and (min-width: 1024px) {
  .pc-head .head_download ul li {
    margin-left: 1.5em;
  }
}

.pc-head .head_download ul li.dl-icon a {
  font-size: 14px;
}

.pc-head .head_download ul li.dl-icon a::after {
  content: '';
  width: 18px;
  height: 14px;
  background-image: url("../images/ico_download.png");
  background-size: cover;
  display: inline-block;
  margin-left: .5em;
}

/*--------------------------------------------------------------
		site sidebar
--------------------------------------------------------------*/
.p-sidebar__inner {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 340px;
  padding: 30px 0;
  margin: auto 0 auto auto;
}

.p-sidebar__logo a {
  display: block;
  max-width: 172px;
  height: auto;
  margin: 0 auto 20px;
}

.p-sidebar__info {
  font-size: 13px;
  color: #6C493A;
  text-align: center;
  line-height: 1.7;
  margin-bottom: 20px;
}

.p-sidebar .associated {
  margin-bottom: 20px;
  border-bottom: dotted 1px #6C493A;
}

.p-sidebar .associated ul {
  list-style: none;
  padding-bottom: 20px;
}

.p-sidebar .associated ul li {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}

.p-sidebar .associated ul li:last-child {
  margin-bottom: 0;
}

.p-sidebar .associated ul li a {
  display: inline-block;
  max-width: 280px;
}

.p-sidebar .menu-pc_menu-container ul {
  list-style: none;
}

.p-sidebar .menu-pc_menu-container ul li {
  font-size: 14px;
  display: block;
  padding: 6px 0;
  margin-left: 30px;
  text-indent: -30px;
}

.p-sidebar .menu-pc_menu-container ul li::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("../images/ico_arrow_brown.png");
  background-size: cover;
  vertical-align: sub;
}

.p-sidebar .menu-pc_menu-container ul li a {
  font-family: "Hiragino Maru Gothic W5 JIS2004", "ヒラギノ丸ゴ Pro W5";
  color: #6C493A;
  text-decoration: none;
  padding-left: 10px;
}

.p-sidebar .menu-pc_menu-container ul li ul {
  display: none;
}

/*--------------------------------------------------------------
    site footer
--------------------------------------------------------------*/
.p-footer {
  margin-left: calc(50vw - 50%);
  margin-right: calc(50vw - 50%);
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .p-footer {
    display: none;
  }
}

.p-footer__inner {
  padding: 20px;
}

.p-footer__inner .associated {
  margin-bottom: 50px;
}

.p-footer__inner .associated h3 {
  font-family: "Moaria Bold";
  font-size: 20px;
  color: #7E5B4A;
  text-align: center;
  padding: 20px 0;
}

.p-footer__inner .associated ul {
  list-style: none;
}

.p-footer__inner .associated ul li {
  width: 100%;
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1em;
  background-image: url(../images/line_brown.png);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: auto 2px;
}

.p-footer__inner .associated ul li a {
  display: inline-block;
  max-width: 300px;
}

.p-footer__inner .menu-footer_menu-container ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  list-style: none;
}

.p-footer__inner .menu-footer_menu-container ul li {
  width: calc(48% - 28px);
  font-size: 16px;
  display: inline-block;
  padding: 5px 0;
  margin-left: 28px;
  text-indent: -28px;
}

.p-footer__inner .menu-footer_menu-container ul li::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../images/ico_arrow_brown.png");
  background-size: cover;
  vertical-align: sub;
}

.p-footer__inner .menu-footer_menu-container ul li a {
  font-family: "Hiragino Maru Gothic W5 JIS2004", "ヒラギノ丸ゴ Pro W5";
  color: #6C493A;
  text-decoration: none;
  padding-left: 8px;
}

.p-footer__inner .menu-footer_menu-container ul li ul {
  display: none;
}

.p-footer__download {
  padding: 40px 0 60px;
  background-image: url(../images/line_white.png);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: auto 2px;
}

.p-footer__download dl {
  margin-bottom: 30px;
}

.p-footer__download dl:last-child {
  margin-bottom: 0;
}

.p-footer__download dl dt a {
  display: inline-block;
  font-family: "Hiragino Maru Gothic W5 JIS2004", "ヒラギノ丸ゴ Pro W5";
  font-size: 18px;
  color: #8DA259;
  margin-bottom: .3em;
  text-decoration: none;
}

.p-footer__download dl dt a::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../images/ico_arrow_green.png");
  background-size: cover;
  vertical-align: sub;
  margin-right: 8px;
}

.p-footer__download dl dd.dl-icon a {
  font-size: 14px;
}

.p-footer__download dl dd.dl-icon a::after {
  content: '';
  width: 18px;
  height: 14px;
  background-image: url("../images/ico_download.png");
  background-size: cover;
  display: inline-block;
  margin-left: .5em;
}

.p-footer__logo {
  max-width: 240px;
  margin-bottom: 10px;
}

.p-footer__info {
  font-size: 13px;
  color: #6C493A;
  line-height: 1.7;
}

.p-copyright {
  font-size: 9px;
  color: #fff;
  text-align: center;
  line-height: 1;
  background-color: #6C493A;
  padding: .7em 0;
}

@media screen and (min-width: 768px) {
  .p-copyright {
    font-size: 12px;
    text-align: right;
    padding: 1em 2em;
  }
}

@media screen and (min-width: 896px) {
  .p-copyright {
    width: 100%;
  }
}

.buttons-fixed {
  position: fixed;
  bottom: 30px;
  right: 20px;
}

@media screen and (min-width: 768px) {
  .buttons-fixed {
    display: none;
  }
}

.buttons-fixed .contact-btn {
  width: 50px;
  margin-bottom: 5px;
}

.buttons-fixed .access-btn {
  width: 50px;
}

/*--------------------------------------------------------------
    top
--------------------------------------------------------------*/
.p-mv {
  margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .p-mv {
    max-width: 760px;
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .p-mv {
    margin-left: 60px;
    margin-right: 60px;
  }
}

.p-info-container {
  display: block;
  background-color: #fff;
  background-image: url("../images/line_brown.png"), url("../images/line_brown.png");
  background-position: left top, left bottom;
  background-repeat: repeat-x, repeat-x;
  background-size: auto 2px, auto 2px;
  padding-bottom: 5px;
  margin-bottom: 30px;
}

.p-info-container h2 {
  font-family: "Moaria Bold";
  font-size: 20px;
  color: #7E5B4A;
  padding: .2em 20px;
  background-image: url("../images/line_brown.png");
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: auto 2px;
}

@media screen and (min-width: 768px) {
  .p-info-container h2 {
    font-size: 28px;
    padding: .3em 20px;
  }
}

.p-info-content {
  display: block;
  background-color: #fff;
  background-image: url("../images/foot_01.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 320px;
  padding: 15px 20px 0;
  height: 300px;
  overflow-y: scroll;
}

@media screen and (min-width: 768px) {
  .p-info-content {
    background-image: url("../images/foot_01_pc.png");
    background-size: 360px;
    padding: 15px 20px 10px;
    height: 420px;
  }
}

.p-info-content .info-item {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .p-info-content .info-item {
    margin-bottom: 20px;
  }
}

.p-info-content .info-item .date {
  font-size: 12px;
  margin-bottom: 5px;
  color: #6C493A;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .p-info-content .info-item .date {
    font-size: 16px;
  }
}

.p-info-content .info-item .title {
  font-family: "Hiragino Maru Gothic W5 JIS2004", "ヒラギノ丸ゴ Pro W5";
  font-size: 13px;
  margin-bottom: .3em;
}

@media screen and (min-width: 768px) {
  .p-info-content .info-item .title {
    font-size: 16px;
  }
}

.p-info-content .info-item .title a {
  color: #4285F4;
}

.p-info-content .info-item .detail p:last-child {
  margin-bottom: 0;
}

.p-info-content .info-item .detail a {
  color: #4285F4;
}

.p-info-content .info-item .detail .wp-block-file {
  margin-bottom: .5em;
}

.top-bns .wp-block-image {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}

.pan-area {
  font-size: 13px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (min-width: 670px) {
  .pan-area {
    display: none;
  }
}

.pan-area a {
  text-decoration: none;
}

.container p + p {
  margin-bottom: 1em;
}

.container ul li,
.container ol li {
  margin-top: .2em;
  margin-bottom: .2em;
}

.philosophy .wp-block-cover {
  margin-bottom: 50px;
  background-repeat: no-repeat;
  min-height: inherit;
  padding: 15px 0;
}

@media screen and (min-width: 768px) {
  .philosophy .wp-block-cover {
    background-size: cover;
    padding: 15px;
  }
}

.philosophy .wp-block-cover .wp-block-cover__inner-container {
  width: 100%;
}

.philosophy .wp-block-cover .wp-block-cover__inner-container .wp-block-group .wp-block-group__inner-container {
  background-color: rgba(255, 255, 255, 0.93);
  position: relative;
  padding: 55px 0;
}

.philosophy .wp-block-cover .wp-block-cover__inner-container .wp-block-group .wp-block-group__inner-container::before {
  content: '';
  position: absolute;
  top: -5px;
  background-image: url("../images/bk_white.png");
  background-repeat: repeat-x;
  background-position: left top;
  width: 100%;
  height: 5px;
}

@media screen and (min-width: 896px) {
  .philosophy .wp-block-cover .wp-block-cover__inner-container .wp-block-group .wp-block-group__inner-container::before {
    display: none;
  }
}

.philosophy .wp-block-cover .wp-block-cover__inner-container .wp-block-group .wp-block-group__inner-container::after {
  content: '';
  position: absolute;
  bottom: -5px;
  background-image: url("../images/bk_white.png");
  background-repeat: repeat-x;
  background-position: left bottom;
  width: 100%;
  height: 5px;
}

@media screen and (min-width: 896px) {
  .philosophy .wp-block-cover .wp-block-cover__inner-container .wp-block-group .wp-block-group__inner-container::after {
    display: none;
  }
}

.philosophy .wp-block-cover .wp-block-cover__inner-container .wp-block-group h2 {
  font-family: "Hiragino Maru Gothic W6 JIS2004", "ヒラギノ丸ゴ Pro W6";
  margin-bottom: 1em;
}

@media screen and (min-width: 670px) {
  .philosophy .wp-block-cover .wp-block-cover__inner-container .wp-block-group h2 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.philosophy .wp-block-cover .wp-block-cover__inner-container .wp-block-group p + p {
  margin-bottom: 25px;
}

.philosophy .wp-block-cover .wp-block-cover__inner-container .wp-block-group h2 + p {
  margin-bottom: 25px;
}

.philosophy .wp-block-cover .wp-block-cover__inner-container .wp-block-group h2 + p:last-child {
  margin-bottom: 0;
}

.philosophy .wp-block-cover .wp-block-cover__inner-container .wp-block-group p + h2 {
  margin-top: 45px;
}

.schedule .is-style-headline-moaria_26 {
  margin-bottom: .2em;
}

.schedule-table-group .wp-block-columns {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 896px) {
  .schedule-table-group .wp-block-columns {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.schedule-table-group .wp-block-columns .wp-block-column {
  -webkit-flex-basis: auto !important;
      -ms-flex-preferred-size: auto !important;
          flex-basis: auto !important;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  max-width: 360px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 1133px) {
  .schedule-table-group .wp-block-columns .wp-block-column {
    width: calc(50% - 20px);
    margin-left: 0;
  }
}

.schedule-table-group .wp-block-columns .wp-block-column h2 {
  margin-bottom: .5em;
}

.schedule-table-group .wp-block-columns .wp-block-column .wp-block-image {
  text-align: center;
}

@media screen and (min-width: 1133px) {
  .schedule-table-group .wp-block-columns .wp-block-column .wp-block-image {
    text-align: left;
  }
}

@media screen and (min-width: 670px) {
  .schedule-table-group .wp-block-columns .wp-block-column .wp-block-image img {
    width: auto;
  }
}

.schedule-table-group .wp-block-columns .wp-block-column:nth-child(2n) {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1133px) {
  .schedule-table-group .wp-block-columns .wp-block-column:nth-child(2n) {
    margin-right: 0;
  }
}

.schedule-list-group .wp-block-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0;
}

@media screen and (min-width: 896px) {
  .schedule-list-group .wp-block-columns {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.schedule-list-group .wp-block-columns .wp-block-column {
  -webkit-flex-basis: auto !important;
      -ms-flex-preferred-size: auto !important;
          flex-basis: auto !important;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  max-width: 360px;
  background-color: #8DA259;
  border-radius: 10px;
  color: #fff;
  padding: .7em 0;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
}

@media screen and (min-width: 1133px) {
  .schedule-list-group .wp-block-columns .wp-block-column {
    width: calc(50% - 20px);
    margin-left: 0;
  }
}

.schedule-list-group .wp-block-columns .wp-block-column h3 {
  margin-bottom: .5em;
}

.schedule-list-group .wp-block-columns .wp-block-column .wp-block-image {
  text-align: center;
}

@media screen and (min-width: 896px) {
  .schedule-list-group .wp-block-columns .wp-block-column .wp-block-image {
    text-align: left;
  }
}

@media screen and (min-width: 896px) {
  .schedule-list-group .wp-block-columns .wp-block-column .wp-block-image img {
    width: auto;
  }
}

.schedule-list-group .wp-block-columns .wp-block-column p {
  padding: 0 .5em;
}

@media screen and (min-width: 768px) {
  .schedule-list-group .wp-block-columns .wp-block-column p {
    padding: 0 20px;
  }
}

.schedule-list-group .wp-block-columns .wp-block-column:nth-child(2n) {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1133px) {
  .schedule-list-group .wp-block-columns .wp-block-column:nth-child(2n) {
    margin-right: 0;
  }
}

.schedule-eating-group .wp-block-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0;
}

@media screen and (min-width: 896px) {
  .schedule-eating-group .wp-block-columns {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.schedule-eating-group .wp-block-columns .wp-block-column {
  -webkit-flex-basis: auto !important;
      -ms-flex-preferred-size: auto !important;
          flex-basis: auto !important;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  max-width: 360px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
}

@media screen and (min-width: 1133px) {
  .schedule-eating-group .wp-block-columns .wp-block-column {
    width: calc(50% - 20px);
    margin-left: 0;
  }
}

.schedule-eating-group .wp-block-columns .wp-block-column:nth-child(2n) {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1133px) {
  .schedule-eating-group .wp-block-columns .wp-block-column:nth-child(2n) {
    margin-right: 0;
  }
}

.schedule-eating-group .wp-block-columns.-declaration .wp-block-column {
  background-image: url("../images/schedule_declaration_01.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 10px;
  min-height: 230px;
}

.schedule-eating-group .wp-block-columns.-declaration .wp-block-column h3 {
  margin-bottom: 0;
  padding: .6em 0 0 3.5em;
}

@media screen and (min-width: 896px) {
  .schedule-eating-group .wp-block-columns.-declaration .wp-block-column h3 {
    padding: .8em 0 0 4em;
  }
}

.schedule-eating-group .wp-block-columns.-declaration .wp-block-column p {
  padding: 1.5em;
  line-height: 1.5;
}

@media screen and (min-width: 896px) {
  .schedule-eating-group .wp-block-columns.-declaration .wp-block-column p {
    padding: 1.7em 2em;
  }
}

@media screen and (min-width: 1024px) {
  .schedule-eating-group .wp-block-columns.-declaration .wp-block-column p {
    padding: 1.5em 1.5em;
  }
}

.about .hero img {
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  .about .hero img {
    height: 280px;
  }
}

.about .facility-image {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px auto;
}

@media screen and (min-width: 896px) {
  .about .facility-image {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media screen and (min-width: 896px) {
  .about .facility-image_group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-content: flex-end;
        -ms-flex-line-pack: end;
            align-content: flex-end;
  }
}

.about .facility-image_group .is-style-headline-moaria_26 {
  line-height: 1;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.about .facility-image .wp-block-column {
  -webkit-flex-basis: auto !important;
      -ms-flex-preferred-size: auto !important;
          flex-basis: auto !important;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  max-width: 360px;
}

.about .facility-image .wp-block-column:first-child {
  text-align: center;
  margin: 0 auto 20px;
}

@media screen and (min-width: 1133px) {
  .about .facility-image .wp-block-column:first-child {
    max-width: 360px;
    margin: 0;
  }
}

.about .facility-image .wp-block-column:first-child .facility-image_group {
  height: auto;
}

@media screen and (min-width: 1133px) {
  .about .facility-image .wp-block-column:first-child .facility-image_group {
    height: 283px;
  }
}

.about .facility-image .wp-block-column:nth-child(2n) {
  margin: 0 auto;
}

@media screen and (min-width: 1133px) {
  .about .facility-image .wp-block-column:nth-child(2n) {
    max-width: 360px;
    margin-right: 0;
  }
}

.about .facility-image .wp-block-column .wp-block-image {
  display: block;
}

@media screen and (min-width: 768px) {
  .tatsunoko .wp-block-group.text-right .wp-block-group__inner-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

.tatsunoko .wp-block-group.text-right .wp-block-group__inner-container h2 {
  margin-bottom: .5em;
}

@media screen and (min-width: 768px) {
  .tatsunoko .wp-block-group.text-right .wp-block-group__inner-container h2 {
    margin-bottom: 1em;
  }
}

.tatsunoko .wp-block-group.text-right .wp-block-group__inner-container p {
  margin-bottom: 1em;
}

@media screen and (min-width: 768px) {
  .tatsunoko .wp-block-group.text-right .wp-block-group__inner-container p {
    margin-left: 1.5em;
    margin-bottom: 0;
  }
}

.tatsunoko .tatsunoko-title_line {
  margin-top: 2em;
  margin-bottom: 1em;
  border-bottom: solid 1px #8DA259;
}

.tatsunoko .tatsunoko-title_line .wp-block-group__inner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.tatsunoko .tatsunoko-title_line .wp-block-group__inner-container p {
  margin-bottom: 0;
}

.tatsunoko .tatsunoko-title_line .wp-block-group__inner-container .wp-block-group__inner-container {
  display: block;
}

@media screen and (min-width: 768px) {
  .tatsunoko .tatsunoko-title_line .wp-block-group__inner-container .wp-block-group__inner-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.tatsunoko .tatsunoko-title_line .wp-block-group__inner-container .wp-block-group__inner-container h3 {
  padding: 0;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .tatsunoko .tatsunoko-title_line .wp-block-group__inner-container .wp-block-group__inner-container h3 {
    margin-left: 1em;
  }
}

.tsukushi .wp-block-columns {
  margin-bottom: 0px;
}

@media screen and (min-width: 896px) {
  .tsukushi .wp-block-columns {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  .tsukushi .wp-block-group.text-right .wp-block-group__inner-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

.tsukushi .wp-block-group.text-right .wp-block-group__inner-container h2 {
  margin-bottom: .5em;
}

@media screen and (min-width: 768px) {
  .tsukushi .wp-block-group.text-right .wp-block-group__inner-container h2 {
    margin-bottom: 1em;
  }
}

.tsukushi .wp-block-group.text-right .wp-block-group__inner-container p {
  margin-bottom: 1em;
}

@media screen and (min-width: 768px) {
  .tsukushi .wp-block-group.text-right .wp-block-group__inner-container p {
    margin-left: 1.5em;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .tanpopo .wp-block-group.text-right .wp-block-group__inner-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

.tanpopo .wp-block-group.text-right .wp-block-group__inner-container h2 {
  margin-bottom: .5em;
}

@media screen and (min-width: 768px) {
  .tanpopo .wp-block-group.text-right .wp-block-group__inner-container h2 {
    margin-bottom: 1em;
  }
}

.tanpopo .wp-block-group.text-right .wp-block-group__inner-container p {
  margin-bottom: 1em;
}

@media screen and (min-width: 768px) {
  .tanpopo .wp-block-group.text-right .wp-block-group__inner-container p {
    margin-left: 1.5em;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 896px) {
  .tatsunokokai .tatsunokokai-01 {
    padding-left: 130px;
    padding-right: 130px;
  }
}

@media screen and (min-width: 896px) {
  .tatsunokokai .tatsunokokai-02 {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.tatsunokokai .list-table {
  border-collapse: collapse;
  border-left: solid 10px #B27E57;
}

.tatsunokokai .list-table tbody tr td {
  display: block;
  font-size: 13px;
  padding: 0 0 1em .7em;
  border: none;
}

@media screen and (min-width: 768px) {
  .tatsunokokai .list-table tbody tr td {
    display: table-cell;
    font-size: 14px;
    padding: .5em 0 .5em .5em;
  }
}

.tatsunokokai .list-table tbody tr td:first-child {
  font-family: "Hiragino Maru Gothic W6 JIS2004", "ヒラギノ丸ゴ Pro W6";
  font-size: 14px;
  color: #6C493A;
  white-space: nowrap;
  padding: 0 0 0 .7em;
}

@media screen and (min-width: 768px) {
  .tatsunokokai .list-table tbody tr td:first-child {
    padding: .5em 0 .5em .5em;
  }
}

.tatsunokokai .tree .md {
  max-width: 320px;
  margin: auto;
}

.tatsunokokai .tree .pc {
  max-width: 600px;
  margin: auto;
}

.tatsunokokai .wanttowork .wp-block-cover {
  min-height: 210px;
}

@media screen and (min-width: 768px) {
  .tatsunokokai .wanttowork .wp-block-cover {
    min-height: 280px;
  }
}

.tatsunokokai .wanttowork .comment.wp-block-columns {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tatsunokokai .wanttowork .comment.wp-block-columns .wp-block-column {
  max-width: 360px;
  margin: auto;
}

.tatsunokokai .wanttowork .comment.wp-block-columns .wp-block-column p {
  padding: 1em 0;
}

.tatsunokokai .wanttowork .comment.wp-block-columns .wp-block-column .wp-block-media-text {
  grid-template-columns: 100px 1fr;
}

.tatsunokokai .wanttowork .comment.wp-block-columns .wp-block-column .wp-block-media-text__media {
  max-width: 100px;
}

.tatsunokokai .wanttowork .comment.wp-block-columns .wp-block-column .wp-block-media-text__content p {
  text-align: left;
  padding: 0;
}

.tatsunokokai .wanttowork .comment.wp-block-columns .wp-block-column:nth-child(2n) {
  margin-left: auto;
}

@media screen and (min-width: 896px) {
  .tatsunokokai .wanttowork .comment.wp-block-columns .wp-block-column:nth-child(2n) {
    margin-right: 0;
    margin-left: auto;
  }
}

.access .gmap {
  margin-bottom: 20px;
}

.access .facility-image {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px auto;
}

@media screen and (min-width: 896px) {
  .access .facility-image {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.access .facility-image .wp-block-column {
  -webkit-flex-basis: auto !important;
      -ms-flex-preferred-size: auto !important;
          flex-basis: auto !important;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.access .facility-image .wp-block-column:first-child {
  max-width: 360px;
  text-align: center;
  margin: 0 auto 20px;
}

@media screen and (min-width: 896px) {
  .access .facility-image .wp-block-column:first-child {
    max-width: 360px;
    margin: 0;
  }
}

.access .facility-image .wp-block-column:nth-child(2n) {
  max-width: 360px;
  margin: 0 auto;
}

@media screen and (min-width: 896px) {
  .access .facility-image .wp-block-column:nth-child(2n) {
    max-width: 320px;
    margin-right: 0;
  }
}

.access .facility-image .wp-block-column .wp-block-image {
  display: block;
}

.access .facility-image .is-style-headline-moaria_26 {
  line-height: 1;
  margin-bottom: 0;
  padding: 0;
}

.contact main {
  padding-bottom: 60px;
}

.contact-tb {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .contact-tb {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 768px) {
  .contact-tb tbody tr {
    border-bottom: solid 1px #6C493A;
  }
  .contact-tb tbody tr:last-child {
    border-bottom: none;
  }
}

.contact-tb tbody tr th {
  display: block;
  font-family: "Hiragino Maru Gothic W6 JIS2004", "ヒラギノ丸ゴ Pro W6";
  color: #6C493A;
  text-align: left;
  white-space: nowrap;
  padding: 1em .5em 0 .5em;
}

@media screen and (min-width: 768px) {
  .contact-tb tbody tr th {
    width: 25%;
    display: table-cell;
    padding: .5em;
    vertical-align: middle;
  }
}

.contact-tb tbody tr td {
  display: block;
  padding: .5em .5em 1em .5em;
}

@media screen and (min-width: 768px) {
  .contact-tb tbody tr td {
    display: table-cell;
    padding: .5em;
  }
}

.contact-tb ::-webkit-input-placeholder {
  color: #AAA;
}

.contact-tb ::-moz-placeholder {
  color: #AAA;
}

.contact-tb :-ms-input-placeholder {
  color: #AAA;
}

.contact-tb ::-ms-input-placeholder {
  color: #AAA;
}

.contact-tb ::placeholder {
  color: #AAA;
}

.contact-tb input[type="text"],
.contact-tb input[type="email"] {
  width: 100%;
  border: solid 1px #CCC;
  background-color: #FFF;
  padding: .5em;
  margin: .1em 0;
}

@media screen and (min-width: 670px) {
  .contact-tb input[type="text"],
  .contact-tb input[type="email"] {
    width: 100%;
  }
}

.contact-tb .mwform-tel-field input[type="text"] {
  width: 6em;
}

.contact-tb .mwform-zip-field input[type="text"] {
  width: 100px;
  border: solid 1px #CCC;
  background-color: #FFF;
  padding: .5em;
  margin: .1em 0;
}

.contact-tb input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.contact-tb input[type="radio"] + span {
  display: block;
}

@media screen and (min-width: 670px) {
  .contact-tb input[type="radio"] + span {
    display: inline-block;
    white-space: nowrap;
  }
}

.contact-tb input[type="radio"] + span:before {
  content: '';
  background: #FFF;
  border-radius: 100%;
  border: 1px solid #bfbfbf;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  position: relative;
  top: .2em;
  margin-right: .5em;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.contact-tb input[type="radio"]:checked + span:before {
  background-color: #6C493A;
  -webkit-box-shadow: inset 0 0 0 4px #FFF;
          box-shadow: inset 0 0 0 4px #FFF;
}

.contact-tb input[type="radio"]:focus + span:before {
  outline: none;
  border-color: #6C493A;
}

.contact-tb input[type="radio"]:disabled + span:before {
  -webkit-box-shadow: inset 0 0 0 4px #FFF;
          box-shadow: inset 0 0 0 4px #FFF;
  border-color: #bfbfbf;
  background: #bfbfbf;
}

.contact-tb input[type="radio"] + span:empty:before {
  margin-right: 0;
}

.contact-tb input[type="checkbox"] {
  display: none;
}

.contact-tb input[type="checkbox"] + span {
  font-weight: bold;
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

@media screen and (min-width: 670px) {
  .contact-tb input[type="checkbox"] + span {
    white-space: nowrap;
  }
}

.contact-tb input[type="checkbox"] + span:last-child {
  margin-bottom: 0;
}

.contact-tb input[type="checkbox"] + span:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #666;
  position: absolute;
  left: 0;
  top: .1em;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

.contact-tb input[type="checkbox"] + span > label {
  display: block;
}

@media screen and (min-width: 670px) {
  .contact-tb input[type="checkbox"] + span > label {
    display: inline-block;
  }
}

.contact-tb input[type="checkbox"]:checked + span:before {
  width: 10px;
  top: -2px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-color: #6C493A;
  border-top-color: transparent;
  border-left-color: transparent;
  border-width: 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.contact-tb textarea {
  width: 100%;
  padding: .5em;
  border: solid 1px #CCC;
  background-color: #FFF;
}

.contact-tb select {
  border: solid 1px #CCC;
  border-radius: inherit;
  background-color: #FFF;
  padding: .5em .5em;
}

.contact-tb label {
  margin-right: 1em;
}

.button-area {
  text-align: center;
}

.button-area .button-entry {
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 1;
  background-color: #6C493A;
  padding: .8em 2em;
  border-radius: 18px;
}

@media screen and (min-width: 768px) {
  .button-area .button-entry {
    font-size: 16px;
  }
}

.button-area .button-back {
  font-size: 14px;
  color: #000000;
  text-align: center;
  line-height: 1;
  background-color: #e9ecef;
  padding: .8em 2em;
  border-radius: 18px;
}

@media screen and (min-width: 768px) {
  .button-area .button-back {
    font-size: 16px;
  }
}

.container a {
  color: #3AA7C2;
}

.foot-contact .tel_title {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
}

.foot-contact .tel_num {
  font-family: "Hiragino Maru Gothic W6 JIS2004", "ヒラギノ丸ゴ Pro W6";
  font-size: 30px;
  text-align: center;
  line-height: 1;
}

.foot-contact .tel_num a {
  color: #000000;
  text-decoration: none;
}

.dl-icon a {
  display: inline-block;
  line-height: 1;
}

.dl-icon a::after {
  content: '';
  width: 18px;
  height: 14px;
  background-image: url("../images/ico_download.png");
  background-size: cover;
  display: inline-block;
  margin-left: .5em;
}

.wp-block-columns.f-3bn {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 896px) {
  .wp-block-columns.f-3bn {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

.wp-block-columns.f-3bn .wp-block-column {
  max-width: 245px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 896px) {
  .wp-block-columns.f-3bn .wp-block-column {
    margin-left: 3px;
    margin-right: 3px;
  }
}

.wp-block-columns.f-3bn .wp-block-column:not(:first-child), .wp-block-columns.f-3bn .wp-block-column:nth-child(2n) {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 896px) {
  .wp-block-columns.f-3bn .wp-block-column:not(:first-child), .wp-block-columns.f-3bn .wp-block-column:nth-child(2n) {
    margin-left: 3px;
    margin-right: 3px;
  }
}

.gcalendar {
  background-color: #FFF;
  padding: 1em 1em .6em;
}

#my-calendar .my-calendar-table {
  background-color: rgba(255, 255, 255, 0.6);
}

#my-calendar .my-calendar-table .heading {
  font-family: "Moaria Bold";
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  color: #000000 !important;
  padding: .2em 0;
  margin-bottom: .5em;
}

@media screen and (min-width: 768px) {
  #my-calendar .my-calendar-table .heading {
    font-size: 26px;
  }
}

#my-calendar .my-calendar-table th,
#my-calendar .my-calendar-table td {
  border: solid 1px #707070;
}

#my-calendar .my-calendar-table .mc-date {
  color: #000000;
  text-align: left;
}

#my-calendar .my-calendar-table thead tr th {
  font-family: "Hiragino Maru Gothic W6 JIS2004", "ヒラギノ丸ゴ Pro W6";
  color: #000000 !important;
  padding: .5em 0;
}

@media screen and (min-width: 768px) {
  #my-calendar .my-calendar-table thead tr th {
    font-size: 16px;
  }
}

#my-calendar .my-calendar-table thead tr th.sat abbr {
  color: #007bff;
}

#my-calendar .my-calendar-table thead tr th.sun abbr {
  color: #dc3545;
}

#my-calendar .my-calendar-table tbody td {
  height: 9em;
}

#my-calendar .my-calendar-table tbody .current-day .mc-date {
  border: none;
  color: #6C493A;
  background-color: transparent !important;
}

#my-calendar .my-calendar-table tbody .event-title img {
  width: 14px;
}

#my-calendar .my-calendar-table tbody .nextmonth {
  background-color: rgba(0, 0, 0, 0.07);
}

#my-calendar .my-calendar-table tbody .calendar-event .details {
  top: 4em;
}

#my-calendar abbr {
  cursor: none;
}

.is-style-headline-p {
  font-family: "Hiragino Maru Gothic W6 JIS2004", "ヒラギノ丸ゴ Pro W6";
  font-size: 14px;
  color: #7E5B4A;
  line-height: 1.5;
  padding: .2em 0;
  margin: 0 auto 1.4rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .is-style-headline-p {
    font-size: 18px;
    text-align: left;
  }
}

.is-style-headline-h1 {
  font-family: "Moaria Bold";
  font-size: 24px;
  color: #6C493A;
  line-height: 1.4;
  background-image: url("../images/line_brown.png");
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: auto 2px;
  padding: .2em 0;
  margin-bottom: 1em;
}

@media screen and (min-width: 768px) {
  .is-style-headline-h1 {
    font-size: 34px;
  }
}

.is-style-headline-moaria_26 {
  font-family: "Moaria Bold";
  font-size: 20px;
  line-height: 1.4;
  padding: .2em 0;
  margin-bottom: 1em;
}

@media screen and (min-width: 768px) {
  .is-style-headline-moaria_26 {
    font-size: 26px;
  }
}

.is-style-headline-moaria_24 {
  font-family: "Moaria Bold";
  font-size: 16px;
  line-height: 1.4;
  padding: .2em 0;
  margin-bottom: 1em;
}

@media screen and (min-width: 768px) {
  .is-style-headline-moaria_24 {
    font-size: 24px;
  }
}

.is-style-headline-18 {
  font-family: "Hiragino Maru Gothic W6 JIS2004", "ヒラギノ丸ゴ Pro W6";
  font-size: 16px;
  line-height: 1.5;
  padding: .2em 0;
  margin: 0 auto .5em;
}

@media screen and (min-width: 768px) {
  .is-style-headline-18 {
    font-size: 18px;
  }
}

.is-style-headline-16 {
  font-family: "Hiragino Maru Gothic W6 JIS2004", "ヒラギノ丸ゴ Pro W6";
  font-size: 16px;
  line-height: 1.5;
  padding: .2em 0;
  margin: 0 auto .5em;
}

.is-style-headline-15_sideline {
  font-family: "Hiragino Maru Gothic W6 JIS2004", "ヒラギノ丸ゴ Pro W6";
  font-size: 15px;
  color: #6C493A;
  position: relative;
  padding: 0 45px;
}

.is-style-headline-15_sideline::before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 3px;
  background-color: #6C493A;
  -webkit-transform: translateX(-45px) rotate(-120deg);
          transform: translateX(-45px) rotate(-120deg);
  right: auto;
  left: auto;
}

.is-style-headline-15_sideline::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 3px;
  background-color: #6C493A;
  -webkit-transform: translateX(3px) rotate(-60deg);
          transform: translateX(3px) rotate(-60deg);
  right: auto;
  left: auto;
}

.is-style-download-icon a,
.is-style-download-icon .rich-text.block-editor-rich-text__editable {
  display: inline-block;
  line-height: 1;
}

.is-style-download-icon a::after,
.is-style-download-icon .rich-text.block-editor-rich-text__editable::after {
  content: '';
  width: 18px;
  height: 14px;
  background-image: url("../images/ico_download.png");
  background-size: cover;
  display: inline-block;
  margin-left: .5em;
}

.is-style-download-icon a.wp-block-file__button,
.is-style-download-icon .rich-text.block-editor-rich-text__editable.wp-block-file__button {
  display: none;
}

.is-style-download-icon .wp-block-file__button-richtext-wrapper {
  display: none;
}

ul.is-style-list-disc_brown, ul.is-style-list-disc_green, ul.is-style-list-disc_orange, ul.is-style-list-disc_yellow,
ol.is-style-list-disc_brown,
ol.is-style-list-disc_green,
ol.is-style-list-disc_orange,
ol.is-style-list-disc_yellow {
  list-style: none;
  padding-left: 0;
}

ul.is-style-list-disc_brown li, ul.is-style-list-disc_green li, ul.is-style-list-disc_orange li, ul.is-style-list-disc_yellow li,
ol.is-style-list-disc_brown li,
ol.is-style-list-disc_green li,
ol.is-style-list-disc_orange li,
ol.is-style-list-disc_yellow li {
  padding-left: 1.5em;
  text-indent: -1.5em;
  margin-bottom: .5em;
}

ul.is-style-list-disc_brown li::before, ul.is-style-list-disc_green li::before, ul.is-style-list-disc_orange li::before, ul.is-style-list-disc_yellow li::before,
ol.is-style-list-disc_brown li::before,
ol.is-style-list-disc_green li::before,
ol.is-style-list-disc_orange li::before,
ol.is-style-list-disc_yellow li::before {
  content: "●";
  margin-right: .5em;
}

ul.is-style-list-disc_brown li ul, ul.is-style-list-disc_green li ul, ul.is-style-list-disc_orange li ul, ul.is-style-list-disc_yellow li ul,
ol.is-style-list-disc_brown li ul,
ol.is-style-list-disc_green li ul,
ol.is-style-list-disc_orange li ul,
ol.is-style-list-disc_yellow li ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

ul.is-style-list-disc_brown li ul li, ul.is-style-list-disc_green li ul li, ul.is-style-list-disc_orange li ul li, ul.is-style-list-disc_yellow li ul li,
ol.is-style-list-disc_brown li ul li,
ol.is-style-list-disc_green li ul li,
ol.is-style-list-disc_orange li ul li,
ol.is-style-list-disc_yellow li ul li {
  padding-left: 1.5em;
  text-indent: -1em;
}

ul.is-style-list-disc_brown li ul li::before, ul.is-style-list-disc_green li ul li::before, ul.is-style-list-disc_orange li ul li::before, ul.is-style-list-disc_yellow li ul li::before,
ol.is-style-list-disc_brown li ul li::before,
ol.is-style-list-disc_green li ul li::before,
ol.is-style-list-disc_orange li ul li::before,
ol.is-style-list-disc_yellow li ul li::before {
  content: "-";
}

ul.is-style-list-disc_brown li ol, ul.is-style-list-disc_green li ol, ul.is-style-list-disc_orange li ol, ul.is-style-list-disc_yellow li ol,
ol.is-style-list-disc_brown li ol,
ol.is-style-list-disc_green li ol,
ol.is-style-list-disc_orange li ol,
ol.is-style-list-disc_yellow li ol {
  margin-left: 1.5em;
}

ul.is-style-list-disc_brown li ol li, ul.is-style-list-disc_green li ol li, ul.is-style-list-disc_orange li ol li, ul.is-style-list-disc_yellow li ol li,
ol.is-style-list-disc_brown li ol li,
ol.is-style-list-disc_green li ol li,
ol.is-style-list-disc_orange li ol li,
ol.is-style-list-disc_yellow li ol li {
  padding-left: .5em;
  text-indent: -.5em;
}

ul.is-style-list-disc_brown li ol li::before, ul.is-style-list-disc_green li ol li::before, ul.is-style-list-disc_orange li ol li::before, ul.is-style-list-disc_yellow li ol li::before,
ol.is-style-list-disc_brown li ol li::before,
ol.is-style-list-disc_green li ol li::before,
ol.is-style-list-disc_orange li ol li::before,
ol.is-style-list-disc_yellow li ol li::before {
  content: "";
}

ul.is-style-list-disc_brown li::before,
ol.is-style-list-disc_brown li::before {
  color: #6C493A;
}

ul.is-style-list-disc_green li::before,
ol.is-style-list-disc_green li::before {
  color: #8DA259;
}

ul.is-style-list-disc_orange li::before,
ol.is-style-list-disc_orange li::before {
  color: #E1813E;
}

ul.is-style-list-disc_yellow li::before,
ol.is-style-list-disc_yellow li::before {
  color: #D39D2B;
}

ul.is-style-list-square_brown, ul.is-style-list-square_green, ul.is-style-list-square_orange, ul.is-style-list-square_yellow,
ol.is-style-list-square_brown,
ol.is-style-list-square_green,
ol.is-style-list-square_orange,
ol.is-style-list-square_yellow {
  list-style: none;
  padding-left: 0;
}

ul.is-style-list-square_brown li, ul.is-style-list-square_green li, ul.is-style-list-square_orange li, ul.is-style-list-square_yellow li,
ol.is-style-list-square_brown li,
ol.is-style-list-square_green li,
ol.is-style-list-square_orange li,
ol.is-style-list-square_yellow li {
  padding-left: 1.5em;
  text-indent: -1.5em;
  margin-bottom: .5em;
}

ul.is-style-list-square_brown li::before, ul.is-style-list-square_green li::before, ul.is-style-list-square_orange li::before, ul.is-style-list-square_yellow li::before,
ol.is-style-list-square_brown li::before,
ol.is-style-list-square_green li::before,
ol.is-style-list-square_orange li::before,
ol.is-style-list-square_yellow li::before {
  content: "□";
  margin-right: .5em;
}

ul.is-style-list-square_brown li ul, ul.is-style-list-square_green li ul, ul.is-style-list-square_orange li ul, ul.is-style-list-square_yellow li ul,
ol.is-style-list-square_brown li ul,
ol.is-style-list-square_green li ul,
ol.is-style-list-square_orange li ul,
ol.is-style-list-square_yellow li ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

ul.is-style-list-square_brown li ul li, ul.is-style-list-square_green li ul li, ul.is-style-list-square_orange li ul li, ul.is-style-list-square_yellow li ul li,
ol.is-style-list-square_brown li ul li,
ol.is-style-list-square_green li ul li,
ol.is-style-list-square_orange li ul li,
ol.is-style-list-square_yellow li ul li {
  padding-left: 1.5em;
  text-indent: -1em;
}

ul.is-style-list-square_brown li ul li::before, ul.is-style-list-square_green li ul li::before, ul.is-style-list-square_orange li ul li::before, ul.is-style-list-square_yellow li ul li::before,
ol.is-style-list-square_brown li ul li::before,
ol.is-style-list-square_green li ul li::before,
ol.is-style-list-square_orange li ul li::before,
ol.is-style-list-square_yellow li ul li::before {
  content: "-";
}

ul.is-style-list-square_brown li ol, ul.is-style-list-square_green li ol, ul.is-style-list-square_orange li ol, ul.is-style-list-square_yellow li ol,
ol.is-style-list-square_brown li ol,
ol.is-style-list-square_green li ol,
ol.is-style-list-square_orange li ol,
ol.is-style-list-square_yellow li ol {
  margin-left: 1.5em;
}

ul.is-style-list-square_brown li ol li, ul.is-style-list-square_green li ol li, ul.is-style-list-square_orange li ol li, ul.is-style-list-square_yellow li ol li,
ol.is-style-list-square_brown li ol li,
ol.is-style-list-square_green li ol li,
ol.is-style-list-square_orange li ol li,
ol.is-style-list-square_yellow li ol li {
  padding-left: .5em;
  text-indent: -.5em;
}

ul.is-style-list-square_brown li ol li::before, ul.is-style-list-square_green li ol li::before, ul.is-style-list-square_orange li ol li::before, ul.is-style-list-square_yellow li ol li::before,
ol.is-style-list-square_brown li ol li::before,
ol.is-style-list-square_green li ol li::before,
ol.is-style-list-square_orange li ol li::before,
ol.is-style-list-square_yellow li ol li::before {
  content: "";
}

ul.is-style-list-square_brown li::before,
ol.is-style-list-square_brown li::before {
  color: #6C493A;
}

ul.is-style-list-square_green li::before,
ol.is-style-list-square_green li::before {
  color: #8DA259;
}

ul.is-style-list-square_orange li::before,
ol.is-style-list-square_orange li::before {
  color: #E1813E;
}

ul.is-style-list-square_yellow li::before,
ol.is-style-list-square_yellow li::before {
  color: #D39D2B;
}

ul.is-style-list-square_brown_side, ul.is-style-list-square_green_side, ul.is-style-list-square_orange_side, ul.is-style-list-square_yellow_side,
ol.is-style-list-square_brown_side,
ol.is-style-list-square_green_side,
ol.is-style-list-square_orange_side,
ol.is-style-list-square_yellow_side {
  list-style: none;
  padding-left: 0;
  margin-bottom: .5em;
  font-size: 14px;
}

@media screen and (min-width: 896px) {
  ul.is-style-list-square_brown_side, ul.is-style-list-square_green_side, ul.is-style-list-square_orange_side, ul.is-style-list-square_yellow_side,
  ol.is-style-list-square_brown_side,
  ol.is-style-list-square_green_side,
  ol.is-style-list-square_orange_side,
  ol.is-style-list-square_yellow_side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    font-size: 16px;
  }
}

ul.is-style-list-square_brown_side li, ul.is-style-list-square_green_side li, ul.is-style-list-square_orange_side li, ul.is-style-list-square_yellow_side li,
ol.is-style-list-square_brown_side li,
ol.is-style-list-square_green_side li,
ol.is-style-list-square_orange_side li,
ol.is-style-list-square_yellow_side li {
  padding-left: 1.5em;
  text-indent: -1.5em;
  margin-bottom: 1em;
}

@media screen and (min-width: 896px) {
  ul.is-style-list-square_brown_side li, ul.is-style-list-square_green_side li, ul.is-style-list-square_orange_side li, ul.is-style-list-square_yellow_side li,
  ol.is-style-list-square_brown_side li,
  ol.is-style-list-square_green_side li,
  ol.is-style-list-square_orange_side li,
  ol.is-style-list-square_yellow_side li {
    min-width: 33%;
  }
}

ul.is-style-list-square_brown_side li::before, ul.is-style-list-square_green_side li::before, ul.is-style-list-square_orange_side li::before, ul.is-style-list-square_yellow_side li::before,
ol.is-style-list-square_brown_side li::before,
ol.is-style-list-square_green_side li::before,
ol.is-style-list-square_orange_side li::before,
ol.is-style-list-square_yellow_side li::before {
  content: "□";
  margin-right: .5em;
}

ul.is-style-list-square_brown_side li ul,
ul.is-style-list-square_brown_side li ol, ul.is-style-list-square_green_side li ul,
ul.is-style-list-square_green_side li ol, ul.is-style-list-square_orange_side li ul,
ul.is-style-list-square_orange_side li ol, ul.is-style-list-square_yellow_side li ul,
ul.is-style-list-square_yellow_side li ol,
ol.is-style-list-square_brown_side li ul,
ol.is-style-list-square_brown_side li ol,
ol.is-style-list-square_green_side li ul,
ol.is-style-list-square_green_side li ol,
ol.is-style-list-square_orange_side li ul,
ol.is-style-list-square_orange_side li ol,
ol.is-style-list-square_yellow_side li ul,
ol.is-style-list-square_yellow_side li ol {
  display: none;
}

ul.is-style-list-square_brown_side li::before,
ol.is-style-list-square_brown_side li::before {
  color: #6C493A;
}

ul.is-style-list-square_green_side li::before,
ol.is-style-list-square_green_side li::before {
  color: #8DA259;
}

ul.is-style-list-square_orange_side li::before,
ol.is-style-list-square_orange_side li::before {
  color: #E1813E;
}

ul.is-style-list-square_yellow_side li::before,
ol.is-style-list-square_yellow_side li::before {
  color: #D39D2B;
}

ul.is-style-list-button_side,
ol.is-style-list-button_side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  list-style-type: none;
}

ul.is-style-list-button_side li,
ol.is-style-list-button_side li {
  white-space: nowrap;
  font-family: "Hiragino Maru Gothic W6 JIS2004", "ヒラギノ丸ゴ Pro W6";
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 1;
  background-color: #8DA259;
  padding: .8em .9em;
  margin-left: 3px;
  margin-right: 3px;
  border-radius: 20px;
}

@media screen and (min-width: 768px) {
  ul.is-style-list-button_side li,
  ol.is-style-list-button_side li {
    font-size: 16px;
  }
}

ul.is-style-list-button_side li a,
ol.is-style-list-button_side li a {
  color: #fff;
  text-decoration: none;
}

.is-style-normal-green .wp-block-button__link {
  font-family: "Hiragino Maru Gothic W6 JIS2004", "ヒラギノ丸ゴ Pro W6";
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 1;
  background-color: #8DA259;
  padding: .8em 1em;
  border-radius: 20px;
}

@media screen and (min-width: 768px) {
  .is-style-normal-green .wp-block-button__link {
    font-size: 16px;
  }
}

.is-style-normal-green_icon .wp-block-button__link, .is-style-normal-orange_icon .wp-block-button__link, .is-style-normal-yellow_icon .wp-block-button__link, .is-style-normal-lightbrown_icon .wp-block-button__link {
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: .8em 2em;
  border-radius: 20px;
}

@media screen and (min-width: 768px) {
  .is-style-normal-green_icon .wp-block-button__link, .is-style-normal-orange_icon .wp-block-button__link, .is-style-normal-yellow_icon .wp-block-button__link, .is-style-normal-lightbrown_icon .wp-block-button__link {
    min-width: 260px;
    font-size: 16px;
  }
}

.is-style-normal-green_icon .wp-block-button__link::after, .is-style-normal-orange_icon .wp-block-button__link::after, .is-style-normal-yellow_icon .wp-block-button__link::after, .is-style-normal-lightbrown_icon .wp-block-button__link::after {
  content: '';
  width: 14px;
  height: 14px;
  background-image: url("../images/ico_window.png");
  background-size: contain;
  margin-left: 5px;
  display: inline-block;
  vertical-align: text-bottom;
}

.is-style-normal-green_icon .wp-block-button__link {
  background-color: #8DA259;
}

.is-style-normal-orange_icon .wp-block-button__link {
  background-color: #E1813E;
}

.is-style-normal-yellow_icon .wp-block-button__link {
  background-color: #D39D2B;
}

.is-style-normal-lightbrown_icon .wp-block-button__link {
  background-color: #B27E57;
}

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

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

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

.wp-block-column .has-background {
  padding: .5em;
}

.is-style-background-white {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 20px;
}

.is-style-border-green, .is-style-border-orange, .is-style-border-yellow {
  padding: 20px;
  background-color: white;
  border-radius: 15px;
}

.is-style-border-green {
  border: solid 1px #8DA259;
}

.is-style-border-orange {
  border: solid 1px #E1813E;
}

.is-style-border-yellow {
  border: solid 1px #D39D2B;
}

.is-style-table-scroll-y {
  overflow: auto;
  white-space: nowrap;
}

@media screen and (min-width: 670px) {
  .is-style-table-scroll-y {
    overflow: initial;
    white-space: inherit;
  }
}

.wp-block-columns {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (min-width: 896px) {
  .wp-block-columns {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

.wp-block-columns .wp-block-column {
  -webkit-flex-basis: 100% !important;
      -ms-flex-preferred-size: 100% !important;
          flex-basis: 100% !important;
}

@media screen and (min-width: 768px) {
  .wp-block-columns .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
}

@media screen and (min-width: 896px) {
  .wp-block-columns .wp-block-column:not(:first-child) {
    margin-left: 15px;
  }
}

.wp-block-columns .wp-block-column:nth-child(2n) {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 896px) {
  .wp-block-columns .wp-block-column:nth-child(2n) {
    margin-left: 15px;
  }
}

.is-style-table-01 table {
  border-collapse: collapse;
}

.is-style-table-01 table tbody tr {
  border-bottom: solid 1px #6C493A;
}

.is-style-table-01 table tbody tr td {
  border: none;
  padding: .5em 0;
}

@media screen and (min-width: 768px) {
  .is-style-table-01 table tbody tr td {
    font-size: 16px;
  }
}

.is-style-table-01 table tbody tr td:first-child {
  font-family: "Hiragino Maru Gothic W6 JIS2004", "ヒラギノ丸ゴ Pro W6";
  color: #6C493A;
  white-space: nowrap;
  padding-right: .5em;
}

.is-style-table-orange_360 table, .is-style-table-yellow_360 table, .is-style-table-gray_360 table {
  border-collapse: collapse;
  background-color: rgba(255, 255, 255, 0.6);
  margin-bottom: 20px;
}

@media screen and (min-width: 1024px) {
  .is-style-table-orange_360 table, .is-style-table-yellow_360 table, .is-style-table-gray_360 table {
    margin-bottom: 0;
  }
}

.is-style-table-orange_360 table thead tr th, .is-style-table-yellow_360 table thead tr th, .is-style-table-gray_360 table thead tr th {
  font-family: "Hiragino Maru Gothic W6 JIS2004", "ヒラギノ丸ゴ Pro W6";
  color: #6C493A;
  padding: .5em 0;
  border: none;
  border-bottom: solid 1px #E1813E;
  border-right: solid 1px #E1813E;
}

@media screen and (min-width: 768px) {
  .is-style-table-orange_360 table thead tr th, .is-style-table-yellow_360 table thead tr th, .is-style-table-gray_360 table thead tr th {
    font-size: 16px;
  }
}

.is-style-table-orange_360 table thead tr th:last-child, .is-style-table-yellow_360 table thead tr th:last-child, .is-style-table-gray_360 table thead tr th:last-child {
  border-right: none;
}

.is-style-table-orange_360 table tbody tr, .is-style-table-yellow_360 table tbody tr, .is-style-table-gray_360 table tbody tr {
  border-bottom: solid 1px #E1813E;
}

.is-style-table-orange_360 table tbody tr:last-child, .is-style-table-yellow_360 table tbody tr:last-child, .is-style-table-gray_360 table tbody tr:last-child {
  border-bottom: none;
}

.is-style-table-orange_360 table tbody tr td, .is-style-table-yellow_360 table tbody tr td, .is-style-table-gray_360 table tbody tr td {
  padding: .5em 0;
  border: none;
  border-right: solid 1px #E1813E;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .is-style-table-orange_360 table tbody tr td, .is-style-table-yellow_360 table tbody tr td, .is-style-table-gray_360 table tbody tr td {
    font-size: 16px;
  }
}

.is-style-table-orange_360 table tbody tr td:first-child, .is-style-table-yellow_360 table tbody tr td:first-child, .is-style-table-gray_360 table tbody tr td:first-child {
  font-family: "Hiragino Maru Gothic W6 JIS2004", "ヒラギノ丸ゴ Pro W6";
  color: #6C493A;
  white-space: nowrap;
  padding-right: .5em;
}

.is-style-table-orange_360 table tbody tr td:last-child, .is-style-table-yellow_360 table tbody tr td:last-child, .is-style-table-gray_360 table tbody tr td:last-child {
  border-right: none;
}

.is-style-table-yellow_360 table thead tr,
.is-style-table-yellow_360 table tbody tr {
  border-color: #D39D2B;
}

.is-style-table-yellow_360 table thead tr th,
.is-style-table-yellow_360 table tbody tr th {
  border-color: #D39D2B;
}

.is-style-table-yellow_360 table thead tr td,
.is-style-table-yellow_360 table tbody tr td {
  border-color: #D39D2B;
}

.is-style-table-gray_360 table thead tr,
.is-style-table-gray_360 table tbody tr {
  border-color: #707070;
}

.is-style-table-gray_360 table thead tr th,
.is-style-table-gray_360 table tbody tr th {
  border-color: #707070;
}

.is-style-table-gray_360 table thead tr td,
.is-style-table-gray_360 table tbody tr td {
  border-color: #707070;
}

.wp-block-separator.is-style-separator-brown {
  border: none;
  height: 2px;
  background-image: url("../images/line_brown.png");
  background-position: left center;
  background-repeat: repeat-x;
  background-size: auto 2px;
  margin: 2em 0;
  max-width: 100%;
}

.wp-block-separator.is-style-separator-green_1, .wp-block-separator.is-style-separator-green_2, .wp-block-separator.is-style-separator-orange_1, .wp-block-separator.is-style-separator-orange_2 {
  border: 0;
  margin: .2em 0 .5em;
  max-width: 100%;
}

.wp-block-separator.is-style-separator-green_1 {
  border-bottom: solid 1px #8DA259;
}

.wp-block-separator.is-style-separator-green_2 {
  border-bottom: solid 2px #8DA259;
}

.wp-block-separator.is-style-separator-orange_1 {
  border-bottom: solid 1px #E1813E;
}

.wp-block-separator.is-style-separator-orange_2 {
  border-bottom: solid 2px #E1813E;
}

.wp-block-spacer.is-style-space-60 {
  height: 40px !important;
}

@media screen and (min-width: 768px) {
  .wp-block-spacer.is-style-space-60 {
    height: 60px !important;
  }
}

.wp-block-spacer.is-style-space-40 {
  height: 25px !important;
}

@media screen and (min-width: 768px) {
  .wp-block-spacer.is-style-space-40 {
    height: 40px !important;
  }
}

.wp-block-spacer.is-style-space-30 {
  height: 20px !important;
}

@media screen and (min-width: 768px) {
  .wp-block-spacer.is-style-space-30 {
    height: 30px !important;
  }
}

.wp-block-media-text .wp-block-media-text__content {
  padding: 1em 0;
}

@media screen and (min-width: 670px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: 0 0 0 1em;
  }
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
  grid-row: 1 !important;
}

@media screen and (min-width: 670px) {
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    grid-row: 1 !important;
  }
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding: 1em 0;
  grid-row: 2 !important;
}

@media screen and (min-width: 670px) {
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding: 0 1em 0 0;
    grid-row: 1 !important;
  }
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  grid-row: 1 !important;
}

@media (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
    grid-row: 2 !important;
  }
}

.wp-block-media-text .wp-block-media-text__media {
  margin-right: .5em;
}

.wp-block-media-text .wp-block-media-text__content {
  margin-left: .5em;
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
  margin-left: .5em;
  margin-right: 0;
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  margin-right: .5em;
  margin-left: 0;
}

.wp-block-media-text.is-stacked-on-mobile {
  margin-left: 0;
  margin-right: 0;
}

.green-h_01,
.green-h_02,
.yellow-h_01,
.orange-h_01 {
  font-family: "Hiragino Maru Gothic W6 JIS2004", "ヒラギノ丸ゴ Pro W6";
  font-size: 16px;
  color: #fff;
  text-align: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 1em;
}

.green-h_01 {
  width: 231px;
  height: 41px;
  line-height: 41px;
  background-image: url("../images/tatsunoko_h_01.png");
}

.green-h_02 {
  width: 163px;
  height: 37px;
  line-height: 37px;
  background-image: url("../images/tatsunoko_h_02.png");
}

.yellow-h_01 {
  width: 163px;
  height: 37px;
  line-height: 37px;
  background-image: url("../images/tanpopo_h_01.png");
}

.orange-h_01 {
  width: 163px;
  height: 37px;
  line-height: 37px;
  background-image: url("../images/tsukushi_h_01.png");
}

.is-pattern-style-imageset .wp-block-media-text__content .has-medium-font-size {
  font-size: 20px;
  margin-bottom: .7em;
}

.is-pattern-style-heading-1 .editor-styles-wrapper .wp-block-group {
  margin-bottom: 0;
}

.is-pattern-style-heading-1 h1 {
  display: inline;
  margin-bottom: 1em;
}

.is-pattern-style-heading-1 p {
  font-weight: bold;
  margin-top: 1.4em;
  margin-bottom: 0;
}

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

.event-blocks__item {
  width: calc( 50% - 10px);
  margin-bottom: 1em;
}

@media screen and (min-width: 896px) {
  .event-blocks__item {
    width: 31%;
  }
}

.event-blocks__item .label {
  font-family: "Hiragino Maru Gothic W6 JIS2004", "ヒラギノ丸ゴ Pro W6";
  color: #FFF;
  text-align: center;
  line-height: 1;
  padding: .6em;
  border-radius: 10px 10px 0 0;
}

@media screen and (min-width: 896px) {
  .event-blocks__item .label {
    font-size: 18px;
  }
}

.event-blocks__item .label.color-pink {
  background-color: #F19CA6;
}

.event-blocks__item .label.color-blue {
  background-color: #89C3EB;
}

.event-blocks__item .label.color-orange {
  background-color: #E1813E;
}

.event-blocks__item .label.color-brown {
  background-color: #B27E57;
}

.event-blocks__item .text {
  padding: .5em 0;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  word-wrap: normal;
  border: none;
}

.screen-reader-text:active, .screen-reader-text:focus {
  clip: auto;
  -webkit-clip-path: none;
          clip-path: none;
  display: block;
  height: auto;
  width: auto;
  z-index: 100000;
  text-decoration: none;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.alignfull {
  margin-left: calc( 50% - 50vw);
  margin-right: calc( 50% - 50vw);
  width: auto;
  max-width: 100vw;
}

.alignwide {
  width: auto;
  margin-left: -20px;
  margin-right: -20px;
}

@media screen and (min-width: 896px) {
  .alignwide {
    margin-left: 0;
    margin-right: 0;
  }
}

.has-white-color {
  color: #ffffff !important;
}

.has-white-background-color {
  background-color: #ffffff !important;
}

.has-black-color {
  color: #000000 !important;
}

.has-black-background-color {
  background-color: #000000 !important;
}

.has-brown-color {
  color: #6C493A !important;
}

.has-brown-background-color {
  background-color: #6C493A !important;
}

.has-green-color {
  color: #8DA259 !important;
}

.has-green-background-color {
  background-color: #8DA259 !important;
}

.has-orange-color {
  color: #E1813E !important;
}

.has-orange-background-color {
  background-color: #E1813E !important;
}

.has-yellow-color {
  color: #D39D2B !important;
}

.has-yellow-background-color {
  background-color: #D39D2B !important;
}

.has-smaller-font-size {
  font-size: 12px;
}

@media screen and (min-width: 670px) {
  .has-smaller-font-size {
    font-size: 12px;
  }
}

.has-small-font-size {
  font-size: 14px;
}

@media screen and (min-width: 670px) {
  .has-small-font-size {
    font-size: 14px;
  }
}

.has-regular-font-size {
  font-size: 16px;
}

@media screen and (min-width: 670px) {
  .has-regular-font-size {
    font-size: 16px;
  }
}

.has-rm-font-size {
  font-size: 18px;
}

@media screen and (min-width: 670px) {
  .has-rm-font-size {
    font-size: 18px;
  }
}

.has-medium-font-size {
  font-size: 20px;
}

@media screen and (min-width: 670px) {
  .has-medium-font-size {
    font-size: 20px;
  }
}

.has-ml-font-size {
  font-size: 22px;
}

@media screen and (min-width: 670px) {
  .has-ml-font-size {
    font-size: 22px;
  }
}

.has-large-font-size {
  font-size: 24px;
}

@media screen and (min-width: 670px) {
  .has-large-font-size {
    font-size: 24px;
  }
}

.has-lb-font-size {
  font-size: 26px;
}

@media screen and (min-width: 670px) {
  .has-lb-font-size {
    font-size: 26px;
  }
}

.has-big-font-size {
  font-size: 28px;
}

@media screen and (min-width: 670px) {
  .has-big-font-size {
    font-size: 28px;
  }
}

img.wp-smiley,
img.emoji {
  display: inline;
  width: 1em;
  height: 1em;
  margin: 0 .07em;
  padding: 0;
  vertical-align: -0.1em;
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.mt-0 {
  margin-top: -0px;
}

@media screen and (min-width: 670px) {
  .mt-0 {
    margin-top: -0px;
  }
}

.mt0 {
  margin-top: 0px;
}

@media screen and (min-width: 670px) {
  .mt0 {
    margin-top: 0px;
  }
}

.mb0 {
  margin-bottom: 0px;
}

@media screen and (min-width: 670px) {
  .mb0 {
    margin-bottom: 0px;
  }
}

.mt-5 {
  margin-top: -4.375px;
}

@media screen and (min-width: 670px) {
  .mt-5 {
    margin-top: -5px;
  }
}

.mt5 {
  margin-top: 4.375px;
}

@media screen and (min-width: 670px) {
  .mt5 {
    margin-top: 5px;
  }
}

.mb5 {
  margin-bottom: 4.375px;
}

@media screen and (min-width: 670px) {
  .mb5 {
    margin-bottom: 5px;
  }
}

.mt-10 {
  margin-top: -8.75px;
}

@media screen and (min-width: 670px) {
  .mt-10 {
    margin-top: -10px;
  }
}

.mt10 {
  margin-top: 8.75px;
}

@media screen and (min-width: 670px) {
  .mt10 {
    margin-top: 10px;
  }
}

.mb10 {
  margin-bottom: 8.75px;
}

@media screen and (min-width: 670px) {
  .mb10 {
    margin-bottom: 10px;
  }
}

.mt-15 {
  margin-top: -13.125px;
}

@media screen and (min-width: 670px) {
  .mt-15 {
    margin-top: -15px;
  }
}

.mt15 {
  margin-top: 13.125px;
}

@media screen and (min-width: 670px) {
  .mt15 {
    margin-top: 15px;
  }
}

.mb15 {
  margin-bottom: 13.125px;
}

@media screen and (min-width: 670px) {
  .mb15 {
    margin-bottom: 15px;
  }
}

.mt-20 {
  margin-top: -17.5px;
}

@media screen and (min-width: 670px) {
  .mt-20 {
    margin-top: -20px;
  }
}

.mt20 {
  margin-top: 17.5px;
}

@media screen and (min-width: 670px) {
  .mt20 {
    margin-top: 20px;
  }
}

.mb20 {
  margin-bottom: 17.5px;
}

@media screen and (min-width: 670px) {
  .mb20 {
    margin-bottom: 20px;
  }
}

.mt-25 {
  margin-top: -21.875px;
}

@media screen and (min-width: 670px) {
  .mt-25 {
    margin-top: -25px;
  }
}

.mt25 {
  margin-top: 21.875px;
}

@media screen and (min-width: 670px) {
  .mt25 {
    margin-top: 25px;
  }
}

.mb25 {
  margin-bottom: 21.875px;
}

@media screen and (min-width: 670px) {
  .mb25 {
    margin-bottom: 25px;
  }
}

.mt-30 {
  margin-top: -26.25px;
}

@media screen and (min-width: 670px) {
  .mt-30 {
    margin-top: -30px;
  }
}

.mt30 {
  margin-top: 26.25px;
}

@media screen and (min-width: 670px) {
  .mt30 {
    margin-top: 30px;
  }
}

.mb30 {
  margin-bottom: 26.25px;
}

@media screen and (min-width: 670px) {
  .mb30 {
    margin-bottom: 30px;
  }
}

.mt-35 {
  margin-top: -30.625px;
}

@media screen and (min-width: 670px) {
  .mt-35 {
    margin-top: -35px;
  }
}

.mt35 {
  margin-top: 30.625px;
}

@media screen and (min-width: 670px) {
  .mt35 {
    margin-top: 35px;
  }
}

.mb35 {
  margin-bottom: 30.625px;
}

@media screen and (min-width: 670px) {
  .mb35 {
    margin-bottom: 35px;
  }
}

.mt-40 {
  margin-top: -35px;
}

@media screen and (min-width: 670px) {
  .mt-40 {
    margin-top: -40px;
  }
}

.mt40 {
  margin-top: 35px;
}

@media screen and (min-width: 670px) {
  .mt40 {
    margin-top: 40px;
  }
}

.mb40 {
  margin-bottom: 35px;
}

@media screen and (min-width: 670px) {
  .mb40 {
    margin-bottom: 40px;
  }
}

.mt-45 {
  margin-top: -39.375px;
}

@media screen and (min-width: 670px) {
  .mt-45 {
    margin-top: -45px;
  }
}

.mt45 {
  margin-top: 39.375px;
}

@media screen and (min-width: 670px) {
  .mt45 {
    margin-top: 45px;
  }
}

.mb45 {
  margin-bottom: 39.375px;
}

@media screen and (min-width: 670px) {
  .mb45 {
    margin-bottom: 45px;
  }
}

.mt-50 {
  margin-top: -43.75px;
}

@media screen and (min-width: 670px) {
  .mt-50 {
    margin-top: -50px;
  }
}

.mt50 {
  margin-top: 43.75px;
}

@media screen and (min-width: 670px) {
  .mt50 {
    margin-top: 50px;
  }
}

.mb50 {
  margin-bottom: 43.75px;
}

@media screen and (min-width: 670px) {
  .mb50 {
    margin-bottom: 50px;
  }
}

.mt-55 {
  margin-top: -48.125px;
}

@media screen and (min-width: 670px) {
  .mt-55 {
    margin-top: -55px;
  }
}

.mt55 {
  margin-top: 48.125px;
}

@media screen and (min-width: 670px) {
  .mt55 {
    margin-top: 55px;
  }
}

.mb55 {
  margin-bottom: 48.125px;
}

@media screen and (min-width: 670px) {
  .mb55 {
    margin-bottom: 55px;
  }
}

.mt-60 {
  margin-top: -52.5px;
}

@media screen and (min-width: 670px) {
  .mt-60 {
    margin-top: -60px;
  }
}

.mt60 {
  margin-top: 52.5px;
}

@media screen and (min-width: 670px) {
  .mt60 {
    margin-top: 60px;
  }
}

.mb60 {
  margin-bottom: 52.5px;
}

@media screen and (min-width: 670px) {
  .mb60 {
    margin-bottom: 60px;
  }
}

.mt-65 {
  margin-top: -56.875px;
}

@media screen and (min-width: 670px) {
  .mt-65 {
    margin-top: -65px;
  }
}

.mt65 {
  margin-top: 56.875px;
}

@media screen and (min-width: 670px) {
  .mt65 {
    margin-top: 65px;
  }
}

.mb65 {
  margin-bottom: 56.875px;
}

@media screen and (min-width: 670px) {
  .mb65 {
    margin-bottom: 65px;
  }
}

.mt-70 {
  margin-top: -61.25px;
}

@media screen and (min-width: 670px) {
  .mt-70 {
    margin-top: -70px;
  }
}

.mt70 {
  margin-top: 61.25px;
}

@media screen and (min-width: 670px) {
  .mt70 {
    margin-top: 70px;
  }
}

.mb70 {
  margin-bottom: 61.25px;
}

@media screen and (min-width: 670px) {
  .mb70 {
    margin-bottom: 70px;
  }
}

.mt-75 {
  margin-top: -65.625px;
}

@media screen and (min-width: 670px) {
  .mt-75 {
    margin-top: -75px;
  }
}

.mt75 {
  margin-top: 65.625px;
}

@media screen and (min-width: 670px) {
  .mt75 {
    margin-top: 75px;
  }
}

.mb75 {
  margin-bottom: 65.625px;
}

@media screen and (min-width: 670px) {
  .mb75 {
    margin-bottom: 75px;
  }
}

.mt-80 {
  margin-top: -70px;
}

@media screen and (min-width: 670px) {
  .mt-80 {
    margin-top: -80px;
  }
}

.mt80 {
  margin-top: 70px;
}

@media screen and (min-width: 670px) {
  .mt80 {
    margin-top: 80px;
  }
}

.mb80 {
  margin-bottom: 70px;
}

@media screen and (min-width: 670px) {
  .mb80 {
    margin-bottom: 80px;
  }
}

.mt-85 {
  margin-top: -74.375px;
}

@media screen and (min-width: 670px) {
  .mt-85 {
    margin-top: -85px;
  }
}

.mt85 {
  margin-top: 74.375px;
}

@media screen and (min-width: 670px) {
  .mt85 {
    margin-top: 85px;
  }
}

.mb85 {
  margin-bottom: 74.375px;
}

@media screen and (min-width: 670px) {
  .mb85 {
    margin-bottom: 85px;
  }
}

.mt-90 {
  margin-top: -78.75px;
}

@media screen and (min-width: 670px) {
  .mt-90 {
    margin-top: -90px;
  }
}

.mt90 {
  margin-top: 78.75px;
}

@media screen and (min-width: 670px) {
  .mt90 {
    margin-top: 90px;
  }
}

.mb90 {
  margin-bottom: 78.75px;
}

@media screen and (min-width: 670px) {
  .mb90 {
    margin-bottom: 90px;
  }
}

.mt-95 {
  margin-top: -83.125px;
}

@media screen and (min-width: 670px) {
  .mt-95 {
    margin-top: -95px;
  }
}

.mt95 {
  margin-top: 83.125px;
}

@media screen and (min-width: 670px) {
  .mt95 {
    margin-top: 95px;
  }
}

.mb95 {
  margin-bottom: 83.125px;
}

@media screen and (min-width: 670px) {
  .mb95 {
    margin-bottom: 95px;
  }
}

.mt-100 {
  margin-top: -87.5px;
}

@media screen and (min-width: 670px) {
  .mt-100 {
    margin-top: -100px;
  }
}

.mt100 {
  margin-top: 87.5px;
}

@media screen and (min-width: 670px) {
  .mt100 {
    margin-top: 100px;
  }
}

.mb100 {
  margin-bottom: 87.5px;
}

@media screen and (min-width: 670px) {
  .mb100 {
    margin-bottom: 100px;
  }
}

/*# sourceMappingURL=maps/front-style.css.map */
