@charset "utf-8";

/*	ヘッダー
------------------------------*/
#header {
    background-color: #f6fff5;
}
#header .site-logo {
    width: 315px;
}
@media only screen and (max-width: 768px) {

#header .site-logo {
    width: clamp(16.25rem, 12.97rem + 13.99vw, 19.688rem);
}

}



/*	ビジュアル
------------------------------*/
#mv {
    margin-bottom: 120px;
    border-bottom: 4px solid var(--color-deep-green);
    background-color: #f6fff5;
    position: relative;
}
.carry-txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: min(87.5%, 1200px);
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.carry-copy {
    width: min(41.5%, 498px);
    margin-bottom: 30px;
}
.carry-copy img {
    width: 100%;
    height: auto;
}
.carry-mv {
    width: min(87.5%, 1200px);
    margin: 0 auto;
}
@media only screen and (max-width: 1024px) {

.carry-copy {
    margin-bottom: 20px;
}

}
@media only screen and (max-width: 768px) {

.carry-txt {
    display: block;
    height: auto;
    padding-top: clamp(1.25rem, -2.328rem + 15.27vw, 5rem);
    bottom: unset;
    margin: 0 auto;
}
.carry-copy {
    width: 82.73809524%;
}
.carry-mv {
    width: 100%;
}

}
@media only screen and (max-width: 480px) {

#mv {
    margin-bottom: 60px;
}
.carry-copy {
    margin-bottom: 12px;
}

}


/*	国内ハンドキャリー便とは
------------------------------*/
#about {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}
.about-txt {
    width: 680px;
    padding-right: 70px;
}
.base-hd-en::before {
    width: 24px;
    height: 44px;
    background: url(../img/icon_suitcase.svg) no-repeat right center;
    background-size: contain;
}
.about-img {
    width: calc(880px / 1920px * 100%);
    max-width: 880px;
}
@media only screen and (min-width: 1921px) {

#about {
    justify-content: center;
}
.about-txt {
    margin-left: 360px;
}

}
@media only screen and (max-width: 1366px) {

.about-txt {
    width: calc(1040px / 1920px * 100%);
    padding-left: 6.25%;
}

}
@media only screen and (max-width: 1024px) {

#about {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: 87.5%;
}
.about-txt {
    width: 100%;
    padding: 0;
}
.about-img {
    width: 100%;
    margin: 30px auto 0;
}

}


/*	ハンドキャリーの寸法
------------------------------*/
#carry-size {
    align-items: center;
    margin-top: 60px;
}
.size-img {
    width: 34.625%;
}
.size-txt {
    width: 65.375%;
    padding-left: 60px;
}
.size-hd {
    display: inline-block;
    margin-bottom: 16px;
    padding: 3px 24px;
    color: #fff;
    font-size: var(--font-size-large);
    font-weight: var(--font-weight-600);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: var(--color-deep-green);
}
@media only screen and (max-width: 768px) {

#carry-size {
    flex-wrap: wrap;
}
.size-img {
    width: min(60%, 277px);
    margin: 0 auto 20px;
}
.size-txt {
    width: 100%;
    padding-left: 0;
}

}


/*	料金
------------------------------*/
#carry-fee {
    margin-top: 80px;
}
#carry-fee .flexbox {
    width: 100%;
}
.fee-txt {
    width: calc(100% - 500px);
    padding-right: 60px;
    text-align: justify;
}
.fee-tb {
    width: 500px;
}
.fee-tb table {
    margin-bottom: 12px;
    border: 1px solid #dcdcdc;
}
.fee-tb caption {
    margin-bottom: 6px;
    font-size: var(--font-size-small);
}
.fee-tb th {
    padding: 12px;
    color: #fff;
    font-weight: var(--font-weight-600);
    font-size: var(--font-size-large);
    text-align: center;
    white-space: nowrap;
    background-color: var(--color-deep-red);
}
.fee-tb td {
	padding: 12px 30px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border-top: 1px solid #dcdcdc;
}
.fee-tb tr:nth-child(2) td {
    border-top: none;
}
.fee-tb td:first-child {
    background-color: #fafafa;
}
.fee-tb td:nth-child(2) {
    font-family: var(--font-family-secondary);
    font-weight: var(--font-weight-500);
}
@media only screen and (max-width: 1024px) {

#carry-fee .flexbox {
    flex-direction: column;
}
.fee-txt {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
}
.fee-tb {
    width: min(100%, 500px);
    margin: 0 auto;
}

}
@media only screen and (max-width: 480px) {

#carry-fee {
    margin-top: 40px;
}
.fee-tb td {
    display: block;
}
.fee-tb td:first-child {
    padding: 12px 30px 6px;
    font-weight: var(--font-weight-600);
}
.fee-tb td:nth-child(2) {
    padding: 6px 30px 12px;
    border-top: none;
}

}


/*	CONTACT
------------------------------*/
.phone-num {
    margin-top: 40px;
}
.phone-num dt {
    color: var(--color-yellow);
    font-family: var(--font-family-secondary);
    font-weight: var(--font-weight-700);
    font-size: 2.875rem;
    letter-spacing: normal;
    line-height: 1.2;
}
.phone-num dt::before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 36px;
    margin-right: 20px;
    background: url(../img/icon_phone_y.svg) no-repeat center;
    background-size: contain;
}
@media only screen and (max-width: 768px) {

.phone-num dt {
    font-size: clamp(2rem, 0.211rem + 7.63vw, 3.875rem);
}
.phone-num dt::before {
    width: clamp(1.5rem, 0.784rem + 3.05vw, 2.25rem);
    height: clamp(2.25rem, 1.296rem + 4.07vw, 3.25rem);
}

}
@media only screen and (max-width: 480px) {

.phone-num {
    margin-top: 20px;
}
.phone-num dt::before {
    width: 18px;
    height: 25px;
    margin-right: 12px;
}

}


/*	フッター
------------------------------*/
#footer {
    margin-top: 60px;
    text-align: center;
}
#footer .site-logo {
    width: 315px;
    margin: 0 auto 30px;
}
@media only screen and (max-width: 1024px) {

#footer {
    padding: 80px 0 30px;
}

}
@media only screen and (max-width: 480px) {

#footer .site-logo {
    width: 260px;
    margin-bottom: 20px;
}

}