@charset "UTF-8";
@import url("grid.css");
/* mediaクエリ----------------------- */
/* mediaクエリ----------------------- */
:root { /* 色変更される場合は、#以降のカラーコードを変更してください IE非対応 */
  --base-color: #000;
  --link-color: #666;
  --linkhover-color: #999;
  --back-color: #f7f7f7;
  --border-color: #ccc;
  --white-color: #fff;
}

.container {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 2rem;
  position: relative;
}
@media (max-width: 480px) {
  .container {
    padding: 0 1rem;
  }
}

img {
  max-width: 100%;
  height: auto; /*高さ自動*/
}

a {
  text-decoration-line: none;
  color: #222;
}

/*ヘッダー
-------------------------------------*/
h1 {
  margin: 0;
}
h1 a {
  color: #ffcb70;
  font-size: 52px;
  font-weight: 600;
  letter-spacing: 2px;
}
@media (max-width: 480px) {
  h1 a {
    font-size: 42px;
  }
}
h1 a span {
  font-size: 1rem;
  padding-left: 10px;
  letter-spacing: 0;
  color: #fff;
}
h1 a:hover {
  opacity: 0.6;
}
@media (max-width: 480px) {
  h1 {
    margin-bottom: 0;
  }
}

.header {
  background-color: #4a3a34;
  padding: 0;
}
@media (max-width: 480px) {
  .header {
    padding: 10px;
  }
}
.header__flex {
  display: flex;
  align-items: center;
  padding-left: 40px;
  padding-right: 20px;
  padding-top: 20px;
}
@media (max-width: 680px) {
  .header__flex {
    padding: 10px;
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .header__flex {
    padding: 0;
  }
}
.header__flex h1 {
  margin: 0;
  position: relative;
}
.header__flex h1:hover {
  opacity: 0.6;
}
.header nav {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1170px) {
  .header nav {
    display: none;
  }
}
.header nav .menu {
  font-size: 1rem;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}
.header nav .menu > li {
  font-size: 1rem;
  text-align: center;
  list-style: none;
}
.header nav .menu > li a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #fff;
  letter-spacing: 0.6px;
  background-color: transparent;
  padding: 12px 40px;
  border-bottom: 2px solid transparent;
}
.header nav .menu > li a:hover {
  text-decoration: none;
  border-bottom: 2px solid #fff;
}
.header nav .menu > li a.contact {
  background: #ffcb70;
  color: #4a3a34;
  font-weight: bold;
}
.header nav .menu > li.dropbtn {
  position: relative;
}
.header nav .menu > li.dropbtn .submenu {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0;
  min-width: 200px;
  z-index: 9;
  border: 2px solid #ffcb70;
  background: #fff;
  list-style: none;
}
.header nav .menu > li.dropbtn .submenu li {
  text-align: left;
}
.header nav .menu > li.dropbtn .submenu li:last-child a {
  border-bottom: none;
}
.header nav .menu > li.dropbtn .submenu li a {
  display: block;
  padding: 12px 8px;
  background: #fff;
  border-bottom: 1px solid #ffcb70;
  color: #222;
}
@media (max-width: 680px) {
  .header nav .menu > li.dropbtn .submenu li a {
    color: #222;
  }
}
.header nav .menu > li.dropbtn .submenu li:hover a {
  background-color: #ffcb70;
  color: #fff;
}
.header nav button {
  display: none;
}
@media (max-width: 1024px) {
  .header nav button {
    display: block;
  }
}
.header .spmenu {
  display: none;
}
@media (max-width: 1170px) {
  .header .spmenu {
    display: block;
  }
}
.header .spmenu_con {
  position: fixed;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: #ffcb70;
  transition: width 0.2s;
  z-index: 999;
}
.header .spmenu .menu--isOpen {
  width: 70vw;
  list-style-type: none;
  padding: 40px 0 10px 10px;
  margin: 0;
}
@media (max-width: 480px) {
  .header .spmenu .menu--isOpen {
    padding-top: 30px;
  }
}
.header .spmenu .menu--isOpen li {
  border-bottom: 1px solid #4a3a34;
  text-align: left;
}
.header .spmenu .menu--isOpen li a {
  color: #222;
  padding: 16px 10px 14px 10px;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  align-items: center;
}
@media (max-width: 680px) {
  .header .spmenu .menu--isOpen li a {
    padding: 18px 10px 16px 10px;
  }
}
.header .spmenu .menu--isOpen li.sp__dropbtn {
  display: block;
}
.header .spmenu .menu--isOpen li.sp__dropbtn .sp__submenu {
  display: block;
}
@media (max-width: 680px) {
  .header .spmenu .menu--isOpen li.sp__dropbtn .sp__submenu {
    padding-bottom: 5px;
  }
}
.header .spmenu .menu--isOpen li.sp__dropbtn .sp__submenu li {
  text-align: left;
  border-bottom: none;
  margin-left: 0.6rem;
  padding: 7px 4px;
}
@media (max-width: 680px) {
  .header .spmenu .menu--isOpen li.sp__dropbtn .sp__submenu li {
    padding: 0px 4px;
  }
}
.header .spmenu .menu--isOpen li.sp__dropbtn .sp__submenu li a {
  color: #222;
  padding: 0 10px 10px;
}
.header .spmenu .menu__button {
  position: fixed;
  right: 10px;
  top: 10px;
  width: 60px;
  height: 60px;
  background-color: #ffcb70;
  border: 1px solid #4a3a34;
}
@media (max-width: 480px) {
  .header .spmenu .menu__button {
    width: 50px;
    height: 50px;
  }
}
.header .spmenu .menu__button .text {
  display: block;
  margin: auto;
  color: #4a3a34;
  position: absolute;
  font-size: 11px;
  left: 0;
  right: 0;
  bottom: 2px;
}
.header .spmenu .line {
  display: block;
  width: 70%;
  margin: auto;
  height: 2px;
  background-color: #4a3a34;
  position: absolute;
  left: 0;
  right: 0;
  top: calc((100% - 14px) / 2);
  border-radius: 3px;
  transition: 0.2s;
}
.header .spmenu .menu__lineTop {
  transform: translateY(-8px);
}
.header .spmenu .menu__lineBottom {
  transform: translateY(8px);
}
.header .spmenu .menu--isOpen .menu__lineTop {
  transform: rotate(45deg);
}
.header .spmenu .menu--isOpen .menu__lineMiddle {
  opacity: 0;
}
.header .spmenu .menu--isOpen .menu__lineBottom {
  transform: rotate(-45deg);
}

