@charset "utf-8";
/*
 Template:   twentysixteen
 Theme Name:   twentysixteen_child
 */
/* Media queries ------------------------------------------------------------*/
/* Vender ------------------------------------------------------------*/
/* Font ---------------------------------------------------------------------*/
*:not(.fa) {
  /*font-family: "Noto Serif JP", sans-serif !important;*/
  /*font-family: 'Noto Serif JP', serif !important;*/
}
.gothic {
  /*font-family: "Noto Sans JP", sans-serif !important;*/
}
h1, h1 div, h1 span, h2, h2 div, h2 span, h3, h3 div, h3 span, h4, h4 div, h4 span, h5, h5 div, h5 span {
  font-family: 'Noto Serif JP', serif !important;
}
/*
 .primary-menu a,
 .primary-menu span{font-family: 'Noto Serif JP', serif !important;}
 */
/* Mincho ------------------------------------------------------------------*/
p.mincho, .mincho p, p.mincho strong, .mincho p strong {
  font-family: 'Noto Serif JP', sans-serif;
}
select, option, textarea, input {
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  color: #000;
}
/* web font ------------------------------------------------------------------*/
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?iv469e');
  src: url('../fonts/icomoon.eot?iv469e#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?iv469e') format('truetype'), url('../fonts/icomoon.woff?iv469e') format('woff'), url('../fonts/icomoon.svg?iv469e#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*="icon-"] {
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  speak: none;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class*=" eicon-"], [class^=eicon-] {
  font-family: eicons !important;
}
/* Color ------------------------------------------------------------------*/
/* 導線共通部分 ------------------------------------------------------------------*/
.cnt_box_inner {
  max-width: 960px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 10px 0;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .cnt_box_inner {
    padding: 0;
  }
}
.is_1per1 div {
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
}
@media screen and (max-width: 1024px) {
  .is_1per1 div {
    padding: 2%;
  }
}
.is_1per2 li {
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding: 10px;
}
@media screen and (max-width: 1024px) {
  .is_1per2 li {
    padding: 2%;
  }
}
.is_1per3 li {
  box-sizing: border-box;
  width: 33.3%;
  float: left;
  padding: 10px;
}
@media screen and (max-width: 1024px) {
  .is_1per3 li {
    padding: 2%;
  }
}
.is_1per4 li {
  box-sizing: border-box;
  width: 25%;
  float: left;
  padding: 10px;
}
@media screen and (max-width: 1024px) {
  .is_1per4 li {
    width: 50%;
    padding: 2%;
  }
}
/*------------------------------------------------------------------------------
 メイン.scss(1.0.0)
 ------------------------------------------------------------------------------*/
/* Import another SASS ---------------------------------------------------------------------*/
/*------------------------------------------------------------------------------
 変数、関数定義(1.0.0)
 ------------------------------------------------------------------------------*/
/* display CSS------------------------------------------------------------*/
/* fontsize vw------------------------------------------------------------*/
/* column setting------------------------------------------------------------*/
/*------------------------------------------------------------------------------
 ヘッダー
 ------------------------------------------------------------------------------*/
/* ナビの文字色 */
/* ナビの境界線の色 */
/* ボタン色 */
h1 {
  display: inline-block;
  float: left;
  font-size: 0.8em;
  font-weight: normal;
  line-height: 30px;
}
@media screen and (max-width: 1024px) {
  h1 {
    display: flex;
    height: 58px;
    align-items: center;
  }
}
.pure-container .pure-toggle {
  position: fixed;
}
.pure-container nav.pure-drawer {
  background: #f7f7f7 !important;
  width: 240px;
  top: 46px;
  padding: 90px 0 60px 0;
  box-sizing: border-box;
  overflow: scroll;
  z-index: 9998;
}
.pure-container nav.pure-drawer img {
  margin: 0 0 10px !important;
}
@media screen and (max-width: 390px) {
  .pure-container nav.pure-drawer img {
    display: block;
    float: none;
    width: 240px;
    margin: 0 auto 10px !important;
    padding: 0;
  }
}
#layout01_bg {
  position: absolute;
  height: 160px;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 9999;
}
@media screen and (max-width: 1024px) {
  #layout01_bg {
    top: 0;
    left: 0;
    height: 58px;
    background: #f7f4e7;
    position: fixed;
  }
}
#layout01_bg #layout01 {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
#layout01_bg #layout01 #header {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #layout01_bg #layout01 #header {
    height: auto;
  }
}
#layout01_bg #layout01 #header #header_inner .h1_li {
  overflow: hidden;
}
#layout01_bg #layout01 #header #header_inner .h1_li .header-container {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (min-width: 1025px) {
  #layout01_bg #layout01 #header #header_inner .h1_li .header-container {
    max-width: 1024px;
    padding: 10px 0;
  }
}
#layout01_bg #layout01 #header #header_inner .h1_li #hd_font {
  min-height: 30px;
  float: right;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  #layout01_bg #layout01 #header #header_inner .h1_li #hd_font {
    display: none;
  }
}
#layout01_bg #layout01 #header #header_inner .h1_li #hd_font .mod_headerbox_size {
  width: 190px;
  margin-top: 0;
  position: relative;
  overflow: hidden;
}
#layout01_bg #layout01 #header #header_inner .h1_li #hd_font .mod_headerbox_size p {
  font-size: 15px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  float: left;
}
#layout01_bg #layout01 #header #header_inner .h1_li #hd_font .mod_headerbox_size ul li {
  float: left;
  width: auto;
  height: auto;
  margin-left: 3px;
  margin-right: 2px;
}
#layout01_bg #layout01 #header #header_inner .h1_li #hd_font .mod_headerbox_size ul li.active span {
  background: #000;
  color: #fff;
}
#layout01_bg #layout01 #header #header_inner .h1_li #hd_font .mod_headerbox_size ul li span {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #fff;
  color: #000;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
#layout01_bg #layout01 #header #header_inner .h1_li #hd_font .mod_headerbox_size ul li span:hover {
  background: #000;
  color: #fff;
}
#layout01_bg #layout01 #header #header_inner header > .logo-area .header-container {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 10px 0;
}
@media screen and (max-width: 1024px) {
  #layout01_bg #layout01 #header #header_inner header > .logo-area .header-container {
    max-width: 1024px;
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  #layout01_bg #layout01 #header #header_inner header > .logo-area .header-container > div:first-of-type {
    max-width: 52%;
  }
}
@media screen and (max-width: 375px) {
  #layout01_bg #layout01 #header #header_inner header > .logo-area .header-container > div:first-of-type {
    max-width: 48%;
  }
}
@media screen and (max-width: 320px) {
  #layout01_bg #layout01 #header #header_inner header > .logo-area .header-container > div:first-of-type {
    max-width: 42%;
  }
}
#layout01_bg #layout01 #header #header_inner header > .logo-area #hd_title {
  float: left;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  #layout01_bg #layout01 #header #header_inner header > .logo-area #hd_title {
    padding: 0 0 0 5px;
  }
}
@media screen and (max-width: 640px) {
  #layout01_bg #layout01 #header #header_inner header > .logo-area #hd_title {
    width: auto;
    max-width: 100%;
  }
}
#layout01_bg #layout01 #header #header_inner header > .logo-area #hd_title img {
  max-height: 87px;
}
@media screen and (max-width: 1024px) {
  #layout01_bg #layout01 #header #header_inner header > .logo-area #hd_title img {
    width: auto;
    max-height: 50px;
  }
}
#layout01_bg #layout01 #header #header_inner header > .logo-area #hd_tel {
  float: right;
  margin-top: 0;
  margin-right: 10px;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  #layout01_bg #layout01 #header #header_inner header > .logo-area #hd_tel {
    display: none;
  }
}
#layout01_bg #layout01 #header #header_inner header > .logo-area #hd_tel:first-of-type {
  margin-right: 0;
}
#layout01_bg #layout01 #header #header_inner header > .logo-area #hd_tel:last-of-type {
  margin-right: 20px;
}
#layout01_bg #layout01 #header #header_inner header > .logo-area #hd_sp_icon {
  display: none;
  float: right;
  width: 176px;
}
@media screen and (max-width: 1024px) {
  #layout01_bg #layout01 #header #header_inner header > .logo-area #hd_sp_icon {
    position: relative;
    display: block;
    top: 0;
    right: 0;
  }
}
#layout01_bg #layout01 #header #header_inner header > .logo-area #hd_sp_icon i.fa {
  display: block;
  margin-top: 5px;
  text-align: center;
  color: #fff;
}
#layout01_bg #layout01 #header #header_inner header > .logo-area #hd_sp_icon i.fa.fa-envelope:after {
  content: '問い合わせ';
  display: block;
  width: 100%;
  position: absolute;
  bottom: 8px;
  font-size: 8px;
  font-weight: normal;
  color: #fff;
}
#layout01_bg #layout01 #header #header_inner header > .logo-area #hd_sp_icon i.fa.fa-home:after {
  content: '来店予約';
  display: block;
  width: 100%;
  position: absolute;
  bottom: 8px;
  font-size: 8px;
  font-weight: normal;
  color: #fff;
}
#layout01_bg #layout01 #header #header_inner header > .logo-area #hd_sp_icon i.fa.fa-volume-control-phone:after {
  content: '無料相談';
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  font-size: 8px;
  font-weight: bold;
  color: #fff;
}
#layout01_bg #layout01 #header #header_inner header > .logo-area #hd_sp_icon #hd_es_sp {
  float: left;
  max-width: 58px;
  margin: 10px auto 0 0;
  font-size: 35px;
  line-height: 1em;
}
#layout01_bg #layout01 #header #header_inner header > .logo-area #hd_sp_icon #hd_es_sp a, #layout01_bg #layout01 #header #header_inner header > .logo-area #hd_sp_icon #hd_es_sp a:link, #layout01_bg #layout01 #header #header_inner header > .logo-area #hd_sp_icon #hd_es_sp a:visited {
  text-decoration: none;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  #layout01_bg #layout01 #header #header_inner header > .logo-area #hd_sp_icon #hd_es_sp.sp_inquiry {
    display: block;
    width: 58px;
    height: 58px;
    position: relative;
    margin-top: 0;
    font-size: 32px;
    text-align: center;
    background: #f1b000;
    border-right: 1px solid #fff;
  }
}
@media screen and (max-width: 640px) {
}
#layout01_bg #layout01 #header #header_inner header > .logo-area #hd_sp_icon .sp_only.box {
  width: 58px;
  height: 58px;
  position: relative;
  margin-top: 0;
  text-align: center;
  font-size: 32px;
}
#layout01_bg #layout01 #header #header_inner header > .logo-area #hd_sp_icon .sp_only.box a:hover {
  text-decoration: none;
}
#layout01_bg #layout01 #header #header_inner header > .global-navigation {
  background: #f3f0dd;
}
#layout01_bg #layout01 #header #header_inner header > .global-navigation .main-navigation {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 700;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  #layout01_bg #layout01 #header #header_inner header > .global-navigation .main-navigation {
    display: none !important;
  }
}
#layout01_bg #layout01 #header #header_inner header > .global-navigation .main-navigation a {
  display: block !important;
  width: 100% !important;
  height: 70px;
  padding: 15px 0;
  line-height: 20px;
  color: #000;
  box-sizing: border-box;
}
#layout01_bg #layout01 #header #header_inner header > .global-navigation .main-navigation a:visited, #layout01_bg #layout01 #header #header_inner header > .global-navigation .main-navigation a:link, #layout01_bg #layout01 #header #header_inner header > .global-navigation .main-navigation a:hover, #layout01_bg #layout01 #header #header_inner header > .global-navigation .main-navigation a:focus {
  color: #000 !important;
  text-decoration: none;
}
#layout01_bg #layout01 #header #header_inner header > .global-navigation .main-navigation a span {
  display: block;
  color: #f1b000;
}
#layout01_bg #layout01 #header #header_inner header > .global-navigation .main-navigation li:hover a, #layout01_bg #layout01 #header #header_inner header > .global-navigation .main-navigation li:focus a {
  color: #000 !important;
  text-decoration: none;
}
#layout01_bg #layout01 #header #header_inner header > .global-navigation .main-navigation .primary-menu {
  position: relative;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  list-style-type: none;
}
#layout01_bg #layout01 #header #header_inner header > .global-navigation .main-navigation .primary-menu > li {
  position: relative;
  display: block;
  float: left;
  width: 20%;
  height: 70px;
  text-align: center;
  box-sizing: border-box;
}
#layout01_bg #layout01 #header #header_inner header > .global-navigation .main-navigation .primary-menu > li::after {
  content: '';
  position: absolute;
  top: 15px;
  bottom: 0;
  right: 0;
  height: 40px;
  width: 1px;
  background: #491c03;
}
#layout01_bg #layout01 #header #header_inner header > .global-navigation .main-navigation .primary-menu > li:hover ul li {
  overflow: visible;
  height: auto;
  padding-bottom: 5px;
}
#layout01_bg #layout01 #header #header_inner header > .global-navigation .main-navigation .primary-menu > li:hover ul li:first-child {
  border-top: 0;
}
#layout01_bg #layout01 #header #header_inner header > .global-navigation .main-navigation .primary-menu > li:hover ul li:last-child {
  paddinf-bottom: 0;
  border-bottom: 0;
}
#layout01_bg #layout01 #header #header_inner header > .global-navigation .main-navigation .primary-menu > li:last-of-type::after {
  content: none;
}
#layout01_bg #layout01 #header #header_inner header > .global-navigation .main-navigation .primary-menu li ul {
  width: 100%;
  margin: 0;
  padding: 0;
  border-radius: 0 0 3px 3px;
  list-style: none;
}
#layout01_bg #layout01 #header #header_inner header > .global-navigation .main-navigation .primary-menu li ul li {
  width: 100%;
  height: 0;
  color: #000;
  overflow: hidden;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
#layout01_bg #layout01 #header #header_inner header > .global-navigation .main-navigation .primary-menu li ul li a {
  padding: 13px 5px;
  height: auto;
  color: #000;
  font-weight: 700;
  text-align: center;
  background: #fbf5df;
  line-height: 1;
}
#layout01_bg #layout01 #header #header_inner header > .global-navigation .main-navigation .primary-menu li ul li a:hover {
  background: #f1b000;
  color: #fff;
}
#layout01_bg .menu-trigger {
  display: none;
}
@media screen and (max-width: 1024px) {
  #layout01_bg .menu-trigger {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 58px;
    height: 58px;
    background: #4da50d;
    box-sizing: border-box;
    transition: all 0.4s;
  }
}
#layout01_bg .menu-trigger.active:after {
  content: '閉じる';
}
#layout01_bg .menu-trigger.active span:nth-of-type(1) {
  transform: translateY(20px) scale(0);
  -moz-transform: translateY(20px) scale(0);
  -webkit-transform: translateY(20px) scale(0);
}
#layout01_bg .menu-trigger.active span:nth-of-type(2) {
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#layout01_bg .menu-trigger.active span:nth-of-type(2)::after {
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
#layout01_bg .menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-20px) scale(0);
  -moz-transform: translateY(-20px) scale(0);
  -webkit-transform: translateY(-20px) scale(0);
}
#layout01_bg .menu-trigger:after {
  content: 'メニュー';
  display: block;
  width: 100%;
  position: absolute;
  bottom: 8px;
  font-size: 8px;
  font-weight: normal;
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  color: #fff;
  text-align: center;
  line-height: 1em;
}
#layout01_bg .menu-trigger span {
  display: inline-block;
  position: absolute;
  left: 12px;
  width: 60%;
  height: 2px;
  background-color: #fff;
  box-sizing: border-box;
  transition: all 0.4s;
}
#layout01_bg .menu-trigger span:nth-of-type(1) {
  top: 10px;
}
#layout01_bg .menu-trigger span:nth-of-type(2) {
  top: 20px;
}
#layout01_bg .menu-trigger span:nth-of-type(2)::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: all 0.4s;
  backface-visibility: hidden;
}
#layout01_bg .menu-trigger span:nth-of-type(3) {
  top: 30px;
}
#layout01_bg .pure-toggle-label {
  display: none;
}
@media screen and (max-width: 1024px) {
  #layout01_bg .pure-toggle-label {
    display: block;
    position: absolute;
    top: 0;
    width: 58px;
    height: 58px;
    background: none;
    border: none;
    border-radius: 0;
    transition: none;
  }
}
#layout01_bg .pure-toggle-label[data-toggle-label='right'] {
  right: 0;
  left: auto;
}
#layout01_bg .pure-toggle-label:hover .pure-toggle-icon {
  background-color: #333;
}
#layout01_bg .pure-toggle-label:hover .pure-toggle-icon:before, #layout01_bg .pure-toggle-label:hover .pure-toggle-icon:after {
  background-color: #333;
}
#layout01_box {
  width: 100%;
  height: 160px;
}
#layout01_box_sp {
  width: 100%;
  height: 70px;
}
.lp_top #layout01_bg {
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .lp_top #layout01_bg {
    overflow: visible;
    position: fixed;
  }
}
.lp_top header > div:last-of-type {
  display: none;
}
/*------------------------------------------------------------------------------
 フッター(1.0.0)
 ------------------------------------------------------------------------------*/
