@charset "UTF-8";
/* 
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* 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;
}

input, select {
  vertical-align: middle;
}

html {
  font-size: 62.5%;
}

body {
  color: #3B4043;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 0em;
  position: relative;
  word-break: break-all;
}

a, a:hover {
  color: inherit;
  text-decoration: none;
}

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

i {
  font-style: normal;
}

address {
  font-style: normal;
}

html {
  opacity: 0;
  transition: 0.7s;
}
html.animation {
  opacity: 1;
}

.body_fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

.container {
  max-width: 1300px;
  margin: 0px auto;
}
@media screen and (max-width: 1300px) {
  .container {
    padding: 0px 20px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0px 15px;
  }
}

.btn_link {
  text-align: center;
}
.btn_link a {
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  border-radius: 100px;
  background: linear-gradient(to right, rgb(255, 162, 41) 0%, rgb(246, 41, 12) 60%, rgb(230, 0, 19) 100%);
  padding: 13px 0px 11px;
  display: inline-block;
  position: relative;
  transition: 0.3s;
}
@media screen and (max-width: 999px) {
  .btn_link a {
    font-size: 1.5rem;
  }
}
.btn_link a:hover {
  box-shadow: 2px 0px 8px 0px #ff8686;
  transform: translateY(-3px);
}
.btn_link a:before {
  content: "";
  width: 7px;
  height: 7px;
  border-width: 1px 1px 0px 0px;
  border-style: solid;
  border-color: #FFFFFF;
  margin: auto;
  display: block;
  position: absolute;
  right: 28px;
  top: 0px;
  bottom: 0px;
  z-index: 1;
  transform: rotate(45deg);
}
.btn_link.prev a:before {
  right: auto;
  left: 22px;
  transform: rotate(-135deg);
}
@media screen and (max-width: 999px) {
  .btn_link.prev a:before {
    left: 15px;
  }
}

#header_site .box_logo {
  border-bottom: 1px solid #E2E2E2;
  background-color: #FFFFFF;
  padding: 15px 0px 10px;
}
@media screen and (max-width: 1089px) {
  #header_site .box_logo {
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9997;
  }
}
@media screen and (max-width: 767px) {
  #header_site .box_logo {
    padding: 19px 0px 12px;
  }
}
#header_site .box_logo .logo {
  text-align: center;
}
#header_site .box_logo .logo img {
  width: 217px;
}
@media screen and (max-width: 767px) {
  #header_site .box_logo .logo img {
    width: 172px;
  }
}
#header_site .box_notice {
  font-size: 1.2rem;
  background-color: #FAF8F4;
  padding: 10px 0px;
}
@media screen and (max-width: 1089px) {
  #header_site .box_notice {
    margin-top: 61px;
  }
}
@media screen and (max-width: 767px) {
  #header_site .box_notice {
    font-size: 1rem;
    margin-top: 61px;
    padding: 8px 0px;
  }
}
#header_site .box_notice .container {
  padding: 0% 11.2%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #header_site .box_notice .container {
    padding: 0px 10px;
    align-items: start;
  }
}
#header_site .box_notice .icon {
  width: 74px;
  color: #FFFFFF;
  text-align: center;
  border-radius: 3px;
  background-color: #E60012;
  padding: 2px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #header_site .box_notice .icon {
    width: 50px;
    padding: 0px;
  }
}
#header_site .box_notice .detail {
  flex: 1;
  padding-left: 41px;
}
@media screen and (max-width: 767px) {
  #header_site .box_notice .detail {
    font-size: 1.1rem;
    padding-left: 10px;
  }
}
#header_site .box_notice .detail a {
  text-decoration: underline;
}
#header_site .box_notice .detail a:hover {
  text-decoration: none;
}
#header_site #nav_site {
  color: #FFFFFF;
  background-color: #C9AF83;
  padding: 15px 0px 14px;
  box-sizing: border-box;
}
@media screen and (max-width: 1089px) {
  #header_site #nav_site {
    display: none;
  }
}
#header_site #nav_site.fixed {
  width: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9999;
}
#header_site #nav_site .list_nav {
  display: flex;
  justify-content: center;
}
#header_site #nav_site .list_nav li {
  width: 190px;
  font-size: 1.3rem;
  border-right-width: 1px;
  border-style: solid;
  border-color: #FFFFFF;
}
#header_site #nav_site .list_nav li:last-child {
  border-right: none;
}
#header_site #nav_site .list_nav a {
  text-align: center;
  padding: 9px 0px;
  display: block;
  transition: 0.3s;
}
#header_site #nav_site .list_nav a:hover {
  color: #DDD2AD;
}
#header_site #nav_site .list_nav .en {
  font-family: "Libre Baskerville", serif;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: -4px;
  display: block;
}
#header_site #nav_site_sp {
  width: 100%;
  height: 100vh;
  color: #FFFFFF;
  background-color: #C9AF83;
  padding: 19px 0px 100px;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9999;
  box-sizing: border-box;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
}
#header_site #nav_site_sp .logo {
  text-align: center;
  margin-bottom: 12px;
}
#header_site #nav_site_sp .list_nav li {
  width: 100%;
  font-size: 1.2rem;
  border-top: 1px solid #FFFFFF;
}
#header_site #nav_site_sp .list_nav li:last-child {
  border-bottom: 1px solid #FFFFFF;
}
#header_site #nav_site_sp .list_nav a {
  text-align: left;
  padding: 20px 24px;
  display: block;
  position: relative;
}
#header_site #nav_site_sp .list_nav a:before {
  content: "";
  width: 5px;
  height: 5px;
  border-width: 1px 1px 0px 0px;
  border-style: solid;
  border-color: #FFFFFF;
  display: block;
  position: absolute;
  left: 6px;
  top: 26px;
  z-index: 1;
  transform: rotate(45deg);
}
#header_site #nav_site_sp .list_nav a:hover {
  color: #DDD2AD;
}
#header_site #nav_site_sp .list_sns {
  margin-top: 33px;
  display: none;
  justify-content: center;
  align-items: center;
  display: flex;
}
#header_site #nav_site_sp .list_sns li {
  margin-right: 43px;
}
#header_site #nav_site_sp .list_sns li:last-child {
  margin-right: 0px;
}
#header_site #nav_site_sp .btn_close {
  width: 42px;
  height: 42px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
}
#header_site #nav_site_sp .btn_close:before, #header_site #nav_site_sp .btn_close:after {
  content: "";
  width: 25px;
  height: 1px;
  background-color: #FFFFFF;
  display: block;
  position: absolute;
  right: 8px;
  top: 20px;
  z-index: 1;
}
#header_site #nav_site_sp .btn_close:before {
  transform: rotate(45deg);
}
#header_site #nav_site_sp .btn_close:after {
  transform: rotate(-45deg);
}
#header_site #btn_nav_site_sp {
  width: 25px;
  height: 16px;
  position: fixed;
  right: 20px;
  top: 22px;
  z-index: 9998;
  display: none;
}
@media screen and (max-width: 1089px) {
  #header_site #btn_nav_site_sp {
    display: block;
  }
}
#header_site #btn_nav_site_sp i {
  width: 100%;
  height: 1px;
  background-color: #E60012;
  display: block;
  position: absolute;
  left: 0px;
  z-index: 1;
}
#header_site #btn_nav_site_sp i:nth-child(1) {
  top: 0px;
}
#header_site #btn_nav_site_sp i:nth-child(2) {
  top: 50%;
}
#header_site #btn_nav_site_sp i:nth-child(3) {
  bottom: -1px;
}

#head_page {
  height: 230px;
  background: url("../img/common/bg_head_page.jpg") center center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 999px) {
  #head_page {
    height: 125px;
    background-image: url("../img/common/bg_head_page_sp.jpg");
  }
}
#head_page .ttl_page {
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 999px) {
  #head_page .ttl_page {
    font-size: 1.2rem;
  }
}
#head_page .ttl_page .en {
  font-family: "Libre Baskerville", serif;
  font-size: 3.6rem;
  margin-bottom: 5px;
  display: block;
}
@media screen and (max-width: 999px) {
  #head_page .ttl_page .en {
    font-size: 2.2rem;
    margin-bottom: 0px;
  }
}

.list_card {
  display: flex;
  flex-wrap: wrap;
}

.item_list_card {
  width: 22.9%;
  background-color: #FFFFFF;
  border-radius: 5px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  margin-right: 2.8%;
  margin-bottom: 5.8%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .item_list_card {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 10%;
  }
  .item_list_card:nth-child(2n) {
    margin-right: 0%;
  }
}
.item_list_card:nth-child(4n) {
  margin-right: 0%;
}
.item_list_card .icon_new {
  width: 57px;
  height: 57px;
  color: #FFFFFF;
  font-family: "Libre Baskerville", serif;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 100%;
  background: linear-gradient(to right, rgb(255, 162, 41) 0%, rgb(246, 41, 12) 60%, rgb(230, 0, 19) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: -24px;
  top: -29px;
  z-index: 2;
}
@media screen and (max-width: 999px) {
  .item_list_card .icon_new {
    width: 37px;
    height: 37px;
    font-size: 0.9rem;
    left: 2px;
    top: -13px;
  }
}
.item_list_card .img {
  width: 100%;
  border-radius: 5px 5px 0px 0px;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
.item_list_card .img > img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  transform-origin: 50% 50%;
  transition: 0.3s;
}
.item_list_card a:hover .img > img {
  transform: translate(-50%, -50%) scale(1.05);
}
.item_list_card .box_txt {
  line-height: 1.55;
  padding: 20px 20px 35px;
}
@media screen and (max-width: 999px) {
  .item_list_card .box_txt {
    font-size: 1rem;
    line-height: 1.35;
    padding: 10px 11px 10px;
  }
}
.item_list_card .box_txt > p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  .item_list_card .box_txt > p {
    -webkit-line-clamp: 2;
  }
}
.item_list_card .box_main {
  border-bottom: 1px solid #E60012;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 999px) {
  .item_list_card .box_main {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 999px) {
  .item_list_card .txt_main {
    font-size: 1.2rem;
  }
}
.item_list_card .icon_info {
  color: #FFFFFF;
  font-size: 1.3rem;
  text-align: center;
  border-radius: 100px;
  background-color: #E60012;
  margin-bottom: 15px;
  padding: 0px 12px;
  display: inline-block;
}
@media screen and (max-width: 999px) {
  .item_list_card .icon_info {
    font-size: 0.8rem;
    margin-bottom: 5px;
    padding: 0px 5px 1px;
  }
}
.item_list_card .period {
  margin-bottom: 7px;
}

.list_card.event-news .item_list_card .img .bg {
  width: 100%;
  height: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
}
.list_card.event-news .item_list_card .img .bg .bg_blur {
  position: absolute;
  left: 50%;
  top: 0px;
  z-index: 1;
  transform: translateX(-50%);
}
.list_card.event-news .item_list_card .txt_main {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  .list_card.event-news .item_list_card .txt_main {
    -webkit-line-clamp: 2;
  }
}

@media screen and (max-width: 999px) {
  #section_shop-news .item_list_card .txt_main,
  #page_shopnews .item_list_card .txt_main,
  #page_shopnews_list .item_list_card .txt_main,
  #page_shopnews_detail .item_list_card .txt_main {
    margin-bottom: 4px;
  }
}
.list_pager {
  margin-bottom: 63px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 999px) {
  .list_pager {
    margin-bottom: 35px;
  }
}
.list_pager li {
  margin: 0px 7px 15px;
}
.list_pager li a {
  width: 50px;
  height: 50px;
  color: #FFFFFF;
  font-size: 1.8rem;
  border-radius: 100%;
  background-color: #C9AF83;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
@media screen and (max-width: 999px) {
  .list_pager li a {
    width: 37px;
    height: 37px;
    font-size: 1.2rem;
  }
}
.list_pager li a:hover {
  opacity: 0.7;
}
.list_pager li a.current {
  color: #3B4043;
  background-color: #FFFFFF;
}

#breadcrumbs {
  background-color: #FAF8F4;
  padding: 19px 0px 21px;
}

@media screen and (max-width: 999px) {
  #breadcrumbs {
    font-size: 1rem;
    padding: 7px 0px;
  }
}
#breadcrumbs .list_breadcrumbs li {
  display: inline-block;
}

#breadcrumbs .list_breadcrumbs li:after {
  content: ">";
  padding: 0px 8px;
}

#breadcrumbs .list_breadcrumbs li:last-child:after {
  display: none;
}

#breadcrumbs .list_breadcrumbs li a:hover {
  text-decoration: underline;
}

#section_banner {
  padding: 80px 0px 50px;
}
@media screen and (max-width: 999px) {
  #section_banner {
    padding: 30px 0px 15px;
  }
}
#section_banner .list_banner {
  display: flex;
  flex-wrap: wrap;
}
#section_banner .list_banner li {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 1.5%;
}
@media screen and (max-width: 767px) {
  #section_banner .list_banner li {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 3%;
  }
  #section_banner .list_banner li:nth-child(2n) {
    margin-right: 0%;
  }
}
#section_banner .list_banner li:nth-child(4n) {
  margin-right: 0%;
}
#section_banner .list_banner li a {
  display: block;
  transition: 0.3s;
}
#section_banner .list_banner li a:hover {
  opacity: 0.7;
}
#section_banner .list_banner li img {
  width: 100%;
}

#section_access {
  display: flex;
}
@media screen and (max-width: 999px) {
  #section_access {
    height: auto;
    display: block;
  }
}
#section_access .box_map {
  height: 585px;
  flex: 1;
}
@media screen and (max-width: 999px) {
  #section_access .box_map {
    height: 250px;
  }
}
#section_access .box_map iframe {
  width: 100%;
  height: 100%;
}
#section_access .box_info {
  width: 515px;
}
@media screen and (max-width: 999px) {
  #section_access .box_info {
    width: 100%;
  }
}
#section_access .box_info .img {
  line-height: 0;
}
@media screen and (max-width: 999px) {
  #section_access .box_info .img {
    display: none;
  }
}
#section_access .box_info .img img {
  width: 100%;
}
#section_access .box_info .box_detail {
  height: calc(100% - 232px);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 999px) {
  #section_access .box_info .box_detail {
    height: 240px;
  }
}
#section_access .box_info .box_detail .logo {
  margin-bottom: 20px;
}
@media screen and (max-width: 999px) {
  #section_access .box_info .box_detail .logo {
    margin-bottom: 10px;
  }
}
#section_access .box_info .box_detail .logo img {
  width: 275px;
}
@media screen and (max-width: 999px) {
  #section_access .box_info .box_detail .logo img {
    width: 278px;
  }
}
#section_access .box_info .box_detail address {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 30px;
  display: block;
}
@media screen and (max-width: 999px) {
  #section_access .box_info .box_detail address {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
}
#section_access .box_info .box_detail .btn_link a {
  width: 240px;
}

#footer_site {
  color: #FFFFFF;
  background-color: #C9AF83;
  padding: 65px 0px 40px;
}
@media screen and (max-width: 767px) {
  #footer_site {
    padding: 40px 0px 40px;
  }
}
#footer_site .list_sns {
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #footer_site .list_sns {
    margin-bottom: 28px;
  }
}
#footer_site .list_sns li:last-child {
  margin-right: 0%;
}
#footer_site .list_sns li .twitter {
  width: 37px;
}
@media screen and (max-width: 767px) {
  #footer_site .list_sns li .twitter {
    width: 29px;
  }
}
#footer_site .list_sns li .facebook {
  width: 40px;
}
@media screen and (max-width: 767px) {
  #footer_site .list_sns li .facebook {
    width: 30px;
  }
}
#footer_site .list_sns li .line {
  width: 41px;
}
@media screen and (max-width: 767px) {
  #footer_site .list_sns li .line {
    width: 32px;
  }
}
#footer_site .list_nav {
  margin-bottom: 37px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1050px) {
  #footer_site .list_nav {
    margin-bottom: 43px;
    display: block;
  }
}
#footer_site .list_nav li {
  text-align: center;
  margin-right: 3.3%;
}
@media screen and (max-width: 1050px) {
  #footer_site .list_nav li {
    margin-right: 0%;
    margin-bottom: 10px;
  }
}
#footer_site .list_nav li:last-child {
  margin-right: 0%;
}
#footer_site .list_nav li a {
  transition: 0.3s;
}
#footer_site .list_nav li a:hover {
  color: #DDD2AD;
}
#footer_site .copyright {
  font-size: 1.3rem;
  letter-spacing: -0.03em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #footer_site .copyright {
    font-size: 1rem;
  }
}

#btn_page-top {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #E60012;
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 10;
  cursor: pointer;
  transform: translateY(100px);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #btn_page-top {
    width: 40px;
    height: 40px;
    right: 10px;
    bottom: 10px;
  }
}
#btn_page-top.active {
  transform: translateY(0px);
}
#btn_page-top:hover {
  opacity: 0.7;
}
#btn_page-top:before {
  content: "";
  width: 8px;
  height: 8px;
  border-width: 1px 1px 0px 0px;
  border-style: solid;
  border-color: #FFFFFF;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -35%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  #btn_page-top:before {
    width: 7px;
    height: 7px;
  }
}

.empty_message_wrapper {
  margin: 0 0 70px;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .empty_message_wrapper {
    margin: 0 0 60px;
    font-size: 15px;
  }
}

#page_top .ttl_section {
  color: #E60012;
  font-family: "Libre Baskerville", serif;
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.01em;
  text-align: center;
  margin-bottom: 75px;
}
@media screen and (max-width: 999px) {
  #page_top .ttl_section {
    font-size: 2.7rem;
    margin-bottom: 33px;
  }
}
#page_top .section_list {
  padding: 85px 0px 80px;
}
@media screen and (max-width: 999px) {
  #page_top .section_list {
    padding: 30px 0px 42px;
  }
}
#page_top .btn_more {
  font-family: "Libre Baskerville", serif;
}
#page_top .btn_more a {
  width: 240px;
  letter-spacing: 0.05em;
}
#page_top #mainvisual .wrap_box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #page_top #mainvisual .wrap_box {
    display: block;
  }
}
#page_top #mainvisual .box {
  width: 50%;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  #page_top #mainvisual .box {
    width: 100%;
  }
}
#page_top #mainvisual img {
  width: 100%;
}
#page_top #mainvisual a {
  transition: 0.3s;
}
#page_top #mainvisual a:hover {
  opacity: 0.7;
}
#page_top #mainvisual .list_sub {
  position: relative;
}
@media screen and (max-width: 767px) {
  #page_top #mainvisual .list_sub {
    display: none;
  }
}
#page_top #mainvisual .list_sub.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #page_top #mainvisual .list_sub.sp {
    margin-bottom: 50px;
    display: block;
  }
}
#page_top #mainvisual .list_sub .item_list_sub {
  width: 100%;
  position: absolute;
  left: 0px;
}
@media screen and (max-width: 767px) {
  #page_top #mainvisual .list_sub .item_list_sub {
    width: auto;
    position: static;
  }
}
#page_top #mainvisual .list_sub .item_list_sub:nth-child(odd) {
  top: 0px;
}
#page_top #mainvisual .list_sub .item_list_sub:nth-child(even) {
  bottom: 0px;
}
#page_top #mainvisual .slick-dots {
  bottom: -30px;
}
#page_top #mainvisual .slick-dots li button:before {
  font-size: 12px;
  color: #E2E2E2;
  opacity: 1;
}
#page_top #mainvisual .slick-dots li.slick-active button:before {
  color: #C9AF83;
}
#page_top #nav_site_top {
  color: #FFFFFF;
  background-color: #C9AF83;
  padding: 10px 0px 7px;
  box-sizing: border-box;
  display: none;
}
@media screen and (max-width: 767px) {
  #page_top #nav_site_top {
    display: block;
  }
}
#page_top #nav_site_top .list_nav {
  display: flex;
  justify-content: space-between;
}
#page_top #nav_site_top .list_nav li {
  width: 33.3333%;
  font-size: 0.9rem;
  border-right-width: 1px;
  border-style: solid;
  border-color: #FFFFFF;
  box-sizing: border-box;
}
#page_top #nav_site_top .list_nav li:last-child {
  border-right: none;
}
#page_top #nav_site_top .list_nav a {
  text-align: center;
  display: block;
  transition: 0.3s;
}
#page_top #nav_site_top .list_nav a:hover {
  opacity: 0.7;
}
#page_top #nav_site_top .list_nav .en {
  font-family: "Libre Baskerville", serif;
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: -4px;
  display: block;
}
#page_top .section_list .ttl_section,
#page_top .section_list .list_card,
#page_top .section_list .btn_more {
  opacity: 0;
  transform: translateY(20px);
  transition: 1s;
}
#page_top .section_list .ttl_section.animation,
#page_top .section_list .list_card.animation,
#page_top .section_list .btn_more.animation {
  opacity: 1;
  transform: translateY(0px);
}
#page_top #section_event-news {
  background-image: url("../img/top/bg_event-news01.png"), url("../img/top/bg_event-news02.png");
  background-position: left 10px top 10px, right 10px bottom 10px;
  background-repeat: no-repeat, no-repeat;
}
@media screen and (max-width: 999px) {
  #page_top #section_event-news {
    background-position: left 3px top 3px, right 3px bottom 3px;
    background-size: 57.6% auto;
  }
}
#page_top #section_shop-news {
  background-color: #FAF8F4;
}

#page_newslist #head_page {
  margin-bottom: 80px;
}
@media screen and (max-width: 999px) {
  #page_newslist #head_page {
    margin-bottom: 40px;
  }
}

#page_newslist_detail #head_page {
  margin-bottom: 70px;
}
@media screen and (max-width: 999px) {
  #page_newslist_detail #head_page {
    margin-bottom: 30px;
  }
}
#page_newslist_detail .article_detail .container {
  max-width: 980px;
}
#page_newslist_detail .article_detail .block_head {
  border-bottom: 1px solid #E60012;
  margin-bottom: 40px;
  padding-bottom: 10px;
}
@media screen and (max-width: 999px) {
  #page_newslist_detail .article_detail .block_head {
    margin-bottom: 20px;
  }
}
#page_newslist_detail .article_detail .block_head .box_sub {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
#page_newslist_detail .article_detail .block_head .icon {
  color: #FFFFFF;
  text-align: center;
  border-radius: 100px;
  background-color: #E60012;
  margin-right: 23px;
  padding: 4px 12px;
  display: inline-block;
}
@media screen and (max-width: 999px) {
  #page_newslist_detail .article_detail .block_head .icon {
    font-size: 1rem;
    margin-right: 10px;
    padding: 2px 7px;
  }
}
#page_newslist_detail .article_detail .block_head .date {
  font-size: 2rem;
}
@media screen and (max-width: 999px) {
  #page_newslist_detail .article_detail .block_head .date {
    font-size: 1.2rem;
  }
}
#page_newslist_detail .article_detail .block_head .ttl_article {
  font-size: 3.2rem;
}
@media screen and (max-width: 999px) {
  #page_newslist_detail .article_detail .block_head .ttl_article {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
#page_newslist_detail .article_detail .img_hero {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 999px) {
  #page_newslist_detail .article_detail .img_hero {
    margin-bottom: 10px;
  }
}
#page_newslist_detail .article_detail .img_hero img {
  max-width: 600px;
}
@media screen and (max-width: 999px) {
  #page_newslist_detail .article_detail .img_hero img {
    max-width: 100%;
  }
}
#page_newslist_detail .article_detail .block_detail {
  font-size: 1.6rem;
}
@media screen and (max-width: 999px) {
  #page_newslist_detail .article_detail .block_detail {
    font-size: 1.2rem;
  }
}
#page_newslist_detail .article_detail .block_detail img {
  margin: 75px 0px 30px;
  max-width: 600px;
  display: block;
}
@media screen and (max-width: 999px) {
  #page_newslist_detail .article_detail .block_detail img {
    margin: 40px 0px 10px;
    max-width: 100%;
  }
}
#page_newslist_detail .article_detail .block_detail p {
  line-height: 2;
  margin-bottom: 17px;
}
@media screen and (max-width: 999px) {
  #page_newslist_detail .article_detail .block_detail p {
    line-height: 1.9;
    margin-bottom: 8px;
  }
}
#page_newslist_detail .article_detail .block_detail b, #page_newslist_detail .article_detail .block_detail strong {
  font-weight: bold;
}
#page_newslist_detail .article_detail .block_detail em {
  font-style: italic;
}
#page_newslist_detail .article_detail .block_detail a {
  text-decoration: underline;
}
#page_newslist_detail .article_detail .block_detail a:hover {
  text-decoration: none;
}
#page_newslist_detail .article_detail .list_sns {
  margin: 62px 0px 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 999px) {
  #page_newslist_detail .article_detail .list_sns {
    margin: 40px 0px 37px;
  }
}
#page_newslist_detail .article_detail .list_sns li {
  margin-right: 4.4%;
}
@media screen and (max-width: 999px) {
  #page_newslist_detail .article_detail .list_sns li {
    margin-right: 9.5%;
  }
}
#page_newslist_detail .article_detail .list_sns li:last-child {
  margin-right: 0%;
}
#page_newslist_detail .article_detail .list_sns li .twitter {
  width: 37px;
}
@media screen and (max-width: 999px) {
  #page_newslist_detail .article_detail .list_sns li .twitter {
    width: 29px;
  }
}
#page_newslist_detail .article_detail .list_sns li .facebook {
  width: 39px;
}
@media screen and (max-width: 999px) {
  #page_newslist_detail .article_detail .list_sns li .facebook {
    width: 30px;
  }
}
#page_newslist_detail .article_detail .list_sns li .line {
  width: 41px;
}
@media screen and (max-width: 999px) {
  #page_newslist_detail .article_detail .list_sns li .line {
    width: 32px;
  }
}
#page_newslist_detail .article_detail .btn_link {
  margin-bottom: 78px;
}
@media screen and (max-width: 999px) {
  #page_newslist_detail .article_detail .btn_link {
    margin-bottom: 42px;
  }
}
#page_newslist_detail .article_detail .btn_link a {
  width: 340px;
}
@media screen and (max-width: 999px) {
  #page_newslist_detail .article_detail .btn_link a {
    width: 100%;
    max-width: 280px;
  }
}

#page_shopnews #head_page {
  margin-bottom: 80px;
}
@media screen and (max-width: 999px) {
  #page_shopnews #head_page {
    margin-bottom: 40px;
  }
}

#page_shopnews_detail #head_page {
  margin-bottom: 80px;
}
@media screen and (max-width: 999px) {
  #page_shopnews_detail #head_page {
    margin-bottom: 30px;
  }
}
#page_shopnews_detail .article_detail .container {
  max-width: 980px;
}
#page_shopnews_detail .article_detail .block_head {
  margin-bottom: 45px;
}
@media screen and (max-width: 999px) {
  #page_shopnews_detail .article_detail .block_head {
    margin-bottom: 24px;
  }
}
#page_shopnews_detail .article_detail .block_head .category {
  font-size: 2rem;
}
@media screen and (max-width: 999px) {
  #page_shopnews_detail .article_detail .block_head .category {
    font-size: 1.2rem;
  }
}
#page_shopnews_detail .article_detail .block_head .shop-name {
  font-size: 3.2rem;
  border-bottom: 1px solid #E60012;
  margin-bottom: 20px;
  padding-bottom: 13px;
}
@media screen and (max-width: 999px) {
  #page_shopnews_detail .article_detail .block_head .shop-name {
    font-size: 1.6rem;
    line-height: 1.4;
    margin-bottom: 7px;
    padding-bottom: 9px;
  }
}
#page_shopnews_detail .article_detail .block_head a {
  transition: 0.3s;
  display: block;
}
#page_shopnews_detail .article_detail .block_head a:hover {
  opacity: 0.7;
}
#page_shopnews_detail .article_detail .block_head .icon {
  color: #FFFFFF;
  text-align: center;
  border-radius: 100px;
  background-color: #E60012;
  margin-bottom: 40px;
  padding: 4px 22px;
  display: inline-block;
}
@media screen and (max-width: 999px) {
  #page_shopnews_detail .article_detail .block_head .icon {
    font-size: 1rem;
    margin-bottom: 14px;
    padding: 2px 13px;
  }
}
#page_shopnews_detail .article_detail .block_head .date {
  font-size: 2rem;
}
@media screen and (max-width: 999px) {
  #page_shopnews_detail .article_detail .block_head .date {
    font-size: 1.2rem;
  }
}
#page_shopnews_detail .article_detail .block_head .ttl_article {
  font-size: 2.6rem;
}
@media screen and (max-width: 999px) {
  #page_shopnews_detail .article_detail .block_head .ttl_article {
    font-size: 1.4rem;
  }
}
#page_shopnews_detail .article_detail .img_hero {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 999px) {
  #page_shopnews_detail .article_detail .img_hero {
    margin-bottom: 10px;
  }
}
#page_shopnews_detail .article_detail .img_hero img {
  max-width: 600px;
}
@media screen and (max-width: 999px) {
  #page_shopnews_detail .article_detail .img_hero img {
    max-width: 100%;
  }
}
#page_shopnews_detail .article_detail .block_detail {
  font-size: 1.6rem;
}
@media screen and (max-width: 999px) {
  #page_shopnews_detail .article_detail .block_detail {
    font-size: 1.2rem;
  }
}
#page_shopnews_detail .article_detail .block_detail img {
  max-width: 600px;
  margin: 75px 0px 30px;
  display: block;
}
@media screen and (max-width: 999px) {
  #page_shopnews_detail .article_detail .block_detail img {
    max-width: 100%;
    margin: 40px 0px 10px;
  }
}
#page_shopnews_detail .article_detail .block_detail p {
  line-height: 2;
  margin-bottom: 17px;
}
@media screen and (max-width: 999px) {
  #page_shopnews_detail .article_detail .block_detail p {
    line-height: 1.9;
    margin-bottom: 8px;
  }
}
#page_shopnews_detail .article_detail .block_detail b, #page_shopnews_detail .article_detail .block_detail strong {
  font-weight: bold;
}
#page_shopnews_detail .article_detail .block_detail em {
  font-style: italic;
}
#page_shopnews_detail .article_detail .block_detail a {
  text-decoration: underline;
}
#page_shopnews_detail .article_detail .block_detail a:hover {
  text-decoration: none;
}
#page_shopnews_detail .article_detail .list_sns {
  margin: 62px 0px 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 999px) {
  #page_shopnews_detail .article_detail .list_sns {
    margin: 40px 0px 37px;
  }
}
#page_shopnews_detail .article_detail .list_sns li {
  margin-right: 4.4%;
}
@media screen and (max-width: 999px) {
  #page_shopnews_detail .article_detail .list_sns li {
    margin-right: 9.5%;
  }
}
#page_shopnews_detail .article_detail .list_sns li:last-child {
  margin-right: 0%;
}
#page_shopnews_detail .article_detail .list_sns li .twitter {
  width: 37px;
}
@media screen and (max-width: 999px) {
  #page_shopnews_detail .article_detail .list_sns li .twitter {
    width: 29px;
  }
}
#page_shopnews_detail .article_detail .list_sns li .facebook {
  width: 39px;
}
@media screen and (max-width: 999px) {
  #page_shopnews_detail .article_detail .list_sns li .facebook {
    width: 30px;
  }
}
#page_shopnews_detail .article_detail .list_sns li .line {
  width: 41px;
}
@media screen and (max-width: 999px) {
  #page_shopnews_detail .article_detail .list_sns li .line {
    width: 32px;
  }
}
#page_shopnews_detail .article_detail .btn_link {
  margin-bottom: 78px;
}
@media screen and (max-width: 999px) {
  #page_shopnews_detail .article_detail .btn_link {
    margin-bottom: 42px;
  }
}
#page_shopnews_detail .article_detail .btn_link a {
  width: 340px;
}
@media screen and (max-width: 999px) {
  #page_shopnews_detail .article_detail .btn_link a {
    width: 100%;
    max-width: 280px;
  }
}
#page_shopnews_detail #section_other-news {
  background-color: #FAF8F4;
  padding: 70px 0px 73px;
}
@media screen and (max-width: 999px) {
  #page_shopnews_detail #section_other-news {
    margin-bottom: 0px;
    padding: 30px 0px 42px;
  }
}
#page_shopnews_detail #section_other-news .ttl_section {
  color: #E60012;
  font-family: "Libre Baskerville", serif;
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.01em;
  text-align: center;
  margin-bottom: 67px;
}
@media screen and (max-width: 999px) {
  #page_shopnews_detail #section_other-news .ttl_section {
    font-size: 2.7rem;
    margin-bottom: 33px;
  }
}
#page_shopnews_detail #section_other-news .btn_link a {
  width: 340px;
}
@media screen and (max-width: 999px) {
  #page_shopnews_detail #section_other-news .btn_link a {
    width: 100%;
    max-width: 280px;
  }
}

#page_shopnews_list #head_page {
  margin-bottom: 78px;
}
@media screen and (max-width: 999px) {
  #page_shopnews_list #head_page {
    margin-bottom: 30px;
  }
}
#page_shopnews_list .section_list .block_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  margin-bottom: 68px;
}
@media screen and (max-width: 999px) {
  #page_shopnews_list .section_list .block_head {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  #page_shopnews_list .section_list .block_head {
    display: block;
    margin-bottom: 40px;
  }
}
#page_shopnews_list .section_list .block_head .logo_shop {
  width: 21.4%;
  border: 1px solid #CCCCCC;
  margin-right: 3%;
  padding-bottom: 15%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  #page_shopnews_list .section_list .block_head .logo_shop {
    width: 100%;
    padding-bottom: 69.5%;
  }
}
#page_shopnews_list .section_list .block_head .logo_shop img {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
#page_shopnews_list .section_list .block_head .box_shop-info {
  flex: 1;
}
#page_shopnews_list .section_list .block_head .category {
  font-size: 2rem;
}
@media screen and (max-width: 999px) {
  #page_shopnews_list .section_list .block_head .category {
    font-size: 1.2rem;
  }
}
#page_shopnews_list .section_list .block_head .shop-name {
  font-size: 3.2rem;
  border-bottom: 1px solid #E60012;
  margin-bottom: 20px;
  padding-bottom: 13px;
}
@media screen and (max-width: 999px) {
  #page_shopnews_list .section_list .block_head .shop-name {
    font-size: 1.6rem;
    line-height: 1.4;
    margin-bottom: 7px;
    padding-bottom: 9px;
  }
}
#page_shopnews_list .section_list .block_head .icon {
  color: #FFFFFF;
  text-align: center;
  border-radius: 100px;
  background-color: #E60012;
  padding: 4px 22px;
  display: inline-block;
}
@media screen and (max-width: 999px) {
  #page_shopnews_list .section_list .block_head .icon {
    font-size: 1rem;
    margin-bottom: 17px;
    padding: 2px 13px;
  }
}
#page_shopnews_list .section_list .block_archive {
  position: relative;
}
#page_shopnews_list .section_list .block_archive .ttl_archive {
  max-width: 420px;
  color: #FFFFFF;
  font-size: 2rem;
  font-weight: normal;
  text-align: center;
  border-radius: 100px;
  background-color: #E60012;
  margin: 0px auto 88px;
  padding: 11px 0px;
  position: relative;
}
@media screen and (max-width: 999px) {
  #page_shopnews_list .section_list .block_archive .ttl_archive {
    font-size: 1.6rem;
    margin-bottom: 38px;
  }
}
#page_shopnews_list .section_list .block_archive .ttl_archive:before {
  content: "";
  border-top: 10px solid #E60012;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  display: block;
  position: absolute;
  left: 50%;
  bottom: -7px;
  z-index: 1;
  transform: translateX(-50%);
}
#page_shopnews_list .section_list .block_archive .wrap_select_archive {
  width: 240px;
  text-align: center;
  overflow: hidden;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1;
}
@media screen and (max-width: 999px) {
  #page_shopnews_list .section_list .block_archive .wrap_select_archive {
    width: 100%;
    max-width: 425px;
    margin: 0px auto 30px;
    position: relative;
  }
}
#page_shopnews_list .section_list .block_archive .select_archive {
  height: 100% !important;
  font-size: 1.8rem;
  line-height: 1.6;
  text-align: center;
  border: 1px solid #3B4043;
  border-radius: 100px;
  background-color: #FFFFFF;
  padding: 10px 0px;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
@media screen and (max-width: 999px) {
  #page_shopnews_list .section_list .block_archive .select_archive {
    font-size: 1.4rem;
  }
  #page_shopnews_list .section_list .block_archive .select_archive.hasCustomSelect {
    font-size: 1.6rem !important;
  }
}
#page_shopnews_list .section_list .block_archive .select_archive:before {
  content: "";
  width: 7px;
  height: 7px;
  border-width: 1px 1px 0px 0px;
  border-style: solid;
  border-color: #3B4043;
  display: block;
  position: absolute;
  right: 24px;
  top: 18px;
  z-index: 1;
  transform: rotate(135deg);
}
@media screen and (max-width: 999px) {
  #page_shopnews_list .section_list .block_archive .select_archive:before {
    width: 4px;
    height: 4px;
    right: 39px;
    bottom: 17px;
  }
}
#page_shopnews_list .section_list .block_archive .select_archive,
#page_shopnews_list .section_list .block_archive .customSelectInner {
  width: 100% !important;
}
#page_shopnews_list .section_list .block_archive .customSelect {
  z-index: 0;
}

#page_shopguide #nav_floor-guide {
  padding: 80px 0px 55px;
}
@media screen and (max-width: 999px) {
  #page_shopguide #nav_floor-guide {
    padding: 20px 0px;
  }
}
#page_shopguide #nav_floor-guide .list_nav {
  max-width: 980px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
}
#page_shopguide #nav_floor-guide .list_nav li {
  width: 30.5%;
}
#page_shopguide #nav_floor-guide .list_nav li a {
  color: #FFFFFF;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  border-radius: 100px;
  background-color: #E2E2E2;
  padding: 22px 0px 23px;
  display: block;
  transition: 0.3s;
}
@media screen and (max-width: 999px) {
  #page_shopguide #nav_floor-guide .list_nav li a {
    height: 50px;
    font-size: 1.2rem;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
#page_shopguide #nav_floor-guide .list_nav li a:hover, #page_shopguide #nav_floor-guide .list_nav li a.current {
  box-shadow: 0px 0px 10px 2px rgba(59, 64, 67, 0.2);
  background-color: #3B4043;
}
#page_shopguide #nav_floor-guide .list_nav li br {
  display: none;
}
@media screen and (max-width: 767px) {
  #page_shopguide #nav_floor-guide .list_nav li br {
    display: inline;
  }
}
#page_shopguide #nav_category {
  background-color: #FAF8F4;
  padding: 30px 0px;
}
@media screen and (max-width: 767px) {
  #page_shopguide #nav_category {
    padding: 7% 0% 2%;
  }
}
#page_shopguide #nav_category .list_nav {
  max-width: 980px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #page_shopguide #nav_category .list_nav {
    padding: 0% 7.5%;
    justify-content: normal;
    flex-wrap: wrap;
  }
}
#page_shopguide #nav_category .list_nav li {
  width: 12.5%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #page_shopguide #nav_category .list_nav li {
    width: 26%;
    margin-right: 11%;
    margin-bottom: 5%;
  }
  #page_shopguide #nav_category .list_nav li:nth-child(3n) {
    margin-right: 0%;
  }
}
#page_shopguide #nav_category .list_nav li a {
  display: block;
}
#page_shopguide #nav_category .list_nav li a:hover .icon, #page_shopguide #nav_category .list_nav li a.current .icon {
  box-shadow: 0px 0px 10px 2px rgba(59, 64, 67, 0.2);
  background-color: #C9AF83;
}
#page_shopguide #nav_category .list_nav li .icon {
  width: 100%;
  border-radius: 100%;
  background-color: #E2E2E2;
  margin-bottom: 10px;
  padding-bottom: 100%;
  display: block;
  position: relative;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #page_shopguide #nav_category .list_nav li .icon {
    margin-bottom: 7px;
  }
}
#page_shopguide #nav_category .list_nav li .icon .current {
  background-color: #C9AF83;
}
#page_shopguide #nav_category .list_nav li .icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
#page_shopguide #nav_category .list_nav li:nth-child(1) .icon img {
  width: 87%;
}
#page_shopguide #nav_category .list_nav li:nth-child(2) .icon img {
  width: 43%;
}
#page_shopguide #nav_category .list_nav li:nth-child(3) .icon img {
  width: 55%;
}
#page_shopguide #nav_category .list_nav li:nth-child(4) .icon img {
  width: 61%;
}
#page_shopguide #nav_category .list_nav li:nth-child(5) .icon img {
  width: 50%;
}
#page_shopguide #nav_category .list_nav li:nth-child(6) .icon img {
  width: 60%;
}
#page_shopguide #nav_category .list_nav li .caption {
  text-align: center;
}
@media screen and (max-width: 999px) {
  #page_shopguide #nav_category .list_nav li .caption {
    font-size: 1rem;
  }
}
#page_shopguide #section_floor-map {
  background-color: #FAF8F4;
  padding: 33px 0px 60px;
}
@media screen and (max-width: 999px) {
  #page_shopguide #section_floor-map {
    padding: 20px 0px 22px;
  }
}
#page_shopguide #section_floor-map .nav_floor-map {
  margin-bottom: 23px;
}
@media screen and (max-width: 999px) {
  #page_shopguide #section_floor-map .nav_floor-map {
    margin-bottom: 14px;
  }
}
#page_shopguide #section_floor-map .nav_floor-map .list_nav {
  display: flex;
  justify-content: center;
}
#page_shopguide #section_floor-map .nav_floor-map .list_nav li {
  width: 140px;
  margin-right: 20px;
}
@media screen and (max-width: 999px) {
  #page_shopguide #section_floor-map .nav_floor-map .list_nav li {
    width: 105px;
  }
}
#page_shopguide #section_floor-map .nav_floor-map .list_nav li:last-child {
  margin-right: 0px;
}
#page_shopguide #section_floor-map .nav_floor-map .list_nav li a {
  display: block;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  border-radius: 100px;
  background-color: #E2E2E2;
  padding: 12px 0px;
  transition: 0.3s;
  position: relative;
}
@media screen and (max-width: 999px) {
  #page_shopguide #section_floor-map .nav_floor-map .list_nav li a {
    font-size: 1.2rem;
    padding: 9px 0px;
  }
}
#page_shopguide #section_floor-map .nav_floor-map .list_nav li a:hover, #page_shopguide #section_floor-map .nav_floor-map .list_nav li a.current {
  background-color: #C9AF83;
}
#page_shopguide #section_floor-map .nav_floor-map .list_nav li a.current:before {
  content: "";
  border-top: 10px solid #C9AF83;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  display: block;
  position: absolute;
  left: 50%;
  bottom: -7px;
  z-index: 1;
  transform: translateX(-50%);
}
#page_shopguide #section_floor-map .block_floor-map {
  max-width: 980px;
  margin: 0px auto;
  position: relative;
}
#page_shopguide #section_floor-map .block_floor-map .map img {
  width: 100%;
}
#page_shopguide #section_floor-map .shop-info {
  display: block;
  margin: 0 auto 30px;
  width: 600px;
  max-width: 100%;
}
#page_shopguide #section_floor-map .shop-info img {
  width: 100%;
}
#page_shopguide #block_search-box {
  padding-top: 5px;
}
@media screen and (max-width: 999px) {
  #page_shopguide #block_search-box {
    padding-top: 10px;
  }
}
#page_shopguide #block_search-box .search-box {
  max-width: 620px;
  margin: 0px auto;
  position: relative;
}
#page_shopguide #block_search-box .search-box .input {
  width: 100%;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  margin: 0px;
  padding: 27px 75px 26px 36px;
  background: none;
  border: 1px solid #3B4043;
  border-radius: 100px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
}
#page_shopguide #block_search-box .search-box .input::placeholder {
  color: #CCCCCC;
}
#page_shopguide #block_search-box .search-box .input:-ms-input-placeholder {
  color: #CCCCCC;
}
#page_shopguide #block_search-box .search-box .input::-ms-input-placeholder {
  color: #CCCCCC;
}
@media screen and (max-width: 999px) {
  #page_shopguide #block_search-box .search-box .input {
    padding: 13px 40px 15px 20px;
  }
}
#page_shopguide #block_search-box .search-box .btn_submit {
  width: 33px;
  height: 30px;
  background: url("../img/shopguide/icon_search.png") center center no-repeat transparent;
  background-size: 100% auto;
  border: none;
  position: absolute;
  right: 32px;
  top: 23px;
  z-index: 1;
  cursor: pointer;
}
@media screen and (max-width: 999px) {
  #page_shopguide #block_search-box .search-box .btn_submit {
    width: 19px;
    height: 27px;
    right: 16px;
    top: 12px;
  }
}
#page_shopguide #section_list {
  padding: 110px 0px 30px;
}
@media screen and (max-width: 999px) {
  #page_shopguide #section_list {
    padding: 9% 0% 2%;
  }
}
#page_shopguide #section_list .list_card .item_list_card {
  width: 30.77%;
  margin-right: 3.845%;
}
@media screen and (max-width: 767px) {
  #page_shopguide #section_list .list_card .item_list_card {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 10%;
  }
}
@media screen and (max-width: 767px) {
  #page_shopguide #section_list .list_card .item_list_card:nth-child(4n) {
    margin-right: 0%;
  }
}
#page_shopguide #section_list .list_card .item_list_card:nth-child(3n) {
  margin-right: 0%;
}
@media screen and (max-width: 767px) {
  #page_shopguide #section_list .list_card .item_list_card:nth-child(3n) {
    margin-right: 4%;
  }
}
@media screen and (max-width: 767px) {
  #page_shopguide #section_list .list_card .item_list_card:nth-child(2n) {
    margin-right: 0%;
  }
}
#page_shopguide #section_list .list_card .item_list_card .icon_num {
  width: 57px;
  height: 57px;
  color: #FFFFFF;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 100%;
  background: linear-gradient(to right, rgb(255, 162, 41) 0%, rgb(246, 41, 12) 60%, rgb(230, 0, 19) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: -24px;
  top: -29px;
  z-index: 2;
}
@media screen and (max-width: 999px) {
  #page_shopguide #section_list .list_card .item_list_card .icon_num {
    width: 37px;
    height: 37px;
    font-size: 1.2rem;
    left: 2px;
    top: -13px;
  }
}
#page_shopguide #section_list .list_card .item_list_card .img {
  padding-top: 75%;
}
#page_shopguide #section_list .list_card .item_list_card .box_txt {
  padding: 5px 20px 35px;
}
@media screen and (max-width: 999px) {
  #page_shopguide #section_list .list_card .item_list_card .box_txt {
    padding: 5px 11px 10px;
  }
}
#page_shopguide #section_list .list_card .item_list_card .shop-name {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 999px) {
  #page_shopguide #section_list .list_card .item_list_card .shop-name {
    font-size: 1.2rem;
  }
}
#page_shopguide #section_list .list_card .item_list_card .shop-name .en {
  font-size: 1.4rem;
  font-weight: normal;
  margin-top: 2px;
  display: block;
}
@media screen and (max-width: 999px) {
  #page_shopguide #section_list .list_card .item_list_card .shop-name .en {
    font-size: 1rem;
    font-weight: bold;
    margin-top: -2px;
  }
}
#page_shopguide #section_list .list_card .item_list_card .icon_info {
  margin: 12px 0px 20px;
}
@media screen and (max-width: 999px) {
  #page_shopguide #section_list .list_card .item_list_card .icon_info {
    margin: 10px 0px 10px;
  }
}
#page_shopguide #section_list .list_card .item_list_card .description {
  line-height: 2;
  border-top: 1px solid #E60012;
  padding-top: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  #page_shopguide #section_list .list_card .item_list_card .description {
    -webkit-line-clamp: 2;
    line-height: 1.3;
    padding-top: 10px;
  }
}

#page_shopguide_detail #head_page {
  margin-bottom: 80px;
}
@media screen and (max-width: 999px) {
  #page_shopguide_detail #head_page {
    margin-bottom: 30px;
  }
}
#page_shopguide_detail .section_shop-detail {
  padding-bottom: 60px;
}
@media screen and (max-width: 999px) {
  #page_shopguide_detail .section_shop-detail {
    padding-bottom: 35px;
  }
}
#page_shopguide_detail .section_shop-detail .block_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  margin-bottom: 26px;
}
@media screen and (max-width: 999px) {
  #page_shopguide_detail .section_shop-detail .block_head {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  #page_shopguide_detail .section_shop-detail .block_head {
    display: block;
  }
}
#page_shopguide_detail .section_shop-detail .block_head .logo_shop {
  width: 21.4%;
  border: 1px solid #CCCCCC;
  margin-right: 3%;
  padding-bottom: 15%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  #page_shopguide_detail .section_shop-detail .block_head .logo_shop {
    width: 100%;
    padding-bottom: 69.5%;
  }
}
#page_shopguide_detail .section_shop-detail .block_head .logo_shop img {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
#page_shopguide_detail .section_shop-detail .block_head .box_shop-info {
  flex: 1;
}
@media screen and (max-width: 999px) {
  #page_shopguide_detail .section_shop-detail .block_head .box_shop-info {
    margin-bottom: 20px;
  }
}
#page_shopguide_detail .section_shop-detail .block_head .category {
  font-size: 2rem;
}
@media screen and (max-width: 999px) {
  #page_shopguide_detail .section_shop-detail .block_head .category {
    font-size: 1.2rem;
  }
}
#page_shopguide_detail .section_shop-detail .block_head .shop-name {
  font-size: 3.2rem;
  border-bottom: 1px solid #E60012;
  margin-bottom: 20px;
  padding-bottom: 13px;
}
@media screen and (max-width: 999px) {
  #page_shopguide_detail .section_shop-detail .block_head .shop-name {
    font-size: 1.6rem;
    line-height: 1.4;
    margin-bottom: 10px;
    padding-bottom: 9px;
  }
}
#page_shopguide_detail .section_shop-detail .block_head .icon {
  color: #FFFFFF;
  text-align: center;
  border-radius: 100px;
  background-color: #E60012;
  margin-bottom: 10px;
  padding: 4px 22px;
  display: inline-block;
}
@media screen and (max-width: 999px) {
  #page_shopguide_detail .section_shop-detail .block_head .icon {
    font-size: 1rem;
    margin-bottom: 5px;
    padding: 2px 13px;
  }
}
#page_shopguide_detail .section_shop-detail .btn {
  display: inline-block;
}
#page_shopguide_detail .section_shop-detail .btn a {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#page_shopguide_detail .section_shop-detail .btn a:hover {
  opacity: 0.7;
}
#page_shopguide_detail .section_shop-detail .btn .map {
  width: 200px;
  box-sizing: border-box;
  position: relative;
  padding: 9px 0 9px 30px;
  margin-right: 10px;
  background: #C9AF83;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  border-radius: 20px;
}
#page_shopguide_detail .section_shop-detail .btn .map:after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-left: 11px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 999px) {
  #page_shopguide_detail .section_shop-detail .btn .map {
    width: 140px;
    padding: 7px 0 7px 20px;
    font-size: 10px;
  }
  #page_shopguide_detail .section_shop-detail .btn .map:after {
    width: 6px;
    height: 6px;
    margin-left: 8px;
  }
}
#page_shopguide_detail .section_shop-detail .btn .num {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  line-height: 1;
  font-size: 14px;
  color: #fff;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 999px) {
  #page_shopguide_detail .section_shop-detail .btn .num {
    width: 30px;
    height: 30px;
    font-size: 10px;
  }
}
#page_shopguide_detail .section_shop-detail .btn .num.restaurant {
  background: #ea616f;
}
#page_shopguide_detail .section_shop-detail .btn .num.cafe {
  background: #f39800;
}
#page_shopguide_detail .section_shop-detail .btn .num.shop {
  background: #6eb92b;
}
#page_shopguide_detail .section_shop-detail .btn .num.services {
  background: #1eb9ee;
}
#page_shopguide_detail .section_shop-detail .btn .num.clinic {
  background: #757dbb;
}
#page_shopguide_detail .section_shop-detail .txt_main {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 43px;
}
@media screen and (max-width: 999px) {
  #page_shopguide_detail .section_shop-detail .txt_main {
    font-size: 1.2rem;
    line-height: 1.9;
    margin-bottom: 35px;
  }
}
#page_shopguide_detail .section_shop-detail .block_detail {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #page_shopguide_detail .section_shop-detail .block_detail {
    display: block;
  }
}
#page_shopguide_detail .section_shop-detail .block_detail .box_img {
  width: 50.7%;
}
@media screen and (max-width: 767px) {
  #page_shopguide_detail .section_shop-detail .block_detail .box_img {
    width: 100%;
    margin-bottom: 13px;
  }
}
#page_shopguide_detail .section_shop-detail .block_detail .box_img img {
  width: 100%;
}
#page_shopguide_detail .section_shop-detail .block_detail .box_img .slide {
  margin-bottom: 20px;
}
@media screen and (max-width: 999px) {
  #page_shopguide_detail .section_shop-detail .block_detail .box_img .slide {
    margin-bottom: 5px;
  }
}
#page_shopguide_detail .section_shop-detail .block_detail .box_img .thumb .slick-track {
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  transform: translate3d(0px, 0px, 0px) !important;
}
#page_shopguide_detail .section_shop-detail .block_detail .box_img .thumb .slick-track:before, #page_shopguide_detail .section_shop-detail .block_detail .box_img .thumb .slick-track:after {
  display: none;
}
#page_shopguide_detail .section_shop-detail .block_detail .box_img .thumb .slick-slide {
  width: 32% !important;
  margin-right: 2%;
  margin-bottom: 2%;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s;
}
#page_shopguide_detail .section_shop-detail .block_detail .box_img .thumb .slick-slide:nth-child(3n) {
  margin-right: 0%;
}
#page_shopguide_detail .section_shop-detail .block_detail .box_img .thumb .slick-slide.slick-cloned {
  display: none;
}
#page_shopguide_detail .section_shop-detail .block_detail .box_info {
  width: 46%;
}
@media screen and (max-width: 767px) {
  #page_shopguide_detail .section_shop-detail .block_detail .box_info {
    width: 100%;
  }
}
#page_shopguide_detail .section_shop-detail .block_detail .box_info .list_info {
  margin-bottom: 35px;
}
@media screen and (max-width: 999px) {
  #page_shopguide_detail .section_shop-detail .block_detail .box_info .list_info {
    margin-bottom: 25px;
  }
}
#page_shopguide_detail .section_shop-detail .block_detail .box_info .list_info li {
  font-size: 1.6rem;
  border-top: 1px solid #CCCCCC;
  padding: 25px 0px;
}
@media screen and (max-width: 999px) {
  #page_shopguide_detail .section_shop-detail .block_detail .box_info .list_info li {
    font-size: 1.2rem;
    padding: 16px 0px;
  }
}
#page_shopguide_detail .section_shop-detail .block_detail .box_info .list_info li:last-child {
  border-bottom: 1px solid #CCCCCC;
}
#page_shopguide_detail .section_shop-detail .block_detail .box_info .list_info li dl {
  display: flex;
  justify-content: space-between;
}
#page_shopguide_detail .section_shop-detail .block_detail .box_info .list_info li dl dt {
  width: 110px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #page_shopguide_detail .section_shop-detail .block_detail .box_info .list_info li dl dt {
    width: 90px;
  }
}
#page_shopguide_detail .section_shop-detail .block_detail .box_info .list_info li dl dd {
  flex: 1;
}
#page_shopguide_detail .section_shop-detail .block_detail .box_info .list_info li a {
  color: #E60012;
  text-decoration: underline;
}
#page_shopguide_detail .section_shop-detail .block_detail .box_info .list_info li a:hover {
  text-decoration: none;
}
#page_shopguide_detail .section_shop-detail .block_detail .box_info .list_sns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #page_shopguide_detail .section_shop-detail .block_detail .box_info .list_sns {
    justify-content: center;
  }
}
#page_shopguide_detail .section_shop-detail .block_detail .box_info .list_sns li {
  margin-right: 7.4%;
}
@media screen and (max-width: 999px) {
  #page_shopguide_detail .section_shop-detail .block_detail .box_info .list_sns li {
    margin-right: 9.5%;
  }
}
#page_shopguide_detail .section_shop-detail .block_detail .box_info .list_sns li:last-child {
  margin-right: 0%;
}
#page_shopguide_detail .section_shop-detail .block_detail .box_info .list_sns li .twitter {
  width: 37px;
}
@media screen and (max-width: 999px) {
  #page_shopguide_detail .section_shop-detail .block_detail .box_info .list_sns li .twitter {
    width: 29px;
  }
}
#page_shopguide_detail .section_shop-detail .block_detail .box_info .list_sns li .facebook {
  width: 39px;
}
@media screen and (max-width: 999px) {
  #page_shopguide_detail .section_shop-detail .block_detail .box_info .list_sns li .facebook {
    width: 30px;
  }
}
#page_shopguide_detail .section_shop-detail .block_detail .box_info .list_sns li .line {
  width: 41px;
}
@media screen and (max-width: 999px) {
  #page_shopguide_detail .section_shop-detail .block_detail .box_info .list_sns li .line {
    width: 32px;
  }
}
#page_shopguide_detail #section_shop-news {
  background-color: #FAF8F4;
  padding: 70px 0px 73px;
}
@media screen and (max-width: 999px) {
  #page_shopguide_detail #section_shop-news {
    padding: 30px 0px 42px;
  }
}
#page_shopguide_detail #section_shop-news .ttl_section {
  color: #E60012;
  font-family: "Libre Baskerville", serif;
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.01em;
  text-align: center;
  margin-bottom: 67px;
}
@media screen and (max-width: 999px) {
  #page_shopguide_detail #section_shop-news .ttl_section {
    font-size: 2.7rem;
    margin-bottom: 33px;
  }
}
#page_shopguide_detail #section_shop-news .btn_link a {
  width: 340px;
}
@media screen and (max-width: 999px) {
  #page_shopguide_detail #section_shop-news .btn_link a {
    width: 100%;
    max-width: 280px;
  }
}

.section_shop-detail .slide img,
.section_shop-detail .thumb img {
  width: 100%;
  height: auto;
  display: block;
}

.section_shop-detail .thumb {
  margin-top: 10px;
}

.section_shop-detail .thumb .swiper-slide {
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 0.3s;
}

.section_shop-detail .thumb .swiper-slide-thumb-active {
  opacity: 1;
}

#page_special .article_detail {
  padding: 80px 0px 75px;
}
@media screen and (max-width: 999px) {
  #page_special .article_detail {
    padding: 30px 0px 33px;
  }
}
#page_special .article_detail .container {
  max-width: 980px;
}
#page_special .article_detail .block_head {
  border-bottom: 1px solid #E60012;
  margin-bottom: 40px;
  padding-bottom: 10px;
}
@media screen and (max-width: 999px) {
  #page_special .article_detail .block_head {
    margin-bottom: 20px;
  }
}
#page_special .article_detail .block_head .ttl_article {
  font-size: 3.2rem;
}
@media screen and (max-width: 999px) {
  #page_special .article_detail .block_head .ttl_article {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
#page_special .article_detail .img_hero {
  margin-bottom: 30px;
}
@media screen and (max-width: 999px) {
  #page_special .article_detail .img_hero {
    margin-bottom: 10px;
  }
}
#page_special .article_detail .img_hero img {
  width: 100%;
}
#page_special .article_detail .block_detail {
  font-size: 1.6rem;
}
@media screen and (max-width: 999px) {
  #page_special .article_detail .block_detail {
    font-size: 1.2rem;
  }
}
#page_special .article_detail .block_detail img {
  width: 100%;
  margin: 75px 0px 30px;
  display: block;
}
@media screen and (max-width: 999px) {
  #page_special .article_detail .block_detail img {
    margin: 40px 0px 10px;
  }
}
#page_special .article_detail .block_detail p {
  line-height: 2;
  margin-bottom: 17px;
}
@media screen and (max-width: 999px) {
  #page_special .article_detail .block_detail p {
    line-height: 1.9;
    margin-bottom: 8px;
  }
}
#page_special .article_detail .block_detail b, #page_special .article_detail .block_detail strong {
  font-weight: bold;
}
#page_special .article_detail .block_detail em {
  font-style: italic;
}
#page_special .article_detail .block_detail a {
  text-decoration: underline;
}
#page_special .article_detail .block_detail a:hover {
  text-decoration: none;
}
#page_special #nav_category {
  background-color: #FAF8F4;
  padding: 30px 0px;
}
@media screen and (max-width: 767px) {
  #page_special #nav_category {
    padding: 7% 0% 2%;
  }
}
#page_special #nav_category .list_nav {
  max-width: 980px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #page_special #nav_category .list_nav {
    padding: 0% 7.5%;
    justify-content: normal;
    flex-wrap: wrap;
  }
}
#page_special #nav_category .list_nav li {
  width: 12.5%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #page_special #nav_category .list_nav li {
    width: 26%;
    margin-right: 11%;
    margin-bottom: 5%;
  }
  #page_special #nav_category .list_nav li:nth-child(3n) {
    margin-right: 0%;
  }
}
#page_special #nav_category .list_nav li a {
  display: block;
}
#page_special #nav_category .list_nav li a:hover .icon, #page_special #nav_category .list_nav li a.current .icon {
  box-shadow: 0px 0px 10px 2px rgba(59, 64, 67, 0.2);
  background-color: #C9AF83;
}
#page_special #nav_category .list_nav li .icon {
  width: 100%;
  border-radius: 100%;
  background-color: #E2E2E2;
  margin-bottom: 10px;
  padding-bottom: 100%;
  display: block;
  position: relative;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #page_special #nav_category .list_nav li .icon {
    margin-bottom: 7px;
  }
}
#page_special #nav_category .list_nav li .icon .current {
  background-color: #C9AF83;
}
#page_special #nav_category .list_nav li .icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
#page_special #nav_category .list_nav li:nth-child(1) .icon img {
  width: 87%;
}
#page_special #nav_category .list_nav li:nth-child(2) .icon img {
  width: 43%;
}
#page_special #nav_category .list_nav li:nth-child(3) .icon img {
  width: 55%;
}
#page_special #nav_category .list_nav li:nth-child(4) .icon img {
  width: 61%;
}
#page_special #nav_category .list_nav li:nth-child(5) .icon img {
  width: 50%;
}
#page_special #nav_category .list_nav li:nth-child(6) .icon img {
  width: 60%;
}
#page_special #nav_category .list_nav li .caption {
  text-align: center;
}
@media screen and (max-width: 999px) {
  #page_special #nav_category .list_nav li .caption {
    font-size: 1rem;
  }
}
#page_special .section_list {
  padding-top: 75px;
}
@media screen and (max-width: 999px) {
  #page_special .section_list {
    padding-top: 47px;
  }
}

#page_faq .ttl_section {
  font-size: 3.2rem;
  font-weight: normal;
  margin-bottom: 38px;
  padding-bottom: 15px;
  border-bottom: 1px solid #E60012;
}
@media screen and (max-width: 999px) {
  #page_faq .ttl_section {
    font-size: 1.6rem;
    margin-bottom: 23px;
    padding-bottom: 5px;
  }
}
#page_faq .section_contents {
  margin-bottom: 60px;
}
@media screen and (max-width: 999px) {
  #page_faq .section_contents {
    margin-bottom: 30px;
  }
}
#page_faq #head_page {
  margin-bottom: 80px;
}
@media screen and (max-width: 999px) {
  #page_faq #head_page {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  #page_faq #head_page {
    margin-bottom: 17px;
  }
}
#page_faq #section_intro .wrap_contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #page_faq #section_intro .wrap_contents {
    display: block;
  }
}
#page_faq #section_intro .img {
  width: 45.8%;
}
@media screen and (max-width: 767px) {
  #page_faq #section_intro .img {
    width: 100%;
    display: none;
  }
}
#page_faq #section_intro .img.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #page_faq #section_intro .img.sp {
    margin-bottom: 5px;
    display: block;
  }
}
#page_faq #section_intro .img img {
  width: 100%;
}
#page_faq #section_intro .box_txt {
  width: 51%;
}
@media screen and (max-width: 767px) {
  #page_faq #section_intro .box_txt {
    width: 100%;
  }
}
#page_faq #section_intro .ttl_section {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  #page_faq #section_intro .ttl_section {
    margin-bottom: 23px;
  }
}
#page_faq #section_intro .txt_main {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 999px) {
  #page_faq #section_intro .txt_main {
    font-size: 1.2rem;
    line-height: 1.85;
  }
}
#page_faq #section_facility-guide .box_detail {
  font-size: 1.6rem;
  line-height: 2;
  display: flex;
  justify-content: space-between;
  border-width: 1px 1px 0px 1px;
  border-style: solid;
  border-color: #CCCCCC;
}
@media screen and (max-width: 999px) {
  #page_faq #section_facility-guide .box_detail {
    font-size: 1.2rem;
  }
}
#page_faq #section_facility-guide .box_detail:last-child {
  border-bottom-width: 1px;
}
#page_faq #section_facility-guide .box_detail dt, #page_faq #section_facility-guide .box_detail dd {
  padding: 21px 19px;
  box-sizing: border-box;
}
@media screen and (max-width: 999px) {
  #page_faq #section_facility-guide .box_detail dt, #page_faq #section_facility-guide .box_detail dd {
    padding: 3px 7px;
  }
}
#page_faq #section_facility-guide .box_detail dt {
  width: 30.7%;
  font-weight: bold;
  border-right: 1px solid #CCCCCC;
  background-color: #FAFAFA;
  display: flex;
  align-items: center;
}
#page_faq #section_facility-guide .box_detail dt br.sp {
  display: none;
}
@media screen and (max-width: 999px) {
  #page_faq #section_facility-guide .box_detail dt {
    width: 20%;
    line-height: 1.666666667;
  }
  #page_faq #section_facility-guide .box_detail dt br.sp {
    display: inline;
  }
}
#page_faq #section_facility-guide .box_detail dd {
  flex: 1;
}
#page_faq #section_facility-guide .box_detail dd a {
  color: #E60012;
  text-decoration: underline;
}
#page_faq #section_facility-guide .box_detail dd a:hover {
  text-decoration: none;
}
#page_faq #section_facility-guide .box_detail dd a.link_tel {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  #page_faq #section_facility-guide .box_detail dd a.link_tel {
    pointer-events: none;
  }
}
@media screen and (max-width: 999px) {
  #page_faq #section_facility-guide .box_detail .icon_facility-guide {
    width: 25px;
  }
}
#page_faq #section_map {
  padding-bottom: 0;
  margin-bottom: 50px;
}
@media screen and (max-width: 999px) {
  #page_faq #section_map {
    padding-bottom: 0;
    margin-bottom: 10px;
  }
}
#page_faq #section_map .ttl_section {
  margin-bottom: 60px;
}
@media screen and (max-width: 999px) {
  #page_faq #section_map .ttl_section {
    margin-bottom: 20px;
  }
}
#page_faq #section_map .map {
  max-width: 980px;
  margin: 0px auto;
}
#page_faq #section_map .map img {
  width: 100%;
}
#page_faq #block_contact {
  background-color: #FAF8F4;
  padding: 50px 0px 66px;
}
@media screen and (max-width: 999px) {
  #page_faq #block_contact {
    padding: 30px 0px 38px;
  }
}
#page_faq #block_contact .ttl_block {
  font-size: 2.6rem;
  font-weight: normal;
  text-align: center;
  margin-bottom: 30px;
}
#page_faq #block_contact .ttl_block br.sp {
  display: none;
}
@media screen and (max-width: 999px) {
  #page_faq #block_contact .ttl_block {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  #page_faq #block_contact .ttl_block br.sp {
    display: inline;
  }
}
#page_faq #block_contact .btn_link {
  margin-bottom: 30px;
}
@media screen and (max-width: 999px) {
  #page_faq #block_contact .btn_link {
    margin-bottom: 15px;
  }
}
#page_faq #block_contact .btn_link a {
  width: 340px;
}
@media screen and (max-width: 767px) {
  #page_faq #block_contact .btn_link a {
    width: 240px;
  }
}
#page_faq #block_contact .note {
  font-size: 1.6rem;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 999px) {
  #page_faq #block_contact .note {
    font-size: 1.2rem;
  }
}
#page_faq #block_contact .note span {
  font-weight: bold;
}

#page_privacy .ttl_section {
  font-size: 3.2rem;
  font-weight: normal;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #E60012;
}
@media screen and (max-width: 999px) {
  #page_privacy .ttl_section {
    font-size: 1.6rem;
    margin-bottom: 15px;
    padding-bottom: 5px;
  }
}
#page_privacy .section_contents {
  margin-bottom: 67px;
}
@media screen and (max-width: 999px) {
  #page_privacy .section_contents {
    margin-bottom: 30px;
  }
}
#page_privacy .section_contents .container {
  max-width: 980px;
}
#page_privacy .section_contents .txt_main {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 999px) {
  #page_privacy .section_contents .txt_main {
    font-size: 1.2rem;
    line-height: 1.9;
  }
}
#page_privacy #head_page {
  margin-bottom: 76px;
}
@media screen and (max-width: 999px) {
  #page_privacy #head_page {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  #page_privacy #head_page {
    margin-bottom: 17px;
  }
}
#page_privacy #block_contact {
  background-color: #FAF8F4;
  margin-top: 81px;
  padding: 50px 0px 66px;
}
@media screen and (max-width: 999px) {
  #page_privacy #block_contact {
    margin-top: 41px;
    padding: 30px 0px 38px;
  }
}
#page_privacy #block_contact .ttl_block {
  font-size: 2.6rem;
  font-weight: normal;
  text-align: center;
  margin-bottom: 30px;
}
#page_privacy #block_contact .ttl_block br.sp {
  display: none;
}
@media screen and (max-width: 999px) {
  #page_privacy #block_contact .ttl_block {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  #page_privacy #block_contact .ttl_block br.sp {
    display: inline;
  }
}
#page_privacy #block_contact .btn_link {
  margin-bottom: 30px;
}
@media screen and (max-width: 999px) {
  #page_privacy #block_contact .btn_link {
    margin-bottom: 15px;
  }
}
#page_privacy #block_contact .btn_link a {
  width: 340px;
}
@media screen and (max-width: 767px) {
  #page_privacy #block_contact .btn_link a {
    width: 240px;
  }
}
#page_privacy #block_contact .note {
  font-size: 1.6rem;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 999px) {
  #page_privacy #block_contact .note {
    font-size: 1.2rem;
  }
}
#page_privacy #block_contact .note span {
  font-weight: bold;
}

#page_notfound .section_contents {
  padding-top: 82px;
}
@media screen and (max-width: 999px) {
  #page_notfound .section_contents {
    padding-top: 50px;
  }
}
#page_notfound .section_contents .txt_main-message {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 59px;
}
@media screen and (max-width: 999px) {
  #page_notfound .section_contents .txt_main-message {
    font-size: 1.3rem;
    margin-bottom: 43px;
  }
}
#page_notfound .section_contents .txt_main-message img {
  width: 515px;
  margin-bottom: 12px;
}
@media screen and (max-width: 999px) {
  #page_notfound .section_contents .txt_main-message img {
    width: 300px;
    margin-bottom: -3px;
  }
}
#page_notfound .section_contents .txt_main {
  max-width: 980px;
  font-size: 1.6rem;
  line-height: 2;
  margin: 0px auto 57px;
}
@media screen and (max-width: 999px) {
  #page_notfound .section_contents .txt_main {
    font-size: 1.2rem;
    line-height: 1.9;
    margin-bottom: 41px;
  }
}
#page_notfound .section_contents .txt_main p {
  margin-bottom: 32px;
}
@media screen and (max-width: 999px) {
  #page_notfound .section_contents .txt_main p {
    margin-bottom: 22px;
  }
}
#page_notfound .section_contents .btn_link {
  margin-bottom: 30px;
}
@media screen and (max-width: 999px) {
  #page_notfound .section_contents .btn_link {
    margin-bottom: 15px;
  }
}
#page_notfound .section_contents .btn_link a {
  width: 340px;
}
@media screen and (max-width: 767px) {
  #page_notfound .section_contents .btn_link a {
    width: 240px;
  }
}

#page_use .ttl_section {
  font-size: 3.2rem;
  font-weight: normal;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #E60012;
}
@media screen and (max-width: 999px) {
  #page_use .ttl_section {
    font-size: 1.6rem;
    margin-bottom: 15px;
    padding-bottom: 5px;
  }
}
#page_use .section_contents {
  margin-bottom: 67px;
}
@media screen and (max-width: 999px) {
  #page_use .section_contents {
    margin-bottom: 30px;
  }
}
#page_use .section_contents .container {
  max-width: 980px;
}
#page_use .section_contents .txt_main {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 999px) {
  #page_use .section_contents .txt_main {
    font-size: 1.2rem;
    line-height: 1.9;
  }
}
#page_use .section_contents .txt_main a {
  color: #E60012;
  text-decoration: underline;
}
#page_use #head_page {
  margin-bottom: 76px;
}
@media screen and (max-width: 999px) {
  #page_use #head_page {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  #page_use #head_page {
    margin-bottom: 17px;
  }
}

#page_sitemap #head_page {
  margin-bottom: 69px;
}
@media screen and (max-width: 999px) {
  #page_sitemap #head_page {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  #page_sitemap #head_page {
    margin-bottom: 24px;
  }
}
#page_sitemap .section_contents {
  padding-bottom: 30px;
}
#page_sitemap .section_contents .container {
  max-width: 980px;
}
#page_sitemap .section_contents .list_sitemap {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #page_sitemap .section_contents .list_sitemap {
    display: block;
  }
}
#page_sitemap .section_contents .list_sitemap .item_list_sitemap {
  width: 46.8%;
  font-size: 2.4rem;
  margin: 0px 6.4% 50px 0px;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 999px) {
  #page_sitemap .section_contents .list_sitemap .item_list_sitemap {
    font-size: 1.6rem;
    margin: 0px 6.4% 25px 0px;
  }
}
@media screen and (max-width: 767px) {
  #page_sitemap .section_contents .list_sitemap .item_list_sitemap {
    width: 100%;
    margin: 0px 0% 15px 0px;
  }
}
#page_sitemap .section_contents .list_sitemap .item_list_sitemap > a,
#page_sitemap .section_contents .list_sitemap .item_list_sitemap > span {
  border-bottom: 1px solid #E60012;
  padding: 0px 0px 10px 25px;
  display: block;
  position: relative;
}
@media screen and (max-width: 999px) {
  #page_sitemap .section_contents .list_sitemap .item_list_sitemap > a,
  #page_sitemap .section_contents .list_sitemap .item_list_sitemap > span {
    padding: 0px 0px 10px 13px;
  }
}
#page_sitemap .section_contents .list_sitemap .item_list_sitemap > a:before,
#page_sitemap .section_contents .list_sitemap .item_list_sitemap > span:before {
  content: "";
  width: 6px;
  height: 6px;
  border-width: 2px 2px 0px 0px;
  border-style: solid;
  border-color: #E60012;
  display: block;
  position: absolute;
  left: 0px;
  top: 17px;
  z-index: 1;
  transform: rotate(45deg);
}
@media screen and (max-width: 999px) {
  #page_sitemap .section_contents .list_sitemap .item_list_sitemap > a:before,
  #page_sitemap .section_contents .list_sitemap .item_list_sitemap > span:before {
    width: 4px;
    height: 4px;
    border-width: 1px 1px 0px 0px;
    top: 10px;
  }
}
#page_sitemap .section_contents .list_sitemap .item_list_sitemap:nth-child(2n+1) {
  margin-right: 0%;
}
#page_sitemap .section_contents .list_sitemap .item_list_sitemap.full-width {
  width: 100%;
  margin-right: 0%;
}
#page_sitemap .section_contents .list_sitemap .item_list_sitemap .list_sub {
  font-size: 1.9rem;
  margin-top: 25px;
  padding-left: 6%;
}
@media screen and (max-width: 999px) {
  #page_sitemap .section_contents .list_sitemap .item_list_sitemap .list_sub {
    font-size: 1.2rem;
    margin-top: 15px;
    padding-left: 4%;
  }
}
@media screen and (max-width: 767px) {
  #page_sitemap .section_contents .list_sitemap .item_list_sitemap .list_sub {
    margin-top: 10px;
  }
}
#page_sitemap .section_contents .list_sitemap .item_list_sitemap .list_sub li {
  margin-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #page_sitemap .section_contents .list_sitemap .item_list_sitemap .list_sub li {
    margin-bottom: 5px;
  }
}
#page_sitemap .section_contents .list_sitemap .item_list_sitemap .list_sub li a {
  padding-left: 22px;
  position: relative;
}
@media screen and (max-width: 999px) {
  #page_sitemap .section_contents .list_sitemap .item_list_sitemap .list_sub li a {
    padding: 7px 0 7px 11px;
  }
}
#page_sitemap .section_contents .list_sitemap .item_list_sitemap .list_sub li a:before {
  content: "";
  width: 6px;
  height: 6px;
  border-width: 2px 2px 0px 0px;
  border-style: solid;
  border-color: #E60012;
  display: block;
  position: absolute;
  left: 0px;
  top: 10px;
  z-index: 1;
  transform: rotate(45deg);
}
@media screen and (max-width: 999px) {
  #page_sitemap .section_contents .list_sitemap .item_list_sitemap .list_sub li a:before {
    width: 2px;
    height: 2px;
    border-width: 1px 1px 0px 0px;
    top: 14px;
  }
}

#page_access .ttl_section {
  font-size: 3.2rem;
  font-weight: normal;
  background-position: 14px 8px;
  background-repeat: no-repeat;
  margin-bottom: 20px;
  padding: 0px 0px 15px 70px;
  border-bottom: 1px solid #E60012;
}
@media screen and (max-width: 999px) {
  #page_access .ttl_section {
    font-size: 1.6rem;
    background-position: 5px 3px;
    margin-bottom: 13px;
    padding: 0px 0px 5px 32px;
  }
}
#page_access .section_contents {
  margin-bottom: 63px;
}
@media screen and (max-width: 999px) {
  #page_access .section_contents {
    margin-bottom: 33px;
  }
}
#page_access .section_contents .container {
  max-width: 980px;
}
#page_access .section_contents .block_contents {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 999px) {
  #page_access .section_contents .block_contents {
    font-size: 1.2rem;
  }
}
#page_access #head_page {
  margin-bottom: 80px;
}
@media screen and (max-width: 999px) {
  #page_access #head_page {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  #page_access #head_page {
    margin-bottom: 17px;
  }
}
#page_access #section_map {
  margin-bottom: 30px;
}
@media screen and (max-width: 999px) {
  #page_access #section_map {
    margin-bottom: 11px;
  }
}
#page_access #section_map .box_map iframe {
  width: 100%;
  height: 563px;
}
@media screen and (max-width: 999px) {
  #page_access #section_map .box_map iframe {
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  #page_access #section_map .box_map iframe {
    height: 198px;
  }
}
#page_access #section_location .ttl_section {
  background-image: url("../img/access/icon_ttl_location.png");
}
@media screen and (max-width: 999px) {
  #page_access #section_location .ttl_section {
    background-size: 14px auto;
  }
}
#page_access #section_train .ttl_section {
  background-image: url("../img/access/icon_ttl_train.png");
}
@media screen and (max-width: 999px) {
  #page_access #section_train .ttl_section {
    background-size: 17px auto;
  }
}
#page_access #section_car {
  padding-bottom: 17px;
}
#page_access #section_car .ttl_section {
  background-image: url("../img/access/icon_ttl_car.png");
}
@media screen and (max-width: 999px) {
  #page_access #section_car .ttl_section {
    background-size: 21px auto;
  }
}
#page_access #section_car .block_parking {
  margin-top: 65px;
}
@media screen and (max-width: 999px) {
  #page_access #section_car .block_parking {
    margin-top: 33px;
  }
}
#page_access #section_car .block_parking .ttl {
  font-size: 2.6rem;
  font-weight: normal;
  margin-bottom: 17px;
}
@media screen and (max-width: 999px) {
  #page_access #section_car .block_parking .ttl {
    font-size: 1.6rem;
    margin-bottom: 9px;
  }
}
#page_access #section_car .block_parking .ttl span {
  font-size: 2rem;
}
@media screen and (max-width: 999px) {
  #page_access #section_car .block_parking .ttl span {
    font-size: 1.2rem;
    display: block;
  }
}
#page_access #section_car .block_parking .box_detail {
  border-width: 1px 0px 0px 0px;
  border-style: solid;
  border-color: #CCCCCC;
  padding: 24px 0px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 999px) {
  #page_access #section_car .block_parking .box_detail {
    padding: 13px 0px;
  }
}
#page_access #section_car .block_parking .box_detail:last-child {
  border-width: 1px 0px 1px 0px;
}
#page_access #section_car .block_parking .box_detail dt {
  width: 110px;
  font-weight: bold;
}
@media screen and (max-width: 999px) {
  #page_access #section_car .block_parking .box_detail dt {
    width: 90px;
  }
}
#page_access #section_car .block_parking .box_detail dd {
  flex: 1;
}
#page_access #section_car .block_parking .box_detail a {
  color: #E60012;
  text-decoration: underline;
}
#page_access #section_car .block_parking .box_detail a:hover {
  text-decoration: none;
}

#page_art {
  box-sizing: border-box;
}
#page_art #section_intro {
  background-color: #FAF8F4;
  background-image: url("../img/art/bg_dot01.png"), url("../img/art/bg_dot02.png");
  background-position: left 14px top 17px, right 1px bottom 0px;
  background-repeat: no-repeat, no-repeat;
  padding: 82px 0px 265px;
}
@media screen and (max-width: 999px) {
  #page_art #section_intro {
    background-position: left 3px top 3px, right 3px bottom 3px;
    background-size: 57.6% auto;
    padding: 30px 0px 95px;
  }
}
@media screen and (max-width: 767px) {
  #page_art #section_intro {
    padding: 30px 0px;
  }
}
#page_art #section_intro .wrap_contents {
  max-width: 1060px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #page_art #section_intro .wrap_contents {
    display: block;
  }
}
#page_art #section_intro .box_contents {
  width: 50%;
  transition: 0.1s;
}
@media screen and (max-width: 767px) {
  #page_art #section_intro .box_contents {
    width: 100%;
  }
}
#page_art #section_intro .box_contents .inner {
  border-radius: 10px;
  box-shadow: 0px 0px 8px 0px rgba(59, 64, 67, 0.1);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #page_art #section_intro .box_contents.access {
    margin-bottom: 20px;
  }
}
#page_art #section_intro .box_contents.access .inner {
  background-color: #FFFFFF;
  padding: 50px 40px 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 999px) {
  #page_art #section_intro .box_contents.access .inner {
    padding: 34px 27px 30px;
  }
}
#page_art #section_intro .box_contents.access .catch {
  text-align: center;
  border-bottom: 1px solid #E60012;
  margin-bottom: 6px;
  padding-bottom: 6px;
}
@media screen and (max-width: 999px) {
  #page_art #section_intro .box_contents.access .catch {
    margin-bottom: 4px;
    padding-bottom: 2px;
  }
}
#page_art #section_intro .box_contents.access .catch img {
  width: 100%;
}
#page_art #section_intro .box_contents.access .txt_main {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 43px;
}
@media screen and (max-width: 999px) {
  #page_art #section_intro .box_contents.access .txt_main {
    font-size: 1.2rem;
    line-height: 1.9;
    margin-bottom: 20px;
  }
}
#page_art #section_intro .box_contents.access .map {
  text-align: center;
  margin-bottom: 27px;
}
@media screen and (max-width: 999px) {
  #page_art #section_intro .box_contents.access .map {
    margin-bottom: 20px;
  }
}
#page_art #section_intro .box_contents.access .map img {
  width: 100%;
  max-width: 400px;
}
#page_art #section_intro .box_contents.access .btn_link a {
  width: 240px;
}
#page_art #section_intro .box_contents.symbol {
  position: relative;
  top: 157px;
}
@media screen and (max-width: 999px) {
  #page_art #section_intro .box_contents.symbol {
    top: 70px;
  }
}
@media screen and (max-width: 767px) {
  #page_art #section_intro .box_contents.symbol {
    position: static;
    top: 0px;
  }
}
#page_art #section_intro .box_contents.symbol .img {
  line-height: 0;
}
#page_art #section_intro .box_contents.symbol .img img {
  width: 100%;
}
#page_art #section_intro .box_contents.symbol .box_txt {
  color: #FFFFFF;
  font-size: 1.6rem;
  line-height: 2;
  background-color: #C9AF83;
  padding: 20px 28px 40px;
}
@media screen and (max-width: 999px) {
  #page_art #section_intro .box_contents.symbol .box_txt {
    font-size: 1.2rem;
    line-height: 1.9;
    padding: 13px 21px 27px;
  }
}
#page_art #section_concept {
  padding: 124px 0px 107px;
  position: relative;
}
@media screen and (max-width: 999px) {
  #page_art #section_concept {
    padding: 44px 0px 64px;
  }
}
@media screen and (max-width: 767px) {
  #page_art #section_concept {
    padding: 22px 0px 32px;
  }
}
#page_art #section_concept .bg {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgb(255, 162, 41) 0%, rgb(246, 41, 12) 60%, rgb(230, 0, 19) 100%);
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
}
#page_art #section_concept .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #page_art #section_concept .container {
    display: block;
  }
}
#page_art #section_concept .logo {
  width: 41.5%;
}
@media screen and (max-width: 767px) {
  #page_art #section_concept .logo {
    display: none;
  }
}
#page_art #section_concept .logo.sp {
  width: 77%;
  margin: 0px auto 20px;
  display: none;
}
@media screen and (max-width: 767px) {
  #page_art #section_concept .logo.sp {
    display: block;
  }
}
#page_art #section_concept .logo img {
  width: 100%;
}
#page_art #section_concept .box_txt {
  width: 50%;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  #page_art #section_concept .box_txt {
    width: 100%;
  }
}
#page_art #section_concept .box_txt .ttl {
  font-size: 3.2rem;
  font-weight: normal;
  border-bottom: 1px solid #FFFFFF;
  margin-bottom: 26px;
  padding-bottom: 13px;
}
@media screen and (max-width: 999px) {
  #page_art #section_concept .box_txt .ttl {
    font-size: 2.1rem;
  }
}
#page_art #section_concept .box_txt .txt_main {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 999px) {
  #page_art #section_concept .box_txt .txt_main {
    font-size: 1.2rem;
    line-height: 1.9;
  }
}
#page_art #section_concept .box_txt .txt_main p {
  margin-bottom: 30px;
}
@media screen and (max-width: 999px) {
  #page_art #section_concept .box_txt .txt_main p {
    margin-bottom: 20px;
  }
}
#page_art #section_concept .box_txt .txt_main p:last-child {
  margin-bottom: 0px;
}
#page_art #section_art-list {
  background-image: url("../img/art/bg_dot01.png"), url("../img/art/bg_dot02.png");
  background-position: left 14px top 17px, right 1px bottom 0px;
  background-repeat: no-repeat, no-repeat;
  padding: 125px 0px 112px;
}
@media screen and (max-width: 999px) {
  #page_art #section_art-list {
    background-position: left 3px top 3px, right 3px bottom 3px;
    background-size: 57.6% auto;
    padding: 62px 0px 62px;
  }
}
#page_art #section_art-list .map {
  max-width: 980px;
  margin: 0px auto 55px;
}
@media screen and (max-width: 999px) {
  #page_art #section_art-list .map {
    margin-bottom: 35px;
  }
}
#page_art #section_art-list .map img {
  width: 100%;
}
#page_art #section_art-list .list_card .item_list_card {
  width: 21.4%;
  margin-right: 4.8%;
  margin-bottom: 5.6%;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #page_art #section_art-list .list_card .item_list_card {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 11%;
  }
}
#page_art #section_art-list .list_card .item_list_card:nth-child(4n) {
  margin-right: 0%;
}
@media screen and (max-width: 767px) {
  #page_art #section_art-list .list_card .item_list_card:nth-child(2n) {
    margin-right: 0%;
  }
}
#page_art #section_art-list .list_card .item_list_card .icon_num {
  width: 42px;
  height: 42px;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 100%;
  background: linear-gradient(to right, rgb(255, 162, 41) 0%, rgb(246, 41, 12) 60%, rgb(230, 0, 19) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: -22px;
  top: -22px;
  z-index: 2;
}
@media screen and (max-width: 999px) {
  #page_art #section_art-list .list_card .item_list_card .icon_num {
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
    left: -10px;
    top: -17px;
  }
}
@media screen and (max-width: 767px) {
  #page_art #section_art-list .list_card .item_list_card .icon_num {
    left: 0px;
    top: -17px;
  }
}
#page_art #section_art-list .list_card .item_list_card .img {
  padding-top: 57%;
}
#page_art #section_art-list .list_card .item_list_card .box_txt {
  padding: 8px 8px 22px;
}
@media screen and (max-width: 999px) {
  #page_art #section_art-list .list_card .item_list_card .box_txt {
    padding: 6px 5px 9px;
  }
}
#page_art #section_art-list .list_card .item_list_card .work-ttl {
  font-weight: bold;
  margin-bottom: 5px;
  letter-spacing: 0.02em;
}
#page_art #section_art-list .modal {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9999;
  box-sizing: border-box;
  display: none;
}
#page_art #section_art-list .modal .inner_modal {
  width: 92%;
  max-width: 980px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 999px) {
  #page_art #section_art-list .modal .inner_modal {
    height: calc(100% - 70px - 10%);
    margin: 70px auto 0px;
    position: relative;
    left: 0%;
    top: 0%;
    transform: translate(0%, 0%);
  }
}
#page_art #section_art-list .modal .wrap_box_modal {
  border-radius: 10px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 999px) {
  #page_art #section_art-list .modal .wrap_box_modal {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
#page_art #section_art-list .modal .box_modal {
  padding: 40px 36px 30px;
  display: none;
}
@media screen and (max-width: 999px) {
  #page_art #section_art-list .modal .box_modal {
    padding: 15px 22px 30px;
  }
}
#page_art #section_art-list .modal .box_modal .wrap_main-info {
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 999px) {
  #page_art #section_art-list .modal .box_modal .wrap_main-info {
    margin-bottom: 10px;
    display: block;
  }
}
#page_art #section_art-list .modal .box_modal .box_txt {
  width: 45.8%;
  border-bottom: 1px solid #E60012;
  box-sizing: border-box;
}
@media screen and (max-width: 999px) {
  #page_art #section_art-list .modal .box_modal .box_txt {
    width: 100%;
    margin-bottom: 22px;
    padding-bottom: 10px;
  }
}
#page_art #section_art-list .modal .box_modal .box_txt .icon_num {
  width: 30px;
  height: 30px;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 100%;
  background: linear-gradient(to right, rgb(255, 162, 41) 0%, rgb(246, 41, 12) 60%, rgb(230, 0, 19) 100%);
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 999px) {
  #page_art #section_art-list .modal .box_modal .box_txt .icon_num {
    font-size: 1.3rem;
    margin-bottom: 5px;
  }
}
#page_art #section_art-list .modal .box_modal .box_txt .work-ttl {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.03em;
  margin-bottom: 15px;
}
@media screen and (max-width: 999px) {
  #page_art #section_art-list .modal .box_modal .box_txt .work-ttl {
    font-size: 1.3rem;
    line-height: 1.6;
    letter-spacing: 0.01em;
    margin-bottom: 3px;
  }
}
#page_art #section_art-list .modal .box_modal .box_txt .work-info {
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 999px) {
  #page_art #section_art-list .modal .box_modal .box_txt .work-info {
    font-size: 1.2rem;
  }
}
#page_art #section_art-list .modal .box_modal .box_txt .work-info dt:after {
  content: "：";
}
#page_art #section_art-list .modal .box_modal .box_txt .work-info dd {
  flex: 1;
}
#page_art #section_art-list .modal .box_modal .img {
  width: 52%;
  line-height: 0;
}
@media screen and (max-width: 999px) {
  #page_art #section_art-list .modal .box_modal .img {
    width: 100%;
    margin-bottom: 13px;
  }
}
#page_art #section_art-list .modal .box_modal .img img {
  width: 100%;
}
#page_art #section_art-list .modal .box_modal .description {
  line-height: 1.55;
  letter-spacing: 0.003em;
}
@media screen and (max-width: 999px) {
  #page_art #section_art-list .modal .box_modal .description {
    font-size: 1.2rem;
    line-height: 1.95;
  }
}
#page_art #section_art-list .modal .box_modal .description p {
  margin-bottom: 10px;
}
#page_art #section_art-list .modal .box_modal .description p:last-child {
  margin-bottom: 0px;
}
#page_art #section_art-list .modal .overlay {
  width: 100%;
  height: 100%;
  background: rgba(201, 175, 131, 0.7);
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 0;
  cursor: pointer;
}
#page_art #section_art-list .modal .btn_close {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #E60012;
  position: absolute;
  right: 0px;
  top: -70px;
  z-index: 1;
  cursor: pointer;
}
@media screen and (max-width: 999px) {
  #page_art #section_art-list .modal .btn_close {
    width: 40px;
    height: 40px;
    top: -55px;
  }
}
#page_art #section_art-list .modal .btn_close:before, #page_art #section_art-list .modal .btn_close:after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #FFFFFF;
  position: absolute;
  left: 21%;
  top: 25px;
  z-index: 1;
}
@media screen and (max-width: 999px) {
  #page_art #section_art-list .modal .btn_close:before, #page_art #section_art-list .modal .btn_close:after {
    width: 25px;
    top: 20px;
  }
}
#page_art #section_art-list .modal .btn_close:before {
  transform: rotate(45deg);
}
#page_art #section_art-list .modal .btn_close:after {
  transform: rotate(-45deg);
}/*# sourceMappingURL=style.css.map */