@charset "UTF-8";
/*!
 * custom css
 * Copyright 2017
 */
/* @mixin btn-icon($font:FontAwesome,$icon:"\f0a9 ") {
   font-family: $font;
   content: $icon;
   margin-right: 5px;
   } */
/* @mixin side-icon($font:FontAwesome,$icon:"\f02c") {
  font-family: $font;
  content: $icon;
  margin-right: 5px;
  } */
.rounded {
  border-radius: 8px !important;
}

section {
  padding: 0 0 30px 0;
}

@media screen and (max-width: 768px) {
  section {
    padding-bottom: 20px !important;
  }
}

.big {
  font-size: 1.3em;
}

.big .underline {
  text-decoration: underline;
}

.primary {
  color: #085640;
}

#header p {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 2.18182;
}

h3 {
  border: none;
  border-bottom: 2px solid #085640;
  margin-bottom: 20px;
  padding-left: 0;
}

#popularity .box {
  margin-bottom: 0;
}

@media screen and (max-width: 576px) {
  #best-condition .btn-block {
    margin-top: 0;
  }
}

#best-condition h3.sub-ttl {
  padding-bottom: 20px;
  margin-bottom: 0;
}

#best-condition img {
  margin-bottom: 20px;
}

.flame-header {
  background: #ecdcd4;
}

@media screen and (max-width: 576px) {
  section#course {
    padding: 0 0 0px 0 !important;
  }
  .fixed-bottom .tel {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.71429;
  }
  h2.ttl {
    padding: 20px 0;
    margin-bottom: 0;
  }
  h3 {
    margin-bottom: 15px !important;
    padding-bottom: 0 !important;
  }
  h3.sub-ttl,
  div.sub-ttl {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  h3.text-left {
    margin-top: 20px;
  }
  .catchphras {
    padding-bottom: 0 !important;
  }
  .box-text .text {
    margin-bottom: 0;
  }
  .pb-left {
    padding-right: 7px !important;
  }
  .pb-right {
    padding-left: 7px !important;
  }
  #voice .annotation {
    margin-bottom: 20px;
  }
  #best-condition .logo {
    margin-bottom: 0px;
  }
  #best-condition .mt-5 {
    margin-top: 0 !important;
  }
  #about .box {
    min-height: 200px;
  }
  #capsule-journal p {
    margin-bottom: 3px;
  }
  #capsule-journal .blog-content {
    /* border-bottom: 2px dotted #868e96; */
    padding-top: 10px;
  }
  #news .box-news a .date {
    width: 28%;
  }
  .importance .box {
    height: auto !important;
    padding-bottom: 20px;
  }
}

.importance .box .name {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2;
}

.modal h2.ttl {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: bold;
  color: #085640;
  background: #ecdcd4;
  padding: 15px 15px;
  margin: -10px -25px 20px -25px !important;
}

.bg-color-set01 {
  background-color: #f7f1ed;
  padding: 20px;
  border-radius: 8px;
}

.wrp-mainvisual .link-mainvisual {
  padding: 0;
  height: 70px;
  /* background-color: #00C281!important; */
  /* background-image: none!important; */
  background: url(../img/footer-bg.jpg);
}

.wrp-mainvisual .link-mainvisual:before {
  /* background-color: #00C281!important;
    background-image: none!important; */
  background: url(../img/footer-bg.jpg);
}

.wrp-mainvisual .link-mainvisual:after {
  /* background-color: #00C281!important;
    background-image: none!important; */
  background: url(../img/footer-bg.jpg);
}

@media screen and (max-width: 768px) {
  .wrp-mainvisual .link-mainvisual {
    padding: 30% 0 0;
  }
}

@media screen and (max-width: 768px) {
  .wrp-mainvisual .link-mainvisual .inner > a {
    /* background: #00C281;
      background-image: none; */
    background: url(../img/footer-bg.jpg) center center/cover;
  }
  .wrp-mainvisual .link-mainvisual .inner > a .box-text .text {
    padding: 0;
  }
}

