@charset "utf-8";
/**************************************
 * CSS BasicStyle forHTML5 v2.0
**************************************/
/******************************
 All Area base
******************************/
html {
  height: 100%;
}
body {
  position: relative;
  width: 100%;
  height: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  word-wrap: break-word;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
}
/* webfonts*/
.noto {
  font-family: 'Noto Sans JP', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

/* link */
a:link,
a:visited {
  color: #00afdd;
  text-decoration: none;
}
a:hover,
a:active {
  color: #00afdd;
  text-decoration: none;
  opacity: 0.7;
}

.PC {
  display: block;
}
.SP {
  display: none;
}

.att {
  text-align: left;
  font-size: 1.1rem;
  padding: 0 30px;
  margin-top: 50px;
}
.att li {
  position: relative;
  padding: 0 1em 0 1em;
  margin-bottom: 0.5em;
  line-height: 1.4;
}
.att li::before {
  content: '※';
  position: absolute;
  display: block;
  left: 0;
  top: 0;
}
/* WordPress Native Styles */
.wparea {
  text-align: left;
}
.wparea:after {
  content: '';
  display: block;
  clear: both;
}
.wparea .alignnone {
  margin-right: 40px;
  margin-bottom: 40px;
}
.wparea .alignright {
  float: right;
  margin-left: 40px;
  margin-bottom: 40px;
}
.wparea .alignleft {
  float: left;
  margin-right: 40px;
  margin-bottom: 40px;
}
.wparea .aligncenter {
  display: block;
  margin: 0 auto 40px;
  clear: both;
}
.wparea p {
  display: block;
  margin: 1em 0;
}
.wparea img[class*='wp-image-'],
.wparea img[class*='attachment-'] {
  max-width: 100%;
  height: auto;
}
.wparea strong {
  font-weight: bold;
}
.wparea em {
  font-style: italic;
}
.wparea blockquote {
  display: block;
  background-color: #f9f9f8;
  margin: 0 0 40px;
  padding: 1em 4em;
  line-height: 1.8;
  color: #aaa;
  font-style: italic;
}
.wparea table {
  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
  margin: 0 0 40px;
}
.wparea table td {
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  padding: 1em 1.5em 0.5em;
  line-height: 1.8;
}
.wparea .wp-caption {
  max-width: 100%;
  height: auto;
  text-align: center;
  background-color: #f8f8f8;
}
.wparea .wp-caption img {
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.wparea .wp-caption p.wp-caption-text {
  max-width: 100%;
  font-size: 1.2rem;
  line-height: 1.2;
  padding: 0.5em 0.5em;
  margin: 0;
}
.wparea .wp-caption.alignnone {
  text-align: left;
}
.wparea .wp-caption.alignright {
  text-align: left;
}
.wparea .wp-caption.alignleft {
  text-align: left;
}
.wparea .wp-caption.aligncenter {
  text-align: left;
}

.wparea ul,
.wparea ol {
  padding: 0 1em 0 2.5em;
  margin-bottom: 40px;
}
.wparea li {
  margin-bottom: 1em;
  line-height: 1.8;
}
.wparea ul li {
  position: relative;
}
.wparea ul li::before {
  content: '■';
  position: absolute;
  top: 0;
  left: -1.5em;
}
.wparea ol {
  counter-reset: number 0;
}
.wparea ol li {
  position: relative;
}
.wparea ol li::before {
  counter-increment: number 1;
  content: counter(number) '.';
  position: absolute;
  top: 0;
  left: -1.5em;
}

/* ---SP--- */
@media screen and (max-width: 768px) {
  .PC {
    display: none;
  }
  .SP {
    display: block;
  }
  .att {
    font-size: 1rem;
    padding: 0 15px;
    margin-top: 20px;
  }
  .wparea .alignright {
    float: none;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .wparea .alignleft {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .wparea .aligncenter {
    margin: 0 0 10px;
  }
  .wparea .wp-caption p.wp-caption-text {
    font-size: 10px;
  }
  .wparea img {
    width: 100%;
  }
  .wparea .wp-caption {
    width: 100% !important;
  }
  .wparea .alignnone {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .wparea .alignright {
    float: none;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .wparea .alignleft {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .wparea .aligncenter {
    margin: 0 auto 20px;
  }
} /* ---/SP--- */

/* default_box */
.default_box {
  text-align: left;
}
.default_box:after {
  content: '';
  display: block;
  clear: both;
}
.default_box h2 {
  position: relative;
  text-align: left;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 0.8em 1em 0.8em 1em;
  margin-bottom: 30px;
  border-top: solid 1px #9fa0a0;
  border-bottom: solid 1px #9fa0a0;
  background-color: #f7f8f8;
}
.default_box h2::before {
  position: absolute;
  top: 0.4em;
  left: 0;
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: calc(70%);
  background-color: #00afdd;
  margin-right: 0.5em;
}
.default_box h3 {
  position: relative;
  text-align: left;
  font-size: 2rem;
  font-weight: 500;
  padding: 0.5em 0;
  margin-bottom: 30px;
  border-bottom: solid 1px #9fa0a0;
}
.default_box h3::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: '';
  display: block;
  width: 200px;
  height: 1px;
  background-color: #00afdd;
}
.default_box h4 {
  position: relative;
  text-align: left;
  font-size: 1.8rem;
  padding: 0.5em 0 0.5em 1.5em;
  margin-bottom: 30px;
  border-bottom: solid 1px #9fa0a0;
}
.default_box h4::after {
  position: absolute;
  top: 50%;
  left: 0;
  content: '';
  display: block;
  width: 16px;
  height: 1px;
  background-color: #00afdd;
}
.default_box p {
  display: block;
  margin: 1em 0;
  line-height: 1.8;
}
.default_box .alignright {
  float: right;
  margin-left: 40px;
  margin-bottom: 40px;
}
.default_box .alignleft {
  float: left;
  margin-right: 40px;
  margin-bottom: 40px;
}
.default_box .aligncenter {
  display: block;
  margin: 0 auto 40px;
  clear: both;
}
.default_box ul,
.default_box ol {
  padding: 0 1em 0 2.5em;
  margin-bottom: 40px;
}
.default_box ol {
  counter-reset: number 0;
}
.default_box li {
  position: relative;
  margin-bottom: 0.5em;
  line-height: 1.8;
}
.default_box ul li::before {
  content: '■';
  position: absolute;
  top: 0;
  left: -1.5em;
}
.default_box ol li::before {
  counter-increment: number 1;
  content: counter(number) '.';
  position: absolute;
  top: 0;
  left: -1.5em;
}
/* ---SP--- */
@media screen and (max-width: 768px) {
  .default_box {
    font-size: 12px;
  }
  .default_box h2 {
    font-size: 15px;
    margin-bottom: 30px;
  }
  .default_box h2::before {
    width: 4px;
  }
  .default_box h3 {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .default_box h3::after {
    width: 100px;
  }
  .default_box h4 {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .default_box h4::after {
    width: 8px;
  }
  .default_box ul,
  .default_box ol {
    padding: 0 1em 0 2em;
    margin-bottom: 20px;
  }
} /* ---SP--- */
/******************************
 sidenav Area
******************************/
#sidenav {
  position: fixed;
  top: 0;
  left: 0;
  width: 200px;
  height: 100%;
  border-right: solid 1px #ccc;
  background-color: #fff;
}
#sidenav a {
  display: block;
}
#sidenav a img {
  width: 100%;
}

/******************************
 All Area
******************************/
main,
header,
footer {
  padding-left: 200px;
  min-width: 960px;
}
main {
  padding-bottom: 30px;
}
/* ---SP--- */
@media screen and (max-width: 768px) {
  main,
  header,
  footer {
    padding-left: 0;
    min-width: auto;
  }
  main {
    padding-top: 65px;
  }
} /* ---/SP--- */
/******************************
 Header Area
******************************/
header {
  position: relative;
  border-top: solid 28px #00afdd;
  border-bottom: solid 1px #b0b0b1;
  background-color: #fff;
}
header .logo {
  width: 200px;
  margin: 0 auto;
  padding: 10px 0 25px;
}
header .logo a {
  display: block;
}
header .logo img {
  width: 100%;
}
header .head_info {
  position: absolute;
  left: 230px;
  top: 40px;
  text-align: left;
  line-height: 1.6;
  color: #333;
}
header .head_info span {
  display: block;
}
header .head_search {
  position: absolute;
  right: 0;
  top: 45px;
  width: 33%;
  text-align: right;
}
header .head_search::after {
  content: '';
  clear: both;
  display: block;
}
header .head_search .search_box {
  float: left;
  width: 65%;
}
header .head_search .search_box form {
  position: relative;
}
header .head_search .search_box input {
  width: 100%;
  min-width: 280px;
  background-color: #efefef;
  padding: 0.8em 1.2em;
  border-radius: 1.5em;
  font-size: 1.1rem;
}
header .head_search .search_box .btn_search_free {
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 1;
  width: 23px;
  height: 23px;
  margin-top: -11px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../img/ic_search.svg);
}

/* google_translate_element */
#google_translate_element {
  float: left;
  margin-left: 20px;
  margin-top: 0.5em;
}
#google_translate_element .goog-te-gadget-simple {
  position: relative;
  background-color: #fff;
  border: none;
  font-size: 10pt;
  display: inline-block;
  padding-top: 1px;
  padding-bottom: 2px;
  cursor: pointer;
  zoom: 1;
}

@media screen and (max-width: 1250px) {
  header .head_info {
    left: 210px;
    font-size: 1vw;
  }
  header .head_search {
    width: 28%;
    top: 25px;
  }
  header .head_search .search_box {
    width: 90%;
  }
  header .head_search .search_box input {
    min-width: 100px;
    background-color: #efefef;
    padding: 0.8em 1em;
    border-radius: 1.5em;
  }
}
/* ---SP--- */
@media screen and (max-width: 768px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 65px;
    border-top: none;
    border-bottom: none;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
  }
  header .logo {
    width: 100px;
    padding: 10px 0;
  }
  header .head_info {
    display: none;
  }
  header .head_search .search_box {
    display: none;
  }
  #google_translate_element {
    display: none;
  }
} /* ---/SP--- */

