@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;
  -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-family: "Shippori Mincho B1", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-display: swap;
  font-size: 1.6rem;
  color: #000; }

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

#trend_notification {
  display: none; }

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

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

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; } }
/* ---------------------------------------------------
　　pagetit
------------------------------------------------------ */
.pagetit {
  width: 100%;
  height: calc(100vw * 355 / 1920);
  position: relative;
  background: url("../images/header/header.png");
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
  text-align: center; }
  .pagetit .header-inpagelogo {
    width: fit-content;
    margin: auto; }
    .pagetit .header-inpagelogo img {
      margin-top: calc(100vw * 40 / 1920); }
  .pagetit .page-title {
    margin: 0 auto;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.2;
    color: #000;
    letter-spacing: 0.05em;
    padding-top: calc(100vw * 85 / 1920); }

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .pagetit {
    width: 100%;
    max-width: 100%;
    height: 150px;
    background-size: 100%; }
    .pagetit .page-title {
      font-size: 2rem;
      padding-top: 80px; } }
/* ---------------------------------------------------
　　topicpath
------------------------------------------------------ */
.topicpath {
  background: none;
  width: 100%;
  text-align: center;
  padding: 15px 0 60px;
  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: 767px), (max-width: 896px) and (orientation: landscape) {
  .topicpath {
    padding-left: 10px;
    padding-right: 10px; } }
@media screen and (max-width: 896px) and (orientation: landscape) {
  .topicpath {
    padding-left: 40px; } }
/* ---------------------------------------------------
　　header
------------------------------------------------------ */
#header {
  width: 100%;
  position: relative;
  z-index: 10000; }
  #header .hamburger {
    right: 6rem;
    top: 50vh;
    cursor: pointer;
    position: fixed;
    z-index: 9999;
    /* ナビ開いてる時のボタン */ }
  #header .hamburger__pos {
    display: block;
    width: 5rem;
    height: 2.6rem;
    position: relative;
    text-align: center;
    pointer-events: auto;
    transition: 0.4s; }
  #header .hamburger__bar {
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    border-radius: 1px;
    background: #000;
    -webkit-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out; }
    #header .hamburger__bar:nth-child(1) {
      top: 0; }
    #header .hamburger__bar:nth-child(2) {
      top: 1.2rem; }
    #header .hamburger__bar:nth-child(3) {
      top: 2.4rem; }
  #header .hamburger.is-active .hamburger__bar {
    transition: 0.4s; }
    #header .hamburger.is-active .hamburger__bar:nth-child(1) {
      -webkit-transform: translateY(1.2rem) rotate(30deg);
      -ms-transform: translateY(1.2rem) rotate(30deg);
      transform: translateY(1.2rem) rotate(30deg); }
    #header .hamburger.is-active .hamburger__bar:nth-child(2) {
      -webkit-transform: translateY(0) rotate(-30deg);
      -ms-transform: translateY(0) rotate(-30deg);
      transform: translateY(0) rotate(-30deg); }
    #header .hamburger.is-active .hamburger__bar:nth-child(3) {
      -webkit-transform: translateY(-1.2rem) rotate(-30deg);
      -ms-transform: translateY(-1.2rem) rotate(-30deg);
      transform: translateY(-1.2rem) rotate(-30deg); }
  #header .menu {
    position: fixed;
    opacity: 0;
    top: 0;
    right: 0;
    z-index: 9998;
    transition: 0.3s;
    width: 48rem;
    height: 100vh;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.9);
    overflow-y: auto;
    padding: 16rem 3rem 3rem 14.8rem;
    pointer-events: none; }
    #header .menu nav ul li {
      margin-top: 3rem;
      font-size: 2rem;
      letter-spacing: 0.05em;
      font-weight: 400;
      line-height: 1.26; }
    #header .menu .link {
      margin-top: 9rem;
      font-size: 2rem;
      display: block;
      letter-spacing: 0.05em; }
  #header.is-open .menu {
    right: 0;
    opacity: 1;
    /*animation: fade_menu 1s forwards;*/
    scrollbar-width: none;
    z-index: 9998;
    pointer-events: auto; }
    #header.is-open .menu::-webkit-scrollbar {
      display: none; }
  #header .menu-curtain {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    transition: opacity 0.3s linear;
    z-index: 9997;
    pointer-events: none; }
  #header.is-open .menu-curtain {
    opacity: 0.3;
    pointer-events: auto; }

@keyframes fade_menu {
  0% {
    opacity: 0;
    right: 0; }
  100% {
    right: 0;
    opacity: 1; } }
@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  #header {
    height: auto;
    position: fixed;
    top: 0;
    z-index: 1000; }
    #header .hamburger {
      right: 20px;
      top: 20px; }
    #header .hamburger__pos {
      width: 4rem; }
    #header .menu {
      width: 50%;
      padding: 110px 22px 110px; }
      #header .menu nav ul li {
        font-size: 16px;
        margin-top: 20px; }
      #header .menu .link-en {
        margin-top: 30px;
        font-size: 16px; } }