/*メイン画像
-------------------------------------*/
.mainimg img {
  width: 100vw;
}

/*メインコンテンツ
-------------------------------------*/
main {
  margin: 0;
}
@media (max-width: 480px) {
  main {
    margin: 0;
  }
}

section {
  margin: 0;
  padding: 8rem 0;
}
@media (max-width: 480px) {
  section {
    margin: 0;
    padding: 4rem 0;
  }
}

.gray-back {
  background-color: var(--back-color);
}

/*キャッチコピー
-------------------------------------*/
.catch {
  text-align: center;
}

.catch h2 {
  padding-bottom: 1rem;
}

.under {
  border-bottom: 0.4rem solid #ffcb70;
  padding: 0 2rem 10px 2rem;
}

.center {
  text-align: center;
  margin-bottom: 4rem;
}

/*申し込みの流れ
-------------------------------------*/
.flow.row {
  margin-bottom: 3rem;
}

/*フッター
-------------------------------------*/
footer {
  background-color: var(--back-color);
  padding: 5rem 0;
}

footer h4 {
  border-bottom: 3px solid var(--border-color);
}

/*お問い合わせ
-------------------------------------*/
.contact-box {
  border: 1px solid var(--border-color);
  text-align: center;
  padding: 2rem 0;
}

.table {
  margin: 4rem 0;
}

.table th {
  width: 250px;
}

/*コピーライト
-------------------------------------*/
.copyright {
  text-align: center;
  padding: 1rem 0;
  background-color: #4a3a34;
  color: #fff;
  font-size: 0.9rem;
}

.copyright a {
  color: #fff;
  text-decoration: none;
  display: inline;
}

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
  position: fixed;
  bottom: 15px;
  right: 15px;
}

#pagetop a {
  display: block;
  border: 2px solid #ffcb70;
  background-color: #ffcb70;
  color: #fff;
  padding: 10px 20px;
  text-align: center;
}
#pagetop a:hover {
  background-color: #fff;
  color: #ffcb70;
}

/* 幅768px以下の表示
-------------------------------------*/
@media screen and (max-width: 768px) {
  /*ヘッダー
  -------------------------------------*/
  /*お問い合わせ
  -------------------------------------*/
  .table th {
    width: 100%;
    display: block;
  }
  .table td {
    display: block;
  }
}
/* 幅768px以下の表示ここまで*/
.tit__01 {
  font-size: 2rem;
  letter-spacing: 1px;
  font-weight: normal;
}
@media (max-width: 480px) {
  .tit__01 {
    font-size: 1.4rem;
  }
}

