@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap");
body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

html, body {
  height: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
  color: #4d4d4d;
  background-color: #FFFDF7;
  font-size: 16px;
  line-height: 1.5;
}

.column {
  display: flex;
}

a {
  text-decoration: none;
  color: #4d4d4d;
  box-sizing: border-box;
}

a:hover, button:hover, input[type=submit] {
  cursor: pointer;
}

p {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
  text-align: left;
}
ul li {
  list-style: none;
}

input, select, textarea {
  border-color: #CCCCCC;
  border: solid 1px #CCCCCC;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}

select {
  background-image: url(../images/select-arrow.svg);
  background-repeat: no-repeat;
  background-position: 96% 50%;
  padding: 12px 10px;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: #fff;
  color: #4d4d4d;
}

option {
  color: #4d4d4d;
}

img {
  max-width: 100%;
}

.w-10 {
  width: 10%;
}

.w-20 {
  width: 20%;
}

.w-30 {
  width: 30%;
}

.w-40 {
  width: 40%;
}

.w-50 {
  width: 50%;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}

.w-100 {
  width: 100%;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

button {
  background-color: transparent;
  border: none;
  color: #4d4d4d;
}

.btn-round {
  border-radius: 50px;
  text-align: center;
}

.btn-pink {
  background-color: white;
  color: #fa7373;
  border: solid 2px #fa7373;
  padding: 10px;
  margin-bottom: 10px;
}
.btn-pink:hover {
  background-color: #ff9393;
  border: solid 2px #ff9393;
  color: white;
}

.btn-pink-active {
  background-color: #ff9393;
  border: solid 2px #ff9393;
  color: white;
  padding: 10px;
  margin-bottom: 10px;
}

.btn-yellow {
  background-color: #FFF8DD;
  border: solid 2px #FDCD47;
  color: #504831;
}
.btn-yellow:hover {
  background-color: #FDCD47;
  border: solid 2px #FDCD47;
  color: #504831;
}

.btn-yellow-active {
  background-color: #FDCD47;
  border: solid 2px #FDCD47;
  background-image: none;
}

.btn-gray {
  background-color: #EFEFEF;
}

.text-bold {
  font-weight: bold;
}

.text-red {
  color: #C91617;
}

.text-pink {
  color: #fa7373;
}

.text-underline {
  text-decoration: underline;
}

.main-section {
  width: 100%;
  min-height: calc(100vh - 90px);
  background-color: white;
}
@media all and (min-width: 1201px) {
  .main-section {
    width: calc(100% - 300px);
    margin-left: auto;
  }
}
@media all and (max-width: 1200px) {
  .main-section {
    margin-left: -300px;
  }
}
@media all and (max-width: 519px) {
  .main-section {
    margin-left: -262px;
    min-height: calc(100vh - 70px);
  }
}
.main-section h2 {
  font-size: 26px;
  font-weight: normal;
  padding-bottom: 1rem;
  margin: 60px 0 20px;
  border-bottom: solid 1px #FDCD47;
}
@media all and (max-width: 768px) {
  .main-section h2 {
    font-size: 24px;
    padding-bottom: 10px;
  }
}
@media all and (max-width: 519px) {
  .main-section h2 {
    margin-top: 30px;
  }
}

.main-container {
  width: 85%;
  margin: 40px auto;
  max-width: 1000px;
}
@media all and (max-width: 1200px) {
  .main-container {
    margin: 20px auto;
  }
}
@media all and (max-width: 519px) {
  .main-container {
    width: 90%;
  }
}

.sp-title-menu {
  display: flex;
  position: relative;
}
@media all and (min-width: 1201px) {
  .sp-title-menu {
    display: none;
  }
}
.sp-title-menu h2 {
  font-size: 22px;
  padding-bottom: 10px;
  margin: 10px 0 30px;
  width: calc(100% - 60px);
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px auto;
}
.pagination a, .pagination span {
  width: 50px;
  min-width: 50px;
  height: 50px;
  margin: 3px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  background: #FFF8DD;
  border-radius: 100%;
}
@media all and (max-width: 519px) {
  .pagination a, .pagination span {
    width: 42px;
    min-width: 42px;
    height: 42px;
    line-height: 42px;
  }
}
.pagination a:hover {
  background: #FFE08D;
}
.pagination .current {
  background: #FFE08D;
}

.no-scroll {
  overflow: hidden;
}
@media screen and (max-height: 866px) {
  .no-scroll {
    overflow: scroll;
  }
}

.no-scroll.lock {
  overflow: scroll;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 1rem;
}

.text-small {
  font-size: 12px;
}

.text-normal {
  font-size: 16px;
}

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

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out;
}
.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}
.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}
.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}
.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}
.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}
.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}
.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}
.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}
.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}
.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.modaal-close:focus, .modaal-close:hover {
  outline: none;
  background: #fff;
}
.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #b93d0c;
}
.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-close:before, .modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}
.modaal-close:before {
  transform: rotate(-45deg);
}
.modaal-close:after {
  transform: rotate(45deg);
}
.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 30px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}
.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  transition: background 0.2s ease-in-out;
}
.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}
.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}
.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}
.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}
.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}
.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}
.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}
.modaal-gallery-item img {
  display: block;
}
.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}
.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}
.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}
.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}
.modaal-gallery-control:before {
  margin: -5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-control:after {
  margin: 5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}
.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}
.modaal-gallery-prev:before {
  margin: 5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-prev:after {
  margin: -5px 0 0;
  transform: rotate(45deg);
}
.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}
.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}
.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  transform: scale(0.25);
}
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    transform: scale(1);
  }
}
.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
          animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
          animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
          animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
          animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
          animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

.top-body {
  background-color: white;
}

#fv {
  background-image: url(../images/fv-bg.png);
  background-size: cover;
}
#fv h1 {
  margin: 10px 0 10px;
}
#fv h1 img {
  width: 240px;
}
@media all and (max-width: 768px) {
  #fv h1 {
    margin-top: 0;
  }
}
#fv .fv-container {
  display: flex;
          align-items: center;
          flex-wrap: nowrap;
  max-width: 1400px;
  margin: auto;
}
@media all and (max-width: 768px) {
  #fv .fv-container {
            flex-direction: column;
    margin: 98px auto 0;
  }
}
#fv .sp-btn-wrap {
  display: none;
}
@media all and (max-width: 768px) {
  #fv .sp-btn-wrap {
    position: fixed;
    top: 0;
    display: flex;
    gap: 20px;
            justify-content: center;
    width: 100%;
    background-color: #FFF6DC;
    padding: 20px;
    z-index: 10;
  }
  #fv .sp-btn-wrap button, #fv .sp-btn-wrap a {
    width: calc((100% - 230px) / 2);
    min-width: 140px;
    padding: 10px 0;
  }
}
@media all and (max-width: 519px) {
  #fv .sp-btn-wrap {
    gap: 10px;
  }
}
#fv .sp-title {
  display: none;
}
@media all and (max-width: 768px) {
  #fv .sp-title {
    display: block;
    margin-top: 30px;
  }
  #fv .sp-title .img-wrap {
    width: 120px;
    margin: 0 auto;
  }
}
#fv .fv-inner {
  width: 50%;
  display: flex;
          flex-direction: column;
          align-items: center;
  padding: 20px;
}
@media all and (max-width: 768px) {
  #fv .fv-inner {
    width: 100%;
            align-items: start;
    padding: 0;
  }
}
@media all and (max-width: 768px) {
  #fv .fv-img {
    width: 80%;
    margin: 0 auto;
  }
}
@media all and (max-width: 519px) {
  #fv .fv-img {
    width: 90%;
  }
}
#fv .fv-text {
  margin-bottom: 40px;
}
@media all and (max-width: 768px) {
  #fv .fv-text {
    margin: -80px 0 20px 20px;
    width: 70%;
  }
}
@media all and (max-width: 519px) {
  #fv .fv-text {
    margin-top: -50px;
  }
}
#fv .culumn-btn {
  width: 80%;
  margin: 0 auto 40px;
}
#fv .culumn-btn a {
  width: 100%;
}
@media all and (min-width: 769px) {
  #fv .culumn-btn {
    display: none;
  }
}
#fv .login-form {
  width: 50%;
}
@media all and (max-width: 768px) {
  #fv .login-form {
    display: none;
  }
}

#fv .sns-btn-box {
  width: 75%;
}
@media all and (max-width: 768px) {
  #fv .sns-btn-box {
    width: 80%;
    margin-top: -20px;
  }
}
@media all and (max-width: 519px) {
  #fv .sns-btn-box {
    margin-top: -30px;
  }
}
#fv .sns-btn-box .sns-btn-title {
  color: #F48C8C;
}
#fv .sns-btn-box .sns-btn-title p {
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  margin: 10% 0 5% 0;
}
@media all and (max-width: 1200px) {
  #fv .sns-btn-box .sns-btn-title p {
    font-size: 20px;
    margin: 3% 0 2% 0;
  }
}
@media all and (max-width: 768px) {
  #fv .sns-btn-box .sns-btn-title p {
    font-size: 1.5rem;
  }
}
#fv .sns-btn-box .sns-btn-title p::before,
#fv .sns-btn-box .sns-btn-title p::after {
  position: absolute;
  top: 0.5rem;
  height: 1.5rem;
  content: "";
}
#fv .sns-btn-box .sns-btn-title p::before {
  border-left: solid 3px;
  left: 10%;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
@media all and (max-width: 1200px) {
  #fv .sns-btn-box .sns-btn-title p::before {
    left: 5%;
  }
}
@media all and (max-width: 768px) {
  #fv .sns-btn-box .sns-btn-title p::before {
    left: 20%;
  }
}
@media all and (max-width: 519px) {
  #fv .sns-btn-box .sns-btn-title p::before {
    left: 5%;
  }
}
#fv .sns-btn-box .sns-btn-title p::after {
  border-right: solid 3px;
  right: 10%;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
@media all and (max-width: 1200px) {
  #fv .sns-btn-box .sns-btn-title p::after {
    right: 5%;
  }
}
@media all and (max-width: 768px) {
  #fv .sns-btn-box .sns-btn-title p::after {
    right: 20%;
  }
}
@media all and (max-width: 519px) {
  #fv .sns-btn-box .sns-btn-title p::after {
    right: 5%;
  }
}
#fv .sns-btn-box .sns-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}
#fv .sns-btn-box .sns-btn .sns-btn-area {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#fv .sns-btn-box .sns-btn img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 40px;
}
@media all and (max-width: 1200px) {
  #fv .sns-btn-box .sns-btn img {
    width: 32px;
  }
}
@media all and (max-width: 768px) {
  #fv .sns-btn-box .sns-btn img {
    width: 7vw;
  }
}
@media all and (max-width: 519px) {
  #fv .sns-btn-box .sns-btn img {
    width: 9vw;
  }
}
#fv .sns-btn-box2 {
  width: 75%;
}
@media all and (max-width: 768px) {
  #fv .sns-btn-box2 {
    width: 80%;
  }
}
#fv .sns-btn-box2 .sns-btn-title {
  color: #F48C8C;
}
#fv .sns-btn-box2 .sns-btn-title p {
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  margin: 10% 0 5% 0;
}
@media all and (max-width: 1200px) {
  #fv .sns-btn-box2 .sns-btn-title p {
    font-size: 20px;
    margin: 3% 0 2% 0;
  }
}
@media all and (max-width: 768px) {
  #fv .sns-btn-box2 .sns-btn-title p {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 519px) {
  #fv .sns-btn-box2 .sns-btn-title p {
    font-size: 1.2rem;
  }
}
#fv .sns-btn-box2 .sns-btn-title p::before,
#fv .sns-btn-box2 .sns-btn-title p::after {
  position: absolute;
  top: 0.5rem;
  height: 1.5rem;
  content: "";
}
#fv .sns-btn-box2 .sns-btn-title p::before {
  border-left: solid 3px;
  left: 10%;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
@media all and (max-width: 1200px) {
  #fv .sns-btn-box2 .sns-btn-title p::before {
    left: 5%;
  }
}
@media all and (max-width: 768px) {
  #fv .sns-btn-box2 .sns-btn-title p::before {
    left: 15%;
  }
}
@media all and (max-width: 519px) {
  #fv .sns-btn-box2 .sns-btn-title p::before {
    left: 5%;
  }
}
#fv .sns-btn-box2 .sns-btn-title p::after {
  border-right: solid 3px;
  right: 10%;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
@media all and (max-width: 1200px) {
  #fv .sns-btn-box2 .sns-btn-title p::after {
    right: 5%;
  }
}
@media all and (max-width: 768px) {
  #fv .sns-btn-box2 .sns-btn-title p::after {
    right: 15%;
  }
}
@media all and (max-width: 519px) {
  #fv .sns-btn-box2 .sns-btn-title p::after {
    right: 5%;
  }
}
#fv .sns-btn-box2 .sns-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  margin: 15px 30px;
}
#fv .sns-btn-box2 .sns-btn .sns-btn-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#fv .sns-btn-box2 .sns-btn img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 40px;
}
@media all and (max-width: 1200px) {
  #fv .sns-btn-box2 .sns-btn img {
    width: 32px;
  }
}
@media all and (max-width: 768px) {
  #fv .sns-btn-box2 .sns-btn img {
    width: 7vw;
  }
}
@media all and (max-width: 519px) {
  #fv .sns-btn-box2 .sns-btn img {
    width: 9vw;
  }
}

#fv .login-form-box {
  display: flex;
          flex-direction: column;
          align-items: center;
  width: 90%;
  margin: 10px;
  padding: 40px 0;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.6);
          box-shadow: 0 8px 13px rgba(26, 24, 21, 0.14);
}

@media all and (max-width: 1200px) {
  #fv .login-form-box {
    padding: 25px 0;
  }
}

