@charset "UTF-8";
/* 数字フォント */
@import url(//fonts.googleapis.com/css?family=Playfair+Display+SC:700);

/* ------------------------------------------------------
	body
------------------------------------------------------ */
body {
  width: 100%;
  height: 100%;
  color: #000;
  font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku  Pro",
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75em;
  letter-spacing: 1.3px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow-x: hidden;
}

@media screen and (max-width: 768px) {
  body {
    overflow-x: visible;
  }

  body.bodyfixed {
    position: fixed;
  }
}

/* ------------------------------------------------------
	link
------------------------------------------------------ */
a {
  color: #56bc95;
  transition: 0.3s;
}

a:hover {
  text-decoration: underline;
  -webkit-animation: zoom 0.3s;
  animation: zoom 0.3s;
  opacity: 0.6;
}

a.hover {
  -webkit-transition-duration: 0.45s;
  -webkit-transition-property: color, border-color, background-color, opacity;
  -webkit-transition-delay: 0.45s;
  -webkit-transition-timing-function: "ease-in-out";
  transition-duration: 0.45s;
  transition-property: color, border-color, background-color, opacity;
  transition-delay: 0.45s;
  transition-timing-function: "ease-in-out";
}

.hover:hover {
  opacity: 0.6;
}

/* ------------------------------------------------------
  header
------------------------------------------------------ */
.header {
  position: relative;
  width: 100%;
  /* height: 200px; */
  height: 154px;
  background: #fff;
  z-index: 8888;
}

.header-bar {
  height: 25px;
  background: #333;
}

.header-top {
  display: table;
  margin: 0 auto;
  padding: 0;
  width: 1100px;
  max-width: 100%;
}

.header-head-text {
  font-size: 12px;
  padding: 0.5em 0.5em 0 0.5em;
  color: #999;
}

@media screen and (max-width: 750px) {
  .header-head-text {
    display: none;
  }
}

.header-cell {
  padding: 0 0.5em;
  width: 100%;
  display: flex;
  align-items: center;
}

.header-cell::after {
  content: "";
  display: block;
  clear: both;
}

.tel {
  font-family: "yumin-demibold";
  font-size: 24px;
  letter-spacing: 2px;
  margin-top: -15px;
}

.tel span {
  display: block;
  font-family: "yugothic";
  font-size: 12px;
  text-align: left;
  letter-spacing: normal;
  line-height: 1.4em;
}

.header-cell-left {
  float: left;
}

.header-cell-right {
  float: right;
  padding: 0 0.5em 0.5em;
  margin: 0 0 0 auto;
  /* display: flex;
 justify-content: center;
 align-items: center; */
}

.header-cell-right .tel {
  width: 254px;
  position: relative;
  top: -4px;
}

.header-cell-right .sns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 84px;
  margin: 0 22px 0 6px;
}

.header-cell-right .sns a {
  color: #000;
}

.header-cell-right .sns .sns-btn-insta {
  font-size: 35px;
}

.header-cell-right .sns .sns-btn-fb {
  font-size: 31px;
}

.header-cell-right .sns a:hover {
  color: #56bc95;
  opacity: 1;
}

.header-cell-right .inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-cell-right .recruit {
  text-align: right;
  padding: 0 0 5px;
}

.header-sp-cell {
  display: none;
}

/* ロゴ */
.site-logo {
  margin-top: 5px;
  width: 307px;
  height: 64px;
}

/* ------------------------------------------------------
  グローバルナビ
------------------------------------------------------ */
.navi {
  width: 100%;
}

.navi ul.close {
  display: none;
}

.menu-list {
  margin: 0 auto;
  width: 1100px;
  max-width: 100%;
  text-align: right;
}

.menu-list li {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  color: #fff;
  zoom: 1;
}

.menu-list li a {
  display: block;
  position: relative;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  text-decoration: none;
}

.menu-list > li a:hover {
  color: #007b50;
  text-decoration: underline;
}

.menu-list li.parent.open > a {
  color: #fff;
}

.menu-list li + li {
  padding-left: .6em;
  padding-right: .6em;
  border-left: 1px solid #333;
}

.menu-list li a,
.menu-list li a::after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.menu-list li a::after {
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* サブメニュー */
.submenu {
  position: absolute;
  top: 43px;
  left: 50%;
  margin-left: -150px;
  width: 300px;
  background: #007b50;
  text-align: left;
  z-index: 9;
  display: none;
}
.submenu_ml-100 {
  margin-left: -100px!important;
  width: 350px!important;
}
@media screen and (max-width: 768px) {
.submenu {
  margin-left: -150px;
}
.submenu_ml-100 {
  margin-left: -150px!important;
}
}

.submenu li {
  display: block;
  position: relative;
  line-height: 50px;
  border-bottom: 1px dashed #fff;
}

.submenu li:last-child {
  border-bottom: 0;
}

.submenu li + li {
  padding: 0;
  border-left: none;
}

.submenu li a {
  padding: 0 15px;
  display: block;
  color: #fff;
}

.submenu li a:hover {
  background: #56bc95;
  color: #fff;
}

.submenu li:after {
  position: absolute;
  top: -0.2em;
  right: 0.7em;
  font-family: "FontAwesome";
  content: "\f105";
  color: #fff;
  text-decoration: none;
}

.submenu li > ul {
  width: 100%;
  margin-right: auto;
}

.closebtn,
.spmenu-btn {
  display: none;
}
.sp-menu-head {
  display: none;
}

@media screen and (max-width: 768px) {
  .header {
    height: calc(100vw / 750 * 150);
    position: sticky;
    top: 0;
  }

  .header-bar {
    height: 12px;
  }

  .header-inner {
    margin: 0 auto;
    width: 100%;
  }

  .header-top {
    padding: 0 0 2em 0;
    margin-bottom: 0;
    width: 100%;
    height: auto;
    background: none;
  }

  /* ロゴ */
  .site-logo {
    margin: 0;
    /* width: 214px;
    height: 45px; */
    width: 100% !important;
    height: auto !important;
    margin-top: 0 !important;
  }

  /* ロゴ・電話番号・トグルボタンエリア */
  .header-cell {
    display: none;
  }

  .header-sp-cell {
    padding: 0 calc(100vw / 750 * 30);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: calc(100vw / 750 * 150);
  }

  .header-sp-cell .logo {
    /* padding-left: 1em; */
    padding-left: 0;
    width: calc(100% - (100vw / 750 * 340));
    text-align: left;
  }

  .header-sp-cell .icon-wrap {
    width: calc(100vw / 750 * 280);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header-sp-cell .icon {
    width: calc(100vw / 750 * 80);
  }

  .header-sp-cell .icon img {
    border: 1px solid;
  }

  .header-sp-cell .navbtn {
    width: calc(100vw / 750 * 80);
  }

  .closebtn {
    display: block;
  }

  /*SPメニュー内お問い合わせ・来店予約*/
  .spmenu-btn {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1em;
    margin-bottom: 1.5em;
    margin-left: -0.5em;
  }

  .spmenu-btn p {
    width: calc(50% - 0.5em);
    margin-left: 0.5em;
    margin-bottom: 10px;
  }

  .spmenu-btn p img {
    width: 100%;
  }

  .spmenu-btn .sns {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .spmenu-btn .sns .sns-btn-insta,
  .spmenu-btn .sns .sns-btn-fb {
    color: #fff;
  }

  .spmenu-btn .sns .sns-btn-insta {
    font-size: 44px;
    margin: 0 20px;
  }

  .spmenu-btn .sns .sns-btn-fb {
    font-size: 40px;
  }
  .sp-menu-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 2vw 0 5vw;
  }
  .sp-menu-head .sns {
    display: flex;
    align-items: center;
  }
  .sp-menu-head .sns a {
    color: #fff;
  }
  .sp-menu-head .sns .sns-btn-insta {
    margin: 0 5vw;
    font-size: 10.5vw;
  }
  .sp-menu-head .sns .sns-btn-fb {
    font-size: 9vw;
  }
  .closebtn {
    width: 11vw;
    height: 11vw;
    position: relative;
  }
  .closebtn::before {
    content: "";
    display: block;
    width: 11vw;
    height: 1vw;
    position: absolute;
    top: 5vw;
    left: 0;
    background: #fff;
    transform: rotate(45deg);
  }
  .closebtn::after {
    content: "";
    display: block;
    width: 11vw;
    height: 1vw;
    position: absolute;
    top: 5vw;
    right: 0;
    background: #fff;
    transform: rotate(-45deg);
  }

  /* メニュー */
  .navi {
    display: none;
    position: fixed;
    padding: 0.5em 1em;
    top: 0;
    left: 5%;
    bottom: 0;
    height: 100%;
    width: 95%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9;
    overflow: scroll;
    min-height: 400px;
  }

  .menu-list {
    margin: 0 auto;
    padding: 0 1em;
    width: 100%;
  }

  .menu-list li {
    position: relative;
    display: block;
    border-bottom: 1px dashed #fff;
    background: transparent;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
  }

  .menu-list li.parent:after {
    position: absolute;
    top: 12px;
    right: 0.5em;
    content: "";
    width: 21px;
    height: 21px;
    background-image: url(../img/common/head/arrow-right.png);
    background-size: contain;
    vertical-align: middle;
  }

  .menu-list > li:hover::after {
    top: 18px;
    right: 0.9em;
    content: "";
    width: 21px;
    height: 21px;
    background-image: url(../img/common/head/arrow-down.png);
    z-index: 111;
  }

  .menu-list li a {
    display: block;
    padding: 0;
    padding-left: 1em;
    color: #fff;
    font-size: 14px;
    line-height: 45px;
  }

  .menu-list li a:hover {
    color: #fff;
    text-decoration: none;
    opacity: 1;
  }

  .menu-list li + li {
    padding: 0;
    border-left: none;
  }

  .menu-list li.parent.open > a::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .menu-list li.parent.open {
    border-bottom: none;
  }

  .menu-list li.parent.open > a {
    color: #fff;
  }

  .submenu {
    position: relative;
    background: transparent;
    padding: 0;
    top: 0;
    width: calc(100% - 1.5em) !important;
    margin-left: 1.5em !important;
    left: 0;
  }

  .submenu li {
    float: none;
    position: relative;
    width: 100%;
    border: none;
    text-align: left;
    white-space: nowrap;
  }

  .submenu li a {
    padding-left: 0;
    line-height: 45px;
    pointer-events: auto;
  }

  .submenu li a:hover {
    text-decoration: none;
    background-color: transparent;
  }

  .submenu li:after {
    display: inline-block;
    position: absolute;
    top: 12px;
    right: 0.6em;
    content: "";
    width: 21px;
    height: 21px;
    background-image: url(../img/common/head/arrow-right.png);
    background-size: contain;
    vertical-align: middle;
  }
	
  .submenu li a:before {
    content: "";
  }
}

/* ------------------------------------------------------
  footer
------------------------------------------------------ */
.footer {
  position: relative;
  width: 100%;
  background: #eee;
}

.pd111 {
  padding-bottom: 111px;
}

.footer #lowerbnr_wrap {
  height: 113px;
  position: fixed;
  bottom: 0px;
  left: 0;
  z-index: 20;
  width: 100%;
  background-color: rgba(231, 227, 216, 0.8);
}

@media screen and (max-width: 768px) {
  .footer {
    padding-bottom: 0;
  }

  .pd111 {
    padding-bottom: 0;
  }

  .footer #lowerbnr_wrap {
    display: none !important;
  }
}

.footer #lowerbnr_wrap ul {
  margin: 10px auto;
  padding: 10px 0;
  width: 1100px;
}

.footer #lowerbnr_wrap ul li {
  display: inline;
  list-style-type: none;
  padding: 5px 0 5px 4px;
  position: relative;
  z-index: 999;
}

.footer #lowerbnr_wrap ul li img {
  width: 23.8%;
  height: 71px;
}

.footer a:hover {
  opacity: 0.6;
}

.footer-inner {
  position: relative;
  width: 1100px;
  max-width: 100%;
}

.footer-inner::after {
  content: "";
  display: block;
  clear: both;
}

.footer-top {
  padding-bottom: 1.5em;
}

.footer-top::after {
  content: "";
  display: block;
  clear: both;
}

.footer-top .area {
  margin-bottom: 0.7em;
  font-size: 16px;
}

.footer-top p {
  letter-spacing: 1.4px;
}

.footer-logo {
  float: left;
  padding-top: 3em;
  width: 445px;
  height: 210px;
}

.footer-logo-right {
  position: relative;
  padding-top: 3em;
  height: auto;
}

@media screen and (max-width: 1100px) {
  .footer #lowerbnr_wrap ul {
    width: 100% !important;
  }

  .footer #lowerbnr_wrap ul li img {
    height: auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .footer-logo {
    height: 280px;
  }

  .footer-logo-right {
    height: 280px;
  }
}

.footer-middle {
  padding-bottom: 1.5em;
  border-bottom: 1px solid #fff;
}

/* カフェ非表示のため調整を行いました。 再表示の時は、このコードを削除してください。
.shop-list {
 display: flex;
}*/

/* カフェ非表示前のcss 再表示の時は、このコードを復活してください。
.shop-list {
 display: flex;
 margin-left: -23px;
}
*/

/* カフェ非表示のため調整を行いました。 再表示の時は、このコードを削除してください。
.shop-list li {
 position: relative;
 margin: auto;
}*/

/* カフェ非表示前のcss 再表示の時は、このコードを復活してください。
.shop-list li {
 position: relative;
 margin-left: 23px;
}
*/

.shop-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shop-list li {
  width: 24%;
}

.shop-list a {
  display: block;
  color: #007b51;
  transition: 0.3s;
}

.shop-list a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.shop-list a .data {
  padding: 0.5em 1em;
  background: #fff;
}

.shop-list a .data .name {
  font-size: 16px;
}

.footer-logo-right a {
  color: #000;
}

.footer-bottom {
  display: flex;
  margin-top: 2em;
  margin-bottom: 5px;
  padding-bottom: 5em;
  background: url(../img/common/foot/bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  z-index: 3;
}

.sitemap {
  padding: 0 0 0 1em;
  width: 220px;
}

.sitemap li {
  list-style: none;
}

.sitemap li a {
  color: #000;
  list-style: none;
}

.sitemap li a img {
  width: 100%;
}

.sitemap .suumo {
  position: relative;
    width: 100%;
    right: 0;
}

@media screen and (min-width: 767px) {
.sitemap .suumo {
  position: absolute;
    height: 3.9081885vw;
    width: 25vw;
    right: 0;
}
}
@media screen and (min-width: 1041px){
.sitemap .suumo {
  position: absolute;
    height: 63px;
    width: 403px;
    right: 0;
}
}

.copyright {
  position: relative;
  background: #535353;
  font-family: "yumin-demibold";
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  line-height: 30px;
}

@media screen and (max-width: 768px) {
  .footer-inner {
    margin-top: 0;
    margin-bottom: 0;
  }

  .footer-logo {
    float: none;
    margin-bottom: 20px;
    padding-top: 3em;
    width: 100%;
    height: 100%;
  }

  .footer-logo img {
    padding: 1em;
    width: 100%;
    height: auto;
  }

  .footer-logo-right {
    margin-bottom: 10px;
    padding-top: 0;
    height: 100%;
  }

  .footer-middle {
    margin-bottom: 5px;
    padding-bottom: 10em;
    border-bottom: none;
    background: url(../img/common/foot/bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: right bottom;
    z-index: 3;
  }

  .shop-list a {
    margin-bottom: 1em;
    width: 48%;
  }

  .footer-bottom {
    display: none;
  }

  .copyright {
    background: #535353;
    color: #fff;
  }

  .mb68 {
    margin-bottom: 6.8em;
  }

  .footer-floating {
    display: flex;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 123, 80, 0.7);
    z-index: 50;
  }

  .floating-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    padding: 0.5em;
    width: 100%;
  }

  .floating-menu li {
    width: 24%;
    text-align: center;
  }

  .floating-menu li img {
    width: 100%;
    max-width: 118px;
  }

  .floating-menu a:hover {
    opacity: 0.6;
  }
}

/* ------------------------------------------------------
  page top
------------------------------------------------------ */
.pagetop {
  position: fixed;
  bottom: 112px;
  right: 5px;
  height: 85px;
  z-index: 1000;
}

.pagetop a {
  display: block;
  width: 85px;
  height: 85px;
  z-index: 9999;
}

.pagetop a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .pagetop {
    position: absolute;
    top: -42px;
    z-index: 49;
  }
}

/* ------------------------------------------------------
  main
------------------------------------------------------ */
.container {
  display: flex;
  margin: 0 auto;
  width: 1100px;
  max-width: 100%;
}

.container a:hover {
  opacity: 0.6;
}

.centering {
  position: relative;
  margin: 0 auto;
  width: 1100px;
  max-width: 100%;
}

.centering959 {
  position: relative;
  margin: 0 auto;
  width: 959px;
  max-width: 100%;
}

.main {
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 2em;
  width: 790px;
  max-width: 100%;
}

.main1 {
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 2em;
  width: 1100px;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .main img {
    max-width: 100%;
    height: auto;
  }

  .centering,
  .main,
  .main1 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .main,
  .main1 {
    margin-bottom: 5em;
  }

  .center img,
  .event_wrap .event-top .image,
  .event_wrap .event-top .data {
    width: 100%;
  }

  .cafe_staffblog-item .right img,
  .staffblog-item .right img {
    /* width:100%; */
  }

  .event_wrap .event-top {
    display: block;
  }

  .ptb90 {
    padding-bottom: 30px !important;
  }
}

.main a:hover,
.main1 a:hover {
  opacity: 0.6;
}

.section {
  position: relative;
  padding-bottom: 4em;
}

/* ------------------------------------------------------
  main
------------------------------------------------------ */
.aside {
  margin-bottom: 20px;
  width: 250px;
}

.aside-heading {
  margin-top: 50px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 2px solid #007b50;
  padding-bottom: 10px;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.aside-frame {
  margin-bottom: 10px;
}

.aside-frame .aside-menu li {
  position: relative;
  padding-left: 20px;
  line-height: 50px;
}

.aside-frame .aside-menu li a {
  color: #333;
  font-size: 18px;
  font-weight: 700;
}

.aside-frame .aside-menu li:before {
  padding-left: 5px;
  padding-right: 20px;
  color: #007b50;
  font-size: 18px;
  font-weight: 700;
  font-family: "FontAwesome";
  content: "\f105";
}

.tenpo-list li {
  position: relative;
  margin-bottom: 15px;
}

.tenpo-list li a {
  color: #000;
}

.aside-item {
  margin-bottom: 25px;
}

.movie-frame {
  padding: 10px;
  border: 2px solid #e3e3e3;
  border-radius: 10px;
}

.movie-title {
  font-weight: 700;
}

.movie-wrap {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 56.25%;
  border: 15px solid #007b50;
  border-radius: 10px;
  height: 0;
  overflow: hidden;
}

.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media screen and (max-width: 768px) {
  .aside {
    display: none;
  }
}

/* ------------------------------------------------------
  sidebarのカレンダー
------------------------------------------------------ */

#wp-calendar {
  width: 100%;
}

#wp-calendar caption {
  margin-bottom: 10px;
  padding: 10px;
  width: 250px;
  background: #333;
  color: #fff;
  font-weight: 900;
  text-align: center;
}

.aside #wp-calendar td {
  text-align: center;
  padding: 9px;
}

.aside #wp-calendar td#prev {
  text-align: left;
}

.aside #wp-calendar td#next {
  text-align: right;
}

.aside #wp-calendar tfoot a {
  color: #56bc95;
}

/* ------------------------------------------------------
リノベーションにまつわるお役立ち情報のカルーセルスライダー
------------------------------------------------------ */
.width {
  position: relative;
  margin: 0 auto;
  width: 1079px;
  max-width: 100%;
}

.slider {
  position: relative;
  width: 100%;
}

/* 読み込み縦並び回避① */
.slider {
  opacity: 0;
  transition: opacity 0.3s linear;
}

/* 読み込み縦並び回避① */
.slider.slick-initialized {
  opacity: 1;
}

.slider .slick-slide img {
  padding: 10px;
  width: 100%;
  height: auto;
}

.carousel {
  position: relative;
  width: 100%;
}

.carousel .slick-slide:not(.slick-current) {
  -webkit-filter: none;
  filter: none;
}

.slick-current {
  -webkit-filter: none;
  filter: none;
}

.slide-dots {
  text-align: center;
}

.slide-dots li {
  display: inline-block;
  margin: 0 15px;
}

.slide-dots li button {
  position: relative;
  text-indent: -9999px;
}

.slide-dots li button:before {
  content: "●";
  font-size: 15px;
  text-indent: 0px;
  position: absolute;
  top: 0;
  left: 0;
  color: #ccc;
}

.slide-dots li.slick-active button:before {
  content: "●";
  color: #007b50;
}

.arrow .slick-prev::before {
  content: url(../img/top/carousel/prev.png);
}

.arrow .slick-next::before {
  content: url(../img/top/carousel/next.png);
}

.arrow .slick-prev {
  top: 50%;
  bottom: 50%;
  left: -10px;
  width: 26px;
  height: 42px;
  margin-top: -25px;
}

.arrow .slick-next {
  top: 50%;
  bottom: 50%;
  right: -10px;
  width: 26px;
  height: 42px;
  margin-top: -25px;
}

@media screen and (max-width: 768px) {
  .slider .slide-item {
    padding: 0 5px;
  }

  .slider .slick-slide img {
    padding: 0;
  }

  .arrow .slick-prev {
    left: -10px !important;
    width: 26px;
    height: 42px;
    margin-top: -30px;
  }

  .arrow .slick-next {
    right: -10px !important;
    width: 26px;
    height: 42px;
    margin-top: -30px;
  }
}

/* ------------------------------------------------------
リノベーションにまつわるお役立ち情報のカルーセルスライダー
------------------------------------------------------ */
.width {
  position: relative;
  margin: 0 auto;
  width: 1079px;
  max-width: 100%;
}

.slider1 {
  position: relative;
  width: 100%;
}

/* 読み込み縦並び回避① */
.slider1 {
  opacity: 0;
  transition: opacity 0.3s linear;
}

/* 読み込み縦並び回避① */
.slider1.slick-initialized {
  opacity: 1;
}

.slider1 .slick-slide img {
  padding: 10px;
  width: 100%;
  height: auto;
  height: 138px;
  object-fit: cover;
}

.carousel1 {
  position: relative;
  width: 100%;
}

.carousel1 .slick-slide:not(.slick-current) {
  -webkit-filter: none;
  filter: none;
}

.arrow1 .slick-prev::before {
  content: url(../img/top/carousel/prev.png);
}

.arrow1 .slick-next::before {
  content: url(../img/top/carousel/next.png);
}

.arrow1 .slick-prev,
.arrow1 .slick-next {
  top: 66%;
  bottom: 50%;
  width: 26px;
  height: 42px;
}

.arrow1 .slick-prev {
  left: -10px;
}

.arrow1 .slick-next {
  right: -10px;
}

@media screen and (max-width: 768px) {
  .slider .slide-item {
    padding: 0 5px;
  }

  .slider .slick-slide img {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .slider1 .slide-item {
    padding: 0 5px;
  }

  .slider1 .slick-slide img {
    padding: 0;
  }

  .arrow1 .slick-prev {
    left: -10px !important;
    width: 26px;
    height: 42px;
  }

  .arrow1 .slick-next {
    right: -10px !important;
    width: 26px;
    height: 42px;
  }
}

/* ------------------------------------------------------
  breadcrumb
------------------------------------------------------ */
.breadcrumb {
  margin-bottom: 2em;
}

.breadcrumb-list li {
  display: inline-block;
}

.breadcrumb-list li:after {
  content: "＞";
  padding: 0 0.5em;
}

.breadcrumb-list li:last-child:after {
  content: "";
}

@media screen and (max-width: 768px) {
  .breadcrumb-list {
    display: flex;
    overflow-x: scroll;
    word-break: keep-all;
    white-space: nowrap;
  }

  .breadcrumb-list::-webkit-scrollbar {
    display: none;
  }
}

/* ------------------------------------------------------
  pagenation
------------------------------------------------------ */
.pagenation {
  margin: 2em 0 1em 0;
  text-align: center;
}

.pagenation ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.pagenation li {
  margin-left: 3px;
}

.pagenation li:first-child {
  margin-left: 0;
}

.pagenation li.active {
  padding: 0.5em 1em;
  background: #313131;
  border: 1px solid #313131;
  color: #fff;
  cursor: not-allowed;
}

.pagenation li a {
  display: block;
  padding: 0.5em 1em;
  border: 1px solid #313131;
  color: #313131;
  text-decoration: none;
}

.pagenation li a:hover {
  background: #007b50;
  color: #fff;
  opacity: 1;
}

/* ------------------------------------------------------
	page navi
------------------------------------------------------ */
.page-navi {
  margin-top: 3em;
  margin-bottom: 2em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -10px;
}

.postlink-prev,
.postlink-next,
.postlink-back {
  margin-left: 10px;
  flex-shrink: 0;
}

.btn-prev,
.btn-next,
.btn-back {
  display: block;
  padding: 0.5em 1em;
  background: #007b50;
  border: 2px solid #007b50;
  color: #fff;
  text-decoration: none;
}

.btn-prev:hover,
.btn-next:hover,
.btn-back:hover {
  opacity: 0.6;
  text-decoration: none;
}

/* ------------------------------------------------------
  table
------------------------------------------------------ */
.table {
  width: 100%;
  border-top: 1px solid #007b50;
  border-left: 1px solid #007b50;
  border-bottom: 1px solid #007b50;
}

.table tbody th,
.table tbody td {
  padding: 0.8em;
}

.table tbody th {
  width: 40%;
  border-bottom: 1px solid #fff;
  background: #007b50;
  color: #fff;
}

.table tbody tr:last-child th {
  border-bottom: 1px solid #007b50;
}

.table tbody th.width25 {
  width: 25%;
}

.table tbody td {
  border-right: 1px solid #007b50;
  border-bottom: 1px solid #007b50;
  background: #fff;
  color: #000;
}

.dl-row dt,
.dl-row dd {
  display: block;
  padding: 0.5em;
}

.dl-row dt {
  float: left;
  clear: left;
  width: 20%;
  border-top: 1px solid #fff;
  background: #007b50;
  color: #fff;
}

.dl-row dt:first-child {
  border-top: 1px solid #007b50;
}

.dl-row dd {
  margin-left: 20%;
  width: 80%;
  border-top: 1px solid #007b50;
  border-right: 1px solid #007b50;
}

.dl-row dt:last-child,
.dl-row dd:last-child {
  border-bottom: 1px solid #007b50;
}

/* .renov-data {
 display: flex;
}

.renov-table {
 border-right: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
 border-left: 1px solid #ccc;
 width: 50%;
}

.renov-table dt,
.renov-table dd {
 padding: 10px 10px 0 10px;
 border-top: 1px solid #ccc;
}

.renov-table dt {
 width: 40%;
 float: left;
 text-align: center;
}

.renov-table dd {
 background: #fff;
 margin-left: 40%;
 padding-bottom: 10px;
 border-left: 1px solid #ccc;
}

.renov-table dd:after {
 content: '';
 display: block;
 clear: both;
}

@media screen and (max-width: 768px) {
 .renov-data {
  display: flex;
  flex-wrap: wrap;
 }
 .renov-table {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  width: 100%;
 }
} */

.renov-table {
  border-collapse: collapse;
  width: 100%;
}

.renov-table th,
.renov-table td {
  border: solid 1px #ccc;
  padding: 10px;
}

.renov-table th {
  background-color: #f7f7f7;
  width: 20%;
}

.renov-table td {
  background-color: #fff;
  width: 25%;
}

@media screen and (max-width: 768px) {
  .renov-table tr {
    display: flex;
    flex-wrap: wrap;
  }
  .renov-table th {
    display: inline-block;
    width: 30%;
  }

  .renov-table td {
    display: inline-block;
    width: 70%;
  }
}

/* ------------------------------------------------------
	form
------------------------------------------------------ */
.form-container {
  padding: 0 2em;
}

.contact-form {
  margin: 2em 0;
  width: 100%;
  max-width: 100%;
  /* 必須・任意のラベル */
}

.contact-form td {
  padding: 10px 15px;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
}

.contact-form th {
  padding: 10px 15px;
  padding-right: 1em;
  width: 150px;
  background: #f1ffea;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
}

.contact-form td.label {
  padding: 10px 0;
  width: 70px;
  background: #f1ffea;
}

.reform-table {
  border-collapse: separate;
  border-spacing: 0px 10px;
}

.reform-table th {
  padding: 0.5em 0;
  background: #313131;
  color: #fff;
  text-align: center;
}

.submit_box {
  text-align: center;
}

.submit_box input {
  margin: 10px;
  display: inline-box;
}

.submit_box input > br {
  display: none;
}

.submit_box img {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .form-container {
    padding: 0;
  }

  .contact-form {
    /* 必須・任意のラベル */
  }

  .contact-form td {
    padding: 0;
    padding-bottom: 1em;
    display: block;
  }

  .contact-form th {
    display: inline-block;
    padding: 1em 0;
    padding-right: 0.5em;
    text-align: left;
    width: auto;
    border-bottom: 0;
    background: none;
  }

  .contact-form td.label {
    padding: 1em 0;
    display: inline-block;
    border-bottom: 0;
    background: none;
  }

  .reform-table {
    border-spacing: 0px 10px;
  }

  .reform-table th {
    width: 100%;
    padding: 0.5em;
    text-align: left;
    background: #313131;
    color: #fff;
  }
}

/* テキスト・メールアドレス・電話番号入力欄 */
input[type="text"],
input[type="email"],
input[type="tel"] {
  padding: 0.8em 1em;
  width: 100%;
  background: #f7f7f7;
  border-radius: 0;
  color: #333;
  font-size: 14px;
  font-size: 1.4rem;
}

/* ラジオボタン・チェックボックス */
input[type="radio"],
input[type="checkbox"] {
  margin-bottom: 0.5em;
}

.input50 input[type="text"] {
  width: 50%;
}

.input25 input[type="text"] {
  margin-bottom: 5px;
}

.input25 select {
  width: 25%;
}

input[type="text"] .input150w {
  width: 150px;
}

.input100w {
  width: 100px;
}

/* セレクトボックス(矢印カスタマイズ) */
.select-wrap {
  position: relative;
  margin-bottom: 0.5em;
  width: 35%;
}

.select-wrap:before {
  /*z-index: 10;
 position: absolute;
 right: 15px;
 top: 10px;
 content: "▼";
 color: #aaa;
 font-size: 12px;
 pointer-events: none;
 */
  display: none;
}

select {
  padding: 0.8em 1em;
  width: 100%;
  background: #f7f7f7;
  border: none;
  border-radius: 0;
  color: #333;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .select-wrap {
    width: 100%;
  }
}

/* テキストエリア */
textarea {
  padding: 0.8em 1em;
  width: 100%;
  height: 120px;
  background: #f7f7f7;
  color: #333;
  font-size: 14px;
}

.submit-area {
  margin: 0 auto;
}

