@charset "UTF-8";
/* CSS Document */

/* basefont */
:root {
  --subtitle-font2: "Cinzel", serif;
}


body {
	min-width: 0px;
    background-color: #000;
}

.maincontents-inner {
    padding-top: 0px;
}

.maincontents-inner .box-title h2 {
    font-family: var(--subtitle-font2);
    font-weight: var(--base-font-weight);
    color: #FFF;
    font-size: 5.5vw;
line-height: 1.1;
    margin-bottom: 1.5vw;
}

.maincontents-inner .box-title h3 {
    font-family: var(--title-font);
    font-weight: var(--base-font-weight0);
     font-size: 2.2vw;
    color: #FFF;
line-height: 1.4;
letter-spacing: 0.05em;
}

.maincontents-inner p {
   font-size: 1vw;
    color: #FFF;
}

@media screen and (min-width: 1601px) {
    
.maincontents-inner .box-title h2 {
    font-size: 86px;
}

.maincontents-inner .box-title h3 {
     font-size: 37px;
}

.maincontents-inner p {
   font-size: 16px;
}

}

.maincontents-inner .layout-85 {
    max-width: 85%;
}

/* contents01 */

.maincontents-inner section.contents01 {
	width: 100%;
    background-image: url("../../images/bonsai/back01.png");
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
    padding: 8vw 0px;
    margin-bottom: 0px;
    position: relative;
}

/* contents03 */

.contents03 .box-text {
    text-align: center;
}

/* contents04 */

.contents04 {
	width: 100%;
    background-image: url("../../images/bonsai/back03.jpg");
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
    padding: 6vw 0px;
    text-align: center;
}

.contents04 .box-title h2, .contents04 .box-title h3 {
	color: #FFF;
}


/* layout01 */

.layout01 {
    max-width: 80%;
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
}

.layout01 .box-detail {
	width: 55%;
    padding-top: 3vw;
}

.layout01 .box-img {
	width: 38%;
}

.layout01 h2 img {
    width: 70%;
}

.layout01 h3 {
    font-family: var(--title-font);
    font-weight: var(--base-font-weight0);
    font-size: 3.3vw;
    color: #FFF;
line-height: 1.4;
letter-spacing: 0.1em;
    text-indent: -2vw;
    padding: 2.2vw 0px;
}

@media screen and (min-width: 1601px) {
    
.layout01 h2 img {
    max-width: 470px;
}

.layout01 h3 {
    font-size: 48px;
}

}


/* layout02 */

.layout02 .box {
    display: flex;
  justify-content: flex-end;
flex-wrap: wrap;
    gap:0px 5%;
    padding: 6vw 0px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
    position: relative;
}

.layout02 .box:nth-child(1) {
    background-image: url("../../images/bonsai/back-bonsai01.png");
}

.layout02 .box:nth-child(2) {
    background-image: url("../../images/bonsai/back-bonsai02.png");
}

.layout02 .box:nth-child(3) {
    background-image: url("../../images/bonsai/back-bonsai03.png");
}

.layout02 .box:nth-child(4) {
    background-image: url("../../images/bonsai/back-bonsai04.png");
}

.layout02 .box:nth-child(even) {
    flex-direction: row-reverse;
}

.contents01::before, .layout02 .box::before {
    content: "";
	position: absolute;
top: 0px;
	width: 1px;
	height: 100%;
    display: block;
    background-color: rgba(255,255,255,0.5);
}

.layout02 .box:nth-child(odd)::before {
right: 5%;
}

.contents01::before, .layout02 .box:nth-child(even)::before {
left: 5%;
}

.layout02 .box:nth-child(4)::before {
height: 50%;
}

.layout02 .box::after {
    content: "";
	position: absolute;
left: 5%;
top: 0px;
	width: 90%;
	height: 1px;
    display: block;
    background-color: rgba(255,255,255,0.5);
}

.layout02 .box-detail {
    width: 44%;
    padding-top: 5vw;
    position: relative;
}

.layout02 .box:nth-child(odd) .box-detail {
    padding-left: 5%;
}

.layout02 .box:nth-child(even) .box-detail {
    padding-left: 2%;
    padding-right: 5%;
}

