@charset "UTF-8";
/* 250528
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
 Version: 4.0
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/
a:hover {
  opacity: .6;
}

#js_scroll {
  overflow: hidden;
  opacity: 1;
  transition: all .3s;
}
#js_scroll.noShow {
  visibility: hidden;
  opacity: 0;
}

.wp-block-group.fixedMenu_bottom {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 11;
  width: 100%;
  padding: 0;
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 0.05rem 0.5rem 0.2rem rgba(0, 0, 0, 0.2);
}
.wp-block-group.fixedMenu_bottom div {
  margin: 0 !important;
  padding: 0 !important;
}
.wp-block-group.fixedMenu_bottom > div {
  width: 100%;
  max-width: 1280px !important;
  margin: 0 auto !important;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.wp-block-group.fixedMenu_bottom > div > p {
  display: none;
}
.wp-block-group.fixedMenu_bottom > div img {
  width: 100%;
}
.wp-block-group.fixedMenu_bottom .wp-block-site-logo {
  display: none;
  max-width: 324px;
}
.wp-block-group.fixedMenu_bottom .wp-block-site-logo a {
  display: block;
  transition: all .3s;
}
.wp-block-group.fixedMenu_bottom .menu-nav_contactset-container {
  width: 100%;
  padding: 3vw 0 !important;
  background: #ffffff;
}
.wp-block-group.fixedMenu_bottom .menu-nav_contactset-container:before {
  display: block;
  content: "";
  background: url(https://nekonote-huyouhin.co.jp/wp-content/uploads/site_head_text1_s.png) no-repeat center center;
  background-size: contain;
  width: 100%;
  height: 4vw;
}
.wp-block-group.fixedMenu_bottom .menu-nav_contactset-container:after {
  display: block;
  content: "";
  background: url(https://nekonote-huyouhin.co.jp/wp-content/uploads/site_head_text2_s.png) no-repeat center center;
  background-size: contain;
  width: 98%;
  height: 5vw;
  margin-top: -1vw;
}
.wp-block-group.fixedMenu_bottom .menu-nav_contactset-container ul {
  max-width: 820px;
  margin: 0 0 0 auto;
  padding: 2vw 2.5vw 1.5vw;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: stretch;
  align-content: stretch;
}
.wp-block-group.fixedMenu_bottom .menu-nav_contactset-container ul li a {
  display: block;
  height: 15.4vw;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
  text-indent: -100vw;
  transition: all .3s;
}
.wp-block-group.fixedMenu_bottom .menu-nav_contactset-container ul li a:hover {
  opacity: .6;
}
.wp-block-group.fixedMenu_bottom .menu-nav_contactset-container ul li a img {
  width: 100%;
}
.wp-block-group.fixedMenu_bottom .menu-nav_contactset-container ul .menu-item-283 {
  order: 2;
  width: 62%;
  margin-left: 2%;
  background: #ffffff;
}
.wp-block-group.fixedMenu_bottom .menu-nav_contactset-container ul .menu-item-283 a {
  padding: .9rem 0 0 2.9rem;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  text-indent: 0;
  text-align: left;
  position: relative;
  background-image: url(https://nekonote-huyouhin.co.jp/wp-content/uploads/site_fixed_telBtnN_s.png?240202_01);
}
.wp-block-group.fixedMenu_bottom .menu-nav_contactset-container ul .menu-item-283 a:before {
  display: none;
  content: "";
  height: 1rem;
  width: 100%;
  background: url(https://nekonote-huyouhin.co.jp/wp-content/uploads/site_bg02.png) 101% top no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(-1, 1);
}
.wp-block-group.fixedMenu_bottom .menu-nav_contactset-container ul .menu-item-283 a:hover {
  text-decoration: none;
}
.wp-block-group.fixedMenu_bottom .menu-nav_contactset-container ul .menu-item-282 {
  display: none;
  width: 0%;
  background: #f38022;
}
.wp-block-group.fixedMenu_bottom .menu-nav_contactset-container ul .menu-item-284 {
  order: 1;
  width: 36%;
}
.wp-block-group.fixedMenu_bottom .menu-nav_contactset-container ul .menu-item-284 a {
  background-image: url(https://nekonote-huyouhin.co.jp/wp-content/uploads/site_fixed_lineBtn_s.png?240119_01);
}

html {
  font-size: 4vw;
}

@media only screen and (min-width: 769px) {
  html {
    font-size: 1.65vw;
  }

  #main {
    font-size: 20px;
  }

  .wp-block-group.fixedMenu_bottom {
    top: auto;
    bottom: 0;
  }
  .wp-block-group.fixedMenu_bottom > div {
    padding: 0 .75rem !important;
  }
  .wp-block-group.fixedMenu_bottom .wp-block-site-logo {
    display: block;
    width: 31%;
  }
  .wp-block-group.fixedMenu_bottom .menu-nav_contactset-container {
    width: 69%;
    max-width: 812px;
    padding: 0 !important;
    background: transparent;
  }
  .wp-block-group.fixedMenu_bottom .menu-nav_contactset-container > div {
    max-height: 4rem;
  }
  .wp-block-group.fixedMenu_bottom .menu-nav_contactset-container:before {
    display: none;
  }
  .wp-block-group.fixedMenu_bottom .menu-nav_contactset-container:after {
    display: none;
  }
  .wp-block-group.fixedMenu_bottom .menu-nav_contactset-container ul {
    padding: .3rem 0;
  }
  .wp-block-group.fixedMenu_bottom .menu-nav_contactset-container ul li {
    background: transparent !important;
  }
  .wp-block-group.fixedMenu_bottom .menu-nav_contactset-container ul li a {
    height: 66px;
    background-position: center center;
    transition: all 0s;
  }
  .wp-block-group.fixedMenu_bottom .menu-nav_contactset-container ul li a:hover {
    transform: scale(0.98, 0.98);
    opacity: 1;
  }
  .wp-block-group.fixedMenu_bottom .menu-nav_contactset-container ul .menu-item-283 {
    order: 1;
    width: 54%;
    max-width: 420px;
    display: table;
  }
  .wp-block-group.fixedMenu_bottom .menu-nav_contactset-container ul .menu-item-283 a {
    display: table-cell;
    padding: 0 .4rem 1.2rem 0;
    color: #3f2412;
    font-size: 1.6rem;
    letter-spacing: 0;
    text-align: right;
    vertical-align: middle;
    background-image: url(https://nekonote-huyouhin.co.jp/wp-content/uploads/site_head_telBtnN.png?240202_01);
    pointer-events: none;
  }
  .wp-block-group.fixedMenu_bottom .menu-nav_contactset-container ul .menu-item-283 a:hover {
    transform: none;
  }
  .wp-block-group.fixedMenu_bottom .menu-nav_contactset-container ul .menu-item-283 a:before {
    display: none;
  }
  .wp-block-group.fixedMenu_bottom .menu-nav_contactset-container ul .menu-item-282 {
    order: 2;
    display: block;
    width: 24%;
    margin-top: .1rem;
    margin-left: 1%;
  }
  .wp-block-group.fixedMenu_bottom .menu-nav_contactset-container ul .menu-item-282 a {
    background-image: url(https://nekonote-huyouhin.co.jp/wp-content/uploads/site_head_mailBtnN.png?240220_01);
    max-width: 185px;
  }
  .wp-block-group.fixedMenu_bottom .menu-nav_contactset-container ul .menu-item-284 {
    order: 3;
    width: 24%;
    margin-top: .1rem;
    margin-left: 1%;
  }
  .wp-block-group.fixedMenu_bottom .menu-nav_contactset-container ul .menu-item-284 a {
    background-image: url(https://nekonote-huyouhin.co.jp/wp-content/uploads/site_head_lineBtnN.png?240220_01);
    max-width: 185px;
  }
}
@media only screen and (min-width: 1240px) {
  html {
    font-size: 20px;
  }
}
#content {
  background: #ffffff;
}

.entry-content {
  margin-top: 0;
}

.header {
  padding: 0;
  box-shadow: none;
  border-bottom: 1px solid #cccccc;
}
.header #inner-header {
  padding-right: 10%;
}
.header #inner-header,
.header #inner-header-bottom {
  width: 100%;
  max-width: 1280px !important;
}
.header #inner-header-bottom {
  display: none;
  padding: .5rem .5rem 0 .5rem;
}
.header #inner-header-bottom ul {
  display: flex;
  margin: 0;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}
.header #inner-header-bottom ul li {
  padding: .5rem;
  width: 100%;
  text-align: center;
}
.header #inner-header-bottom ul li + li {
  border-left: 1px solid #cccccc;
}
.header #inner-header-bottom ul li a {
  padding: 1rem;
  color: inherit;
  font-weight: bold;
  letter-spacing: .1rem;
}
.header #logo {
  max-width: 50%;
  margin: 0 auto 1% 0;
}
.header #logo:before {
  height: 44px;
}
.header #logo img {
  padding: 0;
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.header #logo a {
  text-align: left;
  transition: all .3s;
}
.header .desktop-nav {
  display: block;
  position: relative;
  width: 49%;
  max-width: 812px;
}
.header .desktop-nav ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  margin: 0;
}
.header .desktop-nav ul li a {
  display: block;
  height: 2.7rem;
  max-height: 108px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  text-indent: -100vw;
  overflow: hidden;
}
.header .desktop-nav ul li:after {
  display: none;
}
.header .desktop-nav ul #menu-item-283 {
  width: 100%;
  max-width: 420px;
  margin: 0 0 0 auto;
}
.header .desktop-nav ul #menu-item-283 a {
  padding: 1.5rem .3rem 0 0;
  color: #3f2412;
  font-size: 1.1rem;
  font-weight: bold;
  text-indent: 0;
  text-align: right;
  line-height: 1;
  letter-spacing: -.04rem;
  display: block;
  background-image: url(https://nekonote-huyouhin.co.jp/wp-content/uploads/site_head_telBtnN_s.png?240202_01);
  height: 14vw;
}
.header .desktop-nav ul #menu-item-283 a:hover {
  text-decoration: none;
}
.header .desktop-nav ul #menu-item-282 {
  display: none;
  width: 24%;
  margin-top: .1rem;
  margin-left: 1%;
}
.header .desktop-nav ul #menu-item-282 a {
  display: block;
  background-image: url(https://nekonote-huyouhin.co.jp/wp-content/uploads/site_head_mailBtnN.png?240220_01);
  max-width: 180px;
}
.header .desktop-nav ul #menu-item-284 {
  display: none;
  width: 24%;
  margin-top: .1rem;
  margin-left: 1%;
}
.header .desktop-nav ul #menu-item-284 a {
  display: block;
  background-image: url(https://nekonote-huyouhin.co.jp/wp-content/uploads/site_head_lineBtn_s.png?240119_01);
  max-width: 180px;
}
.header #drawer__open {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  width: 10%;
  padding: 0;
  border: none;
  background: 0 0;
  outline: 0;
  font-size: 1.5rem;
  line-height: 3.5rem;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  transition: all .3s;
}
.header #drawer__open:hover {
  opacity: .6;
}

.footer {
  z-index: 1;
  font-size: 4vw;
  margin: 0 !important;
  width: 100% !important;
  max-width: none !important;
}
.footer p {
  margin: 0;
}
.footer .top {
  padding: 3em 1em 2em;
}
.footer .top h3 {
  margin-top: 0;
  font-size: 1.6em;
}
.footer .top h3 a {
  color: #a8a8a8;
}
.footer .top h3 a:hover {
  opacity: inherit;
  text-decoration: none;
}
.footer .top .wp-block-column + .wp-block-column {
  margin-top: 2em;
}
.footer .top #sgb-css-id-4 {
  margin-bottom: 1em;
}
.footer .top p + #sgb-css-id-5 {
  margin: 1em 0;
  padding: 1em 0;
  border-top: 1px solid #727272;
  border-bottom: 1px solid #727272;
}
.footer .top #sgb-css-id-5 a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}
.footer .bottom {
  font-size: .8em;
  padding-bottom: 1em;
}

@media only screen and (min-width: 769px) {
  .fixed-menu ~ .totop {
    bottom: 50px;
  }

  .header {
    padding: 12px 0 6px;
  }
  .header #inner-header {
    padding: 0 .5rem;
  }
  .header #logo {
    width: 31%;
    max-width: 324px;
    height: 100%;
    max-height: 66px;
    margin: 0;
    padding: 0;
  }
  .header #logo a {
    display: block;
  }
  .header #logo img {
    padding: 0;
    vertical-align: middle;
  }
  .header .desktop-nav {
    width: 69%;
    max-width: 812px;
  }
  .header .desktop-nav ul {
    margin: 0;
  }
  .header .desktop-nav ul li a {
    transition: all 0s;
  }
  .header .desktop-nav ul li a:hover {
    transform: scale(0.98, 0.98);
    opacity: 1;
  }
  .header .desktop-nav ul #menu-item-283 {
    width: 54%;
    max-width: 420px;
    display: table;
  }
  .header .desktop-nav ul #menu-item-283 a {
    display: table-cell;
    padding: 0 .4rem 1.2rem 0;
    font-size: 1.6rem;
    vertical-align: middle;
    letter-spacing: 0;
    background-image: url(https://nekonote-huyouhin.co.jp/wp-content/uploads/site_head_telBtnN.png?240202_01);
    height: auto;
    pointer-events: none;
  }
  .header .desktop-nav ul #menu-item-283 a:hover {
    transform: none;
  }
  .header .desktop-nav ul #menu-item-282 {
    display: block;
    width: 24%;
    margin-top: .1rem;
  }
  .header .desktop-nav ul #menu-item-282 a {
    max-width: 185px;
  }
  .header .desktop-nav ul #menu-item-284 {
    display: block;
    width: 24%;
    margin-top: .1rem;
  }
  .header .desktop-nav ul #menu-item-284 a {
    display: block;
    background-image: url(https://nekonote-huyouhin.co.jp/wp-content/uploads/site_head_lineBtnN.png?240220_01);
    max-width: 185px;
  }
  .header #inner-header-bottom {
    display: block;
  }

  .footer {
    font-size: 18px;
  }
  .footer .top .wp-block-column + .wp-block-column {
    border-left: 1px solid #727272;
    margin-top: 0;
  }
  .footer .bottom {
    font-size: inherit;
    padding-bottom: 6em;
  }
}
#content .single-title, #content .page-title {
  margin: 1.5em 0 1em;
  font-size: 7vw;
  text-align: center;
}

@media only screen and (min-width: 769px) {
  #content .single-title, #content .page-title {
    font-size: 40px;
  }
}
.css_list_flat {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style-type: none;
}
.css_list_flat li {
  display: inline-block;
  min-width: 7em;
  margin-left: 1em;
}

.css_bg01,
.css_bg01 .sgb-full-bg__cover {
  background: url("lp-assets/img/bg_stripe_red.png") center center;
}

.css_bg03,
.css_bg03 .sgb-full-bg__cover {
  background: url(https://nekonote-huyouhin.co.jp/wp-content/uploads/site_bg03.png) center center;
}

.css_bg05,
.css_bg05 .sgb-full-bg__cover {
  background: url(https://nekonote-huyouhin.co.jp/wp-content/uploads/site_bg05.png) center center;
}

.css_bg07,
.css_bg07 .sgb-full-bg__cover {
  background: url(https://nekonote-huyouhin.co.jp/wp-content/uploads/site_bg07.png) center center;
}

.css_bg09,
.css_bg09 .sgb-full-bg__cover {
  background: url(https://nekonote-huyouhin.co.jp/wp-content/uploads/site_bg09.png) center center;
}

.css_bg10,
.css_bg10 .sgb-full-bg__cover {
  background: url(https://nekonote-huyouhin.co.jp/wp-content/uploads/site_bg10.png) center center;
}

.css_blue {
  color: #348bd7;
}

.css_red {
  color: #ff000b;
}

.css_yellow {
  color: #ffec42;
}

.css_green {
  color: #00c7a5;
}

.css_white {
  color: #ffffff;
}

.css_hoverMove00 {
  opacity: 1;
  transition: all .3s;
}
.css_hoverMove00:hover {
  opacity: .6;
}

.css_hoverMove01 {
  transition: all .3s;
}
.css_hoverMove01:hover {
  transform: scale(0.95, 0.95);
  opacity: 1;
}

.css_radius {
  border-radius: 1rem;
  overflow: hidden;
}

.css_radiusIn {
  border-radius: .5rem;
  overflow: hidden;
}

.css_radiusIn_right {
  border-radius: .5rem 0 0 .5rem;
  overflow: hidden;
}

.css_radiusIn_bottom {
  border-radius: 0 0 .5rem .5rem;
  overflow: hidden;
}

.css_center {
  text-align: center;
}

.css_left {
  text-align: left;
}

.css_right {
  text-align: right;
}

.css_columnSet {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.css_columnSet.freeWrap {
  flex-wrap: wrap;
}
.css_columnSet.liquidWrap {
  flex-direction: column;
}

.css_overHidden {
  overflow: hidden;
}

.css_borderNone {
  border: none !important;
}

.css_pdNone {
  padding: 0 !important;
}

.css_mgNone {
  margin: 0 !important;
}

.css_iBlock {
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  .css_br_s:before {
    content: '\A';
    white-space: pre;
  }

  .css_noShow_s {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) {
  .css_br_l:before {
    content: '\A';
    white-space: pre;
  }

  .css_noShow_l {
    display: none !important;
  }

  .css_columnSet.liquidWrap {
    flex-direction: row;
  }
}
.wpcf7 {
  /*エラー*/
  /* 注意書き */
  /* 送信ボタン */
  /* ajax-loader */
}
.wpcf7 .wpcf7-not-valid-tip {
  font-weight: bold !important;
}
.wpcf7 .invalid .wpcf7-response-output {
  margin-top: 0;
  border-color: #dc3232 !important;
  color: #dc3232 !important;
  font-weight: bold;
  text-align: center;
}
.wpcf7 .cf7__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  font-size: 16px;
  color: #494949;
  /* 必須・任意 */
  /* 入力エリア */
  /* ドロップダウンメニュー */
  /* 縦並び（チェックボックス・ラジオボタン） */
  /* プレースホルダー */
  /* Google Chrome / Safari / Mozilla Firefox / Opera */
  /* Microsoft Edge */
}
.wpcf7 .cf7__list dt,
.wpcf7 .cf7__list dd {
  color: inherit;
  margin-top: 1em;
}
.wpcf7 .cf7__list dt {
  width: 100%;
  margin-bottom: .5em;
  padding-top: 0;
  text-align: left;
}
.wpcf7 .cf7__list dd {
  width: 100%;
  margin-bottom: 0;
  font-size: inherit;
  font-weight: bold;
}
.wpcf7 .cf7__list .cf7__required,
.wpcf7 .cf7__list .cf7__optional {
  margin-left: 0.5em;
  padding: 0.2em 0.8em;
  background: #dc3232;
  border-radius: 0.5em;
  color: #ffffff;
  font-size: .8em;
  vertical-align: .1em;
}
.wpcf7 .cf7__list .cf7__required {
  background: #dc3232;
}
.wpcf7 .cf7__list .cf7__optional {
  background: #878D8E;
}
.wpcf7 .cf7__list input[type="text"],
.wpcf7 .cf7__list input[type="tel"],
.wpcf7 .cf7__list input[type="email"],
.wpcf7 .cf7__list textarea {
  width: 100%;
  padding: 1em;
  background: #F4F4F4;
  border-radius: .5em;
  border: 2px solid #cccccc;
  font-weight: bold;
  font-size: inherit;
}
.wpcf7 .cf7__list .cf7__select {
  position: relative;
}
.wpcf7 .cf7__list .cf7__select:after {
  position: absolute;
  top: 2em;
  right: 1em;
  z-index: 10;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: .5em solid #919191;
  border-right: .5em solid transparent;
  border-left: .5em solid transparent;
  pointer-events: none;
  content: '';
}
.wpcf7 .cf7__list .cf7__select select {
  width: 100%;
  padding: 1em;
  background: #F4F4F4;
  color: #a5a5a5;
  appearance: none;
  font-weight: bold;
  border-radius: .5em;
  border: 2px solid #cccccc;
}
.wpcf7 .cf7__list .cf7__select select:not(.wpcf7-not-valid) {
  color: #5b5b5b;
}
.wpcf7 .cf7__list .wpcf7-list-item {
  display: block;
  margin: 0;
}
.wpcf7 .cf7__list .wpcf7-list-item:nth-child(n + 2) {
  margin-top: .5em;
}
.wpcf7 .cf7__list .wpcf7-list-item label {
  cursor: pointer;
}
.wpcf7 .cf7__list dd input[type="text"]::placeholder,
.wpcf7 .cf7__list dd input[type="tel"]::placeholder,
.wpcf7 .cf7__list dd input[type="email"]::placeholder,
.wpcf7 .cf7__list dd textarea::placeholder {
  color: #a5a5a5;
}
.wpcf7 .cf7__list dd input[type="text"]::-ms-input-placeholder,
.wpcf7 .cf7__list dd input[type="tel"]::-ms-input-placeholder,
.wpcf7 .cf7__list dd input[type="email"]::-ms-input-placeholder,
.wpcf7 .cf7__list dd textarea::-ms-input-placeholder {
  color: #a5a5a5;
}
.wpcf7 .cf7__attention {
  margin: 3em 0;
  text-align: center;
}
.wpcf7 .cf7__button {
  margin-top: 3em;
  text-align: center;
}
.wpcf7 input.wpcf7-previous,
.wpcf7 input.confirm_button,
.wpcf7 input.back_button,
.wpcf7 input[type="submit"] {
  min-width: 9em;
  padding: 1em 2em;
  background: #0067c4;
  color: #ffffff;
  transition: opacity .6s;
  border: none;
  border-radius: 1em;
  font-size: inherit;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 .3em .1em #084f89;
}
.wpcf7 input.wpcf7-previous:hover,
.wpcf7 input.confirm_button:hover,
.wpcf7 input.back_button:hover,
.wpcf7 input[type="submit"]:hover {
  opacity: .6;
}
.wpcf7 input.wpcf7-previous {
  background: #858585;
  box-shadow: 0 .3em .1em #666666;
}
.wpcf7 input.back_button {
  margin-right: 1em;
  background: #979797;
  box-shadow: 0 0.3em 0.1em #676767;
}
.wpcf7 .wpcf7-spinner {
  display: block;
  vertical-align: middle;
  width: 24px;
  margin: 1em auto 0;
}

