.lazyloaded {
    opacity: 1;
    transition: opacity 750ms;
}

table.company {
    border-collapse: collapse;
    text-align: left;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.9;
    width: 100%;
    border-bottom: #e5e8ef 1px solid;
}

table.company tr {
    border-top: #e5e8ef 1px solid;
}

table.company th {
    width: 6em;
    padding: 20px 10px;
}

table.company th {
    width: 25%;
    padding: 20px 0;
    vertical-align: 0;
    font-weight: 700;
}


table.company td {
    padding: 20px;
}

table.company td {
    padding: 20px 0;
    vertical-align: 0;
}

/*Gift*/

#gift_content {
    max-width: 1150px;
    position: relative;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

#gift_content h1 {
    font-size: 1.8em;
    margin: 20px auto 10px;
    letter-spacing: 2px;
}

#gift_content h2 img {
    width: 100%;
}

#gift_content h3 {
    font-size: 3.5em;
    line-height: 1.3em;
    letter-spacing: 3px;
    font-weight: 400;
    color: #555;
}

#gift_content #catch_small {
    display: block;
    font-size: 0.7em;
}

#gift_content #catch_big {
    display: block;
    font-size: 30px;
}

#gift_txt {
    width: 80%;
    margin: 0px auto 50px;
    font-size: 1.2em !important;
    text-align: center;
    color: #555;
}

@media only screen and (max-width: 600px) {
    #gift_content h3 {
        font-size: 2.5em;
    }
    #gift_content #catch_small {
        display: block;
        font-size: 0.6em;
    }
    #gift_content #catch_big {
        display: block;
        font-size: 0.6em;
    }
    #gift_txt {
        text-align: left;
    }
}


/*メニュー*/

#gift_menu {
    padding: 0px 0;
    margin: 20px auto 0;
    max-width: 1300px;
}

#menu_box01,
#menu_box02 {
    width: 100%;
    /* float: left; */
    text-align: center;
    box-sizing: border-box;
    padding: 10px 20px;
}


#menu_box01 h3 {
    color: #031d1e;
    padding-bottom: 6px;
    font-size: 30px;
    border-bottom: 1px solid #ddd;
    display: inline-block;
    letter-spacing: 0.05em;
    margin-top: 10rem;
}

#collection h3,
.presentInner .boxInner h2,
#menu_box01 h2,
#menu_box02 h2 {
    color: #031d1e;
    font-size: 1.7rem;
    /* padding: 23px 0 20px 0; */
    /* border-bottom:1px solid; */
    /* margin-bottom:10px; */
    /* font-weight: bold; */
}

#menu_box01 ul {
    overflow: hidden;
    _zoom: 1;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    color: #031d1e;
}

#menu_box01 ul li {
    /* width: calc(96%/4); */
    /* box-sizing: border-box; */
    /* background: #fefefe; */
    /* border-radius: 0.3em; */
    /* margin: 5px; */
    /* padding: 5px; */
}

#menu_box01 ul li {
    /* width: calc(96%/4); */
    /* box-sizing: border-box; */
    /* background: #fefefe; */
    /* border-radius: 0.3em; */
    /* margin: 5px; */
    /* padding: 5px; */
}

#menu_box01 ul li img {
    width: 100%;
}

@media only screen and (max-width: 768px) {
    #menu_box01 ul li {
        /* width: calc(94%/2); */
    }
}

@media only screen and (max-width: 768px) {
    #menu_box01 h2,
    #menu_box02 h2 {
        font-size: 1.4em;
    }
}





.menu_name01 {
    font-size: 1.1em !important;
}

.menu_name02 {
    font-size: 1.2em !important;
    margin-top: 0px;
    /* font-weight: bold; */
}

#menu_box02 ul {
    overflow: hidden;
    _zoom: 1;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

#menu_box02 ul a li {
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 50%;
    margin: 5px;
    width: 200px;
    height: 200px;
    padding-top: 28px;
}

#menu_box02 ul a:hover li {
    background: #f9eecd;
}

#mother_main h1 {
    background: url(mt21/tag_pc.png) no-repeat;
    background-size: 303px auto;
    width: 283px;
    height: 30px;
    padding: 11px 10px 0;
    color: #fff;
}

#gift_menu #menu_box {
    /* background: url(/cabinet/sim0197/mt21_menu_bg01.jpg); */
    /* background: #fff; */
    background-size: 303px auto;
    /* padding: 30px 0; */
    margin: 0;
    overflow: hidden;
    _zoom: 1;
    border-radius: 10px;
}


@media only screen and (max-width: 600px) {
    #gift_menu #menu_box {
        margin: 0;
    }
}

