﻿*{
	box-sizing:border-box;
}

html{
	font-size:10px;
	scroll-behavior: smooth;
	orverflow:hidden;
}

body{
	margin:0;
	padding:0;
	font-size:1.6rem;
	font-family: 'Zen Maru Gothic', sans-serif;
	background:#fdf9e7;
	color:#543F32;
	overflow-x: hidden;
}


img{
	vertical-align:top;
}

ul{
	list-style:none;
	margin:0;
	padding:0;
}

ul li,p{
	margin:0;
	padding:0;
}

.pagetop {
	height:80px;
	width: 80px;
	position: fixed;
	right: 45px;
	bottom: 45px;
	background: #fdf9e7;
	border: solid 5px #b6e3f5;
	border-radius: 50%;
	display: table-cell;
	vertical-align: middle;
	text-align:center;
	z-index: 100;
	font-weight:700;
	font-size:1.6rem;
	line-height:2.6rem;
	color:#b6e3f5;
	transition: 0.5s;
}

.pagetop_arrow {
	margin:15px auto 0 auto;
	height: 20px;
	width: 20px;
	border-top: 4px solid #b6e3f5;
	border-right: 4px solid #b6e3f5;
	transform: translateY(20%) rotate(-45deg);

}
.pagetop:hover{
	transform: scale(1.15);
}

#twitter{
	position: fixed;
	top:300px;
	right:-430px;
	width:480px;
	z-index:999;
	display:flex;
	align-items:top;
	justify-content:center;
	transition: 1s ease;
}
#twitter.fixed{
	top:20px;
	position: fixed;
}


#twitter .tab{
	position;relative;
	margin:0;
	width:50px;
	height:100px;
	border-radius:20px 0px 0px 20px;
	background:#a5d4e7;
	font-weight:700;
	color:#fff;
	font-size:2rem;
	cursor:pointer;

}
#twitter .hana{
	position:absolute;
	top:-20px;
	left:-20px;
}
#twitter .hana img{
	width:45px;
	height:auto;
}
.tab p{
	transform: translateY(40px) rotate(-90deg);
}
.on{
	right:0px!important;
}

#twitter .twitter_main{
	width:calc(100% - 50px);
	background:#a5d4e7;
	padding:30px;
	border-radius:0px 0px 0px 20px;
	height:600px;
}
.twitter_main p{
	margin:0;
	height:540px;
	overflow-y:scroll;
}

/*　オープニングムービー
---------------------------------------------------------*/

/* Loading背景画面設定　*/
#splash {
	/*fixedで全面に固定*/
	position: fixed;
	width: 100vw;
	height: 100vw;
	z-index: 1100;
	background-color:#fff;
	text-align:left;
	margin:0;
	padding:0;
}
#splash #skip{
	width:80px;
	position:absolute;
	top:20px;
	right:20px;
	font-weight:bold;
	font-size:1.8rem;
	cursor:pointer;
	z-index: 1200;
	opacity:0;
}

#bg_op {
	display:none;
	position:absolute;
	width:100vw;
	height:100vh;

}
#rainbow_op{
	display:none;
	position:absolute;
	width:60vw;
	height:auto;
	left:0;
	top:15vh;
}
#flower_op{
	display:none;
	position:absolute;
	width:100vw;
	height:60vh;
	top:40vh;
}


/* Loading画像中央配置　*/
#splash_logo {
	text-align:center;
	position: absolute;
	left:60vw;
	top:max(30vh,380px);
	z-index:1100;
	color:#543F32;
}

#catch{
	opacity:0;
	font-weight:700;
	font-size:min(4.1vw,45px);
	white-space: nowrap;
	position: relative;
	text-shadow: 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff;
	letter-spacing: 0.12rem;
}
#catch2{
	opacity:0;
	font-size:min(2.1vw,20px);
	white-space: nowrap;
	position: relative;
	text-shadow: 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff;
	font-weight:700;
	letter-spacing: 0.12rem;
}


