@charset "UTF-8";

/*
Theme Name: Jinan Dental
Theme URI: http://www.jinai.net/
Description: Twenty Tenベースの子テーマにて作成。アロハ~!! (^^)/
Author: the WordPress team + Hibou
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: ハワイアン
Template: twentyten
*/

/* @import "../twentyten/style.css"; */

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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	color: #736357;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
html {
	margin: 0;
	padding: 0;
}
body {
	background: #fff;
	line-height: 1.7;
	font-size: 80%;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック",sans-serif;
/* 	-webkit-text-size-adjust: none; */
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a {
	text-decoration: none;
	color: #007177;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0;
}
a:hover img {
	opacity: 0.8;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* ! fix box size */
* {
	/*
-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
*/
}

/****************************************************************************/

/* ! font-size */

/****************************************************************************/
h1 { font-size: 2em; font-weight: bold; color: #534741; }
h2, h3, h4, h5, h6 { font-size: 1.4em; font-weight: bold; color: #534741; }
p, a, li, dt, dd {
	font-size: 1.4em;
	margin: 0 0 1em 0;
}
li h3, article h3, p a, li a, li p, li p a, ul li dt, ul li dd, ul ul li { font-size: 1em; }

/****************************************************************************/

/* ! parts */

/****************************************************************************/
	/* ! clearfix */
	.clearfix:after {
		content: ".";
		display: block;
		clear: both;
		height: 0;
		visibility: hidden;
	}
	
	/* ! font color */
	a {
		color: #534741;
	}
	
	/* ! more link */
	a.more {
		display: block;
		float: right;
		padding-bottom: 0.3em;
		clear: both;
	}
	a span.more,
	.sidebox li span.more {
		color: #F15A24;
		text-decoration: none;
		display: inline !important;
	}
	a span .more:hover {
		color: #F15A24;
	}
	p.go_page {
		text-align: right;
		padding-top: 0.5em;
		border-top: 1px solid #C7B299;
	}
	p.go_page a {
		color: #998675;
	}
	strong {
		font-weight: bold;
	}
	/*
.alignleft {
		float: none;
		margin-right: 0.5em;
	}
	.alignright {
		float: right;
		margin-left: 0.5em;
	}
*/
	.entry_meta_bottom {
		text-align: right;
		font-size: 0.8em;
		margin: 0.5em 0 5em 0;
		padding: 0.5em 0;
		border-top: 1px dotted #C7B299;
		border-bottom: 1px dotted #C7B299;
	}
	
		
	/* ! ページ分割・パンくず部分・日付部分指定 */
	div#content_main p.page_navigation {
		text-align: center;
	}
	a.page-numbers {
		padding: 2px .4em;
		border:solid 1px #ccc;
	}
	
	a.page-numbers:hover {
		color:white;
		background: #998675;
	}
	.current {
		padding: 2px .4em;
		color: white;
		background: #998675;
		font-weight:bold;
	}



/****************************************************************************/

/* ! mobile */

/****************************************************************************/


body {
	background: url(images/bg_body.jpg) #FFF repeat scroll left top;
}
#content {
	/* width: 1081px; */
}
#page {
	/* min-width: 0; */
}
#ghead {
	position: relative;
}
#logo {
	/* position: absolute; */
	width: 100%;
	height: 40%;
	background: url(images/header/top_logo.png) transparent no-repeat scroll center top;
	background-size: 97%;
	text-indent: -9999px;
	position: absolute;
	top: 10px;
	z-index: 1000;
}
#logo a {
	display: block;
}
#phone_header {
	width: 100%;
	height: 47%;
	text-indent: -9999px;
	background: url(images/header/phone_header.png) transparent no-repeat scroll 90% top;
	position: absolute;
	top: 63px;
	z-index: 2000;
}
#phone_header a {
	display: block;
	position: absolute;
	width: 100%;
	bottom: 4%;
	margin: 0;
	height: 55px;
}
#main_visual {
	/* width: 1081px; */
	height: 117px;
	/* margin: 0 auto; */
	background: url(images/header/bg_header_ignore_home.gif) transparent no-repeat scroll 73% top;
	position: relative;
}
#phone_header p {
	position: absolute;
	top: 0;
	left: 0;
}
#phone_header p#mobile_can_dial {
	position: static;
}

