@charset "UTF-8";

/** navi **/
.page-inner-nav {
  padding: 0;
  list-style: none;
  margin: 70px 0 0;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .page-inner-nav {
    display: none;
  }
}

.page-inner-nav li {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 25%;
  text-align: center;
  border-right: 1px solid #ddd;
}

.page-inner-nav li:last-child {
  border-right: none;
}

.page-inner-nav a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  text-decoration: none;
  font-size: 1.4rem;
}

.page-inner-nav a>span {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  display: block;
  margin: auto;
  padding-right: 30px;
  position: relative;
}

.page-inner-nav a>span:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(135deg);
  right: 0;
  margin-top: -4px;
}

.section-container {
  padding-top: 10px;
  margin-top: 110px;
}

@media screen and (max-width: 768px) {
  .section-container {
    margin-top: 100px;
  }
}

.section-container:first-of-type {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .section-container:first-of-type {
    margin-top: 35px;
  }
}

.section-container:last-of-type{
  margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .section-container:last-of-type {
    margin-top: 70px;
  }
}


/** media post**/
.media-post {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
  padding-top: 40px;
  border-top: solid 1px #f5f2ec;
}

@media screen and (max-width: 768px) {
  .media-post {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.media-post:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.media-post a {
  text-decoration: none;
  color: inherit;
}

.media-post a:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.media-post .photo {
  position: relative;
  overflow: hidden;
  width: 320px;
  height: 320px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .media-post .photo {
    margin-bottom: 12px;
  }
}

.media-post .image {
  display: block;
  padding-top: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: rotate(0.1deg);
  transform: rotate(0.1deg);
}

.media-post .image a:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.media-post a:hover .image {
  -webkit-transform: scale(1.1, 1.1) rotate(0.1deg);
  transform: scale(1.1, 1.1) rotate(0.1deg);
}

.media-post .contents {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: calc(100% - 350px);
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .media-post .contents {
    width: 100%;
    font-size: 1.2rem;
  }
}

.date-box {
  display: inline-block;
  margin: 0;
  padding: 11px 0;
  background: #f5efe3;
  color: #a58959;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .date-box {
    display: inline-block;
    padding: 5px 15px;
    font-size: 1.1rem;
  }
}

.media-post .date-box {
  float: left;
  width: 200px;
  padding-left: 0.7em;
  padding-right: 0.7em;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .media-post .date-box {
    float: none;
    width: auto;
    padding-left: 15px;
  }
}

.date+span .holiday {
  color: #d30000;
}

.date-box .date {
  font-size: 1.6rem;
}

.date-box .tilde {
  font-size: 1.6rem;
}

.media-post .shop-box {
  float: right;
  width: calc(100% - 220px);
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .media-post .shop-box {
    float: none;
    width: 100%;
  }
}

.media-post .shop-box .name {
  margin-right: 8px;
  padding-top: 2px;
}

@media screen and (max-width: 768px) {
  .media-post .shop-box .name {
    margin-right: 4px;
  }
}

.media-post .shop-box .type {
  display: block;
  color: #a58959;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .media-post .shop-box .type {
    font-size: 1.1rem;
  }
}

.media-post .shop-box .type:before {
  content: "/";
  display: inline-block;
  padding-right: 0.2em;
}

@media screen and (max-width: 768px) {
  .media-post .shop-box .type:before {
    padding-right: 0.2em;
  }
}

.media-post .text {
  margin-top: 1.7em;
}

@media screen and (max-width: 768px) {
  .media-post .text {
    margin-top: 0.7em;
  }
}

.shop-head-info:after {
  content: "";
  display: block;
  clear: both;
}

.shop-head-info span {
  display: inline-block;
}

.shop-box {
  margin: 0;
  display: inline-block;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .shop-box {
    display: block;
    margin-top: 0.6em;
  }
}

.shop-box .name {
  font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
  .shop-box .name {
    font-size: 1.8rem;
  }
}

.shop-bottom-info {
  margin-top: 1.4em;
}

@media screen and (max-width: 768px) {
  .shop-bottom-info {
    margin-top: 0.6em;
  }
}

.shop-bottom-info p {
  margin: 0.3em 0 0;
  position: relative;
  padding-left: 30px;
}

@media screen and (max-width: 768px) {
  .shop-bottom-info p {
    display: inline-block;
    padding-left: 22px;
  }
}

.shop-bottom-info p:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  width: 19px;
  height: 16px;
  background: no-repeat center center;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .shop-bottom-info p:before {
    margin-top: -6px;
    width: 18px;
    height: 12px;
  }
}

@media screen and (max-width: 768px) {
  .shop-bottom-info .floor {
    margin-right: 1.5em;
  }
}

.shop-bottom-info .floor:before {
  background-image: url(../images/common/icon-floor.svg);
}

.shop-bottom-info .floor a {
  color: #a58959;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .shop-bottom-info .tel {
    padding-left: 12px;
  }
}

.shop-bottom-info .tel:before {
  background-image: url(../images/common/icon-tel.svg);
}

@media screen and (max-width: 768px) {
  .shop-bottom-info .tel:before {
    width: 8px;
  }
}


/** 改装休業・閉店 **/
.shop-item {
  margin-top: 50px;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .shop-item {
    font-size: 1.2rem;
  }
}

.shop-item:first-child {
  margin-top: 0;
}

.shop-item .shop-head-info {
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .shop-item .shop-head-info {
    margin-bottom: 9px;
  }
}

.shop-item .date-box {
  margin-right: 20px;
  padding: 11px 10px;
}

@media screen and (max-width: 768px) {
  .shop-item .date-box {
    margin-right: 0;
    padding: 5px 15px;
  }
}

@media screen and (max-width: 768px) {
  .shop-item .text {
    line-height: 1.5;
  }

  .shop-item .shop-bottom-info {
    margin-top: 0.5em;
  }

  .shop-item .shop-bottom-info .floor {
    margin-right: 1.5em;
  }

  .shop-item .shop-bottom-info .tel {
    padding-left: 12px;
  }

  .shop-item .shop-bottom-info .tel:before {
    width: 8px;
  }
}

.shop-item .shop-bottom-info {
  margin-top: 8px;
}

.shop-item .shop-bottom-info p {
  display: inline-block;
}

.shop-item .shop-bottom-info .floor {
  margin-right: 2em;
}

.shop-item .shop-bottom-info .tel {
  padding-left: 20px;
}

.shop-item .shop-bottom-info .tel:before {
  width: 10px;
}