/* 送信ボタン */
input[type="submit"] {
  display: inline-block;
  margin: 1em 0;
  padding: 0.8em 1.5em;
  width: 270px;
  border: 5px solid #007b50;
  background: #007b50;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

/* ボタン */
input[type="button"] {
  display: inline-block;
  margin: 1em 0;
  padding: 0.8em 1.5em;
  width: 270px;
  border: 5px solid #d0d0d0;
  background: #a0a0a0;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

input[type="submit"]:hover,
input[type="button"]:hover {
  color: #007b50;
  background-color: #eee;
}

/* 必須フォームカラー変更 */
.required-input input[type="text"],
.required-input select {
  background: #f7f7f7;
}

/* 必須ラベル */
.required {
  padding: 0.5em 1em;
  background: #ff0000;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}

/* 任意ラベル */
.unrequired {
  padding: 0.5em 1em;
  background: #a0a0a0;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}

.btn-open {
  display: inline-block;
  padding: 0.5em;
  background: #007b50;
  color: #fff;
}

.btn-open:hover {
  background: #313131;
  text-decoration: none;
}

.select-inline div {
  display: inline-block;
}

.contact-form input[type="date"] {
  position: relative;
  width: 39%;
  background: #f7f7f7;
  border: 0;
  font-size: 1.4rem;
  padding: 0.8em 1em;
  margin: 0.5em 0 1em;
  border-radius: 0;
  font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Pro",
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.contact-form input[type="date"]::-webkit-inner-spin-button {
  display: none;
}

.contact-form input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
  color: transparent;
}

.inputNum input {
  width: 25%;
}

@media screen and (min-width: 769px) {
  .contact-form td .schedule {
    margin-top: 15px;
    display: block;
  }
}

div.wpcf7-validation-errors {
  border: 2px solid #ff0000;
}

span.wpcf7-list-item {
  display: inline-block;
}

/* ------------------------------------------------------
	button
------------------------------------------------------ */
.btn-area {
  margin: 0 auto;
  text-align: center;
}

.btn-renov {
  position: relative;
  display: inline-block;
  padding: 0 2.5em;
  background: #313131;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 700;
  line-height: 50px;
  text-decoration: none;
}

.btn-renov:after {
  content: "＞";
  position: absolute;
  top: 0;
  right: 0.5em;
  font-size: 16px;
}

.btn-renov:after:hover {
  text-decoration: none;
}

.btn-renov:hover {
  background: #007b50;
  color: #fff;
  text-decoration: none;
}

/* ------------------------------------------------------
	heading
------------------------------------------------------ */
/* トップページセクションタイトル */
.section-title {
  font-family: "yumin-demibold";
  font-size: 24px;
  letter-spacing: 0.2em;
}

.section-title1 {
  margin-top: -10px;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0.2em;
}

.section-subtitle {
  color: #007b50;
  font-family: "yumin-demibold";
  font-size: 14px;
}

.cha {
  color: #c19d3b;
}

/* ------------------------------------------------------
トップページ
------------------------------------------------------ */
/* 1.イントロダクション */
.intro-bg {
  position: relative;
  height: 740px;
  background: url(../img/top/intro/bg_pc.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.intro-bg .intro-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  color: #fff;
  text-align: center;
}

.intro-bg .intro-text .catch {
  margin-bottom: 2em;
  font-family: "yumin-demibold";
  font-size: 24px;
  line-height: 44px;
}

@media screen and (max-width: 768px) {
  .intro-bg {
    background: url(../img/top/intro/bg_sp.png);
    background-size: 100% auto;
  }

  .intro-bg_sp {
    height: auto;
    background-size: auto 100%;
    background-position: center;
  }

  .intro-bg .intro-text {
    width: 100%;
    height: 100%;
    position: inherit;
    top: 0;
    left: 0;
    transform: inherit;
  }

  .intro-bg .intro-text .catch {
    font-size: 18px;
    line-height: 38px;
  }
}

/* 2.イベント情報・新着情報 */
.info-bg {
  /* background: url(../img/top/info/bg_pc.png); */
  background-repeat: no-repeat;
  background-size: auto;
}

.info-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -20px;
}

.info-col {
  position: relative;
  box-sizing: border-box;
  margin-left: 20px;
  margin-bottom: 1em;
  width: calc(50% - 20px);
}

.fukidashi {
  position: absolute;
  top: -20px;
  left: 180px;
}

.event-top {
  display: flex;
  margin-left: -10px;
}

.event-top .image {
  position: relative;
  margin-left: 10px;
  width: calc(25% - 10px);
}

.event-top .data {
  margin-left: 10px;
  width: calc(75% - 10px);
}

.event_wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  padding: 0 0 20px;
}

.event {
  position: relative;
  margin: 10px;
  border-bottom: 1px solid #c6c6c6;
}

.event a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.event a:hover {
  background: #fff;
  opacity: 0.6;
}

.event-date {
  margin: 10px 0 20px 0;
  padding: 5px 10px;
  background: #fff;
}

.event-date span {
  color: #d0b66e;
}

.news {
  position: relative;
  padding: 1em;
  width: 100%;
  border-bottom: 1px dotted #c6c6c6;
}

.info-col .first_news {
  border-bottom: 1px solid #c6c6c6;
}

.info-col .first_news dt,
.info-col .first_news .news_info {
  width: 90px;
}

.info-col .first_news dt span,
.info-col .first_news .news_info span {
  margin-left: 0 !important;
  padding: 0 !important;
  font-size: 135% !important;
  font-family: "EB Garamond", serif !important;
}

.info-col .first_news dd,
.info-col .first_news .news_ttl {
  width: calc(100% - 90px);
}

.info-col .news {
  padding: 2em 1em;
}

.info-col .news dt span {
  display: inline-block;
  width: auto;
  color: #fff;
  background: #ccc;
  margin-left: 8px;
  padding: 2px 5px;
}

.info-col .news dt span.new {
  color: #007b50;
  font-size: 110%;
  background: transparent;
}

.info-col .news dt span.blog {
  background: #007b50;
}

.info-col .news dt span.event {
  background: #ff7047;
}

.info-col .news dt span.renov {
  background: #00b7ee;
}

.info-col .news dt span.gallery {
  background: #434343;
}

.news::after {
  content: "";
  display: block;
  clear: both;
}

.news dt {
  float: left;
  clear: left;
  width: 210px;
  color: #007b50;
}

.news dd {
  position: relative;
  float: left;
  width: calc(100% - 210px);
  padding-right: 15px;
}

.news dd:after {
  position: absolute;
  top: -3px;
  right: 3px;
  font-family: "FontAwesome";
  font-size: 18px;
  content: "\f105";
}

.news dd h3 {
  max-height: 44px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  color: #000;
}

.news a:hover {
  background: #eee;
}

.news_item {
  overflow: hidden;
  position: relative;
  width: 100%;
  border-bottom: 1px dotted #c6c6c6;
  display: block;
  padding: 0 !important;
}

.news_info {
  float: left;
  clear: left;
  width: 210px;
  color: #007b50;
}

.news_ttl {
  position: relative;
  float: left;
  width: calc(100% - 210px);
  padding-right: 15px;
  max-height: 44px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news_ttl:after {
  position: absolute;
  top: -3px;
  right: 3px;
  font-family: "FontAwesome";
  font-size: 18px;
  content: "\f105";
}

.info-col .first_news a,
.news_item a {
  display: block;
  color: #333;
  padding: 2em 1em;
  overflow: hidden;
  position: relative;
}

.news_item a:hover {
  background: #eee;
}

.news_item .category_title {
  display: inline-block;
  width: auto;
  color: #fff;
  background: #ccc;
  padding: 2px 5px;
}

@media screen and (max-width: 768px) {
  /*  新着とスタッフブログを逆転
 .info-row {
  flex-direction: column-reverse;
 }*/
  .info-col {
    width: calc(100% - 20px);
    margin-bottom: 25px;
  }

  .info-col .news dt span {
    margin-left: 0px;
    margin: 0;
  }

  .news dt {
    width: 138px;
  }

  .news dd {
    width: calc(100% - 138px);
  }

  .news_info {
    width: 138px;
  }

  .news_ttl {
    width: calc(100% - 138px);
  }
}

/* 3.リノベーション事例 */
.renov-heading {
  padding: 30px 0 20px 0;
  background: #313131;
}

.renov-heading h2 {
  color: #fff;
  font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku  Pro",
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  line-height: 50px;
}

.renov-heading p {
  color: #007b50;
  font-family: "yumin-demibold", "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,
    "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 18px;
  text-align: center;
}

.renov-content,
.renov-content1 {
  /*margin-top: 50px;*/

  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -20px;
}

.renov-more {
  border-bottom: 1px solid #ccc;
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.renov-content.page-renov-content {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.renov-item {
  margin-left: 20px;
  margin-bottom: 30px;
  width: calc(33.33333% - 20px);
  height: 560px;
  position: relative;
}

.button_abu {
  position: absolute;
  bottom: 30px;
}

.txo_button_abu {
  position: absolute;
  bottom: 30px;
  backface-visibility: hidden;
}

.top_button_abu {
  position: absolute;
  bottom: 30px;
  right: 0;
}

.renov-item a {
  text-decoration: none;
  color: #000;
}

.renov-item:hover {
  background: #fff;
  opacity: 0.6;
}

.renov-title {
  margin-top: 15px;
  margin-bottom: 20px;
  font-family: "yumin-demibold", "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,
    "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 17px;
  line-height: 25px;
}

.renov-data {
  margin-bottom: 20px;
  padding: 0.5em;
  background: #f7f7f7;
}

.renov-image-scale {
  width: 100%;
  overflow: hidden;
}

.renov-image-scale img {
  -moz-transition: -moz-transform 0.3s linear;
  -webkit-transition: -webkit-transform 0.3s linear;
  -o-transition: -o-transform 0.3s linear;
  -ms-transition: -ms-transform 0.3s linear;
  transition: transform 0.3s linear;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.renov-image-scale img:hover {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -o-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.renov-object-fit {
  width: 100%;
  height: 215px;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.renov-icon {
  margin: 10px;
  display: flex;
  height: 28px;
}

.hojokin,
.hojyokin {
  display: inline-block;
  margin-right: 0.5em;
  padding: 0.2em 0.5em;
  background: #eb6100;
  color: #fff;
  font-size: 12px;
}

.mansion {
  display: inline-block;
  margin-right: 0.5em;
  padding: 0.2em 0.5em;
  background: #007b50;
  color: #fff;
  font-size: 12px;
}

.renovation {
  display: inline-block;
  margin-right: 0.5em;
  padding: 0.2em 0.5em;
  background: #7a6300;
  color: #fff;
  font-size: 12px;
}

.chuko,
.used {
  display: inline-block;
  margin-right: 0.5em;
  padding: 0.2em 0.5em;
  background: #00b7ee;
  color: #fff;
  font-size: 12px;
}

.nisetai {
  display: inline-block;
  margin-right: 0.5em;
  padding: 0.2em 0.5em;
  background: #6b3781;
  color: #fff;
  font-size: 12px;
}

.shichiku,
.shinchiku {
  display: inline-block;
  margin-right: 0.5em;
  padding: 0.2em 0.5em;
  background: #deba70;
  color: #fff;
  font-size: 12px;
}

.tenpo {
  display: inline-block;
  margin-right: 0.5em;
  padding: 0.2em 0.5em;
  background: #a1ce4d;
  color: #fff;
  font-size: 12px;
}

.zikka {
  display: inline-block;
  margin-right: 0.5em;
  padding: 0.2em 0.5em;
  background: #2283eb;
  color: #fff;
  font-size: 12px;
}

.zogen-chiku {
  display: inline-block;
  margin-right: 0.5em;
  padding: 0.2em 0.5em;
  background: #83dbe7;
  color: #000;
  font-size: 12px;
}

.taishin-insulation {
  display: inline-block;
  margin-right: 0.5em;
  padding: 0.2em 0.5em;
  background: #ff87ae;
  color: #fff;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .renov-heading {
    padding: 20px 0 20px 0;
  }

  .renov-content {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .renov-content1 {
    display: none;
  }

  .renov-item {
    height: auto;
    padding-top: 20px;
    padding-bottom: 30px;
    width: calc(100% - 20px);
    border-bottom: 1px solid #ccc;
  }

  .renov-item:last-child {
    border-bottom: 0;
  }

  .bottom_txo {
    padding-bottom: 50px;
  }

  .top_button_abu {
    position: absolute;
    bottom: 10px;
    right: 0;
  }

  .button_abu {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
  }

  .txo_button_abu {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
  }
}

/* 4.店舗案内 */
.showroom-bg {
  padding: 55px 0 50px 0;
  height: 715px;
  background: url(../img/top/showroom/bg_pc.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.showroom-bg .centering .text-wrap {
  position: absolute;
  padding: 2.5em;
  top: 100px;
  left: 15px;
  width: 550px;
  height: 407px;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.showroom-bg .centering .text-wrap .catch {
  font-family: "yumin-demibold";
  font-size: 18px;
}

.showroom-bg .centering .text-wrap .border {
  margin: 20px 0;
  width: 95px;
  height: 1px;
  background: #007b50;
}

.showroom-bg .centering .tenpo-wrap {
  position: absolute;
  top: 145px;
  right: 0;
  width: 550px;
  height: 470px;
  z-index: 1;
}

.showroom-bg .centering .tenpo-wrap .tenpo-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
}

.showroom-bg .centering .tenpo-wrap .tenpo-grid .tenpo-item {
  position: relative;
  margin-left: 10px;
  margin-bottom: 10px;
  width: calc(50% - 10px);
}

@media screen and (max-width: 768px) {
  .showroom-bg {
    padding: 70px 0 50px 0;
    height: 100%;
    background: url(../img/top/showroom/bg_sp.png);
    background-size: 100% auto;
  }

  .showroom-bg .centering .text-wrap {
    margin-top: 30px;
    margin-bottom: 20px;
    position: relative;
    padding: 1.5em;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .showroom-bg .centering .tenpo-wrap {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}

/* 5.スタッフ紹介 */
.staff-bg {
  padding-top: 65px;
  padding-bottom: 50px;
  background: url(../img/top/staff/bg_pc.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.staff-sub {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  color: #007b50;
  font-family: "yumin-demibold", "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,
    "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 24px;
}

.staff-sub:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 230px;
  display: inline-block;
  width: 820px;
  height: 1px;
  background-color: #007b50;
}

.staff-title {
  color: #fff;
  font-family: "yumin-demibold", "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,
    "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 24px;
}

.staff-title span {
  font-size: 36px;
}

.staff-content-wrap {
  margin: 30px auto;
}

.staff-content {
  margin-bottom: 2em;
  display: flex;
  justify-content: center;
  padding: 10px;
  background: #fff;
}

.staff-content div {
  padding: 5px;
  width: 14.28%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .staff-bg {
    padding-top: 45px;
    padding-bottom: 50px;
    background: url(../img/top/staff/bg_sp.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    overflow-x: hidden;
  }

  .staff-sub {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    color: #007b50;
    font-family: "yumin-demibold", "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
      "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,
      "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro",
      "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 24px;
  }

  .staff-sub:after {
    content: "";
    position: absolute;
    left: 220px;
    display: inline-block;
    width: 165px;
    height: 1px;
    background-color: #007b50;
  }

  .staff-title {
    color: #fff;
    font-family: "yumin-demibold", "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
      "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,
      "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro",
      "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 23px;
    line-height: 46px;
  }

  .staff-title span {
    font-size: 36px;
  }

  .staff-content {
    display: flex;
    flex-wrap: wrap;
  }

  .staff-content div {
    margin-bottom: 20px;
    width: 25%;
  }
}

/* 6.リノベーションにまつわるお役立ち情報 */

@media screen and (max-width: 768px) {
  .home-renov-info {
    overflow-x: hidden;
  }

  .home-renov-info .ttl {
    font-size: 24px;
    letter-spacing: 0.2em;
  }
}

.home-renov-info .sttl img {
  margin: 0 auto;
}

/* 7.スタッフブログ */
.blog-frame {
  padding: 50px 0 45px 0;
  border-top: 3px solid #007b50;
  border-bottom: 3px solid #007b50;
}

.staffblog-content {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  /* margin-left: -20px; */
  border-bottom: 1px solid #ccc;
  justify-content: flex-start;
}

.info-col .staffblog-content {
  margin-top: 10px;
  margin-bottom: 25px;
  padding-bottom: 0px;
}

.staffblog-item {
  margin-left: 20px;
  margin-bottom: 30px;
  width: calc(33.33333% - 20px);
}

.staffblog-content .staffblog-item {
  width: calc(50% - 10px);
}

.staffblog-content .staffblog-item:first-child {
  margin-left: 0;
}

.staffblog-content .renov-object-fit {
  height: 160px;
}

.staffblog-content .renov-title {
  font-size: 14px;
  margin-top: 9px;
  margin-bottom: 0px;
}

.cafe_staffblog-item {
  margin-bottom: 30px;
  width: 32%;
  display: inline-block;
  margin: 0 0.4% 2% 0.4%;
  vertical-align: top;
}

.cafe_staffblog-content .staffblog-item {
  width: calc(50% - 20px);
}

.cafe_staffblog-content .renov-object-fit {
  height: 160px;
}

.cafe_staffblog-content .renov-title {
  font-size: 18px;
  margin-top: 9px;
  margin-bottom: 2%;
  color: #222;
  font-weight: bold;
  line-height: 24px;
}

.wrap_cat-iine {
  text-align: right;
}

.wrap_cat-iine .category,
.wrap_cat-iine .reaction_buttons {
  display: inline-block;
}

div.reaction_buttons li.reaction_button {
  border: none !important;
  color: #56bc95;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .blog-frame {
    margin: 0 15px;
    padding: 50px 0 45px 0;
    border-left: 3px solid #007b50;
    border-right: 3px solid #007b50;
    width: calc(100% - 30px);
  }

  .staffblog-item {
    margin-left: 20px;
    margin-bottom: 30px;
    width: calc(100% - 20px);
  }

  .cafe_staffblog-item {
    margin-left: 20px;
    margin-bottom: 30px;
    width: calc(100% - 20px);
  }
}

@media screen and (max-width: 480px) {
  .staffblog-content .renov-title {
    height: 70px;
  }
}

/* 8.ギャラリー・instagram */
.gallery-row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -50px;
  margin-top: 2em;
}

.gallery-col {
  position: relative;
  margin-left: 50px;
  margin-bottom: 1em;
}

.gallery-more {
  position: absolute;
  top: 0;
  right: 5px;
}

.album-content {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  width: 100%;
}

.album-item {
  margin-left: 5px;
  margin-bottom: 5px;
  width: calc(12.5% - 5px);
}

/*  */
.album-object-fit {
  width: 100%;
  height: 126px;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

@media screen and (max-width: 768px) {
  .gallery-col {
    width: calc(100% - 20px);
  }

  .album-object-fit {
    width: 100%;
    height: 100px;
  }

  .album-item {
    width: calc(25% - 5px);
  }
}

/* 9.ご相談・お問い合わせ */
.contact-banner {
  position: relative;
  margin: 0 auto;
  width: 1061px;
  height: 168px;
}

.contact-btn {
  position: absolute;
  top: 45px;
  right: 35px;
}

.contact-banner-page {
  position: relative;
  margin: 0 auto;
  width: 793px;
  height: 126px;
}

.banner-contact-page {
  position: absolute;
  top: 35px;
  right: 235px;
}

.banner-raiten-page {
  position: absolute;
  top: 35px;
  right: 25px;
}

.arrow-area {
  margin: 40px 0;
  text-align: center;
}

.size {
  font-size: 12px;
}

/* カフェエンラージ休業 */
.cafe-holiday {
  padding: 1em 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
}

/* ------------------------------------------------------
   下層ページ -> 共通 -> ページコンテンツエリア
------------------------------------------------------ */
.page-content {
  padding: 0;
}

.page-content .inner {
  padding: 0 30px;
}

@media screen and (max-width: 768px) {
  .page-content .inner {
    padding: 0;
  }

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

/* ------------------------------------------------------
   下層ページ -> 共通 -> ページタイトル
------------------------------------------------------ */
/* メインタイトル */
.page-title {
  position: relative;
  padding: 1em 0;
  color: #000;
  font-family: "yumin-demibold", "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,
    "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 24px;
  letter-spacing: 0.2em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .page-title {
    letter-spacing: 0;
    font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
      "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,
      "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro",
      "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  }
}

.page-title::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 6px;
  box-sizing: border-box;
}

.page-title::after {
  bottom: 0;
  border-top: 2px solid #333;
  border-bottom: 1px solid #313131;
}

/* ページサブタイトル(英文字) */
.page-subtitle {
  margin-top: 10px;
  color: #007b50;
  font-family: "yumin-demibold";
  font-size: 14px;
  text-align: center;
}

/* ------------------------------------------------------
   下層ページ -> 共通 -> キャプション
------------------------------------------------------ */
/* 2色ライン */
.heading1 {
  margin-top: 50px;
  margin-bottom: 20px;
  padding: 0.8em 0.5em;
  position: relative;
  border-bottom: 5px solid #313131;
  color: #313131;
  font-size: 20px;
  line-height: 23px;
}

.heading1 span {
  padding-left: 10px;
  color: #007b50;
  font-size: 18px;
}

.heading1::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  z-index: 2;
  content: "";
  width: 20%;
  height: 5px;
  background: #007b50;
}

.heading1:first-letter {
  font-size: 30px;
  color: #007b50;
}

/* ボーダーフレーム */
.heading2 {
  margin-bottom: 10px;
  padding: 10px;
  background: #313131;
  border: 2px solid #eee;
  color: #fff;
  font-size: 25px;
  line-height: 35px;
  text-align: center;
}

/* 明朝緑文字 */
.heading3 {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #007b50;
  font-family: "yumin-demibold", "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,
    "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 25px;
  line-height: 35px;
  text-align: center;
}

/* 緑文字 */
.heading4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #007b50;
  font-size: 25px;
  line-height: 35px;
}

/* 明朝黒文字 */
.heading5 {
  margin-bottom: 20px;
  color: #000;
  font-family: "yumin-demibold", "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,
    "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 25px;
  line-height: 35px;
  text-align: center;
}

/* ------------------------------------------------------
   下層ページ -> 共通 -> フレーム
------------------------------------------------------ */
/* 吹き出し */
.frame1 {
  margin-bottom: 20px;
  position: relative;
  padding: 20px;
}

.frame1 .fontb {
  font-size: 20px;
  line-height: 35px;
}

.frame1:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  width: 0;
  height: 0;
}

/* 吹き出しなし */
.frame2 {
  padding: 20px;
}

.frame2 .fontb {
  font-size: 20px;
  line-height: 35px;
}

.bgcolor1 {
  background: #eee;
}

.bgcolor1:after {
  border-top: 15px solid #eee;
}

.bgcolor2 {
  background: #e8ecef;
}

.bgcolor2:after {
  border-top: 15px solid #e8ecef;
}

/* 四隅アクセントボーダーフレーム */
.frame3 {
  position: relative;
  margin-top: 30px;
  padding: 15px 10px;
  border: 5px solid #eeeeee;
  font-family: "yumin-demibold", "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,
    "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 25px;
  text-align: center;
  line-height: 35px;
  z-index: 0;
}

.frame3:before {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 20px;
  height: 20px;
  border-top: 5px solid #007b50;
  border-left: 5px solid #313131;
  z-index: 1;
}

.frame3:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  right: -5px;
  width: 20px;
  height: 20px;
  border-bottom: 5px solid #007b50;
  border-right: 5px solid #313131;
  z-index: 1;
}

/* 太線ボーダー */
.frame4 {
  padding: 2em;
  border: 2px solid #eee;
}

/* 背景あり */
.frame5 {
  padding: 20px;
  background: #f7f7f7;
}

.page-title-area {
  margin-bottom: 30px;
}

.title {
  position: relative;
  padding-bottom: 0.5em;
  border-bottom: 4px solid #333;
  font-size: 20px;
}

.title::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: "";
  width: 25%;
  height: 4px;
  background-color: #007b50;
}

.image-scale {
  width: 100%;
  overflow: hidden;
}

.image-scale img {
  -moz-transition: -moz-transform 0.3s linear;
  -webkit-transition: -webkit-transform 0.3s linear;
  -o-transition: -o-transform 0.3s linear;
  -ms-transition: -ms-transform 0.3s linear;
  transition: transform 0.3s linear;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.image-scale img:hover {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -o-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

@media screen and (max-width: 768px) {
  /* 太線ボーダー */
  .frame4 {
    padding: 1em;
  }
}

/* ------------------------------------------------------
   下層ページ -> 共通 -> アクセント
------------------------------------------------------ */
.ribbon-box {
  display: block;
  position: relative;
  margin: 15px auto;
  margin-bottom: 30px;
  padding: 20px 0;
  width: 100%;
  background: #f1f1f1;
  box-sizing: border-box;
}

.ribbon-box p {
  margin-left: 80px;
  padding-right: 20px;
  font-size: 20px;
}

.ribbon-box p span {
  color: #007b50;
}

.ribbon {
  display: inline-block;
  position: absolute;
  top: -6px;
  left: 15px;
  margin: 0;
  padding: 3px 5px 3px 5px;
  z-index: 2;
  width: 50px;
  text-align: center;
  color: #fff;
  font-family: "Playfair Display SC", serif;
  font-size: 26px;
  background: #313131;
  border-radius: 2px 0 0 0;
}

.ribbon:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 10px solid #313131;
}

/* ------------------------------------------------------
   下層ページ -> 共通 -> ボタン
------------------------------------------------------ */
.button-area {
  margin-top: 30px;
}

.button-area::after {
  content: "";
  display: block;
  clear: both;
}

.button1 {
  position: relative;
  padding: 1em 2em;
  background: #007b50;
  color: #fff;
}

.button1:after {
  position: absolute;
  top: 8px;
  right: 10px;
  font-family: "FontAwesome";
  content: "\f105";
}

.button1:hover {
  color: #fff;
  text-decoration: none;
}

/* ------------------------------------------------------
   下層ページ -> 共通 -> グリッドレイアウト
------------------------------------------------------ */
.grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
}

.grid .grid-item {
  margin-left: 20px;
}

.grid .item75 {
  width: calc(75% - 20px);
}

.grid .item75 img {
  margin-bottom: 0;
}

.grid .item68 {
  width: calc(68% - 20px);
}

.grid .item68 img {
  margin-bottom: 0;
}

.grid .item66 {
  width: calc(66.66667% - 20px);
}

.grid .item66 img {
  margin-bottom: 0;
}

.grid .item50 {
  width: calc(50% - 20px);
}

.grid .item50 img {
  margin-bottom: 0;
}

.grid .item33 {
  width: calc(33.33333% - 20px);
}

.grid .item33 img {
  margin-bottom: 0;
}

.grid .item28 {
  width: calc(28% - 20px);
}

.grid .item28 img {
  margin-bottom: 0;
}

.grid .item25 {
  width: calc(25% - 20px);
}

.grid .item25 img {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .grid {
    margin-left: -10px;
  }

  .grid .grid-item {
    margin-left: 10px;
  }

  .grid .item75 {
    width: calc(100% - 10px);
  }

  .grid .item75 img {
    margin-bottom: 0;
  }

  .grid .item68 {
    width: calc(100% - 10px);
  }

  .grid .item68 img {
    margin-bottom: 0;
  }

  .grid .item66 {
    width: calc(100% - 10px);
  }

  .grid .item66 img {
    margin-bottom: 0;
  }

  .grid .item50 {
    width: calc(100% - 10px);
  }

  .grid .item50 img {
    margin-bottom: 0;
  }

  .grid .item33 {
    width: calc(100% - 10px);
  }

  .grid .item33 img {
    margin-bottom: 0;
  }

  .grid .item28 {
    width: calc(100% - 10px);
  }

  .grid .item28 img {
    margin-bottom: 0;
  }

  .grid .item25 {
    width: calc(100% - 10px);
  }

  .grid .item25 img {
    margin-bottom: 0;
  }
}

/* ------------------------------------------------------
   下層ページ -> 共通 -> グリッドレイアウト100%
------------------------------------------------------ */
.grid-max {
  display: flex;
  margin-left: -20px;
}

.grid-max .grid-item {
  margin-left: 20px;
}

.grid-max .item75 {
  width: calc(75% - 20px);
}

.grid-max .item75 img {
  margin-bottom: 0;
}

.grid-max .item68 {
  width: calc(68% - 20px);
}

.grid-max .item68 img {
  margin-bottom: 0;
}

.grid-max .item50 {
  width: calc(50% - 20px);
}

.grid-max .item50 img {
  margin-bottom: 0;
}

.grid-max .item33 {
  width: calc(33.33333% - 20px);
}

.grid-max .item33 img {
  margin-bottom: 0;
}

.grid-max .item28 {
  width: calc(28% - 20px);
}

.grid-max .item28 img {
  margin-bottom: 0;
}

.grid-max .item25 {
  width: calc(25% - 20px);
}

.grid-max .item25 img {
  margin-bottom: 0;
}

/* ------------------------------------------------------
   下層ページ -> 共通 -> テーブル
------------------------------------------------------ */
.table1 {
  border-collapse: separate;
  border-spacing: 0px 5px;
  margin: 0 auto;
  width: 100%;
}

.table1 th,
td {
  padding: 10px;
}

.table1 th {
  background: #333;
  color: #fff;
}

.table1 td {
  background: #eee;
}

@media screen and (max-width: 768px) {
  .table1 th,
  td {
    display: block;
  }
  .desserts td {
    display: table-cell;
  }
  .ui-datepicker table td {
    display: table-cell;
  }
  .ui-widget.ui-widget-content {
    z-index: 9 !important;
  }
}

.table2 {
  border-collapse: separate;
  border-spacing: 0px 5px;
  margin: 0 auto;
  width: 100%;
}

.table2 th,
.table2 td {
  padding: 10px 10px 10px 20px;
}

.table2 th {
  text-align: left;
}

.table2 tr {
  background: #fff;
}

.table2 tr:nth-child(even) {
  background: #f7f7f7;
}

@media screen and (max-width: 768px) {
  .table2 th,
  .table2 th td {
    display: block;
  }

  .table2 th {
    padding: 1em 0;
    text-align: center;
    background: #f7f7f7;
  }

  .table2 tr:nth-child(even) {
    background: #fff;
  }
}

.table3 {
  border-spacing: 0px 5px;
  margin: 0 auto;
  padding: 20px;
  width: 85%;
  border-top: 1px solid #ccc;
}

.table3 th,
.table3 td {
  padding: 10px 10px 10px 20px;
  border-bottom: 1px solid #ccc;
}

.table3 th {
  width: 25%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .table3 {
    border-spacing: 0px 5px;
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }

  .table3 th,
  .table3 td {
    display: block;
  }

  .table3 th {
    padding: 1em 0;
    text-align: center;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .table2 th {
    width: 130px;
  }
}

/* ------------------------------------------------------
   下層ページ -> 共通 -> Google Mapsレスポンシブ
------------------------------------------------------ */
.ggmap {
  margin: 0 auto;
  margin-bottom: 1em;
  position: relative;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* ------------------------------------------------------
   360°レスポンシブ
------------------------------------------------------ */
.iframe-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* ------------------------------------------------------
   下層ページ -> 共通 -> 画像
------------------------------------------------------ */
/* リノベーション - > ステップ */
.renovation-object-fit {
  width: 100%;
  height: 150px;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

/* ------------------------------------------------------
   下層ページ -> 共通 -> 注意書き
------------------------------------------------------ */
.caution {
  color: #ff0000;
}

.green {
  color: #007b50;
}

.contact-heading {
  margin-bottom: 20px;
  color: #007b50;
  font-size: 18px;
  font-style: italic;
}

/* ------------------------------------------------------
   下層ページ -> 担当スタッフ画像
------------------------------------------------------ */
.tantou-staff-grid {
  display: flex;
  /*flex-wrap: wrap;*/
  margin-bottom: 5px;
}

.tantou-staff-grid-item {
  margin-left: 5px;
  margin-bottom: 5px;
  margin-right: 20px;
  width: 150px;
}

@media screen and (max-width: 768px) {
  .tantou-staff-grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 5px;
  }
  .tantou-staff-grid-item {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 10px;
    width: 48%;
  }
  .tantou-staff-grid-item img {
    width: 100%;
  }
}

/* ------------------------------------------------------
   下層ページ -> イベント情報一覧ページ
------------------------------------------------------ */
.event-post {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  padding: 13px 12px;
  width: 100%;
  border: 1px solid #231815;
  color: inherit;
}
.event-post:hover {
  text-decoration: none;
}

.event-post .image {
  width: 100%;
  height: 208px;
}

.event-post .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event-post .data {
  margin-top: 24px;
}

.event-post .data h3 {
  margin-bottom: 10px;
  font-family: "yumin-demibold", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.event-post .data .event_text {
  margin-bottom: 20px;
}

.event-post .data .event_text .date {
  display: flex;
  align-items: center;
}

.event-post .data .event_text .date:not(:first-of-type) {
  margin-top: 16px;
}

.event-post .data .event_text .date strong {
  display: block;
  flex-shrink: 0;
  margin-right: 10px;
  padding: 5px 3px 3px;
  width: 20%;
  color: #007D3F;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 2;
  border: 1px solid #0D793D;
  text-align: center;
}

.event-post .data .event_text .date p {
  font-size: 13px;
  line-height: 1.4;
}

.event-post .event-more-btn {
  margin-top: auto;
}

.event-post .event-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #007D3F;
  width: 100%;
  height: 58px;
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
}

.event-post .event-btn > span {
  position: relative;
  display: inline-block;
  padding-right: 55px;
}

.event-post .event-btn > span::after {
  position: absolute;
  top: calc(50% - 6px);
  right: 0;
  content: '';
  display: block;
  background: url('../img/common/page/icon_arrow_01.png') no-repeat;
  background-size: 100%;
  width: 28px;
  height: 6px;
}

.event-post .event-btn:hover {
  text-decoration: none;
}

.event-post .event-label::before {
  position: absolute;
  top: -65px;
  right: -15px;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 100px solid transparent;
  border-bottom: 100px solid transparent;
  border-left: 100px solid #231815;
  border-right: 0;
  transform: rotate(-45deg);
}

.event-post .event-label::after {
  position: absolute;
  top: 44px;
  right: -2px;
  display: block;
  content: '終了しました';
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  transform: rotate(45deg);
  z-index: 1;
}
  .top_event_secondedition .event-post:last-of-type {
    display: none;
  }
@media screen and (min-width: 769px) {
  .event-archive {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  .event-post {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    padding: 13px 12px;
    width: 48%;
  }

  .top_event_secondedition .event-post {
    width: 32%;
  }

  .top_event_secondedition .event-post:last-of-type {
    display: flex;
  }

  .event-post .image {
    height: 236px;
  }

  .event-post .data {
    margin-top: 21px;
  }

  .event-post .data h3 {
    margin-bottom: 15px;
    font-size: 18px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .event-post .data .event_text {
    margin-bottom: 30px;
  }

  .event-post .data .event_text .date:not(:first-of-type) {
    margin-top: 18px;
  }

  .event-post .data .event_text .date strong {
    margin-right: 13px;
    padding: 6px;
    width: 24%;
    font-size: 14px;
  }

  .event-post .data .event_text .date p {
    font-size: 14px;
    line-height: 1.5;
  }

  .event-post .event-more-btn {
    margin-top: auto;
  }

  .event-post .event-btn {
    height: 65px;
    font-size: 18px;
  }

  .event-post .event-btn > span {
    position: relative;
    display: inline-block;
    padding-right: 55px;
  }

  .event-post .event-btn > span::after {
    top: calc(50% - 6px);
    width: 32px;
    height: 7px;
  }
}

.gray {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}

.e_ended {
  position: absolute;
  top: 0;
  right: 0;
}

/* ------------------------------------------------------
   下層ページ -> イベント情報個別ページ
------------------------------------------------------ */
.seko-single-title,
.album-single-title {
  margin-top: 50px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-family: "yumin-demibold", "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,
    "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 2px solid #007b50;
}

/* カテゴリアイコン */
.event-icon-list {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
  padding: 10px 0;
  border-top: 2px solid #eee;
}

/* カテゴリ１ */
.event-icon01 {
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 0.5em;
  background: #339900;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.event-icon02 {
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 0.5em;
  background: #0d69ce;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.event-icon03 {
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 0.5em;
  background: #fb8303;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.event-icon04 {
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 0.5em;
  background: #ff3333;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.event-icon05 {
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 0.5em;
  background: #07b3fb;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.event-icon06 {
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 0.5em;
  background: #fc8ec7;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.tab-box {
  position: relative;
  margin: 2em 0;
  padding: 0.5em 1em;
  border: solid 3px #313131;
}

.tab-box .box-title {
  position: absolute;
  display: inline-block;
  top: -27px;
  left: -3px;
  padding: 0 9px;
  height: 25px;
  line-height: 25px;
  vertical-align: middle;
  font-size: 13px;
  background: #313131;
  color: #fff;
  font-weight: bold;
}

.tab-box ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: square;
}

.tab-box ul li:after {
  content: " / ";
  padding: 10px;
}

.event-single .event-single-heading {
  color: #000;
  font-family: "yumin-demibold", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.event-single .event-single-image {
  margin-top: 20px;
}

.event-single .event-single-image-alt {
  margin-top: 40px;
  font-size: 14px;
  line-height: 2;
}

.event-single .event-single-box {
  margin-top: 40px;
  padding: 24px;
  border: 1px solid #231815;
}

.event-single .event-single-area .date {
  display: flex;
  align-items: baseline;
}

.event-single .event-single-area .date:not(:first-of-type) {
  margin-top: 16px;
}

.event-single .event-single-area .date strong {
  display: block;
  flex-shrink: 0;
  margin-right: 13px;
  padding: 5px 3px 3px;
  width: 12%;
  color: #007D3F;
  font-size: 14px;
  font-family: "yumin-demibold", "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
  "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,
  "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro",
  "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 0.05em;
  line-height: 2;
  border: 1px solid #0D793D;
  text-align: center;
}

.event-single .event-single-area .date p {
  font-size: 14px;
  line-height: 2;
}

.event-single .event-single-area .event-single-map {
  display: inline-block;
  color: #007D3F;
  font-size: 14px;
  line-height: 2;
}

.event-single .event-single-cat {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #231815;
}

.event-single .event-single-cat li {
  margin-right: 8px;
  background-color: #3F3F3F;
  color: #fff;
  padding: 3px 12px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2;
  border: 1px solid #3F3F3F;
}

.event-single .event-single-consultation {
  margin-top: 30px;
  padding: 19px 18px;
  background-color: rgba(0,125,63,0.1);
}

.event-single .event-single-consultation-title {
  color: #007D3F;
  font-size: 14px;
  font-family: "yumin-demibold", "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
  "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,
  "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro",
  "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 0.05em;
  line-height: 2;
}

.event-single .event-single-consultation-list {
  margin-top: 18px;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 2;
}

.event-single .event-single-consultation-list li {
  position: relative;
  display: inline;
  padding-right: 10px;
}

.event-single .event-single-consultation-list li:not(:last-of-type)::after {
  position: relative;
  right: -2px;
  top: -1px;
  content: '/';
  display: inline-block;
  width: 0;
  height: 0;
}

.event-single .event-single-summary {
  margin-top: 50px;
}

.event-single .event-single-title {
  margin-bottom: 30px;
  padding: 30px 0;
  color: #007E3F;
  font-family: "yumin-demibold", "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,
    "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: center;
}

.event-single .event-single-summary-text {
  margin-top: 50px;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 2;
}

.event-single .event-single-explanation {
  margin-top: 50px;
}

.event-single .event-single-explanation-box {
  width: 100%;
  margin-bottom: 30px;
}

.event-single .event-single-explanation-image {
  width: 100%;
  height: 230px;
}

.event-single .event-single-explanation-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event-single .event-single-explanation-text {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
}

.form-new {
  margin-top: 50px;
}

.event-single .event-single-form-desc {
  margin-top: 35px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2;
}

.form-new .form-container {
  margin-top: 30px;
  padding: 0;
}

.contact-form-new {
  width: 100%;
}

.contact-form-new th {
  position: relative;
  padding: 31px 20px;
  width: 236px;
  background-color: rgba(0, 123, 80, 0.1);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: left;
  vertical-align: text-bottom;
}

.contact-form-new th .required {
  position: absolute;
  top: 29px;
  right: 19px;
  display: block;
  padding: 1px 16px;
  background: #B10000;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 2;
}

.contact-form-new th .unrequired {
  position: absolute;
  top: 29px;
  right: 19px;
  display: block;
  padding: 1px 16px;
  background: #414141;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 2;
}

.contact-form-new td {
  padding: 31px 20px;
}

.contact-form-new .form-ninzu td {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.contact-form-new .form-ninzu td > p {
  display: inline-block;
  width: 30%;
}

.contact-form-new .form-ninzu td > p:first-of-type {
  margin-right: 15px;
}

.contact-form-new .form-ninzu td > p input[type="text"] {
  width: 45%;
  margin: 0 10px;
}

.form-kibo td input[type="date"] {
  /* border: 0;
  padding: 0.8em 1em;
  width: 61%;
  background: #f7f7f7;
  border-radius: 0;
  color: #333;
  margin-bottom: 15px; */
  position: relative;
    width: 61%;
    background: #f7f7f7;
    border: 0;
    font-size: 1.4rem;
    padding: 0.8em 1em;
    margin: 0.5em 0 1em;
    border-radius: 0;
    font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.form-kibo td input[type="date"]::-webkit-inner-spin-button {
  display: none;
}

.form-kibo td input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
  color: transparent;
}
.form-kibo .form-kibo-kibotime {
  display: flex;
  align-items: center;
}


.form-kibo .form-kibo-kibotime-area {
  display: flex;
  align-items: baseline;
  width: 50%;
}

.form-kibo .form-select-wrap {
  position: relative;
  width: 60%;
  margin: 0 15px;
}

.contact-form-new .form-select-wrap {
  position: relative;
  width: 50%;
}

.contact-form-new .form-select-wrap::after,
.raiten-new .contact-form .form-kibo .form-select-wrap::after {
  content: '';
  position: absolute;
  top: 8px;
  right: 16px;
  display: block;
  width: 12px;
  height: 12px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  transform: rotate(45deg);
}

.raiten-new .contact-form .form-kibo .form-select-wrap::after {
  top: 11px;
}

.form-select-wrap select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.contact-form-new input[type="checkbox"] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.contact-form-new input[type="checkbox"]:checked:before {
  position: absolute;
  top: 1px;
  left: 4px;
  transform: rotate(50deg);
  width: 4px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: "";
}

.form-new input[type="submit"] {
  display: inline-block;
  margin: 1em 0;
  padding: 1.5em 1.5em;
  width: 270px;
  border: 5px solid #007b50;
  background: #007b50;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.form-new input[type="submit"]:hover {
  color: #fff;
  opacity: 0.8;
}

.contact-form-new span.wpcf7-not-valid-tip {
  font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  font-size: 14px !important;
  background-color: #fff;
}

.contact-form-new .form-notes {
  margin-top: 10px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
}

.event-single .related_blog {
  margin-top: 50px;
}

.event-single .related_blog .event-single-title {
  margin-bottom: 40px;
}

.event-single .btn-prev,
.event-single .btn-next,
.event-single .btn-back {
  background: #fff;
  border: 1px solid #007E3F;
  color: #007E3F;
  font-size: 14px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .event-single .event-single-box {
    padding: 14px 12px;
  }
  .event-single .event-single-area .date strong {
    padding: 3px 0px;
    width: 24%;
  }
  .event-single .event-single-cat {
    margin-left: -8px;
  }
  .event-single .event-single-cat li {
    margin: 0 0 8px 8px;
    padding: 3px 20px;
  }
  .event-single .event-single-consultation {
    margin-top: 15px;
  }
  .event-single .event-single-consultation-list {
    margin-top: 10px;
  }
  .contact-form-new tbody,
  .contact-form-new tr {
    display: block;
  }
  .contact-form-new th {
    display: block;
    padding: 22px 15px;
    width: 100%;
  }
  .contact-form-new th .required,
  .contact-form-new th .unrequired {
    top: 21px;
    right: 15px;
  }
  .contact-form-new td {
    display: block;
    padding: 13px 0;
  }
  .contact-form-new td input[type="text"],
  .contact-form-new td input[type="email"],
  .contact-form-new td input[type="tel"],
  .contact-form-new td input[type="date"],
  .contact-form-new td select {
    padding: 17px 15px!important;
  }
  .contact-form-new .input50 input[type="text"] {
    width: 100%;
  }
  .form-kibo td input[type="date"] {
    width: 100%;
  }
  input[type="date"] {
    width: 90vw!important;
    margin: 0 auto 4vw!important;
    display: block;
    line-height: 4;
    height: 50px;
  }
  .contact-form-new .form-ninzu td > p {
    width: 50%;
  }
  .contact-form-new .form-ninzu td > p input[type="text"] {
    width: 46%;
    margin: 0 10px;
  }
  .form-new input[type="submit"] {
    /* width: 100%; */
  }
  .contact-form-new .form-select-wrap {
    color: #333;
    font-size: 14px;
  }
  .contact-form-new .form-select-wrap::after,
  .raiten-new .contact-form .form-kibo .form-select-wrap::after {
    top: 13px;
  }
  .form-kibo .form-select-wrap {
    width: 46%;
    margin: 0 15px;
    color: #333;
    font-size: 14px;
  }
}

@media screen and (min-width: 769px) {
  .event-single .event-single-explanation {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
  }
  .event-single .event-single-explanation-box {
    width: 48%;
    margin-bottom: 30px;
  }
  .event-single .event-single-explanation-image {
    height: 253px;
  }
  .contact-form-new tr {
    position: relative;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.3) 5px, transparent 5px);
    background-size: 10px 1px;
    background-repeat: repeat-x;
    background-position: left top;
  }
  .contact-form-new tr:last-of-type::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.3) 5px, transparent 5px);
    background-size: 10px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
  }
  .event-single .event-single-area .event-single-map {
    margin-left: 16px;
  }
  .event-single .btn-prev,
  .event-single .btn-next,
  .event-single .btn-back {
    font-size: 18px;
    padding: 20px 45px;
  }
}

/* ------------------------------------------------------
   下層ページ -> リノベーション一覧ページ
------------------------------------------------------ */

.renov-menu-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: 30px;
}

.renov-menu-list li {
  position: relative;
  margin-left: 20px;
  margin-bottom: 10px;
  width: calc(25% - 20px);
  border: 1px solid #007b50;
  text-align: center;
  line-height: 50px;
}

.renov-menu-list li::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 10px solid #56bc95;
  border-left: 10px solid transparent;
}

.renov-menu-list li a {
  display: block;
  color: #000;
  font-weight: 700;
}

.renov-menu-list li a:hover {
  background: #007b50;
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .renov-menu-list {
    margin-left: -10px;
    margin-bottom: 20px;
  }

  .renov-menu-list li {
    margin-left: 10px;
    margin-bottom: 10px;
    width: calc(50% - 10px);
  }
}

/* ------------------------------------------------------
   下層ページ -> リノベーション個別ページ
------------------------------------------------------ */
/* サムネイルギャラリー */
.renov-gallery-main {
  text-align: center;
  height: 530px;
}

.renov-gallery-main img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 530px;
  object-fit: contain;
  font-family: "object-fit: contain;";
}

.renov-gallery-thumb ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
  margin-left: -5px;
  margin-bottom: 30px;
}

.renov-gallery-thumb li {
  margin-left: 5px;
  margin-bottom: 5px;
  width: calc(14.28% - 5px);
}

.renov-gallery-main2 {
  text-align: center;
  margin-bottom: 5px;
  position: relative;
}

.renov-gallery-main2 img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  font-family: "object-fit: contain;";
}

.renov-gallery-main2 .glass {
  position: absolute;
  bottom: 5px;
  right: 5px;
}

.renov-gallery-main2 .thumb-item-text {
  margin-top: 10px;
}

.thumb-item-nav_box {
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  margin-bottom: 20px;
}

.thumb-item-nav_box img {
  padding: 2px;
  cursor: pointer;
}

.thumb-item-nav_box .slick-prev {
  left: 0;
  z-index: 999;
}

.thumb-item-nav_box .slick-next {
  right: 0;
  z-index: 999;
}


@media screen and (min-width: 767px) {
  .renov-gallery-main2 img {
    height: 530px;
  }
  .renov-gallery-main2.is-text {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .renov-gallery-main2 {
    text-align: center;
    margin-bottom: 5px;
    position: relative;
  }

  .renov-gallery-main2 img {
    margin: 0 auto;
    width: auto;
    height: 270px;
    object-fit: contain;
    font-family: "object-fit: contain;";
  }

  .renov-gallery-main2 .glass {
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 20%;
  }

  .renov-gallery-main2 .glass img {
    width: auto;
    height: auto;
  }
}

/* ポイント */
.renov-point {
  display: flex;
  margin-top: 50px;
  margin-bottom: 30px;
}

.renov-point .point-left {
  width: 80px;
}
.renov-point .point-left .circle_p .caption{
  text-align: center;
  font-size: 10px;
  line-height: 1.2;
  margin-top: 3px;
}
@media screen and (max-width: 768px) {
  .renov-point .point-left .circle_p .caption{
    font-size: 10px;
  }
  }

.renov-point .point-right {
  padding-left: 15px;
  width: calc(100% - 80px);
}

.renov-point .point-right h3 {
  color: #007b50;
  font-size: 18px;
  line-height: 25px;
}

.renov-point .circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  font-family: "yumin-demibold", "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,
    "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 15px;
  color: #fff;
  background-color: #007b50;
  text-align: center;
}

.renov-point .circle p {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.renov-point .circle_p img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}

/* 間取り図 */
.renov-madori {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.renov-madori li {
  width: 45%;
  color: #007b50;
}

.renov-madori li:nth-child(2) {
  width: 10%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  /* サムネイルギャラリー */
  .renov-gallery-main {
    height: 300px;
  }

  .renov-gallery-main img {
    max-height: 300px;
  }
}

.wrap_perth {
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
  -webkit-justify-content: space-around;
}

.wrap_perth .fbox {
  width: 50%;
  height: auto !important;
}

.wrap_perth .fbox:nth-child(1) {
  padding-right: 20px;
}

.wrap_perth .wrap_perth-design-main img,
.wrap_perth .before-main img {
  height: auto;
  width: 100%;
}

.wrap_perth .wrap_perth-design-thumb ul,
.wrap_perth .before-thumb ul {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 0;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.wrap_perth .wrap_perth-design-thumb ul li,
.wrap_perth .before-thumb ul li {
  width: 17%;
  margin-left: 3%;
  margin-bottom: 1.2rem;
}

/* ------------------------------------------------------
   下層ページ -> イベント情報一覧ページ
------------------------------------------------------ */
.seko-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
}

.seko-list-item {
  position: relative;
  margin-left: 20px;
  margin-bottom: 20px;
  width: calc(33.33333% - 20px);
  border-radius: 10px;
  height: 560px;
  position: relative;
}

.seko-list-item img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.seko-item-image {
  position: relative;
  margin-bottom: 10px;
  height: 215px;
}

.seko-new {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.5em;
  background: #ed1c24;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .seko-list {
    margin-left: -10px;
    margin: 0 auto !important;
  }

  .seko-list-item {
    margin-left: 0px !important;
    width: calc(100% - 0px);
    height: 600px;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
  }

  .seko-list-item img {
    max-width: 100%;
    width: 100%;
    height: auto;
    max-height: 260px;
    object-fit: cover;
  }

  .seko-item-image {
    width: 100%;
    height: auto;
  }
}

/* ------------------------------------------------------
   下層ページ -> 施工事例個別ページ
------------------------------------------------------ */
.seko-comment-area {
  padding: 20px;
  background: #eee;
  border-radius: 10px;
}

.seko-comment {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #fff;
}

.seko-post-grid {
  display: flex;
  margin-left: -20px;
  margin-bottom: 20px;
}

.seko-post-grid-item40 {
  margin-left: 20px;
  width: calc(40% - 20px);
}

.seko-post-grid-item60 {
  margin-left: 20px;
  width: calc(60% - 20px);
}

.seko-post-grid-item33 {
  margin-left: 20px;
  width: calc(33.33333% - 20px);
}

.seko-post-grid-item33 img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.seko-voice-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 30px 0;
  margin-left: -20px;
}

.seko-voice-item {
  margin-left: 20px;
  width: calc(33.33333% - 20px);
}

.seko-voice-item img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.renov-content.renov-single {
  /* margin-top: 50px; */
}

.renov-content.renov-single .renov-item {
  height: auto;
}

.renov-content.renov-single .renov-item:last-of-type {
  display: none;
}

@media screen and (max-width: 768px) {
  .seko-post-grid {
    flex-wrap: wrap;
    margin-left: -10px;
    margin-bottom: 20px;
  }

  .seko-post-grid-item40 {
    margin-left: 10px;
    width: calc(100% - 10px);
  }

  .seko-post-grid-item60 {
    margin-left: 10px;
    width: calc(100% - 10px);
  }

  .seko-post-grid-item33 {
    margin-left: 10px;
    width: calc(33.33333% - 10px);
  }

  .renov-content.renov-single .renov-item:last-of-type {
    display: block;
  }
}

.seko-table {
  border-collapse: separate;
  border-spacing: 0px 3px;
  margin: 0 auto;
  width: 100%;
}

.seko-table th,
td {
  padding: 10px;
}

.seko-table th {
  background: #333;
  color: #fff;
  width: 130px;
}

.seko-table td {
  background: #eee;
}

@media screen and (max-width: 768px) {
  .seko-table th {
    background: #333;
    color: #fff;
    width: 40%;
  }
}

/* ------------------------------------------------------
   下層ページ -> スタッフ紹介
------------------------------------------------------ */
.staff-menu-list {
  display: flex;
  margin-left: -10px;
}

.staff-menu-list li {
  margin-left: 10px;
  width: calc(25% - 10px);
  background: #007b50;
  text-align: center;
}

.staff-menu-list li a {
  display: block;
  padding: 0.5em;
  color: #fff;
  line-height: 30px;
}

.staff-menu-list li a:hover {
  text-decoration: none;
}

.staff-menu-list li a:after {
  display: block;
  content: "\f107";
  color: #fff;
  font-family: "FontAwesome";
  text-align: center;
  line-height: 10px;
}

.staff-area {
  margin-bottom: 50px;
}

.staff {
  display: flex;
  margin-left: -20px;
}

.staff .image {
  margin-left: 20px;
  width: calc(30% - 20px);
}

.staff .image img {
  width: 100%;
  height: auto;
}

.staff .data {
  margin-left: 20px;
  width: calc(70% - 20px);
}

@media screen and (max-width: 768px) {
  .staff {
    display: block;
    margin: auto;
    padding-top: 80px;
    margin-top: -80px;
  }

  .staff .image {
    margin: auto;
    width: 70%;
    padding-bottom: 10px;
  }

  .staff .data {
    margin-left: 0px;
    width: auto;
  }
}

.staff-heading {
  padding: 0.8em;
  margin: 0 0 20px;
  background: #313131;
  color: #fff;
  font-family: "yumin-demibold", "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,
    "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 25px;
}

.profile {
  margin-top: 5px;
  padding: 1em;
  background: #f7f7f7;
}

.profile h4 {
  margin-bottom: 10px;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .staff-menu-list {
    flex-wrap: wrap;
  }

  .staff-menu-list li {
    margin-bottom: 10px;
    width: calc(50% - 10px);
  }
}

/* ------------------------------------------------------
   下層ページ -> 会社案内
------------------------------------------------------ */
.voice {
  margin-bottom: 30px;
}

.voice-naiyo-grid {
  margin-bottom: 20px;
  display: flex;
}

.voice-naiyo-grid .voice-naiyo-left {
  padding: 1em;
  width: 36%;
}

.voice-naiyo-grid .voice-naiyo-left img {
  width: 100%;
  height: auto;
}

.voice-naiyo-grid .voice-naiyo-right {
  padding: 1em;
  width: 65%;
}

.voice-naiyo {
  margin-bottom: 20px;
  width: 100%;
}

.voice-naiyo::after {
  content: "";
  display: block;
  clear: both;
}

.voice-naiyo dt {
  padding: 0.8em;
  float: left;
  clear: left;
  width: 140px;
  background: #313131;
  color: #fff;
  border: 1px solid #313131;
}

.voice-naiyo dd {
  padding: 0.8em;
  float: left;
  width: calc(100% - 140px);
  padding-right: 15px;
  border: 1px solid #c6c6c6;
}

@media screen and (max-width: 768px) {
  .voice-naiyo-grid {
    display: block;
  }

  .voice-naiyo-grid .voice-naiyo-left,
  .voice-naiyo-grid .voice-naiyo-right,
  .voice-naiyo dt,
  .voice-naiyo dd {
    width: 100%;
  }
}

.tanto-heading {
  margin-bottom: 8px;
  font-family: "yumin-demibold", "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,
    "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 700;
}

.voice-grid {
  margin-top: 20px;
  margin-bottom: 30px;
  display: flex;
  margin-left: -20px;
}

.voice-grid-item {
  margin-left: 20px;
  width: calc(50% - 20px);
}

.voice-grid-item img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .voice-grid {
    flex-direction: column;
  }

  .voice-grid-item {
    width: auto;
  }
}

/* ------------------------------------------------------
   下層ページ -> ギャラリー一覧ページ
------------------------------------------------------ */
.galley-menu-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: 30px;
}

.galley-menu-list li {
  position: relative;
  margin-left: 20px;
  margin-bottom: 10px;
  width: calc(25% - 20px);
  border: 1px solid #007b50;
  text-align: center;
  line-height: 50px;
}

.galley-menu-list li::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 10px solid #56bc95;
  border-left: 10px solid transparent;
}

.galley-menu-list li a {
  display: block;
  color: #000;
  font-weight: 700;
}

.galley-menu-list li a:hover {
  background: #007b50;
  color: #fff;
  text-decoration: none;
}

.gallery-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
}

