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

* {
	line-height: 1;
}

html {
	scroll-padding-top:150px;
	scroll-behavior: smooth;
}

img {
    border: 0;
    vertical-align: top;
	object-fit: cover;
}


/*clearfix*/
.clearfix:after{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .clearfix{
	display: inline-block;
}
/* no ie mac \*/
* html .clearfix{
	height: 1%;
}
.clearfix{
	display: block;
}
.clearfix{
  overflow:hidden;
}
/* Hides from IE-mac \*/
* html .clearfix{
  height:1%;
	overflow-x : hidden;
}

* {
	box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
word-wrap: break-word;
}

/*body*/

body {
width: 100%;
	-webkit-text-size-adjust: 100%;
	}


li {
	list-style-type: none;
}

a {
	text-decoration: none;
	transition: .5s;
}

a:hover {
	opacity: 0.75;
	transition: .5s;
}


.contents-box {
	font-family: 'Noto Sans JP', sans-serif;
font-weight: 400;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	color: #000;
	font-size: 18px;
	line-height: 1;
}

.contents-box p {
	font-family: 'Noto Sans JP', sans-serif;
font-weight: 400;
	font-size: 18px;
	color: #000;
	line-height: 1.8;
	letter-spacing: 0.05em;
}

.contents-box p br.sp-view {
	display: none;
}

.contents-box a {
	color: #000;
	font-weight: 400;
}

.contents-box p a {
	color: #000;
	font-weight: 400;
}


/*header*/

.header-wrap {
	z-index: 9999999;
	width: 100%;
position: fixed;
left: 0px;
top: 0px;
}

.header {
	width: 100%;
	display: flex;
  justify-content: space-between;
	position: relative;
}

.header::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
	display: block;
	width: 100%;
	height: 100%;
	background : #e4f8f3;
  opacity : 1;
	z-index: -1;
	transition: all 0.5s ease;
}

.header .header-left {
	padding-top: 10px;
	padding-left: 20px;
	display: flex;
  justify-content: flex-start;
	align-items: center;
flex-wrap: wrap;
	gap:0px 20px;
	position: relative;
	padding-bottom: 30px;
	transition: all 0.5s ease;
}

.hidden .header .header-left {
	padding-bottom: 50px;
	transition: all 0.5s ease;
}

.header .header-left a:hover {
	opacity: 1;
}

.header .header-left::before {
	content: "MIYACHI INTERNAL MEDICINE CLINIC";
	position: absolute;
left: 25px;
bottom: 15px;
	font-family: "Josefin Sans", sans-serif;
	font-size: 18px;
color: #53b7b0;
line-height: 1.2;
letter-spacing: 0.2em;
font-weight: 400;
	display: block;
	transition: all 0.5s ease;
}

.hidden .header .header-left::before {
	font-size: 24px;
	transition: all 0.5s ease;
}

.header .header-left img {
	height: 70px;
	width: auto;
	mix-blend-mode: multiply;
}

.header .header-right {
	display: flex;
  justify-content: flex-end;
flex-wrap: wrap;
	align-items: flex-start;
	gap:0px 30px;
	text-align: right;
}

.lay-headerguide {
	padding-top: 20px;
}

.lay-headerguide h5, .lay-headerguide h5 a {
	font-family: "M PLUS Rounded 1c", serif;
	line-height: 1.2;
	font-weight: 300;
	font-size: 40px;
	color: #1fb589;
	letter-spacing: 0.05em;
}

.lay-headerguide h5 {
	display: inline-block;
}

.lay-headerguide h5::before {
	content: "TEL";
	font-size: 22px;
	display: inline-block;
	padding-right: 10px;
}

.lay-headerguide h6 {
	font-size: 15px;
color: #1fb589;
line-height: 1.2;
letter-spacing: 0.05em;
font-weight: 400;
}

.header .header-left p {
	font-family: "Zen Maru Gothic", serif;
	font-size: 20px;
color: #1fb589;
line-height: 1.2;
letter-spacing: 0.05em;
font-weight: 400;
	display: inline-block;
	padding: 6px 15px;
	border-radius: 60px;
	background-color: #FFF;
}



/*メニュー部分*/
	nav{
		display: none;
		position: absolute;
		top:0;
		width: 100%;
		height: 100vh;
		left: 0;
		overflow: auto;
		background-image: url("../../top/images/back05.png");
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
		background-color: #FFF;
	}
	nav .box-menu {
		width: 100%;
		height: 100%;
		display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
	}

