html, body{
	margin:0;
	padding:0;
	border:0;
	background-color:#000;
	font-size: 16px;
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;	letter-spacing: 0.1em;
	line-height: 1.5em;
	letter-spacing: 1pt;
	color: #FFF;
}




/*　　いろいろ見た目
------------------------------------------------------*/


.highlight a:hover *{
	 filter: alpha(opacity=60);
	 -moz-opacity:0.6;
	 opacity:0.6;
	 }
	 
img {
	border: none;
}


#container {
	position: absolute;
    /*background-color: rgba(255,255,255,0.7);*/
	width: 100%;
    margin: 0 auto;
    }
	
.contents {
	width: 1000px;
    margin: 0 auto;
	padding: 5px 30px;
}

.top_concept {
	width: 940px;
	height: 390px;
	margin: 0 auto;
	font-family: hannari;
	position: relative;
}

.top_concept p{
	position: absolute;
	top: 22%;
	margin-top: -1.0rem;
	text-align: left;
	font-size: 20px;
	letter-spacing: 0.2em;
	line-height: 2em;
	text-shadow: 1px 1px 2px #000;
}


a:link { color: #FFFFFF; }
a:visited { color: #FFFFFF; }
a:hover { color: #F96; }
a:active { color: #F96; }





/*　　いろいろ見た目（内ページ）
------------------------------------------------------*/


#container_in {
	position: absolute;
    /*background-color: rgba(255,255,255,0.7);*/
	width: 100%;
    margin: 0 auto;
    }
	
.contents_in {
	width: 1000px;
	background-color: rgba(0,0,0,0.9);
    margin: 0 auto;
	padding: 5px 30px;
}


.item_sub {
	width: 950px;
	margin: 10px auto 30px;
	text-align: left;
}

.item_ex {
	width: 215px;
	margin: 5px auto;
	padding-top: 5px;
	border-top: #666 solid 1px;
	font-size: 14px;
	line-height: 1.2em;
}



.btn {
	display: inline-block;
	width: 450px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	font-size: 18px;
	font-weight: bold;
	color: #FFF !important;
	}


.btn::before,
.btn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.btn,
.btn::before,
.btn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}


.btn {
	position: relative;
	z-index: 2;
	background-color: #666666;
	border: 2px solid #CCCCCC;
	line-height: 50px;
}


.btn:hover {
	background-color: #fff;
	border-color: #FF9900;
	color: #FF9900 !important;
}

.btn::before,
.btn::after {
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #666666;
}
.btn::before {
	right: 0;
}
.btn::after {
	left: 0;
}
.btn:hover::before,
.btn:hover::after {
	width: 0;
	background-color: #FF9900;
}


/*　　ヘッダボタン
------------------------------------------------------*/


#bt{
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 0;
	margin-top: 35px;
	list-style: none;
	border-top: #FFF solid 1px;
	border-bottom: #FFF solid 1px;
	}

.box1{
	width: calc(100% / 5);
	margin: 2px;
	}
	
.box1 a {
	text-decoration: none;
}

.box1:hover{
	color: #F96;
	opacity:0.6;
	}
	
#bt p{
	text-align:center;
	color:#fff;
	font-family:hannari;
	font-size: 18px;
	margin: 0px 0px 5px 0px;
	}


/*　　h
------------------------------------------------------*/


h1 {
    color: #ccc;
    font-size: 12px;
    font-weight: normal;
	width: 1000px;
	margin: 0px auto 20px;
	text-align: center;
}



h2 {
	font-size: 22px;
	font-weight: normal;
	padding: .3em .75em;
	background-color: #F0ECE8;
	border-left: 6px solid #A78F76;
}

h3 {
	width: 960px;
	margin: 50px auto 25px;
	color: #ffffff;
	font-size: 24px;
	font-family: hannari;
	font-weight: normal;
	line-height: 1.6em;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #bfbfbf;
	}

h3:first-letter{
		font-size: 36px;
		letter-spacing: 0.05em;
		}


h4 {
	width: 950px;
	overflow: hidden;
	text-align: center;
	margin: 30px auto 20px;
	font-family: hannari;
	font-size: 26px;
	line-height: 1.5em;
}
h4 span {
	position: relative;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	text-align: left;
}
h4 span::before,
h4 span::after {
	position: absolute;
	top: 62%;
	content: '';
	width: 400%;
	height: 1px;
	background-color: #fff;
}
h4 span::before {
	right: 100%;
}
h4 span::after {
	left: 100%;
}



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



.footer {
	width: 100%;
	height: 50px;
	padding-top: 15px;
	color: #ccc;
	text-align: center;
	font-size: 12px;
}

.company {
	font-family: hannari;
	font-size: 18px;
}




/*　　フォント
------------------------------------------------------*/

.tx10 {font-size: 10px;}
.tx11 {font-size: 11px;}
.tx12 {font-size: 12px;}
.tx14 {font-size: 14px;}
.tx16 {font-size: 16px;}
.tx18 {font-size: 18px;}
.tx20 {font-size: 20px;}
.tx22 {font-size: 22px;}
.tx24 {font-size: 24px;}
.tx26 {font-size: 26px;}
.tx28 {font-size: 28px;}
.tx30 {font-size: 30px;}

.red {color: #C30;}
.blue {color: #336699;}
.green {color: #696;}
.orange {color: #F90;}
.pink {color:#FF6699;}
.brown {color: #624628;}
.gray {color: #999;}


@font-face {
    font-family: hannari; 
    src: url(../font/hannari.woff); 
}

.mincyo {
	font-family: hannari;
}


/* 　　点滅
------------------------------------------------------*/

.blinking{
	-webkit-animation:blink 0.5s ease-in-out infinite alternate;
    -moz-animation:blink 0.5s ease-in-out infinite alternate;
    animation:blink 0.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}





/*　　内部ページ表
------------------------------------------------------*/

 
table.info {
	border-collapse: separate;
	border-spacing: 1px;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
}
table.info th {
	width: 150px;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}
table.info td {
	width: 750px;
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}
 











/*　　メールフォーム
------------------------------------------------------*/


.outer_top
	{
	width: 800px;
	padding: 10px;
	margin: 0 auto 0 auto;
	border-bottom: #666 dashed 1px;
	border-top: #666 dashed 1px;
	}
	
.outer
	{
	width: 800px;
	padding: 10px;
	margin: 0 auto 0 auto;
	border-bottom: #666 dashed 1px;
	}

.bt
	{
	width: 750px;
	text-align: center;
	margin: 15px auto 0 auto;
	}

.koumoku
	{
	float: left;
	width: 220px;
	padding: 8px 8px 8px 20px;
	text-align: right;
	}

.input
	{
	float: left;
	width: 500px;
	padding: 5px 5px 5px 10px;
	}
	
.clears{
  clear:both;
}

.small_tx {font-size: 10px;}

textarea {border: solid 1px gray; padding: 3px;}
p#button input {background-color: #CCCCCC;}

input2 {border: solid 1px gray; padding: 3px;}





/*　　個人情報保護方針
------------------------------------------------------*/


.privacy {
	width: 950px;
	margin: 10px auto;
	padding: 5px;
}

.privacy ul {
	margin: 5px auto;
}

.privacy li {
	margin-top: 20px;
}