/* gift用 */

.archive-gift-items {}

.archive-gift-items p {
    font-size: 18px;
    text-align: left;
    margin-bottom: 10px;
}

.archive-gift-items .title:before {
    font-family: 'Font Awesome 6 pro';
    content: "◆";
    left: 1.5em;
    color: #016c6e;
    font-size: 1.2em;
    top: -3px;
    padding-right: 0.5em;
}

.archive-gift-items .item {
    padding: 60px 0;
    border-top: #d9e3e5 1px solid;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.archive-gift-items .item:first-child {
    padding-top: 0;
    border: none;
}

.archive-gift-items .item:last-child {
    padding-bottom: 0;
    max-width: 1100px;
    margin: 0 auto;
}

@media only screen and (max-width: 900px) {
    .archive-gift-items .item {
        padding: 50px 0;
    }
}

@media only screen and (max-width: 738px) {
    .archive-gift-items .item {
        padding: 45px 0;
    }
}


.archive-gift-items .item>.image {
    width: 60%;
    float: left;
    position: relative;
    /* -webkit-border-radius: 100%; */
    /* border-radius: 100%; */
    height: 300px;
}

.archive-gift-items .item>.text {
    float: right;
    width: 40%;
    padding: 20px;
}

.archive-gift-items .item>.text .role {
    display: inline-block;
    font-size: 14px;
    /* font-family: 'Overpass', sans-serif; */
    font-weight: 400;
    letter-spacing: 0.125em;
    line-height: 1.4;
    text-transform: uppercase;
    position: relative;
    z-index: 0;
}

.archive-gift-items .item>.text .role:after {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    height: 50%;
    content: "";
    background: #ddd;
    z-index: -1;
}

.archive-gift-items .item>.text .name {
    margin: 10px 0 25px;
}

.archive-gift-items .item>.text .name .jp {
    margin-top: 10px;
    padding-left: 20px;
    font-size: 16px;
    /* font-family: 'Noto Sans JP', sans-serif; */
    font-weight: 400;
    letter-spacing: 4px;
    display: block;
    line-height: 1;
    position: relative;
    z-index: 0;
}

.jp span {
    font-size: 13px
}

.archive-gift-items .item>.text .name .jp:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 0;
    content: "";
    border-top: #0d0d0d 1px solid;
    z-index: -1;
}

.archive-gift-items .item>.text .name .en {
    font-size: 26px;
    /* font-family: 'Overpass', sans-serif; */
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.2;
    display: block;
}

.archive-gift-items .item>.text .comment {
    padding: 25px 25px;
    /* margin-right: 25px; */
    font-size: 16px;
    line-height: 1.9;
    position: relative;
    z-index: 0;
    background: #f7f7f7;
    z-index: -1;
    -webkit-border-radius: 0px 0px 15px 15px;
    border-radius: 0px 0px 15px 15px;
    color: #161616;
}

.archive-gift-items .item>.text .comment img {
    width: 80%;
    padding: 3%;
    margin:0 8.5%;
}

.archive-gift-items .item>.text .comment:after {
    /* position: absolute; */
    /* top: 0; */
    /* right: 0; */
    /* bottom: 0; */
    /* left: 20px; */
    /* content: ""; */
    background: #f7f7f7;
    z-index: -1;
    -webkit-border-radius: 0px 0px 15px 15px;
    border-radius: 0px 0px 15px 15px;
}

@media only screen and (max-width: 900px) {
    .archive-gift-items .item>.text .name .en {
        font-size: 25px;
    }
    .archive-gift-items .item>.text .comment {
        margin-top: 20px;
        padding: 20px 25px 20px 0;
        font-size: 15px;
    }
    .archive-gift-items .item>.text .comment:after {
        left: -25px;
    }
}

@media only screen and (max-width: 738px) {
    .archive-gift-items .item>.image {
        margin: 0 auto;
        width: 100%;
        /* max-width: 250px; */
        float: none;
    }
    .archive-gift-items .item>.text {
        float: none;
        width: 100%;
        margin: 25px 0 0;
        text-align: center;
    }
    .archive-gift-items .item>.text .name {
        margin-bottom: 20px;
        text-align: center;
    }
    .archive-gift-items .item>.text .role {
        font-size: 13px;
        letter-spacing: 0.1em;
    }
    .archive-gift-items .item>.text .name {
        margin: 5px 0 20px;
    }
    .archive-gift-items .item>.text .name .jp {
        margin-top: 10px;
        padding-left: 0;
    }
    .archive-gift-items .item>.text .name .jp:before {
        display: none;
    }
    .archive-gift-items .item>.text .name .en {
        font-size: 22px;
    }
    .archive-gift-items .item>.text .career {
        margin: 0 auto;
        text-align: left;
        max-width: 450px;
    }
    .archive-gift-items .item>.text .comment {
        max-width: 450px;
        padding: 20px 5%;
        margin: 20px auto 0;
        font-size: 13px;
        text-align: left;
    }
    .archive-gift-items .item>.text .comment:after {
        left: 0;
    }
}

