@charset "shift_jis";
/* CSS Document */

/****************************
トップページ専用cssです

※新規制作の際は下記cssを全て消してから制作してください

****************************/

h1 {
  z-index: 70;
}

.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;
}

.top_scroll h3 img {
  height: 90px;
}

/*--main--*/

.main_wrap {
  padding: 0 50px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  min-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}

.main_wrap::after {
  content: "";
  display: block;
  background: url(../img/main_pakira.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 380px;
  height: 70%;
  position: absolute;
  right: 60px;
  bottom: 0;
  opacity: 0.2;
}

.main_inner {
  width: calc(100% - 420px);
  border-radius: 30px;
  height: calc(100vh - 190px);
  position: relative;
}

/*--anime--*/

.main_imgBox {
  height: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}

.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: 3%;
  left: 3%;
  z-index: 50;
  width: 550px;
}

.main_title img {
  width: 450px;
  object-fit: contain;
}

/*--info--*/

.info_wrap {
  padding: 70px 0;
}

.info_inner {
  width: 1100px;
  margin: 0 auto;
}

.info_cate {
  border-radius: 35px;
  background-color: #fff;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

.info_title {
}

.info_title img {
  width: 185px;
}

.info_items {
  display: flex;
}

@media (max-width: 1250px) {
  .main_title img {
    width: 380px;
  }
}

@media (max-width: 1140px) {
  .main_title img {
    width: 340px;
  }
}

@media (max-width: 1025px) {
  .main_inner {
    width: 100%;
  }

  .main_title img {
    width: 450px;
  }
}

/*--tab--*/

.tab {
  width: 95px;
  color: #aaaaaa;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 3;
  margin-right: 10px;
  cursor: pointer;
  padding: 0 5px;
}

.tab-group .is-active {
  color: #fff;
  background-color: #333;
  border-radius: 30px;
  line-height: 3;
}

.panel {
  display: none;
}

.panel-group .is-show {
  display: block;
}

.info_inner iframe {
  width: 100%;
  height: 290px;
}

/*--/tab--*/

.info_items02 {
}

.info_items02 a {
  color: #383635;
  font-weight: bold;
  font-size: 14px;
  border-bottom: 1px solid #383635;
  display: block;
}

.info_care02 {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}

.info_items03 {
  width: 100%;
}

.info_items03 a {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #cccccc;
  height: 80px;
}

.info_items03 a:hover {
  color: #4b844a;
}

.info_items03 span {
  font-size: 14px;
  font-weight: bold;
  margin: 0 35px;
  width: 100px;
}

.info_items03 div label {
  width: 150px;
  font-size: 13px;
  font-weight: bold;
  border-radius: 15px;
  text-align: center;
  border: 1px solid #383635;
  margin-right: 40px;
  line-height: 2;
  display: block;
}

.info_cms_items {
  font-weight: bold;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 15px;
  margin: 0;
  width: 770px;
}

.info_items04 {
  margin: 60px 0;
  display: flex;
  justify-content: space-between;
}

.info_items04 a {
  display: block;
  width: 100%;
  border-radius: 10px;
  border: 2px solid #383635;
  font-size: 16px;
  font-weight: bold;
  padding: 0px 25px;
  line-height: 5;
  box-sizing: border-box;
}

/*--/tab--*/

/*--seach--*/

.seach_wrap {
  position: relative;
}

.seach_wrap::before {
  position: absolute;
  content: "";
  display: block;
  width: 50%;
  height: 400px;
  left: 0;
  top: 37px;
  background-color: #f7f4ed;
  z-index: -1;
  border-radius: 0 20px 20px 0;
}

.seach_inner {
  width: 1100px;
  margin: 0 auto;
}

.seach_box {
  display: flex;
  justify-content: center;
  gap: 50px;
  align-items: center;
}

.seach_left {
  width: 525px;
}

.seach_txt {
  margin-bottom: 40px;
}

.seach_cate {
  display: flex;
  margin-bottom: 30px;
  justify-content: space-between;
}

.seach_cate li {
  width: 250px;
}

.seach_cate li a {
  text-align: center;
  width: 100%;
  display: block;
  background-color: #fff;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #383635;
  border-radius: 5px;
  line-height: 4;
  position: relative;
  transition-duration: 0.5s;
}

.seach_cate li a i {
  color: #9ac299;
}

.seach_cate li a:hover {
  background-color: #383635;
  color: #fff;
  border: 1px solid #fff;
  transition-duration: 0.3s;
}

.fa-search:before {
  position: absolute;
  top: 24px;
  left: 32px;
}

.fa-map-marker-alt:before {
  position: absolute;
  top: 24px;
  left: 32px;
}

.seach_title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 24px;
  padding-left: 30px;
  position: relative;
}