/* mv_area */
header .mv_area {
  position: relative;
}
.mv_area .slider {
  border-bottom: solid 1px #b3b3b4;
}
header .mv_area ul::after {
  content: '';
  clear: both;
  display: block;
}

/* center_nav */
.center_nav {
  display: none;
}
.nav_sp {
  display: none;
}

/* ---SP--- */
@media screen and (max-width: 768px) {
  .center_nav {
    display: block;
    padding: 0 20px;
  }
  .center_nav ul::after {
    content: '';
    clear: both;
    display: block;
  }
  .center_nav li {
    float: left;
    width: 33.33%;
    margin-bottom: 20px;
  }
  .center_nav li a {
    display: block;
    font-size: 12px;
    line-height: 1.2;
    color: #333;
  }
  .center_nav li a .ic {
    display: block;
    max-width: 40px;
    height: 30px;
    margin: 0 auto 10px;
  }
  .center_nav li a .ic img {
    height: 100%;
  }
  .nav_sp {
    display: block;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 36px;
    height: 36px;
    background-color: #00afdd;
    cursor: pointer;
  }
  .nav_sp .menu_nav_btn {
    display: inline-block;
    position: relative;
    padding: 0;
    background: #fff;
  }
  .nav_sp .menu_nav_btn,
  .nav_sp .menu_nav_btn::before,
  .nav_sp .menu_nav_btn::after {
    width: 18px;
    height: 2px;
    top: 6px;
  }
  .nav_sp .menu_nav_btn::before,
  .nav_sp .menu_nav_btn::after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    background: #fff;
  }
  .nav_sp .menu_nav_btn:before {
    margin-top: -8px;
  }
  .nav_sp .menu_nav_btn:after {
    margin-top: 6px;
  }
  .menu_nav_sp ul::after {
    content: '';
    clear: both;
    display: block;
  }
  .menu_nav_sp ul li {
    float: left;
    width: 49.1%;
    margin-left: 1.8%;
    margin-bottom: 10px;
  }
  .menu_nav_sp ul li:nth-child(odd) {
    margin-left: 0;
  }
  .menu_nav_sp ul li a {
    position: relative;
    display: block;
    background-color: #fff;
    border-radius: 5px;
    padding: 1.2em 5px 1.2em 35px;
    text-align: left;
    font-size: 11px;
    color: #333;
  }
  .menu_nav_sp ul li .ic {
    position: absolute;
    left: 5px;
    top: 0.6em;
    display: block;
    width: 26px;
  }
  .menu_nav_sp ul li .ic img {
    width: 100%;
  }
  .menu_nav_sp .insta {
  }
  .menu_nav_sp .insta a {
    position: relative;
    display: block;
    background-color: #fff;
    width: 100%;
    border-radius: 5px;
    padding: 0.6em 5px;
    text-align: center;
    font-size: 11px;
    color: #333;
  }
  .menu_nav_sp .insta a::before {
    content: '';
    position: relative;
    left: 0;
    top: 0;
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(../img/ic_instagram.svg);
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .menu_nav_sp .close {
    position: absolute;
    top: -40px;
    right: 18px;
    cursor: pointer;
    display: block;
    width: 30px;
    height: 30px;
  }
  .menu_nav_sp .close span {
    display: block;
    position: absolute;
    top: 0;
    right: -5px;
    margin: 0 20px 0 7px;
    padding: 0;
    width: 2px;
    height: 24px;
    background: #fff;
    transform: rotate(45deg);
  }
  .menu_nav_sp .close span:before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: -11px;
    width: 24px;
    height: 2px;
    margin-top: -1px;
    background: #fff;
  }
} /* ---/SP--- */

