/*
Theme Name: 解体専門店Ｋ＆Ｋ弘前

Version: 999
*/

@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Anton&family=Noto+Sans+JP:wght@400;700&display=swap");
/* ===================================================================
CSS information

 file name  :sp.css
 author     :K&K
 style info :スマートフォン用
=================================================================== */
/* default style - リセット及びbody基本設定
----------------------------------------------------------- */
/* ===================================================================
CSS information
file name  :  default.css
style info :  リセット及びbody初期設定 (このスタイルシートは基本的に変更しない)
=================================================================== */
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
  scroll-behavior: smooth;
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Remove default margin on section (browser applies margin-block).
 */
section {
  margin: 0;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  /*  font-weight: bold;*/
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*縦向き・横向きの文字サイズ自動調整機能を停止*/
* {
  -webkit-text-size-adjust: 100%;
}

/*入力エリアフォーカス時の自動ズームを停止*/
input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
  font-size: 16px;
}

input[type="submit"],
input[type="image"] {
  -webkit-appearance: none;
}

@media (max-width: 767px) {
  .spcut {
    display: none !important;
  }

  .spblock {
    display: block !important;
  }

  .spinline {
    display: inline;
  }

  .sptr {
    display: table-row;
  }
}
/* ============================================ *
        クリーンアイランドサイト設定
/* ============================================ */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt" 1;
  font-kerning: auto;
  min-width: 0px;
  font-size: 2.08vw;
  box-sizing: border-box;
  margin: 0;
  color: #3d2d26;
  font-weight: 400;
  background-color: #fff;
}
@media (max-width: 599px) {
  body {
    font-size: 3vw;
  }
}

img {
  max-width: 100%;
  height: auto;
}

a:link,
a:visited {
  color: #3d2d26;
  text-decoration: underline;
  transition: 0.5s;
}

a:hover {
  opacity: 0.6;
  transition: 0.5s;
}

a img {
  transition: 0.5s;
  backface-visibility: hidden;
}

a:hover img,
a:hover.btn {
  opacity: 0.6;
  transition: 0.5s;
}

p {
  font-weight: 400;
  line-height: 1.4;
}

.en {
  font-family: "Anton", sans-serif !important;
}

/*----------------------------------------------------
    汎用class
----------------------------------------------------*/
.imgR {
  float: right;
  margin: 0 0 10px 10px;
}

.imgR20 {
  float: right;
  margin: 0 0 20px 20px;
}

.imgL {
  float: left;
  margin: 0 10px 10px 0;
}

.imgL20 {
  float: left;
  margin: 0 20px 20px 0;
}

.imgL30 {
  float: left;
  margin: 0 30px 20px 0;
  margin-top: 0 !important;
  display: flex;
  flex-direction: column;
}

.imgR30 {
  float: right;
  margin: 0 0 20px 30px;
}

.imgL50 {
  float: left;
  margin: 0 50px 30px 0;
  margin-top: 0 !important;
}

.imgR50 {
  float: right;
  margin: 0 0 20px 30px;
}

.imgC {
  margin: 0 auto 10px auto;
  display: block;
}

.imgBox {
  border: #cfcfcf solid 1px;
  padding: 3px;
}

.single .imgBox {
  max-width: 700px;
  margin: 20px auto;
}

.single .imgBox img {
  width: 100%;
}

.imgLayer {
  position: absolute;
}

.mt0 {
  margin-top: 0 !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.ml30 {
  margin-left: 30px;
}

.pt0 {
  padding-top: 0 !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.btm_dotted {
  border-bottom: 1px dotted #3b4391;
}

.btn {
  text-align: center;
  margin-bottom: 10px;
}

.overflowH {
  overflow: hidden;
}

.overflowA {
  overflow: auto;
}

.clearBoth {
  clear: both;
}

.clearRight {
  clear: right;
}

.clearLeft {
  clear: left;
}

.clearNone {
  clear: none !important;
}

.textRight {
  text-align: right !important;
}

.textCenter {
  text-align: center !important;
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
}

.remark_red {
  color: #e71111;
}

.floatR {
  float: right !important;
}

.floatL {
  float: left !important;
}

.imgM {
  margin: 0 auto;
}

strong {
  font-weight: bold;
}

.flexWrap {
  display: flex;
}

.ls-70 {
  letter-spacing: -0.07em;
}

.yellow {
  color: #fffc00 !important;
}
.red{  color: #ef0a0a !important;}
.bg_gr {
  background: #1e764c;
}

.bg_rd {
  background: #bb2108;
}

.bg_br {
  background: #2097dc;
}

.txtL {
  font-size: 1.2em !important;
}
.txtL .txtXL {
  font-size: 1.6em !important;
}

/* 外部リンクは別窓用の指定 */
.externalIcon {
  padding-left: 5px;
  vertical-align: middle;
}

/* clearfix */
.clearfix:after {
  content: ".";
  /* 新しい要素を作る */
  display: block;
  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

/*------------- 基本レイアウト -------------*/
.contents {
  padding-top: 80px;
}

/* ログイン時：管理バーと固定ヘッダーの重なり解消（WP 標準 32px / 狭い画面 46px） */
@media screen {
  body.admin-bar #wpadminbar {
    z-index: 100001;
  }

  /* id="header" あり：#header 詳細度に負けないよう併記 */
  body.admin-bar #header.header,
  body.admin-bar #header {
    top: 32px;
    z-index: 99998;
  }

  body.admin-bar .contents {
    padding-top: calc(80px + 32px);
  }
}

@media screen and (max-width: 782px) {
  body.admin-bar #header.header,
  body.admin-bar #header {
    top: 46px;
  }

  body.admin-bar .contents {
    padding-top: calc(80px + 46px);
  }
}

.main {
  width: 100%;
  overflow: hidden;
  max-width: 767px;
  margin: 0 auto;
  background: #ffffff;
}

.inner {
  width: 100%;
  max-width: 767px;
  margin: 0 auto;
  position: relative;
  padding: 0 4%;
  box-sizing: border-box;
}

article {
  padding: 0 0 20px;
}

/* -----------------------------------------------------------
.header
ヘッダー
----------------------------------------------------------- */
.header {
  position: fixed;
  margin-bottom: 0;
  height: 80px;
  display: flex;
  background: #ffffff;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  flex-flow: wrap;
}
.header .h1 {
  background-color: #f7f7f7;
  padding: 0 4%;
  width: 100%;
  height: 20px;
}
.header .h1 h1 {
  font-size: 10px;
  line-height: 20px;
}

.header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  width: 100%;
  max-width: none;
  padding: 0 calc(4% + 60px) 0 4%;
}

.header .hdrLogo {
  width: 50%;
  max-width: 297px;
  height: auto;
}

.header .inner .hdrLogo img.logo01 {
  display: block;
}

.header .inner .hdrBnr {
  display: flex;
  justify-content: flex-end;
}

.header .inner .hdrBnr a {
  width: 48px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
  border-radius: 8px;
  margin-left: 8px;
}

.header inner .hdrBnr a img {
  width: 24px;
}

.header inner .hdrBnr .btnTel {
  background: #1e764c;
  box-shadow: 0 4px 0 #0a4e2d;
}

.header .inner .hdrBnr .btnContact {
  background: #20477c;
  box-shadow: 0 4px 0 #02273c;
}

.header .inner .hdrBnr .btn_lineContact {
  background-color: #05af04;
  box-shadow: 0px 4px 0px #08650d;
}

.header .inner .hdrBnr .btnContact img {
  width: 36px;
}

.header .inner .hdrBnr .btn_lineContact img {
  width: 36px;
}

/*------------------------------------------------------------
フッター
------------------------------------------------------------*/
.footer {
  padding-bottom: 28.6vw;
  position: relative;
  overflow: hidden;
  border: none;
  z-index: 90;
}
@media (max-width: 599px) {
  .footer {
    padding-bottom: 32vw;
  }
}
.footer .footerCom {
  text-align: center;
  display: block;
  position: relative;
  padding: 25px 0;
  overflow: visible;
}
.footer .footerCom .footerL {
  padding-bottom: 40px;
}
.footer .footerCom .ftrLogo {
  width: 50%;
  max-width: 297px;
  display: block;
  margin: 0 auto 25px;
}
.footer .footerCom h5 {
  text-align: center;
  margin-bottom: 1em;
}
.footer .pageTop {
  margin: 0;
}
.footer .pageTop a {
  background: #3d2d26;
  display: block;
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
  color: #fff;
  height: 48px;
  line-height: 48px;
  width: 100%;
  text-decoration: none;
}
.footer .pageTop a span {
  display: inline-block;
}
.footer .footer-snav-wrap {
  background: #f7f7f7;
  padding: 20px 0;
}
.footer .footer-snav-wrap .inner {
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: center;
}
.footer .footer-snav-wrap .inner .sns_nav {
  display: flex;
  justify-content: center;
  max-width: 726px;
  margin: 0 auto;
}
.footer .footer-snav-wrap .inner .sns_nav li {
  width: 12%;
  margin: 1em 2%;
}
.footer .footer-snav-wrap .inner .sns_nav li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.footer .footer-snav-wrap .inner .sns_nav li a img {
  width: 100%;
}
.footer .footer-snav-wrap .inner .f_bnr {
  max-width: 726px;
  margin-top: 30px;
}
.footer .copyRight {
  text-align: center;
  padding-top: 20px;
  line-height: 1.6;
  font-size: 0.75em;
}
.footer .sp-menu {
  padding: 20px 0;
  background: #fff;
}

.footer .ftrScroll {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: none;
  z-index: 100;
  line-height: 1.2;
  box-sizing: border-box;
  background: #fbac04;
}
.footer .ftrScroll .campeign_bn {
  max-width: 767px;
  margin: 0 auto;
}
.footer .ftrScroll .ftrCont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
  padding: 10px 4%;
  width: 100%;
  max-width: 767px;
  margin: 0 auto;
}
.footer .ftrScroll .ftrCont ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
}
.footer .ftrScroll .ftrCont ul li {
  margin: 0 1%;
}

.footer .ftrScroll .ftrCont ul li:nth-of-type(1),
.footer .ftrScroll .ftrCont ul li:nth-of-type(2){
	width: calc(55% - 50px);
}

.footer .ftrScroll .ftrCont ul li:last-of-type {
	width: 50px;
}

.footer .ftrScroll .ftrCont ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 10px;
  padding: 0 10px;
  height: 60px;
}
@media (max-width: 599px) {
  .footer .ftrScroll .ftrCont ul li a {
    height: 40px;
  }
}
.footer .ftrScroll .ftrCont ul li a span .ja {
  font-size: 1.2em;
}
.footer .ftrScroll .ftrCont ul li a span small {
  display: block;
  color: yellow;
  font-size: 0.7em;
}
.footer .ftrScroll .ftrCont ul li .btnTel {
  background-color: #1e764c;
  box-shadow: 0 4px 0 #0a4e2d;
  color: #fff;
}
.footer .ftrScroll .ftrCont ul li .btnTel img {
  width: 50px;
  height: auto;
  margin-right: 10px;
}
@media (max-width: 599px) {
  .footer .ftrScroll .ftrCont ul li .btnTel img {
    width: 6vw;
  }
}
.footer .ftrScroll .ftrCont ul li .btnTel span small {
  display: block;
}

.footer .ftrScroll .ftrCont ul li .btnLine {
	background-color: #05af04;
   box-shadow: 0px 4px 0px #08650d;
}

.footer .ftrScroll .ftrCont ul li .btnContact {
  background-color: #20477c;
  box-shadow: 0 4px 0 #02273c;
  color: #fff;
}
.footer .ftrScroll .ftrCont ul li .btnContact img {
  width: 50px;
  height: auto;
  margin-right: 10px;
}
@media (max-width: 599px) {
  .footer .ftrScroll .ftrCont ul li .btnContact img {
    width: 6vw;
  }
}
.footer .ftrScroll .ftrCont ul li .btnContact span small {
  display: block;
}

#snavi {
  position: relative;
}

#snavi select {
  /*
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
  */
  margin: 0 auto;
  display: block;
  padding: 1.5em 1em;
  border: solid 3px #f6771a;
  border-radius: 2.5em;
  width: 95%;
  font-size: 1.3em;
  cursor: pointer;
  font-weight: bold;
  color: #f6771a;
}

.btnReqest:after,
.btnContact:after {
  width: 32px;
  height: 32px;
}

/* -----------------------------------------------------------
.gNavSp
----------------------------------------------------------- */
.header .nav {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 101;
  height: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 80px 0 0 0;
  overflow: auto;
  background: #f6771a;
}

.header .nav .gNavSp {
  font-weight: 700;
  display: block;
  width: auto;
  padding: 0;
  border-left: none;
}

.header .nav .gNavSp > li {
  color: #fff;
  border: none;
  float: none;
  margin-bottom: 0;
  padding: 5px 10px 0;
}

.header .nav .gNavSp > li a {
  color: #3d2d26;
  padding: 10px;
  display: block;
  position: relative;
  box-sizing: border-box;
  text-decoration: none;
  background: #fff;
  margin-bottom: 0;
  width: auto;
  border-radius: 8px;
  text-align: center;
  display: flex;
}

.header .nav .gNavSp > li ul {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}

.header .nav .gNavSp > li ul li.sizeS {
  width: 49%;
  margin-bottom: 10px;
}

.header .nav .gNavSp li.close a {
  background-color: transparent;
  justify-content: center;
}

.spmenubtn {
  width: auto;
  position: fixed;
  right: 4%;
  top: 26px;
  z-index: 99;
  text-align: center;
  font-weight: bold;
  font-size: 11px;
  text-decoration: none;
  background: #fff;
  border: 2px solid #f6771a;
  border-radius: 8px;
  display: flex;
  height: 50px;
  width: 50px;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
  box-sizing: border-box;
}

.spmenubtn a {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
}

.spmenubtn a:hover {
  text-decoration: none;
}

.spmenubtn a span {
  display: block;
  height: 2px;
  width: 36px;
  background-color: #f6771a;
  margin: 4px auto;
}

.spmenubtn a span:last-child {
  background: none;
  border-radius: 0;
  margin: 0;
  padding-top: 2px;
  color: #f6771a;
  font-weight: 700;
  font-size: 11px;
  height: auto;
}

.header .nav .gNavSp li.sizeS {
  margin-right: 1px;
  width: 49.8%;
  width: calc(50% - 3px);
}

/*------------------------------------------------------------
cta
------------------------------------------------------------*/
.ctaBlock {
  background: url("img/bg_form03.jpg") center top repeat-y;
  background-size: 100% auto;
  padding: 60px 0;
  position: relative;
}

.ctaBlock .cta-tit {
  margin-bottom: 30px;
}

.ctaBlock h3 {
  color: #000;
  font-size: 2em;
  line-height: 1.8;
  font-weight: 500;
  margin-bottom: 1em;
}

.ctaBlock h3 span {
  border-radius: 8px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 4px;
  line-height: 1.4;
	color: #fff;
}

