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

/*---------------------------------------------
エクラン・ビジュー一覧
---------------------------------------------*/

.tarte-main-title-area{
	display: inline-block;
	width: 100%;
	height: 50px;
	text-align: center;
}

.tarte-main-title-area h1{
	display: inline-block;
	width: 100%;
	font-family: "a-otf-ryumin-pr6n",serif;
	color: #B71A35;
	font-size: 48px;
	font-weight: 900;
	text-align: center;
	padding: 0 30px;
	vertical-align: middle;
	position: relative;
	letter-spacing: 4px;
}

.tarte-main-title-area h1:before,
.tarte-main-title-area h1:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 30%;
  height: 1px;
  background-color: #B71A35;
}

.tarte-main-title-area h1:before {
  left:0;
}
.tarte-main-title-area h1:after {
  right: 0;
}

.ecrin-title{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
    -webkit-flex-direction: column;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 100%;
	text-align: center;
	/*background: url(/themes/www.musee-de.jp/_common/img/title-bg-dot02.png),
				url(/themes/www.musee-de.jp/_common/img/title-bg-dot03.png),
				url(/themes/www.musee-de.jp/_common/img/title-bg-border01.png);
	background-repeat: no-repeat, no-repeat, repeat-x;
	background-position: top 0 left 0,top 0  right 0, top 8px left 0;*/
}

.ecrin-title .title-wrap{
	display: block;
	-ms-flex: 0 0 200px;
	-webkit-flex: 0 0 200px;
	flex: 0 0 200px;
	width: 100%;
	max-width: 400px;
	margin-top: 8px;
	padding: 20px 5px;
	
	/*background-image: url(/themes/www.musee-de.jp/_common/img/title_bg01.png);
	background-repeat: no-repeat;
	background-position: top -200px center;*/
}

.ecrin-title .title-wrap h2{
	font-family: "a-otf-ryumin-pr6n",serif;
	color: #ffffff;
	font-size: 30px;
	font-weight: 400;
	line-height: 28px;
	display: block;
	margin-bottom: 20px;
}

.ecrin-title .title-wrap h5{
	font-family: "Alana",serif;
	color: #b81a35;
	font-size: 36px;
	font-weight: 400;
	line-height: 28px;
	display: block;
}

.ecrin-top-text{
	color: #333;
	text-align: center;
	line-height: 35px;
	font-size: 16px;
}

.seasonal-tarte-img{
	/*margin: 20px;
	line-height: 1px;
	box-shadow: 5px 5px 3px 3px #aaa;*/
}
.seasonal-tarte-text{
	/*margin: 10px;
	padding: 20px;*/
	padding-left: 20px;
}
.seasonal-tarte-text h3{
	/*color: #b81a35;*/
	font-size: 20px;
	line-height: 36px;
	border-bottom: 2px solid #333;
	font-weight: bold;
}

.seasonal-tarte-text p{
	line-height: 30px;
	font-size: 15px;
	margin-top: 15px;
}

.seasonal-tarte-img span.sti01{
	text-align: center;
	display: block;
	width:100%;
	background-color: #b81a35;
	/*box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.35);*/
	color:#FFF;
	padding: 5px;
	line-height: 16px;
}

.btn-area-righr{
	display: block;
	width: 100%;
	text-align: right;
}

.ecrin-item-wrap{
	display: block;
	width: 100%;
	padding-bottom: 30px;
	margin: 20px 0;
	line-height: 20px;
	text-align: center;
}

.ecrin-item-wrap p{
	/*line-height: 20px;*/
	padding-top: 5px;
	color: #333;
}

.ecrin-item-name{
	/*line-height: 35px;*/
	font-size: 16px;
	font-weight: bold;
	/*padding: 5px 15px;*/
	color: #333;
	margin-top: 15px;
}

.ecrin-item-price{
	font-size: 18px;
}

.ecrin-concept-wrap{
	display: block;
	width: 100%;
	border-width: 1px;
	color: #B71A35;
	border-style: solid;
	padding: 20px;
	
	/*background-image: url(/themes/www.musee-de.jp/_common/img/lace03.png),
					url(/themes/www.musee-de.jp/_common/img/lace03.png),
					url(/themes/www.musee-de.jp/_common/img/lace03.png),
					url(/themes/www.musee-de.jp/_common/img/lace03.png);
	background-repeat: no-repeat;
	background-position: top -50px left -50px, bottom -50px left -50px, top -50px right -50px,bottom -50px right -50px;*/
}

.e-concept-title{
	display: block;
	width: 100%;
	text-align: center;
	font-family: "a-otf-ryumin-pr6n",serif;
	color: #6b0416;
	font-size: 22px;
	font-weight: bold;
	line-height: 28px;
	margin-bottom: 20px;
}

/*.e-concept-text{
	color: #6b0416;
	padding-top: 15px;
	line-height: 23px;
}*/

.material-text span:after{
	content:'、';
}
.material-text span:last-child:after,
.material-text span:nth-last-child(2):after{
	content:'';
	display: none;
}

.ecrin-concept-img{
	width: 24%;
}

