@charset "utf-8";/*ページ用*/
/* ------------------------------------------------ */
#mv{
	overflow: hidden;
	position: relative;
	z-index: 0;
	background-color: var(--black);
}
@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&display=swap');
.video-title {
	position: absolute;
	z-index: 4;
	left: 40px;
	top: 40px;
	box-sizing: border-box;
	color: var(--white);
	color: var(--black);
	color: rgba(255,255,255,0.3);
}
.video-title span {
	display: block;
	font-size: 20px;
	font-size: clamp(100px, 10vw, 14rem);
	font-weight: 400;
	line-height: 1em;
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
}
@media screen and (max-width:479px) {
	.video-title {
		left: 10px;
		top: 10px;
		color: rgba(255,255,255,0.2);
	}
	.video-title span {
		display: block;
		font-size: 20px;
		font-size: clamp(58px, 10vw, 14rem);
		font-weight: 400;
		line-height: 1em;
	  font-family: "Cormorant", serif;
	  font-optical-sizing: auto;
	}
}
.video-tex {
	position: absolute;
	z-index: 4;
	right: 0px;
	bottom: 150px;
/*
	top: 60%;
	transform: translateY(-60%);
*/
	box-sizing: border-box;
	width: 50%;
	color: var(--white);
	color: var(--black);
}
.video-tex-inner {
	padding: 0px 10px;
}
@media screen and (max-width:767px) {
	.video-tex {
		bottom: 20px;
		width: 70%;
		text-align: right;
	}
	.video-tex-inner {
		display: inline-block;
		text-align: left;
		padding: 0px 5px;
	}
}
.video-tex strong {
	display: block;
	color: var(--color1);
	color: var(--white);
	font-size: 20px;
	font-size: clamp(20px,6vw, 60px);
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 1em;
}
.video-tex p {
	color: var(--white);
	font-size: 20px;
	font-size: clamp(14px,1.8vw, 1.8rem);
	font-weight: 500;
	line-height: 1.8em;
}
@media screen and (min-width: 1001px) {
	.video-tex strong {
		font-size: clamp(30px,5vw, 6rem);
		margin-bottom: 50px;
	}
	.video-tex p {
		font-size: clamp(14px,1.8vw, 1.8rem);
		line-height: 1.8em;
	}
}
@media screen and (max-width:479px) {
.video-tex strong {
	font-weight: 500;
		margin-bottom: 10px;
	}
	.video-tex p {
		font-size: clamp(13px,1.8vw, 1.8rem);
		line-height: 1.6em;
	}
}
.video-bg {
	position: relative;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	pointer-events: none;
	width: 100%;
	height: 100%;
}
.video-bg::before {
	content: "";
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	background-color: rgba(255,255,255,0.5);
	background-color: rgba(0,0,0,0.3);
	box-sizing: border-box;
	line-height: 1em;
}
@media screen and (min-width: 768px) {
	.video-bg::before {
		height: calc(93vh);
		height: 56.25vw;
	}
}
@media screen and (max-width: 767px) {

}


.video-bg::after {
/*
	content: "";
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	height: calc(93vh);
	height: 56.25vw;
	min-width: 100%;
	min-height: 100%;
	background-color: rgba(0,0,0,0.1);
	background-image: linear-gradient(45deg, rgba(0,0,0,0.02) 25%, transparent 25%, transparent 75%, rgba(0,0,0,0.02) 75%, rgba(0,0,0,0.02)), linear-gradient(45deg, rgba(0,0,0,0.02) 25%, transparent 25%, transparent 75%, rgba(0,0,0,0.02) 75%, rgba(0,0,0,0.02));
	background-position: 0 0, 3px 3px;
	background-size: 6px 6px;
	box-sizing: border-box;
	line-height: 1em;
*/
}
#video {
	position: relative;
	z-index: 0;
	margin: 0;
	line-height: 1em;
	width: 100%;
}
#bg-video {
	width: 100%;
}



/*
@media screen and (min-width: 768px) {
	#video{
		position: relative;
		z-index: 0;
	    height: 100vh;
	    text-align: center;
		overflow: hidden;
	}

	#bg-video {
		position: absolute;
		z-index: 0;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 177.77777778vh;
		height: 56.25vw;
		min-height: 100%;
		min-width: 100%;
	}
}
@media screen and (max-width: 767px) {
	#bg-video {
		min-height: 100%;
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	#video{
	position: relative;
	width: auto;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	}
}

*/


/* ------------------------------------------------ */
/*
#mv {
	height: 600px;
}
.mv {
	position: relative;
}
.mv-img {
	position: relative;
	z-index: 0;
}
.mv-tex {
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
}
.mv-tex span {
	font-size: 3rem;
	font-weight: 400;
	line-height: 2em;
}
.mv-tex span b {
	font-size: 1.5em;
	font-weight: 400;
}
@media screen and (max-width: 767px) {

}
@media screen and (min-width: 1000px) {
	.mv-tex {
		width: 1000px;
	}
}
*/
/* ------------------------------------------------ */
#title {
	position: relative;
	text-align: center;
	background-image: url("./img/title/title1.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
		background-size: cover;
	padding: 100px 10px 100px 10px;
}
@media screen and (max-width: 1200px) {
	#title {
		background-size: cover;
		padding: 50px 10px;
	}
}
#title::after {
	content: "";
	position: absolute;
	left: 0;top: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.5);
}

#title div {
	position: relative;
	z-index: 1;
}
#title span {
	display: block;
	color: var(--color1);
	font-weight: 400;
	font-size: 40px;
	font-size: clamp(30px, 4vw, 40px);
	font-weight: 400;
	line-height: 1em;
	text-transform: uppercase;
	margin-bottom: 10px;
}
#title strong {
	display: block;
	font-size: 20px;
	font-weight: 400;
}
@media screen and (max-width: 767px) {
	#title{
		padding: 40px 10px;
	}
}
/* title------------------------------------------------ */
.title {
	line-height: 1em;
	text-align: center;
	margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
	.title {
		padding: 0px 10px;
	}
}
.title.h2 {
}
.title h2 {
	font-size: 20px;
}
.title h2 strong {
	display: inline-block;
	font-size: 30px;
	font-size: clamp(24px, 3vw, 30px);
	font-weight: 400;
	line-height: 1em;
	border-bottom: 5px solid var(--color1);
	padding-bottom: 10px;
}
.titles {
	line-height: 1em;
	text-align: center;
	border-bottom: 1px solid #000;
	margin-bottom: 30px;
	padding-bottom: 10px;
}
.titles h3 {
	font-size: 24px;
	font-size: clamp(20px, 2.4vw, 24px);
	font-weight: 500;
	line-height: 1em;
}
/* ------------------------------------------------ */
.page-link {
	margin-bottom: 40px;
}
.page-link ul {
	text-align: center;
}
.page-link ul li {
	display: inline-block;
	vertical-align: middle;
}
.page-link ul li a {
	display: inline-block;
	color: var(--white);
	background-color: var(--color1);
	cursor: pointer;
	outline: none;
	font-size: 15px;
	font-weight: 500;
	line-height: 1em;
	vertical-align: middle;
	text-decoration: none;
	padding: 0;
	box-sizing: border-box;
	overflow: hidden;
	border-radius: 100px;
	padding: 10px 30px;
}
.page-link ul li a:hover {
	background-color: var(--color2);
}
/* ------------------------------------------------ */
#page {
}
.div.page {
}
.pageinner {
}
#pageentry {
}
.pageentry {
}
.page-content {
}
@media screen and (max-width: 767px) {
	div.page {
		padding: 0px 10px;
	}
}
/* ------------------------------------------------ */
#page-archive {
	padding: 50px 0px;
}
/* ------------------------------------------------ */
#page-single {
	padding: 50px 0px;
}
.single-title {
	display: block;
	text-align: center;
	font-weight: 700;
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
}
.single-title h2 {
}
.single-title h2 b {
	display: block;
	color: var(--color1);
	font-size: 24px;
}
.single-title h2 em {
	display: inline-block;
	color: var(--white);
	font-size: 11px;
	line-height: 1em;
	background-color: var(--color1);
	padding: 3px 5px;
}
.single-title h2 i {
	display: block;
	font-size: 12px;
	font-weight: 400;
	text-align: right;
}