.ctaBlock p {
  position: relative;
  z-index: 2;
  font-size: 2em;
  text-align: center;
  line-height: 1.6;
  margin-top: 30px;
  color: #222;
  font-weight: 500;
}

@media (max-width: 599px) {
  .ctaBlock p {
    font-size: 1.7em;
  }
}
.ctaBlock .cta-img-box {
  width: 100%;
  position: relative;
  margin-top: 10px;
  z-index: 1;
}

.ctaBlock .cta-img-box img {
  width: 100%;
  margin: 0 auto;
  display: block;
}

#top .ctaBlock .cta-img-box {
  margin-top: -20px;
}

.ctaWrap .cta-btn-box .btn_cta a,
.btn_cta a {
  border-radius: 60px;
  display: flex;
  height: 80px;
  text-decoration: none;
  padding: 0 20px;
  justify-content: center;
  align-items: center;
}

.ctaWrap .cta-btn-box .btn_cta a > span,
.btn_cta a > span {
  color: #fff;
  text-decoration: none;
  margin-left: 8px;
}

.ctaWrap .cta-btn-box .btn_cta a > span .ja,
.btn_cta a > span .ja {
  font-size: 2.4em;
  color: #fff;
}

.ctaWrap .cta-btn-box .btn_cta a > span .ja label,
.btn_cta a > span .ja label {
  background-color: #fff;
  color: #f6771a;
  padding: 2px 8px;
  border-radius: 8px;
  margin-left: 8px;
  display: inline-block;
  font-size: 0.8em;
}

.ctaWrap .cta-btn-box .btn_cta a > span small,
.ctaWrap .cta-btn-box .btn_cta a > span time,
.btn_cta a > span small,
.btn_cta a > span time {
  color: yellow;
  font-size: 1.1em;
  display: block;
}

.ctaWrap .cta-btn-box .btn_tel a,
.btn_tel a {
  background-color: #f26060;
  flex-flow: row;
  box-shadow: 0px 4px 0px #08532f;
}

.ctaWrap .cta-btn-box .btn_tel a img,
.btn_tel a img {
  width: 100px;
  height: auto;
}

@media (max-width: 599px) {
  .ctaWrap .cta-btn-box .btn_tel a img,
  .btn_tel a img {
    width: 10vw;
  }
}
.ctaWrap .cta-btn-box .btn_tel a span.tel .en,
.btn_tel a span.tel .en {
  display: block;
}

.ctaWrap .cta-btn-box .btn_mail a {
  background-color: #20477c;
  box-shadow: 0px 4px 0px #02273c;
  margin-top: 20px;
}

.ctaWrap .cta-btn-box .btn_mail a img {
  width: 6.5vw;
}

@media (max-width: 599px) {
  .ctaWrap .cta-btn-box .btn_mail a img {
    width: 8.5vw;
  }
}
.ctaWrap .cta-btn-box .btn_shop a {
  background-color: #f26060;
  box-shadow: 0px 4px 0px #bf0f0f;
  margin-top: 20px;
}

.ctaWrap .cta-btn-box .btn_shop a img {
  width: 6.5vw;
}

@media (max-width: 599px) {
  .ctaWrap .cta-btn-box .btn_shop a img {
    width: 8.5vw;
  }
}

@media (max-width: 767px) {
  .ctaWrap .cta-btn-box .btn_line {
    width: 100%;
    margin: 1.4rem auto 0;
  }
}

.reasonBox .ctaWrap {
  margin-top: 2em;
}

.reasonBox .ctaWrap .cta-btn-box .btn_cta a > span .ja {
  font-size: 2em;
  color: #fff;
}

.reasonBox .ctaWrap .cta-btn-box .btn_cta a > span .ja label {
  font-size: 0.7em;
}

.reasonBox .ctaWrap .cta-btn-box .btn_cta a > span small,
.reasonBox .ctaWrap .cta-btn-box .btn_cta a > span time {
  font-size: 1em;
}

/* -----------------------------------------------------------
#common
共通
----------------------------------------------------------- */
.bg01 {
  background: var(--bgcol2);
}

.bg02 {
  background: var(--bgcol);
}

.basicTit {
  padding: 2.91em 0;
  z-index: 99;
  position: relative;
}

.basicTit h2 {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: flex-start;
  font-size: 2.2em;
  color: #f6771a;
  font-weight: 700;
}

.basicTit .ja {
  font-style: italic;
  text-align: center;
  text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff,
    -2px -2px 0 #fff;
}

.messageWrap .basicTit::before {
  content: "";
  width: 25vw;
  height: auto;
  aspect-ratio: 207/259;
  position: absolute;
  left: -0.4em;
  top: 1.4em;
  background: url(https://xs659432.xsrv.jp/015-test-server/wp-content/themes/k_and_k/img/kaitaikani_good.png) no-repeat;
  background-size: contain;
  z-index: -1;
}

.messageWrap.bg02 {
  background-color: #fff;
}

.bg02 .basicTit .ja {
  -webkit-text-stroke: 1px var(--bgcol);
  text-stroke: 1px var(--bgcol);
  font-weight: 900;
}

.basicTit small {
  font-size: 0.3em;
  margin-top: 1em;
}

.basicTit small:before,
.basicTit small:after {
  content: "/";
}

.basicTit small:before {
  margin-right: 0.5em;
}

.basicTit small:after {
  margin-left: 0.5em;
}

h3.h3 {
  font-size: 1.25em;
  font-weight: 700;
  border-left: 10px solid #ffc800;
  padding-left: 0.5em;
  line-height: 2;
}

.h3_line {
  border: 2px solid #ffc800;
  border-width: 2px 0;
  padding: 0.5em 0;
  margin: 0 auto 1.5em;
}

.h3_line h3 {
  font-size: 2em;
  font-weight: 700;
  text-align: center;
  color: #ffc800;
}

.h3_line h3 strong {
  font-size: 1.4em;
}

h4.it {
  font-size: 1em;
  line-height: 1.6;
  text-align: center;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 1em;
}

.txt_catch {
  position: relative;
  text-align: center;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.4;
}

.marker {
  color: #ffffff;
  background: linear-gradient(transparent 0%, #f6771a 0%);
  padding: 0 0.1em;
}

.is-hidden {
  display: none;
}

.btnBox {
  margin-top: 2em;
  padding: 0 2%;
}

.btn {
  background-color: #ffc800;
  box-shadow: 0 6px 0 #b39900;
  width: 100%;
  max-width: 540px;
  border-radius: 60px;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1.8em;
  font-weight: 700;
  height: 80px;
  line-height: 80px;
  margin: 0 auto;
  text-decoration: none !important;
  position: relative;
  transition: 0.5s;
}
.btn .arrow {
  position: absolute;
  right: 0;
  top: 0;
  width: 11.8%;
  height: 100%;
  border-radius: 0 60px 60px 0;
  background-color: #ffec00;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn .arrow::after {
  content: "";
  width: 25px;
  height: 30px;
  aspect-ratio: 5/6;
  background: url("img/arrow_bk.png") center no-repeat;
  background-size: contain;
}
@media (max-width: 599px) {
  .btn .arrow::after {
    width: 15px;
    height: auto;
  }
}

.btn > span:first-child {
  color: #222222;
  padding-right: 11.8%;
  display: block;
}

.btn:hover {
  transform: translateY(-10px);
  opacity: 1 !important;
}

.btn:hover * {
  opacity: 1;
}

.btn:hover {
  color: #fff;
}

.btn .flexWrap {
  display: flex;
}

#pageMainv {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffc800;
	height:250px;
	padding:5px;
}
@media screen and (max-width: 480px){
	#pageMainv {height:150px;}
	
}
#pageMainv h1{
	font-size:3em;
	font-weight: bold;
	margin-right:8px;
}

#pageMainv .bgmv {
  position: relative;
    width: auto;
    height: 100%;
  /*aspect-ratio: 1000/250;*/
  z-index: 2;
}
#pageMainv .bgmv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#pageMainv .mvTit {
  /*position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  color: transparent;
  font-size: 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  opacity: 0;*/
}

/* お問い合わせ：画像見出しのみ表示（見出しテキストは非表示・スクリーンリーダー用 h1 は .contact-hero-sr-title） */
.contact-hero-sr-title {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

/* 施工実績一覧・詳細（#works）：本番同様ヒーロー見出しを表示 */
#works #pageMainv .mvTit {
  color: #fff;
  font-weight: 700;
  font-size: 1.4em;
  justify-content: flex-start;
  opacity: 1;
}

#works #pageMainv .mvTit h1,
#works #pageMainv .mvTit p {
  padding-top: 0.5em;
}

.archive.tax-workcat #pageMainv .mvTit,
.archive.tax-workarea #pageMainv .mvTit,
.archive #pageMainv .mvTit {
  color: #fff;
  font-weight: 700;
  font-size: 1.4em;
  justify-content: flex-start;
  opacity: 1;
}

.archive.tax-workcat #pageMainv .mvTit h1,
.archive.tax-workarea #pageMainv .mvTit h1,
.archive #pageMainv .mvTit h1 {
  padding-top: 0.5em;
}

.archive.tax-workcat .inner,
.archive.tax-workarea .inner,
.archive .inner {
  max-width: 1000px;
}

.breadNav {
  background: #e7e7e7;
  padding: 0.25em 0 0.5em;
  position: relative;
  margin: 0;
}

.breadNav .page-chara {
  position: absolute;
  width: 24%;
  right: 2%;
  bottom: 0;
}

.breadNav .page-chara img {
  width: 100%;
}

.pan_list {
  list-style: none;
  padding: 0 3%;
  width: 100%;
}

.pan_list a {
  color: var(--txtcol);
  text-decoration: none;
}

.pan_list a span br {
  display: none;
}

.pan_list li {
  display: inline-block;
  font-size: 0.75em;
  line-height: 1.2;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: var(--txtcol);
  content: ">";
}

ul.maru li {
  text-indent: -1em;
  padding-left: 1em;
}

ul.maru li::before {
  content: "●";
}

/* -----------------------------------------------------------
TOP
----------------------------------------------------------- */
.mainv .stage {
  position: relative;
}

#top .pickupBnrWrap.is-empty {
  margin: 0;
  padding: 0;
}

#top .pickupBnrWrap.is-empty .pickupBnr {
  padding: 0;
  min-height: 0;
}

#top .pickupBnrWrap.is-empty .pickupBnr .swiper-button-prev,
#top .pickupBnrWrap.is-empty .pickupBnr .swiper-button-next,
#top .pickupBnrWrap.is-empty .pickupBnr .swiper-pagination {
  display: none;
}

.pickupBnrWrap .pickupBnr {
  padding: 30px 0 48px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.pickupBnrWrap .pickupBnr .swiper-wrapper {
  position: relative;
  width: 100%;
}

.pickupBnrWrap .pickupBnr .swiper-wrapper .swiper-slide {
  padding: 0 8%;
}

.pickupBnrWrap .pickupBnr .swiper-wrapper .swiper-slide .bnrBox {
  display: block;
}

.pickupBnrWrap .pickupBnr .swiper-wrapper .swiper-slide .bnrBox img {
  width: 100%;
}

.pickupBnrWrap .pickupBnr .swiper-pagination {
  bottom: 20px;
}

.pickupBnrWrap .pickupBnr .swiper-pagination .swiper-pagination-bullet {
  background-color: #e9d4ba;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  opacity: 1;
}

.pickupBnrWrap .pickupBnr .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fbac04;
}

.pickupBnrWrap .pickupBnr .swiper-button-prev,
.pickupBnrWrap .pickupBnr .swiper-button-next {
  width: 25px;
  height: 30px;
  top: 50%;
}

.pickupBnrWrap .pickupBnr .swiper-button-prev::after,
.pickupBnrWrap .pickupBnr .swiper-button-next::after {
  display: none;
}

.pickupBnrWrap .pickupBnr .swiper-button-prev.swiper-button-disabled,
.pickupBnrWrap .pickupBnr .swiper-button-next.swiper-button-disabled {
  opacity: 0.3;
}

/***topIntro***/
.topIntro {
  padding: 0;
  margin: 0;
  /*background-color: #fffaae;*/
  position: relative;
}
#top .topIntro .topSubnav-wrap {
        padding-top: 40px;
        padding-bottom: 24px;
    }
.topIntro .inner {
  position: relative;
  z-index: 2;
}

#top .topIntro::before,
#first .topIntro::before {
  /*content: "";
  width: 100%;
  height: 150px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;*/
}

@media (max-width: 599px) {
  #top .topIntro::before,
  #first .topIntro::before {
    height: 7vh;
  }
}
#top .topIntro::after {
  /*content: "";
  width: 100%;
  height: 36px;
  background: url("img/giza.png") left bottom repeat-x;
  background-size: auto 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;*/
}

@media (max-width: 599px) {
  #top .topIntro::after {
    background-size: auto 15px;
    height: 20px;
  }
}
.topSubnav-wrap .topSubnav {
  /*display: flex;
  justify-content: space-between;*/
  padding-bottom: 10px;
	    max-width: 800px;
    margin: 0 auto;
}

.topSubnav-wrap .topSubnav li {
  /*width: 31%;*/
	margin-bottom: 16px;
}