.seach_title::before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: #9ac299;
  position: absolute;
  left: 0;
  top: 7px;
}

.seach_right {
  margin-top: -30px;
}

/*--free--*/

.free_wrod form {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
}

.search_window {
  width: 415px;
  height: 45px;
  padding-left: 30px;
  box-sizing: border-box;
  border: 1px solid #383635 !important;
  border-radius: 3px;
  border-right: none;
  font-size: 14px;
  background-image: none !important;
}

.free_btn {
  width: 90px;
  height: 45px;
  background: #9ac299;
  color: #fff;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  border: 1px solid;
  font-family: YuGothic, "Yu Gothic", sans-serif;
  border: unset !important;
  transition-duration: 0.3s;
}

.free_btn:hover {
  background-color: #fff;
  color: #9ac299;
  transition-duration: 0.3s;
}

/*--/free--*/

.seach_cate02 {
  background-color: #fff;
  border: 1px solid #383635;
  display: flex;
  padding: 10px 10px 5px;
  border-radius: 10px;
  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: 11px;
  font-weight: bold;
  color: #4b844a;
  box-sizing: border-box;
  padding: 5px 10px;
  display: block;
}

.seach_cate02 li a:hover {
  background-color: #4b844a;
  color: #fff;
}

.fa-train:before {
  padding-right: 15px;
}

/*--rent--*/

.rent_wrap {
  padding: 160px 0 100px;
  position: relative;
}

.rent_wrap::before {
  display: block;
  content: "";
  width: 886px;
  height: 341px;
  background: url(../img/bg_items.png) no-repeat;
  position: absolute;
  top: 110px;
  left: 50px;
  z-index: -1;
}

.rent_inner {
  width: 1100px;
  margin: 0 auto;
}

.rent_right {
  text-align: right;
}

.rent_right img {
  margin-bottom: 40px;
  height: 90px;
}

.rent_right p {
  font-size: 15px;
  color: #383635;
  line-height: 1.5;
  font-weight: bold;
  text-shadow: 0 0 4px #fff;
}

.rent_cate {
  margin: 60px 0 20px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 5;
}

.rent_cate li {
  width: 535px;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  margin-bottom: 15px;
  overflow: hidden;
}

.rent_cate li:hover {
  background-color: #f5fff4;
}

.rent_cate li:nth-child(n + 1):nth-child(-n + 3) {
  margin-right: 15px;
}

.rent_box {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dddddd;
}

.rent_box a {
  display: flex;
  align-items: center;
  padding: 18px 20px;
  width: 100%;
}

.rent_box span {
  display: inline-block;
  min-width: 120px;
  text-align: center;
  padding: 0 10px;
  color: #fff;
  background-color: #9ac299;
  font-size: 13px;
  font-weight: bold;
  margin-right: 20px;
  line-height: 2;
  border-radius: 3px;
  box-sizing: border-box;
}

.rent_box p {
  font-size: 18px;
  font-weight: bold;
  color: #383635;
  margin: 0;
}

.rent_box02 {
  display: flex;
  height: 175px;
}

.rent_box02 img {
  width: 220px !important;
  height: 175px !important;
  object-fit: cover;
}

.buy_b_txt {
  padding: 25px 20px 0px;
  width: 100%;
}

.rent_txt a {
  display: block;
  padding: 25px 20px 0px;
}

.rent_txt div {
  font-size: 15px;
  color: #4b844a;
  margin-bottom: 20px;
}

.rent_txt div span {
  font-size: 20px;
  font-weight: bold;
}

.rent_txt p {
  margin: 10px 0;
  font-size: 14px;
  text-align: left;
  line-height: 18px;
  height: 20px;
  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: 260px;
  margin: 0px auto;
}

.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: 16px;
  font-weight: bold;
  line-height: 3;
  transition-duration: 0.3s;
}

