@charset "UTF-8";

html{
	font-size: 62.5%;
	/*overflow-x: hidden;*/
	position: static;
}

body {
	min-width: 1024px;
	width: 100%;
	color:#333333;
	line-height: 150%;
	font-family:
	"Noto Sans Japanese",
	 Hiragino Kaku Gothic ProN,"ヒラギノ角ゴ ProN W3",
	 Roboto,"Droid Sans",
	 YuGothic,"游ゴシック",
	 Meiryo,"メイリオ",
	 Verdana,"ＭＳ Ｐゴシック",
	 sans-serif;
	 box-sizing: border-box;
	 margin: 0;
	 position: static;
	 background: #FFFFFF;
}

@media screen and (max-width: 799px) {
body {
		font-weight: normal;
	}
}

@media screen and (min-width: 800px) {
body {
		font-weight: 200;
	}
}



* {
	/min-height: 0; /* for IE6, IE7 */
}

p{
	/*display: block;*/
	letter-spacing: 0.1rem;
	line-height: 2;
	font-size: 1.5rem;
}

a {
	text-decoration: none;
	transition: all 0.4s;
	color: #1e1c7c;
}

a img {
	transition: 0.3s ;
}

a img:hover {
	opacity: 0.7 ;
}

a:hover {
	opacity: 0.7;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/* 共通
----------------------------------*/
.inner {
	width: 1080px;
	margin: 0 auto;
}

.section_ttl{
	position: absolute;
	z-index: 999;
	left: 0;
	right: 0;
	margin: auto;
	width: 530px;
	margin-bottom: 60px;
 }

h3 {
	text-align: center;
	margin-bottom: 60px;
	font-family: "Sawarabi Mincho","ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;;
	font-size: 4.5rem;
	/*font-weight: 700;*/
	display: block;
	color: #022b73;
	letter-spacing: 0.3rem;
	line-height: 1.5;
}


.center {
	text-align: center;
}

#greeting,#about,#cruiser,#recruit,#contact {
	position: relative;
	padding: 200px 0;
}


/* ヘッダー
----------------------------------- */
header {
	width: 100%;
	position: fixed;
	z-index: 10;
	height: 100px;
	padding: 10px 50px 10px 100px;
	background:#FFFFFF;
}
.header_bk {
	width: 100%;
	height: 80px;
}

.header_inner {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 20px;
}

h1{
	margin: 0;
	font-size: 1.2rem;
	display: block;
	width: 100%;
}

.logo {
	float: left;
	margin-top: 8px;
}

.contact {
	float: right;
	display: flex;
	justify-content:flex-end;
}

.tel{
	padding-bottom: 10px;
	font-size: 2.5rem;
	font-weight: 700;
	color: #194084;
	display:inline-block;
	margin-top: 32px;
	font-family: "Sawarabi Mincho","ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;;
}

.tel img {
	margin-right: 5px;
	vertical-align: middle;
	margin-top: -3px;
}


.entry01 a {
	display:inline-block;
	width: 210px;
	height: 45px;
	background:#0b3173;
	border-radius: 5px;
	color: #FFFFFF;
	font-weight: 400;
	font-size: 1.5rem;
	text-align: center;
	padding: 15px;
	letter-spacing: 0.1rem;
	margin-top: 18px;
	margin-left: 20px;
	font-family: "Sawarabi Mincho","ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;;
}


/* main visual
----------------------------------- */

#main {
	width: 100%;
	height: 950px;
}

h2 {
	  position: absolute;
		top:0;
		width: 940px;
		height: 370px;
		left:0%;
		right:0%;
		top: 23%;
		margin: auto;
}


#main .m_inner {
	width: 1200px;
	margin: 0 auto;
}




/* ごあいさつ
----------------------------------- */
#greeting .about {
	background: #FFFFFF;
	border-radius: 5px;
	padding: 70px;
	margin-top:70px;
}

#greeting .about .txt {
	width: 630px;
	padding-left: 30px;
}



/* えびす丸
----------------------------------- */
.about_intro {
	display: flex;
	justify-content: center;
	margin-bottom: 60px;
}

.about_intro img {
	margin-right: 30px;
	vertical-align: middle;
}

.about_intro p {
	margin-top: 35px;
}

.fish_info,.cruiser_info {
	margin-top: 80px;
	background:#ffffff;
	padding: 80px 50px;

}

