@charset "UTF-8";
@import url(reset.css);
@import url(base.css);
html, body {
  height: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  background-color: #fff;
  color: #2d2320;
  font: 500 18px/1.7 'Lucida Grande','Hiragino Kaku Gothic ProN','メイリオ', sans-serif; }
.serif {
  font: 500 18px/1.7 'Hiragino Mincho ProN', 'YuMincho', 'MS 明朝', 'Times New Roman', serif; }
.font-large {
  font-size: 18px;
}  
.all  {
  overflow: hidden;
 }
/*↓【 MEMO 】IOSのスマホは背景画像の固定「fixed」が効かない。containやcoverと、fixedを同時に指定するとIOSでは無効になるため。対処法は疑似要素で背景画像指定しpositionを使用するなど複雑な設定が必要。*/
.container, body#shop div.all, div.cpform {
	margin: 0 auto;
	background: url('../img/shop/bg.jpg?1345') repeat-y fixed center top ;
	background-size: cover;/*containでは横長画面になると、画像が縮小し、左右が空いてしまうためcoverに変更*/
	padding: 0 5%;
 }
.container_shop, .container_form {
  margin: 0 auto;
  padding: 50px;
 }
 @media screen and (max-width: 767px) {
  .container_shop, .container_form  {
    padding: 25px;
  }
 }
.container_shop {
	margin-top: 30px;
	background-color: #fff;
	border: solid 1px #ccc;
 }


 @media only screen and (max-width: 1240px) {

 }
a {
  color: #ef845d;
  text-decoration: none;
  transition: 1.0s; 
}
a:hover {
  opacity: .6; }
a:hover img {
    opacity: .6; }
.w100 {
  width: 100%; }
.w40 {
width: 40%;
  }
.w66 {
  width: 66%; }
.w80 {
    width: 80%;
  }
.w30 {
  width: 30%;
}  
.w35 {
    width: 35%; }
.w62 {
    width: 62%; }
.w70 {
  width: 70%; }
.w565p {
  max-width: 565px;
}
.w50 {
  width: 50%;
}
figure img {
  width: 100%;
}
.m-auto {
  margin-right: auto;
  margin-left: auto;
}

 header h1, header figure {
	 margin: auto;
 }
/*///////////////////////////video=END=/////////////////////*/
/*///////////////////////////main/////////////////////*/

#cp_info h4 {
	font-size: 34px;
  } 

.requirements {
  border:3px solid #c6c6c6;
  padding: 20px 8.3%;
  border-radius: 20px;
}
.requirements h2 {
  letter-spacing: 1.4rem;
  font-size:40px;
  font-weight: normal;
  margin-bottom: 30px;
}
.requirements table {
  width: 100%;
}
.requirements th {
  font-weight: normal;
  letter-spacing: 1.2rem;
  min-width: 180px;
  font-size: 20px;
}
.requirements th.ls-normal {
  letter-spacing: .2rem;
}
.requirements .arrow1 {
  color: #ef845d;
  margin-right: calc(50% - 180px);
}
.requirements td p.small {
  font-size: 14px;
  line-height: 1.4;
}
.link {
  background:#A6A6A6;  
  margin: 15px 0;
  padding: 8px 10px 5px 10px;
  border-radius: 20px;
}
.link a {
  color: #fff;
  font-weight: 800;
  display: block;
  font-size: 25px;
}
.link1 {
  background:#A6A6A6;  
  margin: 30px auto;
  padding: 8px 10px 5px 10px;
  border-radius: 20px;
}
.link1 a {
  color: #fff;
  font-weight: 800;
  display: block;
  font-size: 25px;
}
.notice {
  padding: 30px 8.3%;
	border: #bbb solid 2px;
}
.notice span {
  opacity: 0.35;
	letter-spacing: 3px;
	font-size: 15px;
 }
.notice h3 {
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 22px;
  letter-spacing: .6em;
}

 .link2 a {
  color: #2d2320;
 }
 .center1 {
  text-align: center;
 }

 .requirements {
   background: rgba(255, 255, 255, .85);
 }
 /*--フォーム--*/
 .form-h1 {
  background:#A6A6A6;
  font-weight: 600;
  font-size: 28px;
  padding: 10px;
  color: #fff;
  margin: 5px 0;
 }
.form select {
  height: 40px;
  font-size: 18px;
  padding: 10px;
  border-radius: 10px;
}
.form-h2 {
  background:#A6A6A6;
  font-weight: 600;
  font-size: 25px;
  padding: 10px;
  color: #fff;
  margin: 20px 0;
 }
/*///////////////////////////main=END=/////////////////////*/
/*///////////////////////////footer/////////////////////*/
footer {
  margin-top: 90px;
  padding-bottom: 60px;
}
footer figure {
  width: 315px;
}
/*///////////////////////////footer=END=/////////////////////*/
.sp-only {
  display: none;
 }

@media only screen and (max-width: 667px) {

  .center1 {
    text-align: left;
   }
  .w40 {
    width: 100%;
  }
  .w66 {
    width: 100%;
  }
  .w80 {
    width: 100%;
  }
  .w30 {
    width: 100%;
  }
  .w35 {
    width: 100%;
  }
  .w62 {
    width: 100%;
  }
  .w70 {
    width: 100%;
  }
  .w565p {
    width: 100%;
  }
  .w50 {
    width: 100%;
  }

  .requirements table th, .requirements table td {
    width: 100%;
    display: block;
  }
  .requirements .arrow1 {
    color: #ef845d;
    margin-right: 0;
  }
  .requirements table th {
    margin-top: 20px;
  }

  .requirements .arrow1 {
  color: #ef845d;
  margin-right: calc(50% - 180px);
}
 .pc-only {
  display: none;
 }
 .sp-only {
  display: block;
 }
#cp_info {
    width: 80%;
  } 
#cp_info h4 {
	font-size: 26px;
  } 
 .form-h1 {
  font-size: 22px;
  padding: 10px;
  color: #fff;
  margin: 5px 0;
 }
}
