@charset "UTF-8";
/* リセット */
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Noto+Sans+JP:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200;300;400;500&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: none;
  font-style: normal;
  text-align: left;
  zoom: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

table {
  border-collapse: collapse;
  font-family: inherit;
}

h1,
h2,
h3,
h4,
h5 {
  font-size: 100%;
  font-weight: normal;
  line-height: 1;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: 16px;
}

input[type=button],
input[type=text],
input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

textarea {
  resize: none;
  -webkit-appearance: none;
  border-radius: 0;
}

th,
td {
  border-collapse: collapse;
}

table th,
table td {
  white-space: nowrap;
}

ul,
ol {
  list-style-type: none;
}

img {
  vertical-align: text-bottom;
  vertical-align: -webkit-baseline-middle;
  max-width: 100%;
  height: auto;
  width: auto;
}

/* 全体 */
.takedajuku_wrapeer {
  position: relative;
  max-width: 430px;
  margin: 0 auto;
  overflow: hidden;
  background: #fbf9f3;
  background-color: #FFF;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Lato", sans-serif;
  font-family: "Noto Sans JP", sans-serif;
}

body {
  background: #eee !important;
}

/* ヘッダー */
.header-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
  padding: 0;
  position: fixed;
  width: 100%;
  max-width: 430px;
  background: #fff;
  z-index: 99999;
}

.header-logo {
  margin-right: auto;
  margin-left: 20px;
  line-height: 0;
  width: 23%;
}

.header-contact {
  display: flex;
  justify-content: flex-end;
}

.header-contact__contact--phone {
  width: 180px;
  margin-top: 10px;
}

.header-contact__contact img {
  width: 100%;
}

/* ハンバーガーメニュー */
.hamburger {
  position: relative;
  top: -8px;
  width: 38px;
  margin: 0 20px 0 15px;
  cursor: pointer;
}

.hamburger span {
  position: absolute;
  top: -10px;
  left: 50%;
  width: 54%;
  max-width: 7.5vw;
  height: 2px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: 0.3s;
  background-color: #0F2942;
}

.hamburger span:first-of-type {
  top: 0;
}

.hamburger span:nth-of-type(2) {
  top: 50%;
}

.hamburger span:last-of-type {
  top: 100%;
}

.hamburger-text {
  position: relative;
  top: 23px;
  color: #0F2942;
  font-size: 8px;
  font-weight: bold;
  letter-spacing: -0.15em;
  text-align: center;
}

.hamburger .hamburger-open {
  display: block;
}

.hamburger .hamburger-close {
  display: none;
}

.slide-menu {
  position: fixed;
  z-index: -1;
  top: 0px;
  left: auto;
  width: 100%;
  max-width: 430px;
  height: 100%;
  transform: translateY(-200%);
  transition: 0.3s;
  opacity: 0;
  background-color: rgba(27, 27, 27, 0.9);
}

.slide-inner {
  padding: 15px 20px;
}

.slide-menu .cvmenu {
  padding: 20px 15px 0;
}

.hamburger.active span:first-of-type {
  top: 50%;
  transform: translateX(-50%) rotate(45deg);
}

.hamburger.active span:nth-of-type(2) {
  opacity: 0;
}

.hamburger.active span:last-of-type {
  top: 50%;
  transform: translateX(-50%) rotate(-45deg);
}

.slide-menu.active {
  transform: translateY(0);
  opacity: 1;
  z-index: 1;
  padding-left: 0px;
  top: 68px;
}

.hamburger .hamburger-open {
  display: block;
  text-align: center;
}

.hamburger.active .hamburger-open {
  display: none;
}

.hamburger .hamburger-close {
  display: none;
}

.hamburger.active .hamburger-close {
  display: block;
  text-align: center;
}

.hamburger-text {
  position: relative;
  top: 23px;
  color: #0F2942;
  font-size: 8px;
  font-weight: bold;
  letter-spacing: -0.15em;
  text-align: center;
}

.slide-inner {
  padding: 15px 20px;
}

.slide-menu li {
  position: relative;
  padding: 8px 0;
  border-bottom: 1px solid #ffffff;
  list-style: none;
  position: relative;
  font-size: 1.2rem;
}

.slide-menu li a {
  color: #fff;
  text-decoration: none;
  display: block;
}

.slide-menu li::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 40%;
  bottom: 40%;
}

.slide-menu .cvmenu {
  padding: 20px 15px 0;
}

.cvmenu__contact {
  width: 100%;
}

