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

        PCサイト用

******************************************************/
@media screen and (min-width: 768px) {


/******************************************************/
/* about  */
/******************************************************/
#about {
    padding: 56px 0 80px;
}
#about dl {
    display: flex;
    align-items: center;
}
#about dt {
    width: 550px;
}
#about dt img {
}
#about dd {
    padding-left: 87px;
}
#about dd h2 {
    border-bottom: 2px solid #555555;
    display: table;
    line-height: 1;
    padding-bottom: 6px;
    margin-bottom: 32px;
}
#about dd p {
    line-height: 2.1;
    letter-spacing: 0.08em;
}


/******************************************************/
/* info  */
/******************************************************/
#info {
    background: #f8f5f3 url(../images/top/top_bg.jpg);
    padding: 64px 0 80px;
}
#info .inbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#info .lbox {
    width: 440px;
}
#info #time {
    background: #2ea7d9;
    color: #ffffff;
    border-radius: 5px;
    padding: 20px 25px;
}
#info #time table {
    border: none;
    width: 100%;
}
#info #time th,
#info #time td {
    border: none;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.25;
}
#info #time tbody th,
#info #time tbody td {
    border-top: 1px solid #ffffff;
}
#info #time + p {
    font-size: 1.3rem;
    line-height: 1.45;
    text-align: right;
    margin-top: 16px;
}
#info dl.online {
    border: 2px solid #d5c8b7;
    margin-top: 30px;
    padding: 20px;
}
#info dl.online dt {
    border-bottom: 2px solid #7d6d5a;
    color: #69543b;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.45;
    letter-spacing: 0.08em;
    display: table;
    margin: 0 auto 2px;
}
#info dl.online dd {
    display: table;
    margin: auto;
}
#info dl.online dd p {
    color: #503f2a;
    font-size: 1.4rem;
    line-height: 1.55;
    letter-spacing: 0.02em;
    text-align: center;
    margin-top: 12px;
}
#info dl.online .btn a {
    background: #f59472;
    color: #ffffff;
    font-size: 1.8rem;
    line-height: 1;
    display: block;
    text-align: center;
    text-decoration: none;
}
#info dl.online .btn a span {
    background: url(../images/base/icon_pc.png) no-repeat left center;
    color: #ffffff;
    line-height: 1;
    display: table;
    padding: 18px 0 18px 32px;
    letter-spacing: 0.05em;
    margin: auto;
}
#info .rbox {
    background: #ffffff;
    width: 520px;
    padding: 20px 0 0;
}
#info .rbox iframe {
    width: 500px;
}

#info #access {
    margin-top: 70px;
    width: 1000px;
}
#info #access h2 {
    border-bottom: 2px solid #555555;
    display: table;
    line-height: 1;
    padding: 0 13px 6px;
    margin: 0 auto 39px;
}
#info #access .map {
    position: relative;
}
#info #access .map dl {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #ffffff;
    width: 210px;
    height: 380px;
    padding: 20px;
    text-align: left;
}
#info #access .map dt {
    margin-bottom: 18px;
}
#info #access .map dd {
    margin-bottom: 15px;
}
#info #access .map dd p {
    font-size: 1.3rem;
    line-height: 1.35;
}
#info #access .map dd:nth-of-type(1),
#info #access .map dd:nth-of-type(2) {
    display: flex;
    align-items: flex-start;
}
#info #access .map dd h3 {
    background: #74797b;
    color: #fff;
    margin-right: 8px;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.1em;
    padding: 4px 6px;
    white-space: nowrap;
}
#info #access .map dd.address {
    border-top: 2px solid #838383;
    font-size: 1.5rem;
    line-height: 1.45;
    padding-top: 16px;
    margin-bottom: 0;
}
#info #access .map dd.tel {
    font-size: 1.5rem;
    line-height: 1.45;
    margin-top: 2px;
    margin-bottom: 8px;
}
#info #access .map dd.tel a {
    color: inherit;
    text-decoration: none;
}
#info #access .map dd.btn {
    margin-bottom: 0;
}
#info #access .map dd.btn a {
    background: #fff;
    border: 2px solid #5d6162;
    color: #333;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0.05em;
    display: block;
    text-align: center;
    text-decoration: none;
}
#info #access .map dd.btn a span {
    background: url(../images/base/icon_access_gr_sp.png) no-repeat left center;
    background-size: 16px auto;
    display: table;
    padding: 12px 0 12px 20px;
    margin: auto;
}


/******************************************************/
/* menu  */
/******************************************************/
#menu {
    padding: 100px 0 98px;
}
#menu h2 {
    border-bottom: 2px solid #555555;
    display: table;
    line-height: 1;
    padding: 0 0 6px;
    margin: 0 auto 50px;
}
#menu .menulist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#menu dl {
    width: 300px;
}
#menu dt {
    margin-bottom: 30px;
}
#menu dd h3 {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-bottom: 12px;
}
#menu dd p {
    font-size: 1.4rem;
    line-height: 1.7;
    letter-spacing: 0.05em;
    min-height: 8.4rem;
}
#menu dd.btn {
    background: url(../images/base/arw_r_bk.png) no-repeat right bottom;
    padding: 0 24px 0 0;
    text-align: right;
    font-size: 1rem;
    line-height: 1;
}
#menu dd.btn img {
    width: 45px;
    height: auto;
}



}