/******************************
 info_area
******************************/
#info_area {
  background-color: #f9f9f8;
  padding: 30px 0;
}
#info_area h2 {
  position: relative;
  max-width: 1000px;
  width: 100%;
  text-align: left;
  font-size: 2.6rem;
  padding: 0.3em 1em 0.3em 70px;
  margin: 0 auto 30px;
}
#info_area h2 span {
  display: inline-block;
  font-size: 1.8rem;
  vertical-align: top;
  border-left: solid 1px #9d9e9e;
  margin-left: 20px;
  padding-left: 20px;
  height: 1.5em;
  line-height: 1.4;
}
#info_area h2::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-image: url(../img/ic_info.svg);
}
#info_area .info_tab {
  border-bottom: solid 3px #00afdd;
}

#info_area .info_tab ul {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  font-size: 1.7rem;
}
#info_area .info_tab ul::after {
  content: '';
  clear: both;
  display: block;
}
#info_area .info_tab li {
  display: block;
  max-width: 330px;
  width: 33%;
  float: left;
  margin-left: 0.5%;
}
#info_area .info_tab li:first-child {
  margin-left: 0;
}
#info_area .info_tab li a {
  position: relative;
  display: block;
  width: 100%;
  padding: 1em 60px;
  vertical-align: middle;
  background-color: #dadbdb;
  color: #595757;
  border-radius: 10px 10px 0 0;
}
#info_area .info_tab li.active a,
#info_area .info_tab li.current a {
  background-color: #00afdd;
  color: #fff;
}
#info_area .info_tab li a::before {
  content: '';
  display: block;
  position: absolute;
  left: 30px;
  top: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 23px;
  height: 16px;
  margin-top: -8px;
}
#info_area .info_tab li a::before {
  background-image: url(../img/ic_news_off.svg);
}
#info_area .info_tab li:first-child a::before {
  width: 28px;
  height: 19px;
  background-image: url(../img/ic_all_off.svg);
}
#info_area .info_tab li.active a::before,
#info_area .info_tab li.current a::before {
  background-image: url(../img/ic_news_on.svg);
}
#info_area .info_tab li.active:first-child a::before,
#info_area .info_tab li.current:first-child a::before {
  background-image: url(../img/ic_all_on.svg);
}

