@charset "utf-8";

/*-------------------
アニメーション
-------------------*/
.fadeup {
    opacity: 0;
    transform: translateY(100px);
    transition-duration: .5s;
}
.fadeup.show {
    opacity: 1;
    transform: translate(0, 0);
}

/*-------------------
common
-------------------*/
.omekashi {
	padding: 0 0 150px;
	background: #f4ede6;
	color: #51432c;
	font-size: 25px;
	text-align: center;
}
.omekashi a {
	color: #51432c;
	text-decoration: none;
}
.omekashi .sections {
	padding: 250px 0 0;
}
.omekashi p {
	margin: 70px auto 0;
	line-height: 2;
	letter-spacing: 0.1em;
}
.omekashi p:first-child {
	margin-top: 0;
}
.omekashi a:hover img {
	opacity: 0.7;
}

/* 共通ボタン */
.omekashi .btn_area {
	max-width: 750px;
	width: 85%;
	margin: 180px auto 0;
}
.omekashi .btn_area div {
	margin: 60px auto 0;
}
.omekashi .btn_area a {
	display: block;
	position: relative;
	padding: 25px 0;
	border-radius: 14px;
	background: #fff;
	font-size: 110%;
}
.omekashi .btn_area .dress a {
	background: #fff url(../images/icon_ribon.png) 15% -10px / auto 110% no-repeat;
}
.omekashi .btn_area .reserve a {
	box-sizing: border-box;
	border: 2px solid #dac3ad;
	box-shadow: 7px 5px 0 0 #dac3ad;
}
.omekashi .btn_area .reserve a:before {
	display: block;
	position: absolute;
	top: -45px;
	right: 5%;
	width: 14%;
	height: 100%;
	background: url(../images/icon_crown.png) center top / contain no-repeat;
	content: "";
}
.omekashi .btn_area .plan a {
	box-sizing: border-box;
	padding: 40px 0;
	border: 2px solid #dac3ad;
	background: #fff url(../images/icon_plan.png) right top / auto 90% no-repeat;
	box-shadow: 7px 5px 0 0 #dac3ad;
}

/* 各セクション共通箇所 */
.sections .desc_box {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	width: 80%;
	margin: 50px auto 0;
}
.sections .desc_box > div:nth-child(1) {
	width: 49%;
	margin: 0 1% 0 0;
}
.sections .desc_box > div:nth-child(2) {
	width: 49%;
	margin: 0 0 0 1%;
}
.sections .desc_box.img_right > div:nth-child(2) {
	order: 1;
}
.sections .desc_box.img_right > div:nth-child(1) {
	order: 2;
}

/*-------------------
main_img
-------------------*/
.main_img {
	position: relative;
	padding: 100px 0 0;
}
.main_img:before {
	display: block;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/white_dot.png) center top / contain repeat-x;
	content: "";
}
.main_img:after {
	display: block;
	position: absolute;
	z-index: 3;
	top: 80px;
	right: 20%;
	width: 30%;
	height: 7%;
	background: url(../images/copy.png) center top / contain no-repeat;
	content: "";
}
.main_img .slide .slick-slide {
	overflow: hidden;
	margin: 0 0.2%;
	border-radius: 48% 48% 0 0/36% 36% 0 0;
}
.main_img .slide .slick-slide img {
	width: 100%;
}
.main_img h1 {
	position: relative;
	z-index: 2;
	width: 29%;
	margin: -50px auto 0;
}
.toptext {
	position: relative;
	margin: -40px auto 0;
	padding: 12% 0;
	background: #fff url(../images/toptext_bg_top.jpg) center top / contain no-repeat;
}
.toptext:before {
	display: block;
	position: absolute;
	top: -28%;
	left: 18%;
	width: 19%;
	height: 46%;
	margin: 0 auto;
	background: url(../images/toptext_img.png) center center / contain no-repeat;
	content: "";
}
.toptext:after {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	margin: 0 auto;
	background: url(../images/toptext_bg_bottom.jpg) center bottom / contain no-repeat;
	content: "";
}
.toptext p {
	position: relative;
	z-index: 2;
}

