@charset "UTF-8";
@media (max-width: 640px) {
  .pc {
    display: none !important; }
}

@media (min-width: 641px) {
  .sp {
    display: none !important; } }

.cont_content{
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

/************************
heading
*************************/
.cont_heading{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: url(/sy_img/contact/con_headerimg.png) no-repeat center;
	font-size: 35px;
	line-height: 1.4;
	color: #fff;
}
.cont_heading span{
	font-size: 13px;
	font-weight: normal;
}
@media (max-width: 640px) {
	.cont_heading{
		height: 140px;
		background-size: cover;
	}
}
@media (min-width: 641px) {
	.cont_heading{
		height: 287px;
	}
}

/* ===========================================
form
=========================================== */
.form_pts input[type="text"], 
.form_pts input[type="tel"], 
.form_pts input[type="email"], 
.form_pts input[type="date"], 
.form_pts input[type="time"], 
.form_pts input[type="number"],
.form_pts textarea,
.form_pts select {
	width: 100%;
	padding: 7px;
	border: 1px solid #a2a2a2;
	color: inherit;
	font-size: 1.1em;
	background-color: #fff;
	outline: 0;
}
.form_pts textarea{
	height: 200px;
	padding: 10px;
}
@media (min-width: 641px){
	.form_pts input[type="text"], 
	.form_pts input[type="email"]{
		max-width: 320px
	}
	.form_pts input[type="tel"]{
		max-width: 160px;
	}
	.form_pts textarea{
		max-width: 600px;
	}
}
.form_pts select{
	width: auto;
}
.form_pts input:focus, 
.form_pts textarea:focus {
	border: 1px solid #a00816;
	background-color: #fff;
	box-shadow:0 0 1px 1px #a00816;
}
.form_pts input:hover,
.form_pts textarea:hover,
.form_pts select:hover {
	border: 1px solid #a00816;
}
.formBtn li{
	display: inline-block;
	margin: 0 2em 0.3em 0;
	line-height: 1;
}
.formBtn input[type="radio"],
.formBtn input[type="checkbox"]{
	margin-right: 2px;
	vertical-align: top;
}

/* submit */
.smb{
	text-align: center;
}
.smb button,
.smb a{
	display: inline-block;
	border: solid 1px #a00816;
	outline: 0;
	margin-left: 5px;
	margin-right: 5px;
	padding: 17px 30px;
	border-radius: 0;
	background-color: #a00816;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.5s;
}
.smb .back_button{
	background-color: #fff;
	color: #0f0800;
	border-color: #0f0800;
}
.smb a{
	margin-top: 40px;
}
@media (min-width: 640px) {
	.smb button{
		width: 285px;
		margin-left: 15px;
		margin-right: 15px;
	}
	.smb button:hover{
		opacity: .7;
	}
	.smb .back_button{
		width: 195px;
	}
	.smb .back_button:hover{
		opacity: 1;
		background-color: #f1f1f1;
	}
}

/* page2 */
.formul01{
	margin-left: 0.8em;
	padding-left: 0.8em;
	margin-bottom: 20px;
	list-style: disc;
}
.formul01 li{
	margin-bottom: 8px;
}

.cont_form{
	margin-top: 40px;
	margin-bottom: 50px;
}
.form_container{
	margin-bottom: 30px;
	border-bottom: solid 1px #0f0800;
}
.form_input{
	display: block;
}
.form_label sup,
.dlform sup{
	margin-left: 2px;
	color: #a00816;
	font-size: 0.8em;
	font-weight: normal;
}
.form_email{
	display: block;
}
.form_email + .form_email{
	margin-top: 15px;
}
.form_email + p{
	margin-top: 10px;
	font-size: 12px;
}
@media (max-width: 640px){
	.form_label,
	.dlform dt{
		display: block;
		margin-bottom: 5px;
		font-weight: bold;
	}
	.form_container > label,
	.form_row,
	.dlform{
		display: block;
		padding: 20px 5px;
		border-top: solid 1px #0f0800;
	}
}
@media (min-width: 641px){
	.form_container{
		display: table;
		width: 100%;
		margin-bottom: 45px;
		border-collapse: collapse;
	}
	.form_container > label,
	.form_row,
	.dlform{
		display: table-row;
		border-top: solid 1px #0f0800;
	}
	.form_label,
	.dlform dt{
		display: table-cell;
		width: 24.45%;
		min-width: 170px;
		padding: 28px 1em 0 5.4%;
		vertical-align: top;
	}
	.dlform dt{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.form_input,
	.dlform dd{
		display: table-cell;
		padding: 20px 25px;
		background-color: #f1f1f1;
	}
	.formBtn{
		padding-top: 22px;
	}
}


/************************
テキスト等
*************************/
.cont_txt{
	margin-top: 20px;
}
.cont_conplete{
	margin-bottom: 50px;
}
.cont_txt h2{
	margin-bottom: 1em;
	font-weight: normal;
	text-align: center;
}

@media (min-width: 641px) {
	.cont_txt{
		margin-top: 30px;
		text-align: center;
	}
}


/************************
エラーメッセージ
*************************/
.cont_error{
	display: none;
	max-width: 920px;
	padding: 20px 15px;
	background-color: #f1f1f1;
	text-align: center;
}
.cont_error ul{
	list-style: none;
	margin-top: 10px;
}
.cont_error li{
	display: inline-block;
	margin-left: .5em;
	margin-right: .5em;
	color: #a00816;
}
.cont_error li:before{
	display: inline-block;
	content: "●";
}
.cont_error li[aria-hidden=true]{
	display: none;
}
@media (max-width: 640px) {
	.cont_error{
		margin: 20px 15px 0;
	}
}

@media (min-width: 641px) {
	.cont_error{
		margin-left: auto;
		margin-right: auto;
		margin-top: 40px;
	}
}


/************************
プライバシーポリシー
*************************/
.policy {
	border : solid 1px #0f0800;
	display: block;
	height: 150px;
	margin-bottom: 50px;
	width: 100%;
}
.policy_check {
	background-color: #f1f1f1;
	border-bottom: solid 1px #0f0800;
	display: block;
	font-weight: bold;
	padding: 20px 0;
	text-align: center;
	width: 100%;
}
.policy_check sup {
	color: #a00816;
}


/************************
ショップ情報
*************************/
.shopdata {
  background: url(../sy_img/common/co_back.jpg);
  /*
	background: url(../sy_img/sample4_2.png)no-repeat top center;
	*/
  display: flex;
  justify-content: center;
  padding: 38px 0 40px; }
  .shopdata ._imagebox {
    padding-right: 35px;
    text-align: right;
    width: 50%; }
    .shopdata ._imagebox img {
      max-width: 365px;
      width: 100%; }
  .shopdata ._textbox {
    padding-left: 13px;
    width: 50%; }
    .shopdata ._textbox ._h {
      font-size: 23px;
      font-weight: normal;
      letter-spacing: 0.7px;
      line-height: 36px; }
      .shopdata ._textbox ._h ._str {
        font-size: 33px; }
      .shopdata ._textbox ._h ._sml {
        display: block;
        font-size: 16px;
        line-height: 25px;
        letter-spacing: 0.7px;
        margin-bottom: 20px; }
    .shopdata ._textbox ._adr {
      font-style: normal;
      font-size: 15px;
      letter-spacing: -0.5px;
      margin-bottom: 22px; }
    .shopdata ._textbox ._par {
      font-size: 15px;
      line-height: 25px; }
      .shopdata ._textbox ._par ._title {
        display: block;
        font-size: 14px; }