@media (max-width: 767px){
.tarte-main-title-area h1{
	max-width: 400px;
	font-size: 26px;
	letter-spacing: 3px;
}

.tarte-main-title-area h1:before,
.tarte-main-title-area h1:after {
	width: 10%;
}


.ecrin-title{
	background:none;
}
.btn-area-righr{
	text-align: center;
}
.ecrin-concept-img{
	width: 49%;
}
	
.ecrin-top-text{
	text-align: left;
	line-height: 30px;
	font-size: 14px;
	padding: 10px;
}
	
.seasonal-tarte-text{
	padding-left: 0;
}
.seasonal-tarte-text h3{
	font-size: 16px;
	line-height: 36px;
	text-align: center;
}

.seasonal-tarte-text p{
	line-height: 25px;
	font-size: 14px;
}

.ecrin-item-wrap{
	margin: 15px 0;
}
	
.ecrin-item-name{
	font-size: 14px;
	margin-top: 5px;
}

.ecrin-item-price{
	font-size: 14px;
}
}


/*-----------------------------------------------------
詳細ページ
 -----------------------------------------------------*/

.ecrin-main-img-wrap{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	flex-direction: row;
	flex-wrap: nowrap;
	-ms-justify-content:flex-start;
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
}

.e-topImg-leftArea{
	-ms-flex: 1 1 700px;
	-webkit-flex: 1 1 700px;
	flex: 1 1 700px;
	margin-right: 5px;
}
.e-topImg-rightArea{
	-ms-flex: 1 1 500px;
	-webkit-flex: 1 1 500px;
	flex: 1 1 500px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
    -webkit-flex-direction: column;
	flex-direction: column;
	
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}

.e-top-r-img{
	-ms-flex: 0 0 auto;
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
}

.e-top-r-text{
	-ms-flex: 1 1 100px;
	-webkit-flex: 1 1 100px;
	flex: 1 1 100px;
	position: relative;
	background-color: #b81a35;
	margin-top: 5px;
}


.shopping-area .e-name-tag{
	display: block;
	position: absolute;
	top:0;
	left: 0;
	padding: 3px 10px 1px;
	color: #FFF;
	background-color: #6b0416;
	font-size: 18px;
}
/*
.shopping-area .e-name{
	display: block;
	position: absolute;
	top: 25px;
	padding: 40px 15px 15px;
	font-size: 24px;
	color:#333;
	line-height: 34px;
}
*/
/*
.e-price{
	color: #333;
	font-size: 30px;
	display: block;
	position: absolute;
	top: 140px;
	right: 115px;
}
*/
.product-name-wrap .e-name-tag{
	display: inline-block;
	font-size: 1.25rem;
	padding: 10px 10px 7px;
	margin-bottom: 30px;
	background-color: rgba(183,26,53,0.8);
	color: #FFF;
}

.product-name-wrap .e-name{
	font-size: 2rem;
	line-height: 2rem;
	font-family: "a-otf-ryumin-pr6n",serif;
    font-feature-settings: "halt";
}

.product-name-wrap .text01{
	font-size: 1.7rem;
	font-family: "a-otf-ryumin-pr6n",serif;
	padding: 20px 10px 30px;
	letter-spacing: 0.2;
}

.product-name-wrap .e-price{
	display: inline-block;
}

@media (max-width: 767px){
	.product-name-wrap .e-name-tag{
		font-size: 14px;
		margin-bottom: 15px;
	}
	.product-name-wrap .e-name{
		font-size: 20px;
	}
	.product-name-wrap .text01{
		font-size: 16px;
	}
	
}


.send-tag{
	text-align: center;
}
.send-tag span{
	display: inline-block;
	padding: 2px 5px;
	margin: 5px;
	border-radius: 3px;
	border: #777 solid 1px;
	color: #777;
}

/*.e-topImg-rightArea > a{
	margin: 7px 0;
	color: #777;
}*/

.ecrin-content-wrap01/*,
.ecrin-content-wrap02*/{
	display: block;
	position: relative;
	border-radius: 20px;
	border-width: 3px;
	border-color: #F5AB00;
	border-style: solid;
	padding: 50px 40px;
	margin: 25px 0;
}

.ecrin-content-wrap02{
	display: block;
	position: relative;
	background-color: #FDEECB;
	padding: 40px 0;
}

/*.ecrin-contentBg-top{
	display: block;
	width: 100%;
	max-width: 300px;
	height: 50px;
	position: absolute;
	top: 0;
	left: -webkit-calc(50% - 150px);
	left: calc(50% - 150px);
	background-image: url(/themes/www.musee-de.jp/_common/img/lace01.png);
	background-position: top -50px center;
	background-repeat: repeat;
}*/

/*.ecrin-contentBg-bottom{
	display: block;
	width: 100%;
	max-width: 300px;
	height: 50px;
	position: absolute;
	bottom: 0;
	left: -webkit-calc(50% - 150px);
	left: calc(50% - 150px);
	background-image: url(/themes/www.musee-de.jp/_common/img/lace01.png);
	background-position: bottom -50px center;
	background-repeat: repeat;
}*/

