/*
Theme Name: stinger7child
Template: stinger7
*/
@import url('../stinger7/style.css');

/*--------------------------------
	各フォント設定
---------------------------------*/
mark, .mark {
    background: none;
}

point, .point {
    color: #ec5e8b;
    font-size: 1.06em;
    font-weight: bold;
    text-shadow: 0 1px #fff;
}

a {
    display: block;
    color: #777;
}

a:hover{
    color: #58B1E0;
}

#footer a:hover,.acordion_tree ul.menu li a:hover  {color:#222;}

.post p {
	line-height: 2em;
	font-size: 1em;
	margin-bottom: 30px !important;
}

span.fb {
	font-weight: bold;
}

span.ttl-1 {
	padding: 5px 15px;
	border-left: 6px solid #b122e5;
    font-size: 1.1em;
    height: auto;
    margin: 0 0 20px;
    font-weight: bold;
    display: inline-block;
}

span.column {
	padding: 8px 15px;
	background-color: #f0faff;
	display:block;
}

span.bg {
	padding: 20px;
	background-color: #f0faff;
	display:block;
}

span.po {
    color: #58B1E0;
    font-weight: bold;
}

span.sum{background:linear-gradient(transparent 70%,#fff4aa 40%);font-weight:500;}



/*PAGE TOP*/
#page-top {
	position: fixed;
	z-index: 9;
	bottom: 20px;
	right: 0px;
	font-size: 0.8em;
}

#page-top a {
	background: #099be8;
	text-decoration: none;
	color: #fff;
	padding: 12px 0;
	line-height: 15px;
	text-align: center;
	display: block;
	-moz-opacity: 0.6;
	opacity: 0.6;
    border-radius: 0;
    width: 5.5em;
}

#page-top a:hover {
	text-decoration: none;
	background: #007fda;
	color: #fff;
}

/*リンク*/
.link a, a.link, .more a span, .list li {
    background: rgba(0, 0, 0, 0) url("images/arrow.png") no-repeat scroll 0 0.4em;
    padding: 0 0 0 16px;
    line-height: 1.7em;
    vertical-align: middle;
}

/* 見出し*/
h2 {
	position: relative;
	background: #0b9ae6;
	color: #fff;
	font-size: 20px;
	line-height: 27px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

h2:before,h2:after {border-top:10px solid #0b9ae6;}

.post h2 {
	margin: 0 0 20px;
	padding: 8px 20px;
	background: #0b9ae6;
	color: #fff;
    font-size: 1em;
    height: auto;
}



h3 {
	position: relative;
	margin: 0 0 40px;
	padding: 0 0 18px;
	width: auto;
	font-size: 24px;
	line-height: 1.5;
	text-align: center;
}

h3::after {
    position: absolute;
    bottom:0;
    left: 45%;
    z-index: 2;
    content: '';
    width: 10%;
    height: 3px;
    background-color: #3498db;
}

.sw_menu h3 {margin-bottom:60px;}
.sw_flow h3,.sw_maincatch h3,#blog h3 {margin-top:65px;}
.sw_maincatch h3{ font-size:20px; }

.post h3{
	margin: 20px 0 ;
	padding: 10px 20px;
	border-top: none;
	border-bottom: 1px solid #0b9ae6;
	width: auto;
	/*font-size: 24px;*/
	line-height: 1.2;
	text-align: left;
}

.post h3::after {content:none;}

.nav h3 {
	border-bottom: 0px;
	background:url("https://yokokawa-ortho.com/wp/wp-content/themes/stinger7child/images/hl.png") 0 bottom no-repeat;
	line-height: 36px;
	height: 2em;
	text-shadow: 0 1px #f4f0e7;
	color : #6f513b;
	padding-left: 13px;
	margin-top: 0;
	padding-top: 15px;
	margin-bottom: 15px;
	text-align: left;
	border-radius: 0;
	text-shadow: none;
}


.nav h3 a{
		color : #6f513b; text-shadow: 0 1px #fff;
		border-bottom: 0px;
		}

.post h3.nt {padding:0;}

h4, .h4, h5, .h5 , .post h4 {
	position: relative;
	padding: 8px 15px;
	border-left: 6px solid #b122e5;
    color: #503521;
    font-size: 1.2em;
    height: auto;
    text-decoration: none;
    background:none;
}

dd h3 a {
	color: #333;
	text-decoration: none;
	font-size:16px;
}

.post img {
	border:1px solid #ccc;
	padding:1px;
	}

#main .point, .point {
	color: #ec5e8b;
	font-size: 1.06em;
	font-weight: bold;
	text-shadow: 0 1px #fff;
	}

#main .title, .title {
	background:#97b24c;
	padding:4px 16px 2px;
	margin:5px 5px 10px 0px;
	font-weight:bold;
	font-size:112%;
	display:inline-block;
	color:#fff;
	text-shadow: 1px 1px #809d30, -1px 1px #809d30, 1px -1px #809d30, -1px -1px #809d30; box-shadow: 1px 1px 0 #c8da92 inset;
	border-radius: 10px 0 10px 0;
	border: 1px solid #7e9835;
	}

/* 下三角 */
	.sankaku {
	width: 0;
	height: 0;
	border: 25px solid transparent;
	border-top: 25px solid #f5ecf7;
	margin: 0 auto;
	display:block;
	clear:both;
	}

	/* 右三角 */
	.sankaku-r {
	width: 0;
  	height: 0;
	border-top: 25px solid transparent;
	border-right: 25px solid transparent;
	border-bottom: 25px solid transparent;
	border-left: 25px solid #b122e5;
	}

/* レイアウト */
body {
	width:1100px;
}



#wrapper {
	padding: 0;
}

#contentInner {
	padding: 0 0 50px;
    letter-spacing: 2px;
    line-height: 2;
    font-size: 13px;

}

/* サイドバーの見出し */
#side aside h4 {
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 20px;
	line-height: 28px;
}

#side h5 {
	font-size:15px;
	margin-bottom:5px;
}

/*--------------------------------
ぱんくず
---------------------------------*/
#breadcrumb {
	margin: 10px auto;
	width: 1100px;
}

#breadcrumb ul {
	list-style: none;
	padding: 5px 0 0;
	margin-bottom: 0;
}

#breadcrumb ul:after {
	content:"";
	display:block;
	clear:both;
}

#breadcrumb ul li {
	float: left;
	font-size: 13px;
}

#breadcrumb a {
	color: #333;
	text-decoration: none;
	display: inline;
}

#breadcrumb a:hover {
	text-decoration: underline;
}


/*--------------------------------
サイドバー
---------------------------------*/
#mybox {
    width: 250px;
}

.execphpwidget{
	margin-bottom: 20px;
}

#side aside ul li {
	list-style-type: none;
	margin: 10px auto;
	padding: 0px;
}

#side aside ul li ul li{
	list-style-type: none;
	margin: 0px;
	padding-left: 0;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left 50%;
}

#mybox h4,  #side aside h4.menu_underh2 {
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.4em;
	margin: 0px;
	margin-top: -13px;
	padding: 13px 0 8px 22px;
	color: #fff;
	border-left: none;
}
#side aside h4.menu_underh2+div {border:8px solid #f6f6f6;border-top:none;}

#mybox ul li ul li a, #mybox ul.sitemap li a {
    background: #fff url("https://yokokawa-ortho.com/wp/wp-content/themes/stinger7child/images/menu2.png") no-repeat scroll -240px bottom;
    border-bottom: medium none;
    color: #444;
    font-size: 0.9em;
    font-weight: normal;
    margin-right: 4px;
    padding: 12px 8px 12px 24px;
    text-decoration: none;
    line-height: 1.3em;
}

#mybox ul li ul li a:hover {
    background-position: 0 center;
    color: #f47d1f;
    text-decoration: underline;
}


/*--------------------------------
サイドバー固定ページ用のナビ
---------------------------------*/

#sidebg {
	background: none;
}

#sidebg h4 {
	padding-left:0px;
	border-left: none;
}

/*ulタグの階層*/
#side aside .st-pagelists ul {
	padding:0px;
}

#side aside .st-pagelists .children {
	padding:5px 0px;
}

#side aside .st-pagelists .children li .children {
	padding:0px 10px 0px 0px;
}

/*liタグの階層*/
#side aside .st-pagelists ul li {
	padding: 0px;
}

#side aside .st-pagelists ul li ul li {
	padding: 0px 10px;
}

#side aside .st-pagelists ul li li li li {
	padding: 0px 10px;
	border-bottom:none;
}


/*aタグの階層*/
#side aside .st-pagelists ul li a {
	text-decoration:none;
	padding:5px 10px;
	margin-bottom:1px;
	color:#fff;
	width:100%;
	display:block;
	box-sizing:border-box;

	/*Other Browser*/
	background: #91bae4;
	/*For Old WebKit*/
	background: -webkit-linear-gradient(
	#1584C4 0%,
	#0277BD 100%
	);
	/*For Modern Browser*/
	background: linear-gradient(
	#1584C4 0%,
	#0277BD 100%
	);

}

#side aside .st-pagelists ul li a:hover {
	-moz-opacity: 0.8;
	opacity: 0.8;
}

#side aside .st-pagelists .children a {
	text-decoration:none;
	padding:0px 10px;
	background:transparent;
	background-repeat: no-repeat;
	background-position: left center;
	color:#000;
	margin-bottom:5px;
	border-bottom:1px dotted #ccc;
}

#side aside .st-pagelists .children a:hover {
	color:#ff0000;
}

#side aside .st-pagelists .children li .children a {
	text-decoration:none;
	padding:0px 0px 0px 10px;
	background:transparent;
	background-repeat: no-repeat;
	background-position: left center;
	color:#000;
	border:none;
	margin-bottom:0px;
}

#side aside .st-pagelists .children li .children a:hover {
	color:#ff0000;
}

#side aside .st-pagelists .children li .children .children li a {
	text-decoration:underline;
	padding:0px 10px 0px 20px;
	background:transparent;
	background-repeat: no-repeat;
	background-position: left center;
	color:#000;
	border:none;
	margin-bottom:0px;
}


/*--------------------------------
ブログ記事
---------------------------------*/
.kanren h3 {
	margin-bottom: 10px;
	padding: 0;
	height:auto;
}

.kanren h3::after {
	background-color: transparent;
}

.kanren h3 a {
	background-color: #fff;
	text-shadow: none;
	text-align: left;
	padding: 0;
}

.kanren .info {
	height: 35px;
    display: none;
}

.kanren .info .date {
	background: url(images/date.png) left center no-repeat;
	float: left;
	margin-top: 3px;
	padding-left: 20px;
}

.kanren .info .tags {
	background: url(https://yokokawa-ortho.com/wp/wp-content/themes/stinger7child/images/tag.png) left center no-repeat;
	float: left;
	padding-left: 10px;
	margin-left: 10px;
}

.kanren .info .tag_list {
	list-style: none;
}

.kanren .info .tag_list > li{
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	background-color: #74caeb;
	padding: 3px 5px;
	border-radius: 5px;
	float: left;
	margin-left: 10px;
	font-size: 14px;
}

.kanren dt {
	margin-right: 20px;
	width: 150px;
}

.kanren img {
	width: 150px!important;
}



/*--------------------------------
更新情報
---------------------------------*/
#topnews-box div {
	padding: 0;
}

#topnews-box {
	padding: 0;
}

