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

/* 要素リセット */

* {
   margin: 0;
   padding: 0;
}

p,address {
   font-size: 100%;
   font-weight: normal;
   font-style: normal;
}

img {
   border: none;
}

/* 全ページ共通 */

body {
   margin: 0px;
   padding: 0px;
   text-align: left;
   font-size: 100%;
   color: #333;
   line-height: 1.5em;
   -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
   font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
   text-align: justify;
   text-justify: inter-ideograph;
   -webkit-text-size-adjust: 100%;
}

#wrapper {
	width: 100%;
	margin: auto;
}

#header_area {
	width: 98%;
	margin: auto;
}

#header {
	width: 100%;
	overflow: hidden;
	padding: 10px 0px;
}

.header_logo {
	float: left;
}

#header_telarea {
	float: right;
	margin-right: 20px;
	text-align: center;
	color: #966731;
	padding-top: 3px;
}

.tell_text {
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	font-weight: bold;
	padding: 0px 0px 4px 0px;
}

.header_tell {
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 27px;
	margin-bottom: 4px;
}

.header_tell a {
	color: #966731;
	text-decoration: none;
}

.header_tell a:hover {
	color: #966731;
	text-decoration: none;
}

.header_tell_comment {
	font-size: 12px;
	line-height: 1.1em;
}

#container {
	width: 100%;
}

.contents {
	width: 100%;
	padding: 70px 0px;
}

/* ヘッダーナビゲーション */

#navi_area {
	padding: 30px 0px 50px 0px;
   overflow: hidden;
   text-align: center;
}

ul.menu {
list-style-type: none;
display: block;
}

.navi_text {
	font-weight: bold;
}

ul.menu li {
	display: inline-block;
	vertical-align: top;
}

ul.menu li a {
	color: #ae8249;
	text-decoration: none;
}

ul.menu li a:hover {
	color: #666;
	text-decoration: none;
}

.menu_mark02 {
	display: none;
}

/*.menu {
   width: 180px;
   text-align: center;
border:1px solid #616261;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
font-size:12px;
font-family:arial, helvetica, sans-serif;
padding: 10px 10px 10px 10px;
text-decoration:none;
display:inline-block;
text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
font-weight:bold;
color: #FFFFFF;
background-color: #7d7e7d; background-image: -webkit-gradient(linear, left top, left bottom, from(#7d7e7d), to(#0e0e0e));
background-image: -webkit-linear-gradient(top, #7d7e7d, #0e0e0e);
background-image: -moz-linear-gradient(top, #7d7e7d, #0e0e0e);
background-image: -ms-linear-gradient(top, #7d7e7d, #0e0e0e);
background-image: -o-linear-gradient(top, #7d7e7d, #0e0e0e);
background-image: linear-gradient(to bottom, #7d7e7d, #0e0e0e);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#7d7e7d, endColorstr=#0e0e0e);
}
*/

.menu li {
   font-size:15px;
   font-weight: bold;
   border-left: 2px solid #ae8249;
   color: #48842b;
   padding: 0px 40px 0px 45px;
}

.border_r {
	border-right: 2px solid #ae8249;
}

.slicknav_menu { display:none; }

/*  ページトップへ */
#pagetop {
	position: fixed;
	bottom: -85px;
	right: 12px;
}

#pagetop:hover {
	opacity: 0.6;
}

#pagetop a {
	display: block;
	width: 50px;
	height: 85px;
	border-radius: 5px 5px 0 0;
	webkit-border-radius: 8px 8px 0 0;
	moz-border-radius: 8px 8px 0 0;
	ms-border-radius: 8px 8px 0 0;
}

#gotoInsta {
	position: fixed;
	bottom: -85px;
	left: 12px;
}



/* フッター */

#footer {
	width: 100%;
	text-align: center;
	border-top: 10px solid #ae8249;
	padding-top: 10px;
}

#footer_menuarea {
	text-align: center;
	padding-bottom: 10px;
}

.footer_menu li {
	font-weight: bold;
	display: inline-block;
	padding: 0px 20px;
}

.footer_menu li a {
	color: #ae8249;
	text-decoration: none;
}

.footer_menu li a:hover {
	color: #ae8249;
	text-decoration: none;
}

#footer_logo {
	margin-bottom: 15px;
}

address {
	font-weight: bold;
	margin-bottom: 2px;
}

.footer_tel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	margin-bottom: 10px;
}

.footer_tel img {
	margin-right: 10px;
}

.footer_tel a {
	color: #333;
	text-decoration: none;
}

.footer_tel a:hover {
	color: #666;
	text-decoration: none;
}

.copyright {
	background-color: #ae8249;
	color: #fff;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 0px;
}

/* 装飾関係 */

.m_b10 {
   margin-bottom: 10px;
}

.m_b30 {
   margin-bottom: 30px;
}

.m_b50 {
   margin-bottom: 50px;
}

.m_auto {
   margin-left: auto;
   margin-right: auto;
}

.f_left {
   float: left;
}

.f_right {
   float: right;
}

.t_left, .alignleft {
   text-align: left;
}

.t_center, .aligncenter {
   text-align: center;
}

.t_right, .alignright {
   text-align: right;
}

.red {
   color: red;
}