@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: calc(100vw * (80 / 1920));
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: fixed;
  transition: .6s;
  width: 100%;
  top: -500px;
  background: #FFF;
  z-index: 999; }
  .follow-content.is-follow {
    position: fixed;
    top: 0; }
  .follow-content .logo {
    width: calc(100vw * (150 / 1920));
    margin: calc(100vw * (10 / 1920)) calc(100vw * (190 / 1920)) calc(100vw * (10 / 1920)) calc(100vw * (20 / 1920)); }
    .follow-content .logo a {
      display: block; }
      .follow-content .logo a:hover {
        opacity: 1; }
  .follow-content .seo-description {
    font-size: calc(100vw * (14 / 1920));
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.575;
    margin-bottom: calc(100vw * (36 / 1920)); }
  .follow-content .gnavi > ul {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .follow-content .gnavi > ul > li {
      font-size: calc(100vw * (18 / 1920));
      margin-right: calc(100vw * (40 / 1920));
      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: calc(100vw * (180 / 1920));
    margin-right: 0;
    margin-left: calc(100vw * (20 / 1920));
    height: 100%; }
    .follow-content .mail-btn a {
      background: #999;
      width: 100%;
      color: #FFF;
      padding: calc(100vw * (14 / 1920)) 0 calc(100vw * (13 / 1920));
      font-size: calc(100vw * (18 / 1920));
      letter-spacing: .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: calc(100vw * (20 / 1920));
        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: calc(100vw * (38 / 1920));
      line-height: .66315;
      letter-spacing: 0;
      font-weight: 400;
      margin-bottom: calc(100vw * (5 / 1920)); }
    .follow-content .tel-info small {
      font-size: calc(100vw * (16 / 1920));
      font-weight: 500;
      line-height: 1.575; }

.is_tablet #header .hamburger {
  top: 5vh; }

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .follow-content {
    display: none; } }
/* ---------------------------------------------------
　　footer
------------------------------------------------------ */
#footer {
  position: relative;
  padding: 16rem 1rem 7rem; }
  #footer .f-company-info {
    text-align: center; }
    #footer .f-company-info .address {
      margin-top: 6rem; }
      #footer .f-company-info .address p:first-of-type {
        margin-bottom: 2rem;
        font-size: 2rem;
        line-height: 1.4; }
      #footer .f-company-info .address p:last-of-type {
        margin-bottom: 0;
        font-size: 1.8rem;
        line-height: 1.8; }
  #footer p.copyright {
    font-size: 1.5rem;
    line-height: 1.4;
    color: #000;
    text-align: center;
    margin-top: 10rem; }

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  #footer {
    padding: 100px 10px 70px; }
    #footer .f-company-info {
      padding: 0;
      font-size: 16px; }
      #footer .f-company-info .f-logo {
        display: inline-block;
        max-width: 200px;
        width: 50%; }
    #footer p.copyright {
      margin-top: 50px;
      font-size: 14px; } }
/* pagetop */
.pagetop {
  display: block;
  position: fixed;
  right: 2rem;
  bottom: -100%;
  z-index: 1000;
  transition: all 0.6s; }
  .pagetop.active {
    display: block;
    bottom: 2rem; }
  .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: 60px; }
    .pagetop a:hover {
      transform: translateY(0); }

  .sp-contactmenu {
    display: flex;
    position: fixed;
    bottom: 0;
    background: #FFF;
    width: 100%;
    z-index: 9999; }
    .sp-contactmenu a {
      text-align: center;
      height: 60px;
      display: block; }
      .sp-contactmenu a img {
        display: block;
        margin: auto; }
      .sp-contactmenu a span {
        display: block;
        font-size: 14px;
        line-height: 1.2; }
    .sp-contactmenu .contact-btn {
      background: #000;
      color: #FFF;
      width: calc(50% - 32px);
      padding: 10px 0 8px; }
      .sp-contactmenu .contact-btn span {
        margin-top: 6px; }
    .sp-contactmenu .tel-btn {
      background: #F2F2F2;
      color: #000;
      width: calc(50% - 32px);
      padding: 8px 0; }
      .sp-contactmenu .tel-btn span {
        margin-top: 4px; }
    .sp-contactmenu .pagetop-btn {
      width: 64px;
      padding: 10px 0; } }
/* ------------------------------
　　スライダー
------------------------------ */
.slick-slider {
  padding: 0 0 12px 0; }
  .slick-slider .slick-list:focus:focus:before {
    border: none !important; }
  .slick-slider img {
    margin: 0 auto; }

.fix-height {
  height: 100vh;
  /* はじめのちらつき防止 */
  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: 100vh;
   /* background-repeat:no-repeat ,no-repeat ,no-repeat, no-repeat;
	background-position:bottom calc(100vw * (44 / 1920)) center,center,bottom calc(100vw * (113 / 1920)) center,center;
	background-size:calc(100vw * (1200 / 1920)), calc(100vw * (206 / 1920)), calc(100vw * (47 / 1920)), cover;*/
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative; }
  .main-slider-image a:hover {
    text-decoration: none; }
  .main-slider-image .top-logo {
    position: absolute;
    width: 100%;
    max-width: 120rem;
    bottom: 4.3rem;
    left: 50%;
    transform: translateX(-50%); }
    .main-slider-image .top-logo.logo-pc {
      display: inline !important; }
    .main-slider-image .top-logo.logo-sp {
      display: none !important; }

