@charset "UTF-8";
/* CSS Document */
/* CSS Document */
* {
  box-sizing: border-box;
  z-index: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.0rem;
  /*10px*/
  font-family: 'Noto Sans JP',"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",'Open Sans','Noto Sans JP', sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 1.75;
  position: relative;
  color: #574d4f;
}

.min {
  font-family: 'Noto Serif JP',"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.gothic {
  font-family: 'Noto Sans JP',"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",'Open Sans','Noto Sans JP', sans-serif;
}

.meiryo {
  font-family: 'メイリオ', 'Meiryo','Noto Sans JP', sans-serif;
}

i {
  font-style: normal;
}

a {
  color: #4682b4;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  content: " ";
  clear: both;
  height: 0;
  font-size: 0;
}

body, h1, h2, h3, h4, h5, h6, p, ul, ul li, ol, dl, dt, dd {
  margin: 0;
  padding: 0;
}

h2 {
  font-size: 2.7rem;
  margin: 0 0 0;
  line-height: 1;
  font-weight: bold;
}

h2 ~ h2 {
  margin-top: 2.5em;
}

h3 {
  margin: 0 0 0.5em 0;
  padding: 2px 0 0 0;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.35;
}

h4 {
  font-size: 1.8rem;
}
h4.arrow::before {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  color: #2fc5cf;
  margin-right: 5px;
}

h4 ~ h4 {
  margin-top: 1.5em;
}

h3 + h4 {
  margin-top: 0;
}

p + h4 {
  margin-top: 1.5em;
}

table + h4, ul + h4, ol + h4, dl + h4 {
  margin-top: 1.5em;
}

h5 {
  margin: 0 0 0.5em 5px;
  padding: 2px 0 0;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.35;
}

h5 ~ h5 {
  margin-top: 1.5em;
}

h4 + h5 {
  margin-top: 0;
}

p + h5 {
  margin-top: 1.5em;
}

h6 {
  font-size: 1.5rem;
}

h6 ~ h6 {
  margin-top: 1.5rem;
}

h5 + h6 {
  margin-top: 0;
}

p + h6 {
  margin-top: 1.5em;
}

.img_center {
  display: block;
  margin: auto;
  max-width: 100%;
}

