@charset "utf-8";
/*
Theme Name: maebashi-bussan
Theme URI: http://www.moteco-publishing.co.jp/
Description: maebashi-bussan
Version: 1.0
*/

/*---------------------- 全体設定 ----------------------------------*/
@font-face {
  font-family: "WebSubsetFont";
  src: url("fonts/WebSubsetFont.eot");
  src: url("fonts/WebSubsetFont.eot?iefix") format("eot"),
    url("fonts/WebSubsetFont.woff") format("woff"),
    url("fonts/WebSubsetFont.ttf") format("truetype"),
    url("fonts/WebSubsetFont.svg#webfontjSpbZQRv") format("svg");
}

html {
  font-size: 10px;
}

body {
  background: #fff;
  /*color:#585757;*/
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  /*  font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
*/
  /*Win游ゴシック体、Macヒラギノ角ゴシック*/
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  position: relative;
  z-index: 0;
  overflow-x: hidden;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  -webkit-text-size-adjust: 100%;
}

h1 {
  font-size: 24px;
  font-size: 2.4rem;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  display: table;
  margin: 90px auto 90px;
}

h1,
h2,
nav,
.menu-main-menu-container,
.breadcrumbs,
.date,
.ichiban-bg,
.recommend-bg,
.shopping-bg,
.font-title {
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  /* font-family: 'WebSubsetFont'; */
}

h2 {
  font-size: 32px;
  font-size: 3.2rem;
  margin: 150px auto 15px;
  display: table;
  text-align: center;
}

h1 + h2 {
  margin: 90px auto 15px;
}

h2 + .bg-content {
  margin-top: -25px;
}

h2 .heading-logo {
  width: 200px;
  max-width: 100%;
}

h3 {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 30px 0;
  margin: 15px auto;
  display: table;
}

.date {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 auto 30px;
  display: table;
}

.bg-content {
  background-color: #e6e6e6;
  margin-bottom: 150px;
  padding: 70px 0;
}

.index .bg-content {
  padding: 30px 0;
}

p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  margin-bottom: 30px;
  margin-top: 1em;
}

.index p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.3;
}

/*-------- リンク設定 ----------*/
a {
  color: #000000;
  text-decoration: none;
}

a:hover,
a.btn-default:hover {
  color: #891f24;
  text-decoration: none;
  border-color: #891f24;
}

p a,
dl a {
  text-decoration: underline;
}

p a:hover,
dl a:hover,
a:visited {
  text-decoration: underline;
}

/* ---- リスト設定 ---- */
ol,
ul {
  list-style: none;
  list-style-type: none;
}

/*==================================================
-- :bootstrap 調整css start
================================================== */
ul {
  padding: 0;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
a.btn {
  font-size: 16px;
  font-size: 1.6rem;
  white-space: normal;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  padding: 10px 1em;
}

a.btn-default {
  font-size: 16px;
  font-size: 1.6rem;
  border-color: #000;
  text-decoration: none;
}

a.btn:hover {
  opacity: 0.8;
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 1);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #891f24;
}

/* --- row調整css --- */
/* .row の左右のネガティブマージンを0にする */
.row-nomargin {
  margin-left: 0;
  margin-right: 0;
}

/*.rowのの中にあるカラムの左右のパディングを調整する*/
.row-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.row-0 > [class*="col-"] {
  padding-right: 0px;
  padding-left: 0px;
}

.row-10 {
  margin-left: -5px;
  margin-right: -5px;
}