#fv .login-form-box .img-wrap {
  width: 140px;
}

@media all and (max-width: 1200px) {
  #fv .login-form-box .img-wrap {
    width: 95px;
  }
}

#fv .login-form-box input, #fv .login-form-box select {
  width: 75%;
  margin-bottom: 10px;
  background-color: #FEF5F5;
  border: none;
}
@media all and (max-width: 519px) {
  #fv .login-form-box input, #fv .login-form-box select {
    width: 250px;
  }
}
#fv .login-form-box .btn-wrap {
  display: flex;
          flex-direction: column;
  width: 250px;
  margin-top: 20px;
}
#fv .login-form-box .btn-wrap a, #fv .login-form-box .btn-wrap button {
  width: 100%;
  padding: 15px 0;
}

@media all and (max-width: 1200px) {
  #fv .login-form-box .btn-wrap a, #fv .login-form-box .btn-wrap button {
    padding: 10px 0;
  }
}

#fv .login-form-box .login-form-link {
  display: flex;
          flex-direction: column;
          align-items: center;
  text-decoration: underline;
  margin-top: 10px;
}
#fv .login-form-box .login-form-link a {
  margin-bottom: 10px;
}
#fv .top-pw {
  width: 100vw;
  min-height: calc(100vh - 170px);
  padding: 40px 0;
}
#fv .top-pw .login-form-box {
  margin: 0 auto;
  width: 65%;
  padding: 40px 80px;
}
#fv .top-pw .login-form-box select {
  width: auto;
  margin-right: 10px;
}
@media all and (max-width: 768px) {
  #fv .top-pw .login-form-box input {
    width: 100%;
  }
}
@media all and (max-width: 519px) {
  #fv .top-pw .login-form-box {
    width: calc(100% - 120px);
    padding: 20px 40px;
  }
  #fv .top-pw .login-form-box input {
    width: 100%;
  }
}
#fv .top-pw h3 {
  font-size: 20px;
  font-weight: normal;
  padding-bottom: 10px;
  margin: 0 0 10px;
  border-bottom: 1px solid #DFDFDF;
}
#fv .top-pw .input-wrap {
  display: flex;
          flex-direction: column;
  margin: 20px 0;
}
#fv .top-pw .input-wrap.row {
          flex-direction: row;
  width: 75%;
}
#fv .top-pw .input-wrap.row .year {
  width: 160px;
}
#fv .top-pw .input-wrap.row .month, #fv .top-pw .input-wrap.row .day {
  width: 120px;
}
@media all and (max-width: 768px) {
  #fv .top-pw .input-wrap.row {
    width: 100%;
  }
}
@media all and (max-width: 519px) {
  #fv .top-pw .input-wrap.row {
    width: 100%;
            flex-direction: column;
  }
  #fv .top-pw .input-wrap.row .month, #fv .top-pw .input-wrap.row .day {
    width: 160px;
  }
}
#fv .top-pw .btn-wrap {
  width: 160px;
  text-align: center;
  margin: auto;
}
#fv .top-pw .btn-wrap .top-link {
  text-decoration: underline;
}

.login-page {
  padding: 10px 0;
  display: flex;
          justify-content: center;
  height: calc( 100vh - 20px);
}
.login-page .login-form-box {
  margin: 10px auto;
  height: -moz-fit-content;
  height: fit-content;
}

.top-container {
  width: 900px;
  margin: auto;
}
@media all and (max-width: 1200px) {
  .top-container {
    width: 90%;
  }
}

@media all and (max-width: 768px) {
  .about-container {
    width: 100%;
  }
}

.taiken-container {
  max-width: 900px;
  width: 90%;
  margin: auto;
}
@media all and (max-width: 768px) {
  .taiken-container {
    width: 90%;
  }
}

#about .about-box-wrap {
  position: relative;
  display: flex;
}
#about .about-box-wrap .about-box {
  width: 70%;
  margin: 40px 0 20px;
  z-index: 1;
}
@media all and (max-width: 768px) {
  #about .about-box-wrap .about-box {
    width: 60%;
    margin: 40px 50px 20px;
  }
}
@media all and (max-width: 519px) {
  #about .about-box-wrap .about-box {
    width: 100%;
    margin: 40px 20px 20px;
  }
}
#about .about-box-wrap .about-box p {
  color: #C91617;
  font-size: 18px;
  line-height: 30px;
}
@media all and (max-width: 519px) {
  #about .about-box-wrap .about-box p {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media all and (max-width: 519px) {
  #about .about-box-wrap .about-box h2 {
    margin-bottom: 0;
  }
}
#about .about-box-wrap .katuyou-box {
  margin: 40px 0 20px 30%;
}
@media all and (max-width: 768px) {
  #about .about-box-wrap .katuyou-box {
    margin: 40px 50px 20px 35%;
  }
}
@media all and (max-width: 519px) {
  #about .about-box-wrap .katuyou-box {
    margin: 40px 20px 20px;
  }
}
#about .about-box-wrap .illust-wrap {
  position: absolute;
  width: 50%;
  z-index: -1;
}
@media all and (max-width: 768px) {
  #about .about-box-wrap .illust-wrap .illust-pc {
    display: none;
  }
}
@media all and (min-width: 769px) {
  #about .about-box-wrap .illust-wrap .illust-sp {
    display: none;
  }
}
#about .houigaku-wrap {
          justify-content: start;
}
#about .houigaku-wrap .illust-wrap {
  right: 0;
  top: -30px;
}
@media all and (max-width: 768px) {
  #about .houigaku-wrap {
    margin: 50px 0;
  }
  #about .houigaku-wrap .illust-wrap {
    width: 100%;
  }
  #about .houigaku-wrap .illust-wrap img {
    width: 95%;
  }
}
@media all and (max-width: 519px) {
  #about .houigaku-wrap {
    margin: 20px 0;
  }
  #about .houigaku-wrap h2 {
    width: 280px;
  }
}
#about .katuyou-wrap {
          justify-content: end;
}
#about .katuyou-wrap .illust-wrap {
  left: 0;
  top: 0px;
}
@media all and (min-width: 1201px) {
  #about .katuyou-wrap .about-box {
    margin-left: auto;
  }
}
@media all and (max-width: 768px) {
  #about .katuyou-wrap {
    margin: 50px 0;
  }
  #about .katuyou-wrap .illust-wrap {
    width: 100%;
    text-align: right;
    left: auto;
    right: -40px;
  }
  #about .katuyou-wrap .illust-wrap img {
    width: 100%;
  }
}
@media all and (max-width: 519px) {
  #about .katuyou-wrap {
    margin: 20px 0;
  }
  #about .katuyou-wrap h2 {
    width: 140px;
    margin: 20px auto;
  }
}

#point {
  margin: 80px 0;
  padding: 40px 0;
  background-image: url(../images/point-bg.png);
  background-size: cover;
}
@media all and (max-width: 519px) {
  #point {
    margin: 60px 0;
  }
}
#point h2 {
  text-align: center;
  margin-bottom: 90px;
}
#point h2 img {
  width: 50%;
}
#point .point-box-wrap {
  display: flex;
          flex-wrap: wrap;
  gap: 20px;
          justify-content: center;
}
#point .point-box-wrap .point-box {
  position: relative;
  width: 380px;
  border: solid 1px #C91617;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 50px;
}
@media all and (max-width: 1200px) {
  #point .point-box-wrap .point-box {
    width: 360px;
  }
}
@media all and (max-width: 519px) {
  #point .point-box-wrap .point-box {
    width: 80%;
  }
}
#point .point-box-wrap .point-box .point-num {
  position: absolute;
  top: -60px;
  left: 10px;
}
@media all and (max-width: 519px) {
  #point .point-box-wrap .point-box .point-num {
    width: 100px;
    top: -50px;
  }
}
#point .point-box-wrap .point-box .img-wrap {
  display: flex;
          align-items: flex-end;
}
#point .point-box-wrap .point-box .img-wrap img {
  margin-left: auto;
  margin-bottom: 10px;
}
#point .point-box-wrap .point-box .img-wrap .mb {
  margin-bottom: 56px;
}
#point .point-box-wrap .point-box .img-wrap .w-30 {
  width: 32%;
}
#point .point-box-wrap .point-box h3 {
  font-size: 24px;
  font-weight: bold;
  color: #C91617;
  margin: 0 0 10px;
}
@media all and (max-width: 519px) {
  #point .point-box-wrap .point-box h3 {
    font-size: 18px;
  }
}

#siyougamen {
  margin-bottom: 80px;
}
#siyougamen h2 {
  text-align: center;
}
@media all and (max-width: 519px) {
  #siyougamen .pc-img {
    display: none;
  }
}
@media all and (min-width: 520px) {
  #siyougamen .sp-img {
    display: none;
  }
}

#taikendan-footer {
  background-image: url(../images/taikendan-bg.png);
  padding: 50px 0;
}
#taikendan-footer h2 {
  text-align: center;
}
#taikendan-footer .taikendan-box {
  background-color: white;
  border-radius: 10px;
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 60px;
}
@media all and (max-width: 1200px) {
  #taikendan-footer .taikendan-box {
    padding: 40px;
  }
}
@media all and (max-width: 519px) {
  #taikendan-footer .taikendan-box {
    padding: 20px;
  }
}
#taikendan-footer .taikendan-box .img-wrap {
  display: flex;
          justify-content: space-between;
          align-items: flex-end;
}
#taikendan-footer .taikendan-box .img-wrap .taiken-before {
  width: 25%;
}
#taikendan-footer .taikendan-box .img-wrap .taiken-arrow {
  width: 17%;
}
#taikendan-footer .taikendan-box .img-wrap .taiken-after {
  width: 43%;
}
@media all and (max-width: 519px) {
  #taikendan-footer .taikendan-box .img-wrap .taiken-before {
    width: 32%;
  }
  #taikendan-footer .taikendan-box .img-wrap .taiken-arrow {
    width: 20%;
  }
  #taikendan-footer .taikendan-box .img-wrap .taiken-after {
    margin-bottom: 40px;
    margin-left: -10%;
    width: 50%;
  }
}
#taikendan-footer .taikendan-box p {
  color: #C91617;
  font-size: 27px;
  font-weight: bold;
  margin: 30px 10px 20px;
}
@media all and (max-width: 519px) {
  #taikendan-footer .taikendan-box p {
    margin: 30px 0 20px;
    font-size: 22px;
  }
}
#taikendan-footer .taikendan-box span {
  display: block;
  text-align: right;
  color: #707070;
}
#taikendan-footer .cta-btn {
  text-align: center;
  margin: 80px auto;
}
#taikendan-footer .cta-btn a {
  padding: 16px 40px;
  font-size: 20px;
          box-shadow: 0 5px 13px rgba(26, 24, 21, 0.2);
}
#taikendan-footer .footer {
  text-align: center;
}
#taikendan-footer .footer .footer-ul {
  text-align: center;
  margin-bottom: 20px;
}
#taikendan-footer .footer .footer-ul li {
  display: inline-block;
  margin: 0 1rem;
  margin-bottom: 10px;
}
@media all and (max-width: 768px) {
  #taikendan-footer .footer .footer-ul li {
    display: block;
  }
}

#taikendan-footer .footer .footer-sns .footer-sns-title p {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  color: #B82E25;
  text-align: center;
  margin: 10% 0 5% 0;
}
@media all and (max-width: 1200px) {
  #taikendan-footer .footer .footer-sns .footer-sns-title p {
    margin: 3% 0 2% 0;
  }
}
#taikendan-footer .footer .footer-sns .footer-sns-title p::before,
#taikendan-footer .footer .footer-sns .footer-sns-title p::after {
  position: absolute;
  top: 48%;
  width: 7rem;
  height: 0.3rem;
  background-color: #B82E25;
  content: "";
}
@media all and (max-width: 519px) {
  #taikendan-footer .footer .footer-sns .footer-sns-title p::before,
#taikendan-footer .footer .footer-sns .footer-sns-title p::after {
    width: 5rem;
  }
}
#taikendan-footer .footer .footer-sns .footer-sns-title p::before {
  left: 12rem;
}
@media all and (max-width: 1200px) {
  #taikendan-footer .footer .footer-sns .footer-sns-title p::before {
    left: 9rem;
  }
}
@media all and (max-width: 768px) {
  #taikendan-footer .footer .footer-sns .footer-sns-title p::before {
    left: 3rem;
  }
}
@media all and (max-width: 519px) {
  #taikendan-footer .footer .footer-sns .footer-sns-title p::before {
    left: 0rem;
  }
}
#taikendan-footer .footer .footer-sns .footer-sns-title p::after {
  right: 12rem;
}
@media all and (max-width: 1200px) {
  #taikendan-footer .footer .footer-sns .footer-sns-title p::after {
    right: 9rem;
  }
}
@media all and (max-width: 768px) {
  #taikendan-footer .footer .footer-sns .footer-sns-title p::after {
    right: 3rem;
  }
}
@media all and (max-width: 519px) {
  #taikendan-footer .footer .footer-sns .footer-sns-title p::after {
    right: 0rem;
  }
}
#taikendan-footer .footer .footer-sns .footer-sns-box {
  margin-bottom: 50px;
}
#taikendan-footer .footer .footer-sns .footer-sns-box .footer-sns-box-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#taikendan-footer .footer .footer-sns .footer-sns-box .footer-sns-box-logo a {
  background-color: #fff;
  width: -webkit-fill-available;
  margin: 5px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  height: 70px;
  text-align: center;
  position: relative;
}
#taikendan-footer .footer .footer-sns .footer-sns-box .footer-sns-box-logo a img {
  width: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

