@charset "UTF-8";
@media only screen and (min-width: 768px), print {
  .sp {
    display: none;
  }
}

.clearfix {
  *zoom: 1;
}

#drawermenu,
#cta,
.site-header,
.mega_bnr-2col,
.foot-map,
.foot-last,
.foot_nav,
.js-tel_cont,
.pc_cta {
  display: none;
}

.yel {
  color: yellow;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

* {
  box-sizing: border-box;
}

a {
  color: #4f78ba;
  text-decoration: none;
}

a:hover, a:focus {
  outline: none;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.mt1em {
  margin-top: 1em;
}

.flex, .flex-center, .flex-start, .flex-end, .flex-between, .flex-around {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.flex-center {
  justify-content: center;
}

.flex-start {
  justify-content: flex-start;
}

.flex-end {
  justify-content: flex-end;
}

.flex-between {
  justify-content: space-between;
}

.flex-around {
  justify-content: space-around;
}

.align-center {
  align-items: center;
}

.text-center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.block-auto {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.w100 {
  width: 100%;
}

.pt0 {
  padding-top: 0 !important;
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

@media only screen and (min-width: 768px), print {
  .pc-text-center {
    text-align: center;
  }
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", osaka, sans-serif;
  font-size: 14px;
  line-height: 160%;
  color: #333333;
  letter-spacing: 0.03em;
}

@media only screen and (min-width: 768px), print {
  body {
    font-size: 16px;
  }
}

.section {
  padding: 0 0 3rem;
}

@media only screen and (min-width: 768px), print {
  .section {
    padding: 0 0 5rem;
  }
}

.link {
  color: #4f78ba;
}

.link:hover {
  opacity: 0.8;
}

.inner, .post-password-form {
  max-width: 98%;
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
  .inner, .post-password-form {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.h1 {
  font-weight: bold;
  text-align: center;
  font-size: 1.25em;
  margin-bottom: 0.5em;
  line-height: 1.4;
}

@media only screen and (min-width: 768px), print {
  .h1 {
    font-size: 1.85em;
  }
}

.h2 {
  font-size: 1.125em;
  margin-bottom: 0.5em;
  line-height: 1.4;
}

@media only screen and (min-width: 768px), print {
  .h2 {
    font-size: 1.5em;
  }
}

.head-dis {
  font-size: 1.125em;
  text-align: center;
}

.yt {
  margin: 2em auto;
  width: 100%;
  height: 60vw;
}

@media only screen and (min-width: 768px), print {
  .yt {
    height: 500px;
  }
}

input {
  -webkit-appearance: none;
}

input[type="text"],
input[type="password"] {
  display: block;
  width: 500px;
  max-width: 100%;
  margin-bottom: 1em;
  padding: 0.5em;
  border-radius: 0;
  border: 1px solid;
}

input[type="submit"] {
  color: #fff;
  background-color: #f3b837;
  border-radius: 0;
  box-shadow: none;
  border: none;
  padding: 0.75em;
  width: 100%;
  font-weight: bold;
  outline: none;
}

input[type="submit"]:hover, input[type="submit"]:focus {
  outline: none !important;
  opacity: 0.85;
}

.post-password-form {
  background: #fff;
  width: 500px;
  margin-top: 2em;
  margin-bottom: 300px;
}

.post-password-form p:first-of-type {
  display: none;
}

.caution {
  margin-bottom: 1em;
}
