#header h1 {
	color: #fff; 
	font-size:10px; 
	font-weight:normal !important;
}
#header.scroll h1{
	color: #333;
	font-size: 10px;
	font-weight: normal !important;
}
#main {
	background-image: url(images/main.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	height: 605px;
	padding-top: 220px;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 26px;
}
#main h1 {
	font-size: 30px;
	line-height: 60px;
	/*font-family:  "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
	letter-spacing: 3px;
}
#main p {
	font-size: 50px;
	line-height: 60px;
	font-family:  "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	letter-spacing: 3px;
	font-weight: bold;
}
#main .banner-area {
	width: 940px;
	margin: 0 auto;
}
#main #banner-annex {
	transition: 0.3s ease-in-out;
	width: 430px;
	display: block;
	margin: 20px auto 0;
}
#main #banner-annex:hover {
	opacity: 0.6;
}
#main #banner-annex img{
	width: 100%;
}

#main #banner-btn {
	transition: 0.3s ease-in-out;
	width: 430px;
	display: block;
	margin: 20px auto 0;
}
#main #banner-btn:hover {
	opacity: 0.6;
}
#main #banner-btn img{
	width: 100%;
}

#main #private-btn {
	display: block;
	padding: 15px;
	width: 320px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ff7f14;
	color: #FFF;
	transition: 0.3s ease-in-out;
    position: relative;
	line-height: 1.4em;
	/* [disabled]visibility: hidden; */
}
#main #private-btn:hover {
	background-color: #eb6b00;
}
#main #private-btn.blue {
	background-color: #093b74;
}
#main #private-btn.blue :hover {
	background-color: #042a56;
}

#private-btn::before{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 20px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.h2-e {
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 36px;
	text-align: center;
	background-color: #093b74;
}

#page_nav  {
	padding-top: 60px;
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
}
#page_nav a {
	display: block;
	width: 216px;
}
#page_nav img{
transition: all 0.3s;
	width: 100%;
}
#page_nav img:hover{
transform: translate(0px,3px);
}
#contents .point-box {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 65px;
	padding-bottom: 65px;
}
#contents .point {
	width: 500px;
	padding-right: 60px;
}
#contents .point .pt {
	font-size: 38px;
	font-family:  "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-style: italic;
	padding-bottom: 35px;
	color: #051e55;
	font-weight: bold;
}
#contents .point .pt span {
	font-size: 54px;
	text-decoration: underline;
	font-family:  "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	padding-left: 4px;
}
.point h2 {
	font-size: 26px;
	font-family:  "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	padding-bottom: 30px;
	color: #051e55;
	line-height: 36px;
}
.point .detail  {
	font-size: 14px;
	line-height: 32px;
	padding-bottom: 20px;
}
.arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.btn-point {
	background-color: #ff7f14;
	line-height: 66px;
	height: 66px;
	color: #FFF;
	width: 325px;
	display: block;
	text-align: center;
	transition: 0.3s ease-in-out;
	font-weight: bold;
}
.btn-point::before{
    left: 10px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn-point:hover {
	background-color: #eb6b00;
}

#contents .point-ph {
	width: 500px;
}
.point-ph .glaf {
	padding-bottom: 40px;
}
#map {
	background-color: #e3f3ff;
}
#map .point {
	padding-left: 45px;
	padding-top: 25px;
}
#service {
	/* [disabled]background-color: #e3f3ff; */
}
#service .point {
	padding-top: 80px;
}
#service .point-ph img {
	padding-bottom: 10px;
}
#price {
	background-color: #e3f3ff;
	text-align: center;
}
#price .point {
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	padding-top: 70px;
	padding-bottom: 50px;
	width: 800px;
}
.vr{
	width: 100%;
	height: 209px;
	background-image: url("images/bg-vr.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	padding: 35px 0;
}
.vr p{
	font-size: 20px;
	line-height: 32px;
	font-weight: bold;
	padding: 0 0 10px 0;
}
.vr a{
	padding: 20px 40px 20px 25px;
	background: #093b74;
	color: #FFF;
	text-align: center;
	position: relative;	
	display:inline-block;
	transition: 0.3s ease-in-out;
}
.vr a:hover{
	background: #042a56;
}
.vr a::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	width: 6px;
	height: 6px;
	margin: -5px 0 0 0;
	border-top: solid 2px #FFF;
	border-right: solid 2px #FFF;
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
}