/* fadeUpをするアイコンの動き */

.catch_copy{
	position:relative;
}

.catch_copy span, .catch_copy_sub span {
	display: inline-block;
	opacity:0;
}

.catch_copy span:nth-child(1) {
  /* アニメーションの名前、アニメーションの長さ、アニメーションの変化具合、アニメーションが始まるまでの遅延 */
	opacity:0;
	animation: fontAnime 0.6s ease-in-out 0.1s;
	animation-fill-mode: forwards;
}

.catch_copy span:nth-child(2) {
	animation: fontAnime 0.6s ease-in-out 0.2s;
	animation-fill-mode: forwards;
}

.catch_copy span:nth-child(3) {
	animation: fontAnime 0.6s ease-in-out 0.3s;
	animation-fill-mode: forwards;
}

.catch_copy span:nth-child(4) {
	animation: fontAnime 0.6s ease-in-out 0.4s;
	animation-fill-mode: forwards;
}

.catch_copy span:nth-child(5) {
	animation: fontAnime 0.6s ease-in-out 0.5s forwards;
	animation-fill-mode: forwards;
}
.catch_copy span:nth-child(6) {
	animation: fontAnime 0.6s ease-in-out 0.6s forwards;
	animation-fill-mode: forwards;
}
.catch_copy span:nth-child(7) {
	animation: fontAnime 0.6s ease-in-out 0.7s forwards;
	animation-fill-mode: forwards;
}
.catch_copy span:nth-child(8) {
	animation: fontAnime 0.6s ease-in-out 0.8s forwards;
	animation-fill-mode: forwards;
}
.catch_copy span:nth-child(9) {
	animation: fontAnime 0.6s ease-in-out 0.9s forwards;
	animation-fill-mode: forwards;
}



.catch_copy_sub span:nth-child(1) {
	animation: fontAnime 0.6s ease-in-out 1.1s;
	animation-fill-mode: forwards;
}
.catch_copy_sub span:nth-child(2) {
	animation: fontAnime 0.6s ease-in-out 1.2s;
	animation-fill-mode: forwards;
}
.catch_copy_sub span:nth-child(3) {
	animation: fontAnime 0.6s ease-in-out 1.3s;
	animation-fill-mode: forwards;
}
.catch_copy_sub span:nth-child(4) {
	animation: fontAnime 0.6s ease-in-out 1.4s;
	animation-fill-mode: forwards;
}
.catch_copy_sub span:nth-child(5) {
	animation: fontAnime 0.6s ease-in-out 1.5s;
	animation-fill-mode: forwards;
}
.catch_copy_sub span:nth-child(6) {
	animation: fontAnime 0.6s ease-in-out 1.6s;
	animation-fill-mode: forwards;
}
.catch_copy_sub span:nth-child(7) {
	animation: fontAnime 0.6s ease-in-out 1.7s;
	animation-fill-mode: forwards;
}
.catch_copy_sub span:nth-child(8) {
	animation: fontAnime 0.6s ease-in-out 1.8s;
	animation-fill-mode: forwards;
}
.catch_copy_sub span:nth-child(9) {
	animation: fontAnime 0.6s ease-in-out 1.9s;
	animation-fill-mode: forwards;
}
.catch_copy_sub span:nth-child(10) {
	animation: fontAnime 0.6s ease-in-out 2s;
	animation-fill-mode: forwards;
}
.catch_copy_sub span:nth-child(11) {
	animation: fontAnime 0.6s ease-in-out 2.1s;
	animation-fill-mode: forwards;
}
.catch_copy_sub span:nth-child(12) {
	animation: fontAnime 0.6s ease-in-out 2.2s;
	animation-fill-mode: forwards;
}
.catch_copy_sub span:nth-child(13) {
	animation: fontAnime 0.6s ease-in-out 2.3s;
	animation-fill-mode: forwards;
}
.catch_copy_sub span:nth-child(14) {
	animation: fontAnime 0.6s ease-in-out 2.4s;
	animation-fill-mode: forwards;
}
.catch_copy_sub span:nth-child(15) {
	animation: fontAnime 0.6s ease-in-out 2.5s;
	animation-fill-mode: forwards;
}


