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

* {
	line-height: 1;
}

html {
	scroll-padding-top:160px;
	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;
}


.anctxt {
	display: block; 
    position: relative;
    visibility: hidden;
	height: 1px;
}


/*header*/

.header {
	z-index: 9999999;
	width: 100%;
	display: flex;
  justify-content: space-between;
	position: fixed;
left: 0px;
top: 0px;
	background-color: rgba(255,255,255,0.75);
	padding-bottom: 20px;
}

.header .header-left {
  display: grid !important;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  column-gap: 30px;
  row-gap: 8px;
  align-items: center;
  padding-left: 25px;
  padding-top: 25px;
}

.header .header-left > h1 {
  grid-column: 1;
  grid-row: 1 / span 2;
  margin: 0;
}

.header .header-left > h2:nth-of-type(1) {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
}

.header .header-left > h2:nth-of-type(2) {
  grid-column: 2;
  grid-row: 2;
  margin: 0;
}



.header .header-left img {
	height: 101px;
	width: auto;
}

.header .header-left h2, .header-guide h2 {
	font-family: "Zen Old Mincho", serif;
	font-size: 20px;
line-height: 1.2;
letter-spacing: 0.3em;
font-weight: 400;
	display: inline-block;
	padding: 10px 40px;
	border-radius: 60px;
	background-color: #FFF;
	border-style : solid;
border-color : #000000;
border-width : 1px;
}

.header .header-left h2.test, .header-left h2.test  {
	font-family: "Zen Old Mincho", serif;
	font-size: 20px;
line-height: 1.2;
letter-spacing: 0.3em;
font-weight: 500;
	display: inline-block;
	padding: 10px 40px;
	border-radius: 60px;
	background-color: #F7941E;
	border:none;
	color:#fff;
	text-align: center;
}


.header .header-right {
	display: flex;
  justify-content: flex-end;
flex-wrap: wrap;
}

/*メニュー部分*/
	nav{
		display: none;
		position: absolute;
		top:0;
		width: 100%;
		height: 100vh;
		left: 0;
		overflow: auto;
		background-color: #FFF;
	}
	nav .box-menu {
		display: flex;
  justify-content: flex-start;
		align-items: center;
		flex-direction: column;
		text-align: center;
		width: 100%;
		height: 100vh;
	}

nav .box-menu .contents-treatmentmenu {
	padding-top: 80px;	
	}



/*開閉ボタン*/
	#nav_toggle{
		display: inline-block;
		vertical-align: top;
		float: right;
		width: 80px;
		height: 80px;
		position: relative;
		top: 0px;
		right: 0px;
		z-index: 10000000000;
		background-image: url("../images/menu-nav.svg");
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
		padding: 30px 30px;
		margin-right: 20px;
		margin-top: 0px;
	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 2px;
		background: #000;
		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:6px;
	}
	#nav_toggle span:nth-child(2){
		top:12px;
	}
	
	/*開閉ボタンopen時*/
	.open #nav_toggle span:nth-child(1) {
			top: 10px;
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		}
		.open #nav_toggle span:nth-child(2) {
			top: 10px;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}


/*main-img*/
 
.main-img {
	width: 100%;
	padding-top: 150px;
}

.main-img .box-in {
	width: 100%;
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
	align-items: center;
	flex-direction: row-reverse;
}

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

.main-img img {
	width: 100%;
height: auto;
	min-height: 450px;
	border-radius: 55px 0px 0px 55px;
}

.title-box {
	flex: 1;
	display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
}

.title-box .box {
	text-align: center;
}


.title-box h2, .title-box h3 {
	font-family: "Zen Old Mincho", serif;
line-height: 1.2;
letter-spacing: 0.2em;
font-weight: 400;
}

.title-box h2 {
	font-size: 42px;
color: #000;
}

.title-box h3 {
	font-size: 16px;
color: #808080;
	padding-top: 15px;
}

