/*
Theme Name: shoda-clinic.com
Theme URI: https://www.shoda-clinic.com/
Description: 正田医院公式サイト
Version: 1
Author: Hideaki Shibata
Author URI: 
*/



@charset "utf-8";


/*全端末（PC・タブレット・スマホ）共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
/* カラー設定
	pattern a
	#ed7012 main(中心色)
	#f5a22c base(mainの同系/薄色)
	#128FED accent(mainの同系/濃色or補色系)
*/

body {
	margin: 0px;
	padding: 0px;
	color: #000000;	/*全体の文字色*/
	font-family: Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	font-size: 16px;	/*文字サイズ*/
	line-height: 2;		/*行間*/
	background: #fff;	/*背景色*/
	-webkit-text-size-adjust: none;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {margin: 0px;padding: 0px;font-size: 100%;font-weight: normal;}
ul {list-style-type: none;}
ol {padding: 0 1em 1em 2.1em; }
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 100%;}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #f5a22c;	/*リンクテキストの色*/
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	text-decoration: none;
}
a:hover {
	color: #128FED;			/*マウスオン時の文字色*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

/*inner共通
---------------------------------------------------------------------------*/
.inner {
	max-width: 1100px;	/*サイトの最大幅*/
	margin: 0 auto;
	padding: 0 2%;
}

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
/*.header-line{
  background-image: url("images/header-line_s.png");
  height:10px;
}*/
header {
	border-top: 10px solid #ed7012;	/*上の線の幅、線種、色*/
}
header .inner {
	height: 125px;	/*高さ*/
}
/*ロゴ画像*/
header #logo {
	width: 250px;	/*ロゴ画像の幅*/
	float: left;	/*左に回り込み*/
	margin-top: 20px;	/*ロゴの上にあける余白。上下のバランスをここで調整して下さい。*/
}

/*ヘッダー右側のブロック
---------------------------------------------------------------------------*/
/*ブロック全体*/
#contact {
	float: right;		/*右に回り込み*/
	margin-top: 10px;	/*ブロックの余白。上下のバランスをここで調整して下さい。*/
	width: 420px;		/*ブロック幅*/
	/*border-radius: 5px;*/	/*角丸のサイズ*/
	/*padding: 2px;*/	/*ボックス内の余白*/
	/*border: 1px solid #dcdcdc;*/	/*枠線の幅、線種、色*/
	text-align: center;	/*文字をセンタリング*/
}

/*メインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック*/
#menubar {
	clear: both;
	overflow: hidden;
	position: relative;z-index: 1;
	/*background: linear-gradient(#fff, #eee);*/	/*グラデーション*/
	border-top: 1px solid #000000;		/*メニュー上の線の幅、線種、色*/
	border-bottom: 1px solid #000000;	/*メニュー下の線の幅、線種、色*/
	/*box-shadow: 0px 10px 40px rgba(0,0,0,0.1);*/	/*ボックスの影。右に、下に、広げる幅、0,0,0は黒の事で0.2は透明度20%の事。*/
}
/*メニュー１個あたりの設定*/
#menubar li {
	float: left;	/*左に回り込み*/
	width: 12.5%;	/*メニュー幅（100÷6個=16.6%）　もし４個にするなら100÷4=25%になる。*/
}
#menubar li a {
	display:  block;
	color:#000000;
	text-decoration: none;
	text-align: center;
	line-height: 50px;	/*メニューの高さ*/
	padding-top: 4px;	/*下のブロックの「border-bottom」と「bottom」の数字と合わせる。*/
}
#menubar li a:hover{
	color: #ed7012;
}

/*下線のアニメーション設定*/
#menubar li::after {
	transition: 0.3s;	/*0.3秒かけてアニメーションを実行する。*/
	content: "";
	display: block;
	border-bottom: 5px solid #ed7012;	/*下線の幅、線種、色。上のブロックの「padding-top」と、下の行の「bottom」の数字と合わせる。*/
	position: relative;left: 0px;bottom: -5px;	/*bottomの数字は上のブロックの「padding-top」と、上の行の「border-bottom」の数字と合わせる。※マイナス記号は残したまま。*/
}
#menubar li:hover::after,#menubar li.current::after {
	bottom: 0px;
}
/*スマホ用メニューを表示させない*/
#menubar-s {
	display: none;
}
/*３本バーアイコンを表示させない*/
#menubar_hdr {
	display: none;
}

/*トップページメイン画像
---------------------------------------------------------------------------*/
#mainimg {
	/*box-shadow: 0px 10px 40px rgba(0,0,0,0.2);*/	/*ボックスの影。右に、下に、広げる幅、0,0,0は黒の事で0.2は透明度20%の事。*/
	padding-bottom:15px;
}

