/* COMMON ================================================================================*/
@import url('../css/reset.css');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@500;800&display=swap');

body{
	font-family: 'M PLUS Rounded 1c', sans-serif,'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif!important;
	min-width: 1250px!important;
	overflow:visible!important;
	position: relative;
	-webkit-text-size-adjust: 100%;
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
	margin: 0;
    background-color: #FFF;
	}

@keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
	}

@-webkit-keyframes fmedicaladeIn {
	0% {opacity: 0}
	100% {opacity: 1}
	}

.stopBk {
	overflow: hidden!important;
	}

html{
    height: 100%;
    margin: 0!important;
    }    

p{
	font-size: 18px;
	color: #333;
	line-height: 1.6;
	margin: 0;
	padding: 0;
	transform: rotate(0.03deg);
	}

p a{
	display: inline;
	text-decoration: underline;
	}
p a:hover,
li a:hover{
	text-decoration: none;
	}

small{
	font-size: 80%;
	}

img{
	width: 100%;
	display: block;
	}

a{
	display: block;
	color: inherit;
	overflow:hidden!important;
	outline:none!important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)!important;
	text-decoration:none;
	transition-duration: .3s;
	transform: rotate(0.03deg);
	}
a:hover{
	outline:none!important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)!important;
	transition-duration: .3s;
	}
a:focus{
	outline:none!important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)!important
	}

table{
	font-size: 18px;
	line-height:1.6;
	color: #333;
	}
ul{
	padding: 0;
	}
ul li,
ol li{
	list-style-position: inside;
	list-style-type: none;
	font-size: 18px;
	line-height: 1.6;
	color: #333;
	
	}

address{
	color: #333;
	font-size: 16px;
	line-height: 1.4;
	transform: rotate(0.03deg);

	}

h1,
h2,
h3{
	font-weight: normal;
	margin: 0;
	}

.title01{
	color: #0F668F;
	font-size: 26px;
	font-weight: normal;
	line-height: 1.4;
	background-color: #DAE7EF;
	background-image: url("../img/bg_ttl.png");
	background-repeat: no-repeat;
	background-size: 150px;
	background-position: 95% center;
	padding: 20px 20px 20px 40px;
	margin: 0 0 40px 0;
	}

.title02{
	position: relative;
	color: #524643;
	font-size: 24px;
	line-height: 1.4;
	border-bottom: #FFF4BD 3px solid;
	padding: 10px 0 10px 10px;
	margin: 0 0 20px 0;
	}

.title02::before{
	position: absolute;
	top: -13px;
	left: -20px;
	z-index: -1;
	content: "";
	display: block;
	width: 70px;
	height: 70px;
	background-color: #FFF4BD;
	border-radius: 50%;
	}

.title03{
	display: inline-block;
	color: #33889D;
	font-size: 22px;
	font-weight: normal;
	margin: 0;
	transform: rotate(0.03deg);
	}
.title03::before{
	content: "■";
	font-size: 18px;
	margin-right: 5px;
	}

.tag::after{
	content: "/";
	margin: 0 5px;
	}

section{
   	width: 100%;
	padding: 0 0 0 0;
	}
section:last-child{margin-bottom: 0;}

.wrap{
    margin: 0 auto;
	padding: 0;
	}
.inner{
	padding: 0 0 0 40px;
	margin-bottom: 80px;
	}

main{
	margin: 40px 0 80px;
	}
.toppage{
	}
.subPage{
	}


.bfIcon::before{
	display: inline-block;
	content: "";
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	margin-left: -1em;
	width: 1em;
	height: 1em;
	margin: -.3em .5em 0 0;
	/* background-image: url(""); */
	}
.afIcon::after{
	display: inline-block;
	content: "";
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	}

table{
	width:100%;
	margin:0 auto;
	border-collapse: separate!important;
	border-spacing: 0;
	table-layout: fixed;
	}
table th,
table td{
	font-size: 20px;
	border-bottom: #EDEDED 1px solid;
	text-align:center;
	padding: 10px 0 5px;
	vertical-align: top;
	}
table th{font-weight: normal;}
table td{text-align: left;}

ul.disc li{
	list-style-type: disc;
	list-style-position: inside;
	line-height: 1.4;
	text-indent: -1em;
	padding-left: 1em;
	transform: rotate(0.03deg);
	}

.memo{
	background-color: #FFEBEB;
	padding: 20px 20px;
	margin-bottom: 30px;
	}
