/*
Theme Name: 前橋競輪テーマ Next2
Theme URI: https://example.com/
Author: 前橋競輪
Author URI: https://example.com/
Description: 前橋競輪サイトの通常ページを旧レイアウト互換で維持しながら、ニュース更新、旧LP管理、新LPの block editor 運用を段階的に整理する hybrid テーマです。CPT、設定 UI、SEO fallback、転送ページ管理を theme 内に内包しています。
Requires at least: 6.7
Tested up to: 6.9
Requires PHP: 8.1
Version: 0.2.0
Text Domain: maebashi-theme-next
*/
@charset "utf-8";
/* Google Fonts は style-new.css (_base.scss) で読み込み済みのため削除 */

/* =Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
}
del {
  color: #333;
}
ins {
  background: #fff9c0;
  text-decoration: none;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 24px;
  margin-bottom: 1.714285714rem;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
small {
  font-size: smaller;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}


/* =Clearfix
-------------------------------------------------------------- */
.clearfix:after,
.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after,
#container:after {
  clear: both;
}
.ie7 .clearfix,
.ie7 #container,
.ie7 .widget-wrapper {
  zoom: 1;
}
.clear {
  clear: both;
}

/*------------------------------*/
.p0 {
  padding: 0;
}
.pT0 {
  padding-top: 0;
}
.pB0 {
  padding-bottom: 0;
}
.pR0 {
  padding-right: 0;
}
.pL0 {
  padding-left: 0;
}
.pT5 {
  padding-top: 5px;
}
.pB5 {
  padding-bottom: 5px;
}
.pR5 {
  padding-right: 5px;
}
.pL5 {
  padding-left: 5px;
}
.pT10 {
  padding-top: 10px;
}
.pB10 {
  padding-bottom: 10px;
}
.pR10 {
  padding-right: 10px;
}
.pL10 {
  padding-left: 10px;
}
.pT15 {
  padding-top: 15px;
}
.pB15 {
  padding-bottom: 15px;
}
.pR15 {
  padding-right: 15px;
}
.pL15 {
  padding-left: 15px;
}
.pT20 {
  padding-top: 20px;
}
.pB20 {
  padding-bottom: 20px;
}
.pR20 {
  padding-right: 20px;
}
.pL20 {
  padding-left: 20px;
}
.pT25 {
  padding-top: 25px;
}
.pB25 {
  padding-bottom: 25px;
}
.pR25 {
  padding-right: 25px;
}
.pL25 {
  padding-left: 25px;
}
.pT30 {
  padding-top: 30px;
}
.pB30 {
  padding-bottom: 30px;
}
.pR30 {
  padding-right: 30px;
}
.pL30 {
  padding-left: 30px;
}
.pT35 {
  padding-top: 35px;
}
.pB35 {
  padding-bottom: 35px;
}
.pR35 {
  padding-right: 35px;
}
.pL35 {
  padding-left: 35px;
}
.pT40 {
  padding-top: 40px;
}
.pB40 {
  padding-bottom: 40px;
}
.pR40 {
  padding-right: 40px;
}
.pL40 {
  padding-left: 40px;
}