.grecaptcha-badge {
  display: none;
}

.toc_list {
  background: inherit !important;
  margin-top: 1rem !important;
}
.toc_list ul {
  background: inherit !important;
}

body.page-template-page-1column2 {
  background: #ffffff;
  color: #444444;
}
body.page-template-page-1column2 #content {
  margin-top: 0;
  padding-bottom: 0;
}
body.page-template-page-1column2 .article-footer {
  display: none;
}
body.page-template-page-1column2 .entry-header {
  padding: 0;
}
body.page-template-page-1column2 .entry-header .inner {
  max-width: calc(100vw - var(--sgb-scroll-bar-width, 0px)) !important;
  width: calc(100vw - var(--sgb-scroll-bar-width, 0px)) !important;
  margin-left: calc(50% - 50vw + var(--sgb-scroll-bar-width, 0px) / 2) !important;
  padding: 3rem 0;
  position: relative;
  overflow: hidden;
}
body.page-template-page-1column2 .entry-header .inner:after {
  display: block;
  content: "";
  width: 4rem;
  height: 6rem;
  margin-left: -2.5rem;
  background: url(https://nekonote-huyouhin.co.jp/wp-content/uploads/top_eyecatch_bg1.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -2.5rem;
  left: 90%;
  z-index: 0;
}
body.page-template-page-1column2 .entry-header h1.page-title {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto !important;
  padding: 0 .5rem;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
body.page-template-page-1column2 .entry-header #breadcrumb {
  margin: 1.5rem 0 3rem;
  padding: 0 1rem;
  background: transparent;
}
body.page-template-page-1column2 #entry {
  margin-bottom: 3rem;
  overflow: visible;
}
body.page-template-page-1column2 .entry-content {
  padding: 0 1rem;
}
body.page-template-page-1column2 .entry-content p {
  font-size: .9rem;
}
body.page-template-page-1column2 .entry-content h2 {
  margin: 3rem auto 1.5rem;
  text-align: center;
}
body.page-template-page-1column2 .entry-content h3 {
  margin: 2rem auto 1.5rem;
  padding-top: 0;
  padding-bottom: 0;
}
body.page-template-page-1column2 .entry-content h4 {
  font-size: 1em;
  margin: 1.5em 0 0;
}
body.page-template-page-1column2 .entry-content table {
  background: #ffffff;
}
body.page-template-page-1column2 .entry-content table td {
  font-size: .9rem;
  width: 100%;
}
body.page-template-page-1column2 .entry-content table td:first-child {
  width: auto;
  min-width: 8.5em;
}
body.page-template-page-1column2 .entry-content table a {
  text-decoration: underline;
}
body.page-template-page-1column2 .entry-content ul {
  background: #ffffff;
  font-size: .9rem;
}
body.page-template-page-1column2 .entry-content .alignfull {
  max-width: calc(100vw - var(--sgb-scroll-bar-width, 0px)) !important;
  width: calc(100vw - var(--sgb-scroll-bar-width, 0px)) !important;
  margin-left: calc(50% - 50vw + var(--sgb-scroll-bar-width, 0px) / 2) !important;
}
body.page-template-page-1column2 .entry-content .alignfull .sgb-full-bg {
  margin: 3rem 0 !important;
  padding: 3rem 0 !important;
}
body.page-template-page-1column2 .entry-content .alignfull .sgb-full-bg__content {
  max-width: var(--wp--custom--wrap--default-width);
}
body.page-template-page-1column2 .entry-content .alignfull h2 {
  margin-top: 0;
}
body.price #entry #breadcrumb ul:after {
  display: inline-block;
  content: "料金";
  font-size: .87em;
  color: #afafaf;
}
body.privacy #entry #breadcrumb ul:after {
  display: inline-block;
  content: "プライバシーポリシー";
  font-size: .87em;
  color: #afafaf;
}
body.privacy .entry-content > p {
  margin-bottom: .9rem;
}
body.privacy .entry-content > ul {
  margin: 0;
  padding: 0 2rem 1rem;
  list-style: none;
}
body.privacy .entry-content h2 {
  margin-top: -10rem !important;
  padding-top: 12rem !important;
}
body.privacy .entry-content h2 + h3 {
  padding: 6rem 0 0 .75rem;
}
body.privacy .entry-content h2 + h3:before {
  height: calc(100% - 6.5rem);
}
body.privacy .entry-content h2#i-0 {
  padding-top: 5rem;
}
body.company #entry #breadcrumb ul:after {
  display: inline-block;
  content: "会社概要";
  font-size: .87em;
  color: #afafaf;
}
body.company #s00 .contWrapIn {
  text-align: center;
}
body.company #s00 .contWrapIn > div {
  padding: 0 .6rem .6rem;
  color: #333333;
  overflow: hidden;
}
body.company #s00 .contWrapIn > div h2 {
  margin: 0;
  padding: 1.5rem;
  color: #ffffff;
}
body.company #s00 .contWrapIn > div h2 span {
  font-size: 1.5rem;
}
body.company #s00 .contWrapIn > div + div {
  margin-top: 2rem;
}
body.company #s00 .i01 .body {
  padding: 2rem 1rem;
  background: #ffffff;
  text-align: left;
}
body.company #s00 .i01 .list table {
  margin: 0 0 1rem;
  color: #333333;
  border: 1px solid #838383;
  border-collapse: collapse;
}
body.company #s00 .i01 .list table tr {
  align-items: stretch;
  align-content: stretch;
  border: none;
}
body.company #s00 .i01 .list table tr + tr {
  border-top: 1px solid #838383;
}
body.company #s00 .i01 .list table th, body.company #s00 .i01 .list table td {
  padding: .5rem 1rem;
  border: none;
}
body.company #s00 .i01 .list table th {
  min-width: 8rem;
  background: #f5f5f5;
}
body.company #s00 .i01 .list table td {
  flex-grow: 1;
  text-align: left;
}
body.company #s00 .i01 .gmap iframe {
  width: 100%;
  height: 15rem;
}
body.company .entry-content table {
  margin: 0;
}
body.faq #entry #breadcrumb ul:after {
  display: inline-block;
  content: "よくある質問";
  font-size: .87em;
  color: #afafaf;
}
body.faq .entry-content #toc_container {
  margin-top: 0;
  margin-bottom: 4rem;
}
body.faq .entry-content h2 {
  margin-top: -10rem !important;
  padding-top: 10rem !important;
}
body.faq .entry-content h2 + h3 {
  padding: 6rem 0 0 .75rem;
}
body.faq .entry-content h2 + h3:before {
  height: calc(100% - 6.5rem);
}
body.faq .entry-content h2#i-0 {
  padding-top: 5rem;
}
body.faq .entry-content h3 {
  margin-top: -5rem;
  margin-bottom: 1.5rem;
  padding: 6rem 0 0 .75rem;
  border: none;
  position: relative;
}
body.faq .entry-content h3:before {
  content: "";
  display: inline-block;
  height: calc(100% - 6.5rem);
  width: .25rem;
  background: #0067c4;
  vertical-align: middle;
  margin: 0 .5rem .2rem 0;
  position: absolute;
  left: 0;
  bottom: 0;
}
body.faq .entry-content h2#i-0 {
  padding-top: 9rem;
}
body.contact .grecaptcha-badge {
  display: inline-block;
}
body.contact #content .contWrapIn {
  padding: 0 0 !important;
}

