@charset "UTF-8";
/* CSS Document */

html {
font-size: 62.5%;
scroll-behavior: smooth;
}
body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 16px;
font-size: 1.6rem;
color: #000;
font-family: "Noto Sans JP", "Yu Gothic medium", YuGothic, "Hiragino Sans", Meiryo, "sans-serif";
background-color: #fff;
margin: 0;
overflow: hidden;
}
img, video, iframe {
width:100%;
max-width: 100%;
height: auto;
vertical-align: bottom;
}
a, a:hover {
text-decoration: none;
color: #000;
}
p {
word-break: break-all;
}
.box {
max-width: 1024px;
width: 90%;
margin: 0 auto;
}
.serif {
font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

#header {
width: 100%;
position: fixed;
z-index: 3;
display: flex;
justify-content: space-between;
align-items: center;
background: #fff;
}
#header h1 {
padding-left: 2%;
}
#headerNav {
padding-right: 2%;
}
#headerNav > div {
display: flex;
justify-content: flex-end;
align-items: center;
}
#headerNav > div a {
display: table;
background: #3AAE36;
color: #fff;
font-weight: bold;
border-radius: 8px;
height: 100%;
}

#hamburger {
display: block;
cursor: pointer;
position: relative;
}
#hamburger span {
display: block;
position: absolute;
background: #4A4A4A;
transition: .6s;
border-radius: 4px;
z-index: 200;
transition: .6s;
}
.in{transform: translateX(100%);}
#hamburger span.line_1, #hamburger span.line_2, #hamburger span.line_3{background: #fff;}

#phone li a {
display: block;
vertical-align: middle;
line-height: 100%;
}

#gnav {
position: fixed;
z-index: 100;
top: 0;
left: -100%;
width: 100%;
height: 100vh;
background: #9CBF73;
transition: .3s;
color: #fff;
padding: 0 5%;
box-sizing: border-box;
display: grid;
place-items: center;
}
#gnav div {
width: 80%;
max-width: 640px;
}
#gnav ul li {
border-bottom: 1px solid #fff;
}
#gnav ul li:last-child {
border-bottom: none;
}
#gnav ul li a {
display: block;
color: #fff;
font-weight: 700;
vertical-align: middle;
line-height: 100%;
}
#gnav div > a {
display: block;
color: #fff;
font-weight: 700;
}
#gnav div > a img {
filter: invert(100%);
}

#hero, #hero > img {
position: relative;
}
#hero h2 {
position: absolute;
z-index: 2;
top: 5%;
left: 50%;
transform: translateX(-50%);
width: 12%;
max-width: 80px;
}
#hero > img {
z-index: 1;
}

#intro h3, #intro ul li {
color: #6A3906;
}
#intro h3 {
font-weight: 600;
text-align: center;
}
#intro ul {
display: flex;
}
#intro ul li {
font-weight: 700;
text-align: center;
border-radius: 50%;
border: 1px solid #9CBF73;
position: relative;
}
#intro ul li:after {
display: block;
content: "";
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
border-radius: 50%;
border: 1px solid #9CBF73;
width: 100%;
height: 100%;
padding: 8px;
}
#intro p {
display: table;
margin: 0 auto;
}
#intro h4 {
font-weight: 700;
display: table;
margin: 0 auto;
}

h3.head {
color: #9CBF73;
text-align: center;
font-weight: 700;
}
h3.head span {
display: block;
color: #6A3906;
font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
letter-spacing: 4px;
transform: translateX(-2px);
font-weight: 600;
}

#treatment {
background: #F5F1DF;
}
img#shinkyu {
display: block;
width: 70%;
max-width: 700px;
margin-left: auto;
}
.slide .slick-slide{
margin-right: 1vw!important;
margin-left: 1vw!important;
}
#treatment table {
width: 80%;
max-width: 480px;
margin: 0 auto;
}
#treatment table td {
position: relative;
}
#treatment table td:after {
position: absolute;
top: 50%;
left: 0;
width: 100%;
height: 1px;
content: "";
background: #000;
z-index: 1;
}
#treatment table th span, #treatment table td span span {
font-size: 0.8em;
}
#treatment table td {
text-align: right;
}
#treatment table td > span {
display: inline-block;
padding-left: 14px;
position: relative;
z-index: 2;
background: #F5F1DF;
}
#gut {
position: relative;
z-index: 2;
}
#accessBars {
position: relative;
z-index: 1;
}
#treatment h4 {
text-align: center;
font-weight: 600;
}
#treatment h5 {
background: #6A3906;
text-align: center;
color: #fff;
font-weight: 700;
border-radius: 30px;
width: 90%;
max-width: 480px;
margin: 0 auto;
line-height: 100%;
}
#treatment h5 span {
font-weight: 500;
}
#treatment h6 {
font-weight: 700;
display: table;
margin: 0 auto;
line-height: 150%;
}

