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

* {
	line-height: 1;
}

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: 16px;
	line-height: 1;
}

.contents-box p {
	font-family: 'Noto Sans JP', sans-serif;
font-weight: 400;
	font-size: 16px;
	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 {
	width: 100%;
	position: relative;
}

.header h1 {
	position: absolute;
left: 20px;
top: 30px;
}

/*banner-digisma*/

#banner-digisma {
        position: fixed;
        top: 0px;
        right: 0px;
        display: flex
;
        justify-content: flex-end;
        z-index: 9999999;
    }

#banner-digisma .box02 {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}


/*メニュー部分*/
nav{
	display: none;
	position: fixed; 
    top: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    left: 0;
	}

nav div {
		display: block;
		width: 100%;
		height:100%;
		position: absolute;
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
		margin: auto;
		padding-top: 300px;
	}

nav div h2 {
    position: absolute;
    top: 0%;
    left: 50%;
    -webkit-transform: translate(-50%, -0%);
    transform: translate(-50%, -0%);
    padding-top: 80px;
}

nav div h2 img{
    width: 200px;
	height: auto;
}

/*nav ul {
    margin: 0 auto;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	
}*/

nav ul {
    gap: 15px 10px;
    width: 700px;
    margin: 15px auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

nav ul li {
    width: 50%;
	 color: #666666;
}

/*nav ul li {
    width: 50%;
	 color: #666666;
}*/

/*
nav ul li a {
    display: block;
    color: #666666;
    font-weight: normal;
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    padding: 10px 15px;
}
*/

nav ul li a {
color: #b6d234;
    line-height: 1.2;
    letter-spacing: 0.1em;
    font-weight: normal;
    width: 100%;
    padding: 15px 0px;
    display: block;
    border-style: solid;
	border-radius: 5px;
    border-color: rgba(182, 210, 52, 0.5);
    border-width: 1px;
    background-image: url(../images/link-arrow02.svg);
    background-position: right 20px center;
    background-repeat: no-repeat;
    transition: .5s;
    text-align: center;
}

nav ul li a:hover {
background-color: #b6d234;
   color: #FFF;
	background-image: url("../images/link-arrow01.svg");
background-position: right 15px center;
	background-size: auto 12px;
}

/*
nav ul li a:before {
    content: "●";
    font-size: 18px;
}
*/



/*開閉ボタン*/
#nav_toggle{
		display: fixed;
		width: 80px;
		height: 80px;
		top: 0px;
		right: 0px;
		z-index: 10000000000;
		background-color: #b6d234;
		padding: 26px 20px;
		
	}

#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: 100%;
	height: 360px;
	text-align: center;
	display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
	border-bottom-style : solid;
border-color : rgba(200, 242, 170, 0.55);
border-width : 15px;
	padding-top: 20px;
}

.main-img .box-in {
	width: 460px;
	height: 150px;
	display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
	flex-direction: column;
	background-color: #f5f9cf;
	position: relative;
}

.main-img .box-in::before, .main-img .box-in::after {
	content: "";
	position: absolute;
	background-image: url("../../top/images/icon02.svg");
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 117px;
	height: 104px;
}

.main-img .box-in::before {
left: 0px;
top: 0px;
background-position: left top;
	margin-left: -65px;
	margin-top: -35px;
}

.main-img .box-in::after {
right: 0px;
bottom: 0px;
background-position: right bottom;
	margin-right: -65px;
	margin-bottom: -35px;
}

.main-img h2, .main-img h3 {
	font-family: "Zen Maru Gothic", serif;
line-height: 1.2;
font-weight: 400;
	letter-spacing: 0.05em;
}

.main-img h2 {
	color: #CEBD3C;
	font-size: 45px;
}

.main-img h3 {
	color: #666666;
	font-size: 18px;
	padding-top: 10px;
}


/* contents */

.contents {
	width: 100%;
}


/*midashi*/

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

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

.midashi-box h2, .midashi-box h3 {
	font-family: "Zen Maru Gothic", serif;
	color: #666666;
line-height: 1.2;
font-weight: 400;
	letter-spacing: 0.05em;
}

.midashi-box h2 {
	font-size: 42px;
	margin-bottom: 20px;
}

.midashi-box h3 {
font-size: 18px;
	display: inline-block;
	padding: 5px 20px;
	background-color: #E0DF4B;
}


/* lay */

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

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

/*pagetop_btn*/

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

.pagetop_btn a {
    display: block;
    background : #666;
    text-align: center;
    color: #FFF;
    font-size: 24px;
    text-decoration: none;
    padding: 10px 10px;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
	border-radius: 5px;
}

.pagetop_btn a:hover {
	filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}


/*banner-24*/

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

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

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

/*banner-digisma
#banner-digisma {
		display: none;
	}	
*/


/*footer-link*/

