@charset "utf-8";
.fadein {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 500ms;
}
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}
*{
font-family: vdl-admin, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 100px;
}

.content_wraper {
    width: 100%;
    padding: 2% 0 0 2%;
    box-sizing: border-box;
    position: relative;
}

@media screen and (max-width:750px) {

	.content_wraper{
		padding: 0;
	}
}

@media screen and (max-width:750px) {

	.cookie_poricy{
		padding: 0 0 10% 40%;
	}
}

p{
	line-height: 1.5;
}

@media screen and (max-width:750px) {

	p{
		text-align: left;
		padding: 0;
		font-size: 13px;
		line-height: 1.8;
	}
}

@media screen and (max-width:750px) {

	p a{
		font-size: 10px;
	}
}

a:hover img{
	opacity: 0.7;
}
a:hover{
	opacity: 0.7;
}
/*gnav*/
.sitelogo {
    height: 10%;
    min-height: 51px;
}

@media screen and (max-width:750px) {

	.sitelogo{
		padding: 4% 0 4% 4%;
	 	min-height: auto;
	 	width: 40%;
	}
}

.sitelogo img{
	width: 15%;
}

@media screen and (max-width:750px) {

	.sitelogo img{
		width: 100%;
	}
}

.content_wraper .humber__bar{
	position: absolute;
	top: 4.5%;
	right: 10%;
	font-size: 35px;
	position: fixed;
	z-index: 999;
	display: none;
}

@media screen and (max-width:750px) {

	.content_wraper .humber__bar{
		display: block;
		top: 3.5%;
	}
}

.content_wraper .cross__bar{
	position: absolute;
	top: 4.5%;
	right: 10%;
	font-size: 35px;
	position: fixed;
	z-index: 999;
	display: none;
}

@media screen and (max-width:750px) {

	.content_wraper .cross__bar{
		display: none;
	}
}

@media screen and (max-width:750px) {

	.content_wraper .cross__bar.active{
		display: block;
	}
}

.content_wraper .gnav {
    width: 20%;
    float: left;
    padding-left: 1%;
    box-sizing: border-box;
    margin-top: 8%;
}

@media screen and (max-width:750px) {

	.content_wraper .gnav{
		width: 100%;
		padding-bottom:12%;
		display: none;
		background-color: #ddd;
		padding-left:0;
		margin-top: 0;
	}
}

@media screen and (max-width:750px) {

	.content_wraper .gnav.active{
		display: block;
	}
}

@media screen and (max-width:750px) {

	.gnav ul{
		display: block;
		width: 78%;
		margin: 0 auto;
	}
}

.gnav li{
	   margin-bottom: 10%;
	   padding-top: 5%;
}

@media screen and (max-width:750px) {

	.gnav li{
		padding-bottom: 10%;
		border-bottom: #fff 1px dashed;
	}
}

@media screen and (max-width:750px) {

	.gnav li:first-of-type{
		padding-top: 10%;
	}
}

@media screen and (max-width:750px) {

	.gnav li a{
		width: 90%;
		margin: 0 auto;
		padding-bottom: 10%;
		border-bottom: #fff 1px dashed;
	}
}

.gnav img{
	display: block;

}

@media screen and (max-width:750px) {

	.gnav img{
		 
	}
}

.gnav_address {
    margin-top: 49px;
    font-size: 0.8vw;
    text-indent: -0.5em;
}

@media screen and (max-width:750px) {

	.gnav_address{
		 margin-top: 27px;
	}
}

@media screen and (max-width:750px) {

	.gnav p{
		font-size: 15px;
		padding-left: 11%;
	}
}

.gnav_address p:last-child{
	text-indent: -5em;
    padding-left: 4.5em;
    line-height: 1.1;
    padding-top: 3px;
}

@media screen and (max-width:750px) {

	.gnav_address p:last-child{
		padding-left: 29.5%;
		padding-top: 5%;
	}
}

/*content*/
.content{
	width: 80%;
	float: left;
}

@media screen and (max-width:750px) {

	.content{
		float: none;
		width: 100%;
	}
}

.content .main_v{
	margin: 0 0 10px 0;
}

@media screen and (max-width:750px) {

	.content .main_v{
		overflow: hidden;
	}
}

.content .main_v img{
	width: 100%;
}

