@charset "UTF-8";
* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: inherit;
}

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address,
pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

h1, h2, h3, h4, h5, h6,
p, em, span, div,
th, td, a, li, dt, dd {
  font-feature-settings: "palt";
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

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;
  vertical-align: bottom;
}

embed, object, iframe {
  border: 0;
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

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

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

[type=search] {
  outline-offset: -2px; /* 1 */
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html, body {
  width: 100%;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  background-color: #F1F1F1;
  color: #707070;
  font-family: YakuHanJP_Noto, "Noto Sans JP", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.08em;
  word-wrap: break-word;
}
@media screen and (min-width: 480px) {
  body {
    font-size: 17px;
  }
}
@media screen and (min-width: 768px) {
  body {
    font-size: 18px;
    line-height: 1.7;
  }
}
@media screen and (min-width: 960px) {
  body {
    font-size: 19px;
    line-height: 1.78;
  }
}
body.modal-open {
  height: 100vh;
  overflow-y: hidden;
}

a {
  color: #4182df;
  transition: 0.8s;
  cursor: pointer;
  /* 外部リンクの場合はアイコンを付ける
  &[target="_blank"]:after {
    margin-left: 3px;
    content: '\f35d';
    //content: '\f24d';
    font-family: $font-fa;
    font-weight: 600;
  }
  */
}
a:hover {
  color: #EF845C;
}
a:hover figure {
  position: relative;
  overflow: hidden;
}
a:hover img {
  filter: brightness(105%) contrast(105%) saturate(105%);
  transform: scale(1.1);
  transition: filter 0.8s cubic-bezier(0.17, 0.935, 0.305, 1), transform 30s cubic-bezier(0.17, 0.935, 0.305, 1);
}

figure {
  text-align: center;
}

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

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

h1, h2, h3, h4, h5, h6, p, em, span, div, th, td, a {
  font-feature-settings: "palt";
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  border-bottom: 1px solid #F1F1F1;
  background-color: #fff;
  padding: 10px 60px 10px 10px;
  width: 100%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .header {
    padding: 15px 30px;
  }
}
@media screen and (min-width: 960px) {
  .header {
    padding: 20px 50px;
  }
}
.header .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header-inner .logo a {
  color: #AA720E;
  font-size: 24px;
  font-weight: 600;
}
.header .header-inner .logo img {
  height: 40px;
}
@media screen and (min-width: 960px) {
  .header .header-inner .logo img {
    height: 60px;
  }
}
.header .header-inner .header-menu {
  display: none;
}
@media screen and (min-width: 960px) {
  .header .header-inner .header-menu {
    display: block;
  }
}
.header .header-inner .header-menu .nav-menu ul {
  display: flex;
  align-items: center;
}
.header .header-inner .header-menu .nav-menu ul li:not(:last-child) {
  margin-right: 15px;
}
@media screen and (min-width: 960px) {
  .header .header-inner .header-menu .nav-menu ul li:not(:last-child) {
    margin-right: 30px;
  }
}
.header .header-inner .header-menu .nav-menu ul li a {
  color: #AA720E;
  font-size: 12px;
  font-weight: 600;
}
@media screen and (min-width: 960px) {
  .header .header-inner .header-menu .nav-menu ul li a {
    font-size: 16px;
  }
}
.header .header-inner .header-menu .nav-menu ul li a.btn {
  color: #fff;
}

.footer {
  position: relative;
  background-color: #fff;
}
.footer .footer-inner {
  padding: 40px 30px 30px;
}
@media screen and (min-width: 960px) {
  .footer .footer-inner {
    padding: 60px 50px 30px;
  }
}
.footer .footer-inner .footer-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.footer .footer-inner .footer-links li {
  margin: 0 15px;
}
.footer .footer-inner .footer-links li a {
  color: #707070;
  font-size: 14px;
}
.footer .footer-inner .footer-links li a:hover, .footer .footer-inner .footer-links li a:focus {
  color: #EF845C;
}
.footer .footer-inner .logo {
  margin-top: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer .footer-inner .logo {
    margin-top: 30px;
  }
}
@media screen and (min-width: 960px) {
  .footer .footer-inner .logo {
    margin-top: 40px;
  }
}
.footer .footer-inner .logo img {
  width: 140px;
}
@media screen and (min-width: 960px) {
  .footer .footer-inner .logo img {
    width: 180px;
  }
}
.footer .footer-inner .copy {
  margin-top: 20px;
  font-size: 14px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .footer .footer-inner .copy {
    margin-top: 30px;
    font-size: 16px;
  }
}
.footer .pagetop {
  position: absolute;
  right: 20px;
  top: -70px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .footer .pagetop {
    right: 30px;
    top: -90px;
  }
}
@media screen and (min-width: 960px) {
  .footer .pagetop {
    right: 40px;
    top: -160px;
  }
}
.footer .pagetop img {
  height: 80px;
  width: auto;
}
@media screen and (min-width: 768px) {
  .footer .pagetop img {
    height: 100px;
  }
}
@media screen and (min-width: 960px) {
  .footer .pagetop img {
    height: 180px;
  }
}

.main {
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  .main {
    padding-top: 72px;
  }
}
@media screen and (min-width: 960px) {
  .main {
    padding-top: 84px;
  }
}

.main-container {
  padding: 30px 20px 100px;
}
@media screen and (min-width: 768px) {
  .main-container {
    padding: 40px 40px 160px;
  }
}
@media screen and (min-width: 960px) {
  .main-container {
    padding: 60px 60px 300px;
  }
}

.menu-open {
  position: fixed;
  top: 20px;
  right: 15px;
  z-index: 19;
  width: 40px;
  text-align: center;
}
.menu-open i {
  font-size: 24px;
}
@media screen and (min-width: 960px) {
  .menu-open {
    display: none;
  }
}

.menu-modal {
  display: none;
  background-color: #F1F1F1;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  overflow-y: auto;
}
.menu-modal .menu-modal-inner {
  padding: 80px 60px;
}
@media screen and (min-width: 768px) {
  .menu-modal .menu-modal-inner {
    padding: 100px 60px;
  }
}
.menu-modal .menu-modal-inner .menu-close {
  position: fixed;
  top: 10px;
  right: 10px;
}
.menu-modal .menu-modal-inner .menu-close .menu-close-inner {
  width: 60px;
  height: 60px;
  position: relative;
}
.menu-modal .menu-modal-inner .menu-close .menu-close-inner span {
  display: inline-block;
  background-color: #000;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
}
.menu-modal .menu-modal-inner .menu-close .menu-close-inner span:nth-of-type(1) {
  transform: translateY(30px) rotate(-45deg);
  top: 0;
}
.menu-modal .menu-modal-inner .menu-close .menu-close-inner span:nth-of-type(2) {
  transform: translateY(-30px) rotate(45deg);
  bottom: 0;
}
.menu-modal .menu-modal-inner .menu-wrap .nav-menu ul li a {
  display: flex;
  align-items: center;
  color: #AA720E;
  font-size: 20px;
  font-weight: bold;
}
.menu-modal .menu-modal-inner .menu-wrap .nav-menu ul li a svg {
  fill: #AA720E;
}
.menu-modal .menu-modal-inner .menu-wrap .nav-menu ul li a p {
  margin-left: 10px;
}
.menu-modal .menu-modal-inner .menu-wrap .nav-menu ul li:not(:last-child) {
  margin-bottom: 20px;
}

/* モーダル全体(背景＋本体) */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
}

/* モーダル背景 */
.modal-bg {
  position: absolute;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.75);
}

