@charset "UTF-8";
/* CSS Document */
@media screen and (max-width:1200px){ 
  
}
  
 
@media screen and (max-width:1000px){
    
  .pc{
    display: none;
  }
  
  .sp{
    display: block !important;
  }
  
  
    body > div {
        padding: 0;
    }
  
  .mainhead{
    position: fixed;
    width: 100%;
    z-index: 99999;
  }
  
	/* Toggle Button */
	#nav-toggle {
		display: none;
		position: absolute;
		width: 40px;
        height: 40px;
		cursor: pointer;
		z-index:99999;
        background-size: cover;
        right: 10px;
        top: 10px;
	}
  
  .mainheadInner:after{
    content:" ";
    height: 66px;
    width: 66px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
  }
  
  .mainhead.max-top .header_wrap{
    background: none;
  }
.spMainMenu{
  display: block;
  margin-top: 40px;
  text-align: center;
}  
  
.spMainMenu p{
  margin-top: 10px;
  }
  
	
	.navFixed {
		display: block;
	}
    
	#nav-toggle div {
		position: relative;
        width: 40px;
	}
    
	#nav-toggle span {
		display: block;
		position: absolute;
		height: 2px;
		width: 100%;
		background: #ffffff;
		right: 0;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
	}
    
	#nav-toggle span:nth-child(1) {
		top: 10px;
	}
    
	#nav-toggle span:nth-child(2) {
		top: 22px;
	}
    
	#nav-toggle span:nth-child(3) {
		top: 34px;
	}
    
    .nav-in {
        padding: 0px;
    }
	   
    #global-nav {
        position: absolute;
        background: #EFEFEF;
        width: 100%;
        height: 100vh;
        text-align: left;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        right: -100%;
        top:0;
        z-index: 9999;
		box-sizing: border-box;
    }

    #nav-toggle {
        display: block;
    }
    
    .open #nav-toggle span:nth-child(1) {
        top: 18px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
      background: #000000;
    }
    
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    
    .open #nav-toggle span:nth-child(3) {
        top: 18px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
      background: #000000;
    }
    
    /* #global-nav ã‚¹ãƒ©ã‚¤ãƒ‰ã‚¢ãƒ‹ãƒ¡ãƒ¼ã‚·ãƒ§ãƒ³ */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 1;
    }
  
  .navWrap{
    position: relative;
    height: 100%;
    width: 100%;
  }
  
  .menu__logo{
    margin-left: 10px;
  }
  
  .menuBox {
    display: block;
    padding-top: 30px;
    width: calc(100% - 20px);
    margin: auto;
  }
  
  .menuBox li{
    margin: 0;
  }
  
  .menuBox li a:after {
    content:none;
  }

  .menuBox li a{
    color:#000000 !important;
    display: flex;
    justify-content: space-between;
    margin-left: 0;
    padding: 8px 0;
    font-size: 20px;
    text-align: center;
    align-items: center;
    width: 100%;
    font-weight: bold;
    border-bottom: 1px solid #000000;
  }
  
  .menuBox li a span{
    font-size: 12px
  }
  
  
  #global-nav .btn-wrap{
    display: grid !important;
    gap:30px;
    grid-template-columns: repeat(2,1fr);
    width: 320px;
    margin: auto;
    margin-top: 40px;
  }
  
  #global-nav .btn-wrap a{
    width: 100%;
    height: 40px;
    font-size: 13px;
  }

  #global-nav .linkbtn span {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    height: 22px;
    top: 8px;
    left: 12px;
    padding: 1px 6px;
    background: #ffffff;
    border-radius: 100px;
}
  
  #global-nav .linkbtn span svg{
    width: 12px;
    height: 12px;
}
  
/* main */  
.mainVisual__text-bg img {
    object-fit: contain;
    object-position: center;
    width: 90%;
    height: 840px;
}
  
h2.site-title {
    margin-top: 0;
    font-size: 72px;
    font-weight: 100 !important;
    writing-mode: vertical-rl;
    color: #ffffff;
    z-index: 5;
    line-height: 0.75em;
    position: absolute;
    bottom: 30px;
    right: 20px;
}
  
  h2.site-title span{
    font-size: 20px;
  }
  
.mainVisual {
    height: 735px;
}
  
.mainVisual__img {
    position: absolute;
    z-index: 3;
    height: 70%;
    left: 0;
    width: 90%;
}
  
.mainVisual__img img{
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}
  
:root {
    --pd: 40px;
} 

