@charset "UTF-8";
.pc_mode {
  display: block;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}

.sp_mode {
  display: none;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.9375vw;
  line-height: 1.75;
  position: relative;
  color: #707070;
  background-color: #e8c74c;
}

a {
  color: #707070;
}

a:hover {
  opacity: .7;
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
}

.mb80 {
  margin-bottom: 80px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb150 {
  margin-bottom: 150px;
}

.mt25 {
  margin-top: 25px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.m50 {
  margin: 50px auto;
}

.pb10 {
  padding-bottom: 10px;
}

.pl64 {
  padding-left: 64px;
}

.w_100p {
  width: 100%;
}

.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.d_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.no_wrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.row_reverce {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.space_around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.space_between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex_end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex_1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.item_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.item_baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.visible {
  overflow: visible;
}

.line_h_1 {
  line-height: 1;
}

img {
  width: 100%;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #008F84;
  border-bottom: 2px solid #FFFEFE;
  z-index: 10;
}

header .head_inner {
  padding: 16px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .head_inner .head_logo {
  width: 777px;
}

header .head_inner .open_btn {
  width: 152px;
  height: 152px;
  line-height: 1;
  background-image: url(../img/common/menu_o.svg);
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  z-index: 500;
}

header .head_inner .open_btn.open {
  background-image: url(../img/common/menu_c.svg);
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  z-index: 500;
}

#top_wrap .slide_sec {
  height: 622px;
  padding: 30px 0;
  background-color: #008F84;
}

#top_wrap .slide_sec img {
  height: 622px;
  -o-object-fit: cover;
     object-fit: cover;
}

#top_wrap .sec_01 {
  width: 87.5%;
  margin: 50px auto 0;
}

#top_wrap .sec_01 h1 {
  text-align: center;
  font-size: 1.56vw;
}

#top_wrap .sec_01 h1 span {
  border-bottom: 1px solid #008F84;
  color: #008F84;
}

#top_wrap .sec_01 .news_list {
  margin-top: 30px;
}

#top_wrap .sec_01 .news_list_row {
  border-bottom: 1px solid #707070;
  padding: 5px 0;
}

#top_wrap .news_more {
  width: 580px;
  margin: 80px auto 60px;
}

#top_wrap .news_more p {
  text-align: center;
  background-color: #008F84;
  color: #ffffff;
  border-radius: 10px;
  padding: 14px 0;
  font-size: 1.25vw;
}

#top_wrap .news_more p:hover {
  cursor: pointer;
  opacity: .7;
}

#top_wrap .sec_02 {
  width: 87.5%;
  margin: 50px auto 60px;
}

#top_wrap .sec_02 h2 {
  text-align: center;
  margin-bottom: 20px;
}

#top_wrap .sec_02 h2 span {
  border-bottom: 1px solid #008F84;
  color: #008F84;
  font-size: 1.3vw;
}

#top_wrap .sec_02 h1 {
  font-size: 1.3vw;
  text-align: center;
  color: #008F84;
}

#top_wrap .sec_02 .sec_02_img_row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}

#top_wrap .sec_02 .sec_02_img_row .sec_02_img {
  width: 49%;
}

#top_wrap .sec_02 .sec_02_line {
  width: 57%;
  margin: 50px auto;
}

.btn {
  width: 797px;
  margin: 50px auto 30px;
}

.btn a {
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  background-color: #008F84;
  font-size: 1.82vw;
  letter-spacing: 0.1em;
  border-radius: 15px;
  padding: 15px 0;
}

#top_wrap .sec_03 {
  width: 92%;
  margin: 80px auto 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#top_wrap .sec_03 .sec_03_link {
  width: 48%;
}

.pc_hr, .sp_hr {
  line-height: 0;
}

.monkey_sec {
  width: 96.8%;
  margin: 60px auto 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.monkey_sec a {
  line-height: 1;
}

.monkey_sec a:nth-of-type(1) {
  width: 32%;
}

.monkey_sec a:nth-of-type(2) {
  width: 31.9%;
}

.monkey_sec a:nth-of-type(3) {
  width: 34.3%;
}

.area_sec {
  width: 86.5%;
  margin: 50px auto 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.area_sec .area_text {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.area_sec .area_text p {
  text-align: center;
}

.area_sec .area_text p span {
  color: #008F84;
  border-bottom: 1px solid #008F84;
  font-size: 2.29vw;
}

.area_sec .area_img {
  width: 60%;
  line-height: 0;
}

footer {
  background-color: #008F84;
}

footer .footer_logo {
  width: 76%;
  margin: 0 auto 0;
  padding-top: 90px;
}

footer .footer_menu {
  width: 76%;
  margin: 60px auto 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #ffffff;
}

footer .footer_menu .footer_menu_left {
  width: 62%;
  font-size: 1.35vw;
}

footer .footer_menu .footer_menu_left .footer_menu_store {
  margin-bottom: 70px;
}

footer .footer_menu .footer_menu_left .footer_menu_store:last-of-type {
  margin-bottom: 0;
}

footer .footer_menu .footer_menu_right {
  width: 38%;
}

footer .footer_menu .footer_menu_right a {
  font-size: 1.35vw;
  color: #ffffff;
  margin-bottom: 10px;
  display: block;
}

footer .footer_copyright div {
  width: 19%;
  margin: 0 auto;
}

footer .footer_copyright p {
  color: #ffffff;
  text-align: center;
  font-size: 1.56vw;
  padding-bottom: 250px;
}

#open_menu {
  position: fixed;
  top: -100vh;
  right: 0;
  background-color: rgba(0, 143, 132, 0.7);
  width: 64%;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  z-index: 10;
  padding-top: 230px;
  padding-bottom: 15px;
}

#open_menu.open {
  top: 0;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
}

#open_menu .header_menu_row {
  width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

#open_menu .header_menu_row:first-of-type {
  margin-bottom: 120px;
}