/* contents */

.contents {
	width: 100%;
	padding-top: 100px;
}


/*midashi*/

p.text01 {
	color:#231815;
	line-height:2;
	font-size: 16px;
	letter-spacing: 0.05em;
}

/* midashi-box */

.midashi-box01 {
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}

.midashi-box01 h2, .midashi-box01 h3 {
color: #000;
line-height: 1.2;
font-weight: 400;
	letter-spacing: 0.3em;
}

.midashi-box01 h2 {
	font-family: "Josefin Sans", sans-serif;
	font-size: 67px;
	font-weight: 200;
	background-image: url("../images/midashi01.svg");
background-position: center bottom 30px;
background-repeat: repeat-x;
}

.midashi-box01 h3 {
	font-family: "Zen Old Mincho", serif;
font-size: 31px;
	padding-top: 5px;
}


/* lay */

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

.lay p {
	line-height: 1.8;
	letter-spacing: 0.05em;
	font-weight: 400;
}

/* lay01 */

.lay01 {
	width: 1160px;
	border-radius: 65px;
	border-style : solid;
border-color : #8ecbc6;
border-width : 20px;
	overflow: hidden;
}

.lay01 .box01 {
	padding: 60px;
	text-align: center;
}

.lay01 .box02 {
	padding: 60px 160px;
	background-color: #f2f2f2;
}

.lay01 .box01 h3, .lay01 .box01 ul li {
	font-family: "Zen Old Mincho", serif;
color: #000;
line-height: 1.6;
letter-spacing: 0.1em;
font-weight: 400;
}

.lay01 .box01 h3 {
	font-size: 30px;
letter-spacing: 0.3em;
	margin-bottom: 50px;
}

.lay01 .box01 ul {
	display: inline-block;
}

.lay01 .box01 ul li {
	font-size: 25px;
	text-indent: -30px;
	margin-left: 30px;
	text-align: left;
}

.lay01 .box01 ul li:not(:last-child) {
	margin-bottom: 20px;
}

.lay01 .box02 p {
	line-height: 2.2;
}

/* lay02 */

.lay02 {
	width: 100%;
	text-align: center;
	background-image: url("../../top/images/back01.png");
background-position: center top;
background-repeat: repeat-y;
}

.lay02 .box-in {
	width: 900px;
}

.lay02 .box:not(:last-child) {
	margin-bottom: 60px;
}

.lay02 .box01 {
	border-radius: 25px;
	background-color: #0c495c;
	padding: 15px 30px 30px;
}

.lay02 .box02 {
	padding-top: 30px;
}

.lay02 h3 {
	font-family: "Zen Old Mincho", serif;
	font-size: 30px;
color: #000;
line-height: 1.2;
letter-spacing: 0.3em;
font-weight: 400;
	padding: 14px 40px;
	border-style : solid;
border-color : rgba(0, 0, 0, 0.5);
border-width : 1px;
	margin: 0px auto;
	display: inline-block;
	margin-bottom: 50px;
}

.lay02 h4, .lay02 h5 {
	font-family: "Zen Old Mincho", serif;
color: #FFF;
line-height: 1.2;
letter-spacing: 0.2em;
font-weight: 400;
}

.lay02 h4 {
	font-size: 36px;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 17px;
}

.lay02 h4::after {
	content: "Treatment contents";
	position: absolute;
left: 0px;
bottom: 0px;
	width: 100%;
	font-size: 16px;
	letter-spacing: 0.1em;
}

.lay02 h5 {
	font-size: 25px;
}

/*contents-imgbox*/

.contents-imgbox {
	width: 1280px;
}

.contents-imgbox img {
	width: 100%;
height: auto;
	border-radius: 60px;
}

/*contents-treatmentmenu*/

.contents-treatmentmenu {
	text-align: center;
	width: 100%;
	padding-bottom: 120px;
	background-image: url("../images/midashi-contentsmenu.svg");
background-position: center top;
background-repeat:repeat-x;
}