/*コンテンツ
---------------------------------------------------------------------------*/
.contents {
	clear: both;
	overflow: hidden;
	padding: 15px 0;	/*上下、左右に空けるボックス内の余白*/
}
/*コンテンツのh2タグの設定*/
.contents h2 {
	clear: both;
	font-size:20px;
	font-weight:600;
	line-height:1.4;
	margin-bottom: 15px;
	/*padding:0.5em 1.0em;*/
	padding:0.5em;
	/*border-bottom:1px solid #dcdcdc;*/
	border-bottom:3px solid #ed7012;
	border-top:3px solid #ed7012;
}
/*コンテンツのh2タグ内のspanタグ設定（色付き文字部分）*/
.contents h2 span {
	display:block;
	color:#ed7012;
	font-size:12px;
	letter-spacing:0.1em;
	padding-left:39px;
}
/*コンテンツのh3タグの設定*/
.contents h3 {
	clear: both;
	font-size:18px;
	margin-bottom: 20px;
	padding: 0.2em 2em;	/*上下、左右への余白*/
	border: 1px solid #dcdcdc;	/*線の幅、線種、色*/
	position: relative;
}
.contents h3::after {
	position: absolute;
	top: 0.5em;
	left: 1em;
	content: '';
	width: 5px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #ed7012;
}
/*コンテンツの段落タグ設定*/
.contents p {
	padding: 0 1em 1em 1em;	/*上、左右、下への余白*/
}
.contents h2 + p,
.contents h3 + p {
	margin-top: -10px;
}

.concept{
	color:#ED3B12;
	font-size:1.5em;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
.main {
	overflow: hidden;
	float: right;	/*右に回り込み*/
	width: 75%;		/*幅*/
}

/*Serviceページの各ブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
.list01 {
	position: relative;
	overflow: hidden;
	float: left;		/*左に回り込み*/
	width: 29%;			/*ボックス幅*/
	padding: 1%;		/*ボックス内の余白*/
	border: 1px solid #cccccc;	/*枠線の幅、線種、色*/
	background-color:#f7f8e5;
	margin: 0 0.8% 20px;		/*上、左右、下へのボックスの外に空けるスペース*/
	/*box-shadow: 0px 10px 40px rgba(0,0,0,0.2);*/	/*ボックスの影。右に、下に、広げる幅、0,0,0は黒の事で0.2は透明度20%の事。*/
	-webkit-transition: 0.3s;	/*マウスオン時の移り変わるまでの時間設定。0.3秒。*/
	transition: 0.3s;			/*同上*/
}
.list02 {
	position: relative;
	overflow: hidden;
	float: left;		/*左に回り込み*/
	width: 45.4%;			/*ボックス幅*/
	padding: 1%;		/*ボックス内の余白*/
	border: 1px solid #cccccc;	/*枠線の幅、線種、色*/
	background-color:#FCF1E1;
	margin: 0 0.8% 20px;		/*上、左右、下へのボックスの外に空けるスペース*/
	/*box-shadow: 0px 10px 40px rgba(0,0,0,0.2);*/	/*ボックスの影。右に、下に、広げる幅、0,0,0は黒の事で0.2は透明度20%の事。*/
	-webkit-transition: 0.3s;	/*マウスオン時の移り変わるまでの時間設定。0.3秒。*/
	transition: 0.3s;			/*同上*/
}
.list03 {
	position: relative;
	overflow: hidden;
	float: left;		/*左に回り込み*/
	width: 45.4%;			/*ボックス幅*/
	padding: 1%;		/*ボックス内の余白*/
	border: 1px solid #cccccc;	/*枠線の幅、線種、色*/
	background-color:#FCF1E1;
	margin: 0 0.8%;	/*上、左右、下へのボックスの外に空けるスペース*/
	/*box-shadow: 0px 10px 40px rgba(0,0,0,0.2);*/	/*ボックスの影。右に、下に、広げる幅、0,0,0は黒の事で0.2は透明度20%の事。*/
	-webkit-transition: 0.3s;	/*マウスオン時の移り変わるまでの時間設定。0.3秒。*/
	transition: 0.3s;			/*同上*/
}
.list a {
	text-decoration: none;
	display: block;
	overflow: hidden;
	padding: 1%;	/*ボックス内の余白*/
	margin: -1%;
}
/*マウスオン時の背景色*/
.list:hover {
	box-shadow: none !important;	/*ボックスの影をなくす設定*/
}
/*リンクを貼った際に出る「→」マーク*/
.list a::before {
	content: "→";	/*出力する文字。変更しても構いませんが機種依存文字は化けるので使わないで下さい。*/
	font-size: 12px;	/*文字サイズ*/
	display: block;
	position: absolute;
	right: 10px;	/*ボックスの右から10pxの場所に配置*/
	/*bottom: 10px;*/	/*ボックスの下から10pxの場所に配置*/
	width: 30px;	/*幅*/
	line-height: 30px;	/*高さ*/
	text-align: center;
	background: #ccc;	/*背景色（古いブラウザ用）*/
	background: rgba(0,0,0,0.2);	/*背景グラデーション。0,0,0は黒の事で、0.3は透明度30%の事。*/
	color: #fff;	/*文字色*/
	border-radius: 50%;	/*角丸のサイズ。50%にすると円になる。*/
}
.list03 a::before {
	content: "→";	/*出力する文字。変更しても構いませんが機種依存文字は化けるので使わないで下さい。*/
	font-size: 12px;	/*文字サイズ*/
	display: block;
	position: absolute;
	right: 10px;	/*ボックスの右から10pxの場所に配置*/
	top: 35px;	/*ボックスの下から10pxの場所に配置*/
	width: 30px;	/*幅*/
	line-height: 30px;	/*高さ*/
	text-align: center;
	background: #ccc;	/*背景色（古いブラウザ用）*/
	background: rgba(0,0,0,0.2);	/*背景グラデーション。0,0,0は黒の事で、0.3は透明度30%の事。*/
	color: #fff;	/*文字色*/
	border-radius: 50%;	/*角丸のサイズ。50%にすると円になる。*/
}
/*マウスオン時の「→」マーク*/
.list a:hover::before {
	background: #ed7012;	/*背景色*/
}
/*ボックス内右側のテキストパーツ*/
.list .text {
	font-size: 13px;	/*文字サイズ*/
	line-height: 1.5;	/*行間*/
	height: 7.5em;		/*高さ*/
	overflow: hidden;	/*高さを超えると非表示になる*/
}
/*ボックス内右側のテキストパーツ（商品ボックス１カラム時）*/
.list.c1 .text {
	height: auto;
	overflow: auto;
}
/*ボックス内のh4タグ設定*/
.list h4 {
	font-size: 16px;
	padding: 0 0 5px 0;
	border-bottom:1px dotted #cccccc; 
	color: #ed7012;	/*文字色*/
}
/*ボックス内のp(段落)タグ設定*/
.list p {
	padding: 0px !important;
}
/*ボックス内の画像*/
.list .img {
	float: left;	/*左に回り込み*/
	width: 320px;		/*幅*/
	height: 80px;		/*高さ*/
	margin-right: 10px;
}
/*各ボックスの設定（商品ボックス１カラム時）*/
.list.c1 {
	float: none;
	width: auto;
	margin: 0 0 20px;
}
/*ボックス内のh4タグ（商品ボックス１カラム時）*/
.list.c1 h4 {
	margin-bottom: 10px;
}
/*ボックス内の画像（商品ボックス１カラム時）*/
.list.c1 .img {
	width: 20%;		/*幅*/
	height: auto;	/*高さ*/
}
/*mainブロック内のボックス設定*/
.main .list {
	/*box-shadow: 0px 5px 10px rgba(0,0,0,0.1);*/	/*ボックスの影*/
}

