@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:500&subset=japanese');

.bg-grey{
	background: #efefef;
}

.sec-01.bg-grey{
	padding-top: 60px;
	padding-bottom: 60px;
}

.sec-01.bg-white p{
	font-family: 'Noto Serif JP', serif;
}

section#shoplist-wp{
	margin-top: 0px;
}

.sp-only {
	display: none;
}
/*WRAP01*/
.wrap01 {
    padding-top: 55px;
    background: #FFF;
    padding-bottom: 30px;
}
.wrap01-title h2 {

	font-size: 40px;
	line-height: 1;
	font-feature-settings: 'palt';
	margin-bottom: 70px;
	color: #000;
}
.wrap01-title p {
	font-size: 15px;
	color: #969696;
	margin-bottom: 60px;
}

.xlargeImage { background: #F7F7F7; margin-bottom: 80px;}
.xlargeImage img{ margin: 0 auto; }

.py-10{padding: 10px 0;}
.pt-0{padding-top: 0px !important;}
.mt-30{margin-top: 30px;}
.mb-70{margin-bottom: 70px !important;}
.mb-85{margin-bottom: 85px !important;}
.mb-0{margin-bottom: 0 !important;}


/*sec-01*/
.sec-01 {
	position: relative;
}
.sec-01 img {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}
.sec-01 h2 {
	color: #1a1a1a;
	font-size: 30px;
	line-height: 2;
	letter-spacing: 3px;
	text-align: center;
}
.sec-01 h3 {
	text-align: center;
	margin-bottom: 30px;
}

.sec-01 .img2 {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px 0;
}
.sec-01 .img2 img {
	max-width: 343px;
	margin: 0 15px;
}

.sec-01 .img3 {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px 0;
}
.sec-01 .img3 img {
	width: 50%;
	margin: 0;
}

@media screen and (max-width: 800px) {
	.sec-01 .img3 img {
		width: 75%;
	}
}

@media screen and (max-width: 480px) {
	.sec-01 .img3 img {
		width: 100%;
	}
}

.mv-heading{
	font-family: 'Noto Serif JP', sans-serif;
	font-weight: 500;
}

.abu{color: #4D4D4D;}
.coklat{color: #603813; font-weight: 900;}
.hijau{color: #748F63; font-weight: 900;}

.sec-01 p {
	color: #4D4D4D;
	font-size: 20px;
	font-feature-settings: "palt";
	letter-spacing: 1px;
	text-align: center;
	line-height: 2;
}

/*WRAP02*/
.wrap02 {
    background: #efefef;
    padding-top: 70px;
}
.wrap02-rows {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 70px;
    height: 992px;
    overflow: hidden;
    position: relative;
}
.shop-image-left {
	display: flex;
	margin: 5px;
	width: 700px;
	height: 100%;
	border-radius: 5px;
	box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.1);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.shop-image-right {
	display: flex;
	margin-left: auto;
	margin-right: 10px;
	width: 700px;
	height: 100%;
	background-color: #484848;
	border-radius: 5px;
	box-shadow: 1px -1px 10px 1px rgba(0,0,0,0.2);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.free1 {
	background-image: url(../img/yosoou-bbg-3.png);
}
.free2 {
	background-image: url(../img/yosoou-bbg-4.jpg);
}
.shop-content {
    position: absolute;
    padding: 30px;
    width: 550px;
    z-index: 1;
    background-color: #FFF;
}

.top-70{top: 70px;}
.top-135{top: 135px;}

.right-content {
	right: 13px;
	-webkit-box-shadow: 13px 13px 0px 0px rgba(176,176,176,1), -1px -1px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 13px 13px 0px 0px rgba(176,176,176,1), -1px -1px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 13px 13px 0px 0px rgba(176,176,176,1), -1px -1px 5px 0px rgba(0,0,0,0.1);
}
.left-content {
	left: 5px;
	-webkit-box-shadow: 13px 13px 0px 0px rgba(176,176,176,1), -1px -1px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 13px 13px 0px 0px rgba(176,176,176,1), -1px -1px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 13px 13px 0px 0px rgba(176,176,176,1), -1px -1px 5px 0px rgba(0,0,0,0.1);
}
.shop-content .shop-info {
	position: relative;
	width: 100%;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
}
.shop-content .shop-info:last-child {
	padding-bottom: 0;
	margin-top: 30px;
	border-bottom: 0;
}
.shop-info .info-btn {
	position: absolute;
	padding: 1px 0;
	top: 0;
	right: 0;
	text-transform: uppercase;
	font-size: 13px;
	border: 1px solid #000;
	color: #000;
	width: 100px;
	text-align: center;
	text-decoration: none;
	letter-spacing: 1px;
	font-family: 'Roboto';
}
.shop-info .info-btn i {
	position: absolute;
	right: 5px;
	top: 5px;
}
.shop-info .info-btn:hover {
	background-color: #000;
	color: #FFF;
}
.shop-info p.title {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 15px;
	line-height: 1;
}
.shop-info ul li {
	font-size: 13px;
	line-height: 160%;
	font-feature-settings: "palt";
}
.shop-info ul li.ket{
	font-weight: 700;
	background-color: #e5e5e5;
	margin-left: 20px;
	padding: 5px 5px 5px 10px;
}
.shop-info ul li.map {
	list-style-image: url(../img/map.png);
	margin-left: 20px;
}
.shop-info ul li.item-phone {
	list-style-image: url(../img/phone.png);
	margin-left: 20px;
}
.shop-info ul li i {
    font-size: 18px;
    padding-right: 10px;
    font-weight: bold;
}
.shop-info .ntd-2 {
	padding-left: 25px;
}
.ntd-2 img {
    margin-top: 5px;
    margin-right: 5px;
}
.ntd-2 a {
    text-decoration: underline !important;
}
.shop-info ul li a {
    color: #333333;
    text-decoration: none;
}
.fa-maps {
    width: 15px;
    height: 15px;
    float: left;
}
.shop-info .item-phone {
	padding-top: 15px;
	padding-bottom: 15px;
}
.shop-content .mb-20 {
	margin-bottom: 20px;
}
.one-cont {
	top: 30%;
}
.one-shop {
	margin-top: 0 !important;
}

/*WRAP03*/
.wp01 {
    padding-top: 90px;
    background: #FFF;
    padding-bottom: 70px;
}
.wp01-left {
    text-align: right;
}
.wp01-rows {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 25px;
}
.wp01-rows a {
    width: 50%;
    text-decoration: none;
    color: inherit;
}
.wp01-rows a.wp01-pd {
    padding-left: 2px;
}
.wp01-img {
    width: 100%;
    height: 400px;
    background-size: cover !important;
}
#wpimg01 {
    background: url(../../img/wp01-img.png) center center no-repeat;
}
#wpimg02 {
    background: url(../../img/wp01-img1.png) center center no-repeat;
}
.wp01-rows a p {
    font-size: 15px;
    line-height: 160%;
    color: #333333;
    margin-top: 25px;
    margin-bottom: 3px;
}
.wp01-rows a span.wp01-date {
    font-size: 12px;
    color: #969696;
}

.last-sec{
	padding-bottom: 0;
}

table {
	margin: auto;
	width: 455px;
}

.sec-01 table td p {
	text-align: left;
	margin-left: 30px;
	color:#000099
}


@media screen and (max-width: 1024px) {
	.wrap01-title h2 {
		margin-bottom: 40px;
	}
	.wrap01-title p {
		margin-bottom: 30px;
	}
	.shop-image-left {
		width: 650px;
	}
	.shop-image-right {
		width: 650px;
	}
	.shop-content {
		width: 500px;
	}
	/*.shop-content .mb-20 {
		margin-bottom: 40px;
	}*/
}
@media screen and (max-width: 960px) {
	.wrap01-title h2 {
		font-size: 30px;
	}
	.shop-image-right {
		width: 550px;
	}
	.shop-image-left {
		width: 550px;
	}
}
@media screen and (max-width: 860px) {
	.wrap02-rows {
		height: unset;
	}
	.shop-image-left {
		display: block;
		background-position: top;
		width: 100%;
		height: 300px;
		margin: 0;
		border-radius: 5px 5px 0 0;
	}
	.shop-image-right {
		display: block;
		background-position: top;
		width: 100%;
		height: 300px;
		margin: 0;
		border-radius: 5px 5px 0 0;
	}
	.shop-content {
		position: relative;
		width: 100%;
		top: -13px;
	}
	.left-content {
		left: -13px;
	}
	.shop-info .info-btn {
		position: relative;
	    width: 100%;
	    padding: 13.5px 0;
	    box-sizing: border-box;
	    margin-top: 30px;
	}
	.shop-content .mb-20 {
		margin-bottom: -15px;
	}
	.shop-info .info-btn i {
	    font-size: 18px;
	    position: absolute;
	    right: 20px;
	    top: 15px;
	}
	.sec-01 p {
		font-size: 17px;
	}
}
@media screen and (max-width: 640px) {
	.wp01 {
		padding-top: 42px;
	}
	.wrap02 {
		margin-top: 0 !important;
	}
	.wrap02-rows {
		margin-bottom: 40px;
	}
	table {
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.pc-only {
		display: none;
	}
	.sp-only {
		display: block;
	}
	.wrap01 {
		padding-bottom: 50px;
	}
	.wrap01-title h2 {
		font-size: 20px;
		margin-bottom: 15px;
		line-height: 1.3;
	}
	.wrap01-title p {
		font-size: 12px;
		margin-bottom: 15px;
	}
	.sec-01 img {
		margin-bottom: 15px;
	}
	.sec-01 .img2 img {
		max-width: 50%;
		margin: 0;
	}
	.sec-01 h2 {
		font-size: 24px;
		margin-bottom: 5px;
		line-height: 1.6;
		letter-spacing: 1px;
	}
	.sec-01 p {
		font-size: 15px;
		line-height: 1.8;
		text-align: center;
	}
	.sec-01 p br.sp-only {
		display: block;
	}
	.sec-01 p br.m-bt {
		line-height: 35px;
	}
	.wrap02 {
		padding-top: 30px;
	}
	.shop-image-left {
		height: 213px;
	}
	.shop-image-right {
		height: 213px;
	}
	.shop-content {
		padding: 30px 20px 30px 33px;
	}
	.shop-info p.title {
		font-size: 20px;
	}
	.shop-info ul li {
		font-size: 11px;
	}
	.shop-info ul li i {
		font-size: 13px;
	}
	.shop-info .item-phone {
		padding-bottom: 0;
	}
	.shop-content .mb-20 {
		margin-bottom: 17px;
	}
	.shop-info ul li.ml-10 {
		margin: 10px 0 -5px;
	}
	.shop-info ul li.map {
		list-style-image: url(../img/map-sp.png);
		margin-left: 20px;
	}
	.shop-info ul li.item-phone {
		list-style-image: url(../img/phone-sp.png);
		margin-left: 20px;
	}

	.xlargeImage {margin-bottom: 45px;}
	.mb-85{margin-bottom: 30px !important;}
	.mb-70{margin-bottom: 30px !important;}


}
@media screen and (max-width: 320px) {
	.shop-info p.title {
		line-height: 1.3;
	}
	.sec-01 p {
		font-size: 12px;
	}
	.sec-01 table td p {
		margin-left: 20px;
	}
}
	