#lease .cont-title:before{
  content:" ";
  width: 80%;
  height: 1px;
  position: absolute;
  right: -30px;
  top: -60px;
  display: block;
  background: #000000;
  }
  
  #lease .cont-title:after {
      content: " ";
      width: 40px;
      height: 1px;
      position: absolute;
      right: -30px;
      top: 20px;
      display: block;
      background: #000000;
  } 
  
  #lease .cont-title{
    position: relative;
    z-index: 3;
  }
  
#lease .cont-title .lease-title01 {
    font-size: 40px;
  margin-right: 8px;
  margin-top: -15px;
}
  
  #lease .cont-title .lease-title03{
    display: none;
  }
  
#lease .cont-title .lease-title02 {
    font-size: 48px;
    color: #C4915E;
    display: inline-block;
    text-align: left;
    line-height: 0.6em;
    margin-top: 0;
}
  
#lease .cont-title .lease-title02 small{
  font-size: 15px;
  display: inline-block;
  }
  
  #lease .cont-title svg{
    width: 25px;
    height: 25px;
    margin-top: 0;
  }
  
  #lease .cont-title svg *{
    stroke:#C4915E;
  } 
  
#lease .cont-title {
    display: flex;
    gap: 20px;
    position: relative;
}  
  
.lease__img {
    position: absolute;
    top: 110px;
    right: 0;
    width: calc(100% - 50px);
    height: 230px;
    z-index: 0;
}
  
.lease__text {
    margin: 120px 0 40px;
  padding-right: 30px;
}
  
#lease .btn-wrap {
    display: block;
    gap: 30px;
    padding: 0;
}
  
.lease__img02 {
    position: relative;
    bottom: 0;
    left: -40px;
    width: 260px;
  margin-bottom: 50px;
}  
  
  
    #lease .btn-wrap {
        display: grid;
        gap: 30px;
        text-align: center;
      grid-template-columns: 1fr;
      padding-right: 30px;
    }  
  
  #lease .link-btn01,
  #lease .link-btn02{
    margin: auto;
  }
  
.u-content-full {
    padding: 30px;
}
  
  #lease{
    padding-top: 80px;
  }  
  
  .cont-title{
    margin-bottom: 20px;
  }  
  
.cont-title02 {
    font-size: 32px;
    color: #C4915E;
}
  
.cont-title01 {
    letter-spacing: 0.2em;
    font-size: 12px;
    margin-top: 0;
}
  
  #situation{
    margin-bottom: 100px;
  }  
  
#situation .cont-title {
    padding-right: 0;
    justify-content: flex-end;
  flex-wrap:wrap;
  gap: 0px;
}
  
#situation .cont-title span{
   display: block;
  width: 100%;
  text-align: right;
}
  
#situation .cont-title:after {
    content: " ";
    height: 1px;
    width: calc(100% - 185px);
    position: absolute;
    top: 40px;
    left: -30px;
    display: block;
    background: #000000;
}  
  
.situation__title {
    font-size: 30px;
    margin-bottom: 30px;
    margin-top: 15px;
    letter-spacing: 0;
}  
  
.situation__text {
    font-size: 14px;
    line-height: 2em;
    letter-spacing: 0;
}
  
.situation__cont {
    display: block;
    padding-right: 0;
}
  
.situation__list {
    display: grid;
    gap: 25px;
    grid-template-columns: 1fr;
  margin-top: 30px;
}
  
  .situation__item {
    display: flex;
    gap: 0;
    padding-top: 5px;
    position: relative;
    width: 100vw;
    left: -30px;
    
}
  
.situation__list-text {
    writing-mode: vertical-rl;
    font-size: 16px;
    position: relative;
    padding:15px 10px 0;
  letter-spacing: 0.2em;
}  

  
  .situation__item:nth-child(even) {
    flex-flow: row-reverse;
}
  
.situation__list-text:after {
    content: " ";
    height: 30px;
    width: 1px;
    background: #000000;
    left: 50%;
    top: -10px;
    position: absolute;
    display: block;
}
  
  .situation__item:before{
    content:" ";
    width: calc(100vw - 18px);
    display: block;
    height: 1px;
    background: #000000;
    top:-6px;
    position: absolute;
  }
  
#about .cont-title01 {
    margin-top: -30px;
}
  
#about .cont-title{
  position:relative;
  z-index: 3;
}  
  
  #about{
    position: relative;
  }  
  
  .about__cont-img{
    position: absolute;
    right: 0;
    top:-60px;
    z-index: 0;
    width: 150px;
  }
  
#about .cont-title:after {
    content: " ";
    display: block;
    width: 120px;
    height: 1px;
    position: absolute;
    right: initial;
    top: initial;
    background: #ffffff;
    left: -30px;
    bottom: -25px;
}
  
.about__cont01 {
    display: block;
}
  
