@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 1.125rem;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* =Basic HTML
-------------------------------------------------------------- */

html {
	font-size: 1rem;
	overflow-y: scroll;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	scroll-behavior: smooth;
}
body {
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 30px;
	color: #512D09;
}
#cover{
    overflow:hidden;

}

a:link,
a:visited {
	color: #512d09;
	text-decoration: underline;
}
a:hover {
	color: #e1560e;
	text-decoration: underline;
}
a:active {
	color: #512d09;
}

#main a:link,
#main a:visited {
	color: #000082;
	text-decoration: underline;
}
#main a:hover {
	color: #512d09;
	text-decoration: underline;
}
#main a:active {
	color: #000082;
}
hr {
	background: #ccc;
	border: none;
	height: 1px;
}
b, dt, strong {
	font-weight: 700;
}
blockquote, dl, ol, p, pre, table, ul  {
	margin: 30px 0;
}
P{
	padding: 0 20px;
	box-sizing: border-box;
}
blockquote {
	font-size: 1.1em;
	margin-left: 40px;
}
dd {
	margin-left: 35px;
}
ol, ul {
	margin-left: 30px;
}
ul {
	list-style-type: circle;
}
ol {
	list-style-type: decimal;
}
mark {
	background-color: #ff9;
}
del {
	text-decoration: line-through;
}
abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
q:before,
q:after {
	content: '"';
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	border: 0px solid #888;
}

img{
	vertical-align: bottom;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  transition: all .3s;
}

.clear{
	clear: both;
}
.sp{
	display: none;
}


/* =scroll_up
-------------------------------------------------------------- */

.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}


/* =Headings
-------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

h1{
	font-size: 2.25rem;
	font-weight: bold;
	background: url("/img/recare/h1back.png") #FFE8DC;
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: auto 100%;
	border: 2px solid #E1560E;
	border-radius: 30px;
	padding: 40px 40px;
	color: #512d09;
	width: 98%;
	max-width: 1199px;
	margin: 0 auto;
	box-sizing: border-box;
}

#main h2 {
	font-size: 2.188rem;
	line-height: 40px;
	font-weight: bold;
	width: 100%;
	border-top:5px solid #1a7022;
	border-bottom:5px solid #1a7022;
	padding: 20px 20px 20px 55px;
	box-sizing: border-box;
	text-align: left;
	position: relative;
	
}
#main h2::before {
	content: url("/img/recare/two-hutaba.png");
	display: inline-block;
	vertical-align: middle;
	transform: scale(0.3);
	position: absolute;
	top: -10px;
	left: -40px;
}

#main h3 {
	width: 100%;
	border-radius: 10px;
	border: 1px solid #E1560E;
	font-size: 1.75rem;
	font-weight: bold;
	padding: 25px;
	line-height: 40px;
	box-sizing: border-box;
	background-size: auto auto;
	background-color: rgba(254, 246, 242, 1);
	background-image: repeating-linear-gradient(120deg, transparent, transparent 8px, rgba(255, 232, 220, 1) 8px, rgba(255, 232, 220, 1) 9px );
	
}
#main h4 {
	font-size: 1.5rem;
	font-weight: bold;
	width: 100%;
	border-radius: 60px;
	background: #d4eed5;
	padding: 20px 20px 20px 65px;
	box-sizing: border-box;
	text-align: left;
	position: relative;
	
}
#main h4::before {
	content: url("/img/recare/ha.png");
	display: inline-block;
	vertical-align: middle;
	transform: scale(0.4);
	position: absolute;
	top: 8px;
	left:10px;
}

#main h5 {
	background: #fef6f3;
	border-bottom: 2px solid #E1560E;
	width: 100%;
	position: relative;
	padding: 15px 15px 15px 40px;
	font-size: 1.25rem;
	font-weight: bold;
	box-sizing: border-box;
}
#main h5::before {
	content: "●";
	transform: scale(0.7);
	vertical-align: middle;
	color: #E1560E;
	position: absolute;
	top: 15px;
	left: 15px;
}
#main h6 {
	font-size: 1.125rem;
	font-weight: bold;
}


/* =マーク等
-------------------------------------------------------------- */
#main ul{
	list-style-type: none;
	margin-left: 1.5em;
	padding: 0;
}

#main ul li {
    list-style-type: none;
    position: relative;
    padding-left: 0.6em;
    }
#main ul li:before {
    border-radius: 50%;
    width: 7px;
    height: 7px;
    display: block;
    position: absolute;
    left: -0.7em;
    top: 0.7em;
    content: "";
    background: #E1560E;
    }
#main ol{
	margin-left: 2em;
}

#main table {
	border-collapse: collapse;
	border-spacing: 0;
}
#main td,
#main th {
	border: 1px solid #512D09;
	padding: 15px;
	box-sizing: border-box;
	text-align: left;
	vertical-align: middle;
}
#main th {
	background: #f6efe7;
	font-weight: bold;
}

/* ヘッダー */

header{
	width: 92.825%;
	max-width: 1268px;
	margin: 0 auto;
}
#headerbox ul{
	margin:0;
	padding:0;
}
#headerbox ul:after {
	  content: "";
	  clear: both;
	  display: block;
	}
#headerbox ul li {
	display: block;
	float: left;
	list-style-type: none;
	box-sizing: border-box;
	padding:0;
	margin:0;
}
#headerbox ul li.logo {
	width: 44.55%;
	text-align: left;
	padding: 25px 0;
}
#headerbox ul li.logo img{
	width: 100%;
	max-width: 573px;
	height: auto;
}
#headerbox ul li.text {
	width: 55.45%;
	text-align: right;
	padding-top: 15px;
}
#headerbox ul li.text table{
	width: 100%;
	max-width: 525px;
	margin: 0 0 0 auto;
	border: 0px;
	padding: 0;
}
#headerbox ul li.text td{
	border: 0;
	padding: 0;
}
#headerbox ul li.text td.textbox{
	width: auto;
}

#headerbox ul li.text td.textbox table{
	background: #fff;
	border-radius: 5px;
	font-weight: bold;
	vertical-align: middle;
	text-align: left;
	width: 100%;
	max-width: 290px;
	margin: 0 auto 0 0;
}
#headerbox ul li.text td.textbox td.size{
	background: #fff;
	font-size: 1.25rem;
	font-weight: bold;
	vertical-align: middle;
	text-align: left;
	height: 50px;
	padding-left: 10px;
}
#headerbox ul li.text td.textbox td.size img{
	width: 21px;
	height: auto;
	padding-right: 10px;
	vertical-align:middle;

}
#headerbox ul li.text td.textbox td.b01,
#headerbox ul li.text td.textbox td.b02{
	vertical-align: middle;
	width: 65px;
	height: 45px;
}
#headerbox ul li.text td.accbox{
	width: 213px;
	vertical-align: middle;
}
#headerbox ul li.text td.tel{
	text-align: right;
	font-size: 1.75rem;
	font-weight: bold;
	height: 50px;
	vertical-align: bottom;
	letter-spacing: 1px;
}
#headerbox ul li.text td.tel span{
	text-align: right;
	font-size: 1.5rem;
}


