@charset "UTF-8";
.flex-2cl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex-2cl .box {
  width: 48%;
}
@media only screen and (max-width: 600px) {
  .flex-2cl {
    width: 90%;
    margin: 0 auto 25px;
  }
}

.flex-3cl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.flex-3cl::after {
  display: block;
  content: "";
  width: 31%;
}
@media only screen and (max-width: 800px) {
  .flex-3cl::after {
    display: none;
  }
}
.flex-3cl .box {
  width: 31%;
  margin-bottom: 40px;
}
@media only screen and (max-width: 800px) {
  .flex-3cl .box {
    width: 48%;
  }
}
@media only screen and (max-width: 600px) {
  .flex-3cl .box {
    width: 100%;
    margin: 0 auto 25px;
  }
}

@layer base, special;
@layer special {}
@layer base {}
.container-wrap {
  container-type: inline-size;
  container-name: card-container;
}

@container card-container (max-width: 600px) {
  .containe-inner {
    background: #000;
  }
}
a.itext {
  width: auto !important;
  height: auto !important;
}

.annot, section form h2.mail.title {
  display: none !important;
}

::-moz-selection {
  background-color: #d0d0ff;
}

::selection {
  background-color: #d0d0ff;
}

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

li {
  list-style: none;
}

html {
  font-size: 62.5% !important;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-weight: 400;
}

body {
  counter-reset: number 0;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #000;
  word-wrap: break-word;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.inner {
  width: min(100% - 4rem, var(--width,1000px));
  margin-inline: auto;
}
.inner._large {
  --width: 1200px;
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
  overflow: hidden;
}

#contents {
  width: min(100% - 4rem, var(--width,1000px));
  margin-inline: auto;
  padding-bottom: 100px;
}
@media screen and (max-width: 834px) {
  #contents {
    padding: 0 30px 50px;
  }
}
@media screen and (max-width: 640px) {
  #contents {
    padding: 0 30px 50px;
  }
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

#side {
  width: 18.75%;
}

.map {
  margin: 56px 20px 0;
}

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}

table {
  table-layout: auto;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  table {
    table-layout: fixed;
  }
}
.tlfix table {
  table-layout: fixed;
}

table td {
  margin-bottom: -1px !important;
}
table td img {
  height: auto !important;
}

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

b, strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

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

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

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

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

a {
  color: #17e012;
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
}

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

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

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

  .fltR {
    float: none;
    width: 100% !important;
  }

  .sptal {
    text-align: left !important;
  }

  .sptar {
    text-align: right !important;
  }

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

  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}
header#global_header {
  min-width: auto;
}

footer#global_footer {
  min-width: auto;
}

/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/
02
   v2.0 | 20110126
03
   License: none (public domain)
04
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/
02
   v2.0 | 20110126
03
   License: none (public domain)
04
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

.header {
  padding: 25px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}
