@charset "UTF-8";
/* --------------------------------------------------------
-----------------------------------------------------------
 Page-head01
-----------------------------------------------------------
----------------------------------------------------------- */
.Page-head {
  position: relative;
  padding-top: 8px;
  margin-bottom: 35px;
}

.Page-head .breadcrumb,
.Page-head .breadcrumb a {
  color: #222222;
}

.Page-head .breadcrumb {
  /* @mixin:SP-content-body */
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  font-size: 10px;
  line-height: 1.3;
  z-index: 50;
}

.Page-head .breadcrumb a {
  text-decoration: none;
}

.Page-head .breadcrumb .breadcrumb-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.Page-head .breadcrumb .breadcrumb-inner > div {
  margin-right: 0.3em;
}

.Page-head .breadcrumb ul {
  /* @mixin:clearfix */
  list-style: none;
  padding: 0;
}
.Page-head .breadcrumb ul:after {
  /* @mixin:clearfix */
  content: "";
  display: block;
  clear: both;
}

.Page-head .breadcrumb li {
  float: left;
  line-height: 1.3;
  padding-right: 0.3em;
}

.Page-head .breadcrumb .sitemap-item .arrow {
  padding-right: 0.3em;
}

.Page-head .page-title {
  font-family: "Zen Kaku Gothic New", "游ゴシック", "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #71afe2;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-size: 24px;
  padding: 32px 5px 0;
}

.Page-head .sub-image {
  position: relative;
  z-index: 0;
}
.Page-head .sub-image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.1);
}

.Page-head .sub-image img {
  width: 100%;
}

.Page-head .sub-image ~ .page-title {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 20;
  color: #FFF;
  right: 0;
  padding: 0;
  text-shadow: rgba(0, 0, 0, 0.2) 2px 2px 3px;
  padding-top: 23px;
}

.Page-head .sub-image ~ .page-title > span {
  display: table;
  width: 100%;
  height: 100%;
}

.Page-head .sub-image ~ .page-title > span > span {
  display: table-cell;
  vertical-align: middle;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Page-head02
-----------------------------------------------------------
----------------------------------------------------------- */
body.Page-head02 #Page-head02 {
  position: relative;
}

body.Page-head02 #Page-head02 .breadcrumb,
body.Page-head02 #Page-head02 .breadcrumb a {
  color: #FFF;
}

body.Page-head02 #Page-head02 .breadcrumb {
  position: relative;
  background-color: #3d7abc;
  padding: 4px 10px;
  font-size: 10px;
  line-height: 1.3;
  z-index: 50;
}

body.Page-head02 #Page-head02 .breadcrumb a {
  text-decoration: none;
}

body.Page-head02 #Page-head02 .breadcrumb .home,
body.Page-head02 #Page-head02 .breadcrumb .wb-sitemap {
  display: inline-block;
  vertical-align: middle;
}

body.Page-head02 #Page-head02 .breadcrumb .home {
  padding-bottom: 2px;
}

body.Page-head02 #Page-head02 .breadcrumb ul {
  /* @mixin:clearfix */
  list-style: none;
  padding: 0;
}
body.Page-head02 #Page-head02 .breadcrumb ul:after {
  /* @mixin:clearfix */
  content: "";
  display: block;
  clear: both;
}

body.Page-head02 #Page-head02 .breadcrumb li {
  float: left;
  line-height: 1.3;
}

body.Page-head02 #Page-head02 .breadcrumb li + li {
  padding-left: 0.5em;
}

body.Page-head02 #Page-head02 .breadcrumb li:first-child {
  display: none;
}

body.Page-head02 #Page-head02 .page-title {
  font-family: "Zen Kaku Gothic New", "游ゴシック", "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #71afe2;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-size: 22px;
  padding: 30px 5px 0;
}

body.Page-head02 #Page-head02 .sub-image {
  position: relative;
  z-index: 0;
}
body.Page-head02 #Page-head02 .sub-image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.1);
}

body.Page-head02 #Page-head02 .sub-image img {
  width: 100%;
}

body.Page-head02 #Page-head02 .sub-image ~ .page-title {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 20;
  color: #FFF;
  right: 0;
  padding: 0;
  text-shadow: rgba(0, 0, 0, 0.2) 2px 2px 3px;
  padding-top: 23px;
}

body.Page-head02 #Page-head02 .sub-image ~ .page-title > span {
  display: table;
  width: 100%;
  height: 100%;
}