#topnews-box .news {
	background:#f3f8e7;
	padding: 0 20px;
	border: 1px solid #cedba9;
	box-shadow: 0 2px 2px #ebeaea;
	border-radius: 15px 0 15px 0;
	vertical-align: baseline;
}

#topnews-box .news h4 {
	background: none;
	border-bottom: 1px dashed #7a9333;
	color: #7c9d1f; font-weight:bold; font-size:110%;
	letter-spacing: 0.1em;
	text-shadow: 0 1px #fff;
	line-height: 26px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#topnews-box .news dt {
	float: left;
	width: 13%;
}

#topnews-box .news dd {
	width: 100%;
	font-size:0.9em;
	padding-bottom: 10px;
	border-bottom-style: none;
}

/*--------------------------------
ヘッダーコンテンツ
---------------------------------*/
#headbox {
	width:1100px;
	height:auto;
	margin: 0 auto;
	padding:10px 0 0;
	overflow: hidden;
	position:relative;
	}

#header-l { max-width:none; text-align:left; }
#header-l a{ text-decoration:none;}

/* ヘッダー左側 */
#header-l h1 {
	margin: 0;
	padding: 0;
	/*font-size: 2em;*/
	line-height: 1em;
	color: #222;
}

#header-l h1 ,
#header-l h1 a {
	line-height: 1;color: #222;
	padding-top: 10px;
}

#header-l h1 a span {
	display: inline-block;
}

#header-l img {
	margin-right: 10px;
	height: auto;
	vertical-align: middle;
	display: inline;
}

#header-l h1 a:hover {
	color: #222;
}

#header-l h2.info {
	padding: 0;
	font-size: 13px;
	line-height: 1;
	text-align: left;
	background: none;
	color: #222;
	font-weight: normal;
	position: absolute;
	top: 17px;
	width: 100%;
	margin:0;
}
#header-l h2.info:before, #header-l h2.info:after {content:none;}

#header-l h1 a .name {
	padding-top: 8px;
	font-size: 2.7em;
	line-height: 1;
}

/* ヘッダー右側 */
#header-r {
	padding: 0;
	width: auto;
	max-width:none;
	overflow: hidden;
}

#header-r p {
	color: #666;
	float: right;
	line-height: 1em;
}

p.reservation {
	margin: 0 0 0 10px;
}

p.reservation a {
	padding:15px 10px 15px 40px;
	border:3px double #fff;
	font-weight: 600;
	color: #fff;
	background: #099ae7 url("https://yokokawa-ortho.com/wp/wp-content/themes/stinger7child/images/icon_mail.svg") no-repeat 5% 50%;
	background-size:auto 40% ;
	text-decoration: none;
	text-align: center;
}

p.reservation a:hover {
	background-color:#2dacf0;
}

#header-r .header-r_box {
	float: right;
	overflow: hidden;
	padding: 5px 0 0;
}

#header-r .header-r_box p {
	clear: right;
}

#header-r p.tel_number {
	width: 250px;
	padding:8px 20px 8px 0;
}

#header-r p.time_info {
	font-size: .7em;
}

#header-cap p {
	font-size: 0.8em;
	color: #222;
	text-align: right;
	line-height: 1.5em;
	padding: 10px 0;
}

#header-cap p span.eki {
	color: #9b8579;
}



/*--------------------------------
メインビジュアル
---------------------------------*/

.st-main {
	position: relative;
	margin: 0 0 40px 0 ;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 0;
	height: 460px;
}

.main_visual {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 460px;
}

.main_visual .bx-wrapper {
	height: 100%;
}

.main_visual .bx-wrapper .bx-viewport {
	height: 100%!important;
	position: relative;
	border: none;
	box-shadow: none;
	left: 0;
}

.main_visual .bx-viewport li {
	margin-top: 0px;
}

.main_visual .bx-viewport li .catchcopy {
	position: absolute;
	text-align: left;
	bottom: 200px;
    left: 90px;
	width: auto;
	text-shadow: 0 2px 2px #fff,0 -2px 2px #fff,2px 0 2px #fff,-2px 0 2px #fff;
}

.main_visual img {
	position: relative !important;
	bottom: 0;
	height: auto;
}


.main_visual .bx-viewport li .catchcopy p {
	font-size: 28px;
	font-weight: 500;
	line-height: 1.7;
	margin-bottom: 1.5em;
}
.main_visual .bx-viewport li .catchcopy span {
	font-size: 26px;
}



/* 徒歩5分*/
.index_top_info {
z-index: 9999;
position: absolute;
top: 300px;
left: 730px;
width: 1100px;
margin: 0 auto;
display: flex;
}

.btn_f {
	width: 55px;
	height: 25px;
	margin-right: 10px;
	background: #FFF;
	background: -moz-linear-gradient(top,#f7ecd7 0%,#c6a460);
	background: -webkit-gradient(linear, left top, left bottom, from(#f7ecd7), to(#c6a460));
	border: 1px solid #B7A36E;
	border-radius: 70px;
	-moz-border-radius: 70px;
	-webkit-border-radius: 70px;
	color: #FFF;
	padding: 23px 8px;
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 0.8em;
	text-shadow: 1px 1px 3px rgba(0,0,0,1);
	transition: background-color 0.5s ease-in;
	-webkit-transition: background-color 0.5s ease-in;
}

/*--------------------------------
お知らせ（スマホフッター）
---------------------------------*/
#sp_footer {
position: absolute;
bottom: 0;
width: 100%;
}

#sp_footer .news {
	padding: 0;
}

#sp_footer .news .inner {
	width: 95%;
	margin: 0 auto;
	background: rgba(0, 185, 242,.7);
}

#sp_footer .news .ttl {
	float: left;
	padding: 5px 5px;
	display: block;
	font-weight: 600;
	text-align: center;
	color: #fff;
	background: url("https://yokokawa-ortho.com/wp/wp-content/themes/stinger7child/images/sw_info.svg"),url("https://yokokawa-ortho.com/wp/wp-content/themes/stinger7child/images/bg_news.svg");
	background-repeat:no-repeat,no-repeat;
	background-position:20% 50%,right 0;
	background-size:1em auto, contain;
	width: 16%;
	height: 35px;
	vertical-align: middle;
}

#sp_footer .news .ttl p {
	line-height: 35px;
	margin:0;
}

#sp_footer .news .ttl * {
}

#sp_footer .news #move {
	float: left;
	width:73%;
	height: 35px;
	color: #fff;
	overflow: hidden;
    position: relative;
}

#sp_footer .news #move p {
    height: 100%;
    margin: 0;
    padding: 10px 20px;
    position: absolute;
    text-align: left;
    width: 100%;
}

#sp_footer .news #move p a {
	height: 100%;
	color: #000
;
	text-decoration: none;
}

#sp_footer .news .date {
	margin-right: 20px;
}

/*--------------------------------
HOME コンテンツ
---------------------------------*/

.sw_maincatch {
	text-align: center;
}
.sw_maincatch * {
}
.sw_maincatch p {
	text-shadow: -1px -1px 0px #e2dbcb, 1px 1px 0px #fff;
	color: #333;
	font-size: 22px;
	line-height: 1.5;
	margin: 0 0 5px;
}
.sw_maincatch p:first-child {
	font-size: 11px;
}

.sw_maincatch p.slash{
	position: relative;
	text-align: center;
}
.sw_maincatch p.slash span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 4em;
	padding: 0 1em;
	text-align: center;
}
.sw_maincatch p.slash::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #ccc;
	background: -webkit-linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
	background: linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
}

/* キャンペーンバナー*/
.sw_area1 {
margin: 20px auto 0;
}

.sw_area1 ul {
	list-style: none;
	overflow: hidden;
}

