@charset "UTF-8";
/* AUTHOR:t-styles */

body {
	margin: 0px;
	padding: 0px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	background-color: #00ffff;
}
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
    font-weight: 100;
	src: url("face/thin2.eot?") format('eot'),
       url("face/thin2.woff2") format('woff2'),
       url("face/thin2.woff") format('woff'),
       url("face/thin.otf")  format('opentype');
}
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
    font-weight: 300;
	src: url("face/light2.eot?") format('eot'),
       url("face/light2.woff2") format('woff2'),
       url("face/light2.woff") format('woff'),
       url("face/light.otf")  format('opentype');
}
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
    font-weight: 400;
  src: url("face/reg2.eot?") format('eot'),
       url("face/reg2.woff2") format('woff2'),
       url("face/reg2.woff") format('woff'),
       url("face/reg.otf")  format('opentype');
}
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
    font-weight: 500;
  src: url("face/medium2.eot?") format('eot'),
       url("face/medium2.woff2") format('woff2'),
       url("face/medium2.woff") format('woff'),
       url("face/medium.otf")  format('opentype');
}
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
    font-weight: 700;
  src: url("face/bold2.eot?") format('eot'),
       url("face/bold2.woff2") format('woff2'),
       url("face/bold2.woff") format('woff'),
       url("face/bold.otf")  format('opentype');
}
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
    font-weight: 900;
  src: url("face/black2.eot?") format('eot'),
       url("face/black2.woff2") format('woff2'),
       url("face/black2.woff") format('woff'),
       url("face/black.otf")  format('opentype');
}
body,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ul,ol,li,hr{
	margin: 0px;
	padding: 0px;
}
#rights {
	font-size: 12pt;
	text-align: center;
	display: block;
	padding-top: 30px;
	padding-bottom: 30px;
	clear: both;
}
.text700 {
	font-weight: 700;
}
.text900 {
	font-weight: 900;
}
/*左にフロート*/
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
/*フロートクリア*/
.clear {
	clear: both;
}
/*リストタイプ無し*/
li {
	list-style-type: none;
}
/*ーーーーーーーーーーーーーーーーーーーーーー
反転色の変更
ーーーーーーーーーーーーーーーーーーーーーー*/
/* SAFARI等*/
html ::selection,
body ::selection,
button ::selection,
input ::selection,
select ::selection,
textarea ::selection {
  background: #C80000;
  color: #fff;
}
/*反転色の変更 FIREFOX等*/
html ::-moz-selection,
body ::-moz-selection,
button ::-moz-selection,
input ::-moz-selection,
select ::-moz-selection,
textarea ::-moz-selection {
  background: #C80000;
  color: #fff;
}
#googlemap iframe {
border-radius: 4px;		/* CSS3草案 */
	-webkit-border-radius: 4px;	/* apple用 */
	-moz-border-radius: 4px;	/* Firefox用 */
	-o-border-radius: 4px;	/* OPERA用 */
	-ms-border-radius: 4px;	/* microsoft用 */
	box-shadow:0 1px 3px rgba(0,0,0,0.5); /* CSS3草案 */
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5); /* apple用 */
	-moz-box-shadow:0 1px 3px rgba(0,0,0,0.5); /* Firefox用 */
	-o-box-shadow:0 1px 3px rgba(0,0,0,0.5); /* OPERA用 */
	-ms-box-shadow:0 1px 3px rgba(0,0,0,0.5); /* microsoft用 */
	z-index: 1000;
}
.kadomaru10 {
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* apple用 */
	-moz-border-radius: 10px;	/* Firefox用 */
	-o-border-radius: 10px;	/* OPERA用 */
	-ms-border-radius: 10px;	/* microsoft用 */
	box-shadow:0 1px 3px rgba(0,0,0,0.5); /* CSS3草案 */
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5); /* apple用 */
	-moz-box-shadow:0 1px 3px rgba(0,0,0,0.5); /* Firefox用 */
	-o-box-shadow:0 1px 3px rgba(0,0,0,0.5); /* OPERA用 */
	-ms-box-shadow:0 1px 3px rgba(0,0,0,0.5); /* microsoft用 */
	z-index: 1000;
}
.kadomaru20 {
	border-radius: 20px;		/* CSS3草案 */
	-webkit-border-radius: 20px;	/* apple用 */
	-moz-border-radius: 20px;	/* Firefox用 */
	-o-border-radius: 20px;	/* OPERA用 */
	-ms-border-radius: 20px;	/* microsoft用 */
	box-shadow:0 1px 3px rgba(0,0,0,0.5); /* CSS3草案 */
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5); /* apple用 */
	-moz-box-shadow:0 1px 3px rgba(0,0,0,0.5); /* Firefox用 */
	-o-box-shadow:0 1px 3px rgba(0,0,0,0.5); /* OPERA用 */
	-ms-box-shadow:0 1px 3px rgba(0,0,0,0.5); /* microsoft用 */
	z-index: 1000;
}
.kadomaru_map {
	border-radius: 4px;		/* CSS3草案 */
	-webkit-border-radius: 4px;	/* apple用 */
	-moz-border-radius: 4px;	/* Firefox用 */
	-o-border-radius: 4px;	/* OPERA用 */
	-ms-border-radius: 4px;	/* microsoft用 */
	z-index: 10000;
}
.image_center{
	 display: block;
	 margin-left: auto;
	 margin-right: auto;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.widthALL {
	width: 100%;
	clear: both;
	overflow: hidden;
}
.wrap1000 {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	clear: both;
}
.wrap_menu {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
}
.wrap_menu ul {
	position: relative;
	left: 50%;
	float: left;
}
.wrap_menu li {
	position: relative;
	left: -50%;
	float: left;
	font-size: 12pt;
	line-height: 17pt;
}
.wrap_menu li a {
	display: block;
	padding-top: 14px;
	padding-right: 20px;
	padding-bottom: 14px;
	padding-left: 20px;
	color: #FFF;
	text-decoration: none;
}
.wrap_menu li a:hover {
	color: #000;
	background-color: #FFF;
}
.img100 {
	width: 100%;
}
.wrap1000 h2{
	font-size: 40pt;
	font-weight: 100;
	text-align: center;
	line-height: 48pt;
}
.wrap1000 h3{
	font-weight: 100;
}
.wrap1000 h4{
	font-size: 30pt;
	font-weight: 100;
	text-align: center;
}
.wrap1000 h5 {
	font-size: 12pt;
	font-weight: 500;
	text-align: center;
}
.wrap1000 p{
	font-size: 14pt;
	line-height: 22pt;
}
.text_center {
	text-align: center;
	display: block;
}
.text_right {
	text-align: right;
	display: block;
}
.map {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#mFix1  {
	position: fixed;
	top: 400px;
	right: 10px;
	z-index: 50000;
}
#mFix2 {
	position: fixed;
	top: 580px;
	right: 10px;
	z-index: 50000;
}
#mFix3 {
	position: fixed;
	top: 630px;
	right: 10px;
	z-index: 50000;
}
address {
	font-family: "Century Gothic";
	font-size: 10pt;
	font-style: normal;
	text-decoration: none;
	clear: both;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 30px;
}
.imcenter {
	vertical-align: middle;
	padding-right: 1em;
}
.square_btn{
	display: block;
	text-decoration: none;
	color: #FFF;
	border-radius: 4px;
	box-shadow: 0px 0px 0px 5px #009246;
	border: dashed 1px #FFF;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	width: 300px;
	margin-top: 30px;
	margin-bottom: 20px;
	background-color: #009246;
	text-align: center;
	font-size: 20pt;
}.square_btn:hover{
border: dotted 1px #FFF;
} 
