@charset "utf-8";
/* eta css */

.bg_imgbox {
background-image: url("../img/eta/title_bg.jpg");
background-size: cover;
}
.intro_title {
font-family: "fot-tsukuardgothic-std", sans-serif;
font-weight: 700;
font-size: 2.0rem;
letter-spacing: 0.2em;
margin-bottom: 30px;
}
.intro_txt {
line-height: 200%;
margin-bottom: 40px;
}
.year_title {
font-family: "fot-tsukuardgothic-std", sans-serif;
font-size: 2.0rem;
font-weight: 700;
letter-spacing: 0.2em;
padding-left: 20px;
position: relative;
margin-bottom: 20px;
}
.year_title::before {
content: "";
display: inline-block;
background-image: url("../img/common/nakaguro.svg");
background-repeat: no-repeat;
background-size: contain;
width: 10px;
height: 10px;
position: absolute;
left: 0;
top: 11px;
}
.month_box {
width: 100%;
padding: 18px 50px;
background: #7B97AC;
border-radius: 5px;
display: flex;
align-items: center;
color: #fff;
font-size: 1.8rem;
font-weight: 500;
margin-bottom: 25px;
}
.month_box li a {
padding-left: 20px;
margin-right: 60px;
position: relative;
transition-duration: 0.3s;
}
.month_box li a::before {
content: '';
position: absolute;
left: 0;
top: 44%;
width: 6px;
height: 6px;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
transform: rotate(135deg);
transition-duration: 0.3s;
}
.month_box li a:hover {
color: #003C76;
transition-duration: 0.3s;
}
.month_box li a:hover::before {
border-top: 1px solid #003C76;
border-right: 1px solid #003C76;
top: 50%;
transition-duration: 0.3s;
}
.cation_list li {
padding-left: 20px;
background-image: url("../img/common/icon_nakaguro.svg");
background-repeat: no-repeat;
background-position: left center;
margin-bottom: 6px;
}
.month_title {
font-family: "fot-tsukuardgothic-std", sans-serif;
font-weight: 700;
font-size: 2.4rem;
letter-spacing: 0.2em;
line-height: 1;
padding: 50px 0 10px 10px;
border-bottom: solid 1px #005CA2;
margin-bottom: 30px;
}

@media all and (max-width : 820px ){
.month_box {
padding: 14px 30px;
font-size: 1.5rem;
}
.month_box li a {
padding-left: 16px;
margin-right: 45px;
}
.month_box li a::before {
position: absolute;
left: 0;
top: 44%;
width: 5px;
height: 5px;
}
}

@media all and (max-width : 767px ){
/*.anchor_btn_wrap .anchor_btn {
width: calc(50% - 10px / 2);
margin-right: 10px;
}
.anchor_btn_wrap .anchor_btn:nth-child(2) {
margin-right: 0;
}*/
.anchor_btn_wrap .anchor_btn a .anchor_txt {
font-size: 1.0rem;
letter-spacing: 0.1em;
}
.intro_title {
font-size: 1.4rem;
letter-spacing: 0.2em;
margin-bottom: 15px;
}
.intro_txt {
font-size: 1.2rem;
line-height: 180%;
margin-bottom: 30px;
}
.year_title {
font-size: 1.5rem;
letter-spacing: 0.1em;
padding-left: 11px;
margin-bottom: 10px;
}
.year_title::before {
width: 6px;
height: 6px;
position: absolute;
left: 0;
top: 8px;
}
.month_box {
padding: 8px 20px;
font-size: 1.3rem;
letter-spacing: 0.15em;
margin-bottom: 15px;
}
.month_box li a {
padding-left: 12px;
margin-right: 20px;
}
.month_box li a::before {
position: absolute;
left: 0;
top: 40%;
width: 4px;
height: 4px;
}
.cation_list li {
padding-left: 16px;
font-size: 1.2rem;
background-position: left top;
margin-bottom: 4px;
letter-spacing: 0.05em;
}
.month_title {
font-size: 1.8rem;
letter-spacing: 0.1em;
padding: 30px 0 10px 10px;
margin-bottom: 20px;
}
}


/*-------------------------------------------------
入港客船予定表 table
-------------------------------------------------*/

