#top {
text-align: center;
}
#top h3 {
font-family: shippori-mincho, sans-serif;
font-weight: 500;
font-style: normal;
font-size: 14px;
line-height: 1.5em;
text-align: center;
color: #7f7f7f;
width: 100%;
margin: 0px auto 0 auto;
}
#top h3 b {
color: #131d3d;
font-size: 26px;
line-height: 1.2em;
font-family: proxima-sera, sans-serif;
font-weight: 200;
font-style: normal;
letter-spacing: 0.05em;
}
#top .view_bt {
width: 40%;
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: 16px;
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: 170px;
}
#mainimage #opening {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
margin: 0px auto 0 auto;
width: 100%;
}
#mainimage #opening .logo {
}
#mainimage #opening .logo img {
height: 80px;
width: auto;
}
#mainimage #opening .text {
color: #FFF;
font-size: 15px;
line-height: 1.3em;
margin: 0.5em auto 0 auto;
padding: 0 1em 0 1em;
}
#mainimage dl {
width: 100%;
/*display: flex;*/
flex-wrap: wrap;
justify-content: space-between;
display: none;
}
#mainimage dt {
background-image: url("../image/main_bg.jpg");
background-size: cover;
text-align: center;
max-width: 30%;
width: 30%;
box-sizing: border-box;
padding: 1em 0em 0.5em 0em;
}
#mainimage dt .logo {
text-align: center;
margin: 0px auto 0 auto;
width: 75%;
}
#mainimage dt .logo img {
max-width: 100%;
width: 100%;
height: auto;
}
#mainimage dt h2 {
color: #FFF;
text-align: center;
font-size: 13px;
line-height: 1.3em;
margin: 1em 0.5em 0 0.5em;
}
#mainimage dt h2 br {
display: none;
}
#mainimage dd {
max-width: 70%;
width: 70%;
}
#mainimage dd img {
width: auto;
height: 100%;
object-fit: cover;
}

#price {
background-color: #131d3d;
font-family: shippori-mincho, sans-serif;
font-weight: 400;
font-style: normal;
color: #FFF;
padding: 2em 0 2em 0;
}
#price h2 {
color: #FFF;
font-size: 20px;
line-height: 1.3em;
padding: 1em 1em 1em 1em;
text-align: center;
}
#price p.maincopy {
font-size: 14px;
line-height: 1.3em;
margin-bottom: 2.5em;
padding: 0 1em 0 1em;
}
#price p.maincopy:after {
content: "";
max-width: 90%;
border-top: 1px solid #727272;
display: block;
position: relative;
margin: 2em auto 0 auto;
}
#price h4 {
color: #b79478;
font-size: 20px;
line-height: 1.3em;
}
#price h4 b {
font-size: 40px
}
#price p.area {
font-size: 16px;
line-height: 1.3em;
padding-top: 0.5em;
}
#price dl {
text-align: center;
margin: 2em auto 0 auto;
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: 16px;
line-height: 1.3em;
padding: 0.4em 1em 0.4em 1em;
width: 100%;
box-sizing: border-box;
}
#price dd {
width: 50%;
color: #b79478;
font-size:14px;
line-height: 1.2em;
padding: 1em 1em 1em 1em;
box-sizing: border-box;
}
#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: 50px auto 0 auto;
position: relative;
}
#location .body {
margin: 0px auto 0 auto;
max-width: 100%;
width: 90%;
}
#location h4 {
color: #000;
font-size: 26px;
line-height: 1.3em;
padding: 1.5em 0.5em 1.5em 0.5em;
text-align: center;
}
#location p {
color: #000;
font-size: 14px;
line-height: 1.3em;
padding: 0 0 0 0;
}
#location .gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
margin: 50px auto 0 auto;
}
#location #map{
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
background:#e5e7eb; /* 読み込み前の下地（map内グレー） */
}

#location ul.photos {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
max-width: 100%;
width: 90%;
margin: 20px auto 4vw auto;
}
#location ul.photos:after {
content:"";
display: block;
width:48%;
}
#location ul.photos li {
width: 48%;
line-height: 0;
margin-bottom: 1em;
}
#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.3em;
padding: 0.5em 0 0 0;
}