.single-photo {
	margin-bottom: 30px;
}
.single-photo img {
	width: auto;
	margin: 0px auto;
}
.single-content {
	padding: 10px;
}
@media screen and (min-width: 768px) {
	.single-content {
		padding: 10px 30px;
	}
}
.single-content:last-child {
}
.single-content img {
	display: inline-block;
}
.single-content img.aligncenter {
	display: block;
	margin: 0px auto;
}
.single-content img.alignleft {
	display: block;
	margin: 0px auto 0px 0px;
}
.single-content img.alignright {
	display: block;
	margin: 0px 0px 0px auto;
}
.single-content img.alignnone {
}
.single-content h1 {
	color: var(--white);
	font-size: 30px;
	font-weight: 700;
	line-height: 1em;
	background-color: var(--color1);
	margin-bottom: 15px;
	padding: 10px 5px;
}
.single-content h2 {
	color: var(--color1);
	font-size: 26px;
	font-weight: 700;
	line-height: 1em;
	border-bottom: 3px solid var(--color1);
	margin-bottom: 15px;
	padding: 5px 5px;
}
.single-content h3 {
	color: var(--color1);
	font-size: 24px;
	font-weight: 700;
	line-height: 1em;
	border-left: 5px solid var(--color1);
	margin-bottom: 15px;
	padding: 5px 5px;
}
.single-content h4 {
	color: var(--color2);
	font-size: 22px;
	margin-bottom: 15px;
}
.single-content h5 {
	color: var(--color2);
	font-size: 20px;
	margin-bottom: 15px;
}
.single-content h6 {
	color: var(--color2);
	font-size: 20px;
	margin-bottom: 15px;
}
.single-content h6 {
	font-size: 20px;
	margin-bottom: 15px;
}
.single-content p {
	margin-bottom: 15px;
}
.single-content p:last-child {
	margin-bottom: 0px;
}
.single-content p {
	margin-bottom: 20px;
}
.single-content p:last-child {
	margin-bottom: 0px;
}
.entry-footer {
	display: none;
	font-size: 0.688em;
	text-align: right;
	padding-top: 30px;
}
.single-content a {
	color: #2d84a7;
}
.single-content a:hover {
	color: #78accb;
}
/* ------------------------------------------------ */
.navigation {
}
.navigation h2 {
	display: none;
}
.navigation {
	padding: 30px 0px;
}
.nav-links {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-spacing: 0px;
}
.nav-previous,
.nav-next {
	display: table-cell;
	vertical-align: middle;
	padding: 0px 10px;
}
.nav-previous {
}
.nav-next {
	text-align: right;
}
.nav-links a {
	display: inline-block;
	color: #000;
	font-size: 0.8em;
	line-height: 1em;
	text-decoration: none;
	padding: 5px 10px;
}
.nav-links a:hover {
	background-color: #f2f2f2;
}
.nav-previous a::before {
	content: "<<"
}
.nav-next a::after {
	content: ">>"
}
.nav-links .meta-nav,
.nav-links .screen-reader-text {
	display: none;
}
.nav-links .post-title {
}
.wp-pagenavi {
	line-height: 1em;
	text-align: center;
	padding: 0px 0px 20px 0px;
}
.wp-pagenavi span,
.wp-pagenavi a {
	display: inline-block;
	overflow: hidden;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	vertical-align: middle;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin: 2px;
}
.wp-pagenavi span.pages {
	display: none;
}
.wp-pagenavi span.extend {
	border: none;
}
.wp-pagenavi a.page {
	background-color: #f2f2f2;
}
.wp-pagenavi span.current {
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background-color: var(--color2);
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
	position: relative;
	text-indent: 100%;
	white-space: nowrap;
	background-color: var(--gray6);
}
.wp-pagenavi a:hover {
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: var(--color4);
}
.wp-pagenavi a.previouspostslink::before,
.wp-pagenavi a.nextpostslink::before,
.wp-pagenavi a.previouspostslink::after,
.wp-pagenavi a.nextpostslink::after {
	content: "";
	position: absolute;
	left: 50%;;
	top: 50%;
	width: 1px;
	height: 8px;
	background-color: var(--gray1);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.wp-pagenavi a.previouspostslink:hover::before,
.wp-pagenavi a.nextpostslink:hover::before,
.wp-pagenavi a.previouspostslink:hover::after,
.wp-pagenavi a.nextpostslink:hover::after {
	background-color: var(--white);
}
.wp-pagenavi a.previouspostslink::before,
.wp-pagenavi a.nextpostslink::after {
	-webkit-transform: skewX(-35deg);
	transform: skewX(-35deg);
}
.wp-pagenavi a.previouspostslink::after,
.wp-pagenavi a.nextpostslink::before {
	-webkit-transform: skewX(35deg);
	transform: skewX(35deg);
}
.wp-pagenavi a.previouspostslink::before,
.wp-pagenavi a.nextpostslink::before {
	margin-top: -8px;
}
/* ------------------------------------------------ */
.widget_search {
	position: relative;
	max-width: 250px;
}
.headerwidget .widget_search {
	margin: 0px 0px 0px auto;
}
.widget_search label span.screen-reader-text {display: none;}
.widget_search button span.screen-reader-text {display: none;}
.widget_search label input[type="search"]{
	width: 100%;
	background-color: #e6e6e6;
	border: 1px solid #fff;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	padding: 10px 5px;
}
.widget_search button[type="submit"]{
	position: absolute;
	right: 10px;
	top: 5px;
	width: 30px;
	height: 25px;
	background-color: transparent;
	background-image: url("./img/parts/search.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 22px;
	border: 0px;
	padding: 0;
	cursor: pointer;
}
/* ------------------------------------------------ */
#pagecon {
	position: relative;
	z-index: 10;
	color: var(--black);
	background-color: var(--white);
	background: rgb(114,186,224);
	background: -moz-linear-gradient(top, rgba(114,186,224,1) 0%, rgba(188,224,238,1) 62%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(114,186,224,1) 0%,rgba(188,224,238,1) 62%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(114,186,224,1) 0%,rgba(188,224,238,1) 62%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#72bae0', endColorstr='#ffffff',GradientType=0 );
	text-align: center;
	-moz-box-shadow: 0px -2px 15px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px -2px 15px 1px rgba(0,0,0,0.3);
	box-shadow: 0px -2px 15px 1px rgba(0,0,0,0.3);
}
.pagecon {
	background-image: url("./img/parts/pagecon.png");
	background-repeat: no-repeat;
	background-position: right top;
	padding: 100px 10px;
}
@media screen and (max-width: 767px) {
	.pagecon {
		background-position: right 20px;
		background-size: 150px;
	}
}
.pagecon a {
	text-decoration: none;
}
.pagecon h2 {
}
.pagecon h2 span {
	display: block;
	font-size: 50px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	margin-bottom: 10px;
}
.pagecon h2 strong {
	display: block;
	font-size: 18px;
	font-weight: 700;
}
.pagecon p {
	font-size: 18px;
	padding: 40px 10px;
}
.pagecon-tel {
	display: inline-block;
	vertical-align: top;
	padding: 0px 20px;
}
.pagecon-tel a {
	display: inline-block;
	color: var(--black);
}
.pagecon-tel a div {
	display: inline-block;
	position: relative;
	width: 30px;
	vertical-align: top;
	margin-right: 20px;
}
.pagecon-tel a div::after {
	position: absolute;
	left: 10px;
	bottom: -25px;
	color: var(--tel1);
	font-size: 12px;
	font-weight: 700;
}
.pagecon-tel.tel a div::after {
	content: "TEL";
}
.pagecon-tel.fax a div::after {
	content: "FAX";
}
.pagecon-tel a svg {
	width: 40px;
	vertical-align: middle;
	margin-right: 10px;
}
.pagecon-tel a svg path {
	fill: var(--tel1);
}
.pagecon-tel a span {
	display: inline-block;
	font-size: 50px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	vertical-align: middle;
}
@media screen and (max-width: 767px) {
	.pagecon-tel.tel {
		margin-bottom: 15px;
	}
	.pagecon-tel a svg {
		width: 24px;
	}
	.pagecon-tel a span {
		font-size: 32px;
	}
}
.pagecon-contact {
	display: block;
	vertical-align: top;
	padding: 40px 10px 0px 10px;
}
.pagecon-contact a {
	display: inline-block;
	color: var(--white);
	background-color: var(--tel1);
	border: 2px solid var(--white);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.3);
	padding: 15px 30px;
}
.pagecon-contact a svg {
	display: inline-block;
	width: 20px;
	vertical-align: middle;
	margin-right: 10px;
}
.pagecon-contact a svg path {
	fill: var(--white);
}
.pagecon-contact a span {
	display: inline-block;
	font-size: 24px;
	font-weight: 700;
	vertical-align: middle;
}
.pagecon-contact a:hover {
	background-color: var(--tel2);
}
@media screen and (max-width: 767px) {
	.pagecon-contact a svg {
		display: block;
		width: 20px;
		margin: 0px auto 10px auto;
	}
	.pagecon-contact a span {
		display: block;
		font-size: 22px;
	}
}
/* ------------------------------------------------ */
.article-outer {
}
.article-inner {
}
/* ------------------------------------------------ */
.bloc {
	position: relative;
	background-color: var(--white);
	margin: 0px auto;
	padding: 0px;
}
@media screen and (min-width: 768px) {
/*
	.bloc {
		min-height:96vh;
	}
*/
}
/*
.bloc::before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	background-color: rgba(255,255,255,0);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.5s linear;
}
.bloc.stuck::before {
	background-color: rgba(255,255,255,0);
}
*/
.outer {
	position: relative;
	z-index: 1;
}
.bloc .outer {
	padding: 50px 0px;
}
.inner {
}
.inner::after {
	content: "";
	display: block;
	clear: both;
}
.inner:last-child {
	margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
	.inner {
		padding: 0px 10px;
	}
}
.inner p {margin-bottom: 15px;}
.inner p:last-child {margin-bottom: 0px;}
/* --------- */
.index-title {
	margin-bottom: 30px;
}
.index-title h2 {
	line-height: 1em;
	text-align: center;
}
.index-title h2 span {
	display: block;
	color: var(--color1);
	font-size: 40px;
	font-size: clamp(30px, 4vw, 40px);
	font-family: var(--font2);
	font-weight: 400;
	line-height: 1em;
	text-transform: uppercase;
	text-transform: capitalize;
	margin-bottom: 10px;
}
.index-title h2 b {
	display: block;
	font-size: 20px;
	font-size: clamp(16px, 2vw, 20px);
	font-weight: 400;
	line-height: 1em;
}
/* --------- */
.bloc#index-blogs {
}
.bloc#index-blogs .outer {
}
.index-blogs {
}
.index-blogs-title {
}
.index-blogs-list {
}
/* --------- */
.bloc#index-topics {
}
.bloc#index-topics .outer {
}
.index-topics {
}
.index-topics-title {
}
.index-topics-list {
}
@media screen and (max-width: 767px) {

}
@media screen and (min-width: 768px) {
.index-topics {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-spacing: 0px;
}
.index-topics-title,
.index-topics-list {
	display: table-cell;
	vertical-align: middle;
}
.index-topics-title {
	width: 20%;
}
}
.index-topics-title h2 {
}
.index-topics ul {
}
.index-topics ul li {
}
@media screen and (min-width: 768px) {
	.index-topics ul {
		display: flex;
		flex-wrap: nowrap;
		gap: 3px;
		align-items: stretch;
	}
	.index-topics ul li {
		box-sizing: border-box;
		padding: 0px 10px;
	}
}

