@charset "UTF-8";

.cmn-header .hd-inner {
  justify-content: center;
  padding: 22px 0;
}
.cmn-header .hd-logo {
  width: 40%;
  padding: 0 5px;
}
.cmn-header .hd-logo.type-daimaru img {
  width: auto;
  height: 30px;
}
.cmn-header .hd-logo.type-matsuzakaya img {
  width: auto;
  height: 30px;
}

@media (min-width: 768px) {
  .cmn-header .hd-inner {
    padding: 45px 0;
  }
  .cmn-header .hd-logo {
    width: auto;
    padding: 0 15px;
  }
  .cmn-header .hd-logo.type-daimaru img {
    width: auto;
    height: 30px;
  }
  .cmn-header .hd-logo.type-matsuzakaya img {
    width: auto;
    height: 30px;
  }
}

.cmn-main {
  display: block;
  /* background: #F5F5EC; */
}

.notfound {
  text-align: center;
  padding: 0 16px;
}

.notfound .ttl-ja {
  padding-top: 26px;
  font-size: 20px;
  font-size: 5.33333vw;
  font-weight: bold;
}

@media (min-width: 768px) {
  .notfound .ttl-ja {
    padding-top: 50px;
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.notfound .ttl-en {
  margin: 10px 0 19px;
  font-size: 32px;
  font-size: 8.53333vw;
  font-weight: bold;
}

@media (min-width: 768px) {
  .notfound .ttl-en {
    margin: 60px 0 50px;
    font-size: 50px;
    font-size: 5rem;
  }
}

.notfound .text {
  font-size: 14px;
  font-size: 3.73333vw;
}

@media (min-width: 768px) {
  .notfound .text {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.btn-blog-top {
  padding: 25px 25px 50px;
}
.btn-blog-top a {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .btn-blog-top {
    padding-top: 50px;
  }
  .btn-blog-top a {
    margin: 0 15px;
  }
}

.mv-wrap {
  position: relative;
  padding: 50px 10px 100px 10px;
}
.mv-wrap .contents-in {
  width: 1000px;
  margin: 0 auto;
}
.mv-wrap .contents-bg {
  background: #f5f5ec;
  width: 100%;
  height: 375px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.mv-wrap .mv-text {
  font-weight: bold;
  margin-top: 40px;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 36px;
  text-align: center;
  color: #333;
}

.cmn-btn-wrap {
  position: relative;
  padding: 30px 10px 100px 10px;
}
.cmn-btn-wrap .contents-bg {
  background: #f5f5ec;
  width: 100%;
  height: 270px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.blogttl {
  text-align: center;
  margin-bottom: 50px;
  font-size: 35px;
  color: #5e4037;
  font-weight: bold;
}
.blogttl span {
  font-size: 20px;
}
.list_clm {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1000px;
  text-align: center;
  margin: 0 auto;
  background-color: #fff;
  padding-top: 50px;
}
.list_clm ul {
  width: 50%;
  display: block;
  padding: 0;
  background: #fff;
}
.list_clm ul.right {
  position: relative;
}
.list_clm ul.right::after {
  position: absolute;
  content: "";
  left: 0;
  height: calc(100% - 30px);
  top: 30px;
  width: 1px;
  background-color:  #d6d6d6;;
}
.list_clm ul li:first-child {
  font-size: 25px;
}
.btn-blog-top {
  padding: 15px 25px 15px;
}
.cmn-btn a {
  padding: 16px 45px 17px 39px;
  min-width: 230px;
}
@media screen and (max-width: 768px) {
  .mv-wrap {
    position: relative;
    padding: 30px 0 30px 0;
  }
  .mv-wrap .contents-in {
    width: calc(100% - 30px);
  }
  .mv-wrap .contents-bg {
    height: 130px;
  }
  .mv-wrap .mv-text {
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .cmn-btn-wrap {
    padding: 20px 15px 0 15px;
  }
  .cmn-btn-wrap .contents-bg {
    height: 150px;
  }
  .list_clm {
    width: 100%;
    padding-top: 0;
  }
  .list_clm ul {
    width: 100%;
    padding: 15px 10px;
    /* margin-bottom: 40px; */
  }
  .list_clm ul.right {
    margin-bottom: 40px;
    padding: 0 10px;
  }
  .list_clm ul.right::after {
    display: none;
  }
  .list_clm ul li:first-child {
    font-size: 20px;
  }
  .blogttl {
    margin-bottom: 23px;
    font-size: 22px;
    line-height: 33px;
  }
  .blogttl span {
    font-size: 18px;
  }
  .btn-blog-top a {
    margin-bottom: 0;
  }
  .cmn-btn a {
    min-width: 100%;
  }
}
