@charset "UTF-8";
/*
Author: c.nz
Version: 1.0.6
*/
/* ---------------------------------------------------
　　common
------------------------------------------------------ */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}

ol, ul {
  list-style: none;
}

i, cite, em, var, address, dfn {
  font-style: normal;
}

html {
  font-size: 62.5%;
  font-size: 0.5208333333vw;
}
@media screen and (max-width: 1366px) {
  html {
    font-size: 0.6588579795vw;
  }
}
@media screen and (max-width: 1280px) {
  html {
    font-size: 0.625vw;
  }
}
@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  html {
    font-size: 10px;
  }
}

body {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-display: swap;
  font-size: 1.6rem;
}

.acms-container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.acms-container #adminBox {
  margin-bottom: 0;
}

.slick-dots li.slick-active button {
  background: none;
}

.js-edit_inplace-hovering {
  left: 50% !important;
  transform: translateX(-50%);
}

.js-fadein {
  opacity: 0;
  transform: translateY(40px);
  transition: 0.6s;
}

.js-fadein.active {
  opacity: 1;
  transform: translateY(0);
}

#container {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.container::after {
  content: "";
  clear: both;
  display: block;
}

#trend_notification {
  display: none;
}

a {
  transition: all ease 0.3s;
  box-sizing: border-box;
}
a:link, a:visited {
  color: #222;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
}

.entry-column a:visited {
  color: #222;
}

img {
  max-width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: bottom;
}
img.max {
  width: 100%;
}

p {
  line-height: 1.8;
  margin: 0;
}

.flexbox {
  display: flex;
  flex-wrap: wrap;
  align-items: top;
  justify-content: space-between;
}

.flexbox.mid {
  align-items: center;
}

.flexbox.center {
  justify-content: center;
}

.flexbox.reverse {
  flex-direction: row-reverse;
}

.flL {
  float: left;
}

.flR {
  float: right;
}

.taL {
  text-align: left;
}

.taC {
  text-align: center;
}

.taR {
  text-align: right;
}

.rel {
  position: relative;
}

