/* 
html5doctor.com Reset Stylesheet
v1.6.2
Last Updated: 2023-09-05
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

body {
	line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

nav ul {
	list-style: none;
}

ul,
li {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

a {
	background: transparent;
	color: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	text-decoration: none;
	vertical-align: baseline;
}

/* change colours to suit your needs */

ins {
	background-color: #ff9;
	color: #333;
	text-decoration: none;
}

/* change colours to suit your needs */

mark {
	background-color: #ff9;
	color: #333;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* change border colour to suit your needs */

hr {
	border: 0;
	border-top: 1px solid #cccccc;
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
}

input,
select {
	vertical-align: middle;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1300px;
}

body {
	color: #333;
	font-family: "Noto Sans JP", "Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯", "Yu Gothic", YuGothic, "Ã£Æ’â€™Ã£Æ’Â©Ã£â€šÂ®Ã£Æ’Å½Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Pro", "Hiragino Gothic Pro", "MS PÃ£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯", "MS PGothic", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
}

img {
	height: auto;
	max-width: 100%;
}

a {
	color: inherit;
}

html {
	font-size: 10px;
}

.pc-none {
	display: none;
}

.sp-none {
	display: block;
}

.header {
	background: #FFFFFF;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1607843137);
	        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1607843137);
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.header__inner {
	max-width: 135rem;
	padding-bottom: 0.5rem;
	padding-top: 0.5rem;
}

.header__menu {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header__title {
	width: 14rem;
	width: 14rem;
}

.header__nav {
	margin-left: auto;
}

.nav__menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.nav__item {
	font-size: 1.7rem;
	font-weight: 700;
	margin-left: 3rem;
}

/* Ã¤Â¸Å Ã£ÂÂ®Ã§Â·Å¡ */

.nav__item a {
	position: relative;
	-webkit-transition: all 0.5s 0s ease;
	-o-transition: all 0.5s 0s ease;
	transition: all 0.5s 0s ease; /*transitionÃ£ÂÂ®Ã¨Â¨ËœÃ¨Â¿Â°Ã£â€šâ€™Ã¨Â¿Â½Ã¥Å Â */
}

.nav__item a::after {
	background-color: #82bfed;
	content: "";
	height: 0.7rem;
	left: 0;
	position: absolute;
	top: -4.8rem;
	-webkit-transition: width 0.3s;
	-o-transition: width 0.3s;
	transition: width 0.3s;
	width: 0;
}

.nav__item a:hover {
	color: #82bfed;
	-webkit-transition: width 0.3s;
	-o-transition: width 0.3s;
	transition: width 0.3s;
}

.nav__item a:hover::after {
	width: 100%;
}

.contact__btn2 {
	display: inline-block;
	margin-left: 0.8rem;
	overflow: hidden;
	position: relative;
	white-space: nowrap;
	z-index: 2;
}

.contact__btn2 a {
	display: block;
	font-family: "Roboto", sans-serif;
	font-size: 0.8rem;
	font-weight: normal;
	line-height: 1.6rem;
	padding: 0.2rem 0.6rem;
	-webkit-transition: all 0.3s 0s ease;
	-o-transition: all 0.3s 0s ease;
	transition: all 0.3s 0s ease;
}

.contact-btn2__tel {
	font-size: 2rem;
	font-weight: bold;
	padding-left: 1.5rem;
	position: relative;
}

.contact-btn2__tel::before {
	background: url(../img/phone2.png) no-repeat center center/contain;
	content: "";
	height: 1.5rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 1.5rem;
}

.contact-btn2__right {
	display: block;
	font-size: 1.3rem;
	font-weight: 700;
	text-align: right;
}

.header__btn {
	margin-left: 14px;
}

.mv_pc {
	background-image: url( ../../../images/nmain_img_pc.webp );
	background-size: cover;
	background-position: center;
	background-repeat-y: no-repeat;
	height: 775px;
}

.mv {
	margin-top: 7rem;
}

.mv__inner {
	margin-left: auto;
	margin-right: auto;
}

.mv__contents {
	background: #f7f7f7;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 2rem;
	padding-top: 3rem;
	position: relative;
	overflow: hidden;
}

.mv__contents::before {
	background: url(../img/fv01.jpg) no-repeat center center/cover;
	border-radius: 0 50rem 50rem 0;
	content: "";
	height: 80rem;
	left: 0rem;
	position: absolute;
	top: -8rem;
	width: 40%;
}

.mv__contents::after {
	background: url(../img/fv2.jpg) no-repeat center center/cover;
	border-radius: 50rem 0 0 50rem;
	content: "";
	height: 80rem;
	position: absolute;
	right: 0rem;
	top: -8rem;
	width: 40%;
}

.mv__content-title {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #82bfed;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 3.9rem;
	font-weight: 700;
	letter-spacing: 0.5rem;
	line-height: 2.15;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 20%;
	-webkit-writing-mode: vertical-rl;
	    -ms-writing-mode: tb-rl;
	        writing-mode: vertical-rl;
}

.mv__contents-text {
	color: #c49e7d;
	font-size: 1.8rem;
	font-weight: 500;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3rem;
	text-align: center;
	width: 45rem;
}

.mv__attention {
	background: #FBF8F2;
	padding: 1rem 0;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 10;
}

.mv__attention-text {
	color: #704D42;
	display: inline-block;
	font-size: 1.9rem;
	position: relative;
	text-align: center;
	-webkit-transition: all 0.3s 0s ease;
	-o-transition: all 0.3s 0s ease;
	transition: all 0.3s 0s ease;
}

.mv__attention-text:hover {
	opacity: 0.7;
}

.mv__attention-text::before {
	background: url(../img/atention_logo.png) no-repeat center center/contain;
	content: "";
	height: 4.5rem;
	left: -7.6rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 4.5rem;
}

.we__inner {
	padding-left: 10rem;
	padding-right: 10rem;
}

.we-contents {
	padding-top: 4.9rem;
}

.we__title {
	color: #82bfed;
	font-size: 3.6rem;
	font-weight: 700;
}

.we-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.5rem;
}

.we-content__right {
	padding-top: 2rem;
	width: 39%;
}

.we-content__right2 {
	display: none;
}

.we-content__left {
	width: 48%;
}

.we-content__left-title {
	color: #248cda;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.6666666667;
}

.we-content__left-text {
	font-size: 1.8rem;
	line-height: 1.7;
	margin-top: 1.7rem;
}

.we__btn {
	margin-top: 2rem;
}

.menu {
	padding-bottom: 9.7rem;
	padding-top: 6.3rem;
}

.menu__inner {
	padding: 0 16rem;
}

.menu__title {
	color: #C8835B;
	font-size: 2.8rem;
	font-weight: 500;
	text-align: center;
}

.menu__contents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	margin-top: 9.2rem;
}

.menu__content {
	position: relative;
	text-align: center;
	width: 23%;
}

.menu__content-worries {
	background: #fff;
	border: 1px solid #C49E7D;
	color: #C49E7D;
	font-size: 1.7rem;
	letter-spacing: 0.4rem;
	padding: 0.5rem;
	position: absolute;
	right: 2rem;
	top: -5rem;
	-webkit-writing-mode: vertical-rl;
	    -ms-writing-mode: tb-rl;
	        writing-mode: vertical-rl;
}

.menu__content-img img {
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1607843137);
	        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1607843137);
}

.menu__content-title {
	color: #C49E7D;
	font-size: 1.7rem;
	font-weight: 700;
	margin-top: 1.1rem;
}

.menu__content-text {
	color: #707070;
	font-size: 1.6rem;
	line-height: 1.4375;
	margin-top: 2rem;
	text-align: left;
}