.memo ul li::before{
	content: "※";
	margin-right: 10px;
	}
.memo ul li{
	color: #5B3E4D;
	list-style-position: inside;
	line-height: 1.4;
	text-indent: -1.6em;
	padding: 0 0 0 1.5em !important;
	border-bottom: none!important;
	margin-bottom: 10px;
	transform: rotate(0.03deg);
	}
.memo ul li:last-child{
	margin-bottom: 0;
	}
.memo ul li a{
	display: inline;
	text-decoration: underline;
	}
.memo ul li a:hover{
	text-decoration: none;
	}

dl{}
dl dt,
dl dd{
	display: block;
	font-size: 18px;
	line-height: 1.6;
	color: #333333;
	box-sizing: border-box;
	padding: 0;
	transform: rotate(0.03deg);
	}


/*診療時間*/
table.time{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border-top: #313C44 1px solid;
	border-bottom: #313C44 1px solid;
	}
table.time th,
table.time td{
	color: #313C44;
	font-size: 24px;
 	font-weight: normal;
	line-height: 60px;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
	border-bottom: #313C44 1px dashed;
	padding: 0;
	}

table.time tr:last-child th,
table.time tr:last-child td{
	border-bottom: none;
	padding: 0;
	}

table.time tr:not(:first-child) td:not(:first-child){
	color: #22A7AC;
	}

table.time th:first-child{
	width: 180px;
	}
table.time .fri{
	display: flex;
	justify-content: center;
	margin-top: 10px;
	transform: rotate(0.03deg);
	}
table.time .fri span:nth-child(1)::before{
	content: "▲";
	margin-right: 10px;
	color: #22A7AC;
	}
table.time .fri span{
	font-size: 18px;
	}
table.time .close{
	color: #CA3333;
	font-size: 24px;
	line-height: 1.2;
	margin-bottom: 10px;
	}

table.info{
	border-top: #535353 1px solid;
	margin: 20px 0;
	}
table.info th,
table.info td{
	padding: 10px 20px;
	border-bottom: #535353 1px solid;
	}


table.info th{
	color: #525252;
	width: 150px;
	background-color: #F1F1F1;
	}
table.info td{}	
table.info h3{
	font-size: 18px;
	}
		

/* pc sticky */
.stickyArea{
	width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	}
.stickyArea::after{
	display: table;
	content: "";
	clear: both;
	}
.stkMenu{
	position: relative;
	width: 250px;
	margin-right: 40px;
	}

.menuInner{
	position: sticky;
	top: 50px;
	}

.menuInner > *:not(:last-child){
	margin-bottom: 20px;
	}
.linkList .ttl{
	color: #FFF;
	font-size: 18px;
	text-indent: 0.5em;
	background-color: #0F5176;
	border-radius: 10px 10px 0 0;
	padding: 10px 0;
	}
.linkList .ttl::before{
	display: inline-block;
	content: "";
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	width: 1.6em;
	height: 1.6em;
	margin: 0 0.4em 0 0;
	}
.linkList.shouni .ttl::before{
	background-image: url("../img/icon_shouni_w.png");
	}
.linkList.nyuji .ttl::before{
	background-image: url("../img/icon_baby.png");
	}
.linkList.naika .ttl::before{
	background-image: url("../img/icon_scope_w.png");
	}
.linkList.download .ttl::before{
	background-image: url("../img/icon_karte_w.png");
	}

.linkList ul li{
	background-color: #AEDAE4;
	border-bottom:  #0F5176 1px dashed;
	transition-duration: .2s;
	padding: 6px 10px;
	}
.linkList ul li:last-child{
	border-bottom: none;
	border-radius: 0 0 10px 10px;
	}
.linkList ul li a{
	position: relative;
	color: #0F5176;
	font-size: 18px;
	line-height: 1.2;
	transform: rotate(0.03deg);
	}
.linkList ul li a span{
	display: block;
	font-size: 16px;
	font-weight: bold;
	}
.linkList ul li > a::after{
	content: "→";
	font-size: 16px;
	position: absolute;
	right: 0%;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	 -ms-transform: translateY(-50%);
	}
.linkList ul li:hover{
	opacity: .7;
	transition-duration: 0.1s;
	}

.linkList.nyuji .ttl{
	background-color: #D74962;
	}
.linkList.nyuji ul li{
	background-color: #FDC7C7;
	border-color: #D74962;
	}
.linkList.nyuji ul li a{
	color: #D74962;
	}

