@charset "UTF-8";

.prefecture-list {
  list-style: none;
}
.prefecture-list li {
  list-style: none !important;
}
/*
都道府県が増えたら適用
@media (min-width: 900px) {
  #prefecturesMap + section {
    height: 600px;
  }
  #prefecturesMap + section .content_wrapper,
  #prefecturesMap + section .wrapper_item,
  #prefecturesMap + section .wrapper_item .inner_item_img,
  #prefecturesMap + section .wrapper_item .inner_item_txt {
    height: 100%;
  }
  #prefecturesMap + section .wrapper_item {
    display: block;
  }
  #prefecturesMap + section.contents_box01 .inner_item_img {
    position: absolute;
    width: 100%;
    max-width: 100%;
  }
  #prefecturesMap + section.contents_box01 .inner_item_img img {
    height: 100%;
    object-fit: contain;
    font-family: 'object-fit: contain';
  }
  #prefecturesMap + section.contents_box01 .inner_item_txt {
    width: 100%;
    max-width: 100%;
  }
}
*/

/*-----------------------------スライダーパーツ---------------------------------*/
/*
.swiper-inner {
  max-width: 920px;
  margin: 0 auto;
}

.swiper {
  position: relative!important;
  margin: 0px auto;
  background: #fff;
  border: 1px solid #6ec138;
  border-radius: 20px;
  overflow: initial!important;
  padding: 40px!important;
}

.slidettl_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slide_category {
  color: #fff;
  background: #6ec138;
  padding: 5px 15px;
  border-radius: 5px;
  font-weight: 700;
}

.slide_ttl {
  font-weight: 700;
  margin-left: 2rem;
}

.slide_wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
}

.slide_images {
  position: relative;
  width: 65%;
}

.slide_imageswrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slide_before {
  position: relative;
  width: 48%;
}

.slide_before img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slide_before::after {
  position: absolute;
  content: "BEFORE";
  font-weight: 700;
  color: #fff;
  bottom: 5px;
  left: 5px;
}

.slide_next {
  position: relative;
  width: 4%;
  height: 0px;
  border-top: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #EE8321;
  left: 3%;
}

.slide_after {
  position: relative;
  width: 48%;
}

.slide_after img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slide_after::after {
  position: absolute;
  content: "AFTER";
  font-weight: 700;
  color: #fff;
  bottom: 5px;
  left: 5px;
}

.slide_textarea {
  width: 35%;
  padding-left: 3rem;
}

.slide_total {
  color: #EE8321;
}

.slide_pricearea {
  text-align: right;
}

.slide_price {
  position: relative;
  color: #EE8321;
  font-weight: 900;
  font-size: 4rem;
  line-height: 1;
  display: inline-block;
}

.slide_price span {
  font-weight: 400;
  font-size: 3rem;
}

.slide_price::after {
  position: absolute;
  content: "(税込）";
  color: #EE8321;
  top: -3px;
  right: -5px;
  font-size: 1rem;
}

.slide_table {
  width: 100%;
  border-collapse: collapse;
}

.slide_table td {
  border-bottom: 1px solid #212222;
  padding: 5px 0;
  font-weight: 600;
}

.slide_table td:nth-child(1) {
  width: 35%;
}

.slide_table td:nth-child(2) {
  width: 65%;
}

.swiper-button-next {
  background: #6ec138;
  width: 40px!important;
  height: 40px!important;
  border-radius: 50%;
  right: -18px!important;
}

.swiper-button-next::after {
  display: none;
}

.swiper-button-next::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 17px;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
  width: auto;
  height: auto;
}

.swiper-button-prev {
  background: #6ec138;
  width: 40px!important;
  height: 40px!important;
  border-radius: 50%;
  left: -18px!important;
}

.swiper-button-prev::after {
  display: none;
}

.swiper-button-prev::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 17px;
  border-top: 10px solid transparent;
  border-right: 10px solid #fff;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  width: auto;
  height: auto;
}

.swiper-pagination-bullet-active {
  background: #6ec138!important;
}

.swiper-pagination-bullet {
  width: 12px!important;
  height: 12px!important;
}

.price-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.price-box {
  position: relative;
  margin-bottom: 2rem;
  width: calc(50% - 2rem);
  border: 1px solid #000;
}
.price-container .price-box:first-of-type {
  margin-top: 0 !important;
}
.price-container .price-box:first-of-type::before {
  display: none !important;
}
.price-box.left::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: -3rem;
  transform: translateY(-50%);
  width: 20px;
  height: 3px;
  background: #6ec138;
}
.price-box.full {
  position: relative;
  margin-top: 3rem;
  width: 100%;
}
.price-box.full::before {
  content: '\ea50';
  display: block;
  position: absolute;
  top: -7rem;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  font-family: 'Material Icons';
  color: #EE8321;
  font-size: 4.8rem;
}
.price-title {
  background: #6ec138;
  color: #FFF;
  text-align: center;
  font-weight: bold;
}
.price-text {
  color: #6ec138;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
.price-box.full .price-title {
  background: #EE8321;
}
.price-box.full .price-text {
  color: #EE8321;
}

@media screen and (max-width: 768px){
.swiper {
    padding: 25px 25px 40px!important;
}
.slide_wraper {
    display: block;
}
.slide_images {
    width: 100%;
}
.slide_textarea {
    width: 100%;
    padding-left: 0;
    margin-top: 2rem;
}
.slidettl_wrap {
    display: block;
}
.slide_category {
    padding: 0px 15px;
    display: inline-block;
}
.slide_ttl {
    margin-left: 0rem;
    margin-top: 5px;
}
.slide_after {
  width: 49%;
}
.slide_before {
  width: 49%;
}
.slide_next {
  width: 2%;
}
}
*/