section{
	padding-bottom:20px;
}

/*subコンテンツ
---------------------------------------------------------------------------*/
/*subブロック*/
.sub {
	float: left;
	width: 23.5%;
}
/*subコンテンツ内のh4タグ設定*/
.sub h4 {
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	background-color: #ed7012;
	border-bottom: 0px!important;
	padding: 0.3em;
	margin-bottom: 0;
}
/*subコンテンツ内の段落タグ設定*/
.sub p {
	padding: 10px!important;
	margin: 0!important;
}

/*subコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニュー全体の設定*/
.sub ul.submenu {
	margin-bottom: 15px;
}
/*メニュー１個ごとの設定*/
.sub ul.submenu li a { 
	border-bottom:1px solid #ddd;
	display:block;
	padding:.5em 2em;
	margin:0;
	text-decoration:none;
	position:relative;
	color:#000000;
	overflow:hidden;
	 -webkit-transition-property:none;
	 -moz-transition-property:none;
	 -o-transition-property:none; }
.sub ul.submenu li a:before { 
	content:''; 
	display:block;
	position:absolute; left:-7px;
	top:50%; top:-webkit-calc(50% - 4px);
	top:calc(50% - 4px); 
	top:calc(50% - 4px); 
	width: 0; 
	height: 0; 
	border-style: solid;
	border-width: 4.5px 0 4.5px 6px;
	border-color: transparent transparent transparent #de4830;
  -webkit-transition: -webkit-left 0.35s; transition: left 0.35s;}
.sub ul.submenu li a:hover:before { left:18px; }

/*h4直下にsubmenuが続いた場合のみ、submenuの上の線を消す設定*/
.sub h4 + ul.submenu {
	border-top: none;
}