.ecrin-content-wrap01 h2{
	font-family: "a-otf-ryumin-pr6n",serif;
	text-align: center;
	color: #6b0416;
	font-size: 28px;
	font-weight: bold;
	line-height: 28px;
	margin-bottom: 60px;
}

.ecrin-content-wrap01 .category-title{
	font-family: "a-otf-ryumin-pr6n",serif;
	font-weight: bold;
	font-size: 22px;
	border-bottom: 1px solid #333;
	padding-bottom: 20px;
}

.ecrin-content-wrap01 .row{
	margin-bottom:30px; 
}

.ecrin-content-wrap01 .e-text-01,
.ecrin-content-wrap01 .e-text-02,
.ecrin-content-wrap01 .e-text-03{
	padding-bottom: 10px;
}

.ecrin-content-wrap01 .e-text-01{
	font-size: 18px;
	font-weight: bold;
}
.ecrin-content-wrap01 .e-text-02{
	font-size: 24px;
}
.ecrin-content-wrap01 .e-text-03{
	font-size: 16px;
	line-height: 20px;
}

.e-content-img{
	border-width: 5px;
	/*border-color: #6b0416;
	border-style: solid;
	margin-top: 10px;*/
    margin-bottom: 20px;
}

.shopping-area{
	display: flex;
	width: 100%;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content:flex-start;
}

.s-left-area{
	-ms-flex: 1 1 500px;
	-webkit-flex: 1 1 500px;
	flex: 1 1 500px;
	margin-right: 5px;
}
.s-right-area{
	-ms-flex: 1 1 700px;
	-webkit-flex: 1 1 700px;
	flex: 1 1 700px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
    -webkit-flex-direction: column;
	flex-direction: column;
}

.sRight-item01{
	-ms-flex: 1 1 100px;
	-webkit-flex: 1 1 100px;
	flex: 1 1 100px;
	position: relative;
	background-color: #FFF;
}
.sRight-item02{
	-ms-flex: 1 1 100px;
	-webkit-flex: 1 1 100px;
	flex: 1 1 100px;
	position: relative;
	margin-top: 5px; 
}
.sRight-item01 .e-name-tag{
	background-color: #C5475D;
	padding: 10px;
}

@media (max-width: 991px){
	.shopping-area .e-name-tag{
		padding: 3px 10px 1px;
		font-size: 14px;
	}
/*
	.e-name{
		top: 20px;
		padding: 10px;
		font-size: 20px;
		line-height: 25px;
	}
*/
/*
	.e-price{
		font-size: 20px;
		display: block;
		position: absolute;
		bottom: 10px;
		right: 10px;
	}
*/
}

@media (max-width: 767px){
	.ecrin-main-img-wrap{
		-ms-flex-direction: column;
    	-webkit-flex-direction: column;
		flex-direction: column;
	}
	.e-topImg-leftArea,
	.e-topImg-rightArea{
		flex: 1 1 auto;
		margin: 0;
	}
	.e-top-r-text{
		order: -1;
		-ms-flex: 0 0 120px;
		-webkit-flex: 0 0 120px;
		flex: 0 0 120px;
		margin-top: 0;
	}
	
/*
	.e-name-tag{
		padding: 3px 10px 1px;
		font-size: 14px;
	}
	.e-name{
		top: 20px;
		padding: 10px;
		font-size: 20px;
		line-height: 25px;
	}
*/
/*
	.e-price{
		font-size: 20px;
		display: block;
		position: absolute;
		bottom: 0;
		right: 10px;
	}
*/
	.e-topImg-rightArea > a{
		text-align: center;
	}
	
	.ecrin-content-wrap02{
		padding: 0;
		margin: 0;
		border-radius: 0;
		background-color: #fff;
	}
	.shopping-area{
		-ms-flex-direction: column;
    	-webkit-flex-direction: column;
		flex-direction: column;
	}

	.s-left-area{
		-ms-flex: 1 1 auto;
		-webkit-flex: 1 1 auto;
		flex: 1 1 auto;
		margin-right: 0;
	}
	.s-right-area{
		-ms-flex: 1 1 auto;
		-webkit-flex: 1 1 auto;
		flex: 1 1 auto;
		padding-top: 5px;/*20200606追加*/
	}

	.sRight-item01{
		-ms-flex: 1 1 120px;
		-webkit-flex: 1 1 120px;
		flex: 1 1 120px;
		border: solid 1px RGBa(183,26,53,0.8);
		padding: 20px 10px;
        /*padding: 0 3px;  20221020修正　小田*/
	}
	.sRight-item02{
		-ms-flex: 1 1 150px;
		-webkit-flex: 1 1 150px;
		flex: 1 1 150px;
		margin-top: 0; 
		position: relative;
	}
	
	
}
@media (max-width: 767px){
	.ecrin-content-wrap01{
		border: none;
		padding: 0;
	}
	.ecrin-content-wrap01 .row{
		margin-bottom: 10px;
	}
	.ecrin-content-wrap01 .category-title{
		font-size: 16px;
		padding-bottom: 10px;
	}
	.ecrin-content-wrap01 .e-text-01{
		font-size: 16px;
	}
	.ecrin-content-wrap01 .e-text-03{
		font-size: 14px;
	}
	
}
@media (max-width: 340px){
	.ecrin-content-wrap01{
		border-radius: 0;
		padding: 0 15px;
	}
	.ecrin-contentBg-top,
	.ecrin-contentBg-bottom{
		width: 100%;
		left: 0;
	}
}