.linkList.naika .ttl{
	background-color: #457F29;
	}

.linkList.naika ul li{
	background-color: #A2D888;
	}
.linkList.naika ul li a{
	color: #457F29;
	}

.download .ttl{
	color: #FFF;
	background-color: #F29629;
	}
.download ul li{
	background-color: #FAEFCB;
	border-color: #F29629;
	}
.download ul li a{
	color: #F29629;
	}


.stkContent{
	width: 810px;
	float: right;
	}
.stkContent .wrap{
	width: 100%;
	}

.stkContent > .detail{
	/*display: none;*/
	background-color: #FFF;
	box-sizing: border-box;
	padding: 40px 40px;
	margin: 0 0 50px;
	border-radius: 10px;
	}

.stkContent > .detail > a{
	display: none;
	}

.stkContent > .detail:last-child{
	margin-bottom: 0;
	}
/*.detail.is-active {
	display: block;
	animation-name: displayAnime;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	}
*/

.linkBox{
	display: flex;
    flex-wrap: wrap;
	justify-content: flex-end;
	
	}
.linkBox a{
	display: inline-block;
	font-size: 20px;
	color: #FFF;
	text-decoration: none;
	background-color: #d9569a;
	padding: 10px 20px;
	border-radius: 40px;
    margin-top: 20px;
	}
.linkBox a:not(:first-child){
	margin-left: 20px;
	}	

.linkBox a::after{
	display: inline-block;
	content: "";
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url("../img/arrow01.png");
	width: 1em;
	height: 1em;
	margin: -0.2em 0 0 0.4em;
	}
	
.linkBox a:hover{
	opacity: .7;
	}


/* HEADER --------------------------------------------------- */
header{
	width: 100%;
	}
header .wrap{
	position: relative;
	width: 1100px;
	}

header .fixBtn{
	width: 1100px;
	position: fixed;
	z-index: 1;
	justify-content: flex-end;
	top: 0;
	}
header .fixBtn ul{
	display: flex;
	width: fit-content;
	margin: 0 0 0 auto;
	}
header .fixBtn ul li{
    width: 150px;
    }
header .fixBtn ul li:not(:last-child){
	margin-right: 20px;
	}
header .fixBtn ul li a{
	color: #0F5176;
	font-size: 18px;
	line-height: 1.2;
	text-align: center;
	background-color: #AEDAE4;
	padding: 10px 0;
	border-radius: 0 0 10px 10px;
	}
header .fixBtn ul li:nth-child(3) a{
	color: #457F29;
	background-color: #A2D888;
	}


header .fixBtn ul li a span{
	display: block;
	font-size: 22px;
	font-weight: bold;
	}

.pageInfo {
	padding: 20px 0;
	}
.pageInfo h1,
.pageInfo p{
	font-size: 18px;
	line-height: 1.2;
	font-weight: normal;
	transform: rotate(0.03deg);
	}

.titleArea{
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-image: url("../img/line.png"), url("../img/line.png");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center top, center bottom;
	padding: 30px 0;
	margin-bottom: 30px;
	}
.titleArea .name{
	width: 620px;
	}
.titleArea .name .kamoku{
	color: #d9569a;
	font-size: 20px;
	margin-top: 10px;
	}

.titleArea .right{
	width: 430px;
	}
.titleArea .right p{
	color: #33889d;
	font-size: 25px;
    text-align: center;
	border-bottom: #7BC8DB 1px solid;
	}
.titleArea .right p::before{
	display: inline-block;
	content: "";
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	width: 1.6em;
	height: 1.6em;
	margin: 0 0.4em;
	background-image: url("../img/icon_car.png");
	}
.titleArea .right address{
	font-size: 16px;
    text-align: center;
	margin: 5px 0 0;
	}

.spMenu{
	display: none;
	}

nav{
	}
nav ul{
	display: flex;
	justify-content: space-between;
	margin: 0;
	}

nav ul li{
	text-align: center;
	line-height: 1.4;
	}

nav ul li a::before{
	display: block;
	content: "";
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	width: 1.4em;
	height: 1.4em;
	margin: 0 auto 10px;
	}

nav ul li:nth-child(1) a::before{
	background-image: url("../img/icon_home.png");
	}
nav ul li:nth-child(2) a::before{
	background-image: url("../img/icon_info.png");
	}
nav ul li:nth-child(3) a::before{
	background-image: url("../img/icon_column.png");
	}
nav ul li:nth-child(4) a::before{
	background-image: url("../img/icon_medical.png");
	}
