/**/@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;
}

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

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

/*---------------------------------------------
 お買い物ガイド
---------------------------------------------*/
/*.guide-content-wrap {
  display: block;
  position: relative;
  border-radius: 20px;
  border-width: 3px;
  border-color: #b1dbed;
  border-style: solid;
  padding: 30px;
  margin: 25px 0;
}

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

.bold{
	font-weight: bold;
}

.bg-yellow{
	background-color: #FEF7E5;
	padding: 50px 0;
}

.guide-wrap .guide-title{
	list-style: none;
	font-size: 18px;
	border-bottom: solid 1px #333;
	line-height: 50px;
	font-weight: bold;
}

.guide-wrap .guide-text{
	list-style: none;
	font-size: 16px;
	margin-top: 20px;
}

.img-border {
  border-style: solid;
  border-color: #dedede;
  border-width: 1px;
}

.title-credit-card {
  padding-top: 24px;
}
.title-yamato-unyu {
  padding-top: 32px;
}

.msg-daibiki {
  padding-top: 8px;
}
.msg-yamato-unyu {
  padding-top: 12px;
  line-height: 25px;
}
.msg-soryo-ichiran {
	font-size: 16px;
  line-height: 35px;
}

table {
  margin: auto;
  border-collapse: collapse;
  width: 100%;
  background-color: #fff;
}
  table th {
    text-align: center;
    vertical-align: middle;
    padding: 10px;
    font-weight: bold;
    border: solid 1px #ababab;
  }
  table .t_top {
    font-weight: bold;
    background-color: #efefef;
  }
  table td {
    text-align: center;
    vertical-align: middle;
    padding: 10px;
    border: solid 1px #ababab;
  }
    table td.cel1 {
      text-align: right;
    }
    table td.cel2 {
      text-align: right;
      background-color: #efefef;
    }

.question-category{
	list-style: none;
	display: table;
}

.question-category .category-name{
	display: table-cell;
	font-size: 20px;
	border-right: 1px solid #333;
	width: 250px;
	text-align: center;
}

.question-category .category-name :last-child{
	border-right: none;

}

.question-category .category-name a{
	color: #333;
}

.question-category .category-name a :hover{
	text-decoration: underline !important;
 }

.title-lace {
	display: inline-block;
	background-color: #C5475D;
	color: #fff;
	font-size: 20px;
	padding: 10px 30px;
	vertical-align: middle;
}

.q-and-a-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 35px;
  padding-top: 40px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: #333;
  border-bottom: dotted 2px #333;
}
.qa-color-q {
  font-weight: bold;
  color: #333;
}
.qa-color-a {
  font-weight: bold;
  color: #333;
}
.msg-qa-a {
  font-size: 16px;
  line-height: 35px;
  padding-left: 2.4em;
  text-indent: -2.3em;
}


.btn-pagelink{
	margin: 0 auto;
	padding: 15px 0px;
	display: block;
	width: 100%;
	text-align: center;
	background-color: #FFF;
	color: #B71A35;
	border: 1px solid #B71A35;
	font-size: 16px;
}

.btn-pagelink:before{
	content:"▶";
	color: #B71A35;
	display: inline-block;
	margin: 0 10px;
}

.btn-pagelink:hover{
	margin: 0 auto;
	padding: 15px 0px;
	display: block;
	width: 100%;
	text-align: center;
	background-color: rgba(183,26,53,0.80);
	color: #FFF;
}

.btn-pagelink:hover:before{
	content:"▶";
	color: #FFF;
}

@media (max-width: 767px){
	.btn-pagelink{
	margin: 5px 0;
}
	.ecrin-top-text{
	padding: 0;	
	}
	
	.bg-yellow{
	padding: 30px 0;
}
	
	.guide-wrap .guide-title{
	font-size: 14px;
	line-height: 45px;
}

.guide-wrap .guide-text{
	font-size: 14px;
	margin-top: 15px;
	line-height: 30px;
}
.msg-soryo-ichiran {
	font-size: 14px;
  line-height: 30px;
}
	.question-category{
		margin-top: 20px;
}
.question-category .category-name{
	font-size: 16px;
	width: 250px;
}
	.title-lace {
	font-size: 16px;
	padding: 5px 10px;
}

.q-and-a-title {
  font-size: 14px;
  line-height: 35px;
	padding: 30px 0 15px;
  margin-bottom: 15px;
}
	
.msg-qa-a {
  font-size: 14px;
  line-height: 30px;
}
}