.gallery-item {
  position: relative;
  margin-left: 20px;
  margin-bottom: 20px;
  width: calc(33.3% - 20px);
  height: auto;
  overflow: hidden;
}

.gallery-item .caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  padding: 1em;
  width: 100%;
  color: #fff;
  font-family: "yumin-demibold", "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,
    "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 25px;
  font-size: 15px;
}

.gallery-wrap .gallery-item img {
  height: 250px;
}

.gallery-wrap .gallery-item a {
  opacity: 1;
}

.gallery-item .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.gallery-item:hover .mask {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .galley-menu-list {
    margin-left: -10px;
    margin-bottom: 20px;
  }

  .galley-menu-list li {
    margin-left: 10px;
    margin-bottom: 10px;
    width: calc(50% - 10px);
  }

  .gallery-wrap {
    margin-left: -10px;
  }

  .gallery-item {
    margin-left: 10px;
    margin-bottom: 10px;
    width: calc(33.33333% - 10px);
  }
}

.gallery-post + .width .slick-slide img {
  height: 139px;
  object-fit: cover;
}

/* ------------------------------------------------------
   下層ページ -> ギャラリー個別ページ
------------------------------------------------------ */
.gallery-content {
  display: flex;
  margin-left: -20px;
}

.gallery-content .image {
  margin-left: 20px;
  width: calc(520px - 20px);
}

