@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: 3px;
}

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

/*---------------------------------------------
 会社案内
---------------------------------------------*/
body p {
  line-height: 1.8em;
}

/*.about-content-wrap {
  display: block;
  position: relative;
  border-radius: 20px;
  border-width: 3px;
  border-color: #b1dbed;
  border-style: solid;
  padding: 30px;
  margin: 25px 0;
}*/

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

.description-wrap{
	list-style: none;
}

.description-title{
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;
	line-height: 35px;
}

.description-text{
	font-size: 16px;
	margin: 15px 0;
	line-height: 35px;
}

.description-border{
	border-bottom: solid 1px #333;	
}

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

.bg-yellow > p{
	text-align: center;
	font-size: 18px;
}

/*.item-line-bottom {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: dotted 1px #6b0416;
}*/

@media screen and (max-width: 767px) {
  /*.h4 {
    line-height: 2em;
  }
	.item-line-bottom {
    padding-bottom: 20px;
    margin-bottom: 20px;
	}*/
	
.description-title{
	font-size: 14px;
	margin-top: 15px;
	line-height: 25px;
}

.description-text{
	font-size: 14px;
	margin: 10px 0 15px;
	line-height: 25px;
}
	
.bg-yellow{
	padding: 50px 0;
}

.bg-yellow > p{
	font-size: 14px;
}
}