.accordion h4 {
  border: 1px solid #2fc5cf;
  margin-top: 5px;
  padding: 0 15px;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.accordion h4::before {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  width: 1em;
  text-align: center;
  display: inline-block;
  color: #2fc5cf;
}
.accordion h4.ui-state-active {
  border-radius: 4px 4px 0 0;
  background: #2fc5cf;
  color: #fff;
}
.accordion h4.ui-state-active::before {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  color: #fff;
}
.accordion h4.ui-state-active.ui-state-hover {
  background: #2fc5cf;
}
.accordion h4.ui-state-hover {
  background: rgba(47, 197, 207, 0.3);
}

.sub_col_inner {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.sub_col_inner .title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 935px;
  max-width: calc(100%);
  margin: 0 auto 20px;
  border-bottom: 1px solid #dddddd;
}
.sub_col_inner .title h2 {
  font-size: 4rem;
  margin-left: 5px;
  position: relative;
}
.sub_col_inner .title h2::after {
  content: "";
  background: url("/img/icon/info.svg");
  width: 3rem;
  height: 3rem;
  background-size: cover;
  display: inline-block;
  position: absolute;
  bottom: 4px;
  left: 2.7em;
}
.sub_col_inner .title a {
  font-size: 1.6rem;
  color: #646464;
  margin-right: 5px;
}
.sub_col_inner .title a i {
  color: #2fc5cf;
}
.sub_col_inner .sub_col_info {
  position: relative;
  width: 100%;
  max-width: 935px;
  background: #fff;
  padding: 0;
  margin: auto;
  display: flex;
  justify-content: space-between;
  font-size: 1.2rem;
  border: 1px solid #ddd;
}
.sub_col_inner .sub_col_info .date {
  width: 8em;
  padding: 5px 0 5px 2em;
  color: #2fc5cf;
}
.sub_col_inner .sub_col_info .article {
  width: calc(100% - 16em);
  padding: 5px;
  flex-grow: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sub_col_inner .sub_col_info .check {
  background: #2fc5cf;
}
.sub_col_inner .sub_col_info .check a {
  padding: 5px;
  color: #fff;
  display: block;
  text-align: center;
  width: 8em;
}

@media (min-width: 768px) {
  .sub_col_inner .title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 935px;
    max-width: calc(100%);
    margin: 0 auto 20px;
    border-bottom: 1px solid #dddddd;
  }
  .sub_col_inner .title h2 {
    font-size: 4rem;
    position: relative;
  }
  .sub_col_inner .title h2::after {
    content: "";
    background: url("/img/icon/info.svg");
    width: 3rem;
    height: 3rem;
    background-size: cover;
    display: inline-block;
    position: absolute;
  }
  .sub_col_inner .title a {
    font-size: 1.6rem;
    color: #646464;
  }
  .sub_col_inner .title a i {
    color: #2fc5cf;
  }
  .sub_col_inner .sub_col_info {
    font-size: 1.6rem;
  }
  .sub_col_inner .sub_col_info .date {
    width: 8em;
    padding: 5px 0 5px 2em;
    color: #2fc5cf;
  }
  .sub_col_inner .sub_col_info .article {
    width: calc(100% - 16em);
    padding: 5px;
    flex-grow: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .sub_col_inner .sub_col_info .check {
    background: #2fc5cf;
  }
  .sub_col_inner .sub_col_info .check a {
    padding: 5px;
    color: #fff;
    display: block;
    text-align: center;
    width: 8em;
  }
}
.double_col {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin: auto;
  width: 1020px;
  max-width: calc(100% - 80px);
}
.double_col .main_col h1 {
  color: #4e73a3;
  border-bottom: 1px solid #574d4f;
  margin-bottom: 20px;
}
.double_col .main_col h1::before {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  margin-right: 5px;
}
.double_col .main_col h2 {
  font-size: 2rem;
  border-bottom: 1px solid #ddd;
  display: block;
  margin: 50px 0 15px;
}
.double_col .main_col h2 span {
  display: inline-block;
  color: #fff;
  background: #2fc5cf;
  border-radius: 30px;
  padding: 5px 1em;
  margin-bottom: 5px;
  min-width: 8em;
}
.double_col .main_col h3 {
  margin: 15px 0;
}
.double_col .main_col h3::before {
  content: "";
  width: 1em;
  height: 1em;
  background: #2fc5cf;
  border-radius: 1em;
  display: inline-block;
  margin-right: 0.5em;
}
.double_col .main_col h3.bg {
  background: linear-gradient(90deg, white 50%, #29c4cf 100%);
}

.double_col #inner_body h1 {
  margin-left: -30px;
  margin-bottom: 10px;
  padding: 7px 0 0 23px;
  border-left: 7px solid #F69;
  font-size: 200%;
  line-height: 1.35;
}

h6.hs_01 {
  position: relative;
  padding: 1em 1.5em;
  border-left: none;
  background-color: #dce8e9;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  /*box-shadow: 2px 2px 4px rgba(0, 0, 0, .1) inset;*/
}

#footer_lower {
  text-align: center;
  padding: 0;
}

.fade {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.radius {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.shadow {
  -moz-box-shadow: 0 0 5px #999;
  -webkit-box-shadow: 0 0 5px #999;
  -o-box-shadow: 0 0 5px #999;
  -ms-box-shadow: 0 0 5px #999;
  box-shadow: 0 0 5px #999;
}

ol.maru {
  counter-reset: list_count;
  list-style-type: none;
}

ol.maru li::before {
  margin-right: .25em;
  counter-increment: list_count;
  content: counter(list_count);
  display: inline-block;
  line-height: 1em;
  text-align: center;
  height: 1em;
  width: 1em;
  border-radius: 50%;
  font-size: 0.8em;
  border: 1px solid #000;
}

.pagetop {
  position: absolute;
  right: 0;
  top: 0;
}

#footer_upper {
  display: flex;
  padding: 10px;
  border-top: 1px solid #ddd;
}

#footer_upper ul {
  list-style-type: none;
}

.page_img > img {
  display: block;
  margin: auto;
  max-width: 100%;
}

.page_img {
  width: 100%;
}
.page_img picture {
  display: block;
  margin: auto;
  max-width: 100%;
}
.page_img picture img {
  max-width: 100%;
  margin: auto;
  display: block;
}

@media (min-width: 768px) {
  .page_img {
    width: 100%;
  }
  .page_img picture img {
    max-width: 100%;
    margin: auto;
    display: block;
    min-height: 250px;
    object-fit: cover;
  }
}
.pager {
  clear: both;
  margin: 30px auto;
  display: block;
  text-align: center;
  font-size: 1.4rem;
}

.pager a, .pager span {
  display: inline-block;
  padding: 0 1px;
  margin: 0 2px 0;
  min-width: 3rem;
  height: 3rem;
  line-height: 3rem;
  background: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid #3299db;
}

.pager a {
  color: #3299db;
  cursor: pointer;
}

.pager span {
  color: #999;
  border: 1px solid #999;
}

.pager span.now, .pager a:hover {
  background: #3299db;
  color: #fff;
}

.pager .changepager-j,
.pager .changepager {
  border-radius: 4px;
  height: 3rem;
  line-height: 3rem;
  padding: 5px;
}

/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #8dd0d2;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}

.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

#modal_login h1 {
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  font-weight: normal;
}