.gallery-content .image .main-image {
  width: 500px;
  height: 333px;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.gallery-content .text {
  margin-left: 20px;
  width: calc(290px - 20px);
  height: 333px;
  overflow-y: auto;
}

@media screen and (max-width: 768px) {
  .gallery-content {
    flex-wrap: wrap;
    margin-left: 0;
  }

  .gallery-content .image {
    margin-left: 0;
    margin-bottom: 15px;
    width: 100%;
  }

  .gallery-content .image .main-image {
    width: 100%;
    height: auto;
  }

  .gallery-content .text {
    margin-left: 0;
    width: 100%;
    height: auto;
    overflow-y: none;
  }
}

/* ------------------------------------------------------
   下層ページ -> 会社案内
------------------------------------------------------ */
.company-bg {
  position: relative;
  height: 740px;
  background: url(../img/page/company/bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.company-bg .company-text {
  position: absolute;
  top: 170px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 790px;
  color: #fff;
  text-align: center;
}

.company-bg .company-text .catch {
  margin-bottom: 2em;
  font-family: "yumin-demibold";
  font-size: 24px;
  line-height: 44px;
}

@media screen and (max-width: 768px) {
  .campany-bg {
    background: url(../img/page/company/bg.png);
    background-size: 100% auto;
  }

  .campany-bg .company-text {
    width: 100%;
  }

  .campany-bg .company-text .catch {
    font-size: 15px;
    line-height: 38px;
  }
}

.daihyo-heading {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 0 0 0 55px;
  color: #007b50;
  font-family: "yumin-demibold", "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,
    "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 24px;
}

.daihyo-heading:before {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background: #007b50;
}

.daihyo-heading:before {
  left: 0;
}

.company-chikai {
  padding-left: 50px;
}

.company-chikai li {
  font-size: 18px;
  line-height: 50px;
}

.company-chikai li span {
  margin-right: 20px;
  padding: 0.5em;
  background: #f7f7f7;
  color: #007b50;
  font-family: "yumin-demibold", "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,
    "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 18px;
  font-style: italic;
}

@media screen and (max-width: 768px) {
  .company-chikai {
    padding-left: 0;
  }

  .company-chikai li {
    font-size: 15px;
    line-height: 50px;
  }

  .company-chikai li span {
    margin-right: 10px;
  }
}

/* ------------------------------------------------------
   下層ページ -> 選ばれる理由
------------------------------------------------------ */
.point-catch {
  margin-top: 50px;
  margin-bottom: 50px;
  color: #007b50;
  font-family: "yumin-demibold", "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,
    "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 18px;
  font-family: 700;
  text-align: center;
  line-height: 36px;
}

.point-step-heading {
  margin: 30px 0 20px 0px;
  border: 1px solid #a0a0a0;
  font-family: "yumin-demibold", "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,
    "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 700;
  font-size: 18px;
  font-style: italic;
  text-align: center;
  line-height: 50px;
}

.point-step-heading .sfont {
  font-size: 14px;
}

.point-step-heading .number {
  font-size: 36px;
}

.point-heading {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.point-grid {
  margin-top: 20px;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  margin-left: -20px;
}

.point-grid-item-large {
  margin-left: 20px;
  width: calc(66.66667% - 20px);
}

.point-grid-item-large2 {
  margin-left: 20px;
  width: calc(66.66667% - 20px);
}

.point-grid-item-small {
  margin-left: 20px;
  width: calc(33.33333% - 20px);
}

.point-grid-item-small2 {
  margin-left: 20px;
  width: calc(33.33333% - 20px);
}

.point-grid-item-small2 p {
  text-align: center;
}

.point-grid-item-small2 img {
  margin: 0 auto;
  width: auto;
  max-width: auto;
}

.point-button-area {
  margin: 0 auto;
}

.point-button-area li {
  display: inline-block;
  padding-right: 10px;
}

@media screen and (max-width: 768px) {
  .point-button-area li {
    display: block;
    margin-bottom: 10px;
    padding-right: 0;
    text-align: center;
  }

  .point-grid-item-small2 {
    margin-left: 20px;
    width: calc(33.33333% - 20px);
  }

  .point-grid-item-large2 {
    margin-left: 20px;
    width: calc(66.66667% - 20px);
  }
}

/* ------------------------------------------------------
   下層ページ -> ギャラリー一覧ページ
------------------------------------------------------ */
.school-bg {
  margin-top: 20px;
  padding: 30px 10px 20px 10px;
  background: url(../img/top/showroom/bg_pc.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.school-bg .centering .text-wrap {
  position: relative;
  margin: 0 10px;
  padding: 2.5em;
  width: calc(100% - 20px);
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.school-bg .centering .text-wrap .catch {
  font-family: "yumin-demibold";
  font-size: 18px;
}

.school-bg .centering .text-wrap .border {
  margin: 20px 0;
  width: 95px;
  height: 1px;
  background: #007b50;
}

.school-bg .centering .tenpo-wrap {
  margin-top: 20px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.school-bg .centering .tenpo-wrap .tenpo-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
}

.school-bg .centering .tenpo-wrap .tenpo-grid .tenpo-item {
  margin-left: 10px;
  margin-bottom: 10px;
  width: calc(25% - 10px);
}

.caption1 {
  position: relative;
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 0 55px;
  color: #007b50;
  font-size: 25px;
  text-align: center;
}

.caption1:before,
.caption1:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 3px;
  background: black;
}

.caption1:before {
  left: 0;
}

.caption1:after {
  right: 0;
}

/* ------------------------------------------------------
   下層ページ -> 補助金を活用してリフォーム
------------------------------------------------------ */
.kaigo-heading {
  margin-top: 30px;
  margin-bottom: 10px;
  color: #007b50;
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
  font-weight: normal;
}

.kaigo-heading1 {
  margin-top: 40px;
  font-family: "yumin-demibold", "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,
    "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
}

.kaigo-heading1 span {
  color: #da0000;
}

.hojyokin-heading {
  border: 1px solid #333;
  color: #000;
  font-size: 24px;
  font-style: italic;
  text-align: center;
  line-height: 70px;
}

.hojyokin-heading .label {
  margin-right: 20px;
  padding: 0.5em;
  color: #969696;
  font-family: "yumin-demibold", "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,
    "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 18px;
}
.yumin {
  font-family: "yumin-demibold", "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,
    "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.hojyokin-heading .label .number {
  font-size: 24px;
}

.hojyokin-heading .sfont {
  padding-left: 20px;
  color: #007b50;
  font-size: 18px;
}

.hojyokin-seko {
  margin-bottom: 20px;
  padding: 2em 50px;
}

.hojyokin-seko .price {
  padding: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hojyokin-seko .price .price-left {
  padding: 1em;
  border: 1px solid #007b50;
}

.hojyokin-seko .price .price-left p {
  text-align: center;
  font-weight: 700;
}

.hojyokin-seko .price .price-left p .sfont {
  font-size: 12px;
}

.hojyokin-seko .price .price-left .shikyugaku {
  margin-top: 5px;
  padding: 10px;
  background: #daa412;
  color: #fff;
  font-weight: 700;
}

.hojyokin-seko .price .price-left .shikyugaku-label {
  padding: 0.5em;
  margin-right: 5px;
  background: #fff;
  border-radius: 5px;
  color: #daa412;
  font-weight: 700;
}

.hojyokin-seko .price .arrow {
  display: table-cell;
  margin: 0 1em;
  vertical-align: center;
}

.hojyokin-seko .price .price-right p {
  color: #007b50;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
}

.hojyokin-seko .price-tit {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.hojyokin-seko .price-right2 {
  color: #505050;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  margin-left: 20px;
}

.hojyokin-seko .gallery {
  margin: 10px 0;
  display: flex;
  justify-content: center;
}

.hojyokin-seko .gallery .before {
  max-width: 30%;
}

.hojyokin-seko .gallery .arrow {
  position: relative;
  min-width: 60px;
}

.hojyokin-seko .gallery .arrow p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

/*kaigoリニューアル*/
#kaigo .main {
  background: url(../img/page/kaigo/main.png)no-repeat;
  background-size: 100%;
  padding: 80px 0;
}
#kaigo .main-tit {
  width: 70%;
  background: rgba(255, 255, 255, 0.8);
  margin: 0 auto;
  text-align: center;
  padding: 50px;
  font-size: 25px;
  line-height: 1.3;
}
#kaigo .main-tit span {
  font-size: 40px;
  color: #01622f;
}
.taishou {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
.taishou .item {
  background: rgba(0, 122, 80, 0.1);
  padding: 20px;
  width: 49%;
  margin-bottom: 4%;
}
.taishou .item h3 {
  background: #231815;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  margin: 20px 0;
  font-size: 20px;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.taishou .item h3 span {
  font-size: 16px;
}
.taishou .item li {
  list-style: disc;
  margin-left: 20px;
}
.heading9 {
  border: solid 1px #000;
  padding: 20px;
  text-align: center;
  font-size: 24px;
  font-style: italic;
  margin-bottom: 50px;
}
.heading9 span {
  color: #01622f;
  font-size: 18px;
  padding-left: 20px;
}
.katuyou-content {
  margin-bottom: 50px;
}
#kaigo .price {
  border-top: solid 1px #000;
  border-left: solid 1px #000;
  border-right: solid 1px #000;
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
#kaigo .price-tit {
  background: #fff;
  position: relative;
  top: -12px;
  font-size: 18px;
  padding: 0px 20px;
}
#kaigo .price-data {
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-bottom: 30px;
}
#kaigo .price-data span {
  font-size: 20px;
}
#kaigo .price-data .jiko {
  width: 80%;
  text-align: center;
  background: rgba(0, 0, 0, 0.1);
  padding: 20px;
}
#kaigo .price-data .hojo {
  width: 20%;
  text-align: center;
  background: rgba(0, 125, 63, 0.25);
  padding: 20px;
}
#kaigo .price-data .jiko2 {
  width: 70%;
  
}
#kaigo .price-data .hojo2 {
  width: 30%;
  
}
#kaigo .bf-af-area {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  font-size: 24px;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#kaigo .bf-af-area span {
  font-size: 24px;
  margin-bottom: 5px;
  display: block;
}
#kaigo .bf-af-area .before {
  width: 48%;
  color: #666464;
}
#kaigo .bf-af-area .after {
  width: 48%;
  color: #01622f;
}
.kaigo-heading2 {
  font-size: 20px;
  font-style: italic;
  text-align: center;
  line-height: 2;
  color: #01622f;
  margin-bottom: 50px;
}
.kaigo-heading2 span {
  border-bottom: solid 1px #01622f;
  display: inline-block;
  margin-bottom: 10px;
}
.kaigo-heading3 {
  border-bottom: solid 1px #01622f;
  text-align: center;
  font-size: 24px;
  margin: 0 auto;
  padding: 0 0 15px;
  position: relative;
  width: 80%;
}
.kaigo-heading3 span {
  color: #01622f;
}
.kaigo-heading3::after {
  content: "";
  width: 25px;
  height: 25px;
  background: #fff;
  border-bottom: solid 1px #01622f;
  border-right: solid 1px #01622f;
  display: block;
  transform: rotate(45deg);
  position: absolute;
  bottom: -14px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.heading8 {
  margin-bottom: 30px;
  padding: 30px 0;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  border-top: 1px solid #06774e;
  border-bottom: 1px solid #06774e;
  text-align: center;
  margin-top: 60px;
}
.spbr {display: none;}
@media screen and (max-width: 768px) {
  .spbr {display: block;}
  #kaigo .main {
    padding: 34vw 0;
    background: url(../img/page/kaigo/main-sp.png)no-repeat;
    background-size: 100%;
  }
  #kaigo .main-tit {
    width: 85%;
    padding: 10vw 4vw;
    font-size: 7vw;
  }
  #kaigo .main-tit span {
    font-size: 10vw;
  }
  .kaigo-heading {
    font-size: 7vw;
  }
  .heading8 {
    margin-bottom: 8vw;
    padding: 5vw 0;
    font-size: 6vw;
    margin-top: 15vw;
  }
  .taishou .item h3 {
    height: auto;
    margin: 4vw 0;
    font-size: 5vw;
    padding: 3vw 0;
  }
  .taishou .item {
    padding: 4vw;
    width: 100%;
    margin-bottom: 5%;
  }
  .taishou .item li {
    margin-left: 4vw;
  }
  .heading9 {
    padding: 5vw;
    font-size: 5.6vw;
    margin-bottom: 10vw;
  }
  #kaigo .bf-af-area .before {
    width: 100%;
    margin-bottom: 5vw;
  }
  #kaigo .bf-af-area .after {
    width: 100%;
  }
  .heading9 span {
    font-size: 5vw;
    padding-top: 2vw;
    padding-left: 0;
    display: block;
  }
  #kaigo .price-tit {
    padding: 0px 4vw;
  }
  #kaigo .price-data {
    font-size: 4vw;
    margin-bottom: 5vw;
  }
  #kaigo .price-data .jiko {
    width: 70%;
    padding: 4vw;
  }
  #kaigo .price-data span {
    font-size: 4.6vw;
  }
  #kaigo .price-data .hojo {
    width: 30%;
    padding: 4vw;
  }
  #kaigo .bf-af-area span {
    font-size: 5vw;
  }
  .kaigo-heading2 {
    font-size: 5.2vw;
    margin-bottom: 10vw;
  }
  .kaigo-heading3 {
    font-size: 5.8vw;
    padding: 0 0 2vw;
    width: 100%;
    line-height: 1.5;
  }
  .katuyou-content {
    margin-bottom: 13vw;
  }
  #kaigo .price-data .jiko2 {
    width: 65%;
  }
  #kaigo .price-data .hojo2 {
    width: 35%;
  }
}




@media screen and (max-width: 768px) {
  .hojyokin-heading {
    padding: 5px 0;
    line-height: 40px;
  }

  .hojyokin-heading .label {
    display: block;
    margin-right: 0;
    line-height: 25px;
  }

  .hojyokin-heading .sfont {
    display: block;
    padding-left: 0;
  }

  .hojyokin-seko {
    padding: 0.5em;
  }

  .hojyokin-seko .price {
    padding: 1em;
    flex-wrap: wrap;
  }

  .hojyokin-seko .price .price-left {
    padding: 0.5em;
    width: 100%;
  }

  .hojyokin-seko .price .price-left p .sfont {
    font-size: 12px;
  }

  .hojyokin-seko .price .arrow {
    width: 100%;
    margin: 1em;
    text-align: center;
  }

  .hojyokin-seko .price .price-right p {
    color: #007b50;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
  }

  .hojyokin-seko .gallery {
    margin: 10px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .hojyokin-seko .gallery .before {
    max-width: 100%;
    text-align: center;
  }

  .hojyokin-seko .gallery .image {
    padding: 5px;
  }

  .hojyokin-seko .gallery .arrow {
    position: relative;
    min-width: 60px;
    min-height: 60px;
  }

  .hojyokin-seko .gallery .arrow p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
  }

  .hojyokin-seko .price-tit {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 20px;
  }

  .hojyokin-seko .price-right2 {
    color: #505050;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    margin-left: 0;
  }
}

/* ------------------------------------------------------
   下層ページ -> ホームプロ
------------------------------------------------------ */
.homepro {
  display: flex;
  margin: 0 20px;
  margin-bottom: 20px;
  padding: 10px;
  width: calc(100% - 40px);
  background: #e9f3ef;
  border: 2px solid #eee;
}

.homepro-item-left {
  padding-right: 20px;
  width: 70%;
}

.homepro-item-right {
  width: 30%;
}

.homepro-heading {
  margin-bottom: 10px;
  padding: 0.5em 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 2em;
  border-bottom: 1px dotted #333;
}

.homepro-heading span {
  margin-right: 10px;
  padding: 0.5em;
  background: #007b50;
  color: #fff;
}

.step-text {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
  font-style: italic;
  text-align: center;
}

.katsudou-catch {
  margin-bottom: 20px;
  color: #007b50;
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  text-align: center;
  line-height: 30px;
}

.katsudou-catch1 {
  margin-bottom: 20px;
  font-family: "yumin-demibold", "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,
    "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 24px;
  font-weight: 700;
  font-style: italic;
  text-align: center;
  line-height: 36px;
}

.homepro-shougou-grid {
  display: flex;
}

.homepro-shougou-item-left {
  padding-right: 20px;
  width: 70%;
}

.homepro-shougou-item-right {
  width: 30%;
}

.homepro-sp-txt {
  display: none;
}

@media screen and (max-width: 768px) {
  .homepro-pc-txt {
    display: none;
  }

  .homepro-sp-txt {
    display: block;
  }
}

.color {
  color: #ed1c24;
  font-weight: 700;
}

.homepro-table {
  border-spacing: 0px 5px;
  margin: 0 auto;
  width: 100%;
}

.homepro-table th,
.homepro-table td {
  padding: 10px;
  border: 1px dotted #ccc;
}

.homepro-table th {
  width: 80px;
  text-align: center;
}

.homepro-table tr {
  background: #fff;
}

@media screen and (max-width: 768px) {
  .homepro {
    margin: 0;
    margin-bottom: 20px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .homepro-item-left {
    margin-left: 0;
    padding-right: 0;
    width: 100%;
  }

  .homepro-item-right {
    margin-left: 0;
    width: 100%;
  }

  .homepro_yaji {
    width: 2% !important;
  }
}

/* ------------------------------------------------------
   下層ページ -> リフォームの流れ
------------------------------------------------------ */
.mincho {
  font-family: "yumin-demibold", "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,
    "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.reform_nagare-step {
  margin: 30px 0 20px 0px;
  border: 1px solid #a0a0a0;
  font-family: "yumin-demibold", "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,
    "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 700;
  font-size: 18px;
  font-style: italic;
  text-align: center;
  line-height: 50px;
}

.reform_nagare-step span {
  font-size: 36px;
}

.reform_nagare-heading {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

a.reform-link {
  color: #007b50;
  font-weight: 700;
}

.reform_nagare-grid {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  margin-left: -20px;
}

.reform_nagare-grid-item-large {
  margin-left: 20px;
  width: calc(66.66667% - 20px);
}

.reform_nagare-grid-item-small {
  margin-left: 20px;
  width: calc(33.33333% - 20px);
}

.reform_nagare-grid-child {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  margin-left: -20px;
  width: 100%;
}

.reform_nagare-grid-child p {
  margin-left: 20px;
  width: calc(33.33333% - 20px);
}

@media screen and (max-width: 768px) {
  .reform_nagare-grid-child {
    margin-left: -5px;
  }

  .reform_nagare-grid-child p {
    margin-left: 5px;
    width: calc(33.33333% - 5px);
  }
}

#reform_nagare .reform_nagare-grid-child img {
  width: 33.3%;
  height: 100%;
  padding: 7px;
}

.reform_nagare-grid-child img {
  width: 33.3%;
  height: 100%;
  padding: 7px;
}

/* ポップアップ */
#inline-popup h1 {
  padding: 10px 0 6px 0;
  border-bottom: solid 1px #eee;
  margin-bottom: 1em;
}

.inline-link {
  color: #007b50;
  font-weight: 700;
}

#inline-popup {
  background-color: #fff;
  width: 55%;
  margin: 30px auto;
  padding: 20px;
  box-sizing: border-box;
}

#inline-popup p {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.6;
}

.mfp-close {
  z-index: 10;
  position: relative;
  font-size: 60px;
  width: auto;
  height: auto;
  padding: 0;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .inline-link {
    white-space: nowrap;
  }

  #inline-popup h1 {
    font-size: 16px;
  }

  #inline-popup {
    width: 95%;
    margin: 20px auto;
    padding: 10px;
    box-sizing: border-box;
    font-size: 13px;
  }

  .mfp-close {
    font-size: 30px;
  }
}

/* ------------------------------------------------------
   下層ページ -> 中古購入・リノベーション
------------------------------------------------------ */
#renovation .renov_content {
  background: #d5e8d3;
  padding: 60px 30px 0;
}

#renovation .renov_content h3.renov_title {
  padding: 0 0 50px;
}

#renovation .renov_content .renov_inner {
  background: #fff;
  padding: 0 30px 60px;
  margin: 0 0 65px;
}

#renovation .renov_content .renov_inner .box_btn {
  background: #3c7b45;
  padding: 30px 10px;
  text-align: center;
}

#renovation .renov_content .renov_inner .box_btn img {
  width: 52%;
}

#renovation .renov_content img,
#renovation .centering img,
#renovation .contact-banner .bg_img,
#renovation .banner-area img {
  max-width: 790px;
  width: 100%;
}

#renovation .renov_content .content03 {
  padding: 180px 0 140px;
}

#renovation .contact-banner {
  width: 790px;
  height: 125px;
}

#renovation .contact-btn {
  top: 36px;
  right: 21px;
  width: 54%;
}

#renovation .contact-btn img {
  width: 48.6%;
}

#renovation .banner-area {
  padding: 150px 0 0;
}

.renovation-step {
  margin: 30px 0 20px 0px;
  border: 1px solid #a0a0a0;
  font-family: "yumin-demibold", "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,
    "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 700;
  font-size: 18px;
  font-style: italic;
  text-align: center;
  line-height: 50px;
}

.renovation-step span {
  font-size: 36px;
}

.renovation-heading {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  text-align: center;
}

.renovation-point-grid {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  margin-left: -20px;
}

.renovation-point-grid-item {
  margin-left: 20px;
  width: calc(230px - 20px);
}

.renovation-grid {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  margin-left: -20px;
}

.renovation-grid-item-half {
  margin-left: 20px;
  width: calc(50% - 20px);
}

.renovation-grid-item-large {
  margin-left: 20px;
  width: calc(66.66667% - 20px);
}

.renovation-grid-item-small {
  margin-left: 20px;
  width: calc(33.33333% - 20px);
}

.renovation-grid-child {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  margin-left: -20px;
  margin-left: 55px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .renovation-grid-child {
    margin-left: 0px;
  }

  #renovation .renov_content {
    padding: 22px 16px;
  }

  #renovation .renov_content h3.renov_title {
    padding: 0 0 20px;
  }

  #renovation .renov_content .renov_inner {
    padding: 0 15px 40px;
    margin: 0 0 40px;
  }

  #renovation .banner-area {
    padding: 80px 0 0;
  }

  #renovation .renov_content .renov_inner .box_btn img {
    width: 77%;
    margin: 0 auto;
  }
}

.renovation-grid-child p {
  margin-left: 20px;
  width: calc(290px - 20px);
}

.renovation-grid-child2 {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  width: 100%;
}

#renovation p {
  line-height: 1.6em;
}

#renovation h3.renov_tit {
  margin-bottom: 80px;
}

#renovation .f_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#renovation .f_box .box {
  width: 390px;
  border: 5px solid #007d3f;
  position: relative;
  padding: 15px;
}

#renovation .f_box .box .tit {
  margin: -60px 5% 20px;
}

#renovation .f_box .box .ul_3 {
  list-style: none;
}

#renovation .f_box .box .ul_3 li:before {
  content: "●";
  color: #000;
  padding-right: 5px;
  font-size: 14px;
}

#renovation .g_box {
  border: 2px solid #007d3f;
  position: relative;
  padding: 30px;
}

#renovation .g_box .tit {
  margin: -60px 15% 20px;
}

#renovation .g_box .ul_6 {
  list-style: none;
}

#renovation .g_box .ul_6 li {
  background: url(../img/page/renovation/check.png) left 0px top 5px no-repeat;
  background-size: 20px auto;
  padding-left: 26px;
  line-height: 1.6em;
  font-size: 20px;
  font-weight: 700;
}

#renovation .fs20 {
  font-size: 20px;
}

#renovation .fs26 {
  font-size: 26px;
}

#renovation .fs34 {
  font-size: 34px;
}

#renovation .fw7 {
  font-weight: 700;
}

#renovation .fcg {
  color: #007d3f;
}

#renovation .blg {
  background: linear-gradient(transparent 90%, #007d3f 0%);
  display: inline;
}

#renovation .f_box2 {
  display: flex;
  align-items: flex-start;
}

#renovation .f_box2 .triangle_p {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 30px solid #ffcdd2;
  margin-right: 20px;
}

#renovation .f_box2 .triangle_b {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 30px solid #bcddfb;
  margin-right: 20px;
}

#renovation .f_box2 .triangle_g {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 30px solid #c1e2a5;
  margin-right: 20px;
}

#renovation .f_box2 .triangle_y {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 30px solid #fdf79e;
  margin-right: 20px;
}

#renovation .f_box2 .triangle_o {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 30px solid #fece80;
  margin-right: 20px;
}

#renovation .g_box2 {
  border: 5px solid #007d3f;
  position: relative;
  padding: 20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .renovation-point-grid {
    margin-left: -5px;
  }

  .renovation-point-grid-item {
    margin-left: 5px;
    width: calc(33.33333 - 5px);
  }

  #renovation .fs20 {
    font-size: 1.6rem;
  }

  #renovation .fs26 {
    font-size: 2rem;
  }

  #renovation .fs34 {
    font-size: 2.4rem;
  }

  #renovation .f_box {
    display: block;
  }

  #renovation .f_box .box {
    width: 100%;
    margin-bottom: 60px;
  }

  #renovation .g_box {
    padding: 10px;
  }

  #renovation .g_box .tit {
    margin: -60px 0 20px;
  }
}

@media screen and (max-width: 428px) {
  #renovation .pc_none {
    display: block;
  }

  #renovation .sp_none {
    display: none;
  }
}

/* ------------------------------------------------------
   下層ページ -> 新、古築。
------------------------------------------------------ */
.shinkochiku-hyosho-grid {
  margin-top: 20px;
  display: flex;
  margin-left: -20px;
}

.shinkochiku-hyosho-grid-item-img {
  margin-left: 20px;
  width: calc(35% - 20px);
}

.shinkochiku-hyosho-grid-item-text {
  margin-left: 20px;
  width: calc(65% - 20px);
}

.shinkochiku-grid {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -20px;
}

.shinkochiku-grid-item-left {
  margin-left: 20px;
  width: calc(20% - 20px);
}

.shinkochiku-grid-item-right {
  margin-left: 20px;
  width: calc(80% - 20px);
}

/* ------------------------------------------------------
   下層ページ -> 採用情報
------------------------------------------------------ */
.recruit-catch {
  margin: 115px 0;
  font-family: "yumin-demibold", "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,
    "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 35px;
}

.recruit-catch01 {
  margin: 55px 0 55px 0;
  font-family: "yumin-demibold", "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,
    "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 35px;
}

.recruit-catch02 {
  margin: 20px 0 20px 0;
  font-family: "yumin-demibold", "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,
    "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 35px;
}

.recruit-catch img {
  width: 100%;
}

.recruite-staff-heading {
  margin: 30px 0;
  color: #007b50;
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  text-align: center;
}

.recruite-staff-heading:before {
  content: url(../img/page/recruit/mark-l.png);
  display: inline-block;
  padding-right: 10px;
  width: 28px;
  height: 22px;
}

.recruite-staff-heading:after {
  content: url(../img/page/recruit/mark-r.png);
  display: inline-block;
  padding-left: 10px;
  width: 28px;
  height: 22px;
}

.recruit-event-grid {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -20px;
}

.recruit-event-grid-item {
  margin-left: 20px;
  margin-bottom: 20px;
  width: calc(350px - 20px);
}

.recruit-event-title {
  margin: 10px 0;
  font-weight: 700;
  text-align: center;
}

.recruit-event-title span {
  padding: 0.5em;
  margin-right: 5px;
  background: #333;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .recruit-event-grid {
    justify-content: center;
    margin-left: -5px;
  }

  .recruit-event-grid-item {
    margin-left: 5px;
    width: calc(50% - 5px);
  }
}

/* ------------------------------------------------------
   下層ページ -> お問い合わせ
------------------------------------------------------ */
.contact-heading {
  color: #007b50;
  font-size: 24px;
  font-weight: 700;
  font-style: italic;
}

.contact-heading1 {
  font-size: 16px;
  font-weight: 700;
}

/* ------------------------------------------------------
   下層ページ -> サイトマップ
------------------------------------------------------ */
@media screen and (min-width: 768px) {
  #sitemap_page .sitemap_box {
    float: left;
    width: 30%;
    margin: 0 1% 10px 1%;
  }
}

@media screen and (max-width: 767px) {
  #sitemap_page .sitemap_box {
    width: 96%;
    margin: 0 1% 10px 1%;
  }
}

#sitemap_page {
  font-size: 14px;
  margin: 0 auto 10px;
}

#sitemap_page .sitemap_box h3 {
  background-color: #56bc95;
  padding: 18px 0 6px;
  color: #fff;
  text-align: center;
}

#sitemap_page .sitemap_box ul {
  margin-top: 10px;
}

#sitemap_page .sitemap_box li {
  line-height: 2;
  list-style-type: disc;
  color: #56bc95;
  list-style-position: inside;
  padding-left: 3px;
}

/* ------------------------------------------------------
下層ページ -> 来店予約
------------------------------------------------------ */
.raiten-heading-area {
  margin-top: 30px;
  margin-bottom: 60px;
  text-align: center;
}

.raiten-heading {
  position: relative;
  font-family: "yumin-demibold", "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,
    "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 36px;
  line-height: 1;
}

.raiten-heading .span1 {
  color: #007b50;
  font-size: 60px;
}

.raiten-heading .span2 {
  color: #007b50;
  font-size: 36px;
}

.raiten-heading:before {
  content: "";
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 550px;
  height: 5px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #acd598;
  border-radius: 2px;
}

.merit-heading {
  font-size: 18px;
}

.merit-heading span {
  color: #007b50;
  font-family: "yumin-demibold", "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,
    "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 36px;
  font-style: italic;
}

.merit-head {
  display: flex;
  margin-left: -10px;
  margin-bottom: 10px;
  justify-content: center;
  align-items: center;
}

.merit-head .num {
  margin-left: 10px;
  width: calc(25% - 10px);
}

.merit-head .num p {
  color: #007b50;
  font-family: "yumin-demibold", "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,
    "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 36px;
  font-style: italic;
  text-align: center;
}

.merit-head .caption {
  margin-left: 10px;
  width: calc(75% - 10px);
}

.merit-head .caption h4 {
  font-weight: 700;
  line-height: 18px;
}

:root {
  --mincho: "yumin-demibold", "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,
    "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.raiten-heading-new {
  padding-top: 1.2em;
  padding-bottom: 1.2em;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  font-size: 24px;
  font-weight: bold;
  font-family: var(--mincho);
}
.raiten-heading-new .large {
  font-size: 40px;
}
.grid-new {
  display: flex;
  flex-wrap: wrap;
  column-gap: 5.5em;
  row-gap: 5.5em;
}
.grid-new .grid-item {
  width: calc(50% - 2.75em);
}
.grid-new .grid-item img {
  width: 100%;
}
.grid-new .grid-item .num {
  width: auto;
}
.grid-new .grid-item .num p {
  font-style: normal;
}
.caption-new * {
  font-size: 24px;
  font-weight: bold;
  font-family: var(--mincho);
  line-height: 1.5;
  margin-left: 0.5em;
}
.grid-new .grid-item .merit-head {
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1em;
}
.grid-new .grid-item .img {
  position: relative;
  margin-bottom: 2em;
}
.grid-new .grid-item .img::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/page/raiten/raiten-item-bg.png) no-repeat center/cover;
  left: 1.5em;
  top: 1.5em;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .grid-new {
    flex-direction: column;
    row-gap: 1em;
  }
  .grid-new .grid-item {
    width: 100%;
  }
  .grid-new .grid-item .img::before {
    left: 1em;
    top: 1em;
  }
  .grid-new .grid-item .merit-head {
    padding-bottom: 0.2em;
  }
  .raiten-heading-new {
    line-height: 1.4;
    padding-top: 0.9em;
    padding-bottom: 0.4em;
  }
}

/* ------------------------------------------------------
   下層ページ -> cafe-enlarge
------------------------------------------------------ */
.cafe-enlarge {
  margin: 50px 0;
}

.cafe-enlarge .insta_cafe {
  width: 100%;
  margin-left: 0%;
}

.pageinsta_more {
  margin: 40px 0;
}

.pageinsta_more img {
  width: 160px;
}

@media screen and (max-width: 768px) {
  .cafe-enlarge .insta_cafe ul li img {
    height: 100%;
  }

  .cafe-enlarge .insta_cafe {
    margin-bottom: 4rem;
  }
}

@media screen and (min-width: 768px) {
  .cafe-enlarge .insta_cafe ul li {
    height: 18.9rem;
  }
}

/* ------------------------------------------------------
  margin
------------------------------------------------------ */
.mt_10 {
  margin-top: -10px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}
.mbS2 {
  margin-bottom: 3%;
}
.mbS {
  margin-bottom: 5%;
}
.mbM3 {
  margin-bottom: 8%;
}

/* ------------------------------------------------------
  padding
------------------------------------------------------ */
.p10 {
  padding: 10px;
}

.ptb5 {
  padding: 5px 0;
}

.plr5 {
  padding: 0 5px;
}

.plr10 {
  padding: 0 10px;
}

.ptb90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.pt20 {
  padding-top: 20px;
}

.pt90 {
  padding-top: 90px;
}

.pr5 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr20 {
  padding-right: 20px;
}

/* ------------------------------------------------------
  grid
------------------------------------------------------ */
/* 余白あり */
.grid-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -20px;
}

.col {
  box-sizing: border-box;
  margin-left: 20px;
  margin-bottom: 1em;
}

.span3 {
  width: calc(25% - 20px);
}

.span4 {
  width: calc(50% - 20px);
}

.span5 {
  width: calc(41.66667% - 20px);
}

.span6 {
  width: calc(100% - 20px);
}

.span7 {
  width: calc(58.33333% - 20px);
}

.span8 {
  width: calc(66.66667% - 20px);
}

.span9 {
  width: calc(75% - 20px);
}

.span12 {
  width: calc(100% - 20px);
}

@media screen and (min-width: 768px) {
  .span3 {
    width: calc(25% - 20px);
  }

  .span4 {
    width: calc(33.33333% - 20px);
  }

  .span5 {
    width: calc(41.66667% - 20px);
  }

  .span6 {
    width: calc(50% - 20px);
  }

  .span7 {
    width: calc(58.33333% - 20px);
  }

  .span8 {
    width: calc(66.66667% - 20px);
  }

  .span9 {
    width: calc(75% - 20px);
  }

  .span12 {
    width: calc(100% - 20px);
  }
}

/* ------------------------------------------------------
  class
------------------------------------------------------ */
.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .pc-none {
    display: none !important;
  }
}

.sp-none {
  display: block;
}

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

  .sp-none {
    display: none;
  }

  .br {
    display: block;
  }
}

