/*
Theme Name: hatosanhujinka.jp
Theme URI: https://www.hatosanhujinka.jp/
Description: 医療法人はと産婦人科公式サイト
Version: 1
Author: Hideaki Shibata
Author URI: 
*/


@charset "utf-8";


/*PC・タブレット・スマホ共通設定
---------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
html {scroll-behavior: smooth;}
body {
	margin: 0px;
	padding: 0px;
	color: #000000;	/*全体の文字色*/
	font-family:"フォーク M", "Folk Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	font-size: 16px;	/*文字サイズ*/
	line-height: 2;		/*行間*/
	background: #ffffff;	/*背景色*/
	-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%;}
ul {list-style-type: none;}
ol {padding-left: 40px;padding-bottom: 15px;}
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: #000000;	/*リンクテキストの色*/
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
}
a:hover {
	color: #eb1888;			/*マウスオン時の文字色*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header .inner {
	width: 1200px;	/*幅*/
	height: 120px;	/*高さ*/
	margin: 0 auto;
}

.header-message{
	background: #eb1888;
}

.header-message h1{
	width: 1200px;
	margin:0 auto;
	font-size:0.8em;
	padding:0.5em 1.2em;
	color:#fff;
}

/*ロゴ画像*/
header #logo {
	width: 320px;	/*ロゴ画像の幅*/
	float: left;	/*左に回り込み*/
	margin-top: 28px;	/*ロゴの上にあける余白。上下のバランスをここで調整して下さい。*/
}

/*ヘッダー右側の電話番号ブロック
---------------------------------------------------------------------------*/
/*ブロック全体*/
#contact {
	float: right;	/*右に回り込み*/
	margin-top: 6px;	/*ブロックの上にあける余白。上下のバランスをここで調整して下さい。*/
	width: 320px;	/*ブロック幅*/
	/*border-radius: 6px;*/	/*角丸のサイズ*/
	padding: 8px;		/*ボックス内の余白*/
	border: 1px solid #eb1888;	/*枠線の幅、線種、色*/
	background: #fff;	/*背景色*/
	color: #eb1888;	/*文字色*/
	text-align: center;	/*文字をセンタリング*/
}
#contact img{
	max-width:96%;
}

/*TEL*/
.tel {
	letter-spacing: 0.2em;	/*文字間隔を広くする設定。通常がいいならこの行削除。*/
	font-size: 20px;		/*文字サイズを大きく*/
	font-weight: bold;		/*文字を太く*/
}
/*TELの受付時間の小文字部分*/
.tel span {
	font-size: 11px;	/*文字サイズを小さく*/
	display: block;
	font-weight: normal;	/*太字の設定を解除する設定*/
	letter-spacing: 0.1em;	/*文字間隔*/
}
/*「お問い合わせフォーム」ブロック*/
.form {
	font-size: 14px;	/*文字サイズ*/
	text-align: center;
	padding-top:5px;
}
.form a {
	display: block;
	text-decoration: none;
	color: #fff;	/*背景色*/
	border: 0px solid #eb1888;	/*枠線の幅、線種、色*/
	border-radius: 8px;		/*角丸のサイズ*/
	background: #eb1888;	/*背景色*/
}
.form a:hover {
	opacity: 0.5;
	transition: 0.5s;/*background: #e565a9;*/	/*/*マウスオン時の背*/景色*/
	/*color: #ffffff;	*/	/*マウスオン時の文字色*/
}

