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


*{
	margin: 0px;
	padding: 0px;
	/*
	width: auto;
	*/
}


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

p {
	color: var(--txt_color_g);
	font-size: large;
	line-height: 140%;
}

a {
	text-decoration: none;
	color: var(--theme_color1);
}

a:hover {
	opacity: 70%
}

.size3{
	font-size: 3;
}
.size5{
	font-size: 5;
}
.z_up {
	z-index: 12;
}
.z_mid {
	z-index: 10;
}
.z_dow {
	z-index: 8;
}

.zeroC {
	opacity: 0%
}
.text-box h3 {
	font-size: x-large;
	margin-top: 5px;
	margin-bottom: 5px;
}
.catch {
}
.goth {
font-family: "biz-udpgothic", sans-serif;
font-style: normal;
font-weight: 400;
}
.min {
font-family: "a-otf-ud-reimin-pr6n", sans-serif;
font-style: normal;
font-weight: 300;
}

.m_txt{
	font-size: 14pt;
}

.s_txt{
	font-size: smaller;
	font-weight: lighter;
}
.left_aligen {
	text-align: left;
}
.right_aligen {
	text-align: right;
}
.right_aligen_2 {
	text-align: right;
}
.center_aligen {
	text-align: center;
}
.justify_aligen {
	text-align: justify;
}

.top15 {
	margin-top: 15px;
}
.w05 {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
footer { 
	padding: 2em 0 .25em;
	background: #97cac4;
}
footer p {
	font-size: 12pt;
	text-align: center;
	font-family: "biz-udpgothic", "noto-sans-display-semiconden", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: var(--txt_color_w);
}

/********** MOV SET ********************/

/*movを画面にフィット*/
.video_wrapper {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.video_wrapper > video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
}

.video_wrapper3 {
	width: 100%;
	/* [disabled]padding-top: 30px; */
	overflow: hidden;
}
.video_wrapper3 > video {
	width: 100%;
	height: auto;
}

#cont_fv_mute {
	/* [disabled]width: 10px; */
	position: relative;
	width: 35px;
	height: 0px;
	top: -50px;
	left: 95%;
	z-index: 999;
}
#cont_fv_mute img {
	width: 40px;
	height: auto;
	opacity: 0.8;
}


@media (max-width: 899px){
	/*
	.video_wrapper3 {
	margin-top: 8.5em;
	}
	*/
	#cont_fv_mute {
	width: 25px;
	top: -40px;
	left: 93%;
	z-index: 999;
	}
}

/********** common SET ********************/
.wrap {
	padding: 30px 0;
	z-index: 5;
	overflow-x: hidden;
}

.wrap_cover {
	padding: 40vh 0 60vh;
	z-index: 5;
}
.text-box {
	margin-left: auto;
	margin-right: auto;
	padding: 5%;
	width: 90%;
	max-width: 780px;
	background-color: rgba(255,255,255,0.55);
	color: var(--txt_color_g);
}
.text-box2 {
	margin-left: auto;
	margin-right: auto;
	padding: 5%;
	width: 90%;
	max-width: 680px;
	background-color: rgba(255,255,255,0.55);
	color: var(--txt_color_g);
}

.col5 {
	width: 55%;
	height: auto;
	margin-top: -10%;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.col3 {
	width: 30%;
	height: auto;
	margin: 2%;
}

.col35 {
	width: 41%;
	height: auto;
	margin-top: -10%;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 2%;
}

.col3_blok {
	width: 32%;
	height: auto;
	margin: 0.5%;
	display: inline-block;
}
	.col_gallery {
	width: 15.6%;
	height: 15vw;
	margin: 0.5%;
	overflow: hidden;
	display: inline-block;
}
	.col_gallery_no {
	/*width: 15.6%;
	height: 15vw;
	margin: 0.5%;
	overflow: hidden;*/
	display: none;
}
	.col_gallery a img {
	max-width: 15.6vw;
	height:  15.6vw;
}
ol li {
	margin-left: 1em;
}
#concept1 {
	position: absolute;
}
.contents ul {
	width: 10em;
	margin-top: 0.5em;
	margin-left: auto;
	margin-right: 0%;
}

.contents ul li {
	font-size: 12pt;
	list-style-position: outside;
	list-style-type: none;
	line-height: 120%;
}

.contents ul li:before {
	content:"toys_fan";
	color: var(--theme_color1);
	}

.contents ul.bloks {
	width: 100%;
	margin-top: 0.5em;
	margin-left: 0%;
	margin-right:auto;
}

.contents ul.bloks li {
	font-size: 12pt;
	list-style-position: outside;
	list-style-type: none;
	line-height: 120%;
	display: inline-block;
}
ul.Remarks li {
	font-size: 12pt;
	list-style-position: outside;
	list-style-type: none;
	line-height: 120%;
}
li.Remarks:before {
	content:"toys_fan";
	color: var(--theme_color1);
	}