/***企業メッセージ***/
.topCatch-wrap {
  /*background: url("img/bg_intoro_ph@2x.png") center top no-repeat;
  background-size: 86.8% auto;*/
  padding-top: 120px;
  padding-bottom: 120px;
	background:#fff9cf;
	background-image: linear-gradient(176deg, #fae27d, #ffe780 32%, #ffd937 32% 100%);
	
}
@media (max-width: 599px) {
  .topCatch-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.topCatch-wrap .topChatch-box {
  position: relative;
  width: 95%;
  margin: 0 auto;
  padding-bottom: 16px;
}
.topCatch-wrap .topChatch-box .imgC {
  width: 100%;
}
.topCatch-wrap .topChatch-box .topChatch-tit {
  /*position: absolute;
  left: 0;
  bottom: 0;
  width: 105%;*/
}

.topCatch-wrap p {
  padding: 0 1em;
  font-size: 1.2em;
}
@media (max-width: 599px) {
  .topCatch-wrap p {
    padding: 1em;
  }
}

#corporate .topIntro::before,
.topIntro--corporate::before {
  content: none !important;
  display: none !important;
}

/* 会社案内: パンくず〜企業メッセージを同じクリーム背景のラッパーに入れ、
   .main の白が隙間に挟まらないようにする */
.corporateBelowMv {
  background-color: #fff7d9;
}

/***toptitle***/
.tit_reason,
.tit_work {
  max-width: 1080px;
  margin: 0 auto;
}

/***topReason***/
.topReason {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
.topReason .reasonBox {
  margin-top: 0;
  border: #ffc800 2px solid;
	margin-bottom:2rem;
}
.topReason .reasonBox .rTit {
  background: url("img/bg_ttl@2x.png") left center no-repeat #ffc800;
  background-size: auto 100%;
  position: relative;
  height: 108px;
  display: flex;
  justify-content: center;
  align-items: center;
	background-image: linear-gradient(140deg, #fae27d, #ffe780 32%, #ffd937 32% 100%);
}
.topReason .reasonBox .rTit .num {
      position: absolute;
		/*position:relative;*/
    width: 100px;
    height: auto;
    aspect-ratio: 1 / 1;
    /* background: url(img/no01.png) center no-repeat; */
    left: -10px;
    bottom: 10px;
    font-size: 3em;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #8c7900;
    border-radius: 50%;
    font-weight: bold;
	
}
@media (max-width: 599px) {
  .topReason .reasonBox .rTit .num {
    left: -10px;
    top: -20px;
		bottom:unset;
    width: 60px;
		    font-size: 2em;
  }
}
.topReason .reasonBox .rTit h3 > span {
  color: #222;
  font-weight: 700;
  font-size: 1.5em;
  display: inline-block;
  padding-left: 0.5em;
}
@media (max-width: 599px) {
  .topReason .reasonBox .rTit h3 > span {
    padding: 4px 4px 4px 50px;
  }
}
.topReason .reasonBox .rInner {
  padding: 20px;
}
@media (max-width: 599px) {
  .topReason .reasonBox .rInner {
    padding: 12px;
  }
}
.topReason .reasonBox .rInner .img {
  margin-bottom: 10px;
}
.topReason .reasonBox .rInner .txt p {
  line-height: 1.5;
}
/*
.topReason #reason02 {
  margin-top: 32px;
}
.topReason #reason02 .num {
  background: url("img/no02.png") center no-repeat;
  background-size: contain;
}
.topReason #reason03 {
  margin-top: 32px;
}
.topReason #reason03 .num {
  background: url("img/no03.png") center no-repeat;
  background-size: contain;
}
*/
/***topContact***/
.topContact {
  background: url("img/bg_form02.jpg") center no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.topContact .topContact_formblock {
  background-color: #fff;
  position: relative;
}

.topContact .topContact_formblock .icon_r {
  position: absolute;
  right: 0;
  top: -3em;
  width: 19%;
  z-index: 2;
}

@media (max-width: 599px) {
  .topContact .topContact_formblock .icon_r {
    padding: 0;
    right: -2%;
    top: -1em;
    width: 30%;
  }
}
.topContact .topContact_formblock .tit-box {
  background: #f26060;
  position: relative;
  padding-right: 24%;
}

.topContact .topContact_formblock .tit-box h3 {
  color: #fff;
  padding: 1em 0;
  font-size: 2.2222em;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 599px) {
  .topContact .topContact_formblock .tit-box h3 {
    text-align: left;
    padding: 1em;
  }
}

.topContact .topContact_formblock .formWrap {
  padding: 40px 20px;
}

.topContact .topContact_formblock .formWrap > .wpcf7 {
  margin: 0;
}

.topContact .topContact_formblock .formWrap .wpcf7 form.wpcf7-form {
  margin: 0;
}

.topContact .topContact_formblock .formWrap .wpcf7-response-output {
  margin: 1em 0 0;
  padding: 12px 16px;
  border-radius: 10px;
  font-size: 0.95em;
  clear: both;
}

.topContact .topContact_formblock .formWrap dl {
  margin-top: 4px;
}

.topContact .topContact_formblock .formWrap dl dt {
  font-size: 1.25em;
  font-weight: 500;
  padding: 10px 15px 15px 30px;
  background-color: #cacaca;
  color: #3d2d26;
  position: relative;
}

.topContact .topContact_formblock .formWrap dl dt p {
  display: flex;
}

.topContact .topContact_formblock .formWrap dl dt span {
  display: inline-block;
  width: 3.666em;
  height: 1.666em;
  font-size: 0.8em;
  line-height: 1.5555;
  text-align: center;
  vertical-align: middle;
  margin: 0 0 0 auto;
  color: #fff;
  position: absolute;
  right: 16px;
  top: 10px;
}

.topContact .topContact_formblock .formWrap dl dt span.req {
  background: #bb2108;
}

.topContact .topContact_formblock .formWrap dl dt span.opo {
  background: #b7b7b7;
}

.topContact .topContact_formblock .formWrap dl dd {
  background: #eeeeee;
  padding: 10px;
}

.topContact .topContact_formblock .formWrap dl dd input[type="text"],
.topContact .topContact_formblock .formWrap dl dd input[type="tel"],
.topContact .topContact_formblock .formWrap dl dd input[type="email"],
.topContact .topContact_formblock .formWrap dl dd input[type="date"],
.topContact .topContact_formblock .formWrap dl dd input[type="url"],
.topContact .topContact_formblock .formWrap dl dd input[type="number"],
.topContact .topContact_formblock .formWrap dl dd select,
.topContact .topContact_formblock .formWrap dl dd textarea {
  padding: 10px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1) inset;
  width: 100%;
  max-width: 100%;
  font-size: 1em;
  border: none;
  box-sizing: border-box;
}

.topContact .topContact_formblock .formWrap dl dd table {
  width: 100%;
  border-collapse: collapse;
}

.topContact .topContact_formblock .formWrap dl dd table th,
.topContact .topContact_formblock .formWrap dl dd table td {
  padding: 8px 6px;
  vertical-align: middle;
}

.topContact .topContact_formblock .formWrap dl dd table th {
  text-align: left;
  white-space: nowrap;
  width: 1%;
  font-weight: 500;
}

@media (max-width: 599px) {
  .topContact .topContact_formblock .formWrap dl dd table tr {
    display: block;
    margin-bottom: 12px;
  }

  .topContact .topContact_formblock .formWrap dl dd table th,
  .topContact .topContact_formblock .formWrap dl dd table td {
    display: block;
    width: 100%;
  }
}

.topContact .topContact_formblock .formWrap dl dd input::placeholder,
.topContact .topContact_formblock .formWrap dl dd textarea::placeholder {
  color: #969696;
}

.topContact .topContact_formblock .formWrap dl dd .wpcf7-list-item.first {
  margin-left: 0;
}

.topContact
  .topContact_formblock
  .formWrap
  dl
  dd
  .wpcf7-checkbox
  [type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  vertical-align: middle;
  position: relative;
}

@media (max-width: 599px) {
  .topContact
    .topContact_formblock
    .formWrap
    dl
    dd
    .wpcf7-checkbox
    [type="checkbox"] {
    width: 22px;
    height: 22px;
  }
}
.topContact
  .topContact_formblock
  .formWrap
  dl
  dd
  .wpcf7-checkbox
  input[type="checkbox"]::before,
.topContact
  .topContact_formblock
  .formWrap
  dl
  dd
  .wpcf7-checkbox
  input[type="checkbox"]::after {
  content: "";
  display: block;
  position: absolute;
}

.topContact
  .topContact_formblock
  .formWrap
  dl
  dd
  .wpcf7-checkbox
  input[type="checkbox"]::after {
  border-bottom: 2px solid #3d2d26;
  border-left: 2px solid #3d2d26;
  opacity: 0;
  height: 6px;
  width: 11px;
  transform: rotate(-45deg);
  top: -7px;
  left: 10px;
}

@media (max-width: 599px) {
  .topContact
    .topContact_formblock
    .formWrap
    dl
    dd
    .wpcf7-checkbox
    input[type="checkbox"]::after {
    top: 6px;
    left: 6px;
  }
}
.topContact
  .topContact_formblock
  .formWrap
  dl
  dd
  .wpcf7-checkbox
  input[type="checkbox"]:checked::after {
  opacity: 1;
}

.topContact
  .topContact_formblock
  .formWrap
  dl
  dd
  .wpcf7-checkbox
  .wpcf7-list-item {
  position: relative;
  line-height: 30px;
  margin-left: 0;
  margin-right: 10px;
}

@media (max-width: 599px) {
  .topContact
    .topContact_formblock
    .formWrap
    dl
    dd
    .wpcf7-checkbox
    .wpcf7-list-item {
    display: flex;
    align-items: center;
  }
}
.topContact
  .topContact_formblock
  .formWrap
  dl
  dd
  .wpcf7-checkbox
  .wpcf7-list-item
  .wpcf7-list-item-label {
  padding-left: 32px;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 599px) {
  .topContact
    .topContact_formblock
    .formWrap
    dl
    dd
    .wpcf7-checkbox
    .wpcf7-list-item
    .wpcf7-list-item-label {
    padding-left: 4px;
    line-height: 1;
  }
}
.topContact
  .topContact_formblock
  .formWrap
  dl
  dd
  .wpcf7-checkbox
  .wpcf7-list-item
  .wpcf7-list-item-label::before,
.topContact
  .topContact_formblock
  .formWrap
  dl
  dd
  .wpcf7-checkbox
  .wpcf7-list-item
  .wpcf7-list-item-label::after {
  display: none;
}

.topContact
  .topContact_formblock
  .formWrap
  dl
  dd
  .wpcf7-checkbox
  input[type="checkbox"]::before {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1) inset;
  top: -18px;
  left: 0;
}

@media (max-width: 599px) {
  .topContact
    .topContact_formblock
    .formWrap
    dl
    dd
    .wpcf7-checkbox
    input[type="checkbox"]::before {
    width: 22px;
    height: 22px;
    border-radius: 4px;
    top: 0;
    position: relative;
  }
}
.topContact .topContact_formblock .formWrap .submit-box {
  margin-top: 30px;
}

.topContact .topContact_formblock .formWrap .submit-box p {
  text-align: center;
}

.topContact .topContact_formblock .formWrap .submit-box .btn_submit {
  margin: 0 auto;
  background-color: #f26060;
  box-shadow: 0 6px 0 #d74b4b;
  width: 100%;
  max-width: 540px;
  border-radius: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-size: 1.8em;
  font-weight: 700;
  height: 80px;
  line-height: 80px;
  margin: 0 auto;
  text-decoration: none !important;
  position: relative;
  transition: 0.5s;
}

.topContact
  .topContact_formblock
  .formWrap
  .submit-box
  .btn_submit
  input[type="submit"] {
  width: 100%;
}

.topContact .topContact_formblock .formWrap .submit-box .btn_submit .arrow {
  position: absolute;
  right: 0;
  top: 0;
  width: 11.8%;
  height: 100%;
  border-radius: 0 60px 60px 0;
  background-color: #ff9696;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}

.topContact
  .topContact_formblock
  .formWrap
  .submit-box
  .btn_submit
  .arrow::after {
  content: "";
  width: 25px;
  height: 30px;
  aspect-ratio: 5/6;
  background: url("img/arrow_w.png") center no-repeat;
  background-size: contain;
}

@media (max-width: 599px) {
  .topContact
    .topContact_formblock
    .formWrap
    .submit-box
    .btn_submit
    .arrow::after {
    width: 12px;
  }
}
.topContact .topContact_formblock .formWrap .submit-box .btn_submit:hover {
  transform: translateY(-10px);
}

.topContact .topContact_formblock .formWrap .submit-box .wpcf7-spinner {
  display: none;
}

.topContact .topContact_formblock .formWrap .wpcf7 input.wpcf7-submit {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  background-color: #1e764c;
  box-shadow: 0 6px 0 #0a4e2d;
  width: 100%;
  max-width: 540px;
  border-radius: 60px;
  color: #fff;
  font-size: 1.8em;
  font-weight: 700;
  height: 80px;
  line-height: 80px;
  border: none;
  cursor: pointer;
  display: block;
  transition: 0.5s;
}

.topContact .topContact_formblock .formWrap .wpcf7 label.btn_submit input.wpcf7-submit {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  max-width: none;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  height: 100%;
  line-height: inherit;
  font-size: inherit;
  display: block;
}

.topContact .topContact_formblock .formWrap .wpcf7 input.wpcf7-submit:hover {
  transform: translateY(-10px);
}

.topContact .topContact_formblock .formWrap .wpcf7 label.btn_submit input.wpcf7-submit:hover {
  transform: none;
}

/***top serviceMenu***/
.serviceContents {
  padding-top: 30px;
  padding-bottom: 60px;
  /*background: url("img/bg_menu.png") center top repeat-y;*/
  background-size: 100% auto;
}

.serviceContents .serviceMenuIndex {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 0 auto;
}

.serviceContents .serviceMenuIndex .serviceMenuBox {
  position: relative;
}

.serviceContents .serviceMenuIndex .serviceMenuBox a.menuBox {
  display: flex;
  flex-flow: column;
  width: 100%;
  border-radius: 10px;
  border: 2px solid #70a84c;
  background-color: #fff;
  overflow: hidden;
  text-decoration: none;
}

.serviceContents .serviceMenuIndex .serviceMenuBox a.menuBox * {
  text-decoration: none;
}

.serviceContents .serviceMenuIndex .serviceMenuBox a.menuBox .s-tit {
  background-color: #70a84c;
  padding: 10px;
}

.serviceContents .serviceMenuIndex .serviceMenuBox a.menuBox .s-tit h4 {
  text-align: center;
  color: #fff;
  font-size: 1.3em;
}

.serviceContents .serviceMenuIndex .serviceMenuBox a.menuBox .arrow {
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.serviceContents .serviceMenuIndex .serviceMenuBox a.menuBox .arrow img {
  width: 20px;
  height: auto;
}

.serviceContents .serviceMenuIndex .serviceMenuBox a.menuBox .MenuBoxinn {
  padding: 10px;
}

.serviceContents .serviceMenuIndex .serviceMenuBox a.menuBox .MenuBoxinn h3 {
  text-align: center;
  font-size: 3.3333em;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #70a84c;
  margin-bottom: 10px;
}

.serviceContents
  .serviceMenuIndex
  .serviceMenuBox
  a.menuBox
  .MenuBoxinn
  figure {
  width: 100%;
}

.serviceContents
  .serviceMenuIndex
  .serviceMenuBox
  a.menuBox
  .MenuBoxinn
  figure
  img {
  width: 100%;
}

.serviceContents
  .serviceMenuIndex
  .serviceMenuBox
  a.menuBox
  .MenuBoxinn
  .price {
  text-align: center;
  padding-bottom: 8px;
  border-bottom: 1px solid #f26060;
  color: #bb2108;
}

.serviceContents
  .serviceMenuIndex
  .serviceMenuBox
  a.menuBox
  .MenuBoxinn
  .price
  .en {
  font-size: 4.444em;
}

.serviceContents
  .serviceMenuIndex
  .serviceMenuBox
  a.menuBox
  .MenuBoxinn
  .price
  .yen {
  font-size: 1.66em;
  position: relative;
  font-weight: 700;
}

.serviceContents
  .serviceMenuIndex
  .serviceMenuBox
  a.menuBox
  .MenuBoxinn
  .price
  .yen
  sup {
  font-size: 0.25em;
  position: absolute;
  left: 0.25em;
  top: -0.25em;
  white-space: nowrap;
}

.serviceContents .serviceMenuIndex .serviceMenuBox a.menuBox .MenuBoxinn .tax {
  padding-top: 8px;
  text-align: center;
  color: #bb2108;
}

.serviceContents
  .serviceMenuIndex
  .serviceMenuBox
  a.menuBox
  .MenuBoxinn
  .tax
  .txt_L {
  font-size: 1.25em;
}

.serviceContents
  .serviceMenuIndex
  .serviceMenuBox
  a.menuBox
  .MenuBoxinn
  .point {
  display: flex;
  gap: 10px;
  margin: 10px auto;
}

.serviceContents
  .serviceMenuIndex
  .serviceMenuBox
  a.menuBox
  .MenuBoxinn
  .point
  li {
  border-radius: 10px;
  background-color: #70a84c;
  padding: 10px;
  text-align: center;
  color: #3d2d26;
  width: calc((100% - 20px) / 2);
}

.serviceContents .serviceMenuIndex .serviceMenuBox a.menuBox .MenuBoxinn .cap {
  text-align: center;
  font-size: 0.875em;
}

.serviceContents .serviceMenuIndex .serviceMenuBox a.menu01 {
  border: 2px solid #33a395;
}

.serviceContents .serviceMenuIndex .serviceMenuBox a.menu01 .s-tit,
.serviceContents .serviceMenuIndex .serviceMenuBox a.menu01 .arrow {
  background-color: #33a395;
}

.serviceContents .serviceMenuIndex .serviceMenuBox a.menu01 .MenuBoxinn h3 {
  color: #33a395;
}

.serviceContents
  .serviceMenuIndex
  .serviceMenuBox
  a.menu01
  .MenuBoxinn
  .point
  li {
  background-color: #ffc800;
}

.serviceContents .serviceMenuIndex .serviceMenuBox a.menu02 {
  border: 2px solid #ed8311;
}

.serviceContents .serviceMenuIndex .serviceMenuBox a.menu02 .s-tit,
.serviceContents .serviceMenuIndex .serviceMenuBox a.menu02 .arrow {
  background-color: #ed8311;
}

.serviceContents .serviceMenuIndex .serviceMenuBox a.menu02 .MenuBoxinn h3 {
  color: #ed8311;
}

.serviceContents
  .serviceMenuIndex
  .serviceMenuBox
  a.menu02
  .MenuBoxinn
  .point
  li {
  background-color: #ffc800;
}

.serviceContents .serviceMenuIndex .serviceMenuBox a.menu03 {
  border: 2px solid #06a1df;
}

.serviceContents .serviceMenuIndex .serviceMenuBox a.menu03 .s-tit,
.serviceContents .serviceMenuIndex .serviceMenuBox a.menu03 .arrow {
  background-color: #06a1df;
}

.serviceContents .serviceMenuIndex .serviceMenuBox a.menu03 .MenuBoxinn h3 {
  color: #06a1df;
}

.serviceContents
  .serviceMenuIndex
  .serviceMenuBox
  a.menu03
  .MenuBoxinn
  .point
  li {
  background-color: #ffc800;
}

#menu .serviceContents {
  background: #fff;
}

#menu .menublockWrap {
  padding-bottom: 80px;
}

#menu .menublockWrap .pointBlock {
  padding-top: 40px;
}

#menu .menublockWrap .pointBlock .baloon_tit {
  width: 51.6%;
  height: auto;
  aspect-ratio: 501/104;
  background: url("img/baloon_bg.png") no-repeat;
  background-size: 100% auto;
  margin: 0 auto 10px;
  text-align: center;
}

#menu .menublockWrap .pointBlock .baloon_tit span {
  color: #fff;
  font-size: 1.6em;
  padding-top: 0.5em;
  display: inline-block;
}