@media screen and (max-width: 767px) {
	.index-topics ul li {
	margin-bottom: 10px;
	}
	.index-topics ul li a {
		display: table;
		width: 100%;
		table-layout: fixed;
		border-spacing: 0px;
	}
	.index-topics ul li a .index-topics-img {
		display: table-cell;
		width: 30%;
		vertical-align: top;
		padding: 0px 10px;
	}
	.index-topics ul li a .index-topics-tex {
		display: table-cell;
		vertical-align: top;
		padding: 0px 10px;
	}
}
.index-topics ul li a .index-topics-img {
}
.index-topics ul li .index-topics-img {
	margin-bottom: 5px;
}
.index-topics ul li .index-topics-img img {
	width: auto;
	height: 100px;
	margin: 0px auto;
}
.index-topics ul li .index-topics-tex span {
	display: block;
	color: var(--color1);
	line-height: 1em;
	margin-bottom: 5px;
}
.index-topics ul li .index-topics-tex strong {
	display: block;
	font-size: 0.85em;
	line-height: 1.2em;
}
/* --------- */
.bloc#index-blog {
	background-color: var(--white);
}
.bloc#index-blog .outer {
}
.index-blog {
}
.index-blog ul {
	margin-bottom: 30px;
}
.index-blog ul li {
	border-bottom: 1px solid var(--white);
	padding: 10px;
}
.index-blog ul li:last-child {
	border-bottom: none;
}
@media screen and (min-width: 768px) {
	.index-blog ul::after {
		display: block;
		content: "";
		clear: both;
	}
	.index-blog ul li {
	}
}
@media screen and (max-width: 767px) {
	.index-blog ul li {
		display: block;
		margin-bottom: 10px;
		padding: 0px;
	}
}