.footer-link {
	width: 100%;
	text-align: center;
	background-color: #D5DF00;
	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:last-child {
	width: 14%;
}

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


/*footer*/

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

footer h2 img {
	height: 177px;
	width: auto;
}

/*footer-guide*/

.footer-guide {
	width: 690px;
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
	align-items: center;
	padding: 0px 0px 50px;
}

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

.footer-guide .box01 {
	width: 500px;
	text-align: left;
}

.footer-guide .box02 {
	width: 130px;
}

.footer-guide h5, .footer-guide h5 a {
	font-family: "M PLUS 2", sans-serif;
	font-size: 35px;
	color: #e0df4b;
	line-height: 1.2;
	letter-spacing: 0.05em;
	font-weight: 400;
}

.footer-guide h5 {
	display: inline-block;
	padding-left: 130px;
	position: relative;
}

.footer-guide h5 a {
	opacity: 1;
}

.footer-guide h5::before {
	content: "電話予約";
	position: absolute;
left: 0px;
top: 12px;
	font-size: 20px;
}

.footer-guide h5::after {
	content: "";
	position: absolute;
left: 105px;
top: 12px;
	background-image: url("../images/tel-footer.svg");
background-position: left top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 21px;
	height:29px;
}

/*元々の診療時間表*/
/*.footer-guide h6 {
	border-style : solid;
 border-color : rgba(102, 102, 102, 0.15);
border-width : 1px;
	border-radius: 20px;
	padding: 25px 40px;
	margin: 20px 0px 15px;
}*/

.footer-guide h6 {
	margin: 20px 0px 15px;
}



.footer-guide h6 img {
	width: 100%;
height: auto;
}

.footer-guide p {
	color: #4c4c4c;
}


/*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 : rgba(200, 242, 170, 0.55);
}

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

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

/*footer*/

.footer p {
	font-size: 11px;
color: #4c4c4c;
line-height: 1.2;
font-weight: normal;
	padding: 20px 0px;
}

/*group01*/
.group01 { 
    width: 100%;
    clear: both;
    text-align: center;
    padding: 70px 0px 0px;
}


.group01 p{
    font-family: "Zen Maru Gothic", serif;
    color: #E0DF4B;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
	font-size: 42px;
}

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

.box02 .box-link.contents-box:nth-of-type(2) {
    margin-bottom: 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 h1 {
left: 10px;
top: 10px;
}
	
.header h1 img {
	height: 43px;
	width: auto;
}

	
#banner-digisma {
	position:fixed;
	top:0px;
	right:0px;
  	display: flex;   
	justify-content: flex-end;
	z-index:9999999;
}

#banner-digisma > div {
	display: flex;
  justify-content: flex-end;
flex-wrap: wrap;
}

#banner-digisma img {
	height: 48px;
	width: auto;
}

#banner-digisma h6:nth-child(1) {
	margin-top: -1px;
}

#banner-digisma h6:nth-child(1) img {
	height: 50px;
}		

	
	
/*開閉ボタン*/
#nav_toggle{
		width: 48px;
		height: 48px;
		padding: 16px 10px 0px;
		margin-right: 0px;
		margin-top: 0px;
	}
	#nav_toggle span:nth-child(1){
		top:-2px;
	}
	#nav_toggle span:nth-child(2){
		top:7px;
	}
	#nav_toggle span:nth-child(3){
		top:16px;
	}

	
	.nav-pc {
		display: none;
	}
	

#banner-digisma nav div h2 img{
	height: 80px;
	width: auto;
	}

nav div {
		padding-top: 180px;
	}
	nav ul{
		width: 100%;
	}
	
nav ul li {
	width: 280px;
	
}
	
nav ul li a {
		font-size: 14px;
	}
	
	nav ul li a {
		padding: 10px 15px;
	}

/*nav ul li:nth-child(3) a {
	padding-bottom: 10px;
	}
	
nav ul li:nth-child(4) a {
	padding-bottom: 20px;
	}
*/	
	

	

	
/*main-img*/
 
.main-img {
	height: 220px;
border-width : 10px;
	padding-top: 30px;
}

.main-img .box-in {
	width: 280px;
	height: 100px;
}

.main-img .box-in::before, .main-img .box-in::after {
	height: 55px;
}

.main-img .box-in::before {
	margin-left: -20px;
	margin-top: -25px;
}

.main-img .box-in::after {
	margin-right: -20px;
	margin-bottom: -25px;
}

.main-img h2 {
	font-size: 30px;
}

.main-img h3 {
	font-size: 13px;
	padding-top: 5px;
}


/*contents*/
	
.contents {
	width: 100%;
}

	
/*midashi*/

p.text01 {
	font-size: 15px;
}

.midashi-box {
	margin-bottom: 30px;
}

.midashi-box h2 {
	font-size: 28px;
	margin-bottom: 15px;
}

.midashi-box h3 {
font-size: 14px;
	padding: 3px 20px;
}
	
/*banner-24*/
	
#banner-24 {
	display: none;
}

/*footer-link*/

.footer-link {
	display: block;
}
	
	

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


/*foter*/

footer {
	padding-top: 50px;
}

footer h2 img {
	height: 120px;
}

/*footer-guide*/

.footer-guide {
	width: 92%;
  justify-content: center;
	padding: 0px 0px 40px;
	gap:20px;
}

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

.footer-guide h5, .footer-guide h5 a {
	font-size: 28px;
}

.footer-guide h5 {
	padding-left: 100px;
}

.footer-guide h5::before {
top: 10px;
	font-size: 16px;
}

.footer-guide h5::after {
left: 80px;
top: 10px;
	height:22px;
}

/*元々*/	
/*.footer-guide h6 {
	padding: 20px;
}*/
	
.footer-guide h6 {
	padding: 5px;
}	
	
.footer-guide h6 img {
	max-width: 400px;
}


/*subcontents-map*/

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

.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;
	padding-top: 10px;
}

/*footer*/
	
.footer {
	padding-bottom: 14%;
}

.footer p {
	font-size: 10px;
}
	
/*group01*/
.group01 { 
    padding: 40px 0px 0px;
}

.group01 p{
	font-size: 24px;
    margin-bottom: 8px;
}

.box-link {
        width: 90%;
        margin-bottom: 30px;
    }
	
.box02 .box-link.contents-box:nth-of-type(2) {
    margin-bottom: 0px;
}
	
.box-link img {
        width: 100%;
        height: auto;
    }		


      
}
