
/*=======================================================================*/
/* 全体基本 */
/*=======================================================================*/
*{
	margin: 0;
	padding: 0;

}
html,body{
	background-color:#fff;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

body{
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
@media screen and (max-width: 768px) {
	body{
		font-size : 0.8em;
	}
}

img{
	border: none;
	vertical-align: top;
	line-height: 0;
	display: block;
	max-width : 100%;
	height: auto;
}

ul{
	list-style: none;
}
a{
	outline: none;
	overflow: hidden;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition:.5s; /*transitionで動きを*/
	-moz-transition:.5s;
	transition:.5s;
}
a:hover{
	outline: none;
	overflow: hidden;
	cursor: pointer;
	text-decoration: underline;
}
a img{
	border: 0px;
}


.clearfix:after{
	content: ".";
	display: block;
	height: 0; 
	font-size:0;
	clear: both; 
	visibility:hidden;
}
.clearfix{
	display: inline-block;
} 
/* Hides from IE Mac */
* html .clearfix{
	height: 1%;
}
.clearfix{
	display:block;
}
/* End Hack */

.smart{
	display: none!important;
}
@media screen and ( max-width:768px ){
	.smart{
		display: block!important;
	}
	.pc{
		display: none!important;
	}
}

#wrap{
	overflow: hidden;
}

/*=======================================================================*/
/* ヘッダー */
/*=======================================================================*/
header{
	background-image: url(../images/header_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	padding: 0 0 14% 0;
}

#header-inner{
	margin: 0px auto;
	width: 96%;
	max-width: 1100px;
	text-align: center;
}
#header-inner h1{
	max-width : 450px;
	width : 90%;
	padding: 40px 0px 40px 0px;
	text-align: left;
}

.copy h2{
	font-family: "游明朝","Sawarabi Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	font-size : 1.4em;
	font-size: calc(1em + 4 * (100vw - 600px) / 400);
	text-shadow:1px 2px 1px #000;
	color : #fff;
	font-weight: 600;
	letter-spacing: 0.6em;
	margin-bottom: 1.0em;
	padding-top: 2px;
}
.title{
	background: -moz-linear-gradient(top, #163B8F, #010E1E);
	background: -webkit-linear-gradient(top, #163B8F, #010E1E);
	background: linear-gradient(to bottom, #163B8F, #010E1E);
	display: inline-block;
	font-family: "游明朝","Sawarabi Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	padding: 2% 5%;
}
.title p:first-of-type{
	background-color: #C5AC43;
	color: #010E1E;
	letter-spacing: 0.4em;
	border-radius: 3em;
	padding: 0 1em;
	font-size: 1.2em;
	font-size: calc(1em + 4 * (100vw - 600px) / 400);
	font-weight: 600;
}
.title h3{
	color: #C5AC43;
	letter-spacing: 0.4em;
	padding-left: 0.4em;
	font-size: 2.0em;
	font-size: calc(1.6em + 4 * (100vw - 600px) / 400);
	font-weight: 600;
}
.title h2{
	color: #C5AC43;
	letter-spacing: 0.4em;
	padding-left: 0.4em;
	font-size: 3.8em;
	font-size: calc(3.0em + 4 * (100vw - 600px) / 400);
	font-weight: 600;
}
.title p:nth-of-type(2){
	color: #C5AC43;
	letter-spacing: 0.4em;
	padding-left: 0.4em;
	font-size: 1.0em;
	font-weight: 600;
}


/*=======================================================================*/
/* 序文 */
/*=======================================================================*/
#Preface{
	background: linear-gradient(to bottom, rgba(6, 65, 37, 1.0), rgba(6, 65, 37, 0.3)) ,url(../images/Preface_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 14% 0 14% 0;
	background-attachment: fixed;

}

#Preface-inner{
	margin: 0px auto;
	width: 96%;
	max-width: 1100px;
	text-align: center;

}
#Preface-inner h2{
	font-family: "游明朝","Sawarabi Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	font-size : 3.0em;
	font-size : calc(1.8em + 4 * (100vw - 600px) / 400);
	color : #fff;
	font-weight: 400;
	letter-spacing: 0.2em;
	margin-bottom: 1.0em;
}
@media screen and (max-width: 430px) {
	#Preface-inner h2{
		font-size : 1.8em;
		font-size : calc(1.6em + 4 * (100vw - 600px) / 400);
		letter-spacing: 0.1em;
	}
}
.title{
	background: -moz-linear-gradient(top, #163B8F, #010E1E);
	background: -webkit-linear-gradient(top, #163B8F, #010E1E);
	background: linear-gradient(to bottom, #163B8F, #010E1E);
	display: inline-block;
	font-family: "游明朝","Sawarabi Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	padding: 2% 5%;
}
#Preface-inner article p.wow{
	/*font-family: "游明朝","Sawarabi Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;*/
	font-weight: 400;
	color: #fff;
	text-shadow:2px 2px 2px #000;
	text-align: left;
	letter-spacing: 0.4em;
	padding-left: 0.4em;
	font-size: 1.1em;
	max-width: 60%;
	margin: 0 auto 30px auto;
	line-height: 2em;
	/*background-color: rgba(0,0,0,0.5);*/
}
@media screen and (max-width: 980px) {
	#Preface-inner article p.wow{
		max-width: 80%;
	}
}
@media screen and (max-width: 600px) {
	#Preface-inner article p.wow{
		max-width: 100%;
	}
}
#Preface-inner ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
#Preface-inner li{
	width : 31%;
	margin: 0 1%;
	position: relative;
}
#Preface-inner li img{
	margin: 0 0 0 auto;
	display: block;
}
#Preface-inner li p{
	position: absolute;
	z-index: 99;
	top: 0;
	right: 0;
	background-color: rgba(0,0,0,0.5);
	color : #fff;
	padding: 2px 1em;
	font-size: 0.8em;
}