@media (max-width: 599px) {
  #menu .menublockWrap .pointBlock .baloon_tit span {
    padding-top: 0.25em;
  }
}
#menu .menublockWrap .pointBlock .serviceMenuBox {
  position: relative;
  display: flex;
  flex-flow: column;
  width: 100%;
  border-radius: 10px;
  border: 2px solid #70a84c;
  background-color: #fff;
  overflow: hidden;
  text-decoration: none;
}

#menu .menublockWrap .pointBlock .serviceMenuBox * {
  text-decoration: none;
}

#menu .menublockWrap .pointBlock .serviceMenuBox .s-tit {
  background-color: #70a84c;
  padding: 10px;
}

#menu .menublockWrap .pointBlock .serviceMenuBox .s-tit h4 {
  text-align: center;
  color: #fff;
  font-size: 1.3em;
}

#menu .menublockWrap .pointBlock .serviceMenuBox .arrow {
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#menu .menublockWrap .pointBlock .serviceMenuBox .arrow img {
  width: 20px;
  height: auto;
}

#menu .menublockWrap .pointBlock .serviceMenuBox .MenuBoxinn,
#menu .menublockWrap .pointBlock .serviceMenuBox .inn {
  padding: 10px;
}

#menu .menublockWrap .pointBlock .serviceMenuBox .MenuBoxinn h3,
#menu .menublockWrap .pointBlock .serviceMenuBox .inn h3 {
  text-align: center;
  font-size: 3.3333em;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #70a84c;
}

#menu .menublockWrap .pointBlock .serviceMenuBox .MenuBoxinn figure,
#menu .menublockWrap .pointBlock .serviceMenuBox .inn figure {
  width: 100%;
}

#menu .menublockWrap .pointBlock .serviceMenuBox .MenuBoxinn figure img,
#menu .menublockWrap .pointBlock .serviceMenuBox .inn figure img {
  width: 100%;
}

#menu .menublockWrap .pointBlock .serviceMenuBox .MenuBoxinn .price,
#menu .menublockWrap .pointBlock .serviceMenuBox .inn .price {
  text-align: center;
  padding-bottom: 8px;
  border-bottom: 1px solid #f26060;
  color: #bb2108;
}

#menu .menublockWrap .pointBlock .serviceMenuBox .MenuBoxinn .price .en,
#menu .menublockWrap .pointBlock .serviceMenuBox .inn .price .en {
  font-size: 4.444em;
}

#menu .menublockWrap .pointBlock .serviceMenuBox .MenuBoxinn .price .yen,
#menu .menublockWrap .pointBlock .serviceMenuBox .inn .price .yen {
  font-size: 1.66em;
  position: relative;
  font-weight: 700;
}

#menu .menublockWrap .pointBlock .serviceMenuBox .MenuBoxinn .price .yen sup,
#menu .menublockWrap .pointBlock .serviceMenuBox .inn .price .yen sup {
  font-size: 0.25em;
  position: absolute;
  left: 0.25em;
  top: -0.25em;
  white-space: nowrap;
}

#menu .menublockWrap .pointBlock .serviceMenuBox .MenuBoxinn .tax,
#menu .menublockWrap .pointBlock .serviceMenuBox .inn .tax {
  padding-top: 8px;
  text-align: center;
  color: #bb2108;
}

#menu .menublockWrap .pointBlock .serviceMenuBox .MenuBoxinn .tax .txt_L,
#menu .menublockWrap .pointBlock .serviceMenuBox .inn .tax .txt_L {
  font-size: 1.25em;
}

#menu .menublockWrap .pointBlock .serviceMenuBox .MenuBoxinn .point,
#menu .menublockWrap .pointBlock .serviceMenuBox .inn .point {
  display: flex;
  gap: 10px;
  margin: 10px auto;
}

#menu .menublockWrap .pointBlock .serviceMenuBox .MenuBoxinn .point li,
#menu .menublockWrap .pointBlock .serviceMenuBox .inn .point li {
  border-radius: 10px;
  background-color: #33a395;
  padding: 10px;
  text-align: center;
  color: #fff;
  width: calc((100% - 20px) / 2);
}

#menu .menublockWrap .pointBlock .serviceMenuBox .MenuBoxinn .cap,
#menu .menublockWrap .pointBlock .serviceMenuBox .inn .cap {
  text-align: center;
  font-size: 0.875em;
}

#menu .menublockWrap .pointBlock#menu01 .serviceMenuBox {
  border: 2px solid #33a395;
}

#menu .menublockWrap .pointBlock#menu01 .serviceMenuBox .s-tit,
#menu .menublockWrap .pointBlock#menu01 .serviceMenuBox .arrow {
  background-color: #33a395;
}

#menu .menublockWrap .pointBlock#menu01 .serviceMenuBox .MenuBoxinn h3,
#menu .menublockWrap .pointBlock#menu01 .serviceMenuBox .inn h3 {
  color: #33a395;
}

#menu .menublockWrap .pointBlock#menu01 .serviceMenuBox .MenuBoxinn .point li,
#menu .menublockWrap .pointBlock#menu01 .serviceMenuBox .inn .point li {
  background-color: #ffc800;
}

#menu .menublockWrap .pointBlock#menu02 .serviceMenuBox {
  border: 2px solid #ed8311;
}

#menu .menublockWrap .pointBlock#menu02 .serviceMenuBox .s-tit,
#menu .menublockWrap .pointBlock#menu02 .serviceMenuBox .arrow {
  background-color: #ed8311;
}

#menu .menublockWrap .pointBlock#menu02 .serviceMenuBox .MenuBoxinn h3,
#menu .menublockWrap .pointBlock#menu02 .serviceMenuBox .inn h3 {
  color: #ed8311;
}

#menu .menublockWrap .pointBlock#menu02 .serviceMenuBox .MenuBoxinn .point li,
#menu .menublockWrap .pointBlock#menu02 .serviceMenuBox .inn .point li {
  background-color: #ffc800;
}

#menu .menublockWrap .pointBlock#menu03 .serviceMenuBox {
  border: 2px solid #06a1df;
}

#menu .menublockWrap .pointBlock#menu03 .serviceMenuBox .s-tit,
#menu .menublockWrap .pointBlock#menu03 .serviceMenuBox .arrow {
  background-color: #06a1df;
}

#menu .menublockWrap .pointBlock#menu03 .serviceMenuBox .MenuBoxinn h3,
#menu .menublockWrap .pointBlock#menu03 .serviceMenuBox .inn h3 {
  color: #06a1df;
}

#menu .menublockWrap .pointBlock#menu03 .serviceMenuBox .MenuBoxinn .point li,
#menu .menublockWrap .pointBlock#menu03 .serviceMenuBox .inn .point li {
  background-color: #ffc800;
}

#menu .menublockWrap .pointBlock#menu02 .priceTit span {
  background: #3d2d26;
}

#menu .menublockWrap .pointBlock#menu02 .menuplanBox.reasonBox .rTit {
  background-color: #ed8311;
}

#menu .menublockWrap .pointBlock#menu02 .mpTable thead th {
  background: #decdd7;
}

#menu .menublockWrap .pointBlock#menu03 .priceTit span {
  background: #3d2d26;
}

#menu .menublockWrap .pointBlock#menu03 .menuplanBox.reasonBox .rTit {
  background-color: #06a1df;
}

#menu .menublockWrap .pointBlock#menu03 .mpTable thead th {
  background: #becddc;
}

#menu .menublockWrap .pointBlock .serviceMenuBox .priceBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-flow: wrap;
}

#menu .menublockWrap .pointBlock .serviceMenuBox .priceBox .priceTit {
  width: 35%;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

#menu .menublockWrap .pointBlock .serviceMenuBox .priceBox .priceTit span {
  width: calc(50% - 0.5px);
  margin-bottom: 1px;
  background: #3d2d26;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.8em;
  font-weight: 700;
  line-height: 0.9;
  aspect-ratio: 1/1;
}

#menu .menublockWrap .pointBlock .serviceMenuBox .priceBox .priceImg {
  width: 64%;
}

#menu .menublockWrap .pointBlock .serviceMenuBox .priceBox .priceInfo {
  width: 100%;
  margin-top: 10px;
}

#menu .menublockWrap .pointBlock .serviceMenuBox .priceBox .priceInfo .point {
  margin: 0 auto;
}

#menu .menublockWrap .pointBlock .serviceMenuBox .priceBox .priceInfo .price {
  line-height: 1.1;
}

#menu .menublockWrap .pointBlock .serviceMenuBox .priceBox .priceInfo .cap {
  font-size: 0.8em;
  line-height: 1.6;
  margin-top: 0;
}

#menu .menublockWrap .pointBlock .serviceMenuBox .menuplanBox.reasonBox {
  margin-top: 20px;
}

#menu .menublockWrap .pointBlock .serviceMenuBox .menuplanBox.reasonBox .rTit {
  padding: 1em 0 1.25em;
  background-color: #33a395;
  text-align: center;
}

#menu
  .menublockWrap
  .pointBlock
  .serviceMenuBox
  .menuplanBox.reasonBox
  .rTit
  h4
  .ja {
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.025em;
  font-size: 1.6em;
}

#menu .menublockWrap .pointBlock .serviceMenuBox .mpTable {
  width: 100%;
  border-collapse: collapse;
}

#menu .menublockWrap .pointBlock .serviceMenuBox .mpTable thead th {
  background: #d6ecc8;
  font-weight: 400;
  padding: 0.75em;
  border: 2px solid #fff;
}

#menu .menublockWrap .pointBlock .serviceMenuBox .mpTable tbody td {
  padding: 0.75em;
  font-size: 0.72em;
  border: 2px solid #fff;
}

#menu
  .menublockWrap
  .pointBlock
  .serviceMenuBox
  .mpTable
  tbody
  > tr:nth-of-type(odd)
  td {
  background: #fff;
}

#menu
  .menublockWrap
  .pointBlock
  .serviceMenuBox
  .mpTable
  tbody
  > tr:nth-of-type(even)
  td {
  background: #f3f2f2;
}

#menu .menublockWrap .pointBlock .serviceMenuBox .allPrice {
  background: #fff;
  padding: 1em;
  display: flex;
  flex-flow: wrap;
}

#menu .menublockWrap .pointBlock .serviceMenuBox .allPrice .dt {
  text-align: center;
  padding: 20px 0;
  width: 50%;
  font-size: 2em;
  font-weight: 500;
  border-right: 1px solid #3d2d26;
}

@media (max-width: 599px) {
  #menu .menublockWrap .pointBlock .serviceMenuBox .allPrice .dt {
    width: 100%;
    border: none;
  }
}
#menu .menublockWrap .pointBlock .serviceMenuBox .allPrice .dt small {
  font-size: 0.5em;
  display: block;
  text-align: center;
  margin-top: 0.5em;
}

@media (max-width: 599px) {
  #menu .menublockWrap .pointBlock .serviceMenuBox .allPrice .dt small {
    display: inline-block;
  }
}
#menu .menublockWrap .pointBlock .serviceMenuBox .allPrice .dd {
  color: #bb2108;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
}

@media (max-width: 599px) {
  #menu .menublockWrap .pointBlock .serviceMenuBox .allPrice .dd {
    width: 100%;
  }
}
#menu .menublockWrap .pointBlock .serviceMenuBox .allPrice .dd p {
  font-size: 1.6em;
  font-weight: 500;
}

#menu .menublockWrap .pointBlock .serviceMenuBox .allPrice .dd strong {
  font-size: 2.4em;
  font-weight: 400;
}

#menu .menublockWrap .pointBlock .serviceMenuBox .menublockWrap .imgIndex {
  display: flex;
  flex-flow: wrap;
  margin-left: -0.5em;
  margin-right: -0.5em;
  width: 100%;
  margin-top: 40px;
}

#menu .menublockWrap .pointBlock .serviceMenuBox .menublockWrap .imgIndex .box {
  padding: 0 0.5em 1em;
  width: 50%;
}

