@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : assets.css
 Style : assets
================================================================= */
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 0.05em;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 2;
  font-weight: 400;
  color: #565656;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  word-wrap: break-word;
}

a {
  text-decoration: none;
}

figure {
  padding: 0;
  margin: 0;
}

.inner {
  margin: 0 auto;
  max-width: 1200px;
}

.bg100 {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

@media screen and (max-width: 1200px) {
  .inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.bornone td {
  border: none !important;
}

.pdnone td {
  padding: 0 !important;
}

.img100 img {
  width: 100%;
}

#contents_wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#contents {
  padding: 0;
  max-width: 100%;
}

#main {
  max-width: 100%;
  width: 100%;
}

#main #col_main {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  #side {
    width: 18.75%;
  }
}

@media screen and (max-width: 1200px) {
  #side aside {
    width: 100% !important;
  }
}

.policy h2 {
  border-bottom: 2px solid #bbbbbb;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px;
}

.policy p {
  margin: 0 0 20px;
}

table {
  table-layout: fixed;
}

table td {
  margin-bottom: -1px !important;
  padding: 15px !important;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b,
strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

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

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #b3b3b3;
}

span {
  font-weight: inherit;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

u {
  text-decoration: underline;
}

.borB {
  border-bottom: 1px dashed #333;
}

b {
  font-weight: bold;
}

.borderB {
  border-bottom: 1px dashed #333;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

#contents_wrap {
  min-width: auto;
  position: relative;
  z-index: 1;
}

#contents {
  max-width: 1200px;
  width: 100%;
}

.tacenter {
  text-align: center !important;
}

.ColLeft {
  float: left;
}

.ColRight {
  float: right;
}

.flexleft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
}

.flexcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center;
  }
}

@media screen and (max-width: 834px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
  .sptac h1,
  .sptac h2,
  .sptac div {
    text-align: center !important;
  }
}

.mincho {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

header#global_header {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  margin: 0 auto;
}

footer#global_footer {
  min-width: 100% !important;
}

.dsnone {
  display: none;
}

#modal {
  display: none;
}

.modaal-close {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  right: inherit !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important;
}

.modaal-close::before, .modaal-close::after {
  display: none !important;
}

.cus-close {
  position: static !important;
  color: #333 !important;
  opacity: 1 !important;
  text-align: center;
  border-radius: inherit !important;
  background: #ddd !important;
  padding: 5px 0 !important;
}

.modaal-content-container {
  padding: 25px !important;
}

@media screen and (max-width: 480px) {
  .modaal-content-container {
    padding: 15px !important;
  }
  .modaal-content-container .policy h2 {
    font-size: 16px;
  }
  .modaal-content-container .policy p {
    font-size: 14px;
  }
}

.modaal-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 768px;
  overflow-y: scroll;
}

@media screen and (max-width: 480px) {
  .modaal-container {
    max-height: 100%;
  }
}

@media screen and (max-width: 480px) {
  .modaal-inner-wrapper {
    padding: 80px 10px !important;
  }
}

.bt_confirm {
  background: #eee;
  width: auto;
  text-indent: 0;
}

.bt_back {
  background: #eee;
  text-indent: 0;
}

.bt_send {
  background: #eee;
  width: auto;
  text-indent: 0;
}

.annot {
  display: none;
}

h2.mail {
  display: none;
}

.pankuzu {
  font-size: 1.4rem;
}

@media screen and (max-width: 640px) {
  .pankuzu {
    font-size: 1.2rem;
  }
}

.pankuzu ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.pankuzu ol li:first-child {
  margin-right: 5px;
}

.pankuzu ol li:last-child {
  margin-left: 5px;
}

.pankuzu ol li:last-child a {
  color: #333;
}

.objc_01 .box {
  display: block;
  position: relative;
}

.objc_01 .box:before {
  position: relative;
  z-index: 1;
  content: "";
  padding-top: 100%;
  display: block;
  width: 100% !important;
}

@media screen and (max-width: 834px) {
  .objc_01 .box:before {
    display: none;
  }
}

.objc_01 .box img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 834px) {
  .objc_01 .box img {
    position: static;
    margin-bottom: 10px;
  }
}

.objc_01 div {
  text-align: center;
}

.objc_02 .box > a {
  display: block;
  position: relative;
}