.btn__01 {
  width: 300px;
  background-color: #4a3a34;
  color: #fff;
  height: auto;
  border: 2px solid #4a3a34;
  padding: 10px 10px;
}
.btn__01:hover {
  background-color: #fff;
  color: #4a3a34;
  border-color: #4a3a34;
}
.btn__02 {
  display: inline-block;
  width: auto;
  padding: 6px 36px;
  background: #fff;
  color: #4a3a34;
  height: auto;
  border: 2px solid #4a3a34;
}
.btn__02:hover {
  background-color: #4a3a34;
  color: #fff;
}

.list__01 li {
  list-style-type: disc;
}

.pagetit {
  background: #f7f7f7;
  padding: 2rem;
  text-align: center;
}
.pagetit h2 {
  font-size: 30px;
  letter-spacing: 1px;
  margin: 0;
}

.top .mainimg {
  width: 100%;
  min-height: 600px;
  background: url(../img/img_mv.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

.gaiyou {
  margin-top: 0;
  background-color: #fef8ef;
}
@media (max-width: 480px) {
  .gaiyou {
    padding-bottom: 1rem;
  }
}
.gaiyou__table {
  width: 100%;
  max-width: 860px;
  margin: auto;
}
@media (max-width: 480px) {
  .gaiyou__table {
    margin: 0 auto 0 1rem;
  }
}
.gaiyou__table th, .gaiyou__table td {
  padding: 44px 15px 4px;
}
@media (max-width: 480px) {
  .gaiyou__table th, .gaiyou__table td {
    width: 100%;
    display: block;
  }
}
.gaiyou__table th {
  border-bottom: 2px solid #4a3a34;
  font-weight: normal;
  vertical-align: middle;
}
@media (max-width: 480px) {
  .gaiyou__table th {
    border-left: 4px solid #4a3a34;
    border-bottom: none;
    padding: 2px 10px;
  }
}
.gaiyou__table td {
  padding: 28px 15px 4px 60px;
}
@media (max-width: 480px) {
  .gaiyou__table td {
    padding: 10px 10px 30px 30px;
    border-bottom: none;
  }
}

.contact {
  padding-top: 8rem;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .contact {
    padding-top: 4rem;
  }
}

.mailinfo .mailform {
  width: 100%;
  max-width: 860px;
  margin: auto;
}
@media (max-width: 480px) {
  .mailinfo .mailform {
    max-width: 100%;
  }
}
.mailinfo .mailform th, .mailinfo .mailform td {
  padding: 28px 10px 24px;
}
@media (max-width: 480px) {
  .mailinfo .mailform th, .mailinfo .mailform td {
    display: block;
    width: 100%;
    border-bottom: none;
    padding: 18px 10px 14px;
  }
}
.mailinfo .mailform th {
  font-weight: normal;
  vertical-align: middle;
}
@media (max-width: 480px) {
  .mailinfo .mailform th {
    padding-bottom: 0;
  }
}
@media (max-width: 480px) {
  .mailinfo .mailform td {
    border-bottom: none;
  }
}
.mailinfo .must {
  background-color: #222;
  border: none;
  font-size: 13px;
  padding: 3px 10px;
  background-image: none;
}
.mailinfo .nini {
  display: block;
  float: left;
  margin: 0px 5px;
  border-radius: 4px;
  background-color: #d8dad7;
  border: 1px solid #d8dad7;
  font-size: 13px;
  padding: 3px 10px;
  background-image: none;
}
.mailinfo .n_name,
.mailinfo .n_company,
.mailinfo .n_email,
.mailinfo .n_tel {
  width: 380px !important;
}
@media (max-width: 480px) {
  .mailinfo .n_name,
  .mailinfo .n_company,
  .mailinfo .n_email,
  .mailinfo .n_tel {
    width: 100% !important;
  }
}
.mailinfo .n_add {
  width: 100% !important;
}
@media (max-width: 480px) {
  .mailinfo .n_add {
    width: 100% !important;
  }
}
.mailinfo textarea {
  width: 100% !important;
  min-height: 200px;
}
.mailinfo .chu {
  font-size: 0.9rem;
}

.thanks .mfp_thanks {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.thanks .backbtn {
  margin: 5rem 0;
}

.enkaku__wrap {
  max-width: 800px;
  padding: 0 20px;
  margin: 0 auto 40px;
}
@media (max-width: 480px) {
  .enkaku__wrap {
    padding: 0;
  }
}
.enkaku__tit {
  background: #f7f7f7;
  padding: 10px 20px;
  margin: 0 0 30px 0;
}
.enkaku__tit h3 {
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
.enkaku__toptext {
  text-align: center;
  margin-bottom: 40px;
}
.enkaku__list {
  padding: 40px 10px;
  max-width: 900px;
  margin: 20px auto;
  font-size: 1.06rem;
}
@media (max-width: 480px) {
  .enkaku__list {
    padding: 0;
  }
}
.enkaku__list-item {
  display: flex;
  line-height: 1.5;
  font-size: 16px;
  margin: 0;
}
.enkaku__list-item .date {
  width: 30%;
  padding: 0px 50px 0 0;
  font-weight: normal;
  text-align: right;
  letter-spacing: 2px;
  line-height: 1.6;
}
@media (max-width: 680px) {
  .enkaku__list-item .date {
    padding: 0px 30px 0 0;
  }
}
@media (max-width: 480px) {
  .enkaku__list-item .date {
    padding: 0px 20px 0 0;
    font-size: 0.88rem;
    letter-spacing: 1px;
    width: 11rem;
    letter-spacing: 0;
  }
}
.enkaku__list-item .content {
  position: relative;
  width: 80%;
  padding: 0 20px 60px 30px;
  border-left: 1px solid #b0b8d9;
  letter-spacing: 1.4px;
  line-height: 1.6;
}
@media (max-width: 480px) {
  .enkaku__list-item .content {
    padding: 0 0px 30px 24px;
    letter-spacing: 1px;
    line-height: 1.4;
    font-size: 0.9rem;
  }
}
.enkaku__list-item .content.close {
  border-left: 1px solid #fff;
}
.enkaku__list-item .content::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: 20px;
  height: 20px;
  background-color: #ffcb70;
  border-radius: 10px;
}
@media (max-width: 480px) {
  .enkaku__list-item .content::before {
    width: 16px;
    height: 16px;
  }
}

.footer {
  padding: 0 10px 30px;
}
.footer__bnr {
  display: flex;
  justify-content: center;
  gap: 80px;
}
@media (max-width: 680px) {
  .footer__bnr {
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .footer__bnr {
    flex-flow: column;
  }
}
.footer__bnr--item {
  background: #fff;
  padding: 10px 20px;
  border: 1px solid #333;
  position: relative;
  text-align: center;
  flex: 1;
}
@media (max-width: 480px) {
  .footer__bnr--item {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer__bnr--item.kagetsu {
  background-color: #000;
  color: #fff;
}
.footer__bnr--item.kagetsu img {
  width: 300px;
  height: 38px;
  -o-object-fit: contain;
     object-fit: contain;
  line-height: 0;
  vertical-align: top;
}
@media (max-width: 680px) {
  .footer__bnr--item.kagetsu img {
    width: 260px;
    height: 40px;
  }
}
.footer__bnr--item img {
  width: 300px;
  height: 58px;
  -o-object-fit: contain;
     object-fit: contain;
  line-height: 0;
  vertical-align: top;
}
@media (max-width: 680px) {
  .footer__bnr--item img {
    width: 260px;
    height: 50px;
  }
}
.footer__bnr--item > a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.footer__bnr--item:hover {
  opacity: 0.7;
}

.rinen__flex {
  display: flex;
  align-items: center;
  gap: 40px;
}
.rinen__img {
  flex: 1;
}
.rinen__text {
  flex: 1;
  font-size: 1.4rem;
  line-height: 2.4;
  color: #4a3a34;
}

.jigyo {
  background: url("../img/bg_gigyou.jpg") no-repeat;
  background-size: cover;
  margin: 0;
  padding: 120px;
  background-attachment: fixed;
}
@media (max-width: 680px) {
  .jigyo {
    padding: 90px;
  }
}
@media (max-width: 480px) {
  .jigyo {
    padding: 40px;
    background-position: top right;
  }
}
.jigyo .list01 {
  display: inline-block;
  text-align: left;
  margin-bottom: 0;
  padding-top: 40px;
}
.jigyo .list01 li {
  margin-bottom: 1.4rem;
  list-style: none;
  font-size: 1.1rem;
}
.jigyo .list01 li.subitem {
  margin-bottom: 1rem;
  margin-left: 2rem;
  list-style: disc;
  font-size: 1rem;
}

.info__flex {
  display: flex;
  gap: 30px;
}
@media (max-width: 480px) {
  .info__flex {
    flex-flow: column;
    gap: 10px;
  }
}
.info__date {
  width: 30%;
  text-align: right;
  line-height: 2;
}
@media (max-width: 480px) {
  .info__date {
    width: 100%;
    text-align: left;
    line-height: 1.6;
  }
}
.info__content {
  flex: 1;
}
.info__content h3 {
  font-weight: bold;
  font-size: 1.1rem;
  color: #4a3a34;
  margin-bottom: 10px;
}
.info__content a {
  text-decoration: underline;
}
.info__content a:hover {
  text-decoration: none;
}/*# sourceMappingURL=style.css.map */