@keyframes fontAnime {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-10%);
	}
	100% {
		transform: translateY(0);
	opacity:1;
	}
}




/*　トップページ
---------------------------------------------------------*/
#wrap, .inner{
	margin:0 auto;
	max-width:1100px;
	width:100%;
	position:relative;
}

a{
	color:#543F32;
	text-decoration:none;
}

/*　ヘッダー
---------------------------------------------------------*/
.flex {
	display:flex;
	flex-direction:row;
}
#navbtn{
	display:none;
}

header{
	background:#fdf9e7;
	height:130px;
	width:100%;
	position:relative;
	z-index:15;
	paddiing-left:50px;
	paddiing-right:50px;
	margin-top:0;
	padding-top:0;

}
.head{
/*	orverflow:hidden;*/
}

#logo {
	width:280px;
	margin:0 0 0 50px;
	padding:5px 0 0 0;
}

#logo img {
	width:280px;
	height:auto;
}

.head_line{
	width:100%;
	position:relative;
	top:-3px;
	z-index:10;
	vertical-align: top;
}

/*ーーーーーーーーーーーーーー　ナヴィゲーション　ーーーーーーーーーーーーーーーー*/
header nav ul{
	display:flex;
	flex-direction:row;
	list-style:none;
	font-weight:500;
	font-size:min(1.8rem,1.8vw);
	margin:25px 0px 0 80px;
	padding:0;
}

header nav ul li{
	height: 25px; /* 縦幅 */
	line-height: 25px; /* 行の高さ(heightと同じ値にする) */
}

nav .seishin{
	width:220px;
	margin-left:3rem;
}
nav .service{
	width:150px;
}
nav .recruit{
	width:140px;
}
nav .contact{
	width:150px;
}

/* ふりがなつきの項目全体 */
.hurigana{
	position: relative;
	display: inline-block;
	width:100%;
	height: 25px; /* 縦幅 */
	line-height: 25px; /* 行の高さ(heightと同じ値にする) */
	text-decoration: none; /* aタグのアンダーラインを消す */
	overflow: hidden; /* はみ出し部分を隠す */
	cursor: pointer; /* カーソルをポインターにする */
	text-align:center;
}

/* ふりがなつきのテキストの両方 */
.nav_text {
  position: absolute;
  left: 0;
  display: block;
  height: 100%; /* 縦幅をボタンと同じにする */
  width: 100%; /* 横幅をボタンと同じにする */
  color: #543F32; /* 文字色 */
  transition: all 0.3s; /* アニメーション実行時間 */
}

/* nav フリガナ付きの漢字のテキスト */
.nav_text:nth-child(1) {
  top: 0;
}

/* nav フリガナ付きのふりがなのテキスト */
.nav_text:nth-child(2) {
	top: 100%;
	font-size:1.2rem;
}

/* nav ふりがな　ホバーアクション */
.hurigana:hover .nav_text:nth-child(1) {
  top: -100%;
}
.hurigana:hover .nav_text:nth-child(2) {
  top: 0;
}

/* nav 虹ライン　ホバーアクション */
.line {
	padding-bottom: 5px;
	position: relative;
}
.line::before {
	background: linear-gradient(to right,#c95e4b,#fbfd81,#8bff89,#82ffea,#84a3ff,#d384e2);
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	margin: auto;
	transform-origin: center top;
	transform: scale(0, 1);
	transition: transform .3s;
}
.line:hover::before {
	transform-origin: center top;
	transform: scale(1, 1);
}


/*---------　ナビゲーションここまで　----------*/

ul#top_right{
	position:absolute;
	top:5px;
	right:50px;
	margin:0;
	list-style:none;
	text-align:right;
}
ul#top_right a{
	transition: 0.5s;
}