.blue {
   color: blue;
}

.bold {
   font-weight: bold;
}

.over_hidden {
   overflow: hidden;
}

.font17px {
   font-size: 17px;
}
.font-small .fc-content {
	font-size: 0.85em !important;
}

.free_img {
	width: 100%;
	height: auto;
}

.position_r {
	position: relative;
}

/* タグ内１行目のみ字下げ */
.jisage {
   text-indent:1em;
}

/* タグ内１行目以外字下げ */
.jisage2 {
   padding-left: 1em;
   text-indent: -1em;
}

.free_img {
   width:100%;
   height: auto;
}

.nowrap {
   white-space: nowrap;
}

/* INDEXページ */

/* トップページ */

#top_page {
	background-image: url(../image/index/top_img.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.index_h2 {
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	font-size: 30px;
	text-align: center;
	color: #9d4f26;
	padding-bottom: 10px;
}

.index_h2next {
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-size: 30px;
	text-align: center;
	color: #9d4f26;
	padding-bottom: 40px;
}

.h2_eng {
	font-size: 18px;
	text-align: center;
	color: #9d4f26;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-weight: bold;
	margin-bottom: 30px;
}

#index_topimg {
	width: 100%;
	height: auto;
	display: block;
}

#index_topimg02 {
	width: 100%;
	height: auto;
	display: none;
}

.waiting_guide {
	text-align: center;
	margin: 0px 0px 50px 0px;
}

#index_myjunban {
	display: inline-block;
	margin: 0px 120px 60px 120px;
	width: calc(100% - 240px);
}

.illust_dr {
	float: left;
	position: absolute;
/*
	position: absolute;
	top: 10px;
	left: 100px;
*/
}

#myjunban-widget {
	float: right;
}

.health_bottom span {
	color: red;
	font-weight: bold;
  font-size: 1.15em;
}

.health_bottom a {
  display: inline-block;
  cursor: pointer;
  padding: 12px 38px;
  background: #2076ed;
  color: #ffffff;
  line-height: 1em;
  transition: .3s;
  border: 0.5px solid #2076ed;
  font-weight: bold;
  font-size: 1.5em;
  margin: 0 1em;
}

.health_bottom a:hover {
  color: #2076ed;
  background: #ffffff;
}

/* INDEXページ・ポリシー */

#my_policy {
	background-image: url(../image/index/policy_bgm01.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	max-width: 1200px;
	margin: auto;
	padding: 70px 0px;
	display: flex;
	flex-flow: row wrap;
}


#policy_textarea {
	width: 520px;
	margin-left: 40px;
	background-color: rgba(255,255,255,0.5);
	padding: 40px;
}

.policy_text {
	font-size: 18px;
	line-height: 2.5em;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	overflow-wrap: break-word;
	text-shadow: 1px 1px 1px #fff;
}

#myjunban_area {
	width: calc(100% - 640px);
}

#myjunban-widget {
	float: none !important;
	margin: auto;
}

/* INDEXページ・診察時間 */

#time_table {
	text-align: center;
	margin: 0px 0px 20px 0px;
}

.time_table {
	border-spacing: 0px;
    border-collapse: collapse;
	width: 830px;
	margin: 0px auto 20px auto;
	text-align: center;
	font-size: 20px;
}

.time_table th {
	background-color: #ae8249;
	color: #fff;
	border: 3px solid #fff;
	padding: 20px 20px;
}

.time_table td {
	background-color: #ae8249;
	color: #804f1b;
	border: 3px solid #fff;
	padding: 20px 20px;
	font-weight: bold;
}

.time {
	font-family: Arial, Helvetica, sans-serif;
}

.time_text {
	text-align: center;
}

.point_message {
	margin: 20px auto 0px auto;
	max-width: 800px;
	padding: 20px 20px;
	border: 1px solid #999;
	border-radius: 5px;
	font-family: "ＭＳ ゴシック";
}

.point_message_title {
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.8em;
}

.point_message_block {
	width: 90%;
	margin: auto;
}

.point_message dl {
	display: inline-block;
	margin-bottom: 1.5em;
}
.point_message dt {
	float: left;
	clear: left;
	margin-right: 1.5em;
	width: 10em;
	font-weight: bold;
}
.point_message dd {
	float: left;
}

.point_message_li {
	margin-left: 1em;
	text-indent: -1em;
	list-style: none;
}

.modal_zone {
	padding: 20px;
	line-height: 1.4em;
}

.covid19_title {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 1em;
	text-align: center;
	border-bottom: 1px solid #ccc ;
}

.covid19_message {
	margin-top: 20px;
	padding: 10px;
	font-weight: bold;
	cursor: pointer;
}

/* INDEXページ・お知らせ */

.contents02 {
	width: 100%;
	background-color: #edeeee;
	padding-bottom: 50px;
}

.index_h3 {
	font-size: 30px;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	padding-bottom: 5px;
}

.h2_jp {
	font-weight: bold;
}

#wn_titlearea {
	background-color: #a78059;
	color: #fff;
	text-align: center;
	padding: 20px 0px 5px 0px;
	margin-bottom: 50px;
}

#wn_area {
	width: 1100px;
	margin: auto;
	height: 310px;