#footer_cnt01 {
  width: 100%;
  background: #707070;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  #footer_cnt01 {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  #footer_cnt01 img {
    width: 100%;
  }
}
#footer_cnt01 ul {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  list-style: none;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  #footer_cnt01 ul {
    margin: 0 10px;
  }
}
#footer_cnt01 ul li {
  float: left;
  width: 33.3%;
  padding: 10px;
  margin: 0;
  box-sizing: border-box;
}
.form_footer #layout04 {
  padding: 0;
}
.form_footer #layout04 .section_company_information {
  display: none;
}
#layout04 {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 70px;
  background: #490e04;
}
@media screen and (max-width: 1024px) {
  #layout04 {
    padding: 0 0 7%;
  }
}
@media screen and (max-width: 640px) {
  #layout04 {
    padding: 0 0 12%;
  }
}
@media screen and (max-width: 640px) {
  #layout04 .section_footer__inner {
    padding: 0 !important;
  }
}
#layout04 .section_company_information {
  padding: 40px 0 0;
  color: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  #layout04 .section_company_information {
    padding: 4% 0 0;
  }
}
#layout04 .section_company_information .section_company_information__title {
  position: relative;
  margin: 0 auto 20px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  #layout04 .section_company_information .section_company_information__title {
    margin: 0 auto 2%;
  }
}
#layout04 .section_company_information .section_company_information__title::before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 96%;
  max-width: 940px;
  margin: auto;
  height: 1px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
}
#layout04 .section_company_information .section_company_information__title span {
  position: relative;
  width: 240px;
  display: block;
  margin: 0 auto;
  text-align: center;
  background: #490e04;
  z-index: 1;
}
#layout04 .section_company_information .section_company_information__inner {
  margin: 0 auto 20px;
  text-indent: -1em;
  padding-left: 2em;
}
@media screen and (max-width: 1024px) {
  #layout04 .section_company_information .section_company_information__inner {
    margin: 0 auto 2%;
  }
}
#layout04 .section_company_information .section_company_information__inner:first-of-type {
  margin: 0 auto 30px;
}
@media screen and (max-width: 1024px) {
  #layout04 .section_company_information .section_company_information__inner:first-of-type {
    margin: 0 auto 3%;
  }
}
#layout04 .section_company_information .section_company_information__inner:last-of-type li:first-of-type {
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 15px;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 1024px) {
  #layout04 .section_company_information .section_company_information__inner:last-of-type li:first-of-type {
    padding-top: 2%;
  }
}
#layout04 .section_company_information .section_company_information__inner li {
  position: relative;
  margin: 0 auto 10px;
  padding: 0 0 0 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  #layout04 .section_company_information .section_company_information__inner li {
    margin: 0 auto 1.5%;
  }
}
#layout04 .section_company_information .section_company_information__inner li:last-of-type {
  margin: 0 auto;
}
#layout04 .section_company_information .section_company_information__inner li::before {
  content: '';
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: 0 1% 0 0;
  background: #fff;
}
#layout04 .section_company_information .section_company_information_listcancel li {
  margin: 0 auto;
  padding: 0;
}
#layout04 .section_company_information .section_company_information_listcancel li::before {
  display: none;
}
#footer {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
}
#footer #footer_left {
  float: left;
  width: 64%;
}
@media screen and (max-width: 670px) {
  #footer #footer_left {
    width: 100%;
  }
}
#footer #footer_left #footer_cnt04 {
  width: 100%;
  margin: 0 auto;
  padding: 40px 0;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  #footer #footer_left #footer_cnt04 {
    padding: 4% 0;
  }
}
@media screen and (max-width: 1024px) {
  #footer #footer_left #footer_cnt04 {
    padding: 4% 0 8%;
  }
}
@media screen and (max-width: 640px) {
  #footer #footer_left #footer_cnt04 {
    padding: 6% 0 24%;
  }
}
#footer #footer_left #footer_area_description {
  margin: 5% 0 3%;
  color: #fff;
}
@media screen and (max-width: 670px) {
  #footer #footer_left #footer_area_description {
    display: none;
  }
}
#footer #footer_info {
  width: 36%;
  text-align: center;
}
@media screen and (max-width: 670px) {
  #footer #footer_info {
    display: none;
    width: 100%;
    margin-top: 5%;
    padding: 0 1%;
    box-sizing: border-box;
  }
}
#footer #footer_info .footer_info_inner {
  float: right;
  width: 89%;
  padding: 6% 5% 15px 5%;
  border: solid 1px #000;
  background: #707070;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  #footer #footer_info .footer_info_inner {
    padding: 5% 9% 15px 9%;
  }
}
#footer #footer_info .footer_info_inner .footer_info_text {
  margin-bottom: 40px;
  padding: 6% 0 0 0;
  line-height: 1.3em;
  letter-spacing: -1px;
  color: #fff;
  text-align: left;
}
#footer #footer_info .footer_info_inner .footer_info_text a {
  color: #fff;
}
ul.section_company_information__inner li::before {
  position: relative !important;
  margin-right: 10px !important;
}
ul.section_company_information__inner li span {
  display: block;
  margin-top: 1%;
  font-size: 14px;
  text-indent: 0.3em;
}
ul.section_company_information__inner:first-of-type > li {
  width: 49%;
  max-width: 480px;
  float: left;
  padding-left: 0 !important;
}
@media screen and (max-width: 640px) {
  ul.section_company_information__inner:first-of-type > li {
    width: 100%;
    max-width: none;
    float: none;
    margin-bottom: 6% !important;
  }
}
ul.section_company_information__inner:first-of-type > li:not(:last-of-type) {
  margin-right: 2% !important;
}
@media screen and (max-width: 640px) {
  ul.section_company_information__inner:first-of-type > li:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 2%;
  }
}
ul.section_company_information__inner:first-of-type > li:not(:last-of-type) > ul > li:first-of-type {
  text-align: center;
}
ul.section_company_information__inner:first-of-type > li:not(:last-of-type) > ul > li:first-of-type::before {
  display: none !important;
}
@media screen and (max-width: 640px) {
  ul.section_company_information__inner:first-of-type > li:not(:last-of-type) > ul > li:nth-of-type(4) {
    margin-bottom: 4% !important;
  }
}
ul.section_company_information__inner:first-of-type > li::before {
  display: none !important;
}
ul.section_company_information__inner:first-of-type > li > div {
  margin-bottom: 4%;
  padding: 2.5% 0;
  text-align: center;
  background: rgba(255, 255, 255, .1);
  color: #fff;
}
/*------------------------------------------------------------------------------
 フォーム(1.0.0)
 ------------------------------------------------------------------------------*/
/* LP用フッターここから */
.lp_top #footer_cnt04, .form_root #footer_cnt04 {
  text-align: center;
}
/*---フォーム用フッター導線ここから---*/
.form_root:not(.lp_top) #sub_ft_box #sub_ft, .form_root:not(.lp_top) #sub_ft_box #sub_ft_sp .d1024-360 {
  display: none;
}
/*------------------------------------------------------------------------------
 スライダー(1.0.0)
 ------------------------------------------------------------------------------*/
#layout02 #sld_before_load {
  position: relative;
  height: 500px;
}
@media screen and (max-width: 1024px) {
  #layout02 #sld_before_load {
    height: 0;
    padding-top: 50%;
  }
}
@media screen and (max-width: 640px) {
  #layout02 #sld_before_load {
    padding-top: 60%;
  }
}
#layout02 #sld_before_load div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 80px;
  text-align: center;
}
#layout02 #sld_after_load {
  display: none;
}
#layout02 {
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 20px;
  margin: 0 auto;
  box-sizing: border-box;
  background-color: #f3f0dd;
}
@media screen and (min-width: 1025px) {
}
@media screen and (max-width: 1024px) {
  #layout02 {
    position: relative;
    height: auto;
    padding: 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 640px) {
  #layout02 {
    padding-top: 0;
    padding-bottom: 0;
  }
}
#layout02 #sld_after_load {
  animation-duration: 2s;
  -moz-animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
}
@media screen and (min-width: 1025px) {
  #layout02 #sld_after_load {
    position: relative;
    height: 500px;
    overflow: hidden;
  }
}
@media screen and (min-width: 1025px) {
  #layout02 #sld_after_load #image-bloc {
    height: 500px;
  }
}
@media screen and (max-width: 1024px) {
  #layout02 #sld_after_load #image-bloc.sld_sp_ajust .bx-wrapper .bx-viewport {
    height: 109vw !important;
  }
}
#layout02 #sld_after_load #image-bloc .bx-wrapper {
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  #layout02 #sld_after_load #image-bloc .bx-wrapper .bx-viewport {
    width: 2820px;
    height: 500px !important;
    overflow: visible !important;
  }
}
@media screen and (max-width: 1024px) {
  #layout02 #sld_after_load #image-bloc .bx-wrapper .bx-viewport {
    height: 53.125vw !important;
  }
}
#layout02 #sld_after_load #image-bloc .bx-wrapper .bx-viewport .slider {
  margin: 0;
  padding: 0;
  list-style: none;
}
#layout02 #sld_after_load #image-bloc .bx-wrapper .bx-viewport .slider img {
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  #layout02 #sld_after_load #image-bloc .bx-wrapper .bx-viewport .slider li.slide {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  #layout02 #sld_after_load #image-bloc .bx-wrapper .bx-controls {
    position: absolute;
    right: 12%;
    bottom: 5%;
    height: 26px;
  }
}
@media screen and (max-width: 640px) {
  #layout02 #sld_after_load #image-bloc .bx-wrapper .bx-controls {
    position: absolute;
    right: 28%;
  }
}
@media screen and (min-width: 1025px) {
  #layout02 #sld_after_load #image-bloc .bx-wrapper .bx-controls .bx-controls-direction a {
    width: 42px;
    height: 120px;
    top: -webkit-calc(50% - 25px) !important;
    top: calc(50% - 25px) !important;
  }
}
@media screen and (min-width: 1025px) {
  #layout02 #sld_after_load #image-bloc .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev {
    background: url('../../../../images/controls_left.png') center / cover !important;
    left: -70px;
    /* TODO */
  }
}
@media screen and (min-width: 1025px) {
  #layout02 #sld_after_load #image-bloc .bx-wrapper .bx-controls .bx-controls-direction a.bx-next {
    background: url('../../../../images/controls_right.png') center / cover !important;
    right: -70px;
    /* TODO */
  }
}
@media screen and (min-width: 1025px) {
  #layout02 #sld_after_load #image-bloc .bx-wrapper .bx-controls .bx-pager {
    position: absolute;
    top: 90%;
    right: -40%;
  }
}
@media screen and (max-width: 1024px) {
  #layout02 #sld_after_load #image-bloc .bx-wrapper .bx-controls .bx-pager {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    bottom: auto;
    padding: 8px 0;
    z-index: 93;
  }
}
#layout02 #sld_after_load #image-bloc .bx-wrapper .bx-controls .bx-pager .bx-pager-item a {
  display: block;
  height: 20px;
  width: 20px;
  text-indent: -9999px;
  background: #d4cfc6;
  margin: 0 5px;
  border-radius: 0;
}
#layout02 #sld_after_load #image-bloc .bx-wrapper .bx-controls .bx-pager .bx-pager-item a.active {
  background: #f1b000;
  /*TOOD*/
}
@media screen and (max-width: 1024px) {
  #layout02 #sld_after_load #image-bloc .bx-wrapper .bx-controls .bx-controls-direction {
    display: none;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    height: 26px;
  }
}
@media screen and (max-width: 1024px) {
  #layout02 #sld_after_load #image-bloc .bx-wrapper .bx-controls .bx-controls-direction a {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    height: 26px;
    margin: 0;
    padding: 0 5px;
    color: #333;
    text-indent: initial;
    text-decoration: none;
    z-index: 94;
  }
}
@media screen and (max-width: 1024px) {
  #layout02 #sld_after_load #image-bloc .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev {
    position: absolute;
    left: 12%;
    background: none;
  }
}
@media screen and (max-width: 1024px) {
  #layout02 #sld_after_load #image-bloc .bx-wrapper .bx-controls .bx-controls-direction a.bx-next {
    position: absolute;
    right: 12%;
    background: none;
  }
}
@media screen and (min-width: 1025px) {
  #layout02 .bx-pager {
    position: relative;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding: 15px 0 20px;
    box-sizing: border-box;
  }
  #layout02 .bx-pager .is_eq li {
    float: left;
    box-sizing: border-box;
    margin: 0;
    padding: 0 0 0 1%;
    text-align: center;
  }
  #layout02 .bx-pager .is_eq li:first-child:nth-last-child(1) {
    width: 100%;
  }
  #layout02 .bx-pager .is_eq li:first-child:nth-last-child(2), #layout02 .bx-pager .is_eq li:first-child:nth-last-child(2) ~ li {
    width: 482px;
  }
  #layout02 .bx-pager .is_eq li:first-child:nth-last-child(3), #layout02 .bx-pager .is_eq li:first-child:nth-last-child(3) ~ li {
    width: 322px;
  }
  #layout02 .bx-pager .is_eq li:first-child:nth-last-child(4), #layout02 .bx-pager .is_eq li:first-child:nth-last-child(4) ~ li {
    width: 242px;
  }
  #layout02 .bx-pager .is_eq li:first-child:nth-last-child(5), #layout02 .bx-pager .is_eq li:first-child:nth-last-child(5) ~ li {
    width: 194px;
  }
  #layout02 .bx-pager .is_eq li:first-child:nth-last-child(6), #layout02 .bx-pager .is_eq li:first-child:nth-last-child(6) ~ li {
    width: 162px;
  }
}
@media screen and (min-width: 1025px) {
  #layout02 .bx-pager_wrapper {
    position: relative;
    height: auto !important;
    background: #e4e4e4;
  }
}
@media screen and (min-width: 1025px) {
  #layout02 .bx-pager a {
    display: block;
    padding: 12px 0 0 !important;
  }
}
#layout02 .bx-pager a.active {
  /*
   &:before {
   @include min-screen($breakpoint-min-tablet) {
   content: '';
   width: 0;
   height: 0;
   border: 10px solid transparent;
   border-bottom-color: #000;
   position: absolute;
   top: -10px;
   left: 0;
   right: 0;
   margin: auto;
   img {
   margin-left: -5px;
   }
   }
   }
   */
}
@media screen and (min-width: 1025px) {
  #layout02 .bx-pager a.active {
    display: block;
    padding: 12px 0 0 !important;
    position: relative;
  }
}
#layout02 .bx-pager a.active img {
  margin-top: -5px;
  padding: 0;
  border: solid 5px #000;
}
#layout02 .bx-pager img {
  padding: 0;
  transition: none !important;
}
.slide img {
  display: none;
}
#layout02 .medal_box {
  position: relative;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  pointer-events: none;
}
#layout02 .medal_box .medal {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
}
@media screen and (max-width: 1024px) {
  #layout02 .medal_box .medal {
    width: 18%;
    top: 10px;
    right: 10px;
  }
}
/*------------------------------------------------------------------------------
 施工事例＆お客様の声(1.0.0)
 ------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------
 イベント(1.0.0)
 ------------------------------------------------------------------------------*/