/*--------------------------------------------------------------
   Common Style
--------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background-color: #ffffff;
  color: #333333;
  /* font-family: style-new.css (_base.scss) で管理 */
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
}
body:not(.lp)::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  display: block;
  border: 3px solid #196a26;
  box-sizing: border-box;
}
h2 {
  font-size: 16px;
  margin: 0 auto 20px;
}
a,
a:visited {
  color: #19499e;
  outline: none;
  text-decoration: none;
}
a:hover,
a:active {
  -khtml-opacity: 0.8;
  -ms-filter: "alpha(opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
img {
  max-width: 100%;
  height: auto;
}
button,
input,
select,
textarea {
  border: 1px solid #cccccc;
  border-radius: 0;
  line-height: 1.5;
  margin: 10px 0;
  max-width: 100%;
  vertical-align: baseline;
}
button,
input {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
button {
  outline: none;
}
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  padding: 5px;
}
.object-fit-img {
  object-fit: cover;
  font-family: 'object-fit: cover;'
}


/*--------------------------------------------------------------
   PC
--------------------------------------------------------------*/
.disp_sp {
  display: none;
}
.caution {
  color: #bf272d;
}
.attention {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 12px;
  color: #808080;
  line-height: 1.6;
}

/* =head
-------------------------------------------------------------- */
h2 {
  font-family: 'Lato', 'Noto Sans JP', sans-serif;
}
h3 {
  font-family: 'Lato', 'Noto Sans JP', sans-serif;
  color: #196a27;
  font-size: 30px;
  margin: 0 0 30px;
  letter-spacing: 3px;
}
h3 span:not(.date) {
  color: #333;
  font-size: 12px;
  margin: 0 auto 0 20px;
  letter-spacing: 1px;
}
h4 {
  font-family: 'Lato', 'Noto Sans JP', sans-serif;
  font-size: 24px;
  margin: 0 0 30px;
  letter-spacing: 3px;
  position: relative;
  margin: 0 0 40px;
}
h4 span {
  color: #196a27;
  font-size: 13px;
  font-weight: normal;
  margin-top: 5px;
  letter-spacing: 2px;
}
h4.line {
  display: inline-block;
}
h4.line::before {
  content: "";
  background: url(images/img_h4_line_left.png) no-repeat center center / contain;
  display: inline-block;
  width: 41px;
  height: 46px;
  position: absolute;
  right: calc(100% + 60px);
  top: 0;
}
h4.line::after {
  content: "";
  background: url(images/img_h4_line_right.png) no-repeat center center / contain;
  display: inline-block;
  width: 42px;
  height: 46px;
  position: absolute;
  left: calc(100% + 60px);
  top: 0;
}
h4.line span {
  display: block;
}

/* =calendar
-------------------------------------------------------------- */
table.calendar {
  width: 1094px;
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  font-size: 12px;
  font-family: 'Lato', "Noto Sans JP", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",verdana,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
table.calendar tr.maebashi {
  border-bottom: 1px solid #e5e5e5;
}
table.calendar th {
  width: 70px;
  vertical-align: middle;
  text-align: center;
  border-bottom: 1px solid #fff;
  color: #fff;
}
table.calendar tr:not(.date) td {
  height: 50px;
}
table.calendar td {
  padding: 9px 0;
  width: 35px;
  border-bottom: none;
  border-top: none;
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #fff;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}
table.calendar .date {
  background-color: #96a2a2;
  font-size: 14px;
}
table.calendar .date + .date {
  font-size: 12px;
}
table.calendar .date td {
  padding: 4px 0;
  border-bottom: 1px solid #fff;
}
table.calendar .date .month {
  font-size: 14px;
  font-weight: bold;
}
table.calendar .date td.sat {
  background-color: #84a0ab;
}
table.calendar .date td.sun {
  background-color: #a6918e;
}

table.calendar .place {
  font-weight: bold;
  background-color: #2d3e50;
  font-size: 14px;
}
table.calendar .maebashi_tokubetsu_g1 {
  background-color: #ca6053;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
table.calendar .maebashi_f1 {
  background-color: #ac7ac3;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
table.calendar .maebashi_f2 {
  background-color: #159e84;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
table.calendar .jogai_yellow {
  background-color: #efc20f;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
table.calendar .jogai_blue {
  background-color: #3596da;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
table.calendar .midnight {
  background-color: #34495e;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
table.calendar .girls {
  padding: 12px 0;
}
table.calendar .girls:before {
  content: "";
  width: 13px;
  height: 12px;
  background: url(images/icon_calendar_girls.png) no-repeat center center / contain;
  display: block;
  margin: auto auto 4px;
}
table.calendar .nighter {
  padding: 12px 0;
}
table.calendar .nighter:before {
  content: "";
  width: 12px;
  height: 12px;
  background: url(images/icon_calendar_nighter.png) no-repeat center center / contain;
  display: block;
  margin: auto auto 5px;
}
table.calendar .girls.nighter:before {
  content: "";
  width: 30px;
  height: 12px;
  background: url(images/icon_calendar_girls_nighter.png) no-repeat center center / contain;
  display: block;
  margin: auto auto 5px;
}
.calendar_description {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 20px 0 0;
  font-size: 12px;
}
.calendar_description li {
  margin: 0 24px 13px 0;
  letter-spacing: normal;
}
.calendar_description li:last-child {
  margin-right: 0;
}
.calendar_description li:before {
  content:"";
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 20px;
  margin-right: 12px;
}
.calendar_description .maebashi_tokubetsu_g1:before {
  background-color: #ca6053;
}
.calendar_description .maebashi_f1:before {
  background-color: #ac7ac3;
}
.calendar_description .maebashi_f2:before {
  background-color: #159e84;
}
.calendar_description .jogai_yellow:before {
  background-color: #efc20f;
}
.calendar_description .jogai_blue:before {
  background-color: #3596da;
}
.calendar_description .midnight:before {
  background-color: #34495e;
}
.calendar_description .girls:before {
  content: "";
  width: 15px;
  height: 14px;
  background: url(images/icon_explanation_girls.png) no-repeat center center / contain;
  display: inline-block;
}
.calendar_description .nighter:before {
  content: "";
  width: 14px;
  height: 14px;
  background: url(images/icon_explanation_nighter.png) no-repeat center center / contain;
  display: inline-block;
}

/* =dl.table
-------------------------------------------------------------- */
dl.table {
  display: flex;
  flex-wrap: wrap;
}
dl.table dt {
  background: #a3b6b5;
  width: 160px;
  border-bottom: 1px solid #99abaa;
  padding: 12px 20px;
  color: #fff;
}
dl.table.medium dt {
  width: 180px;
}
dl.table.big dt {
  width: 280px;
}
dl.table dt:first-child {
  border-top: 1px solid #99abaa;
}
dl.table dt:first-child + dd {
  border-top: 1px solid #f0f0f0;
}
dl.table dd {
  border-bottom: 1px solid #f0f0f0;
  padding: 12px 20px;
  width: calc(100% - 160px);
  background: #fff;
}
dl.table.medium dd {
  width: calc(100% - 180px);
}
dl.table.big dd {
  width: calc(100% - 280px);
}
dl.table.big dd + dd {
  border-left: 1px solid #f0f0f0;
}
dl.table.dd_many.medium dt {
  width: 37%;
}
dl.table.dd_many dd {
  width: 20%;
  float: left;
  text-align: center;
}
dl.table.medium.dd_many dd {
  padding: 12px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
dl.table.dd_many dd + dd {
  border-left: 1px solid #f0f0f0;
  padding: 12px 10px;
}
dl.table.medium.dd_many.arrow dt {
  padding: 22px 20px 12px;
}
dl.table.medium.dd_many.arrow dd {
  position: relative;
  padding: 22px 10px 12px;
}
dl.table.medium.dd_many.arrow dd::after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #196a26;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}


/* =footer
-------------------------------------------------------------- */
#page_top {
  bottom: 25px;
  position: fixed;
  right: 20px;
  z-index: 101;
}
#page_top a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  background-color: #196b29;
  font-size: 14px;
}
footer {
  background-color: #36682d;
  color: #fff;
  text-align: center;
  width: 100%;
}
footer #footer_menu #footer_nav {
  display: flex;
  width: 100%;
  max-width: calc(100% - 100px);
  padding: 30px 0;
  margin: 0;
}
footer #footer_menu #footer_nav li {
  width: 16.6666666%;
  position: relative;
  text-align: left;
}
footer #footer_menu #footer_nav li a {
  color: #fff;
  display: block;
  position: relative;
}
footer #footer_menu #footer_nav li a:after {
  content: none;
  display: block;
  border-right: 1px solid #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
}
footer #footer_menu #footer_nav li:last-child a:after {
  border-right: none;
}
footer #footer_menu #footer_nav .footermenu_depth02 {
  margin: 20px 0 0;
}
footer #footer_menu #footer_nav .footermenu_depth02 li {
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
}
footer #footer_menu #footer_nav .footermenu_depth02 li:last-child {
  margin-bottom: 0;
}
footer #footer_menu #footer_nav .footermenu_depth02 li a {
  font-size: 12px;
  line-height: 1.2;
}
footer #footer_menu #footer_nav .footermenu_depth02 li a:after {
  content: none;
}
footer .footer_concierge {
  position: absolute;
  right: -100px;
  bottom: 0;
}
footer .footer_concierge .footer_concierge_img {
  position: relative;
  z-index: 2;
}
footer .footer_concierge .footer_concierge_img img {
  display: block;
}
footer .footer_concierge .footer_concierge_name {
  position: absolute;
  left: -80px;
  bottom: 40px;
  z-index: 1;
  background-color: #30ab43;
  border-radius: 50%;
  width: 130px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .footer_concierge .footer_concierge_name .position {
  font-size: 10px;
  margin-bottom: 10px;
}
footer .footer_concierge .footer_concierge_name .name {
  font-size: 20px;
}
footer .footer_concierge .footer_concierge_name .name {
    position: relative;
}
footer .footer_concierge .footer_concierge_name .name rt {
  position: absolute;
  top: -0.6em;
  left: 50%;
  font-size: 0.4em;
}
@-moz-document url-prefix() {
  /* firefox */
  footer .footer_concierge .footer_concierge_name .name rt {
    transform: translateX(-50%);
  }
}
footer .contact_area {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #4b7744;
}
footer .contact_area .box {
  margin: 30px 0 35px 60px;
}
footer .contact_area .head {
  font-size: 16px;
}
footer .contact_area .tel {
  font-size: 27px;
  font-family: 'Lato', sans-serif;
  margin: 3px 0 3px;
  letter-spacing: 2px;
}
footer .contact_area .tel + .tel {
  margin: -5px 0 0;
}
footer .contact_area .tel span {
  font-size: 12px;
  color: #196a26;
  line-height: 1;
  background-color: #fff;
  border-radius: 15px;
  padding: 6px 0;
  text-align: center;
  width: 100px;
  margin: 0 15px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: bold;
}
footer .contact_area .vote {
  font-size: 14px;
  color: #196a26;
  line-height: 1;
  background-color: #fff;
  border-radius: 15px;
  padding: 8px 20px;
  width: 240px;
  font-weight: bold;
  margin: auto;
}
footer .contact_area .attention {
  font-size: 12px;
  color: #fff;
}

footer .address_area {
  max-width: calc(100% - 250px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 60px 0 60px;
}
footer .address_area .box {
  text-align: left;
}
footer .address_area .name {
  font-size: 18px;
  margin: 0 auto 10px;
  font-weight: bold;
}
footer .address_area .address {
  font-size: 14px;
}
footer .footer_menu {
  display: flex;
  justify-content: flex-start;
}
footer .footer_menu li {
  font-size: 12px;
}
footer .footer_menu li:after {
  content: "｜";
  padding: 0 20px;
}
footer .footer_menu li:last-child {
  margin: 0 0 0 0;
}
footer .footer_menu li:last-child::after {
  content: "";
}
footer .footer_menu li a {
  color: #fff;
}
footer .copy {
  text-align: left;
  font-size: 12px;
  font-family: 'Lato', sans-serif;
  margin: 10px 0 0 0;
}

/* =top (event-open) → scss/object/project/_top-event-open.scss（.p-top-event-open）に移植済み */

/* =top
-------------------------------------------------------------- */
#mainvisual {
  position: relative;
  background:
    url(images/bg_top_line.png) no-repeat center center / cover, /* 最前面の背景レイヤーの背景画像 */
    var(--maebashi-mainvisual-bg-desktop, url(images/bg_mainvisual.jpg)) no-repeat center center;
  min-height: 680px;
  width: calc(100vw - 6px);
  left: -3px;
  width: 100vw;
  /*height: calc(50vw * 0.75);*/
  height: calc(50vw - 80px);
  z-index: 1;
}
#mainvisual img:not(.disp_sp) {
  display: block;
}
#mainvisual .mainvisual_text {
  position: absolute;
  right: 11%;
  bottom: 51%;
  z-index: 2;
}
#mainvisual .mainvisual_megumi {
  position: absolute;
  right: 10%;
  bottom: 2%;
  z-index: 3;
}
#mainvisual .mainvisual_text img {
  display: block;
  max-width: 100%;
  height: auto;
}

