@charset "utf-8";
/* CSS Document */
/* -----------------------------------------------------------------
   reset
----------------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}
html {
  overflow-y: scroll;
}
body {
  font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
}
img {
  border: 0;
  vertical-align:bottom;
}
li {
  list-style-type: none;
}
/* -----------------------------------------------------------------
   共通
----------------------------------------------------------------- */
.wrap {
  max-width:600px;
  width: 100%;
  margin:0px auto;
}
.l-wrapper {
    width: 80%;
    max-width: 900px;
    margin: 0px auto;
}
.main {
  font-size: 13px;
  padding: 0 24px;
}
.header {
    padding: 40px 24px 0;
    overflow: hidden;
}
.headerContent {
    text-align: left;
    width: 80%;
}
.shopName{
    font-size: 23px;
    margin-bottom: 8px;
    line-height: 1.3;
}
.section {
  margin-bottom: 64px;
  position: relative;
  overflow: hidden;
}
.shopBtnWrap {
    float: right;
    width: 140px;
}
.closeBtn{
    background: #ddd;
    border-radius: 4px;
    display: inline-block;
    font-size: 14px;
    padding: 8px 20px;
    text-decoration: none;
}
.closeBtn img{
    vertical-align: middle;
    margin-right: 8px;
}
.closeBtn:link, .closeBtn:visited, .closeBtn:active {
    color: #777;
    text-decoration: none;
}
.closeBtn:hover{
    background: #ccc;
}
.btn,.btn:link, .btn:visited, .btn:active, .btn:hover {
  background: #333;
  color: #fff;
  text-decoration:  none;
  border-radius: 5px;
  display: inline-block;
  margin: 0 auto;
  vertical-align: middle;
  padding: 6px 12px;
}
.btn:hover {
  opacity: 0.8;
}
.shop-btn, .shop-btn:link, .shop-btn:visited, .shop-btn:active,.shop-btn:hover {
  background: #ddd;
  color: #777;
  font-size: 14px;
}
.pageTitle{
    text-align: left;
    font-size: 20px;
    margin-bottom: 48px;    
}
.required {
  display: inline-block;
  background: #cc0000;
  font-weight: normal;
  color: #fff;
  padding: 0 4px;
  margin-left: 4px;
  font-size: 11px;
  float: none;
}
input[type="text"], input[type="email"], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 12px;
  font-size: 15px;
  background: #F7F7F7;
  box-sizing: border-box;
  border: 1px solid #d2d2d2;
  border-radius: 2px;
}
input[type="text"]:focus, input[type="email"]:focus, textarea:focus {
  background: #fff;
}

/* -----------------------------------------------------------------
   マルチフォーム
----------------------------------------------------------------- */
.enquete-form {
  margin: 16px 0;
}
.leadText {
  margin: 16px 0;
}
.leadText img {
  max-width: 100%;
}
.enquete-form-item {
  margin-bottom: 24px;
  display: block;
}
.enquete-form-item-title {
  font-size: 13px;
  vertical-align: middle;
  display: block;
  text-align: left;
}
.enquete-form-item input[type="text"], .enquete-form-item input[type="email"], .enquete-form-item textarea {
  font-family:inherit;
  width: 100%;
  margin: 8px 0;
}
.enquete-form-checkbox, .enquete-form-radio {
  margin: 8px 0;
}
.enquete-form-checkbox li, .enquete-form-radio li {
  margin-bottom: 8px;
}
.enquete-form-checkbox input, .enquete-form-radio input {
  margin: -3px 6px 0 0;
  vertical-align: middle;
}
.enquete-form-checkbox label:hover, .enquete-form-radio label:hover {
  cursor: pointer;
}
/* -----------------------------------------------------------------
   セレクトボックス
----------------------------------------------------------------- */

select{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: none;
	cursor: pointer;
	background: #F7F7F7 url("../../images/down-arrow.png") no-repeat right 12px top 48%;
	background-size: 11px 7px;
	padding-right: 30px;
	border: 1px solid #c8c8c8;
  width: 100%;
  padding: 12px;
  margin: 8px 0;
  font-size: 15px;
}

select::-ms-expand {
  display: none;
}

select option{
  font-family:inherit;
  background: #fff;
}
/* -----------------------------------------------------------------
   ポリシー
----------------------------------------------------------------- */
.policyTitle {
	font-size: 16px;
    margin-bottom: 16px;
    text-align: left;
}

.privacyPolicyWrap + .policyTitle{
	margin-top: 24px;
}

iframe.privacyPolicy{
	width: 100%;
	border: 1px solid #ccc;
	margin-bottom: 8px;
	height: 140px;
	overflow: auto;
}

.agreeCheck{
    margin-right: 6px;
    vertical-align: middle;
}
.agreeBox{
  text-align: center;
}
/* -----------------------------------------------------------------
   確認事項
----------------------------------------------------------------- */
.confirmWrap{
	margin-top: 14px;
}

iframe.mailConfirm{
	width: 100%;
	border: 1px solid #ccc;
	margin-bottom: 8px;
	height: 140px;
	overflow: auto;
}

.btnWrap {
    margin-top: 64px;
}

.btn.disabled{
	background: #ddd;
	pointer-events: none;
}

.check-btn{
	font-size: 14px;
}

#send_btn{
	font-size: 17px;
	padding: 12px 32px;
	cursor: pointer;
	width: 50%;
	display: block;
}

#send_btn:disabled {
    background-color: #cccccc;
    cursor: default;
}

.comment {
  margin-left: 20px;
}

@media screen and (max-width:768px) {
  .enquete-form-checkbox li, .enquete-form-radio li {
    margin-bottom: 18px;
  }
}


.recaptcha-container {
  display: flex;
  justify-content: center; /* 横方向中央寄せ */
  margin-top: 20px;
}

/* -----------------------------------------------------------------
   アラートメッセージ
----------------------------------------------------------------- */

.alert {
  padding: 15px;
  margin-bottom: 15px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

/* -----------------------------------------------------------------
   フッター
----------------------------------------------------------------- */
.footer{
    margin-top:120px;
    width: 100%;
    border-top: 1px dashed #ccc;    
    padding: 32px 0;
}

.copyright{
    text-align: center;
    font-size: 12px;
    margin-bottom: 32px;
}