/* ------------------------------------------------------
	image
------------------------------------------------------ */
.fit {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.img-border {
  border: 1px solid #ccc;
}

p.right img {
  width: 116px;
}

p.right.shomei img,
p.right.riyu-btn img,
p.right.event-more-btn img {
  width: 50%;
}

@media screen and (max-width: 768px) {
  p.right.shomei img,
  p.right.riyu-btn img,
  p.right.event-more-btn img {
    width: 100%;
  }
}

/* SPのみ画像100%表示 */
@media screen and (max-width: 768px) {
  .sp-fit {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}

#oshirase {
  padding: 2vw;
  width: 94%;
  margin: 0 auto 3vw auto;
  text-align: center;
  border: 1px solid #000;
  max-width: 960px;
}

.wrap_cat-iine {
  clear: both;
  content: "";
  display: block;
}

.alignleft {
  float: left;
  padding-right: 15px;
  vertical-align: top;
}

.clearfix,
.alignleft:after {
  clear: both;
  content: "";
  display: block;
}

.parent-p + p:after {
  /* clear: both;
  content: '';
  display: block; */
}

.alignright {
  float: right;
  padding-left: 15px;
  vertical-align: top;
}

@media screen and (min-width: 768px) {
  .flexbox {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
}

.menuFlex {
  display: flex;
  width: 85%;
}

.menuJustBetween {
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .menuFlex {
    width: 100%;
  }
}

/* ------------------------------------------------------
	exterior
------------------------------------------------------ */

.exterior-header .img-fluid,
.exterior-content .img-fluid {
  max-width: 100%;
  height: auto;
}

.exterior-header {
  max-width: 100%;
  margin: 0 auto 20px;
}

.exterior-header h3 {
  background: #418258;
  padding: 1rem;
  color: #fff;
  text-align: center;
  font-weight: 600;
  position: relative;
  font-size: 2.4rem;
}

.exterior-header h3::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0.5rem;
  border-bottom: 1px solid #fff;
}

.exterior-header h3::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.5rem;
  border-bottom: 1px solid #fff;
}

.exterior-content {
  max-width: 100%;
  margin: 0 auto 60px;
  padding: 30px;
}

.exterior-content.ec01 {
  background: url("https://www.enlarge.tokyo/wp/wp-content/themes/reform2/img/page/exterior/stripe-bg.png");
  background-size: 50px;
}

.exterior-content .ec-flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.exterior-content .ec-voice-wrap {
  width: 80%;
  margin: 30px auto 60px;
}

.exterior-content .ec-voice-wrap .ec-voice {
}

.exterior-content .ec-voice-wrap .ec-voice .ec-flex-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.exterior-content .ec-voice-wrap .ec-voice .ec-flex-row .ec01-icon {
  width: 20%;
}

.exterior-content .ec-voice-wrap .ec-voice .ec-flex-row .baloon {
  width: calc(80% - 30px);
  background: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  border-radius: 10px;
  padding: 2rem 4rem;
  margin-left: 30px;
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
  position: relative;
}

.exterior-content .ec-voice-wrap .ec-voice .ec-flex-row .baloon::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -25px;
  border: 15px solid transparent;
  border-right: 15px solid #fff;
}

.exterior-content .ec-voice-wrap .ec-voice:nth-child(2) .ec-flex-row {
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
}

.exterior-content .ec-voice-wrap .ec-voice:nth-child(2) .ec-flex-row .baloon {
  margin-left: 0;
  margin-right: 30px;
}

.exterior-content
  .ec-voice-wrap
  .ec-voice:nth-child(2)
  .ec-flex-row
  .baloon::before {
  left: auto;
  right: -10px;
  border-right: 0;
  border-left: 15px solid #fff;
}

.exterior-content .ec-arrow {
  margin: 0 auto 30px;
  text-align: center;
}

.exterior-content .ec-arrow p {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.exterior-content .ec-arrow p span {
  font-size: 5rem;
  color: #418258;
}

.exterior-content .ec-arrow p img {
  display: inline-block;
  height: 7rem;
  width: auto;
}

.exterior-content .ec-arrow .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 45px 26px 0 26px;
  border-color: #f4ff56 transparent transparent transparent;
  margin: 30px auto 0;
}

.exterior-content .ec-reason {
  margin: 0 auto 60px;
}

.exterior-content .ec-reason .ec-h4-wrap {
  width: 84%;
  margin: 0 auto 60px;
  position: relative;
}

.exterior-content .ec-reason .ec-h4-wrap::before {
  content: "";
  position: absolute;
  left: -9%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #418258;
  height: 5px;
  width: 9%;
  display: block;
}

.exterior-content .ec-reason .ec-h4-wrap::after {
  content: "";
  position: absolute;
  right: -9%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #418258;
  height: 5px;
  width: 9%;
  display: block;
}

.exterior-content .ec-reason .ec-h4-wrap h4 {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 1008px) {
  .exterior-content .ec-reason .ec-h4-wrap h4 {
    font-size: 3.1rem;
  }
}

.exterior-content .ec-reason .ec-h4-wrap h4 img {
  height: 5rem;
  width: auto;
  display: inline-block;
}

.exterior-content .ec-reason .ec-h4-wrap h4 span {
  color: #418258;
}

.exterior-content .ec-reason .ec-h4-wrap p {
  display: block;
  font-size: 4rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.exterior-content .ec-reason .ec-h4-wrap p span {
  color: #418258;
  font-size: 7rem;
}

.exterior-content .ec-reason .ec-flex-row .ec-reason-box {
  width: 48%;
  margin: 0 1% 15px;
  padding: 15px;
  border: 3px solid #418258;
  background: rgba(244, 255, 86, 0.6);
}

.exterior-content .ec-reason .ec-flex-row .ec-reason-box .ec-reason-box-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.exterior-content
  .ec-reason
  .ec-flex-row
  .ec-reason-box
  .ec-reason-box-title
  p {
  width: calc(100% - 60px);
  font-weight: 700;
  font-size: 1.75rem;
  padding-left: 15px;
}

.exterior-content
  .ec-reason
  .ec-flex-row
  .ec-reason-box
  .ec-reason-box-title
  .circle {
  width: 60px;
  height: 60px;
  background: #418258;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
}

.exterior-content
  .ec-reason
  .ec-flex-row
  .ec-reason-box
  .ec-reason-box-title
  .circle
  span {
  color: #fff;
}

.exterior-content .ec-case {
  padding: 30px;
  margin-bottom: 30px;
  background: rgba(255, 255, 255, 0.6);
}

.exterior-content .ec-case h5 {
  font-weight: 700;
  font-size: 3.5rem;
  color: #418258;
  margin-bottom: 30px;
}

.exterior-content .ec-case h5 span {
  color: #000;
  font-size: 3rem;
  line-height: 1;
  background: linear-gradient(transparent 80%, #418258 80%);
  display: inline-block;
  margin-left: 0.5rem;
}

.exterior-content .ec-case .ec-case-box {
  margin-bottom: 45px;
}

.exterior-content .ec-case .ec-case-box.ec-flex-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.exterior-content .ec-case .ec-case-box.ec-flex-row table {
  width: 30%;
  background: #fff;
  border: 1px solid #ccc;
}

.exterior-content .ec-case .ec-case-box.ec-flex-row table tr {
  border-bottom: 1px solid #ccc;
}

.exterior-content .ec-case .ec-case-box.ec-flex-row table th,
.exterior-content .ec-case .ec-case-box.ec-flex-row table td {
  padding: 15px;
}

.exterior-content .ec-case .ec-case-box.ec-flex-row table th {
  background: #d5e8d3;
  color: #418258;
  font-weight: 500;
}

.exterior-content .ec-case .ec-case-box.ec-flex-row p {
  width: 66%;
  padding-left: 4%;
}

.exterior-content .ec-case .ec-case-box .ba-title {
  color: #ccc;
  font-size: 4rem;
  text-transform: capitalize;
}

.exterior-content .ec-case .ec-case-box .ba-row {
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-end;
  margin-top: -30px;
  margin-bottom: 60px;
}

.exterior-content .ec-case .ec-case-box .ba-row .ec-case-before {
  width: 37%;
  padding-right: 3%;
  position: relative;
}

.exterior-content .ec-case .ec-case-box .ba-row .ec-case-before .arrow {
  text-align: right;
}

.exterior-content .ec-case .ec-case-box .ba-row .ec-case-before .arrow img {
  width: 80px;
}

.exterior-content .ec-case .ec-case-box .ba-row .ec-case-after {
  width: 57%;
  padding-left: 3%;
  position: relative;
}

.exterior-content .ec-case .ec-case-box .ba-row .ec-case-before .label,
.exterior-content .ec-case .ec-case-box .ba-row .ec-case-after .label {
  position: absolute;
  top: -1rem;
  right: 30px;
  background: #fff;
  color: #418258;
  font-size: 0.8rem;
  padding: 0.5rem 2rem;
  line-height: 1;
  text-transform: uppercase;
}

.exterior-content .ec-case .ec-case-box .ba-row .ec-case-after .label {
  right: 15px;
  background: #418258;
  color: #fff;
}

.exterior-content .ec-case .ec-case-box .ba-row.ba-row02 {
  margin-top: 0;
  margin-bottom: 30px;
}

.exterior-content .ec-case .ec-case-box .ba-row.ba-row03 {
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  margin-top: 0;
  margin-bottom: 30px;
}

.exterior-content .ec-case .ec-case-box .ba-row.ba-row03 .ec-case-before {
  padding-top: 60px;
}

.exterior-content
  .ec-case
  .ec-case-box
  .ba-row.ba-row03
  .ec-case-before
  .label {
  top: 50px;
}

.exterior-content .ec-case .ec-case-box.gallery {
  background: #fff;
  padding: 15px 15px 0;
}

.exterior-content .ec-case .ec-case-box.gallery .gallery-title {
  background: #418258;
  color: #fff;
  padding: 0.5rem 1rem;
  margin: -15px -15px 30px;
  text-align: center;
}

.exterior-content .ec-case .ec-case-box.gallery .gallery-box .ec-flex-row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.exterior-content .ec-case .ec-case-box.gallery .gallery-box .ec-flex-row a {
  width: 21%;
  margin: 0 2% 15px;
  position: relative;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  transition: 1s;
}

.exterior-content .ec-case .ec-case-box.gallery .gallery-box .ec-flex-row2 a {
  margin: 0 3% 15px;
}

.exterior-content
  .ec-case
  .ec-case-box.gallery
  .gallery-box
  .ec-flex-row
  a
  img {
  width: 100%;
  height: 75px;
  object-fit: cover;
}

.exterior-content
  .ec-case
  .ec-case-box.gallery
  .gallery-box
  .ec-flex-row
  a:hover {
  /* -webkit-transform: scale(5);
        -moz-transform: scale(5);
        -o-transform: scale(5);
        -ms-transform: scale(5);
        transform: scale(5);
        z-index:2;*/
  opacity: 1;
}

.exterior-content
  .ec-case
  .ec-case-box.gallery
  .gallery-box
  .ec-flex-row
  a::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -20px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 13px;
  border-color: transparent transparent transparent #d74848;
}

.exterior-content
  .ec-case
  .ec-case-box.gallery
  .gallery-box
  .ec-flex-row
  a:last-child::before {
  content: none;
}

.exterior-content
  .ec-case
  .ec-case-box.gallery
  .gallery-box
  .ec-flex-row
  a:hover:before {
  /* content:none; */
}

.exterior-content
  .ec-case
  .ec-case-box
  .gallery-box.gallery02
  .ec-flex-row
  a
  img {
  height: 200px;
}

.exterior-content.ec02 {
  background: #d5e8d3;
  padding: 60px 30px;
}

.exterior-content .ec-exsample-header {
  margin-bottom: 60px;
}

.exterior-content .ec-exsample-header h4 {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}

.exterior-content .ec-exsample-header h4 img {
  height: 5rem;
  width: auto;
  display: inline-block;
}

.exterior-content .ec-exsample-header h4 span {
  color: #418258;
}

.exterior-content .ec-exsample-header .ev-row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}

.exterior-content .ec-exsample-header .ev-row > div {
  width: 23%;
  margin: 0 1%;
}

.exterior-content .ec-exsample-header .ev-row > div .label {
  background: #fff;
  color: #418258;
  text-align: center;
  padding: 0.5rem 1rem;
}

.exterior-content .ec-exsample-header > p a {
  display: block;
  width: 70%;
  margin: 0 auto;
  background: #418258;
  color: #fff;
  padding: 1rem;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.exterior-content .ec-exsample-header > p a .triangle {
  display: inline-block;
  margin-left: 1rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 13px;
  border-color: transparent transparent transparent #f4ff56;
}

.exterior-content .ec-exsample-price {
  margin-bottom: 30px;
}

.exterior-content .ec-exsample-price h4 {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
  line-height: 1.5;
}

.exterior-content .ec-exsample-price h4 img {
  height: 5rem;
  width: auto;
  display: inline-block;
}

.exterior-content .ec-exsample-price h4 span {
  color: #418258;
}

.banner-content {
  max-width: 100%;
  margin: 0 auto 90px;
  padding: 0 30px;
}

.banner-content.pc-banner > a img {
  margin-bottom: 15px;
}

.banner-content.pc-banner .new-contact-banner {
  background: url("https://www.enlarge.tokyo/wp/wp-content/themes/reform2/img/top/top4.png");
  background-size: cover;
  padding-top: 15.83%;
  width: 100%;
  height: auto;
  position: relative;
}

.banner-content.pc-banner .new-contact-banner .new-contact-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 30px;
}

.banner-content.pc-banner .new-contact-banner .new-contact-btn a {
  display: inline-block;
  width: 180px;
  height: auto;
}

.banner-content.sp-banner {
  display: none;
}

@media screen and (max-width: 768px) {
  .exterior-content .ec-exsample-header h4,
  .exterior-content .ec-exsample-price h4 {
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 480px) {
  .exterior-header,
  .exterior-content {
    max-width: calc(100% + 2em);
    margin: 0 -1em 2em;
  }

  .exterior-header h3 {
    font-size: 1.25rem;
  }

  .exterior-content {
    padding: 15px;
  }

  .exterior-content.ec02 {
    padding: 15px;
  }

  .exterior-content .ec-voice-wrap {
    width: 100%;
  }

  .exterior-content .ec-voice-wrap .ec-voice .ec-flex-row {
    margin-bottom: 15px;
  }

  .exterior-content .ec-voice-wrap .ec-voice .ec-flex-row .baloon {
    padding: 1rem 2rem;
    font-size: 1.25rem;
  }

  .exterior-content .ec-arrow p {
    font-size: 2rem;
    margin-bottom: 15px;
  }

  .exterior-content .ec-arrow p img {
    height: 4rem;
  }

  .exterior-content .ec-arrow p span {
    font-size: 3rem;
  }

  .exterior-content .ec-reason .ec-h4-wrap h4 {
    font-size: 2rem;
    margin-bottom: 0;
  }

  .exterior-content .ec-reason .ec-h4-wrap h4 img {
    height: 3rem;
    margin-right: 0;
  }

  .exterior-content .ec-reason .ec-h4-wrap p {
    font-size: 2rem;
  }

  .exterior-content .ec-reason .ec-h4-wrap p span {
    font-size: 4rem;
  }

  .exterior-content .ec-reason .ec-flex-row .ec-reason-box {
    width: 100%;
    margin: 0 auto 15px;
  }

  .exterior-content .ec-case {
    padding: 15px;
  }

  .exterior-content .ec-case h5 {
    text-align: center;
    line-height: 1.7;
  }

  .exterior-content .ec-case h5 span {
    display: block;
    font-size: 1.9rem;
    text-align: left;
    margin-left: 0;
  }

  .exterior-content .ec-case .ec-case-box.ec-flex-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .exterior-content .ec-case .ec-case-box.ec-flex-row table {
    width: 60%;
    margin-bottom: 15px;
  }

  .exterior-content .ec-case .ec-case-box.ec-flex-row p {
    width: 90%;
    padding-left: 0;
  }

  .exterior-content .ec-case .ec-case-box .ba-title {
    text-align: center;
    margin-bottom: 30px;
  }

  .exterior-content .ec-case .ec-case-box .ba-row {
    margin-top: 0;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
  }

  .exterior-content .ec-case .ec-case-box .ba-row.ba-row03 .ec-case-before {
    padding-top: 0;
  }

  .exterior-content .ec-case .ec-case-box .ba-row .ec-case-before {
    width: 100%;
    margin-bottom: 30px;
  }

  .exterior-content .ec-case .ec-case-box .ba-row .ec-case-before .label {
    right: 45%;
  }

  .exterior-content
    .ec-case
    .ec-case-box
    .ba-row.ba-row03
    .ec-case-before
    .label {
    top: -1rem;
  }

  .exterior-content .ec-case .ec-case-box .ba-row .ec-case-before img {
    display: inline-block;
    width: 60%;
  }

  .exterior-content .ec-case .ec-case-box .ba-row .ec-case-before .arrow {
    display: inline-block;
    width: 30%;
    transform: scale(1, -1) rotate(-90deg);
  }

  .exterior-content .ec-case .ec-case-box .ba-row .ec-case-after {
    width: 100%;
    padding-left: 0;
  }

  .exterior-content .ec-case .ec-case-box.gallery .gallery-box .ec-flex-row a {
    width: 44%;
    margin: 0 3% 15px;
  }

  .exterior-content
    .ec-case
    .ec-case-box.gallery
    .gallery-box
    .ec-flex-row
    a::before {
    border-width: 5px 0 5px 8.7px;
    right: -15px;
  }

  .exterior-content
    .ec-case
    .ec-case-box.gallery
    .gallery-box
    .ec-flex-row
    a:hover {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .exterior-content .ec-exsample-header h4,
  .exterior-content .ec-exsample-price h4 {
    font-size: 2rem;
    /* font-size: 1.5rem; */
  }

  .exterior-content .ec-exsample-header h4 img,
  .exterior-content .ec-exsample-price h4 img {
    /* height:6rem; */
    /* display:block; */
    margin-right: 0;
    /* margin-bottom:1rem; */

    width: 35%;
    height: auto;
    display: inline-block;
    margin-bottom: 0;
  }

  .exterior-content .ec-exsample-header .ev-row {
    margin-bottom: 0;
  }

  .exterior-content .ec-exsample-header .ev-row > div {
    width: 46%;
    margin: 0 2% 15px;
  }

  .exterior-content .ec-exsample-header > p a {
    width: 80%;
  }

  .banner-content.pc-banner {
    display: none;
  }

  .banner-content.sp-banner {
    display: block;
  }
}

@media screen and (max-width: 375px) {
  .exterior-content .ec-arrow p img {
    height: 3.5rem;
  }

  .exterior-content .ec-arrow p span {
    font-size: 3rem;
  }

  .exterior-content .ec-exsample-header > p a {
    width: 90%;
  }

  .exterior-content .ec-case h5 span {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 376px) {
  .exterior-content .ec-exsample-header h4,
  .exterior-content .ec-exsample-price h4 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 320px) {
  .exterior-header h3 {
    font-size: 1rem;
  }

  .exterior-content .ec-arrow p {
    font-size: 1.75rem;
  }

  .exterior-content .ec-arrow p img {
    height: 3rem;
  }

  .exterior-content .ec-arrow p span {
    font-size: 2.5rem;
  }

  .exterior-content .ec-reason .ec-h4-wrap h4 {
    font-size: 1.25rem;
  }

  .exterior-content .ec-reason .ec-h4-wrap h4 img {
    height: 1.75rem;
  }

  .exterior-content .ec-reason .ec-h4-wrap h4 span {
    font-size: 1.75rem;
  }

  .exterior-content .ec-case .ec-case-box.ec-flex-row table {
    width: 70%;
  }
}

/*タブ切り替え全体のスタイル*/
.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 30px auto 0;
}

.tabs .tab {
  width: 31%;
  margin: 0 1% 10px;
  background-color: #fff;
  padding: 5px;
  font-size: 13px;
  text-align: center;
  color: #000;
  transition: all 0.2s ease;
  border: 1px solid #007a4f;
  position: relative;
  cursor: pointer;
}

.tabs .tab::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  border-left: 8px solid transparent;
  border-bottom: 8px solid #007a4f;
}

.tabs .tab.active {
  background: #ededed;
}

.tabs .tab:hover {
  opacity: 0.7;
}

.tab_content {
  display: none;
}

.tab_content.active {
  display: block;
}

@media screen and (max-width: 768px) {
  .tabs .tab {
    padding: 1vw;
    font-size: 2vw;
    border: 1px solid #ccc;
  }

  .table100 {
    width: 100%;
  }
}

.store_img {
  width: 32%;
  display: inline-block;
  margin: 0 0.4% 2% 0.4%;
	position: relative;
}

.store_img img {
  width: 100%;
  height: auto;
}

.store_img .store_img_up{
  background: rgba(0,0,0,0.5);
	width:100%;
	height:100%;
	position: absolute;
}

.store_img .up_txt{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	font-size: 18px;
	color: #fff;
	z-index: 999;
}
@media screen and (max-width: 768px) {
.store_img .up_txt{
	font-size: 90%;
}	
}


.cafe_staffblog_data {
  padding: 1% 5%;
  border: 1px solid #ccc;
  width: 50%;
  margin: 3% 0 0 0;
  color: #333;
}

.cafe_staffblog-item a:hover {
  text-decoration: none;
}

.cafe_blog_contents {
  color: #999;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.cafe_blog_btn {
  background: #247c51;
  padding: 3%;
  margin: 0 auto;
  width: 40%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  display: block;
  text-decoration: none !important;
  font-size: 2vh;
}

.pc_none {
  display: none;
}

.menu_wrap {
  margin-bottom: 2rem;
  width: 100%;
}

.menu_wrap td {
  vertical-align: top !important;
  padding: 1rem 0;
}

.menu_wrap td.price {
  text-align: right;
}

.menu_wrap table td {
  line-height: 1.2rem;
  vertical-align: top !important;
}

span.another_menu {
  font-size: 80%;
}

#drink_content h4,
#food_content h4,
#lunch_content h4,
#dinner_content h4 {
  text-align: center;
  margin: 5rem auto 2rem auto;
}

#party_content h4,
#special_content h4 {
  text-align: center;
  margin: 0 auto 2rem auto;
}

#drink_content h4 span,
#food_content h4 span,
#lunch_content h4 span,
#party_content h4 span,
#special_content h4 span,
#dinner_content h4 span {
  text-align: center;
  border-bottom: 4px solid #247c51;
  font-size: 140%;
  font-weight: bold;
}

#drink_content h5,
#food_content h5,
#lunch_content h5,
#party_content h5,
#special_content h5 {
  text-align: center;
  font-size: 120%;
  font-weight: bold;
}

#drink_content h6,
#food_content h6,
#lunch_content h6,
#party_content h6,
#spacial_content .special-menu01 .pm03-child h6 {
  font-size: 100%;
  font-weight: bold;
}

.tax_in {
  text-align: right;
  margin-bottom: 5rem;
}

#dinner_content h4 span br {
  display: none;
}

@media screen and (max-width: 768px) {
  #drink_content h4 span,
  #food_content h4 span,
  #lunch_content h4 span,
  #party_content h4 span,
  #special_content h4 span,
  #dinner_content h4 span {
    text-align: center;
    border-bottom: 4px solid #247c51;
    font-size: 120%;
    font-weight: bold;
  }

  #drink_content h5,
  #food_content h5,
  #lunch_content h5,
  #party_content h5,
  #special_content h5 {
    text-align: center;
    font-size: 100%;
    font-weight: bold;
  }

  #dinner_content .sph4-wrap {
    text-align: center;
  }

  #dinner_content h4.sph4 {
    display: inline-block;
    border-bottom: 4px solid #247c51;
  }

  #dinner_content h4.sph4 span {
    border-bottom: 0;
  }

  #dinner_content h4 span br {
    display: block;
  }
}

#food_content table td {
  padding: 0.5rem 0;
  line-height: 1.6rem;
}

#food_content table td.price {
  text-align: right;
  padding: 1rem 0;
  margin: 0;
}

#food_content table td.menu {
  text-align: left;
  padding: 1rem 0;
  margin: 0;
}

@media screen and (min-width: 600px) {
  #food_content table td.menu.space,
  #food_content table .space {
    padding-left: 1.4rem;
  }
}

.comparison {
  padding: 1rem;
  border: 1px solid #999;
  text-align: center;
}

.party_first_txt {
  width: 67%;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  padding-top: 3rem;
  margin-bottom: 3rem;
}

.party_first_photo {
  width: 32%;
  display: inline-block;
  text-align: center;
  margin-bottom: 8rem;
}

.party_first_photo img {
  width: 100%;
  height: auto;
}

.party_menu_photo {
  width: 30%;
  display: inline-block;
  text-align: center;
  margin: 0 0 2rem 2.6%;
  vertical-align: top;
}

.party_menu_photo img {
  width: 100%;
  height: auto;
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 375px) {
  .store_img {
    width: 48%;
    display: inline-block;
    margin: 0 0.4% 2% 0.4%;
  }

  .store_img img {
    width: 100%;
    height: auto;
  }

  .cafe_map {
    height: 200px !important;
  }

  .cafe_staffblog-item {
    margin-bottom: 30px;
    width: 100%;
    display: inline-block;
    margin: 0 0 2% 0;
    vertical-align: top;
  }

  .cafe_staffblog-item .right img {
    width: 100%;
    max-width: 116px;
    height: auto;
  }

  /*タブのスタイル*/
  .pc_none {
    display: block;
  }

  .sp_none {
    display: none;
  }

  #food_content table td.price {
    text-align: right;
    padding: 1rem 0;
    margin: 0;
    width: 18% !important;
    display: inline-block !important;
  }

  #food_content table td.menu {
    text-align: left;
    padding: 1rem 0;
    margin: 0;
    width: 80% !important;
    display: inline-block !important;
  }

  #drink_content table td.price {
    text-align: right;
    padding: 1rem 0;
    margin: 0;
    width: 18% !important;
    display: inline-block !important;
  }

  #drink_content table td.menu {
    text-align: left;
    padding: 1rem 0;
    margin: 0;
    width: 80% !important;
    display: inline-block !important;
  }

  .party_first_txt {
    width: 100%;
    display: block;
    text-align: center;
    vertical-align: top;
    padding-top: 0;
    margin-bottom: 3rem;
  }

  .party_first_photo {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 8rem;
  }

  .party_menu_photo {
    width: 30%;
    display: inline-block;
    text-align: center;
    margin: 0 0 2rem 2%;
    vertical-align: top;
  }
}

@media screen and (max-width: 414px) {
  #food_content table td.price {
    text-align: right;
    padding: 1rem 0;
    margin: 0;
    width: 18% !important;
    display: inline-block !important;
  }

  #food_content table td.menu {
    text-align: left;
    padding: 1rem 0;
    margin: 0;
    width: 80% !important;
    display: inline-block !important;
  }

  #drink_content table td.price {
    text-align: right;
    padding: 1rem 0;
    margin: 0;
    width: 18% !important;
    display: inline-block !important;
  }

  #drink_content table td.menu {
    text-align: left;
    padding: 1rem 0;
    margin: 0;
    width: 80% !important;
    display: inline-block !important;
  }

  .party_first_txt {
    width: 100%;
    display: block;
    text-align: center;
    vertical-align: top;
    padding-top: 0;
    margin-bottom: 3rem;
  }

  .party_first_photo {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 8rem;
  }

  .party_menu_photo {
    width: 30%;
    display: inline-block;
    text-align: center;
    margin: 0 0 2rem 2%;
    vertical-align: top;
  }

  .party_menu_photo p {
    font-size: 80%;
    line-height: 1.2rem;
  }

  .store_img {
    width: 31%;
    display: inline-block;
    margin: 0 0.4% 2% 0.4%;
  }

  .store_img p {
    font-size: 90%;
  }
}

.insta_wrap {
  margin: 0 auto;
  text-align: center !important;
}

.insta_honei {
  width: 48.5%;
  display: inline-block;
  margin-right: 1%;
  text-align: left;
  vertical-align: top;
  border: 1px solid #ccc;
  padding: 10px;
  position: relative;
}

.insta_honei a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.insta_honei a:hover {
  opacity: 0.5;
  background-color: #fff;
}

.insta_honei ul li {
  width: 24%;
  height: 12rem;
  display: inline-block;
  margin-left: 1%;
  overflow: hidden;
}

.insta_honei ul li img {
  width: 150%;
  height: auto;
}

.insta_cafe {
  width: 48.5%;
  display: inline-block;
  margin-left: 1%;
  text-align: left;
  vertical-align: top;
  border: 1px solid #ccc;
  padding: 10px;
  position: relative;
}

.insta_cafe a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.insta_cafe a:hover {
  opacity: 0.5;
  background-color: #fff;
}

.insta_cafe ul li {
  width: 24%;
  height: 12rem;
  display: inline-block;
  margin-left: 1%;
  overflow: hidden;
}

.insta_cafe ul li img {
  width: 150%;
  height: auto;
}

.insta_more {
  display: block;
  float: right;
}