.t_btn01 {
	display: inline-block;
	height: 35px;
	margin: 0 auto 0 auto;
	text-align: center;
	line-height: 35px;
	background-color: #124717;
	font-size: 1.125rem;
	border: 2px solid #124717;
	border-radius: 5px;
	padding: 0 10px;
}

a.t_btn01,
a:link.t_btn01{
	color: #fff;
	text-decoration: none;
}
a:hover.t_btn01,
.t_btn01:hover {
	background-color: #fff;
	color: #124717;
	text-decoration: none;
}
.t_btn02 {
	display: inline-block;
	height: 35px;
	margin: 0 auto 0 auto;
	text-align: center;
	line-height: 35px;
	background-color: #f19600;
	font-size: 1.125rem;
	border: 2px solid #f19600;
	border-radius: 5px;
	padding: 0 10px;
}

a.t_btn02,
a:link.t_btn02{
	text-decoration: none;
}
a:hover.t_btn02,
.t_btn02:hover {
	background-color: #fff;
	text-decoration: none;
}

.t_btn01,
.t_btn01::before,
.t_btn01::after,
.t_btn02,
.t_btn02::before,
.t_btn02::after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.acc_btn {
	display: block;
	width: 100%;
	height: 50px;
	margin: 0;
	text-align: center;
	line-height: 50px;
	background-color: #fff;
	font-size: 1.125rem;
	font-weight: bold;
	border: 2px solid #E1560E;
	border-radius: 5px;
}
a.acc_btn img{
	width: 20px;
	height: 20px;
	padding-right: 10px;
	line-height: 50px;
	vertical-align:middle;
	
}
a.acc_btn,
a:link.acc_btn{
}
.acc_btn:hover {
	background-color: #FFE8DC;
}
.acc_btn::before,
.acc_btn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.acc_btn,
.acc_btn::before,
.acc_btn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.menu_btn {
	display: block;
	width: 100%;
	height: 85px;
	text-align: center;
	text-decoration: none;
	outline: none;
	color: #fff;
	font-size: 1.125rem;
	font-weight: 700;
}
a.menu_btn,
a:link.menu_btn{
	color: #fff;
	
}
.menu_btn img{
	width: auto;
	height: 32px;
	padding: 10px 0 0 0;
}
.menu_btn::before,
.menu_btn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.menu_btn,
.menu_btn::before,
.menu_btn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}



/* メニュー */
nav ul{
	margin:0;
	padding:5px 0 0 0;
}
nav ul:after {
	  content: "";
	  clear: both;
	  display: block;
	}
nav ul li {
	display: block;
	float: left;
	list-style-type: none;
	text-align: center;
	width: 16.6%;
	height: 50px;
	line-height:20px;
	box-sizing: border-box;
	padding:0;
	margin:0;
	font-size: 1.125rem;
	font-weight: 700;
	border-left: 1px solid #ddd;
}
nav ul li .kaigyo{
	display: block;
}
nav ul li:first-child{
	border-left: 0px;
}
nav ul li a {
	display: block;
	width: 100%;
}
nav ul li a,
nav ul li a:link,
nav ul li a:hover,
nav ul li a:active{
	color: #000;
}

nav ul li a.single{
	line-height: 45px;
	padding: 0;
}
nav ul li a.dwble{
	padding: 2px 0;
}
a.n_btn{
	color: #000;
	
}
a.n_btn {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
a.n_btn::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 4px;
  background: #3892d7;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
a.n_btn:hover::after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}
.hamburger-menu{
	display: none;
		
}

/* ぱんくず */
#pan{
	width: 98%;
	max-width: 1199px;
	margin: 0 auto;
	padding: 20px 0;
	
}
/* 戻る */
img.top{
	width: 90px;
	height: auto;
	
}
/* フッター */

footer{
	background: url("/img/recare/bar_g.png") #fcf9f4;
	background-repeat: repeat-x;
	background-position: top center;
	background-size: auto 18px;
	width: 100%;
	margin: 0;
	padding: 0;
}
#footer_page{
	background: url("/img/recare/bar_g.png") #fcf9f4;
	background-repeat: repeat-x;
	background-position: top center;
	background-size: auto 18px;
	width: 100%;
	margin: 0;
	padding: 0;
}
#footer_box{
	width: 96.26%;
	max-width: 1315px;
	margin: 0 auto;
	padding: 45px 0 0 0;
}

#footer_box ul{
	margin:0;
	padding:0;
}
#footer_box ul:after {
	  content: "";
	  clear: both;
	  display: block;
	}
#footer_box ul li {
	display: block;
	float: left;
	list-style-type: none;
	text-align: left;
	box-sizing: border-box;
	padding:0;
	margin:0;
}
#footer_box ul li.about {
	width: 70.35%;
	
}
#footer_box ul li.about .sub{
	font-size: 1.5rem;
	line-height: 45px;
	font-weight: bold;
	color: #E1560E;
}
#footer_box ul li.about .footer_title{
	font-size: 1.875rem;
	line-height: 45px;
	font-weight: bold;
	color: #E1560E;
	padding-bottom: 10px;
}
#footer_box ul li.about .box{
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
	font-weight: bold;
	width: 98%;
	max-width: 870px;
	line-height: 45px;
	font-size: 1.25rem;
}

#footer_box ul li.about .box .sub_titel{
	background: #FFE8DC;
	border-radius: 5px;
	padding: 5px 10px;
	font-size: 1.063rem;
	line-height: 45px;
	font-weight: normal;
}
#footer_box ul li.about .box .hr_box{
	border-right: 2px dotted #E1560E;
	font-size: 1.25rem;
	line-height: 45px;
	font-weight: bold;
	padding: 0px 0 0 10px;
	box-sizing: border-box;
}
#footer_box ul li.about .box .hr_box_no{
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 45px;
	padding: 0px 0 0 10px;
	box-sizing: border-box;
}
#footer_box ul li.about .box .hr_box_time{
	border-right: 2px dotted #E1560E;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 45px;
	padding: 0px 10px 0 10px;
	box-sizing: border-box;
}

#footer_box ul li.about .box .tel{
	padding: 0px 0 0 0;
	font-size: 1.25rem;
}

#footer_box ul li.about .box .tel .waku{
	border: 1px solid #E1560E;
	border-radius: 20px;
	font-size: 1.063rem;
	padding: 3px 10px;
}
#footer_box ul li.photo {
	width: 29.65%;
	text-align: right;

}
#footer_box ul li.photo img.photo{
	width: 100%;
	height: auto;
}

#footer_box .copy{
	font-size: 0.875rem;
	font-weight: bold;
	padding:  20px 0 10px 0;
	text-align: right;
}
.footer_btn {
	display: block;
	width: 100%;
	height: 70px;
	margin: 20px auto 0 auto;
	text-align: center;
	line-height: 70px;
	background-color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	border: 2px solid #E1560E;
	border-radius: 10px;
}
a.footer_btn img{
	width: 18px;
	height: 18px;
	padding-right: 10px;
	line-height: 60px;
	vertical-align:middle;
	
}
a.footer_btn,
a:link.footer_btn{
}
.footer_btn:hover {
	background-color: #FFE8DC;
}
.footer_btn::before,
.footer_btn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.footer_btn,
.footer_btn::before,
.footer_btn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