.more_btn a:hover {
  background-color: #383635;
  color: #fff;
  border: 1px solid #fff;
  transition-duration: 0.5s;
}

/*--ofice--*/
.ofice_wrap {
  padding: 160px 0 100px;
  position: relative;
}

.ofice_wrap:before {
  display: block;
  content: "";
  width: 886px;
  height: 341px;
  background: url(../img/bg_itmes02.png) no-repeat;
  position: absolute;
  top: 110px;
  right: 50px;
  z-index: -1;
}

.ofice_inner {
  width: 1100px;
  margin: 0 auto;
}

.ofice_left {
  text-align: left;
}

.ofice_left img {
  margin-bottom: 40px;
  height: 90px;
}

.ofice_left p {
  font-size: 15px;
  color: #383635;
  line-height: 1.5;
  font-weight: bold;
  text-shadow: 0 0 4px #fff;
}

/*--owner--*/

.owner_wrap {
}

.owner_inner {
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 30px;
}

.owner_box {
  display: flex;
  justify-content: space-between;
}

.owner_left {
  margin-left: 50px;
}

.owner_right {
  box-sizing: border-box;
  width: 700px;
  position: relative;
  z-index: 1;
}

.owner_right::before {
  content: "";
  display: block;
  width: 275px;
  height: 149px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(../img/owner_bg.webp) no-repeat;
  z-index: -1;
}

.owner_items {
  padding-top: 45px;
  margin-left: -50px;
  height: 90px;
}

.owner_items02 {
  margin-bottom: 30px;
  margin-top: -20px;
  margin-left: -50px;
}

.owner_right p {
  font-size: 15px;
  color: #383635;
  font-weight: 500;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0.1em;
  margin-bottom: 70px;
}

.owner_cate {
  display: flex;
  gap: 20px;
  position: absolute;
  bottom: -25px;
}

.owner_cate li {
  width: 260px;
}

.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;
  text-decoration: 0.5s;
}

.owner_cate li a:hover {
  background-color: #383635;
  color: #fff;
  border: 1px solid #fff;
  text-decoration: 0.3s;
}

.owner_cate li:nth-child(2) a {
  background-color: #9ac299;
  color: #fff;
  border: 1px solid #9ac299;
  text-decoration: 0.5s;
}

.owner_cate li:nth-child(2) a:hover {
  background-color: #fff;
  color: #4b844a;
  text-decoration: 0.3s;
}

/*--buy--*/

.buy_wrap {
  padding: 150px 0 100px;
  position: relative;
}

.buy_wrap::before {
  display: block;
  content: "";
  width: 886px;
  height: 341px;
  background: url(../img/bg_items03.png) no-repeat;
  position: absolute;
  top: 110px;
  left: 50px;
  z-index: -1;
}

.buy_wrap:after {
  content: "";
  display: block;
  width: 95%;
  height: 760px;
  border-radius: 0 20px 20px 0;
  background-color: #f7f4ed;
  z-index: -2;
  position: absolute;
  left: 0;
  bottom: 125px;
}

.buy_add {
  padding: 18px 20px;
}

.buy_add span {
  background-color: #383635;
}

.buy_inner {
  width: 1100px;
  margin: 0 auto;
}

.buy_inner iframe {
  width: 1120px;
  height: 610px;
}

.buy_right {
  text-align: right;
}

.buy_right img {
  margin-bottom: 40px;
  height: 90px;
}

.buy_right p {
  font-size: 15px;
  color: #383635;
  line-height: 1.5;
  font-weight: bold;
  text-shadow: 0 0 4px #fff;
}

/*--sale--*/

.sale_wrap {
  margin: 80px 0;
}

.sale_inner {
  width: 1100px;
  margin: 0 auto;
}

.sale_box {
  display: flex;
  justify-content: space-between;
}

.sale_left {
  width: 525px;
}

.sale_title {
  margin-bottom: 40px;
}

.sale_right p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.7;
}

.sale_cate {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}

.sale_cate li {
  width: 260px;
}

.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: 16px;
  font-weight: bold;
  line-height: 3;
  transition-duration: 0.5s;
}

.sale_cate li a:hover {
  background-color: #383635;
  color: #fff;
  border: 1px solid #fff;
  transition-duration: 0.3s;
}