.cvmenu__contact img {
  width: 100%;
}

/* 高名テキスト */
.school-introduction-name_text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 27px;
  padding: 6px;
  background-color: #8B070D;
  color: white;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}

/* MV */
.mv {
  background: url(../images/27660382_m.jpg);
  background-size: 130%;
  background-repeat: no-repeat;
  background-position: bottom;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  padding: 90px 30px 30px;
  letter-spacing: -1.3px;
  height: 260px;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .mv {
    padding: 90px 30px 10px;
  }
}

.sub-catch {
  position: relative;
  display: inline-block;
  padding: 0 8px;
}

.sub-catch::after {
  position: absolute;
  top: 0.3rem;
  height: 20px;
  content: "";
  border-left: double 5px;
  right: -10px;
  transform: rotate(30deg);
}

.sub-catch::before {
  position: absolute;
  top: 0.3rem;
  height: 20px;
  content: "";
  border-left: double 5px;
  left: -10px;
  transform: rotate(-30deg);
}

@media screen and (max-width: 767px) {
  .sub-catch {
    font-size: 1rem;
  }
}

.sub-catch-02 {
  font-size: 2.2rem;
  line-height: 2.7rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .sub-catch-02 {
    font-size: 2rem;
  }
}

.main-catch-02 {
  display: block;
  color: #AE0D15;
  font-size: 5rem;
  filter: drop-shadow(0px 0px 5px #fff), (0px 0px 5px #fff);
  text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 15px #fff;
}

@media screen and (max-width: 767px) {
  .main-catch-02 {
    font-size: 4.3rem;
  }
}

.main-catch-01 {
  background-color: #AE0D15;
  display: inline-block;
  padding: 0px 10px;
  display: block;
  width: 303px;
  color: #fff;
  font-size: 1.7rem;
  margin-bottom: -15px;
}

/* 実績 */
.achv {
  padding: 30px 50px;
  text-align: center;
}

.achv .achv-catch {
  text-align: center;
  margin-bottom: 30px;
}

.achv .achv-catch span {
  font-size: 1.3rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  background: linear-gradient(transparent 40%, #fff94e 40%);
  color: #DF0003;
  line-height: 1.5rem;
}

.achv ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.achv ul li {
  width: 47.619047619%;
  margin-bottom: 15px;
}

/* 理由 */
.reason {
  position: relative;
  background: url(../images/bg-gray.jpg);
  padding-bottom: 70px;

}

.reason_padding {
  padding: 0 16px;
  box-sizing: border-box;
}

.reason_arrow {
  position: absolute;
  bottom: -10px;
  width: 50%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

/* CTA */
.document {
  padding-bottom: 30px;
}

.document_ctabtn {
  padding: 20px 16px;
  box-sizing: border-box;
}

/* 独自メソッド */

.method_tit {
  margin-bottom: 30px;
}

.method-content_wrap {
  padding: 0 16px;
}

.method-tit_wrap {
  display: grid;
  grid-template-columns: 1.3fr 6fr;
  grid-auto-flow: column;
  column-gap: 20px;
  margin-bottom: 30px;
}

.method-no {
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5rem;
  place-items: center;
  align-items: center;
  display: grid;
  color: #fff;
  background: rgb(139, 7, 13);
  background: linear-gradient(330deg, rgba(139, 7, 13, 1) 0%, rgba(198, 14, 28, 1) 65%, rgba(229, 0, 17, 1) 100%);
}

.method-tit_wrap h3 {
  color: #8b070d;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif !important;
}

.method_txt {
  margin-bottom: 30px;
}

.method_txt span {
  font-weight: 700;
  background-color: #fff972;
}

.method-img_small {
  width: 50%;
  display: block;
  margin: 0 auto 30px;
  margin-top: 10px;
}

.consultation_introduction-tit {
  width: 90%;
  display: block;
  margin: 0 auto 30px;
}

.method-content_wrap {
  margin-bottom: 60px;
}

.method_introduction {
  margin-bottom: 30px;
  padding: 0 16px;
}

.method_introduction iframe {
  width: 100%;
  margin-bottom: 30px;
}

.method_introduction h3 {
  font-weight: 700;
  margin-bottom: 30px;
  padding: 0px 0px 0 15px;
  border-left: solid 5px rgb(139, 7, 13);
  font-family: "Noto Sans JP", sans-serif !important;
}

.method_introduction-img {
  margin-bottom: 30px;
}

.method_introduction p span {
  font-weight: 700;
  color: #8b070d;
}

/* 生徒の体験談 */
.review {
  background-color: #fbf9f2;
  padding-bottom: 10px;

}

.review_tit {
  margin-bottom: 30px;
}

.review_list {
  padding: 0 16px;
  margin-bottom: 50px;
}

.review_list img {
  margin-bottom: 10px;
}

.review_list p span {
  background-color: #FFF972;
  font-weight: 600;
}

/* 続きを読む */
.accordion-box {
  position: relative;
  margin-bottom: 30px;
}

.accordion-box label {
  height: 140px;
  /* グラデーションの高さ */
  cursor: pointer;
  text-align: center;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  width: 100%;

  /* 以下グラデーションは「背景が白」に併せて設定しています */
  background: -webkit-linear-gradient(top, rgba(251, 249, 242, 0) 0%, rgba(251, 249, 242, 0.95) 90%);
  background: -moz-linear-gradient(top, rgba(251, 249, 242, 0) 0%, rgba(251, 249, 242, 0.95) 90%);
  background: -o-linear-gradient(top, rgba(251, 249, 242, 0) 0%, rgba(251, 249, 242, 0.95) 90%);
  background: -ms-linear-gradient(top, rgba(251, 249, 242, 0) 0%, rgba(251, 249, 242, 0.95) 90%);
  background: linear-gradient(to bottom, rgba(251, 249, 242, 0) 0%, rgba(251, 249, 242, 0.95) 90%);
}

.accordion-box input:checked+label {
  background: inherit;
  /* 開いた時には背景グラデーションを消す */
}

.accordion-box label:after {
  content: "続きをよむ";
  /* ラベルの文字 */
  font-size: 1rem;
  line-height: 2.5rem;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  color: #fff;
  background-color: #9a1519;
  width: 18.75rem;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.accordion-box label:before {
  content: "▼";
  color: #9a1519;
  font-weight: 700;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translate(-140px, 0);
  transform: translate(-140px, 0);
  background-color: #fff;
  z-index: 1;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  line-height: 20px;
}

.accordion-box input {
  display: none;
}

.accordion-box .accordion-container {
  overflow: hidden;
  height: 200px;
  /* 開く前に見えている部分の高さ */
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}


.accordion-box input:checked+label {
  /* display: none ; 閉じるボタンは要らないとき */
}

.accordion-box input:checked+label:after {
  content: "閉じる";
}

.accordion-box input:checked+label:before {
  content: "▲";
}

.accordion-box input:checked~.accordion-container {
  height: auto;
  padding-bottom: 80px;
  /* 閉じるボタンのbottomからの位置 */
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}



/* 無料体験会実施中 */
.consultation {
  background: #f1f1f1;
}

.consultation img {
  padding-bottom: 30px;
}

.consultation-img_small {
  width: 80%;
  display: block;
  margin: 0 auto;
}

.consultation-img_arrow {
  width: 30%;
  display: block;
  margin: 0 auto;
}

.consultation-form-btn {
  width: 92%;
  margin: 0 auto;
  display: block;
}

/* 校舎長紹介 */
.teacher {
  background: #f1f1f1;
  padding-bottom: 30px;
}

.teacher h3 {
  padding: 10px 0;
  color: #fff;
  margin-bottom: 30px;
  font-weight: 700;
  text-align: center;
  background: rgb(139, 7, 13);
  background: linear-gradient(330deg, rgba(139, 7, 13, 1) 0%, rgba(198, 14, 28, 1) 65%, rgba(229, 0, 17, 1) 100%);
}

.teacher h3::after {
  content: "───";
  margin-left: 10px;
}

.teacher h3::before {
  content: "───";
  margin-right: 10px;
}

.teacher img {
  display: block;
  width: 30%;
  margin: 0 auto 20px;
}

.teacher h4 {
  text-align: center;
  font-weight: 700;
  color: #8B070D;
  margin-bottom: 30px;
}

.teacher h5 {
  font-weight: 700;
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.teacher p {
  padding: 0 16px;
  margin-bottom: 30px;
}

.teacher span {
  font-weight: 700;
}

/* 校舎紹介 */
.school-introduction {
  background: #f1f1f1;
}

.school-introduction h3 {
  padding: 10px 0;
  color: #fff;
  margin-bottom: 30px;
  font-weight: 700;
  text-align: center;
  background: rgb(139, 7, 13);
  background: linear-gradient(330deg, rgba(139, 7, 13, 1) 0%, rgba(198, 14, 28, 1) 65%, rgba(229, 0, 17, 1) 100%);
}

.school-introduction h3::after {
  content: "───";
  margin-left: 10px;
}

.school-introduction h3::before {
  content: "───";
  margin-right: 10px;
}

.school-introduction p {
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 1.5rem;
}

.school-introduction ul {
  padding: 0 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  column-gap: 20px;
  row-gap: 20px;
  margin-bottom: 30px;
}

/* アクセス */
.access {
  padding: 30px 16px;

}

.access_sub-tit {
  font-weight: 600;
  font-size: 1rem;
  text-align: center;
}

.access_tit {
  font-weight: 600;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 30px;
}

.access_accordion {
  overflow: hidden;
}

.access_accordion-header {
  padding: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  cursor: pointer;
  color: #fff;
  background-color: #1B1B1B;
  margin-bottom: 15px;
  border-radius: 5px;
  position: relative;
}

.access_accordion-header span {
  margin-right: 10px;
  font-size: 1.2rem;
}

.access_accordion-header::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  transition: transform 0.3s ease;
  display: inline-block;
  position: absolute;
  right: 30px;
  top: 37%;
  bottom: 37%;
}

.access_accordion-item.active .access_accordion-header::after {
  transform: rotate(315deg);
}

.access_accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.access_accordion-item.active .access_accordion-content {
  max-height: 500px;
}

.access_map {
  height: 250px;
  margin-bottom: 12px;
}

.access_map-btn {
  font-size: 0.7rem;
  padding: 5px 10px;
  color: #000;
  text-decoration: none;
  border: 1px solid #DDDDDD;
  border-radius: 6px;
  background: #FAFAFA;
  box-shadow: inset 0 -1px 0 0 #DDDDDD;
}

.access_address,
.access_info,
.access_target {
  font-size: 1.2rem;
  margin-bottom: 5px;
  font-weight: 600;
  display: inline-block;
  margin-right: 12px;
}

.access_address-txt,
.access_info-txt {
  margin-bottom: 20px;
}

.access_tel {
  margin-bottom: 20px;
  display: block;
  text-decoration: none;
}

.access_tel p {
  background: #8b070d;
  border-radius: 4px;
  padding: 10px;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
}

.access_tel p::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  background-image: url(../images/tel.svg);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}

.access_target_list {
  display: flex;
  margin-bottom: 30px;
}

.access_target_list li {
  padding: 3px 15px;
  background-color: #FFF972;
  border-radius: 3px;
  margin-right: 8px;
  font-weight: 600;
}

/* よくあるご質問 */
.faq {
  background-color: #b00d15;
  padding: 30px 16px;

}

.faq_tit {
  color: #fff;
  font-weight: 600;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 30px;
}

.faq_accordion-header {
  padding: 10px;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  position: relative;
}

.faq_accordion-header img {
  display: inline-block;
  margin-right: 8px;
}

.faq_accordion-header p {
  display: inline-block;
  font-weight: 700;
  font-size: 0.9rem;
  width: 77%;
}

.faq_accordion-header::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 3px solid #b00d15;
  border-right: 3px solid #b00d15;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  display: inline-block;
  position: absolute;
  right: 30px;
  top: 37%;
  bottom: 37%;
}

.faq_accordion-item.active .faq_accordion-header {
  border-radius: 10px 10px 0px 0px;
}

.faq_accordion-item.active .faq_accordion-header::after {
  transform: rotate(315deg);
}

.faq_accordion-content {
  max-height: 0;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  align-items: flex-start;
}

.faq_accordion-content img {
  margin-right: 8px;
}

.faq_accordion-content p {
  width: 80%;
  font-size: 0.9rem;
}

.faq_accordion-content p span {
  font-weight: 600;
}

.faq_accordion-item.active .faq_accordion-content {
  padding: 10px 10px 20px;
  border-radius: 0px 0px 10px 10px;
}

.faq_accordion-content.active {
  max-height: 1000px;
  padding: 10px;
}

.faq_accordion-item {
  margin-bottom: 15px;
}

.faq_accordion-item:last-child {
  border-bottom: none;
}

/* 入塾までの流れ */
.flow {
  padding: 60px 16px 50px;

}

.flow img {
  margin-bottom: 20px;
}

.flow_sub-tit {
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
}

.flow_tit {
  font-weight: 700;
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 30px;
}

/* お問い合わせフォーム */
.form {
  position: relative !important;

}

.form .wpcf7-form {
  background: #FBF9F2 !important;
  padding: 1px 16px !important;
}

.form .wpcf7-form .label_tit {
  display: block !important;
  margin: 0 0 9px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
}

.form .wpcf7-form .required::after {
  content: "必須" !important;
  padding: 1px 10px 2px !important;
  background-color: #DF0003 !important;
  font-size: 0.75rem !important;
  color: #fff !important;
  border-radius: 5px !important;
  margin-left: 10px !important;
}

.form .wpcf7-form .any::after {
  content: "任意" !important;
  padding: 1px 10px 2px !important;
  background-color: #989898 !important;
  font-size: 0.75rem !important;
  color: #fff !important;
  border-radius: 5px !important;
  margin-left: 10px !important;
}

.form .wpcf7-form label {
  display: block !important;
  margin: 0 auto 12px !important;
  padding: 14px 10px !important;
  border: 1px solid #DDDDDD !important;
  border-radius: 5px !important;
  background: #ffffff !important;
  font-size: 14px !important;
}

.form .wpcf7-form label input {
  float: left !important;
  width: 17px !important;
  height: 17px !important;
}

.form .wpcf7-form .form_tit {
  border: none !important;
  background: none !important;
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  margin: 40px 0px -10px !important;
  padding: 0px !important;
}

.form .school-introduction,
.form .school-introduction-year {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  flex-wrap: wrap !important;
}

.wpcf7-list-item {
  margin: 0 !important;
  width: 100%;
}

.form .school-introduction .wpcf7-list-item,
.form .school-introduction-year .wpcf7-list-item {
  width: 47.619047619% !important;
}

.form .wpcf7-text {
  display: block !important;
  width: 100% !important;
  height: 48px !important;
  border-radius: 5px !important;
  background: #ffffff !important;
  border: 1px solid #DDDDDD !important;
  padding: 14px 10px !important;
  font-size: 14px !important;
  font-weight: normal !important;
  box-sizing: border-box !important;
  margin-bottom: 12px !important;
}

.form .wpcf7-textarea {
  display: block !important;
  width: 100% !important;
  height: 130px !important;
  padding: 4px 14px 0 !important;
  border-radius: 5px !important;
  border: 1px solid #DDDDDD !important;
  background: #ffffff !important;
  font-size: 14px !important;
  font-weight: normal !important;
  box-sizing: border-box !important;
}

.form .form_privacy_txt {
  margin-top: 20px !important;
  font-size: 0.8rem !important;
  margin-bottom: 20px !important;
}

.form .wpcf7-submit {
  margin: 0 auto !important;
  display: block !important;
  background: #989898 !important;
  border: none !important;
  padding: 12px 35px !important;
  border-radius: 5px !important;
  color: #fff !important;
  margin-top: 40px !important;
  box-shadow: 0px 8px 0px 0px #646464 !important;
  border-radius: 5px !important;
  position: relative !important;
  cursor: pointer !important;
  margin-bottom: 40px !important;
}

.form .wpcf7-response-output {
  color: #DF0003 !important;
}

.form ::placeholder {
  color: #cecece !important;
}

.form .alert {
  color: #DF0003;
  font-size: 0.8rem !important;
}

.form .screen-reader-response p {
  color: #DF0003 !important;
  background: #FBF9F2 !important;
  padding: 10px 16px !important;
}

.form .screen-reader-response li {
  display: none !important;
}

.form .wpcf7-not-valid-tip {
  display: none !important;
}

/* 残り項目数 */
#remaining-fields {
  display: block;
  width: 100px;
  height: 100px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #1B1B1B;
  background: -webkit- #1B1B1B;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

#remaining-fields.hoge_fixed {
  position: fixed;
  top: 75px;
  transform: translateX(310%);
}

@media screen and (max-width: 767px) {
  #remaining-fields.hoge_fixed {
    transform: translateX(255%);
  }
}

.form_more {
  text-align: center;
  line-height: 3rem;
}

.form_count {
  font-size: 2rem;
  display: inline;
  font-family: "Zen Old Mincho", serif;
  line-height: 0.8rem;
  margin-right: 2px;
}

.form_komoku {
  display: inline;
}

/* フッター */
.footer {
  padding: 30px;
  background-color: #8B070D;
}

.footer p {
  font-size: 0.7rem;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}

.footer img {
  margin: 0 auto;
  display: block;
}

/* 季節コンテンツ */
.season img {
  padding: 0 16px;
  margin-bottom: 16px;
}