.sw_area1 ul li,.sw_area2 ul li {
	width: 48.8%;
	margin:0 2.4% 2.4% 0 ;
	float: left;
	position: relative;
	overflow: hidden;
}
.sw_area1 ul li:nth-child(2n),.sw_area2 ul li:nth-child(2),.sw_area2 ul li:nth-child(3) {
	margin-right:0;
}
.sw_area1 ul li a img {
	width: 100%;
	height: auto;
	background:#666;
}
.sw_area1 ul li a:hover img {background:#099be8;}
.sw_area1 ul li .text_area {position:absolute; top:0; left:0; color:#fff; font-weight:bold; font-size:1.2em;padding:5% 0 5% 8%; display: block; width:92%;}
.sw_area1 ul li .text {border-bottom:2px solid #fff; line-height:2.2;}
.sw_area1 ul li .btn {display:block; color:#000; text-align: center; padding: 5px; margin:8%  0 0;background:#fff url("https://yokokawa-ortho.com/wp/wp-content/themes/stinger7child/images/btn_arrow.png") bottom right no-repeat; width:88%;}

.sw_area2 ul {
	list-style: none;
	overflow: hidden;
}

/*.sw_area2 ul li {
	width: 50%;
	float: left;
	overflow: hidden;
}*/
.sw_area2 ul li a {text-decoration: none;}
.sw_area2 ul li .text_area {color:#fff; font-weight:bold; font-size:1.2em;padding:5% 0 5% 8%; display: block; width:92%;}
.sw_area2 ul li .flow-text {background:rgba(255,255,255,.7); display:block; color: #222; font-size: 0.75em; padding: 15px; bottom: 20px; margin: 40px 0 14px; width: 82%;}
.sw_area2 ul li .flow-ttl {font-size: 1.2em; padding: 25px 0 0; display: inline-block; letter-spacing: 0.06em;}
.sw_area2 ul li:nth-child(2) {margin-bottom:20px;}
.sw_area2 ul li:nth-child(2) .text_area,.sw_area2 ul li:nth-child(3) .text_area{color:#000; font-size:1em;}
.sw_area2 ul li:nth-child(2) img,.sw_area2 ul li:nth-child(3) img{padding-left:5px;}
.sw_area2 ul li:nth-child(2) .text_area span,.sw_area2 ul li:nth-child(3) .text_area span {color:#000; display:block; font-size: 1.5em; margin-top:5px;}
.sw_area2 ul li:nth-child(1) {background:#fff url("https://yokokawa-ortho.com/wp/wp-content/themes/stinger7child/images/sw_flow_02.png") 0 center no-repeat; background-size: cover;}
.sw_area2 ul li:nth-child(2) {background:#fff url("https://yokokawa-ortho.com/wp/wp-content/themes/stinger7child/images/sw_flow_03.png") 0 center no-repeat; background-size: cover;}
.sw_area2 ul li:nth-child(3) {background:#fff url("https://yokokawa-ortho.com/wp/wp-content/themes/stinger7child/images/sw_flow_04.png") 0 center no-repeat; background-size: cover;}


/* コンテンツ本文*/
.pmenu ,
.sw_menu ,
.sw_treatment_menu ,
.select ,
.banner ,
.message ,
.contact ,
.access {
width: 100%;
}

/*.pmenu h3 ,
.sw_menu h3 ,
.sw_treatment_menu h3 ,
.select h3 ,
.banner h3 ,
.message h3 ,
.contact h3 ,
.blog h3 ,
.access h3 {
margin: 40px 0 0;
padding: 28px 0 18px 50px;
font-size: 24px;
line-height: 1;
text-align: center;
background: rgba(0, 0, 0, 0) url("https://yokokawa-ortho.com/wp/wp-content/themes/stinger7child/images/hl_top.png") no-repeat 0 50%;
background-size:auto 40% ;
}
*/
.sw_p { text-align:center;
font-size: 14px;
font-weight:500;
color: #222;
}
.sw_menu ul.sw_liststyle1 {
list-style: none;
width: 100%;
}
.sw_menu ul.sw_liststyle1 li {
float: left;
margin-right:7.1%;
margin-bottom:15px;
width: 28.4%;
height: 365px;
text-align: center;
}

.sw_menu ul.sw_liststyle1 li:hover {
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.sw_menu ul.sw_liststyle1 li:nth-child(3n) {
margin-right: 0;
}
.sw_menu ul.sw_liststyle1 li a { text-decoration:none; }
.sw_menu ul.sw_liststyle1 li a img {
height: auto;
width:100%;
}
.sw_menu ul.sw_liststyle1 li a span {
display: block;
padding: 10px 0;
font-size: 0.85em;
font-weight: 500;
text-align: justify;
letter-spacing: 0.06em;
color: #222;
line-height: 1.7em;
}
.sw_menu ul.sw_liststyle1 li a span.sw_menu_ttl {
border-bottom:2px solid #099be8;
color: #099be8;
display: inline-block;
font-size: 1.1em;
font-weight:bold;
line-height: 1;
padding: 5px 0;
margin-bottom:10px;
}
.sw_menu ul.sw_liststyle1 figure {
    position: relative;
    margin: 0 0 25px;
}
.sw_menu ul.sw_liststyle1 figure figcaption {
    position: absolute;
    top: -35px;
    left: 15px;
    color: #979790;
    font-size: 46px;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 0.05em;
    z-index: 1;
}

.sw_treatment_menu ul {
list-style: none;
width:100%;
margin:0;
padding:0;
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;
}

.sw_treatment_menu ul li {
float: left;
margin:0 1.2% 1.2% 0;
width: 19.04%;
font-size: 0.85em;
line-height: 1;
border-radius: 2px;
position: relative;
text-align:center;
}
.sw_treatment_menu ul li:nth-child(2n) {background:#e1f6fd;}
.sw_treatment_menu ul li:nth-child(2n+1) {background:#f2fafd;}
.sw_treatment_menu ul li:first-child {background:#fff; margin-bottom:0;}
.sw_treatment_menu ul li:first-child img {max-width: inherit;}
.sw_treatment_menu ul li:nth-child(5n) {margin-right:0;}
.sw_treatment_menu ul li img {margin: 10px auto 0;}

.sw_treatment_menu ul li a {
	line-height: 1.2;
	padding:15px 15px 30px;
	font-weight: 500;
	text-decoration: none;
	color: #099be8;

}
.sw_treatment_menu ul li a span{
background:#00b2f0;
border-radius: 2px;
color:#fff;
font-weight:bold;
font-size: 1.1em;
padding:0;
line-height: 2;
display: block;
position: absolute;
bottom:0; left:0;
width:100%;
}

.sw_treatment_menu ul li a:hover {
opacity:0.8;
}



.sw_treatment_menu {
width: 100%;
overflow: hidden;
}
.sw_treatment_menu div ul {
float: left;
margin-right:1.5%;
margin-bottom:15px;
padding-bottom: 8px;
width: 32%;
height: 280px;
list-style-type: none;
border-top:solid 2px #e9ebd1;
border-right:solid 1px #eeeeee;
border-bottom:solid 1px #eeeeee;
border-left:solid 1px #e9ebd1;
background-color: #fff;
}

.sw_treatment_menu div ul:nth-child(3n) {
margin-right: 0;
}
.sw_treatment_menu div ul li {
line-height: 1;
}
.sw_treatment_menu div ul li img {
margin-bottom: 8px;
}
.sw_treatment_menu div ul li a {
padding: 8px 0px 8px 35px;
font-size: 13px;
color: #666;
text-decoration:none;
background:url("images/sw_treatment_menu_arrow.png") no-repeat 7% 50%;
background-size: auto 40%;
}
.sw_treatment_menu div ul li a:hover {
background-color: #e9ebd1;
}


.message {
margin: 20px 0 0 0;
padding:0;
border:solid 1px #f2f2f2;
width: auto;
background-color: #fff;
}
.message p {
}

.message a {
color: #000;
font-weight:500;
text-decoration: none;
background-color:#fff;
}
.message .message_inner {
margin: 0;
padding:0;
}

.message.message_01:hover a{
color: #555;
}
.message.message_01 .message_inner {
margin: 0;
padding:60px 35px 60px 360px;
background: url("https://yokokawa-ortho.com/wp/wp-content/themes/stinger7child/images/message_01.png") left bottom no-repeat;
background-size: cover;
}

.message .message_inner .message_ttl {
font-size: 20px;
line-height: 1.6;
font-weight: 600;
}
.message .message_inner .message_name {
text-align: right;
font-size: 20px;
padding-bottom: 20px;
}
.message .message_inner .message_name span {
font-size: 80%;
}

.message .message_inner .message_body {
line-height: 1.6;
}

.message .message_inner .message_link {
text-align: right;
}

.message .message_inner .message_link:before {
position : relative ;
bottom : -0.16em ;
right: .2em;
content: url("images/arrow.png") ;
}

iframe.indoor {width:100%;}

/*--------------------------------
ブログ一覧
---------------------------------*/

.kanren dd {
    /*padding-left: 160px;*/
}

#content h1.blog-title {
	background: none;
	color: #593f2e;
	text-shadow: none;
	padding: 10px 0;
	height: auto;
	width: 99%;
	margin-bottom: 10px;
	margin-left: 0;
	border-top: 1px solid #b29561;
	border-bottom: 1px solid #b29561;
}

#content h1.blog-title img {
	color: #593f2e;
	height: auto;
	width: 99%;
	margin: -10px 0;
	margin-left: 0;
	border: none;
	border-left: 1px solid #b29561;
	border-right: 1px solid #b29561;
}

#content.archiveBlog h3 a {
	background-color: #fff;
	text-shadow: none;
	text-align: left;
	padding: 0;
}

#content.archiveBlog .section p:last-child {
	margin-bottom: 0;
}

#side.side_blog .section {
	/*background-color: #f3f3f3;*/
	border: 2px solid #f0f0f0;
	/*padding: 10px;*/
	margin-bottom: 20px;
}

#side.side_blog aside h4 {
	padding: 0;
	color: #333;
	margin-bottom: 15px;
}

#side.side_blog aside ul li{
	margin-left: 10px;
	font-size: 14px;
　　padding-bottom: 10px;
}

#side.side_blog aside ul li a {
	display: inline;
	color: #333;
}

#side.side_blog aside ul li a:hover {
	text-decoration: none;
}

#side.side_blog aside ul li:before {
	content: '≫';
	display: inline;
	margin-left: -10px;
	margin-right: 5px;
}

#side.side_blog aside h4.pink {
	color: #d3054d;
}

#side.side_blog aside .section ul.tag {
	margin-left: -10px;
}

#side.side_blog aside .section ul.tag li {
	float: left;
	margin-bottom: 5px;
}

#side.side_blog aside .section ul.tag li:before {
	content: none;
}

#side.side_blog aside .section ul.tag li a {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	background-color: #74caeb;
	padding: 3px 5px;
	border-radius: 5px;
}

#side.side_blog aside .section ul.tag li a:hover {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

#side.side_blog aside .section.banner {
	text-align: center;
	box-sizing: border-box;
	font-size: 13px;
}

#side.side_blog aside .section.banner img {
	width: 100%;
	margin-bottom: 5px;
}


/*--------------------------------
更新情報
---------------------------------*/
ul#news {
	margin-top: -20px;
	font-size: 14px;
	list-style: none;
	padding: 10px 0;
}

ul#news li {
	border-bottom: 1px solid #e1e1e1;
	padding: 10px;
}

ul#news li:first-child {
	border-top: 1px solid #e1ded7;
}

ul#news li .date {
	float: left;
	width: 100px;
}

ul#news li .ttl {
	float: left;
	width: 550px;
}

ul#news li .ttl a {
	text-decoration: none;
}

ul#news li .red {
	color: #e64d2b;
	font-weight: bold;
}

ul#news li .important {
	color: #fff;
	font-weight: bold;
	background-color: #e64d2b;
	display: inline-block;
	padding: 0 3px;
	margin-right: 5px;
	border-radius: 3px;
}

/*--------------------------------
カテゴリページ
---------------------------------*/

#content ul.page_list {
	list-style: none;
	padding: 0;
}

#content ul.page_list > li {
	margin: 30px 0 40px;
}

/*--------------------------------
よくあるお問合せ
---------------------------------*/
.q_a .question:hover {
	cursor: pointer;
}

.q_a .answer {
	display: none;
}

/*--------------------------------
トップページブログ
---------------------------------*/

#topnews-box.blog h4 {
	text-align: center;
	color: #333;
}

#topnews-box.blog #blog .more {
	display: block;
	width: 120px;
	margin: 10px auto 0;
	font-weight: bold;
	color: #fff;
	background-color: #0059b2;
	text-align: center;
	text-decoration: none;
	padding: 15px 0;
}

#topnews-box.blog #blog .more:hover {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}


/*------------トップページブログスライダーー-------------*/

	#blog_slider > li {
		width: 150px !important;
		margin-right: 14px;
		text-align: center;
	}

	#blog_slider > li .thumbnail {
		margin-bottom: 6px;
		height: 150px;
		background: url(images/no-img.png) center center no-repeat;
		background-size: contain;
		display: flex;
  		justify-content: center;
  		align-items: center;
    	overflow: hidden;
	}

	#blog_slider > li .thumbnail:hover {
		background:  #efece8;
	}

	#blog_slider > li .thumbnail img {
		max-height: 99%;
		max-width: 99%;
		margin: auto;
		vertical-align: middle;
		display: table-cell;
		border:1px solid #ccc;
	}

	#topblog-box .bloglink {
		margin-top: 20px;
	}
	
/*--------------------------------
ブログ下層
---------------------------------*/
.post .diary-blog .blog-info {
	margin:20px 0;
	padding:20px;
	background:#f0faff;
	clear:both;
}


/*--------------------------------
フッター
---------------------------------*/

#sw_access {
	margin-top: 0;
	padding: 0;
	width: 100%;
}

#sw_access .sw_access_box {background:#099be8; overflow: hidden;}

#sw_access .sw_access_inner {
	margin: 0 auto;
	width: 1100px;
	overflow: hidden;
}

#sw_access iframe {
	float: left;
	width: 50%;
	height: 350px;
	border: none;
}

#sw_access .sw_access_info {
	color:#fff;
	float: left;
	padding: 50px 0 0 50px;
	overflow: hidden;
	text-align:left;
}
#footer #sw_access .sw_access_info p.access_ttl {font-size:1.5em;}
#footer #sw_access .sw_access_info p {margin-bottom:30px; font-size:0.9em;}
#footer #sw_access .sw_access_info a {color:#fff; background:url(images/arrow01.png) left center no-repeat;padding-left: 25px;}
#footer #sw_access .sw_access_info a:hover {color:#fff; text-decoration:underline;}


#sw_access .sw_access_inner .sw_access_info .forgoogle {
}

#sw_access .sw_access_inner .sw_access_info .forgoogle a {
	text-decoration: none;
	color: #333;
}

#sw_access .sw_access_inner .sw_access_info .forgoogle a:before {
	position : relative ;
	bottom : -0.1em ;
	right: 0;
	content: url("images/arrow01.png") ;
	margin-right: 5px;
}

