@charset "UTF-8";
/*
Author: c.nz
Version: 1.0.5
*/
/* ---------------------------------------------------
　　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;
  -webkit-box-sizing: border-box;
  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: calc(100vw * (10 / 1920)); }
  @media screen and (max-width: 1366px) {
    html {
      font-size: calc(100vw * (9 / 1366)); } }
  @media screen and (max-width: 1280px) {
    html {
      font-size: calc(100vw * (8 / 1280)); } }
  @media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
    html {
      font-size: 10px; } }

body {
  font-display: swap;
  font-size: 1.6rem;
  background-color: var(--backgroundcolor);
  color: var(--charactercolor);
  font-family: var(--fontfamily), "Shippori Mincho B1", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

.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: .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; }

a {
  transition: all ease 0.3s;
  box-sizing: border-box; }
  a:link, a:visited {
    color: #222;
    text-decoration: none; }
  a:hover {
    opacity: .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: -ms-flexbox;
  display: -webkit-box;
  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: "Shippori Mincho B1", "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; } }
.white-btn {
  text-align: center;
  position: relative;
  height: 62px; }
  .white-btn a {
    /*font-family: "Shippori Mincho B1";*/
    display: inline-block;
    text-align: center;
    background: #FFF;
    width: calc(100% - 40px);
    max-width: 400px;
    margin: auto;
    padding: 18px 0;
    font-size: 1.9rem;
    font-weight: bold;
    letter-spacing: .1em;
    line-height: 1.4;
    position: absolute;
    left: 0%;
    transform: translateX(-50%);
    opacity: 0;
    transition: .6s; }
    .white-btn a:hover {
      background: var(--themecolor);
      color: #FFF; }
  .white-btn.isActive a {
    left: 50%;
    opacity: 1; }

@media screen and (max-width: 767px) {
  .white-btn a::after {
    right: 20px; } }
/* ------------------------------
　　動的フォーム
------------------------------ */
.entry-column .contact-form li {
  padding-left: 0;
  background: transparent; }

.contact-form-label {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.textarea .contact-form-label {
  align-items: flex-start;
  padding-top: 20px; }

.homing + main {
  margin-top: calc(100vw * (175 / 1920)); }

header {
  top: 0;
  left: 0;
  z-index: 9999;
  background: var(--backgroundcolor);
  width: 100%;
  transition: .6s;
  top: calc(100vw * (-300 / 1920)); }
  header.homing {
    position: fixed;
    top: 0;
    z-index: 9999; }
    header.homing .content-wrap {
      padding: calc(100vw * (15 / 1920)) calc(100vw * (20 / 1920));
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
      header.homing .content-wrap .lang {
        display: none; }
      header.homing .content-wrap .logo {
        width: calc(100vw * (189 / 1920));
        margin-right: calc(100vw * (182 / 1920)); }
      header.homing .content-wrap .obj-wrap {
        align-items: center; }
        header.homing .content-wrap .obj-wrap .sp-scroll {
          align-items: center; }
    header.homing + .topicpath {
      margin-top: calc(100vw * (175 / 1920)); }
    header.homing + .page-title-wrapper {
      margin-top: calc(100vw * (175 / 1920)); }
  header .content-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: calc(100vw * (30 / 1920)) calc(100vw * (36 / 1920)) calc(100vw * (45 / 1920)); }
    header .content-wrap .lang {
      width: 100%;
      padding-right: calc(100vw * (180 / 1920));
      text-align: right; }
      header .content-wrap .lang a, header .content-wrap .lang a:visited {
        color: var(--charactercolor); }
    header .content-wrap .logo {
      margin-right: calc(100vw * (67 / 1920));
      width: calc(100vw * (280 / 1920)); }
      header .content-wrap .logo a:hover {
        opacity: 1; }
    header .content-wrap .obj-wrap .sp-scroll {
      display: flex;
      align-items: flex-end;
      width: 100%; }
      header .content-wrap .obj-wrap .sp-scroll .contact-tel .sp-tel {
        letter-spacing: 0;
        line-height: 1.475;
        font-size: calc(100vw * (40 / 1920)); }
    header .content-wrap .obj-wrap ul {
      display: flex;
      justify-content: center;
      align-items: center; }
    header .content-wrap .obj-wrap li {
      margin-right: calc(100vw * (30 / 1920));
      text-decoration: none;
      font-size: calc(100vw * (21 / 1920));
      font-weight: bold;
      letter-spacing: .1em;
      line-height: 1.6363; }
      header .content-wrap .obj-wrap li:last-of-type {
        margin-right: 0; }
      header .content-wrap .obj-wrap li a, header .content-wrap .obj-wrap li a:visited {
        color: var(--charactercolor); }
    header .content-wrap .obj-wrap .contact-tel {
      font-size: calc(100vw * (20 / 1920));
      letter-spacing: .1em;
      font-weight: 500;
      line-height: 1.6363;
      text-align: center;
      margin-left: calc(100vw * (110 / 1920));
      margin-right: auto;
      justify-content: flex-end; }
      header .content-wrap .obj-wrap .contact-tel p:last-of-type {
        font-size: calc(100vw * (30 / 1920));
        line-height: 1.475;
        letter-spacing: 0;
        font-weight: 500; }
    header .content-wrap .obj-wrap .contact-btn a {
      background: linear-gradient(var(--themecolor) 0%, var(--subthemecolor) 100%);
      position: fixed;
      border-radius: 1000px;
      color: #FFF;
      width: calc(100vw * (170 / 1920));
      height: calc(100vw * (170/ 1920));
      display: flex;
      justify-content: center;
      align-items: flex-start;
      text-align: center;
      top: calc(100vw * (-500 / 1920));
      right: calc(100vw * (30 / 1920));
      z-index: 9999;
      font-size: calc(100vw * (21 / 1920));
      font-weight: 500;
      letter-spacing: .05em;
      line-height: 1.4;
      color: #FFF;
      padding-top: calc(100vw * (86 / 1920));
      transition: 0.6s cubic-bezier(0.15, 1, 0.5, 1);
      opacity: 0;
      overflow: hidden; 
      border: 1px solid #FFF;
}
      header .content-wrap .obj-wrap .contact-btn a.is-visible {
        opacity: 1;
        top: calc(100vw * (30 / 1920));
        overflow: hidden; }
      header .content-wrap .obj-wrap .contact-btn a::before {
        content: "";
        display: inline-block;
        background: url(../images/common/mail_ico.png) no-repeat center/contain;
        width: calc(100vw * (32 / 1920));
        height: calc(100vw * (22 / 1920));
        top: calc(100vw * (56 / 1920));
        position: absolute; }
      header .content-wrap .obj-wrap .contact-btn a.is-visible:hover {
        opacity: .7; }
    header .content-wrap .sp-menu-btn {
      display: none; }
  @media screen and (max-width: 1600px) {
    header .obj-wrap .site-menu li a {
      font-size: .125em; }
    header .obj-wrap .account-menu li a {
      font-size: .875em; } }

/* .is_tablet header .content-wrap .obj-wrap li {
  font-size: 21px;
} */
.is_tablet .contact-form-label {
  font-size: 16px; }

.is_tablet .contact-box .tel-box a div p.contact-no {
  font-size: 40px; }

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  header.homing .content-wrap .logo {
    width: 144px; }
  header .content-wrap {
    padding: 0 10px;
    height: 60px;
    align-items: center; }
    header .content-wrap .lang {
      width: 100%;
      padding-right: 0;
      margin-bottom: 30px;
      text-align: center; }
    header .content-wrap .logo {
      width: 144px;
      margin-right: 0;
      position: relative;
      z-index: 999; }
    header .content-wrap .sp-menu-btn {
      display: block;
      width: 60px;
      height: 60px;
      position: fixed;
      right: 0;
      top: 0;
      margin-right: 0;
      z-index: 9999;
      background: #222222; }
      header .content-wrap .sp-menu-btn > span {
        display: inline-block;
        background: #FFF;
        width: 34px;
        height: 2px;
        border-radius: 5px;
        position: absolute;
        top: 23px;
        left: 50%;
        transform: translateX(-50%);
        transition: 0.8s; }
      header .content-wrap .sp-menu-btn::before, header .content-wrap .sp-menu-btn::after {
        content: "";
        display: inline-block;
        background-color: #FFF;
        width: 34px;
        height: 2px;
        border-radius: 5px;
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        transition: 0.8s; }
      header .content-wrap .sp-menu-btn::before {
        top: 12px; }
      header .content-wrap .sp-menu-btn::after {
        top: 34px; }
      header .content-wrap .sp-menu-btn small {
        font-family: "Shippori Mincho B1";
        font-weight: bold;
        font-size: 10px;
        letter-spacing: 0.05em;
        text-align: center;
        color: #fff;
        position: absolute;
        top: 38px;
        left: 50%;
        transform: translateX(-50%); }
      header .content-wrap .sp-menu-btn.is-open > span {
        width: 0; }
      header .content-wrap .sp-menu-btn.is-open::before {
        transform: translate(-50%, -50%) rotateZ(45deg);
        top: 40%; }
      header .content-wrap .sp-menu-btn.is-open::after {
        transform: translate(-50%, -50%) rotateZ(-45deg);
        top: 40%; }
      header .content-wrap .sp-menu-btn.is-open + .obj-wrap {
        left: 0; }
    header .content-wrap .obj-wrap {
      overflow: scroll;
      height: 100vh;
      position: fixed;
      width: 100%;
      top: 0;
      left: -500px;
      z-index: 9990;
      background: #ffffffbf;
      transition: .6s;
      padding-top: 0;
      backdrop-filter: blur(6px);
      -webkit-backdrop-filter: blur(6px); }
      header .content-wrap .obj-wrap .sp-scroll {
        padding: 0 10px;
        padding-top: 90px;
        display: block; }
      header .content-wrap .obj-wrap .contact-btn {
        width: 100%; }
      header .content-wrap .obj-wrap .sp-scroll nav {
        margin-bottom: 30px; }
        header .content-wrap .obj-wrap .sp-scroll nav ul {
          display: block; }
          header .content-wrap .obj-wrap .sp-scroll nav ul li {
            margin-right: 0;
            text-align: right;
            font-size: 2rem;
            padding: 10px 0;
            padding-right: 20px; }
      header .content-wrap .obj-wrap .contact-tel {
        width: 100%;
        font-size: 1.8rem;
        margin: auto; }
        header .content-wrap .obj-wrap .contact-tel .sp-tel {
          font-size: 2.5rem;
          margin-top: 253px; }
      header .content-wrap .obj-wrap .contact-btn {
        position: relative;
        width: 100%;
        border-radius: 0;
        right: 0; }
        header .content-wrap .obj-wrap .contact-btn::before {
          top: 20px; }
        header .content-wrap .obj-wrap .contact-btn a {
          border-radius: 0;
          padding-top: 50px; }
          header .content-wrap .obj-wrap .contact-btn a.is-visible {
            position: relative;
            width: 100%;
            top: 0;
            left: 0;
            padding-top: 42px;
            height: 80px;
            font-size: 20px; }
          header .content-wrap .obj-wrap .contact-btn a::before {
            top: 12px;
            height: 23px; }
  header.homing .content-wrap {
    padding: 12px 15px; }

  .sp-bottom-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    z-index: 9999; }
    .sp-bottom-banner .sp-tel-btn {
      background: #89710D;
      width: 50%;
      border-right: 1px solid #FFF; }
      .sp-bottom-banner .sp-tel-btn a {
        font-family: "Shippori Mincho B1";
        font-weight: 500;
        font-size: 18px;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        min-height: 60px; }
        .sp-bottom-banner .sp-tel-btn a::before {
          content: "";
          display: inline-block;
          margin-right: 5px;
          width: 18px;
          height: 24px;
          background: url(../images/common/tel_icon.svg) no-repeat center/contain; }
    .sp-bottom-banner .sp-contact-btn {
      background: var(--themecolor);
      width: 50%; }
      .sp-bottom-banner .sp-contact-btn a {
        font-family: "Shippori Mincho B1";
        font-weight: 500;
        font-size: 16px;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        min-height: 60px; }
        .sp-bottom-banner .sp-contact-btn a::before {
          content: "";
          display: inline-block;
          margin-right: 10px;
          width: 30px;
          height: 20px;
          background: url(../images/common/mail_icon.svg) no-repeat center/contain; } }
@media screen and (max-width: 896px) and (orientation: landscape) {
  header .content-wrap .obj-wrap {
    left: -1000px; }
    header .content-wrap .obj-wrap .sp-scroll {
      padding-bottom: 50px; }
  header.homing .content-wrap .logo {
    width: 144px; } }
.page-title-wrapper {
  background: none;
  height: auto; }

.page-title-inner {
  display: flex;
  align-items: center;
  padding: 0;
  margin-bottom: 30px; }
  .page-title-inner .page-title {
    font-family: "Shippori Mincho B1";
    font-weight: bold;
    font-size: 40px;
    letter-spacing: 0.05em;
    line-height: 1.4;
    text-align: left;
    color: var(--charactercolor);
    max-width: 1000px; }
    .page-title-inner .page-title img {
      width: 100%;
      height: 300px;
      object-fit: cover; }

.is_tablet .page-title-inner .page-title {
  font-size: 26px; }

.tit-img-area {
  width: calc(100vw * (1000 / 1920)); }

@media screen and (max-width: 767px) {
  .page-title-inner {
    position: relative; }

  .acms-container {
    position: absolute;
    width: 100%;
    color: #FFF; }

  .page-title-inner .page-title {
    font-size: 24px;
    color: #FFF;
    text-shadow: 0 0 10px #000;
    margin-bottom: 0;
    text-align: center; }

  .tit-img-area {
    width: 100%; }

  .page-title-inner .page-title {
    margin-bottom: 0;
    text-align: center; } }
/* ---------------------------------------------------
　　topicpath
------------------------------------------------------ */
.topicpath {
  background: none;
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
  padding: 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: 15px;
      line-height: 1.2;
      font-weight: 500;
      color: var(--charactercolor); }
      .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: 15px;
        font-weight: 500;
        color: var(--charactercolor); }

.is_tablet .topicpath {
  padding: 0 20px; }

@media screen and (max-width: 896px) and (orientation: landscape) {
  .topicpath {
    padding-left: 40px; } }
footer {
  background: var(--backgroundcolor);
  position: relative;
  z-index: 1000;
  margin-top: 110px;
  /* pagetop */ }
  footer .pagetop {
    display: block;
    position: fixed;
    right: 0;
    bottom: -100%;
    z-index: 1000;
    transition: all 0.6s; }
    footer .pagetop.active {
      display: block;
      bottom: 0; }
    footer .pagetop a {
      display: block; }
      footer .pagetop a:hover {
        transform: translateY(-3px); }
        footer .pagetop a:hover img {
          opacity: 1; }
  footer .foot-contact {
    display: flex;
    justify-content: center;
    margin-bottom: 60px; }
    footer .foot-contact p, footer .foot-contact a {
      color: #FFF; }
    footer .foot-contact .tel {
      background: var(--subthemecolor);
      width: 50%;
      display: flex;
      padding-right: 98px;
      align-items: center; }
      footer .foot-contact .tel .text-wrap {
        max-width: 404px;
        margin-left: auto;
        text-align: center; }
        footer .foot-contact .tel .text-wrap p:first-of-type {
          font-size: 2rem;
          letter-spacing: .1em;
          line-height: 1.6;
          font-weight: 500; }
        footer .foot-contact .tel .text-wrap p:last-of-type {
          font-size: 4rem; }
          footer .foot-contact .tel .text-wrap p:last-of-type .sp-tel {
            font-size: 5rem;
            line-height: 1.46; }
    footer .foot-contact .mail {
      background: var(--themecolor);
      width: 50%; }
      footer .foot-contact .mail .text-wrap {
        margin-right: auto;
        text-align: center;
        position: relative;
        max-width: 460px;
        margin-left: 83px; }
        footer .foot-contact .mail .text-wrap a {
          font-size: 2.8rem;
          letter-spacing: .1em;
          line-height: 1.05;
          font-weight: bold;
          text-align: center;
          display: inline-block;
          padding: 104px 0 60px; }
          footer .foot-contact .mail .text-wrap a::before {
            content: "";
            display: inline-block;
            width: 42px;
            height: 29px;
            background: url(../images/common/mail_ico-f.png) no-repeat center/contain;
            position: absolute;
            top: 60px;
            left: 50%;
            transform: translateX(-50%); }
  footer .footer-info {
    background: #222222;
    padding: 60px 0 40px; }
    footer .footer-info .content-wrap {
      margin-bottom: 77px; }
      footer .footer-info .content-wrap .logo {
        margin-bottom: 20px;
        text-align: center; }
      footer .footer-info .content-wrap .address {
        text-align: center;
        /*font-family: "Shippori Mincho B1";*/
        font-weight: normal;
        font-size: 18px;
        line-height: 1.6;
        text-align: center;
        color: #fff;
        margin-bottom: 0; }
        footer .footer-info .content-wrap .address a {
          color: #FFF; }
    footer .footer-info p.copy {
      text-align: center;
      color: #FFF; }
  footer .footer-nav {
    float: none;
    width: auto;
    margin: 0 98px 0 0; }
    footer .footer-nav:last-of-type {
      margin: 0; }
    footer .footer-nav nav ul li {
      margin: 0 50px 12px;
      font-size: 1.8rem;
      line-height: 1.4;
      font-weight: 600;
      color: var(--charactercolor); }
      footer .footer-nav nav ul li a, footer .footer-nav nav ul li a:visited {
        color: var(--charactercolor); }
    footer .footer-nav nav > ul {
      justify-content: center;
      margin-top: 12px;
      margin-bottom: 41px; }
      footer .footer-nav nav > ul > li > ul > li {
        margin: 0;
        margin-top: 12px;
        font-size: 1.6rem;
        font-weight: 500; }
        footer .footer-nav nav > ul > li > ul > li::before {
          content: "-";
          color: var(--charactercolor);
          margin-right: 0.6rem;
          font-size: 1.6rem;
          font-weight: 500;
          line-height: 1.2; }

footer .footer-menu {
  display: flex;
  justify-content: center; }

.is_tablet footer .foot-contact .tel {
  padding-right: 0; }

.is_tablet footer .foot-contact .tel .text-wrap {
  margin: auto; }

.is_tablet footer .foot-contact .tel .text-wrap p:first-of-type {
  font-size: 20px; }

.is_tablet footer .foot-contact .tel .text-wrap p:last-of-type {
  font-size: 30px; }

.is_tablet footer .foot-contact .tel .text-wrap p:last-of-type .sp-tel {
  font-size: 40px; }

.is_tablet footer .foot-contact .mail .text-wrap {
  margin: auto; }

.is_tablet .footer-nav ul li {
  margin: 0 10px 15px; }
  .is_tablet .footer-nav ul li.fmenu-col2 > ul {
    width: 340px; }
.is_tablet footer .foot-contact .mail .text-wrap a {
  font-size: 20px; }

.is_tablet footer .footer-nav nav ul li {
  font-size: 18px; }

.is_tablet footer .footer-nav nav > ul > li > ul > li {
  margin-top: 12px;
  font-size: 16px; }

.is_tablet footer .footer-nav nav > ul > li > ul > li::before {
  margin-right: 6px;
  font-size: 16px; }

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  footer {
    margin-top: 40px;
    padding: 0; }
    footer .pagetop {
      width: 44px; }
      footer .pagetop a:hover {
        transform: translateY(0); }
    footer .footer-nav {
      padding: 0 10px;
      margin-bottom: 60px; }
      footer .footer-nav nav ul li {
        margin: 0;
        margin-bottom: 15px; }
      footer .footer-nav nav > ul {
        display: block;
        margin: 0;
        margin-top: 15px; }
        footer .footer-nav nav > ul li {
          margin-bottom: 10; }
    footer .foot-contact {
      display: none;
      flex-wrap: wrap;
      margin-bottom: 0; }
      footer .foot-contact .tel {
        width: 100%;
        padding: 20px 0; }
        footer .foot-contact .tel .text-wrap {
          margin-left: auto;
          text-align: center;
          max-width: 100%;
          width: 100%; }
          footer .foot-contact .tel .text-wrap p:last-of-type {
            font-size: 2.8rem; }
            footer .foot-contact .tel .text-wrap p:last-of-type .sp-tel {
              font-size: 4rem; }
      footer .foot-contact .mail {
        width: 100%; }
        footer .foot-contact .mail .text-wrap {
          width: 100%;
          max-width: 100%;
          margin: auto; }
          footer .foot-contact .mail .text-wrap::before {
            top: 34px; }
          footer .foot-contact .mail .text-wrap a {
            font-size: 2rem;
            padding: 80px 0 40px;
            width: 100%; }
    footer .footer-info {
      padding: 60px 10px 80px; }
      footer .footer-info .content-wrap {
        flex-wrap: wrap; }
        footer .footer-info .content-wrap .logo {
          text-align: center;
          width: 240px;
          margin: auto;
          margin-bottom: 30px; }
        footer .footer-info .content-wrap .address {
          padding: 0;
          width: 100%;
          border-left: none; } }
@media screen and (max-width: 896px) and (orientation: landscape) {
  footer .footer-nav {
    display: none; } }
/* ------------------------------
　　スライダー
------------------------------ */
.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: 24px; }

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

/* ちらつき防止 */
.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; } }
/* ---------------------------------------------------
	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 .4s; }
    .btn_menu .menu-trigger span {
      display: inline-block;
      transition: all .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 {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
      .btn_menu .menu-trigger.active span:nth-of-type(1) {
        -webkit-transform: translateY(10px) rotate(-35deg);
        transform: translateY(10px) rotate(-35deg); }
      .btn_menu .menu-trigger.active span:nth-of-type(2) {
        -webkit-transform: translateY(0) rotate(35deg);
        transform: translateY(0) rotate(35deg); }
      .btn_menu .menu-trigger.active span:nth-of-type(3) {
        opacity: 0; }
  .btn_menu .txt {
    color: #FFF;
    font-size: 12px;
    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 var(--charactercolor);
    border-radius: 0;
    font-size: 20px;
    background: none; }
    .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: var(--charactercolor);
      text-decoration: none;
      line-height: 0; }
    .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: var(--charactercolor); }
    .pager li.cur {
      background: var(--themecolor);
      color: #FFF;
      border-radius: 0;
      border: 1px solid var(--themecolor); }
    .pager li .pager-link {
      background: none;
      padding: 10px;
      border-radius: 0; }
      .pager li .pager-link:active, .pager li .pager-link:focus, .pager li .pager-link:visited {
        color: var(--charactercolor); }
      .pager li .pager-link:hover {
        background: var(--themecolor);
        color: #FFF;
        border-radius: 0;
        opacity: 1; }
    .pager li.prev-btn {
      border: none; }
      .pager li.prev-btn:hover {
        border: none; }
      .pager li.prev-btn a:hover {
        background: transparent;
        border: none; }
    .pager li.next-btn {
      border: none; }
      .pager li.next-btn:hover {
        border: none; }
      .pager li.next-btn a:hover {
        background: transparent;
        border: none; }
    .pager li:hover {
      border: 1px solid var(--themecolor); }

.serial-nav {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 50px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .serial-nav .serial-nav-item-prev {
    text-align: left;
    margin-left: 0;
    margin-right: auto; }
  .serial-nav .serial-nav-item-next {
    text-align: right;
    margin-left: auto;
    margin-right: 0; }
  .serial-nav .serial-nav-item {
    width: 255px; }
    .serial-nav .serial-nav-item a {
      border: 1px solid var(--themecolor);
      display: block;
      padding: 10px 13px;
      color: var(--themecolor);
      font-weight: bold;
      text-align: center;
      font-size: 19px; }
      .serial-nav .serial-nav-item a:active, .serial-nav .serial-nav-item a:focus, .serial-nav .serial-nav-item a:hover, .serial-nav .serial-nav-item a:visited {
        color: var(--themecolor); }
      .serial-nav .serial-nav-item a:hover {
        text-decoration: none; }

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .pager {
    margin: 20px 0; }
    .pager li {
      margin-bottom: 10px;
      width: 30px;
      height: 30px;
      font-size: 18px; }
      .pager li .pager-link {
        padding: 0; }
      .pager li.cur {
        padding: 0;
        width: 30px;
        height: 30px; }

  .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;
      color: var(--charactercolor); }
      .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: "Shippori Mincho B1", "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;
          color: #333; }

/* .koblog .koblog-card-wrap .koblog-card .koblog-card-inner .text {
  margin-top: 10px;
} */
.is_tablet .koblog {
  max-width: 90vw; }

.is_tablet .koblog .koblog-card-wrap .koblog-card .koblog-card-inner .date {
  font-size: 20px; }

.is_tablet .koblog .koblog-card-wrap .koblog-card .text {
  font-size: 21px; }

@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 .image {
          max-width: 100%; }
        .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;
  color: #333; }
.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; }

