@charset "UTF-8";
/* CSS Document */


/*施設紹介*/

/*大型クレーン*/
.facility_introduction main .large_crane {
	padding-top: 90px;
	padding-bottom: 0px;
}
.facility_introduction main .large_crane .box h3 {
	display: flex;
	flex-direction: column;
	margin-bottom: 50px;
}
.facility_introduction main .large_crane .box h3 span ,
.facility_introduction main .large_crane .box h3 em {
	display: block;
	line-height: 1em;
}
.facility_introduction main .large_crane .box h3 span {
	font-size: 2.4rem;
	color: #1b5a82;
	margin-bottom: .6em;
}
.facility_introduction main .large_crane .box h3 em {
	font-family: "Marcellus", serif;
	font-size: 2.0rem;
	color: #88a2b3;
}
.facility_introduction main .large_crane .box .img_box {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -10px;
}
.facility_introduction main .large_crane .box .img_box section {
	width: calc((100% - (14px * 3)) / 4);
	margin-bottom: 30px;
}
.facility_introduction main .large_crane .box .img_box section:not(:nth-of-type(4n)) {
	margin-right: 14px;
}
.facility_introduction main .large_crane .box .img_box section > p {
	overflow: hidden;
	border-radius: 4px;
	margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
.facility_introduction main .large_crane {
	padding-top: 15vw;
	padding-bottom: 0vw;
}
.facility_introduction main .large_crane .box h3 {
	margin-bottom: 5vw;
}
.facility_introduction main .large_crane .box h3 span {
	font-size: 1.8rem;
}
.facility_introduction main .large_crane .box h3 em {
	font-size: 2.0rem;
}
.facility_introduction main .large_crane .box .img_box {
	margin-bottom: -3vw;
}
.facility_introduction main .large_crane .box .img_box section {
	width: calc((100% - (5vw * 1)) / 2);
	margin-bottom: 7vw;
}
.facility_introduction main .large_crane .box .img_box section:not(:nth-of-type(4n)) {
	margin-right: 0;
}
.facility_introduction main .large_crane .box .img_box section:not(:nth-of-type(2n)) {
	margin-right: 5vw;
}
.facility_introduction main .large_crane .box .img_box section > p {
	margin-bottom: 3vw;
}
}

/*FRP桟橋*/
.facility_introduction main .frp_pier {
	padding-top: 50px;
	padding-bottom: 0px;
}
.facility_introduction main .frp_pier .box h3 {
	display: flex;
	flex-direction: column;
	margin-bottom: 50px;
}
.facility_introduction main .frp_pier .box h3 span ,
.facility_introduction main .frp_pier .box h3 em {
	display: block;
	line-height: 1em;
}
.facility_introduction main .frp_pier .box h3 span {
	font-size: 2.4rem;
	color: #1b5a82;
	margin-bottom: .6em;
}
.facility_introduction main .frp_pier .box h3 em {
	font-family: "Marcellus", serif;
	font-size: 2.0rem;
	color: #88a2b3;
}
.facility_introduction main .frp_pier .box .img_box {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -10px;
}
.facility_introduction main .frp_pier .box .img_box section {
	width: calc((100% - (14px * 3)) / 4);
	margin-bottom: 30px;
}
.facility_introduction main .frp_pier .box .img_box section:not(:nth-of-type(4n)) {
	margin-right: 14px;
}
.facility_introduction main .frp_pier .box .img_box section > p {
	overflow: hidden;
	border-radius: 4px;
	margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
.facility_introduction main .frp_pier {
	padding-top: 5vw;
	padding-bottom: 0vw;
}
.facility_introduction main .frp_pier .box h3 {
	margin-bottom: 5vw;
}
.facility_introduction main .frp_pier .box h3 span {
	font-size: 1.8rem;
}
.facility_introduction main .frp_pier .box h3 em {
	font-size: 2.0rem;
}
.facility_introduction main .frp_pier .box .img_box {
	margin-bottom: -3vw;
}
.facility_introduction main .frp_pier .box .img_box section {
	width: calc((100% - (5vw * 1)) / 2);
	margin-bottom: 7vw;
}
.facility_introduction main .frp_pier .box .img_box section:not(:nth-of-type(4n)) {
	margin-right: 0;
}
.facility_introduction main .frp_pier .box .img_box section:not(:nth-of-type(2n)) {
	margin-right: 5vw;
}
.facility_introduction main .frp_pier .box .img_box section > p {
	margin-bottom: 3vw;
}
}

