@charset "shift_jis";
/* CSS Document */

/****************************
トップページ専用cssです

※新規制作の際は下記cssを全て消してから制作してください

****************************/

.font {
  font-family: YuGothic, "Yu Gothic", sans-serif;
}

.over_wrap {
  overflow: hidden;
}

a {
  text-decoration: none;
}

p {
  list-style: none;
  margin: 0;
  padding: 0;
}

.top_off {
  display: none !important;
}

/*--main--*/

.main_wrap {
  width: 90%;
  margin: 20px auto;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  z-index: 11;
}

.main_inner {
  height: 50vh;
  position: relative;
  z-index: 11;
  border-radius: 15px;
  overflow: hidden;
}

.main_inner::after {
  background: url(../img/c21.png) no-repeat;
  width: 142px;
  height: 166px;
  display: block;
  position: absolute;
  bottom: 5px;
  right: 5px;
  z-index: 10;
}

/*--anime--*/

.main_imgBox {
  height: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}

.main_img {
  z-index: 10;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 19s 0s infinite;
  animation: anime 19s 0s infinite;
}

.main_img:nth-of-type(2) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.main_img:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}

.main_img_05 {
  z-index: 10;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 31s 0s infinite;
  animation: anime 31s 0s infinite;
}

.main_img_05:nth-of-type(2) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.main_img_05:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}

.main_img_05:nth-of-type(4) {
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}

.main_img_05:nth-of-type(5) {
  -webkit-animation-delay: 24s;
  animation-delay: 24s;
}
@keyframes anime {
  0% {
    opacity: 0;
  }

  17% {
    opacity: 1;
  }

  33% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale(1.1);
    z-index: 9;
  }

  100% {
    opacity: 0;
  }
}

/*--/anime--*/

.main_title {
  position: absolute;
  background: none;
  bottom: 2%;
  left: 2%;
  z-index: 50;
  width: 90%;
}

.main_title img {
  width: 100%;
}

.main_wrap_width .main_inner {
  height: 30vh;
  min-height: 280px;
}

.main_wrap_width .main_title img {
  width: 85%;
}

/*--info--*/

.info_wrap {
  width: 90%;
  margin: 40px auto 60px;
}

.info_inner {
}

.info_cate {
  border-radius: 10px;
  background-color: #fff;
  padding: 15px 5%;
  text-align: center;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

.info_title {
  margin-bottom: 20px;
}

.info_title img {
  width: 55%;
}

.info_items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/*--tab--*/

.tab {
  width: 20%;
  color: #aaaaaa;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  list-style: none;
  padding: 10px 0;
}

.tab:first-child {
  width: 100%;
  margin-bottom: 2%;
}

.tab-group .is-active {
  color: #fff;
  background-color: #333;
  border-radius: 30px;
}

.panel {
  display: none;
}

.panel-group .is-show {
  display: block;
}

/*--/tab--*/

.info_items02 {
  margin-left: 240px;
}

.info_items02 a {
  color: #383635;
  font-weight: bold;
  font-size: 16px;
  border-bottom: 1px solid #383635;
  width: 80px;
  display: block;
}

.info_care02 {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}

.info_care02 iframe {
  width: 100%;
  height: 290px;
}

.info_items03 {
  width: 100%;
}

.info_items03 a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #cccccc;
  padding: 10px 0;
  text-decoration: none;
}

.info_items03 span {
  font-size: 13px;
  font-weight: bold;
  margin-right: 20px;
}

.info_items03 div p {
  overflow: inherit !important;
}

.info_items03 div label {
  width: 150px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 15px;
  text-align: center;
  border: 1px solid #383635;
  margin-right: 20px;
  line-height: 2;
  display: block;
}

.info_items03 p {
  font-weight: bold;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 14px;
  line-height: 1.7;
}

.info_cms_items {
  padding-top: 10px;
}

.info_items04 {
  margin: 0 auto;
  width: 90%;
}

.info_items04 a {
  border-radius: 10px;
  border: 1px solid #383635;
  display: block;
  width: 100%;
  font-size: 13px;
  font-weight: bold;
  padding: 20px 5%;
  line-height: 1;
  box-sizing: border-box;
  text-decoration: none;
}

/*--/tab--*/

/*--seach--*/

.seach_wrap {
  position: relative;
  z-index: 1;
}

.seach_wrap::before {
  position: absolute;
  content: "";
  display: block;
  width: 85%;
  height: 400px;
  left: 0;
  top: 37px;
  background-color: #f7f4ed;
  z-index: -1;
  border-radius: 0 20px 20px 0;
}

