@charset "UTF-8";
/* ------------------------------
　　ベース
------------------------------ */
body {
  color: #212C3E;
  font-family: "游ゴシック", "Yu Gothic Medium", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  background: #FFF;
  font-size: 16px;
  line-height: 1.7;
}
body strong {
  font-weight: 600;
}

.u-ff-midashi, .unit, .summary-slide, .home-product, .home-kodawari_des2, .home-kodawari_des, .entry-column h4 {
  font-family: "見出しゴMB31", "游ゴシック", "Yu Gothic Medium", Meiryo, "メイリオ", sans-serif;
}

.u-ff-reimin, .section-heading, .home-info_calendar .entry-heading-center.underlined, .home-info_twitter .entry-heading-center.underlined, h2.entry-heading-center.underlined, h2.entry-heading-center, h3.home-kodawari_ttl, h3.home-kodawari_subttl, h2.home-kodawari_heading, h2.home-kodawari_menu-heading, .entry-column h2, .page-title {
  font-family: "黎ミン M", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.u-ff-tb, .suggest-tel {
  font-family: "TBUDゴシック R", "游ゴシック", "Yu Gothic Medium", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", sans-serif;
}

strong.u-ff-tb, strong.suggest-tel {
  font-family: "TBUDゴシック E", "游ゴシック", "Yu Gothic Medium", Meiryo, "メイリオ", sans-serif;
}

/* リンクの設定 */
a {
  color: #212C3E;
  text-decoration: none;
  border: none;
}

a:visited {
  color: #212C3E;
  text-decoration: none;
}

a:active {
  color: #212C3E;
  text-decoration: none;
}

a:hover {
  color: #212C3E;
  text-decoration: underline;
}

/*ログインロゴ*/
.acms-admin-loginHeaderImage {
  width: auto;
}

/* コンテナー */
.acms-container {
  max-width: 1060px;
  padding-right: 10px;
  padding-left: 10px;
  padding-right: calc(10px + constant(safe-area-inset-right));
  padding-left: calc(10px + constant(safe-area-inset-left));
}
.acms-container .acms-container {
  padding: 0;
}

.narrow-container {
  max-width: 883px;
  margin: 0 auto;
  padding-right: 10px;
  padding-left: 10px;
  padding-right: calc(10px + constant(safe-area-inset-right));
  padding-left: calc(10px + constant(safe-area-inset-left));
}

.acms-container.full-container {
  max-width: 100%;
}

@media (min-width: 768px) {
  .acms-container {
    max-width: 1060px;
    padding-right: 30px;
    padding-left: 30px;
    padding-right: calc(30px + constant(safe-area-inset-right));
    padding-left: calc(30px + constant(safe-area-inset-left));
  }
  .acms-container .acms-container {
    padding: 0;
  }

  .narrow-container {
    max-width: 883px;
    margin: 0 auto;
    padding-right: 30px;
    padding-left: 30px;
    padding-right: calc(30px + constant(safe-area-inset-right));
    padding-left: calc(30px + constant(safe-area-inset-left));
  }
}
/*ログイン画面ロゴサイズ調整*/
.acms-admin-loginHeaderImage {
  width: auto;
}

/* ------------------------------
　　アニメーション
------------------------------ */
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  20% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  20% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
  40% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1;
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
  40% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1;
  }
}
.js .js-animation .section-heading,
.js .js-animation .entry-heading-center {
  opacity: 0;
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  transition: opacity 0.2s ease-out, -webkit-transform 0.4s ease-out;
  transition: opacity 0.2s ease-out, transform 0.4s ease-out;
  transition: opacity 0.2s ease-out, transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}
.js .js-animation .module-group-list,
.js .js-animation .entry-column,
.js .js-animation .module-section,
.js .js-animation .suggest-center-box {
  opacity: 0;
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  transition: opacity 0.2s ease-out 0.4s, -webkit-transform 0.4s ease-out 0.4s;
  transition: opacity 0.2s ease-out 0.4s, transform 0.4s ease-out 0.4s;
  transition: opacity 0.2s ease-out 0.4s, transform 0.4s ease-out 0.4s, -webkit-transform 0.4s ease-out 0.4s;
}
.js .js-animation .main-slider-text-wrap {
  opacity: 0;
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  transition: opacity 0.2s ease-out 0.6s, -webkit-transform 0.4s ease-out 0.6s;
  transition: opacity 0.2s ease-out 0.6s, transform 0.4s ease-out 0.6s;
  transition: opacity 0.2s ease-out 0.6s, transform 0.4s ease-out 0.6s, -webkit-transform 0.4s ease-out 0.6s;
}