nav .box-menu > h2 {
		position: absolute;
left: 20px;
top: 10px;
}

nav .box-menu > h2 img {
	height: 70px;
	width: auto;
}

nav .box-menu > h2 a:hover {
		opacity: 1;
}


nav .box-menu ul {
	width: 1000px;
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
	gap:30px 0px;
	position: relative;
	}

nav .box-menu ul li {
	width: 50%;
	text-align: left;
	}

nav .box-menu ul li a {
	font-family: "Zen Maru Gothic", serif;
	color: #1fb589;
letter-spacing: 0.2em;
	font-weight: 300;
	font-size: 32px;
line-height: 1.2;
	width: 100%;
	display: block;
	position: relative;
	padding-left: 40px;
	}

nav .box-menu ul li a::before {
	content: "";
	position: absolute;
left: 0px;
top: 10px;
	width: 22px;
	height: 22px;
	display: block;
	border-style : solid;
border-color : #1fb589;
border-width : 1px;
	border-radius: 50%;
	}

nav .box-menu ul li a span {
	font-family: "Josefin Sans", sans-serif;
	color: #666;
letter-spacing: 0.1em;
	font-weight: 300;
	font-size: 18px;
line-height: 1.2;
	display: block;
	padding-top: 10px;
	}

nav .box-menu ul li a:hover {
	opacity: 1;
	}

	

/*開閉ボタン*/
	#nav_toggle{
		display: inline-block;
		vertical-align: top;
		float: right;
		width: 80px;
		height: 80px;
		position: relative;
		top: 15px;
		right: 15px;
		z-index: 10000000000;
		background-color: #1fb589;
		padding: 28px 20px;
		margin-right: 0px;
		margin-top: 0px;
		border-radius: 50%;
		cursor: pointer;
	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 1px;
		background: #FFF;
		position:absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
	}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top:12px;
	}
	#nav_toggle span:nth-child(3){
		top:24px;
	}
	
	/*開閉ボタンopen時*/
	.open #nav_toggle span:nth-child(1) {
			top: 12px;
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		}
		.open #nav_toggle span:nth-child(2) {
			width: 0;
			left: 50%;
		}
		.open #nav_toggle span:nth-child(3) {
			top: 12px;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}


/*main-img*/
 
.main-img {
	width: 85%;
	max-width: 1500px;
	position: relative;
}

.main-img .box-img {
	width: 100%;
}

.main-img img {
	width: 100%;
height: auto;
	min-height: 440px;
	max-height: 500px;
	border-radius: 60px;
}

.main-img .box-text {
	position: absolute;
left: 0px;
top: 0px;
	width: 100%;
	height: 100%;
	display: flex;
  justify-content: flex-end;
align-items: center;
flex-wrap: wrap;
	text-align: center;
}

.main-img .box-text .inner {
	display: inline-block;
	padding: 35px 60px 25px;
	background-color: rgba(255,255,255,0.9);
	border-radius: 20px 0px 0px 20px;
}

.main-img h2 {
	font-family: "Josefin Sans", sans-serif;
	font-size: 48px;
	letter-spacing: 0.1em;
color: #1fb589;
	line-height: 0.8;
	font-weight: 500;
}

.main-img h3 {
	font-family: "Zen Maru Gothic", serif;
	font-size: 26px;
	color: #1fb589;
	line-height: 1.2;
	font-weight: 400;
	letter-spacing: 0.3em;
	padding-top: 5px;
}


/* contents */

.contents {
	width: 100%;
	padding: 180px 0px 120px;
	background-image: url("../../common/images/common/back-contents.jpg");
background-position: center top;
background-repeat: no-repeat;
background-size: auto 1420px;
}

.contents img {
	width: 100%;
height: auto;
}

.maincontents-inner {
	width: 100%;
	padding: 100px 0px 140px;
}

.maincontents-inner section {
	text-align: center;
}

.maincontents-inner section:not(:last-child) {
	margin-bottom: 120px;
}

.maincontents-inner section > div:not(:last-child) {
	margin-bottom: 60px;
}

.maincontents-inner section img {
	border-radius: 15px;
}

/* layout */

.layout-85 {
	width: 85%;
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
}

