@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
body.news .page-title.entry,
body.blog .page-title.entry {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
body.news .page-title.entry .container,
body.blog .page-title.entry .container {
  width: 100%;
}
body.news .page-title.entry h1,
body.blog .page-title.entry h1 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
  margin: 0;
}
body.news .page-title.entry p.date,
body.blog .page-title.entry p.date {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 350;
  color: #919191;
  letter-spacing: 0.08em;
  margin-top: 45px;
}
body.news .content-wrap,
body.blog .content-wrap {
  padding-bottom: 40px;
}
body.news .entry-list__item,
body.blog .entry-list__item {
  margin-top: 40px;
}
body.news .entry-list__item a,
body.blog .entry-list__item a {
  display: block;
  color: #000;
  -webkit-transition: 0.5s cubic-bezier(0.61, 1, 0.88, 1);
  transition: 0.5s cubic-bezier(0.61, 1, 0.88, 1);
}
body.news .entry-list__item a:hover,
body.blog .entry-list__item a:hover {
  opacity: 0.6;
}
body.news .entry-list__item dl,
body.blog .entry-list__item dl {
  margin-top: 15px;
}
body.news .entry-list__item dl dt,
body.blog .entry-list__item dl dt {
  font-weight: 350;
  margin: 0;
}
body.news .entry-list__item dl dt.date,
body.blog .entry-list__item dl dt.date {
  font-size: 13px;
  font-size: 1.3rem;
  color: #8D8D8D;
  letter-spacing: 0.08em;
}
body.news .entry-list__item dl dt.date .icon-new,
body.blog .entry-list__item dl dt.date .icon-new {
  margin-left: 20px;
  letter-spacing: 0.05em;
}
body.news .entry-list__item dl dd,
body.blog .entry-list__item dl dd {
  margin: 5px 0 0 0;
  font-size: 14px;
  font-size: 1.4rem;
}
body.news .entry-list__img,
body.blog .entry-list__img {
  width: 100%;
  overflow: hidden;
}
body.news .entry-list__img img,
body.blog .entry-list__img img {
  -webkit-transition: 0.5s cubic-bezier(0.61, 1, 0.88, 1);
  transition: 0.5s cubic-bezier(0.61, 1, 0.88, 1);
}
body.news .entry-list__img:hover img, body.news .entry-list__img:focus img,
body.blog .entry-list__img:hover img,
body.blog .entry-list__img:focus img {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}
body.news .sidebar .side-box,
body.blog .sidebar .side-box {
  margin-top: 50px;
}
body.news .sidebar .side-box h3,
body.blog .sidebar .side-box h3 {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  padding: 10px 0;
  border-top: 1px solid #ddd;
  position: relative;
  margin-top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body.news .sidebar .side-box h3::before,
body.blog .sidebar .side-box h3::before {
  content: " ";
  display: block;
  width: 40px;
  height: 1px;
  background: #000;
  position: absolute;
  top: -1px;
  left: 0;
}
body.news .sidebar .side-entrylist ul,
body.blog .sidebar .side-entrylist ul {
  margin-top: 5px;
  padding: 0;
}
body.news .sidebar .side-entrylist ul li,
body.blog .sidebar .side-entrylist ul li {
  margin-top: 15px;
}
body.news .sidebar .side-entrylist ul li a,
body.blog .sidebar .side-entrylist ul li a {
  display: block;
  text-decoration: underline;
  -webkit-transition: 0.5s cubic-bezier(0.61, 1, 0.88, 1);
  transition: 0.5s cubic-bezier(0.61, 1, 0.88, 1);
}
body.news .sidebar .side-entrylist ul li a:hover,
body.blog .sidebar .side-entrylist ul li a:hover {
  opacity: 0.6;
}
body.news .sidebar .side-entrylist ul li dl,
body.blog .sidebar .side-entrylist ul li dl {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.news .sidebar .side-entrylist ul li dl dt.img,
body.blog .sidebar .side-entrylist ul li dl dt.img {
  width: 54px;
  overflow: hidden;
}
body.news .sidebar .side-entrylist ul li dl dt.img img,
body.blog .sidebar .side-entrylist ul li dl dt.img img {
  -webkit-transition: 0.5s cubic-bezier(0.61, 1, 0.88, 1);
  transition: 0.5s cubic-bezier(0.61, 1, 0.88, 1);
}
body.news .sidebar .side-entrylist ul li dl dt.img:hover img, body.news .sidebar .side-entrylist ul li dl dt.img:focus img,
body.blog .sidebar .side-entrylist ul li dl dt.img:hover img,
body.blog .sidebar .side-entrylist ul li dl dt.img:focus img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
body.news .sidebar .side-entrylist ul li dl dd,
body.blog .sidebar .side-entrylist ul li dl dd {
  width: calc(100% - 70px);
  font-size: 13px;
  font-size: 1.3rem;
  color: #666;
  line-height: 1.54;
}
body.news .sidebar .side-archive ul,
body.news .sidebar .category-list ul,
body.blog .sidebar .side-archive ul,
body.blog .sidebar .category-list ul {
  margin-top: 10px;
  padding: 0;
}
body.news .sidebar .side-archive ul li,
body.news .sidebar .category-list ul li,
body.blog .sidebar .side-archive ul li,
body.blog .sidebar .category-list ul li {
  font-size: 15px;
  font-size: 1.5rem;
  margin: 15px 0 0 0;
  list-style-type: none;
}
body.news .sidebar .side-archive ul li a,
body.news .sidebar .category-list ul li a,
body.blog .sidebar .side-archive ul li a,
body.blog .sidebar .category-list ul li a {
  color: #666;
}
body.news .sidebar .side-archive ul li a:hover,
body.news .sidebar .category-list ul li a:hover,
body.blog .sidebar .side-archive ul li a:hover,
body.blog .sidebar .category-list ul li a:hover {
  text-decoration: underline;
}
body.news .sidebar .category-list ul li,
body.blog .sidebar .category-list ul li {
  font-size: 13px;
  font-size: 1.3rem;
  margin: 10px 0 0 0;
  line-height: 1.3;
}
body.news .sidebar .index,
body.blog .sidebar .index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-top: 1.92em;
}
body.news .sidebar .index a,
body.blog .sidebar .index a {
  width: 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.05em;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 350;
  color: #000;
  padding: 8px 0;
  position: relative;
  overflow: hidden;
  padding-right: 25px;
  background: url(../img/icon_arrow_index_side.svg) no-repeat;
  background-size: 17px;
  background-position: right 0 top calc(50% - 2px);
}
body.news .sidebar .index a::before, body.news .sidebar .index a::after,
body.blog .sidebar .index a::before,
body.blog .sidebar .index a::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  content: "";
}
body.news .sidebar .index a::after,
body.blog .sidebar .index a::after {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}
body.news .sidebar .index a:hover::before, body.news .sidebar .index a:focus::before,
body.blog .sidebar .index a:hover::before,
body.blog .sidebar .index a:focus::before {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19);
  transition: -webkit-transform 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19);
  transition: transform 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19);
  transition: transform 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19), -webkit-transform 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19);
}
body.news .sidebar .index a:hover::after, body.news .sidebar .index a:focus::after,
body.blog .sidebar .index a:hover::after,
body.blog .sidebar .index a:focus::after {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.11, 0.68, 0.18, 0.99);
  transition: -webkit-transform 0.8s cubic-bezier(0.11, 0.68, 0.18, 0.99);
  transition: transform 0.8s cubic-bezier(0.11, 0.68, 0.18, 0.99);
  transition: transform 0.8s cubic-bezier(0.11, 0.68, 0.18, 0.99), -webkit-transform 0.8s cubic-bezier(0.11, 0.68, 0.18, 0.99);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