.events img {
  width: 100%;
}
/* archive page&tax page---------------------------------------------------------------------*/
#events_flame .all_listbox .events_blog_box {
  margin-bottom: 3%;
  border-bottom: 3px dotted #7f7f7f;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 640px) {
  #events_flame .all_listbox .events_blog_box {
    margin-bottom: 5%;
  }
}
@media screen and (max-width: 480px) {
  #events_flame .all_listbox .events_blog_box {
    margin-bottom: 40px;
  }
}
#events_flame .all_listbox .events_blog_box h3 {
  margin: 2% 0 !important;
  padding: 0 !important;
  font-size: 16px;
  font-weight: normal;
  color: #000;
  border: none;
  background: none !important;
  box-shadow: none;
  line-height: normal;
  text-align: left;
}
@media screen and (max-width: 640px) {
  #events_flame .all_listbox .events_blog_box h3 {
    font-size: 14px;
  }
}
#events_flame .all_listbox .events_blog_box h3:before, #events_flame .all_listbox .events_blog_box h3:after {
  content: none;
}
#events_flame .all_listbox .events_blog_box p.event_entry_btn {
  width: 100%;
  padding: 0.5% 0;
  margin: 2% auto 3% auto;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
  text-align: center;
  float: right;
}
@media screen and (max-width: 640px) {
  #events_flame .all_listbox .events_blog_box p.event_entry_btn {
    font-size: 14px;
  }
}
#events_flame .all_listbox .events_blog_box p.event_entry_btn a {
  color: #fff;
}
#events_flame .all_listbox .events_blog_box .events_box_inner dl {
  padding-top: 3%;
  padding-bottom: 2%;
  border-top: 1px dashed #7f7f7f;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  #events_flame .all_listbox .events_blog_box .events_box_inner dl {
    margin-bottom: 5%;
  }
}
#events_flame .all_listbox .events_blog_box .events_box_inner dl:first-child {
  padding-top: 0;
  border-top: none;
}
@media screen and (max-width: 640px) {
  #events_flame .all_listbox .events_blog_box .events_box_inner dl:first-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  #events_flame .all_listbox .events_blog_box .events_box_inner dl:last-child {
    margin-bottom: 0;
  }
}
#events_flame .all_listbox .events_blog_box .events_box_inner dt {
  float: left;
  clear: left;
  width: 18%;
  margin: 0 3% 0 0;
  padding: 0.5% 0;
  color: #fff;
  background-color: #490e04;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #events_flame .all_listbox .events_blog_box .events_box_inner dt {
    width: 100%;
    margin: 0 auto 5px;
  }
}
#events_flame .all_listbox .events_blog_box .events_box_inner dd {
  width: 79%;
  margin: 0 0 1%;
  padding: 0.5% 0;
  text-align: left;
  float: left;
}
@media screen and (max-width: 640px) {
  #events_flame .all_listbox .events_blog_box .events_box_inner dd {
    width: 96%;
    margin: 2%;
  }
}
#events_flame .all_listbox .events_blog_box .events_box_inner > ul > li:first-child {
  float: left;
  width: 23%;
  margin: 0 3% 0 0;
}
@media screen and (max-width: 640px) {
  #events_flame .all_listbox .events_blog_box .events_box_inner > ul > li:first-child {
    width: 25%;
  }
}
@media screen and (max-width: 480px) {
  #events_flame .all_listbox .events_blog_box .events_box_inner > ul > li:first-child {
    width: 100%;
    margin: 0 auto 2%;
  }
}
#events_flame .all_listbox .events_blog_box .events_box_inner > ul > li:last-child {
  width: 74%;
  margin: 0;
  float: left;
}
@media screen and (max-width: 640px) {
  #events_flame .all_listbox .events_blog_box .events_box_inner > ul > li:last-child {
    width: 72%;
  }
}
@media screen and (max-width: 480px) {
  #events_flame .all_listbox .events_blog_box .events_box_inner > ul > li:last-child {
    width: 100%;
  }
}
#events_flame .all_listbox .events_blog_box .title_catch1 span, #events_flame .all_listbox .events_blog_box .title_catch2 span {
  width: 23%;
  margin-right: 3%;
  padding: 0.5% 0;
  color: #fff;
  font-weight: normal;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 640px) {
  #events_flame .all_listbox .events_blog_box .title_catch1 span, #events_flame .all_listbox .events_blog_box .title_catch2 span {
    width: 25%;
  }
}
#events_flame .all_listbox .events_blog_box .title_catch1 span {
  background: #313131;
}
#events_flame .all_listbox .events_blog_box .title_catch2 span {
  background: #f1b000;
}
.events_box_entry {
  margin: 2% 0;
}
.events_box_toiawase {
  margin: 0 0 0;
  float: right;
}
/* single page---------------------------------------------------------------------*/
.event_entry #events_flame {
  width: 100%;
  margin: 0 auto;
}
.event_entry #events_flame .events_box_inner dt {
  float: left;
  clear: left;
  width: 120px;
  margin: 0 3% 0 0;
  padding: 0.5% 0;
  color: #fff;
  background-color: #490e04;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .event_entry #events_flame .events_box_inner dt {
    width: 60px;
    line-height: 1.8em;
    font-size: 12px;
    margin: 0 auto 5px;
  }
}
.event_entry #events_flame .events_box_inner dd {
  float: left;
  width: calc(97% - 120px);
  margin: 0 0 1%;
  padding: 0.5% 0;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .event_entry #events_flame .events_box_inner dd {
    width: calc(98% - 60px);
    margin: 0 0 2% 2%;
  }
}
.events_blog_box {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding-bottom: 1%;
}
.event_entry #events_flame .events_blog_box, .event_entry #events_flame .events_box_inner dl {
  margin-bottom: 0;
  border-bottom: none;
}
.event_entry .event_entry_top_data {
  padding: 2% 2% 0 0;
  box-sizing: border-box;
}
.event_entry #events_flame .no-wrap {
  white-space: nowrap;
}
.event_entry #events_flame ul.entry_detail_table > li.entry_detail_table_cell {
  width: 50%;
  float: left;
}
.event_entry #events_flame ul.entry_detail_table > li.entry_detail_table_cell .map {
  width: 100%;
}
.event_entry #events_flame .events_box_inner > ul > li:first-child {
  margin: 0;
}
.entry_detail .elementor-button {
  margin-top: 4%;
}
article.entry_detail {
  border: solid 1px #ccc;
  padding: 2% !important;
  box-sizing: border-box;
  margin: 0 auto 2% auto;
}
.event_entry #main .is_1per1 div {
  margin: 0 auto;
  text-align: center;
  height: 0;
  padding: 0 0 74% 0;
  /*0 0 64% 0;*/
  position: relative;
  overflow: hidden;
}
.event_entry #main .is_1per1 div img {
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate(-50%, -50%);
  transform: translate3d(-50%, -50%, 0);
  z-index: -1;
}
.event_entry #main .is_1per2 li {
  width: 49%;
  height: 0;
  padding: 0 0 37.5% 0;
  /*0 0 32% 0;*/
  position: relative;
  margin: 0 auto;
}
.event_entry #main .is_1per2 li:nth-child(1) {
  margin-right: 1%;
}
.event_entry #main .is_1per2 li:nth-child(2) {
  margin-left: 1%;
}
.event_entry #main .my-gallery figure {
  box-shadow: 0 0 0 1px #29241e inset;
  margin-bottom: 3%;
  border: none;
  position: relative;
  height: 0;
  padding-bottom: 74%;
  /*64%;*/
  overflow: hidden;
}
.event_entry #main .is_1per2 li figure {
  padding-bottom: 75%;
}
.event_entry #main .is_1per2 li a {
  text-align: center;
}
.event_entry #main .is_1per2 li img {
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate(-50%, -50%);
  transform: translate3d(-50%, -50%, 0);
  z-index: -1;
}
.event_form_top {
  text-align: center !important;
}
.event_entry .event_tell_tap_bnr {
  padding: 0 2% 2% 2%;
}
.mfp_element_all {
  max-width: 95% !important;
}
/*170608 概要データ MAP無し時 100%対応*/
.event_entry #events_flame ul.entry_detail_table > li.entry_detail_table_cell.table_w_max {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .event_entry .cnt_box_inner {
    margin-bottom: 0;
  }
  .event_entry .event_entry_top_data {
    padding: 2% 0 0 0;
  }
  .event_entry #events_flame .article p {
    padding: 0 2%;
  }
}
@media screen and (max-width: 640px) {
  .event_entry #main .is_1per2 li {
    padding: 0 0 37.5% 0;
    /*1% 1% 32% 1%;*/
  }
  .event_entry #events_flame ul.entry_detail_table > li.entry_detail_table_cell {
    width: 100%;
  }
  .event_entry #events_flame ul.entry_detail_table > li.entry_detail_table_cell:nth-child(2) {
    display: none;
  }
  .event_entry #main .is_1per1 div {
    padding: 0 0 74% 0;
    /*1% 1% 64% 1%;*/
  }
  .event_form_top {
    text-align: left !important;
  }
}
@media screen and (max-width: 480px) {
  .event_entry #events_flame .no-wrap {
    display: block;
    margin: 0 2% 0 auto;
    width: 8em;
  }
}
@media screen and (max-width: 330px) {
  .event_entry #events_flame .events_box_inner dd {
    letter-spacing: -0.04em;
  }
}
.event_entry_txt_l, .event_entry_txt_r {
  margin: 2% 0;
}
.event_entry_txt_l p, .event_entry_txt_r p {
  padding: 0 !important;
  overflow: hidden;
  clear: both;
}
.event_entry_txt_l img {
  margin: 0 0 10px 10px;
  float: right;
}
.event_entry_txt_r img {
  margin: 0 10px 10px 0;
  float: left;
}
.event_entry_1per2 {
  margin: 2% 0;
  overflow: hidden;
  clear: both;
}
.event_entry_1per2 div {
  width: 50%;
  padding: 0 1% 0 0;
  text-align: center;
  float: left;
  box-sizing: border-box;
}
.event_entry_1per2 div:last-child {
  padding: 0 0 0 1%;
}
.event_entry_1per2 div img {
  padding: 0 0 2%;
}
.event_entry_1per2 div p {
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .event_entry_txt_l img, .event_entry_txt_r img {
    max-width: 50% !important;
  }
  .event_entry_txt_l img {
    margin: 0 0 1% 1%;
  }
  .event_entry_txt_r img {
    margin: 0 1% 1% 0;
  }
}
@media screen and (max-width: 640px) {
  .event_entry_1per2 div {
    width: 100%;
    padding: 0 0 2% !important;
  }
  .event_entry_1per2 div:last-child {
    width: 100%;
    padding: 0 !important;
  }
}
/*
 拡大アイコンここから
 ------------------------------------------------------------*/
.event_entry p.event_zoom, .event_entry p.event_zoom2, .event_entry p.event_zoom3 {
  max-height: 96%;
  max-width: 96%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate(-50%, -50%);
  transform: translate3d(-50%, -50%, 0);
  transition: none !important;
}
.event_entry p.event_zoom:after, .event_entry p.event_zoom2:after, .event_entry p.event_zoom3:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background: transparent url(../../../../images/events/event_zoom.png) no-repeat scroll right 0;
  background-size: auto 100%;
  width: 78px;
  max-width: 50%;
  height: 78px;
  max-height: 50%;
}
@media screen and (max-width: 640px) {
  .event_entry p.event_zoom:after, .event_entry p.event_zoom2:after, .event_entry p.event_zoom3:after {
    width: 39px;
    height: 39px;
  }
}
.event_entry_last_btn {
  margin: 20px auto;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .event_entry_last_btn {
    margin: 2% auto;
  }
}
/*イベントブログここまで*/
/*WP追加*/
.pg #events_flame .cnt_box_inner {
  padding: 2% 0 0 0;
}
/*MAP対応*/
.acf-map {
  width: 96%;
  height: 300px;
  border: #ccc solid 1px;
  margin: 0 0 0 auto;
}
.acf-map img {
  max-width: inherit !important;
}
.map {
  width: 49%;
  margin: 0 1.5% 0 0.5%;
  float: left;
}
/*IE後方互換対応*/
.map.past_ie {
  width: 99.5%;
  float: none;
  margin-bottom: 2%;
}
.map iframe {
  width: 100% !important;
  height: 300px !important;
}
#main .article h3 {
  clear: none;
  display: flex;
}
@media screen and (max-width: 640px) {
  .map {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    width: 98%;
    margin: 0 auto 3%;
    float: none;
  }
  .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 96% !important;
    height: 90% !important;
  }
}
.event_entry #events_flame ul.entry_detail_table > li.entry_detail_table_cell.table_w_max {
  width: 100%;
}
.event_entry_last_btn form input {
  width: 100%;
}
/*------------------------------------------------------------------------------
 ブログ(1.0.0)
 ------------------------------------------------------------------------------*/
#main .blog_block2 {
  padding: 20px;
  box-sizing: border-box;
}
#main .blog_block2:nth-of-type(2n) {
  background: #f3f0dd;
}
@media screen and (max-width: 1024px) {
  #main .blog_block2 {
    padding: 2%;
  }
}
#main .blog_block2 .left-col {
  width: 70%;
  float: left;
  padding-right: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  #main .blog_block2 .left-col {
    padding-right: 2%;
  }
}
#main .blog_block2 .right-col {
  width: 30%;
  float: left;
}
#main .blog_block2 .public_date {
  margin: 0;
  padding: 0;
  border-bottom: transparent;
}
#main .blog_block2 h3 {
  border: transparent !important;
  padding: 0 !important;
  text-align: left;
}
.blog_block h2 {
  margin: 2em 0 0 !important;
}
.blog_block h2 a {
  color: #fff;
  /*text-decoration: underline;*/
}
.blog_block h2 a:hover {
  opacity: 1;
}
#breadcrumb .date-year {
  display: none;
}
#main_cnt02 .public_date {
  border-bottom: dashed 1px #666;
  padding-bottom: 10px;
  margin: 15px 0 20px 0;
}
#main_cnt02 .public_date li {
  margin-right: 3%;
  float: left;
  width: auto;
  text-align: left;
}
@media screen and (max-width: 640px) {
  #main_cnt02 .public_date li {
    float: none;
    margin: 0;
  }
}
.pg .public_date p {
  padding: 0;
}
.blog_archive_list h3 {
  margin: 15px 0 10px;
  width: 100%;
  border-bottom: 2px solid #666;
  color: #000;
}
/*------------------------------------------------------------------------------
 価格表(1.0.0)
 ------------------------------------------------------------------------------*/
/* archive page&tax page 記事 ---------------------------------------------------------------------*/
.all_listbox .lineup_item {
  float: left;
  width: 49%;
  margin-bottom: 2%;
  margin-right: 2%;
}
@media screen and (max-width: 640px) {
  .all_listbox .lineup_item {
    width: 100%;
    margin-right: 0;
  }
}
.all_listbox .lineup_item a:hover, .all_listbox .lineup_item a:visited, .all_listbox .lineup_item a:link {
  text-decoration: none;
}
.all_listbox .lineup_item:nth-of-type(2n) {
  margin-right: 0;
}
.all_listbox .lineup_item__box {
  box-sizing: border-box;
}
.all_listbox .lineup_item__box__img__thumb {
  padding-top: 75%;
  position: relative;
}
.all_listbox .lineup_item__box__cnt {
  padding: 10px 0 0;
  background: #fff;
  box-sizing: border-box;
}
.all_listbox .lineup_item__box__cnt h4 {
  margin: 0 0 15px !important;
  padding: 0 0 5px !important;
  font-weight: bold;
  line-height: 26px;
  border: none !important;
  border-bottom: 2px solid #cfccb2 !important;
  background: none !important;
}
.all_listbox .lineup_item__discount {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 12px;
  font-size: 24px;
  font-weight: 900;
  color: #fff;
  line-height: 40px;
  letter-spacing: 0.1em;
  background-color: rgba(220, 161, 2, 0.5);
}
.all_listbox .lineup_item__discount--off {
  font-size: 16px;
  font-weight: 900;
}
.all_listbox .lineup_item__price-box {
  position: relative;
}
.all_listbox .lineup_item__price-box--data {
  position: relative;
  font-size: 28px;
  font-weight: 900;
  color: #000;
  line-height: 1em;
  text-align: right;
}
.all_listbox .lineup_item__price-box--data > div {
  position: relative;
  display: inline-block;
}
.all_listbox .lineup_item__price-box--data > div::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 10px;
  margin-bottom: 4px;
  border-style: solid;
  border-width: 7.5px 0 7.5px 10px;
  border-color: transparent transparent transparent #490e04;
}
.all_listbox .lineup_item__price-box--data span {
  font-size: 16px;
}
.all_listbox .lineup_item__price-box--data::before {
  content: 'WEB\A限定';
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-right: -2px;
  padding-top: 12px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 1.2em;
  background: #490e04;
  border-radius: 50%;
  white-space: pre;
  box-sizing: border-box;
}
/*------------------------------------------------------------------------------
 _sub.css(1.0.0)
 ------------------------------------------------------------------------------*/