/*陸上ヤード*/
.facility_introduction main .land_yard {
	padding-top: 50px;
	padding-bottom: 0px;
}
.facility_introduction main .land_yard .box h3 {
	display: flex;
	flex-direction: column;
	margin-bottom: 50px;
}
.facility_introduction main .land_yard .box h3 span ,
.facility_introduction main .land_yard .box h3 em {
	display: block;
	line-height: 1em;
}
.facility_introduction main .land_yard .box h3 span {
	font-size: 2.4rem;
	color: #1b5a82;
	margin-bottom: .6em;
}
.facility_introduction main .land_yard .box h3 em {
	font-family: "Marcellus", serif;
	font-size: 2.0rem;
	color: #88a2b3;
}
.facility_introduction main .land_yard .box .img_box {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -10px;
}
.facility_introduction main .land_yard .box .img_box section {
	width: calc((100% - (14px * 3)) / 4);
	margin-bottom: 30px;
}
.facility_introduction main .land_yard .box .img_box section:not(:nth-of-type(4n)) {
	margin-right: 14px;
}
.facility_introduction main .land_yard .box .img_box section > p {
	overflow: hidden;
	border-radius: 4px;
	margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
.facility_introduction main .land_yard {
	padding-top: 5vw;
	padding-bottom: 0vw;
}
.facility_introduction main .land_yard .box h3 {
	margin-bottom: 5vw;
}
.facility_introduction main .land_yard .box h3 span {
	font-size: 1.8rem;
}
.facility_introduction main .land_yard .box h3 em {
	font-size: 2.0rem;
}
.facility_introduction main .land_yard .box .img_box {
	margin-bottom: -3vw;
}
.facility_introduction main .land_yard .box .img_box section {
	width: calc((100% - (5vw * 1)) / 2);
	margin-bottom: 7vw;
}
.facility_introduction main .land_yard .box .img_box section:not(:nth-of-type(4n)) {
	margin-right: 0;
}
.facility_introduction main .land_yard .box .img_box section:not(:nth-of-type(2n)) {
	margin-right: 5vw;
}
.facility_introduction main .land_yard .box .img_box section > p {
	margin-bottom: 3vw;
}
}

/*自社メンテナンス工場*/
.facility_introduction main .own_maintenance_factory {
	padding-top: 50px;
	padding-bottom: 0px;
}
.facility_introduction main .own_maintenance_factory .box h3 {
	display: flex;
	flex-direction: column;
	margin-bottom: 50px;
}
.facility_introduction main .own_maintenance_factory .box h3 span ,
.facility_introduction main .own_maintenance_factory .box h3 em {
	display: block;
	line-height: 1em;
}
.facility_introduction main .own_maintenance_factory .box h3 span {
	font-size: 2.4rem;
	color: #1b5a82;
	margin-bottom: .6em;
}
.facility_introduction main .own_maintenance_factory .box h3 em {
	font-family: "Marcellus", serif;
	font-size: 2.0rem;
	color: #88a2b3;
}
.facility_introduction main .own_maintenance_factory .box .img_box {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -10px;
}
.facility_introduction main .own_maintenance_factory .box .img_box section {
	width: calc((100% - (14px * 3)) / 4);
	margin-bottom: 30px;
}
.facility_introduction main .own_maintenance_factory .box .img_box section:not(:nth-of-type(4n)) {
	margin-right: 14px;
}
.facility_introduction main .own_maintenance_factory .box .img_box section > p {
	overflow: hidden;
	border-radius: 4px;
	margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
.facility_introduction main .own_maintenance_factory {
	padding-top: 5vw;
	padding-bottom: 0vw;
}
.facility_introduction main .own_maintenance_factory .box h3 {
	margin-bottom: 5vw;
}
.facility_introduction main .own_maintenance_factory .box h3 span {
	font-size: 1.8rem;
}
.facility_introduction main .own_maintenance_factory .box h3 em {
	font-size: 2.0rem;
}
.facility_introduction main .own_maintenance_factory .box .img_box {
	margin-bottom: -3vw;
}
.facility_introduction main .own_maintenance_factory .box .img_box section {
	width: calc((100% - (5vw * 1)) / 2);
	margin-bottom: 7vw;
}
.facility_introduction main .own_maintenance_factory .box .img_box section:not(:nth-of-type(4n)) {
	margin-right: 0;
}
.facility_introduction main .own_maintenance_factory .box .img_box section:not(:nth-of-type(2n)) {
	margin-right: 5vw;
}
.facility_introduction main .own_maintenance_factory .box .img_box section > p {
	margin-bottom: 3vw;
}
}

