/*
Theme Name: Leaf
Theme URI: http://crazy-wp.com/
Author: CRAZY WP
Author URI:  http://crazy-wp.com/
Version: 1.2
*/
-------------------------------------------------------------- */
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, p {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
  box-sizing: border-box;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
html,body {
	width: 100%;
	background: #fff;
	line-height: 1;
	margin: 0;
	padding: 0;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	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 img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/*===============================
	テキスト,フォント
=================================*/
h1{ font-size: 24px;}
h2{ font-size: 22px;}
h3{ font-size: 20px;}
h4{ font-size: 18px;}
p{ font-size: 16px; line-height: 1.6em;}
.t-right{
	text-align: right;
}
.t-left{
	text-align: left;
}
.t-center{
	text-align: center;
}
.ft-family1{
	/*font-family: 'A1 Mincho', 'A1明朝', 'A-OTF A1明朝 Std', 'ヒラギノ明朝 Pro W3', serif !important;
*/}

.serif {
/*	font-family: 'A1 Mincho', 'A1明朝', 'A-OTF A1明朝 Std', 'ヒラギノ明朝 Pro W3', serif !important; */
}


#single-voice #post-contents h1,
.single-news #post-contents h1,
#service h2,
#deliv_price h2,
.page-template-page-qa h2,
.page-template-page-first h2 {
  border-left: 4px solid #005bac;
  border-bottom: 1px solid #ccc;
/*	font-family: 'A1 Mincho', 'A1明朝', 'A-OTF A1明朝 Std', 'ヒラギノ明朝 Pro W3', serif !important; */
  padding: 12px;
  color: #333;
  margin-bottom: 15px;
  font-weight: bold;
}



/*===============================
	背景
=================================*/
.bg-gray{
	background: #f9f9f9;
}

/*===============================
	配置
=================================*/
.fl-right{
	float: right;
}
.fl-left{
	float: left;
}
.mt10{
	margin-top: 10px;
}

/*===============================
	画像
=================================*/
.img-responsive{
	width: 130%;
}
img.alignright{
	float: right;
}

/*===============================
	基本構造
=================================*/
html,body {
	width: 100%;
	font-family: sans-serif;
	font-size: 16px;
}
#page {
	width: 100%;
}
.top-contents{
	padding: 50px 0 30px;
}
/* 	サイト横幅
-------------------------*/
header,footer,.site-width section{
	max-width: 1080px;
	margin: 0 auto;
}

/*===============================
	基本フォント
=================================*/
html,body,#top-logo,.footer,nav a,a:hover,p,a{
	color: #333;
}


/*===============================
	トップライン
=================================*/
.top-line{
	background: #049ee3;
}

#site-description {
  font-size: 12px;
  color: #fff;
  margin: 11px 0;
}


/* 	縦幅
-------------------------*/
.top-line,.top-line p.left,.top-line a.right,.top-line p.center{
	min-height: 30px;
}
.top-line p.left,
.top-line a.right{
	font-size: 0.8em;
	margin: 0;
	padding-top: 6px;
	color:#FFF;
}
.top-line p.center{
	font-size: 1rem;
	margin: 0;
	padding-top: 3px;
	letter-spacing: 0.2em;
	
}
.top-line a.right{
	display: inline-block;
	font-size: 1.2rem;
	margin: 0;
	padding:0 15px;
	color: #fff;
	background: #005bac;
	font-weight:bold;
  line-height: 36px;
  text-align: center;
}

#booking_link {
  vertical-align: top;
  text-align: center;
  background: #fff;
  display: inline-block;
	padding:0 15px;
	margin: 0;
  border: 0;
  line-height: 36px;
  color: #005bac;
  font-weight: bold;
}

.top-line a.right:hover,
#booking_link:hover{
  text-decoration: none;
}


/*===============================
	ヘッダー
=================================*/
.header{
	background: #EDF5FA;
	min-height: 90px;
	overflow: hidden;
}

/* 	ロゴ
-------------------------*/
#top-logo{
	/*width: 150px;*/
	margin-top: 15px;
}
#top-logo h1{
	width: 100%;
}
#top-logo .sub-logo{
	font-size: 0.5em;
}
/* 	トップバナー
-------------------------*/
.top-baner{
/*
	padding-bottom: 40px;
	background: #EDF5FA;
 */
}
.top-baner .col-lg-12 {
  padding: 0;
}