/*subコンテンツ内のbox1
---------------------------------------------------------------------------*/
.sub .box1 {
	overflow: hidden;
	border: solid 0px #dcdcdc;
	padding: 10px;
	margin-bottom: 20px;
}
/*h4直下にbox1が続いた場合のみ、box1の上の線を消す設定*/
.sub h4 + .box1 {
	border-top: none;
}
/*box1内のサブメニュー*/
.sub ul.submenu {
	margin-bottom: 0;
}
.sub .box2 {
	overflow: hidden;
	margin-bottom: 20px;
}
/*h4直下にbox1が続いた場合のみ、box1の上の線を消す設定*/
.sub h4 + .box2 {
	border-top: none;
}
.side-banner{
	margin-bottom: 20px;
}
.side-banner a:hover{
	opacity: 0.7;
	transition: all 0.5s;
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	background: #ed7012;	/*背景色*/
	color: #fff;	/*文字色*/
	font-size: 85%;	/*文字サイズ*/
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #fff;
}
footer .pr {
	display: block;
	font-size: 80%;
}

/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
#footermenu {
	overflow: hidden;
	padding: 20px 0;
}
/*１行分の設定*/
#footermenu ul {
	float: left;	/*左に回り込み*/
	width: 18%;		/*幅。今回は５列作ったのでここの幅18%と下のpadding(合計の2%)でトータル20%になるよう設定。列に応じて調整して下さい。*/
	padding-right: 1%;
	padding-left: 1%;
}

/*コピーライト
---------------------------------------------------------------------------*/
#copyright {
	clear: both;
	text-align: center;
	background: #ed7012;	/*背景色*/
	padding:5px;
}
#copyright a {
	text-decoration: none;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl {
	padding:0 1em;
	margin-bottom: 1em;
	/*height: 160px;*/	/*高さ*/
	/*overflow: auto;*/	/*上で設定した高さを超えた場合にスクロールを出す設定。全部表示させていたいなら、この行と上の高さの行を削除する。*/
}
/*日付設定*/
#new dt {
	float: left;
	width: 9em;
	color: #ed7012;
	letter-spacing: 0.1em;
}
/*記事設定*/
#new dd {
	padding-left: 9em;
	border-bottom: 1px solid #eee;	/*下線の幅、線種、色*/
}
/*記事テキスト*/
#new p {
	padding: 0 0 1em 0;
}

/*faq
---------------------------------------------------------------------------*/
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa {
	overflow-x: hidden;
	margin: 0 auto;
	color: #333333;
}
.cp_qa .cp_actab {
	padding: 10px 0;
	border-bottom: 1px dotted #cccccc;
}
.cp_qa label {
	font-size: 1em;
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	padding: 5px 10px 0 48px;
	cursor: pointer;
}
.cp_qa .cp_actab-content {
	font-size: 0.9em;
	position: relative;
	overflow: hidden;
	height: 0;
	margin: 0 40px;
	padding: 0 10px;
	-webkit-transition: 0.4s ease;
	        transition: 0.4s ease;
	opacity: 0;
}
.cp_qa .cp_actab input[type=checkbox]:checked ~ .cp_actab-content {
	height: auto;
	padding: 10px;
	opacity: 1;
}
.cp_qa .cp_plus {
	font-size: 2em;
	line-height: 100%;
	position: absolute;
	z-index: 5;
	margin: 3px 0 0 10px;
	-webkit-transition: 0.2s ease;
	        transition: 0.2s ease;
}
.cp_qa .cp_actab input[type=checkbox]:checked ~ .cp_plus {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.cp_qa .cp_actab input[type=checkbox] {
  display: none;
}

/*テーブル
---------------------------------------------------------------------------*/
/*ta1設定*/
.ta1 {
	width: 100%;
	margin: 0 auto 20px;
}
.ta1, .ta1 td, .ta1 th {
	border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	padding: 10px 15px;	/*ボックス内の余白*/
	word-break: break-all;
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi {
	width: auto;
	text-align: left;	/*左よせ*/
	background: #f6f5f2;	/*背景色*/
	font-size: 18px;	/*文字サイズ*/
}
/*ta1の左側ボックス*/
.ta1 th {
	width: 140px;	/*幅*/
	text-align: center;	/*センタリング*/
	font-weight: normal;
}
/*左側ボックスに画像を入れた場合の設定*/
.ta1 th img {
	width: 100%;
}
.ta1 td {
	text-align: center;	/*センタリング*/
	font-weight: normal;
}

/*ta2設定(道順)*/
.ta2{
  width:100%;
  border: none;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}
.ta2 th{
  padding: 0 10px 20px;
  border-top: none;
  width: 50%;
  overflow: hidden;
  text-align: top;
  word-break: break-all;
  word-wrap: break-word;
  vertical-align: top;
}
.ta2 td{
  padding: 0 10px 20px;
  border-top: none;
  width: 50%;
  overflow: hidden;
  text-align: center;
  word-break: break-all;
  word-wrap: break-word;
  vertical-align: top;
}

/*ta3設定(クリニック紹介)*/
.ta3 *, .ta3 *:before, .ta3 *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.ta3 {
	width: 100%;
	border-collapse: collapse;
}
.ta3 th, .ta3 td {
	padding: 10px;
	border: 1px solid #cccccc;
}
.ta3 th {
	width: 20%;
	text-align: center;
	background: #f7f8e5;
}

/*ta4設定(求人情報テーブル)*/
.ta4{
  width:96.5%;
  margin: 5px auto 15px;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}
.ta4 th{
  width: 25%;
  border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
  padding: 10px 15px;	/*ボックス内の余白*/
  text-align: center;
  vertical-align: middle;
  font-weight:400;
  background-color:#E7E2D4;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}
.ta4 td{
  border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
  padding: 10px 15px;	/*ボックス内の余白*/
  text-align: left;
  vertical-align: top;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}

/*ta5設定(診療スケジュール)*/
.ta5 {
	width: 100%;
	margin: 0 auto 20px;
}
.ta5, .ta5 td, .ta5 th {
	border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	padding: 10px 15px;	/*ボックス内の余白*/
	word-break: break-all;
}
.ta5 th{
	width:14%;
	text-align:center;
}
.ta5 td{
	width:43%;
	text-align:center;
}

/*リスト
---------------------------------------------------------------------------*/
/*#newinfo ul li{
	padding-left:1em;
	text-indent: -1em;
}*/

/* リストの改行を揃える(文頭に・を追記する) */
.order-list li {
	padding-left: 1rem;
	text-indent: -1rem;
}

/*ボックス
---------------------------------------------------------------------------*/
.top-box {
    position: relative;
    margin: 10px 0;
    padding: 25px 10px 7px;
    border: solid 3px #ed7012;
}
.top-box .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #ed7012;
    color: #ffffff;
    font-weight: bold;
}
.top-box p {
    margin: 0; 
    padding: 0;
	text-align: center;
}

.about-box {
    position: relative;
    margin: 10px 0;
    padding: 25px 10px 7px;
    border: solid 1.5px #ed7012;
}
.about-box .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 0.9em;
    background: #ed7012;
    color: #ffffff;
    font-weight: bold;
}
.about-box p {
    margin: 0; 
    padding: 0;
	text-align: center;
	font-weight:600;
}

.attention-box {
    position: relative;
    margin: 10px 0;
    padding: 25px 10px 7px;
    border: solid 3px #ed7012;
}
.attention-box .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #ed7012;
    color: #ffffff;
    font-weight: bold;
}
.attention-box p {
	margin: 0; 
	padding: 0;
}

