#main {
	background-color: #e3f3ff;
	padding-bottom: 40px;
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
}
#main-box {
	background-image: url(images/main-sp.png);
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	padding-top: 130px;
	padding-bottom: 50px;
	background-position: center top;
	height: 580px;
}
#main h1 {
	font-size: 19px;
	line-height: 30px;
	/*font-family:  "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
	letter-spacing: 3px;
	padding-bottom: 30px;
}
#main p {
	font-size: 30px;
	line-height: 40px;
	font-family:  "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	letter-spacing: 3px;
	padding-bottom: 30px;
	font-weight: bold;
}
#main #banner-btn {
	transition: 0.3s ease-in-out;
	width:  280px;
	display: block;
	margin: 0px auto 0;
}
#main #banner-annex {
	transition: 0.3s ease-in-out;
	width: 280px;
	display: block;
	margin: 0px auto 10px;
}
@media only screen and  (max-width: 321px){
	#main #banner-btn {
		width:  280px;
	}
	#main #banner-annex {
		width:  280px;
	}
}
#main #banner-btn:hover {
	opacity: 0.6;
}
#main #banner-btn img{
	width: 100%;
}
#main #banner-annex:hover {
	opacity: 0.6;
}
#main #banner-annex img{
	width: 100%;
}

#main #private-btn {
	display: block;
	padding: 12px;
	width: 90%;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ff7f14;
	color: #FFF;
    position: relative;
	transition: 0.3s ease-in-out;
	line-height: 1.4em;
	font-size: 12px;
	/* [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: 13px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 22px;
	text-align: center;
	background-color: #093b74;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#main #page_nav {
	position: absolute;
	bottom: 20px;
	width:90%;
	left: 50%;
	transform: translateX(-50%);
}
#main #page_nav a {
	width: 50%;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom:5px;
}
#main #page_nav a.spe {
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom:5px;
}
#main #page_nav a.spe img{
	width: 50%;
	margin: 0 auto;
}

#contents .point-box {
	padding-bottom: 40px;
}
#contents .point {
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 50px;
}
#contents .point .pt {
	font-size: 18px;
	font-family:  "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-style: italic;
	padding-bottom: 25px;
	color: #051e55;
	font-weight: bold;
	text-align: center;
}
#contents .point .pt span {
	font-size: 36px;
	text-decoration: underline;
	font-family:  "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	padding-left: 4px;
}
.point h2 {
	font-size: 20px;
	font-family:  "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	padding-bottom: 10px;
	color: #051e55;
	line-height: 32px;
	text-align: center;
}
.point .detail  {
	font-size: 12px;
	line-height: 20px;
	padding-bottom: 15px;
}
#contents .arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
#contents .arrow::before,
#contents .arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
#contents .btn-point {
	background-color: #ff7f14;
	line-height: 48px;
	height: 48px;
	color: #FFF;
	display: block;
	text-align: center;
	transition: 0.3s ease-in-out;
	margin-top: 20px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	transition: 0.3s ease-in-out;
	font-weight: bold;
}
#contents .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);
}
#contents .btn-point:hover {
	background-color: #eb6b00;
}

#contents .point-ph {
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
}
.point-ph .glaf {
	padding-bottom: 20px;
}
#contents .thumbnail .thumb {
	width: 100px;
}
#map {
	background-color: #e3f3ff;
}
#service .point-ph img {
	width: 32%;
	padding-bottom: 5px;
}
#price {
	background-color: #e3f3ff;
	padding-bottom: 50px;
}
.vr{
	width: 100%;
	height: 178px;
	background-image: url("images/bg-vr.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	padding: 30px 0;
}
.vr p{
	font-size: 20px;
	line-height: 40px;
	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);
}
.vr{
	padding: 30px 15px;
}
.vr p{
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	padding: 0 0 10px 0;
}
.vr a{
	padding: 15px 30px 15px 15px;
	font-size: 14px;
}