/*メインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック*/
#menubar,
#menubar-s {
	clear: both;
	overflow: hidden;
	background: #eb1888;	/*背景色*/
	/*border-top: 1px solid #fff;	*/	/*上の線の幅、線種、色*/
	/*border-bottom: 1px solid #fff;*/	/*下の線の幅、線種、色*/
	/*outline: 5px solid #eb1888;	*/	/*アウトライン。上の２行で設定しているラインの外側の線。*/
	padding: 6px 0px;	/*上下、左右へのボックス内の余白*/
}
#menubar ul {
	width: 1200px;	/*幅*/
	margin: 0 auto;
	overflow: hidden;
}
/*メニュー１個あたりの設定*/
#menubar li,
#menubar-s li {
	float: left;	/*左に回り込み*/
	width: 20%;		/*幅*/
}
#menubar li a,
#menubar-s li a {
	display:  block;
	text-decoration: none;
	text-align: center;
	color: #fff;	/*文字色*/
	font-size: 16px;	/*文字サイズ*/
	line-height: 1.6;	/*行間*/
	letter-spacing: 0.3em;	/*文字間隔を少し広くする設定*/
	padding: 3px 0px;	/*上下、左右へのボックス内の余白*/
	border-radius: 25px;
}
/*小文字の設定*/
#menubar li a span,
#menubar-s li a span{
	font-size: 10px;	/*文字サイズ*/
	display: block;
	color: rgba(255,255,255,0.6);	/*文字色。「255,255,255」は白で「0.6」が透明度40%の事。*/
	text-shadow: none;
}
/*マウスオン時*/
#menubar li a:hover {
	background: #fff;	/*背景色*/
	color: #eb1888;		/*文字色*/
	text-shadow: none;
	border-radius: 25px;	/*角丸のサイズ*/
}
#menubar li a:hover span {
	color: #eb1888;	/*文字色*/
}
/*スマホ用メニューを表示させない*/
#menubar-s {
	display: none;
}
/*３本バーアイコンを表示させない*/
#menubar_hdr {
	display: none;
}

/*コンテンツ
---------------------------------------------------------------------------*/
/*main,sub,sideを囲むブロック設定*/
.main-img{
	margin:0px 0 10px ;
}

#contents {
	clear: left;
	padding-top: 30px;	/*上部メニューとの余白*/
	overflow: hidden;
	width: 1200px;		/*幅*/
	margin: 0 auto;
}
/*main,subを囲むブロック設定*/
#contents-inner {
	float: left;
	width: 775px;
	overflow: hidden;
}
/*main,subを囲むブロック設定（※２カラム利用時）*/
.c2 #contents-inner {
	float: none;
	width: 100%;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: left;	/*右側に回り込み*/
	width: 550px;	/*幅*/
}
/*２カラム利用時*/
.c2 #main {
	width: 870px;
}

/*mainコンテンツのh2タグの設定*/
#main h2 {
clear: both;
margin-bottom: 15px;
color: #eb1888;		/*文字色*/
font-size:18px;
font-weight:bold;
padding: 5px 15px;	/*上下、左右への余白*/
background: #ffffff;	/*背景色*/
border: solid 1px #cccccc;
border-radius: 25px;
}

/*mainコンテンツのh2タグの１文字目への設定*/
#main h2:before {
content: '●';
color: #eb1888;
margin-right: 8px;
}

/*#main h2::first-letter {
border-left: 3px solid #fff;	左側のアクセント用ラインの幅、線種、色
padding-left: 10px;	アクセントラインと文字の間にとる余白
}*/

/*mainコンテンツのh3タグの設定*/

#main h3:before {
content: '●';
color: #eb1888;
margin-right: 8px;
}

/*#main h3 {
	clear: both;
	margin-bottom: 15px;
	padding: 3px 15px;	上下、左右への余白
	color: #000;		文字色
	background: #fff;	背景色（古いブラウザ用）
	border: 1px solid #ccc;	線の幅、線種、色
}*/
/*mainコンテンツのh3タグの１文字目への設定*/
/*#main h3::first-letter {
	border-left: 3px solid #eb1888;	左側のアクセント用ラインの幅、線種、色
	padding-left: 10px;	アクセントラインと文字の間にとる余白
}*/


/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 7px 15px 14px;	/*上、左右、下への余白*/
}
#main p + p {
	padding-top: 0px;
}
#main h2 + p,
#main h3 + p {
	padding-top: 0px;
	margin-top: -5px;
}

/*詳細ページの画像切り替え（imgchg_pack.js）
---------------------------------------------------------------------------*/
/*大きな画像のボックスと説明文を入れるボックス*/
#item-image {
	position: relative;
}
/*大きな画像の１行目*/
#item-image #item_image1 {
	z-index:2;
	position:relative;
	overflow:hidden;
}
/*大きな画像の２行目*/
#item-image #item_image2 {
	z-index:1;
	position:absolute;
	left:0px;
	top:0px;
	overflow:hidden;
}
/*サムネイル画像*/
.thumbnail {
	width: 80px;	/*画像の幅*/
	height: 80px;	/*画像の高さ*/
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
	margin-bottom: 15px;
}
.thumbnail:hover {
	border: 1px solid #000;	/*マウスオン時の枠線の幅、線種、色*/
}

