@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Work+Sans:500");
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
html {
  font-size: 62.5%;
}

body {
  font-size: 1.0em;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: 'pkna';
  font-feature-settings: 'pkna';
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
  background-color: #fff;
  text-align: justify;
}
body a:link, body a:visited, body a:active {
  color: #000;
  text-decoration: none;
  transition: color .3s ease-out;
}
body a:hover {
  color: #e7372f;
}
body a:link[href^="tel:"] {
  cursor: default;
}
body a:focus, body *:focus {
  outline: none;
}
body .site {
  font-size: 1.6rem;
}

input {
  padding: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  border-radius: 0;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Work Sans", "Helvetica Neue", "Segoe UI", "Yu Gothic", YuGothic, メイリオ, Meiryo sans-serif;
  letter-spacing: 0.18em;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

table {
  margin-bottom: 70px;
}
table caption {
  font-family: "Work Sans", "Helvetica Neue", "Segoe UI", "Yu Gothic", YuGothic, メイリオ, Meiryo sans-serif;
  text-align: left;
  font-weight: 800;
  padding-bottom: 10px;
  font-size: 1.6rem;
  letter-spacing: 0.13em;
}
table tbody {
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  border-bottom: 1px solid #000;
}
table tbody tr {
  border-top: 1px solid #000;
}
table tbody tr th {
  font-size: 1.4rem;
  font-weight: 400;
  width: 25%;
  text-align: left;
}
table tbody tr td {
  font-size: 2rem;
  width: 75%;
}
table tbody tr td p {
  margin: 0;
  display: inline;
}
table tbody tr th, table tbody tr td {
  padding: 15px 25px;
}
table tbody tr span {
  font-size: 1.2rem;
}

/*
loading
*/
/* ローディングの背景部分のCSS */
.loader {
  background: white;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader-mark {
  animation: fadeIn 1.5s ease-out 0s 1 normal;
}

.visible-phone {
  display: none !important;
}

.visible-pc {
  display: block;
}

.icon-bar {
  height: 2px;
  background: #000;
  display: block;
  margin-bottom: 4px;
  transition: all .25s ease-out;
  transition-timing-function: ease-out;
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1100;
}

.padPlus {
  padding-top: 100px;
}

.about .padPlus,
.product .padPlus,
.gallery .padPlus,
.access .padPlus,
.cafe .padPlus,
.arkhe .padPlus {
  padding-top: 60px;
}

.hide {
  display: none;
}

#pbd-alp-load-posts {
  width: 100%;
  text-align: center;
  margin-bottom: 80px;
}
#pbd-alp-load-posts a:link {
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: "Work Sans", "Helvetica Neue", "Segoe UI", "Yu Gothic", YuGothic, メイリオ, Meiryo sans-serif;
  -moz-border-radius: 0;
  border-radius: 0;
  background: none;
  border: 0;
  font-size: 1.4rem;
  position: relative;
  text-indent: 1em;
}
#pbd-alp-load-posts a:hover {
  color: #e7372f;
}
#pbd-alp-load-posts a span::before {
  content: url(../img/arrow-down.svg);
  position: absolute;
  left: 50%;
  bottom: 3px;
  margin-left: -55px;
  transition: all .2s ease-out;
}
#pbd-alp-load-posts a span:hover::before {
  bottom: -2px;
}

h1.title {
  font-family: "Work Sans", "Helvetica Neue", "Segoe UI", "Yu Gothic", YuGothic, メイリオ, Meiryo sans-serif;
  font-size: 2.8rem;
  letter-spacing: 0.2em;
  text-align: center;
  padding-bottom: 25px;
}

.moreBtn {
  font-family: "Work Sans", "Helvetica Neue", "Segoe UI", "Yu Gothic", YuGothic, メイリオ, Meiryo sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  text-align: center;
  margin: 0 auto;
}
.moreBtn a {
  position: relative;
  width: 150px;
  margin-left: -1.5em;
}
.moreBtn a::after {
  content: url(../img/arrow.svg);
  position: absolute;
  right: -20px;
  bottom: 3px;
  height: 15px;
  width: 10px;
  transition: all .25s ease-out;
}
.moreBtn a:hover::after {
  right: -28px;
  bottom: 3px;
}

.viewMore {
  font-family: "Work Sans", "Helvetica Neue", "Segoe UI", "Yu Gothic", YuGothic, メイリオ, Meiryo sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  text-align: center;
  margin: 0 auto;
}
.viewMore a {
  position: relative;
  width: 250px;
  border: 1px solid #000;
  padding: 15px 35px 15px 70px;
}
.viewMore a::before {
  content: url(../img/arrow-down.svg);
  position: absolute;
  left: 40px;
  bottom: 24px;
  height: 15px;
  width: 10px;
  transition: all .25s ease-out;
}
.viewMore a:hover::before {
  bottom: 19px;
}

nav {
  font-family: "Work Sans", "Helvetica Neue", "Segoe UI", "Yu Gothic", YuGothic, メイリオ, Meiryo sans-serif;
}

.duration {
  font-family: "Work Sans", "Helvetica Neue", "Segoe UI", "Yu Gothic", YuGothic, メイリオ, Meiryo sans-serif;
  letter-spacing: 0.2em;
}

.none-post {
  text-align: center;
}

/*
drawernav
*/
#drawernav {
  position: fixed;
  top: -150%;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  color: black;
  z-index: 1000;
  padding-top: 70px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all .25s ease-out;
  /* easeInOutExpo */
  transition-timing-function: ease-out;
  /* easeInOutExpo */
}
#drawernav .drawernav-body {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding: 0 30px;
}
#drawernav .drawernav-body ul li {
  margin-bottom: 20px;
}
#drawernav .drawernav-body ul li a {
  color: black;
}
#drawernav .drawernav-body .drawernav-menu {
  margin: 0 0 30px 0;
  text-align: center;
}
#drawernav .drawernav-body li:last-child {
  margin-bottom: 30px;
}
#drawernav .drawernav-body ul.drawernav-bottom-icon {
  text-align: center;
  padding-bottom: 20px;
}
#drawernav .drawernav-body ul.drawernav-bottom-icon li {
  display: inline-block;
  padding: 0 15px 0 0;
  margin-bottom: 0;
}
#drawernav .drawernav-body ul.drawernav-bottom-icon li:last-of-type {
  padding: 0;
}
#drawernav .drawernav-menu {
  transition: all .4s ease-out;
}
#drawernav .drawernav-menu ul.drawer-sub-menu {
  position: relative;
  top: 0px;
  left: 0px;
  margin: 30px 0;
  width: 100%;
  height: auto;
  display: none;
}
#drawernav .drawernav-menu ul.drawer-sub-menu .sub-menu-item {
  font-size: 1.3rem;
}
#drawernav .drawernav-menu .itemOnlineshop {
  padding-top: 20px;
  position: relative;
}
#drawernav .drawernav-menu .itemOnlineshop::before {
  content: '';
  position: absolute;
  height: 1px;
  width: 30px;
  top: 0;
  left: 50%;
  margin-left: -15px;
  background-color: #000;
}
#drawernav .drawernav-menu .itemArkhe {
  padding-top: 20px;
  position: relative;
}
#drawernav .drawernav-menu .itemArkhe figure {
  width: 100%;
  max-width: 70px;
  margin-right: auto;
  margin-left: auto;
}
#drawernav .drawernav-menu .itemArkhe figure img {
  width: 100%;
  height: auto;
}
#drawernav .drawernav-menu .itemArkhe::before {
  content: '';
  position: absolute;
  height: 1px;
  width: 30px;
  top: 0;
  left: 50%;
  margin-left: -15px;
  background-color: #000;
}

#drawernav-btn {
  z-index: 1200;
  position: fixed;
  top: 0;
  right: 10px;
}

#humberger {
  width: 40px;
  padding: 15px 10px 10px;
  cursor: pointer;
}

.slider {
  position: relative;
}
.slider .bx-wrapper {
  left: 0;
  box-shadow: none;
  border: none;
  /*
  .bxslider{
      li{
          position:relative;
          height:100%;
          max-height: calc(100vh - 100px);
      }
      .sp-image{
          position:absolute;
          top:0;
          bottom:0;
          left:0;
          right:0;
          margin: auto;
          height:auto;
          width:100%;
      }
  }*/
}
.slider .bx-wrapper img {
  width: 100%;
}
.slider .bx-wrapper .bx-pager {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 10px;
  z-index: 200;
}
.slider .bx-wrapper .bx-pager .bx-pager-item {
  display: block;
}
.slider .bx-wrapper .bx-pager .bx-pager-item .bx-pager-link {
  margin: 5px 0;
  background: transparent;
  border: 1px solid #e4e4e4;
}
.slider .bx-wrapper .bx-pager .bx-pager-item .bx-pager-link.active {
  background: #e4e4e4;
}
.slider .next-btn, .slider .ga-next-btn {
  width: 23px;
  height: 40px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -20px;
  font-size: 0;
  z-index: 200;
}
.slider .next-btn img, .slider .ga-next-btn img {
  height: 40px;
  width: auto;
}
.slider .prev-btn, .slider .ga-prev-btn {
  width: 23px;
  height: 40px;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -20px;
  font-size: 0;
  z-index: 200;
}
.slider .prev-btn img, .slider .ga-prev-btn img {
  height: 40px;
  width: auto;
}
.slider .bx-prev, .slider .bx-next {
  width: 100%;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 100;
}

#slideBig .bx-wrapper {
  margin: 0;
  position: relative;
  max-height: calc(100vh - 100px);
  height: 55vw;
  overflow: hidden;
}
#slideBig .bx-wrapper .bx-viewport {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#slideBig .bx-wrapper .bx-viewport .slideHome.slidePage {
  height: 100%;
}
#slideBig .bx-wrapper .bx-viewport .slideHome.slidePage li {
  height: 100%;
}
#slideBig .bx-wrapper .bx-viewport .slideHome.slidePage li img {
  height: 100%;
  width: auto;
  margin: 0 auto;
}

@media screen and (min-width: 981px) {
  .gallery .bx-viewport, .event .bx-viewport {
    height: 100% !important;
  }
}
.about #slideBig, .product #slideBig, .access #slideBig, .cafe #slideBig, .gallery #slideBig, .event #slideBig, .arkhe #slideBig {
  margin-top: 100px;
}