#mainvisual .mainvisual_megumi img {
  max-width: 100%;
  height: auto;
}

#mainvisual .mainvisual_megumi img.disp_pc {
  display: block;
}

#mainvisual .mainvisual_megumi img.disp_sp {
  display: none;
}

#mainvisual + #slider_wrapper {
  margin: -140px auto 60px;
  position: relative;
  z-index: 8;
}
#bnr_slide {
  width: 100%;
  max-width: 1226px;
  margin: 50px auto 60px;
}
#bnr_slide li {
  width: 100%;
}
#bnr_slide li .bnr_box {
  margin: 0 12px;
  display: block;
  border: 3px solid #186b27;
  position: relative;
  background-color: #fff;
}
#bnr_slide li .bnr_box a {
  color: #333;
}
#bnr_slide .slick-prev {
  right: 100%;
  z-index: 100;
/*
  width: 20px;
  height: 20px;
*/
}
#bnr_slide .slick-next {
  left: 100%;
  z-index: 100;
  width: 20px;
  height: 20px;
}
#bnr_slide .slick-prev::before,
#bnr_slide .slick-next::before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-size: 15px;
  font-weight: 900;
  background: #186b27;
  padding: 3px 7px;
  display: inline-block;
  border-radius: 50%;
  opacity: 1;
}
@media all and (-ms-high-contrast:none){
  #bnr_slide .slick-prev::before,
  #bnr_slide .slick-next::before {
    padding: 1px 6px;
  }
}
#bnr_slide .slick-prev::before {
  content: "\f0d9";
}
#bnr_slide .slick-prev {
  left: -30px;
}
#bnr_slide .slick-next {
  right: -30px;
  left: auto;
}