#menu
  .menublockWrap
  .pointBlock
  .serviceMenuBox
  .menublockWrap
  .imgIndex
  .box
  h4 {
  background: #f6771a;
  color: #fff;
  line-height: 2em;
  text-align: center;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

/***top work***/
#top-works .worksWrap,
.worksListWrap,
.single-works .worksWrap {
  padding-top: 50px;
  padding-bottom: 80px;
  background: url("img/bg_works.jpg") center top repeat-y;
  background-size: 100% auto;
}

.category-nav-wrap {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}

.category-nav-wrap .btn_work {
  background: #40966d;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  padding: 0 30px;
  font-size: 1.6em;
  font-weight: 700;
  text-decoration: none !important;
  height: 60px;
}

@media (max-width: 599px) {
  .category-nav-wrap .btn_work {
    height: 50px;
    font-size: 1.4em;
  }
}
.category-nav-wrap .btn_work img {
  width: 19px;
  height: auto;
  margin-left: 10px;
}

@media (max-width: 599px) {
  .category-nav-wrap .btn_work img {
    width: 9px;
  }
}
.category-nav-wrap .category-nav {
  width: 100%;
  padding: 10px;
  display: flex;
  flex-flow: wrap;
  gap: 10px;
}

@media (max-width: 599px) {
  .category-nav-wrap .category-nav {
    padding: 10px 0;
  }
}
.category-nav-wrap .category-nav li {
  width: 160px;
}

@media (max-width: 599px) {
  .category-nav-wrap .category-nav li {
    width: auto;
  }
}
.category-nav-wrap .category-nav li a {
  background-color: #f6771a;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  padding: 0 10px;
  font-size: 1.125em;
  font-weight: 700;
  text-decoration: none !important;
  height: 50px;
}

@media (max-width: 599px) {
  .category-nav-wrap .category-nav li a {
    height: 32px;
    font-size: 0.9em;
  }
}
.category-nav-wrap .category-nav li a img {
  width: 16px;
  height: auto;
  margin-left: 10px;
}

@media (max-width: 599px) {
  .category-nav-wrap .category-nav li a img {
    width: 9px;
  }
}
.category-nav-wrap .category-nav.area-nav li a {
  background-color: #bb2108;
}

.category-nav-wrap .category-nav + .btn_work {
  margin-top: 30px;
}

.work_list_wrap {
  padding: 60px 0 40px;
}

@media (max-width: 599px) {
  .work_list_wrap {
    padding: 40px 0;
  }
}
.work_list_wrap .worksList {
  display: flex;
  gap: 25px;
  flex-flow: wrap;
}

.work_list_wrap .worksList .list-item {
  width: calc((100% - 25px) / 2);
}

.work_list_wrap .worksList .list-item a {
  display: block;
  text-decoration: none !important;
}

.work_list_wrap .worksList .list-item time {
  text-align: right;
  font-size: 0.9em;
  display: block;
  margin-bottom: 10px;
}

.work_list_wrap .worksList .list-item .slide-inner {
  padding: 0;
}

.work_list_wrap .worksList .list-item .slide-inner .mainThumb {
  width: 100%;
}

.work_list_wrap .worksList .list-item .slide-inner .worksExp h4 {
  padding: 0.5em;
}

@media (max-width: 599px) {
  .work_list_wrap .worksList .list-item .slide-inner .worksExp h4 {
    font-size: 1.2em;
  }
}
.work_list_wrap .worksList .list-item .slide-inner .worksExp .infoBox dl {
  border-radius: 10px;
  overflow: hidden;
}

.work_list_wrap .worksList .list-item .slide-inner .worksExp .infoBox dl dt {
  background-color: #bb2108;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  padding: 8px 10px;
}

.work_list_wrap .worksList .list-item .slide-inner .worksExp .infoBox dl dd {
  background-color: #fff;
  text-align: center;
  color: #bb2108;
  line-height: 1.4;
  padding: 8px 10px;
}

.work_list_wrap
  .worksList
  .list-item
  .slide-inner
  .worksExp
  .infoBox
  .cat-list {
  margin-top: 8px;
  display: flex;
  justify-content: flex-start;
  flex-flow: wrap;
  gap: 10px;
}

.work_list_wrap
  .worksList
  .list-item
  .slide-inner
  .worksExp
  .infoBox
  .cat-list
  li {
  color: #fff;
  display: inline-block;
  padding: 0 10px;
  min-width: calc((100% - 10px) / 2);
  border-radius: 6px;
  height: 30px;
  line-height: 30px;
}

@media (max-width: 599px) {
  .work_list_wrap
    .worksList
    .list-item
    .slide-inner
    .worksExp
    .infoBox
    .cat-list
    li {
    padding: 0 5px;
  }
}
.work_list_wrap
  .worksList
  .list-item
  .slide-inner
  .worksExp
  .infoBox
  .cat-list
  li
  a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-weight: 700;
  font-size: 0.8em;
  white-space: nowrap;
}

.work_list_wrap
  .worksList
  .list-item
  .slide-inner
  .worksExp
  .infoBox
  .cat-list
  li
  a
  img {
  width: 10px;
}

@media (max-width: 599px) {
  .work_list_wrap
    .worksList
    .list-item
    .slide-inner
    .worksExp
    .infoBox
    .cat-list
    li
    a
    img {
    width: 5px;
  }
}
.work_list_wrap
  .worksList
  .list-item
  .slide-inner
  .worksExp
  .infoBox
  .cat-list
  li.cat {
  background-color: #f6771a;
}

.work_list_wrap
  .worksList
  .list-item
  .slide-inner
  .worksExp
  .infoBox
  .cat-list
  li.area {
  background-color: #bb2108;
}

/* -----------------------------------------------------------
google review
----------------------------------------------------------- */
.googleReview {
  position: relative;
  padding-top: 50px;
  padding-bottom: 80px;
}

.googleReview-embed {
  margin-top: 1rem;
  min-height: 80px;
}

.googleReview-embed > * {
  max-width: 100%;
}

/* -----------------------------------------------------------
voice
----------------------------------------------------------- */
.voiceWrap {
  position: relative;
  padding-top: 50px;
  padding-bottom: 80px;
}

.voiceWrap .voiceList {
  padding-top: 30px;
}

.voiceWrap .voiceList .swiper-slide {
  padding: 0 1em 1em;
}

.voiceWrap .voiceList .swiper-slide a {
  display: block;
  text-decoration: none;
}

.voiceWrap .voiceList .swiper-slide a .mainThumb {
  position: relative;
}

.voiceWrap .voiceList .swiper-slide a .mainThumb::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 10px;
  top: 10px;
  background: url("img/bg_voice_img.png") no-repeat;
  background-size: cover;
}

.voiceWrap .voiceList .swiper-slide a .mainThumb figure {
  width: 100%;
  height: auto;
  aspect-ratio: 271/204;
  position: relative;
  z-index: 2;
}

.voiceWrap .voiceList .swiper-slide a .mainThumb figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.voiceWrap .voiceList .swiper-slide a .voiceTxt {
  margin-top: 20px;
}

.voiceWrap .voiceList .swiper-slide a .voiceTxt time {
  font-size: 0.9em;
  display: block;
}

.voiceWrap .voiceList .swiper-slide a .voiceTxt h3 {
  color: #f6771a;
  font-weight: 700;
  padding: 0.5em;
  font-size: 1.2em;
}

.voiceWrap .voiceList .swiper-slide a .voiceTxt .info {
  background-color: #fbac04;
  color: #fff;
  text-align: center;
  padding: 0.5em;
}

.voiceWrap .voiceList .swiper-slide:nth-of-type(even) a .voiceTxt .info {
  background-color: #f6771a;
}

/* お客様の声：ピックアップと同じ PNG 矢印のみ（FA SVG との二重表示を避ける） */
.voiceWrap .swiper-button-prev img,
.voiceWrap .swiper-button-next img {
  display: block;
  width: 48px;
  height: auto;
}

.voiceWrap .swiper-button-prev::after,
.voiceWrap .swiper-button-next::after {
  display: none !important;
  content: none !important;
}

@media (max-width: 599px) {
  .swiper-button-next {
    right: -5px;
  }

  .swiper-button-prev {
    left: -5px;
  }
}
.voiceListWrap .voiceList {
  display: flex;
  gap: 40px 25px;
  flex-flow: wrap;
}

.voiceListWrap .voiceList .swiper-slide {
  width: calc((100% - 25px) / 2);
  padding: 0;
}

.voiceListWrap .voiceList .swiper-slide h3 {
  padding: 0.5em 0 !important;
}

.voiceListWrap .voiceList .swiper-slide h3 + p {
  text-align: right;
  border-top: dotted 1px #3d2d26;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.voiceListWrap .voiceList .swiper-slide .info {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 0.5em;
}

.voiceListWrap .voiceList .swiper-slide .info img {
  width: 8px;
  height: auto;
  aspect-ratio: 50/64;
  margin-left: 10px;
}

#voice .voiceWrap,
.single-voices .voiceWrap {
  padding-top: 40px;
}

#voice .voiceWrap .voiceList,
.single-voices .voiceWrap .voiceList {
  padding-top: 0;
}

#voice .blogWrap .inner,
.single-voices .blogWrap .inner {
  max-width: 1000px;
}

/* トップ専用のギザ・白帯を付けない（本番 voice ページに合わせる） */
#voice .topIntro::before,
#voice .topIntro::after,
.single-voices .topIntro::before,
.single-voices .topIntro::after {
  content: none !important;
  display: none !important;
}

#voice .topIntro .topCatch-wrap,
.single-voices .topIntro .topCatch-wrap {
  background-color: #fff7d9;
}

#voice .blogWrap,
.single-voices .blogWrap {
  background-color: #fff;
  background-image: none;
}

#voice .worksWrap,
#voice .worksListWrap,
.single-voices .worksWrap,
.single-voices .worksListWrap {
  background-color: #fff;
  background-image: none;
}

#voice .ctaBlock .cta-img-box,
.single-voices .ctaBlock .cta-img-box {
  margin-top: 10px;
}

#voice .worksWrap .inner,
#voice .worksListWrap .inner,
.single-voices .worksWrap .inner,
.single-voices .worksListWrap .inner {
  max-width: 1000px;
}

#voice .worksWrap .inner .work_list_wrap,
#voice .worksListWrap .inner .work_list_wrap,
.single-voices .worksWrap .inner .work_list_wrap,
.single-voices .worksListWrap .inner .work_list_wrap {
  padding-top: 40px;
}

#voice
  .worksWrap
  .inner
  .work_list_wrap
  .worksList
  .list-item
  .slide-inner
  .worksExp
  .infoBox
  dl
  dd,
#voice
  .worksListWrap
  .inner
  .work_list_wrap
  .worksList
  .list-item
  .slide-inner
  .worksExp
  .infoBox
  dl
  dd,
.single-voices
  .worksWrap
  .inner
  .work_list_wrap
  .worksList
  .list-item
  .slide-inner
  .worksExp
  .infoBox
  dl
  dd,
.single-voices
  .worksListWrap
  .inner
  .work_list_wrap
  .worksList
  .list-item
  .slide-inner
  .worksExp
  .infoBox
  dl
  dd {
  background-color: #f3f2f2;
}

/*
 * お客様の声ページ・アーカイブ（本番 https://sumoto-kaitai.com/voice/ 準拠）
 * body が id=top のままの環境でも、トップ専用の擬似要素・背景が乗らないようにする
 */
.page-template-page-voice-php .topIntro::before,
.page-template-page-voice-php .topIntro::after,
.post-type-archive-voices .topIntro::before,
.post-type-archive-voices .topIntro::after {
  content: none !important;
  display: none !important;
}

.page-template-page-voice-php .topIntro .topCatch-wrap,
.post-type-archive-voices .topIntro .topCatch-wrap {
  background-color: #fff7d9;
}

.page-template-page-voice-php .blogWrap,
.post-type-archive-voices .blogWrap {
  background-color: #fff;
  background-image: none;
}

.page-template-page-voice-php .worksWrap,
.page-template-page-voice-php .worksListWrap,
.post-type-archive-voices .worksWrap,
.post-type-archive-voices .worksListWrap {
  background: #fff !important;
  background-image: none !important;
}

.page-template-page-voice-php .ctaBlock .cta-img-box,
.post-type-archive-voices .ctaBlock .cta-img-box {
  margin-top: 10px;
}

/* -----------------------------------------------------------
staff
----------------------------------------------------------- */
.staffListWrap {
  padding-top: 50px;
  padding-bottom: 80px;
  background: url("img/bg_menu02.jpg") center top repeat-y;
  background-size: 100% auto;
}

.staffListWrap .staffList {
  padding-left: 24px;
  padding-right: 24px;
}

@media (max-width: 599px) {
  .staffListWrap .staffList {
    padding-left: 0;
    padding-right: 0;
  }
}
.staffListWrap .staffList .swiper-slide {
  padding: 0 24px 20px;
  position: relative;
}

.staffListWrap .staffList .swiper-slide::before {
  content: "";
  width: 85%;
  height: 55%;
  position: absolute;
  left: 7.5%;
  bottom: 0;
  background-color: #ffc800;
  opacity: 0.8;
}

.staffListWrap .staffList .swiper-slide .img {
  position: relative;
  z-index: 2;
}

.staffListWrap .staffList .swiper-slide .img figure {
  overflow: hidden;
  object-fit: cover;
  aspect-ratio: 3/4;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 85%;
  margin: 0 auto;
}

.staffListWrap .staffList .swiper-slide p {
  color: #fff;
  position: relative;
  z-index: 2;
  text-align: center;
  margin-top: 10px;
	    text-shadow: 0 2px 2px #999;
}

.staffListWrap .staffList .swiper-slide p .name {
  font-size: 2em;
  font-weight: 700;
}

@media (max-width: 599px) {
  .staffListWrap .staffList .swiper-slide p .name {
    font-size: 1.7em;
  }
}
.staffListWrap .staffList .swiper-slide p small {
  font-size: 1.1em;
  display: block;
  margin-top: 10px;
}

.staffListWrap .staffList .swiper-slide:nth-of-type(even)::before {
  background-color: #ffec00;
  opacity: 0.8;
}

.staffListWrap .swiper-button-next i,
.staffListWrap .swiper-button-prev i {
  color: #ffec00;
  font-size: 2em;
}

/***下層ページ***/
.staffTitWrap {
  position: relative;
}

.staffListWrap .staff-tit {
  margin-bottom: 40px;
}

.staffWrap .staffListWrap .staffListBox {
  display: flex;
  justify-content: space-between;
  width: 96%;
  max-width: 950px;
  margin: 1.25em auto 0;
}

.staffWrap .staffListWrap .staffListBox .img {
  width: 35%;
}

.staffWrap .staffListWrap .staffListBox .img figure {
  overflow: hidden;
  object-fit: cover;
  aspect-ratio: 3/4;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f6771a;
}

.staffWrap .staffListWrap .staffListBox .txt {
  width: 63%;
}

table.staff-info {
  width: 100%;
  border-collapse: separate;
  border-spacing: 5px;
  margin-top: -5px;
}