/* ! gnav */
.assistive-text {
	height: 33px;
	background: url(images/nav/bg_gnav_ul.jpg) transparent no-repeat scroll 92% top;
	padding: 15px 0 0 0.8em;
	color: #FFF;
	text-shadow: 0 0 5px rgba(0, 0, 0, 1);
	position: relative;
	z-index: 3000;
	line-height: 1;
}
#gnav ul {
	background: url(images/nav/bg_gnav_ul.jpg) transparent repeat-y scroll 40.5% top;
	overflow: hidden;
}
#gnav li {
	margin: 0;
	padding: 0;
	color: #FFF;
	font-weight: bold;
}
#gnav li a {
	display: block;
	padding: 0.2em 0 0.2em 2em;
	margin-bottom: 0;
	/* background: url(images/nav/bg_gnav_ul.jpg) transparent no-repeat scroll 40.7% -8px; */
	color: #FFF;
	text-shadow: 0 0 5px rgba(0, 0, 0, 1);
	font-weight: bold;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	-ms-border-radius: 22px;
	border-radius: 22px;
	margin: 0.4em;
	-webkit-box-shadow: inset 0 0 20px 10px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 0 20px 10px rgba(0, 0, 0, 0.2);
	text-decoration: none;
}
body.home li.nav_home a,
body.home #gnav li.nav_home a,
body.page-about #gnav li.nav_about a,
body.page-guide #gnav li.nav_guide a,
body.page-blog #gnav li.nav_blog a,
body.page-map #gnav li.nav_map a,
body.page-contact #gnav li.nav_contact a {
	-webkit-box-shadow: inset 0 0 20px 10px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: inset 0 0 20px 10px rgba(0, 0, 0, 0.8);
	-ms-box-shadow: inset 0 0 20px 10px rgba(0, 0, 0, 0.8);
	box-shadow: inset 0 0 20px 10px rgba(0, 0, 0, 0.8);
}

/* ! contents service */
#content hgroup {
	background: url(images/common/bg_headding.gif) transparent repeat scroll left top;
	/* padding: 0.5em 0.3em 0.3em 0.3em; */
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	behavior: url(PIE.htc);
}
.box {
	background-color: #FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	margin: 0 0 1em 0;
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 0 2px rgba(0,0,0,0.15);
	-ms-box-shadow: 0 0 2px rgba(0,0,0,0.15);
	box-shadow: 0 0 2px rgba(0,0,0,0.15);
	behavior: url(PIE.htc);
}
.box_contents {
	padding: 1em;
	overflow: hidden;
}
#content_main {
	/*
width: 618px;
	float: left;
*/
	padding-top: 6px;
}
#content_main h2 {
	padding: 0.5em 0 0.5em 1.3em;
	background: url(images/common/border_h2.gif) transparent no-repeat scroll 10px 14px;
}
.image_box img {
	width: 100%;
	height: auto;
}
.image_box .box_inner img {
	display: none;
}

/* ! news (box_contents) */
#content_main #news .box_contents li,
body.page-blog #content_main #blog_entry .box_contents li,
body.category-blog #content_main #each_cat .box_contents li,
body.tag #content_main #each_tag .box_contents li,
body.single #content_main #single_entry .box_contents li {
	margin: 0 0 1em 0;
	clear: both;
}
#content_main #news .box_contents h3,
body.page-blog #content_main #blog_entry .box_contents h3,
body.category #content_main #each_cat .box_contents h3,
body.tag #content_main #each_tag .box_contents h3,
body.single #content_main #single_entry .box_contents h3 {
	position: relative;
	margin: 0 0 0.8em 0;
	padding: 0.4em 0 0.4em 6em;
	border-top: 1px solid #C7B299;
	border-bottom: 1px dotted #C7B299;
}
#content_main #news .box_contents h3 span,
body.page-blog #content_main #blog_entry .box_contents h3 span,
body.category #content_main #each_cat .box_contents .category-news h3 span,
body.single #content_main #single_entry .box_contents .category-news h3 span {
	position: absolute;
	left: -12px;
	top: 1em;
	display: block;
	width: 85px;
	height: 20px;
	font-weight: normal;
	font-size: 0.6em;
	background: url(images/common/bg_entry_meta.gif) transparent no-repeat scroll 0px center;
	line-height: 2.1;
	padding: 0 0 0 1.1em;
	color: #FFF;
}
body.page-blog #content_main #blog_entry .box_contents h3 span,
body.category #content_main #each_cat .box_contents .category-blog h3 span,
body.tag #content_main #each_tag .box_contents .category-blog h3 span,
body.single #content_main #single_entry .box_contents .category-blog h3 span {
	position: absolute;
	left: -12px;
	top: 1.1em;
	display: block;
	width: 85px;
	height: 20px;
	font-weight: normal;
	font-size: 0.6em;
	background: url(images/common/bg_blog_entry_meta.gif) transparent no-repeat scroll 0px center;
	line-height: 2.1;
	padding: 0 0 0 1.2em;
	color: #FFF;
}
/*
body.category #content_main #each_cat .box_contents .category-alohablog h3 span,
body.tag #content_main #each_tag .box_contents .category-alohablog h3 span,
body.single #content_main #single_entry .box_contents .category-alohablog h3 span {
	position: absolute;
	left: -12px;
	top: 1.1em;
	display: block;
	width: 85px;
	height: 20px;
	font-weight: normal;
	font-size: 0.6em;
	background: url(images/common/bg_alohablog_entry_meta.gif) transparent no-repeat scroll 0px center;
	line-height: 2.1;
	padding: 0 0 0 1.1em;
	color: #FFF;
}
*/

/* ! about */
body.page-about .box_contents img {
	width: 100%;
	height: auto;
}
/* ! about page */
#content_main .box_contents h3 {
	position: relative;
	margin: 2em 0 1em 0;
	padding: 0 0 1em 0;
	border-bottom: 1px dotted #C7B299;
}
#content_main .box_contents h3 span {
	position: absolute;
	font-size: 0.7em;
	font-weight: normal;
	left: 0;
	top: -1.5em;
}