#reception, #greeting {
background: #efcc9a;
}
img.cal {
display: block;
max-width: 640px;
margin: 0 auto;
}
#reception .box > span, #access .box > span {
display: block;
text-align: right;
}
ul.link {
max-width: 640px;
margin: 0 auto;
}
#reception h4, #reception p {
color: #6C4400;
}
#reception h4 {
font-weight: 600;
line-height: 180%;
text-align: center;
}

#flow {
background: #F5F1DF;
}
#flow h3 {
max-width: 480px;
text-align: center;
margin: 0 auto;
border-bottom: 1px solid #000;
border-top: 1px solid #000;
font-weight: 600;
}
#flow dl dt {
display: flex;
align-items: center;
}
#flow dl dt span.number{
display: block;
position: relative;
text-align: center;
}
#flow dl dt span.number:before, #flow dl dt span.number:after{
position: absolute;
width: 100%;
height: 100%;
border: 1px solid #000;
border-radius: 3px;
content: "";
display: block;
top: 50%;
left: 50%;
transform: translate(-50%,-50%) rotate(45deg);
}
#flow dl dt span.number:before{
padding: 3px;
}
#flow dl dt span.dt{
display: table;
font-weight: 700;
}
#flow dl dd:last-child {
background: none;
}
#flow dl dd span {
display: block;
font-size: 0.8em;
padding-top: 20px;
}
#flow img#owner {
width: 80%;
max-width: 480px;
display: block;
margin: 0 auto;
}
#flow img#menu {
width: 80%;
max-width: 640px;
display: block;
margin: 0 auto;
}

#faq h3.head, #faq h3.head span {
color: #000;
}
.accbox label {
display: block;
position: relative;
cursor :pointer;
transition: all 0.5s;
min-height:2em;
border-top: 1px solid #000;
padding-top: 10px;
font-weight: 700;
}
.accbox label:after {
font-family: 'Font Awesome 5 Pro';
position: absolute;
right: 5px;
top: 10px;
content: '\f107';
}
.accbox .cssacc:checked + label:after {
content: '\f106';
}
.accbox input {
display: none;
}
.accbox .accshow {
height: 0;
overflow: hidden;
opacity: 0;
transition: 0.8s;
padding-bottom: 20px;
}
.cssacc:checked + label + .accshow {
height: auto;
opacity: 1;
}
.accbox .accshow p {
line-height:1.8 !important;
}

#facility {
background: #A8C47D;
}
#facility h3.head, #facility h3.head span {
color: #fff;
}
#facility img {
display: block;
max-width: 640px;
margin: 0 auto;
}

img#profile {
display: block;
max-width: 640px;
margin: 0 auto;
}
#greeting h4 {
text-align: center;
border-bottom: 1px dotted #000;
}
#greeting ul li {
list-style-type: square;
margin-left: 20px;
line-height: 180%;
}

#news, #contact, #access, #footer {
background: #F5F1DF;
}
#news ul {
display: table;
margin: 0 auto;
}
#news ul li a {
color: #6A3906;
}
#news ul li a time {
display: inline-block;
}
.modal {
display: none;
position: fixed;
z-index: 4;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgba(0,0,0,0.4);
}
.modal-content {
background-color: #fefefe;
margin: 20% auto 0;
padding: 20px;
border: 1px solid #888;
width: 90%;
box-sizing: border-box;
}
.modal-content time {
display: block;
}
.modal-content div p:last-child {
padding-bottom: 0;
}
.close {
color: #aaa;
float: right;
font-size: 28px;
font-weight: bold;
}
.close:hover,.close:focus {
color: black;
text-decoration: none;
cursor: pointer;
}
a#instagram {
display: block;
max-width: 480px;
margin: 0 auto;
}
#contact h4 {
width: 50%;
max-width: 200px;
margin: 0 auto;
}
#contact h5 {
width: 90%;
max-width: 640px;
margin: 0 auto;
}

#access .map {
background: #fff;
border-radius: 10px;
box-sizing: border-box;
}

