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

/*  ▼ cmn-title
------------------------------------- */
.cmn-title {
  width: 100%;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .cmn-title {
      margin: 0 0 60px;
      font-size: 4.5rem; } }
  @media screen and (max-width: 767px) {
    .cmn-title {
      margin: 0 0 30px;
      font-size: 3rem; } }

/*  ▼ styled-title
------------------------------------- */
.styled-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; }
  .styled-title::before, .styled-title::after {
    content: '';
    width: 160px;
    height: 1px;
    background-color: #baa56e; }
  .styled-title::before {
    margin-right: 35px; }
  .styled-title::after {
    margin-left: 35px; }
  @media screen and (min-width: 768px) {
    .styled-title {
      margin: 0 0 50px;
      font-size: 4.5rem; } }
  @media screen and (max-width: 767px) {
    .styled-title {
      margin: 0 0 30px;
      font-size: 3rem; }
      .styled-title::before, .styled-title::after {
        flex: 1; }
      .styled-title::before {
        margin-right: 10px; }
      .styled-title::after {
        margin-left: 10px; } }

/*  ▼ cmn-button
------------------------------------- */
.cmn-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 194px;
  height: 49px;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  z-index: 0; }
  .cmn-button::before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/common/cmn-button_frame.png) no-repeat center/contain;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    pointer-events: none; }
  .cmn-button::after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 8px;
    bottom: 0;
    border-style: solid;
    border-color: inherit;
    border-width: 1px 1px 0 0;
    transform: rotate(45deg); }
  .cmn-button:hover {
    background-color: #fdf7e6; }
  @media screen and (min-width: 768px) {
    .cmn-button {
      font-size: 1.5rem; } }

/*  ▼ cmn-tel
------------------------------------- */
.cmn-tel {
  line-height: 1; }
  .cmn-tel_number {
    display: flex;
    align-items: center;
    margin: 0 0 8px;
    font-size: 2.5rem; }
    .cmn-tel_number::before {
      content: '';
      width: 22px;
      height: 30px;
      margin-right: 15px;
      background: url(../images/common/icon_tel.png) no-repeat center/contain; }
  .cmn-tel_text {
    font-size: 1.4rem; }
  @media screen and (max-width: 767px) {
    .cmn-tel_number::before {
      width: 17px;
      height: 25px;
      margin-right: 10px; }
    .cmn-tel_text {
      font-size: 1.2rem; } }

/*  ▼ cmn-info
------------------------------------- */
.cmn-info {
  line-height: 1; }
  .cmn-info_text {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 1.4rem; }
    .cmn-info_text + .cmn-info_text {
      margin-top: 8px; }
    .cmn-info_text__label {
      width: 65px;
      padding: 5px 0;
      margin-right: 10px;
      text-align: center;
      background-color: #fdf7e6; }

/*  ▼ sns-list
------------------------------------- */
.sns-list_item {
  transition: all 0.5s; }
  .sns-list_item:not(:last-child) {
    margin-right: 20px; }
  .sns-list_item:hover {
    transform: translateY(-5px); }

.sns-list_link {
  height: auto;
  line-height: 1;
  font-size: 3rem; }

@media screen and (max-width: 767px) {
  .sns-list_item:not(:last-child) {
    margin-right: 10px; } }

/*  ▼ cmn-table
------------------------------------- */
.cmn-table {
  border: 1px solid #eee3c5; }
  .cmn-table tr:not(:last-child) {
    border-bottom: 1px solid #eee3c5; }
  .cmn-table th {
    text-align: left;
    background-color: #eee3c5; }
  @media screen and (min-width: 768px) {
    .cmn-table {
      font-size: 1.5rem; }
      .cmn-table tr:not(:last-child) th {
        border-bottom: 1px solid #fff; }
      .cmn-table th {
        width: 200px;
        padding-left: 25px; }
      .cmn-table td {
        padding: 20px; } }
  @media screen and (max-width: 767px) {
    .cmn-table {
      display: block; }
      .cmn-table tbody, .cmn-table tr, .cmn-table th, .cmn-table td {
        display: block; }
      .cmn-table th, .cmn-table td {
        padding: 15px 10px; } }

/*  ▼ news
------------------------------------- */
.news_nav-list_button {
  width: 100%;
  height: 100%; }

.news_list {
  line-height: 1.5; }
  .news_list_item:not(:last-child) {
    border-bottom: 1px solid #e5d6ae; }
  .news_list_link {
    align-items: flex-end;
    justify-content: flex-start;
    padding: 12px 0 13px; }
    .news_list_link:hover {
      color: #e5d6ae; }
  .news_list_tag {
    display: block;
    width: 80px;
    margin: 0 0 7px;
    color: #fff;
    text-align: center;
    background-color: #402907; }
  .news_list_time {
    display: block; }
  .news_list_title {
    flex: 1;
    font: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

@media screen and (min-width: 768px) {
  .news_nav-list {
    justify-content: center;
    margin: 0 0 40px; }
    .news_nav-list_item {
      width: 282px;
      height: 71px; }
      .news_nav-list_item:not(:last-child) {
        margin-right: 70px; }
  .news_list {
    width: 775px;
    margin: 0 auto; }
    .news_list_title {
      margin-left: 70px; } }

@media screen and (max-width: 767px) {
  .news_nav-list {
    flex-wrap: nowrap;
    width: 100%;
    margin: 0 0 30px;
    overflow-x: auto;
    scroll-snap-type: x mandatory; }
    .news_nav-list_item {
      flex: 0 0 194px;
      width: 194px;
      height: 49px;
      scroll-snap-align: center; }
      .news_nav-list_item:not(:last-child) {
        margin-right: 20px; }
  .news_list_tag {
    width: 70px; }
  .news_list_title {
    margin-left: 20px; } }

.news-detail_body {
  min-height: 40vh;
  border-top: 2px solid #402907;
  border-bottom: 2px solid #402907; }
  .news-detail_body a {
    display: inline-block !important;
    text-decoration: underline; }

.news-detail_time {
  display: block;
  margin: 0 0 1em; }

.news-detail em {
  font-style: italic; }

@media screen and (min-width: 768px) {
  .news-detail {
    padding: 100px 0; }
    .news-detail_title {
      margin: 0 0 25px;
      font-size: 2.4rem; }
    .news-detail_body {
      padding: 30px 15px; } }

@media screen and (max-width: 767px) {
  .news-detail {
    padding: 50px 0 60px; }
    .news-detail_title {
      margin: 0 0 20px;
      font-size: 1.8rem; }
    .news-detail_body {
      padding: 20px 15px; }
      .news-detail_body img {
        width: 100%;
        height: 100%; } }

/*  ▼ side-button
------------------------------------- */
.side-button {
  width: 217px;
  height: 164px;
  position: fixed;
  right: 5px;
  bottom: 30px;
  z-index: 1000; }
  .side-button.is-hide {
    opacity: 0;
    pointer-events: none; }
  .side-button:hover {
    opacity: 0.6; }

/*  ▼ 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%); }
  @media screen and (max-width: 767px) {
    .post-view {
      text-align: center;
      font-size: 1.3rem; } }

/*  ▼ pagenation
------------------------------------- */
.pagenation {
  display: flex;
  justify-content: center;
  width: 100%;
  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: #402907; }
  .pagenation a {
    padding: 5px 10px;
    text-decoration: underline; }
  .pagenation span {
    display: block;
    padding: 5px 10px; }
  @media screen and (min-width: 768px) {
    .pagenation {
      margin: 50px 0 0; } }
  @media screen and (max-width: 767px) {
    .pagenation {
      margin: 30px 0 0; } }

/*  ▼ breadcrumbs
------------------------------------- */
.breadcrumbs {
  font-size: 1.4rem; }
  .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%; }
    .breadcrumbs_item:not(:last-child)::before {
      content: ' ';
      display: block;
      margin: auto;
      border-top: 2px solid;
      border-right: 2px solid;
      transform: rotate(45deg);
      position: absolute;
      top: 0;
      bottom: 0; }
    .breadcrumbs_item a {
      text-decoration: underline; }
  @media screen and (min-width: 768px) {
    .breadcrumbs {
      padding: 7px 0; }
      .breadcrumbs_item:not(:last-child) {
        padding-right: 30px; }
      .breadcrumbs_item:not(:last-child)::before {
        width: 8px;
        height: 8px;
        right: 13px; } }
  @media screen and (max-width: 767px) {
    .breadcrumbs {
      padding: 8px 0;
      font-size: 1.2rem; }
      .breadcrumbs_item:not(:last-child) {
        padding-right: 22px; }
      .breadcrumbs_item:not(:last-child)::before {
        width: 7px;
        height: 7px;
        right: 10px; }
      .breadcrumbs a {
        overflow: hidden;
        text-align: center;
        text-overflow: ellipsis;
        white-space: nowrap; } }

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