@charset "UTF-8";
/* リセットCSS */
* {
  margin: 0px;
  padding: 0px;
}

html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article, header, footer, aside, figure, figcaption, nav, section {
  display: block;
}

body {
  line-height: 1.7;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container {
  width: 810px !important;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .container {
    width: 100% !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.lp-header {
  background: url("https://izakayaouentai.co.jp/wp-content/themes/izakayaouentai/lp-image/headbg.png");
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
}

.lp-header .lp-logo img {
  width: 300px;
}

.lp-header .lp-tel img {
  width: 310px;
}

@media screen and (max-width: 767px) {
  .lp-header {
    padding: 15px 30px;
  }
  .sp-tel-button {
    margin: 15px 0;
  }
  .sp-headcatch {
    margin-bottom: 15px;
  }
}

.head-copy {
  margin: 40px 0;
}

.section1 {
  position: relative;
  background: url("https://izakayaouentai.co.jp/wp-content/themes/izakayaouentai/lp-image/section1.jpg");
  height: 650px;
}

.section1 .jingi {
  position: absolute;
  bottom: 0;
  line-height: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  /* Safari用 */
  transform: translate(-50%, 0%);
  width: 960px;
}

.sp-section1 {
  background: #404040;
}

.sp-section1 .sp-jingi, .sp-section1 img {
  line-height: 0;
}

.sp-section1 .sp-jingi {
  padding-top: 10px;
}

.button1,
.sp-button1 {
  margin: 25px 0;
}

hr.red {
  margin: 0;
  border-bottom: solid 20px #C44548;
}

@media screen and (max-width: 767px) {
  hr.red {
    border-bottom: solid 10px #C44548;
  }
}

.section2 {
  position: relative;
  background: url("https://izakayaouentai.co.jp/wp-content/themes/izakayaouentai/lp-image/section2.png");
  height: 580px;
}

.section2 .jingi1 {
  position: absolute;
  bottom: -83px;
  line-height: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  /* Safari用 */
  transform: translate(-50%, 0%);
  width: 960px;
  z-index: 3;
}

.sp-section2 {
  background: url("https://izakayaouentai.co.jp/wp-content/themes/izakayaouentai/lp-image/section2.png");
  padding: 15px 0;
}

.section3 {
  position: relative;
  background: url("https://izakayaouentai.co.jp/wp-content/themes/izakayaouentai/lp-image/section3.png");
  height: 260px;
  z-index: 0;
}

.section3 .background {
  position: relative;
  height: 240px;
  background: #C44548;
  top: 10px;
  z-index: 1;
}

.section3 .section3-head {
  position: absolute;
  z-index: 2;
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  top: 60px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.section3 .section3-heading {
  position: absolute;
  top: 156px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 960px;
}

.sp-section3 {
  background: #C44548;
  padding-bottom: 20px;
}

.sp-section3.blue {
  background: #2E3192;
}

.sp-section3 .section3-head {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  line-height: 1.3;
  margin: 20px 0;
}

.section4 {
  position: relative;
  background: url("https://izakayaouentai.co.jp/wp-content/themes/izakayaouentai/lp-image/section4.jpg");
  height: 930px;
  z-index: 0;
}

.section4 .section4-heading {
  margin-top: 70px;
  margin-bottom: 30px;
}

.section4 .point {
  position: relative;
  width: 960px;
  margin: 0 auto;
}

.section4 .point-img {
  position: absolute;
  width: 150px;
  z-index: 100;
}

.section4 .point-img.p1 {
  top: 533px;
  left: 100px;
}

.section4 .point-img.p2 {
  top: 280px;
  right: 130px;
}

.section4 .point-img.p3 {
  bottom: 50px;
  right: 180px;
}

.section4 .content-wrap {
  display: flex;
  align-items: center;
  position: absolute;
  top: 43%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
  justify-content: center;
  width: 100%;
}

.section4 .content-wrap .check {
  width: 30px;
}

.section4 .content-wrap .content {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  margin-left: 15px;
  font-size: 24px;
  color: #000;
  line-height: 1.4;
}

.section4 .content-wrap .content strong {
  color: #C44548;
}

.sp-section4 {
  background: url("https://izakayaouentai.co.jp/wp-content/themes/izakayaouentai/lp-image/section4.jpg");
  padding: 15px 0;
}

.sp-section4 .point {
  background: #FDF5EC;
  margin-top: 15px;
  padding: 20px 10px;
  box-shadow: 0 3px 8px -2px rgba(0, 0, 0, 0.16);
}

.sp-section4 .content-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 20px;
}

.sp-section4 .content-wrap .check {
  width: 30px;
}

.sp-section4 .content-wrap .content {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  margin-left: 15px;
  font-size: 22px;
  color: #000;
  line-height: 1.4;
}

.sp-section4 .content-wrap .content strong {
  color: #C44548;
}

hr.pink {
  margin: 0;
  border-bottom: solid 20px #E26B88;
}

@media screen and (max-width: 767px) {
  hr.pink {
    border-bottom: solid 10px #E26B88;
  }
}

.section5 {
  position: relative;
  background: url("https://izakayaouentai.co.jp/wp-content/themes/izakayaouentai/lp-image/section2.png");
  height: 580px;
}

.section5 .jingi2 {
  position: absolute;
  line-height: 0;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  /* Safari用 */
  transform: translate(-50%, 0%);
  width: 960px;
  z-index: 3;
}

.sp-section5 {
  background: url("https://izakayaouentai.co.jp/wp-content/themes/izakayaouentai/lp-image/section2.png");
  padding: 15px 0;
}

.section6 {
  position: relative;
  background: url("https://izakayaouentai.co.jp/wp-content/themes/izakayaouentai/lp-image/section3.png");
  height: 260px;
  z-index: 0;
}

.section6 .background {
  position: relative;
  height: 240px;
  background: #E26B88;
  top: 10px;
  z-index: 1;
}

.section6 .section6-head {
  position: absolute;
  z-index: 2;
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  top: 60px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.section6 .section6-heading {
  position: absolute;
  top: 156px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 960px;
}

.sp-section6 {
  background: #E26B88;
  padding-bottom: 15px;
}

.sp-section6 .section6-head {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  line-height: 1.3;
  margin: 20px 0;
}

.section7 {
  position: relative;
  background: url("https://izakayaouentai.co.jp/wp-content/themes/izakayaouentai/lp-image/section4.jpg");
  height: 580px;
  z-index: 0;
}

.section7 .section7-heading {
  margin-top: 70px;
  margin-bottom: 30px;
}

.section7 .point {
  position: relative;
  width: 960px;
  margin: 0 auto;
}

.section7 .content-wrap {
  display: flex;
  align-items: center;
  position: absolute;
  top: 43%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
  justify-content: center;
  width: 100%;
}

.section7 .content-wrap .check {
  width: 30px;
}

.section7 .content-wrap .content {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  margin-left: 15px;
  font-size: 24px;
  color: #000;
  line-height: 1.4;
}

.section7 .content-wrap .content strong {
  color: #C44548;
}

hr.brown {
  margin: 0;
  border-bottom: solid 20px #A27E44;
}

@media screen and (max-width: 767px) {
  hr.brown {
    border-bottom: solid 10px #A27E44;
  }
}

.section8 {
  position: relative;
  background: url("https://izakayaouentai.co.jp/wp-content/themes/izakayaouentai/lp-image/section2.png");
  height: 560px;
}

.section8 .jingi3 {
  position: absolute;
  bottom: -17px;
  line-height: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  /* Safari用 */
  transform: translate(-50%, 0%);
  width: 960px;
  z-index: 3;
}

.section9 {
  position: relative;
  background: #000;
  height: 260px;
  z-index: 0;
}

.section9 .background {
  position: relative;
  height: 240px;
  background: #2E3192;
  top: 10px;
  z-index: 1;
}

.section9 .section9-head {
  position: absolute;
  z-index: 2;
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  top: 60px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.section9 .section9-heading {
  position: absolute;
  top: 156px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 960px;
}

.section10 {
  position: relative;
  background: url("https://izakayaouentai.co.jp/wp-content/themes/izakayaouentai/lp-image/section4.jpg");
  height: 570px;
  z-index: 0;
}

.section10 .section10-heading {
  margin-top: 70px;
  margin-bottom: 30px;
}

.section10 .point {
  position: relative;
  width: 960px;
  margin: 0 auto;
}

.section10 .content-wrap {
  display: flex;
  align-items: center;
  position: absolute;
  top: 43%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
  justify-content: center;
  width: 100%;
}

.section10 .content-wrap .check {
  width: 30px;
}

.section10 .content-wrap .content {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  margin-left: 15px;
  font-size: 24px;
  color: #000;
  line-height: 1.4;
}

.section10 .content-wrap .content strong {
  color: #C44548;
}

.contact-heading {
  margin-top: 60px;
  text-align: center;
}

.contact-heading img {
  width: 500px;
}

.contact-warning {
  text-align: center;
  font-weight: 500;
}

.contact-warning a {
  text-decoration: underline;
}

.wpcf7-form-control {
  width: 100%;
  border: none;
  margin: 40px 0;
}

.inquiry {
  max-width: 800px;
  margin: 40px auto;
}

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  display: block;
  width: 100%;
  height: 45px;
  margin-bottom: 0;
  padding: 0 12px;
  border: 0;
  border-radius: 3px;
  background-color: #eff1f5;
  box-shadow: none;
  color: #5c6b80;
  font-size: 1em;
  vertical-align: middle;
  line-height: 45px;
  transition: background-color 0.24s ease-in-out;
}

@media screen and (max-width: 767px) {
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"],
  select,
  textarea,
  .field,
  .wpcf7-form-control wpcf7-textarea {
    width: 100% !important;
    margin: 0 !important;
  }
}

textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
  padding: 0.5em;
  overflow: auto;
}

@media (max-width: 500px) {
  .inquiry td,
  .inquiry th {
    display: block !important;
    width: 100% !important;
    border-top: none !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
  }
  .inquiry tr:first-child th {
    border-top: 1px solid #fff !important;
  }
  .inquiry .any,
  .inquiry .haveto {
    font-size: 10px;
  }
}

.inquiry th {
  text-align: right;
  font-size: 16px;
  color: #000;
  padding-right: 5px;
  width: 30%;
  background: #fff;
  border: solid 1px #fff;
}

@media screen and (max-width: 767px) {
  .inquiry th {
    text-align: left;
    margin-top: 10px;
  }
}

.inquiry td {
  font-size: 13px;
  border: solid 1px #fff;
}

.inquiry tr,
table {
  border: solid 1px #fff;
}

.haveto {
  font-size: 12px;
  padding: 5px;
  background: #C44548;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
  margin-left: 5px;
}

.any {
  font-size: 12px;
  padding: 5px;
  background: #2E3192;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
  margin-left: 5px;
}

.verticallist .wpcf7-list-item {
  display: block;
}

#formbtn {
  display: block;
  padding: 15px;
  width: 350px;
  background: #ffaa56;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 2px;
  margin: 25px auto 0;
}

#formbtn:hover {
  background: #fff;
  color: #ffaa56;
  border: 2px solid #ffaa56;
}

th {
  font-weight: 700;
  text-transform: uppercase;
  padding: 13px;
}

td {
  border-top: 1px solid #ededed;
  padding: 12px;
}

input,
select,
textarea {
  border: 1px solid #dfdfdf;
  letter-spacing: 1px;
  margin: 0;
  max-width: 100%;
  resize: none;
}
