@import url("https://saga-kyoryokutai.net/wp-content/themes/kyoryokutainet/assets/less/../icomoon/style.css");
@import url("https://use.typekit.net/fkj5mrs.css");
@keyframes bgmover150 {
  0% {
    background-position: 0 bottom;
  }
  100% {
    background-position: 150px bottom;
  }
}
@keyframes bgmover1300 {
  0% {
    background-position: 0 bottom;
  }
  100% {
    background-position: 1300px bottom;
  }
}
@keyframes fadeindown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  30% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeinup {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  30% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes smallbig {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }
}
/* 全体
-------------------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
html,
body {
  height: 100%;
}
body {
  font-family: filson-pro, heisei-kaku-gothic-std, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  background: #fff;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
/* メディアクエリで読込
-------------------------------------------*/
@media (min-width: 769px) {
  body {
    font-size: 17px;
  }
  .sp {
    display: none;
  }
  /* #header
-------------------------------------------*/
  #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background: #fff;
    animation: fadeindown 1.5s;
    transition: all .3s;
  }
  #header-wrap {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
  }
  #header-link {
    display: block;
    width: 400px;
    padding: 0 20px;
    position: relative;
  }
  #header-name img {
    height: 50px;
  }
  #header-navi {
    position: absolute;
    right: 20px;
    top: 30px;
    font-weight: bold;
  }
  #header-navi ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  #header-navi li {
    margin-right: 34px;
  }
  #header-navi a {
    display: inline-block;
    position: relative;
    padding: 10px 0 5px;
    color: #000;
    text-decoration: none;
  }
  #header-navi a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 3px;
    background: #58b2dc;
    transform: scale(0, 1);
    transform-origin: left;
    transition: 0.4s;
  }
  #header-navi a:hover:before {
    transform: scale(1);
  }
  #header.is-hide {
    top: -300px;
  }
  /* #main
-------------------------------------------*/
  #main {
    display: block;
    margin: 100px auto 0;
    padding: 0;
    overflow: hidden;
    animation: fadeinup 2s;
    font-family: filson-pro, heisei-kaku-gothic-std, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  }
  /* scnモジュール
-------------------------------------------*/
  .scn-p {
    line-height: 2em;
  }
  .scn-entry .scn-p-lead {
    width: 1020px;
    text-align: center;
    margin: 0 auto 100px;
  }
  .scn-p-lead {
    text-align: center;
    line-height: 2em;
  }
  .scn-box {
    overflow: hidden;
    width: 1020px;
    margin: 0 auto 150px;
  }
  .scn-box-left,
  .scn-box-right {
    width: 600px;
    padding: 80px 30px 20px;
    margin: 50px 0;
  }
  .scn-box-left {
    float: left;
    margin-left: -30px;
  }
  .scn-box-left::before,
  .scn-box-left::after {
    float: right;
  }
  .scn-box-left-inner {
    float: right;
  }
  .scn-box-right {
    float: right;
    margin-right: -30px;
  }
  .scn-box-right::before,
  .scn-box-right::after {
    float: left;
  }
  .scn-box-right-inner {
    float: left;
  }
  .scn-box-white {
    background: rgba(255, 255, 255, 0.6);
  }
  .scn-box-about01 {
    background: url('https://saga-kyoryokutai.net/wp-content/themes/kyoryokutainet/assets/less/../img/about-01.jpg');
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 650px;
  }
  .scn-box-about02 {
    background: url('https://saga-kyoryokutai.net/wp-content/themes/kyoryokutainet/assets/less/../img/about-02.jpg');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 650px;
  }
  .scn-box-about03 {
    background: url('https://saga-kyoryokutai.net/wp-content/themes/kyoryokutainet/assets/less/../img/about-03.jpg');
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 650px;
    margin-bottom: 10px;
  }
  .scn-box-wide {
    padding-top: 100px;
  }
  .scn-h1 {
    width: 100%;
    background: #fbfcf8;
    font-size: 150%;
    font-family: filson-pro, a-otf-midashi-go-mb31-pr6n, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    margin: 30px auto 100px;
    padding: 1em 0;
    text-align: center;
    color: #000;
    letter-spacing: .1em;
    line-height: 2.5;
  }
  .scn-h1::before,
  .scn-h1::after {
    content: "";
    display: inline-block;
    width: 1em;
    border-bottom: 2px solid #000;
    margin: 0 .5em .3em;
  }
  .scn-h2 {
    font-size: 140%;
    line-height: 1.5;
    color: #000;
    margin: 1em auto;
    padding: 0 .25em;
    text-align: center;
  }
  .scn-h2[data-number] {
    position: relative;
  }
  .scn-h2[data-number]::before {
    content: attr(data-number);
    display: table;
    font-size: 200%;
    color: #58b2dc;
    font-weight: bold;
    position: absolute;
    left: 50%;
    top: -70px;
    transform: translate(-50%, 0);
  }
  .scn-h2-top {
    font-family: filson-pro, a-otf-midashi-go-mb31-pr6n, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    margin-bottom: 1em;
  }
  .scn-h2-top::first-letter {
    font-size: 150%;
    color: #58b2dc;
  }
  .scn-col2 {
    display: flex;
    flex-wrap: wrap;
  }
  .about .scn-col2 > * {
    width: 500px;
    height: 5em;
    line-height: 1.5em;
    background: #58b2dc;
    border-radius: 10px;
    padding: 0 20px 0 90px;
    margin: 0 20px 20px 0;
    display: flex;
    align-items: center;
  }
  .about .scn-col2 > *:nth-child(2n) {
    margin: 0 0 20px;
  }
  .about .scn-col2 > *[data-number] {
    position: relative;
  }
  .about .scn-col2 > *[data-number]::before {
    content: attr(data-number);
    display: table;
    font-size: 250%;
    color: #fff;
    line-height: 1.1em;
    padding-right: 10px;
    margin-right: 15px;
    font-weight: bold;
    position: absolute;
    left: 35px;
    width: 1em;
    top: 50%;
    border-right: 3px solid #fff;
    transform: translate(0, -50%);
  }
  .scn-list {
    text-align: left;
    list-style: circle;
    display: table;
    margin: 30px auto;
    font-size: 22px;
    line-height: 1.5;
  }
  .scn-list-num {
    text-align: left;
    display: table;
    margin: 50px auto 0;
    font-size: 22px;
    line-height: 1.5;
  }
  .scn-button {
    display: table;
    border: 1px solid #000;
    color: #000;
    border-radius: 5px;
    padding: 10px 30px 10px 15px;
    position: relative;
    transition: all .3s;
    line-height: 1;
    background: none;
    text-decoration: none;
    cursor: pointer;
  }
  .scn-button:hover {
    background: #58b2dc;
    border-color: #58b2dc;
    color: #fff;
  }
  .scn-button::after {
    content: "\f139";
    font-family: dashicons;
    position: absolute;
    font-size: 130%;
    right: 10px;
    top: 50%;
    line-height: 1;
    transform: translate(0, -50%);
  }
  .scn-button-about {
    margin: 0 0 0 auto;
  }
  .scn-articlelist {
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    width: 1020px;
    margin: 0 auto 100px;
    justify-content: space-between;
    line-height: 2;
  }
  .scn-articlelist::after {
    content: "";
    display: block;
    width: 330px;
  }
  .scn-articlelist-box {
    display: block;
    width: 330px;
    padding: 0 0 2.5em;
    margin: 0 0 80px;
    transition: all .3s;
    overflow: hidden;
    position: relative;
  }
  .scn-articlelist-box[data-status="募集終了"] .scn-articlelist-thumbnail {
    position: relative;
  }
  .scn-articlelist-box[data-status="募集終了"] .scn-articlelist-thumbnail::after {
    content: "募集終了";
    display: block;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    font-size: 1.2em;
    text-align: center;
    padding-top: 26%;
    font-family: filson-pro, a-otf-midashi-go-mb31-pr6n, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: bold;
  }
  .scn-articlelist-kyoryokutai-category a[rel="tag"] {
    padding: 7px;
    margin: 5px 5px 5px 0;
    display: inline-block;
    top: 0;
    left: 0;
    font-size: .9em;
    line-height: 1;
    background: #58b2dc;
    color: #fff;
    border-radius: 5px;
  }
  .scn-articlelist-kyoryokutai-title {
    color: #000;
    font-size: 1.3em;
    line-height: 1.7;
  }
  .scn-articlelist-kyoryokutai-title.scn-bosyu {
    font-size: 1.1em;
    line-height: 1.5em;
  }
  .scn-articlelist-news {
    width: 900px;
    margin: 50px auto;
  }
  .scn-articlelist-news-box {
    margin-bottom: 50px;
  }
  .scn-articlelist-news-date {
    color: #000;
    border-bottom: 3px solid #58b2dc;
  }
  .scn-articlelist-news-title {
    color: #000;
    font-size: 1.1em;
  }
  .scn-articlelist-blog-date {
    color: #737373;
    font-size: .9em;
    margin-top: 10px;
    line-height: 1em;
  }
  .scn-articlelist-blog-title {
    color: #000;
    font-size: 1em;
  }
  .scn-articlelist-date {
    display: table;
    font-size: .9em;
    color: #737373;
  }
  .scn-articlelist-title {
    color: #000;
    font-size: 1.25em;
    line-height: 1.7;
  }
  .scn-article-box {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .scn-article-button {
    margin: 0 auto 100px;
  }
  .scn-article-title {
    padding-bottom: 10px;
    border-bottom: 3px solid #58b2dc;
    margin-bottom: 10px;
    font-size: 200%;
    line-height: 1.3;
  }
  .scn-article-title[data-status="募集終了"] {
    position: relative;
  }
  .scn-article-title[data-status="募集終了"]::before {
    content: "募集終了";
    display: inline-block;
    color: #fff;
    background: #db3737;
    font-size: .9em;
    padding: .1em .5em;
    margin-right: .5em;
    border-radius: 5px;
  }
  .scn-article-date {
    color: #737373;
    text-align: right;
    margin-bottom: 30px;
  }
  .scn-article-content.information p {
    margin: 10px 0;
  }
  .scn-inview-fadeinup {
    transform: translateY(20px);
    opacity: 0;
    transition: all .3s;
  }
  .scn-inview-fadeinup.is-active {
    transform: translateY(0);
    opacity: 1;
  }
  .scn-entry {
    margin: auto;
    line-height: 2.5;
    padding: 0 0;
    background-repeat: no-repeat;
    background-size: 1050px;
    background-position: center top;
    overflow: hidden;
    /* 個別記事用一般タグ
		-------------------------------------------*/
  }
  .scn-entry .aligncenter {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .scn-entry .alignright {
    text-align: right;
    display: block;
    float: right;
  }
  .scn-entry p {
    margin: 2em 0;
  }
  .scn-entry ul {
    padding-left: 2em;
  }
  .scn-entry li {
    margin: 0 0 1em;
    line-height: 1.8;
  }
  .scn-entry dl {
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    width: 900px;
    margin: 0 auto;
    padding: 30px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .scn-entry dl + dl {
    margin-top: -1px;
  }
  .scn-entry dt {
    width: 300px;
    vertical-align: middle;
    text-align: center;
  }
  .scn-entry dd {
    width: 600px;
    vertical-align: middle;
  }
  .scn-entry dd p {
    margin: 0;
  }
  .scn-entry dd ul {
    padding-left: 2em;
  }
  .scn-pagenation {
    margin: -1px 0 0 0;
    width: 600px;
    margin: 100px auto;
    border-radius: 5px;
  }
  .scn-companyprofile .scn-h2 {
    margin-bottom: 100px;
  }
  .scn-companyprofile dt {
    padding-left: 50px;
  }
  .scn-companyprofile dd {
    padding-left: 60px;
  }
  .scn-yakuin {
    padding-top: 0;
    margin-bottom: 100px;
  }
  .scn-yakuin-button {
    margin: 150px auto;
  }
  .scn-yakuin-button > .scn-button {
    margin: 0 0 20px auto;
  }
  .scn-yakuin-wrap {
    margin: 100px 50px 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .scn-yakuin-wrap img {
    display: block;
    width: 250px;
    margin-right: 20px;
  }
  .scn-yakuin-prof {
    width: 650px;
    border-left: 4px solid #58b2dc;
    padding-left: 20px;
  }
  .scn-yakuin-prof-name {
    font-size: 160%;
    font-family: filson-pro, a-otf-midashi-go-mb31-pr6n, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    line-height: 1.5em;
  }
  .scn-yakuin-prof-detail {
    line-height: 2em;
  }
  .scn-pagenation h2 {
    display: none;
  }
  .scn-pagenation .pagination {
    text-align: center;
  }
  .scn-pagenation .nav-links {
    display: flex;
    justify-content: center;
  }
  .scn-pagenation .nav-links .prev,
  .scn-pagenation .nav-links .next {
    position: relative;
  }
  .scn-pagenation .nav-links .prev::before,
  .scn-pagenation .nav-links .next::before {
    position: absolute;
    font-family: dashicons;
    color: #000;
    font-size: 150%;
    line-height: 45px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .scn-pagenation .nav-links .prev::before {
    content: "\f141";
  }
  .scn-pagenation .nav-links .next::before {
    content: "\f139";
  }
  .scn-pagenation .page-numbers {
    display: block;
    text-decoration: none;
    width: 50px;
    line-height: 45px;
    margin: 0 5px;
    background-clip: padding-box;
    border-radius: 5px;
    border: 1px solid #000;
    color: #000;
  }
  .scn-pagenation .current {
    background: #58b2dc;
    border: 1px solid #58b2dc;
    color: #fff;
  }
  .scn-kyoryokutai-content {
    margin-top: 100px;
    background: #fbfcf8;
    padding: 60px 100px;
  }
  .scn-kyoryokutai-head {
    display: flex;
    margin-bottom: 50px;
  }
  .scn-kyoryokutai-head-thumbnail {
    width: 400px;
    order: 2;
  }
  .scn-kyoryokutai-head-title {
    text-align: center;
    align-self: center;
    margin: auto;
  }
  .scn-kyoryokutai-head-title h1 {
    display: inline-block;
    font-family: filson-pro, a-otf-midashi-go-mb31-pr6n, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 250%;
    margin-bottom: 20px;
    line-height: 1.8;
    border-bottom: 5px solid #58b2dc;
  }
  .scn-kyoryokutai-qanda dt {
    font-size: 120%;
    padding-bottom: 15px;
    border-bottom: 3px solid #e3e3e3;
    margin-bottom: 15px;
  }
  .scn-kyoryokutai-qanda dd {
    margin-bottom: 50px;
    line-height: 2em;
  }
  .scn-kyoryokutai-button {
    margin: 80px 0 auto auto;
  }
  .scn-top {
    position: relative;
  }
  .scn-top-slider {
    margin-top: 70px;
    width: 720px;
    height: 0;
    overflow: hidden;
    position: relative;
    padding-bottom: 445px;
    float: right;
    z-index: -1;
  }
  .scn-top-slider iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .scn-top-slider::after {
    content: '';
    width: 720px;
    height: 445px;
    display: block;
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 0;
    left: 0;
  }
  .scn-top-title {
    margin-top: -250px;
  }
  .scn-top-title-h {
    font-size: 200%;
    line-height: 1.5;
    margin-bottom: 20px;
    font-family: filson-pro, a-otf-midashi-go-mb31-pr6n, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  }
  .scn-top-title-name {
    line-height: 1.5;
    font-family: filson-pro, a-otf-midashi-go-mb31-pr6n, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    margin-bottom: 40px;
  }
  .scn-top-title-button {
    margin-bottom: 10px;
  }
  .scn-top-scroll {
    width: 100px;
    height: 300px;
    position: absolute;
    overflow: hidden;
    right: 50px;
    top: 60vh;
    /* アニメーション設定 */
  }
  .scn-top-scroll .arrowWrap {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 200px;
  }
  .scn-top-scroll .arrowWrap .arrowInner p {
    font-size: 12px;
    text-align: end;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .scn-top-scroll .arrowWrap .arrow {
    width: 1px;
    height: 100px;
    margin: 50px auto 0;
    background-color: #eee;
    position: relative;
    overflow: hidden;
  }
  .scn-top-scroll .arrowWrap .arrow::before {
    content: '';
    width: 1px;
    height: 100px;
    margin: 50px auto 0;
    background-color: #000;
    position: absolute;
    top: -150px;
    left: 0;
    -webkit-animation: arrow 2.5s ease 0s infinite normal;
    animation: arrow 2.5s ease 0s infinite normal;
  }
  .scn-top-left,
  .scn-top-right {
    width: 560px;
  }
  .scn-top-left {
    background: #fbfcf8;
    padding: 50px 40px;
    margin-left: 0;
  }
  .scn-top-right {
    padding: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .scn-top-right .fb-page {
    width: 100%;
    text-align: center;
  }
  .scn-top-newslist {
    margin-bottom: 50px;
  }
  .scn-top-newslist-box {
    margin-bottom: 1.5em;
  }
  .scn-top-newslist-box a {
    display: flex;
    color: #000;
  }
  .scn-top-newslist-date {
    margin-right: .5em;
  }
  .scn-top-button {
    float: right;
  }
  .scn-top-button-center {
    margin: 0 auto;
  }
  .scn-top-about p {
    margin: 1.5em 0 10px;
    line-height: 1.5em;
  }
  .scn-top-articlelist {
    width: 1020px;
    justify-content: space-between;
    margin: 50px 0 40px;
  }
  .scn-top-articlelist .scn-articlelist-box {
    margin: 0;
    padding: 0;
  }
  .scn-top-katsudou {
    margin-bottom: 150px;
  }
  .scn-top-katsudou p {
    line-height: 1.5em;
    margin: 0;
  }
  .scn-top-kyoryokutai p {
    line-height: 1.5em;
    margin: 0;
  }
  .scn-404error-box h2 {
    text-align: center;
    margin-bottom: 1em;
  }
  .scn-404error-box p {
    text-align: center;
    margin-bottom: 10px;
  }
  .scn-404error-box p:last-of-type {
    margin-bottom: 50px;
  }
  .scn-map {
    width: 500px;
    height: auto;
    margin: 0 auto 100px;
  }
  .scn-map svg {
    width: 100%;
    height: auto;
  }
  .scn-map svg a .cls-1 {
    stroke: #d3d3d3;
    fill: rgba(255, 255, 255, 0);
  }
  .scn-map svg a .cls-2 {
    fill: none;
    display: block;
    z-index: 999;
    background: red;
  }
  .scn-map svg a :hover .cls-1 {
    fill: #58b2dc;
    transition: .3s;
  }
  .scn-map svg a :hover .cls-2 {
    fill: #000;
  }
  /* 予約カレンダー
-------------------------------------------*/
  div.monthly-calendar * {
    font-family: filson-pro, heisei-kaku-gothic-std, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  }
  div.monthly-prev-next {
    margin-top: -1em;
  }
  div.monthly-prev > *,
  div.monthly-next > * {
    color: #fff;
    background-color: #58b2dc;
    display: inline-block;
    padding: .5em 1em;
    border-radius: 5px;
    line-height: 1em;
    position: relative;
  }
  div.monthly-prev a,
  div.monthly-next a {
    color: #fff;
    text-decoration: none;
    transition: .3s;
  }
  div.monthly-prev a:hover,
  div.monthly-next a:hover {
    opacity: .8;
  }
  div.monthly-prev .no-link,
  div.monthly-next .no-link {
    background-color: #e4e4e4;
  }
  div.monthly-prev > * {
    padding-left: 2em;
  }
  div.monthly-prev > *:after {
    content: "\f141";
    font-family: dashicons;
    color: #fff;
    position: absolute;
    font-size: 130%;
    left: 10px;
    top: 50%;
    line-height: 1;
    transform: translate(0, -50%);
  }
  div.monthly-next > * {
    padding-right: 2em;
  }
  div.monthly-next > *:after {
    content: "\f139";
    font-family: dashicons;
    color: #fff;
    position: absolute;
    font-size: 130%;
    right: 10px;
    top: 50%;
    line-height: 1;
    transform: translate(0, -50%);
  }
  div .day-calendar * {
    font-family: filson-pro, heisei-kaku-gothic-std, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  }
  div .day-calendar-date {
    text-align: center;
    margin: 3em 0 1em;
  }
  div .day-calendar table {
    margin: 1em auto;
  }
  div .day-calendar table tr > * {
    border: 1px solid #bbbbbb;
    border-radius: 0;
  }
  div .day-calendar .scn-button {
    color: #000;
    text-decoration: none;
    margin: 30px auto;
    padding: 10px 15px 10px 30px;
  }
  div .day-calendar .scn-button:hover {
    color: #fff;
  }
  div .day-calendar .scn-button::after {
    content: "\f141";
    left: 10px;
  }
  .content-form fieldset {
    border: 1px solid #bbbbbb;
    width: 800px;
  }
  .content-form table {
    border-collapse: collapse;
    width: 80%;
    margin: 1em auto;
  }
  .content-form table tr {
    box-sizing: border-box;
    border-bottom: 1px solid #bbbbbb;
  }
  .content-form table tr:last-child {
    border: none;
  }
  .content-form table tr td {
    border: none;
  }
  .content-form table tr td > input,
  .content-form table tr td select,
  .content-form table tr td textarea {
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #666666;
    padding: .5em;
    background: none;
    border-radius: 0;
  }
  .content-form table tr td select {
    padding-right: 2em;
  }
  .content-form table tr td textarea {
    resize: vertical;
  }
  .content-form table tr td .booking-select {
    display: inline-block;
    position: relative;
  }
  .content-form table tr td .booking-select::after {
    content: "\f140";
    font-family: dashicons;
    position: absolute;
    font-size: 130%;
    right: .7em;
    top: 50%;
    line-height: 1;
    transform: translate(0, -50%);
    z-index: 10;
  }
  #action-button {
    margin-top: 3em;
  }
  #action-button button {
    font-family: filson-pro, heisei-kaku-gothic-std, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 1.1em;
    color: #fff;
    background-color: #58b2dc;
    display: inline-block;
    padding: .5em 2em;
    border: none;
    border-radius: 5px;
    line-height: 1em;
  }
  .booking-mark {
    display: block;
    width: 1em;
    height: 1em;
    margin: .5em auto;
    position: relative;
  }
  .booking-ok::before {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    border: 4px solid #58b2dc;
    left: 50%;
    transform: translate(-50%, 0);
    position: absolute;
  }
  .booking-ng::before {
    content: "−";
    color: #737373;
    line-height: 1em;
    width: 1em;
    text-align: center;
    vertical-align: top;
  }
  .booking-full::before,
  .booking-full::after {
    content: "";
    display: block;
    height: 1em;
    width: 0;
    border-left: 4px solid #737373;
    position: absolute;
    left: 50%;
  }
  .booking-full::before {
    transform: translate(-50%, 0) rotate(45deg);
  }
  .booking-full::after {
    transform: translate(-50%, 0) rotate(-45deg);
  }
  #bosyu-map > iframe {
    width: 100%;
  }
  /* #footer
-------------------------------------------*/
  #footer {
    min-width: 100%;
    position: relative;
    padding: 50px 0;
    border-top: #666666 1px solid;
    animation: fadeinup 2s;
  }
  #footer-contact {
    animation: fadeinup 2s;
    display: block;
    width: 1020px;
    height: 3em;
    margin: 0 auto 150px;
    font-size: 120%;
    font-family: filson-pro, a-otf-midashi-go-mb31-pr6n, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    border-radius: 10px;
    text-align: center;
    line-height: 3em;
    background-color: #58b2dc;
    color: #fff;
    text-decoration: none;
    position: relative;
  }
  #footer-contact span {
    position: relative;
    z-index: 1;
  }
  #footer-contact::before,
  #footer-contact::after {
    content: "";
    display: block;
    background-color: #666666;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    transition: .3s;
  }
  #footer-contact::before {
    left: 0;
    border-radius: 10px 0 0 10px;
  }
  #footer-contact::after {
    right: 0;
    border-radius: 0 10px 10px 0;
  }
  #footer-contact:hover:before,
  #footer-contact:hover:after {
    width: 0;
    background-color: #FFF;
  }
  #footer-contact:hover {
    color: #FFF;
  }
  #footer-contact-none {
    display: none;
  }
  #footer-wrap {
    width: 1020px;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
  }
  #footer-navi li {
    display: block;
  }
  #footer-navi a {
    display: inline-block;
    position: relative;
    padding: 10px 0 5px;
    color: #000;
    text-decoration: none;
    margin-bottom: 10px;
  }
  #footer-navi a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 3px;
    background: #58b2dc;
    transform: scale(0, 1);
    transform-origin: left;
    transition: 0.4s;
  }
  #footer-navi a:hover:before {
    transform: scale(1);
  }
  #footer-logo a img {
    height: 120px;
    display: block;
    margin: -10px auto 15px;
  }
  #footer-copyright {
    font-size: 70%;
  }
}
@media (min-width: 769px) and (max-width: 990px) {
  #header-navi {
    width: 60%;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  #header-navi-logo .sp {
    width: 170px;
    margin: 20px 0;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  .scn-p {
    width: 100%;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  .scn-entry .scn-p-lead {
    width: 90%;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  .scn-box {
    width: 90%;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  .scn-articlelist {
    width: 90%;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  .scn-articlelist::after {
    width: 32%;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  .scn-articlelist-box {
    width: 32%;
  }
}
@media (min-width: 769px) and (max-width: 1000px) {
  .scn-articlelist-news {
    width: 90%;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  .scn-top-articlelist {
    width: 100%;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  #footer-contact {
    width: 90%;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  #footer-wrap {
    width: 90%;
  }
}
@media (max-width: 1100px) {
  #header-navi-logo .pc {
    display: none;
  }
  #header-navi-logo .sp {
    display: block;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 4vw;
  }
  .pc {
    display: none;
  }
  /* #header
-------------------------------------------*/
  #header {
    height: 20vw;
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
    width: 100%;
    z-index: 99;
    animation: fadeindown 1.5s;
  }
  #header-logo {
    position: absolute;
    width: 40vw;
    left: -8vw;
  }
  #header-wrap {
    display: none;
    position: fixed;
    overflow: scroll;
    height: 90vh;
    width: 100%;
    background: #fff;
    z-index: 100;
    filter: drop-shadow(0 0 3vw rgba(0, 0, 0, 0.1));
  }
  #header-wrap.is-open {
    display: block;
  }
  #header-hamburger {
    display: block;
    width: 12vw;
    height: 12vw;
    position: fixed;
    top: 4vw;
    right: 4vw;
    z-index: 100;
    cursor: pointer;
  }
  #header-hamburger::before,
  #header-hamburger::after,
  #header-hamburger i {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -3vw;
    margin-top: -0.25vw;
    padding: 0;
    border: 0;
    width: 6vw;
    height: 0.5vw;
    background: #737373;
    transition: all .3s;
  }
  #header-hamburger::before {
    transform: translateY(-2vw);
  }
  #header-hamburger::after {
    transform: translateY(2vw);
  }
  #header-hamburger.is-open::before {
    transform: translateY(0) rotate(45deg);
  }
  #header-hamburger.is-open::after {
    transform: translateY(0) rotate(-45deg);
  }
  #header-hamburger.is-open i {
    opacity: 0;
    transform: scale(0);
  }
  #header-navi ul {
    list-style: none;
    padding: 5vh 0;
    margin-bottom: 5vh;
  }
  #header-navi li {
    text-align: center;
    display: block;
    padding: 2vh 0;
  }
  #header-navi a {
    display: block;
    color: #000;
    width: 100%;
    line-height: 1.5em;
  }
  #header-navi-logo {
    width: 60%;
    margin: 10vh auto 5vh;
  }
  #header-name {
    width: 40%;
    margin: 2vw auto;
  }
  /* #main
-------------------------------------------*/
  #main {
    margin: 0 auto;
    padding: 20vw 0 0;
    overflow: hidden;
    animation: fadeinup 2s;
  }
  /* scnモジュール
-------------------------------------------*/
  .scn-inview-fadeinup {
    transform: translateY(10vw);
    opacity: 0;
    transition: all .3s;
  }
  .scn-inview-fadeinup.is-active {
    transform: translateY(0);
    opacity: 1;
  }
  .scn-entry {
    margin: 0 auto;
    line-height: 2.5;
    padding: 0 0;
    overflow: hidden;
    /* 個別記事用一般タグ
		-------------------------------------------*/
  }
  .scn-entry .aligncenter {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .scn-entry .alignright {
    text-align: right;
    display: block;
    float: right;
  }
  .scn-entry ul,
  .scn-entry ol {
    padding-left: 2em;
  }
  .scn-entry dl {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 1em 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    line-height: 1.8;
  }
  .scn-entry dl + dl {
    margin-top: -1px;
  }
  .scn-entry dl dt {
    width: 30%;
    vertical-align: middle;
    text-align: center;
    line-height: 1.5;
  }
  .scn-entry dl dt p {
    margin: 0;
  }
  .scn-entry dl dd {
    width: 70%;
    text-align: left;
    padding-left: 1em;
    line-height: 1.5;
  }
  .scn-entry dl dd p {
    margin: 0;
  }
  .scn-entry dl dd ul,
  .scn-entry dl dd ol {
    line-height: 1.5;
    margin: 2em 0;
  }
  .scn-entry .aligncenter {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .scn-entry .alignright {
    text-align: right;
    display: block;
    float: right;
  }
  .scn-h1 {
    width: 100%;
    background: #fbfcf8;
    font-size: 150%;
    font-family: filson-pro, a-otf-midashi-go-mb31-pr6n, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    margin: 10vw auto 15vw;
    padding: 1em 0;
    text-align: center;
    color: #000;
    letter-spacing: .1em;
    line-height: 2.5;
  }
  .scn-h1::before,
  .scn-h1::after {
    content: "";
    display: inline-block;
    width: 1em;
    border-bottom: 2px solid #000;
    margin: 0 .5em .3em;
  }
  .scn-h2 {
    font-size: 130%;
    line-height: 1.5;
    color: #000;
    margin: 1em auto 2em;
    padding: 20vw .25em 0;
    text-align: center;
  }
  .scn-h2[data-number] {
    position: relative;
  }
  .scn-h2[data-number]::before {
    content: attr(data-number);
    display: table;
    font-size: 200%;
    color: #58b2dc;
    font-weight: bold;
    position: absolute;
    left: 50%;
    top: 3vw;
    transform: translate(-50%, 0);
  }
  .scn-h2-top {
    font-family: filson-pro, a-otf-midashi-go-mb31-pr6n, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    margin-bottom: 5vw;
    line-height: 1em;
  }
  .scn-h2-top::first-letter {
    font-size: 150%;
    color: #58b2dc;
  }
  .scn-box {
    width: 90%;
    margin: 0 auto 20vw;
  }
  .scn-box-left,
  .scn-box-right {
    padding-top: 40vw;
  }
  .scn-box-left-inner,
  .scn-box-right-inner {
    background: rgba(255, 255, 255, 0.8);
  }
  .scn-box-about01 {
    background: url('https://saga-kyoryokutai.net/wp-content/themes/kyoryokutainet/assets/less/../img/about-01.jpg');
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100%;
  }
  .scn-box-about02 {
    background: url('https://saga-kyoryokutai.net/wp-content/themes/kyoryokutainet/assets/less/../img/about-02.jpg');
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100%;
  }
  .scn-box-about03 {
    background: url('https://saga-kyoryokutai.net/wp-content/themes/kyoryokutainet/assets/less/../img/about-03.jpg');
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100%;
    margin-bottom: 10vw;
  }
  .about .scn-box.scn-col2 > * {
    width: 100%;
    height: 5em;
    line-height: 1.5em;
    background: #58b2dc;
    border-radius: 10px;
    padding: 0 5vw 0 20vw;
    margin-bottom: 3vw;
    display: flex;
    align-items: center;
  }
  .about .scn-box.scn-col2 > *[data-number] {
    position: relative;
  }
  .about .scn-box.scn-col2 > *[data-number]::before {
    content: attr(data-number);
    display: table;
    font-size: 250%;
    color: #fff;
    line-height: 1.1em;
    font-weight: bold;
    position: absolute;
    left: 7vw;
    width: 1em;
    top: 50%;
    border-right: 3px solid #fff;
    transform: translate(0, -50%);
  }
  .scn-p {
    line-height: 2;
  }
  .scn-p-lead {
    text-align: center;
    line-height: 2em;
    margin-bottom: 10vw;
  }
  .scn-button {
    display: table;
    border: 1px solid #000;
    color: #000;
    border-radius: 5px;
    padding: 3vw 8vw 3vw 5vw;
    position: relative;
    line-height: 1;
    background: none;
    cursor: pointer;
  }
  .scn-button::after {
    content: "\f139";
    font-family: dashicons;
    position: absolute;
    font-size: 130%;
    right: .5em;
    top: 50%;
    line-height: 1;
    transform: translate(0, -50%);
  }
  .scn-button-about {
    margin: 5vw 0 0 auto;
  }
  .scn-yakuin-button {
    margin: 10vw auto 20vw;
  }
  .scn-yakuin-button > .scn-button {
    margin: 0 0 5vw auto;
  }
  .scn-yakuin-wrap {
    margin-bottom: 20vw;
  }
  .scn-yakuin-wrap img {
    margin-top: 1em;
  }
  .scn-yakuin-prof-position {
    line-height: 1.2em;
  }
  .scn-yakuin-prof-name {
    font-size: 160%;
    font-family: filson-pro, a-otf-midashi-go-mb31-pr6n, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    line-height: 1.5em;
    border-bottom: 4px solid #58b2dc;
    margin-bottom: .5em;
  }
  .scn-yakuin-prof-detail {
    line-height: 2em;
  }
  .scn-articlelist {
    width: 90%;
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .kyoryokutai .scn-articlelist {
    display: block;
  }
  .scn-articlelist-box {
    flex-basis: 48%;
    margin-bottom: 10vw;
  }
  .scn-articlelist-box[data-status="募集終了"] .scn-articlelist-thumbnail {
    position: relative;
  }
  .scn-articlelist-box[data-status="募集終了"] .scn-articlelist-thumbnail::after {
    content: "募集終了";
    display: block;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    font-size: 1.2em;
    text-align: center;
    padding-top: 26%;
    font-family: filson-pro, a-otf-midashi-go-mb31-pr6n, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: bold;
  }
  .scn-articlelist::after {
    content: "";
    display: block;
    width: 48%;
  }
  .scn-articlelist-kyoryokutai-category {
    display: flex;
    flex-wrap: wrap;
  }
  .scn-articlelist-kyoryokutai-category a[rel="tag"] {
    padding: 2vw;
    margin: 2vw 2vw 0 0;
    display: inline-block;
    top: 0;
    left: 0;
    font-size: .9em;
    line-height: 1;
    background: #58b2dc;
    color: #fff;
    border-radius: 5px;
  }
  .scn-articlelist-kyoryokutai-title {
    color: #000;
    font-size: 1.3em;
    line-height: 1.7;
    margin-top: 2vw;
  }
  .scn-articlelist-kyoryokutai-title.scn-bosyu {
    font-size: 1.1em;
    line-height: 1.5;
  }
  .scn-articlelist-blog-date {
    color: #737373;
    font-size: .9em;
    margin: .5em 0;
    line-height: 1em;
  }
  .scn-articlelist-blog-title {
    color: #000;
    font-size: 1em;
    line-height: 1.5;
  }
  .scn-articlelist-news {
    width: 90%;
    margin: 20vw auto;
  }
  .scn-articlelist-news-box {
    margin-bottom: 10vw;
  }
  .scn-articlelist-news-date {
    color: #000;
    border-bottom: 3px solid #58b2dc;
  }
  .scn-articlelist-news-title {
    color: #000;
    font-size: 1.1em;
  }
  .scn-article-box {
    margin: 10vw auto;
  }
  .scn-article-button {
    margin: 0 auto 30vw;
  }
  .scn-article-title {
    padding-bottom: 3vw;
    border-bottom: 3px solid #58b2dc;
    margin-bottom: 3vw;
    font-size: 140%;
    line-height: 1.3;
  }
  .scn-article-title[data-status="募集終了"] {
    position: relative;
  }
  .scn-article-title[data-status="募集終了"]::before {
    content: "募集終了";
    display: inline-block;
    color: #fff;
    background: #db3737;
    font-size: .9em;
    padding: .1em .5em;
    margin-right: .5em;
    border-radius: 5px;
  }
  .scn-article-date {
    color: #737373;
    text-align: right;
    margin-bottom: 10vw;
  }
  .scn-article-content.information {
    margin-bottom: 30vw;
  }
  .scn-article-content.information p {
    margin: 10vw 0;
  }
  .scn-kyoryokutai-head-title {
    text-align: center;
    align-self: center;
    margin: 10vw auto 0;
  }
  .scn-kyoryokutai-head-title h1 {
    display: inline-block;
    font-family: filson-pro, a-otf-midashi-go-mb31-pr6n, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 250%;
    margin-bottom: .5em;
    line-height: 1.8;
    border-bottom: 5px solid #58b2dc;
  }
  .scn-kyoryokutai-qanda {
    margin: 20vw 0;
  }
  .scn-kyoryokutai-qanda dt {
    font-size: 120%;
    padding-bottom: 1em;
    border-bottom: 3px solid #e3e3e3;
    margin-bottom: 1em;
  }
  .scn-kyoryokutai-qanda dd {
    margin-bottom: 10vw;
    line-height: 2em;
  }
  .scn-kyoryokutai-button {
    margin: 20vw 0 auto auto;
  }
  .scn-pagenation {
    margin: 100px auto;
  }
  .scn-pagenation h2 {
    display: none;
  }
  .scn-pagenation .pagination {
    text-align: center;
  }
  .scn-pagenation .nav-links {
    display: flex;
    justify-content: center;
  }
  .scn-pagenation .nav-links .prev,
  .scn-pagenation .nav-links .next {
    position: relative;
  }
  .scn-pagenation .nav-links .prev::before,
  .scn-pagenation .nav-links .next::before {
    position: absolute;
    font-family: dashicons;
    color: #000;
    font-size: 150%;
    line-height: 45px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .scn-pagenation .nav-links .prev::before {
    content: "\f141";
  }
  .scn-pagenation .nav-links .next::before {
    content: "\f139";
  }
  .scn-pagenation .page-numbers {
    display: block;
    text-decoration: none;
    width: 50px;
    line-height: 45px;
    margin: 0 5px;
    background-clip: padding-box;
    border-radius: 5px;
    border: 1px solid #000;
    color: #000;
  }
  .scn-pagenation .current {
    background: #58b2dc;
    border: 1px solid #58b2dc;
    color: #fff;
  }
  .scn-top {
    position: relative;
  }
  .scn-top-slider {
    width: 102vw;
    height: 0;
    overflow: hidden;
    position: relative;
    padding-bottom: 80vw;
    margin: 0 -6% 0 -6%;
    z-index: -1;
  }
  .scn-top-slider iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .scn-top-slider::after {
    content: '';
    width: 102vw;
    height: 80vw;
    display: block;
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 0;
    left: 0;
  }
  .scn-top-title {
    padding: 0;
    margin-top: 10vw;
    width: 100%;
  }
  .scn-top-title-h {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 5vw;
    font-family: filson-pro, a-otf-midashi-go-mb31-pr6n, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  }
  .scn-top-title-name {
    line-height: 1.5;
    font-family: filson-pro, a-otf-midashi-go-mb31-pr6n, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    margin-bottom: 10vw;
  }
  .scn-top-title-button {
    margin-bottom: 2vw;
    display: inline-block;
  }
  .scn-top-title-button-wrap {
    text-align: left;
  }
  .scn-top-scroll {
    display: none;
  }
  .scn-top-left,
  .scn-top-right {
    padding: 10vw 5vw;
    margin: 5vw -5vw;
    width: 100vw;
  }
  .scn-top-left {
    background: #fbfcf8;
    padding-bottom: 20vw;
  }
  .scn-top-newslist {
    margin-bottom: 10vw;
  }
  .scn-top-newslist-box {
    margin-bottom: 1em;
  }
  .scn-top-newslist-box a {
    display: flex;
    color: #000;
  }
  .scn-top-newslist-date {
    margin-right: .5em;
  }
  .scn-top-kyoryokutai,
  .scn-top-katsudou {
    margin: 0 0 30vw;
    width: 100vw;
    padding: 0 0 0 5vw;
  }
  .scn-top-katsudou {
    margin-bottom: 30vw;
  }
  .scn-top-button {
    float: right;
  }
  .scn-top-button-center {
    margin: 0 auto;
  }
  .scn-top-articlelist {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    justify-content: space-between;
    margin: 10vw 0 10vw;
  }
  .scn-top-articlelist .scn-articlelist-box {
    flex: none;
    margin: 0 3vw 0 0;
    padding: 0;
    width: 95%;
  }
  .scn-top-articlelist .scn-articlelist-box.scn-inview-fadeinup {
    transform: translateY(0);
    opacity: 1;
  }
  .scn-top-articlelist .scn-articlelist-thumbnail {
    width: 100%;
  }
  .scn-top-articlelist .scn-articlelist-thumbnail img {
    width: 100%;
  }
  .scn-404error-box h2 {
    text-align: center;
    margin-bottom: 1em;
  }
  .scn-404error-box p {
    text-align: center;
    margin-bottom: 5vw;
  }
  .scn-404error-box p:last-of-type {
    margin-bottom: 20vw;
  }
  /* 予約カレンダー
-------------------------------------------*/
  div.monthly-calendar * {
    font-family: filson-pro, heisei-kaku-gothic-std, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  }
  div.monthly-prev-next {
    margin-top: -1em;
  }
  div.monthly-prev > *,
  div.monthly-next > * {
    color: #fff;
    background-color: #58b2dc;
    display: inline-block;
    border-radius: 5px;
    padding: 3vw 5vw;
    position: relative;
    line-height: 1;
  }
  div.monthly-prev a,
  div.monthly-next a {
    color: #fff;
    text-decoration: none;
    transition: .3s;
  }
  div.monthly-prev a:hover,
  div.monthly-next a:hover {
    opacity: .8;
  }
  div.monthly-prev .no-link,
  div.monthly-next .no-link {
    background-color: #e4e4e4;
  }
  div.monthly-prev > * {
    padding-left: 8vw;
  }
  div.monthly-prev > *:after {
    content: "\f141";
    font-family: dashicons;
    color: #fff;
    position: absolute;
    font-size: 130%;
    left: .5em;
    top: 50%;
    line-height: 1;
    transform: translate(0, -50%);
  }
  div.monthly-next > * {
    padding-right: 8vw;
  }
  div.monthly-next > *:after {
    content: "\f139";
    font-family: dashicons;
    color: #fff;
    position: absolute;
    font-size: 130%;
    right: .5em;
    top: 50%;
    line-height: 1;
    transform: translate(0, -50%);
  }
  div .day-calendar * {
    font-family: filson-pro, heisei-kaku-gothic-std, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  }
  div .day-calendar-date {
    text-align: center;
    margin: 3em 0 1em;
  }
  div .day-calendar table {
    margin: 1em auto;
    width: 100%;
  }
  div .day-calendar table tr > * {
    border: 1px solid #bbbbbb;
    border-radius: 0;
  }
  div .day-calendar .scn-button {
    color: #000;
    text-decoration: none;
    margin: 1em auto;
    padding: 3vw 5vw 3vw 8vw;
  }
  div .day-calendar .scn-button:hover {
    color: #fff;
  }
  div .day-calendar .scn-button::after {
    content: "\f141";
    left: .5em;
  }
  .content-form fieldset {
    border: 1px solid #bbbbbb;
    width: 100%;
    padding: 0;
  }
  .content-form table {
    border-collapse: collapse;
    width: 95%;
    margin: 1em auto;
  }
  .content-form table tr {
    box-sizing: border-box;
    border-bottom: 1px solid #bbbbbb;
  }
  .content-form table tr > * {
    display: block;
    width: 100%;
  }
  .content-form table tr:last-child {
    border: none;
  }
  .content-form table tr th {
    text-align: left;
    padding: .5em 0 0;
  }
  .content-form table tr td {
    border: none;
    padding: .5em 0;
  }
  .content-form table tr td > input,
  .content-form table tr td select,
  .content-form table tr td textarea,
  .content-form table tr td text {
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #666666;
    padding: .5em;
    background: none;
    border-radius: 0;
    width: 100%;
  }
  .content-form table tr td .content-text.medium,
  .content-form table tr td .content-text.fat {
    width: 100%;
  }
  .content-form table tr td select {
    padding-right: 2em;
  }
  .content-form table tr td textarea {
    resize: vertical;
  }
  .content-form table tr td .booking-select {
    display: inline-block;
    position: relative;
    width: 100%;
  }
  .content-form table tr td .booking-select::after {
    content: "\f140";
    font-family: dashicons;
    position: absolute;
    font-size: 130%;
    right: .7em;
    top: 50%;
    line-height: 1;
    transform: translate(0, -50%);
    z-index: 10;
  }
  #action-button {
    margin-top: 2em;
  }
  #action-button button {
    font-family: filson-pro, heisei-kaku-gothic-std, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 1.1em;
    color: #fff;
    background-color: #58b2dc;
    display: inline-block;
    padding: 3vw 7vw;
    border: none;
    border-radius: 5px;
    line-height: 1em;
  }
  .booking-mark {
    display: block;
    width: 1em;
    height: 1em;
    margin: .5em auto;
    position: relative;
  }
  .booking-ok::before {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    border: 4px solid #58b2dc;
    left: 50%;
    transform: translate(-50%, 0);
    position: absolute;
  }
  .booking-ng::before {
    content: "−";
    color: #737373;
    line-height: 1em;
    width: 1em;
    text-align: center;
    vertical-align: top;
  }
  .booking-full::before,
  .booking-full::after {
    content: "";
    display: block;
    height: 1em;
    width: 0;
    border-left: 4px solid #737373;
    position: absolute;
    left: 50%;
  }
  .booking-full::before {
    transform: translate(-50%, 0) rotate(45deg);
  }
  .booking-full::after {
    transform: translate(-50%, 0) rotate(-45deg);
  }
  #bosyu-map > iframe {
    width: 100%;
  }
  /* #footer
-------------------------------------------*/
  #footer {
    width: 100%;
    position: relative;
    padding: 10vw 0;
    border-top: #666666 1px solid;
    animation: fadeinup 2s;
  }
  #footer-contact {
    animation: fadeinup 2s;
    display: block;
    width: 90%;
    height: 3em;
    margin: 0 auto 10vw;
    font-size: 1.1rem;
    font-family: filson-pro, a-otf-midashi-go-mb31-pr6n, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    border-radius: 5px;
    text-align: center;
    line-height: 3em;
    background-color: #58b2dc;
    color: #fff;
    text-decoration: none;
  }
  #footer-contact-none {
    display: none;
  }
  #footer-wrap {
    width: 90%;
    margin: 0 auto;
    position: relative;
  }
  #footer-navi li {
    display: block;
    text-align: center;
    margin-bottom: 3vw;
  }
  #footer-navi a {
    display: inline-block;
    position: relative;
    color: #000;
    text-decoration: none;
  }
  #footer-logo a img {
    height: 30vw;
    display: block;
    margin: 10vw auto 5vw;
  }
  #footer-copyright {
    font-size: 70%;
    text-align: center;
  }
}
/* モジュール（共通部分）
-------------------------------------------*/
.ss-p {
  line-height: 2.5;
}
.ss-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-dasharray: 3000;
  stroke-dashoffset: 3000;
}
.ss-logo ,_:-ms-lang(x)::-ms-backdrop,_:-ms-lang(x) {
  stroke-dasharray: 0;
  stroke-dashoffset: 0;
}
.ss-logo-1 {
  animation: logo1 2s linear 1s forwards;
}
.ss-logo-2 {
  animation: logo2 2s linear 1.25s forwards;
}
.ss-logo-2 ,_:-ms-lang(x)::-ms-backdrop,_:-ms-lang(x) {
  fill: #fff;
}
.ss-logo-3 {
  animation: logo1 2s linear 1.5s forwards;
}
.ss-logo-4 {
  animation: logo1 2s linear 1.8s forwards;
}
.ss-logo-5 {
  animation: logo1 2s linear 1.9s forwards;
}
.ss-logo-6 {
  animation: logo1 2s linear 2.2s forwards;
}
.ss-logo-7 {
  animation: logo1 2s linear 2.4s forwards;
}
.ss-logo-8 {
  animation: logo1 2s linear 2.5s forwards;
}
.ss-logo-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 80%;
}
.ss-pagenation {
  background: #58b2dc;
  color: #fff;
  display: flex;
  text-align: center;
  line-height: 4em;
}
.ss-pagenation a {
  display: block;
  width: 20%;
  color: #fff;
  border-right: 1px solid #fff;
  text-decoration: none;
}
.ss-pagenation-select {
  width: 60%;
  position: relative;
  flex-grow: 1;
}
.ss-pagenation-select div {
  position: absolute;
  width: 100%;
  height: 100%;
}
.ss-pagenation-select div:after {
  content: "\f347";
  font-family: dashicons;
  position: absolute;
  right: 1em;
  font-size: 150%;
}
.ss-pagenation-select select {
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.ss-pagenation-select + a {
  border-left: 1px solid #fff;
  border-right: 0;
}
.wpcf7-spinner {
  display: none !important;
}
