@charset "UTF-8";


footer{
	height:170px;
    width:100%;
	overflow:hidden;
}

address{
	background-image: url("../img/cloud_footer@2x.png");
	background-position: top center;
	background-repeat: repeat-x;
	background-size: auto 25px;
	opacity: 0;
	width: 100vw;
	padding-top: 24px;
	font-style: normal;
}

.address_in{
	animation: add_fadein .5s linear 1s forwards;
	-webkit-animation: add_fadein .5s linear 1s forwards;
}

@keyframes add_fadein {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@-webkit-keyframes add_fadein {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

.address_wrap{
	position: relative;
	width: 100vw;
	background-color: #f7da9a;
	height: 110px;
}

.address_inner{
	width: 80vw;
	max-width: 1000px;
	min-width: 845px;
	margin: 0 auto;
	display: flex;
}

.address_inner h2{
	font-style: normal;
    font-family: 'Train One';
    text-transform: uppercase;
	font-size: 2.6rem;
	line-height: 1.6;
}

.address_inner h2 span{
	display: block;
	font-size: 1.4rem;
}

.address_inner h2 span:before, .address_inner h2 span:after{
	display: inline-block;
	content: "-";
	position: relative;
}

.address_inner h2 span:before{
	margin-right: 5px;
}

.address_inner h2 span:after{
	margin-left: 5px;
}

.address_inner ul{
	display: flex;
	justify-content: space-between;
    width: calc(1000px - 200px);
    margin-left: 50px;
}

.address_inner li{
	padding-left: 15px;
	font-size: 1.4rem;
    line-height: 1.6;
	letter-spacing: 0.1em;
	position: relative;
}

.address_inner li:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 95%;
    margin: auto;
    background-image: linear-gradient(to bottom, #5a4a42, #5a4a42 5px, transparent 5px, transparent 10px);
    background-size: 1px 10px;
    background-repeat: repeat-y;
    display: block;
  }

.fs16rem{
	font-size: 1.8rem;
}


.footer-top {
     position:fixed;
     bottom:0;
     left:0;
     overflow:hidden;
     width:100%;
     height:110px;
	z-index: 5;
}

.footer-top.static {
     position:static;
	animation: add_fadein 0s linear 0s forwards;
	-webkit-animation: add_fadein 0s linear 0s forwards;
}

.footer-top.open {
	position: static;
	opacity: 1;
}

small{
	width: 100vw;
	height: 60px;
	background-color: #f7da9a;
	display: block;
	text-align: center;
	border-top: 1px solid rgba(255,255,255,0.7);
	font-size: 1.2rem;
	padding-top: 15px;
}

.totop_wrap{
	width: 100vw;
    background-color: #fff7dd;
}

.totop{
	width: calc(100vw - 90px);
    margin: 0 auto;
	padding-top: 100px;
	padding-bottom: 50px;
    display: flex;
    justify-content: flex-end;
}

.index .totop{
	padding-top: 0;
}

.totop a{
	width: 64px;
	height: 64px;
	display: block;
}

.totop a img{
	width: 100%;
	height: 100%;
}


/* SP版上書き ---------------------------------------- */

@media screen and (max-width:812px) {
	footer{
		height: 134px;
	}
	
	.footer-top{
		height: 74px;
	}
	
	.footer-top.open{
		position: fixed;
	}
	
	.address_wrap{
		height: 50px;
	}
	
	.address_wrap a{
		display: block;
		text-align: center;
		width: 250px;
		margin: 0 auto;
		border: dashed 2px #ffcd2c;
		background-color: #fff;
		border-radius: 20px;
	}
	
	small {
		background-color: transparent;
		border-top:0;
		height: 100px;
	}
	
	.index small, .antei small {
		background-color: #fff7dd;
	}
	
	.totop{
		padding-top: 50px;
		padding-bottom: 0;
		width: 90vw;
	}
	
	.index .totop {
		padding-top: 50px;
	}
	
	.totop a {
		width: 50px;
		height: 50px;
	}
}
	

/* iphone5以下 ---------------------------------------- */
@media screen and (max-width:320px) {	

}








