@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  outline: none;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "Noto Serif JP", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "メイリオ", Meiryo, sans-serif;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 62.5%;
  vertical-align: baseline;
  background: transparent;
  color: #252525;
}

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

h2, h3, h4, h5 {
  letter-spacing: 0.05em;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  h2, h3, h4, h5 {
    font-size: 1.8rem;
  }
}

dd, dt {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  dd, dt {
    font-size: 1.3rem;
  }
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

strong {
  font-size: 1.25rem;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #000100;
  letter-spacing: 0.05em;
}
a:hover {
  opacity: 0.8;
  color: #000100;
  text-decoration: none;
}
a:focus {
  outline: inherit;
  outline-offset: inherit;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

span {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  span {
    font-size: 1.3rem;
  }
}

p {
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 1.3rem;
  }
}

input, select {
  vertical-align: middle;
}

textarea {
  width: 100%;
  padding: 5px;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border-style: none;
}

li {
  list-style: none;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  line-height: 1.8;
}

img.alignleft {
  text-align: left;
}

img.aligncenter {
  display: block;
  margin: 1px auto;
}

img.alignright {
  display: block;
  margin: 1px 1px 1px auto;
}

body {
  width: 100%;
  background-color: #000;
}

ul {
  padding-left: 0px;
}

.lb-dataContainer {
  padding-top: 8px !important;
}

.lb-caption {
  color: #fff;
}

.lb-data .lb-number {
  padding-top: 10px !important;
}

.content-width {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

#footerbody {
  width: 100%;
}
#footerbody table {
  table-layout: fixed;
}
#footerbody #footer1 {
  width: 100%;
}

.page-title {
  margin-bottom: 40px;
}
.page-title h2, .page-title h3 {
  font-size: 22px;
  font-weight: normal;
  text-align: left;
  color: #fff;
}

.com-btn {
  margin-bottom: 30px;
}
.com-btn a, .com-btn span {
  display: block;
  width: 75%;
  max-width: 250px;
  text-align: center;
  border: 1px solid #fff;
  margin: 0 auto;
  padding: 15px 0px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.18em;
}
.com-btn a span, .com-btn span span {
  color: #fff;
  font-size: 16px;
}

.tel-btn {
  margin-bottom: 30px;
}
.tel-btn a {
  display: block;
  width: 75%;
  max-width: 250px;
  text-align: center;
  border: 1px solid #fff;
  margin: 0 auto;
  padding: 15px 0px;
}
.tel-btn a span {
  color: #fff;
  font-size: 16px;
}
.tel-btn a span:after {
  content: "";
  width: 10px;
  height: 14px;
  background-image: url(../img/css/./img/css/tel.png);
  background-size: contain;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 8px;
}

.scroll-fade {
  opacity: 0;
  transform: translateY(40px);
  transition: all 1s;
}

.scroll-fade-txt {
  overflow: hidden;
}
.scroll-fade-txt strong {
  transform: translateY(100%);
  transition: all 0.5s ease;
  display: block;
}

.scroll-fade-txt--active strong {
  transform: translateY(0%);
}

