@charset "UTF-8";
/* CSS Document */

html{
	font-size: 62.5%;
}
body{
	background-color: #fffffa;
	color: #462E2E;
	font-family: 'Noto Serif JP','Noto Sans JP','Playfair Display','IM Fell Great Primer SC','Cardo',"sans-setif";
	font-size: 1.6rem;
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:glayscale;
}
img{
	max-width: 100%;
	height: auto;
}
a{
	color: #462E2E;
	text-decoration: none;
}
li{
	list-style: none;
}
.text-center{
	text-align: center;
}
.pc-img{
	display: inline-block;
}
.sp-img{
	display: none;
}
.pc{
	display: block;
}
.sp{
	display: none;
}
/*------------------------------
*
* utility
*
------------------------------*/
.under{
	border-bottom: solid 1px #d1ae15;
}
.visibility-hidden{
	visibility: hidden
}
.shop-name{
	text-transform: uppercase;
}
.display-flex{
	display: flex;
}
.bs{
	margin-bottom: 12px;
}
.gold{
	color: #d1ae15;
}
.curled-box{
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #462e2e;
}
.hover1 {
  color: #fffffa;
  transition: all 0.3s ease 0s;
}
.hover1:hover {
  opacity: 0.4;
}
.ml10{
	margin-left: 10px;
}
.mt10{
	display: block;
	margin-top: 10px;
}
.section-body1{
	padding-top: 60px;
}
.section-body2{
	padding-top: 80px;
}
.section-body3{
	padding: 60px 0 0 60px;
}
.sectio-body4{
	padding-top: 40px;
}
.section-body5{
	padding-top: 20px;
}
.section-body6{
	padding: 40px 0;
}
.section-body7{
	padding: 90px 0 0;
}
/*------------------------------
*
* Header
*
------------------------------*/
.header-inner{
	position: relative;
}
.header-image{
	width: 100%;
	height: 240px;
	object-fit: cover;
}
.header-image.top{
	height: 540px;
	object-position: 0 75%;
}
.header-image.pc-header1{
	object-position: 0 25%;
}
.header-image.pc-header2{
	object-position: 0 60%;
}
.header-image.pc-header3{
	object-position: 0 42%;
}
.header-image.pc-header4{
	object-position: 0 15%;
}
.header-image.pc-header5{
	object-position: 0 36%;
}
.header-image.pc-header6{
	object-position: 0 30%;
}
.icon-list{
	display: flex;
	position: absolute;
	top: 20px;
	right: 30px;
}
.icon{
	width: 20px;
	height: 20px;
	margin: 10px;
}
/*------------------------------
*
* menu-bar
*
------------------------------*/
.menu-bar{
	box-sizing: border-box;
	width: 100%;
	height: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.nav-category{	
	margin: 0 40px;
}
.navigation-list{
	display: flex;
}
.navigation-item{
	margin-left: 32px;
	font-size: 1.2rem;
	text-transform: uppercase;
	font-family: 'Playfair Display';
}
.navigation-item>a:hover{
	color: #d1ae15;
}
.border{
	margin: 0;
	border-bottom-color: #462e2e;
}
/*------------------------------
*
* side-menu
*
------------------------------*/
#nav-input{
	display: none;
}
.side-menu{
	top: 290px;
	box-sizing: border-box;
	width: 260px;
	padding: 120px 30px 60px 40px;
}

/*--serch form--*/
.form-search{
	width: 180px;
	position: relative;
	margin-bottom: 62px;
	border-bottom: solid 1px #462e2e;
}
.form-parts{
	border: none;
	outline: none;
}
.btn-search{
	width: 20px;
	cursor: pointer;
	border: none;
	padding: 0;
	position: absolute;
	top: -5px;
	right: 0;
	background-color: #fffffa;
}
/*--/serch form--*/

