@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, small, button, time, figure {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header, footer, nav, section, article, aside, figure, figcaption {
  display: block;
}

body {
  line-height: 1;
}

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

a {
  cursor: pointer;
  text-decoration: none;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

body {
  font-family: “Times New Roman”, “游明朝”, “Yu Mincho”, “游明朝体”, “YuMincho”,  “ヒラギノ明朝 Pro W3”, “Hiragino Mincho Pro”, “HiraMinProN-W3”, “HGS明朝E”,  “ＭＳ Ｐ明朝”, “MS PMincho”, serif;
}

.inner {
  max-width: 1180px;
  margin: 0 auto;
}

header {
  position: fixed;
  width: 100%;
  z-index: 30;
}

.header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1880px;
  height: 80px;
  background-color: transparent;
}

.header_charge_color {
  background-color: #333333e0;
}

.header_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 40px;
  padding: 20px 0 20px 20px;
}

@media (max-width: 767px) {
  .header_left {
    padding: 20px 0 20px 10px;
  }
}

.header_title {
  width: 200px;
}

.header_nav {
  line-height: 40px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .header_nav {
    display: none;
  }
}

@media (max-width: 767px) {
  .header_nav {
    display: none;
  }
}

.header_nav_items {
  margin-left: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_nav_list {
  margin-right: 30px;
}

.header_nav_link {
  color: #fff;
  font-size: 16px;
  line-height: 16px;
}

.header_nav_link:hover {
  color: #978F10;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}

.header_right {
  margin-left: auto;
  line-height: 52px;
  padding: 13px 20px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .header_right {
    margin-left: 15px;
  }
}

@media (max-width: 767px) {
  .header_right {
    margin-left: 15px;
    padding: 13px 0;
  }
}

.header_btn {
  background-color: #978F10;
  border: 1px solid #707070;
}

.header_btn a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 33px;
}

.header_btn a::before {
  content: "";
  background: url(https://github.com/takayaaa/sample-ishi-kadan/blob/main/images/calender.png?raw=true) no-repeat center center/contain;
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: sub;
  padding-right: 10px;
}

@media (max-width: 767px) {
  .header_btn a {
    padding: 10px 30px;
  }
}

.modal {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 500px;
  background-color: #fff;
}

.modal__content {
  width: 500px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border: solid 1px #000;
}

form {
  padding: 30px 60px;
  position: relative;
}

form #text {
  line-height: 16px;
  font-size: 16px;
}

form .form_name {
  width: 100%;
  border: 0;
  padding: 9px;
}

form .form_email {
  width: 100%;
  border: 0;
  padding: 9px;
}

form textarea {
  width: 100%;
  border: solid 1px #000;
  padding: 5px;
  height: 100px;
}

.form_button {
  text-align: center;
}

.form_button input {
  padding: 12px 67px;
}

.form_button input:hover {
  color: #fff;
  background-color: #000;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.form_title {
  text-align: center;
  font-size: 20px;
}

.js-modal-close {
  position: absolute;
  content: "";
  top: 10px;
  right: 20px;
}

.js-modal-close .las {
  color: #000;
}

.js-modal-close .las:hover {
  opacity: 0.3;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.banner {
  display: none;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .banner {
    display: block;
  }
}

@media (max-width: 767px) {
  .banner {
    display: block;
  }
}

.drawer-hamburger {
  padding: 30px;
  width: 36px;
}

.drawer-hamburger-icon {
  height: 2px;
  background-color: #fff;
}

.drawer-hamburger-icon::after {
  background-color: #fff;
}

.drawer-hamburger-icon::before {
  background-color: #fff;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 0;
}

.drawer-menu-item {
  padding: 34px 12px;
  color: #fff;
}

.drawer-nav {
  background-color: #000;
}

#vegas {
  width: 100vw;
  height: 100vh;
}

.top_message {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  height: auto;
  font-weight: 600;
  font-size: 34px;
  letter-spacing: 8px;
  position: absolute;
  z-index: 11;
  top: 25%;
  left: 69.5%;
  color: #fff;
  line-height: 2.05882;
}

@media (max-width: 767px) {
  .top_message {
    left: 62.5%;
  }
}

.introduce {
  background: url(https://github.com/takayaaa/sample-ishi-kadan/blob/main/images/bg.png?raw=true) no-repeat center center/cover;
  width: 100%;
}

.introduce_inner {
  width: 860px;
  max-width: 100%;
  padding: 150px 0 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .introduce_inner {
    padding: 150px 0 0;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .introduce_inner {
    padding: 150px 0 0;
  }
}

@media (max-width: 767px) {
  .introduce_inner {
    padding: 150px 0 0;
  }
}

.introduce_title {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 28px;
  line-height: 2.5;
  letter-spacing: 10px;
  text-indent: -3.2em;
}

@media (max-width: 767px) {
  .introduce_title {
    font-size: 22px;
    line-height: 2.2;
  }
}

.introduce_message {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 16px;
  letter-spacing: 8px;
  line-height: 2.5;
}

@media (max-width: 767px) {
  .introduce_message {
    font-size: 13px;
    line-height: 2.2;
  }
}

.introduce_message span {
  text-combine-upright: all;
  letter-spacing: 0;
  line-height: 0;
}

.introduce_name {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 22px;
  letter-spacing: 6px;
  padding-top: 340px;
}

@media (max-width: 767px) {
  .introduce_name {
    font-size: 18px;
  }
}

.media_wrap {
  margin-top: 120px;
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 545px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .media_wrap {
    display: block;
    padding: 0 20px;
    height: inherit;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .media_wrap {
    display: block;
    padding: 0 20px;
    height: inherit;
    margin-top: 90px;
  }
}

@media (max-width: 767px) {
  .media_wrap {
    display: block;
    padding: 0 20px;
    height: inherit;
    margin-top: 80px;
  }
}

.media_wrap:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.media_img {
  width: 60%;
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .media_img {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .media_img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .media_img {
    width: 100%;
  }
}

.media_img img {
  width: 100%;
}

.media_box {
  width: 35%;
  padding-top: 25px;
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .media_box {
    width: 100%;
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .media_box {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .media_box {
    width: 100%;
    text-align: center;
  }
}

.media_box2 {
  padding-top: 25px;
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .media_box2 {
    width: 100%;
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .media_box2 {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .media_box2 {
    width: 100%;
    text-align: center;
  }
}

.media_title {
  font-size: 36px;
  line-height: 1.72222;
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .media_title {
    font-size: 25px;
    margin-top: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .media_title {
    font-size: 25px;
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .media_title {
    font-size: 25px;
    margin-top: 15px;
  }
}

.media_comment {
  font-size: 16px;
  margin-top: 75px;
  line-height: 2;
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .media_comment {
    margin-top: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .media_comment {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .media_comment {
    margin-top: 30px;
  }
}

.media_btn {
  width: 200px;
  margin-top: 75px;
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .media_btn {
    margin: 50px auto 0;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .media_btn {
    margin: 50px auto 0;
  }
}

@media (max-width: 767px) {
  .media_btn {
    margin: 50px auto 0;
  }
}

.media_btn a {
  border: 1px solid #707070;
  display: inline-block;
  font-size: 16px;
  text-decoration: none;
  color: #000;
  padding: 20px 42px;
}

.media_btn a:hover {
  color: #fff;
  background-color: #000;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.plan {
  background: url(https://github.com/takayaaa/sample-ishi-kadan/blob/main/images/bg02.png?raw=true) no-repeat center center/cover;
  margin-top: 78px;
}

.plan_inner {
  padding: 60px 0 144px;
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .plan_inner {
    padding: 60px 20px 120px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .plan_inner {
    padding: 60px 30px 100px;
  }
}

@media (max-width: 767px) {
  .plan_inner {
    padding: 60px 30px 80px;
  }
}

.logo {
  text-align: center;
}

.plan_title {
  font-size: 36px;
  margin-top: 20px;
  text-align: center;
}

.plan_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 66px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .plan_wrap {
    display: block;
  }
}

@media (max-width: 767px) {
  .plan_wrap {
    display: block;
  }
}

.plan_list {
  width: 28%;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .plan_list {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .plan_list {
    width: 100%;
    margin-bottom: 30px;
  }
}

.plan_list_img img {
  width: 100%;
}

.plan_list_title {
  margin-top: 32px;
  font-size: 20px;
  line-height: 1.6;
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .plan_list_title {
    font-size: 19px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .plan_list_title {
    text-align: center;
    font-size: 19px;
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .plan_list_title {
    text-align: center;
    font-size: 19px;
    margin-top: 10px;
  }
}

.plan_list_comment {
  margin-top: 36px;
  font-size: 16px;
  line-height: 2;
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .plan_list_comment {
    margin-top: 32px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .plan_list_comment {
    margin-top: 10px;
    line-height: 1.3;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .plan_list_comment {
    margin-top: 10px;
    line-height: 1.3;
  }
}

.news_title {
  font-size: 36px;
  margin-top: 20px;
  text-align: center;
}

.news-link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 46px;
}

.news-link-item {
  margin-right: 53px;
}

.news-link-item:last-child {
  margin-right: 0;
}

.active a {
  padding-bottom: 1px;
  border-bottom: 1px solid #000;
}

.news-wrap ul {
  display: none;
}

.news-wrap .show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .news-wrap .show {
    display: block;
  }
}

.news-card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 49px;
}

.news-card-item {
  width: calc(50% - 40px * 1 / 2);
  padding: 15px 10px;
}

@media (max-width: 767px) {
  .news-card-item {
    width: 100%;
  }
}

.news-card-item:nth-child(2n) {
  margin-left: 40px;
}

@media (max-width: 767px) {
  .news-card-item:nth-child(2n) {
    margin-left: 0;
  }
}

.news-card-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: #000;
}

@media (max-width: 767px) {
  .news-card-link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.news_item_img {
  width: 100px;
  height: 100px;
}

.news_item_img img {
  width: 100%;
  height: 100%;
}

.news_item_body {
  padding-left: 30px;
}

.news_item_date {
  font-size: 14px;
}

.news_item_text {
  margin-top: 10px;
}

.access {
  margin-top: 120px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .access_inner {
    padding: 0 30px;
  }
}

@media (max-width: 767px) {
  .access_inner {
    padding: 0 30px;
  }
}

.logo {
  text-align: center;
}

.access_title {
  font-size: 36px;
  margin-top: 20px;
  text-align: center;
}

.access_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 84px;
  padding-bottom: 70px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .access_wrap {
    display: block;
  }
}

@media (max-width: 767px) {
  .access_wrap {
    display: block;
    padding-bottom: 50px;
  }
}

.access_img {
  width: 70%;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .access_img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .access_img {
    width: 100%;
  }
}

.access_img img {
  width: 100%;
  height: 370px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767px) {
  .access_img img {
    height: 250px;
  }
}

.access_box {
  padding: 0  0 20px 83px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .access_box {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .access_box {
    padding: 0;
  }
}

.access_bold {
  font-weight: 600;
  margin-top: 20px;
}

.access_number {
  margin-top: 20px;
  line-height: 2;
}

.access_tel {
  margin-top: 20px;
}

.access_time {
  margin-top: 20px;
}

.access_description {
  margin-top: 20px;
  line-height: 2;
}

.access_map_inner {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.access_map_inner iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.footer {
  background: url(https://github.com/takayaaa/sample-ishi-kadan/blob/main/images/bg3.png?raw=true) no-repeat center center/cover;
  width: 100%;
  margin-top: 110px;
}

.footer_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer_item {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 18px;
  letter-spacing: 10px;
  margin-left: 34px;
}

.footer_item:first-child {
  margin-left: 0;
}

.footer_item a {
  text-decoration: none;
  color: #000;
}

.footer_logo {
  margin-top: 96px;
}

.footer_title {
  text-align: center;
  font-size: 32px;
  margin-top: 20px;
}

.footer_above {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 72px;
}

.footer_post {
  padding-right: 10px;
}

.footer_address {
  padding-left: 10px;
}

.footer_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 23px;
  margin-bottom: 60px;
}

.footer_tel {
  padding-right: 10px;
}

.footer_fax {
  padding-left: 10px;
}

.footer_black {
  background: black;
  padding: 23px 0;
}

.footer_copyright {
  font-size: 12px;
  text-align: center;
  color: #fff;
}