.menu__content-btn {
	margin-top: 3.2rem;
}

.clinic {
	padding: 5.5rem 0;
}

.clinic__titles {
	text-align: center;
}

.clinic__title {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFE2AD));
	background: -o-linear-gradient(transparent 70%, #FFE2AD 70%);
	background: linear-gradient(transparent 70%, #FFE2AD 70%);
	display: inline-block;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1;
}

.clinic__title-text {
	font-size: 1.6rem;
	margin-top: 3rem;
}

.clinic__contents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 4.1rem;
}

.clinic__content {
	max-width: 26rem;
	text-align: center;
}

.clinic__content:nth-child(n+2) {
	margin-left: 7rem;
}

.clinic__content-icon {
	display: inline-block;
	width: 16.4rem;
}

.clinic__content-text {
	font-size: 1.8rem;
	line-height: 1.625;
	margin-top: 0.5rem;
}

.case {
	background: #f6fafe;
	padding-bottom: 2rem;
	padding-top: 3.3rem;
}

.case__inner {
	padding-left: 13rem;
	padding-right: 13rem;
}

.case__titles {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.case__title {
	border-right: 1px solid #707070;
	color: #1674bb;
	font-size: 4rem;
	font-weight: 700;
	padding: 0 4.4rem;
}

.case__subtitle {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.75;
	padding-left: 3.7rem;
}

.case__contents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-left: auto;
	margin-right: auto;
}

.case__contents {
	margin-top: 5rem;
}

.case__content {
	border: 1px solid #707070;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin-right: 4rem;
	padding: 3rem 0 2rem;
	text-align: center;
	-webkit-transition: all 0.3s 0s ease;
	-o-transition: all 0.3s 0s ease;
	transition: all 0.3s 0s ease;
	width: calc(25% - 3rem);
}

.case__content:nth-child(4n) {
	margin-right: 0;
}

.case__content:nth-child(n+5) {
	margin-top: 2.7rem;
}

.case__content:hover {
	background: #fff;
	color: #82bfed;
}

.case__content-icon {
	display: inline-block;
	width: 20rem;
}

.case__content-icon img {
	-o-object-fit: cover;
	height: 14rem;
	object-fit: cover;
	width: 14rem;
}

.case__content-btn {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1;
	margin-top: 1rem;
	position: relative;
}

.case__content-btn::after {
	border-right: 2px solid #82bfed;
	border-top: 2px solid #82bfed;
	content: "";
	height: 0.8rem;
	position: absolute;
	right: 3.5rem;
	top: 49%;
	-webkit-transform: rotate(45deg) translateY(-50%);
	    -ms-transform: rotate(45deg) translateY(-50%);
	        transform: rotate(45deg) translateY(-50%);
	width: 0.8rem;
}

.case__btn {
	margin-top: 6.5rem;
	text-align: center;
}

.clinic-underline {
	color: #C8835B;
}

.greeting {
	background: url(../img/greeting_img-bg.jpg) no-repeat center bottom/contain;
}

.greeting-bg {
	background: rgba(255, 255, 255, 0.75);
	max-width: 100%;
}

.greeting__inner {
	padding-bottom: 4.5rem;
	padding-top: 7.5rem;
	max-width:1080px;
}

.greeting__contents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-left: auto;
	margin-right: auto;
}

.greeting__content-left {
	display: inline-block;
	height: 36rem;
	max-width: 51rem;
	width: 30%;
}

.greeting__content-left2 {
	display: none;
}

.greeting__content-right {
	padding-left: 6rem;
	width: 50%;
}

.greeting__content-title {
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.4285714286;
}

.greeting__content-subtitle {
	font-size: 1.7rem;
	font-weight: 400;
	line-height: 1.8823529412;
	margin-top: 3rem;
	letter-spacing: .2px;
}

.greeting__guidances {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 12rem;
}

.greeting__guidance {
	max-width: 51.5rem;
	text-align: right;
	width: 100%;
}

.greeting__guidance:nth-child(2n) {
	margin-left: 5rem;
}

.greeting__guidance-img img {
	border-radius: 3.3rem;
}

.greeting__guidance-btn {
	background: #fff;
	right: 1rem;
	top: -9.5rem;
}

.greeting-qa {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	padding-left: 11rem;
	padding-right: 11rem;
}

.greeting__qa-link {
	display: inherit;
}

.greeting__qa-left {
	background: #C49E7D;
	border-radius: 3.3rem 0 0 3.3rem;
	color: #fff;
	padding: 3.1rem 3.5rem 4.1rem;
	-webkit-transition: all 0.3s 0s ease;
	-o-transition: all 0.3s 0s ease;
	transition: all 0.3s 0s ease;
}

.greeting__qa-left:hover {
	opacity: 0.7;
}

.greeting__qa-title {
	display: inline-block;
	font-size: 2rem;
	font-weight: 700;
	position: relative;
}

.greeting__qa-title::after {
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	content: "";
	height: 0.8rem;
	position: absolute;
	right: -2rem;
	top: 47%;
	-webkit-transform: rotate(45deg) translateY(-50%);
	    -ms-transform: rotate(45deg) translateY(-50%);
	        transform: rotate(45deg) translateY(-50%);
	width: 0.8rem;
}

.greeting__qa-text {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.6;
	margin-top: 2.3rem;
}

.greeting__qa-right {
	display: inherit;
}

.greeting__qa-right img {
	border-radius: 0 3.3rem 3.3rem 0;
	display: inline-block;
}

.greeting__qa-right2 {
	display: none;
}


@media screen and (max-width: 1080px){
	.greeting__content-left {
	width: 22%;
}
}

@media screen and (max-width: 900px){
.greeting__content-right {
	width: 40%;
}
}

.top_feature {
	background: #fff;
	padding-bottom: 2.5rem;
	padding-top: 1.5rem;
}

.top_feature .feature__inner {
	padding-left: 17rem;
	padding-right: 17rem;
}

.top_feature .feature__title {
	color: #C8835B;
	font-size: 2.8rem;
	font-weight: bold;
	text-align: center;
}

.top_feature .feature__contents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-top: 2.3rem;
}

.top_feature .feature__content {
	border: 0.2rem solid rgb(200 131 91 / 26%);
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin-right: 2rem;
	padding: 1rem 1rem 1.3rem;
	width: calc(33.3% - 1.3333333333rem);
}

.top_feature .feature__content:nth-child(3n) {
	margin-right: 0;
}

.top_feature .feature__content:nth-child(n+4) {
	margin-top: 2.7rem;
}

.top_feature .feature__content-text {
	font-size: 1.6rem;
	line-height: 1.6;
	margin-top: 0.5rem;
	padding: 0 1rem;
	letter-spacing: .05rem;
}


.instagram {
	padding-bottom: 5rem;
	padding-top: 6rem;
}

.instagram__inner {
	padding-bottom: 4.5rem;
	padding-top: 7.5rem;
	max-width:1080px;
}

.instagram__contents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-left: auto;
	margin-right: auto;
}

.instagram__title {
	color: #C8835B;
	font-size: 2.8rem;
	font-weight: 700;
	text-align: center;
}


.news {
	padding-bottom: 5rem;
	padding-top: 6rem;
}

.news__title {
	color: #82bfed;
	font-size: 2.8rem;
	font-weight: 700;
	text-align: center;
}

.news__contents {
	margin-top: 4.7rem;
}

.news__items {
	margin: 5rem auto 0;
	max-width: 100%;
	width: 120rem;
}

.news__item {
	border-bottom: 0.1rem solid #CCCCCC;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 1rem 0 1.5rem;
}