/*リンク*/
.blog a.link {
background-image: none;
padding: 0 10 0 0;
line-height: 1em;
text-decoration: none;
color: #222;
}

.blog a.link:hover, .message .message_inner .message_link:hover,#sw_access .sw_access_inner .sw_access_info .forgoogle a:hover {
color: #3498db;
}

.blog a.link:before {
position : relative ;
bottom : -0.1em ;
right: .2em;
content: url("images/arrow.png") ;
}

#sw_bottom_info {
width: 100%;
background-color: #fff;
}
#sw_bottom_info .sw_bottom_info_inner {
margin: 0 auto;
width: 1100px;
overflow: hidden;
}

#sw_bottom_info {
width: 100%;
}
#sw_bottom_info .sw_bottom_info_inner {
margin: 0 auto;
width: 1100px;
}
#sw_bottom_info .sw_bottom_info_box {
border-bottom: 1px solid #099be8;
margin: 0;
padding: 60px 0 20px;
width: 1100px;
overflow: hidden;
}
#sw_bottom_info .sw_bottom_info_box:last-child {border:none;}
#sw_bottom_info .sw_bottom_info_left ,
#sw_bottom_info .sw_bottom_info_left2{ float: left; }

#sw_bottom_info .sw_bottom_info_right ,
#sw_bottom_info .sw_bottom_info_right2 { float: right; text-align: left;font-size: 1em;
line-height: 1.8em;}
#sw_bottom_info .sw_bottom_info_left2 { width: 50%; text-align: left;}
#sw_bottom_info .sw_bottom_info_right2 { width: 46%; }

#sw_bottom_info .sw_bottom_info_right2 p {
	font-size: 0.9em;
	line-height: 1.8em;
	}

#sw_bottom_info .sw_bottom_info_logo {
width: 122px;
float: left;
margin: 0 40px 0 0;
}

#sw_bottom_info .sw_bottom_info_name {
margin: 10px 0 0 ;
padding: 0;
width: auto;
font-size: 30px;
font-weight: 500;
line-height: 1;
text-align: left;
color: #222;
}


#sw_bottom_info p {
font-size: 14px;
line-height: 1.6;
margin-bottom: .8em;
color: #222;
}

#sw_bottom_info p.fb {
border-left: 3px solid #b122e5;
font-weight: 600;
margin: 0 0 10px;
padding: 0 0 0 10px;
}
#sw_bottom_info .sw_bottom_info_left2 p.fb {margin: 30px 0 10px; }

#sw_bottom_info p.reservation {
margin: 0;
float: left;
line-height: 1;
font-size: 15px;
}

#sw_bottom_info .header-r_box {
float: left;
overflow: hidden;
padding: 5px 0 0;
}

#sw_bottom_info .header-r_box p {
clear: left;
}

#sw_bottom_info p.tel_number {
width: 260px;
padding: 8px 20px 6px 0;
}
#sw_bottom_info p.time_info {
font-size: .7em;
}

table.sw_tbl01 {
border-collapse:collapse;
border:none;
border-spacing:0;
border-top:  solid 1px #c0b4a7;
border-bottom:  solid 1px #c0b4a7;
width: 100%;
margin-bottom: 20px;
}
table.sw_tbl01 tr th {
box-shadow: none;
}


table.sw_tbl01 tr th ,
table.sw_tbl01 tr td {
padding: 3px;
vertical-align:middle;
border:none 0px #000;
border-top:  solid 1px #c0b4a7;
font-weight:normal;
text-align:center !important;
background-color: transparent;
}

table.sw_tbl01 tr th {
font-weight: normal;
}

table.sw_tbl01 tr td {
border-left: solid 1px #ccc;
}


#footer .footer-wbox {
	background-color:#f6f6f6;
	width: 100%;
	margin: 0 auto;
	padding: 40px;
}

.footer-wbox p {
	font-size: 12px;
	color: #222;
}


/*--------------------------------
コメントナビ
---------------------------------*/
.st-pagelink {
	text-align: center;
}

.st-pagelink .page-numbers {
	display: inline;
}

/*--------------------------------
その他
---------------------------------*/
.wp-pagenavi {
	text-align: center;
	margin-top: 30px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current, .wp-pagenavi a, .wp-pagenavi span {
	display: inline-block;
}


#s-navi .button {
	text-align: right;
	padding: 10px 0px;
	cursor: pointer;
}

#s-navi .button .op {
	font-size: 25px;
	color: #333;
	padding: 0px 10px;
}

#s-navi .acordion_tree {
	padding: 10px 0px;
	display: block;
}

#s-navi .acordion_tree ul {overflow:hidden;}


/*--------------------------------
	下層コンテンツ
---------------------------------*/

.btc {
	text-align: center;
}

.btc img {
	display: table-cell;
	margin-right:10px;
	text-align: center;
}


/*通常のテーブル*/
.post table {
	border: 1px #999 solid;
    margin-bottom: 20px;
    width: 100%;
}

.w40 {
    width: 40%;
}

.w8 {
    width: 8%;
}

.w10 {
    width: 10%;
}

.w15 {
    width: 15%;
}

.w20 {
    width: 20%;
}

.w45 {
    width: 45%;
}

table tr th {
    padding: 5px;
    background: #d7c6dc;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #999;
    border-left-color: #999;
    font-weight: normal;
    vertical-align: middle;
	box-shadow: 1px 1px 0 #fff inset;
	padding: 6px;
	text-align: center;
}

table tr td {
    background: #fff;
    padding: 6px;
    border: 1px solid #999;
	vertical-align: top;
}
.post table tr th {
    font-size: 1em;
    line-height: 2em;
    padding: 6px;
}

.post table tr td {
    font-size: 1em;
    line-height: 1.8em;
    padding: 6px;
}

.post table tr td:nth-child(1) {
    font-size: 1em;
    line-height: 1.8em;
    padding: 6px;
    background: #f5ecf7;
    text-align: left;
}

.post table tr td.left p {
    text-align: left !important;
    font-size: 0.9em;
    padding-left:1em;
	text-indent:-1em;
}
.post table p {
	margin-bottom:0 !important;
}

/*枠無しのテーブル*/
.notab table tr td {
    border: none;
    text-align: center;
    vertical-align: top;
}

.notab table img {
	margin-left: 0;
}

.notab table tr td:nth-child(1) {
	 background: none;
	 text-align: center;
}

/*カスタマイズしたテーブルの画像枠とる*/

.p-table img,#pw-table img,#pd-table img,#a-table img {
	margin-left: 0;
	border:none;
}

/*アクセスのテーブル*/
#a-table table {
  border-collapse: separate;
  width: 100%;
}
#a-table table th,
#a-table table td {
  padding: 10px;
  border: 0.5px solid #d7c6dc;
  border-left: none;
  text-align: left !important;
}

#a-table table th {
  background-color: #d7c6dc;
  width: 20%;
}

/*タイムテーブル*/
#t-table table{
	border-collapse: collapse;
	}
#t-table th, #t-table td{
	margin: 0;
	padding: 10px;
	border: 1px solid #d1c4ac;
	text-align: center !important;
	 vertical-align:middle;
	}
#t-table th{
	background: #f7f2e9;
	}