.index-blog ul li a {
	display: block;
	position: relative;
	text-decoration: none;
	padding: 0px 10px;
	box-sizing: border-box;
}
.index-blog ul li a::before,
.index-blog ul li a::after {
	content: "";
	position: absolute;
	right: 0px;
	top: 50%;
	width: 2px;
	height: 8px;
	background-color: var(--color1);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.index-blog ul li a::before {
	-webkit-transform: skewX(60deg);
	transform: skewX(60deg);
	margin-top: -8px;
}
.index-blog ul li a::after {
	-webkit-transform: skewX(-60deg);
	transform: skewX(-60deg);
}
@media screen and (max-width: 767px) {
	.index-blog ul li a {
		display: table;
		width: 100%;
		table-layout: fixed;
		border-spacing: 0px;
	}
	.index-blog ul li a .index-blog-img {
		display: table-cell;
		width: 30%;
		vertical-align: top;
		padding: 0px 10px;
	}
	.index-blog ul li a .index-blog-tex {
		display: table-cell;
		vertical-align: top;
		padding: 0px 10px;
	}
}

/* --------- */
.bloc#index-news {
	background-color: var(--white);
}
.bloc#index-news .outer {
}
.index-news {
}
.index-news ul {
	margin-bottom: 30px;
}
.index-news ul li {
	border-bottom: 1px solid var(--white);
	padding: 10px;
}
.index-news ul li:last-child {
	border-bottom: none;
}
@media screen and (min-width: 768px) {
	.index-news ul::after {
		display: block;
		content: "";
		clear: both;
	}
	.index-news ul li {
	}
}
@media screen and (max-width: 767px) {
	.index-news ul li {
		display: block;
		margin-bottom: 10px;
		padding: 0px;
	}
}

