@charset "utf-8";
/* lower css */

.fes_titlebox {
position: relative;
display: flex;
flex-direction: column;
align-items: center;
padding-bottom: 50px;
margin-bottom: 30px;
}
.fes_titlebox::after {
content: "";
display: block;
background-color: #C5B37F;
width: 15px;
height: 1px;
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
position: absolute;
}
.fes_titlebox dt {
font-size:1.2rem;
font-weight: 500;
letter-spacing: 0.4em;
line-height: 100%;
margin-bottom: 15px;
}
.fes_titlebox dd {
font-size: 2.2rem;
font-weight: 500;
letter-spacing: 0.4em;
}
.fes_txt {
line-height: 200%;
}
.sec_menu {
display: flex;
align-items: flex-end;
padding: 0 10px 20px 5px;
border-bottom: solid 1px #D2D2D2;
margin-top: 80px;
margin-bottom: 20px;
}
.sec_menu dt {
font-size: 2.2rem;
font-weight: 500;
margin-right: 15px;
letter-spacing: 0.2em;
line-height: 100%;
}
.sec_menu dd {
font-family: "Crimson Text", serif;
font-weight: 400;
color:#8E7742;
font-size: 1.4rem;
letter-spacing: 0.05em;
line-height: 100%;
}
.outline_box {
display: flex;
align-items: center;
padding: 30px 20px;
border-bottom: solid 1px #D2D2D2;
}
.outline_box dt {
width: 25%;
font-weight: 700;
}
.outline_box dd {
width: 75%;
font-weight: 500;
}
.content .link_btn_box {
margin-top: 50px;
}

@media all and (max-width : 767px ){
.fes_titlebox {
padding-bottom: 30px;
margin-bottom: 30px;
}
.fes_titlebox::after {
width: 10px;
}
.fes_titlebox dt {
letter-spacing: 0.2em;
margin-bottom: 10px;
}
.fes_titlebox dd {
font-size: 2.0rem;
letter-spacing: 0.3em;
}
.fes_txt {
font-size: 1.4rem;
line-height: 180%;
}
.sec_menu {
padding: 0 10px 15px 5px;
margin-top: 40px;
margin-bottom: 0px;
}
.sec_menu dt {
font-size: 1.6rem;
margin-right: 10px;
}
.sec_menu dd {
font-size: 1.2rem;
}
.outline_box {
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 20px 10px;
font-size: 1.4rem;
}
.outline_box dt {
width: 100%;
margin-bottom: 10px;
}
.outline_box dd {
width: 100%;
}
.content .link_btn_box {
margin-top: 25px;
}
}


/*-------------------------------------------------
アクセスマップ
-------------------------------------------------*/

.gmap {
height: 0;
overflow: hidden;
padding-bottom: 44.18%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
.gmap_wrap {
padding: 2px;
border: solid 1px #ddd;
}

@media all and (max-width : 767px ){
.gmap_wrap {
margin-top: 20px;
}
}