header {
  background-color: #FFF8DD;
  display: flex;
          justify-content: space-between;
  height: 76px;
}
header .site-title {
  font-size: 2rem;
  display: flex;
          align-items: center;
}
header .site-title .logo {
  display: flex;
          align-items: center;
  width: 115px;
  padding: 6px 1rem 0 2rem;
}
header .site-title .logo img {
  max-width: 100%;
}
header .site-title .title {
  display: flex;
          align-items: center;
  width: 280px;
  height: 100%;
}
header .site-title .title img {
  width: 100%;
}
@media all and (max-width: 519px) {
  header {
    height: 70px;
  }
  header .site-title .logo {
    width: 10vw;
    padding: 0 1.8vw 0 3.8vw;
  }
  header .site-title .title {
    width: 44vw;
  }
}

.header_app {
  background-color: #FFFDF7;
          align-items: center;
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
}
.header_app .inner-header_app {
  display: flex;
  width: 100%;
          justify-content: space-around;
  margin: 0 8px;
}
.header_app .app-icon-wrap {
  text-align: center;
  font-size: 10px;
}
.header_app .app-icon-wrap.active {
  font-size: 11px;
  font-weight: bold;
}
.header_app .app-icon-wrap.active .app-icon {
  width: 45px;
  height: 45px;
  background-color: #FFE08D;
  margin: 0 auto;
}
.header_app .app-icon {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: #FFF0C3;
  display: flex;
          align-items: center;
          justify-content: center;
  margin: 0 auto 5px;
}
.header_app .app-icon.active {
  width: 45px;
  height: 45px;
  background-color: #FFE08D;
  font-size: 11px;
  font-weight: bold;
}

.header-nav {
  display: flex;
          align-items: center;
  max-width: 640px;
}
.header-nav a {
  color: #4d4d4d;
}
.header-nav p {
  font-size: 14px;
}
.header-nav .logout {
  width: 190px;
}
.header-nav .logout form {
  padding: 1rem 10px;
  cursor: pointer;
  display: flex;
          flex-direction: column;
          align-items: center;
}
.header-nav .logout:hover {
  opacity: 0.5;
}
@media all and (max-width: 1200px) {
  .header-nav .logout {
    width: 60px;
    padding: 0 10px;
    font-size: 12px;
  }
  .header-nav .logout .logout-svg {
    padding: 5px 0 5px 0;
    width: 20px;
  }
}
@media all and (max-width: 519px) {
  .header-nav .logout {
    font-size: 10px;
    padding: 0 5px 0 0;
  }
  .header-nav .logout .logout-svg {
    padding: 5px 0 5px 0;
    width: 16px;
  }
}
@media all and (min-width: 1201px) {
  .header-nav .logout .logout-svg {
    display: none;
  }
}

.pc-info {
  min-width: 160px;
}
.pc-info a:hover {
  opacity: 0.5;
}

.member-info {
  display: flex;
          align-items: center;
  border-right: solid 1px #CCCCCC;
}
.member-info_text {
  display: flex;
          flex-wrap: wrap;
  vertical-align: bottom;
  padding-top: 7px;
}
.member-info_text p {
  margin: 0 0 5px 5px;
}
.member-info_text .text-large {
  font-size: 20px;
}
.member-info_text .text-red {
  color: #C91617;
}
.member-info_text .bg-white {
  background-color: white;
  padding: 5px;
}
.member-info_text select {
  padding: 2px 20px 2px 10px;
  margin: 0 0 5px 5px;
  width: auto;
  max-width: 185px;
  font-size: 14px;
}
.member-info .arrow-svg {
  padding: 20px 1rem;
  margin-right: 1rem;
  width: 16px;
}
.member-info .sp-info {
  display: flex;
          flex-direction: column;
          align-items: center;
}
.member-info .sp-info .sp-info-text {
  white-space: nowrap;
}
.member-info .sp-info svg {
  padding: 5px 0 5px 0;
  width: 28px;
}
@media all and (max-width: 519px) {
  .member-info svg {
    width: 20px;
  }
}
@media all and (max-width: 1200px) {
  .member-info {
    width: 50px;
    padding: 1rem 0;
    border: none;
            flex-direction: column;
    font-size: 12px;
  }
  .member-info svg {
    width: 24px;
  }
  .member-info .member-info_text, .member-info .arrow-svg, .member-info .pc-info {
    display: none;
  }
}
@media all and (max-width: 519px) {
  .member-info {
    font-size: 10px;
  }
}
@media all and (min-width: 1201px) {
  .member-info .sp-info {
    display: none;
  }
}
.member-info.app {
  width: 100%;
  background-color: #FFF8DD;
  border-radius: 10px;
          flex-direction: row;
  padding: 1rem;
  margin: 0px 0 30px;
          box-sizing: border-box;
  font-size: 13px;
}
.member-info.app select {
  font-size: 14px;
}
.member-info.app .bg-white {
  margin: 0.5rem auto;
}
.member-info.app .bg-white p {
  background-color: #fff;
  padding: 2px 4px;
}

.sidebar {
  width: 300px;
  height: 100%;
          box-sizing: border-box;
  background-color: #FFFDF7;
}
@media all and (max-width: 519px) {
  .sidebar {
    width: 262px;
  }
}
.sidebar .container {
  width: 90%;
  margin: auto;
}
.sidebar .container.app {
  padding-top: 30px;
}

.map-search-area {
  border-bottom: 1px solid #CCCCCC;
  font-size: 14px;
          box-sizing: border-box;
  padding: 20px 0;
}
.map-search-area .btn-wrap{
  z-index: 1;
  display: flex;
  justify-content:space-around;
}
.map-search-area .btn-wrap .map-btn{
    height:70px;
    padding: 10px 12px;
    text-align: left;
    margin-top:10px;
    display: flex;
    flex-direction:column;
    justify-content:space-between;
    align-items: center;
  }

.search-btn-area {
          box-sizing: border-box;
  padding: 20px 0;
}
.search-btn-area a {
  width: 100%;
  display: block;
          box-sizing: border-box;
}

.sidebar-menu {
  width: 100%;
  border-radius: 10px;
  border: dashed 2px #CCCCCC;
  background-color: white;
  padding: 12px 20px 20px;
          box-sizing: border-box;
  margin-bottom: 10px;
}
.sidebar-menu_link {
  display: flex;
          justify-content: space-between;
          align-items: center;
  padding: 12px 0;
}
.sidebar-menu_link svg {
  padding-right: 5px;
}
.sidebar-menu_link:hover {
  color: #fa7373;
}
.sidebar-menu_link:hover svg {
  color: #fa7373;
  padding: 0;
}
.sidebar-menu_link-active {
  color: #fa7373;
}
.sidebar-menu_link-active svg {
  color: #fa7373;
  padding: 0;
}

.side-openbtn {
  position: absolute;
  background: #FFF8DD;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  top: 0;
  right: 0;
  z-index: 10;
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin: 8px 0;
}
@media all and (min-width: 1201px) {
  .side-openbtn {
    display: none;
  }
}
@media all and (max-width: 519px) {
  .side-openbtn {
    width: 40px;
    height: 40px;
  }
}

.side-openbtn_app {
  position: relative;
  top: auto;
  right: auto;
  margin: auto;
          box-shadow: none;
}

/*ボタン内側*/
.side-openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 2px;
  border-radius: 50px;
  background: #4d4d4d;
  width: 45%;
}

.side-openbtn span:nth-of-type(1) {
  top: 15px;
}

.side-openbtn span:nth-of-type(2) {
  top: 23px;
}

.side-openbtn span:nth-of-type(3) {
  top: 31px;
}

.side-openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
          transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.side-openbtn.active span:nth-of-type(2) {
  opacity: 0; /*真ん中の線は透過*/
}

.side-openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
          transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

@media all and (max-width: 519px) {
  .side-openbtn span {
    left: 11px;
    width: 45%;
  }
  .side-openbtn span:nth-of-type(1) {
    top: 11px;
  }
  .side-openbtn span:nth-of-type(2) {
    top: 19px;
  }
  .side-openbtn span:nth-of-type(3) {
    top: 27px;
  }
  .side-openbtn.active span:nth-of-type(1) {
    top: 13px;
    left: 11px;
    width: 45%;
  }
  .side-openbtn.active span:nth-of-type(3) {
    top: 25px;
    left: 11px;
    width: 45%;
  }
  /*アプリヘッダー*/
  .side-openbtn.active span:nth-of-type(1) {
    top: 16px;
    left: 11px;
    width: 50%;
  }
  .side-openbtn.active span:nth-of-type(3) {
    top: 28px;
    left: 11px;
    width: 50%;
  }
}

#g-nav {
  position: relative;
  z-index: 999;
  /*ナビのスタート位置と形状*/
  left: -120%;
  height: calc(100vh - 90px);
  transition: all 0.6s;
}
@media all and (min-width: 1201px) {
  #g-nav {
    left: 0;
  }
}
@media all and (max-width: 519px) {
  #g-nav {
    height: 100%;
  }
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
  left: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh; /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#form2 {
  position: relative;
  margin-bottom: 10px;
  width: 100%;
}

#sbox2 {
  position: relative;
  left: 0;
  top: 0;
  outline: 0;
}

/* スマートフォンサイズの場合は表示しない */
@media screen and (max-width: 979px) {
  .hide-sm-btn {
    display: none;    
  }
}

.submit-btn {
  border: 1px solid #bbb;
  background: white;
}

.submit-btn2 {
  position: absolute;
  top: 0;
  right: 1px;
  background: none;
  border: none;
  font-size: 20px;
  margin-top: 6px;
  background-color: white;
  /*アイコン*/
  height: 32px;
}

.reset-btn {
  border: 1px solid #bbb;
  background: white;
  border-radius: 0 0.25rem 0.25rem 0;
}

.reset-btn:hover, .submit-btn:hover {
  color: #FDCD47;
}

.input-form {
  width: 100%;
  border: solid 1px #CCCCCC;
  border-radius: 5px;
  box-sizing: border-box;
  line-height: 1;
}

.chiten-btn {
  display: flex;
          align-items: center;
          justify-content: center;
  padding: 8px;
  width: 100%;
  margin-top: 15px;
}
.chiten-btn svg {
  padding: 0 4px;
}

.chiten-btn.app {
  padding: 0;
}

.chiten-list #chiten-nav, .chiten-list .keep-nav {
  min-width: 300px;
  max-width: 300px;
  box-sizing: border-box;
  background-color: #FFFDF7;
  position: absolute;
  z-index: 999;
  top: 0;
  left: -120%;
  height: calc(100% - 90px);
  min-height: 680px;
  transition: all 0.4s;
}
.chiten-list #chiten-nav.panelactive, .chiten-list .keep-nav.panelactive {
  left: 0;
  /*ナビゲーションの縦スクロール*/
}
.chiten-list #chiten-nav.panelactive #chiten-nav-list, .chiten-list .keep-nav.panelactive #chiten-nav-list {
  position: absolute;
  z-index: 999;
  min-width: 300px;
  height: inherit;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #FFFDF7;
}

.chiten-list #chiten-nav.app {
  top: 80px;
  height: calc(100% - 80px);
}

.chiten-list .title-box {
  background-color: #FDCD47;
  display: flex;
          align-items: center;
  padding: 12px 0;
}
.chiten-list .title-box .back-btn {
  padding: 0 1rem;
}
.chiten-list .title-box .title {
  font-size: 18px;
}
.chiten-list .nav-btn-wrap {
  display: flex;
          align-items: center;
          justify-content: space-around;
  background-color: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
  margin-bottom: 10px;
}
.chiten-list .nav-btn-wrap .nav-btn {
  width: 40%;
  text-align: center;
  margin: 0 5%;
  font-size: 14px;
  border-bottom: solid 4px transparent;
}
.chiten-list .nav-btn-wrap .nav-btn a {
  display: block;
  padding: 10px 0;
  width: 100%;
}
.chiten-list .nav-btn-wrap .nav-btn.active {
  border-bottom: 4px solid #FDCD47;
}
.chiten-list #chiten-nav-list ul, .chiten-list .keep-list ul {
  width: 90%;
  margin: 10px auto;
  z-index: 999;
}
.chiten-list #chiten-nav-list .list-box, .chiten-list .keep-list .list-box {
  padding: 10px;
  border-bottom: 1px solid #CCCCCC;
}
.chiten-list #chiten-nav-list .list-box .title, .chiten-list .keep-list .list-box .title {
  display: flex;
          justify-content: space-between;
  margin-bottom: 5px;
}
.chiten-list #chiten-nav-list .list-box .title a:hover, .chiten-list #chiten-nav-list .list-box .title button:hover, .chiten-list .keep-list .list-box .title a:hover, .chiten-list .keep-list .list-box .title button:hover {
  opacity: 0.8;
}
.chiten-list #chiten-nav-list .list-box .label, .chiten-list .keep-list .list-box .label {
  display: block;
  border-radius: 5px;
  font-size: 13px;
  width: 64px;
  text-align: center;
  padding: 3px 0;
  margin-bottom: 5px;
}
.chiten-list #chiten-nav-list .list-box .label_nengetsu, .chiten-list .keep-list .list-box .label_nengetsu {
  background-color: #FFF2BE;
}
.chiten-list #chiten-nav-list .list-box .label_hiban, .chiten-list .keep-list .list-box .label_hiban {
  background-color: #FFE2E2;
}
.chiten-list #chiten-nav-list .list-box p, .chiten-list .keep-list .list-box p {
  font-size: 14px;
}
.chiten-list #chiten-nav-list .list-box .btn-wrap, .chiten-list .keep-list .list-box .btn-wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 5px;
}
.chiten-list #chiten-nav-list .list-box .history-btn-wrap, .chiten-list .keep-list .list-box .history-btn-wrap {
  display: flex;
  gap: 10px;
}
.chiten-list #chiten-nav-list .list-box .history-btn-wrap a, .chiten-list #chiten-nav-list .list-box .history-btn-wrap button, .chiten-list .keep-list .list-box .history-btn-wrap a, .chiten-list .keep-list .list-box .history-btn-wrap button {
  width: 100%;
  padding: 5px;
  margin: 10px auto 0;
  font-size: 14px;
}
.chiten-list #chiten-nav-list .list-box .kaijo-btn, .chiten-list .keep-list .list-box .kaijo-btn {
  font-size: 13px;
  background-color: #E6E6E6;
  padding: 4px 10px;
}
.chiten-list #chiten-nav-list .list-box .kaijo-btn:hover, .chiten-list .keep-list .list-box .kaijo-btn:hover {
  opacity: 0.8;
}
.chiten-list #chiten-nav-list .btn-box, .chiten-list .keep-list .btn-box {
  padding: 10px 0;
  border-bottom: 1px solid #CCCCCC;
}
.chiten-list #chiten-nav-list .btn-box p, .chiten-list .keep-list .btn-box p {
  font-size: 12px;
}
.chiten-list #chiten-nav-list .btn-box .keep-btn, .chiten-list #chiten-nav-list .btn-box .keep-full, .chiten-list .keep-list .btn-box .keep-btn, .chiten-list .keep-list .btn-box .keep-full {
  display: flex;
  font-size: 14px;
  width: 100%;
  padding: 6px;
  margin: 10px auto;
  justify-content: center;
          align-items: center;
  gap: 10px;
}
.chiten-list .tab-area {
  display: none;
}
.chiten-list .tab-area.is-active {
  display: block;
}
.chiten-list .keep-nav li {
  margin: 0 10px;
}
.chiten-list .keep-nav .title {
  display: flex;
  margin-bottom: 10px;
}
.chiten-list .keep-nav .title .keep-back {
  padding: 0 5px;
  margin-right: 10px;
}