/* コンテンツ */

#back{
	background: url("/img/recare/back.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	
}

#page_back{
	background: #fcf1e3;
	margin: 0;
	padding: 0;
}

#page_back_bottom{
	background: url("/img/recare/page_back.gif");
	padding: 20px 0 80px 0;
	margin: 0;
	
}
#main{
	width: 98%;
	max-width: 1199px;
	background: #fff;
	padding: 40px 50px;
	box-sizing: border-box;
	border-radius: 40px;
	margin: 0px auto 0 auto;
}

.print{
	width: 96.26%;
	max-width: 1136px;
	margin: 0 auto;
	text-align: right;
	padding: 0 20px 10px 0;
}
		
/* トップに戻る */

#page_top {
  position: fixed;
}
#page_top a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffa800;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
}
#page_top a:hover {
  background: #b77400;
}
#page_top.upmove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(150px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#page_top.downmove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(150px);
  }
}

@media (min-width: 1000px) {
  #page_top {
    right: 15px; 
    bottom: 0;
  }
  #page_top a {
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 999px) {
  #page_top {
    right: 0px;
    bottom: 0;
  }
  #page_top a {
    width: 60px;
    height: 60px;
    font-size: 0.6rem;
  }
}

/* =トップページ
-------------------------------------------------------------- */
/* スライダー部分 */


#top_img{
	width: 100%;
	max-width: 1366px;
	margin:0 auto;
	height: auto;
	max-height: 560px;
	padding: 0;
	position: relative;

}

#top_img .lefthana{
	position: absolute;
	width: 16.39%;
	max-width: 224px;
	height: 46.428%;
	max-height: 260px;
	left: 0;
	bottom: -37px;
	z-index: 999;

}
#top_img .lefthana img{
	
	width: 100%;
	height: auto;

}
#top_img .righthana{
	position: absolute;
	width: 15.51%;
	height: 46.428%;
	max-width: 212px;
	max-height: 260px;
	right: -1.61%;
	top: 5px;
	z-index: 999;

}
#top_img .righthana img{
	
	width: 100%;
	height: auto;

}
#top_img .slidetext{
	position: absolute;
	width: 37.5%;
	height: 110px;
	max-width: 512px;
	max-height: 125px;
	top: 20px;
	left: 1.3177%;
	z-index: 999;
}
#top_img .slidetext img{
	
	width: 100%;
	height: auto;

}
#top_img .slidetable{
	position: absolute;
	text-align: center;
	width: 250px;
	height: 30px;
	bottom: 20px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	z-index: 999;
	vertical-align: bottom;
}

#top_img .slidetable img{
	width: 30px;
	height: auto;
}
#top_img .slidetable img:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}
#top_img .swiper_pause img{
	padding-left: 20px;
}
.swiper_box{
	width: 95.6076%;
	max-width: 1306px;
	margin: 0 auto;
	border-radius: 40px;
	box-shadow: 10px 10px 0 0 rgba(81, 45, 9, .3);
}

.swiper{
		border-radius: 40px;
}
.swiper-slide img{
	border-radius: 40px;
}
/* ページネーションのサイズと色 */
.swiper-pagination-bullet {
    margin: 0 8px !important;
    border-radius: 0;
}

/* お知らせ */

#news{
	width: 96.26%;
	max-width: 1000px;
	margin: 0px auto 0 auto;
}
#news .box{
	width: 100%;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0px 0px 10px #ddd;
	padding: 25px;
	box-sizing: border-box;
	margin: 40px auto 0 auto;
	border: 3px solid #fee9dd;
}
#news .box .inner{
	width: 100%;
	overflow: auto;
	height: 160px;
	padding-right: 20px;
	box-sizing: border-box;

}
#news ul{
	width: 100%;
	margin: 0;
	border: 0px;
}
#news li{
	border-bottom: 2px dotted #e1560d;
}
#news .info_date{
	text-align: center;
	font-weight: 400;
	box-sizing: border-box;
	padding: 10px;
	vertical-align: top;
	background: #fff;
	font-weight: normal;
	color: #512d09;
	border: 0px;
	white-space: nowrap; 
	box-sizing: border-box;
	display: table-cell;
}

#news .info_title{
	width: auto;
	box-sizing: border-box;
	padding: 10px;
	border: 0px;
	display: table-cell;
}

#news h2.titel{
	font-size: 1.875rem;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 0;
}

#news h2.titel img{
	width: 30px;
	height: auto;
	margin: 0 auto;
	padding: 0 0 10px;
	display: block;
}
.news_all{
	width: 217px;
	margin-right: 0;
	margin-left: auto;
	display: block;
	box-sizing: border-box;
	padding: 15px 0 0 0;

}

.news_btn {
	position: relative;
	display: block;
	width: 100%;
	height: 50px;
	margin:0 auto;
	text-align: left;
	line-height: 50px;
	font-size:1.125rem;
	font-weight:bold;
	background: #fff;
	padding: 0 0 0 40px;
	box-sizing: border-box;
	border-radius: 30px;
	border: 2px solid #fee9dd;
	box-shadow: 0px 0px 10px #ddd;
	
}
a.news_btn,
a:link.news_btn{
	color:#512d09;
	text-decoration: underline;
}
.news_btn:hover {
	color:#512d09;
	background:#FFE8DC;
	text-decoration: underline;
}

.news_btn::after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #512d09;
  border-right: solid 2px #512d09;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -7px;
  transform: rotate(45deg);
}

/* 診療案内 */
#annai_box{
	width: 96.26%;
	max-width: 1315px;
	margin: 0 auto;
	padding:30px 0 0 0;
}
#annai_box .midashi{
	text-align: center;
	margin: 10px 0 40px 0;
}
#annai_box .midashi table {
	width: 100%;
}
#annai_box .midashi table,
#annai_box .midashi td{
	margin: 0;
	padding: 0;
	border: 0;
}
#annai_box .midashi td.bar{
	background: url("/img/recare/banr.png");
	background-position: bottom center;
	background-size: auto 16px;
	background-repeat: no-repeat;
}
#annai_box .midashi td.titel{
	width: 200px;
}
#annai_box .midashi img{
	width: 100%;
	height: auto;
}
#annai_box ul{
	margin:0;
	padding:0;
}
#annai_box ul:after {
	  content: "";
	  clear: both;
	  display: block;
	}
#annai_box ul li {

	display: block;
	float: left;
	list-style-type: none;
	text-align: left;
	box-sizing: border-box;
	padding:0;
	margin:0;
}
#annai_box ul li.table {
	width: 71.86%;
	font-size: 1.125rem;
}
#annai_box ul li.table .o_back{
	background: #FEF6F2;
	padding: 5px 10px;
}
#annai_box ul li.table img{
	width: 98%;
	max-width: 945px;
	height: auto;
	padding-bottom: 10px;
	display: block;
}
#annai_box ul li.annaimenu {
	width: 28.14%;
}