/*クラブハウス*/
.facility_introduction main .clubhouse {
	padding-top: 50px;
	padding-bottom: 0px;
}
.facility_introduction main .clubhouse .box h3 {
	display: flex;
	flex-direction: column;
	margin-bottom: 50px;
}
.facility_introduction main .clubhouse .box h3 span ,
.facility_introduction main .clubhouse .box h3 em {
	display: block;
	line-height: 1em;
}
.facility_introduction main .clubhouse .box h3 span {
	font-size: 2.4rem;
	color: #1b5a82;
	margin-bottom: .6em;
}
.facility_introduction main .clubhouse .box h3 em {
	font-family: "Marcellus", serif;
	font-size: 2.0rem;
	color: #88a2b3;
}
.facility_introduction main .clubhouse .box .img_box {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -10px;
}
.facility_introduction main .clubhouse .box .img_box section {
	width: calc((100% - (14px * 3)) / 4);
	margin-bottom: 30px;
}
.facility_introduction main .clubhouse .box .img_box section:not(:nth-of-type(4n)) {
	margin-right: 14px;
}
.facility_introduction main .clubhouse .box .img_box section > p {
	overflow: hidden;
	border-radius: 4px;
	margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
.facility_introduction main .clubhouse {
	padding-top: 5vw;
	padding-bottom: 0vw;
}
.facility_introduction main .clubhouse .box h3 {
	margin-bottom: 5vw;
}
.facility_introduction main .clubhouse .box h3 span {
	font-size: 1.8rem;
}
.facility_introduction main .clubhouse .box h3 em {
	font-size: 2.0rem;
}
.facility_introduction main .clubhouse .box .img_box {
	margin-bottom: -3vw;
}
.facility_introduction main .clubhouse .box .img_box section {
	width: calc((100% - (5vw * 1)) / 2);
	margin-bottom: 7vw;
}
.facility_introduction main .clubhouse .box .img_box section:not(:nth-of-type(4n)) {
	margin-right: 0;
}
.facility_introduction main .clubhouse .box .img_box section:not(:nth-of-type(2n)) {
	margin-right: 5vw;
}
.facility_introduction main .clubhouse .box .img_box section > p {
	margin-bottom: 3vw;
}
}

/*シャワールーム*/
.facility_introduction main .shower_room {
	padding-top: 50px;
	padding-bottom: 0px;
}
.facility_introduction main .shower_room .box h3 {
	display: flex;
	flex-direction: column;
	margin-bottom: 50px;
}
.facility_introduction main .shower_room .box h3 span ,
.facility_introduction main .shower_room .box h3 em {
	display: block;
	line-height: 1em;
}
.facility_introduction main .shower_room .box h3 span {
	font-size: 2.4rem;
	color: #1b5a82;
	margin-bottom: .6em;
}
.facility_introduction main .shower_room .box h3 em {
	font-family: "Marcellus", serif;
	font-size: 2.0rem;
	color: #88a2b3;
}
.facility_introduction main .shower_room .box .img_box {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -10px;
}
.facility_introduction main .shower_room .box .img_box section {
	width: calc((100% - (14px * 3)) / 4);
	margin-bottom: 30px;
}
.facility_introduction main .shower_room .box .img_box section:not(:nth-of-type(4n)) {
	margin-right: 14px;
}
.facility_introduction main .shower_room .box .img_box section > p {
	overflow: hidden;
	border-radius: 4px;
	margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
.facility_introduction main .shower_room {
	padding-top: 5vw;
	padding-bottom: 0vw;
}
.facility_introduction main .shower_room .box h3 {
	margin-bottom: 5vw;
}
.facility_introduction main .shower_room .box h3 span {
	font-size: 1.8rem;
}
.facility_introduction main .shower_room .box h3 em {
	font-size: 2.0rem;
}
.facility_introduction main .shower_room .box .img_box {
	margin-bottom: -3vw;
}
.facility_introduction main .shower_room .box .img_box section {
	width: calc((100% - (5vw * 1)) / 2);
	margin-bottom: 7vw;
}
.facility_introduction main .shower_room .box .img_box section:not(:nth-of-type(4n)) {
	margin-right: 0;
}
.facility_introduction main .shower_room .box .img_box section:not(:nth-of-type(2n)) {
	margin-right: 5vw;
}
.facility_introduction main .shower_room .box .img_box section > p {
	margin-bottom: 3vw;
}
}

