@charset "UTF-8";
/* ----------------------------------------
  components
---------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Kurale&display=swap");
@media screen and (min-width:769px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width:768px) {
  .pc {
    display: none;
  }
}
.top-sec-ttl {
  display: block;
  margin: 32px auto;
  font-size: 32px;
  letter-spacing: 0.1em;
  font-family: ryo-gothic-plusn, fot-cezanne-pron, sans-serif;
  text-align: center;
}
@media screen and (min-width:769px) {
  .top-sec-ttl {
    margin: 60px auto;
    font-size: 40px;
  }
}
.top-sec-ttl .ttl-firstline {
  display: inline-block;
  background: linear-gradient(transparent 80%, #D8D835 80%);
  font-weight: 500;
  margin-bottom: 10px;
}
.top-sec-ttl .ttl-secondline {
  font-size: 16px;
  display: block;
}

.usual-sec-ttl-1, .usual-sec-ttl-2 {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 5px solid #8BBCBC;
  margin-bottom: 20px;
}
@media screen and (min-width:769px) {
  .usual-sec-ttl-1, .usual-sec-ttl-2 {
    margin-bottom: 40px;
  }
}

.usual-sec-ttl-2 {
  border-bottom: 5px solid #D8D835;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  background-color: #fff;
  border: none;
  border-radius: 0;
}

input[type=text]::-moz-placeholder, textarea::-moz-placeholder {
  color: #D4C8C3;
}

input[type=text]::placeholder,
textarea::placeholder {
  color: #D4C8C3;
}

input[type=text]::-moz-placeholder::placeholder, textarea:focus::-moz-placeholder {
  color: #ddd;
}

input[type=text]::placeholder::placeholder,
textarea:focus::placeholder {
  color: #ddd;
}

form {
  width: 100%;
  margin-top: 60px;
}
form label {
  display: block;
  margin-bottom: 0.2em;
}
form .formset {
  margin-bottom: 2em;
}
form dt {
  padding: 0.5em 2em 0.5em 0;
}
form dt label.usual-sec-ttl-2 {
  font-size: 16px;
  margin-bottom: 0;
}
form dt small {
  font-size: 12px;
}
form dd {
  line-height: 1.8;
}
@media screen and (min-width:769px) {
  form dt {
    width: 30%;
    text-align: right;
  }
  form dt label.usual-sec-ttl-2 {
    margin-bottom: 1em;
  }
  form dd {
    width: 70%;
  }
  form dd.date-dd {
    width: 33%;
    margin-right: 2%;
  }
}
form input[type=text],
form input[type=email],
form input[type=date],
form input[placeholder],
form select, form option,
form textarea {
  color: #867468;
  width: 100%;
  font-size: 16px;
  padding: 0.5em;
  border: 1px solid #867468;
  font-family: "Muli", fot-cezanne-pron, sans-serif;
}
form textarea {
  resize: none;
  height: 200px;
}
form input[type=radio],
form input[type=checkbox] {
  margin-right: 0.5em;
}
@media screen and (max-width:768px) {
  form button,
  form input[type=submit],
  form input[type=radio],
  form input[type=checkbox] {
    outline: none;
  }
  form input[type=radio],
  form input[type=checkbox] {
    position: relative;
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    transition: 0.2s;
    transform: translateY(2px);
  }
  form input[type=radio] {
    border-radius: 10px;
  }
  form input[type=radio]:checked {
    border: 5px solid #8BBCBC;
  }
  form input[type=checkbox]::before {
    transition: 0.2s;
    display: block;
    content: "";
    position: absolute;
    top: -1px;
    left: 1px;
  }
  form input[type=checkbox]:checked::before {
    content: url("../images/reten.svg");
  }
}
form .submitarea {
  padding-bottom: 40px;
}
form .submitarea input[type=submit] {
  margin: 0 auto;
}

.contact .sec-usual {
  margin-bottom: 0;
  padding-bottom: 60px;
}
@media screen and (min-width:769px) {
  .contact .sec-usual {
    padding-bottom: 120px;
  }
}
.contact .sec-usual p {
  text-align: center;
}
.contact .sec-usual .cmn-list {
  margin: 60px auto;
  width: 600px;
  max-width: 90%;
}
.contact .sec-usual .cmn-list li {
  font-size: 16px;
}
.contact .sec-usual .cmn-list li::before {
  top: 10px;
}
.contact p.small {
  font-size: 12px;
}
.contact span.wpcf7-list-item {
  display: block;
}
.contact .wpcf7 form.sent .wpcf7-response-output,
.contact .wpcf7 form.failed .wpcf7-response-output,
.contact .wpcf7 form.aborted .wpcf7-response-output,
.contact .wpcf7 form.invalid .wpcf7-response-output,
.contact .wpcf7 form.unaccepted .wpcf7-response-output {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  width: 100vw;
  margin: 0;
  padding: 1em;
  text-align: center;
  border: none;
  background: #8c8c1b;
  color: #fff;
}
.contact .recaptcha-message {
  margin-top: 60px;
  background: #fff;
  padding: 1em;
  font-size: 12px;
}

.grecaptcha-badge {
  visibility: hidden;
}

/* ----------------------------------------
  common parts
---------------------------------------- */
* {
  box-sizing: border-box;
}

