@charset "UTF-8";

/* Japan Airboat Association
 * style.css
 * created by Yoji Hayashi
 * http://japanairboatassociation.org/
 */

/*
 * Font settings
 */
body {
	font-family: 'ヒラギノ丸ゴ ProN W4', 'Hiragino Maru Gothic ProN';
	width: auto;
}

/*
 * Circle Button
 */
.circle_box {
    background: darkgray;
    border-style: none;
    border-radius: 50%; /* ------------- 円形にする */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; /* --------- 枠有り無しの幅（直径）を統一 */
    color: #ffffff;
    display: inline-block;
    _display: inline;
    font-size: 40px;
    font-weight: bold;
    height:150px; /* ------------------- 円の縦幅 */
    letter-spacing: 0px;
    line-height: 150px; /* -------------- 文字を縦方向に真ん中 */
    text-align: center; /* ------------- 文字を横方向に真ん中 */
    text-decoration: none;
    width:171px; /* -------------------- 円の横幅 */
    margin-bottom: 10px;
}

.trans:hover {
    filter: alpha(opacity=20);
    -moz-opacity:0.2;
    opacity:0.2;
    cursor: pointer;
}

/*フォームに文字を入力する際、変換時に文字が白くなり見えなくなることを防ぐ措置*/
::-moz-selection {
    color: #404040;
}

::selection {
    color: #404040;
}

/*Youtubeの埋め込み動画をレスポンシブに対応させる*/
.movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.footer_list a
{text-decoration: none; color: white; font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 600;
font-size:14px}
.pagetop {
    display: none;
    position: fixed;
    bottom:3px;
    right: 5px;
}
.pagetop a {
    display: block;
   background-color: rgba(0,0,0,0.5);
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding: 20px 15px;
	/*全体角丸*/
border-radius: 6px; /* CSS3草案 */ 
-webkit-border-radius: 6px; /* Safari,Google Chrome用 */ 
-moz-border-radius: 6px; /* Firefox用 */ 

}

 
.pagetop a:hover {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:20px 15px;
}
.top1 {
 color: #8a6d3b;
 background-color: #fcf8e3;
 border: 1px solid #8a6d3b;
 border-radius: 6px;
 -webkit-border-radius: 6px;
 -moz-border-radius: 6px;
 padding: 20px 30px 30px 30px;
 font-size: 16px;}
 
 .ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