/*-------------------
coordinate
-------------------*/
.many_fashion {
    background-color: #FFEFAC;
    width: 60%;
    margin: 0 auto;
    padding: 50px 0;
}
#coordinate h2 {
    background-color: #fff;
    border: 3px solid #52432c;
    padding: 10px;
    box-shadow: 6px 6px #52432c;
    font-size: 30px;
    position: relative;
}
#coordinate h2:before {
    content: "";
    background: url(../images/coordinate/desc_img.png)left top /contain no-repeat;
    width: 393px;
    height: 233px;
    position: absolute;
    top: -210px;
    left: 0;
    right: 0;
    margin: auto;
}
.omekashi #coordinate p {
    margin: 20px auto;
}
.many_fashion img {
    width: 65%;
}
/*-------------------
gallery
-------------------*/
#gallery .gallery_box {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	margin: 200px auto 0;
	padding: 0 12%;
}
#gallery .gallery_box.ohisama {
	background: url(../images/gallery/ohisama/bg.png) left top / contain no-repeat;
}
#gallery .gallery_box.eikoku {
	background: url(../images/gallery/eikoku/bg.png) left 45% / contain no-repeat;
}
#gallery .gallery_box.tea_time {
	padding-bottom: 70px;
	background: url(../images/gallery/tea_time/bg.png) left bottom / contain no-repeat;
}
#gallery .gallery_box.monosiri {
	margin-top: 40px;
	padding-top: 90px;
	padding-bottom: 50px;
	background: url(../images/gallery/monosiri/bg.png) left top / contain no-repeat;
}
#gallery .gallery_box > div {
	width: 42%;
	margin: 0 3%;
}
#gallery .gallery_box > div:nth-child(1) {
	overflow: hidden;
	border-radius: 48% 48% 0 0/36% 36% 0 0;
}
#gallery .gallery_box > div:nth-child(1) img {
	width: 100%;
}
#gallery .gallery_box.img_right > div:nth-child(2) {
	order: 1;
}
#gallery .gallery_box.img_right > div:nth-child(1) {
	order: 2;
}
#gallery .gallery_box .title {
	color: #51432c;
	font-size: 130%;
}
#gallery .gallery_box p {
	margin-top: 10px;
	color: #988973;
	font-size: 90%;
  line-height: 1.7;
}
#gallery .gallery_box p.shop {
    font-size: 60%;
}
#gallery .gallery_box p.shop span {
    background-color: #52432c;
    padding: 5px;
    border-radius: 7px;
    margin-right: 1em;
    color: #fff;
}
p.shop {
	text-align: left;
}
#gallery .gallery_box ul {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
	-webkit-justify-content: center;
}
#gallery .gallery_box.eikoku ul {
	margin-bottom: 100px;
}
#gallery .gallery_box li {
	width: 29.3%;
	margin: 20px 2% 0;
}
#gallery .gallery_box li a {
	display: block;
	overflow: hidden;
	position: relative;
	border-radius: 14px;
}
#gallery .gallery_box li a:before {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	content: "";
}
#gallery .gallery_box li a:after {
    display: block;
    position: absolute;
    right: 3px;
    bottom: 2px;
    width: 30px;
    height: 30px;
    background: url(../images/icon_zoom.png) center center / contain no-repeat;
    content: "";
}

/*-------------------
howto
-------------------*/
#howto .btn_area {
	position: relative;
	margin-top: 330px;
}
#howto .btn_area:before {
	display: block;
	position: absolute;
	z-index: 2;
	bottom: 39%;
	left: -7%;
	width: 32%;
	height: 146%;
	background: url(../images/btn_area_img.png) center center / contain no-repeat;
	content: "";
}

/*-------------------
news
-------------------*/
#news > div {
	margin: 120px auto 0;
}
#news h2 {
	display: block;
	padding: 70px 0;
	background: url(../images/news/title_bg.png) center center / contain no-repeat;
}

