@charset "utf-8";

/*normalize*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
* Correct `inline-block` display not defined in IE 8/9.
*/
audio,
canvas,
video {
  display: inline-block;
}

/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
* Address `[hidden]` styling not present in IE 8/9.
* Hide the `template` element in IE, Safari, and Firefox < 22.
*/
[hidden],
template {
  display: none;
}

/* ==========================================================================
Base
========================================================================== */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
*    user zoom.
*/
html {
  font-family: sans-serif;

  /* 1 */
  -webkit-text-size-adjust: 100%;

  /* 2 */
  -ms-text-size-adjust: 100%;

  /* 2 */
}

/**
* Remove default margin.
*/
body {
  margin: 0;
}

/* ==========================================================================
Links
========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
a {
  background: transparent;
  outline: none;
}

/**
* Address `outline` inconsistency between Chrome and other browsers.
*/
a:focus {
  outline: none;
}

a:focus-visible {
  outline: 2px dotted #3b3939;
}

/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
Typography
========================================================================== */
/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari 5, and Chrome.
*/
h1 {
  font-size: 2em;
  margin: .67em 0;
}

/**
* Address styling not present in IE 8/9, Safari 5, and Chrome.
*/
abbr[title] {
  border-bottom: 1px dotted;
}

/**
* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
*/
b,
strong {
  font-weight: bold;
}

/**
* Address styling not present in Safari 5 and Chrome.
*/
dfn {
  font-style: italic;
}

/**
* Address differences between Firefox and other browsers.
*/
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
* Address styling not present in IE 8/9.
*/
mark {
  background: #FF0;
  color: #000;
}

/**
* Correct font family set oddly in Safari 5 and Chrome.
*/
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
* Improve readability of pre-formatted text in all browsers.
*/
pre {
  white-space: pre-wrap;
}

/**
* Set consistent quote types.
*/
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
* Address inconsistent and variable font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

/* ==========================================================================
Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9.
*/
img {
  border: 0;
}

/**
* Correct overflow displayed oddly in IE 9.
*/
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
Figures
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari 5.
*/
figure {
  margin: 0;
}

/* ==========================================================================
Forms
========================================================================== */
/**
* Define consistent border, margin, and padding.
*/
fieldset {
  border: 1px solid #C0C0C0;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

/**
* 1. Correct `color` not being inherited in IE 8/9.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
  border: 0;

  /* 1 */
  padding: 0;

  /* 2 */
}

/**
* 1. Correct font family not being inherited in all browsers.
* 2. Correct font size not being inherited in all browsers.
* 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
*/
button,
input,
select,
textarea {
  font-family: inherit;

  /* 1 */
  font-size: 100%;

  /* 2 */
  margin: 0;

  /* 3 */
}

/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
button,
input {
  line-height: normal;
}

/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
* Correct `select` style inheritance in Firefox 4+ and Opera.
*/
button,
select {
  text-transform: none;
}

/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
*    `input` and others.
*/
button,
html input[type="button"],
/* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;

  /* 2 */
  cursor: pointer;

  /* 3 */
}

/**
* Re-set default cursor for disabled elements.
*/
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;

  /* 1 */
  padding: 0;

  /* 2 */
}

/**
* 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
*    (include `-moz` to future-proof).
*/
input[type="search"] {
  -webkit-appearance: textfield;

  /* 1 */
  -webkit-box-sizing: content-box;

  /* 2 */
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/**
* Remove inner padding and search cancel button in Safari 5 and Chrome
* on OS X.
*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
* 1. Remove default vertical scrollbar in IE 8/9.
* 2. Improve readability and alignment in all browsers.
*/
textarea {
  overflow: auto;

  /* 1 */
  vertical-align: top;

  /* 2 */
}

/* ==========================================================================
Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ==========================================================================
hx
========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

/* =======================================

layout CSS

========================================== */
* {
  box-sizing: border-box;
}

html {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  background-color: #000;
  color: #fff;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ";
  font-weight: 500;
  height: 100%;
  line-height: 1.8em;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}

#wrap {
  height: 100%;
  margin: 0;
  min-height: 100%;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}

body>#wrap {
  height: auto;
}

body #contents {
  font-variant-ligatures: none;
  margin: 0 auto;
  padding-bottom: 470px;
  padding-top: 0;
  position: relative;
  text-align: left;
  width: 100%;
  z-index: 0;
}

a {
  color: #2cb1e1;
  text-decoration: none;
}

a:hover {
  color: #2cb1e1;
  text-decoration: underline;
}

p {
  line-height: 1.6em;
  margin: 0;
  padding: 0;
}

img {
  background-color: transparent;
  margin: 0;
  max-width: 100%;
  padding: 0;
  vertical-align: bottom;
}

a img {
  backface-visibility: hidden;
  opacity: 1;
  transition: .5s;
}

a:hover img {
  opacity: .8;
  transition: .5s;
}

hr {
  border-bottom-width: 1px;
  border-color: #CCC;
  border-left-width: 0;
  border-right-width: 0;
  border-style: dotted;
  border-top-width: 0;
  clear: both;
  margin-bottom: 10px;
  margin-top: 10px;
}

hr.none {
  border: none;
  clear: both;
  height: 0;
  margin: 0;
  padding: 0;
}

/*breadcrumb*/
#breadcrumb {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  padding: 20px 0;
  display: block;
}

#breadcrumb ul {
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  width: 90%;
}

#contents #breadcrumb ul li {
  color: #fff;
  list-style-type: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 10px;
  margin-top: 0;
  padding: 0;
}

#breadcrumb ul li:after {
  content: ">";
  margin-left: 10px;
}

#breadcrumb ul li:last-child:after {
  display: none;
}

/*Float Clear*/
.clear {
  clear: both;
}

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

/*List*/
ul {
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 20px;
}

/*.header*/
.header {
  height: auto;
  left: 0;
  margin: auto;
  top: 0;
  width: 100%;
  z-index: 9999;
  transition: .5s;
  padding: 0;
}

.header.headerColorScroll {
  background-color: rgb(0 0 0 / 90%);
  transition: .5s;
}