#course .box h3.ttl {
  min-height: 56px;
}

#course .box .btn-primary {
  margin: 0;
}

#footer {
  padding: 40px 0 20px;
}

#footer a {
  font-size: 14px;
  font-weight: 700;
}

#footer hr {
  margin: 20px 0;
}

#content05 {
  padding-bottom: 50px;
}

#content05 h3.sub-ttl {
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
}

#content05 .mitokon {
  margin: 0 auto;
  border: 1px solid #dee2e6;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  text-align: center;
}

#content05 .mitokon img {
  max-height: 167px;
  width: auto;
}

@media screen and (max-width: 576px) {
  #content05 .mitokon img {
    max-height: 73px;
  }
}

.lead {
  padding-bottom: 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.33333;
}

.lead-text {
  font-size: 30px;
  color: #085640;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  padding: 35px 0 33px;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .lead-text {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 1.14286;
  }
}

.box img.p-bt {
  padding: 20px 0;
}

.box ul.check {
  margin: 0;
}

.box ul.check li {
  background: url(../img/icon-check.png) no-repeat;
  background-size: 22px auto;
}

.for-items .box {
  margin-bottom: 0;
}

.box-secondary {
  background: #ecdcd4;
  padding: 20px;
}

.icn-slash {
  display: inline-block;
  width: 20px;
  vertical-align: middle;
  margin: 0 0 4px 0;
}

.ttl-box {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  border: 3px solid #085640;
  padding: 0 20px 0 20px;
}

.ttl-box .box-ttl {
  border-radius: 2px 2px 0 0;
  background: #085640;
  color: #fff;
  font-weight: bold;
  padding: 5px 10px;
  display: block;
  margin: 0 -20px 20px -20px;
}

.box-white {
  background: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  display: inline-block;
  padding: 20px;
}

.tow-service {
  z-index: 1000;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  position: relative;
  padding: 5px;
  background: #085640;
  color: #fff;
  width: 131px;
  margin: 0 auto;
}

.tow-service-box {
  margin-top: -15px;
  z-index: 1;
  position: relative;
}

.icn-contact-arrow {
  font-size: 20px;
  color: #085640;
}