/*リストの表示修正*/
.post ul {
    list-style-type: disc;
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.post ul.list {
    list-style-type: disc;
    list-style: none;
    margin-top: 0px;
}

.post img.center, img.center, .btn_close, .btn_close > span {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

/*ブログイメージの表示修正*/
.post .diary-blog img {
	border:none;
	width:initial;
	padding:0;
	float: initial;
}

.post .staffblog img {
	border:none;
	width:initial;
	padding:0;
	float: none !important;
}

/*コンタクトフォーム*/
div.wpcf7 {
		width: 100%;
}

.wpcf7 label {
		width: 100%;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 10px;
    /*width: 100%;*/
}

/*media Queries スマホサイズ
----------------------------------------------------*/
@media only screen and (max-width: 960px) {
	.smanone {
		display: none;
	}

	.smatabnone {
		display: none;
	}

	.fix_nav { /* 非表示にしている右ナビゲーションボタン */
		display: none;
	}

	/*見出し*/
	.post h1 {
		margin: 0;
		padding: 6px 10px;
	    font-size: 1.3em;
	}

	h3, .post h3{font-size :20px;}
	.post h3 {padding: 0 0 18px;}

	.nav h3 {
		font-size : 100%;
		height: auto;
		background: none;
		line-height: 1.5em;
		border-left: 6px solid #f5b5b3;
		padding-top: 0;
	}

	/*スマホ　レイアウト*/
	main {
		margin: 0;
		padding: 10px ;
	}

	#content {
		margin: 0;
		padding: 0;
		width: 100%;
	}

	/* ヘッダー */
	header {background: #fff; }
	#header-l h1 {width: 80%; margin: 0 10%; text-align: center;}
	#header-l h2.info {font-size:2.5vw;top: 8px; text-align: center;}
	#header-l h1 a .name {font-size:1.8em;}
	#headbox {
		width:100%;
		padding:0 0 10px ;
		overflow: hidden;
	}

	#header-l img {
		width: auto;
		margin: 0 auto;
		height: 26px;
	}

	/*アコーディオンメニューボタン*/
	.sb-toggle-right {
		color: #fff;
		font-size:25px;
		line-height: 23px;
		background:#099ae7;
		display:block;
		float:right;
		height: auto;
		padding: 10px 10px 9px 10px;
		max-width: 20%;
		box-sizing:border-box;
		position: fixed;
		z-index: 9999;
		top: 0;
		right: 0;
	}

	.sb-toggle-right button {
		border: 1px solid #ccc;
	}

	/*アコーディオン コンテンツ*/
	.sb-slidebar {
		background-color: #fff!important;
	}

	.sb-slidebar a{
		text-decoration: none;
	}
	.sb-slidebar a img {margin:10px auto;}
	.side_blog a{
		text-decoration: underline;
	}

	.acordion_tree ul.menu li {
	float: left;
	font-size: 15px;
	padding: 10px 3% 0 3%;
	list-style:none;
	border-bottom: 1px solid #fff;
	width: 94%;
	background: #d0ebf9;
	}
	.acordion_tree ul.menu li:last-child {padding-bottom:3%;}
	.acordion_tree ul.menu li li {background: #ecf9ff;padding-bottom:10px;}
	.acordion_tree ul.menu li li:last-child {padding-bottom: 10px;}
	.acordion_tree ul.menu li br {
		display: none;
	}

	#s-navi span {
    font-size: 0.7em;
    color: #222;
    margin-left:10px;
}

	#s-navi .acordion-nav li {
		border-bottom: 1px solid #fff;

	}

	#s-navi .acordion-nav li:last-child {
		border-bottom: 1px solid #fff;
		}

	#s-navi .children li {
			background: #e3e6cd;
			list-style:none;
			padding: 10px 10px;
			border-bottom: 1px solid #fff;
			margin-right: 5px;
		}

	#s-navi .uehon{
		margin: 5px 0;
		padding: 10px;
	}

	#s-navi .uehon p.tel_number {
		width: 80%;
		display:block;
		margin: 10px auto;
	}

	#s-navi .uehon p{
		font-size: 1em;
	}

	#s-navi span.ttl{
		font-size:1.2em;
		font-weight: bold;
		margin-left:0;
	}
	#s-navi .footer-nav {margin: 10px auto 20px;}
	#s-navi .footer-nav p {font-size:12px;}
	
	.acordion_tree ul.menu li .fa {float:left;line-height: 1.5em;}




	
	/*--------------------------------
	メインビジュアル
	---------------------------------*/
	/* メイン画像*/
	.st-main {
		height: 510px;
	}

	.st-main img {
		padding: 0;
		width: 100%;
	}

	.main_visual {
		height: 100%;
	}


	/* メイン画像　コピー文*/
	.main_visual .bx-viewport li .catchcopy {
		position: absolute;
		top: 220px;
		left:2%;
		text-align: left;
		bottom: 10%;
		width: 100%;
	}

	.main_visual .bx-viewport li .catchcopy p {
		font-size: 1em;
		line-height: 1.5em;
		margin-bottom: 1em;
	}

	.main_visual .bx-viewport li .catchcopy span {
		font-size: 2em;
		line-height: 1.5em;
	}

	/*--------------------------------
	スマホフッター
	---------------------------------*/

	#sp_footer {
		margin-bottom: 0;
	}

	#sp_footer .news .inner {
		height: 38px;
		overflow: hidden;
		padding: 0 10px;
		margin: 0;
		width: 93.5%;
	}

	#sp_footer .news .ttl {
		display: none;
	}

	#sp_footer .news #move {
		float: none;
		position: relative;
		width: 100%;
	}

	#sp_footer .news #move p {
		padding: 0;
		margin: 0;
		position: absolute;
		text-align: left;
		height: 100%;
		width: 100%;
	}

	#sp_footer .news #move p a {
		color: #000;
		text-decoration: none;
		padding-top: 1.5%;
	}

	/*#sp_footer .news .date {
		display:none;
	}*/

	#sp_footer .info {
		padding: 10px;
	}

	#sp_footer .info p {
		margin-bottom: 0;
		line-height: 1.3;
	}

	#sp_footer .info .ttl {
		font-size: 1em;
		font-weight: bold;
		float: left;
		padding: 0 0 5px 5px;
		color: #333;
	}

	p.reservation {
		margin: 0;
	}

	#footer p.reservation a {
		padding: 8px 0;
		text-align: center;
		background-size:auto 40% ;
		color:#fff;
	}

	#sp_footer .info .business_day {
		font-size: 0.8em;
		padding: 2px 0;
		color: #333;
	}

	#sp_footer .banner a.tel {
		background: none;
		border: none;
		width: 50%;
		float: right;
	}

	#sp_footer .uehon{
		background-color: #f2fafd;
	}
	
	#sw_access iframe { width: 100%;}
	#sw_access .sw_access_info {padding:5%;}
	#footer #sw_access .sw_access_info p {margin-bottom: 1em;}
	
	.sw_first , .sw_pregnant{
	margin: 0 0 15px;
	line-height: 1;
	text-align:center;
	width: 80%;
	margin: 0 10% 2%;
	}
	
	#s-navi dl.acordion p.sw_first {margin: 0 10% 2%; clear: both;}
	.sw_first a,.sw_pregnant a,#footer .sw_first a,#footer .sw_pregnant a {
	padding:15px 5px 15px 40px;
	border:solid 1px #099be8;
	border-radius: 5px;
	font-weight: 500;
	font-size:1em;
	text-decoration: none;
	letter-spacing: -0.01em;
	color: #0994de;
	}
	.sw_first a,#footer .sw_first a {background:url("https://yokokawa-ortho.com/wp/wp-content/themes/stinger7child/images/icon_beginner.svg") 15% center no-repeat;}
	.sw_first a:hover,#footer .sw_first a:hover {background-color: #f4fbff;opacity:0.8;color: #009ee7;background-position: 15% center;}
	.sw_pregnant a,#footer .sw_pregnant a { border:solid 1px #f44f91; color: #f44f91;background:url("https://yokokawa-ortho.com/wp/wp-content/themes/stinger7child/images/icon_pregnant.svg") 15% center no-repeat; padding:15px 1px 15px 30px;}
	.sw_pregnant a:hover,#footer .sw_pregnant a:hover { background-color:#fff8fb; color: #f44f91;background-position:15% center;}
	.sw_sidebox {margin: 0 0 20px;padding: 15px;border: solid 8px #f6f6f6;background-color: #fff;font-weight: 500;}
	

	/*--------------------------------
	パンくず
	---------------------------------*/
	#breadcrumb {
		margin: 0;
		padding: 10px;
		box-sizing: border-box;
		word-break: break-all;
		width: 100%;
	}

	/*--------------------------------
	HOME コンテンツ
	---------------------------------*/

	/* キャンペーンバナー*/
	.sw_area1 {
		margin: 0 auto;
	}

	.sw_area1 ul {
		list-style: none;
		overflow: hidden;
		border:none;
	}
	.sw_area2 ul li:nth-child(2),.sw_area2 ul li:nth-child(3) {
		margin-bottom: 2.4%;
	}

	.sw_area1 ul li img , .sw_area2 ul li img{
		width: 100%;
		height: auto;
		margin-bottom: 5px;
	}

	/* コンテンツ本文*/
	.sw_menu,	.sw_treatment_menu,	.access {
		width: 100%;
		margin: 0 auto;
	}

	.sw_treatment_menu h3 {
		margin-top: 20px;
	}

	.sw_menu ul.sw_liststyle1 {
		list-style: none;
		width: 100%;
	}

	.sw_menu ul.sw_liststyle1 li {
		width: 80%;
		height: auto;
		margin-bottom: 10%;
		padding: 0 10%;
	}

	.sw_treatment_menu div ul {
		width: 47%;
		height: auto;
	}

	ul.sw_liststyle3 {
		width: 100%;
		height: auto;

	}

	ul.sw_liststyle3 li {
		font-size: 1em;
		width: 49%;
		margin-right: 2%;
	}

	ul.sw_liststyle3 li:nth-child(2n),ul.sw_liststyle3 li:nth-child(10) {
		margin-right:0;
	}
	.sw_treatment_menu ul li:nth-child(5){
		margin-right: 2%;
	}

	.message.message_01 .message_inner {
		margin: 0;
		padding:60px 4% 0 0;
		background-size: contain;
		background-position:0 0;
	}
	.message .message_inner .message_ttl{padding-left: 40%;}

	.message .message_inner .message_body {
		line-height: 1.6;
		padding:2% 0 20px 5%;
	}
	.message .message_inner .message_body+p {padding:0 0 20px 5%;}
	.message .message_inner .message_body,.message .message_inner .message_body+p {background:rgba(255,255,255,.7);margin-bottom: 0;}


	/*--------------------------------
	フッター
	---------------------------------*/
	#footer {
		margin:0;
		padding:0 !important;
	}

	#sw_access .sw_access_inner {
		margin: 0 auto;
		width: 100%;
		overflow: hidden;
		padding: 0 10px;
	}

	#sw_access .sw_access_inner iframe {
		width: 100%;
		height: 300px;
		border: none;
	}

	#sw_access .sw_access_inner .sw_access_info {
		width: 100%;
	}
	
	#sw_access .acordion_tree {margin-top:20px;}

	/* 医院情報 */
	#sw_bottom_info {
		width: 95%;
		padding: 0 10px;
		margin: 0 auto;
	}

	#sw_bottom_info .sw_bottom_info_inner {
		width: 100%;
		overflow: hidden;
	}

	#sw_bottom_info .sw_bottom_info_box {
		margin: 0 2.5%;
		padding: 30px 0;
		width: 95%;
		overflow: hidden;
	}

	#sw_bottom_info hr {
		width: 95%;
	}

	#sw_bottom_info .sw_bottom_info_right ,
	#sw_bottom_info .sw_bottom_info_right2 { text-align: left;font-size: 1em;
	line-height: 1.8em;}
	#sw_bottom_info .sw_bottom_info_left2 { width: 100%; }
	#sw_bottom_info .sw_bottom_info_right2 { width: 100%; }

	#sw_bottom_info .sw_bottom_info_right2 p {
		font-size: 0.9em;
		line-height: 1.8em;
		}
	#sw_bottom_info .sw_bottom_info_logo {max-width:20%; margin-right:10px; padding-top:10px;}
	
	#sw_bottom_info p {
	line-height: 1.6;
	margin-bottom: .8em;
	}

	#sw_bottom_info p.fb {
	font-weight: 600;
	margin-bottom: 5px;
	}

	#sw_bottom_info p.tel_number {
	width: 80%;
	padding: 20px 0;
	margin:0 auto;
	display:block;
	}

	#sw_bottom_info p.time_info {
		font-size: .7em;
	}

	#sw_bottom_info p.reservation {
		margin: 0 auto;
		font-size: 15px;
		width: 100%;
		padding: 0;
		display:block;
	}
	#sw_bottom_info p img,.footer-nav img {margin:0 auto;}

	#footer .footer-wbox {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	display:block;
}


	/*フッターナビ*/
	.footer-nav {text-align:left;}
	
		
	/*PAGE TOP*/
	#page-top a {
		padding: 10px;
		line-height: 12px;
    	width: 3.5em;
	}



	/*------------トップページブログスライダーー-------------*/
	ul#news li .date {
		width: 100%;
		float: none;
		margin-bottom: 5px;
	}

	ul#news li .ttl {
		float: none;
		width: 100%;
	}

	#blog_slider > li {
		width: 150px !important;
		margin-right: 15px;
	}

	#blog_slider > li .thumbnail {
		margin-bottom: 6px;
		height: 150px;
	}

	#blog_slider > li .thumbnail img {
		max-height: 180px;
		margin: 0 auto;
	}

	#topblog-box .bloglink {
		margin-top: 12px;
	}



	/*------------下層ページ------------*/

	.post img {
	    width: 100%;
	    margin: 0 0 10px 0;
	}

	.post img.post-main {
		margin:0 1% 10px .5%;
		width: 98%;
	}

	.post table {
	    width: 100%;
	}

	.post table tr td{
	   　width: 100%;
	    /*display: block;*/
	}

	.post table tr:nth-child(2n) {
    background-color: #fff;
    }

	.post table.sw_tbl01 tr td { display: table-cell;}

	#r-table table,#w-table table,.p-table table ,#pw-table table ,#pd-table table ,#n-table table  {
	width: 100%;
	border:none;
	padding: 10px;
	}

	#r-table thead,#w-table thead,.p-table thead,#pw-table thead,#pd-table thead,#n-table thead {
		display: none;
		}
	#r-table tr,#w-table tr ,.p-table tr ,#pw-table tr ,#pd-table tr ,#n-table tr {
	    /*display: block;*/
	    padding: 8px;
}
#r-table td,#w-table td,.p-table td,#pw-table td,#pd-table td,#n-table td {
    border-bottom: none;
    display: block;
        text-align: left !important;
}


/* tdのデザイン */
#r-table td:nth-of-type(1),#w-table td:nth-of-type(1),.p-table td:nth-of-type(1),#pw-table td:nth-of-type(1),#pd-table td:nth-of-type(1),#n-table td:nth-of-type(1)  {
}
#r-table td:last-child,#w-table td:last-child,.p-table td:last-child,#pw-table td:last-child,#pd-table td:last-child,#n-table td:last-child {
border-bottom: 1px solid #999 ;
    text-align: left;
}