nav .contents-treatmentmenu {
	background-image: none;
}

.contents-treatmentmenu h2 {
	font-family: "Zen Old Mincho", serif;
	font-size: 30px;
color: #000;
line-height: 1.2;
letter-spacing: 0.3em;
font-weight: 400;
	width: 350px;
	padding: 14px 0px;
	border-style : solid;
border-color : rgba(0, 0, 0, 0.5);
border-width : 1px;
	margin: 0px auto;
	margin-bottom: 50px;
}

.contents-treatmentmenu .box-in > div {
	display: flex;
  justify-content: center;
flex-wrap: wrap;
	gap:20px;
}

.contents-treatmentmenu .box {
	border-style : solid;
border-color : #0c495c;
border-width : 1px;
	background-color: #FFF;
	width: 100%;
}

.contents-treatmentmenu .box03 .box {
border-color : #8ecbc6;
}

.contents-treatmentmenu .box04 .box {
border-color : #d3c9be;
}

.contents-treatmentmenu .box02 .box, .contents-treatmentmenu .box03 .box, .contents-treatmentmenu .box06 .box {
	width: 235px;
}


.contents-treatmentmenu .box01 {
	width: 490px;
	margin-bottom: 30px;
}

.contents-treatmentmenu .box02, .contents-treatmentmenu .box03, .contents-treatmentmenu .box06 {
	width: 745px;
}

.contents-treatmentmenu .box04 {
	width: 490px;
}

.contents-treatmentmenu .box03 {
	padding: 60px 0px;
}

.contents-treatmentmenu .box05 {
	padding-top: 30px;
}

.contents-treatmentmenu .box06 {
	padding-top: 60px;
}

.contents-treatmentmenu h3, .contents-treatmentmenu h4, .contents-treatmentmenu h6 a {
	font-family: "Zen Old Mincho", serif;
line-height: 1.2;
	font-weight: 400;
}

.contents-treatmentmenu h3 {
	background-color: #0c495c;
	font-size: 13px;
color: #FFF;
letter-spacing: 0.05em;
	padding: 30px 0px 10px;
	height: 70px;
	display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
	position: relative;
}

.contents-treatmentmenu .box01 h3, .contents-treatmentmenu .box06 h3 {
	padding: 10px 0px;
	height: auto;
}

.contents-treatmentmenu .box03 h3 {
background-color: #8ecbc6;
}

.contents-treatmentmenu .box04 h3 {
background-color: #d3c9be;
}

.contents-treatmentmenu h3::before {
	content: "";
	position: absolute;
left: 0px;
top: 10px;
	width: 100%;
	display: inline-block;
	font-size: 20px;
}

.contents-treatmentmenu .box02 .box:nth-child(1) h3::before {
	content: "01";
}

.contents-treatmentmenu .box02 .box:nth-child(2) h3::before {
	content: "02";
}

.contents-treatmentmenu .box02 .box:nth-child(3) h3::before {
	content: "03";
}

.contents-treatmentmenu .box02 .box:nth-child(4) h3::before {
	content: "04";
}

.contents-treatmentmenu .box02 .box:nth-child(5) h3::before {
	content: "05";
}

.contents-treatmentmenu .box02 .box:nth-child(6) h3::before {
	content: "06";
}

.contents-treatmentmenu .box02 .box:nth-child(7) h3::before {
	content: "07";
}

.contents-treatmentmenu .box03 .box:nth-child(1) h3::before {
	content: "08";
}

.contents-treatmentmenu .box03 .box:nth-child(2) h3::before {
	content: "09";
}

.contents-treatmentmenu .box03 .box:nth-child(3) h3::before {
	content: "10";
}

.contents-treatmentmenu .box04 .box:nth-child(1) h3::before {
	content: "11";
}

