@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 18px;
  line-height: 1.6;
  background: #fff;
  color: #333333;
}

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

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
}

.second-title {
  font-size: 24px;
}

.third-title {
  font-size: 20px;
}

@media (max-width: 767px) {
  .is-pc {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .is-sp {
    display: none;
  }
}
@media (min-width: 1200px) {
  .is-sp {
    display: none;
  }
}
.inner {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 767px) {
  .inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.header {
  background: #fff;
  height: 120px;
  position: fixed;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
  z-index: 20;
  top: 0;
  left: 0;
  line-height: 1;
  background: #683d42;
}
@media (max-width: 767px) {
  .header {
    height: 60px;
  }
}

.header-wrap {
  flex-direction: column;
}

.header-inner {
  display: flex;
  align-items: center;
  height: inherit;
  justify-content: space-between;
}
@media (max-width: 1080px) {
  .header-inner {
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .header-inner {
    padding-right: 50px;
  }
}

.header-rogo {
  width: 242px;
}
@media (max-width: 767px) {
  .header-rogo {
    width: 120px;
  }
}
.header-rogo img {
  display: block;
}

.header-nav-wrap {
  display: flex;
  flex-direction: column;
}

.header-nav {
  display: flex;
  align-items: center;
  margin-left: auto;
  color: #fff;
}
@media (max-width: 1080px) {
  .header-nav {
    display: none;
  }
}
.header-nav li:not(:first-child) {
  margin-left: 20px;
}
.header-nav li a {
  color: #fff;
  text-decoration: none;
  position: relative;
  padding: 10px 0;
}
.header-nav li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background: transparent;
  transition: all 0.3s ease 0s;
}
.header-nav li a.is-active::after, .header-nav li a:hover::after {
  width: 100%;
  background: #B8936c;
}

.header-nav-up {
  display: flex;
  align-items: center;
  margin-left: auto;
  color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 1080px) {
  .header-nav-up {
    margin: 0 auto;
  }
}
.header-nav-up li:not(:first-child) {
  margin-left: 20px;
}
@media (max-width: 1080px) {
  .header-nav-up li:not(:first-child) {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .header-nav-up li:not(:first-child) {
    margin-left: 5px;
  }
}
.header-nav-up li a {
  text-decoration: none;
  display: inline-block;
  width: auto;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 9px 24px;
  border-radius: 20px;
  background: #B8936c;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.3s ease 0s;
}
@media (max-width: 1080px) {
  .header-nav-up li a {
    font-weight: normal;
  }
}
@media (max-width: 767px) {
  .header-nav-up li a {
    font-size: 14px;
    padding: 3px 10px;
  }
}
.header-nav-up li a:hover {
  opacity: 0.7;
}

.section {
  padding: 100px 0 120px;
}
@media (max-width: 767px) {
  .section {
    padding: 50px 0 60px;
  }
}

.section-title {
  font-size: 40px;
  font-weight: normal;
  text-align: center;
  padding-bottom: 13px;
  position: relative;
}
.section-title::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 60px;
  height: 4px;
  background: #B8936c;
}
@media (max-width: 767px) {
  .section-title::after {
    width: 42px;
    height: 3px;
  }
}
@media (max-width: 767px) {
  .section-title {
    font-size: 26px;
    padding-bottom: 18px;
  }
}

.drawer-icon {
  position: fixed;
  top: 20px;
  right: 16px;
  z-index: 50;
  display: none;
  transition: transform 0.5s ease 0s;
}
@media (max-width: 1080px) {
  .drawer-icon {
    display: block;
    top: 50px;
  }
  .drawer-icon:hover {
    cursor: pointer;
  }
}
@media (max-width: 767px) {
  .drawer-icon {
    display: block;
    top: 20px;
  }
}
.drawer-icon.is-active {
  transform: translateX(-240px);
}
.drawer-icon.is-active .drawer-icon-bar1 {
  transform: rotate(-45deg);
  top: 8px;
}
.drawer-icon.is-active .drawer-icon-bar2 {
  display: none;
}
.drawer-icon.is-active .drawer-icon-bar3 {
  transform: rotate(45deg);
  top: 8px;
}

.drawer-icon-bars {
  width: 20px;
  height: 22px;
  display: block;
  position: relative;
}

.drawer-icon-bar1,
.drawer-icon-bar2,
.drawer-icon-bar3 {
  position: absolute;
  width: 22px;
  height: 4px;
  background: #B8936c;
  top: 0;
  left: 0;
}

.drawer-icon-bar1 {
  top: 0;
}

.drawer-icon-bar2 {
  top: 8px;
}

.drawer-icon-bar3 {
  top: 16px;
}

.drawer-content {
  width: 240px;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  z-index: 40;
  transform: translateX(105%);
  transition: transform 0.5s ease 0s;
}
.drawer-content.is-active {
  transform: translateX(0);
}

.drawer-content-item {
  border-bottom: 1px dotted #707070;
}
.drawer-content-item a {
  display: block;
  color: #707070;
  text-decoration: none;
  padding: 18px 20px;
  position: relative;
}
.drawer-content-item a::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 11px;
  background: url(../img/arrow-b.png) no-repeat center center/contain;
}

.drawer-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 39;
  display: none;
  -webkit-animation: fadeIn 0.5s ease 0s 1 normal;
          animation: fadeIn 0.5s ease 0s 1 normal;
}
.drawer-background.is-active {
  display: block;
}