li#tel{
	text-align:right;
	color:#543F32;
	font-size:1.4rem;
	height:60px;
	padding-top:10px;
	font-weight:500;
	line-height:1.2rem;
}

li#tel p{
	margin:5px 0 0 0;
	padding-top:0;
	font-size:3rem;
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	font-weight:700;
}

li#tel p img{
	vertical-align: middle;
}


li#medical a:hover{
	transform: scale(1.1);
	background-color:#efc3bd;
}

li#tel a{
	color:#543F32;
}

li#medical{
	position:absolute;
	right:0;
	top:70px;
	width:20vw;
	max-width:240px;
	font-size:1.6rem;
	color:#fff;
	font-weight:700;
	height:40px;
	z-index:100;
}

li#medical a{
	display:block;
	width:100%;
	height:100%;
	color:#fff;
	/*縦方向の中央ぞろえ1行ver*/
	display: grid;
 	place-items: center;
	background:#a5d4e7;
	border-radius:30px;
}


/*　画面幅1100px以下の時 */


@media screen and (max-width:1099px) {
#logo{
	margin:5px 0 0 0px;
}
header nav ul{
	margin-left:40px;
}
ul#top_right{
	right:0;
}
nav .seishin{
	width:18vw;
	margin-left:3rem;
}
nav .service{
	width:12vw;
}
nav .recruit{
	width:12vw;
}
nav .contact{
	width:12vw;
}

li#medical{
	width:23vw;
}

}


/*　メインヴィジュアル
---------------------------------------------------------*/
#top_img{
	height:50vw;
	max-height:750px;
	width:100%;
	position:relative;
	top:calc(-11vw);
	z-index:0;
}

.slider{
	width:100%;
	height100%;
	margin:0;
	padding:0;
}

.slider img {
	height:50vw;
	max-height:750px;
	width:100%;
	object-fit:cover;
	object-position: center center;
	margin:0;
	padding:0;

}
.content_topline{
	overflow:hidden;
	z-index:10;
	position:absolute;
	bottom:0px;
}

/*　コンテンツ全般
---------------------------------------------------------*/
#top h2{
	font-size:min(4rem,5vw);
	text-align:center;
	padding-top:50px;
	margin-top:100px;
	background:url(../img/flowerlogo_icon.png) no-repeat;
	background-size:30px;
	background-position:top;
}
#top h2:first-child{
	margin-top:0px;
}
.h2 rt , h2 rt{
	transform: translateY(-1rem); 
	font-size:min(3vw,1.3rem);
}
.center{
	text-align:center;
	font-size:1.6rem;
	line-height:3.2rem;
}
.rel{
	position:relative;

}
article{
	position:relative;
}
/*　わたしたちにできること
---------------------------------------------------------*/
article{
	background:#fdf9e7;
}
section{
	margin:0;
}
#about_us {
	padding-top:0px;
	background:url(../img/sky_suisai_top.png) no-repeat;
	background-size:max(1000px, 100%) 730px;
	background-position:center 230px;
}
#about_us .inner{
	position:relative;
}
#about_us  h2{
	margin-bottom:15px;
	margin-top:20px;
}
#about_us .h2{
	font-size:min(4rem,5vw);
	font-weight:700;
	text-align:center;
	margin-bottom:20px;
}

#about_us .h3{
	font-size:min(2.5rem,4vw);
	font-weight:700;
	text-align:center;

}
.huan{
	margin-top:180px;
	position:relative;
	width:100%;
	height:500px;
	max-height:400px;
	margin-bottom:50px;
}
.cloud1, .cloud2, .cloud3 {
	background:url(../img/cloud.png) no-repeat;
	background-size:contain;
	width:min(90vw,350px);
	height:min(70vw,200px);
	/*縦方向の中央ぞろえ1行ver*/
	display: grid;
 	place-items: center;
	text-align:center;
	font-weight:700;
	position:absolute;
}