.contents-treatmentmenu h4 {
	font-size: 18px;
color: #000;
letter-spacing: 0em;
	height: 55px;
	display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
}

.contents-treatmentmenu .box01 h4 {
	font-size: 25px;
letter-spacing: 0.1em;
	height: 80px;
}

.contents-treatmentmenu .box05 h6 a {
	padding: 10px 0px;
	width: 430px;
	background-color: #0c495c;
	font-size: 20px;
	color: #FFF;
	letter-spacing: 0.1em;
	display: block;
}

/*pagetop_btn*/

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

.pagetop_btn a {
    display: block;
    background : #0C495C;
    text-align: center;
    color: #FFF;
    font-size: 40px;
    text-decoration: none;
    padding: 25px 0px;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
	width: 80px;
	height: 80px;
	border-radius: 50%;
}


/*banner-24*/

#banner-24 {
	position:fixed;
	bottom:120px;
	right:20px;
}

#banner-24 h6:not(:last-child) {
	margin-bottom: 10px;
}

#banner-24 img {
	width: 140px;
	height: auto;
}

/*footer-link*/

.footer-link {
	width: 100%;
	text-align: center;
	background-color: #0C495C;
	position: fixed;
	left: 0px;
	bottom: 0px;
	display: none;
}

.footer-link ul {
	display: flex;
  justify-content: center;
align-items: center;
}

.footer-link ul li {
	width:43%;
}

.footer-link ul li:first-child {
	width: 14%;
}

.footer-link ul li img {
	width: 100%;
height: auto;
}


/*foter*/

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

/*subcontents-box*/

.footer-logo {
	background-image: url("../images/midashi03.svg");
background-position: center center;
background-repeat: repeat-x;
	margin-bottom: 50px;
}

.footer-logo h2 {
	display: inline-block;
	position: relative;
}

.footer-logo h2 img {
	height: 163px;
	width: auto;
}

.subcontents-box h3, .subcontents-box h4, .subcontents-box h5, .subcontents-box h5 a {
	font-family: "Zen Old Mincho", serif;
line-height: 1.2;
font-weight: 400;
}

.subcontents-box h3 {
	font-size: 23px;
letter-spacing: 0.3em;
	padding: 8px 40px;
	display: inline-block;
	border-radius: 60px;
	border-style : solid;
border-color : #000000;
border-width : 1px;
}

.subcontents-box h4 {
	font-size: 20px;
letter-spacing: 0.2em;
	color: #40517A;
	padding: 30px 0px 15px;
}

.subcontents-box h5, .subcontents-box h5 a {
	font-size: 52px;
	color: #7CACAF;
	letter-spacing: 0.05em;
	font-weight: 500;
}

.subcontents-box h5 {
	display: inline-block;
	padding-left: 45px;
	position: relative;
}

.subcontents-box h5 a {
	opacity: 1;
}

.subcontents-box h5::before {
	content: "";
	position: absolute;
left: 0px;
top: 15px;
	background-image: url("../images/tel-footer.svg");
background-position: left top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 31px;
	height:42px;
}

.subcontents-box .time {
	padding-top: 50px;
	width: 790px;
	text-align: center;
}

.subcontents-box .time table {
	width: 100%;
}

.subcontents-box .time table td {
	border-style : solid;
border-color : #000000;
border-width : 1px;
	padding: 10px;
	vertical-align: middle;
}

/*subcontents-guide*/

.subcontents-guide {
	padding: 50px 0px 80px;
}

.subcontents-guide .box-in {
	padding-top: 40px;
	display: flex;
  justify-content: center;
flex-wrap: wrap;
	gap:20px;
}

.subcontents-guide .box {
	width: 230px;
}

.subcontents-guide a:hover {
	opacity: 1;
}

.subcontents-guide .box-box {
	background-color: #7CACAF;
	padding: 15px 0px;
	transition: .5s;
}

/*
.subcontents-guide .box:hover .box-box {
	background-color: #0C495C;
}
*/