#bnr_slide p {
  margin: 0;
}
#bnr_slide .text_box {
  padding: 10px 10px;
  text-align: center;
  font-size: 15px;
}

#top_menu {
  background: url(images/bg_top_menu.png) no-repeat center center / 100% 100%;
  padding: 40px 0;
  width: calc(100vw - 6px);
  left: -3px;
  width: 100vw;
  position: relative;
}
/*
#top_menu::after {
  content: "";
  display: block;
  background: url(images/bg_top_menu.png) no-repeat center center / 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
*/
#top_menu .menu_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#top_menu .menu_box {
  width: 32%;
  margin: 10px 0 20px;
  max-width: 340px;
  border: 3px solid #196a27;
  background-color: #fff;
}
#top_menu .menu_list:after {
  content:"";
  display:block;
  width: 32%;
  height:0;
}
#top_menu .menu_box a {
  display: block;
  height: 100%;
}
#top_menu .menu_box .img_box {
  width: 100%;
}
#top_menu .menu_box .img_box img {
  display: block;
  width: 100%;
}
#top_menu .menu_box .text_box {
  padding: 16px 30px;
  color: #808080;
  font-size: 12px;
}
#top_menu .menu_box .text_box .title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #333333;
}

#top_news {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 330px calc(100% - 330px);
  -ms-grid-columns: 330px calc(100% - 330px);
  grid-template-rows: auto auto;
  -ms-grid-rows: auto auto;
  margin: 60px auto 40px;
}
#top_news .news_ttl {
  grid-column: 1 / 2;
  grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}
#top_news .news_ttl h3 span {
  display: block;
  margin: 0;
}
#top_news .list {
  grid-column: 2 / 3;
  grid-row: 1 / 3;
  -ms-grid-column: 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
}
#top_news .list li{
  margin: 0 auto 17px;
}
#top_news .list li a {
  color: #333;
}
#top_news .list .news_box {
  display: flex;
}
#top_news .list .news_box dt {
  width: 20%;
}
#top_news .list .news_box dd {
  width: 80%;
}
#top_news .more_btn {
  grid-column: 1 / 2;
  grid-row: 2 / 6;
  margin: 0;
  -ms-grid-column: 1;
  -ms-grid-row: 2;
  position: relative;
}
#top_news .more_btn a {
  font-size: 14px;
  max-width: 270px;
  padding: 12px 0;
  width: 100%;
  
}


/* =news-list
-------------------------------------------------------------- */
#content.news .news_img {
  margin: 45px auto 0;
  max-width: 980px;
  text-align: right;
  padding: 0 20px;
}
#content.news .news_img img {
  display: block;
  margin-left: auto;
}
#content.news .news_box {
  border-bottom: 2px solid #196a26;
  padding: 20px 0 15px 0;
}
#content.news .news_box a {
  position: relative;
  display: block;
  padding-right: 40px;
}
#content.news .news_box a::after {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 27px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #196a26;
}
#content.news .news_box .title_col p {
  color: #196a26;
  margin: 0 0 15px;
  font-size: 24px;
  position: relative;
  padding-left: 170px;
}
#content.news .news_box .title_col p .date {
  position: absolute;
  top: 0;
  left: 0;
}
#content.news .news_box .excerpt_col p {
  margin: 0;
  color: #333;
}

/* =news-single
-------------------------------------------------------------- */
#content.news .list_btn {
  margin: 70px auto 0;
}
#content.news .list_btn a {
  margin: auto;
  max-width: 200px;
}

/* =blog-list
-------------------------------------------------------------- */
#content.blog.list {
  background: url(images/bg_bloglist.png) repeat-y top left / 100% auto;
}
#content.blog.list .blog_mainimg {
  max-width: 1320px;
  margin: auto;
}
#content.blog.list .blog_mainimg img {
  width: 100%;
}
#content.blog .blog_category_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px 0 40px;
}
#content.blog .blog_category_list li {
  min-width: 130px;
}
#content.blog .blog_category_list li a {
  background-color: #acddb4;
  border-color: #acddb4;
  color: #196a26;
  font-size: 13px;
  padding: 15px 30px;
  margin: 0 10px;
  font-weight: bold;
}
#content.blog .blog_category_list li a::after {
  content: "";
}
#content.blog .blog_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#content.blog .blog_box {
  width: 32%;
  margin: 15px 0 25px;
  max-width: 340px;
  border: 2px solid #196a27;
  background-color: #fff;
}
#content.blog .blog_list:after {
  content:"";
  display:block;
  width: 32%;
  height:0;
}
#content.blog .blog_box a {
  display: block;
  height: 100%;
}
#content.blog .blog_box .img_box {
  width: 100%;
}
#content.blog .blog_box .img_box img {
  display: block;
  width: 100%;
  height: 200px;
}
#content.blog .blog_box .text_box {
  padding: 15px 25px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#content.blog .blog_box .text_box .post {
  max-width: 60px;
  margin: 0 20px 0 0;
}
#content.blog .blog_box .text_box .post img {
  display: block;
}
#content.blog .blog_box .text_box .title .date {
  font-size: 12px;
  margin: 0 0 5px;
  color: #333;
}
#content.blog .blog_box .text_box .title .single_title {
  font-size: 16px;
  color: #196a26;
  margin: 0;
}

