@charset "UTF-8";

/*##############################
アクセス-タイトル
##############################*/
.title {
padding: 120px 20px;
text-align: center;
}

.title {
background-image: url("../access/img/access_t_bg.jpg");
background-repeat:no-repeat;
background-position:center center;
background-size:cover;
}

.title h1 {
color: #333333;
font-size: 40px;
font-family: 'Lato', 'Merriweather', sans-serif;
margin-bottom: 5px;
}

.title h1 span {
color: #666666;
}

.title p {
color: #000000;
font-size: 18px;
}

/* ##############################
コンテンツ
############################## */
/* 枠の基本はcommon内 */
/* 共通見出し */
.midashi {
margin-bottom: 20px;
/* border-bottom: 1px solid #dddddd; */
}

.midashi img {
max-width: 100%;
height: auto;
vertical-align: bottom;
margin-bottom: 7px;
}

/* //////////アクセスのページ/////////// */
/* 小見出し */
.komidashi h1 {
background-color: #eeeeee;
border-left: 5px solid #888888;
padding: 5px 10px;
margin-bottom: 20px;
font-size: 20px;
}

.discription {
margin-bottom: 40px;
}

.discription .koumoku {
margin-bottom: 20px;
font-size: 16px;
line-height: 180%;
border-bottom: 1px dotted #dddddd;
}

.discription .koumoku .black {
background-color: #333333;
color: #ffffff;
padding: 2px 15px;
margin-right: 10px;
}

.discription p i {
margin-right: 5px;
color: #529fcd;
}

/* 現在地からのルートボタン */
.button-link {
width: 270px;
height: 40px;
border: 2px solid #666666;
text-align: center;
cursor: pointer;
position: relative;
box-sizing: border-box;
overflow: hidden;
margin-top:20px;
margin-bottom: 40px;
margin-left: auto;
margin-right: auto;
}

.button-link a {
font-size: 16px;
color: #ffffff;
text-decoration: none;
line-height: 37px;
transition: all .5s ease;
z-index: 2;
position: relative;
}

.effect {
width: 270px;
height: 40px;
border: 110px solid #666666;
position: absolute;
transition: all .5s ease;
z-index: 1;
box-sizing: border-box;
}

.button-link:hover .effect {
border: 0px solid #666666;
}
.button-link:hover a {
color: #666666;
}

/* googlemapの設定 */
.gmap {
position: relative;
margin-bottom: 30px;
padding-bottom: 30%; /* 縦横比 */
padding-top: 30px;
height: 0;
overflow: hidden;
}

.gmap iframe, .gmap object, .gmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