/* モーダル本体 */
.modal-content {
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  overflow: scroll;
  background: white;
  padding: 30px;
  width: calc(100% - 60px);
  max-width: 520px;
}
@media screen and (min-width: 768px) {
  .modal-content {
    padding: 40px;
  }
}

/* モーダルウィンドウ表示中に記事本体を固定 */
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

/*
 * メイン部分のレイアウトモジュール
 *
 */
.main .box-tit {
  color: #AA720E;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .main .box-tit {
    font-size: 34px;
  }
}
.main .box {
  background-color: #fff;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 8%;
  max-width: 1400px;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .main .box {
    border-radius: 20px;
    padding: 40px 10%;
  }
}
.main .box + .box {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .main .box {
    padding: 90px 10%;
  }
}
.main .box .box-inner {
  margin: 0 auto;
  max-width: 800px;
}
.main .box .detail {
  text-align: justify;
}
.main .box .intro {
  margin: 10px 0 30px;
}
@media screen and (min-width: 768px) {
  .main .box .intro {
    margin: 20px 0 60px;
  }
}
.main .box-lg {
  max-width: 1700px;
}
.main .box-mv img {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .main .box-mv img {
    height: 300px;
  }
}
@media screen and (min-width: 960px) {
  .main .box-mv img {
    height: 500px;
  }
}
.main .box-search {
  margin-right: auto;
  margin-left: auto;
  padding: 30px 30px 40px;
  max-width: 1700px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .main .box-search {
    padding: 40px 50px 60px;
  }
}
.main .more {
  text-align: center;
}
.main .more a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-weight: 600;
  line-height: 1;
}
.main .more a svg {
  fill: #fff;
  border-radius: 50%;
  background-color: #AA720E;
  margin-left: 5px;
  width: 30px;
  height: 30px;
}
.main .image-cover img {
  aspect-ratio: 16/9;
  -o-object-fit: contain;
     object-fit: contain;
}
.main .gallery {
  display: flex;
  flex-wrap: wrap;
}
.main .gallery figure {
  margin-top: 20px;
  width: calc((100% - 20px) / 2);
}
.main .gallery figure:nth-child(odd) {
  margin-right: 20px;
}
@media screen and (min-width: 768px) {
  .main .gallery figure {
    width: calc((100% - 60px) / 4);
  }
  .main .gallery figure:nth-child(odd) {
    margin-right: 0;
  }
  .main .gallery figure:not(:nth-child(4n)) {
    margin-right: 20px;
  }
}
.main .gallery figure figcaption {
  font-size: 14px;
  text-align: left;
  line-height: 1.4;
  margin-top: 8px;
}

.calendar {
  display: flex;
}
.calendar .table {
  font-weight: bold;
}
.calendar .table thead th {
  padding: 5px;
  min-width: 70px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.2;
}
.calendar .table thead th span {
  display: block;
  font-size: 14px;
}
.calendar .table thead th.mark-holi {
  color: #EF845C;
}
.calendar .table thead th.mark-sat {
  color: #1B519F;
}
.calendar .table tbody tr:not(:first-child) {
  border-top: 1px solid #B4B4B4;
}
.calendar .table tbody tr td {
  padding: 5px;
  text-align: center;
  vertical-align: middle;
}
.calendar .table-frame-outer {
  padding-bottom: 5px;
  width: 80px;
}
@media screen and (min-width: 768px) {
  .calendar .table-frame-outer {
    width: 200px;
  }
}
.calendar .table-frame-outer .table-frame {
  width: 100%;
}
.calendar .table-frame-outer .table-frame td {
  text-align: left;
}
.calendar .table-status-outer {
  padding-bottom: 5px;
  width: calc(100% - 80px);
  overflow-x: scroll;
}
@media screen and (min-width: 768px) {
  .calendar .table-status-outer {
    width: calc(100% - 200px);
  }
}
.calendar .table-status-outer .table-status td {
  width: 75px;
}
.calendar .table-status-outer::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.calendar .table-status-outer::-webkit-scrollbar-thumb {
  border-radius: 0.25rem;
}
.calendar .table-status-outer::-webkit-scrollbar-thumb {
  --bg-opacity: 1;
  background-color: #B4B4B4;
}