table.staff-info th,
table.staff-info td {
  padding: 8px 10px;
  line-height: 1.4;
  font-size: 0.91em;
}

table.staff-info th {
  white-space: nowrap;
  font-weight: 400;
  text-align: left;
  width: 20%;
}

.staff-info tr:nth-of-type(odd) th,
.staff-info tr:nth-of-type(odd) td {
  background: #fdcd56;
}

.staffWrap
  .staffListWrap
  .inner
  > .staffListBox:nth-of-type(even)
  .staff-info
  tr:nth-of-type(odd)
  th,
.staffWrap
  .staffListWrap
  .inner
  > .staffListBox:nth-of-type(even)
  .staff-info
  tr:nth-of-type(odd)
  td {
  background: #fbac04;
}

/* -----------------------------------------------------------
blog
----------------------------------------------------------- */
.blogWrap {
  position: relative;
  padding-bottom: 75px;
  padding-top: 32px;
  background: url("img/bg_works.jpg") center top repeat-y;
  background-size: 100% auto;
}

.blogWrap .blogList {
  display: flex;
  flex-flow: wrap;
  gap: 25px;
}

@media (max-width: 599px) {
  .blogWrap .blogList {
    gap: 12px;
  }
}
.blogWrap .blogList .list-item {
  background-color: #fff;
  padding: 10px;
  margin-bottom: 20px;
  width: calc((100% - 25px) / 2);
}

@media (max-width: 599px) {
  .blogWrap .blogList .list-item {
    width: calc((100% - 12px) / 2);
    padding: 5px;
  }
}
.blogWrap .blogList .list-item a {
  text-decoration: none;
}

.blogWrap .blogList .list-item .mainThumb {
  width: 100%;
}

.blogWrap .blogList .list-item .mainThumb figure {
  width: 100%;
  height: auto;
  aspect-ratio: 444/334;
}

.blogWrap .blogList .list-item .mainThumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.blogWrap .blogList .list-item .voiceTxt {
  padding: 0.5em;
}

@media (max-width: 599px) {
  .blogWrap .blogList .list-item .voiceTxt {
    padding: 0.5em 0;
  }
}
.blogWrap .blogList .list-item .voiceTxt time {
  font-size: 0.9em;
  display: block;
  margin: 10px 0;
}

.blogWrap .blogList .list-item .voiceTxt .category-list {
  display: flex;
  margin-top: 10px;
  gap: 8px;
}

.blogWrap .blogList .list-item .voiceTxt .category-list li {
  width: fit-content;
}

.blogWrap .blogList .list-item .voiceTxt .category-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: #f6771a 2px solid;
  color: #f6771a;
  height: 28px;
  padding: 0 10px;
  font-size: 0.9em;
}

@media (max-width: 599px) {
  .blogWrap .blogList .list-item .voiceTxt .category-list li a {
    font-size: 0.8em;
    padding: 0 5px;
  }
}
.blogWrap .blogList .list-item .voiceTxt .category-list li a img {
  width: 11px;
}

@media (max-width: 599px) {
  .blogWrap .blogList .list-item .voiceTxt .category-list li a img {
    width: 5px;
  }
}
/**flow**/
.flowWrap {
  position: relative;
  padding-bottom: 0;
}

.flowWrap::before {
  content: "";
  width: 32vw;
  height: auto;
  aspect-ratio: 207/259;
  position: absolute;
  left: 1.4em;
  top: 1.3em;
  background: url(https://xs659432.xsrv.jp/015-test-server/wp-content/themes/k_and_k/img/topflow_ttl_img1.png) no-repeat;
  background-size: contain;
}

.flowIndexWrap {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  padding: 0 0.83em;
  counter-reset: number 0;
}

.flowIndexWrap .flowbox {
  width: 48%;
  position: relative;
}

.flowIndexWrap .flowbox::before {
  counter-increment: number 1;
  /* number カウンタの増加数をセット */
  content: counter(number) " ";
  font-family: var(--enfont);
  font-style: italic;
  position: absolute;
  left: 0;
  top: 0;
  background: var(--pointcol);
  width: 1.2em;
  height: 1.2em;
  color: #fff;
  font-size: 2.5em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flowIndexWrap .flowbox .txt {
  padding: 0.5em 0 0;
}

.flowIndexWrap .flowbox .txt h4 {
  font-size: 1.25em;
  text-align: center;
  font-weight: 400;
  margin-bottom: 0.5em;
}

.flowIndexWrap .flowbox .txt p {
  line-height: 1.8;
  margin-bottom: 1em;
}

/* -----------------------------------------------------------
works
----------------------------------------------------------- */
/**下層ページ**/
.worksListWrap {
  padding-top: 36px;
  padding-bottom: 60px;
}

.worksListWrap .worksList {
  padding-top: 40px;
}

.worksListWrap .worksList .swiper-slide {
  padding: 0 0 1em;
}

.worksListWrap .worksList .swiper-slide .worksExp {
  margin-top: 0;
}

.worksListWrap .worksList .swiper-slide .worksExp .img {
  width: 57%;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.worksListWrap .worksList .swiper-slide .worksExp .img::after {
  content: "";
  width: 1.625em;
  height: 2.25em;
  /* background: url(https://xs659432.xsrv.jp/015-test-server/wp-content/themes/k_and_k/img/BA_arrow.png) no-repeat; */
  display: inline-block;
  position: absolute;
  background-size: contain;
  left: 50%;
  bottom: 5%;
  transform: translateX(-50%) rotate(41.1deg);
}

.worksListWrap .worksList .swiper-slide .worksExp .img > div {
  width: 49%;
  overflow: hidden;
}

.worksListWrap .worksList .swiper-slide .worksExp .img > div figure {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  aspect-ratio: 200/230;
}

.worksListWrap .worksList .swiper-slide .worksExp .img > div figure img {
  height: 100%;
  width: auto;
  max-width: none;
}

.worksListWrap
  .worksList
  .swiper-slide
  .worksExp
  .img
  > div.beforeThumb::after {
  display: none;
}

.worksListWrap .worksList .swiper-slide .worksExp .txtBox {
  width: 43%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.worksListWrap .worksList .swiper-slide .worksExp .txtBox time {
  color: var(--txtcol);
  font-size: 0.75em;
  text-align: right;
  display: block;
}

.worksListWrap .worksList .swiper-wrapper {
  flex-flow: column;
}

#works .mvTit::before,
.single-works .mvTit::before {
  background: url("https://xs659432.xsrv.jp/015-test-server/wp-content/themes/k_and_k/img/kaitaikani_two.png") no-repeat;
  width: 20vw;
  right: -5.4em !important;
  bottom: -3.8em !important;
}

.single-works .worksCont {
  margin-bottom: 2rem;
}

.single-works .workDetail-updated {
  font-size: 0.95rem;
  color: #555;
  margin: 0 0 1.25rem;
}

.single-works .workDetail-spec {
  display: grid;
  gap: 0.5rem 1.5rem;
  margin: 0 0 1.75rem;
  padding: 1rem 1.25rem;
  background: #f7f7f7;
  border-radius: 6px;
}

.single-works .workDetail-specRow {
  display: grid;
  grid-template-columns: 6em 1fr;
  gap: 0.75rem;
  align-items: baseline;
  margin: 0;
}

.single-works .workDetail-spec dt {
  margin: 0;
  font-weight: 700;
  color: #333;
}

.single-works .workDetail-spec dd {
  margin: 0;
}

.single-works .workDetail-thumb {
  margin: 0 0 1.75rem;
}

.single-works .workDetail-thumb figure {
  margin: 0;
}

.single-works .workDetail-thumb img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}

.single-works .workDetail-body {
  margin-bottom: 2rem;
}

.single-works .workDetail-staff {
  margin: 2rem 0 0;
  padding: 1.25rem 1.5rem;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  background: #fff;
}

.single-works .workDetail-staffTitle {
  margin: 0 0 0.75rem;
  font-size: 1.15rem;
}

.single-works .workDetail-staffName {
  margin: 0 0 0.5rem;
  font-weight: 700;
  font-size: 1.05rem;
}

.single-works .workDetail-staffLabel {
  margin: 0 0 0.35rem;
  font-size: 0.9rem;
  color: #666;
}

.single-works .workDetail-staffComment {
  margin: 0;
  line-height: 1.7;
}

.single-works .workDetail-spec--boxed {
  padding: 0;
  overflow: hidden;
  border: 1px solid #e8e8e8;
  background: #fff;
}

.single-works .workDetail-spec--boxed .workDetail-specRow {
  display: grid;
  grid-template-columns: minmax(7em, 28%) 1fr;
  gap: 0;
  align-items: stretch;
  border-bottom: 1px solid #e8e8e8;
  margin: 0;
}

.single-works .workDetail-spec--boxed .workDetail-specRow:last-child {
  border-bottom: 0;
}

.single-works .workDetail-spec--boxed dt {
  background: #fff3e6;
  padding: 0.85rem 1rem;
  margin: 0;
}

.single-works .workDetail-spec--boxed dd {
  padding: 0.85rem 1rem;
  margin: 0;
  background: #fff;
}

.single-works .workDetail-compare {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 1.75rem;
}

.single-works .workDetail-compareCell {
  flex: 1 1 45%;
  min-width: 0;
}

.single-works .workDetail-compareCell img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}

.single-works .workDetail-compareArrow {
  flex: 0 0 auto;
  font-size: 2rem;
  font-weight: 700;
  color: var(--keycol, #f6771a);
  line-height: 1;
}

.single-works .workDetail-gallery {
  margin: 0 0 1.75rem;
}

.single-works .workDetail-galleryList {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.single-works .workDetail-galleryList li {
  flex: 1 1 calc(33.333% - 0.5rem);
  min-width: 120px;
  margin: 0;
}

.single-works .workDetail-galleryList img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}

.single-works .workDetail-staffInner {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  align-items: flex-start;
}

.single-works .workDetail-staffPhoto {
  flex: 0 0 auto;
  max-width: 200px;
}

.single-works .workDetail-staffPhoto img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.single-works .workDetail-staffBody {
  flex: 1 1 240px;
  min-width: 0;
}

.single-works .workDetail-staff--withPhoto .workDetail-staffComment {
  background: #fffbea;
  padding: 1rem 1.15rem;
  border-radius: 12px;
}

.work_list_wrap .worksList .slide-inner .worksExp .infoBox .workCard-price {
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .single-works .workDetail-specRow {
    grid-template-columns: 1fr;
    gap: 0.15rem;
  }

  .single-works .workDetail-spec--boxed .workDetail-specRow {
    grid-template-columns: 1fr;
  }

  .single-works .workDetail-spec--boxed dt {
    padding-bottom: 0.35rem;
  }

  .single-works .workDetail-compare {
    flex-direction: column;
  }

  .single-works .workDetail-compareArrow {
    transform: rotate(90deg);
    margin: 0.25rem 0;
  }
}

/* -----------------------------------------------------------
message
----------------------------------------------------------- */
.message_title {
  background: url("https://xs659432.xsrv.jp/015-test-server/wp-content/themes/k_and_k/img/bg_message_head.png") no-repeat;
  background-size: cover;
  position: relative;
  padding: 2.2em 0 1.5em;
}

.message_title .img {
  width: 62%;
  max-width: 328px;
  height: auto;
  aspect-ratio: 800/929;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (min-width: 768px) {
  .message_title .txtBox .arrowMessage {
    font-size: 1.8em;
    font-weight: bold;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    transform: rotate(-3.6deg);
    transform-origin: left bottom;
  }
}
@media screen and (max-width: 767px) {
  .message_title .txtBox .arrowMessage {
    font-size: 1.4em;
    font-weight: bold;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    transform: rotate(-3.6deg);
    transform-origin: left bottom;
  }
}
.message_title .txtBox .arrowMessage span {
  color: #fff;
  background: #f6771a;
  padding: 0 0.5em;
  height: 1.6em;
  position: relative;
  margin-bottom: 0.25em;
  line-height: 1.6em;
}

.message_title .txtBox .arrowMessage span:after {
  content: "";
  width: 0.8em;
  height: 1.6em;
  position: absolute;
  left: 99.9%;
  top: 0;
  background: linear-gradient(
      to top left,
      rgba(255, 255, 255, 0) 50%,
      var(--keycol) 50.5%
    )
    no-repeat top left/100% 100%;
}

.message_txt {
  background: var(--bgcol);
  padding: 60px 0;
}

.message_txt .inner {
  padding: 0 5%;
}

.message_txt h3 {
  font-size: 1.666666em;
  text-align: center;
  margin-bottom: 1em;
}

.message_txt p {
  line-height: 1.8;
}

.message_txt + .bnrReason {
  background: var(--bgcol);
}

/* -----------------------------------------------------------
contact
----------------------------------------------------------- */
#contact .topContact,
#shop .topContact,
section.topContact.ContactWrap {
  padding: 0 0 70px;
  margin-top: -40px;
}
@media screen and (max-width: 599px) {
  #contact .topContact,
  #shop .topContact,
  section.topContact.ContactWrap {
    margin-top: -20px;
  }
}
#contact .topContact .contactStepWrap,
#shop .topContact .contactStepWrap,
section.topContact.ContactWrap .contactStepWrap {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 3;
  margin-bottom: 30px;
}
#contact .topContact .contactStepWrap .step,
#shop .topContact .contactStepWrap .step,
section.topContact.ContactWrap .contactStepWrap .step {
  background: #939393;
  color: #fff;
  text-align: center;
  width: 33.3%;
  padding: 0.85em;
  position: relative;
}
#contact .topContact .contactStepWrap .step span,
#shop .topContact .contactStepWrap .step span,
section.topContact.ContactWrap .contactStepWrap .step span {
  border: 1px solid #fff;
  display: inline-block;
  padding: 0 1em;
  height: 1.5em;
  line-height: calc(1.5em - 2px);
  border-radius: 0.75em;
}
/* マークアップは <span>STEP</span><p>説明</p>（p は span の外） */
#contact .topContact .contactStepWrap .step span p,
#shop .topContact .contactStepWrap .step span p,
section.topContact.ContactWrap .contactStepWrap .step span p,
#contact .topContact .contactStepWrap .step > p,
#shop .topContact .contactStepWrap .step > p,
section.topContact.ContactWrap .contactStepWrap .step > p {
  font-size: 1.25em;
  line-height: 1.4;
  margin-top: 0.5em;
  color: #fff;
}
#contact .topContact .contactStepWrap .step.step1,
#shop .topContact .contactStepWrap .step.step1,
section.topContact.ContactWrap .contactStepWrap .step.step1 {
  border-radius: 10px 0 0 10px;
}
#contact .topContact .contactStepWrap .step1::after,
#shop .topContact .contactStepWrap .step1::after,
section.topContact.ContactWrap .contactStepWrap .step1::after {
  content: "";
  width: 3vw;
  height: auto;
  aspect-ratio: 38/55;
  background: #fff;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  left: 97%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
#contact .topContact .contactStepWrap .step.step2,
#shop .topContact .contactStepWrap .step.step2,
section.topContact.ContactWrap .contactStepWrap .step.step2 {
  background: #7e7e7e;
}
#contact .topContact .contactStepWrap .step2::after,
#shop .topContact .contactStepWrap .step2::after,
section.topContact.ContactWrap .contactStepWrap .step2::after {
  content: "";
  width: 3vw;
  height: auto;
  aspect-ratio: 38/55;
  background: #fff;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  left: 97%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
#contact .topContact .contactStepWrap .step.step3,
#shop .topContact .contactStepWrap .step.step3,
section.topContact.ContactWrap .contactStepWrap .step.step3 {
  border-radius: 0 10px 10px 0;
  background: #717171;
}
#contact .topContact p.caption,
#shop .topContact p.caption,
section.topContact.ContactWrap p.caption {
  color: #000;
  margin-bottom: 0.5em;
}
#contact .topContact ul li,
#shop .topContact ul li,
section.topContact.ContactWrap ul li {
  line-height: 1.4;
  margin-bottom: 0.25em;
  color: #000;
}

.Contact_formblock {
  position: relative;
}

.Contact_formblock .inner .h3Box {
  width: 68.57%;
  margin: 60px auto 32px;
}

.Contact_formblock .btn_tel .tel {
  font-size: 2.2em;
}

.Contact_formblock .formWrap {
  margin-top: 2.25em;
}

.Contact_formblock p {
  line-height: 1.4;
  margin-bottom: 0.5em;
}

.Contact_formblock ul li {
  line-height: 1.4;
  margin-bottom: 0.5em;
}

/* -----------------------------------------------------------
corporate
----------------------------------------------------------- */
.corpinfoWrap {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff7d9;
}

.corpinfoWrap .stit-corp {
  margin-bottom: 2em;
}

.corpinfoWrap .corpinfoList dt {
  text-align: center;
  background: #fddfbe;
  padding: 0.65em 0;
}

.corpinfoWrap .corpinfoList dd {
  text-align: center;
  background: #fff;
  padding: 0.65em 0;
}

#corporate .mvTit::before {
  background: url("https://xs659432.xsrv.jp/015-test-server/wp-content/themes/k_and_k/img/kaitaikani_general.png") no-repeat;
  width: 22vw;
  right: -7em;
  bottom: -3.8em;
}

/* -----------------------------------------------------------
first
----------------------------------------------------------- */
.white-box {
  padding: 20px;
  background-color: #ffffff;
}

#first .intoroWrap {
  padding-top: 40px;
  padding-bottom: 40px;
}

#first .intoroWrap .inner p {
  line-height: 1.8;
}

#first .topIntro {
  /*padding-bottom: 60px;*/
}

#first .topIntro::before {
  height: 6vh;
}

#first .topIntro::after {
  display: none;
}

