
@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: 15px;*/
	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: 0;
}
	
.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;
}
}

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

.fax-top-text{
	font-size: 1.375rem;
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	.fax-top-text{
		font-size: 100%;
}	
}
	

#order .btn-wrap {
    display: block;
    margin: 20px auto;
    padding: 20px 5px;
    width: 100%;
    text-align: center;
    background-color: #FFF;
    border-radius: 40px;
    color: #B71A35;
    position: relative;
}
#order .btn-wrap.fax {
    margin: 0 -25%;
}
#order .btn03 {
    display: inline-block;
    width: 50%;
    height: 100%;
    /*position: absolute;*/
    top: 0;
    left: 0;
    /*margin: 0 auto;*/
    padding: 10px 5px 7px;
    text-align: center;
    background-color: #FFF;
    border-radius: 40px;
    color: #B71A35;
    border: 1px solid #B71A35;
    z-index: 100;
	font-size: 1rem;
}
#order .btn03::before {
    content: "▶";
    color: #B71A35;
    position: relative;
    z-index: 200;
    left: -10px;
}
#order .text {
    font-size: 1.125rem;
	line-height: 1.8;
}
	@media screen and (max-width: 767px) {
		
		#order .btn-wrap {
    margin: 0 auto;
    
}
	#order .btn03 {
    width: 100%;
		font-size: 100%;
}	
		#order .text{
			font-size: 100%;
		}
		#order .btn-wrap.fax {
    margin: 0;
}
	}
	
#attention .area {
    background-color: #b71a351a;
    font-size: 1.125rem;
	padding: 30px;
}
#attention .text-bold {
    font-weight: bold;
    color: #B71A35;
    text-align: left;
}

@media screen and (max-width: 767px) {
#attention .text-bold {
    text-align: center;
}
#attention .area {
    margin: 0 10px;
    padding: 20px 10px;
    font-size: 100%;
}
}
#attention .card {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}
#attention .card img {
    max-width: 190px;
}
#attention .card div.child_flame {
    clear: both;
}
#attention .card div.child {
    float: left;
}
#attention .card div.child:nth-child(-n+3) {
    padding: 0 20px 0 0;
}
	@media screen and (max-width: 1024px) {
		#attention .card img {
    max-width: 28vw;	
	}
	
		}
@media screen and (max-width: 767px) {
	#attention .card div.child:nth-child(-n+3) {
    padding: 0;
}
#attention .card div.child:nth-child(odd) {
    padding: 0 10px 0 0;
}
#attention .card img {
    max-width: 39vw;
}

}
#delivery .area {
    background-color: #FEF7E5;
}
#delivery .text {
    font-size: 1.125rem;
    letter-spacing: 0.05rem;
}
#delivery h2 {
    font-size: 2rem;
    color: #F5AB00;
}

@media screen and (max-width: 767px) {
#delivery h2 {
    font-size: 1.5rem;
}
#delivery .text {
    font-size: 100%;
    letter-spacing: 0;
    margin: 0 -5px;
}
}
		
	
.cast-wrap {
    margin: 0;
    font-size: 1.5625rem;
}
.gift-text {
    font-size: 1rem;
	font-weight: 400;
}
	.gift-text span{
	font-weight: normal;
}

@media screen and (max-width: 767px) {
.cast-wrap {
	font-size: 100%;
}
	
}
.cast-wrap .category-cast {
    display: block;
    color: #FFF;
    font-weight: 500;
    padding: 13px 15px;
    position: relative;
    background-color: #D47686;
    text-align: left;
    text-decoration: none;
}

@media screen and (max-width: 767px) {
.cast-wrap .category-cast {
    text-align: left;
}
}
.cast-wrap .category-cast span {
    display: block;
    background-color: #FFF;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	width: 25px;
    height: 2px;
}
	
	
	
@media screen and (max-width: 767px) {
.cast-wrap .category-cast span {
    width: 15px;
    right: 15px;
}
}

.cast-wrap .category-cast span:after {
    content: "";
    display: block;
    width: 25px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 45%;
    right: 0px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: rotate(90deg);
    transition: 0.3s;
}

	
	
@media screen and (max-width: 767px) {
.cast-wrap .category-cast span:after {
    width: 15px;
    right: 0px;
}
}
.cast-wrap .category-cast.active span:after {
    transform: rotate(0deg);
}
	
	
h2.howto-h2{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 2rem;
	font-family: "a-otf-ryumin-pr6n", serif;
	margin-bottom: 40px;
	color: #B71A35;
}
.howto-table{
	border-bottom: solid 2px rgba(70,49,0,0.2);
}
.howto-title{
	display: flex;
	width: 100%;
	font-size: 1.5625rem;
	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){
	h2.howto-h2{
	font-size: 1.5rem;
}
	.howto-title{
		font-size: 1.125rem;
		/*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;
}