.objc_02 .box > a:before {
  position: relative;
  z-index: 1;
  content: "";
  padding-top: 100%;
  display: block;
  width: 100% !important;
}

@media screen and (max-width: 834px) {
  .objc_02 .box > a:before {
    display: none;
  }
}

.objc_02 .box > a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 834px) {
  .objc_02 .box > a img {
    position: static;
    margin-bottom: 10px;
  }
}

.objc_02 div {
  text-align: center;
}

header#global_header {
  max-width: 100%;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  width: 100%;
  padding: 35px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header.scrollfix {
  padding: 25px 0;
  background: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 1200px) {
  .header.scrollfix {
    padding: 25px 20px;
  }
}

@media screen and (max-width: 1200px) {
  .header {
    padding: 35px 20px;
  }
}

@media screen and (max-width: 834px) {
  .header {
    padding: 15px 20px;
    background: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  }
}

.header-logo {
  line-height: 1;
}

.header-logo a {
  display: block;
}

.header-inner {
  max-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-tel {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #0ba981;
  font-size: 2.3rem;
  margin-left: 20px;
  line-height: 1;
}

@media screen and (max-width: 1000px) {
  .header-tel {
    font-size: 2rem;
    margin-left: 10px;
  }
}

@media screen and (max-width: 834px) {
  .header-tel {
    display: none;
  }
}

.header-tel i {
  font-size: 1.8rem;
  margin-right: 4px;
  position: relative;
  top: -2px;
}

@media screen and (max-width: 1000px) {
  .header-tel i {
    font-size: 1.6rem;
  }
}

.header-tel a {
  color: #0ba981;
}

.nav_global > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 834px) {
  .nav_global > ul {
    display: none;
  }
}

.nav_global > ul li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  line-height: 1;
}

.nav_global > ul li:not(:last-child) {
  border-right: 1px solid #ddd;
}

.nav_global > ul li a {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #565656;
  padding: 3px 20px;
  line-height: 1;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.nav_global > ul li a:hover {
  color: #0cb3b3;
}

@media screen and (max-width: 1000px) {
  .nav_global > ul li a {
    padding: 3px 10px;
    font-size: 1.4rem;
  }
}

#mainArea {
  width: 100% !important;
  position: relative;
}

#mainArea .maintext {
  position: absolute;
  color: #0ba981;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: calc(2rem + ((1vw - 12px) * calc(100 * (24 - 20) / (1920 - 1200))));
  line-height: 1.6;
  text-align: left;
  top: 16%;
  left: 36%;
  z-index: 200;
}

@media screen and (max-width: 1200px) {
  #mainArea .maintext {
    font-size: calc(2rem + ((1vw - 8.34px) * calc(100 * (24 - 20) / (1200 - 834))));
    left: 34%;
    top: 15%;
  }
}

@media screen and (max-width: 1000px) {
  #mainArea .maintext {
    left: 32%;
  }
}

@media screen and (max-width: 834px) {
  #mainArea .maintext {
    left: 31%;
    top: 10%;
  }
}

@media screen and (max-width: 640px) {
  #mainArea .maintext {
    font-size: calc(2rem + ((1vw - 3.75px) * calc(100 * (24 - 20) / (640 - 375))));
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
  }
}

@media screen and (max-width: 480px) {
  #mainArea .maintext {
    top: 8%;
  }
}

#mainArea::after {
  content: "";
  background: url(../images/home/wave01.png) center bottom repeat-x;
  height: 50px;
  width: 100%;
  position: absolute;
  z-index: 0;
  left: 0px;
  bottom: 0px;
  -webkit-animation: wave 20s linear infinite;
          animation: wave 20s linear infinite;
}

@media screen and (max-width: 640px) {
  #mainArea::after {
    background-size: 508px;
    height: 25px;
  }
}

@-webkit-keyframes wave {
  0% {
    background-position: 0px 0;
  }
  100% {
    background-position: 1016px 0;
  }
}

@keyframes wave {
  0% {
    background-position: 0px 0;
  }
  100% {
    background-position: 1016px 0;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 834px) {
  .sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 45px;
    height: 45px;
    background: #0ba981;
    border-radius: 5px;
    position: relative;
    z-index: 300;
  }
}

