@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
/* CSS Document */
*{
    box-sizing: border-box
}

html {
    -webkit-text-size-adjust: 100%; 
}

body {
    color: #000;
    font-size: 14px;
    line-height: 1.7;
    font-family: 'Noto Sans JP', "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
.wrapper_ {
    padding-top: 0;
}

.spOnly,.sp { display: none; }
@media screen and (max-width:767px){
    .spOnly,.sp{ display: block; }
    .pcOnly{ display: none; }

    .kv__schedule {
        width: 100%;
    }
}

h1 img {
    width: 100%;
    margin: auto;
}

.kv__schedule {
    background-color: #ffeac8;
    margin: auto;
    padding: 30px 0;
    line-height: 1.4;
}

p.txt {
    text-align: center;
    font-size: 20px;
}

@media screen and (max-width:767px) {
    p.txt {
        font-size: 4vw;
    }
}

p.schedule {
    font-weight: bold;
    text-align: center;
    font-size: 24px;
    line-height: 2;
}

@media screen and (max-width:767px) {
    p.schedule {
        font-size: 4.8vw;
    }
}
p.schedule span.large {
    font-weight: bold;
    font-size: 30px;
}

@media screen and (max-width:767px) {
    p.schedule span.large {
        font-size: 7vw;
    }
}

p.schedule span.orange {
    color: #ea5532;
}

.notes {
    width: min(825px,95%);
    background-color: #fff;
    margin: 15px auto 0;
    border-radius: 20px;
    padding: 20px;
}

@media screen and (max-width:767px) {
    .notes {
        width: min(825px,95%);
        margin: 15px auto 0;
        border-radius: 10px;
        padding: 10px;
    }
}

.notes p {
    display: flex;
    text-align: left;
    font-size: 16px;
}

@media screen and (max-width:767px) {
    .notes p {
        font-size: 3.5vw;
    }
}

.notes p + p {
    margin-top: 14px;
}

@media screen and (max-width:767px) {
    .notes p + p {
        margin-top: 5px;
    }
}

.maininner {
    margin: auto;
    margin-bottom: 120px;
}

@media screen and (max-width:767px) {
    .maininner {
        width: 100%;
        margin-bottom: 60px;
    }
}

.careitembox {
    margin: 135px auto 0;
    text-align: center;
    line-height: 1.4;
    width: min(1000px,90%);
}

@media screen and (max-width:767px) {
    .careitembox {
        margin-top: 65px;
        width: 100%;
    }
}

.careitembox + .careitembox {
    margin-top: 174px;
}

@media screen and (max-width:767px) {
    .careitembox + .careitembox {
        margin-top: 70px;
    }
}

.goodswrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
}

@media screen and (max-width:767px) {
    .goodswrap {
        margin-top: 0px;
        flex-direction: column;
    }
}

.goodswrap li {
    text-align: center;
    width: 48%;
}

@media screen and (max-width:767px) {
    .goodswrap li {
        width: 100%;
        margin-top: 30px;
    }
}

.goodswrap li > figure {
    width: 270px;
    margin: auto;
}

@media screen and (max-width:767px) {
    .goodswrap li >figure {
        width: 53%;
        margin: auto;
    }
}

@media screen and (max-width:767px) {
    .goodswrap li + li {
        margin-top: 45px;
    }
}

figcaption {
    font-size: 20px;
    margin-top: 5px;
}

@media screen and (max-width:767px) {
    figcaption {
        font-size: 4vw;
        margin-top: 7px;
    }
}

li > p {
    font-weight: bold;
    font-size: 22px;
    margin-top: 28px;
}

@media screen and (max-width:767px) {
    li > p {
        font-size: 4.8vw;
        margin-top: 18px;
    }
}

.price_ {
    color: #888;
    font-size: 20px;
    margin-top: 30px;
}

@media screen and (max-width:767px) {
    .price_ {
        font-size: 4vw;
        margin-top: 15px;
    }
}

.small_ {
    font-size: 18px;
}

@media screen and (max-width:767px) {
    .small_ {
        font-size: 3.8vw;
    }
}

.Colorbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 28px;
}

@media screen and (max-width:767px) {
    .Colorbox {
        margin-top: 21px;
    }
}

.Colorbox p {
    font-size: 20px;
    margin-right: 26px;
}

@media screen and (max-width:767px) {
    .Colorbox p {
        font-size: 3.8vw;
        margin-right: 17px;
    }
}

.threecolor p {
    margin-right: 6%;
    width: 18%;
}

@media screen and (max-width:767px) {
    .threecolor p {
        margin-right: 0%;
        width: 18%;
    }
}

.Color_variations {
    display: flex;
    flex-wrap: wrap;
    gap: 19px;
}

@media screen and (max-width:767px) {
    .Color_variations {
        gap: 6px;
    }
}

.threecolor figure {
    width: calc((100% - 38px) / 3);
}

@media screen and (max-width:767px) {
    .threecolor figure {
        width:inherit;
    }
}

@media screen and (max-width:767px) {
    .Color_variations figure {
        width: 26px;
    }
}

