@charset "UTF-8";
#page #title {
background-image: url("image/title.jpg");
}
@media screen and (min-width: 641px),print {
#page #title .box h3 {
font-size: 24px;
position: relative;
color: #131d3d;
font-weight: 400;
}
#page #title .box h3 b {
color: #000;
font-size: 36px;
line-height: 1.8em;
font-weight: 500;
}
#plan {
background-image: url("../image/plan_bg.jpg");
background-repeat: repeat-y;
background-size: 100%;
padding-bottom: 50px;
}

#plan h4 {
font-size: clamp(16px,1.7vw,1.7vw);
line-height: 1.8em;
padding: 3em 0 0 0;
}
#plan #point {
max-width: 1200px;
margin: 5vw auto 0 auto;
}
#plan #point dl {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
position: relative;
}
#plan #point dl:after {
content: '';
display: block;
width: 164px;
height: 150px;
background-image: url("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: 400;
font-style: normal;
width: 32%;
margin: 0px auto 20px auto;
text-decoration: none;
position: relative;
}
#plan #point dl dd h5 {
font-size: clamp(16px,1.1vw,1.2vw);
line-height: 1.2em;
display: block;
color: #FFF;
background-color: #131d3d;
padding: 0.6em 1em 0.6em 1em;
}
#plan #point dl dd p {
font-size: clamp(14px,0.9vw,1.1vw);
line-height: 1.7em;
text-align: left;
padding: 0.6em 0em 0.6em 0em;
}

#plan .madori {
text-align: left;
max-width: 1200px;
margin: 5vw auto 100px auto;
}
#plan .madori ul.title {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
margin-bottom: 0px;
}
#plan .madori ul.title li {
}
#plan .madori ul.title li:nth-of-type(1) {
border-left: solid 5px #6c7584;
padding: 0em 0 0.1em 1em;
box-sizing: border-box;
}
#plan .madori ul.title li h5 {
font-size: clamp(18px,2vw,2vw);
line-height: 1.5em;
font-weight: 500;
font-style: normal;
}
#plan .madori ul.title li:nth-of-type(1) p {
font-size: clamp(16px,1.2vw,1.2vw);
line-height: 1.5em;
}
#plan .madori ul.title li.price {
font-size: clamp(14px,1.5vw,1.5vw);
line-height: 1.5em;
text-align: right;
}
#plan .madori ul.title li.price b {
font-size: clamp(20px,3vw,3vw);
line-height: 1.5em;
font-weight: 500;
color: #FF0000;
}

#plan .detail {
margin: 50px auto 50px auto;
display: none;
}
#plan .detail:nth-of-type(1) {
display: block;
}
#plan .detail dl {
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
width: 100%;
margin: 0px auto 0 auto;
}
#plan .detail dt {
max-width: 600px;
width: 60%;
text-align: center;
}
#plan .detail dd {
margin: 0px auto 0 auto;
text-align: center;
line-height: 0;
max-width: 500px;
width: 40%;
}
#plan .detail dd img {}
#plan .detail dd .photo {
margin: 0px auto 0 auto;
}
#plan .detail dd .kukaku {
margin: 40px auto 0 auto;
}
#plan .detail ul.photos {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 40px auto 0 auto;
}
#plan .detail ul.photos li {
line-height: 0;
margin-bottom: 30px;
}
#plan .detail ul.photos li img {}

#plan .view_bt {
width: 20vw;
margin: 30px auto 100px auto;
}
#plan .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.3em 0 0.3em 0;
align-items: center;
position: relative;
}
#plan .view_bt a:hover {
background-color: #131d3d;
}
#plan .view_bt a:not(.close)::after {
content: "";
position: absolute;
right: 5%;
top: 50%;
width: 12px;
height: 12px;
border-right: 2px solid #fff;
border-bottom: 2px solid #fff;
transform: translateY(-50%) rotate(45deg);
transition: transform 0.3s ease;
}
.view_bt a.close::before,
.view_bt a.close::after {
content: "";
position: absolute;
right: 5%;
top: 50%;
width: 20px;
height: 2px;
background: #fff;
transform-origin: center;
transition: transform 0.3s ease, opacity 0.2s ease;
}
.view_bt a.close::before { transform: translateY(-50%) rotate(45deg); }
.view_bt a.close::after  { transform: translateY(-50%) rotate(-45deg); }

#structural {
margin: 150px auto 0 auto;
}
#structural h4 {
font-size: 46px;
line-height: 1.5em;
font-weight: 600;
padding-bottom: 0.5em;
}
#structural p {
font-size: 24px;
line-height: 1.5em;
color: #131d3d;
}
#structural ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
margin: 100px auto 0 auto;
}
#structural li {
width: 50%;
line-height: 0;
text-align: left;
box-sizing: border-box;
}
#structural li:nth-of-type(2) {
font-size: 30px;
line-height: 1.8em;
padding: 0 5em 0 2em;
}
#structural li img {
width: 100%;
height: auto;
object-fit: cover;
}
#structural li p {
font-size: 20px;
line-height: 1.8em;
}
#structural li:nth-of-type(3) {
padding: 0 3em 0 5em;
}
}