.chiten-list.app {
  margin-top: 80px;
}

.logout-btn {
  text-align: center;
  margin-top: 30px;
  font-size: 14px;
}
.logout-btn a {
  padding: 4px 1rem;
}

.map-section {
  width: 100%;
  height: 100%;
}
@media all and (min-width: 1201px) {
  .map-section {
    width: calc(100vw - 300px);
    margin-left: auto;
  }
}
@media all and (max-width: 1200px) {
  .map-section {
    margin-left: -300px;
  }
}
@media all and (max-width: 519px) {
  .map-section {
    margin-left: -262px;
    min-height: calc( 100vh - 70px);
  }
}

#map {
  transition: all 0.6s;
  position: relative;
  height: calc(100vh - 186px);
  min-height: 680px;
  overflow: hidden;
}
#map iframe, #map object, #map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 186px);
  min-height: 680px;
}
#map .btn-wrap {
  z-index: 1;
  position: absolute;
  display: flex;
          flex-direction: column;
}
@media all and (max-width: 1200px) {
  #map .btn-wrap {
            flex-direction: row;
    margin-left: 10px;
    gap: 6px;
  }
}
#map .btn-wrap .map-btn {
  background-color: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  width: 100px;
  height: 34px;
  padding: 6px 12px;
  text-align: left;
  margin-top: 10px;
  margin-left: 20px;
  display: flex;
          align-items: center;
}
#map .btn-wrap .map-btn svg {
  width: 22px;
}
@media all and (max-width: 1200px) {
  #map .btn-wrap .map-btn {
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    display: flex;
            justify-content: center;
            align-items: center;
  }
  #map .btn-wrap .map-btn span {
    display: none;
  }
}
@media all and (max-width: 1200px) {
  #map .btn-wrap .map-btn {
    width: 34px;
    height: 34px;
  }
}
@media all and (max-width: 768px) {
  #map {
    height: calc(100vh - 172px);
  }
  #map iframe, #map object, #map embed {
    height: calc(100vh - 172px);
  }
}
@media all and (max-width: 519px) {
  #map {
    min-height: auto;
    height: calc(100vh - 144px);
  }
  #map iframe, #map object, #map embed {
    min-height: auto;
    height: calc(100vh - 144px);
  }
}