.header-inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 100%;
  padding: 30px 40px 30px 50px;
  position: relative;
  transition: .5s;
  width: 100%;
}

.mobile-view .header {
  padding-top: 162px;
}

.header-left {
  padding: 5px 0;
  width: 25%;
}

.header-right {
  align-items: stretch;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 75%;
}

.header-bottom-area ul li a:hover {
  opacity: .5;
  transition: .5s;
  text-decoration: none;
}

/*Head_logo*/
.header .site-logo .link-logo {
  color: #555;
  font-size: 90%;
  transition: .5s;
}

.header .site-logo .link-logo:hover {
  opacity: .5;
  text-decoration: none;
  transition: .5s;
}

.header .site-logo {
  align-items: center;
  box-sizing: border-box;
  color: #000;
  display: flex;
  font-size: 100%;
  height: auto;
  justify-content: space-between;
  margin: 0 auto 0 0;
  max-width: 263px;
  padding: 0;
  text-align: center;
}

.header .img-logo {
  height: auto;
  max-width: 100%;
  width: 100%;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  transition: .5s;
}

header.hide {
  transform: translateY(-185px);
}

header.no-hide {
  transform: unset !important;
}

/*Footer CSS*/
footer {
  background-color: #000;
  bottom: 0;
  clear: both;
  font-weight: 400;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: left;
  width: 100%;
}

footer .address {
  font-size: 16px;
  font-weight: 400;
}

.footer-detail {
  margin: auto;
}

.footer-sub-text {
  text-align: center;
  color: #bdbdbd;
  margin-bottom: 25px;
}

footer,
footer a,
footer a:hover {
  color: #fff;
}

.footer-inner {
  font-size: 90%;
  margin: 0 auto;
  margin-bottom: 0;
  position: relative;
}

.footer-sitemap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
  max-width: 850px;
}

.footer-sitemap .sp-none {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: auto;
  margin-left: 0;
  margin-right: 0;
  max-width: 1140px;
  padding: 0;
  padding-left: 0;
  text-align: center;
}

.footer-sitemap .list-border {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 30px 0;
  padding: 0;
}

.footer-sitemap .list-border li {
  background-image: none;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: .8;
  margin: 0 0 10px;
  padding: 0;
  position: relative;
  width: max-content;
}

.footer-sitemap .list-border li a {
  border-right: 1px solid #FFF;
  color: #FFF;
  display: block;
  font-family: 'Cabin', sans-serif;
  height: 100%;
  letter-spacing: 0.1em;
  padding: 2px 8px;
  width: 100%;
}

.footer-sitemap .list-border li:first-child a,
.footer-sitemap .list-border li:nth-child(10) a {
  border-left: 1px solid #FFF;
}

.footer-sitemap .list-border li a:hover {
  color: #FFF;
}

footer .logo-area {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 35px;
  max-width: 90%;
  text-align: center;
  width: 290px;
}

footer .address-box {
  justify-content: center;
}

footer .address {
  letter-spacing: 0.05em;
  line-height: 1.6em;
  width: auto;
  color: #fff;
  font-weight: 400;
  margin-bottom: 30px;
  padding: 10px 0;
  text-align: center;
}

footer .address-box .address:first-child {
  border-right: 1px solid #5b5b5b;
  margin-right: 40px;
  padding-right: 40px;
}

footer .address .ttl {
  display: inline-block;
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 15px;
}

.copyright {
  bottom: 0;
  box-sizing: border-box;
  clear: both;
  color: #FFF;
  letter-spacing: 0.05em;
  margin: 0;
  padding-bottom: 25px;
  text-align: center;
  width: 100%;
}

footer .name img {
  text-align: center;
  margin: auto;
}

.footer-detail .site-link {
  width: 100%;
}

/* =======================================

Navi CSS

========================================== */
/*Mainnavi base*/
#g-navi {
  height: 100%;
  margin: auto;
  width: 100%;
}

.nav-area {
  width: 100%;
}

.nav-area #navi-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 0;
  align-items: stretch;
}

.nav-area .navi-item {
  box-sizing: border-box;
  font-size: 100%;
  list-style: none;
  margin: 0;
  width: auto;
  transition: .5s;
  height: auto;
  display: block;
}

.nav-area .nav-link:hover {
  text-decoration: none;
  transition: .5s;
}

#navi-list .nav-link {
  color: #fff;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Cabin', sans-serif;
  height: 100%;
  line-height: 1em;
  letter-spacing: 0.1em;
  padding: 10px 15px;
  transition: .5s;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

#navi-list .nav-link:hover {
  opacity: 0.5;
  transition: .5s;
}

/*Page-ttl*/
#page-ttl {
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
  box-sizing: border-box;
  height: 160px;
  margin-top: 100px;
  text-align: left;
  width: 100%;
  background-color: #fff;
}

.admin-bar #page-ttl {
  margin-top: 78px;
}

#page-ttl .inner {
  align-items: center;
  background-image: url(../image/base/page_ttl.jpg);
  background-position: center;
  background-repeat: repeat-x;
  background-size: cover;
  color: #666;
  display: flex;
  font-family: 'Cabin', sans-serif;
  height: 100%;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
}

#page-ttl .inner h1 {
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
  margin: 0;
  position: relative;
  top: 4px;
}

/* contents common */
#contents p {
  line-height: 1.8em;
  margin-bottom: 15px;
}

#contents .inner {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  max-width: 1200px;
  width: 90%;
}

/* =======================================

Structure CSS

========================================== */
/* contants-background-color */

.bg-white {
  padding: 70px 0;
  margin: 70px 0;
  background-color: #fff;
}

#contents .bg-white:last-child {
  margin-bottom: -50px;
  padding-bottom: 140px;
}

/*Text Decoration*/
.look-orange {
  color: #f88e04;
}

.look-red {
  color: #e04d4d;
}

.txt-blue {
  color: #0a50a1;
}

.txt-green {
  color: #298f35;
}

.bold {
  font-weight: bold;
}

/*Text Size*/
.txt-85 {
  font-size: 85%;
}

