/******************************************  
 CUSTOM STYLESHEET
*******************************************/
#content .title-widget {
	margin-bottom: 10px;
	background-color: #cd4151;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 15px 20px;
}
/*スライドショーのテキスト*/
#featured-posts .slide-tagline {
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	margin: 10px 0 0;
	text-transform: uppercase;
}
#featured-posts .slide-content {
	padding: 20px 5%;
}
/*ロゴ*/
#logo {
	margin-right: 0;
}
.wpzoom-contacts {
	margin-top: 10px;
}
/*ヘッダー連絡先*/
.wpzoom-contacts .wpzoom-contact {
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 6px 0;
	text-align: right;
	padding-left: 0;
}
/*オンライン予約*/
.wpzoom-contacts .wpzoom-contact:nth-child(2) {
	font-size: 30px;
	color: #b03b69;
}
.wpzoom-contacts .wpzoom-contact:nth-child(3) {
	font-size: 24px;
	color: #b03b69;
	display: none;
}
/*フッター*/
footer {
	background-color: #222;
	border-top: solid 2px #fff;
	color: #aaa;
	font-size: 14px;
	line-height: 1.65em;
	padding: 50px 0 0;
}
#reserve img,#fb img {
	width: 100%;
	height: auto;
}
/*トップ上段左ようこそ*/
#content .wpzoom-welcome {
	font-size: 16px;
	line-height: 32px;
}
#content .wpzoom-welcome h1 {
	font-size: 26px;
	font-weight: bold;
	line-height: 50px;
	text-align: left;
	text-transform: none;
	margin-top: 5px;
}
#content .wpzoom-welcome .title-widget {
	font-size: 28px;
	font-weight: bold;
	line-height: 50px;
	text-align: left;
	text-transform: none;
}
#content .wpzoom-welcome figure{
	width: 100%;
	margin-bottom: 10px;
}
#content .wpzoom-welcome figure img{
	width: 100%;
	height: auto;
}
#fb img,#reserve img {
	width: 100%;
	height: auto;
}
/*===========================================
	カレンダー
===========================================*/

#calbox {
	width: 100%;
}
.calendar-container {
    position: relative!important;
    padding-bottom: 75%;
    padding-top: 30px;
    height: 0;
} 
.calendar-container iframe,
.calendar-container object,
.calendar-container embed {
    position: absolute!important;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
}
.calendar-container #if1 {
	display: block;
}
.calendar-container #if2 {
	display: none;
}
/*===========================================
	MAP
===========================================*/
.google-maps {
	position: relative;
	padding-bottom: 75%; // これが縦横比
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
#content #text-12 .title-widget {
	background-color: #FFF;
	color: #222;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 0;
}
/*投稿のフォントサイズ*/
.post-single {
	font-size: 15px;
	line-height: 1.8;
}
.post-single ul {
	margin-bottom: 1.5em;
}
/*画像左寄せ*/
.imgboxL {
	margin-bottom: 20px;
}
.imgboxL figure {
	width:40%;
	float:left;
	margin: 0 15px 0 0;
}
.imgboxL figure img {
	width: 100%;
	height: auto;
}
/*画像右寄せ*/
.imgboxR {
	margin-bottom: 20px;
}
.imgboxR figure {
	width:40%;
	float:right;
	margin: 0 0 0 15px;
}
.imgboxR figure img {
	width: 100%;
	height: auto;
}
/*margin関係*/
.mb20 {
	margin-bottom: 20px;
}
/*ぱんくず*/
.wpzoom-breadcrumbs .crumbs {
	display: none;
}
/*審美歯科表組み*/
#shinbitable table.price {
	/*border: 1px solid #dad1bb;*/
	border-collapse: collapse;
	margin-bottom: 20px;
	table-layout: fixed;
}
#shinbitable table.price tr, #shinbitable table.price th, #shinbitable table.price td {
	border: 1px solid #dad1bb;
	font-weight: normal;
	line-height: 1.4;
}
#shinbitable table.price th {
	background-color: #F7F3E9;
	font-size: 13px;
	width: 101px;
	padding: 5px 2px;
}
#shinbitable table.price td {
	background-color: #FFFFFF;
	font-size: 14px;
	width: 202px;
	padding: 5px 2px;
}
#shinbitable table.price ul {
	margin: 0;
}
#shinbitable table.price td.txtcen {
	text-align: center;
}
#shinbitable table.price td.txtcen img {
	padding: 5px 0;
}
#shinbitable table.spprice {
	display: none;
}
#shinbitable　p.spprice {
	display: none;
}
#shinbitable .post-single p.spprice {
	display: none;
}
#shinbitable table.price td.pricetitle {
	background-color: #f2e8ce;
}
#shinbitable table.price li {
	list-style:disc;
}
#shinbitable table.price td img {
	margin-bottom: 0px;
}
/*===========================================
	iPad用レイアウト
===========================================*/
/*スマホ対応ヘッダー真ん中寄せ*/
@media screen and (max-width: 768px) {	

#logo,.wpzoom-contacts {
		display: block;
		float: none;
		margin: 0 auto 20px;
		text-align: center;
}
#logo img {
	width: 100%;
	height: auto;
}	
.wpzoom-contacts {
		margin-bottom: 0;
}
.wpzoom-contacts .wpzoom-contact {
		text-align: center;
}
.wpzoom-contacts .wpzoom-contact:nth-child(2) {
	font-size: 20px;
	color: #555;
}
.wpzoom-contacts .wpzoom-contact:nth-child(3) {
	font-size: 24px;
	color: #b03b69;
	display: block;
}
/*トップ上段左ようこそ*/
#content .wpzoom-welcome {
	font-size: 14px;
	line-height: 1.8;
}
#content .wpzoom-welcome h1 {
	font-size: 20px;
	font-weight: bold;
	line-height: 40px;
	text-align: left;
	text-transform: none;
	margin-top: 5px;
}
/*===========================================
	スマホ用レイアウト
===========================================*/
@media screen and (max-width: 480px) {
/*オンライン予約*/
.wp-zoom-contacts {
	margin-top: 0;
}
.wpzoom-contacts .wpzoom-contact:nth-child(2) {
	font-size: 20px;
	color: #555;
}
.wpzoom-contacts .wpzoom-contact:nth-child(3) {
	font-size: 24px;
	color: #b03b69;
	display: block;
}
/*カレンダー*/
#calbox {
	width: 100%;
}
#calbox .calendar-container {
    position: relative!important;
    padding-bottom: 100%;
    padding-top: 30px;
    height: 0;   
} 
.calendar-container #if1 {
	display: none;
}
.calendar-container #if2 {
	display: block;
}

/*google マップ*/
.google-maps {
	position: relative;
	padding-bottom: 75%; // これが縦横比
	height: 0;
	overflow: hidden;
}
/*投稿のフォントサイズ*/
.post-single {
	font-size: 14px;
	line-height: 1.8;
}
/*審美歯科テーブル部分*/
#shinbitable table.pcprice {
	display: none;
}
#shinbitable table.spprice {
	display: block;
	width: 100%;
}
#shinbitable table.spprice td {
	width:20em;
	padding: 1% 2%;
}
#shinbitable table.spprice th {
	width:30%;
}
#shinbitable p {
    margin-bottom: 0;
}
}