@charset "UTF-8";
/*
Theme Name: サワムラガク足立
Author: あそびラボ
*/

/*=======================================================
reset
=======================================================*/
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: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section main {
  display: block;
}
html {
  -webkit-text-size-adjust: 100%;
  height: 100%;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #422a0a;
}
body {
  font-family: "メイリオ", Meiryo, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #fff;
  position: relative;
  min-width: 1024px;
}
ol,
ul,
li {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
p,
li,
dt,
dd,
th,
td {
  -ms-line-break: strict;
  line-break: strict;
  -ms-word-break: break-strict;
  word-break: break-strict;
}
footer small {
  font-family: Verdana; /* Android */
}
a {
  color: #222;
  text-decoration: none;
  -webkit-text-decoration-skip: none; /* ios */
}
a:hover,
.btn:hover a,
button:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn a {
  width: 100%;
  height: 100%;
  text-align: center;
  display: block;
}
img {
  max-width: 100%;
  height: auto;
  border-style: none; /* IE10 */
}
main {
  margin: 0;
  background: #f4f1df;
  display: block;
  min-height: calc(100vh - 165px);
}
.inner {
  width: 1020px;
  margin: 0 auto;
  position: relative;
}
.sp {
  display: none;
}
.pc {
  display: inline;
}
br.pc,
img.pc,
span.pc {
  display: inline;
}
.att {
  padding: 0 0 0 1em;
  position: relative;
}
.att::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

@media screen and (max-width: 750px) {
  body {
    font-size: 28px;
    overflow-x: hidden;
  }
  body,
  header,
  main,
  footer {
    min-width: 750px;
    max-width: 750px;
    width: 100%;
  }
  main {
    min-height: auto;
  }
  .inner {
    margin: auto;
    padding: 0 60px;
    width: initial;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: inline;
  }
  br.sp,
  img.sp,
  span.sp {
    display: inline;
  }
}

/*=======================================================
header
=======================================================*/
header {
  transition: 0.3s;
  background: #3c2a10;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: 0;
  z-index: 9999;
}
header a {
  color: #fff;
}
.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
}
.is-fixed a {
  color: #fff;
}
header .inner {
  border-bottom: 1px solid #fff;
  height: 112px;
}
/*ロゴ*/
header h1,
header p {
  position: absolute;
  top: 16px;
  left: 3px;
}
header h1 img,
header p img {
  width: 300px;
}
/*電話番号*/
header .inner ol:first-of-type {
  text-align: center;
  position: absolute;
  top: 38px;
  left: 400px;
}
header .inner ol:first-of-type li:first-of-type {
  margin: 0 0 12px;
}
header .inner ol:first-of-type li:last-of-type {
  color: #fff;
  font-size: 13px;
  display: flex;
  align-items: center;
}
header .inner ol:first-of-type li:last-of-type span {
  background: #fff;
  border-radius: 30px;
  margin: 0 11px 0 0;
  display: inline-block;
  width: 77px;
  height: 20px;
  padding: 4px 0 0;
}
/*ボタン*/
header .inner ol:nth-of-type(2) {
  display: flex;
  gap: 14px;
  position: absolute;
  right: 0;
  top: 35px;
}
header .inner ol:nth-of-type(2) li > a {
  font-weight: bold;
  width: 180px;
  height: 62px;
  background: #33b666;
  display: flex;
  align-items: center;
  line-height: 1.3;
  padding: 2px 0 0;
}
header .inner ol:nth-of-type(2) li > a > span {
  display: block;
  font-size: 14px;
}
header .inner ol:nth-of-type(2) li:nth-of-type(2) > a {
  background: #dd8925;
  width: 153px;
}
header .inner ol:nth-of-type(2) li > a::before {
  content: "";
  display: inline-block;
  background: url(images/common/calendar.svg);
  background-size: contain;
  width: 29px;
  height: 29px;
  margin: 0 14px 0 11px;
}
header .inner ol:nth-of-type(2) li.--entry-form > a {
  background: #dd8925;
  width: 100%;
  padding-inline: 16px;
}
header .inner ol:nth-of-type(2) li.--entry-form > a::before {
  background: url(images/common/car.svg);
  background-size: contain;
  width: 45px;
  height: 18px;
  margin: 0 11px 0 0;
}
/*よくあるご質問・コラム*/
header .inner ul {
  position: absolute;
  top: 11px;
  right: 3px;
  display: flex;
  align-items: center;
}
header .inner ul li {
  position: relative;
  font-size: 14px;
  display: flex;
  align-items: center;
}
header .inner ul li:first-of-type {
  margin: 0 26px 0 0;
}
header .inner ul li::before {
  content: "";
  background: #fff;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin: 0 8px 0 0;
}
header .inner ul li::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 6px;
  border-color: transparent transparent transparent #3c2a10;
  position: absolute;
  left: 4px;
  top: 3px;
}
/*グローバルナビ*/
header nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1020px;
  padding: 17px 0;
  margin: 0 auto;
}
header nav ul li {
  display: flex;
  align-items: center;
}
header nav ul li::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 19px;
  background: #fff;
}
header nav ul li:nth-of-type(7)::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 19px;
  background: #fff;
}
header nav ul li a {
  display: block;
  font-size: 17px;
  color: #fff;
  font-weight: bold;
  padding: 0 36px;
}
header nav ul li a:hover {
  color: #ffe35e;
  opacity: 1;
}
@media screen and (max-width: 750px) {
  header .inner ol:nth-of-type(2) li.--entry-form > a {
    width: 187px;
    height: 87px;
    font-size: 30px;
    margin: 0;
    display: flex;
    justify-content: center;
  }
  header .inner ol:nth-of-type(2) li.--entry-form > a::before {
    display: none;
  }
  header .inner {
    height: 132px;
    border: none;
    padding: 0 30px 0 25px;
    display: flex;
    justify-content: space-between;
    z-index: 9999;
    background: #3c2a10;
  }
  /***ロゴ***/
  header .inner h1,
  header .inner p {
    position: relative;
    top: 13px;
  }
  header .inner h1 img,
  header .inner > p img {
    width: 370px;
  }
  /***教習申込***/
  header .inner ol:nth-of-type(2) {
    right: 130px;
    top: 22px;
  }
  header .inner ol:nth-of-type(2) li.schedule > a {
    width: 200px;
    height: 87px;
    font-size: 30px;
    margin: 0;
  }
  /***ナビ***/
  header nav,
  header nav .icon {
    display: inline-block;
    width: 71px;
    height: 89px;
  }
  header nav {
    position: absolute;
    top: 22px;
    right: 31px;
  }
  header nav .icon {
    position: relative;
    z-index: 9999;
  }
  header nav .icon span {
    position: absolute;
    left: 0;
    width: 69px;
    height: 6px;
    background-color: #fff;
    border-radius: 2.5px;
    transition: all 0.4s;
  }
  header nav .icon span:nth-of-type(1) {
    top: 0px;
  }
  header nav .icon span:nth-of-type(2) {
    top: 50px;
  }
  header nav .icon span:nth-of-type(3) {
    bottom: 58px;
  }
  header nav.active .icon span:nth-of-type(1) {
    -webkit-transform: translateY(32px) rotate(-315deg);
    transform: translateY(32px) rotate(-315deg);
  }
  header nav.active .icon span:nth-of-type(2) {
    opacity: 0;
  }
  header nav.active .icon span:nth-of-type(3) {
    -webkit-transform: translateY(8px) rotate(315deg);
    transform: translateY(8px) rotate(315deg);
  }
  header nav .icon::after {
    content: "MENU";
    display: block;
    width: 100%;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  /*中身*/
  header nav .nav {
    position: fixed;
    overflow-y: scroll;
    width: 100%;
    z-index: 9998;
    height: 100%;
    display: none;
    padding: 132px 0 0;
    top: 0;
    left: 0;
    height: 100%;
  }
  header nav .nav > ul {
    margin: 0;
    padding: 55px 0 0;
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background-size: 750px;
    background-color: #3c2a10;
    flex-wrap: wrap;
    justify-content: center;
    height: 100%;
  }
  header nav .nav > ul li a {
    display: flex;
    font-size: 34px;
    font-weight: bold;
    line-height: 1.2;
    padding: 0;
    background: #fffbf4;
    width: 630px;
    border-radius: 10px;
    color: #3c2a10;
    text-align: center;
    position: relative;
    height: 104px;
    justify-content: center;
    align-items: center;
    margin: 0 0 40px;
  }
  header nav .nav > ul li:nth-of-type(6) a,
  header nav .nav > ul li:nth-of-type(8) a {
    width: 300px;
    margin: 0 25px 40px 0;
    padding: 0 10px 0 0;
  }
  header nav .nav > ul li:nth-of-type(7) a,
  header nav .nav > ul li:nth-of-type(9) a {
    width: 300px;
    margin: 0 0 40px;
    padding: 0 10px 0 0;
  }
  header nav ul li::before,
  header nav ul li:nth-of-type(7)::after {
    display: none;
  }
  header nav .nav > ul > li:not(:first-of-type) a::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 20px;
    border-color: transparent transparent transparent #dd8925;
    display: block;
    position: absolute;
    right: 35px;
    top: 36px;
  }
  header nav .nav > ul li ul {
    width: 630px;
    padding: 0;
    margin: 0 0 15px;
    display: flex;
    justify-content: space-between;
  }
  header nav .nav > ul li ul li a {
    border-radius: 0;
    line-height: 1.3;
    display: flex;
    width: 630px;
    gap: 1em;
    align-items: center;
    height: 100px;
    background: #eee4be;
    font-size: 30px;
    text-align: left;
    position: relative;
  }
  header nav .nav > ul li ul li a::before {
    content: "";
    background: url(images/sp/common/tel.svg) no-repeat;
    background-size: contain;
    width: 46px;
    height: 49px;
    display: block;
  }
  /*閉じるボタン*/
  header nav .nav > ul > li:last-of-type {
    content: "閉じる";
    display: block;
    width: 245px;
    height: 80px;
    background: #33b666;
    text-align: center;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    padding: 23px 0 0;
    margin: 10px auto 50px;
  }
}