.txt-95 {
  font-size: 95%;
}

.txt-90 {
  font-size: 90%;
}

.txt-110 {
  font-size: 110%;
}

.txt-120 {
  font-size: 120%;
}

.txt-130 {
  font-size: 130%;
}

.txt-150 {
  font-size: 150%;
}

/*Margin*/
#contents .no-mb {
  margin-bottom: 0;
}

#contents .no-mt,
#contents h2.no-mt,
#contents h4.no-mt,
#contents h5.no-mt,
#contents p.no-mt,
#contents li.no-mt,
.no-mt {
  margin-top: 0;
}

#contents .mb-10 {
  margin-bottom: 10px;
}

#contents .mb-20 {
  margin-bottom: 20px;
}

#contents .mb-30 {
  margin-bottom: 30px;
}

#contents .mb-40 {
  margin-bottom: 40px;
}

#contents .mb-50 {
  margin-bottom: 50px;
}

#contents .mb-65 {
  margin-bottom: 65px;
}

#contents .box-mb {
  margin-bottom: 80px;
}

#contents .mt-10 {
  margin-top: 10px;
}

#contents .mt-20 {
  margin-top: 20px;
}

#contents .mt-30 {
  margin-top: 30px;
}

#contents .mt-40 {
  margin-top: 40px;
}

#contents .mt-50 {
  margin-top: 50px;
}

#contents .flex.start.box-mb {
  margin-bottom: 0px;
}

#contents .txt-mb {
  margin-bottom: 15px;
}

/*Text Align*/
.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.txt-left {
  text-align: left;
}

.va-center {
  vertical-align: middle;
}

/* table */
.table-over {
  border-spacing: 8px;
  overflow: auto;
  width: 100%;
}

.table-02 th.left-position {
  position: sticky;
  left: 0;
}

.table-over table.table-01,
.table-over table.table-02 {
  min-width: 850px;
  width: 100%;
}

.table-01 {
  border-collapse: collapse;
  border-width: 0;
  font-size: 15px;
  line-height: 1.6em;
  width: 100%;
}

.table-01 tr:first-child {
  border-top: 1px solid #d2d2d2;
}

form .table-01 tr:first-child {
  border-top: none;
}

.table-01 th {
  background-color: #e3e3e3;
  border-bottom: 1px solid #d2d2d2;
  color: #31363C;
  font-weight: 500;
  padding: 16px 30px;
  font-size: 17px;
}

.table-01 tr:first-child td,
.table-01 tr:first-child th {
  border-top-width: 0;
}

.table-01 th.need {
  color: #fff;
  font-size: 18px;
  border-left: 0;
  width: 280px;
}

.table-01 th.start {
  vertical-align: baseline;
}

.table-01 th.need:before,
.table-01 th.no-need:before {
  background-color: #ed3243;
  color: #FFF;
  content: "必須";
  display: block;
  float: left;
  font-size: 11px;
  font-weight: normal;
  margin-right: 10px;
  text-align: center;
  width: 30px;
}

.table-01 th.no-need:before {
  background-color: #505050;
  content: "任意";
}

.table-01 th.no-need {
  color: #fff;
}

.table-01 td {
  background-color: #FFF;
  border-bottom: 1px solid #d2d2d2;
  border-right: 0;
  padding: 12px 20px;
  font-size: 17px;
}

.table-01.w-100,
.table-02.w-100 {
  width: 100%;
}

form .table-01 td,
form .table-01 th {
  background-color: transparent;
  border: none;
}

.table-02 {
  border-bottom-width: 0;
  border-collapse: collapse;
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 0;
  color: #333;
  font-size: 14px;
  line-height: 1.6em;
  vertical-align: middle;
}

.table-02 th {
  background-color: #e3e3e3;
  border: 1px solid #d2d2d2;
  color: #333;
  font-weight: 500;
  padding: 15px 20px;
  text-align: left;
  vertical-align: top;
  font-size: 16px;
}

.table-02 td {
  background-color: #FFF;
  border: 1px solid #d2d2d2;
  font-weight: 500;
  line-height: 28px;
  padding: 10px 20px;
  vertical-align: middle;
  font-size: 16px;
}

.table-02 th.need {
  min-width: 200px;
}

.table-02 th.need:before {
  background-color: #E08752;
  color: #FFF;
  content: "必須";
  display: block;
  float: left;
  font-size: 11px;
  font-weight: normal;
  margin-right: 10px;
  text-align: center;
  width: 30px;
}

.table-02 th.no-need {
  padding-left: 50px;
}

/*send_btn*/
.btn-send {
  padding: 5px 20px;
}

/*ul*/
#contents .disc {
  margin: 0;
  padding: 0 0 0 20px;
}

#contents .disc li {
  list-style-type: disc;
  margin: 0;
  padding: 0;
}

table ul {
  margin-bottom: 0;
  margin-top: 0;
}

#contents ul.style-none {
  padding: 0;
}

#contents ul.style-none li {
  list-style: none;
}

#contents li {
  font-weight: 500;
}

/* hx */
#contents h2 {
  color: #fff;
  padding: 0;
  position: relative;
  text-align: center;
  background-color: transparent;
  font-size: 36px;
  font-family: 'Cabin', sans-serif;
  font-weight: 500;
  margin-top: 0;
  letter-spacing: 0.1em;
  margin-bottom: 70px;
}

#contents h2.noto {
  font-size: 33px;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ";
  letter-spacing: 0.05em;
}

body:not(#home) h2 {
  margin-bottom: 50px;
}

#news #contents h2 {
  margin: 30px auto 40px;
}

#contents h3 {
  background-color: #505050;
  margin: 0 0 30px;
  font-size: 23px;
  font-weight: 500;
  padding: 15px;
  letter-spacing: 0.05em;
  overflow: hidden;
  position: relative;
}

#contents h4 {
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 0.015em;
  margin: 0 0 20px;
  padding: 0 0 15px;
  border-bottom: 2px solid #a1a1a1;
}

#contents h5 {
  font-size: 18px;
  color: #ed3243;
  letter-spacing: 0.010em;
  padding: 0;
  margin: 0 0 30px;
}