.row-10 > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.row-15 {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.row-15 > [class*="col-"] {
  padding-right: 7.5px;
  padding-left: 7.5px;
}

.row-20 {
  margin-left: -10px;
  margin-right: -10px;
}

.row-20 > [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
}

.row-30 {
  margin-left: -15px;
  margin-right: -15px;
}

.row-30 > [class*="col-"] {
  padding-right: 15px;
  padding-left: 15px;
}

.row-40 {
  margin-left: -20px;
  margin-right: -20px;
}

.row-40 > [class*="col-"] {
  padding-right: 20px;
  padding-left: 20px;
}

.row-50 {
  margin-left: -25px;
  margin-right: -25px;
}

.row-50 > [class*="col-"] {
  padding-right: 25px;
  padding-left: 25px;
}

/* img-responsive画像を中央寄せ */
.img-responsive,
.img-fluid {
  margin: 0 auto 0px auto;
  display: block;
}

.img-max-width {
  width: 100%;
}

.img-border {
  border: 1px solid #e6e6e6;
}

/* dl疑似テーブル bootstrap4 start--- */
dl.dl1 {
  font-size: 14px;
  font-size: 1.4rem;
}

dl.dl1 dt {
  background: #000;
  color: #fff;
  padding: 5px;
  text-align: center;
}

dl.dl1 dd {
  margin-bottom: 20px;
  padding: 10px 0px 0px 0px;
}

dl.dl2 {
  border-bottom: 1px solid #cccccc;
  border-top: none;
  width: 100%;
}

dl.dl2 dt {
  /*  padding: 40px 0px 10px 0px;*/
  padding-top: 40px;
  padding-bottom: 10px;
  line-height: 2;
  border-top: 1px solid;
}

dl.dl2 dd {
  /*  padding: 0px 0px 40px 0px;*/
  padding-bottom: 40px;
  line-height: 2;
  margin-bottom: 0;
}

dl.dl2.noborder {
  border-top: 1px solid #cccccc;
  padding-top: 40px;
}

dl.dl-horizontal.dl2.noborder dt,
dl.dl-horizontal.dl2.noborder dd {
  border-top: none;
  padding-top: 0;
}

@media screen and (min-width: 768px) {
  dl.dl-horizontal dt {
    float: left;
    width: 20%;
    /*dt幅・同じ値*/
    overflow: hidden;
    /*clear: left;*/
    /*text-align: left;*/
    text-overflow: ellipsis;
    white-space: normal;
  }

  dl.dl-horizontal dd {
    margin-left: 20%;
    /*dt幅・同じ値*/
  }

  dl.dl-fake-table dt {
    margin: 0;
    border-top: 1px solid;
  }

  dl.dl-fake-table dd {
    border-top: 1px solid;
  }

  dl.dl2 dt {
    margin: 0;
    padding: 40px 10px 40px 0px;
    clear: left;
    float: left;
    width: 20%;
  }

  dl.dl2 dd {
    border-top: 1px solid;
    padding: 40px 0px 40px 10px;
    float: left;
    width: 80%;
    margin-left: 0;
  }

  dl.dl1 dd {
    padding: 5px 0px 0px 10px;
  }
}

dl.dl-horizontal {
  margin-right: 0;
  margin-left: 0;
  margin-top: 1em;
  margin-bottom: 1em;
}

dl.dl-fake-table {
  border-bottom: 1px solid;
  border-top: none;
  width: 100%;
}

dl.dl-fake-table dt {
  padding: 10px;
  line-height: 1.2;
  border-top: 1px solid;
}

dl.dl-fake-table dd {
  padding: 10px;
  line-height: 1.2;
  margin-bottom: 0;
}

/*個別設定値・色フォント---適宜変更*/
dl.dl-fake-table {
  font-family: ヒラギノ角ゴ W3 JIS2004, Hiragino Kaku Gothic W3 JIS2004;
  border-color: #cccccc;
  font-size: 14px;
  font-size: 1.4rem;
}

dl.dl-fake-table dt {
  font-family: ヒラギノ角ゴ W6 JIS2004, Hiragino Kaku Gothic W6 JIS2004;
  font-weight: bold;
  border-color: #bfbfbf;
}

dl.dl-fake-table dd {
  border-color: #bfbfbf;
}

dl.dl2 {
  font-family: ヒラギノ角ゴ W3 JIS2004, Hiragino Kaku Gothic W3 JIS2004;
  border-color: #cccccc;
  display: inline-block;
}

dl.dl2 dt {
  font-family: ヒラギノ角ゴ W6 JIS2004, Hiragino Kaku Gothic W6 JIS2004;
  font-weight: bold;
  border-color: #bfbfbf;
}

dl.dl2 dd {
  border-color: #bfbfbf;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.286;
}

dl.dl2 dd .trim-pict {
  width: auto;
  margin-bottom: 1.5rem;
}

dl.dl2.spot-list dt,
dl.dl2.spot-list dd {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
}

/* dl疑似テーブル bootstrap4  end--- */

dl.dl-noborder dt,
dl.dl-noborder dd {
  padding: 0;
  font-weight: normal;
  border: none;
  line-height: 1.5em;
}

@media screen and (min-width: 545px) {
  dl.dl-noborder dt {
    float: left;
    width: 20%;
    overflow: hidden;
  }

  dl.dl-noborder dd {
    /*    margin-left: 20%;*/
  }
}

dl.dl-noborder dd {
  padding-bottom: 10px;
}

@media only screen and (min-width: 0) and (max-width: 767px) {
  /*テーブルXY入れ替え
  class属性にtable-change-rowAndColを追加*/
  .table-change-rowAndCol {
    display: block;
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }

  .table-change-rowAndCol thead {
    display: block;
    float: none;
    /* IE9以下 */
    float: left;
    overflow-x: scroll;
  }

  .table-change-rowAndCol tbody {
    display: block;
    width: auto;
    overflow-x: auto;
    white-space: nowrap;
  }

  .table-change-rowAndCol thead th {
    display: block;
    width: auto;
    border-bottom-width: 1px;
  }

  .table-change-rowAndCol tbody tr {
    display: block;
    margin: 0;
  }

  .table-change-rowAndCol td {
    display: block;
  }
}

/*==================================================
-- :　カラム５等分するCSS
================================================== */
.col-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5,
.col-xl-1-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-1-5 {
  width: 20%;
  float: left;
}

@media screen and (min-width: 768px) {
  .col-sm-1-5 {
    width: 20%;
    float: left;
  }
}

@media screen and (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
    float: left;
  }
}