.site-header {
  position: relative;
}
.site-header .headerNavIcon {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 800;
}
.site-header .headerNavIcon .insta-icon-top {
  fill: #fff;
}
.site-header .site-branding {
  padding: 35px 40px 35px 40px;
  display: flex;
  -webkitjustify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  background-color: #fff;
}
.site-header .site-branding .site-title {
  margin: 0;
  font-size: 1rem;
}
.site-header .site-branding .site-title a img {
  max-width: 150px;
  margin-bottom: -3px;
}
.site-header .site-branding .main-navigation {
  float: none;
  text-align: right;
  height: 26px;
}
.site-header .site-branding .main-navigation .nav-menu {
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  font-size: 1.35rem;
  letter-spacing: 0.1em;
}
.site-header .site-branding .main-navigation .nav-menu .menu-item {
  padding: 0 6px;
  float: none;
}
.site-header .site-branding .main-navigation .nav-menu .menu-item .sub-menu {
  padding-top: 10px;
  margin-left: -6px;
  font-size: 1.3rem;
  border-left: 1px solid #000;
  transition: all .3s;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.75);
  letter-spacing: .03em;
}
.site-header .site-branding .main-navigation .nav-menu .menu-item .sub-menu .sub-menu-item {
  padding: 3px 15px;
}
.site-header .site-branding .main-navigation .nav-menu .menu-item .sub-menu.active {
  visibility: visible;
  opacity: 1;
}
.site-header .site-branding .main-navigation .nav-menu .menu-item-has-children::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 1px;
  height: 100%;
  border-left: 1px solid #000;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.site-header .site-branding .main-navigation .nav-menu .menu-item-has-children:hover::after {
  opacity: 1;
  visibility: visible;
}
.site-header .site-branding .main-navigation .nav-menu > .current-menu-item > a {
  color: #e7372f;
}
.site-header .site-branding .mainNavIcon {
  display: flex;
}
.site-header .site-branding .mainNavIcon span {
  padding: 0 10px;
  width: 43px;
}
.site-header .site-branding .mainNavIcon span img {
  margin-bottom: -1px;
}

.concept {
  position: relative;
  padding-bottom: 60px;
  display: block;
  padding-top: 20px;
}
.concept .conceptContainer {
  display: block;
  padding-bottom: 40px;
  text-align: right;
  width: 100%;
  min-height: 456px;
}
.concept .conceptContainer .conceptPhoto {
  display: inline-block;
}
.concept .conceptContainer .conceptPhoto:nth-child(1) {
  width: 48%;
}
.concept .conceptContainer .conceptPhoto:nth-child(2) {
  width: 50%;
}
.concept .conceptTit {
  position: absolute;
  top: 12vw;
  left: 28%;
}
.concept .conceptBox {
  position: relative;
  display: block;
}
.concept .conceptBox .conceptTextBox {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  height: 800px;
  margin: 0 auto;
  position: relative;
  left: 50%;
  margin-left: -405px;
}
.concept .conceptBox .conceptTextBox .conceptText {
  font-size: 1.5rem;
  letter-spacing: 0.12em;
  line-height: 2.5em;
}
.concept .conceptBox .conceptTextBox .conceptText:nth-child(1) {
  margin-top: 40px;
  text-indent: -0.5em;
}
.concept .conceptBox .conceptTextBox .conceptText:nth-child(2) {
  margin-top: 120px;
}
.concept .conceptBox .conceptTextBox .conceptText:nth-child(3) {
  margin-top: 200px;
}
.concept .conceptBox .conceptTextBox .text-combine {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
}

.topNews {
  padding-bottom: 100px;
}

.entryContainer {
  max-width: 700px;
  margin: 0 auto;
}
.entryContainer .entryList {
  padding-bottom: 30px;
}
.entryContainer .entryList .entryWrap {
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.entryContainer .entryList .entryWrap .entryDate {
  color: #e7372f;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 1.4rem;
  padding: 8px 5px 0 5px;
  letter-spacing: 0.2em;
  width: 30px;
  vertical-align: top;
  position: relative;
  font-family: "Work Sans", "Helvetica Neue", "Segoe UI", "Yu Gothic", YuGothic, メイリオ, Meiryo sans-serif;
}
.entryContainer .entryList .entryWrap .entryDate::after {
  position: absolute;
  top: 8px;
  right: -9px;
  content: '';
  width: 1px;
  height: 40px;
  background: #e7372f;
  display: block;
}
.entryContainer .entryList .entryWrap .entryBox {
  flex: 1;
  vertical-align: top;
  padding-left: 30px;
  word-break: break-all;
}
.entryContainer .entryList .entryWrap .entryBox .entryTit {
  margin: 0;
  padding: 0 0 15px 0;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
.entryContainer .entryList .entryWrap .entryBox .entryText {
  font-size: 1.6rem;
  margin: 0;
  padding: 0 0 15px 60px;
}
@media all and (-ms-high-contrast: none) {
  .entryContainer .entryList .entryWrap .entryBox {
    /* IE11 */
  }
  .entryContainer .entryList .entryWrap .entryBox *::-ms-backdrop, .entryContainer .entryList .entryWrap .entryBox .entryText {
    padding: 0 0 15px 40px;
  }
}

.topProduct {
  text-align: center;
  padding-bottom: 90px;
}
.topProduct .productHero {
  padding-bottom: 40px;
}
.topProduct .productText {
  line-height: 2;
}
.topProduct .productText:nth-last-child(2) {
  padding-bottom: 30px;
}

.topCafe, .topGallery, .topStudio, .cafe .cafeInfo {
  padding-bottom: 80px;
}
.topCafe .colContainer, .topGallery .colContainer, .topStudio .colContainer, .cafe .cafeInfo .colContainer {
  display: flex;
  justify-content: center;
  align-items: center;
}
.topCafe .colContainer .colPhoto, .topGallery .colContainer .colPhoto, .topStudio .colContainer .colPhoto, .cafe .cafeInfo .colContainer .colPhoto {
  flex: 1;
  flex-basis: 50%;
  width: 50%;
}
.topCafe .colContainer .colBox, .topGallery .colContainer .colBox, .topStudio .colContainer .colBox, .cafe .cafeInfo .colContainer .colBox {
  flex: 1;
  flex-basis: 50%;
  width: 50%;
}
.topCafe .colContainer .colBox .colTextContainer, .topGallery .colContainer .colBox .colTextContainer, .topStudio .colContainer .colBox .colTextContainer, .cafe .cafeInfo .colContainer .colBox .colTextContainer {
  padding: 8%;
}
.topCafe .colContainer .colBox .colTextContainer .colText, .topGallery .colContainer .colBox .colTextContainer .colText, .topStudio .colContainer .colBox .colTextContainer .colText, .cafe .cafeInfo .colContainer .colBox .colTextContainer .colText {
  line-height: 2;
}
.topCafe .colContainer .colBox .colTextContainer .colText:first-child, .topGallery .colContainer .colBox .colTextContainer .colText:first-child, .topStudio .colContainer .colBox .colTextContainer .colText:first-child, .cafe .cafeInfo .colContainer .colBox .colTextContainer .colText:first-child {
  margin-top: 0;
}
.topCafe .colContainer .colBox .colTextContainer .moreBtn, .topGallery .colContainer .colBox .colTextContainer .moreBtn, .topStudio .colContainer .colBox .colTextContainer .moreBtn, .cafe .cafeInfo .colContainer .colBox .colTextContainer .moreBtn {
  text-align: left;
  padding-top: 15px;
}
.topCafe .colContainer .colBox .colTextContainer .moreBtn a, .topGallery .colContainer .colBox .colTextContainer .moreBtn a, .topStudio .colContainer .colBox .colTextContainer .moreBtn a, .cafe .cafeInfo .colContainer .colBox .colTextContainer .moreBtn a {
  margin: 0;
}

.logoLinkBtnContainer {
  padding-bottom: 90px;
}
.logoLinkBtnContainer .casica-cinema_logo {
  text-align: center;
  padding-bottom: 60px;
}

.logoLinkBtnBox {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.logoLinkBtnBox .logodivnkBtn {
  padding: 0 70px;
}

.toTopBtn {
  text-align: center;
  padding-bottom: 60px;
}
.toTopBtn .backToTop:hover .toTop {
  transition: all 0.3s ease-out;
  fill: #e7372f;
}

.site-footer {
  border-top: 1px solid #000;
  margin: 0 45px;
  padding: 40px 0;
  text-align: center;
}
.site-footer .site-title {
  max-width: 150px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.site-footer .footer-navigation {
  padding-bottom: 50px;
}
.site-footer .footer-navigation .nav-menu {
  display: inline-block;
  text-align: right;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
.site-footer .footer-navigation .nav-menu .menu-item {
  padding: 0 6px;
  display: inline-block;
}
.site-footer .footer-navigation .footerNavIcon {
  display: inline-block;
  text-align: left;
}
.site-footer .footer-navigation .footerNavIcon span {
  padding: 0 10px;
}
.site-footer .footer-navigation .footerNavIcon span img {
  margin-bottom: -5px;
}
.site-footer .bottomLogoContainer {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 50px;
}
.site-footer .bottomLogoContainer .bottomLogo {
  padding: 0 30px;
}
.site-footer .site-info small {
  display: block;
  padding-bottom: 10px;
  font-family: "Work Sans", "Helvetica Neue", "Segoe UI", "Yu Gothic", YuGothic, メイリオ, Meiryo sans-serif;
}
.site-footer .site-info small:nth-child(1) {
  letter-spacing: 0.2em;
}
.site-footer .site-info small:nth-child(2) {
  font-size: 1.1rem;
}

.about .aboutPhilosophy {
  padding-top: 80px;
  padding-bottom: 80px;
}
.about .aboutPhilosophy .philosophyTit {
  position: absolute;
  top: 12vw;
  left: 28%;
}
.about .aboutPhilosophy .philosophyContainer {
  position: relative;
}
.about .aboutPhilosophy .philosophyContainer .philosophyTextBox {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  height: 530px;
  margin: 0 auto;
  position: relative;
  left: 50%;
  margin-left: -440px;
}
.about .aboutPhilosophy .philosophyContainer .philosophyTextBox .philosophyText {
  font-size: 1.5rem;
  letter-spacing: 0.12em;
  line-height: 2.5em;
  text-indent: 1em;
}
.about .aboutPhilosophy .philosophyContainer .philosophyTextBox .text-combine {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
}
.about .concept {
  position: relative;
  display: block;
}
.about .concept .conceptHero {
  padding-bottom: 0;
}
.about .concept #concept {
  padding-top: 100px;
}
.about .concept .conceptMark {
  position: absolute;
  top: 41vw;
  right: 50%;
  margin-right: -360px;
}
.about .concept .conceptTit {
  position: absolute;
  top: 45vw;
  left: 50%;
  margin-left: -420px;
  margin-top: 250px;
}
.about .concept .conceptBox {
  position: relative;
  padding-top: 120px;
}
.about .concept .conceptBox .conceptTextBox {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  height: 800px;
  margin: 0 auto;
  position: relative;
  left: 50%;
  margin-left: -405px;
}
.about .concept .conceptBox .conceptTextBox .conceptText {
  font-size: 1.5rem;
  letter-spacing: 0.12em;
  line-height: 2.5em;
}
.about .concept .conceptBox .conceptTextBox .conceptText:nth-child(1) {
  margin-top: 40px;
  text-indent: -0.5em;
}
.about .concept .conceptBox .conceptTextBox .conceptText:nth-child(2) {
  margin-top: 120px;
}
.about .concept .conceptBox .conceptTextBox .conceptText:nth-child(3) {
  margin-top: 200px;
}
.about .concept .conceptBox .conceptTextBox .text-combine {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
}
.about .aboutFloormap {
  padding-top: 80px;
}
.about .aboutFloormap .flormapContainer {
  display: flex;
}
.about .aboutFloormap .floormap1 {
  text-align: right;
  padding: 20px;
  flex: 1;
}
.about .aboutFloormap .floormap1 .st0 {
  fill: #fff;
  transition: all .3s ease-out;
}
.about .aboutFloormap .floormap1 .st0:hover {
  fill: #f8c3c1;
}
.about .aboutFloormap .floormap1 .st1 {
  fill: #DA382F;
  stroke: #DA382F;
  stroke-width: 0.6429;
  stroke-miterlimit: 10;
}
.about .aboutFloormap .floormap1 .st2 {
  fill: #000;
  stroke: #000;
  stroke-width: 0.2921;
  stroke-miterlimit: 10;
}
.about .aboutFloormap .floormap1 .st3 {
  fill: none;
  stroke: #000;
  stroke-width: 0.5;
  stroke-miterlimit: 10;
}
.about .aboutFloormap .floormap1 .st4 {
  fill: none;
  stroke: #000;
  stroke-width: 0.5;
  stroke-miterlimit: 10;
  stroke-dasharray: 2.0004,2.0004;
}
.about .aboutFloormap .floormap1 .st5 {
  fill: none;
  stroke: #000;
  stroke-width: 0.5;
  stroke-miterlimit: 10;
  stroke-dasharray: 2.0077,2.0077;
}
.about .aboutFloormap .floormap1 .st6 {
  fill: none;
  stroke: #000;
  stroke-width: 0.5;
  stroke-miterlimit: 10;
  stroke-dasharray: 1.906,1.906;
}
.about .aboutFloormap .floormap1 .st7 {
  fill: none;
  stroke: #000;
  stroke-width: 0.5;
  stroke-miterlimit: 10;
  stroke-dasharray: 2,2;
}
.about .aboutFloormap .floormap1 .st8 {
  fill: none;
  stroke: #000;
  stroke-width: 0.5;
  stroke-miterlimit: 10;
  stroke-dasharray: 1.9005,1.9005;
}
.about .aboutFloormap .floormap1 .st9 {
  fill: #000;
}
.about .aboutFloormap .floormap2 {
  padding: 20px;
  flex: 1;
}
.about .aboutFloormap .floormap2 .st0 {
  fill: #fff;
  transition: all .3s ease-out;
}
.about .aboutFloormap .floormap2 .st0:hover {
  fill: #f8c3c1;
}
.about .aboutFloormap .floormap2 .st1 {
  fill: none;
  stroke: #000;
  stroke-width: 0.5;
  stroke-miterlimit: 10;
}
.about .aboutFloormap .floormap2 .st2 {
  fill: #DA382F;
  stroke: #DA382F;
  stroke-width: 0.6175;
  stroke-miterlimit: 10;
}
.about .aboutFloormap .floormap2 .st3 {
  fill: #000;
  stroke: #000;
  stroke-width: 0.2806;
  stroke-miterlimit: 10;
}
.about .aboutFloormap .floormap2 .st4 {
  fill: none;
  stroke: #000;
  stroke-width: 0.5;
  stroke-miterlimit: 10;
}
.about .aboutFloormap .floormap2 .st5 {
  fill: none;
  stroke: #000;
  stroke-width: 0.5;
  stroke-miterlimit: 10;
  stroke-dasharray: 1.9839,2.9758;
}
.about .aboutFloormap .floormap2 .st6 {
  fill: none;
  stroke: #000;
  stroke-width: 0.5;
  stroke-miterlimit: 10;
  stroke-dasharray: 1.9872,2.9809;
}
.about .aboutFloormap .floormap2 .st7 {
  fill: none;
  stroke: #000;
  stroke-width: 0.5;
  stroke-miterlimit: 10;
  stroke-dasharray: 2.064,3.0959;
}
.about .aboutFloormap .floormap2 .st8 {
  fill: none;
  stroke: #000;
  stroke-width: 0.5;
  stroke-miterlimit: 10;
  stroke-dasharray: 2,2;
}
.about .aboutFloormap .floormap2 .st9 {
  fill: none;
  stroke: #000;
  stroke-width: 0.4544;
  stroke-miterlimit: 10;
  stroke-dasharray: 1.8175,1.8175;
}
.about .aboutFloormap .floormap2 .st10 {
  fill: none;
  stroke: #000;
  stroke-width: 0.5;
  stroke-miterlimit: 10;
  stroke-dasharray: 2.0004,2.0004;
}
.about .aboutContact {
  padding-top: 80px;
  padding-bottom: 60px;
}
.about .aboutContact .contactContainer {
  max-width: 700px;
  margin: 0 auto;
}

.product .productText {
  text-align: center;
  line-height: 2;
  padding-bottom: 80px;
  padding-top: 70px;
}
.product .productInsta {
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 60px;
}
.product .productInsta #instaFeed {
  display: inline-flex;
  align-items: center;
  justify-content: space-around;
  align-content: space-around;
  flex-wrap: wrap;
  padding-bottom: 30px;
}
.product .productInsta #instaFeed .instaFeedList {
  width: 24%;
  padding: 1%;
  transition: all .3s ease-out;
}
.product .productInsta #btn-more {
  font-family: "Work Sans", "Helvetica Neue", "Segoe UI", "Yu Gothic", YuGothic, メイリオ, Meiryo sans-serif;
  text-align: center;
}
.product .productInsta #btn-more span {
  text-align: center;
  cursor: pointer;
  transition: color .3s ease-out;
  position: relative;
  padding-left: 20px;
}
.product .productInsta #btn-more span:hover {
  color: #e7372f;
}
.product .productInsta #btn-more span::before {
  content: url(../img/arrow-down.svg);
  position: absolute;
  left: -4px;
  bottom: -5px;
  transition: all .2s ease-out;
}
.product .productInsta #btn-more span:hover::before {
  bottom: -11px;
}