@media only screen and (max-width: 414px) {
    .archive-gift-items .item>.image {
        /* max-width: 200px; */
    }
}

.boxInfo {width: calc(100%);margin: 0.5%;padding: 1%;box-sizing:border-box;border: 1px solid #ddd;border-radius: 0.2em;margin-top: 60px;}


.boxInfo .box-title {
    font-size: 16px;
    /* background: #919191; */
    border-bottom: 1px solid #ddd;
    padding: 4px 4px 4px 1.9em;
    text-align: left;
    color: #5d5d5d;
    font-weight: bold;
    line-height: 2;
    letter-spacing: 0.05em;
    position:relative;
}

.boxInfo .box-title:before {position:relative;font-family: 'Font Awesome 6 Pro';content: "\f82e";position: absolute;left: 0.3em;color: #910000;}


.boxInfo p {
    padding: 15px 20px;
}


.boxInfo li:last-of-type {
    border-bottom: none;
}
.boxInfo li:before {
    /* font-family: "Font Awesome 6 Pro" */
    content: "〇";
    position: relative;
    left: 0;
    color: #910000;
    padding-right: 10px;
}


@media only screen and (min-width: 1000px) {
    .boxInfo {
        /* width: calc(48%); */
        margin: 50px 0;
    }
}



.boxInfo {
    width: 100%;
    margin: 3% auto;
    padding: 1%;
    box-sizing:
        border-box;
    border: 1px solid #016c6e;
    border-radius: 0.2em;
    background-color: #e5ecec;
}


.boxInfo .box-title {
    font-size: 16px;
    /* background: #919191; */
    border-bottom: 1px solid #016c6e40;
    padding: 4px 4px 4px 1.9em;
    text-align: left;
    color: #153e40;
    font-weight: bold;
    line-height: 2;
    letter-spacing: 0.05em;
    position:relative;
}

.boxInfo .box-title:before {position:relative;/* font-family: 'Font Awesome 6 Pro'; */content: "〇";position: absolute;left: 0.3em;color: #a60808;}


.boxInfo p {
    padding: 15px 5px;
}

.boxInfo ul{display:flex;/* flex-direction: row; */flex-wrap: wrap;/* justify-content: space-between; */}
.boxInfo li{}

.boxInfo li,
.myboxP li {
    line-height: 1.5;
    padding: 0.5em;
    /* border-bottom: dashed 1px silver; */
    list-style-type: none!important;
    font-size: 15px;
    font-weight: 400;
    margin-left: 1.4em;
    /* text-indent: -1.4em; */
    /* width: 100%; */
    text-align: left;
    /* flex: 0 0 32%; */
}
.boxInfo li:last-of-type {
    border-bottom: none;
}
.boxInfo li:before {
    /* font-family: "Font Awesome 6 Pro"; */
    content: "〇";
    position: relative;
    left: 0;
    color: #a60808;
    padding-right: 10px;
}

.boxInfo li span{
    /* position: relative; */
    /* left: 50%; */
}

@media only screen and (max-width: 600px) {    
    .boxInfo li {
        /* flex: 0 0 90%; */
    }
}


.txtOutline{
    margin: 45px auto;
    max-width: 1100px;
    /*     border: 1px solid #eee; */
    padding: 2% 0;
}



.outline_area{
    border: 0px solid #9E9E9E;
    /* 	border-radius: 5px; */
    /* padding: 20px; */
    /* background: #efefef; */
    font-size: 18px;
    font-weight: 400;
    margin-top: 0;
}


.outline_area{
    display:flex;
    flex-wrap:wrap;
    align-items: center;
}

.outline_txt{width: 40%;font-size: 23px;padding-left: 2%;}
.outline_img{width: 60%;/* padding:2%; */text-align: center;}
.outline_img img{width: 100%;margin:0 auto;}



@media only screen and (max-width: 500px) {

    .outline_area{
        display:flex;
        flex-wrap:nowwrap;
        align-items: center;
    }

    .outline_txt{width: 100%;padding-left: 0;margin: 0 auto;}
    .outline_img{width: 100%;margin-bottom: 10px;}
    .outline_img img{width: 100%;margin:0 auto;}
}


.info_area{
    display:flex;
    flex-wrap: wrap;
}

.info_area .col_2 {
    width:50%;
    padding:2%;
}
.info_area .col_4 {
    width:25%;
    padding:2%;
}

@media only screen and (max-width: 600px) {

    .info_area{
        flex-direction: column;
    }

    .info_area .col_2 {
        width:100%;
    }
    .info_area .col_4 {
        width:100%;
    }
}


#carspace{padding-top:70px;}

.headlineImginfo {
    background: url(../images/information/head-info.jpg) bottom right no-repeat;
    background-size: cover;
    /* background: #fff; */
}


/* その他の情報 */
#others {
    max-width: 1000px;
    margin: 0 auto;
    background-color: #FFFFFF;
    padding: 30px;
    /* border-radius: 8px; */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    margin-top: 3%;
    width: 90%;
    margin-bottom: 40px;
}

/* ページタイトル */
.info-page-title {
    font-size: 28px;
    color: #031d1e;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 10px;
}

.info-page-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background-color: #e5ecec; /* アクセントカラー */
    margin: 10px auto 0;
    border-radius: 2px;
}

/* 各情報セクションを囲むラッパー */
.section-wrapper {
    background-color: #e5ecec; /* 余白の色：緑 */
    padding: 20px; /* 余白のサイズ */
    /* border-radius: 8px; */
    margin-bottom: 30px; /* 各セクション間の余白 */
    box-shadow: aliceblue;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.);
}