.layout-1100 {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

/* midashi-box */

.midashi-box h2 {
	font-family: "Josefin Sans", sans-serif;
	font-size: 62px;
	color: #1fb589;
line-height: 0.9;
letter-spacing: 0.1em;
font-weight: 200;
}

.midashi-box h3 {
	font-family: "Zen Maru Gothic", serif;
	font-size: 36px;
	color: #b07c47;
letter-spacing: 0.3em;
	font-weight: 400;
	padding-top: 20px;
}

.maincontents-inner section > div.midashi-box, .midashi-box {
	margin-bottom: 50px;
	text-align: center;
}

.midashi01 {
	width: 1170px;
	text-align: center;
	margin-bottom: 40px;
	font-family: "Zen Maru Gothic", serif;
	font-size: 36px;
color: #1fb589;
line-height: 1.2;
letter-spacing: 0.3em;
font-weight: 400;
	padding: 10px;
	border-radius: 60px;
	background-color: #d3ede2;
}


/* link01 */

.link01 a {
	font-family: "Noto Serif JP", serif;
line-height: 1.2;
letter-spacing: 0.2em;
font-weight: 400;
	display: inline-block;
	padding: 15px 35px 12px;
	min-width: 280px;
	position: relative;
	border-style : solid;
border-color : #000;
border-width : 1px;
	background-color: #FFF;
	border-radius: 60px;
	text-align: left;
}

.link01 a:hover {
	opacity: 1;
}

.link01 a::before {
content: "";
	position: absolute;
right: 30px;
top: 20px;
	background-image: url("../../common/images/common/link-arrow01.svg");
background-position: right top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 38px;
	height: 8px;
	transition: .5s;
}

.link01 a:hover::before {
	right: 20px;
}



/* layout-treatmentlist */

.layout-treatmentlist ul {
	width: 100%;
	display: flex;
  justify-content: flex-start;
flex-wrap: wrap;
	gap:17px 1.5%;
}

.layout-treatmentlist ul li {
	width: 23.5%;
}

.layout-treatmentlist ul li a {
	font-family: "Zen Maru Gothic", serif;
	font-size: 20px;
color: #1fb589;
line-height: 1.2;
letter-spacing: 0.05em;
font-weight: 400;
	display: block;
	border-style : solid;
border-color : #1fb589;
border-width : 2px;
	padding: 12px 0px;
	border-radius: 60px;
	background-color: #FFF;
	position: relative;
	background-image: url("../../common/images/common/link-arrow02.svg");
background-position: right 25px center;
background-repeat: no-repeat;
background-size: auto 20px;
}

.layout-treatmentlist ul li a:hover {
background-position: right 15px center;
	opacity: 1;
	background-color: #e4f8f3;
}

/* layout-treatmentcontents */

.layout-treatmentcontents .box:not(:last-child) {
	margin-bottom: 80px;
}

.layout-treatmentcontents .box-inner {
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
}

.layout-treatmentcontents .box-img {
	width: 520px;
}

.layout-treatmentcontents .box-text {
	flex: 1;
	padding-left: 40px;
	text-align: left;
}


/* contents-treatmentmenu */

.contents-treatmentmenu {
	text-align: center;
}

.contents-treatmentmenu img {
	transition:.5s all;
}

.contents-treatmentmenu a:hover {
	opacity: 1;
}

.contents-treatmentmenu .box-in {
	width: 1160px;
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
	gap:70px 0px;
}

.contents-treatmentmenu .box {
	width: 270px;
}

.contents-treatmentmenu .clip-img {
	clip-path: url(#clip);
	overflow: hidden;
	position: relative;
}

.contents-treatmentmenu .clip-img img {
	width: 100%;
height: auto;
}

.contents-treatmentmenu .box:hover img {
  transform:scale(1.2,1.2);
  transition:.5s all;
}

.contents-treatmentmenu .box-in2 {
	padding-top: 100px;
	width: 85%;
	max-width: 1400px;
}

.contents-treatmentmenu .box-in2 .box-link {
	position: relative;
}

.contents-treatmentmenu .box-in2 .box-text {
	position: absolute;
left: 0px;
top: 0px;
	width: 100%;
	height: 100%;
}

.contents-treatmentmenu .box-in2 .box-text .inner {
	width: 45%;
	height: 100%;
	display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
	flex-direction: column;
}

.contents-treatmentmenu .box-in2 .box-img {
	border-radius: 35px;
	overflow: hidden;
	position: relative;
}

.contents-treatmentmenu .box-in2 .box-link:hover img {
  transform:scale(1.2,1.2);
  transition:.5s all;
}

.contents-treatmentmenu h4, .contents-treatmentmenu h5, .contents-treatmentmenu h6 {
	font-family: "Zen Maru Gothic", serif;
	line-height: 1.2;
	font-weight: 400;
	letter-spacing: 0.1em;
}

.contents-treatmentmenu h4 {
	color: #0ac7d3;
	font-size: 36px;
	margin-bottom: 40px;
	letter-spacing: 0.2em;
}

.contents-treatmentmenu h5 {
	color: #1fb589;
	font-size: 30px;
	margin-bottom: 15px;
}

.contents-treatmentmenu .box-in2 h5 {
	color: #29abe2;
	font-size: 60px;
	font-weight: 300;
	letter-spacing: 0.3em;
	margin-bottom: 20px;
}

.contents-treatmentmenu h6 {
	color: #FFF;
	font-size: 20px;
	letter-spacing: 0em;
	display: inline-block;
	padding: 8px 30px;
	border-radius: 60px;
	margin-top: 10px;
	background-color: #94dcc7;
	transition: .5s;
}

.contents-treatmentmenu .box-in .box:hover h6, .contents-treatmentmenu .box-in2 .box-link:hover h6 {
	background-color: #1fb589;
}

/*layout-time*/

.layout-time {
	width: 100%;
}

.layout-time table {
	width: 100%;
}

.layout-time tr:not(:first-child) {
	border-bottom-style : solid;
border-color : rgba(128, 128, 128, 0.5);
border-width : 1px;
}

.layout-time td {
	padding: 15px 5px;
	font-size: 16px;
color: #4d4d4d;
line-height: 1.2;
letter-spacing: 0.05em;
font-weight: 400;
}

.layout-time td:first-child {
	width: 35%;
	white-space: nowrap;
	letter-spacing: 0.5em;
}

.layout-time tr:not(:first-child) td:first-child {
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.05em;
	font-size: 18px;
}



/*pagetop_btn*/

.pagetop_btn {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 100;
}

.pagetop_btn a {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.pagetop_btn a:hover {
    opacity: 0.75;
}

.pagetop_btn img {
   height: 70px;
	width: auto;
}


/*foter*/

footer {
	width: 100%;
	text-align: center;
	border-top-style : solid;
border-color : rgba(31, 181, 137, 0.1);
border-width : 15px;
}

/*footer-guide*/

.footer-guide {
	width: 1260px;
	padding: 90px 0px 70px;
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
}

.footer-guide .lay01 {
	width: 460px;
}

.footer-guide .lay02 {
	width: 740px;
}

.footer-guide .lay02 .clip-img {
	clip-path: url(#clip2);
	width: 100%;
	margin-bottom: 40px;
}

.footer-guide .lay02 .clip-img img {
	width: 100%;
height: auto;
	object-fit: cover;
}

.footer-guide h2 {
	padding: 50px 0px 20px;
	position: relative;
}

.footer-guide h2::before {
	content: "内科・小児科・呼吸器内科・アレルギー科・各種検診可能";
	position: absolute;
left: 0px;
top: 0px;
	display: block;
	padding: 8px 15px;
	border-radius: 60px;
	font-family: "Zen Maru Gothic", serif;
	font-size: 19px;
color: #1fb589;
line-height: 1.2;
letter-spacing: 0.05em;
font-weight: 400;
	background-color: #d3ede2;
	width: 580px;
	text-align: center;
}

.footer-guide h2 img {
	width: 90%;
height: auto;
}

.footer-guide h3, .footer-guide h3 a, .footer-guide h6, .footer-guide p {
	font-family: "M PLUS Rounded 1c", serif;
	line-height: 1.2;
	letter-spacing: 0.1em;
	font-weight: 300;
}

.footer-guide h3, .footer-guide h3 a {
	font-size: 46px;
	color: #1fb589;
	letter-spacing: 0.05em;
}

.footer-guide h3 {
	display: inline-block;
	margin-bottom: 20px;
}

.footer-guide h3::before {
	content: "TEL";
	font-size: 25px;
	display: inline-block;
	padding-right: 10px;
}

.footer-guide h6 {
	font-family: "Zen Maru Gothic", serif;
	font-size: 22px;
color: #754c24;
line-height: 1.2;
letter-spacing: 0.25em;
font-weight: 400;
	padding-top: 50px;
	position: relative;
}

.footer-guide h6::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
	background-image: url("../images/common/icon-access.svg");
background-position: center top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	height: 27px;
}

.footer-guide p {
	font-size: 14px;
color: #4d4d4d;
line-height: 1.6;
letter-spacing: 0em;
font-weight: 400;
	padding-top: 30px;
	text-align: left;
}

/* footer-map */

.footer-map {
	width: 100%;
	text-align: center;
}

.footer-map .map-box iframe {
	width: 100%;
	height: 450px;
}


/*footer*/

.footer p {
	font-size: 12px;
color: #666666;
line-height: 1.2;
font-weight: normal;
	padding: 30px 0px;
}


/**
 * for SmartPhone
 */
@media screen and (min-width: 737px) {
	
	body {
	min-width: 1280px;
	}
	
a[href^="tel:"] {
    pointer-events: none;
}

#header .sp-view {
	display: none;
}
	

}
@media screen and (max-width: 737px) {
    
html {
	scroll-padding-top:90px;
}

.contents-box {
	font-size: 14px;
}

.contents-box p {
	font-size: 14px;
}

.contents-box p br.sp-view {
	display: inline-block;
}


/*header*/

.header .header-left {
	padding-top: 5px;
	padding-left: 10px;
	gap:0px 10px;
	padding-bottom: 5px;
}

.hidden .header .header-left {
	padding-bottom: 5px;
}

.header .header-left::before {
	display: none;
}

.header .header-left img {
	height: 55px;
}

.lay-headerguide {
	display: none;
}

.header .header-left p {
	display: none;
}



	
/*開閉ボタン*/
	#nav_toggle{
		width: 50px;
		height: 50px;
		padding: 17px 12px 0px;
		margin-right: 0px;
		margin-top: 0px;
		top: 7px;
		right: 7px;
	}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top:8px;
	}
	#nav_toggle span:nth-child(3){
		top:16px;
	}
	
	/*開閉ボタンopen時*/
	.open #nav_toggle span:nth-child(1) {
			top: 8px;
		}
		.open #nav_toggle span:nth-child(3) {
			top: 8px;
		}

	
	.nav-pc {
		display: none;
	}
	