@media screen and (max-width: 600px) {
	#Preface-inner li{
		width : 48%;
		margin: 5px 1%;
	}
}
#Preface-inner aside{
	margin-top: 30px;
}
#Preface-inner aside a{
	display : block;
	width : 80%;
	margin: 0px auto;
	background-color: #C5AC43;
	color: #000;
	letter-spacing: 0.1em;
	border-radius: 3em;
	padding: 5px;
	font-size: 1.0em;
	font-size: calc(0.9em + 4 * (100vw - 600px) / 400);
	font-weight: 400;
	-webkit-transition:.5s; /*transitionで動きを*/
	-moz-transition:.5s;
	transition:.5s;
}
#Preface-inner aside a:hover{
	color: #fff;
	background-color: #023580;
	text-decoration: none;
}


/*=======================================================================*/
/* 概要 */
/*=======================================================================*/
#Point{
	background: linear-gradient(to bottom, rgba(22, 59, 143, 0.6), rgba(1, 14, 30, 0.6)) ,url(../images/Point_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;

	padding: 10% 0 10% 0;

}
#Point h2{
	font-family: "游明朝","Sawarabi Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	font-size : 2.2em;
	font-size : calc(1.8em + 4 * (100vw - 600px) / 400);
	color: #fff;
	font-weight: 600;
	letter-spacing: 0.2em;
	margin-bottom: 1.0em;
	border-style: solid;
	border-width: 0px 0px 2px 0px;
	border-color: #fff;
}

#Point-inner{
	margin: 0px auto;
	width: 96%;
	max-width: 1100px;
	text-align: center;

}
#Point article{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 5.0em;
}
#Point article:nth-of-type(2){
	flex-flow: row-reverse;
}
#Point article main{
	width : 58%;
	padding: 0 1%;
	text-align: left;
}

#Point article figure{
	width : 38%;
	padding: 0 1%;
}

#Point article h3{
	font-family: "游明朝","Sawarabi Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	font-size : 1.8em;
	font-size : calc(1.4em + 4 * (100vw - 600px) / 400);
	color: #C5AC43;
	font-weight: 600;
	letter-spacing: 0.2em;
	margin-bottom: 1.0em;
}
#Point article p{
	width: 80%;
	line-height: 1.6em;
	color: #fff;
}
@media screen and (max-width: 768px) {
	#Point article:nth-of-type(2){
		flex-flow: wrap;
	}
	#Point article main{
		width : 98%;
	}

	#Point article figure{
		width : 98%;
	}
	#Point article h2 br{
		display: none;
	}
	#Point article p{
		width: 100%;
		margin-bottom: 0.9em;
	}
	#Point article figure img{
		width : 100%;
		height : auto;
	}
}

