@charset "UTF-8";
/* CSS Document */

/* =====================
  メインビジュアル
===================== */
#mainvisual {
    background-image: url(../images/access/access-mainvisual.jpg);
}
/* =====================
  アクセス
===================== */
/*  アクセスマップ
------------------------*/
#access-map {
    margin: 80px auto 100px;
    overflow: hidden;
}
#access-map iframe {
    margin: 0 auto 40px;
}
#access-map figure {
    width: 680px;
    height: 498px;
    float: left;
}
#access-map p {
    line-height: 1.5;
    padding: 0 0 0 720px;
}
#access-map figure + p {
    padding: 40px 0 .5em 720px;
}
#access-map figure + p a {
    display: block;
    width: 286px;
    height: 85px;
    margin: 0 0 25px;
}
#access-map address {
    line-height: 1.5;
    font-size: 24px;
    color: #cd5858;
    font-weight: bold;
    padding: 0 0 0 720px;
}
#access-map address a {
    display: block;
    color: #cd5858;
    text-decoration: none;
}
#access-map p.btn {
    width: 320px;
    height: 48px;
    margin: 25px 0 0;
}
/*  交通のご案内
------------------------*/
#traffic {
    padding: 80px 0;
    background-image: url(../images/common/yellow-bg.gif);
}
#traffic .inner figure:nth-of-type(1) {
    margin: 0 auto 60px;
}