.js-animation.is-show .section-heading,
.js-animation.is-show .entry-heading-center {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.js-animation.is-show .module-group-list,
.js-animation.is-show .entry-column,
.js-animation.is-show .module-section,
.js-animation.is-show .suggest-center-box {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.js-animation.is-show .main-slider-text-wrap {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

/* ------------------------------
　　バナー
------------------------------ */
.banner {
  margin: 0 -30px 10px;
  padding: 0;
  list-style: none;
}
.banner a {
  display: block;
  transition: opacity 0.25s ease-out;
}
.banner a:hover {
  opacity: 0.75;
}

.side .banner {
  margin: 0 -10px 10px;
}

.side .banner-item {
  margin: 0 auto 30px auto;
  max-width: 360px;
}

.banner-img-center {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .side .banner-item {
    max-width: 253px;
  }
}
/* ------------------------------
　　ボタン
------------------------------ */
.btn {
  background: #212C3E;
  border: 0;
  font-family: "見出しゴMB31", "游ゴシック", "Yu Gothic Medium", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ";
  color: #FEFFE0;
  font-weight: bold;
  line-height: 1.3;
  border: 0;
  display: inline-block;
  padding: 6px 15px 6px 15px;
  border-radius: 20px;
  margin: 5px 0;
  font-size: 14px;
}
.btn:hover, .btn:visited {
  color: #FEFFE0;
  text-decoration: none;
}
.btn:focus, .btn:active {
  color: #FEFFE0;
  box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}
.btn:hover, .btn:active, .btn:focus {
  background: #4E6384;
}

input.btn {
  color: white;
  padding: 8px 25px;
  border-radius: 20px;
  text-align: center;
}

/*商品カート用*/
.product_cart-table input.btn {
  width: 170px;
}

.product_cart-table　input.btn.btn-off {
  background: #B9B9B9;
  color: #707070;
}

/* ボタン　矢印in付き */
.btn-attention {
  background: #212C3E;
  border: 0;
  font-family: "見出しゴMB31", "游ゴシック", "Yu Gothic Medium", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ";
  color: #FEFFE0;
  font-weight: bold;
  line-height: 1.3;
  border: 0;
  display: inline-block;
  padding: 6px 15px 6px 15px;
  border-radius: 20px;
  margin: 5px 0;
  font-size: 14px;
  padding: 6px 35px 6px 25px;
  background-image: url("https://mitsuono-kome.com/media/001/202108/arrow-right@2x.png");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: right 10px center;
  text-decoration: none;
}
.btn-attention:hover, .btn-attention:visited {
  color: #FEFFE0;
  text-decoration: none;
}
.btn-attention:focus, .btn-attention:active {
  color: #FEFFE0;
  box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}
.btn-attention.arrow-bottom {
  background-image: url("https://mitsuono-kome.com/media/001/202108/arrow-bottom@2x.png");
}
.btn-attention.arrow-bottom:hover {
  background-image: url("https://mitsuono-kome.com/media/001/202108/arrow-bottom@2x.png");
}
.btn-attention:hover, .btn-attention:active, .btn-attention:focus {
  background: #4E6384;
  background-image: url("https://mitsuono-kome.com/media/001/202108/arrow-right@2x.png");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: right 10px center;
  text-decoration: none;
}

/*ボタン半透明 矢印on用*/
a.btn-transfer, a.btn-transfer_gr {
  position: relative;
  display: inline-block;
}

.btn-transfer, .btn-transfer_gr {
  background: transparent;
  white-space: nowrap;
  font-family: "見出しゴMB31", "游ゴシック", "Yu Gothic Medium", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ";
  color: #FEFFE0;
  font-weight: bold;
  line-height: 1.3;
  border: 0;
  display: inline-block;
  padding: 6px 15px 6px 15px;
  border-radius: 20px;
  margin: 5px 0;
  font-size: 14px;
  border: 1px solid #FEFFE0;
}
.btn-transfer:hover, .btn-transfer_gr:hover, .btn-transfer:visited, .btn-transfer_gr:visited {
  color: #FEFFE0;
  text-decoration: none;
}
.btn-transfer:focus, .btn-transfer_gr:focus, .btn-transfer:active, .btn-transfer_gr:active {
  color: #FEFFE0;
  box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}
.btn-transfer:before, .btn-transfer_gr:before {
  position: absolute;
  content: "→";
  font-size: 16px;
  top: 5px;
  right: -8px;
  z-index: 200;
}
.btn-transfer:visited, .btn-transfer_gr:visited, .btn-transfer:hover, .btn-transfer_gr:hover, .btn-transfer:active, .btn-transfer_gr:active, .btn-transfer:focus, .btn-transfer_gr:focus {
  background: rgba(255, 255, 255, 0.25);
  text-decoration: none;
}
.btn-transfer_gr {
  border: 1px solid #578441;
  color: #578441;
}
.btn-transfer_gr:visited, .btn-transfer_gr:hover, .btn-transfer_gr:active, .btn-transfer_gr:focus {
  background: rgba(187, 210, 170, 0.25);
  color: #578441;
  text-decoration: none;
}

/*↓btn-transferの大きいサイズは上書き
	/*border-radius: 20px;
  padding: 10px 40px;*/
/* ボタンサイズ大 */
.btn-large {
  background: #212C3E;
  font-family: "見出しゴMB31", "游ゴシック", "Yu Gothic Medium", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ";
  color: #FEFFE0;
  font-weight: bold;
  line-height: 1.3;
  border: 0;
  display: inline-block;
  padding: 15px 50px 15px 50px;
  text-align: center;
  border-radius: 25px;
  font-size: 16px;
  margin: 10px 0;
  box-sizing: border-box;
  transition: background-color 0.25s linear;
}
.btn-large:hover, .btn-large:visited {
  color: #FEFFE0;
  text-decoration: none;
}
.btn-large:focus, .btn-large:active {
  color: #FEFFE0;
  box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}
.btn-large:hover, .btn-large:active, .btn-large:focus {
  background: #4E6384;
}
.btn-large:hover, .btn-large:active, .btn-large:focus {
  background: #4E6384;
}

/* ボタンサイズ大 矢印つき大 */
.btn-attention-large {
  background: #212C3E;
  font-family: "見出しゴMB31", "游ゴシック", "Yu Gothic Medium", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ";
  color: #FEFFE0;
  font-weight: bold;
  line-height: 1.3;
  border: 0;
  display: inline-block;
  padding: 15px 50px 15px 50px;
  text-align: center;
  border-radius: 25px;
  font-size: 16px;
  margin: 10px 0;
  box-sizing: border-box;
  transition: background-color 0.25s linear;
  background-image: url("https://mitsuono-kome.com/media/001/202108/arrow-right@2x.png");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: right 15px center;
}
.btn-attention-large:hover, .btn-attention-large:visited {
  color: #FEFFE0;
  text-decoration: none;
}
.btn-attention-large:focus, .btn-attention-large:active {
  color: #FEFFE0;
  box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}
.btn-attention-large:hover, .btn-attention-large:active, .btn-attention-large:focus {
  background: #4E6384;
}
.btn-attention-large:hover, .btn-attention-large:active, .btn-attention-large:focus {
  background: #4E6384;
  background-image: url("https://mitsuono-kome.com/media/001/202108/arrow-right@2x.png");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: right 15px center;
  text-decoration: none;
}

/* デスクトップ：最大360pxボタン */
.btn-block-large {
  width: 100%;
  background: #212C3E;
  font-family: "見出しゴMB31", "游ゴシック", "Yu Gothic Medium", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ";
  color: #FEFFE0;
  font-weight: bold;
  line-height: 1.3;
  border: 0;
  display: inline-block;
  padding: 15px 50px 15px 50px;
  text-align: center;
  border-radius: 25px;
  font-size: 16px;
  margin: 10px 0;
  box-sizing: border-box;
  transition: background-color 0.25s linear;
}
.btn-block-large:hover, .btn-block-large:visited {
  color: #FEFFE0;
  text-decoration: none;
}
.btn-block-large:focus, .btn-block-large:active {
  color: #FEFFE0;
  box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}
.btn-block-large:hover, .btn-block-large:active, .btn-block-large:focus {
  background: #4E6384;
}
.btn-block-large:hover {
  background: #4E6384;
}
.btn-block-large:active, .btn-block-large:focus {
  background: #4E6384;
}

/* デスクトップ：最大360pxボタン 色付き */
.btn-attention-block-large {
  width: 100%;
  background: #333;
  font-family: "見出しゴMB31", "游ゴシック", "Yu Gothic Medium", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ";
  color: #FEFFE0;
  font-weight: bold;
  line-height: 1.3;
  border: 0;
  display: inline-block;
  padding: 15px 50px 15px 50px;
  text-align: center;
  border-radius: 25px;
  font-size: 16px;
  margin: 10px 0;
  box-sizing: border-box;
  transition: background-color 0.25s linear;
}
.btn-attention-block-large:hover, .btn-attention-block-large:visited {
  color: #FEFFE0;
  text-decoration: none;
}
.btn-attention-block-large:focus, .btn-attention-block-large:active {
  color: #FEFFE0;
  box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}
.btn-attention-block-large:hover, .btn-attention-block-large:active, .btn-attention-block-large:focus {
  background: #4E6384;
}
.btn-attention-block-large:hover {
  background: #333;
}
.btn-attention-block-large:active, .btn-attention-block-large:focus {
  background: #333;
}

@media (min-width: 768px) {
  .btn-block-large {
    max-width: 360px;
  }

  .btn-attention-block-large {
    max-width: 360px;
  }
}
.btn-search-block {
  width: 100%;
  max-width: 165px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .btn-search-block {
    display: block;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    padding: 10px 20px;
    font-size: 20px;
  }
}
/* ボーダーボタン */
.home-btn {
  margin: 20px auto 10px;
}

.btn-border {
  display: inline-block;
  padding: 7px 10px;
  color: #333;
  border: 1px solid #CCC;
  border-radius: 4px;
  font-size: 16px;
}
.btn-border [class*=acms-icon-] {
  color: #CCC;
  font-size: 14px;
}
.btn-border:hover {
  text-decoration: none;
}

/* 影付きボタン */
.btn-shadow {
  box-shadow: 0 0.8rem 0.8rem -0.5rem rgba(0, 0, 0, 0.2);
}

/* ------------------------------
　　カード
------------------------------ */
.card {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background: transparent;
  background-clip: border-box;
  /*border: 1px solid #eee;
   border-radius: 20px;*/
}

.card-deck {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}

.card-body {
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 20px;
  color: #FEFFE0;
  font-weight: 600;
}
.card-body a {
  color: #FEFFE0;
  text-decoration: underline;
}

.card-image {
  width: 100%;
}
.card-image img {
  border-radius: 10px;
}

.card-date {
  font-size: 12px;
}

.card-title {
  margin: 0;
  font-size: 14px;
  /*font-weight: bold;*/
}

@media (min-width: 768px) {
  .card-deck {
    -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 1 0 0%;
            flex: 1 0 0%;
    -webkit-flex-direction: column;
            flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
/* ------------------------------
　　ヘッドライン
------------------------------ */
.headline-item {
  line-height: 1.5;
}

.headline-link {
  color: #333;
  transition: background-color 0.25s ease-out;
}
.headline-link:hover, .headline-link:visited, .headline-link:active, .headline-link:focus {
  color: #333;
}
.headline-link:hover {
  padding: 10px;
  background: #F1F1F1;
}

.headline-title {
  margin: 0 10px;
}

@media screen and (max-width: 479px) {
  /* 画面幅が小さいとき */
  /* ヘッドライン */
  .headline-item {
    padding: 10px 0;
  }

  .headline-title {
    display: block;
    margin: 0;
  }
}
/* 1カラムページ用のヘッドライン */
.headline-1col {
  font-size: 16px;
}

/* ------------------------------
　　ページ上部のインフォーメーション
------------------------------ */
.info-bar {
  color: #FFF;
  background: #666;
}

.info-bar-contents {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-align-items: center;
          align-items: center;
}

.info-bar-icon {
  display: -webkit-flex;
  display: flex;
  font-size: 24px;
}

.info-bar-message {
  padding: 0 15px;
}

.info-bar-link-wrap {
  margin-left: auto;
}

.info-bar-link {
  color: #FFF;
  padding: 5px 0;
}
.info-bar-link:link, .info-bar-link:visited, .info-bar-link:hover, .info-bar-link:active, .info-bar-link:focus {
  color: #FFF;
}
.info-bar-link:hover {
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

.info-bar-link-icon {
  margin: 0 10px 0 0;
}

/* ------------------------------
　　リスト
------------------------------ */
@media screen and (min-width: 768px) {
  /* リスト */
  a.list-link.acms-list-group-item {
    padding: 15px 20px 15px 10px;
    transition: padding 0.15s ease-out;
  }
  a.list-link.acms-list-group-item:hover {
    padding: 15px 10px 15px 20px;
    transition: padding 0.25s ease-out;
  }

  /* ラベルがあったとき */
  a.list-link.acms-list-group-label-parent {
    padding: 15px 30px 15px 10px;
    transition: padding 0.15s ease-out;
  }
  a.list-link.acms-list-group-label-parent:hover {
    padding: 15px 30px 15px 20px;
  }
}
/* 検索結果 */
.list-results-wrap {
  margin: 15px 0 15px 0;
  padding: 10px;
  border: 1px solid #CCC;
}

.list-results-heading {
  margin: 0 0 10px 0;
  padding: 5px;
  background: #E5E5E5;
}

.list-results {
  position: relative;
  margin: 0;
}

.list-results-item {
  position: absolute;
  width: 100px;
}

.list-results-detail {
  margin: 0;
  padding: 0 0 0 100px;
  font-weight: bold;
}

/* ------------------------------
　　メインビジュアル
------------------------------ */
.main-visual {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  height: 350px;
  padding: 50px 5px;
  text-align: center;
  box-sizing: border-box;
  background: #EEE no-repeat center;
  background-size: cover;
  background-position: center;
  color: #FFF;
}

.main-visual .acms-container {
  margin-bottom: 40px;
}

.main-visual_banner {
  position: absolute;
  left: 0px;
  bottom: 15px;
}
.main-visual_banner img {
  width: 75%;
  max-width: 180px;
  height: auto;
}

.main-visual-title {
  margin: 0 0 20px 0;
  font-size: 24px;
  font-weight: bold;
}

.main-visual-text {
  margin: 0 0 20px 0;
  font-size: 14px;
  line-height: 1.7;
}

.main-visual-center-btn {
  margin: 0;
}

.main-visual-title,
.main-visual-text,
.main-visual-center-btn {
  opacity: 0;
  -webkit-animation: fadeUp 0.35s 1 both ease-out;
          animation: fadeUp 0.35s 1 both ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

@media screen and (min-width: 768px) {
  .main-visual {
    height: 660px;
    padding: 60px 0;
  }

  .main-visual-title {
    margin: 0 0 30px 0;
    font-size: 30px;
  }

  .main-visual-text {
    margin: 0 0 40px 0;
    font-size: 16px;
    line-height: 1.7;
  }

  .main-visual_banner {
    left: 20px;
    bottom: 25px;
  }
  .main-visual_banner img {
    width: 85%;
    max-width: 200px;
  }
}
@media screen and (min-width: 1024px) {
  .main-visual_banner {
    left: 50px;
    bottom: 50px;
  }
  .main-visual_banner img {
    max-width: 227px;
    width: 227px;
  }
}
/* ------------------------------
　　各モジュール
------------------------------ */
.module-section {
  margin: 0 0 30px 0;
}

/* タイトル */
.module-header {
  position: relative;
  margin: 0;
  padding: 5px 0;
  color: #212C3E;
  color: #212C3E;
  border-bottom: 2px solid #212C3E;
}
c .module-header + .thumbnail, .module-header + .summary-default, .module-header + .entry-column, .module-header + .card, .module-header + .search-form, .module-header + .banner {
  margin-top: 10px;
}

.blog .module-header {
  color: #578441;
  border-bottom: 2px solid #BBD2AA;
}

.module-heading {
  margin: 0;
  font-size: 16px;
}
.module-heading [class*=acms-icon-] {
  margin: 0 10px 0 0;
  vertical-align: baseline;
}

a.module-index-link {
  position: absolute;
  right: 0;
  bottom: 5px;
  color: #333;
  font-size: 14px;
}
a.module-index-link [class*=acms-icon-] {
  color: #CCC;
  font-size: 14px;
}

/* カスタムフィールドグループ */
.module-group-list {
  margin: 0;
  padding: 0 30px;
  list-style: none;
}

.module-group-heading {
  margin: 0 0 20px 0;
  font-size: 18px;
  line-height: 1.2;
}

.module-group-detail {
  margin: 0 0 30px 0;
  font-size: 16px;
  line-height: 1.7;
}

/* 行揃えの設定 */
/* 見出し */
.heading-align-left .module-group-heading {
  text-align: left;
}
.heading-align-center .module-group-heading {
  text-align: center;
}
.heading-align-right .module-group-heading {
  text-align: right;
}

/* 概要文 */
.detail-align-left .module-group-detail {
  text-align: left;
}
.detail-align-center .module-group-detail {
  text-align: center;
}
.detail-align-right .module-group-detail {
  text-align: right;
}

/* ボタン */
.btn-align-left .module-group-btn-wrap {
  text-align: left;
}
.btn-align-center .module-group-btn-wrap {
  text-align: center;
}
.btn-align-right .module-group-btn-wrap {
  text-align: right;
}

/* ------------------------------
　　ページタイトル
------------------------------ */
.page-title-wrapper {
  position: relative;
  display: table;
  width: 100%;
  height: 120px;
  color: #FFF;
  background: url("../../images/bg_other.jpg") #333 no-repeat center;
  background-size: cover;
  z-index: -1;
  /*編集時に2階層目のmenuが隠れる*/
}

.news .page-title-wrapper, .blog .page-title-wrapper {
  color: #212C3E;
}

.page-title-filter {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
}

.page-title-inner {
  position: relative;
  display: table-cell;
  padding: 15px 0;
  vertical-align: middle;
}

.page-title {
  margin: 0 0 10px 0;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.page-title a {
  color: #FFF;
}

/*.page-description{
	margin: 10px 0;
	@include font-size(16);
	line-height: 1.5;
	display: none;
}*/
@media (min-width: 768px) {
  .page-title {
    font-size: 30px;
  }

  .page-title-wrapper {
    height: 320px;
  }
}
@media (min-width: 1024px) {
  .page-title {
    font-size: 42px;
  }
}
/* ------------------------------
　　ページャー
------------------------------ */
.pager {
  margin: 0 -5px 50px -5px;
  padding: 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline-block;
  margin: 0 5px;
}
.pager li.cur {
  /* 現在いる位置 */
  padding: 5px 20px;
  color: #FFF;
  background: #767676;
  border-radius: 3px;
}

.pager-link {
  display: block;
  padding: 5px 20px;
  color: #333;
  background: #E5E5E5;
  border-radius: 3px;
}
.pager-link:visited, .pager-link:focus, .pager-link:active {
  color: #333;
}
.pager-link:hover {
  color: #FFF;
  text-decoration: none;
  background: #333;
}

.pager-link-forward {
  float: right;
}

.pager-link-prev {
  float: left;
}

@media screen and (min-width: 768px) {
  .pager-link {
    padding: 5px 10px;
  }

  .pager li.cur {
    /* 現在いる位置 */
    padding: 5px 10px;
  }
}
/* 前後リンク */
.serial-nav {
  margin: -70px 0 60px 0;
  padding: 0;
  list-style: none;
}
.serial-nav .serial-nav-item {
  display: block;
  float: none;
}
.serial-nav .serial-nav-item-prev {
  text-align: left;
}
.serial-nav .serial-nav-item-next {
  text-align: right;
}
.serial-nav a {
  display: block;
  padding: 25px 0;
  color: #333;
  border-bottom: 1px solid #E5E5E5;
}
.serial-nav a:hover, .serial-nav a:visited, .serial-nav a:focus, .serial-nav a:active {
  color: inherit;
  text-decoration: none;
}
.serial-nav a:hover {
  background: #E5E5E5;
}

@media screen and (min-width: 768px) {
  .serial-nav {
    margin: 0 0 60px 0;
    border: 0;
  }
  .serial-nav .serial-nav-item-prev {
    float: left;
  }
  .serial-nav .serial-nav-item-next {
    float: right;
  }
  .serial-nav a {
    display: inline;
    border: 0;
  }
  .serial-nav a:hover {
    text-decoration: underline;
    background: 0;
  }
}
/* ------------------------------
　　検索フォーム
------------------------------ */
.search-form .btn-search {
  padding: 10px 20px;
  color: #FFF;
  background: #333;
  border: 1px solid #333;
  border-radius: 0 4px 4px 0;
  -webkit-filter: none;
          filter: none;
  /* IEでのグラデーションを上書き */
  font-size: 16px;
}
.search-form .btn-search:hover, .search-form .btn-search:active, .search-form .btn-search:focus {
  background: #666;
}
.search-form input[type=search] {
  height: 40px;
  padding: 9px 10px;
  font-size: 16px;
  box-sizing: border-box;
}

input[type=search].search-form-input {
  padding-top: 5px;
  padding-bottom: 4px;
  font-size: 20px;
  box-sizing: border-box;
}

/* ------------------------------
　　セクション
------------------------------ */
/* 背景色 */
.section-bg {
  padding: 20px 0;
  background: #F6F6F6;
}

.section-space {
  padding: 20px 0;
}

/* カラムの中央寄せ */
.section-center-col {
  float: none;
  margin: 0 auto;
}

/* 見出し */
.section-heading {
  margin: 20px 0;
  font-size: 24px;
}
.section-heading a {
  color: #333;
}

@media screen and (min-width: 768px) {
  /* 背景色 */
  .section-bg {
    padding: 80px 0;
  }

  .section-space {
    padding: 80px 0;
  }

  /* 見出し */
  .section-heading {
    margin: 20px 0 40px 0;
    font-size: 28px;
  }
}
/* ------------------------------
　　スライダー
------------------------------ */
.slick-slider {
  padding: 0 0 12px 0;
}
.slick-slider img {
  margin: 0 auto;
}

.fix-height {
  height: 400px;
  /* はじめのちらつき防止 */
  overflow: hidden;
  /* はじめのちらつき防止 */
}

.slick-slide:hover {
  cursor: pointer;
}

.slick-list:focus:focus {
  position: relative;
}
.slick-list:focus:focus:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border: 2px dotted #326024;
  content: "";
}

.js-slider .slick-list:focus {
  position: relative;
}
.js-slider .slick-list:focus:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  border: 2px dotted #326024;
  content: "";
}

.main-slider-image {
  height: 400px;
  background: no-repeat center #333;
  background-size: cover;
}
.main-slider-image a:hover {
  text-decoration: none;
}

.main-slider-text-outer {
  height: 100%;
}

.main-slider-text-wrap {
  display: table;
  width: 100%;
  height: 100%;
}

.main-slider-text-inner {
  display: table-cell;
  padding: 0 20px;
  text-align: center;
  vertical-align: middle;
}

.main-slider-main-copy {
  margin: 0;
  color: #FFF;
  font-weight: bold;
  font-size: 24px;
}

.main-slider-side-copy {
  margin: 0;
  color: #FFF;
  font-size: 16px;
}

/* ちらつき防止 */
.slick-track,
.slick-list {
  -webkit-transform: translateZ(0);
  -webkit-perspective: 1000;
}

/* 矢印ナビゲーション （背景画像arrow）
.slick-prev,
.slick-next {
	position: absolute;
	top: 50%;
	display: block;
	width: 19px;
	height: 60px;
	margin-top: -29px;
	padding: 0;
	color: transparent;
	font-size: 0;
	line-height: 0;
	background: transparent;
	border: none;
	outline: none;
	cursor: pointer;
	&:focus {
		border: 1px dotted #FFF;
	}
}
.slick-prev {
	left: 10px;
	background: url("../../images/marker/icon_white_arrow_left.png") no-repeat;
}
.slick-next {
	right: 10px;
	background: url("../../images/marker/icon_white_arrow_right.png") no-repeat;
}*/
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  padding: 0;
  color: #FEFFE0;
  font-size: 0px;
  line-height: 0px;
  background: #212C3E;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 50%;
  z-index: 100;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  background: #4E6384;
  outline: none;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  color: #FEFFE0;
  font-size: 25px;
  font-weight: 600;
  font-family: sans-serif;
  line-height: 0.5;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 25px;
}
[dir=rtl] .slick-prev {
  right: 25px;
  left: auto;
}
.slick-prev:before {
  content: "<";
}
[dir=rtl] .slick-prev:before {
  content: ">";
}

.slick-next {
  right: 25px;
}
[dir=rtl] .slick-next {
  right: auto;
  left: 25px;
}
.slick-next:before {
  content: ">";
}
[dir=rtl] .slick-next:before {
  content: "<";
}

/* ドットのナビゲーション */
.slick-dots {
  position: relative;
  clear: both;
  margin: -20px 0 0 0;
  padding: 0;
  text-align: center;
  list-style: none;
}

.slick-dots li {
  display: inline-block;
}

.slick-dots li button {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 10px;
  font-size: 0;
  background: #FFF;
  border: 1px solid transparent;
  border-radius: 7px;
  content: "";
  box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
}

.slick-dots li button:focus {
  border: 1px solid #212C3E;
  outline: 0;
}

.slick-dots li:hover button {
  cursor: pointer;
}

.slick-dots li.slick-active button {
  background: #212C3E;
}

.slick-dots button {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

#autoplay-btn {
  display: none;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 1;
  width: 50px;
  height: 50px;
  color: #FFF;
  background: rgba(0, 0, 0, 0.7);
  border: 0;
  border-radius: 50%;
  outline: 0;
  right: calc(10px + constant(safe-area-inset-right));
}
#autoplay-btn:hover {
  background: rgba(0, 0, 0, 0.9);
}
#autoplay-btn:active:before, #autoplay-btn:focus:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px dotted #FFF;
  content: "";
}
#autoplay-btn:after {
  position: absolute;
  top: 15px;
  left: 17px;
  display: block;
  box-sizing: border-box;
  width: 16px;
  height: 20px;
  margin-left: 0;
  border-top: none;
  border-right: 5px solid #FFF;
  border-bottom: none;
  border-left: 5px solid #FFF;
  content: "";
}
#autoplay-btn.active:after {
  left: 15px;
  width: 0;
  height: 0;
  margin-left: 5px;
  border-color: transparent transparent transparent #FFF;
  border-style: solid;
  border-width: 10px 0 10px 15px;
}

@media screen and (min-width: 768px) {
  .slick-prev {
    left: 50px;
  }

  .slick-next {
    right: 50px;
  }

  .fix-height {
    height: 400px;
    /* はじめのちらつき防止 */
  }

  .main-slider-image {
    height: 400px;
  }

  .main-slider-main-copy {
    font-size: 40px;
  }

  .main-slider-side-copy {
    font-size: 24px;
  }
}
/* ------------------------------
　　提案エリア
------------------------------ */
/* お問い合わせ提案エリア */
.suggest-box {
  background: #7AA566;
  font-weight: 600;
}

.suggest-inner {
  display: table;
  width: 100%;
  padding: 50px 0;
}

.suggest-item {
  margin: 0 auto 40px;
  padding: 0;
  max-width: 360px;
}
.suggest-item img {
  height: auto;
  max-width: 100%;
}

.suggest-text {
  margin: 10px 0 10px 0;
  line-height: 1.5;
  font-size: 14px;
  color: #FEFFE0;
}

.suggest-tel {
  margin: 0 0 10px 0;
  color: #F7F742;
  font-weight: bold;
  font-size: 32px;
}
.suggest-tel a {
  color: inherit;
}

.suggest-btn {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .suggest-inner {
    padding: 70px 0;
  }

  .suggest-item {
    max-width: 452px;
  }

  .suggest-tel {
    margin: 0;
  }

  .suggest-half {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
  }
}
/* お問い合わせ提案エリア 中央寄せ */
.suggest-center-box {
  padding: 20px 0;
}

.suggest-center-item + .suggest-center-item {
  margin: 50px 0 0 0;
}

.suggest-center-text {
  margin: 30px 0 10px 0;
}

.suggest-center-tel {
  margin: 0;
  color: #C38A00;
  font-weight: bold;
  font-size: 34px;
}
.suggest-center-tel a {
  color: #C38A00;
}

@media screen and (min-width: 768px) {
  .suggest-center-box {
    padding: 50px 0;
  }
}
/* ------------------------------
　　サマリー
------------------------------ */
.summary-default {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #E5E5E5;
  border-left: 1px solid #E5E5E5;
}
.summary-default:before, .summary-default:after {
  display: table;
  content: " ";
}
.summary-default:after {
  clear: both;
}
.summary-default.slick-initialized {
  margin-right: -10px;
  margin-left: -10px;
  overflow: hidden;
  border: 0;
}
.summary-default .slick-list {
  padding: 0 0 0 20px;
  overflow: inherit;
}
.summary-default .slick-dots {
  margin: 0;
}
.summary-default .slick-dots button {
  background: #E5E5E5;
}
.summary-default .slick-dots .slick-active button {
  background: #212C3E;
}

.summary-default-item {
  display: block;
  padding: 0 30px;
  color: #333;
  border-right: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  box-sizing: border-box;
  transition: background-color 0.25s ease-out;
}
.acms-entry .summary-default-item {
  padding: 30px;
}
.slick-initialized .summary-default-item {
  width: 280px;
  margin: 2px 10px 2px 2px;
  border: 0;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.08), -1px -1px 1px 1px rgba(0, 0, 0, 0.08);
}