.nav_sp {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: #fff;
  z-index: 210;
}

.nav_wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  position: absolute;
  width: 100%;
}

@media screen and (max-width: 834px) {
  .nav_wrap .header-tel {
    display: block;
    margin-top: 20px;
    font-size: 2.8rem;
  }
  .nav_wrap .header-tel i {
    font-size: 2.2rem;
  }
}

.nav_wrap ul {
  width: 100%;
  padding: 0 20px;
}

.nav_wrap ul li {
  border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 834px) {
  .nav_wrap ul li {
    padding: 15px 0;
  }
}

@media screen and (max-width: 375px) {
  .nav_wrap ul li {
    padding: 10px 0;
  }
}

.nav_wrap ul li a {
  color: #565656;
  display: block;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media screen and (max-width: 834px) {
  .nav_wrap ul li a {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 640px) {
  .nav_wrap ul li a {
    font-size: 1.6rem;
  }
}

.sp_menu {
  width: 24px;
  height: 18px;
  display: block;
  z-index: 300;
  position: relative;
  display: none;
}

@media screen and (max-width: 834px) {
  .sp_menu {
    display: block;
  }
}

.sp_menu div {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  background-color: #fff;
}

.sp_menu div:nth-of-type(1) {
  top: 0;
}

.sp_menu div:nth-of-type(2) {
  top: 8px;
  opacity: 1;
}

.sp_menu div:nth-of-type(3) {
  bottom: 0;
}

.sp_menu.off div:nth-of-type(1) {
  -webkit-animation: menu-bar01 0.75s forwards;
  animation: menu-bar01 0.75s forwards;
}

@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
            transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

.sp_menu.off div:nth-of-type(2) {
  transition: all 0.25s 0.25s;
  -webkit-transition: all 0.25s 0.25s;
}

@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

.sp_menu.off div:nth-of-type(3) {
  -webkit-animation: menu-bar02 0.75s forwards;
  animation: menu-bar02 0.75s forwards;
}

.sp_menu.on div:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 0.75s forwards;
  animation: active-menu-bar01 0.75s forwards;
}

@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(45deg);
  }
}

@keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
            transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
}

.sp_menu.on div:nth-of-type(2) {
  opacity: 0;
}

.sp_menu.on div:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 0.75s forwards;
  animation: active-menu-bar03 0.75s forwards;
}

@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
  }
}

@keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
}

.subpage footer {
  border-top: 1px solid #ddd;
}

.footer {
  max-width: 1200px;
  margin: auto;
  font-size: 1.4rem;
  line-height: 1.7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  padding: 40px 0;
}