.btn {
	position: relative;
	display: block;
	width: 100%;
	max-width: 320px;
	height: 80px;
	margin:15px 0 0 auto;
	text-align: left;
	line-height: 80px;
	font-size:1.125rem;
	font-weight:bold;
	background: #fff;
	border-radius: 10px;
	border:1px solid #e1560e;
	box-shadow: 0px 5px #e1560e;
	padding: 0 0 0 25px;
	box-sizing: border-box;
	
}
a.btn,
a:link.btn{
	color:#512d09;
	text-decoration: underline;
}
.btn:hover {
	color:#512d09;
	background:#FFE8DC;
	text-decoration: underline;
}

.btn::before {
  content: '';
  width: 30px;
  height: 30px;
  background: #FFE8DC;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -15px;
}
.btn::after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #e1560e;
  border-right: solid 2px #e1560e;
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
  transform: rotate(45deg);
}



#annai_nav{
	width: 96.26%;
	max-width: 1315px;
	margin: 0 auto;
	padding: 45px 0 100px 0;
}

#annai_nav ul{
	margin:0;
	padding:0;
}
#annai_nav ul:after {
	  content: "";
	  clear: both;
	  display: block;
	}
#annai_nav ul li {
	position: relative;

	display: block;
	float: left;
	list-style-type: none;
	text-align: left;
	width: 20%;
	box-sizing: border-box;
	padding:0 15px;
	margin:0;
	justify-content: space-between;
}

#annai_nav ul li .link{
	position: absolute;
	height: 45px;
	width: 100%;
	max-width: 215px;
	bottom: -17px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
#annai_nav ul li img{
	width: 100%;
	height: auto;
	border-radius: 10px;
	box-shadow: 0px 0px 3px #ddd;
}

.a_btn {
	position: relative;
	display: block;
	width: 100%;
	height: 45px;
	margin:15px auto;
	text-align: left;
	line-height: 45px;
	font-size:1.25rem;
	font-weight:bold;
	background: #fff;
	box-shadow: 0px 3px 3px #ddd;
	padding: 0 0 0 20px;
	box-sizing: border-box;
	border-radius: 30px;
	
}
a.a_btn,
a:link.a_btn{
	color:#512d09;
	text-decoration: underline;
}
.a_btn:hover {
	color:#512d09;
	background:#FFE8DC;
	text-decoration: underline;
}

.a_btn::before {
  content: '';
  width: 35px;
  height: 35px;
  background: #FFE8DC;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -18px;
}
.a_btn::after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #e1560e;
  border-right: solid 2px #e1560e;
  position: absolute;
  top: 50%;
  right: 18px;
  margin-top: -7px;
  transform: rotate(45deg);
}


/* PICK UP */
#pickup_box{
	width: 96.26%;
	max-width: 1315px;
	margin: 40px auto 80px auto;
}
#pickup_box .box{
	margin:40px 0; 
	padding:0;
}

#pickup_box .box p{
	display: block;
	float: left;
	list-style-type: none;
	text-align: left;
	box-sizing: border-box;
	padding:0 20px;
	margin:0;
	width: 33%;
	justify-content: space-between;
}
#pickup_box .box img{
	width: 100%;
	height: auto;
	border-radius: 10px;
}
#pickup_box h2.titel{
	font-size: 1.875rem;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 0;
}
#pickup_box h2.titel img{
	width: 30px;
	height: auto;
	margin: 0 auto;
	padding: 0 0 10px;
	display: block;
}
.pickup_btn {
	position: relative;
	display: block;
	width: 100%;
	height: 56px;
	margin:15px auto;
	text-align: left;
	line-height: 56px;
	font-size:1.375rem;
	font-weight:bold;
	background: #f6efe7;
	padding: 0 0 0 20px;
	box-sizing: border-box;
	border-radius: 10px;
	border: 2px dotted #e1560e;
	
}
a.pickup_btn,
a:link.pickup_btn{
	color:#512d09;
	text-decoration: underline;
}
.pickup_btn:hover,
a:hover.pickup_btn{
	color:#e1560e;
	background:#f6efe7;
	text-decoration: underline;
}


.pickup_btn::after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #512D09;
  border-right: solid 2px #512D09;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -7px;
  transform: rotate(45deg);
}

a:hover.pickup_btn::after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #e1560e;
  border-right: solid 2px #e1560e;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -7px;
  transform: rotate(45deg);
}


/* リンク */
#lnk_banner{
	width: 96.26%;
	max-width: 1315px;
	margin: 40px auto 70px auto;
}
#lnk_banner ul{
	margin:40px 0 0 0; 
	padding:0;
}
#lnk_banner ul:after {
	  content: "";
	  clear: both;
	  display: block;
	}
#lnk_banner ul li {
	display: block;
	float: left;
	list-style-type: none;
	text-align: center;
	box-sizing: border-box;
	padding:0;
	margin:1%;
	width: 23%;
	justify-content: space-between;
	border: 1px solid #555;
}
#lnk_banner ul li img{
	width: 100%;
	height: auto;
}
#lnk_banner h2{
	font-size: 1.875rem;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 0;
}
#lnk_banner h2 img{
	width: auto;
	height: 32px;
	
}
#lnk_banner h2 img.left{
	padding-right: 15px;
	
}
#lnk_banner h2 img.right{
	padding-left: 15px;
	
}
#acc_box{
	width: 100%;
	border-top:4px solid #b6b6b8;
	margin: 0;
}
#acc_box iframe {
  vertical-align: bottom;
}
/* =ページ
-------------------------------------------------------------- */

/* ページheader*/

#headerpageback{
	width: 100%;
	background: url("/img/recare/page_header_back.png");
	background-position: bottom center;
	background-repeat: no-repeat;

}

.headerbar{
	background: url("/img/recare/banr.png");
	background-size: auto 12px;
	background-repeat: repeat-x;
	width: 100%;
	height: 12px;
}


/* h1タイトル */



/* 大分類 */

.b_menu{
	width: 100%;
	padding-bottom: 100px;
}
.b_menu a{
	position: relative;
	display: block;
	width: 100%;
	text-align: left;
	text-decoration: none;
	outline: none;
	vertical-align:middle;
	font-size: 1.625rem;
	font-weight: bold;
	margin:  0 0 20px 0;
	padding:35px 50px 35px 35px;
	background: #f6efe7;
	border:1px solid #512d09;
	box-sizing: border-box;
	box-shadow: 0px 5px #512d09;
	border-radius: 10px;
	text-decoration: underline;


}
#main .b_menu a:link,
#main .b_menu a:visited {
	color: #512d09;
	text-decoration: underline;
}
#main .b_menu a:hover {
	color: #e1560e;
	text-decoration: underline;
	background:#FFE8DC;
	border-radius: 10px;
}
#main .b_menu a:active {
	color: #512d09;
}


.b_menu a,
.b_menu a::before,
.b_menu a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.b_menu a::after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #e1560e;
  border-right: solid 2px #e1560e;
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
  transform: rotate(45deg);
}


/* 中分類 */