/*	height: 450px;*/
	overflow: auto;
	margin-bottom: 30px;
}

.wn_title {
	font-weight: bold;
}

.wn_text {
	padding: 0px 10px 10px 0px;
	margin-bottom: 10px;
	border-bottom: 1px solid #999;
	border-bottom-style: dotted;
	line-height: 1.5em;
}

#recruitment {
	width: 700px;
	margin: auto;
	background-color: #fff;
	border: 5px solid #a78059;
	padding: 20px 0px;
	margin-bottom: 30px;
	overflow: hidden;
}

.index_h4 {
	font-size: 22px;
	color: #F00;
	padding: 0px 0px 10px 20px;
}

.recruit_text {
	font-size: 16px;
	padding: 0px 20px;
	line-height: 2em;
	float: left;
}

.recruite_tell {
	float: left;
	border: 1px solid #ae8249;
	padding: 10px 20px;
	background-color: #faf7f2;
}

.rec_teltext {
	text-align: center;
	font-weight: bold;
	padding-bottom: 10px;
	color: #9e7238;
}

.rec_telno {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	text-align: center;
	font-weight: bold;
}

.rec_telno img {
	margin-right: 10px;
}

.rec_telno a {
	color: #9e7238;
	text-decoration: none;
}

.rec_telno a:hover {
	color: #ae8249;
	text-decoration: none;
}

.wn_text02 {
	text-align: center;
}

/* INDEXページ・カレンダー */

#calendar_area {
	background-image: url(../image/index/dog_img01.jpg);
	background-position: top right 50px;
	background-repeat: no-repeat;
}

#calendar_areasub {
	text-align: center;
	background-image: url(../image/index/dog_img02.jpg);
	background-position: bottom 180px left;
	background-repeat: no-repeat;
}

#calendar {
	width: 66%;
	margin: 0px auto 10px;
}

.fc-view > table {
	background-color: #fff;
}

.fc-content {
    font-size: 15px;
    text-align: center;
}

.doctor1_holiday {
	border: 1px solid #fff !important;
	background-color: rgba(54,204,188 ,0.5) !important;
}

.doctor_holiday .fc-title:after {
	content: '㊡';
	width: 14px;
	height: 14px;
	display: inline-block;
	background-size: contain;
  vertical-align: middle;
  margin-bottom:7px;
}

.doctor2_holiday {
	border: 1px solid #fff !important;
	background-color: rgba(32,124,239 ,0.5) !important;
}

.doctor3_holiday {
	border: 1px solid #fff !important;
	background-color: rgba(32,239,134 ,0.5) !important;
}

.doctor4_holiday {
	border: 1px solid #fff !important;
	background-color: rgba(255,173,77 ,0.5) !important;
}

.doctor5_holiday {
	border: 1px solid #fff !important;
	background-color: rgba(160,195,41 ,0.5) !important;
}

.doctor6_holiday {
	border: 1px solid #fff !important;
	background-color: rgba(156,53,215 ,0.5) !important;
}

.non_ws div {
    white-space: normal !important;
}

#doctor_anno {
	width: 66%;
	text-align: right;
	margin: 0px auto 80px auto;
}

#doctor_anno img {
	vertical-align: middle;
	margin-bottom: 2px;
}

.dog_img02 {
	display: none;
}

/* INDEXページ・バナー */

#index_bannerarea {
	width: 90%;
	margin: auto;
	padding-bottom: 20px;
}

.banner-contents {
	list-style: none;
	display: flex;                  /* 重要 */
	flex-flow: row wrap;            /* 重要 */
	justify-content: space-between; /* フレックスアイテムを均等に配置 */
	margin: 0;
	padding: 0;
}
.banner-contents li {
	flex: 1 0 auto;  /* 1つ目のパラメータ：0:均等割り付け　　1:数が足りなくなったときのBOX幅を広げてくれる */
/*	flex: 1 0 calc(25% - 10px);  本来、これで良いはずだが、IE11にバグがありかけない */
	margin: 0px 10px 10px 10px;
	width: calc(25% - 20px);    /* 94行目の補正のためにこう記述することでIE11でも、ちゃんと動く */
                              /* calc(ボックス数/100 - (margin-left + right) */
}
.banner-contents li:empty {
	border: none;
}
.banner-contents li img {
	width: 100%;
	height: auto;
}
.banner-contents li p {
	margin: 0;
	padding: 10px;
	font-size: 0.9rem;
}


/* NEXTページ共通 */

.main_img_first {
	display: block;
}

.main_img_second {
	display: none;
}

#page_container {
	max-width: 1200px;
	margin: auto;
	overflow: hidden;
}

#left_area {
	width: 850px;
	float: left;
	padding: 0px 0px 50px 0px;
}

#right_area {
	width: 270px;
	float: right;
	padding: 0px 0px 50px 0px;
}

.page_comme {
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-weight: bold;
	font-size: 30px;
	color: #966731;
	margin-bottom: 70px;
	padding-top: 10px;
}

.page_h2 {
	color: #966731;
	margin: 20px 0px 30px 0px;
}

.page_text {
	padding-bottom: 20px;
}

.border_lr {
	border: 3px solid #966731;
	border-style: double;
	padding: 10px 80px;
	background-color: #faf2e8;
}

