@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@500;700;900&display=swap");
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html {
  min-height: 100%;
  position: relative;
  text-align: center;
}

body {
  background: #fff;
  color: #707070;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 50px 0 0;
  position: relative;
  text-align: center;
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100vh;
}

table {
  border-collapse: collapse;
  border-style: none;
  border-spacing: 0;
}

a {
  color: #707070;
  outline: none;
}

a:link, a:active, a a:visited {
  text-decoration: none;
}

a:hover {
  opacity: .7;
}

h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, form, input, select, label {
  font-weight: normal;
  letter-spacing: 0.2em;
  margin: 0;
  outline: none;
  padding: 0;
}

ul {
  list-style: none outside;
}

p, li, dt, dd {
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 1.8;
  margin: 0;
}

img {
  border-style: none;
  vertical-align: bottom;
}

.pc_d {
  display: block;
}

.sp_d {
  display: none;
}

.pageTitle {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 18px;
  height: 350px;
  justify-content: center;
  margin-bottom: 110px;
  position: relative;
  width: 100%;
  z-index: 90;
}

.title {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.5em;
  margin-bottom: 50px;
}

.title.with_quotation {
  height: 40px;
  letter-spacing: 0.2em;
  line-height: 44px;
  margin-bottom: 40px;
  padding: 0 100px;
  position: relative;
}

.title.with_quotation::before, .title.with_quotation::after {
  background: url(../../assets/images/icon_d_quotation.png) no-repeat left top;
  background-size: 100%;
  content: "";
  height: 40px;
  position: absolute;
  top: 0;
  width: 54px;
}

.title.with_quotation::before {
  left: 0;
}

.title.with_quotation::after {
  right: 0;
  transform: rotate(180deg);
}

.title_underText {
  color: #707070;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 118px;
}

.cap {
  align-items: center;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.3em;
  margin: 0 auto 50px;
  width: 1130px;
}

.cap::before, .cap::after {
  background: #ccc;
  content: "";
  flex-grow: 1;
  height: 1px;
}

.cap::before {
  margin-right: 30px;
}

.cap::after {
  margin-left: 30px;
}

.subCap {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.3em;
  margin-bottom: 50px;
}

.button {
  background: #727272;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  height: 73px;
  letter-spacing: 0.3em;
  line-height: 73px;
  justify-content: center;
  padding: 0 60px;
}

.button:hover {
  opacity: .7;
}

@media screen and (max-width: 768px) {
  body {
    padding-top: 55px;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
  }
  img {
    height: auto;
    width: 100%;
  }
  .pc_d {
    display: none;
  }
  .sp_d {
    display: block;
  }
  .pageTitle {
    font-size: 16px;
    height: 143px;
    margin-bottom: 52px;
  }
  .title {
    font-size: 18px;
    letter-spacing: 0.2em;
    margin: 0 20px 40px;
  }
  .title.with_quotation {
    height: auto;
    letter-spacing: 0.2em;
    line-height: 40px;
    margin: 0 auto 40px;
    padding: 0 50px;
    width: calc(100% - 40px);
  }
  .title.with_quotation::before, .title.with_quotation::after {
    height: 30px;
    width: 31px;
  }
  .title.with_quotation::after {
    top: auto;
    bottom: 4px;
  }
  .title_underText {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .cap {
    align-items: center;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.3em;
    margin: 0 auto 50px;
    width: 100%;
  }
  .cap::before, .cap::after {
    background: #ccc;
    content: "";
    flex-grow: 1;
    height: 1px;
  }
  .cap::before {
    margin-right: 30px;
  }
  .cap::after {
    margin-left: 30px;
  }
  .subCap {
    margin-bottom: 30px;
  }
  .button {
    padding: 0 40px;
  }
  .button:hover {
    opacity: 1;
  }
  .spLeft {
    text-align: left;
  }
}

header {
  align-items: center;
  background: #fff;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.16);
  display: flex;
  height: 50px;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

header .header_logo {
  margin-left: 18px;
}

header .header_btn {
  display: none;
}

header .header_menu {
  margin-right: 30px;
}

header .header_menu__inner {
  display: flex;
  justify-content: flex-end;
}

header .header_menu__inner_link {
  align-items: center;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  height: 50px;
  margin-left: 17px;
  padding: 0 3px;
  position: relative;
}

header .header_menu__inner_link a {
  align-items: center;
  display: flex;
  height: 50px;
  text-decoration: none;
  transition: all ease-in 0.3s;
}

header .header_menu__inner_link a::before {
  background: #707070;
  content: "";
  height: 3px;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all ease-in 0.3s;
  width: 100%;
}

header .header_menu__inner_link a:hover, header .header_menu__inner_link a.current {
  opacity: .6;
}

header .header_menu__inner_link a:hover::before, header .header_menu__inner_link a.current::before {
  opacity: 1;
}

header .header_menu__sub {
  display: none;
}

@media screen and (max-width: 768px) {
  body#pagetop.fixed {
    height: 100%;
    position: fixed;
    width: 100%;
  }
  header {
    flex-wrap: wrap;
    height: 60px;
    justify-content: flex-start;
    width: 100%;
  }
  header .header_logo {
    margin-left: 15px;
    width: 220px;
  }
  header .header_btn {
    background: url(../images/icon_spmenu.png) no-repeat center;
    background-size: 100%;
    display: block;
    height: 30px;
    position: absolute;
    top: 18px;
    right: 20px;
    width: 30px;
  }
  header .header_btn.open {
    background: url(../images/icon_spmenu_close.png) no-repeat center;
    background-size: 80%;
  }
  header .header_menu {
    background: rgba(255, 255, 255, 0.95);
    border-top: solid #ccc 1px;
    display: none;
    height: calc(100vh - 60px);
    margin-right: 0;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
  }
  header .header_menu__inner {
    display: block;
    margin-bottom: 70px;
    padding-top: 40px;
  }
  header .header_menu__inner_link {
    margin-bottom: 5px;
    margin-left: 0;
    padding: 0;
  }
  header .header_menu__inner_link a {
    align-items: center;
    display: flex;
    height: 50px;
    justify-content: center;
    text-decoration: none;
    transition: all ease-in 0.3s;
    width: 100%;
  }
  header .header_menu__inner_link a::before {
    display: none;
  }
  header .header_menu__inner_link a:hover, header .header_menu__inner_link a.current {
    opacity: 1;
  }
  header .header_menu__sub {
    display: block;
  }
  header .header_menu__sub_link {
    margin-bottom: 15px;
  }
}

footer {
  background: #333;
  padding: 108px 0 137px;
}

.footer_cta {
  background: #727272;
  padding: 75px 0;
}

.footer_cta__inner {
  display: inline-block;
}

.footer_cta__cap {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
}

.footer_cta__btn {
  display: flex;
}

.footer_cta__btn-tel {
  align-items: center;
  background: #fff;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  color: #000;
  display: flex;
  flex-direction: column;
  font-size: 20px;
  font-weight: bold;
  height: 55px;
  justify-content: center;
  line-height: 1.2;
  margin-right: 5px;
  padding-left: 32px;
  position: relative;
  width: 280px;
}

.footer_cta__btn-tel::before {
  background: url(../images/icon_phone.png) no-repeat left top;
  background-size: 100%;
  content: "";
  height: 16px;
  position: absolute;
  top: 30px;
  left: 65px;
  transform: translate(-50%, -50%);
  width: 16px;
}

.footer_cta__btn-tel span {
  font-size: 14px;
  font-weight: normal;
}

.footer_cta__btn-inquiry {
  align-items: center;
  background: #fff;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  color: #000;
  display: flex;
  font-weight: bold;
  height: 55px;
  justify-content: center;
  padding-left: 36px;
  position: relative;
  width: 280px;
}

.footer_cta__btn-inquiry::before {
  background: url(../images/icon_mail.png) no-repeat left top;
  background-size: 100%;
  content: "";
  height: 16px;
  position: absolute;
  top: 29px;
  left: 62px;
  transform: translate(-50%, -50%);
  width: 23px;
}

.footer_logo {
  margin-bottom: 86px;
}

.footer_menu, .footer_subMenu {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.footer_menu::before, .footer_subMenu::before {
  color: #fff;
  content: "|";
  margin-right: 10px;
}

.footer_menu__link a, .footer_subMenu__link a {
  color: #fff;
}

.footer_menu__link a:hover, .footer_subMenu__link a:hover {
  opacity: .6;
}

.footer_menu__link::after, .footer_subMenu__link::after {
  color: #fff;
  content: "|";
  margin: 0 10px;
}

.footer_menu__link {
  font-weight: 700;
}

.footer_subMenu {
  margin-bottom: 0;
}

.copyright {
  font-weight: 500;
  line-height: 1;
  margin-top: 30px;
  padding-bottom: 80px;
}

.pageTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 0;
  z-index: 1;
}

.pageTop a {
  align-items: center;
  background: #707070;
  color: #fff;
  display: flex;
  height: 44px;
  justify-content: center;
  width: 138px;
}

.pageTop a::after {
  border-width: 0 9px 11px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  content: "";
  height: 0;
  margin-left: 13px;
  width: 0;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 78px 0;
  }
  .footer_cta {
    padding: 45px 20px 50px;
  }
  .footer_cta__inner {
    display: block;
  }
  .footer_cta__btn {
    display: block;
  }
  .footer_cta__btn-tel {
    border-radius: 100px;
    margin: 0 auto 20px;
    padding-left: 0;
    position: relative;
    width: 100%;
  }
  .footer_cta__btn-tel::before {
    left: 25%;
  }
  .footer_cta__btn-inquiry {
    border-radius: 100px;
    padding-left: 0;
    width: 100%;
  }
  .footer_cta__btn-inquiry::before {
    left: 25%;
  }
  .footer_logo {
    margin: 0 auto 68px;
    width: 255px;
  }
  .footer_menu, .footer_subMenu {
    display: block;
    margin-bottom: 55px;
  }
  .footer_menu::before, .footer_subMenu::before {
    display: none;
  }
  .footer_menu__link, .footer_subMenu__link {
    margin-bottom: 15px;
  }
  .footer_menu__link:last-of-type, .footer_subMenu__link:last-of-type {
    margin-bottom: 0;
  }
  .footer_menu__link a:hover, .footer_subMenu__link a:hover {
    opacity: 1;
  }
  .footer_menu__link::after, .footer_subMenu__link::after {
    display: none;
  }
  .copyright {
    font-size: 12px;
    margin-top: 25px;
    padding-bottom: 70px;
  }
  .pageTop {
    bottom: 86px;
  }
  .pageTop a {
    height: 42px;
    width: 52px;
  }
  .pageTop a span {
    display: none;
  }
  .pageTop a::after {
    border-width: 0 7px 8px;
    margin-left: 0;
  }
  .pageTop a:hover {
    opacity: 1;
  }
}

