@charset "UTF-8";
/*テキスト　テーブル　リスト*/

html{
	/*font-size: 62.5%;*/
}
body {
	margin: 0;
	/*font: 0.95em/1.6em 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;*/
	color: #5F5F5F;
	background-color: #3F1A0E;
	position: relative;
}
.font_ja{
	font: 0.95em/1.6em 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
.font_zh{
	font: 0.95em/1.6em "Droid Sans", "Hiragino Sans GB", "Microsoft YaHei", "STSong", SimSun, sans-serif;
}
/*レイアウト*/
article {
	min-height: 400px;
	clear: both;
}
section {
	position: relative;
	width: 100%;
	word-break: normal;
	word-break: break-all;
	clear: both;
}
/*テキスト*/
h1{
	display: block;
	font-size: 20px;
	line-height: 1.6em;
	color: #573D2A;
	/*margin-left: 2.5%;*/
	margin-top: 10px;
	margin-bottom: 20px;
	width: 97.5%;
	letter-spacing: 0.1em;
	/*border-left: 12px solid #00a1ee;*/
	padding-left: 0px;
}
h2 {
	color: #585858;
	font-size: 1.6em;
	line-height: 1.0em;
	letter-spacing: 0.1em;
	border-left: 10px solid #944C9E;
	padding: 2px 10px 2px 8px !important;
	margin: 30px 0px 20px 0px !important;
	font-weight: 100;
}
h3 {
	font-size: 1.3em;
	font-weight: normal;
	margin: 0 0 10px 0;
	letter-spacing: 0em;
	color: #806640;
	line-height: 1.6em;
}
h4 {
	font-size: 16px;
	line-height: 1.0em;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: -5px;
	padding-top: 0px;
	padding-left: 6px;
	letter-spacing: 0em;
	border-left: 15px solid #D9D9D9;
}

/*---フォントカラー---*/
.txt_green { color: #57AA04; }
.txt_blue { color: #008EDA; }
.txt_gray { color: #D1D1D1; }
.txt_red { color: #DC3535; }
.txt_brown { color: #995726; }
.txt_white {color: #F7F7F7;}
.txt_pink {
	color: #FFD6EB;
}

/*---フォントサイズ---*/
.text9 { font-size:65%; }
.text10 { font-size:77%; }
.text11 { font-size:85%; }
.text12 { font-size:93%; }
.text13 { font-size:100%; }
.text14 { font-size:108%; }
.text15 { font-size:116%; }
.text16 { font-size: 123.1%; line-height: 1.8em; }
.text17 { font-size:131%; line-height: 1.8em; }
.text18 { font-size:138.5%; line-height: 1.8em; }
.text19 { font-size:146.5%; }
.text20 { font-size:153.9%; }
.text21 { font-size:161.6%; }
.text22 { font-size:167%; }
.text23 { font-size:174%; }
.text24 { font-size:182%; }
.text25 { font-size:189%; }
.text26 { font-size:197%; }
.lh_16em { line-height: 1.6em; }

.shadow{
	text-shadow:2px 1px 1px #570c0c;
}

/*--- margin ---*/
.mt-10 { margin-top: -10px; }
.mt-20 { margin-top: -20px; }
.mt-30 { margin-top: -30px; }
.mt00 { margin-top: 0px; }
.mt05 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt25 { margin-top: 25px; }
.mt30 { margin-top: 30px; }
.mt35 { margin-top: 35px; }
.mt40 { margin-top: 40px; }
.mt50 { margin-top: 50px; }
.mt60 { margin-top: 60px; }
.mt100 { margin-top: 100px; }
.mt130 { margin-top: 130px; }
.mt150 { margin-top: 150px; }
.mb-5 { margin-bottom: -5px; }
.mb-10 { margin-bottom: -5px; }
.mb-20 { margin-bottom: -20px; }
.mb-30 { margin-bottom: -30px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }
.mb120 { margin-bottom: 120px; }
.ml0 { margin-left: 0px; }
.ml10 { margin-left: 10px; }
.ml20 { margin-left: 20px; }
.ml30 { margin-left: 30px; }
.ml-10 { margin-left: -10px; }
.ml-15 { margin-left: -15px; }
.mr0 { margin-right: 0px; }
.mr10 { margin-right: 10px; }
.mr20 { margin-right: 20px; }
.mr-15 { margin-right: -15px; }
.mr-30 { margin-right: -30px; }

/*--- padding ---*/
.pd30  { padding: 30px; }
.pt-10  { padding-top: -10px; }
.pt-30  { padding-top: -30px; }
.pt-1  { padding-top: -1px; }
.pt0  { padding-top: 0px; }
.pt5  { padding-top: 5px; }
.pt10 { padding-top: 10px; }
.pt15 { padding-top: 15px; }
.pt20 { padding-top: 20px; }
.pt25 { padding-top: 25px; }
.pt30 { padding-top: 30px; }
.pt35 { padding-top: 35px; }
.pt40 { padding-top: 40px; }
.pt50 { padding-top: 50px; }
.pb0 { padding-bottom: 0px; }
.pb10 { padding-bottom: 10px; }
.pb15 { padding-bottom: 15px; }
.pb20 { padding-bottom: 20px; }
.pb25 { padding-bottom: 25px; }
.pb30 { padding-bottom: 30px; }
.pb40 { padding-bottom: 40px; }
.pb50 { padding-bottom: 50px; }
.pb5per { padding-bottom: 5%; }
.pl0 { padding-left: 0px; }
.pl10 { padding-left: 10px; }
.pl20 { padding-left: 20px; }
.pl30 { padding-left: 30px; }
.pr0 { padding-right: 0px; }
.pr30 { padding-right: 30px; }
.pr40 { padding-right: 40px; }
.plr3per { padding: 0 3%; }
.plr2per { padding: 0 2%; }
.plr1per { padding: 0 1%; }
.pt3per { padding-top: 3%; }
.pt5per { padding-top: 5%; }

/*---リンクカラー---*/
a:link { color: #2D3984; font-weight: normal; text-decoration: underline;}
a:visited { color: #2D3984; font-weight: normal; }
a:hover { color: #2D3984; font-weight: normal; }
a:active { color: #2D3984; font-weight: normal; }
.link_color01 a:link { color: #434343; text-decoration: none; font-weight: 100; }
.link_color01 a:visited { color: #434343; text-decoration: none; font-weight: 100;}
.link_color01 a:hover { color: #707070; text-decoration: none; font-weight: 100;}
.link_color01 a:active { color: #707070; text-decoration: none; font-weight: 100;}
.link_color02 a:link { color: #FFFFFF; text-decoration: none; font-weight: 100; }
.link_color02 a:visited { color: #FFFFFF; text-decoration: none; font-weight: 100;}
.link_color02 a:hover { color: #FFFFFF; text-decoration: none; font-weight: 100;}
.link_color02 a:active { color: #FFFFFF; text-decoration: none; font-weight: 100;}
a { outline: none; }

/*折り返さない*/
.nowrap { white-space: nowrap;}

/*--------------------イメージ--------------------*/
img{
  vertical-align:bottom;
  border:none; 
}
/*半透明*/
/*a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}*/
p .right {/*テキスト回り込み・右*/
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
}
p .left2 {/*テキスト回り込み・左*/
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}

/*フロートクリア
-----------------------------------------*/
.clearfloat { clear:both; height:0; font-size: 1px; line-height: 0px; }

/*リスト
-----------------------------------------*/
ul,li {
	list-style: none;
	/*list-style: disc;*/
	margin: 0 0 0 0;
	padding: 0;
}
.list-stye1{
	list-style: disc !important;
}

/*区切り線
-----------------------------------------*/
.normal_line {
	display: block;
	border-top: 1px solid #DDDDDD;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 0px;
	width: 100%;
	border-bottom-color: #DDDDDD;
	border-right-color: #DDDDDD;
	border-left-color: #DDDDDD;
}

/*タイトル　下線
-----------------------------------------*/
.title_line {
	display: block;
	margin-top: 30px;
	margin-bottom: 10px;
	padding-right: 0px;
	border-bottom: 1px solid #E2E2E2;
	font-size: 20px;
	line-height: 1.6em;
	letter-spacing: 0.1em;
}
/*dl dt dd*/
dl {
  margin-bottom:15px;
}
dt {
	float: left ;
	clear: left ;
	margin-right: 0.5em ;
	width: 120px ;
}  
dd { float: left ;
	margin-left: 1em ;
}

/*テキスト装飾*/
.textshadow {
  text-shadow: 1px 2px 2px rgba(0,0,0,0.4);
}
/*テーブル基本
-----------------------------------------*/
table {
	border-collapse: collapse;
	/*border: 1px solid #CCCCCC;*/
	font-size: 14px;
} 
td,th { 
    /*border: 1px #CCCCCC solid;*/
	padding: 3px 5px;
}
td.gray {
	background-color:#F0F0F0;
}
td.narrow {
	padding: 3% 3%;
}
/*テーブル（スマホ・レスポンシブ）
-----------------------------------------*/
/*枠なし*/
.table-sp {
	width: 94%;
	vertical-align: top;
    border-collapse: separate ;
	word-break: normal;
	margin: 0px 3% 0px 3%;
}
.table-sp th {
	color: #737373;
	font-weight: bold;
	border-bottom: 1px solid #D5D5D5;
	text-align: left;
	vertical-align: top;
}
.table-sp td {
	border-bottom: 1px solid #D5D5D5;
}
/*枠あり*/
.table-sp_line {
	width: 94%;
	border: 1px #CCCCCC solid;
	border-collapse: collapse;
	vertical-align: top;
	word-break: normal;
	margin: 0 3% 0 3%;
}
.table-sp_line th {
	border: 1px #CCCCCC solid;
	border-collapse: collapse;
	font-weight: bold;
	text-align: center;
	/*vertical-align: top;*/
	background-color: #EFF0F0;
}
.table-sp_line td {
	border: 1px #CCCCCC solid;
	border-collapse: collapse;
	padding: 10px;
}

/*Google Map 埋め込み
-----------------------------------------*/
.gmap{
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.gmap iframe, .gmap object, .gmap embed{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/*レイアウト
-----------------------------------------*/
.float_l{
	float: left;
}
.center {
	text-align: center;
	display: inline-block;
}

.pankuzu{
	display: block;
	width: 100%;
	height: 15px;
	margin: 0px 0px 30px 0px;
	padding-top: 10px;
	font-size: 11px;
	line-height: 1.0em;
	text-align: right;
}

/*トップへ戻るボタン*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
	z-index:10;
}
#page-top a {
	background-color: #D0D0D0;
	text-decoration: none;
	color: #fff;
	width: 80px;
	padding: 10px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background-color: #D0D0D0;
}

/*表示or非表示*/
.disply_pc_none{
	display: none;
}
.disply_mb_none{
	display: block;
}
p{
	line-height: 1.8em;
	margin: 0.2em;
	}
a[href^="tel:"] {
		pointer-events: none;
	}
/*----------------------------------------- Mobile-----------------------------------------*/
@media screen and (max-width : 40em) {
section {
	width: 100%;
}
h1{
	display: block;
	font-size: 17px;
	line-height: 1.6em;
	margin-left: 0%;
	margin-top: 0px;
	margin-bottom: 20px;
	letter-spacing: 0.1em;
	border-left: 0px solid #C7D020;
}
.news{
	width: 95%;
	font-size: 0.9em;
	}
.pankuzu{
	display: none;
	width: 85%;
}
/*テーブル（スマホ・レスポンシブ）
-----------------------------------------*/
	
/*レイアウト*/
article {
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat;
}
	
.table-sp,.table-sp tbody,.table-sp tr,.table-sp td,.table-sp th { display: block; border-bottom: none; margin: 0px 0% 0px 0%; width: 100%;}
.table-sp th { width: auto; background-color: #EDEDED; }
	
.table-sp_line,.table-sp_line tbody,.table-sp_line tr,.table-sp_line td,.table-sp_line th { display: block; margin: 0px 0% 0px 0%; width: 100%;}

.table-sp_line th { width: auto; background-color: #EDEDED; }
	
.column_title_gr{ width: 84%; text-align: center; }	
	
	
/*表示or非表示*/
.disply_pc_none{
	display: block;
}
.disply_mb_none{
	display: none;
}
a[href^="tel:"] {
		pointer-events: auto;
	}
}