/*-----------------------------クレジット決済パーツ---------------------------------*/
.card_headeing {
  text-align: center;
}

.card_headeing h2 {
  display: inline-block;
  background: #6ec138;
  color: #fff;
  font-weight: 600;
  padding: 0 30px;
  border-radius: 25px;
  font-size: 1.7rem;
}

.card_headeing h2 span {
  display: inline-block;
}

.card_img {
  margin: 30px auto 0;
  width: 70%;
}

.card_img img {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 800px){
.card_headeing h2 {
  font-size: 1.5rem;
}
}
@media screen and (max-width: 500px){
  .card_img {
    width: 100%;
  }
}

/*-----------------------------オプションパーツ---------------------------------*/
.flow_content {
  max-width: 1200px;
  margin: 0 auto;
}

.flow_content {
  position: relative;
  background: #cccccc40;
  margin-top: 60px;
  padding: 30px;
}

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

.flow_ttl {
  margin-left: 120px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #6ec138;
  font-size: 130%;
}

.flow_img {
  width: 260px;
}

.flow_img img {
  height: 100%;
  max-height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}

.flow_boxes {
  width: calc(100% - 260px);
  padding: 0 4rem;
}

.flow_text span {
  color: #ff0000;
}

.flow_price {
  margin-top: 20px;
  color: #f60;
  font-size: 140%;
}

.flow_price small {
  color: #212222;
}

.flow_step {
  position: absolute;
  background: #6ec138;
  width: 100px;
  height: 100px;
  top: -40px;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  line-height: 95px;
  text-align: center;
}

.flow_step span {
  font-size: 200%;
}

.flow_step::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: 10px;
  right: 1px;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 15px solid #6ec138;
  border-right: none;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
@media screen and (max-width: 768px) {
.flow_wrapper {
  display:block;
}
.flow_img {
    width: 100%;
}
.flow_img img {
    max-height: 450px;
    width: 100%;
}
.flow_boxes {
    width: 100%;
    padding: 2rem 0 0;
}
.flow_content {
    padding: 20px;
}
.flow_ttl {
    margin-left: 80px;
}
.flow_step {
    width: 80px;
    height: 80px;
    top: -25px;
    left: 10px;
    line-height: 75px;
}
}


#mft + section .content_wrapper {
    padding: 0;
}

@media screen and (max-width: 800px) {
#mft + section .content_wrapper .heading.block_header_3 .h{
    text-align: left;
}

}