body.Page-head02 #Page-head02 .sub-image ~ .page-title > span > span {
  display: table-cell;
  vertical-align: middle;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Page-head03
-----------------------------------------------------------
----------------------------------------------------------- */
body.Page-head03 #Page-head03 {
  background-color: #e7ebec;
  position: relative;
  box-shadow: inset 0 0 5px 1px rgba(0, 0, 0, 0.02);
}

body.Page-head03 #Page-head03 .breadcrumb,
body.Page-head03 #Page-head03 .breadcrumb a {
  color: #3d7abc;
}

body.Page-head03 #Page-head03 .breadcrumb {
  padding: 4px 10px 0;
  font-size: 10px;
  line-height: 1.3;
  z-index: 50;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

body.Page-head03 #Page-head03 .breadcrumb a {
  text-decoration: none;
}

body.Page-head03 #Page-head03 .breadcrumb .home,
body.Page-head03 #Page-head03 .breadcrumb .wb-sitemap {
  display: inline-block;
  vertical-align: middle;
}

body.Page-head03 #Page-head03 .breadcrumb .home {
  padding-bottom: 2px;
}

body.Page-head03 #Page-head03 .breadcrumb ul {
  /* @mixin:clearfix */
  list-style: none;
  padding: 0;
}
body.Page-head03 #Page-head03 .breadcrumb ul:after {
  /* @mixin:clearfix */
  content: "";
  display: block;
  clear: both;
}

body.Page-head03 #Page-head03 .breadcrumb li {
  float: left;
  line-height: 1.3;
}
body.Page-head03 #Page-head03 .breadcrumb li:first-child {
  display: none;
}

body.Page-head03 #Page-head03 .breadcrumb li + li {
  padding-left: 0.5em;
}

body.Page-head03 #Page-head03 .page-title {
  font-family: "Zen Kaku Gothic New", "游ゴシック", "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #71afe2;
  position: relative;
  z-index: 20;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-size: 21px;
  padding: 28px 5px 23px;
}

body.Page-head03 #Page-head03 .sub-image {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
body.Page-head03 #Page-head03 .sub-image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.1);
}

body.Page-head03 #Page-head03 .sub-image img {
  width: 100%;
}

body.Page-head03 #Page-head03 .sub-image ~ .breadcrumb,
body.Page-head03 #Page-head03 .sub-image ~ .breadcrumb a {
  color: #FFF;
  text-shadow: rgba(0, 0, 0, 0.2) 2px 2px 3px;
}

body.Page-head03 #Page-head03 .sub-image ~ .page-title {
  color: #FFF;
  text-shadow: rgba(0, 0, 0, 0.2) 2px 2px 3px;
  padding: 32px 5px 28px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Header
-----------------------------------------------------------
----------------------------------------------------------- */
.Header {
  padding-top: 56px;
}

.Header .Header-in-wrap {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 56px;
  box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.12);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}

.Header .header-main,
.Header .top-wrap {
  width: 100%;
}

.Header .top-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Header-nav
-----------------------------------------------------------
----------------------------------------------------------- */
.Header-nav {
  position: fixed;
  top: 56px;
  right: -100%;
  width: 100%;
  overflow: auto !important;
  -webkit-overflow-scrolling: touch;
  height: calc(100% - 56px);
  z-index: 200;
  padding: 45px 30px 40px;
  transition: all 0.4s;
  background: #ffffffe6;
}

body.MOD-nav-open .Header-nav {
  right: 0;
}

/*
---------------------------------------------------------
logo-wrap
--------------------------------------------------------- */
.Header .logo-wrap a {
  text-decoration: none;
  color: #333;
}

.Header .logo-wrap img {
  height: 28px;
}

.Header .logo-wrap a h1 {
  font-size: 9px;
}

/*
---------------------------------------------------------
today-time-wrap
--------------------------------------------------------- */
.Header .today-time-wrap a {
  display: block;
  font-size: 11px;
  line-height: 1.5;
  text-align: center;
  margin-left: 5px;
  padding: 3px 12px;
  color: #fff;
  background-color: #72afe2;
  border-radius: 7px;
}

/*
---------------------------------------------------------
btn-sp-nav
--------------------------------------------------------- */
.Header .btn-sp-nav .menu-icon {
  display: block;
  position: relative;
  cursor: pointer;
  width: 45px;
  height: 45px;
}