.gallery .galleryText, .event .galleryText {
  text-align: center;
  line-height: 2;
  padding-bottom: 90px;
  padding-top: 80px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.gallery .gallery_upc, .gallery .gallery_arc, .gallery .about, .event .gallery_upc, .event .gallery_arc, .event .about {
  padding-top: 80px;
}
.gallery .gnowContainer, .event .gnowContainer {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 80px;
}
.gallery .gnowContainer .gnowBody, .event .gnowContainer .gnowBody {
  display: flex;
  padding-top: 40px;
}
.gallery .gnowContainer .gnowLeft, .gallery .gnowContainer .gnowRight, .event .gnowContainer .gnowLeft, .event .gnowContainer .gnowRight {
  flex: 1;
}
.gallery .gnowContainer .gnowLeft, .event .gnowContainer .gnowLeft {
  padding-right: 20px;
}
.gallery .gnowContainer .gnowRight, .event .gnowContainer .gnowRight {
  padding-left: 20px;
}
.gallery .gTit, .event .gTit {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 2rem;
  padding-bottom: 10px;
}
.gallery .duration, .event .duration {
  position: relative;
  padding-top: 30px;
}
.gallery .duration::before, .event .duration::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 1px;
  background-color: #000;
}
.gallery .moreBtn, .event .moreBtn {
  text-align: left;
  padding-top: 25px;
}
.gallery .moreBtn a, .event .moreBtn a {
  margin-left: 0;
}
.gallery .gContainer, .event .gContainer {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 80px;
}
.gallery .gContainer .gTit, .event .gContainer .gTit {
  padding-bottom: 0;
}
.gallery .gContainer .duration, .event .gContainer .duration {
  padding: 10px 0;
}
.gallery .gContainer .gText, .event .gContainer .gText {
  margin: 0;
}
.gallery .gList, .event .gList {
  display: flex;
  padding-bottom: 20px;
}
.gallery .gListRight, .event .gListRight {
  flex: 2;
  padding-left: 40px;
}
.gallery .gListLeft, .event .gListLeft {
  flex: 1;
}
.gallery .gListLeft figure, .event .gListLeft figure {
  overflow: hidden;
  width: auto;
  max-height: 215px;
}

.event .event_upc, .event .event_arc, .event .about {
  padding-top: 80px;
}
.event .gnowContainer {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 80px;
}
.event .gnowContainer .gnowBody {
  display: flex;
  padding-top: 40px;
}
.event .gnowContainer .gnowLeft, .event .gnowContainer .gnowRight {
  flex: 1;
}
.event .gnowContainer .gnowLeft {
  padding-right: 20px;
}
.event .gnowContainer .gnowRight {
  padding-left: 20px;
}
.event .gTit {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 2rem;
  padding-bottom: 10px;
}
.event .duration {
  position: relative;
  padding-top: 30px;
}
.event .duration::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 1px;
  background-color: #000;
}
.event .moreBtn {
  text-align: left;
  padding-top: 25px;
}
.event .moreBtn a {
  margin-left: 0;
}
.event .gContainer {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 80px;
}
.event .gContainer .gTit {
  padding-bottom: 0;
}
.event .gContainer .duration {
  padding-top: 10px;
}
.event .gContainer .gText {
  margin: 0;
}
.event .gList {
  display: flex;
  padding-bottom: 20px;
}
.event .gListRight {
  flex: 2;
  padding-left: 40px;
}
.event .gListLeft {
  flex: 1;
}
.event .viewMore {
  padding-bottom: 80px;
}

.access .accessText {
  text-align: center;
  line-height: 2;
  padding-bottom: 60px;
  padding-top: 70px;
}
.access .accessText h1 {
  padding-bottom: 0;
}
.access .accessText h2 {
  font-weight: 400;
  font-size: 1.8rem;
  padding-top: 20px;
}
.access .accessMap {
  padding-top: 70px;
  padding-bottom: 60px;
}
.access .accessContainer {
  display: flex;
  max-width: 980px;
  margin: 0 auto;
}
.access .accessContainer .mapImg {
  max-width: 500px;
  padding-top: 15px;
}
.access .accessContainer .accessBox {
  flex: 1;
}
.access .accessContainer .accessBox .accessDisc {
  padding: 0 0 0 13%;
  text-align: left;
}
.access .accessContainer .accessBox .accessDisc h3 {
  margin: 0;
  padding: 0;
}
.access .accessContainer .accessBox .accessDisc p {
  padding: 7px 0;
  margin: 0;
}