/*=======================================================
footer
=======================================================*/
footer {
  background: url(images/common/footer_bg.png) top center no-repeat;
  background-size: 2000px;
  padding: 72px 0 0;
  margin: -105px 0 0;
  position: relative;
}
footer small {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30px;
  background: #3c2a10;
  font-size: 13px;
  color: #fff;
}
footer .inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
  color: #fff;
  padding: 0 0 60px;
}
footer .logo_area {
  font-size: 13px;
}
footer .logo_area .logo {
  padding-top: 5px;
  padding-bottom: 5px;
}
footer .logo_area .logo + p {
  margin: 0 0 25px;
}
footer .logo_area .logo + p span {
  color: #3c2a10;
  font-size: 14px;
  display: inline-block;
  background: #fff;
  width: 77px;
  height: 20px;
  border-radius: 30px;
  text-align: center;
  font-weight: bold;
  padding: 4px 0 0;
  margin: 0 8px 0 0;
}
footer .logo a {
  display: flex;
}
footer .logo img {
  width: 300px;
}
footer address ol li {
  margin: 0 0 10px;
}
footer address ol li a {
  color: #fff;
}
footer address ol li:nth-of-type(2) {
  line-height: 1.3;
  display: flex;
}
/*電話リンク*/
.hp_tel {
  pointer-events: none;
  text-decoration: none;
}
footer .nav_area {
  margin: 26px 100px 0 0;
}
footer nav {
  width: 513px;
  margin: 0 0 17px;
}
footer nav ul {
  display: flex;
  flex-wrap: wrap;
}
footer nav ul li {
  font-size: 15px;
  color: #fff;
  display: flex;
  align-items: center;
  margin: 0 18px 22px 0;
}
footer nav ul li:nth-of-type(4),
footer nav ul li:last-of-type {
  margin: 0 0 22px;
}
footer nav ul li::before {
  content: "▶";
  color: #eead11;
  font-size: 13px;
  margin: 0 8px 2px 0;
}
footer nav ul li a {
  color: #fff;
}
footer nav ul li a:hover {
  color: #eead11;
  opacity: 1;
}
footer .nav_area ol {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
}