.banner-contents02 {
	list-style: none;
}

.banner-contents02 img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.page_toparea {
	width: 100%;
	text-align: center;
	padding: 150px 0px;
}

.page_toparea2 {
	width: 100%;
	text-align: center;
	padding: 150px 0px;
}

.toppage_h1area {
	background-color: #fff;
	padding: 20px 40px;
	width: 550px;
	margin: auto;
	background-color: rgba(255,255,255,0.5);
	position: absolute;
	top: 160px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}

.page_h1box {
	position: relative;
}

.page_h1area {
	background-color: #fff;
/*	padding: 20px 40px;*/
	width: 250px;
	margin: auto;
	background-color: rgba(255,255,255,0.6);
	position: absolute;
	top: 200px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}

.page_h1 {
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-size: 30px;
	color: #966731;
	line-height: 1.2em;
	text-shadow: 1px 1px 1px #fff;
}

.h1_eng {
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-size: 20px;
	color: #966731;
	font-weight: bold;
	line-height: 1.2em;
	text-shadow: 1px 1px 1px #fff;
}

/* 診療案内ページ */

.medical_table {
	border-spacing: 0px;
    border-collapse: collapse;
	margin-bottom: 50px;
	width: 100%;
	font-size: 15px;
}

.medical_table th {
	border: 1px solid #a3d18d;
	padding: 15px 40px;
	text-align: center;
	background-color: #f6e6d0;
}

.medical_table td {
	border: 1px solid #a3d18d;
	padding: 15px 10px;
}

.medical_time {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

/*  2022.4.19 add start  */
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
     margin: 20px auto;
}

.movie-wrap2 {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
     margin-bottom: 20px;
}

.movie-wrap iframe, .movie-wrap2 iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
/*  2022.4.19 add end  */


/* 病院紹介ページ */

.infor-contents {
	list-style: none;
	display: flex;                  /* 重要 */
	flex-flow: row wrap;            /* 重要 */
/*	justify-content: space-between;*/
	justify-content: center;
	margin: 0;
	padding: 0;
}
.infor-contents li {
	/* flex: 1 0 auto;   1つ目のパラメータ：0:均等割り付け　　1:数が足りなくなったときのBOX幅を広げてくれる */
/*	flex: 1 0 calc(25% - 10px);  本来、これで良いはずだが、IE11にバグがありかけない */
	margin: 0px 10px 10px 10px;
	width: calc(33% - 20px);    /* 94行目の補正のためにこう記述することでIE11でも、ちゃんと動く */
                              /* calc(ボックス数/100 - (margin-left + right) */
}
.infor-contents li:empty {
	border: none;
}
.infor-contents li img {
	width: 100%;
	height: auto;
}

/* スタッフ紹介ページ */

.staff_area {
	width: 100%;
	overflow: hidden;
	padding-bottom: 50px;
	border-bottom: 3px solid #966731;
	border-bottom-style: dotted;
	margin-bottom: 50px;
}

.staff_img {
	float: left;
	width: 25%;
}

.staff_textarea {
	width: 70%;
	float: right;
}


.staff_h3 {
	color: #966731;
	border-bottom: 1px solid #966731;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.staff_table {
	border-spacing: 0px;
    border-collapse: collapse;
	margin-bottom: 20px;
	width: 100%;
	font-size: 16px;
}

.staff_table th {
	border: 1px solid #a3d18d;
	padding: 15px 20px;
	text-align: center;
	background-color: #f6e6d0;
}

.staff_table td {
	border: 1px solid #a3d18d;
	padding: 15px 10px;
	text-align: center;
}

/* お問い合せページ */

.incho_img {
	float: left;
	width: 30%;
}

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

.con_text {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 30px;
}