#Point article p a{
	color: #fff;
	-webkit-transition:.5s; /*transitionで動きを*/
	-moz-transition:.5s;
	transition:.5s;
}
#Point article p a:hover{
	color: #C5AC43;
	text-decoration: none;
	padding-left: 20px;
}

/*=======================================================================*/
/* 分譲地区画図 */
/*=======================================================================*/
#Kukaku{
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)) ,url(../images/Kukaku_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 10% 0 10% 0;

}
#Kukaku-inner{
	margin: 0px auto;
	width: 100%;
	max-width: 1100px;
	text-align: center;
}
#Kukaku-inner h2{
	text-align: left;
	font-weight: 400;
	padding: 0 20px;
}
#Kukaku article{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: normal;
	justify-content: center;
}
#Kukaku article figure{
	width : 48%;
	padding: 0 1%;
	text-align: left;
}
@media screen and (max-width: 768px) {
	#Kukaku article figure{
		width : 98%;
		padding: 0 1%;
	}
	#Kukaku article figure img{
		margin: 10px auto;
	}
}

/*=======================================================================*/
/* 販売価格表 */
/*=======================================================================*/
#Kakaku{
	background-color: #fff;
	padding: 5% 0 5% 0;

}
#Kakaku-inner{
	margin: 0px auto;
	width: 96%;
	max-width: 1100px;
	text-align: center;
}
#Kakaku-inner h2{
	font-family: "游明朝","Sawarabi Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	font-size : 2.2em;
	font-size : calc(1.8em + 4 * (100vw - 600px) / 400);
	color: #000;
	font-weight: 600;
	letter-spacing: 0.2em;
	margin-bottom: 1.0em;
}
#Kakaku img{
	display: block;
	margin: 0em auto;
}

/*=======================================================================*/
/* 「建物譲渡特約付定期借地権」について */
/*=======================================================================*/
#Syakuchi{
	background-color: #eee;
	padding: 5% 0 5% 0;

}
#Syakuchi-inner{
	margin: 0px auto;
	width: 96%;
	max-width: 1100px;
	text-align: center;
}
#Syakuchi-inner h2{
	font-family: "游明朝","Sawarabi Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	font-size : 2.2em;
	font-size : calc(1.8em + 4 * (100vw - 600px) / 400);
	color: #000;
	font-weight: 600;
	letter-spacing: 0.2em;
	margin-bottom: 0.5em;
}

#Syakuchi-inner h3{
	font-size : 1.0em;
	font-weight: 400;
	position: relative;
	cursor: pointer;
	border-style: solid;
	border-width: 1px;
	border-color: #999;
	width: 60%;
	margin: 0 auto 0.5em auto;
	padding: 3px;
	-webkit-transition:.5s; /*transitionで動きを*/
	-moz-transition:.5s;
	transition:.5s;
}
#Syakuchi-inner h3.active{
	background-color: #666;
	color: #fff;
}


#Syakuchi-inner h3:before {
	content: '詳細を表示';
}
#Syakuchi-inner h3.active:before {
	content: '詳細を隠す';
}
#Syakuchi-inner h3 span{
	display: inline-block;
	height: 0.9em;
	width: 0.9em;
}
#Syakuchi-inner h3 span:before,
#Syakuchi-inner h3 span:after{
	content: '';
	position: absolute;
	width: 0.9em;
	height: 2px;
	background-color: #666;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	right: 10px;top: 40%;

	-webkit-transition:.5s; /*transitionで動きを*/
	-moz-transition:.5s;
	transition:.5s;
}
#Syakuchi-inner h3 span:before {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}
#Syakuchi-inner h3 span:after{
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}
/*＋、－切り替え*/
#Syakuchi-inner h3.active span:before {
	display:none;
}
#Syakuchi-inner h3.active span:after{
	background-color: #fff;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}