/* NOTE section008 「選ばれる理由」 */
.section004 {
  padding: 0 0 60px;
  background: #f3f0dd;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .section004 {
    padding: 0 0 6%;
  }
}
.section004 .section_read_more {
  top: 80px;
}
@media screen and (max-width: 1024px) {
  .section004 .section_read_more {
    top: 72%;
  }
}
@media screen and (max-width: 640px) {
  .section004 .section_read_more {
    top: 0;
  }
}
.section004__inner .top_h2_title::after {
  content: 'concept';
}
.section004__inner--bg {
  box-sizing: border-box;
}
@media screen and (min-width: 1025px) {
  .section004__inner--bg {
    height: 430px;
    background: url("../../../../images/section004_bg.jpg") center center / 100% auto no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: bottom;
  }
}
@media screen and (max-width: 1024px) {
  .section004__inner--bg {
    background: none;
  }
}
.section004__inner--bg img {
  display: none;
}
@media screen and (max-width: 1024px) {
  .section004__inner--bg img {
    display: block;
  }
}
.section004__inner--txt img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .section004__inner--txt img {
    display: none;
  }
}
.section004__inner ul li {
  float: left;
  width: 18.4%;
  margin: 0 2% 2% 0;
}
.section004__inner ul li:nth-of-type(6), .section004__inner ul li:nth-of-type(7), .section004__inner ul li:nth-of-type(8), .section004__inner ul li:nth-of-type(9), .section004__inner ul li:nth-of-type(10) {
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .section004__inner ul li:nth-of-type(6), .section004__inner ul li:nth-of-type(7), .section004__inner ul li:nth-of-type(8) {
    margin-bottom: 2%;
  }
}
@media screen and (max-width: 640px) {
  .section004__inner ul li:nth-of-type(2n) {
    margin-right: 0;
  }
}
.section004__inner ul li:nth-of-type(5n) {
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  .section004__inner ul li:nth-of-type(5n) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 640px) {
  .section004__inner ul li:last-of-type {
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .section004__inner ul li {
    width: 49%;
  }
}
/* NOTE section008 「会社案内」 */
.section008 {
  padding: 0 0 60px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .section008 {
    padding: 0 0 6%;
  }
}
.section008 a {
  display: block;
}
.section008 a:link, .section008 a:visited, .section008 a:hover {
  text-decoration: none;
}
.section008__inner h2.top_h2 {
  border-color: #4da50d;
}
.section008__inner h2.top_h2 .top_h2_title::after {
  content: 'about us';
  color: #4da50d;
}
@media screen and (min-width: 1025px) {
  .section008__inner--bg {
    height: 300px;
    background: url("../../../../images/section008_bg.jpg") center center / 100% auto no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: bottom;
  }
}
.section008__inner--bg img {
  display: none;
}
@media screen and (max-width: 1024px) {
  .section008__inner--bg img {
    display: block;
  }
}
.section008__inner ul li {
  float: left;
  width: 20%;
  padding: 15px;
  border-right: 2px solid #cfccb2;
  box-sizing: border-box;
}
.section008__inner ul li:last-of-type {
  border-right: 0;
}
@media screen and (max-width: 1024px) {
  .section008__inner ul li {
    padding: 2%;
  }
}
@media screen and (max-width: 640px) {
  .section008__inner ul li {
    width: 33.3%;
    margin-bottom: 2%;
  }
}
@media screen and (max-width: 640px) {
  .section008__inner ul li:nth-of-type(3) {
    border-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .section008__inner ul li:nth-of-type(4) {
    margin-left: 16.7%;
  }
}
@media screen and (max-width: 640px) {
  .section008__inner ul li:last-of-type {
    margin-right: 16.7%;
  }
}
@media screen and (max-width: 640px) {
  .section008__inner ul li:nth-of-type(n+4) {
    margin-bottom: 0;
  }
}
.section008__inner ul li img {
  display: block;
  margin: 0 auto;
}
/* NOTE section009 「各種お問い合わせ」 */
.section009 {
  padding: 0 0 60px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .section009 {
    padding: 0 0 6%;
  }
}
.section009 a {
  display: block;
}
.section009 a:link, .section009 a:visited, .section009 a:hover {
  text-decoration: none;
  color: #181818;
}
.section009__inner h2.top_h2 {
  border-color: #4da50d;
  border-top: 2px solid #490e04;
}
.section009__inner h2.top_h2 .top_h2_title::after {
  content: 'contact';
  color: #4da50d;
}
.section009__inner ul li {
  float: left;
  width: 32%;
  margin-right: 2%;
  box-sizing: border-box;
}
.section009__inner ul li:last-of-type {
  margin-right: 0;
}
@media screen and (min-width: 641px) {
  .section009__inner ul li:first-of-type {
    pointer-events: none;
  }
}
@media screen and (max-width: 640px) {
  .section009__inner ul li {
    width: 100%;
    margin: 0 0 5% 0;
  }
}
.section009__inner ul li h3 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .section009__inner ul li h3 {
    font-size: 2.65625vw;
  }
}
@media screen and (max-width: 640px) {
  .section009__inner ul li h3 {
    font-size: 20px;
  }
}
.section009__inner ul li h3 img {
  margin: 0 auto;
}
.section009__inner ul li h3 label {
  margin: 0px auto 10px;
}
.section009__inner--txt {
  padding: 20px 10px;
  border-top: solid 2px #cfccb2;
  border-bottom: solid 2px #cfccb2;
  background-color: #f3f0dd;
}
.section009__inner--txt p {
  margin: 0 0 20px;
  font-size: 14px;
  display: block;
}
@media screen and (max-width: 1024px) {
  .section009__inner--txt p {
    margin: 0 0 2%;
  }
}
@media screen and (max-width: 640px) {
  .section009__inner--txt p {
    display: block;
    max-width: 80%;
    margin: 0 auto 2%;
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .section009__inner--txt p {
    max-width: 100%;
  }
}
@media screen and (max-width: 320px) {
  .section009__inner--txt p {
    font-size: 14px;
  }
}
.section009__inner--txt p i {
  margin-right: 5px;
}
/*------------------------------------------------------------------------------
 調整
 ------------------------------------------------------------------------------*/
/*全ての要素に対してフォーカスに線をつけない*/
*:focus {
  outline: none;
}
html {
  position: relative;
}
body {
  background: #fff;
  -webkit-text-size-adjust: 100%;
}
table {
  border-collapse: collapse;
}
body:not(.custom-background-image)::before, body:not(.custom-background-image)::after {
  display: none;
}
p {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
a {
  box-sizing: border-box;
}
#root {
  overflow-x: hidden;
}
/*横の動き対応*/
/*背景*/
.bg_white {
  background: #fff;
}
/*クリック無効*/
.btn-disabled {
  pointer-events: none;
}
/*電話タップ無効*/
@media screen and (max-width: 1024px) {
  .none_tap {
    pointer-events: none;
  }
}
/*電話タップ*/
.tel_tap {
  text-align: center;
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  .tel_tap {
    padding: 10px;
  }
}
@media screen and (max-width: 640px) {
  .tel_tap {
    padding: 2%;
  }
}
/*臨時*/
.post-thumbnail {
  display: none;
}
.panel-grid-cell {
  padding: 0 2% 2% 0;
}
@media screen and (max-width: 640px) {
  .panel-grid-cell {
    padding: 0 0 2% 0;
  }
}
/*------------------------------------------------------------------------------
 下層
 ------------------------------------------------------------------------------*/
@media screen and (min-width: 61.5625em) {
  body:not(.search-results) article:not(.type-page) .entry-content {
    float: none;
    width: 100%;
  }
}
/*------------------------------------------------------------------------------
 パンくず
 ------------------------------------------------------------------------------*/
#breadcrumb {
  min-height: 30px;
  font-size: 14px;
  visibility: hidden;
}
#breadcrumb a::after {
  content: '>';
  display: inline-block;
  margin: 0 5px;
  color: #000 !important;
  text-decoration: none !important;
}
/*------------------------------------------------------------------------------
 ウィジェット
 ------------------------------------------------------------------------------*/
.widget {
  border: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 56.875em) {
  .widget p, .widget address, .widget hr, .widget ul, .widget ol, .widget dl, .widget dd, .widget table {
    margin: 0 auto !important;
  }
}
img.custom-logo {
  max-height: 90px;
  width: auto;
}
@media screen and (max-width: 1024px) {
  img.custom-logo {
    max-height: 60px;
  }
}
.panel-row-style {
  margin: 0 !important;
}
.site {
  margin: 0;
}
.site-header-main {
  display: block;
  max-width: 980px;
  margin: 0 auto;
}
.site-branding {
  margin: 3px auto 3px 2%;
}
@media screen and (max-width: 1024px) {
  .site-branding {
    width: 70%;
    float: left;
  }
}
.site-title {
  display: none;
}
.site-description {
  display: none;
}
.site-inner {
  margin: 0 auto;
  max-width: 980px;
  position: relative;
}
.site-content {
  padding: 0;
}
button.dropdown-toggle {
  display: none;
}
.main-index.content-area {
  float: none;
  margin-right: 0;
  width: 100%;
}
.main-index #main {
  width: 100%;
  float: none;
  margin-right: 0;
}
#main {
  float: right;
  width: 730px;
  margin-right: 0;
  margin-bottom: 4% !important;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  #main {
    width: 100%;
    margin: 0 auto;
  }
}
.elementor-widget:not(:last-child) {
  margin-bottom: 0 !important;
}
.elementor-widget-heading .elementor-heading-title {
  line-height: inherit !important;
}
@media screen and (max-width: 1024px) {
  article {
    overflow: hidden;
  }
}
@media screen and (max-width: 1024px) {
  .menu-btn {
    text-align: right;
  }
}
#main_top .addtoany_content_top {
  display: none;
}
.shareaholic-canvas {
  text-align: right;
  margin: 0;
  float: right;
}
li.shareaholic-share-button {
  width: auto !important;
}
#root .shareaholic-share-buttons-container.wrapped ul .shareaholic-share-buttons {
  margin: 0 !important;
  zoom: 0.6;
  line-height: 1 !important;
}
.shareaholic-total-count, #main_cnt02 li.shareaholic-total-count {
  width: auto !important;
}
/*SNSボタン ここから*/
.social-btn {
  text-align: right;
  margin: 0;
  float: right;
}
@media screen and (max-width: 640px) {
  .social-btn {
    float: none;
  }
  .social-btn::after {
    content: "";
    display: block;
    clear: both;
  }
}
.social-btn iframe, .social-btn a, .social-btn img, .social-btn div {
  vertical-align: bottom !important;
}
.social-btn span {
  margin: 0;
}
.social-btn .share {
  margin: 0;
}
.social-btn .share ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-btn .share ul::after {
  content: '';
  display: block;
  clear: both;
}
.social-btn .share ul li {
  float: left;
  width: 70px;
  margin: 0 2px 0 0;
}
@media screen and (max-width: 640px) {
  .social-btn .share ul li {
    width: 33.33333%;
    margin: 0 0 9px 0;
  }
}
.social-btn .share ul li a {
  display: block;
  padding: 3px 3px 0 3px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
}
.social-btn .share ul li a:hover {
  opacity: 0.8;
  color: #fff;
}
.social-btn .share ul li a:visited {
  color: #fff;
}
.social-btn .share ul li a span.icon-line::before {
  content: '\e901';
}
.social-btn .share ul li a span.icon-google-plus3::before {
  content: '\e902';
}
.social-btn .share ul li a span.icon-facebook2::before {
  content: '\e903';
}
.social-btn .share ul li a span.icon-twitter::before {
  content: '\e904';
}
.social-btn .share ul li a span.icon-rss::before {
  content: '\e905';
}
.social-btn .share ul li.tweet a {
  background-color: #1b95e0;
}
.social-btn .share ul li.facebook {
  background-color: #315096;
}
.social-btn .share ul li.googleplus a {
  background-color: #dd4b39;
}
.social-btn .share ul li.line a {
  background-color: #00c300;
}
.social-btn .share ul li.rss a {
  background-color: #f5a51c;
}
.social-btn .social_line01, .social-btn .social_line02 {
  display: inline;
}
.fb-like iframe {
  max-width: none;
}
.fb_iframe_widget_lift {
  right: 0;
}
/*SNSボタン ここまで*/
/*------------------------------------------------------------------------------
 フォーム
 ------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .form_root form.wpcf7-form .form ul.formlist li div.itemname, .wide_top form.wpcf7-form .form ul.formlist li div.itemname, .form_root form.wpcf7-form .form ul.formlist li div.itemform, .wide_top form.wpcf7-form .form ul.formlist li div.itemform, .form_root form.wpcf7-form .form ul.formlist li div.itemform2, .wide_top form.wpcf7-form .form ul.formlist li div.itemform2 {
    height: auto !important;
    min-height: auto !important;
    padding: 15px 2% !important;
  }
}
input[type="text"], input[type="tel"], input[type="email"] {
  max-width: 98%;
}
.form_root #main, .wide_top #main {
  margin: 5px auto 0 !important;
}
.form_root form.wpcf7-form .form ul.formlist, .wide_top form.wpcf7-form .form ul.formlist {
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .form_root form.wpcf7-form .form ul.formlist li > div:last-child, .wide_top form.wpcf7-form .form ul.formlist li > div:last-child {
    padding-bottom: 2em !important;
  }
}
.form_root form.wpcf7-form .form ul.formlist li div.itemname span.item_required, .form_root form.wpcf7-form .form ul.formlist li div.itemname span.item_unrequired, .form_root form.wpcf7-form .form ul.formlist li div.itemname .wide_top form.wpcf7-form .form ul.formlist li div.itemname span.item_unrequired, .wide_top form.wpcf7-form .form ul.formlist li div.itemname .form_root form.wpcf7-form .form ul.formlist li div.itemname span.item_unrequired, .wide_top form.wpcf7-form .form ul.formlist li div.itemname span.item_required, .wide_top form.wpcf7-form .form ul.formlist li div.itemname span.item_unrequired {
  font-weight: normal;
  background: #ff3332;
  color: #fff;
  padding: 0 6px !important;
  border-radius: 3px;
  margin-right: 5px !important;
  font-size: 14px;
}
.form_root form.wpcf7-form .form ul.formlist li div.itemname span.item_unrequired, .wide_top form.wpcf7-form .form ul.formlist li div.itemname span.item_unrequired {
  background: #c4bfbf;
}
.form_root form.wpcf7-form .form ul.formlist li div .wpcf7-select.wpcf7c-conf, .wide_top form.wpcf7-form .form ul.formlist li div .wpcf7-select.wpcf7c-conf {
  border: none;
  background: transparent;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.form_root form.wpcf7-form .form ul.formlist div, .wide_top form.wpcf7-form .form ul.formlist div {
  box-sizing: content-box !important;
  /*elementorとの競合回避*/
}
.form_root form.wpcf7-form .form ul.formlist div textarea, .wide_top form.wpcf7-form .form ul.formlist div textarea {
  line-height: 1.4em;
}
.form_root form.wpcf7-form .form ul.formlist div textarea.wpcf7c-conf, .wide_top form.wpcf7-form .form ul.formlist div textarea.wpcf7c-conf {
  background: #fff !important;
  border: none !important;
}
.form_root form.wpcf7-form .form ul.formlist div button, .wide_top form.wpcf7-form .form ul.formlist div button {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 14px !important;
  margin: 0 0 15px !important;
  border: 1px solid #999;
  color: #777;
  background: #fafafa;
  box-sizing: border-box;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.form_root form.wpcf7-form .form input, .wide_top form.wpcf7-form .form input {
  padding: 5px;
  box-sizing: border-box;
}
.form_root form.wpcf7-form .form input.wpcf7c-conf, .wide_top form.wpcf7-form .form input.wpcf7c-conf {
  background: #fff !important;
  border: none !important;
}
.form_root form.wpcf7-form .form input.wpcf7c-conf:-webkit-autofill, .wide_top form.wpcf7-form .form input.wpcf7c-conf:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}
.form_root form.wpcf7-form .form input.form_btn01, .form_root form.wpcf7-form .form input.form_btn02, .form_root form.wpcf7-form .form .wide_top form.wpcf7-form .form input.form_btn02, .wide_top form.wpcf7-form .form .form_root form.wpcf7-form .form input.form_btn02, .form_root form.wpcf7-form .form input.form_btn03, .form_root form.wpcf7-form .form .wide_top form.wpcf7-form .form input.form_btn03, .wide_top form.wpcf7-form .form .form_root form.wpcf7-form .form input.form_btn03, .wide_top form.wpcf7-form .form input.form_btn01, .wide_top form.wpcf7-form .form input.form_btn02, .wide_top form.wpcf7-form .form input.form_btn03 {
  display: block;
  width: 96%;
  max-width: 320px;
  height: 80px;
  border: none;
  border-radius: 0;
  text-indent: -9999px;
  background: url(../../../../images/form_btn01.png) center center / 100% auto no-repeat;
  margin: 4% auto;
  padding: 0;
  cursor: pointer;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.form_root form.wpcf7-form .form input.form_btn01:hover, .form_root form.wpcf7-form .form input.form_btn01:focus, .form_root form.wpcf7-form .form .form_root form.wpcf7-form .form input.form_btn02:focus, .form_root form.wpcf7-form .form .wide_top form.wpcf7-form .form input.form_btn02:focus, .wide_top form.wpcf7-form .form .form_root form.wpcf7-form .form input.form_btn02:focus, .form_root form.wpcf7-form .form .form_root form.wpcf7-form .form input.form_btn03:focus, .form_root form.wpcf7-form .form .wide_top form.wpcf7-form .form input.form_btn03:focus, .wide_top form.wpcf7-form .form .form_root form.wpcf7-form .form input.form_btn03:focus, .form_root form.wpcf7-form .form .wide_top form.wpcf7-form .form input.form_btn01:focus, .form_root form.wpcf7-form .form .wide_top form.wpcf7-form .form .form_root form.wpcf7-form .form input.form_btn02:focus, .form_root form.wpcf7-form .form .form_root form.wpcf7-form .form .wide_top form.wpcf7-form .form input.form_btn02:focus, .form_root form.wpcf7-form .form .wide_top form.wpcf7-form .form .wide_top form.wpcf7-form .form input.form_btn02:focus, .wide_top form.wpcf7-form .form .form_root form.wpcf7-form .form .wide_top form.wpcf7-form .form input.form_btn02:focus, .form_root form.wpcf7-form .form .wide_top form.wpcf7-form .form .form_root form.wpcf7-form .form input.form_btn03:focus, .form_root form.wpcf7-form .form .form_root form.wpcf7-form .form .wide_top form.wpcf7-form .form input.form_btn03:focus, .form_root form.wpcf7-form .form .wide_top form.wpcf7-form .form .wide_top form.wpcf7-form .form input.form_btn03:focus, .wide_top form.wpcf7-form .form .form_root form.wpcf7-form .form .wide_top form.wpcf7-form .form input.form_btn03:focus, .wide_top form.wpcf7-form .form .form_root form.wpcf7-form .form input.form_btn01:focus, .form_root form.wpcf7-form .form input.form_btn02:hover, .form_root form.wpcf7-form .form .wide_top form.wpcf7-form .form input.form_btn02:hover, .wide_top form.wpcf7-form .form .form_root form.wpcf7-form .form input.form_btn02:hover, .form_root form.wpcf7-form .form input.form_btn03:hover, .form_root form.wpcf7-form .form .wide_top form.wpcf7-form .form input.form_btn03:hover, .wide_top form.wpcf7-form .form .form_root form.wpcf7-form .form input.form_btn03:hover, .wide_top form.wpcf7-form .form input.form_btn01:hover, .wide_top form.wpcf7-form .form .form_root form.wpcf7-form .form .form_root form.wpcf7-form .form input.form_btn02:focus, .wide_top form.wpcf7-form .form .wide_top form.wpcf7-form .form .form_root form.wpcf7-form .form input.form_btn02:focus, .wide_top form.wpcf7-form .form .form_root form.wpcf7-form .form .form_root form.wpcf7-form .form input.form_btn03:focus, .wide_top form.wpcf7-form .form .wide_top form.wpcf7-form .form .form_root form.wpcf7-form .form input.form_btn03:focus, .wide_top form.wpcf7-form .form input.form_btn01:focus, .wide_top form.wpcf7-form .form .wide_top form.wpcf7-form .form input.form_btn02:focus, .wide_top form.wpcf7-form .form .wide_top form.wpcf7-form .form input.form_btn03:focus, .wide_top form.wpcf7-form .form input.form_btn02:hover, .wide_top form.wpcf7-form .form input.form_btn03:hover {
  background: url(../../../../images/form_btn01.png) center center / 100% auto no-repeat;
  opacity: 0.6;
}
.form_root form.wpcf7-form .form input.form_btn01.wpcf7c-conf:-webkit-autofill, .form_root form.wpcf7-form .form input.form_btn02.wpcf7c-conf:-webkit-autofill, .form_root form.wpcf7-form .form .wide_top form.wpcf7-form .form input.form_btn02.wpcf7c-conf:-webkit-autofill, .wide_top form.wpcf7-form .form .form_root form.wpcf7-form .form input.form_btn02.wpcf7c-conf:-webkit-autofill, .form_root form.wpcf7-form .form input.form_btn03.wpcf7c-conf:-webkit-autofill, .form_root form.wpcf7-form .form .wide_top form.wpcf7-form .form input.form_btn03.wpcf7c-conf:-webkit-autofill, .wide_top form.wpcf7-form .form .form_root form.wpcf7-form .form input.form_btn03.wpcf7c-conf:-webkit-autofill, .wide_top form.wpcf7-form .form input.form_btn01.wpcf7c-conf:-webkit-autofill, .wide_top form.wpcf7-form .form input.form_btn02.wpcf7c-conf:-webkit-autofill, .wide_top form.wpcf7-form .form input.form_btn03.wpcf7c-conf:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}
.form_root form.wpcf7-form .form input.form_btn01.wpcf7c-conf::placeholder, .form_root form.wpcf7-form .form input.form_btn02.wpcf7c-conf::placeholder, .form_root form.wpcf7-form .form .wide_top form.wpcf7-form .form input.form_btn02.wpcf7c-conf::placeholder, .wide_top form.wpcf7-form .form .form_root form.wpcf7-form .form input.form_btn02.wpcf7c-conf::placeholder, .form_root form.wpcf7-form .form input.form_btn03.wpcf7c-conf::placeholder, .form_root form.wpcf7-form .form .wide_top form.wpcf7-form .form input.form_btn03.wpcf7c-conf::placeholder, .wide_top form.wpcf7-form .form .form_root form.wpcf7-form .form input.form_btn03.wpcf7c-conf::placeholder, .wide_top form.wpcf7-form .form input.form_btn01.wpcf7c-conf::placeholder, .wide_top form.wpcf7-form .form input.form_btn02.wpcf7c-conf::placeholder, .wide_top form.wpcf7-form .form input.form_btn03.wpcf7c-conf::placeholder {
  color: transparent;
}
.form_root form.wpcf7-form .form input.form_btn02, .wide_top form.wpcf7-form .form input.form_btn02 {
  max-width: 280px;
  height: 70px;
  background-image: url(../../../../images/form_btn02.png);
  margin: 0 auto 10px;
}
@media screen and (max-width: 980px) {
  .form_root form.wpcf7-form .form input.form_btn02, .wide_top form.wpcf7-form .form input.form_btn02 {
    max-width: 30%;
  }
}
@media screen and (max-width: 640px) {
  .form_root form.wpcf7-form .form input.form_btn02, .wide_top form.wpcf7-form .form input.form_btn02 {
    max-width: 280px;
    float: none;
    margin: 0 auto;
  }
}
.form_root form.wpcf7-form .form input.form_btn02:hover, .form_root form.wpcf7-form .form input.form_btn02:focus, .form_root form.wpcf7-form .form .wide_top form.wpcf7-form .form input.form_btn02:focus, .wide_top form.wpcf7-form .form .form_root form.wpcf7-form .form input.form_btn02:focus, .wide_top form.wpcf7-form .form input.form_btn02:hover, .wide_top form.wpcf7-form .form input.form_btn02:focus {
  background-image: url(../../../../images/form_btn02.png);
}
.form_root form.wpcf7-form .form input.form_btn03, .wide_top form.wpcf7-form .form input.form_btn03 {
  background-image: url(../../../../images/form_btn03.png);
  max-width: 280px;
  height: 70px;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .form_root form.wpcf7-form .form input.form_btn03, .wide_top form.wpcf7-form .form input.form_btn03 {
    max-width: 380px;
  }
}
@media screen and (max-width: 640px) {
  .form_root form.wpcf7-form .form input.form_btn03, .wide_top form.wpcf7-form .form input.form_btn03 {
    max-width: 280px;
    float: none;
    margin: 0 auto;
  }
}
.form_root form.wpcf7-form .form input.form_btn03:hover, .form_root form.wpcf7-form .form input.form_btn03:focus, .form_root form.wpcf7-form .form .wide_top form.wpcf7-form .form input.form_btn03:focus, .wide_top form.wpcf7-form .form .form_root form.wpcf7-form .form input.form_btn03:focus, .wide_top form.wpcf7-form .form input.form_btn03:hover, .wide_top form.wpcf7-form .form input.form_btn03:focus {
  background-image: url(../../../../images/form_btn03.png);
}
.form_root form.wpcf7-form .form .quotation_site_title, .wide_top form.wpcf7-form .form .quotation_site_title {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .form_root form.wpcf7-form .form p, .wide_top form.wpcf7-form .form p {
    font-size: 14px !important;
  }
}
.form_root form.wpcf7-form .form .form_description, .wide_top form.wpcf7-form .form .form_description {
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .form_root form.wpcf7-form .form .form_description, .wide_top form.wpcf7-form .form .form_description {
    font-size: 108%;
  }
}
.form_root form.wpcf7-form .form .form_description p, .wide_top form.wpcf7-form .form .form_description p {
  box-sizing: border-box !important;
}
.form_root form.sent .formlist, .wide_top form.sent .formlist {
  display: none !important;
}
.form_root form.sent .quotation_site_title, .wide_top form.sent .quotation_site_title {
  display: none;
}
.form_root form.sent .wpcf7-mail-sent-ok, .wide_top form.sent .wpcf7-mail-sent-ok {
  border: none;
  font-size: 24px;
  text-align: center;
}
.form_root form.sent div.wpcf7-mail-sent-ok, .wide_top form.sent div.wpcf7-mail-sent-ok {
  padding: 0 4%;
  box-sizing: border-box;
  border: none;
}
.form_root .form_catch_box img, .wide_top .form_catch_box img {
  margin: -60px 0 0 20px !important;
}
@media screen and (max-width: 1024px) {
  .form_root .form_catch_box img, .wide_top .form_catch_box img {
    margin: -5px 0 0 20px !important;
  }
}
.form_root .form_catch_box p, .wide_top .form_catch_box p {
  overflow: visible !important;
}
.form_root #layout02, .wide_top #layout02 {
  padding: 0;
}
.form_root #layout02 div, .wide_top #layout02 div {
  box-sizing: border-box;
}
.form_root .form_footer #layout05, .form_root .wide_top .form_footer #layout05, .wide_top .form_footer .form_root #layout05, .form_root .form_footer #footer_cnt01, .form_root .wide_top .form_footer #footer_cnt01, .wide_top .form_footer .form_root #footer_cnt01, .form_root .form_footer #RFtNav1, .form_root .wide_top .form_footer #RFtNav1, .wide_top .form_footer .form_root #RFtNav1, .form_root .form_footer #footer_area_description, .form_root .wide_top .form_footer #footer_area_description, .wide_top .form_footer .form_root #footer_area_description, .form_root .form_footer #footer_info, .form_root .wide_top .form_footer #footer_info, .wide_top .form_footer .form_root #footer_info, .wide_top .form_root .form_footer #layout05, .form_root .form_footer .wide_top #layout05, .wide_top .form_footer #layout05, .wide_top .form_root .form_footer #footer_cnt01, .form_root .form_footer .wide_top #footer_cnt01, .wide_top .form_footer #footer_cnt01, .wide_top .form_root .form_footer #RFtNav1, .form_root .form_footer .wide_top #RFtNav1, .wide_top .form_footer #RFtNav1, .wide_top .form_root .form_footer #footer_area_description, .form_root .form_footer .wide_top #footer_area_description, .wide_top .form_footer #footer_area_description, .wide_top .form_root .form_footer #footer_info, .form_root .form_footer .wide_top #footer_info, .wide_top .form_footer #footer_info {
  display: none;
}
.form_root .form_footer #footer_left, .wide_top .form_footer #footer_left {
  width: 100%;
  float: none;
}
/*------------------------------------------------------------------------------------------
 サイドメニュー
 ---------------------------------------------------------------------------------------------*/