.con_tel {
	font-size: 40px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.con_tel a {
	color: #333;
	text-decoration: none;
}

.con_tel a:hover {
	color: #666;
	text-decoration: none;
}

.balloon{
  position: relative;
  padding: 40px 20px;
  background-color: #fff;
  border: 4px solid #ca8888;
  float: right;
  width: 60%;
  text-align: center;
  border-radius: 10px;
}

/* アイコンを左に表示 */
.balloon::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 20px;
  border-right: 15px solid #ca8888;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.balloon::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -10px;
  top: 20px;
  border-right: 15px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

/* アクセスページ */

.map {
	width: 100%;
	height: 400px;
	margin-bottom: 20px;
}

.table_zone {
	float: right;
	width: 50%;
}

.access_table {
	border-spacing: 0px;
   border-collapse: collapse;
   margin-bottom: 15px;
   width: 100%;
}

.access_table th {
	padding: 5px 10px 5px 0px;
	border-bottom: 1px solid #999;
	border-bottom-style: dotted;
	white-space: nowrap;
}

.access_table td {
	padding: 5px 10px 5px 10px;
	border-bottom: 1px solid #999;
	border-bottom-style: dotted;
}

.caution_area {
	border: 3px solid #ff0033;
	padding: 10px;
	border-radius: 5px;
}

.parking_area {
	width: 48%;
	float: left;
}

.parking_img img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.parking_text {
	font-size: 15px;
}

.parking_flex_area {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: center;
}

.parking_box {
	width: calc(50% - 55px);
	background: #eee;
	padding: 20px;
	border: 2px solid #ccc;
	font-size: 16px;
	text-align: center;
	margin: 5px;
}

.parking_box img {
    max-width: 100%;
    height: auto;
    margin: 7px auto;
    transition: transform 0.3s linear;
    transform: scale(1);
}


/* 健康診断ページ */

.health_area a {
	color: #666;
}

.health_area a:hover {
	color: #aaa;
	text-decoration: none;
}

.health_table {
	border-spacing: 0px;
    border-collapse: collapse;
	margin-bottom: 50px;
	width: 100%;
	font-size: 1em;
	clear: both;
}

.health_table th {
	border: 1px solid #a3d18d;
	padding: 1em 30px;
	text-align: center;
	background-color: #f6e6d0;
	white-space: nowrap;
}

.health_table td {
	border: 1px solid #a3d18d;
	padding: 1em 10px;
}

.health_table caption {
	caption-side: bottom;
	text-align: left;
}

.health_img img {
	float: right;
	width: 30%;
	height: auto;
	margin: 0 0 12px 12px;
}

.health_table li {
	list-style-type: disc;
	float: left;
	margin-left: 2em;
}

.health_table .health_rev {
	font-size: 0.8em;
}

.health_note {
	line-height: 1.35em;
}

.health_note li {
	margin-left: 1.5em;
	list-style-type: "\1F44D";
	margin-bottom: 0.7em;
}

/* Media queries for responsive design
--------------------------------------------- */
/* --- iPad Landscape --- */
@media screen and (max-width: 1200px) {

/* INDEXページ */

.waiting_guide {
	text-align: right;
	margin: 0px 100px 50px 0px;
}

.illust_dr {
/*
	position: absolute;
	top: 10px;
	left: 100px;
*/
}

#doctor_anno {
	margin-bottom: 0px;
}


/* INDEXページ・ポリシー */

#policy_textarea {
	width: 400px;
	margin-left: 40px;
	padding: 30px;
}

.policy_text {
	font-size: 18px;
	line-height: 2em;
}

#myjunban_area {
	width: calc(100% - 500px);
}

/* INDEXページ・カレンダー */

#calendar {
	margin-bottom: 10px;
}

#calendar_area {
	background-image: url(../image/index/dog_img01.jpg);
	background-position: top right 0px;
	background-repeat: no-repeat;
}

#calendar_areasub {
	text-align: center;
	background-image: none;
}

.dog_img02 {
	display: block;
}

/* NEXTページ共通 */

.page_toparea, .page_toparea2 {
	width: 100%;
	text-align: center;
	padding: 150px 0px;
}

.page_h1area {
	background-color: #fff;
	padding: 20px 40px;
	width: 200px;
	margin: auto;
	background-color: rgba(255,255,255,0.6);
}

#page_container {
	width: 95%;
	margin: auto;
	overflow: hidden;
}

#left_area {
	width: 70%;
	float: left;
	padding: 0px 0px 50px 0px;
}

#right_area {
	width: 25%;
	float: right;
	padding: 0px 0px 50px 0px;
}


}

/* Media queries for responsive design
--------------------------------------------- */
/* --- iPad Landscape --- */
@media screen and (max-width: 1100px) {

/* 全ページ共通 */

/* ヘッダーナビゲーション */

.menu li {
   padding: 0px 20px 0px 25px;
}

/* INDEXページ・お知らせ */


#wn_area {
	width: 90%;
	margin: auto;
	height: 350px;
	overflow: auto;
	margin-bottom: 30px;
}

/* INDEXページ・バナー */

#index_bannerarea {
	width: 95%;
	margin: auto;
	padding-bottom: 20px;
}

.banner-contents li {
	flex: 1 0 auto;  /* 1つ目のパラメータ：0:均等割り付け　　1:数が足りなくなったときのBOX幅を広げてくれる */
/*	flex: 1 0 calc(25% - 10px);  本来、これで良いはずだが、IE11にバグがありかけない */
	margin: 0px 5px 10px 5px;
	width: calc(25% - 10px);    /* 94行目の補正のためにこう記述することでIE11でも、ちゃんと動く */
                              /* calc(ボックス数/100 - (margin-left + right) */
}

/* NEXTページ共通 */

}


/* Media queries for responsive design
--------------------------------------------- */
/* --- iPad Landscape --- */
@media screen and (max-width: 970px) {

/* 全ページ共通 */

/* INDEXページ共通 */

/* NEXTページ共通 */

.page_toparea, .page_toparea2 {
	width: 100%;
	text-align: center;
}

}

/* --- iPad Portrait --- */
@media screen and (max-width: 920px) {

/* 全ページ共通 */

.page_h1area {
	top: 125px;
}

/* INDEXページ */

.waiting_guide {
	margin: 0px 20px 30px 0px;
}

.illust_dr {
	top: 10px;
	left: 20px;
}

.illust_dr img {
	width: 80%;
	height: auto;
}

/* INDEXページ・ポリシー */
#my_policy {
	padding: 30px 0px;
}

#policy_textarea {
	width: 80%;
	margin: auto;
	padding: 30px;
    background-color: rgba(255,255,255,0.5);
}