.t_menu{
	width: 100%;
}
.t_menu a{
	position: relative;
	display: block;
	width: 100%;
	text-align: left;
	text-decoration: none;
	outline: none;
	vertical-align:middle;
	font-size: 1.625rem;
	font-weight: bold;
	line-height: 40px;
	margin:  0 0 20px 0;
	padding:25px 25px 25px 60px;
	background: #fff;
	box-sizing: border-box;
	text-decoration: underline;
	border-bottom:2px dotted #512d09;
	background: url("/img/recare/page-two-hutaba.png");
	background-repeat: no-repeat;
	background-position: center left;
}
.t_menu a .day{
	font-size: 1.125rem;
	line-height: 40px;
	font-weight: normal;
	text-decoration:none;
}
#main .t_menu a:link,
#main .t_menu a:visited {
	color: #512d09;
	text-decoration: underline;
}
#main .t_menu a:hover {
	background:url("/img/recare/page-two-hutaba.png") #f6efe7;
	background-repeat: no-repeat;
	background-position: center left;
	color: #512D09;
}
#main .t_menu a:active {
	color: #512d09;
}


.t_menu a,
.t_menu a::before,
.t_menu a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.t_menu a::after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #512D09;
  border-right: solid 2px #512D09;
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
  transform: rotate(45deg);
}

@media (max-width: 1080px) and (min-width: 821px) {
.kg1080out {
	display: none;
}
.kg1080in{
	display: block;
	}

	
#headerbox ul li.logo {
	width: 40%;
}
#headerbox ul li.logo img{
	max-width: 300px;
}
#headerbox ul li.text {
	width: 60%;
}


/* フッター */
footer{
	background: url("/img/recare/bar_g.png") #fcf9f4;
	background-repeat: repeat-x;
	background-position: top center;
	background-size: auto 10px;
	width: 100%;
	margin: 0;
	padding: 0;
}
#footer_box ul li {
	float: none;
}
#footer_box ul li.about{
	width: 100%;
}
#footer_box ul li.about .sub{
	line-height: 30px;
	font-size: 1.25rem;
	padding-bottom: 10px;
}
#footer_box ul li.about .footer_title{
	line-height: 35px;
}
#footer_box ul li.about .box{
	width: 100%;
	max-width: initial;
	margin-bottom: 30px;
	line-height: 35px;
}
#footer_box ul li.about .box div{
	margin-bottom: 20px;
}
#footer_box ul li.about .box .sub_titel{
	line-height: 35px;

}

#footer_box ul li.about .box .tel{
	line-height: 35px;
	margin: 20px 0;
}
#footer_box ul li.about .box .tel .waku{
	border: 1px solid #E1560E;
	border-radius: 20px;
	padding: 3px 10px;
}
	

#footer_box ul li.about {
	width: 100%;
}
#footer_box ul li.photo {
	width: 100%;

}

#footer_box .copy{
	font-size: 0.625rem;
	font-weight: bold;
	padding:  20px 0 10px 0;
	text-align: center;
}

.footer_btn {
	display: block;
	height: 60px;
	margin: 0px auto 20px auto;
	line-height: 60px;
}

	
/* 診療案内 */
#annai_box ul li {
	float: none;
}
#annai_box ul li.table {
	width: 100%;
}
#annai_box ul li.table .o_back{
	background: #FEF6F2;
	padding: 5px 10px;
}
#annai_box ul li.table img{
	width: 100%;
	max-width: initial;
	height: auto;
	padding-bottom: 10px;
}
#annai_box ul li.annaimenu {
	width: 100%;
}
.btn {

	max-width: 100%;
}

.a_btn {
	position: relative;
	display: block;
	width: 100%;
	height: 45px;
	margin:15px auto;
	text-align: left;
	line-height: 45px;
	font-size:1.125rem;
	font-weight:bold;
	background: #fff;
	box-shadow: 0px 3px 3px #ddd;
	padding: 0 0 0 20px;
	box-sizing: border-box;
	border-radius: 30px;
	
}
#annai_nav ul li {

	width: 33%;
	padding:0 15px;
	margin: 30px 0;
}
	
/* =ページ
-------------------------------------------------------------- */

#main{
	width: 95%;
	padding: 20px;
	border-radius: 20px;
}
/* ぱんくず */
#pan{
	width: 95%;
	max-width: 1136px;
	margin: 0 auto;
	font-size: 1rem;
}
.print{
	width: 95%;
	font-size: 1rem;
}

/* =Headings
-------------------------------------------------------------- */

h1{
	font-size: 1.625rem;
	font-weight: bold;
	background: url("/img/recare/h1back.png") #FFE8DC;
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: auto 100%;
	border: 2px solid #E1560E;
	border-radius: 15px;
	padding: 20px;
	color: #512d09;
	width: 96.26%;
	max-width: 1150px;
	margin: 0 auto;
	box-sizing: border-box;
}

#main h2 {
	font-size: 1.5rem;
	line-height: 30px;
	font-weight: bold;
	width: 100%;
	border-top:5px solid #1a7022;
	border-bottom:5px solid #1a7022;
	padding: 20px 20px 20px 55px;
	box-sizing: border-box;
	text-align: left;
	position: relative;
	
}
#main h2::before {
	content: url("/img/recare/two-hutaba.png");
	display: inline-block;
	vertical-align: middle;
	transform: scale(0.3);
	position: absolute;
	top: -15px;
	left: -40px;
}

#main h3 {
	width: 100%;
	border-radius: 10px;
	border: 1px solid #E1560E;
	font-size: 1.375rem;
	font-weight: bold;
	padding: 15px;
	line-height: 30px;
	box-sizing: border-box;
	background-size: auto auto;
	background-color: rgba(254, 246, 242, 1);
	background-image: repeating-linear-gradient(120deg, transparent, transparent 8px, rgba(255, 232, 220, 1) 8px, rgba(255, 232, 220, 1) 9px );
	
}
#main h4 {
	font-size: 1.25rem;
	font-weight: bold;
	width: 100%;
	border-radius: 20px;
	background: #d4eed5;
	padding: 15px 20px 15px 55px;
	box-sizing: border-box;
	text-align: left;
	position: relative;
	
}
#main h4::before {
	content: url("/img/recare/ha.png");
	display: inline-block;
	vertical-align: middle;
	transform: scale(0.3);
	position: absolute;
	top: 3px;
	left: 0;
}

#main h5 {
	background: #fef6f3;
	border-bottom: 2px solid #E1560E;
	width: 100%;
	position: relative;
	padding: 15px 15px 15px 40px;
	font-size: 1.125rem;
	font-weight: bold;
	box-sizing: border-box;
}
#main h5::before {
	content: "●";
	transform: scale(0.7);
	vertical-align: middle;
	color: #E1560E;
	position: absolute;
	top: 15px;
	left: 15px;
}
#main h6 {
	font-size: 1.125rem;
	font-weight: bold;
}	

}