#content .pager {
  margin: 40px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
#content .pager .prev,
#content .pager .next {
  display: none;
}
#content .pager a {
  display: block;
  margin: 0 15px;
}
#content .pager .current {
  display: block;
  width: 30px;
  height: 30px;
  background-color: #196a26;
  border-radius: 50%;
  color: #fff;
  line-height: 30px;
  text-align: center;
  margin: 0 15px;
}


/* =blog-single
-------------------------------------------------------------- */
#content.blog.single {
  background: url(images/bg_blog.png) no-repeat top center / 100% auto;
  padding-top: 7%;
}
#content.blog.single .blog_detail_img {
  text-align: center;
}
#content.blog.single .blog_detail_img img {
  width: 100%;
}
#content.blog.single .blog_detail_img + article {
  position: relative;
  margin-top: -100px;
  z-index: 5;
}
article iframe {
  width: 100%;
}
#content.single article {
  margin: 15px auto;
  max-width: 800px;
  border: 2px solid #196a27;
  padding: 40px 78px;
  background-color: #fff;
}
#content.single article .single_title {
  color: #196a27;
  font-size: 24px;
  margin-bottom: 35px;
  padding-left: 180px;
  position: relative;
}
#content.single.blog article .single_title {
  padding-left: 0;
}
#content.single article .single_title .date {
  position: absolute;
  top: 0;
  left: 0;
}
#content.single article .post_info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 30px;
}
#content.single article .post_info .img_box {
  max-width: 55px;
  margin: 0 20px 0 0;
}
#content.single article .post_info .text_box .category_name{
  font-size: 14px;
  margin: auto auto 0;
}
#content.single article .post_info .text_box .date {
  font-size: 12px;
  color: #666666;
}
#content.single .single_category_box {
  margin: 50px auto 20px;
  padding: 30px 35px;
  background-color: #d6e7d7;
  display: flex;
  align-items: center;
}
#content.single .single_category_box .img_box {
  max-width: 100px;
  margin: 0 35px 0 0;
  width: 35%;
}
#content.single .single_category_box .category_name a {
  color: #196a27;
  font-size: 16px;
  margin-bottom: 10px;
}
#content.single .single_category_box .category_description {
  color: #808080;
  font-size: 12px;
}
#content .nav_single {
  margin: 15px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
#content .nav_single div {
  width: 50%;
  margin: 40px auto 60px;
}
#content .nav_single .button {
  max-width: 200px;
  width: 100%;
  margin: 0 20px;
  padding: 12px 0;
}
#content .nav_single .button.prev {
  margin-left: auto;
}

/* =lower page
   .gray_content / .green_content は scss/layout/_content.scss（style-new.css）へ移植済み
-------------------------------------------------------------- */

/* magazine / guide
   #magazine と #guide（million_quest 固定ページ）は scss/object/project/_million-quest.scss
   （style-new.css）へ移植済み
-------------------------------------------------------------- */

/* =sitepolicy
-------------------------------------------------------------- */
#sitepolicy.green_content h4 {
  margin: 40px 0 20px;
}
#sitepolicy.green_content h5 {
  margin: 30px 0 10px;
  font-size: 18px;
}
#sitepolicy.green_content .disc {
  list-style-type: disc;
  padding-left: 20px;
}
#sitepolicy.green_content #privacy {
  margin-top: 60px;
}

/* =contact
-------------------------------------------------------------- */
#contact.green_content {
  padding-top: 10px;
  text-align: center;
}
#contact.green_content .contact_img {
  margin: 45px auto 0;
  max-width: 980px;
  text-align: right;
  padding: 0 20px;
}
#contact.green_content .contact_img img {
  margin-left: auto;
  display: block;
}
#contact.green_content .contact_list {
  max-width: 630px;
  margin: auto;
  text-align: left;
  font-size: 18px;
  color: #196a26;
}
#contact.green_content .contact_list dt {
  margin: 0 0 5px;
}
#contact.green_content .contact_list dd {
  margin: 0 0 35px;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
  border: 3px solid #196a26;
  width: 100%;
  min-height: 50px;
  margin: 0;
  outline: none;
  font-size: 16px;
  padding: 5px;
}
#contact.green_content .contact_list + p {
  margin-bottom: 20px;
}

#contact.green_content .wpcf7-box input {
  width: 100%;
}
#contact.green_content .wpcf7-box .wpcf7c-btn-back {
  margin: auto;
  font-size: 15px;
}
#contact.green_content .contact_attention {
  max-width: 980px;
  width: 100%;
  padding: 20px 17px 40px;
  text-align: left;
}
#contact.green_content .contact_attention .attention_text {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}
.wpcf7-not-valid-tip {
  font-size: 14px;
}


/*--------------------------------------------------------------
  PC (hover)
--------------------------------------------------------------*/
@media screen and (min-width: 769px) {

  a:hover,
  input.button:hover {
    opacity: 0.7;
  }

}