.summary-default-link {
  display: block;
  margin: 0 -30px;
  padding: 10px;
  color: #333;
  transition: background 0.2s;
}
.summary-default-link:hover, .summary-default-link:visited, .summary-default-link:active, .summary-default-link:focus {
  color: #333;
}
.summary-default-link:hover {
  text-decoration: none;
  background: #F1F1F1;
}

.summary-title {
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: bold;
}

.summary-detail {
  margin: 0;
  line-height: 1.5;
  font-size: 13px;
}

@media screen and (min-width: 480px) {
  .summary-default {
    margin: 0 0 20px 0;
  }
}
/* ------------------------------
　　サムネイル
------------------------------ */
.thumbnail {
  margin: 0;
  padding: 0;
  list-style: none;
}

.thumbnail-row {
  margin: 0 30px;
  padding: 0;
  list-style: none;
}

.thumbnail-item {
  margin: 0 0 20px 0;
}

@media screen and (max-width: 767px) {
  .thumbnail-row .thumbnail-item {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.thumbnail-link {
  display: block;
  color: #333;
  transition: opacity 0.2s;
}
.thumbnail-link:hover {
  color: #333;
  text-decoration: none;
  opacity: 0.75;
}
.thumbnail-link:visited {
  color: #333;
}

.thumbnail-img {
  display: block;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.thumbnail-title {
  margin: 10px 0;
  font-weight: bold;
  font-size: 15px;
}

.thumbnail-detail {
  margin: 0;
  line-height: 1.5;
  font-size: 12px;
}

/* ------------------------------
　　トピックパス
------------------------------ */
.topicpath {
  margin-bottom: 30px;
  padding: 10px 0;
  /*background: #F5F5F5;*/
}

.topicpath-list {
  margin: 0 auto;
  list-style: none;
}

.topicpath-item {
  position: relative;
  float: left;
  padding: 0 10px 0 10px;
  font-size: 14px;
  font-weight: normal;
  /*background: url("../../images/marker/icon_arrow.png") no-repeat left center;*/
}
.topicpath-item a:before {
  position: absolute;
  content: "/";
  top: 0px;
  right: 0px;
  color: #212C3E;
}
.topicpath-item a:first-child {
  padding: 0 10px 0 0;
  background: 0;
}

.topicpath-link {
  color: #212C3E;
  font-size: 14px;
}
.topicpath-link:visited, .topicpath-link:focus, .topicpath-link:active {
  color: #4E6384;
}

/* ------------------------------
 ユニットグループ
------------------------------- */
/* ------------------------------
 フロート解除
------------------------------ */
.clearHidden {
  display: block;
  clear: both;
  height: 0;
  margin: 0;
  border: none;
  visibility: hidden;
}

/* ------------------------------
 動的フォーム
------------------------------ */
/* ------------------------------
 エントリー内 主な要素
------------------------------ */
.entry-column [class*=acms-col-] {
  padding: 0;
}

/* ------------------------------
 テキストユニットの設定
------------------------------ */
.entry-column h2 {
  margin-right: 30px;
  margin-left: 30px;
}
.entry-column h3 {
  margin-right: 30px;
  margin-left: 30px;
}
.entry-column h4 {
  margin-right: 30px;
  margin-left: 30px;
}
.entry-column h5 {
  margin-right: 30px;
  margin-left: 30px;
}
.entry-column h6 {
  margin-right: 30px;
  margin-left: 30px;
}
.entry-column dl {
  margin-right: 30px;
  margin-left: 30px;
}
.entry-column p {
  margin-right: 30px;
  margin-left: 30px;
}
.entry-column blockquote {
  margin: 0 0 60px 0;
  padding: 10px 20px;
  border-left: solid 5px #ccc;
}

/* ------------------------------
各種ユニットの設定
------------------------------ */
.entry-column [class*=column-image] {
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}

.entry-column [class*=column-file] {
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}

.entry-column [class*=column-map] {
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  box-sizing: border-box;
}

.entry-column [class*=column-yolp] {
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}

.entry-column [class*=column-street-view]:not(.column-street-view-inner) {
  padding-right: 30px;
  padding-left: 30px;
}

.entry-column [class*=column-youtube] {
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}

.entry-column [class*=column-video] {
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}

.entry-column [class*=column-eximage] {
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}

.entry-column [class*=column-media] {
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}

.entry-column [class*=column-quote] {
  margin-right: 30px;
  margin-left: 30px;
}

.entry-column [class*=column-module] {
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}

[class*=column-image] {
  margin-bottom: 20px;
}

[class*=column-file] {
  margin-bottom: 20px;
}

[class*=column-map] {
  margin-bottom: 20px;
}

[class*=column-yolp] {
  margin-bottom: 20px;
}

[class*=column-street-view] {
  margin-bottom: 20px;
}

[class*=column-youtube] {
  margin-bottom: 20px;
}

[class*=column-video] {
  margin-bottom: 20px;
}

[class*=column-eximage] {
  margin-bottom: 20px;
}

[class*=column-media] {
  margin-bottom: 20px;
}

[class*=column-quote] {
  margin-bottom: 20px;
}

[class*=column-module] {
  margin-bottom: 20px;
}

/* 画像・メディア・画像URLの共通設定 */
[class*=column-image],
[class*=column-media],
[class*=column-eximage] {
  display: block;
}
[class*=column-image].caption,
[class*=column-media].caption,
[class*=column-eximage].caption {
  margin-bottom: 10px;
}
[class*=column-image] a,
[class*=column-media] a,
[class*=column-eximage] a {
  display: block;
}
[class*=column-image] img,
[class*=column-media] img,
[class*=column-eximage] img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
[class*=column-image] .caption,
[class*=column-media] .caption,
[class*=column-eximage] .caption {
  margin: 5px 0 0 0;
}

/* 画像ユニットの設定 */
[class*=column-image][style*=width] {
  max-width: 100%;
}

/* メディアの種類がファイルだった時の設定 */
[class*=column-media] a[href*=media-download] {
  display: inline-block;
  width: 100%;
}

/* 地図・Yahooo!地図の共通設定 */
[class*=column-map] > img,
[class*=column-yolp] > img {
  max-width: 100%;
}
[class*=column-map] img,
[class*=column-yolp] img {
  width: auto;
  height: auto;
}

[class*=column-map] > div {
  max-width: 100%;
}

[class*=column-yolp] {
  width: auto !important;
}

[class*=column-quote] {
  /* 引用ユニット画像 */
  /* 引用ユニットテキスト */
}
[class*=column-quote] blockquote {
  padding: 20px 10px 20px 20px;
}
[class*=column-quote] .quoteImageContainer {
  position: relative;
  float: left;
  max-width: 154px;
  margin-right: 25px;
}
[class*=column-quote] .quoteImage {
  display: block;
  max-width: 100%;
  height: auto;
}
[class*=column-quote] .quoteTitle {
  margin: 0 0 5px 0;
  padding: 0;
  line-height: 1.4;
  font-size: 18px;
}
[class*=column-quote] .quoteTitleLink {
  color: #006cd8;
}
[class*=column-quote] .quoteSiteName {
  margin: 0 0 10px 0;
  padding: 0;
  color: #666;
  font-size: 11px;
}
[class*=column-quote] .quoteDescription {
  margin: 0;
  padding: 0;
  color: #333;
  line-height: 1.6;
  font-size: 12px;
}

/* 配置のスタイル */
.column-image-left {
  float: left;
  text-align: left;
}

.column-image-right {
  float: right;
  text-align: right;
}

.column-image-center {
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.column-image-auto {
  float: none;
}

/* 配置のスタイル */
.column-file-left {
  text-align: left;
  float: left;
  text-align: left;
}
.column-file-left + .caption {
  text-align: left;
}

.column-file-right {
  text-align: right;
  float: right;
  text-align: right;
}
.column-file-right + .caption {
  text-align: right;
}

.column-file-center {
  text-align: center;
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.column-file-center + .caption {
  text-align: center;
}

.column-file-auto {
  text-align: auto;
  float: none;
}
.column-file-auto + .caption {
  text-align: auto;
}

/* 配置のスタイル */
.column-map-left {
  float: left;
  text-align: left;
}

.column-map-right {
  float: right;
  text-align: right;
}

.column-map-center {
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.column-map-auto {
  float: none;
}

/* 配置のスタイル */
.column-yolp-left {
  float: left;
  text-align: left;
}

.column-yolp-right {
  float: right;
  text-align: right;
}

.column-yolp-center {
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.column-yolp-auto {
  float: none;
}

/* 配置のスタイル */
.column-street-view-left {
  float: left;
  text-align: left;
}

.column-street-view-right {
  float: right;
  text-align: right;
}

.column-street-view-center {
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.column-street-view-auto {
  float: none;
}

/* 配置のスタイル */
.column-youtube-left {
  float: left;
  text-align: left;
}

.column-youtube-right {
  float: right;
  text-align: right;
}

.column-youtube-center {
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.column-youtube-auto {
  float: none;
}

/* 配置のスタイル */
.column-video-left {
  float: left;
  text-align: left;
}

.column-video-right {
  float: right;
  text-align: right;
}

.column-video-center {
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.column-video-auto {
  float: none;
}

/* 配置のスタイル */
.column-eximage-left {
  float: left;
  text-align: left;
}

.column-eximage-right {
  float: right;
  text-align: right;
}

.column-eximage-center {
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.column-eximage-auto {
  float: none;
}

/* 配置のスタイル */
.column-media-left {
  float: left;
  text-align: left;
}
.column-media-left :not([href*=media-download]) + .caption {
  text-align: center;
}

.column-media-right {
  float: right;
  text-align: right;
}
.column-media-right :not([href*=media-download]) + .caption {
  text-align: center;
}

.column-media-center {
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.column-media-center :not([href*=media-download]) + .caption {
  text-align: center;
}

.column-media-auto {
  float: none;
}
.column-media-auto :not([href*=media-download]) + .caption {
  text-align: center;
}

/* 配置のスタイル */
.column-quote-left {
  float: left;
  text-align: left;
}

.column-quote-right {
  float: right;
  text-align: right;
}

.column-quote-center {
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.column-quote-auto {
  float: none;
}

/* 配置のスタイル */
.column-module-left {
  float: left;
  text-align: left;
}

.column-module-right {
  float: right;
  text-align: right;
}

.column-module-center {
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.column-module-auto {
  float: none;
}

/* .acms-entry-unit-fullの設定 */
.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*=column-image] {
  width: auto !important;
  max-width: 100%;
}

.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*=column-file] {
  width: auto !important;
  max-width: 100%;
}

.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*=column-map] {
  width: auto !important;
  max-width: 100%;
}

.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*=column-yolp] {
  width: auto !important;
  max-width: 100%;
}

.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*=column-street-view] {
  width: auto !important;
  max-width: 100%;
}

.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*=column-youtube] {
  width: 100% !important;
}

.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*=column-video] {
  width: 100% !important;
}

.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*=column-eximage] {
  width: auto !important;
  max-width: 100%;
}

.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*=column-media] {
  width: auto !important;
  max-width: 100%;
}

.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*=column-quote] {
  width: auto !important;
  max-width: 100%;
}

.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*=column-module] {
  width: auto !important;
  max-width: 100%;
}

@media (max-width: 480px) {
  [class*=acms-col-][class*=-right] {
    float: left;
  }

  [class*=acms-col-][class*=-right] + * {
    clear: both;
  }
}
/* ------------------------------
 共通の要素
------------------------------ */
.entry-container {
  margin-right: 30px;
  margin-left: 30px;
}

/* PDFプレビュー */
.column-pdf-image {
  width: 100%;
  border: solid 1px #aaa;
}

/* ストリートビュー */
.column-inner-street-view {
  width: 100%;
  padding-bottom: 100%;
}

/* YouTube動画をレスポンシブ対応させるための記述 */
.column-youtube,
.column-iframe {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.column-youtube iframe,
.column-youtube object,
.column-youtube embed,
.column-iframe iframe,
.column-iframe object,
.column-iframe embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ------------------------------
 検索
------------------------------ */
/* 検索結果のハイライト
------------------------------ */
.highlight1 {
  background-color: #FFFF66;
}

.highlight2 {
  background-color: #a0FFFF;
}

.highlight3 {
  background-color: #99FF99;
}

.highlight4 {
  background-color: #FF9999;
}

.highlight5 {
  background-color: #FF66FF;
}

.highlight6 {
  background-color: #880000;
}

/* ------------------------------
　　エントリー
------------------------------ */
.entry {
  margin: 0 0 50px 0;
}

.product .entry {
  margin: 0;
}

/*-- news & blog用日付ぺーじタイトル */
.page-header {
  margin: 0 0 20px 0;
}

.entry-info {
  margin-top: 0;
  font-size: 14px;
}
.entry-info .acms-label {
  background-color: #e9e9e9;
}

.entry-category,
.entry-new {
  font-size: 13px;
}

.entry-title {
  font-size: 26px;
  margin: 12px 0;
}
.entry-title a {
  color: #212C3E;
}
.entry-title a:hover {
  text-decoration: none;
  color: #4E6384;
}
.acms-entry h2 .entry-title {
  padding: 0;
}

.entry-column-top {
  padding: 0 5px;
}

.entry-column-grid {
  /*margin: 0 ($unit-gutter/-2);*/
  margin: 0 -10px;
}

@media screen and (min-width: 768px) {
  .entry {
    margin: 0 0 70px 0;
  }

  .entry-column-grid {
    margin: 0 -30px;
  }

  .entry-title {
    font-size: 30px;
  }
}
.g-underlined, .entry-column h3.g-underlined, .entry-column h2.g-underlined {
  padding: 5px 0px;
  font-size: 18px;
  border-bottom: 4px solid #BBD2AA;
  font-family: "游ゴシック", "Yu Gothic Medium", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  color: #578441;
}

/* エントリーユニットのスタイル */
.entry-column {
  /*color: #333;*/
  word-wrap: break-word;
  /* エントリーのタイトル */
}
.entry-column h2 {
  margin: 0 10px 30px 10px;
  padding: 5px 0px;
  font-size: 26px;
}
.entry-column h2.module-heading {
  margin: 0;
  padding: 0;
  border: 0;
}
.entry-column h2.g-underlined {
  margin: 0 10px 20px 10px;
}
.entry-column h2.entry-heading-center {
  position: relative;
  margin: 20px 10px 20px 10px;
  font-size: 26px;
  line-height: 1.5;
  text-align: left;
  border: 0;
  color: #212C3E;
}
.entry-column h2.entry-heading-center.preface {
  margin-bottom: 30px;
  font-size: 26px;
}
.entry-column h3 {
  margin: 0 10px 20px 10px;
  padding: 5px 10px;
  font-size: 18px;
}
.entry-column h3.kodawari_ttl {
  padding: 5px 10px;
  font-size: 18px;
}
.entry-column h3.g-underlined {
  padding: 5px 0px;
  margin: 0 10px 20px 10px;
}
.entry-column h4 {
  margin: 0 10px 20px 10px;
  font-size: 18px;
  color: #333;
}
.entry-column a:link {
  text-decoration: underline;
}
.entry-column a:hover, .entry-column a:focus, .entry-column a:active {
  text-decoration: underline;
}
.entry-column a:visited {
  color: #212C3E;
  text-decoration: none;
}
.entry-column a.btn, .entry-column a.btn-large, .entry-column a.btn-attention, .entry-column a.btn-attention-large, .entry-column a.btn-transfer, .entry-column a.btn-transfer_gr {
  color: #FEFFE0;
  text-decoration: none;
}
.entry-column a.btn:hover, .entry-column a.btn:focus, .entry-column a.btn:active, .entry-column a.btn-large:hover, .entry-column a.btn-large:focus, .entry-column a.btn-large:active, .entry-column a.btn-attention:hover, .entry-column a.btn-attention:focus, .entry-column a.btn-attention:active, .entry-column a.btn-attention-large:hover, .entry-column a.btn-attention-large:focus, .entry-column a.btn-attention-large:active, .entry-column a.btn-transfer:hover, .entry-column a.btn-transfer_gr:hover, .entry-column a.btn-transfer:focus, .entry-column a.btn-transfer_gr:focus, .entry-column a.btn-transfer:active, .entry-column a.btn-transfer_gr:active {
  text-decoration: none;
  color: #FEFFE0;
}
.entry-column a.btn-transfer_gr {
  color: #578441;
}
.entry-column a.btn-transfer_gr:hover, .entry-column a.btn-transfer_gr:focus, .entry-column a.btn-transfer_gr:active {
  color: #578441;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .entry-column h2 {
    font-size: 36px;
    line-height: 1.65;
    margin-bottom: 30px;
  }
  .entry-column h2.entry-heading-center {
    margin: 0 30px 35px 30px;
    font-size: 36px;
    text-align: center;
  }
  .entry-column h2.entry-heading-center.preface {
    font-size: 36px;
    margin-bottom: 50px;
  }
  .entry-column h2.entry-heading-center:before {
    bottom: -15px;
  }
  .entry-column h2.g-underlined {
    margin: 0 30px 20px 30px;
  }
  .entry-column h3 {
    margin: 0 30px 35px 30px;
  }
  .entry-column h3.kodawari_ttl {
    padding: 5px 25px;
    margin: 0 0 20px 0;
  }
  .entry-column h3.g-underlined {
    margin: 0 30px 20px 30px;
  }
  .entry-column h4 {
    margin: 0 30px 35px 30px;
  }
}
/* 本文 */
.entry-column p {
  margin: 0 10px 30px 10px;
  /*@include font-size(16);*/
  line-height: 2;
}
.entry-column p.entry-danger-text {
  color: #c41134;
  font-weight: bold;
}
.entry-column p.summary-title {
  margin: 0 0 10px 0;
}
.entry-column p.summary-detail {
  margin: 0 0 10px 0;
  font-size: 14px;
}
.entry-column p.entry-lead-text {
  margin-bottom: 25px;
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .entry-column p {
    margin: 0 30px 30px 30px;
  }
  .entry-column p.entry-lead-text {
    margin: 0 0 40px 0;
    font-size: 30px;
  }
}
.blog .entry-column p {
  line-height: 1.8;
  margin-bottom: 30px;
}

/* エントリー内コンテナー */
.entry-container {
  margin: 0 10px;
}

.source-wrapper {
  margin: 0 10px;
}

.entry-source-wrapper {
  overflow-x: auto;
  padding-bottom: 5px;
  margin: 0 10px 30px;
}

@media screen and (min-width: 768px) {
  .entry-source-wrapper {
    margin: 0 30px 40px;
  }
}
[class^=column-table] .entry-container {
  margin-bottom: 30px;
  overflow-x: auto;
}

@media screen and (min-width: 768px) {
  .entry-container {
    margin: 0 30px;
  }

  .source-wrapper {
    margin: 0 30px;
  }

  [class^=column-table] .entry-container {
    margin-bottom: 40px;
  }
}
[class^=column-table] table {
  margin-bottom: 0;
}

/* テーブル */
.entry-column table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #707070;
}
.entry-column table.parent-table {
  margin-top: -20px;
}
.entry-column table.inner-table {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: -20px 0 10px;
}
.entry-column table.inner-table th, .entry-column table.inner-table td {
  text-align: center;
  vertical-align: middle;
}
.entry-column table.inner-table caption {
  text-align: left;
  margin-bottom: 5px;
}
.entry-column th,
.entry-column td {
  display: block;
  padding: 10px 10px;
  color: #333;
  line-height: 1.8;
  text-align: left;
  vertical-align: top;
  border: 1px solid #707070;
  font-size: 16px;
}
.entry-column th {
  text-align: center;
  background: #EBEBEB;
}
.entry-column .deli-table {
  /*送料*/
}
.entry-column .deli-table th {
  vertical-align: middle;
  background: #BBD2AA;
}
.entry-column .deli-table th.bg-lighter {
  background: #D4DFCD;
}
.entry-column .deli-table th.bg-darker {
  background: #C4CEBE;
}
.entry-column .deli-table td {
  text-align: center;
  vertical-align: middle;
}
.entry-column .deli-table td.bg-darker {
  background: #EBEBEB;
}
.entry-column .product_cart-table {
  /*商品カート*/
  border: none;
  font-weight: 600;
  margin-bottom: 15px;
  border-top: 1px solid #b9b9b9;
}
.entry-column .product_cart-table tr {
  border-bottom: 1px solid #b9b9b9;
}
.entry-column .product_cart-table td {
  border-collapse: collapse;
  padding: 8px 15px;
  border: none;
  display: inline-block;
  white-space: nowrap;
}
.entry-column .product_cart-table td.btn-cell {
  float: right;
}
.entry-column .product_cart-table td select {
  margin-left: 10px;
  padding: 6px 12px;
  border-radius: 4px;
  border-color: #212C3E;
}
.entry-column .product_cart-table td select.qty {
  max-width: 60px;
}
.entry-column .no-outline-table {
  /*特定商*/
  border: none;
}
.entry-column .no-outline-table tr:first-child th, .entry-column .no-outline-table tr:first-child td {
  border-top: none;
}
.entry-column .no-outline-table tr:last-child th, .entry-column .no-outline-table tr:last-child td {
  border-bottom: none;
}
.entry-column .no-outline-table th {
  vertical-align: middle;
  text-align: center;
  padding: 10px 15px 10px 10px;
  background: transparent;
  border-left: none;
  font-weight: normal;
}
.entry-column .no-outline-table td {
  padding: 10px 10px 10px 15px;
  border-right: none;
}
.entry-column .acms-table-responsive {
  border-top: 0;
  border-bottom: 0;
}
.entry-column .acms-table-responsive th,
.entry-column .acms-table-responsive td {
  display: table-cell;
  white-space: nowrap;
}
.entry-column .acms-table-responsive table {
  margin: 0;
}
.entry-column th {
  background: #f5f5f5;
}
.entry-column .entry-custom-table {
  margin-bottom: 70px;
}

@media screen and (min-width: 768px) {
  .entry-column th,
.entry-column td {
    display: table-cell;
    padding: 15px 20px;
    text-align: left;
    font-size: 16px;
  }
  .entry-column th {
    text-align: center;
  }
  .entry-column .product_cart-table td {
    padding: 10px 15px;
  }
  .entry-column .product_cart-table td.btn-cell {
    float: right;
  }
}
@media screen and (min-width: 1024px) {
  .entry-column .product_cart-table {
    border: none;
    border-top: 1px solid #b9b9b9;
  }
  .entry-column .product_cart-table td {
    display: table-cell;
    vertical-align: middle;
  }
  .entry-column .product_cart-table td.btn-cell {
    float: none;
  }
}
/*スクロールテーブルの acms-min.css override*/
@media (max-width: 1023px) {
  .acms-table-scrollable th, .acms-table-scrollable td, .js-table-unit-scroll-hint th, .js-table-unit-scroll-hint td {
    display: table-cell !important;
    white-space: nowrap;
  }
}
/* リスト */
.entry-column ul {
  margin: 0 10px 30px 10px;
  padding: 0 0 0 2em;
}
.entry-column ul li {
  margin: 0 0 5px 0;
  font-size: 16px;
  line-height: 1.5;
}
.entry-column ul.summary-default {
  padding: 0;
}
.entry-column ul.summary-default li {
  margin: 0;
}

/* 番号付きリスト */
.entry-column ol {
  margin: 0 10px 30px 10px;
  padding: 0 0 0 2em;
}
.entry-column ol li {
  margin: 0 0 5px 0;
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .entry-column ul, .entry-column ol {
    margin: 0 30px;
  }
}
/* 定義リスト */
.entry-column dl {
  margin: 0 10px 30px 10px;
  font-size: 16px;
  line-height: 1.5;
}
.entry-column dt {
  margin: 0 0 5px 0;
  font-size: 16px;
  font-family: "見出しゴMB31", "游ゴシック", "Yu Gothic Medium", Meiryo, "メイリオ", sans-serif;
  font-weight: bold;
  line-height: 1.2;
}
.entry-column dd {
  margin-bottom: 10px;
  margin-left: 0;
  line-height: 1.5;
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .entry-column dl {
    margin: 0 30px 50px 30px;
  }
}
/* ソースコード */
.entry-column pre {
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 50px 0;
  font-family: "Menlo", "Monaco", "Courier New", monospace;
  white-space: pre-wrap;
}
.entry-column pre ol {
  margin: 0;
  padding: 0 0 0 2.5em;
}
.entry-column pre ol li {
  line-height: 1.5;
}

/* 区切り線 */
.entry-column hr {
  border: 0;
  border-bottom: 1px solid #E5E5E5;
}

/* ユニット */
.entry-column .caption {
  font-size: 14px;
}

.column-file-auto + .caption {
  margin-left: 10px;
}

@media screen and (min-width: 768px) {
  .column-file-auto + .caption {
    margin-left: 30px;
  }
}
[class*=column-media-] a,
[class*=column-image-] a {
  transition: opacity 0.2s;
}
[class*=column-media-] a:hover,
[class*=column-image-] a:hover {
  opacity: 0.8;
}

/* ユニットグループ */
.ug-bg-color {
  margin: 0 10px 70px 10px;
  padding: 20px 10px;
  background: #fff;
  /*overflow: scroll;* 有効にすると別ページからのリンクがおかしくなる*/
}
.ug-bg-color :last-child {
  margin-bottom: 0;
}
.ug-bg-color h2 {
  margin-bottom: 15px;
  padding-top: 0;
  padding-bottom: 0;
}
.ug-bg-color h3,
.ug-bg-color h4 {
  margin-bottom: 15px;
}

.ug-bg-color.u-bg-color_yl {
  border: 1px solid #BBD2AA;
  border-radius: 4px;
  background: #FEFFE0;
}

@media screen and (min-width: 768px) {
  .ug-bg-color {
    margin: 0 30px 70px 30px;
    padding: 25px 15px;
  }
}
.ug-bg-color {
  /*overide*/
  padding: 30px 0px;
}

/* 動的フォーム */
.entry-column ul.contact-form {
  margin: 0;
  padding: 0;
}
.entry-column ul.contact-form li {
  margin: 0;
}
.entry-column tr.contact-form-group:nth-child(odd) {
  background: inherit;
}
.entry-column .contact-form th,
.entry-column .contact-form td {
  background: inherit;
  border: 0;
}

/* class内 a ボタン */
.entry-column .btn a, .entry-column .btn-attention a {
  color: #FEFFE0;
  text-decoration: none;
  display: block;
}
.entry-column .btn a:hover, .entry-column .btn a:active, .entry-column .btn a:focus, .entry-column .btn-attention a:hover, .entry-column .btn-attention a:active, .entry-column .btn-attention a:focus {
  text-decoration: none;
}

/* エントリーフッター */
.entry-footer {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  margin: 0 0 20px 0;
  padding: 10px;
  background: #f5f5f5;
}

/* タグ */
.entry-tag {
  margin: 0 0 5px 0;
}

.entry-tag-icon {
  float: left;
  color: #707070;
}

.entry-tag-item {
  float: left;
  margin: 0 0 0 10px;
}

.entry-footer-item + .entry-footer-item {
  margin: 10px 0 0 0;
}

@media screen and (min-width: 768px) {
  .entry-footer {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
            align-items: center;
  }

  .entry-footer-item + .entry-footer-item {
    margin: 0 0 0 auto;
  }
}
/* SNSシェア */
.share-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}

.share-text {
  display: inline;
  float: left;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .share-wrapper {
    float: right;
  }
}
/* SNSシェアボタン */
.share-list {
  display: -webkit-inline-flex;
  display: inline-flex;
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
}

.share-item {
  display: inline-block;
  margin: 0 0 0 15px;
  vertical-align: top;
}
.share-item a {
  color: #999;
  text-decoration: none;
}
.share-item [class*=acms-icon] {
  font-size: 22px;
  vertical-align: middle;
}
.share-item .share-item-facebook {
  /* Facebook */
  position: relative;
  color: #1877f2;
  line-height: 1.2;
}
.share-item .share-item-facebook:before {
  vertical-align: middle;
}
.share-item .share-item-facebook:focus:before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  border: 1px dotted #333;
  content: "";
}
.share-item .share-item-twitter {
  /* Twitter */
  position: relative;
  color: #55ACEE;
  line-height: 1.2;
}
.share-item .share-item-twitter:before {
  vertical-align: middle;
}
.share-item .share-item-twitter:focus:before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  border: 1px dotted #333;
  content: "";
}

