/* ===========================
キャンペーン情報
MB→PC（min-width: 768px）
=========================== */
@import url(https://fonts.googleapis.com/css?family=PT+Sans);

*, *::before, *::after {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
}
html, body, div, dl, dt, dd, form, fieldset, h1, h2, h3, h4, h5, h6, input, textarea, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
}
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  background-color: #fff;
  font-size: 15px;
  word-break: break-all;
}
h2 {
  margin-bottom: 10px;
  font-size: 22px;
  color: #009cc8;
  border-bottom: 1px dotted #6009cc8;
}
h3 {
  margin-bottom: 10px;
  color: #009cc8;
}
p {
  margin: 0 0 10px;
  line-height: 1.4;
}
small {
  display: block;
  color: #369;
  font-size: 11px;
  letter-spacing: 0.06em;
  line-height: 1.4;
  text-align: center;
}
img, li img, dt img, dd img {
  border: 0;
  line-height: 0;
  vertical-align: top;
}
ul, ol {
  list-style-position: outside;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  font: 100%;
}
th, td {
  text-align: left;
}


/**/

.fred {
  color: #c00;
}
.taC {
  text-align: center;
}

.mTit {
  font-size: 24px;
}

header {
  text-align: center;
  margin-bottom: 30px;
  padding: 10px;
  color: #fff;
  background-color: #0b458a;
}
header h1 {
  font-size: 24px;
}
header img {
  width: 100px;
  height: auto;
  margin-right: 10px;
}

header .logo {
  margin: 0 auto;
}

footer {
  padding: 0 10px 10px;
}



.headBox p {
  margin: 0;
  padding-top: 0.5em;
  font-size: 16px;
}
.conteSec {
  width: auto;
  max-width: 810px;
  margin: 0 4% 20px;
}

.campMain {
position: relative;
background-color: #009cc8;
padding: 5px 5px 10px;
z-index: -10;
}

.campMain dt {
  position:relative;
  display: inline-block;
  background-color: #009cc8;
  width: 94%;
  margin: -20px 0 0 -10px;
  padding: 10px;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.4;
  font-weight: bold;
	color: #fff;
}
.campMain dt::after {
  position: absolute;
  top: 1px;
  right: -3px;
  content:"";
  background: #f4ec5a;
  width: 100%;
  height: 100%;
  transform: rotate(-2deg);
  z-index: -1;
}
.campMain .periodBox {
  position: relative;
  background-color: #fdf3ad;
  margin: -10px 0 0;
  padding: 20px 10px 10px;
  font-size: 15px;
  letter-spacing: 0.06em;
  line-height: 1.4;
  font-weight: bold;
  z-index: -5;
}
.campMain img {
  max-width: 100%;
  height: auto;
}
.campMain dd.imgBox {
  margin-bottom: 5px;
}
.campMain dd.txtBox {
  padding: 15px 5px 0;
}

.note p {
  font-size: 13px;
}

/*リンク*/
.ppBox {
  padding: 20px 0 0;
  text-align: center;
}
.ppBox a.btn {
  display: inline-block;
  background-color: #009cc8;
  padding: 8px 12px;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}

/*店舗情報*/
.shopData {
  padding: 30px 0 10px;
}
.shopData h2 {
  font-size: 18px;
  font-weight: normal;
}

.shopData .accessBox {
  background-color: #ddd;
  padding: 5px;
  font-size: 13px;
}

.gMap iframe {
  width: 100%;
}


/* mailform */
#mailform table {
  width: 100%;
}
#mailform h2 {
  margin-bottom: 0;
}

form table {
  border-top: 1px dotted #9e9e9e;
}

form table th, form table td {
  display: block;
}
form table th {
  font-size: 16px;
  padding-top: 20px;
}
form table th .memo {
  font-size: 13px;
  font-weight: normal;
}

form table td {
  padding: 0 0 20px;
  border-bottom: 1px dotted #9e9e9e;
}
form table tr.camTit td {
  background-color: #fdffb6;
  padding: 10px;
}

form table td p {
  margin: 0;
}
.clrReq {
  margin-left: 10px;
  padding: 3px 4px;
  font-size: 11px;
  letter-spacing: 0.06em;
  line-height: 1;
  font-weight: normal;
  color: #fff;
  background-color: #c00;
}
form input {
  color: #333;
  border: 1px solid #ccc;
  margin: 5px 0 0;
  padding: 10px;
}
input[type="text"] ,input[type="tel"] {
  width: 100%;
}
form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
}
.ajst label {
  display: inline-block;
  margin: 10px 5px 0;
  cursor: pointer;
}
.ajst label input {
  margin-right: 5px;
}

.chk {
  width: auto;
}
.mfBtn {
  padding-top: 20px;
  text-align: center;
}
.mfBtn input {
  width: 120px;
  margin: 0 10px;
  padding: 10px 20px;
}

/* 送信完了画面 */
#thanks {
  padding: 30px 0;
}

@media only screen and (max-width: 767px) {
  form table tr.camTit th {
    padding-bottom: 5px;
  }
  form table tr.camTit td {
    border: 1px dotted #9e9e9e;
  }
}

@media only screen and (min-width: 768px), print {
  header {
    text-align: left;
    margin-bottom: 30px;
    padding: 15px 10px;
  }
  header h1 {
    font-size: 30px;
  }
  header .logo {
    font-size: 36px;
    text-align: center;
  }
  .mTit {
    font-size: 36px;
  }
  header .logo img {
    width: 150px;
    height: auto;
    margin-right: 20px;
    margin-bottom: 0;
  }
  footer {
    text-align: center;
  }
  .conteSec {
    margin: 0 auto 30px;
  }
  .headBox {
    width: 800px;
    margin: 0 auto;
  }
  .headBox p {
    font-size: 20px;
  }
  
  /* キャンペーン内容 */
  .campMain .periodBox {
    font-size: 22px;
    text-align: center;
  }
  .campMain dt {
    font-size: 22px;
  }
  .campMain dd.txtBox {
    padding: 15px 15px 0;
		color: #fff
  }
  
  /* 店舗情報 */
  #shopInfo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .shopData {
    width: 470px;
  }

  /* mailform */
  #mailform h2 {
    margin-bottom: 10px;
  }
  form table th, form table td {
    display: table-cell;
    padding: 10px 0;
    border-bottom: 1px dotted #9e9e9e;
    vertical-align: top;
  }
  form table th .memo {
    display: block;
  }
  form table th {
    width: 180px;
  }
  .ipTel {
    width: 220px;
  }
  .mfBtn {
    padding-top: 10px;
    text-align: center;
  }
  /* 送信完了画面 */
  #thanks {
    padding: 60px 0;
  }
}


/* 表示・非表示調整 */
@media only screen and (max-width: 767px) {
  .pcOn {
    display: none;
  }
}
@media only screen and (min-width: 768px), print {
  .mbOn {
    display: none;
  }
}
