@charset "UTF-8";
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

body {
  line-height: 1;
}

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

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins {
  color: #000;
  text-decoration: none;
}

mark {
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input[type=button], input[type=submit] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=button]::-webkit-search-decoration, input[type=submit]::-webkit-search-decoration {
  display: none;
}

input[type=button]::focus, input[type=submit]::focus {
  outline-offset: -2px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

:root {
  --mc:#4567b5;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
  font-size: 1.5rem;
  min-height: 100vh;
  color: #222;
  background: #fff;
  letter-spacing: 0.05em;
  line-height: 1.7;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (min-width: 680px) {
  body {
    font-size: 1.8rem;
  }
}

a {
  text-decoration: none;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  color: #222;
}

a:visited {
  color: inherit;
  text-decoration: none;
  font-weight: normal;
}

a:hover {
  opacity: 0.6;
  text-decoration: none !important;
}

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

@media (min-width: 680px) {
  .sp {
    display: none !important;
  }
}

.pc {
  display: none !important;
}
@media (min-width: 680px) {
  .pc {
    display: block !important;
  }
}

.wrap {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
}

.header {
  position: fixed;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  background-color: #fff;
  left: 0;
}

.header_logo {
  height: 100% !important;
}

.header_logo img {
  height: 40px;
}
@media (min-width: 541px) {
  .header_logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@-webkit-keyframes fadeIN {
  to {
    opacity: 1;
  }
}

@keyframes fadeIN {
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeUP {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUP {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.img_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.img_line img {
  width: 33.3333333333%;
}

.mv {
  position: relative;
  height: 100svh;
  max-height: 600px;
}

.slider .slider_item img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: center top;
     object-position: center top;
  width: 100vw !important;
  height: 100% !important;
  max-width: 800px;
}

.slider,
.slick-list,
.slider_item,
.slick-track {
  height: 100%;
}

.mv_logo {
  background: linear-gradient(135deg, rgba(77, 189, 239, 0.56) 0.1%, rgba(217, 151, 207, 0.4) 60%, rgba(255, 250, 186, 0.56) 85%, rgba(255, 255, 255, 0.56) 100%);
  position: absolute;
  top: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80%;
  text-align: center;
  border-radius: 10px;
}
.mv_logo img {
  height: 180px;
  width: auto;
}

.slick-arrow img {
  width: 100% !important;
}

.slider_btn {
  position: absolute;
  z-index: 1;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.slider_btn button {
  background: #f5f5f5;
  border-radius: 50%;
  border: 0;
  width: 30px;
  height: 30px;
}
.slider_btn button img {
  width: 16px;
}

.slick_start {
  display: none;
}

.slick-arrow {
  background: #f5f5f5;
  border-radius: 50%;
  border: 0;
  width: 30px;
  height: 30px;
  bottom: 20px;
  position: absolute;
  z-index: 1;
}
.slick-arrow img {
  width: 10px;
}

.slick-prev {
  left: calc(50% - 40px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.slick-prev img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.slick-next {
  left: calc(50% + 40px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.mv_line {
  background-color: rgba(255, 255, 255, 0.29);
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 20px;
  font-weight: 700;
  font-size: 2rem;
}
@media (min-width: 680px) {
  .mv_line {
    font-size: 2.4rem;
  }
}

.mv_txt {
  position: absolute;
  left: 25px;
  bottom: 10%;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
}
@media (min-width: 680px) {
  .mv_txt {
    font-size: 2.4rem;
  }
}

.riyu {
  background-color: var(--mc);
  padding: 3em 10px;
}
@media (min-width: 680px) {
  .riyu {
    padding: 40px 20px;
  }
}
.riyu h2 {
  color: #fff;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
}
@media (min-width: 680px) {
  .riyu h2 {
    font-size: 2.6rem;
  }
}
.riyu h2 span {
  display: block;
  font-size: 14px;
}
@media (min-width: 680px) {
  .riyu h2 span {
    font-size: 1.8rem;
  }
}

.riyu_wrap {
  margin-top: 15px;
  position: relative;
}

.riyu_wrap__txt {
  background-color: #fff;
  padding: 10px;
  width: 60%;
  border-radius: 5px;
}
@media (min-width: 680px) {
  .riyu_wrap__txt {
    padding: 20px;
  }
}
.riyu_wrap__txt h3 {
  color: #7b694a;
  text-align: center;
  font-size: 16px;
  margin: 0 0 5px;
}
@media (min-width: 680px) {
  .riyu_wrap__txt h3 {
    font-size: 2rem;
  }
}

.riyu_wrap__img {
  width: 38%;
  position: absolute;
  height: 100%;
  top: 0;
}
.riyu_wrap__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.riyu_wrap:nth-child(even) .riyu_wrap__img {
  right: 0;
}

.riyu_wrap:nth-child(odd) .riyu_wrap__txt {
  margin-left: auto;
}
.riyu_wrap:nth-child(odd) .riyu_wrap__img {
  left: 0;
}

.img_slider_sec {
  position: relative;
  height: 70vh;
  max-height: 680px;
  width: 90%;
  margin: 30px auto 0;
}

.img_slider_ov {
  position: absolute;
  bottom: 15%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #FE1993;
  width: 90%;
}

.img_slider_lead {
  font-size: 3rem;
  font-weight: bold;
}

.img_slider_txt {
  font-size: 1.8rem;
}

.concept {
  padding: 50px 10%;
}
.concept h2 {
  font-size: 12px;
  margin-bottom: 20px;
}
@media (min-width: 680px) {
  .concept h2 {
    font-size: 1.6rem;
  }
}
.concept h2 span {
  display: block;
  font-size: 32px;
  color: var(--mc);
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
@media (min-width: 680px) {
  .concept h2 span {
    font-size: 3.8rem;
  }
}
.concept p + p {
  margin-top: 2em;
}

.profile {
  padding: 50px 10%;
}

.profile_name {
  color: var(--mc);
  margin-bottom: 10px;
  line-height: 1.2;
}

.profile_name span {
  display: block;
}

.profile_name__job {
  color: #b3b3b3;
  font-family: "Damion", cursive;
  font-size: 1.8rem;
}

.profile_name__name img {
  height: 50px;
  margin-top: 10px;
}
@media (min-width: 680px) {
  .profile_name__name img {
    height: 60px;
  }
}

.profile_header {
  position: relative;
  height: 180vw;
  max-height: 450px;
  margin-bottom: 40px;
}

.profile_header__bg {
  background-color: var(--mc);
  width: 70%;
  height: 100%;
  margin: 0 auto;
}

.profile_header_img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.profile_header_img img {
  -webkit-box-shadow: -8px 8px 16px rgba(0, 0, 0, 0.4);
          box-shadow: -8px 8px 16px rgba(0, 0, 0, 0.4);
}

.profile_header__txt {
  color: #eee;
  font-size: 5rem;
  font-weight: bold;
  z-index: 1;
  position: relative;
  text-align: right;
}

.profile_header__txt + img {
  margin-top: -30px;
}

@media (min-width: 680px) {
  .profile--1 .profile_header {
    margin-bottom: 100px;
    margin-top: 100px;
  }
}
.profile--1 .profile_header_img_1 {
  left: -20px;
  width: calc(60% + 10px);
}
.profile--1 .profile_header_img_2 {
  right: -20px;
  width: calc(40% + 10px);
}

.profile--2 .profile_header_img_1 {
  left: -20px;
  width: 120%;
}

.img_invisalign {
  position: relative;
  margin-bottom: 80px;
}

.img_invisalign_bg {
  -webkit-filter: brightness(0.7) grayscale(1);
          filter: brightness(0.7) grayscale(1);
}

.img_invisalign__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 300px;
}

.invisalign {
  margin-top: 60px;
}
.invisalign h2 {
  position: relative;
}
.invisalign h2 img {
  -webkit-filter: brightness(0.6);
          filter: brightness(0.6);
}
.invisalign h2 span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 4rem;
  width: 100%;
  color: #fff;
  text-align: center;
}

.invisalign_whats {
  color: #e9eef7;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 2.8rem;
  text-align: right;
  margin-top: 20px;
}
@media (min-width: 680px) {
  .invisalign_whats {
    background: rgba(0, 0, 0, 0.2);
    margin-left: auto;
    width: 50%;
    margin-top: -30px;
    padding: 50px 30px;
    text-align: center;
  }
}

.invisalign__inner {
  padding: 40px 10% 80px;
}
.invisalign__inner h3 {
  font-size: 3rem;
  color: var(--mc);
  border-bottom: 1px solid;
  margin-bottom: 20px;
}
.invisalign__inner p + h3 {
  margin-top: 30px;
}
.invisalign__inner h4 {
  font-size: 2rem;
  color: var(--mc);
}
.invisalign__inner p + h4 {
  margin-top: 20px;
}

.treatment {
  background-color: var(--mc);
  padding: 50px 0 0;
}
.treatment h2 {
  color: #fff;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
}

.treatment__inner {
  background-color: #fff;
  width: 70%;
  margin-left: auto;
  padding: 100px 20px 120px;
  margin-top: 50px;
}
.treatment__inner h3 {
  margin-top: 80px;
  margin-bottom: 20px;
  color: var(--mc);
  font-size: 3rem;
  line-height: 1.4;
}
.treatment__inner h3 span {
  display: block;
  font-size: 2rem;
}

.treatment__ovimg {
  width: calc(130% + 50px);
  max-width: 600px;
  margin-left: calc((25px + 30%) * -1);
  -webkit-box-shadow: -8px 8px 16px rgba(0, 0, 0, 0.4);
          box-shadow: -8px 8px 16px rgba(0, 0, 0, 0.4);
}

.treatment__img {
  margin-top: 20px;
}

.treatment__img + .treatment__ovimg {
  margin-top: 100px;
}

.price h2 {
  position: relative;
}
.price h2 img {
  -webkit-filter: brightness(0.6);
          filter: brightness(0.6);
}
.price h2 span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 4rem;
  width: 100%;
  color: #fff;
  text-align: center;
}
.price h3 {
  font-size: 3rem;
  color: var(--mc);
  border-bottom: 1px solid;
  margin-bottom: 50px;
  position: relative;
}
.price h3::after {
  content: "※価格はすべて税込み";
  display: block;
  text-align: right;
  width: 100%;
  position: absolute;
  color: #222;
  font-size: 1.4rem;
}
.price table {
  width: 100%;
}
.price th, .price td {
  padding: 5px 10px;
  border: 1px solid #ccc;
  font-size: 2rem;
}
.price th {
  background-color: #D2E1EE;
  text-align: left;
  width: 40%;
}
.price table + h3 {
  margin-top: 60px;
}

.price__inner {
  width: 90%;
  margin: 0 auto;
}

.price_fees {
  color: #e9eef7;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 2.8rem;
  text-align: right;
  margin-top: 20px;
}
@media (min-width: 680px) {
  .price_fees {
    background: rgba(0, 0, 0, 0.2);
    margin-left: auto;
    width: 50%;
    margin-top: -30px;
    padding: 50px 30px;
    text-align: center;
  }
}

.flow {
  margin-top: 100px;
}
.flow h2 {
  position: relative;
  overflow: hidden;
}
@media (min-width: 680px) {
  .flow h2 {
    max-height: 300px;
  }
}
.flow h2 img {
  -webkit-filter: brightness(0.6);
          filter: brightness(0.6);
  width: 100%;
}
.flow h2 span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 4rem;
  width: 100%;
  color: #fff;
  text-align: center;
}
.flow h3 {
  font-size: 3rem;
  color: var(--mc);
  margin: 50px 0 20px;
  font-weight: bold;
}
.flow h3 span {
  display: block;
  font-weight: normal;
  font-size: 2rem;
}

.flow__inenr {
  width: 90%;
  margin: 0 auto;
}

.flow_step {
  width: 100%;
  background-size: cover;
  background-position: center;
  padding: 20px 0;
  max-width: 600px;
  margin: 40px auto 0;
}

.flow_step__inner {
  background: rgba(0, 0, 0, 0.43);
  height: 100%;
  padding: 15px;
  color: #fff;
  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;
}
.flow_step__inner h4 {
  font-size: 2.2rem;
  margin-bottom: 10px;
  line-height: 1.2;
  font-weight: bold;
  text-align: right;
}
.flow_step__inner p {
  width: 90%;
  margin-left: auto;
  line-height: 1.6;
}

.flow_step-1 {
  background-image: url(../images/flow_1.jpg);
}

.flow_step-2 {
  background-image: url(../images/flow_2.jpg);
}

.flow_step-3 {
  background-image: url(../images/flow_3.jpg);
}

.flow_step-4 {
  background-image: url(../images/flow_4.jpg);
}

.flow_step-5 {
  background-image: url(../images/flow_5.jpg);
}

.flow_step-6 {
  background-image: url(../images/flow_6.jpg);
}

.flow_step-7 {
  background-image: url(../images/flow_7.jpg);
}

.info {
  background-color: var(--mc);
  padding: 3em 10px;
  margin-top: 80px;
}
.info h2 {
  color: #fff;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
}
.info h2 span {
  display: block;
  font-size: 14px;
}

.info_wrap {
  margin-top: 15px;
  position: relative;
}

.info_wrap__txt {
  background-color: #fff;
  padding: 10px;
  width: 60%;
  border-radius: 5px;
}
.info_wrap__txt h3 {
  color: #7b694a;
  text-align: center;
  font-size: 16px;
  margin: 0 0 5px;
}
@media (min-width: 680px) {
  .info_wrap__txt h3 {
    font-size: 2rem;
  }
}

.info_wrap__img {
  width: 38%;
  position: absolute;
  height: 100%;
  top: 0;
}
.info_wrap__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.info_wrap:nth-child(even) .info_wrap__txt {
  margin-left: auto;
}
.info_wrap:nth-child(even) .info_wrap__img {
  left: 0;
}

.info_wrap:nth-child(odd) .info_wrap__img {
  right: 0;
}

.btn_brown {
  border-radius: 12px;
  background-color: #857d69;
  width: 240px;
  padding: 20px;
  color: #fff;
  text-align: center;
  display: block;
  margin: 50px auto 0;
}

.btn_brown:visited {
  color: #fff;
}

.foote_img_top_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0;
}

.foote_img_top_column img {
  width: calc(33.3333333333% - 6.6666666667px);
}

.foote_img_top_column img + img {
  margin-left: 10px;
}

.footer {
  background-color: var(--mc);
  padding: 50px 5%;
  color: #fff;
}
.footer h2 {
  font-size: 32px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
.footer a {
  border-radius: 12px;
  background-color: #fff;
  font-size: 1.8rem;
  line-height: 1.2;
  width: 240px;
  padding: 20px;
  color: var(--mc) !important;
  text-align: center;
  display: block;
  margin: 50px auto 0;
  font-weight: bold;
  font-family: "Damion", cursive;
}
.footer a span {
  display: block;
}

.footer_map iframe {
  max-width: 100%;
  width: 100%;
  display: block;
}

.footer_copy {
  text-align: center;
  font-size: 12px;
  padding: 3px 3px 63px;
}

.footer_btn {
  position: fixed;
  z-index: 1;
  bottom: 0;
  width: 100%;
  max-width: 800px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.footer_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.8rem;
}
.footer_btn a:hover {
  text-decoration: none !important;
  opacity: 1 !important;
}

.footer_btn_tel {
  background-color: #73a9c5;
  color: #fff;
}
.footer_btn_tel img {
  width: 20px;
  margin-right: 5px;
}
.footer_btn_tel:visited {
  color: #fff !important;
}
.footer_btn_tel:hover {
  color: #fff !important;
}

.footer_btn_line {
  background-color: #30cd4e;
  color: #fff;
}
.footer_btn_line:visited {
  color: #fff !important;
}
.footer_btn_line:hover {
  color: #fff !important;
}

.footer_btn_reserve {
  background-color: #fcec69;
  color: #222;
}
.footer_btn_reserve:visited {
  color: #222 !important;
}
.footer_btn_reserve:hover {
  color: #222 !important;
}

.aichat {
  bottom: 70px !important;
  position: fixed;
  right: 10px;
  width: 80px;
  height: 80px;
  opacity: 1;
  z-index: 1;
}

.scloll {
  opacity: 0;
  -webkit-transition-duration: 1.6s;
  transition-duration: 1.6s;
}

.scloll.on {
  opacity: 1;
}

.profile_header_img_1 .scloll {
  -webkit-transform: translate(-20%, 20%);
          transform: translate(-20%, 20%);
}

.profile_header_img_1 .scloll.on {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.profile_header_img_2 .scloll {
  -webkit-transform: translate(20%, 20%);
          transform: translate(20%, 20%);
}

.profile_header_img_2 .scloll.on {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.profile--1 > div.scloll {
  -webkit-transform: translate(20%, 0);
          transform: translate(20%, 0);
}

.profile--1 > div.scloll.on {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.profile--2 .scloll {
  -webkit-transform: translate(20%, 20%);
          transform: translate(20%, 20%);
}

.profile--2 .scloll.on {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.profile--2 > div.scloll {
  -webkit-transform: translate(-20%, 0);
          transform: translate(-20%, 0);
}

.profile--2 > div.scloll.on {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.footer.scloll {
  -webkit-transform: translate(-10%, 10%);
          transform: translate(-10%, 10%);
}

.footer.scloll.on {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.smpbtn {
  top: 0 !important;
  right: 0 !important;
}


.drawr {
  padding: 0;
  }
  .drawr #menu li {
      float: left;
      width: 48%;
      margin: 5px 1%;
  }
  .drawr #menu ul{
  padding-bottom: 20px;
  }
  .drawr #menu li a{
    font-size: 90%;
  }
  .dropmenu p{
      font-size: 100%;
      text-align: center;
      padding-top: 10px;
      font-weight: bold;
      color: #40220f;
  }
  .dropmenu p span{
    background-color: rgba(0,0,0,0.1);
    padding: 5px;
    display: block;
    width: 94%;
    margin: 0 auto;
    }
  .sp-menu0 {
    background:rgba(237, 109, 0,0.8);
    padding: 10px 0;
  }
  .sp-menu1__ttl,
  .sp-menu1{
      background: rgba(255,175,0,0.8);
  
  }
  .sp-menu2__ttl,
  .sp-menu2{
    background: rgba(244, 235, 58,0.8);
  }
  .sp-menu3{
    background: rgba(0,221,119,0.8);
        padding-bottom: 50px;
  }
  