#video-area {
  height: 100vh; }
  #video-area .main-movie {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center; }

.is_tablet .fix-height {
  height: 50vh; }
.is_tablet .main-slider-image {
  height: 50vh;
  width: 100%;
  object-fit: cover; }
.is_tablet #video-area {
  height: 50vh; }

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .fix-height {
    height: 320px; }

  .main-slider-image {
    height: 320px; }
    .main-slider-image .top-logo {
      width: 315px;
      max-width: 100%;
      bottom: 13px; }
      .main-slider-image .top-logo.logo-pc {
        display: none !important; }
      .main-slider-image .top-logo.logo-sp {
        display: inline !important; }

  #video-area {
    height: 320px; }
    #video-area .main-movie-sp {
      object-fit: cover;
      object-position: center;
      width: 100%; } }
.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;
  display: none; }
  #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: 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-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: #F2F2F2;
      border-radius: 0;
      color: #000; }
    .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: #F2F2F2;
        color: #000;
        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: 500; }
    .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: 100%;
        height: auto;
        aspect-ratio: 3/2;
        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 .product-title {
        margin-top: 10px; }
      .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; }

@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%; } }
.entry > header h2.product-title {
  border-bottom: none;
  line-height: 1; }
  .entry > header h2.product-title span.modelnum {
    font-size: 1.6rem; }

.products-details {
  max-width: 100%;
  width: 60rem; }
  .products-details .details-slide {
    padding-bottom: 0;
    margin-bottom: 2rem; }
  .products-details .details-slide-thumb.static-slider {
    display: flex;
    justify-content: center; }
    .products-details .details-slide-thumb.static-slider .thumb-wrap {
      margin: 0 1rem;
      max-width: calc(100% / 5);
      width: 8rem; }
  .products-details .details-slide-thumb .thumb-wrap img {
    margin: 0 1rem; }
  .products-details .products-txt {
    margin-top: 6rem;
    margin-bottom: 6rem; }

.dokodemo-colorme {
  background: #F2F2F2;
  padding: 5.6rem 0 6rem; }
  .dokodemo-colorme .products-price {
    font-size: 2.6rem;
    text-align: center;
    margin-bottom: 0; }
  .dokodemo-colorme th, .dokodemo-colorme td {
    border: none !important; }
  .dokodemo-colorme .cartjs_product_table table {
    width: 20rem !important;
    margin-bottom: 2.5rem !important; }
    .dokodemo-colorme .cartjs_product_table table .cartjs_product_num {
      display: flex;
      align-items: center; }
      .dokodemo-colorme .cartjs_product_table table .cartjs_product_num th {
        font-size: 1.8rem;
        padding: 0;
        vertical-align: middle; }
      .dokodemo-colorme .cartjs_product_table table .cartjs_product_num td {
        padding: 0;
        padding-left: 2rem; }
        .dokodemo-colorme .cartjs_product_table table .cartjs_product_num td input {
          width: 12rem !important;
          height: 6rem !important;
          border: none;
          padding: 1.7rem 2rem !important; }
  .dokodemo-colorme .cartjs_cart_in input {
    width: 30rem !important;
    border-radius: 0 !important;
    font-size: 1.8rem !important;
    font-family: "Shippori Mincho B1", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
    background-color: #000 !important; }
  .dokodemo-colorme .cartjs_sk_link_other {
    text-align: center !important;
    font-size: 1.6rem !important;
    width: 100% !important; }

.is_tablet .dokodemo-colorme .cartjs_product_table table .cartjs_product_num th {
  white-space: nowrap; }

/* 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: ""; }

.grater-banner {
  display: block;
  margin: auto;
  width: 36rem;
  max-width: 70%; }

/* ---------------------------------------------------
	子ブログindex カタログバナーエリア
------------------------------------------------------ */
.index-catalog {
  text-align: center;
  display: block;
  width: fit-content;
  color: #000;
  font-size: 1.6rem;
  margin: 0 auto 5rem auto; }
  .index-catalog img {
    margin: 0 0 1rem  0;
    display: block;
    border: 1px solid #666;
    max-width: 250px; }

/* ---------------------------------------------------
	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: 2rem;
  -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; }

/* ボタンサイズ大 色付き */
.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;
  -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: 2rem;
  -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: 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: -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; }

@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;
  position: relative;
  display: inline;
  font-size: 1.8rem; }

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

@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: 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 {
  position: relative;
  display: block;
  width: 100%;
  padding: 25px 50px;
  border: 1px solid #000;
  color: #000;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: #FFF;
  transition: all .25s ease;
  border-radius: 0;
  margin: auto;
  font-family: "Shippori Mincho B1", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

.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: 1px solid #666;
  font-family: "Shippori Mincho B1", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

input, select {
  font-family: "Shippori Mincho B1", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", 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; } }