#Syakuchi-inner p{
display:none;
	text-align: left;
	line-height: 1.6em;
	width: 80%;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	#Syakuchi-inner p{
		width: 100%;
	}
}

/*=======================================================================*/
/* 近隣ゴルフ場案内 */
/*=======================================================================*/
#Golf{
	background: linear-gradient(to bottom, rgba(1, 49, 49, 0.6), rgba(0, 83, 76, 0.6)) ,url(../images/Golf_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	padding: 10% 0 10% 0;

}
#Golf-inner{
	margin: 0px auto;
	width: 96%;
	max-width: 1100px;
	text-align: center;

}
#Golf-inner h2{
	font-family: "游明朝","Sawarabi Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	font-size : 2.2em;
	font-size : calc(1.8em + 4 * (100vw - 600px) / 400);
	color: #fff;
	font-weight: 600;
	letter-spacing: 0.2em;
	margin-bottom: 1.0em;
}
#Golf article{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 5.0em;
}
#Golf article:nth-of-type(2){
	flex-flow: row-reverse;
}
#Golf article main{
	width : 58%;
	padding: 0 1%;
	text-align: left;
}

#Golf article figure{
	width : 38%;
	padding: 0 1%;
}

#Golf article h3{
	font-family: "游明朝","Sawarabi Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	font-size : 1.8em;
	font-size : calc(1.6em + 4 * (100vw - 600px) / 400);
	color: #fff;
	font-weight: 600;
	letter-spacing: 0.2em;
	margin-bottom: 1.0em;
}
#Golf article h4{
	font-family: "游明朝","Sawarabi Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	font-size : 1.0em;
	color: #fff;
	font-weight: 600;
	letter-spacing: 0.2em;
}
#Golf article aside{
	background-color: #000;
	color: #C5AC43;
	letter-spacing: 0.2em;
	border-radius: 3em;
	padding: 3px 1em;
	display: inline-block;
	font-weight: 600;
	font-size : 0.9em;
}
#Golf article aside span{
	font-size : 1.2em;
}

#Golf article p{
	color: #fff;
	line-height: 1.6em;
}

#Golf article a{
	color: #fff;
	-webkit-transition:.5s; /*transitionで動きを*/
	-moz-transition:.5s;
	transition:.5s;
}
#Golf article a:hover{
	color: #C5AC43;
	text-decoration: none;
	padding-left: 20px;
}
@media screen and (max-width: 768px) {
	#Golf article:nth-of-type(2){
		flex-flow: wrap;
	}
	#Golf article main{
		width : 98%;
		margin-bottom: 0.9em;
	}

	#Golf article figure{
		width : 98%;
	}
	#Golf article figure img{
		width : 100%;
		height : auto;
	}
}

/*=======================================================================*/
/* 物件概要 */
/*=======================================================================*/
#Overview{
	background-color: #fff;
	padding: 5% 0 5% 0;

}
#Overview-inner{
	margin: 0px auto;
	width: 96%;
	max-width: 1100px;
	text-align: center;
}
#Overview-inner h2{
	font-family: "游明朝","Sawarabi Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	font-size : 2.2em;
	color: #000;
	font-weight: 600;
	letter-spacing: 0.2em;
	margin-bottom: 1.0em;
}
#Overview table{
	border: solid 1px #ccc;
	border-collapse: collapse;
	width : 80%;
	margin: 0 auto;
}
#Overview th,
#Overview td{
	border: solid 1px #ccc;
	text-align: left;
	padding: 5px;
}
#Overview th{
	white-space: nowrap;
	background-color: #eee;
}
@media screen and (max-width: 768px) {
	#Overview table{
		width : 100%;
		border: solid 0px #ccc;
	}
	#Overview th,
	#Overview td{
		display : block;
	}
	#Overview td{
		border: solid 0px #ccc;
		padding-bottom: 1.6em;
	}
}