.flex-control-nav {
  position: absolute;
  left: 0;
  bottom: 25px;
  z-index: 100;
}

.flexslider {
  margin: 0 !important;
}

.top-baner img{
/*
	-webkit-border-top-left-radius: 3px;  
	-webkit-border-top-right-radius: 3px;  
	-webkit-border-bottom-right-radius: 3px;  
	-webkit-border-bottom-left-radius: 3px;  
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;  
	-moz-border-radius-bottomleft: 3px;
*/
}
.flex-direction-nav .flex-prev{
	left: 0;
}
.flex-direction-nav .flex-next{
	right: 0;
}

/*===============================
	ナビゲーション
=================================*/

/* 	ヘッダーナビ
-------------------------*/
nav{
	/*font-family: 'A1 Mincho', 'A1明朝', 'A-OTF A1明朝 Std', 'ヒラギノ明朝 Pro W3', serif !important;*/}
nav ul{
	overflow: hidden;
}
nav ul li{
	float: left;
}
nav ul li a{
	padding: 10px 13px;
	display: block;
}
.header nav{
	float: right;
	margin-top: 30px;
}
.header nav li:hover{
	background: #CDE4F2;
	-webkit-border-top-left-radius: 3px;  
	-webkit-border-top-right-radius: 3px;  
	-webkit-border-bottom-right-radius: 3px;  
	-webkit-border-bottom-left-radius: 3px;  
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;  
	-moz-border-radius-bottomleft: 3px;
  text-decoration: none;
}
.header nav li:hover a{
  text-decoration: none;
}
header a.sp-menu{
	visibility: hidden;
	display: none;
}

/*===============================
	トップページコンテンツ共通
=================================*/
.home .page_btm_contact {
  display: none;
}

.top-contents .page-title,
.top-contents h1.title{
	font-size:1.8rem;
  text-align:center;
	color: #555;
	padding-bottom: 10px;
	border-bottom: 2px double #049ee3;
	max-width: 300px;
	margin: 0 auto;
	margin-bottom: 10px;
/*	font-family: 'A1 Mincho', 'A1明朝', 'A-OTF A1明朝 Std', 'ヒラギノ明朝 Pro W3', serif !important; */
  letter-spacing: 2px;
  font-weight: bold;
}
.top-contents p.sub-title{
	font-size:1.6rem; text-align:center;
	margin-bottom: 30px;
/*	font-family: 'A1 Mincho', 'A1明朝', 'A-OTF A1明朝 Std', 'ヒラギノ明朝 Pro W3', serif !important; */
  letter-spacing: 2px;
  color: #555;
}
.recomend div.title, .merit div.title, .access div.title, .voice div.title, .news div.title{
	margin-bottom: 60px;
}

/*===============================
	オススメ
=================================*/
.recomend .panel-body{
	padding: 30px 15px;
}
.recomend img{
	margin: 0 auto;
}
.recomend .ctn p.description{
	padding: 10px 0;
	font-family: sans-serif;
	line-height: 1.4;
}
.recomend .ctn{
	padding: 10px;
	box-shadow: none;
}
.recomend .ctn h2.title{
	font-size: 1.2rem;
  line-height: 1.6;
	text-align: center;
	margin: 10px auto;
  font-weight: bold;
  color: #005bac;
/*
	border-bottom: 1px double #efefef;
	max-width: 260px;
*/
}
.recomend .ctn a.btn-detail{
	color: white;
}
.recomend .panel-body{
	background: #f5f5f5;	
	-webkit-border-top-left-radius: 3px;  
	-webkit-border-top-right-radius: 3px;  
	-webkit-border-bottom-right-radius: 3px;  
	-webkit-border-bottom-left-radius: 3px;  
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;  
	-moz-border-radius-bottomleft: 3px;
	line-height:1.8;
}

/*===============================
	当院の強み
=================================*/
.merit{
	background: #f8f8f8;
}
.merit .row h1{
	font-size: 1.6rem;
	padding: 10px 15px;
	margin: 0;
/*	font-family: 'A1 Mincho', 'A1明朝', 'A-OTF A1明朝 Std', 'ヒラギノ明朝 Pro W3', serif !important; */
}
.merit .row h1 i{
	color: #8FBAF3;
	padding-right: 20px;
	font-size: 2.2em;
	position: relative;
	top: 6px;
}
.merit .row p{
	padding: 15px;
/*	letter-spacing: 0.2rem; */
	line-height: 1.8;
}
.merit_txt {
  margin-top: 30px;
	font-size: 1.5rem;
  text-align: center;
  color: #005bac;
  font-weight: bold;
  border: 2px solid #005bac;
  padding: 30px;
  background: #fff;
  border-radius: 6px;
}
.merit_txt b {
  display: block;
  text-align: center;
  margin-top: 25px;
  font-size: 2rem;
  letter-spacing: 2px;
}