.about__cont-box {
    padding-top: 35px;
    position: relative;
  z-index: 3;
}
  
  .sec03_img03{
    display: none;
  }
  
.about__cont02 {
    padding-top: 80px;
    padding-left: 0;
    display: block;
}
  
.sec03_img02 {
    position: absolute;
    top: initial;
    height: 350px;
    width: 180px;
    bottom: -40px;
    left: -30px;
}
  
  #about{
    padding-bottom: 135px;
  }
  
  .about__cont-text{
    font-size: 13px;
  }
  
  #product{
    padding-top: 50px;
    background: #ffffff;
  }
  
  #product .cont-title{
    flex-flow: row-reverse;
    text-align: right;
    margin-right: -20px;
    gap:10px;
  }
  
  #product .cont-title01 {
    margin-right: 0;
  }
  
#product .cont-title:after {
    content: " ";
    display: block;
    width: calc(100% - 220px);
    height: 1px;
    position: absolute;
    right: initial;
    top: 25px;
    background: #000000;
    left: -30px;
}
  
.product__pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}
  
.product__link {
    margin-top: 10px;
}
  
#melit {
  padding-top: 0;
  background: #ececec;
  padding-bottom: 0;
}

  .melit__cover{
    background-image: url("../images/sec05_bg-sp.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding:50px 30px;
  }
  
  #melit .cont-title{
    background: none;
    display: flex;
    text-align: left;
    padding-left: 10px;
    padding-top: 20px;
    margin-bottom: 0;
    position: relative;
  }  
  
  #melit .cont-title:after{
    content: " ";
    width: calc(100% - 180px);
    display: block;
    height: 1px;
    background: #000000;
    position: absolute;
    right: 0;
    top: 55px;
  }
  
  #melit .cont-title02{  
color:#C4915E;
    width: auto;
    }
  
  #melit .cont-title01 {
    position: initial;
    color: #000000;
    bottom: 0;
    writing-mode: vertical-rl;
    width: auto;
    margin-top: -80px;
  }
  
      #melit .cont-title {
        background: none;
        width: 100%;

    }
  
.melit__content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 55px;
    max-width: 860px;
    width: 100%;
    margin: auto;
    color: #ffffff;
}
  
.melit__box {
    border: none;
    border-radius: 0;
    padding: 0;
    position: relative;
  padding-left: 140px;
}
  
.melit__num {
    background: none;
    font-size: 32px;
    padding: 10px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    position: absolute;
        top: 60px;
        left: 55px;
  z-index: 2;
}
  
  .melit__icon{
    height: auto;
  }  
  
.melit__icon span{
    background: #000000;
    font-size: 32px;
    padding: 10px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    position: absolute;
    top: 30px;
    left: 20px;
  z-index: 0;
}
  
  .melit__title{
    text-align: left;
  }
  
#flow {
    background: #ececec;
}
  
  #flow .cont-title:before{
    display: none;
  }
  
  #flow .cont-title {
    text-align: left;
    position: relative;
    justify-content: flex-start;
    flex-wrap: inherit;
    gap: 10px;
    line-height: 0.5em;
    padding-left: 10px;
    margin-bottom: 30px;
}
  
  #flow .cont-title span {
    display: block;
    width: auto;
}
  
  #flow .cont-title:after {
    content: " ";
    height: 1px;
    width: calc(100vw - 219px);
    background: #000000;
    position: absolute;
    right: 0;
    top: 2px;
    display: block;
}
  
.flow__list {
    grid-template-columns: 1fr;
}
  
.flow__list-obj01 {
    position: absolute;
    height: 100vw;
    right: 45%;
    width: 41px;
    top: initial;
    transform: rotate(90deg);
    bottom: -51vw;
}
  
  .flow__list-obj02{
    display: none;
  }
  
.flow__list-num {
    font-size: 32px;
    width: 100%;
    text-align: center;
  padding-top: 20px;
}
  

.flow__list-heading {
    display: block;
    text-align: center;
    height: auto;
  position: absolute;
  left: 0;
  top:0;
  padding: 20px 10px;
  border-right: 1px solid #ffffff;
}  
  
.flow__list-title {
  writing-mode: vertical-rl;
}
  
.flow__list-title {
    font-size: 20px;
    letter-spacing: 0.2em;
    border-bottom:none;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  margin-top: 20px;
}
  
.flow__list-text {
    height: 200px;
    padding: 20px;
    padding-top: 10px;
    font-size: 12px;
    line-height: 2em;
    padding-left: 80px;
    padding-right: 50px;
} 
  