h4 {
	background: url(../images/wave_h4.png) repeat-x bottom,linear-gradient(90deg, #022b73 0%, #3179d9 100%);
	padding: 20px 20px 25px 10px;
	box-sizing: border-box;
	font-size:2.5rem;
	color: #FFFFFF;
	letter-spacing: 0.5rem;
	font-family: "Sawarabi Mincho","ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;;
	margin-bottom: 30px;
}

h4 img {
	margin: -10px 10px -35px 10px;
}


ul {
	width: 100%;
	display: flex;
  justify-content: space-between;
	margin-top: 40px;
	margin-bottom: 50px;
}

.gallery_img {
	width: 300px;
	height: 240px;
}

.g_ttl {
	font-size: 1.8rem;
	color: #1e1c7c!important;
	font-weight: 700;
	border-bottom: 1px solid #1e1c7c;
	padding: 10px 0 5px;
}

.g_cap {
	font-size: 1.5rem;
	padding: 5px 0;
}


.gallery a {
	display:block;
	width: 300px;
	height: 45px;
	background:#0b3173;
	border-radius: 5px;
	color: #FFFFFF;
	font-weight: 400;
	font-size: 1.5rem;
	text-align: center;
	padding: 15px;
	letter-spacing: 0.1rem;
 margin: 0 auto 80px auto;
	font-family: "Sawarabi Mincho","ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;;
}


/* クルージング
----------------------------------- */

.cruiser_intro {
	display: flex;
	justify-content: center;
	margin-bottom: 60px;
}

.cruiser_intro img {
	margin-right: 30px;
	vertical-align: middle;
}

.cruiser_intro p {
	margin-top: 35px;
}


.cruiser_info a {
	font-weight: 700;
	text-decoration: underline;
}


/* 会社概要
----------------------------------- */

#company {
	/*overflow: hidden;*/
	position: relative;
	padding: 150px 0;

}

.company_profile{
	display: flex;
	justify-content: space-between;
}

.company_about{
	width:90%;
	margin: 0 auto;
}

#company h3 {
	color: #FFFFFF!important;
}


/* お問い合わせ
-----------------------------------*/
table.contact_conf {
	width: 950px;
	margin: 0 auto 40px;
	font-size: 1.5rem;

}
table.contact_conf th {
	width: 150px;
	font-size: 1.5rem;
	font-weight: bold;
}

.contact_table {
	width: 950px;
	margin: 0 auto 30px;
}
.contact_table th {
	font-size: 1.5rem;
	font-weight: lighter;
}
.contact_form {
	width: 950px;
	margin: 80px auto 30px;
	font-size: 1.5rem;
	color: #000000;
}

.contact_form th {
	width: 150px;
	text-align: center;
	padding: 20px 40px;
	font-weight: bold;
	vertical-align: middle;
	font-size: 1.5rem;
	font-weight: bold;
}
.contact_form th p {
	display: inline-block;
	position: absolute;
	width: 35px;
	margin: -20px 0 0 190px;
	text-align: center;
	padding: 1px;
	background: #c82121;
	color: #fff;
	font-size: 9px;
	border-radius: 4px;
	display: block;
	float: right;
	font-weight: bold;

}
.contact_form td {
	padding-left: 20px;
	text-align: left;
}
.contact_form td p {
	color: #f33;
	font-weight: bold;
}

input.size200{
	width: 250px;
}

input.size60{
	width: 60px;
}

input.size100{
	width: 100px;
}

input.size300{
	width: 300px;
}

input.size600{
	width: 600px;
}

textarea{
	width: 600px;
}

input::-webkit-input-placeholder {
    color: #ccc;
    font-weight: normal;
}
input:-ms-input-placeholder {
    color: #ccc;
    font-weight: normal;
}
input::-moz-placeholder {
    color: #ccc;
    font-weight: normal;
}

textarea::-webkit-input-placeholder {
    color: #ccc;
    font-weight: normal;
}
textarea:-ms-input-placeholder {
    color: #ccc;
    font-weight: normal;
}
textarea::-moz-placeholder {
    color: #ccc;
    font-weight: normal;
}

.contact_form input,
.contact_form textarea {
	padding: 10px;
	border: 1px solid #999999;
	color: #000;
	margin: 5px 0;
}

.contact_form input[type="submit"] {
	cursor: pointer;
}
.contact_form select {
	padding: 5px;
	border: 1;
}