@media screen and (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
    float: left;
  }
}

@media screen and (min-width: 1200px) {
  .col-xl-1-5 {
    width: 20%;
    float: left;
  }
}

/*==================================================
-- :bootstrap 調整css  end
================================================== */
/*---------------------- 全体設定 end----------------------------------*/
/*--------------------------- ヘッダー header.php ----------------------------------*/
@media screen and (max-width: 767px) {
  #header {
    text-align: right;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
  }

  #header nav.navbar {
    text-align: right;
  }

  #header ul#menu-main-menu {
    margin: 0 15px;
    text-align: center;
  }

  #menu-main-menu.navbar-nav li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }

  #menu-main-menu.navbar-nav li:not(:first-child) {
    padding-left: 0;
  }

  #menu-main-menu.navbar-nav li:not(:last-child) a:after {
    content: "";
    padding-left: 0;
  }
}

.nav-link {
  padding: 0.5em 0.5em;
}

.dropdown-menu {
  font-size: 1.6rem;
  text-align: center;
  opacity: 0;
  height: 0;
  padding: 0;
  display: block;
  transition: all 0.2s ease;
  pointer-events: none;
}
.show > .dropdown-menu {
  display: block;
  transition: all 0.5s ease;
  opacity: 1;
  height: auto;
  padding: 0.5rem 0;
  pointer-events: all;
}
@media screen and (max-width: 767px) {
  .dropdown-menu {
    border-right: none;
    border-left: none;
  }
}
.brand-position-pc {
  text-align: center;
  padding-top: 70px;
  padding-bottom: 40px;
}

.brand-position-sp {
  text-align: center;
  height: 44px;
  margin: 15px 0 40px 0;
}

.brand-position-sp .navbar-brand {
  margin-right: 45px;
  margin-left: 15px;
}

.brand-position-sp .navbar-brand img {
  width: 100%;
}

#header #menu-main-menu {
  margin: 0 auto;
}

.navbar {
  padding: 0;
}

.bg-faded {
  background: rgba(255, 255, 255, 0);
}

@media screen and (max-width: 767px) {
  .bg-faded {
    background: rgba(255, 255, 255, 0.8);
  }
}