/* セクション見出し */
.info-section-heading {
    font-size: 18px;
    color: #031d1e;
    margin-top: 0; /* 親要素のパディングがあるので、見出しのmargin-topは0に */
    margin-bottom: 15px;
    padding-left: 35px; /* アイコン分のスペース */
    position: relative;
    border-bottom: 1px solid #016c6e; /* グリーンの下線を追加 */
    padding-bottom: 5px; /* 下線との間隔 */
    font-weight: bold;
}

.info-section-heading i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #8fbc8f; /* アイコンの色 */
    font-size: 1.2em;
}

.info-section {
    background-color: #fefefe; /* 薄いグリーン系の背景 */
    border: 1px solid #e5ecec; /* 細い枠線 */
    border-radius: 6px;
    padding: 20px;
    /* margin-bottomはsection-wrapperで設定するため削除 */
}

.info-section p {
    margin-bottom: 10px;
    font-size: 15px;
}

.info-section ul {
    list-style: none;
    padding-left: 0;
    font-size: 15px;
}

.info-section ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
}

.info-section ul li::before {
    content: '〇'; /* ドット記号 */
    color: #031d1e; /* ドットの色 */
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.2em;
    line-height: 1.8;
}

.attention {
    font-weight: bold;
    color: #031d1e; /* より濃いグリーンで強調 */
    font-size: 15px;
}

.small-text {
    font-size: 14px;
    color: #555;
    margin-top: 10px;
}


.container h3 {
    color: #031d1e;
    padding-bottom: 6px;
    font-size: 30px;
    border-bottom: 1px solid #ddd;
    display: inline-block;
    letter-spacing: 0.05em;
    margin-top: 10rem;
}

.container h2 {
    color: #031d1e;
    font-size: 1.7rem;
}

/* スマートフォン表示用の調整 */
@media (max-width: 768px) {
    #others {
        padding: 20px;
    }
    .info-page-title {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .section-wrapper {
        padding: 10px;
        margin-bottom: 20px;
    }
    .info-section-heading {
        font-size: 17px;
        margin-top: 0;
        padding-left: 30px; /* アイコン分のスペース */
        border-bottom: 1px solid #8fbc8f;
        padding-bottom: 3px;
    }
    .info-section-heading i {
        font-size: 1em;
    }
    .info-section {
        padding: 15px;
    }
    .sp-only {
        display: inline; /* スマホでのみ改行 */
    }
}
@media (min-width: 769px) {
    .sp-only {
        display: none; /* PCでは改行しない */
    }
}

.btn-backwhite {
    color: #fff;
    background: #153e40;
    border: #fff 1px solid;
    /* padding: 0 10px; */
    width: 330px;
}

.btn-backwhite:hover {
    color: #000e45;
    background: none;
    border: #000e45 1px solid;
}

table.company a {
    /* color: #153e40; */
    /* padding: 5px 10px; */
    font-weight: 600;
    font-size: 16px;
}

table.company a.tel:before {
    font-family: 'FontAwesome';
    content: "\f095";
    padding-right: 10px;
    font-weight: 100;
}