@media screen and (max-width: 768px) {
  h4 {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .corporation {
    margin-top: 20px;
  }
}

.color-green,
.color-red {
  text-shadow: 1px 0 0 #fff;
}

.img-line {
  max-width: 100px;
  margin: 0 auto;
  display: block;
}

/*--------------------------------------
ãã­ã¹ã
---------------------------------------*/
.form-group {
  padding-bottom: 20px;
}

.form-group label {
  display: block;
  line-height: 40px;
  font-weight: bold;
}

.form-group .form-control {
  background: #fff;
  border: 1px solid #d7d7d7;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*line-height: 200%;*/

  /*font-size: 16px;*/
  font-size: 1.6rem;
  /*line-height: 1.5;*/
  min-height: 40px;
}

.form-control::-webkit-input-placeholder {
  padding-top: 0.1em;
  line-height: 200%;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;

  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition:
    border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition:
    border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -o-transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}

/*--------------------------------------
ãã«ãã¦ã³
---------------------------------------*/
.msr_pulldown_03 {
  padding-bottom: 20px;
  position: relative;
  width: 230px;
}

.msr_pulldown_03 p {
  font-size: 14px;
  padding-bottom: 5px;
}

.msr_pulldown_03 select {
  appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  background: url(/stylerecipe_img/material_arrow_blue02.png) no-repeat;
  background-position: 210px center;
  border: 1px solid #d7d7d7;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  cursor: pointer;
  text-indent: 0.01px;
  -o-text-overflow: "";
  text-overflow: "";
  padding: 10px;
  height: 40px;
  width: 230px;
}

/*--------------------------------------
ãã¡ã¤ã«é¸æ
---------------------------------------*/
.msr_file_03 {
  padding-bottom: 20px;
  width: 460px;
}

.msr_file_03 > p {
  font-size: 14px;
  padding-bottom: 5px;
}

.msr_filebox_03 input[type="file"] {
  display: none;
}

.msr_filebox_03 {
  position: relative;
}

.msr_filebox_03 label {
  position: relative;
  border: 1px solid #d7d7d7;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: block;
  font-size: 14px;
  padding: 10px;
  height: 20px;
  width: 460px;
}

.msr_filebox_03 label:before {
  background: #d7d7d7;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  content: "Browse...";
  color: #1b73ba;
  display: inline-block;
  font-size: 14px;
  padding-top: 10px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  width: 100px;
}

/*--------------------------------------
ãã­ã¹ãã¨ãªã¢
---------------------------------------*/
.msr_textarea_03 {
  padding-bottom: 10px;
  width: 460px;
}

.msr_textarea_03 label {
  display: block;
  font-size: 14px;
  padding-bottom: 5px;
}

.msr_textarea_03 textarea {
  border: 1px solid #d7d7d7;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 13px;
  padding: 10px;
  height: 210px;
  width: 460px;
}

.wrp-mainvisual .link-mainvisual .inner > a .box-text .text {
  padding: 15px 0 0px;
}

.wrp-mainvisual p {
  margin-bottom: 0;
}

.wrp-mainvisual .link-mainvisual {
  height: 100px;
}

.course td:first-child {
  background: #caeee2;
}

.table td,
.table th {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .table td,
  .table th {
    text-align: right;
  }
}

@media screen and (max-width: 640px) {
  .course {
    width: 100%;
  }
  .course .thead {
    display: none;
  }
  .course tr {
    width: 100%;
  }
  .course td {
    display: block;
    text-align: right;
    width: 100%;
  }
  .course td:first-child {
    background: #caeee2;
    color: #140a08;
    font-weight: bold;
    text-align: center;
  }
  .course td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
    color: #085640;
  }
}

#news .box-news a .date {
  display: inline-block;
  width: auto;
  color: #140a08;
}
#news .box-news a .category {
  transform: translateY(-2px);
}
#news .box-news a .ttl {
  display: block;
  margin-top: 3px;
}
.blog-content {
  position: relative;
}
.blog-content .box {
  /* margin: 10px; */
  padding: 0px;
  height: 270px;
  width: 270px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.18);
  position: relative;
}
.blog-content .box .eyecatch {
  margin: 0 -15px;
}
.blog-content .box .date {
  font-size: 0.75em;
  color: #888 !important;
  padding: 10px 0;
  padding-top: 5px;
}
#capsule-journal .archive-list .box:hover {
  transform: translateY(-3px);
  box-shadow: 0 3px 18px 3px rgba(0, 0, 0, 0.08);
}
#capsule-journal .archive-list a .archive-text {
  font-size: 18px;
  height: 85px;
}
#capsule-journal .archive-list .eyecatch img {
  margin-bottom: 15px;
}
@media all and (max-width: 576px) {
  .blog-content {
    border-bottom: none;
  }
  .blog-content .box {
    height: 190px;
    width: 100%;
    margin: 10px;
  }
  #capsule-journal .archive-list .eyecatch img {
    height: 90px;
    margin-bottom: 10px;
  }
  #capsule-journal .archive-list a .archive-text,
  .archive-ttl {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 5px;
  }
  #capsule-journal .archive-list a .archive-text,
  .archive-ttl {
    height: auto;
  }
}
.entry-title {
  text-align: left;
}
.post h2 {
  text-align: left;
  font-size: clamp(18px, 2.2vw, 24px);
  color: #fff;
  background-color: #19ab7a !important;
  padding: 8px 16px;
  font-family:
    "ãã©ã®ãè§ã´ã·ãã¯", "Hiragino Kaku Gothic ProN",
    "Noto Sans JP", "ã¡ã¤ãªãª", "Meiryo", sans-serif !important;
  font-weight: 700 !important;
  text-shadow: none;
  line-height: 1.5;
  margin: 10.7% 0 6.4%;
  border-radius: 6px;
  position: relative;
}
.post h2:before {
  display: none;
}
.post h3 {
  font-weight: bold;
  font-size: 22px;
  margin-top: 1.5rem;
}
.post h4 {
  font-size: 20px;
  margin-top: 1.3rem;
  position: relative;
  padding-left: 1.2em; /*ã¢ã¤ã³ã³åã®ã¹ãã¼ã¹*/
  line-height: 1.4;
  margin-bottom: 1rem;
}
.post h4:before {
  font-family: "FontAwesome";
  content: "\f14a"; /*ã¢ã¤ã³ã³ã®ã¦ãã³ã¼ã*/
  position: absolute; /*çµ¶å¯¾ä½ç½®*/
  font-size: 1em; /*ãµã¤ãº*/
  left: 0; /*ã¢ã¤ã³ã³ã®ä½ç½®*/
  top: 0; /*ã¢ã¤ã³ã³ã®ä½ç½®*/
  color: #085640; /*ã¢ã¤ã³ã³è²*/
}
.post img {
  width: auto;
  height: auto;
}
.post ul {
  padding-left: 27px;
}
blockquote {
  position: relative;
  padding: 10px 15px 10px 60px;
  box-sizing: border-box;
  font-style: italic;
  background: #f5f5f5;
  color: #777777;
  border-left: 4px solid #085640;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
  border-radius: 0;
  box-shadow: none;
}
blockquote:before {
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 15px;
  vertical-align: middle;
  content: "\f10d";
  font-family: FontAwesome;
  color: #085640;
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
}