p.submits {
	text-align: center;
}
p.submits input {
	margin: 0 8px;
	padding: 0 15px;
	line-height: 35px;
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: 0.2rem;
	background:#0B3173;
	border: 0px;
 border-radius: 5px;
 color: #FFFFFF;
 transition: all 0.5;

}

p.submits input:hover {
	opacity: 0.7;
}

.contents-bg {
	text-align: center;
	padding-top: 150px;
	padding-bottom: 80px;
}


input[type="button"] {
	margin: 0 8px;
	padding: 0 15px;
	line-height: 35px;
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: 0.2rem;
	background:#0B3173;
	border: 0px;
 border-radius: 5px;
 color: #FFFFFF;
}

input[type="button"]:hover {
	opacity: 0.7;
}


/*table--------*/
table {
	width: 100%;
	border-top: 1px solid #0b3173;
	margin-top: 20px;
	background: #FFFFFF;
}

th,td {
	font-size: 1.6rem;
	padding: 25px 15px;
	text-align: left;
	margin-bottom: 2px;
	line-height: 1.5;
	border-bottom: 1px solid #0b3173;
}

td {
	letter-spacing: 0.1rem;
}

th {
	text-align: center;
	vertical-align: middle;
	color: #0b3173;
	-webkit-background-size: 6px 6px;
-moz-background-size: 6px 6px;
background-size: 6px 6px;
font-weight: bold;
letter-spacing: 0.2rem;
background: #f0f3f9;
}

/* プライバシーポリシー
----------------------------------- */

#privacy {
	overflow: auto;
	width: 950px;
	height: 300px;
	background-color: #FFFFFF;
	padding: 10px 30px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border: 1px solid #0B3173;
	margin-top: 100px;
	}

 .privacy.center #privacy .pr_title {
	color: #FFFFFF;
	background:#0B3173;
	margin-top: 10px;
	margin-bottom: -15px;
	font-size: 18px;
	padding-left: 13px;
	padding: 5px 5px 5px 20px;
	font-weight: bold;
}

#privacy .privacy_box .pr_sub {
	border-bottom: 1px dotted #0B3173;
	font-size: 14px;
	background-image: url(../images/midasi.png);
	background-repeat: no-repeat;
	padding-left: 10px;
	margin-top: 40px;
}

#privacy .pr_sub {
	border-left: 5px solid #0B3173;
	margin-bottom: 10px;
	color: #333333;
	font-weight: bold;

}

.privacy.center #privacy .privacy_box {
	margin-bottom: 15px;
	font-size: 14px;
}

.privacy_text{
	line-height: 1.5;
}


/* フッター
----------------------------------- */

/*footer--------*/
footer {
	color: #022B73;
	overflow: hidden;
	background: #FFFFFF;
	position: relative;
	bottom: 0;
}

.foot_left {
	float: left;
	padding-top: 40px;
}

.foot_right {
	float: right;
	margin-left: 20px;
}

.foot_box {
	padding: 30px 0 30px 30px;
	width: 380px;
	margin-top: 10px;
	text-align: right;

}

footer .foot_tel {
	line-height: 1.2;
}

footer .foot_tel img {
	margin-right: 7px;
}

footer .foot_tel_num {
	color: #0B3173;
	font-size: 2.5rem;
	font-weight: 700;
	margin-top: 10px;
}

footer .foot_contact {
	padding: 10px 20px 0 0;
}

footer .foot_h4 {
	font-size: 29px;
	color: #0B3173!important;
 font-weight: 700;
}

footer p {
	font-size: 1.4rem;
	text-align: right;
	color: #0B3173!important;
	font-weight: 700;

}

footer small {
	font-size: 12px;
}

footer .foot_tel_num img {
	margin-top: 5px;
}

footer .foot_adress {
	display: flex;
	justify-content: space-between;
}

footer .foot_adress_left {
	font-size: 12px;
	margin-right: 25px;
	margin-bottom: 10px;
}

footer .foot_adress_right {
	font-size: 12px;
	padding-left: 25px;
	border-left: 1px dashed #666;
	margin-bottom: 10px;
}

.copy {
	text-align: center;
	margin: 0 auto;
	background-color:#022B73;
	font-size: 1rem;
	padding: 3px 0;
	overflow: hidden;
	width: 100%;
	position: relative;
	bottom: 0;
}

.copy a {
	color: #FFFFFF;
}

.notice {
	font-weight: 700;
	color:#b32a2a;
}

.entry03{
	text-align: center;
	padding-bottom: 70px;
	padding-top: 70px;
}
