@charset "utf-8";
/* CSS Document */

/*-----------------------------------------------
  base_Layout
-----------------------------------------------*/
*:focus {
    outline: none;
}
* {
    box-sizing: border-box;
}
.sp_only{
    display: none;
}
body{
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, "メイリオ", Meiryo, Verdana,Arial, Helvetica, sans-serif;
	width:100%;
	position: relative;
    color:#2F2F2F;
    font-size:14px;
    overflow-x:hidden;
}
.wrapper .mincho{
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "HGS明朝E", serif;
}
body a{
    text-decoration:none;
    color:#2F2F2F;
}
.wrapper{
    width:100%;
}
.wrapper_line{
    min-width: 980px;
    max-width: 1240px;
    background:url(../img/module/bg_border2.png)repeat-y;
    background-size: contain;
    margin:0 auto;
    padding:120px 0 0 0;
}

/*-----------------------------------------------
  header_Layout
-----------------------------------------------*/
.haeder{
    min-width: 980px;
    width:100%;
    height:90px;
    background: #FFFFFF;
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.10);
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: -1px;
    display: table;
    z-index: 9999;
}
/* 202602変更| .haeder h1 */
.haeder .p-title_logo {
    margin-top:30px;
    margin-left:20px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    width:25%;
    float:left;
}
/* 202602変更| .haeder h1 img */
.haeder .p-title_logo img {
    width:100%;
    height:auto;
}
.header_menulist{
    position: relative;
    float:right;
    display: table;
}
.header_menulist > li{
    display: table-cell;
    vertical-align: middle;
}
.header_menulist li .head_btn li{
    display: block;
    float:left;
    text-align: center;
}
.head_btn{
    height:90px;
}
.head_btn li{
    width:125px;
    font-size:13px;
    position:relative;
}
.head_btn li p{
    width: 100%;
    position: absolute;
    top: 65%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%); /* Safari用 */
    transform: translate(-50%, -50%);
    line-height: 17px;
}
.head_btn a{
    display: block;
    width:100%;
    height: 90px;
    transition: 0.3s;
}
.head_btn a:hover{
    background:#F5F5F5;
}
.head_btn li i{
    font-size:24px;
    color:#7B7B7B;
    position:absolute;
    top:15px;
    left:42%;
}
.header_menulist .tell{
    margin-right:10px;
}
.tell .number{
    font-size: 28px;
    color: #71B267;
    letter-spacing: 1.1px;
    line-height: 30px;
}
.tell .number i{
    font-size: 23px;
    color: #575757;
}
.tell  .number_time{
    font-size: 12px;
    color: #2F2F2F;
    letter-spacing: -0.9px;
}
.header_menulist .menu{
    width:85px;
    background: #6A9B7F;
    text-align: center;
    color:#FFF;
    cursor: pointer;
    transition: 0.3s;
}

.header_menulist .menu a:hover{
    
}
.haeder .pagemanu{
   background:#6A9B7F;
}
.haeder .pagemanu li{
    background:#6A9B7F; 
    display: block;
    float: left;
    width:25%;
    text-align: center;
    border-right:1px solid #FFF;
    box-sizing: border-box;
}
.haeder .pagemanu li:last-child{
    border-right:none;
}
.haeder .pagemanu li a{
    display: block;
    width: 100%;
    height: 100%;
    padding:10px 0;
    color: #FFF;
    transition: 0.3s;
}
.haeder .pagemanu li a:hover,.haeder .pagemanu li.current,.header_menulist .menu:hover{
    background:#517962;
}
/*-----------------------------------------------
  MV content
-----------------------------------------------*/