#contents p {
  font-weight: 500;
  line-height: 1.8em;
}

body:not(#home) #contents p {
  letter-spacing: 0.03em;
}

/* googlemap ifreame */
.google-map iframe {
  border: none;
  height: 100%;
  min-height: 270px;
  width: 100%;
}

.google-map {
  border: 1px solid transparent;
  height: 299px;
}

/* ifreame */
.iframe-area iframe {
  border: none;
  height: 100%;
  min-height: 270px;
  width: 100%;
}

.iframe-area {
  border: 1px solid transparent;
  height: 299px;
}

/*カラム*/

#content .flex.start {
  flex-wrap: wrap;
  justify-content: space-around;
}

.flex {
  align-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex.start {
  justify-content: start;
}

.flex.center {
  justify-content: center;
}

.txt-2box {
  margin-right: 4%;
  width: 48%;
}

.txt-2box.end {
  margin-right: 0;
}

.txt-3box {
  margin-right: 30px;
  width: calc(100% / 3 - 20px);
}

.txt-3box.end {
  margin-right: 0;
}

.txt-4box {
  margin-right: 20px;
  width: calc(100% / 4 - 15px);
}

.txt-4box.end {
  margin-right: 0;
}

.img-2box {
  width: 30%;
}

.img-2box-txt {
  margin-left: 40px;
  width: calc(70% - 40px);
}

.img-2box-txt.left {
  margin-left: 0;
}

/* other */
.pc-none {
  display: none;
}

.sp-none.inline {
  display: inline-block;
}

/* inquiry */
input {
  background-color: #f1f1f1;
  width: 100%;
  border: none;
  border-radius: 0;
  padding: 0.5em;
}

#contents input:-internal-autofill-selected {
  box-shadow: 0 0 0 1000px #f1f1f1 inset;
}

textarea {
  background-color: #f1f1f1;
  font-size: 16px;
  width: 100%;
  border: none;
  padding: 0.5em;
  border-radius: 0;
}

input[type="radio"] {
  width: auto;
}

input[type="checkbox"] {
  width: 20px;
}

input[type="submit"] {
  background: transparent;
  border: 1px solid #fff;
  display: block;
  margin: 55px auto auto;
  max-width: 100%;
  color: #fff;
  padding: 25px 20px;
  font-size: 18px;
  letter-spacing: 1px;
  position: relative;
  transition: .5s;
  width: 500px;
}

input[type="submit"]:hover {
  opacity: .5;
}

input[type="button"].wpcf7c-btn-back {
  background-color: #999;
  border: 0;
  color: #FFF;
  display: block;
  left: 0;
  margin: auto;
  margin-left: 0;
  margin-top: 45px;
  max-width: 200px;
  padding: 15px;
  right: 0;
}

.wpcf7-validation-errors {
  background-color: #F5F1E6;
  border: 2px solid #F7E700;
  border-width: 0;
}

.wpcf7-radio span.wpcf7-list-item {
  display: block;
  max-width: max-content;
  width: 100%;
}

.wpcf7-form-control-wrap.entry_year input {
  max-width: 65px;
}

.wpcf7-form-control-wrap.address_num input {
  margin-left: 5px;
  max-width: 95px;
}

#contents .wpcf7 .txt-center {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
  padding: 0;
  width: 100%;
}

input[type="button"].wpcf7c-btn-back {
  margin: 0 0 0 -15px;
}

#contents span.wpcf7-list-item {
  display: block;
  padding-left: 0;
  margin: 0 0 8px 0;
  width: max-content;
}

#contents span.wpcf7-list-item label {
  cursor: pointer;
}

.wpcf7 form.invalid .wpcf7-response-output {
  border-color: #ed3243 !important;
  background-color: #fff;
  color: #333;
}

/* pc sp button */
.view-button {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  width: 100%;
}

.view-button p.pc-button {
  display: none;
}

.view-button p.sp-button {
  display: block;
  text-align: left;
}

/* img decoration */
.image-border img {
  border: 1px solid #CCC;
  box-sizing: border-box;
}

.img-border {
  border: 1px solid #CCC;
  box-sizing: border-box;
  padding: 10px;
}

/* pdf */
#contents a.pdf {
  background-color: #FFF4F3;
  border: 4px solid #ECB1AD;
  border-radius: 10px;
  box-sizing: border-box;
  color: #AD0B00;
  display: block;
  margin-bottom: 0;
  max-width: 400px;
  padding: 10px 0;
  position: relative;
  text-align: center;
  transition: .5s;
  width: 100%;
}

#contents a.pdf:hover {
  opacity: .5;
  text-decoration: none;
  transition: .5s;
}

ul.pdf {
  padding-left: 0;
}

ul.pdf li,
a.pdf {
  list-style-type: none;
  margin-bottom: 20px;
  padding-left: 25px;
  position: relative;
}

ul.pdf li::before,
a.pdf::before {
  bottom: 0;
  color: #AD0B00;
  content: "\f1c1";
  font-family: "Font Awesome 5 Free";
  font-size: 22px;
  font-weight: 600;
  height: 28px;
  left: 20px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 16px;
}

a.pdf::after {
  bottom: 0;
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  font-weight: 600;
  height: 28px;
  margin: auto;
  position: absolute;
  right: 20px;
  top: 0;
  width: 7px;
}

/*anchor-link*/
#contents .anc-contents {
  margin-top: -70px;
  padding-top: 70px;
}

/* single 投稿詳細ページ  */
.single #contents h2 {
  font-size: 26px;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ";
  letter-spacing: 0.05em;
  text-align: left;
}

.single #contents h2.entry-title {
  margin-top: 20px;
}

/* link */
.link-btn {
  background-color: transparent;
  border: 1px solid #434343;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 500;
  padding: 7px 5px 5px;
  position: relative;
  text-align: center;
  transition: 0.5s;
  max-width: 200px;
  transition: .5s;
  letter-spacing: 0.1em;
}

body:not(#home) .link-btn {
  max-width: 320px;
}

