#site-wrap {
  clear: both;
  position: relative;
}
@media screen and (max-width: 999px) {
  #site-wrap {
    margin: 62px 0 0 0;
  }
}

header.site-head {
  display: flex;
  align-items: center;
  padding: 25px 20px;
}
@media screen and (max-width: 999px) {
  header.site-head {
    display: none;
  }
}
header.site-head .logo-block {
  width: 235px;
}
header.site-head .logo-block h1 a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.site-head .logo-block h1 a:hover {
  opacity: 0.7;
}
header.site-head .logo-block h1 a img {
  width: 100%;
}
header.site-head .global-navigation {
  width: calc(100% - 235px);
  padding: 0 0 0 32px;
  box-sizing: border-box;
}
header.site-head .global-navigation .navi-global ul {
  display: flex;
}
header.site-head .global-navigation .navi-global ul li {
  border-left: 1px solid #c7c7c7;
}
header.site-head .global-navigation .navi-global ul li:last-of-type {
  border-right: 1px solid #c7c7c7;
}
header.site-head .global-navigation .navi-global ul li a {
  display: inline-block;
  line-height: 1.25;
  font-size: 16px;
  color: #000000;
  padding: 5px 22px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.site-head .global-navigation .navi-global ul li a:hover {
  background: #efefef;
}

.site-head-sp {
  display: block;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
}
@media screen and (min-width: 1000px) {
  .site-head-sp {
    display: none;
  }
}
.site-head-sp .header-innner-sp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px;
  padding: 15px;
  background: #ffffff;
  border-bottom: 1px solid #dddddd;
}
.site-head-sp .header-innner-sp .site-logo-sp img {
  width: 100%;
  max-width: 200px;
}
.site-head-sp .header-innner-sp .site-navi-icon {
  width: 30px;
}
.site-head-sp .header-innner-sp .site-navi-icon .menu-trigger {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 26px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-head-sp .header-innner-sp .site-navi-icon .menu-trigger span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #aaaaaa;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-head-sp .header-innner-sp .site-navi-icon .menu-trigger span:nth-of-type(1) {
  top: 0px;
}
.site-head-sp .header-innner-sp .site-navi-icon .menu-trigger span:nth-of-type(2) {
  top: 12px;
}
.site-head-sp .header-innner-sp .site-navi-icon .menu-trigger span:nth-of-type(3) {
  bottom: 0px;
}
.site-head-sp .header-innner-sp .site-navi-icon .menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(12px) rotate(-45deg);
  transform: translateY(12px) rotate(-45deg);
}
.site-head-sp .header-innner-sp .site-navi-icon .menu-trigger.active span:nth-of-type(2) {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}
.site-head-sp .header-innner-sp .site-navi-icon .menu-trigger.active span:nth-of-type(3) {
  opacity: 0;
}
.site-head-sp .site-nav-sp {
  display: none;
  width: 100%;
  height: calc(100vh - 66px);
  background: rgba(255, 255, 255, 0.95);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  font-family: "Roboto", sans-serif;
}
.site-head-sp .site-nav-sp .sns-list {
  padding: 10px;
}
.site-head-sp .site-nav-sp .sns-list ul {
  display: flex;
  justify-content: center;
}
.site-head-sp .site-nav-sp .sns-list ul li a {
  text-decoration: none;
}
.site-head-sp .site-nav-sp .navi-global-sp {
  display: block;
}
.site-head-sp .site-nav-sp .navi-global-sp ul.nav-list li {
  display: block;
  border-bottom: 1px solid #dddddd;
}
.site-head-sp .site-nav-sp .navi-global-sp ul.nav-list li:first-of-type {
  border-top: 1px solid #dddddd;
}
.site-head-sp .site-nav-sp .navi-global-sp ul.nav-list li a {
  position: relative;
  display: block;
  text-decoration: none;
  font-size: 100%;
  font-weight: 200;
  color: #333333;
  padding: 20px;
}
.site-head-sp .site-nav-sp .navi-global-sp ul.nav-list-sp {
  margin: 25px 0 0 0;
  text-align: center;
}
.site-head-sp .site-nav-sp .navi-global-sp ul.nav-list-sp li {
  display: inline-block;
  margin: 0 15px;
}