.post table.p-table tr td:nth-child(1) {background:#fff;}

/*td:beforeのデザイン*/
#r-table td:before,#w-table td:before ,.p-table td:before ,#pw-table td:before ,#pd-table td:before,#n-table td:before {
    background-color: #f5ecf7;
    color: #333;
    display: block;
    padding: 5px;
}

/* インプラントタイトルを追加 */
#r-table td:nth-of-type(2):before { content: "従来の治療法";}
#r-table td:nth-of-type(3):before { content: "インプラント治療";}

/* ホワイトニングタイトルを追加 */
/* #w-table td:nth-of-type(2):before { content: "従来のホワイトニング";}*/
/* #w-table td:nth-of-type(3):before { content: "ポリリンホワイトニング";}*/

/* 料金表タイトルを追加 */
.p-table td:nth-of-type(1):before { content: "材料";}
.p-table td:nth-of-type(2):before { content: "色";}
.p-table td:nth-of-type(4):before { content: "材質の特徴";}
.p-table td:nth-of-type(3):before { content: "価格（税抜）";}


#pw-table td:nth-of-type(2):before { content: "イメージ";}
#pw-table td:nth-of-type(3):before { content: "内容";}
#pw-table td:nth-of-type(4):before { content: "価格";}

#pd-table td:nth-of-type(2):before { content: "イメージ";}
#pd-table td:nth-of-type(3):before { content: "ワンポイント";}
#pd-table td:nth-of-type(4):before { content: "価格";}

/* 料金表の画像の大きさ修正 */
.p-table img,#pw-table img,#pd-table img {
	width: 20%;
}

	/* アクセスのテーブル */
	#a-table  table {
		border-collapse: collapse;
	    border-top: none;
	    width: 100%;
	}
	#a-table  table td {
		display: block;
		text-align: left;
		border: none;
		width: 97%;
		
	}
	#a-table  table th {
		display: block;
		text-align: left;
		border-left: none;
		border-right: none;
	    width: 97%;
	}

	/* タイムテーブル */
	#t-table table{
		display: block;
		position: relative;
		width: 98%;
		border: none;
	}

	#t-table table thead{
		display: block;
		float: left;
	}

	#t-table table tbody{
		display: block;
		width: auto;
		position: relative;
		overflow-x: auto;
		white-space: nowrap;
	}

	#t-table table thead tr{
		display: block;
	}

	#t-table table th{
		display: block;
		font-size: 0.9em;
	}

	#t-table table tbody tr{
		display: inline-block;
		vertical-align: top;
	}

	#t-table table td{
		display: block;
		font-size: 0.9em;
		line-height: 2em;
		padding: 10px 5px;
	}

	/* borderの調整 */
	#t-table th{
		border-bottom: 0;
		border-right: 0;
	}

	#t-table td{
		border-bottom: 0;
	}

	#t-table th:last-child,
	#t-table td:last-child {
		border-bottom: 1px solid #d1c4ac;
	}
	
	/* 枠無しテーブル */
	.no-table table{
		display: block;
		position: relative;
		width: 98%;
		border: none;
	}

	.no-table table thead{
		display: block;
		float: left;
　　　　 border:none;
	}

	.no-table table tbody{
		display: block;
		width: auto;
		position: relative;
		overflow-x: auto;
		white-space: nowrap;
　　　　 border:none;
	}

	.no-table table thead tr{
		display: block;
　　　　 border:none;
	}

	.no-table table th{
		display: block;
		font-size: 0.9em;
　　　　 border:none;
	}

	.no-table table tbody tr{
		display: inline-block;
		vertical-align: top;
　　　　 border:none;
	}

	.no-table table td{
		display: block;
		font-size: 0.9em;
		line-height: 2em;
		padding: 10px 5px;
　　　　 border:none;
	}


	/* borderの調整 */
	#t-table th{
		border-bottom: 0;
		border-right: 0;
	}



	/*------------下層ページサイトマップナビ-------------*/

	#pagelink ul li {
			background: url(https://yokokawa-ortho.com/wp/wp-content/themes/stinger7child/images/link.png) 0 .5em no-repeat;
			padding: 0 0 5px 12px;
			display: inline-block;
			font-weight: bold;
	}

	.ybox {
		float: left;
				width: 100%;
	}

	#mbox {
		float: left;
	}

	#mbox img{
		border:none;
		margin-top:0;
		margin-left: 155px;
		transform: rotateZ( 90deg );
		width: 20%;
	}

	/*------------ブログページ-------------*/

	#side.side_blog {
		width: 100%;
	}

	#side.side_blog	.heading,
	#side.side_blog	.site {
		text-align: center;
	}

	#side.side_blog	.heading img {
		display: inline;
	}
	
/*------------ブログ表示修正-------------*/

	.kanren dt {
	margin-right: 10px;
	width: 100px;
}

.kanren img {
	width: 100px;
}

.kanren dd {
   /* padding-left: 110px;*/
}

.kanren .info .date {
   	width: 100%; 
}

.kanren .info .tags{
	margin:0 0 0 -10px;
	padding:5px 0;
}

#content.archiveBlog h3 a {
	padding:10px 0 0;	
}


	/*------------サイドバー-------------*/

	#side {
		width: 100%;
	}

	#side #mybox {
		width: 100%;
	}

	#side #mybox img  {
		display: inline;
		width: 100%;
	}
}





/*media Queries タブレットサイズ
----------------------------------------------------*/
@media only screen and (max-width: 960px) and (min-width: 414px) {
	.tabnone {
		display: none;
	}

	.smanone {
		display: block;
	}

	#st-header.smanone {
		display: none;
	}

	#st-header.tabnone {
		display: block;
		margin-bottom: 10px;
	}

	/*タブレット　レイアウト*/
	main {
		margin: 0;
		padding: 0 10px;
	}

	#contentInner {
		width: 100%;
		box-sizing: border-box;
	}

	/* ヘッダー */
	#headbox {
		width:100%;
		padding: 0 0 10px;
		overflow: hidden;
	}

	#header-l img {
		width: auto;
		height: 26px;
		margin: 0 auto;
	}
	#header-l h2.info {font-size:10px;top: 8px; text-align: center;}

	#sp_footer .news #move p a {padding-top:0; }
	/*--------------------------------
	メインビジュアル
	---------------------------------*/
	/* メイン画像*/
	.st-main {
		height:650px;
	}

	.st-main img {
		padding: 0;
		width: 100%;
	}

	.main_visual {
		height: 100%;
	}

	/* メイン画像　コピー文*/
	.main_visual .bx-viewport li .catchcopy {
		position: absolute;
		top: 400px;
		 font-size: 1.3em;
	}

	.main_visual .bx-viewport li .catchcopy p {
		font-size: 1em;
	}


	/*--------------------------------
	お知らせ（スマホフッター）
	---------------------------------*/
	#sp_footer {
		margin-bottom: 0;
	}

	#sp_footer .news .inner {
		height: 2.5em;
		margin: 0;
		padding: 0;
	    width: 100%;
	}

	#sp_footer .news {
		padding: 0;
	}

	#sp_footer .news .ttl {
		background-position: 5px 50%,right 0;
		display: block;
		height: 2.5em;
		padding: 0;
		width:25%;
	}

	#sp_footer .news #move {
		float: left;
		width: 70%;
		padding: 0 10px;
	}

	#sp_footer .news .ttl p,#sp_footer .news #move p a {
		line-height:2.5;
		color:#000;
	}

	/* 医院情報 */
	#sp_footer .info {
		display: table-cell;
		width: 50%;
	}

	#sp_footer .info .ttl {
		font-size: 1.2em;
		float: left;
		padding-left: 10px;
		color: #333;
	}

	p.reservation a {
		float:right;
		padding: 8px 0 8px 5%;
		text-align: center;
		background-size:auto 40% ;
		width:45%;
		font-size: 14px;
	}

	#sp_footer .info .business_day {
		font-size: 0.9em;
		padding: 2px 0;
		color: #333;
		width: 45%;
		float:left;
	}

	#sp_footer .banner a.tel {
		width: 30%;
		padding: 5px 10px;
		float: right;
	}

	/*アコーディオン コンテンツ*/
	#s-navi .uehon{
		margin: 5px 0;
		padding: 10px;
		height:auto;
		overflow: hidden;
	}

	#s-navi .uehon p {
		width: 45%;
		display:block;
		float:left;
		padding: 0 1%;
	}
	#s-navi .uehon p.reservation a {width:95%;font-size: 12px;background-size: auto 30%;}

	#s-navi .uehon p.tel_number {
		width: 50%;
		display:block;
		margin: 10px auto;
		float:right;
	}

	#s-navi span{
		font-weight: bold;
	}

	#footer-in {
		width: 100%;
		padding: 0;
		margin: 0;
	}


	/*--------------------------------
	HOME コンテンツ
	---------------------------------*/
	.sw_menu h3 ,
	.sw_treatment_menu h3 ,
	.blog h3 ,
	.access h3 {
		/*margin: 40px 0 0;
		padding: 28px 0 18px 50px;*/
	}

	.sw_maincatch p br {
		display: none;
	}

	.sw_area1 ul li {
		/*width: 50%;*/
		float: left;
		font-size: 1.9vw;
	}

	.sw_area1 ul li img {
		margin: 0;
	}

	.sw_menu ul.sw_liststyle1 li {
		width: 30%;
		margin-right: 5%;
		margin-bottom: 30px;
		padding:0;
	}

	.sw_menu ul.sw_liststyle1 li a span.sw_menu_ttl {
		font-size:1em;
	}
	.sw_area2 ul li .flow-text {margin: 5% 0 14px;}

	#sw_access {
    	margin-top: 0;
    	padding: 0;
    	width: 100%;
	}
	
	#sw_access iframe {width: 100%;}
	#sw_access .sw_access_info {padding:5%;}
	#sw_bottom_info {
		width: 95%;
		padding: 0 20px;
	}

	#sw_bottom_info p.reservation a {
		margin: 0 15%;
		font-size: 15px;
		width: 70%;
		display:block;
		color:#fff;
	}

	.contact {
		overflow: hidden;
		margin-bottom: 30px;
	}

	.contact img {
		width: 100%;
	}

	.contact a {
		float: left;
		width: 50%;
	}

	.content {
		width: 100%;
	}

	.content p{
		width: 100%;
		padding: 10px;
	}

	.content img{
		float: right;
		margin: 0 0 90px 10px;
	}

	ul.sw_liststyle3 li,ul.sw_liststyle3 li:nth-child(2n), ul.sw_liststyle3 li:nth-child(10),.sw_treatment_menu ul li:nth-child(5) {width: 48%; margin-right:1%; margin-left:1%;}

	#topnews-box {
		width: 100%;
	}

	.shop.shin,
	.shop.uehon {
		display: none;
	}

	


	/*------------サイドバー-------------*/

	#side #mybox:after {
		content: "";
		display: block;
		clear: both;
	}

	#side .execphpwidget .left {
		width: 50%;
		float: left;
	}

	#side .execphpwidget .right {
		width: 50%;
		float: right;
	}

	#side .execphpwidget .right a:first-child img {
		margin-top: 9px!important;
	}

	/*------------下層ページ------------*/

	.post img {
	    width: 300px;
	    margin-left: 10px;
	    float: right;
	}

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

	#mbox {
		float: left;
	}

	#mbox img{
		border:none;
		margin-top: 60px;
		margin-left: 30px;
		transform: rotateZ( 0deg );
		width: 40%;
	}
	.post table.t-case tr td {width:initial; display: table-cell;}