.navbar-light .navbar-toggler {
  border-color: rgba(0, 0, 0, 0);
  margin: 15px 0;
}

.navbar-nav > li:not(:last-child):after,
#menu-main-menu-1 > li:not(:last-child):after {
  content: "/";
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  padding: 0.5em 0;
}

.navbar-nav li:not(:last-child),
#menu-main-menu-1 li:not(:last-child) {
  padding-right: 3em;
  margin-right: 2em;
  position: relative;
}

@media screen and (max-width: 767px) {
  .navbar-nav li:not(:last-child):after,
  #menu-main-menu-1 li:not(:last-child):after {
    content: none;
  }

  .navbar-nav li:not(:last-child),
  #menu-main-menu-1 li:not(:last-child) {
    padding-right: 0;
    margin-right: 0;
  }
}

.navbar-light .navbar-toggler-icon {
  background-image: url("images/icon_nav.svg");
}
.home .nav-item-1917 {
  display: none;
}
.home .navbar-nav > li:nth-last-of-type(2)::after,
.home #menu-main-menu-1 > li:nth-last-of-type(2)::after {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .map-icon {
    display: none;
  }
  .home .nav-item-1917 {
    display: block;
  }
}
/*--------------------------- ヘッダー header.php end----------------------------------*/

#animation_container {
  position: relative;
  margin: auto;
  left: 0;
  right: 0;
}

.iframe-content {
  width: 100%;
  padding-bottom: 56.25%;
  margin: 5px 0;
  position: relative;
}