body:not(#home) .link-btn.cabin {
  padding: 10px 8px 7px;
}

body:not(#home) .link-btn.w-100 {
  max-width: 100%;
}

.link-btn.cabin {
  font-family: 'Cabin', sans-serif;
}

.link-btn::after {
  display: none;
}

.link-btn:hover {
  opacity: 0.5;
  color: #fff;
  text-decoration: none;
  transition: .5s;
}

.link-btn.pdf[target="_blank"]::before {
  background-image: none;
  top: 0;
  height: 20px;
  width: 16px;
  left: 0;
  margin: 10px 20px;
}

#topcontrol {
  background-image: url(../image/base/navi_pagetop.png);
  background-position: center;
  background-repeat: no-repeat;
  height: 50px;
  transition: .5s;
  width: 70px;
}

#topcontrol:hover {
  background-image: url(../image/base/navi_pagetop_hover.png);
  transition: .5s;
}

/* news */
.news-contents {
  background-color: transparent;
  padding: 0px;
  border-top: 1px solid #434343;
  margin: auto;
  max-width: 100%;
  width: 100%;
}

.news-group {
  align-items: center;
  border-bottom: 1px solid #434343;
  padding: 15px 20px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

#contents .news-contents .ttl {
  margin-bottom: 0;
}

#contents .news-contents .ttl a {
  color: #fff;
}

.news-group .txt-box {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-right: 20px;
}

#contents .news-group .txt-box .category {
  line-height: 1em;
  margin-bottom: 0;
}

#contents .news-group .txt-box .category a {
  background-color: #505050;
  color: #fff;
  padding: 1px 15px;
  font-family: 'Cabin', sans-serif;
  width: 80px;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.1em;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .5s;
}

#contents .news-group .txt-box .category a:hover {
  opacity: 0.5;
  text-decoration: none;
  transition: .5s;
}

#contents .news-group .day {
  color: #c5c5c5;
  font-family: 'Cabin', sans-serif;
  font-weight: 400;
  margin: 0 20px 0 0;
  position: relative;
  top: 1px;
}

#contents .page-num-list {
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  justify-content: flex-start;
}

.page-numbers {
  background-color: #fff;
  color: #333;
  margin-right: 5px;
  padding: 15px 25px;
  transition: .5s;
}

.page-numbers.current {
  background-color: #ccc;
  pointer-events: none;
}

.page-numbers:hover {
  color: #FFF;
  opacity: .5;
  text-decoration: none;
}

/* 下層ページの共通パーツ */

br.br-1300,
br.br-1140,
br.br-959,
br.br-768,
br.br-559,
br.br-375 {
  display: none;
}

#contents .sales-link {
  background-image: url(../image/contents/home/sales_link.jpg);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center left;
  border: 1px solid #b7b7b7;
  color: #fff;
  display: flex;
  height: 250px;
  margin: 0 auto;
  max-width: 950px;
  position: relative;
}

#contents .sale-jp-ttl {
  font-size: 19px;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ";
  letter-spacing: 0.05em;
  margin-left: 10px;
  position: relative;
  top: -2px;
}

#contents .sales-link .txt-box {
  height: 125px;
  position: absolute;
  left: 56%;
  top: 0;
  bottom: 0;
  margin: auto;
}

#contents .sales-link .txt-box h2 {
  line-height: 0.83em;
  margin-bottom: 35px;
  text-align: left;
}

#contents .sales-link .txt-box .sales-bnr-txt {

  font-size: 19px;
}

#contents .link-bnr {
  transition: .5s;
}

#contents .link-bnr:hover {
  cursor: pointer;
  opacity: 0.5;
  text-decoration: none;
  transition: .5s;
}

.contact-area {
  padding: 100px 0 140px;
  background-image: url(../image/contents/home/bg_contact.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.sp-txt {
  display: none;
}

.contact-detail {
  max-width: 770px;
  margin: 0 auto;
  width: 90%;
}

.tel-contact {
  margin: 0 auto 5px;
  max-width: 100%;
  text-align: center;
}

.mail-contact {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
}

.mail-contact .contact-bnr {
  margin-right: 50px;
  width: calc(50% - 25px);
}

.mail-contact .contact-bnr:last-child {
  margin-right: 0;
}

#contents a.tel-link {
  color: #fff;
  font-size: 55px;
  font-family: 'Cabin', sans-serif;
  font-weight: 600;
  display: block;
  margin: 15px auto;
  background-image: url(../image/contents/home/ico_tel_free.svg);
  background-size: 60px;
  background-repeat: no-repeat;
  background-position: center left;
  max-width: max-content;
  padding-left: 66px;
  height: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
}

#contents .tel-txt.company a.tel-link {
  background-image: url(../image/base/ico_tel.svg);
}

#contents .reception-txt {
  color: #fff;
  line-height: 1.3em;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 0;
}

#contents .reception-col {
  margin-right: 20px;
}

#contents .reception-col:last-child {
  margin-right: 0;
}

.reception-txt .contact-time,
.reception-txt .contact-holiday {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-right: 10px;
  background-color: #505050;
  color: #fff;
  padding: 2px 10px;
}

.reception-txt .time {
  font-family: 'Cabin', sans-serif;
}

.reception-txt .contact-holiday {
  margin-left: 10px;
}


.mail-contact .mail-bnr {
  border: 1px solid #fff;
  display: block;
  margin: 25px auto auto;
  max-width: 100%;
  color: #fff;
  padding: 25px 20px;
  font-size: 18px;
  letter-spacing: 1px;
  position: relative;
  transition: .5s;
}

.mail-contact .mail-bnr:hover {
  opacity: .5;
  transition: .5s;
  text-decoration: none;
}

.mail-contact .mail-bnr::before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  left: 38px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../image/contents/home/ico_contact.svg);
  background-repeat: no-repeat;
  background-position: center;
}

#contents .tel-txt {
  display: block;
  margin: 0;
}

#contents .return-home {
  margin: 15px 0 60px 0;
}

#contents .return-list {
  margin: 25px 0 0 0;
}

/* 404ページ */
.error404 #contents .inner {
  padding: 60px 0 80px 0;
}