body {
  position: relative;
  font-family: "Muli", fot-cezanne-pron, sans-serif;
  line-height: 1;
  letter-spacing: 0.025em;
  color: #867468;
  font-size: 16px;
}

#wrap {
  position: relative;
  width: 100%;
  max-width: 1470px;
  margin: 0 auto;
}

img {
  width: 100%;
  margin: 0 auto;
}

p {
  line-height: 1.6;
  margin-bottom: 1em;
}

a {
  color: #14A7B0;
  text-decoration: none;
}
@media screen and (min-width:769px) {
  a:hover {
    opacity: 0.7;
  }
}

main {
  background: #faf9fa;
  width: 100%;
  max-width: 1469px;
}
@media screen and (min-width:1470px) {
  main {
    margin-left: 270px;
    max-width: 1200px;
  }
}

.content-w {
  width: 95.7%;
  margin: 0 auto;
  padding: 0 4.4%;
  position: relative;
}
@media screen and (min-width:769px) {
  .content-w {
    width: 1000px;
    padding: 0 80px;
  }
}

.sec-inner {
  position: relative;
  width: 1000px;
  max-width: 94%;
  margin: 0 auto;
  padding: 40px 0 80px;
}
@media screen and (min-width:769px) {
  .sec-inner {
    padding: 60px 0 120px;
  }
}

.link-btn {
  display: block;
  padding: 14px 0;
  width: 160px;
  border: 2px solid #8BBCBC;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  border-radius: 25px;
  background-color: #8BBCBC;
  text-align: center;
}
@media screen and (min-width:769px) {
  .link-btn {
    transition: background-color 0.2s;
  }
  .link-btn:hover {
    background-color: rgb(255, 255, 255);
    color: #8BBCBC;
    font-weight: 700;
  }
}