.sale_cate li:nth-child(2) a {
  background-color: #9ac299;
  color: #fff;
  border: 1px solid #9ac299;
  transition-duration: 0.5s;
}

.sale_cate li:nth-child(2) a:hover {
  background-color: #fff;
  color: #9ac299;
  transition-duration: 0.3s;
}

/*--staff--*/

.staff_wrap {
  position: relative;
  overflow: hidden;
  padding-top: 25px;
}

.slider_s_wrap::after {
  content: "";
  display: block;
  width: 70%;
  height: 370px;
  border-radius: 30px 0 0 30px;
  background-color: #f7f4ed;
  z-index: -1;
  position: absolute;
  right: 0;
  bottom: 0;
}

.staff_title {
  width: 1100px;
  display: flex;
  align-items: flex-end;
  margin: 0 auto -160px;
  gap: 30px;
  justify-content: left;
}

.staff_title li:first-child img {
  height: 90px;
}

.staff_title li:nth-child(2) {
  font-size: 15px;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 15px;
  font-weight: bold;
  margin: 0;
}

.slider_s_wrap {
  width: 100%;
  overflow: hidden;
  height: 410px;
  padding-top: 200px;
  position: relative;
}

.staff_wrap iframe {
  width: 100%;
  height: 640px;
}

.staff_wrap > .b_slider {
  margin: 40px auto;
}

.staff_items {
  display: block;
  position: relative;
  box-sizing: border-box;
  height: 370px !important;
  margin: 0 20px;
  border-radius: 30px 0 30px 0;
  overflow: hidden;
}

.staff_add {
  position: absolute;
  right: 10px;
  background: #fff;
  -ms-writing-mode: tb-rl;
  font-weight: bold;
  font-size: 12px;
  padding: 10px 5px;
  box-sizing: border-box;
  writing-mode: vertical-rl;
  z-index: 100;
  letter-spacing: 0.1em;
}

.staff_add02 {
  height: 100%;
  width: 261px;
  object-fit: cover;
  overflow: hidden;
}

.staff_add02 img {
  height: 100% !important;
}

.staff_add_hover {
  height: 370px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s;
}

.staff_add_hover img {
  height: 100% !important;
  transition: 0.3s;
}

.staff_items:hover .staff_add_hover {
  opacity: 1;
  transition: 0.3s;
}

.staff_items a {
  position: relative;
}

.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_items p {
  position: absolute;
  font-size: 20px;
  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;
}

/*--voice--*/

.voice_wrap {
  height: 400px;
  margin: 80px 0;
}

.voice_wrap a {
  width: 100%;
  display: block;
  height: 100%;
  position: relative;
}

.voice_wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.voice_top_wrap {
  position: relative;
  z-index: 0;
  padding: 80px 0;
  margin-bottom: 80px;
}

.voice_top_wrap .more_btn {
  margin-top: 50px;
}

.voice_top_wrap::after {
  content: "";
  display: block;
  background: url(../img/voice_bg.webp);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 400px;
  z-index: -1;
  position: absolute;
  left: 0;
  bottom: 0;
}

.voice_top_wrap iframe {
  display: block;
  width: 1120px;
  height: 420px;
  margin: 0 auto;
}

.voice_top_txt {
  width: 1100px;
  margin: 0 auto 50px;
  display: flex;
  align-items: flex-end;
}

.voice_top_txt h2 {
  margin: 0;
}

.voice_top_txt h2 img {
  height: 92px;
}

.voice_top_txt p {
  font-size: 15px;
  line-height: 1.5;
  text-align: left;
  font-weight: bold;
  margin-left: 40px;
}

.voice_top_con ul {
  width: 1100px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.voice_top_con ul li a {
  display: block;
  background: #fff;
  width: 350px;
  height: 400px;
  border-radius: 15px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  padding: 20px;
  box-sizing: border-box;
  transition: 0.3s all;
}

.voice_top_con ul li a:hover {
  box-shadow: none;
  transform: translateY(4px);
}

.voice_top_con ul li a img {
  width: 320px;
  height: 256px;
  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: 15px;
  font-weight: bold;
  height: 19px;
}

.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: 14px;
  line-height: 24px;
  font-weight: 500;
  height: 44px;
  margin-top: 15px;
  padding-top: 18px;
  border-top: 1px solid #ccc;
}

