@charset "utf-8";
/* CSS Document */
*, *:before, *:after {
  box-sizing: border-box;
}
* {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  vertical-align: baseline;
}
.banner_sp {
  display: none;
}
.sp {
  display: none;
}
body {
  background-color: #e9e2d9;
  background-image: url("//image.sousou.co.jp/other/lecoq/2023/a/images/common/230828_test_noiz5.png");
  background-size: 200px 200px;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "游明朝体", "游明朝", "serif";
  font-weight: normal;
}
a:hover {
  opacity: .6;
}
.u-fadein {
  transition: opacity .5s .2s;
}
.u-fadein.-is-active {
  opacity: 1;
}
.btn_sp_navi_wrap {
  opacity: 1;
}
.banner_pc {
  max-width: 1320px;
  margin-bottom: 100px;
}
.banner img {
  width: 700px;
  height: auto;
}
.coordinate_page_top {
  width: 100%;
  text-align: center;
  margin-bottom: 35px;
}
.logo img {
  width: 488px;
  height: auto;
  margin: 150px 0 55px 0;
}
h1 {
  font-family: "Bodoni Moda";
  color: #222222;
  font-size: 2.375rem;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
.reserve_date {
  font-family: "Bodoni Moda";
  color: #222222;
  font-size: 2.25rem;
  letter-spacing: 0.1em;
}
.date_small {
  font-family: "Montserrat" !important;
  color: #222222;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
}
.date_small_to {
  font-family: "Montserrat" !important;
  color: #222222;
  font-size: 0.8125rem;
  border-bottom: 1px solid #555;
  letter-spacing: 0.1em;
  margin: 0 8px 0 8px;
  position: relative;
  top: -6px;
}
.tokuten_about {
  font-size: 1.25rem;
  color: #222222;
  letter-spacing: 0.1em;
  margin-top: -10px;
}
.tokuten_about .red {
  font-family: "Montserrat" !important;
  color: #db3831;
  font-size: 2.625rem;
  margin-left: 10px;
}
.tokuten_about .red_small {
  font-family: "Montserrat" !important;
  color: #db3831;
  font-size: 1.375rem;
}
.coordinate_wrapper {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto 100px;
  padding-top: 100px;
}
.p-sectionHeader {
  margin-bottom: 10px;
}
.category_title {
  width: 85%;
  margin: 0 auto;
}
.yellow {
  color: #deba3b;
}
.blue {
  color: #57a4b2;
}
.orange {
  color: #d9834e;
}
.green {
  color: #2e6c2c;
}
.image_container {
  width: 100%;
  max-width: 1920px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
}
.image_inner {
  width: 19.792%;
  margin: 2px;
}
.image_inner img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.image_container::before {
  content: "";
  display: block;
  width: 19.7%;
  margin: 2px;
  order: 1;
}
.image_container::after {
  content: "";
  display: block;
  margin: 2px;
  width: 19.7%;
}
.top_link {
  display: block;
  font-size: 1.25rem;
  text-align: center;
  margin: 300px auto 150px;
}
.top_link a {
  color: #222222 !important;
}
.top_link span {
  text-decoration: underline 1px;
}
@media only screen and (max-width: 1024px) {
  .sp {
    display: none;
  }
  .banner_sp {
    display: none;
  }
  .banner_pc {
    max-width: 1024px;
    margin-bottom: 90px;
  }
  .banner img {
    width: 600px;
    height: auto;
  }
  .coordinate_page_top {
    margin-bottom: 50px;
  }
  .logo img {
    width: 440px;
    height: auto;
    margin: 140px 0 50px 0;
  }
  .tokuten_about {
	margin-top: -12px;
  }
  .coordinate_wrapper {
	padding-top: 80px;
    margin-bottom: 100px;
  }
  .coordinate_wrapper:last-child {
    margin-bottom: 0px;
  }
  .p-sectionHeader {
    margin-bottom: 8px;
  }
  .category_title {
    width: 90%;
    max-width: 1024px;
  }
  .image_container {
    width: 100%;
    max-width: 1024px;
  }
  .image_container::before {
    content: "";
    display: block;
    width: 24%;
    order: 1;
  }
  .image_container::after {
    content: "";
    display: block;
    width: 24%;
  }
  .image_inner {
    width: 24.48%;
    margin: 2px;
  }
  .top_link {
	display: block;
	font-size: 1.25rem;
	text-align: center;
	margin: 200px auto 100px;
	}
}
@media only screen and (max-width: 599px) {
  .sp {
    display: block;
  }
  .banner_pc {
    display: none;
  }
  .banner_sp {
    display: block;
  }
  .image_inner_empty {
    display: none;
  }
  .banner_sp {
    max-width: 599px;
    margin: 60px 0;
  }
  .banner img {
    width: 300px;
    height: auto;
  }
  .coordinate_page_top {
    margin-bottom: 60px;
  }
  .logo img {
    width: 290px;
    height: auto;
    margin: 120px 0 40px 0;
  }
  h1 {
    font-family: "Bodoni Moda";
    color: #222222;
    font-size: 1.875rem;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
  }
  .reserve_date {
    font-size: 1.625rem;
    letter-spacing: 0.1em;
  }
  .date_small {
    font-family: "Montserrat" !important;
    color: #222222;
    font-size: 0.875rem;
    letter-spacing: 0.1em;
  }
  .date_small_to {
    font-family: "Montserrat" !important;
    color: #222222;
    font-size: 0.75rem;
    letter-spacing: 0.1em;
  }
  .tokuten_about {
    font-size: 1.0625rem;
    color: #222222;
    letter-spacing: 0.1em;
	margin-top: -5px;
  }
  .tokuten_about .red {
    font-family: "Montserrat" !important;
    color: #db3831;
    font-size: 2rem;
  }
  .tokuten_about .red_small {
    font-family: "Montserrat" !important;
    color: #db3831;
    font-size: 1.0625rem;
  }
  .coordinate_wrapper {
	padding-top: 40px;
    margin-bottom: 110px;
  }
  .coordinate_wrapper:last-child {
    margin-bottom: 0px;
  }
  .p-sectionHeader {
    margin-bottom: 15px;
  }
  .image_container {
    width: 100%;
    max-width: inherit;
    justify-content: space-between;
  }
  .image_container::after {
    content: "";
    display: block;
    width: 24%;
  }
  .image_inner {
    width: 32.8%;
    margin: 0 0 2px;
  }
  .top_link {
    font-size: 1.125rem;
	margin: 160px auto 80px;
  }
}