@charset "UTF-8";

#title {
background-image: url("image/title.jpg");
}
@media screen and (min-width: 641px),print {
#copy {
max-width: 1200px;
width: 90%;
margin: 100px auto 0 auto;
}
#copy h2 {
font-weight: 700;
font-size: clamp(1rem, 0.773rem + 1.14vw, 1.625rem);
line-height: 1.8em;
padding-bottom: 0.3em;
margin-top: 2em;
}
#copy p {
font-weight: 400;
font-size: clamp(0.875rem, 0.693rem + 0.91vw, 1.375rem);
line-height: 1.8em;
color: #4c4c4c;
}
#copy p.note {
font-size: clamp(0.813rem, 0.744rem + 0.34vw, 1rem);
line-height: 1.8em;
}
#detail {
max-width: 1000px;
width: 90%;
margin: 150px auto 0 auto;
}
#detail dl {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
text-align: left;
font-size: clamp(0.813rem, 0.699rem + 0.57vw, 1.125rem);
line-height: 1.8em;
color: #595959;
border-bottom: 1px solid #B2B2B2;
margin: 0 0 70px 0;
width: 100%;
}
#detail dt {
max-width: 20%;
width: 22vw;
box-sizing: border-box;
background-color: #F4F4F4;
padding: 1em;
border-top: 1px solid #B2B2B2;
}
#detail dd {
max-width: 80%;
width: 78vw;
box-sizing: border-box;
padding: 1em 1.5em 1em 1.5em;
border-top: 1px solid #B2B2B2;
}

#contactBt ul {
width: 70%;
margin: 0px auto 0 auto;
}
#contactBt ul li.entry {
}
#contactBt ul li.entry:after {
content: '';
display: block;
width: 2.16vw;
height: 2.16vw;
max-width: 26px;
max-height: 26px;
background-image: url("../image/entry_point.png");
background-size: contain;
vertical-align: middle;
position: absolute;
top: -30%;
right: -5%;
}
#contactBt ul li.entry a,
#contactBt ul li.outline a{
text-decoration: none;
color: #FFF;
font-family: ryo-gothic-plusn, sans-serif;
font-weight: 700;
font-style: normal;
font-size: clamp(0.875rem, 0.716rem + 0.8vw, 1.313rem);
line-height: 1.2em;
background-color: #ff0000;
box-sizing: border-box;
padding: 1.5em 0 0.5em 0;
position: relative;
width: 100%;
display: grid;
place-content: center;
text-align: center;
}
#contactBt ul li.outline a {
font-size: clamp(1.125rem, 0.807rem + 1.59vw, 2rem);
background-color: #7f7f7f;
padding: 0.9em 0 0.9em 0;
}
#contactBt ul li.entry a b {
font-family: vina-sans, sans-serif;
font-weight: 400;
font-style: normal;
font-size: clamp(1.125rem, 0.489rem + 3.18vw, 2.875rem);
letter-spacing: 0.3em;
line-height: 0.1em;
}
#contactBt ul li.entry a:after {
content: '';
display: inline-block;
width: 32px;
height: 30px;
background-image: url("../image/icon_mail.png");
background-size: contain;
vertical-align: middle;
position: absolute;
top: 33%;
right: 5%;
}
#contactBt ul li.outline a:after {
content: '';
display: inline-block;
width: 32px;
height: 30px;
background-image: url("../image/icon_info.png");
background-size: contain;
vertical-align: middle;
position: absolute;
top: 33%;
right: 5%;
}
#contactBt ul li a:hover {
color: #FFF;
text-decoration: none;
background-color: #000000;
}
}

@media screen and (min-width: 0px) and (max-width: 640px) {
#copy {
width: 90%;
margin: 40px auto 0 auto;
}
#copy h2 {
font-weight: 700;
font-size: 18px;
line-height: 1.3em;
padding-bottom: 0.3em;
margin-top: 2em;
}
#copy p {
font-weight: 400;
font-size: 14px;
line-height: 1.3em;
color: #4c4c4c;
}
#copy p.note {
font-size: 13px;
line-height: 1.3em;
padding-top: 0.5em;
}
#detail {
width: 90%;
margin: 40px auto 0 auto;
}
#detail dl {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
text-align: left;
font-size: 16px;
line-height: 1.3em;
color: #595959;
border-bottom: 1px solid #B2B2B2;
margin: 0 0 30px 0;
width: 100%;
}
#detail dt {
width: 100%;
box-sizing: border-box;
background-color: #F4F4F4;
padding: 0.5em 1em 0.5em 0.7em;
border-top: 1px solid #B2B2B2;
}
#detail dd {
width: 100%;
box-sizing: border-box;
padding: 0.5em 1em 1em 0.7em;
border-top: 1px solid #B2B2B2;
}

#contactBt ul {
display: flex;
flex-wrap: nowrap;
justify-content: center;
margin: 0px auto 40px auto;
width: 90%;
}
#contactBt ul li {
width: 100%;
position: relative;
text-align: center;
}
#contactBt ul li.entry {
}
#contactBt ul li.entry a {
text-decoration: none;
color: #FFF;
font-family: ryo-gothic-plusn, sans-serif;
font-weight: 700;
font-style: normal;
font-size: 18px;
line-height: 1.2em;
background-color: #ff0000;
box-sizing: border-box;
padding: 1.5em 0 0.5em 0;
position: relative;
width: 100%;
display: grid;
place-content: center;
text-align: center;
}
#contactBt ul li.entry a {
padding: 1em 0 0.5em 0;
font-size: 15px;
line-height: 1em;
}
#contactBt ul li.entry a b {
font-family: vina-sans, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 28px;
letter-spacing: 0.3em;
line-height: 0.1em;
text-align: center;
}
#contactBt ul li.entry a:after {
content: '';
display: inline-block;
width: 17px;
height: 16px;
background-image: url("../image/icon_mail.png");
background-size: contain;
vertical-align: middle;
position: absolute;
top: 32%;
right: 5%;
}
}