.swiper-button-next {
  width: 40px;
  height: 40px;
  margin-top: 30px;
  background: url(../img/arrow-next.png) no-repeat center center/contain;
  right: calc(50% - 600px);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .swiper-button-next {
    right: 10px;
  }
}
@media (max-width: 767px) {
  .swiper-button-next {
    right: 10px;
    margin-top: 10px;
    width: 35px;
  }
}
.swiper-button-next::after {
  display: none;
}

.swiper-button-prev {
  width: 40px;
  height: 40px;
  margin-top: 30px;
  background: url(../img/arrow-prev.png) no-repeat center center/contain;
  left: calc(50% - 600px);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .swiper-button-prev {
    left: 10px;
  }
}
@media (max-width: 767px) {
  .swiper-button-prev {
    left: 10px;
    margin-top: 10px;
    width: 35px;
  }
}
.swiper-button-prev::after {
  display: none;
}

.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #B8936c;
  opacity: 1;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}

.swiper-pagination-bullet-active {
  background: #2f7dc8;
}

.swiper-pagination-clickable,
.swiper-pagination-bullet {
  cursor: pointer;
}

@-webkit-keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes zoomUp {
  /* 1.1倍させる指定 */
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
swiper-container {
  position: relative;
}

.swiper-slide {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-slide-active .swiper-img,
.swiper-slide-duplicate-active .swiper-img,
.swiper-slide-prev .swiper-img {
  /* 1秒かけて拡大させる */
  -webkit-animation: zoomUp 15s linear 0s;
  animation: zoomUp 15s linear 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.swiper-img {
  background-size: cover;
  background-position: center center;
  /* 背景画像は中央を軸に表示させる */
  height: 600px;
  /* 600pxの高さで表示させる */
}

.main-visual01 {
  height: 700px;
  width: 100%;
  background: url(../img/top01.jpg) no-repeat center center/cover;
  position: relative;
  text-align: center;
  margin-top: 120px;
}
@media (max-width: 767px) {
  .main-visual01 {
    margin-top: 60px;
    height: 420px;
  }
}

.main-visual02 {
  height: 700px;
  width: 100%;
  background: url(../img/top02.jpg) no-repeat center center/cover;
  position: relative;
  text-align: center;
  margin-top: 120px;
}
@media (max-width: 767px) {
  .main-visual02 {
    margin-top: 60px;
    height: 420px;
  }
}

.main-visual03 {
  height: 700px;
  width: 100%;
  background: url(../img/top03.jpg) no-repeat center center/cover;
  position: relative;
  text-align: center;
  margin-top: 120px;
}
@media (max-width: 767px) {
  .main-visual03 {
    margin-top: 60px;
    height: 420px;
  }
}

.main-visual04 {
  height: 700px;
  width: 100%;
  background: url(../img/top04.jpg) no-repeat center center/cover;
  position: relative;
  text-align: center;
  margin-top: 120px;
}
@media (max-width: 767px) {
  .main-visual04 {
    margin-top: 60px;
    height: 420px;
  }
}

.main-visual05 {
  height: 700px;
  width: 100%;
  background: url(../img/top05.jpg) no-repeat center center/cover;
  position: relative;
  text-align: center;
  margin-top: 120px;
}
@media (max-width: 767px) {
  .main-visual05 {
    margin-top: 60px;
    height: 420px;
  }
}

.main-visual-content {
  position: absolute;
  margin-top: 60px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media (max-width: 767px) {
  .main-visual-content {
    padding-left: 46px;
    padding-right: 46px;
  }
}

.main-visual-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 2;
}
@media (max-width: 767px) {
  .main-visual-title {
    font-size: 20px;
  }
}

.main-visual-title1 .main-visual-title2 {
  color: #FFFFFF;
}

.main-visual-lead {
  text-align: center;
  font-size: 24px;
  margin-top: 20px;
  line-height: 2;
}
@media (max-width: 767px) {
  .main-visual-lead {
    font-size: 16px;
    margin-top: 10px;
  }
}

.welcome-wrap {
  margin-top: 80px;
  position: relative;
}

.welcome-img {
  width: 1200px;
  max-width: 100%;
}

.welcome-text {
  position: absolute;
  font-weight: bold;
  margin-top: 0;
  font-size: 24px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  background: rgba(232, 226, 227, 0.8);
  min-width: 650px;
  text-align: center;
  box-shadow: 10px 11px 15px rgba(3, 3, 3, 0.16);
}
@media (max-width: 767px) {
  .welcome-text {
    font-size: 18px;
    min-width: 275px;
  }
}

.about {
  background: #e8e2e3;
}

.about-wrap {
  margin-top: 80px;
}

.about-txt {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  background: #f3f1f1;
  padding: 30px;
  line-height: 1.8;
}

.voice-wrap {
  margin-top: 80px;
}

.voice-text-wrap {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  background: #e1d8d9;
  padding: 45px;
  line-height: 1.8;
  border-radius: 30px;
}
.voice-text-wrap:nth-child(n+2) {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .voice-text-wrap {
    padding: 25px;
  }
}

.voice-text-title {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .voice-text-title {
    font-size: 22px;
  }
}

.voice-text-subtitle {
  margin: 35px 0 0;
  font-size: 20px;
}
.voice-text {
  margin: 30px 0 0;
}

.breaktime {
  background: url(../img/breaktime.jpg) center center/cover;
  padding: 120px;
}
@media (max-width: 767px) {
  .breaktime {
    padding: 30px;
  }
}

.breaktime-inner {
  text-align: center;
}

.breaktime-title {
  font-size: 36px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .breaktime-title {
    font-size: 20px;
  }
}

.breaktime-text {
  font-size: 24px;
  line-height: 2;
}
@media (max-width: 767px) {
  .breaktime-text {
    font-size: 18px;
  }
}

.qa {
  background: #fff;
}

.qa-inner {
  width: 1000px;
  max-width: 100%;
}

.qa-qwrap {
  margin: 80px auto 0;
  width: 1200px;
  max-width: 100%;
}

.qa-school-wrap {
  max-width: 100%;
  margin-top: 80px;
}

.qa-title {
  font-size: 24px;
  font-weight: bold;
  margin: 40px 0 0;
}
.qa-title:nth-child(n+2) {
  margin: 70px 0 0;
}

.qa-item {
  margin-top: 24px;
}

.qa-box-q {
  background: #e1d8d9;
  padding: 12px 56px;
  position: relative;
  cursor: pointer;
}
.qa-box-q::before {
  position: absolute;
  content: "Q";
  top: 12px;
  left: 20px;
}

.qa-box-icon {
  width: 18px;
  height: 18px;
  position: absolute;
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
}
.qa-box-icon.is-open .qa-box-bar2 {
  transform: rotate(90deg);
}

.qa-box-bar1 {
  width: 18px;
  height: 2px;
  position: absolute;
  background: #333333;
  border-radius: 20px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.qa-box-bar2 {
  width: 2px;
  height: 18px;
  position: absolute;
  background: #333333;
  border-radius: 20px;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  transition: all 0.3s ease 0s;
}

.qa-box-a {
  background: #f0ecec;
  color: #333333;
  padding: 12px 44px 12px 20px;
  line-height: 1.5;
  display: none;
}

.qa-box-content {
  color: #333333;
  position: relative;
  padding-left: 36px;
}
.qa-box-content::before {
  position: absolute;
  content: "A";
  top: 0;
  left: 0;
}

.meisikikensaku {
  background: #e8e2e3;
}

.meisikikensaku-wrap {
  margin-top: 80px;
}

.meisikikensaku-text-wrap {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  background: #f3f1f1;
  padding: 30px;
  line-height: 1.8;
}

.meisikikensaku-second-title {
  text-align: center;
  font-weight: bold;
  margin: 0 auto 0;
}

.ask {
  display: inline-block;
}

.meisikikensaku-text {
  margin: 50px auto 0;
}

.meisikikensaku-button {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
.meisikikensaku-button a {
  display: inline-block;
  width: 300px;
  max-width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  background: #B8936c;
  color: #fff;
  text-decoration: none;
  border-radius: 12px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.3s ease 0s;
}
.meisikikensaku-button:hover {
  opacity: 0.7;
}

.contact {
  background: url(../img/contact.jpg) center center/cover;
  padding: 72px 40px 86px;
}
@media (max-width: 767px) {
  .contact {
    padding: 56px 28px;
  }
}
.contact input[type=text],
.contact input[type=email],
.contact input[type=date],
.contact input[type=tel],
.contact textarea {
  width: 100%;
  border: 0;
  font-size: 16px;
  padding: 0.2em 0.5em;
  border-radius: 2px;
  box-shadow: 5px 6px 15px rgba(96, 96, 96, 0.16);
}

input[type=text],
input[type=email],
input[type=date],
input[type=tel] {
  height: 40px;
}

textarea {
  min-height: 122px;
  /*最小高*/
  resize: vertical;
  /*横に伸びなくする*/
}

.contact-form {
  margin-top: 56px;
}
@media (max-width: 767px) {
  .contact-form {
    margin-top: 26px;
  }
}

.contact-text {
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: center;
}

.contact-text-inline {
  font-size: 16px;
  color: #E81919;
  letter-spacing: 0.1em;
}

.contact-list {
  width: 800px;
  max-width: 100%;
  margin: 18px auto 0;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .contact-list {
    padding: 0;
  }
}

.contact-item {
  display: flex;
}
@media (max-width: 767px) {
  .contact-item {
    display: block;
    text-align: center;
  }
}
.contact-item + .contact-item {
  margin-top: 32px;
}

.contact-item-title {
  background: #e8e2e3;
  font-size: 18px;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  text-align: left;
  padding-left: 10px;
  position: relative;
  width: 200px;
}
@media (max-width: 767px) {
  .contact-item-title {
    display: inline-block;
    font-size: 14px;
    line-height: 32px;
    height: 32px;
    padding: 0 16px;
    width: 250px;
    max-width: 100%;
    margin: auto;
  }
}
.contact-item-title-inline {
  font-size: 14px;
  color: #E81919;
  vertical-align: super;
  /*上付き*/
  line-height: 1;
  /*このline-heightがなければtitleの高さがズレる*/
  margin-left: 10px;
}
@media (max-width: 767px) {
  .contact-item-title-inline {
    font-size: 10px;
  }
}

.contact-item-input {
  flex-grow: 1;
  margin-left: 18px;
}
@media (max-width: 767px) {
  .contact-item-input {
    margin: 3px auto;
    flex-grow: 0;
    width: 250px;
    max-width: 100%;
  }
}

.contact-item-input-checkbox {
  border: none;
}
@media (max-width: 767px) {
  .contact-item-input-checkbox {
    text-align: left;
  }
}

.form-textarea {
  resize: none;
}

.contact-radio-wrap {
  display: inline-flex;
  border: solid 1px #fff;
  border-radius: 1px;
  box-shadow: 5px 6px 15px rgba(96, 96, 96, 0.16);
}

.contact-radio {
  position: relative;
}

.contact-radio-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  /* display: none; にするとtabで遷移しないので、opacity:0;を使い、邪魔にならないように、absoluteで浮かせる*/
}
.contact-radio-input:checked + .contact-radio-part {
  background-color: #683d42;
  color: #fff;
  border-radius: 1px;
}
.contact-radio-input:focus + .contact-radio-part {
  outline: -webkit-focus-ring-color auto 5px;
}

.contact-radio-part {
  display: block;
  background: #fff;
  color: #683d42;
  height: 38px;
  line-height: 38px;
  width: 80px;
  text-align: center;
  transition: background-color 0.4s, color 0.4s;
}

.contact-footer {
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .contact-footer {
    margin-top: 14px;
  }
}

.contact-chackbox {
  position: relative;
  height: 22px;
  width: 22px;
  display: inline-block;
  vertical-align: middle;
  /* vertical-alignはインライン要素、インラインブロック要素、表のセル要素にだけ適用される */
}

.contact-chackbox-part {
  display: inline-block;
  height: 22px;
  width: 22px;
  background: #fff;
  box-shadow: 5px 6px 15px rgba(96, 96, 96, 0.16);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s;
}

.contact-chackbox-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  /*チェック済みの場合フォーカスしない*/
}
.contact-chackbox-input:checked + .contact-chackbox-part {
  border: solid 1px #333333;
  width: 10px;
  border-top: 0;
  border-left: 0;
  background-color: transparent;
  transform: rotate(45deg);
  top: -5px;
  left: 5px;
}
.contact-chackbox-input:focus + .contact-chackbox-part {
  outline: -webkit-focus-ring-color auto 5px;
}
.contact-chackbox-input:checked:focus + .contact-chackbox-part {
  outline: none;
}

.contact-privacy-link {
  text-decoration: underline;
  font-size: 16px;
}

.contact-footer-submit {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 46px;
  margin: auto;
}
@media (max-width: 767px) {
  .contact-footer-submit {
    display: block;
    margin-top: 24px;
  }
}

.util-link {
  text-align: center;
  display: block;
  font-size: 20px;
  color: #fff;
  background: #B8936c;
  margin: 0 30px;
  width: 100px;
  max-width: 100%;
  height: 60px;
  border-radius: 12px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.3s ease 0s;
  border: solid 0px;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}
@media (max-width: 767px) {
  .util-link {
    width: 200px;
    margin: 20px auto;
  }
}
@media (min-width: 1200px) {
  .util-link:not(.-submit):hover {
    background-color: #B8936c;
    color: #fff;
    border: solid 0px;
  }
}
.util-link:hover {
  opacity: 0.9;
  cursor: pointer;
}

.contact-messege {
  text-align: center;
  margin-top: 60px;
  display: none;
}
.contact-messege.-error {
  color: #f00;
}

.contact__modal {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  max-width: 100%;
  padding: 60px;
  height: 80%;
  z-index: 100;
  background: #fff;
  display: none;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .contact__modal {
    width: 90%;
    height: 80%;
    padding: 38px 36px 20px;
  }
}
@media (max-width: 767px) {
  .contact__modal {
    height: 90%;
    padding: 38px 24px 20px;
  }
}
.contact__modal.is-show {
  display: block;
}

.contact__modal-close-icon {
  text-align: center;
  position: absolute;
  right: -21px;
  top: -21px;
  cursor: pointer;
}
.contact__modal-close-icon img {
  width: 43px;
}

.contact__modal-title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 24px;
  position: relative;
  color: #707070;
  line-height: 1;
}
.contact__modal-title::after {
  content: "";
  width: 42px;
  height: 2px;
  background: #B8936c;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.contact__modal-content {
  overflow: auto;
  margin-top: 36px;
  height: calc(100% - 124px - 52px);
}
.contact__modal-content > :first-child {
  margin-top: 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .contact__modal-content {
    margin-top: 60px;
    height: calc(100% - 148px - 52px);
  }
}
@media (max-width: 767px) {
  .contact__modal-content {
    margin-top: 38px;
    height: calc(100% - 128px - 52px);
  }
}

.contact__modal-head {
  font-size: 20px;
  padding: 0 0 0 20px;
  color: #707070;
  position: relative;
  font-weight: 700;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .contact__modal-head {
    margin-top: 32px;
  }
}
.contact__modal-head::before {
  content: "";
  position: absolute;
  height: 18px;
  width: 3px;
  background: #B8936c;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.contact__modal-text {
  padding: 0 0 0 20px;
  margin-top: 6px;
  color: #707070;
  line-height: 1.625;
}

.contact__modal-close-button {
  text-align: center;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .contact__modal-close-button {
    margin-top: 24px;
  }
}

.contact__modal-background {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #000;
  opacity: 0.3;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
}
.contact__modal-background.is-show {
  display: block;
}

.button-modal {
  display: inline-block;
  background: #B8936c;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  transition: all 0.3s ease 0s;
  border-radius: 8px;
  width: 176px;
  padding: 14px;
  border: none;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}
@media (max-width: 767px) {
  .button-modal {
    width: 140px;
  }
}

.footer {
  background: #683d42;
  padding: 0 0 24px;
  color: #fff;
}
@media (max-width: 767px) {
  .footer {
    padding-bottom: 14px;
  }
}

.footer-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .footer-content {
    display: block;
  }
}

.footer-left {
  width: 20%;
  padding-top: 4px;
}
@media (max-width: 767px) {
  .footer-left {
    width: 100%;
  }
}

.footer-top {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-logo {
  text-align: center;
}
.footer-logo a img {
  width: 350px;
}
@media (max-width: 767px) {
  .footer-logo a img {
    width: 250px;
  }
}

.footer-qr img {
  width: 70px;
}

.footer-address,
.footer-tel {
  font-size: 14px;
  text-align: center;
}

.footer-address {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .footer-address {
    margin-top: 16px;
  }
}

.footer-tel {
  margin-top: 6px;
}
@media (max-width: 767px) {
  .footer-tel {
    margin-top: 6px;
  }
}

@media (max-width: 1080px) {
  .footer-center {
    display: none;
  }
}

.footer-nav {
  display: flex;
}
.footer-nav li {
  margin-left: 17px;
}
@media (max-width: 767px) {
  .footer-nav li {
    margin-left: 20px;
  }
}
.footer-nav li a {
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
.footer-nav li a:hover {
  opacity: 0.7;
}

.footer-right {
  width: 16%;
  padding-top: 4px;
}
@media (max-width: 767px) {
  .footer-right {
    width: 100%;
    margin-top: 24px;
  }
}

.footer-sns {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .footer-sns {
    justify-content: center;
  }
}
.footer-sns li:not(:first-child) {
  margin-left: 16px;
}
.footer-sns li a {
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
.footer-sns li a:hover {
  opacity: 0.7;
}
.footer-sns li a img {
  width: 30px;
}

.footer-copy {
  font-size: 14px;
  margin-top: 37px;
  text-align: center;
  color: #B8936c;
}
@media (max-width: 767px) {
  .footer-copy {
    margin: 0 auto;
  }
}

.to-top {
  position: fixed;
  right: 24px;
  bottom: 17px;
  z-index: 200;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .to-top {
    right: 12px;
    bottom: 12px;
  }
}
.to-top.is-show {
  opacity: 1;
  visibility: visible;
}
.to-top a {
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
.to-top a img {
  width: 60px;
}
@media (max-width: 767px) {
  .to-top a img {
    width: 35px;
  }
}
.to-top a:hover {
  opacity: 0.7;
}