.Color_variationsset {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.Color_variationsset + .Color_variationsset {
    margin-top: 18px;
}

@media screen and (max-width:767px) {
    .Color_variationsset + .Color_variationsset {
        margin-top: 9px;
    }
}

.btn {
    color: #fff;
    font-weight: bold;
    background-color: #c05915;
    display: inline-block;
    position: relative;
    text-decoration: none;
    font-size: 22px;
    border-radius: 10px;
    padding: 14px 77px 16px 64px;
    margin-top: 41px;
    width: 80%;
}

@media screen and (max-width:767px) {
    .btn {
        font-size: 4vw;
        border-radius: 5px;
        padding: 7px 41px 8px 28px;
        margin-top: 29px;
        width: 70%;
    }
}

.btn ::after {
    content: '';
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    width: 13px;
    height: 13px;
    top: 40%;
    right: 7%;
}

@media screen and (max-width:767px) {
    .btn ::after{
        width: 3%;
        height: 24%;
        top: 35%;
        right: 8%;
    }
}

.btn_nocolordrive {
    margin-top: 122px;
}

.btn_nocolorlumber {
    margin-top: 192px;
}

@media screen and (max-width:767px) {
    .btn_nocolordrive,
    .btn_nocolorlumber {
        margin-top: 22px;
    }
}

a.btn:hover {
    opacity: 0.7;
    transition: 0.3s;
}

section.care .doctor {
    background-color: #f7f8f8;
    border-radius: 20px;
    padding: 2rem 2rem 0;
    margin-top: 4rem
}

section.care {
    width: min(1000px,90%);
    margin:0 auto 50px;
    font-size: 100%;
}

section.care .doctor h3 {
    text-align: center;
    font-size: clamp(1.25rem,.9924rem + 1.2121vw,1.75rem);
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
    section.care .doctor h3 {
        grid-area:"TITLE";
        margin-bottom: 20px;
    }
}

section.care .doctor-intro {
    display: grid;
    grid-template-columns: 2fr 1fr;
    align-items: center;
    gap: 1rem;
}

@media only screen and (max-width: 767px) {
    section.care .doctor-intro {
        display:unset;
    }
}

section.care .doctor-intro-text p:nth-child(2) {
    margin-top: 2rem;
}

section.care .doctor-intro-text .name {
    font-size: 1.25rem;
    font-weight: bold;
}
section.care .doctor-intro-text .small_txt {
    font-size: 10px;
}

.merit {
    background-color: #bdd3d6;
    padding: 4rem 0;
    font-size: 100%;
}

@media only screen and (max-width: 767px) {
    .merit {
        padding:6vw 0;
    }
}

.merit h2 {
    text-align: center;
    font-size: clamp(1.25rem,.9924rem + 1.2121vw,1.75rem);
    font-weight: bold;
    margin:0;
}
.merit h2 span.small {
    font-size: .75em;
}

.merit-content-list {
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    gap: 1rem;
    width:min(1000px,90%);
    margin: 2rem auto 0;
}

@media only screen and (max-width: 767px) {
    .merit-content-list {
        gap:8vw;
    }
}

.merit-content-list li {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 2rem;
}

@media only screen and (max-width: 767px) {
    .merit-content-list li {
        grid-template-columns:1fr 2fr;
        gap: 6vw;
        line-height: 1.5;
    }
}

@media only screen and (max-width: 767px) {
    .merit-content-list li img {
        height:108px;
        object-fit: cover;
    }
}

.merit-content-list li h3 {
    border-bottom: 2px solid #fff;
    padding-bottom: .25rem;
    margin-bottom: 1rem;
    font-weight: bold;
    font-size: clamp(1.25rem,.9924rem + 1.2121vw,1.75rem);
}

@media only screen and (max-width: 767px) {
    .merit-content-list li h3 {
        margin-bottom:2vw;
    }
}

.menu_pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .menu_pc {
    display: none;
  }
}

.menu_sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .menu_sp {
    display: block;
  }
}

#list {
  display: flex;
  justify-content: space-evenly;
  max-width: 1240px;
  margin: auto;
  padding: 40px 0;
  text-align: center;
  gap: 0.5rem;
}

@media (max-width: 767px) {
  #list {
    display: block;
    padding: 40px 8.5vw;
  }
  #list img {
    margin-bottom: 1rem;
  }
}

#include-menu,
.include-menu {
  margin-top: 80px;
}