.subcontents-guide h3, .subcontents-guide h4, .subcontents-guide h5 {
	font-family: "Zen Old Mincho", serif;
line-height: 1.2;
font-weight: 400;
}

.subcontents-guide h3 {
	font-size: 29px;
color: #000;
letter-spacing: 0.3em;
	background:linear-gradient(transparent 60%, rgba(252,238,33,0.2) 60%);
	display: inline-block;
	padding: 0px 20px;
	padding-bottom: 8px;
}

.subcontents-guide h4 {
	font-size: 13px;
color: #FFF;
letter-spacing: 0.15em;
}

.subcontents-guide h4::before {
	content: "";
	font-size: 21px;
	display: block;
	padding-bottom: 3px;
}

.subcontents-guide .box:nth-child(1) h4::before {
	content: "01";
}

.subcontents-guide .box:nth-child(2) h4::before {
	content: "02";
}

.subcontents-guide .box:nth-child(3) h4::before {
	content: "03";
}

.subcontents-guide .box:nth-child(4) h4::before {
	content: "04";
}

.subcontents-guide .box:nth-child(5) h4::before {
	content: "05";
}

.subcontents-guide h5 {
	font-size: 20px;
color: #000;
letter-spacing: 0.2em;
	padding-top: 15px;
}

.subcontents-guide .box:last-child h5 {
letter-spacing: 0em;
}

.subcontents-guide h6 {
	padding-top: 50px;
}

.subcontents-guide h6 a {
	font-family: "Zen Old Mincho", serif;
	font-size: 23px;
letter-spacing: 0.15em;
	display: inline-block;
	padding: 15px 60px;
	border-radius: 60px;
	border-style : solid;
border-color : #0C495C;
border-width : 1px;
	background-color: #0C495C;
	transition: .5s;
	color: #FFF;
	background-image: url("../images/link-arrow02.svg");
background-position: right 35px center;
background-repeat: no-repeat;
background-size: auto 15px;
}

.subcontents-guide h6 a:hover {
	background-color: #FFF;
	color: #0C495C;
	opacity: 1;
	background-image: url("../images/link-arrow01.svg");
	background-position: right 25px center;
}

/*subcontents-map*/

.subcontents-map {
	width: 100%;
}

.map-address {
	padding: 20px 0px;
	display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
	gap:0px 40px;
	background-color: #7CACAF;
}

.map-box, .map-box iframe {
	width: 100%;
	height: 400px;
}

.subcontents-map h3 {
	border-right-style : solid;
border-color : #FFF;
border-width : 1px;
	padding-right: 40px;
}

.subcontents-map h4 {
color: #FFF;
line-height: 1.2;
	font-weight: 400;
}

/*footer*/

.footer p {
	font-size: 11px;
color: #666666;
line-height: 1.2;
font-weight: normal;
	padding: 20px 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) {
    body {
    }


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

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

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


/*header*/

.anctxt {
    top: -80px;
}
	
.header-guide h2 {
	position: absolute;
left: 4%;
top: 75px;
	width: 92%;
	font-size: 15px;
letter-spacing: 0.05em;
	text-align: center;
	padding: 6px 0px;
}
	
.header-guide h2.test {
	position: absolute;
	left: 4%;
	top: 116px;
	width: 92%;
	font-size: 15px;
	letter-spacing: 0.05em;
	text-align: center;
	padding: 6px 0px;
	background-color: #F7941E;
	border:none;
	color:#fff;	
	font-weight: 600;
}	
	
	
.header {
	padding-bottom: 10px;
}

.header .header-left {
	flex-direction: column;
	gap:10px 0px;
	padding-top: 10px;
	padding-left: 10px;
	width: 50%;
}

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

.header .header-left h2 {
	display: none;
}
	
.header .header-left h2.test {
	display: none;
}

.header .header-right h6 img {
	height: 60px;
	width: auto;
}


	
/*開閉ボタン*/
	#nav_toggle{
		width: 60px;
		height: 60px;
		padding: 20px 20px 0px;
		margin-right: 0px;
		margin-top: 0px;
	}
	#nav_toggle span:nth-child(1){
		top:6px;
	}
	#nav_toggle span:nth-child(2){
		top:12px;
	}
	
	.nav-pc {
		display: none;
	}