@media (max-width: 820px) {

.pc{
	display: none;
}
.sp{
	display: block;
}

.kg {
	display: block;

}
	
/* ヘッダー */
#back{
	background: url("/img/recare/back.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: auto 1000px;
	
}
header{
	width: 98%;
	margin: 0 auto;
}
#headerbox ul {
	display:table;
	width: 100%;
}
#headerbox ul li {
	display:table-cell;
	float: initial;
	list-style-type: none;
	box-sizing: border-box;
	padding:0;
	margin:0;
}
#headerbox ul li.logo {
	width: 58%;
	text-align: left;
	padding: 10px 0 10px 0px;
}
#headerbox ul li.logo img{
	width: 90%;
	max-width: 250px;
	height: auto;
}
#headerbox ul li.text {
	text-align: right;
	width: 42%;
	vertical-align: bottom;
}

#headerbox ul li.text .tel{
	text-align: right;
	font-size: 1.125rem;
	font-weight: bold;
	width: 100%;
	height: 100%;
}
#headerbox ul li.text .tel span{
	font-size: 1rem;
	height: 100%;
}

#headerbox ul li.text table{
	display: none;
}

/* メニュー */

nav{
	display: none;
}
.hamburger-menu{
	display: block;
		
}
.menu-btn {
    position: fixed;
    top: 0px;
    right: 0px;
    display: flex;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
    z-index: 99999;
	background: #fff;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    background-color: #512D09;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check {
    display: none;
}
#menu-btn-check:checked ~ .menu-content {
    left: 0;
}
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 9999;
    background-color: #fff;
    transition: all 0.5s;
	
}

.menu-content .menu {
	width: 100%;
	margin: 0 auto;
	padding-top: 50px;
}
.menu-content .menu ul {
	margin: 0;
    padding:0;
}
.menu-content .menu ul li {
    list-style: none;
	
}
.menu-content .menu ul li a {
    display: block;
    width: 100%;
    font-size: 1.125rem;
    box-sizing: border-box;
    color:#512D09;
    text-decoration: none;
    position: relative;
	padding: 10px 20px;
    box-sizing: border-box;
}

.menu-content .menu ul li a:hover{
	background: #FFE8DC;
}
.menu-content .menu ul li a span.bl__text {
    display: block;
    position: relative;
    color: #512D09;
    box-sizing: border-box;
    padding-left: 30px;
}
.menu-content .menu ul li a span.bl__text:before {
    content: '';
    width: 20px;
    height: 20px;
    background: #F29600;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.menu-content .menu ul li a span.bl__text:after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    box-sizing: border-box;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 5px;
    bottom: 0;
    margin: auto;
    transition: 0.3s;
}
td.textbox table{
	background: #fff;
	border-radius: 5px;
	font-weight: bold;
	vertical-align: middle;
	text-align: left;
	width: 100%;
	margin: 0 auto 0 0;
}
td.textbox td.size{
	background: #fff;
	font-size: 0.875rem;
	font-weight: bold;
	vertical-align: middle;
	text-align: left;
	height: 35px;
	padding: 0 5px;
}
td.textbox td.size img{
	width: 18px;
	height: auto;
	padding-right: 5px;
	vertical-align:middle;

}
td.textbox td.b01,
td.textbox td.b02{
	vertical-align: middle;
	width: 55px;
	height: 35px;
}
td.accbox{
	vertical-align: middle;
}


.t_btn01 {
	display: inline-block;
	height: 35px;
	margin: 0 auto 0 auto;
	text-align: center;
	line-height: 35px;
	background-color: #124717;
	font-size: 0.875rem;
	border: 2px solid #124717;
	border-radius: 5px;
	padding: 0 10px;
}

a.t_btn01,
a:link.t_btn01{
	color: #fff;
	text-decoration: none;
}
a:hover.t_btn01,
.t_btn01:hover {
	background-color: #fff;
	color: #124717;
	text-decoration: none;
}
.t_btn02 {
	display: inline-block;
	height: 35px;
	margin: 0 auto 0 auto;
	text-align: center;
	line-height: 35px;
	background-color: #f19600;
	font-size: 0.875rem;
	border: 2px solid #f19600;
	border-radius: 5px;
	padding: 0 10px;
}

a.t_btn02,
a:link.t_btn02{
	text-decoration: none;
}
a:hover.t_btn02,
.t_btn02:hover {
	background-color: #fff;
	text-decoration: none;
}

.acc_btn {
	display: block;
	width: 100%;
	height: 35px;
	margin: 0;
	text-align: center;
	line-height: 35px;
	background-color: #fff;
	font-size: 0.875rem;
	font-weight: normal;
	border: 1px solid #E1560E;
	border-radius: 5px;
	padding: 0 10px;
	box-sizing: border-box;
}
a.acc_btn img{
	width: 18px;
	height: 18px;
	padding-right: 10px;
	line-height: 35px;
	vertical-align:middle;
	
}
a.acc_btn,
a:link.acc_btn{
}
.acc_btn:hover {
	background-color: #FFE8DC;
}



/* フッター */
footer{
	background: url("/img/recare/bar_g.png") #fcf9f4;
	background-repeat: repeat-x;
	background-position: top center;
	background-size: auto 10px;
	width: 100%;
	margin: 0;
	padding: 0;
}
#footer_box ul li {
	float: none;
}
#footer_box ul li.about .sub{
	line-height: 30px;
	font-size: 1.25rem;
	padding-bottom: 10px;
}
#footer_box ul li.about .footer_title{
	line-height: 35px;
}
#footer_box ul li.about .box{
	margin-bottom: 30px;
	line-height: 35px;
}
#footer_box ul li.about .box div{
	margin-bottom: 20px;
}
#footer_box ul li.about .box .sub_titel{
	line-height: 35px;

}
#footer_box ul li.about .box .hr_box{
	display: block;
	border-right: 0px;
	line-height: 35px;
}
#footer_box ul li.about .box .hr_box_no{
	display: block;
	line-height: 35px;
}
#footer_box ul li.about .box .hr_box_time{
	display: block;
	border-right: 0px;
	line-height: 35px;
}
#footer_box ul li.about .box .tel{
	line-height: 35px;
	margin: 20px 0;
}
#footer_box ul li.about .box .tel .waku{
	border: 1px solid #E1560E;
	border-radius: 20px;
	padding: 3px 10px;
}
	

#footer_box ul li.about {
	width: 100%;
}
#footer_box ul li.photo {
	width: 100%;

}

#footer_box .copy{
	font-size: 0.625rem;
	font-weight: bold;
	padding:  20px 0 10px 0;
	text-align: center;
}

.footer_btn {
	display: block;
	height: 60px;
	margin: 0px auto 20px auto;
	line-height: 60px;
}

/* 戻る */
img.top{
	width: 60px;
	height: auto;
	
}
/* =トップページ
-------------------------------------------------------------- */
/* スライダー部分 */


#top_img{
	width: 100%;
	max-width: 1366px;
	margin:0 auto;
	height: auto;
	max-height: 560px;
	padding: 0;
	position: relative;

}