.about .pageTitle {
  background: #000;
  height: 120px;
  margin-bottom: 70px;
}

.about_inner {
  border-top: solid #666 1px;
  margin: 0 auto 80px;
  width: 1130px;
}

.about_list {
  border-bottom: solid #666 1px;
  display: flex;
}

.about_list__cap {
  font-weight: bold;
  padding: 20px 0 20px 12px;
  text-align: left;
  width: 440px;
}

.about_list__text {
  padding: 20px 0;
  text-align: left;
  width: 690px;
}

@media screen and (max-width: 768px) {
  .about_inner {
    margin: 0 20px 80px;
    width: calc(100% - 40px);
  }
  .about_list {
    display: block;
  }
  .about_list__cap {
    padding: 20px 0 10px 12px;
    width: 100%;
  }
  .about_list__text {
    padding: 0 0 20px 12px;
    width: 100%;
  }
}

.faq .pageTitle {
  background: #000;
}

.faq_inner {
  border-top: solid #ccc 1px;
  margin: 0 auto 80px;
  text-align: left;
  width: 1130px;
}

.faq_inner.borderNone {
  border-top: none;
  text-align: center;
}

.faq_explainText {
  margin-bottom: 40px;
  text-align: left;
}

.faq_item {
  border-bottom: solid #ccc 1px;
}

.faq_item:nth-of-type(even) {
  background: #f8f7f7;
}

.faq_item__question {
  background: url(../../images/faq/icon_question.png) no-repeat 12px 12px;
  background-size: 32px;
  cursor: pointer;
  padding: 15px 60px;
  position: relative;
}

.faq_item__question_icon {
  display: block;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
  width: 20px;
}

.faq_item__question_icon::before {
  background: #666;
  content: "";
  height: 2px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 20px;
}

.faq_item__question_icon::after {
  background: #666;
  content: "";
  height: 20px;
  position: absolute;
  top: 0;
  right: 9px;
  width: 2px;
}

.faq_item__question.open .faq_item__question_icon::after {
  display: none;
}

.faq_item__answer {
  background: url(../../images/faq/icon_answer.png) no-repeat 12px 12px;
  background-size: 32px;
  border-top: dotted #ccc 1px;
  display: none;
  padding: 15px 60px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .faq_inner {
    margin: 0 20px 80px;
    width: calc(100% - 40px);
  }
  .faq_inner:last-of-type {
    margin-bottom: 120px;
  }
  .faq_button {
    padding: 0 20px;
  }
  .faq .cap {
    margin-right: 20px;
    margin-left: 20px;
    width: calc(100% - 40px);
  }
  .faq .cap::before {
    margin-right: 15px;
  }
  .faq .cap::after {
    margin-left: 15px;
  }
}

.features .pageTitle {
  background: #000;
}

.features_text {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 35px;
  margin: 0 auto 50px;
  width: 1130px;
}

.features_slide {
  background: #000;
  height: 800px;
  margin-bottom: 157px;
}

.features_slide img {
  margin-right: 20px;
}

.features_slide .slick-dots {
  bottom: -35px;
}

.features_slide .slick-dots li {
  margin: 0;
}

.features_btn {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 138px;
  width: 1130px;
}

.features_btn .button {
  width: 550px;
}

@media screen and (max-width: 768px) {
  .features_text {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 32px;
    margin: 0 30px 50px;
    text-align: left;
    width: auto;
  }
  .features_slide {
    background: #000;
    height: 300px;
    margin-bottom: 147px;
  }
  .features_slide img {
    height: 300px;
    margin-right: 10px;
    width: auto;
  }
  .features_slide .slick-dots {
    bottom: -35px;
  }
  .features_slide .slick-dots li {
    margin: 0;
  }
  .features_btn {
    display: block;
    margin: 0 20px 138px;
    width: calc(100% - 40px);
  }
  .features_btn .button {
    height: 105px;
    line-height: 105px;
    width: 100%;
  }
  .features_btn .button:first-of-type {
    margin-bottom: 30px;
  }
}

.index_mv {
  background: #fff;
  margin-top: -50px;
  padding: 28px 30px 0;
  position: relative;
  width: 100%;
  z-index: 101;
}

.index_mv__image {
  border-radius: 5px;
  height: auto;
  width: 100%;
}

.index_mv__text {
  position: absolute;
  top: 106px;
  right: 101px;
  width: 26%;
}

.index_mv .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.index_mv .slick-dots {
  top: 50%;
  right: -26px;
  bottom: auto;
  transform: translate(-50%, -50%);
  width: auto;
}

.index_mv .slick-dots li {
  display: block;
  height: 11px;
  margin: 4px 0;
  width: 11px;
}

.index_mv .slick-dots li button {
  height: 11px;
  width: 11px;
}

.index_mv .slick-dots li button::before {
  background: #fff;
  border: solid #999 1px;
  content: "";
  border-radius: 50%;
  font-size: 0;
  height: 7px;
  line-height: 1;
  opacity: 1;
  transition: all ease-in 0.3s;
  width: 7px;
}

.index_mv .slick-dots li.slick-active button::before {
  background: #999;
  opacity: 1;
}

.index_mv .slider_sp {
  display: none;
}

.index_header {
  align-items: center;
  background: #fff;
  display: flex;
  height: 104px;
  justify-content: space-between;
  margin-bottom: 76px;
  position: relative;
  width: 100%;
  z-index: 101;
}

.index_header__logo {
  line-height: 1;
  margin-left: 100px;
}

.index_header__menu {
  display: flex;
  margin-right: 100px;
}