.merit_txt span i {
  font-style: normal;
}

.merit_txt span {
  display: inline-block;
  position: relative;
  background: #e74c3c;
  line-height: 60px;
  padding: 0 10px 0 40px;
  margin-right: 30px;
  text-align: center;
  color: #fff;
}

.merit_txt span:last-child {
  margin: 0;
}

.merit_txt span:before {
  border-left: 20px solid #fff;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -30px;
}

.merit_txt span:after {
  border-left: 20px solid #e74c3c;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  margin-top: -30px;
}


/*===============================
	お客様の声
=================================*/
.voice .panel{
	box-shadow: none;
	background: #f9f9f9;
	margin-bottom: 20px;
}
.voice .panel-head h2.title{
	font-size: 1.2rem;
  padding: 0 15px;
  color: #005bac;
}
.voice .row p{
	letter-spacing: 0.1rem;
	line-height: 1.6rem;
}
.voice .panel img{
	margin-bottom: 10px;
}

#single-voice img {
  margin-bottom: 30px;
}

#archive-voice .post-content {
  line-height: 1.6;
  padding-bottom: 20px;
}

#single-voice p {
  width: 80%;
  margin: 0 auto;
  line-height: 1.8;
}

#single-voice #post-contents {
  margin-bottom: 30px;
}


/*===============================
	アクセス
=================================*/
.access section.panel-access{
	background: none;
	-webkit-border-top-left-radius: 0;  
	-webkit-border-top-right-radius: 0;  
	-webkit-border-bottom-right-radius: 0;  
	-webkit-border-bottom-left-radius: 0;  
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;  
	-moz-border-radius-bottomleft: 0;
	box-shadow: none;
}
.access .info{
	overflow: hidden;
	margin-bottom: 10px;
}
.access .btn-detail:hover{
	color: white;
}

.access_txt {
  line-height: 1.6;
}

.access_txt table th {
  background: #efefef;
  text-align: left;
}

.access_txt table td {
  text-align: left;
}

iframe {
  width: 100%;
  height: 500px;
  margin-bottom: 30px;
}

a.tel {
  display: block;
/*  width: 280px; */
  text-align: center;
  font-weight: bold;
  margin: 20px 0;
  line-height: 1;
  padding: 25px 0;
  font-size: 1.3rem;
  border-radius: 4px;
  background: #fff !important;
  border: 2px solid #005bac;
  color: #005bac !important;
  font-size: 1.6rem;
}

.access_txt a.net {
  background: #005bac;
  border: 2px solid #005bac;
  color: #fff;
}

a.tel,
.access_txt a:hover {
  opacity: 0.8;
  text-decoration: none;
}


/*===============================
	TOP SNS
=================================*/
.page_btm_contact {
  margin: 0 auto 20px !important;
}

.page_btm_contact a,
.contact_line a,
#top_bnr_box a {
  width: 100%;
  display: block;
  background: #ccc;
  margin-bottom: 20px;
  line-height: 1;
  padding: 25px;
  font-weight: bold;
  font-size: 1.2rem;
  color: #fff;
  border-radius: 4px;
  text-align: left;
}

.page_btm_contact a.tel,
#top_bnr_box a.tel {
  font-size: 1.6rem;
  text-align: center;
}

.page_btm_contact a:hover,
#top_bnr_box a:hover {
  text-decoration: none;
  opacity: 0.80;
  color: #fff;
}

#top_bnr_box a.blog {
  background: #049ee3;
}

#top_bnr_box a.insta {
  background: linear-gradient(-135deg, #5801C1, #E7002C);
}

#top_bnr_box a.k-tp {
  background: #005bac;
}

#top_bnr_box .top_txt02 {
  font-weight: bold;
  font-size: 20px;
}

.page_btm_contact a.line,
.contact_line a,
#top_bnr_box a.line {
  background: #00C402;
  color: #fff;
  text-align: center;
}

