@charset "utf-8";

/* ----------------------------------------------------
 全端末共通
---------------------------------------------------- */
.contents .tit-red{
	font-size: 4.7rem;
}


.goods01 .title{
  margin: 0 calc(50% - 50vw) 40px;
  padding: 100px calc(50vw - 50%) 0;
  text-align: center;
  color: #fff;
  font-size: 5.0rem;
  line-height: 1.5;
	height: 400px;
	align-items: center;
	justify-content: flex-end;
  background: url(/boutique/img/190101/bg_title.png) bottom repeat-x;
	position: relative;
}
.goods01 h2{
	display: flex;
	align-items: center;
	height: 300px;
	position: relative;
	max-width: 980px;
	width: 100%;
	justify-content: flex-end;
	z-index: 1;
  font-weight: bold;
}
.goods01 h2::before{
	content: "";
	position: absolute;
	display: block;
	bottom: 0; left: -290px;
	width: 573px; height: 400px;
	background: url(/boutique/img/190101/bg_what.png) left bottom / cover no-repeat;
	z-index: -1;
}
.goods01 .txt-box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
.goods01 .txt-box p{
	flex: 1;
}
.goods01 .txt-box figure{
	max-width: 250px;
	margin-left: 30px;
	font-size: 1.2rem;
}
.goods01 .txt-box figcaptiopn{ margin-top: 5px;}
.item {
  text-align: center;
  padding-bottom: 60px;
}
.item .point{
  font-size: 2.1rem;
  font-weight: bold;
	text-align: center;
	position: relative;
	padding: 36px 0;
	background: url("/boutique/img/190101/bg_beige_mdl.png") left top / 100% auto repeat-y;
	margin-bottom: 30px;
}
.item .point::before,.item .point::after{
	content: "";
	position: absolute;
	display: block;
	width: 100%; height: 36px;
	background: url("/boutique/img/190101/bg_beige_top.png") left top / 100% auto no-repeat;
	left: 0;
	z-index: 2;
}
.item .point::before{ top: 0; }
.item .point::after{ bottom: 0; transform: scale(1, -1);}
.item .point p{
	background-image: linear-gradient(to right, #fff8f0 1.1px, transparent 1px), linear-gradient(to bottom, #d7bfa3 1.1px, transparent 1px);
	background-size: 2px 2.2em;
	line-height: 2.2;
	margin: 0 20px;
	position: relative;
	font-weight: bold;
}
.item .point p::before{
	content: "";
	position: absolute;
	display: block;
	width: 100%; height: 2px;
	background: #fff8f0;
	left: 0; top: 0;
}
.item-list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.item-list li{width: calc(300 / 980 * 100%)}
.item-list a{ text-decoration: none; transition: .3s; }
.item-list a:hover{ opacity: .7; }
.item-list p{
  font-size: 1.2rem;
  line-height: 1.6;
  margin-top: 5px;
  text-align: left;
}
.item-list p span{ text-decoration: underline; }

.goods01 .item-list li{ width: 47.9%;}

.goods02 h2{
  margin: 0 calc(50% - 50vw) 40px;
  padding: 0 calc(50vw - 50%) 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 5.0rem;
  line-height: 1.5;
	height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
  background: url(/boutique/img/190101/bg_title02.png) bottom repeat-x;
}
.goods02 h2+p{ margin-bottom: 50px;}
.goods02 .item .point{
	background: url("/boutique/img/190101/bg_pink_mdl.png") left top / 100% auto repeat-y;
}
.goods02 .item .point::before,.goods02 .item .point::after{
	background: url("/boutique/img/190101/bg_pink_top.png") left top / 100% auto no-repeat;
}
.goods02 .item .point p{
	background-image: linear-gradient(to right, #fff8f0 1.1px, transparent 1px), linear-gradient(to bottom, #cf809a 1.1px, transparent 1px);
  font-size: 2.1rem;
  font-weight: bold;
	text-align: center;
}
.goods02 .item .point p span{
	font-size: 1.7rem;
	letter-spacing: -0.05em;
	text-decoration: none;
	font-weight: bold;
}
.goods02 .item .point p::before{
	content: "";
	position: absolute;
	display: block;
	width: 100%; height: 2px;
	background: #fff8f0;
	left: 0; top: 0;
}

.contact{ margin-bottom: 60px; }
.contact-info{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.contact-info li a{
  display: block;
  text-decoration: none;
  box-sizing: border-box;
  background: #fff url(/img/boutique/ico_arrow.png) no-repeat 10px center;
  border: 4px solid #d2aa64;
  padding: 10px 10px 10px 25px;
  font-size: 15px;font-size: 1.5rem;
  font-weight: bold;
}
.contact-info li:first-of-type a{ margin-bottom: 10px;}
.contact-info li a:hover{
  background: #ffe9c2 url(/img/boutique/ico_arrow.png) no-repeat 10px center;
}

.other-box { margin-bottom: 60px; position: relative; }
.other-box h2{
  font-size: 11px; font-size: 1.1em;
  font-weight: bold;
  color: #000;
  height: 70px;
  background: #f0eeed;
  padding: 13px 0 0 15px;
  margin-bottom: 30px;
}
.other-box h2 span{
	font-family: 'Roboto', sans-serif;
  font-size: 25px; font-size: 2.5rem;
  font-weight: bold;
  padding-right: 15px;
  vertical-align: middle;
}
.other-box h2::before{
  content: "";
  position: absolute;
  display: block;
  width: 100vw; height: 70px;
  left: calc(50% - 50vw); top: 0;
  background: linear-gradient(90deg, #c6002f 0%,#c6002f 50%,#f0eeed 50%,#f0eeed 100%);
  z-index: -1;
}
.other-list{
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
.other-info {
  width: calc(310/980*100%);
  background: #f0eeed;
}
.other-info a{
  display: flex;
  flex-flow: column-reverse wrap;
  text-decoration: none;
}
.other-info a:hover{ opacity: .7; }
.other-info dl{
  padding: 10px 20px 20px;
  font-size: 12px; font-size: 1.2rem;
  line-height: 1.6;
}
.other-info dt{
  color: #c6002f;
  font-weight: bold;
  font-size: 15px; font-size: 1.5rem;
  margin-bottom: 5px;
  line-height: 1.2;
}
.other-info dt em{
  font-size: 11px; font-size: 1.1rem;
  font-weight: bold;
}
.other-info dt span{
	font-family: 'Roboto', sans-serif;
  font-size: 11px; font-size: 1.1rem;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 8px;
}
.back .btn a{
  position: absolute;
  top: 18px; right: 0;
  background: #ffeb00;
  color: #000;
  font-size: 11px; font-size: 1.1rem;
	font-family: 'Roboto', sans-serif;
  padding: 5px 10px;
  text-decoration: none;
  font-weight: bold;
}
.back .btn a:hover{ opacity: .7; }
.pick dt{ color: #c6002f; }

.supplement {
  padding: 70px 0;
}
.supplement h2+p{
  text-align: center;
}

/*All END*/


/* ----------------------------------------------------
メディアクエリ設定 (PC) 961px～ 
---------------------------------------------------- */
@media screen and (min-width: 961px) {
	.sp-only { display: none; }

	
	
/*PC END*/
}

 /* ----------------------------------------------------
メディアクエリ設定 (tablet and PC) 769px～ 
---------------------------------------------------- */
@media only screen and (min-width: 769px){
	
	
	
/*tablet PC END*/
}

 /* ----------------------------------------------------
メディアクエリ設定 (tablet　only)  769～960px
---------------------------------------------------- */
@media only screen and (min-width: 769px) and (max-width: 960px) {
	
}

 /* ----------------------------------------------------
メディアクエリ設定 (smartPhone only)   0～960px
---------------------------------------------------- */
@media screen and (max-width: 960px) {
	
	.pc-only { display: none; }
  .other-box{ display: none;}
  
	
	.contents .tit-red{ font-size: 2.4rem;}
	.contents .tit-red em{ margin: 10px 0 0;}
	
  .contents .lead{ padding: 0 15px; text-align: left;}
	
	.goods01 .title{
		height: 200px;
		padding-top: 50px;
		background-size: auto 150px;
		margin-bottom: 15px;
	}
	.goods01 h2{
		max-width: none;
		height: 150px;
		font-size: 2rem;
		justify-content: center;
		z-index: 10;
	}
	.goods01 h2::before{
		left: -80px;
		width: 287px; height: 200px;
	}
	.goods01 .txt-box{
		padding: 0 15px;
		display: block;
		margin-bottom: 10px;
	}
	.goods01 .txt-box figure{
		max-width: 200px;
		margin: 15px auto 0;
	}

  .item{ padding: 20px 15px !important; }
	.item .point{ 
		font-size: 1.6rem;
		padding: 15px 0;
		line-height: 1.5;
		margin-bottom: 15px;
	}
	.item .point p{ margin: 0 10px; }
	.item-list li{ width: 48% !important; margin-bottom: 15px; }
	
	.museum{margin: -30px 15px 0;	}
	.museum h3{ font-size: 1.7rem; line-height: 1.5; padding: 15px;}
	.museum-box{ padding: 15px; flex-direction: column-reverse;}
	.museum-txt,.museum-img{width: 100%;}
	.museum-img{ margin-bottom: 25px; }
	.museum-txt p+p{ padding-top: 15px; margin-top: 15px;}
	.goods02 h2{
		font-size: 1.8rem;
		height: 150px;
		margin-bottom: 15px;
	}
	.goods02 h2+p{
		padding: 0 15px;
		margin-bottom: 10px;
	}
	.goods02 .item .point p{
		font-size: 1.6rem;
	}
	.goods02 .item .point p span{ font-size: 1.4rem;}
	.supplement h2 + p{
    padding: 20px;
  }

  .contact-info ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
  }
  .contact-info ul li{ width: 49%; }
  .contact-info ul li a{
    margin-bottom: 0 !important;
    border-width: 2px;
    font-size: 3vw;
    padding: 10px 5px 10px 20px;
    background-size: 6px auto;
  }
  .contact-info ul li a:hover{ background-size: 6px auto; }
  .contact{ margin-bottom: 30px;}
  .rec > .btn a{
    color: #000;
    font-family: 'Roboto', sans-serif;
    margin: 0 15px 50px;
    display: block;
    background:#ffeb00 url(/month/img/ico_arrow.png) right 15px center / 32px auto no-repeat;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    padding: 20px 0;
  }
	/*smartPhone END*/
}

 /* ----------------------------------------------------
メディアクエリ設定 (smartPhone only)   0～768px
---------------------------------------------------- */
@media screen and (max-width: 768px) {
	
	.pc-only { display: none; }
	

/*smartPhone END*/
}