/*submitボタンの設定
---------------------------------------------------------------------------*/
input[type="submit"],
input[type="button"],
input[type="reset"] {
	padding: 10px 30px;	/*ボタン内の余白*/
	margin-bottom: 20px;
	border: none;
	border-radius: 30px;	/*角丸のサイズ*/
	background: linear-gradient(#fff, #eee);	/*グラデーション*/
	font-size: 16px;	/*文字サイズ*/
	border: 1px solid #ccc;
}
/*マウスオン時の設定*/
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover{
	background: #fff;	/*背景色*/
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
	padding-top: 40px;
}
#pagetop a {
	color: #fff;		/*文字色*/
	font-size: 20px;	/*文字サイズ*/
	background: #ed7012;	/*背景色*/
	text-decoration: none;
	text-align: center;
	display: block;
	float: right;
	width: 40px;	/*幅*/
	line-height: 40px;	/*高さ*/
	border-radius: 40px;	/*角丸のサイズ*/
	border: 3px solid #ed7012;	/*枠線の幅、線種、色*/
	/*box-shadow: 0px 5px 15px rgba(0,0,0,0.2);*/	/*ボックスの影*/
	margin-bottom: 20px;
}
/*マウスオン時*/
#pagetop a:hover {
	background: #fff;	/*背景色*/
	color: #ed7012;		/*文字色*/
	border: 3px solid #ed7012;	/*枠線の幅、線種、色*/
}

/*一覧ページのボックス右下のオプションマーク
（CMSの場合は管理ページの「オプション1」～のプルダウンと、setup.phpの「オプション選択肢」に関連します）
---------------------------------------------------------------------------*/
.option1 {
	font-size: 10px;
	color: #FFF;
	background: #F00;
	text-align: center;
	display: block;
	width: 120px;
	position: absolute;
	left: 0px;
	top: 0px;
	-webkit-transform: rotate(-45deg) translate(-35px);
	transform: rotate(-45deg) translate(-35px);
}
h2 span.option1 {
	width: auto;
	padding: 0px 5px;
	position: static;
	-webkit-transform: none;
	transform: none;
	display: inline-block;
}
.option2 {
	font-size: 10px;
	color: #FFF;
	background: #069;
	text-align: center;
	display: block;
	width: 120px;
	position: absolute;
	left: 0px;
	top: 0px;
	-webkit-transform: rotate(-45deg) translate(-35px);
	transform: rotate(-45deg) translate(-35px);
}
h2 span.option2 {
	width: auto;
	padding: 0px 5px;
	position: static;
	-webkit-transform: none;
	transform: none;
	display: inline-block;
}