.index_header__menu_link {
  align-items: center;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  height: 50px;
  margin-left: 17px;
  padding: 0 3px;
  position: relative;
}

.index_header__menu_link::before {
  background: #707070;
  content: "";
  height: 3px;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all ease-in 0.3s;
  width: 100%;
}

.index_header__menu_link:hover::before {
  opacity: 1;
}

.index_header__menu_link a {
  align-items: center;
  display: flex;
  height: 50px;
  text-decoration: none;
  transition: all ease-in 0.3s;
}

.index_header__menu_link a:hover {
  opacity: .8;
}

.index_news {
  border-top: solid #707070 1px;
  margin: 0 0 85px 100px;
  width: 985px;
}

.index_news__wrap {
  display: flex;
}

.index_news__title {
  border-top: solid #707070 2px;
  font-weight: 700;
  padding-top: 24px;
  line-height: 1;
  text-align: left;
  width: 145px;
}

.index_news__inner {
  padding-top: 25px;
  text-align: left;
  width: 840px;
}

.index_news__list {
  border-bottom: solid #ccc 1px;
  display: flex;
}

.index_news__date {
  font-size: 11px;
  padding-top: 9px;
  width: 146px;
}

.index_news__text {
  padding: 5px 0;
  width: 694px;
}

.index_news__link {
  display: block;
  margin: 13px 0 0 6px;
}

.index_news__link::before {
  content: "→";
  margin-right: 10px;
}

.index_slide {
  margin-bottom: 200px;
  position: relative;
  width: 100vw;
}

.index_slide__title {
  background: rgba(255, 255, 255, 0.95);
  display: flex;
  flex-direction: row-reverse;
  height: calc(100% - 163px);
  justify-content: center;
  padding-top: 125px;
  position: absolute;
  top: 0;
  right: 300px;
  width: 115px;
  z-index: 1;
}

.index_slide__title_main {
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  margin-left: 9px;
  width: 22px;
}

.index_slide__title_sub {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin-top: 2px;
  width: 16px;
}

.index_slide__image {
  background: #000;
  margin-bottom: 34px;
  overflow: hidden;
  position: relative;
  width: 100vw;
}

.index_slide__image:last-of-type {
  margin-bottom: 90px;
}

.index_slide__image_inner img {
  margin-right: 10px;
}

.index_slide__cap {
  align-items: center;
  display: flex;
  position: absolute;
  top: calc((100% - 52px) / 2);
}

.index_slide__cap.cap001 {
  left: 100px;
}

.index_slide__cap.cap002 {
  left: 728px;
}

.index_slide__cap.cap003 {
  left: 275px;
}

.index_slide__cap_main {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1;
  text-shadow: 0px 1px 12px rgba(0, 0, 0, 0.5);
}

.index_slide__cap_sub {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 26px;
  margin: 1px 40px 0;
  text-align: left;
  text-shadow: 0px 1px 12px rgba(0, 0, 0, 0.5);
}

.index_information {
  margin: 0 auto 210px;
  width: 1130px;
}

.index_information__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 116px;
}

.index_information__map {
  position: relative;
  width: 510px;
}

.index_information__map_cap {
  align-items: center;
  background: #727272;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 22px;
  font-weight: 700;
  height: 58px;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 19px;
  width: 58px;
}

.index_information__map_cap span {
  font-size: 18px;
  letter-spacing: 0;
  padding-top: 4px;
}

.index_information__info {
  border-bottom: solid #ccc 3px;
  margin-top: 60px;
  width: 1130px;
}

.index_information__info_cap {
  align-items: center;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 44px;
}

.index_information__info_cap::before, .index_information__info_cap::after {
  background: #ccc;
  content: "";
  flex-grow: 1;
  height: 3px;
}

.index_information__info_cap::before {
  margin-right: 10px;
}

.index_information__info_cap::after {
  margin-left: 10px;
}

.index_information__info_text {
  color: #707070;
  display: inline-block;
  margin-bottom: 50px;
  text-align: left;
}

.index_information__info_text span {
  font-weight: 700;
}

.index_price {
  margin: 0 auto 140px;
  width: 1130px;
}

.index_price__inner {
  border-bottom: solid #666 1px;
  margin-bottom: 45px;
}

.index_price__each {
  border-top: solid #666 1px;
  display: flex;
  padding: 20px 0;
  text-align: left;
}

.index_price__cap {
  font-weight: 700;
  width: 440px;
}

.index_price__info {
  width: 690px;
}

.index_price__info span {
  display: block;
  font-size: 12px;
  letter-spacing: 0.1em;
}

.index_access {
  margin: 0 auto 170px;
  width: 1130px;
}

.index_access__inner {
  border-bottom: solid #666 1px;
  margin-bottom: 70px;
}

.index_access__each {
  border-top: solid #666 1px;
  display: flex;
  padding: 20px 0;
  text-align: left;
}

.index_access__cap {
  font-weight: 700;
  width: 440px;
}

.index_access__info {
  width: 690px;
}

.index_access__info span {
  font-size: 12px;
  letter-spacing: 0.1em;
}

.index_access__map {
  border: solid #666 1px;
  height: 790px;
  overflow: hidden;
  width: 1130px;
}

.index_application {
  margin: 0 auto 180px;
  width: 1130px;
}

.index_application__each {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
  margin-bottom: 60px;
  padding: 20px 0;
  position: relative;
  width: 1130px;
}

.index_application__each::before {
  background: url(../../images/index/icon_arrow_under.png) no-repeat left top;
  background-size: 100%;
  content: "";
  height: 18px;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 33px;
}

.index_application__each:last-of-type {
  margin-bottom: 0;
}

.index_application__each:last-of-type::before {
  display: none;
}