@media screen and (max-width: 1200px) {
  .footer {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 834px) {
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer-left {
  padding-right: 15px;
}

@media screen and (max-width: 834px) {
  .footer-left {
    text-align: center;
    padding-right: 0;
  }
}

.footer-left p {
  margin-top: 15px;
}

.footer-left p a {
  color: #565656;
}

.footer-left .subnav {
  margin-top: 20px;
}

.footer-right {
  max-width: 500px;
  width: 100%;
}

@media screen and (max-width: 834px) {
  .footer-right {
    margin-top: 30px;
    max-width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .subnav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.subnav ul li {
  display: inline-block;
}

.subnav ul li:not(:last-child) {
  margin-right: 15px;
}

@media screen and (max-width: 640px) {
  .subnav ul li {
    width: 49.5%;
    margin-bottom: 1%;
  }
  .subnav ul li:not(:last-child) {
    margin-right: 0;
  }
}

.subnav ul li a {
  color: #565656;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.subnav ul li a:hover {
  color: #0cb3b3;
}

@media screen and (max-width: 640px) {
  .subnav ul li a {
    background: #0ba981;
    color: #fff;
    display: block;
    border-radius: 3px;
    padding: 8px 0;
  }
}

.footer-copy {
  background: #0ba981;
  padding: 5px 0;
}

.footer-copy a {
  color: #fff;
  font-size: 1.4rem;
}

.schedule {
  color: #0ba981;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 5px;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px;
}

@media screen and (max-width: 480px) {
  .schedule {
    font-size: 1.4rem;
  }
}

.schedule thead {
  background: #fafafa;
}

.schedule thead tr th {
  text-align: center;
  padding: 13px 0;
  border: none;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.schedule thead tr th:first-child {
  width: 30%;
  border-radius: 10px 0 0 0;
}

.schedule thead tr th:last-child {
  border-right: 1px solid #ddd;
  border-radius: 0 10px 0 0;
}

.schedule tbody tr td {
  padding: 13px 0 !important;
  border: none;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.schedule tbody tr td:last-child {
  border-right: 1px solid #ddd;
}

.schedule tbody tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}

.schedule tbody tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}

#contents_wrap {
  padding: 0;
}

@media screen and (max-width: 1200px) {
  #contents_wrap {
    padding: 0 20px 0;
  }
}

@media screen and (max-width: 834px) {
  #contents_wrap {
    padding: 0 20px 0;
  }
}

.kyocho {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.8rem;
  color: #0ba981;
}

@media screen and (max-width: 640px) {
  .kyocho {
    font-size: 1.6rem;
  }
}

.btn_01 a {
  background: #0ba981;
  color: #fff;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
  display: inline-block;
  min-width: 280px;
  border-radius: 5px;
  line-height: 1;
  padding: 21px 10px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn_01 a:hover {
  background: #0cb3b3;
}

@media screen and (max-width: 480px) {
  .btn_01 a {
    display: block;
  }
}

.btn_01 a::after {
  content: "\f178";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 300;
}

.title_01 h1 {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 3rem;
  color: #0ba981;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

@media screen and (max-width: 1200px) {
  .title_01 h1 {
    font-size: calc(2.4rem + ((1vw - 3.75px) * calc(100 * (30 - 24) / (1200 - 375))));
  }
}

.title_01 h2 {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.4rem;
  color: #0ba981;
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 5px;
  line-height: 1.4;
  padding: 10px 15px;
}

@media screen and (max-width: 1200px) {
  .title_01 h2 {
    font-size: calc(2rem + ((1vw - 3.75px) * calc(100 * (24 - 20) / (1200 - 375))));
  }
}

.title_02 h2 {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 3rem;
  color: #0ba981;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

@media screen and (max-width: 1200px) {
  .title_02 h2 {
    font-size: calc(2.4rem + ((1vw - 3.75px) * calc(100 * (30 - 24) / (1200 - 375))));
  }
}

.title_02 h2 span {
  font-size: 1.6rem;
  display: block;
  margin-top: 5px;
}

.bg01 {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(80%), to(#f5fff7));
  background: linear-gradient(to bottom, #fff, 80%, #f5fff7);
}

.cont_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
  .cont_01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.cont_01.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 640px) {
  .cont_01.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.cont_01 .leftArea {
  width: 60%;
}

@media screen and (max-width: 640px) {
  .cont_01 .leftArea {
    width: 100%;
    margin-top: 15px;
  }
}

.cont_01 .rightArea {
  width: 36.66667%;
}

.cont_01 .rightArea img {
  border-radius: 10px;
}

@media screen and (max-width: 640px) {
  .cont_01 .rightArea {
    width: 100%;
  }
}

.cont_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cont_02 .leftArea {
  width: 55%;
}

.cont_02 .leftArea img {
  border-radius: 10px;
}

@media screen and (max-width: 834px) {
  .cont_02 .leftArea {
    width: 48%;
  }
}

@media screen and (max-width: 640px) {
  .cont_02 .leftArea {
    width: 100%;
  }
}

.cont_02 .rightArea {
  width: 40%;
}

@media screen and (max-width: 834px) {
  .cont_02 .rightArea {
    width: 48%;
  }
}

@media screen and (max-width: 640px) {
  .cont_02 .rightArea {
    width: 100%;
  }
}

.cont_03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cont_03 .left {
  width: 185px;
  border-right: 1px solid #ddd;
}

@media screen and (max-width: 834px) {
  .cont_03 .left {
    width: 165px;
  }
}

@media screen and (max-width: 640px) {
  .cont_03 .left {
    width: 100%;
    border-right: none;
  }
}

.cont_03 .right {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 834px) {
  .cont_03 .right br {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .cont_03 .right {
    width: 100%;
  }
}

.gmap iframe {
  vertical-align: bottom;
}

@media screen and (max-width: 640px) {
  .gmap iframe {
    height: 240px;
  }
}

.cont_04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cont_04 .leftArea {
  width: 48%;
}

@media screen and (max-width: 640px) {
  .cont_04 .leftArea {
    width: 100%;
  }
}

.cont_04 .leftArea iframe {
  border-radius: 10px;
}

.cont_04 .rightArea {
  width: 48%;
}

@media screen and (max-width: 640px) {
  .cont_04 .rightArea {
    width: 100%;
    margin-top: 15px;
  }
}

.news {
  max-height: 230px;
  overflow-y: auto;
}

.news .blog_list {
  border: none;
}

.news .blog_list > div {
  border-bottom: none;
  background: #f6f6f6;
  border-radius: 10px;
  border: 1px solid #eee;
  padding: 23px 30px;
}

.news .blog_list > div:not(:last-child) {
  margin-bottom: 10px;
}

.news .blog_list > div:last-child {
  border-bottom: 1px solid #eee;
}

@media screen and (max-width: 834px) {
  .news .blog_list > div {
    padding: 20px;
  }
}

@media screen and (max-width: 640px) {
  .news .blog_list > div {
    padding: 15px;
  }
}

.news .blog_list > div .blog_photo {
  display: none;
}

.news .blog_list > div .blog_text {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 640px) {
  .news .blog_list > div .blog_text {
    display: block;
  }
}

.news .blog_list > div .blog_text .blog_date {
  font-size: 1.6rem;
  color: #565656;
  line-height: 1.4;
  margin-right: 30px;
}

@media screen and (max-width: 640px) {
  .news .blog_list > div .blog_text .blog_date {
    margin-right: 0;
    margin-bottom: 5px;
  }
}

.news .blog_list > div .blog_text h3 {
  font-size: 1.6rem;
  color: #565656;
  margin-bottom: 0;
  line-height: 1.4;
}

.news .blog_list > div .blog_text h3 a {
  color: #565656;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news .blog_list > div .blog_text h3 a:hover {
  color: #0cb3b3;
}

.news .blog_list > div .blog_text .detail {
  display: none;
}

.flexbox_01 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flexbox_01 .box {
  width: 31%;
  border: 1px solid #c8e9ce;
  border-radius: 5px;
}

@media screen and (max-width: 834px) {
  .flexbox_01 .box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flexbox_01 .box:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 640px) {
  .flexbox_01 .box {
    display: block;
    padding: 15px;
  }
}

.flexbox_01 .box img {
  border-radius: 4px 4px 0 0;
}

@media screen and (max-width: 834px) {
  .flexbox_01 .box img {
    width: 32% !important;
  }
}

@media screen and (max-width: 640px) {
  .flexbox_01 .box img {
    width: 100% !important;
  }
}

.flexbox_01 .box div {
  padding: 15px 20px 20px;
  font-size: 1.4rem;
  line-height: 1.7;
}

@media screen and (max-width: 1000px) {
  .flexbox_01 .box div {
    padding: 10px 15px 15px;
  }
}

@media screen and (max-width: 834px) {
  .flexbox_01 .box div {
    width: 66%;
    padding: 10px 15px 15px 0;
  }
}

@media screen and (max-width: 640px) {
  .flexbox_01 .box div {
    width: 100%;
    padding: 10px 0 0;
  }
}

.flexbox_01 .box div h3 {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #0ba981;
  line-height: 1.6;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

@media screen and (max-width: 1200px) {
  .flexbox_01 .box div h3 br {
    display: none;
  }
}

@media screen and (max-width: 834px) {
  .flexbox_01 .box div h3 {
    line-height: 1.4;
  }
}

.flex3col {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex3col .box {
  width: 30%;
}

.sub_title {
  background-position: center top;
  position: relative;
  background-position: right center;
}

@media screen and (max-width: 1200px) {
  .sub_title {
    background-position: right 10% center;
  }
}

@media screen and (max-width: 480px) {
  .sub_title {
    background-position: right 10% bottom 15%;
  }
}

.sub_title::before {
  content: "";
  background: url(../images/home/wave01.png) center bottom repeat-x;
  height: 50px;
  width: 100%;
  position: absolute;
  z-index: 0;
  left: 0px;
  bottom: 0px;
  -webkit-animation: wave 20s linear infinite;
          animation: wave 20s linear infinite;
}

@media screen and (max-width: 640px) {
  .sub_title::before {
    background-size: 508px;
    height: 25px;
  }
}

.sub_title article {
  max-width: 1200px;
  margin: auto;
  position: relative;
  height: 340px;
}

@media screen and (max-width: 834px) {
  .sub_title article {
    height: 300px;
  }
}

@media screen and (max-width: 640px) {
  .sub_title article {
    height: 240px;
  }
}

@media screen and (max-width: 480px) {
  .sub_title article {
    height: 200px;
  }
}

.sub_title h1 {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #0ba981;
  font-size: 4rem;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 1200px) {
  .sub_title h1 {
    font-size: calc(3rem + ((1vw - 3.75px) * calc(100 * (40 - 30) / (1200 - 375))));
  }
}

@media screen and (max-width: 834px) {
  .sub_title h1 {
    top: 32%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.dl_01 dl {
  line-height: 1.6;
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}

.dl_01 dl:first-child {
  padding-top: 0;
}

.dl_01 dl dt {
  background: none !important;
  padding: 0 !important;
  border: none !important;
  width: 100px !important;
}

.dl_01 dl dd {
  background: none !important;
  padding: 0 !important;
  border: none !important;
  width: auto !important;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.cont_05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cont_05 .box01 {
  width: 32%;
  border: 1px solid #c8e9ce;
  border-radius: 10px;
}

@media screen and (max-width: 640px) {
  .cont_05 .box01 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px;
  }
  .cont_05 .box01:not(:last-child) {
    margin-bottom: 20px;
  }
}

.flexbox_02 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #c8e9ce;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 640px) {
  .flexbox_02 {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    width: 40%;
    border-bottom: none;
  }
}

.flexbox_02 .box:first-child {
  width: 40%;
}

@media screen and (max-width: 640px) {
  .flexbox_02 .box:first-child {
    width: 100%;
    text-align: center;
  }
}

.flexbox_02 .box:last-child {
  width: 56%;
  color: #0ba981;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2rem;
}

@media screen and (max-width: 834px) {
  .flexbox_02 .box:last-child {
    font-size: calc(1.6rem + ((1vw - 6.4px) * calc(100 * (20 - 16) / (834 - 640))));
  }
}

@media screen and (max-width: 640px) {
  .flexbox_02 .box:last-child {
    width: 100%;
    text-align: center;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 640px) {
  .list_01 {
    width: 56%;
    border-left: 1px solid #c8e9ce;
  }
}

.list_01 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.list_01 li {
  width: 49%;
  font-size: 1.4rem;
  color: #0ba981;
  padding-left: 0 !important;
  letter-spacing: 0;
  line-height: 1.6;
  padding: 3px 0;
}

@media screen and (max-width: 834px) {
  .list_01 li {
    width: 100%;
  }
}

.blog_title {
  background: url(../images/home/sub.jpg) right center;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .blog_title {
    background-position: right 10% center;
  }
}

@media screen and (max-width: 480px) {
  .blog_title {
    background-position: right 10% bottom 15%;
  }
}

.blog_title::before {
  content: "";
  background: url(../images/home/wave01.png) center bottom repeat-x;
  height: 50px;
  width: 100%;
  position: absolute;
  z-index: 0;
  left: 0px;
  bottom: 0px;
  -webkit-animation: wave 20s linear infinite;
          animation: wave 20s linear infinite;
}

@media screen and (max-width: 640px) {
  .blog_title::before {
    background-size: 508px;
    height: 25px;
  }
}

.blog_title article {
  max-width: 1200px;
  margin: auto;
  position: relative;
  height: 340px;
}

@media screen and (max-width: 834px) {
  .blog_title article {
    height: 300px;
  }
}

@media screen and (max-width: 640px) {
  .blog_title article {
    height: 240px;
  }
}

@media screen and (max-width: 480px) {
  .blog_title article {
    height: 200px;
  }
}

.blog_title p {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #0ba981;
  font-size: 4rem;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 1200px) {
  .blog_title p {
    font-size: calc(3rem + ((1vw - 3.75px) * calc(100 * (40 - 30) / (1200 - 375))));
  }
}

@media screen and (max-width: 834px) {
  .blog_title p {
    top: 32%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*# sourceMappingURL=assets.css.map */