.page_btm_contact a.line:hover {
  color: #fff;
}

.page_btm_contact a i,
.contact_line a i,
#top_bnr_box a i {
  font-size: 1.8rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.page_btm_contact,
.contact_line {
  width: 700px;
  margin: 15px auto 0;
}

.home .page_btm_contact.slider {
  display: block;
  padding: 30px 15px 0;
}

.page_btm_contact p {
  margin: 0;
}

.page_btm_contact .top_txt02 {
  font-weight: bold;
  font-size: 19px;
}

.page_btm_contact .top_txt02 br {
  display: none;
}


/*===============================
	当院信念
=================================*/
#belief p {
  line-height: 1.8;
  margin-bottom: 50px;
}


/*===============================
	ニュース
=================================*/
.news a, .news a:hover{
	color: #555;
}
.news a.btn-detail, .news a.btn-detail:hover{
	color: white;
}
.news .news-section{
	margin-bottom: 30px;
}

section.voice-lists,
section.news-lists {
  margin-bottom: 25px;
  border-bottom: 1px solid #ccc;
}

.post-title > div {
  color: #666;
}

.post-title a {
  font-weight: bold;
  color: #005bac;
}


/*===============================
	テーブル
=================================*/
table{
	width: 100%;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}
table tr.title td{
	border-left: 1px solid #ccc;
}
table th,table td, table tr.title{
	border-bottom: 1px solid #ccc;
	font-size: 1rem;
}
table tr.last th, table tr.last td{
	border-bottom: none;
}
table td{
	border-left: 1px solid #ccc;
}
table th, table td{
	padding: 10px;
	text-align: center;
}
table tr.title th, table tr.title td{
	font-size: 1.2rem;
	border-right: none;
	text-align: left;
}
table.time th, table.price th{
	background: #fbfcf8;
}
table.time tr.title th, table.price tr.title th, table.price tr.title td{
	background: #eef1dd;
}
/* 	timeテーブル
-------------------------*/
table.time tr.title th{
	padding-left: 20px;
}

/* 	priceテーブル
-------------------------*/
table.price{
	width: 60%;
}
table.price tr.title th, table.price tr.title td{
	text-align: center;
}
table.price th{
	width: 70%;
}
table.price td{
	width: 30%;
}


/*===============================
	ボタン
=================================*/
.btn{
	font-family: sans-serif;
}
.btn{
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.btn:hover{
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.btn-detail{
	background:#049ee3;
	margin: 10px 0;
	color: white;
}
.btn-detail:hover{
	background:#005bac;
	color: white;
}
.panel-body a.btn-detail:hover{
	color: white;
}
.btn-gray{
	background: #ddd;
}
.btn-gray:hover{
	background: #ccc;
}

/*===============================
	パネル
=================================*/
.panel-head{
/*	padding: 0 15px; */
}

.menu-wrap ul{
	float: right;
	z-index: 777;
}

/*===============================
	投稿コンテンツ
=================================*/
#post-contents .post-title {
  margin-bottom: 50px;
}

#post-contents h1{
/*
	background: #efefef;
	font-size: 1.4rem;
	padding: 10px;
	margin-bottom: 20px;
	-webkit-border-top-left-radius: 3px;  
	-webkit-border-top-right-radius: 3px;  
	-webkit-border-bottom-right-radius: 3px;  
	-webkit-border-bottom-left-radius: 3px;  
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;  
	-moz-border-radius-bottomleft: 3px;
*/
}

#post-contents h1 a {
  color: #005bac;
	font-size: 1.8rem;
  font-weight: bold;
}

.post-content p,
.post-content img {
  margin: 1rem 0;
}

.post-meta time,
.post-meta span {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.post-meta span a {
  font-size: 14px;
  color: #fff;
  background: #f39c12;
  padding: 5px 10px 3px;
  display: block;
  text-decoration: none;
}

/*記事SNSシェアボタン*/
.sns_btn {
  overflow: hidden;
  padding: 0px;
  margin: 20px 0 0;
  text-align: right;
  letter-spacing: -0.4em;
}

.sns_btn li {
  width: auto;
  display: inline-block;
  letter-spacing: 0;
  padding: 0;
  margin: 0px 10px 0px 0px;
  list-style-type: none;
}

.sns_btn li a {
  font-size: 12px;
  font-weight: bold;
  line-height: 100%;
  color:#ffffff;
  display: block;
  padding: 6px 10px;
  margin: 0px;
  background-color:#f5f5f5;
  text-align:center;
  text-decoration: none;
  border-radius:5px;
}

.sns_btn li a.twitter {
  background-color: #00acee;
}

.sns_btn li a.facebook {
  background-color: #3b5998;
}


/* 	ブログサイドバー
-------------------------*/
#sidebar-blog h2{
	font-size: 1rem;
	border-bottom: 2px solid #8FBAF3;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.sidebar-widget > div{
	margin-bottom: 50px;
}
.sidebar-widget > div > ul{
	padding: 0;
}
.sidebar-widget > div > ul > li{
	margin-bottom: 10px;
}
span.post-date{
	font-size: 0.7rem;
}