/*魚捌きスペース*/
.facility_introduction main .fish_preparation_space {
	padding-top: 50px;
	padding-bottom: 100px;
}
.facility_introduction main .fish_preparation_space .box h3 {
	display: flex;
	flex-direction: column;
	margin-bottom: 50px;
}
.facility_introduction main .fish_preparation_space .box h3 span ,
.facility_introduction main .fish_preparation_space .box h3 em {
	display: block;
	line-height: 1em;
}
.facility_introduction main .fish_preparation_space .box h3 span {
	font-size: 2.4rem;
	color: #1b5a82;
	margin-bottom: .6em;
}
.facility_introduction main .fish_preparation_space .box h3 em {
	font-family: "Marcellus", serif;
	font-size: 2.0rem;
	color: #88a2b3;
}
.facility_introduction main .fish_preparation_space .box .img_box {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -10px;
}
.facility_introduction main .fish_preparation_space .box .img_box section {
	width: calc((100% - (14px * 3)) / 4);
	margin-bottom: 30px;
}
.facility_introduction main .fish_preparation_space .box .img_box section:not(:nth-of-type(4n)) {
	margin-right: 14px;
}
.facility_introduction main .fish_preparation_space .box .img_box section > p {
	overflow: hidden;
	border-radius: 4px;
	margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
.facility_introduction main .fish_preparation_space {
	padding-top: 5vw;
	padding-bottom: 11vw;
}
.facility_introduction main .fish_preparation_space .box h3 {
	margin-bottom: 5vw;
}
.facility_introduction main .fish_preparation_space .box h3 span {
	font-size: 1.8rem;
}
.facility_introduction main .fish_preparation_space .box h3 em {
	font-size: 2.0rem;
}
.facility_introduction main .fish_preparation_space .box .img_box {
	margin-bottom: -3vw;
}
.facility_introduction main .fish_preparation_space .box .img_box section {
	width: calc((100% - (5vw * 1)) / 2);
	margin-bottom: 7vw;
}
.facility_introduction main .fish_preparation_space .box .img_box section:not(:nth-of-type(4n)) {
	margin-right: 0;
}
.facility_introduction main .fish_preparation_space .box .img_box section:not(:nth-of-type(2n)) {
	margin-right: 5vw;
}
.facility_introduction main .fish_preparation_space .box .img_box section > p {
	margin-bottom: 3vw;
}
}

.boxrescal001 {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 40px;
    overflow: visible;
}

.left-area {
    width: 50%;
    margin-right: 40px;
}

.right-area {
    width: 50%;
}

/* slick用画像 */
.slider img {
    width: 100%;
    display: block;
    margin-bottom: 40px;
}

/* slick本体を基準にする */
.slider {
    position: relative;
}

/* slick下ドットとの余白 */
.slick-slider {
    margin-bottom: 30px;
}

.boxrescal001 {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 40px;
    overflow: visible;
}

.left-area {
    width: 50%;
    margin-right: 40px;
}

.right-area {
    width: 50%;
}

/* slick用画像 */
.slider img {
    width: 100%;
    display: block;
    margin-bottom: 40px;
}

/* slick本体 */
.slider {
    position: relative;
}

/* =========================
   カスタム矢印
   ========================= */
.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;

    width: 52px;
    height: 52px;
    background-color: #1e6fd9;
    border-radius: 50%;
    border: none;
    cursor: pointer;
  background-color: rgba(30, 115, 190, 0.7);
}

/* 左右位置 */
.slick-prev-custom {
    left: 10px;
}
.slick-next-custom {
    right: 10px;
}

/* 矢印（三角） */
.slick-prev-custom::before,
.slick-next-custom::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: translate(-50%, -50%) rotate(45deg);
}

/* 左矢印だけ反転 */
.slick-prev-custom::before {
    transform: translate(-50%, -50%) rotate(-135deg);
}

/* hover */
.slick-arrow:hover {
    background-color: #155bb5;
}

/* SP非表示 */
@media (max-width: 768px) {
    .slick-arrow {
        display: none !important;
    }
}


@media (max-width: 768px) {

  /* 縦並びにする */
  .boxrescal001 {
    display: flex;
    flex-direction: column;
  }

  /* 画像（左エリア）を上に */
  .boxrescal001 .left-area {
    order: 1;
    width: 100%;
    margin-right: 0;
  }

  /* テキスト（右エリア）を下に */
  .boxrescal001 .right-area {
    order: 2;
    width: 100%;
  }

}
