@charset "UTF-8";


/*---------- ページ全体の指定 ----------*/

html, body, header, section, article, nav, footer,
div, span, p, h1, h2, h3, h4,
ul, ol, li, dl, dt, dd,
table, tr, th, td, tbody, thead, tfoot {
  margin: 0;
  padding: 0;
}

img {border: 0;}

body {
  width: 100%;
  background-color: #ffffff;
  font: 14px/1.231 'ヒラギノ角ゴ pro W3', "Hiragino KaKu Gothic Pro", Osaka, sans-serif;
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
}

a:link {
	color: #db722b;
	font-size: 16px;
}

a:hover {
  color: #db8449;
}

a:visited {
  color: #db722b;
}


/*---------- ヘッダー ----------*/

header {
  width: 100%;
}

header h1 {
  padding: 2px 0 2px 8px;
  text-align: left;
  font-size: 12px;
  color: #db722b;
  font-weight: normal;
  background-color: #fcecc7;
}

header h2 {
  padding: 10px 0 10px 0;
  font-size: 18px;
  text-align: center;
  color: #333333;
}

header h2 a {
  color: #333333 !important;
  font-size: 18px;
  text-decoration: none;
}

header h2 a:hover {
  color: #db8449 !important;
  font-size: 18px;
  text-decoration: underline;
}

header img.main_photo {
  width: 100%;
  height: auto;
}

#page_top {
  margin: 0;
  padding: 0;
}


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

#content {
  padding: 6px;
}

section {
  margin: 0 0 8px 0;
}

section h2 {
  margin: 0 0 8px 0;
  padding: 5px 0 3px 14px;
  font-size: 14px;
  color: #ffffff;
  border-bottom: solid 1px;
  border-bottom-color: #cccccc;
  background: url(../h_smt/img/h_icon.gif) left top no-repeat;
  background: url(img/h_bg.gif) center repeat-x;
}

section p {
	margin: 0 0 12px 0;
	padding: 3px 0;
	line-height: 1.8;
	text-align: justify;
	font-size: 14px;
}

section .gray_bg {
  margin: 8px 0 8px 0;
  padding: 2px 8px 2px 8px;
  line-height: 1.7;
  letter-spacing: 1px;
  border-top: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  background-color: #eeeeee;
}

section .gray_bg p {
  padding: 3px;
  line-height: 1.7;
  letter-spacing: 1px;
}

section img.picture {
  margin: 0 10px 10px 0;
  float: left;
}

section img.picture_r {
  margin: 0 0 10px 10px;
  float: right;
}

section span.red {
  color: #e60033;
}

section span.red_b {
  color: #e60033;
  font-weight: bold;
}

section span.blue {
  color: #007bbb;
}

section span.pink {
  color: #c53d43;
}

section span.brown {
  color: #993300;
}

section span.brown_b {
  color: #993300;
  font-weight: bold;
}

section span.green {
  color: #00ae4f;
}

section table.table_line {
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #bbbbbb;
  margin : 8px  0 8px 0;
}

section td.table_line {
  border-collapse: collapse;
  border: solid 1px #bbbbbb;
  padding : 8px 10px 8px 10px;
}


/*---------- ナビ ----------*/

nav {
  width: 100%;
  text-decoration: none;
  margin: 0 0 10px 0;
  background: url(img/nav_bg.gif) repeat-x;
}

nav h2 {
	padding: 5px 0 3px 14px;
	font-size: 16px;
	color: #ffffff;
	border-bottom: solid 1px;
	border-bottom-color: #cccccc;
	background: url(img/h_bg_gray.gif) center repeat-x;
}

nav ul {
  width: 100%;
  border-top: solid 1px;
  border-top-color: #cccccc;
}

nav li {
  width: 100%;
  list-style: none;
  text-align: center;
}

nav li a {
  padding: 10px;
  display: block;
  color: #db722b !important;
  font-weight: bold;
  text-decoration: none;
  border-bottom: solid 2px;
  border-bottom-color: #cccccc;
  background: url(img/nav_bg.gif) repeat-x;
}

nav li a:hover {
	color: #db8449 !important;
	display: block;
	font-weight: bold;
	text-decoration: none;
	border-bottom: solid 2px;
	border-bottom-color: #cccccc;
	background: url(img/nav_bg_hover.gif) repeat-x;
}


/*---------- トップに戻る ----------*/

#page_back {
  margin: 0 0 8px 0;
  padding: 0 6px 0 0;
  text-align: right;
}


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

footer {
	width: 100%;
	padding: 10px 0 10px 0;
	color: #333333;
	text-align: center;
	border-top: solid 1px;
	border-top-color: #cccccc;
	background-color: #F19B2B;
	font-size: 12px;
}