.MainVisual{
    position: relative;
    width: 100%;
    height:90vh;
    
}
.MainVisual_in{
    position: relative;
    width: 100%;
    height:90vh;
    display: flex; 
    align-items: center;
}
.MainVisual .movie{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%; 
    overflow: hidden;
    z-index: -1;
}
.MainVisual .movie::before{
    content: "";
    position: absolute;
    width:100%;
    height: 100%;
    opacity: 0.5;
    background: #333333;
    z-index: 2;
}
.MainVisual .movie video{
    min-width: 100%; 
    min-height: 100%; 
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.MainVisual .title{
    position: relative;
    min-width: 90%;
    max-width: 1240px;
    margin:0 auto;
    color: #FFFFFF;
    z-index: 3;
}
.MainVisual p{
    font-size: 16px;
    line-height: 30px;
    text-shadow: 2px 2px 10px #333;
    font-weight: 200;
}
.MainVisual .fukidashi{
    
}
/* 202602変更| .MainVisual h1 */
.MainVisual .h1-title_MainV{
    position: relative;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "HGS明朝E", serif;
    font-size: 45px;
    letter-spacing: 2.06px;
    line-height: 32px;
    text-shadow: 2px 2px 11px #333;
    padding-bottom:40px;
    font-weight: 200;
}
/* 202602変更| .MainVisual h1::after */
.MainVisual .h1-title_MainV::after{
    position:absolute;
    content: "";
    background:#A0FFC9;
    width:30px;
    height: 1px;
    bottom:0;
    left:0;
}
.MainVisual .scroll{
    width:200px;
    position: absolute;
    bottom:50px;
    left:50%;
    margin-left:-100px;
    z-index: 10;
    text-align: center;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, "メイリオ", Meiryo, Verdana,Arial, Helvetica, sans-serif;
    font-size: 9px;
    line-height: 35px;
    text-shadow:none;
}
.MainVisual .scroll a{
    color: #FFFFFF;
}
.MainVisual .scroll::after{
    position: absolute;
    content: "";
    width:1px;
    height: 30px;
    background: #FFF;
    bottom:-30px;
    left:50%;
    animation: sdb 2s infinite;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
  }
  20% {
    -webkit-transform: translate(0px, 15px);
  }
  40% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(0px, 15px);
  }
  40% {
    transform: translate(0, 0);
  }
}
/*-----------------------------------------------
  content BASE
-----------------------------------------------*/
/* 202602変更| .contents_in h1 */
.contents_in .h2-title_center{
    position: relative;
    text-align: center;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "HGS明朝E", serif;
    font-size: 32px;
    color: #2F2F2F;
    line-height: 30px;
    padding:30px 0 60px 0;
    line-height: 40px;
}
/* 202602変更| .contents_in h1 span */
.contents_in .h2-title_center span{
    font-size: 26px;
}
/* 202602変更| .contents_in .h2-title_center::before */
.contents_in .h2-title_center::before{
    top:-10px;
    left:50%;
    position: absolute;
    content: "";
    background:#6A9B7F;
    height:30px;
    width: 1px;
}
.imgfit{
    width:100%;
    height: auto;
}
/*-----------------------------------------------
  ABOUT
-----------------------------------------------*/
#about {
    width:100%;
}
#about .profile{
    width:25%;
    float:left;
}
#about .before{
    width:65%;
    float:right;
}
#about p{
    font-size: 14px;
    color: #333333;
    line-height: 30px;
}
#about p span{
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, "メイリオ", Meiryo, Verdana,Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #2F2F2F;
}
#about .slide_content{
    position:relative;
    margin:0px;
}
#about .slide_content .caption{
    width:100%;
    position:relative;
    bottom:5px;
    z-index: 99;
    background-color: rgba(230,230,230,0.69);
    font-size: 13px;
    line-height: 25px;
    z-index: 51;
}
#about .slide_content .caption p{
    color:#333;
    padding:15px 20px;
}
#about .slide_content::before {
    content: "";
    top: 0;
    left: 0;
    border-bottom: 6em solid transparent;
    border-left: 6em solid #856946; 
    position: absolute;
    z-index: 100;
}
#about .slide_content::after {
    content: "BEFORE";
    display: block;
    top: 20px;
    transform: rotate(-45deg);
    color: #fff; 
    left: 2px;
    position: absolute;
    z-index: 101;
    font-size:13px;
}

/*-----------------------------------------------
  FLOW
-----------------------------------------------*/
.flow_content{
    position: relative;
    width:100%;
    background:url(../img/flow/dot.png) repeat-y  center center;
    padding-bottom:80px;
}
.flow_content .text01{
    position:relative;
}
.flow_content .text01 .number{
    position:absolute;
    right:30px;
    top:30px;
    opacity: 0.07;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, "メイリオ", Meiryo, Verdana,Arial, Helvetica, sans-serif;
    font-size: 90px;
    color: #856946;
}
.flow_content .text{
    float:left;
    width:45%;
    background: #FAFAFA;
}