.map-date {
  transition: all 0.6s;
}
@media all and (min-width: 1201px) {
  .map-date {
    width: calc(100vw - 300px);
    margin-left: auto;
  }
}
.map-date .map-nav {
  display: flex;
  align-items: center;
  background-color: #FFF0C3;
  border-radius: 10px;
  padding: 0 2rem;
  height: 76px;
  margin: 10px;
}
@media all and (max-width: 519px) {
  .map-date .map-nav {
    padding: 0 0 0 10px;
    margin: 6px 6px 10px 6px;
  }
}
@media all and (max-width: 768px) {
  .map-date .map-nav {
    height: 62px;
  }
}
.map-date .map-nav button {
  width: 5%;
}
.map-date .map-nav .date-area {
  width: 95%;
  display: flex;
  justify-content: center;
}
.map-date .map-nav .date-area .type {
  width: 160px;
}
.map-date .map-nav .date-area .date {
  width: 340px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.map-date .map-nav .date-area .date-box {
  display: flex;
}
.map-date .map-nav .date-area .hiban-calender {
  display: none;
  transition: all 0.6s;
  margin: 0 5px;
}
.map-date .map-nav .date-area .hiban-calender.active {
  display: block;
  transform: rotateX(0deg);
}
@media all and (max-width: 519px) {
  .map-date .map-nav .date-area .hiban-calender.active {
    display: none;
  }
}
@media all and (max-width: 519px) {
  .map-date .map-nav .date-area .type {
    width: 64px;
  }
  .map-date .map-nav .date-area .date {
    width: 170px;
    min-width: 150px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.map-date .map-nav .bg-white {
  background-color: white;
  padding: 5px 20px;
  margin: 0 0.5rem;
}
@media all and (max-width: 519px) {
  .map-date .map-nav .bg-white {
    padding: 5px 10px;
    margin: 0 3px;
  }
}

.map-date-modal {
  width: 100%;
}

.hide-area-nav {
  display: none;
}
.hide-area-nav .hide-area-nav-inner {
  width: 95%;
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-content: center;
}
@media all and (max-width: 768px) {
  .hide-area-nav .hide-area-nav-inner {
  flex-direction: column;
  align-items: center;
  }
}
.hide-area-nav .distance-area {
  font-size: 14px;
}
@media all and (max-width: 768px) {
  .hide-area-nav .distance-area {
    display: none;
  }
}
.hide-area-nav .distance-area p {
  padding: 4px;
  width: 100%;
  margin: 20px 0 10px;
  box-sizing: border-box;
}
.hide-area-nav .distance-area table {
  width: 95%;
  margin: auto;
  text-align: left;
}
.hide-area-nav .distance-area table tr:nth-child(2) th, .hide-area-nav .distance-area table tr:nth-child(2) td {
  padding-bottom: 10px;
}
.hide-area-nav .distance-area table th {
  font-size: 12px;
  width: 40%;
}
.hide-area-nav .distance-area .info-area p {
  padding: 0;
  margin: 10px;
}
.hide-area-nav .distance-area .info-area .text-large {
  font-size: 18px;
}
.hide-area-nav .houiban-area {
  width: 60%;
  display: flex;
          align-items: center;
          justify-content: center;
          flex-direction: row;
          flex-wrap: wrap;
}
@media all and (max-width: 519px) {
  .hide-area-nav .houiban-area {
    width: 100%;
  }
}
.hide-area-nav .houiban-area .houiban-btn-wrap {
  width: 100%;
}
.hide-area-nav .houiban-area .houiban-btn {
  display: flex;
          align-items: center;
  width: 340px;
  max-width: 100%;
  font-size: 18px;
  margin: 0 auto 10px;
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
}
.hide-area-nav .houiban-area .houiban-btn:hover {
  box-shadow: none;
  transform: translate3d(0, 2px, 0);
}
@media all and (max-width: 519px) {
  .hide-area-nav .houiban-area .houiban-btn {
    width: 280px;
    font-size: 16px;
  }
}
.hide-area-nav .houiban-area .houiban-btn .houiban-btn-title {
  width: 62px;
  text-align: center;
  border-radius: 50px;
  padding: 10px 0;
  font-weight: bold;
}
@media all and (max-width: 519px) {
  .hide-area-nav .houiban-area .houiban-btn .houiban-btn-title {
    width: 56px;
  }
}
.hide-area-nav .houiban-area .houiban-btn .direction-ul {
  padding: 10px 0;
  padding-left: 1rem;
  width: 70%;
  font-size: 1rem;
}
@media all and (max-width: 768px) {
  .hide-area-nav .houiban-area .houiban-btn .direction-ul {
    width: 68%;
    padding-left: 5px;
  }
}
.hide-area-nav .houiban-area .houiban-btn .direction-ul li {
  display: inline-flex;
  align-items: center;
  margin: 0 4px;
  gap: 4px;
}
.hide-area-nav .houiban-area .houiban-btn-pink {
  background-color: #FFEAEA;
  border: solid 2px #fa7373;
}
.hide-area-nav .houiban-area .houiban-btn-pink .houiban-btn-title {
  background-color: #ff9393;
  color: white;
}
.hide-area-nav .houiban-area .houiban-btn-pink svg {
  color: #ff9393;
}
.hide-area-nav .houiban-area .houiban-btn-gray {
  background-color: #F5F5F5;
  border: solid 2px #A5A5A5;
}
.hide-area-nav .houiban-area .houiban-btn-gray .houiban-btn-title {
  background-color: #A5A5A5;
  color: white;
}
.hide-area-nav .houiban-area .houiban-btn-gray svg {
  color: #A5A5A5;
}
.hide-area-nav .houiban-area .houiban-btn-yellow {
  background-color: #FFF8DD;
  border: solid 2px #FFE08D;
}
.hide-area-nav .houiban-area .houiban-btn-yellow .houiban-btn-title {
  background-color: #FFE08D;
}
.hide-area-nav .houiban-area .houiban-btn-yellow svg {
  color: #FABC48;
}
.hide-area-nav .houiban-area .houiban-btn-blue {
  background-color: #F2F5FF;
  border: solid 2px #959EE3;
}
.hide-area-nav .houiban-area .houiban-btn-blue .houiban-btn-title {
  background-color: #959EE3;
  color: white;
}
.hide-area-nav .houiban-area .houiban-btn-blue svg {
  color: #A3B5E5;
}
.hide-area-nav .houiban-wrap {
  width: 240px;
  height: auto;
  margin: 20px 10px;
  position: relative;
  font-size: 20px;
  /*方位盤の方角を示す台形の位置*/
}
@media all and (max-width: 768px) {
  .hide-area-nav .houiban-wrap {
    width: 170px;
    height: auto;
    min-width: 170px;
    min-height: 170px;
    margin: 10px;
  }
}
.hide-area-nav .houiban-wrap img {
  max-width: 100%;
}
.hide-area-nav .houiban-wrap .daikei-narrow {
  width: 61px; /*方位盤の方角を示す台形の幅*/
}
.hide-area-nav .houiban-wrap .daikei-wide {
  width: 100px; /*方位盤の方角を示す台形の幅*/
}
.hide-area-nav .houiban-wrap .daikei-yellow {
  color: #FFF0C3;
}
.hide-area-nav .houiban-wrap .daikei-pink {
  color: #FFADAD;
}
.hide-area-nav .houiban-wrap .north {
  position: absolute;
  top: 2px;
  left: 50%;
  transform: translateX(-50%);
}
.hide-area-nav .houiban-wrap .north .num {
  position: absolute;
  top: 3px;
  left: 50%;
  transform: translateX(-50%);
}
.hide-area-nav .btn-area-pc {
  margin: 20px 0;
  width: 23%;
  display: flex;
  flex-direction: column;
}
.hide-area-nav .btn-area-pc a {
  max-width: 200px;
}
@media all and (max-width: 768px) {
  .hide-area-nav .btn-area-pc {
    display: none;
  }
}
.hide-area-nav .btn-area-pc .kaisetsu-open {
  background-color: #FFE08D;
  padding: 10px;
  display: block;
  margin-top: 30px;
}
.hide-area-nav .btn-area-sp {
  margin: 0;
  width: 100%;
  display: flex;
          flex-direction: row;
          justify-content: center;
  gap: 10px;
}
.hide-area-nav .btn-area-sp a {
  display: block;
  width: 170px;
  padding: 6px;
}
@media all and (min-width: 769px) {
  .hide-area-nav .btn-area-sp {
    display: none;
  }
}
@media all and (max-width: 519px) {
  .hide-area-nav .btn-area-sp {
    gap: 6px;
  }
  .hide-area-nav .btn-area-sp a {
    width: 120px;
  }
}
@media all and (min-width: 769px) {
  .hide-area-nav .btn-kaisetsu-sp {
    display: none;
  }
}
.hide-area-nav .btn-kaisetsu-sp .kaisetsu-open {
  background-color: #FFE08D;
  padding: 10px;
  width: 180px;
  display: block;
}

.hide-area-nav.active {
  display: block;
}

#map.panelactive {
  height: calc(100vh - 490px);
  min-height: 380px;
}
@media all and (max-width: 519px) {
  #map.panelactive {
    height: calc(100vh - 470px);
    min-height: 100px;
  }
}

.panel-openbtn {
  padding: 20px;
  box-sizing: border-box;
}
.panel-openbtn .panel-open-svg {
  transition: all 0.6s;
}
@media all and (max-width: 519px) {
  .panel-openbtn .panel-open-svg {
    width: 14px;
  }
}

.panel-openbtn.active .panel-open-svg {
  transform: rotateX(180deg);
}

.hide-area {
  display: none;
}

.modaal-container {
  width: 1000px;
  max-width: 1100px;
  background-color: #FFFDF7;
  border-radius: 20px;
  padding-bottom: 40px;
}
@media all and (max-width: 1200px) {
  .modaal-container {
    width: 740px;
  }
}
@media all and (max-width: 768px) {
  .modaal-container {
    width: 510px;
  }
}
@media all and (max-width: 519px) {
  .modaal-container {
    width: 300px;
    padding-bottom: 10px;
  }
  .modaal-container .map-date .map-nav {
    height: 56px;
  }
  .modaal-container .map-date .map-nav .date-area {
            justify-content: flex-start;
    font-size: 14px;
  }
  .modaal-container .hide-area-nav .houiban-wrap {
    width: 160px;
    height: auto;
    min-width: 160px;
    min-height: 160px;
    margin: 10px;
  }
}

.modaal-content-container {
  padding: 0px;
}

.modaal-inner-wrapper {
  padding: 80px 10px;
}
@media all and (max-width: 519px) {
  .modaal-inner-wrapper {
    padding: 20px 10px;
  }
}

.modaal-close {
  position: absolute;
  top: 20px;
  right: 20px;
}
@media all and (max-width: 519px) {
  .modaal-close {
    top: 10px;
    right: 0px;
  }
  .modaal-close::after, .modaal-close::before {
    width: 3px;
    height: 18px;
  }
}

.modaal-close:after,
.modaal-close:before {
  background: #4d4d4d;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #FDCD47;
}

.tooltip {
  position: relative;
  cursor: pointer;
  display: inline-block;
}

.description {
  display: none;
  position: absolute;
  font-size: 12px;
  line-height: 20px;
}
.description p {
  position: absolute;
  top: 18px;
  left: 35px;
  text-align: left;
}
.description img {
  width: 100%;
}

.tooltip:hover .description {
  display: inline-block;
  top: -12px;
  right: -230px;
}
@media all and (max-width: 768px) {
  .tooltip:hover .description {
    display: none;
  }
}

.description-sp {
  position: relative;
  margin: -20px auto -10px;
}
@media all and (min-width: 1201px) {
  .description-sp {
    display: none;
  }
}
.description-sp img {
  width: 100%;
}
.description-sp p {
  position: absolute;
  top: 20px;
  left: 24px;
  font-size: 12px;
}

/*スマホ時検索バー*/
.map-nav-sp .side-openbtn {
  right: 8px;
}
@media all and (min-width: 1201px) {
  .map-nav-sp {
    display: none;
  }
}

@media all and (max-width: 1200px) {
  .sp-map-search {
    display: flex;
            align-items: center;
    width: calc(100% - 66px);
    height: 50px;
    margin: 8px;
    gap: 10px;
  }
  .sp-map-search .map-search-area_box {
    width: calc(50% - 10px);
    z-index: 2;
  }
  .sp-map-search .map-search-area_box .input-form {
    height: 42px;
    border: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .sp-map-search .map-search-area_box #form2 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 519px) {
  .sp-map-search {
    height: 40px;
    gap: 8px;
  }
  .sp-map-search .map-search-area_box {
    font-size: 14px;
    width: 50%;
  }
  .sp-map-search .reset-btn {
    display: none;
  }
  .sp-map-search .submit-btn {
    right: 5px;
    background-color: #fff;
  }
}

.app-map-search {
  width: calc(100% - 16px);
}

.map_arrow_box {
  /* background-image: url(../images/map_arrowbox.png); */
  background-size: contain;
  /* width: 226px;
  height: 200px; */
  font-size: 12px;
}

.map_arrow_box .inner-box {
  /* width: 180px; */   /* 元々のデザインの設定値 */
  /* height: 158px; */  /* 元々のデザインの設定値 */
  max-width: 250px;     /* 方位コメント表示のための暫定値 */
  margin: 10px auto;
  display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
}
.map_arrow_box .inner-box h6 {
  font-size: 14px;
  margin: 0 0 4px;
}
.map_arrow_box .inner-box .flex {
  display: flex;
  gap: 10px;
  margin-bottom: 4px;
}
.map_arrow_box .inner-box button {
  padding: 6px;
  margin-top: 6px;
  width: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.tsushin-container {
  margin: 40px auto;
}
@media all and (max-width: 768px) {
  .tsushin-container {
    margin: 20px auto 40px;
  }
}

.tsushin-title {
  display: block;
  height: 240px;
  width: 100%;
  background-image: url(../images/tsushin_bg.jpeg);
  background-size: cover;
  background-position-y: 15%;
}
@media all and (max-width: 519px) {
  .tsushin-title {
    height: 120px;
  }
}
.tsushin-title .overray {
  width: 100%;
  height: 100%;
  background-color: rgba(110, 101, 88, 0.4);
  position: relative;
}
.tsushin-title .overray h2 {
  color: white;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  margin: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.tsushin-title .side-openbtn {
  right: 8px;
}

.tsushin-btn-area {
  display: flex;
          align-items: center;
          justify-content: center;
  border-bottom: 1px solid #FDCD47;
  gap: 2%;
  margin-bottom: 30px;
}
@media all and (max-width: 1200px) {
  .tsushin-btn-area {
            flex-direction: column;
    padding-bottom: 10px;
  }
}
.tsushin-btn-area .tsushin-btn {
  margin: 0 auto 40px;
  background-image: url(../images/chevron-right.svg);
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: top 50% right 10px;
  width: 100%;
  display: flex;
          align-items: center;
          justify-content: center;
  padding: 10px 0;
}
@media all and (max-width: 1200px) {
  .tsushin-btn-area .tsushin-btn {
    width: 70%;
    max-width: 500px;
    padding: 10px;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 519px) {
  .tsushin-btn-area .tsushin-btn {
    width: 90%;
  }
}

.article-list {
  margin: 40px 0 20px;
}
.article-list h3 {
  margin-bottom: 24px;
  font-weight: normal;
}
.article-list .article-box-wrap {
  display: flex;
          flex-wrap: wrap;
          justify-content: center;
  gap: 3%;
}
.article-list .article-box {
  width: 30%;
  min-width: 260px;
          box-shadow: 0 3px 6px rgba(51, 51, 51, 0.1);
  background-color: #FFFDF7;
  border-radius: 10px;
  overflow: hidden;
  margin: 20px 0;
}
@media all and (max-width: 519px) {
  .article-list .article-box {
    width: 90%;
    margin: 10px auto;
  }
}
.article-list .article-box .thumbnail {
  display: flex;
  align-items: center;
  height: 148px;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  transition-duration: 0.5s;
}
.article-list .article-box .thumbnail img {
  max-width: 100%;
  height: auto;
  border-radius: 10px 10px 0 0;
  -o-object-fit: fill;
     object-fit: fill;
}
.article-list .article-box .text {
  margin: 16px;
}
.article-list .article-box .text h4 {
  margin: 0 0 10px;
}
.article-list .article-box .text p {
  font-size: 14px;
  margin: 0 0 16px;
}
.article-list .article-box .span-wrap {
  display: flex;
          justify-content: space-between;
  margin: 0px 16px 20px;
  font-size: 14px;
  padding-right: 10px;
}
.article-list .article-box button {
  padding: 0 1rem;
}
.article-list .article-box:hover .thumbnail {
  transform: scale(1.1);
}
.article-list .article-box:hover .text {
  opacity: 0.8;
}

.search-article {
  background-color: #F5F5F5;
  border-radius: 10px;
  display: flex;
  padding: 20px;
}
@media all and (max-width: 519px) {
  .search-article {
            flex-direction: column;
    padding: 20px 10px;
  }
}
.search-article .search-article-innerbox {
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-article .search-article-innerbox p {
  padding: 0 1rem;
}
@media all and (max-width: 519px) {
  .search-article .search-article-innerbox {
    justify-content: flex-start;
  }
}
.search-article .title {
  width: 30%;
  border-right: solid 1px #CCCCCC;
}
@media all and (max-width: 768px) {
  .search-article .title {
    min-width: 180px;
  }
}
@media all and (max-width: 519px) {
  .search-article .title {
    width: 100%;
    border-right: none;
    margin-bottom: 10px;
    margin-left: 10px;
  }
}
.search-article .input {
  padding-left: 40px;
}
.search-article .input select, .search-article .input input {
  width: 250px;
}
@media all and (max-width: 768px) {
  .search-article .input {
    padding-left: 10px;
  }
  .search-article .input select, .search-article .input input {
    width: 180px;
  }
}
@media all and (max-width: 519px) {
  .search-article .input {
    padding-left: 0;
  }
  .search-article .input select, .search-article .input input {
    width: 80%;
  }
}

.mokuteki-secect-wrap {
  max-width: 500px;
  width: 500px;
}
.mokuteki-secect-wrap .mokuteki-secect {
  border-radius: 5px;
}

.search-article-essay {
  flex-direction: column;
}
.search-article-essay .title {
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22%;
  min-width: 210px;
}
@media all and (max-width: 768px) {
  .search-article-essay .title {
    width: 50px;
    min-width: 50px;
  }
  .search-article-essay .title p {
    display: none;
  }
}
@media all and (max-width: 519px) {
  .search-article-essay .title {
    margin-bottom: 0px;
    margin-left: 0px;
  }
}
.search-article-essay .input {
  width: 500px;
  padding-left: 0px;
}
.search-article-essay .input input {
  width: 100%;
}
.search-article-essay .input #form2 {
  margin-bottom: 0;
  position: relative;
}
.search-article-essay .input #form2 #sbtn2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.search-article-essay .input-select {
  max-width: 500px;
  width: 500px;
  background-color: white;
  border: solid 1px #CCCCCC;
  border-radius: 5px;
  padding: 8px 0;
}
.search-article-essay .input-select input {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 5px 0 10px;
}
.search-article-essay .input-select .nowrap {
  white-space: nowrap;
}
.search-article-essay .search-article-innerbox {
  margin-bottom: 10px;
}

.news-list {
  width: 90%;
  margin: 0 auto 30px;
}
@media all and (max-width: 519px) {
  .news-list {
    width: 95%;
  }
}
.news-list h3 {
  border-bottom: solid 1px #CCCCCC;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.news-list .news-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 1px #CCCCCC;
  padding: 17px;
}
@media all and (max-width: 519px) {
  .news-list .news-box {
    padding: 17px 10px;
  }
}
.news-list .news-box .sp-flex {
  display: flex;
          align-items: center;
}
@media all and (max-width: 519px) {
  .news-list .news-box .sp-flex {
    flex-direction: column;
    align-items: flex-start;
  }
}
.news-list .news-box .date {
  font-size: 14px;
  white-space: nowrap;
  margin-right: 20px;
}
.news-list .news-box h4 {
  width: 100%;
  margin: 0 5px 0 0;
  font-weight: normal;
}
.news-list .news-box .nav {
  background-color: #FFF8DD;
  width: 32px;
  min-width: 32px;
  height: 32px;
  border-radius: 50px;
  text-align: center;
  line-height: 30px;
}

#article-section .article-container {
  margin: 20px auto 40px;
}
#article-section .article-nav {
  display: flex;
  position: relative;
}
#article-section h2 {
  font-size: 2rem;
  font-weight: normal;
  padding-bottom: 1rem;
  margin: 40px 0 10px;
  border-bottom: solid 1px #FDCD47;
}
@media all and (max-width: 768px) {
  #article-section h2 {
    margin: 20px 0 10px;
    font-size: 1.6rem;
  }
}
#article-section .article-explain {
  font-size: 14px;
  margin: 12px 0;
}
#article-section .article-explain span {
  padding: 2px 1rem;
}
#article-section .article {
  margin: 40px 0 10px;
}
#article-section .article .img-wrap {
  width: 100%;
  margin-bottom: 48px;
}
#article-section .article .img-wrap img {
  width: 100%;
  border-radius: 10px;
}
#article-section .article .content {
  padding-bottom: 20px;
}
#article-section .article .content p {
  margin-bottom: 40px;
}
#article-section .back-btn-wrap {
  width: 180px;
  margin: 0 auto;
}
#article-section .back-btn-wrap .back-btn {
  display: block;
  background-color: #F5F5F5;
  padding: 10px 0;
  width: 100%;
}
#article-section .List {
  margin: 10px auto 0;
  width: 85%;
}
@media all and (max-width: 768px) {
  #article-section .List {
    margin-left: 5%;
    width: 78%;
  }
}
#article-section .List-Item-Link {
  display: inline-block;
  text-decoration: none;
}
#article-section .List-Item {
  display: inline;
  font-size: 14px;
}
#article-section .List-Item span {
  color: #fa7373;
}
#article-section .List-Item:last-child span {
  color: #4d4d4d;
}
#article-section .List-Item::after {
  content: url(../images/pankuzu.svg);
  padding: 0 16px;
}
@media all and (max-width: 768px) {
  #article-section .List-Item::after {
    padding: 0 5px;
  }
}
#article-section .List-Item:last-child::after {
  content: "";
}

/*解説文アコーディオン*/
.thushin-accordion {
  margin-bottom: 30px;
}
.thushin-accordion .accordion-title {
  cursor: pointer;
  font-size: 16px;
  padding: 8px 20px;
  display: flex;
          align-items: center;
  background-color: #FFF0C3;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
          box-sizing: border-box;
}
.thushin-accordion .accordion-title img {
  width: 18px;
  margin: 0 10px 2px 0;
}
.thushin-accordion .accordion-title svg {
  transition-duration: 400ms;
  margin-left: 20px;
}
.thushin-accordion .accordion-content {
  display: none;
  padding: 20px;
  background-color: #FFFDF7;
}
.thushin-accordion .accordion-title.open {
  width: 100%;
  border-radius: 10px 10px 0 0;
}
.thushin-accordion .accordion-title.open svg {
  transform: rotate(90deg);
}

