@charset "utf-8";

/* ----------------------------------------------------------------
Reset
----------------------------------------------------------------- */

body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,p,a { margin: 0; padding: 0; }
img { border: 0; }
li,dt,dd { list-style: none; }

/* ----------------------------------------------------------------
Common
----------------------------------------------------------------- */

html {
font-size: 62.5%;
scroll-behavior: smooth;
}

body {
text-align: center;
color: #222;
background: #fff;
font-family: 'Zen Maru Gothic', 'Helvetica Neue', 'Helvetica', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Arial', 'Yu Gothic', 'Meiryo', sans-serif;
font-size: 1.3rem;
line-height: 2.4rem;
font-weight: normal;
margin: 0 auto;
}

a:link, a:visited {
color: #444;
text-decoration: none;
}

a:active, a:hover {
color: #999;
text-decoration: none;
}

img {
vertical-align: top;
}

a img:hover {
opacity: 0.8;
}

.sponly {
display: none;
}

.swiper-slide {
-webkit-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
}

/* ----------------------------------------------------------------
header
----------------------------------------------------------------- */

#header {
text-align: left;
width: 94%;
height: 112px;
max-width: 1100px;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
align-items: center;
margin: 0 auto;
padding: 0;
}

#header .logo {
width: 27%;
margin: 0 8% 0 0;
}

#header .navi {
width: 65%;
}

#header .navi ul {
width: 100%;
display: -webkit-flex;
display: flex;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-webkit-align-items: center;
align-items: center;
}

#header .navi li {
color: #333;
font-size: 1.5rem;
font-weight: bold;
letter-spacing: 0.1rem;
margin-right: 15px;
}

#header .navi li:nth-of-type(1) {
}

#header .navi li:nth-of-type(2) {
margin-right: 40px;
}

#header .navi ul img {
height: 34px;
}

/* ----------------------------------------------------------------
mv
----------------------------------------------------------------- */

#mv {
position: relative;
width: 100%;
margin: 0 auto;
}

#mv img {
width: 100%;
}

#mv h2 {
color: #fff;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
}

/* ----------------------------------------------------------------
news
----------------------------------------------------------------- */

#news {
text-align: left;
width: 94%;
max-width: 1100px;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-align-items: flex-start;
align-items: flex-start;
margin: 0 auto;
padding: 70px 0;
}

#news h2 {
width: 25%;
font-size: 2rem;
letter-spacing: 0.4rem;
}

#news ul {
width: 75%;
border-top: 2px solid #eee;
}

#news li {
letter-spacing: 0.1rem;
border-bottom: 2px solid #eee;
padding: 18px 0;
}

#news li .date {
display: inline-block;
width: 180px;
color: #777;
letter-spacing: 0.3rem;
}

/* ----------------------------------------------------------------
treatment
----------------------------------------------------------------- */

#treatment {
background: #59BCDA;
padding: 80px 0;
}

#treatment h2 {
color: #fff;
position: relative;
display: inline-block;
text-align: center;
font-size: 2.2rem;
letter-spacing: 0.3rem;
margin: 0 auto 60px auto;
}

#treatment .inner {
width: 100%;
max-width: 1100px;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: space-between;
justify-content: space-between;
box-sizing: border-box;
margin: 0 auto;
}

#treatment .block {
width: 18.8%;
background: #fff;
box-sizing: border-box;
padding: 20px 18px;
margin: 18px 0 0 0;
}

#treatment .block h3 {
text-align: center;
font-size: 1.5rem;
margin-bottom: 30px;
}

#treatment .block p {
text-align: left;
font-size: 1.3rem;
line-height: 2.4rem;
}

#treatment .block p:nth-of-type(1) {
text-align: center;
height: 70px;
margin: 0 auto 10px auto;
}

#treatment .block p:nth-of-type(1) img {
max-height: 60px;
}

#treatment .block:nth-of-type(8) p img {
max-height: 50px;
}

#treatment .block:nth-of-type(9) p img {
max-height: 50px;
}

/* ----------------------------------------------------------------
message
----------------------------------------------------------------- */

#profile {
text-align: center;
width: 100%;
margin: 0 auto;
padding: 70px 0;
}

#profile h2 {
position: relative;
display: inline-block;
text-align: center;
font-size: 2.2rem;
letter-spacing: 0.3rem;
margin: 0 auto 60px auto;
}

#profile .column {
text-align: left;
width: 94%;
max-width: 1100px;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-align-items: flex-start;
align-items: flex-start;
margin: 0 auto;
padding: 0;
}