.cafe .cafeText {
  padding-top: 80px;
  text-align: center;
  line-height: 2;
}
.cafe .cafeMenu {
  padding-top: 80px;
  padding-bottom: 60px;
  text-align: center;
}
.cafe .cafeMenu a {
  padding: 20px 30px;
  margin: 0 auto;
  border: 1px solid #000;
}
.cafe .cafeInfo {
  padding-bottom: 0;
  padding-top: 80px;
}
.cafe .cafeInfo .colContainer .colBox .colTextContainer {
  padding: 0 8%;
}
.cafe .cafeParty {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 120px;
  padding-top: 80px;
}
.cafe .cafeParty .partyText {
  padding-bottom: 20px;
}
.cafe .cafeParty .partyInfo {
  padding: 25px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.cafe .cafeParty .partyInfo p {
  font-size: 2.5rem;
  font-weight: 800;
  margin: 0 auto;
  letter-spacing: 0.15em;
}
.cafe .cafeParty .partyInfo p a {
  margin: 0 auto;
}
.cafe .cafeParty .partyInfo .partyTel {
  max-width: 340px;
  display: block;
  margin: 0 auto;
}
.cafe .cafeParty .partyInfo .partyTel::before {
  content: url(../img/tel.svg);
  padding-right: 10px;
  width: 21px;
  height: 21px;
}
.cafe .cafeParty .partyInfo .partyMail {
  text-align: center;
}
.cafe .cafeParty .partyInfo .partyMail a::before {
  content: url(../img/mail.svg);
  padding-right: 10px;
  width: 21px;
  height: 21px;
}
.cafe .cafeBana {
  position: relative;
  margin-top: 90px;
  height: 180px;
}
.cafe .cafeBana .banaTxt {
  display: block;
  position: absolute;
  top: 110px;
  left: 50%;
  margin-left: -247px;
  z-index: 100;
}
.cafe .cafeBana .banaImg {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -265px;
  z-index: 1;
}
.cafe .cafeBana a {
  border: none;
  transition: opacity .3s;
}
.cafe .cafeBana a:hover {
  opacity: 0.7;
  color: #000;
}

body.arkhe .site {
  font-size: 1.5rem;
}

.arkhe .arkheText {
  padding-top: 60px;
  text-align: center;
  line-height: 2;
}
.arkhe .arkheText h1.title {
  padding: 0 20px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 1.4rem;
}
.arkhe .arkheText h1.title figure {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
.arkhe .arkheText h1.title figure img {
  width: 100%;
  height: auto;
}
.arkhe .arkheText h2 {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 2.4rem;
  padding: 70px 0;
  font-weight: 400;
}
.arkhe .arkheText p {
  font-size: 1.5rem;
}
.arkhe .arkheProduct {
  padding: 80px 20px;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
.arkhe .arkheProduct .productItem {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.arkhe .arkheProduct .productItem .productItem-upper {
  flex-basis: 40%;
  width: 40%;
}
.arkhe .arkheProduct .productItem .productItem-upper figure {
  margin: 0;
}
.arkhe .arkheProduct .productItem .productItem-lower {
  flex-basis: 60%;
  width: 60%;
  padding: 0 0 0 40px;
}
.arkhe .arkheProduct .productItem .productItem-lower h1 {
  font-size: 2.2rem;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 400;
}
.arkhe .arkheProduct .productItem .productItem-lower h1 span {
  font-size: 1.6rem;
  padding-left: 30px;
}
.arkhe .arkheProduct .productItem .productItem-lower p {
  margin: 0;
}
.arkhe .arkheProduct .productItem .productItem-lower .productItem-price {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  margin-top: 30px;
}
.arkhe .arkheProduct .productItem .productItem-lower .productItem-price .productItemPrice-upper {
  flex-basis: 20%;
  width: 20%;
}
.arkhe .arkheProduct .productItem .productItem-lower .productItem-price .productItemPrice-lower {
  flex-basis: 80%;
  width: 80%;fca
}
.arkhe .arkheProduct .productItem .productItem-lower .productItem-type {
  display: flex;
  flex-wrap: wrap;
}
.arkhe .arkheProduct .productItem .productItem-lower .productItem-type .productItemType-upper {
  flex-basis: 20%;
  width: 20%;
}
.arkhe .arkheProduct .productItem .productItem-lower .productItem-type .productItemType-lower {
  flex-basis: 80%;
  width: 80%;
}
.arkhe .arkheProduct .productItem-wakanchai .productItem-lower h1 span {
  display: block;
  padding-left: 0;
}
.arkhe .arkheProduct .productItem-wakanchai .aboutSugimotoPharmacy {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 15px 0;
  font-size: 1.4rem;
  margin-top: 20px;
}
.arkhe .arkheProduct .productItem-wakanchai .aboutSugimotoPharmacy h2 {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  margin: 0 0 10px 0;
  font-weight: 400;
  font-size: 1.4rem;
}
.arkhe .arkheKitchen {
  padding-bottom: 80px;
}
.arkhe .arkheKitchen .colContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.arkhe .arkheKitchen .colContainer .colPhoto {
  flex: 1;
  flex-basis: 50%;
  width: 50%;
}
.arkhe .arkheKitchen .colContainer .colPhoto figure {
  margin: 0;
}
.arkhe .arkheKitchen .colContainer .colPhoto figure img {
  vertical-align: bottom;
}
.arkhe .arkheKitchen .colContainer .colBox {
  flex: 1;
  flex-basis: 50%;
  width: 50%;
}
.arkhe .arkheKitchen .colContainer .colBox .colTextContainer {
  padding: 8%;
}
.arkhe .arkheKitchen .colContainer .colBox .colTextContainer .colText {
  line-height: 2;
}
.arkhe .arkheKitchen .colContainer .colBox .colTextContainer .colText:first-child {
  margin-top: 0;
}
.arkhe .arkheKitchen .colContainer .colBox .colTextContainer .moreBtn {
  text-align: left;
  padding-top: 15px;
}
.arkhe .arkheKitchen .colContainer .colBox .colTextContainer .moreBtn a {
  margin: 0;
}
.arkhe .arkheKitchen .arkheAddress {
  text-align: center;
}
.arkhe .arkheKitchen .colTextContainer h1.title {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  text-align: left;
  font-size: 2rem;
  font-weight: 400;
}
.arkhe .arkheKitchen .colTextContainer .colText:last-child {
  margin-bottom: 0;
}
.arkhe .arkheContact {
  width: 100%;
  max-width: 700px;
  margin: 0 auto 120px auto;
  text-align: center;
  padding: 80px 0 25px 0;
}
.arkhe .arkheContact h1.title {
  border-top: 1px solid #000;
  padding-bottom: 0;
  padding-top: 50px;
}
.arkhe .arkheContact .contactInfo {
  border-bottom: 1px solid #000;
  font-size: 2.5rem;
  font-weight: 800;
}
.arkhe .arkheContact .contactInfo .contactMail {
  text-align: center;
  letter-spacing: 0.15em;
}
.arkhe .arkheContact .contactInfo .contactMail a::before {
  content: url(../img/mail.svg);
  padding-right: 10px;
  width: 21px;
  height: 21px;
}

.archive .site-content,
.single .site-content {
  margin: 0 auto;
}
.archive .site-content .page-header,
.single .site-content .page-header {
  max-width: 980px;
  margin: 0 auto;
}
.archive .site-content .page-header .page-title,
.single .site-content .page-header .page-title {
  font-size: 2.8rem;
  margin: 30px 0 40px 0;
}

.archiveTit {
  text-align: center;
  margin-top: 90px;
}

.entryMain {
  display: flex;
  max-width: 980px;
  margin: 120px auto 0 auto;
}

.post-type-archive .entryMain {
  display: flex;
  max-width: 980px;
  margin: 70px auto 0 auto;
}

.side-area {
  width: 280px;
  display: block;
}
.side-area .sideBox {
  padding-right: 75px;
  height: 100%;
}
.side-area .sideBox .sideContainer .side-title {
  font-size: 1.4rem;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-top: 5px;
}
.side-area .sideBox .sideContainer .child-cat-list {
  padding-bottom: 40px;
}
.side-area .sideBox .sideContainer .child-cat-list .cat-item {
  padding: 5px 0;
}

.archive .content-area,
.single .content-area {
  width: 700px;
  max-width: 700px;
  display: block;
}
.archive .content-area .entryContainer .entryList,
.single .content-area .entryContainer .entryList {
  margin-bottom: 60px;
}
.archive .content-area .entryContainer .entryList:last-of-type,
.single .content-area .entryContainer .entryList:last-of-type {
  margin-bottom: 0;
}
.archive .content-area .entryContainer .entryList .entryWrap .entryHeader,
.single .content-area .entryContainer .entryList .entryWrap .entryHeader {
  padding-bottom: 20px;
}
.archive .content-area .entryContainer .entryList .entryWrap .entryHeader .entryTit,
.single .content-area .entryContainer .entryList .entryWrap .entryHeader .entryTit {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 1.8rem;
}
.archive .content-area .entryContainer .entryList .entryWrap .entryText,
.single .content-area .entryContainer .entryList .entryWrap .entryText {
  padding: 0 0 25px 0;
}
.archive .content-area .entryContainer .entryList .entryWrap .moreBtn,
.single .content-area .entryContainer .entryList .entryWrap .moreBtn {
  text-align: left;
  padding-bottom: 60px;
  border-bottom: 1px solid #000;
}
.archive .content-area .entryContainer .entryList .entryWrap .moreBtn a,
.single .content-area .entryContainer .entryList .entryWrap .moreBtn a {
  margin-left: 0;
}

.single .content-area .entryContainer .entryList .entryWrap .entryText {
  padding: 0 0 60px 0;
  border-bottom: 1px solid #000;
}

.pagination {
  padding-left: 60px;
  padding-bottom: 60px;
}
.pagination .nav-links {
  text-align: center;
}
.pagination .nav-links .current {
  color: #e7372f;
  border-bottom: 1px solid #e7372f;
  padding-bottom: 5px;
}
.pagination .nav-links .page-numbers {
  padding: 0 3px;
  margin: 0 2px;
  font-size: 1.2rem;
}

.post-navigation {
  padding-left: 60px;
  padding-bottom: 60px;
}

#main .malinky-load-more {
  font-family: "Work Sans", "Helvetica Neue", "Segoe UI", "Yu Gothic", YuGothic, メイリオ, Meiryo sans-serif;
  text-align: center;
  padding-top: 60px;
  width: 100%;
}
#main .malinky-load-more a {
  text-align: center;
  cursor: pointer;
  transition: color .3s ease-out;
  position: relative;
  padding-left: 20px;
}
#main .malinky-load-more a:hover {
  color: #e7372f;
}
#main .malinky-load-more a::before {
  content: url(../img/arrow-down.svg);
  position: absolute;
  left: -4px;
  bottom: -5px;
  transition: all .2s ease-out;
}
#main .malinky-load-more a:hover::before {
  bottom: -11px;
}

.malinky-ajax-pagination-loading {
  width: 100%;
  margin-top: 40px;
}

.post-type-archive-gallery_post .saple-control,
.post-type-archive-event_post .saple-control,
.category-news .saple-control {
  display: none !important;
}

.post-type-archive-gallery_post .navigation,
.post-type-archive-event_post .navigation,
.category-news .navigation {
  display: block;
}

.onlineshopLink {
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
}
.onlineshopLink a {
  font-size: 2rem;
  letter-spacing: 0.2em;
  font-family: "Work Sans", "Helvetica Neue", "Segoe UI", "Yu Gothic", YuGothic, メイリオ, Meiryo sans-serif;
  padding: 15px 45px;
  margin: 0 auto;
  border: 1px solid #000;
}

.main-navigation .itemOnlineshop::before {
  content: '/';
  padding-right: 10px;
}
.main-navigation .itemOnlineshop::after {
  content: '/';
  padding-left: 10px;
}
.main-navigation .itemOnlineshop a {
  display: inline;
}

.footer-navigation .itemOnlineshop::before {
  content: '/';
  padding-right: 10px;
}
.footer-navigation .itemOnlineshop::after {
  content: '/';
  padding-left: 10px;
}

.post-type-archive-store_post #main,
.tax-item_cat #main {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

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

.post-type-archive-store_post .entryMain {
  margin-top: 120px;
}
.post-type-archive-store_post .archiveTit {
  display: none;
}

