@charset "UTF-8";
/* ==================================
= minins 
================================== */

/* ==================================
=  basic settings
================================== */
/* ==================================
= content 
================================== */
/*
#wrapper,
body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}

#content_wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  margin: 0 auto;
} */

/* ==================================
= footer 
================================== */
/*
#footer {
	
	background-color: #333;
	color: #fff;
	padding: 2rem;
	text-align: center;
	margin-top: auto;
	@media screen and (min-width: 768px) {
		min-width: 1240px;
	}
	@media screen and (max-width: 767px) {
		padding: 2rem 2rem get_vw(100);
	}

	a {
		color: #fff;
	}
	#copy_right {
		font-size: 1.2rem;
	}
}
*/
.footer {
  background: #ececea;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

#fnav {
  padding-bottom: 25px;
}

#footer p.pagetop {
  margin-right: 50px;
  float: right;
}

#fnav ul {
  padding-left: 2px;
  overflow: hidden;
  background-image: url(/img/line02.png);
  background-position: left;
  background-repeat: no-repeat;
}

#fnav ul li {
  display: block;
  padding: 2px 0px;
  float: left;
  background-image: url(/img/line02.png);
  background-position: right;
  background-repeat: no-repeat;
}

#fnav ul li a {
  padding: 0 1rem;
  font-size: 11px;
  text-decoration: none;
}

#footer address {
  display: block;
  margin-right: 48px;
  padding-bottom: 15px;
  text-align: right;
}

#footerCorp {
  margin: 0 0 2rem 0;
  padding: 1em;
  clear: both;
  font-size: 0.8rem;
  text-align: center;
}

#footerCorp iframe {
  width: 500px;
}

#footerCorp a {
  display: inline-block;
  padding: 1em 0;
}

#footerCorp p {
  margin: 0;
  padding: 0.64rem 0;
  font-size: 1.28rem;
  line-height: 20.8px;
}

#footerCorp p img {
  vertical-align: middle;
}

.global-nav {
  z-index: 300;
  position: fixed;
  /* これで隠れる */
  top: -1100px;
  right: 0px;
  bottom: 0;
  width: 42.5rem;
  /* スマホに収まるくらい */
  height: 100%;
  padding-top: 77px;
  overflow-y: auto;
  background-color: #fff;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  /* メニューが多くなったらスクロールできるように */
}

.hamburger {
  z-index: 300;
  position: fixed;
  top: 25px;
  right: 20px;
  width: 52px;
  /* クリックしやすいようにちゃんと幅を指定する */
  height: 52px;
  padding: 12px 0 0 12px;
  background-color: #fff;
  /* クリックしやすいようにちゃんと高さを指定する */
  cursor: pointer;
  opacity: 0.8;
}

.global-nav__list {
  margin: -20rem 0 0 0;
  margin: 0 2.3em 0 0;
  background: #fff;
  list-style: none;
}

.global-nav__item {
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  text-align: left;
}

.global-nav__list .button a img {
  transitional: all 0.5s ease !important;
  width: 48.5%;
  margin: 0 0.5em 0 0;
}

.global-nav__list .button a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

/*.global-nav__item:last-child {
	border-top: 1px solid #eee;
}*/
.global-nav__item a {
  display: block;
  color: #111;
  font-weight: bold;
  font-size: 2rem;
  text-decoration: none;
}

.global-nav__item a::before {
  padding-right: 0.5em;
  content: "\f105";
  color: #c7000b;
  font-family: "Font Awesome 5 Free";
}

.global-nav__item a:hover {
  background-color: #eee;
}

.hamburger__line {
  position: absolute;
  left: 11px;
  width: 30px;
  height: 4px;
  background-color: #111;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.hamburger__line--1 {
  top: 14px;
}

.hamburger__line--2 {
  top: 24px;
}

.hamburger__line--3 {
  top: 34px;
}