.flow_content .text .day{
    font-size: 16px;
    color: #575757;
    line-height: 30px;
    padding-left:1em;
    position: relative;
}
.flow_content .text .day::before{
    content: "";
    position:absolute;
    top:50%;
    left:0;
    width:10px;
    height:1px;
    background:#6A9B7F;
}
.flow_content .text .point{
    font-size: 14px;
    color: #333333;
    line-height: 30px;
}
.flow_content .text .point span{
    margin-top:20px;
    display: block;
    color: #856946;
    font-weight: bold;
    border-bottom:1px solid #856946;
    margin-bottom:15px;
    line-height: 30px;
}
.flow_content .text .desc{
    font-size: 14px;
    color: #333333;
    line-height: 30px;
}
/* 202602変更| .flow_content .text h2 */
.flow_content .text .h3-title_text_in{
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "HGS明朝E", serif;
    font-size: 22px;
    color: #6A9B7F;
    line-height: 30px;
    margin:15px 0 20px 0;
}
.flow_content .text_in{
    padding:40px;
}
.flow_content .center_line{
    float:left;
    width:10%;
    transform: rotate(90deg);
    margin-top:45px;
    font-size: 16px;
    color: #A6A6A6;
    line-height: 25px;
}
.flow_content .center_line span{
    color: #6A9B7F;
    font-weight: bold;
}
.flow_content .photo{
    float:right;
    width:45%;
    margin-top:40px;
}
/*-----------------------------------------------
  FINISH
-----------------------------------------------*/
/* 202602変更| #finish h1 span */
#finish .h2-title_center span{
    font-size:18px;
    line-height: 1em;
}
.finish_box{
background: #FAFAFA;
}
#container1{
    position: relative;
}
.click360{
    opacity: 1;
    width:100px;
    height: 100px;
    position: absolute;
    top:30px;
    right:30px;
    background: #DD9D34;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);
    border-radius: 100px;
    text-align: center;
    cursor: pointer;
    color:#FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    z-index: 999;
}
.click360 a{
    color:#FFF;
}
.click360:hover a{
    color:#DD9D34;
}
.click360:hover{
    border:1px solid #DD9D34;
    box-sizing: border-box;
    background-color:#FFFFFF;
    color:#DD9D34;
}
.click360 .number{
    display: inline-block;
    font-size: 20px;
    line-height: 19px;
    margin-top:8px;
}
.click360 .text02{
    display: block;
    margin-top:4px;
    font-size:14px;
}
.view360con{
    width:800px;
    height: 600px;
    border: none;
}
.img_slide_title{
    position: absolute;
    top:30px;
    left:30px;
    z-index: 999;
    font-size: 24px;
    color: #FFFFFF;
    pointer-events: none;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.50);
}
.img_slide_caption{
    pointer-events: none;
    position: absolute;
    width:100%;
    bottom:0px;
    left:0px;
    z-index: 999;
    background-color: rgba(255,255,255,0.6);
}
.img_slide_caption p{
    padding:15px;
}
#finish .thumb{
    width:100%;
}
#finish .thumb ul{
    width: 100%;
    display: flex;
    justify-content:space-between;
    margin:15px 0 30px 0;
}
#finish .thumb ul li {
    box-sizing: border-box;
    text-align: center;
    border:1px solid #DDD;
    width:10%;
    cursor: pointer;
}
#finish .thumb ul li img{
    width:100%;
    display: block;
	margin: 0 auto;
	padding: 0;
    cursor: pointer;
}
#finish .thumb .current{
    position: relative;
}

#finish .thumb .current::after{
    pointer-events: none;
    content: "";
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    z-index: 10;
    opacity: 0.83;
    border:3px solid #6A9B7F;
    box-sizing: border-box;
}
.twentytwenty-overlay{
    border: 1px solid #E2E2E2;
    box-sizing: border-box;
}
.before_after_content{
    position: relative;
}