/* 続きを読むボタン */
.continue-link {
  margin: 0;
  font-size: 16px;
}

.continue-link a {
  display: inline-block;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  background: #767676;
  border-radius: 3px;
}
.continue-link a [class*=acms-icon] {
  margin: 0 10px 0 0;
}
.continue-link a:link, .continue-link a:visited {
  color: #fff;
}
.continue-link a:hover, .continue-link a:focus, .continue-link a:active {
  color: #fff;
  text-decoration: none;
  background: #aaa;
}

@media screen and (min-width: 768px) {
  /* タグ */
  .entry-tag {
    margin: 0;
  }

  /* 続きを読むボタン */
  .continue-link a {
    padding: 5px 10px;
    font-weight: normal;
  }
}
/*メディア画像のキャプション override*/
.column-media-left :not([href*=media-download]) + .caption {
  text-align: left;
}

.column-media-right :not([href*=media-download]) + .caption {
  text-align: left;
}

.column-media-center :not([href*=media-download]) + .caption {
  text-align: left;
}

.column-media-auto :not([href*=media-download]) + .caption {
  text-align: left;
}

/* ------------------------------
　　テキストユニットのエディターの設定
------------------------------ */
/* エントリー内ボタン */
.entry-column,
.entryFormLiteEditor {
  /* 色付きボタン */
  /* ボタン内のアイコン */
}
.entry-column .entry-btn-default,
.entryFormLiteEditor .entry-btn-default {
  background: #212C3E;
  font-family: "見出しゴMB31", "游ゴシック", "Yu Gothic Medium", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ";
  color: #FEFFE0;
  font-weight: bold;
  line-height: 1.3;
  border: 0;
  display: inline-block;
  padding: 6px 15px 6px 15px;
  border-radius: 20px;
  margin: 5px 0;
  font-size: 14px;
}
.entry-column .entry-btn-default:hover, .entry-column .entry-btn-default:visited,
.entryFormLiteEditor .entry-btn-default:hover,
.entryFormLiteEditor .entry-btn-default:visited {
  color: #FEFFE0;
  text-decoration: none;
}
.entry-column .entry-btn-default:focus, .entry-column .entry-btn-default:active,
.entryFormLiteEditor .entry-btn-default:focus,
.entryFormLiteEditor .entry-btn-default:active {
  color: #FEFFE0;
  box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}