/*トップページのNEWアイコン
---------------------------------------------------------------------------*/
.newicon {
	background: #F00;	/*背景色*/
	color: #FFF;		/*文字色*/
	font-size: 70%;
	line-height: 1.5;
	padding: 2px 5px;
	border-radius: 2px;
	margin: 0px 5px;
	vertical-align: text-top;
}

/*その他
---------------------------------------------------------------------------*/
.look {background: #e5e5e5;padding: 5px 10px;border-radius: 4px;}
.mb15,.mb1em {margin-bottom: 15px;}
.clear {clear: both;}
ul.disc {padding: 0em 25px 15px;list-style: disc;}
.color1, .color1 a {color: #ed7012;}
.bg1 {background: #f6f5f2;}
.pr {font-size: 10px;}
.wl {width: 96%;}
.ws {width: 50%;}
.c {text-align: center;}
.r {text-align: right;}
.l {text-align: left;}
img.fr {float: right;margin:0.5em 1em 1em 1em;}
img.fl {float: left;margin:0.5em 1em 1em 1em;}
.big1 {font-size: 24px;letter-spacing: 0.2em;}
.mini1 {font-size: 11px;display: inline-block;line-height: 1.5;}
.sh {display: none;}
.main-pc{margin-top: 20px;}
.side-pc{margin-bottom: 20px;}
.side-smart{display:none;}
.time-table{display:none;}
.contact-tel{padding:0 0.45em 0 0.45em; font-size:1.4em; font-weight:600;}



/*画面幅800px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:800px){

/*inner共通
---------------------------------------------------------------------------*/
.inner {
	width: auto;
}

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	border-bottom: 1px solid #000000;	/*上の線の幅、線種、色*/
}

/*ヘッダー右側の電話番号ブロック
---------------------------------------------------------------------------*/
/*ブロック全体を非表示にする*/
#contact {
	display: none;
}
#contact-l {
	display: none;
}

/*メインメニュー
---------------------------------------------------------------------------*/
/*スマホ用メニューを非表示から表示に切り替える*/
#menubar-s {
	display: block;
}
/*メニュー１個あたりの設定*/
#menubar-s li {
	float: left;	/*左に回り込み*/
	width: 50%;		/*メニュー幅*/
}
#menubar-s li a {
	display: block;
	text-decoration: none;
	text-align: center;	/*文字をセンタリング*/
	padding: 15px 0;	/*上下、左右へのメニュー内の余白*/
	border-bottom: 1px solid #dcdcdc;	/*下線の幅、線種、色*/
	border-right: 1px solid #dcdcdc;	/*右線の幅、線種、色*/
}
/*偶数番目のメニューの右側の線を消す*/
#menubar-s li:nth-child(even) a {
	border-right: none;
}
/*PC用メニューを非表示にする*/
#menubar {
	display: none;
}

/*３本バーアイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
	display: block;
	position: absolute;
	top: 50px;		/*上から28pxの場所に配置*/
	right: 2%;		/*右から2%の場所に配置*/
	width: 30px;	/*幅*/
	border: 1px solid #000;	/*枠線の幅、線種、色*/
	padding: 12px 10px 5px;	/*上、左右、下へのボックス内余白*/
	background: #fff;		/*背景色*/
}
/*３本のバー（1本あたり）*/
#menubar_hdr span {
	display: block;
	border-top: 3px solid #000;	/*枠線の幅、線種、色*/
	margin-bottom: 7px;			/*バー同士の余白*/
}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
.main, .sub {
	float: none;
	width: auto;
}

/*subコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニュー１個ごとの設定*/
.sub ul.submenu li {
	width: 50%;
	float: left;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*アイコン*/
section#new h2::before {
		float: right;	/*右に回り込み*/
		margin-top: 4px;
		font-size: 18px;	/*文字サイズ*/
		background: #fff;	/*背景色*/
		border-radius: 50%;	/*角丸のサイズ*/
		width: 30px;		/*幅*/
		line-height: 30px;	/*高さ*/
		text-align: center;	/*文字をセンタリング*/
		border: 1px solid #dcdcdc;	/*枠線の幅、線種、色*/
		box-shadow: 1px 1px 6px rgba(0,0,0,0.1) inset;	/*内側への影*/
}
/*プラスアイコンの文字*/
/*section#new h2.close::before {
		content: "＋";
}*/
/*マイナスアイコンの文字*/
/*section#new h2.open::before {
		content: "−";
}*/

/*その他
---------------------------------------------------------------------------*/
body.s-n .sub,body.s-n #footermenu,.m-n {display: none;}
ol {padding: 0 1.5em 1em 2.7em; }
.fl-half{float:left;width:45%;margin-left:3%;}
.sh {display:block;}
.pc {display:none;}
.main-pc{width:80%; margin:0 auto 20px;}
.side-pc{display:none;}
.side-smart{display:block;}
.time-table{display:none;}
.side-smart{width:33.3%; margin:0 auto 20px;}
.side-banner{width:33.3%; margin:0 auto 20px;}
	
}