/* ! guide */
body.page-guide .box img {
	width: 100%;
	height: auto;
}

/* ! map */
.box_contents img {
	width: 100%;
	height: auto;
}



/* ! contents sub */
#content_sub h2 {
	padding: 0.5em 0 0.5em 1.3em;
	background: url(images/content_sub/border_h2_content_sub.gif) transparent no-repeat scroll 10px 14px;
}
#content_main {
	padding: 6px 1em 0.5em 1em;
}

#content_sub {
	padding: 1em;
}
#reservation img {
	width: 100%;
	height: auto;
}

.sidebox li {
	margin: 0.5em 0;
	padding: 0.5em 0;
	border-bottom: 1px dotted #C7B299;
	clear: both;
}
.sidebox li span {
	display: block;
}
.sidebox li li,
.sidebox .last {
	border: none;
}
.sidebox .last {
	margin-bottom: 0;
	padding-bottom: 0;
}
#no_consul_day dt {
	display: block;
	width: 4em;
	float: left;
	position: relative;
}
#no_consul_day dd {
	margin: 0 0 0 5em;
	color: #29ABE2;
	position: relative;
}
.sidebox dd li {
	display: inline-block;
	margin: 0 0.3em 0 0;
	list-style: disc;
	border-left: 2px #C7B299;
	padding: 0;
	position: relative;
	min-width: 0;
	zoom: 1;
}
.sidebox dd li:before {
	content: "・";
	position: relative;
}

/* ! footer */
#footer {
	clear: both;
	background: url(images/footer/bg_footer_contents.gif) #FFF repeat scroll left top;
	padding: 2em 1em;
	margin: 0 1em;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
}
#foot_outer {
	background: url(images/footer/bg_footer.gif) transparent repeat-x scroll center bottom;
	width: 100%;
}
#gfoot {
	/*
width: 970px;
	margin: 0 auto;
*/
	padding: 0;
	background: url(images/footer/bg_gfoot.gif) transparent no-repeat scroll -60px bottom;
}
.foot_box {

}
.foot_box li,
#other_contents h2 {
	margin-bottom: 0.3em;
	padding-bottom: 0.3em;
	border-bottom: 1px dotted #C7B299;
}
.foot_box li li {
	border: none;
	display: inline-block;
	margin: 0 0.5em 0 0;
}
.foot_box li li:before {
	content: "・";
}
.foot_box li.last {
	border: none;
}
.foot_box img#map_illust {
	width: 100%;
	height: auto;
	margin: 1em 0 4em 0;
}

#other_contents ul {
	margin: 0 0 0 2em;
}
#other_contents li {
	border: none;
	list-style: disc;
}
#other_contents li a {
	color: #736357;
}

/* ! contact form */
span.wpcf7-form-control-wrap {
	display: block !important;
}
.caution {
	font-size: 0.4em;
	font-weight: bold;
	color: #FF4424;
	vertical-align: super;
}
body.page-contact p.caution {
	color: #FF4424;
	font-size: 0.9em;
	font-weight: bold;
	float: left;
}
.page-contact input,
.page-contact textarea {
	border: 1px solid #B3B3B3;
	width: 95%;
	padding: 0.2em;
	font-size: 1.4em;
	margin: 0.5em 0;
	-webkit-box-shadow: 0px 0px 10px rgba(179,179,179,0.3);
	-moz-box-shadow: 0px 0px 10px rgba(179,179,179,0.3);
	-ms-box-shadow: 0px 0px 10px rgba(179,179,179,0.3);
	box-shadow: 0px 0px 10px rgba(179,179,179,0.3);
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
.your-first-name input,
.your-last-name input {
	width: 41%;
	margin-right: 10px;
	float: left;
}
.phone_1 input,
.phone_2 input,
.phone_3 input {
	width: 25.2%;
	margin-right: 10px;
	display: block;
	float: left;
}
.subjects select {
	/* font-size: 1.4em; */
	padding: 0.5em;
	margin: 0.7em 0 0 0;
}
.submit_area {
	/*
float: right;
	margin: 0 5.3em 0 0;
	clear: both;
*/
}
.submit {
	/* float: left; */
	margin: 0 0 0 5em;
}
div.wpcf7-response-output {
	margin-top: 7em !important;
	font-size: 1.4em;
}
.submit input[type="submit"] {
	display: block;
	width: 99px;
	height: 49px;
	text-indent: -9999px;
	border: none;
	background: url(images/common/btn_submit.png) transparent no-repeat scroll left top;
	cursor: pointer;
	margin: -0.8em 0 0 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
}
.submit input[type="submit"]:hover {
	opacity: 0.8;
}
span.wpcf7-not-valid-tip-no-ajax {
	display: inline-block !important;
}

.widget_sp_image img {
	width: 100%;
}

/* ! recruit table */
#recruit_table {
	font-size: 1.4em;
	border-top: 1px solid #C7B299;
	border-left: 1px solid #C7B299;
}
#recruit_table th,
#recruit_table td {
	padding: 1.2em;
	border-right: 1px solid #C7B299;
	border-bottom: 1px solid #C7B299;
	
}
#recruit_table th {
	background-color: #f4f1e8;
	width: 30%;
	padding-left: 2em;
}