.seach_inner {
  width: 90%;
  margin: 0 auto;
}

.seach_box {
  align-items: center;
}

.seach_left {
  margin-bottom: 40px;
}

.seach_txt {
  margin-bottom: 40px;
}

.seach_txt img {
  width: 50%;
}

.seach_cate {
  display: flex;
  margin-bottom: 30px;
  justify-content: space-between;
}

.seach_cate li {
  width: 49%;
}

.seach_cate li a {
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #383635;
  border-radius: 5px;
  line-height: 3.5;
  position: relative;
}

.seach_cate li a i {
  margin-right: 5px;
  color: #9ac299;
}

.seach_title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

/*--free--*/

.free_wrod form {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.search_window {
  border: 1px solid #383635 !important;
  border-right: none;
  background-image: none !important;
  background-color: #fff !important;
  width: 78% !important;
  box-shadow: none !important;
  margin: 0 !important;
}

.quick_keyword {
  width: 20%;
}

.free_btn {
  width: 100% !important;
  height: 40px;
  background: #9ac299;
  color: #fff;
  border-radius: 3px !important;
  font-size: 14px !important;
  font-weight: bold;
  cursor: pointer;
  border: 1px solid;
  font-family: YuGothic, "Yu Gothic", sans-serif;
  border: unset !important;
}

/*--/free--*/

.seach_cate02 {
  background-color: #fff;
  border: 1px solid #383635;
  display: flex;
  padding: 15px 3% 10px;
  border-radius: 5px;
  box-sizing: border-box;
  flex-wrap: wrap;
}

.seach_cate02 li {
  margin-right: 5px;
  margin-bottom: 5px;
}

.seach_cate02 li a {
  border: 1px solid #4b844a;
  text-align: center;
  border-radius: 20px;
  font-size: 12px;
  font-weight: bold;
  color: #4b844a;
  box-sizing: border-box;
  padding: 5px 10px;
  display: block;
}

.seach_right {
  position: relative;
}

.seach_right img {
  width: 100%;
}

.seach_btn {
  width: 220px;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  background-color: #383635;
  font-size: 18px;
  font-weight: bold;
  line-height: 2.4;
  position: absolute;
  top: 7px;
  right: -14px;
}

.fa-train:before {
  padding-right: 15px;
}

.seach_btn02 {
  position: absolute;
  bottom: 50px;
  left: 10px;
  width: 120px;
}

.seach_btn02 a {
  display: block;
  width: 100%;
  line-height: 3;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  background-color: #ccc;
}

/*--rent--*/

.rent_wrap {
  padding: 80px 0 50px;
  position: relative;
  z-index: 1;
}

.rent_wrap::before {
  display: block;
  content: "";
  width: 65%;
  height: 200px;
  background: url(../img/bg_items.png) no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 180px;
  left: 0;
  border-radius: 0 10px 10px 0;
  z-index: -1;
}

.rent_inner {
  width: 90%;
  margin: 0 auto;
}

.rent_right {
  text-align: right;
}

.rent_right img {
  margin-bottom: 40px;
  height: 75px;
  object-fit: contain;
}

.rent_right p {
  font-size: 13px;
  color: #383635;
  line-height: 1.7;
  font-weight: bold;
  text-shadow: 0 0 4px #fff;
  background: rgba(255, 255, 255, 0.4);
  padding: 15px 10px;
  border-radius: 5px;
}

.rent_cate {
  margin: 30px 0 0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 5;
}

.rent_cate li {
  box-sizing: border-box;
  border-radius: 5px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  margin-bottom: 20px;
  width: 100%;
  overflow: hidden;
}

.rent_cate li a {
  text-decoration: none;
}

.rent_box {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dddddd;
}

.rent_box a {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 15px 3%;
}

.rent_box span {
  display: inline-block;
  text-align: center;
  color: #fff;
  background-color: #9ac299;
  font-size: 12px;
  padding: 0 10px;
  font-weight: bold;
  margin-right: 10px;
  line-height: 2;
  border-radius: 3px;
}

.rent_box p {
  font-size: 14px;
  font-weight: bold;
  color: #383635;
  margin: 0;
}

.rent_box02 {
  display: flex;
}

.town_b_lsit .rent_box {
  padding: 10px;
}

.town_b_lsit .rent_box02 img {
  height: 135px !important;
  width: 40%;
  object-fit: cover;
}

.rent_add {
  width: 48%;
  height: 135px;
}

.rent_add img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rent_txt {
  padding: 10px 3% 0px;
  box-sizing: border-box;
  width: 52%;
}

.rent_txt div {
  font-size: 14px;
  color: #4b844a;
  margin-bottom: 5px;
}

.rent_txt div span {
  font-size: 18px;
  font-weight: bold;
}

.rent_txt p {
  font-size: 12px;
  text-align: left;
  margin: 0;
  line-height: 1.7;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

/*--more_btn--*/

.more_btn {
  width: 65%;
  margin: 30px auto 0;
}

.more_btn a {
  width: 100%;
  display: block;
  border: 1px solid #383635;
  background-color: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 3;
}

/*--ofice--*/
.ofice_wrap {
  padding: 80px 0 50px;
  position: relative;
  z-index: 1;
}

.ofice_wrap:before {
  display: block;
  content: "";
  width: 65%;
  height: 200px;
  background: url(../img/bg_itmes02.png) no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 180px;
  right: 0;
  border-radius: 10px 0 0 10px;
  z-index: -1;
}

.ofice_inner {
  width: 90%;
  margin: 0 auto;
}

.ofice_left {
  text-align: left;
}

.ofice_left img {
  margin-bottom: 40px;
  width: 50%;
}

.ofice_left p {
  font-size: 13px;
  color: #383635;
  line-height: 1.7;
  font-weight: bold;
  text-shadow: 0 0 4px #fff;
  background: rgba(255, 255, 255, 0.4);
  padding: 15px 10px;
  border-radius: 5px;
}

/*--owner--*/

.owner_wrap {
}

.owner_inner {
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 15px;
  padding-bottom: 40px;
}

.owner_right {
  position: relative;
  z-index: 1;
  padding: 0 5%;
}

.owner_right::before {
  content: "";
  display: block;
  width: 200px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  right: -40%;
  margin: 0 auto;
  background: url(../img/owner_bg.webp) no-repeat;
  background-size: contain;
  z-index: -1;
}

.owner_items {
  padding-top: 45px;
  width: 50%;
}

.owner_items02 {
  margin-bottom: 30px;
  margin-top: -20px;
  width: 100%;
}

.owner_right p {
  font-size: 15px;
  color: #383635;
  font-weight: 500;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}

.owner_cate {
}

.owner_cate li {
  width: 80%;
  margin: 15px auto;
}

.owner_cate li a {
  width: 100%;
  display: block;
  border: 1px solid #383635;
  background-color: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 3;
}

.owner_cate li:nth-child(2) a {
  background-color: #9ac299;
  color: #fff;
  border: 1px solid #9ac299;
}

.loopSlider {
  height: 140px;
  overflow: hidden;
  position: relative;
  margin-top: 40px;
}

.loopSlider .loopslider_wrap {
  height: 140px;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.loopSlider .loopslider_wrap ul {
  display: -webkit-flex;
  display: flex;
}

.loopSlider .loopslider_wrap ul li {
  width: 240px;
  padding: 0 10px;
  box-sizing: border-box;
}

.loopSlider .loopslider_wrap ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

/*--buy--*/

.buy_wrap {
  padding: 80px 0 50px;
  position: relative;
  z-index: 1;
}

.buy_wrap::before {
  display: block;
  content: "";
  width: 65%;
  height: 200px;
  background: url(../img/bg_items03.png) no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 80% 0;
  position: absolute;
  top: 180px;
  left: 0;
  border-radius: 0 10px 10px 0;
  z-index: -1;
}

.buy_wrap:after {
  content: "";
  display: block;
  width: 85%;
  height: 62%;
  border-radius: 0 10px 10px 0;
  background-color: #f7f4ed;
  z-index: -2;
  position: absolute;
  left: 0;
  top: 240px;
}

.buy_inner {
  width: 90%;
  margin: 0 auto;
}

.buy_inner iframe {
  width: 100%;
  height: 490px;
}

.buy_right {
  text-align: right;
}

.buy_right img {
  margin-bottom: 40px;
  height: 90px;
}

.buy_right p {
  font-size: 13px;
  color: #383635;
  line-height: 1.7;
  font-weight: bold;
  text-shadow: 0 0 4px #fff;
  background: rgba(255, 255, 255, 0.4);
  padding: 15px 10px;
  border-radius: 5px;
}

.buy_add {
  padding: 15px 3%;
}

.buy_add span {
  background-color: #383635;
}

/*--sale--*/

.sale_wrap {
  margin: 60px 0;
}

.sale_inner {
  width: 90%;
  margin: 0 auto;
}

.sale_box {
  display: flex;
  flex-direction: column-reverse;
}

.sale_left img {
  width: 80%;
  display: block;
  margin: 0 auto;
}

.sale_title {
  margin-bottom: 40px;
}

.sale_title img {
  height: 80px;
}

.sale_right p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
}

.sale_cate {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  margin: 30px auto 60px;
}

.sale_cate li {
  width: 49%;
  margin-bottom: 2%;
}

.sale_cate li a {
  width: 100%;
  display: block;
  border: 1px solid #383635;
  background-color: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 3;
}

.sale_cate li:last-child a {
  background-color: #9ac299;
  color: #fff;
  border: 1px solid #9ac299;
}

/*--staff--*/

.staff_wrap {
  position: relative;
  overflow: hidden;
  padding-top: 25px;
}

.staff_wrap::after {
  content: "";
  display: block;
  width: 70%;
  height: 420px;
  border-radius: 30px;
  background-color: #f7f4ed;
  z-index: -1;
  position: absolute;
  right: 0;
  bottom: 25px;
}

.staff_wrap iframe {
  width: 100%;
  height: 310px;
}

.staff_wrap > .more_btn {
  margin: 0px auto !important;
}

.staff_title {
  width: 90%;
  margin: 0 auto;
}

.staff_title li:nth-child(2) {
  font-size: 15px;
  line-height: 1.7;
  text-align: left;
  margin-bottom: 15px;
  font-weight: 500;
  margin: 15px 0;
}

.staff_wrap > .b_slider {
  margin: 40px auto;
  height: 320px;
}

.b_slider {
  width: 240px !important;
}

.staff_items {
  display: block;
  position: relative;
  box-sizing: border-box;
  margin: 0 10px;
  border-radius: 20px 0px 20px 0;
  overflow: hidden;
}

.staff_items a {
  text-decoration: none;
  position: relative;
  height: 260px;
  display: block;
}

.staff_items a::before {
  content: "";
  display: block;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  position: absolute;
  width: 100%;
  height: 60px;
  left: 0;
  bottom: 0;
  z-index: 11;
}

.staff_add {
  position: absolute;
  right: 0;
  background: #fff;
  -ms-writing-mode: tb-rl;
  font-weight: bold;
  font-size: 11px;
  padding: 10px 5px;
  letter-spacing: 0.05em;
  box-sizing: border-box;
  writing-mode: vertical-rl;
}

.staff_add03 {
  height: 80px;
}

.staff_items img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.staff_items p {
  position: absolute;
  font-size: 18px;
  line-height: 1.3;
  margin-top: -60px;
  font-weight: bold;
  color: #fff;
  padding: 0 10px;
  z-index: 15;
}

.staff_items p span {
  font-weight: 500;
  font-size: 11px;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
}

.b_slider li img {
  height: 260px !important;
  object-fit: cover;
}

.b_slider .prev_a,
.b_slider .next_a {
  display: none !important;
}

/*--voice--*/

.voice_wrap a {
  display: block;
  background: url(../img/voice.webp) no-repeat;
  background-position: 70% 0;
  background-size: cover;
  margin: 80px 0;
  padding: 70px 0;
}

.voice_wrap a::before {
  content: "";
  display: block;
  width: 251px;
  height: 75px;
  background: url(../img/voice_txt.webp) no-repeat;
  background-size: contain;
  margin: 0 auto;
}

.voice_wrap p {
  font-size: 15px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-top: 15px;
}

.voice_top_wrap {
  position: relative;
  z-index: 0;
  padding: 100px 0 60px;
  margin-bottom: 80px;
}

.voice_top_wrap .more_btn {
  margin-top: 30px;
}

.voice_top_wrap::after {
  content: "";
  display: block;
  background: url(../img/voice_bg.webp);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 260px;
  z-index: -1;
  position: absolute;
  left: 0;
  bottom: 0;
}

.voice_top_wrap iframe {
  display: block;
  width: 100%;
  height: 320px;
  margin: 0 auto;
  overflow: scroll;
}

.voice_top_txt {
  width: 90%;
  margin: 0 auto 30px;
}

.voice_top_txt h2 {
  margin: 0;
}

.voice_top_txt h2 img {
  height: 80px;
}

.voice_top_txt p {
  font-size: 15px;
  line-height: 1.7;
  text-align: left;
  font-weight: 500;
  margin-top: 30px;
}

.voice_top_con {
  overflow: scroll;
  padding: 10px;
}

.voice_top_con ul {
  display: flex;
  margin: 0 auto;
}

.voice_top_con ul li a {
  display: block;
  background: #fff;
  width: 260px;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  padding: 15px;
  box-sizing: border-box;
  margin: 0 10px;
}

.voice_top_con ul li a img {
  width: 100%;
  object-fit: contain;
  margin: 0 auto;
}

.voice_top_con ul li a span {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 13px;
  font-weight: bold;
  height: 21px;
}

.voice_top_con ul li a p {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  margin-top: 10px;
  padding-top: 8px;
  border-top: 1px solid #ccc;
  height: 49px;
  box-sizing: border-box;
}

/*--company--*/

.company_inner {
  width: 90%;
  margin: 0 auto;
}

.company_box {
}

.company_left {
}

.company_title {
  margin-bottom: 40px;
}

.company_title img {
  height: 80px;
}

.company_img {
  width: 100%;
  margin-bottom: 40px;
}

.company_left p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
  text-align: left;
}

.company_cate {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.company_cate li {
  width: 49%;
  margin-bottom: 2%;
}

.company_cate li a {
  display: block;
  border: 1px solid #383635;
  background-color: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 3;
}

.company_right {
  margin-top: 30px;
}

.company_right img {
  width: 100%;
  object-fit: cover;
}

/*--blog--*/

.blog_wrap {
  overflow: hidden;
}

.blog_inner {
  width: 90%;
  position: relative;
  margin: 60px auto 0;
  z-index: 0;
}

.blog_inner iframe {
  display: block;
  width: 100%;
  height: 260px;
}

.blog_con ul {
}

.blog_con ul li a {
  display: flex;
  align-items: center;
  transition: 0.3s all;
}

.blog_con ul li a:hover p {
  color: #9ac299;
}

.blog_con ul li:not(:last-child) a {
  margin-bottom: 20px;
}

.blog_con_txt {
  width: calc(100% - 100px);
}

.blog_con ul li a img {
  width: 90px;
  height: 70px;
  object-fit: cover;
  border-radius: 5px;
  margin-right: 10px;
}

.blog_con_flex {
  display: flex;
  align-items: center;
}

.blog_con_day {
  color: #aaa;
  font-size: 11px;
  font-weight: 500;
  width: 75px;
}

.blog_con_tag label {
  display: inline-block;
  color: #fff;
  background: #9ac299;
  line-height: 24px;
  font-size: 11px;
  font-weight: bold;
  padding: 0 10px;
  border-radius: 3px;
  margin-left: 10px;
}

.blog_con_tag p {
  width: auto !important;
  margin: 0 !important;
}

.blog_con ul li a p {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 13px;
  line-height: 1.4;
  font-weight: bold;
  margin-top: 10px;
  transition: 0.3s all;
}

.blog_txt {
  position: relative;
  z-index: -1;
  margin-bottom: 40px;
}

.blog_txt::after {
  content: "";
  display: block;
  background: #f7f4ed;
  width: 100vw;
  height: 250px;
  position: absolute;
  left: 50%;
  top: 30px;
  border-radius: 20px 0 0 20px;
  z-index: -1;
}

.blog_txt h2 img {
  height: 90px;
}

.blog_txt p {
  color: #383635;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
  margin: 30px 0;
}

/*inq*/

.inq_wrap {
  margin: 60px 0;
}

.inq_inner {
  width: 90%;
  margin: 0 auto;
  border-top: 1px solid #dddddd;
  padding-top: 40px;
  padding-bottom: 40px;
}

.inq_box {
}

.inq_left {
}

.inq_title {
  margin-bottom: 30px;
  height: 51px;
  object-fit: contain;
}

.inq_left p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 30px;
}

.inq_left span {
  display: block;
  margin-top: 10px;
  font-size: 12px;
}

.inq_left .inq_cate li:nth-child(1) a {
  background-color: #9ac299;
  color: #fff;
  border: 1px solid #9ac299;
}

.inq_cate {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.inq_cate li {
  width: 49%;
}

.inq_cate li a {
  display: block;
  border: 1px solid #383635;
  background-color: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 3;
}

.inq_right {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid #ddd;
}

.inq_right p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 30px;
}

.inq_right span {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  font-weight: bold;
  color: #ff738e;
}

.inq_tel {
  display: block;
  height: 35px;
  object-fit: contain;
}

/* ----------------------------------------------------
修正追記
---------------------------------------------------- */

.info_tk iframe {
  display: block;
  width: 100%;
  height: 60px;
}

.cp_bnr {
  width: 90%;
  margin: 40px auto;
}

.cp_bnr img {
  width: 100%;
}

.google_reviews_wrap {
  max-height: 430px;
  overflow: hidden;
  margin: -20px auto 60px;
}
.google_reviews_wrap .dNtlyB {
  display: none;
}
.google_reviews_wrap .kwBMIW,
.google_reviews_wrap .grsykz {
  background: #fff;
}