.cloud1 {
	top:180px;
	left:8%;
}

.cloud2 {
	top:0px;
	left:33%;
}
.cloud3 {
	top:180px;
	left:60%;
}
  /* ふわっと表示用の設定 */
.show {
  /* 最初は非表示 */
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}
.show2 {
  /* 最初は非表示 */
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}
/* フェードイン時に入るクラス */
.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
/*ニジ　イラスト*/
.niji1{
	position:absolute;
	top:calc(380px - 10vw);
	left:0;
}
.niji1 img{
	width:40vw;
	height:auto;
	max-width:1000px;
}
/*鳥イラスト*/
.bird1{
	position:absolute;
	top:350px;
	right:5vw;
}
.bird1 img{
	width:calc(5vw + 50px);
	height:auto;
	max-width:130px;
}
.pictures{
	width:100%;
	max-width:1100px;
	margin:50px auto 0 auto;
	display:flex;
	flex-direction:row;
}
.photo_left{
	text-align:right;
	width:50%;
	padding-right:30px;
	height:auto;
	background:url(../img/pinksuisai.png);
	background-repeat:no-repeat; 
	background-size:min(450px,68%);
	background-position: 0px 80px;
	padding-bottom:70px;
}
.photo_left img{
	width:400px;
	height:auto;
}
.photo_right{
	padding-top:70px;
	padding-left:20px;
	width:50%;
	height:auto;
	background:url(../img/pic/suisaipink_right.png);
	background-repeat:no-repeat; 
	background-size:min(400px,70%);
	background-position: 70px 50px;
	padding-bottom:70px;
}
.photo_right img{
	width:340px;
	height:auto;
}
/*　虹グラデボタン　ここから*/
#about_us .btn{
	border-radius: 40px;
	width:100%;
	max-width:400px;
	height:80px;
	padding: 3px;
	text-align: center;
	background : linear-gradient(to right,#c95e4b,#fbfd81,#8bff89,#82ffea,#84a3ff,#d384e2,#d384e2,#84a3ff,#82ffea,#8bff89,#fbfd81,#c95e4b);
	background-size: 200% 100%;
	margin:20px auto 0 auto;
	position:relative;
	top:0;
	transition:all 0.4s ease;
}

#about_us a{
	display:block;
	border-radius: 40px;
	background:#fff;
	margin:0;
	padding:0;
	font-weight:500;
	font-size:min(2rem,4vw);
	max-width:448px;
	width:calc(100% - 2px);
	height:74px;
	background:url(../img/btn_arrow.png) 92% center no-repeat;
	background-size:20px;
	background-color: #FFF;
	display: grid;
 	place-items: center;

}
#about_us .btn:hover{
	transform: scale(1.05);
 	background-position: 100% 0;
}
/*　虹グラデボタン　ここまで*/


/*　お知らせ
---------------------------------------------------------*/
#topic{
	max-width:1100px;
	width:100%;
	margin:0 auto;
	text-align:center;
	position:relative;
}
.news{
	width:90vw;
	max-width:800px;
	margin:0 auto 200px auto;
	padding:100px 80px 110px 80px;
	background-image:url(../img/orange_waku.png), url(../img/orange_waku.png);
	background-repeat:no-repeat, no-repeat;
	background-size:contain, contain;
	background-position:top, bottom;
	text-align:left;
	font-weight:500;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	
}
.news dt,dd{
	border-bottom:2px dashed #543F32;
}
.news dt{
	margin:0;
	padding:30px 0;
	width:20%;
}
.news dd{
	margin:0 0 0 2px;
	padding:30px 0;
	width:calc(80% - 2px);
}
.news dt:last-of-type, .news dd:last-of-type{
	border:none;
}