.toc {
  border: 1px solid #FAAE15;
  border-radius: 8px;
  margin: 40px 40px 48px;
  padding: 20px 40px 20px;
}
@media all and (max-width: 519px) {
  .toc {
    margin: 40px 0 48px;
    padding: 20px;
  }
  .toc li {
    margin-bottom: 10px;
  }
}
.toc .toc-title {
  font-size: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc;
}
.toc .toc-list {
  padding-left: 20px;
  margin: 20px 0 0;
}
.toc .toc-list li {
  margin-bottom: 8px;
}
@media all and (max-width: 519px) {
  .toc .toc-list li {
    margin-bottom: 10px;
  }
}
.toc .toc-list li:hover {
  color: #FAAE15;
  text-decoration: underline;
}
.toc .toc-list li a {
  color: currentColor;
}

#register-section {
  background-color: white;
}

@media all and (max-width: 1200px) {
  #register-section .pc-title {
    display: none;
  }
}
#register-section .inner-container {
  width: 95%;
  margin: auto;
}
#register-section h3 {
  font-size: 20px;
  margin: 40px 0 0;
  font-weight: normal;
}


#register-section .alert-warning h3 {
  margin: 0px 0px 10px;
}

#register-section p {
  font-size: 14px;
}
#register-section h3 {
  font-size: 20px;
  margin: 40px 0px 0;
  font-weight: normal;
  border-bottom: solid 1px #CCCCCC;
  padding: 0 5px 5px;
}
#register-section .register-box {
  display: flex;
          align-items: center;
  font-size: 14px;
  border-bottom: solid 1px #CCCCCC;
}
#register-section .register-box h4 {
  width: 200px;
  margin: 0 2%;
  font-weight: normal;
  font-size: 1rem;
}
#register-section .register-box .item {
  width: calc(100% - 120px);
}
@media all and (max-width: 519px) {
  #register-section .register-box .item {
    width: 100%;
  }
}
#register-section .register-box .text-small {
  font-size: 12px;
}
#register-section .register-box iframe {
  width: 100%;
  margin: 10px 2% 0;
}
@media all and (max-width: 519px) {
  #register-section .register-box iframe {
    width: 130%;
  }
}
#register-section .confirm-wrap {
  margin-bottom: 70px;
}
#register-section .research-wrap {
  width: 98%;
  margin: 30px auto 40px;
  border-bottom: solid 1px #CCCCCC;
}
#register-section .confirm-box {
  padding: 20px 0;
  align-items: start;
}
#register-section .confirm-box p {
  font-size: 16px;
  margin: 0 2%;
}
#register-section .confirm-box .flex {
  display: flex;
  width: 80%;
}
@media all and (max-width: 519px) {
  #register-section .confirm-box .flex {
            flex-direction: column;
  }
  #register-section .confirm-box .flex h4 {
    width: auto;
    margin-bottom: 5px;
  }
}
#register-section .confirm-box .edit {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 125px;
  text-align: right;
}
#register-section .confirm-box .edit:hover, #register-section .confirm-box .edit svg:hover {
  color: #FDCD47;
}
#register-section .confirm-box .edit a {
  padding: 0 10px;
}
#register-section .confirm-box .edit span {
  font-size: 14px;
}
#register-section textarea {
  margin-bottom: 20px;
  width: 80%;
}
#register-section .research-q {
  margin: 10px 0 30px;
}
#register-section .research-q span {
  font-size: 20px;
  color: #FAAE15;
  font-weight: bold;
  margin-right: 5px;
}
#register-section .research-a-wrap {
  display: flex;
  margin: 0 10px 40px;
}
#register-section .research-a {
  font-size: 14px;
  margin: 0 8px;
}
#register-section .check-text {
  text-align: center;
  font-size: 14px;
}
#register-section .address-text {
  font-size: 14px;
  margin: 10px 0;
}
#register-section .map-box {
  border-radius: 10px;
  border: solid 1px #FDCD47;
  padding: 20px;
  position: relative;
}
#register-section .map-box span {
  white-space: nowrap;
  margin: 0 10px;
}
#register-section .map-box input {
  width: 90%;
}
#register-section .map-box iframe {
  width: 100%;
  margin: 10px 0 0;
}
#register-section .map-box .submit-btn {
  top: 20px;
  right: 5%;
}
#register-section .btn-wrap {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 30px auto 40px;
  text-align: center;
}
#register-section .btn-wrap a, #register-section .btn-wrap button {
  display: block;
  padding: 10px 0px;
  width: 160px;
}
#register-section .register-table {
  width: 100%;
  text-align: left;
  margin: 10px 0;
  border-collapse: collapse;
}
#register-section .register-table:last-child {
  margin-bottom: 80px;
}
#register-section .register-table tr {
  border-color: #CCCCCC;
  border-style: solid;
  border-width: 1px 0;
}
#register-section .register-table th {
  font-size: 14px;
  padding: 20px 0 20px 10px;
  width: 20%;
  vertical-align: baseline;
  font-weight: normal;
}
#register-section .register-table td {
  padding: 18px 10px;
  vertical-align: baseline;
}
#register-section .family-register {
  background-color: #F5F5F5;
  padding: 20px 30px;
  margin: 20px 0;
  border-radius: 10px;
}
#register-section .family-register h3 {
  margin: 0 0 12px;
  font-size: 18px;
}
#register-section .family-register .input-wrap {
  width: 90%;
  margin: 10px auto;
}
#register-section .family-register .input-box {
  display: flex;
  align-items: center;
  padding-right: 2%;
  margin-bottom: 10px;
}
@media all and (max-width: 768px) {
  #register-section .family-register .input-box {
    flex-direction: column;
    align-items: flex-start;
  }
}
#register-section .family-register .input-box span {
  font-size: 14px;
  min-width: 60px;
  padding: 0 5px;
  text-align: center;
}
@media all and (max-width: 768px) {
  #register-section .family-register .input-box span {
    text-align: left;
  }
}
#register-section .family-register .input-box select {
  margin-right: 10px;
  padding: 8px 10px;
}
@media all and (max-width: 768px) {
  #register-section .family-register .input-box select {
    margin: 0 0 5px 0;
  }
}
#register-section .family-register .tuika-btn {
  width: 140px;
  margin: 20px auto 0;
}
#register-section .user-name {
  display: flex;
  border-bottom: 1px solid #ccc;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0 10px;
}
#register-section .user-name h3 {
  border-bottom: none;
  margin: 0 0 10px;
}
#register-section .user-name button {
  background-color: #F5F5F5;
  padding: 4px 10px;
  margin-bottom: 10px;
}

/* 変更ページ */
.info-container .info-text {
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: -10px;
}
.info-container .input-wrap {
  display: flex;
  align-items: center;
  width: 95%;
  margin: 20px auto;
}
@media all and (max-width: 519px) {
  .info-container .input-wrap {
            flex-direction: column;
            align-items: flex-start;
  }
}
.info-container .input-wrap span {
  margin-right: 20px;
}
.info-container .input-wrap select {
  margin-right: 10px;
}
@media all and (max-width: 519px) {
  .info-container .input-wrap select {
    margin-bottom: 10px;
    margin-left: 10px;
  }
}
.info-container .adress {
  flex-direction: column;
  align-items: flex-start;
}
.info-container .adress iframe {
  width: 100%;
  height: 400px;
}
.info-container .password {
          flex-direction: column;
          align-items: flex-start;
}
.info-container .chechin {
          align-items: center;
  margin: 10px 20px;
}
.info-container .chechin input {
  width: 16px;
  margin-right: 5px;
}
.info-container .chechin .info-p {
  font-size: 16px;
  margin: 10px 0;
}
.info-container .current-info {
  background-color: #F5F5F5;
  padding: 10px 20px;
  border-radius: 10px;
  margin-top: 10px;
}
.info-container .current-info .card {
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.info-container .current-info .card img {
  width: 32px;
}
.info-container .border-bottom {
  border-bottom: 1px solid #CCCCCC;
  padding: 20px 0;
}
.info-container .btn-wrap {
  flex-direction: column;
  width: 140px;
  margin: 0 auto;
}
.info-container .btn-wrap a, .info-container .btn-wrap button {
  width: 100%;
  padding: 10px;
}
.info-container .btn-wrap .btn-gray {
  background-color: #CCCCCC;
}

.qa-btn-area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 40px 0;
  padding-top: 10px;
}
@media all and (max-width: 1200px) {
  .qa-btn-area {
    width: calc(100% - 70px);
    flex-direction: column;
    margin: 20px 0;
  }
}

/* ヘッダーとサイドバーの切り替え */
.header_pc { display:block; }
.header_app { display:none; }
.side-pc { display:block; }
.side-app { display:none; }
@media all and (max-width: 1200px) {
  .header_pc { display:none; }
  .header_app { display:block; }
  .side-app { display:block; }
  .side-pc { display:none; }
}

@media all and (max-width: 1200px) {
  .qa-btn-area {
    gap: 8px;
  }
}
.qa-btn-area .qa-btn {
  background-image: url(../images/chevron-right.svg);
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: top 50% right 10px;
  width: 100%;
  max-width: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px 0;
}
@media all and (max-width: 768px) {
  .qa-btn-area .qa-btn {
    padding: 6px 0;
  }
}

#qa-section {
  /*=========
  faq
  =========*/
}
#qa-section .qa-container {
  position: relative;
}
#qa-section h2 {
  margin-top: 40px;
}
@media all and (max-width: 768px) {
  #qa-section h2 {
    font-size: 22px;
  }
}
#qa-section .s_section {
  margin-bottom: 60px;
}
#qa-section .accordion_area .accordion_one .ac_header {
  background-color: #ffffff;
  border-bottom: 1px solid #ccc;
  padding: 30px 0;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: 0.2s;
}
@media all and (max-width: 768px) {
  #qa-section .accordion_area .accordion_one .ac_header {
    padding: 24px 0;
  }
}
#qa-section .accordion_area .accordion_one .ac_header:not(.open):hover {
  background-color: #FFF8DD;
}
#qa-section .accordion_area .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 16px;
  height: 16px;
  margin-top: -10px;
}
@media all and (max-width: 519px) {
  #qa-section .accordion_area .accordion_one .ac_header .i_box {
    right: 10px;
  }
}
#qa-section .accordion_area .accordion_one .ac_header .i_box::before, #qa-section .accordion_area .accordion_one .ac_header .i_box::after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
#qa-section .accordion_area .accordion_one .ac_header .i_box::before {
  border-top: 2px solid #707070;
  width: 16px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
#qa-section .accordion_area .accordion_one .ac_header .i_box::after {
  border-left: 2px solid #707070;
  width: 0;
  height: 16px;
  top: 0;
  bottom: 0;
  right: 7px;
  transition: 0.3s;
}
#qa-section .accordion_area .accordion_one .ac_header.open {
  border-bottom: none;
}
#qa-section .accordion_area .accordion_one .ac_header.open .i_box:after {
  height: 0;
}
#qa-section .accordion_area .ac_inner {
  display: none;
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  background: #fff;
}
@media all and (max-width: 768px) {
  #qa-section .accordion_area .pc-img {
    display: none;
  }
}
#qa-section .accordion_area .sp-img {
  margin: 10px auto;
  width: 300px;
}
#qa-section .accordion_area .sp-img img {
  margin-bottom: 10px;
}
@media all and (min-width: 769px) {
  #qa-section .accordion_area .sp-img {
    display: none;
  }
}

@media all and (max-width: 519px) {
  #qa-section .accordion_area .sp-img {
    width: 230px;
  }
}

#qa-section .p-faq__headinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}
#qa-section .p-faq__headinner::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "Q";
  color: white;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  background-color: #fcc558;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#qa-section .p-faq__headinner p.p-faq__q-txt {
  font-size: 18px;
  font-weight: bold;
  padding-left: 20px;
  padding-right: 30px;
}
@media screen and (max-width: 736px) {
  #qa-section .p-faq__headinner {
    padding-left: 25px;
  }
  #qa-section .p-faq__headinner::before {
    font-size: 14px;
  }
  #qa-section .p-faq__headinner p.p-faq__q-txt {
    font-size: 14px;
  }
}
#qa-section .p-faq__bodyinner {
  display: block;
  padding-left: 55px;
  position: relative;
  line-height: 1.5;
}
@media screen and (max-width: 736px) {
  #qa-section .p-faq__bodyinner {
    padding-left: 50px;
  }
}
#qa-section .p-faq__bodyinner::before {
  position: absolute;
  top: 0;
  left: 0;
          transform: translateY(-20%);
  content: "A";
  color: #FAAE15;
  font-size: 20px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  background-color: #FFF0C3;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#qa-section .p-faq__bodyinner p.p-faq__a-txt {
  font-size: 16px;
}
@media screen and (max-width: 736px) {
  #qa-section .p-faq__bodyinner::before {
    font-size: 14px;
  }
  #qa-section .p-faq__bodyinner p.p-faq__a-txt {
    font-size: 14px;
  }
}
#qa-section .qa_li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
}
#qa-section .qa_li .red {
  color: #DF0001;
}
#qa-section .qa_li .blue {
  color: #3661D6;
}
#qa-section .qa_li .bold {
  font-weight: bold;
}
@media screen and (max-width: 736px) {
  #qa-section .qa_li {
    font-size: 14px;
  }
}
#qa-section .qa_num {
  display: inline-block;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 1;
  background-color: #DF0001;
  width: 30px;
  min-width: 30px;
  border-radius: 50px;
  padding: 6px 0;
  margin-right: 10px;
  text-align: center;
}
@media screen and (max-width: 736px) {
  #qa-section .qa_num {
    font-size: 16px;
    width: 28px;
    min-width: 28px;
  }
}

.topcontact-section {
  margin: 40px auto;
  min-height: calc(100vh - 180px);
}

