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

.btn-area-center {
  display: block;
  width: 100%;
  text-align: center;
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	.tarte-main-title-area h1 {
		max-width: 400px;
		font-size: 26px;
	}
	.ecrin-title {
		background:none;
	}
}

.form-border {
  border-radius: 20px;
  border-width: 2px;
  border-color: #F5AB00;
  border-style: solid;
	padding: 40px 0;
}

.form-error {
  line-height: 200%;
  color: #B71A35;
  font-weight: normal;
}

.form-border .row {
  margin-right: 10px;
  margin-left: 10px;
	padding-bottom: 15px;
}

.form-piece {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 18px;
	border-bottom: solid 1px #D6D6D6;
}

.form-piece-title {
  /*background-color: #6b0416;
  color: #FFF;*/
  padding: 15px;
}

.form-piece-item {
  background-color: #FEF7E6;
  color: #333333;
  padding: 15px;
}

.necessary {
  display: inline-block;
  margin-left: 5px;
  background-color: #C5475D;
  color: #FFF;
  padding: 3px 5px;
  font-size: 17px;
}

#privacy {
  border: 1px solid #CCCCCC;
  height: 250px;
  margin: 30px 0;
  overflow: auto;
  padding: 25px;
  line-height: 1.4rem;
}

.input-name {
  width: 40%;
}
.input-name-kana {
  width: 40%;
}
.input-tel {
  width: 40%;
}
.input-zip {
  width: 30%;
}

@media (max-width: 767px){
.form-border {
	border: none;
	padding: 30px 0;
}
.form-border .row {
  margin-right: 0;
  margin-left: 0;
}
.form-piece-title {
	font-size: 16px;
	font-weight: bold;
}
.form-piece-item {
	font-size: 14px;
}
.necessary {
  font-size: 14px;
}
}
	
@media screen and (max-width: 395px) {
  .input-name {
    width: 100%;
  }
  .input-name-kana {
    width: 100%;
  }
  .input-tel {
    width: 100%;
  }
  .input-zip {
    width: 80%;
  }
  form .musee-btn01 {
    font-size: 14px;
    padding: 10px 25px;
  }
}

/* 20250306 髙原追記 */
.form-piece-item .privacy-link {
	text-decoration: underline;
}
@media screen and (max-width: 395px) {
	.sp-none {
		display: none;
	}
}