.sCta_ex > div:nth-child(1) {
  display: none;
}
.sCta_ex .contWrap.css_bg01 {
  background: url(https://nekonote-huyouhin.co.jp/wp-content/uploads/site_bg07.png) center center;
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
  padding: 3rem 1rem;
  position: relative;
}
.sCta_ex .contWrap.css_bg01:before {
  display: none;
}
.sCta_ex .contWrapIn {
  font-weight: bold;
  text-align: center;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}
.sCta_ex .title {
  margin: auto;
  padding: 1rem 0;
}
.sCta_ex .title span {
  display: block;
  vertical-align: middle;
}
.sCta_ex .title .deco1 {
  margin-right: .5rem;
  padding: .5rem .5rem;
  background: #fff344;
  border-radius: 1rem;
  color: #3f2412;
  font-size: 1.2rem;
}
.sCta_ex .title .deco1 + span {
  padding: .5rem 0 0;
  font-size: 1.2rem;
}
.sCta_ex .i01 {
  padding: 0;
  background: #ffffff;
  position: relative;
}
.sCta_ex .i01 .comment1 {
  padding: .5rem 0;
  background: #fff444;
  font-size: 1.2rem;
}
.sCta_ex .i01 .banner {
  padding: 2rem 1rem 0;
  background: url(https://nekonote-huyouhin.co.jp/wp-content/uploads/top_cta_bg1.png) #ffffff center top repeat-x;
}
.sCta_ex .i01 .text1 {
  padding: 0 1rem 1rem;
}
.sCta_ex .i01 .text1:before {
  display: block;
  content: "";
  background: url(https://nekonote-huyouhin.co.jp/wp-content/uploads/top_cta_text1_s.png) top center no-repeat;
  background-size: contain;
  height: 2.5rem;
  width: 100%;
}
.sCta_ex .i01 .text1 a {
  color: #ffffff;
  font-size: 8vw;
  font-weight: bold;
  line-height: 1;
  letter-spacing: .05rem;
  text-indent: 0;
  text-align: left;
  display: inline-block;
  width: auto;
  height: 18vw;
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding: 4vw 3vw 0 12vw;
  background: url(https://nekonote-huyouhin.co.jp/wp-content/uploads/top_cta_telBtnN_s.png) center center no-repeat;
  background-size: contain;
  overflow: hidden;
}
.sCta_ex .i01 .text1 a:hover {
  text-decoration: none;
}
.sCta_ex .i01 .text1 img {
  width: 100%;
  max-width: 616px;
  margin-left: .5rem;
}
.sCta_ex .i01 .text2 {
  padding: 1rem;
  background: url(https://nekonote-huyouhin.co.jp/wp-content/uploads/top_cta_bg2.png) 0.6rem 3.5rem no-repeat #f2f2f2;
  background-size: 27%;
}
.sCta_ex .i01 .text2 .css_columnSet {
  padding-left: 30%;
}
.sCta_ex .i01 .text2 .css_columnSet a {
  margin-top: .5rem;
}
.sCta_ex .i01 a {
  display: block;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.sCta_ex .i01 a:hover {
  transform: scale(0.98, 0.98);
  opacity: 1;
}
.sCta_ex p {
  margin: inherit;
}

@media only screen and (min-width: 769px) {
  .wpcf7 .cf7__list {
    font-size: 18px;
  }
  .wpcf7 .cf7__list dt {
    width: 34%;
  }
  .wpcf7 .cf7__list dd {
    width: 66%;
  }

  body.page-template-page-1column2 .entry-header .inner {
    padding: 4rem 0;
  }
  body.page-template-page-1column2 .entry-header .inner:after {
    left: 90%;
  }
  body.page-template-page-1column2 .entry-header #breadcrumb {
    margin: 1.5rem 0 3rem;
  }
  body.page-template-page-1column2 .entry-content p {
    font-size: .9em;
  }
  body.page-template-page-1column2 .entry-content table td {
    font-size: .9em;
  }
  body.page-template-page-1column2 .entry-content ul {
    font-size: .9em;
  }

  .sCta_ex .i01 .text1 a {
    width: 30rem;
    height: 9rem;
    margin-top: .5rem;
    padding: 2.5rem 0 0 5.8rem;
    font-size: 3.2rem;
  }
  .sCta_ex .i01 .text2 {
    background-position: 12% 4rem;
  }
  .sCta_ex .i01 .text2 .css_columnSet {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 8% 0 38%;
  }
  .sCta_ex .i01 .comment1 {
    font-size: 1.2em;
  }
  .sCta_ex .i01 .comment1 p {
    font-size: inherit;
  }
  .sCta_ex .css_columnSet.liquidWrap {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1280px) {
  body.page-template-page-1column2 .entry-header .inner:after {
    left: 77%;
  }
}