@charset "UTF-8";

#title {
background-image: url("image/title.jpg");
}
@media screen and (min-width: 641px),print {
#page p.explanation {
font-size: clamp(0.813rem, 0.653rem + 0.8vw, 1.25rem);
line-height: 1.8em;
text-align: center;
margin: 70px auto 0 auto;
max-width: 1200px;
width: 90%;
}

#list {
max-width: 1200px;
width: 90%;
margin: 70px auto 200px auto;
}
#list dl {
margin: 0px auto 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 100%;
}
#list dt {
display: block;
line-height: 0;
max-width: 600px;
width: 50%;
margin-bottom: 70px;
}
#list dt img {
aspect-ratio: 4 / 3;
width: 100%;
height: 100%;
object-fit: cover;
}
#list dd {
max-width: 600px;
width: 50%;
background-color: #f4f4f4;
text-align: left;
box-sizing: border-box;
padding: 2.5em;
margin-bottom: 70px;
}
#list dd h4 {
text-align: left;
font-weight: 500;
font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);
line-height: 1.8em;
}
#list dd p.name {
font-weight: 700;
font-size: clamp(1.125rem, 0.943rem + 0.91vw, 1.625rem);
line-height: 1.8em;
}
#list dd p.comment {
color: #4c4c4c;
font-size: clamp(0.813rem, 0.744rem + 0.34vw, 1rem);
line-height: 1.8em;
padding: 1em 0 2em 0;
}
#list dd p.bt {
max-width: 380px;
width: 70%;
margin: 0px auto 0 auto;
}

#detail {}
#detail p.comment {
color: #4c4c4c;
font-weight: 400;
font-size: clamp(1.125rem, 1.034rem + 0.45vw, 1.375rem);
line-height: 2.2em;
max-width: 1200px;
width: 90%;
margin: 70px auto 70px auto;
}
#detail .photo1 {
text-align: right;
max-width: 1500px;
width: 100%;
margin: 0px 0 80px auto;
display: block;
height: 500px;
}
#detail .photo1 img,
#detail .photo2 img{
width: 100%;
height: auto;
}
#detail .photo2 {
text-align: left;
max-width: 1500px;
width: 100%;
margin: 0px auto 80px 0;
background-color: #C0C0C0;
display: block;
height: 500px;
}
#detail .box {
margin: 0px auto 80px auto;
max-width: 1200px;
width: 90%;
}
#detail .box h4 {
font-size: clamp(1.25rem, 1.114rem + 0.68vw, 1.625rem);
line-height: 1.8em;
font-weight: 700;
padding: 0 0 0.5em 0;
}
#detail .box h5 {
font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
line-height: 1.8em;
font-weight: 700;
padding: 0 0 0.5em 0;
}
#detail .box p {
color: #4c4c4c;
font-weight: 400;
font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);
line-height: 1.8em;
padding: 0 0 3em 0;
}
#detail dl {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#detail dl dt {
width: 50%;
background-color: #000000;
color: #FFF;
box-sizing: border-box;
padding: 3em 2em 0 10%;
}
#detail dl dt h6 {
font-size: clamp(1.125rem, 0.716rem + 2.05vw, 2.25rem);
line-height: 1.8em;
font-weight: 700;
padding-bottom: 1em;
}
#detail dl dt p {
font-size: clamp(1rem, 0.864rem + 0.68vw, 1.375rem);
line-height: 2.2em;
font-weight: 500;
}
#detail dl dd {
width: 50%;
line-height: 0;
display: block;
background-color: #C0C0C0;
height: 600px;
}
#detail dl dd img {
aspect-ratio: 4 / 3;
width: 100%;
height: 100%;
object-fit: cover;
}
}


@media screen and (min-width: 0px) and (max-width: 640px) {
#page p.explanation {
font-size: 14px;
line-height: 1.3em;
text-align: center;
margin: 20px auto 0 auto;
width: 90%;
}

#list {
width: 90%;
margin: 40px auto 50px auto;
}
#list dl {
margin: 0px auto 0 auto;
width: 100%;
}
#list dt {
display: block;
line-height: 0;
}
#list dt img {
aspect-ratio: 16 / 9;
width: 100%;
height: 100%;
object-fit: cover;
}
#list dd {
background-color: #f4f4f4;
text-align: left;
box-sizing: border-box;
padding: 1em;
margin-bottom: 40px;
}
#list dd h4 {
text-align: left;
font-weight: 500;
font-size: 16px;
line-height: 1.3em;
}
#list dd p.name {
font-weight: 700;
font-size: 18px;
line-height: 1.3em;
}
#list dd p.comment {
color: #4c4c4c;
font-size: 14px;
line-height: 1.3em;
padding: 1em 0 2em 0;
}
#list dd p.bt {
width: 70%;
margin: 0px auto 1em auto;
}

#detail {}
#detail p.comment {
color: #4c4c4c;
font-weight: 400;
font-size: 15px;
line-height: 1.3em;
width: 90%;
margin: 20px auto 30px auto;
}
#detail .photo1 {
text-align: right;
width: 100%;
margin: 0px 0 30px auto;
display: block;
}
#detail .photo1 img,
#detail .photo2 img{
width: 100%;
height: auto;
}
#detail .photo2 {
text-align: left;
width: 100%;
margin: 0px auto 30px 0;
background-color: #C0C0C0;
display: block;
height: 200px;
}
#detail .box {
margin: 0px auto 0px auto;
width: 90%;
}
#detail .box h4 {
font-size: 18px;
line-height: 1.3em;
font-weight: 700;
padding: 0 0 0.5em 0;
}
#detail .box h5 {
font-size: 16px;
line-height: 1.3em;
font-weight: 700;
padding: 0 0 0.5em 0;
}
#detail .box p {
color: #4c4c4c;
font-weight: 400;
font-size: 14px;
line-height: 1.3em;
padding: 0 0 3em 0;
}
#detail dl {
display: flex;
flex-wrap: wrap;
}
#detail dl dt {
order: 1;
width: 100%;
background-color: #000000;
color: #FFF;
box-sizing: border-box;
padding: 1.5em 1em 1.5em 1em;
}
#detail dl dt h6 {
font-size: 18px;
line-height: 1.3em;
font-weight: 700;
padding-bottom: 1em;
}
#detail dl dt p {
font-size: 16px;
line-height: 1.3em;
font-weight: 500;
}
#detail dl dd {
width: 100%;
line-height: 0;
display: block;
background-color: #C0C0C0;
}
#detail dl dd img {
aspect-ratio: 16 / 9;
width: 100%;
height: 100%;
object-fit: cover;
}
}