.top .top-visual {
  position: relative;
}
.top .top-visual__visual {
  width: 100%;
  height: 100vh;
  min-height: 500px;
}
.top .top-visual__visual img {
  width: 100%;
  height: 100vh;
  min-height: 500px;
  object-fit: cover;
}
.top .top-visual-txt {
  position: absolute;
  left: 30px;
  bottom: 50px;
}
.top .top-visual-txt p {
  margin-bottom: 0px;
  color: #fff;
  font-size: 15px;
  line-height: 2;
  text-align: left;
  letter-spacing: 0.26em;
}
@media screen and (min-width: 600px) {
  .top .top-visual-txt p {
    font-size: 20px;
  }
}
.top .top-visual-logo {
  width: 50%;
  position: absolute;
  max-width: 120px;
  right: 50%;
  bottom: 50%;
  transform: translate(50%, 50%);
}
@media screen and (min-width: 600px) {
  .top .top-visual-logo {
    max-width: 200px;
  }
}
.top .sec01 {
  padding: 70px 0px 0px;
  background-color: #000;
  position: relative;
  overflow: hidden;
}
.top .sec01:before {
  position: absolute;
  width: 200px;
  height: 200px;
  background-image: url(../img/css/./img/css/icon-after.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  left: -80px;
  top: -50px;
  display: block;
}
.top .sec01 .tel-btn {
  position: relative;
  z-index: 2;
  margin-bottom: 70px;
}
.top .sec01 .sec01-list {
  position: relative;
  z-index: 2;
}
.top .sec01 .sec01-list li a {
  display: block;
  height: 200px;
  position: relative;
}
@media screen and (min-width: 600px) {
  .top .sec01 .sec01-list li a {
    height: 300px;
  }
}
.top .sec01 .sec01-list li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top .sec01 .sec01-list li a span {
  width: 100%;
  display: block;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  letter-spacing: 0.34em;
  color: #fff;
  font-size: 20px;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .top .sec01 .sec01-list li a span {
    font-size: 30px;
  }
}
.top .sec01 .sec01-list li a span strong {
  color: #fff;
  font-size: 20px;
  font-weight: normal;
}
.top .sec01 .sec01-list li a p {
  margin: 0px;
  width: 100%;
  left: 0px;
  bottom: 15px;
  font-size: 10px;
  position: absolute;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .top .sec01 .sec01-list li a p {
    font-size: 15px;
  }
}
.top .sec02 {
  padding-top: 80px;
  position: relative;
  overflow: hidden;
}
.top .sec02:before {
  position: absolute;
  width: 120px;
  height: 120px;
  background-image: url(../img/css/./img/css/icon-after.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  right: -20px;
  top: -20px;
  display: block;
}
.top .sec02-wrap {
  display: flex;
  align-items: center;
}
.top .sec02-wrap-txt {
  width: 65%;
  padding-right: 15px;
}
.top .sec02-wrap-txt span {
  font-size: 13px;
  display: block;
  border-bottom: 1px solid #fff;
  color: #fff;
  text-align: left;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
@media screen and (min-width: 600px) {
  .top .sec02-wrap-txt span {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
.top .sec02-wrap-txt h3 {
  font-size: 20px;
  color: #fff;
  text-align: left;
  margin-bottom: 15px;
  letter-spacing: 0.32em;
  font-weight: normal;
}
@media screen and (min-width: 600px) {
  .top .sec02-wrap-txt h3 {
    margin-bottom: 30px;
    font-size: 24px;
  }
}
.top .sec02-wrap-txt p {
  color: #fff;
  text-align: left;
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 600px) {
  .top .sec02-wrap-txt p {
    font-size: 15px;
    line-height: 2;
  }
}
.top .sec02-wrap-img {
  width: 35%;
  z-index: 2;
  position: relative;
}
.top .sec03 {
  padding-top: 80px;
  position: relative;
  overflow: hidden;
}
.top .sec03:before {
  position: absolute;
  width: 135px;
  height: 135px;
  background-image: url(../img/css/./img/css/icon-after.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  left: -25px;
  top: 20px;
  display: block;
}
.top .sec03 .page-title {
  position: relative;
  z-index: 2;
}
.top .sec03 .news-list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.top .sec03 .news-list:before {
  position: absolute;
  width: 145px;
  height: 145px;
  background-image: url(../img/css/./img/css/icon-after.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  right: -25px;
  bottom: -80px;
  display: block;
  z-index: -1;
}
.top .sec03 .news-list__col {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 30px;
}
.top .sec03 .news-list__col:nth-child(2n) {
  margin-right: 0px;
}
.top .sec03 .news-list__col__img {
  margin-bottom: 15px;
}
.top .sec03 .news-list__col__img img {
  width: 100%;
  object-fit: cover;
  height: 33.6vw;
}
.top .sec03 .news-list__col time {
  display: block;
  color: #fff;
  font-size: 10px;
  text-align: left;
  margin-bottom: 5px;
}
.top .sec03 .news-list__col h3 {
  font-size: 13px;
  color: #fff;
  text-align: left;
  line-height: 2;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.top .sec03 .com-btn {
  position: relative;
  z-index: 3;
}
.top .sec04 {
  margin-bottom: 80px;
  padding-top: 80px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.top .sec04:before {
  position: absolute;
  width: 120px;
  height: 120px;
  background-image: url(../img/css/./img/css/icon-after.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  left: -25px;
  top: 170px;
  display: block;
  z-index: -1;
}
.top .sec04 p {
  font-size: 13px;
  color: #fff;
  line-height: 2;
  text-align: left;
}
.top .sec04 p span {
  font-size: 17px;
  color: #fff;
}
.top .sec04-map {
  text-align: left;
  margin-bottom: 30px;
}
.top .sec04-map img {
  width: 100%;
  max-width: 200px;
}
@media screen and (min-width: 600px) {
  .top .sec04-map img {
    max-width: 300px;
  }
}

.archive {
  padding-top: 120px;
  margin-bottom: 80px;
  position: relative;
  overflow: hidden;
}
.archive:before {
  position: absolute;
  width: 200px;
  height: 200px;
  background-image: url(../img/css/./img/css/icon-after.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  right: -60px;
  top: 50px;
  z-index: -1;
  display: block;
}
.archive:after {
  position: absolute;
  width: 200px;
  height: 200px;
  background-image: url(../img/css/./img/css/icon-after.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  left: -60px;
  bottom: 50px;
  z-index: -1;
  display: block;
}
.archive-wrap {
  margin-bottom: 40px;
}
.archive-wrap h1 {
  font-size: 22px;
  font-weight: normal;
  letter-spacing: 0.3em;
  color: #fff;
  text-align: left;
  margin-bottom: 30px;
  border-bottom: 1px solid #fff;
  padding-bottom: 25px;
}
@media screen and (min-width: 600px) {
  .archive-wrap h1 {
    font-size: 24px;
  }
}
.archive-wrap p {
  font-size: 11px;
  color: #fff;
  text-align: left;
  line-height: 2;
}
@media screen and (min-width: 600px) {
  .archive-wrap p {
    font-size: 15px;
  }
}
.archive .news-list {
  display: flex;
  flex-wrap: wrap;
}
.archive .news-list__col {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 30px;
}
.archive .news-list__col:nth-child(2n) {
  margin-right: 0px;
}
.archive .news-list__col__img {
  margin-bottom: 15px;
}
.archive .news-list__col__img img {
  width: 100%;
  object-fit: cover;
  height: 33.6vw;
}
.archive .news-list__col time {
  display: block;
  color: #fff;
  font-size: 10px;
  text-align: left;
  margin-bottom: 5px;
}
.archive .news-list__col h3 {
  font-size: 13px;
  color: #fff;
  text-align: left;
  line-height: 2;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.archive .pagenation {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
.archive .pagenation span, .archive .pagenation a {
  width: 30px;
  font-size: 13px;
  border: 1px solid #363636;
  color: #363636;
  margin-right: 10px;
  padding: 12px 0px;
  display: block;
}
.archive .pagenation span:last-child, .archive .pagenation a:last-child {
  margin-right: 0px;
}
.archive .pagenation .current {
  background-color: #000;
  color: #fff;
  border: 1px solid #fff;
}
.archive .pagenation .next {
  background-size: 7px, 13px;
  background-position: center;
  background-repeat: no-repeat;
}
.archive .pagenation .prev {
  background-size: 7px, 13px;
  background-position: center;
  background-repeat: no-repeat;
}

.single {
  padding-top: 120px;
}
.single-wrap {
  position: relative;
  overflow: hidden;
}
.single-wrap:before {
  position: absolute;
  width: 200px;
  height: 200px;
  background-image: url(../img/css/./img/css/icon-after.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  right: -60px;
  top: 50px;
  z-index: -1;
  display: block;
}
.single-wrap:after {
  position: absolute;
  width: 200px;
  height: 200px;
  background-image: url(../img/css/./img/css/icon-after.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  left: -60px;
  bottom: 50px;
  z-index: -1;
  display: block;
}
.single-wrap .single-wrap-img {
  width: 100%;
  margin-bottom: 20px;
}
.single-wrap time {
  font-size: 13px;
  color: #888888;
  display: block;
  text-align: left;
  margin-bottom: 20px;
}
.single-wrap h1 {
  font-size: 20px;
  color: #fff;
  text-align: left;
  font-weight: normal;
  margin-bottom: 30px;
  line-height: 1.8;
}
.single-wrap-content {
  font-size: 13px;
  color: #fff;
  line-height: 1.8;
  text-align: left;
}
.single-wrap-content p, .single-wrap-content span, .single-wrap-content a {
  color: #fff;
  text-align: left;
  font-size: 13px;
  line-height: 1.8;
}
.single-wrap-content strong {
  font-size: 15px;
  color: #fff;
  text-align: left;
  line-height: 1.8;
}
.single-wrap-content a {
  text-decoration: underline;
}
.single .single-link {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
.single .single-link li {
  margin-right: 70px;
}
.single .single-link li:last-child {
  margin-right: 0px;
}
.single .single-link li a {
  color: #fff;
  font-size: 13px;
}

.page {
  padding-top: 120px;
  position: relative;
  overflow: hidden;
}
.page:before {
  position: absolute;
  width: 200px;
  height: 200px;
  background-image: url(../img/css/./img/css/icon-after.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  right: -60px;
  top: 200px;
  z-index: -1;
  display: block;
}
.page:after {
  position: absolute;
  width: 120px;
  height: 120px;
  background-image: url(../img/css/./img/css/icon-after.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  left: -60px;
  bottom: 150px;
  z-index: -1;
  display: block;
}
.page .attention {
  font-size: 11px;
  line-height: 1.5;
  color: #fff;
  text-align: left;
  letter-spacing: 0.18em;
}
@media screen and (min-width: 600px) {
  .page .attention {
    font-size: 13px;
    margin-top: 20px;
  }
}
.page .page-btn {
  margin-bottom: 10px;
}
.page .page-btn a, .page .page-btn span {
  display: block;
  width: 100%;
  max-width: 360px;
  text-align: center;
  border: 1px solid #fff;
  margin: 0 auto;
  padding: 15px 0px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.18em;
}
.page .page-btn a span, .page .page-btn span span {
  color: #fff;
  font-size: 16px;
}

.info .sec01-bnr {
  border: 1px solid #fff;
  padding: 10px 5px;
  font-size: 10px;
  text-align: center;
  color: #fff;
  line-height: 2;
  letter-spacing: -0.05em;
  margin-bottom: 50px;
}
.info .sec01-bnr strong {
  font-size: 15px;
  color: #fff;
  letter-spacing: 0.18em;
}
.info .sec01-bnr span {
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.18em;
}
@media screen and (min-width: 600px) {
  .info .sec01-bnr span {
    font-size: 15px;
  }
}
.info .sec01-wrap {
  padding: 0px 10px;
  margin-bottom: 60px;
}
.info .sec01-wrap-title {
  margin-bottom: 20px;
}
.info .sec01-wrap-title h1 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 0px;
  border-bottom: 1px solid #fff;
  text-align: left;
  padding-bottom: 20px;
  font-weight: normal;
  letter-spacing: 0.3em;
}
.info .sec01-wrap h2 {
  color: #fff;
  text-align: left;
  margin-bottom: 30px;
  line-height: 1.8;
  font-size: 14px;
  letter-spacing: 0.2em;
  font-weight: normal;
}
.info .sec01-wrap p {
  color: #fff;
  font-size: 11px;
  line-height: 2.2;
  text-align: left;
  letter-spacing: 0.14em;
}
.info .sec01-img {
  padding: 0px 10px;
  margin-bottom: 60px;
}
.info .sec01-img ul {
  display: flex;
  flex-wrap: wrap;
}
.info .sec01-img ul li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 4%;
}
.info .sec01-img ul li:nth-child(2n) {
  margin-right: 0px;
}
.info .sec02 {
  margin-bottom: 60px;
}
.info .sec02 .content-width {
  border-bottom: 1px solid #fff;
}
.info .sec02-wrap {
  padding: 0px 10px;
}
.info .sec02 ul {
  display: flex;
  flex-wrap: wrap;
}
.info .sec02 ul li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 20px;
}
.info .sec02 ul li:nth-child(2n) {
  margin-right: 0px;
}
.info .sec02 ul li p {
  text-align: center;
  color: #fff;
  letter-spacing: 0.26em;
  font-size: 14px;
  margin: 10px 0px 10px;
}
.info .sec03 {
  margin-bottom: 60px;
}
.info .sec03-img {
  display: flex;
  flex-wrap: wrap;
}
.info .sec03-img li {
  width: 100%;
}
.info .sec03-img li p {
  color: #fff;
  letter-spacing: 0.24em;
  margin-top: 10px;
  margin-bottom: 20px;
}
.info .sec03 .sec03-bg-img {
  width: 100%;
  margin-top: 50px;
}
.info .sec03 .sec03-wrap {
  margin-bottom: 30px;
}
.info .sec03-google {
  width: 100%;
  height: 230px;
  margin-bottom: 50px;
}
@media screen and (min-width: 600px) {
  .info .sec03-google {
    height: 400px;
  }
}
.info .sec03-google iframe {
  width: 100%;
  height: 100%;
}
.info .sec03-txt h2 {
  text-align: left;
  color: #fff;
  font-size: 21px;
  letter-spacing: 0.34em;
  font-weight: normal;
  margin-bottom: 30px;
}
.info .sec03-txt p {
  text-align: left;
  color: #fff;
  line-height: 1.8;
  margin-bottom: 20px;
}
.info .sec03-txt span {
  color: #fff;
  letter-spacing: 0.24em;
  text-align: left;
  font-size: 17px;
  display: block;
  margin-bottom: 20px;
  font-weight: normal;
}
.info .sec03-txt__img {
  text-align: left;
  margin-bottom: 40px;
}
.info .sec03-txt__img img {
  width: 185px;
}
@media screen and (min-width: 600px) {
  .info .sec03-txt__img img {
    width: 300px;
  }
}

.shidashi .shidahi-title h2 {
  color: #fff;
  text-align: left;
  margin-bottom: 50px;
  font-size: 20px;
  letter-spacing: 0.2em;
  position: relative;
}
.shidashi .shidahi-title h2:after {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 75%;
  height: 1px;
  background-color: #fff;
  display: block;
  content: "";
}
.shidashi .shidahi-title .large:after {
  width: calc(100% - 90px);
}
.shidashi .shidahi-title .small:after {
  width: calc(100% - 270px);
}
.shidashi .sec01 {
  margin-bottom: 60px;
}
.shidashi .sec01 .sec01-wrap {
  margin-bottom: 30px;
}
.shidashi .sec01-txt {
  padding: 0px 10px;
}
.shidashi .sec02 {
  margin-bottom: 40px;
}
.shidashi .sec02-wrap {
  display: flex;
  flex-wrap: wrap;
}
.shidashi .sec02-wrap-col {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 4%;
}
.shidashi .sec02-wrap-col:nth-child(2n) {
  margin-right: 0px;
}
.shidashi .sec02-wrap-col__img {
  margin-bottom: 15px;
}
.shidashi .sec02-wrap-col h3 {
  font-size: 12px;
  text-align: left;
  color: #fff;
  margin-bottom: 10px;
  letter-spacing: 0.14em;
  line-height: 1.8;
}
@media screen and (min-width: 600px) {
  .shidashi .sec02-wrap-col h3 {
    font-size: 15px;
  }
}
.shidashi .sec02-wrap-col h3:before {
  content: "○";
}
.shidashi .sec02-wrap-col span {
  display: block;
  text-align: left;
  font-size: 10px;
  text-align: left;
  letter-spacing: 0.14em;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 9px;
  padding: 0px;
}
@media screen and (min-width: 600px) {
  .shidashi .sec02-wrap-col span {
    font-size: 13px;
  }
}
.shidashi .sec02-wrap-col p {
  font-size: 12px;
  text-align: left;
  letter-spacing: 0.14em;
  color: #fff;
}
@media screen and (min-width: 600px) {
  .shidashi .sec02-wrap-col p {
    font-size: 15px;
  }
}
.shidashi .sec03 {
  margin-bottom: 30px;
}
.shidashi .sec04 {
  margin-bottom: 80px;
}
.shidashi .sec04 ul {
  margin-bottom: 40px;
}
.shidashi .sec04 ul li .desc {
  color: #fff;
  font-size: 10px;
  display: block;
  padding-left: 15px;
  letter-spacing: 0.14em;
}
@media screen and (min-width: 600px) {
  .shidashi .sec04 ul li .desc {
    font-size: 13px;
  }
}
.shidashi .sec04 ul li .name {
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.14em;
  position: relative;
}
@media screen and (min-width: 600px) {
  .shidashi .sec04 ul li .name {
    font-size: 16px;
  }
}
.shidashi .sec04 ul li .name:before {
  content: "○";
}
.shidashi .sec04 ul li .price {
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.14em;
}
.shidashi .sec04 ul li .price:before {
  content: "・・・・・・・・・・・・・";
}
@media screen and (min-width: 600px) {
  .shidashi .sec04 ul li .price {
    font-size: 16px;
  }
}
.shidashi .sec04 ul li .price-large {
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.14em;
}
.shidashi .sec04 ul li .price-large:before {
  content: "・・・・";
}
@media screen and (min-width: 600px) {
  .shidashi .sec04 ul li .price-large {
    font-size: 16px;
  }
}
.shidashi .sec04 ul li .small-desc {
  font-size: 10px;
  color: #fff;
  letter-spacing: 0.14em;
}
@media screen and (min-width: 600px) {
  .shidashi .sec04 ul li .small-desc {
    font-size: 13px;
  }
}
.shidashi .sec04 .sec04-desc {
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.14em;
}
@media screen and (min-width: 600px) {
  .shidashi .sec04 .sec04-desc {
    font-size: 16px;
  }
}

.rest .sec01-bnr {
  border: 1px solid #fff;
  padding: 10px 5px;
  font-size: 10px;
  text-align: center;
  color: #fff;
  line-height: 2;
  letter-spacing: -0.05em;
  margin-bottom: 50px;
}
@media screen and (min-width: 600px) {
  .rest .sec01-bnr {
    font-size: 13px;
  }
}
.rest .sec01-bnr strong {
  font-size: 15px;
  color: #fff;
  letter-spacing: 0.18em;
}
@media screen and (min-width: 600px) {
  .rest .sec01-bnr strong {
    font-size: 18px;
  }
}
.rest .sec01-bnr span {
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.18em;
}
@media screen and (min-width: 600px) {
  .rest .sec01-bnr span {
    font-size: 15px;
  }
}
.rest .sec01-wrap {
  padding: 0px 5px;
  margin-bottom: 60px;
}
.rest .sec01-wrap-title {
  margin-bottom: 20px;
}
.rest .sec01-wrap-title h1 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 0px;
  border-bottom: 1px solid #fff;
  text-align: left;
  padding-bottom: 20px;
  font-weight: normal;
  letter-spacing: 0.3em;
}
.rest .sec01-wrap h2 {
  color: #fff;
  text-align: left;
  margin-bottom: 30px;
  line-height: 1.8;
  font-size: 14px;
  letter-spacing: 0.2em;
  font-weight: normal;
}
.rest .sec01-wrap p {
  color: #fff;
  font-size: 11px;
  line-height: 2.2;
  text-align: left;
  letter-spacing: 0.14em;
}
@media screen and (min-width: 600px) {
  .rest .sec01-wrap p {
    font-size: 15px;
  }
}
.rest .sec01-img {
  padding: 0px 10px;
  margin-bottom: 60px;
}
.rest .sec01-img ul {
  display: flex;
  flex-wrap: wrap;
}
.rest .sec01-img ul li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 4%;
}
.rest .sec01-img ul li:nth-child(2n) {
  margin-right: 0px;
}
.rest .sec01-img ul li img {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .rest .sec01-img ul li {
    width: 32%;
    margin-right: 2%;
  }
  .rest .sec01-img ul li:nth-child(2n) {
    margin-right: 2%;
  }
  .rest .sec01-img ul li:nth-child(3n) {
    margin-right: 0px;
  }
}

.header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 10;
  /* ハンバーガーメニュー　設定 */
}
.header-wrap__logo {
  text-align: left;
  padding: 15px 20px;
  position: relative;
  z-index: 122;
}
.header-wrap__logo img {
  width: 45px;
}
.header #drawer-checkbox {
  display: none;
}
.header #drawer-icon {
  cursor: pointer;
  display: block;
  position: relative;
  z-index: 1001;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.header #drawer-icon span {
  background: #fff;
  display: block;
  position: absolute;
  transition: all 0.3s linear;
  height: 3px;
  z-index: 1000;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 1.5px;
}
@media screen and (min-width: 600px) {
  .header #drawer-icon span {
    width: 40px;
  }
}
.header #drawer-icon span::before {
  -webkit-transform: rotate(0);
  background: #fff;
  content: "";
  display: block;
  left: 50%;
  margin: -8% 0 0 -50%;
  position: absolute;
  top: 0%;
  transform: rotate(0);
  transition: all 0.3s linear;
  margin-top: -10px;
  width: 40px;
  height: 1.5px;
}
@media screen and (min-width: 600px) {
  .header #drawer-icon span::before {
    margin-top: -10px;
    width: 40px;
  }
}
.header #drawer-icon span::after {
  -webkit-transform: rotate(0);
  background: #fff;
  content: "";
  display: block;
  left: 0%;
  position: absolute;
  top: 0%;
  transform: rotate(0);
  transition: all 0.3s linear;
  margin-top: 10px;
  width: 40px;
  height: 1.5px;
}
@media screen and (min-width: 600px) {
  .header #drawer-icon span::after {
    margin-top: 10px;
    width: 40px;
  }
}
.header .header-wrap__hum {
  position: absolute;
  right: 25px;
  top: 18px;
  width: 35px;
  height: 35px;
}
.header #drawer-checkbox:checked ~ #drawer-close {
  display: block;
  opacity: 0.85;
}
.header #drawer-close {
  display: none;
  position: fixed;
  z-index: 120;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.header #drawer-checkbox:checked ~ #drawer-icon {
  top: 2px;
}
@media screen and (min-width: 1200px) {
  .header #drawer-checkbox:checked ~ #drawer-icon {
    left: inherit;
    width: 20px;
    right: 30px !important;
    position: fixed;
    top: 30px !important;
    height: 30px;
  }
}
.header #drawer-checkbox:checked ~ #drawer-icon span {
  background: rgba(51, 51, 51, 0);
}
.header #drawer-checkbox:checked ~ #drawer-icon span:before {
  content: "";
  display: block;
  height: 100%;
  margin: -8% 0 0 -42%;
  position: absolute;
  top: 50%;
  width: 100%;
  left: 11px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (min-width: 600px) {
  .header #drawer-checkbox:checked ~ #drawer-icon span:before {
    left: 12px;
  }
}
.header #drawer-checkbox:checked ~ #drawer-icon span:after {
  content: "";
  display: block;
  height: 100%;
  margin: -8% 0 0 -42%;
  position: absolute;
  top: 50%;
  width: 100%;
  left: 11px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (min-width: 600px) {
  .header #drawer-checkbox:checked ~ #drawer-icon span:after {
    left: 12px;
  }
}
.header #drawer-checkbox:checked ~ #drawer-content {
  transform: translateX(0);
  width: 100%;
  display: block;
  right: 0px;
}
.header #drawer-checkbox:checked ~ #drawer-content ul li a {
  transform: translateY(0) !important;
}
.header #drawer-checkbox:checked ~ #drawer-content .tel-btn a {
  transform: translateY(0) !important;
}
.header #drawer-content {
  overflow: auto;
  position: fixed;
  overflow: hidden;
  top: 0px;
  right: 0px;
  width: 100%;
  z-index: 121;
  transform: translateX(100%);
}
.header #drawer-content .drawer-content-wrap {
  position: relative;
  height: 100vh;
  padding: 90px 0px 0px;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
}
.header #drawer-content .drawer-content-wrap ul {
  margin-bottom: 30px;
}
.header #drawer-content .drawer-content-wrap ul li {
  overflow: hidden;
  text-align: center;
  margin-bottom: 15px;
}
.header #drawer-content .drawer-content-wrap ul li a {
  color: #fff;
  transform: translateY(100%);
  transition: all 0.5s ease;
  transition-delay: 0.1s;
  font-size: 15px;
  letter-spacing: 0.2em;
  display: block;
}
.header #drawer-content .drawer-content-wrap .tel-btn {
  overflow: hidden;
}
.header #drawer-content .drawer-content-wrap .tel-btn a {
  transform: translateY(100%);
  transition: all 0.5s ease;
  transition-delay: 0.1s;
}

.footer {
  position: relative;
  overflow: hidden;
}
.footer:after {
  position: absolute;
  width: 200px;
  height: 200px;
  background-image: url(../img/css/./img/css/icon-after.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  right: -60px;
  top: 5px;
  z-index: -1;
  display: block;
}
.footer-wrap {
  display: flex;
  border-top: 1px solid #fff;
  padding: 60px 10px;
}
.footer-wrap__menu {
  width: calc(50% - 50px);
}
.footer-wrap__menu ul li {
  margin-bottom: 5px;
}
.footer-wrap__menu ul li a {
  text-align: left;
  display: block;
  color: #fff;
  font-size: 14px;
}
@media screen and (min-width: 600px) {
  .footer-wrap__menu ul li a {
    font-size: 16px;
  }
}
.footer-wrap__logo {
  width: 100px;
}
.footer .copyright {
  font-size: 11px;
  text-align: center;
  background-color: #fff;
  padding: 15px 0px;
}