.index-news ul li a {
	display: block;
	position: relative;
	text-decoration: none;
	padding: 0px 10px;
	box-sizing: border-box;
}
.index-news ul li a::before,
.index-news ul li a::after {
	content: "";
	position: absolute;
	right: 0px;
	top: 50%;
	width: 2px;
	height: 8px;
	background-color: var(--color1);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.index-news ul li a::before {
	-webkit-transform: skewX(60deg);
	transform: skewX(60deg);
	margin-top: -8px;
}
.index-news ul li a::after {
	-webkit-transform: skewX(-60deg);
	transform: skewX(-60deg);
}
@media screen and (max-width: 767px) {
	.index-news ul li a {
		display: table;
		width: 100%;
		table-layout: fixed;
		border-spacing: 0px;
	}
	.index-news ul li a .index-news-img {
		display: table-cell;
		width: 30%;
		vertical-align: top;
		padding: 0px 10px;
	}
	.index-news ul li a .index-news-tex {
		display: table-cell;
		vertical-align: top;
		padding: 0px 10px;
	}
}
.index-news ul li a span {
	display: inline-block;
	color: var(--color1);
	font-size: 14px;
	vertical-align: middle;
	padding: 3px 5px 3px 0px;
}
.index-news ul li a em {
	display: inline-block;
	color: var(--color1);
	font-size: 11px;
	line-height: 1em;
	vertical-align: middle;
	background-color: rgba(255,255,255,0.5);
	border: 1px solid var(--color1);
	padding: 3px 5px;
}
.index-news ul li a strong {
	display: inline-block;
	font-size: 16px;
	vertical-align: middle;
	padding: 3px 0px 3px 5px;
}
.index-news ul li a dl dd {
}
.index-news ul li a dl dd p {
	font-size: 13px;
	line-height: 1.4em;
}

.index-news ul li a:hover {
	color: var(--color1);
}
.index-news ul li a:hover::before,
.index-news ul li a:hover::after {
	background-color: var(--black);
}
@media screen and (max-width: 767px) {
	.index-news ul li a {
		line-height: 1.2em;
	}
	.index-news ul li a span {
	}
	.index-news ul li a strong {
	}
}

#news {
}
.news {
}
.news-list {
}
.news-list ul {
}
.news-list ul li {
	border-bottom: 1px solid #000;
	padding: 15px 5px;
}
.news-list ul li:last-child {
	border-bottom: none;
}
.news-list ul li dl {
	margin-bottom: 15px;
}
.news-list ul li dl dt {
	border-bottom: 1px solid #ccc;
}
.news-list ul li dl dt span {
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	line-height 1em;
	padding-right: 10px;
}
.news-list ul li dl dt em {
	display: inline-block;
	color: var(--white);
	font-size: 11px;
	line-height: 1em;
	background-color: var(--color1);
	padding: 3px 5px;
}
.news-list ul li dl dt a {
	display: block;
	color: var(--color1);
	font-size: 20px;
	line-height: 1.4em;
	text-decoration: none;
}
.news-list ul li dl dt a:hover {
	color: var(--color2);
}
.news-list ul li dl dt a strong {
}
.news-list ul li dl dd {
}
/* ------------------------------------------------ */
.pp {
}
@media screen and (min-width: 768px) {
	.pp {
		padding: 10px 20px;
	}
}
.pp-top {
	margin-bottom: 20px;
}
.pp dl {
	margin-bottom: 20px;
}
.pp dl dt {
	color: var(--color3);
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}
.pp dl dd {
	padding: 0px 20px;
}
.pp dl dd p {
}
.pp dl dd ol {
}
.pp dl dd ol li {
}
.pp dl dd ol li ol {
	margin-left: 20px;
}
/* ------------------------------------------------ */
#index-plan {
	text-align: center;
}
#index-plan .index-title {
}
.index-plan {
}
.index-plan swiper-slide a {
	display: inline-block;
}
.index-plan swiper-slide {
      width: 520px;
}
.index-plan swiper-slide img {
	display: inline-block;
}
@media screen and (min-width: 768px) {
	.index-plan swiper-slide img {
		width: 500px;
		height: 300px;
	}
}
@media screen and (max-width: 767px) {
	.index-plan swiper-slide img {
		height: 280px;
	}
}
@media screen and (max-width: 479px) {
	.index-plan swiper-slide img {
		height: 180px;
	}
}
/* ------------------------------------------------ */
#index-about {
	background-color: var(--bg1);
}
@media screen and (max-width: 767px) {
	#index-plan .index-title {
	}
}
#index-about .outer {
	padding: 0px;
}
#index-about .inner {
	padding: 0px;
}
.index-about {
}
@media screen and (max-width: 767px) {
	#index-about .outer {
	background-image: url("./img/about/photo1.webp");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	background-size: contain;
	background-size: cover;
	}
	.index-about {
		background-color: rgba(255,255,255,0.8);
		padding: 20px 50px 20px 20px;
	}
}
.index-about-bloc {
}
.index-about-box {
}
@media screen and (min-width: 768px) {
	.index-about-bloc {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-spacing: 0px;
}
	.index-about-box {
	display: table-cell;
	vertical-align: middle;
	}
	.index-about-box:nth-child(1) {
		width: 20%;
	}
	.index-about-box:nth-child(2) {
	}
	.index-about-box:nth-child(3) {
		width: 35%;
	}
}
#index-about-img1 {
	background-image: url("./img/about/photo1.webp");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	background-size: contain;
	background-size: cover;
}
#index-about-tex {
	padding: 10px 10px;
}
@media screen and (min-width: 768px) {
	#index-about-tex {
		padding: 50px 50px;
	}
}
#index-about-tex h2 {
	color: var(--color1);
	font-size: 40px;
	font-size: clamp(30px, 4vw, 40px);
	font-weight: 700;
	line-height: 1em;
	margin-bottom: 50px;
}
#index-about-img2 {
	padding: 40px 0px;
}
#index-about-img2 span {
	display: block;
	color: var(--grey);
	font-size: 4rem;
	font-family: var(--font2);
	font-weight: 400;
	line-height: 1em;
	text-align: center;
	padding-top: 10px;
}
@media screen and (max-width: 767px) {

	#index-about-img2 span {
		font-size: 3rem;
	}
	#index-about-img2 {
		width: 250px;
		margin: 0px auto;
	}
}
/* ------------------------------------------------ */
#index-menu {
}
#index-menu .index-title {
}
.index-menu {
}
.index-menu-bloc {
}
.index-menu-box {
}
@media screen and (min-width:480px) {
	.index-menu-bloc {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
		align-items: flex-start;
		justify-content: center;
	}
	.index-menu-box {
		box-sizing: border-box;
	}
}
@media screen and (max-width: 767px) {
	.index-menu-box {
		flex: 1 0 calc(50% - 10px);
	}
}
@media screen and (min-width: 768px) {
	.index-menu-box {
		flex: 1 0 calc(33.33333% - 10px);
	}
}
@media screen and (max-width:479px) {
	.index-menu-box {
	margin-bottom: 10px;
	padding: 10px 10px;
	}
}
.index-menu-bloc {
	margin-bottom: 20px;
}
.index-menu-bloc:last-child {
	margin-bottom: 0px;
}
.index-menu-box {
	position: relative;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	background-size: contain;
	background-size: cover;
}
.index-menu-box#index-menu-tarumi {background-image: url("./img/menu/tarumi.webp");}
.index-menu-box#index-menu-shimi {background-image: url("./img/menu/shimi.webp");}
.index-menu-box#index-menu-diet {background-image: url("./img/menu/diet.webp");}
.index-menu-box#index-menu-other {background-image: url("./img/menu/other.webp");}
.index-menu-box#index-menu-face {background-image: url("./img/menu/face.webp");}
.index-menu-box#index-menu-eye {background-image: url("./img/menu/eye.webp");}
.index-menu-box a {
	display: block;
	position: relative;
	color: var(--white);
	padding: 10px;
}
.index-menu-box a::after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}
.index-menu-box a em {
	position: relative;
	z-index: 2;
	padding: 20px 10px 10px 0px;
}
.index-menu-box a em b {
	display: inline-block;
	color: #e7e7e7;
	font-size: 15px;
	line-height: 1em;
	text-align: center;
	padding: 5px 10px;
}
.index-menu-box a h3 {
	position: relative;
	z-index: 2;
	font-size: 20px;
	font-size: clamp(24px, 3.6vw, 36px);
	font-weight: 700;
	line-height: 1em;
	padding: 20px 10px 250px 10px;
}
.index-menu-box a ul {
	position: absolute;
	z-index: 2;
	left: 10px;
	bottom: 60px;
}
.index-menu-box a ul li {
	font-size:16px;
	font-size: clamp(14px, 1.6vw,16px);
	line-height: 1em;
	padding: 5px 10px;
}
.index-menu-box a ul li::before {
	content: "・";
}
.index-menu-box a span {
	display: block;
	position: absolute;
	z-index: 2;
	left: 50%;
	transform: translateX(-50%);
	bottom: 10px;
	width: 200px;
	color: var(--white);
	font-size:16px;
	font-size: clamp(14px, 1.6vw,16px);
	line-height: 1em;
	text-align: center;
	background-color: var(--color1);
	background-color: rgba(199,22,30,0.8);
	border-radius: 50px;
	margin: 0px auto;
	padding: 10px 10px;
}
/*
.index-menu-bloc:first-child .index-menu-box a span {
	left: 50%;
	transform: translateX(-50%);
	bottom: 10px;
}
.index-menu-bloc:last-child .index-menu-box a span {
	right: 10px;
	bottom: 10px;
}
*/
/* ------------------------------------------------ */
.menu-list {
}
#menu-list-top {
	background-color: #e4e4e4;
	margin-bottom: 50px;
}
.menu-list-top {
	position: relative;

}
.menu-list-top-img {
	position: relative;
	z-index: 0;
}
.menu-list-top-img img {
	margin: 0px auto;
}
.menu-list-top-tex {
	padding: 20px 10px;
}
@media screen and (min-width: 768px) {
	.menu-list-top-img img {
		margin: 0px 0px 0px auto;
	}
	.menu-list-top-tex {
		position: absolute;
		z-index: 1;
		left: 20px;
		top: 50%;
		transform: translateY(-50%);
		padding: 50px 10px;
	}
}
@media screen and (max-width: 767px) {
	.menu-list-top-img img {
	margin-bottom: 10px;
	}
}
.menu-list-top-tex h3 {
	font-size: 20px;
	font-size: clamp(24px, 4vw, 40px);
	font-weight: 500;
	line-height: 1.4em;
	margin-bottom: 20px;
}
.menu-list-top-tex p {
}
@media screen and (min-width: 768px) {
.menu-list-top-tex p {
	width: 500px;
}
}
@media screen and (max-width: 767px) {

}
.menu-list-bloc {
}
.menu-list-inner {
}
.menu-list-box {
/*
	background-color: #d1b29f;
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 100%;
	background-size: cover;
	background-size: contain;
*/
	margin-bottom: 50px;
}
/*
.menu-list-box#menu-list-tarumi {background-image: url("./img/menu/tarumi.webp");}
.menu-list-box#menu-list-shimi {background-image: url("./img/menu/shimi.webp");}
.menu-list-box#menu-list-diet {background-image: url("./img/menu/diet.webp");}
.menu-list-box#menu-list-masui {background-image: url("./img/menu/masui.webp");}
.menu-list-box#menu-list-tatoo {background-image: url("./img/menu/tatoo.webp");}
.menu-list-box#menu-list-tenteki {background-image: url("./img/menu/tenteki.webp");}
.menu-list-box#menu-list-wakiga {background-image: url("./img/menu/wakiga.webp");}
.menu-list-box#menu-list-other {background-image: url("./img/menu/other.webp");}
.menu-list-box#menu-list-face {background-image: url("./img/menu/face.webp");}
.menu-list-box#menu-list-eye {background-image: url("./img/menu/eye.webp");}
*/
.menu-list-box dl {
}
.menu-list-box dl dt {
	position: relative;
	font-size: 30px;
	font-size: clamp(24px, 3vw, 30px);
	font-weight: 700;
	line-height: 1em;
	padding: 60px 10px 60px 20px;
	background-color: #d1b29f;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 100%;
	background-size: cover;
	background-size: 450px;
}
.menu-list-box dl dt a {
	color: var(--white);
}
.menu-list-box#menu-list-tarumi dl dt {background-image: url("./img/menu/tarumi.webp");}
.menu-list-box#menu-list-shimi dl dt {background-image: url("./img/menu/shimi.webp");}
.menu-list-box#menu-list-diet dl dt {background-image: url("./img/menu/diet.webp");}
.menu-list-box#menu-list-masui dl dt {background-image: url("./img/menu/masui.webp");}
.menu-list-box#menu-list-tatoo dl dt {background-image: url("./img/menu/tatoo.webp");}
.menu-list-box#menu-list-tenteki dl dt {background-image: url("./img/menu/tenteki.webp");}
.menu-list-box#menu-list-wakiga dl dt {background-image: url("./img/menu/wakiga.webp");}
.menu-list-box#menu-list-other dl dt {background-image: url("./img/menu/other.webp");}
.menu-list-box#menu-list-face dl dt {background-image: url("./img/menu/face.webp");}
.menu-list-box#menu-list-eye dl dt {background-image: url("./img/menu/eye.webp");}

.menu-list-box dl dd {
	background-color: #f5f5f5;
	padding: 40px 30px;
}
.menu-list-box dl dd a {
	color: var(--black);
}
.menu-list-box dl dd ul {
}
@media screen and (min-width: 768px) {
	.menu-list-box dl dd ul {
		display: inline-block;
		vertical-align: top;
	}
}
.menu-list-box dl dd ul li {
	margin-bottom: 3px;
}
.menu-list-box dl dd ul li a {
	display: inline-block;
	position: relative;
	font-size: 20px;
	font-size: clamp(18px, 2vw, 20px);
	line-height: 1em;
	padding: 10px 10px 10px 20px;
}
.menu-list-box dl dd ul li a::before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	width: 5px;
	height: 5px;
	background-color: var(--color1);
	border-radius: 20px;

}
/* ------------------------------------------------ */