/*-----------------------------------------------------
焼菓子一覧ページ
 -----------------------------------------------------*/

.gateau-content-wrap{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	flex-direction: row;
	margin-bottom: 10px;
}

.gateau-left-item{
	flex: 1 1 500px;
}
.gateau-right-item{
	-ms-flex: 1 1 500px;
	-webkit-flex: 1 1 500px;
	flex: 1 1 500px;
	height: 590px;
	
	overflow-y: scroll;
}

.gateau-content-wrap:nth-child(2n) .gateau-right-item{
	order: -1; 
}

.gateau-content-text{
	padding: 10px;
}

.gateau-content-wrap h3{
	color: #b81a35;
	font-size: 30px;
	font-weight: 500;
	line-height: 36px;
	padding: 10px 0;
}

/*.gateau-content-wrap:nth-child(2n) h3{
	text-align: right;
}*/

.gateau-content-wrap h4{
	color: #6b0416;
	font-size: 20px;
	line-height: 36px;
}

.gateau-content-wrap p{
	font-size: 15px;
	line-height: 2;
	margin-bottom: 30px;
}



.ecrin-title-bottom{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
    -webkit-flex-direction: column;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 100%;
	text-align: center;
	/*background: url(/themes/www.musee-de.jp/_common/img/title-bg-dot02.png),
				url(/themes/www.musee-de.jp/_common/img/title-bg-dot03.png),
				url(/themes/www.musee-de.jp/_common/img/title-bg-border01.png);
	background-repeat: no-repeat, no-repeat, repeat-x;
	background-position: bottom 0 left 0,bottom 0  right 0, bottom 8px left 0;*/
}


.gateau-title-text{
	color: #6b0416;
	font-size: 24px;
	line-height: 36px;
}



.chart-wrap{
	/*border: #FFCE3E solid 3px;
	border-radius: 30px;*/
	padding: 0 30px;
	margin: 0;
}
.chart-wrap img{
	width: 100%;
}

@media (max-width: 1199px){
	.gateau-right-item{
		height: 486px;
	}
}
@media (max-width: 991px){
	.gateau-right-item{
		height: 450px;
	}
}
@media (max-width: 767px){
	.gateau-content-wrap{
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		-ms-flex-direction: column;
    	-webkit-flex-direction: column;
		flex-direction: column;
		margin-bottom: 10px;
	}
	.gateau-left-item{
		-ms-flex: 1 1 auto;
		-webkit-flex: 1 1 auto;
		flex: 1 1 auto;
	}
	.gateau-right-item{
		-ms-flex: 1 1 auto;
		-webkit-flex: 1 1 auto;
		flex: 1 1 auto;
		height: auto;
		overflow-y: visible;
	}
	.gateau-content-wrap:nth-child(2n) .gateau-right-item{
		order: 0; 
	}
	.gateau-content-wrap h3{
		text-align: center;
	}
	.gateau-content-wrap:nth-child(2n) h3{
		text-align: center;
	}
	
	.chart-wrap{
		overflow-x: scroll;
		border-radius: 0;
	}
	.chart-wrap img{
		width: 100%;
		min-width: 600px;
	}
	
	.ecrin-title-bottom{
		background:none;
	}
	
}

/*-----------------------------------------------------
20201107　追加 - 選べる焼菓子（1カラム）
 -----------------------------------------------------*/
#customize .gateau-title{
	font-family: "a-otf-ryumin-pr6n",serif;
	font-size: 40px;
	border-bottom: 1px solid #CCCCCC;
    display: block;
	color: #C18700;
	padding: 0 0 20px 0;
}

#customize .gateau-subtitle{
	font-family: "a-otf-ryumin-pr6n",serif;
	font-size: 24px;
	line-height: 53px;
	padding: 25px 0 0;
	font-weight: bold;
}
#customize .gateau-text{
	font-size: 18px;
	line-height: 31px;
	letter-spacing: 0.14rem;
}
#customize .gateau-img{
	width: 420px;
}

#customize img.right{
	margin-left: auto;
}

@media (max-width: 767px){
#customize .gateau-title{
	font-size: 28px;
	padding: 20px 0 10px 0;
}
#customize .gateau-subtitle{
	font-size: 20px;
	line-height: 1px;
}
#customize .gateau-text{
	font-size: 14px;
	line-height: 24px;
	letter-spacing: -0.02rem;
	padding: 20px 0 0;
}
#customize .gateau-img{
	width: 100%;
	margin: 0 auto;
}
}

/*-----------------------------------------------------
20190213 追加 - 選ばれる理由
 -----------------------------------------------------*/
.reason-wrap{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: row;
}

.reason-wrap .reason-box{
	flex: 1 1 150px;
	background-color: #C5475D;
	margin: 0 2px;
	padding: 50px 0;
	position: relative;
}