.bird2{
	position:absolute;
	top:0;
	left:11vw;
}
.bird2 img{
	width:min(10vw,100px);
	height:auto;
}
.nurse{
	position:absolute;
	top:max(-150px,-15vw);
	right:11vw;
}
.nurse img{
	width:min(15vw,150px);
	height:auto;
}


/*　営業時間
---------------------------------------------------------*/
#biz_hours{
	width:100%;
	margin:0 auto;
	height:auto;
	position:relative;
	z-index:1;
	overflow: visible;
}

#biz_hours .inner{
	max-width:1100px;
	width:100%;
	text-align:center;
}

#biz_hours h2{
	padding-top:70px;
}

.biz_flex_box{
	display:flex;
	margin:50px auto 100px auto;
	font-size:min(2.5vw,3.2rem);
	font-weight:700;

}
.biz_flex_box .mid{
	vertical-align:middle;
}
.biz_flex_box p{
	height:50px;
}
.biz_flex_box p:first-child{
	margin-bottom:35px;
}
.biz_flex_box .eigyou01{
	font-size:3.5rem;
}
.biz_flex_box .eigyou02{
	font-size:3.2rem;
}

.biz_flex_box div:first-child{
	width:60%;
	text-align:left;

}
.biz_flex_box div:last-child {
	width:40%;
	padding-left:min(50px,5vw);
}

.biz_pic{
	width:100%;
	max-width:400px;
	text-align:center;
}
.biz_hours{
	font-size:min(4vw,3.5rem);

}
.biz_hours .sm{
	font-size:min(3.5vw,2.5rem);
}

.biz_tel{
	font-size:min(7vw,5rem);
}
p.hours{
	display:flex;
	align-items: end;
	font-size:min(4vw,5rem);
	margin-top:90px;
	text-align:center;
}
p.hours img{
	width:20%;
	padding-bottom:20px;
	margin:0;
	
}
p.hours span{
	display:block;
	margin:0 50px;
	width:60%;
}
p.hours span .number{
	display:inline;
	margin:0;
	font-size:min(5.5vw,7rem);
}

/*ニジ　イラスト*/
.niji2{
	position:absolute;
	top:calc(60px - 10vw);
	right:0;
	z-index:1;
}
.niji2 img{
	width:40vw;
	height:auto;
	max-width:1000px;
}

/*　虹グラデボタン　ここから*/
#biz_hours .mail_btn{
	border-radius: 30px;
	width:100%;
	height:65px;
	padding: 3px;
	text-align: center;
	background : linear-gradient(to right,#c95e4b,#fbfd81,#8bff89,#82ffea,#84a3ff,#d384e2,#d384e2,#84a3ff,#82ffea,#8bff89,#fbfd81,#c95e4b);
	background-size: 200% 100%;
	margin:20px auto 0 auto;
	position:relative;
	top:0;
	transition:all 0.4s ease;
}

#biz_hours .mail_btn a{
	display:block;
	border-radius: 40px;
	background:#fff;
	margin:0;
	padding:0;
	font-weight:500;
	font-size:min(2.8vw,2.6rem);
	width:100%;
	height:100%;
	background:url(../img/btn_arrow.png) 92% center no-repeat;
	background-size:20px;
	background-color: #FFF;
	display: grid;
 	place-items: center;

}
#biz_hours .mail_btn:hover{
	transform: scale(1.1);
 	background-position: 100% 0;
}
/*　虹グラデボタン　ここまで*/

/*
.sky{
	position:absolute;
	height:1200px;
	bottom:0;
	width:100%;
	background:url(../img/sky_bottom.png) top;
	background-size:cover;
	z-index:0;
}
*/

/*　フッター
---------------------------------------------------------*/

.foot_pic{
	position:relative;
	width:max-content;
	margin:0px auto 0px auto;
	z-index:10;
}

.foot_pic img{
	width:60vw;
	max-width:800px;
	height:auto;
}