#wp-calendar caption {
  text-align: center;
  font-weight: bold;
}

#wp-calendar,
#wp-calendar tfoot td {
  border: 0;
}

#wp-calendar tbody td:last-child {
  border-right: 1px solid #ccc;
}

#wp-calendar tbody td#today {
  background: #f1c40f;
}

#wp-calendar th,
#wp-calendar tbody td {
  position: relative;
  padding: 0;
  width: 5.882352941176471%;
  width: calc(100% /7);
  height: 37px;
}

#wp-calendar tbody td a {
  display: block;
  width: 100%;
  height: 37px;
  line-height: 37px;
  background: #049ee3;
  color: #fff;
}


/* 	新しい記事へ、前の記事へナビ
-------------------------*/
.nav-below{
	overflow: hidden;
	margin: 20px 0;
	border-top: 1px solid #ddd;
	padding: 20px 10px;
}
.nav-below .nav-previous{
	float: left;
	
}
.nav-below .nav-next{
	float: right;
}

/*===============================
	フッター
=================================*/
.footer{
	background: #efefef;
	min-height: 100px;
	overflow: hidden;
	padding-top:20px;
}
.copyright{
	text-align: right;
	float: right;
	bottom:-5px;
	position: relative;
	margin-bottom: 0;
	padding-bottom: 0;
	color: #aaa;
}

#footer #top-logo {
  width: 200px;
}

#footer-menu a {
  font-size: 12px;
}

/*===============================
	その他
=================================*/
/* ページトップへ戻るボタン
-------------------------*/
#pageTop{
	background:rgba(150,150,150,0.5);
	-webkit-border-top-left-radius: 3px;  
	-webkit-border-top-right-radius: 3px;  
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	color:#FFF;
	padding:20px;
	position:fixed;
	bottom: 0px;
	right:20px;
	background-color:#049ee3;

}
#pageTop:hover{
	opacity: 0.7;
	background-color:#005bac;

}
/* 	その他を見る
-------------------------*/
a.watch-other{
	margin-right: 20px;
	float: right;
	font-size: 0.8rem;
}


/*===============================
	カテゴリー一覧
=================================*/
.category-list {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

.category-meta {
  margin: 0 0 0.67em;
}

.category-list time,
.category-list span,
.category-list h2 {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.category-list span,
.category-list time {
  margin-right: 15px;
}

.category-list h2 a {
	color: #005bac;
  font-size: 24px;
  font-weight: bold;
  vertical-align: middle;
}

.category-list span {
  font-size: 14px;
  color: #fff;
  background: #f39c12;
  padding: 5px 10px 3px;
}

.category-list span a {
  color: #fff;
  text-decoration: none;
}

/* ページャ */
.pagenation {
  margin: 30px auto 50px;
  text-align: center;
}

.pagenation ul {
  letter-spacing: -0.4em;
  vertical-align: middle;
  padding: 0;
  margin: 0;
}

.pagenation ul li {
  display: inline-block;
  letter-spacing: 0;
  width: 2em;
  line-height: 2em;
  border: 1px solid #049ee3;
  margin: 0 5px;
  color: #049ee3;
  font-weight: bold;
}

.pagenation ul li.prev,
.pagenation ul li.next {
  width: auto;
}

.pagenation ul li a {
  display: block;
  background: #049ee3;
  text-decoration: none;
  color: #fff;
  font-weight: normal;
}

.pagenation ul li.prev a,
.pagenation ul li.next a {
  padding: 0 8px;
}

.pagenation ul li a:hover {
  background: #fff;
  color: #049ee3;
  font-weight: bold;
}


/*===============================
	スタッフ
=================================*/
.staff_box {
  overflow: hidden;
  margin-bottom: 40px;
}

.staff_box ul {
  margin: 0 0 20px;
  padding: 0;
  line-height: 1.8;
}

.staff_box b {
  margin-bottom: 15px;
  color: #005bac;
  font-size: 1.6rem;
  display: block;
  line-height: 1.3;
}

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

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

.staff_info {
/*
  width: 60%;
  float: right;
*/
}

.staff_info ul {
  list-style-type: disc;
  margin-left: 25px;
}

.staff_data {
/*
  width: 46%;
  float: left;
*/
}

.staff_data + .staff_data {
/*  float: right; */
}


/*===============================
	サービス内容
=================================*/
.service_box {
  overflow: hidden;
  margin-bottom: 40px;
}

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

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

.service_txt {
/*
  width: 70%;
  float: right;
*/
}


/*===============================
	料金
=================================*/
#price table th,
#price table td {
  text-align: left;
  padding: 15px;
  font-size: 1.2rem;
}

#price table thead th {
  text-align: center;
}