nav .box-menu .contents-treatmentmenu {
	padding-top: 40px;	
	}

	
/*main-img*/
 
.main-img {
	width: 100%;
	padding-top: 160px;
}

.main-img .box-in {
  justify-content: center;
}

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

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

.title-box {
	width: 100%;
	padding-top: 20px;
}


.title-box h2, .title-box h3 {
letter-spacing: 0.1em;
}

.title-box h2 {
	font-size: 27px;
}

.title-box h3 {
	font-size: 12px;
	padding-top: 8px;
}

/* contents */

.contents {
	width: 100%;
	padding-top: 50px;
}
	
/*midashi*/

p.text01 {
	font-size: 15px;
}
	
/* midashi-box */

.midashi-box01 {
	margin-bottom: 35px;
}

.midashi-box01 h2, .midashi-box01 h3 {
	letter-spacing: 0.15em;
}

.midashi-box01 h2 {
	font-size: 36px;
background-position: center bottom 15px;
	background-size: auto 8px;
}

.midashi-box01 h3 {
font-size: 18px;
}
	
	
/* lay01 */

.lay01 {
	width: 90%;
	border-radius: 40px;
border-width : 8px;
}

.lay01 .box01 {
	padding: 30px 30px;
}

.lay01 .box02 {
	padding: 25px 30px;
}

.lay01 .box01 h3, .lay01 .box01 ul li {
letter-spacing: 0.05em;
}

.lay01 .box01 h3 {
	font-size: 19px;
letter-spacing: 0.1em;
	margin-bottom: 35px;
}

.lay01 .box01 ul li {
	font-size: 16px;
	text-indent: -20px;
	margin-left: 20px;
}

.lay01 .box01 ul li:not(:last-child) {
	margin-bottom: 12px;
}

.lay01 .box02 p {
	line-height: 2;
}

/* lay02 */

.lay02 {
	background-size: auto 400px;
}

.lay02 .box-in {
	width: 88%;
}

.lay02 .box:not(:last-child) {
	margin-bottom: 60px;
}

.lay02 .box01 {
	padding: 10px 25px 20px;
}

.lay02 .box02 {
	padding-top: 20px;
}

.lay02 h3 {
	font-size: 20px;
letter-spacing: 0.15em;
	padding: 12px 30px;
	margin-bottom: 35px;
}

.lay02 h4, .lay02 h5 {
letter-spacing: 0.1em;
}