#price_feature + section.contents_box01 .wrapper_item{
    align-items:center;
}



/*----------------------------
MVの差し替え
------------------------------*/


/*------------------下のlvの削除--------------------*/
#lv_outer{
display: none;
}


#new_mv + .block_html{
padding: 0;
}

#new_mv + .block_html.width_fixed>.content_wrapper{
max-width: 100% !important;
}

#new_mv + .block_html .content_wrapper{
padding: 0;
}




/*==============画像にリンクをつける================*/
#map-link + .block_html pt30 .image-wrap{
position: relative;
} 

#map-link + .block_html .image-wrap a.link-aichi {
    position: absolute;
    background-image: url('/common/upload_data/marutonijp2/image/20220714121758_1.png');
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    width: 12%;
    height: 13%;
    top: 50%;
    right: 13%;
    z-index: 10;
transition: all 0.2s;
}

#map-link + .block_html .image-wrap a.link-aichi:hover{
background-image: url('/common/upload_data/marutonijp2/image/20220714121758.png')

}


#map-link + .block_html .image-wrap a.link-gihu {
    position: absolute;
    background-image: url('/common/upload_data/marutonijp2/image/20220714121800.png');
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    width: 12%;
    height: 13%;
    top: 19%;
    right: 16%;
    z-index: 10;
transition: all 0.2s;
}

#map-link + .block_html .image-wrap a.link-gihu:hover{
background-image: url('/common/upload_data/marutonijp2/image/20220714121759.png')

}


#map-link + .block_html .image-wrap a.link-mie {
    position: absolute;
    background-image: url('/common/upload_data/marutonijp2/image/20220714121801_1.png');
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    width: 12%;
    height: 13%;
    top: 70%;
    right: 24%;
    z-index: 10;
transition: all 0.2s;
}

#map-link + .block_html .image-wrap a.link-mie:hover{
background-image: url('/common/upload_data/marutonijp2/image/20220714121801.png');
}


@media (max-width: 768px){
#map-link + .block_html .image-wrap a.link-gihu{
width: 20%;
height: 23%;
top: 10%;
    right: 13%;
}


#map-link + .block_html .image-wrap a.link-aichi{
width: 20%;
height: 23%;
top: 45%;
    right: 8%;
}


#map-link + .block_html .image-wrap a.link-mie{
width: 20%;
height: 23%;
top: 74%;
    right: 17%;
}
}


/*--------------------.mv_textを左下に-----------------------------*/
@media (min-width: 901px) {
#mv .mv_text {
  height: 60%;
  align-items: center;
  /* text-shadow: 0 0 5px var(--i_shadow_color); */
  width: 100% !important;
  left: -30px !important;
  bottom: 0 !important;
}
}

/*----------------------pride調整-----------------------------------*/
#pride+section .content_wrapper > .heading::before{
  left: 350px;
}
#pride+section .content_wrapper > .heading::after{
  left: 520px;
}
@media screen and (max-width: 720px){
#pride+section .content_wrapper > .heading::before{
    width: 95px;
    top: -40px;
    left: 110px;
    height: 95px;
}
#pride+section .content_wrapper > .heading::after{
    left: 220px;
    width: 95px;
    top: -40px;
    height: 95px;
}
#pride+section .heading{
    height: auto;
}
}
@media screen and (max-width: 360px){
#pride+section  .content_wrapper > .heading::before {
    width: 70px;
    height: 70px;
    top: -20px;
}
#pride+section  .content_wrapper > .heading::after {
    left: 190px;
    width: 70px;
    height: 70px;
    top: -20px;
}
}


/*--------------------MEDIA-----------------------------*/
#parallax + .block_news_1.add_design5 {
    display: none;
}
@media screen and (max-width: 768px) {
#parallax + .block_news_1.add_design4 {
    display: none;
}
#parallax + .block_news_1.add_design5 {
    display: block;
}
#parallax + .block_news_1.add_design5 .content_wrapper li a > span + p {
    display: none;
}
.block_news_1.add_design5 .content_wrapper li a div p:nth-child(n + 2) {
    display: none;
}
}