.flow__list-text br{
  display: none;
  }
  
  #flow .btn-wrap{
    display: flex !important;
    justify-content: center;
    text-align: center;
    margin: auto;
    margin-top: 20px;
  }
  
  #flow .btn-wrap a{
    width: 160px;
    height: 40px;
    font-size: 13px;
    display: inline-flex;
  }

  #flow .linkbtn span {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    height: 22px;
    top: 8px;
    left: 12px;
    padding: 1px 6px;
    background: #ffffff;
    border-radius: 100px;
}
  
 #flow .linkbtn span svg{
    width: 12px;
    height: 12px;
} 
  
  #flow{
    padding-bottom: 0;
  }  
  
.u-content-full02 {
    padding: 30px;
  width: 100%;
        box-sizing: border-box;
}
  
  #rates{
    background: #ececec;
  }
  
.rates__content {
    display: block;
}
  
.rates__table th span {
    display: inline-block;
    padding: 5px 14px;
}
  
.rates__table th, .rates__table td {
    padding: 10px 8px;
    border-bottom: 1px solid #000000;
    vertical-align: top;
}
  
.rates__box-item {
    padding: 8px;
  line-height: 1.2em;
}
  
.rates__box-title {
    padding-top: 30px;
    margin-bottom: 20px;
}
  
  #bonsai-news .u-content-full02{
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  } 
  
.bonsai-news__button-icon {
    position: relative;
    width: 8px;
    height: 8px;
}
  
.bonsai-news__button {
    width: 36px;
    height: 36px;
}
  
  .rates__box-listimage{
    height: 50px;
  }  
  
  .rates__box-listimage img{
    width:35px;
  }  
  
  #bonsai-news{
    background: #ececec;
    padding-bottom: 80px;
  }
  
  
  
#bonsai-news .cont-title {
    padding-right: 0;
    justify-content: flex-end;
    display: block;
    position: relative;
  padding-left: 10px;
  margin-bottom: 30px;
}
  
  #bonsai-news .cont-title01{
    position: absolute;
    left: 10px;
    bottom:-10px;
  }
  
#bonsai-news .cont-title:after {
    content: " ";
    height: 1px;
    width: calc(100% - 290px);
    position: absolute;
    top: 30px;
    left: initial;
    display: block;
    background: #000000;
    right: 0;
}
  
  .bonsai-news__date{
    font-size: 10px;
  }  
  
  .bonsai-news__title{
    font-size: 12px;
  }
  
  .bonsai-news__body{
    height: 90px;
  }
  
.bonsai-news__link {
    height: 40px;
    width: 170px;
    font-size: 12px;
    margin-top: 30px;
}
  
#form .cont-title {
    text-align: left;
    position: relative;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0;
    line-height: 2.25em;
    margin-bottom: 30px;
    padding-left: 30px;
}
  
  #form .cont-title:before{
    display: none;
  }
  
  #form .cont-title:after {
    content: " ";
    height: 1px;
    width: calc(100vw - 170px);
    background: #ffffff;
    position: absolute;
    right: 0;
    top: 20px;
    display: block;
}
  
#form {
    padding: 40px 0 80px;
}
  
  .form__box{
    padding:0 30px;
  }
  
.form__text {
    font-size: 12px;
}
  
  .form__box textarea{
    height: 200px;
  }
  
.main-footer__cont {
    background: #2F2F2F;
    padding-top: 97px;
    padding-bottom: 30px;
}
  
.main-footer__box {
    display: block;
    flex-flow: row-reverse;
    gap: 55px;
    max-width: 900px;
    width: 100%;
    margin: auto;
    z-index: 3;
    position: relative;
  padding: 0 30px;
}
  
.foot_bg {
    position: absolute;
    right: -60px;
    bottom: initial;
    z-index: 1;
    width: 280px;
    top: -120px;
}
  
.main-footer__logo, .main-footer__nav {
    width: 100%;
}  
  
  .main-footer__logo{
    text-align: center;
  }
  
  .main-footer__logo img{
    display: inline-block;
    width: 80%;
    margin-bottom: 60px;
  }
  
.main-footer__menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    font-size: 14px;
    width: 200px;
    margin: auto;
}

.main-foot__btnwrap {
    margin-top: 50px;
    width: 100vw;
    margin-left: -30px;
}
  
.main-foot__btn01 span,
.main-foot__btn02 span{
    left: 15px;  

    
  }
  
  .main-foot__btnwrap a{
    font-size: 13px;
  }

.main-foot__insta {
    position: initial;
  text-align: center;
  margin: 30px 0 40px;
  }

  .foot-ud{
    color:#ffffff;
    font-size: 12px;
    display: grid !important;
    gap:10px;
    grid-template-columns:50px 1fr;
  }
  
.main-footer__copy {
    padding: 10px 0;
}  
  

}
