/*********************************
全般
**********************************/
*{
    margin: 0;
    padding: 0;
    line-height: 1.4;
}

a{
	text-decoration: none;
}

img {
    border: 0px;
}

html, body{
width: 100%;
font-family :'メイリオ', Meiryo,'KozGoPro-Light', '小塚ゴシック Pro L', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', '游ゴシック', YuGothic, sans-serif;
font-size: 16px;
background-image: url(../images/back.png);
}
ul{
	list-style: none;
}

body,span,p,div,h1, h2, h3, h4{
color: #000000;
}

h1, h2, h3, h4{
margin:0;
padding:0;
}
h1{
	font-size: 38px;
}
.page_set{
    width: 1200px;
    margin: 0 auto;
    padding: 0;
}
.inner{
    position: relative;
}
.content{
    width: 100%;
    float: left;
    padding: 40px 0;
}
.box{
    width: 1200px;
    background: #FFFFFF;
    padding: 30px;
    box-sizing: border-box;
}
.box h2{
    width:100%;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    padding: 16px 0;
    margin-bottom: 20px;
    color: #000000;
    background-image: url(../images/back_box.png);
}
.box h4{
	padding: 20px 0 5px 0;
	font-size: 20px;
}
strong{
	font-weight: bold;
	color: red;
}
small{
	line-height: 20px;
}
.text_red{
	color: red;
}
.head{
	width: 1200px;
    background: #FFFFFF;
    box-sizing: border-box;
    padding: 8px 0;
    color: #000000;
    background-image: url(../images/back_box.png);
}
.head h2{
	font-size: 21px;
    text-align: center;
    font-weight: bold;
    padding: 12px 0;
    letter-spacing: 2px;
}


/*********************************
@media screen
**********************************/
@media screen and (max-width: 1300px) {
.page_set{
    width: 95%;
    margin: 0 auto;
    padding: 0;
	}

.content{
	width: 100%;
    padding: 40px 0;
	}
.head{
	width: 100%;
    padding: 8px 0;
	}
.box {
	width: 100%;
	}
}


@media screen and (max-width: 1150px) {
.left{
	float: none !important;
	width: 100% !important;
	margin: 50px auto !important;
	}
.right{
	float: none !important;
	width: 95% !important;
	margin: 50px auto !important;
	text-align: center;
	}
.footer_area{
	width: 95% !important;
	}
.access_box_left{
	float: none !important;
	width: 90% !important;
	margin: 50px auto !important;
	}
.access_box_right{
	float: none !important;
	width: 90% !important;
	margin: 50px auto !important;
	}
}

@media screen and (max-width: 1150px) {
.google-map {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
	}
.google-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	}
}

@media screen and (max-width: 500px) {
.unko img{
	width: 100%;
	}
}

@media screen and (max-width:750px) {
.header_tel{
	float: left !important;
	margin: 20px 0 !important;
	}
}

/*********************************
ヘッダ
**********************************/
#header{
    width: 100%;
    margin: 0;
    padding: 10px 0;
}
#header #logo{
    width: 100%;
    height: 400px;
    padding-top: 40px;
    background-image :url(../images/top.jpg);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
}
#header #logo h1{
	position: rerative;
    top: 0;
    left:0;
    color: #FFFFFF;
    letter-spacing: 2px;
    text-shadow: 2px 2px 7px #000;
    font-size: 48px;
}

#header #logo h3{
	color: #FFFFFF;
	padding: 5px 0px 0px 0px;
	text-shadow: 2px 2px 7px #000;
}

#header h2{
	font-size: 32px;
	color: #fff;
	text-shadow: 1px 1px 4px #000;
	margin: 40px 0 10px;
}

	@media screen and (max-width: 480px) {
		#header h2{
			font-size: 27px;
		}
	}

.header_tel{
    float: right;
    text-align: center;
    padding: 10px 25px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    margin: -140px 0 0 0;
}
.header_tel small{
    color: #000000;
    line-height: 18px;
}
.header_tel i{
    margin-right: 5px;
}
#header_menu{
    width: 100%;
    float: left;
    background: #FFFFFF;
    box-shadow: 0px 9px 3px -3px rgba(0,0,0,.4);
     -webkit-box-shadow: 0px 9px 3px -3px rgba(0,0,0,.4);
     -moz-box-shadow: 0px 9px 3px -3px rgba(0,0,0,.4);
     z-index: 998
}
.global-nav ul{
  background-color: #FFFFFF;
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
}
.global-nav li {
  border-right: 1px solid #000000;
  display: table-cell;
  vertical-align: middle;
}
.global-nav li:first-child {
  border-left: 1px solid #000000;
}
.global-nav li a {
  color: #000000;
  display: block;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 0;
  font-weight: 600;
}
.global-nav li a img{
    width: 21px;
    margin-right: 8px;
    margin-top: 5px;
    margin-bottom: -3px;
}