#sub .widget ul.RSbNav1, .sp_nav .widget ul.RSbNav1 {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6rem;
  vertical-align: baseline;
  list-style: none;
  margin-bottom: 4% !important;
}
@media screen and (max-width: 1024px) {
  #sub {
    display: none !important;
  }
}
#sub .widget {
  margin: 20px 0 0 0;
}
#sub .widget:first-child {
  margin: 0;
}
@media screen and (min-width: 1025px) {
  #sub {
    margin-bottom: 20px;
  }
}
#sub .RSbNav1 li a.CA1 {
  box-shadow: none;
}
/*------------------------------------------------------------------------------------------
 サイドメニュー（SP）
 ---------------------------------------------------------------------------------------------*/
.sp_nav .widget {
  margin: 20px 0 0 0;
}
.sp_nav .widget:first-child {
  margin: 0;
}
.sp_nav .RSbNav1 li a.CA1 {
  box-shadow: none;
}
.pure-pusher-container {
  overflow: visible !important;
}
.RSbNav1 li.cat-item {
  zoom: 1;
  vertical-align: baseline;
  list-style: none;
}
.RSbNav1 li.cat-item a {
  position: relative;
  display: block;
  margin-bottom: 5px;
  padding: 4px 15px;
  color: #3e3d3d;
  text-decoration: none;
  letter-spacing: initial;
  border-bottom: 1px solid #f3f0dd;
  box-shadow: none;
}
.RSbNav1 li.cat-item a:hover {
  opacity: 0.6;
}
.RSbNav1 li.cat-item a:hover::after {
  left: 0.3em;
}
.RSbNav1 li.cat-item a:hover span:hover {
  opacity: 0.6;
}
.RSbNav1 li.cat-item a::before {
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left-color: #7a0;
  left: 4px;
  box-sizing: border-box;
}
.RSbNav1 li.cat-item ul {
  padding-left: 15px;
}
.RSbNav1 li.cat-item-none {
  display: none !important;
}
/*------------------------------------------------------------------------------
 フッター
 ------------------------------------------------------------------------------*/
/*ナビ*/
#footer_left .CA1::after {
  border: none;
}
#footer_left .cat-item a::after {
  border: none;
}
/*ロゴ*/
.footer_info_inner img {
  max-height: 87px;
}
/*スクロール禁止*/
.noscroll {
  position: fixed;
  overflow-y: scroll;
}
/*------------------------------------------------------------------------------
 ページネーション
 ------------------------------------------------------------------------------*/
.pagination a:hover, .pagination .current {
  background-color: #ccc;
  border: 1px solid #ccc;
  color: #fff;
}
.pagination {
  position: relative;
  padding: 20px 0;
  margin: 0;
  font-size: 14px;
  line-height: 14px;
  clear: both;
}
.pagination::before, .pagination::after {
  display: none !important;
}
.pagination a, .pagination span {
  display: block;
  float: left;
  width: auto;
  padding: 5px 9px;
  margin: 2px 2px 2px 0;
  background-color: #fff;
  color: #555;
  text-decoration: none;
}
.pagination a {
  border: 1px solid #ccc;
}
.pagination .current {
  padding: 5px 9px;
}
/*------------------------------------------------------------------------------
 一覧ボタン
 ------------------------------------------------------------------------------*/
#main_cnt02 .ichiran_box li, .ichiran_box li {
  margin: 5px auto !important;
  padding: 0 !important;
  box-sizing: border-box;
}
.ichiran_box li:last-child .elementor-button-text {
  visibility: hidden;
}
/*------------------------------------------------------------------------------
 プラグイン用
 ------------------------------------------------------------------------------*/