.btm-up {
transform: translateY(40px);
opacity: 0;
transition: .8s;
}
.btm-up.-visible {
transform: translateY(0);
opacity: 1;
}

#footer ul li a {
font-weight: 600;
color: #6A3906;
}
#footer small {
display: block;
text-align: center;
font-size: 12px;
padding: 8px 0;
color: #6A3906;
}

@media (max-width: 560px){
p {
line-height: 180%;
}

#header {
padding: 10px 0;
}
#header h1 {
width: 40%;
max-width: 150px;
}
#headerNav > div a {
font-size: 3.5vw;
}
#phone li:first-child {
padding-bottom: 10px;
}
#phone li a {
font-size: 3.8vw;
}
#phone li a img {
width: 20px;
padding-right: 4px;
}
#gnav ul {
padding-bottom: 10px;
}
#gnav ul li {
padding: 20px 0;
}
#gnav ul li a {
font-size: 4.5vw;
}
#gnav div > a {
font-size: 6vw;
}
#gnav div > a img {
width: 40px;
padding-right: 4px;
}

#main {
padding-top: 30px;
}
#intro {
padding-bottom: 60px;
}
#intro h3 {
font-size: 4.6vw;
padding-bottom: 30px;
}
#intro ul {
padding: 20px 0 40px;
}
#intro ul li {
width: 22vw;
height: 22vw;
line-height: 22vw;
font-size: 4vw;
}
#intro ul li:nth-last-child(-n+2) {
font-size: 3.5vw;
}
#intro ul li:nth-child(1):first-letter {
padding-right: 4vw;
}
#intro ul li:nth-child(2) {
margin: 0 6vw 4vw;
}
#intro ul li:nth-child(4) {
margin-right: 6vw;
}
#intro ul li:nth-child(4):first-letter {
padding-right: 3.5vw;
}
#intro p {
font-size: 3.6vw;
line-height: 180%;
}
#intro h4 {
font-size: 4vw;
line-height: 200%;
padding-bottom: 20px;
}

.bg-color {
padding: 60px 0;
}
h3.head {
font-size: 4vw;
padding-bottom: 30px;
}
h3.head span {
padding-top: 16px;
font-size: 5vw;
}

img#shinkyu {
padding-bottom: 20px;
}
#treatment ul.slide {
margin-bottom: 40px;
}
#treatment p {
padding-bottom: 20px;
}
#treatment table th, #treatment table td {
font-size: 4vw;
}
#treatment table th {
width: 30vw;
}
#treatment h4 {
font-size: 5.5vw;
padding-bottom: 20px;
}
#gut {
padding-top: 100px;
background: url(../images/circle1.webp) no-repeat left top;
background-size: 50% auto;
}
#accessBars {
margin-top: -100px;
padding-top: 140px;
background: url(../images/circle2.webp) no-repeat right top;
background-size: 50% auto;
}
#treatment h5 {
font-size: 5vw;
padding: 10px 0;
margin-bottom: 20px;
}
#treatment h6 {
font-size: 5.2vw;
}

img.cal {
padding-bottom: 10px;
}
#reception .box > span, #access .box > span {
padding-bottom: 40px;
font-size: 3vw;
}
ul.link li {
padding-bottom: 40px;
}
#reception h4 {
font-size: 6vw;
padding-bottom: 20px;
}

#flow h3 {
padding: 10px 0;
font-size: 6.3vw;
margin-bottom: 30px;
}
#flow dl dt {
padding-bottom: 20px;
}
#flow dl dt span.number{
font-size: 4.5vw;
width: 35px;
height: 35px;
line-height: 35px;
margin-right: 20px;
}
#flow dl dt span.dt{
font-size: 5.5vw;
}
#flow dl dd {
font-size: 3.5vw;
padding: 0 0 10px 40px;
background: url(../images/arrow.svg) no-repeat left 7px bottom;
background-size: 20px auto;
margin-bottom: 30px;
}
#flow p {
font-size: 2.5vw;
padding-bottom: 30px;
}
#flow img#owner {
padding-bottom: 30px;
}

.accbox label h4 {
font-size: 4vw;
}
.accbox .accshow p {
padding-left: 30px;
font-size: 3.5vw;
}

img#profile, #greeting p {
padding-bottom: 30px;
}
#greeting p {
font-size: 4vw;
}
#greeting h4 {
font-size: 4.5vw;
padding-bottom: 16px;
margin-bottom: 16px;
}
#greeting h4:first-letter {
letter-spacing: 20px;
}
#greeting ul li {
font-size: 4vw;
padding-bottom: 10px;
}