.error404 .error-btn {
  width: 100%;
  max-width: 380px;
  padding: 13px 25px;
}

.error404 .link-btn:not(:last-child) {
  margin-right: 30px;
}

.error404 .link-btn:hover {
  transition: .5s;
  opacity: .5;
}

.error404 .link-btn.home::after {
  transform: rotate(180deg);
  left: 20px;
  right: auto;
}

@media (min-width: 960px) {

  #openMenu,
  .sp-tel {
    display: none;
  }

  .sp-bottom-nav {
    display: none !important;
  }

  .header.mobile-.header {
    height: 155px;
  }

  body.mobile-view {
    margin-top: 160px;
  }

  .mobile-view #page-ttl {
    margin-top: 0;
  }

  .header p.sp-button a {
    background-color: #505050;
    color: #fff;
    display: block;
    font-size: 250%;
    padding: 70px 15px;
  }

  p.sp-button {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }

  .bottom-nav {
    display: none;
  }

  .header .sp-ico {
    display: none;
  }
}

@media (min-width: 960px) {

  /* PC iPad時に電話番号を起動させない */
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }

  #contents a[href*="tel:"] {
    color: #fff;
  }

  #contents .table-02 a[href*="tel:"] {
    color: #333;
  }
}

@media (max-width: 1300px) {
  br.br-1300 {
    display: block;
  }

  #page-ttl {
    margin-top: 85px;
  }

  .header-left {
    width: 220px;
    padding-left: 10px;
  }

  .header-inner {
    padding: 25px 20px 22px 22px;
  }

  .header-right {
    width: calc(100% - 220px);
  }

  #navi-list .nav-link {
    font-size: 15px;
  }
}

@media screen and (max-width: 1140px) {

  .table-02 th,
  .table-02 td {
    font-size: 15px;
  }

  #contents h4 {
    font-size: 19px;
  }

  #contents p,
  #contents li {
    font-size: 15px;
  }

  #contents h2.noto {
    font-size: 28px;
  }

  #contents h3 {
    font-size: 20px;
    padding: 14px;
  }

  #page-ttl {
    height: 130px;
  }

  #page-ttl .inner h1 {
    font-size: 28px;
  }

  #navi-list .nav-link {
    font-size: 14px;
    padding: 10px 8px;
  }

  .footer-sitemap .list-border li:nth-child(10) a {
    border-left: 1px solid #FFF;
  }

  .footer-sitemap {
    max-width: 900px;
  }

  body #contents {
    padding-bottom: 468px;
  }
}

@media screen and (max-width: 1024px) {}