.table_scroll_wrap {
width: 100%;
overflow: hidden;
}
.table_scroll_inner {
overflow-x: auto;
}
.component_box {
width: 100%;
border-top: solid 1px #005CA2;
border-left: solid 1px #005CA2;
font-size: 1.8rem;
margin-bottom: 40px;
}
.component_box th {
padding: 20px 10px;
background: #005CA2;
border-bottom: solid 1px #005CA2;
border-right: solid 1px #5487AC;
color: #fff;
font-weight: 500;
white-space: nowrap;
}
.component_box td {
padding: 20px 10px;
background: #fff;
border-bottom: solid 1px #005CA2;
border-right: solid 1px #005CA2;
font-weight: 400;
text-align: center;
white-space: nowrap;
}
.component_box td .change {
font-weight: 500;
background: yellow;
}
.component_box .ship_title {
text-align: left;
padding-left: 30px;
}

.component_box tr.port-call-cancelled td {
background: yellow;
text-decoration: line-through;
}

@media all and (max-width : 1259px ){
.component_box {
font-size: 1.6rem;
}
}

@media all and (max-width : 1066px ){
.component_box {
font-size: 1.4rem;
}
}

@media all and (max-width : 980px ){
.table_scroll_inner {
overflow-x: scroll;
}
}


@media all and (max-width : 767px ){
.component_box {
width: 400px;
font-size: 1.2rem;
letter-spacing: 0.05em;
margin-bottom: 10px;
}
.component_box th {
padding: 15px 10px;
vertical-align: middle;
}
.component_box td {
padding: 15px 5px;
}
.component_box .ship_title {
padding-left: 15px;
}
}


/*-------------------------------------------------
更新内容
-------------------------------------------------*/

.update_title {
font-family: "fot-tsukuardgothic-std", sans-serif;
font-weight: 700;
font-size: 2.0rem;
letter-spacing: 0.2em;
line-height: 1;
margin: 0 0 25px 20px;
}
.update_news {
padding-bottom: 10px;
border-bottom: solid 1px #005CA2;
margin: 0 0 20px 15px;
display: flex;
align-items: center;
}
.update_news dt {
font-family: 'Quicksand', sans-serif;
font-weight: 700;
font-size: 1.4rem;
letter-spacing: 0.05em;
padding-left: 18px;
margin-left: 5px;
margin-right: 30px;
position: relative;
}
.update_news dt::before {
content: "";
display: inline-block;
background-image: url("../img/common/nakaguro.svg");
background-repeat: no-repeat;
background-size: contain;
width: 10px;
height: 10px;
position: absolute;
left: 0;
top: 6px;
}
.update_news dd {
font-size: 1.5rem;
font-weight: 500;
}

@media all and (max-width : 767px ){
.update_title {
font-size: 1.5rem;
letter-spacing: 0.1em;
margin: 20px 0;
}
.update_news {
padding-bottom: 10px;
margin: 0 0 20px 0px;
display: flex;
flex-direction: column;
align-items: flex-start;;
}
.update_news dt {
font-size: 1.2rem;
padding-left: 9px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 6px;
}
.update_news dt::before {
width: 5px;
height: 5px;
position: absolute;
left: 0;
top: 7px;
}
.update_news dd {
font-size: 1.3rem;
padding: 0 5px;
}
}

/*-------------------------------------------------
客船関連イベント　
-------------------------------------------------*/

.sec_event {
margin-bottom: 30px;
}
.sec_title {
display: flex;
flex-direction: column;
letter-spacing: 0;
margin-top: 50px;
margin-bottom: 30px;
}
.sec_title dt {
font-family: "amatic-sc", sans-serif;
font-weight: 700;
color: #005CA2;
font-size: 6.0rem;
line-height: 1;
margin-bottom: 5px;
}
.sec_title dd {
font-family: "senobi-gothic", sans-serif;
font-weight: 500;
font-size: 1.6rem;
}
.sec_txt {
font-size: 1.4rem;
margin-bottom: 40px;
}

@media all and (max-width : 820px ){
.sec_title dt {
font-size: 5.0rem;
margin-bottom: 0;
}
}


.news_box {
width: calc(33.333333% - 60px / 3);
margin-right: 30px;
margin-bottom: 50px;
}
.news_box:nth-child(3n) {
margin-right: 0px;
}

@media all and (max-width : 820px ){
.news_box {
width: calc(33.333333% - 40px / 3);
margin-right: 20px;
margin-bottom: 30px;
}
}

@media all and (max-width : 767px ){
.news_box {
width: 100%;
margin-right: 0px;
margin-bottom: 30px;
}
.news_box:nth-child(3n) {
margin-right: 0px;
}
}

