@charset "utf-8";

/*RESET
===================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary{
  display: block;
}

html{
  line-height: 1;
}

ol, ul{
  list-style: none;
}

table{
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td{
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote{
  quotes: none;
}
q::before, q::after, blockquote::before, blockquote::after{
  content: "";
  content: none;
}

a img{
  border: none;
}

.both{
	clear:both;
}

.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}
/*ここまで*/

/*全体設定
===================================*/
body{
    margin: 0px;
    padding:0px;
    font-size:14px;/*文字サイズ*/
    font-family:"ヒラギノ角ゴ pro w3","hiragino kaku gothic pro","メイリオ","Meiryo","mspゴシック","msp gothic","osaka",sans-serif;
    color: #393939;/*全体の文字色*/
    background: #fff;/*背景色*/
    }

/*ここまで*/

/*リンク設定
===================================*/
a {
	color: #725f3d;/*リンクテキストの文字色*/
}
a:hover {
	color: #f2a00c;			/*マウスオン時の文字色*/
	text-decoration: none;
}
a,a:hover {
	-webkit-transition: 0.7s;/*リンクテキストのロールオーバー時間*/
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}

a img:hover {
	filter: alpha(opacity=75);/*リンク画像のロールオーバー時間*/
	-moz-opacity:0.75;
	opacity:0.75;
}
/*ここまで*/

/*スタートページ設定
===================================*/
#start {
    margin-top: 250px;
    display: none;
}
.start-logo{
width:445px;
height:360px;
margin-right: auto;
margin-left: auto;
background: url(../img/p12.jpg) no-repeat;
}
.start-logo a{
    display: block;
}
.start-logo img{
  border: none;
}
.start-logo a:hover{
    background: none;
}
.start-logo a:hover img{
    visibility: hidden;
}
/*ここまで*/

/*h1タグ設定
===================================*/
body > h1 {
    padding:2px;
	font-size: 12px;		/*文字サイズ*/
	color: #FFF;			/*文字色*/
	background: #696969;	/*背景色*/
	text-align: right;		/*右寄せ*/
}
body > h1 a, body > h1 a:hover {
	color: #FFF;
	text-decoration: none;
}
/*ここまで*/

/*コンテナ(ホームページ全体）
===================================*/
#container{
    width: 980px;
	margin-right: auto;
	margin-left: auto;
    }
/*ここまで*/

/*ヘッダー設定
===================================*/
#header{
    width: 980px;
    margin: 10px 0px 5px 0px;
    border-bottom:0px solid #696969;/*下線*/
}
#header h1 {
	padding: 10px 0px 0px 10px;	/*余白、上、右、下、左*/
}
.home{
    float: right;
    background-color: #696969;
    text-align: center;
    width: 32px;
    height: 32px;
    margin: -40px 5px 0px 0px;
    
}
/*ここまで*/

/*コンテンツ（main,sub部分）
===================================*/
.left {
	float: left;
    width: 730px;
    margin: 20px 0px 0px 5px;
}
.left-in {
	float: left;
    width: 730px;
    margin: 5px 0px 18px 0px;
    padding: 10px 0px;
    border-top: 1px solid #dcdcdc;
    border-bottom: 0px solid #dcdcdc;
}
.right {
	float: right;
	width: 220px;
    margin: 20px 5px 0px 0px;
}
.right-in {
	float: right;
    width: 220px;
    margin: 5px 0px 0px 0px;
    padding: 10px 0px;
    border-top: 1px solid #dcdcdc;
    border-bottom: 0px solid #dcdcdc;
}
/*ここまで*/

/*画像設定
===================================*/
.ph-left {
margin: 10px 0px 10px 0px;
float: left;
}
.ph-left2 {
margin: 10px 0px 5px 20px;
float: left;
}
.ph-right {
width: 200px;
height: 144px;
float: right;
}
.clearleft {
clear: left;
}
.clearright {
clear: right;
}
.kaku {
text-align: right;
margin: 10px 120px 0px 0px;
}
/*ここまで*/

.left-text{
    border: 1px solid #f2a00c;
    border-radius: 10px;
    padding: 4px 14px;
    letter-spacing: 2px;
    line-height: 120%;
    font-size:12px;
}


.map{
    float: right;
}
.ate{
    float: right;
    margin: 18px 20px 0px 0px;
    border-radius: 2px;
}
.ate2{
    float: right;
    margin: 100px 31px 0px 0px;
    border-radius: 2px;
}
.line1{
    margin:12px 0px 4px 260px;
    padding:4px;
}
.line2{
    margin:5px 0px 0px 260px;
    padding:4px;
}
.line3{
    margin:0px 0px 0px 303px;
    padding:4px;
}
.line4{
    margin:0px 0px 0px 358px;
    padding:4px;
}
.line5{
    margin:0px 0px 0px 260px;
    padding:3px;
}
.footer1{
    margin:0px 0px 10px 0px;

}

.right-in img{
    margin: 5px 0px;
    border-radius: 5px;
}

.banner{
    width:220px;
    height:201px;
    margin: 5px 0px;
    border: 1px solid rgb(181, 207, 229);
    border-radius: 5px;  
}
.banner2{
    border-radius: 2px;  
}

/*フッター設定
===================================*/
#footer{
	clear: both;
	text-align: center;
    font-size: 12px;	
    padding-top:10px;
	padding-bottom:10px;
    color: #696969;	/*文字色*/
	background: #fff;	/*背景色*/
    border-top:1px solid #696969;
}
/*ここまで*/


/*TOPに戻るボタン
===================================*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 80%;
}

#page-top a {
	background: #7c7c7c;
	text-decoration: none;
	color: #fff;
	width: 20px;
	height: 20px;
	padding: 10px;
	text-align: center;
	display: block;
	border-radius: 5px;
}

#page-top a:hover {
	text-decoration: none;
	background: #999;
}


.button {
	display: inline-block;
    margin:10px 0px 0px 28px ;
	width: 200px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}









.button {
	position: relative;
	z-index: 2;
	background-color: #fff;
	border: 1px solid #696969;
	color: #333;
	line-height: 50px;
	overflow: hidden;
}
.button:hover {
	color: #fff;
}
.button::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.button:hover::after {
	-webkit-transform: scale(2) rotate(180deg);
	transform: scale(2) rotate(180deg);
	background: #333;
}