@charset "UTF-8";
/*----------------------------------------------------
reset
----------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-weight: normal;
  min-height: 0;
}

body {
  counter-reset: titleNum;
}

html {
  -webkit-text-size-adjust: none;
}

img {
  vertical-align: bottom;
}

strong {
  font-weight: bold;
}

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

a {
  color: inherit;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=submit],
input[type=button] {
  background-color: inherit;
  border: none;
  color: inherit;
  font-size: inherit;
}
input[type=submit]:focus,
input[type=button]:focus {
  outline: none;
}

/*!
Theme Name: koko
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: koko
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

koko is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  line-height: 1;
  padding: 0.5em 1em;
  cursor: pointer;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  width: 100%;
  padding: 10px 5px;
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 0;
  font-size: inherit;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #000;
}
input[type=text]:focus:focus-visible,
input[type=email]:focus:focus-visible,
input[type=url]:focus:focus-visible,
input[type=password]:focus:focus-visible,
input[type=search]:focus:focus-visible,
input[type=number]:focus:focus-visible,
input[type=tel]:focus:focus-visible,
input[type=range]:focus:focus-visible,
input[type=date]:focus:focus-visible,
input[type=month]:focus:focus-visible,
input[type=week]:focus:focus-visible,
input[type=time]:focus:focus-visible,
input[type=datetime]:focus:focus-visible,
input[type=datetime-local]:focus:focus-visible,
input[type=color]:focus:focus-visible,
textarea:focus:focus-visible {
  outline: #ccc auto 1px;
}

select {
  border: 1px solid #ccc;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*
 * Bootstrap v5.0.0-custom
 */
:root {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}