/*--------------------------------------------------------------
  PC (content: 1300px)
--------------------------------------------------------------*/
@media screen and (max-width: 1300px) and (min-width: 769px) {

  .not_found {
    padding: 0 17px;
  }
  


  /* =footer
  -------------------------------------------------------------- */
  footer #footer_menu #footer_nav {
    max-width: calc( 100% - 150px );
  }
  footer .contact_area .box {
    margin-left: 40px;
  }
  footer .footer_concierge {
    right: 0;
  }

  /* =top
  -------------------------------------------------------------- */
  #mainvisual {
    background:
      url(images/bg_top_line.png) no-repeat center center / 100% 100%, /* 最前面の背景レイヤーの背景画像 */
      var(--maebashi-mainvisual-bg-desktop, url(images/bg_mainvisual.jpg)) no-repeat center center / 95%;
    min-height: 0;
  }
  #mainvisual .mainvisual_text {
    max-width: 400px;
  }
  #mainvisual .mainvisual_megumi {
    max-width: 280px;
  }
  #slider_wrapper {
    width: calc( 100% - 100px);
    margin: auto;
  }

  #content.single article {
  }
  #content.blog .blog_list {
    padding-right: 17px;
    padding-left: 17px;
  }
}

/*--------------------------------------------------------------
  PC (content: 1100px)
--------------------------------------------------------------*/
@media screen and (max-width: 1100px) and (min-width: 769px) {

  /* =footer
  -------------------------------------------------------------- */
  footer #footer_menu #footer_nav {
    max-width: calc(100% - 150px);
  }
  footer .footer_concierge .footer_concierge_img {
    width : 150px;
    width: calc( 100vw / 6);
  }
  footer .footer_concierge .footer_concierge_name {
    left: -105px;
  }
  footer .address_area .box {
    margin-right: 20px;
  }
  footer .contact_area .box {
    margin: 30px 4%;
  }
  footer .contact_area .head {
    font-size: 17px;
  }
  footer .contact_area .tel {
    font-size: 15px;
  }
  footer .contact_area .tel + .tel {
    margin: 0;
  }
  footer .contact_area .vote {
    font-size: 13px;
    width: auto;
    padding: 3px 10px;
  }
  footer .contact_area .tel span {
    width: 80px;
    font-size: 10px;
  }
  footer .address_area {
    flex-wrap: wrap;
    margin: 40px 0 20px;
  }
  footer .address_area .box {
    max-width: 48%;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  footer .address_area .name {
    font-size: 15px;
  }
  footer .address_area .address {
    font-size: 12px;
  }

  /* =top
  -------------------------------------------------------------- */
  #mainvisual .mainvisual_text {
    max-width: 350px;
  }
  #mainvisual .mainvisual_megumi {
    max-width: 220px;
  }

  #mainvisual + #slider_wrapper {
    margin-top: -100px;
  }

  #top_menu {
    padding: 40px 20px;
  }

  #top_news {
    padding: 0 20px;
  }
  #top_news .list .news_box {
    font-size: 14px;
  }
  #top_news .list .news_box dt {
    width: 25%;
  }
  #top_news .list .news_box dd {
    width: 75%;
  }


}