#info_area .topics_inr {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

/* topics article */
#info_area .tab_cont {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 0 0;
}
#info_area .tab_cont::after {
  content: '';
  clear: both;
  display: block;
}
#info_area article {
  width: 32.5%;
  max-width: 325px;
  margin-left: 1.2%;
  margin-bottom: 30px;
  float: left;
  text-align: left;
}
#info_area article:nth-child(3n + 1) {
  margin-left: 0;
}
#info_area article a {
  position: relative;
  display: block;
  width: 100%;
  border: solid 1px #b3b3b4;
  border-top: solid 4px #00afdd;
  padding: 53.72% 25px 25px;
  background-color: #fff;
  color: #3e3a39;
  overflow: hidden;
}

#info_area article h3,
#info_area article .date,
#info_area article .place,
#info_area article .txt {
  position: relative;
  z-index: 1;
}
#info_area article h3 {
  line-height: 1.4;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 30px 0 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #9d9e9e;
  color: #000;
}
#info_area article .cat {
  position: absolute;
  top: -50px;
  left: -50px;
  z-index: 1;
  width: 100px;
  height: 100px;
  padding: 80px 0 0 0;
  text-align: center;
  background-color: #ccc;
  color: #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
#info_area article .cat.facility {
  background-color: #00afdd;
}
#info_area article .cat.shop {
  background-color: #e85514;
}
#info_area article .date {
  position: absolute;
  top: 10px;
  padding-top: 53.72%;
  color: #009a74;
  font-weight: 500;
}
#info_area article .place {
  position: relative;
  padding: 0 0 0 1.5em;
  margin-bottom: 20px;
  font-weight: 500;
}
#info_area article .place::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 20px;
  margin-top: -10px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../img/ic_point.svg);
}
#info_area article .shopname {
  position: relative;
  padding: 0 0 0 1.5em;
  margin-bottom: 20px;
  font-weight: 500;
}
#info_area article .shopname::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 20px;
  margin-top: -10px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../img/ic_shop.svg);
}
#info_area article .txt {
  line-height: 1.6;
}
#info_area article .img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  max-width: 323px;
  padding-top: 53.72%;
  background-color: #f6f6f6;
  background-image: url(../img/img_blank.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
#info_area article .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#info_area article a:hover .img img {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1.2);
}