.menu-title {
	margin-bottom: 30px;
}
.menu-title h3 {
	color: var(--color1);
	font-size: 1.6em;
	font-weight: 400;
	text-align: center;
}
.menutop {
	margin-bottom: 50px;
}
.menutop p {
}
.menubloc {
	margin-bottom: 30px;
}
.menubox {
	background-color: #f6f1e7;
	background-color: var(--bg-grey);
	margin-bottom: 50px;
	padding: 10px;
}
.menuinner {
}
.menupricebloc {
}
.menulist.table {
	border-spacing: 5px 5px!important;
}
.menulist.table li {
}
.menulist.block {
	display: block;
}
.menulist.block li {
	display: block;
	margin-bottom: 10px;
}
.menulist.table li dl {
	display: block;
}
.menulist.table li dt {
	display: block;
	text-align: center;
	border-bottom: 2px solid var(--color1);
}
.menulist.table li dd {
	display: block;
	font-size: 0.9em;
	line-height: 1.6em;
	padding: 5px;
}
.menulist.block li dl {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-spacing: 0px;
}
.menulist.block li dt {
	display: table-cell;
	width: 15%;
	text-align: center;
	vertical-align: middle;
	border-right: 2px solid var(--color1);
	border-bottom: none;
}
.menulist.block li dd {
	display: table-cell;
	font-size: 0.9em;
	line-height: 1.6em;
	vertical-align: middle;
	padding: 5px;
	padding-left: 10px;
}
.menulist li dt span {
	display: inline-block;
	color: #fff;
	line-height: 1em;
	background-color: var(--color1);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 2px 5px;
}
.menulist li dt strong {
	display: block;
	color: var(--color1);
}
/* ------------------------------------------------ */

/* ---------------------------------------------------------------------- */
#flow {
}
.flow-top {
	text-align: center;
	margin-bottom: 30px;
}
.flow-top p {
}
.flow-box {
	border-bottom: 5px solid #efedea;
	padding: 30px 50px;
}
.flow-box#flow1 {
	border-top: 5px solid #efedea;
}
.flow-box::after {
	content: "▼";
	display: block;
	clear: both;
	color: var(--color1);
	text-align: center;
}
.flow-box:last-child::after {
	content: "";
}
.flow-box dl {
}
.flow-box dl dt {
	margin-bottom: 20px;
}
.flow-box dl dt h3 {
	color: var(--color1);
	font-size: 1.6em;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
}
.flow-box dl dd {
}
.flow-box dl dd img {
}
.flow-box dl dd p {
}
@media screen and (max-width: 767px) {
	.flow-box {
		padding: 20px 10px;
	}
	.flow-box img {
		float: none;
		margin: 0px auto 10px auto;
	}
}
@media screen and (min-width: 768px) {
	.flow-box dl {
		position: relative;
	}
	.flow-box dl dd {
		padding-right: 300px;
	}
	.flow-box dl dd img {
		position: absolute;
		z-index: 0;
		right: 0px;
		top: 50%;
		transform: translateY(-50%);
	}
}
/* ---------------------------------------------------------------------- */
#about {
}
.about {
}
.about.inner {
}
.about-tex {
}
.about-tex::after {
	display: block;
	content: "";
	clear: both;
}
@media screen and (max-width: 767px) {
	.aboutbloc img {
		margin: 0px auto 10px auto;
	}
}
@media screen and (min-width: 768px) {
	.about-tex img {
		float: left;
		margin-right: 30px;
	}
}
.about-tex p {
}
.about-link {
	padding: 20px 0px;
}
@media screen and (max-width: 767px) {
	.about-link .link a {
		max-width: 350px;
	}
	.about-links .link.links a {
		max-width: 350px;
	}
}
@media screen and (min-width: 768px) {
	.about-link .link a {
		max-width: 400px;
	}
	.about-links .link.links a {
		max-width: 450px;
	}
}
/* ---------------------------------------------------------------------- */
#doctor {
}
.doctor {
}
.doctor.inner {
}