/*=======================================================================*/
/* フッター */
/*=======================================================================*/
footer{
	background-image: url(../images/footer_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	padding: 5% 0 20% 0;

}
#footer-inner{
	margin: 0px auto;
	width: 96%;
	max-width: 1100px;
	text-align: center;

}
#footer-inner div a{
	background: -moz-linear-gradient(top, #FFD87E, #826A34);
	background: -webkit-linear-gradient(top, #FFD87E, #826A34);
	background: linear-gradient(to bottom, #FFD87E, #826A34);
	display: inline-block;
	font-family: "游明朝","Sawarabi Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	padding: 2% 10%;
	letter-spacing: 0.2em;
	border-radius: 5px;
	font-size : 2.8em;
	font-size: calc(2.0em + 4 * (100vw - 600px) / 400);
	font-weight: 600;
	color: #fff;
	text-shadow: 1px 2px 2px #000;
	text-decoration: none;
	-webkit-transition:.5s; /*transitionで動きを*/
	-moz-transition:.5s;
	transition:.5s;
}
@media screen and (max-width: 540px) {
	#footer-inner div a{
		padding: 2% 4%;
		letter-spacing: 0.1em;
		font-size : 1.6em;
		font-size: calc(1.5em + 10 * (100vw - 600px) / 400);
	}
}
#footer-inner div a:hover{
	text-decoration: none;
	color : #f00;
	text-shadow: 1px 2px 2px #fff;
}

#footer-inner h2{
	text-align: center;
	margin: 40px;
}
#footer-inner h2 img{
	dysplay : block;
	margin: 0 auto;
}
#footer-inner address,
#footer-inner p{
	color : #fff;
	font-style: normal;
	line-height: 1.6em;
}

#footer-inner ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 40px auto;
	text-align: center;
	width:23em;
	width: max-content;
}
#footer-inner li{
	padding: 2px 20px;
}
#footer-inner a{
	color: #fff;
	text-decoration: underline;
}

@media screen and (max-width: 540px) {
	#footer-inner address span{
		display : block;
	}
	#footer-inner ul{
		width: 100%;
	}
	#footer-inner li{
		width: 100%;
		padding-bottom: 20px;
	}
}

/*=======================================================================*/
/* ローディング */
/*=======================================================================*/
.loadingWrap {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-color: #fff;
	background-image: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000000;
}

body .spinner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}


body .loading{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 200px;
	height: 200px;
	text-align: center;
	font-size: 10px;
}

/*=======================================================================*/
/* トップへ戻る */
/*=======================================================================*/
.page_top {
	position: fixed;
	bottom: 80px;
	right: 10px;
	padding: 0 0;
	color: #fff;
	font-size: 20px;
	text-decoration: none;
	width: 56px;
	height: 56px;
	z-index: 1000006;
	text-indent: -9999px;
}


.page_top:before {
	content: '';
	width: 56px;
	height: 56px;
	background: #133683;
	border-radius: 50%;
	position: absolute;
	top: 0%;
	left: 0;
}
.page_top:after {
	content: '';
	width: 20px;
	height: 20px;
	border: 0px;
	border-left: solid 1px #fff;
	border-top: solid 1px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 18px;
	margin-top: -6px;
}
/*=======================================================================*/
/* 共通ボタン */
/*=======================================================================*/
.but01{
	text-align: center;
}

.but01 a{
	display: inline-block;
	padding: 20px 50px;
	color: #000;
	background-color: #d9d7d4;
	font-size : 1.2em;
	margin: 20px 0px 10px 0px;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.but01 a:hover{
	color:#fff;
	background-color:#b7183e;
}


/*=======================================================================*/
/* お問合せ・資料請求 */
/*=======================================================================*/

.request {
	position: fixed;
	display : block;
	z-index: 1000002;
	bottom: 0px;
	width : 100%;
	border-top: solid 1px #fff;
}
.request a{
	background-color: #00347d;
	display: block;
	text-align: center;
	font-family: "游明朝","Sawarabi Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	padding: 10px;
	letter-spacing: 0.2em;
	font-size : 1.4em;
	font-weight: 600;
	color: #fff;
	text-shadow: 1px 2px 2px #000;
	-webkit-transition:.5s; /*transitionで動きを*/
	-moz-transition:.5s;
	transition:.5s;
}
.request a:hover {
	background-color: #C5AC43;
	text-decoration: none;
}

/*=======================================================================*/
/* TELリンク */
/*=======================================================================*/
.tel{
	font-style: normal;
}