/*.reason-title{
	font-family: "a-otf-ryumin-pr6n",serif;
	font-size: 30px;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	padding-bottom: 25px;
	letter-spacing: 1.5px;
}*/
/*.reason-text-area{
	padding-left: 100px;
}*/

.reason-number{
	font-size: 21px;
	background: #FFF;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: solid #C5475D 2px;
	color: #B71A35;
	padding: 10px 15px;
	position: absolute;
	top: -13%;
	left: 40%;
}

.reason-text{
	color: #FFF;
	font-size: 18px;
	/*margin-bottom: 20px;*/
	text-align: center;
	/*display: inline-block;*/
}

@media (max-width: 1199px){
.reason-contents-wrap{
	padding: 20px 50px 10px;
}

.reason-text-area{
	padding-left: 30px;
}
}

@media (max-width: 767px){
.reason-contents-wrap{
	padding: 10px;
	margin: 30px 0;
}

.reason-title{
	font-size: 20px;
	font-weight: 700;
	color: #6b0416;
	text-align: center;
	padding-bottom: 25px;
	letter-spacing: 1.5px;
}
.reason-text-area{
	text-align: center;
	padding-left: 0;
}

/*.reason-text-area .reason-number{
	font-size: 16px;
	width: 30px;
	height: 30px;
	padding: 2px 5px 5px;
	margin-bottom: 5px;
	margin-right: 0;
}

.reason-text-area .reason-text{
	font-size: 16px;
	margin-bottom: 0;
	display: block;
}*/
	
.reason-wrap .reason-box{
	padding: 35px 0 20px;
	margin: 20px 2px;
}

.reason-number{
	font-size: 18px;
	top: -20%;
	left: 35%;
	font-weight: bold;
}
	
.reason-text{
	font-size: 14px;
}
}

/*-----------------------------------------------------
20190215 追加 - 原材料
 -----------------------------------------------------*/
/*#materials .tarte-main-title-area{
	display: inline-block;
	width: 100%;
	height: 80px;
	text-align: center;
	background-image: url(/themes/www.musee-de.jp/_common/img/title-bg-dot01.png);
	background-repeat: repeat-x;
	background-position: top 20px left 0;
}

#materials .tarte-main-title-area h1{
	display: inline-block;
	width: 100%;
	max-width: 570px;
	height: 50px;
	line-height: 50px;
	font-family: "a-otf-ryumin-pr6n",serif;
	color: #6b0416;
	font-size: 48px;
	font-weight: 900;
	text-align: center;
	padding: 0 30px;
	vertical-align: middle;
	background-image: url(/themes/www.musee-de.jp/_common/img/title-bg-lace01.png),
                url(/themes/www.musee-de.jp/_common/img/title-bg-lace01.png);
	background-repeat: no-repeat,no-repeat,repeat;
	background-position: top 10px left 0,top 10px right 0,top 0 left 0
}*/

.material-area{
	padding: 0 10px;
}

.material-area .material-title{
	font-family: "a-otf-ryumin-pr6n",serif;
	margin: 10px 0 20px;
	font-weight: 600;
	font-size: 24px;
	padding-left: 20px;
	letter-spacing: 1.5px
}

.material-area .material-text{
	font-size: 18px;
	padding-left: 30px;
	line-height: 36px;
}

@media (max-width: 767px){
#materials .tarte-main-title-area h1{
	max-width: 400px;
	font-size: 26px;
	line-height: 40px;
	padding-top: 5px;
}

.material-area{
	padding: 0;
}

.material-area .material-title{
	margin: 10px 0;
	font-size: 20px;
	padding-left: 0;
}

.material-area .material-text{
	font-size: 16px;
	padding-left: 0;
	line-height: 28px;
}

}


/*全体*/
.hidden_box {
    margin: 2em 0;/*前後の余白*/
    padding: 0;
	position: relative;
}

/*ボタン装飾*/
.hidden_box label {
    /*padding: 15px;
    font-weight: bold;
    border: solid 2px black;*/
    cursor :pointer;
}

/*ボタンホバー時*/
.hidden_box label:hover {
    /*background: #efefef;*/
}

/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
	position: absolute;
	width: 60vw;
	max-width: 550px;
    height: 0;
    padding: 0;
    overflow-y: scroll;
    opacity: 0;
	
	color: #fff;
    transition: 0.8s;
	z-index: 9900;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
	position: absolute;
    padding: 35px 10px 10px;
    height: 40vh;
	max-height: 400px;
    opacity: 1;
	display: block;
	background-color: rgba(245,171,0,0.9);
}

.hidden_box .hidden_show.left{
	left: 0;
	right: auto;
}
.hidden_box .hidden_show.right{
	left: auto;
	right: 0;
}