.contents ul.bloks li:before {
	content:"";
	color: var(--theme_color1);
	}
.contents ul.diag {
	width: 100%;
	margin-top: 0.5em;
	margin-left: 0%;
	margin-right: auto;
	display: block;
}
.contents ul.diag li span{
	color: var(--theme_color1);
}
.contents ul.diag li p span{
	color: var(--txt_color_g);
	opacity: 0.7;
	}

ul.diag li {
	margin-top: 1em;
	font-size: 12pt;
	list-style-position: outside;
	list-style-type: none;
	line-height: 120%;
}
.contents ul.diag li:before {
	content:"";
	color: var(--theme_color1);
	}

#reserv {
	font-size: 18px;
	width: 6em;
	/** background-color: hsla(173,32%,69%,0.70);**/
	background-color: hsla(27,43%,66%,0.76);
	border-radius: 17px;
	text-align: center;
	vertical-align: middle;
	padding: 0.5em;
	color: var(--txt_color_w);
	position: fixed;
	bottom: 70px;
	right: 10px;
	z-index: 800;
}
#reserv a {
	color: var(--txt_color_w);
}
#reserv span {
	font-size: 18px;
	color: var(--theme_color_y);
}
div#reserv:before {
	content: "";
	background-image: url("../img/logo80h_org.png");
	width: 111px;
	height: 80px;
	position: absolute;
	top: -8px;
	left: -75px;
	z-index: -1;
	background-repeat: no-repeat;
	}
#sub_nav {
	width: 15em;
	padding: 5px;
	margin: 5px auto 5px -8em;
	background-color: hsla(173,32%,69%,0.70);
	border-radius: 17px;
	text-align: center;
	position: fixed;
	top: 125px;
	left: 50%;
	z-index: 800;
}
 #sub_nav a {
	font-size: 20px;
	color: var(--txt_color_w);
	font-weight: bold;
}
#sub_nav span {
	font-size: 18px;
	color: var(--theme_color_y);
}

.pregnancy:before {
	content: "pregnancy";
	color: var(--theme_color1);
	font-size: 20pt;
	position: relative;
	top: 4px;
}
.gynecology:before {
	content: "gynecology";
	color: var(--theme_color1);
	font-size: 20pt;
	position: relative;
	top: 4px;
}
.d_title {
	color: var(--theme_color1);
	font-size: 16pt;
}

iframe.gmap {
	width: 100%;
	height: 70vh;
}

@media (min-width: 900px){
	.w900 {
	display: block;
}
	.w899 {
	display: none;
}
}

@media (max-width: 899px){
	.wrap {
	padding: 10px 0;
}
.col3 {
	width: 35%;
	height: auto;
	margin: 1%;
}
.col5 {
	width: 50%;
	height: auto;
	margin-top: -10%;
	margin-left: 1%;
	margin-right: -15%;
	margin-bottom: 1%;
}
	.w899 {
	display: block;
}
	.w900 {
	display: none;
	}
	#sub_nav {
	width: 10em;
	top: 100px;
	}
 #sub_nav a {
	font-size: 15px;
}
#sub_nav span {
	font-size: 16px;
	}
}

@media (min-width: 501px){
.w501 {
	display: none;
	}
}


@media (max-width: 500px){
.col5 {
	width: 50%;
	height: auto;
	margin-top: -7%;
	margin-left: 1%;
	margin-right: -15%;
	margin-bottom: 1%;
}
.w500 {
	display: none;
	}
	#reserv {
	font-size: 12px;
	width: 6em;
	bottom: 85px;
	}
	#reserv span {
	font-size: 14px;
	}
	div#reserv:before {
	content: "";
	background-image: url("../img/logo50h.png");
	width: 69px;
	height: 50px;
	position: absolute;
	top: -4px;
	left: -50px;
	z-index: -1;
	background-repeat: no-repeat;
	}
	
	#sub_nav {
	width: 8em;
	margin: 5px auto 5px -5em;
	padding: 2px;
	top: 97px;
	left: auto;
	right: 10px;
	}
 #sub_nav a {
	font-size: 13px;
}
#sub_nav span {
	font-size: 13px;
	}

	.right_aligen_2 {
	text-align: center;
	margin-top: 15px;
	}
}


#diagnosis ul.material-symbols-outlined {
	width: 100%;
	padding-left: 12pt;
}

#diagnosis ul.material-symbols-outlined li {
	margin-top: 5pt;
	text-indent: -12pt;
	word-wrap: normal;
	white-space: normal;
}
.tel {
	color: var(--theme_color1);
	font-weight: bold;	
}
.magin05{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}


.ex_type::before {
    display: block;
    height: 10rem;
    margin-top: -10rem;
    content: "";
}