#header_menu.fixed{
  position: fixed;
  top: -5px;
}

/*********************************
コース案内
**********************************/
.course_box{
    margin: 0px;
    padding-right: 5px;
}
.course_box h3, .map_box h3{
    width: 98%;
    padding: 15px 0px 10px 0px;
    margin-bottom: 10px;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    padding-left: 20px;
    color: #232323;
    background: #ffebcd;
    border-left: solid 10px #ff6347;
}
dl{
    width: 100%;
    padding: 15px 0;
    border-bottom: 2px dotted #CCCCCC;
}


dt{
    float: left;
    width: 20%;
    background: #a1e6b8;
    text-align: center;
    padding: 5px 0;
    font-size: 14px;
    font-weight: bold;
}
dd{
    margin-left: 30%;
    padding: 5px 0;
}
dd ul li{
    line-height: 1.4;
}
#course  img{
    width: 100%;
}

.left{
	float: left;
	width: 56%;
	margin: 20px;
}
.right{
	float: right;
	width: 36%;
	margin: 20px;
}
.clear {
    clear: both;
}

/*********************************
ご利用案内
**********************************/
.map_box{
	margin: 30px;
}

.notice{
	margin: 40px 8px -10px 30px;
}
.notice_list{
	list-style-type: disc;
	line-height: 10px;
	margin-left: 20px;
}

li {
	margin-top:0.7em;
	margin-bottom:0.7em;
}
.dantai_left{
	float: left;
	width: 53%;
	margin: 30px;
}
.dantai_right{
	float: right;
	width: 33%;
	margin: 30px;
}
.dantai_left h4{
	margin: 20px;
}

/*********************************
乗り場・アクセス
**********************************/
.access_box{
	text-align: center;
    z-index: 1
}
.access_box_left{
	float: left;
	width: 47%;
	margin: 25px 15px;
}
.access_box_right{
	float: right;
	width: 47%;
	margin: 25px 15px;
}
/*********************************
フッタ
**********************************/
#footer{
float: left;
width: 100%;
background: #c0e2f0;
margin: 0;
padding: 40px 0 30px 0;
}
#footer a{
    color: #000000;
    text-decoration: none;
}
.footer_area{
	width: 1200px;
	margin: 0 auto;
	font-size: 15px;
}
.footer_left{
	float: left;
	color: #4d4d4d;
}
.footer_right{
	float: right;
	color: #4d4d4d;
}
/*********************************
サイドナビボタン
**********************************/
#side-nav{
    position: fixed;
    top: 120px;
    left: 10px;
    font-size: 100%;
    width: 10%;
}
#side-nav p{
    width: 75%;
    border-bottom: 1px solid #FFFFFF;
}
#side-nav p:last-child{
    border-bottom: 0;
}
#side-nav a{
    background: rgba(0, 0, 0 , .7);
    text-decoration: none;
    color: #fff;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    display: block;
}
#side-nav a:hover {
    text-decoration: none;
    opacity: 0.7;
}
#side-nav i{
    font-size: 30px;
    margin: 5px 0;
}
/*********************************
ページトップボタン

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 110%;
}
#page-top a {
    background: #D32032;
    text-decoration: none;
    color: #fff;
    width: 70px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    opacity: 0.7;
}
**********************************/

.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    /*background: #fff;*/
    border: solid 2px #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    box-shadow: 0 4px 6px rgb(0 0 0 / 30%);
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: translateY(20%) rotate(-45deg);
}

@media (hover: hover) and (pointer: fine) {
    .pagetop:hover, .pagetop:hover .pagetop__arrow {
        border-color: #3293e7;
    }
}

.uketsuke{
	text-align: center;
}

.left img{
	width: 60%;
	margin: 20px;
}
	@media screen and (max-width: 480px) {
		.left img{
			width: 90%;
			margin-left: 10px;
		}
}

/*********************************
運航カレンダー
**********************************/
.calender_link{
    width: 55%;
    margin: -20px;
}