nav ul li:nth-child(5) a::before{
	background-image: url("../img/icon_shouni.png");
	}
nav ul li:nth-child(6) a::before{
	background-image: url("../img/icon_scope.png");
	}
nav ul li:nth-child(7) a::before{
	background-image: url("../img/icon_staff.png");
	}
nav ul li:nth-child(8) a::before{
	background-image: url("../img/icon_access.png");
	}
nav ul li:nth-child(9) a::before{
	background-image: url("../img/icon_rec.png");
	}
nav ul li:nth-child(10) a::before{
	background-image: url("../img/icon_shokutaku.png");
	}

nav ul li a{
	color: #5C6D7C;
	font-size: 18px;
	text-align: center;
	padding: 0 10px 5px;
	transform: rotate(0.03deg);
	border-bottom: #333 2px dotted;
	}
nav ul li a:hover{
	color: #d9569a;
	border-color: #d9569a;
	}



/* FOOTER --------------------------------------------------- */
footer{
	
	}
footer .wrap{
	width: 1100px;
	padding: 50px 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: space-between;
	}
footer .wrap .left{
	width: 450px;
	}
footer .wrap .left > p{
	color: #8C8C8C;
	font-size: 16px;
	margin-bottom: 15px;
	}
footer .wrap .left > img{
	width: 400px;
	margin: 0 auto;
	}
footer .wrap .left .tel{
	width: 300px;
	background-color: #33889d;
	margin: 20px auto 10px;
	padding: 5px 50px;
	border-radius: 50px;
	}

footer .accessInfo address{
	font-size: 20px;
	margin: 15px 0;
	}

footer .accessInfo a{
	width: 400px;
	color: #33889d;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 0 5px;
	margin: 0 auto;
	border: #33889d 2px solid;
	}
footer .accessInfo a::before{
	display: inline-block;
	content: "";
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	width: 1.6em;
	height: 1.6em;
	margin: 0 0.4em;
	background-image: url("../img/icon_car.png");
	}

footer .wrap .timeArea{
	width: 600px;
	}

.copy{
    width: 1100px;
	color: #004382;
	font-size: 16px;
	text-align: right;
	background-image: url("../img/bg_footer.png");
	background-repeat: repeat-x;
	background-size: 440px;
	background-position: center top;
	padding: 120px 0 100px;
    margin: 0 auto;
	}



/* HELPER --------------------------------------------------- */
.alignLeft{text-align:left!important;}
.alignRight{text-align:right!important;}
.alignCenter{text-align:center!important;}

.mCenter{margin: 0 auto;}
.imgCenter{
	display:block;
	margin:0 auto;
	}

.rpImg{
	max-width: 100%!important;
	height: auto;
	}

.textLink{
	display: inline;
	text-decoration: underline;
	}
.textLink:hover{
	text-decoration: none;
	}

.hide{
	visibility: hidden;
	}

