@charset "utf-8";

/*=============================

common

=============================*/

/*---------------------------------

1:common

----------------------------------*/
.page-title {
    font-size: 15px;
    font-family: 'Marcellus', serif;
    font-weight: normal;
    position: absolute;
    left: 0;
    top: 25px;
}
.page-title:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 1px;
    background: #000;
    vertical-align: 5px;
    margin-right: 5px;
}
.page-contents {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: calc(100vh - 155px);
    min-height: 600px;
    padding: 130px 0 0 220px;
    position: relative;
	background-image: url(../img/pages/aboutus/aboutus_bg.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}

.page-sec {
	width: 100%;
    position: relative;
}

/* item slide */
.item-slide .swiper-button-next,
.item-slide .swiper-button-prev {
	margin-top:0;
	top: 24%;
}
.item-slide .swiper-button-next {
	right: -25px;
}
.item-slide .swiper-button-prev {
	left: -25px;
}
.item-slide .swiper-button-next:after,
.item-slide .swiper-button-prev:after {
    content: '';
    width: 18px;
    height: 18px;
    border-top: solid 2px #222;
    border-right: solid 2px #222;
    transform: rotate(45deg);
}
.item-slide .swiper-button-prev:after {
    transform: rotate(-135deg);
}
.item-slide .swiper-button-disabled {
	opacity: 0;
}

.item-slide .loadingWrap {
	background: rgba(255,255,255,0.5);
}


/*---------------------------------

about us

----------------------------------*/
#aboutus_bg {
	background-image: url(../img/pages/aboutus/aboutus_bg.png);
}
#page-aboutus p {
	font-size: 14px;
	line-height: 3;
}

/*---------------------------------

shop list

----------------------------------*/
#shop-list_bg {
	background-image: url(../img/pages/shoplist/shoplist_bg.png);
	background-position: left -40px bottom -20px;
}
#page-shoplist .thumb {
    margin-bottom: 25px;
}
#page-shoplist .thumb img {
    width: 100%;
}
#page-shoplist .info  {
    font-size: 14px;
    letter-spacing: 1px;
}
#page-shoplist .info .shop-name {
    font-size: 18px;
    margin-bottom: 15px;
}
#page-shoplist .info .shop-address {
    font-size: 14px;
	margin-bottom: 5px;
}
#page-shoplist .info .shop-address span {
	margin-right: 10px;
}
#page-shoplist .info .shop-address .map-link {
    display: inline-block;
    font-size: 15px;
    font-family: 'Marcellus', serif;
	letter-spacing:0;
    color: #222;
    border: solid 1px #222;
    padding: 1px 5px 2px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
#page-shoplist .info .shop-address .map-link:hover {
	color: #fff;
	background: #222;
}
#page-shoplist .info .shop-address {
	margin-bottom: 5px;
}
#page-shoplist .info .shop-open {
    padding: 10px 0;
    margin-top: 20px;
    border-top: solid 1px #222;
    border-bottom: solid 1px #222;
}

.arrow a {
    display: block;
    color: #222;
    width: 130px;
    height: 30px;
    border: solid 1px;
    text-align: center;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.arrow a:before,
.arrow a:after {
    content: '';
    display: inline-block;
}
.arrow a:before {
    width: 30px;
    height: 1px;
    background: #222;
}
.arrow a:after {
    width: 6px;
    height: 6px;
    border-top: solid 1px;
    border-right: solid 1px;
    transform: rotate(45deg);
    margin-left: -8px;
    position: relative;
    top: 2.5px;
}
.arrow a:hover {
	color: #fff;
	background: #222;
}
.arrow a:hover:before {
    background: #fff;
}



/*---------------------------------

service

----------------------------------*/
#service_bg {
	background-image: url(../img/pages/service/service_bg.png);
	background-position: left -40px bottom -20px;
}

#page-service .thumb {
    margin-bottom: 25px;
}
#page-service .thumb img {
    width: 100%;
}
#page-service .info  {
    font-size: 14px;
    letter-spacing: 1px;
}
#page-service .info .product-name {
    font-size: 18px;
    margin-bottom: 10px;
}


/*---------------------------------

404

----------------------------------*/
#page404 {
    text-align: center;
    margin-bottom: 100px;
}
#page404 .back a {
	color:#000;
	text-decoration:underline;
}












/* -----------------------------------

media query

------------------------------------- */
@media (max-width: 480px) {

    .page-contents {
		display: block;
		width: 100%;
        height: 100%;
		padding: 100px 0 50px;
	}
	.item-slide .swiper-button-prev {
		left: -15px;
	}
	.item-slide .swiper-button-next {
		right: -15px;
	}

/* service */
	.item-slide .swiper-slide {
		background: rgba(255,255,255,0.8);
		border: solid 1px #eee;
	}
	#page-service .info {
		font-size: 12px;
		padding: 0 20px 20px;
	}
	#page-service .info .product-name {
		font-size: 14px;
	}

/* shoplist */
    #page-shoplist .info {
		font-size: 12px;
		padding: 0 20px 20px;
	}
	#page-shoplist .info .shop-name {
		font-size: 14px;
		margin-bottom: 10px;
	}

}




@media (max-width: 480px) {

}