.contents__wrap .content-block {
  padding: 70px 20px;
}
.contents__wrap .content-block.bg-gray {
  background: #e9e7d4;
}
.contents__wrap .content-block.no-pd {
  padding: 0;
}
.contents__wrap .content-block .title-block {
  margin-bottom: 45px;
}
.contents__wrap .content-block .title-block h2 {
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 999px) {
  .contents__wrap .content-block .title-block h2 {
    font-size: 16px;
  }
}
.contents__wrap .content-block .title-block h2 span {
  font-size: 30px;
  color: #cd5537;
}
@media screen and (max-width: 999px) {
  .contents__wrap .content-block .title-block h2 span {
    font-size: 20px;
  }
}
.contents__wrap .content-block .content-inner {
  max-width: 1060px;
  margin: 0 auto;
}
.contents__wrap .content-block .content-inner.c-pd {
  padding: 70px 20px;
}

footer.site-footer {
  padding: 20px;
  border-top: 1px solid #cd5537;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
@media screen and (max-width: 768px) {
  footer.site-footer {
    display: block;
  }
}
footer.site-footer .hulic-logo {
  width: 50%;
  text-align: right;
}
@media screen and (max-width: 768px) {
  footer.site-footer .hulic-logo {
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
  }
}
footer.site-footer .hulic-logo img {
  max-width: 100%;
}
footer.site-footer .copyright {
  width: 50%;
  line-height: 1.5;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  footer.site-footer .copyright {
    width: 100%;
    text-align: center;
  }
}

.main-visual {
  line-height: 1;
  font-size: 0px;
}
.main-visual img {
  width: 100%;
}
.swiper-container {
  border-width: 1px 0px 1px 0px;
  border-style: solid;
  border-color: #c7c7c7;
}
.concept-title {
  line-height: 1;
  font-size: 0px;
  position: relative;
}
.concept-title img {
  width: 100%;
}
.concept-title h2 {
  width: 100%;
  position: absolute;
  text-align: center;
  left: 0;
  bottom: 10%;
  font-size: 20px;
}
@media screen and (max-width: 999px) {
  .concept-title h2 {
    font-size: 16px;
  }
}
.concept-title h2 span {
  font-size: 30px;
  color: #cd5537;
}
@media screen and (max-width: 999px) {
  .concept-title h2 span {
    font-size: 20px;
  }
}

.concept-block .sub-title {
  text-align: center;
  line-height: 1.75;
  margin-bottom: 20px;
}
.concept-block .sub-title h5 {
  font-size: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 999px) {
  .concept-block .sub-title h5 {
    font-size: 16px;
  }
}
.concept-block .sub-title h4 {
  font-size: 30px;
  color: #cd5537;
}
@media screen and (max-width: 999px) {
  .concept-block .sub-title h4 {
    font-size: 20px;
  }
}
.concept-block .licopa-logo {
  text-align: center;
  margin-bottom: 50px;
}
.concept-block .licopa-logo img {
  max-width: 100%;
}
.concept-block .read-text {
  line-height: 1.5;
  font-size: 16px;
  margin-bottom: 40px;
}
@media screen and (max-width: 999px) {
  .concept-block .read-text {
    font-size: 14px;
  }
}
.concept-block .read-text p {
  margin-bottom: 1.5em;
}
.concept-block .read-text p span {
  color: #cd5537;
}
.concept-block .thumb-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
@media screen and (max-width: 768px) {
  .concept-block .thumb-list {
    display: block;
  }
}
.concept-block .thumb-list .row {
  width: calc(100% / 3);
  padding: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .concept-block .thumb-list .row {
    width: 100%;
    padding: 0 0 20px 0;
  }
}
.concept-block .thumb-list .row .thumb {
  margin-bottom: 10px;
}
.concept-block .thumb-list .row .thumb img {
  width: 100%;
}
.concept-block .thumb-list .row p {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 999px) {
  .concept-block .thumb-list .row p {
    font-size: 14px;
  }
}

.bnr-section .p-top {
  line-height: 1;
  font-size: 0px;
}
.bnr-section .p-top img {
  width: 100%;
}
.bnr-section .inner {
  padding: 25px 20px;
  background: #c7db9b;
}
.bnr-section .inner ul li {
  text-align: center;
  margin-bottom: 25px;
}
.bnr-section .inner ul li:last-of-type {
  margin-bottom: 0;
}
.bnr-section .inner ul li a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bnr-section .inner ul li a:hover {
  opacity: 0.7;
}
.bnr-section .inner ul li a img {
  max-width: 100%;
}

.shop-block .catch-text {
  border: 1px solid #cd5537;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 55px;
}
@media screen and (max-width: 999px) {
  .shop-block .catch-text {
    padding: 10px;
  }
}
.shop-block .catch-text p {
  line-height: 1.5;
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  color: #cd5537;
}
@media screen and (max-width: 999px) {
  .shop-block .catch-text p {
    font-size: 18px;
  }
}
.shop-block .shop-list__wrap .s-list-block {
  margin-bottom: 25px;
}
.shop-block .shop-list__wrap .s-list-block .tl {
  text-align: center;
  cursor: pointer;
  position: relative;
  background: #e9e7d4;
  font-size: 38px;
  font-weight: bold;
  padding: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 999px) {
  .shop-block .shop-list__wrap .s-list-block .tl {
    font-size: 20px;
  }
}
.shop-block .shop-list__wrap .s-list-block .tl::after {
  content: ">";
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -12px;
  transform: rotate(90deg);
  font-family: 'Nanum Myeongjo', serif;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 999px) {
  .shop-block .shop-list__wrap .s-list-block .tl::after {
    margin-top: -8px;
  }
}
.shop-block .shop-list__wrap .s-list-block .tl.active::after {
  transform: rotate(270deg);
  margin-top: -20px;
}
@media screen and (max-width: 999px) {
  .shop-block .shop-list__wrap .s-list-block .tl.active::after {
    margin-top: -10px;
  }
}
.shop-block .shop-list__wrap .s-list-block .tl:hover {
  opacity: 0.7;
}
.shop-block .shop-list__wrap .s-list-block .s-list-inner_w {
  display: none;
}
.shop-block .shop-list__wrap .s-list-block .s-list-inner_w.is_show {
  display: block;
}
.shop-block .shop-list__wrap .s-list-block .s-list-inner {
  display: flex;
  flex-wrap: wrap;
}
.shop-block .shop-list__wrap .s-list-block .s-list-inner .row {
  width: 25%;
  padding: 25px 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .shop-block .shop-list__wrap .s-list-block .s-list-inner .row {
    width: 50%;
    padding: 20px 7px;
  }
}
.shop-block .shop-list__wrap .s-list-block .s-list-inner .row .thumb {
  margin-bottom: 20px;
}
.shop-block .shop-list__wrap .s-list-block .s-list-inner .row .thumb img {
  width: 100%;
}
.shop-block .shop-list__wrap .s-list-block .s-list-inner .row .name {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 60px;
  text-align: center;
  line-height: 1.5;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 999px) {
  .shop-block .shop-list__wrap .s-list-block .s-list-inner .row .name {
    font-size: 14px;
  }
}
.shop-block .shop-list__wrap .s-list-block .s-list-inner .row .text {
  line-height: 1.5;
  font-size: 14px;
  font-weight: bold;
}
.shop-block .shop-list__wrap .s-list-block .s-list-inner .row .text p.cat {
  color: #cd5537;
}

.access-block .access-info {
  display: flex;
}
@media screen and (max-width: 768px) {
  .access-block .access-info {
    display: block;
  }
}
.access-block .access-info .map {
  width: 415px;
}
@media screen and (max-width: 768px) {
  .access-block .access-info .map {
    width: 100%;
  }
}
.access-block .access-info .map img {
  width: 100%;
}
.access-block .access-info .location {
  width: calc(100% - 415px);
  padding-left: 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .access-block .access-info .location {
    width: 100%;
    padding: 25px 0 0 0;
  }
}
.access-block .access-info .location dl {
  display: block;
  margin-bottom: 25px;
}
.access-block .access-info .location dl dt {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #ea5532;
  font-weight: bold;
  margin-bottom: 10px;
}
.access-block .access-info .location dl dt span {
  margin-right: 10px;
}
.access-block .access-info .location dl dd {
  line-height: 1.5;
  font-size: 16px;
  padding-left: 1.5em;
}
@media screen and (max-width: 999px) {
  .access-block .access-info .location dl dd {
    font-size: 14px;
  }
}

.news-block {
  text-align: center;
}
.news-block a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-block a:hover {
  opacity: 0.7;
}
.news-block a img {
  max-width: 100%;
}

/*# sourceMappingURL=style.css.map */