#myjunban_area {
	width: 100%;
	margin-top: 20px;
}
/* INDEXページ・診察時間 */

#time_table img {
	width: 98%;
	height: auto;
}

.time_table {
	width: 90%;
	margin: 0px auto 20px auto;
	text-align: center;
	font-size: 20px;
}

/* INDEXページ・カレンダー */

#calendar {
	width: 95%;
	height: auto;
}

#doctor_anno {
	width: 95%;
	margin-bottom: 0px;
}

.dog_img02 {
	margin: auto;
}

/* NEXTページ共通 */

.page_h2 {
	text-align: center;
}

.page_comme {
	text-align: center;
}


#left_area {
	width: 100%;
	float: none;
	padding: 0px 0px 50px 0px;
}

#right_area {
	width: 100%;
	float: none;
	padding: 0px 0px 50px 0px;
}

.banner-contents02 {
	list-style: none;
	display: flex;                  /* 重要 */
	flex-flow: row wrap;            /* 重要 */
	justify-content: space-between; /* フレックスアイテムを均等に配置 */
	margin: 0;
	padding: 0;
}
.banner-contents02 li {
	flex: 1 0 auto;  /* 1つ目のパラメータ：0:均等割り付け　　1:数が足りなくなったときのBOX幅を広げてくれる */
/*	flex: 1 0 calc(25% - 10px);  本来、これで良いはずだが、IE11にバグがありかけない */
	margin: 0px 5px 5px 5px;
	width: calc(50% - 10px);    /* 94行目の補正のためにこう記述することでIE11でも、ちゃんと動く */
                              /* calc(ボックス数/100 - (margin-left + right) */
}
.banner-contents02 li:empty {
	border: none;
}

.banner-contents02 img {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}

/* スタッフ紹介ページ */

.staff_table th {
	border: 1px solid #a3d18d;
	padding: 15px 10px;
	text-align: center;
	background-color: #f6e6d0;
}


}


/* --- iPad Portrait --- */
@media screen and (max-width: 768px) {

/* 全ページ共通 */

.contents {
	width: 100%;
	padding: 50px 0px;
}

/*  ナビゲーションボタン */

#navi_area {
	padding: 0px 0px 0px 0px;
   overflow: hidden;
}

.menu_mark02 {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 10px 0px 0px;
}

/* ヘッダーナビゲーションドロップダウン */

.border_r {
	border-right: none;
}

.menu li {
	float: none;
}


#menu-sub-menu {
 display:none;
}

.slicknav_menu {
 display:block;
}

.slicknav_menu li {
	border-top: 1px solid #ae8249;
	text-align: center;
font-weight: bold;
-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
font-family:arial, helvetica, sans-serif;
background-color: #fff;
padding: 15px 0px;
line-height: normal;
}

.navi_mark {
	display: none;
}

/* ヘッダーナビゲーションドロップダウンここまで */



/* フッター */

#footer_area {
	padding: 0px 0px 10px 0px;
}

.footer_menu li {
	font-size: 12px;
	font-weight: bold;
	display: inherit;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #ae8249;
}

/* INDEXページ */

.toppage_h1area {
	top: 120px;
	width: 395px;
}

#index_topimg {
	margin-bottom: 30px;
}

.illust_dr {
	top: 60px;
	left: 20px;
}

.illust_dr img {
	width: 70%;
	height: auto;
}

/* INDEXページ・診察時間 */

.time_table {
	width: 500px;
	margin: 0px auto 20px auto;
	text-align: center;
	font-size: 20px;
}

.time_table th {
	padding: 10px 10px;
}

.time_table td {
	padding: 10px 10px;
	font-weight: bold;
}

.time_text {
	padding: 0px 20px;
}

.point_message {
	width: 80%;
}

/* INDEXページ・お知らせ */

#recruitment {
	width: 90%;
	margin: auto;
	background-color: #fff;
	border: 5px solid #a78059;
	padding: 20px 0px;
	margin-bottom: 30px;
}

.recruit_text {
	padding: 0px 20px;
	line-height: 1.8em;
	float: left;
	width: 50%;
}

.recruite_tell {
	float: left;
	border: 1px solid #ae8249;
	padding: 10px 0px;
	background-color: #faf7f2;
	width: 40%;
}

#index_myjunban {
	margin: 0px 20px 60px 20px;
	width: calc(100% - 40px);
}

/* INDEXページ・バナー */

.banner-contents li {
	flex: 1 0 auto;  /* 1つ目のパラメータ：0:均等割り付け　　1:数が足りなくなったときのBOX幅を広げてくれる */
/*	flex: 1 0 calc(25% - 10px);  本来、これで良いはずだが、IE11にバグがありかけない */
	margin: 0px 5px 10px 5px;
	width: calc(50% - 10px);    /* 94行目の補正のためにこう記述することでIE11でも、ちゃんと動く */
                              /* calc(ボックス数/100 - (margin-left + right) */
}

/* NEXTページ共通 */

.page_toparea, .page_toparea2 {
	width: 100%;
	text-align: center;
	padding: 50px 0px 150px 0px;
	background-size: cover;
	margin-bottom: 30px;
}


.page_h1area {
	background-color: #fff;
	padding: 5px 0px;
	width: 200px;
	margin: 0px auto 0px auto;
	background-color: rgba(255,255,255,0.6);
	top: 110px;
}