footer{
	width:100%;
	text-align:center;
	background:url(../img/green_suisai.png) top 8vw center no-repeat;
	background-size:cover;
	position:relative;
	z-index:10;
}

.foot_contents{
	position:relative;
}
.suisai_bottom{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:calc(1100px + 20vw);
	z-index:0;
}

footer .sns , footer .link{
	display:flex;
	justify-content: center;
	width: fit-content;
	margin:20px auto;

}
footer .sns img{
	width:50px;
	height:auto;
}

footer .sns a , footer .link a{
	margin:30px;
	position:relative;
	top:0;
	transition:all 0.3s ease; /* アニメーション実行時間 */
	font-weight:500;
}

footer .link{
	width:100%;
	max-width:1100px;
}

footer .link a{
	display:block;
	background:url(../img/btn_arrow.png) 92% center no-repeat;
	background-size:20px;
	background-color:#fdf9e7;
	border-radius:30px;
	justify-content:center;
	padding:15px 30px;
	width:calc(100vw / 3 - 30px);
	max-width:300px;
	flex: 1;
	/*縦方向の中央ぞろえ1行ver*/
	display: grid;
 	place-items: center;
	margin:30px 15px;
	white-space: nowrap;
}

footer .sns a:hover {
	top:-10px;
}
footer .link a:hover{
	transform: scale(1.07);
	background-color:#efc3bd;
}
#sitemap {
	list-style: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width:100%;
	max-width:800px;
	margin:0 auto;
}
#sitemap li{
	margin:0px 30px;
	height:50px;
	font-weight:500;
}

#sitemap a{
	transition:all 0.3s ease; /* アニメーション実行時間 */
}

#sitemap a:hover{
	opacity:0.5;
}

#foot{
	width:100%;
	background:#c0e48f;
	margin-top:30px;
	padding:10px;
	font-size:1.4rem;
	font-weight:500;
	line-height:2rem;
	text-align:center;
}

#foot p{
	color:#fff;
	font-size:1.2rem;
}
/*　その他
---------------------------------------------------------*/
.slick-dots li{
	top:-80px;
	z-index:1000;
}
.slick-dots li button:before{
	font-size:15px!important;
	color: #fff;
	opacity: .4;
}
.slick-dots li.slick-active button:before
{
	opacity: 1;
	color: #fff;
}
.font13{
	font-size:1.2rem;
}

@media screen and (min-width:1500px) {
body{
	font-size:2rem;
	
}
.center{
	font-size:2rem;
	line-height:4rem;
}
header nav ul{
	font-size:min(2.2rem,2.6vw);
	margin:25px 0px 0 80px;
	padding:0;
}

header nav ul li{
	height: 30px; /* 縦幅 */
	line-height: 30px; /* 行の高さ(heightと同じ値にする) */
}

nav .seishin{
	width:250px;
	margin-left:4.5rem;
}
nav .service{
	width:200px;
}
nav .recruit{
	width:170px;
}
nav .contact{
	width:200px;
}
.hurigana{
	height: 30px; /* 縦幅 */
	line-height: 30px; /* 行の高さ(heightと同じ値にする) */
}

li#tel{
	font-size:1.6rem;
	height:60px;
	padding-top:10px;
	line-height:1.6rem;
}

li#tel p{
	margin:10px 0 0 0;
	font-size:3.4rem;
}


li#medical a:hover{
	transform: scale(1.1);
	background-color:#efc3bd;
}

li#medical{
	top:85px;
	width:20vw;
	max-width:300px;
	font-size:2rem;
	color:#fff;
	font-weight:700;
	height:45px;
	z-index:100;
}

li#medical a{
	display:block;
	width:100%;
	height:100%;
	color:#fff;
	/*縦方向の中央ぞろえ1行ver*/
	display: grid;
 	place-items: center;
	background:#a5d4e7;
	border-radius:30px;
}



#wrap, .inner{
	margin:0 auto;
	max-width:1250px;
}
#sitemap {
	max-width:950px;
}
}