.news_thum {
width: 100%;
height: auto;
position: relative;
background: #000;
overflow: hidden;
margin-bottom: 10px;
}
.news_thum img {
width: 100%;
transition-duration: 0.7s;	
aspect-ratio: 3 / 2;
object-fit: cover;
transform: translateZ(0);
backface-visibility: hidden;
will-change: transform;
}
.news_thum::before {
background: none;
}
.news_box a:hover .news_thum img {
transform: scale(1.05);	
transition-duration: 0.7s;	
opacity: 0.8;
}
.news_title {
font-weight: 500;
font-size: 1.5rem;
width: 100%;
height: 45px;
letter-spacing: 0.2em;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
text-overflow: ellipsis;
margin-bottom: 40px;
}
.date_box_wrap .news_cate {
font-size: 1.3rem;
font-weight: 600;
color: #C4302B;
line-height: 100%;
letter-spacing: 0.1em;
padding-left: 10px;
position: relative;
}
.date_box_wrap .news_cate::before {
content: "#";
display: inline-block;
position: absolute;
left: 0;
top: 0;
font-size: 1.2rem;
}
.date_box_wrap .date {
font-family: 'Quicksand', sans-serif;
font-weight: 600;
font-size: 1.2rem;
letter-spacing: 0.05em;
line-height: 100%;
position: relative;
margin-right: 5px;
}
.date_box_wrap {
display: flex;
align-items: center;
justify-content: space-between;
padding-bottom: 15px;
border-bottom: solid 1px #005CA2;
}
.news_box_wrap {
display: flex;
flex-wrap: wrap;
}

@media all and (max-width : 820px ){
.date_box_wrap .news_cate {
font-size: 1.1rem;
}
.date_box_wrap .date {
font-size: 1.1rem;
}
}


@media all and (max-width : 767px ){
.sec_event {
margin-bottom: 0px;
}
.sec_title {
margin-top: 30px;
margin-bottom: 15px;
}
.sec_title dt {
font-size: 4.0rem;
margin-bottom: 0;
}
.sec_title dd {
font-size: 1.2rem;
}
.sec_txt {
font-size: 1.2rem;
margin-bottom: 20px;
}
.news_title {
font-size: 1.3rem;
height: 40px;
letter-spacing: 0.1em;
margin-bottom: 20px;
}
.date_box_wrap {
display: flex;
align-items: flex-start;
justify-content: space-between;
padding-left: 5px;
padding-bottom: 8px;
}
.date_box_wrap .news_cate {
font-size: 1.2rem;
letter-spacing: 0.05em;
margin-bottom: 5px;
}
.date_box_wrap .date {
font-size: 1.2rem;
letter-spacing: 0.05em;
}
.news_box_wrap {
display: flex;
flex-wrap: wrap;
margin-bottom: 0px;
}
}


/*-------------------------------------------------
sec_berth
-------------------------------------------------*/

.berth_title {
font-family: "fot-tsukuardgothic-std", sans-serif;
font-weight: 700;
font-size: 1.8rem;
letter-spacing: 0.1em;
padding: 0 0 10px 30px;
border-bottom: solid 1px #005CA2;
margin-bottom: 25px;
position: relative;
}
.berth_title::before {
content: "";
display: inline-block;
background-image: url("../img/common/nakaguro.svg");
background-repeat: no-repeat;
background-size: contain;
width: 10px;
height: 10px;
position: absolute;
left: 5px;
top: 11px;
}
.gmap {
height: 0;
overflow: hidden;
padding-top: 31.74%;
position: relative;
margin-bottom: 20px;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
.access_txt {
font-size: 1.4rem;
letter-spacing: 0.2em;
margin-bottom: 60px;
}
.access_txt a {
color: #005CA2;
text-decoration: underline;
}
.access_txt a:hover {
text-decoration: none;
}
.access_txt:last-of-type {
margin-bottom: 0px;
}

@media all and (max-width : 767px ){
.berth_title {
font-size: 1.4rem;
letter-spacing: 0.05em;
padding: 0 0 10px 10px;
margin-bottom: 15px;
}
.berth_title::before {
width: 6px;
height: 60px;
position: absolute;
left: 0px;
top: 8px;
}
.gmap {
padding-top: 40.74%;
margin-bottom: 15px;
}
.access_txt {
font-size: 1.2rem;
letter-spacing: 0.1em;
margin-bottom: 30px;
}
}