/* btn_more */
#info_area .btn_more {
  clear: both;
  width: 350px;
  margin: 0 auto 20px;
}
#info_area .btn_more a {
  position: relative;
  display: block;
  font-size: 1.6rem;
  border: solid 1px #3e3a39;
  padding: 1.4em 1em;
  border-radius: 10px;
  color: #333;
}
#info_area .btn_more a::after {
  content: '';
  display: block;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -4px;
  content: '';
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

@media screen and (max-width: 1250px) {
  #info_area .info_inr {
    padding: 0 15px;
  }
  #info_area h2 {
    width: calc(100% - 30px);
  }
  #info_area nav {
    padding: 0 15px;
  }
}
/* ---SP--- */
@media screen and (max-width: 768px) {
  #info_area .info_inr {
    padding: 0 15px;
  }
  #info_area nav {
    padding: 0 15px;
    margin-bottom: 10px;
    border-bottom: none;
  }
  #info_area .tab_cont {
    padding: 0;
  }
  #info_area h2 {
    font-size: 15px;
    padding: 0.3em 1em 0.3em 30px;
  }
  #info_area h2::before {
    width: 24px;
    height: 24px;
  }
  #info_area h2 span {
    font-size: 12px;
    margin-left: 10px;
    padding-left: 10px;
  }
  #info_area .info_tab li {
    width: 49.64%;
    margin-left: 0.72%;
  }
  #info_area .info_tab li:nth-child(2) {
    margin-left: 0;
  }
  #info_area .info_tab li:first-child {
    max-width: 100%;
    width: 100%;
    float: none;
    margin-bottom: 2px;
  }
  #info_area article {
    width: 100%;
    max-width: 100%;
    float: none;
    margin-left: 0;
    margin-bottom: 25px;
  }
  #info_area article .img {
    max-width: 768px;
    padding-top: 56.49%;
  }
  #info_area article .date {
    padding-top: 56.49%;
  }
  #info_area .btn_more {
    width: 100%;
    margin: 0 auto;
  }
  #info_area .info_tab li a {
    font-size: 12px;
    border-radius: 0;
    padding: 1em 0 1em 0.5em;
  }
  #info_area .info_tab li a::before {
    left: 5px;
    width: 18px;
    height: 14px;
    margin-top: -7px;
  }
  #info_area .info_tab li:first-child a::before {
    width: 18px;
    height: 14px;
  }
  #info_area li:first-child a {
    font-size: 12px;
  }
  #info_area li:first-child a::before {
    left: 10px;
    width: 18px;
    height: 14px;
    margin-top: -7px;
  }
  #info_area article h3 {
    line-height: 1.2;
    font-size: 15px;
    font-weight: 500;
    padding-top: 10%;
  }
  #info_area article .date {
    font-size: 12px;
  }
  #info_area article .txt {
    font-size: 12px;
  }
  #info_area article a {
    padding: 53.72% 3.57% 3.57%;
  }
  #info_area .btn_more a {
    font-size: 14px;
    padding: 1em;
    border-radius: 5px;
  }
} /* ---/SP--- */