.bgWhite100{background-color: #FFF;}
.bgWhite70{background-color: rgba(255, 255, 255, 0.7)}
.bgBlue{background-color: #E6EEF4;}

.bdTop{border-top: #756150 1px solid}

.white{color: #FFF;}
.red{color: #B20000;}
.bold{font-weight: bold;}

.mk{
	background:linear-gradient(transparent 60%, #FFDD69 60%);
	}

.tel img{
	display: block;
	}


.fixBtn2{
    position: fixed;
	width: 100px;
	height: auto;
	right: 30px;
	bottom: 30px;
    }
.fixBtn2 img{
	display: block;
	width: 100%;
	}
.fixBtn2 .pagetop{
    margin-top: 10px;
    }

.babyLink{
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 620px;
	height: 150px;
    background-image: url("../img/bana_baby.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 25px 25px 0 0;
    }
.babyLink > a{
    display: none;
    }

.babyLink p{
    color: #e54f5a;
    font-size: 26px;
    font-weight: bold;
    text-align: right;
    }
.babyLink ul{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    }
.babyLink li{
    line-height: 1;
    }
.babyLink ul li a{
    color: #FFF;
    background-color: #e54f5a;
    padding: 6px 15px;
    border-radius: 10px;
    }
.babyLink ul li a:hover{
    opacity: 0.7;
    }
.babyLink li:nth-child(1) a{
    display: flex;
    align-items: center;
    margin-right: 10px;
    }
.babyLink li:nth-child(1) a span{
    display: block;
    }
.babyLink li:nth-child(1) a span:nth-child(1){
    font-size: 14px;
    line-height: 1;
    margin-right: 10px;
    }
.babyLink li:nth-child(1) a span:nth-child(2){
    font-size: 28px;
    font-weight: bold;
    }
.babyLink li:nth-child(2) a{
    font-size: 25px;
    }
.telBtn{
	display: none;
	}



/* PAGE ================================================================================*/
/* 投稿 --------------------------------------------------- */
ul.listArea li{
    border: #C1DDEB 3px solid;
    padding: 10px 20px;
	transition-duration: 0.2s;
    }
ul.listArea li:not(:last-child){
    margin-bottom: 20px;
    }
ul.listArea.drcolumn li:hover{
	background-color: #C1DDEB;
	transition-duration: 0.2s;
	}

ul.listArea.drcolumn li{
	position: relative;
	padding: 10px 40px 10px 20px;
	}
ul.listArea.drcolumn li::after{
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	 -ms-transform: translateY(-50%);
	display: block;
	content: "";
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url("../img/arrow02.png");
	width: 0.8em;
	height: 0.8em;
	}

.post-date{
    color: #0A4966;
    font-size: 14px;
    }
.post-title{
    color: #0A4966;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    }
.post-content{
    border-top: #0A4966 1px dashed;
    padding-top: 15px;
    }

.post-content a{
	display: inline;
	color: #ED56AA;
	text-decoration: none;
	border-bottom: #ED56AA 1px dashed;
	}
.post-content img{
	display: inline;
	width: auto;
	}

/*ページ送り*/
.pager nav{
    width: 100%;
    }
.pager.day,
.nav-links{
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
    }
.nav-links > *,
.pager.day a{
    margin-left: 10px;
    }
.nav-links > *,
.pager.day a{
    display: block;
	color: #33889d;
    border: #33889d 1px solid;
    border-radius: 5px;
    padding: 5px 10px;
    }
.nav-links .current,
.nav-links .next,
.nav-links .prev,
.pager.day a:not(.toList){
	color: #FFF;
    background-color: #33889d;
    }
.nav-links > a:hover{
	color: #FFF;
    background-color: #33889d;
    }

.screen-reader-text{
    display: none;
    }


/* index.html --------------------------------------------------- */
.eyecatch{
	position: relative;
	width: 1100px;
	margin: 0 auto 80px;
	}

.eyecatch > img{
	position: absolute;
	width: 180px;
	}
.eyecatch .kamoku01{
	right: 70px;
	bottom: 160px;
	}
.eyecatch .kamoku02{
	right: 190px;
	bottom: 30px;
	}
.eyecatch .kamoku03{
	right: 10px;
	bottom: -20px;
	}

/* slick */
.slider.sp{
	display: none!important;
	}

.slider.pc{	
	display: block;
	width: 100%;
	}
.slider img{
	}

.main-slider figure{margin:0!important;}
.main-slider .ytPlayer{pointer-events: none!important;}
.ytp-pause-overlay{display:none!important;}

.slick-dots{bottom:25px!important;}
.slick-dots li {
	width: 20px!important;
	height: 30px!important;
	}
.slick-dots li button::before{
	font-size:45px!important;
	color:#FFF!important;
	}
.slick-dotted.slick-slider {margin-bottom:0!important;}

.edit a,
#kasan dd a{
	display: inline;
	color: #ED56AA;
	border-bottom: #ED56AA 1px dashed;
	text-decoration: none;
	}
.edit{
    margin-top: 1em;
    }

.click{
	font-size: 14px;
	text-align: right;
	margin: 0 0 40px;
	}

#drcolumn{
    margin-top: 40px;
    }

#sb_instagram #sbi_images{
	margin: 30px 0 0;
	}

.doctors{
	background-color: #E7E7E7;
	padding: 20px 20px;
    margin-top: 40px;
	}
.doctors img{
	margin-top: 10px;
	}

.poster{
	display: flex;
	justify-content: space-between;
	margin: 50px 0 50px;
	}
.poster img{
	width: 390px;
	border: #333 1px solid;
	}



/* staff --------------------------------------------------- */
.greeting{
	margin-bottom: 40px;
	}

.greeting img{
	width: 350px;
	float: right;
	margin:  0 0 10px 20px
	}

dl.list dt{
	line-height: 1.4;
	}
dl.list dt h3{
	margin: 0;
	}
dl.list dd{
	padding: 10px 0 50px 30px;
	}
dl.list dd:last-child{
	padding-bottom: 0!important;
	}
dl.list dd ul li{
	border-bottom: #DDDDDD 1px solid;
	padding: 0 10px;
	}

ul.prof li{
	display: flex;
	}
ul.prof li p:nth-child(1){
	margin-right: 1em;
	}



/* info --------------------------------------------------- */
#info .timeArea{
	margin-bottom: 40px;
	}
#info #top1{
	margin-top: 10px;
	}

.flexslider{
	width: 100%;
	margin: 0 auto;
	background-color: transparent;
	border: none;
	}
.flexslider .slides{
	position: relative;
	width: 450px;
	margin: 0 auto 5%;
	}
.flexslider .slides li p{
	position: absolute;
	left: 5%;
	bottom: 5%;
	background-color: #FFF;
	padding: 1% 3%;
	box-sizing: border-box;
	}
.flex-control-nav{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 100%;
	margin: 0 0 0 0;
	}
.flex-control-thumbs li{
	width: 15%;
	margin: 0 2% 2% 0;
	}
.flex-control-thumbs li:nth-child(6n){
	margin-right: 0;
	}
.flexslider .slides li p{
	position: inherit;
	left: auto;
	text-align: center;
	}


#link ul li:not(:last-child){
	margin-bottom: 15px;
	}
#link ul li a::before{
	display: inline-block;
	content: "";
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url("../img/icon_link2.png");
	width: 1em;
	height: 1em;
	margin: -0.2em 0.5em 0 0;
	}

#link ul li a{
	display: inline-block;
	color: #5ca348;
	border-bottom: #5ca348 2px dotted;
	}