.news__item:nth-of-type(1) {
	border-top: 0.1rem solid #CCCCCC;
}

.news__meta {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 25.5rem;
}

.news__meta-date {
	color: #36414B;
	font-family: "Roboto", sans-serif;
	font-size: 1.8rem;
	font-weight: 700;
	padding-top: 0.5rem;
	width: 15.5rem;
}

.news__meta-label {
	background: rgba(140, 136, 128, 0.1607843137);
	color: #999999;
	font-size: 1.2rem;
	font-weight: bold;
	padding: 0.5rem 1.5rem;
	text-align: center;
	-webkit-transition: all 0.1s ease 0s;
	-o-transition: all 0.1s ease 0s;
	transition: all 0.1s ease 0s;
	width: 8rem;
}

.news__info {
	padding-left: 2rem;
	padding-top: 0.5rem;
	-webkit-transition: all 0.1s ease 0s;
	-o-transition: all 0.1s ease 0s;
	transition: all 0.1s ease 0s;
	width: calc(100% - 30.5rem);
}

.news__info:hover {
	opacity: 0.7;
}

.news__info a {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.25;
}

.news__btn {
	margin-top: 3.2rem;
	text-align: center;
}

.column {
	padding-bottom: 5rem;
	padding-top: 2rem;
}

.column__title {
	color: #82bfed;
	font-size: 2.8rem;
	font-weight: 700;
	text-align: center;
}

.column__contents {
	margin-top: 4.7rem;
}

.column__items {
	margin: 5rem auto 0;
	max-width: 100%;
	width: 120rem;
}

.column__item {
	border-bottom: 0.1rem solid #CCCCCC;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 1rem 0 1.5rem;
}

.column__item:nth-of-type(1) {
	border-top: 0.1rem solid #CCCCCC;
}

.column__meta {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 25.5rem;
}

.column__meta-date {
	color: #36414B;
	font-family: "Roboto", sans-serif;
	font-size: 1.8rem;
	font-weight: 700;
	padding-top: 0.5rem;
	width: 15.5rem;
}

.column__meta-label {
	background: rgba(140, 136, 128, 0.1607843137);
	color: #999999;
	font-size: 1.2rem;
	font-weight: bold;
	padding: 0.5rem 1.5rem;
	text-align: center;
	-webkit-transition: all 0.1s ease 0s;
	-o-transition: all 0.1s ease 0s;
	transition: all 0.1s ease 0s;
	width: 8rem;
}

.column__info {
	padding-left: 2rem;
	padding-top: 0.5rem;
	-webkit-transition: all 0.1s ease 0s;
	-o-transition: all 0.1s ease 0s;
	transition: all 0.1s ease 0s;
	width: calc(100% - 30.5rem);
}

.column__info:hover {
	opacity: 0.7;
}

.column__info a {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.25;
}

.column__btn {
	margin-top: 3.2rem;
	text-align: center;
}

.topics {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.topics .inner {
	max-width: 650px;
	margin: 0 1%;
}
.footer__reserve {
	background: url(../img/reserve_bg.jpg) no-repeat center center/cover;
	padding-bottom: 3.5rem;
	padding-top: 2.4rem;
	text-align: center;
}

.footer__reserve-logo {
	display: inline-block;
	width: 12rem;
}

.footer__reserve-title {
	color: #82bfed;
   font-size: 2.8rem;
   font-weight: 700;
   text-align: center;
}

.footer__reserve-text {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5625;
	margin-top: 0.5rem;
}

.footer__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 2.3rem;
}

.footer__item-left {
	padding-left: 7rem;
	text-align: left;
}

.footer___item-text {
	color: #333;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1;
}

.footer__item-tel {
	color: #333;
	font-family: "Roboto", sans-serif;
	font-size: 3.1rem;
	font-weight: 700;
	line-height: 1.4;
	position: relative;
}

.footer__item-tel::before {
	background: url(../img/phone2.png) no-repeat center center/contain;
	content: "";
	height: 3rem;
	left: -3.5rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 3rem;
}

.footer__items-table {
	display: inline-block;
	font-size: 1.4rem;
	margin-top: 0.2rem;
	text-align: left;
}

.footer__items-table td {
	color: #333;
}

.footer__item-right {
	margin-left: 6.5rem;
	padding-top: 1rem;
}

.footer__item-mail,
.footer__item-line {
	display: block;
}

.mail-icon::before {
	background: url(../img/mail_icon.png) no-repeat center center/contain;
	content: "";
	height: 5rem;
	left: 1rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 5rem;
}

.footer__item-line {
	margin-top: 4rem;
}

.line-icon::before {
	background: url(../img/line_icon.png) no-repeat center center/contain;
	content: "";
	height: 4rem;
	left: 1.5rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 4rem;
}

.footer__main {
	background: #FBF8F2;
	padding-bottom: 3.3rem;
	padding-top: 2.5rem;
}

.footer__main-inner {
	padding-left: 7rem;
	padding-right: 7rem;
}

.footer__contents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	padding-right: 3rem;
}

.top .footer__contents-left2 {
	display: none;
}

.footer__content-left-logo {
	width: 12rem;
}

.footer__contents-left-name {
	color: #5E5555;
	font-size: 1.6rem;
	font-weight: 500;
}

.footer__contents-left-address {
	color: #5E5555;
	font-size: 1.6rem;
	font-weight: 500;
}

.footer__content-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 1rem;
}

.footer__content-links:nth-child(1) {
	margin-right: 3rem;
}

.footer__content-link {
	color: #5E5555;
	font-size: 1.6rem;
	position: relative;
	-webkit-transition: all 0.3s 0s ease;
	-o-transition: all 0.3s 0s ease;
	transition: all 0.3s 0s ease;
}

.footer__content-link:hover {
	color: #C8835B;
	opacity: 0.7;
}

.footer__content-link:nth-child(n+2) {
	margin-top: 1.2rem;
}

.footer__content-link a::before {
	border-right: 0.2rem solid #C49E7D;
	border-top: 0.2rem solid #C49E7D;
	content: "";
	height: 0.7rem;
	left: -2.5rem;
	position: absolute;
	top: 49%;
	-webkit-transform: rotate(45deg) translateY(-50%);
	    -ms-transform: rotate(45deg) translateY(-50%);
	        transform: rotate(45deg) translateY(-50%);
	width: 0.7rem;
}

.footer__content-right {
	padding-top: 1rem;
}

.biz-hour {
	border-collapse: collapse;
	display: inline-block;
	position: relative; /* overflow-x: scroll;Ã£ÂÂ§Ã£â‚¬Â
  Ã£â€šÂ¹Ã£Æ’Å¾Ã£Æ’â€ºÃ§â€Â»Ã©ÂÂ¢Ã¥Â¹â€¦Ã£ÂÂ«Ã¨Â¡Â¨Ã£ÂÅ’Ã¥â€¦Â¥Ã£â€šÅ Ã£ÂÂÃ£â€šâ€°Ã£ÂÂªÃ£Ââ€žÃ¥Â Â´Ã¥ÂË†Ã£ÂÂ¯
  Ã¦Â¨ÂªÃ£â€šÂ¹Ã£â€šÂ¯Ã£Æ’Â­Ã£Æ’Â¼Ã£Æ’Â«Ã£Ââ€”Ã£ÂÂ¦Ã£ÂÂÃ£â€šÅ’Ã£ÂÂ¾Ã£Ââ„¢ */
	width: 100%;
}

.biz-hour::after {
	background-color: #707070;
	bottom: 33%;
	content: "";
	display: inline-block;
	height: 0.1rem;
	left: 50%;
	opacity: 0.3;
	position: absolute;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 90%;
}