/* ! ▼ layout change arcive pages on 2012/12/15 */
body.page-blog .box_contents,
body.category-news .box_contents,
body.category-alohablog .box_contents,
body.category-blog .box_contents {
	padding: 0;
}
body.page-blog .box,
body.category-news .box,
body.category-alohablog .box,
body.category-blog .box {
	padding: 1em;
}
body.page-blog .box:first-child,
body.category-news .box:first-child,
body.category-alohablog .box:first-child,
body.category-blog .box:first-child {
	background-color: #FFF;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	margin: 0 0 1em 0;
	behavior: url(PIE.htc);
}
body.page-blog .entry_meta_bottom,
body.category-news .entry_meta_bottom,
body.category-alohablog .entry_meta_bottom,
body.category-blog .entry_meta_bottom {
	margin-bottom: 1em;
}
	/* ! sidbar overwrite */
	body.page-blog .sidebox.box,
	body.category-news .sidebox.box,
	body.category-alohablog .sidebox.box,
	body.category-blog .sidebox.box {
		padding: 0em;
	}
	body.page-blog .sidebox .box_contents,
	body.category-news .sidebox .box_contents,
	body.category-alohablog .sidebox .box_contents,
	body.category-blog .sidebox .box_contents {
		padding: 1em;
	}
/* ! ▲ layout change arcive pages on 2012/12/15 */






	
/****************************************************************************/

/* ! Structure */