.is_tablet .entry > .header .entry-info .date {
  font-size: 20px; }

.is_tablet .entry > .header h2 {
  font-size: 36px; }

.is_tablet .entry-column p {
  font-size: 18px; }

.is_tablet .serial-nav {
  max-width: 90vw; }

@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: 14px;
      line-height: 1;
      width: 100%; } }
/* SNSシェアボタン */
.share-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: transparent;
  padding: 5px;
  float: none; }
  .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: #222;
      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;
        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;
        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;
  -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5); }

.btn-attention:hover {
  color: #FFF;
  background-color: #910021;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#C41134), to(#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: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color .25s linear;
  transition: background-color .25s linear; }

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

.btn-large:focus,
.btn-large:active {
  color: #FFF;
  -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  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; }

.contact-box .contact-form tbody {
  width: 100%; }

.contact-box td, .contact-box th {
  border-bottom: none;
  border-top: none; }

/* ボタンサイズ大 色付き */
.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: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color .25s linear;
  transition: background-color .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;
  -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  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: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color .25s linear;
  transition: background-color .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;
  -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  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: 30px; }

.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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  background: #e5e5e5;
  border-bottom: 1px solid #fff; }

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

.contact-form-label {
  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; }

.is_tablet .contact-form-control {
  font-size: 16px; }