.storeItemImg {
  flex-basis: 33.333%;
  margin-right: 5px;
  margin-bottom: 5px;
  animation: fadeIn 1s ease 0s 1 normal;
  max-width: 230px;
}
.storeItemImg:nth-child(3n) {
  margin-right: 0;
}
.storeItemImg img {
  width: 100%;
  display: block;
}

.itemSoldout {
  z-index: 0;
}
.itemSoldout a .storeItemImgContent {
  position: relative;
}
.itemSoldout a .storeItemImgContent::after, .itemSoldout a .storeItemImgContent::before {
  transition: all .3s ease-out;
}
.itemSoldout a .storeItemImgContent::before {
  content: '- SOLD OUT -';
  font-size: 1.4rem;
  letter-spacing: 0.18em;
  font-family: "Work Sans", "Helvetica Neue", "Segoe UI", "Yu Gothic", YuGothic, メイリオ, Meiryo sans-serif;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  z-index: 20;
  text-align: center;
  opacity: 0;
}
.itemSoldout a .storeItemImgContent:active::before, .itemSoldout a .storeItemImgContent:hover::before {
  opacity: 1;
}
.itemSoldout a .storeItemImgContent::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: transparent;
}
.itemSoldout a .storeItemImgContent:active::after, .itemSoldout a .storeItemImgContent:hover::after {
  background-color: rgba(0, 0, 0, 0.6);
}
.itemSoldout .itemInfo div:last-child {
  margin-bottom: 0;
}

