@charset "utf-8";
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
html {
  font-size: 62.5%;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
}
main {
  display: block;
}
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
ul,
ol,
dd {
  margin: 0;
  padding: 0;
}
ul {
  list-style-type: disc;
}
ol {
  list-style-type: decimal;
}
hr {
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
pre {
  font-family: monospace, monospace;
  font-size: inherit;
}
address {
  font-style: inherit;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
a:focus {
  outline: none;
}
a:hover,
a:active {
  outline: 0;
}
abbr[title] {
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}
img,
embed,
iframe,
object {
  max-width: 100%;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
  color: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
}
textarea {
  width: 100%;
  overflow: auto;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
}
select:disabled {
  opacity: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  padding: 0;
  border: none;
  background: transparent;
  -webkit-appearance: button;
  appearance: button;
  cursor: pointer;
}
button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="number"],
[type="search"] {
  -webkit-appearance: textfield;
  appearance: textfield;
}
[type="search"] {
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
:-moz-focusring {
  outline: auto;
}
option {
  padding: 0;
}
fieldset {
  margin: 0;
  padding: 0;
  min-width: unset;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[contenteditable]:focus {
  outline: auto;
}
table {
  border-color: inherit;
  border-collapse: collapse;
}
caption {
  text-align: left;
}
td,
th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: normal;
}
img {
  height: auto;
  border-style: none;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
dfn,
cite,
em,
i {
  font-style: inherit;
}
pre {
  font-family: inherit;
  overflow: auto;
}
big {
  font-size: 125%;
}
dl {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}
dd {
  margin-inline-start: 0;
}
/* Wordpress
--------------------------------------------- */
.sticky {
  display: block;
}
.updated:not(.published) {
  display: none;
}
.widget select {
  max-width: 100%;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.custom-logo-link {
  display: inline-block;
}
.wp-caption {
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption-text {
  text-align: center;
}
.gallery {
  display: grid;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
  display: block;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  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;
  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;
}
#primary[tabindex="-1"]:focus {
  outline: 0;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.only-sp {
  display: none;
}
body {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
  color: #322112;
  line-height: 1.5;
  background-color: #f7f7f7;
}
.container {
  min-width: 1200px;
  max-width: 1920px;
  margin: 0 auto;
}
.container a:hover {
  color: inherit;
}
.header-infomation {
  box-shadow: none;
  width: 100%;
  background-color: #FFEED7;
}
.header-infomation-inner {
  text-align: center;
}
.header-infomation-inner a {
  display: block;
  padding: 7px;
  transition: all .3s;
}
.header-infomation-inner a:hover {
  opacity: .75;
}
.header-infomation-inner span {
  display: block;
  width: 1200px;
  margin: auto;
}
.main-archive {
  width: 1200px;
  margin: auto;
}
.list-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
}
.front-navigation ul {
  width: 100%;
}
.front-navigation li:not(:last-child):after {
  content: '|';
  display: inline-block;
  margin: 0 20px;
}
.front-header {
  margin-bottom: 60px;
}
.footer-navigation {
  text-align: center;
  margin-bottom: 60px;
}
.footer-navigation li {
  margin-bottom: 20px;
}
.events-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.events-navigation h3:after {
  content: '：';
  margin: 0 5px;
}
.events-navigation ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.events-navigation li {
  margin-right: 20px;
}
.events-navigation .current {
  text-decoration: underline;
}
.events-search-box .inner {
  background-color: #FFF9B0;
  padding: 15px 30px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.search-box-label {
  margin-right: 27px;
}
.search-box-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  padding: 18px 70px;
  border-radius: 40px;
}
.search-box-content label {
  padding-right: 10px;
}
.search-box-content h3 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  padding-bottom: 9px;
  margin-bottom: 10px;
  border-bottom: 1px solid #322112;
}
.search-box-content .search-input {
  margin-right: 5px;
}
.search-box-block:not(:last-child) {
  margin-right: 64px;
}
.search-category-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.search-result-content ul {
  list-style-type: none;
}
.search-category-item {
  display: inline-block;
}
.search-category-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  cursor: pointer;
}
.search-events-target {
  width: 288px;
}
.search-events-target .search-category-checkbox {
  height: 90px;
}
.search-events-target .search-category-item {
  width: 130px;
  white-space: nowrap;
}
.search-events-category {
  width: 324px;
}
.search-events-category .search-category-checkbox {
  height: 100px;
}
.search-events-category .search-category-item {
  width: 105px;
}
.search-events-location {
  width: 120px;
}
.search-events-location .search-category-item {
  width: 100%;
}
.calender-month {
  position: relative;
}
.calender-month h2 {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 0.2em;
}
.calender-month h3 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 6px;
}
.calender-month table {
  width: 100%;
  min-height: 112px;
  border-top: 1px solid #322112;
  margin-bottom: 56px;
  background-color: #fff;
}
.calender-month tr {
  border-bottom: 1px solid #322112;
}
.calender-month th {
  padding-top: 40px;
  background-color: #E7E7E7;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  width: 166px;
}
.calender-month td {
  background-color: #fff;
}
.calender-month ul {
  list-style-type: none;
}
.calender-month li a {
  padding: 30px 40px;
  transition: all .3s;
  display: block;
}
.calender-month li a:hover {
  background-color: #FEFEF0;
}
.calender-month li:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.calender-month .calender-Saturday {
  color: #1D5F7B;
  background-color: #D7F3FF;
}
.calender-month .calender-Sunday {
  color: #811A3C;
  background-color: #FFE7EF;
}
.calender-month .list-empty td {
  height: 112px;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}
.calender-month .calender-every-day {
  padding: 0;
  vertical-align: middle;
  min-height: 112px;
}
.calender-month .calender-date-label {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #878787;
  margin-top: 4px;
}
.events-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.icon-external {
  position: relative;
  top: 2px;
  vertical-align: baseline;
  margin-left: 7px;
}
.events-attribute {
  color: #878787;
  display: inline-block;
  margin-right: 10px;
}
.events-attribute:before {
  content: '#';
}
.search-empty {
  display: none;
  position: absolute;
  top: 68px;
  left: 0;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 56px;
}
.search-empty table {
  padding: 35px 0;
  border-top: 1px solid #322112;
  border-bottom: 1px solid #322112;
}
.events-more {
  cursor: pointer;
  background-color: #FFF9B0;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 28px;
  margin-bottom: 53px;
}
.events-more-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.more-arrow {
  margin-left: 10px;
  width: 20px;
  height: 20px;
  vertical-align: baseline;
}
.link-button {
  margin-bottom: 53px;
}
.link-button a {
  display: inline-block;
  padding: 11px 0;
  background-color: #fff;
  border: 1px solid #322112;
  width: 228px;
  text-align: center;
}
.events-footer-archive {
  text-align: right;
}
.single-container {
  position: relative;
  width: 1200px;
  margin: 35px auto 50px;
  padding: 50px 40px 40px;
  background-color: #fff;
}
.single-container:after {
  content: '';
  display: block;
  clear: both;
}
.single-footer {
  width: 1200px;
  margin: 35px auto 66px;
}
.page-label {
  position: absolute;
  top: 15px;
  left: 0;
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
  background-color: #FCEE21;
  padding: 2px 15px;
}
.single-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.main-single {
  width: 730px;
  float: left;
}
.single-header-date {
  margin-bottom: 5px;
}
.single-body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 40px;
}
.single-body h2 {
  background-color: #F55E5E;
  color: #fff;
  margin: 35px 0;
  padding: 12px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
}
.single-body h3 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
}
.single-body p {
  margin-bottom: 35px;
}
.single-body a {
  text-decoration: underline;
}
.events-fields {
  background-color: #F7F7F7;
  margin-bottom: 20px;
  padding: 40px;
}
.events-fields h2 {
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 40px;
}
.events-fields ul {
  border-top: 1px solid #ccc;
  list-style-type: none;
}
.events-fields li {
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
  margin: 8px 0;
}
.events-fields table {
  width: 100%;
}
.events-fields tr:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.events-fields th,
.events-fields td {
  padding: 6px 10px;
}
.events-fields th {
  font-weight: 700;
  width: 200px;
}
.events-fields a {
  text-decoration: underline;
  word-break: break-all;
}
.event-date {
  font-size: 20px;
  font-size: 2rem;
  margin-right: 10px;
}
.event-week {
  margin-left: 5px;
  font-size: 14px;
  font-size: 1.4rem;
}
.single-header h1 {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.events-category {
  margin-bottom: 20px;
}
.single-post-thumbnail {
  margin-bottom: 48px;
  text-align: center;
}
.events-form {
  margin-top: 40px;
  background-color: #FDFBE7;
  padding: 50px;
}
.events-form h2 {
  background-color: transparent;
  color: #322112;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0 0 35px;
}
.events-form h3 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #322112;
}
.events-form table {
  width: 100%;
}
.events-form th {
  background-color: transparent;
  padding-top: 5px;
  width: 200px;
}
.events-form th p {
  margin: 0 0 10px;
}
.events-form td {
  padding-bottom: 30px;
}
.events-form textarea,
.events-form input[type="text"],
.events-form input[type="email"] {
  padding: 5px 10px;
  font-size: inherit;
  color: #322112;
  background-color: #fff;
  border: 1px solid #322112;
  border-radius: 0;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
}
.events-form p {
  margin-bottom: 20px;
}
.events-form small {
  display: block;
}
.form-alert {
  display: none;
  margin-top: 10px;
  color: #F55E5E;
}
.form-alert-table {
  display: none;
  margin-top: 10px;
  color: #F55E5E;
  font-size: 14px;
  font-size: 1.4rem;
}
.recaptcha-message {
  margin-top: 15px;
  color: #999;
  font-size: 12px;
  font-size: 1.2rem;
}
.recaptcha-message a {
  text-decoration: underline;
}
.form-categories-block {
  font-size: 14px;
  font-size: 1.4rem;
}
.form-category-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form-category-items label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 18px;
  margin: 0;
  padding-right: 5px;
  white-space: nowrap;
  cursor: pointer;
}
.form-category-items input {
  position: absolute;
  top: 6px;
  left: 0;
}
.form-target .form-category-items {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 76px;
}
.form-category .form-category-items {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 101px;
}
.form-category label,
.form-target label {
  width: calc(100% / 3);
}
.form-location label {
  width: 25%;
}
.form-submit-block input {
  color: #fff;
  width: 100%;
  text-align: center;
  background-color: #F55E5E;
  font-size: 20px;
  font-size: 2rem;
  border-radius: 0;
  line-height: 60px;
  padding: 0;
  margin-top: 20px;
}
.form-submit-block input:disabled {
  background-color: #999;
}
.success-message {
  display: none;
  margin-top: 30px;
  padding: 30px;
  background-color: #fff;
  line-height: 2;
  border: 3px solid #322112;
}
.success-message h3 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  border: none;
  margin-bottom: 20px;
}
.success-message p {
  margin: 0;
}
.events-day-select {
  margin-bottom: 10px;
}
.events-day-select label {
  display: block;
}
.events-input ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.events-input li {
  margin-bottom: 10px;
  width: 50%;
}
.events-input input {
  background-color: #fff;
  padding: 4px 16px;
  border: 1px solid #322112;
  margin-right: 5px;
}
.events-input label {
  cursor: pointer;
}
.add-calender-day {
  display: inline-block;
  padding: 6px 20px;
  color: #fff;
  background-color: #007cba;
  cursor: pointer;
  border-radius: 5px;
  margin: 10px 0;
}
.remove-calender-date {
  position: relative;
  cursor: pointer;
  font-size: 0;
}
.events-input li:only-child:after,
.remove-calender-date:before {
  position: relative;
  top: 3px;
  right: -2px;
  content: "\f335";
  font-family: dashicons;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  border-radius: 24px;
  font-size: 16px;
}
.remove-calender-date:before {
  background-color: #B55151;
}
.events-input li:only-child:after {
  background-color: #ddd;
}
.events-input li:only-child .remove-calender-date:before {
  content: none;
}
.sidebar {
  width: 340px;
}
.stk_header {
  background: #fff;
  z-index: 80;
  position: relative;
}
.inner-header {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0 0 .9em;
  padding: 12px 20px;
}
.hamburger-menu {
  display: none;
}
.site_description {
  font-size: 10px;
  font-size: 1rem;
  margin: 6px 0 0;
  line-height: 1.2;
  width: 100%;
}
.site__logo .site__logo__title {
  margin: 0;
  padding: 0;
  font-size: 1em;
  line-height: 1.5;
  letter-spacing: .3px;
  font-weight: 700;
}
.site__logo .custom-logo-link {
  display: grid;
  place-items: center;
}
.site__logo.fs_m .custom-logo {
  max-height: 30px;
}
.site__logo .custom-logo {
  width: auto;
  height: auto;
  margin: 5px 0;
}
.footer {
  background-color: #666;
  color: #cacaca;
  text-align: center;
}
.footer .inner {
  padding: 35px;
  font-size: 13px;
  font-size: 1.3rem;
  width: 1200px;
  margin: auto;
}
.footer .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer ul {
  list-style-type: none;
  margin-bottom: 20px;
}
.footer ul a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f105";
  margin-right: .3em;
  color: #1bb4d3;
}
.footer li:not(:last-child) {
  margin-right: 15px;
}
.pt-button {
  position: fixed;
  right: 10px;
  bottom: 0;
  cursor: pointer;
  background: rgba(128, 128, 128, 0.5);
  text-decoration: none;
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  transform: translateY(-10px);
}
.pt-button:before {
  font-family: "Font Awesome 5 Free";
  content: "\f106";
  font-size: 1.1em;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .phone-number-text,
  .only-pc {
    display: none;
  }
  .only-sp {
    display: block;
  }
  .phone-number-link {
    display: inline;
  }
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .header-infomation-inner {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .header-infomation-inner span {
    width: 100%;
  }
  .container {
    min-width: unset;
    max-width: 1920px;
    margin: 0 auto;
  }
  .main-archive {
    width: 100%;
    margin: auto;
    padding: 0 22px;
  }
  .front-navigation {
    text-align: center;
  }
  .front-navigation ul {
    display: block;
  }
  .front-navigation li:not(:last-child) {
    margin-bottom: 10px;
  }
  .front-navigation li:not(:last-child):after {
    content: none;
  }
  .events-navigation {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 30px 0;
  }
  .hamburger-menu {
    display: block;
  }
  .hamburger-menu .menu-torriger {
    top: 15px;
    right: 20px;
  }
  .menu-torriger {
    position: absolute;
    width: 33px;
    height: 33px;
    cursor: pointer;
  }
  .menu-torriger span {
    display: block;
    position: absolute;
    top: 15.5px;
    left: 4px;
    height: 2px;
    border-radius: 2px;
    transition: all .3s;
  }
  .menu-torriger span:before,
  .menu-torriger span:after {
    content: "";
    position: absolute;
    left: 0;
    height: 2px;
    display: block;
    width: 25px;
    background-color: #322112;
    border-radius: 2px;
  }
  .menu-torriger .open-torriger {
    width: 25px;
    background-color: #322112;
  }
  .menu-torriger .open-torriger:before {
    top: -8px;
  }
  .menu-torriger .open-torriger:after {
    bottom: -8px;
  }
  .menu-torriger .close-torriger:before {
    transform: rotate(45deg);
  }
  .menu-torriger .close-torriger:after {
    transform: rotate(-225deg);
  }
  .sp-menu {
    text-align: center;
  }
  .sp-menu h2 {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
  }
  .sp-menu ul {
    list-style-type: none;
    font-size: 16px;
    font-size: 1.6rem;
    border-top: 1px solid #322112;
  }
  .sp-menu li {
    border-bottom: 1px solid #322112;
    padding: 20px 0;
  }
  .sp-menu .inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .sp-menu .menu-footer {
    margin-bottom: 16px;
  }
  .sp-menu .menu-torriger {
    top: 17px;
    right: 12px;
  }
  .modal-open {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 20px;
    overflow: auto;
  }
  .modal-open .inner {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
    min-height: 574px;
  }
  .events-search-box .inner {
    display: block;
  }
  .search-category-checkbox {
    word-break: auto-phrase;
  }
  .search-category-checkbox label {
    margin-bottom: 5px;
  }
  .search-box-content {
    padding: 0;
    display: block;
  }
  .search-box-label {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    font-size: 2rem;
    margin: 0 0 10px;
  }
  .search-box-block {
    width: 100%;
    margin-bottom: 10px;
  }
  .search-box-block:not(:last-child) {
    margin-right: 0;
  }
  .search-close-button {
    background-color: #FFF9B0;
    text-align: center;
    line-height: 53px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
  }
  .search-close-button.do-search {
    background-color: #F55E5E;
    color: #fff;
  }
  .events-search-result {
    padding: 20px;
    margin-bottom: 37px;
    background-color: #FFF9B0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .search-result-content {
    background-color: #fff;
    padding: 15px 20px;
    border-radius: 20px;
    margin-right: 20px;
    width: calc(100% - 86px);
  }
  .search-result-content .search-label {
    font-weight: 700;
  }
  .search-result-button {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .search-result-sp span {
    margin-right: 10px;
  }
  .search-box-block {
    width: 100%;
  }
  .search-box-block .search-category-item {
    width: 33%;
    width: calc(100% / 3);
  }
  .search-events-target .search-category-checkbox {
    height: 78px;
  }
  .search-events-target .search-category-item {
    white-space: wrap;
  }
  .search-events-target .search-category-item:nth-child(2) {
    margin-bottom: 0;
  }
  .search-events-category .search-category-checkbox {
    height: 104px;
  }
  .search-events-location .search-category-checkbox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .calender-month th {
    width: 100%;
    padding: 10px 0;
  }
  .calender-month li a {
    position: relative;
    padding: 24px 15px;
  }
  .calender-month li a:before,
  .calender-month li a:after {
    position: absolute;
    content: "";
    display: block;
  }
  .calender-month li a:before {
    right: 9px;
    top: calc( 50% - 18px );
    width: 18px;
    height: 36px;
    background-color: #fff;
  }
  .calender-month li a:after {
    right: 14px;
    top: calc( 50% - 7px );
    width: 14px;
    height: 14px;
    border: 2px solid;
    border-top-color: #322112;
    border-right-color: #322112;
    border-bottom-color: transparent;
    border-left-color: transparent;
    transform: rotate(45deg);
  }
  .calender-month .list-empty {
    position: static;
    border: none;
  }
  .calender-month .list-empty td {
    height: 123px;
    padding: 39px 15px 0;
  }
  .calender-month .calender-every-day {
    padding: 10px 0;
    min-height: unset;
    position: relative;
  }
  .calender-month .calender-date-label {
    position: absolute;
    top: 16px;
    right: 12px;
    margin: 0;
  }
  .calender-month table,
  .calender-month tbody,
  .calender-month tr,
  .calender-month th,
  .calender-month td {
    display: block;
    width: 100%;
  }
  .icon-external {
    top: 1px;
    width: 14px;
    height: 14px;
  }
  .search-empty {
    display: none;
    position: absolute;
    top: 68px;
    left: 0;
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 56px;
  }
  .search-empty table {
    padding: 0;
  }
  .events-more {
    padding: 20px;
  }
  .events-footer {
    text-align: center;
  }
  .single-container {
    width: 100%;
    margin: 0 auto;
    padding: 22px 22px 30px;
    background-color: #fff;
  }
  .single-footer {
    width: 100%;
    margin: 35px auto 60px;
  }
  .page-label {
    position: static;
    top: auto;
    left: auto;
    margin-bottom: 10px;
  }
  .single-wrap {
    display: block;
  }
  .main-single {
    width: 100%;
    float: none;
  }
  .sidebar {
    width: 100%;
  }
  .single-body {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .single-body h2 {
    margin: 30px 0 15px;
    padding: 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .single-body h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .single-body p {
    margin-bottom: 15px;
  }
  .events-fields {
    padding: 40px 20px;
  }
  .events-fields h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .events-fields table,
  .events-fields tbody,
  .events-fields tr,
  .events-fields th,
  .events-fields td {
    width: 100%;
    display: block;
  }
  .events-fields tr {
    padding: 10px;
  }
  .events-fields th,
  .events-fields td {
    padding: 0;
  }
  .events-fields th {
    margin-bottom: 6px;
  }
  .event-date {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .single-header h1 {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .single-post-thumbnail {
    margin-bottom: 48px;
    text-align: center;
  }
  .events-form {
    padding: 20px;
  }
  .events-form h2 {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0 0 20px;
  }
  .events-form h3 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .events-form table,
  .events-form tr,
  .events-form th,
  .events-form td {
    width: 100%;
    display: block;
  }
  .events-form th {
    margin-bottom: 10px;
  }
  .events-form td {
    margin-bottom: 20px;
    padding: 0;
  }
  .events-form th {
    padding-top: 0;
  }
  .input-calender-days input {
    margin-bottom: 10px;
  }
  .form-categories-block label {
    width: 50%;
  }
  .form-categories {
    display: block;
    margin-bottom: 35px;
  }
  .form-target .form-category-items {
    height: 101px;
  }
  .form-category .form-category-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 152px;
  }
  .events-input li {
    width: 100%;
  }
  .form-submit-block input {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 45px;
  }
  .success-message {
    margin-top: 20px;
    padding: 20px;
    border: 2px solid #322112;
  }
  .success-message h3 {
    margin-bottom: 10px;
  }
  .success-message p {
    margin: 0;
  }
  .front-header {
    margin-bottom: 34px;
  }
  .inner-header {
    width: 100%;
  }
  .footer .inner {
    padding: 16px 20px;
    width: 100%;
  }
  .footer ul {
    margin-bottom: 0;
  }
  .footer li {
    margin-bottom: 15px;
  }
}