nav .box-menu {
	padding-top: 90px;
	justify-content: center;
align-items: flex-start;
	}
	
nav .box-menu > h2 {
	top: 5px;
	left: 10px;
	}
	
nav .box-menu > h2 img{
	height: 55px;
	}

nav .box-menu ul {
	width: 80%;
	gap:15px;
	}

nav .box-menu ul li {
	width: 100%;
	}

nav .box-menu ul li a {
letter-spacing: 0.1em;
	font-size: 20px;
	padding-left: 25px;
	}

nav .box-menu ul li a::before {
top: 6px;
	width: 14px;
	height: 14px;
	}

nav .box-menu ul li a span {
letter-spacing: 0.05em;
	font-size: 12px;
	padding-left: 0px;
	display: block;
	padding-top: 7px;
	}

	
/*main-img*/
 
.main-img {
	width: 85%;
}

.main-img .box-img {
	width: 100%;
}

.main-img img {
	min-height: 200px;
	border-radius: 25px;
}

.main-img .box-text {
	position: static;
	height: auto;
	display: block;
}

.main-img .box-text .inner {
	display: block;
	padding: 35px 0px 0px;
	background-color: rgba(255,255,255,0);
	border-radius: 0px;
}

.main-img h2 {
	font-size: 28px;
	letter-spacing: 0.05em;
}