#top_img .lefthana{
	position: absolute;
	width: 16.39%;
	max-width: 224px;
	height: 46.428%;
	max-height: 260px;
	left: 0;
	bottom: -20px;
	z-index: 999;

}
#top_img .lefthana img{
	
	width: 100%;
	height: auto;

}
#top_img .righthana{
	position: absolute;
	width: 15.6%;
	height: 46.98%;
	max-width: 188px;
	max-height: 230px;
	right: -1.61%;
	top: 0;
	z-index: 999;

}
#top_img .righthana img{
	
	width: 100%;
	height: auto;

}
#top_img .slidetext{
	position: absolute;
	width: 55%;
	height: auto;
	max-width: initial;
	max-height: initial;
	top: 20px;
	left: 1.3177%;
	z-index: 999;
}
#top_img .slidetext img{
	
	width: 100%;
	height: auto;

}
#top_img .slidetable{
	position: absolute;
	text-align: center;
	width: 250px;
	height: 30px;
	bottom: 5px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	z-index: 999;
	vertical-align: bottom;
}

#top_img .slidetable img{
	width: 20px;
	height: auto;
	padding-bottom: 5px;
}
#top_img .slidetable img:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}
#top_img .swiper_pause img{
	padding-left: 20px;
}

.swiper_box{
	width: 95.833%;
	height: 100%;
	max-height: 520px;
	margin: 0 auto;
	border-radius: 20px;
	box-shadow: 5px 5px 0 0 rgba(81, 45, 9, .3);

}

.swiper{
	border-radius: 20px;
}
.swiper-slide img{
	border-radius:20px;
}
/* ページネーションのサイズと色 */
.swiper-pagination-bullet {
    margin: 0 8px !important;
    border-radius: 0;
}


/* 診療案内 */

#annai_box .midashi{
	text-align: center;
	margin: 10px 0 40px 0;
}

#annai_box .midashi td.bar{
	background-size: auto 10px;
}
#annai_box .midashi td.titel{
	width: 180px;
}
#annai_box .midashi img{
	width: 100%;
	height: auto;
}

#annai_box ul li {
	float: none;
}
#annai_box ul li.table {
	width: 100%;
}
#annai_box ul li.table .o_back{
	background: #FEF6F2;
	padding: 5px 10px;
}
#annai_box ul li.table img{
	width: 100%;
	max-width: initial;
	height: auto;
	padding-bottom: 10px;
}
#annai_box ul li.annaimenu {
	width: 100%;
}
.btn {

	max-width: 100%;
}
	
#annai_nav{
	width: 98%;
	padding: 45px 0 0px 0;
}
#annai_nav ul{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
#annai_nav ul li {
	float: none;
	width: 48%;
	padding:0 15px;
	margin:30px 1%;
}

.a_btn {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size:1.125rem;
}
.a_btn::before {
  width: 25px;
  height: 25px;
  top: 50%;
  right: 5px;
  margin-top: -12px;
}
.a_btn::after {
  width: 8px;
  height: 8px;
  right: 13px;
  margin-top: -5px;
}

/* お知らせ */

#news{
	width: 96.26%;
	max-width: initial;
	margin: 50px auto 0 auto;
}
#news .box{
	width: 100%;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 10px #ddd;
	padding: 15px;
	box-sizing: border-box;
	margin: 40px auto 0 auto;
	border: 3px solid #fee9dd;
}
#news .box .inner{
	width: 100%;
	overflow: auto;
	height: 250px;
	padding-right: 20px;
	box-sizing: border-box;

}
#news ul{
	width: 100%;
	margin: 0;
	border: 0px;
}
#news li{
	border-bottom: 2px dotted #e1560d;
}
#news .info_date{
	padding: 10px 10px 0 10px;
	display: block;
	width: 100%;
	text-align: left;
}

#news .info_title{
	box-sizing: border-box;
	padding: 0 10px 10px 10px;
	display: block;
	width: 100%;
}


.news_btn {
	width: 100%;
	height: 45px;
	line-height: 45px;
	font-size:1.125rem;
}
.news_btn::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #512d09;
  border-right: solid 2px #512d09;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;
  transform: rotate(45deg);
}
	
/* PICK UP */
#pickup_box{
	width: 75%;
	max-width: 340px;
	margin: 70px auto 40px auto;
}

#pickup_box .box p{
	display: block;
	float: none;
	list-style-type: none;
	text-align: left;
	box-sizing: border-box;
	padding:0 20px;
	margin:0;
	width: 100%;
	justify-content: space-between;
}
#pickup_box .box p img{
	width: 100%;
	height: auto;
	border-radius: 10px;
}

.pickup_btn {

	height: 50px;
	margin:15px auto 40px auto;
	line-height: 50px;
	background: #f6efe7;
	padding: 0 0 0 20px;
	
}
/* リンク */
#lnk_banner{
	width: 96.26%;
	margin: 0px auto 70px auto;
	padding-top: 40px;
}

#lnk_banner ul li {
	display: block;
	float: none;
	list-style-type: none;
	text-align: center;
	box-sizing: border-box;
	padding:0;
	margin:2% auto;
	width: 100%;
	max-width: 250px;
	justify-content: space-between;
	border: 1px solid #555;
}
#lnk_banner ul li img{
	width: 100%;
	max-width: 250px;
	height: auto;
}

#acc_box{
	width: 100%;
	border-top:4px solid #b6b6b8;
	margin: 0;
}
#acc_box iframe {
  vertical-align: bottom;
}


	
/* =ページ
-------------------------------------------------------------- */

#main{
	width: 95%;
	padding: 20px;
	border-radius: 20px;
}
/* ぱんくず */
#pan{
	width: 95%;
	max-width: 1136px;
	margin: 0 auto;
	font-size: 0.875rem;
}
.print{
	width: 95%;
	font-size: 0.875rem;
	padding: 0;
}

/* =Headings
-------------------------------------------------------------- */

h1{
	font-size: 1.625rem;
	font-weight: bold;
	background: url("/img/recare/h1back.png") #FFE8DC;
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: auto 100%;
	border: 2px solid #E1560E;
	border-radius: 15px;
	padding: 20px;
	color: #512d09;
	width: 96.26%;
	max-width: 1150px;
	margin: 0 auto;
	box-sizing: border-box;
}

#main h2 {
	font-size: 1.5rem;
	line-height: 30px;
	font-weight: bold;
	width: 100%;
	border-top:5px solid #1a7022;
	border-bottom:5px solid #1a7022;
	padding: 20px 20px 20px 55px;
	box-sizing: border-box;
	text-align: left;
	position: relative;
	
}
#main h2::before {
	content: url("/img/recare/two-hutaba.png");
	display: inline-block;
	vertical-align: middle;
	transform: scale(0.3);
	position: absolute;
	top: -15px;
	left: -40px;
}

#main h3 {
	width: 100%;
	border-radius: 10px;
	border: 1px solid #E1560E;
	font-size: 1.375rem;
	font-weight: bold;
	padding: 15px;
	line-height: 30px;
	box-sizing: border-box;
	background-size: auto auto;
	background-color: rgba(254, 246, 242, 1);
	background-image: repeating-linear-gradient(120deg, transparent, transparent 8px, rgba(255, 232, 220, 1) 8px, rgba(255, 232, 220, 1) 9px );
	
}
#main h4 {
	font-size: 1.25rem;
	font-weight: bold;
	width: 100%;
	border-radius: 20px;
	background: #d4eed5;
	padding: 15px 20px 15px 55px;
	box-sizing: border-box;
	text-align: left;
	position: relative;
	
}
#main h4::before {
	content: url("/img/recare/ha.png");
	display: inline-block;
	vertical-align: middle;
	transform: scale(0.3);
	position: absolute;
	top: 3px;
	left: 0;
}