/*--company--*/

.company_inner {
  width: 1100px;
  margin: 0 auto;
}

.company_box {
  display: flex;
}

.company_left {
  width: 525px;
}

.company_title {
  margin-bottom: 60px;
}

.company_img {
  margin-bottom: 60px;
  height: 74px;
  object-fit: contain;
}

.company_left p {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
}

.company_cate {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 20px;
}

.company_cate li {
  width: 230px;
}

.company_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;
  transition-duration: 0.5s;
}

.company_cate li a:hover {
  background-color: #383635;
  color: #fff;
  border: 1px solid #fff;
  transition-duration: 0.3s;
}

.company_right {
  width: 575px;
}

.company_right img {
  width: 100%;
}

/*--blog--*/

.blog_wrap {
  overflow: hidden;
}

.blog_inner {
  width: 1100px;
  position: relative;
  margin: 80px auto;
  z-index: 0;
  display: flex;
  justify-content: space-between;
}

.blog_inner::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_inner iframe {
  display: block;
  width: 500px;
  height: 340px;
}

.blog_con ul {
  width: 500px;
}

.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 ul li a img {
  width: 130px;
  height: 100px;
  object-fit: cover;
  border-radius: 10px;
  margin-right: 15px;
}

.blog_con_flex {
  display: flex;
  align-items: center;
}

.blog_con_day {
  color: #aaa;
  font-size: 12px;
  font-weight: 500;
}

.blog_con ul li a p {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 15px;
  line-height: 1.4;
  font-weight: bold;
  width: 350px;
  margin-top: 10px;
  transition: 0.3s all;
}

.blog_con_tag label {
  display: inline-block;
  color: #fff;
  background: #9ac299;
  line-height: 24px;
  font-size: 12px;
  font-weight: bold;
  padding: 0 10px;
  border-radius: 3px;
  margin-left: 10px;
}

.blog_con_tag p {
  width: auto !important;
  margin: 0;
}

.blog_txt h2 img {
  height: 106px;
}

.blog_txt p {
  color: #383635;
  font-size: 15px;
  font-weight: bold;
  line-height: 28px;
  margin: 30px 0 60px;
}

/*inq*/

.inq_wrap {
  margin: 80px 0;
}

.inq_inner {
  width: 1100px;
  margin: 0 auto;
  border-top: 1px solid #dddddd;
  padding-top: 40px;
  padding-bottom: 80px;
}

.inq_box {
  display: flex;
}

.inq_left {
  width: 600px;
  border-right: 1px solid #dddddd;
}

.inq_title {
  display: block;
  margin-bottom: 30px;
  height: 51px;
  object-fit: contain;
}

.inq_left p {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  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;
  transition-duration: 0.5s;
}

.inq_left .inq_cate li:nth-child(1) a:hover {
  background-color: #fff;
  color: #9ac299;
  transition-duration: 0.3s;
}

.inq_cate {
  display: flex;
  margin-top: 30px;
  gap: 20px;
}

.inq_cate li {
  width: 240px;
}

.inq_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;
  transition-duration: 0.5s;
}

.inq_cate li a:hover {
  background-color: #383635;
  color: #fff;
  border: 1px solid #fff;
  transition-duration: 0.3s;
}

.inq_right {
  padding-left: 55px;
}

.inq_right p {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  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;
}

/* ----------------------------------------------------
ipad
---------------------------------------------------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .main_inner {
    width: 100% !important;
    height: calc(50vh - 190px) !important;
  }

  .top .all_fixed_nav.top_scroll.top_scroll {
    height: auto !important;
  }

  .info_items03 span {
    width: 120px;
  }

  .rent_txt p {
    font-size: 12px;
  }
}

/* ----------------------------------------------------
修正追記
---------------------------------------------------- */

.info_tk iframe {
  height: 204px;
}

.cp_bnr {
  width: 1100px;
  margin: 0 auto 60px;
}

.google_reviews_wrap {
  max-height: 340px;
  overflow: hidden;
  width: 1100px;
  margin: -50px auto 100px;
}
.google_reviews_wrap .dNtlyB {
  display: none;
}
.google_reviews_wrap .kCYTWX,
.google_reviews_wrap .grsykz {
  background: #fff;
}