/******************************
 shopsearch area
******************************/
#shopsearch_area {
  padding: 30px 0;
}
#shopsearch_area h2 {
  position: relative;
  max-width: 1000px;
  width: 100%;
  text-align: left;
  font-size: 2.6rem;
  padding: 0.3em 1em 0.3em 70px;
  margin: 0 auto 30px;
}
#shopsearch_area h2 span {
  display: inline-block;
  font-size: 1.8rem;
  vertical-align: top;
  border-left: solid 1px #9d9e9e;
  margin-left: 20px;
  padding-left: 20px;
  height: 1.5em;
  line-height: 1.4;
}
#shopsearch_area h2::before {
  position: absolute;
  top: 0.2em;
  left: 0;
  content: '';
  display: block;
  width: 42px;
  height: 35px;
  background-repeat: no-repeat;
  background-image: url(../img/ic_shopsearch.svg);
}
#shopsearch_area .shopsearch_inr {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
#shopsearch_area .shopsearch_box {
  border: solid 1px #9d9e9e;
  padding: 30px 35px 0;
  margin-bottom: 20px;
}

#shopsearch_area .shopsearch_box dl::after {
  content: '';
  clear: both;
  display: block;
}
#shopsearch_area .shopsearch_box dt {
  clear: both;
  font-size: 1.8rem;
  font-weight: 500;
  float: left;
  padding: 0.5em 0 0 0;
}
#shopsearch_area .shopsearch_box dd {
  text-align: left;
  border-bottom: dashed 1px #9d9e9e;
  padding-left: 15em;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#shopsearch_area .shopsearch_box dd:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
#shopsearch_area .shopsearch_box dd.search_free form {
  position: relative;
}
#shopsearch_area .shopsearch_box dd.search_free .btn_search_free {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 1;
  width: 23px;
  height: 23px;
  margin-top: -11px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../img/ic_search.svg);
}
#shopsearch_area .shopsearch_box dd.search_free input {
  border: solid 1px #3e3a39;
  color: #666464;
  font-size: 1.5rem;
  padding: 0.6em 4em 0.6em 1.5em;
  min-width: 420px;
  width: 40%;
  border-radius: 3em;
}
#shopsearch_area .shopsearch_box dd ul.floor li {
  display: inline-block;
  width: 160px;
  margin-bottom: 10px;
}
#shopsearch_area .shopsearch_box dd ul.floor li:first-child {
  margin-left: 0;
}
#shopsearch_area .shopsearch_box dd ul.floor li a {
  display: inline-block;
  background-color: #eaa317;
  border-radius: 5px;
  padding: 0.5em 1.5em;
  font-size: 1.8rem;
  color: #fff;
}
#shopsearch_area .shopsearch_box dd ul.cat::after {
  content: '';
  clear: both;
  display: block;
}
#shopsearch_area .shopsearch_box dd ul.cat li {
  display: table;
  width: 110px;
  float: left;
  margin-bottom: 10px;
}
#shopsearch_area .shopsearch_box dd ul.cat li a {
  display: table-cell;
  text-align: center;
  line-height: 1.4;
  color: #333;
}
#shopsearch_area .shopsearch_box dd ul.cat li a span.ic {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
#shopsearch_area .shopsearch_box dd ul.cat li a img {
  height: 40px;
}
/* ---SP--- */
@media screen and (max-width: 768px) {
  #shopsearch_area {
    padding: 20px 0;
  }
  #shopsearch_area h2 {
    font-size: 15px;
    padding: 0.3em 1em 0.3em 30px;
  }
  #shopsearch_area h2::before {
    width: 24px;
    height: 24px;
  }
  #shopsearch_area h2 span {
    font-size: 12px;
    margin-left: 10px;
    padding-left: 10px;
  }
  #shopsearch_area .shopsearch_box {
    padding: 10px;
    margin-bottom: 0;
  }
  #shopsearch_area .shopsearch_box dt {
    font-size: 12px;
    float: none;
    margin-bottom: 15px;
  }
  #shopsearch_area .shopsearch_box dd {
    padding-left: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  #shopsearch_area .shopsearch_box dd ul.floor {
    text-align: center;
  }
  #shopsearch_area .shopsearch_box dd ul.floor li {
    margin-left: 2px;
    width: auto;
  }
  #shopsearch_area .shopsearch_box dd ul.floor li a {
    font-size: 12px;
    padding: 0.3em 0.5em;
  }
  #shopsearch_area .shopsearch_box dd ul.cat li {
    width: 33.33%;
    margin-bottom: 10px;
  }
  #shopsearch_area .shopsearch_box dd ul.cat li a {
    font-size: 12px;
  }
  #shopsearch_area .shopsearch_box dd ul.cat li a span.ic {
    margin-bottom: 5px;
  }
  #shopsearch_area .shopsearch_box dd ul.cat li a img {
    height: 30px;
  }
  #shopsearch_area .shopsearch_box dd.search_free input {
    font-size: 12px;
    min-width: auto;
    width: 100%;
    letter-spacing: -0.1em;
    padding: 0.6em 3em 0.6em 1em;
  }
  #shopsearch_area .shopsearch_box dd.search_free .btn_search_free {
    right: 10px;
  }
} /* ---/SP--- */