#open_menu a {
  width: 32%;
  color: #ffffff;
  font-size: 1.35vw;
  text-align: center;
  display: block;
}

#open_menu .close_btn {
  width: 180px;
  margin: 20px auto 0;
}

#open_menu h1 {
  text-align: center;
  margin-bottom: 50px;
}

#open_menu h1 span {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  font-size: 1.82vw;
}

.subpage_title {
  width: 100%;
  background-color: #008F84;
  text-align: center;
  padding: 40px 0;
}

.subpage_title h1 span {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  font-size: 1.82vw;
}

#news_wrap .news_detail_sec {
  background-color: #ffffff;
  padding-bottom: 60px;
}

#news_wrap .news_detail_sec .news_detail_title {
  width: 100%;
  text-align: center;
  border-bottom: 4px dashed #008F84;
  padding: 50px 0 0;
}

#news_wrap .news_detail_sec .news_detail_title h1 {
  font-size: 2vw;
}

#news_wrap .news_detail_sec .news_detail_title p {
  font-size: 1.30208vw;
  text-align: right;
  margin-right: 1.04167vw;
}

#news_wrap .news_detail_sec .news_detail_text {
  width: 95%;
  margin: 20px auto 100px;
  border-bottom: 1px dashed #008F84;
  padding-bottom: 100px;
  min-height: 300px;
}

#news_wrap .news_detail_sec .news_detail_text p {
  font-size: 2vw;
}

#news_wrap .news_detail_sec .btn {
  width: 580px;
  margin: 50px auto 0;
}

.bg_white {
  width: 100%;
  background-color: #ffffff;
}

#shop_wrap .shop_sec {
  width: 87%;
  margin: 0 auto 0;
  padding: 90px 0 200px;
}

#shop_wrap .shop_sec .shop_detail {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 150px;
}

#shop_wrap .shop_sec .shop_detail:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#shop_wrap .shop_sec .shop_detail .shop_detail_img {
  width: 47%;
}

#shop_wrap .shop_sec .shop_detail .shop_detail_text {
  width: 46%;
  line-height: 1.3;
}

#shop_wrap .shop_sec .shop_detail .shop_detail_text h1 {
  font-size: 2vw;
  margin-bottom: 40px;
}

#shop_wrap .shop_sec .shop_detail .shop_detail_text p {
  font-size: 1.56vw;
  margin-bottom: 30px;
}

#shop_wrap .shop_sec .shop_detail .shop_detail_text iframe {
  width: 100%;
}

#item_wrap .item_list_sec {
  width: 92%;
  margin: 60px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#item_wrap .item_list_sec h1 {
  width: 56%;
  margin: 0 auto 20px;
  text-align: center;
  display: block;
  color: #FFFFFF;
  background-color: #008F84;
  font-size: 1.82vw;
  letter-spacing: 0.1em;
  border-radius: 15px;
  padding: 4px 0;
}

#item_wrap .item_list_sec .item_list {
  width: 47%;
  margin-bottom: 20px;
}

#item_wrap .item_list_sec .item_list .item_list_img {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#item_wrap .item_list_sec .item_list .item_list_img > div {
  width: 47%;
}

.subpage_title.monkey {
  padding: 25px 0;
}

.subpage_title.monkey h2 {
  font-size: 1.82vw;
  color: #ffffff;
}

#tidyingup_wrap .sec_01 {
  width: 100%;
  padding: 20px 0;
}

#tidyingup_wrap .sec_01 .sec_01_inner {
  width: 88%;
  background-color: #008F84;
  margin: 0 auto;
  border-radius: 15px;
  padding-bottom: 50px;
}

#tidyingup_wrap .sec_01 h1 {
  text-align: center;
  color: #ffffff;
  font-size: 1.56vw;
  padding: 30px 0 50px;
  line-height: 1.4;
}

#tidyingup_wrap .sec_01 .sec_01_flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#tidyingup_wrap .sec_01 .sec_01_flex .sec_01_flex_img {
  width: 24%;
  margin-left: 17.5%;
  margin-right: 7%;
}

#tidyingup_wrap .sec_01 .sec_01_flex .sec_01_flex_text {
  font-size: 1.35vw;
  color: #ffffff;
  line-height: 1.3;
}

#tidyingup_wrap .sec_02 {
  width: 85%;
  margin: 20px auto 0;
}

#tidyingup_wrap .sec_02 h1 {
  text-align: center;
  color: #008F84;
  font-size: 2vw;
}

#tidyingup_wrap .sec_02 h1 span {
  border-bottom: 1px solid #008F84;
}

#tidyingup_wrap .sec_02 .sec_02_flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}