/*画面幅700px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:700px){

/*Serviceページの各ブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
.list01,.list02 {
	float: none;		/*回り込みのリセット*/
	width: auto;		/*ボックス幅*/
	margin-bottom: 10px;	/*上、左右、下へのボックスの外に空けるスペース*/
}
/*ボックス内の画像*/
.list .img {
	width: 100%;		/*幅*/
	height: auto;
}

}



/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){

/*全体の設定
---------------------------------------------------------------------------*/
body {
	font-size: 12px;	/*文字サイズ*/
	line-height: 1.5;	/*行間*/
}
	
header .inner {
    height: 60px;
}

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ロゴ画像*/
header #logo {
	width: 150px;	/*ロゴ画像の幅*/
	margin-top: 5px; /*ロゴの上にあける余白*/
}
	
#menubar_hdr {
	top: 15px;		/*上から10pxの場所に配置*/
}

/*コンテンツ
---------------------------------------------------------------------------*/
.contents {
	padding: 20px 0;	/*上下、左右に空けるボックス内の余白*/
}
/*コンテンツのh2タグの設定*/
.contents h2 {
	font-size: 16px;	/*文字サイズ*/
	padding:0.5em;	/*上下、左右への余白*/
}
/*コンテンツのh3タグの設定*/
.contents h3 {
	font-size: 14px;	/*文字サイズ*/
}
/*コンテンツの段落タグ設定*/
.contents p {
	padding: 0 0.5em 1em 0.5em;	/*上、左右、下への余白*/
}

.concept{
	font-size:1.1em;
}

/*Serviceページの各ブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
.list {
	/*margin: 0;*/
	box-shadow: none !important;
	/*border: none;*/
	border-bottom: 1px solid #dcdcdc;	/*下線の幅、線種、色*/
}
/*１つ目のメニュー*/
.list:first-of-type {
	border-top: 1px solid #dcdcdc;
}
/*リンクを貼った際に出る「→」マーク*/
.list a::before {
	top:7px;
	right: 5px;	/*ボックスの右から0pxの場所に配置*/
	width: 20px;	/*幅*/
	line-height: 20px;	/*高さ*/
}
.list03 a::before {
	top:10px;
	right: 5px;	/*ボックスの右から0pxの場所に配置*/
	width: 20px;	/*幅*/
	line-height: 20px;	/*高さ*/
}
/*ボックス内のp(段落)タグ設定*/
.list a p {
	padding-right: 40px !important;
}

/*subコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニュー１個ごとの設定*/
.sub ul.submenu li {
	width: auto;
	float: none;
}
/*偶数番目のメニューの左のラインを戻す設定*/
.sub ul.submenu li:nth-child(even) a {
	border-left: 0px solid #ccc;
}

/*subコンテンツ内のメニュー
---------------------------------------------------------------------------*/
.sub ul.submenu li a {
	padding: 10px;	/*メニュー内の余白*/
}

/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
#footermenu {
	display: none;
}

/*リスト
---------------------------------------------------------------------------*/
/* リストの改行を揃える(文頭に・を追記する) */
.order-list li {
	padding-left: 0.75rem;
	text-indent: -0.75rem;
}

/*faq
---------------------------------------------------------------------------*/
.cp_qa label {
	padding: 7px 10px 0 48px;
}
	
/*テーブル
---------------------------------------------------------------------------*/
/*テーブル内の左側*/
.ta1 th {
	width: 100px;
	padding: 5px;
}
/*テーブル内の右側*/
.ta1 td {
	width: auto;
	padding: 5px;
}
	
/*ta2設定(道順)*/
.ta2 th{
  width:80%;
  display:block;
  margin: 0 auto;
  border:none;
  /*border-radius: 3px;*/
}
.ta2 td{
  width:80%;
  display:block;
  margin: 0 auto;
  border:none;
  /*border-radius: 3px;*/
}
	
/*ta3設定(クリニック紹介)*/
.ta3 {
	margin: 0;
}
.ta3 th{
	text-align: left;	
}
.ta3 th, .ta3 td {
	width: 100%;
	display: block;
	border-top: none;
}
.ta3 tr:first-child th {
	border-top: 1px solid #cccccc;
}
	
/*ta4設定(求人情報テーブル)*/	
.ta4 th, .ta4 td{
  width:87%;
  display:block;
  margin: 0 auto;
  border-bottom:none;
}
.ta4-last td{
  width:87%;
  display:block;
  margin: 0 auto;
  border-bottom:1px solid #cccccc;
}