/*Blue Admin */
html {
  margin-top: 0 !important;
}
/*画像回り込みテキスト*/
.float_left_box {
  width: 50% !important;
  float: left !important;
}
.float_left_box_inline {
  padding-left: 2% !important;
}
.float_left_box_inline div {
  display: inline !important;
}
.float_left_box_inline div.float_left_box_inline {
  display: block !important;
}
.float_left_box_inline h2, .float_left_box_inline h3, .float_left_box_inline h4, .float_left_box_inline h5 {
  overflow: hidden;
  clear: none !important;
  padding-right: 0 !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.float_left_box_inline .elementor-widget:first-child h2, .float_left_box_inline .elementor-widget:first-child h3, .float_left_box_inline .elementor-widget:first-child h4, .float_left_box_inline .elementor-widget:first-child h5 {
  margin-top: -10px !important;
}
.float_left_box_inline .elementor-widget-heading .elementor-heading-title {
  line-height: 1.8em !important;
}
.float_left_box_inline p {
  display: inline !important;
  clear: none !important;
  padding-left: 0 !important;
}
.float_left_box_inline .elementor-clearfix::after {
  clear: none !important;
}
.elementor-editor-active .float_left_box_inline .elementor-widget:not(.elementor-element-editable):not(:hover) .elementor-editor-element-settings {
  display: none !important;
}
.elementor-editor-active .float_left_box_inline .elementor.elementor-edit-mode .elementor-editor-widget-settings {
  display: block !important;
}
.elementor-column-gap-wide > .elementor-row {
  padding: 0 10px;
}
@media screen and (max-width: 980px) {
  .elementor-column-gap-wide > .elementor-row {
    padding: 0 5px;
  }
}
@media screen and (max-width: 640px) {
  .elementor-column-gap-wide > .elementor-row {
    padding: 0 1%;
  }
}
.elementor-column-gap-wide > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 20px 10px !important;
}
@media screen and (max-width: 980px) {
  .elementor-column-gap-wide > .elementor-row > .elementor-column > .elementor-element-populated {
    padding: 10px 5px !important;
  }
}
@media screen and (max-width: 640px) {
  .elementor-column-gap-wide > .elementor-row > .elementor-column > .elementor-element-populated {
    padding: 2% 1% !important;
  }
}
@media screen and (max-width: 640px) {
  .elementor-column-gap-wide > .elementor-row > .elementor-column:nth-child(n + 2) > .elementor-element-populated {
    padding: 0 1% 2% !important;
  }
  .elementor-column-gap-wide > .elementor-row > .elementor-column.elementor-col-25 > .elementor-element-populated {
    padding: 4% 2% !important;
  }
  .elementor-column-gap-wide > .elementor-row > .elementor-column.elementor-col-25:nth-child(n + 3) > .elementor-element-populated {
    padding-top: 0 !important;
  }
  .elementor-column-gap-wide > .elementor-row > .elementor-column[data-col="25"] > .elementor-element-populated {
    padding: 4% 2% !important;
  }
  .elementor-column-gap-wide > .elementor-row > .elementor-column[data-col="25"]:nth-child(n + 3) > .elementor-element-populated {
    padding-top: 0 !important;
  }
  .elementor-column-gap-wide > .elementor-row > .elementor-column.elementor-sm-50 > .elementor-element-populated {
    padding: 4% 2% !important;
  }
  .elementor-column-gap-wide > .elementor-row > .elementor-column.elementor-sm-33 > .elementor-element-populated {
    padding: 6% 3% !important;
  }
  .elementor-column-gap-wide > .elementor-row > .elementor-column.elementor-sm-25 > .elementor-element-populated {
    padding: 8% 4% !important;
  }
  .elementor-column-gap-wide > .elementor-row > .elementor-column.elementor-sm-25:nth-child(n + 3) > .elementor-element-populated {
    padding: 8% 4% !important;
  }
  .elementor-column-gap-wide > .elementor-row > .elementor-column.elementor-sm-25.elementor-col-25:nth-child(n + 3) > .elementor-element-populated {
    padding: 8% 4% !important;
  }
  .elementor-column-gap-wide > .elementor-row > .elementor-column.elementor-sm-20 > .elementor-element-populated {
    padding: 10% 5% !important;
  }
}
.elementor-column-gap-wider > .elementor-row {
  padding: 0 10px;
}
@media screen and (max-width: 980px) {
  .elementor-column-gap-wider > .elementor-row {
    padding: 0 5px;
  }
}
@media screen and (max-width: 640px) {
  .elementor-column-gap-wider > .elementor-row {
    padding: 0 1%;
  }
}
.elementor-column-gap-wider > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 0 10px 20px !important;
}
@media screen and (max-width: 980px) {
  .elementor-column-gap-wider > .elementor-row > .elementor-column > .elementor-element-populated {
    padding: 0 5px 10px !important;
  }
}
@media screen and (max-width: 640px) {
  .elementor-column-gap-wider > .elementor-row > .elementor-column > .elementor-element-populated {
    padding: 0 1% 2% !important;
  }
}
@media screen and (max-width: 640px) {
  .elementor-column-gap-wider > .elementor-row > .elementor-column:nth-child(n + 2) > .elementor-element-populated {
    padding: 0 1% 2% !important;
  }
}
@media screen and (max-width: 640px) {
  .elementor-column-gap-wider > .elementor-row > .elementor-column.elementor-col-25 > .elementor-element-populated {
    padding: 0 2% 4% !important;
  }
  .elementor-column-gap-wider > .elementor-row > .elementor-column.elementor-col-25:nth-child(n + 3) > .elementor-element-populated {
    padding-top: 0 !important;
  }
  .elementor-column-gap-wider > .elementor-row > .elementor-column[data-col="25"] > .elementor-element-populated {
    padding: 0 2% 4% !important;
  }
  .elementor-column-gap-wider > .elementor-row > .elementor-column[data-col="25"]:nth-child(n + 3) > .elementor-element-populated {
    padding-top: 0 !important;
  }
  .elementor-column-gap-wider > .elementor-row > .elementor-column.elementor-sm-50 > .elementor-element-populated {
    padding: 0 2% 4% !important;
  }
  .elementor-column-gap-wider > .elementor-row > .elementor-column.elementor-sm-33 > .elementor-element-populated {
    padding: 0 3% 6% !important;
  }
  .elementor-column-gap-wider > .elementor-row > .elementor-column.elementor-sm-25 > .elementor-element-populated {
    padding: 0 8% 4% !important;
  }
  .elementor-column-gap-wider > .elementor-row > .elementor-column.elementor-sm-25:nth-child(n + 3) > .elementor-element-populated {
    padding: 0 8% 4% !important;
  }
  .elementor-column-gap-wider > .elementor-row > .elementor-column.elementor-sm-25.elementor-col-25:nth-child(n + 3) > .elementor-element-populated {
    padding: 0 8% 4% !important;
  }
  .elementor-column-gap-wider > .elementor-row > .elementor-column.elementor-sm-20 > .elementor-element-populated {
    padding: 5% 10% !important;
  }
}
@media screen and (min-width: 641px) {
  .elementor-column.elementor-col-20, .elementor-column[data-col="20"] {
    width: 20%;
  }
  .elementor-column.elementor-col-25, .elementor-column[data-col="25"] {
    width: 25%;
  }
  .elementor-column.elementor-col-33, .elementor-column[data-col="33"] {
    width: 33%;
  }
  .elementor-column.elementor-col-50, .elementor-column[data-col="50"] {
    width: 50%;
  }
  .elementor-column.elementor-col-66, .elementor-column[data-col="66"] {
    width: 66%;
  }
  .elementor-reverse-mobile > .elementor-container > .elementor-row {
    flex-direction: row !important;
    -webkit-box-direction: normal !important;
  }
}
@media screen and (max-width: 640px) {
  .elementor-column.elementor-col-25, .elementor-column[data-col="25"] {
    width: 50%;
  }
}
/*非表示設定*/
@media screen and (min-width: 640px) and (max-width: 1024px) {
  body:not(.elementor-editor-active) .elementor-hidden-tablet {
    display: none !important;
  }
}
@media screen and (min-width: 641px) {
  body:not(.elementor-editor-active) .elementor-hidden-phone {
    display: block !important;
  }
}
@media screen and (max-width: 640px) {
  body:not(.elementor-editor-active) .elementor-hidden-phone {
    display: none !important;
  }
}
/*編集不可領域*/
.unditable_area {
  pointer-events: none;
}
/*デフォルトの余白を隙間なしに*/
.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 0 !important;
}
/*Elementor画像ウィジェット ホバー処理*/
#wrapper .pg .elementor a:hover img {
  opacity: 0.6;
}
/*------------------------------------------------------------------------------
 施工事例・お客様の声
 ------------------------------------------------------------------------------*/
/*コメントとボタンの間の余白*/
li.works_box_ccomment {
  margin-bottom: 4%;
}
/*インデックスボタン*/
#works_index_banner li {
  display: flex;
  align-items: center;
}
#works_index_banner li span {
  padding: 15px 1em 15px 0 !important;
}
@media screen and (max-width: 640px) {
  #works_index_banner li span {
    padding-right: 0 !important;
  }
}
#works_index_banner a {
  width: 100%;
}
@media screen and (max-width: 480px) {
  #works_index_banner.works_2col li {
    width: 100% !important;
    margin: 1% 0 0;
  }
  #works_index_banner.works_3col li {
    width: 49% !important;
    margin-right: 2% !important;
  }
  #works_index_banner.works_3col li:nth-child(2n) {
    margin-right: 0 !important;
  }
  #works_index_banner.works_3col li:nth-child(2n - 1) {
    clear: both;
  }
}
/*サムネイルボーダー調整*/
.pic_frame img {
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  vertical-align: bottom;
  -webkit-transform: translate3d(0, 0, 0);
}
.entry_voice_box p {
  display: inline;
}
.entry_voice_box_pic {
  max-width: 48% !important;
}
.entry_voice_box_pic .pic_frame img {
  position: relative;
}
/*事例・声 slider pager*/
@media screen and (max-width: 640px) {
  .cnt_works_box .bx-wrapper .bx-pager {
    padding-top: 0;
    text-align: center !important;
  }
  .cnt_works_box .bx-wrapper .bx-pager.bx-default-pager a {
    background: #ddd;
  }
  .cnt_works_box .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000;
  }
  .cnt_works_box .bx-wrapper .bx-viewport {
    max-height: none;
    width: 711px !important;
    overflow: visible !important;
  }
}
/*------------------------------------------------------------------------------
 ギャラリー
 ------------------------------------------------------------------------------*/
.gallery {
  margin-bottom: 2%;
}
.gallery-item {
  float: left;
  margin: 0;
  padding: 0 1% 2%;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}
.gallery-item img {
  margin-bottom: 0.5em;
}
.gallery-item .gallery-icon img {
  width: 100%;
}
.gallery-columns-1 .gallery-item {
  max-width: 100%;
}
.gallery-columns-1 .gallery-item:nth-of-type(1n) {
  margin-right: 0;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-2 .gallery-item:nth-child(2n - 1) {
  clear: both;
}
.gallery-columns-2 .gallery-item:nth-of-type(2n) {
  margin-right: 0;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33333%;
}
@media screen and (max-width: 640px) {
  .gallery-columns-3 .gallery-item {
    max-width: 50%;
  }
}
.gallery-columns-3 .gallery-item:nth-child(3n - 2) {
  clear: both;
}
@media screen and (max-width: 640px) {
  .gallery-columns-3 .gallery-item:nth-child(3n - 2) {
    clear: none;
  }
}
@media screen and (max-width: 640px) {
  .gallery-columns-3 .gallery-item:nth-child(2n - 1) {
    clear: both;
  }
}
.gallery-columns-3 .gallery-item:nth-of-type(3n) {
  margin-right: 0;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
@media screen and (max-width: 640px) {
  .gallery-columns-4 .gallery-item {
    max-width: 50%;
  }
}
.gallery-columns-4 .gallery-item:nth-child(4n - 3) {
  clear: both;
}
@media screen and (max-width: 640px) {
  .gallery-columns-4 .gallery-item:nth-child(4n - 3) {
    clear: none;
  }
}
@media screen and (max-width: 640px) {
  .gallery-columns-4 .gallery-item:nth-child(2n - 1) {
    clear: both;
  }
}
.gallery-columns-4 .gallery-item:nth-of-type(4n) {
  margin-right: 0;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
@media screen and (max-width: 640px) {
  .gallery-columns-5 .gallery-item {
    max-width: 50%;
  }
}
.gallery-columns-5 .gallery-item:nth-child(5n - 4) {
  clear: both;
}
@media screen and (max-width: 640px) {
  .gallery-columns-5 .gallery-item:nth-child(5n - 4) {
    clear: none;
  }
}
@media screen and (max-width: 640px) {
  .gallery-columns-5 .gallery-item:nth-child(2n - 1) {
    clear: both;
  }
}
.gallery-columns-5 .gallery-item:nth-of-type(5n) {
  margin-right: 0;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66667%;
}
@media screen and (max-width: 640px) {
  .gallery-columns-6 .gallery-item {
    max-width: 50%;
  }
}
.gallery-columns-6 .gallery-item:nth-child(6n - 5) {
  clear: both;
}
@media screen and (max-width: 640px) {
  .gallery-columns-6 .gallery-item:nth-child(6n - 5) {
    clear: none;
  }
}
@media screen and (max-width: 640px) {
  .gallery-columns-6 .gallery-item:nth-child(2n - 1) {
    clear: both;
  }
}
.gallery-columns-6 .gallery-item:nth-of-type(6n) {
  margin-right: 0;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28571%;
}
@media screen and (max-width: 640px) {
  .gallery-columns-7 .gallery-item {
    max-width: 50%;
  }
}
.gallery-columns-7 .gallery-item:nth-child(7n - 6) {
  clear: both;
}
@media screen and (max-width: 640px) {
  .gallery-columns-7 .gallery-item:nth-child(7n - 6) {
    clear: none;
  }
}
@media screen and (max-width: 640px) {
  .gallery-columns-7 .gallery-item:nth-child(2n - 1) {
    clear: both;
  }
}
.gallery-columns-7 .gallery-item:nth-of-type(7n) {
  margin-right: 0;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
@media screen and (max-width: 640px) {
  .gallery-columns-8 .gallery-item {
    max-width: 50%;
  }
}
.gallery-columns-8 .gallery-item:nth-child(8n - 7) {
  clear: both;
}
@media screen and (max-width: 640px) {
  .gallery-columns-8 .gallery-item:nth-child(8n - 7) {
    clear: none;
  }
}
@media screen and (max-width: 640px) {
  .gallery-columns-8 .gallery-item:nth-child(2n - 1) {
    clear: both;
  }
}
.gallery-columns-8 .gallery-item:nth-of-type(8n) {
  margin-right: 0;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11111%;
}
@media screen and (max-width: 640px) {
  .gallery-columns-9 .gallery-item {
    max-width: 50%;
  }
}
.gallery-columns-9 .gallery-item:nth-child(9n - 8) {
  clear: both;
}
@media screen and (max-width: 640px) {
  .gallery-columns-9 .gallery-item:nth-child(9n - 8) {
    clear: none;
  }
}
@media screen and (max-width: 640px) {
  .gallery-columns-9 .gallery-item:nth-child(2n - 1) {
    clear: both;
  }
}
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}
.gallery::after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
.elementor-image-gallery .gallery-columns-2 .gallery-item:nth-child(2n - 1) {
  clear: none;
}
.elementor-image-gallery .gallery-columns-3 .gallery-item:nth-child(3n - 2) {
  clear: none;
}
.elementor-image-gallery .gallery-columns-4 .gallery-item:nth-child(4n - 3) {
  clear: none;
}
.elementor-image-gallery .gallery-columns-5 .gallery-item:nth-child(5n - 4) {
  clear: none;
}
.elementor-image-gallery .gallery-columns-6 .gallery-item:nth-child(6n - 5) {
  clear: none;
}
.elementor-image-gallery .gallery-columns-7 .gallery-item:nth-child(7n - 6) {
  clear: none;
}
.elementor-image-gallery .gallery-columns-8 .gallery-item:nth-child(8n - 7) {
  clear: none;
}
.elementor-image-gallery .gallery-columns-9 .gallery-item:nth-child(9n - 8) {
  clear: none;
}
.elementor-image-gallery .gallery-item {
  float: none;
}
/*img*/
.aligncenter {
  display: block;
  margin: 0 auto;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
img[class*="wp-image-"], img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}
img.alignleft {
  margin: 0 2% 2% 0;
}
@media screen and (max-width: 1024px) {
  img.alignleft {
    max-width: 50% !important;
  }
}
img.alignright {
  margin: 0 0 2% 2%;
}
@media screen and (max-width: 1024px) {
  img.alignright {
    max-width: 50% !important;
  }
}
/*switchとelementor　競合解消*/
.elementor .elementor-invisible img {
  visibility: hidden !important;
}
/*------------------------------------------------------------------------------
 リンク・ボタン
 ------------------------------------------------------------------------------*/
.all_listbox a:visited {
  color: #000;
}
.all_listbox a:link {
  color: #000;
}
:not(a).bg-info a, :not(a).bg-info:hover a, :not(a).bg-success a, :not(a).bg-success:hover a, :not(a).bg-warning a, :not(a).bg-warning:hover a, :not(a).bg-danger a, :not(a).bg-danger:hover a {
  border: none !important;
  box-shadow: none !important;
  background: none !important;
  transition: none !important;
  text-decoration: none !important;
}
li.bg-info:hover, li.bg-success:hover, li.bg-warning:hover, li.bg-danger:hover {
  opacity: 0.6;
}
/*------------------------------------------------------------------------------
 共通フリーエリアブログ
 ------------------------------------------------------------------------------*/
/*内部ブログCSS*/
#main .blog_belt01, .blog_main_top .blog_belt01 {
  margin: 10px 0 23px;
  padding: 10px 5px 10px 10px;
  position: relative;
  color: #fff;
  background: #707070;
}
#main .blog_belt01::after, .blog_main_top .blog_belt01::after, #main .blog_belt01::before, .blog_main_top .blog_belt01::before {
  content: '';
  position: absolute;
  top: 100%;
  height: auto;
  width: 0;
}
#main .blog_belt01::after, .blog_main_top .blog_belt01::after {
  left: 40px;
  border: 10px solid transparent;
  border-top: 10px solid #707070;
}
#main .blog_belt01::before, .blog_main_top .blog_belt01::before {
  left: 37px;
  border: 13px solid transparent;
  border-top: 13px solid #707070;
}
#main .blog_btn01, .blog_main_top .blog_btn01 {
  padding: 6px 15px;
  box-shadow: inset 0 1px 0 0 #fff;
  background-color: #f3f0e7;
  border-radius: 6px;
  border: 1px solid #dcdcdc;
  display: inline-block;
  text-shadow: 0 1px 0 #fff;
  color: #777;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
}
#main .blog_btn01:hover, .blog_main_top .blog_btn01:hover {
  background: #f3f0e7;
}
#main .blog_btn01:active, .blog_main_top .blog_btn01:active {
  position: relative;
  top: 1px;
}
#main .blog_belt01 {
  font-size: 120%;
}
@media screen and (max-width: 360px) {
  #main .blog_belt01 {
    font-size: 100%;
  }
}
.blog_main_top {
  width: 100%;
  float: right;
  clear: right;
  font-size: 90%;
}
@media screen and (max-width: 640px) {
  .blog_main_top {
    width: 100%;
  }
}
.blog_main_top .blog_belt01 {
  margin-top: 0;
  font-size: 120%;
  font-weight: normal;
}
@media screen and (max-width: 360px) {
  .blog_main_top .blog_belt01 {
    font-size: 150%;
  }
}
.blog_main_top .blog_belt01 .blog_br {
  display: block;
  float: none !important;
  margin: 0 !important;
}
@media screen and (max-width: 980px) {
  .blog_main_top .blog_belt01 .blog_br {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .blog_main_top .text_overflow {
    font-size: 13px;
  }
}
#main_top_cnt05 {
  width: 100%;
  margin: 0 auto;
  color: #000;
}
#main_top_cnt05 .blog_belt01 .no-wrap {
  margin: 6px 0 0;
  padding: 0;
  white-space: nowrap;
  display: inline;
  float: left;
  font-size: 90%;
}
@media screen and (max-width: 980px) {
  #main_top_cnt05 .blog_belt01 .no-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 360px) {
  #main_top_cnt05 .blog_belt01 .no-wrap {
    width: 100%;
  }
}
#main_top_cnt05 .blog_belt01 span {
  margin: 0 0.5%;
  float: right;
}
@media screen and (max-width: 360px) {
  #main_top_cnt05 .blog_belt01 span {
    width: 49%;
  }
}
#main_top_cnt05 h3 {
  border-bottom: 3px solid #423930;
  color: #423930;
}
#main_top_cnt05 li {
  width: 98%;
  margin: 1% auto;
  position: relative;
}
#main_top_cnt05 .blog_txtcnt {
  overflow: hidden;
}
#main_top_cnt05 .blog_txtcnt li {
  padding: 0;
}
#main_top_cnt05 a {
  color: #333;
  text-decoration: none;
}
#main_top_cnt05 img {
  width: 100%;
}
@media screen and (max-width: 360px) {
  #main_top_cnt05 img {
    width: 99.6%;
  }
}
#main_top_cnt05 .text-overflow {
  margin-bottom: 35px;
  font-size: 14px;
}
#main_top_cnt05 .blog_btn01_1 {
  text-align: right;
}
#main_top_cnt05 .blog_btn01_1 > span {
  padding: 5px 10px;
  font-size: 12px;
}
.blogh2_01 {
  display: inline;
}
@media screen and (max-width: 480px) {
  .blogh2_01 {
    display: block;
  }
}
.blogh2_02 {
  display: inline;
}
@media screen and (max-width: 980px) {
  #layout05 .is_1per2 li:first-child {
    overflow: hidden;
  }
}
@media screen and (max-width: 640px) {
  #layout05 .is_1per2 li {
    width: 100%;
  }
  #layout05 .is_1per2 li + li {
    margin-top: 2%;
  }
}
@media screen and (max-width: 640px) {
  #layout05 .cnt_fbblog_box .is_iper2 li {
    width: 100%;
  }
  #layout05 .cnt_fbblog_box .is_iper2 > li:first-of-type {
    text-align: center;
  }
  #layout05 .cnt_fbblog_box .cnt_info_box .is_1per2 li {
    width: 50%;
  }
}
.line01 {
  display: block;
  height: 0;
  margin: 15px 0;
  padding: 0;
  background: none;
  border-top: 1px dashed #bbb;
  border-bottom: 1px dashed #bbb;
}
.widget-list-item {
  margin: 5px 20px;
}
.widget-list-item a {
  color: #412f28;
}
@media screen and (max-width: 1024px) {
  .widget-archive-category, .widget-recent-entries, .widget-archive-monthly {
    width: 32.6%;
    float: left;
    margin: 0 0.3%;
  }
}
@media screen and (max-width: 480px) {
  .widget-archive-category, .widget-recent-entries, .widget-archive-monthly {
    width: 100%;
    float: none;
    margin: 0;
  }
}
.blog_topic li {
  width: 32.3%;
  margin: 1% 0.5%;
  float: left;
  text-align: center;
}
.blog_list_border {
  width: 100%;
  border-bottom: 1px solid #ff8a00;
  color: #ff8a00;
}
/*facebook併用の追加点*/
#facebook_blog {
  width: 96%;
  max-width: 940px;
  margin: 20px auto;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  #facebook_blog {
    margin: 2% auto;
  }
}
@media screen and (max-width: 640px) {
  #facebook_blog {
    width: 100%;
    margin: 0 0 2%;
    text-align: center;
  }
}
#facebook_box {
  width: 48%;
  float: left;
  margin-right: 2%;
  overflow: hidden;
}
#blogbanner_box {
  width: 50%;
  float: left;
  text-align: right;
}
@media screen and (max-width: 640px) {
  #blogbanner_box {
    width: 98%;
    margin: 0 1% 1%;
  }
}
#blog_banner_title {
  float: right;
  margin-bottom: 1%;
}
#blog_banner_02, #blog_banner_03 {
  float: right;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  #blog_banner_02, #blog_banner_03 {
    margin-bottom: 2%;
  }
}
/*------------------------------------------------------------------------------
 お客様の声 エディタ
 ------------------------------------------------------------------------------*/