/****************************************************************************/
@media screen and (min-width: 480px) {
	html {
		min-width: 1081px;
	}
	body {
		width: 100%;
		min-width: 1081px;
		/* background: url(images/bg_body.jpg) #FFF repeat scroll left top; */
		/* min-width: 980px; */
		min-width: 0;
		zoom: 1;
		font-size: 62.5%;
	
	}
	#page,
	#footer {
		width: 100%;
		margin: 0 auto;
		/* min-width: 1081px; */
	}
	#ghead {
		width: 1081px;
		margin: 0 auto;
		position: relative;
	}
	body.home #ghead {
		width: 970px;
		margin: 0 auto;
		position: relative;
	}
	#logo {
		position: absolute;
		top: 27px;
		left: 94px;
		width: 374px;
		height: 47px;
		background: url(images/header/other_logo.png) transparent no-repeat scroll left top;
		text-indent: -9999px;
	}
	body.home #logo {
		position: absolute;
		top: 18px;
		left: 30px;
		width: 386px;
		height: 50px;
		background: url(images/header/top_logo.png) transparent no-repeat scroll left top;
		text-indent: -9999px;
		z-index: 10000;
	}
	/*
#logo a {
		display: block;
	}
*/
	#phone_header {
		position: absolute;
		top: 29px;
		right: 210px;
		width: 217px;
		height: 51px;
		text-indent: -9999px;
		background: url(images/header/phone_header.png) transparent no-repeat scroll left top;
	}
	body.home #phone_header {
		position: absolute;
		top: 25px;
		right: 60px;
		width: 257px;
		height: 63px;
		text-indent: -9999px;
		background: url(images/header/top_tel.png) transparent no-repeat scroll left top;
		z-index: 10000;
	}
	body.home #main_visual {
		width: 970px;
		height: 380px;
		margin: 0 auto;
		background: url(images/main_visual/main_visual_non_flash.gif) transparent no-repeat scroll left top;
	}
	#main_visual {
		width: 1081px;
		height: 117px;
		margin: 0 auto;
		background: url(images/header/bg_header_ignore_home.gif) transparent no-repeat scroll left top;
	}
	/*
	object#FlashID {
		width: 970px;
		height: 380px;
		display: block;
		margin: 0 auto;
		text-align: center;
		position: relative;
	}
	*/
	
	/****************************************************************************/
	
	/* ! nav global */
	
	/****************************************************************************/
	.assistive-text {
		display: none;
	}
	#gnav {
		width: 100%;
		height: 48px;
		background: url(images/nav/bg_gnav.jpg) transparent repeat-x scroll left top;
	}
	#gnav ul {
		width: 970px;
		height: 48px;
		margin: 0 auto;
		padding: 0 150px;
		background: url(images/nav/bg_gnav_ul.jpg) transparent no-repeat scroll center top;
		display: block !important;
	}
	#gnav li {
		display: inline;
	}
	#gnav li a {
		color: #FFF;
		padding: 0.2em 0 0.2em 0;
	}
	
	/* ! different nav width settings */
	#gnav a {
		display: block;
		float: left;
		height: 30px;
		background-repeat: no-repeat;
		background-position: left top;
		background-color: transparent;
		text-indent: -9999px;
		margin: 0.7em 0 0 1em !important;
		padding: 0;
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		-ms-box-shadow: none !important;
		box-shadow: none !important;
		
		-webkit-border-radius: 0px !important;
		-moz-border-radius: 0px !important;
		-ms-border-radius: 0px !important;
		border-radius: 0px !important;
		background-position: left top !important;
		
	}
	.nav_home a {
		width: 68px;
		background-image: url(images/nav/nav_home.png) !important;
	}
	.nav_home a:hover,
	.nav_home.current-menu-item a {
		width: 68px;
		background-image: url(images/nav/nav_home_on.png) !important;
	}
	
	.nav_about a {
		width: 138px;
		background-image: url(images/nav/nav_about.png) !important;
	}
	.nav_about a:hover,
	.nav_about.current-menu-item a {
		width: 138px;
		background-image: url(images/nav/nav_about_on.png) !important;
	}
	
	.nav_guide a {
		width: 90px;
		background-image: url(images/nav/nav_guide.png) !important;
	}
	.nav_guide a:hover,
	.nav_guide.current-menu-item a {
		width: 90px;
		background-image: url(images/nav/nav_guide_on.png) !important;
	}
	
	.nav_blog a {
		width: 77px;
		background-image: url(images/nav/nav_blog.png) !important;
	}
	.nav_blog a:hover,
	.nav_blog.current-menu-item a {
		width: 77px;
		background-image: url(images/nav/nav_blog_on.png) !important;
	}
	
	.nav_map a {
		width: 61px;
		background-image: url(images/nav/nav_map.png) !important;
	}
	.nav_map a:hover,
	.nav_map.current-menu-item a {
		width: 61px;
		background-image: url(images/nav/nav_map_on.png) !important;
	}
	
	.nav_contact a {
		width: 112px;
		background-image: url(images/nav/nav_inquiry.png) !important;
	}
	.nav_contact a:hover,
	.nav_contact.current-menu-item a {
		width: 112px;
		background-image: url(images/nav/nav_inquiry_on.png) !important;
	}
	
	/****************************************************************************/
	
	/* ! content Structure */
	
	/****************************************************************************/
	#content {
		width: 934px;
		padding: 1em 18px;
		margin: 0 auto;
	}
	#content hgroup {
		background: url(images/common/bg_headding.gif) transparent repeat scroll left top;
		/* padding: 0.5em 0.3em 0.3em 0.3em; */
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		-webkit-border-top-left-radius: 10px;
		-webkit-border-top-right-radius: 10px;
		behavior: url(PIE.htc);
	}
	.box {
		background-color: #FFF;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-ms-border-radius: 10px;
		border-radius: 10px;
		margin: 0 0 1em 0;
		-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.15);
		-moz-box-shadow: 0 0 2px rgba(0,0,0,0.15);
		-ms-box-shadow: 0 0 2px rgba(0,0,0,0.15);
		box-shadow: 0 0 2px rgba(0,0,0,0.15);
		behavior: url(PIE.htc);
	}
	.box_contents {
		padding: 1em;
		overflow: hidden;
	}
	
	/* ! ▼ layout change arcive pages on 2012/12/15 */
	body.page-blog .box_contents,
	body.category-news .box_contents,
	body.category-alohablog .box_contents,
	body.category-blog .box_contents {
		padding: 0;
	}
	body.page-blog .box,
	body.category-news .box,
	body.category-alohablog .box,
	body.category-blog .box {
		padding: 1em;
	}
	body.page-blog .box:first-child,
	body.category-news .box:first-child,
	body.category-alohablog .box:first-child,
	body.category-blog .box:first-child {
		background-color: #FFF;
		border-top-right-radius: 0px;
		border-top-left-radius: 0px;
		margin: 0 0 1em 0;
		behavior: url(PIE.htc);
	}
	body.page-blog .entry_meta_bottom,
	body.category-news .entry_meta_bottom,
	body.category-alohablog .entry_meta_bottom,
	body.category-blog .entry_meta_bottom {
		margin-bottom: 1em;
	}
		/* ! sidbar overwrite */
		body.page-blog .sidebox.box,
		body.category-news .sidebox.box,
		body.category-alohablog .sidebox.box,
		body.category-blog .sidebox.box {
			padding: 0em;
		}
		body.page-blog .sidebox .box_contents,
		body.category-news .sidebox .box_contents,
		body.category-alohablog .sidebox .box_contents,
		body.category-blog .sidebox .box_contents {
			padding: 1em 1.9em;
		}
	/* ! ▲ layout change arcive pages on 2012/12/15 */
	
	#content_main {
		width: 618px;
		float: left;
		padding: 6px 0 2em 0;
	}
	#content_main h2 {
		padding: 0.5em 0 0.5em 1.3em;
		background: url(images/common/border_h2.gif) transparent no-repeat scroll 10px 8px;
	}
	
	/* ! image_box */
	.image_box {
		width: 239px;
		clear: both;
		overflow: hidden;
		float: left;
		margin: 0 1em 0 0;
		zoom: 1;
	}
	.box_inner {
		clear: both;
		overflow: hidden;
		padding-top: 3px;
	}
	.box_inner .second {
		float: left;
	}
	.box_inner .third {
		float: right;
	}
	.image_box .box_inner img {
		display: block;
		width: auto;
		height: auto;
	}
	
	/* ! about */
	.alignleft {
		float: left;
		margin-right: 0.5em;
	}
	.alignright {
		float: right;
		margin-left: 0.5em;
	}
	body.page-about .box_contents img,
	body.page-blog .box_contents img,
	body.single .box_contents img {
		width: auto;
		height: auto;
	}
	
	/* ! blog */
	#content_main #news .box_contents h3,
	body.page-blog #content_main #blog_entry .box_contents h3,
	body.category #content_main #each_cat .box_contents h3,
	body.tag #content_main #each_tag .box_contents h3,
	body.single #content_main #single_entry .box_contents h3 {
		position: relative;
		margin: 0 0 0.8em 0;
		padding: 0.4em 0 0.4em 6em;
		border-top: 1px solid #C7B299;
		border-bottom: 1px dotted #C7B299;
	}
	body.page-blog #content_main #blog_entry .box_contents h3 span,
	body.category #content_main #each_cat .box_contents .category-blog h3 span,
	body.tag #content_main #each_tag .box_contents .category-blog h3 span,
	body.single #content_main #single_entry .box_contents .category-blog h3 span {
		position: absolute;
		left: -10px;
		top: 0.7em;
		display: block;
		width: 85px;
		height: 20px;
		font-weight: normal;
		font-size: 0.6em;
		background: url(images/common/bg_blog_entry_meta.gif) transparent no-repeat scroll 0px center;
		line-height: 2.1;
		padding: 0 0 0 2.2em;
		color: #FFF;
	}
	
	/* ! map */
	.box_contents img {
		width: auto;
		height: auto;
	}
	
	
	/* ! content_sub */
	#content_sub {
		width: 306px;
		float: right;
		padding: 0;
	}
	#content_sub h2 {
		padding: 0.5em 0 0.5em 1.3em;
		background: url(images/content_sub/border_h2_content_sub.gif) transparent no-repeat scroll 10px 8px;
	}
	#reservation {
		margin: 0 0 0.7em -6px;
		line-height: 0;
	}
	.sidebox {
		width: 308px;
		/* padding: 1em 1.5em; */
	}
	.sidebox .box_contents {
		padding: 1em 1.9em;
	}
	.widget_sp_image {
		margin-bottom: 0;
	}
	
	
	/* ! aloha entry */
	#aloha_entry {
		
	}
	.entry_contents li {
		margin-bottom: 1em;
		padding-bottom: 1em;
		border-bottom: 1px solid #C7B299;
	}
	.entry_contents h3 {
		position: relative;
		border-bottom: 1px dotted #C7B299;
		margin-bottom: 0.2em;
		padding-bottom: 0.3em;
	}
	.entry_contents h3 span {
		position: absolute;
		top: -1.6em;
		left: 0;
		font-size: 0.7em;
		font-weight: normal;
	}
	.entry_contents .last {
		border: none;
	}
	
	/* ! knowledge */
	#knowledge  h3 {
		margin-bottom: 1em;
	}
	
	/* ! about page */
	#content_main .box_contents h3 {
		position: relative;
		margin: 2em 0 1em 244px;
		padding: 0 0 1em 0;
		border-bottom: 1px dotted #C7B299;
	}
	#content_main .box_contents h3 span {
		position: absolute;
		font-size: 0.7em;
		font-weight: normal;
		left: 0;
		top: -1.5em;
	}
	.three_inner {
		width: 30%;
		float: left;
		margin: 0 26px 1em 0;
	}
	.three_inner.third {
		margin: 0;
	}
	#content_main .box_contents .three_inner h3 {
		margin: 1em 0 0.5em 0;
		padding: 0 0 0.5em 0;
	}
	
	#jinai_gallery {
		width: 598px;
		border-collapse: collapse;
		vertical-align: baseline;
		line-height: 0;
		font-size: 0;
	}
	#jinai_gallery td {
		padding: 0 12px 12px 0;
		vertical-align: top;
	}
	#jinai_gallery td img {
		vertical-align: top;
		margin: 0;
	}
	
	/* ! guide */
	#medical_subjects li {
		clear: both;
		margin: 0.5em 0;
		padding: 0.5em 0;
		border-bottom: 1px solid #C7B299;
	}
	#content_main .box_contents #medical_subjects h3 {
		margin: -1.7em 0 0.5em 244px;
		padding: 0 0 0.5em 0;
	}
	body.page-guide #content_main .box_contents h3 span {
		position: static;
		display: block;
	}
	body.page-guide #content_main .box_contents .three_inner h3 {
		margin-top: -1em;
	}
	#medical_subjects p {
		margin: 0 0 0.5em 244px;
		
	}
	#medical_subjects img {
		float: left;
	}
	
	/* ! contact form */
	span.wpcf7-form-control-wrap {
		display: block !important;
	}
	#contact_form {
		margin: 1em auto;
		font-size: 1.4em;
		width: 90%;
		position: static;
		min-width: 0; /* peekaboo bug fix for IE7 */
	}
	#contact_form th {
		width: 40%;
		padding: 1em;
		vertical-align: top;
		border-bottom: 1px dotted #B3B3B3;
	}
	#contact_form td {
		width: 70%;
		border-bottom: 1px dotted #B3B3B3;
	}
	#contact_form .caution {
		font-size: 0.4em;
		font-weight: bold;
		color: #FF4424;
		vertical-align: super;
	}
	body.page-inquiry p.caution {
		color: #FF4424;
		font-size: 1em;
		font-weight: bold;
		float: left;
	}
	#contact_form input,
	#contact_form textarea {
		border: 1px solid #B3B3B3;
		width: 285px;
		padding: 0.2em;
		font-size: 1.4em;
		margin: 0.5em 0;
		-webkit-box-shadow: 0px 0px 10px rgba(179,179,179,0.3);
		-moz-box-shadow: 0px 0px 10px rgba(179,179,179,0.3);
		-ms-box-shadow: 0px 0px 10px rgba(179,179,179,0.3);
		box-shadow: 0px 0px 10px rgba(179,179,179,0.3);
		
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		border-radius: 5px;
	}
	#contact_form .your-first-name input,
	#contact_form .your-last-name input {
		width: 41%;
		margin-right: 10px;
		float: left;
	}
	#contact_form .phone_1 input,
	#contact_form .phone_2 input,
	#contact_form .phone_3 input {
		width: 25.2%;
		margin-right: 10px;
		display: block;
		float: left;
	}
	.subjects select {
		/* font-size: 1.4em; */
		padding: 0.5em;
		margin: 0.7em 0 0 0;
	}
	.submit_area {
		float: right;
		margin: 0 5.3em 0 0;
		clear: both;
	}
	.submit {
		float: left;
		margin: 0 0 0 2em;
	}
	div.wpcf7-response-output {
		margin-top: 7em !important;
		font-size: 1.4em;
	}
	.submit input[type="submit"] {
		display: block;
		width: 99px;
		height: 49px;
		text-indent: -9999px;
		border: none;
		background: url(images/common/btn_submit.png) transparent no-repeat scroll left top;
		cursor: pointer;
		margin: -0.5em 0 0 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		-ms-box-shadow: none;
		box-shadow: none;
	}
	.submit input[type="submit"]:hover {
		opacity: 0.8;
	}
	span.wpcf7-not-valid-tip-no-ajax {
		display: inline-block !important;
	}
	
	/* ! sitemap page */
	.disclist li {
		display: list-item;
		list-style: disc;
		margin: 0 0 0.6em 1.3em;
	}
	.sitelink {
		padding: 2em;
		margin-top: 2em;
		border-top: 1px dotted #C7B299;
	}
	
	
	/* ! news (box_contents) */
	#content_main #news .box_contents li,
	body.page-blog #content_main #blog_entry .box_contents li,
	body.category-blog #content_main #each_cat .box_contents li,
	body.tag #content_main #each_tag .box_contents li,
	body.single #content_main #single_entry .box_contents li {
		margin: 0 0 1em 0;
		clear: both;
	}
	/* #content_main #news .box_contents h3, */
	body.page-blog #content_main #blog_entry .box_contents h3,
	body.category #content_main #each_cat .box_contents h3,
	body.tag #content_main #each_tag .box_contents h3,
	body.single #content_main #single_entry .box_contents h3 {
		position: relative;
		margin: 0 0 0.8em 0;
		padding: 0.4em 0 0.4em 8em;
		border-top: 1px solid #C7B299;
		border-bottom: 1px dotted #C7B299;
	}
	#content_main #news .box_contents h3 span,
	body.page-blog #content_main #blog_entry .box_contents h3 span,
	body.category #content_main #each_cat .box_contents .category-news h3 span,
	body.single #content_main #single_entry .box_contents .category-news h3 span {
		position: absolute;
		left: -12px;
		top: 0.6em;
		display: block;
		width: 85px;
		height: 20px;
		font-weight: normal;
		font-size: 0.6em;
		background: url(images/common/bg_entry_meta.gif) transparent no-repeat scroll 0px center;
		line-height: 2.1;
		padding: 0 0 0 1.1em;
		color: #FFF;
	}
	body.page-blog #content_main #blog_entry .box_contents h3 span,
	body.category #content_main #each_cat .box_contents .category-blog h3 span,
	body.tag #content_main #each_tag .box_contents .category-blog h3 span,
	body.single #content_main #single_entry .box_contents .category-blog h3 span {
		position: absolute;
		left: -12px;
		top: 0.6em;
		display: block;
		width: 85px;
		height: 20px;
		font-weight: normal;
		font-size: 0.6em;
		background: url(images/common/bg_blog_entry_meta.gif) transparent no-repeat scroll 0px center;
		line-height: 2.1;
		padding: 0 0 0 1.2em;
		color: #FFF;
	}
	/*
body.category #content_main #each_cat .box_contents .category-alohablog h3 span,
	body.tag #content_main #each_tag .box_contents .category-alohablog h3 span,
	body.single #content_main #single_entry .box_contents .category-alohablog h3 span {
		position: absolute;
		left: -12px;
		top: 0.6em;
		display: block;
		width: 85px;
		height: 20px;
		font-weight: normal;
		font-size: 0.6em;
		background: url(images/common/bg_alohablog_entry_meta.gif) transparent no-repeat scroll 0px center;
		line-height: 2.1;
		padding: 0 0 0 1.1em;
		color: #FFF;
	}
*/
	
	
	/****************************************************************************/
	
	/* ! Map page */
	
	/****************************************************************************/
	.mapp-container {
		float: right;
	}
	
	
	/****************************************************************************/
	
	/* ! footer Structure */
	
	/****************************************************************************/
	#footer {
		clear: both;
		background: url(images/footer/bg_footer_contents.gif) #FFF repeat scroll left top;
		margin: 0;
		padding: 0;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		-ms-border-radius: 0px;
		border-radius: 0px;
	}
	#foot_outer {
		background: url(images/footer/bg_footer.gif) transparent repeat-x scroll center bottom;
		width: 100%;
	}
	#gfoot {
		width: 970px;
		margin: 0 auto;
		padding: 3em 0 6em 35px;
		background: url(images/footer/bg_gfoot.gif) transparent no-repeat scroll left bottom;
	}
	.foot_box {
		float: left;
		width: 280px;
		margin: 0 34px 0 0px;
	}
	.foot_box li,
	#other_contents h2 {
		margin-bottom: 0.3em;
		padding-bottom: 0.3em;
		border-bottom: 1px dotted #C7B299;
	}
	.foot_box li li {
		border: none;
		display: inline-block;
		margin: 0 0.5em 0 0;
	}
	.foot_box li li:before {
		content: "・";
	}
	.foot_box li.last {
		border: none;
	}
	.foot_box img {
		margin: 0;
		padding: 0;
	}
	
	#other_contents ul {
		margin: 0 0 0 2em;
	}
	#other_contents li {
		border: none;
		list-style: disc;
	}
	#other_contents li a {
		color: #736357;
	}
	
	
	
	
	/****************************************************************************/
	
	/* ! 暫定的（削除） */
	
	/****************************************************************************/
	.image_box img,
	.box_contents img {
		background-color: lightgray;
	}
}