.iframe-content iframe {
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/*駅周辺リンクボタン*/
.map-icon {
  position: absolute;
  top: 39%;
  left: 76%;
  min-width: 48px;
  width: 24%;
  max-width: 350px;
  height: auto;
}
.map-icon:hover {
  opacity: 0.7;
}
/* 回転するアニメーション */
@keyframes fuwafuwa {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
/* このクラスをつけると回転を無限に繰り返します */
.anime-fuwafuwa {
  animation: 3s fuwafuwa infinite;
}
/*駅周辺リンクボタンend*/

/*画像表示用テストcss*/
.float-list {
  padding: 0;
  text-align: center;
  font-size: 0;
  margin: 0 -10px;
}

@media screen and (min-width: 587px) {
  .float-list.list-item {
    margin: 0 -30px;
  }
}

.float-list li {
  vertical-align: top;
  display: inline-block;
  height: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  text-decoration: none;
  list-style-type: none;
  width: 33.333%;
  padding: 0 10px 20px;
}

/*
.front-page .float-list li{
  width: 25%;
}*/
.list-item li {
  padding: 0 30px 60px;
}

.list-item li p {
  text-align: left;
  margin-bottom: 15px;
}

.list-item li a img:hover,
.hover-bright:hover {
  webkit-filter: brightness(125%);
  filter: brightness(125%);
  webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
  .float-list li,
  .front-page .float-list li {
    width: 50%;
  }

  .list-item li {
    padding: 0 10px 20px;
  }
}

.link-list-two > li {
  width: 50%;
}

.link-list-three > li {
  width: 33.333%;
}

.link-list-four > li {
  width: 25%;
}

.link-list-five > li {
  width: 20%;
}

.link-list-auto > li {
  width: auto;
}

@media screen and (max-width: 767px) {
  [class*="link-list-"] > li {
    width: 50%;
  }

  .link-list-auto > li {
    width: auto;
  }
}

@media screen and (max-width: 543px) {
  [class*="link-list-"] > li {
    width: 100%;
  }

  .link-list-auto > li {
    width: auto;
  }
}

/*----画像表示用テストcss*/
a.swipebox + p {
  display: none;
}

#main.front-page .breadcrumbs {
  display: none;
}

.eyecatch {
  margin-bottom: 20px;
}

.news-date {
  font-size: 14px;
  font-size: 1.4rem;
  color: #808080;
  text-align: center;
}

.link-image-box,
.link-image-box-light {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
}

.link-image-relative {
  position: relative;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: 1000%;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  max-height: 1000%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.link-image-absolute {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-height: 50%;
}

a .link-image-box {
  background: #000;
}

a .link-image-box-light {
  background: #ffffff;
}

a .link-image-relative {
  opacity: 0.5;
}

a .link-image-absolute {
  opacity: 1;
  max-width: 50%;
}

@media screen and (max-width: 767px) {
  .link-image-box {
    height: 250px;
  }

  .link-image-relative {
    min-width: 100%;
    max-width: 200%;
  }

  a .link-image-absolute {
    max-width: 80%;
  }
}

.trim,
.trim-square,
.trim-pict,
.trim-news {
  overflow: hidden;
  width: 100%;
  /* height: 200px;*/
  position: relative;
  display: block;
}

.trim:before,
.trim-square:before,
.trim-pict:before,
.trim-news:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.trim-pict:before {
  padding-top: 75%;
}

.trim-news:before {
  padding-top: 75%;
}

.trim img,
.trim-square img,
.trim-pict img,
.trim-news img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  max-width: 1000%;
}

.trim-news img {
  object-fit: cover;
  max-height: 1000%;
  width: 100%;
  /*height: auto;*/
}

.trim-pict-txt {
  position: absolute;
  bottom: 0.5em;
  right: 1em;
  color: #fff;
  font-size: 1em;
  line-height: 1;
}

.object-fit-img {
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}

/*--グレースケール--*/
a .trim img,
a .trim-square img {
  /*
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);

    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    */
}

a:hover .trim img,
a:hover .trim-square img {
  /*
    -webkit-filter: grayscale(0);
    -ms-filter: grayscale(0);
    filter: grayscale(0);
    */
}

.ichiban-bg {
  background-color: #171c61;
  background-image: url(images/ichiban_bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  min-height: 430px;
  padding: 40px 0 170px;
  margin-bottom: 100px;
}

.ichiban-bg p {
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 2em;
  text-align: center;
}

.recommend-bg {
  background-image: url(https://maebashi-bussan.moteco.dev/wp-content/uploads/2025/03/maebashi-hyakka-exterior.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 430px;
  padding: 100px 0 0;
  margin-bottom: 100px;
  position: relative;
}

.shopping-bg {
  background-image: url(https://maebashi-bussan.jp/wp-content/uploads/2020/09/06yakimanju.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 430px;
  padding: 100px 0 0;
  margin-bottom: 100px;
  position: relative;
}

.shopping-bg::before {
  /* 透過した黒を上から重ねるイメージ */
  background-color: rgba(0, 0, 0, 0.4);
  /* 自由に位置指定 */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: " ";
}

.recommend-bg p {
  color: #000;
  font-size: 20px;
  font-size: 2rem;
  line-height: 2em;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 30px;
}

.shopping-bg p {
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 2em;
  text-align: center;
}

.title-item {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0;
  margin: 15px auto;
  text-align: center;
  font-weight: bold;
}

.company-item {
  font-size: 12px;
  font-size: 1.3rem;
}

.list-item a.btn {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .list-item a.btn {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 5px 10px 4px;
  }
}

.btn-main {
  color: #fff;
  background-color: #6cad3f;
  border-color: #6cad3f;
}

.btn-main:hover {
  color: #fff;
  border-color: #6cad3f;
}

.row-border {
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #bfbfbf;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.row-border div ~ div {
  border-left: 1px solid;
  border-color: #bfbfbf;
}

@media screen and (max-width: 767px) {
  .row-border div ~ div {
    border-left: 0;
    border-top: 1px solid;
    border-color: #bfbfbf;
    padding-top: 2rem;
    margin-top: 2rem;
  }
}

#main .wp-pagenavi {
  text-align: center;
  margin: 70px auto;
}

#main .wp-pagenavi a,
.wp-pagenavi span {
  text-decoration: none;
  border: none;
}

.wp-pagenavi a.previouspostslink:before {
  content: url("images/icon_left.svg");
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
}

.wp-pagenavi a.previouspostslink {
  position: relative;
  padding-left: 20px;
}

.wp-pagenavi a.nextpostslink:after {
  content: url("images/icon_right.svg");
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
}

.wp-pagenavi a.nextpostslink {
  position: relative;
  padding-right: 20px;
}

.sidebar-title {
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}

.cat-ym li,
.cat-item,
.sidebar-link-title,
.sidebar-link-title + ul {
  display: inline-block;
  padding-right: 0.5em;
}

.bg-sidebar {
  background: lightgray;
  padding: 10px 40px 20px;
  border-radius: 5px;
}

.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*--------------------------- フッター footer.php ----------------------------------*/
#footer {
  margin-top: 60px;
  background-color: #68a63f;
  line-height: 1;
}

.footer-function {
  background-image: url("images/city-rep.svg");
  background-repeat: repeat-x;
  background-size: 730.23px 97.19px;
  background-position: center top 50px;
  text-align: center;
  background-color: white;
  height: 140px;
}

.breadcrumbs {
  margin-top: 60px;
  text-align: center;
}

.breadcrumbs,
.breadcrumbs a {
  color: #808080;
}

.pagetop {
  display: block;
  text-align: center;
  /* margin-top: 60px; */
  padding-bottom: 60px;
}

.pagetop a {
  display: block;
}

footer .nav {
  padding: 15px 0 0px 0;
  color: #fff;
}

footer .nav-link {
  color: #fff;
}

.copylight {
  font-size: 14px;
  text-align: center;
  padding: 30px 0;
  color: #fff;
}

/*--------------------------- フッター footer.php end----------------------------------*/

/*---------------------- 汎用部品 -------------------------*/
.clear {
  clear: both;
}

/* マージンボトム */
.mgb0 {
  margin-bottom: 0px;
}

.mgb10 {
  margin-bottom: 10px;
}

.mgb20 {
  margin-bottom: 20px;
}

.mgb30 {
  margin-bottom: 30px;
}

.mgb40 {
  margin-bottom: 40px;
}

.mgb50 {
  margin-bottom: 50px;
}

.mgb60 {
  margin-bottom: 60px;
}

.mgb70 {
  margin-bottom: 70px;
}

.mgb80 {
  margin-bottom: 80px;
}

/* マージントップ */
.mgt0 {
  margin-top: 0px;
}

.mgt10 {
  margin-top: 10px;
}

.mgt20 {
  margin-top: 20px;
}

.mgt30 {
  margin-top: 30px;
}

.mgt40 {
  margin-top: 40px;
}

.mgt50 {
  margin-top: 50px;
}

.mgt60 {
  margin-top: 60px;
}

.mgt70 {
  margin-top: 70px;
}

.mgt80 {
  margin-top: 80px;
}

/* 横幅100% */
.w100p {
  width: 100%;
}

.right,
.alignright {
  text-align: right;
}

.left,
.alignleft {
  text-align: left;
}

.center,
.aligncenter {
  text-align: center;
}

.big {
  font-size: 1.5em;
  line-height: 1.2;
}

.icon-primary {
  height: 200px;
  max-width: 100%;
  width: 600px;
}

@media screen and (max-width: 767px) {
}

.banner-list li img {
  height: 50px;
}

.trim canvas,
.trim-square canvas {
  opacity: 1;
  position: absolute;
  -webkit-transition: opacity 1s 0.3s;
  -moz-transition: opacity 1s 0.3s;
  -o-transition: opacity 1s 0.3s;
  -ms-transition: opacity 1s 0.3s;
  transition: opacity 1s 0.3s;
  z-index: 100;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  top: 50%;
  left: 50%;
}

a:hover .trim canvas,
a:hover .trim-square canvas {
  opacity: 0;
}

/*検査項目
alt属性のないimg要素
src属性のないimg要素
href属性のないa要素
type属性のないbutton要素*/
/*
img:not([alt]){
    outline: 5px solid red;
}
*/

@media screen and (min-width: 768px) {
  dl.dl2x dt {
    width: 40% !important;
  }

  dl.dl2x dd {
    width: 60% !important;
  }
}