.pointblockWrap {
  background: #fff7d9;
  padding-bottom: 60px;
	padding-top:60px;
}

.pointblockWrap .reasonBox {
  background: #ffffff;
  margin-top: 40px;
  padding-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #ffc800;
}

.pointblockWrap .reasonBox .rTit {
  padding: 1.25em 0;
  background-color: #ffc800;
}

.pointblockWrap .reasonBox .rTit h3 {
  color: #fff;
  text-align: center;
  font-size: 1.7em;
  font-weight: 700;
}

.pointblockWrap .reasonBox .rInner {
  padding: 12px;
}

.pointblockWrap .reasonBox .checkBox {
  display: flex;
  background: yellow;
  margin-bottom: 1em;
  height: 2.4em;
}

.pointblockWrap .reasonBox .checkBox dt {
  background: #bb2108;
  color: yellow;
  font-weight: 700;
  height: 2.4em;
  width: 4em;
  padding-left: 0.5em;
  position: relative;
  display: flex;
  align-items: center;
}

.pointblockWrap .reasonBox .checkBox dt:after {
  content: "";
  position: absolute;
  left: 99.9%;
  top: 0;
  width: 1em;
  height: 100%;
  background: linear-gradient(
        to bottom left,
        rgba(255, 255, 255, 0) 50%,
        #bb2108 50.5%
      )
      no-repeat top left/100% 50%,
    linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #bb2108 50.5%)
      no-repeat bottom right/100% 50%;
}

.pointblockWrap .reasonBox .checkBox dd {
  padding-left: 1.5em;
  font-size: 1.05em;
  font-weight: 700;
  color: #f6771a;
  width: calc(100% - 4em);
  display: flex;
  align-items: center;
}

.pointblockWrap .reasonBox .cta {
  margin-top: 30px;
}

.pointblockWrap .reasonBox .cta h2 {
  text-align: center;
  font-size: 2em;
  font-weight: 700;
  color: #ffc800;
}

.pointblockWrap .reasonBox .cta .ctaWrap {
  padding: 0;
  background-color: transparent;
}

#kaitai00 {
  clear: both;
}

.pointblockWrap .reasonBlockWrap .reasonBox .img {
  margin-bottom: 1rem;
}

#kaitai00 .txt p {
  margin-top: 0;
}

#kaitai00 .img.img02 {
  width: 46%;
  float: right;
  padding-left: 1rem;
  padding-bottom: 0;
}

.pointblockWrap .reasonBox .imgIndex,
.pointblockWrap .reasonBox .iconIndex {
  display: flex;
  flex-flow: wrap;
  margin-left: -0.33em;
  margin-right: -0.33em;
}

.pointblockWrap .reasonBox .imgIndex .box {
  padding: 0 0.33em 1em;
  width: 50%;
}

.pointblockWrap .reasonBox .imgIndex .box h4 {
  background: #ffff00;
  color: #222;
  text-align: center;
  font-weight: 700;
  line-height: 2em;
}

.pointblockWrap .reasonBox .iconIndex .box {
  padding: 0 0.33em 1em;
  width: calc(100% / 3);
}

/* -----------------------------------------------------------
シングルページ
----------------------------------------------------------- */
.single .singleCont,
.singleCont {
  padding-top: 60px;
  padding-bottom: 60px;
}

.single .singleCont .basicTit,
.singleCont .basicTit {
  padding-top: 0;
}

.single .singleCont p,
.singleCont p {
  line-height: 1.8;
}

.single .singleCont .inner > p + p,
.singleCont .inner > p + p {
  margin-top: 1.5em;
}

.single .singleCont .backBtnBox,
.singleCont .backBtnBox {
  display: flex;
  justify-content: center;
}

.singleCont .bar {
  background: #f6771a;
  color: #fff;
  padding: 0.5em 1em;
  font-weight: 400;
  font-size: 1.25em;
}

.singleCont .bar + time {
  line-height: 2;
  text-align: right;
  display: block;
}

.baWrap {
  position: relative;
}

.voiceCont .baWrap {
  margin-top: 20px;
}

.baWrap .beforeThumb:after {
  display: none;
}

.baWrap .arrow {
  padding: 1em 0;
}

.baWrap .arrow span {
  width: 3em;
  height: 3em;
  display: block;
  margin: 0 auto;
  background: #f6771a;
  clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 25% 100%, 75% 50%, 25% 0);
  clip-path: polygon(35% 0, 100% 50%, 35% 100%, 0 100%, 65% 50%, 0 0);
}

.baWrap .beforeThumb figure,
.baWrap .afterThumb figure {
  margin: 0;
}

.baWrap .beforeThumb figure img,
.baWrap .afterThumb figure img {
  width: 100%;
  height: auto;
  display: block;
}

.baWrap--singleImg {
  justify-content: center;
}

.baWrap--singleImg .beforeThumb {
  width: 100%;
  max-width: 100%;
}

.single .workSingle-entryBody {
  margin-top: 1.5rem;
  margin-bottom: 0;
}

.single .sCommentWrap--noPhoto .txt {
  width: 100%;
  padding-left: 0;
}

.single .sCommentWrap--noTxt .img {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}

.single .infoWrap {
  margin-top: 30px;
}

.single .infoWrap .infoBox dl {
  display: flex;
  justify-content: space-between;
}

.single .infoWrap .infoBox > dl:nth-of-type(odd) > * {
  background: #fddfbe;
}

.single .infoWrap .infoBox dl dt {
  width: 6em;
  padding: 0.5em 0.5em 0.5em 1em;
}

.single .infoWrap .infoBox dl dd {
  width: calc(100% - 6em - 2px);
  padding: 0.5em 1em;
}

.single .h3 {
  margin-top: 30px;
  color: #f6771a;
}

.single .sCommentWrap {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.single .sCommentWrap .img {
  width: 36%;
  text-align: center;
}

.single .sCommentWrap .img figure {
  margin-bottom: 10px;
}

.single .sCommentWrap .txt {
  width: 64%;
  padding-left: 2.5em;
}

.single .sCommentWrap .txt .fukidashi {
  background: #ffffdd;
  padding: 1.5em;
  border-radius: 10px;
}

.single .sCommentWrap .txt .fukidashi p {
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .single .baWrap {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
  }

  .single .baWrap .beforeThumb,
  .single .baWrap .afterThumb {
    width: 100%;
  }

  .single .sCommentWrap {
    flex-direction: column;
  }

  .single .sCommentWrap .img,
  .single .sCommentWrap .txt {
    width: 100%;
    padding-left: 0;
  }
}

.single .h3 + p {
  line-height: 1.8;
  margin-top: 1em;
}

.single .staffList {
  margin-top: 30px;
}

.single .blogCont .mv {
  margin-bottom: 1em;
}

.single .blogCont > .inner > p {
  line-height: 1.8;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0;
}

.single .blogCont h2 {
  font-weight: 600;
  color: #f6771a;
  font-size: 1.4em;
  margin-top: 2em;
  margin-bottom: 1em;
}

.single .blogCont h3:not(.bar) {
  font-weight: 600;
  color: #f6771a;
  font-size: 1.25em;
  border-bottom: 2px solid #f6771a;
  margin-top: 2em;
  padding-bottom: 0.25em;
  margin-bottom: 1em;
}

.single .blogCont h4 {
  font-weight: 600;
  font-size: 1.2em;
  margin-top: 1.5em;
  position: relative;
  padding-left: 16px;
  margin-bottom: 1em;
}

.single .blogCont h4:before {
  content: "";
  width: 5px;
  height: 1em;
  background: #f6771a;
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
}

.single .blogCont h5 {
  font-weight: 600;
  font-size: 1.125em;
  margin-top: 1.5em;
  position: relative;
  color: #f6771a;
  padding: 4px 0.5em;
  background: #efefef;
  margin-bottom: 1em;
}

.single .blogCont figure.alignright {
  margin-left: auto;
}

.single .blogCont figure.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.single .blogCont figure.alignleft {
  margin-right: auto;
}

.single .blogCont .wp-block-image {
  margin-top: 1em;
  margin-bottom: 1em;
}

.btn_border {
  border: 2px solid #f6771a;
  color: #f6771a !important;
  border-radius: 30px;
  height: 60px;
  width: 80%;
  max-width: 400px;
  margin: 0 10px;
  display: flex;
  text-decoration: none !important;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media screen and (max-width: 599px) {
  .btn_border {
    height: 40px;
  }
}
.btn_border i.fa-angle-left {
  position: absolute;
  left: 20px;
}

.btn_border i.fa-angle-right {
  position: absolute;
  right: 20px;
}

/********
 ページャー
**********/
.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-numbers li,
.page-numbers .m-pagenation__result {
  margin: 0 5px;
}

.page-numbers .m-pagenation__result,
.page-numbers li a {
  border: #f6771a 1px solid;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f6771a;
  padding: 10px;
  text-decoration: none;
}

.page-numbers li .current {
  background: #f6771a;
  text-decoration: none;
  border: #f6771a 1px solid;
  color: #fff;
  padding: 10px;
}

/********
 店舗案内
**********/
.shopIntro {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .shopIntro {
    padding: 50px 0;
  }
}
.shopIntro .shopIntoro-box {
  background-color: #f6771a;
  color: #fff;
  padding: 40px 40px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .shopIntro .shopIntoro-box {
    padding: 30px 20px 0;
  }
}
.shopIntro .shopIntoro-box .tit_shopIntro,
.shopIntro .shopIntoro-box .tit_shopIntro h2 {
  display: flex;
  flex-flow: column;
  text-align: center;
  align-items: center;
  font-weight: 600;
}
.shopIntro .shopIntoro-box .tit_shopIntro small,
.shopIntro .shopIntoro-box .tit_shopIntro h2 small {
  font-size: 3em;
}
@media screen and (max-width: 767px) {
  .shopIntro .shopIntoro-box .tit_shopIntro small,
  .shopIntro .shopIntoro-box .tit_shopIntro h2 small {
    font-size: 2em;
  }
}
.shopIntro .shopIntoro-box .tit_shopIntro span,
.shopIntro .shopIntoro-box .tit_shopIntro h2 span {
  font-size: 3.5em;
}
@media screen and (max-width: 1280px) {
  .shopIntro .shopIntoro-box .tit_shopIntro span,
  .shopIntro .shopIntoro-box .tit_shopIntro h2 span {
    font-size: 3em;
  }
}
@media screen and (max-width: 767px) {
  .shopIntro .shopIntoro-box .tit_shopIntro span,
  .shopIntro .shopIntoro-box .tit_shopIntro h2 span {
    font-size: 2.5em;
  }
}
.shopIntro .shopIntoro-box .tit_shopIntro {
  margin-bottom: 40px;
}
.shopIntro .shopIntoro-box .cont_shopIntro {
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .shopIntro .shopIntoro-box .cont_shopIntro {
    display: flex;
    flex-flow: column-reverse;
    padding-bottom: 0;
  }
}
.shopIntro .shopIntoro-box .cont_shopIntro > img {
  position: absolute;
  width: 56%;
  left: 0;
  bottom: 0;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .shopIntro .shopIntoro-box .cont_shopIntro > img {
    position: relative;
    width: 90%;
    left: auto;
    bottom: auto;
    margin: auto;
  }
}
.shopIntro .shopIntoro-box .cont_shopIntro .txt-box {
  width: 48%;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .shopIntro .shopIntoro-box .cont_shopIntro .txt-box {
    width: 100%;
    margin: auto;
  }
}
.shopIntro .shopIntoro-box .cont_shopIntro .txt-box .baloon-box {
  margin-bottom: 1em;
}
.shopIntro .shopIntoro-box .cont_shopIntro .txt-box .baloon-box::after {
  width: 30px;
  height: 30px;
  content: "";
  background-color: #fff;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  margin-left: 1em;
  margin-top: -4px;
  display: block;
}
@media screen and (max-width: 767px) {
  .shopIntro .shopIntoro-box .cont_shopIntro .txt-box .baloon-box::after {
    margin: 0 auto;
  }
}
.shopIntro .shopIntoro-box .cont_shopIntro .txt-box .baloon-box p {
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 20px;
  color: #f6771a;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .shopIntro .shopIntoro-box .cont_shopIntro .txt-box .baloon-box p {
    font-size: 1.5em;
  }
}
.shopIntro .shopIntoro-box .cont_shopIntro .txt-box .baloon-box + p {
  text-align: center;
  margin-bottom: 1em;
}
.shopIntro .shopIntoro-box .cont_shopIntro .txt-box h4 {
  font-weight: 600;
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 1.2em;
}
.shopIntro .shopIntoro-box .cont_shopIntro .txt-box .btn_tel a span.tel .en {
  display: block;
  font-size: 2em;
}
@media screen and (max-width: 767px) {
  .shopIntro .shopIntoro-box .cont_shopIntro .txt-box .btn_cta a > span .ja {
    font-size: 2em;
    color: #fff;
    font-weight: 600;
  }
}

.promiseWrap {
  background: #fff7d9;
  padding: 80px 0 ;
}
@media screen and (max-width: 767px) {
  .promiseWrap {
    padding: 50px 0 ;
  }
}
.promiseWrap .promiseBoxWrap {
  display: flex;
  flex-flow: wrap;
  gap: 30px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .promiseWrap .promiseBoxWrap {
    gap: 20px;
  }
}
.promiseWrap .promiseBoxWrap .promiseBox {
  width: calc((100% - 60px) / 3);
  position: relative;
}
@media screen and (max-width: 767px) {
  .promiseWrap .promiseBoxWrap .promiseBox {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 599px) {
  .promiseWrap .promiseBoxWrap .promiseBox {
    width: 100%;
    margin: auto;
  }
}
.promiseWrap .promiseBoxWrap .promiseBox .num {
  position: absolute;
  width: 90px;
  height: auto;
  aspect-ratio: 132/118;
  text-indent: -9999px;
  left: -10px;
  top: -10px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .promiseWrap .promiseBoxWrap .promiseBox .num {
    width: 60px;
  }
}
.promiseWrap .promiseBoxWrap .promiseBox p {
  margin-top: 1em;
}
.promiseWrap .promiseBoxWrap .promiseBox:nth-of-type(1) .num {
  background: url(https://xs659432.xsrv.jp/015-test-server/wp-content/themes/k_and_k/img/no01.png) center no-repeat;
  background-size: contain;
}
.promiseWrap .promiseBoxWrap .promiseBox:nth-of-type(2) .num {
  background: url(https://xs659432.xsrv.jp/015-test-server/wp-content/themes/k_and_k/img/no02.png) center no-repeat;
  background-size: contain;
}
.promiseWrap .promiseBoxWrap .promiseBox:nth-of-type(3) .num {
  background: url(https://xs659432.xsrv.jp/015-test-server/wp-content/themes/k_and_k/img/no03.png) center no-repeat;
  background-size: contain;
}

.shopPoint .tit_point {
  text-align-last: center;
}
.shopPoint .tit_point h4 {
  color: #f6771a;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 1.75em;
}
.shopPoint #reason02 .rInner {
  flex-flow: row-reverse;
}
@media screen and (max-width: 767px) {
  .shopPoint #reason02 .rInner {
    flex-flow: column;
  }
}
@media screen and (max-width: 767px) {
  .shopPoint .reasonBox {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .shopPoint .reasonBox .rTit {
    height: 80px;
  }
  .shopPoint .reasonBox .rTit span {
    padding: 0 24px;
  }
}
@media screen and (max-width: 767px) {
  .shopPoint .reasonBox .rInner {
    flex-flow: column;
  }
  .shopPoint .reasonBox .rInner .img figure img {
    width: 100%;
  }
}

.shopAccess {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .shopAccess {
    padding-bottom: 50px;
  }
}
.shopAccess .flexWrap {
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .shopAccess .flexWrap {
    flex-flow: column;
  }
}
.shopAccess .flexWrap .img-box {
  width: calc(50% - 15px);
}
@media screen and (max-width: 767px) {
  .shopAccess .flexWrap .img-box {
    width: 100%;
  }
}
.shopAccess .flexWrap .txt-box {
  width: calc(50% - 15px);
}
@media screen and (max-width: 767px) {
  .shopAccess .flexWrap .txt-box {
    width: 100%;
  }
}
.shopAccess .flexWrap .txt-box p {
  font-weight: 500;
  line-height: 1.6;
}
.shopAccess .flexWrap .txt-box h4 {
  font-weight: 600;
  margin-bottom: 0.5em;
  text-align: center;
  color: #f6771a;
  margin-top: 2em;
  font-size: 1.2em;
}
.shopAccess .flexWrap .txt-box .btn_tel a span.tel .en {
  display: block;
  font-size: 2em;
}
@media screen and (max-width: 767px) {
  .shopAccess .flexWrap .txt-box .btn_cta a > span .ja {
    font-size: 2em;
    color: #fff;
    font-weight: 600;
  }
}
.shopAccess .map-box {
  margin-top: 40px;
}
.shopAccess .map-box iframe {
  width: 100%;
}

#shop #reserve,
section.topContact#reserve {
  padding-top: 80px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  #shop #reserve,
  section.topContact#reserve {
    padding-top: 50px;
  }
}
#shop #reserve table tr > *,
section.topContact#reserve table tr > * {
  vertical-align: middle;
}
#shop #reserve input[type="date"],
#shop #reserve select.wpcf7-select,
section.topContact#reserve input[type="date"],
section.topContact#reserve select.wpcf7-select {
  background-color: #fff;
  border: #cfcfcf 1px solid;
  border-radius: 10px;
  padding: 0 8px;
  margin: 0 10px;
  font-size: 1em;
}