body.news .shop-info,
body.blog .shop-info {
  margin-top: 60px;
}
body.news .shop-info h2,
body.blog .shop-info h2 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 350;
  letter-spacing: 0.02em;
  line-height: 1.3;
}
body.news .shop-info__wrap,
body.blog .shop-info__wrap {
  background: #fff;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
  padding: 28px 24px;
  margin-top: 25px;
}
body.news .shop-info__img,
body.blog .shop-info__img {
  width: 100%;
}
body.news .shop-info__data,
body.blog .shop-info__data {
  margin-top: 24px;
}
body.news .shop-info__data dl,
body.blog .shop-info__data dl {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2.1;
}
body.news .shop-info__data dl dt,
body.blog .shop-info__data dl dt {
  width: 58px;
  font-weight: 350;
}
body.news .shop-info__data dl dd,
body.blog .shop-info__data dl dd {
  width: calc(100% - 58px);
}
body.news .shop-info__name,
body.blog .shop-info__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.news .shop-info__name h3,
body.blog .shop-info__name h3 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  list-style: 1.3;
  margin-top: 0;
}
body.news .shop-info__name ul.sns,
body.blog .shop-info__name ul.sns {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.news .shop-info__name ul.sns li,
body.blog .shop-info__name ul.sns li {
  margin-left: 18px;
  line-height: 1;
}
body.news .shop-info__name ul.sns li a,
body.blog .shop-info__name ul.sns li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.news .shop-info__name ul.sns li i,
body.blog .shop-info__name ul.sns li i {
  width: 20px;
}
@media screen and (max-width: 767px) {
  body.news .page-title,
  body.blog .page-title {
    height: inherit;
    padding-top: 60px;
  }
  body.news .entry-list__item:first-child,
  body.blog .entry-list__item:first-child {
    margin-top: 0;
  }
  body.news .entry-list__item a,
  body.blog .entry-list__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body.news .entry-list__img,
  body.blog .entry-list__img {
    width: 80px;
  }
  body.news .entry-list dl,
  body.blog .entry-list dl {
    width: calc(100% - 110px);
    margin: 0;
  }
}
@media print, screen and (min-width: 768px) {
  body.news .entry-list__wrap,
  body.blog .entry-list__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body.news .entry-list__item,
  body.blog .entry-list__item {
    width: calc(33.3333% - 20px);
    margin: 50px 30px 0 0;
  }
  body.news .entry-list__item:nth-child(3n),
  body.blog .entry-list__item:nth-child(3n) {
    margin-right: 0;
  }
  body.news .shop-info,
  body.blog .shop-info {
    margin-top: 115px;
  }
  body.news .shop-info h2,
  body.blog .shop-info h2 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.5;
  }
  body.news .shop-info__wrap,
  body.blog .shop-info__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 30px;
    padding: 40px 50px;
  }
  body.news .shop-info__img,
  body.blog .shop-info__img {
    width: 240px;
  }
  body.news .shop-info__data,
  body.blog .shop-info__data {
    width: calc(100% - 280px);
    margin-top: 0;
  }
  body.news .shop-info__data dl,
  body.blog .shop-info__data dl {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2;
  }
  body.news .shop-info__data dl dt,
  body.blog .shop-info__data dl dt {
    width: 72px;
  }
  body.news .shop-info__data dl dd,
  body.blog .shop-info__data dl dd {
    width: calc(100% - 72px);
  }
  body.news .shop-info__name,
  body.blog .shop-info__name {
    font-size: 20px;
    font-size: 2rem;
  }
  body.news .shop-info__name ul.sns li,
  body.blog .shop-info__name ul.sns li {
    margin-left: 20px;
  }
  body.news .shop-info__name ul.sns li i,
  body.blog .shop-info__name ul.sns li i {
    width: 24px;
  }
}
@media print, screen and (min-width: 1023px) {
  body.news .page-title.entry h1,
  body.blog .page-title.entry h1 {
    font-size: 36px;
    font-size: 3.6rem;
  }
  body.news .page-title.entry p.date,
  body.blog .page-title.entry p.date {
    font-size: 18px;
    font-size: 1.8rem;
  }
  body.news .container.two-column,
  body.blog .container.two-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body.news .container.two-column::after,
  body.blog .container.two-column::after {
    content: none;
  }
  body.news .container.two-column .content,
  body.blog .container.two-column .content {
    width: calc(100% - 310px);
  }
  body.news .container.two-column .sidebar,
  body.blog .container.two-column .sidebar {
    width: 250px;
  }
  body.news .entry-list__item,
  body.blog .entry-list__item {
    width: calc(33.3333% - 40px);
    margin: 70px 60px 0 0;
  }
  body.news .sidebar .side-box,
  body.blog .sidebar .side-box {
    margin-top: 70px;
  }
  body.news .sidebar .side-entrylist ul li dl dt.img,
  body.blog .sidebar .side-entrylist ul li dl dt.img {
    width: 48px;
  }
  body.news .sidebar .side-entrylist ul li dl dd,
  body.blog .sidebar .side-entrylist ul li dl dd {
    width: calc(100% - 64px);
  }
}
@media print, screen and (min-width: 1200px) {
  body.news .page-title.entry .inner,
  body.blog .page-title.entry .inner {
    padding-left: 90px;
  }
  body.news .container.two-column .content,
  body.blog .container.two-column .content {
    padding-left: 90px;
  }
}
body.news .acms-entry,
body.blog .acms-entry {
  margin-top: 50px;
}
body.news .acms-entry h1,
body.blog .acms-entry h1 {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.3;
  margin-top: 60px;
}
body.news .acms-entry h2,
body.blog .acms-entry h2 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 30px;
}
body.news .acms-entry h3,
body.blog .acms-entry h3 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 30px;
}
body.news .acms-entry h4,
body.blog .acms-entry h4 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 30px;
}
body.news .acms-entry p,
body.blog .acms-entry p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-top: 30px;
}
body.news .acms-entry a,
body.blog .acms-entry a {
  color: #337AB7;
  text-decoration: underline;
}
body.news .acms-entry a:hover,
body.blog .acms-entry a:hover {
  text-decoration: none;
}