/*-----------------------------------------------
  VOICE
-----------------------------------------------*/
#voice .tantou {
    width:100%;
    margin-top:80px;
}
#voice .tantou .text{
    float:left;
    width:65%;
}
/* 202602変更| #voice .tantou .text h2 */
#voice .tantou .text .h3-title_tantou{
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "HGS明朝E", serif;
    font-size: 24px;
    color: #2F2F2F;
    line-height: 30px;
    border-left: 1px solid #6A9B7F;
    padding-left:1em;
    margin-bottom:20px;
    position: unset;
    font-weight: normal;
    margin-top: unset;
}
/* 202602変更| #voice .tantou h3 */
#voice .tantou .h4-title_brown{
    position: relative;
    padding-left: 1em;
    font-family: "ＭＳ Ｐゴシック", MS PGothic, Arial,Hiragino Kaku Gothic ProN, "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", Osaka,sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #856946;
    line-height: 30px;
    margin-top:40px;
}
/* 202602変更| #voice .tantou .h4-title_brown::before */
#voice .tantou .h4-title_brown::before{
    top:20%;
    left:0;
    position: absolute;
    content: "";
    background:#856946;
    height:20px;
    width: 1px;
}
#voice .tantou .text p{
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, "メイリオ", Meiryo, Verdana,Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333333;
    line-height: 30px;
}
#voice .tantou .photo{
    float:right;
    width:25%;
}
#voice .tantou ul{
    width:100%;
    display: flex;
    justify-content:space-between;
    margin-top:15px;
}
#voice .tantou ul li{
    width:32.3%;
    background: #F9F9F9;
    box-sizing: border-box;
    padding:15px 15px;
}

#voice .tantou ul li span{
    font-size: 18px;
    color: #6A9B7F;
    line-height: 25px;
}
#voice .tantou .text  ul li p{
    padding-left: 1.5em;
    text-indent: -1.5em;
    font-size: 13px;
}
.modal_movie{
    position: relative;
    width:100%;
    height: auto;
    overflow: hidden !important;
}
#cboxLoadedContent video{
    width:100%;
    height: auto;
}
.movie_tab .tab{
    width: 25%;
    float:right;
    overflow:hidden;
}
.movie_tab .tab li{
    padding:10px 25px;
    margin-right:1px;
    cursor: pointer;
}
.movie_tab .tab li.select{
    background:#F9F9F9;
    border-left:1px solid #6A9B7F;
}
.movie_tab .content{
    position: relative;
    float:left;
    width:75%;
}
.movie_tab .content::after{
    position: absolute;
    content:'\E039';
	font-family: "Material Icons";
    z-index: 2;
    top:50%;
    left:50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    pointer-events: none;
    font-size: 40px;
    color:#FFF;
}
.movie_tab .content li{
    background:#F9F9F9; 
    padding:20px;
}
.movie_tab .hide {display:none;}
/*-----------------------------------------------
  OTHER
-----------------------------------------------*/
#other{
    padding-bottom:60px;
}
#other .link_btn_bnr{
    width:100%;
    border-top:5px solid #F2F2F2;
    padding-top:60px;
}
#other .link_btn_bnr .link01{
    float:left;
    width:48%;
    background: #F6F6F6;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
#other .link_btn_bnr .link01 p,#other .link_btn_bnr .link02 p{
    float: left;
    font-size:16px;
    width: 35%;
    padding-left: :10px;
    position: absolute;
    top: 50%;
    left:2%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#other .link_btn_bnr .link01 img,#other .link_btn_bnr .link02 img{
    float:right;
    display: block;
    margin:10px;
    width: 55%;
}

#other .link_btn_bnr .link02{
    float:right;
    width:48%;
    background: #F6F6F6;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

#other .button {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  border: 2px solid #fff;
  outline: none;
  transition: all .3s;
}
#other .button::before,
.button::after {
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  z-index: 2;
  content: '';
  transition: all .3s;
}
#other .button::before {
  border-top: 2px solid #6A9B7F;
  border-bottom: 2px solid #6A9B7F;
  transform: scale(0, 1);
}
#other .button::after {
  border-right: 2px solid #6A9B7F;
  border-left: 2px solid #6A9B7F;
  transform: scale(1, 0);
}
#other .button:hover {
  color: #6A9B7F;
}
#other .button:hover::after,
#other .button:hover::before {
  transform: scale(1);
}

/*-----------------------------------------------
  Contact content
-----------------------------------------------*/