.black-bg {
  visibility: hidden;
  z-index: 100;
  z-index: 98;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

/* 表示された時用のCSS */
.nav-open .global-nav {
  top: 0;
}

.nav-open .black-bg {
  visibility: visible;
  opacity: 0.8;
}

.nav-open .hamburger {
  position: fixed;
}

.nav-open .hamburger__line--1 {
  top: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-open .hamburger__line--2 {
  left: 50%;
  width: 0;
}

.nav-open .hamburger__line--3 {
  top: 20px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.slider_css {
  overflow: hidden;
}

.slick-slide img {
  width: 100%;
}

.banner_covid {
  width: 100%;
  margin: 0 auto 3rem auto;
}

.banner_covid img {
  width: 48%;
}

.banner_covid a {
  margin: 0 0.5rem;
}

/*----------  gnav  ----------*/
.gnav {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#header__menu[data-drawer-menu="open"] .gnav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gnav li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

/* ==================================
= header 
================================== */

.top_header {
  height: 70px;
  font-size: 1.44rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.top_header img {
  display: inline-block;
  z-index: 1;
  position: relative;
  top: 2.4rem;
  width: 11%;
  margin: 0 0 0 2%;
  vertical-align: top;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.top_header .l02 {
  width: 19.2rem;
  margin: 0 0 0 1%;
}

.top_header ul,
.top_header ul li,
.top_header div {
  display: inline-block;
  height: 70px;
  vertical-align: top;
}

.top_header div {
  width: 24%;
  float: right;
  background: #c7000b;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .top_header div {
    width: 30%;
  }
}

.top_header div a {
  color: #fff;
}

.global-nav .global-nav__list .button {
  margin: 0 0 1rem 0;
  padding: 0 0 1.5rem 0;
  background: #c7000b;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}

.top_header ul li a,
.top_header div p,
.global-nav .global-nav__list .button p {
  display: block;
  margin: 0;
  padding: 2.56rem 0 0 0;
  line-height: 14.4px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.top_header div a:hover,
.global-nav .global-nav__list .button a:hover {
  opacity: 0.7;
}

.top_header p .contact:hover {
  color: #000;
}

.top_header ul li a:hover {
  color: #da0014;
}

.top_header ul {
  width: 46%;
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  text-align: right;
}

.top_header ul li {
  display: inline-table;
  padding: 0 2%;
}

.top_header div p i {
  margin: 0 1% 0 0;
}

.global-nav .global-nav__list .button p i {
  margin: 0 1% 0 0;
}

.top_header div p .tel {
  margin: 0 0 0 2%;
  padding: 0 2%;
  border-radius: 0.3rem;
  background: #fff;
  color: #c7000b;
  font-style: normal;
  font-weight: 700;
  font-family: catamaran, sans-serif;
}

.global-nav .global-nav__list .button p .tel {
  margin: 0 0 0 2%;
  padding: 0 2%;
  border-radius: 0.3rem;
  background: #fff;
  color: #c7000b;
  font-style: normal;
  font-weight: 700;
  font-family: catamaran, sans-serif;
}

.top_header div p .tel i {
  margin: 0 1% 0 0;
  font-size: 0.5rem;
}

.global-nav .global-nav__list .button p .tel i {
  margin: 0 1% 0 0;
  font-size: 1rem;
}

/* ==================================
= side bar 
================================== */
#sidebar {
  width: 300px;
  margin-left: 4rem;
  padding: 2rem;
  border-left: 1px solid #dedede;
}

/* ==================================
= sp contact 
================================== */
#sp_contact {
  z-index: 10;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 25.3333333333vw;
  padding: 3.4666666667vw 5.3333333333vw;
  background-color: #c41d24;
  color: #fff;
}

#sp_contact .bubble {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -15.4666666667vw;
  right: 5.8666666667vw;
  align-items: center;
  justify-content: center;
  width: 17.0666666667vw;
  min-height: 15.2vw;
  border-radius: 100%;
  font-weight: bold;
  font-size: 2.6666666667vw;
  line-height: 1.4;
  text-align: center;
  -webkit-filter: drop-shadow(0 1.0666666667vw 0 rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 1.0666666667vw 0 rgba(0, 0, 0, 0.2));
}

#sp_contact .bubble::before {
  right: 1.6vw;
  bottom: 0;
  width: 4.4133333333vw;
  height: 3.944vw;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220.51%22%20height%3D%2211.981%22%20viewBox%3D%220%200%2020.51%2011.981%22%3E%20%3Cpath%20id%3D%22sp_contact_bubble%22%20d%3D%22M504.039%2C209.112s2.274-6.553-9.547-10.743c0%2C0%2C12.73-.7%2C17.277%2C8.788Z%22%20transform%3D%22translate(512.484%20209.824)%20rotate(180)%22%20fill%3D%22%23f4901e%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% auto;
}

#sp_contact .label {
  position: relative;
  font-weight: bold;
  font-size: 3.2vw;
  line-height: 1.4166666667;
  letter-spacing: 0.72px;
}

#sp_contact .label.form,
#sp_contact .label.tel {
  padding-left: 5.3333333333vw;
}

#sp_contact .label.form::before,
#sp_contact .label.tel::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4.8vw;
  height: 4.8vw;
  margin: auto 0;
  content: "";
}