#price table th + th {
  border-left: 1px solid #ccc;
}

#price table thead {
  background: #efefef;
}

#price_table {
  margin-bottom: 50px;
}

#price_table th div:nth-of-type(2),
#price_table td div:nth-of-type(2) {
  margin-top: 10px;
}

#price_table th div br {
  display: none;
}

#deliv_price table th {
  background: #efefef;
  text-align: center;
}

#deliv_price table td div:nth-of-type(1){
  margin-bottom: 10px;
}

#deliv_price table p {
  display: none;
}

#deliv_price table ul {
  padding: 0;
  margin: 0;
  display: inline-block;
}

#deliv_price table ul li {
  padding: 0;
  margin: 0 15px 0 0;
  display: inline-block;
}

#deliv_price table td span {
  display: inline-block;
  font-weight: bold;
  width: 7em;
}

#disease6 {
  font-size: 1.5rem;
  color: #e74c3c;
  font-weight: bold;
  margin: 25px 0 15px;
  line-height: 1.4;
}


/*===============================
	メディアクエリ
=================================*/
@media screen and (max-width: 979px) { /* 979px以下用（タブレット用）の記述 */
	/* 	ロゴ中央表示
	-------------------------*/
	#top-logo{
		margin: 0 auto;
		margin-top: 20px;
		margin-bottom: 10px;
	}
	.top-line a.right{
/*		display: block; */
		text-align: center;
	}
	/* 	トップナビメニュー
	-------------------------*/
	.header nav{
		margin-top: 0;
		position: relative;
		overflow: hidden;
		float: none;
	}

}
@media screen and (max-width: 768px) { /* 768px以下用（タブレット／スマートフォン用）の記述 */
  .top-line .col-lg-7.col-md-7.col-sm-7.t-left {
/*    display: none; */
  }

  #site-description {
    margin: 5px 0;
  }

  nav ul li a{
    padding: 18px 15px;
  }

  nav ul li {
    border-bottom: 1px solid #00427D;
  }

 .col-lg-5.col-md-5.col-sm-5.t-right.ft-family1 {
    margin: 0;
    padding: 0;
    background: #005bac;
  }
	.top-line .left{
/*    display: none; */
  }
	.top-line a.right{
		font-size: 36px;
    text-align: center;
    width: 100%;
    line-height: 1.6;
    padding: 3px 0 0;
/*
    width: 50%;
		padding-top: 8px;
*/
	}
	.top-line a.right+a{
    width: 50%;
		font-size: 14px;
  }
	.top-line a.right+a i{
		font-size: 16px;
  }
	.merit .row h1{
		line-height: 2rem;
	}
	.merit .row h1 i{
		top: 2px;
    padding-right: 10px;
	}
	.top-contents h1.title{
		font-size: 26px;
	}
	.top-contents p.sub-title{
		font-size: 20px;
	}
	table.price{
		width: 100%;
	}

  .footer {
    padding-top: 10px;
    min-height: auto;
  }

	.copyright{
		bottom: 0;
    text-align: center;
    font-size: 12px;
    float: none;
    margin-bottom: 10px;
	}

  .staff_img,
  .staff_info,
  .staff_data,
  .staff_data + .staff_data {
    width: 100%;
    float: none;
  }

  .staff_img {
    margin-bottom: 30px;
  }

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

  .service_img img {
    margin-bottom: 30px;
  }

  .service_img,
  .service_txt {
    width: 100%;
    float: none;
  }

  #deliv_price table th {
    width: 40%;
  }

  #deliv_price table td li:nth-of-type(1) {
    margin: 5px 0 10px;
  }

  #top_sns_box .fb-page {
    width: 100%;
    float: none;
  }

  #top_bnr_box {
    margin-top: 25px;
    float: none;
  }

  #top_bnr_box .top_txt02 {
    font-weight: bold;
    font-size: 14px;
  }

  #footer #top-logo {
    text-align: center;
    margin-top: 0;
  }

  #footer #top-logo img {
    display: inline-block;
  }

  #footer #top-logo {
    display: none;
  }

  #single-voice p {
    width: 100%;
  }

  #price_table {
    border: 0;
    margin-bottom: 20px;
  }

  #price_table .table_header {
    display: none;
  }

  #price_table tr {
    display: block;
    border: 1px solid #ccc;
    margin-bottom: 20px;
  }

  #price_table th,
  #price_table td {
    width: 100%;
    display: block;
    border: 0;
  }

  #price_table th {
    background: #efefef;
  }

  #price_table th div br {
    display: block;
  }

  #price_table td:before {
    content: attr(aria-label);
  }

  #sidebar-blog {
    margin-top: 60px;
  }

  .sns_btn {
    margin: 0 0 20px;
  }

}