blockquote p {
  padding: 0 0 0 10px;
  margin: 7px 0;
}

blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}
.right {
  margin: 0px 10px 10px auto;
}

/*2025-04-19 ä¿®æ­£*/

.title_wrap h1 {
  font-size: clamp(18px, 2.5vw, 32px);
  font-weight: 600;
  letter-spacing: 3px;
  text-indent: -3px;
  color: #515050;
  margin: 0;
  padding: 30px 0 8px;
  line-height: 1.5;
}

#shop_list.page-shop h2.text-left {
  font-size: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  line-height: 1.6 !important;
  font-weight: bold;
  color: #085640;
  text-align: center;
  border-bottom: 1px solid #19ab7a;
  margin-top: 40px;
  margin-bottom: 20px;
}

@media screen and (max-width: 576px) {
  #shop_list.page-shop h2.text-left {
    font-size: 24px;
    margin-bottom: 15px !important;
    padding-bottom: 0 !important;
  }
}

/* ========== SP ãã©ã³ããµã¤ãºçµ±ä¸ (3/26) ========== */
@media screen and (max-width: 768px) {
  .title_wrap h1 {
    font-size: 28px;
  }

  h3 {
    font-size: 22px;
  }

  h2.ttl {
    font-size: 22px;
  }

  #solution h2.title,
  #voice h2.title {
    font-size: 24px;
  }

  #solution h3 {
    font-size: 22px;
  }

  /* åºèä¸è¦§ summaryï¼ã¨ãªã¢åï¼ */
  section#shop_list summary {
    font-size: 18px;
  }

  /* åºèè©³ç´° ã³ã³ã»ããã»ã¯ã·ã§ã³ */
  section#concept .container h2.title {
    font-size: clamp(22px, 2.5vw, 32px) !important;
  }

  section#concept .container p {
    font-size: clamp(22px, 2.5vw, 32px);
  }

  /* FAQ ãã¼ãã«1ã«ã©ã  */
  .faq-section .table-bordered tr {
    display: flex;
    flex-direction: column;
  }

  .faq-section .table-bordered td {
    border: none;
    padding: 6px 0;
  }

  /* åºèè©³ç´° åºæ¬æå ± */
  section#address h2.text-left {
    font-size: 24px;
  }

  /* åºèè©³ç´° ã¹ã¿ããã»ã¯ã·ã§ã³ */
  section#staff h2 {
    font-size: 24px;
  }
}