.Header .btn-sp-nav .menu-icon span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  height: 1px;
  background: #333;
  width: 50%;
  left: 11px;
}

.Header .btn-sp-nav .menu-icon span:nth-of-type(1) {
  top: 14px;
}

.Header .btn-sp-nav .menu-icon span:nth-of-type(2) {
  top: 22px;
}

.Header .btn-sp-nav .menu-icon span:nth-of-type(3) {
  bottom: 14px;
}

body.MOD-nav-open .Header .btn-sp-nav .menu-icon span:nth-of-type(1) {
  top: 16px;
  left: 11px;
  transform: translateY(6px) rotate(-45deg);
  width: 46%;
}

body.MOD-nav-open .Header .btn-sp-nav .menu-icon span:nth-of-type(2) {
  opacity: 0;
}

body.MOD-nav-open .Header .btn-sp-nav .menu-icon span:nth-of-type(3) {
  top: 28px;
  left: 11px;
  transform: translateY(-6px) rotate(45deg);
  width: 46%;
}

/*
-----------------------------------------------------------
Header-nav
----------------------------------------------------------- */
/*
-----------------------------------------------------------
time-wrap
----------------------------------------------------------- */
.Header .Header-nav .time-wrap {
  display: block;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #86aec2;
  background: rgba(255, 255, 255, 0.90196);
  padding: 10px;
  margin: 0 0 30px;
}

.Header .Header-nav .time-wrap .title-wrap {
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Header .Header-nav .time-wrap .title-wrap::before,
.Header .Header-nav .time-wrap .title-wrap::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #86aec2;
}

.Header .Header-nav .time-wrap .title-wrap span {
  margin: 0 10px;
}

.Header .Header-nav .time-wrap .text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 3px 0 0;
  gap: 6px;
  flex-direction: column;
  align-items: center;
}

.Header .Header-nav .time-wrap .text-wrap .am-wrap,
.Header .Header-nav .time-wrap .text-wrap .pm-wrap {
  display: flex;
  align-items: center;
}

.Header .Header-nav .time-wrap .text-wrap .am-wrap span.am,
.Header .Header-nav .time-wrap .text-wrap .pm-wrap span.pm {
  background-color: #e7ebec;
  color: #3d7abc;
  font-size: 12px;
  font-weight: 600;
  padding: 2px 7px 2px 6px;
  margin: 0 8px 0 0;
  letter-spacing: 0.005rem;
  line-height: 1;
}

.Header .Header-nav .time-wrap .text-wrap .am-wrap span.am {
  margin-right: 26px;
}

.Header .Header-nav .time-wrap .text-wrap .am-wrap span.time,
.Header .Header-nav .time-wrap .text-wrap .pm-wrap span.time {
  background-color: transparent;
  color: #3d7abc;
  font-family: Arial, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
}

.Header .Header-nav > ul {
  position: relative;
  z-index: 10;
}

.Header .Header-nav > ul > li + li {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #86aec2;
}

.Header .Header-nav > ul > li > a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  position: relative;
  text-decoration: none;
  color: #333;
}

.Header .Header-nav > ul > li > a::before,
.Header .Header-nav > ul > li > a:after {
  content: "";
  width: 1px;
  height: 15px;
  background: #333;
  position: absolute;
  transition: all 0.3s;
}

.Header .Header-nav > ul > li > a::before {
  top: 10px;
  right: 20px;
}

.Header .Header-nav > ul > li > a:after {
  top: 10px;
  right: 20px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.Header .Header-nav > ul > li:nth-child(3) > a::before,
.Header .Header-nav > ul > li:nth-child(3) > a:after,
.Header .Header-nav > ul > li:nth-child(5) > a::before,
.Header .Header-nav > ul > li:nth-child(5) > a:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  border-radius: 9999px;
  background-color: #333333;
  transform-origin: calc(100% - 0.5px) 50%;
}

.Header .Header-nav > ul > li:nth-child(3) > a::before,
.Header .Header-nav > ul > li:nth-child(5) > a::before {
  top: 20px;
  right: 18px;
  transform: rotate(45deg);
}

.Header .Header-nav > ul > li:nth-child(3) > a:after,
.Header .Header-nav > ul > li:nth-child(5) > a:after {
  top: 20px;
  right: 18px;
  transform: rotate(-45deg);
}

.Header .Header-nav > ul > li > a.MOD-open::before {
  transform: rotate(90deg);
}