@media screen and (max-width: 767px) {
  .pcOnly {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .spOnly {
    display: none;
  }
}
/* -------------------------
scss
--------------------------*/
.w100 {
  width: 100%;
}

.h100 {
  height: 100%;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.2 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.suptxt {
  font-size: 0.5em;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

.ruby {
  position: relative;
}
.ruby::before {
  content: attr(data-ruby);
  position: absolute;
  top: -0.7em;
  left: 1.5em;
  right: 0;
  margin: auto;
  font-size: 0.5em;
}

.marker {
  background: linear-gradient(transparent 65%, yellow 65%, yellow 100%);
}

.movie {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
  outline: 1px solid #ccc;
}
.movie iframe,
.movie video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.movie iframe .html5-video-player:not(.ytp-transparent),
.movie video .html5-video-player:not(.ytp-transparent) {
  background-color: none;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0px;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0px;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 4px;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 4px;
}

.g-10,
.gx-10 {
  --bs-gutter-x: 10px;
}

.g-10,
.gy-10 {
  --bs-gutter-y: 10px;
}

.g-20,
.gx-20 {
  --bs-gutter-x: 20px;
}

.g-20,
.gy-20 {
  --bs-gutter-y: 20px;
}

.g-30,
.gx-30 {
  --bs-gutter-x: 30px;
}

.g-30,
.gy-30 {
  --bs-gutter-y: 30px;
}

.g-40,
.gx-40 {
  --bs-gutter-x: 40px;
}

.g-40,
.gy-40 {
  --bs-gutter-y: 40px;
}

.g-50,
.gx-50 {
  --bs-gutter-x: 50px;
}

.g-50,
.gy-50 {
  --bs-gutter-y: 50px;
}

.g-60,
.gx-60 {
  --bs-gutter-x: 60px;
}

.g-60,
.gy-60 {
  --bs-gutter-y: 60px;
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

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

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

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

.m-0 {
  margin: 0px !important;
}

.m-5 {
  margin: 5px !important;
}

.m-10 {
  margin: 10px !important;
}

.m-15 {
  margin: 15px !important;
}

.m-20 {
  margin: 20px !important;
}

.m-30 {
  margin: 30px !important;
}

.m-40 {
  margin: 40px !important;
}

.m-50 {
  margin: 50px !important;
}

.m-60 {
  margin: 60px !important;
}

.m-80 {
  margin: 80px !important;
}

.m-100 {
  margin: 100px !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.mx-5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.mx-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.mx-15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.mx-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.mx-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.mx-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.mx-50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.mx-60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.mx-80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.mx-100 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

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

.my-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.my-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.my-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.my-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.my-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

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

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0px !important;
}

.me-5 {
  margin-right: 5px !important;
}

.me-10 {
  margin-right: 10px !important;
}

.me-15 {
  margin-right: 15px !important;
}

.me-20 {
  margin-right: 20px !important;
}

.me-30 {
  margin-right: 30px !important;
}

.me-40 {
  margin-right: 40px !important;
}

.me-50 {
  margin-right: 50px !important;
}

.me-60 {
  margin-right: 60px !important;
}

.me-80 {
  margin-right: 80px !important;
}

.me-100 {
  margin-right: 100px !important;
}

.me-auto {
  margin-right: auto !important;
}

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

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0px !important;
}

.ms-5 {
  margin-left: 5px !important;
}

.ms-10 {
  margin-left: 10px !important;
}

.ms-15 {
  margin-left: 15px !important;
}

.ms-20 {
  margin-left: 20px !important;
}

.ms-30 {
  margin-left: 30px !important;
}

.ms-40 {
  margin-left: 40px !important;
}

.ms-50 {
  margin-left: 50px !important;
}

.ms-60 {
  margin-left: 60px !important;
}

.ms-80 {
  margin-left: 80px !important;
}

.ms-100 {
  margin-left: 100px !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0px !important;
}

.p-5 {
  padding: 5px !important;
}

.p-10 {
  padding: 10px !important;
}

.p-15 {
  padding: 15px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-40 {
  padding: 40px !important;
}

.p-50 {
  padding: 50px !important;
}

.p-60 {
  padding: 60px !important;
}

.p-80 {
  padding: 80px !important;
}

.p-100 {
  padding: 100px !important;
}

.p-auto {
  padding: auto !important;
}

.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.px-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.px-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.px-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.px-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.px-60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.px-80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.px-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.px-auto {
  padding-left: auto !important;
  padding-right: auto !important;
}

.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.py-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.py-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.py-auto {
  padding-top: auto !important;
  padding-bottom: auto !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-auto {
  padding-top: auto !important;
}

.pe-0 {
  padding-right: 0px !important;
}

.pe-5 {
  padding-right: 5px !important;
}

.pe-10 {
  padding-right: 10px !important;
}

.pe-15 {
  padding-right: 15px !important;
}

.pe-20 {
  padding-right: 20px !important;
}

.pe-30 {
  padding-right: 30px !important;
}

.pe-40 {
  padding-right: 40px !important;
}

.pe-50 {
  padding-right: 50px !important;
}

.pe-60 {
  padding-right: 60px !important;
}

.pe-80 {
  padding-right: 80px !important;
}

.pe-100 {
  padding-right: 100px !important;
}

.pe-auto {
  padding-right: auto !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-auto {
  padding-bottom: auto !important;
}

.ps-0 {
  padding-left: 0px !important;
}

.ps-5 {
  padding-left: 5px !important;
}

.ps-10 {
  padding-left: 10px !important;
}

.ps-15 {
  padding-left: 15px !important;
}

.ps-20 {
  padding-left: 20px !important;
}

.ps-30 {
  padding-left: 30px !important;
}

.ps-40 {
  padding-left: 40px !important;
}

.ps-50 {
  padding-left: 50px !important;
}

.ps-60 {
  padding-left: 60px !important;
}

.ps-80 {
  padding-left: 80px !important;
}

.ps-100 {
  padding-left: 100px !important;
}

.ps-auto {
  padding-left: auto !important;
}

/*
@include sm {
  @include grid("-sm");
  @include util("-sm");
  @include margin("-sm","m", "margin");
  @include margin("-sm","p", "padding");
}
*/
@media only screen and (min-width: 768px) {
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0px;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0px;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 4px;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 4px;
  }
  .g-md-10,
  .gx-md-10 {
    --bs-gutter-x: 10px;
  }
  .g-md-10,
  .gy-md-10 {
    --bs-gutter-y: 10px;
  }
  .g-md-20,
  .gx-md-20 {
    --bs-gutter-x: 20px;
  }
  .g-md-20,
  .gy-md-20 {
    --bs-gutter-y: 20px;
  }
  .g-md-30,
  .gx-md-30 {
    --bs-gutter-x: 30px;
  }
  .g-md-30,
  .gy-md-30 {
    --bs-gutter-y: 30px;
  }
  .g-md-40,
  .gx-md-40 {
    --bs-gutter-x: 40px;
  }
  .g-md-40,
  .gy-md-40 {
    --bs-gutter-y: 40px;
  }
  .g-md-50,
  .gx-md-50 {
    --bs-gutter-x: 50px;
  }
  .g-md-50,
  .gy-md-50 {
    --bs-gutter-y: 50px;
  }
  .g-md-60,
  .gx-md-60 {
    --bs-gutter-x: 60px;
  }
  .g-md-60,
  .gy-md-60 {
    --bs-gutter-y: 60px;
  }
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-6-md > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .m-md-0 {
    margin: 0px !important;
  }
  .m-md-5 {
    margin: 5px !important;
  }
  .m-md-10 {
    margin: 10px !important;
  }
  .m-md-15 {
    margin: 15px !important;
  }
  .m-md-20 {
    margin: 20px !important;
  }
  .m-md-30 {
    margin: 30px !important;
  }
  .m-md-40 {
    margin: 40px !important;
  }
  .m-md-50 {
    margin: 50px !important;
  }
  .m-md-60 {
    margin: 60px !important;
  }
  .m-md-80 {
    margin: 80px !important;
  }
  .m-md-100 {
    margin: 100px !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .mx-md-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .mx-md-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .mx-md-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .mx-md-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .mx-md-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .mx-md-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .mx-md-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .mx-md-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .mx-md-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .mx-md-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  .mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-md-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .my-md-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .my-md-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .my-md-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .my-md-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-md-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-md-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-md-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .my-md-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .my-md-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .my-md-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0px !important;
  }
  .mt-md-5 {
    margin-top: 5px !important;
  }
  .mt-md-10 {
    margin-top: 10px !important;
  }
  .mt-md-15 {
    margin-top: 15px !important;
  }
  .mt-md-20 {
    margin-top: 20px !important;
  }
  .mt-md-30 {
    margin-top: 30px !important;
  }
  .mt-md-40 {
    margin-top: 40px !important;
  }
  .mt-md-50 {
    margin-top: 50px !important;
  }
  .mt-md-60 {
    margin-top: 60px !important;
  }
  .mt-md-80 {
    margin-top: 80px !important;
  }
  .mt-md-100 {
    margin-top: 100px !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0px !important;
  }
  .me-md-5 {
    margin-right: 5px !important;
  }
  .me-md-10 {
    margin-right: 10px !important;
  }
  .me-md-15 {
    margin-right: 15px !important;
  }
  .me-md-20 {
    margin-right: 20px !important;
  }
  .me-md-30 {
    margin-right: 30px !important;
  }
  .me-md-40 {
    margin-right: 40px !important;
  }
  .me-md-50 {
    margin-right: 50px !important;
  }
  .me-md-60 {
    margin-right: 60px !important;
  }
  .me-md-80 {
    margin-right: 80px !important;
  }
  .me-md-100 {
    margin-right: 100px !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0px !important;
  }
  .mb-md-5 {
    margin-bottom: 5px !important;
  }
  .mb-md-10 {
    margin-bottom: 10px !important;
  }
  .mb-md-15 {
    margin-bottom: 15px !important;
  }
  .mb-md-20 {
    margin-bottom: 20px !important;
  }
  .mb-md-30 {
    margin-bottom: 30px !important;
  }
  .mb-md-40 {
    margin-bottom: 40px !important;
  }
  .mb-md-50 {
    margin-bottom: 50px !important;
  }
  .mb-md-60 {
    margin-bottom: 60px !important;
  }
  .mb-md-80 {
    margin-bottom: 80px !important;
  }
  .mb-md-100 {
    margin-bottom: 100px !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0px !important;
  }
  .ms-md-5 {
    margin-left: 5px !important;
  }
  .ms-md-10 {
    margin-left: 10px !important;
  }
  .ms-md-15 {
    margin-left: 15px !important;
  }
  .ms-md-20 {
    margin-left: 20px !important;
  }
  .ms-md-30 {
    margin-left: 30px !important;
  }
  .ms-md-40 {
    margin-left: 40px !important;
  }
  .ms-md-50 {
    margin-left: 50px !important;
  }
  .ms-md-60 {
    margin-left: 60px !important;
  }
  .ms-md-80 {
    margin-left: 80px !important;
  }
  .ms-md-100 {
    margin-left: 100px !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0px !important;
  }
  .p-md-5 {
    padding: 5px !important;
  }
  .p-md-10 {
    padding: 10px !important;
  }
  .p-md-15 {
    padding: 15px !important;
  }
  .p-md-20 {
    padding: 20px !important;
  }
  .p-md-30 {
    padding: 30px !important;
  }
  .p-md-40 {
    padding: 40px !important;
  }
  .p-md-50 {
    padding: 50px !important;
  }
  .p-md-60 {
    padding: 60px !important;
  }
  .p-md-80 {
    padding: 80px !important;
  }
  .p-md-100 {
    padding: 100px !important;
  }
  .p-md-auto {
    padding: auto !important;
  }
  .px-md-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .px-md-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .px-md-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .px-md-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .px-md-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .px-md-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .px-md-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .px-md-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .px-md-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .px-md-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .px-md-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .px-md-auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }
  .py-md-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .py-md-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .py-md-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .py-md-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .py-md-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .py-md-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-md-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-md-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .py-md-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .py-md-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .py-md-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .py-md-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
  .pt-md-0 {
    padding-top: 0px !important;
  }
  .pt-md-5 {
    padding-top: 5px !important;
  }
  .pt-md-10 {
    padding-top: 10px !important;
  }
  .pt-md-15 {
    padding-top: 15px !important;
  }
  .pt-md-20 {
    padding-top: 20px !important;
  }
  .pt-md-30 {
    padding-top: 30px !important;
  }
  .pt-md-40 {
    padding-top: 40px !important;
  }
  .pt-md-50 {
    padding-top: 50px !important;
  }
  .pt-md-60 {
    padding-top: 60px !important;
  }
  .pt-md-80 {
    padding-top: 80px !important;
  }
  .pt-md-100 {
    padding-top: 100px !important;
  }
  .pt-md-auto {
    padding-top: auto !important;
  }
  .pe-md-0 {
    padding-right: 0px !important;
  }
  .pe-md-5 {
    padding-right: 5px !important;
  }
  .pe-md-10 {
    padding-right: 10px !important;
  }
  .pe-md-15 {
    padding-right: 15px !important;
  }
  .pe-md-20 {
    padding-right: 20px !important;
  }
  .pe-md-30 {
    padding-right: 30px !important;
  }
  .pe-md-40 {
    padding-right: 40px !important;
  }
  .pe-md-50 {
    padding-right: 50px !important;
  }
  .pe-md-60 {
    padding-right: 60px !important;
  }
  .pe-md-80 {
    padding-right: 80px !important;
  }
  .pe-md-100 {
    padding-right: 100px !important;
  }
  .pe-md-auto {
    padding-right: auto !important;
  }
  .pb-md-0 {
    padding-bottom: 0px !important;
  }
  .pb-md-5 {
    padding-bottom: 5px !important;
  }
  .pb-md-10 {
    padding-bottom: 10px !important;
  }
  .pb-md-15 {
    padding-bottom: 15px !important;
  }
  .pb-md-20 {
    padding-bottom: 20px !important;
  }
  .pb-md-30 {
    padding-bottom: 30px !important;
  }
  .pb-md-40 {
    padding-bottom: 40px !important;
  }
  .pb-md-50 {
    padding-bottom: 50px !important;
  }
  .pb-md-60 {
    padding-bottom: 60px !important;
  }
  .pb-md-80 {
    padding-bottom: 80px !important;
  }
  .pb-md-100 {
    padding-bottom: 100px !important;
  }
  .pb-md-auto {
    padding-bottom: auto !important;
  }
  .ps-md-0 {
    padding-left: 0px !important;
  }
  .ps-md-5 {
    padding-left: 5px !important;
  }
  .ps-md-10 {
    padding-left: 10px !important;
  }
  .ps-md-15 {
    padding-left: 15px !important;
  }
  .ps-md-20 {
    padding-left: 20px !important;
  }
  .ps-md-30 {
    padding-left: 30px !important;
  }
  .ps-md-40 {
    padding-left: 40px !important;
  }
  .ps-md-50 {
    padding-left: 50px !important;
  }
  .ps-md-60 {
    padding-left: 60px !important;
  }
  .ps-md-80 {
    padding-left: 80px !important;
  }
  .ps-md-100 {
    padding-left: 100px !important;
  }
  .ps-md-auto {
    padding-left: auto !important;
  }
}
/*
@include lg {
  @include grid("-lg");
  @include util("-lg");
  @include margin("-lg","m", "margin");
  @include margin("-lg","p", "padding");
}
@include xl{
  @include grid("-xl");
  @include util("-xl");
  @include margin("-xl","m", "margin");
  @include margin("-xl","p", "padding");
}
@include xxl{
  @include grid("-xxl");
  @include util("-xxl");
  @include margin("-xxl","m", "margin");
  @include margin("-xxl","p", "padding");
}
*/
/*--------------------------------------------------------------
wrap
--------------------------------------------------------------*/
html {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  box-sizing: border-box;
}

*,
::after,
::before {
  box-sizing: inherit;
}

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

a {
  transition: 0.15s ease-in-out;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:hover img {
  opacity: 0.8;
}

.mincho, .scrollTop button span, .ttl-01, .sec_ttl {
  font-family: "Noto Serif JP", serif;
}

.gothic {
  font-family: "Noto Sans JP", sans-serif;
}

.site,
.wrap {
  width: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .site,
  .wrap {
    padding-top: 0;
  }
}

.inner {
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (min-width: 768px) {
  .inner {
    max-width: 1060px;
    padding: 0 30px;
  }
}

.fluid {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
}

section {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  section {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}

@media only screen and (min-width: 768px) {
  .two-clm-wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .two-clm-wrap .site-main {
    width: calc(100% - 360px);
  }
  .two-clm-wrap .widget-area {
    width: 300px;
    margin-left: 60px;
    margin-bottom: 40px;
  }
}
/*----------------------------------------------------
font
----------------------------------------------------*/
.sec_ttl {
  color: #5e171b;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding-top: 70px;
  margin-bottom: 50px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .sec_ttl {
    font-size: 25px;
    padding-top: 80px;
    margin-bottom: 55px;
  }
}
.sec_ttl::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 30px;
  border-left: 1px solid #5e171b;
}

.ttl-01 {
  color: #5e171b;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.ttl-02 {
  background-color: #5e171b;
  color: #fff;
  font-size: 16px;
  padding: 0.8em 1.5em;
  margin-bottom: 10px;
}

.ttl-03 {
  background-color: #efefef;
  color: #5e171b;
  font-size: 16px;
  padding: 1.5em;
  margin-bottom: 10px;
}

.fz-16 {
  font-size: 16px !important;
}

.fz-18 {
  font-size: 18px !important;
}

.fz-20 {
  font-size: 20px !important;
}
@media only screen and (min-width: 768px) {
  .fz-20 {
    font-size: 24px !important;
  }
}

.fz-30 {
  font-size: 30px !important;
}

/*----------------------------------------------------
color
----------------------------------------------------*/
.fc-white {
  color: #fff !important;
}

.fc-brown {
  color: #5e171b !important;
}

/*--------------------------------------------------------------
bg
--------------------------------------------------------------*/
/*----------------------------------------------------
list
----------------------------------------------------*/
.list-unstyled {
  list-style: none;
  padding-left: 0;
}

.list-normal {
  list-style: disc;
  padding-left: 1.5rem;
}
.list-normal li:not(:last-child) {
  margin-bottom: 5px;
}

.list-decimal {
  list-style: decimal;
  padding-left: 1.5rem;
}

.list-check {
  list-style: none;
  padding-left: 1.5rem;
}
.list-check li {
  position: relative;
}
.list-check li:not(:last-child) {
  margin-bottom: 2px;
}
.list-check li::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1.5rem;
  width: 1em;
  height: 100%;
  background: url("images/icon-check.svg") center center/contain no-repeat;
}
.list-check.icon-orange li::before {
  background-image: url("images/icon-check-orange.svg");
}
.list-check.list-circle li::before {
  color: #5e171b;
  content: "●";
  background: none;
}

/*----------------------------------------------------
table
----------------------------------------------------*/
.table-unstyled {
  width: auto;
}
.table-unstyled thead {
  background-color: none;
}
.table-unstyled th,
.table-unstyled td {
  padding: 0;
  border: none;
}

/*----------------------------------------------------
btn
----------------------------------------------------*/
.btn,
.btn-reserve a {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border: 2px solid;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.2;
  margin-right: auto;
  margin-left: auto;
  padding: 5px 2px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  position: relative;
  z-index: 888;
}
.btn:hover,
.btn-reserve a:hover {
  text-decoration: none;
}
.btn svg,
.btn-reserve a svg {
  margin-right: 5px;
}
.btn.arrow,
.btn-reserve a.arrow {
  padding: 10px 30px;
}
.btn.arrow::after,
.btn-reserve a.arrow::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: calc(50% - 6px);
  display: block;
  width: 12px;
  height: 12px;
  border-top: solid 2px;
  border-right: solid 2px;
  transform: rotate(45deg);
}

.btn-line {
  border-color: #5e171b;
  color: #5e171b;
  font-size: 14px;
  max-width: 234px;
  padding: 1em;
  border-radius: 0;
}
.btn-line:hover {
  background-color: #5e171b;
  color: #fff;
}

/*--------------------------------------------------------------
box
--------------------------------------------------------------*/
.box-white {
  background-color: #fff;
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  .box-white {
    padding: 40px;
  }
}

/*--------------------------------------------------------------
tag
--------------------------------------------------------------*/
.tag-dgreen {
  background-color: #5e171b;
  color: #fff;
  border-radius: 3px;
  padding: 1px 3px;
  line-height: 1;
  vertical-align: baseline;
  position: relative;
  top: -2px;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .tag-dgreen {
    padding: 1px 7px;
  }
}

/*--------------------------------------------------------------
site-header
--------------------------------------------------------------*/
.site-header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px 0;
}
@media only screen and (min-width: 768px) {
  .site-header {
    position: relative;
    background-color: transparent;
  }
}
.site-header .flex {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media only screen and (min-width: 768px) {
  .site-header .flex {
    justify-content: space-between;
  }
}
.site-header .header-logo {
  width: 100px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .site-header .header-logo {
    width: 114px;
    flex-shrink: 0;
  }
}

/*--------------------------------------------------------------
#site-navigation
--------------------------------------------------------------*/
#site-navigation .menu {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
#site-navigation .menu .menu-item {
  position: relative;
}
#site-navigation .menu .menu-item a {
  display: block;
  text-align: center;
  color: #5e171b;
  font-size: 14px;
  line-height: 1.2;
}
#site-navigation .menu .btn-reserve a {
  color: #fff;
  background-color: #5e171b;
  border-color: #5e171b;
  font-size: 13px;
  padding: 5px;
}
#site-navigation .menu .btn-reserve a:hover {
  color: #5e171b;
  background-color: #fff;
  border-color: #5e171b;
}
@media screen and (max-width: 767px) {
  #site-navigation .drower-menu {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100vh;
    visibility: hidden;
    transition: top 0.2s ease-in-out, visibility 0.35s;
    background-color: #f2efed;
    padding: 20px 30px 50px;
    overflow-y: scroll;
    z-index: 9998;
  }
  #site-navigation .drower-menu.active {
    top: 0;
    visibility: visible;
  }
  #site-navigation .drower-menu .header-logo {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  #site-navigation .menu .menu-item:not(:first-child) {
    border-top: 1px dotted #5e171b;
  }
  #site-navigation .menu .menu-item a {
    padding: 15px;
  }
  #site-navigation .menu .sub-menu {
    display: none;
    list-style: none;
    padding-left: 0;
  }
  #site-navigation .menu .sub-menu .menu-item:first-child {
    border-top: 1px dotted #5e171b;
  }
  #site-navigation .menu .btn-reserve {
    width: 100%;
    padding-left: 0;
    border-top: none !important;
  }
}
@media only screen and (min-width: 768px) {
  #site-navigation .menu-toggle,
  #site-navigation .sub-menu-toggle,
  #site-navigation .menu .sub-menu {
    display: none;
  }
  #site-navigation .menu .menu-item:hover .sub-menu {
    display: block;
  }
  #site-navigation .drower-menu {
    display: flex;
    flex-direction: column-reverse;
  }
  #site-navigation .menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 0;
  }
  #site-navigation .menu .menu-item {
    width: 100px;
  }
  #site-navigation .menu .menu-item a {
    padding: 7px;
  }
  #site-navigation .menu .sub-menu {
    position: absolute;
    top: 100%;
    left: -50px;
    background-color: #f2efed;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 20px;
    z-index: 9999;
  }
  #site-navigation .menu .sub-menu .menu-item {
    width: 200px;
  }
  #site-navigation .menu .sub-menu .menu-item a {
    text-align: left;
  }
  #site-navigation .menu .btn-reserve {
    width: 137px;
    margin-left: 30px;
  }
}
#site-navigation .sns-menu {
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
}
#site-navigation .sns-menu li:not(:last-child) {
  margin-right: 10px;
}
@media only screen and (min-width: 768px) {
  #site-navigation .sns-menu {
    justify-content: flex-end;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
#site-navigation .btn-sns {
  width: 26px;
  padding: 0;
  border-radius: 0;
  border: none;
}
#site-navigation .btn-sns svg {
  margin-right: 0;
}
#site-navigation .btn-sns:hover svg .a {
  fill: #e49117;
}