/*-- ここまで --*/
}

/*media Queries PCサイズ
----------------------------------------------------*/
@media only screen and (min-width: 961px) {

	.tabnone {
		display: none;
	}

	.pcnone{
		display: none;
	}

	.shin {
		display: none;
	}

	.uehon {
		display: none;
	}

	.main_visual.sp {
		display: none;
	}

/*--------------------------------
PCのHOME レイアウト
---------------------------------*/

	#wrapper {
		max-width: none;
		padding: 0;
	}

	#sb-site {
		transform:none!important;
	}

	#content {
		width:1100px;
		margin:0 auto;
	}

	#contentInner {
		margin: 0px 10px;
		float: left;
		width: 75%;
	}

	main {
		margin: 0 ;
		border-radius: 4px;
		padding: 0;
		position: relative;
	}

	#side aside {
		position: static!important;
		/* float: right;*/
		/* width: 250px;*/
		padding: 0 ;
		margin-top: 0;
		margin: 0;
	}

	/* コンテンツ*/
	.content p{
		padding: 10px 0 0 10px;
	}

	.content img{
		float: right;
		margin: 0 0 30px 10px;
	}

	.sb-toggle-right {
		display: none;
	}


	.post img {
			margin:0 0 20px 10px;
			float:right;
			width: 320px;
	}

	img.post-main {
		margin-left:0;
		width: 99%;
		margin: 0 auto 10px;
		display: block;
	}
	
	img.w164 {
		height:220px;
		width: 164px;
	}
	
	.post img.w25 {
		width: 25%;
	}
	

	/*--------------------------------
	グローバルナビ
	---------------------------------*/
	#gnav2 {
		position: relative;
		padding: 13px 0 0;
		width: 1100px;
		height: auto;
		margin: 0 auto;
		text-align: center;
	}

	#gnav2 * {
	}

	#gnav2 ul {
		list-style:none;
		margin: 0 auto;
		width: auto;
		height: 40px;
		background-image: url("images/line_navi01.png");
		background-repeat: no-repeat;
		background-position: right top;
		background-size:auto 100%;
		padding:0;
	}

	#gnav2 ul li {
		background-image: url("images/line_navi01.png");
		background-repeat: no-repeat;
		background-position: left top;
		background-size:auto 100%;
		float: left;
		height: 100%;
		width: 12%;
		padding-left:14px;
		box-sizing:border-box;
	}


	#gnav2 li:first-child a {
		width: 50px;
		text-indent: -9999px;
		background: url("images/mainnavi00.png") no-repeat 28% 0%;
		background-size: auto 70%;
	}

	#gnav2 ul li:first-child {
        background: url("images/mainnavi00.png") no-repeat 28% 50%;
        background-size: 18%;
        text-indent: -9999px;

	}


	.clearText {
		text-indent:100%;
		white-space:nowrap;
		overflow:hidden;
	}

	#gnav2 ul li:last-child {
		/*width: 226px;*/
	}

	#gnav2 ul li a {
		padding: 10px 0 0 0;
		font-size: 14px;
		font-weight: 500;
		line-height: 1.1;
		text-decoration: none;
		height: 100%;
		width: 100%;
		transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		color: #222;
		z-index:2;
	}

	#gnav2 ul li a span {
		font-size: 10px;
		color: #e889ac;
	}

	#gnav2 ul li a:hover {
		margin-top:3px;
	}
	#gnav2 ul li li, #gnav2 li li:first-child a{background-image:none;}
	#gnav2 ul.menu li li a{
		background-color: rgba(255,255,255,.95);
		border-top:#ccc dotted 1px;
		z-index:2;
	}

	#gnav2 ul.sub-menu {
		position:absolute;
		/*top: 60px;*/
		z-index:10;
		width: 180px;
		height: auto;
		background-image:none;
		/*box-shadow: 0 2px 2px #6f6f6f;*/
	}

	#gnav2 ul.sub-menu li {
		width: 100%;
		padding-left: 0;
		font-weight:500;
	}

	#gnav2 ul.sub-menu li a {
		width: 100%;
		padding: 10px 0;
		text-indent: 0;
	}

	#gnav2 ul.sub-menu li a:hover {
		margin-top:0;
		background-color: #00b9f2;
		color:#fff;
	}


	/*--------------------------------
	お知らせ（スマホフッター）
	---------------------------------*/
	#sp_footer .news .inner {
    width: 100%;
	}


	/*--------------------------------
	HOME コンテンツ
	---------------------------------*/

	.sw_maincatch p br {
		display: none;
	}

	#sw_bottom_info p.tel_number {
	    float: left;
	}

	/*--------------------------------
	右カラム
	---------------------------------*/
	#side {
	float: right;
	width: 250px;
	padding: 0px;
	margin: 0;
	}

	/*#side aside { width: 250px; }*/
	#side aside p.fb { font-weight: 600; }
	#side aside p.f80 { font-size: 80%; }
	#side aside p.f100 { font-size: 100%; }
	#side aside p.f125 { font-size: 125%; }
	#side aside p.mb5 { margin-bottom: 5px; }
	#side aside p.mb10 { margin-bottom: 10px; }
	#side aside p.mb0 { margin-bottom: 0px; }
	#side aside .pb10 { padding-bottom: 10px; }
	#side aside .pb20 { padding-bottom: 20px; }


	#side .sw_first ,#side .sw_pregnant{
	margin: 0 0 15px;
	line-height: 1;
	text-align:center;
	}
	#side .sw_first a,#side .sw_pregnant a {
	padding:15px 5px 15px 40px;
	border:solid 1px #099be8;
	border-radius: 5px;
	font-weight: 500;
	font-size:1em;
	text-decoration: none;
	letter-spacing: -0.01em;
	color: #0994de;
	}
	#side .sw_first a {background:url("https://yokokawa-ortho.com/wp/wp-content/themes/stinger7child/images/icon_beginner.svg") 15% center no-repeat;}
	#side .sw_first a:hover {
	background-color: #f4fbff;
	opacity:0.8;
	color: #009ee7;
	background-position: 15% center;
	}
	#side .sw_pregnant a { border:solid 1px #f44f91; color: #f44f91;background:url("https://yokokawa-ortho.com/wp/wp-content/themes/stinger7child/images/icon_pregnant.svg") 4% center no-repeat; padding:15px 1px 15px 30px;}
	#side .sw_pregnant a:hover { background-color:#fff8fb; color: #f44f91;background-position:4% center;}
	#side .sw_sidebox {
	margin: 0 0 20px;
	padding: 15px;
	border: solid 8px #f6f6f6;
	background-color: #fff;
	font-weight: 500;
	}
	#side .sw_sidebox img {
	width: 100%;
	height: auto;
	}
	#side .sw_sidebox p {
	margin-bottom: 1.1em;
	font-size: .9em;
	line-height: 1.8em;
	}

	#side .sw_sidebox p.reservation {
	margin: 15px 0 0;
	line-height: 1em;
	text-align: center;
	font-size: 1em;
	}
	#side .sw_sidebox p.reservation a,#sw_bottom_info p.reservation a {
	padding:15px 10px 15px 40px;
	border:double 3px #fff;
	font-weight: 600;
	text-decoration: none;
	color: #fff;
	background: #099ae7 url("https://yokokawa-ortho.com/wp/wp-content/themes/stinger7child/images/icon_mail.svg") no-repeat 5% 50%;
	background-size:auto 40% ;
	}
	#side .sw_sidebox p.reservation a:hover,#sw_bottom_info p.reservation a:hover {
	background-color: #2dacf0;
	opacity:0.8;
	}
	#side .sw_sidebox p.reservation a:after{content:none;}

	#side .lady a {
	margin: 0;
	padding:0;
	line-height: 1;
	text-align:center;
	border-bottom:none;
	}

	#side .lady a:hover {
	opacity:0.8;
	}

	#mybox h4 ,
	#side aside h4.menu_underh2 {
	font-size: 1em;
	margin: 0px;
	padding: 14px 0 12px 15px;
	font-weight: 600;
	line-height: 1.5em;
	color: #fff;
	background:#099be8;
	}

	#mybox ul li ul {
	margin: 0 !important;
	}
	#mybox ul li ul li a {
	position: relative;
	margin: 0;
	padding:12px 0 12px 15px;
	border-bottom: solid 1px #ddd;
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1;
	color: #222;
	text-decoration: none;
	background-image: none;
	font-weight: 500;
	}

	#mybox ul li ul li a:after {
	content: url("images/arrow02.png") ;
	  position: absolute;
	  top: 50%;
	  right: 10px;
	  margin-top: -5px;
	}

	#mybox ul li ul li .sw_first a:after,#mybox ul li ul li .sw_pregnant a:after{
	content:none;
	}

	#mybox ul li ul li a:hover {
	text-decoration: none;
	background-color:#f2fafd;
	color: #222;
	}


	
	/*pagelink*/
	#pagelink ul{width: 630px; padding-left: 10px; }
	#pagelink ul li{background:url("https://yokokawa-ortho.com/wp/wp-content/themes/stinger7child/images/link.png") 0 .5em no-repeat;padding:0 0 5px 12px;display:inline-block;font-weight:bold;}
	#pagelink ul li {margin-right: 300px; }
	#pagelink ul li ul{padding:5px 0 5px 0;}
	#pagelink ul li ul li{background-image:url("https://yokokawa-ortho.com/wp/wp-content/themes/stinger7child/images/link2.png");padding:0 1.2em 0 12px;font-weight:normal;}
	#pagelink ul li ul li{ margin-right: 0px; }


	/*カテゴリー一覧のリンク修正*/
	#sitemap_list ul#sitemap_list:first-child {
		pointer-events:none;
		cursor: default;
	}

	#sitemap_list ul#sitemap_list:first-child a{
		text-decoration: none;
	}


	#sitemap_list .children ul {
		pointer-events:initial;
	}

	#sitemap_list .children li {
		pointer-events:initial;
		text-decoration: underline;
	}


	/*--------------追従ナビ--------------*/
	.fix_nav {
		position: fixed;
		right: 20px;
		top: 30%;
		z-index: 10;
	}

	.fix_nav ul {
		list-style: none;
	}

	.fix_nav ul li {
		margin-bottom: 10px;
	}

	.fix_nav ul li a {
		background-image: url(https://yokokawa-ortho.com/wp/wp-content/themes/stinger7child/images/icn.png);
		display: block;
		height: 40px;
		width: 40px;
		text-align: center;
		text-decoration: none;
		font-weight: bold;
		color: #7c9d1f;
		padding-top: 8px;
		box-sizing: border-box;
	}

	.fix_nav ul li a:hover {
		opacity:0.8;
		filter: alpha(opacity=80);
		-ms-filter: "alpha( opacity=80 )";
	}

	.fix_nav ul li img {
		display: inline;
	}

	/*--------------その他--------------*/
	.view01 img {
		margin-right: 20px;
	}
}