#profile .left {
width: 62%;
}

#profile li {
font-size: 1.4rem;
line-height: 2.4rem;
letter-spacing: 0.1rem;
margin-bottom: 15px;
}

#profile p {
font-size: 1.6rem;
line-height: 3.2rem;
letter-spacing: 0.1rem;
margin-bottom: 20px;
}

#profile p.name {
text-align: right;
line-height: 2.2rem;
padding-top: 10px;
margin: 0 10px 0 auto;
}

#profile p.name span {
font-size: 2.4rem;
line-height: 2.2rem;
letter-spacing: 0.2rem;
font-weight: bold;
margin-left: 20px;
}

#profile .right {
width: 28%;
}

#profile .right img {
width: 100%;
border-radius: 30px;
}

/* ----------------------------------------------------------------
caution
----------------------------------------------------------------- */

#caution {
background: #59BCDA;
background: #f0f1f8;
padding: 80px 0;
}

#caution .inner {
text-align: left;
width: 94%;
max-width: 1100px;
background: #fff;
box-sizing: border-box;
border: 2px solid #ececf6;
margin: 0 auto 0 auto;
padding: 60px 70px;
}

#caution h3 {
text-align: center;
margin-bottom: 20px;
}

/* ----------------------------------------------------------------
entry
----------------------------------------------------------------- */

.entry {
background: #59BCDA;
background: #f0f1f8;
padding: 40px 0;
}

.entry .inner {
text-align: left;
width: 94%;
max-width: 1100px;
background: #fff;
box-sizing: border-box;
border: 2px solid #ececf6;
margin: 40px auto;
padding: 60px 100px 40px 100px;
}

.entry h3 {
text-align: center;
font-size: 1.6rem;
font-weight: bold;
margin-bottom: 20px;
}

.entry h4 {
text-align: center;
font-size: 1.4rem;
color: #999;
font-weight: normal;
margin-bottom: 40px;
}

.entry p {
margin-bottom: 20px;
}

.list {
margin: 60px auto 0 auto;
}

.list a {
position: relative;
display: block;
width: 250px;
text-align: center;
font-size: 1.5rem;
letter-spacing: 0.05rem;
color: #222;
text-decoration: none;
box-sizing: border-box;
border: 1px solid #ddd;
border-radius: 30px;
box-sizing: border-box;
padding: 13px 5px 13px 15px;
background: #fff;
margin: 0 auto;
}

.list a::before {
position: absolute;
display: inline-block;
content: "";
left: 20px;
top: 16px;
width: 19px;
height: 19px;
-webkit-border-radius: 50%;
border-radius: 50%;
background: #59bcda;
}

.list a::after {
position: absolute;
display: inline-block;
content: "";
left: 25px;
top: 22px;
width: 5px;
height: 5px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

.list a:hover {
color: #222;
background: #f0f1f8;
}

/* ----------------------------------------------------------------
header
----------------------------------------------------------------- */

#footer {
text-align: left;
width: 100%;
margin: 0 auto;
padding: 70px 0;
}

#footer .inner {
text-align: left;
width: 94%;
max-width: 1100px;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-align-items: flex-start;
align-items: flex-start;
margin: 0 auto;
}

#footer .info {
width: 40%;
}

#footer h3 {
width: 75%;
margin-bottom:30px;
}

#footer table {
border-collapse: collapse;
margin-bottom: 15px;
}

#footer table th {
text-align: center;
letter-spacing: 0.2rem;
font-weight: bold;
border-bottom: 2px solid #ececf6;
padding: 10px 12px;
}

#footer table th:first-child {
text-align: left;
}

#footer table td {
text-align: center;
color: #589fd0;
letter-spacing: 0.2rem;
border-bottom: 2px solid #ececf6;
padding: 10px 12px;
}

#footer table td:first-child {
text-align: left;
color: #222;
padding: 10px 18px 10px 12px;
}

#footer p span {
margin-left: 20px;
}

#footer ul {
margin-top: 30px;
}

#footer li {
margin-bottom: 8px;
}

#footer li img {
height: 34px;
}

#footer .map {
width: 55%;
}

#footer .map iframe {
width: 100%;
aspect-ratio: 3/2;
margin-bottom: 10px;
}

#footer .map p {
letter-spacing: 0.2rem;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
align-items: center;
}

#footer .map p img {
width: 130px;
margin-left: 20px;
}