/*--------------------------------------------------------------
menu-toggle
--------------------------------------------------------------*/
.menu-toggle {
  display: block;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 50px;
  height: 46px;
  z-index: 9999;
  background-color: transparent;
  border: none;
  border-color: #5e171b;
  color: #5e171b;
}
.menu-toggle span {
  position: absolute;
  width: 38px;
  height: 4px;
  left: 5px;
  background-color: #5e171b;
  border-radius: 3px;
  transition: 0.2s ease-in-out;
}
.menu-toggle span:nth-child(1) {
  top: 2px;
}
.menu-toggle span:nth-child(2) {
  top: 14px;
}
.menu-toggle span:nth-child(3) {
  top: 26px;
}
.menu-toggle.active span:nth-child(1) {
  top: 14px;
  transform: rotate(-45deg);
}
.menu-toggle.active span:nth-child(2), .menu-toggle.active span:nth-child(3) {
  top: 14px;
  transform: rotate(45deg);
}

.sub-menu-toggle {
  position: absolute;
  right: 0;
  top: 0;
  width: 71px;
  height: 54px;
}
.sub-menu-toggle::after {
  content: "";
  position: absolute;
  top: 25px;
  left: 25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #5e171b transparent transparent transparent;
  transition: 0.15s ease-in-out;
}
.sub-menu-toggle.active::after {
  transform: rotate(180deg);
}