#tidyingup_wrap .sec_02 .sec_02_flex .sec_01_flex_img {
  width: 42%;
}

#tidyingup_wrap .sec_02 .sec_02_flex .sec_01_flex_text {
  width: 56%;
  padding-left: 1%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#tidyingup_wrap .sec_02 .sec_02_flex .sec_01_flex_text li {
  list-style: disc;
  color: #008F84;
  margin-bottom: 30px;
  font-size: 1vw;
}

#tidyingup_wrap .sec_03 {
  width: 85%;
  margin: 100px auto 0;
}

#tidyingup_wrap .sec_03 h1 {
  text-align: center;
  color: #008F84;
  font-size: 2vw;
  margin-bottom: 40px;
}

#tidyingup_wrap .sec_03 h1 span {
  border-bottom: 1px solid #008F84;
}

#tidyingup_wrap .sec_03 .sec_03_row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: 100px;
}

#tidyingup_wrap .sec_03 .sec_03_row .sec_03_row_img {
  width: 50%;
}

#tidyingup_wrap .sec_03 .sec_03_row .sec_03_row_text {
  width: 39%;
}

#tidyingup_wrap .sec_03 .sec_03_row .sec_03_row_text > p {
  background-color: #008F84;
  color: #ffffff;
  font-size: 1.56vw;
  text-align: center;
  padding: 14px 0;
}

#tidyingup_wrap .sec_03 .sec_03_row .sec_03_row_text > p:nth-of-type(1) {
  border-bottom: 1px solid #ffffff;
  border-radius: 15px 15px 0 0;
}

#tidyingup_wrap .sec_03 .sec_03_row .sec_03_row_text > p:nth-of-type(2) {
  border-radius: 0 0 15px 15px;
}

#tidyingup_wrap .sec_04 {
  width: 86%;
  margin: 100px auto 0;
  padding-bottom: 100px;
}

#tidyingup_wrap .sec_04 > h1 {
  text-align: center;
  color: #008F84;
  font-size: 2vw;
  margin-bottom: 40px;
}

#tidyingup_wrap .sec_04 > h1 span {
  border-bottom: 1px solid #008F84;
}

#tidyingup_wrap .sec_04 .truck_flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#tidyingup_wrap .sec_04 .truck_flex .truck_block {
  width: 47%;
  margin-bottom: 60px;
}

#tidyingup_wrap .sec_04 .truck_flex .truck_block h1 {
  background-color: #008F84;
  color: #ffffff;
  font-size: 1.56vw;
  text-align: center;
  padding: 14px 0;
  border-bottom: 1px solid #ffffff;
  border-radius: 15px 15px 0 0;
}

#tidyingup_wrap .sec_04 .truck_flex .truck_block .truck_price_flex {
  background-color: #008F84;
  width: 100%;
  border-radius: 0 0 15px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
}

#tidyingup_wrap .sec_04 .truck_flex .truck_block .truck_price_flex .truck_price {
  width: 30%;
}

#tidyingup_wrap .sec_04 .truck_flex .truck_block .truck_price_flex .truck_price h2 {
  text-align: center;
  color: #ffffff;
  font-size: 1.56vw;
}

#tidyingup_wrap .sec_04 .truck_flex .truck_block .truck_price_flex .truck_img {
  line-height: 0;
}

#tidyingup_wrap .sec_04 .truck_flex .truck_block:nth-of-type(1) .truck_price_flex .truck_img {
  width: 41%;
}

#tidyingup_wrap .sec_04 .truck_flex .truck_block:nth-of-type(2) .truck_price_flex .truck_img {
  width: 56%;
}

#tidyingup_wrap .sec_04 .truck_flex .truck_block:nth-of-type(3) .truck_price_flex .truck_img {
  width: 52.8%;
}

#tidyingup_wrap .sec_04 .sec_04_btn.btn {
  width: 728px;
  margin-bottom: 0;
}

#air_wrap .sec_01 {
  width: 100%;
  padding: 20px 0;
}

#air_wrap .sec_01 .sec_01_inner {
  width: 88%;
  margin: 0 auto;
  padding-bottom: 50px;
}

#air_wrap .sec_01 h1 {
  text-align: center;
  color: #ffffff;
  font-size: 1.56vw;
  padding: 30px 0 30px;
  line-height: 1.4;
  background-color: #008F84;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#air_wrap .sec_01 h1 span:first-of-type {
  margin-right: 60px;
}

#air_wrap .sec_01 .sec_01_flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
}

#air_wrap .sec_01 .sec_01_flex .sec_01_flex_img {
  width: 44%;
  margin-right: 4%;
}

#air_wrap .sec_01 .sec_01_flex .sec_01_flex_text {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #008F84;
}

#air_wrap .sec_01 .sec_01_flex .sec_01_flex_text li {
  list-style: disc;
  color: #008F84;
  font-size: 1.56vw;
}

#air_wrap .sec_01 .sec_01_flex .sec_01_flex_text h2 {
  text-align: center;
  color: #008F84;
  font-size: 2vw;
  margin-bottom: 40px;
  text-align: center;
}

#air_wrap .sec_01 .sec_01_flex .sec_01_flex_text h2 span {
  border-bottom: 1px solid #008F84;
}

#air_wrap .sec_02 {
  width: 88%;
  margin: 0 auto;
  padding-bottom: 50px;
}