.mincho {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.gothic {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.w20 {
  width: 20%;
}

.w30 {
  width: 30%;
}

.w70 {
  width: 70%;
}

.w80 {
  width: 80%;
}

.w1200 {
  max-width: 1200px;
}

.txt-lll {
  font-size: 1.375em;
}

.txt-ll {
  font-size: 1.25em;
}

.txt-l {
  font-size: 1.125em;
}

.txt-s {
  font-size: 0.875em;
}

.txt-ss {
  font-size: 0.75em;
}

.txt-sss {
  font-size: 0.625em;
}

.tcol-red {
  color: red;
}

.tcol-orange {
  color: orangered;
}

.tcol-yellow {
  color: orange;
}

.tcol-green {
  color: darkgreen;
}

.tcol-blue {
  color: blue;
}

.tcol-purple {
  color: purple;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.pc-block {
  display: block;
}

.sp-block {
  display: none;
}

.pc-inline {
  display: inline;
}

.sp-inline {
  display: none;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  /*背景固定する場合	html.is-fixed,
  	html.is-fixed body {height: 100%;overflow: hidden;}*/
  a:hover img {
    opacity: 1;
  }
  a[href^="tel:"] {
    pointer-events: auto;
  }
  .container {
    max-width: 100%;
  }
  p {
    line-height: 1.4;
  }
  .w1200 {
    width: auto;
  }
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block;
  }
  .pc-block {
    display: none !important;
  }
  .sp-block {
    display: block;
  }
  .pc-inline {
    display: none !important;
  }
  .sp-inline {
    display: inline;
  }
  .pc-hidden {
    display: block;
  }
}
/* ---------------------------------------------------
　　pagetit
------------------------------------------------------ */
/*.pagetit {
  width: 100%;
  height: 9.8958333333vw;
  position: relative;
  background: #FFF;
  text-align: center;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.15);
}
.pagetit .page-title {
  margin: 0 auto;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.5;
  color: #000;
  letter-spacing: 0.05em;
  padding-top: 3.125vw;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .pagetit {
    width: 100%;
    max-width: 100%;
    height: 100px;
  }
  .pagetit .page-title {
    font-size: 2rem;
    padding-top: 30px;
  }
}*/
/* ---------------------------------------------------
　　topicpath
------------------------------------------------------ */
/*.topicpath {
  background: none;
  width: 100%;
  text-align: center;
  padding: 15px 0;
  margin-bottom: 0;
}
.topicpath .acms-container {
  max-width: 1200px;
}
.topicpath .topicpath-list {
  width: 100%;
  padding: 0;
  text-align: left;
}
.topicpath .topicpath-list .topicpath-item {
  float: none;
  display: inline-block;
  background: none;
  padding: 0;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 200;
}
.topicpath .topicpath-list .topicpath-item a {
  display: inline;
}
.topicpath .topicpath-list .topicpath-item::before {
  display: inline-block;
  content: "/";
  padding: 0 10px;
}
.topicpath .topicpath-list .topicpath-item:first-child {
  padding: 0;
}
.topicpath .topicpath-list .topicpath-item:first-child::before {
  display: inline-block;
  content: "";
  padding: 0;
}
.topicpath .topicpath-list .topicpath-item .topicpath-link {
  font-size: 1.5rem;
  font-weight: 200;
}

@media screen and (max-width: 896px) and (orientation: landscape) {
  .topicpath {
    padding-left: 40px;
  }
}*/
/* ---------------------------------------------------
　　header
------------------------------------------------------ */
/*#header {
  width: 100%;
  background: #FFF;
}

#header .content-wrap {
  height: auto;
  aspect-ratio: 1920/120;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #FFF;
}

#header .content-wrap .logo {
  width: 10.4166666667vw;
  margin: 1.0416666667vw;
  margin-right: 7.2916666667vw;
}

#header .content-wrap .logo a {
  display: block;
}

#header .content-wrap .logo a:hover {
  opacity: 1;
}

#header .content-wrap .seo-description {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.575;
  margin-bottom: 1.5625vw;
}

#header .content-wrap .gnavi > ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#header .content-wrap .gnavi > ul li {
  font-size: 1.6rem;
  margin-right: 2.0833333333vw;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.4;
  position: relative;
}

#header .content-wrap .gnavi > ul li:last-of-type {
  margin-right: 0;
}

#header .content-wrap .gnavi > ul li > ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: auto;
  height: auto;
  z-index: 1000;
}

#header .content-wrap .gnavi > ul li > ul > li {
  width: auto;
  height: auto;
}

#header .content-wrap .gnavi > ul li > ul > li a {
  display: block;
  white-space: nowrap;
  width: auto;
  padding: 5px;
  background: rgba(255, 255, 255, 0.95);
}

#header .content-wrap .mail-btn {
  width: 9.375vw;
  margin-right: 0;
  margin-left: 1.0416666667vw;
  height: 100%;
}

#header .content-wrap .mail-btn a {
  background: #999;
  width: 100%;
  color: #FFF;
  padding: 1.7708333333vw 0 1.71875vw;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

#header .content-wrap .mail-btn a::before {
  content: "";
  display: inline-block;
  height: 1.0416666667vw;
  background: url(../images/common/ico-mail.png) no-repeat center/contain;
  width: 100%;
  margin-bottom: 0.5208333333vw;
}

#header .content-wrap .tel-info {
  margin-left: auto;
  margin-right: 0;
  text-align: right;
}

#header .content-wrap .tel-info p {
  font-size: 3.8rem;
  line-height: 0.66315;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 0.2604166667vw;
  white-space: nowrap;
}

#header .content-wrap .tel-info small {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.575;
}

@media screen and (max-width: 1280px) {
  #header .content-wrap {
    height: 9.375vw;
  }
  #header .content-wrap .logo {
    width: 12.5vw;
    margin: 1.0416666667vw;
    margin-right: 5.46875vw;
  }
  #header .content-wrap .head-contents {
    max-width: 44.3229166667vw;
  }
  #header .content-wrap .seo-description {
    font-size: 1.09375vw;
    margin-bottom: 2.34375vw;
  }
  #header .content-wrap .gnavi > ul > li {
    font-size: 1.09375vw;
    margin-right: 1.5625vw;
  }
  #header .content-wrap .mail-btn {
    width: 12.5vw;
    margin-left: 1.0416666667vw;
  }
  #header .content-wrap .mail-btn a {
    padding: 2.65625vw 0 2.578125vw;
    font-size: 1.40625vw;
  }
  #header .content-wrap .mail-btn a::before {
    height: 1.5625vw;
    margin-bottom: 0.78125vw;
  }
  #header .content-wrap .tel-info p {
    font-size: 2.34375vw;
    margin-bottom: 0.390625vw;
  }
  #header .content-wrap .tel-info small {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  #header {
    height: auto;
    position: fixed;
    top: 0;
    z-index: 1000;
  }
  #header .content-wrap {
    height: auto;
    align-items: center;
    width: 100%;
    justify-content: space-between;
  }
  #header .content-wrap .logo {
    width: 30%;
    margin-left: 2%;
    z-index: 999;
  }
  #header .content-wrap .sp-scroll {
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    overflow: scroll;
    background: #FFF;
    transition: 0.6s;
    left: -1200px;
  }
  #header .content-wrap .is-open + .sp-scroll {
    left: 0;
  }
  #header .content-wrap .gnavi > ul {
    display: block;
    padding-top: 100px;
    height: auto;
  }
  #header .content-wrap .gnavi > ul > li {
    margin: 0;
    text-align: center;
    padding: 10px 0;
    font-size: 18px;
  }
  #header .content-wrap .gnavi > ul > li a {
    color: #222;
  }
  #header .content-wrap .gnavi > ul > li > ul {
    display: none;
    position: relative;
  }
  #header .content-wrap .mail-btn {
    display: none;
  }
  #header .content-wrap .tel-info {
    display: none;
  }
  .head-contents {
    margin-right: 2%;
  }
  .sp-menu-btn {
    display: block;
    width: 40px;
    height: 60px;
    position: relative;
    z-index: 999;
  }
  .sp-menu-btn > span {
    display: inline-block;
    background-color: #004878;
    width: 100%;
    height: 2px;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.8s;
  }
  .sp-menu-btn > span:first-of-type {
    top: 25%;
  }
  .sp-menu-btn > span:last-of-type {
    top: 75%;
  }
  .sp-menu-btn.is-open > span {
    transform: translate(-50%, -50%) rotateX(180deg) rotateY(270deg);
    top: 50%;
  }
  .sp-menu-btn.is-open > span:first-of-type {
    transform: translate(-50%, -50%) rotateZ(45deg);
    top: 50%;
  }
  .sp-menu-btn.is-open > span:last-of-type {
    transform: translate(-50%, -50%) rotateZ(-45deg);
    top: 50%;
  }
  .seo-description {
    display: none;
  }
}
@media screen and (max-width: 896px) and (orientation: landscape) {
  #header .content-wrap .logo {
    width: 18%;
  }
  #header .content-wrap .gnavi > ul {
    padding-bottom: 40px;
  }
}*/
/* ---------------------------------------------------
	follow-content
------------------------------------------------------ */
/*.follow-content {
  height: 4.1666666667vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: fixed;
  transition: 0.6s;
  width: 100%;
  top: -500px;
  background: #FFF;
  z-index: 999;
}
.follow-content.is-follow {
  position: fixed;
  top: 0;
}
.follow-content .logo {
  width: 7.8125vw;
  margin: 0.5208333333vw 9.8958333333vw 0.5208333333vw 1.0416666667vw;
}
.follow-content .logo a {
  display: block;
}
.follow-content .logo a:hover {
  opacity: 1;
}
.follow-content .seo-description {
  font-size: 0.7291666667vw;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.575;
  margin-bottom: 1.875vw;
}
.follow-content .gnavi > ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.follow-content .gnavi > ul > li {
  font-size: 0.9375vw;
  margin-right: 2.0833333333vw;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.4;
  position: relative;
}
.follow-content .gnavi > ul > li:last-of-type {
  margin-right: 0;
}
.follow-content .gnavi > ul > li > ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: auto;
  height: auto;
  z-index: 1000;
}
.follow-content .gnavi > ul > li > ul > li {
  width: auto;
  height: auto;
}
.follow-content .gnavi > ul > li > ul > li a {
  display: block;
  white-space: nowrap;
  width: auto;
  padding: 5px;
  background: rgba(255, 255, 255, 0.95);
}
.follow-content .mail-btn {
  width: 9.375vw;
  margin-right: 0;
  margin-left: 1.0416666667vw;
  height: 100%;
}
.follow-content .mail-btn a {
  background: #999;
  width: 100%;
  color: #FFF;
  padding: 0.7291666667vw 0 0.6770833333vw;
  font-size: 0.9375vw;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-weight: 700;
}
.follow-content .mail-btn a::before {
  content: "";
  display: inline-block;
  height: 1.0416666667vw;
  background: url(../images/common/ico-mail.png) no-repeat center/contain;
  width: 100%;
}
.follow-content .tel-info {
  margin-left: auto;
  margin-right: 0;
  text-align: right;
}
.follow-content .tel-info p {
  font-size: 1.9791666667vw;
  line-height: 0.66315;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 0.2604166667vw;
}
.follow-content .tel-info small {
  font-size: 0.8333333333vw;
  font-weight: 500;
  line-height: 1.575;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .follow-content {
    display: none;
  }
}*/
/* ---------------------------------------------------
　　footer
------------------------------------------------------ */
/*#footer {
  background: #EEEEEE;
  padding-bottom: 2.0833333333vw;
  position: relative;
}

#footer .f-contact {
  background: #CCCCCC;
  padding: 3.4895833333vw 0 3.4895833333vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

#footer .f-contact > p {
  font-size: 1.1458333333vw;
  letter-spacing: 0.1em;
  line-height: 1.145;
  margin-right: 3.9583333333vw;
  font-weight: 700;
}

#footer .contact-info {
  display: flex;
  align-items: center;
  width: 28.90625vw;
}

#footer .contact-info .mail-btn {
  margin-right: 0;
  margin-left: 2.0833333333vw;
  height: 100%;
}

#footer .contact-info .mail-btn a {
  background: #999;
  width: 12.5vw;
  color: #FFF;
  font-size: 0.9375vw;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
  position: relative;
  height: 4.1666666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

#footer .contact-info .mail-btn a::before {
  content: "";
  display: inline-block;
  width: 1.40625vw;
  height: 1.0416666667vw;
  background: url(../images/common/ico-mail.png) no-repeat center/contain;
  margin-right: 0.78125vw;
}

#footer .contact-info .tel-info {
  margin-left: auto;
  margin-right: 0;
  text-align: right;
  white-space: nowrap;
}

#footer .contact-info .tel-info p {
  font-size: 1.9791666667vw;
  line-height: 0.66315;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 0.2604166667vw;
}

#footer .contact-info .tel-info small {
  font-size: 0.8333333333vw;
  font-weight: 500;
  line-height: 1.575;
}

#footer .f-company-info {
  background: #EEEEEE;
  padding: 2.0833333333vw 0 0 0;
}

#footer .f-company-info .site-map {
  display: flex;
  align-items: flex-start;
  width: 62.5vw;
  margin: auto;
  margin-bottom: 1.875vw;
}

#footer .f-company-info .site-map .logo {
  margin-right: 1.5625vw;
  width: 10.4166666667vw;
}

#footer .f-company-info .site-map .logo a {
  display: block;
}

#footer .f-company-info .site-map .logo a:hover {
  opacity: 1;
}

#footer .f-company-info .site-map .address p {
  font-size: 0.8333333333vw;
}

#footer .f-company-info .f-menu {
  margin-right: 0;
  margin-left: auto;
  width: 18.4375vw;
}

#footer .f-company-info .f-menu ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

#footer .f-company-info .f-menu ul li {
  font-size: 0.9375vw;
  line-height: 1.4;
  margin-bottom: 1.0416666667vw;
  font-weight: 500;
}

#footer .f-company-info .f-menu ul li:not(:nth-of-type(3n)) {
  margin-right: 2.0833333333vw;
}

#footer .icon-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3.125vw;
}

#footer .icon-wrap .icon {
  margin: auto 0.5208333333vw;
  width: 1.5625vw;
}

#footer p.copyright {
  font-size: 0.7291666667vw;
  font-weight: 400;
  line-height: 1.8;
  color: #000;
  text-align: center;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  #footer .contact-info {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
  #footer .contact-info .mail-btn a {
    height: 60px;
    font-size: 18px;
    width: 100%;
  }
  #footer .contact-info .mail-btn a::before {
    width: 28px;
    height: 16px;
  }
  #footer .contact-info .tel-info {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  #footer .contact-info .tel-info p {
    font-size: 32px;
    margin-bottom: 15px;
  }
  #footer .contact-info .tel-info small {
    font-size: 18px;
    margin-top: 20px;
  }
  #footer .f-contact {
    flex-wrap: wrap;
    padding: 40px 0 40px 0;
  }
  #footer .f-contact > p {
    margin-right: 0;
    text-align: center;
    margin-bottom: 20px;
    font-size: 14px;
  }
  #footer .f-company-info {
    padding: 20px 0;
    font-size: 16px;
  }
  #footer .f-company-info .site-map {
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 10px;
    margin-bottom: 0;
  }
  #footer .f-company-info .site-map .logo {
    margin-right: 0;
    margin-bottom: 20px;
    width: 150px;
  }
  #footer .f-company-info .site-map .address {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  #footer .f-company-info .site-map .address p {
    font-size: 16px;
  }
  #footer .f-company-info .f-menu {
    width: 100%;
    margin-bottom: 0;
  }
  #footer .f-company-info .f-menu ul.gnavi {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    height: auto;
    background: none;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    padding-top: 0;
  }
  #footer .f-company-info .f-menu ul li {
    font-size: 14px;
    margin: 0 20px 10px 20px;
    width: 120px;
    text-align: center;
  }
  #footer .f-company-info .f-menu ul li:not(:nth-of-type(3n)) {
    margin-right: 20px;
  }
  #footer .icon-wrap {
    margin-bottom: 30px;
  }
  #footer .icon-wrap .icon {
    margin: 0 10px;
    width: 30px;
  }
  #footer p.copyright {
    font-size: 14px;
  }
}*/
/* pagetop */
/*.pagetop {
  display: block;
  position: fixed;
  right: 0;
  bottom: -100%;
  z-index: 1000;
  transition: all 0.6s;
}

.pagetop.active {
  display: block;
  bottom: 0;
}

.pagetop a {
  display: block;
}

.pagetop a:hover {
  transform: translateY(-3px);
}

.pagetop a:hover img {
  opacity: 1;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .pagetop {
    width: 44px;
  }
  .pagetop a:hover {
    transform: translateY(0);
  }
}*/
/* ------------------------------
　　スライダー
------------------------------ */
.slick-slider {
  padding: 0 0 12px 0;
}
.slick-slider img {
  margin: 0 auto;
}

.fix-height {
  height: 300px; /* はじめのちらつき防止 */
  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 #c41134;
  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 #c41134;
  content: "";
}

.main-slider-image {
  height: 300px;
  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: 2.4rem;
}

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

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

/* 矢印ナビゲーション */
.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;
}
.slick-prev:focus,
.slick-next: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;
}