#include-menu .tab,
.include-menu .tab {
  display: block;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  #include-menu .tab,
  .include-menu .tab {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #include-menu .tab,
  .include-menu .tab {
    display: block;
  }
}

#include-menu__shop,
.include-menu__shop {
  background: #e0eaea;
  padding: 40px 0;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  #include-menu__shop,
  .include-menu__shop {
    padding: 40px 16px;
  }
}

@media screen and (max-width: 767px) {
  #include-menu__shop,
  .include-menu__shop {
    padding: 40px 16px;
  }
}

#include-menu__shop__inner,
.include-menu__shop__inner {
  max-width: 1000px;
  display: flex;
  margin: 0 auto;
  gap: 20px;
}

#include-menu__shop__inner img,
.include-menu__shop__inner img {
  width: 54%;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  #include-menu__shop__inner img,
  .include-menu__shop__inner img {
    width: 50%;
    object-fit: cover;
  }
}

@media screen and (max-width: 767px) {
  #include-menu__shop__inner img,
  .include-menu__shop__inner img {
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
}

@media screen and (max-width: 767px) {
  #include-menu__shop__inner,
  .include-menu__shop__inner {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  #include-menu__shop__inner h3,
  .include-menu__shop__inner h3 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 16px;
  }
}

#include-menu__list,
.include-menu__list {
  max-width: 1000px;
  margin: 40px auto 80px;
  display: flex;
  gap: 16px;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  #include-menu__list,
  .include-menu__list {
    padding: 0 16px;
    margin: 24px auto 0;
  }
}

@media screen and (max-width: 767px) {
  #include-menu__list,
  .include-menu__list {
    padding: 0 16px;
    display: block;
  }
}

#include-menu__list__content,
.include-menu__list__content {
  width: calc((100% / 2) - 16px);
  display: flex;
  gap: 20px;
  align-items: center;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  #include-menu__list__content,
  .include-menu__list__content {
    width: 100%;
    margin-bottom: 46px;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  #include-menu__list__content,
  .include-menu__list__content {
    width: 100%;
    margin-bottom: 32px;
  }
}

#include-menu__list__content:nth-child(2) img,
.include-menu__list__content:nth-child(2) img {
  object-position: top;
}

#include-menu__list__content img,
.include-menu__list__content img {
  width: 44%;
  height: auto;
  object-fit: contain;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  #include-menu__list__content img,
  .include-menu__list__content img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    object-position: 0% 30%;
  }
}

@media screen and (max-width: 767px) {
  #include-menu__list__content img,
  .include-menu__list__content img {
    object-fit: cover;
    aspect-ratio: 1/1;
    height: 16vh;
    min-height: 126px;
  }
}

#include-menu .menu-box,
.include-menu .menu-box {
  height: 100%;
  display: grid;
  align-content: space-between;
}

#include-menu .menu-box.list,
.include-menu .menu-box.list {
  width: 46%;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  #include-menu .menu-box.list,
  .include-menu .menu-box.list {
    width: 100%;
    text-align: center;
    margin-top: 16px;
    gap: 16px;
  }
}

@media screen and (max-width: 767px) {
  #include-menu .menu-box.list,
  .include-menu .menu-box.list {
    width: 100%;
    height: 16vh;
    min-height: 126px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  #include-menu .menu-box,
  .include-menu .menu-box {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  #include-menu .menu-box,
  .include-menu .menu-box {
    width: 100%;
  }
}

#include-menu .menu-box__button,
.include-menu .menu-box__button {
  width: 100%;
  height: 46px;
  border-radius: 8px;
  border: 1px solid;
  color: #000;
  background-color: #fff;
  position: relative;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  #include-menu .menu-box__button,
  .include-menu .menu-box__button {
    font-size: 13px;
    max-width: 240px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  #include-menu .menu-box__button,
  .include-menu .menu-box__button {
    margin: 0;
    font-size: 13px;
  }
}

#include-menu .menu-box__button a,
.include-menu .menu-box__button a {
  width: 100%;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: left;
  padding-left: 1rem;
  text-decoration: none;
  font-size: 14px;
  color: #000;
}

@media screen and (max-width: 767px) {
  #include-menu .menu-box__button a,
  .include-menu .menu-box__button a {
    font-size: 13px;
  }
}

#include-menu .menu-box__button a::after,
.include-menu .menu-box__button a::after {
  content: "▶";
  position: absolute;
  font-size: 8px;
  right: 7%;
  transform: translateX(-50%);
}

#include-menu .menu-box__button.main-button,
.include-menu .menu-box__button.main-button {
  width: 80%;
}

@media screen and (max-width: 767px) {
  #include-menu .menu-box__button.main-button,
  .include-menu .menu-box__button.main-button {
    margin: 0 auto;
  }
}

#include-menu .menu-box__text h3,
.include-menu .menu-box__text h3 {
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #include-menu .menu-box__text h3,
  .include-menu .menu-box__text h3 {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  #include-menu .menu-box__text.main,
  .include-menu .menu-box__text.main {
    text-align: center;
  }
}

#include-menu .menu-box__text.main h3,
.include-menu .menu-box__text.main h3 {
  font-size: 24px;
}

#include-menu .menu-box__text.main h4,
.include-menu .menu-box__text.main h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 !important;
}

@media screen and (max-width: 767px) {
  #include-menu .menu-box__text.main h4,
  .include-menu .menu-box__text.main h4 {
    font-size: 16px;
  }
}

#include-menu .menu-box__text p,
.include-menu .menu-box__text p {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  #include-menu .menu-box__text p,
  .include-menu .menu-box__text p {
    font-size: 14px;
  }
}

#include-menu .menu-box__text__inner,
.include-menu .menu-box__text__inner {
  margin: 32px 0;
}

@media screen and (max-width: 767px) {
  #include-menu .menu-box__text__inner,
  .include-menu .menu-box__text__inner {
    margin: 18px 0;
  }
}