.page_h1 {
	font-size: 22px;
	padding-bottom: 0px;
}

.h1_eng {
	font-size: 16px;
	font-weight: bold;
}


.page_comme {
	font-size: 30px;
	margin-bottom: 50px;
	text-align: center;
}

/* 診療案内ページ */

.medical_table th {
	border: 1px solid #a3d18d;
	padding: 15px 0px;
	text-align: center;
	background-color: #f6e6d0;
	width: 100px;
}

/* 病院紹介ページ */

.infor-contents li {
	flex: 1 0 auto;  /* 1つ目のパラメータ：0:均等割り付け　　1:数が足りなくなったときのBOX幅を広げてくれる */
/*	flex: 1 0 calc(25% - 10px);  本来、これで良いはずだが、IE11にバグがありかけない */
	margin: 0px 10px 10px 10px;
	width: calc(50% - 20px);    /* 94行目の補正のためにこう記述することでIE11でも、ちゃんと動く */
                              /* calc(ボックス数/100 - (margin-left + right) */
}

/* スタッフ紹介ページ */

.staff_h3 {
	font-size: 16px;
}

/* お問い合せページ */

.con_text {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 20px;
}

.con_tel {
	font-size: 35px;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-family: Arial, Helvetica, sans-serif;
}

.balloon{
  position: relative;
  padding: 30px 20px;
  background-color: #fff;
  border: 4px solid #ca8888;
  float: right;
  width: 60%;
  text-align: center;
}

/* アクセスページ */

.access_table {
   border-spacing: 0px;
   border-collapse: collapse;
   margin-bottom: 50px;
   width: 100%;
   float: none;
}

.parking_area {
	width: inherit;
	float: none;
}

.parking_img {
	text-align: center;
}

.parking_img img {
	width: inherit;
}

.parking_text {
	text-align: center;
}

.table_zone {
	float: none;
	width: 100%;
}

.caution_area {
	margin-bottom: 20px;
}

}

/* --- NEXUS7 Portrait --- */
@media screen and (max-width: 600px) {

/* 全ページ共通 */

.main_img_first {
	display: none;
}

.main_img_second {
	display: block;
}

#header {
	text-align: center;
	padding: 10px 0px;
}

.header_logo {
	float: none;
}

#header_telarea {
	float: none;
	margin-right: 0px;
	text-align: center;
	color: #966731;
	padding-top: 5px;
}

.header_tell {
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 35px;
}

/* INDEXページ */

.toppage_h1area {
	top: 80px;
	width: 285px;
}

.page_h1area {
	top: 116px;
}

.toppage_h1area .page_h1 {
	font-size: 1.15em;
	line-height: 1.2em;
}

#index_topimg {
	width: 100%;
	height: auto;
	display: none;
}

#index_topimg02 {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 30px;
}

.waiting_guide {
	text-align: center;
	margin: 0px 0px 70px 0px;
}

.illust_dr {
	top: 150px;
	left: 10px;
}

.illust_dr img {
	width: 50%;
	height: auto;
}

#myjunban-widget {
	float: none;
	margin: auto;

}

/* INDEXページ・ポリシー */

#my_policy {
	background-size: contain;
	background-position: top center;
}

#policy_textarea {
	width: 80%;
	margin: auto;
	padding: 20px 20px;
    background-color: rgba(255,255,255,0.5);
}

.policy_text {
	font-size: 1.4em;
	line-height: 1.8em;
}

/* INDEXページ・お知らせ */

.index_h4 {
	font-size: 22px;
	color: #F00;
	padding: 0px 0px 10px 0px;
	text-align: center;
}

.recruit_text {
	padding: 0px 20px 20px 20px;
	line-height: 1.8em;
	float: none;
	width: inherit;
	text-align: center;
}

.recruite_tell {
	float: none;
	border: 1px solid #ae8249;
	padding: 10px 0px;
	background-color: #faf7f2;
	width: 90%;
	margin: auto;
}

.wn_text02 {
	padding: 0px 20px;
}

/* INDEXページ・カレンダー */

#calendar_area {
	background-image: none;
}

.dog_img02 {
	width: 100%;
	height: auto;
}

/* NEXTページ共通 */

.page_toparea, .page_toparea2 {
	width: 100%;
	text-align: center;
	background-position: center left;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 30px;
}

.page_h2 {
	color: #966731;
	margin: 20px 0px 20px 0px;
	border: 3px solid #966731;
	border-style: double;
	padding: 10px 0px;
	text-align: center;
	background-color: #faf2e8;
}

.border_lr {
	border: none;
	padding: 0px 0px;
}

/* スタッフ紹介ページ */

.staff_img {
	float: none;
	width: 50%;
	margin: 0px auto 5px auto;
}

.staff_textarea {
	width: 100%;
	float: none;
}

.staff_h3 {
	text-align: center;
}

/* お問い合せページ */

.con_text {
	font-size: 17px;
	font-weight: bold;
	padding-bottom: 20px;
}

.con_tel {
	font-size: 30px;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-family: Arial, Helvetica, sans-serif;
}