/* ---SP--- */
@media screen and (max-width: 768px) {
} /* ---/SP--- */
/******************************
 about_area
******************************/
#insta_area {
  padding: 30px 0;
  border-top: solid 1px #b0b0b1;
}
#insta_area h2 {
  font-size: 2.6rem;
  margin-bottom: 30px;
}
#insta_area h2::before {
  content: '';
  display: block;
  width: 52px;
  height: 52px;
  margin: 0 auto 10px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../img/ic_instagram.svg);
}
#insta_area .insta_inr {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
#insta_area .insta_inr ul {
  margin-left: 0 !important;
}
#insta_area ul::after {
  content: '';
  clear: both;
  display: block;
}
#insta_area ul li {
  position: relative;
  width: 23.84% !important;
  max-width: 310px;
  float: left;
  margin-left: 1.54%;
  margin-bottom: 20px;
  overflow: hidden;
}
#insta_area ul li:nth-child(4n + 1) {
  margin-left: 0;
}
#insta_area a {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  background: none !important;
}
#insta_area a img {
  display: block !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#insta_area .sbi_photo_wrap:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1.2);
}
#insta_area a::after {
  content: '';
  display: block;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-image: url(../img/ic_instagram_w.svg);
  background-size: 100%;
}
/* ---SP--- */
@media screen and (max-width: 768px) {
  #insta_area {
    padding: 30px 0;
  }
  #insta_area h2 {
    font-size: 15px;
    margin-bottom: 30px;
  }
  #insta_area h2::before {
    width: 36px;
    height: 36px;
  }
  #insta_area ul li {
    width: 48.92% !important;
    max-width: 273px;
    margin-left: 2.16%;
    margin-bottom: 10px;
  }
  #insta_area ul li:nth-child(odd) {
    margin-left: 0;
  }
} /* ---/SP--- */
/******************************
 sidenav
******************************/
#sidenav {
  padding: 0 10px;
}
#sidenav nav {
  text-align: left;
}
#sidenav .txtnav {
  border-bottom: solid 1px #b3b3b4;
  margin-bottom: 20px;
}
#sidenav .txtnav li {
  border-bottom: solid 1px #b3b3b4;
}
#sidenav .txtnav li:last-child {
  border-bottom: none;
}
#sidenav .txtnav li a {
  position: relative;
  display: block;
  padding: 0.8em 0 0.8em 40px;
  color: #2f2725;
}
#sidenav .txtnav li a .ic {
  position: absolute;
  top: 0.8em;
  left: 0;
  width: 30px;
  display: block;
}
#sidenav .txtnav li a .ic img {
  width: 100%;
}
#sidenav .txtnav li a .en {
  display: block;
  font-size: 1.3rem;
  color: #727171;
  margin-top: 5px;
}
#sidenav .insta a {
  position: relative;
  font-size: 1.5rem;
  color: #333;
}
#sidenav .insta a::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../img/ic_instagram.svg);
}
/* ---SP--- */
@media screen and (max-width: 768px) {
  #sidenav {
    display: none;
  }
} /* ---/SP--- */