#main h5 {
	background: #fef6f3;
	border-bottom: 2px solid #E1560E;
	width: 100%;
	position: relative;
	padding: 15px 15px 15px 40px;
	font-size: 1.125rem;
	font-weight: bold;
	box-sizing: border-box;
}
#main h5::before {
	content: "●";
	transform: scale(0.7);
	vertical-align: middle;
	color: #E1560E;
	position: absolute;
	top: 15px;
	left: 15px;
}
#main h6 {
	font-size: 1.125rem;
	font-weight: bold;
}
/* 大分類 */

.b_menu{
	width: 100%;
	padding-bottom: 50px;
}
.b_menu a{
	position: relative;
	display: block;
	width: 100%;
	text-align: left;
	text-decoration: none;
	outline: none;
	vertical-align:middle;
	font-size: 1.375rem;
	font-weight: 700;
	margin:  0 0 20px 0;
	padding:15px 30px 15px 15px;
	background: #f6efe7;
	border:1px solid #512d09;
	box-sizing: border-box;
	box-shadow: 0px 5px #512d09;
	border-radius: 10px;
	text-decoration: underline;
}
#main .b_menu a:link,
#main .b_menu a:visited {
	color: #512d09;
	text-decoration: underline;
}
#main .b_menu a:hover {
	color: #e1560e;
	text-decoration: underline;
	background:#FFE8DC;
	border-radius: 10px;
}
#main .b_menu a:active {
	color: #512d09;
}


.b_menu a,
.b_menu a::before,
.b_menu a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.b_menu a::after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #e1560e;
  border-right: solid 2px #e1560e;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -6px;
  transform: rotate(45deg);
}

/* 中分類 */

.t_menu{
	width: 100%;
}
.t_menu a{
	position: relative;
	display: block;
	width: 100%;
	text-align: left;
	text-decoration: none;
	outline: none;
	vertical-align:middle;
	font-size: 1.25rem;
	line-height: 30px;
	font-weight: bold;
	margin:  0 0 20px 0;
	padding:20px 20px 20px 60px;
	background: #fff;
	box-sizing: border-box;
	text-decoration: underline;
	border-bottom:2px dotted #512d09;
	background: url("/img/recare/page-two-hutaba.png");
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 45px auto;
}
.t_menu a .day{
	font-size: 0.875rem;
	font-weight: normal;
	text-decoration:none;
}
#main .t_menu a:link,
#main .t_menu a:visited {
	color: #512d09;
	text-decoration: underline;
}
#main .t_menu a:hover {
	background:url("/img/recare/page-two-hutaba.png") #f6efe7;
	background-repeat: no-repeat;
	background-position: center left;
	color: #512D09;
	background-size: 45px auto;
}
#main .t_menu a:active {
	color: #512d09;
}


.t_menu a,
.t_menu a::before,
.t_menu a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.t_menu a::after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #512D09;
  border-right: solid 2px #512D09;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -6px;
  transform: rotate(45deg);
}

}



/* 20231221追加 */

.hide{
    display:none;
}


.swiper-slide p{
    padding: 0;
    margin: 0;
}

.swiper-slide img{
    height:auto;
    width:100%;
}

.free_box2 p{
    padding: 0;
    margin: 0;
}


.g-menu-wrap {
    background: #F6EFE9;
    border-bottom: 10px solid #FFF;
    padding: 20px;
}

.g-menu {
    width: 100%;
    max-width: 1268px;
    margin: 0 auto;
}

.g-menu ul {
    margin: 0;
    display: flex;
}

.g-menu li {
    list-style-type: none;
    width: 20%;
    box-sizing: border-box;
    border: 2px solid #44301B;
    text-align: center;
    border-radius: 10px;
    margin-right: 3%;
    background-color: #FFF;
    transition: all .3s;
}

.g-menu li:last-child {
    margin: 0;
}

.g-menu li:hover {
    background-color: #FFE8DC;
    transition: all .3s;
}

.g-menu a {
    display: block;
    padding: 10px;
    text-decoration: none;
}

.g-menu a:hover {
    color: #512d09;
}

#main .veterinaryList ul li:before{
    display:none;
}

span.newsDate.day {
    font-size: 18px;
    line-height: 40px;
    font-weight: normal;
    text-decoration: none;
}

#page_top{
    display: none;
}

#page_top.upmove,
#page_top.downmove{
    display: block;
}


#main h2,
#main h3,
#main h4,
#main h5,
#main h6{
  margin: 1rem 0 2rem;
}

#main p{
  margin: 1rem 0 2rem;
}



#footer_box ul li.about .box .tel .kg{
  font-size: 1.25rem;
}


#headerbox ul li.text table,
#headerbox ul li.text td.textbox table{
    max-width: max-content;
}

#headerbox ul li.text td.textbox td.b01,
#headerbox ul li.text td.textbox td.b02{
    width: max-content;
    padding: 0 5px;
}



@media (max-width: 910px) {

  .g-menu-wrap{
    padding:20px 0;
  }

  .g-menu li{
    margin-right: 1%;
  }

}

@media (max-width: 820px) {

  #print_mode_link{
    display:none;
  }

  #main img,
  #main iframe{
    width: 100%;
  }

  td.textbox td.b01,
  td.textbox td.b02{
      width: max-content;
      padding: 0 5px;
  }

}

/* 20240117追加 */

.table_under{
  display: flex;
}

.o_back{
    display: flex;
    align-items: center;
    width: fit-content;
}

.o_back2{
    margin-left: 5px;
    display: block;
}

@media (max-width: 820px) {

  .table_under{
    display: block;
  }

}


/* 20240124追加 */

#pickup_box .detail_free a {
	position: relative;
	display: block;
	width: 100%;
	height: 56px;
	margin:15px auto;
	text-align: left;
	line-height: 56px;
	font-size:1.375rem;
	font-weight:bold;
	background: #f6efe7;
	padding: 0 0 0 20px;
	box-sizing: border-box;
	border-radius: 10px;
	border: 2px dotted #e1560e;
	
}
a#pickup_box .detail_free a,
a:link#pickup_box .detail_free a{
	color:#512d09;
	text-decoration: underline;
}
#pickup_box .detail_free a:hover,
a:hover#pickup_box .detail_free a{
	color:#e1560e;
	background:#f6efe7;
	text-decoration: underline;
}


#pickup_box .detail_free a::after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #512D09;
  border-right: solid 2px #512D09;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -7px;
  transform: rotate(45deg);
}

a:hover#pickup_box .detail_free a::after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #e1560e;
  border-right: solid 2px #e1560e;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -7px;
  transform: rotate(45deg);
}


@media (max-width: 820px) {

#pickup_box .detail_free a {

	height: 50px;
	margin:15px auto 40px auto;
	line-height: 50px;
	background: #f6efe7;
	padding: 0 0 0 20px;
	
}

}