@media screen and (min-width: 0px) and (max-width: 640px) {
#page #title .box h3 {
font-size: 14px;
position: relative;
color: #131d3d;
font-weight: 400;
}
#page #title .box h3 b {
color: #000;
font-size: 18px;
line-height: 1.5em;
font-weight: 500;
}

#plan {
width: 100%;
margin: 0px auto 0 auto;
background-image: url("../image/plan_bg.jpg");
background-repeat: repeat-y;
background-size: 100%;
padding-bottom: 20px;
}
#plan h4 {
font-size: 14px;;
line-height: 1.3em;
padding: 1em 1em 0 1em;
}
#plan #point {
width: 94%;
margin: 5vw 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("image/atelier_Kz.png");
background-size: contain;
vertical-align: middle;
position: relative;
margin: 0px auto 50px auto;
}
#plan #point dl dd {
font-family: shippori-mincho, sans-serif;
font-weight: 400;
font-style: normal;
width: 100%;
margin: 0px auto 1em auto;
text-decoration: none;
position: relative;
}
#plan #point dl dd h5 {
font-size: 16px;
line-height: 1.2em;
display: block;
color: #FFF;
background-color: #131d3d;
padding: 0.5em 0.5em 0.4em 0.5em;
}
#plan #point dl dd p {
font-size:14px;
line-height: 1.3em;
text-align: left;
padding: 0.6em 0em 0.6em 0em;
}

#plan .madori {
text-align: left;
max-width: 90%;
margin: 2vw auto 40px auto;
}
#plan .madori ul.title {
display: block;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
margin-bottom: 0px;
}
#plan .madori ul.title li {
}
#plan .madori ul.title li:nth-of-type(1) {
border-left: solid 3px #6c7584;
padding: 0em 0 0.1em 0.5em;
box-sizing: border-box;
}
#plan .madori ul.title li h5 {
font-size: 18px;
line-height: 1.3em;
font-weight: 500;
font-style: normal;
}
#plan .madori ul.title li:nth-of-type(1) p {
font-size: 14px;
line-height: 1.3em;
}
#plan .madori ul.title li.price {
font-size: 14px;
line-height: 1.3em;
text-align: right;
padding-top: 0.5em;
}
#plan .madori ul.title li.price b {
font-size: 26px;
line-height: 1.3em;
font-weight: 500;
color: #FF0000;
}

#plan .detail {
margin: 30px auto 30px auto;
display: none;
}
#plan .detail:nth-of-type(1) {
display: block;
}
#plan .detail dl {
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
width: 100%;
margin: 0px auto 0 auto;
}
#plan .detail dt {
max-width: auto;
width: 55%;
}
#plan .detail dd {
margin: 0px auto 0 auto;
text-align: center;
line-height: 0;
max-width: auto;
width: 40%;
}
#plan .detail dd img {}
#plan .detail dd .photo {
margin: 0px auto 0 auto;
}
#plan .detail dd .kukaku {
margin: 20px auto 0 auto;
}
#plan .detail ul.photos {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 20px auto 0 auto;
}
#plan .detail ul.photos li {
line-height: 0;
margin-bottom: 20px;
width: 48%;
}
#plan .detail ul.photos li img {}

#plan .view_bt {
width: 70%;
margin: 20px auto 50px auto;
}
#plan .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.5em 0 0.5em 0;
align-items: center;
position: relative;
}
#plan .view_bt a:hover {
background-color: #131d3d;
}
#plan .view_bt a:not(.close)::after {
content: "";
position: absolute;
right: 7%;
top: 45%;
width: 8px;
height: 8px;
border-right: 2px solid #fff;
border-bottom: 2px solid #fff;
transform: translateY(-50%) rotate(45deg);
transition: transform 0.3s ease;
}
.view_bt a.close::before,
.view_bt a.close::after {
content: "";
position: absolute;
right: 7%;
top: 50%;
width: 20px;
height: 2px;
background: #fff;
transform-origin: center;
transition: transform 0.3s ease, opacity 0.2s ease;
}
.view_bt a.close::before { transform: translateY(-50%) rotate(45deg); }
.view_bt a.close::after  { transform: translateY(-50%) rotate(-45deg); }

#structural {
margin: 50px auto 0 auto;
text-align: center;
}
#structural h4 {
font-size: 18px;
line-height: 1.5em;
font-weight: 600;
padding: 0 1em 0.5em 1em;
}
#structural p {
font-size: 14px;
line-height: 1.5em;
color: #131d3d;
}
#structural ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
margin: 40px auto 0 auto;
}
#structural li {
width: 100%;
line-height: 0;
text-align: left;
box-sizing: border-box;
}
#structural li:nth-of-type(2) {
font-size: 18px;
line-height: 1.5em;
padding: 1em;
text-align: center;
}
#structural li img {
width: 100%;
height: auto;
object-fit: cover;
}
#structural li p {
font-size: 14px;
line-height: 1.5em;
padding: 0 1em 1em 1em;
}
#structural li:nth-of-type(3) {
padding: 0 0em 0 0em;
}
}