#bloc-doctor-aisatsu {
	position: relative;
	background-image: url("./img/doctor/bg1.webp");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	background-size: cover;
	background-size: contain;
	background-attachment: fixed;
}
.bloc#bloc-doctor-aisatsu::before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	background-color: rgba(255,255,255,0.9);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.5s linear;
}
.bloc#bloc-doctor-aisatsu::before {
}
.doctor-aisatsu {
}
.doctor-aisatsu-tex {
	background-color: rgba(255,255,255,0);
	padding: 10px 10px;
}
.doctor-aisatsu-tex p {
}
.doctor-aisatsu-tex img {
}
@media screen and (max-width: 767px) {

}
@media screen and (min-width: 768px) {
	.doctor-aisatsu-tex img {
		width: 350px;
	}
}
.doctor-bloc {
	border-bottom: 2px solid var(--gray1);
	padding: 20px 0px;
}
@media screen and (min-width: 768px) {
	.doctor-bloc {
		padding: 30px 0px;
	}
	#doctor-nakagawa.doctor-bloc {
		min-height: 380px;
	}
}
.doctor-prof {
	position: relative;
}
.doctor-prof h3 {
	font-size: 30px;
	font-size: clamp(24px, 3vw, 30px);
	font-weight: 400;
	line-height: 1em;
	border-bottom: 1px solid var(--gray2);
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.doctor-prof img {
}
@media screen and (max-width: 767px) {
	.doctor-prof img {
		width: 200px;
		margin: 0px auto 10px auto;
	}
}
@media screen and (min-width: 768px) {
	.doctor-prof img {
		position: absolute;
		z-index: 0;
		right: 0px;
		top: 0px;
		width: 300px;
	}
}
.doctor-prof p {
	margin-bottom: 5px;
	padding: 0px 10px;
}
#doctor-konishi .doctor-prof p {
	padding: 10px 10px;
}
@media screen and (max-width: 767px) {

}
@media screen and (min-width: 768px) {
	#doctor-nakagawa .doctor-prof p {
		padding: 0px 350px 0px 10px;
	}
}
.doctor-prof dl {
}
.doctor-prof dl dt {
	font-size: 1.2em;
	font-weight: 700;
	margin-bottom: 5px;
}
.doctor-prof dl dd {
	padding: 0px 10px;
}
.doctor-prof dl dd ul {
}
.doctor-prof dl dd ul li {
}
.doctor-his {
	padding-top: 30px;
}
.doctor-his-title {
	font-size: 1.2em;
	font-weight: 700;
	margin-bottom: 5px;
}
#doctor-staff .doctor-prof ul {
}
#doctor-staff .doctor-prof ul li {
	padding: 10px 10px;
}
#doctor-staff .doctor-prof ul li b {
	font-size: 1.2em;
}
.doctor-his-bloc {
}
.doctor-his-box {
}
@media screen and (max-width: 767px) {

}
@media screen and (min-width: 768px) {
	.doctor-his-bloc {
		display: flex;
		flex-wrap: nowrap;
		gap: 10px;
		align-items: stretch;
		justify-content: center;
	}
	.doctor-his-box {
		flex: 1;
		box-sizing: border-box;
	}
}
.doctor-his-box span {
	display: block;
	text-align: center;
	background-color: var(--gray5);
	margin-bottom: 10px;
}
.doctor-his-box dl {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-spacing: 0px;
	font-size: 0.85em;
	border-bottom: 1px dashed var(--gray4);
}
.doctor-his-box dl:last-child {
	border-bottom: none;
}
.doctor-his-box dl dt {
	display: table-cell;
	width: 50px;
	text-align: center;
	vertical-align: middle;
}
.doctor-his-box dl dd {
	display: table-cell;
	line-height: 1.4em;
	vertical-align: middle;
	padding: 10px 10px;
}
.doctor-his-box dl dd ul {
}
.doctor-his-box dl dd ul li {
}
/* ---------------------------------------------------------------------- */
#voice {
}
.voice {
}
.voice.inner {
}
.voice-top {
	text-align: center;
	margin-bottom: 30px;
}
.voice-top p {

}
.voice-bloc {
}
.voice-box {
	background-color: var(--bg-grey);
	margin-bottom: 10px;
	padding: 10px;
}
@media screen and (min-width: 768px) {
	.voice-box {
		margin-bottom: 20px;
		padding: 30px;
	}
}
@media screen and (max-width: 767px) {

}
.voice-list {
}
.voice-lists {
}
.voice-list dl {
}
.voice-list dl dt {
	border-bottom: 1px solid var(--gray3);
	margin-bottom: 20px;
}
.voice-list dl dt h3 {
	color: var(--color1);
	font-size: 1.3em;
	font-weight: 400;
}
.voice-list dl dd {
	padding: 0px 10px;
}
.voice-lists {
}
.voice-lists ul {
/*
	display: flex;
	flex-wrap: wrap;
	gap: 3px;
	align-items: stretch;
	justify-content: center;
*/
}
.voice-lists ul li {
/*
	flex: 1 0 calc(50% - 3px);
	box-sizing: border-box;
	font-size: 0.95em;
*/
	line-height: 1.5em;
	padding: 10px;
}
.voice-lists ul li::before {
	content: "・";
	color: var(--color1);
}
#voice-staff .voice-lists ul li {
}
#voice-user .voice-lists ul li {
}
#voice-user .voice-lists ul li::before {
}
@media screen and (max-width: 767px) {


}
/* ---------------------------------------------------------------------- */
#reason {
}
.reason {
}
.reason-list {
}
.reason-box {
	position: relative;
	min-height: 100px;
	border-bottom: 5px solid #efedea;
	padding: 50px 300px 50px 50px;
}
.reason-box#reason1 {
	border-top: 5px solid #efedea;
}
.reason-box::after {
	display: block;
	content: "";
	clear: both;
}
.reason-box#reason5::after {
	content: "";
}
/*
.reason-box div {
	float: right;
	margin-left: 30px;
}
*/
.reason-box div {
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -100px;
}
.reason-box img {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	margin: 0px auto;
}
.reason-box dl {
}
.reason-box dt {
	margin-bottom: 20px;
}
.reason-box dt h3 {
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
}
.reason-box dt h3 span {
	display: inline-block;
	width: 25px;
	height: 25px;
	color: #fff;
	font-size: 1.2em;
	font-weight: 400;
	text-align: center;
	background-color: var(--color1);
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	margin-right: 10px;
	padding: 0px 0px 3px 0px;
}
.reason-box dt h3 strong {
	display: inline-block;
	color: var(--color1);
	font-size: 1.5em;
	font-weight: 400;
}
.reason-box dd {
}
.reason-box dd p {
	padding: 0px 30px 0px 0px;
}
.reason-box dd ul {
	border-spacing: 5px 5px;
}
.reason-box dd ul li {
}
@media screen and (max-width: 767px) {
	.reason-box {
		position: static;
		min-height: auto;
		padding: 20px 10px;
	}
	.reason-box div {
		position: static;
		margin-top: 0px;
	}
	.reason-box img {
		float: none;
		margin: 0px auto 10px auto;
	}
}
/* ---------------------------------------------------------------------- */
#index-access {
	background-color: var(--bg2);
}
.index-access {
}

.access-sns {
	margin-bottom: 40px;
}
.access-sns ul {
	display: block;
	text-align: center;
}
.access-sns ul li {
	display: inline-block;
	padding: 0px 3px;
}
.access-sns ul li a {
	display: block;
	width: 30px;
	height: 30px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	padding: 12px;
	background-color: var(--white);
}
.access-sns ul li img,
.access-sns ul li svg {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.access-sns ul li svg path {
	fill: var(--gray1);
}
.access-sns ul li a:active,
.access-sns ul li a:hover{
	background-color: var(--color1);
}
.access-sns ul li a:active svg path,
.access-sns ul li a:hover svg path{
	fill: var(--white);
}
/* ---------------------------------------------------------------------- */
#access {
}
.hours {
	margin-bottom: 30px;
}
.hours-time {
}
@media screen and (min-width: 768px) {
	.hours-time {
		width: 700px;
		margin: 0px auto;
	}
}
.hours-time table {
	width: 100%;
	border-collapse:collapse;
	border-spacing: 1px;
	empty-cells:show;
	margin: 0px auto 10px auto;
/*
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
*/
}
.hours-time tr {
}
.hours-time th {
	color: #c7161e;
	color: var(--white);
	font-size: 1.2em;
	font-weight: 400;
	text-align: center;
	background-color: var(--color1);
/*
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
*/
	padding: 5px;
}
.hours-time td {
	color: var(--color1);
	font-size: 1.2em;
	font-weight: 700;
	text-align: center;
	background-color: var(--white);
/*
	border-right: 1px solid #000;
*/
	padding: 10px 5px;
}
.hours-time td:first-child b {
	color: var(--black);
	font-weight: 400;
}
.hours-time th:last-child,
.hours-time td:last-child {
	border-right: none;
}
.hours-time p {
	text-align: right;
}
.access {
}
.access-ex {
	margin-bottom: 50px;
}
.access-ex#access-ex-train {
}
.access-ex strong {
	display: block;
}
.access-ex dl {
	border-bottom: 1px solid #000;
}
.access-ex dl:first-child {
	border-top: 2px solid #000;
}
.access-ex dl:last-child {
	border-bottom: 2px solid #000;
}
.access-ex dt {
	width: 150px;
	text-align: center;
	vertical-align: middle;
	border-right: 2px solid #000;
}
.access-ex dt b {
	display: block;
}
.access-ex dd {
	vertical-align: middle;
}
.access-ex dd dl {
}
.access-ex dd dl:first-child {
	border-top: none;
}
.access-ex dd dl:last-child {
	border-bottom: none;
}
.access-ex dd dl {
	border-bottom: 1px dashed #000;
}
.access-ex dd dl dt {
	width: 150px;
	border-right: 1px solid #000;
}
@media screen and (max-width: 767px) {
	.access-ex dt {
		width: auto;
		font-size: 1.2em;
		text-align: center;
		border-right: none;
		border-bottom: 2px solid #000;
		padding: 10px 0px;
	}
	.access-ex dt b {
		display: inline-block;
	}
	.access-ex dd dl dt {
		width: auto;
		border-right: none;
		border-bottom: 1px dashed #c7161e;
	}
}
.access-ex dd dl dd {
}
.access-ex dd ul {
	display: block;
}
.access-ex dd ul li {
	display: block;
	padding: 5px 20px;
}
.access-ex dd ul li:last-child {
	border-bottom: none;
}
.access-ex dd ul li::after {
	color: #c7161e;
	content: "▼";
	display: block;
	font-size: 0.7em;
	line-height: 1em;
	clear: both;
	text-align: left;
	padding-left: 30px;
}
.access-ex dd ul li:last-child::after {
	content: "";
}
.access-ex-bloc {
}
.access-ex-bloc p {
}
.access-ex-img {
}
.access-ex-img img {
	display: inline-block;
	width: 200px;
	margin-right: 5px;
}
@media screen and (max-width:479px) {
	.access-ex-img {
		text-align: center;
	}
	.access-ex-img img {
		width: 150px;
		margin-right: 5px;
	}
}
.access-parking {
	margin-bottom: 50px;
}
.access-parking-box {
}
.access-parking-box dl dt {
	border-bottom: 1px dashed #000;
}
.access-parking-box dl dd {
	padding: 10px;
}
@media screen and (min-width: 768px) {
	.access-parking-box {
		display: table;
		width: 100%;
		table-layout: fixed;
		border-spacing: 0px;
	}
	.access-parking-box dl {
		display: table-cell;
		vertical-align: top;
		padding: 0px 20px;
	}
	.access-parking-box dl dt,
	.access-parking-box dl dd {
	}
}
@media screen and (max-width: 767px) {
	.access-parking-box dl:first-child {
	margin-bottom: 30px;
	}
}
.access-parking h4 {
	font-size: 20px;
	text-align: center;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.access-parking ul {
	margin-bottom: 10px;
}
.access-parking ul li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
}
.access-parking ul li::before {
	content: "・";
	position: absolute;
	left: 0px;
	top: 5px;
}
.access-parking ul li b {
	display: block;
}
.access-parking ul li p {
}
.access-parking-box .link {
	padding: 10px 0px 0px 0px;
}