.main-img h3 {
	font-size: 18px;
	letter-spacing: 0.2em;
	padding-top: 8px;
}


/* contents */

.contents {
	width: 100%;
	padding: 70px 0px 60px;
background-size: 200% auto;
}

.maincontents-inner {
	padding: 60px 0px 60px;
}
	
	
.maincontents-inner {
	background-image:none;
}

.maincontents-inner section:not(:last-child) {
	margin-bottom: 70px;
}

.maincontents-inner section > div:not(:last-child) {
	margin-bottom: 50px;
}

.maincontents-inner section img {
	border-radius: 10px;
	max-width: 400px;
}
	

/* layout */

.layout-85, .layout-1100 {
	width: 88%;
}
		

/* midashi-box */

.maincontents-inner section > div.midashi-box, .midashi-box {
	margin-bottom: 35px;
}

.midashi-box h2 {
	font-size: 34px;
	line-height: 1.1;
letter-spacing: 0.1em;
}

.midashi-box h3 {
	letter-spacing: 0.15em;
	font-size: 18px;
	padding-top: 10px;
}
	
.midashi01 {
	width: 90%;
	margin-bottom: 25px;
	font-size: 18px;
letter-spacing: 0.05em;
	padding: 10px 10px;
}
	
/* link01 */

.link01 a {
letter-spacing: 0.1em;
	min-width: 230px;
}
	