.calendar-oneday {
  table-layout: fixed;
}
.calendar-oneday thead th {
  text-align: center;
  line-height: 1.4;
}
.calendar-oneday thead th.space {
  width: 80px;
}
@media screen and (min-width: 768px) {
  .calendar-oneday thead th.space {
    width: 200px;
  }
}
.calendar-oneday tbody th {
  vertical-align: middle;
}
.calendar-oneday tbody td {
  text-align: center;
  vertical-align: middle;
}
.calendar-oneday tbody td .name {
  font-size: 14px;
  line-height: 1.2;
}

/*
 * form-text-group(input[type=text], textarea)
 * form-group(input[type=file], input[type=radio], input[type=checkbox])
 */
@media screen and (min-width: 960px) {
  .form-text-group, .form-group {
    display: flex;
    align-items: center;
  }
}

.form-text-group + .form-text-group, .form-group + .form-group, .form-group + .form-text-group {
  margin-top: 20px;
}

.form-text-group + .form-group {
  margin-top: 40px;
}

.form-label {
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (min-width: 960px) {
  .form-label {
    width: 200px;
  }
}
@media screen and (min-width: 1200px) {
  .form-label {
    width: 240px;
  }
}
.form-label span {
  font-size: 12px;
}
.form-label span.must {
  display: inline-block;
  background-color: #EF845C;
  margin-left: 5px;
  padding: 3px 5px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .form-label br {
    display: none;
  }
}

.input-group {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 960px) {
  .input-group {
    width: calc(100% - 200px);
  }
}
@media screen and (min-width: 1200px) {
  .input-group {
    width: calc(100% - 240px);
  }
}
.input-group .unit {
  white-space: nowrap;
}
.input-group .memo {
  font-size: 14px;
}
.input-group .err {
  color: #EF845C;
  font-size: 14px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .form-ctl-wrap {
    display: flex;
    align-items: center;
  }
  .form-ctl-wrap * + * {
    margin-left: 10px;
  }
}

.form-ctl-date-wrap {
  display: flex;
  align-items: center;
}
.form-ctl-date-wrap * + * {
  margin-left: 5px;
}
@media screen and (min-width: 768px) {
  .form-ctl-date-wrap * + * {
    margin-left: 10px;
  }
}

.form-ctl {
  display: block;
  border-radius: 10px;
  border: 1px solid #707070;
  background-color: #fff;
  margin-top: 5px;
  padding: 12px 16px;
  width: 100%;
}
.form-ctl.is-err {
  background-color: #fbe1d8;
}
.form-ctl:disabled {
  background-color: rgba(180, 180, 180, 0.3);
}

@media screen and (min-width: 768px) {
  .form-sm {
    width: 240px !important;
  }
}

/* セレクトボックス */
.select-outer {
  position: relative;
}
.select-outer:before {
  content: "";
  background-image: url("../images/arrow-down-s-line.svg");
  background-size: 12px 12px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .select-outer:before {
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    right: 15px;
  }
}

/* 個別対応 */
.select-y {
  width: 80px;
}
@media screen and (min-width: 768px) {
  .select-y {
    width: 120px;
  }
}
@media screen and (min-width: 960px) {
  .select-y {
    width: 120px;
  }
}

.select-md {
  width: 60px;
}
@media screen and (min-width: 768px) {
  .select-md {
    width: 100px;
  }
}
@media screen and (min-width: 960px) {
  .select-md {
    width: 120px;
  }
}

/* ラジオボタン、チェックボックス */
@media screen and (min-width: 768px) {
  .form-check-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .form-check-wrap .form-check:not(:last-child) {
    margin-right: 20px;
  }
}

@-webkit-keyframes radio-select {
  0% {
    transform: scale(0, 0);
  }
  65% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}

@keyframes radio-select {
  0% {
    transform: scale(0, 0);
  }
  65% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
/* ラジオボタン */
.radio-label {
  display: block;
  position: relative;
  margin: 5px 0;
  padding-left: 25px;
  font-weight: bold;
  line-height: initial;
  cursor: pointer;
}
.radio-label .outside {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  border: 1px solid #707070;
  border-radius: 50%;
  box-sizing: border-box;
  background: #fff;
}
.radio-label .inside {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background: #000;
  left: 3px;
  top: 3px;
  transform: scale(0, 0);
}
.radio-label input[type=radio] {
  height: 1px;
  width: 1px;
  opacity: 0;
}
.radio-label input[type=radio]:checked + .outside .inside {
  -webkit-animation: radio-select 0.1s linear;
          animation: radio-select 0.1s linear;
  transform: scale(1, 1);
}

/* チェックボックス */
.checkbox-label {
  display: inline-block;
  position: relative;
  margin: 5px 0;
  padding-left: 25px;
  font-weight: bold;
  line-height: initial;
  cursor: pointer;
}
.checkbox-label .outside {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  border: 1px solid #707070;
  border-radius: 5px;
  box-sizing: border-box;
  background: #fff;
}
.checkbox-label .inside {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  position: absolute;
  top: -2px;
  left: 6px;
  opacity: 1;
  border: 2px solid #000;
  border-top-color: transparent;
  border-left-color: transparent;
  width: 10px;
  height: 18px;
  transform: scale(0, 0);
}
.checkbox-label input[type=checkbox] {
  height: 1px;
  width: 1px;
  opacity: 0;
}
.checkbox-label input[type=checkbox]:checked + .outside .inside {
  transform: scale(1, 1);
  transform: rotate(45deg);
}

/* ファイルプレビュー */
.preview {
  max-width: 300px;
}
.preview.active {
  margin-top: 20px;
}

/* ボタン */
.form-btn {
  margin-top: 50px;
  text-align: center;
}

.btn {
  display: inline-block;
  border-radius: 16px;
  background-color: #000;
  padding: 18px 40px;
  color: #fff;
  transition: 0.5s;
  cursor: pointer;
  font-size: 19px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.2em;
}
.btn:hover, .btn:focus {
  background-color: black;
  color: white;
}
.btn svg {
  fill: #fff;
}

.btn-mini {
  padding: 12px 16px;
  letter-spacing: 0.08em;
}

.btn-tertiary {
  background-color: #EF845C;
}
.btn-tertiary:hover, .btn-tertiary:focus {
  background-color: #dd8c6e;
}

.btn-quaternary {
  background-color: #6B9441;
}
.btn-quaternary:hover, .btn-quaternary:focus {
  background-color: #6b8451;
}

.btn-outline-tertiary {
  border: 1px solid #EF845C;
  background-color: #fff;
  color: #EF845C !important;
}
.btn-outline-tertiary:hover, .btn-outline-tertiary:focus {
  background-color: #EF845C;
  color: #fff !important;
}

.btn-inner {
  display: flex;
  align-items: center;
}

.btn-link {
  color: #707070;
  font-size: 16px;
  font-weight: bold;
}

.form-links {
  margin-top: 40px;
  text-align: center;
}
.form-links li + li {
  margin-top: 20px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #f1f1f1;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}

#swipebox-overlay img {
  border: none !important;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}

#swipebox-slider {
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}
#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}
#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
#swipebox-slider .slide-loading {
  background: url(../img/loader.gif) no-repeat center center;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}