.Header .Header-nav > ul > li > a > img {
  width: 40px;
  max-height: 40px;
}

.Header .Header-nav > ul > li > a > span {
  font-size: 16px;
  font-weight: bold;
}

.Header .Header-nav > ul > li .dropdown-nav-body {
  display: none;
  margin-top: 10px;
  padding: 10px;
}

.Header .Header-nav > ul > li .dropdown-nav-body .dropdown-nav-title {
  display: none;
}

.Header .Header-nav > ul > li .dropdown-nav-body .dropdown-nav-inner-nav + .dropdown-nav-inner-nav {
  margin-top: 5px;
}

.Header .Header-nav > ul > li .dropdown-nav-body .dropdown-nav-inner-nav a {
  text-decoration: none;
  padding: 8px 12px;
  position: relative;
  width: 100%;
  display: block;
  background: #71afe2;
  color: #fff;
  font-size: 13px;
}

/*
---------------------------------------------------------
guide-wrap
--------------------------------------------------------- */
.Header .header-main .guide-wrap {
  display: none;
}

.MOD-nav-open .Header .header-main .guide-wrap {
  display: block;
  margin: 20px 0 0;
}

.Header .guide-wrap .guide-top-wrap {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.Header .guide-wrap .guide-top-wrap .btn-wrap {
  position: relative;
  font-size: 16px !important;
  background-color: #3d7abc;
  text-decoration: none !important;
  padding: 10px 6px 12px 17px !important;
  font-family: "Zen Kaku Gothic New", "游ゴシック", "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif !important;
  border-radius: 0 !important;
  border: none !important;
  width: 100% !important;
  height: 38px !important;
  margin: 0 !important;
  line-height: 1 !important;
}
.Header .guide-wrap .guide-top-wrap .btn-wrap::after {
  content: none !important;
}

.Header .guide-wrap .guide-top-wrap .btn-wrap a {
  padding: 0px 0 0px 20px;
  letter-spacing: 0.01rem;
  text-decoration: none;
  color: #fff !important;
}

.Header .guide-wrap .guide-top-wrap .btn-wrap.contact {
  padding: 2px 9px 3px 20px;
}
.Header .guide-wrap .guide-top-wrap .btn-wrap.contact::after {
  content: none;
}

.Header .guide-wrap .guide-top-wrap .btn-wrap.contact::before {
  content: "";
  position: absolute;
  background-image: url(/img/common/mail.svg);
  background-size: 19px 13px;
  width: 19px;
  height: 13px;
  top: 12px;
  left: 10px;
}

.Header .guide-wrap .guide-top-wrap .btn-wrap.access::before {
  content: "";
  position: absolute;
  background-image: url(/img/common/access.svg);
  width: 14px;
  height: 20px;
  top: 8px;
  left: 12px;
}

.Header .guide-wrap .guide-top-wrap .btn-wrap.access a {
  padding: 0 0 0 20px;
}

.Header .guide-bottom-wrap {
  display: none;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Footer
-----------------------------------------------------------
----------------------------------------------------------- */
.Footer {
  margin-top: 100px;
  background-color: #71afe2;
}

.Footer .Footer-in-wrap {
  padding: 60px 0 40px;
}

/*
---------------------------------------------------------
footer-column-block column01
--------------------------------------------------------- */
.Footer .footer-column-block.column01 {
  display: none;
}

/*
---------------------------------------------------------
footer-column-block column02
--------------------------------------------------------- */
.Footer .footer-column-block.column02 {
  margin-bottom: 20px;
}
.Footer .footer-column-block.column02 .content-wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.Footer .footer-column-block.column02 .content-wrap .logo-tel-wrap {
  text-align: center;
}
.Footer .footer-column-block.column02 .content-wrap .logo-tel-wrap .logo-wrap img {
  width: 200px;
  height: auto;
}
.Footer .footer-column-block.column02 .content-wrap .logo-tel-wrap .tel-wrap .num-wrap {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  padding: 0 0 0 35px;
  width: fit-content;
  margin: 0 auto;
  color: #fff;
  letter-spacing: 0.11em;
  font-family: "Zen Kaku Gothic New", "游ゴシック", "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.Footer .footer-column-block.column02 .content-wrap .logo-tel-wrap .tel-wrap .num-wrap::before {
  content: "";
  position: absolute;
  background-image: url(/img/common/tel_footer.svg);
  background-size: 18px auto;
  background-repeat: no-repeat;
  width: 18px;
  height: 23px;
  top: 12px;
  left: 10px;
}
.Footer .footer-column-block.column02 .content-wrap .logo-tel-wrap .tel-wrap .text-wrap {
  font-size: 14px;
  color: #fff;
}
.Footer .footer-column-block.column02 .time-table-wrap .table-wrap {
  width: 100% !important;
}
.Footer .footer-column-block.column02 .time-table-wrap .table-wrap .schedule-table {
  border: none !important;
  border-radius: 0 !important;
  font-size: 13px !important;
}
.Footer .footer-column-block.column02 .time-table-wrap .table-wrap .schedule-table .row.day {
  background-color: #e7ebec !important;
  border-radius: 0 !important;
  color: #555;
}
.Footer .footer-column-block.column02 .time-table-wrap .table-wrap .schedule-table .time-label .time {
  font-size: 16px !important;
}
.Footer .footer-column-block.column02 .time-table-wrap .table-wrap .schedule-table p {
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 11px;
  text-align: right;
  padding: 0 20px 13px 0;
}

/*
---------------------------------------------------------
footer-column-block column03
--------------------------------------------------------- */
.Footer .footer-column-block.column03 ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.Footer .footer-column-block.column03 ul li {
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 4px;
  width: 100%;
  text-align: center;
  background: #FFF;
}
.Footer .footer-column-block.column03 ul li a {
  color: #71afe2;
  text-decoration: none;
}

/*
---------------------------------------------------------
Copyright
--------------------------------------------------------- */
.Copyright {
  color: #fff;
  font-size: 11px;
  margin: 40px 20px 0;
  text-align: center;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 COMMON
-----------------------------------------------------------
----------------------------------------------------------- */
html {
  overflow: visible;
}

body {
  color: #333333;
  font-family: 'Noto Sans JP',Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  line-height: 1.5;
  font-size: 14px;
}

body.MOD-nav-open {
  overflow: hidden;
}

input[type="text"],
input[type='password'],
input[type='tel'],
input[type="email"],
textarea,
select {
  font-size: 16px;
}

a:link, a:visited {
  color: #71afe2;
  text-decoration: underline;
}
a:active {
  text-decoration: none;
}

/*
---------------------------------------------------------
 電話番号リンク
--------------------------------------------------------- */
a[href^="tel:"] {
  text-decoration: none;
  color: #FFF;
}

/*
---------------------------------------------------------
 Attention
--------------------------------------------------------- */
.Attention {
  font-size: 11px;
}

/*
---------------------------------------------------------
 非表示
--------------------------------------------------------- */
.SP-none {
  display: none !important;
}

/*
---------------------------------------------------------
 Content
--------------------------------------------------------- */
.Content-block {
  /* @mixin:SP-content-block */
  margin-bottom: 55px;
}
.Content-block:last-child {
  /* @mixin:SP-content-block */
  margin-bottom: 0;
}

.Content-block.MOD-bg {
  padding-top: 35px;
  padding-bottom: 35px;
  margin: 0;
}
.Content-block.MOD-bg:nth-last-of-type(even) {
  background-color: #e7ebec;
}

.Content-article {
  /* @mixin:SP-content-article */
  margin-bottom: 40px;
}
.Content-article:last-child {
  /* @mixin:SP-content-article */
  margin-bottom: 0;
}

.SP-in-wrap {
  /* @mixin:SP-content-body */
  padding-left: 20px;
  padding-right: 20px;
}

/*
---------------------------------------------------------
 画像エリア
--------------------------------------------------------- */
.SP-img-wrap {
  text-align: center;
  display: block;
  margin-bottom: 8px;
}

/*
-----------------------------------------------------------
 HTMLeditor
----------------------------------------------------------- */
.HTMLeditor .HTMLeditor-table-wrap {
  overflow: auto;
}

/*
-----------------------------------------------------------
 Table
----------------------------------------------------------- */
.Table-basic {
  /* @mixin:SP-table-basic */
  width: 100%;
}
.Table-basic, .Table-basic tbody, .Table-basic tr, .Table-basic th, .Table-basic td {
  /* @mixin:SP-table-basic */
  display: block;
}
.Table-basic tr ~ tr {
  /* @mixin:SP-table-basic */
  margin-top: 10px;
}
.Table-basic td {
  /* @mixin:SP-table-basic */
  padding: 7px 10px;
}
.Table-basic th, .Table-basic td:first-child {
  /* @mixin:SP-table-basic */
  font-weight: bold;
  background: #e7ebec;
  padding: 6px 10px;
  font-size: 14px;
  border-radius: 2px;
  line-height: 1.3;
}

/*
-----------------------------------------------------------
 Title
----------------------------------------------------------- */
.Title-block {
  /* @mixin:SP-title-block */
  font-family: "Zen Kaku Gothic New", "游ゴシック", "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  position: relative;
  font-weight: normal;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #494D50;
  font-size: 22px;
  margin-bottom: 18px;
  padding: 0 8px 15px;
}
.Title-block::before {
  background: #3d7abc;
  content: '';
  position: absolute;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 48px;
}
.Title-block span {
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.Title-article {
  /* @mixin:SP-title-article */
  font-family: "Zen Kaku Gothic New", "游ゴシック", "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  border-top: 1px solid #86aec2;
  border-bottom: 1px solid #86aec2;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-size: 17px;
  margin-bottom: 12px;
  padding: 7px 10px;
}
.Title-article a {
  /* @mixin:SP-title-article */
  color: inherit;
  text-decoration: none;
}
.Title-article span {
  display: block;
  border-left: 2px solid #3d7abc;
  padding: 4px 0 4px 8px;
}

.Title-small {
  /* @mixin:SP-title-small */
  font-family: "Zen Kaku Gothic New", "游ゴシック", "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #71afe2;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 4px;
  font-size: 15px;
}

/*
-----------------------------------------------------------
Button
----------------------------------------------------------- */
.Btn-cv {
  /* @mixin:SP-btn-cv */
  font-family: "Zen Kaku Gothic New", "游ゴシック", "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  background-color: #fb4c4c;
  position: relative;
  display: block;
  font-weight: bold;
  text-decoration: none !important;
  text-align: center;
  overflow: hidden;
  color: #FFF !important;
  padding: 10px 10px;
  font-size: 16px;
  border-radius: 3px;
  line-height: 1.3;
}
.Btn-cv::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0.2);
}

.Btn-main {
  /* @mixin:SP-btn-main */
  display: block;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  font-size: 16px;
  line-height: 1.3;
  padding: 10px;
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1;
  color: #fff;
  border: 1px solid #3d7abc;
  border-radius: 30px;
  transition: all 0.15s ease-in;
  background-color: #3d7abc;
}
.Btn-main::after {
  content: "";
  position: absolute;
  background-image: url(/img/common/btn_arrow_main02.svg);
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.Btn-main:link, .Btn-main:visited {
  color: #fff;
}

.Btn-main.MOD-cancel {
  background-color: #444 !important;
  color: #FFF !important;
}

.Btn-sub {
  /* @mixin:SP-btn-sub */
  font-family: "Zen Kaku Gothic New", "游ゴシック", "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  display: block;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  background: none;
  border-radius: 3px;
  line-height: 1;
  font-size: 16px;
  border: 1px solid #555;
  border-radius: 30px;
  padding: 10px;
  margin: 0 auto;
  transition: all 0.15s ease-in;
}
.Btn-sub::after {
  content: "";
  position: absolute;
  background-image: url(/img/common/btn_arrow.svg);
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.Btn-sub:link, .Btn-sub:visited {
  color: #333;
}
.Btn-sub.back::after {
  content: "";
  position: absolute;
  background-image: url(/img/common/btn_arrow_back.svg);
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}

.Btn-anchor {
  /* @mixin:SP-btn-anchor */
  font-family: "Zen Kaku Gothic New", "游ゴシック", "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  background: #e7ebec;
  position: relative;
  display: block;
  color: inherit;
  text-decoration: none !important;
  line-height: 1.3;
  padding: 10px 5px 10px 20px;
  font-size: 14px;
  border-radius: 3px;
  letter-spacing: 0;
}
.Btn-anchor::after {
  /* @mixin:SP-btn-anchor */
  border-color: #71afe2 transparent transparent transparent;
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  top: 15px;
  left: 8px;
}

/*
-----------------------------------------------------------
Link
----------------------------------------------------------- */
.Link-text {
  /* @mixin:SP-link-text */
  font-family: "Zen Kaku Gothic New", "游ゴシック", "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  font-size: 16px;
}

.Link-arrow {
  /* @mixin:SP-link-arrow */
  position: relative;
  display: inline-block;
  padding-left: 13px;
  /* before */
}
.Link-arrow:before {
  /* @mixin:SP-link-arrow */
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #3d7abc;
  display: block;
  top: 5px;
  left: 2px;
}

/*
-----------------------------------------------------------
 Edit(自由編集エリア)
----------------------------------------------------------- */
.Edit .wb-edit {
  /* @mixin:SP-content-body */
  padding-left: 20px;
  padding-right: 20px;
}

.Edit.MOD-top .wb-edit {
  margin-bottom: 35px;
}

.Edit.MOD-bottom .wb-edit {
  margin-top: 40px;
}

.Edit .wb-edit:empty {
  display: none;
}

/*
-----------------------------------------------------------
 Pagetop
----------------------------------------------------------- */
.Pagetop a {
  width: 36px;
  height: 36px;
  line-height: 34px;
  font-size: 20px;
  z-index: 99;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Wrapper
-----------------------------------------------------------
----------------------------------------------------------- */
/* --------------------------------------------------------
-----------------------------------------------------------
Content
-----------------------------------------------------------
----------------------------------------------------------- */
/* --------------------------------------------------------
-----------------------------------------------------------
Alpha
-----------------------------------------------------------
----------------------------------------------------------- */
/* --------------------------------------------------------
-----------------------------------------------------------
 PAGER
-----------------------------------------------------------
----------------------------------------------------------- */
.wb-blog-page > span,
.wb-blog-page > a {
  width: 32px;
  height: 30px;
  font-size: 14px;
  line-height: 28px;
}

.wb-blog-page .wb-blog-btn-next,
.wb-blog-page .wb-blog-btn-prev {
  background-size: 7px auto;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 wb-pair(table)
-----------------------------------------------------------
----------------------------------------------------------- */
.wb-pair .wb-pair-list-table {
  /* @mixin:SP-table-basic */
  width: 100%;
}
.wb-pair .wb-pair-list-table, .wb-pair .wb-pair-list-table tbody, .wb-pair .wb-pair-list-table tr, .wb-pair .wb-pair-list-table th, .wb-pair .wb-pair-list-table td {
  /* @mixin:SP-table-basic */
  display: block;
}
.wb-pair .wb-pair-list-table tr ~ tr {
  /* @mixin:SP-table-basic */
  margin-top: 10px;
}
.wb-pair .wb-pair-list-table td {
  /* @mixin:SP-table-basic */
  padding: 7px 10px;
}
.wb-pair .wb-pair-list-table th, .wb-pair .wb-pair-list-table td:first-child {
  /* @mixin:SP-table-basic */
  font-weight: bold;
  background: #e7ebec;
  padding: 6px 10px;
  font-size: 14px;
  border-radius: 2px;
  line-height: 1.3;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 wb-calendar
-----------------------------------------------------------
----------------------------------------------------------- */
.wb-calendar {
  color: #333;
}

.wb-calendar .wb-calendar-table {
  border: 1px solid #86aec2;
  width: 100%;
  border-collapse: collapse;
  background: #FFF;
}

.wb-calendar .wb-calendar-table caption {
  background-color: #3d7abc;
  color: #fff;
  text-align: center;
  padding: 2px;
}

.wb-calendar .wb-calendar-table tr:first-child {
  background-color: #f8f4f1;
}

.wb-calendar .wb-calendar-table tr th,
.wb-calendar .wb-calendar-table tr td {
  border: 1px solid #86aec2;
  text-align: center;
  padding: 3px;
}

.wb-calendar .wb-calendar-table tr:first-child th {
  font-weight: bold;
  font-size: 80%;
  padding: 2px;
}

.wb-calendar .wb-calendar-table tr td.wb-calendar-table-1 {
  background-color: #C8D2FF;
}

.wb-calendar .wb-calendar-table tr td.wb-calendar-table-2 {
  background-color: #FFCACA;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Calendar-body
-----------------------------------------------------------
----------------------------------------------------------- */
.Calendar-information {
  color: #222222;
  font-size: 85%;
}

.Calendar-information .calendar-color {
  display: inline-block;
  vertical-align: top;
  margin: 5px;
}

.Calendar-information .calendar-color span {
  vertical-align: middle;
}

.Calendar-information .calendar-color .color-figure {
  display: inline-block;
  width: 1em;
  height: 1em;
  border: 1px solid #ddd;
  margin-right: 5px;
}

.Calendar-information .calendar-color01 .color-figure {
  background-color: #C8D2FF;
}

.Calendar-information .calendar-color02 .color-figure {
  background-color: #FFCACA;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 modal
-----------------------------------------------------------
----------------------------------------------------------- */
.wb-cart-modal-title {
  border-bottom: 1px solid #86aec2;
  padding: 18px 33px 13px 20px;
  position: relative;
  color: #333333;
  font-size: 18px;
  line-height: 1.2;
}
.wb-cart-modal-title:before {
  background: #3d7abc;
  content: '';
  width: 2px;
  height: 69%;
  position: absolute;
  top: 2px;
  left: 10px;
  bottom: 0;
  margin: auto 0;
}

.wb-cart-modal-title .Modal-close {
  background: url(/img/modal_close_icon.svg) no-repeat center center;
  background-size: 28px auto;
  text-indent: -9999px;
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  right: 10px;
  top: 10px;
  bottom: 0;
  margin: auto 0;
}

/* --------------------------------------------------------
-----------------------------------------------------------
slider 
-----------------------------------------------------------
----------------------------------------------------------- */
.slider_sample {
  opacity: 0;
  transition: opacity .3s linear;
}

.slider_sample.slick-initialized {
  opacity: 1;
}

/*
---------------------------------------------------------
time-table-wrap
--------------------------------------------------------- */
.time-table-wrap .table-wrap {
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.time-table-wrap .table-wrap .schedule-table {
  width: 100%;
  border: 1px solid #86aec2;
  background: #fff;
  border-radius: 10px;
  font-size: 14px;
  margin-bottom: 24px;
}
.time-table-wrap .table-wrap .schedule-table .row.day {
  display: flex;
  background-color: #3d7abc;
  border-radius: 10px 10px 0 0;
  flex-direction: row;
  align-items: center;
  padding: 8px;
  color: #fff;
  font-weight: 500;
}
.time-table-wrap .table-wrap .schedule-table .cell.corner {
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", "游ゴシック", "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: normal;
  width: 100px;
  text-align: left;
  justify-content: flex-start;
}
.time-table-wrap .table-wrap .schedule-table .cell {
  width: calc((100% - 100px) / 6);
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.time-table-wrap .table-wrap .schedule-table .cell .none {
  content: "";
  position: absolute;
  background-color: #555;
  width: 9px;
  height: 1px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}
.time-table-wrap .table-wrap .schedule-table .time-wrap {
  padding: 0 8px;
}
.time-table-wrap .table-wrap .schedule-table .time-wrap .row.morning {
  display: flex;
  padding: 10px 0;
  align-items: center;
  border-bottom: 1px solid #86aec2;
}
.time-table-wrap .table-wrap .schedule-table .time-wrap .row.morning .time-label {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  font-weight: 500;
  width: 100px;
}
.time-table-wrap .table-wrap .schedule-table .time-wrap .row.morning .time-label .time {
  font-size: 14px;
  letter-spacing: 0.005rem;
}
.time-table-wrap .table-wrap .schedule-table .time-wrap .row.afternoon {
  display: flex;
  padding: 9px 0px 13px;
  border: none;
  flex-direction: row;
}
.time-table-wrap .table-wrap .schedule-table .time-wrap .row.afternoon .time-label {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  font-weight: 500;
  width: 100px;
}
.time-table-wrap .table-wrap .schedule-table .time-wrap .row.afternoon .time-label .time {
  font-size: 14px;
}
.time-table-wrap .table-wrap .schedule-table .time-wrap .row.afternoon .time-label .comment {
  font-size: 10px;
}
.time-table-wrap .table-wrap .schedule-table .time-wrap .row.afternoon .time-info {
  top: 35px;
}
.time-table-wrap .table-wrap .schedule-table .cell .circle {
  background-color: #3d7abc;
  width: 12px;
  height: 12px;
  border-radius: 7px;
  margin: 0 auto;
}
.time-table-wrap .table-wrap .schedule-table .cell .circle02 {
  background-color: #71afe2;
  width: 12px;
  height: 12px;
  border-radius: 7px;
  margin: 0 auto;
}
.time-table-wrap .table-wrap .schedule-table .cell.info {
  position: relative;
  font-size: 10px;
}
.time-table-wrap .table-wrap .schedule-table .cell.info .time-info {
  content: "";
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10px;
  font-weight: 500;
  white-space: nowrap;
  top: 14px;
}

/*# sourceMappingURL=sp-global.css.map */