/*--------------------------------------------------------------
footer
--------------------------------------------------------------*/
@media only screen and (min-width: 768px) {
  .site-footer {
    padding: 0 30px;
  }
}
.site-footer .reserve {
  background-color: #f2efed;
  margin: 60px auto 0;
}
@media only screen and (min-width: 768px) {
  .site-footer .reserve {
    max-width: 1310px;
    border-radius: 10px;
  }
}
.site-footer .reserve .box-white {
  max-width: 480px;
  margin: 0 auto;
  height: 100%;
  padding: 50px 20px;
  text-align: center;
}
.site-footer .site-info {
  padding: 60px 0;
}
@media only screen and (min-width: 768px) {
  .site-footer .site-info {
    padding: 100px 0;
  }
}
.site-footer .site-info .footer-logo {
  text-align: center;
  margin-bottom: 60px;
}
.site-footer .site-info .copyright {
  font-size: 10px;
  text-align: center;
}

/*----------------------------------------------------
topへ戻る
----------------------------------------------------*/
.scrollTop {
  position: fixed;
  z-index: 9997;
  right: 20px;
  bottom: 20px;
  opacity: 0;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  background-color: rgba(242, 239, 237, 0.7);
  border-radius: 10px;
}

.scrollTop:hover {
  transform: translateY(-10px);
}