#plan {
background-image: url("../image/plan_bg.jpg");
background-repeat: repeat-y;
background-size: 100%;
padding: 50px 0 50px 0;
}
#plan .body {
margin: 0px auto 0 auto;
max-width: 100%;
width: 90%;
}
#plan h4 {
color: #131d3d;
font-size: 26px;
line-height: 1.3em;
padding: 1.5em 0.5em 1.5em 0.5em;
text-align: center;
}
#plan p.subcopy {
color: #000;
font-size: 14px;
line-height: 1.3em;
padding: 0 1em 0 1em;
}
#plan #madori {
margin: 0px auto 0 auto;
max-width: 100%;
width: 90%;
}
#plan #madori dl {
margin: 50px auto 0 auto;
}
#plan #madori dt {
max-width: 100%;
width:100%;
}
#plan #madori dt img {
width: 100%;
height: auto;
}
#plan #madori dd {
width: 100%;
text-align: left;
padding: 1em 0 0 0;
}
#plan #madori dd .details {
border-left: 5px solid #131d3d;
box-sizing: border-box;
padding: 0em 0 0.5em 1em;
}
#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: 20px 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.3em;
background-color: #FFF;
padding: 0.7em;
}
#plan .photos {
margin: 30px auto 0 auto;
max-width: 100%;
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: 14px;
line-height: 1.3em;
}

#plan #point {
width:90%;
max-width: 100%;
margin: 0px auto 0 auto;
position: relative;
}
#plan #point dl {
}
#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: 100%;
margin: 0px 0 0.5em 0;
text-decoration: none;
position: relative;
background-color: #131d3d;
color: #FFF;
border-radius: 100vh;
font-size: 18px;
line-height: 1.3em;
padding: 0.3em 0 0.4em 0;
box-sizing: border-box;
}
#plan #point dl dd:nth-child(1) {
background-color: #890934;
}
#plan #point dl dd:last-child {
font-size: 16px;
}

#overview {
width: 90%;
max-width: 100%;
margin: 50px auto 50px auto;
}
#overview h3 {
text-align: center;
}
#overview dl {
text-align: left;
font-size: 16px;
line-height: 1.3em;
color: #595959;
border-bottom: 1px solid #B2B2B2;
box-sizing: border-box;
margin: 50px 0 10px 0;
width: 100%;
}
#overview dt {
width: 100%;
max-width: 100%;
box-sizing: border-box;
background-color: #F4F4F4;
padding: 0.4em;
border-top: 1px solid #B2B2B2;
}
#overview dd {
width: 100%;
max-width: 100%;
box-sizing: border-box;
padding: 0.5em 1em 1em 0.5em;
border-top: 1px solid #B2B2B2;
}
#overview p {
text-align: right;
}


#quality {
background-image: url("../image/qualty_p1.jpg");
background-size: 28%;
background-position: right top;
padding: 2em 0 2em 0;
}
#quality h3 {
text-align: left;
}
#quality dl {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 90%;
margin: 0px auto 0 auto;
}
#quality dl dt {
width: 100%;
text-align: left;
}
#quality dl dt h4 {
font-size:18px;
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: 14px;
line-height: 1.5em;
}
#quality dl dt p br {
display: none;
}
#quality dl dt ul {
width: 100%;
margin: 20px 0 20px 0;
}
#quality dl dt ul li {
text-align: center;
background-color: #131d3d;
outline: 1px solid rgb(99, 99, 99);
outline-offset:-5px;
font-size: 16px;
line-height: 1.5em;
font-family: shippori-mincho, sans-serif;
font-weight: 600;
font-style: normal;
height: 40px;
color: #FFF;
margin-bottom: 10px;
display: flex;
align-items: center;
justify-content: center;
}
#quality dl dd {
width: 100%;
}
#quality .view_bt {
margin: 0px auto 0 auto;
}

#message {
background-image: url("../image/message.jpg");
background-size: 28%;
background-position: right top;
padding: 20px 0 20px 0;
}
#message h3 {
text-align: left;
}
#message dl {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 90%;
margin: 0px auto 0 auto;
}
#message dl dt {
width: 100%;
}
#message dl dd {
width: 100%;
text-align: left;
padding: 0 0 0 0em;
box-sizing: border-box;
}
#message dl dd h4 {
font-size:18px;
line-height: 1.5em;
font-family: shippori-mincho, sans-serif;
font-weight: 500;
font-style: normal;
padding: 1em 0 1em 0;
}
#message dl dd p {
font-size: 14px;
line-height: 1.5em;
}