/******************************
 footer
******************************/
footer {
  background-color: #f9f9f8;
  text-align: left;
}
footer .fv {
  width: 100%;
}
footer .fv img {
  width: 100%;
}
footer .foot_inr {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0 30px;
}
footer .foot_inr::after {
  content: '';
  clear: both;
  display: block;
}
footer .logo {
  width: 190px;
  float: left;
  padding: 40px 0;
}
footer .logo a {
  display: block;
}
footer .logo img {
  width: 100%;
}
footer nav {
  width: 80%;
  max-width: 1000px;
  float: left;
  padding: 0 0 0 80px;
}
footer nav::after {
  content: '';
  clear: both;
  display: block;
}
footer nav ul {
  width: 25%;
  float: left;
}
footer nav ul li {
  padding: 0 1em;
  line-height: 1.8;
}
footer nav ul li a {
  position: relative;
}
footer nav ul li a:link,
footer nav ul li a:visited {
  color: #595757;
}
footer nav ul li a::before {
  content: '';
  display: block;
  position: absolute;
  left: -1em;
  top: 0.5em;
  content: '';
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
footer .copy {
  background-color: #3e3a39;
  color: #fff;
  text-align: center;
  padding: 2em;
  line-height: 1.4;
}

@media screen and (max-width: 1250px) {
  footer .logo {
    float: none;
    margin: 0 auto;
  }
}
/* ---SP--- */
@media screen and (max-width: 768px) {
  footer .foot_inr {
    padding: 20px 0;
  }
  footer .logo {
    display: none;
  }
  footer nav {
    width: 100%;
    float: none;
    font-size: 12px;
    padding: 0;
    border-top: solid 1px #9fa0a0;
  }
  footer nav ul:nth-child(3),
  footer nav ul:nth-child(4) {
    border-top: solid 1px #9fa0a0;
  }
  footer nav ul:nth-child(2) li:last-child,
  footer nav ul:nth-child(3) li:last-child {
    border-bottom: none;
  }
  footer nav ul:first-child {
    width: 100%;
  }
  footer nav ul:nth-child(2),
  footer nav ul:nth-child(3),
  footer nav ul:nth-child(4) {
    width: 100%;
  }
  footer nav ul:nth-child(2)::after,
  footer nav ul:nth-child(3)::after,
  footer nav ul:nth-child(4)::after {
    content: '';
    clear: both;
    display: block;
  }
  footer nav ul:nth-child(2) li,
  footer nav ul:nth-child(3) li,
  footer nav ul:nth-child(4) li {
    float: left;
    width: 50%;
  }
  footer nav ul li {
    padding: 0;
    border-right: solid 1px #9fa0a0;
    border-bottom: solid 1px #9fa0a0;
  }
  footer nav ul:first-child li,
  footer nav ul:nth-child(2) li:nth-child(even),
  footer nav ul:nth-child(3) li:nth-child(even),
  footer nav ul:nth-child(4) li:nth-child(even) {
    border-right: none;
  }
  footer nav ul li a {
    display: block;
    padding: 1em 1em 1em 2em;
  }
  footer nav ul li a::before {
    left: 1em;
    top: 1.5em;
  }
} /* ---/SP--- */

/* tel_box */

/* 20220525_add */
.un_map {
  clear: both;
  width: 80%;
  margin: 0 auto 40px;
}

.un_map .img {
  float: none !important;
}

.un_map img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .un_map {
    width: 100%;
  }
}
/* End 20220525_add */

.un_map_caption {
  display: block;
  color: #00afdd;
  font-size: 2.9rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  width: fit-content;
  margin-block: 0 15px;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .un_map_caption {
    font-size: 1.6rem;
  }
}

.un_map_caption span {
  display: block;
  text-align: right;
}

#facility_area .facility_inr .img {
  margin-bottom: 0 !important;
}

.un_facilityLink {
  position: relative;
  z-index: 2;
  font-size: 2rem;
  text-align: left;
  margin-bottom: 50px;
  margin-top: -20px;
}

@media screen and (max-width: 768px) {
  .un_facilityLink {
    font-size: 1.6rem;
    margin-top: 0px;
  }
}

.un_facilityLink a {
  display: block;
  width: fit-content;
  text-decoration: underline;
}
