#top {}
#top h3 {
font-family: shippori-mincho, sans-serif;
font-weight: 500;
font-style: normal;
font-size: clamp(18px,1.2vw,1.2vw);
line-height: 1em;
text-align: left;
color: #7f7f7f;
width: 100%;
max-width: 1200px;
margin: 0px auto 0 auto;
}
#top h3 b {
color: #131d3d;
font-size: clamp(22px,2vw,2vw);
line-height: 1.5em;
font-family: proxima-sera, sans-serif;
font-weight: 400;
font-style: normal;
letter-spacing: 0.05em;
}
#top .view_bt {
width: 20vw;
margin: 0px auto 0 auto;
}
#top .view_bt a {
background-color: #6c7584;
color: #FFF;
border-radius: 100vh;
display: block;
text-align: center;
text-decoration: none;
font-size: clamp(14px,1.5vw,1.5vw);
line-height: 1.5em;
padding: 0.2em 0 0.3em 0;
}
#top .view_bt a:hover {
background-color: #131d3d;
}

#mainimage { opacity: 1; }
#mainimage dl { opacity: 0; } /* displayはGSAPで触る */
#mainimage {
padding: 0;
position: relative;
background-image: url("../image/main_bg.jpg");
background-size: cover;
min-height: calc(100vh - 115px);
height: 100vh;
}
#mainimage #opening {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translateY(-50%) translateX(-50%);
transform: translateY(-50%) translateX(-50%);
}
#mainimage #opening .logo {}
#mainimage #opening .text {
color: #FFF;
font-size: clamp(1rem, -0.143rem + 2.86vw, 2rem);
line-height: 1.8em;
margin: 1em auto 0 auto;
}
#mainimage dl {
width: 100%;
/*display: flex;*/
flex-wrap: wrap;
justify-content: space-between;
display: none;
height: 100%;
}
#mainimage dt {
background-image: url("../image/main_bg.jpg");
background-size: cover;
text-align: center;
width: 25%;
box-sizing: border-box;
padding: 0vw 2vw 0 2vw;
position: relative;
display: flex;
flex-direction: column;
justify-content: center; /* 縦中央 */
align-items: center;
}
#mainimage dt .logo {
text-align: center;
margin: 0px auto 0 auto;
width: 90%;
max-width: 70%;
}
#mainimage dt .logo img {
width: 100%;
height: auto;
}
#mainimage dt h2 {
color: #FFF;
text-align: center;
font-size: clamp(1rem, -0.143rem + 2.86vw, 2.5rem);
line-height: 1.6em;
margin: 4vw auto 0 auto;
}
#mainimage dd {
max-width: 100%;
width: 75%;
}
#mainimage dd img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}

#price {
background-color: #131d3d;
font-family: shippori-mincho, sans-serif;
font-weight: 400;
font-style: normal;
color: #FFF;
padding: 3.5vw 0 5vw 0;
}
#price h2 {
color: #FFF;
font-size: clamp(1.875rem, 0.446rem + 3.57vw, 3.125rem);
line-height: 1.5em;
padding: 1.5em 0em 1em 0em;
text-align: center;
width: 100%;
}
#price p.maincopy {
font-size: clamp(1rem, 0.714rem + 0.71vw, 1.25rem);
line-height: 1.7em;
margin-bottom: 3em;
}
#price p.maincopy:after {
content: "";
max-width: 600px;
border-top: 1px solid #727272;
display: block;
position: relative;
margin: 3em auto 0 auto;
}
#price h4 {
color: #b79478;
font-size: clamp(3.125rem, 1.696rem + 3.57vw, 4.375rem);
line-height: 1.7em;
}
#price h4 b {
font-size: clamp(5rem, 3.571rem + 3.57vw, 6.25rem);
}
#price p.area {
font-size: clamp(1.125rem, 0.554rem + 1.43vw, 1.625rem);
line-height: 1.7em;
}
#price dl {
text-align: center;
margin: 3em auto 0 auto;
max-width: 1200px;
width: 90%;
border: 1px solid #d1d1d1;
box-sizing: border-box;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
}
#price dt {
background-color: #d1d1d1;
color: #000;
font-size: clamp(1.125rem, 0.554rem + 1.43vw, 1.625rem);
line-height: 1.5em;
padding: 0.4em 0 0.4em 0;
width: 100%;
}
#price dd {
width: 50%;
color: #b79478;
font-size: clamp(0.875rem, 0.446rem + 1.07vw, 1.25rem);
line-height: 1.2em;
padding: 2em 0 1em 0;
}
#price dd:nth-of-type(1) {
border-right: 1px solid #d1d1d1;
box-sizing: border-box;
}
#price dd span {
font-size: clamp(1rem, -1.429rem + 6.07vw, 3.125rem);
line-height: 1.2em;
}
#price dd span b {
font-size: clamp(1.25rem, -2.321rem + 8.93vw, 4.375rem);
line-height: 1.3em;
}