@media (max-width: 1199px){
	.hidden_box .hidden_show.md-left{
		left: 0 !important;
		right: auto !important;
	}
	.hidden_box .hidden_show.md-right{
		left: auto !important;
		right: 0 !important;	
	}
}
@media (max-width: 991px){
	.hidden_box .hidden_show.sm-left{
		left: 0 !important;
		right: auto !important;
	}
	.hidden_box .hidden_show.sm-right{
		left: auto !important;
		right: 0 !important;	
	}
}
@media (max-width: 767px){
	.hidden_box .hidden_show.xs-left{
		left: 0 !important;
		right: auto !important;
	}
	.hidden_box .hidden_show.xs-right{
		left: auto !important;
		right: 0 !important;	
	}
}

.hidden_box .hidden_show label{
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 25px;
	top: 25px;
}

.hidden_box .hidden_show label:before{
	content: "";
	display: block;
	width: 20px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	transform: rotate(45deg);
}
.hidden_box .hidden_show label:after{
	content: "";
	display: block;
	width: 20px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	transform: rotate(-45deg);
}

@media (max-width: 767px){
	.hidden_box .hidden_show label{
		right: 10px;
		top: 20px;
	}
}

/*-----------------------------------------------------
20200724 商品情報・カート - オプション
 -----------------------------------------------------*/
img.option{
	width: 50%;
}

.cartjs_option1 th {
    text-align: right;
	font-weight: bold;
}

.cartjs_option1 td select {
    margin: 10px;
	font-family:cursive;
}
@media (max-width: 767px){
	img.option{
	width: 100%;
}
}




/*--------------------------------------------------------
20201228 選べるタルトページ
--------------------------------------------------------*/
h2.gift-h2-pink{
	font-family: "a-otf-ryumin-pr6n", serif;
	font-size: 2.7rem;
	color: #CD5C6E;
	text-align: center;
}
@media (max-width: 767px){
	h2.gift-h2-pink{
		font-size: 1.8rem;
	}
}

h3.border-h3{
	display: block;
	width: 100%;
	position: relative;
	padding-bottom: 20px;
	text-align: center;
	font-family: "a-otf-ryumin-pr6n", serif;
	font-size: 2rem;
}

h3.border-h3::after{
	content: "";
	display: block;
	width: 50px;
	height: 3px;
	margin: 15px auto;
	background-color: #E4A8B1;
}

@media (max-width: 767px){
	h3.border-h3{
		font-size: 1.7rem;
		padding-bottom: 5px;
	}
}


@media (max-width: 767px){
	.xs-padding-0{
		padding: 0;
	}
}
.gift-title-wrap{
	display: block;
	width: 100%;
	background-image: url("../../ecrin-bijoux/select-gift/img/Top_mv.jpg");
	background-repeat: no-repeat;
	background-size: 65%;
	background-position: top 30% right -55%;
}

.gift-title-wrap h1.gift-title{
	display: block;
	font-size: 7.1rem;
	font-family: "Alana", serif;
	padding: 130px 0;
}
.gift-title-wrap h1.gift-title span{
	display: block;
	font-size: 3rem;
	font-family: "a-otf-ryumin-pr6n", serif;
	color: #CD5C6E;
}
@media (max-width: 1199px){
	.gift-title-wrap{
		background-size: 70%;
	}
	.gift-title-wrap h1.gift-title{
		font-size: 5.5rem;
		padding: 100px 0;
	}
	.gift-title-wrap h1.gift-title span{
		font-size: 2.2rem;
	}
}

@media (max-width: 991px){
	.gift-title-wrap{
		background-size: 75%;
		background-position: top 40% right -100%;
	}
	.gift-title-wrap h1.gift-title{
		font-size: 3.7rem;
		padding: 90px 0;
	}
	.gift-title-wrap h1.gift-title span{
		font-size: 1.6rem;
	}
}
@media (max-width: 767px){
	.gift-title-wrap{
		background-size: 75%;
		background-position: top 40% right -120%;
	}
	.gift-title-wrap h1.gift-title{
		font-size: 2.2rem;
		padding: 25px 0 65px;
	}
	.gift-title-wrap h1.gift-title span{
		font-size: 1rem;
	}
}

.gift-main-wrap{
	background: transparent linear-gradient(168deg, #FED5CE 0%, #FFF5E0 49%, #FED4D2 100%) 0% 0% no-repeat padding-box;
	border-bottom: solid 10px #fff;
}
.gift-main-wrap .lead-text{
	font-size: 1.42rem;
}
@media (max-width: 767px){
	.gift-main-wrap .lead-text{
		font-size: 1.14rem;
	}
}

.gift-main-wrap .lead-text .marker-line{
	background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, rgba(184,26,53,0.17) 17%) repeat scroll 0 0;
}

.gift-main-wrap .gift-tarte-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: #fff;
	border: double 3px #E4A8B1;
	padding: 35px;
}

@media (max-width: 991px){
	.gift-main-wrap .gift-tarte-list{
		padding: 20px;
	}
}
@media (max-width: 767px){
	.gift-main-wrap .gift-tarte-list{
		padding: 20px 10px;
		border: none;
	}
}

.gift-main-wrap .gift-tarte-list .tarte-list-item-f{
	flex: 0 0 100%;
}

.gift-main-wrap .gift-tarte-list .tarte-list-item-h{
	flex: 0 0 calc(50% - 15px);
}