.category-alohablog h3 {
	padding-left: 0 !important;
}
/* ! recruit table */
#recruit_table {
	font-size: 1.4em;
	border-top: 1px solid #C7B299;
	border-left: 1px solid #C7B299;
}
#recruit_table th,
#recruit_table td {
	padding: 1.2em;
	border-right: 1px solid #C7B299;
	border-bottom: 1px solid #C7B299;
	
}
#recruit_table th {
	background-color: #f4f1e8;
	width: 30%;
	padding-left: 2em;
}

body.single #content_main #single_entry .box_contents h3 {
	padding-left: 6em;
}

 .covid_bnr{
width:100%;
max-width:569px;
margin-left: auto;
margin-right: auto;
margin-top:2%;
margin-bottom:2%;
}
.covid_bnr img{
width:100%;
}



/* -------- ブログ一覧のスタイル -------- */
#blog_entry .blog-list {
    margin-top: 0px;
}

#blog_entry .blog-card {
    background: #fff;
    margin-bottom: 10px;
    padding-bottom: 0;
    border-bottom: 1px solid #f0f0f0;
}

#blog_entry .blog-card:last-of-type {
    border-bottom: none;
}

.blog-card-inner {
    position: relative;
}

/* 日付のスタイル */
.blog-date {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 15px;
    color: #666;
    border-left: 3px solid #333;
    padding-left: 15px;
}