.type-voice.pg .entry_voice_box {
  margin-top: 2%;
}
.type-voice.pg p {
  padding: 0 0 10px;
}
@media screen and (max-width: 1024px) {
  .type-voice.pg p {
    padding: 0 0 2%;
  }
}
.type-voice.pg p::after {
  content: '';
  display: block;
  width: 0;
  font-size: 0 !important;
  visibility: hidden;
}
@media all and (-ms-high-contrast: none) {
  .type-voice.pg p::after {
    padding-bottom: 14px;
  }
}
.cnt_notice_box {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}
/*------------------------------------------------------------------------------
 フローティングバナー
 ------------------------------------------------------------------------------*/
#sub_r {
  position: absolute;
  top: 0;
  width: 150px;
  height: 182px;
  margin: 20px 0 0 990px;
  z-index: 9999;
}
@media screen and (max-width: 1024px) {
  #sub_r {
    display: none !important;
  }
}
#sub_r p {
  width: 108px;
  height: 179px;
  background: url('../../../../images/banner.png') no-repeat scroll 0px 0px transparent;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#sub_r a:hover p {
  opacity: 0.6;
}
#sub_r table {
  border-collapse: collapse;
  border: none;
}
#sub_ft table, #sub_ft_sp table {
  border-collapse: collapse;
  border: none;
}
#sub_ft_box {
  position: relative;
  width: 940px;
  margin: 0 auto;
  z-index: 9999;
}
@media screen and (max-width: 1024px) {
  #sub_ft_box {
    width: 100%;
  }
}
#sub_ft_box #sub_ft {
  position: fixed;
  top: 100%;
  width: 940px;
  height: 100px;
  margin: -100px 0 0;
  line-height: 0;
  z-index: 9999;
}
@media screen and (max-width: 1024px) {
  #sub_ft_box #sub_ft {
    width: 100%;
    height: 10.5%;
    margin: -10.5% 0 0;
  }
}
@media screen and (max-width: 640px) {
  #sub_ft_box #sub_ft {
    display: none !important;
    width: 100%;
    height: 10.1%;
    margin: -10.1% 0 0;
  }
}
#sub_ft_box #sub_ft a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha( opacity=100 )";
}
#sub_ft_box #sub_ft img {
  width: 100%;
}
#sub_ft_box #sub_ft table {
  margin: 0 auto;
  /*TODO*/
}
@media screen and (max-width: 1024px) {
  #sub_ft_box #sub_ft table tr td {
    float: left;
  }
}
#sub_ft_box #sub_ft table tr td:first-of-type {
  width: 87.2%;
}
#sub_ft_box #sub_ft table tr td:last-of-type {
  width: 12.8%;
}
#sub_ft_box #sub_ft_sp {
  display: none !important;
  position: fixed;
  width: 100%;
  height: auto;
  left: 0;
  bottom: 0;
  margin: 0;
  line-height: 0;
  z-index: 9999;
}
@media screen and (max-width: 640px) {
  #sub_ft_box #sub_ft_sp {
    display: block !important;
  }
}
#sub_ft_box #sub_ft_sp img {
  width: 100%;
}
/*------------------------------------------------------------------------------
 会社案内
 ------------------------------------------------------------------------------*/
#cnt_about_box {
  width: 96%;
  max-width: 940px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#cnt_about_box p {
  width: 100%;
  margin: 0 auto 20px;
}
@media screen and (max-width: 1024px) {
  #cnt_about_box p {
    margin: 0 auto 2%;
  }
}
#cnt_about_box .cnt_about_btn {
  margin: 20px auto;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  #cnt_about_box .cnt_about_btn {
    margin: 2% auto;
  }
}
#cnt_about_box .cnt_about_btn ul {
  width: 100%;
}
#cnt_about_box .cnt_about_btn ul li {
  width: -webkit-calc(25% - 15px);
  width: calc(25% - 15px);
  float: left;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  #cnt_about_box .cnt_about_btn ul li {
    width: 23.5%;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  #cnt_about_box .cnt_about_btn ul li {
    width: 49%;
    margin: 0 !important;
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  #cnt_about_box .cnt_about_btn ul li:nth-child(2n) {
    margin-left: 2% !important;
  }
}
@media screen and (max-width: 640px) {
  #cnt_about_box .cnt_about_btn ul li:nth-child(n+3) {
    margin-top: 2% !important;
  }
}
#cnt_about_box .cnt_about_btn ul li + li {
  margin-left: 20px;
}
@media screen and (max-width: 1024px) {
  #cnt_about_box .cnt_about_btn ul li + li {
    margin-left: 2%;
  }
}
#cnt_about_box .cnt_about_btn ul li a {
  padding: 0 10px;
  display: block;
}
#cnt_about_box .cnt_about_btn ul li a span {
  padding: 15px 0;
  display: block;
  text-align: center;
}
/*------------------------------------------------------------------------------
 Unique
 ------------------------------------------------------------------------------*/