@media screen and (max-width:768px) {
  a.linkBtn, input.linkBtn {
    font-size: 16px;
  }
}
.txt-marker {
  background: linear-gradient(transparent 80%, #D8D835 80%);
}

.cmn-list {
  list-style: none;
}
.cmn-list li {
  position: relative;
  font-size: 14px;
  line-height: 1.6;
  padding-left: 1em;
}
.cmn-list li::before {
  display: block;
  width: 6px;
  height: 6px;
  content: "";
  background: #8BBCBC;
  position: absolute;
  top: 8px;
  left: 0;
}

.attention {
  margin-bottom: 40px;
}
.attention li {
  line-height: 1.6;
  padding-left: 1.1em;
  position: relative;
}
.attention li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (min-width:769px) {
  .flex {
    display: flex;
    justify-content: space-between;
  }
}
.cmn-table {
  width: 100%;
}
.cmn-table tr {
  border-bottom: 1px dashed #EEECED;
  font-size: 14px;
}
.cmn-table th, .cmn-table td {
  padding: 1em;
}
.cmn-table th {
  background-color: #867468;
  color: #fff;
  text-align: center;
}
@media screen and (max-width:768px) {
  .cmn-table th {
    width: 30%;
  }
}
.cmn-table td {
  background: #fff;
}
@media screen and (min-width:769px) {
  .cmn-table th, .cmn-table td {
    padding: 20px 40px;
  }
}

.bnr-large {
  width: 600px;
  max-width: 80%;
  margin: 0 auto;
}

/* ----------------------------------------
section
---------------------------------------- */
.page-ttl-area {
  width: 100%;
  height: 33vw;
  margin-bottom: 60px;
}
@media screen and (min-width:769px) {
  .page-ttl-area {
    height: 280px;
    margin-bottom: 120px;
  }
}
.page-ttl-area .mv-txt-box {
  width: 100%;
  height: 100%;
  background-color: rgba(80, 80, 80, 0.2);
  color: #fff;
  text-align: center;
  position: relative;
}
.page-ttl-area .mv-txt-box .page-ttl {
  font-size: 32px;
  font-family: muli, ryo-gothic-plusn, sans-serif;
  font-weight: 500;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-ttl-area .mv-txt-box .page-ttl span {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  font-weight: normal;
}
@media screen and (min-width:769px) {
  .page-ttl-area .mv-txt-box .page-ttl {
    font-size: 40px;
  }
  .page-ttl-area .mv-txt-box .page-ttl span {
    margin-top: 20px;
  }
}

.sec-usual {
  margin-bottom: 60px;
}
@media screen and (min-width:769px) {
  .sec-usual {
    margin-bottom: 120px;
  }
  .sec-usual .sec-usual-inner {
    padding: 0 20px;
  }
}

.sec-center {
  text-align: center;
}

.sb_instagram_header {
  display: none;
}

@media screen and (max-width:768px) {
  .sbi_item.sbi_type_image,
  .sbi_item.sbi_type_carousel {
    width: 45vw !important;
  }
  .sbi_photo {
    height: 45vw !important;
  }
}
.sec-banner .sec-inner {
  padding-top: 0;
}

.bnr-medium {
  display: flex;
  justify-content: space-between;
  width: 94%;
  max-width: 800px;
  margin: 0 auto 40px;
}
@media screen and (max-width:768px) {
  .bnr-medium {
    flex-direction: column;
  }
  .bnr-medium a {
    margin-bottom: 1em;
  }
}

footer.footer {
  background: #8BBCBC;
  padding: 2em 0;
  text-align: center;
  color: #fff;
}
@media screen and (min-width:1470px) {
  footer.footer {
    margin-left: 270px;
  }
}

header.page-header {
  width: 100%;
  background: #EEECED;
  text-align: center;
  position: relative;
  box-shadow: 0 0 10px rgba(60, 51, 45, 0.2);
}
@media screen and (min-width:1470px) {
  header.page-header {
    width: 270px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  header.page-header .gnav-content {
    position: sticky;
    top: 0;
  }
}

.gnav-btn {
  font-size: 0;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  background: #8BBCBC;
  box-shadow: 0 0 20px rgba(60, 51, 45, 0.2);
  position: fixed;
  top: 10px;
  right: 10px;
  transition: all 0.2s;
  z-index: 1000;
}
.gnav-btn::before, .gnav-btn::after {
  display: inline-block;
  content: "";
  transition: all 0.2s;
  position: absolute;
  width: 18px;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  left: 50%;
  transform: translateX(-50%);
}
.gnav-btn::before {
  top: 40%;
}
.gnav-btn::after {
  bottom: 40%;
}
.gnav-btn.active {
  background: #fff;
}
.gnav-btn.active::before {
  background: #8BBCBC;
  transform: translate(-50%, 5px) rotate(-45deg);
}
.gnav-btn.active::after {
  background: #8BBCBC;
  transform: translate(-50%, -5px) rotate(45deg);
}
@media screen and (min-width:769px) {
  .gnav-btn {
    width: 100px;
    height: 100px;
    top: 40px;
    right: 40px;
  }
  .gnav-btn::before, .gnav-btn::after {
    width: 30px;
    height: 4px;
    border-radius: 4px;
    left: 50%;
    transform: translateX(-50%);
  }
  .gnav-btn.active::before {
    transform: translate(-50%, 8px) rotate(-45deg);
  }
  .gnav-btn.active::after {
    transform: translate(-50%, -8px) rotate(45deg);
  }
}
@media screen and (min-width:1470px) {
  .gnav-btn {
    display: none;
  }
}

.header-logo-box {
  background: #8BBCBC;
  padding: 20px 0;
  color: #fff;
  font-size: 10px;
}
.header-logo-box img {
  width: 100px;
  margin-bottom: 10px;
}
@media screen and (min-width:769px) {
  .header-logo-box {
    padding: 50px 0;
    font-size: 12px;
  }
  .header-logo-box img {
    width: 140px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width:1470px) {
  .header-logo-box {
    height: 280px;
    padding: 90px 0;
  }
}

@media screen and (max-width: 1469px) {
  .curtain {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 990;
  }
}
.header-nav {
  display: none;
  background: #EEECED;
  padding: 10px;
  font-size: 16px;
  line-height: 48px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  text-align: left;
}
@media screen and (min-width:1470px) {
  .header-nav {
    display: block;
    position: relative;
    text-align: center;
  }
}
.header-nav ul {
  width: 200px;
  margin: 0 auto;
}
.header-nav li {
  position: relative;
}
.header-nav a, .header-nav .open-submenu {
  display: block;
  color: #867468;
}
@media screen and (min-width:769px) {
  .header-nav a:hover > span, .header-nav .open-submenu:hover > span {
    background: linear-gradient(transparent 80%, #D8D835 80%);
  }
}
@media screen and (min-width:769px) {
  .header-nav {
    padding: 80px 0;
    line-height: 72px;
  }
}

.open-submenu {
  cursor: pointer;
}

ul.gnav-submenu {
  text-align: left;
  display: none;
  width: 100%;
  position: relative;
  background: #EEECED;
  margin-left: 1em;
  padding-left: 1em;
  border-left: 1px solid #D8D835;
}
@media screen and (min-width:1470px) {
  ul.gnav-submenu {
    width: 70%;
    margin: 0 0 20px 30%;
  }
}

/* ----------------------------------------
  ページごと
---------------------------------------- */
.home {
  letter-spacing: 0.05em;
}
.home section.top-mv {
  padding: 116% 0 0;
  background: url("../images/top-mv-sp.jpg") center bottom no-repeat;
  background-size: cover;
  position: relative;
}
@media screen and (min-width:769px) {
  .home section.top-mv {
    padding: 43.3% 0 0;
    background: url("../images/top-mv.jpg") center bottom no-repeat;
    background-size: cover;
  }
}
.home section.top-mv .mv-txt-box {
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #707070;
  position: absolute;
}
@media screen and (max-width:768px) {
  .home section.top-mv .mv-txt-box {
    left: 5%;
    top: 10%;
  }
}
@media screen and (min-width:769px) {
  .home section.top-mv .mv-txt-box {
    left: 12.5%;
    top: 40%;
  }
}
.home section.top-mv .mv-txt-box h2 {
  font-family: ryo-gothic-plusn, sans-serif;
  font-size: 24px;
  margin-bottom: 0.8em;
}
@media screen and (min-width:769px) {
  .home section.top-mv .mv-txt-box h2 {
    font-size: 36px;
  }
}
.home .sec-service .flex-item {
  background: #fff;
  border-top: 10px solid #867468;
  padding: 40px 20px 0;
  position: relative;
  line-height: 1.6;
}
@media screen and (max-width:768px) {
  .home .sec-service .flex-item {
    width: 80%;
    margin: 0 auto 2em;
    padding: 2em 1.5em 2em;
    box-shadow: 0 0 10px rgba(60, 51, 45, 0.2);
  }
}
@media screen and (min-width:769px) {
  .home .sec-service .flex-item {
    pointer-events: none;
    width: 30%;
  }
  .home .sec-service .flex-item:hover {
    box-shadow: 0 0 20px rgba(60, 51, 45, 0.2);
    transition: 0.4s;
  }
}
.home .sec-service .flex-item img {
  width: 150px;
  max-width: 60%;
}
.home .sec-service .flex-item h3 {
  line-height: 1;
  font-size: 32px;
  text-align: center;
  margin: 1em 0 0.8em;
}
@media screen and (max-width:768px) {
  .home .sec-service .flex-item img {
    width: 100px;
  }
  .home .sec-service .flex-item h3 {
    font-size: 24px;
    margin: 10px 0 24px;
  }
}
.home .sec-service .link-btn {
  margin: 0 auto;
}
.home .sec-service .cmn-list {
  margin-bottom: 2em;
}
.home .sec-service p {
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (min-width:769px) {
  .home .sec-service .link-btn {
    pointer-events: auto;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
  }
  .home .sec-service .cmn-list {
    margin-bottom: 132px;
  }
}
.home .sec-about {
  background: #fff url("../images/bg-to-about.png") top right no-repeat;
  background-size: 200%;
}
@media screen and (min-width:769px) {
  .home .sec-about {
    background: #fff url("../images/bg-to-about.png") center right no-repeat;
    background-size: cover;
  }
}
.home .sec-about p {
  font-size: 16px;
  line-height: 2;
  text-align: left;
  margin-bottom: 0;
}
@media screen and (max-width:768px) {
  .home .sec-about {
    text-align: right;
  }
  .home .sec-about img {
    display: inline-block;
    width: 90%;
    max-width: 320px;
  }
  .home .sec-about .link-btn {
    position: absolute;
    bottom: 2em;
    left: 50%;
    transform: translateX(-50%);
  }
}
.home .sec-about .sec-inner {
  padding-bottom: 0;
}
@media screen and (min-width:769px) {
  .home .sec-about .sec-inner {
    padding: 80px 0;
    background: url("../images/img-to-about.png") bottom right no-repeat;
    background-size: contain;
  }
  .home .sec-about p {
    margin-bottom: 3em;
  }
  .home .sec-about .link-btn {
    margin: 0 auto;
  }
}

.about .page-ttl-area {
  background: url("../images/mv-about.jpg") bottom center no-repeat;
  background-size: cover;
}
.about .sec-gaiyou p {
  margin-bottom: 40px;
}
.about .attention {
  font-size: 14px;
}
.about .sec-tool {
  margin-bottom: 40px;
}
@media screen and (min-width:769px) {
  .about .sec-tool {
    margin-bottom: 80px;
  }
}
.about .sec-tool .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 10px auto 40px;
}
.about .sec-tool .flex-item {
  margin: 0 20px 20px;
}
.about .sec-tool .tool-box {
  text-align: center;
}
.about .sec-tool .tool-box .tool-circle {
  width: 80px;
  height: 80px;
  background: #fff;
  margin-bottom: 10px;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(60, 51, 45, 0.2);
}
@media screen and (min-width:769px) {
  .about .sec-tool .flex {
    width: 600px;
  }
  .about .sec-tool .flex-item {
    margin: 0 32px 40px;
  }
  .about .sec-tool .tool-box .tool-circle {
    width: 100px;
    height: 100px;
  }
}
.about .sec-center {
  background: #fff;
  margin-bottom: 60px;
}
.about .sec-center .sec-inner {
  width: 800px;
  padding-bottom: 60px;
}
@media screen and (max-width:768px) {
  .about .sec-center .sec-inner p {
    text-align: left;
  }
}
@media screen and (min-width:769px) {
  .about .sec-center {
    margin-bottom: 120px;
  }
}
.about .sec-profile h3 {
  margin-bottom: 10px;
  font-size: 20px;
}
@media screen and (min-width:769px) {
  .about .sec-profile h3 {
    margin-bottom: 2em;
  }
}
.about .sec-profile-introduce {
  margin-bottom: 60px;
}
@media screen and (min-width:769px) {
  .about .sec-profile-introduce {
    display: flex;
    flex-direction: row-reverse;
  }
}
.about .sec-profile-introduce .img-area {
  margin-bottom: 20px;
}
@media screen and (min-width:769px) {
  .about .sec-profile-introduce .img-area {
    margin-left: 40px;
  }
}
.about .sec-profile-introduce .img-area img {
  width: 280px;
}
.about .sec-profile-history {
  margin-bottom: 60px;
}
.about .sec-profile-history dl.history .dl-row {
  position: relative;
  line-height: 1.4;
}
.about .sec-profile-history dl.history dt {
  position: absolute;
  top: 0;
  left: 0;
}
.about .sec-profile-history dl.history dd {
  margin-left: 74px;
  border-left: 1px solid #8BBCBC;
  padding-left: 20px;
  padding-bottom: 0.5em;
  position: relative;
}
.about .sec-profile-history dl.history dd:last-of-type {
  padding-bottom: 2em;
}
.about .sec-profile-history dl.history dd::before {
  display: block;
  width: 7px;
  height: 7px;
  content: "";
  background: #8BBCBC;
  position: absolute;
  top: 7px;
  left: -4px;
}
.about .sec-related-link .flex {
  justify-content: space-between;
  flex-wrap: wrap;
}
.about .sec-related-link .related-link {
  margin-bottom: 40px;
}
@media screen and (min-width:769px) {
  .about .sec-related-link .related-link {
    width: 48%;
  }
}
.about .sec-related-link .related-link img {
  margin-bottom: 20px;
}
.about .sec-related-link .related-link h3 {
  margin-bottom: 10px;
}

.service .on-paper {
  width: 95.7%;
  background: #fff;
  margin: 60px auto;
  padding: 60px 4.4%;
  box-shadow: 0 0 10px rgba(60, 51, 45, 0.2);
  position: relative;
}
@media screen and (min-width:769px) {
  .service .on-paper {
    width: 1000px;
    margin: 120px auto 100px;
    padding: 80px;
    box-shadow: 0 0 20px rgba(60, 51, 45, 0.2);
  }
}
.service .on-paper::before {
  display: block;
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width:769px) {
  .service .on-paper::before {
    width: 100px;
    height: 100px;
    top: -50px;
  }
}
.service .on-paper p {
  margin-bottom: 40px;
}
.service .gaiyou-list-area {
  background: url("../images/bg-dash.png") center center repeat;
  padding: 1px;
}
.service .gaiyou-list-area .gaiyou-list-area-inner {
  background: #fff;
  padding: 2em;
}
.service .gaiyou-list-area .gaiyou-list {
  display: flex;
  flex-direction: column;
}
.service .gaiyou-list-area .gaiyou-list li {
  font-size: 16px;
  line-height: 1.8;
}
.service .gaiyou-list-area .gaiyou-list li::before {
  top: 12px;
}
@media screen and (min-width:769px) {
  .service .gaiyou-list-area .gaiyou-list-area-inner {
    padding: 2em 3em;
  }
  .service .gaiyou-list-area .gaiyou-list {
    flex-wrap: wrap;
    height: 84px;
  }
}
.service .price-detail {
  border: 1px solid #6ba9a9;
  padding: 0;
  margin-bottom: 40px;
}
.service .price-detail dl.menu-list {
  display: flex;
}
@media screen and (max-width:768px) {
  .service .price-detail dl.menu-list {
    flex-direction: column;
  }
}
.service .price-detail .menu-ttl, .service .price-detail dd {
  width: 100%;
  padding: 20px;
}
.service .price-detail .menu-ttl {
  background: #6ba9a9;
  color: #fff;
  font-family: ryo-gothic-plusn, sans-serif;
  font-size: 18px;
  font-weight: bold;
}
.service .price-detail dd {
  background: #dcebeb;
  color: #528f8f;
}
.service .price-detail dd span {
  font-size: 12px;
}
@media screen and (max-width:768px) {
  .service .price-detail dd span {
    display: block;
  }
}
.service .price-detail.option-detail {
  border-color: #D8D835;
}
.service .price-detail.option-detail .menu-ttl {
  background: #b7b723;
}
.service .price-detail.option-detail dd {
  background: #f1f1b5;
  color: #8c8c1b;
}
.service .price-detail .price-detail-txt-box {
  padding: 40px 20px 20px;
  font-size: 14px;
  line-height: 1.8;
}
.service .price-detail .price-detail-txt-box p {
  margin-bottom: 20px;
}
.service .price-detail .price-detail-txt-box .small {
  border-top: 1px solid #EEECED;
  padding-top: 20px;
  font-size: 12px;
}
.service .price-detail .price-detail-txt-box .small span {
  display: block;
}
@media screen and (min-width:769px) {
  .service .price-detail .price-detail-txt-box .small span {
    display: inline-block;
    margin-right: 3em;
  }
}
.service .price-detail .cmn-list {
  margin-bottom: 20px;
}
.service .price-detail .attention {
  border-top: 1px solid #EEECED;
  padding-top: 20px;
}

.service-web .page-ttl-area {
  background: url("../images/mv-service-web.jpg") center center no-repeat;
  background-size: cover;
}
.service-web .on-paper::before {
  background: url("../images/icon-web.svg") center center no-repeat;
  background-size: contain;
}

.service-retouch .page-ttl-area {
  background: url("../images/mv-service-retouch.jpg") center center no-repeat;
  background-size: cover;
}
.service-retouch .on-paper::before {
  background: url("../images/icon-retouch.svg") center center no-repeat;
  background-size: contain;
}

.service-teach .page-ttl-area {
  background: url("../images/mv-service-teach.jpg") center center no-repeat;
  background-size: cover;
}
.service-teach .on-paper::before {
  background: url("../images/icon-teach.svg") center center no-repeat;
  background-size: contain;
}
.service-teach .menu-list-teach div {
  padding: 1em 0;
  border-bottom: 1px solid #EEECED;
  line-height: 1.4;
}
.service-teach .menu-list-teach dt {
  font-weight: bold;
  margin-bottom: 1em;
  font-size: 18px;
}
@media screen and (min-width:769px) {
  .service-teach .menu-list-teach dt, .service-teach .menu-list-teach dd {
    display: inline-block;
    margin-bottom: 0;
  }
  .service-teach .menu-list-teach dt {
    width: 260px;
  }
}

.flow {
  counter-reset: number 0;
}
.flow .page-ttl-area {
  background: url("../images/mv-flow.jpg") bottom center no-repeat;
  background-size: cover;
}
.flow .sec-flow {
  width: 95.7%;
  max-width: 1000px;
  border: 2px solid #8BBCBC;
  background: #fff;
  padding: 3%;
  margin: 0 auto 60px;
  position: relative;
}
.flow .sec-flow::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 16px solid #8BBCBC;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
}
.flow .sec-flow:last-of-type::after {
  display: none;
}
@media screen and (min-width:769px) {
  .flow .sec-flow {
    padding: 48px;
  }
}
.flow .sec-flow .flex .img-box {
  padding: 1em 0;
}
.flow .sec-flow .flex .img-box img {
  width: 80px;
}
@media screen and (min-width:769px) {
  .flow .sec-flow .flex .img-box {
    margin-right: 60px;
  }
  .flow .sec-flow .flex .img-box img {
    width: 120px;
  }
}
.flow .sec-flow h2 {
  font-size: 20px;
  margin-bottom: 16px;
  line-height: 24px;
}
@media screen and (max-width:768px) {
  .flow .sec-flow h2 {
    padding-bottom: 10px;
    border-bottom: 1px solid #EEECED;
  }
}
.flow .sec-flow h2::before {
  counter-increment: number 1;
  content: "0" counter(number) ".";
  font-family: "Kurale", serif;
  font-size: 24px;
  margin-right: 10px;
  vertical-align: bottom;
}
@media screen and (min-width:769px) {
  .flow .sec-flow h2 {
    font-size: 24px;
    margin-bottom: 28px;
    line-height: 32px;
  }
  .flow .sec-flow h2::before {
    font-size: 32px;
    margin-right: 16px;
  }
}
.flow .sec-flow h3 {
  display: inline-block;
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 500;
  background: linear-gradient(transparent 80%, #D8D835 80%);
  margin: 10px 0;
}

.otherpage .page-ttl-area {
  background: url("../images/mv-other.jpg") bottom center no-repeat;
  background-size: cover;
}

.privacy .usual-sec-ttl-1 {
  margin-top: 2em;
  margin-bottom: 1em;
}
.privacy .usual-sec-ttl-1:first-of-type {
  margin-top: 0;
}

/* ----------------------------------------
  プラグイン
---------------------------------------- *//*# sourceMappingURL=style.css.map */