.menu-wrapper{
	height: 840px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.menu-list{
	padding-left: 10px;
}
.menu-item{
	margin-bottom: 60px;
}
.menu-item:last-of-type{
	margin-bottom: 0;
}
.menu-title{
	font-size: 1.4rem;
}
.category-list{
	margin-top: 42px;
	padding-left: 20px;
}
.category-item:first-of-type{
	margin-top: 0;
}
.category-item{
	margin-top: 42px;
}
.category-item-title{
	display: flex;
	align-items: center;
	font-size: 1.2rem;
}
.category-item .curled-box{
	margin-right: 8px;
}
.category-item-thumb{
	margin-top: 20px;
	padding-left: 20px;
	font-size: 1.2rem;
}
.menu-hr{
	display: block;
	border: 0;
	width: 230px;
	height: 1px;
	margin: 0;
	left: 0;
	background-color: #D1AE25;
}
.menu-other{
	margin-top: 32px;
	font-size: 1.2rem;
}
/*------------------------------
*
* main
*
-------------------------------*/
.main{
	display: flex;
}
.main-wrapper{
	box-sizing: border-box;
	padding: 60px 50px 50px ;
	width: 900px;
	margin: 0 auto;
}
.page-title{
	display: flex;
	align-items: center;
	font-size: 4.8rem;
	font-family: 'IM Fell Great Primer SC';
	text-transform: uppercase;
}
.page-title:before,
.page-title:after {
	border-top: 1px solid #462e2e;
	content: "";
	flex-grow: 1;
}
.page-title:before {
	margin-right: 1rem;
}
.page-title:after {
	margin-left: 1rem;
}
.page-title.jp{
	font-family: 'Noto Serif JP';
	font-size: 3.6rem;
}
.page-subtitle{
	font-size: 2.4rem;
}

/*------------------------------
*
* goods
*
-------------------------------*/
.tax{
	margin: 10px 0;
	text-align: right;
	font-size: 1.2rem;
}
.goods-list{
	display: grid; 
	grid-gap: 60px 60px;
	grid-template-columns: repeat(3, 1fr);
}
.detail.goods-list{
	margin: 80px 0 60px;
}
.item .goods-list{
　　grid-template-rows: repeat(3, 1fr);
}
.photo-country{
	display: flex;
}
.goods-photo{
	display: block;
	width: 240px;
}
.goods-country{
	font-family: 'Playfair Display';
	writing-mode: vertical-rl;
}
.item-txtset{
	position: relative;
	padding: 20px 0 0 20px;
}
.hover2{
	position: relative;
	display: inline-block;
	text-decoration: none;
}
.hover2::after {
	position: absolute;
	bottom: -2px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #d1ae15;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .3s;
}
.hover2:hover::after {
  transform: scale(1, 1);
}
.goods-title{
	font-size: 1.6rem;
	line-height: 2.4rem;
}
.goods-price{
	padding: 0 4px;
	position: absolute;
	top: 24px;
	right: 0;
	font-family: 'Cardo';
	font-size: 1.8rem;
	letter-spacing: 0.08rem;
}
.goods-detail{
	display: block;
	margin-top: 8px;
	font-size: 1.2rem;
}

/*------------------------------
*
* btn
*
------------------------------*/

/*VIEW MORE btn*/
.section-footer{
	margin-top: 40px;
}
.btn{
	display: block;
	margin: auto;
	padding: 8px 0;
	width: 210px;
	cursor: pointer;
	background-color: #462e2e;
	font-family: 'IM Fell Great Primer SC';
	font-size: 1.4rem;
	color: #fffffa;
	text-transform: uppercase;	
}
/*/VIEW MORE btn*/

/*カートに入れる*/
.detail-inner .btn{
	font-family: 'Noto Sans JP';
	width: 180px;
}
/*/カートに入れる*/

/*------------------------------
*
* top-shop  about(shop)
*
------------------------------*/
.logo-flower{
	width: 70px;
	margin-right: 20px;
}
.shop-section{
	margin-bottom: 60px;
}
.shop-info{
	display: flex;
	justify-content: center;
	align-items: center;
}
.info-day{
	margin-right: 16px;
	font-size: 1.8rem;
	font-family: "Cardo";
	border-bottom: 1px solid #462e2e;
}
.top-shop-img{
	width: 400px;
}
.shop-text{
	margin-top: 20px;
	margin-left: 20px;
	font-size: 1.8rem;
	line-height: 36px;
}
.about-txtset{
	width: 600px;
	margin: auto;
	line-height: 3.6rem;
	text-align: center;
}
.about-txtset:last-of-type{
	margin-top: 20px;
}
.about-center{
	margin-top: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.about-photo{
	width: 500px;
	object-fit: cover;
}
.about-photo2{
	width: 400px;
	object-fit: cover;
}
.about-text{
	margin: 0 30px;
	width: 500px;
	font-size: 1.4rem;
	line-height: 3.0rem;
}
.about-text.day{
	width: 345px;
	text-align: left;
	line-height: 3.0rem;
}
.access{
	margin: 60px 0 40px;
}
.access .page-title{
	font-size: 3.6rem;
}
.access-inner{
	margin-top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.map-img{
	width: 300px;
}
.access-txtset{
	margin-left: 50px;
	width: 240px;
	line-height: 3.0rem;
	font-size: 1.4rem;
}
.access-text{
	font-size: 1.6rem;
}
.address{
	margin-top: 20px;
}
/*------------------------------
*
* detail page
*
------------------------------*/
.detail-top{
	margin-left: 30px;
	display: flex;
	justify-content: center;
}
.detail-main-photo{
	width: 360px;
	height: 360px;
}
.detail-txtset{
	margin-left: 40px;
}
.detail-txtset .page-title{
	font-family: 'Noto Serif JP';
	font-size: 3.0rem;
}
.detail-text{
	margin-top: 30px;
	width: 420px;
	height: 240px;
	line-height: 48px;
}
.detail .goods-list{
	margin: 80px 0 100px 0;
}
.item-center{
	position: relative;
}
.item-center .goods-photo{
	position: absolute;
	top: 0;
}
.item-center .goods-detail{
	position: absolute;
	top: 240px;
}
.detail .goods-detail{
	width: 240px;
	padding-left: 0;
	line-height: 2.0rem;
}
.detail-footer{
	display: flex;
	justify-content: center;
	width: 660px;
	padding: 20px;
	margin: auto;
	border: 1px solid #462e2e;
}
.detail-inner{
	margin-left: 60px;
	padding-top: 20px;
}
.detail-footer .goods-photo{
	width: 300px;
	height: 300px;
}
.detail-inner .goods-country{
	writing-mode: horizontal-tb;
}
.detail-inner .goods-title{
	margin-top: 20px;
}
.detail-price{
	display: flex;
	margin-top: 8px;
}
.detail-inner .goods-detail{
	margin: 0;
	padding: 2px 20px 0 0;
}
.goods-tumb-price{
	font-family: "Cardo";
}
.detail-inner .photo-country{
	margin-bottom: 50px;
}
/*------------------------------
*
* page
*
------------------------------*/
.page-inner{
	padding-top: 40px;
	display: flex;
	justify-content: center;
}
.page{
	box-sizing: border-box;
	padding: 2px 0 0 20px;
	font-family: "Cardo";
	font-size: 1.4rem;
}
.now-page{
	padding-top: 0;
	font-size: 1.8rem;
}
/*------------------------------
*
* contact
*
------------------------------*/
.contact-txtset{
	padding: 30px 0 0 40px;
}
.contact-text{
	margin-top: 30px;
	font-size: 1.8rem;
}
.contact{
	padding-left: 50px;
}
.form-title{
	width: 200px;
	padding: 10px 0;
	margin-right: 20px;
	font-family: "Noto Sans JP";
	font-size: 1.4rem;
}
.form-item{
	margin-top: 30px;
	display: flex;
}
.form-pars-text{
	width: 560px;
	padding: 10px 0;
}
.form-parts2{
	-webkit-appearance: none;
	appearance: none;
	outline: none;
	box-sizing: border-box;
	border: 1px solid #462e2e;
	font-size: 100%;
}
.form-pars-text2{
	width: 200px;
	padding: 10px 0;
	margin-right: 40px;
}
/* 入力エラーのスタイル */
input[type=text]:required,
input[type=email]:required,
input[type=email]:invalid,
input[type=tel]:required,
input[type=radio]:required,
textarea:required {
	background-color: #ffd9e1;
}

/* 入力値が正常な時のスタイル */
input[type=text]:valid,
input[type=email]:valid,
textarea:valid {
	color: #333;
	border-color: #462e2e;
	background-color: #fffffa;
}
.pp-content{
	margin: auto;
}
.pp-check{
	width: 240px;
	margin: 0 auto;
	padding: 30px 0;
}
.form-parts-checkbox{
	width: 16px;
	height: 16px;
	margin: 0 8px 0 0;
	position: relative;
	vertical-align: -2px;
	outline: none;
}
.form-parts-checkbox:checked:after{
	display: block;
	content: "";
	position: absolute;
	top: 3px;
	left: 2px;
	width: 8px;
	height: 3px;
	border-left: 2px solid #462e2e;
	border-bottom: 2px solid #462e2e;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pp-content a{
	color: #d1ae15;
}
.contact-ok-text{
	line-height: 2.0rem;
}
.contact-ok-img{
	width: 600px;
	padding: 40px 0;
	margin: auto;
}
/*------------------------------
*
* shopping
*
------------------------------*/
.box{
	box-sizing: border-box;
	margin: 60px auto 0;
	padding: 10px;
	width: 400px;
	height: 180px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	border: 1px solid #462e2e;
}
.cart-photo{
	width: 140px;
	height: 140px;
}
.cart-txtset .goods-price{
	position: static;
	margin: 10px 0 0;
	padding: 0;
	text-align: center;
}
.form-shopping{
	font-family: 'Noto Sans JP';
}
.form-inner{
	padding-left: 60px;
}
.form-item2{
	margin-top: 20px;
	font-size: 1.4rem;
}
.form-item3{
	margin-top: 16px;
	display: flex;
}
.form-title2{
	font-size: 2.4rem;
}
.form-title3{
	font-size: 1.8rem;
	margin-top: 30px;
}
.form-pars-text2{
	width: 200px;
	padding: 10px 0;
	margin-right: 40px;
}
.form-subtitle{
	width: 40px;
	padding: 10px 0;
	margin-right: 20px;
}
.asterisk{
	font-size: 1.2rem;
}
.form-text{
	width: 600px;
	height: 250px;
	border: 1px solid #462e2e;
	overflow: scroll;
	font-family: 'Noto Serif JP';
	font-size: 1.4rem;
	line-height: 24px;
}
.radio {
	-webkit-appearance: none;
	appearance: none;
	position: relative;
	outline: none;
	margin-right: 10px;
	width: 15px;
	height: 15px;
	border: 1px solid #462e2e;
	border-radius: 50%;
	vertical-align: -7px;
}
.radio:checked:after{
	display: block;
	position: absolute;
	top: 2.1px;
	left: 2.1px;
	content: "";
	width: 9px;
	height: 9px;
	background-color: #462e2e;
	border-radius: 50%;
}


.sub-title{
	margin-top: 30px;
	font-family: 'Noto Sans JP';
	font-size: 1.8rem;
}
.thanks-text{
	margin-top: 40px;
	line-height: 2.8rem;
}
.thanks-photo{
	margin: 0 auto;
	padding: 40px 0;
	width: 600px;
	height: 600px;
}
/*------------------------------
*
* top-info  information
*
------------------------------*/
.top-info{
	margin-top: 80px;
}
.page-title.info{
	font-size: 3.2rem;
}
.info-list{
	margin-top: 30px;
	margin-left: -100px;
	display: flex;
	justify-content: center;
}
.info-item{
	margin-left: 100px;
	font-size: 1.8rem;
}
.info-inner{
	padding: 20px 0;
}
.calender-inner{
	padding: 40px 0 0 40px;
	display: flex;
	align-items: center
}
.calender-img{
	width: 500px;
}
.calender-text{
	margin: 0 0 0 30px;
	line-height: 2.4;
}
/*------------------------------
*
* privacy policy
*
* 特定商取引法に基づく表示
*
* shopping-guide
*
------------------------------*/
.content-inner{
	width: 900px;
	padding: 40px 0 40px 60px;
	font-size: 1.2rem;
	line-height: 2.4rem;
}
.pp .content-inner{
	padding: 40px 0 0 0;
}
.pp-dl>dt{
	padding-top: 20px;
}
.pp-dl>dd{
	padding-top: 4px;
}
.document{
	display: flex;
	margin-top: 20px;
}
.document>dt{
	width: 200px;
}
.document>dd{
	width: 600px;
	margin-left: 20px;
}
.guide-dl{
	margin-top: -40px;
}
.guide-dl>dt{
	font-size: 2.4rem;
	margin-top: 40px;
}
.guide-small-dl>dt{
	font-size: 1.4rem;
	margin-top: 10px;
}
.guide-dd{
	margin-top: 10px;
}
/*------------------------------
*
* footer
*
------------------------------*/

.footer{
	background-color: #462E2E;
}
.footer-inner{
	box-sizing: border-box;
	height: 120px;
	padding: 20px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer-shop-name{
	color: #fffffa;
	font-size: 1.2rem;
}
.footer-text{
	display: flex;
	margin-left: 80px;
	color: #FFFFFA;
	font-size: 1.2rem;
	line-height: 2rem;
}
.footer-text .address{
	margin: 0 0 0 54px;
}







@media screen and (max-width:750px){
	.pc-img{
	display: none;
	}
	.sp-img{
		display: inline-block;
	}
	.sp{
		display: block;
	}
	.pc{
		display: none;
	}
	.dn{
		display: none;
	}
/*------------------------------
*
* utility
*
------------------------------*/
	.ml-10{
		margin-left: -10px;
	}
	.page-title.jp{
		font-size: 2.4rem;
	}
	.pt10{
		padding-top: 10px;
		}
	.section-body3{
		padding: 60px 0 0 0;
	}
/*------------------------------
*
* header
*
------------------------------*/
	.header-image{
		margin-top: 60px;
		height: 40vw;
		object-fit: cover;
	}
	.header-image.top{
		margin-top: 60px;
		height: 167.2vw;
		object-position: center;
	}
	.sp-header1{
		object-position: 60% 0;
	}
	.sp-header3{
		object-position: 0 30%;
	}
	.sp-header4{
		object-position: 100% 0;
	}
	.sp-header5{
		object-position: 0 80%;
	}
	.header-nav{
		background-color: #462e2e;
		position: fixed;
		width: 100%;
		height: 60px;
		top: 0;
		left: 0;
	}
	.header-nav-inner{
		box-sizing: border-box;
		padding: 20px;
		height: 60px;
		position: relative;
	}
	.header-list{
		box-sizing: border-box;
		padding: 10px;
		position: relative;
	}
	.icon-list{
		position: absolute;
		display: flex;
		justify-content: space-between;
		top: 10px;
		right: 10px;
	}
	.header-list .w-logo{
		position: absolute;
		top: 10px;
		left: 120px;
		height: 40px;
	}
	.border{
		display: none;
	}
/*------------------------------
*
* side-menu
*
------------------------------*/
	.menu-btn{
		position: fixed;
		top: 10px;
		left: 20px;
		z-index: 2;
		width: 40px;
		height: 40px;
		display: flex;
		justify-content: center;
		align-items: center;
		background: #462e2e;
		color: #fffffa;
	}
	.side-menu {
		padding: 120px 30px 60px 20px;
		position: fixed;
		overflow-y: scroll;
		top: 0;
		left: 0;
		z-index: 1;
		width: 80%;
		height: 100vh;
		background: #fffffa;
	}
	.side-menu{
		transform: translateX(-100vw);
		transition: all .3s linear;
	}
/* アニメーション後のメニューの状態 */
	.side-menu.is-active{
		transform: translateX(0);
	}
	.menu-item{
		margin-bottom: 40px;
	}
	.category-list{
		margin-top: 40px;
	}
	.menu-hr{
		margin: 30px 0;
	}
	.menu-other{
		font-size: 1.2rem;
	}
	.navigation-list{
		display: block;
		padding: 0 0 40px 10px;
	}
	.navigation-item{
		margin: 30px 0 0 0;
		font-size: 1.6rem;
	}
/*------------------------------
*
* main
*
------------------------------*/
	.main{
		display: block;
	}
	.main-wrapper{
		width: 100%;
		padding: 40px 20px;
	}
	.no-photo{
		min-height: 632px;
		height: auto;;
		margin-top: 60px;
	}
	.page-title{
		font-size: 2.8rem;
		line-height: 4.2rem;
	}
	.page-title.info{
		font-size: 2.6rem;
	}
	.section-footer{
		margin-top: 30px;
	}
	.page-subtitle{
		font-size: 1.6rem;
		line-height: 2.0;
	}
/*------------------------------
*
* btn
*
------------------------------*/
	.btn{
		width: 150px;
		font-size: 1.2rem;
	}
/*------------------------------
*
* top-shop about
*
------------------------------*/
	.shop-info{
		display: block;
	}
	.shop-text{
		margin: 20px 0 0 0;
		font-size: 1.2rem;
		line-height: 2.0;
	}
	.about-txtset{
	 width: 100%;
	 font-size: 1.4rem;

	}
	.about-center{
	display: block;
	}
	.about-photo{
	width: 300px;
	margin: auto;
	}
	.about-text{
	padding: 20px 0 0 0;
	margin: auto;
	width: 100%;
	font-size: 1.4rem;
	text-align: center;
	}		
	.about-text.day{
	width: 290px;
	padding-top: 0;
	}
	.access-inner{
	display: block;
	}
	.map-img{
	width: 240px;
	margin: auto;
	}
	.access-txtset{
	margin: 20px 0 0 0;
	width: 100%;
	font-size: 1.2rem;
	line-height: 2.4rem;
	}
	.access-text{
	font-size: 1.4rem;
	}
	.address{
	margin-top: 10px;
	}
/*------------------------------
*
* goods
*
------------------------------*/
	.tax{
		margin: 20px 0 0 0;
		font-size: 1.2rem;
	}
	.goods-list{
		grid-template-columns: 1fr 1fr;
		grid-gap: 30px 30px;
	}
	.goods-country{
		font-size: 1.2rem;
	}
	.item-txtset{
		padding: 8px 0 0 12px;
	}
	.goods-photo{
		width: 140px;
	}
	.goods-title{
		text-align: center;
		font-size: 1.4rem;
	}
	.goods-detail{
		margin: 2px 0 0 0;
		text-align: center;
		font-size: 0.6rem;
		line-height: 1.4;
	}
	.goods-price{
		margin: 10px 0 0 0;
		position: static;
		text-align: center;
		font-size: 1.2rem;
	}
/*------------------------------
*
* detail
*
------------------------------*/
	.detail-top{
		display: block;
		margin: 0;
	}
	.detail-main-photo{
		width: 300px;
		height: 300px;
		margin: 0 auto;
	}
	.detail-txtset{
		margin: 20px 0 0 0;
	}
	.detail-txtset .page-title{
		font-size: 2.0rem;
	}
	.detail-text{
		width: 320px;
		height: 180px;
		margin: 0 auto;
		font-size: 1.0rem;
		line-height: 3.0rem;
		text-align: center;
	}
	.detail .goods-list{
		display: block;
		margin: 40px 0 60px 0;
	}
	.detail .goods-item{
		display: flex;
		padding: 60px 0 0 0;
	}
	.goods-item:first-of-type{
		padding: 0;
	}
	.detail .goods-photo{
		width: 200px;
	}
	.detail .goods-detail{
		margin: auto;
		padding-left: 10px;
		width: 100%;
		font-size: 1.0rem;
	}
 .item-center{
		position: static;
	}
	.item-center .goods-photo{
		position: static;
	}
	.item-center .goods-detail{
		position: static;
		padding: 0 10px 0 0;
	}
	.detail-footer{
		display: block;
		width: 240px;
	}
	.detail-footer .goods-photo{
		width: 200px;
		height: 200px;
		margin: 0 auto;
	}
	.detail-inner{
		width: 200px;
		margin: 0 auto;
	}
	.detail-inner .goods-title{
		text-align: left;
		margin-top: 10px;
	}
	.detail-inner .goods-detail{
		text-align: left;
		padding-left: 0;
		line-height: 1.6rem;
	}
/*------------------------------
*
* information
*
------------------------------*/
	.top-info{
		margin: 40px 0 20px;
	}
	.info-title{
		font-size: 1.6rem;
	}
	.info-list{
		display: block;
		margin: 0;
	}
	.info-item{
		padding-top: 20px;
		margin: 0 auto;
		width: 230px;
		font-size: 1.4rem;
	}
	.calender-inner{
		padding: 20px 0 0 0;
		display: block;
	}
	.calender-txtset{
		font-size: 1.4rem;
		line-height: 2.0;
	}
	.calender-text{
		padding: 10px 0 0 0;
		margin: 0 auto;
		width: 230px;
	}
/*------------------------------
*
* contact
*
------------------------------*/
	.contact{
		padding-left: 0;
	}
	.contact-txtset{
		padding: 30px 0 0 0;
		font-size: 1.4rem;
		line-height: 2.2rem;
	}
	.contact-text{
		font-size: 1.4rem;
		margin-top: 20px;
	}
	.form-item{
		display: block;
	}
	.form-item:first-of-type{
		margin-top: 0;
	}
	table, tr, th,td{
		display: block;
	}
	.form-title{
		width: 100%;
		font-size: 1.4rem;
		text-align: left;
	}
	.form-pars-text{
		width: 320px;
	}
	.contact-ok-text{
		font-size: 1.4rem;
		line-height: 2.0rem;
	}
	.contact-ok-img{
		width: 200px;
	}
/*------------------------------
*
* shopping
*
------------------------------*/
/*Cart*/
	.box{
		width: 300px;
		height: 140px;
	}	
	.cart-text{
		font-size: 1.4rem;
	}
	.cart-photo{
		width: 100px;
		height: 100px;
	}
/*/Cart*/
	
/*Text Entry*/
	.text-entry .form-subtitle{
		margin-right: 6px;
		padding: 12px 0;
		width: 26px;
		font-size: 1.2rem;
	}
	.text-entry .form-pars-text2{
		width: 120px;
		margin-right: 20px;
	}
	.asterisk{
		font-size: 0.8rem;
		line-height: 1.4rem;
	}
	.form-text{
		width: 335px;
		font-size: 1.2rem;
		line-height: 2.0rem;
	}
	.shopping-text{
		font-size: 1.4rem;
		line-height: 2.4rem;
	}
/*/Text Entry*/
	
/*Settlement*/
	.form-title2{
	font-size: 1.6rem;
}
	.form-item2{
		font-size: 1.4rem;
	}
	.form-inner{
		padding-left: 30px;
		margin-top: 20px;
	}
	.form-inner:first-of-type{
		margin-top: 10px;
	}
	.settlement .form-title{
		font-size: 1.2rem;
	}
/*/Settlement*/
	
/*Shopping OK*/
	.sub-title{
		font-size: 1.4rem;
	}
	.thanks-text{
		margin-top: 30px;
		font-size: 1.2rem;
	}
	.thanks-photo{
		width: 300px;
		height: 300px;
	}
/*/Shopping OK*/
/*------------------------------
*
* privacy policy
*
* 特定商取引法に基づく表示
*
* shopping-guide
*
------------------------------*/
	.content-inner{
		box-sizing: border-box;
		width: 100%;
		padding: 0 10px 0 20px;
		line-height: 2.8rem;
	}
	.shopping-dt{
		font-size: 1.8rem;
		text-align: center;
	}
	.indent{
		text-indent: -1.2em;
		padding-left: 1.2em;
	}
	.document{
		margin-top: 24px;
		font-size: 1.0rem;
		line-height: 2.2rem;
	}
	.document:nth-of-type(n+8){
		display: block;
	}
	.document>dt{
		width: 200px;
		margin-right: 12px;
		font-size: 1.2rem;
	}
	.document>dd{
		width: 100%;
		margin: 0;
	}
	.pp-check{
		font-size: 1.4rem;
	}
	.pp-url{
		font-size: 1.4rem;
		line-height: 2.2rem;
	}
/*------------------------------
*
* footer
*
------------------------------*/
	
	.footer-inner{
		display: block;
		box-sizing: border-box;
		padding: 10px;
		height: auto;
	}
	.footer .logo{
		padding: 0 20px;
		text-align: center;
		margin-bottom: 12px;
	}
	.footer-shop-name{
		font-size: 0.2rem;
		line-height: 1.4rem;
	}
	.footer .w-logo{
		height: auto;
	}
	.footer-text{
		margin: 0 10px;
		display: block;
		font-size: 0.5rem;
		line-height: 1.4rem;
		text-align: center;
	}
	.footer-text .address{
		margin: 10px 0 0 0;
	}
	
	
	
	
	
	
}