@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;
  color: #754b03; }
  .cmn-title::first-letter {
    color: #afd433; }
  @media screen and (min-width: 768px) {
    .cmn-title {
      font-size: 4.2rem; } }
  @media screen and (max-width: 767px) {
    .cmn-title {
      margin: 0 0 30px;
      font-size: 2.8rem; } }

/*  ▼ cmn-button
------------------------------------- */
.cmn-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 50px;
  margin: 0 auto;
  padding-left: 50px;
  color: #fff;
  font-weight: 500;
  border-radius: 50px;
  background-color: #afd433; }
  .cmn-button::after {
    content: '';
    width: 12px;
    height: 18px;
    margin-left: 50px;
    background: url(../images/icon-arrow_white.png) no-repeat center/contain; }
  .cmn-button:hover {
    background-color: #754b03; }
  @media screen and (min-width: 768px) {
    .cmn-button {
      margin-top: 50px; } }
  @media screen and (max-width: 767px) {
    .cmn-button {
      width: 200px;
      height: 45px;
      padding-left: 30px;
      margin-top: 30px; }
      .cmn-button::after {
        width: 6px;
        height: 9px;
        margin-left: 30px; } }

/*  ▼ cmn-tel
------------------------------------- */
.cmn-tel {
  display: flex;
  align-items: center;
  height: auto;
  line-height: 1;
  font-size: 2.2rem;
  font-weight: 700;
  font-family: 'Lato', sans-serif; }
  .cmn-tel::before {
    content: '';
    width: 28px;
    height: 28px;
    margin-right: 15px;
    background: url(../images/icon-tel.png) no-repeat center/contain; }

/*  ▼ cmn-table
------------------------------------- */
.cmn-table {
  line-height: 1.875; }
  .cmn-table tr {
    background-color: #effad8; }
    .cmn-table tr:nth-child(even) {
      background-color: #fff; }
  .cmn-table th {
    text-align: left; }
  @media screen and (min-width: 768px) {
    .cmn-table {
      font-size: 1.6rem; }
      .cmn-table th {
        width: 310px;
        padding-left: 25px;
        vertical-align: middle; }
      .cmn-table td {
        padding: 10px 0; } }
  @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 tr {
        padding: 10px; }
      .cmn-table th {
        font-weight: 500; } }

/*  ▼ news
------------------------------------- */
.news_list {
  line-height: 1; }
  .news_list_item {
    padding: 0 0 15px;
    border-bottom: 2px dotted #754b03; }
    .news_list_item:not(:last-child) {
      margin-bottom: 15px; }
  .news_list_link {
    align-items: center;
    justify-content: flex-start;
    border-radius: 15px;
    background-color: #fff; }
    .news_list_link:hover {
      transform: translate(5px, -5px); }
  .news_list_time {
    color: #afd433;
    font-weight: 500; }
  .news_list_title {
    font: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative; }
    .news_list_title::after {
      content: '';
      width: 11px;
      height: 16px;
      margin: auto;
      background: url(../images/icon-arrow.png) no-repeat center/contain;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      transform: rotate(-90deg); }

@media screen and (min-width: 768px) {
  .news_list_link {
    padding: 21px 30px; }
  .news_list_title {
    flex: 1;
    padding: 0 40px; }
    .news_list_title::before {
      content: '|';
      margin-right: 40px; } }

@media screen and (max-width: 767px) {
  .news_list_link {
    padding: 15px; }
  .news_list_title {
    width: 100%;
    margin: 10px 0 0;
    padding-right: 25px; } }

@media screen and (min-width: 768px) {
  .news-under {
    padding-bottom: 250px; }
    .news-under_title {
      margin: 0 0 50px; } }

@media screen and (max-width: 767px) {
  .news-under {
    padding-bottom: 25vw; } }

.news-detail_body {
  min-height: 40vh;
  border-top: 2px solid #afd433;
  border-bottom: 2px solid #afd433; }
  .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 150px; }
    .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 20vw; }
    .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%; } }

/*  ▼ 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 {
      background-color: #afd433; }
  .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;
  background-color: #afd433; }
  .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; }
      .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 */