.workPhotoWrap {
  display: flex;
  margin: 40px auto;
  gap: 30px;
  flex-flow: wrap;
}
.workPhotoWrap .photo-box {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 767px) {
  .workPhotoWrap .photo-box {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .workPhotoWrap .photo-box {
    width: 100%;
  }
}
.workPhotoWrap .photo-box figure {
  margin-bottom: 1rem;
}
.workPhotoWrap .photo-box p {
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }

  .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

.footer-bnr {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 465px;
  margin: 0 auto 30px;
}

.footer-bnr > .bnr-logo {
  display: block;
  width: calc(50% - 30px * 1 / 2);
}

.footer-bnr > .bnr-logo:nth-child(2n) {
  margin-right: 0;
}

.footer-bnr > .bnr-logo:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .footer-bnr {
    width: 100%;
    margin-bottom: 20px;
    padding-top: 20px;
    gap: 20px;
  }

  .footer-bnr > .bnr-logo {
    width: auto;
    height: auto;
    background-color: #fff;
    padding: 4px;
    border: 1px solid #000;
  }
  .footer-bnr > .bnr-logo img {
    width: auto;
    height: 40px;
  }
}

.singleCont .Writer-prof-box {
  border: 8px solid #fff7d9;
  padding: 20px 40px 40px;
  margin: 40px auto;
}
.singleCont .Writer-prof-box h3 {
  margin-top: 0 !important;
}
.singleCont .Writer-prof-box h3 span.en {
  font-size: 2em;
  opacity: 0.3;
  margin-right: 10px;
  display: inline-block;
}
.singleCont .Writer-prof-box h3 span.ja {
  font-size: 0.7em;
  color: #333;
  font-weight: 400;
  display: inline-block;
}
.singleCont .Writer-prof-box .flexWrap {
  width: 100%;
  flex-flow: wrap;
  gap: 30px;
}
.singleCont .Writer-prof-box .img-box {
  width: 20%;
}
.singleCont .Writer-prof-box .img-box figure {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.singleCont .Writer-prof-box .img-box figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.singleCont .Writer-prof-box .txt-box {
  width: calc(80% - 30px);
}
.singleCont .Writer-prof-box .txt-box p {
  width: 100% !important;
}
.singleCont .Writer-prof-box .txt-box p.name {
  margin-bottom: 1em;
}
.singleCont .Writer-prof-box .txt-box p.name + div p {
  font-size: 0.9em;
}
.singleCont .Writer-prof-box .txt-box p.name .bold {
  font-weight: 600;
  font-size: 1.2em;
}
.singleCont .Writer-prof-box .txt-box p.name .spec {
  font-weight: 300;
  margin-left: 1em;
  font-size: 0.8em;
}
@media screen and (max-width: 767px) {
  .singleCont .Writer-prof-box .flexWrap {
    justify-content: center;
  }
  .singleCont .Writer-prof-box .img-box {
    width: 80%;
  }
  .singleCont .Writer-prof-box .txt-box {
    width: 100%;
  }
  .singleCont .Writer-prof-box .txt-box p.name span {
    display: block;
    margin-left: 0 !important;
  }
}

/*------------------------------------------------------
  ブログカテゴリーリンク追加
-------------------------------------------------------*/
#top .blogWrap .category_search,
#blog .blogWrap .category_search {
  padding-top: 50px;
}
#top .blogWrap .category_search ul,
#blog .blogWrap .category_search ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.5em;
}
#top .blogWrap .category_search a,
#blog .blogWrap .category_search a {
  width: 100%;
  height: 3em;
  padding-right: 2em;
  background: #ffc800;
  border-radius: 10px;
  color: #222;
  font-weight: 700;
  font-size: 120%;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#top .blogWrap .category_search a::after,
#blog .blogWrap .category_search a::after {
  content: "";
  width: 2em;
  height: 50%;
  background: url(img/arrow_bk.png) center/contain no-repeat;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
}

/* -----------------------------------------------------------
FAQ
----------------------------------------------------------- */
.faq {
  padding-top: 50px;
  padding-bottom: 80px;
  background: url("img/bg_menu02.jpg") center top repeat-y;
  background-size: 100% auto;
}
.faqTitle {
  font-size: 80px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 48px;
  color: #ffc800;
}
.faqTitle .faqTitleLarge {
  text-shadow: 3px 3px #5e524d;
}
.faqTitle .faqTitleSmall {
  display: block;
  font-size: 24px;
  color: #3d2d26;
  margin-top: 20px;
}
.faqList + .faqList {
  margin-top: 20px;
}
.faqTerm {
  position: relative;
  background-color: #fff;
  padding: 20px 60px 20px 80px;
  line-height: 1.4;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.faqTerm:hover {
  opacity: 0.7;
}
.faqTerm::before,
.faqDesc::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 55px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: bold;
  color: #222;
  background-color: #ffec00;
  padding-bottom: 8px;
}
.faqTerm::before {
  content: "Q";
}
.faqDesc::before {
  content: "A";
}
.faqTerm::after {
  transition: all 0.3s ease;
  position: absolute;
  top: calc(50% - 15px);
  right: 20px;
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  /*background: url("img/arrow_faq.svg") no-repeat center;*/
}
.faqTerm.show::after {
  transform: rotate(180deg);
}
.faqDesc {
  display: none;
  position: relative;
  margin-top: 5px;
  background-color: #fff;
  padding: 20px 20px 20px 80px;
  font-size: 20px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .faqTitle {
    font-size: 48px;
    margin-bottom: 32px;
  }
  .faqTitle .faqTitleSmall {
    font-size: 16px;
    margin-top: 8px;
  }
  .faqList + .faqList {
    margin-top: 20px;
  }
  .faqTerm {
    padding: 15px 40px 15px 60px;
    font-size: 16px;
  }
  .faqTerm:hover {
    opacity: 1;
  }
  .faqTerm::before,
  .faqDesc::before {
    width: 40px;
    font-size: 24px;
    padding-bottom: 4px;
  }
  .faqTerm::after {
    top: calc(50% - 10px);
    right: 10px;
    width: 20px;
    height: 20px;
  }
  .faqDesc {
    padding: 15px 15px 15px 60px;
    font-size: 16px;
  }
}

.btn_line a {
  box-shadow: 0px 4px 0px #08650d;
}

.btn_line_link {
  background-color: #05af04;
  color: #fff !important;
  position: relative;
}

@media (min-width: 768px) {
  .btn_line_link {
    font-size: 2em;
  }
}

.btn_line_link img {
  width: 60px;
}

.googleReview h2 {
	text-align: center;
	margin-bottom: 20px;
}

.ttle {
	font-size: 3rem;
	color: #f6771a;
	font-weight: 700;
	display: inline-block;
	margin-bottom: 10px;
}

@media (max-width: 767px) {
  .btn_line_link img {
    width: 8.5vw;
  }
	
	.googleReview {
		padding-bottom: 50px;
	}
	
	.ttle {
		font-size: 18px;
	}
}
.grecaptcha-badge {
	z-index: 999999;
}

.privacy-wrap {
  width: 80%;
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  padding: 60px 0;
}

/* プライバシーポリシー: body id を privacypolicy にし #top .topIntro の白帯・ギザを抑止。本文周りの余白は本番同様 .privacy-wrap の padding: 60px 0 に任せる */
#privacypolicy .topIntro {
  margin-top: 0;
  padding-top: 0;
}

.pp_body p, .pp_body dd, .pp_body li {
  font-size: 16px;
  line-height: 2;
}

.pp_body dt {
  font-weight: bold;
  font-size: 18px;
  line-height: 2;
  margin-top: 3em;
}

.pp_body li li {
  margin-left: 2em;
}

.wp-privacy-suggested {
  margin-top: 4em;
  padding-top: 3em;
  border-top: 1px solid #ddd;
}

.wp-privacy-suggested__title {
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 1em;
}

.wp-privacy-suggested__lead {
  margin-bottom: 2em;
}

.wp-privacy-suggested__h {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 2.25em 0 0.75em;
}

.wp-privacy-suggested__h:first-of-type {
  margin-top: 0;
}

@media (max-width: 767px) {
  .privacy-wrap {
    width: 100%;
    max-width: 767px;
    margin: 0 auto;
    position: relative;
    padding: 60px 4%;
    box-sizing: border-box;
  }

  .pp_body li li {
    margin-left: 1em;
  }
	
	.grecaptcha-badge {
		bottom: 130px !important;
	}
}

/* 新着情報（投稿）一覧・アーカイブ・詳細 */
.newsArchiveWrap .newsArchiveCats {
	list-style: none;
	margin: 0.5em 0 0;
	padding: 0;
	display: flex;
	flex-flow: row wrap;
	gap: 0.35em 0.75em;
	font-size: 0.9em;
}

.newsArchiveEmpty {
	text-align: center;
	padding: 2em 1em;
	width: 100%;
}

.newsSingleWrap .newsSingleMeta {
	font-size: 0.95em;
	margin-bottom: 0.75em;
	color: #555;
}

.newsSingleWrap .newsSingleCats a {
	color: inherit;
	text-decoration: underline;
}

.newsSingleWrap .newsSingleThumb {
	margin: 1.5em 0;
	text-align: center;
}

.newsSingleWrap .newsSingleThumb img {
	max-width: 100%;
	height: auto;
}

.newsSingleWrap .entry-content {
	line-height: 1.85;
}

.newsSingleWrap .page-links {
	margin-top: 1.5em;
	font-size: 0.95em;
}


/*202604追加*/
.bn_partners{
	padding:2em 0;
	
}


.notebox01{
	padding: 60px 10px;
    background: #ededed;
		    margin-top: 60px;
}
.notebox01 .white-box{
	max-width:1080px;
	margin: 0 auto;
}

.notebox01 .white-box h2{
	font-size: 2em;
	font-weight: bold;
	margin: 0 0 20px 0;
	color: #ffc800;
}