#modal_login {
  max-width: calc(100% - 20px);
  margin: 20px auto;
  padding: 10px;
}

#modal_login input {
  padding: 10px;
  width: calc(100% - 30px);
}

#modal_login p.red {
  color: #f00;
  font-size: 1.6rem;
}

#modal_login dl {
  margin: 0;
  padding: 0;
  display: block;
}

#modal_login dt {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 2rem;
}

#modal_login dd {
  margin: 0 0 10px;
  padding: 0;
  display: block;
}

#modal_login button {
  margin: auto;
  padding: 10px;
  display: block;
}

.new {
  position: relative;
  display: inline-block;
  margin: 0 0 0 7px;
  padding: 0px 7px;
  text-align: center;
  min-width: 3em;
  max-width: 100%;
  color: #fff;
  font-size: 1.2rem;
  background: #f00;
  border-radius: 4px;
}

.new:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -12px;
  margin-top: -6px;
  border: 6px solid transparent;
  border-right: 8px solid #f00;
}

.new i {
  margin: 0;
  padding: 0;
}

.contact_btn {
  background: #2fc5cf url("../img/dot_60.svg") repeat;
  color: #fff;
  padding: 10px;
  width: 340px;
  max-width: 100%;
  text-align: center;
  position: relative;
  display: block;
}

.contact_btn::before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  background: url("../img/icon/mail_white.svg");
  background-size: cover;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateX(-4.5em);
}