/*その他
---------------------------------------------------------------------------*/
.ws,.wl {width: 94%;}
img.fr,img.fl {float: none; margin: 0 0 0.5em 0; width: 80%!important; }
.fl-half{float:none;width:100%;margin-left:0;}
.img-center{ text-align: center; }
.main-pc{display:none;}
.side-banner{width:80%;}
.side-smart{width:80%;}
.time-table{display:block; width:100%; margin:0 auto 20px;}
#new dt {display:block; float:none; padding:0;}
#new dd {display:block; float:none; padding:0;}
.contact p{padding:0 1em 1em 1em; }
	
}



/* Contact Form 7カスタマイズ 
--------------------------------------------------------------------------- */
/*全体*/
.inquiry {
 width:96%;
 margin:0 auto;
}
/*見出し欄*/
.inquiry th{
 text-align:left;
 font-size:0.9em;
 color:#333;
 padding:10px;
 width:30%;
 border:solid 1px #cccccc;
 vertical-align:top;
}
/*通常欄*/
.inquiry td{
 font-size:0.9em;
 padding:10px 15px;
 border:solid 1px #cccccc;	
}
/*横の行とテーブル全体*/
.entry-content .inquiry tr,.entry-content table{
 border:solid 1px #cccccc;	
}
/*必須の調整*/
.haveto{
 font-size:0.5em;
 padding:5px;
 background:#ee6557;
 color:#fff;
 border-radius:2px;
 margin:0 5px;
 position:relative;
 bottom:1px;
}
/*任意の調整*/
.any{
 font-size:0.5em;
 padding:5px;
 background:#3498db;
 color:#fff;
 border-radius:2px;
 margin:0 5px;
 position:relative;
 bottom:1px;
}
/*使い方*/
.howto a{
 font-size:6px;
 padding:3px;
 background:#de4830;
 color:#fff;
 border-radius:2px;
 position:relative;
 bottom:1px;
}
.howto a:hover{
 background:#F49F96;
 color:#fff;
 text-decoration:none;
}
/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item{
 display:block;
}
/*送信ボタンのデザイン変更*/
#formbtn{
 display: block;
 width:350px;
 background:#de4830;
 color:#fff;
 bordre:none;
 font-size:1em;
 font-weight:bold;	 
 border-radius:2px;
 margin:25px auto;
}
/*送信ボタンマウスホバー時*/
#formbtn:hover{
 background:#ee6557;
 color:#fff;
}
/*送信ボタン枠*/
.button-flame{
	width:90%;
	margin:0 auto;
	text-align:center;
}
/*入力テキストフォントサイズ*/
.textsp,.mailsp,.zipsp,.prefsp,.addrsp,.telsp,.datesp,.contentsp{
 font-size:0.9em;
 border:1px solid #cccccc;
 padding:5px;
}
/*テキストエリアサイズ固定*/
textarea{
 resize:none;
}
/*既定デザインのカスタマイズ*/
.wpcf7{
	border:none!important;
}
.wpcf7 form{
	margin:0!important;
}
.wpcf7-list-item-label{
	font-size:0.9em!important;
}
.wpcf7 input[name="your-name"],
.wpcf7 input[name="your-furigana"],
.wpcf7 input[name="your-email"],
.wpcf7 input[name="zip"],
.wpcf7 input[name="pref"],
.wpcf7 input[name="city"],
.wpcf7 input[name="your-tel"] {
        width: 70%;
}
.wpcf7 textarea[name="your-content"]{
        width: 80%;
}
.screen-reader-response{
	width:90%;
	color:#409d56;
	/*padding-bottom:10px;*/
	margin:0 auto;
}
.screen-reader-response ul{
	display:none;
}
.wpcf7-validation-errors,
.wpcf7-acceptance-missing,
.wpcf7-mail-sent-ok{
	width:90%;
	color:#409d56;
	margin:0 auto;
}
.wpcf7-not-valid-tip{
	display:block;
	color:#ee6557;
	padding:5px 10px 0 10px;
}

/* スマホContact Form 7カスタマイズ 
--------------------------------------------------------------------------- */
@media(max-width:480px){
.inquiry th,.inquiry td {
 display:block!important;
 width:100%!important;
 border-top:none!important;
 -webkit-box-sizing:border-box!important;
 -moz-box-sizing:border-box!important;
 box-sizing:border-box!important;
}
.inquiry tr:first-child th{
 border-top:1px solid #d7d7d7!important;
}
/* 必須・任意のサイズ調整 */	
.inquiry .haveto,.inquiry .any {
 font-size:0.5em;
}
/*送信ボタンのサイズ変更*/
#formbtn{
 width:80%;
 text-align:center;
}
/*既定デザインのカスタマイズ*/
.wpcf7 input[name="your-name"],
.wpcf7 input[name="your-furigana"],
.wpcf7 input[name="your-email"],
.wpcf7 input[name="zip"],
.wpcf7 input[name="pref"],
.wpcf7 input[name="city"],
.wpcf7 input[name="your-tel"] {
        width: 95%;
}
.wpcf7 textarea[name="your-content"]{
        width: 95%;
}
}