footer p {
	padding: 10px;
	color: #555555;
	font-size: 12px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

footer a {
  color: #555555 !important;
}

footer a:hover {
  color: #777777 !important;
}

footer a:visited {
	color: #555555;
	font-size: 10px;
}

footer p.copy {
  padding: 10px;
  font-size: 12px;
  color: #555555;
}

footer p.copy a {
  color: #db722b !important;
  text-decoration: none;
}

footer p.copy a:hover {
  color: #db8449 !important;
  text-decoration: underline;
}

footer p.copy a:visited {
  color: #db722b;
  text-decoration: none;
}
body footer address {
	font-size: 12px;
}
.kannjya_koe_waku {
	background-color: #F6EADE;
	border: 2px solid #E1731E;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 14px;
}
#content section .kannjya_koe_waku {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	padding: 10px;
	text-align: justify;
}
#content section .kannjya_koe_waku img {
	float: right;
	padding-bottom: 14px;
	padding-left: 14px;
}
#content section .chizu p img {
	height: auto;
	width: 100%;
}
.google_map {
	height: 350px;
	width: 100%;
	margin-bottom: 15px;
}

.calender {
	text-align: center;
}
.yellow {
	color: #EDED00;
}

.pann_kuzu {
	text-align: right;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	margin-right: 10px;
	margin-left: 10px;
}
.red_moji {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #F30;
}
.black_bold {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	color: #333;
}
.kannbann {
	border: 2px solid #F96;
	text-align: center;
	font-size: 14px;
	background-color: #F7D7B1;
}
#content section .link table tr td {
	padding: 10px;
}
#content section .link table tr td a {
	color: #00F;
}
.thanks_page {
}
#content section .thanks_page p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #06F;
	text-align: center;
	background-color: #FFC;
}
.sumaho {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.mailcenter {
}
.calender {
	margin-bottom: 14px;
}
.new_tenpo {
	margin-bottom: 15px;
	text-align: center;
}
/*641px～PC　PC上では見えないようにする*/
@media screen and (min-width:750px){
}
 
/*スマホ～641pxの幅サイズまで*/
@media screen and (max-width:750px){
.footer_area {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba( 0, 0, 0, 0.6 );
	z-index: 10000;
	clear: both;
	float: none;
}
}
.footer_area_inner   {
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
.inquiry_btn {
	-webkit-border-radius: 3px;
	text-decoration: none;
	background-image: url(img/smt_tel.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	height: 42px;
	width: 128px;
	margin-right: 13px;
	display: inline-block;
	clear: both;
}
.inquiry_btn_2 {
	-webkit-border-radius: 3px;
	text-decoration: none;
	background-image: url(img/smt_QA.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	height: 42px;
	width: 128px;
	display: inline-block;
	clear: both;
	margin-right: auto;
}
.inquiry_btn:link, .inquiry_btn:visited {
    color: #FFFFFF !important;
}
.footer_area_inner span{
	color: #fff;
}
#siteBottom{
	margin-bottom: 85px;
}
}
.pannkuzu_smt {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "ヒラギノ丸ゴ Pro W4", Verdana, "ＤＦＰ太丸ゴシック体";
}
#content .pannkuzu_smt {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "ヒラギノ丸ゴ Pro W4", Verdana, "ＤＦＰ太丸ゴシック体";
	font-size: 1６;
	font-weight: normal;
	color: #333;
	text-align: center;
	margin: 5px;
}
#content .pannkuzu_smt a {
	font-size: 14px;
}
shourei_menu {
}
.shourei_menu table tr td {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "ヒラギノ丸ゴ Pro W4", Verdana, "ＤＦＰ太丸ゴシック体";
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background-color: #F90;
	text-align: center;
}
.shourei_menu table tr td a {
	color: #FFF;
	text-decoration: none;
}
.shourei_down {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "ヒラギノ丸ゴ Pro W4", Verdana, "ＤＦＰ太丸ゴシック体";
	font-size: 16px;
	font-weight: normal;
	color: #FF9900;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
.corona_jishuku {
	margin-bottom: 10px;
	border: 5px solid #F00;
	padding-top: 15px;
	background-color: #FFFFCC;
}
#content .corona_jishuku .corona_1 {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "ヒラギノ丸ゴ Pro W4", Verdana, "ＤＦＰ太丸ゴシック体";
	font-size: 20px;
	font-weight: bold;
	color: #F00;
	text-align: center;
}
#content .corona_jishuku p {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "ヒラギノ丸ゴ Pro W4", Verdana, "ＤＦＰ太丸ゴシック体";
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-align: justify;
	margin-right: 14px;
	margin-left: 14px;
	margin-bottom: 5px;
}
#content .corona_jishuku .corona_2 {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "ヒラギノ丸ゴ Pro W4", Verdana, "ＤＦＰ太丸ゴシック体";
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	background-color: #F33;
	margin-right: 14px;
	margin-left: 14px;
	color: #FFF;
}
.corona_gazou_smt {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 10px;
}
#page_top h1 a {
	color: #333;
	text-decoration: none;
	font-size: 12px;
}