@media screen and (max-width: 800px) {
  .insta_honei {
    width: 48.5%;
    display: inline-block;
    margin-right: 1%;
    text-align: left;
    vertical-align: top;
  }

  .insta_honei ul li {
    width: 24%;
    height: 10rem;
    display: inline-block;
    margin-left: 1%;
    overflow: hidden;
  }

  .insta_honei ul li img {
    width: 160%;
    height: auto;
  }

  .insta_cafe {
    width: 48.5%;
    display: inline-block;
    margin-left: 1%;
    text-align: left;
    vertical-align: top;
  }

  .insta_cafe ul li {
    width: 24%;
    height: 10rem;
    display: inline-block;
    margin-left: 1%;
    overflow: hidden;
  }

  .insta_cafe ul li img {
    width: 160%;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .insta_honei {
    width: 48.5%;
    display: inline-block;
    margin-right: 1%;
    text-align: left;
    vertical-align: top;
  }

  .insta_honei ul li {
    width: 24%;
    height: 9rem;
    display: inline-block;
    margin-left: 1%;
    overflow: hidden;
  }

  .insta_honei ul li img {
    width: 160%;
    height: auto;
  }

  .insta_cafe {
    width: 48.5%;
    display: inline-block;
    margin-left: 1%;
    text-align: left;
    vertical-align: top;
  }

  .insta_cafe ul li {
    width: 24%;
    height: 9rem;
    display: inline-block;
    margin-left: 1%;
    overflow: hidden;
  }

  .insta_cafe ul li img {
    width: 160%;
    height: auto;
  }
}

@media screen and (max-width: 640px) {
  .insta_honei {
    width: 100%;
    display: block;
    margin-right: 0;
    text-align: left;
    vertical-align: top;
    margin-bottom: 3rem;
  }

  .insta_honei ul li {
    width: 24%;
    height: 14rem;
    display: inline-block;
    margin-left: 1%;
    overflow: hidden;
  }

  .insta_cafe {
    width: 100%;
    display: block;
    margin-right: 0;
    text-align: left;
    vertical-align: top;
    margin-bottom: 8rem;
  }

  .insta_cafe ul li {
    width: 24%;
    height: 14rem;
    display: inline-block;
    margin-left: 1%;
    overflow: hidden;
  }
}

@media screen and (max-width: 600px) {
  .insta_honei {
    width: 100%;
    display: block;
    margin-right: 0;
    text-align: left;
    vertical-align: top;
    margin-bottom: 3rem;
  }

  .insta_honei ul li {
    width: 24%;
    height: 13rem;
    display: inline-block;
    margin-left: 1%;
    overflow: hidden;
  }

  .insta_cafe {
    width: 100%;
    display: block;
    margin-right: 0;
    text-align: left;
    vertical-align: top;
    margin-bottom: 8rem;
  }

  .insta_cafe ul li {
    width: 24%;
    height: 13rem;
    display: inline-block;
    margin-left: 1%;
    overflow: hidden;
  }
}

@media screen and (max-width: 480px) {
  .insta_honei {
    width: 100%;
    display: block;
    margin-right: 0;
    text-align: left;
    vertical-align: top;
    margin-bottom: 3rem;
  }

  .insta_honei ul li {
    width: 24%;
    height: 10.5rem;
    display: inline-block;
    margin-left: 1%;
    overflow: hidden;
  }

  .insta_cafe {
    width: 100%;
    display: block;
    margin-right: 0;
    text-align: left;
    vertical-align: top;
    margin-bottom: 8rem;
  }

  .insta_cafe ul li {
    width: 24%;
    height: 10.5rem;
    display: inline-block;
    margin-left: 1%;
    overflow: hidden;
  }
}

@media screen and (max-width: 414px) {
  .insta_honei {
    width: 100%;
    display: block;
    margin-right: 0;
    text-align: left;
    vertical-align: top;
    margin-bottom: 3rem;
  }

  .insta_honei ul li {
    width: 24%;
    height: 9rem;
    display: inline-block;
    margin-left: 1%;
    overflow: hidden;
  }

  .insta_cafe {
    width: 100%;
    display: block;
    margin-right: 0;
    text-align: left;
    vertical-align: top;
    margin-bottom: 8rem;
  }

  .insta_cafe ul li {
    width: 24%;
    height: 9rem;
    display: inline-block;
    margin-left: 1%;
    overflow: hidden;
  }
}

@media screen and (max-width: 384px) {
  .insta_honei {
    width: 100%;
    display: block;
    margin-right: 0;
    text-align: left;
    vertical-align: top;
    margin-bottom: 3rem;
  }

  .insta_honei ul li {
    width: 24%;
    height: 8rem;
    display: inline-block;
    margin-left: 1%;
    overflow: hidden;
  }

  .insta_cafe {
    width: 100%;
    display: block;
    margin-right: 0;
    text-align: left;
    vertical-align: top;
    margin-bottom: 8rem;
  }

  .insta_cafe ul li {
    width: 24%;
    height: 8rem;
    display: inline-block;
    margin-left: 1%;
    overflow: hidden;
  }
}

@media screen and (max-width: 320px) {
  .insta_honei {
    width: 100%;
    display: block;
    margin-right: 0;
    text-align: left;
    vertical-align: top;
    margin-bottom: 3rem;
  }

  .insta_honei ul li {
    width: 24%;
    height: 7rem;
    display: inline-block;
    margin-left: 1%;
    overflow: hidden;
  }

  .insta_cafe {
    width: 100%;
    display: block;
    margin-right: 0;
    text-align: left;
    vertical-align: top;
    margin-bottom: 8rem;
  }

  .insta_cafe ul li {
    width: 24%;
    height: 7rem;
    display: inline-block;
    margin-left: 1%;
    overflow: hidden;
  }
}

/*増税ページ*/
#zouzei {
  margin: 0px;
  padding: 0;
  width: 790px;
}

#zouzei .mb20 {
  margin-bottom: 20px;
}

#zouzei .mb50 {
  margin-bottom: 50px;
}

#zouzei h2 {
  margin-bottom: 20px;
  font-size: 26px !important;
  font-weight: bold;
}

#zouzei h3 {
  margin-bottom: 50px;
}

#zouzei p {
  margin: 0 0 2em;
  padding: 0;
  text-align: center;
  font-size: 14px !important;
}

#zouzei .pb {
  margin: 0 0 1em;
  padding: 0 0 10px;
  font-size: 20px !important;
  text-align: center;
  border-bottom: solid 2px #007d42;
}

#zouzei .s_p {
  margin: 10px 0 30px;
  font-size: 12px !important;
  text-align: center;
  line-height: 1.3em;
}

#zouzei .img_center {
  margin: 0 auto 30px;
  text-align: center;
}

.topbnr_zouzei {
  width: 960px;
  margin: 10px auto 20px;
}

@media screen and (max-width: 768px) {
  #zouzei {
    margin: 0px auto;
    width: 96%;
  }

  #zouzei img {
    width: 100%;
  }

  .topbnr_zouzei {
    width: 96%;
    margin: 10px auto 20px;
  }

  .topbnr_zouzei img {
    width: 100%;
  }
}

.top_event_secondedition {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top_event_secondedition a:not(.event-post) {
  width: 48%;
  color: #333;
}

.top_event_secondedition .one_centence {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px dotted #ccc;
  margin: 0 0.5%;
  padding: 1vmin 0;
}

.top_event_secondedition .pict_and_endicon_wrap {
  position: relative;
  width: 15vmin;
  height: 15vmin;
  overflow: hidden;
  display: inline-block;
  margin-right: 1vmin;
}

.top_event_secondedition .event_data_wrap {
  width: calc(100% - 15vmin - 20px);
}

.top_event_secondedition .pict_and_endicon_wrap .pict {
  /*width:20vmin; height:20vmin; */
}

.top_event_secondedition .pict_and_endicon_wrap .pict img {
  /*width: 20%;*/
  height: 25vmin;
  /*画像のセンタリング（中央寄せ）*/
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.top_event_secondedition .pict_and_endicon_wrap .end_icon {
  position: absolute;
  top: 0;
  right: 0;
}

.top_event_secondedition .event_data {
  display: inline-block;
  width: auto;
  vertical-align: top;
}

.top_event_secondedition .event_data h3 {
  display: block;
  width: 100%;
  max-width: 40vmin;
  word-break: break-all;
}

.top_event_secondedition .event_data p {
  display: block;
  width: 100%;
  max-width: 40vmin;
  word-break: break-all;
}

@media screen and (max-width: 1440px) {
  .top_event_secondedition .event_data h3 {
    max-width: 30vmin;
  }

  .top_event_secondedition .event_data p {
    max-width: 30vmin;
  }
}

@media screen and (max-width: 800px) {
  .top_event_secondedition .event_data h3 {
    max-width: 29vmin;
  }

  .top_event_secondedition .event_data p {
    max-width: 29vmin;
  }
}

@media screen and (max-width: 600px) {
  .top_event_secondedition .pict_and_endicon_wrap {
    width: 44vmin;
    height: 44vmin;
    display: block;
    margin-right: 0;
  }

  .top_event_secondedition .pict_and_endicon_wrap .pict img {
    height: 60vmin;
  }

  .top_event_secondedition .event_data {
    display: block;
  }

  .top_event_secondedition .event_data h3 {
    max-width: 100vmin;
  }

  .top_event_secondedition .event_data p {
    max-width: 100vmin;
  }
}

@media screen and (max-width: 414px) {
  .top_event_secondedition .event_data_wrap {
    width: 100%;
  }
}

/*レスポンシブ画像切替*/
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}

.hotpepper {
  display: block;
  border-radius: 1vmin;
  -moz-border-radius: 1vmin;
  -webkit-border-radius: 1vmin;
  -o-border-radius: 1vmin;
  -ms-border-radius: 1vmin;
  border: 1px solid #ddd;
  float: right;
  color: #000;
  text-decoration: none;
  padding: 1.6vmin;
}

.hotpepper p {
  display: inline-block;
  padding-right: 10px;
  padding-bottom: 1vmin;
}

.hotpepper img {
  display: inline-block;
}

@media screen and (max-width: 414px) {
  .hotpepper {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .hotpepper p {
    padding-bottom: 2vmin;
  }
}

.covid {
  margin-top: 30px;
  border: 2px solid #d0101a;
  padding: 20px 30px;
  color: #d0101a;
}

.covid h3 {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 20px;
}

.oshirase2 {
  margin-top: 30px;
  border: double 5px #d0101a;
  padding: 20px 30px;
  color: #d0101a;
  font-weight: bold;
  line-height: 2;
}

.oshirase2 h3 {
  margin-bottom: 20px;
}

.oshirase3 {
  margin-top: 30px;
  border: double 5px #007b50;
  padding: 20px 30px;
  color: #007b50;
  font-weight: bold;
  line-height: 2;
}

.oshirase3 h3 {
  margin-bottom: 20px;
}

.oshirase3 p {
  margin-bottom: 1rem;
}

.oshirase4 {
  margin-top: 30px;
  border: solid 1px #000;
  padding: 20px 30px;
  color: #000;
  line-height: 2;
	text-align: center;
	margin-bottom: 30px;
}

.oshirase4 h3 {
  margin-bottom: 20px;
}

.oshirase4 p {
  margin-bottom: 1rem;
}

.cafe_deteil_tit {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 10px;
}

.cafe_deteil_tit_s {
  background-color: #007a50;
  padding: 2px 5px;
  border-radius: 3px;
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 5px;
}

.category_title {
  color: #fff;
  background-color: #1b7a51 !important;
  width: 80px !important;
  text-align: center;
  white-space: nowrap;
  padding: 0 !important;
}

.category_title-sekou {
  color: #fff;
  background-color: #00b7ee !important;
  width: 80px !important;
  text-align: center;
  white-space: nowrap;
  padding: 0 !important;
}

.category_title-event {
  color: #fff;
  background-color: #f29858 !important;
  width: 80px !important;
  text-align: center;
  white-space: nowrap;
  padding: 0 !important;
}

.category_title-album {
  color: #fff;
  background: #6b3781 !important;
  width: 80px !important;
  text-align: center;
  white-space: nowrap;
  padding: 0 !important;
}

.category_title-renov {
  color: #fff;
  background: #00b7ee !important;
  width: 80px !important;
  text-align: center;
  white-space: nowrap;
  padding: 0 !important;
}

.post_thumbnail {
  position: relative;
}

.blog_is_new {
  position: absolute;
  top: 5px;
  left: 10px;
  z-index: 100;
  width: 50px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 5 10px;
  background: #1b7a51;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .blog_is_new {
    position: absolute;
    top: 10px;
    left: 5px;
    z-index: 100;
    width: 50px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 5 10px;
    background: #1b7a51;
    color: #fff;
  }
}

.bnr_flex {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
  flex-wrap: wrap;
}

.bnr_flex img {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .bnr_flex {
    display: block;
  }

  .bnr_flex img {
    width: 100%;
    margin-bottom: 20px;
  }
}

img.ajax-loader {
  max-width: 16px;
  max-height: 16px;
}

#exterior .ex_01-04box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}

#exterior .ex_01-04box .e_box {
  width: 48%;
}

#exterior .ex_01-04box .e_box img {
  width: 100%;
}

#exterior .ex_01-04box .e_box .e_title {
  display: flex;
  align-items: center;
}

#exterior .ex_01-04box .e_box .e_title p {
  width: calc(100% - 60px);
  font-weight: 700;
  font-size: 2.2rem;
  padding-left: 15px;
}

#exterior .ex_01-04box .e_box .e_title .circle {
  width: 60px;
  height: 60px;
  background: #418258;
  border-radius: 50%;
  padding-top: 20px;
  padding-left: 0;
  font-family: serif;
}

#exterior .ex_01-04box .e_box .e_title .circle span {
  width: calc(100% - 60px);
  font-weight: 700;
  font-size: 2.5rem;
  padding-left: 15px;
  color: #fff;
}

#exterior .e_logo_tit {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 3rem;
  padding-left: 15px;
  font-family: serif;
  width: 100%;
}

#exterior .e_case_tit {
  font-weight: 700;
  font-size: 2.6rem;
  font-family: serif;
  border-bottom: 2px solid #418258;
  color: #000;
}

#exterior .e_case_tit span {
  font-weight: 700;
  font-size: 4rem;
  font-family: serif;
  color: #418258;
}

#exterior .e_case_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#exterior .e_case_box .m_img {
  width: 57%;
  max-width: 450px;
}

#exterior .e_case_box .m_img img {
  width: 100%;
}

#exterior .e_case_box .d_box {
  width: 40%;
  max-width: 320px;
}

#exterior .d_table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
}

#exterior .d_table th {
  padding: 10px;
  border: solid 1px #666666;
}

#exterior .d_table td {
  padding: 10px;
  border: solid 1px #666666;
}

#exterior .d_table td:first-child, #exterior .d_table td:nth-child(3) {
  background: #e9faf9;
}

#exterior .e_case_box .s_box {
  width: 100%;
  margin-top: 20px;
}

#exterior .slider {
  position: relative;
  width: 92%;
  margin: 0 auto;
}

#exterior .slick-arrow:before {
  content: "" !important;
}

#exterior .slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

#exterior .e_slider .slick-next:before {
  background: url("https://www.enlarge.tokyo/wp/wp-content/themes/reform2/img/page/exterior2/arrow02.png");
  background-size: contain !important;
}

#exterior .e_slider .slick-prev:before {
  background: url("https://www.enlarge.tokyo/wp/wp-content/themes/reform2/img/page/exterior2/arrow01.png");
  background-size: contain !important;
}

#exterior .slick-prev,
.slick-next {
  width: 26px;
  height: 33px;
  z-index: 999;
}

#exterior .e_slider2 .slick-next:before {
  background: url("https://www.enlarge.tokyo/wp/wp-content/themes/reform2/img/page/exterior2/arrow04.png");
  background-size: contain !important;
}

#exterior .e_slider2 .slick-prev:before {
  background: url("https://www.enlarge.tokyo/wp/wp-content/themes/reform2/img/page/exterior2/arrow03.png");
  background-size: contain !important;
}

#exterior .fs24 {
  font-size: 24px;
  font-weight: bold;
}

.fbox {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.ex-logo {
  align-items: center;
  justify-content: center;
  margin: 20px 0 0;
}
.ex-logo .logo {
  margin-right: 10px;
}
.ex-logo .logo-tx {
  font-size: 30px;
  line-height: 1.3;
}
.ex-logo img {
  width: 184px;
  height: auto;

}
.exterior-main {
  background: url(../img/page/exterior2/ex-main.png)no-repeat;
  background-size: 100%;
  padding: 80px 0;
}
.exterior-main .main-tit {
  width: 70%;
  background: rgba(255, 255, 255, 0.8);
  margin: 0 auto;
  text-align: center;
  padding: 50px;
  font-size: 19px;
  line-height: 1.3;
}
.exterior-main .main-tit span {
  position: relative;
}
.exterior-main .main-tit span::after {
  content: "";
  width: 30px;
  height: 1px;
  background: #000;
  position: absolute;
  transform: rotate(-45deg);
  top: 50%;
  right: -35px;
}
.exterior-main .main-tit span::before {
  content: "";
  width: 30px;
  height: 1px;
  background: #000;
  position: absolute;
  transform: rotate(45deg);
  left: -40px;
  top: 50%;
}
.ex-cat-tit {
  margin: 40px 0;
  text-align: center;
  font-size: 24px;
  color: #007b50;
}
.ex-cat {
  justify-content: space-between;
}
.ex-cat .item {
  width: 49%;
  margin-bottom: 4%;
}
.ex-cat .item img {
  width: 100%;
  height: auto;
}
.ex-cat .item h4 {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  margin-top: 10px;
  font-size: 20px;
}
h2.ex-logo {
  border-top: solid 1px #007b50;
  border-bottom: solid 1px #007b50;
  padding: 30px 0;
  margin: 50px 0;
}
.price-img {
  margin-bottom: 50px;
}
.price-img img {
  width: 100%;
  height: auto;
}
.ex_case_tit {
  font-size: 24px;
  margin-bottom: 30px;
}
.ex_case_box {
  margin-bottom: 50px;
  border-bottom: dotted 2px #666464;
  padding-bottom: 50px;
}
#exterior .ex_case_box .s_box .af-bf{
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#exterior .ex_case_box .s_box .af-bf li {
  width: 24%;
}
#exterior .ex_case_box .s_box .af-bf li img {
  width: 100%;
  height: auto;
}
.ex-case-main {
  width: 100%;
  margin-bottom: 30px;
}
.ex-case-main img {
  width: 100%;
  object-fit: cover;
  height: 530px;
  object-position: center;
}
#exterior .before, #exterior .after {
  font-size: 24px;
  margin-bottom: 5px;
}
#exterior .after {
  color: #007b50;
}


@media screen and (max-width: 767px) {
  #exterior .ex_01-04box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0;
  }

  #exterior .ex_01-04box .e_box {
    width: 100%;
  }

  #exterior .e_case_tit {
    text-align: center;
    line-height: 1.2;
  }

  #exterior .e_case_box .m_img {
    width: 100%;
    max-width: 100%;
    order: 1;
  }

  #exterior .e_case_box .m_img img {
    width: 100%;
  }

  #exterior .e_case_box .d_box {
    width: 100%;
    max-width: 100%;
    order: 3;
  }

  #exterior .e_case_box .s_box {
    width: 100%;
    order: 2;
  }

  #exterior .fs24 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 10px;
  }

  #exterior .e_logo_tit {
    display: block;
    justify-content: center;
    text-align: center;
    align-items: center;
    font-weight: 700;
    font-size: 2.2rem;
    padding-left: 0;
    font-family: serif;
    width: 100%;
  }

  #exterior .e_logo_tit img {
    width: 80%;
    margin-bottom: 0.6em;
  }

  #exterior .slider {
    position: relative;
    width: 92%;
    margin: 0 auto 20px;
  }

  #exterior .e_slider img,
  #exterior .e_slider2 img {
    padding: 0 4%;
  }

  #exterior .d_table td,
  #exterior .d_table th {
    display: table-cell;
  }

  .exterior-main {
    background: url(../img/page/exterior2/ex-main-sp.png)no-repeat;
    background-size: 100%;
    padding: 25vw 0;
  }
  .exterior-main .main-tit {
    width: 85%;
    padding: 10vw 4vw;
    font-size: 5vw;
  }
  .exterior-main .main-tit span::before {
    width: 13vw;
    transform: rotate(70deg);
    left: -9vw;
  }
  .exterior-main .main-tit span::after {
    width: 13vw;
    transform: rotate(-70deg);
    right: -27vw;
  }
  .ex-logo .logo {
    margin-right: 0;
    margin-bottom: 2vw;
  }
  .ex-logo img {
    width: 52vw;
  }
  .ex-logo .logo-tx {
    font-size: 7vw;
    text-align: center;
  }
  .ex-cat-tit {
    margin: 12vw 0;
    font-size: 6vw;
    line-height: 1.5;
  }
  h2.ex-logo {
    padding: 7vw 0;
    margin: 10vw 0;
  }
  .ex-cat .item {
    width: 100%;
    margin-bottom: 10vw;
  }
  .ex-cat .item h4 {
    padding: 5vw 0;
    margin-top: 2vw;
    font-size: 5vw;
  }
  .ex_case_tit {
    font-size: 6.6vw;
    margin-bottom: 5vw;
    line-height: 1.3;
  }
  .ex-case-main img {
    height: 63vw;
  }
  #exterior .ex_case_box .s_box .af-bf li {
    width: 48%;
    margin-bottom: 4vw;
  }
  #exterior .before, #exterior .after {
    font-size: 6vw;
    margin-bottom: 1vw;
  }
  .price-img {
    margin-bottom: 50px;
    overflow-x: scroll;
    width: 100%;
  }
  .price-img img {
    width: 180%;
    height: auto;
    max-width: 200%;
  }
}

#party_content h6 {
  font-weight: normal;
}

#special_content h6 {
  font-weight: normal;
  font-size: 100%;
}

#party_content .party-menu01,
#special_content .special-menu01 {
  margin-bottom: 5rem;
  margin-top: 5rem;
}

#party_content .party-menu01 > p.center,
#special_content .special-menu01 > p.center {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 3rem;
}

#party_content .party-menu01 .pm01-child,
#special_content .special-menu01 .pm03-child {
  margin-bottom: 2rem;
}

#party_content .party-menu02 {
  margin-bottom: 5rem;
}

#party_content .party-menu02 .pm02-child {
  margin-bottom: 1rem;
}

#party_content p.red,
#special_content p.red {
  color: #d0101a;
  font-weight: 700;
  margin-top: 1rem;
}

#party_content .party-menu03 > p.center,
#spacial_content .spacial-menu01 > p.center {
  font-weight: 700;
  font-size: 120%;
  margin-bottom: 3rem;
}

#party_content .party-menu03 .pm03-child,
#spacial_content .spacial-menu01 .pm03-child {
  margin-bottom: 1rem;
}

#shop-page .flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#shop-page .lead {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#shop-page .lead > div {
  width: 48%;
}

#shop-page .staff .staff-area:last-child {
  margin-bottom: 0;
}

#shop-page .staff .heading1 {
  margin-top: 0;
}

#shop-page .interior .flex-wrap {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#shop-page .interior .flex-wrap::after {
  display: block;
  content: "";
  width: 32%;
}

#shop-page .interior .flex-wrap > div {
  width: 32%;
  margin-bottom: 10px;
}
.blog-store {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  #shop-page .mv {
    display: none;
  }

  #shop-page .lead {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #shop-page .lead .img {
    width: 100%;
    margin-bottom: 15px;
  }

  #shop-page .lead .txt {
    width: 100%;
  }

  #shop-page .interior .flex-wrap > div {
    width: 48%;
  }
}

.cafe_bnr {
  max-width: 790px;
  margin: 2rem auto;
}

.cafe_bnr img {
  width: 100%;
  height: auto;
}

input.adult,
input.child {
  width: 12.5%;
}

@media screen and (max-width: 768px) {
  input.adult,
  input.child {
    width: 15%;
  }
}

.tabalType1 {
  width: 100%;
}

.tabalType1 td {
  background: #e4f8f0;
  text-align: right;
}

.tabalType1 td:first-child {
  text-align: left;
}

.tabalType1 tr:nth-child(odd) td {
  background: #fff;
}

.tabalType1 th {
  background: #007b50;
  color: #fff;
  text-align: center;
  padding: 10px;
}

.tabalType1 th:first-child {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .tabalType1 td {
    display: table-cell;
  }
}

@media screen and (min-width: 900px) {
  .tabalType1 td {
    padding-right: 130px;
    padding-left: 30px;
  }

  .tabalType1 th {
    padding-right: 130px;
    padding-left: 30px;
  }
}

.blog_f_box {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px dashed #ccc;
  position: relative;
  margin: 20px 0;
  padding-bottom: 20px;
}

.blog_f_box .link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blog_f_box .rbtn {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #007b50;
  color: #fff;
  font-weight: 700;
  padding: 0 5px;
}

.blog_f_box .data {
  color: #007b50;
}

.blog_f_box .blog_tit {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.blog_f_box .img_box {
  width: 30%;
  max-height: 200px;
  object-fit: cover;
  overflow: hidden;
}

.blog_f_box .img_box img {
  width: 100%;
}

.blog_f_box .txt_box {
  width: 68%;
  display: flex;
  justify-content: space-between;
}

.blog_f_box .txt_box .txt {
  width: 80%;
}

.blog_f_box .txt_box .ca_img {
  margin-left: 20px;
  width: 20%;
  margin-top: 100px;
}

.blog_f_box .txt_box .ca_img img {
  width: 100%;
}

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

  .blog_f_box .img_box {
    width: 100%;
    max-height: 200vw;
    margin-bottom: 3vw;
  }

  .blog_f_box .txt_box {
    width: 100%;
  }

  .blog_f_box .txt_box {
    width: 100%;
    display: block;
  }

  .blog_f_box .txt_box .txt {
    width: 100%;
  }

  .blog_f_box .txt_box .ca_img {
    margin-left: 0;
    width: 100%;
    margin-top: 1vw;
    text-align: right;
  }

  .blog_f_box .txt_box .ca_img img {
    width: 30%;
  }

  .blog_f_box .rbtn {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 5vw;
    left: 0;
  }
}