.purchaseBtn {
  padding: 10px 25px;
  width: 100%;
  display: block;
  border: 1px solid #000;
  text-align: center;
  position: relative;
}
.purchaseBtn::before {
  content: url(../img/arrow.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -105px;
  margin-top: -10px;
  transition: all .25s ease-out;
}
.purchaseBtn:hover::before {
  margin-left: -98px;
}

.storeSideMenu::before {
  content: '';
  background-color: #000;
  height: 1px;
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
}

.term-item .active {
  color: #e7372f;
}

.storePdf {
  position: relative;
  padding: 50px 0;
}
.storePdf li {
  font-size: 1.4rem;
  font-family: "Work Sans", "Helvetica Neue", "Segoe UI", "Yu Gothic", YuGothic, メイリオ, Meiryo sans-serif;
}
.storePdf li:first-of-type {
  margin-bottom: 20px;
}
.storePdf a {
  border: 1px solid #000;
  padding: 8px 16px;
  text-align: center;
  display: block;
}

.storeInfoLink {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.storeInfoLink .storeInfoLinkBox {
  position: relative;
  padding: 40px 0;
}
.storeInfoLink .storeInfoLinkBox li {
  margin-bottom: 5px;
}

.post-type-archive-store_post .side-area .sideBox .sideContainer .side-title,
.tax-item_cat .side-area .sideBox .sideContainer .side-title,
.single-store_post .side-area .sideBox .sideContainer .side-title,
.onlineshop-info .side-area .sideBox .sideContainer .side-title,
.confirm .side-area .sideBox .sideContainer .side-title,
.send .side-area .sideBox .sideContainer .side-title {
  border-bottom: 0;
  margin-top: 0;
}
.post-type-archive-store_post .side-area .sideBox .sideContainer .child-cat-list,
.tax-item_cat .side-area .sideBox .sideContainer .child-cat-list,
.single-store_post .side-area .sideBox .sideContainer .child-cat-list,
.onlineshop-info .side-area .sideBox .sideContainer .child-cat-list,
.confirm .side-area .sideBox .sideContainer .child-cat-list,
.send .side-area .sideBox .sideContainer .child-cat-list {
  font-size: 1.3rem;
  font-family: "Work Sans", "Helvetica Neue", "Segoe UI", "Yu Gothic", YuGothic, メイリオ, Meiryo sans-serif;
}
.post-type-archive-store_post .side-area .sideBox .sideContainer .child-cat-list li,
.tax-item_cat .side-area .sideBox .sideContainer .child-cat-list li,
.single-store_post .side-area .sideBox .sideContainer .child-cat-list li,
.onlineshop-info .side-area .sideBox .sideContainer .child-cat-list li,
.confirm .side-area .sideBox .sideContainer .child-cat-list li,
.send .side-area .sideBox .sideContainer .child-cat-list li {
  padding-bottom: 5px;
}
.post-type-archive-store_post .side-area .sideBox .sideContainer .storePdf,
.tax-item_cat .side-area .sideBox .sideContainer .storePdf,
.single-store_post .side-area .sideBox .sideContainer .storePdf,
.onlineshop-info .side-area .sideBox .sideContainer .storePdf,
.confirm .side-area .sideBox .sideContainer .storePdf,
.send .side-area .sideBox .sideContainer .storePdf {
  font-size: 1.4rem;
  font-family: "Work Sans", "Helvetica Neue", "Segoe UI", "Yu Gothic", YuGothic, メイリオ, Meiryo sans-serif;
}
.post-type-archive-store_post .side-area .sideBox .sideContainer .storeInfoLink li,
.tax-item_cat .side-area .sideBox .sideContainer .storeInfoLink li,
.single-store_post .side-area .sideBox .sideContainer .storeInfoLink li,
.onlineshop-info .side-area .sideBox .sideContainer .storeInfoLink li,
.confirm .side-area .sideBox .sideContainer .storeInfoLink li,
.send .side-area .sideBox .sideContainer .storeInfoLink li {
  padding-bottom: 5px;
}

.post-type-archive-store_post #main > div {
  display: flex;
  flex-wrap: wrap;
  width: 700px;
  margin: 0 auto;
}

.single-store_post .entryWrap {
  position: relative;
  margin-bottom: 60px;
}
.single-store_post .itemPhoto {
  flex-basis: 390px;
}
.single-store_post .itemPhoto .bx-wrapper {
  margin-bottom: 5px;
}
.single-store_post .bx-controls {
  display: none;
}
.single-store_post .slide-pager {
  display: flex;
}
.single-store_post .slide-pager .slideItemThumb {
  margin-right: 5px;
  flex-basis: 14.2857142857%;
}
.single-store_post .slide-pager .slideItemThumb:last-of-type {
  margin-right: 0;
}
.single-store_post .slide-pager .slideItemThumb img {
  display: block;
}
.single-store_post .entryContainer .entryList .entryWrap .entryBox {
  flex-basis: 270px;
  position: relative;
  padding-left: 40px;
}
.single-store_post .entryContainer .entryList .entryWrap .entryBox .entryTit {
  font-size: 1.7rem;
}
.single-store_post .entryItemArea {
  font-size: 1.4rem;
  position: absolute;
  bottom: 89px;
  width: 270px;
}
.single-store_post .itemInfoRow {
  margin-bottom: 15px;
}
.single-store_post .itemPrice,
.single-store_post .itemSize {
  display: flex;
  justify-content: space-between;
}
.single-store_post .itemSize {
  margin-bottom: 30px;
}
.single-store_post .itemRegular .saleInfo {
  display: none;
}
.single-store_post .itemRegular .itemPurchase {
  display: blcok;
}
.single-store_post .itemRegular .itemPriceSoldout {
  display: none;
}
.single-store_post .itemRegular .itemPriceSale {
  display: none;
}
.single-store_post .itemSoldout .saleInfo {
  display: none;
}
.single-store_post .itemSoldout .itemPurchase {
  display: none;
}
.single-store_post .itemSoldout .itemPriceSoldout {
  display: inline;
}
.single-store_post .itemSoldout .itemPriceSale {
  display: none;
}
.single-store_post .itemSoldout .itemPriceRegular {
  display: none;
}
.single-store_post .itemSale .saleInfo {
  display: block;
  color: #e7372f;
  margin-bottom: 40px;
}
.single-store_post .itemSale .saleInfo span {
  border-bottom: 2px solid #e7372f;
  padding-bottom: 5px;
}
.single-store_post .itemSale .itemPurchase {
  display: blcok;
}
.single-store_post .itemSale .itemPriceSoldout {
  display: none;
}
.single-store_post .itemSale .itemPriceSale {
  display: inline;
  color: #e7372f;
}
.single-store_post .itemSale .itemPriceRegular {
  text-decoration: line-through;
  display: block;
  text-align: right;
}
.single-store_post .itemSale .itemInfoTax {
  display: none;
}
.single-store_post .itemSale .itemInfoSmall {
  font-size: 1rem;
}
.single-store_post .itemRemarks {
  margin-bottom: 30px;
}

.aboutPurchase .shopinfoTitle {
  margin-top: 0;
}

.shopinfoTitle {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  text-align: center;
  font-weight: 400;
  font-size: 2.3rem;
  position: relative;
  margin-bottom: 60px;
  margin-top: 100px;
}
.shopinfoTitle::after {
  content: '';
  height: 1px;
  width: 40px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -20px;
  background-color: #000;
}

.onlineshop-info .site-main li {
  list-style-type: disc;
  padding-bottom: 10px;
  margin-left: 1.15em;
}
.onlineshop-info .aboutShipping,
.onlineshop-info .contact {
  padding-top: 80px;
}

.shopinfoSubTitle {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 1.8rem;
  margin: 60px 0 30px 0;
  font-weight: 400;
}
.shopinfoSubTitle span {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}

.aboutInfoContact p {
  margin-bottom: 16px;
}
.aboutInfoContact p::after {
  content: '↓';
  display: block;
  padding-left: 30px;
  margin: 10px 0 0;
}
.aboutInfoContact p:last-of-type::after {
  content: '';
}

.aboutShippingmethod {
  /*
  table{
      margin-bottom:70px;
      thead{
          text-align:center;
          th{
              font-weight:400;
              padding:10px;
              border:1px solid #000;
          }
      }
      tbody{
          border:0;
          tr{
              border: 0;
              th{
                  font-size:1.4rem;
                  font-weight:400;
                  width:50%;
              }
              td{
                  font-size:1.6rem;
                  width:50%;
                  text-align:center;
                  border: 1px solid #000;
              }
          }
      }
  }
  */
}
.aboutShippingmethod .shipping h3 {
  padding: 4px 10px;
  background-color: #dcdcdc;
  border-left: 5px solid #000;
  font-size: 1.6rem;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
}
.aboutShippingmethod .shipping h3 a {
  text-decoration: underline;
}
.aboutShippingmethod .shipping dl {
  display: flex;
  flex-wrap: wrap;
}
.aboutShippingmethod .shipping dl dt {
  flex-basis: 30%;
  padding-bottom: 10px;
  font-weight: 500;
}
.aboutShippingmethod .shipping dl dd {
  flex-basis: 70%;
  max-width: 70%;
  margin: 0;
  padding-bottom: 10px;
  padding-left: 0.7em;
  text-indent: -0.7em;
}
.aboutShippingmethod .shipping dl dd::before {
  content: ':';
  padding-right: 5px;
}

.shopInfopdf .onlineshopLink a {
  width: 100%;
  max-width: 300px;
  display: inline-block;
}
.shopInfopdf:last-of-type {
  padding-bottom: 50px;
}

.contactBody {
  background-color: #e9e9e9;
  padding: 30px;
  letter-spacing: 0.2em;
}
.contactBody .formBtn {
  text-align: center;
}
.contactBody .formBtn button {
  padding: 15px 20px;
  margin: 10px auto;
  display: block;
  background-color: #fff;
  color: #000;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  width: 100%;
  max-width: 330px;
  border: 1px solid #000;
  border-radius: 0;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  transition: background-color .3s;
}
.contactBody .formBtn button:hover {
  background-color: #d4d4d4;
}
.contactBody .contactRemarks {
  display: block;
}
.contactBody .contactSmall {
  font-size: 1.2rem;
}
.contactBody .error {
  font-size: 1.4rem !important;
  color: #e7372f !important;
  font-family: "Work Sans", "Helvetica Neue", "Segoe UI", "Yu Gothic", YuGothic, メイリオ, Meiryo sans-serif;
}
.contactBody .mwform-tel-field input {
  max-width: 80px;
}

.contactTit {
  margin-bottom: 5px;
  font-size: 1.3rem;
}

.redreq {
  font-size: 1.3rem;
  color: #E7372F;
}

.contactForm .complete {
  background-color: #e9e9e9;
  padding: 50px;
  text-align: center;
  letter-spacing: 0.2em;
}
.contactForm table {
  margin-bottom: 0;
}
.contactForm table tbody {
  border-bottom: none;
}
.contactForm table tr {
  border: none;
}
.contactForm table tr:first-of-type {
  padding-top: 80px;
}
.contactForm table tr th {
  font-size: 1.4rem;
  padding: 20px;
  width: 30%;
  letter-spacing: 0.1em;
}
.contactForm table tr td {
  padding: 20px 50px;
  width: 70%;
}
.contactForm table .vaTop {
  vertical-align: top;
  padding-top: 30px;
}
.contactForm table input {
  padding: 10px;
  background-color: #fff;
  width: 100%;
  font-size: 1.6rem;
  border: 0;
  border-radius: 0;
}
.contactForm table select {
  padding: 10px 10px 10px 40px;
  background-color: #fff;
  width: 100%;
  font-size: 1.6rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  background-image: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-position: 20px 50%;
}
.contactForm table select::-ms-expand {
  display: none;
}
.contactForm table textarea {
  padding: 15px;
  background-color: #fff;
  width: 100%;
  height: 200px;
  font-size: 1.6rem;
  border-radius: 0;
}
.contactForm table .req {
  position: relative;
}
.contactForm table .req::after {
  content: '＊';
  color: #E7372F;
  position: absolute;
  top: 28px;
  right: -40px;
}
.contactForm table .req.coTxtAreaReq::after {
  top: 10px;
}
.contactForm table .contactTxtarea {
  padding-top: 0;
}

.confirm .content-area {
  width: 700px;
}
.confirm .contactBody {
  background-color: #fff;
  padding: 0;
}
.confirm .contactBody table {
  margin-bottom: 40px;
}
.confirm .contactBody tr {
  border: 0;
}
.confirm .contactBody td, .confirm .contactBody th {
  border: 1px solid #000;
  font-size: 1.4rem;
}
.confirm .contactBody .formBtn {
  margin-bottom: 60px;
}
.confirm .contactBody .formBtn button {
  max-width: 250px;
  display: inline-block;
}
.confirm .contactBody .formBtn button.formback {
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
  position: relative;
  top: 0;
  left: 0;
}
.confirm .contactBody .formBtn button.formback::before {
  content: url("../img/arrow-back.svg");
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -8px;
  width: 10px;
  height: 15px;
  transition: all 0.2s ease-out;
}
.confirm .contactBody .formBtn button.formback:hover::before {
  left: 10px;
}
.confirm .shopinfoTitle {
  margin-top: 0;
}

.send .content-area {
  width: 700px;
}
.send .shopinfoTitle {
  margin-top: 0;
}
.send p {
  text-align: center;
}
.send .formBtn {
  text-align: center;
  margin: 80px 0 60px;
}
.send .formBtn a {
  background-color: transparent;
  padding: 15px 50px;
  border: 1px solid #000;
  color: #000;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 330px;
}
.send .formBtn a::before {
  content: url("../img/arrow-back.svg");
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -13px;
  width: 10px;
  height: 15px;
  transition: all 0.2s ease-out;
}
.send .formBtn a:hover::before {
  left: 10px;
}
.send .complete {
  margin-bottom: 60px;
}

.acc_title_pc {
  position: relative;
  cursor: pointer;
  transition: color .3s ease-out;
  margin-bottom: 5px;
}
.acc_title_pc:hover {
  color: #e7372f;
}

.acc_hidden_pc {
  display: none;
  margin-left: 10px;
  font-size: 1.2rem;
}

.main-navigation .itemArkhe a,
.footer-navigation .itemArkhe a {
  display: inline-block;
}
.main-navigation .itemArkhe a figure,
.footer-navigation .itemArkhe a figure {
  margin: 0;
  width: 45px;
}

@media screen and (max-width: 980px) {
  /*　画面サイズが980pxまではここを読み込む　*/
  h1.title {
    font-size: 2rem;
    padding-bottom: 20px;
  }

  table tbody tr th, table tbody tr td {
    padding: 20px 0;
  }
  table tbody td span {
    display: block;
  }

  #pbd-alp-load-posts {
    margin-bottom: 0px;
  }
  #pbd-alp-load-posts a:link {
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: "Work Sans", "Helvetica Neue", "Segoe UI", "Yu Gothic", YuGothic, メイリオ, Meiryo sans-serif;
    -moz-border-radius: 0;
    border-radius: 0;
    background: none;
    border: 1px solid #000;
    font-size: 1.4rem;
    position: relative;
    text-indent: 1em;
  }
  #pbd-alp-load-posts a:hover {
    color: #000;
  }
  #pbd-alp-load-posts a::before {
    content: url(../img/arrow-down.svg);
    position: absolute;
    left: 0;
    bottom: 3px;
    transition: all .2s ease-out;
  }
  #pbd-alp-load-posts a span::before {
    content: none;
  }

  .moreBtn {
    text-align: left;
    margin: 0;
  }
  .moreBtn a {
    margin-left: 0;
  }

  .page {
    position: relative;
  }
  .page .padPlus {
    padding-top: 0;
  }
  .page #slideBig {
    margin-top: 50px;
  }
  .page #slideBig .bx-wrapper {
    min-height: 150px;
  }

  .about #slideBig, .product #slideBig, .access #slideBig, .cafe #slideBig, .gallery #slideBig {
    margin-bottom: 0;
  }

  .visible-phone {
    display: block !important;
  }

  .visible-pc {
    display: none !important;
  }

  .headerNavIcon {
    display: none;
  }

  .site-header .site-branding {
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1100;
  }
  .site-header .site-branding .site-title {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1100;
    height: 50px;
    text-align: center;
    padding-top: 17px;
    background-color: #fff;
  }
  .site-header .site-branding .site-title img {
    width: 120px;
  }

  .drawer-opened .fixed-content {
    left: -240px;
  }
  .drawer-opened #drawernav {
    top: 0;
  }
  .drawer-opened #humberger .icon-bar {
    background: #000;
  }
  .drawer-opened #humberger :nth-child(1) {
    transform: translate(0, 6px) rotate(45deg);
    -webkit-transform: translate(0, 6px) rotate(45deg);
  }
  .drawer-opened #humberger :nth-child(2) {
    transform: translate(-10px, 0);
    -webkit-transform: translate(-10px, 0);
    opacity: 0;
  }
  .drawer-opened #humberger :nth-child(3) {
    transform: translate(0, -6px) rotate(-45deg);
    -webkit-transform: translate(0, -6px) rotate(-45deg);
  }
  .drawer-opened #overlay {
    z-index: 20;
    opacity: 0.7;
    left: -240px;
  }

  .bx-controls, .prev-btn, .next-btn, .ga-prev-btn, .ga-next-btn {
    display: none;
  }

  .page .concept {
    display: flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-bottom: 50px;
    padding-top: 0;
  }
  .page .concept .conceptContainer {
    padding-bottom: 0;
    min-height: 224px;
  }
  .page .concept .conceptContainer .conceptPhoto {
    width: 100%;
  }
  .page .concept .conceptContainer .conceptPhoto:first-child {
    display: none;
  }
  .page .concept .conceptTit {
    display: block;
    position: static;
    padding: 10vw 0;
    text-align: center;
    margin: 0;
  }
  .page .concept .conceptTit img {
    width: 70%;
    min-width: 260px;
    margin: 0 auto;
  }
  .page .concept .conceptBox {
    display: block;
    padding: 0;
  }
  .page .concept .conceptBox .conceptTextBox {
    writing-mode: horizontal-tb;
    height: auto;
    margin: 0;
    padding-bottom: 50px;
    position: static;
  }
  .page .concept .conceptBox .conceptTextBox .conceptText {
    padding: 0 20px;
    line-height: 2;
    margin: 0;
  }
  .page .concept .conceptBox .conceptTextBox .conceptText:nth-child(1) {
    margin-top: 0;
    text-indent: 0;
  }
  .page .concept .conceptBox .conceptTextBox .conceptText:nth-child(2) {
    margin-top: 20px;
  }
  .page .concept .conceptBox .conceptTextBox .conceptText:nth-child(3) {
    margin-top: 20px;
  }
  .page .concept .conceptMark {
    display: block;
    position: static;
    text-align: center;
    margin: 0;
    padding: 50px;
  }
  .page .concept .conceptMark img {
    width: 25vw;
  }

  .topNews {
    padding: 0 20px 50px 20px;
  }

  .entryContainer {
    padding: 0;
    margin-bottom: 60px;
  }
  .entryContainer .entryList {
    padding-bottom: 50px;
  }
  .entryContainer .entryList .entryWrap {
    display: block;
  }
  .entryContainer .entryList .entryWrap .entryDate {
    color: #e7372f;
    writing-mode: horizontal-tb;
    font-size: 1.4rem;
    padding: 0 0 15px 0;
    width: auto;
  }
  .entryContainer .entryList .entryWrap .entryDate::after {
    top: auto;
    bottom: 0px;
    left: 0;
    right: auto;
    width: 40px;
    height: 1px;
  }
  .entryContainer .entryList .entryWrap .entryBox {
    display: block;
    margin: 0;
    padding: 20px 0 0 0;
  }
  .entryContainer .entryList .entryWrap .entryBox .entryTit {
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
  .entryContainer .entryList .entryWrap .entryBox .entryText {
    font-size: 1.4rem;
    padding: 0;
  }

  .topProduct {
    padding-bottom: 0;
    position: relative;
    margin-bottom: 30px;
  }
  .topProduct .title {
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 50%;
    height: 1.8em;
  }
  .topProduct .productHero {
    padding-bottom: 0;
  }
  .topProduct .productText {
    display: none;
  }
  .topProduct .moreBtn {
    display: none;
  }
  .topProduct .onlineshopLink {
    display: none;
  }

  .topCafe, .topGallery, .topStudio, .cafe .cafeInfo {
    padding-bottom: 0;
    position: relative;
    margin-bottom: 30px;
  }
  .topCafe .title, .topGallery .title, .topStudio .title, .cafe .cafeInfo .title {
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 50%;
    height: 1.6em;
    z-index: 10;
    padding: 0;
  }
  .topCafe .colContainer .colPhoto, .topGallery .colContainer .colPhoto, .topStudio .colContainer .colPhoto, .cafe .cafeInfo .colContainer .colPhoto {
    height: 37.25vw;
    overflow: hidden;
    position: relative;
  }
  .topCafe .colContainer .colPhoto img, .topGallery .colContainer .colPhoto img, .topStudio .colContainer .colPhoto img, .cafe .cafeInfo .colContainer .colPhoto img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: auto;
  }
  .topCafe .colContainer .colBox, .topGallery .colContainer .colBox, .topStudio .colContainer .colBox, .cafe .cafeInfo .colContainer .colBox {
    display: none;
  }

  .topGallery {
    padding-bottom: 0;
    position: relative;
    margin-bottom: 30px;
  }
  .topGallery .title {
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 50%;
    height: 1.6em;
    z-index: 10;
    padding: 0;
  }
  .topGallery .colContainer .colPhoto {
    height: 37.25vw;
    overflow: hidden;
    position: relative;
  }
  .topGallery .colContainer .colPhoto img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: auto;
  }
  .topGallery .colContainer .colBox {
    display: none;
  }

  .topStudio {
    padding-bottom: 0;
    position: relative;
    margin-bottom: 30px;
  }
  .topStudio .title {
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 50%;
    height: 1.6em;
    z-index: 10;
    padding: 0;
  }
  .topStudio .colContainer .colPhoto {
    height: 37.25vw;
    overflow: hidden;
    position: relative;
  }
  .topStudio .colContainer .colPhoto ul li {
    height: 37.25vw;
  }
  .topStudio .colContainer .colPhoto ul li img {
    margin-top: -30vw;
  }
  .topStudio .colContainer .colBox {
    display: none;
  }

  .logoLinkBtnContainer .casica-cinema_logo img {
    width: 200px;
  }
  .logoLinkBtnContainer .logodivnkBtn {
    padding: 20px;
  }

  .logoLinkBtnBox {
    display: block;
    text-align: center;
    padding-bottom: 50px;
  }

  .site-footer {
    margin: 0 20px;
  }
  .site-footer .site-title {
    padding-bottom: 10px;
    width: 120px;
  }
  .site-footer .bottomLogoContainer {
    display: block;
  }
  .site-footer .bottomLogoContainer .bottomInstaIcon,
  .site-footer .bottomLogoContainer .bottomOnlineIcon {
    display: inline-block;
  }
  .site-footer .bottomLogoContainer .bottomTakibiLogo,
  .site-footer .bottomLogoContainer .bottomEngeiLogo {
    display: block;
  }
  .site-footer .bottomLogoContainer .bottomLogo {
    padding: 0 10px 10px 10px;
  }

  .about .aboutPhilosophy {
    display: none;
  }
  .about .concept {
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-top: 40px;
  }
  .about .concept #concept {
    padding-top: 0;
  }
  .about .concept .title {
    -webkit-order: 1;
    order: 1;
    padding: 0;
  }
  .about .concept .conceptTit {
    -webkit-order: 2;
    order: 2;
  }
  .about .concept .conceptBox {
    -webkit-order: 3;
    order: 3;
  }
  .about .concept .conceptBox .conceptTextBox {
    padding-bottom: 0;
  }
  .about .concept .conceptMark {
    -webkit-order: 4;
    order: 4;
  }
  .about .concept .conceptHero {
    height: 42vw;
    -webkit-order: 5;
    order: 5;
    padding-bottom: 0;
  }
  .about .aboutFloormap {
    padding-top: 0;
  }
  .about .aboutFloormap .flormapContainer {
    display: block;
    padding-bottom: 30px;
  }
  .about .aboutFloormap .flormapContainer .floormap1, .about .aboutFloormap .flormapContainer .floormap2 {
    padding: 0 20px 20px 20px;
  }
  .about .aboutFloormap .flormapContainer #floormap1, .about .aboutFloormap .flormapContainer #floormap2 {
    width: 100%;
    display: block;
  }
  .about .aboutContact {
    padding: 0 20px;
  }

  .product .productText {
    text-align: left;
    padding: 0 10px 40px 10px;
  }
  .product .productInsta {
    padding-bottom: 0;
  }
  .product .productInsta #instaFeed .instaFeedList {
    width: 48%;
    padding: 2%;
    animation: fadeIn 1.5s ease-out 0s 1 normal;
  }

  .gallery #slideBig .bx-wrapper, .event #slideBig .bx-wrapper {
    height: 100%;
    min-height: 150px;
  }
  .gallery #slideBig .bx-wrapper .bx-viewport .slideHome.slidePage, .event #slideBig .bx-wrapper .bx-viewport .slideHome.slidePage {
    height: auto;
  }
  .gallery #slideBig .bx-wrapper .bx-viewport .slideHome.slidePage li, .event #slideBig .bx-wrapper .bx-viewport .slideHome.slidePage li {
    height: auto;
  }
  .gallery #slideBig .bx-wrapper .bx-viewport .slideHome.slidePage li img, .event #slideBig .bx-wrapper .bx-viewport .slideHome.slidePage li img {
    height: auto;
    width: 100%;
  }
  .gallery .galleryText, .event .galleryText {
    text-align: left;
    padding: 0 0 40px 0;
  }
  .gallery .galleryText .visible-phone, .event .galleryText .visible-phone {
    padding: 0 10px;
  }
  .gallery .gnowContainer, .event .gnowContainer {
    padding: 0 10px 60px;
  }
  .gallery .gnowContainer .gnowBody, .event .gnowContainer .gnowBody {
    flex-direction: column;
    padding-top: 20px;
  }
  .gallery .gnowContainer .gnowLeft, .event .gnowContainer .gnowLeft {
    padding-right: 0;
  }
  .gallery .gnowContainer .gnowLeft .gTit, .event .gnowContainer .gnowLeft .gTit {
    margin-bottom: 20px;
  }
  .gallery .gnowContainer .gnowRight, .event .gnowContainer .gnowRight {
    padding-left: 0;
  }
  .gallery .gTit, .event .gTit {
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 1.6rem;
    padding-bottom: 0;
    margin-bottom: 10px;
  }
  .gallery .duration, .event .duration {
    position: relative;
    padding-top: 20px;
    font-size: 1.4rem;
  }
  .gallery .duration::before, .event .duration::before {
    width: 40px;
  }
  .gallery .moreBtn, .event .moreBtn {
    text-align: left;
    padding-top: 10px;
  }
  .gallery .moreBtn a, .event .moreBtn a {
    margin-left: 0;
  }
  .gallery .viewMore, .event .viewMore {
    margin-bottom: 80px;
  }
  .gallery .title, .event .title {
    margin: 0;
  }
  .gallery figure, .event figure {
    margin: 0;
  }
  .gallery .gContainer, .event .gContainer {
    padding: 0 0 60px;
  }
  .gallery .gContainer .gListLeft figure, .event .gContainer .gListLeft figure {
    max-height: initial;
    height: initial;
  }
  .gallery .gContainer .gListRight, .event .gContainer .gListRight {
    padding: 0 10px;
  }
  .gallery .gContainer .gListRight .gTit, .event .gContainer .gListRight .gTit {
    padding-bottom: 0;
  }
  .gallery .gContainer .gListRight .duration, .event .gContainer .gListRight .duration {
    padding-top: 10px;
  }
  .gallery .gContainer .gListRight .gText, .event .gContainer .gListRight .gText {
    margin: 0;
  }
  .gallery .gList, .event .gList {
    display: flex;
    flex-direction: column;
    padding-bottom: 40px;
  }
  .gallery .gListRight, .event .gListRight {
    flex: 1;
    padding-left: 0;
  }
  .gallery .gListLeft, .event .gListLeft {
    flex: 1;
  }
  .gallery .gListLeft figure, .event .gListLeft figure {
    overflow: hidden;
    width: auto;
    max-height: 400px;
    height: 50vw;
  }

  .gallery .gallery_upc, .gallery .gallery_arc {
    padding-top: 0;
  }

  .event .event_upc, .event .event_arc {
    padding-top: 0;
  }

  .access {
    font-size: 1.3rem;
  }
  .access .accessText {
    padding: 0 10px;
  }
  .access .accessText h1 {
    padding-top: 40px;
  }
  .access .accessText .accessMap {
    padding: 0;
  }
  .access .accessContainer {
    padding: 0 10px;
    -webkit-flex-direction: column;
    flex-direction: cloumn;
  }
  .access .accessContainer .mapImg {
    max-width: 85%;
    margin: 0 auto;
  }
  .access .accessContainer .mapImg img {
    padding-bottom: 40px;
  }
  .access .accessContainer .accessBox {
    padding-bottom: 60px;
  }
  .access .accessContainer .accessBox .accessDisc {
    padding: 0 0 0 6%;
  }

  .cafe .cafeText {
    padding: 0 10px 20px 10px;
    text-align: left;
  }
  .cafe .cafeMenu {
    padding: 0 0 30px 0;
  }
  .cafe .cafeInfo {
    padding-bottom: 20px;
    padding-top: 50px;
  }
  .cafe .cafeInfo .title {
    color: #000;
    position: static;
    margin: auto;
    width: auto;
    height: auto;
    padding: 0 0 40px 0;
  }
  .cafe .cafeInfo .colContainer {
    display: block;
  }
  .cafe .cafeInfo .colContainer .colPhoto {
    height: auto;
    overflow: hidden;
    position: static;
    flex: none;
  }
  .cafe .cafeInfo .colContainer .colPhoto img {
    position: static;
  }
  .cafe .cafeInfo .colContainer .colBox {
    display: block;
    flex: none;
  }
  .cafe .cafeParty {
    padding: 0 20px 80px 20px;
  }
  .cafe .cafeParty .partyInfo p {
    font-size: 1.8rem;
    padding-bottom: 15px;
  }
  .cafe .cafeParty .partyInfo .partyTel a {
    display: inline;
  }
  .cafe .cafeBana {
    height: 35vw;
  }
  .cafe .cafeBana .banaTxt {
    font-size: 2.5vw;
    margin-left: -43vw;
    top: 17.35vw;
  }
  .cafe .cafeBana .banaImg {
    width: 90vw;
    margin-left: -45vw;
  }

  .arkhe .arkheText {
    padding-top: 20px;
  }
  .arkhe .arkheText h1.title {
    font-size: 1rem;
  }
  .arkhe .arkheText h1.title figure {
    margin-bottom: 0;
  }
  .arkhe .arkheText h2 {
    font-size: 1.8rem;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .arkhe .arkheText p {
    font-size: 1.2rem;
    text-align: left;
    padding: 0 20px;
    margin: 0 0 10px 0;
  }
  .arkhe .arkheProduct {
    padding: 40px 20px;
  }
  .arkhe .arkheProduct .productItem .productItem-upper,
  .arkhe .arkheProduct .productItem .productItem-lower {
    flex-basis: 100%;
    width: 100%;
    padding: 0;
  }
  .arkhe .arkheProduct .productItem .productItem-lower {
    font-size: 1.4rem;
  }
  .arkhe .arkheProduct .productItem .productItem-lower h1 {
    font-size: 1.8rem;
  }
  .arkhe .arkheProduct .productItem .productItem-lower h1 span {
    font-size: 1.4rem;
  }
  .arkhe .arkheProduct .productItem .productItem-lower .productItem-price .productItemPrice-upper,
  .arkhe .arkheProduct .productItem .productItem-lower .productItem-price .productItemPrice-lower {
    flex-basis: 100%;
    width: 100%;
    padding: 0;
  }
  .arkhe .arkheProduct .productItem .productItem-lower .productItem-type .productItemType-upper,
  .arkhe .arkheProduct .productItem .productItem-lower .productItem-type .productItemType-lower {
    flex-basis: 100%;
    width: 100%;
    padding: 0;
  }
  .arkhe .arkheProduct .productItem-wakanchai .productItem-lower h1 span {
    font-size: 1.2rem;
    letter-spacing: 0.06em;
  }
  .arkhe .arkheProduct .productItem-wakanchai .aboutSugimotoPharmacy {
    font-size: 1.2rem;
    letter-spacing: 0.06em;
  }
  .arkhe .arkheProduct .productItem-wakanchai .aboutSugimotoPharmacy h2 {
    font-size: 1.2rem;
    letter-spacing: 0.06em;
  }
  .arkhe .arkheKitchen {
    padding: 0 20px 80px 20px;
    font-size: 1.4rem;
  }
  .arkhe .arkheKitchen .colContainer {
    margin-bottom: 20px;
  }
  .arkhe .arkheKitchen .colContainer .colPhoto {
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 20px;
  }
  .arkhe .arkheKitchen .colContainer .colBox {
    flex-basis: 100%;
    width: 100%;
  }
  .arkhe .arkheKitchen .colContainer .colBox .colTextContainer {
    padding: 0;
  }
  .arkhe .arkheKitchen .colContainer .colBox .colTextContainer h1.title {
    font-size: 1.8rem;
  }
  .arkhe .arkheKitchen .colContainer .colBox p.colText {
    display: inline;
    margin-bottom: 0;
  }
  .arkhe .arkheContact {
    padding: 0 20px;
  }
  .arkhe .arkheContact h1.title {
    padding-top: 20px;
    margin-bottom: 10px;
  }
  .arkhe .arkheContact .contactInfo .contactMail {
    font-size: 1.6rem;
  }

  .page-header {
    display: none;
  }

  .entryMain {
    flex-direction: column;
    padding: 0 10px;
    margin: 0 auto 0 auto;
  }

  #secondary {
    display: none;
  }

  .side-area {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 30px;
  }
  .side-area .sideBox {
    padding: 0;
  }
  .side-area .sideBox .sideContainer .side-title {
    padding: 10px;
  }
  .side-area .sideBox .sideContainer .child-cat-list {
    padding: 10px;
  }
  .side-area .sideBox .sideContainer .child-cat-list li {
    padding: 5px 0;
  }
  .side-area .sideBox .sideContainer .child-cat-list li::before {
    content: '-';
    padding-right: 10px;
  }

  .archive .padPlus,
  .single .padPlus {
    padding-top: 60px;
  }
  .archive .entryMeta,
  .single .entryMeta {
    padding-bottom: 20px;
  }
  .archive .bx-wrapper,
  .single .bx-wrapper {
    margin-bottom: 10px;
  }
  .archive .prev-btn, .archive .next-btn, .archive .ga-prev-btn, .archive .ga-next-btn,
  .single .prev-btn,
  .single .next-btn,
  .single .ga-prev-btn,
  .single .ga-next-btn {
    display: block;
  }
  .archive .prev-btn, .archive .ga-prev-btn,
  .single .prev-btn,
  .single .ga-prev-btn {
    left: 10px;
  }
  .archive .next-btn, .archive .ga-next-btn,
  .single .next-btn,
  .single .ga-next-btn {
    right: 10px;
  }

  .archive .content-area,
  .single .content-area {
    margin: 0 auto;
    width: 100%;
    padding: 0 10px;
  }
  .archive .content-area .entryContainer .entryList,
  .single .content-area .entryContainer .entryList {
    margin-bottom: 0;
    padding-bottom: 30px;
  }
  .archive .content-area .entryContainer .entryList .entryWrap .entryHeader,
  .single .content-area .entryContainer .entryList .entryWrap .entryHeader {
    padding-bottom: 0;
  }
  .archive .content-area .entryContainer .entryList .entryWrap .entryHeader .entryTit,
  .single .content-area .entryContainer .entryList .entryWrap .entryHeader .entryTit {
    font-size: 1.6rem;
  }
  .archive .content-area .entryContainer .entryList .entryWrap .entryHeader .entryMeta,
  .single .content-area .entryContainer .entryList .entryWrap .entryHeader .entryMeta {
    font-size: 1.4rem;
  }
  .archive .content-area .entryContainer .entryList .entryWrap .entryText,
  .single .content-area .entryContainer .entryList .entryWrap .entryText {
    padding: 0 0 15px 0;
  }
  .archive .content-area .entryContainer .entryList .entryWrap .moreBtn,
  .single .content-area .entryContainer .entryList .entryWrap .moreBtn {
    padding-bottom: 30px;
  }
  .archive .content-area .entryContainer .post-navigation,
  .single .content-area .entryContainer .post-navigation {
    padding-left: 0;
  }
  .archive .content-area .entryContainer .pagination,
  .single .content-area .entryContainer .pagination {
    padding-left: 0;
  }

  .archive .archiveTit {
    display: none;
  }

  .post-type-archive .entryMain {
    padding-top: 0;
    margin-top: 0;
  }

  .accordion_list {
    position: relative;
  }
  .accordion_list .acc_title {
    border: 1px solid #000;
    position: relative;
  }
  .accordion_list .acc_title::after {
    content: url(../img/arrow-down.svg);
    position: absolute;
    top: 8px;
    right: 10px;
    transition: transform .3s;
  }
  .accordion_list .acc_title.active::after {
    transform: rotate(180deg);
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
  }
  .accordion_list .acc_hidden {
    display: none;
    position: absolute;
    z-index: 300;
    top: 46px;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
  }

  .post-type-archive-gallery_post .saple-control,
  .post-type-archive-event_post .saple-control,
  .category-news .saple-control {
    display: block !important;
  }

  .post-type-archive-gallery_post .navigation,
  .post-type-archive-event_post .navigation,
  .category-news .navigation {
    display: none;
  }

  .post-type-archive-store_post .side-area .sideBox .sideContainer .side-title,
  .tax-item_cat .side-area .sideBox .sideContainer .side-title,
  .single-store_post .side-area .sideBox .sideContainer .side-title,
  .onlineshop-info .side-area .sideBox .sideContainer .side-title,
  .confirm .side-area .sideBox .sideContainer .side-title,
  .send .side-area .sideBox .sideContainer .side-title {
    border: 1px solid #000;
  }

  .storeSideMenu::before {
    left: 50%;
    margin-left: -20px;
  }

  .storeInfoLink {
    text-align: center;
  }

  .storeInfoLink {
    margin-bottom: 30px;
  }

  .itemSoldout a .storeItemImgContent::before {
    font-size: 0.8rem;
  }

  .storeItemImg {
    flex-basis: calc((100% - 10px) / 3);
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .storeItemImg:nth-child(3n) {
    margin-right: 0;
  }

  .post-type-archive-store_post #pbd-alp-load-posts a::before {
    content: url(../img/arrow-down.svg);
    position: absolute;
    left: 0;
    bottom: 3px;
    transition: all .2s ease-out;
  }

  .storePdf a {
    max-width: 300px;
    padding: 20px 0;
    margin: 0 auto;
  }

  .confirm .padPlus,
  .send .padPlus {
    padding-top: 60px;
  }

  .shopinfoTitle {
    font-size: 2rem;
  }

  .onlineshop-info .aboutShipping,
  .onlineshop-info .contact {
    padding-top: 40px;
  }
  .onlineshop-info .padPlus {
    padding-top: 60px;
  }
  .onlineshop-info #shopInfoMenu {
    position: fixed;
    top: 60px;
    left: 20px;
    width: calc(100% - 40px);
    z-index: 400;
  }
  .onlineshop-info #shopInfoMenu h2 {
    background-color: #fff;
  }
  .onlineshop-info #shopInfoMenu .child-cat-list {
    background-color: #fff;
  }
  .onlineshop-info #catArchive {
    padding-top: 60px;
  }

  .shopinfoTitle {
    margin-top: 50px;
  }

  .contactForm {
    padding: 0px;
  }
  .contactForm table tr:first-of-type {
    padding: 0;
  }
  .contactForm table tr th {
    display: block;
    padding: 30px 0 5px 0;
    width: 100%;
  }
  .contactForm table tr td {
    display: block;
    padding: 0 0;
    width: 100%;
  }
  .contactForm table .req::after {
    position: static;
  }
  .contactForm table .coTxtAreaReq::after {
    content: '';
  }
  .contactForm .mwform-tel-field input {
    max-width: 70px;
  }

  .contactBody {
    padding: 10px 20px 30px 20px;
  }
  .contactBody .contactRemarks {
    display: inline-block;
  }
  .contactBody .formBtn button {
    max-width: initial;
  }

  .confirm .contactBody th {
    display: block;
    padding: 10px;
    width: 100%;
    border-bottom: 0;
  }
  .confirm .contactBody td {
    display: block;
    padding: 20px;
    width: 100%;
    border-bottom: 0;
  }
  .confirm .contactBody tr:last-of-type {
    border-bottom: 1px solid #000;
  }
  .confirm .contactBody .coTxtAreaReq {
    display: none;
  }

  .shopInfopdf:last-of-type {
    padding-bottom: 0;
  }

  .aboutShippingmethod .shipping dl {
    display: block;
    flex-wrap: none;
  }
  .aboutShippingmethod .shipping dl dt {
    flex-basis: none;
    display: block;
    padding-bottom: 0;
  }
  .aboutShippingmethod .shipping dl dt:after {
    content: ':';
    padding-left: 5px;
  }
  .aboutShippingmethod .shipping dl dd {
    margin-left: 20px;
    display: block;
    flex-basis: none;
    padding-bottom: 30px;
    padding-left: 0;
    text-indent: 0;
  }
  .aboutShippingmethod .shipping dl dd:before {
    content: none;
  }

  .single-store_post .entryWrap {
    margin-bottom: 0px;
  }
  .single-store_post .itemPhoto {
    flex-basis: 100%;
  }
  .single-store_post .itemPhoto .bx-wrapper {
    margin-bottom: 0;
  }
  .single-store_post .itemPhoto .bx-wrapper .bx-pager {
    position: static;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    padding: 0;
    width: 100%;
  }
  .single-store_post .itemPhoto .bx-wrapper .bx-pager .bx-pager-item {
    display: inline-block;
    padding: 0 5px;
  }
  .single-store_post .bx-controls {
    display: block;
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
  }
  .single-store_post .slide-pager {
    display: none;
  }
  .single-store_post .entryContainer .entryList .entryWrap .entryBox {
    flex-basis: 100%;
    position: relative;
    padding-top: 40px;
    padding-left: 0px;
  }
  .single-store_post .itemPrice,
  .single-store_post .itemSize {
    display: block;
    text-align: left;
  }
  .single-store_post .itemInfoData {
    margin-left: 0;
  }
  .single-store_post .entryItemArea {
    margin-top: 0;
    position: static;
    bottom: auto;
    width: 100%;
  }
  .single-store_post .itemSale .itemPriceRegular {
    text-align: left;
  }
}