.gift-main-wrap .gift-tarte-list .tarte-list-item-q{
	flex: 0 0 calc(25% - 15px);
	margin-bottom: 15px;
}

@media (max-width: 991px){
	.gift-main-wrap .gift-tarte-list .tarte-list-item-h{
		flex: 0 0 calc(66% - 10px);
	}

	.gift-main-wrap .gift-tarte-list .tarte-list-item-q{
		flex: 0 0 calc(33% - 10px);
	}
}

@media (max-width: 767px){
	.gift-main-wrap .gift-tarte-list .tarte-list-item-h{
		flex: 0 0 100%;
	}

	.gift-main-wrap .gift-tarte-list .tarte-list-item-q{
		flex: 0 0 calc(50% - 5px);
	}
}



.list-title-outer-wrap{
	display: flex;
/*	flex-direction: column;*/
	justify-content: center;
	align-content: center;
}

.list-title-outer-wrap .tarte-list-title-card{
	flex: 1 1 100%;
	/*background-image: url('../../ecrin-bijoux/select-gift/img/img_card.jpg');*/
/*
	background-size: contain;
	background-repeat: no-repeat;
*/
	background-color: rgba(209,107,122,0.13);
	text-align: center;
	margin: 90px 0;
	overflow: hidden;
	position: relative;
	border-radius: 5px;
}

@media (max-width: 767px){
	.list-title-outer-wrap .tarte-list-title-card{
		margin: 0 0 15px;
		padding-bottom: 30px;
	}
}
.list-title-outer-wrap .tarte-list-title-card::before{
	content: "";
	display: block;
	width: 10px;
	height: 150px;
	background-color: rgba(184,26,53,0.24);
	position: absolute;
	top: -60px;
	left: 50px;
	transform: rotate(60deg);
}
.list-title-outer-wrap .tarte-list-title-card::after{
	content: "";
	display: block;
	width: 10px;
	height: 150px;
	background-color: rgba(184,26,53,0.24);
	position: absolute;
	bottom: -60px;
	right: 50px;
	transform: rotate(60deg);
}

.list-title-outer-wrap .tarte-list-title-card h3.tarte-list-title{
	display: inline-block;
	font-size: 1.92rem;
	font-family: "a-otf-ryumin-pr6n", serif;
	margin: 80px auto 15px;
	border-bottom: solid 1px #D16B7A;
}
@media (max-width: 991px){
	.list-title-outer-wrap .tarte-list-title-card h3.tarte-list-title{
		margin: 50px auto 15px;
	}
}
@media (max-width: 767px){
	.list-title-outer-wrap .tarte-list-title-card h3.tarte-list-title{
		margin: 30px auto 15px;
		font-size: 1.7rem;
	}
}

.list-title-outer-wrap .tarte-list-title-card h3.tarte-list-title span{
	font-size: 3rem;
	color: #D16B7A;
	display: inline-block;
	padding-right: 5px;
}
@media (max-width: 767px){
	.list-title-outer-wrap .tarte-list-title-card h3.tarte-list-title span{
		font-size: 2.7rem;
	}
}

.gift-tarte-list .tarte-item{
	display: block;
	width: 100%;
	height: 100%;
	padding: 5px;
	background-color: #F3EEE3;
}
.gift-tarte-list .tarte-item h4.tarte-name{
	display: block;
	width: 100%;
	padding: 15px 0;
	border-bottom: solid 1px #D16B7A;
	margin-bottom: 20px;
	text-align: center;
	font-family: "a-otf-ryumin-pr6n", serif;
	font-weight: bold;
}


.scene-wrap{
	display: flex;
	justify-content: space-between;
}


.scene-wrap .scene-item{
	flex: 0 0 calc(33% - 25px);
	position: relative;
}

@media (max-width: 767px){
	.scene-wrap{
		padding: 10px 20px;
		flex-wrap: wrap;
	}
	.scene-wrap .scene-item{
		flex: 0 0 100%;
		margin-bottom: 15px;
	}
}

.scene-wrap .scene-item .img{
	display: block;
	padding: 0 10px;
	position: relative;
	bottom: -15px;
}

.scene-wrap .scene-item .text{
	display: block;
	width: 100%;
	background-color: #fff;
	text-align: center;
	font-size: 1.28rem;
	padding: 30px 10px 15px;
}

.gift-point-wrap{
	display: block;
	width: 100%;
	background-image: url('../../ecrin-bijoux/select-gift/img/bg-image02.png'),url('../../ecrin-bijoux/select-gift/img/bg-image01.jpg');
	background-size: 600px, cover;
	background-repeat: no-repeat;
}

@media (max-width: 1199px){
	.gift-point-wrap{
		background-size: 500px, cover;
	}
}
@media (max-width: 991px){
	.gift-point-wrap{
		transform: scale(-1,1);
	}
	.gift-point-wrap > .container{
		transform: scale(-1,1);
	}
}
@media (max-width: 767px){
	.gift-point-wrap{
		background-size: 250px, cover;
	}
}