.scrollTop button {
  display: block;
  background: none;
  border: none;
  width: 50px;
  height: 50px;
  transition: all 0.5s ease 0s;
  position: relative;
  text-align: left;
}
.scrollTop button span {
  font-size: 10px;
  font-weight: bold;
  padding-top: 5px;
}

.scrollTop button span {
  position: absolute;
  top: 20px;
  left: 15px;
  width: 20px;
  height: 20px;
  border-top: 3px solid #5e171b;
  border-left: 3px solid #5e171b;
  transform: rotate(45deg);
}

/*--------------------------------------------------------------
投稿記事ページ
--------------------------------------------------------------*/
body.blog .post,
body.single .post,
body.archive .post,
body.search .post {
  padding: 0 20px 40px;
  margin: 0;
}
body.blog .post + .post,
body.single .post + .post,
body.archive .post + .post,
body.search .post + .post {
  border-top: 1px dotted #5e171b;
  padding-top: 40px;
}
body.blog .entry-meta,
body.single .entry-meta,
body.archive .entry-meta,
body.search .entry-meta {
  color: #5e171b;
  font-size: 12px;
  margin-bottom: 40px;
}
body.blog .entry-title,
body.single .entry-title,
body.archive .entry-title,
body.search .entry-title {
  color: #5e171b;
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 40px;
}
body.blog .entry-content,
body.blog .entry-summary,
body.single .entry-content,
body.single .entry-summary,
body.archive .entry-content,
body.archive .entry-summary,
body.search .entry-content,
body.search .entry-summary {
  font-size: 1rem;
  line-height: 2;
  margin-bottom: 40px;
}
body.blog .cat-links a,
body.single .cat-links a,
body.archive .cat-links a,
body.search .cat-links a {
  background-color: #70a7f0;
  border: 2px solid #70a7f0;
  border-radius: 5px;
  color: #fff;
  font-size: 1rem;
  padding: 1px 1em;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
body.blog .cat-links a:hover,
body.single .cat-links a:hover,
body.archive .cat-links a:hover,
body.search .cat-links a:hover {
  background-color: #fff;
  color: #70a7f0;
  text-decoration: none;
}
body.blog .cat-links a + a,
body.single .cat-links a + a,
body.archive .cat-links a + a,
body.search .cat-links a + a {
  margin-left: 1em;
}
body.blog .nav-links,
body.single .nav-links,
body.archive .nav-links,
body.search .nav-links {
  display: flex;
  justify-content: space-between;
  background-color: #efefef;
  border-radius: 8px;
  margin: 40px 0;
}
body.blog .nav-previous,
body.blog .nav-next,
body.single .nav-previous,
body.single .nav-next,
body.archive .nav-previous,
body.archive .nav-next,
body.search .nav-previous,
body.search .nav-next {
  position: relative;
  width: 100%;
  color: #000;
}
body.blog .nav-previous,
body.single .nav-previous,
body.archive .nav-previous,
body.search .nav-previous {
  text-align: left;
  padding: 20px 20px 20px 40px;
}
body.blog .nav-next,
body.single .nav-next,
body.archive .nav-next,
body.search .nav-next {
  text-align: right;
  padding: 20px 40px 20px 20px;
}
body.blog .nav-previous::before,
body.blog .nav-next::before,
body.single .nav-previous::before,
body.single .nav-next::before,
body.archive .nav-previous::before,
body.archive .nav-next::before,
body.search .nav-previous::before,
body.search .nav-next::before {
  width: 0;
  height: 0;
  content: "";
  border: 0.5em solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
body.blog .nav-previous::before,
body.single .nav-previous::before,
body.archive .nav-previous::before,
body.search .nav-previous::before {
  left: 1em;
  border-right-color: #000;
}
body.blog .nav-next::before,
body.single .nav-next::before,
body.archive .nav-next::before,
body.search .nav-next::before {
  right: 1em;
  border-left-color: #000;
}

/*----------------------------------------------------
breadcrumbs
----------------------------------------------------*/
.breadcrumb {
  background-color: #efefef;
  font-size: 12px;
  padding: 30px 20px;
  margin-bottom: 40px;
}
.breadcrumb li {
  display: inline-block;
}
.breadcrumb li:not(:last-child)::after {
  content: "＞";
  display: inline-block;
  padding: 0 0.5em;
}

/*--------------------------------------------------------------
searchForm
--------------------------------------------------------------*/
.no-results {
  padding: 0;
}
.no-results .widget-title {
  display: none;
}

.searchform {
  display: flex;
  margin-top: 10px;
}
.searchform .searchsubmit {
  background-color: #000;
}

/*--------------------------------------------------------------
widget
--------------------------------------------------------------*/
.widget-area .widget {
  padding: 0;
  margin-bottom: 0;
}
.widget-area .widget .widget-title {
  background-color: #5e171b;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  padding: 0.5em 1em;
}
.widget-area .widget ul {
  padding: 20px;
}
.widget-area .widget ul li {
  padding: 10px 0;
}
.widget-area .widget.widget_archive select {
  margin: 30px 20px;
  width: calc(100% - 40px);
  padding: 5px;
}
.widget-area .searchform {
  width: calc(100% - 40px);
  margin: 30px 20px;
}

/*----------------------------------------------------
post（投稿ページ記事タグ）
----------------------------------------------------*/
.post h1,
.post h2,
.post h3,
.post h4,
.post h5,
.post h6 {
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.post h1 {
  font-size: calc(1.375rem + 1.5vw);
}
.post h2 {
  font-size: calc(1.325rem + 0.9vw);
}
.post h3 {
  font-size: calc(1.3rem + 0.6vw);
}
.post h4 {
  font-size: calc(1.275rem + 0.3vw);
}
.post h5 {
  font-size: 1.25rem;
}
.post h6 {
  font-size: 1rem;
}
@media only screen and (min-width: 768px) {
  .post h1 {
    font-size: 2.5rem;
  }
  .post h2 {
    font-size: 2rem;
  }
  .post h3 {
    font-size: 1.75rem;
  }
  .post h4 {
    font-size: 1.5rem;
  }
  .post h5 {
    font-size: 1.25rem;
  }
  .post h6 {
    font-size: 1rem;
  }
}
.post p,
.post figure,
.post ul,
.post ol,
.post dl,
.post table {
  margin-bottom: 1rem;
}
.post ul {
  list-style: disc;
  padding-left: 1.5rem;
}
.post ol {
  list-style: decimal;
  padding-left: 1.5rem;
}
.post ol ol,
.post ul ul,
.post ol ul,
.post ul ol {
  margin-bottom: 0;
}
.post table {
  border-color: #000;
}
.post table thead {
  background-color: #cfe2ff;
}
.post table th,
.post table td {
  padding: 0.25rem 0.5rem;
  border: 1px solid;
}
.post .wp-post-image {
  margin-bottom: 20px;
}

/*--------------------------------------------------------------
page(固定ページ)
--------------------------------------------------------------*/
body.page,
body.page .page {
  margin: 0;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

body.page .entry-header,
.post-edit-link {
  display: none;
}

/*-----------------------------
mv
------------------------------*/
.mv {
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  text-align: center;
  padding: 0 20px;
}
@media only screen and (min-width: 768px) {
  .mv {
    padding: 0 30px;
  }
}
.mv img {
  max-width: 1310px;
  width: 100%;
  border-radius: 10px;
}

/*-----------------------------
home
------------------------------*/
@media screen and (max-width: 767px) {
  .page-home .mv img {
    height: calc(100vh - 150px);
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.page-home .txt01 {
  border: 2px solid #5e171b;
  color: #5e171b;
  padding: 20px;
  margin-bottom: 60px;
  text-align: center;
}
.page-home .lastpost-list dt {
  float: left;
}
.page-home .lastpost-list dd {
  margin-left: 80px;
}
.page-home .lastpost-list dd:not(:last-child) {
  margin-bottom: 1.5em;
}
.page-home .gift {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media only screen and (min-width: 768px) {
  .page-home .gift {
    padding: 0 30px;
  }
}
.page-home .gift .sec_ttl {
  padding-top: 0;
}
.page-home .gift .sec_ttl::after {
  border: none;
}
.page-home .gift .box {
  background-color: #f2efed;
  padding: 50px 0;
}
@media only screen and (min-width: 768px) {
  .page-home .gift .box {
    max-width: 1310px;
    border-radius: 10px;
    margin: 0 auto;
  }
}

/*-----------------------------
contact
------------------------------*/
.page-contact .contact-table {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
}
.page-contact .contact-table th,
.page-contact .contact-table td {
  display: block;
  border: none;
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  .page-contact .contact-table th,
  .page-contact .contact-table td {
    display: table-cell;
    padding: 20px;
    vertical-align: middle;
  }
}
.page-contact .req {
  position: relative;
}
.page-contact .req::after {
  position: relative;
  content: "必須";
  background-color: #5e171b;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  padding: 2px 5px;
  margin-left: 10px;
  line-height: 1;
}
.page-contact input[type=submit] {
  margin-top: 20px;
  background-color: #5e171b;
  border: 2px solid #5e171b;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 200px;
  margin-left: 72px;
}
.page-contact input[type=submit]:hover {
  background-color: #fff;
  color: #5e171b;
}

/*-----------------------------
menu
------------------------------*/
.menu-nav {
  padding: 20px;
}
.menu-nav li {
  font-size: 16px;
  margin-top: 1em;
}

.menu-list li {
  border-bottom: 1px dotted #bfbfbf;
  padding: 20px 0;
}

/*-----------------------------
scroll anime
------------------------------*/
/*スクロールダウン全体の場所*/
.scrolldown1 {
  position: absolute;
  left: 50%;
  bottom: 20px;
  height: 50px;
}

/*Scrollテキストの描写*/
.scrolldown1 span {
  position: absolute;
  left: -15px;
  top: -15px;
  color: #eee;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
}

/* 線の描写 */
.scrolldown1::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 30px;
  background: #eee;
  animation: pathmove 2s ease-in-out infinite;
  opacity: 0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}/*# sourceMappingURL=style.css.map */