/* ドットのナビゲーション */
.slick-dots {
  position: relative;
  clear: both;
  margin: -35px 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 8px;
  font-size: 0;
  background: #FFF;
  border: 1px solid transparent;
  border-radius: 7px;
  content: "";
}

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

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

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

.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 {
  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;
}
#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: 768) {
  .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;
  }
}

/* 250528 地域ページの複数画像のslick調整 */
.main_image_slider {
  width: 756px;
  margin: 0 auto;
}
.main_image_slider .slick-slider {
  padding: 0;
  margin: 0;
}
.main_image_slider .slick-slider img {
  aspect-ratio: 756 / 521;
}
.main_image_slider .main_image_slider_container {
  position: relative;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .main_image_slider {
    width: 100%;
    margin: 0 auto;
  }
}
/* /250528 地域ページの複数画像のslick調整 */

/* ---------------------------------------------------
	btn_menu
------------------------------------------------------ */
.btn_menu {
  display: none;
  position: fixed;
  right: 15px;
  top: 10px;
  width: 100px;
  height: 100px;
  padding: 20px 20px 15px;
  cursor: pointer;
  text-align: center;
  z-index: 9999;
  background: #000;
}
.btn_menu .menu-trigger {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 32px;
  box-sizing: border-box;
  transition: all 0.4s;
}
.btn_menu .menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #FFF;
}
.btn_menu .menu-trigger span:nth-of-type(1) {
  top: 0;
}
.btn_menu .menu-trigger span:nth-of-type(1) {
  top: 4px;
}
.btn_menu .menu-trigger span:nth-of-type(2) {
  top: 14px;
}
.btn_menu .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.btn_menu .menu-trigger.active {
  transform: rotate(180deg);
}
.btn_menu .menu-trigger.active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-35deg);
}
.btn_menu .menu-trigger.active span:nth-of-type(2) {
  transform: translateY(0) rotate(35deg);
}
.btn_menu .menu-trigger.active span:nth-of-type(3) {
  opacity: 0;
}
.btn_menu .txt {
  color: #FFF;
  font-size: 1.2rem;
  font-family: Arial, Helvetica, "sans-serif";
  font-weight: bold;
  margin-top: 4px;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .btn_menu {
    display: block;
    width: 60px;
    height: 60px;
    padding: 10px 10px 15px;
  }
  .btn_menu .menu-trigger {
    width: 40px;
    height: 26px;
  }
  .btn_menu .menu-trigger span {
    height: 2px;
  }
  .btn_menu .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .btn_menu .menu-trigger span:nth-of-type(1) {
    top: 2px;
  }
  .btn_menu .menu-trigger span:nth-of-type(2) {
    top: 12px;
  }
  .btn_menu .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
}
/* ---------------------------------------------------
	pager
------------------------------------------------------ */
.pager {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0;
}
.pager li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid #000;
  border-radius: 0;
  font-size: 2rem;
  background: #FFF;
}
.pager li > span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.pager li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #000;
  text-decoration: none;
}
.pager li.prev, .pager li.next {
  border: none;
  border-radius: 0;
  background: none;
}
.pager li.prev .pager-link,
.pager li.prev .pager-link:hover, .pager li.next .pager-link,
.pager li.next .pager-link:hover {
  background: none;
  color: #000;
}
.pager li.cur {
  background: #06799E;
  color: #FFF;
  border-radius: 0;
}
.pager li .pager-link {
  background: #FFF;
  padding: 10px;
}
.pager li .pager-link:active, .pager li .pager-link:focus, .pager li .pager-link:visited {
  color: #000;
}
.pager li .pager-link:hover {
  background: #06799E;
  color: #FFF;
  border-radius: 0;
  opacity: 1;
}