#news ul {
padding-bottom: 30px;
}
#news ul li {
padding-bottom: 10px;
}
#news ul li a {
font-size: 3.5vw;
}
#news ul li a time {
padding-right: 20px;
}
.modal-content h4 {
font-size: 1.8rem;
padding-bottom: 6px;
}
.modal-content time {
padding-bottom: 20px;
}
.modal-content p {
padding-bottom: 10px;
line-height: 180%;
}

#contact {
padding: 30px 0;
}
#contact h4 {
padding-bottom: 30px;
}

#access {
padding: 30px 0;
}
#access .map {
margin-bottom: 30px;
}
#access iframe {
height: 40vh;
padding-bottom: 20px;
}

#footer ul li {
padding-bottom: 16px;
}
#footer ul li a {
font-size: 4.5vw;
}
}

@media (min-width: 561px){
a[href^="tel:"] {
pointer-events: none;
}
body, p {
font-size: 1.6rem;
}
p {
line-height: 150%;
}
br.nobr {
display: none;
}

#header {
padding: 16px 0;
}
#headerNav > div a {
font-size: 1.6rem;
}
#phone li:first-child {
padding-bottom: 16px;
}
#phone li a {
font-size: 2.2rem;
}
#phone li a img {
width: 24px;
padding-right: 8px;
}
#gnav ul {
padding-bottom: 20px;
}
#gnav ul li {
padding: 16px 0;
}
#gnav ul li a {
font-size: 1.8rem;
}
#gnav div > a {
font-size: 2.2rem;
}
#gnav div > a img {
width: 30px;
padding-right: 3px;
}

#main {
padding-top: 50px;
}
#intro {
padding-bottom: 100px;
}
#intro h3 {
font-size: 3rem;
padding-bottom: 40px;
}
#intro ul {
padding: 30px 0 50px;
}
#intro h4 {
font-size: 2.2rem;
line-height: 180%;
padding-bottom: 30px;
}

.bg-color {
padding: 100px 0;
}
h3.head {
font-size: 2.5rem;
padding-bottom: 40px;
line-height: 100%;
}
h3.head span {
padding-top: 20px;
font-size: 3rem;
}

img#shinkyu {
padding-bottom: 30px;
}
#treatment ul.slide {
margin-bottom: 60px;
}
#treatment p {
padding-bottom: 40px;
}
#treatment table th, #treatment table td {
font-size: 2.2rem;
}
#treatment table th {
width: 170px;
}
#treatment h4 {
font-size: 3rem;
padding-bottom: 30px;
}
#gut {
padding-top: 150px;
background: url(../images/circle1.webp) no-repeat left top;
background-size: 60% auto;
}
#accessBars {
margin-top: -120px;
padding-top: 160px;
background: url(../images/circle2.webp) no-repeat right top;
background-size: 60% auto;
}
#treatment h5 {
font-size: 2.4rem;
padding: 20px 0;
margin-bottom: 30px;
}
#treatment h6 {
width: 90%;
font-size: 3rem;
}

img.cal {
padding-bottom: 20px;
}
#reception .box > span, #access .box > span {
max-width: 640px;
padding-bottom: 50px;
font-size: 1.4rem;
margin: 0 auto;
}
ul.link li {
padding-bottom: 50px;
}
#reception h4 {
font-size: 3.2rem;
padding-bottom: 30px;
}

#flow h3 {
padding: 20px 0;
font-size: 3.6rem;
margin-bottom: 40px;
}
#flow dl dt {
padding-bottom: 30px;
}
#flow dl dt span.number{
font-size: 2.2rem;
width: 45px;
height: 45px;
line-height: 45px;
margin-right: 30px;
}
#flow dl dt span.dt{
font-size: 3.2rem;
}
#flow dl dd {
font-size: 2rem;
padding: 0 0 16px 50px;
background: url(../images/arrow.svg) no-repeat left 7px bottom;
background-size: 25px auto;
margin-bottom: 40px;
}
#flow p {
display: table;
margin: 0 auto;
font-size: 1.4rem;
padding-bottom: 40px;
}
#flow img#owner {
padding-bottom: 40px;
}

.accbox label h4 {
font-size: 1.8rem;
}
.accbox .accshow p {
padding-left: 40px;
}