@media only screen and (max-width: 1000px) {
  .header {
    padding: 0;
    height: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .header {
    height: 55px;
  }
}
.header-logo {
  font-size: 24px;
  font-weight: bold;
  color: #333 !important;
}
@media only screen and (max-width: 1000px) {
  .header-logo {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .header-logo {
    margin-left: 10px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 1000px) {
  .header-nav {
    display: none;
    position: fixed;
    top: 70px;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    z-index: 99;
    padding: 60px 20px;
  }
}
@media only screen and (max-width: 600px) {
  .header-nav {
    top: 55px;
  }
}
.header-nav ul {
  display: flex;
}
@media only screen and (max-width: 1000px) {
  .header-nav ul {
    flex-direction: column;
  }
}
.header-nav ul li a {
  display: block;
  margin-left: 40px;
  text-align: center;
  color: #333 !important;
}
@media only screen and (max-width: 1000px) {
  .header-nav ul li a {
    margin-left: 0;
    margin-bottom: 50px;
  }
}
.header-nav ul li a span {
  display: block;
  font-size: 13px;
  color: #71fcf6;
  margin-top: 5px;
}

.res-menu {
  position: fixed;
  top: 0;
  right: 0px;
  background-color: #71fcf6;
  width: 70px;
  height: 70px;
  z-index: 100;
  display: none;
}
@media only screen and (max-width: 1000px) {
  .res-menu {
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  .res-menu {
    height: 55px;
    width: 55px;
  }
}
.res-menu span {
  position: absolute;
  display: block;
  content: "";
  background-color: #fff;
  width: 30px;
  height: 1px;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.2s;
}
.res-menu span:first-child {
  transform: translateY(-6px);
}
.res-menu span:last-child {
  transform: translateY(6px);
}
.res-menu.active span:first-child {
  transform: rotate(45deg);
}
.res-menu.active span:nth-child(2) {
  opacity: 0;
}
.res-menu.active span:last-child {
  transform: rotate(-45deg);
}

.fv {
  margin-top: 84px;
}
@media only screen and (max-width: 1000px) {
  .fv {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .fv {
    margin-top: 55px;
  }
}
.fv-img img {
  min-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}
@media only screen and (max-width: 600px) {
  .fv-img img {
    min-height: 400px;
  }
}
.fv-tel {
  display: block;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  background-color: #f7c5c5;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 98;
}
@media only screen and (max-width: 800px) {
  .fv-tel {
    width: 140px;
    height: 140px;
  }
}
@media only screen and (max-width: 600px) {
  .fv-tel {
    width: 80%;
    height: 90px;
    border-radius: 45px;
    padding: 10px;
    right: 10px;
  }
}
.fv-tel i {
  font-size: 26px;
}
@media only screen and (max-width: 600px) {
  .fv-tel i {
    font-size: 18px;
    margin-right: 5px;
  }
}
.fv-tel span {
  display: block;
  margin-top: 10px;
}

.footer {
  background-color: #71fcf6;
  padding: 80px 20px 60px;
  color: #333;
  text-align: center;
  margin-top: 100px;
}
@media only screen and (max-width: 600px) {
  .footer {
    margin-top: 80px;
  }
}
.footer-logo {
  font-size: 20px;
  font-weight: 700;
}
.footer-info {
  font-size: 13px;
  line-height: 2;
}
.footer-nav {
  margin-top: 30px;
}
.footer-nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footer-nav ul li {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 15px;
}
.footer-nav ul li a {
  color: #333 !important;
  font-size: 16px;
}
.footer-nav ul li a span {
  display: block;
  margin-top: 4px;
}
.footer-copy {
  text-align: center;
  margin-top: 60px;
  font-size: 12px;
}
.footer2 {
  margin-top: 80px;
}

div.items > article a {
  color: #111;
  text-decoration: none !important;
  font-size: 16px;
}

div.under ul li a {
  font-weight: 400;
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  opacity: 1;
  border: 1px solid #333;
  color: #333 !important;
  padding: 10px;
}
div.under ul li a:hover {
  border: 1px solid #b0ddd9;
  background: #b0ddd9;
  color: #fff !important;
}

div.select > select {
  height: 100%;
}

div.search form input {
  padding: 10px 37px 10px 5px;
}

div.order ul li a {
  color: #111;
}

div.items > article p.price {
  color: red;
}

div.crumb {
  display: none;
}

div.item_view div.item_option {
  width: 100% !important;
}

div.item_option dl, button.addcart {
  width: 50% !important;
}
@media screen and (max-width: 834px) {
  div.item_option dl, button.addcart {
    margin: 0 auto;
  }
}

@media screen and (max-width: 834px) {
  .addcart {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}

div.item_view div.struct {
  display: block;
}

div.photo div.large {
  width: auto;
}

div.photo {
  margin-left: 0;
}

h2.title_h2 {
  background: none !important;
  border-top: none !important;
  border-bottom: 1px solid #CCCCCC;
  font-size: 20px !important;
  line-height: 1.3;
  margin: 65px 0 20px !important;
  padding: 10px !important;
}

h2.title_h2 span {
  border: none !important;
  padding: 0 !important;
}

ul.item_list li {
  margin-bottom: 10px !important;
}

ul.item_list li h3.title_h3 {
  font-size: 18px !important;
}

.btn_cart a {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #000000 !important;
  background-size: 30px auto !important;
  color: #FFFFFF !important;
  display: block !important;
  padding: 10px 10px 10px 50px !important;
  width: 100% !important;
  border: 1px solid #ffffff;
}

.btn_cart a:hover {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #CCCCCC !important;
  background-size: 30px auto !important;
}

.sort_catalog {
  overflow: hidden;
}

.sort_catalog ul {
  display: flex;
}

.item_title, .wishlist {
  margin: 0 !important;
}

.shop_cont h2.title_h2, .item_info h2.title_h2 {
  border-top: 2px solid #CCCCCC;
}

.shop_cont a, .item_info a {
  color: #CCCCCC;
}

.shop_cont a:hover, .item_info a:hover {
  text-decoration: none;
}

.item_title h2 {
  border-top: 2px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

.shop_cont table {
  table-layout: auto;
}

.p2-h1 {
  font-size: 44px;
  text-align: center;
  font-weight: 700;
  padding: 100px 20px 100px;
  background-image: url(../images/main/p2-main.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 -120px;
  color: #333;
  margin-top: 84px;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .p2-h1 {
    background-position: left bottom;
  }
}
.p2-h1 h1 {
  position: relative;
  z-index: 1;
}
.p2-h1::before {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.5;
  z-index: 0;
}
@media only screen and (max-width: 1000px) {
  .p2-h1 {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .p2-h1 {
    margin-top: 55px;
    font-size: 40px;
  }
}
.p2-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.p2-h2 {
  font-weight: bold;
  font-size: 44px;
  position: relative;
  padding-bottom: 15px;
  border-bottom: 2px solid #ddd;
  margin-bottom: 25px;
}
@media only screen and (max-width: 600px) {
  .p2-h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
.p2-h2::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -2px;
  background-color: #71fcf6;
  width: 200px;
  height: 2px;
}
.p2-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  .p2-flex {
    flex-direction: column;
  }
}
.p2-flex .flex-left {
  width: 35%;
  margin-right: 40px;
}
@media only screen and (max-width: 600px) {
  .p2-flex .flex-left {
    width: 100%;
    margin-right: 0;
  }
}
.p2-flex .flex-right {
  width: 65%;
}
@media only screen and (max-width: 600px) {
  .p2-flex .flex-right {
    width: 100%;
    margin-top: 20px;
  }
}

.flex-text h3 {
  font-size: 26px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 2px solid #ddd;
  margin-bottom: 20px;
}
@media only screen and (max-width: 600px) {
  .flex-text h3 {
    font-size: 20px;
  }
}
.flex-text div {
  line-height: 2;
}

.pan ul {
  display: flex;
  max-width: 1200px;
  margin: 5px auto 0;
}
.pan ul a {
  color: #333 !important;
}
.pan ul i {
  padding: 0 10px;
}

.implant-list {
  border: 2px solid #71fcf6;
  border-radius: 5px;
}
.implant-list dl {
  align-items: center;
  border-bottom: 1px solid #fff !important;
  width: 100% !important;
}
@media only screen and (max-width: 800px) {
  .implant-list dl {
    flex-direction: column;
  }
}
.implant-list dt {
  background-color: #71fcf6 !important;
  color: #333;
  font-size: 24px;
  border: none !important;
  font-weight: bold;
  width: 300px !important;
  min-height: 70px;
}
@media only screen and (max-width: 800px) {
  .implant-list dt {
    width: 100% !important;
    min-height: 55px;
  }
}
.implant-list dd {
  width: calc(100% - 300px) !important;
  border: none !important;
  line-height: 1.5;
  background-color: #f6f6f6 !important;
  min-height: 70px;
}
@media only screen and (max-width: 800px) {
  .implant-list dd {
    width: 100% !important;
    min-height: 55px;
  }
}
@media only screen and (max-width: 800px) {
  .implant-list dd:empty {
    display: none;
  }
}
.implant-list2 ul li {
  padding: 20px 10px 20px 70px;
  border-bottom: 1px solid #ddd;
  float: none !important;
  line-height: 1.6;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .implant-list2 ul li {
    padding-left: 60px;
  }
}
.implant-list2 ul li::before {
  position: absolute;
  content: "";
  background-image: url(../images/main/tooth.png);
  width: 60px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 600px) {
  .implant-list2 ul li::before {
    width: 40px;
    height: 30px;
  }
}

.company-table td {
  padding: 20px 10px;
}
@media only screen and (max-width: 600px) {
  .company-table tr {
    display: flex;
    flex-direction: column;
  }
}
.company-table-left {
  width: 200px;
  background-color: #71fcf6;
  color: #fff;
}
@media only screen and (max-width: 600px) {
  .company-table-left {
    width: 100%;
  }
}
.company-table-right {
  width: calc(100% - 200px);
}
@media only screen and (max-width: 600px) {
  .company-table-right {
    width: 100%;
  }
}

.contact-form {
  max-width: 1000px;
  margin: 30px auto 0;
  padding: 0 20px;
}
.contact-form dd, .contact-form dt {
  padding: 20px 10px !important;
}
.contact-form dt {
  display: flex;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  background-color: #71fcf6 !important;
  color: #fff !important;
  width: 150px;
}
.contact-form dd {
  width: calc(100% - 150px);
}
.contact-form dd input {
  width: 100% !important;
  height: 45px;
}
.contact-form dd textarea {
  height: 150px;
}
.contact-text {
  margin-top: 30px;
}

button {
  text-indent: 1px !important;
}

.submit button {
  display: block;
  width: 320px;
  border-radius: 5px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  margin: 40px auto 0;
  color: #fff !important;
  background: #71fcf6;
  border: none;
  font-weight: bold;
}
@media only screen and (max-width: 400px) {
  .submit button {
    width: 100%;
  }
}

.error, .confirm, .message {
  margin-top: 100px !important;
}

.message {
  line-height: 1.8;
}
.message a {
  display: block;
  width: 320px;
  border-radius: 5px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  margin: 40px auto 0;
  color: #fff !important;
  background: #71fcf6;
  box-shadow: #0d6d95 2px 2px 0px;
  border: none;
  font-weight: bold;
}
@media only screen and (max-width: 400px) {
  .message a {
    width: 100%;
  }
}

.blog {
  margin-top: 120px !important;
}
.blog .date {
  background-color: #71fcf6 !important;
  color: #fff !important;
}
.blog-h1 {
  font-size: 24px;
}
@media only screen and (max-width: 600px) {
  .blog-h1 {
    font-size: 18px;
  }
}

ul.pages a {
  color: #333 !important;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

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

body {
  font-size: 18px;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 600px) {
  body {
    font-size: 16px;
  }
}

i {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.disnone {
  display: none;
}

.clearfix:after {
  visibility: visible;
}

.flex-R, .flex-L {
  width: 50%;
}

.flex-L {
  margin-right: 60px;
}
@media only screen and (max-width: 800px) {
  .flex-L {
    width: 80%;
    margin: 0 auto 30px;
  }
}
@media only screen and (max-width: 600px) {
  .flex-L {
    width: 90%;
  }
}

@media only screen and (max-width: 800px) {
  .flex-R {
    width: 100%;
  }
}

.imgL {
  float: none;
  margin: 0;
}

#contents_wrap {
  overflow: visible;
}

#contents {
  width: 100%;
  margin: 0;
  padding: 0;
}

.cont-title {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
.cont-title h2 {
  font-size: 46px;
  font-weight: 900;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 600px) {
  .cont-title h2 {
    font-size: 30px;
  }
}
.cont-title div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #ddd;
  font-size: 110px;
  font-weight: 900;
  z-index: 0;
}
@media only screen and (max-width: 800px) {
  .cont-title div {
    font-size: 80px;
  }
}
@media only screen and (max-width: 600px) {
  .cont-title div {
    font-size: 70px;
  }
}
.cont-title div::first-letter {
  color: #71fcf6;
}

.cont1 {
  position: relative;
  margin-top: 100px;
}
.cont1-inner {
  display: flex;
  width: 98%;
  align-items: flex-end;
}
@media only screen and (max-width: 800px) {
  .cont1-inner {
    flex-direction: column;
    width: 100%;
    padding: 0 20px;
  }
}
.cont1-img {
  width: 50%;
}
@media only screen and (max-width: 800px) {
  .cont1-img {
    width: 100%;
  }
}
.cont1-img img {
  min-height: 530px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 800px) {
  .cont1-img img {
    min-height: auto;
  }
}
.cont1-text {
  width: 50%;
  margin-left: 60px;
}
@media only screen and (max-width: 800px) {
  .cont1-text {
    width: 100%;
    margin-left: 0;
    margin-top: 25px;
  }
}
.cont1-text h2 {
  font-weight: bold;
  font-size: 44px;
  position: relative;
  padding-bottom: 15px;
  border-bottom: 2px solid #ddd;
  margin-bottom: 25px;
}
@media only screen and (max-width: 600px) {
  .cont1-text h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.cont1-text h2::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -2px;
  background-color: #71fcf6;
  width: 200px;
  height: 2px;
}
.cont1-text h2 span {
  display: block;
  font-size: 18px;
  margin-bottom: 4px;
}
@media only screen and (max-width: 600px) {
  .cont1-text h2 span {
    font-size: 14px;
  }
}
.cont1-text div {
  line-height: 2.4;
}
.cont1-text2 {
  position: absolute;
  right: 40px;
  top: 0px;
}
@media only screen and (max-width: 800px) {
  .cont1-text2 {
    top: -45px;
    right: 0;
  }
}
.cont1-text2 div {
  font-size: 110px;
  font-weight: 900;
  color: #ebebeb;
}
@media only screen and (max-width: 1200px) {
  .cont1-text2 div {
    font-size: 90px;
  }
}
@media only screen and (max-width: 1000px) {
  .cont1-text2 div {
    font-size: 80px;
  }
}
@media only screen and (max-width: 800px) {
  .cont1-text2 div {
    font-size: 12vw;
  }
}
.cont1-text2 div::first-letter {
  color: #71fcf6;
}

.cont2 {
  margin-top: 100px;
}
@media only screen and (max-width: 600px) {
  .cont2 {
    margin-top: 80px;
  }
}
.cont2-inner {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
.cont2-flex {
  margin-top: 80px;
  align-items: stretch;
}
.cont2-flex .box {
  border: 2px solid #71fcf6;
  padding: 60px 30px 30px;
  border-radius: 5px;
  position: relative;
  overflow: visible !important;
  text-align: center;
  margin-bottom: 60px;
}
.cont2-flex .box img {
  height: 70px;
  width: auto;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 600px) {
  .cont2-flex .box img {
    height: 50px !important;
    width: auto !important;
    top: -25px;
  }
}
.cont2-box-title {
  font-weight: 900;
  font-size: 28px;
  margin-bottom: 20px;
}
.cont2-box-text {
  line-height: 2;
}

.cont3 {
  margin-top: 40px;
  background-color: #71fcf6;
  padding: 100px 20px 80px;
}
@media only screen and (max-width: 600px) {
  .cont3 {
    margin-top: 20px;
    padding: 80px 10px 60px;
  }
}
.cont3-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.cont3-title div {
  color: #fff;
}
.cont3-title div::first-letter {
  color: #fff;
}
.cont3-flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cont3-flex .box {
  display: block;
  margin-left: 10px;
  margin-right: 10px;
  padding: 35px 10px;
  background-color: #fff;
  position: relative;
  outline: 1px solid #71fcf6;
  outline-offset: -10px;
  width: 28%;
  margin-bottom: 20px;
  border-radius: 5px;
}
@media only screen and (max-width: 800px) {
  .cont3-flex .box {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 2%;
  }
}
.cont3-flex .box div {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 800px) {
  .cont3-flex .box div {
    font-size: 18px;
  }
}
.cont3-flex .box div span {
  display: block;
  color: #71fcf6;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (max-width: 1000px) {
  .cont3-flex .box div span {
    font-size: 13px;
  }
}
.cont3-flex .box a {
  display: block;
  color: #333 !important;
}

.cont4 {
  margin-top: 100px;
}
@media only screen and (max-width: 600px) {
  .cont4 {
    margin-top: 80px;
  }
}
.cont4-inner {
  display: flex;
  align-items: center;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
@media only screen and (max-width: 600px) {
  .cont4-inner {
    flex-direction: column-reverse;
  }
}
.cont4-text {
  width: 45%;
}
@media only screen and (max-width: 600px) {
  .cont4-text {
    width: 100%;
  }
}
.cont4-text h2 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: bold;
}
.cont4-text div {
  line-height: 2.4;
}
.cont4-map {
  width: 55%;
  margin-left: 60px;
}
@media only screen and (max-width: 600px) {
  .cont4-map {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.cont4-map iframe {
  width: 100%;
  height: 400px;
}
@media only screen and (max-width: 600px) {
  .cont4-map iframe {
    height: 300px;
  }
}

.cont-time {
  background-color: #71fcf6;
  padding: 60px 20px;
  margin-top: 100px;
}
@media only screen and (max-width: 600px) {
  .cont-time {
    margin-top: 80px;
  }
}

.m-schedule {
  background-color: #fff;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding: 40px;
  border-radius: 10px;
}
@media only screen and (max-width: 600px) {
  .m-schedule {
    padding: 15px;
  }
}

.m-schedule table tr th:first-child {
  padding-right: 16px;
  min-width: 136px;
  color: #71fcf6;
}
@media only screen and (max-width: 600px) {
  .m-schedule table tr th:first-child {
    min-width: 110px;
  }
}

.m-schedule table {
  width: 100%;
}

.m-schedule table tr th {
  min-width: 40px;
  border: none;
  padding: 25px 0;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .m-schedule table tr th {
    min-width: 25px;
  }
}

.m-schedule table tr {
  border-bottom: 1px solid #ddd;
}

@media only screen and (max-width: 600px) {
  .m-schedule table tr th {
    font-size: 13px;
  }
}

.m-schedule table thead tr th {
  padding-top: 0;
}

.m-schedule table tr td {
  border: none;
  padding: 25px 0;
  text-align: center;
  font-size: 16px;
}
@media only screen and (max-width: 600px) {
  .m-schedule table tr td {
    font-size: 13px;
  }
}