.serial-nav {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.serial-nav .serial-nav-prev {
  text-align: left;
}
.serial-nav .serial-nav-next {
  text-align: right;
}
.serial-nav a {
  display: block;
  padding: 15px 30px;
  color: #000;
  font-weight: bold;
}
.serial-nav a:active, .serial-nav a:focus, .serial-nav a:hover, .serial-nav a:visited {
  color: #000;
}
.serial-nav a:hover {
  text-decoration: none;
}
.serial-nav .serial-nav-item a {
  border: 1px solid #000;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .pager {
    margin: 20px 0;
  }
  .pager li {
    margin-bottom: 10px;
  }
  .serial-nav {
    padding: 0 10px;
  }
  .serial-nav .serial-nav-item {
    width: 48%;
  }
  .serial-nav a {
    padding: 10px 20px;
  }
}
/* ---------------------------------------------------
	子ブログindex
------------------------------------------------------ */
.koblog {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
}
.koblog .koblog-card-wrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 30px;
}
.koblog .koblog-card-wrap .koblog-card {
  width: 22.5%;
  margin-right: 3.33%;
  margin-bottom: 40px;
}
.koblog .koblog-card-wrap .koblog-card:nth-child(4n) {
  margin-right: 0;
}
.koblog .koblog-card-wrap .koblog-card .image {
  max-width: 270px;
  height: 180px;
  overflow: hidden;
  position: relative;
}
.koblog .koblog-card-wrap .koblog-card .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.koblog .koblog-card-wrap .koblog-card .koblog-card-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}
.koblog .koblog-card-wrap .koblog-card .koblog-card-inner .date {
  flex: none;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2rem;
  line-height: 1;
  margin-right: 10px;
}
.koblog .koblog-card-wrap .koblog-card .koblog-card-inner .category {
  flex: none;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  height: 24px;
  padding: 0 10px;
  font-size: 1.4rem;
  color: #fff;
  background: #00469C;
}
.koblog .koblog-card-wrap .koblog-card .koblog-card-inner .text {
  margin-top: 10px;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .koblog {
    padding: 0 15px 60px;
  }
  .koblog .koblog-card-wrap {
    justify-content: center;
    margin-top: 30px;
  }
  .koblog .koblog-card-wrap .koblog-card {
    width: 100%;
    margin-bottom: 25px;
    margin-right: 0;
  }
  .koblog .koblog-card-wrap .koblog-card:last-child {
    margin-right: 0;
  }
  .koblog .koblog-card-wrap .koblog-card .koblog-card-inner {
    margin-top: 15px;
  }
  .koblog .koblog-card-wrap .koblog-card .koblog-card-inner .image {
    max-width: 100%;
    max-height: 180px;
  }
  .koblog .koblog-card-wrap .koblog-card .koblog-card-inner .image img {
    width: 100%;
  }
  .koblog .koblog-card-wrap .koblog-card .koblog-card-inner .date {
    font-size: 18px;
  }
  .koblog .koblog-card-wrap .koblog-card .koblog-card-inner .category {
    font-size: 14px;
  }
}
@media screen and (max-width: 844px) and (orientation: landscape) {
  .koblog .koblog-card {
    width: 49%;
    margin-right: 2%;
  }
  .koblog .koblog-card:nth-child(2n) {
    margin-right: 0;
  }
}
/* ---------------------------------------------------
	子ブログindex - news用
------------------------------------------------------ */
.koblog-news {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
}
.koblog-news .koblog-card-wrap {
  display: block;
  margin-top: 30px;
}
.koblog-news .koblog-card-wrap .koblog-card {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 10px 0;
}
.koblog-news .koblog-card-wrap .koblog-card .image {
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: relative;
  margin-right: 20px;
}
.koblog-news .koblog-card-wrap .koblog-card .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.koblog-news .koblog-card-wrap .koblog-card .koblog-card-inner {
  display: block;
  width: calc(100% - 120px);
}
.koblog-news .koblog-card-wrap .koblog-card .koblog-card-inner .meta {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.koblog-news .koblog-card-wrap .koblog-card .koblog-card-inner .category {
  flex: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  min-width: 100px;
  padding: 0 10px;
  font-size: 1.4rem;
  color: #fff;
  background: #00469C;
  margin-right: 20px;
}
.koblog-news .koblog-card-wrap .koblog-card .koblog-card-inner .date {
  flex: none;
  margin-right: 10px;
  font-size: 2rem;
  line-height: 1;
}
.koblog-news .koblog-card-wrap .koblog-card .text {
  margin-top: 10px;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .koblog-news {
    max-width: 100%;
    padding: 0 10px;
  }
  .koblog-news .koblog-card-wrap {
    margin-top: 10px;
  }
  .koblog-news .koblog-card-wrap .koblog-card .image {
    margin-right: 10px;
  }
  .koblog-news .koblog-card-wrap .koblog-card .koblog-card-inner {
    width: calc(100% - 110px);
  }
  .koblog-news .koblog-card-wrap .koblog-card .koblog-card-inner .category {
    font-size: 14px;
  }
  .koblog-news .koblog-card-wrap .koblog-card .koblog-card-inner .date {
    font-size: 20px;
  }
  .koblog-news .koblog-card-wrap .koblog-card .text {
    margin-top: 10px;
  }
}
/* ---------------------------------------------------
	子ブログ詳細
------------------------------------------------------ */
/* タイトル */
.entry > header h2 {
  padding-bottom: 10px;
  border-bottom: 1px solid #999;
  margin-bottom: 40px;
}
.entry > header .entry-info {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 40px;
}
.entry > header .entry-info .date {
  flex: none;
  margin-right: 10px;
  font-size: 2rem;
  line-height: 1;
}
.entry > header .entry-info .category {
  flex: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  min-width: 100px;
  padding: 0 10px;
  font-size: 1.4rem;
  color: #fff;
  background: #00469C;
}
.entry > .entry-footer {
  max-width: 1200px;
  margin: 20px auto;
}
.entry > .entry-footer .share-wrapper {
  background: transparent;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .entry > header h2 {
    margin-bottom: 20px;
  }
  .entry > header .entry-info {
    margin-bottom: 20px;
    padding: 0 10px;
  }
  .entry > header .entry-info .date {
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1;
    width: 100%;
  }
}
/* SNSシェアボタン */
.share-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #999;
  padding: 5px;
}
.share-wrapper .share-list {
  display: inline-block;
}
.share-wrapper .share-item {
  display: inline-block;
  margin: 0 0 0 15px;
  vertical-align: top;
}
.share-wrapper .share-item a {
  color: #999;
  text-decoration: none;
}
.share-wrapper .share-item [class*=acms-icon] {
  font-size: 2.2rem;
  vertical-align: middle;
}
.share-wrapper .share-item .share-item-facebook {
  position: relative;
  color: #1877F2;
  line-height: 1.2;
}
.share-wrapper .share-item .share-item-facebook::before {
  vertical-align: middle;
}
.share-wrapper .share-item .share-item-facebook:focus::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  border: 1px dotted #333;
  content: "";
}
.share-wrapper .share-item .share-item-twitter {
  position: relative;
  color: #55ACEE;
  line-height: 1.2;
}
.share-wrapper .share-item .share-item-twitter::before {
  vertical-align: middle;
}
.share-wrapper .share-item .share-item-twitter:focus::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  border: 1px dotted #333;
  content: "";
}