/*--------------------------------------------------------------
  Tablet
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .disp_sp {
    display: block;
  }
  .disp_pc {
    display: none !important;
  }

  /* =common style
  ------------------------------------------------------ */
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="password"],
  textarea {
    max-width: 100%;
    width: 100%;
    border-width: 2px;
  }
  .attention {
    font-size: 10px;
  }

  .not_found {
    padding: 20px 17px 40px;
    font-size: 14px;
  }

  /* =head
  ------------------------------------------------------ */
  h3 {
    letter-spacing: 2px;
    font-size: 20px;
    margin: 0 0 20px;
  }
  h3 span:not(.date) {
    margin: 0 auto 0 10px;
  }
  h3:before {
    font-size: 20px;
  }
  h4 {
    font-size: 17px;
  }
  h4 span {
    font-size: 10px;
  }

  h4.line::before {
    width: 35px;
    height: 40px;
    right: calc(100% + 30px);
    top: 0;
  }
  h4.line::after {
    width: 36px;
    height: 40px;
    position: absolute;
    left: calc(100% + 30px);
    top: 0;
  }

  /* =dl.table
  ------------------------------------------------------ */
  dl.table {
    font-size: 12px;
    width: 100%;
  }
  dl.table dt {
    width: 34%;
    padding: 15px 10px 15px 12px;
  }
  dl.table dd {
    width: 66%;
    padding: 15px 10px 15px 12px;
  }
  dl.table.medium dt {
    width: 50%;
  }
  dl.table.medium dd {
    width: 50%;
  }

  dl.table.big dt {
    width: 55%;
  }
  dl.table.big dd {
    width: 45%;
  }

  article iframe {
    max-height: 350px;
  }

  /* =footer
  ------------------------------------------------------ */
  #page_top {
    display: none;
    bottom: 15px;
    right: 15px;
  }
  footer .contact_area {
    display: block;
    background-color: transparent;
  }
  footer .footer_upper {
    margin: 0 3px;
  }
  footer #footer_menu #footer_nav {
    flex-wrap: wrap;
    max-width: none;
    padding: 0 17px 0;
    justify-content: space-between;
    font-size: 14px;
  }
  footer #footer_menu #footer_nav li {
    width: 47%;
  }
  footer #footer_menu #footer_nav li a:after {
    border: none;
  }
  footer #footer_menu #footer_nav li a {
    text-align: left;
    padding: 12px 0 12px;
    border-bottom: 2px solid #44733c;
  }
  footer #footer_menu #footer_nav li:last-of-type(2) a,
  footer #footer_menu #footer_nav li:last-child a {
    border: none;
  }
  footer .contact_area .box {
    margin: 0 0 3px;
    padding: 15px 20px;
    text-align: center;
    background-color: #4b7744;
  }
  footer .contact_area .head {
    font-size: 14px;
  }
  footer .contact_area .tel {
    font-size: 23px;
    margin: 0 0 5px;
  }
  footer .contact_area .tel + .tel {
    margin: -3px 0 0;
  }
  footer .contact_area .vote {
    font-size: 12px;
    padding: 7px 10px;
    max-width: 210px;
  }
  footer .contact_area .tel span {
    font-size: 10px;
    letter-spacing: normal;
    max-width: 85px;
  }
  footer .address_area {
    display: block;
    margin: 30px 0;
    padding: 0 17px;
    max-width: calc( 100% - 60px );
  }
  footer .address_area .box {
    margin-bottom: 18px;
  }
  footer .address_area .name {
    font-size: 16px;
    margin: 0 auto 8px;
  }
  footer .address_area .address {
    font-size: 12px;
  }
  footer .footer_bottom {
    padding: 0 17px;
    margin: 0 3px;
    max-width: calc( 100% - 60px );
  }
  footer .footer_menu li {
    font-size: 10px;
  }
  footer .footer_menu li:after {
    padding: 0 8px;
  }
  footer .copy {
    font-size: 10px;
  }
  footer .footer_concierge {
    position: static;
    margin: 30px 0 0;
  }
  footer .footer_concierge .footer_concierge_img {
    position: absolute;
    right: 20px;
    bottom: 0;
    max-width: 90px;
  }
  footer .footer_concierge .footer_concierge_name {
    position: static;
    border-radius: 0;
    width: 100%;
    height: auto;
    display: block;
    text-align: left;
    padding: 20px 20px 10px;
  }
  footer .footer_concierge .footer_concierge_name .inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 110px;
  }
  footer .footer_concierge .footer_concierge_name .position {
    margin: 0 10px 0 0;
  }
  footer .footer_concierge .footer_concierge_name .position br {
    display: none;
  }

  /* =top
  ------------------------------------------------------ */
  #mainvisual {
    background:
      url(images/bg_top_line_sp.png) no-repeat center center / 100% 100%, /* 最前面の背景レイヤーの背景画像 */
      var(--maebashi-mainvisual-bg-desktop, url(images/bg_mainvisual.jpg)) no-repeat center center / 90%;
    min-height: 350px;
  }
  #mainvisual .mainvisual_text {
    max-width: 190px;
    right: auto;
    left: 8%;
    bottom: 11%;
  }
  #mainvisual .mainvisual_megumi {
    left: auto;
    right: 2%;
    bottom: 2%;
    max-width: 40%;
  }

  #mainvisual + #slider_wrapper {
    margin: 3px auto 20px;
  }
  #bnr_slide {
    margin: 0 0 15px;
  }
  #bnr_slide .text_box {
    font-size: 11px;
    letter-spacing: 0.5px;
  }
  #bnr_slide .slick-prev,
  #bnr_slide .slick-next {
    display: none !important;
  }
  #bnr_slide li .bnr_box {
    /*max-width: 260px;*/
    margin: auto 8px;
    border-width: 2px;
  }
  #bnr_slide li .bnr_box .text_box {
    padding: 7px 5px;
  }
  #top_menu {
    padding: 20px 17px 30px;
    background: url(images/bg_top_menu_sp.png) no-repeat center center / 100% 100%;
  }
  #top_menu .menu_box {
    width: 48%;
    background-color: rgba(255,255,255,0.9);
    border-width: 1px;
    margin: 10px 0 0;
  }
  #top_menu .menu_box .text_box {
    padding: 13px 10px;
    font-size: 10px;
  }
  #top_menu .menu_box .text_box p.title {
    font-size: 12px;
  }

  #top_news {
    display: block;
    padding: 0 17px;
    margin: 15px auto 40px;
  }
  #top_news .news_ttl {
    text-align: center;
  }
  #top_news .news_ttl h3 {
    font-size: 24px;
  }
  #top_news .list .news_box {
    display: block;
    font-size: 12px;
  }
  #top_news .list li {
    margin-bottom: 12px;
  }
  #top_news .list .news_box dt,
  #top_news .list .news_box dd {
    width: auto;
  }
  #top_news .more_btn a {
    margin: 20px auto 0;
    bottom: auto;
    position: relative;
  }

  /* =blog-list
  -------------------------------------------------------------- */
  #content.blog.list {
    background: none;
  }
  #content.blog .blog_category_list {
    margin: 20px auto;
    padding: 0 17px;
  }
  #content.blog .blog_category_list li {
    min-width: 0;
    margin: 0 0 10px;
  }
  #content.blog .blog_category_list li a {
    font-size: 10px;
    padding: 10px 15px;
    margin: 0 5px;
  }
  #content.blog .blog_box {
    width: 48%;
    border-width: 1px;
    margin: 10px 0 10px;
  }

  #content.blog .blog_box .img_box img {
    height: 92px;
  }
  #content.blog .blog_box .text_box {
    padding: 10px;
  }
  #content.blog .blog_box .text_box .post {
    max-width: 30px;
    margin: 0 10px 0 0;
  }
  #content.blog .blog_box .text_box .title .date {
    font-size: 0.6em;
    margin: 0 0 2px;
  }
  #content.blog .blog_box .text_box .title .single_title {
    font-size: 12px;
  }

  #content .pager {
    font-size: 14px;
  }
  #content .pager a,
  #content .pager .current {
    margin: 0 12px;
  }

  /* =blog-single
  -------------------------------------------------------------- */
  #content.blog.single {
    background: url(images/bg_blog_sp.png) no-repeat top center / 100% auto;
    padding-top: 35%;
  }
  #content.blog.single .blog_detail_img + article {
    margin-top: -40px;
  }
  #content.blog.single article {
    margin: 0 17px;
    padding: 20px 20px;
    border-width: 1px;
  }
  #content.single article .single_title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  #content.single article .post_info {
    margin-bottom: 20px;
  }
  #content.single article .entry_content {
    font-size: 12px;
  }
  #content.single .single_category_box {
    margin: 25px auto 0;
    display: block;
    padding: 20px;
  }
  #content.single .single_category_box .img_box {
    margin: 0 auto 5px;
    width: 100%;
  }
  #content.single .single_category_box .category_name {
    font-size: 16px;
    text-align: center;
  }
  #content.single .nav_single {
    margin: 0 20px;
  }
  #content.single .nav_single div {
    margin: 20px auto 30px;
  }
  #content.single .nav_single .button {
    font-size: 12px;
    width: auto;
    margin: 0 15px;
  }
  #content.single .nav_single .button.next {
    margin-right: auto;
  }


  dl.table.dd_many {
    flex-wrap: wrap;
    width: 50%;
    text-align: center;
  }
  dl.table.dd_many.medium dt {
    width: 100%;
  }
  dl.table.dd_many.medium dd {
    width: 100%;
  }
  dl.table.medium.dd_many dt,
  dl.table.medium.dd_many dd,
  dl.table.medium.dd_many.arrow dt,
  dl.table.medium.dd_many.arrow dd {
     padding: 15px 10px 15px 12px;
  }
  dl.table.medium.dd_many + dl.table.medium.dd_many {
     border-left: 1px solid #e5e5e5;
  }
  dl.table.dd_many dd + dd {
     border-left: 0;
  }

  dl.table.medium.dd_many.arrow dd::after {
    content: "\f0da";
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
  }

  /* magazine / guide
     SP 用ルールも scss/object/project/_million-quest.scss（style-new.css）へ移植済み
  -------------------------------------------------------------- */

  .calendar_description li:before {
    margin-right: 6px;
  }


  /* =sitepolicy
  -------------------------------------------------------------- */
  #sitepolicy.green_content {
    font-size: 13px;
  }
  #sitepolicy.green_content h4 {
    margin: 30px 0 15px;
  }
  #sitepolicy.green_content h5 {
    margin: 20px 0 10px;
    font-size: 14px;
  }
  #sitepolicy.green_content #privacy {
    margin-top: 40px;
  }

  /* =contact
  ------------------------------------------------------ */
  #contact.green_content {
    padding: 0 17px 25px;
    font-size: 15px;
  }
  #contact.green_content .contact_img {
    margin-top: -5px;
  }
  #contact.green_content .contact_attention {
    padding-left: 0;
    padding-right: 0;
  }
  /* =news
  ------------------------------------------------------ */
  #content.news .news_img {
    margin-top: -5px;
  }
  #content.news .news_box:last-child {
    margin-bottom: 30px;
  }
  #content.news .news_box a {
    padding-right: 0;
  }
  #content.news .news_box a:after {
    content: none;
  }
  #content.news .news_box .title_col p {
    font-size: 18px;
    margin: 0 0 5px;
    padding-left: 0;
  }
  #content.news .news_box .title_col p .date {
    display: block;
    position: static;
  }
  #content.news .news_box .excerpt_col p {
    font-size: 12px;
  }
  #content .nav_single .button {
    max-width: none;
    font-size: 12px;
    margin: 0;
  }
  #content.single article .single_title {
    padding-left: 0;
  }
  #content.single article .single_title .date {
    display: inline-block;
    position: static;
  }
  #content .nav_single {
    margin: 0 17px;
    justify-content: space-between;
  }
  #content .nav_single div {
    width: 42%;
    margin-left: 0;
    margin-right: 0;
  }
  #content.single article {
    padding: 15px 17px 30px;
    margin-bottom: 30px;
  }
  #content.news .list_btn {
    margin: 30px auto 0;
  }
}