/*タブレット用*/
@media (max-width: 1020px) and (min-width: 767px) {
  .site-logo {
    margin-top: 0.455vw;
    width: 27.909vw;
    height: 5.818vw;
  }

  .header-cell-right .recruit {
    padding: 0 0 0.455vw;
  }

  .header-cell-right .tel {
    width: 23.091vw;
    top: -0.364vw;
    font-size: 2.182vw;
    letter-spacing: 0.182vw;
    margin-top: -1.364vw;
  }

  .tel span {
    font-size: 1vw;
    line-height: 1.4em;
  }

  .header-cell-right .sns {
    width: 7.636vw;
    margin: 0 2vw 0 0.545vw;
  }

  .header-cell-right .sns .sns-btn-insta {
    font-size: 3.182vw;
  }

  .header-cell-right .sns .sns-btn-fb {
    font-size: 3.182vw;
  }

  .hbtn1 {
    width: 15.909vw;
  }

  .hbtn2 {
    width: 14.727vw;
  }

  .hbtn1 img,
  .hbtn2 img {
    width: 100%;
  }

  .menu-list li + li {
    /*padding-left: 1vw;
    padding-right: 1vw;*/
  }

  .menu-list li a {
    font-size: 1.4vw;
  }

  .centering {
    position: relative;
    width: 100%;
    max-width: 100%;
  }

  .tab_fit {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .staff-title {
    font-size: 2.182vw;
  }

  .intro-bg {
    background: url(../img/top/intro/bg_sp.png);
    height: 133.273vw;
    position: relative;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }

  .intro-bg .intro-text {
    width: 100%;
    height: 100%;
    padding-top: 5vw;
    position: inherit;
    color: #fff;
    text-align: center;
  }

  .showroom-bg .centering .text-wrap {
    position: absolute;
    padding: 2.5em;
    top: 9.091vw;
    left: 1.364vw;
    width: 50vw;
    height: 56vw;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    z-index: 2;
  }

  .showroom-bg .centering .tenpo-wrap {
    position: absolute;
    top: 13.182vw;
    right: 0;
    width: 50vw;
    height: 42.727vw;
    z-index: 1;
  }

  .showroom-bg {
    padding: 5vw 0 4.545vw 0;
    height: 76vw;
  }

  .contact-banner {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: auto;
  }

  .contact-btn {
    position: absolute;
    top: 4.091vw;
    right: 3.182vw;
  }

  .contact-btn {
    position: absolute;
    top: 4.091vw;
    right: 3.182vw;
  }

  .contact-btn img {
    width: 25.818vw;
  }
}

.cafe_insta {
  width: 80%;
  display: flex;
  margin: 20px auto;
  align-items: center;
}

.cafe_insta img {
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .cafe_insta {
    width: 100%;
  }
}

.grid.school-grid .item33 a {
  color: #000;
  text-decoration: none;
  pointer-events: none;
}

.grid.school-grid .item33 a:hover {
  color: #000;
  text-decoration: none;
}

.grid.school-grid .item33 {
  margin-bottom: 15px;
}

.setsubi-grid .grid-item img,
.drink-grid .grid-item img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .grid.school-grid .item33 {
    width: calc(33.33333% - 10px);
    margin-bottom: 15px;
  }

  .grid.school-grid .item33 a {
    pointer-events: auto;
  }

  .grid.school-grid .item33 h4 {
    display: none;
  }

  .drink-grid .grid-item {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 428px) and (max-width: 768px) {
  .button_abu {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
  }
}

@media screen and (min-width: 802px) and (max-width: 1041px) {
  .renov-item {
    height: 600px;
  }
}

@media screen and (min-width: 769px) and (max-width: 801px) {
  .renov-item {
    height: 670px;
  }
}

@media screen and (max-width: 768px) {
  .wideslider-container_sp {
    margin-bottom: 2em;
    width: 100%;
    overflow: hidden;
  }

  .h53 {
    height: 53vw;
  }
}

/*MVスライド*/
.mv-area {
  position: relative;
}

.mv-area .slick-slide:not(.slick-active) {
  -webkit-filter: brightness(40%);
  filter: brightness(40%);
}

.mv-area .slick-slide:not(.slick-active) a:hover {
  opacity: 1;
}

.mv-area .slick-slide img {
  display: block;
  width: 100.01%;
}

.mv-area .slide-dots {
  margin: 25px 0 70px;
}

.mv-area .slide-dots li {
  margin: 0 13px;
  opacity: 0.5;
}

.mv-area .slide-dots li:first-child {
  margin-left: 0;
}

.mv-area .slide-dots li button:before {
  margin: 0 0px;
  width: 15px;
  height: 15px;
  display: inline-block;
  overflow: hidden;
  background: #ccc;
}

.mv-area .slide-dots li.slick-active button:before {
  margin: 0 0px;
  width: 15px;
  height: 15px;
  display: inline-block;
  overflow: hidden;
  background: #007b50;
}

.mv-area .arrow-mv .slick-prev {
  top: 50%;
  bottom: 50%;
  width: 26px;
  height: 42px;
  margin-top: -25px;
  left: -26px;
}

.mv-area .arrow-mv .slick-next {
  top: 50%;
  bottom: 50%;
  width: 26px;
  height: 42px;
  margin-top: -25px;
  right: -26px;
}

.arrow-mv .slick-prev::before {
  content: "";
  background: url(../img/top/carousel/prev.png) no-repeat;
  display: block;
  width: 26px;
  height: 42px;
}

.arrow-mv .slick-next::before {
  content: "";
  display: block;
  width: 26px;
  height: 42px;
  background: url(../img/top/carousel/next.png) no-repeat;
}

.arrow-mv {
  width: 1100px;
  position: absolute;
  top: 50%;
  bottom: 50%;
  margin-top: -3px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

@media screen and (max-width: 480px) {
  .mv-area .arrow-mv .slick-prev {
    top: 50%;
    bottom: 50%;
    width: 15px;
    height: 25px;
    margin-top: -25px;
    left: 2vw;
  }

  .mv-area .arrow-mv .slick-next {
    top: 50%;
    bottom: 50%;
    width: 15px;
    height: 25px;
    margin-top: -25px;
    right: 2vw;
  }

  .arrow-mv .slick-prev::before {
    content: "";
    background: url(../img/top/carousel/prev.png) no-repeat;
    display: block;
    width: 15px;
    height: 25px;
    background-size: 15px;
  }

  .arrow-mv .slick-next::before {
    content: "";
    display: block;
    width: 15px;
    height: 25px;
    background: url(../img/top/carousel/next.png) no-repeat;
    background-size: 15px;
  }

  .mv-area .slide-dots {
    margin: 8px 0 70px;
  }

  .arrow-mv {
    display: none;
  }
}

.instagram-capture {
  max-width: 100%;
  width: 100%;
  height: auto;
}

span.reform_point {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  span.reform_point span {
    /*width: 30%;*/
  }
}

.mt0 {
  margin-top: 0;
}

/* 創エネLOHOUSEページ */
.souenelohouse-header .img-fluid,
.souenelohouse .img-fluid {
  max-width: 100%;
  height: auto;
}

.souenelohouse-header {
  max-width: 100%;
  margin: 0 auto 40px;
}

.souenelohouse-header h3 {
  color: #007b50;
  text-align: center;
  font-weight: 700;
  position: relative;
  font-size: 2.4rem;
  font-family: serif;
  font-style: italic;
  line-height: 1.6;
}

.souenelohouse .sec_about01,
.souenelohouse .sec_about02,
.souenelohouse .sec_about03 {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 2px dashed #ccc;
}

.souenelohouse .sec_about01 .tit,
.souenelohouse .sec_about02 .tit,
.souenelohouse .sec_about03 .tit {
  font-weight: 700;
  position: relative;
  font-size: 2.4rem;
  color: #000;
  font-family: serif;
}

.souenelohouse .sec_about01 .tit span,
.souenelohouse .sec_about02 .tit span,
.souenelohouse .sec_about03 .tit span {
  font-weight: 700;
  position: relative;
  font-size: 2.6rem;
  color: #418258;
  margin-right: 10px;
  font-family: serif;
}

.triangle_g4 {
  width: 100%;
  height: auto;
  padding: 20px;
  background: #fff;
  background-image: linear-gradient(45deg, #56bc95 10px, transparent 0),
    linear-gradient(-45deg, #56bc95 10px, transparent 0),
    linear-gradient(135deg, #56bc95 10px, transparent 0),
    linear-gradient(-135deg, #56bc95 10px, transparent 0);
}

.fcg {
  color: #56b48d;
}

.fcg_tit {
  color: #56b48d;
  font-size: 1.6rem;
  font-family: serif;
}

.souenelohouse_photoflex {
  display: flex;
  justify-content: space-between;
}

.souenelohouse_photoflex img {
  width: 33%;
}

.souenelohouse_photoflex2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.souenelohouse_photoflex2 img {
  width: 48%;
}

.souenelohouse_photoflex3 {
  display: flex;
  justify-content: space-between;
}

.souenelohouse_photoflex3 img {
  width: 35%;
  margin-right: 20px;
}

.souenelohouse_keisoudo {
  width: 90%;
  margin: 0 auto 40px;
}

.souenelohouse_keisoudo p {
  background: linear-gradient(transparent 96%, #56bc95 0%);
  display: inline;
  font-weight: 500;
  font-family: serif;
  font-size: 1.4rem;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .souenelohouse-header {
    max-width: calc(100% + 2em);
    margin: 0 -1em 4em;
  }

  .souenelohouse {
    max-width: 96%;
    margin: 0 auto 2em;
  }

  .souenelohouse-header h3 {
    font-size: 5vw;
  }

  .fcg_tit {
    font-size: 5vw;
  }

  .souenelohouse .sec_about01,
  .souenelohouse .sec_about02,
  .souenelohouse .sec_about03 {
    padding-bottom: 2em;
    margin-bottom: 2em;
    border-bottom: 2px dashed #ccc;
  }

  .souenelohouse .sec_about01 .tit,
  .souenelohouse .sec_about02 .tit,
  .souenelohouse .sec_about03 .tit {
    font-size: 5vw;
  }

  .souenelohouse .sec_about01 .tit span,
  .souenelohouse .sec_about02 .tit span,
  .souenelohouse .sec_about03 .tit span {
    font-size: 5vw;
  }

  .triangle_g4 {
    width: 100%;
    height: auto;
    padding: 2em;
    background: #fff;
    background-image: linear-gradient(45deg, #56bc95 10px, transparent 0),
      linear-gradient(-45deg, #56bc95 10px, transparent 0),
      linear-gradient(135deg, #56bc95 10px, transparent 0),
      linear-gradient(-135deg, #56bc95 10px, transparent 0);
  }

  .souenelohouse_photoflex {
    display: block;
  }

  .souenelohouse_photoflex img {
    width: 100%;
  }

  .souenelohouse_photoflex2 {
    display: block;
  }

  .souenelohouse_photoflex2 img {
    width: 100%;
  }

  .souenelohouse_photoflex3 {
    display: block;
  }

  .souenelohouse_photoflex3 img {
    width: 100%;
    margin-right: 0;
  }

  .souenelohouse_keisoudo {
    width: 100%;
  }

  .souenelohouse_keisoudo p {
    font-size: 14px;
  }
}

.topbnr_flex_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.topbnr_flex_box div {
  width: 49%;
  text-align: center;
  margin-bottom: 20px;
}
.topbnr_flex_box a {
  color: #000 !important;
}
.topbnr_flex_box img {
  width: 100%;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .topbnr_flex_box {
    display: block;
    width: 96%;
    margin: 0 auto;
  }

  .topbnr_flex_box div {
    width: 100%;
  }
}

.wp-embedded-content {
  width: 100%;
}

.staff-name-area .fbox {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.staff-name-area .fb-center {
  justify-content: center;
}

.staff-name-area .fb-between {
  justify-content: space-between;
}

.staff-name-area {
}

.staff-name-area .item {
  width: 32%;
  margin-bottom: 2%;
  margin-right: 2%;
}

.staff-name-area .item:nth-child(3n) {
  margin-right: 0;
}

.staff-name-area .item a {
  display: block;
  position: relative;
  color: #fff;
}

.staff-name-area .item img {
  width: 100%;
  height: 362px;
  object-fit: cover;
}

.staff-name-area .staff-name {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  padding: 10px;
}

.staff-name-area .staff-name::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 25px 25px 25px;
  border-color: transparent transparent #007a50 transparent;
  right: -16px;
  transform: rotate(134deg);
}

.staff-name-area .staff-name span {
  font-family: "yumin-demibold";
  font-size: 24px;
  display: block;
}

@media screen and (max-width: 767px) {
  .staff-name-area .item {
    width: 48%;
    margin-bottom: 4%;
    margin-right: 4%;
  }

  .staff-name-area .item:nth-child(3n) {
    margin-right: 4%;
  }

  .staff-name-area .item:nth-child(2n) {
    margin-right: 0;
  }

  .staff-name-area .item img {
    height: 62vw;
  }

  .staff-name-area .staff-name {
    padding: 2vw 2vw 0.5vw;
    font-size: 2.6vw;
    line-height: 1.5;
  }

  .staff-name-area .staff-name span {
    font-size: 3.8vw;
  }

  .staff-name-area .staff-name::after {
    border-width: 0 20px 20px 20px;
    right: -13px;
  }
}

.renovation_content {
  margin-bottom: 60px;
  padding-bottom: 40px;
  border-bottom: 1px dashed #000;
}

.rc01,
.rc05,
.rc06 {
  border-bottom: 0;
}

.renovation_content:last-child {
  margin-bottom: 0;
}

.renovation_content .text-center {
  text-align: center;
}

.renovation_content .serif {
  font-family: "yumin-demibold", "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,
    "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media screen and (max-width: 768px) {
  .renovation_content .serif {
    font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
      "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,
      "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro",
      "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  }
}

.renovation_content .flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .renovation_content .flex-wrap {
    text-align: center;
    display: block;
    line-height: 1.2;
  }
}

.renovation_content .img-fluid {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.renovation_content .sp-br {
  display: none;
}

.renovation_content .heading01 {
  margin: 0 0 50px;
  padding-top: 35px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.renovation_content .heading01 p {
  font-size: 36px;
  font-weight: 600;
  color: #007b50;
  margin: 0 10px 0 40px;
  position: relative;
}

.renovation_content .heading01 p::before {
  position: absolute;
  top: -35px;
  left: -40px;
  transform: rotate(-30deg);
  content: "";
  width: 65px;
  height: 31px;
  background: url("./../img/page/renovation/n_title.png") 0 0 no-repeat;
  background-size: cover;
}

.renovation_content .heading01 h3 {
  font-size: 24px;
  font-weight: 600;
}

.renovation_content .heading01 h2 {
  font-size: 24px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .renovation_content .heading01 h3 {
    font-weight: 100;
  }

  .renovation_content .heading01 h2 {
    font-weight: 100;
    font-size: 5.4vw;
  }
}

.renovation_content h5 {
  font-size: 19px;
  line-height: 1.8;
  color: #007b50;
  font-weight: 600;
}

.renovation_content h5 span {
  background: linear-gradient(transparent 60%, rgba(236, 225, 99, 0.5) 60%);
}

.renovation_content .border_shadow {
  position: relative;
  margin-bottom: 20px;
}

.renovation_content .border_shadow::after {
  position: absolute;
  top: 20px;
  left: 20px;
  content: "";
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(
    -45deg,
    #fff,
    #fff 5px,
    #c7ddd0 5px,
    #c7ddd0 10px
  );
  z-index: -1;
}

.rc01 .mv {
  position: relative;
  margin-bottom: 50px;
}

.rc01 .mv .inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  color: #fff;
  font-weight: 600;
  font-size: 19px;
  line-height: 1.4;
}

.rc01 .mv .inner p:first-child {
  font-size: 36px;
}

.rc01 .lead {
  margin-bottom: 50px;
}

.rc01 .lead p {
  color: #007b50;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.6;
  font-style: italic;
}

.rc01 .lead p img {
  display: inline-block;
  width: 175px;
  height: auto;
  margin: 0 10px;
  padding-bottom: 10px;
}

.rc01 .content-wrap {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.rc01 .content-wrap a {
  display: block;
  width: 32%;
  border: 1px solid #b3b3b4;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0 10px;
  position: relative;
  color: #000;
}

.rc01 .content-wrap a:hover {
  text-decoration: none;
}

.rc01 .content-wrap a .inner p {
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
}

.rc01 .content-wrap a .inner p.number {
  color: #007b50;
  font-size: 36px;
  position: relative;
  padding-top: 33px;
  margin-bottom: 5px;
}

.rc01 .content-wrap a .inner p.number::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 65px;
  height: 31px;
  background: url("./../img/page/renovation/n_title.png") 0 0 no-repeat;
  background-size: cover;
}

.rc01 .content-wrap a .waku {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
}

.rc01 .content-wrap a .waku span:first-child {
  position: absolute;
  top: -2px;
  left: -2px;
  content: "";
  width: 10px;
  height: 22px;
  border-top: 3px solid #231815;
  border-left: 3px solid #231815;
}

.rc01 .content-wrap a .waku span:nth-child(2) {
  position: absolute;
  top: -2px;
  right: -2px;
  content: "";
  width: 10px;
  height: 22px;
  border-top: 3px solid #231815;
  border-right: 3px solid #231815;
}

.rc01 .content-wrap a .waku span:nth-child(3) {
  position: absolute;
  bottom: -2px;
  left: -2px;
  content: "";
  width: 10px;
  height: 22px;
  border-bottom: 3px solid #231815;
  border-left: 3px solid #231815;
}

.rc01 .content-wrap a .waku span:nth-child(4) {
  position: absolute;
  bottom: -2px;
  right: -2px;
  content: "";
  width: 10px;
  height: 22px;
  border-bottom: 3px solid #231815;
  border-right: 3px solid #231815;
}

.rc02 .feature {
  margin-bottom: 50px;
}

.rc02 .feature .box {
  width: 47%;
  background: #fff;
  padding: 80px 40px 30px;
  position: relative;
}

.rc02 .feature .box:first-child {
  margin-right: 6%;
}

.rc02 .feature .box::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  border-bottom: 90px solid transparent;
  border-left: 130px solid #56bc95;
}

.rc02 .feature .box:nth-child(2)::before {
  border-left: 130px solid #434343;
}

.rc02 .feature .box .label {
  position: absolute;
  top: 25px;
  left: -12px;
  transform: rotate(-34deg);
  width: 124px;
  text-align: center;
}

.rc02 .feature .box .label span {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.rc02 .feature .box ul li {
  margin-bottom: 1em;
  position: relative;
  padding-left: 1.25em;
  text-align: left;
}

.rc02 .feature .box ul li::before {
  position: absolute;
  top: 5px;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 12px;
  border-color: transparent transparent transparent #56bc95;
}

.rc02 .feature .box:nth-child(2) ul li::before {
  border-color: transparent transparent transparent #434343;
}

.rc02 .feature .box ul li:last-child {
  margin-bottom: 0;
}

.rc02 .arrow {
  width: 100%;
  height: 41px;
  position: relative;
  margin-bottom: 50px;
  margin-top: 50px;
}

.rc02 .arrow::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 51px;
  height: 41px;
  background: url("./../img/page/renovation/n_arrow.png") 0 0 no-repeat;
  background-size: cover;
}

.rc02 h3 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #007b50;
  font-weight: 600;
  font-size: 46px;
  margin-bottom: 50px;
}

.rc02 h3 img {
  width: 39px;
  margin: 0 20px;
}

.rc02 h3 span:last-child {
  font-style: italic;
}

.rc02 h4 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #007b50;
  font-weight: 600;
  font-size: 46px;
  margin-bottom: 50px;
}

.rc02 h4 img {
  width: 39px;
  margin: 0 20px;
}

.rc02 h4 span:last-child {
  font-style: italic;
}

.rc02 .content-wrap {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
}

.rc02 .content-wrap .img {
  width: calc(43% - 20px);
}

.rc02 .content-wrap .txt {
  width: 53%;
}

.rc02 .content-wrap .txt ul li {
  line-height: 1;
  padding-left: 30px;
  position: relative;
  margin-bottom: 1.5em;
  text-align: left;
}

.rc02 .content-wrap .txt ul li:last-child {
  margin-bottom: 0;
}

.rc02 .content-wrap .txt ul li::before {
  position: absolute;
  top: -3px;
  left: 0;
  content: "";
  width: 23px;
  height: 23px;
  background: url("./../img/page/renovation/n_check.png") 0 0 no-repeat;
  background-size: cover;
}

.rc03 .heading01 h3 br,
.rc04 .heading01 h3 br {
  display: none;
}

.rc03 .onetop {
  width: 730px;
  margin: 0 auto 50px;
}

.rc03 .content-wrap {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
}

.rc03 .content-wrap .img {
  width: calc(43% - 20px);
}

.rc03 .content-wrap .txt {
  width: 53%;
}

.rc03 .content-wrap .txt p {
  font-weight: 600;
  font-size: 18px;
  color: #007b50;
  margin-bottom: 50px;
}

.rc03 .content-wrap .txt p:nth-child(2) {
  font-size: 37px;
}

.rc03 .content-wrap .txt p:nth-child(2):first-letter {
  font-size: 51px;
}

.rc03 .content-wrap .txt p:nth-child(3) {
  color: #000;
  margin-bottom: 0;
}

.rc03 .flow {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.rc03 .flow .box {
  width: 30%;
  margin: 0 1.5% 50px;
  border: 1px solid #007b50;
  padding: 30px 15px 20px;
  position: relative;
}

.rc03 .flow .box::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  left: -24px;
  content: "";
  width: 23px;
  height: 18px;
  background: url("./../img/page/renovation/n_arrow.png") 0 0 no-repeat;
  background-size: cover;
}

.rc03 .flow .box:first-child::before {
  content: none;
}

.rc03 .flow .box h3 {
  position: absolute;
  top: -0.65em;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 1em;
  background: #fff;
  font-size: 18px;
  font-weight: 600;
  color: #007b50;
  white-space: nowrap;
}

.rc03 .flow .box h4 {
  position: absolute;
  top: -0.65em;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 1em;
  background: #fff;
  font-size: 18px;
  font-weight: 600;
  color: #007b50;
  white-space: nowrap;
}

.rc03 h5 {
  margin-bottom: 50px;
}

.rc04 .all_in_one {
  margin-bottom: 50px;
}

.rc04 .lead {
  margin-bottom: 50px;
}

.rc04 .lead p {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 600;
}

.rc04 .rc04_title {
  margin-bottom: 50px;
}

.rc04 .rc04_title p {
  font-size: 24px;
  font-weight: 600;
  padding: 40px 0;
  position: relative;
}

.rc04 .rc04_title p::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 85%;
  height: 50%;
  border-top: 3px solid #007b50;
  border-left: 3px solid #007b50;
}

.rc04 .rc04_title p::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 85%;
  height: 50%;
  border-bottom: 3px solid #007b50;
  border-right: 3px solid #007b50;
}

.rc04 .case .sub_title {
  margin-bottom: 50px;
}

.rc04 .case .sub_title p {
  font-size: 36px;
  font-weight: 600;
  color: #007b50;
  margin-bottom: 30px;
}

.rc04 .case .sub_title h4 {
  font-size: 36px;
  font-weight: 600;
  color: #007b50;
  margin-bottom: 30px;
}

.rc04 .case .sub_title h3 {
  font-size: 19px;
  font-weight: 600;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
  position: relative;
}

.rc04 .case .sub_title h3::before {
  position: absolute;
  top: 100%;
  left: 50%;
  content: "";
  transform: tranlslateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 18px 0 18px;
  border-color: #000 transparent transparent transparent;
}

.rc04 .case .sub_title h3::after {
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  content: "";
  transform: tranlslateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 18px 0 18px;
  border-color: #fff transparent transparent transparent;
}

.rc04 .case .sub_title h3 span {
  color: #56bc95;
}

.rc04 .case .sub_title h3 span.blue {
  color: #60b3ff;
}

.rc04 .case .box {
  margin-bottom: 50px;
}

.rc04 .case .box:last-child {
  margin-bottom: 0;
}

.rc04 .case .box p {
  margin-bottom: 30px;
}

.rc04 .case .box p span {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
  position: relative;
}

.rc04 .case .box p span img {
  width: 151px;
  padding-bottom: 5px;
  margin-right: 15px;
}

.rc04 .case .box p span::before {
  position: absolute;
  top: 0;
  left: -1.75em;
  content: "［";
}

.rc04 .case .box p span::after {
  position: absolute;
  top: 0;
  right: -1.75em;
  content: "］";
}

.rc04 .case .box:last-child p span {
  color: #007b50;
}

.rc04 .case.case01 {
  margin-bottom: 100px;
}

.rc04 .case.case01 .box:first-child picture img {
  width: 99.143207%;
}

.rc04 .case.case01 .box:nth-child(2) picture img {
  width: 96.817625%;
}

.rc04 .case.case02 .box p span {
  color: #007b50;
}

.rc04 .case.case02 .box:last-child p span {
  color: #000;
}

.rc04 .case.case02 .box:first-child picture img {
  width: 99.143207%;
}

.rc04 .case.case02 .box:nth-child(2) picture img {
  width: 99.265606%;
}

.rc05 p {
  font-size: 32px;
  font-weight: 600;
  color: #007b50;
  font-style: italic;
  line-height: 1.6;
}

.renovation_content .contact-banner {
  width: 790px;
  height: 125px;
}

.renovation_content .contact-banner .contact-btn {
  top: 36px;
  right: 21px;
  width: 54%;
}

.renovation_content .contact-banner .contact-btn img {
  width: 48.6%;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .renovation_content .heading01 p::before,
  .rc01 .content-wrap a .inner p.number::before {
    background: url("./../img/page/renovation/n_title@2x.png") 0 0 no-repeat;
    background-size: cover;
  }

  .rc02 .arrow::before,
  .rc03 .flow .box::before {
    background: url("./../img/page/renovation/n_arrow@2x.png") 0 0 no-repeat;
    background-size: cover;
  }
}

@media screen and (max-width: 768px) {
  .renovation_content {
    margin-bottom: calc(100vw / 750 * 60);
    padding-bottom: calc(100vw / 750 * 40);
  }

  .renovation_content .heading01 {
    margin: 0 0 calc(100vw / 750 * 50);
    padding-top: calc(100vw / 750 * 35);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: start;
    -ms-flex-align: start;
    display: flex;
    text-align: left;
  }

  .renovation_content .pc-br {
    display: none;
  }

  .renovation_content .sp-br {
    display: block;
  }

  .renovation_content .heading01 p {
    width: calc(100vw / 750 * 90);
    font-size: calc(100vw / 750 * 62);
    margin: 0 0 0 calc(100vw / 750 * 40);
  }

  .renovation_content .heading01 p::before {
    top: calc(100vw / 750 * -50);
    left: calc(100vw / 750 * -60);
    width: calc(100vw / 750 * 117);
    height: calc(100vw / 750 * 56);
  }

  .renovation_content .heading01 h3 {
    width: calc(100% - (100vw / 750 * 130));
    font-size: calc(100vw / 750 * 38);
  }

  .renovation_content h5 {
    font-size: calc(100vw / 750 * 27);
  }

  .renovation_content .border_shadow {
    margin-bottom: calc(100vw / 750 * 20);
  }

  .renovation_content .border_shadow::after {
    top: calc(100vw / 750 * 20);
    left: calc(100vw / 750 * 20);
  }

  .rc01 .mv {
    margin-bottom: calc(100vw / 750 * 50);
  }

  .rc01 .mv .inner {
    font-size: calc(100vw / 750 * 24);
  }

  .rc01 .mv .inner p:first-child {
    font-size: calc(100vw / 750 * 44);
  }

  .rc01 .lead {
    margin-bottom: calc(100vw / 750 * 50);
  }

  .rc01 .lead p {
    font-size: calc(100vw / 750 * 32);
  }

  .rc01 .lead p img {
    width: calc(100vw / 750 * 175);
    margin: 0 calc(100vw / 750 * 10);
    padding-bottom: calc(100vw / 750 * 10);
  }

  .rc01 .content-wrap a {
    width: 100%;
    margin-bottom: calc(100vw / 750 * 50);
    padding: calc(100vw / 750 * 60) 0 calc(100vw / 750 * 40)
      calc(100vw / 750 * 60);
  }

  .rc01 .content-wrap a:last-child {
    margin-bottom: 0;
  }

  .rc01 .content-wrap a .inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .rc01 .content-wrap a .inner p {
    width: auto;
    font-size: calc(100vw / 750 * 26);
    line-height: 1;
  }

  .rc01 .content-wrap a .inner p br {
    display: none;
  }

  .rc01 .content-wrap a .inner p.number {
    font-size: calc(100vw / 750 * 36);
    padding-top: 0;
    margin-bottom: 0;
    margin-right: 0.25em;
  }

  .rc01 .content-wrap a .inner p.number::before {
    width: calc(100vw / 750 * 65);
    height: calc(100vw / 750 * 31);
    top: calc(100vw / 750 * -25);
    left: calc(100vw / 750 * -40);
    transform: rotate(-30deg);
  }

  .rc01 .content-wrap a .waku span:first-child {
    width: calc(140vw / 750 * 25);
    height: calc(140vw / 750 * 14);
  }

  .rc01 .content-wrap a .waku span:nth-child(2) {
    width: calc(140vw / 750 * 25);
    height: calc(140vw / 750 * 14);
  }

  .rc01 .content-wrap a .waku span:nth-child(3) {
    width: calc(140vw / 750 * 25);
    height: calc(140vw / 750 * 14);
  }

  .rc01 .content-wrap a .waku span:nth-child(4) {
    width: calc(140vw / 750 * 25);
    height: calc(140vw / 750 * 14);
  }

  .rc02 .feature {
    margin-bottom: calc(100vw / 750 * 70);
  }

  .rc02 .feature .box {
    width: calc(100% - (100vw / 750 * 20));
    margin-bottom: calc(100vw / 750 * 70);
    padding: calc(100vw / 750 * 140) calc(100vw / 750 * 60)
      calc(100vw / 750 * 60);
  }

  .rc02 .feature .box:first-child {
    margin-right: 0;
  }

  .rc02 .feature .box:nth-child(2) {
    margin-bottom: 0;
  }

  .rc02 .feature .box::before {
    border-bottom: calc(100vw / 750 * 152) solid transparent;
    border-left: calc(100vw / 750 * 235) solid #56bc95;
  }

  .rc02 .feature .box:nth-child(2)::before {
    border-left: calc(100vw / 750 * 235) solid #434343;
  }

  .rc02 .feature .box .label {
    top: calc(100vw / 750 * 53);
    left: calc(100vw / 750 * -28);
    width: calc(100vw / 750 * 230);
  }

  .rc02 .feature .box .label span {
    font-size: calc(100vw / 750 * 22);
  }

  .rc02 .feature .box ul li::before {
    top: calc(100vw / 750 * 10);
    border-width: calc(100vw / 750 * 14) 0 calc(100vw / 750 * 14)
      calc(100vw / 750 * 24);
  }

  .rc02 .arrow {
    height: calc(100vw / 750 * 41);
    margin-bottom: calc(100vw / 750 * 50);
    margin-top: calc(100vw / 750 * 50);
  }

  .rc02 .arrow::before {
    width: calc(100vw / 750 * 51);
    height: calc(100vw / 750 * 41);
  }

  .rc02 h3 {
    font-size: calc(100vw / 750 * 60);
    margin-bottom: calc(100vw / 750 * 50);
  }

  .rc02 h3 img {
    width: calc(100vw / 750 * 50);
    margin: 0 calc(100vw / 750 * 20);
  }

  .rc02 h4 {
    font-size: calc(100vw / 750 * 60);
    margin-bottom: calc(100vw / 750 * 50);
  }

  .rc02 h4 img {
    width: calc(100vw / 750 * 50);
    margin: 0 calc(100vw / 750 * 20);
  }

  .rc02 .content-wrap {
    margin-bottom: calc(100vw / 750 * 50);
  }

  .rc02 .content-wrap .img {
    width: calc(100% - (100vw / 750 * 20));
    margin-bottom: calc(100vw / 750 * 70);
  }

  .rc02 .content-wrap .txt {
    width: 100%;
  }

  .rc02 .content-wrap .txt ul li {
    padding-left: calc(100vw / 750 * 50);
    line-height: 1.8;
    margin-bottom: 1em;
  }

  .rc02 .content-wrap .txt ul li::before {
    top: calc(100vw / 750 * 5);
    width: calc(100vw / 750 * 39);
    height: calc(100vw / 750 * 39);
  }

  .rc03 .heading01 h3 br,
  .rc04 .heading01 h3 br {
    display: block;
  }

  .rc03 .onetop {
    width: 100%;
    margin: 0 auto calc(100vw / 750 * 50);
  }

  .rc03 .content-wrap {
    margin-bottom: calc(100vw / 750 * 70);
  }

  .rc03 .content-wrap .img {
    width: calc(100% - (100vw / 750 * 20));
    margin-bottom: calc(100vw / 750 * 70);
  }

  .rc03 .content-wrap .txt {
    width: 100%;
    text-align: center;
  }

  .rc03 .content-wrap .txt p {
    font-size: calc(100vw / 750 * 30);
    margin-bottom: calc(100vw / 750 * 30);
  }

  .rc03 .content-wrap .txt p:nth-child(2) {
    font-size: calc(100vw / 750 * 62);
  }

  .rc03 .content-wrap .txt p:nth-child(2):first-letter {
    font-size: calc(100vw / 750 * 86);
  }

  .rc03 .flow .box {
    width: 100%;
    margin: 0 auto calc(100vw / 750 * 90);
    padding: calc(100vw / 750 * 60) calc(100vw / 750 * 40)
      calc(100vw / 750 * 40);
    text-align: left;
  }

  .rc03 .flow .box:last-child {
    margin: 0 auto calc(100vw / 750 * 50);
  }

  .rc03 .flow .box::before {
    top: calc(100vw / 750 * -70);
    left: 50%;
    transform: translateX(-50%) rotate(0);
    width: calc(100vw / 750 * 39);
    height: calc(100vw / 750 * 31);
  }

  .rc03 .flow .box h3 {
    font-size: calc(100vw / 750 * 36);
  }

  .rc03 .flow .box h4 {
    font-size: calc(100vw / 750 * 36);
  }

  .rc03 h5 {
    margin-bottom: calc(100vw / 750 * 50);
  }

  .rc04 .all_in_one {
    margin-bottom: calc(100vw / 750 * 50);
  }

  .rc04 .lead {
    margin-bottom: calc(100vw / 750 * 50);
  }

  .rc04 .lead p {
    font-size: calc(100vw / 750 * 27);
  }

  .rc04 .rc04_title {
    margin-bottom: calc(100vw / 750 * 50);
  }

  .rc04 .rc04_title p {
    font-size: calc(100vw / 750 * 36);
    padding: calc(100vw / 750 * 40) 0;
  }

  .rc04 .rc04_title p span {
    display: block;
    font-size: calc(100vw / 750 * 24);
  }

  .rc04 .rc04_title p::before {
    border-top: calc(100vw / 750 * 3) solid #007b50;
    border-left: calc(100vw / 750 * 3) solid #007b50;
    width: 95%;
    height: 30%;
  }

  .rc04 .rc04_title p::after {
    border-bottom: calc(100vw / 750 * 3) solid #007b50;
    border-right: calc(100vw / 750 * 3) solid #007b50;
    width: 95%;
    height: 30%;
  }

  .rc04 .case .sub_title {
    margin-bottom: calc(100vw / 750 * 50);
    text-align: left;
  }

  .rc04 .case .sub_title p {
    font-size: calc(100vw / 750 * 36);
    margin-bottom: 0;
  }

  .rc04 .case .sub_title h4 {
    font-size: calc(100vw / 750 * 36);
    margin-bottom: 0;
  }

  .rc04 .case .sub_title h3 {
    font-size: calc(100vw / 750 * 23);
    padding-bottom: calc(100vw / 750 * 15);
    border-bottom: calc(100vw / 750 * 1) solid #000;
  }

  .rc04 .case .sub_title h3::before {
    border-width: calc(100vw / 750 * 20) calc(100vw / 750 * 18) 0
      calc(100vw / 750 * 18);
  }

  .rc04 .case .sub_title h3::after {
    top: calc(100% - (100vw / 750 * 1));
    border-width: calc(100vw / 750 * 20) calc(100vw / 750 * 18) 0
      calc(100vw / 750 * 18);
  }

  .rc04 .case .box {
    margin-bottom: calc(100vw / 750 * 50);
  }

  .rc04 .case .box p {
    margin-bottom: calc(100vw / 750 * 30);
  }

  .rc04 .case .box p span {
    font-size: calc(100vw / 750 * 29);
    margin-bottom: calc(100vw / 750 * 30);
  }

  .rc04 .case .box p span::before,
  .rc04 .case .box p span::after {
    top: -0.25em;
  }

  .rc04 .case .box p span img {
    width: calc(100vw / 750 * 151);
    padding-bottom: calc(100vw / 750 * 12.5);
    margin-right: calc(100vw / 750 * 15);
  }

  .rc04 .case.case01 {
    margin-bottom: calc(100vw / 750 * 50);
  }

  .rc04 .case.case02 .box:last-child {
    margin-bottom: calc(100vw / 750 * 50);
  }

  .rc05 p {
    font-size: calc(100vw / 750 * 29);
  }
}

.sb_cat_title {
  padding: 10px;
  background: #333;
  color: #fff;
  font-weight: 900;
  text-align: center;
}

.sb_cat li a {
  display: block;
  background: #fff;
  padding: 10px 15px;
  color: #000;
}

.sb_cat li:nth-child(odd) a {
  background: #f6f6f6;
}

.sb_content h2 {
  line-height: 1.6;
  font-family: "yumin-demibold", "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,
    "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #fff;
  font-size: 22px;
  background: #007b50;
  padding: 5px 10px;
  margin: 15px 0;
}

.sb_content h3 {
  line-height: 1.6;
  font-family: "yumin-demibold", "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,
    "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 22px;
  border-bottom: 1px solid #007b50;
  padding-bottom: 5px;
  margin: 15px 0;
}

.sb_content h4 {
  line-height: 1.6;
  font-size: 20px;
  color: #007b50;
  font-weight: 700;
  margin: 15px 0;
}

.sb_content > ul li {
  font-family: "yumin-demibold", "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,
    "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  position: relative;
  padding-left: 1em;
}

.sb_content > ul li::before {
  position: absolute;
  top: 0.65em;
  left: 0.25em;
  content: "";
  width: 5px;
  height: 5px;
  background: #007b50;
  border-radius: 50%;
}

.sb_content > ol li {
  font-family: "yumin-demibold", "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,
    "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  list-style-type: decimal;
  margin-left: 2.25em;
}

.sb_content #toc_container {
  position: relative;
  background-color: #f6f6f6;
  border: none;
  border-top: 15px solid #007b50;
  width: 100%;
  box-sizing: border-box;
  margin: 30px 0;
  padding: 25px 30px;
}

.sb_content #toc_container p.toc_title {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  color: #000;
  font-weight: 700;
  margin-bottom: 25px;
  padding-left: 45px;
  height: 35px;
  font-size: 18px;
  font-size: 1.8rem;
}

.sb_content #toc_container .toc_title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(./../img/blog/ico_toc.png) no-repeat center center;
  background-size: contain;
}

.sb_content #toc_container .toc_list > li {
  margin-bottom: 0.8em;
  font-weight: 700;
  list-style-position: inside;
  list-style-type: decimal;
  line-height: 1.8em;
}

.sb_content #toc_container .toc_list ul {
  margin-bottom: 1.8em;
  padding-left: 1em;
}

.sb_content #toc_container .toc_list ul > li {
  font-weight: 700;
  list-style-position: inside;
  list-style-type: disc;
  line-height: 1.8em;
  letter-spacing: 0.1em;
}

.sb_content #toc_container .toc_list ul > ul {
  margin-bottom: 1em;
  padding-left: 2em;
}