/* ---------------------------------------------------
	tag
------------------------------------------------------ */
.taglist {
  width: 100%;
  max-width: 1200px;
  margin: 40px auto;
  padding: 0;
}
.taglist .tag {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.taglist .tag a {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #999;
}
.taglist .tag a:hover {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #999;
  background: #999;
  color: #FFF;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .taglist {
    width: 100%;
    max-width: 100%;
    margin: 20px auto;
    padding: 0 10px;
  }
}
/* ---------------------------------------------------
	404
------------------------------------------------------ */
#article-404.entry-title {
  text-align: center;
  margin: 50px 0;
}

/* ---------------------------------------------------
　　contact
------------------------------------------------------ */
/* a-blog cms デフォルト */
/* ボタン　色付き */
.btn-attention {
  background: #C41134;
  border: 0;
  color: #FFF;
  font-weight: bold;
  line-height: 1.3;
  border: 0;
  display: inline-block;
  padding: 6px 15px;
  border-radius: 3px;
}

.btn-attention:hover,
.btn-attention:visited {
  color: #FFF;
  text-decoration: none;
}

.btn-attention:focus,
.btn-attention:active {
  color: #FFF;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}

.btn-attention:hover {
  color: #FFF;
  background-color: #910021;
  background-image: linear-gradient(to bottom, #C41134, #910021);
}

.btn-attention:active,
.btn-attention:focus {
  background: #910021;
}

/* ボタンサイズ大 */
.btn-large {
  background: #666;
  color: #FFF;
  font-weight: bold;
  line-height: 1.3;
  border: 0;
  display: inline-block;
  padding: 15px 20px;
  text-align: center;
  border-radius: 5px;
  font-size: 2rem;
  box-sizing: border-box;
  transition: background-color 0.25s linear;
}

.btn-large:hover,
.btn-large:visited {
  color: #FFF;
  text-decoration: none;
}

.btn-large:focus,
.btn-large:active {
  color: #FFF;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}

.btn-large:hover {
  background: #444;
}

.btn-large:active,
.btn-large:focus {
  background: #444;
}

/* ボタンサイズ大 色付き */
.btn-attention-large {
  background: #C41134;
  color: #FFF;
  font-weight: bold;
  line-height: 1.3;
  border: 0;
  display: inline-block;
  padding: 15px 20px;
  text-align: center;
  border-radius: 5px;
  font-size: 2rem;
  box-sizing: border-box;
  transition: background-color 0.25s linear;
}

.btn-attention-large:hover,
.btn-attention-large:visited {
  color: #FFF;
  text-decoration: none;
}

.btn-attention-large:focus,
.btn-attention-large:active {
  color: #FFF;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}

.btn-attention-large:hover {
  background: #910021;
}

.btn-attention-large:active,
.btn-attention-large:focus {
  background: #910021;
}

/* デスクトップ：最大360pxボタン 色付き */
.btn-attention-block-large {
  width: 100%;
  background: #C41134;
  color: #FFF;
  font-weight: bold;
  line-height: 1.3;
  border: 0;
  display: inline-block;
  padding: 15px 20px;
  text-align: center;
  border-radius: 5px;
  font-size: 2rem;
  box-sizing: border-box;
  transition: background-color 0.25s linear;
}

.btn-attention-block-large:hover,
.btn-attention-block-large:visited {
  color: #FFF;
  text-decoration: none;
}

.btn-attention-block-large:focus,
.btn-attention-block-large:active {
  color: #FFF;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}

.btn-attention-block-large:hover {
  background: #910021;
}

.btn-attention-block-large:active,
.btn-attention-block-large:focus {
  background: #910021;
}

@media (min-width: 768px) {
  .btn-block-large {
    max-width: 360px;
  }
  .btn-attention-block-large {
    max-width: 360px;
  }
}
.contact-box .message-group {
  margin: 0 0 35px;
}

.contact-box .message-text {
  color: #c41134;
  font-weight: 700;
}

.contact-box .contact-no {
  margin: 0;
  color: #333;
  font-weight: 700;
  font-size: 3rem;
}

.contact-box .contact-no a {
  color: inherit;
}

.contact-box .error-text {
  margin: 5px 0 0;
  color: #c41134;
}

.contact-box p {
  line-height: 1.6;
}

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

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

.contact-form-group {
  display: flex;
  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 {
  margin: 0;
  padding: 10px 10px 0;
  font-weight: 700;
  text-align: left;
}

.contact-form-control, .contact-form-label {
  display: block;
  width: 100%;
  box-sizing: border-box;
}

.contact-form-control {
  padding: 10px;
}

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

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

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

@media screen and (min-width: 768px) {
  .contact-form {
    width: 100%;
  }
  .contact-form-label {
    padding: 15px 15px 5px;
    vertical-align: top;
  }
  .contact-form-control {
    padding: 5px 15px 15px;
  }
  .contact-form-col {
    margin: 0;
  }
}
.contact-box .mail-step {
  margin: 0 0 25px;
  padding: 0 10px;
  background: #e5e5e5;
  counter-reset: a;
}

.contact-box .mail-step-item {
  float: left;
  margin: 0 5px;
  padding: 14px 0 10px;
  color: #999;
  font-weight: 700;
  list-style: none;
  border-bottom: 4px solid transparent;
  font-size: 1.4rem;
}

.contact-box .mail-step-item:before {
  content: counter(a) ".";
  counter-increment: a;
}

.contact-box .mail-step-item-current {
  color: #333;
  border-bottom: 4px solid #333;
}

@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;
  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: #c41134;
  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=date],
.contact-box input[type=datetime-local],
.contact-box input[type=datetime],
.contact-box input[type=email],
.contact-box input[type=month],
.contact-box input[type=number],
.contact-box input[type=password],
.contact-box input[type=search],
.contact-box input[type=tel],
.contact-box input[type=text],
.contact-box input[type=time],
.contact-box input[type=url],
.contact-box input[type=week] {
  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=date],
  .contact-box input[type=datetime-local],
  .contact-box input[type=datetime],
  .contact-box input[type=email],
  .contact-box input[type=month],
  .contact-box input[type=number],
  .contact-box input[type=password],
  .contact-box input[type=search],
  .contact-box input[type=tel],
  .contact-box input[type=text],
  .contact-box input[type=time],
  .contact-box input[type=url],
  .contact-box input[type=week],
  .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;
}

/* 以下、調整用 */
.contact-box {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.contact-box .tel-box {
  width: 680px;
  margin: 0 auto 40px;
  border: 1px solid #000;
  text-align: center;
}

.contact-box .tel-box a {
  padding: 30px 0;
  display: block;
}

.contact-box .tel-box a:hover {
  text-decoration: none;
}

.contact-box .tel-box h2 {
  margin-bottom: 0;
}

.entry-column .contact-box ul li {
  background: none;
  padding: 0;
}

.contact-box .contact-no {
  font-size: 4rem;
}

.contact-box .contact-no + p {
  margin-bottom: 0;
}

.contact-form, .contact-form-group {
  background: none;
}

.contact-form-group {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  font-size: 1.6rem;
}

.contact-form-label {
  border-bottom: 1px solid #ccc;
  font-size: 1.6rem;
  width: 33.3333333333%;
  padding: 10px;
}

.contact-form-control {
  border-bottom: 1px solid #ccc;
  font-size: 1.6rem;
  width: 66.6666666667%;
  padding: 10px;
}

.contact-box input[type=date], .contact-box input[type=datetime-local], .contact-box input[type=datetime], .contact-box input[type=email], .contact-box input[type=month], .contact-box input[type=number], .contact-box input[type=password], .contact-box input[type=search], .contact-box input[type=tel], .contact-box input[type=text], .contact-box input[type=time], .contact-box input[type=url], .contact-box input[type=week] {
  padding: 5px;
}

.contact-box select {
  min-height: 40px;
}

.contact-box .acms-admin-form-radio {
  display: block;
  margin-bottom: 10px;
}

.contact-box .radio-sub {
  display: inline-block;
  padding-left: 25px;
  margin-bottom: 10px;
}

.form-btn-box {
  margin: 20px 10px;
}

.contact-box .btn-attention-block-large {
  position: relative;
  display: block;
  width: 100%;
  padding: 25px 50px;
  border: 2px solid #000;
  color: #000;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: #FFF;
  transition: all 0.25s ease;
  border-radius: 0;
  margin: auto;
}

.contact-box .btn-attention-block-large:active, .contact-box .btn-attention-block-large:focus, .contact-box .btn-attention-block-large:hover {
  opacity: 0.8;
}

.contact-box .btn-large {
  padding: 25px 30px;
  border-radius: 0;
  border: 2px solid #666;
}

input, select {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 500;
}

.contact-box .message-back-link a {
  color: #222;
}

.label-any {
  margin: 0 10px;
  padding: 2px 8px;
  color: #fff;
  background: #666;
  border-radius: 3px;
  font-size: 1.2rem;
  float: right;
}

.label-required {
  float: right;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .contact-box .tel-box {
    width: 94%;
  }
  .contact-box .contact-no {
    font-size: 28px;
  }
  .contact-box .fax {
    font-size: 20px;
  }
  .contact-form-control, .contact-form-label {
    display: block;
    width: 100%;
  }
  .label-any {
    margin: 0 5px;
  }
}
/* reCAPTCHA */
.grecaptcha-badge {
  bottom: 80px !important;
}

/* ------------------------------
　　print
------------------------------ */
@page {
  size: A4;
  margin: 5mm;
}
@media print {
  body {
    width: 1000px;
    font-size: 16px;
  }
}