@media screen and (max-width:750px) {

	.content .main_v img{
	-webkit-transform: scale(1.6);
	   -moz-transform: scale(1.6);
	    -ms-transform: scale(1.6);
	     -o-transform: scale(1.6);
	        transform: scale(1.6);
	}
}

.cont_blocks{
	margin-bottom: 65px;
}

.content .cont_ttl{
	text-align: center;
	margin-bottom: 2%;
	height: 2vh;
    min-height: 30px;
}

@media screen and (max-width:750px) {

	.content .cont_ttl{
		padding:0 0 18% 0;
		width: 35%;
		margin:0 auto ;
		overflow: hidden;
	}
}


.content .cont_ttl img{
	height: 100%;
}

@media screen and (max-width:750px) {

	.content .cont_ttl img{
		width: 100%;
	}
}

.link_border a{
    display: inline-block;
}

.link_border img{
    height: 3vh;
    min-height: 30px;
}

@media screen and (max-width:750px) {

	.link_border img{
		height: auto;
	}
}

/*lower pages*/
.lower_pages .bread{
	text-align: right;
	margin:0 50px 62px 0;
}

@media screen and (max-width:750px) {

	.lower_pages .bread{
		display: none;
	}
}

.lower_pages .bread span{
	display: inline-block;
}
/*.lower_pages{

	margin-bottom: 40px;
}*/

/*footer*/

.footer > p a{
	font-family: 游ゴシック体, 游ゴシック, YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
}
.footer .txt_contactus{
	width: 260px;
	margin: 0 auto;
}

@media screen and (max-width:750px) {

	.footer .txt_contactus{
		width: 60%;
		padding: 2% 0 2% 0;
	}
}

/*.footer .footbtn {
	padding: 0 40px;
}*/
.footer .footbtn div{
	margin-bottom: 34px;
}



.footer .footbtn div div{
	margin-bottom: 0;
	width: 47%;
}

@media screen and (max-width:750px) {

	.footer .footbtn div div{
		width: 100%;
		display: block;
		margin-bottom: 34px;
	}
}

.footer .footbtn a img{
	width: 30%;
}

@media screen and (max-width:750px) {

	.footer .footbtn a img{
		width: 100%;
	}
}

.footbtn_box{
	width: 70%;
	margin: 0 auto;
}

@media screen and (max-width:750px) {

	.footbtn_box{
		width: 87%;
	}
}

/*.footbtn_box div:first-child{
	margin-right: 10%;
}*/
.footer .footbtn_box div a img{
	width: 100%;
}

.footer .footnav{
	background: url(../img/cmn/foot_bg.png) no-repeat;
	background-size: 100%;
	background-position: bottom 50% right;
	padding: 5% 0 0 41%;
	height: 226px;
	/*
	    background-position: bottom right;*/
}

@media screen and (max-width:750px) {

	.footer .footnav{
		padding: 7% 6.5% 3% 6.5%;
		height: auto;
		background-size: cover;
	}
}

.footer .footnav ul img{
	height: 10px;
}

@media screen and (max-width:750px) {

	.footer .footnav ul img{
		width: 100%;
		height: 13px;
	}
}

.footer .footnav li{
	margin-bottom: 12px;
}

@media screen and (max-width:750px) {

	.footer .footnav li{
		margin-bottom: 0;
		width: 97%;
		display: inline-block;
		border-bottom: #aaa 1px dashed;
	}
}

@media screen and (max-width:750px) {

	.footer .footnav li a{
		padding: 7% 0;
		display: block;
	}
}

/*copyright*/

.copyright div:first-child{
	margin: 26px auto 15px;
	width: 115px;
}

@media screen and (max-width:750px) {

	.copyright div:first-child{
		width: 30%;
	}
}

.copyright div:last-child{
	margin: 0 auto 29px;
	width:280px;
}

@media screen and (max-width:750px) {

	.copyright div:last-child{
		width: 70%;
	}
}


@media screen and (max-width: 768px) {
.fadein {
    opacity : 1;
    transform : translate(0, 50px);
    transition : 0;
}

@media screen and (max-width:750px) {

	.fadein {
		transform :none;
	}
}

@media screen and (max-width:750px) {

	.fadein img{
		width:100%;
	}
}

.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 50px);
}

@media screen and (max-width:750px) {

	.fadein.scrollin {
		transform :none;
	}
}

}

html, body {
    width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
}