/*sub,sideコンテンツ
---------------------------------------------------------------------------*/
#sub,#side {
	width: 300px;	/*幅*/
	overflow: hidden;
}
#sub {
	float: right;	/*左に回り込み*/
}
#side {
	float: left;	/*右に回り込み*/

}
.c2 #side {
	display: none;	/*２カラム利用時にsideブロックを非表示にする設定*/
}
/*sub,sideコンテンツ内のh2タグ設定*/
#sub h2,
#side h2 {
	color: #eb1888;
	font-size:16px;
	/*padding-bottom: 10px;*/
}

/*sub,sideコンテンツのh2タグの１文字目への設定*/
/*#sub h2:before,#side h2:before {
content: '●';
color: #eb1888;
margin-right: 8px;
}*/

/*#sub h2::first-letter,
#side h2::first-letter{
	border-left: 3px solid #eb1888;	左側のアクセント用ラインの幅、線種、色
	padding-left: 10px;	アクセントラインと文字の間にとる余白
}*/

/*sub,sideコンテンツ内のpタグ設定*/
#sub p,
#side p {
	padding: 0px 0px 15px;
}

/*sub,sideコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニュー全体の設定*/
#sub ul.submenu,
#side ul.submenu{
	margin-bottom: 15px;	/*メニューブロックの下に空けるスペース*/
	border-top: solid 1px #e4e4e4;	/*上の線の線種、幅、色*/
}
/*メニュー１個ごとの設定*/
#sub ul.submenu li,
#side ul.submenu li{
	background: #fff;	/*背景色*/
	border-bottom: solid 1px #e4e4e4;	/*下の線の線種、幅、色*/
}
#sub ul.submenu li a,
#side ul.submenu li a{
	text-decoration: none;
	display: block;
	padding: 2px 10px;	/*メニュー内の余白。上下、左右への設定。*/
}

/*sub,sideコンテンツ内のbox1
---------------------------------------------------------------------------*/
#sub .box1,
#side .box1 {
	padding: 15px;			/*ボックス内の余白*/
	margin-bottom: 15px;	/*ボックスの下に空けるスペース*/
	/*background: #e9c5d8;*/	/*背景色*/
        background: #ffffff;	/*背景色*/
	border: solid 1px #d1d1d1;	/*線の線種、幅、色*/
}
/*box1内のメニューの設定*/
#sub .box1 ul.submenu,
#side .box1 ul.submenu {
	margin-bottom: 0px;
}
/*.box1 a{
	text-decoration: none;
}*/

.right-banner{
	padding-bottom:15px;
}

.right-banner a:hover{
	opacity: 0.5;
	transition: 0.5s;
}

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

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

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

/*トップページ内「お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl{
	padding-left: 15px;
	margin-bottom: 15px;
	height: 170px;
	overflow: auto;
}
/*日付設定*/
#new dt {
	font-weight: bold;
	float: left;
	width: 8em;
}
/*記事設定*/
#new dd {
	padding-left: 8em;
}

#new ol {
	padding-left:25px;
}