.layout02 .box-img {
    width: 48%;
    position: relative;
}

.layout02 .box-img .box-box:not(:last-child) {
    margin-bottom: 1vw;
}

.layout02 .box-detail h3 {
    margin-bottom: 3vw;
    padding-bottom: 3vw;
     border-bottom-style : solid;
border-color : rgba(255, 255, 255, 0.5);
border-width : 1px;
}

.layout02 .box-detail p {
   letter-spacing: 0em;
}

.layout02 .box-detail ul {
   padding: 2vw 0px;
}

.layout02 .box-detail ul li {
   font-size: 1.2vw;
color: #FFF;
line-height: 1.8;
}

@media screen and (min-width: 1601px) {
    
.layout02 .box-detail ul li {
   font-size: 21px;
}

}


/* layout03 */

.layout03 {
    width: 100%;
    background-image: url("../../images/bonsai/back02.jpg");
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
    position: relative;
    padding: 4.5vw 8%;
}

.layout03::before {
    content: "";
	position: absolute;
right: 0px;
bottom: 6vw;
	width: 55%;
	height: 1px;
    display: block;
    background-color: rgba(255,255,255,0.5);
}

.layout03 .box-title h2, .layout03 .box-title h3, .contents03 .box-text h3 {
    color: #FFF;
}

.contents03 .box-text h3, .layout03 h4 {
    font-family: var(--title-font);
    font-weight: var(--base-font-weight0);
     font-size: 2.5vw;
line-height: 1.2;
letter-spacing: 0.05em;
}

.layout03 p {
    padding-top: 1.5vw;
letter-spacing: 0em;
}

@media screen and (min-width: 1601px) {
    
.contents03 .box-text h3, .layout03 h4 {
     font-size: 38px;
}

}


/* layout04 */

.layout04 {
    display: flex;
  justify-content: flex-start;
flex-wrap: wrap;
    gap:2vw 4%;
}

.layout04 .box {
	width: 30.6%;
}

.layout04 .box-detail, .layout04 .box-text {
	padding-top: 1.5vw;
}

.layout04 .box-text:not(:last-child) {
	padding-bottom: 1.5vw;
    border-bottom-style : solid;
border-color : rgba(0, 0, 0, 0.5);
border-width : 1px;
}

.layout04 h4 {
    font-size: 1.2vw;
line-height: 1.6;
letter-spacing: 0.05em;
font-weight: 300;
    color: #FFF;
}

@media screen and (min-width: 1601px) {
.layout04 h4 {
    font-size: 23px;
}

}

/* box-record */

.box-record {
    width: 100%;
    padding-top: 3vw;
}

.box-record .box {
    padding: 0px 1vw;
}

/* layout06 */

.layout06 {
    text-align: center;
}

.layout06 .box-text {
   padding: 2vw 0px 4vw
}

.layout06 .box-detail {
    display: flex;
  justify-content: space-between;
flex-wrap: wrap;
}

.layout06 .box-detail .box {
    width: 49.5%;
    position: relative;
}

.layout06 .box-detail .box-img {
    position: relative;
}

.layout06 .box-detail .box-img::before {
    content: "";
	position: absolute;
left: 0px;
top: 0px;
    display: block;
	width: 100%;
	height: 100%;
    background-color: #000;
    opacity: 0.7;
    mix-blend-mode: multiply;
}

.layout06 .box-detail .box-price {
    position: absolute;
left: 0px;
top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
    flex-direction: column;
    z-index: 1;
}

.layout06 h5, .layout06 h6 {
    color: #FFF;
}

.layout06 h5 {
    font-family: var(--subtitle-font2);
    font-weight: var(--base-font-weight);
    font-size: 5vw;
line-height: 0.9;
    margin-bottom: 1vw;
}

.layout06 h6 {
    font-family: var(--title-font);
    font-weight: var(--base-font-weight0);
     font-size: 2vw;
line-height: 1.4;
letter-spacing: 0.05em;
}

@media screen and (min-width: 1601px) {
.layout06 h5 {
    font-size: 62px;
}

.layout06 h6 {
     font-size: 32px;
}
}


.sp-view {
	display: none;
}
