.section-title .text.font_normal{
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro W3", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
}

.vr_anchor_contents{
	width: 100%;
    padding-top: 28px;
    padding-bottom: 80px;
}

.vr_anchor_contents ul{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.vr_anchor_contents ul li{
    display: block;
	max-width: 245px;
    width: 100%;
    margin: 0px 3px;
}

.vr_anchor_contents ul li a{
	/*display: block;
    font-family: "HiraginoSans",sans-serif;
    font-weight: bold;
    text-align: center;
    position: relative;
	padding: 9px 5px 6px 5px;
    border: 2px solid #2e2e2e;
    font-size: 1.4rem;
    z-index: 1;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    cursor: pointer;
    overflow: hidden;*/
    
    
	margin: 0 0 0 auto;
    display: block;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
    position: relative;
    max-width: 250px;
    width: 100%;
    height: 50px;
    border: 2px solid #2e2e2e;
    background-color: #fff;
    font-size: 1.3rem;
    color: #2e2e2e;
    z-index: 1;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    cursor: pointer;
    overflow: hidden;
    
    
}

.vr_anchor_contents ul li a::before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #2e2e2e;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    z-index: -1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    
    
}
	.vr_anchor_contents ul li a:hover{
		color: #fff;
	}
	.vr_anchor_contents ul li a:hover::before{
	    -webkit-transform: scaleX(1);
	    transform: scaleX(1);
	    -webkit-transform-origin: left top;
	    transform-origin: left top;
	}


.vr_main_contents{
	margin-bottom:120px;
}
.vr_main_contents .vr_list{
	
}
	.vr_main_contents .anchor_contents{
		/*padding-top: 145px;*/
		padding-top: 80px;
	}
	/*.vr_main_contents .anchor_contents:first-child{
		padding-top: 80px;
	}*/
	.vr_main_contents .vr_row{
		max-width: 1140px;
	    width: 100%;
	    margin-bottom: 65px;
	    border: 2px solid #2e2e2e;
	}
		
		.vr_main_contents .ricoh-theta-tour-image,
		.vr_main_contents .ricoh-theta-spherical-image{
			width: 100% !important;
		}
		.vr_main_contents .ricoh-theta-tour-image div,
		.vr_main_contents .ricoh-theta-spherical-image div{
			/*width: 100% !important;*/
		}
		.vr_main_contents .vr_row iframe {
		    width: 100% !important;
		    height: 100% !important;
		}
		.vr_main_contents .vr_title{
		    font-family: "Futura", sans-serif;
			font-size: 6.2rem;
		    text-align: center;
		    border-bottom: 2px solid #2e2e2e;
		}

@media screen and (max-width: 770px) {
	
}
@media screen and (max-width: 520px) {
	.vr_anchor_contents{
	    padding-top: 5px;
	    padding-bottom: 35px;
	}
	.vr_main_contents .vr_title{
		font-size: 3.2rem;
	}
	.vr_main_contents .vr_row{
		margin-bottom: 100px;
	}
	.vr_anchor_contents ul li a{
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 370px) {
	
}