#swipebox-bottom-bar {
  bottom: -50px;
}
#swipebox-bottom-bar.visible-bars {
  transform: translate3d(0, -50px, 0);
}

#swipebox-top-bar {
  top: -50px;
}
#swipebox-top-bar.visible-bars {
  transform: translate3d(0, 50px, 0);
}

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-image: url(../img/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0;
}

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px;
}

#swipebox-prev {
  background-position: -32px 13px;
  float: left;
}

#swipebox-next {
  background-position: -78px 13px;
  float: right;
}

#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px;
}

.swipebox-no-close-button #swipebox-close {
  display: none;
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
          animation: rightSpring 0.3s;
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
          animation: leftSpring 0.3s;
}

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: all 0.3s ease;
  content: " ";
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}
.swipebox-touch #swipebox-container:before {
  left: 0;
  box-shadow: inset 10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-container:after {
  right: 0;
  box-shadow: inset -10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1;
}
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}

@-webkit-keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px;
  }
  #swipebox-arrows {
    width: 92%;
    max-width: 800px;
  }
}
/* Skin 
--------------------------*/
#swipebox-overlay {
  background: #0d0d0d;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95;
}

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}

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

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

.c-primary {
  color: #AA720E;
}

.c-secondary {
  color: #1B519F;
}

.c-tertiary {
  color: #EF845C;
}

.c-quaternary {
  color: #6B9441;
}

.c-quinary {
  color: #F0B109;
}

.c-senary {
  color: #7A62A9;
}

p + p {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  p + p {
    margin-top: 30px;
  }
}

.bold {
  font-weight: bold;
}

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

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

.fs-min {
  font-size: 72% !important;
}

.fs-xs {
  font-size: 86% !important;
}

.fs-sm {
  font-size: 93% !important;
}

.fs-md {
  font-size: 115% !important;
}

.fs-lg {
  font-size: 143% !important;
}

.fs-xl {
  font-size: 143% !important;
}
@media screen and (min-width: 768px) {
  .fs-xl {
    font-size: 172% !important;
  }
}

.fs-max {
  font-size: 172% !important;
}
@media screen and (min-width: 768px) {
  .fs-max {
    font-size: 300% !important;
  }
}

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

.lh11 {
  line-height: 1.1 !important;
}

.lh12 {
  line-height: 1.2 !important;
}

.lh13 {
  line-height: 1.3 !important;
}

.lh14 {
  line-height: 1.4 !important;
}

.lh15 {
  line-height: 1.5 !important;
}

.lh18 {
  line-height: 1.8 !important;
}

.lh20 {
  line-height: 2 !important;
}

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

.ta-r {
  text-align: right;
}

.ta-l {
  text-align: left;
}

.ta-j {
  text-align: justify !important;
}

.ta-cl {
  text-align: left !important;
}
@media screen and (min-width: 768px) {
  .ta-cl {
    text-align: center !important;
  }
}

.w100 {
  width: 100%;
}

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

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

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

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

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

.mt-lg {
  margin-top: calc(40px + 20 * (100vw - 320px) / 1280) !important;
}
@media screen and (min-width: 768px) {
  .mt-lg {
    margin-top: 60px !important;
  }
}

.mt-xl {
  margin-top: calc(60px + 40 * (100vw - 320px) / 1280) !important;
}
@media screen and (min-width: 768px) {
  .mt-xl {
    margin-top: 100px !important;
  }
}

.mt-max {
  margin-top: calc(60px + 60 * (100vw - 320px) / 1280) !important;
}
@media screen and (min-width: 768px) {
  .mt-max {
    margin-top: 120px !important;
  }
}