footer {
  background: linear-gradient(180deg, #29c4cf 0%, #29c4cf 30%, #28aab3 30%, #2ec4ce 50%, #28aab3 50%, #2ec4ce 100%);
}

footer .bottom {
  background: linear-gradient(180deg, #29c4cf 0%, #23949c 100%);
}

/**共通**/
.double_col .main_col table.price {
  margin: 20px 0;
  border: 1px solid #9b9b9b;
  border-collapse: collapse;
}
.double_col .main_col table.price th {
  background: #d7e994;
  border: 1px solid #9b9b9b;
  font-weight: normal;
  text-align: left;
  padding: 5px 10px;
}
.double_col .main_col table.price td {
  border: 1px solid #9b9b9b;
  text-align: right;
  padding: 5px 10px;
}
.double_col .main_col ul.arrow {
  list-style-type: none;
  margin-left: 1em;
  padding: 0;
}
.double_col .main_col ul.arrow li::before {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  color: #2fc5cf;
  margin-right: 5px;
}
.double_col .main_col p.arrow {
  margin-left: 1em;
}
.double_col .main_col p.arrow::before {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  color: #2fc5cf;
  margin-right: 5px;
}
.double_col .main_col span.arrow {
  margin-left: 1em;
}
.double_col .main_col span.arrow::before {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  color: #2fc5cf;
  margin-right: 5px;
}
.double_col .main_col .timetable table {
  width: auto;
  border: 1px solid #999;
  border-collapse: collapse;
  margin-bottom: 30px;
}
.double_col .main_col .timetable table th, .double_col .main_col .timetable table td {
  border: 1px solid #999;
}
.double_col .main_col .timetable table thead th {
  padding: 5px;
  background: #b0e0e6;
  text-align: center;
  font-weight: normal;
}
.double_col .main_col .timetable table tbody th {
  background: #fff;
  text-align: left;
  padding: 5px;
  font-weight: normal;
}
.double_col .main_col .timetable table tbody td {
  text-align: center;
  padding: 5px;
}
.double_col .main_col .roster table {
  width: 100%;
  border: 1px solid #999;
  border-collapse: collapse;
  margin-bottom: 30px;
}
.double_col .main_col .roster table th, .double_col .main_col .roster table td {
  border: 1px solid #999;
}
.double_col .main_col .roster table thead th {
  padding: 5px;
  background: #b0e0e6;
  text-align: center;
  font-weight: normal;
}
.double_col .main_col .roster table tbody th {
  background: #fff;
  text-align: center;
  padding: 5px;
  font-weight: normal;
}
.double_col .main_col .roster table tbody td {
  width: 40%;
  text-align: center;
  padding: 5px;
}
.double_col .main_col .business_hours table {
  width: 100%;
  border: 1px solid #999;
  border-collapse: collapse;
  table-layout: fixed;
  margin-bottom: 30px;
}
.double_col .main_col .business_hours table th, .double_col .main_col .business_hours table td {
  border: 1px solid #999;
}
.double_col .main_col .business_hours table thead th {
  padding: 5px;
  background: #b0e0e6;
  text-align: center;
  font-weight: normal;
}
.double_col .main_col .business_hours table thead th:first-child {
  width: 8em;
}
.double_col .main_col .business_hours table tbody th {
  background: #fff;
  text-align: center;
  padding: 5px;
  font-weight: normal;
}
.double_col .main_col .business_hours table tbody td {
  text-align: center;
  padding: 5px;
}
.double_col .main_col .menu_table table {
  width: 100%;
  border: 1px solid #999;
  border-collapse: collapse;
  margin-bottom: 30px;
}
.double_col .main_col .menu_table table th, .double_col .main_col .menu_table table td {
  border: 1px solid #999;
}
.double_col .main_col .menu_table table thead th {
  padding: 5px;
  background: #b0e0e6;
  text-align: center;
  font-weight: normal;
}
.double_col .main_col .menu_table table tbody th {
  background: #fff;
  text-align: center;
  padding: 5px;
  font-weight: normal;
}
.double_col .main_col .menu_table table tbody td {
  width: 80%;
  padding: 5px;
}
.double_col .main_col .lg_box {
  background: rgba(215, 233, 148, 0.5);
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
}
.double_col .main_col .lg_box p {
  font-size: 1.8rem;
  margin: 0;
}
.double_col .main_col .lg_box p strong {
  font-size: 2rem;
}
.double_col .main_col .lg_box ul {
  list-style-type: none;
}
.double_col .main_col .lg_box ul li {
  padding-left: calc(1em + 5px);
  text-indent: calc(-1em - 5px);
}
.double_col .main_col .lg_box ul li::before {
  content: "●";
  color: #2fc5cf;
  margin-right: 5px;
}

@media (min-width: 768px) {
  .double_col .main_col .roster table {
    width: 100%;
    border: 1px solid #999;
    border-collapse: collapse;
    margin-bottom: 30px;
  }
  .double_col .main_col .roster table th, .double_col .main_col .roster table td {
    border: 1px solid #999;
  }
  .double_col .main_col .roster table thead th {
    padding: 5px;
    background: #b0e0e6;
    text-align: center;
    font-weight: normal;
  }
  .double_col .main_col .roster table tbody th {
    background: #fff;
    text-align: center;
    padding: 5px;
    font-weight: normal;
  }
  .double_col .main_col .roster table tbody td {
    width: 18%;
    text-align: center;
    padding: 5px;
  }
}
.center {
  text-align: center;
}
.center strong {
  font-size: 3rem;
}

.contact_center {
  text-align: center;
  font-size: 2.4rem;
}

.red {
  color: #e50044;
}