/* view-959 Mobile,Tablet */
@media screen and (max-width: 959px) {
  #contents .sales-link .txt-box {
    height: 100px;
  }

  #contents .sales-link .txt-box .sales-bnr-txt {
    font-size: 17px;
  }

  #contents .sales-link .txt-box h2 {
    font-size: 30px;
    margin-bottom: 25px;
  }

  #contents .sales-link {
    height: 200px;
    max-width: 700px;
  }

  input[type="submit"] {
    font-size: 16px;
    width: 450px;
    padding: 20px;
  }

  .mail-contact .mail-bnr::before {
    left: 30px;
    height: 25px;
    width: 25px;
  }

  .tel-contact,
  .mail-contact {
    margin: 0;
    width: 100%;
  }

  #contents a.tel-link {
    font-size: 40px;
    height: 40px;
  }

  .reception-txt .contact-time,
  .reception-txt .contact-holiday {
    margin: 0 11px 10px 0;
    width: 120px;
    text-align: center;
  }

  .mail-contact .mail-bnr {
    font-size: 17px;
    padding: 20px 15px;
  }

  footer .address .ttl {
    font-size: 18px;
  }

  .footer-sitemap {
    margin-bottom: 12px;
  }

  body #contents {
    padding-bottom: 458px;
  }

  .logged-in.mobile-view #image-block {
    margin-top: 0;
  }

  .mobile-view #page-ttl .inner {
    margin-top: 0;
  }

  /* sp-button */
  .sp-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
  }

  .bottom-nav-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .sp-bottom-nav .bottom-nav-item {
    width: 50%;
  }

  .sp-bottom-nav .nav-item {
    display: flex;
    background: #505050;
    padding: 10px;
    color: #fff;
    transition: .5s;
    align-items: center;
    justify-content: center;
  }

  .sp-bottom-nav .bottom-nav-item:first-child {
    border-right: 1px solid #fff;
  }

  .header .site-logo {
    max-width: 100%;
    margin-top: 0;
    width: 230px;
  }

  #contents .news-group p,
  #contents .news-group a {
    font-size: 15px;
  }

  body.mobile-view {
    margin-top: 0px;
  }

  .table-01 th {
    width: 100%;
  }

  /* .header */
  .header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
  }

  .no-hide .header-inner {
    background-color: #000;
  }

  .header-left {
    width: auto;
  }

  .header-right {
    width: 75%;
    max-width: 450px;
  }

  .header-inner {
    margin-left: 0;
    margin-right: auto;
    padding: 10px 15px;
  }

  /* nav */
  .mobile-view .header {
    padding-top: 0;
  }

  .mobile-view .header .sp-button {
    display: none;
  }

  .header .site-logo img {
    max-width: 100%;
  }

  .sp-icon {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .sp-icon .sp-nav-txt {
    margin-top: -11px;
    color: #fff;
    font-size: 70%;
    display: block;
  }

  .sp-icon #openMenu .sp-nav-txt {
    margin-top: -13px;
  }

  .sp-tel img {
    display: inline-block;
    padding: 5px;
  }

  #openMenu,
  .sp-tel {
    border: 1px solid #c9c9c9;
    cursor: pointer;
    margin: 0;
    order: 1;
    position: relative;
    right: 0;
    width: 50px;
    height: 50px;
    color: #fff;
  }

  .sp-tel img,
  #openMenu img {
    width: 40px;
  }

  #openMenu img {
    margin-top: -1px;
  }

  .sp-tel img {
    width: 27px;
    margin: 5px;
  }

  .sp-tel {
    margin-right: 18px;
  }

  .nav-area.pc-none li a.sp-none {
    display: none;
  }

  .nav-area #navi-list {
    display: none;
  }

  .nav-area.open #navi-list {
    display: flex;
    position: fixed;
    top: 70px;
    background-color: #000000;
    border-top: 1px solid #636363;
    width: 100%;
    left: 0;
    padding: 0;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
  }

  .nav-area .navi-item,
  .nav-area .navi-item.rental,
  .nav-area .navi-item.maintenance {
    width: 100%;
  }

  #navi-list .nav-link {
    border-bottom: 1px solid #636363;
    padding: 17px 15px 15px;
    font-size: 100%;
  }

  /* footer */
  footer {
    height: auto;
    min-height: 139px;
    text-align: center;
    padding-bottom: 48px;
  }

  footer .address {
    border-left-width: 0;
    font-size: 15px;
    padding: 8px 0;
    text-align: center;
  }

  footer .address-box .address:first-child {
    margin-right: 25px;
    padding-right: 25px;
  }

  footer .logo-area {
    width: 307px;
  }

  footer .inner {
    margin: 0 auto;
    width: 94%;
  }

  .footer-sitemap .list-border {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    margin: 20px 0 10px;
    padding: 0;
  }

  .copyright {
    font-size: 14px;
  }

  #footer .pc-button {
    margin: 0 auto;
    padding: 0;
  }

  .view-button .sp-button {
    display: none;
  }

  #footer .copyright {
    font-size: 1em;
    margin-bottom: 0;
    position: absolute;
    text-align: center;
    top: calc(100% - 2.1em);
    width: 100%;
  }

  .footer-sitemap .sp-none {
    display: none;
  }

  #topcontrol {
    /* pagetopへ戻るボタン。jsのため!importantを使用 */
    display: none !important;
  }

  /* contents */
  #contents {
    padding-bottom: 235px;
    padding-top: 0;
  }

  /* page ttl*/
  #page-ttl {
    height: 130px;
    margin-top: 70px;
    padding-top: 0;
    text-align: right;
    width: 100%;
  }

  #page-ttl .inner {
    background-position: center;
    background-size: cover;
    color: #666;
    height: 130px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    position: relative;
    width: 100%;
  }

  #page-ttl .inner h1 {
    font-size: 140%;
  }

  /* hx */

  #contents h2 {
    line-height: 1.2em;
    margin-bottom: 50px;
  }

  /* カラム数 */
  .txt-2box,
  .img-2box,
  .img-2box-txt,
  .img-2box.option-ico,
  .img-2box-txt.option-text {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }


  .txt-2box.end {
    margin-right: 0;
  }

  #contents .flex.no-wrap .txt-2box {
    margin-right: 4%;
    width: 48%;
  }

  #contents .flex.no-wrap .txt-2box.end {
    margin-right: 0;
  }

  .txt-3box {
    margin-right: 0;
    width: 100%;
  }

  .txt-3box.end {
    margin-right: 0;
  }

  .txt-4box {
    margin-right: 10px;
    width: calc(100% / 2 - 6px);
    margin-bottom: 15px;
  }

  .txt-4box:nth-child(2n) {
    margin-right: 0;
  }

  /* table */
  .table-01 {
    width: 100%;
  }

  .table-01 tr {
    border-bottom: 1px solid #a7a7a7;
  }

  form .table-01 tr:first-child {
    border-top: 1px solid #a7a7a7;
  }

  .table-01 th {
    border: none;
    display: block;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 5%;
    width: 100%;
  }

  .table-01 td {
    border: none;
    display: block;
    box-sizing: border-box;
  }

  form .table-01 td {
    padding: 0 10px 20px;
  }

  .table-01 textarea {
    width: 100%;
  }

  .table-01 th.need {
    font-size: 16px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 0;
    padding-top: 20px;
    width: 100%;
    box-sizing: border-box;
  }

  .table-01 th.no-need {
    font-size: 16px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 0;
    padding-top: 20px;
    width: 100%;
  }

  .table-01.w-100 th {
    box-sizing: border-box;
    width: 100%;
  }

  .table-02 th,
  .table-02 td {
    font-size: 15px;
    line-height: 26px;
    padding: 12px;
  }

  #agreement .table-02 .txt-right {
    width: 110px;
  }

  /* view-none */
  .pc-none {
    display: block;
  }

  .pc-none.inline {
    display: inline;
  }

  .sp-none,
  .sp-none.inline {
    display: none;
    margin: -.5em 0 -1em 0;
    padding: 0;
    position: relative;
  }

  input,
  select {
    font-size: 16px;
    width: 100%;
  }

  input[type="checkbox"],
  input[type="radio"] {
    width: auto;
  }

  .page-numbers {
    margin-bottom: 10px;
  }

  /* pdf  */
  #contents a.pdf {
    padding: 10px 40px;
  }

  /* error-page */
  .error404 .error-btn {
    max-width: 300px;
  }

  .error404 #contents .mb-20 {
    margin-bottom: 10px;
  }

  .error404 #contents .mb-50 {
    margin-bottom: 30px;
  }

  .error404 .error-icon {
    width: 13%;
  }

  /* wpcf7 */
  #contents .wpcf7 .txt-center {
    margin-top: 40px;
  }

  .wpcf7-spinner {
    display: none !important;
  }

  /* bg */
  .bg-white {
    padding: 20px 0;
    margin: 20px 0;
  }

  #contents .bg-white:last-child {
    margin-bottom: -50px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 820px) {
  .news-contents {
    margin: auto;
    max-width: 950px;
  }

  #contents #breadcrumb ul li {
    clear: both;
    float: none;
  }

  #breadcrumb ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

}

@media screen and (max-width: 768px) {
  .news-contents {
    margin: auto;
    max-width: 950px;
    width: 100%;
  }

  .error404 .error-btn {
    max-width: 250px;
  }

  .header-right {
    width: 50%;
  }

}