.mt0 {
  margin-top: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-md {
  margin-bottom: calc(40px + 20 * (100vw - 320px) / 1280) !important;
}
@media screen and (min-width: 768px) {
  .mb-md {
    margin-bottom: 60px !important;
  }
}

.mb-lg {
  margin-bottom: calc(40px + 40 * (100vw - 320px) / 1280) !important;
}
@media screen and (min-width: 768px) {
  .mb-lg {
    margin-bottom: 80px !important;
  }
}

.mb-xl {
  margin-bottom: calc(60px + 40 * (100vw - 320px) / 1280) !important;
}
@media screen and (min-width: 768px) {
  .mb-xl {
    margin-bottom: 100px !important;
  }
}

.mb-max {
  margin-bottom: calc(60px + 60 * (100vw - 320px) / 1280) !important;
}
@media screen and (min-width: 768px) {
  .mb-max {
    margin-bottom: 120px !important;
  }
}

/*
 * まちの場   
 * フロント用
 */
/*
 * トップページ
 * メインビジュアル
 */
.mv-slide {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .mv-slide {
    margin-top: 60px;
  }
}
.mv-slide .slick-slide {
  margin: 0 20px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .mv-slide .slick-slide {
    border-radius: 20px;
  }
}
.mv-slide img {
  width: auto;
  height: 200px;
}
@media screen and (min-width: 768px) {
  .mv-slide img {
    height: 320px;
  }
}
@media screen and (min-width: 960px) {
  .mv-slide img {
    height: 500px;
  }
}

/*
 * 写真付きリスト表示
 * イベント、トピックス
 */
.list-wrap {
  margin-right: auto;
  margin-left: auto;
  max-width: 1400px;
}
@media screen and (min-width: 768px) {
  .list-wrap ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.list-wrap ul .item {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .list-wrap ul .item {
    width: calc((100% - 30px) / 2);
  }
  .list-wrap ul .item:nth-child(odd) {
    margin-right: 30px;
  }
}
@media screen and (min-width: 960px) {
  .list-wrap ul .item {
    width: calc((100% - 60px) / 3);
  }
  .list-wrap ul .item:nth-child(odd) {
    margin-right: 0;
  }
  .list-wrap ul .item:not(:nth-child(3n)) {
    margin-right: 30px;
  }
}
.list-wrap ul .item figure {
  position: relative;
  overflow: hidden;
}
.list-wrap ul .item .detail {
  color: #707070;
}

/*
 * イベント一覧
 */
.list-event .item figure img {
  border-radius: 10px;
}
.list-event .item .detail {
  display: flex;
  margin-top: 15px;
  font-weight: bold;
}
.list-event .item .detail .date {
  border-right: 1px solid #B4B4B4;
  padding-top: 3px;
  padding-right: 8px;
  text-align: center;
  line-height: 1.2;
}
.list-event .item .detail .date .month {
  font-size: 12px;
}
.list-event .item .detail .date .day {
  font-size: 24px;
}
.list-event .item .detail .date .dow {
  font-size: 12px;
}
.list-event .item .detail .date .time {
  font-size: 14px;
}
.list-event .item .detail .tit-wrap {
  padding-left: 8px;
}
.list-event .item .detail .tit-wrap .group {
  font-size: 14px;
}
.list-event .item .detail .tit-wrap .title {
  font-size: 20px;
  line-height: 1.2;
}

/*
 * トピックス一覧
 */
.list-topics .item figure img {
  border-radius: 10px;
}
.list-topics .item .detail {
  margin-top: 10px;
  font-weight: bold;
}
.list-topics .item .detail .date {
  font-size: 12px;
}
.list-topics .item .detail .title {
  margin-top: 5px;
  font-size: 18px;
  line-height: 1.2;
}

/*
 * スペース一覧
 */
.list-space .item {
  margin: 0 12px;
}
.list-space .item .item-head {
  position: relative;
}
.list-space .item .item-head .facility {
  display: flex;
  align-items: flex-end;
  position: absolute;
  bottom: -30px;
}
.list-space .item .item-head .facility img {
  border-radius: 50%;
  border: 1px solid #707070;
  margin-right: 10px;
  width: 60px;
  height: 60px;
}
.list-space .item .item-head .facility .name {
  color: #707070;
  font-size: 14px;
}
.list-space .item .item-head .image-cover img {
  border-radius: 10px;
}
.list-space .item .item-body {
  margin-top: 35px;
  color: #707070;
  line-height: 1.4;
}
.list-space .item .item-body svg {
  margin-right: 5px;
  width: 14px;
  height: 14px;
}
.list-space .item .item-body .name {
  font-size: 20px;
  font-weight: 600;
}
.list-space .item .item-body .attr {
  display: flex;
  align-items: center;
  margin-top: 10px;
  font-size: 14px;
}
.list-space .item .item-body .attr .num {
  display: flex;
  align-items: center;
}
.list-space .item .item-body .attr .size {
  display: flex;
  align-items: center;
  margin-left: 15px;
}
.list-space .item .item-body .address {
  display: flex;
  margin-top: 4px;
  font-size: 14px;
}
.list-space .item .item-body .address svg {
  margin-top: 2px;
}
.list-space .item .item-body .tags {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
}
.list-space .item .item-body .tags li:not(:first-child) {
  margin-left: 2px;
}
.list-space .item .item-body .tags li:not(:last-child):after {
  content: "/";
  margin-left: 2px;
}

/*
 * ご利用日から探す
 */
.box-search-date {
  background-color: rgba(170, 114, 14, 0.2);
}
.box-search-date .search-wrap {
  margin-right: auto;
  margin-left: auto;
  max-width: 440px;
}
.box-search-date .search-wrap form {
  display: flex;
  justify-content: space-between;
  border-radius: 6px;
  overflow: hidden;
}
.box-search-date .search-wrap form input[type=date] {
  background-color: #fff;
  padding: 12px;
  width: calc(100% - 55px);
  text-align: left;
}
@media screen and (min-width: 768px) {
  .box-search-date .search-wrap form input[type=date] {
    width: calc(100% - 80px);
  }
}
.box-search-date .search-wrap form input[type=submit] {
  background-color: #EF845C;
  padding: 12px 0;
  width: 55px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .box-search-date .search-wrap form input[type=submit] {
    width: 80px;
  }
}

/*
* キーワードから探す
*/
.box-search-keyword {
  background-color: #fff;
}
@media screen and (min-width: 960px) {
  .box-search-keyword .keyword-wrap {
    margin-right: auto;
    margin-left: auto;
    max-width: 1080px;
  }
}
.box-search-keyword .keyword-wrap ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.box-search-keyword .keyword-wrap ul li {
  padding: 10px;
}
.box-search-keyword .keyword-wrap ul li a {
  display: block;
  border-radius: 8px;
  background-color: rgba(170, 114, 14, 0.2);
  padding: 8px 16px;
  color: #AA720E;
}

/*
 * 検索結果（絞り込み検索）
 */
.search {
  margin: 0 auto 20px;
  max-width: 960px;
}
@media screen and (min-width: 768px) {
  .search {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .search .search-inner {
    display: flex;
  }
}
.search .search-inner .date-area {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #fff;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .search .search-inner .date-area {
    padding: 15px 30px;
  }
}
@media screen and (min-width: 960px) {
  .search .search-inner .date-area {
    padding: 15px 40px;
  }
}
.search .search-inner .date-area svg {
  margin-right: 10px;
}
.search .search-inner .date-area .date {
  color: #000;
  font-weight: bold;
}
.search .search-inner .keywords-area {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .search .search-inner .keywords-area {
    margin-top: 0;
    margin-left: 30px;
    padding: 15px 20px;
  }
}
@media screen and (min-width: 960px) {
  .search .search-inner .keywords-area {
    margin-left: 40px;
    padding: 15px 40px;
  }
}
.search .search-inner .keywords-area svg {
  fill: #AA720E;
  margin-right: 10px;
}
.search .search-inner .keywords-area .text {
  color: #000;
  font-weight: bold;
}
.search .search-inner .keywords-area .num {
  color: #000;
  font-weight: bold;
}

#modal-condition .modal-form-group + .modal-form-group {
  margin-top: 30px;
}
#modal-condition .modal-label {
  margin-bottom: 5px;
  font-weight: bold;
}
#modal-condition .modal-form-check-wrap .checkbox-label {
  margin-right: 15px;
  font-weight: normal;
}
#modal-condition .btn-area {
  margin-top: 30px;
  text-align: center;
}