.index_application__cap {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.index_application__text {
  align-items: center;
  display: flex;
  letter-spacing: 0.1em;
  justify-content: center;
  margin-top: 10px;
}

.index_application__text a {
  background: #707070;
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
}

.index_sns {
  margin: 0 auto 165px;
  width: 1130px;
}

.index_sns .title {
  margin-bottom: 35px;
  padding-right: 35px;
  position: relative;
}

.index_sns .title::after {
  background: url(../../images/index/icon_instagram.png) no-repeat left top;
  background-size: 100%;
  content: "";
  height: 21px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  width: 21px;
}

.index_sns__wrap {
  background: #727272;
  padding: 40px 40px 32px;
}

.index_sns__inner {
  display: flex;
  margin-bottom: 24px;
}

.index_sns__image {
  background: #000;
  height: 190px;
  margin-right: 25px;
  width: 190px;
}

.index_sns__image:last-of-type {
  margin-right: 0;
}

.index_sns__btn {
  background: #fff;
  display: inline-block;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  padding: 9px 15px 9px 30px;
  position: relative;
}

.index_sns__btn::before {
  content: "→";
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .index_mv {
    padding: 13px 13px 74px;
  }
  .index_mv__text {
    display: none;
  }
  .index_mv .slick-dots {
    top: auto;
    right: 0;
    bottom: -39px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
  }
  .index_mv .slick-dots li {
    display: inline-block;
    height: 7px;
    margin: 0 4px;
    width: 7px;
  }
  .index_mv .slick-dots li button {
    height: 7px;
    width: 7px;
  }
  .index_mv .slider {
    display: none;
  }
  .index_mv .slider_sp {
    display: block;
  }
  .index_header {
    display: block;
    height: auto;
    margin-bottom: 44px;
  }
  .index_header__logo {
    margin: 0 calc((100% - 254px) / 2) 50px;
  }
  .index_header__menu {
    display: none;
  }
  .index_header__text {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.3em;
    line-height: 38px;
  }
  .index_news {
    border-top: none;
    margin: 0 20px 97px;
    width: calc(100% - 40px);
  }
  .index_news__wrap {
    display: block;
  }
  .index_news__title {
    border-top: none;
    border-bottom: solid #707070 3px;
    font-weight: 700;
    margin-bottom: 16px;
    padding: 0 0 25px;
    text-align: center;
    width: 100%;
  }
  .index_news__inner {
    padding-top: 0;
    text-align: left;
    width: 100%;
  }
  .index_news__list {
    display: block;
    margin-bottom: 15px;
    padding-bottom: 9px;
  }
  .index_news__date {
    padding-top: 0;
    width: 100%;
  }
  .index_news__text {
    font-size: 12px;
    padding: 0;
    width: 100%;
  }
  .index_news__link {
    display: inline-block;
    font-size: 12px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  .index_news__link::before {
    content: "→";
    margin-right: 10px;
  }
  .index_slide {
    margin-bottom: 110px;
  }
  .index_slide__title {
    display: block;
    height: auto;
    padding-top: 0;
    position: relative;
    right: auto;
    width: 100%;
  }
  .index_slide__title_main {
    font-size: 18px;
    line-height: 40px;
    margin-left: 0;
    width: auto;
  }
  .index_slide__title_sub {
    line-height: 32px;
    margin: 0 auto 45px;
    width: auto;
  }
  .index_slide__image {
    background: none;
    margin-bottom: 77px;
    overflow: hidden;
    position: relative;
    width: 100vw;
  }
  .index_slide__image:last-of-type {
    margin-bottom: 36px;
  }
  .index_slide__image_inner {
    background: #000;
    margin-bottom: 33px;
  }
  .index_slide__image_inner img {
    margin-right: 7px;
  }
  .index_slide__cap {
    align-items: center;
    display: flex;
    position: relative;
    top: auto;
  }
  .index_slide__cap.cap001 {
    left: auto;
  }
  .index_slide__cap.cap002 {
    left: auto;
  }
  .index_slide__cap.cap003 {
    left: auto;
  }
  .index_slide__cap_main {
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-size: 35px;
    font-weight: 500;
    letter-spacing: 0.2em;
    line-height: 1;
    position: absolute;
    top: -125px;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 0px 1px 12px rgba(0, 0, 0, 0.5);
  }
  .index_slide__cap_sub {
    color: #000;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 0.2em;
    line-height: 26px;
    margin: auto;
    text-align: center;
    text-shadow: none;
  }
  .index_information {
    margin: 0 auto 150px;
    width: 100%;
  }
  .index_information__inner {
    display: block;
    margin: 0 10px 46px;
  }
  .index_information__map {
    position: relative;
    margin-bottom: 35px;
    width: 100%;
  }
  .index_information__map_cap {
    top: -10px;
    right: 0;
  }
  .index_information__info {
    margin: 0 10px;
    width: calc(100% - 20px);
  }
  .index_information__info_cap {
    margin-bottom: 34px;
  }
  .index_information__info_text {
    line-height: 30px;
  }
  .index_price {
    margin: 0 20px 88px;
    width: calc(100% - 40px);
  }
  .index_price__each {
    display: block;
    padding: 20px 10px;
  }
  .index_price__cap {
    width: auto;
  }
  .index_price__info {
    width: auto;
  }
  .index_price__info span {
    margin-left: 12px;
    text-indent: -12px;
  }
  .index_access {
    margin: 0 20px 100px;
    width: calc(100% - 40px);
  }
  .index_access__inner {
    margin-bottom: 35px;
  }
  .index_access__each {
    display: block;
    padding: 20px 10px;
  }
  .index_access__cap {
    width: auto;
  }
  .index_access__info {
    width: auto;
  }
  .index_access__map {
    height: 350px;
    width: auto;
  }
  .index_application {
    margin: 0 20px 100px;
    width: calc(100% - 40px);
  }
  .index_application__each {
    padding: 20px;
    position: relative;
    width: 100%;
  }
  .index_application__text {
    display: block;
    line-height: 20px;
    margin-top: 10px;
  }
  .index_application__text a {
    display: block;
    margin: 15px 82px 10px;
    padding: 0 10px;
  }
  .index_sns {
    margin-bottom: 70px;
    overflow: hidden;
    width: 100%;
  }
  .index_sns .title {
    padding-left: 35px;
  }
  .index_sns .title::after {
    right: -10px;
  }
  .index_sns__wrap {
    padding: 40px 0 32px;
  }
  .index_sns__inner {
    width: 2000px;
  }
  .index_sns__image {
    margin-right: 30px;
  }
}

.information .pageTitle {
  background: #000;
}

.information_outline,.inquiry_confirm {
  border-top: solid #666 1px;
  margin: 0 auto 100px;
  width: 1130px;
}

.information_outline__inner,.inquiry_confirm__inner {
  border-bottom: solid #666 1px;
  display: flex;
}

.information_outline__cap,.inquiry_confirm__cap {
  font-weight: 700;
  height: 54px;
  letter-spacing: 0.1em;
  line-height: 54px;
  padding-left: 12px;
  text-align: left;
  width: 446px;
}

.information_outline__detail,.inquiry_confirm__detail {
  min-height: 54px;
  letter-spacing: 0.1em;
  text-align: left;
  padding: 13px 0;
  width: 684px;
}

.information #gallery {
  display: flex;
  justify-content: center;
  margin-top: -70px;
  padding-top: 70px;
}

.information_menu {
  display: flex;
  justify-content: center;
  margin: 0 auto 74px;
  width: 1130px;
}

.information_menu__link {
  margin-right: calc((100% - (365px * 3)) / 2);
}

.information_menu__link:last-child {
  margin-right: 0;
}

.information_menu__link a {
  align-items: center;
  background: #fff;
  border: solid #727272 1px;
  color: #707070;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  height: 73px;
  justify-content: center;
  transition: all ease-in 0.3s;
  width: 365px;
}

.information_menu__link a:hover, .information_menu__link a.current {
  background: #727272;
  border: solid #707070 1px;
  color: #fff;
  opacity: 1;
}

.information_anchor {
  background: #fff;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.16);
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  transition: all ease-in 0.3s;
  width: 100%;
  z-index: 90;
}

.information_anchor__inner {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 1130px;
}

.information_anchor__cap {
  align-items: center;
  display: flex;
  font-weight: 700;
  height: 50px;
}

.information_anchor__menu {
  border-right: solid #ccc 1px;
  display: flex;
}

.information_anchor__menu_link a {
  align-items: center;
  border-left: solid #ccc 1px;
  background: #fff;
  color: #707070;
  display: flex;
  font-weight: 700;
  height: 50px;
  justify-content: center;
  transition: all ease-in 0.3s;
  width: 190px;
}

.information_anchor__menu_link a:hover, .information_anchor__menu_link a.current {
  background: #727272;
  border-left: solid #fff 1px;
  color: #fff;
  opacity: 1;
}

.information_anchor.downMove {
  top: 50px;
}

.information_text {
  font-size: 12px;
  letter-spacing: 0;
  margin-bottom: 47px;
}

.information_text span {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.information_slide {
  margin: 0 auto 140px;
  width: 1130px;
}

.information_slide__inner {
  border: solid #707070 1px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.information_slide__inner .slick-prev,
.information_slide__inner .slick-next {
  background: url(../../images/information/icon_arrow_side.png) no-repeat left top !important;
  background-size: 100%;
  content: "";
  height: 30px;
  width: 16px;
}

.information_slide__inner .slick-prev::before,
.information_slide__inner .slick-next::before {
  content: "";
}

.information_slide__inner .slick-prev:hover,
.information_slide__inner .slick-next:hover {
  opacity: .6;
}

.information_slide__inner .slick-prev {
  left: -35px;
}

.information_slide__inner .slick-next {
  right: -35px;
  transform: rotate(180deg);
}

.information_slide__image {
  position: relative;
}

.information_slide__image img {
  border-radius: 5px;
}

.information_slide__image_text {
  color: #fff;
  position: absolute;
  bottom: 30px;
  left: 25px;
}

.information_slide__thumbnail {
  display: flex;
  justify-content: center;
}

.information_slide__thumbnail_image {
  border: solid #fff 1px;
  border-radius: 5px;
  cursor: pointer;
  margin: 0 10px;
  position: relative;
  width: 80px;
}

.information_slide__thumbnail_image img {
  border-radius: 5px;
  height: auto;
  width: 100%;
}

.information_slide__thumbnail_image::before {
  color: #000;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.information_slide__thumbnail_image:nth-of-type(1)::before {
  content: "01";
}

.information_slide__thumbnail_image:nth-of-type(2)::before {
  content: "02";
}

.information_slide__thumbnail_image:nth-of-type(3)::before {
  content: "03";
}

.information_slide__thumbnail_image:nth-of-type(4)::before {
  content: "04";
}

.information_slide__thumbnail_image:nth-of-type(5)::before {
  content: "05";
}

.information_slide__thumbnail_image:nth-of-type(6)::before {
  content: "06";
}

.information_slide__thumbnail_image:nth-of-type(7)::before {
  content: "07";
}

.information_slide__thumbnail_image:nth-of-type(8)::before {
  content: "08";
}

.information_slide__thumbnail_image:nth-of-type(9)::before {
  content: "09";
}

.information_slide__thumbnail_image:nth-of-type(10)::before {
  content: "10";
}

.information_slide__thumbnail_image.slick-current {
  border: solid #707070 1px;
}

.information_slide__thumbnail_image.slick-current img {
  opacity: .2;
}

.information_slide__thumbnail .slick-track {
  transform: unset !important;
}

.information_equipment {
  border-top: solid #ccc 5px;
  margin: 0 auto;
  padding: 96px 0 70px;
  width: 1130px;
}

.information_equipment .cap {
  display: block;
  letter-spacing: 0.2em;
}

.information_equipment .cap::before, .information_equipment .cap::after {
  display: none;
}

.information_equipment__inner {
  display: flex;
  flex-wrap: wrap;
}

.information_equipment__each {
  margin: 0 30px 57px 0;
  width: 260px;
}

.information_equipment__each:nth-of-type(4n) {
  margin-right: 0;
}

.information_equipment__image {
  border: solid #707070 1px;
  border-radius: 5px;
  margin-bottom: 16px;
}

.information_equipment__cap {
  font-weight: bold;
  margin-bottom: 20px;
}

.information_equipment__text {
  letter-spacing: 0.1em;
  line-height: 20px;
  text-align: left;
}

.information_btn {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 138px;
  width: 1130px;
}

.information_btn .button {
  width: 550px;
}

@media screen and (max-width: 768px) {
  .information_outline,.inquiry_confirm {
    margin: 0 20px 52px;
    width: calc(100% - 40px);
  }
  .information_outline__inner,.inquiry_confirm__inner {
    display: block;
  }
  .information_outline__cap,.inquiry_confirm__cap {
    height: auto;
    line-height: 30px;
    padding-top: 10px;
    width: 100%;
  }
  .information_outline__detail,.inquiry_confirm__detail {
    height: auto;
    line-height: 20px;
    padding: 0 0 15px 12px;
    width: 100%;
  }
  .information #gallery {
    display: block;
    line-height: 34px;
    margin-top: -70px;
    padding-top: 70px;
  }
  .information_menu {
    margin: 0 20px 66px;
    width: calc(100% - 40px);
  }
  .information_menu__link {
    margin-right: 0;
    width: calc((100% - 14px) / 2);
  }
  .information_menu__link a {
    width: 100%;
  }
  .information_anchor {
    height: auto;
    top: -50px;
  }
  .information_anchor__inner {
    display: block;
    width: 100%;
  }
  .information_anchor__cap {
    padding: 10px 0 0 12px;
  }
  .information_anchor__menu {
    border-top: solid #ccc 1px;
    border-right: none;
    justify-content: center;
    width: 100%;
  }
  .information_anchor__menu_link {
    width: calc(100% / 2);
  }
  .information_anchor__menu_link a {
    width: 100%;
  }
  .information_anchor__menu_link a.current {
    border-left: none;
  }
  .information_text {
    margin: 0 20px 40px;
  }
  .information_slide {
    border-bottom: solid #ccc 1px;
    margin: 0 20px 63px;
    padding-bottom: 40px;
    width: calc(100% - 40px);
  }
  .information_slide.last {
    border-bottom: none;
    margin-bottom: 0;
  }
  .information_slide__inner {
    border: solid #707070 2px;
    margin-bottom: 44px;
  }
  .information_slide__inner .slick-prev,
  .information_slide__inner .slick-next {
    display: none;
  }
  .information_slide__image_text {
    font-size: 12px;
    bottom: 5px;
    left: 10px;
  }
  .information_slide__thumbnail {
    padding-left: 25px;
  }
  .information_slide__thumbnail .slick-track {
    display: flex;
    flex-wrap: wrap;
    width: 100% !important;
  }
  .information_slide__thumbnail_image {
    margin: 0 10px 20px;
    width: 80px !important;
  }
  .information .cap {
    justify-content: center;
    line-height: 32px;
    margin: 0 20px 56px;
    padding: 0;
    width: auto;
  }
  .information .cap::before, .information .cap::after {
    display: none;
  }
  .information_equipment {
    border-top: solid #ccc 5px;
    margin: 0 20px;
    padding: 63px 0 120px;
    width: calc(100% - 40px);
  }
  .information_equipment__inner {
    display: block;
  }
  .information_equipment__each {
    display: flex;
    margin: 0 auto 20px;
    width: 100%;
  }
  .information_equipment__image {
    margin: 0 30px 0 0;
    width: 140px;
  }
  .information_equipment__info {
    text-align: left;
  }
  .information_btn {
    display: block;
    margin: 0 20px 75px;
    width: calc(100% - 40px);
  }
  .information_btn .button {
    height: 105px;
    line-height: 105px;
    width: 100%;
  }
  .information_btn .button:first-of-type {
    margin-bottom: 30px;
  }
}

.inquiry .pageTitle {
  background: #000;
}

.inquiry_text {
  line-height: 35px;
  margin: 0 auto 70px;
  width: 1130px;
}

.inquiry_text.left {
  text-align: left;
}

.inquiry_text p {
  line-height: 35px;
}

.inquiry_text a {
  text-decoration: underline;
}

.inquiry_text a:hover {
  text-decoration: none;
}

.inquiry_btn {
  margin-bottom: 100px;
}

.inquiry_tel {
  border: solid #707070 1px;
  border-radius: 100px;
  color: #000;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  height: 68px;
  line-height: 65px;
  letter-spacing: 0.1em;
  margin: 0 20px 80px;
  padding: 0 55px 0 75px;
  position: relative;
}

.inquiry_tel::before {
  background: url(../images/icon_phone.png) no-repeat left top;
  background-size: 100%;
  content: "";
  height: 16px;
  position: absolute;
  top: 52%;
  left: 60px;
  transform: translate(-50%, -50%);
  width: 16px;
}

.inquiry_tel span {
  color: #707070;
  font-size: 14px;
  font-weight: 400;
}

.inquiry_tel.fax {
  margin-bottom: 30px;
}

.inquiry_form {
  border: solid #ccc 3px;
  border-radius: 5px;
  margin: 0 auto 110px;
  padding: 60px 0 80px;
  position: relative;
  width: 1130px;
}

.inquiry_form__title {
  background: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 0 20px;
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.inquiry_form .cap {
  width: 100%;
}

.inquiry_form .cap::before, .inquiry_form .cap::after {
  height: 3px;
}

.inquiry_form__inner {
  margin-bottom: 65px;
  padding: 0 60px;
}

.inquiry_form__inner .mt15 {
  margin-top: 15px;
}

.inquiry_form__inner .mb05 {
  margin-bottom: 5px;
}

.inquiry_form__inner .mb10 {
  margin-bottom: 10px;
}

.inquiry_form__inner .ml200 {
  margin-left: 200px;
}

.inquiry_form__inner a {
  line-height: 40px;
  text-decoration: underline;
}

.inquiry_form__inner a:hover {
  text-decoration: none;
}

.inquiry_form__item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.inquiry_form__item:last-of-type {
  margin-bottom: 0;
}

.inquiry_form__cap {
  align-items: center;
  display: flex;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: left;
  width: 200px;
}

.inquiry_form__cap span {
	color: #dc3232;
	margin-left: 4px;
}

.inquiry_form__text {
  background: #fff;
  border: solid #707070 1px;
  border-radius: 5px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  height: 40px;
  letter-spacing: 0.1em;
  padding-left: 10px;
  width: 804px;
}

.inquiry_form__text::placeholder {
  color: #999;
}

.inquiry_form__text.zipCode {
  margin-right: 20px;
  width: 150px;
}

.inquiry_form__text.number {
  margin-right: 10px;
  width: 100px;
}

.inquiry_form__select {
  appearance: none;
  background: #fff;
  border: solid #707070 1px;
  border-radius: 5px;
  height: 40px;
  letter-spacing: 0.1em;
  padding: 0 10px;
  width: 100px;
}

.inquiry_form__selectWrap {
  margin-right: 10px;
  position: relative;
}

.inquiry_form__selectWrap::after {
  background: url(../../images/inquiry/icon_select.png) no-repeat left top;
  background-size: 100%;
  content: "";
  height: 17px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  width: 14px;
}

.inquiry_form__unit {
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 35px;
  margin-right: 25px;
}

.inquiry_form__radio {
  display: none;
}

.inquiry_form__radio:checked + label::after {
  opacity: 1;
}

.inquiry_form__radioLabel {
  cursor: pointer;
  letter-spacing: 0.1em;
  line-height: 40px;
  margin-right: 40px;
  padding-left: 32px;
  position: relative;
}

.inquiry_form__radioLabel::before, .inquiry_form__radioLabel::after {
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.inquiry_form__radioLabel::before {
  background: #fff;
  border: solid #707070 1px;
  border-radius: 50%;
  height: 22px;
  left: 0;
  width: 22px;
}

.inquiry_form__radioLabel::after {
  background: #6c6c6c;
  border-radius: 50%;
  height: 12px;
  opacity: 0;
  left: 6px;
  width: 12px;
}

.inquiry_form__checkBox {
  display: none;
}

.inquiry_form__checkBox:checked + label::after {
  opacity: 1;
}

.inquiry_form__checkBoxLabel {
  cursor: pointer;
  letter-spacing: 0.1em;
  line-height: 40px;
  margin-right: 40px;
  padding-left: 34px;
  position: relative;
}

.inquiry_form__checkBoxLabel::before, .inquiry_form__checkBoxLabel::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.inquiry_form__checkBoxLabel::before {
  border-radius: 50%;
  background: #fff;
  border: solid #707070 1px;
  border-radius: 5px;
  height: 24px;
  left: 0;
  width: 24px;
}

.inquiry_form__checkBoxLabel::after {
  border-bottom: solid #6c6c6c 2px;
  border-left: solid #6c6c6c 2px;
  height: 6px;
  opacity: 0;
  top: 36%;
  left: 6px;
  transform: rotate(-45deg);
  width: 12px;
}

.inquiry_form__textArea {
  background: #fff;
  border: solid #707070 1px;
  border-radius: 5px;
  font-family: "Noto Sans JP","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","游ゴシック体","Yu Gothic",YuGothic,"メイリオ",Meiryo,"MS Pゴシック","MS PGothic",sans-serif;
  height: 75px;
  letter-spacing: 0.1em;
  padding: 10px;
  width: 804px;
}

.inquiry_form__textArea::placeholder {
  color: #999;
}

.inquiry_form__textArea.full {
  height: 160px;
  margin-bottom: 30px;
  width: 1004px;
}

.inquiry_form__agree .wpcf7-list-item {
	margin-left: 0;
}

.inquiry_form__agree .inquiry_form__checkBoxLabel {
  display: inline-block;
  margin-right: 0;
}

.inquiry_form .inquiry_purpose input,
.inquiry_form .inquiry_parking input,
.inquiry_form .inquiry_l_parking input {
  display: none;
}

.inquiry_form .inquiry_purpose input:checked + .wpcf7-list-item-label::after,
.inquiry_form .inquiry_parking input:checked + .wpcf7-list-item-label::after,
.inquiry_form .inquiry_l_parking input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.inquiry_form .inquiry_purpose .wpcf7-list-item-label,
.inquiry_form .inquiry_parking .wpcf7-list-item-label,
.inquiry_form .inquiry_l_parking .wpcf7-list-item-label {
  cursor: pointer;
  letter-spacing: 0.1em;
  line-height: 40px;
  margin-right: 40px;
  padding-left: 32px;
  position: relative;
}

.inquiry_form .inquiry_purpose .wpcf7-list-item-label::before, .inquiry_form .inquiry_purpose .wpcf7-list-item-label::after,
.inquiry_form .inquiry_parking .wpcf7-list-item-label::before,
.inquiry_form .inquiry_parking .wpcf7-list-item-label::after,
.inquiry_form .inquiry_l_parking .wpcf7-list-item-label::before,
.inquiry_form .inquiry_l_parking .wpcf7-list-item-label::after {
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.inquiry_form .inquiry_purpose .wpcf7-list-item-label::before,
.inquiry_form .inquiry_parking .wpcf7-list-item-label::before,
.inquiry_form .inquiry_l_parking .wpcf7-list-item-label::before {
  background: #fff;
  border: solid #707070 1px;
  border-radius: 50%;
  height: 22px;
  left: 0;
  width: 22px;
}

.inquiry_form .inquiry_purpose .wpcf7-list-item-label::after,
.inquiry_form .inquiry_parking .wpcf7-list-item-label::after,
.inquiry_form .inquiry_l_parking .wpcf7-list-item-label::after {
  background: #6c6c6c;
  border-radius: 50%;
  height: 12px;
  opacity: 0;
  left: 6px;
  width: 12px;
}

.inquiry_form .inquiry_shooting input,
.inquiry_form .inquiry_paid_option input,
.inquiry_form .privacyPolicyAgree input {
  display: none;
}

.inquiry_form .inquiry_shooting input:checked + .wpcf7-list-item-label::after,
.inquiry_form .inquiry_paid_option input:checked + .wpcf7-list-item-label::after,
.inquiry_form .privacyPolicyAgree input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.inquiry_form .inquiry_shooting .wpcf7-list-item-label,
.inquiry_form .inquiry_paid_option .wpcf7-list-item-label,
.inquiry_form .privacyPolicyAgree .wpcf7-list-item-label {
  cursor: pointer;
  letter-spacing: 0.1em;
  line-height: 40px;
  margin-right: 40px;
  padding-left: 34px;
  position: relative;
}

.inquiry_form .inquiry_shooting .wpcf7-list-item-label::before, .inquiry_form .inquiry_shooting .wpcf7-list-item-label::after,
.inquiry_form .inquiry_paid_option .wpcf7-list-item-label::before,
.inquiry_form .inquiry_paid_option .wpcf7-list-item-label::after,
.inquiry_form .privacyPolicyAgree .wpcf7-list-item-label::before,
.inquiry_form .privacyPolicyAgree .wpcf7-list-item-label::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.inquiry_form .inquiry_shooting .wpcf7-list-item-label::before,
.inquiry_form .inquiry_paid_option .wpcf7-list-item-label::before,
.inquiry_form .privacyPolicyAgree .wpcf7-list-item-label::before {
  border-radius: 50%;
  background: #fff;
  border: solid #707070 1px;
  border-radius: 5px;
  height: 24px;
  left: 0;
  width: 24px;
}

.inquiry_form .inquiry_shooting .wpcf7-list-item-label::after,
.inquiry_form .inquiry_paid_option .wpcf7-list-item-label::after,
.inquiry_form .privacyPolicyAgree .wpcf7-list-item-label::after {
  border-bottom: solid #6c6c6c 2px;
  border-left: solid #6c6c6c 2px;
  height: 6px;
  opacity: 0;
  top: 18%;
  left: 6px;
  transform: rotate(-45deg);
  width: 12px;
}

.inquiry_form .inquiry_paid_option {
  width: 800px;
}

.inquiry_form .inquiry_paid_option .wpcf7-form-control {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}

.inquiry_form .privacyPolicyAgree .wpcf7-list-item-label {
	letter-spacing: 0;
    /*line-height: 1;*/
    margin-right: 0;
}

.inquiry_form .inquiry_address002 .wpcf7-not-valid-tip {
	left: 200px;
}

.inquiry_overlay {
  background: rgba(0, 0, 0, 0.7);
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.inquiry_modal {
  background: #fff;
  border-radius: 25px;
  height: 716px;
  margin: auto;
  padding: 56px 55px 60px;
  position: absolute;
  top: 80px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 1130px;
  z-index: 101;
}

.inquiry_modal__title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.inquiry_modal__close {
  cursor: pointer;
  height: 20px;
  position: absolute;
  top: -50px;
  right: 10px;
  width: 20px;
}

.inquiry_modal__close::before {
  background: #fff;
  content: "";
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: rotate(45deg);
  width: 20px;
}

.inquiry_modal__close::after {
  background: #fff;
  content: "";
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: rotate(135deg);
  width: 20px;
}

.inquiry_modal iframe {
  height: 600px;
  width: 100%;
}

.inquiry .wpcf7-spinner {
  display: block;
  margin: 15px auto 0;
}

.inquiry_form__item .wpcf7-not-valid-tip {
  position: absolute;
  text-align: left;
  width: 400px;
}

.inquiry_form__item .inquiry_form__selectWrap .wpcf7-not-valid-tip {
  display: none;
}

.inquiry_form__item .inquiry_form__selectWrap:first-of-type .wpcf7-not-valid-tip {
  display: block;
}

.inquiry_form__item .wpcf7-list-item {
  margin: 0;
}

#post-666 .entry-header {
	display: none;
}

#post-666 .title.inquiry_thanks {
	padding-top: 80px;
}

@media screen and (max-width: 768px) {
  .inquiry_text {
    margin: 0 20px 47px;
    text-align: left;
    width: calc(100% - 40px);
  }
  .inquiry_text p {
    letter-spacing: 0.05em;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .inquiry_text p:last-child {
    margin-bottom: 0;
  }
  .inquiry_btn {
    margin-bottom: 56px;
  }
  .inquiry .cap {
    letter-spacing: 0.1em;
    margin-right: 20px;
    margin-left: 20px;
    width: calc(100% - 40px);
  }
  .inquiry .cap::before {
    margin-right: 10px;
  }
  .inquiry .cap::after {
    margin-left: 10px;
  }
  .inquiry_tel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.3;
    margin-bottom: 56px;
    padding-bottom: 3px;
  }
  .inquiry_tel:first-of-type {
    margin-bottom: 30px;
  }
  .inquiry_tel::before {
    top: 33px;
    left: 70px;
  }
  .inquiry_tel.fax {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .inquiry_tel.fax::before {
    top: 52%;
    left: 60px;
  }
  .inquiry_form {
    margin: 0 20px 110px;
    padding: 30px 0 70px;
    width: calc(100% - 40px);
  }
  .inquiry_form__title {
    letter-spacing: 0.1em;
    padding: 0 10px;
    white-space: nowrap;
  }
  .inquiry_form .cap {
    letter-spacing: 0.1em;
    margin: 0 auto 30px;
    width: 100%;
  }
  .inquiry_form__inner {
    margin-bottom: 45px;
    padding: 0 25px;
  }
  .inquiry_form__inner .mt15 {
    margin-top: 0;
  }
  .inquiry_form__inner .mb05 {
    margin-bottom: 0;
  }
  .inquiry_form__inner .ml200 {
    margin-left: 0;
  }
  .inquiry_form__inner a {
    line-height: 40px;
    text-decoration: underline;
  }
  .inquiry_form__inner a:hover {
    text-decoration: none;
  }
  .inquiry_form__cap {
    letter-spacing: 0.1em;
    width: 100%;
  }
  .inquiry_form__text {
    font-size: 16px;
    width: 100%;
  }
  .inquiry_form__text::placeholder {
    font-size: 14px;
  }
  .inquiry_form__text.zipCode {
    margin-right: 20px;
    width: 100px;
  }
  .inquiry_form__text.number {
    margin-right: 10px;
    width: 50px;
  }
  .inquiry_form__select {
    -webkit-appearance: none;
  }
  .inquiry_form__selectWrap {
    margin-bottom: 10px;
  }
  .inquiry_form__unit {
    line-height: 40px;
    margin-right: 0;
    text-align: left;
    width: 50%;
  }
  .inquiry_form__unit.spW100 {
    line-height: 24px;
    margin-bottom: 10px;
    width: 100%;
  }
  .inquiry_form__textArea {
    width: 100%;
  }
  .inquiry_form__textArea.full {
    width: 100%;
  }
  .inquiry_form .inquiry_paid_option {
    width: 100%;
  }
  .inquiry_form .inquiry_paid_option .wpcf7-form-control {
    display: block;
  }
  .inquiry_form .inquiry_paid_option .wpcf7-form-control .wpcf7-list-item .wpcf7-list-item-label {
    align-items: center;
    display: flex;
    /*height: 45px;*/
    line-height: 20px;
    margin-right: 0;
    margin-top: 20px;
  }
	.inquiry_form .inquiry_address002 .wpcf7-not-valid-tip {
		left: 0;
	}
  .inquiry_modal {
    height: 440px;
    padding: 20px;
    top: 0;
    width: calc(100% - 40px);
  }
  .inquiry_modal iframe {
    height: 400px;
    width: 100%;
  }
  .inquiry_form__item {
    margin-bottom: 20px;
  }
  .inquiry_form__item .inquiry_purpose {
    text-align: left;
  }
  .inquiry_form__item .wpcf7-not-valid-tip {
    width: 290px;
  }
  .inquiry_form__item .inquiry_form__selectWrap:first-of-type .wpcf7-not-valid-tip {
    display: none;
  }
  .inquiry_form__item .inquiry_form__selectWrap:last-of-type .wpcf7-not-valid-tip {
    display: block;
  }
  .inquiry_form__item .spMt10 {
    margin-top: 10px;
  }
	#post-666 .inquiry_text {
		text-align: center;
	}
}

.news .pageTitle {
  background: #000;
  margin-bottom: 70px;
}

.news_inner {
  border-top: solid #666 1px;
  margin: 0 auto 80px;
  width: 1130px;
}

.news_inner .wp-pagenavi {
  margin-top: 100px;
}

.news_inner__detail {
  margin: 0 auto 80px;
  text-align: left;
  width: 1130px;
}

.news_list {
  border-bottom: solid #666 1px;
  display: flex;
}

.news_list__date {
  padding: 20px 0 20px 12px;
  text-align: left;
  width: 220px;
}

.news_list__title {
  padding: 20px 0;
  text-align: left;
  width: 930px;
}

.news.detail h1 {
  font-size: 18px;
  margin: 0 auto;
  width: 1130px;
}

.news.detail h2 {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.5em;
  margin-bottom: 50px;
}

.news.detail h3 {
  align-items: center;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.3em;
  margin: 0 auto 50px;
  width: 1130px;
}

.news.detail h3::before, .news.detail h3::after {
  background: #ccc;
  content: "";
  flex-grow: 1;
  height: 1px;
}

.news.detail h3::before {
  margin-right: 30px;
}

.news.detail h3::after {
  margin-left: 30px;
}

.news.detail p {
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .news_inner {
    margin: 0 20px 80px;
    width: calc(100% - 40px);
  }
  .news_inner .wp-pagenavi {
    margin-top: 50px;
  }
  .news_inner__detail {
    margin: 0 20px 60px;
    width: calc(100% - 40px);
  }
  .news_list {
    display: block;
  }
  .news_list__date {
    padding: 20px 0 10px 12px;
    width: 100%;
  }
  .news_list__title {
    padding: 0 0 20px 12px;
    width: 100%;
  }
  .news.detail h1 {
    font-size: 16px;
    margin: 0 20px;
    width: calc(100% - 40px);
  }
  .news.detail h2 {
    font-size: 18px;
    letter-spacing: 0.2em;
    margin: 0 20px 40px;
  }
  .news.detail h3 {
    align-items: center;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.3em;
    margin: 0 auto 50px;
    width: 1130px;
  }
  .news.detail h3::before, .news.detail h3::after {
    background: #ccc;
    content: "";
    flex-grow: 1;
    height: 1px;
  }
  .news.detail h3::before {
    margin-right: 30px;
  }
  .news.detail h3::after {
    margin-left: 30px;
  }
  .news.detail p {
    margin-bottom: 10px;
  }
}

.price .pageTitle {
  background: #000;
}

.price_inner {
  margin: 0 auto;
  padding-bottom: 110px;
  width: 1130px;
}

.price_inner .title {
  border-bottom: solid #666 3px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  width: 100%;
}

.price_inner__list, .price_inner__text {
  margin-bottom: 70px;
  text-align: left;
}

.price_inner__list li, .price_inner__text li {
  letter-spacing: 0.1em;
  margin: 0 0 10px 16px;
  text-indent: -16px;
}

.price_inner__list li:last-child, .price_inner__text li:last-child {
  margin-bottom: 0;
}

.price_inner__list li::before, .price_inner__text li::before {
  content: "・";
}

.price_inner__list li.asterisk::before, .price_inner__text li.asterisk::before {
  content: "※";
}

.price_inner__list li .price_inner__list, .price_inner__text li .price_inner__list {
  margin-bottom: 0;
}

.price_inner__list li .price_inner__list li, .price_inner__text li .price_inner__list li {
  margin-bottom: 0;
}

.price_inner__list li .price_inner__list li::before, .price_inner__text li .price_inner__list li::before {
  content: "ー";
}

.price_inner__list p, .price_inner__text p {
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

.price_inner__list p:last-child, .price_inner__text p:last-child {
  margin-bottom: 0;
}

.price_inner__list.mb160, .price_inner__text.mb160 {
  margin-bottom: 160px;
}

.price_inner__table_head {
  border-bottom: solid #666 1px;
  display: flex;
  padding-bottom: 12px;
}

.price_inner__table_head__each {
  font-weight: 700;
  text-align: left;
}

.price_inner__table_head__each:first-child {
  padding-left: 12px;
}

.price_inner__table_head__each span {
  font-size: 11px;
}

.price_inner__table_list {
  border-bottom: solid #666 1px;
  display: flex;
}

.price_inner__table_list__head, .price_inner__table_list__each {
  align-items: center;
  display: flex;
  height: 56px;
}

.price_inner__table_list__head:first-child {
  padding-left: 12px;
}

.price_inner__table_list:nth-of-type(even) {
  background: #f8f7f7;
}

.price_inner__table.priceList {
  margin-bottom: 70px;
}

.price_inner__table.priceList .price_inner__table_head__each:first-child {
  width: 290px;
}

.price_inner__table.priceList .price_inner__table_head__each:nth-child(2) {
  width: 435px;
}

.price_inner__table.priceList .price_inner__table_head__each:last-child {
  width: 405px;
}

.price_inner__table.priceList .price_inner__table_list .price_inner__table_list__head {
  font-weight: bold;
  width: 290px;
}

.price_inner__table.priceList .price_inner__table_list .price_inner__table_list__each:first-of-type {
  width: 435px;
}

.price_inner__table.priceList .price_inner__table_list .price_inner__table_list__each:last-of-type {
  width: 405px;
}

.price_inner__table.cancelList {
  margin-bottom: 180px;
}

.price_inner__table.cancelList .price_inner__table_head__each,
.price_inner__table.cancelList .price_inner__table_list__each {
  width: 226px;
}

.price_inner__table.cancelList .price_inner__table_head__each:first-child,
.price_inner__table.cancelList .price_inner__table_list__each:first-child {
  padding-left: 12px;
}

.price_inner__table.optionList {
  margin-bottom: 60px;
}

.price_inner__table.optionList .price_inner__table_head__each,
.price_inner__table.optionList .price_inner__table_list__head {
  width: 287px;
}

.price_inner__table.rentalList {
  margin-bottom: 180px;
}

.price_inner__table.rentalList .price_inner__table_head__each:first-child,
.price_inner__table.rentalList .price_inner__table_list__head {
  width: 580px;
}

.price_inner__table.rentalList .price_inner__table_head__each:nth-child(2),
.price_inner__table.rentalList .price_inner__table_list__each:first-of-type {
  width: 290px;
}

.price_btn {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 138px;
  width: 1130px;
}

.price_btn .button {
  width: 550px;
}

@media screen and (max-width: 768px) {
  .price_inner {
    margin: 0 auto;
    padding-bottom: 20px;
    width: 100%;
  }
  .price_inner .title {
    margin-bottom: 30px;
    padding-bottom: 40px;
    width: calc(100% - 40px);
  }
  .price_inner .cap {
    margin: 0 20px 28px;
    width: calc(100% - 40px);
  }
  .price_inner .cap::before {
    margin-right: 10px;
  }
  .price_inner .cap::after {
    margin-left: 10px;
  }
  .price_inner__list, .price_inner__text {
    margin: 0 20px 56px;
  }
  .price_inner__list.mb160, .price_inner__text.mb160 {
    margin-bottom: 80px;
  }
  .price_inner__list .price_inner__list, .price_inner__text .price_inner__list {
    margin: 0;
  }
  .price_inner__table {
    margin: 0 20px;
  }
  .price_inner__table_head__each {
    line-height: 20px;
  }
  .price_inner__table.priceList {
    margin-bottom: 64px;
  }
  .price_inner__table.priceList .price_inner__table_head__each:first-child {
    padding-left: 6px;
    width: 20%;
  }
  .price_inner__table.priceList .price_inner__table_head__each:nth-child(2), .price_inner__table.priceList .price_inner__table_head__each:last-child {
    width: 40%;
  }
  .price_inner__table.priceList .price_inner__table_list .price_inner__table_list__head {
    padding-left: 6px;
    width: 20%;
  }
  .price_inner__table.priceList .price_inner__table_list .price_inner__table_list__each:first-of-type, .price_inner__table.priceList .price_inner__table_list .price_inner__table_list__each:last-of-type {
    height: auto;
    min-height: 56px;
    text-align: left;
    width: 40%;
  }
  .price_inner__table.cancelList {
    border-top: solid #666 1px;
    margin-bottom: 120px;
  }
  .price_inner__table.cancelList .price_inner__table_list__head {
    font-weight: 700;
    width: 70%;
  }
  .price_inner__table.cancelList .price_inner__table_list__each {
    width: 30%;
  }
  .price_inner__table.optionList .price_inner__table_head__each {
    padding-left: 6px;
    text-align: left;
    width: 60%;
  }
  .price_inner__table.optionList .price_inner__table_head__each:first-child {
    width: 40%;
  }
  .price_inner__table.optionList .price_inner__table_list__head {
    padding-left: 6px;
    text-align: left;
    width: 40%;
  }
  .price_inner__table.optionList .price_inner__table_list__each {
    padding-left: 6px;
    text-align: left;
    width: 60%;
  }
  .price_inner__table.rentalList {
    margin-bottom: 120px;
  }
  .price_inner__table.rentalList .price_inner__table_head__each:first-child,
  .price_inner__table.rentalList .price_inner__table_list__head {
    letter-spacing: 0.01em;
    line-height: 20px;
    padding-left: 5px;
    text-align: left;
    width: 65%;
  }
  .price_inner__table.rentalList .price_inner__table_head__each:nth-child(2),
  .price_inner__table.rentalList .price_inner__table_list__each:first-of-type {
    width: 12%;
  }
  .price_btn {
    display: block;
    margin: 0 20px 75px;
    width: calc(100% - 40px);
  }
  .price_btn .button {
    height: 105px;
    line-height: 105px;
    width: 100%;
  }
  .price_btn .button:first-of-type {
    margin-bottom: 30px;
  }
}

.privacyPolicy .pageTitle {
  background: #000;
  height: 120px;
  margin-bottom: 70px;
}

.privacyPolicy_inner {
  margin: 0 auto 120px;
  text-align: left;
  width: 1130px;
}

.privacyPolicy_inner .mb10 {
  margin-bottom: 10px;
}

.privacyPolicy_cap {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.3em;
  margin-bottom: 10px;
}

.privacyPolicy_text {
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 50px;
}

.privacyPolicy_list {
  margin: 0 0 50px 18px;
}

.privacyPolicy_list__item {
  letter-spacing: 0;
  line-height: 24px;
}

.privacyPolicy_signature {
  padding-top: 100px;
}

.privacyPolicy_signature__text {
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 20px;
}

.privacyPolicy_signature__thatsAll {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .privacyPolicy_inner {
    margin: 0 20px 120px;
    width: calc(100% - 40px);
  }
  .privacyPolicy_cap {
    letter-spacing: 0.1em;
  }
  .privacyPolicy_signature {
    padding-top: 30px;
  }
}
/* 地図表示 */
.index_access__map {
    border:none;
    height:auto;
}
/* 会社概要冒頭リード */
.about_inner.borderNone {
  border-top: none;
  text-align: center;
}

.about_explainText {
  margin-bottom: 40px;
  text-align: center;
}

/* Instagram */
.index_sns__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    }
.index_snsSlide .slick-slide {
    height:190px !important;
}