.blog-year {
    font-size: 14px;
    color: #999;
}

.blog-month-day {
    font-size: 24px;
    font-weight: 300;
    color: #666;
}

/* タイトルのスタイル */
.blog-title {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.7;
    margin: 0 0 15px 0;
    padding: 0;
    color: #333;
    padding: 0em 0 0em 5em !important;
}

.blog-title a {
    color: inherit;
    text-decoration: none;
    font-size: 0.9em;
    display: inline;
}

.blog-title a:hover {
    color: #0066cc;
}

/* 日付を右端に配置 */
.blog-title .blog-date {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 13px;
    font-weight: normal;
    color: #999;
    background: #fff;
    padding-left: 10px;
}

.blog-date {
top: 14px !important;
}

/* サムネイル画像 */
.blog-thumbnail {
    margin-bottom: 25px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 16/9;
    max-height: 400px;
}

.blog-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.blog-thumbnail:hover img {
    transform: scale(1.05);
}

.category-label {
    display: inline-block;
    background: #f0f0f0;
    color: #666;
    padding: 5px 15px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
}

/* 抜粋 */
.blog-excerpt {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 30px;
}

/* READ MOREボタン */
.blog-readmore {
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #f0f0f0;
}

.readmore-btn {
    display: inline-block;
    padding: 15px 50px;
    border: 1px solid #ddd;
    color: #666;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 3px;
    transition: all 0.3s ease;
    background: transparent;
    font-weight: 500;
}

.readmore-btn:hover {
    background: #333;
    border-color: #333;
    color: #fff;
}
/* -------- ブログ一覧のスタイル ここまで -------- */