footer .nav_area ol li > a {
  font-weight: bold;
  width: 180px;
  height: 62px;
  background: #33b666;
  display: flex;
  align-items: center;
  line-height: 1.3;
  padding: 2px 0 0;
  color: #fff;
}
footer .nav_area ol .--entry-form a {
  background: #dd8925;
  width: 153px;
}
footer .nav_area ol li a::before {
  content: "";
  display: inline-block;
  background: url(images/common/calendar.svg);
  background-size: contain;
  width: 29px;
  height: 29px;
  margin: 0 14px 0 11px;
}
footer .nav_area ol li.--entry-form a::before {
  background: url(images/common/car.svg);
  background-size: contain;
  width: 45px;
  height: 18px;
  margin: 0 11px 0 12px;
}
/* footer .nav_area ol a {
  font-weight: bold;
  width: 180px;
  height: 62px;
  background: #33b666;
  display: flex;
  align-items: center;
  line-height: 1.3;
  padding: 2px 0 0;
  color: #fff;
}
footer .nav_area ol a:last-of-type {
  background: #dd8925;
  margin: 0 0 0 24px;
  width: 153px;
}
footer .nav_area ol a::before {
  content: "";
  display: inline-block;
  background: url(images/common/calendar.svg);
  background-size: contain;
  width: 29px;
  height: 29px;
  margin: 0 14px 0 11px;
}
footer .nav_area ol a:last-of-type::before {
  background: url(images/common/car.svg);
  background-size: contain;
  width: 45px;
  height: 18px;
  margin: 0 11px 0 12px;
} */
footer .hagumi {
  position: absolute;
  bottom: 22px;
  left: 0;
}
footer .hagumi img {
  width: 90px;
}
/*ドライビングハグミ */
.drive2 {
  animation: drive2 8s linear forwards;
  -webkit-animation: drive2 8s linear forwards;
  -ms-animation: drive2 8s linear forwards;
  animation-delay: 1s;
}
@-webkit-keyframes drive2 {
  0% {
    -webkit-transform: translate(0px, 0px);
  }
  100% {
    -webkit-transform: translate(830px, 0);
  }
}
@-ms-keyframes drive2 {
  0% {
    -ms-transform: translate(0px, 0px);
  }
  100% {
    -ms-transform: translate(830px, 0);
  }
}
/*スマホドライビングハグミ */
.drive3 {
  animation: drive3 6s linear forwards;
  -webkit-animation: drive3 6s linear forwards;
  animation-delay: 1s;
}
@-webkit-keyframes drive3 {
  0% {
    -webkit-transform: translate(0px, 0px);
  }
  100% {
    -webkit-transform: translate(430px, 0);
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  header .inner ul li::after {
    top: 4px;
  }
  footer .nav_area {
    margin: 26px 50px 0 0;
  }
  footer nav {
    width: 530px;
  }
  footer .logo_area .logo + p span {
    padding: 2px 0 0;
  }
}

@media screen and (max-width: 750px) {
  footer {
    font-size: 28px;
    background: url(images/sp/common/footer_bg.png) top center no-repeat;
    background-size: 750px;
    padding: 115px 0 0;
    margin: -100px 0 0;
    min-height: 883px;
    display: grid;
    grid-template-rows: 1fr auto;
  }
  footer .inner {
    display: block;
    margin: 0 60px;
    padding: 0;
  }
  footer .nav_area {
    margin: 0 0 0 -10px;
  }
  footer nav {
    width: initial;
    margin: 0;
  }
  footer nav ul {
    margin: 0 -15px 0 0;
  }
  footer nav ul li {
    font-size: 24px;
    margin: 0 55px 32px 0;
  }
  footer nav ul li:nth-of-type(3n) {
    margin: 0 0 32px;
  }
  footer nav ul li:nth-of-type(4),
  footer nav ul li:last-of-type {
    margin: 0 55px 32px 0;
  }
  footer .nav_area ol {
    justify-content: center;
    margin: 0 auto 56px;
  }
  footer .nav_area ol li > a {
    width: 300px;
    height: 98px;
    padding: 5px 0 0;
  }
  footer .nav_area ol li a::before {
    width: 46px;
    height: 46px;
    margin: 0 23px 0 27px;
  }
  footer .nav_area ol li.--entry-form a {
    margin: 0;
    width: 300px;
    padding-top: 0;
  }
  footer .nav_area ol li.--entry-form a::before {
    width: 70px;
    height: 28px;
    margin: 0 28px 0 25px;
  }
  footer .logo {
    margin: 0 0 7px -10px;
  }
  footer .logo img {
    width: 410px;
  }
  footer .logo_area .logo + p {
    margin: 0 0 25px;
    display: flex;
    align-items: center;
    font-size: 18px;
  }
  footer .logo_area .logo + p span {
    font-size: 18px;
    width: 98px;
    height: 26px;
    padding: 6px 0 0;
    margin: 0 11px 0 0;
  }
  footer address ol li {
    font-size: 18px;
  }
  /*電話リンク*/
  .hp_tel {
    pointer-events: auto;
  }
  footer .hagumi {
    position: absolute;
    bottom: -68px;
    left: 0;
  }
  footer .hagumi img {
    width: 131px;
  }
  footer small {
    font-size: 18px;
    padding: 20px 0;
    margin: 100px 0 0;
  }
}
/*=============================
下層ページ共通
=============================*/
.h1_wrapper {
  height: 223px;
  background: url(images/common/page_header.png) top -42px center no-repeat;
  background-size: 2000px;
  padding: 59px 0 0;
}
.h1_wrapper h1 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  width: 1020px;
  position: relative;
  padding: 0 0 0 100px;
}
.h1_wrapper p {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  width: 1020px;
  position: relative;
  padding: 0 0 0 100px;
}
.first {
  margin: -53px 0 0;
  padding: 53px 0 0;
}
@media screen and (max-width: 750px) {
  .h1_wrapper {
    height: 263px;
    background: url(images/sp/common/page_header.png) top center no-repeat;
    background-size: 750px;
    padding: 85px 0 0;
  }
  .h1_wrapper h1 {
    width: initial;
    font-size: 44px;
    padding: 0 0 0 87px;
  }
  .h1_wrapper p {
    width: initial;
    font-size: 44px;
    padding: 0 0 0 87px;
  }
}
/*=============================
　ページトップボタン
=============================*/
#scroll {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  text-align: center;
  cursor: pointer;
  z-index: 3;
}
#scroll img {
  width: 62px;
}
.pole {
  position: absolute;
  bottom: 57px;
  right: 57px;
  height: 40px;
}
.pole img {
  width: 7px;
}