#contact > p{
    text-align: center;
    font-size: 16px;
    color: #575757;
    line-height: 30px;
}
#contact .contact_img{
    margin-top:40px;
}
#contact .contact_img img{
    width:100%;
    height: auto;
}
#contact .showroom{
    position: relative;
    height:500px;
    width:100%;
}
#contact .sowroom_img{
    position: absolute;
    height:500px;
    width:100%;
    z-index: -1;
    top:0;
}
#contact .sowroom_img .img_left{
    height:500px;
    width:55%;
    position: absolute;
    top:0;
    left:0;
    background: url(../img/contact/img01.png) no-repeat center center;
    background-size: cover;
}
#contact .sowroom_img .img_right1{
    height:50%;
    width:45%;
    position: absolute;
    top:0;
    right:0;
    background: url(../img/contact/img01_2.png) no-repeat center center;
    background-size: cover;
}
#contact .sowroom_img .img_right2{
    height:50%;
    width:45%;
    position: absolute;
    bottom:0;
    right:0;
    background: url(../img/contact/img01_3.png) no-repeat center center;
    background-size: cover;
}
#contact .sowroom_img .img_right{
    position: absolute;
    right:0;
    top:0;
}
#contact .showroom_in{
    width: calc(50% - 50px);
    height:500px;
    margin-left:50px;
    display: table;
}
#contact .showroom_text{
    padding:0 40px;
    height:500px;
    background-color: rgba(255,255,255,0.9);
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
/* 202602変更| #contact .showroom_text h2 */
#contact .showroom_text .h3-title_showroom{
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "HGS明朝E", serif;
    font-size: 26px;
    color: #2F2F2F;
    line-height: 35px;
    position: relative;
    padding-bottom:50px;
}
/* 202602変更| #contact .showroom_text .h3-title_showroom::after */
#contact .showroom_text .h3-title_showroom::after{
    position:absolute;
    content: "";
    border-top:2px solid #71B267;
    width:30px;
    height: 2px;
    bottom:20px;
    left:50%;
    margin-left:-15px;
}
#contact .showroom_text p{
    font-size:16px;
}
#contact .showroom_text .bold{
    font-weight: bold;
    margin-bottom: 5px;
}


/*-----------------------------------------------
  Footer content
-----------------------------------------------*/
#footer{
    width:100%;
}
#footer .pagetop{
    background:#F1F1F1;
    height:70px;
    line-height: 70px;
    text-align: center;
}
#footer .pagetop a{
    display: block;
    width:100%;
    height: 100%;
}
#footer .copy{
    background:#3F3F3F;
    height:80px;
    line-height: 80px;
    text-align: center;
    color:#FFF;
    font-size: 12px;
}

/*-----------------------------------------------
  FORM
-----------------------------------------------*/
.form{
    position: relative;
    margin-top:20px;
    background:url(../img/contact/con4_img05.png) no-repeat ;
    background-size: cover;
    text-align: center;
    padding:60px 0;
}
.form::before{
    position:absolute;
    content:"";
    width:100%;
    height: 100%;
    opacity: 0.76;
    background: #6A9B7F;
    left:0;
    top:0;
}

/* 202602変更| .form h2 */
.form .h3-title_form{
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, "メイリオ", Meiryo, Verdana,Arial, Helvetica, sans-serif;
    font-size: 28px;
    color: #FFFFFF;
    line-height: 30px;
    margin-bottom:30px;
}
.form_in{
    position: relative;
    z-index: 2;
    color:#FFF;
}
.form_in .number{
    margin-top:15px;
}
.form_in .number span{
    font-size: 26px;
    color: #FFFFFF;
    letter-spacing: 1.08px;
    line-height: 25px;
    margin-right:10px;
}
.form_in .form_btn{
    width:800px;
    margin:0 auto;
    padding-top:30px;
}
.form_in .form_btn p{
    display: inline-block;
    width: 240px;
}

.form_in .form_btn a{
    position: relative;
    background:#E9E9E9;
    color:#6A9B7F;
    line-height: 40px;
}
.form_in .form_btn i{
    position: absolute;
    font-size:30px;
    right:10px;
    top:10%;
}

.form_in .button {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    outline: none;
    transition: all .3s;
}
.form_in .button::before,
.form_in .button::after {
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  z-index: 2;
  content: '';
  transition: all .3s;
}
.form_in  .button::before {
  border-top: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  transform: scale(0, 1);
}
.form_in .button::after {
  border-right: 2px solid #FFF;
  border-left: 2px solid #FFF;
  transform: scale(1, 0);
}
.form_in  .button:hover {
  color: #FFFFFF;
  background-color:inherit;
}
.form_in  .button:hover::after,
.form_in  .button:hover::before {
  transform: scale(1);
}