@media all and (max-width: 1200px) {
  #contact-section .pc-title {
    display: none;
  }
}
#contact-section .contact-box {
  background-color: #F5F5F5;
  border-radius: 10px;
}
#contact-section .contact-box .inner-container {
  width: 60%;
  margin: 20px auto;
  padding: 30px 0;
}
@media all and (max-width: 768px) {
  #contact-section .contact-box .inner-container {
    width: 80%;
  }
}
@media all and (max-width: 519px) {
  #contact-section .contact-box .inner-container {
    width: 90%;
    margin-top: 10px;
  }
}
#contact-section .contact-box h3 {
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 10px;
}
#contact-section .contact-box input, #contact-section .contact-box select, #contact-section .contact-box textarea {
  margin-bottom: 20px;
}
#contact-section .contact-box textarea {
  resize: vertical;
  min-height: 200px;
}
#contact-section .contact-box .check-text {
  margin-bottom: 40px;
}
#contact-section .contact-box .fin-text-l {
  font-size: 24px;
  font-weight: bold;
  color: #ffc110;
  margin-bottom: 20px;
}
@media all and (max-width: 519px) {
  #contact-section .contact-box .fin-text-l {
    font-size: 20px;
  }
}
#contact-section .contact-box .fin-text {
  margin-bottom: 20px;
}
#contact-section .kakunin-btn {
  width: 160px;
  margin: 50px auto;
}
#contact-section .kakunin-btn a, #contact-section .kakunin-btn button {
  padding: 10px 30px;
}
#contact-section .fin-btn {
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto 20px;
}
#contact-section .fin-btn a {
  padding: 10px 20px;
}

#kiyaku-section {
  margin: 40px auto;
  min-height: calc(100vh - 180px);
  background-color: transparent;
}
@media all and (max-width: 519px) {
  #kiyaku-section {
    margin: 0 auto;
  }
}
#kiyaku-section .main-container {
  margin: 20px auto 40px;
  padding: 2px 0;
  background-color: white;
}
#kiyaku-section .inner-container {
  width: 90%;
  margin: 0 auto 60px;
}
#kiyaku-section h3 {
  font-size: 20px;
  margin: 40px 0 0;
  font-weight: bold;
  color: #FAAE15;
  border-bottom: 1px solid #FDCD47;
}
#kiyaku-section .text-small {
  font-size: 14px;
  margin: 20px 0;
}
#kiyaku-section .kaiteibi {
  margin-top: 50px;
  font-size: 14px;
}
#kiyaku-section .kiyaku-ul {
  padding: 0 20px;
  line-height: 1.6;
}
#kiyaku-section .kiyaku-ul li {
  margin: 20px 0;
  font-size: 14px;
}
#kiyaku-section .kiyaku-ul .inner-ul {
  margin-left: 20px;
}
#kiyaku-section .kiyaku-ul .inner-ul li {
  list-style: disc;
  margin: 10px 0;
}
#kiyaku-section .kiyaku-ul .inner-ol {
  margin-left: 20px;
}
#kiyaku-section .kiyaku-ul .inner-ol li {
  list-style: katakana;
  margin: 10px 0;
}
#kiyaku-section .siyoujyouken-box p {
  margin: 10px 0;
  font-size: 14px;
}
#kiyaku-section .law-table {
  width: 96%;
  margin: 40px auto 60px;
  border-collapse: collapse;
  text-align: left;
  font-size: 14px;
}
#kiyaku-section .law-table tr {
  border-color: #CCCCCC;
  border-style: solid;
  border-width: 1px 0;
}
#kiyaku-section .law-table th, #kiyaku-section .law-table td {
  padding: 20px 0 20px 20px;
  font-weight: normal;
}
#kiyaku-section .law-table th {
  width: 25%;
}
#kiyaku-section .law-table td {
  width: 75%;
}
#kiyaku-section .law-table2 {
  width: 96%;
  margin: 40px auto 60px;
  border-collapse: collapse;
  text-align: left;
  font-size: 14px;
}
#kiyaku-section .law-table2 tr {
  border-color: #CCCCCC;
  border-style: solid;
  border-width: 1px;
}
#kiyaku-section .law-table2 th, #kiyaku-section .law-table2 td {
  padding: 10px;
  font-weight: normal;
}
#kiyaku-section .law-table2 th {
  width: 25%;
  border-color: #CCCCCC;
  border-style: solid;
  border-width: 1px;
}
#kiyaku-section .law-table2 td {
  width: 75%;
}

#calender-section .calender-container {
  width: 90%;
}
#calender-section .tab {
  display: flex;
  justify-content: space-between;
}
#calender-section .tab li {
  width: calc(50% - 5px);
}
#calender-section .tab li a {
  display: block;
  background: #F5F5F5;
  padding: 16px 20px;
  border-radius: 10px 10px 0 0;
  text-align: center;
  font-size: 18px;
}
#calender-section .tab li.active a {
  background: #FFF8DD;
}
#calender-section .tab-area {
  display: none;
  opacity: 0;
}
#calender-section .tab-area .tab-select {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF8DD;
  padding: 25px 0;
  border-radius: 0 0 10px 10px;
  gap: 10px;
}
@media all and (max-width: 1200px) {
  #calender-section .tab-area .tab-select {
    flex-wrap: wrap;
  }
}
#calender-section .tab-area .title {
  margin: 0 10px;
  background-color: #FFE08D;
  width: 76px;
  padding: 6px 0;
}
#calender-section .tab-area .input-wrap {
  display: flex;
  align-items: center;
  margin: 0 5px;
}
#calender-section .tab-area .input-wrap .kikan-select {
  width: 210px;
  margin: 0 5px;
}
@media all and (max-width: 519px) {
  #calender-section .tab-area .input-wrap .kikan-select {
    width: 160px;
  }
}
#calender-section .tab-area .mx30 {
  margin: 0 30px;
}
#calender-section .tab-area.is-active {
  display: block;
  animation-name: displayAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@-webkit-keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#calender-section .search-calender {
  display: flex;
  align-items: center;
}
#calender-section .search-calender .text-wrap {
  display: flex;
  align-items: center;
  width: 45%;
}
#calender-section .search-calender .text-wrap img {
  margin-bottom: 10px;
  margin-right: 5px;
}
#calender-section .search-calender .input-wrap {
  display: flex;
          align-items: center;
  margin-right: 20px;
}
#calender-section .search-calender .input-wrap select {
  width: 180px;
  margin-right: 5px;
}
#calender-section .search-calender p {
  font-size: 14px;
  display: inline;
}
#calender-section .search-calender span {
  font-size: 18px;
}
#calender-section .over-container .nav-p {
  display: flex;
          align-items: center;
  margin-top: 20px;
}
#calender-section .over-container .nav-p span {
  margin: 5px 0 0 5px;
  font-size: 14px;
}
@media all and (max-width: 768px) {
  #calender-section .over-container .nav-p {
    margin-left: 5%;
  }
}
@media all and (max-width: 768px) {
  #calender-section .over-container {
    margin: 0 calc(50% - 50vw);
    overflow-x: scroll;
  }
}
#calender-section .calender {
  width: 100%;
  margin: 10px 0;
  font-size: 14px;
  margin-left: 5px;
  margin-right: 5px;
}
@media all and (max-width: 768px) {
  #calender-section .calender {
    min-width: 898px;
  }
}
#calender-section .calender .direction-wrap {
  display: flex;
  width: calc(85% - 4px);
  margin: 0 0 4px 15%;
}
@media all and (max-width: 1200px) {
  #calender-section .calender .direction-wrap {
    width: calc(100% - 134px);
    margin-left: 134px;
  }
}
@media all and (max-width: 768px) {
  #calender-section .calender .direction-wrap {
    min-width: 768px;
    margin-left: 130px;
  }
}
#calender-section .calender .direction-wrap .direction-box {
  width: 100%;
  background-color: #FFFCF2;
  background-image: url(../images/direction-arrow.svg);
  background-position: 90% 50%;
  background-repeat: no-repeat;
  background-size: 10px;
  border: solid 2px #FDCD47;
  border-radius: 10px;
  margin: 10px 2px 0;
  padding: 8px 0;
  text-align: center;
  position: relative;
  box-sizing: border-box;
}
@media all and (max-width: 768px) {
  #calender-section .calender .direction-wrap .direction-box {
    width: 90px;
  }
}
#calender-section .calender .direction-wrap .direction-box:hover {
  cursor: pointer;
}
#calender-section .calender .direction-wrap .direction-innerbox {
  display: block;
}
#calender-section .calender .direction-wrap .js-kichi {
  background-image: url(../images/sort_kichi.svg);
  background-color: #FEE08D;
  background-size: 20px;
  border: solid 1px #FDCD47;
}
#calender-section .calender .direction-wrap .js-kyou {
  background-image: url(../images/sort_kyou.svg);
  background-color: #FEE08D;
  background-size: 20px;
  border: solid 1px #FDCD47;
}
#calender-section .calender .direction-wrap .direction-sort {
  display: none;
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  background-color: #F5F5F5;
  border-radius: 5px;
  box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.08);
  padding: 8px 0;
}
#calender-section .calender .direction-wrap .direction-sort li {
  width: 80%;
  margin: auto;
}
#calender-section .calender .direction-wrap .direction-sort a {
  background-color: #fff;
  border: 1px solid #DEDEDE;
  border-radius: 5px;
  padding: 5px;
  margin: 5px 0;
  width: 100%;
  display: block;
}
#calender-section .calender .direction-wrap .direction-sort a:hover {
  opacity: 0.8;
}
#calender-section .calender .calender-table .seireki-yellow {
  background-color: #FFF0C3;
}
#calender-section .calender .calender-table .seireki-pink {
  background-color: #FFEAEA;
}
#calender-section .calender .calender-table .seireki {
  width: calc(100% - 4px);
  height: 30px;
  margin: 0 auto 4px;
  border-radius: 5px;
}
@media all and (max-width: 768px) {
  #calender-section .calender .calender-table .seireki {
    min-width: 898px;
  }
}
#calender-section .calender .calender-table .seireki span {
  display: block;
  width: 15%;
  text-align: center;
  line-height: 30px;
}
@media all and (max-width: 1200px) {
  #calender-section .calender .calender-table .seireki span {
    width: 134px;
  }
}
#calender-section .calender .calender-table .calender-line {
  border-radius: 5px;
  display: flex;
  height: 60px;
}
#calender-section .calender .calender-table .calender-line a {
  width: 15%;
  text-align: center;
}
#calender-section .calender .calender-table .calender-line .date {
  display: flex;
          align-items: center;
          justify-content: center;
  width: 100%;
  height: 48px;
  padding: 6px 0;
  border-left: solid 2px white;
  border-right: solid 2px white;
}
@media all and (max-width: 1200px) {
  #calender-section .calender .calender-table .calender-line .date {
    width: 130px;
  }
}
#calender-section .calender .calender-table .calender-line ul {
  display: flex;
  width: 85%;
}
@media all and (max-width: 1200px) {
  #calender-section .calender .calender-table .calender-line ul {
    width: calc(100% - 130px);
  }
}
@media all and (max-width: 768px) {
  #calender-section .calender .calender-table .calender-line ul {
    min-width: 768px;
  }
}
#calender-section .calender .calender-table .calender-line ul .calender-box {
  width: calc(100% / 8);
  background-repeat: no-repeat;
  background-position: 50% 70%;
  text-align: center;
  padding: 6px 0;
  border-left: solid 2px white;
  border-right: solid 2px white;
}
@media all and (max-width: 768px) {
  #calender-section .calender .calender-table .calender-line ul .calender-box {
    width: 94px;
  }
}
#calender-section .calender .calender-table .calender-line ul .batsu {
  background-image: url(../images/batsu.svg);
}
#calender-section .calender .calender-table .calender-line ul .maru {
  background-image: url(../images/maru.svg);
}
#calender-section .calender .calender-table .calender-line ul .nijumaru {
  background-image: url(../images/nijumaru.svg);
}
#calender-section .calender .calender-table .calender-line ul .nashi {
  background-image: url(../images/nashi.svg);
}
#calender-section .calender .calender-table .calender-line ul .maru-sankaku {
  background-image: url(../images/maru-sankaku.svg);
}
#calender-section .calender .calender-table .calender-line ul .nashi-sankaku {
  background-image: url(../images/nashi-sankaku.svg);
}
#calender-section .calender .calender-table .calender-line ul .sankaku-maru {
  background-image: url(../images/sankaku-maru.svg);
}
#calender-section .calender .calender-table .bg-light-yellow {
  background-color: #FFFEF7;
}
#calender-section .calender .calender-table .bg-light-yellow:hover {
  background-color: #FFF0C3;
}
#calender-section .calender .calender-table .bg-dark-yellow {
  background-color: #F8F7EF;
}
#calender-section .calender .calender-table .bg-dark-yellow:hover {
  background-color: #FFF0C3;
}
#calender-section .calender .calender-table .bg-light-pink {
  background-color: #FFFAFA;
}
#calender-section .calender .calender-table .bg-light-pink:hover {
  background-color: #FFEAEA;
}
#calender-section .calender .calender-table .bg-dark-pink {
  background-color: #F7EFEF;
}
#calender-section .calender .calender-table .bg-dark-pink:hover {
  background-color: #FFEAEA;
}

#research-section h3 {
  font-weight: normal;
  margin: 30px 0 10px;
}
@media all and (max-width: 1200px) {
  #research-section .pc-title {
    display: none;
  }
}
#research-section .tokuten-text {
  background-color: #FFF0C3;
  border-radius: 10px;
  padding: 10px 20px;
  margin-bottom: 20px;
}
#research-section input {
  width: auto;
}
#research-section textarea {
  margin-bottom: 20px;
  width: 80%;
}
@media all and (max-width: 519px) {
  #research-section textarea {
    width: 100%;
  }
}
#research-section .research-q {
  margin: 10px 0 30px;
}
@media all and (max-width: 768px) {
  #research-section .research-q {
    margin-bottom: 10px;
  }
}
#research-section .research-q span {
  font-size: 20px;
  color: #FAAE15;
  font-weight: bold;
  margin-right: 5px;
}
#research-section .research-a-wrap {
  display: flex;
  margin: 0 10px 40px;
}
@media all and (max-width: 768px) {
  #research-section .research-a-wrap {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
#research-section .research-a {
  font-size: 14px;
  margin: 0 8px;
}
#research-section .btn-wrap {
  padding: 0 0 20px;
  text-align: center;
}
#research-section .btn-wrap button {
  padding: 10px 40px;
}
#research-section .kaiyaku-research {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding-top: 20px;
}
#research-section .kaiyaku-btn-wrap {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}
#research-section .kaiyaku-btn-wrap .btn-gray {
  background-color: #F5F5F5;
  width: 140px;
}
#research-section .kaiyaku-btn-wrap a {
  display: block;
  width: 140px;
  padding: 10px 0;
}