/*
 * 検索結果（スペース一覧）
 */
.space-item {
  background-color: #fff;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  max-width: 960px;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .space-item {
    border-radius: 20px;
  }
}
@media screen and (min-width: 960px) {
  .space-item {
    padding: 40px;
  }
}
.space-item + .space-item {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .space-item .item-head {
    display: flex;
  }
}
.space-item .item-head .facility-logo {
  margin: 0 auto 20px;
  width: 60px;
}
@media screen and (min-width: 768px) {
  .space-item .item-head .facility-logo {
    margin-right: 10px;
  }
}
@media screen and (min-width: 960px) {
  .space-item .item-head .facility-logo {
    margin-right: 20px;
  }
}
.space-item .item-head .facility-logo img {
  border-radius: 50%;
  border: 1px solid #B4B4B4;
}
@media screen and (min-width: 768px) {
  .space-item .item-head .item-detail {
    width: calc(100% - 60px - 10px - 180px);
  }
}
@media screen and (min-width: 960px) {
  .space-item .item-head .item-detail {
    width: calc(100% - 60px - 20px - 320px);
  }
}
.space-item .item-head .item-detail .facility-name {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}
.space-item .item-head .item-detail .address {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.space-item .item-head .item-detail .address svg {
  margin-right: 3px;
  width: auto;
  height: 16px;
}
.space-item .item-head .item-detail .space-name {
  margin-top: 20px;
}
.space-item .item-head .item-detail .space-name a {
  display: flex;
  align-items: center;
}
.space-item .item-head .item-detail .space-name a h1 {
  color: #707070;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}
.space-item .item-head .item-detail .space-name a svg {
  fill: #EF845C;
  margin-left: 3px;
}
.space-item .item-head .item-detail .attr {
  display: flex;
  align-items: center;
  margin-top: 10px;
  font-size: 14px;
}
.space-item .item-head .item-detail .attr .num {
  display: flex;
  align-items: center;
}
.space-item .item-head .item-detail .attr .size {
  display: flex;
  align-items: center;
  margin-left: 15px;
}
.space-item .item-head .item-detail .attr svg {
  margin-right: 3px;
  width: auto;
  height: 16px;
}
.space-item .item-head .item-detail .tags {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
}
.space-item .item-head .item-detail .tags li:not(:first-child) {
  margin-left: 2px;
}
.space-item .item-head .item-detail .tags li:not(:last-child):after {
  content: "/";
  margin-left: 2px;
}
.space-item .item-head .item-photo {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .space-item .item-head .item-photo {
    margin-top: 0;
    width: 180px;
  }
}
@media screen and (min-width: 960px) {
  .space-item .item-head .item-photo {
    width: 320px;
  }
}
.space-item .item-head .item-photo img {
  border-radius: 10px;
}
.space-item .box-calendar {
  margin-top: 30px;
}

/*
 * イベント詳細ページ
 */
@media screen and (min-width: 960px) {
  .box-event .event {
    margin: 30px auto 0;
    padding: 0 40px;
    max-width: 1180px;
  }
}
.box-event .event .title {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .box-event .event .title {
    font-size: 30px;
  }
}
@media screen and (min-width: 960px) {
  .box-event .event .title {
    font-size: 36px;
  }
}
.box-event .event .event-body {
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .box-event .event .event-body {
    display: flex;
    flex-direction: row-reverse;
    border-top: 1px solid #B4B4B4;
  }
}
@media screen and (min-width: 960px) {
  .box-event .event .event-body .info {
    border-left: 1px solid #B4B4B4;
    padding: 40px 10px 40px 60px;
    width: 380px;
  }
}
.box-event .event .event-body .info dt {
  font-size: 14px;
  font-weight: 400;
}
.box-event .event .event-body .info dd {
  font-weight: 600;
}
.box-event .event .event-body .info .schedule dd {
  font-size: 20px;
}
.box-event .event .event-body .info .venue {
  margin-top: 10px;
}
.box-event .event .event-body .info .organizer {
  margin-top: 10px;
}
.box-event .event .event-body .info .organizer a {
  color: #707070;
}
.box-event .event .event-body .info .organizer a figure {
  max-width: 300px;
}
.box-event .event .event-body .detail-wrap {
  margin-top: 40px;
}
@media screen and (min-width: 960px) {
  .box-event .event .event-body .detail-wrap {
    padding-right: 60px;
    width: calc(100% - 380px);
  }
}
.box-event .event .event-body .detail-wrap .pdf {
  margin-top: 40px;
}
.box-event .event .event-body .detail-wrap .images {
  margin-top: 40px;
}
.box-event .event .event-body .detail-wrap .images figure + figure {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .box-event .event .event-body .detail-wrap .images {
    display: flex;
  }
  .box-event .event .event-body .detail-wrap .images figure {
    width: calc((100% - 40px) / 3);
  }
  .box-event .event .event-body .detail-wrap .images figure + figure {
    margin-top: 0;
    margin-left: 20px;
  }
}

/*
 * トピックス詳細ページ
 */
@media screen and (min-width: 960px) {
  .box-topics .topics {
    margin: 30px auto 0;
    padding: 0 40px;
    max-width: 1180px;
  }
}
.box-topics .topics .title {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .box-topics .topics .title {
    font-size: 30px;
  }
}
@media screen and (min-width: 960px) {
  .box-topics .topics .title {
    font-size: 36px;
  }
}
@media screen and (min-width: 960px) {
  .box-topics .topics .topics-date {
    font-weight: 600;
  }
}
.box-topics .topics .topics-body {
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .box-topics .topics .topics-body {
    border-top: 1px solid #B4B4B4;
  }
}
.box-topics .topics .topics-body .detail-wrap {
  margin: 40px auto 0;
  max-width: 800px;
}
.box-topics .topics .topics-body .detail-wrap .pdf {
  margin-top: 40px;
}
.box-topics .topics .topics-body .detail-wrap .images {
  margin-top: 40px;
}
.box-topics .topics .topics-body .detail-wrap .images figure + figure {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .box-topics .topics .topics-body .detail-wrap .images {
    display: flex;
  }
  .box-topics .topics .topics-body .detail-wrap .images figure {
    width: calc((100% - 40px) / 3);
  }
  .box-topics .topics .topics-body .detail-wrap .images figure + figure {
    margin-top: 0;
    margin-left: 20px;
  }
}

/*
 * スペース詳細ページ
 */
.space-head {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  max-width: 1400px;
}
.space-head .facility-logo {
  margin-right: 20px;
  width: 60px;
}
@media screen and (min-width: 960px) {
  .space-head .facility-logo {
    margin-right: 30px;
    width: 80px;
  }
}
.space-head .facility-logo img {
  border-radius: 50%;
  border: 1px solid #707070;
}
.space-head .name-wrap {
  font-weight: 600;
  line-height: 1.4;
}
.space-head .name-wrap .space-name {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .space-head .name-wrap .space-name {
    font-size: 28px;
  }
}
@media screen and (min-width: 960px) {
  .space-head .name-wrap .space-name {
    font-size: 36px;
  }
}

.space-menu {
  margin: 30px auto 0;
  max-width: 1400px;
}
.space-menu ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .space-menu ul.slots-active li {
    width: calc((100% - 60px) / 4);
  }
}
@media screen and (min-width: 768px) {
  .space-menu ul.slots-hidden li {
    width: calc((100% - 60px) / 3);
  }
}
.space-menu ul li {
  margin: 0 0 10px;
  width: calc((100% - 20px) / 2);
}
.space-menu ul li a {
  display: block;
  background-color: #fff;
  padding: 10px;
  color: #707070;
  text-align: center;
  border-radius: 10px;
}

.box-space {
  margin-top: 30px;
}
.box-space .attr {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.box-space .attr svg {
  margin-right: 10px;
}
.box-space .attr .num {
  display: flex;
  align-items: center;
}
.box-space .attr .size {
  display: flex;
  align-items: center;
  margin-left: 30px;
}
.box-space .tags {
  display: flex;
  margin-top: 10px;
}
.box-space .tags li:not(:first-child) {
  margin-left: 2px;
}
.box-space .tags li:not(:last-child):after {
  content: "/";
  margin-left: 2px;
}
.box-space .gallery {
  margin-top: 30px;
}

.box-spaceinfo .item + .item {
  margin-top: 60px;
}
.box-spaceinfo .item .index {
  font-size: 20px;
  font-weight: 600;
  padding: 0 0 10px;
  border-bottom: 2px solid #f1f1f1;
}
@media screen and (min-width: 768px) {
  .box-spaceinfo .item .index {
    font-size: 22px;
  }
}
@media screen and (min-width: 960px) {
  .box-spaceinfo .item .index {
    font-size: 24px;
  }
}
.box-spaceinfo .item .detail {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .box-spaceinfo .item .detail {
    margin-top: 30px;
  }
}

.box-facility .name {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .box-facility .name {
    font-size: 28px;
  }
}
@media screen and (min-width: 960px) {
  .box-facility .name {
    font-size: 36px;
  }
}
.box-facility .intro {
  margin-top: 15px;
}
.box-facility .address {
  margin-top: 30px;
}
.box-facility .map {
  margin-top: 30px;
}
.box-facility .map iframe {
  width: 100%;
  height: 200px;
}
@media screen and (min-width: 768px) {
  .box-facility .map iframe {
    height: 350px;
  }
}
.box-facility .access {
  margin-top: 30px;
}
.box-facility .gallery {
  margin-top: 30px;
}

/*
 * グループ一覧
 */
@media screen and (min-width: 960px) {
  .list-group {
    margin-right: auto;
    margin-left: auto;
    max-width: 1080px;
  }
}
.list-group .item {
  border-bottom: 1px solid #B4B4B4;
  margin-bottom: 40px;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .list-group .item {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .list-group .item .image-cover {
    width: 200px;
  }
}
.list-group .item .detail {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .list-group .item .detail {
    margin-top: 0;
    width: calc(100% - 200px - 30px);
  }
}
.list-group .item .detail a .group-name {
  color: #707070;
  font-size: 20px;
  font-weight: 600;
}
.list-group .item .detail .group-intro {
  margin-top: 10px;
}

/*
 * グループ詳細
 */
@media screen and (min-width: 960px) {
  .box-group {
    padding: 50px 30px 60px !important;
  }
}
@media screen and (min-width: 960px) {
  .box-group .box-group-inner {
    margin-right: auto;
    margin-left: auto;
    max-width: 1080px;
  }
}
.box-group .group-name {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .box-group .group-name {
    font-size: 28px;
  }
}
@media screen and (min-width: 960px) {
  .box-group .group-name {
    font-size: 36px;
  }
}
.box-group .group-wrap {
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .box-group .group-wrap {
    display: flex;
    justify-content: space-between;
  }
}
.box-group .group-wrap .detail {
  text-align: justify;
}
@media screen and (min-width: 960px) {
  .box-group .group-wrap .detail {
    width: calc(100% - 350px - 40px);
  }
}
.box-group .group-wrap .image {
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .box-group .group-wrap .image {
    margin-top: 0;
    width: 350px;
  }
}

.group-event {
  margin-top: 60px;
}
.group-event .group-event-tit {
  color: #AA720E;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .group-event .group-event-tit {
    font-size: 28px;
  }
}
@media screen and (min-width: 960px) {
  .group-event .group-event-tit {
    font-size: 36px;
  }
}
.group-event .list-group-event {
  margin-top: 20px;
}

/*
 * 北鈴つづく通信
 */
.sec-press .tit {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sec-press .tit img {
    width: 424px;
  }
}
.sec-press figcaption {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
}
.sec-press .latest {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .sec-press .latest {
    margin-top: 40px;
  }
}
.sec-press .latest img {
  width: 240px;
}
.sec-press .backnumber {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .sec-press .backnumber {
    margin: 40px auto 0;
    max-width: 740px;
  }
}
.sec-press .backnumber .item {
  margin-top: 20px;
  width: calc((100% - 20px) / 2);
}
@media screen and (min-width: 768px) {
  .sec-press .backnumber .item {
    width: calc((100% - 60px) / 4);
  }
}
.sec-press .backnumber .item:nth-child(odd) {
  margin-right: 20px;
}
@media screen and (min-width: 768px) {
  .sec-press .backnumber .item:nth-child(odd) {
    margin-right: 0;
  }
  .sec-press .backnumber .item:not(:nth-child(4n)) {
    margin-right: 20px;
  }
}

/*
 * 北鈴つづくビジョン
 */
.sec-vision {
  background-color: #EF845C;
  margin-right: auto;
  margin-left: auto;
  max-width: 1400px;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .sec-vision {
    border-radius: 20px;
  }
}
.sec-vision .btn {
  display: inline-block;
  border-radius: 36px;
  background-color: #fff;
  padding: 25px 20px;
  width: 340px;
  max-width: 100%;
  color: #EF845C;
  font-size: 19px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .sec-vision .btn {
    width: 300px;
  }
}
@media screen and (min-width: 960px) {
  .sec-vision .btn {
    width: 340px;
  }
}
.sec-vision .btn:hover {
  background-color: #AA720E;
  color: #fff;
}
.sec-vision .btn-yellow {
  background-color: #FFEC00;
  color: #000;
}
.sec-vision .sec-inner {
  margin-right: auto;
  margin-left: auto;
  padding: 40px 30px 0;
  max-width: 800px;
}
@media screen and (min-width: 960px) {
  .sec-vision .sec-inner .mv img {
    width: 706px;
  }
}
.sec-vision .sec-inner .tit {
  margin-top: 30px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .sec-vision .sec-inner .tit img {
    width: 660px;
  }
}
.sec-vision .sec-inner .msg {
  margin-top: 40px;
}
@media screen and (min-width: 960px) {
  .sec-vision .sec-inner .msg {
    margin-top: 60px;
  }
}
.sec-vision .sec-inner .msg p {
  color: #000;
  text-align: justify;
}
.sec-vision .sec-inner .msg p + p {
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .sec-vision .sec-inner .msg p + p {
    margin-top: 30px;
  }
}
.sec-vision .sec-inner .btn-area {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .sec-vision .sec-inner .btn-area {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 960px) {
  .sec-vision .sec-inner .btn-area {
    margin-top: 60px;
  }
}
.sec-vision .sec-inner .btn-area .btn + .btn {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .sec-vision .sec-inner .btn-area .btn + .btn {
    margin-top: 0;
    margin-left: 40px;
  }
}
.sec-vision .sec-inner .send {
  margin-top: 40px;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
.sec-vision .sec-inner .send .btn {
  margin-top: 15px;
}
.sec-vision .sec-inner .main-bottom {
  margin-top: 60px;
}
@media screen and (min-width: 960px) {
  .sec-vision .sec-inner .main-bottom {
    margin-top: 80px;
  }
}
@media screen and (min-width: 768px) {
  .sec-vision .sec-inner .main-bottom img {
    width: 540px;
  }
}

/*
 * 利用規約、プライバシーポリシー
 */
.sec-terms .tit {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sec-terms .tit {
    margin-bottom: 30px;
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .sec-terms .tit br {
    display: none;
  }
}
.sec-terms .intro {
  margin-bottom: 20px;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .sec-terms .intro {
    margin-bottom: 30px;
  }
}
.sec-terms .intro p + p {
  margin-top: 20px;
}
.sec-terms dl {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .sec-terms dl {
    margin-top: 30px;
  }
}
.sec-terms dl dt {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .sec-terms dl dt {
    font-size: 20px;
  }
}
.sec-terms dl dd {
  margin-top: 10px;
  text-align: justify;
}
.sec-terms dl dd .num {
  counter-reset: count 0;
  padding-left: 18px;
}
.sec-terms dl dd .num > li:before {
  content: counter(count) ".";
  counter-increment: count 1;
  margin-left: -16px;
}
.sec-terms dl dd .alpha {
  list-style-type: lower-alpha;
}
.sec-terms dl dd ol ol {
  padding-left: 18px;
}
@media screen and (min-width: 768px) {
  .sec-terms dl dd ol ol {
    padding-left: 30px;
  }
}
@media screen and (min-width: 960px) {
  .sec-terms dl dd ol ol {
    padding-left: 40px;
  }
}
.sec-terms .from {
  margin-top: 30px;
  text-align: right;
}

/*
 * 北鈴つづくビジョン
 */
.sec-welcome figure img {
  max-width: 280px;
}
.sec-welcome .box-welcome2 figure img {
  max-width: 200px;
}
.sec-welcome .list-wrap ul li p {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .sec-welcome .list-wrap ul li p {
    padding: 0 30px;
  }
}
/*# sourceMappingURL=style.css.map */