#air_wrap .sec_02 h1 {
  text-align: center;
  color: #008F84;
  font-size: 2vw;
  margin-bottom: 40px;
  text-align: center;
}

#air_wrap .sec_02 h1 span {
  border-bottom: 1px solid #008F84;
}

#air_wrap .sec_02 .sec_02_flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #008F84;
}

#air_wrap .sec_02 .sec_02_flex .sec_02_flex_title {
  width: 48.8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background-color: #008F84;
  color: #ffffff;
  font-size: 2vw;
}

#air_wrap .sec_02 .sec_02_flex .sec_02_flex_img {
  padding: 100px 0;
}

#air_wrap .sec_03 {
  width: 88%;
  margin: 0 auto;
  padding-bottom: 50px;
}

#air_wrap .sec_03 h1 {
  text-align: center;
  color: #008F84;
  font-size: 2vw;
  margin-bottom: 40px;
  text-align: center;
}

#air_wrap .sec_03 h1 span {
  border-bottom: 1px solid #008F84;
}

#air_wrap .sec_03 .sec_03_point_sec {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #008F84;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#air_wrap .sec_03 .sec_03_point_sec .sec_03_point {
  width: 28%;
  background-color: #008F84;
  text-align: center;
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 1.82vw;
  border-radius: 15px;
  padding: 40px 0;
}

#air_wrap .sec_03 .sec_03_point_sec .sec_03_point.no_m {
  margin-bottom: 0;
}

#air_wrap .sec_04 {
  width: 88%;
  margin: 0 auto;
  padding-bottom: 50px;
}

#air_wrap .sec_04 h1 {
  text-align: center;
  color: #008F84;
  font-size: 2vw;
  margin-bottom: 40px;
  text-align: center;
}

#air_wrap .sec_04 h1 span {
  border-bottom: 1px solid #008F84;
}

#air_wrap .sec_04 .sec_04_text_wrap {
  border: 1px dashed #008F84;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#air_wrap .sec_04 .sec_04_text_wrap li {
  list-style-type: disc;
  margin-left: 1em;
  color: #008F84;
  font-size: 1.56vw;
}

#air_wrap .sec_04 .sec_04_text_wrap .sec_04_text_top {
  border-bottom: 1px dashed #008F84;
  padding-bottom: 40px;
}

#air_wrap .sec_04 .sec_04_text_wrap .sec_04_text_bot {
  padding-top: 20px;
}

#tidyingup_wrap .sec_04 .sec_04_btn.btn {
  width: 728px;
  margin-bottom: 0;
}

#rental_wrap .sec_01 {
  width: 100%;
  padding: 20px 0;
}

#rental_wrap .sec_01 .sec_01_inner {
  width: 88%;
  margin: 0 auto;
  padding-bottom: 50px;
}

#rental_wrap .sec_01 h1 {
  text-align: center;
  color: #ffffff;
  font-size: 1.56vw;
  padding: 30px 0 30px;
  line-height: 1.4;
  background-color: #008F84;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#rental_wrap .sec_01 .sec_01_flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
}

#rental_wrap .sec_01 .sec_01_flex .sec_01_flex_img {
  width: 44%;
  margin-right: 4%;
}

#rental_wrap .sec_01 .sec_01_flex .sec_01_flex_text {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #008F84;
}

#rental_wrap .sec_01 .sec_01_flex .sec_01_flex_text ul {
  border: 1px dashed #008F84;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#rental_wrap .sec_01 .sec_01_flex .sec_01_flex_text li {
  list-style: disc;
  color: #008F84;
  font-size: 1.56vw;
  margin-left: 1em;
}

#rental_wrap .sec_01 .sec_01_flex .sec_01_flex_text h2 {
  text-align: center;
  color: #008F84;
  font-size: 2vw;
  margin-bottom: 40px;
  text-align: center;
}

#rental_wrap .sec_01 .sec_01_flex .sec_01_flex_text h2 span {
  border-bottom: 1px solid #008F84;
}

#rental_wrap .sec_02 {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 50px;
}

#rental_wrap .sec_02 > h1 {
  text-align: center;
  color: #008F84;
  font-size: 2vw;
  margin-bottom: 40px;
  text-align: center;
}

#rental_wrap .sec_02 > h1 span {
  border-bottom: 1px solid #008F84;
}

#rental_wrap .sec_02 .sec_02_set_wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #008F84;
}

#rental_wrap .sec_02 .sec_02_set_wrap .set_img {
  width: 53%;
}

#rental_wrap .sec_02 .sec_02_set_wrap .set_text_wrap {
  width: 47%;
}

#rental_wrap .sec_02 .sec_02_set_wrap .set_text_wrap h1 {
  text-align: center;
  color: #008F84;
  font-size: 2vw;
  border-bottom: 1px solid #008F84;
  padding: 30px 0;
}

#rental_wrap .sec_02 .sec_02_set_wrap .set_text_wrap .set_text_text {
  color: #008F84;
  font-size: 1.56vw;
  padding: 40px 0;
}

#rental_wrap .sec_02 .sec_02_set_wrap .set_text_wrap .set_text_text p:nth-of-type(1) {
  text-align: center;
  padding-bottom: 45px;
}