#location {
margin: 100px auto 0 auto;
position: relative;
}
#location .body {
margin: 0px auto 0 auto;
max-width: 1200px;
width: 90%;
}
#location h4 {
color: #000;
font-size: clamp(1.875rem, 0.446rem + 3.57vw, 3.125rem);
line-height: 1.5em;
padding: 1.5em 0em 1.5em 0em;
text-align: center;
width: 100%;
}
#location p {
color: #000;
font-size: clamp(0.875rem, 0.739rem + 0.68vw, 1.25rem);
line-height: 1.7em;
padding: 0 0 0 0;
}
#location .gmap {
display: block;
line-height: 0;
margin: 100px auto 0 auto;
width: 100%;
}
#location #map{

}

#location ul.photos {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
max-width: 1200px;
width: 90%;
margin: 4vw auto 4vw auto;
}
#location ul.photos:after {
content:"";
display: block;
width:31.5%;
}
#location ul.photos li {
width: 31.5%;
line-height: 0;
margin-bottom: 1.5vw;
}
#location img {
width: 100%;
height: auto;
}
#location ul.photos li p {
text-align: left;
font-size: clamp(0.813rem, 0.744rem + 0.34vw, 1rem);
line-height: 1.5em;
padding: 0.5em 0 0 0;
}


#plan {
background-image: url("../image/plan_bg.jpg");
background-repeat: repeat-y;
background-size: 100%;
padding: 100px 0 50px 0;
}
#plan .body {
margin: 0px auto 0 auto;
max-width: 1200px;
width: 90%;
}
#plan h4 {
color: #131d3d;
font-size: clamp(1.5rem, 3.75vw, 2.813rem);
line-height: 1.5em;
padding: 1.5em 0em 1.5em 0em;
text-align: center;
width: 100%;
}
#plan p.subcopy {
color: #000;
font-size: clamp(1rem, 0.429rem + 1.43vw, 1.5rem);
line-height: 1.7em;
padding: 0 4.5em 0 4.5em;
}
#plan #madori {
margin: 0px auto 0 auto;
max-width: 1200px;
width: 90%;
}
#plan #madori dl {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 70px auto 0 auto;
}
#plan #madori dt {
max-width: 700px;
width:60%;
}
#plan #madori dt img {
width: 100%;
height: auto;
}
#plan #madori dd {
width: 38%;
text-align: left;
}
#plan #madori dd .details {
border-left: 5px solid #131d3d;
box-sizing: border-box;
padding: 0em 0 0.5em 1.4em;
}
#plan #madori dd .details h5 {
font-size: clamp(1.125rem, 0.268rem + 2.14vw, 1.875rem);
line-height: 2em;
}
#plan #madori dd .details p {
font-size: clamp(0.875rem, 0.446rem + 1.07vw, 1.25rem);
line-height: 1.7em;
}
#plan #madori dd .facilities {
margin: 40px 0 0 0;
}
#plan #madori dd .facilities h6 {
font-size: clamp(0.875rem, 0.446rem + 1.07vw, 1.25rem);
line-height: 2.5em;
}
#plan #madori dd .facilities p {
font-size: clamp(0.875rem, 0.589rem + 0.71vw, 1.125rem);
line-height: 1.7em;
background-color: #FFF;
padding: 1em;
}
#plan .photos {
margin: 50px auto 0 auto;
max-width: 1200px;
width: 90%;
}
#plan .photos ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#plan .photos ul li {
width: 48%;
text-align: left;
margin-bottom: 40px;
}
#plan .photos ul li img {
width: 100%;
height: auto;
}
#plan .photos ul li p {
font-size: clamp(0.875rem, 0.589rem + 0.71vw, 1.125rem);
line-height: 1.7em;
}

#plan #point {
width:90%;
max-width: 1200px;
margin: 50px auto 0 auto;
position: relative;
}
#plan #point dl {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#plan #point dl:after {
content: '';
display: block;
width: 164px;
height: 150px;
background-image: url("../plan/image/atelier_Kz.png");
background-size: contain;
vertical-align: middle;
position: absolute;
right: 10px;
bottom: 50px;
}
#plan #point dl dd {
font-family: shippori-mincho, sans-serif;
font-weight: 500;
font-style: normal;
width: 31%;
margin: 0px 0 25px 0;
text-decoration: none;
position: relative;
background-color: #131d3d;
color: #FFF;
border-radius: 100vh;
font-size: 20px;
line-height: 1.7em;
padding: 0.3em 0 0.4em 0;
box-sizing: border-box;
}
#plan #point dl dd:last-child {
font-size: 18px;
}