/*テーブル
---------------------------------------------------------------------------*/
/*ta1設定*/
.ta1 {
	width: 100%;
	margin-bottom: 15px;
}
.ta1, .ta1 td, .ta1 th {
	border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	padding: 5px;	/*ボックス内の余白*/
	word-break: break-all;
	text-align: center;
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi {
	width: auto;
	text-align: center;	/*左よせ*/
	background: #ebf0e0;	/*背景色*/
}
/*ta1の左側ボックス*/
.ta1 th {
	width: 180px;	/*幅*/
	text-align: center;	/*センタリング*/
}
/*こだわりアイコンのフロート指定(cms用)*/
.ta1 td .specialbox {
	float: left;
	width: 25%;
	height: 40px;
}
.ta1 td .specialbox img {
	vertical-align: middle;
}

/*テーブル2列で表示(画像中心)*/
.ta2{
  width:100%;
  border: none;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}
.ta2 th{
  padding: 5px;
  border-top: none;
  width: 50%;
  overflow: hidden;
  text-align: top;
  word-break: break-all;
  word-wrap: break-word;
  vertical-align: top;
}
.ta2 td{
  padding: 5px;
  border-top: none;
  width: 50%;
  overflow: hidden;
  text-align: top;
  word-break: break-all;
  word-wrap: break-word;
  vertical-align: top;
}

/*テーブル2列で表示(文字中心)*/
.ta3{
  width:100%;
  border: none;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}
.ta3 th{
	padding: 0.3em 0.5em;
	border: 2px solid #ffffff;
	width: 18%;
	overflow: hidden;
	text-align: center;
	background-color:#FEF5F7;
	word-break: break-all;
	word-wrap: break-word;
	vertical-align: middle;
}
.ta3 td{
  padding: 0.3em 0.5em;
  border: 2px solid #ffffff;
  width: 82%;
  overflow: hidden;
  text-align: left;
  word-break: break-all;
  word-wrap: break-word;
  vertical-align: middle;
}

/*テーブル2列で表示(お知らせ)*/
.ta4{
  width:100%;
  border: none;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}
.ta4 th{
	padding: 0.3em 0.5em;
	width: 18%;
	overflow: hidden;
	text-align: center;
	word-break: break-all;
	word-wrap: break-word;
	vertical-align: top;
}
.ta4 td{
  padding: 0.3em 0.5em;
  width: 82%;
  overflow: hidden;
  text-align: left;
  word-break: break-all;
  word-wrap: break-word;
  vertical-align: top;
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
	padding-top: 40px;
}
#pagetop a {
	color: #FFF;		/*文字色*/
	font-size: 20px;	/*文字サイズ*/
	background: #eb1888;	/*背景色*/
	text-decoration: none;
	text-align: center;
	display: block;
	float: right;
	border-radius: 50%;	/*角丸のサイズ*/
	width: 50px;	/*幅*/
	line-height: 50px;	/*高さ*/
	margin-bottom: 30px;
}
/*マウスオン時*/
#pagetop a:hover {
	background-color: #999;	/*背景色*/
	color: #FFF;			/*文字色*/
}

/*トップページのNEWアイコン
---------------------------------------------------------------------------*/
.newicon {
	background: #F00;	/*背景色*/
	color: #FFF;		/*文字色*/
	font-size: 10px;	/*文字サイズ*/
	padding: 0px 5px;
	border-radius: 2px;
	margin: 0px 5px;
}

/*その他
---------------------------------------------------------------------------*/
.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: #eb1888;}
.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-left: 10px;margin-bottom: 10px; width:350px;}
img.fl {float: left;margin-right: 10px;margin-bottom: 10px; width:350px;}
.big1 {font-size: 24px;letter-spacing: 0.2em;}
.mini1 {font-size: 11px;display: inline-block;line-height: 1.5;}
.sh {display: none;}

section{
	padding-bottom: 40px;
}

.s-block{
	padding:0 14px;
}

.topics li{
	list-style:none;
 	list-style-position: inside;
}
.topics li::before {
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f0da';
	color: #eb1888;
	padding: 0 0.5em 0.2em;
}

/*.topics li a{
	text-decoration:none;
}*/

.line-button li{
        border:solid 1px #ccc;
        padding:5px 10px 5px 10px;
        margin-bottom:20px;"
}
.line-button li a{
        text-decoration:none;
}
.line-button li:hover{
        background-color:#e6e6e6;
        transition:0.5s;
}

.line-title{
        border:solid 1px #ccc;
        padding:5px 10px 5px 10px;
        margin-bottom:20px;"
}



/*googlemap
---------------------------------------------------------------------------*/
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.top-info::before{
	content: '';/*何も入れない*/
	display: inline-block;/*忘れずに！*/
	width: 25px;/*画像の幅*/
	height: 25px;/*画像の高さ*/
	background-repeat:no-repeat;
	background-image: url(https://www.hatosanhujinka.jp/wp-content/themes/images/tel-icon.png);
	background-size: contain;
	vertical-align: middle;
	padding:0 5px 0 0;
	margin-left:15px;
	
}



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

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header .inner {
	width: auto;
	height: 100px;
	margin: 0 10px;
}
/*ロゴ画像*/
header #logo {
	margin-top: 30px;	/*ロゴの上にあける余白。上下のバランスをここで調整して下さい。*/
}