@media only screen and (max-width: 640px) {
.sw_area2 ul li {width: 100%;}
.sw_area2 ul li .flow-ttl {padding:0;}
.sw_area2 ul li .flow-text {margin: 20px 0 0;}
.post img {width: 100%; margin: 0 0; display:block;}
.post table.t-case { width: 100%;}
.post table.t-case tr td{display: block;}
.post table.t-case img {width:initial; width: 98%;}
.post table.t-case .sankaku-r { width: 0; height: 0; border: 25px solid transparent; border-top: 25px solid #f5ecf7; margin: 0 auto; display: block; clear: both;}
}
@media only screen and (max-width: 413px) {
.sw_area1 ul li {width: 100%;font-size: 4vw;}
.message.message_01 .message_inner{background-size: 140%;}
.message .message_inner .message_ttl { padding: 25% 0 0 5%; text-shadow: #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px,#fff 0 0 1px; font-size: 1.1em; line-height: 1.5;}
.message .message_inner .message_name {padding-bottom:0;}
}

table.sw_tbl01 {border-collapse:collapse;border:none;border-spacing:0;width: 100%;margin-bottom: 20px;}
table.sw_tbl01 tr{ border-bottom:1px solid #5bbcf0;}
table.sw_tbl01 tr th {box-shadow: none;}
table.sw_tbl01 tr th ,table.sw_tbl01 tr td {padding: 3px 2px;vertical-align:middle;border:1px #fff;font-weight:normal;text-align:left;}
table.sw_tbl01 tr th {text-align: center;font-weight: 500;background-color:#099be8;color:#fff;}
table.sw_tbl01 .maru { color:#87d7f2;}
.sw_bottom_info_box table.sw_tbl01 tr th,.sw_bottom_info_box table.sw_tbl01 tr td{padding:10px;font-size: 1em;}
.post table.t-case,.post table.t-case tr,.post table.t-case th,.post table.t-case td,.post table.t-case td:nth-child(1){border:none;background:none;vertical-align: middle;}
.post table.t-case img {float:none;margin: 0 auto;}


	/*--------------見出しcss--------------*/
.box1 {
    margin:10px; padding:10px; border:5px solid black;
    border: 4px double #ddd;
    display: inline-block;
}
.box2 {
　margin: 20px 0px;
  padding: 5px 30px 5px 30px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  display: inline-block;
}

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

.box3 ul, ol {
  background: #fcfcfc;/*背景色*/
  padding: 0.5em 0.5em 0.5em 2em;/*ボックス内の余白*/
  border: solid 1px gray;/*線の種類 太さ 色*/
  margin: 20px 10px;
}

.box3 ul li, ol li {
  line-height: 20px !important; /*文の行高*/
  font-size: 12px !important;
  padding: 0.5em 0; /*前後の文との余白*/
}

.box4 {
  border-bottom: 3px double #ccc;
  display: inline-block;
  font-size: 14px !important;
}


.menu_underh2 {
padding: 0px 0px !important;
margin: 15px 0px;
}
#a-table td:nth-of-type(2){
text-align: left !important;
}
.tel_box {
    background: #edd8dc;
    max-width: 250px;
}

.reservation-side {
    background: #eae0be;
    max-width: 250px;
    margin: 10px 0 10px 0;
    padding: 15px 0 15px 0;
}


	/*--------------よくある質問css--------------*/
qadl{
     line-height:1.8em;
     overflow: hidden;
     _zoom: 1;
}

qadl dd,
qadl dt{
     text-indent: -2.6em;   
     padding: 0 20px 0px 50px;
}

qadl dt{
     margin:20px 20px 0 0;
}

qadl dd:first-letter,
qadl dt:first-letter{
     font-size: 1.6em;
     font-weight: bold;
     margin-right:10px;
     padding:5px;
     font-family: 'Nunito', sans-serif;
}


qadl dd{
     margin: 20px 0 -1px 0;
     padding-bottom:15px;
     border-bottom: 1px #000 dotted;
}


qadl dt:first-letter{
     color: #0F78E1;
}
qadl dd:first-letter{
     color: #ff6767;
}

/*審美歯科のテーブル*/
table.t-case {
    border: none;
    margin: 0 auto;
    width:60%;}

table.t-case tr td {
    border: none;
    text-align: center;
    background: none;
    vertical-align: middle;
}

table.t-case img {
	margin: 0;
	width: 100%;
}

table.t-case tr td:nth-child(1) {
    background: none;
    text-align: center;
}
/*症例のテーブル2分割*/
table.t-case2 {
    border: none !important;
    margin: 0 auto;
    max-width: 50%;
    margin: 0 auto;
　　border: none !important;
}

table.t-case2 tr td {
    border: none !important;
    text-align: center;
    background: none;
}

table.t-case2 img {
	margin: 0;
	float:left;
	width: 100%;
}

table.t-case2 tr td:nth-child(1) {
    background: none !important;
    text-align: center;
}

	/*症例テーブル*/
@media only screen and (max-width: 960px) {
/*審美歯科のテーブル2分割*/
table.t-case2 {
    /*max-width: 80%;*/
    margin: 0 auto;
}
}

/*症例のテーブル中央1つのみ*/
table.t-case0 {
    border: none !important;
    margin: 0 auto;
    max-width: 30%;
    margin: 0 auto;
　　border: none !important;
}

table.t-case0 tr td {
    border: none !important;
    text-align: center;
    background: none;
}

table.t-case0 img {
	margin: 0;
	float:left;
	width: 100%;
}

table.t-case0 tr td:nth-child(1) {
    background: none !important;
    text-align: center;
}

	/*症例テーブル*/
@media only screen and (max-width: 960px) {
/*症例のテーブル中央1つのみ*/
table.t-case0 {
    max-width: 80%;
    margin: 0 auto;
}
}


/*審美歯科のテーブル3分割*/
table.t-case3 {
    border: none !important;
    margin: 0 auto;
    /*width: 80%;*/
　　border: none !important;
}

table.t-case3 tr td {
    border: none !important;
    text-align: center;
    background: none;
}

table.t-case3 img {
	margin: 0;
	float:left;
	width: 100%;
}

table.t-case3 tr td:nth-child(1) {
    background: none !important;
    text-align: center;
}

/*症例集のテーブル*/
table.t-case4 {
    border: none;
    margin: 0 auto;
    width:60%;}

table.t-case4 tr td {
    border: none;
    text-align: center;
    background: none;
    vertical-align: middle;
}

table.t-case4 img {
	margin: 0;
	width: 100%;
}

table.t-case4 tr td:nth-child(1) {
    background: none;
    text-align: center;
}

/*記事一覧の日付表示の削除*/
.entry .post-meta .post-date{
  display:none;
}

/*--------------メインTELボックスcss--------------*/
.main-tel{
padding: 1.6em 1em;
margin: 0 auto;
color: #6d4950;
background: #fbf1f4;
border-bottom: solid 3px #f4e7eb;
border-radius: 9px;
text-align: center;
}
.main-tel p {
    margin: 0; 
    padding: 0;
}
.main-mail{
padding: 1.6em 1em;
margin: 0;
color: #6d4950;
background: #fbfbe9;
border-bottom: solid 3px #f7f0d6;
border-radius: 9px;
text-align: center;
}
.main-mail p {
    margin: 0; 
    padding: 0;
}
/*--------------メインTELボックスcss--------------*/

/*　ContactForm7のテーブル化レスポンシブ調整　*/
 
/*テーブルを親要素の幅いっぱいに伸ばす*/
.table-res-form {
    width: 100%;
}
/*一行ごとに上ボーダー*/
.table-res-form tr {
    border-top: 1px #DDD solid;
}
/*一番上の行だけボーダーなし*/
.table-res-form tr:first-child {
    border-top: none;
}
/*奇数行だけ背景色つける*/
.table-res-form tr:nth-child(2n+1) {
    background: #eee;
}
/*thとtd内の余白指定*/
.table-res-form th, .table-res-form td {
    padding: 1.5em;
}
/*th（項目欄）は30%幅、テキストを右寄せ*/
.table-res-form th {
    width: 30%;
    text-align: right;
}
/*「必須」部分のスタイリング*/
.table-res-form .requied {
    font-size: 0.8em;
    color: #FFF;
    display: inline-block;
    padding: 0.3em 0.3em 0.2em;
    background: red;
    border-radius: 2px;
}
 
/*ここから768px以下の指定*/
 
@media only screen and (max-width: 768px) {
　　　　　/*thとtdをブロック化して幅100％にして、縦積み*/
    .table-res-form th, .table-res-form td {
        width: 100%;
        display: block;
    }
　　　　　/*th（項目名）欄の不要な余白削除・テキスト左寄せ*/
    .table-res-form th {
        padding-bottom: 0;
        text-align: left;
    }
　　　　　/*不要な最終行の左のthを非表示にする*/
    .table-res-form .empty {
        display: none;
    }
}
 
/*ここまで768px以下の指定---終わり*/
 
/*ここから入力欄のスタイル指定*/
 
/*各入力フォームスタイリング*/
.table-res-form input[type="text"], input[type="email"], textarea {
    border: 1px #89BDDE solid;
    padding: 0.5em;
    border-radius: 5px;
    margin-bottom: 0.5em;
    width: 100%;
}
/*入力欄にフォーカスしたら変化*/
.table-res-form input[type="text"]:focus, textarea:focus {
    background: #EEFFFF;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
}
/*送信ボタンスタイリング*/
.table-res-form input[type="submit"] {
    border: 1px #89BDDE solid;
    padding: 0.5em 4em;
    border-radius: 5px;
    background: #4C9ED9;
    color: #fff;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
    font-weight: bold;
}
/*送信ボタン・マウスオーバー時スタイリング*/
.table-res-form input[type="submit"]:hover {
    background: #006599;
    box-shadow: none;
}

.uwpqsf_class > label {
    width: 180px;
}
.uform_title{
background: #d7c6dc;
font-size: 17px;
font-family: 'utsukushi';
}
.uwpqsf_class > span[class*="taxolabel-"]{
    width: 100px;
}
.uwpqsf_submit {
    margin-bottom: -5px;
}

#s
{
margin: 0px;
}
#side {
padding: 9px 9px 0 !important;
}
#side ul h4 {
max-width: 250px !important;
}

@media only screen and (max-width: 960px) {
.uwpqsf_class > span[class*="taxolabel-"]{
    width: 100%;
}
}


#biz_calendar p {
float: left;
}
#biz_calendar p span.boxeventday {
margin-left: 25px;
}
#biz_calendar table.bizcal .holiday {
    background-color: #ffdddd;
    color: #000;
}
#biz_calendar p span.boxholiday {
    background-color: #ffdddd;
}

#biz_calendar table.bizcal .eventday {
    background-color: #ddeeff;
    color: #000;
}
#biz_calendar p span.boxeventday {
    background-color: #ddeeff;
}

.bxslider li {
    width: 150px !important;
line-height: 16px !important;
}


.bx-wrapper
{
height: 160px!important;
-webkit-box-shadow: none !important;
box-shadow: none;
margin-bottom: 0px !important;
}
.bx-caption {
bottom: -10px!important;
font-size: 15px!important;
}

.bx-wrapper .bx-caption span {
color: #000!important;
padding: 0px!important;
}
.bx-wrapper .bx-caption {
bottom: -10px!important;
background: #fff!important;
position: unset!important;
}
.bx-wrapper .bx-pager.bx-default-pager a{
width: 0px !important;
}

.bx-wrapper .bx-controls-direction a{
margin-top: -46px !important;
}
.bx-wrapper .bx-pager{
padding-top: 0px !important;
}

.pcone{
display: none;
}


.blogbox.st-hide
{
    display: none;
}

#header-l{
padding: 10px 0 12px !important;
}