@charset "UTF-8";
/* 
Theme Name:映画『事実無根』
*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
/*----------------------------------------------------*/
/* element reset
------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, a, input {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
}

body {
  line-height: 1;
}

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

ul, ol, dl {
  list-style: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: inherit;
  font: 100%;
}

th, td, img {
  border: 0;
}

caption, th {
  text-align: left;
}

img, a img {
  background: transparent;
}

address {
  font-style: normal;
}

hr {
  display: none;
}

input, select {
  vertical-align: middle;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*----------------------------------------------------*/
/* link
------------------------------------------------------*/
a:link {
  color: #4C3F26;
  text-decoration: none;
}

a:visited {
  color: #4C3F26;
  text-decoration: none;
}

a:hover {
  color: #4C3F26;
  text-decoration: none;
}

a:active {
  color: #4C3F26;
  text-decoration: none;
}

main a:link {
  color: #4C3F26;
  text-decoration: underline;
}

main a:visited {
  color: #4C3F26;
  text-decoration: underline;
}

main a:hover {
  color: #4C3F26;
  text-decoration: none;
}

main a:active {
  color: #4C3F26;
  text-decoration: underline;
}

a:hover img,
input[type=image]:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

a[href*="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href*="tel:"] {
    pointer-events: initial;
  }
}

/*----------------------------------------------------*/
/* base
------------------------------------------------------*/
html {
  font-size: 62.5%;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.2222222222vw;
  }
}

body {
  background: #FFF;
  color: #2D3640;
  font-family: "Zen Kaku Gothic Antique", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "ＭＳ Ｐゴシック", "MS Pgothic", "Osaka", sans-serif, Helvetica, Helvetica Neue, Arial, Verdana;
  font-size: 1.8rem;
  min-width: 1200px;
}

p {
  letter-spacing: 0.05em;
  line-height: 1.8;
}

dt, dd, li, th, td, address {
  line-height: 1.8;
}

p, dt, dd, li, th, td, input, textarea, address {
  font-size: 100%;
}

img {
  vertical-align: bottom;
  height: auto;
  max-width: 100%;
}

@media only screen and (max-width: 1240px) {
  body {
    min-width: initial;
  }
}
@media only screen and (max-width: 767px) {
  img {
    max-width: 100%;
  }
}
/*  base
----------------------------------- */
.sp {
  display: none;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus::-ms-input-placeholder {
  color: transparent;
}

input:focus::placeholder {
  color: transparent;
}

@media screen and (max-width: 767px) {
  body {
    min-width: 0;
  }
}
/* // mains
----------------------------------- */
.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 0.5em !important;
}

.mb10 {
  margin-bottom: 1em !important;
}

.mb15 {
  margin-bottom: 1.5em !important;
}

.mb20 {
  margin-bottom: 2em !important;
}

.mb25 {
  margin-bottom: 2.5em !important;
}

.mb30 {
  margin-bottom: 3em !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 0.5em !important;
}

.mt10 {
  margin-top: 1em !important;
}

.bold {
  font-weight: 600;
}

.posR {
  text-align: right;
}

.posC {
  text-align: center;
}

.floRp {
  float: right;
  padding: 0 0 1rem 1rem;
}

.sp {
  display: none;
}

.md {
  display: none;
}

.pc {
  display: block;
}

@media screen and (max-width: 1024px) {
  .sp {
    display: none;
  }
  .md {
    display: block;
  }
  .pc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
  .md {
    display: block;
  }
  .pc {
    display: none;
  }
}
/*  text
----------------------------------- */
strong.red01 {
  color: #CC0000;
}
strong.red01line {
  color: #CC0000;
  text-decoration: underline;
}

main p {
  margin-bottom: 2rem;
}

#mail {
  max-width: 900px;
  margin: 0 auto;
  padding: 80px 20px 80px 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #mail {
    padding: 30px 20px 30px 20px;
  }
}
#mail h2 {
  font-family: "Merriweather", serif;
  color: #1486B6;
  text-align: center;
  font-size: 2.8rem;
  margin-bottom: 8rem;
  letter-spacing: 1px;
  font-weight: 300;
}

#formWrap {
  max-width: 800px;
  margin: 0 auto 10rem;
  color: #555;
  line-height: 120%;
}

table.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}

table.formTable td, table.formTable th {
  border: 1px solid #ccc;
  padding: 15px;
}

table.formTable th {
  font-weight: normal;
  background: #efefef;
  text-align: left;
  white-space: nowrap;
}

table.formTable th .nes {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
table.formTable th .nes span {
  background: #c00;
  display: block;
  padding: 0.25rem 0.5rem;
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
}

@media screen and (max-width: 767px) {
  #formWrap {
    padding: 0;
  }
  table.formTable {
    margin-top: 3rem;
  }
  table.formTable th,
  table.formTable td {
    width: auto;
    display: block;
    border: none;
  }
  table.formTable th {
    padding: 10px 10px;
    border: none;
  }
  table.formTable td {
    padding: 20px 10px 30px;
    border-right: none;
    border-left: none;
  }
}
/* form parts */
form {
  font-size: 16px;
}
form p {
  line-height: 1.6;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
form input[type=text] {
  padding: 10px;
  border: 1px solid #CCC;
  font-size: 16px;
  vertical-align: middle;
}
form input[type=text].size-half {
  width: 50%;
}
form input[type=text].size-full {
  width: 100%;
}
form input[type=text].size-5 {
  width: 5em;
}
form input[type=text].size-10 {
  width: 10em;
}
form input::placeholder {
  color: #CCC;
}
form input[type=date] {
  border: 1px solid #CCC;
  padding: 5px;
}
form textarea, form select {
  padding: 5px;
  border: 1px solid #CCC;
  width: 100%;
  font-size: 16px;
}
form input + textarea {
  margin-top: 2rem;
}
form .postal {
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
form .screeningnum {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
form .area {
  display: grid;
  grid-template-columns: max-content max-content;
  align-items: center;
  gap: 1rem;
}
form .area + .area {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  form .area {
    grid-template-columns: max-content 1fr;
  }
}
form .kyakusou {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  form .kyakusou {
    display: block;
  }
}
form .linkbtn {
  text-align: center;
  margin: 3rem auto;
}
form .linkbtn input[type=submit] {
  background: #1486B6;
  padding: 15px 40px;
  border-radius: 50vh;
  color: #FFF;
  font-size: 20px;
  transition: 0.3s;
}
form .linkbtn input[type=submit]:hover {
  background: #054A67;
}
@media screen and (max-width: 767px) {
  form .linkbtn {
    text-align: center;
    margin: 0 auto 3rem auto;
  }
}

#theater_inq {
  border: 1px solid #222;
  max-width: 900px;
  margin: 5rem auto;
  padding: 2rem;
}
#theater_inq h3 {
  margin-bottom: 1rem;
  width: fit-content;
  padding-bottom: 5px;
  border-bottom: 1px solid #222;
}
#theater_inq .note {
  font-size: 86%;
  color: #cc0000;
}