.showroom_text .show_btn{
    width: 240px;
    margin:0 auto;
    position: relative;
    color:#6A9B7F;
    line-height: 40px;
    
    color:#FFF;
}
.showroom_text a{
    display: block;
    width: 240px;
    height: 100%;
    position: relative;
    outline: none;
    transition: all .3s;
    color:#FFF;
    background:#6A9B7F;
}
.showroom_text  i{
    position: absolute;
    font-size:30px;
    right:10px;
    top:10%;
}
.showroom_text .button::before,
.showroom_text .button::after {
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  z-index: 2;
  content: '';
  transition: all .3s;
}
.showroom_text .button::before {
  border-top: 2px solid #6A9B7F;
  border-bottom: 2px solid #6A9B7F;
  transform: scale(0, 1);
}
.showroom_text .button::after {
  border-right: 2px solid #6A9B7F;
  border-left: 2px solid #6A9B7F;
  transform: scale(1, 0);
}
.showroom_text .button:hover {
  color: #6A9B7F;
  background-color:inherit;
}
.showroom_text .button:hover::after,
.showroom_text .button:hover::before {
  transform: scale(1);
}

/*-----------------------------------------------
  パンくずリスト
-----------------------------------------------*/
:root {
    --COLOR_BRAND_PRIMARY: #00664b;
}
.l-breadcrumb,
.l-content,
.l-footer,
.l-header {
    display: grid;
    gap: 0 20px;
    grid-template-columns: 1fr minmax(260px, 1280px) 1fr
}
.l-content__outer,
.l-footer__outer,
.l-header__outer,
.l-mainVisual {
    display: grid;
    gap: 0 20px;
    grid-column: 1/4;
    grid-template-columns: 1fr minmax(260px, 1280px) 1fr
}
.l-breadcrumb__inner,
.l-content__inner,
.l-footer__inner,
.l-header__inner,
.l-mainVisual__button,
.l-mainVisual__heading,
.l-navigationTop__inner {
    grid-column: 2/3
}
.l-breadcrumb {
    grid-area: breadcrumb
}
.l-breadcrumb__inner {
    padding: 16px 72px 16px 0
}
.l-breadcrumb__list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 12px
}
.l-breadcrumb__item {
    display: inline;
    font-size: 12px;
    list-style: none
}
.l-breadcrumb__item em {
    font-weight: 700;
}
.l-breadcrumb__item:not(:last-child):after {
    background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%207%209%22%3e%3cpath%20d%3d%22M0,0%2e395L5,4%2e281%200,8%2e395%22%20fill%3d%22none%22%20stroke%3d%22%238c8c7e%22%20stroke%2dwidth%3d%221%22%2f%3e%3c%2fsvg%3e");
    background-position: 55% 50%;
    background-repeat: no-repeat;
    background-size: 7px;
    content: "";
    display: inline-block;
    height: 9px;
    margin-left: 8px;
    width: 7px
}
.l-breadcrumb__link:any-link {
    color: var(--COLOR_FOREGROUND);
    text-decoration: none;
    transition: color var(--TRANSITION)
}
.l-breadcrumb__link:focus-visible {
    color: var(--COLOR_BRAND_PRIMARY)
}
.l-breadcrumb__link--home:focus-visible {
    text-decoration: none
}
.l-breadcrumb__link--home svg {
    margin-right: 4px;
    position: relative;
    top: 2px
}
.l-breadcrumb__inner>:first-child,
.l-content__inner>:first-child,
.l-footer__inner>:first-child,
.l-header__inner>:first-child,
.l-mainVisual__heading>:first-child,
.l-navigationTop__inner>:first-child,
body>:first-child {
    margin-top: 0
}
.l-breadcrumb__inner>:last-child,
.l-content__inner>:last-child,
.l-footer__inner>:last-child,
.l-header__inner>:last-child,
.l-mainVisual__heading>:last-child,
.l-navigationTop__inner>:last-child,
body>:last-child {
    margin-bottom: 0
}
.l-breadcrumb__link:where(:any-link, :enabled, summary):hover {
    color: var(--COLOR_BRAND_PRIMARY)
}
.l-breadcrumb__link--home:where(:any-link, :enabled, summary):hover {
    text-decoration: none
}
