/* 船宿CSS */

body{
	color: #212121;
}

.topmessage{
	background-color:#fcfbf5;
}

.topbigbannerup{
	background-color:#fff;
}

.topchoka{
	background-image: url(bg_fujiwaramaru.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.topchokainner{
	background-color:#fff;
}

.topinfo{
	background-color:#fff;
}

.topbigbannerbottom{
	background-color:#e1f5fe;
}

.toplink{
	background-color:#e1f5fe;
}

a{
	color: #ea0032;
}

a:hover{
	color: #ea0032;
}

.maincontents{

}

.actionbutton{
	color: #ffffff;
	background-color: #ea0032;
}

.actionbutton:hover{
	background-color: #ea0032;
}

.globalnavi a{
	color: #000;
}

.globalnavi a:hover{
	color: #333;
}

.footer_menu_item{
	border-left: 1px solid #adadad;
}

.credit{
	background-color: #f7f7f7;
}

.credit_message{
	color: #37474f;
}

.credit_tel_kotei:before{
	color: #ea0032;
}

.credit_tel_mobile:before{
	color: #ea0032;
}

.credit a{
	color: #000;
}

.pagenation_back{
	border: 1px solid #ea0032;
	background-color: #fff;
}

.top_h2{
	background-image: url(top_h2.png);
	background-repeat:repeat-x;
	background-position: left bottom;
}

.topchoka_more{
}

.choka_box{
	border-bottom: 1px solid #e5e5e5;
}

.choka_box a{
	color: #000;
}

.choka_photo_wrap{
	background-color: #f7f7f7;
}

input[type="button"].chokaarchive_button{
	background-color: #444;
}

.toplinkgroup a{
	background-color: #ea0032;
	color: #ffffff;
}

.page_title{
	background-color: #ea0032;
	color: #ffffff;
}

.page_table dl{
	border: 1px solid #e5e5e5;
	border-top: none;
	background: #f5f5f5;
}

.page_table dt{
	border-top: 1px solid #e5e5e5;
}

.page_table dd{
	border-left: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	background: #fff;
}

.access_h3{
	background-color: #f7f7f7;
}

.access_process_image{
	background-color: #f7f7f7;
}

.gallery_photo{
	background-color: #f7f7f7;
}

.movie_date{
	color: #737373;
}

.movie_text{
	border-top: 1px solid #a0a0a0;
}


@media screen and (max-width: 640px) {

	h1{
		max-width: unset !important;
	}

	.menuicon{
		top: 12px !important;
	}

.globalnavi{
	border-bottom: none;
}

.globallist{
	border-right: none;
	border-left: none;
}

.globallist li{
	border-top: 1px solid #444;
	border-right: none;
	border-left: none;
}

.globallist li:last-child{
	border-bottom: 1px solid #444;
}

.headertel{
	border-top: 1px solid #e5e5e5;
}

.choka_title{
	border-bottom: none;
}

.choka_text{
	border-top: none;
}

.page_table dd{
	border-left: none;
}

}