.balloon{
  position: relative;
  padding: 20px 10px;
  background-color: #fff;
  border: 4px solid #ca8888;
  float: right;
  width: 60%;
  text-align: center;
}

/* アクセスページ */
.parking_box {
	width: 100%;
}


}


/* --- ??????? --- */
@media screen and (max-width: 480px) {

/* 全ページ共通 */

.header_logo img {
	width: 90%;
	height: auto;
}

/* INDEXページ共通 */

.waiting_guide img {
	width: 90%;
	height: auto;

}

.illust_dr {
	top: 170px;
	left: 10px;
}

.illust_dr img {
	width: 50%;
	height: auto;
}

/* INDEXページ・ポリシー */

.toppage_h1area {
	top: 40px;
	width: 68%;
}

.page_h1area {
	top: 105px;
}


.policy_text {
	font-size: 1.08em;
	line-height: 1.8em;
}

#myjunban-widget {
	width: 100% !important;
}
/* INDEXページ・お知らせ */

.recruit_text {
	padding: 0px 20px 20px 20px;
	line-height: 1.5em;
}


/* INDEXページ・バナー */

.point_message_block {
	width: 100%;
}

.banner-contents {
	list-style: none;
	display: block;                  /* 重要 */
	flex-flow: row wrap;            /* 重要 */
	justify-content: space-between; /* フレックスアイテムを均等に配置 */
	margin: 0;
	padding: 0;
}

.banner-contents li {
	flex: 1 0 auto;  /* 1つ目のパラメータ：0:均等割り付け　　1:数が足りなくなったときのBOX幅を広げてくれる */
/*	flex: 1 0 calc(25% - 10px);  本来、これで良いはずだが、IE11にバグがありかけない */
	margin: 0px 0px 10px 0px;
	width: calc(100% - 0px);    /* 94行目の補正のためにこう記述することでIE11でも、ちゃんと動く */
                              /* calc(ボックス数/100 - (margin-left + right) */
}

/* NEXTページ共通 */

.page_toparea, .page_toparea2 {
	width: 100%;
	text-align: center;
	padding: 40px 0px 100px 0px;
	background-position: center left;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 30px;
}

.page_h1area {
	background-color: #fff;
	padding: 5px 0px;
	width: 160px;
	margin: 0px auto 0px auto;
	background-color: rgba(255,255,255,0.6);
}


.page_comme {
	font-size: 22px;
	margin-bottom: 30px;
	text-align: center;
}

.banner-contents02 {
	list-style: none;
	display: block;                  /* 重要 */
	flex-flow: row wrap;            /* 重要 */
	justify-content: space-between; /* フレックスアイテムを均等に配置 */
	margin: 0;
	padding: 0;
}
.banner-contents02 li {
	flex: 1 0 auto;  /* 1つ目のパラメータ：0:均等割り付け　　1:数が足りなくなったときのBOX幅を広げてくれる */
/*	flex: 1 0 calc(25% - 10px);  本来、これで良いはずだが、IE11にバグがありかけない */
	margin: 0px 0px 5px 0px;
	width: calc(100% - 0px);    /* 94行目の補正のためにこう記述することでIE11でも、ちゃんと動く */
                              /* calc(ボックス数/100 - (margin-left + right) */
}
.banner-contents02 li:empty {
	border: none;
}
.banner-contents02 li img {
	width: 100%;
	height: auto;
}

/* 病院紹介ページ */

.infor-contents {
	list-style: none;
	display: block;                  /* 重要 */
	flex-flow: row wrap;            /* 重要 */
	justify-content: space-between; /* フレックスアイテムを均等に配置 */
	margin: 0;
	padding: 0;
}
.infor-contents li {
	flex: 1 0 auto;  /* 1つ目のパラメータ：0:均等割り付け　　1:数が足りなくなったときのBOX幅を広げてくれる */
/*	flex: 1 0 calc(25% - 10px);  本来、これで良いはずだが、IE11にバグがありかけない */
	margin: 0px 0px 5px 0px;
	width: calc(100% - 0px);    /* 94行目の補正のためにこう記述することでIE11でも、ちゃんと動く */
                              /* calc(ボックス数/100 - (margin-left + right) */
}

/* スタッフ紹介ページ */

.staff_img {
	float: none;
	width: 90%;
	margin: 0px auto 5px auto;
}

.staff_table th {
	border: 1px solid #a3d18d;
	padding: 10px 5px;
	text-align: center;
	background-color: #f6e6d0;
}

.staff_table td {
	border: 1px solid #a3d18d;
	padding: 10px 5px;
	text-align: center;
}

/* お問い合せページ */

.balloon{
  position: relative;
  padding: 20px 10px;
  background-color: #fff;
  border: 4px solid #ca8888;
  float: none;
  width: 90%;
  margin: 0px auto 30px auto;
  text-align: center;
}

/* アイコンを下に表示 */
.balloon::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 20px;
  bottom: -15px;
  top: inherit;
  border-top: 15px solid #ca8888;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: none;
}
.balloon::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 20px;
  bottom: -9px;
  top: inherit;
  border-top: 15px solid #fff;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: none;
}

.incho_img {
	float: none;
	width: 70%;
}

/* アクセスページ */

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

.parking_text {
	padding: 0px 10px;
}




}