@media screen and (max-width: 896px), (max-width: 896px) and (orientation: landscape) {
  .contact-form-group {
    flex-wrap: wrap; }

  .contact-form-label {
    width: 100% !important;
    background: inherit !important; }

  .contact-form-control {
    width: 100% !important; } }
@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: 14px; }

.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: inline-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; }
.entry-column .contact-box ul li::before{display: none;}
.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: calc(100% / 3);
  padding: 10px; }

.contact-form-control {
  border-bottom: 1px solid #ccc;
  font-size: 1.6rem;
  width: calc((100% / 3 ) * 2);
  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 {
  /*font-family: "Shippori Mincho B1";*/
  position: relative;
  display: block;
  width: 100%;
  padding: 25px 50px;
  border: 1px solid var(--themecolor);
  color: var(--themecolor);
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: #FFF;
  transition: all .25s ease;
  border-radius: 0;
  margin: auto;
  font-weight: 600;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1); }

.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 var(--themecolor);
  background-color: var(--themecolor);
  font-family: "Shippori Mincho B1"; }

input, select, textarea {
  /*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: 12px;
  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; } }
.is_tablet p iframe {
  max-width: 450px; }

/* reCAPTCHA */
.grecaptcha-badge {
  bottom: 80px !important; }

/* ------------------------------
　　動的フォーム
------------------------------ */
.dynamic-form li {
  padding-left: 0;
  background: transparent; }

.dynamic-form .contact-form-label {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: none; }

.dynamic-form .textarea .contact-form-label {
  align-items: flex-start;
  padding-top: 20px; }

.dynamic-form tbody {
  width: 100%; }

.dynamic-form .contact-form-control {
  border-bottom: none; }

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