@charset "UTF-8";
/*  ▼ cmn-logo
------------------------------------- */
.cmn-logo {
  transition: all 0.5s; }
  .cmn-logo:hover {
    opacity: 0.6; }

/*  ▼ cmn-title
------------------------------------- */
.cmn-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 0 50px;
  font-size: 3rem;
  font-weight: 400;
  font-family: "DFHSGothicStd", "Noto Sans JP", sans-serif; }
  .cmn-title::before, .cmn-title::after {
    flex-shrink: 0;
    content: '';
    width: 50px;
    height: 19px;
    background: url(../images/common/cmn-title_shape.png) no-repeat center/contain; }
  .cmn-title::before {
    margin-right: 35px; }
  .cmn-title::after {
    margin-left: 35px;
    transform: scale(-1, 1); }
  .cmn-title__font-large {
    font-size: 133.33333%; }
  .cmn-title__white::before, .cmn-title__white::after {
    background-image: url(../images/common/cmn-title__white_shape.png); }

/*  ▼ cmn-button
------------------------------------- */
.cmn-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 60px;
  padding-left: 48px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  outline: 1px solid;
  outline-offset: -4px;
  background-color: #004876;
  position: relative;
  z-index: 0; }
  .cmn-button::before {
    content: '';
    width: 100%;
    height: 100%;
    background-size: 60px 60px;
    background-repeat: no-repeat;
    background-position: left top, right bottom;
    background-image: url(../images/common/cmn-button_shape01.png), url(../images/common/cmn-button_shape02.png);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
  .cmn-button::after {
    content: '';
    width: 28px;
    height: 5.5px;
    margin-left: 20px;
    background: url(../images/common/cmn-button_arrow.png) no-repeat center/contain; }
  .cmn-button:hover {
    background-color: #465400; }

/*  ▼ online-shop-button
------------------------------------- */
.online-shop-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 30px;
  color: #fff;
  font-size: 1.2rem;
  text-shadow: 2px 2px #111;
  border: 1px solid; }
  .online-shop-button:hover {
    background-color: rgba(255, 255, 255, 0.3); }

/*  ▼ mail-button
------------------------------------- */
.mail-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 30px;
  padding-right: 5px;
  color: #fff;
  font-size: 1.2rem;
  text-shadow: 2px 2px rgba(17, 17, 17, 0.3);
  background: linear-gradient(90deg, #a67d24, #f3e084);
  border-width: 1px;
  border-style: solid;
  border-image: linear-gradient(0deg, #a98d50, #ecbe76, #af9358) 1; }
  .mail-button::before {
    content: '';
    width: 10px;
    height: 8px;
    margin-right: 5px;
    background: url(../images/common/icon_mail.png) no-repeat center/contain; }
  .mail-button:hover {
    opacity: 0.6; }

/*  ▼ cmn-tel
------------------------------------- */
.cmn-tel {
  line-height: 1;
  height: auto;
  font-size: 2.5rem; }
  .cmn-tel__font-small {
    display: inline-block;
    margin-right: 5px;
    font-size: 1.5rem; }

/*  ▼ media-box
------------------------------------- */
.media-box {
  min-height: 300px;
  padding: 60px 40px 60px 95px;
  border-width: 2px 0;
  border-style: solid;
  border-image: repeating-linear-gradient(0deg, #a98d50 0%, #705218 20%, #ecbe76 35%, #73551c 55%, #ecbe76 70%, #73551c 80%, #af9358 100%) 2;
  background: url(../images/common/media-box_bg.png) no-repeat center, linear-gradient(90deg, #465400 0%, #5b6d03 15%, #778d0c 50%, #5b6d03 85%, #465400 100%);
  box-shadow: 3.857px 4.596px 8px 0px rgba(51, 51, 51, 0.5);
  position: relative;
  z-index: 0; }
  .media-box::after {
    content: '';
    width: calc(100% - 28px);
    height: calc(100% - 28px);
    margin: auto;
    background-size: 80px 78px;
    background-repeat: no-repeat;
    background-position: left top, right top, right bottom, left bottom;
    background-image: url(../images/common/media-box_shape01.png), url(../images/common/media-box_shape02.png), url(../images/common/media-box_shape03.png), url(../images/common/media-box_shape04.png);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1; }
  .media-box_list {
    width: 100%;
    color: #fff;
    font-size: 1.5rem; }
    .media-box_list_item:not(:last-child) {
      margin-bottom: 40px; }
    .media-box_list_link {
      align-items: center;
      justify-content: flex-start; }
      .media-box_list_link:hover {
        opacity: 0.7;
        transform: translateY(-5px); }
    .media-box_list_time {
      width: 100px;
      padding: 2px 0 3px;
      line-height: 1;
      text-align: center;
      background-color: #465400; }
    .media-box_list_title {
      flex: 1;
      margin-left: 30px;
      font-weight: 500;
      font-size: inherit;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }

/*  ▼ cmn-table
------------------------------------- */
.cmn-table tr {
  border-bottom: 1px solid; }

.cmn-table th {
  width: 115px;
  text-align: left; }

.cmn-table td {
  padding: 20px 0 0; }

/*  ▼ news
------------------------------------- */
.news-list {
  line-height: 2;
  font-size: 1.5rem; }
  .news-list_item:not(:last-child) {
    margin-bottom: 15px; }
  .news-list_link {
    align-items: center;
    justify-content: flex-start; }
    .news-list_link:hover {
      opacity: 0.6; }
  .news-list_time {
    min-width: 100px;
    color: #fff;
    text-align: center;
    background-color: #465400; }
  .news-list_title {
    flex: 1;
    margin-left: 15px;
    font: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.news-under_wrapper {
  width: calc(1080px - 14px);
  padding: 80px 60px;
  margin: 0 auto;
  outline: 7px solid #faf9e5;
  border: 1px solid #d6d6d6;
  background-color: #f3f0d9;
  box-shadow: 1.928px 2.298px 20px 0px rgba(17, 17, 17, 0.3); }

.news-detail {
  padding: 100px 0; }
  .news-detail_wrapper {
    width: calc(1080px - 14px);
    padding: 80px 60px;
    margin: 0 auto;
    outline: 7px solid #faf9e5;
    border: 1px solid #d6d6d6;
    background-color: #f3f0d9;
    box-shadow: 1.928px 2.298px 20px 0px rgba(17, 17, 17, 0.3); }
  .news-detail_body {
    min-height: 40vh;
    padding: 30px 15px;
    border-top: 2px solid #465400;
    border-bottom: 2px solid #465400; }
    .news-detail_body a {
      display: inline-block !important;
      text-decoration: underline; }
  .news-detail_time {
    display: block;
    margin: 0 0 1em; }
  .news-detail_title {
    margin: 0 0 25px;
    font-size: 2.4rem; }
  .news-detail em {
    font-style: italic; }

/*  ▼ postView
------------------------------------- */
.post-view {
  width: 100%;
  margin-top: 30px;
  line-height: 2;
  position: relative; }
  .post-view_prev {
    margin-right: auto; }
  .post-view_next {
    margin-left: auto; }
  .post-view_home {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

/*  ▼ pagenation
------------------------------------- */
.pagenation {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 50px 0 0;
  line-height: 1.5; }
  .pagenation li {
    background-color: #ccc; }
    .pagenation li:not(:last-child) {
      margin-right: 10px; }
    .pagenation li:not(.current):hover {
      opacity: 0.7; }
    .pagenation li.current {
      color: #fff;
      background-color: #465400; }
  .pagenation a {
    padding: 5px 10px;
    text-decoration: underline; }
  .pagenation span {
    display: block;
    padding: 5px 10px; }

/*  ▼ breadcrumbs
------------------------------------- */
.breadcrumbs {
  padding: 7px 0;
  font-size: 1.4rem;
  position: relative;
  z-index: 555; }
  .breadcrumbs_wrap {
    justify-content: flex-start; }
  .breadcrumbs_item {
    list-style: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    transition: all 0.5s; }
    .breadcrumbs_item:last-child {
      flex: 1 1 0%;
      color: #465400; }
    .breadcrumbs_item:not(:last-child) {
      padding-right: 30px; }
      .breadcrumbs_item:not(:last-child)::before {
        content: ' ';
        display: block;
        width: 8px;
        height: 8px;
        margin: auto;
        border-top: 2px solid;
        border-right: 2px solid;
        transform: rotate(45deg);
        position: absolute;
        top: 0;
        bottom: 0;
        right: 13px; }
    .breadcrumbs_item a {
      text-decoration: underline; }
      .breadcrumbs_item a:hover {
        opacity: 0.6; }

/*# sourceMappingURL=common.css.map */