#sp_contact .label.form::before {
  background: url(../img/icon_form.svg) no-repeat;
  background-size: auto 100%;
}

#sp_contact .label.tel::before {
  background: url(../img/icon_phone.svg) no-repeat;
  background-size: auto 100%;
}

#sp_contact .contact__inr {
  position: relative;
}

#sp_contact .contact__title {
  margin-left: 11.7333333333vw;
  font-size: 4vw;
  line-height: 1.1333333333;
  letter-spacing: 2.25px;
}

#sp_contact .contact__navi {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "form tel";
  width: 68.8vw;
  margin-top: 4vw;
  gap: 10px;
}

#sp_contact .contact__navi .button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 9.6vw;
}

#sp_contact .contact__form {
  grid-area: form;
}

#sp_contact .contact__tel {
  grid-area: tel;
}

#sp_contact .contact__people {
  position: absolute;
  right: -5.8666666667vw;
  bottom: -4.2666666667vw;
}

#sp_contact .contact__people img {
  width: 31.2vw;
}

@media screen and (min-width: 768px) {
  .content_inr {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .gnav li {
    font-size: 1.2rem;
    letter-spacing: 0.84px;
  }
  .gnav li:not(:first-child) {
    margin-left: 2.9282576867%;
  }
  .gnav li.reserve {
    width: 100%;
    max-width: 230px;
  }
  .gnav li.reserve .button {
    width: 100%;
    min-height: 36px;
    font-weight: bold;
    font-size: 1.4rem;
    letter-spacing: 2.1px;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    padding-bottom: 37.3333333333vw;
  }
  .gnav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  #header__menu[data-drawer-menu="open"] .gnav {
    margin: 0 auto;
    background-color: #fff;
  }
  .gnav li {
    width: 83.7333333333vw;
    height: 21.3333333333vw;
    text-align: center;
  }
  .gnav li:not(:first-child) {
    border-top: 1px solid #e3e3e3;
  }
}

@media screen and (max-width: 959px) {
  #footer {
    margin: 0;
  }
  #footer p.pagetop {
    margin: 0 0 1rem 0;
    float: none;
    text-align: center;
  }
  #footerCorp {
    margin: 0;
  }
  #footerCorp iframe {
    width: 100%;
  }
  #footerCorp .logo {
    width: 100%;
  }
  .global-nav {
    bottom: 0;
    width: 100%;
  }
  .global-nav__list {
    width: 85%;
    margin: 0 auto;
    padding: 0;
  }
  .global-nav__item {
    margin: 0 auto;
  }
  .global-nav__list .button a {
    color: #fff;
  }
  .global-nav__list .button a img {
    width: 48.5%;
  }
  .nav-open .hamburger {
    position: fixed;
  }
  .hamburger {
    top: 0;
    right: 0;
  }
  .global-nav__item {
    padding: 5px 0;
  }
  .global-nav__item a {
    font-size: 4vw;
  }
  .hamburger__line {
    height: 2px;
  }
  .global-nav {
    padding-top: 60px;
  }
  .global-nav p {
    width: 100%;
    padding: 2.5rem 0 1rem;
  }
  .global-nav .global-nav__list .button {
    margin-bottom: 1.8rem;
    padding-bottom: 2.2rem;
  }
  .header {
    height: 60px;
  }
  .header_fixed {
    z-index: 100;
    position: fixed;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #fff;
  }
  .slider_css {
    /* height: 700px; */
  }
  .banner_covid img {
    width: 100%;
  }
  .banner_covid a {
    display: block;
    margin: 0 auto 1rem auto;
  }
  header .head_pc {
    display: none !important;
  }
  .top_header {
    min-width: unset;
  }
  .top_img .no1 {
    top: 74%;
    width: 100%;
  }
  .no1_box img {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
}

@media all and (-ms-high-contrast: none) {
  .gnav li.reserve .button {
    height: 36px;
  }
}

@media screen and (min-width: 960px) {
  header .head_sp {
    display: none !important;
  }
}

@media screen and (max-width: 1300px) {
  .top_header .l01 {
    top: 0;
    width: auto;
    width: auto;
    height: 70px;
    margin: 0;
  }
}

@media screen and (max-width: 1200px) {
  .top_header ul {
    width: 36%;
    margin: 0 0 0 3%;
    text-align: right;
  }
}

@media screen and (max-width: 1400px) {
  .top_header ul li {
    display: inline-table;
    padding: 0 1%;
  }
}
/*# sourceMappingURL=basic.css.map */