/*--------------------
sp
---------------------*/
@media screen and (max-width:640px) {
	#wrapper div#sb-site {
		padding-top: 0;
	}

    /*-------------------
    アニメーション
    -------------------*/
    .fadeup {
        transform: translateY(50px);
        transition-duration: .2s;
    }

	/*-------------------
    common
    -------------------*/
	.omekashi {
		padding-bottom: 60px;
		font-size: 17px;
	}
	.omekashi p {
		margin-top: 30px;
	}
	.omekashi .sections {
		padding-top: 150px;
	}

	/* 共通ボタン */
	.omekashi .btn_area {
		margin-top: 60px;
	}
	.omekashi .btn_area div {
		margin-top: 30px;
	}
	.omekashi .btn_area a {
		padding-top: 18px;
		padding-bottom: 18px;
	}
	.omekashi .btn_area .dress a {
		background: #fff url(../images/icon_ribon.png) -5px -5px / auto 100% no-repeat;
		font-size: 140%;
	}
	.omekashi .btn_area .reserve a:before {
		top: -20px;
		width: 20%;
	}
	.omekashi .btn_area .plan a {
		padding-top: 18px;
		padding-bottom: 18px;
		padding-left: 8%;
		background: #fff url(../images/icon_plan.png) right top / auto 120% no-repeat;
	}

	/* 各セクション共通箇所 */
	.sections h2 img {
		height: 30px;
	}
	.sections .desc_box {
		width: 85%;
		margin-top: 0;
	}
	.sections .desc_box > div:nth-child(1),
	.sections .desc_box > div:nth-child(2) {
		width: 100%;
		margin: 40px auto 0;
	}
	.sections .desc_box.img_right > div:nth-child(1) {
		order: 1;
	}
	.sections .desc_box.img_right > div:nth-child(2) {
		order: 2;
	}

	/*-------------------
    main_img
    -------------------*/
	.main_img {
		padding-top: 60px;
	}
	.main_img:before {
		background: url(../images/white_dot_sp.png) center top / contain repeat-x;
	}
	.main_img:after {
		top: 29px;
		right: 7%;
		width: 55%;
		height: 6%;
	}
	.main_img h1 {
		width: 70%;
		margin-top: -72px;
	}
	.toptext {
		margin-top: 60px;
		padding-top: 28%;
		padding-bottom: 28%;
		background: #fff url(../images/toptext_bg_top_sp.jpg) center top / contain no-repeat;
	}
	.toptext:after {
		background: url(../images/toptext_bg_bottom_sp.jpg) center bottom / contain no-repeat;
	}
	.toptext:before {
		top: -18%;
		left: 7%;
		width: 44%;
		height: 41%;
	}

	/*-------------------
    coordinate
    -------------------*/
	.many_fashion {
       width: 100%;
       padding: 50px 0 30px;
    }
    #coordinate h2 {
       font-size: 26px;
    }
    #coordinate h2:before {
    	width: 96vw;
    	height: 57vw;
    	top: -50vw;
    }
    .many_fashion img {
    	width: 100%;
    }

	/*-------------------
    gallery
    -------------------*/
	#gallery.sections .desc_box {
		margin-bottom: 120px;
	}
	#gallery .gallery_box {
		margin-top: 50px;
		padding-right: 5%;
		padding-left: 5%;
	}
	#gallery .gallery_box.ohisama {
		background: url(../images/gallery/ohisama/bg_sp.png) center 110px / contain no-repeat;
	}
	#gallery .gallery_box.eikoku {
		margin-top: 40px;
		padding-top: 20px;
		background: url(../images/gallery/eikoku/bg_sp.png) left top / contain no-repeat;
	}
	#gallery .gallery_box.tea_time {
		padding-bottom: 0;
		background: url(../images/gallery/tea_time/bg_sp.png) left 100px / contain no-repeat;
	}
	#gallery .gallery_box.monosiri {
		padding-bottom: 0;
		background: url(../images/gallery/monosiri/bg_sp.png) left 150px / contain no-repeat;
	}
	#gallery .gallery_box > div {
		width: 100%;
		margin: 0 auto;
	}
	#gallery .gallery_box div div {
		overflow: hidden;
		margin-top: 20px;
		border-radius: 48% 48% 0 0/36% 36% 0 0;
	}
	#gallery .gallery_box h3 {
		margin-bottom: 70px;
	}
	#gallery .gallery_box h3:before {
		width: 125px;
		height: 110px;
	}
	#gallery .gallery_box h3:after {
		width: 125px;
	}
	#gallery .gallery_box h3 span {
		font-size: 80%;
	}
	#gallery .gallery_box.eikoku ul {
		margin-bottom: 0;
	}

	/*-------------------
    howto
    -------------------*/
	#howto .btn_area {
		margin-top: 70px;
	}
	#howto .btn_area:before {
		bottom: 28%;
		left: -7%;
		width: 48%;
		height: 104%;
	}

	/*-------------------
    howto
    -------------------*/
	#news > div {
		width: 80%;
		margin-top: 50px;
	}
	#news h2 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