/* layout-treatmentlist */

.layout-treatmentlist ul {
	padding: 0px 5%;
	gap:15px 1.5%;
}

.layout-treatmentlist ul li {
	width: 48.5%;
}

.layout-treatmentlist ul li a {
	font-size: 2.5vw;
letter-spacing: 0em;
	padding: 12px 0px;
background-position: right 15px center;
background-size: auto 15px;
}
	
@media screen and (max-width: 550px) {
	.layout-treatmentlist ul li a {
	font-size: 3.5vw;
}
}

/* layout-treatmentcontents */

.layout-treatmentcontents .box:not(:last-child) {
	margin-bottom: 50px;
}

.layout-treatmentcontents .box-inner {
  justify-content: center;
	gap:20px;
}

.layout-treatmentcontents .box-img {
	width: 100%;
}

.layout-treatmentcontents .box-text {
	width: 100%;
	padding-left: 0px;
}
	
/* contents-treatmentmenu */

.contents-treatmentmenu .box-in {
	width: 88%;
  justify-content: center;
	gap:30px 3%;
}

.contents-treatmentmenu .box {
	width: 31.3%;
}
	
@media screen and (max-width: 600px) {
	.contents-treatmentmenu .box {
	width: 48.5%;
}
}

.contents-treatmentmenu .box-in2 {
	padding-top: 50px;
	width: 88%;
}

.contents-treatmentmenu .box-in2 .box-text {
	position: static;
	height: auto;
	padding-top: 20px;
}

.contents-treatmentmenu .box-in2 .box-text .inner {
	width: 100%;
	height: auto;
}

.contents-treatmentmenu .box-in2 img {
	border-radius: 25px;
	min-height: 150px;
}

.contents-treatmentmenu h4 {
	font-size: 24px;
	margin-bottom: 25px;
	letter-spacing: 0.1em;
}

.contents-treatmentmenu h5 {
	font-size: 3vw;
}
	
@media screen and (max-width: 600px) {
	.contents-treatmentmenu h5 {
	font-size: 4.6vw;
}
}

.contents-treatmentmenu .box-in2 h5 {
	font-size: 28px;
	margin-bottom: 10px;
}

.contents-treatmentmenu h6 {
	font-size: 16px;
	padding: 8px 20px;
}
	
/*layout-time*/

.layout-time td {
	font-size: 14px;
letter-spacing: 0em;
}

.layout-time td:first-child {
	letter-spacing: 0.4em;
}

.layout-time tr:not(:first-child) td:first-child {
	font-size: 16px;
}

	
/*btn-top*/
	
.pagetop_btn {
/*    bottom: 10%;*/
	 bottom: 10px;
    right: 10px;
}

.pagetop_btn img {
    height: 50px;
}


/*foter*/

footer {
border-width : 10px;
}

/*footer-guide*/

.footer-guide {
	width: 88%;
	padding: 50px 0px 40px;
  justify-content: center;
	gap:30px;
}

.footer-guide .lay01 {
	width: 100%;
}

.footer-guide .lay02 {
	width: 100%;
}

.footer-guide .lay02 .clip-img {
	clip-path: url(#clip2);
	width: 100%;
	margin-bottom: 30px;
}

.footer-guide h2 {
	padding: 70px 0px 10px;
}

.footer-guide h2::before {
	padding: 8px 6%;
	font-size: 16px;
letter-spacing: 0em;
	width: 88%;
}

.footer-guide h2 img {
	width: auto;
height: 70px;
}

.footer-guide h3, .footer-guide h3 a, .footer-guide h6, .footer-guide p {
	letter-spacing: 0.05em;
}

.footer-guide h3, .footer-guide h3 a {
	font-size: 35px;
	letter-spacing: 0em;
}

.footer-guide h6 {
	font-size: 17px;
letter-spacing: 0.05em;
	padding-top: 40px;
}

.footer-guide h6::before {
	height: 22px;
}

.footer-guide p {
	padding-top: 25px;
}

/* footer-map */

.footer-map .map-box iframe {
	width: 100%;
	height: 200px;
}


/*footer*/

.footer p {
	padding: 20px 0px;
}


      
}