.biz-hour th {
	background: #C8835B;
	border-top: 1px solid #C8835B;
	color: #ffffff;
	font-size: 1.4rem;
	padding: 0.5rem 1.1rem;
	text-align: center;
}

.biz-hour td:not(:nth-child(1)) {
	color: #C49E7D;
}

.biz-hour td {
	background: #fff;
	color: #5E5555;
	font-size: 1.4rem;
	padding: 0.5rem 1.1rem;
	text-align: center;
}

.biz-hour td:first-child {
	padding-left: 4rem;
}

.biz-hour th:first-child {
	padding-left: 4rem;
}

.biz-hour td:last-child {
	padding-right: 4rem;
}

.biz-hour th:last-child {
	padding-right: 4rem;
}

.biz-time {
	font-weight: 700;
}

.footer__copyright {
	background: url(../img/copyright_img-bg.jpg) no-repeat center center/cover;
	height: 6.5rem;
}

.footer__copyright-inner {
	background: rgba(255, 255, 255, 0.75);
	height: 6.5rem;
	max-width: 100%;
}

.footer__copyright-text {
	color: #fff;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 6.5rem;
	text-align: center;
	background: #248cdb;
}

.to-top {
	background: #82bfed;
	bottom: 15px;
	display: none;
	padding: 1rem 1.5rem;
	position: fixed;
	right: 20px;
	-webkit-transition: all 0.3s 0s ease;
	-o-transition: all 0.3s 0s ease;
	transition: all 0.3s 0s ease;
}

.to-top img {
	height: 10px;
	width: 15px;
}

.to-top:hover {
	opacity: 0.8;
}

.drawer__icon {
	display: none;
	position: fixed;
	right: 5px;
	top: 8px;
	-webkit-transition: -webkit-transform 0.5s ease 0s;
	transition: -webkit-transform 0.5s ease 0s;
	-o-transition: transform 0.5s ease 0s;
	transition: transform 0.5s ease 0s;
	transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
	z-index: 200;
	width: 50px;
	height: 50px;
	background: #82bfed;
	border-radius: 50%;
}

.drawer__icon.is-active {
	-webkit-transform: translate(-10px, 0);
	    -ms-transform: translate(-10px, 0);
	        transform: translate(-10px, 0);
	top: 8px;
	-webkit-transition: -webkit-transform 0.5s ease 0s;
	transition: -webkit-transform 0.5s ease 0s;
	-o-transition: transform 0.5s ease 0s;
	transition: transform 0.5s ease 0s;
	transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}