.overflow-h {
  overflow: hidden;
}
strong {
  font-size: 1.125em;
  font-weight: bold;
  background: linear-gradient(transparent 95%, #f1d47b 95%);
}
/*------------------------------------------------------------------------------
 + add lee
 ------------------------------------------------------------------------------*/
.width-980 {
  position: relative;
  width: 980px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px !important;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .width-980 {
    padding: 0 2% !important;
  }
}
h2.top_h2 {
  position: relative;
  margin: 0 auto 40px;
  padding: 60px 0 0 20px;
  font-size: 30px;
  font-weight: 600;
  color: #490e04;
  border-left: 2px solid #f1b000;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  h2.top_h2 {
    margin: 0 auto 4%;
    padding: 6% 0 0 2%;
    font-size: 26px;
  }
}
@media screen and (max-width: 640px) {
  h2.top_h2 {
    font-size: 20px;
  }
}
h2.top_h2 span.top_h2_title {
  position: relative;
}
h2.top_h2 span.top_h2_title::after {
  position: absolute;
  display: inline-block;
  width: 100%;
  bottom: 0;
  margin-left: 20px;
  font-size: 24px;
  color: #f1b000;
}
@media screen and (max-width: 1024px) {
  h2.top_h2 span.top_h2_title::after {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  h2.top_h2 span.top_h2_title::after {
    font-size: 16px;
  }
}
h2.top_h2 span.top_h2_txt {
  display: block;
  font-size: 18px;
  font-weight: normal;
}
@media screen and (max-width: 640px) {
  h2.top_h2 span.top_h2_txt {
    font-size: 16px;
  }
}
.section001 {
  padding: 60px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .section001 {
    padding: 6% 0;
  }
}
.section001 h2 {
  margin: 0 auto 20px;
  font-size: 32px;
  line-height: 1.2em;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .section001 h2 {
    margin: 0 auto 2%;
  }
}
.section001 h2 span {
  display: inline-block;
  font-size: 54px;
}
.section001 h2 span span {
  font-size: 67px;
}
.section001 h3 {
  margin: 0 auto 20px;
  padding: 10px 20px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1;
  background: #4f3b1f;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .section001 h3 {
    margin: 0 auto 10px;
  }
}
.section001__inner--number1 {
  margin: 0 auto 40px;
}
@media screen and (max-width: 1024px) {
  .section001__inner--number1 {
    margin: 0 auto 4%;
  }
}
.section001__inner--number1 ul li {
  float: left;
  width: 49%;
  margin-right: 2%;
}
.section001__inner--number1 ul li:last-of-type {
  margin-right: 0;
}
.section001__inner--brand {
  margin: 0 auto 60px;
}
@media screen and (max-width: 1024px) {
  .section001__inner--brand {
    margin: 0 auto 6%;
  }
}
.section001__inner--brand ul li {
  float: left;
}
.section001__inner--brand ul li:first-of-type {
  width: 58%;
  max-width: 538px;
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  .section001__inner--brand ul li:first-of-type {
    margin-right: 1%;
  }
}
@media screen and (max-width: 640px) {
  .section001__inner--brand ul li:first-of-type {
    float: none;
    width: 100%;
    margin: 0 auto 2%;
    max-width: none;
  }
}
.section001__inner--brand ul li:first-of-type div {
  float: left;
  width: 49%;
  max-width: 259px;
  margin-right: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .section001__inner--brand ul li:first-of-type div {
    margin-right: 2%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 640px) {
  .section001__inner--brand ul li:first-of-type div {
    max-width: 100%;
    margin-bottom: 2%;
  }
}
.section001__inner--brand ul li:first-of-type div:nth-of-type(2n) {
  margin-right: 0;
}
.section001__inner--brand ul li:first-of-type div:nth-of-type(n+3) {
  margin-bottom: 0;
}
.section001__inner--brand ul li:last-of-type {
  width: 41%;
  max-width: 382px;
}
@media screen and (max-width: 640px) {
  .section001__inner--brand ul li:last-of-type {
    float: none;
    clear: both;
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 640px) {
  .section001__inner--brand ul li:last-of-type div {
    float: left;
    width: 49%;
    margin-right: 2%;
  }
}
.section001__inner--brand ul li:last-of-type div:first-of-type {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .section001__inner--brand ul li:last-of-type div:first-of-type {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 640px) {
  .section001__inner--brand ul li:last-of-type div:first-of-type {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  .section001__inner--brand ul li:last-of-type div:last-of-type {
    margin-right: 0;
  }
}
.section001__inner--banner span {
  position: relative;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.section001__inner--banner span::after {
  content: '';
  display: block;
  width: 1px;
  height: 30px;
  left: 0;
  right: 0;
  margin: auto;
  background: #491c03;
}
.section001__inner--banner div:not(:last-of-type) {
  margin: 0 auto 40px;
}
@media screen and (max-width: 1024px) {
  .section001__inner--banner div:not(:last-of-type) {
    margin: 0 auto 4%;
  }
}
.section002 {
  padding: 0 0 60px;
  box-sizing: border-box;
  background: #f3f0dd;
}
@media screen and (max-width: 1024px) {
  .section002 {
    padding: 0 0 6%;
  }
}
.section002 a {
  display: block;
  font-size: 16px;
}
.section002 a:hover, .section002 a:link, .section002 a:visited {
  color: #0c0407;
  text-decoration: none;
}
.section002 h3 {
  margin: 0 auto 30px;
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 2px solid #cfccb2;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .section002 h3 {
    margin: 0 auto 3%;
  }
}
@media screen and (max-width: 640px) {
  .section002 h3 {
    font-size: 18px;
  }
}
.section002 h3 img {
  margin: 0 auto;
}
.section002 .top_h2_title:after {
  content: 'news';
}
.section002__btn {
  margin-top: 20px;
}
.section002__btn .elementor-widget-button + .elementor-widget-button {
  margin-top: 10px;
}
.section002__inner ul li {
  float: left;
  width: 49%;
  margin-right: 2%;
}
@media screen and (max-width: 640px) {
  .section002__inner ul li {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 2%;
  }
}
@media screen and (max-width: 640px) {
  .section002__inner ul li:first-of-type {
    margin-bottom: 8%;
  }
}
.section002__inner ul li:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  .section002__inner ul li:last-of-type {
    margin-bottom: 0;
  }
}
.section002__inner__post > div {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .section002__inner__post > div {
    margin-bottom: 2%;
  }
}
.section002__inner__post > div:last-of-type {
  margin-bottom: 0;
}
.section002__inner__post--thumb {
  position: relative;
  float: left;
  width: 28%;
  margin-right: 2%;
  padding-bottom: 20%;
  overflow: hidden;
  z-index: 1;
}
.section002__inner__post--thumb img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: auto;
  z-index: 0;
}
.section002__inner__post--date {
  display: block;
  margin-bottom: 10px;
}
.section002__inner__post--date .all_color {
  color: #f1b000;
}
.section002__inner__post--date .blog_color {
  color: #4da50d;
}
.section003 {
  padding: 0 0 60px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .section003 {
    padding: 0 0 6%;
  }
}
.section003 h2.top_h2 {
  border-color: #4da50d;
}
.section003 h2.top_h2 span.top_h2_title::after {
  content: 'works';
  color: #4da50d;
}
.section003 h3 {
  margin: 0 auto 20px;
  padding-bottom: 10px;
  font-size: 20px;
  text-align: center;
  border-bottom: 2px solid #cfccb2;
}
@media screen and (max-width: 1024px) {
  .section003 h3 {
    margin: 0 auto 2%;
  }
}
.section003__inner--category {
  margin: 0 auto 40px;
}
@media screen and (max-width: 1024px) {
  .section003__inner--category {
    margin: 0 auto 4%;
  }
}
.section003__inner--category ul li {
  display: inline-block;
  margin-right: 25px;
}
@media screen and (max-width: 480px) {
  .section003__inner--category ul li {
    font-size: 14px;
  }
}
.section003__inner--category ul li a {
  color: #000;
}
.section003__inner--category ul li a:link, .section003__inner--category ul li a:visited, .section003__inner--category ul li a:hover {
  color: #000;
  text-decoration: none;
}
.section003__inner--category ul li i {
  margin-left: 10px;
  color: #f1b000;
}
.section003__inner--banner span {
  position: relative;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.section003__inner--banner span::after {
  content: '';
  display: block;
  width: 1px;
  height: 30px;
  left: 0;
  right: 0;
  margin: auto;
  background: #491c03;
}
.section005 {
  margin: 0 auto 40px;
}
@media screen and (max-width: 1024px) {
  .section005 {
    margin: 0 auto 4%;
  }
}
@media screen and (max-width: 640px) {
  .section005 {
    margin: 0 auto 6%;
  }
}
.section005 h2.top_h2 {
  border-color: #4da50d;
}
.section005 h2.top_h2 span.top_h2_title::after {
  content: 'voice';
  color: #4da50d;
}
.section005 h3 {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .section005 h3 {
    font-size: 18px;
  }
}
.section005 h3 span {
  font-size: 1.3em;
}
.section005 h3 img {
  margin: 0 auto;
}
.section006 {
  margin: 0 auto 60px;
}
@media screen and (max-width: 1024px) {
  .section006 {
    margin: 0 auto 6%;
  }
}
.section006 h2.top_h2 {
  border-color: #4da50d;
  border-top: 2px solid #490e04;
}
.section006 h2.top_h2 span.top_h2_title::after {
  content: 'events';
  color: #4da50d;
}
.section007 {
  padding: 0 0 60px;
  background: #f3f0dd;
}
@media screen and (max-width: 1024px) {
  .section007 {
    padding: 0 0 6%;
  }
}
.section007 h2.top_h2 span.top_h2_title::after {
  content: 'menu';
}
@media screen and (max-width: 640px) {
  #partsworks_03 .works_box.list_events .bx-pager.bx-default-pager a, #partsworks_03 .works_box.list_works .bx-pager.bx-default-pager a {
    background: #f3f0dd;
  }
}
@media screen and (max-width: 640px) {
  #partsworks_03 .bx-wrapper {
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 640px) {
  #partsworks_03 .bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
    border-radius: 0;
  }
}
@media screen and (max-width: 640px) {
  #partsworks_03 .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #f1b000;
  }
}
@media screen and (max-width: 640px) {
  #partsworks_03 .bx-wrapper .bx-controls-direction {
    display: none;
  }
}
#partsworks_03 .works_box .works_block2 .works_box_menu_category {
  margin-top: 10px !important;
  padding-bottom: 10px;
  color: #f1b000;
  font-size: 14px;
}
#partsworks_03 .works_box .works_block2 .works_box_menu_title {
  margin: 0 auto 10px !important;
  padding-bottom: 10px;
  border-bottom: 2px solid #cfccb2;
}
#partsworks_03 .works_box .works_block2 .works_box_menu_price {
  position: relative;
  font-size: 28px;
  font-weight: 900;
  color: #000;
  line-height: 1em;
}
@media screen and (max-width: 768px) {
  #partsworks_03 .works_box .works_block2 .works_box_menu_price {
    font-size: 24px;
  }
}
#partsworks_03 .works_box .works_block2 .works_box_menu_price::before {
  content: 'WEB\A限定';
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-right: -2px;
  padding-top: 12px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 1.2em;
  background: #490e04;
  border-radius: 50%;
  white-space: pre;
  box-sizing: border-box;
}
#partsworks_03 .works_box .works_block2 .works_box_menu_price > div {
  position: relative;
  display: inline-block;
}
#partsworks_03 .works_box .works_block2 .works_box_menu_price > div::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 10px;
  margin-bottom: 4px;
  border-style: solid;
  border-width: 7.5px 0 7.5px 10px;
  border-color: transparent transparent transparent #490e04;
}
#partsworks_03 .works_box .works_block2 .works_box_menu_price span {
  font-size: 16px;
}
.section_read_more {
  position: absolute;
  top: 128px;
  right: 20px;
}
@media screen and (max-width: 640px) {
  .section_read_more {
    float: right;
    clear: both;
    position: relative;
    display: inline-block;
    margin: 4% auto 0;
    top: 0;
    right: 0;
  }
}
.section_read_more:hover::before {
  opacity: 0.7;
}
.section_read_more::before {
  content: '';
  position: absolute;
  width: 30px;
  height: 1px;
  top: 0;
  bottom: 0;
  left: -36px;
  margin: auto;
  background: #491c03;
}
.section_read_more a {
  display: block;
}
.section_read_more a:link, .section_read_more a:visited, .section_read_more a:hover {
  color: #000;
  text-decoration: none;
}
.section_read_more a:hover {
  opacity: 0.7;
}
.section_area {
  margin: 0 auto 60px;
}
@media screen and (max-width: 1024px) {
  .section_area {
    margin: 0 auto 6%;
  }
}
.section_area__inner--cnt1 {
  margin: 0 auto 20px;
}
@media screen and (max-width: 1024px) {
  .section_area__inner--cnt1 {
    margin: 0 auto 2%;
  }
}
.section_area__inner--cnt2 li {
  float: left;
  width: 49%;
  margin-right: 2%;
}
@media screen and (max-width: 640px) {
  .section_area__inner--cnt2 li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2%;
  }
}
.section_area__inner--cnt2 li:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  .section_area__inner--cnt2 li:last-of-type {
    margin-bottom: 0;
  }
}
/*１カラム*/
#main.wide {
  float: none;
  width: 100%;
  overflow: visible;
}
#main.wide .pg {
  max-width: 100%;
}
/*flex_layout*/
/*  配置  */
.flex_nml {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.flex_btw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex_cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex_end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.row_reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.item_center {
  -webkit-align-items: center;
  align-items: center;
}
.sandai-estate #sub_ft {
  height: 98px !important;
  margin-top: -98px !important;
}
.page_top {
  text-align: center;
  margin-bottom: 5px;
}
.page_top a:link, .page_top a:visited, .page_top a:hover, .page_top a:active {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  transition: 0.4s;
}
.page_top a:hover {
  opacity: 0.6;
  transition: 0.4s;
}
html .mv-top {
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif !important;
}
@media (max-width: 1024px) {
  html .mv-top {
    margin-top: -12px;
  }
}
html .mv-top__kuchikomi {
  width: 100%;
  background: #490e04;
}
html .mv-top__kuchikomi.is-animated {
  opacity: 1;
  animation: fadeIn;
  animation-duration: 0.75s;
  animation-fill-mode: forwards;
}
@media (max-width: 767px) {
  html .mv-top__kuchikomi {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    padding-top: 2.5%;
    box-sizing: border-box;
  }
}
html .mv-top__kuchikomi__link {
  width: 100%;
  max-width: 944px;
  margin: 0 auto;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 767px) {
  html .mv-top__kuchikomi__link {
    width: 100%;
    height: 55px;
    flex-direction: column;
  }
}
@media (max-width: 425px) {
  html .mv-top__kuchikomi__link {
    line-height: 18px;
  }
}
html .mv-top__kuchikomi__img {
  margin-right: 20px;
}
@media (max-width: 1024px) {
  html .mv-top__kuchikomi__img {
    margin-right: 15px;
    width: 150px;
  }
}
@media (max-width: 767px) {
  html .mv-top__kuchikomi__img {
    width: 153px;
    margin-right: 3%;
  }
}
@media (max-width: 425px) {
  html .mv-top__kuchikomi__img {
    width: 50%;
  }
}
html .mv-top__kuchikomi__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
html .mv-top__kuchikomi__star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 10px;
}
html .mv-top__kuchikomi__star-label {
  font-size: 16px;
  display: inline-block;
  line-height: 16px;
  color: #fff;
  font-weight: bold;
  box-sizing: border-box;
  background: #469fe7;
  border-radius: 10px;
  padding: 5px 10px;
  margin-right: 5px;
}
@media (max-width: 1024px) {
  html .mv-top__kuchikomi__star-label {
    font-size: 14px;
    line-height: 14px;
  }
}
@media (max-width: 767px) {
  html .mv-top__kuchikomi__star-label {
    font-size: 13px;
    line-height: 13px;
    padding: 3px 7px;
    border-radius: 5px;
  }
}
@media (max-width: 375px) {
  html .mv-top__kuchikomi__star-label {
    font-size: 12px;
    line-height: 12px;
    padding: 3px 5px;
  }
}
html .mv-top__kuchikomi__star-icon {
  margin-right: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}
@media (max-width: 767px) {
  html .mv-top__kuchikomi__star-icon {
    margin-left: 0;
  }
}
html .mv-top__kuchikomi__star-icon__rating {
  padding: 0;
  z-index: 1;
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  position: relative;
}
@media (max-width: 1024px) {
  html .mv-top__kuchikomi__star-icon__rating {
    font-size: 14px;
    line-height: 14px;
  }
}
@media (max-width: 767px) {
  html .mv-top__kuchikomi__star-icon__rating {
    font-size: 12px;
    line-height: 12px;
  }
}
html .mv-top__kuchikomi__star-icon__rating .front {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
html .mv-top__kuchikomi__star__rating-text {
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0;
  font-weight: bold;
}
@media (max-width: 1024px) {
  html .mv-top__kuchikomi__star__rating-text {
    font-size: 16px;
    line-height: 16px;
  }
}
@media (max-width: 767px) {
  html .mv-top__kuchikomi__star__rating-text {
    font-size: 15px;
    line-height: 15px;
  }
}
@media (max-width: 375px) {
  html .mv-top__kuchikomi__star__rating-text {
    font-size: 14px;
    line-height: 14px;
  }
}
html .mv-top__kuchikomi__text {
  font-size: 18px;
  line-height: 36px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
  display: inline-block;
  margin-right: 10px;
  font-weight: bold;
}
@media (max-width: 1024px) {
  html .mv-top__kuchikomi__text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  html .mv-top__kuchikomi__text {
    font-size: 13px;
    line-height: 21px;
    display: block;
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 3px;
  }
}
@media (max-width: 375px) {
  html .mv-top__kuchikomi__text {
    font-size: 12px;
    line-height: 18px;
  }
}
html .mv-top__kuchikomi__case {
  font-size: 18px;
  line-height: 18px;
  color: #f8ea12;
  font-weight: bold;
  letter-spacing: 0.5px;
  display: inline-block;
}
@media (max-width: 1024px) {
  html .mv-top__kuchikomi__case {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  html .mv-top__kuchikomi__case {
    font-size: 15px;
    line-height: 21px;
  }
}
@media (max-width: 375px) {
  html .mv-top__kuchikomi__case {
    font-size: 13px;
    line-height: 18px;
  }
}
html .mv-top__kuchikomi__case .label {
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  font-weight: bold;
  box-sizing: border-box;
  background: #469fe7;
  border-radius: 10px;
  padding: 5px 10px;
  display: inline-block;
  margin-right: 5px;
}
@media (max-width: 1024px) {
  html .mv-top__kuchikomi__case .label {
    font-size: 14px;
    line-height: 14px;
  }
}
@media (max-width: 767px) {
  html .mv-top__kuchikomi__case .label {
    font-size: 13px;
    line-height: 13px;
    padding: 3px 7px;
    border-radius: 5px;
  }
}
@media (max-width: 375px) {
  html .mv-top__kuchikomi__case .label {
    font-size: 12px;
    line-height: 12px;
  }
}
html .mv-top #review__timeline2 {
  padding: 60px 20px;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  html .mv-top #review__timeline2 {
    padding: 6% 2%;
    width: 94%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  html .mv-top #kuchikomi_wrap .head, html .mv-top #kuchikomi_wrap2 .head {
    border-radius: 10px 10px 0 0;
  }
}
@media (max-width: 767px) {
  html .mv-top #kuchikomi_wrap .g_logo, html .mv-top #kuchikomi_wrap2 .g_logo {
    border: solid 2px #490e04;
  }
}
html .mv-top #kuchikomi_wrap.kuchikomi_wrap, html .mv-top #kuchikomi_wrap2.kuchikomi_wrap {
  padding: 0;
  border-radius: 0;
  overflow: hidden;
  height: auto !important;
}
@media screen and (min-width: 641px) {
  html .mv-top #kuchikomi_wrap.kuchikomi_wrap, html .mv-top #kuchikomi_wrap2.kuchikomi_wrap {
    border-radius: 10px 10px 0 0;
  }
}
@media screen and (max-width: 900px) {
  html .mv-top #kuchikomi_wrap.kuchikomi_wrap .resultcontent, html .mv-top #kuchikomi_wrap2.kuchikomi_wrap .resultcontent {
    margin: 0 auto !important;
  }
}
@media (max-width: 767px) {
  html .mv-top #kuchikomi_wrap.kuchikomi_wrap .kuchikomi_wrap > ul:not(.review_aco #kuchikomi_wrap.kuchikomi_wrap > ul), html .mv-top #kuchikomi_wrap2.kuchikomi_wrap .kuchikomi_wrap > ul:not(.review_aco #kuchikomi_wrap.kuchikomi_wrap > ul) {
    border-radius: 0 0 10px 10px;
  }
}
html .mv-top #kuchikomi_fv01 {
  position: static;
  overflow: initial;
  padding: 0;
  height: auto;
  margin: auto;
}
html .mv-top #kuchikomi_fv01 .kuchi_num {
  font-weight: bold;
  background: none;
  padding: 0;
  font-size: initial;
  display: initial;
  line-height: initial;
  border-radius: 0;
  position: static;
  border: 0;
  top: auto;
  right: auto;
  min-width: initial;
  text-align: center;
}
@media (max-width: 767px) {
  html .mv-top #kuchikomi_fv01 .kuchi_num {
    font-size: 15px;
  }
}
html .mv-top #kuchikomi_fv01.widget_show {
  height: auto !important;
  opacity: initial;
  cursor: pointer;
}
html #kuchikomi_fv01 .result_title, html #review #kuchikomi_wrap .result_title, html #review__timeline2 .result_title, html #kuchikomi_wrap2 .result_title {
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif !important;
}
html #kuchikomi_fv01 .head, html #review #kuchikomi_wrap .head, html #review__timeline2 .head, html #kuchikomi_wrap2 .head {
  background: #490e04;
}
@media (max-width: 767px) {
  html #kuchikomi_fv01 .result_info, html #review #kuchikomi_wrap .result_info, html #review__timeline2 .result_info, html #kuchikomi_wrap2 .result_info {
    letter-spacing: 0;
  }
}
html #kuchikomi_fv01 .g_logo, html #review #kuchikomi_wrap .g_logo, html #review__timeline2 .g_logo, html #kuchikomi_wrap2 .g_logo {
  border-color: #490e04;
}
@media (max-width: 767px) and (min-width: 641px) {
  html #kuchikomi_fv01 .g_logo, html #review #kuchikomi_wrap .g_logo, html #review__timeline2 .g_logo, html #kuchikomi_wrap2 .g_logo {
    border-color: #fff !important;
  }
}
html #kuchikomi_fv01 label[for^="list_num"]::after, html #review #kuchikomi_wrap label[for^="list_num"]::after, html #review__timeline2 label[for^="list_num"]::after, html #kuchikomi_wrap2 label[for^="list_num"]::after, html #kuchikomi_fv01 .popup_close, html #review #kuchikomi_wrap .popup_close, html #review__timeline2 .popup_close, html #kuchikomi_wrap2 .popup_close {
  background-color: #f1b000;
  line-height: 1.8;
  font-size: 14px;
  width: max-content;
  padding: 0 60px;
}
html #kuchikomi_fv01 .result_info, html #review #kuchikomi_wrap .result_info, html #review__timeline2 .result_info, html #kuchikomi_wrap2 .result_info {
  font-weight: initial;
}
html #kuchikomi_fv01 .result_author, html #review #kuchikomi_wrap .result_author, html #review__timeline2 .result_author, html #kuchikomi_wrap2 .result_author {
  clear: initial;
}
html #kuchikomi_fv01 .star-rating-front, html #review #kuchikomi_wrap .star-rating-front, html #review__timeline2 .star-rating-front, html #kuchikomi_wrap2 .star-rating-front {
  color: #f1b000;
}
html #kuchikomi_fv01 .star-rating-back, html #review #kuchikomi_wrap .star-rating-back, html #review__timeline2 .star-rating-back, html #kuchikomi_wrap2 .star-rating-back {
  color: #eee;
}
html #kuchikomi_fv01 .header-star-num, html #review #kuchikomi_wrap .header-star-num, html #review__timeline2 .header-star-num, html #kuchikomi_wrap2 .header-star-num {
  color: #fff;
}
html #kuchikomi_fv01 .kuchi_num, html #review #kuchikomi_wrap .kuchi_num, html #review__timeline2 .kuchi_num, html #kuchikomi_wrap2 .kuchi_num {
  color: #fff;
}