img#profile, #greeting p {
padding-bottom: 40px;
}
#greeting p {
font-size: 1.8rem;
}
#greeting h4 {
font-size: 3rem;
padding-bottom: 20px;
margin-bottom: 20px;
}
#greeting h4:first-letter {
letter-spacing: 30px;
}
#greeting ul li {
font-size: 2rem;
padding-bottom: 16px;
}

#news ul {
padding-bottom: 40px;
}
#news ul li {
padding-bottom: 16px;
}
#news ul li a {
font-size: 1.6rem;
}
#news ul li a time {
padding-right: 24px;
}
.modal-content h4 {
font-size: 2rem;
padding-bottom: 10px;
}
.modal-content time {
padding-bottom: 30px;
}
.modal-content p {
padding-bottom: 20px;
line-height: 180%;
}

#contact {
padding: 50px 0;
}
#contact h4 {
padding-bottom: 40px;
}

#access {
padding: 50px 0 40px;
}
#access .map {
margin-bottom: 40px;
}
#access iframe {
height: 400px;
padding-bottom: 30px;
}

#footer ul li {
padding-bottom: 20px;
}
#footer ul li a {
font-size: 2rem;
}
}

@media (min-width: 561px) and (max-width: 768px){
#header h1 {
width: 180px;
}

#intro ul li {
width: 140px;
height: 140px;
line-height: 140px;
font-size: 2.4rem;
}
#intro ul li:nth-last-child(-n+2) {
font-size: 2rem;
}
#intro ul li:nth-child(1):first-letter {
padding-right: 28px;
}
#intro ul li:nth-child(2) {
margin: 0 30px 50px;
}
#intro ul li:nth-child(4) {
margin: 0 15px 0 50px;
}
#intro ul li:nth-child(5) {
margin: 0 50px 0 15px;
}
#intro ul li:nth-child(4):first-letter {
padding-right: 20px;
}
}

@media (max-width: 768px){
#headerNav > div {
padding-bottom: 10px;
}

#headerNav > div a {
padding: 8px 20px;
}

#hamburger {
width: 30px;
height: 22px;
margin-left: 10px;
}
#hamburger span {
right: 0;
width: 30px;
height: 2px;
}
#hamburger span.line_1, #hamburger span.line_2, #hamburger span.line_3{
width: 30px;
}
#line1 {top: 0;}
#line2 {top: 10px;}
#line3 {bottom: 0;}
.line_2 {opacity: 0;}
#line1.line_1 {transform: rotate(-45deg); top: 11px;}
#line3.line_3 {transform: rotate(45deg); bottom:8px;}

#intro ul {
justify-content: center;
flex-wrap: wrap;
}

#treatment table {
margin-bottom: 10px;
}
#treatment table th, #treatment table td {
padding: 4px 0;
}

#access .map {
padding: 16px;
}
}

@media (min-width: 769px){
#header h1 {
width: 260px;
}
#headerNav > div {
padding-bottom: 16px;
}
#headerNav > div a {
padding: 10px 24px;
}
#hamburger {
width: 40px;
height: 28px;
margin-left: 20px;
}
#hamburger span {
right: 0;
width: 40px;
height: 3px;
}
#hamburger span.line_1, #hamburger span.line_2, #hamburger span.line_3{
width: 40px;
}
#line1 {top: 0;}
#line2 {top: 12px;}
#line3 {bottom: 0;}
.line_2 {opacity: 0;}
#line1.line_1 {transform: rotate(-45deg); top: 14px;}
#line3.line_3 {transform: rotate(45deg); bottom:10px;}

#hero h2 {
max-width: 120px;
}

#intro ul {
max-width: 800px;
margin: 0 auto;
justify-content: space-between;
}
#intro ul li {
width: 120px;
height: 120px;
line-height: 120px;
font-size: 2.4rem;
}
#intro ul li:nth-child(1):first-letter, #intro ul li:nth-child(4):first-letter {
padding-right: 24px;
}

#treatment ul.slide {
max-width: 1024px;
margin: 0 auto 60px;
}
#gut {
padding-top: 150px;
background: url(../images/circle1.webp) no-repeat left top;
background-size: auto 100%;
}
#accessBars {
margin-top: -120px;
padding-top: 160px;
background: url(../images/circle2.webp) no-repeat right top;
background-size: auto 100%;
}
#treatment table {
margin-bottom: 20px;
}
#treatment table th, #treatment table td {
padding: 8px 0;
}
#treatment h6 {
text-align: center;
}

#access .map {
padding: 24px;
}
}

@media screen and (min-width: 1280px){
#header h1 {
width: 300px;
}
}