.drawer__icon.is-active .drawer__icon-bar1 {
	top: 10px;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.drawer__icon.is-active .drawer__icon-bar2 {
	display: none;
}

.drawer__icon.is-active .drawer__icon-bar3 {
	top: 7px;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.drawer__icon.is-active .drawer__icon-bar1,
.drawer__icon.is-active .drawer__icon-bar2,
.drawer__icon.is-active .drawer__icon-bar3 {
	width: 100%;
	-webkit-transition: -webkit-transform 0.5s ease 0s;
	transition: -webkit-transform 0.5s ease 0s;
	-o-transition: transform 0.5s ease 0s;
	transition: transform 0.5s ease 0s;
	transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}

.drawer__icon-bars {
	display: block;
	height: 36px;
	position: relative;
	top: 49%;
	left: 50%;
	width: 25px;
	-webkit-transition: -webkit-transform 0.5s ease 0s;
	transition: -webkit-transform 0.5s ease 0s;
	-o-transition: transform 0.5s ease 0s;
	transition: transform 0.5s ease 0s;
	transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
	/* overflow: hidden; */
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	text-align: center;
}

.drawer__icon-bar1,
.drawer__icon-bar2,
.drawer__icon-bar3 {
	background: #fff;
	height: 3px;
	left: 0;
	position: relative;
	top: 0;
	width: 100%;
	-webkit-transition: -webkit-transform 0.3s ease 0s;
	transition: -webkit-transform 0.3s ease 0s;
	-o-transition: transform 0.3s ease 0s;
	transition: transform 0.3s ease 0s;
	transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.drawer__icon-bar1 {
	top: 3px;
}

.drawer__icon-bar2 {
	top: 7px;
}

.drawer__icon-bar3 {
	top: 11px;
}

.drawer__icon-bars:after {
	content: "メニュー";
	position: absolute;
	top: 20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	color: #fff;
	display: block;
	width: 4em;
	font-size: 10px;
	text-wrap: nowrap;
}

.drawer__content {
	background: #FBF8F2;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
	        box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
	height: 100%;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-transform: translateX(105%);
	    -ms-transform: translateX(105%);
	        transform: translateX(105%);
	-webkit-transition: -webkit-transform 0.5s ease 0s;
	transition: -webkit-transform 0.5s ease 0s;
	-o-transition: transform 0.5s ease 0s;
	transition: transform 0.5s ease 0s;
	transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
	width: 85%;
	z-index: 199;
}

.drawer__content.is-active {
	-webkit-transform: translateX(0);
	    -ms-transform: translateX(0);
	        transform: translateX(0);
}

.drawer__header {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #FBF8F2;
	padding: 12px 10px 5px;
	height: 65px;
	text-align: center;
}

.drawer__title {
	display: inline-block;
	min-width: 120px;
	width: 36rem;
}

.drawer__content-items {
	background: #FBF8F2;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.drawer__content-item {
	background: #fff;
	color: #C49E7D;
	padding: 0;
	-webkit-transition: all 0.3s 0s ease;
	-o-transition: all 0.3s 0s ease;
	transition: all 0.3s 0s ease;
}

.drawer__content-item:hover {
	background: #C49E7D;
	color: #fff;
}

.drawer__content-item:nth-child(n+1) {
	border-bottom: 1px solid #C49E7D;
}

.drawer__content-item:nth-of-type(1) {
	border-top: 1px solid #C49E7D;
}

.drawer__content-item a {
	display: block;
	padding: 3rem
 0;
	font-size: 4.8rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	position: relative;
}

.drawer__btn {
	margin-top: 7rem;
}

.drawer__btn a {
	display: inline-block;
	font-size: 4rem;
	padding-bottom: 2.2rem;
	padding-left: 11.2rem;
	padding-right: 11.2rem;
	padding-top: 2.2rem;
}

.drawer__background {
	background: rgba(0, 0, 0, 0.8);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 198;
}

.drawer__background.is-active {
	display: block;
}

.t-accent {
	color: #82bfed;
}

.t-underline {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFE2AD));
	background: -o-linear-gradient(transparent 60%, #FFE2AD 60%);
	background: linear-gradient(transparent 60%, #FFE2AD 60%);
}

.t-underline2 {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, transparent), color-stop(90%, #FFE2AD));
	background: -o-linear-gradient(transparent 90%, #FFE2AD 90%);
	background: linear-gradient(transparent 90%, #FFE2AD 90%);
}

.s-border {
	border-bottom: 2px solid #C49E7D;
	padding-bottom: 1rem;
}

.btn-one {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #fff;
	border: 1px solid #82bfed;
	border-radius: 1rem;
	color: #1d8ee2;
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 700;
	padding: 1.2rem 3.2rem;
	text-align: center;
	-webkit-transition: all 0.3s 0s ease;
	-o-transition: all 0.3s 0s ease;
	transition: all 0.3s 0s ease;
}

.btn-one:hover {
	background: #82bfed;
	color: #fff;
}

.btn-two {
	background: #fff;
	border: 0.2rem solid #82bfed;
	border-radius: 2.5rem;
	color: #1d8ee2;
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 1rem 4rem;
	position: relative;
	text-align: center;
	-webkit-transition: all 0.3s 0s ease;
	-o-transition: all 0.3s 0s ease;
	transition: all 0.3s 0s ease;
}

.btn-two::after {
	border-right: 2px solid #82bfed;
	border-top: 2px solid #82bfed;
	content: "";
	height: 0.8rem;
	position: absolute;
	right: 2.5rem;
	top: 49%;
	-webkit-transform: rotate(45deg) translateY(-50%);
	    -ms-transform: rotate(45deg) translateY(-50%);
	        transform: rotate(45deg) translateY(-50%);
	width: 0.8rem;
}

.btn-two:hover {
	background: #82bfed;
	color: #fff;
}

.btn-two:hover:after {
	border-color: #fff;
}

.btn-three {
	background: #fff;
	background: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	max-width: 31.3rem;
	padding: 1.5rem 5rem 1.5rem 6rem;
	position: relative;
	-webkit-transition: all 0.3s 0s ease;
	-o-transition: all 0.3s 0s ease;
	transition: all 0.3s 0s ease;
}

.btn-three::after {
	border-right: 2px solid #C49E7D;
	border-top: 2px solid #C49E7D;
	content: "";
	height: .8rem;
	position: absolute;
	right: 3rem;
	top: 49%;
	-webkit-transform: rotate(45deg) translateY(-50%);
	    -ms-transform: rotate(45deg) translateY(-50%);
	        transform: rotate(45deg) translateY(-50%);
	width: .8rem;
}

.btn-three:hover {
	background: #C49E7D;
	color: #fff;
}

.btn-three:hover:after {
	border-color: #fff;
}

.btn-four {
	background: #fff;
	border: 1px solid #C49E7D;
	border-radius: 2.5rem;
	color: #C8835B;
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 0.5rem 4rem;
	position: relative;
	text-align: center;
	-webkit-transition: all 0.3s 0s ease;
	-o-transition: all 0.3s 0s ease;
	transition: all 0.3s 0s ease;
}

.btn-four::after {
	border-right: 2px solid #C49E7D;
	border-top: 2px solid #C49E7D;
	content: "";
	height: 0.8rem;
	position: absolute;
	right: 2.5rem;
	top: 49%;
	-webkit-transform: rotate(45deg) translateY(-50%);
	    -ms-transform: rotate(45deg) translateY(-50%);
	        transform: rotate(45deg) translateY(-50%);
	width: 0.8rem;
}

.btn-four:hover {
	background: #C49E7D;
	color: #fff;
}

.btn-four:hover:after {
	border-color: #fff;
}

.btn-five {
	background: #fff;
	border: 0.2rem solid #82bfed;
	border-radius: 2.5rem;
	color: #1d8ee2;
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 1rem 7rem;
	position: relative;
	text-align: center;
	-webkit-transition: all 0.3s 0s ease;
	-o-transition: all 0.3s 0s ease;
	transition: all 0.3s 0s ease;
}

.btn-five::after {
	border-right: 2px solid #82bfed;
	border-top: 2px solid #82bfed;
	content: "";
	height: 0.8rem;
	position: absolute;
	right: 2.5rem;
	top: 49%;
	-webkit-transform: rotate(45deg) translateY(-50%);
	    -ms-transform: rotate(45deg) translateY(-50%);
	        transform: rotate(45deg) translateY(-50%);
	width: 0.8rem;
}

.btn-five:hover {
	background: #82bfed;
	color: #fff;
}

.btn-five:hover:after {
	border-color: #fff;
}

/*Ã£Æ’Â¡Ã£Æ’Â¼Ã£Æ’Â«*/

.wpcf7 label {
    font-size: 18px;
    color: #523200;
}

	.wpcf7 p input[type="text"] {
    width: 100%;
    height: auto;
    margin: 5px 0 15px 0;
    padding: 8px 10px;
    border: 1px solid #cccccc;
    background-color: #fefefe;
}
	
  .wpcf7 p input[type="text"],
  .wpcf7 p input[type="email"],
  .wpcf7 p input[type="tel"],
  .wpcf7 p input[type="date"],
  select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    width: 100%;
    height: auto;
    margin: 5px 0 0 0;
    padding: 2% 2.5%;
    border: 1px solid #cccccc;
    background-color: #fefefe;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
	
.wpcf7 p textarea {
    width: 100%;
    height: auto;
    margin-top: 5px;
    padding: 5px 10px;
    border: 1px solid #cccccc;
    background-color: #fefefe;
}
	
.wpcf7 p span.required {
    font-size: 15px;
    text-align: center;
    color: #ffffff;
    padding: 0 7px 2px 7px;
    background-color: #ff8d0c;
	  font-weight: bolder;
}	
	
.wpcf7 p {
    width: 100%;
    height: auto;
    font-size: 15px;
    font-weight: normal;
    text-align: left;
    color: #6c5e55;
    padding: 0;
	font-weight: bolder;
}	
	
.wpcf7 p span.accept {
    font-size: 12px;
    color: #ff8d0c;
}
	
.wpcf7 p input[type="submit"] {
    width: 30% !important;
    height: auto;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    margin: 30px auto 0 auto;
    padding: 10px 0;
    color: #ffffff;
    background-color: #fec32b;
    background: -o-linear-gradient(bottom, #ffd979 0%, #fec32b 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ff724f), to(#ff8d0c));
    background: -o-linear-gradient(top, #ff724f 0%, #ff8d0c 100%);
    background: linear-gradient(to bottom, #ff724f 0%, #ff8d0c 100%);
    border: 1px solid #ff8d0c;;
    display: block;
}
	
span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
    font-weight: 100;
}

@media (min-width: 1300px) {

html {
	font-size: 10px;
}

}

@media screen and (max-width: 1299px) {

.inner {
	padding-left: 2.4rem;
	padding-right: 2.4rem;
}

html {
	font-size: 0.7692307692vw;
}

}

@media screen and (max-width: 767px) {

.inner {
	padding-left: 2rem;
	padding-right: 2rem;
}

.pc-none {
	display: block;
}

.sp-none {
	display: none;
}

.btn-five {
	font-size: 4.8rem;
	padding: 3rem 8rem;
}
	
.btn-five::after {
    border-right: 2px solid #82bfed;
    border-top: 2px solid #82bfed;
    height: 1.8rem;
    width: 1.8rem;
}

.header__title {
	width: 120px;
}

.header__inner {
	height: 65px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
}

.header__nav {
	display: none;
}

.contact__btn2 {
	display: block;
	margin-top: 2rem;
}

.contact__btn2 a {
	display: none;
}

.contact-btn2__tel {
	background-size: 2.4rem auto;
	font-size: 2.5rem;
	padding-left: 2.5rem;
}

.contact-btn2__right {
	display: inline-block;
}

.header__btn {
	display: none;
}

.mv {
	margin-top: 65px;
}

.mv__contents {
	padding-bottom: 8rem;
	padding-top: 15rem;
}

.mv__contents::before {
	height: 110rem;
	top: 0;
	width: 45rem;
}

.mv__contents::after {
	height: 110rem;
	top: 0;
	width: 45rem;
}

.mv__content-title {
	font-size: 6.5rem;
	line-height: 1.8;
	width: 25%;
}

.mv__contents-text {
	display: none;
}

.mv__attention {
	line-height: 1.6;
}

.mv__attention-text {
	font-size: 4.5rem;
}

.mv__attention-text::before {
	height: 30px;
	left: -45px;
	width: 30px;
}

.we__inner {
	padding-top: 9rem;
}

.we-contents {
	padding-top: 0;
}

.we__title {
	font-size: 6rem;
	line-height: 1;
	text-align: center;
}

.we-content {
	display: block;
}

.we-content__right {
	display: none;
}

.we-content__right2 {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3rem;
	width: 75%;
}

.we-content__left {
	margin-top: 2rem;
	padding-left: 0;
	text-align: center;
	width: 100%;
}

.we-content__left-title {
	font-size: 5rem;
	line-height: 1.8;
	margin-top: 1rem;
}

.we-content__left-text {
	font-size: 13px;
	line-height: 1.6;
	text-align: left;
	padding: 0 5%;
}
.top_txt_sp{
	letter-spacing: 1.1px;
	line-height: 1.7;
	padding: 0 5%;
	margin: 2rem 0;
}
	
.we__btn {
	margin-top: 4rem;
}

.menu {
	padding-top: 9.3rem;
}

.menu__title {
	font-size: 6rem;
}

.menu__contents {
	margin-top: 12rem;
}

.menu__content {
	width: 45%;
}

.menu__content:nth-child(n+3) {
	margin-top: 17rem;
}

.menu__content-worries {
	top: -10rem;
	font-size: 4.8rem;
	right: 3rem;
}

.menu__content-title {
	font-size: 5.5rem;
}

.menu__content-text {
	font-size: 4.8rem;
	margin-top: 1.5rem;
}

.menu__content-btn {
	margin-top: 3.2rem;
}

.clinic__title {
	font-size: 8rem;
}

.clinic__title-text {
	font-size: 4.4rem;
	margin-top: 3rem;
}

.clinic__contents {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	margin-top: 7rem;
}

.clinic__content {
	max-width: 60rem;
	width: 100%;
	margin: 15px 0 5px;
}

.clinic__content:nth-child(n+2) {
	margin-left: 0;
}

.clinic__content:nth-child(3) {
	margin-top: 9rem;
	margin-left: 0;
}

.clinic__content-icon {
	width: 37rem;
}

.clinic__content-text {
	font-size: 4.8rem;
	line-height: 1.4;
}

.clinic__content-text br {
	display: none;
}

.case {
	padding-bottom: 9rem;
	padding-top: 9rem;
}

.case__titles {
	display: block;
	text-align: center;
}

.case__title {
	border-right: none;
	font-size: 8rem;
}

.case__subtitle {
	font-size: 4.8rem;
	line-height: 1.6;
	margin-top: 2.5rem;
}

.case__content {
	margin-right: 0;
	width: calc(45% - 2rem);
}

.case__content:nth-child(n+3) {
	margin-top: 4rem;
}

.case__content:nth-child(odd) {
	margin-right: 4rem;
}

.case__content-icon img {
	height: 25rem;
	width: 25rem;
}

.case__content-btn {
	font-size: 4.8rem;
	line-height: 1.6;
}

.case__content-btn::after {
	height: 1.5rem;
	right: 7rem;
	width: 1.5rem;
}

.greeting__contents {
	display: block;
}

.greeting__content-left {
	display: none;
}

.greeting__content-left2 {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3rem;
	width: 75%;
}

.greeting__content-right {
	margin-top: 2rem;
	padding-left: 0;
	text-align: center;
	width: 100%;
}

.greeting__content-title {
	font-size: 6rem;
	line-height: 1.8;
}

.greeting__content-subtitle {
	font-size: 4.8rem;
	line-height: 1.8;
	margin-top: 1.7rem;
	padding: 0 2rem;
	text-align: left;
	letter-spacing: .2px;
}

.greeting__guidance-btn {
	right: 2rem;
	top: -15rem;
	padding: 2rem 5rem;
	font-size: 4.2rem;
}

.greeting-qa {
	display: block;
	margin-top: 0;
	width: 90%;
}

.greeting__qa-left {
	border-radius: 0 0 3.3rem 3.3rem;
	line-height: 1.2;
	padding: 2.1rem 3.5rem 2.1rem;
}

.greeting__qa-title {
	font-size: 4.3rem;
}

.greeting__qa-text {
	font-size: 3.4rem;
	line-height: 1.4;
	margin-top: 1rem;
}

.greeting__qa-right img {
	display: none;
}

.greeting__qa-right2 {
	display: block;
}

.greeting__qa-right2 img {
	border-radius: 3.3rem 3.3rem 0 0;
	vertical-align: bottom;
}
	
.top_feature {
    padding-top: 1.5rem;
}

.top_feature .feature__inner {
	padding: 9rem 4rem;
}

.top_feature .feature__title {
	font-size: 8rem;
	font-weight: bold;
}

.top_feature .feature__contents {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 7rem;
}

.top_feature .feature__content {
	padding: 2rem;
	margin-right: 0;
	width: calc(50% - 1.25rem);
}

.top_feature .feature__content:nth-child(odd) {
	margin-right: 2.5rem;
}

.top_feature .feature__content:nth-child(n+3) {
	margin-top: 2.5rem;
}

.top_feature .feature__content-text {
	font-size: 4.8rem;
	line-height: 1.6;
	padding: 3px 1rem;
}

.news {
	padding-bottom: 9rem;
	padding-top: 9rem;
}

.news__title {
	font-size: 8rem;
}

.news__items {
	margin-top: 4rem;
	width: 96%;
}

.news__item {
	display: block;
}

.news__meta {
	width: 100%;
}

.news__meta-date {
	font-size: 4.8rem;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-right: 3rem;
}

.news__meta-label {
	font-size: 3rem;
	width: 20rem;
}

.news__info {
	line-height: 1.6;
	padding-left: 0;
	padding-top: 1rem;
	width: 100%;
}

.news__info a {
	font-size: 4.8rem;
}

.news__btn {
	margin-top: 6rem;
}

.column {
	padding-bottom: 9rem;
	padding-top: 9rem;
}

.column__title {
	font-size: 8rem;
}

.column__items {
	margin-top: 4rem;
	width: 96%;
}

.column__item {
	display: block;
}

.column__meta {
	width: 100%;
}

.column__meta-date {
	font-size: 4.8rem;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-right: 3rem;
}

.column__meta-label {
	font-size: 3rem;
	width: 20rem;
}

.column__info {
	line-height: 1.6;
	padding-left: 0;
	padding-top: 1rem;
	width: 100%;
}

.column__info a {
	font-size: 4.8rem;
}

.column__btn {
	margin-top: 6rem;
}

.topics {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.topics .inner {
	max-width: 100%;
	width: 100%;
	margin-bottom: 5%;
}


.footer__reserve {
	padding-bottom: 4.5rem;
	padding-top: 3.4rem;
}

.footer__reserve-logo {
	width: 60rem;
}

.footer__reserve-title {
	font-size: 8rem;
	margin-top: 1rem;
}

.footer__reserve-text {
	font-size: 4rem;
	margin-top: 2.5rem;
}

.footer__items {
	display: block;
}

.footer__item-left {
	display: inline-block;
	padding-left: 0;
	text-align: center;
}

.footer___item-text {
	font-size: 4rem;
	margin-top: 3rem;
}

.footer__item-tel {
	display: inline-block;
	font-size: 6.5rem;
	margin-top: 1rem;
}

.footer__item-tel::before {
	height: 5rem;
	left: -5.5rem;
	width: 5rem;
}

.footer__items-table {
	display: block;
	font-size: 4rem;
	margin-left: auto;
	margin-right: auto;
	padding-left: 7rem;
}

.footer__item-right {
	margin-left: auto;
	margin-right: auto;
	margin-top: 3rem;
	width: 100%;
}

.footer__item-line {
	margin-top: 2.5rem;
}

.footer__main {
	padding-bottom: 4rem;
	padding-top: 4rem;
}

.footer__contents {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-top: 0;
	padding-right: 0;
}

.footer__contents-left {
	display: none;
}

.footer__contents-left2 {
	display: none;
	text-align: center;
}

.footer__contents-left2 {
	display: none;
	text-align: center;
}

.footer__content-left-logo {
	margin-left: auto;
	margin-right: auto;
	width: 60rem;
}

.footer__contents-left-name {
	font-size: 3rem;
	margin-top: 1rem;
}

.footer__contents-left-address {
	font-size: 3rem;
}

.footer__content-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding: 10px 10px 0;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-bottom: 8rem;
}

.footer__content-link {
	width: 100%;
	margin: 0;
	padding-bottom: 5px;
	font-size: 5rem;
}

.footer__content-link a {
	position: relative;
	display: block;
	width: 100%;
	padding: 8px 10px 8px 30px;
	background: #fff;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
	
.footer__content-link a::before {
	height: 2.2rem;
	left: 5px;
	width: 2.2rem;
	border-right: 2px solid #C49E7D;
	border-top: 2px solid #C49E7D;
}
.biz-hour th {
	font-size: 4rem;
	padding: 1.5rem 2.1rem;
}

.biz-hour td {
	font-size: 4rem;
	padding: 1.5rem 3.1rem;
}

.biz-hour td:first-child {
	padding-left: 2rem;
}

.biz-hour th:first-child {
	padding-left: 2rem;
}

.biz-hour td:last-child {
	padding-right: 2rem;
}

.biz-hour th:last-child {
	padding-right: 2rem;
}

.footer__copyright {
	height: 9rem;
	margin-bottom: 70px;
}

.footer__copyright-inner {
	height: 9rem;
}

.footer__copyright-text {
	font-size: 3rem;
	line-height: 9rem;
}

.to-top {
	bottom: 5px;
	padding: 1rem 2rem;
	right: 10px;
}

.drawer__icon {
	display: block;
}

.btn-two {
	font-size: 4.8rem;
	padding: 3rem 8rem;
}

.btn-three {
	display: inline-block;
	font-size: 4.8rem;
	max-width: 55%;
	width: 100%;
	margin-bottom: 0;
	padding: 2rem 5rem;
}
	
.mail-icon::before {
    height: 7rem;
    left: 2rem;
    width: 7rem;
}
.line-icon::before {
    height: 6rem;
    left: 2.5rem;
    width: 6rem;
}
.btn-four {
	font-size: 3.5rem;
	padding: 1.5rem 8rem;
}

}

.post p {
	margin-bottom: 15px;
}

@media screen and (max-width: 767px){
	.greeting_director .sp .greeting__content-subtitle{
	  margin: 1.5rem 0;
	  text-align: left;
	}
	.footer__content-links {
	    margin-right: 0;
	    width: 50%;
	}
	}



@media screen and (max-width: 767px){
.header_link {
	position: fixed;
	z-index: 198;
	top: 0px;
	right: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 120px;
	height: 65px;
	text-indent: -9999px;
	overflow: hidden;
	background: #fff;
	margin: 0;
}
.header_link .h_l_menu01 {
    border-left: 1px solid #ffffff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    margin-right: 5px;
}
.header_link li {
    border-left: 1px solid #ffffff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
}

.header_link li a {
	display: block;
	width: 50px;
	height: 50px;
}

.header_link .h_l_menu01 a {
	background: url(../img/sp_price.png) no-repeat;
	background-size: clamp(30px, 100%, 50px );
	background-position: 50% 50%;
}

.header_link .h_l_menu02 a {
    background: url(../img/sp_access.png) no-repeat;
    background-size: clamp(30px, 100%, 50px );
    background-position: 50% 50%;
}
}

.contact__button{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack:space-evenly;
        -ms-flex-pack:space-evenly;
            justify-content:space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: inherit;
    border: 1px solid #82bfed;
    border-radius: 20px;
    text-decoration: none;
    margin-right: auto;
    margin-left: auto;
}

.contact__img{
    width: 95%;
    margin-right: auto;
    margin-left: auto;
}

.contact__form-text{
    font-size: 22px;
    font-weight: bold;
    color: #C8835B;
}
.contact__items{
    text-align: center;
    display: -ms-grid;
    display: grid;
    max-width: 1080px;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(3,1fr);
    -moz-column-gap: 10px;
    -webkit-column-gap: 10px;
            column-gap: 10px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem;
    margin-top: 2rem;
}

.contact__item{
    margin-right: auto;
    margin-left: auto;
    list-style: none;
    width: 100%;
    height: 130px;
}
@media screen and (max-width: 900px) {
    .contact__item{
        height: 140px;
    }
}
@media screen and (max-width: 767px){
    .contact__item{
        height: 95px;
    }
}
@media screen and (max-width: 600px){
    .contact__item{
        height: 76px;
    }
    .contact__button {
        border-radius: 10px;
    }
}
@media screen and (max-width: 500px){
    .contact__item{
        height: 66px;
    }
    .contact__items {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}
@media screen and (max-width: 400px){
    .contact__item{
        height: 50px;
    }
}

.col-12{
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 992px){
    .col-12{
        padding-right: 5px;
        padding-left: 5px;
    }
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width:1140px
    }
}

.row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.footer-container{
    padding-bottom: 3rem;
    padding-top: 3rem;
	text-align:left;
	margin-top:5rem;
}
.col-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
}

.locations-wrap{
    -webkit-box-flex:0;
        -ms-flex:0 0 100% ;
            flex:0 0 100% ;
    max-width: 100%;
}

@media (min-width: 992px){
    .footer-category {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
                flex: 0 0 25%;
        max-width: 25%;
    }
    .footer-category1 {
        -ms-flex: 0 0 22%;
        -webkit-box-flex: 0;
                flex: 0 0 22%;
        max-width: 22%;
    }
    .footer-bottom {
        -ms-flex: 0 0 28%;
        -webkit-box-flex: 0;
                flex: 0 0 28%;
        max-width: 28%;
    }

    .locations-wrap{
        -webkit-box-flex:0;
            -ms-flex:0 0 51% ;
                flex:0 0 51% ;
        max-width: 51%;
    }
}

@media (min-width: 1200px){
    .footer-category {
        -ms-flex: 0 0 21%;
        -webkit-box-flex: 0;
                flex: 0 0 21%;
        max-width: 21%;
    }
    .footer-category1{
        -ms-flex: 0 0 18%;
        -webkit-box-flex: 0;
                flex: 0 0 18%;
        max-width: 18%;
    }
    .footer-bottom {
        -ms-flex: 0 0 40%;
        -webkit-box-flex: 0;
                flex: 0 0 40%;
        max-width: 40%;
    }
    .locations-wrap{
        -webkit-box-flex:0;
            -ms-flex:0 0 44% ;
                flex:0 0 44% ;
        max-width: 44%;
    }
}


.footer-title {
    font-weight: 500;
    font-size: 20px;
    color: #212121;
    border-bottom: solid 2px #E0E0E0;
}

@media (min-width: 768px){
    .footer-ul2{
        margin-left: 10rem;
    }
}

@media (min-width: 992px){
    .footer-ul1{
        padding-left: 0.5rem;
        margin-top: 0.5rem;
    }
    .footer-ul2{
        margin-left: 1rem;
    }
}
.footer-ul1{
    padding-left: 1rem;
    margin-top: 1rem;
    line-height: 2.4;
    margin-bottom: 1rem;
	text-align:left;
}



.footer-company{
    line-height: 2.4;
    margin-top: 0.5rem;
    color: #757575;
}

.locations{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 768px){
    .locations{
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
	.footer-ul1{
    padding-left: 3rem;
}
	.footer-container{
	margin-top:10rem;
}
}

.footer-ul1 li{
    list-style: none;
}
.footer-company li{
    list-style: none;
    margin-top: 15px;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #757575;
}


@media (max-width: 1200px){
    .footer-company li{
        font-size: 14px;
        display: block;
    }
}
@media (max-width: 992px){
    .footer-company li{
        margin-top: 15px;
        font-size: 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}



.f-tt {
    background: #82bfed;
    padding: 0px 8px;
    border-radius: 3px;
    margin-right: 15px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 80px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}
@media (max-width: 992px){
    .sp-none{
        display: none;
    }
}

@media (max-width: 550px){
    .f-tt {
        margin-bottom: 0.5rem;
    }
    .sp-none{
        display: block;
    }
    .footer-company{
        line-height: 1.8;
    }
}
.img-fluid {
    max-width: 70%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 500px){
    .locations{
        display: block;
    }
    .footer-ul1{
        margin-bottom: 0;
    }
    .footer-ul2{
        margin-top: 0;
    }
    .locations-wrap{
        margin-top: 1rem;
    }
    .img-fluid{
        max-width: 70%;
    }
    .footer-bottom{
        margin-top: 1rem;
    }
}

.r-4{
    display: none;
}

@media (max-width: 400px){
    .img-fluid{
        max-width: 90%;
    }
    .r-4{
        display: block;
    }
}


.footer a {
    color: #757575;
    text-decoration: none;
}

@media screen and (min-width: 769px){
.access__title {
    color: #82bfed;
    font-size: 2.8rem;
    font-weight: 700;
    text-align: center;
}

.row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.access__content-left{
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
    padding-right: 15px;
    padding-left: 15px;
}
.access__content-right{
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
    padding-right: 15px;
    padding-left: 15px;
	padding-top:20px;
}

.gmap {
    position: relative;
    padding-bottom: 60%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.access__title-small {
    margin-top: 0.5rem;
    color: #225a84;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.6666666667;
}

.access__address{
    margin-bottom: 2rem;
}

.other-li {
    margin-top: 8px;
    margin-bottom: 8px;
    list-style: none;
}

.other-tt {
    background: #82bfed;
    padding: 5px 16px;
    border-radius: 5px;
    color: #fff;
    margin-right: 8px;
}

.access__btn {
    margin-top: 3.2rem;
    text-align: center;
}
.top-access  .access__inner {
    padding-bottom: 4.5rem;
    padding-top: 7.5rem;
    max-width: 1080px;
}
}

@media screen and (max-width: 768px){
	.top-access{
		padding-bottom:8rem;
	}
	.access__title-small {
		font-size: 8rem;
		 line-height: 1.8;
		 font-weight: 700;
		 margin-bottom: 0.5rem;
	    color: #225a84;
    }
	.row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
    .gmap iframe{
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
    .access__content-left{
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
                flex: 0 0 100%;
        max-width: 100%;
		  margin-bottom:5rem;
		    padding-right: 15px;
    padding-left: 15px;
    }
	 .access__title {
		 font-size: 8rem;
		color: #82bfed;
    font-weight: 700;
    text-align: center;
	 }
    .access__content-right{
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
                flex: 0 0 100%;
        max-width: 100%;
		    padding-right: 15px;
    padding-left: 15px;
    }
	.access__btn {
    margin-top: 6rem;
	}
	 .top-access  .access__inner {
        max-width: 600px;
		padding-left: 6rem;
    padding-right: 6rem;
    }
	.gmap {
    position: relative;
    padding-bottom: 45%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
	.access__address{
    margin-bottom: 4rem;
}

.other-li {
    margin-top: 8px;
    margin-bottom: 8px;
    list-style: none;
}

.other-tt {
    background: #82bfed;
    padding: 5px 16px;
    border-radius: 5px;
    color: #fff;
    margin-right: 8px;
}

.access__btn {
    margin-top: 3.2rem;
    text-align: center;
}
	    .footer__items{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        gap: 1em;
        text-align: center;
			margin-top:10rem;
    }
	    .footer__contact-left img{
        display: block;
        margin: 0 auto;
        width: auto;
        max-width: 70%;
        height: auto;
    }
	    .contact__address, .contact__access{
        line-height: 1.6;
        margin-bottom: 0;
    }
}
@media screen and (max-width: 500px){
	.gmap {
    padding-bottom: 60%;
	}
}
@media screen and (max-width: 420px){
	.contact__notes {
    font-size:14px;
}
}
@media screen and (max-width: 400px){
		.gmap {
    padding-bottom: 70%;
	}
}
    .contact__address-span, .contact__access-span{
        display: block;
    }
    table {
        border-collapse: collapse;
        border-spacing: 0;
    }
    table.contact-hour {
        margin: 1rem auto 0.5em;
        width: 98%;
        color: #82bfed;
    }
    .contact-hour tr {
        border-bottom: 2px solid #82bfed;
    }
    .contact-hour th, .contact-hour td {
        padding: 12px 8px;
        text-align: center;
        vertical-align: middle;
    }
    .contact-hour tr > :first-child {
        width: 10em;
        color: #333;
    }
    .contact__tr-first{
        color: #333;
    }
    .contact__notes{
        line-height: 1.6;
        margin-top: 2rem;
    }
    .m-show{
        display: none;
    }
@media screen and (max-width: 883px){
    table.contact-hour{
        margin: 0rem auto 0.5em;
    }
    .contact-hour th, .contact-hour td {
        padding: 12px 5px;
        text-align: center;
        vertical-align: middle;
    }
}
@media screen and (min-width: 768px){
    .footer__contact-right, .footer__contact-left{
        width: min(calc(50% - 1em),550px);
    }
}

@media screen and (max-width: 850px){
    .m-show{
        display: block;
    }
}

/* 患者様の声 */
#content h3.voice_title {
	margin-top: 0;
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 3px solid #82bfed;
}

.voice_cat_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.voice_mark {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    padding: 0 16px;
    background: #f2843f;
    border-radius: 12px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #FFF;
}

.voice_images {
	margin-bottom: 30px;
}

.voice_btn {
	max-width: 240px;
	width: 100%;
	margin: 20px auto 0;
}

.voice_btn a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
	height: 100%;
	padding: 15px 45px;
	background: #82bfed;
	color: #fff;
	border-radius: 50px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.voice_btn a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	display: block;
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: translateY( -50% ) rotate( 45deg );
	    -ms-transform: translateY( -50% ) rotate( 45deg );
	        transform: translateY( -50% ) rotate( 45deg );
}

/* 患者様の声の一覧 */
.voicelist {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 25px;
}

.voice_post {
	width: calc( 100% / 3 - 17px );
}

.voice_post a {
	width: 100%;
}

.voice_post .voice_images {
	margin-top: 0;
	margin-bottom: 15px;
}

.voice_post .voice_images img {
	vertical-align: bottom;
	border-radius: 15px;
}

.voice_post .voice_cat_box {
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}

.voice_post .voice_cat_box .v_title {
	margin-bottom: 0;
	font-size: 18px;
	line-height: 1;
}

.voice_post .voice_cat_box .voice_date {
	margin-bottom: 0;
	color: #5d5d5d;
	font-size: 12px;
}

@media screen and ( max-width:768px ) {
	.voice_post {
		width: calc( 100% / 2 - 13px  );
	}
}