#newregister-section {
  background-color: transparent;
  margin: 0 auto;
}
#newregister-section .newregister-container {
  background-color: white;
  border-radius: 10px;
  padding: 2px 0;
}
#newregister-section .newregister-container .inner-container {
  width: 90%;
  margin: auto;
}
#newregister-section .progress-bar {
  display: flex;
  align-items: center;
  color: #FAAE15;
  font-weight: bold;
  font-size: 20px;
  width: 94%;
  margin: 60px 40px 50px;
  position: relative;
}
@media all and (max-width: 1200px) {
  #newregister-section .progress-bar {
    width: 90%;
  }
}
@media all and (max-width: 519px) {
  #newregister-section .progress-bar {
    margin: 60px auto 50px;
  }
}
#newregister-section .progress-bar .item {
  position: absolute;
  width: 30%;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 6px 0;
  line-height: 1.2;
  background: #CCCCCC;
  color: #707070;
  border-radius: 50px;
}
#newregister-section .progress-bar .item::before {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  right: 5px;
  content: "●";
  margin: auto;
  font-size: 6px;
}
#newregister-section .progress-bar .item.active {
  z-index: 1;
  background: #FFE08D;
  color: #FAAE15;
}
#newregister-section .progress-bar .item1 {
  width: 20px;
}
#newregister-section .progress-bar .item2 {
  width: 33%;
}
#newregister-section .progress-bar .item3 {
  width: 66%;
}
#newregister-section .progress-bar .item4 {
  width: 99%;
}
#newregister-section .progress-bar .item-span {
  display: none;
  white-space: nowrap;
}
#newregister-section .progress-bar .item-span.active {
  display: inline;
  position: absolute;
  top: -30px;
  font-size: 14px;
  transform: translateX(-40%);
}
@media all and (max-width: 519px) {
  #newregister-section .progress-bar .item-span.active {
    transform: translateX(0%);
  }
}
#newregister-section .progress-bar .item-span2.active {
  left: 32%;
  transform: translateX(-50%);
}
#newregister-section .progress-bar .item-span3.active {
  left: 65%;
  transform: translateX(-50%);
}
#newregister-section .progress-bar .item-span4.active {
  left: 98%;
  transform: translateX(-50%);
}
@media all and (max-width: 519px) {
  #newregister-section .progress-bar .item-span4.active {
    transform: translateX(-80%);
  }
}
#newregister-section h3 {
  font-size: 20px;
  margin: 40px 0px 0;
  font-weight: normal;
  border-bottom: solid 1px #CCCCCC;
  padding: 0 5px 5px;
}
#newregister-section .register-box {
  display: flex;
  align-items: center;
  font-size: 14px;
  border-bottom: solid 1px #CCCCCC;
}
@media all and (max-width: 768px) {
  #newregister-section .register-box {
            flex-direction: column;
            align-items: flex-start;
    padding-top: 20px;
    padding-right: 20px;
  }
}
#newregister-section .register-box h4 {
  width: 25%;
  margin: 0 2%;
  font-weight: normal;
}
@media all and (max-width: 768px) {
  #newregister-section .register-box h4 {
    width: 100%;
    margin: 0;
    font-size: 16px;
  }
}
#newregister-section .register-box .text-small {
  font-size: 12px;
  display: block;
}
#newregister-section .register-box .register-innerbox {
  padding: 20px 30px 20px 0;
  width: 100%;
}
@media all and (max-width: 768px) {
  #newregister-section .register-box .register-innerbox {
    padding-top: 10px;
  }
}
#newregister-section .register-box .register-innerbox .input-wrapper {
  display: flex;
          align-items: center;
}
#newregister-section .register-box .register-innerbox .input-wrapper span {
  margin-right: 10px;
  width: 40px;
}
#newregister-section .register-box .register-innerbox input {
  margin: 5px 0 10px;
}
#newregister-section .register-box .register-innerbox select {
  margin: 5px 10px 10px 0;
  padding: 10px;
}
#newregister-section .register-box .register-innerbox .seireki {
  width: 130px;
}
#newregister-section .register-box .register-innerbox .tsuki {
  width: 90px;
  margin-left: 10px;
}
#newregister-section .register-box .register-innerbox .hinichi {
  width: 90px;
  margin-left: 10px;
}
#newregister-section .register-box .register-innerbox .sp-br {
  display: none;
}
@media all and (max-width: 768px) {
  #newregister-section .register-box .register-innerbox .seireki {
    width: 32%;
    margin-right: 0;
  }
  #newregister-section .register-box .register-innerbox .tsuki {
    width: 16%;
    margin-right: 0;
  }
  #newregister-section .register-box .register-innerbox .hinichi {
    width: 16%;
    margin-right: 0;
  }
}
@media screen and (max-width: 360px) {
  #newregister-section .register-box .register-innerbox .sp-br {
    display: block;
  }
  #newregister-section .register-box .register-innerbox .seireki {
    width: 70%;
    margin-top: 10px;
    margin-bottom: 2px;
  }
  #newregister-section .register-box .register-innerbox .tsuki {
    width: 30%;
    margin-left: 0;
  }
  #newregister-section .register-box .register-innerbox .hinichi {
    width: 30%;
  }
}
#newregister-section .address-text {
  font-size: 14px;
  margin: 10px 0;
}
#newregister-section .map-box {
  border-radius: 10px;
  border: solid 1px #FDCD47;
  padding: 20px;
  position: relative;
}
@media all and (max-width: 519px) {
  #newregister-section .map-box {
    padding: 10px;
  }
}
#newregister-section .map-box span {
  white-space: nowrap;
  margin: 0 10px;
}
@media all and (max-width: 519px) {
  #newregister-section .map-box span {
    margin: 0;
  }
}
#newregister-section .map-box .map-input {
  width: calc(100% - 80px);
}
@media all and (max-width: 519px) {
  #newregister-section .map-box .map-input {
    width: 100%;
    font-size: 14px;
  }
}
#newregister-section .map-box .submit-btn {
  position: absolute;
  top: 20px;
  right: 5%;
}
@media all and (max-width: 519px) {
  #newregister-section .map-box .submit-btn {
    top: 32px;
  }
}
#newregister-section .map-box iframe {
  width: 100%;
  margin: 10px 0 0;
}
#newregister-section .btn-wrap {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 30px 0 40px;
  text-align: center;
}
@media all and (max-width: 519px) {
  #newregister-section .btn-wrap {
    flex-direction: column;
    align-items: center;
  }
}
@media all and (max-width: 768px) {
  #newregister-section .btn-wrap .pc-login {
    display: none;
  }
}
@media all and (min-width: 769px) {
  #newregister-section .btn-wrap .sp-login {
    display: none;
  }
}
#newregister-section .btn-wrap a {
  display: block;
  padding: 10px 0px;
  width: 160px;
}
#newregister-section .confirm-wrap {
  margin-bottom: 70px;
}
#newregister-section .research-wrap {
  width: 98%;
  margin: 30px auto 40px;
  border-bottom: solid 1px #CCCCCC;
}
#newregister-section .confirm-box {
  padding: 20px 0;
  align-items: start;
}
#newregister-section .confirm-box p {
  font-size: 16px;
}
#newregister-section input {
  width: 100%;
}
#checkbox-agreement {
  width: auto !important;
}

@media screen and (max-width:768px) {
  #newregister-section input  {
      width: 200%;
  }
}

#newregister-section textarea {
  margin-bottom: 20px;
  width: 80%;
}
#newregister-section .research-q {
  margin: 10px 0 30px;
}
#newregister-section .research-q span {
  font-size: 20px;
  color: #FAAE15;
  font-weight: bold;
  margin-right: 5px;
}
#newregister-section .research-a-wrap {
  display: flex;
  margin: 0 10px 40px;
}
#newregister-section .research-a {
  font-size: 14px;
  margin: 0 8px;
}
#newregister-section .check-text {
  text-align: center;
  font-size: 14px;
  display: flex;
  flex-direction: row;
  gap: 10px;
}
@media all and (max-width: 768px) {
  #newregister-section .research-q {
    margin-bottom: 10px;
  }
  #newregister-section .research-a-wrap {
            flex-direction: column;
    margin-bottom: 20px;
  }
  #newregister-section .research-a {
    margin-bottom: 10px;
  }
  #newregister-section .check-text input, #newregister-section .research-a input {
    width: 1rem;
  }
}
#newregister-section .newregister-text {
  margin: 20px 10px 60px;
}
#newregister-section .newregister-text p {
  margin-bottom: 1rem;
}
#newregister-section .mt-20 {
  margin-top: 20px;
}
#newregister-section .mb-20 {
  margin-bottom: 20px;
}
#newregister-section .border-t {
  border-top: solid 1px #ccc;
}
#newregister-section .main-section.register-pass {
  width: 100%;
  background-color: transparent;
  margin: 0;
  min-height: auto;
}
#newregister-section .main-section.register-pass h2 {
  margin: 0 0 20px;
}
#newregister-section .main-section.register-pass input {
  background-color: #fff;
  border: solid 1px #CCCCCC;
}
#newregister-section .main-section.register-pass .btn-wrap {
  margin-top: 20px;
}
@media all and (max-width: 519px) {
  #newregister-section .login-form-box.register-pass {
    width: calc(100% - 80px);
    padding: 20px 1em;
  }
}

#douga-section .main-container {
  position: relative;
}
#douga-section .douga-list {
  margin: 40px 0;
}
#douga-section .douga-list .douga-box-wrap {
  display: flex;
          flex-wrap: wrap;
  gap: 3%;
}
#douga-section .douga-list .douga-box {
  width: 30%;
  min-width: 200px;
  box-shadow: 0 3px 6px rgba(51, 51, 51, 0.1);
  background-color: #FFFDF7;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 2rem;
}
@media all and (max-width: 519px) {
  #douga-section .douga-list .douga-box {
    width: 90%;
  }
}
#douga-section .douga-list .douga-box .thumbnail {
  display: flex;
  align-items: center;
  height: 160px;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  transition-duration: .5s;
}
#douga-section .douga-list .douga-box .thumbnail img {
  max-width: 100%;
  height: auto;
  border-radius: 10px 10px 0 0;
  -o-object-fit: fill;
     object-fit: fill;
}
#douga-section .douga-list .douga-box .text {
  margin: 16px;
}
#douga-section .douga-list .douga-box .text h4 {
  margin: 0 0 10px;
}
#douga-section .douga-list .douga-box .text p {
  font-size: 14px;
  margin: 0 0 16px;
}
#douga-section .douga-list .douga-box:hover .thumbnail {
  transform: scale(1.1);
}
#douga-section .douga-list .douga-box:hover .text {
  opacity: 0.8;
}

@media all and (max-width: 1200px) {
  #keep-section .pc-title {
    display: none;
  }
}
#keep-section .chiten-list {
  margin: 0 10px;
}
#keep-section .sort-btn {
  padding-bottom: 20px;
  border-bottom: 1px solid #CCCCCC;
  display: flex;
  gap: 10px;
}
#keep-section .sort-btn button {
  border: solid 2px #ff9393;
  color: #fa7373;
  padding: 6px 0;
  width: 90px;
}
#keep-section .keep-list .list-box {
  padding: 14px 0;
}
@media all and (min-width: 769px) {
  #keep-section .keep-list .list-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 10px;
  }
  #keep-section .keep-list .list-box .title-address {
    width: calc(100% - 380px);
    margin: 0 10px 0 30px;
  }
  #keep-section .keep-list .list-box .title {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  #keep-section .keep-list .list-box .date {
    width: 200px;
  }
  #keep-section .keep-list .list-box .history-btn-wrap {
    flex-direction: column;
    width: 110px;
    gap: 6px;
    margin-left: 10px;
  }
  #keep-section .keep-list .list-box .history-btn-wrap button {
    margin: 0;
  }
}
#keep-section .keep-list .list-box .btn-gray {
  background-color: #F5F5F5;

}
/*# sourceMappingURL=style.css.map */

.alert {
  color: red
}
.alert.alert-info {
    background-color: #d4f2fa;
    border-radius: 5px;
    padding: 15px 20px;
    margin-bottom: 10px;
    color: black;
}

.flash-message {
  background-color:#FFF0C3;
  text-align: center;
}

button.link-style-btn{
    cursor: pointer;
    border: none;
    background: none;
    color: #0033cc;
}

button.link-style-btn:hover{
    text-decoration: underline;
}

.verify-email {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}

.verify {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

#map-canvas {
  max-width: 80vw;
}

/** お知らせページのページネーション **/
#sys-news .pagination {
  justify-content: center !important;
  margin: 40px 0 !important;
}

#sys-news .page-item:first-child {
  margin-right: 10px !important;
}
#sys-news .page-item:last-child {
  margin-left: 10px !important;
}

#sys-news .page-link {
  border: none !important;
  border-radius: 100% !important;
  padding: 0;
}

#sys-news a.page-link {
  border: 1px solid #dee2e6 !important;
  border-radius: 100% !important;
}

/** ポップアップのお知らせ **/
.popup-news-content {
  padding: 30px 40px;
}