#link ul li p{
	text-indent: -1em;
	padding-left: 1em;
	}

#shokutaku .tel{
    width: 300px;
    background-color: #33889d;
    margin-top: 20px;
    padding: 5px 50px;
    border-radius: 50px;
    }

.shokutakuLink{
    width: 500px;
    color: #4B9645;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    border: #95CC90 3px solid;
    padding: 15px 0;
    margin: 0 auto 40px;
    }
.shokutakuLink:hover{
    background-color: #E6F3E5;
    }

#kasan dl{
    margin-top: 40px;
    }
#kasan dl dt{
    border-top: #33889D 1px dotted;
    padding: 10px 0;
    }
#kasan dl dt:hover{
    cursor: pointer;
    background-color: #F1F8FA;
    }
#kasan dl dd{
    display: none;
    padding: 10px 0 40px 20px;
    }


/* reserve --------------------------------------------------- */
.flow {
	border: #F1F1F1 3px solid;
	}
.flow .detail{
	display: none;
	}
.flow .title{
	position: relative;
	font-size: 24px;
	padding: 10px 40px;
	background-color:#F1F1F1;
	border: #F1F1F1 3px solid;
	transition-duration: 0.2s;
	}
.flow .title:hover{
	color: #FFF;
	background-color: #9F9F9F;
	transition-duration: 0.2s;
	}
.flow .title::after{
	content: "→";
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	 -ms-transform: translateY(-50%);
	}

.flow .detail div{
	display: flex;
	padding: 20px 40px;
	}
.flow .detail div:not(:last-child){
	border-bottom: #F1F1F1 3px solid;
	}
.flow .detail div img{
	width: 300px;
	margin: 0 0 0 20px;
	}
.flow .detail div p span{
	display: block;
	width: 1.4em;
	color: #FFF;
	text-align: center;
	background-color: #424242;
	border-radius: 5px;
	}


/* medical --------------------------------------------------- */
.tantou{
	text-align: right;
	}
.tantou a{
	color: #33889D;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: #33889D 2px dotted;
	}

.mdIntro{
	margin-bottom: 40px;
	}

#medical .tantou{
	margin-bottom: 20px;
	}

#medical .download .ttl{
	padding: 5px 20px;
	border-radius: 10px 10px 0 0;
	}
#medical .download {
	margin: 40px 0;
	}
#medical .download ul li{
	border-bottom: #C27314 1px dashed;
	padding: 5px 20px;
	}
#medical .download ul li:last-child{
	border-bottom: none;
	}
.nyuken .linkBox{
	margin-bottom: 40px;
	}

.target{
	display: inline-block;
	color: #78AD87;
	margin-bottom: 20px;
	border-bottom: #BCD6C4 2px solid;
	}




/* access --------------------------------------------------- */
#access table.info td img{
	width: 280px;
	}

.youtube iframe{
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	}
