@charset "utf-8";

/* ==============================
Smartphone contact layout
Site Name: Allegro Wedding Site;
Date: 2016.08;
================================= */

/* layout
================================= */
#hero {
	background: url(../img/contact/photo_hero.jpg) center center no-repeat;
	background-size: cover;
}
#main {
	background: url(../img/contact/ttl_page.svg) center top no-repeat;
	background-size: 204px 94px;
}

/* intro
----------------------------- */
#intro {
	padding-bottom: 0;
}
/* info */
#contactinfo {
	padding-bottom: 40px;
}
#contactinfo h3 {
	margin-bottom: 12px;
}
#contactinfo .tel {
	font-size: 20px;
}
#contactinfo .txt {
	margin-bottom: 20px;
}

/* mailform
----------------------------- */
#mailform {
	padding-bottom: 0;
}
/* form */
form {
	margin-bottom: 50px;
}
/* form */
input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="submit"],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}
input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
select,
textarea {
	background-color: #f3eeea;
	border: 1px solid #aca4a1;
	box-sizing: border-box;
	font-size: 13px;
	line-height: 44px;
	vertical-align: middle;
	padding: 0 10px;
	width: 100%;
	height: 44px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
select:focus,
textarea:focus {
	background-color: white;
}
input[type="checkbox"],
input[type="radio"] {
	-webkit-transform-origin: right bottom;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
textarea {
	resize: vertical;
	width: 100% !important;
	height: 150px !important;
}
#form-people {
	width: 80%;
}
#form-day01,
#form-day02 {
	margin-bottom: 10px;
}
.label--btn {
	background-color: #2c221b;
	box-sizing: border-box;
	color: white;
	cursor: pointer;
	display: block;
	line-height: 44px;
	padding: 0 14px;
	height: 44px;
}
.label--btn:not(:last-of-type) {
	margin-right: 10px;
	margin-bottom: 10px;
}
.label--btn.mfp_checked {
	background-color: #df468e;
}
.label--btn.mfp_not_checked {
	background-color: black;
}
/* btns */
#form .btns {
	padding-top: 30px;
}
#form .btns p {
	margin-bottom: 30px;
}
input[type="submit"],
button[type="submit"],
button[type="button"]  {
	background-color: #df468e;
	box-sizing: border-box;
	color: white;
	cursor: pointer;
	font: 15px/40px "Prata", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", serif;
	border: 1px solid #df468e;
	width: 100%;
	max-width: 280px;
	height: 44px;
}
/* privacy */
#privacy {
	background-color: white;
	border: 4px solid #f3eeea;
	font-size: 12px;
	padding: 20px;
}
#privacy h3 {
	font-weight: bold;
	margin-bottom: 14px;
}

/* thanks
----------------------------- */
#complete {
	padding-bottom: 30px;
}
#complete .btn {
	margin-top: 30px;
}


#text_box {
      width: 95%;
      margin: 30px auto 20px auto;
      padding: 20px 0;
      border: solid 1px #dd471f;
   }

   #text_box p.ttl {
      font-size: 24px;
      margin-bottom: 8px;
      letter-spacing: 2px;
      text-align: center;
      line-height: 40px;
      color: #000;
      font-weight: bold;
   }

   #text_box p.txt {
      text-align: center;
      font-size: 16px;
      line-height: 30px;
      color: #000;
   }