@charset "UTF-8";
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

:root {
  font-size: 16px;
}

html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1rem;
  min-height: 100vh;
  line-height: 160%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  color: #000;
  background-color: #ffffff;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

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

p,
ul,
ol,
dl,
dt,
dd,
figcaption {
  margin: 0;
  padding: 0;
  word-break: break-all;
}

ul,
ol {
  list-style: none;
}

a {
  transition: all, 0.5s, ease;
  text-decoration: none;
}

::-moz-placeholder {
  /* Others */
  color: #7f7f7f;
}

::placeholder {
  /* Others */
  color: #7f7f7f;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus::placeholder {
  color: transparent;
}

a[href*="tel:"] {
  pointer-events: none;
  text-decoration: none;
  color: #000;
}

@media (max-width: 599px) {
  a[href*="tel:"] {
    pointer-events: initial;
    cursor: default;
    text-decoration: underline;
    color: #000;
  }
}
.main {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 30px 30px 10px;
}
@media (max-width: 599px) {
  .main {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.header {
  background: #ffffff;
  width: 100%;
}
.header_inner {
  width: 100%;
  max-width: 1140px;
  text-align: left;
  margin: 0 auto;
  padding: 6px 30px;
}
@media (max-width: 1024px) {
  .header_inner {
    text-align: center;
  }
}
@media (max-width: 599px) {
  .header_inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.calendar {
  background-color: #fff;
  text-align: center;
}
.calendar h1 {
  font-size: 24px;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1em;
}
.calendar h1 img {
  height: 40px;
  margin-right: 10px;
}
.calendar .week,
.calendar .day {
  display: flex;
  flex-wrap: wrap;
}
.calendar .week div,
.calendar .day div {
  width: 14.2857142857%;
}
.calendar .week {
  border-bottom: 1px solid #454545;
}
.calendar .week div {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  display: flex;
  justify-content: center;
}
.calendar .week div:last-child {
  border-right: none;
}
.calendar .week div span {
  border-radius: 60px;
  display: block;
  width: 100%;
  font-weight: bold;
  background-color: #d0d0d0;
  margin: 0 0.5em;
}
@media (max-width: 599px) {
  .calendar .week div span {
    margin: 0 0.2em;
  }
}
.calendar .week div:first-child span {
  background-color: #ff7e7e;
  color: #fff;
}
.calendar .week div:last-child span {
  background-color: #4b75ff;
  color: #fff;
}
.calendar .day {
  min-height: 80px;
}
.calendar .day div {
  border-bottom: 1px solid #000;
  border-right: 1px solid #999999;
}
.calendar .day div:last-child {
  border-right: none;
}
.calendar .day div span {
  display: block;
}
.calendar .date {
  background-color: #fffcce;
  border-bottom: 1px solid #e2e2e2;
}
.calendar .open {
  padding: 6px 4px;
}
@media (max-width: 599px) {
  .calendar .open {
    padding: 4px;
  }
}
.calendar .open img {
  border-radius: 6px;
}
.calendar .open img:hover {
  opacity: 0.8;
}
.calendar .open .sp {
  display: none;
}
@media (max-width: 599px) {
  .calendar .open .sp {
    display: block;
  }
}
@media (max-width: 599px) {
  .calendar .open .pc {
    display: none;
  }
}

.tab-wrap {
  background: White;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  padding: 0 0 20px;
}

.tab-label {
  color: Gray;
  cursor: pointer;
  flex: 1;
  font-weight: bold;
  order: -1;
  padding: 12px 24px;
  position: relative;
  text-align: center;
  transition: cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  -webkit-tap-highlight-color: transparent;
  border-radius: 10px 10px 0 0;
  background-color: #dddddd;
  border-bottom: 3px solid #ff7a1b;
}

.tab-label:hover {
  background: #ffe683;
  color: #000;
}

.tab-switch:checked + .tab-label {
  color: #fff;
  background-color: #ff7a1b;
}

.tab-switch:checked ~ .tab-label::after {
  transform: translateX(-100%);
}

.tab-switch:checked + .tab-label::after {
  opacity: 1;
  transform: translateX(0);
}

.tab-content {
  height: 0;
  opacity: 0;
  padding: 0;
  pointer-events: none;
  transform: translateX(-30%);
  transition: transform 0.3s 80ms, opacity 0.3s 80ms;
  width: 100%;
}

.tab-switch:checked ~ .tab-content {
  transform: translateX(30%);
}

.tab-switch:checked + .tab-label + .tab-content {
  height: auto;
  opacity: 1;
  order: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.tab-wrap::after {
  content: "";
  height: 20px;
  order: -1;
  width: 100%;
}

.tab-switch {
  display: none;
}

.list > ol > li {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  width: 100%;
  border: 4px solid #d3d3d3;
  border-radius: 10px;
  text-align: left;
  background-color: #fff;
  cursor: pointer;
}
.list > ol > li::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 1em;
  height: 1em;
  border-top: 2px solid #ff601c;
  border-right: 2px solid #ff601c;
  transform: rotate(45deg);
}
.list_links {
  position: relative;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  border-radius: 10px;
}
@media (max-width: 599px) {
  .list_links {
    flex-direction: column;
  }
}
.list_links:hover {
  background-color: #fdffc4;
}
.list h2 {
  width: 35%;
  font-size: 18px;
  font-size: 1.125rem;
  padding-right: 1em;
}
@media (max-width: 599px) {
  .list h2 {
    width: 100%;
    padding-right: 0;
  }
}
.list h2:a {
  display: block;
  position: relative;
}
.list h2 a {
  color: #ff601c;
}
.list h2 a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.list h2 a:hover {
  color: #dd5100;
}
.list_items {
  width: 65%;
  position: relative;
  z-index: 2;
  pointer-events: none;
  padding-right: 2em;
}
@media (max-width: 599px) {
  .list_items {
    width: 100%;
    padding-right: 0;
  }
}
.list_items li {
  position: relative;
  padding-left: 4em;
}
.list_address::before, .list_phone::before {
  position: absolute;
  background-color: #a0a0a0;
  font-size: 12px;
  color: #fff;
  display: inline-block;
  margin-right: 0.5em;
  line-height: 1.5;
  width: 5em;
  text-align: center;
  border-radius: 4px;
  left: 0;
  margin-top: 4px;
}
.list_address::before {
  content: "住所";
}
.list_phone::before {
  content: "電話番号";
}

.back_btn {
  margin-top: 1em;
  text-align: center;
}
.back_btn ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 599px) {
  .back_btn ul {
    flex-direction: column;
  }
}
.back_btn ul li {
  width: 40%;
  margin: 10px 20px;
}
@media (max-width: 1024px) {
  .back_btn ul li {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .back_btn ul li {
    margin-right: 0;
    margin-left: 0;
  }
}
.back_btn ul li a {
  display: block;
  width: 100%;
  border-radius: 60px;
  padding: 0.5em 1em;
  text-align: center;
}
.back_btn ul li a.btn_back {
  background-color: #e1e1e1;
  border: 2px solid #828282;
  color: #3a3a3a;
}
.back_btn ul li a.btn_back:hover {
  background-color: #828282;
  color: #fff;
}
.back_btn ul li a.btn_search {
  background-color: #ff601c;
  border: 2px solid #ffa781;
  color: #fff;
}
.back_btn ul li a.btn_search:hover {
  background-color: #e25315;
}