#overview {
width: 90%;
max-width: 1000px;
margin: 100px auto 0 auto;
}
#overview h3 {
text-align: center;
}
#overview dl {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
text-align: left;
font-size: 18px;
line-height: 1.7em;
color: #595959;
border-bottom: 1px solid #B2B2B2;
box-sizing: border-box;
margin: 50px 0 10px 0;
width: 100%;
}
#overview dt {
width: 20%;
max-width: 200px;
box-sizing: border-box;
background-color: #F4F4F4;
padding: 1em;
border-top: 1px solid #B2B2B2;
}
#overview dd {
width: 80%;
max-width: 800px;
box-sizing: border-box;
padding: 1em 1.5em 1em 1.5em;
border-top: 1px solid #B2B2B2;
}
#overview p {
text-align: right;
}

#quality {
background-image: url("../image/qualty_p1.jpg");
background-size: 50%;
background-position: right bottom;
padding: 7vw 0 6vw 0;
margin: 100px auto 0 auto;
}
#quality dl {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 75vw;
margin: 0px auto 0 auto;
}
#quality dl dt {
width: 45%;
text-align: left;
}
#quality dl dt h4 {
font-size: clamp(22px,2.6vw,2.6vw);
line-height: 1.5em;
font-family: shippori-mincho, sans-serif;
font-weight: 500;
font-style: normal;
padding: 1em 0 1em 0;
}
#quality dl dt p {
font-size: clamp(16px,1.3vw,1.3vw);
line-height: 1.8em;
}
#quality dl dt ul {
width: 31.25vw;
margin: 3.5vw 0 3.5vw 0;
}
#quality dl dt ul li {
text-align: center;
background-color: #131d3d;
outline: 1px solid rgb(99, 99, 99);
outline-offset:-5px;
font-size: clamp(14px,1.3vw,1.3vw);
line-height: 1.5em;
font-family: shippori-mincho, sans-serif;
font-weight: 600;
font-style: normal;
/*background-image: url("../image/qualty_point.png");*/
height: 3.75vw;
color: #FFF;
margin-bottom: 20px;
display: flex;
align-items: center;
justify-content: center;
}
#quality dl dd {
width: 50%;
}
#quality .view_bt {
margin: 0;
}


@media screen and (min-width: 0px) and (max-width: 640px) {
#page #title .box {
width: 80%;
}
#page #title .box h3 {
font-size: 20px;
position: relative;
text-align: center;
}
#page #title .box h3:before {
content: '';
display: block;
width: 200px;
height: 12px;
background-image: url("image/logo.png");
background-size: contain;
vertical-align: middle;
position: relative;
margin: 10px auto 10px auto;
text-align: center;
}

#overview {
width: 90%;
margin: 50px auto 0 auto;
}
#overview dl {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
text-align: left;
font-size: 16px;
line-height: 1.5em;
color: #595959;
border-bottom: 1px solid #B2B2B2;
margin: 0 0 10px 0;
width: 100%;
}
#overview dt {
width: 100%;
box-sizing: border-box;
background-color: #F4F4F4;
padding: 0.5em;
border-top: 1px solid #B2B2B2;
}
#overview dd {
width: 100%;
box-sizing: border-box;
padding: 1em 1em 1em 1em;
border-top: 1px solid #B2B2B2;
}
#overview p {
text-align: right;
}



#quality {
background-image: url("../image/qualty_p1.jpg");
background-size: 50%;
background-position: right bottom;
padding: 7vw 0 6vw 0;
}
#quality dl {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 75vw;
margin: 0px auto 0 auto;
}
#quality dl dt {
width: 50%;
text-align: left;
}
#quality dl dt h4 {
font-size: clamp(22px,2.6vw,2.6vw);
line-height: 1.5em;
font-family: shippori-mincho, sans-serif;
font-weight: 500;
font-style: normal;
padding: 1em 0 1em 0;
}
#quality dl dt p {
font-size: clamp(16px,1.3vw,1.3vw);
line-height: 1.8em;
}
#quality dl dt ul {
width: 31.25vw;
margin: 3.5vw 0 3.5vw 0;
}
#quality dl dt ul li {
text-align: center;
background-color: #131d3d;
outline: 1px solid rgb(99, 99, 99);
outline-offset:-5px;
font-size: clamp(14px,1.3vw,1.3vw);
line-height: 1.5em;
font-family: shippori-mincho, sans-serif;
font-weight: 600;
font-style: normal;
/*background-image: url("../image/qualty_point.png");*/
height: 3.75vw;
color: #FFF;
margin-bottom: 20px;
display: flex;
align-items: center;
justify-content: center;
}
#quality dl dd {
width: 50%;
}
#quality .view_bt {
margin: 0;
}

}