h2.point-title{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 2.42rem;
	color: #463100;
	font-family: "a-otf-ryumin-pr6n", serif;
	margin-bottom: 60px;
	position: relative;
}
h2.point-title::before{
	content: '';
	display: block;
	width: 80%;
	max-width: 600px;
	height: 90px;
	margin: 10px auto 0;
	background-image: url('../../ecrin-bijoux/select-gift/img/img_title_01.png');
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
	bottom: -30px;
}
@media (max-width: 991px){
	h2.point-title::before{
		background-image: url('../../ecrin-bijoux/select-gift/img/img_title_sp.png');
		height: 120px;
		bottom: -15px;
		left: 30px;
	}
}
@media (max-width: 767px){
	h2.point-title{
		font-size: 1.5rem;
		margin-bottom: 20px;
	}
	h2.point-title::before{
		background-image: url('../../ecrin-bijoux/select-gift/img/img_title_sp.png');
		height: 60px;
		bottom: -10px;
		left: -20px;
	}
}



h2.point-title span{
	display: inline-block;
}
@media (max-width: 1199px){
	h2.point-title span{
		display: block;
	}
}
h2.point-title span.heart-icon::after{
	content: '';
	display: inline-block;
	width: 50px;
	height: 50px;
	background-image: url('../../ecrin-bijoux/select-gift/img/img_title_02.png');
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
	left: -10px;
}
@media (max-width: 767px){
	h2.point-title span.heart-icon::after{
		width: 30px;
		height: 30px;
		left: 0;
	}
}

.point-item{
	display: block;
	padding: 15px;
}
.point-item .img{
	display: block;
	border-radius: 50%;
	overflow: hidden;
}
.point-item .text{
	text-align: center;
	font-size: 1.6rem;
	color: #463100;
	padding-top: 15px;
}
@media (max-width: 1199px){
	.point-item .text{
		font-size: 1.3rem;
	}
}
@media (max-width: 767px){
	.point-item{
		padding: 10px 0;
	}
	.point-item .text{
		font-size: 1.14rem;
		text-align: left;
	}
}


h2.howto-h2{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 2.14rem;
	font-family: "a-otf-ryumin-pr6n", serif;
	margin-bottom: 40px;
}
.howto-table{
	border-bottom: solid 2px rgba(70,49,0,0.2);
}
.howto-title{
	display: flex;
	width: 100%;
	font-size: 1.57rem;
	color: #463100;
	border-top: solid 2px rgba(70,49,0,0.2);
	line-height: 2;
}
.howto-title span{
/*	display: inline-block;*/
	font-size: 2.28rem;
	text-align: center;
	width: 45px;
/*	height: 45px;*/
	color: #B81A35;
	border-right: solid 1px rgba(70,49,0,0.2);
	margin-right: 15px;
}
@media (max-width: 767px){
	.howto-title{
		font-size: 1.35rem;
		line-height: 1.5;
	}
	.howto-title span{
		font-size: 1.9rem;
	}
}

.howto-text{
	font-size: 1.14rem;
	padding: 10px;
}
.howto-text > .img{
	padding-left: 10px;
	width: 110px;
	float: right;
}

.howto-ex-text{
	display: block;
	width: 100%;
	max-width: 650px;
	font-size: 1.14rem;
	border-radius: 10px;
	border: solid 2px rgba(67,50,11,0.2);
	padding: 30px 25px;
	margin: 50px auto 30px;
}

.btn-wrap-ex{
	display: block;
    margin: 30px auto 0;
    padding: 15px 5px;
    width: 80%;
    text-align: center;
    background-color: #FFF;
    border-radius: 40px;
    color: #B71A35;
    position: relative;
}

.musee-btn03{
	display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 auto;
    padding: 10px 5px 25px;
    text-align: center;
    background-color: #FFF;
    border-radius: 40px;
    color: #B71A35;
    border: 1px solid #B71A35;
    z-index: 100;
}

.musee-btn03::before{
	content: "▶";
    color: #B71A35;
    position: relative;
    z-index: 200;
    left: -60px;
}


 /*2022.04.04　システムメンテナンス告知用style追加*/
 .notice {
   line-height: 1.7;
   font-size: 16px;
   border: solid 3px red;
   padding: 20px;
   max-width: 750px;
   margin: 0 auto;
   text-align: center;
 }
 .notice-title {
   font-size: 30px;
   font-weight: bold;
   margin-bottom: 30px;
   margin-top: 0;
 }
 .notice-text, .notice-sub {
   text-align: left;
 }
 .notice-date {
   margin: 30px auto 30px;
   font-size: 20px;
 }
 .notice-date-title {
   margin: 0;
 }
 .notice-day {
   font-weight: bold;
   margin: 0;
 }
 .notice-sub {
   font-size: 14px;
 }
 .br-750 {
   display: none;
 }
 @media screen and (max-width: 767px) {
   .notice {
     margin: 0 15px 50px 15px;
     width: auto;
     font-size: 14px;
   }
   .notice-title {
     font-size: 23px;
   }
   .notice-date {
     font-size: 18px;
   }
   .notice-sub {
     font-size: 13px;
   }
   .br-750 {
     display: block;
   }
 }