/*--------------------------------------------------------------
  Smartphone
--------------------------------------------------------------*/
@media screen and (max-width: 480px) {

  article iframe {
    max-height: 200px;
  }

  /* =footer
  ------------------------------------------------------ */
  footer .footer_concierge .footer_concierge_name .inner {
    justify-content: flex-start;
    margin-right: 0;
  }

  /* =top
  ------------------------------------------------------ */
  #mainvisual {
    background:
      url(images/bg_top_line_sp.png) no-repeat center center / cover, /* 最前面の背景レイヤーの背景画像 */
      var(--maebashi-mainvisual-bg-mobile, url(images/bg_mainvisual_sp.jpg)) no-repeat center center / 90%;
    min-height: 292px;
  }

  /* =lower
  ------------------------------------------------------ */

  /* #magazine / #guide の SP-small 対応は scss/object/project/_million-quest.scss
     （style-new.css）へ移植済み */
  #content.single .nav_single .button {
    margin: 0 5px;
  }
  #content.single .nav_single .button::before {
    left: 10px;
  }
  #content.single .nav_single .button::after {
    right: 10px;
  }
}


/*--------------------------------------------------------------
  Smartphone S
--------------------------------------------------------------*/
@media screen and (max-width: 320px) {
  footer {
    overflow: hidden;
  }
  footer .footer_concierge .footer_concierge_img {
    right: -5px;
  }
}

/* ニュースカテゴリー → scss/object/component/_news-category.scss に移植済み */
.redirect-page-layout .entry_content.redirect-page-layout__content {
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
}

.redirect-page-layout__message {
  width: 100%;
  max-width: 760px;
  text-align: center;
}

.redirect-page-layout__lead,
.redirect-page-layout__link {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.8;
}

.redirect-page-layout__lead {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 16px;
}

.redirect-page-layout__link {
  font-size: 18px;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.redirect-page-layout__link a {
  color: #004ea2;
  text-decoration: underline;
}

.redirect-page-layout__link--empty {
  color: #c0392b;
}

@media screen and (max-width: 767px) {
  .redirect-page-layout .entry_content.redirect-page-layout__content {
    min-height: 240px;
    padding: 56px 16px;
  }

  .redirect-page-layout__lead {
    font-size: 24px;
  }

  .redirect-page-layout__link {
    font-size: 16px;
  }
}