@media screen and (max-width: 640px) {
  .news-group {

    display: block;
  }

  body #contents {
    padding-bottom: 584px;
  }

  footer .address .ttl {
    font-size: 16px;
    margin-bottom: 12px;
  }

  footer .address {
    font-size: 14px;
    margin-bottom: 10px;
  }

  footer .logo-area {
    margin-bottom: 30px;
    width: 275px;
  }

  footer .address-box .address:first-child {
    border-right: 0;
    margin-right: 0;
    margin-bottom: 20px;
    padding-right: 0;
  }

  footer .address-box {
    display: block;
  }
}

@media screen and (max-width: 559px) {
  br.br-559 {
    display: block;
  }

  .single #contents h2 {
    font-size: 20px;
  }

  #contents .sales-link .txt-box {
    height: 85px;
    left: 55%;
  }

  #contents .sales-link .txt-box .sales-bnr-txt {
    font-size: 15px;
    margin-bottom: 0;
  }

  #contents .sales-link .txt-box h2 {
    font-size: 26px;
    margin-bottom: 17px;
  }

  #contents .sales-link {
    height: calc(100vw / 3);
    min-height: 160px;
    max-width: 100%;
  }

  .table-02 th,
  .table-02 td {
    font-size: 14px;
  }

  #agreement .table-02 .ttl-th {

    width: 145px;
  }

  .sp-txt {
    display: block;
  }

  .table-01 textarea {
    height: 180px;
  }

  input[type="submit"] {
    font-size: 15px;
    width: 100%;
    padding: 18px;
  }

  #contents a.tel-link {
    background-size: 45px;
    font-size: 33px;
    padding-left: 50px;
  }

  .reception-txt .time {
    font-size: 16px;
  }

  .mail-contact .mail-bnr::before {
    height: 23px;
    width: 23px;
  }

  .mail-contact .contact-bnr {
    margin: 0;
    width: 100%;
  }

  .mail-contact .contact-bnr:last-child .mail-bnr {
    margin-top: 10px;
  }

  #contents .reception-txt {
    display: flex;
    justify-content: center;
  }

  #contents .reception-col {
    font-size: 15px;
  }

  .reception-txt .contact-time,
  .reception-txt .contact-holiday {
    display: block;
    font-size: 14px;
    margin-right: 0;
  }

  #contents .box-mb {
    margin-bottom: 70px;
  }

  #contents h2.noto {
    font-size: 23px;
    margin-bottom: 35px;
  }

  body:not(#home) .link-btn {
    font-size: 15px;
    max-width: 100%;
  }

  #home .link-btn.cabin,
  body:not(#home) .link-btn.cabin {
    padding: 10px 8px 8px;
  }

  #contents .inner {
    width: 93%;
  }

  .table-over table.table-01,
  .table-over table.table-02 {
    min-width: 900px;
  }

  #contents .mb-65 {
    margin-bottom: 55px;
  }

  body #contents {
    padding-bottom: 624px;
  }

  /* header footer nav */
  .header-right {
    width: 120px;
  }

  .header-left {
    margin-right: 10px;
    padding: 0;
    width: calc(100% - 130px);
  }

  .header .site-logo {
    height: auto;
    width: 200px;
  }

  .header-inner {
    padding: 10px 13px;
  }

  .nav-area.pc-none li a {
    font-size: 14px;
    padding: 16px 10px;
  }

  .footer-sitemap .list-border {
    margin: 20px 0 5px;
  }

  .sp-tel img {
    width: 27px;
    margin: 5px;
  }

  .sp-tel {
    margin-right: 10px;
    width: 50px;
  }

  #footer .view-button a {
    background-color: #606060;
    color: #FFF;
    font-size: 85%;
    margin-right: 5px;
    padding: 5px 10px;
  }

  .view-button {
    clear: both;
    float: none;
    margin: 15px 0;
    text-align: center;
    width: 100%;
  }

  .view-button p.pc-button {
    background-color: transparent;
    border: solid 1px rgba(255, 255, 255, .3);
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    display: block;
    font-size: 13px;
    letter-spacing: 1.5px;
    margin: 0 auto 15px;
    max-width: 275px;
    padding: 8px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: .5s;
    width: 100%;
  }

  .view-button p.pc-button a {
    color: rgb(255, 255, 255);
  }

  /* link deco style */
  .link-btn {
    max-width: 520px;
  }

  /* 404 */
  .error404 .link-btn:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .error404 .error-btn {
    max-width: 330px;
  }

  .error404 #contents .mb-30 {
    margin-bottom: 10px;
  }

  .error404 .error-icon {
    width: 20%;
  }

  /* news */

  #contents .news-group p.day {
    margin-right: 10px;
  }

  .news-group .txt {
    display: block;
    align-items: center;
  }

  #contents .news-group .txt-box .category a {
    top: 0;
  }


  #news .news-group .ttl {
    margin: 5px 0 0 0;
  }

  /* hx */
  #contents h2 {
    font-size: 28px;
    margin-bottom: 40px;
  }

  #contents h3 {
    font-size: 18px;
    margin-bottom: 25px;
    padding: 10px;
  }

  #contents h4 {
    font-size: 110%;
    padding: 5px;
  }

  /* page common */
  .page #breadcrumb,
  .single #breadcrumb {
    padding: 0 15px 20px;
  }

  #page-ttl {
    height: 100px;
    margin-top: 70px;
    margin-bottom: 20px;
  }

  #page-ttl .inner {
    height: 100px;
  }

  #page-ttl .inner h1 {
    top: 3px;
  }
}

@media screen and (max-width: 375px) {
  br.br-375 {
    display: block;
  }
}

/* 管理画面ログイン後 上部メニューの固定化 */
#wpadminbar {
  position: fixed;
}

/* 印刷時の調整 */
@media print {
  body {
    min-width: 1140px;
  }

  header {
    position: relative !important;
  }

  #image-block {
    margin-top: 0 !important;
  }

  #contents {
    padding-top: 0;
  }

  #page-ttl {
    margin-top: 0 !important;
  }
}

.grecaptcha-logo {
  display: none !important;
}

.grecaptcha-badge {
  display: none !important;
}