.access-map {
	margin-bottom: 30px;
}
.accessbloc {
	border-spacing: 10px 0px;
}
.accessbloc {
	border-spacing: 10px 0px;
}
.accessbloc strong {
	display: block;
	color: #c7161e;
	font-weight: 700;
	text-align: center;
	margin-bottom: 10px;
}
.access-addr {
	margin-bottom: 40px;
}
/* ------------------------------------------------ */
#pfc {
}
.pfc {
}
.pfcpage {
}
.pfcpage img {
	display: block;
}
.pfctable,
.pfctablebloc ul,
.pfctablebloc dl {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-spacing: 0px;
}
.pfctd,
.pfctablebloc li,
.pfctablebloc dt,
.pfctablebloc dd {
	display: table-cell;
	vertical-align: top;
}
.pfctitle {
	color: #c00;
	font-size: 1.4em;
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
}
/* ------------------------------- */
.pfctop {
}
.pfctopinner {
}
.pfclogo {
	width: 330px;
}
.pfclogo img {
}
.pfctoptex {
}
.pfctoptex p {
}
/* ------------------------------- */
.pfcossm {
	border-top: 1px dashed #cb966f;
	border-bottom: 1px dashed #cb966f;
	margin-bottom: 20px;
	padding: 20px 0px;
}
.pfcossmtitle {
	color: #cb966f;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.pfcossm ul {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-spacing: 10px 5px;
	margin: 0px!important;
}
.pfcossm li {
	display: table-cell;
	text-align: center;
	vertical-align: top;
	background-color: #faf8e1;
	border: 1px solid #b3904c;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;
}
.pfcossm li strong {
	display: block;
	color: #b3904c;
	font-size: 1.2em;
}
/* ------------------------------- */
.pfcsayo {
}
.pfcsayoinner {
}
.pfcsayophoto {
	width: 400px;
}
.pfcsayophoto img {
	margin: 0px 0px 0px auto;
}
.pfcsayotex {
}
.pfcsayotex p {
}
.pfcsayotitle {
	color: #c00;
	font-size: 1.2em;
	margin-bottom: 10px;
}
.pfcsayotitle strong {
	display: block;
}
.pfcsayotex ul {
}
.pfcsayotex li {
	border-bottom: 1px dashed #ccc;
	margin-bottom: 5px;
}
.pfcsayotex li span {
	color: #c00;
}
.pfcsayotex li strong {
	color: #c00;
}
.pfcsayotex li em {
	font-style: normal;
}
.pfcsayoimg {
}
.pfcsayoimg img {
	width: 100%;
}
/* ------------------------------- */
.pfcflow {
	padding-bottom: 30px;
}
.pfcflowinner {
}
.pfcflowinner ul {
	margin: 0px!important;
	padding: 0px!important;
}
.pfcflowinner li {
	background-image: url("./img/flowarrow.png");
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 30px!important;
}
.pfcflowinner li.pfcflowlast {
	background-image: none;
	padding-bottom: 0px!important;
}
.pfcflowtitle {
	color: #7f382d;
	font-size: 1.1em;
	background-color: #f2f2f2;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 10px;
	padding: 5px 10px;
}
.pfcflowtitle span {
	display: inline-block;
	color: #fff;
	background-color: #7f382d;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0px 7px;
}
.pfcflowtitle strong {
	display: inline-block;
	font-weight: bold;
	padding-left: 10px;
}
.pfcflowtex {
}
.pfcflowtex p {
	margin-bottom: 10px!important;
	padding: 0px 10px;
}
.pfcflowtex p:last-child {
	margin-bottom: 0px!important;
}
.pfcflowtex dl {/*pfctablebloc*/
	text-align: center;
	border: 1px solid #666;
	border-left: none;
}
.pfcflowtex dt {
	width: 15%;
	background-color: #f7e5db;
	border-left: 1px solid #666;
	padding: 15px 5px;
}
.pfcflowtex dd {
	border-left: 1px solid #845144;
	padding: 15px 5px;
}
.pfcflowtex dd strong {
	color: #c00;
	font-size: 1.4em;
	font-weight: bold;
}
.pfcflowtex dd a {
	display: inline-block;
	color: #c00;
	font-size: 1.2em;
	font-weight: bold;
	background-image:url("./img/arrow.png");
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 20px;
}
.pfcflowtex a span {
}
/* ------------------------------- */
.pfcprice {
}
.pfcpriceinner {
}
.pfcpricetitle {
	color: #7f382d;
	font-size: 1.1em;
	border-left: 3px solid #c00;
	margin-bottom: 10px;
	padding: 0px 10px;
}
.pfcpricetitle strong {
	display: inline-block;
	font-weight: bold;
}
.pfcpricebox {/*pfctablebloc*/
	margin-bottom: 20px;
}
.pfcpricebox dl {
	border: 1px solid #666;
	margin-bottom: 5px;
}
.pfcpricebox dt {
	text-align: center;
	background-color: #f2eadb;
	border-right: 1px solid #666;
	vertical-align: middle;
	padding: 10px 5px;
}
.pfcpricebox1 dt {
	width: 25%;
}
.pfcpricebox2 dt {
	width: 50%;
}
.pfcpricebox dt span {
	font-size: 0.8em;
}
.pfcpricebox dd {
	text-align: center;
	vertical-align: middle;
	padding: 10px 5px;
}
.pfcpricebox dd strong {
	color: #c00;
	font-weight: bold;
}
.pfcpricebox dd span {
}
.pfcpricebox dd em {
	color: #c00;
	font-style: normal;
	font-weight: bold;
}
/* ------------------------------------------------ */
#pp {
}
.pp {
}
/* ------------------------------------------------ */