.lay02 h4 {
	font-size: 28px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.lay02 h4::after {
	font-size: 12px;
}

.lay02 h5 {
	font-size: 20px;
}
	
.lay02 .box02 p {
	text-align: left;
}
	
/*contents-imgbox*/
	
.contents-imgbox {
	width: 88%;
}

.contents-imgbox img {
	border-radius: 30px;
}
	
/*contents-treatmentmenu*/

.contents-treatmentmenu {
	padding-bottom: 50px;
	background-size: auto 40px;
	background-position: center top 7px;
}

.contents-treatmentmenu h2 {
	font-size: 20px;
letter-spacing: 0.2em;
	width: 220px;
	margin-bottom: 35px;
}

.contents-treatmentmenu .box-in > div {
	gap:12px 4%;
}

.contents-treatmentmenu .box {
	width: 100%;
}

.contents-treatmentmenu .box02 .box, .contents-treatmentmenu .box03 .box, .contents-treatmentmenu .box06 .box {
	width: 48%;
}

.contents-treatmentmenu .box01 {
	width: 88%;
	max-width: 400px;
	margin-bottom: 25px;
}

.contents-treatmentmenu .box02, .contents-treatmentmenu .box03 {
	width: 88%;
	max-width: 640px;
}

.contents-treatmentmenu .box04, .contents-treatmentmenu .box06 {
	width: 88%;
	max-width: 400px;
}

.contents-treatmentmenu .box03 {
	padding: 25px 0px;
}

.contents-treatmentmenu .box05, .contents-treatmentmenu .box06 {
	padding-top: 25px;
}

.contents-treatmentmenu h3 {
	font-size: 0px;
letter-spacing: 0em;
	padding: 10px 0px;
	height: 35px;
}
	
.contents-treatmentmenu .box06 h3 {
	font-size: 13px;
}
	
.contents-treatmentmenu h3::before {
	top:5px;
}
	
.contents-treatmentmenu h3 br {
	display: none;
}

.contents-treatmentmenu .box01 h3 {
	padding: 12px 0px;
	font-size: 12px;
}

.contents-treatmentmenu h4 {
	font-size: 16px;
}

.contents-treatmentmenu .box01 h4 {
	font-size: 22px;
	height: 50px;
}

.contents-treatmentmenu .box05 h6 a {
	width: 320px;
	font-size: 18px;
}

	
	

/*banner-24*/
	
#banner-24 {
	display: none;
}
	
/*footer-link*/

.footer-link {
	display: block;
}
	
	
/*btn-top*/
	
.pagetop_btn {
    bottom: 12%;
    right: 15px;
}

.pagetop_btn a {
    font-size: 22px;
    padding: 13px 0px;
	width: 40px;
	height: 40px;
}

.pagetop_btn a:hover {
    font-size: 22px;
    padding: 13px 0px;
	width: 40px;
	height: 40px;
}
	
/*subcontents-box*/

.footer-logo {
	background-size: auto 25px;
	margin-bottom: 30px;
}

.footer-logo h2 img {
	height: 75px;
	width: auto;
}

.subcontents-box h3 {
	font-size: 16px;
letter-spacing: 0.15em;
	padding: 8px 30px;
}

.subcontents-box h4 {
	font-size: 18px;
	padding: 25px 0px 10px;
}

.subcontents-box h5, .subcontents-box h5 a {
	font-size: 36px;
}

.subcontents-box h5 {
	padding-left: 30px;
}

.subcontents-box h5::before {
top: 12px;
	height:30px;
}

.subcontents-box .time {
	padding-top: 30px;
	width: 94%;
}
	
.subcontents-box .time table td {
	padding: 10px 5px;
	font-size: 14px;
	letter-spacing: 0em;
}

/*subcontents-guide*/

.subcontents-guide {
	padding: 40px 15px 50px;
}

.subcontents-guide .box-in {
	padding-top: 30px;
	gap:15px 3%;
}

.subcontents-guide .box {
	width: 48.5%;
}

.subcontents-guide h3 {
	font-size: 24px;
}

.subcontents-guide h4 {
letter-spacing: 0.05em;
	font-size: 12px;
}

.subcontents-guide h4::before {
	font-size: 20px;
}

.subcontents-guide h5 {
	font-size: 16px;
letter-spacing: 0.1em;
	padding-top: 12px;
}

.subcontents-guide .box:last-child h5 {
letter-spacing: 0em;
}

.subcontents-guide h6 {
	padding-top: 40px;
}

.subcontents-guide h6 a {
	font-size: 18px;
}

/*subcontents-map*/

.map-address {
	padding: 15px 0px;
	gap:8px 40px;
}

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

.subcontents-map h3 {
	border-right-style : none;
	padding-right: 0px;
}

.subcontents-map h4 {
line-height: 1.6;
}

/*footer*/

.footer p {
	font-size: 10px;
}
	
.footer {
	padding-bottom: 20%;
}



      
}