.sb_content #toc_container .toc_list ul > ul > li {
  font-weight: 700 !important;
  list-style-position: inside;
  list-style-type: disc;
  line-height: 1.8em;
  letter-spacing: 0.1em;
}

.sb_content #toc_container .toc_list li a {
  color: #000;
}

@media screen and (max-width: 768px) {
  .sb_content #toc_container {
    margin: 5.33333vw 0;
    padding: 6vw 7.33333vw;
  }

  .sb_content #toc_container p.toc_title {
    margin-bottom: 6.66667vw;
    padding: 0 0 0 12vw;
    height: 9.33333vw;
    font-size: 4.8vw;
  }

  .sb_content #toc_container .toc_title:before {
    width: 9.33333vw;
    height: 9.33333vw;
  }
}

.related_blog .flex-wrap {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}

.related_blog .flex-wrap a {
  width: 31.645%;
}

@media screen and (min-width: 769px) {
  .related_blog .flex-wrap a:nth-child(n + 4) {
    margin-top: 25px;
  }
}

.related_blog .flex-wrap a .img {
  width: 100%;
  overflow: hidden;
}

.related_blog .flex-wrap a .img figure {
  position: relative;
}

.related_blog .flex-wrap a .img figure img {
  height: 215px;
}

.related_blog .flex-wrap a p {
  font-size: 14px;
}

.related_blog .flex-wrap a h3 {
  font-weight: 400;
  color: #000;
  font-family: "yumin-demibold", "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,
    "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 17px;
  line-height: 25px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.related_blog .flex-wrap a:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .related_blog .flex-wrap {
    margin-bottom: calc(100vw / 750 * 80);
  }

  .related_blog .flex-wrap a {
    width: 49%;
    text-align: left;
    margin-bottom: calc(100vw / 750 * 40);
  }

  .related_blog .flex-wrap a .img figure img {
    height: calc(100vw / 750 * 226);
  }

  .related_blog .flex-wrap a h5 {
    margin-bottom: 0.75em;
  }
}

/* TOP.スタッフブログ８件 */
.staffblog-content8 {
  margin-top: 10px;
  margin-bottom: 55px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.staffblog-content8 .staffblog-item8 {
  width: 24%;
  margin-bottom: 20px;
}

.staffblog-content8 .staffblog-item8:first-child {
  margin-left: 0;
}

.staffblog-content8 .renov-object-fit8 {
  height: 160px;
  width: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.staffblog-content8 .renov-title8 {
  font-size: 14px;
  margin-top: 9px;
  margin-bottom: 0px;
  height: 50px;
}
.renov-icon8 {
  margin: 0;
  display: flex;
  height: 28px;
}

@media screen and (max-width: 768px) {
  .staffblog-item8 {
    margin-left: 20px;
    margin-bottom: 30px;
    width: calc(100% - 20px);
  }
  .staffblog-content8 {
    margin-top: 10px;
    margin-bottom: 55px;
    padding: 20px;
    display: none;
    flex-wrap: wrap;
    border: 1px solid #ccc;
    justify-content: space-between;
  }
  .right8 {
    text-align: right;
  }
  .right8 img {
    width: 70% !important;
  }
  .carousel .renov-image-scale {
    width: 100%;
    overflow: hidden;
    height: 64vw;
  }
  .renov-title8 {
    height: 14vw;
  }

  .home-renov-info .renov-title8 {
    height: auto;
    margin-top: 0.5em;
  }
  .home-renov-info .renov-icon8 {
    flex-wrap: wrap;
    height: auto;
    margin-top: 0.2em;
  }
  .home-renov-info .right8 {
    margin-top: 0.5em;
  }
  .home-renov-info .post_thumbnail {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .home-renov-info .post_thumbnail img {
    width: 100%;
    height: 100%;
  }
  .home-renov-info .right8 img {
    width: 116px !important;
  }
}

@media screen and (max-width: 480px) {
  .staffblog-content8 .renov-title8 {
    height: 70px;
  }
}
.second_hand_renovation {
  display: inline-block;
  margin-right: 0.5em;
  padding: 0.2em 0.5em;
  background: #00b7ee;
  color: #fff;
  font-size: 12px;
}
.two_family {
  display: inline-block;
  margin-right: 0.5em;
  padding: 0.2em 0.5em;
  background: #6b3781;
  color: #fff;
  font-size: 12px;
}
.parentshome_renove {
  display: inline-block;
  margin-right: 0.5em;
  padding: 0.2em 0.5em;
  background: #2283eb;
  color: #fff;
  font-size: 12px;
}
.full_renovation {
  display: inline-block;
  margin-right: 0.5em;
  padding: 0.2em 0.5em;
  background: #06637a;
  color: #fff;
  font-size: 12px;
}
@media screen and (max-width: 480px) {
  .second_hand_renovation,
  .two_family,
  .parentshome_renove,
  .full_renovation {
    margin-bottom: 0.5em;
  }

  .home-renov-info .renov-title8 {
    margin-top: 0;
  }
}

.single-renov .breadcrumb {
  margin-bottom: 1.5em;
}

.single-renov .heading1 {
  margin-top: 0px;
}

.renov_cta {
  display: block;
  width: 340px;
  background: #313131;
  color: #fff;
  padding: 1em 0;
  border: 1px solid #fff;
  text-align: center;
  position: relative;
  transition: 0.5s;
  margin-left: auto;
  margin-right: auto;
}

.renov_cta::after {
  position: absolute;
  right: -4px;
  bottom: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #fff;
  border-top: 0;
  transform: rotate(135deg);
  transition: 0.5s;
}

.renov_cta:hover {
  text-decoration: none;
  opacity: 1 !important;
  background: #fff;
  border: 1px solid #007b50;
  color: #313131;
}

.renov_cta:hover::after {
  border-bottom: 8px solid #007b50;
}

.renov_cta_wrap {
  text-align: center;
}

.renov_cta02 {
  display: inline-block;
  background: #fff;
  border: 1px solid #007b50;
  background-color: #007b50;
  color: #fff;
  padding: 1.5em 6.5em 1.5em 3em;
  transition: 0.5s;
  position: relative;
  font-weight: 700;
}

.renov_cta02::after {
  position: absolute;
  top: 10px;
  left: 10px;
  content: "";
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(
    -45deg,
    rgba(0, 123, 80, 0.1),
    rgba(0, 123, 80, 0.1) 5px,
    rgba(0, 123, 80, 0.5) 5px,
    rgba(0, 123, 80, 0.5) 10px
  );
  z-index: -1;
}

.renov_cta02 span {
  position: relative;
}

.renov_cta02 span br {
  display: none;
}

.renov_cta02 span::before {
  position: absolute;
  bottom: 2px;
  left: calc(100% + 1em);
  content: "";
  width: 2.5em;
  height: 1px;
  background: #fff;
  transition: 0.5s;
}

.renov_cta02 span::after {
  position: absolute;
  bottom: 1px;
  left: calc(100% + 3em);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 5px solid #fff;
  border-top: 0;
  transform: rotate(225deg);
  transition: 0.5s;
}

.renov_cta02:hover {
  text-decoration: none;
  opacity: 1 !important;
  background: #fff;
  color: #007b50;
}

.renov_cta02:hover span::before {
  background: #007b50;
}

.renov_cta02:hover span::after {
  border-bottom: 5px solid #007b50;
}

@media screen and (max-width: 768px) {
  .renov_cta {
    width: 100%;
  }

  .renov_cta02 {
    text-align: left;
    padding: 1em 5.5em 1em 2em;
    width: 100%;
    font-size: 3.1vw;
  }

  .renov_cta02 span br {
    display: block;
  }
}

/* NEWお問い合わせページ */
.new_contact .serif {
  font-family: "yumin-demibold", "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,
    "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.new_contact .tit {
  color: #007b50;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.6;
  font-style: italic;
  letter-spacing: 0;
}
.new_contact .tit2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0;
}
.new_contact .flex_soudan {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
.new_contact .flex_soudan .lg {
  width: 14.090909vw;
  height: 14.090909vw;
  max-width: 155px;
  max-height: 155px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #000;
  background-color: #fff;
  color: #007b50;
  font-size: 21px;
  text-align: center;
  line-height: 155px;
  letter-spacing: 0;
}
.new_contact .flex_soudan .bg {
  width: 14.090909vw;
  height: 14.090909vw;
  max-width: 155px;
  max-height: 155px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #007b50;
  background-color: #007b50;
  color: #fff;
  font-size: 21px;
  text-align: center;
  line-height: 155px;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .new_contact .flex_soudan .lg,
  .new_contact .flex_soudan .bg {
    line-height: 14.090909vw;
    font-size: 1.90909vw;
  }
}

.new_contact .new_contactbnr {
  display: block;
  width: 100%;
  border: 1px solid #b3b3b4;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 40px;
  position: relative;
  color: #000;
}
.new_contact .new_contactbnr a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.new_contact .new_contactbnr .waku {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
}

.new_contact .new_contactbnr .waku span:first-child {
  position: absolute;
  top: -2px;
  left: -2px;
  content: "";
  width: 20px;
  height: 20px;
  border-top: 3px solid #231815;
  border-left: 3px solid #231815;
}

.new_contact .new_contactbnr .waku span:nth-child(2) {
  position: absolute;
  top: -2px;
  right: -2px;
  content: "";
  width: 20px;
  height: 20px;
  border-top: 3px solid #231815;
  border-right: 3px solid #231815;
}

.new_contact .new_contactbnr .waku span:nth-child(3) {
  position: absolute;
  bottom: -2px;
  left: -2px;
  content: "";
  width: 20px;
  height: 20px;
  border-bottom: 3px solid #231815;
  border-left: 3px solid #231815;
}

.new_contact .new_contactbnr .waku span:nth-child(4) {
  position: absolute;
  bottom: -2px;
  right: -2px;
  content: "";
  width: 20px;
  height: 20px;
  border-bottom: 3px solid #231815;
  border-right: 3px solid #231815;
}

.new_contact .new_contactbnr .flexbox {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: end;
}
.new_contact .new_contactbnr .flexbox .txt {
  margin-left: 40px;
}
.new_contact .new_contactbnr .flexbox .txt .num {
  font-size: 76px;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
.new_contact .new_contactbnr .flexbox .txt .time {
  font-size: 26px;
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .new_contact .new_contactbnr {
    padding: 3.63636vw;
  }
  .new_contact .new_contactbnr .flexbox .txt {
    margin-left: 3.63636vw;
  }
  .new_contact .new_contactbnr .flexbox .txt .num {
    font-size: 6.90909vw;
    margin-bottom: 2.72727vw;
  }
  .new_contact .new_contactbnr .flexbox .txt .time {
    font-size: 2.36363vw;
  }
}

.cwr {
  color: #b10000;
}
.new_contact .heading1 {
  position: relative;
  padding: 1em 0;
  color: #007b50;
  font-family: "yumin-demibold", "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,
    "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 24px;
  letter-spacing: 0.2em;
  text-align: center;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  margin-bottom: 30px;
}
.new_contact .heading1::after {
  background: none;
}
.new_contact .heading1:first-letter {
  font-size: 24px;
  color: #007b50;
}

@media screen and (max-width: 768px) {
  .new_contact p {
    font-size: 3.5vw;
  }
  .new_contact .tit {
    font-size: 6vw;
  }
  .new_contact .flex_soudan {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .new_contact .flex_soudan .lg,
  .new_contact .flex_soudan .bg {
    width: 45vw;
    max-width: 45vw;
    height: 45vw;
    max-height: 45vw;
    margin-bottom: 4vw;
    font-size: 6vw;
    line-height: 45vw;
  }
  .new_contact .new_contactbnr {
    padding: 3vw;
  }
  .new_contact .new_contactbnr .flexbox img {
    width: 10vw;
    max-width: 10vw;
  }
  .new_contact .new_contactbnr .flexbox .txt {
    margin-left: 5vw;
  }
  .new_contact .new_contactbnr .flexbox .txt .num {
    font-size: 7vw;
    letter-spacing: 0.1em;
    margin-bottom: 1vw;
  }
  .new_contact .new_contactbnr .flexbox .txt .time {
    font-size: 3vw;
  }
}

.new_contact .contact-form,
.raiten-new .contact-form{
  margin: 2em 0;
  width: 100%;
  max-width: 100%;
}

.new_contact .contact-form td,
.raiten-new .contact-form td{
  padding: 20px;
  vertical-align: top;
  border-bottom: 1px dashed #ccc;
}

.new_contact .contact-form th,
.raiten-new .contact-form th{
  padding: 30px 20px;
  padding-right: 1em;
  width: 200px;
  background: #e6f2ee;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px dashed #ccc;
}

.new_contact .contact-form td.label,
.raiten-new .contact-form td.label{
  padding: 30px 0;
  width: 70px;
  background: #e6f2ee;
}

.new_contact .required,
.raiten-new .required{
  padding: 0.5em 1em;
  background: #b10000;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}

.new_contact .unrequired,
.raiten-new .unrequired{
  padding: 0.5em 1em;
  background: #414141;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}

.new_contact .contact-form .reform-table td,
.raiten-new .contact-form .reform-table td,
.contact-form .reform-table td{
  padding: 0 0 0 20px;
  vertical-align: top;
  border-bottom: none;
}

.new_contact .contact-form .reform-table th,
.raiten-new .contact-form .reform-table th,
.contact-form .reform-table th{
  padding: 0.1em 0;
  background: #fff;
  color: #fff;
  text-align: center;
  width: 100px;
  border-bottom: none;
}
.new_contact .contact-form .reform-table .kasyo,
.raiten-new .contact-form .reform-table .kasyo,
.contact-form .reform-table .kasyo{
  padding: 0.3em;
  background: #000;
  color: #fff;
  text-align: center;
  width: 100px;
  margin-bottom: 0;
}

.new_contact .contact-form .reform-table span.reform_point,
.raiten-new .contact-form .reform-table span.reform_point,
.contact-form .reform-table span.reform_point{
  display: flex;
  flex-wrap: wrap;
  line-height: 3;
}

.new_contact .contact-form .reform-table .select-wrap,
.raiten-new .contact-form .reform-table .select-wrap{
  position: relative;
  margin-bottom: 0.5em;
  width: 45%;
}

.new_contact .contact-form input[type="radio"],
.raiten-new .contact-form input[type="radio"]{
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  border-radius: 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.new_contact .contact-form input[type="radio"]:checked:before,
.raiten-new .contact-form input[type="radio"]:checked:before{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #000;
  content: "";
}

.new_contact .contact-form input[type="checkbox"],
.raiten-new .contact-form input[type="checkbox"] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.new_contact .contact-form input[type="checkbox"]:checked:before,
.raiten-new .contact-form input[type="checkbox"]:checked:before{
  position: absolute;
  top: 1px;
  left: 4px;
  transform: rotate(50deg);
  width: 4px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: "";
}

.new_contact .contact-form span.wpcf7-list-item,
.raiten-new .contact-form span.wpcf7-list-item{
  margin-left: 0.5em;
  margin-right: 1.5em;
}

.new_contact .contact-form .select-wrap,
.raiten-new .contact-form .select-wrap{
  position: relative;
}

.new_contact .contact-form .select-wrap::after,
.raiten-new .contact-form .select-wrap::after{
  content: "";
  position: absolute;
  top: 12px;
  right: 16px;
  width: 12px;
  height: 12px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  transform: rotate(45deg);
}

.new_contact .contact-form select,
.raiten-new .contact-form select{
  -webkit-appearance: none;
  appearance: none;
  padding: 1em;
}

.new_contact .contact-form .select-wrap,
.raiten-new .contact-form .select-wrap{
  position: relative;
  margin-bottom: 0.5em;
  width: 45%;
}

.new_contact .contact-form input[type="text"],
.new_contact .contact-form input[type="email"],
.new_contact .contact-form input[type="tel"],
.raiten-new .contact-form input[type="text"],
.raiten-new .contact-form input[type="email"],
.raiten-new .contact-form input[type="tel"] {
  padding: 1.5em 1em;
  width: 100%;
  background: #f7f7f7;
  border-radius: 0;
  color: #333;
  font-size: 14px;
  font-size: 1.4rem;
}

.raiten-new .contact-form input.adult,
.raiten-new .contact-form input.child {
  width: 12.5%;
}

.new_contact input[type="submit"],
.raiten-new input[type="submit"]{
  display: inline-block;
  margin: 1em 0;
  padding: 1.5em 1.5em;
  width: 270px;
  border: 5px solid #007b50;
  background: #007b50;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.raiten-new textarea {
    padding: 0.8em 1em;
    width: 100%;
    height: 200px;
    background: #f7f7f7;
    color: #333;
    font-size: 14px;
}

@media screen and (max-width: 768px) {
  .new_contact .contact-form td,
  .raiten-new .contact-form td {
    padding: 0;
    padding-bottom: 1em;
    display: block;
    border-bottom: none;
  }

  .new_contact .contact-form th,
  .raiten-new .contact-form th {
    display: inline-block;
    padding: 1.5em 1em;
    padding-right: 0.5em;
    text-align: left;
    width: 85%;
    border-bottom: 0;
    background: #e6f2ee;
    margin-bottom: 1em;
  }

  .new_contact .contact-form td.label,
 .raiten-new .contact-form td.label {
    padding: 1.5em 0;
    display: inline-block;
    border-bottom: 0;
    background: #e6f2ee;
    width: 15%;
  }

  .new_contact .form-container textarea,
 .raiten-new .form-container textarea{
    padding: 0.8em 1em;
    width: 100%;
    height: 230px;
    background: #f7f7f7;
    color: #333;
    font-size: 14px;
  }

  .new_contact .contact-form span.wpcf7-list-item,
  .raiten-new .contact-form span.wpcf7-list-item {
    margin-left: 0.5em;
    margin-right: 1.5em;
    margin-bottom: 1em;
  }

  .reform-table tr {
    display: flex;
  }

  .new_contact .contact-form .reform-table span.reform_point,
  .raiten-new .contact-form .reform-table span.reform_point {
    line-height: 2;
  }

  .new_contact .contact-form .select-wrap,
  .raiten-new .contact-form .select-wrap{
    width: 100%;
  }

  .new_contact .contact-form select,
  .raiten-new .contact-form select {
    padding: 1.3em;
  }

  .new_contact .select-inline div,
  .raiten-new .select-inline div {
    display: inline-block;
    width: 90%;
  }
  .new_contact .btn-open,
  .raiten-new .btn-open {
    display: inline-block;
    padding: 1em;
    background: #007b50;
    color: #fff;
    width: 100%;
    margin: 5px 5%;
    text-align: center;
  }
  .raiten-new .contact-form input[type="date"] {
    position: relative;
    width: 100%;
    background: #f7f7f7;
    border: 0;
    font-size: 1.4rem;
    padding: 0.8em 1em;
    margin: 0.5em 0;
    border-radius: 0;
    font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
  .raiten-new .contact-form input.adult,
  .raiten-new .contact-form input.child {
    width: 33%;
}
}

.book .book-img {
  max-width: 180px;
  width: 100%;
  box-shadow: 6px 6px 10px rgba(0,0,0,0.5);
}

.book .book-img img {
  width: 100%;
}

.book .book-head {
  padding: 20px;
  background-image:
  linear-gradient(90deg, #231815 0 15px, transparent 0 calc(100% - 15px), #231815 calc(100% - 15px)), linear-gradient(#231815 0 15px, transparent 0 calc(100% - 15px), #231815 calc(100% - 15px)), linear-gradient(90deg, #231815 0 15px, transparent 0 calc(100% - 15px), #231815 calc(100% - 15px)), linear-gradient(#231815 0 15px, transparent 0 calc(100% - 15px), #231815 calc(100% - 15px));
  background-repeat: no-repeat;
  background-size: 100% 3px, 3px 100%, 100% 3px, 3px 100%;
  background-position: top, right, bottom, left;
  color: #231815;
}

.book .book-head .book-title {
  color: #007E3F;
  font-family: "yumin-demibold", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

.book .book-head .book-text {
  margin-top: 24px;
  color: #000;
  font-family: "yumin-demibold", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 2;
}

.book .book-head .book-text .green {
  display: inline-block;
  color: #01622F;
}

.book .book-desc {
  margin-top: 35px;
  padding: 20px;
  background-color: rgba(201,202,202,0.1);
  color: #000;
  font-family: "yumin-demibold", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
}

.book .book-desc .red {
  display: inline-block;
  margin-top: 30px;
  color: #B10000;
}

@media screen and (max-width: 768px) {
  .book .book-img {
    margin: 0 auto;
  }
  .book .book-head {
    margin-top: 30px;
  }
}

@media screen and (min-width: 769px) {
  .book {
    margin: 50px auto 0;
    width: 90%;
  }

  .book .book-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .book .book-img {
    max-width: 260px;
    margin-right: 50px;
  }

  .book .book-head {
    padding: 30px;
  }

  .book .book-head .book-title {
    font-size: 2.4rem;
    line-height: 1.4;
  }
  
  .book .book-head .book-text {
    margin-top: 20px;
  }
  
  .book .book-desc {
    margin-top: 50px;
    padding: 35px;
  }
  
  .book .book-desc .red {
    margin-top: 30px;
  }
}

.heading6 {
  margin-bottom: 30px;
  padding: 30px 0;
  color: #007E3F;
  font-family: "yumin-demibold", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: center;
}

.wpcf7-form-control-wrap.file01,
.wpcf7-form-control-wrap.file02,
.wpcf7-form-control-wrap.file03{
        display:block;
        margin-top:1rem;
}

.heading7 {
    position: relative;
    padding: 1em 0;
    color: #000;
    font-family: "yumin-demibold", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 24px;
    letter-spacing: 0.2em;
    text-align: center;
}

.cafe_menu_flex{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.cafe_menu_flex p{
	line-height: 1.4;
	margin-top: 10px;
}

/*選ばれる理由*/
.point-main {
  background: url(../img/page/point/main-bg.png)no-repeat;
  background-size: 100%;
  padding: 80px 0;
}
.point-main .main-tit{
  width: 70%;
  background: rgba(255, 255, 255, 0.8);
  margin: 0 auto;
  text-align: center;
  padding: 50px;
  font-size: 25px;
  line-height: 1;
}
.point-main .main-tit span {
  color: #007b50;
}
.point-main .main-tit .c-name {font-size: 40px;}
.point-main .main-tit .num {
  font-size: 60px;
  position: relative;
  top: 10px;
}
#point .main-sub h3 {
  font-size: 24px;
  text-align: center;
  margin: 50px 0;
  line-height: 1.5;
}
#point .main-sub h3 span {
  font-size: 36px;
  color: #007b50;
  padding: 0 5px;
}
.point-menu {
  background: rgba(218, 219, 219, 0.2);
  padding: 20px;
  justify-content: space-between;
}
.point-menu .item {
  width: 24%;
  background: #fff;
  margin-bottom: 2%;
  box-shadow: 4px 4px 5px #ccc;
  text-align: center;
  position: relative;
  height: 100px;
}
.point-menu .item:nth-child(2n) {
  background: rgba(0, 125, 63, 0.05);
}
.point-menu .item a {
  padding: 0px 5px 15px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.point-menu .item h4 {
  color: #007b50;
  font-style: italic;
  letter-spacing: 0.04em;
  font-size: 15px;
  line-height: 1.3;
}
.point-menu .item a::after {
  content: "";
  display: block;
  width: 18px;
  height: 12px;
  background: url(../img/page/point/arrow-bottom.png)no-repeat;
  background-size: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 10px;
}
.point-content {
  padding: 50px 20px 30px;
  margin-top: 30px;
}
.bg-green {
  background: rgba(0, 125, 63, 0.05);
}
.point-content h3 {
  font-size: 24px;
  font-style: italic;
  text-align: center;
  margin: 0 0 40px;
  border-bottom: solid 1px #06774e;
  padding-bottom: 20px;
}
.point-content h3 span {
  font-size: 36px;
  color: #06774e;
  padding-left: 5px;
}
.point-content .point-tit {
  font-size: 24px;
  color: #06774e;
  text-align: center;
  font-style: italic;
  margin-bottom: 35px;
}
.point-content .fbox {
  justify-content: space-between;
  margin-bottom: 30px;
  align-items: center;
}
.point-content .item {
  width: 49%;
}
.point04 .item:first-child img {
  width: 80%;
  display: block;
  margin: 0 auto;
}
.point07 .item:first-child {
  width: 35%;
}
.point07 .item:first-child img {
  width: 60%;
  height: auto;
  margin: 0 auto;
  display: block;
}
.point07 .item:last-child {
  width: 65%;
}
.point08 .item:first-child img {
  width: 90%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.point-content .item img {
  width: 100%;
  height: auto;
}
.point-content .be-af .be span {
  color: #595757;
  font-size: 15px;
  padding-top: 5px;
  display: block;
} 
.point-content .be-af .af span {
  color: #207b58;
  font-size: 15px;
  padding-top: 5px;
  display: block;
}
.point-btn {
  width: 40%;
  margin: 30px auto 0;
}
.point-btn a {
  display: block;
  border: solid 1px #06774e;
  color: #06774e;
  text-align: center;
  padding: 20px;
  background: #fff;
}
.point-btn a:hover {
  background: #06774e;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .point-main {
    background: url(../img/page/point/main-sp-bg.png)no-repeat;
    background-size: 100%;
    padding: 38vw 0;
  }
  .point-main .main-tit {
    width: 80%;
    padding: 7vw 4vw;
    font-size: 7vw;
  }
  .point-main .main-tit .c-name {
    display: block;
    margin-bottom: 1vw;
    font-size: 11vw;
  }
  .point-main .main-tit .num {
    top: 2vw;
    font-size: 15vw;
  }
  #point .main-sub h3 {
    margin: 10vw 0;
    font-size: 5.4vw;
  }
  .point-menu {
    padding: 5vw;
  }
  .point-menu .item {
    width: 100%;
    margin-bottom: 6%;
  }
  .point-menu .item h4 {
    font-size: 4.8vw;
  }
  .point-content h3 {
    margin: 0 0 7vw;
    padding-bottom: 4vw;
    font-size: 6.4vw;
  }
  .point-content .point-tit {
    margin-bottom: 8vw;
    line-height: 1.3;
    font-size: 6.4vw;
  }
  .point-content {
    padding: 10vw 4vw 10vw;
    margin-top: 5vw;
  }
  .point-content .fbox {
    margin-bottom: 3vw;
  }
  .point-content .item {
    width: 100%;
    margin-bottom: 3vw;
  }
  .point-btn {
    width: 90%;
    margin: 7vw auto 0;
  }
  .point-btn a {
    padding: 5vw;
  }
  .point04 .item:first-child img {
    margin: 0 auto 5vw;
  }
  .point07 .item:first-child {
    width: 100%;
  }
  .point07 .item:first-child img {
    width: 40%;
    margin: 0 auto 5vw;
  }
  .point07 .item:last-child {
    width: 100%;
  }
  .point08 .item:first-child img {
    width: 90%;
    margin: 0 auto 5vw;
  }
}

.page-content .bannerarea img{
  width: 100%;
}

#homepro .mv  {
  margin-bottom: 2em;
}
#homepro .mv img {
  max-width: 100%;

}
#homepro .heading8 {
  font-family: "yumin-demibold", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#homepro .heading8 span {
  color: #007E3F;
}
#homepro .main-color,
#homepro .red {
  font-weight: bold;
}
#homepro .main-color {
  color: #007a4f;
}
#homepro .red {
  color: #f03124;
}
.homepro {
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 1.5em;
}
.homepro + .homepro {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.homepro-heading {
  color: #007E3F;
  font-size: 1.3em;
}
.homepro-item-left,
.homepro-item-right {
  width: 50%;
}
.homepro-item-left {
  width: 55%;
}
.homepro-item-right {
  width: 45%;
}
.homepro.--st .homepro-item-left {
  width: 70%;
  flex-shrink: 0;

}
.homepro-item-right img {
  width: 100%;
}
.homepro .point {
  text-align: center;
}
.homepro.--w100 > div {
  width: 100%;
}
.pointWrap {
  background-color: #fff;
  padding: .5em 1em;
  margin-top: 1em;
}
.pointWrap .flex {
  justify-content: center;
  column-gap: 2em;
  display: flex;
}
.pointWrap .flex .shougou3 img {
  width: 100%;
}
.pointWrap.--green {
  background-color: #e5f2eb;
}
#homepro .step-text {
  padding: 1em;
  font-style: normal;
  background: url(../img/page/homepro/shinsa.png) no-repeat center/contain;
}
#homepro .mincho {
    font-family: "yumin-demibold", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    line-height: 1.55;

}
#homepro .mb0 {
  margin-bottom: 0;
  border-bottom: none;
}
.homepro-table {
  border: solid 1px #06774e;
}
.homepro-table th {
  background-color: #e5f2eb;
}
.homepro-table th,
.homepro-table td {
  border: solid 1px #007a4f;
  padding: 1em;
}
.homepro-table th {
  border-right: none;
  width: 25%;
}
.homepro-table td {
  border-right: none;
}
.katsudou {
  text-align: center;
}
.homepro-shougou-grid {
  display: block;
}
.katsudou-catch1 {
    text-align: left;
    font-size: 1.4em;
    line-height: 1.5;
    font-style: normal;
    margin-bottom: .5em;
}
#homepro .list {
  font-size: 1.2em;
}
.katsudou-catch {
  font-size: 1.4em;
}
#homepro .link {
  display: flex;
  column-gap: 1em;
}
#homepro .link a {
  border: solid 1px #007a4f;
  color: #007a4f;
  padding: 1.25em 1em;
  display: block;
  width: calc(50% - .5em);
  text-align: center;
  font-size: 1.15em;
  font-family: "yumin-demibold", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#homepro .homepro-heading {
  border-bottom: none;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .homepro {
    flex-direction: column;
    padding: .8em;
  }
  .homepro-item-left,
  .homepro-item-right {
    width: 100%;
  }
  #homepro .step-text {
    font-size: 20px;
  }
  .homepro.--st .homepro-item-left {
    width: 100%;
  }
  .homepro-table th,
  .homepro-table td {
    display: block;
    width: 100%;
  }
  .homepro-table th {
    border: none;
  }
  .homepro-table td {
    border: none;
  }
  .homepro-table tr + tr th {
    border-top: solid 1px #007a4f;
  }
  .katsudou-catch {
    font-size: 1.2em;
  }
  .pointWrap .flex {
flex-direction: column;
  }
  #homepro .list {
    font-size: 1em;
  }
  .shougou3 {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .shinsa-image {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  #homepro .link {
    flex-direction: column;
    row-gap: 1em;
  }
  #homepro .link a {
    width: 100%;
  }
}

.contact-form .form-checkbox {
  vertical-align: middle!important;
}