.entry-column .entry-btn-default:hover,
.entryFormLiteEditor .entry-btn-default:hover {
  color: #FFF;
  background-color: #212C3E;
  background-image: linear-gradient(to bottom, #212C3E, #212C3E);
}
.entry-column .entry-btn-default:active, .entry-column .entry-btn-default:focus,
.entryFormLiteEditor .entry-btn-default:active,
.entryFormLiteEditor .entry-btn-default:focus {
  background: #4E6384;
}
.entry-column .entry-btn-attention,
.entryFormLiteEditor .entry-btn-attention {
  background: #333;
  font-family: "見出しゴMB31", "游ゴシック", "Yu Gothic Medium", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ";
  color: #FEFFE0;
  font-weight: bold;
  line-height: 1.3;
  border: 0;
  display: inline-block;
  padding: 6px 15px 6px 15px;
  border-radius: 20px;
  margin: 5px 0;
  font-size: 14px;
}
.entry-column .entry-btn-attention:hover, .entry-column .entry-btn-attention:visited,
.entryFormLiteEditor .entry-btn-attention:hover,
.entryFormLiteEditor .entry-btn-attention:visited {
  color: #FEFFE0;
  text-decoration: none;
}
.entry-column .entry-btn-attention:focus, .entry-column .entry-btn-attention:active,
.entryFormLiteEditor .entry-btn-attention:focus,
.entryFormLiteEditor .entry-btn-attention:active {
  color: #FEFFE0;
  box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}
.entry-column .entry-btn-attention:hover,
.entryFormLiteEditor .entry-btn-attention:hover {
  color: #FFF;
  background-color: #222;
  background-image: linear-gradient(to bottom, #333, #222);
}
.entry-column .entry-btn-attention:active, .entry-column .entry-btn-attention:focus,
.entryFormLiteEditor .entry-btn-attention:active,
.entryFormLiteEditor .entry-btn-attention:focus {
  background: #333;
}
.entry-column .entry-btn-icon-before,
.entryFormLiteEditor .entry-btn-icon-before {
  margin: 0 10px 0 0;
}
.entry-column .entry-btn-icon-after,
.entryFormLiteEditor .entry-btn-icon-after {
  margin: 0 0 0 10px;
}

/* ------------------------------
　　編集ページ
------------------------------ */
.field-title {
  padding: 0 10px;
}

.field-title:first-child {
  margin: 0 0 10px 0;
}

.field-table-inner {
  width: 100%;
}
.field-table-inner th,
.field-table-inner td {
  border: 0;
}

/* ------------------------------
　　メインカラム
------------------------------ */
.main:before, .main:after {
  display: table;
  content: " ";
}
.main:after {
  clear: both;
}

.main-inner {
  width: 100%;
  max-width: 720px;
}
.main-inner.is-space-left {
  float: right;
}
.main-inner.is-space-right {
  float: left;
}
.main-inner.is-space-center {
  margin: 0 auto;
}

/* ------------------------------
　　サイドカラム
------------------------------ */
.side-title {
  margin-top: 0;
  font-size: 16px;
}

.side .acms-list-group {
  font-size: 14px;
}

.acms-badge {
  padding: 3px 8px;
  color: #333;
  font-weight: 700;
  background-color: #eee;
  border-radius: 12px;
  font-size: 10px;
}

/* ------------------------------
　　お問い合わせ
------------------------------ */
.contact-box .message-group {
  margin: 0 0 35px 0;
}
.contact-box .message-text {
  color: #212C3E;
  font-weight: bold;
}
.contact-box .contact-no {
  margin: 0;
  color: #333;
  font-weight: bold;
  font-size: 30px;
}
.contact-box .contact-no a {
  color: inherit;
}
.contact-box .error-text {
  /* エラー文 */
  margin: 5px 0 0 0;
  color: #212C3E;
}
.contact-box p {
  line-height: 1.6;
}

.contact-form {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
  background: #E5E5E5;
}

.contact-form-heading {
  margin: 40px 0 10px 0;
}

.contact-form-group {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  padding: 0;
  background: #E5E5E5;
  border-bottom: 1px solid #FFF;
}

.contact-form-group fieldset {
  display: contents;
  border: 0;
}

.contact-form-label {
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px 10px 0 10px;
  font-weight: bold;
  text-align: left;
  box-sizing: border-box;
}

.contact-form-control {
  display: block;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}

.contact-form-grid {
  margin: 0 -5px;
}

.contact-form-col,
.acms-entry .contact-form-col {
  margin: 0 0 10px 0;
  padding: 0 5px;
}
.contact-form-col:last-child,
.acms-entry .contact-form-col:last-child {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .contact-form {
    width: 100%;
  }

  .contact-form-label {
    padding: 15px 15px 5px 15px;
    vertical-align: top;
  }

  .contact-form-control {
    padding: 5px 15px 15px 15px;
  }

  .contact-form-col {
    margin: 0;
  }
}
/* ステップ
------------------------------ */
.contact-box .mail-step {
  margin: 0 0 25px 0;
  padding: 0 10px;
  background: #E5E5E5;
  /* カウンターの設定 */
  counter-reset: mailStep;
}
.contact-box .mail-step-item {
  float: left;
  margin: 0 5px;
  padding: 14px 0 10px;
  color: #999;
  font-weight: bold;
  list-style: none;
  border-bottom: 4px solid transparent;
  font-size: 14px;
}
.contact-box .mail-step-item:before {
  content: counter(mailStep) ".";
  /* カウンターの設定 */
  counter-increment: mailStep;
}
.contact-box .mail-step-item-current {
  color: #333;
  border-bottom: 4px solid #C38700;
}
@media screen and (min-width: 768px) {
  .contact-box .mail-step-item {
    margin: 0 10px;
    padding: 18px 0 14px;
    font-size: 16px;
  }
}

/* 送信ボタン
------------------------------ */
.form-btn-box {
  margin: 0 10px 50px 10px;
  text-align: center;
}

.form-btn {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .form-btn-send {
    width: 100%;
    max-width: 360px;
  }
}
/* ラベル
------------------------------ */
.label-required {
  margin: 0 5px;
  padding: 2px 8px;
  color: #FFF;
  background: #212C3E;
  border-radius: 3px;
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .label-required {
    margin: 0 10px;
  }
}
/* フォーム要素
------------------------------ */
.contact-box select[required]:required {
  border: 1px solid #C49511;
}
.contact-box select.focused:invalid {
  border: 1px solid #c41134;
}
.contact-box select[required]:valid {
  border: 1px solid #A7A7AA;
}
.contact-box input[required]:required,
.contact-box textarea[required]:required {
  background: #FFFDEB;
}
.contact-box input.focused:invalid,
.contact-box textarea.focused:invalid {
  background: #FFEBEE;
}
.contact-box input[required]:valid,
.contact-box textarea[required]:valid {
  background: #FFF;
}
.contact-box input[type=text],
.contact-box input[type=password],
.contact-box input[type=datetime],
.contact-box input[type=datetime-local],
.contact-box input[type=date],
.contact-box input[type=month],
.contact-box input[type=time],
.contact-box input[type=week],
.contact-box input[type=number],
.contact-box input[type=email],
.contact-box input[type=url],
.contact-box input[type=search],
.contact-box input[type=tel] {
  font-size: 16px;
  box-sizing: border-box;
  padding: 0 5px;
}
.contact-box textarea {
  font-size: 16px;
  padding: 5px 5px 4px;
}
.contact-box select {
  background-color: #f7f7f7;
  min-height: 30px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 16px;
  vertical-align: top;
}

@media screen and (min-width: 768px) {
  .contact-box input[type=text],
.contact-box input[type=password],
.contact-box input[type=datetime],
.contact-box input[type=datetime-local],
.contact-box input[type=date],
.contact-box input[type=month],
.contact-box input[type=time],
.contact-box input[type=week],
.contact-box input[type=number],
.contact-box input[type=email],
.contact-box input[type=url],
.contact-box input[type=search],
.contact-box input[type=tel] {
    padding: 5px 8px;
  }
  .contact-box textarea {
    padding: 5px 8px;
  }
  .contact-box select {
    padding-left: 8px;
    min-height: 40px;
  }
}
/* バリデーター
------------------------------ */
.valid-mark {
  display: none;
}

.valid-mark.valid {
  display: inline;
  float: right;
  color: #5cb85c;
}

.invalid {
  background-color: #ffebee !important;
}

/* ------------------------------
　　home
------------------------------ */
/*home*/
/*光男の米について*/
.home-kodawari {
  background-image: url("https://mitsuono-kome.com/media/001/202108/home-kodawari_smbg.gif");
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: cover;
  margin: 0 0 0;
}

.home-kodawari .section-space {
  padding: 50px 0 30px;
}

.lead-home-kodawari {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0 20px;
  margin-bottom: 0px;
}

h2.home-kodawari_heading, h2.home-kodawari_menu-heading {
  font-size: 24px;
  display: table;
  line-height: 1.6;
  margin: 0px auto 40px;
}

h3.home-kodawari_ttl, h3.home-kodawari_subttl {
  font-size: 24px;
  display: table;
  line-height: 1.6;
  margin: 20px 10px 20px;
}

h2.home-kodawari_menu-heading {
  font-size: 26px;
  margin: 0px auto 25px;
}

.home-kodawari_image {
  margin: 0 auto 30px;
  -webkit-order: 1;
          order: 1;
}

.home-kodawari_subimage {
  text-align: right;
  margin: 10px auto 30px;
  -webkit-order: 3;
          order: 3;
}

.home-kodawari_image img {
  max-width: 250px;
  max-height: 250px;
  border-radius: 5px;
}

.home-kodawari_subimage img {
  max-width: 250px;
  max-height: 250px;
  border-radius: 5px;
}

.home-kodawari_des {
  margin: 0 auto 40px;
  -webkit-order: 2;
          order: 2;
}

.home-kodawari_des2 {
  margin: 0 auto 40px;
  -webkit-order: 4;
          order: 4;
}

.home-kodawari-text {
  font-size: 14px;
  line-height: 2;
  font-weight: 600;
}

.home-kodawari-btn {
  text-align: left;
}

.home-kodawari .btn-transfer, .home-kodawari .btn-transfer_gr {
  /*上書き設定*/
  max-width: 300px;
  font-size: 14px;
  border-radius: 25px;
  padding: 10px 40px;
}
.home-kodawari .btn-transfer::before, .home-kodawari .btn-transfer_gr::before {
  top: 10px;
}

.home-kodawari_menu_img {
  max-width: 290px;
  max-height: 290px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.home-kodawari_menu_btn {
  margin: -70px auto;
  text-align: center;
}

p.home-kodawari_menu_des {
  width: 280px;
  padding: 20px;
  margin: 90px auto 0;
  font-size: 14px;
}

@media (min-width: 768px) {
  .home-kodawari {
    background-image: url("https://mitsuono-kome.com/media/001/202108/home-kodawari_bg.gif");
  }

  .home-kodawari_image {
    margin: 0 0 20px;
    text-align: left;
  }

  .home-kodawari_subimage {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
            align-items: flex-end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
    /*justify-content: center;*/
    margin: 0 0 40px;
    -webkit-order: 4;
            order: 4;
  }

  .home-kodawari_image img {
    max-width: 324px;
    max-height: 324px;
  }

  .home-kodawari_subimage img {
    max-width: 280px;
    max-height: 280px;
  }

  .home-kodawari_des {
    margin: 0 auto 20px;
  }

  .home-kodawari_des2 {
    margin-top: 40px;
    -webkit-order: 3;
            order: 3;
  }

  .home-kodawari_menu_img {
    max-width: 240px;
    max-height: 240px;
  }

  p.home-kodawari_menu_des {
    width: 220px;
    padding: 20px;
    /*margin: 90px auto 0;*/
  }
}
@media (min-width: 920px) {
  h2.home-kodawari_heading, h2.home-kodawari_menu-heading {
    margin: 0px auto 50px;
    font-size: 30px;
  }

  h2.home-kodawari_menu-heading {
    margin: 40px auto 20px;
    font-size: 30px;
  }

  .home-kodawari_image img {
    max-width: 350px;
    max-height: 350px;
  }

  h3.home-kodawari_ttl, h3.home-kodawari_subttl {
    margin: 40px 0 20px;
    font-size: 30px;
  }

  .home-kodawari-text {
    font-size: 16px;
    line-height: 2.2;
  }
}
@media (min-width: 1024px) {
  .home-kodawari .section-space {
    padding: 60px 0 30px;
  }

  .lead-home-kodawari {
    padding: 0 0px;
    margin-bottom: 30px;
  }

  h2.home-kodawari_heading, h2.home-kodawari_menu-heading {
    margin: 0px auto 70px;
    font-size: 36px;
  }

  h3.home-kodawari_ttl {
    margin: 85px 0 40px;
    font-size: 36px;
  }

  h3.home-kodawari_subttl {
    margin: 0px 0 40px;
    font-size: 36px;
  }

  h2.home-kodawari_menu-heading {
    margin: 0px auto 45px;
    padding-left: 10px;
    font-size: 36px;
  }

  .home-kodawari_image {
    margin: 0 0 40px;
  }

  .home-kodawari_subimage {
    margin: 0 0 40px;
  }

  .home-kodawari_image img {
    max-width: 470px;
    max-height: 470px;
    max-width: 100%;
    text-align: left;
  }

  .home-kodawari-text {
    display: table-cell;
    font-size: 18px;
    line-height: 2.2;
  }

  .home-kodawari_menu_img {
    max-width: 290px;
    max-height: 290px;
  }

  p.home-kodawari_menu_des {
    width: 280px;
    padding: 20px;
    font-weight: 600;
  }
}
.home-kodawari_slide {
  position: relative;
}

/*商品紹介*/
.home-product {
  background-image: url("https://mitsuono-kome.com/media/001/202108/home-left_bg.jpg");
  background-size: 525px 486px;
  background-repeat: no-repeat;
  background-position: right -100px center;
}

.home-product_heading {
  font-size: 26px;
  text-align: center;
}

.home-product_catch {
  font-size: 20px;
  text-align: center;
  margin-bottom: 15px;
  font-weight: 600;
}

.home-product_sales {
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 0 0;
  margin: 0 auto 20px;
  font-size: 14px;
  color: #C38700;
}
.home-product_sales a {
  color: #C38700;
  text-decoration:none;
}
.home-product_sales li {
  padding: 2px 8px;
  font-weight: 600;
}

.home-product-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
}

.home-product_img {
  text-align: center;
  margin: 0 auto 30px;
}
.home-product_img img {
  max-width: 100%;
}

.home-product_nav {
  margin-right: auto;
  margin-left: auto;
}

.home-product_menu {
  list-style: none;
  padding: 0px;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.home-product_menu li {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin-bottom: 10px;
}
.home-product_menu li .circle {
  width: 60px;
  height: 60px;
  min-width: 60px;
  min-height: 60px;
  display: -webkit-inline-flex;
  display: inline-flex;
  background: #C38700;
  border-radius: 50%;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.home-product_menu li .circle.u-bg-lgr {
  background: #989F4D;
}
.home-product_menu li a {
  text-decoration: none;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.home-product_menu li .home-product_text {
  display: inline-block;
  margin: 0 0 0 5px;
}
.home-product_menu li .home-product_text p {
  margin: 0;
  font-weight: 600;
}
.home-product_menu li .home-product_text p.btn-attention {
  position: relative;
  font-size: 14px;
  text-align: left;
  padding: 10px 40px 10px 20px;
  border-radius: 40px;
  width: 215px;
}
.home-product_menu li .home-product_text p.btn-attention small {
  font-size: 12px;
}
.home-product_menu li .home-product_text p.text-des {
  font-size: 12px;
  line-height: 1.5;
  margin: 3px 0 0 20px;
}

.home-product_menu li .home-product_text p.btn-attention.jas-mark {
  padding-left: 60px;
  width: 175px;
}

.home-product_menu li .home-product_text p.btn-attention.jas-mark:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 40px;
  height: 36px;
  background-image: url("https://mitsuono-kome.com/media/001/202108/jas-mark@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  top: 10px;
  left: 13px;
}

.home-product_btn {
  text-align: center;
}

@media (min-width: 450px) {
  .home-product_sales {
    max-width: 400px;
  }

  .home-product_menu li .home-product_text p.btn-attention {
    width: 270px;
  }

  .home-product_menu li .home-product_text p.btn-attention.jas-mark {
    width: 230px;
  }
}
@media (min-width: 540px) {
  .home-product_text {
    margin: 0 0 0 10px;
  }

  .home-product_menu li .home-product_text p.btn-attention {
    font-size: 16px;
    width: 400px;
  }

  .home-product_menu li .home-product_text p.btn-attention.jas-mark {
    padding-left: 60px;
    width: 360px;
  }

  .home-product_menu li .home-product_text p.btn-attention.jas-mark:before {
    width: 45px;
    top: 5px;
  }

  .home-product_menu {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .home-product_heading {
    font-size: 30px;
  }

  .home-product_sales {
    font-size: 18px;
    max-width: 500px;
    margin-bottom: 40px;
  }

  .home-product_menu li .home-product_text {
    display: inline-block;
    margin: 10px 0px 0 10px;
  }
  .home-product_menu li .home-product_text p.btn-attention {
    width: 465px;
    font-size: 17px;
  }
  .home-product_menu li .home-product_text p.btn-attention small {
    font-size: 14px;
  }
  .home-product_menu li .home-product_text p.text-des {
    font-size: 14px;
  }

  /*.home-product_jas{
    width:52px;
    height:28px;
  }*/
  .home-product_menu li .home-product_text p.btn-attention.jas-mark:before {
    width: 52px;
    height: 36px;
  }

  .home-product_menu li .home-product_text p.btn-attention.jas-mark {
    padding-left: 70px;
    width: 415px;
  }
}
@media (min-width: 1024px) {
  .home-product_heading {
    font-size: 38px;
    margin-bottom: 20px;
  }

  .home-product_sales {
    max-width: 525px;
    font-size: 20px;
    margin-bottom: 50px;
  }

  .home-product-wrapper {
    -webkit-flex-direction: row;
            flex-direction: row;
  }

  .home-product_img {
    -webkit-order: 2;
            order: 2;
  }

  .home-product_nav {
    -webkit-order: 1;
            order: 1;
  }

  .home-product_text {
    display: inline-block;
  }

  .home-product_btn {
    text-align: right;
    margin-top: -30px;
  }
}
/*光男の嫁ブログ*/
.home-bloglist {
  background-image: url("https://mitsuono-kome.com/media/001/202108/home-green_bg.png");
  background-repeat: no-repeat;
  background-position-y: top;
  background-size: cover;
}
.home-bloglist .section-space {
  padding: 50px 0;
}
.home-bloglist .module-section {
  margin-top: 30px;
  color: #FEFFE0;
}

.home-bloglist-heading {
  font-size: 26px;
  text-align: center;
  color: #FEFFE0;
}

.home-bloglist .card {
  /*width: 223px;*/
  margin-right: auto;
  margin-left: auto;
  margin: 30px auto 40px;
}
.home-bloglist .card .card-body {
  width: 220px;
  margin-left: auto;
  margin-right: auto;
}
.home-bloglist .card .card-body a {
  text-decoration: none;
}
.home-bloglist .card .card-body a:hover {
  text-decoration: underline;
}

.home-bloglist_btn {
  text-align: center;
}

@media (min-width: 768px) {
  .home-bloglist {
    background-size: cover;
  }
  .home-bloglist .section-space {
    padding: 60px 0;
  }
  .home-bloglist .module-section {
    margin-top: 40px;
  }

  .home-bloglist-heading {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  .home-bloglist .section-space {
    padding: 80px 0;
  }

  .home-bloglist-heading {
    font-size: 38px;
    margin-bottom: 20px;
    text-align: left;
  }

  .home-bloglist_btn {
    text-align: right;
  }
}
/*お知らせ*/
.home-news {
  background-image: url("https://mitsuono-kome.com/media/001/202108/home-right_bg.jpg");
  background-size: 525px 486px;
  background-repeat: no-repeat;
  background-position: left -100px top 80px;
}
.home-news .headline {
  margin-bottom: 50px;
  font-weight: 600;
}
.home-news .headline time {
  font-size: 14px;
  display: block;
  margin-bottom: 12px;
}
.home-news .headline .headline-title {
  font-size: 16px;
  margin: 0;
}
.home-news .headline .acms-list-group-item {
  padding: 18px;
  border-bottom: solid 1px #BBD2AA;
}
.home-news .headline a:hover .headline-title {
  text-decoration: underline;
}
.home-news .headline .headline-link:hover {
  background: #F0F5ED;
}

.home-news_btn {
  text-align: center;
}

@media (min-width: 768px) {
  .home-news-heading {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  .home-news-heading {
    font-size: 38px;
    margin-bottom: 20px;
  }

  .home-news .section-space {
    padding: 50px 0 70px;
  }

  .home-news_btn {
    text-align: right;
  }
}
/*光男の⽶・直売所のご案内*/
.home-store {
  background-image: url("https://mitsuono-kome.com/media/001/202108/home-left_bg.jpg");
  background-size: 525px 486px;
  background-repeat: no-repeat;
  background-position: right -100px top 100px;
}
.home-store .section-space {
  padding: 30px 0;
}

.home-store p {
  line-height: 2;
  font-weight: 600;
}

.home-store_dl {
  margin-bottom: 60px;
}
.home-store_dl dt {
  border-bottom: 3px solid #212C3E;
  display: inline-block;
  margin-bottom: 10px;
}

/*光男の⽶・直売所のご案内 営業日カレンダー　Twitter 共通*/
h2.entry-heading-center {
  font-size: 26px;
}

h2.entry-heading-center.underlined {
  font-size: 26px;
  border-bottom: 6px solid #BBD2AA;
}

@media (min-width: 768px) {
  h2.entry-heading-center,
h2.entry-heading-center.underlined {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  h2.entry-heading-center,
h2.entry-heading-center.underlined {
    font-size: 38px;
    margin-bottom: 30px;
  }
}
/*営業日カレンダー＆Twitter*/
.home-info_calendar .entry-heading-center.underlined, .home-info_twitter .entry-heading-center.underlined {
  font-size: 26px;
  border-bottom: 6px solid #BBD2AA;
}

.home-info_inner {
  max-width: 452px;
  margin: 0 auto;
}

.unit {
  height: 420px;
  overflow: scroll;
}

.js-post_include {
  display: table-cell;
  padding: 0px 15px 5px;
}

.unit .btn {
  font-size: 14px;
}

.controller {
  display: table;
  margin: 0 auto;
}

.calendar_month {
  font-family: "TBUDゴシック R", "游ゴシック", "Yu Gothic Medium";
  font-size: 21px;
  margin-bottom: 15px;
  display: table-cell;
  padding: 0px;
}
.calendar_month small {
  font-size: 15px;
}

.bus_calendar {
  margin-bottom: 20px;
}

.bus_calendar table {
  border: 1px solid #999;
  border-spacing: 0px;
  border-collapse: collapse;
  min-width: 95%;
  margin: 0 auto;
}

.bus_calendar table th {
  border: 1px solid #BBD2AA;
  *width: 14%;
  background: #212C3E;
  text-align: center;
  height: 20px;
  color: #FEFFE0;
}

.bus_calendar table td {
  border: 1px solid #BBD2AA;
  width: 14%;
  vertical-align: top;
}

.bus_calendar table td.day {
  line-height: 1.2;
  padding: 8px 5px;
  font-size: 14px;
  font-weight: 600;
}

.bus_calendar table th.w0 {
  color: #ff505e;
}

.bus_calendar table th.w6 {
  color: #e2a113;
}

.calendar_day {
  text-align: right;
}

.calendar_label {
  text-align: center;
}

.bus_calendar table td .calendar_label {
  color: #578441;
  font-size: 13px;
  font-weight: normal;
}

.bus_calendar table td .calendar_item {
  font-size: 11px;
  font-weight: normal;
}

.bus_calendar table td.calendar_close, .bus_calendar table td.calendar_holiday {
  background: #f7f7e5;
}

.bus_calendar table td.calendar_holiday .calendar_day, .bus_calendar table td.calendar_national-holiday .calendar_day {
  color: #da525c;
}

.hanrei .calendar_label {
  font-size: 13px;
  margin: 7px 0 0 0;
  text-align: left;
  line-height: 1.5;
  display: table;
  color: #578441;
}

.hanrei .calendar_close {
  background: #f7f7e5;
  border: 1px solid #ccc;
  display: inline-block;
  width: 25px;
  height: 15px;
  margin-left: 10px;
}

@media (min-width: 768px) {
  .home-info_calendar .entry-heading-center.underlined, .home-info_twitter .entry-heading-center.underlined {
    font-size: 30px;
    margin-right: auto;
    margin-left: auto;
    width: 255px;
  }
}
@media (min-width: 1024px) {
  .home-info_inner.home-info_left, .home-info_inner.inner_left {
    width: 452px;
    margin: 0 auto 0 0;
  }

  .home-info_inner.home-info_right, .home-info_inner.inner_right {
    width: 452px;
    margin: 0 0 0 auto;
  }
}
.expand_container {
  padding: 25px 0px;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
}

/*--　米づくり　--*/
/*kodawari*/
.kodawari-menu {
  list-style: none;
  margin-bottom: 60px;
}

.entry-column .kodawari-menu a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-align-items: center;
          align-items: center;
  padding: 0 25px 12px 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #C38700;
  background-image: url(https://mitsuono-kome.com/media/001/202108/bg_arrow_down@2x.png);
  background-repeat: no-repeat;
  background-size: 16px 10px;
  background-position: right 8px center;
  text-decoration: none;
}
.entry-column .kodawari-menu a:hover {
  text-decoration: none;
}

.circle-number {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #C38700;
  color: #fff;
  font-size: 20px;
  font-family: "TBUDゴシック E", "游ゴシック", "Yu Gothic Medium", Meiryo, "メイリオ", sans-serif;
  text-align: center;
  line-height: 2;
  display: inline-block;
  margin-right: 15px;
}

.ug-bg-color h3, .ug-bg-color h4 {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .kodawari-menu a {
    background-position: right 35px center;
  }
}
dl.about-aguri {
  margin-bottom: 20px;
}
dl.about-aguri dt {
  color: #578441;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 600;
}
dl.about-aguri dd {
  font-size: 14px;
}

/*--  商品のご案内  --*/
/*10/12幅中央寄せコンテンツ*/
.acms-col-lg-10.centered {
  margin-right: 10px;
  margin-left: 10px;
  display: block;
  float: none;
}

.narrow-container.tab-block {
  margin-right: 10px;
  margin-left: 10px;
  max-width: 823px;
}

/* タブ + 角丸ボックス */
.tab-block h3 {
  display: inline-block;
  min-width: 232px;
  background: #C38700;
  color: #fff;
  font-size: 16px;
  padding: 8px 0 7px;
  margin: 0;
  border-radius: 8px 8px 0 0;
  text-align: center;
  font-family: "見出しゴMB31", "游ゴシック", "Yu Gothic Medium", Meiryo, "メイリオ", sans-serif;
}
.tab-block h3.col_gr {
  background: #578441;
}
.tab-block h3.col_lgr {
  background: #8F9440;
}

.kadomaru-box {
  border: 1px solid #C38700;
  border-radius: 0 4px 4px 4px;
  padding: 30px 10px 10px;
  margin-bottom: 50px;
}
.kadomaru-box.col_gr {
  border: 1px solid #578441;
}
.kadomaru-box.col_lgr {
  border: 1px solid #8F9440;
}

/*角丸ボックス内商品カートリンクボタン*/
.entry-column p.btn-attention {
  position: relative;
  display: table;
  box-sizing: border-box;
  font-size: 16px;
  width: 320px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.7;
  border-radius: 40px;
}
.entry-column p.btn-attention small {
  font-size: 14px;
}
.entry-column p.btn-attention a.jas-mark {
  padding-left: 45px;
  display: inline-block;
}
.entry-column p.btn-attention a.jas-mark:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 52px;
  height: 36px;
  background-image: url(https://mitsuono-kome.com/media/001/202108/jas-mark@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  top: 7px;
  left: 15px;
}

@media (min-width: 768px) {
  .entry-column p.btn-attention {
    width: 525px;
    font-size: 18px;
    border-radius: 20px;
  }
  .entry-column p.btn-attention a.jas-mark {
    padding-left: 45px;
    display: inline-block;
  }
  .entry-column p.btn-attention a.jas-mark:before {
    top: 4px;
  }

  .acms-col-lg-10.centered {
    margin-right: 20px;
    margin-left: 20px;
    max-width: 883px;
  }

  .narrow-container.tab-block {
    margin-right: 30px;
    margin-left: 30px;
  }
}
/*商品カートカスタムユニット*/
.entry-column h3.product_ttl {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin: 0 0 20px;
  padding: 5px 0;
}

.circle-wrap {
  display: -webkit-inline-flex;
  display: inline-flex;
}
.circle-wrap .circle {
  width: 60px;
  height: 60px;
  min-width: 60px;
  min-height: 60px;
  display: -webkit-inline-flex;
  display: inline-flex;
  background: #C38700;
  border-radius: 50%;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin-right: 5px;
}
.circle-wrap .circle.u-bg-lgr {
  background: #989F4D;
}

.product-item_ttl {
  background: #212C3E;
  color: #FEFFE0;
  position: relative;
  border: 0;
  font-family: "見出しゴMB31", "游ゴシック", "Yu Gothic Medium", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ";
  font-weight: bold;
  line-height: 1.3;
  border-radius: 40px;
  margin: 0px 0px;
  font-size: 14px;
  padding: 6px 25px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  width: 90%;
}
.product-item_ttl .ttl-wrap {
  display: inline-block;
}
.product-item_ttl .ttl-wrap small {
  font-size: 12px;
}
.product-item_ttl .jas-mark {
  padding-left: 45px;
  display: inline-block;
}
.product-item_ttl .jas-mark:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 52px;
  height: 30px;
  background-image: url(https://mitsuono-kome.com/media/001/202108/jas-mark@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  top: 8px;
  left: 15px;
}

.entry-column ul.product_sales {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  list-style-type: none;
  color: #C73D00;
  font-weight: 600;
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
.entry-column ul.product_sales a {
  color: #C73D00;
  text-decoration:none;
}
.entry-column ul.product_sales li {
  padding: 2px 0px;
  font-size: 14px;
}
.entry-column h4.item_name {
  font-family: "見出しゴMB31", "游ゴシック", "Yu Gothic Medium", Meiryo, "メイリオ", sans-serif;
  padding-left: 40px;
  font-size: 16px;
  margin-bottom: 15px;
  background-image: url(https://mitsuono-kome.com/media/001/202108/icon_cart.png);
  background-repeat: no-repeat;
  background-position: left middle;
  line-height: 2;
}
.entry-column .item_note {
  color: #C73D00;
  font-family: "見出しゴMB31", "游ゴシック", "Yu Gothic Medium", Meiryo, "メイリオ", sans-serif;
  margin-bottom: 5px;
  font-weight: 600;
}

/*add20230916*/
/*add seals */
ul.seals {
  display: flex;
  margin: 0 auto 0;
  list-style-type: none;
  flex-wrap: wrap;
  padding: 10px 32px 0;
}
.entry-column ul.seals li {
  margin: 0 auto 30px auto;
  font-size: 14px;
}
.seals_img {
  margin: 0 auto 0px;
  width: 200px;
  height: 200px;
}
.seals_point {
  text-align: center;
  margin: 10px;
  font-size: 16px;
  font-weight: bold;
}
.seals_detail {
  text-align: center;
  margin: 0 10px;
}

@media (min-width: 540px) {
  .circle {
    margin-right: 10px;
  }

  .product-item_ttl {
    font-size: 16px;
  }

  .jas-mark {
    padding-left: 70px;
  }

  .jas-mark:before {
    top: 12px;
    height: 36px;
  }

  .entry-column ul.product_sales li {
    font-size: 16px;
    padding: 0 20px;
  }
}
@media (min-width: 640px) {
  .product-item_ttl {
    margin: 10px 0;
  }
  .jas-mark:before {
    top: 10px;
  }

}
@media (min-width: 768px) {
  .entry-column h3.product_ttl {
    margin: 0 0 30px;
  }
  .entry-column ul.product_sales {
    display: block;
    overflow: hidden;
  }
  .entry-column ul.product_sales li {
    display: inline-block;
    float: left;
    padding: 2px 15px;
  }

  .circle-wrap .circle {
    margin-right: 10px;
  }

  .product-item_ttl {
    border-radius: 25px;
    width: 100%;
    font-size: 18px;
  }
  .product-item_ttl .ttl-wrap small {
    font-size: 14px;
  }
  .product-item_ttl .jas-mark:before {
    top: 5px;
    width: 52px;
    height: 36px;
  }
  /*add 20230916*/
  .seals_detail {
    margin: 0;
  }
}
@media (min-width: 883px) {
  .acms-col-lg-10.centered, .narrow-container.tab-block {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1024px) {
  .kadomaru-box {
    padding: 30px 10px 10px;
    margin-bottom: 70px;
  }

  .entry-column ul.product_sales li {
    padding: 2px 5px;
  }
}
/*--　ご注文方法　--*/
/* 1カラムラインボックス */
.lined-box {
  padding: 0px 0px;
  border: 1px solid #232C3D;
  border-radius: 4px;
  margin: 0 10px 30px;
  overflow: hidden;
}

/* 2カラムラインボックス */
.lined-box_2col {
  padding: 30px 0px;
  border: 2px solid #232C3D;
  border-radius: 10px;
  margin: 0 10px 30px;
  overflow: hidden;
}

/*.guide .lined-box_2col img:first-child {
  max-height: 77px;
}*/
.lined-box h3 {
  background: #EBEBEB;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 10px;
  margin: 0 0 20px;
}
.lined-box h3 small {
  color: #C73D00;
  font-size: 14px;
}

.lined-box h4 {
  font-size: 18px;
  margin-bottom: 10px;
}

.lined-box dl {
  margin-bottom: 40px;
  padding-left: 10px;
}

@media (min-width: 768px) {
  .lined-box, .lined-box_2col {
    margin: 0 30px 50px;
  }

  .lined-box h3 {
    padding: 10px 30px;
  }

  .lined-box h4 {
    margin-left: 25px;
    padding-left: 10px;
  }

  .lined-box dl, .lined-box p, .lined-box ul {
    padding-left: 10px;
  }
}
/*2カラムラインボックス内カプセル型タイトル*/
.entry-column p.capcel {
  background: #212C3E;
  color: #F7F742;
  font-size: 20px;
  font-family: "見出しゴMB31", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 15px;
  border-radius: 25px;
}
.entry-column p.capcel .tel-number {
  font-size: 27px;
  font-weight: 600;
  font-family: "TBUDゴシック E", "游ゴシック", "Yu Gothic Medium", Meiryo, "メイリオ", sans-serif;
}
.entry-column p.capcel a {
  color: #F7F742;
  text-decoration: none;
}

@media (min-width: 768px) {
  .entry-column p.capcel {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .entry-column p.capcel {
    font-size: 24px;
  }
  .entry-column .tel-number {
    font-size: 27px;
  }
}
/* news & blog override */
.acms-page-header {
  border-bottom: 3px solid #212C3E;
}

.blog .acms-page-header {
  border-bottom: 3px solid #BBD2AA;
}

/*ユーザープロフィール*/
.profile-info {
  text-align: center;
}

img.profile-img {
  width: 100%;
  max-width: 235px;
}

/*サイドバーのbadge上書き*/
.acms-badge {
  padding: 3px 8px;
  color: #333;
  font-weight: 700;
  background-color: #eee;
  border-radius: 12px;
  font-size: 10px;
}

.acms-label-danger {
  color: #c38700;
  background-color: #fdedc7;
}

/* ------------------------------
　　utility custom
------------------------------ */
.lite-editor-btn-group-wrap {
  padding: 5px 0px;
}

.section-heading {
  line-height: 1.6;
}

/*common*/
.centered {
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
}

/*ボタン等を囲むblock用スマホ中央よせmdで左寄せ*/
.u-al-centerleft {
  text-align: center;
  display: block;
}

/*テキスト中央よせmdでcenter*/
.u-al-leftcenter {
  text-align: left;
}

.u-al-rightcenter-lg {
  text-align: right;
}

/*スマホ中央よせlgでcenter*/
.u-al-leftcenter-lg {
  text-align: left;
}

.u-al-centerright-lg {
  text-align: center;
}

.u-al-centerleft-lg {
  text-align: center;
  display: block;
}

/*　不可視 lgまで非表示*/
.acm-hide-sp, .acm-hide-tb {
  display: none;
}

@media (min-width: 768px) {
  .acm-hide-sp {
    display: inline-block;
  }

  .acm-hide-tb {
    display: none;
  }

  .u-al-leftcenter {
    text-align: center;
  }

  .u-al-centerleft {
    text-align: left;
  }

  .u-mw600 {
    min-width: 600px;
  }
}
@media (min-width: 1024px) {
  .u-al-centerright-lg {
    text-align: right;
  }

  .u-al-rightcenter-lg {
    text-align: center;
  }

  .u-al-leftcenter-lg, .u-al-centerleft-lg {
    text-align: left;
  }

  .acm-hide-tb {
    display: inline-block;
  }
}
.u-boxed-text {
  display: inline-block;
  border: 1px solid #232C3D;
  padding: 10px;
  margin: 5px 0;
}

.u-dp-inblock {
  display: inline-block;
}

.u-dp-inline {
  display: inline;
}

.u-dp-block {
  display: block;
}

.u-fw-normal {
  font-weight: normal;
}

strong, .u-fw-600 {
  font-weight: 600;
}

.u-lh-140, .entry-column p.u-lh-140 {
  line-height: 1.4;
}

u-lh-180, .entry-column p.u-lh-180 {
  line-height: 1.8;
}

.u-lh-200, .entry-column p.u-lh-200 {
  line-height: 2;
}

.u-tbg-yl {
  background: #FFFB93;
}

.u-fs-xs {
  font-size: 12px;
}

.u-fs-ss {
  font-size: 13px;
}

.u-fs-s {
  font-size: 14px;
}

.u-fs-m {
  font-size: 16px;
}

.u-fs-l {
  font-size: 18px;
}

.u-fs-ll {
  font-size: 24px;
}

.u-fs-xl {
  font-size: 30px;
}

.u-bg-lgr {
  background: #989F4D;
}

.u-bg-dgr {
  background: #578441;
}

.u-bg-yl {
  background: #FEFFE0;
}

/*edit.js light-editor*/
small {
  font-size: 90%;
}

.u-fs12, .entry-column p.u-fs12, .u-fs-xs, .entry-column p.u-fs12 {
  font-size: 12px;
}

.u-fs14, .entry-column p.u-fs14 {
  font-size: 14px;
}

.u-fs15, .entry-column p.u-fs15 {
  font-size: 15px;
}

/*add20230916*/
.u-fs16, .entry-column p.u-fs16 {
  font-size: 16px;
}

.u-fs18, .entry-column p.u-fs18 {
  font-size: 18px;
}

.u-fs24, .entry-column p.u-fs24 {
  font-size: 24px;
}

.u-fs30, .entry-column p.u-fs30 {
  font-size: 30px;
}

.u-txc-nv {
  color: #212C3E;
}

.u-txc-or {
  color: #C38700;
}
.u-txc-or a {
  color: #C38700;
}

.u-txc-ygr {
  color: #8D952F;
}

.u-txc-lgr {
  color: #BBD2AA;
}

.u-txc-dgr {
  color: #578441;
}

.u-txc-bl {
  color: #125a7b;
}

.u-txc-rd {
  color: #C73D00;
}

.u-txc-wh {
  color: #fff;
}

/* margin padding mixin*/
.u-mt0 {
  margin-top: 0px !important;
}

.entry-column p.u-mt0 {
  margin-top: 0px !important;
}

.u-pt0 {
  padding-top: 0px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.entry-column p.u-mb0 {
  margin-bottom: 0px !important;
}

.u-pb0 {
  padding-bottom: 0px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.entry-column p.u-mt5 {
  margin-top: 5px !important;
}

.u-pt5 {
  padding-top: 5px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.entry-column p.u-mb5 {
  margin-bottom: 5px !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.entry-column p.u-mt10 {
  margin-top: 10px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.entry-column p.u-mb10 {
  margin-bottom: 10px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.entry-column p.u-mt15 {
  margin-top: 15px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.entry-column p.u-mb15 {
  margin-bottom: 15px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.entry-column p.u-mt20 {
  margin-top: 20px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.entry-column p.u-mb20 {
  margin-bottom: 20px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.entry-column p.u-mt25 {
  margin-top: 25px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.entry-column p.u-mb25 {
  margin-bottom: 25px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.entry-column p.u-mt30 {
  margin-top: 30px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.entry-column p.u-mb30 {
  margin-bottom: 30px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.entry-column p.u-mt40 {
  margin-top: 40px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.entry-column p.u-mb40 {
  margin-bottom: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.entry-column p.u-mt50 {
  margin-top: 50px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.entry-column p.u-mb50 {
  margin-bottom: 50px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.entry-column p.u-mt60 {
  margin-top: 60px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.entry-column p.u-mb60 {
  margin-bottom: 60px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.entry-column p.u-mt70 {
  margin-top: 70px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.entry-column p.u-mb70 {
  margin-bottom: 70px !important;
}

.u-pb70 {
  padding-bottom: 70px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.entry-column p.u-mt80 {
  margin-top: 80px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.entry-column p.u-mb80 {
  margin-bottom: 80px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.entry-column p.u-mt100 {
  margin-top: 100px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.entry-column p.u-mb100 {
  margin-bottom: 100px !important;
}

.u-pb100 {
  padding-bottom: 100px !important;
}

.u-mr0 {
  margin-right: 0px !important;
}

.entry-column p.u-mr0 {
  margin-right: 0px !important;
}

.u-pr0 {
  padding-right: 0px !important;
}

.u-ml0 {
  margin-left: 0px !important;
}

.entry-column p.u-ml0 {
  margin-left: 0px !important;
}

.u-pl0 {
  padding-left: 0px !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.entry-column p.u-mr5 {
  margin-right: 5px !important;
}

.u-pr5 {
  padding-right: 5px !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.entry-column p.u-ml5 {
  margin-left: 5px !important;
}

.u-pl5 {
  padding-left: 5px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.entry-column p.u-mr10 {
  margin-right: 10px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.entry-column p.u-ml10 {
  margin-left: 10px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.entry-column p.u-mr15 {
  margin-right: 15px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.entry-column p.u-ml15 {
  margin-left: 15px !important;
}

.u-pl15 {
  padding-left: 15px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.entry-column p.u-mr20 {
  margin-right: 20px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.entry-column p.u-ml20 {
  margin-left: 20px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.entry-column p.u-mr30 {
  margin-right: 30px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.entry-column p.u-ml30 {
  margin-left: 30px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.entry-column p.u-mr40 {
  margin-right: 40px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.entry-column p.u-ml40 {
  margin-left: 40px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.entry-column p.u-mr50 {
  margin-right: 50px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.entry-column p.u-ml50 {
  margin-left: 50px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

.entry-column ul.u-mb0 {
  margin-bottom: 0px !important;
}

.entry-column ol.u-mb0 {
  margin-bottom: 0px !important;
}

.entry-column dl.u-mb0 {
  margin-bottom: 0px !important;
}

.entry-column ul.u-mb30 {
  margin-bottom: 30px !important;
}

.entry-column ol.u-mb30 {
  margin-bottom: 30px !important;
}

.entry-column dl.u-mb30 {
  margin-bottom: 30px !important;
}

.entry-column ul.u-mb50 {
  margin-bottom: 50px !important;
}

.entry-column ol.u-mb50 {
  margin-bottom: 50px !important;
}

.entry-column dl.u-mb50 {
  margin-bottom: 50px !important;
}

/* ------------------------------
　　フッター
------------------------------ */
/* フッター内会社情報 */
.foot-wrapper {
  padding: 30px 0;
  background: #212C3E;
  font-weight: 600;
}

.company-about {
  margin: 0 0 50px 0;
  color: #FEFFE0;
}

.company-name {
  margin: 0 0 20px 0;
  color: #FEFFE0;
  border-bottom: 3px solid #FEFFE0;
  font-size: 20px;
  font-style: normal;
}

.company-detail {
  margin: 0 0 5px 0;
  padding: 0;
  color: #FEFFE0;
  font-style: normal;
}
.company-detail a {
  color: #FEFFE0;
}
.company-detail a:hover {
  text-decoration: underline;
}

/* フッターナビゲーション */
.footer-nav {
  float: right;
  width: 470px;
  max-width: 100%;
  margin: 0 -10px;
}

.footer-nav-item {
  display: block;
  float: left;
  width: 50%;
  margin: 0 0 10px 0;
  padding: 0 10px;
  vertical-align: top;
  box-sizing: border-box;
}

.footer-nav-title {
  margin: 0 0 5px 0;
  color: #fff;
  font-size: 16px;
}

.footer-nav-list {
  margin: 0;
  padding: 0;
  color: #FEFFE0;
  font-size: 15px;
  list-style: none;
  font-weight: normal;
}
.footer-nav-list li {
  line-height: 1.6;
}
.footer-nav-list li .c_2 {
  margin-left: 1em;
}
.footer-nav-list a {
  color: #FEFFE0;
}

@media screen and (max-width: 767px) {
  .footer-nav {
    display: none;
  }
}
/* ページの上に戻るボタン */
.page-top a:focus {
  display: block;
}

.page-top-btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
  display: block;
  width: 56px;
  height: 56px;
  border: 1px solid #f0f1d9;
  border-radius: 50%;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  background: #FEFFE0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  right: calc(20px + constant(safe-area-inset-right));
  opacity: 0;
  transition: opacity 0.2s ease-out;
  box-shadow: 1px 2px 3px 0px #bfbfbf;
}
.no-js .page-top-btn {
  /* jsが無効の環境のとき */
  opacity: 0.6;
}

.page-top-btn:before {
  content: "";
  text-align: center;
  width: 26px;
  height: 15px;
  background-image: url(https://mitsuono-kome.com/media/001/202108/pagetop-arrow.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 20px;
  left: 15px;
  z-index: 10;
}

.page-top-btn-appear {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .page-top-btn {
    /*display: none;*/
  }
}
@media screen and (min-width: 768px) {
  .page-top-btn:hover {
    opacity: 0.8;
    transition: opacity 0.25s linear;
  }
}
/* フッター内各SNSアカウントのリンク集 */
.sns-list {
  margin: 0 -5px 30px 15px;
  padding: 0;
  list-style: none;
}

.sns-list-item {
  float: left;
  margin: 0 10px;
}
.sns-list-item a:hover, .sns-list-item a:visited, .sns-list-item a:active, .sns-list-item a:focus {
  text-decoration: none;
}

/* 各種SNSボタン */
.sns-list-item .sns-list-facebook {
  /* Facebook */
  display: block;
  width: 30px;
  height: 30px;
  color: #FEFFE0;
  line-height: 1.5;
  text-align: center;
  background: #1877f2;
  border-radius: 4px;
  font-size: 19px;
}
.sns-list-item .sns-list-facebook:before {
  vertical-align: middle;
}
.sns-list-item .sns-list-twitter {
  /* Twitter */
  display: block;
  width: 30px;
  height: 30px;
  color: #FEFFE0;
  line-height: 1.5;
  text-align: center;
  background: #55ACEE;
  border-radius: 4px;
  font-size: 19px;
}
.sns-list-item .sns-list-twitter:before {
  vertical-align: middle;
}
.sns-list-item .sns-list-youtube {
  /* YouTube */
  display: block;
  width: 30px;
  height: 30px;
  color: #FEFFE0;
  line-height: 1.5;
  text-align: center;
  background: #CD201F;
  border-radius: 4px;
  font-size: 19px;
}
.sns-list-item .sns-list-youtube:before {
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .sns-list {
    float: right;
    margin: 0 -10px;
  }

  .sns-list-item {
    margin: 10px;
  }
  .sns-list-item a:hover {
    opacity: 0.8;
    transition: opacity 0.25s linear;
  }
}
/* 著作権表示 */
.copyright {
  position: relative;
  margin: 0;
  color: #FEFFE0;
  font-weight: normal;
  font-size: 14px;
}
.copyright .sns-list {
  position: absolute;
  right: 120px;
  top: -10px;
}

.copyright-text {
  margin: 0 auto;
}

.copryright-logo {
  vertical-align: middle;
}

/* ------------------------------
　　ヘッダー
------------------------------ */
.head-wrapper {
  height: 80px;
}

.header {
  font-family: "見出しゴMB31", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-content: center;
          align-content: center;
  z-index: 9999;
}

.header-logo {
  padding: 0 5px;
}

.header-nav {
  position: relative;
  display: none;
}

/* サイト名 */
.site-name {
  margin: 0 0;
  height: 80px;
  font-size: 24px;
  color: #212C3E;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
}
.site-name a {
  color: #212C3E;
}
.site-name a:hover, .site-name a:focus, .site-name a:active, .site-name a:visited {
  color: #212C3E;
}

.site-name-text {
  display: inline;
  vertical-align: middle;
}

.site-logo {
  display: inline-block;
  width: 160px;
  height: auto;
  margin: 0 10px 0 0;
  vertical-align: middle;
}

/*-- 右サイト情報枠 --*/
.site-info {
  display: none;
}

.site-description_inner {
  display: flex;
          justify-content: flex-end;
          flex-wrap: nowrap;
}
.site-description_inner.tel-wrapper {
  align-items: center;
}
.site-description_inner a:hover {
  text-decoration: none;
}

.site-description_text {
  font-size: 12px;
  letter-spacing: 1px;
  margin-right: 18px;
  font-weight: 600;
  text-align: right;
}

.site-description_mark {
  position: relative;
  border-radius: 50%;
  color: #C38700;
  line-height: 1.1;
  border: 1px solid #C38700;
  width: 50px;
  height: 50px;
  margin-right: 12px;
  font-size: 14px;
}
.site-description_mark span {
  position: absolute;
  display: inline-block;
  text-align: center;
  top: 11px;
  left: 0%;
  right: 0%;
}
.site-description_mark .z-arrow {
  position: absolute;
  left: 45px;
  top: 16px;
  z-index: 5;
}

.site-description_tel {
  display: flex;
          align-items: center;
  line-height: 1.25;
  color: #C38700;
}
.site-description_tel a {
  color: #C38700;
  text-align: right;
}

.tel-number {
  font-size: 25px;
  font-family: "TBUDゴシック E", "游ゴシック", "Yu Gothic Medium", Meiryo, "メイリオ", sans-serif;
  letter-spacing: 1px;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .head-wrapper, .site-name {
    height: 200px;
  }

  .header {
    position: unset;
    background: transparent;
  }

  .site-logo {
    width: 263px;
  }

  .site-info {
    display: block;
    margin-top: 18px;
  }

  .header-nav {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
    margin-top: 38px;
  }
}
/* ------------------------------
　　モバイルツール枠
------------------------------ */
.site-header {
  position: fixed;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  padding: 20px 10px 0;
  width: auto;
  background: transparent;
  padding: 0 calc(5px + constant(safe-area-inset-right)) 0 calc(5px + constant(safe-area-inset-left));
  box-sizing: border-box;
}

.site-header_nav {
  display: -webkit-flex;
  display: flex;
}
.site-header_nav a {
  margin-left: 10px;
}

.nav-menu-link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 120px;
  height: 43px;
  border-radius: 99em;
  background: #C38700;
  color: #FEFFE0;
  text-align: center;
  font-size: 12px;
  line-height: 1.333;
}

.nav-menu-link a, .nav-menu-link a:hover {
  color: #FEFFE0;
  background: #C38700;
  text-decoration: none;
}

/* ------------------------------
　　PC ナビゲーション
------------------------------ */
.navbar {
  display: none;
  width: 100%;
}
.navbar.acms-admin-module-edit-wrapper {
  z-index: 1;
}
.navbar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  place-content: center space-between;
  float: none;
}
.navbar li a {
  display: block;
  font-size: 15px;
  padding: 10px;
  color: #212C3E;
  font-weight: bold;
  font-size: 16px;
}
.navbar li a:hover, .navbar li a:focus, .navbar li a:active {
  color: #4E6384;
  text-decoration: none;
  /*メニューhoverの短下線*/
}
.navbar li a:hover:before, .navbar li a:focus:before, .navbar li a:active:before {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  width: 47px;
  content: "";
  margin: 0 auto;
  border-bottom: 3px solid #D3B86C;
}

@media (min-width: 1024px) {
  .navbar {
    display: inline-block;
    vertical-align: middle;
  }
  .navbar > ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    place-content: center space-between;
    padding: 0;
    list-style: none;
    /*font-size: 15px;*/
    font-size: 14px;
  }
  .header-stack .navbar > ul {
    display: table;
    float: none;
    width: 100%;
    table-layout: fixed;
    border-right: 1px solid #EEE;
  }
  .navbar li {
    position: relative;
    float: left;
    display: -webkit-flex;
    display: flex;
    place-items: center;
    /*margin: 0 8px;*/
    margin: 0 3px;
    text-align: center;
    vertical-align: middle;
  }
  .header-stack .navbar li.navbar-btn {
    padding: 0 10px;
  }
  .header-stack .navbar li {
    display: table-cell;
    float: none;
    border-left: 1px solid #EEE;
  }
  .navbar li.navbar-btn {
    /*メニュー間隔調整*/
    margin-left: 30px;
  }
  .navbar li.navbar-btn:last-child {
    margin-left: 0px;
  }
  .navbar li ul {
    /* 二階層目 */
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    min-width: 200px;
  }
  .navbar li li {
    margin: 0;
  }
  .header-stack .navbar li li {
    display: block;
    border: 0;
  }
  .navbar li a {
    /* 一階層目のリンクのみ */
    padding: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
  }
  .header-stack .navbar li a {
    display: block;
    padding: 10px;
    font-size: 16px;
  }
  .navbar li.stay a {
    /* 一階層目のリンクのみ */
    /*border-bottom: 4px solid $primary-color;*/
    border-bottom: 3px solid #D3B86C;
    /*メニューのstay時下線 仮*/
  }
  .navbar li.stay a.btn-attention {
    border: 0;
  }
  .navbar li:hover ul {
    /* 二階層目 */
    z-index: 10000;
    display: block;
    -webkit-animation: 0.8s fade-in;
    animation: 0.8s fade-in;
  }
  .navbar li:hover a {
    /* 一階層目のリンクのみ */
    border-bottom: 3px solid #fff;
    /*メニューのhover時下線*/
  }
  .navbar li:hover a.btn-attention {
    border: 0;
  }
  .navbar li:hover li a {
    border: 0;
  }
  .navbar li li {
    /* 二階層目以降 */
    display: block;
    float: none;
    text-align: left;
    background: #f7f7f7;
    border: 0;
    color: #444;
    font-size: 14px;
    font-weight: normal;
    border-top: 1px solid #e3e3e3;
    padding: 0;
    margin: 0;
  }
  .navbar li li:first-child {
    border: 0;
  }
  .navbar li li a {
    color: #444;
    font-size: 14px;
    font-weight: normal;
    border: 0;
    padding: 7px 10px;
    margin: 0;
  }
  .navbar li li a:hover {
    color: #212C3E;
    background: #f5f0df;
    border: 0;
  }
  .navbar li li a:hover:before {
    border-bottom: transparent;
  }
  .navbar a.btn-attention {
    /* ボタン（色付き） */
    background: #d3b86c;
    color: #FEFFE0;
    display: inline-block;
    padding: 6px 15px 6px 15px;
    border-radius: 20px;
    margin: 5px 0;
    font-size: 14px;
    font-size: 14px;
    border-radius: 20px;
    border: 0;
  }
  .navbar a.btn-attention:hover {
    color: #FEFFE0;
    background-color: #212C3E;
    background-image: linear-gradient(to bottom, #212C3E, #212C3E);
    border: 0;
  }
  .navbar a.btn-attention:active, .navbar a.btn-attention:focus {
    background: #4E6384;
  }
}
@media (min-width: 1024px) {
  .navbar ul li a {
    font-size: 14px;
    margin: 0 5px;
  }

  .navbar ul li li a {
    /*2階層目*/
    font-size: 14px;
    margin: 0px;
  }
}
@media (min-width: 1060px) {
  .navbar ul li a {
    font-size: 15px;
  }

  .navbar ul li li a {
    /*2階層目*/
    margin: 0;
    font-size: 14px;
  }
}
@media (min-width: 1160px) {
  .navbar ul li a {
    margin: 0 8px;
  }

  .navbar ul li li a {
    /*2階層目*/
    margin: 0;
  }
}
@media (min-width: 1260px) {
  .navbar ul li a {
    margin: 0 10px;
    font-size: 16px;
  }

  .navbar ul li li a {
    margin: 0;
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  .navbar ul li a {
    margin: 0 12px;
  }

  .navbar ul li li a {
    margin: 0;
  }
}
/* ------------------------------
　site-description内サイドメニュー
------------------------------ */
.navbar-side {
  font-size: 13px;
  text-align: center;
}

.navbar-side-list {
  display: inline-block;
  margin: 0 0 10px;
  padding: 0;
  overflow: hidden;
  list-style: none;
}

.navbar-side-item {
  position: relative;
  display: inline-block;
  color: #FEFFE0;
}
.navbar-side-item a {
  background: #212C3E;
  color: #FEFFE0;
  padding: 3px 15px;
  border-radius: 20px;
  margin: 0 0 0 10px;
  border-radius: 20px;
  text-decoration: none;
}
.navbar-side-item a .acms-icon-arrow-small-right {
  display: none;
}
.navbar-side-item a:hover {
  background: #4E6384;
  color: #FEFFE0;
}

.navbar-side-link {
  display: inline-block;
  padding: 4px 14px 4px 10px;
  color: #FFF;
}
.navbar-side-link [class*=acms-icon] {
  margin: -2px 5px 0 0;
}
.navbar-side-link:hover, .navbar-side-link:visited, .navbar-side-link:active, .navbar-side-link:focus {
  color: #FFF;
}
.navbar-side-link:hover [class*=acms-icon] {
  text-decoration: none;
}

/* ------------------------------
　　モバイルメニュー
------------------------------ */
/* スマホナビボタン */
.nav-menu-btn {
  display: inline-block;
  width: 43px;
  height: 43px;
  background: #212C3E;
  border-radius: 50%;
  font-size: 15px;
  text-align: center;
  color: #FEFFE0;
  box-sizing: border-box;
}
.nav-menu-btn a {
  color: #FEFFE0;
}
.nav-menu-btn:hover {
  color: #FEFFE0;
  text-decoration: none;
}
.nav-menu-btn .acms-icon-sort {
  display: inline-block;
}

a.nav-menu-action-link {
  padding-top: 10px;
  width: 43px;
  height: 43px;
  color: #FEFFE0;
  background: #C38700;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
  border-radius: 50%;
}

/* トグルメニューアイコン */
.icon-toggle-menu {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 2px;
  background-color: #FEFFE0;
  border-radius: 1px;
  transition: 0.1s all;
}
.icon-toggle-menu:after {
  position: absolute;
  display: block;
  width: 18px;
  height: 2px;
  background-color: #FEFFE0;
  border-radius: 1px;
  transition: 0.3s all;
  content: "";
}
.icon-toggle-menu:after {
  top: 10px;
}
[aria-expanded=true] .icon-toggle-menu {
  width: 18px;
  -webkit-transform: translate(0px, 5px) rotate(45deg);
          transform: translate(0px, 5px) rotate(45deg);
}
[aria-expanded=true] .icon-toggle-menu:after {
  width: 18px;
  -webkit-transform: translate(0px, -10px) rotate(-90deg);
          transform: translate(0px, -10px) rotate(-90deg);
}

/* ナビゲーションバー */
@media (max-width: 1023px) {
  .acms-container.full-container {
    padding-left: 0;
  }

  .is-locked {
    overflow: hidden;
  }

  /*open表示*/
  .mobile-nav {
    position: fixed;
    top: 80px;
    left: 0;
    z-index: 1000;
    display: none;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    /*padding-top: $header-height;*/
    padding-top: 0px;
    border-top: 1px solid #ececec;
    background-color: #fff;
    opacity: 0;
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-duration: 0.3s;
    transition-property: all;
  }
  .mobile-nav.is-active {
    display: block;
  }
  .mobile-nav.is-opened {
    opacity: 1;
  }

  .mobile-nav-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .mobile-nav-inner {
    padding: 0 20px;
  }
  .mobile-nav-inner + .mobile-nav-inner {
    border-top: 1px solid #CCC;
  }

  .mobile-navbar {
    width: 100%;
  }

  .mobile-navbar-list {
    display: block;
    margin: 20px 0;
    padding: 0;
    line-height: 2.4;
    list-style: none;
    font-size: 18px;
  }
  .mobile-navbar-list li {
    display: block;
  }
  .mobile-navbar-list a {
    display: block;
  }
  .mobile-navbar-list a:not(.btn-attention),
.mobile-navbar-list a:not(.btn-attention):hover,
.mobile-navbar-list a:not(.btn-attention):visited,
.mobile-navbar-list a:not(.btn-attention):active,
.mobile-navbar-list a:not(.btn-attention):focus {
    color: #212C3E;
    text-decoration: none;
  }
  .mobile-navbar-list a.btn-attention {
    font-weight: 600;
    background: transparent;
    border: 1px solid #212C3E;
    color: #212C3E;
    text-align: center;
    font-size: 16px;
  }
  .mobile-navbar-list .mobile-navbar-list {
    margin: -5px 0 10px 10px;
    line-height: 2;
    font-size: 16px;
  }
  .mobile-navbar-list .mobile-navbar-list a:not(.btn-attention),
.mobile-navbar-list .mobile-navbar-list a:not(.btn-attention):hover,
.mobile-navbar-list .mobile-navbar-list a:not(.btn-attention):visited,
.mobile-navbar-list .mobile-navbar-list a:not(.btn-attention):active,
.mobile-navbar-list .mobile-navbar-list a:not(.btn-attention):focus {
    color: #4E6384;
    text-decoration: none;
  }

  .mobile-nav-side {
    margin: 20px 0;
  }

  .mobile-nav-side-list {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .mobile-nav-side-item {
    display: block;
    margin: 0 0 10px 0;
  }

  .mobile-nav-side-link {
    color: #333;
    display: block;
  }
  .mobile-nav-side-link:hover, .mobile-nav-side-link:visited, .mobile-nav-side-link:active, .mobile-nav-side-link:focus {
    color: #333;
  }

  .mobile-navbar-footer {
    margin: 15px 0 100px 0;
    text-align: center;
  }
  .mobile-navbar-footer .sns-list {
    margin: 0 0 20px;
  }
}
#nextTagTitle a {
  margin-left: 14px;
}