@media screen and (max-width: 750px) {
  #scroll {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    text-align: center;
    cursor: pointer;
    z-index: 3;
  }
  #scroll img {
    width: 93px;
  }
  #scroll:hover {
    opacity: 1;
  }
  .pole {
    bottom: 95px !important;
    right: 73px !important;
    padding: 38px 0 0 !important;
    height: 101px !important;
  }
  .pole img {
    width: 10px !important;
  }
}
/*=============================
　パンくず
=============================*/
.breadcrumbs {
  max-width: 1060px;
  padding: 5px 20px 0;
  margin: 0 auto 35px;
  font-size: 13px;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 750px) {
  .breadcrumbs {
    padding: 0 40px;
    font-size: 24px;
    width: initial;
    margin: 10px auto 55px;
    line-height: 1.4;
  }
}
/*=======================================================
ページャー
=======================================================*/
.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wp-pagenavi .current,
.wp-pagenavi a,
.wp-pagenavi .extend {
  width: 39px;
  height: 39px;
  margin: 0 6px;
  display: flex;
  justify-content: center;
}
.wp-pagenavi .current,
.wp-pagenavi a {
  padding: 2px 0 0;
  border-radius: 5px;
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  align-items: center;
}
.wp-pagenavi .current {
  background: #dd8925;
}
.wp-pagenavi a {
  background: #a6a6a6;
}
.wp-pagenavi .extend {
  align-items: flex-end;
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .prevpostslink {
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  .wp-pagenavi {
    margin: 50px 0 0;
  }
  .wp-pagenavi .current,
  .wp-pagenavi a {
    font-size: 28px;
  }
  .wp-pagenavi .current,
  .wp-pagenavi a,
  .wp-pagenavi .extend {
    width: 59px;
    height: 59px;
    margin: 0 8px;
  }
}
/*=======================================================
入力パーツ設定
=======================================================*/
input,
button,
select,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 16px;
  outline: none;
}
input:focus,
select:focus,
textarea:focus {
  box-shadow: 0 0 0 1px #3c2a10;
}
input[type="text"],
input[type="email"] {
  line-height: 1;
}
input[type="radio"],
input[type="checkbox"] {
  display: none;
}
label {
  cursor: pointer;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset; /* Chrome */
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  background: none;
  color: #222;
}
label {
  cursor: pointer;
}
/***テキストフィールド・テキストエリア・セレクトボックス***/
input[type="text"],
input[type="email"],
textarea,
select {
  border-radius: 5px;
  border: 1px solid #3c2a10;
}
input[type="text"],
textarea {
  width: 504px;
  background: #fffbf4;
}
input[type="email"] {
  background: #fffbf4;
}
/*テキストフィールド*/
input[type="text"],
input[type="email"] {
  height: 40px;
  padding: 2px 10px 0;
}
/*テキストエリア*/
textarea {
  height: 177px;
  padding: 15px 10px;
  resize: none;
  line-height: 1.5;
}
/***セレクトボックス***/
select {
  width: 193px;
  height: 33px;
  padding: 0 25px 0 15px;
  background:
    url("images/entry-form/icon_select.svg") center right 6px / 9px 21px no-repeat,
    #fffbf4;
  font-size: 16px;
}
/***ラジオ・チェックボタン***/
input[type="radio"] + span,
input[type="checkbox"] + span {
  position: relative;
  padding: 0 0 0 35px;
}
input[type="radio"] + span::before,
input[type="radio"]:checked + span::after,
input[type="checkbox"] + span::before,
input[type="checkbox"]:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
input[type="radio"] + span::before,
input[type="checkbox"] + span::before {
  background: #fffbf4;
  border: 1px solid #3c2a10;
  left: 0;
}
/*ラジオボタン*/
input[type="radio"] + span::before {
  width: 16px;
  height: 16px;
  border-radius: 16px;
}
input[type="radio"]:checked + span::after {
  width: 8px;
  height: 8px;
  background: #3c2a10;
  border-radius: 8px;
  left: 4px;
}
.wpcf7-list-item.first {
  padding: 0;
  margin: 0;
}
/*チェックボタン*/
input[type="checkbox"] + span::before {
  width: 19px;
  height: 19px;
  border-radius: 5px;
}
input[type="checkbox"]:checked + span::after {
  width: 5px;
  height: 10px;
  transform: rotate(50deg);
  border-bottom: 2px solid #3c2a10;
  border-right: 2px solid #3c2a10;
  left: 7px;
}
/***カレンダー***/
form .calendar {
  width: 180px;
  padding-right: 40px;
  background:
    url("images/entry-form/icon_calendar.svg") center right 10px / 24px 24px no-repeat,
    #fffbf4;
}
form input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  background: transparent;
  z-index: 1;
}
/***電話番号***/
.form-tel_wrap {
  display: flex;
}
.form-tel_wrap .hyphen {
  padding: 12px 12px 0;
}
.form-tel_wrap .wpcf7-not-valid-tip {
  width: 504px;
}
/* 同意する */
.end .wpcf7-list-item {
  margin: 0;
  font-size: 21px;
  font-weight: 700;
}
.end .wpcf7-form-control-wrap {
  justify-content: center;
}
/* 確認する */
.btn .wpcf7-previous,
.btn .wpcf7-submit {
  width: 264px;
  height: 60px;
  padding: 3px 0 0;
  background: #3c2a10;
  border-radius: 5px;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
}
.btn .wpcf7-submit:disabled {
  background: #bbb;
  pointer-events: none;
}
.btn .wpcf7-spinner {
  display: none;
}
/* 戻る */
.btn .wpcf7-previous {
  width: 120px;
  font-size: 22px;
  background: #b29652;
}
/* エラー */
.wpcf7-form.invalid .bl_form_selectWrapper {
  position: relative;
}
.wpcf7-form.invalid .bl_form_selectWrapper:has(.wpcf7-not-valid-tip) {
  padding-bottom: 24px;
}
.wpcf7-form.invalid .bl_form_selectWrapper:has(.wpcf7-not-valid-tip) .wpcf7-form-control-wrap {
  position: static;
  padding-bottom: 0;
}
.wpcf7-form.invalid .bl_radioWrapper {
  position: relative;
}
.wpcf7-form.invalid .bl_radioWrapper:has(.wpcf7-not-valid-tip) {
  padding-bottom: 32px;
}
.wpcf7-form.invalid .bl_radioWrapper:has(.wpcf7-not-valid-tip) .wpcf7-form-control-wrap {
  position: static;
  padding-bottom: 0;
}
.wpcf7-form.invalid .bl_form_ttl {
  margin-bottom: 24px;
}
.wpcf7-form.invalid .wpcf7-form-control-wrap {
  display: flex;
}
.wpcf7-form.invalid .wpcf7-not-valid-tip {
  font-size: 14px;
}
.wpcf7-form.invalid .wpcf7-form-control-wrap:has(.wpcf7-not-valid-tip) {
  padding-bottom: 24px;
}
.wpcf7-form.invalid .bl_ageWrapper:has(.wpcf7-not-valid-tip) {
  padding-bottom: 24px;
}
.wpcf7-form.invalid .bl_ageWrapper:has(.wpcf7-not-valid-tip) .wpcf7-form-control-wrap {
  padding-bottom: 0;
}
.wpcf7-not-valid-tip {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 0.9em;
}
.wpcf7-form.invalid .wpcf7-response-output {
  display: none;
}
input[type="text"],
input[type="checkbox"],
input[type="submit"],
select,
::placeholder {
  font-family: "noto-sans-jp", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/* エラー文の非表示 */
.wpcf7-form.hide_error_message .wpcf7-not-valid-tip {
  display: none;
}
.wpcf7-response-output {
  display: none;
}
@media screen and (max-width: 750px) {
  input[type="radio"] + span::before {
    width: 26px;
    height: 26px;
  }
  input[type="radio"]:checked + span::after {
    width: 16px;
    height: 16px;
    left: 5px;
  }
  input[type="text"],
  input[type="email"] {
    height: 64px;
    padding: 2px 10px 0;
  }
  input[type="text"],
  input[type="email"],
  textarea {
    width: 630px;
    font-size: 32px;
  }
  select {
    width: 630px;
    height: 64px;
    padding: 3px 25px 0 15px;
    font-size: 32px;
  }
  form .type select,
  form .course select {
    width: 630px;
  }
  .end .wpcf7-list-item {
    font-size: 30px;
  }
  input[type="checkbox"] + span::before {
    width: 29px;
    height: 29px;
    left: -10px;
  }
  input[type="checkbox"]:checked + span::after {
    width: 11px;
    height: 15px;
    left: 0px;
    top: -4px;
  }
  .wpcf7-form.invalid .wpcf7-not-valid-tip {
    font-size: 24px;
  }
  .wpcf7-form.invalid .wpcf7-form-control-wrap:has(.wpcf7-not-valid-tip) {
    padding-bottom: 40px;
  }
  /* 電話番号 */
  .form-tel_wrap .wpcf7-not-valid-tip {
    width: 630px;
  }
  /* 確認する */
  .btn .wpcf7-previous,
  .btn .wpcf7-submit {
    width: 304px;
    height: 80px;
    padding: 2px 0 0;
    font-size: 31px;
  }
  /* 戻る */
  .btn .wpcf7-previous {
    width: 130px;
    font-size: 31px;
  }
}
/*=======================================================
関連記事
=======================================================*/
.bl_relatedUnit {
  width: 695px;
  margin-bottom: 50px;
}
.bl_related h2,
.bl_related h3 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  background: #3c2a10;
  padding: 10px 20px 7px;
  margin-bottom: 20px;
}
.bl_relatedList {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.bl_relatedList li {
  width: 220px;
  margin-right: 19px;
  font-size: 16px;
  line-height: 1.3;
}
.bl_relatedList li:last-of-type {
  margin-right: 0;
}
.crp-list li {
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
  line-height: 1.3;
}
.crp-list li::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #000;
  margin-right: 10px;
}
.bl_relatedList li .bl_related_imgWrapper,
.crp-list-item-image {
  margin-bottom: 8px;
}
.bl_relatedList li img,
.crp-list li img {
  object-fit: cover;
  width: 220px;
  height: 155px;
  border: 1px solid #3c2a10;
}
@media screen and (max-width: 750px) {
  .bl_related h2,
  .bl_related h3 {
    font-size: 30px;
    padding: 20px 22px 17px;
    margin-bottom: 40px;
  }
  .bl_relatedList,
  .crp-list {
    display: block;
  }
  .bl_relatedList li,
  .crp-list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    font-size: 28px;
    flex-direction: initial !important;
  }
  .bl_relatedList li .bl_related_imgWrapper,
  .crp-list-item-image {
    flex-shrink: 0;
  }
  .bl_relatedList li a {
    display: flex;
  }
  .bl_relatedList li img,
  .crp-list li img {
    width: 180px !important;
    height: 120px !important;
    margin-right: 20px !important;
  }
  .crp-list li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    line-height: 1.3;
  }
  .crp-list li::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 12px;
    border-color: transparent transparent transparent #000;
    margin-top: 9px;
    margin-right: 10px;
  }
}
#calc #fbuilder .top_aligned .fields > label {
  padding-left: 32px;
}
@media screen and (max-width: 750px) {
  #calc #fbuilder .top_aligned .fields > label {
    padding-left: 20px;
  }
}