.header-message h1{
	width:96%;
	margin:0 auto;
	font-size:10px;
	padding:5px 0px;
	color:#fff;
}	
	
/*ヘッダー右側の電話番号ブロック
---------------------------------------------------------------------------*/
/*ブロック全体*/
#contact {
	display: none;
}
	
/*メインメニュー
---------------------------------------------------------------------------*/
/*スマホ用メニューを非表示から表示に切り替える*/
#menubar-s {
	display: block;
	margin-top: 8px;
}
/*PC用メニューを非表示にする*/
#menubar {
	display: none;
}

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

/*コンテンツ
---------------------------------------------------------------------------*/
/*main,sub,sideを囲むブロック設定*/
#contents {
	width: auto;
	padding: 10px;
}
/*main,subを囲むブロック設定*/
#contents-inner {
	float: none;
	width: auto;
}

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

/*メインコンテンツ
---------------------------------------------------------------------------*/
/*２カラム利用時*/
.c2 #main {
	width: auto;
}

/*トップページ内「お知らせ」ブロック
---------------------------------------------------------------------------*/
section#new h2.open {
	background: #eb1888 url(https://www.hatosanhujinka.jp/wp-content/themes/images/btn_minus.png) no-repeat right center/34px 34px;
}
section#new h2.close {
	background: #eb1888 url(https://www.hatosanhujinka.jp/wp-content/themes/images/btn_plus.png) no-repeat right center/34px 34px;
}

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

/*その他
---------------------------------------------------------------------------*/
body.s-n #sub,body.s-n #side,body.s-n #footermenu {display: none;}
.sh {display:block;}
.pc {display:none;}

.right-banner{display:none; }
.banner-adress{display:none; }

}

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

/*メインメニュー
---------------------------------------------------------------------------*/
/*メニュー１個あたりの設定*/
#menubar-s li {
	width: 50%;		/*幅*/
}

}

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

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header .inner {
	height: 70px;
}
/*ロゴ画像*/
header #logo {
	width: 80%;
	margin-top: 12px;
}
	
/*メインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック*/
#menubar-s {
	padding: 0px;
}
/*メニュー１個あたりの設定*/
#menubar-s li {
	width: 100%;		/*幅*/
	border-bottom: 1px solid rgba(255,255,255,0.4);	/*下線の幅、線種、色。「255,255,255」はrgb指定での白の事。「0.4」は透明度40%の事。*/
}
#menubar-s li a {
	padding: 8px 0px;
}

/*３本バーアイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
	position: absolute;
	top: 10px;		/*上から10pxの場所に配置*/
	right: 10px;	/*右から10pxの場所に配置*/
}

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

/*テーブル
---------------------------------------------------------------------------*/
/*テーブル内の左側*/
.ta1 th {
	width: 100px;
	padding: 5px;
}
/*テーブル内の右側*/
.ta1 td {
	width: auto;
	padding: 5px;
}

/*テーブル2列を1列へ(画像中心)*/
.ta2 th{
  width:97%;
  display:block;
  margin: 0 auto;
  border:none;
  /*border-radius: 3px;*/
}
.ta2 td{
  width:97%;
  display:block;
  margin: 0 auto;
  border:none;
  /*border-radius: 3px;*/
}

/*テーブル2列を1列へ(文字中心)*/
.ta3 th{
  width:97%;
  display:block;
  margin: 0 auto;
  border:none;
  text-align: left;
  /*border-radius: 3px;*/
}
.ta3 td{
  width:97%;
  display:block;
  margin: 0 auto;
  border:none;
  /*border-radius: 3px;*/
}
	
/*テーブル2列を1列へ(お知らせ)*/
.ta4 th{
  width:97%;
  display:block;
  margin: 0 auto;
  border:none;
  text-align: left;
}
.ta4 td{
  width:97%;
  display:block;
  margin: 0 auto;
  border:none;
}

/*その他
---------------------------------------------------------------------------*/
.ws,.wl {width: 94%;}
img.fr,img.fl {float: none;margin: 0;width: 100%;}

.right-banner{display:block; }
.banner-adress{display:block; }

}


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

/*こだわりアイコンのフロート指定(CMS用)*/
.ta1 td .specialbox {
	width: 50%;
}

}