@media screen and (max-width: 479px) { /* 479px以下用（スマートフォン用）の記述 */	
	.access .info{
		margin-top: 10px;
	}
	.top-baner div.flexslider{
		margin-top: 10px;
	}
	/* 	メニュー非表示
	-------------------------*/
	.menu-wrap{
		display: none; /*要素のエリアも非表示*/
	}
	/* 	メニューボタン表示
	-------------------------*/
  .header {
    min-height: auto;
  }
  #top-logo {
    margin: 10px 0;
  }
	header a.sp-menu{
		visibility: visible;
		display: block;
/*
		width: 100%;
		float: right;
*/
		font-size: 10px;
		margin-bottom: 0;
    margin: -2px 0 0;
    padding: 0;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 44px;
    height: 44px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
	}
	header a.sp-menu i{
		font-size: 26px;
    line-height: 44px;
	}

  iframe {
    height: 300px;
  }

  .access_txt a {
    padding: 15px 20px;
  }


	/* 	スマホ用メニューをリスト表示
	-------------------------*/
	#top-menu, #top-menu ul, #top-menu ul li{
		width: 100%;
	}
	#top-menu ul li{
		text-align: center;
	}
	
	.top-contents h1.title{
		font-size: 24px;
	}
	.top-contents p.sub-title{
		font-size: 18px;
	}

  #sp-nav {
    padding: 0;
  }

  #sp-nav #top-menu {
    background: #005bac;
    z-index: 100000;
  }

  #sp-nav #top-menu a {
    color: #fff;
  }

  #sp-nav #top-menu a:hover {
    color: #fff;
    background: #049ee3;
  }

  #sp-nav #top-menu ul {
    margin: 0;
  }

  .flex-control-nav {
    bottom: 5px;
  }

  .page_btm_contact .top_txt02 {
    font-size: 14px;
  }

  .page_btm_contact .top_txt02 br {
    display: block;
  }

  .page_btm_contact,
  .contact_line {
    width: 100%;
    margin: 15px 0 0;
  }

  .page_btm_contact a,
  .contact_line a,
  #top_bnr_box a {
    padding: 15px 25px;
  }

  .home .page_btm_contact.slider {
    width: 100%;
  }

  .merit_txt span {
    line-height: 1.2;
    padding: 12px 25px;
    width: 100%;
    font-size: 1.2rem;
    margin: 0 0 40px;
    border-radius: 100px;
  }

  .merit_txt span:nth-of-type(3) {
    margin: 0;
  }

  .merit_txt span i {
    display: block;
  }

  .merit_txt span:after {
    transform: rotate(90deg);
    top: auto;
    right: 47%;
    bottom: -50px;
    margin-left: 20px;
    border-left-color: #f1c40f;
  }

  .merit_txt span:nth-of-type(3):after,
  .merit_txt span:before {
    display: none;
  }

  .staff_info span {
    display: block;
    margin-top: 10px;
  }

  .staff_data ul {
    list-style-type: disc;
    margin-left: 25px;
  }



}