#rental_wrap .sec_02 .sec_02_set_last {
  color: #008F84;
  font-size: 1.56vw;
  margin-top: 30px;
}

#rental_wrap .sec_03 {
  width: 40%;
  margin: 60px auto;
  border: 1px solid #008F84;
}

#rental_wrap .sec_03 h1 {
  background-color: #008F84;
  text-align: center;
  color: #ffffff;
  font-size: 2vw;
  padding: 20px 0;
}

#rental_wrap .sec_03 p {
  text-align: center;
  color: #008F84;
  font-size: 2vw;
  padding: 20px 0;
}

#rental_wrap .sec_04 {
  padding-bottom: 40px;
}

#rental_wrap .sec_04 .sec_04_btn.btn {
  width: 728px;
  margin-bottom: 0;
}

.news_list_row {
  opacity: 1;
  height: 32px;
  margin-top: 10px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.news_list_row.is-hidden {
  opacity: 0;
  height: 0;
  margin: 0;
}

.sp_hr {
  display: none !important;
}

/*デザインの2.5倍*/
@media (max-width: 961px) {
  .pc_hr {
    display: none !important;
  }
  .sp_hr {
    display: block !important;
  }
  .pc_mode {
    display: none;
  }
  .sp_mode {
    display: block;
  }
  header .head_inner {
    padding: 1.6vw 3.125vw;
  }
  header .head_inner .head_logo {
    width: 74vw;
  }
  header .head_inner .open_btn {
    width: 14vw;
    height: 14vw;
  }
  .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(../img/top/sp_slide_left.svg);
    left: 0px;
    right: auto;
    /* background-size: 120px; */
  }
  .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(../img/top/sp_slide_right.svg);
    right: 0px;
    left: auto;
  }
  .swiper-button-next, .swiper-button-prev {
    width: 3.90625vw;
    height: 12.5vw;
    margin-top: -calc-w_sp(60)vw;
    z-index: 10;
    cursor: pointer;
    background-size: 3.90625vw 12.5vw;
    background-position: center;
    background-repeat: no-repeat;
  }
  #top_wrap .slide_sec {
    height: auto;
    padding: 5.20833vw 7vw;
    background-color: #008F84;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  #top_wrap .sec_01 {
    width: 93%;
  }
  #top_wrap .sec_02 {
    width: 93%;
  }
  #top_wrap .sec_01 h1 {
    text-align: center;
    font-size: 5.20833vw;
  }
  #top_wrap .sec_01 .news_list_row {
    border-bottom: 1px solid #707070;
    padding: 1.5625vw 0;
    height: auto;
  }
  #top_wrap .sec_01 .news_list_row a {
    font-size: 3.125vw;
  }
  #top_wrap .sec_01 .news_list_row.is-hidden {
    opacity: 0;
    height: 0;
    margin: 0;
    padding: 0;
  }
  #top_wrap .news_more {
    width: 55.41667vw;
    margin: 3.64583vw auto;
  }
  #top_wrap .news_more p {
    padding: 1.45833vw 0;
    font-size: 2.60417vw;
  }
  #top_wrap .sec_02 h2 {
    margin-bottom: 2.08333vw;
  }
  #top_wrap .sec_02 h2 span {
    font-size: 5.20833vw;
  }
  #top_wrap .sec_02 h1 {
    font-size: 5.20833vw;
  }
  #top_wrap .sec_02 .sec_02_line {
    width: 100%;
  }
  .btn a {
    padding: 1.5625vw 0;
  }
  #top_wrap .sec_03 {
    width: 100%;
    margin: 5.20833vw auto 5.20833vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #top_wrap .sec_03 .sec_03_link {
    width: 100%;
  }
  #top_wrap .sec_03 .sec_03_link:first-of-type {
    margin-bottom: 3.90625vw;
  }
  .monkey_sec {
    width: 100%;
    margin: 6.25vw auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .monkey_sec > h1 {
    width: 93%;
    margin: 0 auto;
  }
  .monkey_sec a {
    margin-bottom: 6.51042vw;
  }
  .monkey_sec a:nth-of-type(1) {
    width: 100%;
  }
  .monkey_sec a:nth-of-type(2) {
    width: 100%;
  }
  .monkey_sec a:nth-of-type(3) {
    width: 100%;
  }
  .area_sec {
    width: 81%;
    margin: 0 auto 11.45833vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .area_sec .area_text {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 5.20833vw;
  }
  .area_sec .area_img {
    width: 100%;
    line-height: 0;
  }
  .area_sec .area_text p span {
    font-size: 5.20833vw;
  }
  footer .footer_logo {
    width: 75%;
    margin: 0 auto 0;
    padding-top: 5.20833vw;
  }
  footer .footer_menu {
    width: 100%;
    margin: 6.25vw auto 10.41667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #ffffff;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .footer_menu .footer_menu_left {
    width: 100%;
    font-size: 2.91667vw;
    text-align: center;
  }
  footer .footer_menu .footer_menu_right {
    width: 72%;
    margin: 6.51042vw auto 0;
  }
  footer .footer_menu .footer_menu_right a {
    font-size: 3.125vw;
    color: #ffffff;
    margin-bottom: 1.30208vw;
    display: block;
  }
  footer .footer_copyright p {
    font-size: 3.125vw;
    padding-bottom: 3.125vw;
  }
  #open_menu {
    width: 100%;
    padding-top: 23.95833vw;
    padding-bottom: 7.8125vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    top: -300vh;
  }
  #open_menu h1 {
    width: 100%;
  }
  #open_menu h1 span {
    font-size: 5.20833vw;
  }
  #open_menu .header_menu_row {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #open_menu .header_menu_row {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #open_menu a {
    width: 85%;
    color: #ffffff;
    font-size: 4.16667vw;
    text-align: center;
    display: block;
    margin-bottom: 5.20833vw;
  }
  #open_menu a span {
    font-size: 3.125vw;
  }
  #open_menu .close_btn {
    width: 31.97917vw;
    margin: 20.83333vw auto 0;
  }
  .subpage_title {
    width: 100%;
    background-color: transparent;
    text-align: center;
    padding: 4.16667vw 0;
  }
  .subpage_title h1 span {
    font-size: 4.26667vw;
    color: #008F84;
    border-color: #008F84;
  }
  .subpage_title p {
    font-size: 4.26667vw;
    color: #008F84;
  }
  #item_wrap .item_list_sec {
    width: 88%;
    margin: 4.53333vw auto;
  }
  #item_wrap .item_list_sec .item_list {
    width: 100%;
    margin-bottom: 5.33333vw;
  }
  #item_wrap .item_list_sec h1 {
    width: 86%;
    margin: 0 auto 2.13333vw;
    font-size: 5.33333vw;
    padding: 1.06667vw 0;
  }
  #shop_wrap .shop_sec {
    width: 93%;
    margin: 0 auto 0;
    padding: 90px 0 200px;
  }
  #shop_wrap .shop_sec .shop_detail {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 13.33333vw;
  }
  #shop_wrap .shop_sec .shop_detail .shop_detail_img {
    width: 100%;
    margin-bottom: 4vw;
  }
  #shop_wrap .shop_sec .shop_detail .shop_detail_text {
    width: 100%;
    line-height: 1.3;
  }
  #shop_wrap .shop_sec .shop_detail .shop_detail_text_2 {
    width: 100%;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 4vw;
  }
  #shop_wrap .shop_sec .shop_detail .shop_detail_text_2 h1 {
    font-size: 3.73333vw;
  }
  #shop_wrap .shop_sec .shop_detail .shop_detail_text_2 p {
    font-size: 3.2vw;
  }
  .subpage_title.monkey h2 {
    font-size: 5.33333vw;
    color: #008F84;
  }
  .subpage_title.monkey .sp_title_img {
    width: 69.33333vw;
    margin: 2.66667vw auto 0;
  }
  #tidyingup_wrap .sec_01 .sec_01_inner {
    width: 89%;
    padding-bottom: 50px;
  }
  #tidyingup_wrap .sec_01 h1 {
    font-size: 4.26667vw;
    padding: 2.66667vw 0 5.33333vw;
    line-height: 1.5;
  }
  #tidyingup_wrap .sec_01 .sec_01_flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #tidyingup_wrap .sec_01 .sec_01_flex .sec_01_flex_img {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sec_01_flex_img img {
    display: block;
  }
  .sec_01_flex_img img:first-of-type {
    width: 32vw;
  }
  .sec_01_flex_img img:last-of-type {
    width: 27.46667vw;
  }
  #tidyingup_wrap .sec_01 .sec_01_flex .sec_01_flex_text {
    width: 100%;
    font-size: 3.73333vw;
    color: #ffffff;
    line-height: 1.5;
    padding: 5.06667vw 3.73333vw 0;
  }
  #tidyingup_wrap .sec_04 .sec_04_btn.btn {
    width: 50%;
  }
  #tidyingup_wrap .sec_02 h1 {
    font-size: 5.33333vw;
  }
  #tidyingup_wrap .sec_02 .sec_02_flex {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    margin-top: 8vw;
  }
  #tidyingup_wrap .sec_02 .sec_02_flex .sec_01_flex_img {
    width: 100%;
  }
  #tidyingup_wrap .sec_02 .sec_02_flex .sec_01_flex_text {
    width: 100%;
    padding-left: 0%;
  }
  #tidyingup_wrap .sec_02 .sec_02_flex .sec_01_flex_text li {
    list-style: none;
    margin-bottom: 8vw;
    font-size: 3.73333vw;
    text-align: center;
  }
  #tidyingup_wrap .sec_02 .sec_02_flex .sec_02_flex_img_clean {
    width: 56.26667vw;
    margin: 0 auto;
  }
  #tidyingup_wrap .sec_02 .sec_02_flex .sec_02_flex_img_clean > img {
    width: 100%;
  }
  #tidyingup_wrap .sec_03 .sec_03_row .sec_03_row_img {
    display: none;
  }
  #tidyingup_wrap .sec_03 {
    width: 89%;
    margin: 8vw auto;
  }
  #tidyingup_wrap .sec_03 .sec_03_row .sec_03_row_text {
    width: 100%;
  }
  #tidyingup_wrap .sec_03 h1 {
    font-size: 5.33333vw;
    margin-bottom: 4.26667vw;
  }
  #tidyingup_wrap .sec_03 .sec_03_row .sec_03_row_text > p {
    font-size: 4.8vw;
    text-align: center;
    padding: 2.66667vw 0;
  }
  #tidyingup_wrap .sec_03 .sec_03_row {
    margin-bottom: 2.66667vw;
  }
  #tidyingup_wrap .sec_04 {
    width: 89%;
    margin: 5.33333vw auto 0;
    padding-bottom: 8vw;
  }
  #tidyingup_wrap .sec_04 > h1 {
    font-size: 5.33333vw;
    margin-bottom: 2.66667vw;
  }
  #tidyingup_wrap .sec_04 .truck_flex .truck_block {
    width: 100%;
    margin-bottom: 4vw;
  }
  #tidyingup_wrap .sec_04 .truck_flex .truck_block h1 {
    font-size: 4.8vw;
    padding: 2.66667vw 0;
    border-radius: 15px 15px 0 0;
  }
  #tidyingup_wrap .sec_04 .truck_flex .truck_block h1 span {
    font-size: 3.2vw;
  }
  #tidyingup_wrap .sec_04 .truck_flex .truck_block .truck_price_flex .truck_price h2 {
    font-size: 4.8vw;
  }
  .irai_btn {
    margin-top: 8vw;
  }
  .irai_btn h1 {
    background-color: #008F84;
    text-align: center;
    color: #ffffff;
    font-size: 5.33333vw;
    border-radius: 15px 15px 0 0;
    border-bottom: 2px solid #ffffff;
    padding: 10px 0;
  }
  .irai_btn .irai_btn_flex {
    background-color: #008F84;
    border-radius: 0 0 15px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 4.26667vw 3.2vw 8vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .irai_btn .irai_btn_flex .irai_btn_img {
    width: 25.06667vw;
  }
  .irai_btn .irai_btn_flex .irai_btn_text {
    width: 49.33333vw;
    color: #ffffff;
    font-size: 5.33333vw;
  }
  #air_wrap .sec_04 .btn {
    width: 100%;
  }
  #air_wrap .sec_01 h1 {
    font-size: 4.8vw;
    padding: 2.66667vw 0 2.66667vw;
    display: block;
  }
  #air_wrap .sec_01 h1 span:first-of-type {
    margin-right: 0;
  }
  #air_wrap .sec_01 h1 span {
    display: block;
  }
  #air_wrap .sec_01 .sec_01_inner {
    width: 89%;
    margin: 0 auto;
    padding-bottom: 2.66667vw;
  }
  #air_wrap .sec_01 .sec_01_flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 4vw;
  }
  #air_wrap .sec_01 .sec_01_flex .sec_01_flex_img {
    width: 100%;
    margin-right: 0;
  }
  #air_wrap .sec_01 .sec_01_flex_img img:last-of-type {
    width: 100%;
  }
  #air_wrap .sec_01 .sec_01_flex .sec_01_flex_text h2 {
    font-size: 5.33333vw;
    margin-bottom: 2.66667vw;
    margin-top: 2.66667vw;
  }
  #air_wrap .sec_01 .sec_01_flex .sec_01_flex_text li {
    font-size: 3.73333vw;
    margin-left: 2em;
  }
  #air_wrap .sec_01 .sec_01_flex .cool_m_img {
    width: 100%;
    text-align: right;
  }
  #air_wrap .sec_01 .sec_01_flex .cool_m_img img {
    width: 13.33333vw;
  }
  #air_wrap .sec_02 h1 {
    font-size: 5.33333vw;
    margin-bottom: 5.33333vw;
    text-align: center;
  }
  #air_wrap .sec_02 .sec_02_block {
    margin-bottom: 10.66667vw;
  }
  #air_wrap .sec_02 .sec_02_block > h2 {
    margin: 0;
    color: #ffffff;
    background-color: #008F84;
    text-align: center;
    font-size: 9.6vw;
  }
  #air_wrap .sec_02 .sec_02_block .sec_02_block_content {
    border: 1px solid #008F84;
    padding: 2.66667vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #air_wrap .sec_02 .sec_02_block .sec_02_block_content .sec_02_block_content_price {
    text-align: center;
    color: #008F84;
    font-size: 9.6vw;
    margin-top: 2.66667vw;
  }
  #air_wrap .sec_02 .sec_02_block .sec_02_block_content .sec_02_block_content_img {
    text-align: center;
    line-height: 0;
  }
  #air_wrap .sec_02 .sec_02_block .sec_02_block_content .sec_02_block_content_point p {
    text-align: center;
    color: #ffffff;
    background-color: #008F84;
    border-radius: 8vw;
    font-size: 4.8vw;
    padding: 1.33333vw 0;
    margin-bottom: 2.66667vw;
  }
  #air_wrap .sec_02 .sec_02_block .sec_02_block_content .sec_02_block_content_notes h2 {
    text-align: center;
  }
  #air_wrap .sec_02 .sec_02_block .sec_02_block_content .sec_02_block_content_notes h2 span {
    color: #008F84;
    border-bottom: 1px solid #008F84;
    font-size: 5.33333vw;
  }
  #air_wrap .sec_02 .sec_02_block .sec_02_block_content .sec_02_block_content_notes .sec_02_block_content_notes_top {
    color: #008F84;
    margin-top: 2.66667vw;
    font-size: 2.66667vw;
    border-bottom: 1px dashed #008F84;
    padding-bottom: 2.66667vw;
  }
  #air_wrap .sec_02 .sec_02_block .sec_02_block_content .sec_02_block_content_notes .sec_02_block_content_notes_top li {
    list-style: disc;
    margin-left: 1em;
  }
  #air_wrap .sec_02 .sec_02_block .sec_02_block_content .sec_02_block_content_notes .sec_02_block_content_notes_bot {
    color: #008F84;
    margin-top: 2.66667vw;
    font-size: 2.66667vw;
    padding-bottom: 2.66667vw;
  }
  #air_wrap .sec_02 .sec_02_block .sec_02_block_content .sec_02_block_content_notes .sec_02_block_content_notes_bot li {
    list-style: disc;
    margin-left: 1em;
  }
  #air_wrap .sec_02 {
    width: 89%;
    margin: 0 auto;
    padding-bottom: 0;
  }
  #air_wrap .sec_04 .irai_btn {
    margin-top: 0;
  }
  #air_wrap .sec_04 .irai_btn h1 {
    background-color: #008F84;
    text-align: center;
    color: #ffffff;
    font-size: 5.33333vw;
    border-radius: 15px 15px 0 0;
    border-bottom: 2px solid #ffffff;
    padding: 10px 0;
    margin-bottom: 0;
  }
  #rental_wrap .sec_01 .sec_01_inner {
    width: 89%;
    margin: 0 auto;
    padding-bottom: 0;
  }
  #rental_wrap .sec_01 h1 {
    font-size: 4.8vw;
    padding: 30px 0 30px;
  }
  #rental_wrap .sec_01 .sec_01_flex .sec_01_flex_img {
    width: 100%;
    margin-right: 0%;
  }
  #rental_wrap .sec_01 .sec_01_flex .sec_01_flex_img img {
    width: 100%;
  }
  #rental_wrap .sec_01 .sec_01_flex {
    margin-top: 1.33333vw;
  }
  #rental_wrap .sec_02 {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 0;
  }
  #rental_wrap .sec_02 > h1 {
    font-size: 5.33333vw;
    margin-top: 8vw;
    margin-bottom: 4vw;
  }
  #rental_wrap .sec_02 .sec_02_set_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: none;
  }
  #rental_wrap .sec_02 .sec_02_set_wrap .set_text_wrap {
    width: 100%;
  }
  #rental_wrap .sec_02 .sec_02_set_wrap .set_img {
    width: 100%;
  }
  #rental_wrap .sec_02 .sec_02_set_wrap .set_text_wrap .set_text_title {
    width: 89%;
    margin: 0 auto 1.33333vw;
    border: 1px solid #008F84;
  }
  #rental_wrap .sec_02 .sec_02_set_wrap .set_text_wrap .set_text_title h1 {
    font-size: 5.33333vw;
    padding: 1.33333vw 0;
  }
  #rental_wrap .sec_02 .sec_02_set_wrap .set_text_wrap .set_text_text {
    width: 89%;
    margin: 0 auto;
    color: #008F84;
    font-size: 2.93333vw;
    padding: 0 0;
  }
  #rental_wrap .sec_02 .sec_02_set_wrap .set_text_wrap .set_text_text p:nth-of-type(1) {
    text-align: center;
    font-size: 4.26667vw;
    padding-bottom: 2.66667vw;
  }
  #rental_wrap .sec_02 .sec_02_set_wrap .set_text_wrap .set_text_text p:nth-of-type(2) {
    margin-bottom: 6.66667vw;
  }
  #rental_wrap .sec_02 .sec_02_set_wrap .set_text_wrap .set_text_text p:nth-of-type(2).no_m {
    margin-bottom: 0;
  }
  #rental_wrap .sec_02 .sec_02_set_last {
    width: 89%;
    margin: 0 auto;
    font-size: 2.93333vw;
    margin-top: 1.33333vw;
  }
  #rental_wrap .sec_03 {
    width: 89%;
    margin: 5.33333vw auto;
    border: 1px solid #008F84;
  }
  #rental_wrap .sec_03 h1 {
    font-size: 5.33333vw;
    padding: 1.33333vw 0;
  }
  #rental_wrap .sec_03 p {
    font-size: 4.26667vw;
    padding: 2.66667vw 0;
  }
  #rental_wrap .sec_04 .irai_btn {
    width: 89%;
    margin: 0 auto;
  }
  #news_wrap .news_detail_sec .news_detail_title {
    width: 100%;
    text-align: center;
    border-bottom: 4px dashed #008F84;
    padding: 4vw 0 4vw;
  }
  #news_wrap .news_detail_sec .news_detail_title h1 {
    font-size: 4.26667vw;
  }
  #news_wrap .news_detail_sec .news_detail_title p {
    font-size: 2.66667vw;
    text-align: center;
    margin-right: 0;
  }
  #news_wrap .news_detail_sec .news_detail_text {
    width: 89%;
    margin: 8vw auto 13.33333vw;
    padding-bottom: 100px;
    min-height: 300px;
  }
  #news_wrap .news_detail_sec .news_detail_text p {
    font-size: 4.26667vw;
  }
  #news_wrap .news_detail_sec .btn {
    width: 56.8vw;
    margin: 50px auto 0;
  }
  .btn a {
    font-size: 2.66667vw;
  }
}
/*# sourceMappingURL=style.css.map */