.cb-t {
    padding-left: 1em;
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-size: 100%;
    object-fit: cover;
    color: #fff;
    font-family:Georgia, 'Times New Roman', Times, serif;
}

.cb-t_gi {
    background-position: bottom;
    background-image: url(../img/index_title.webp);
}

.cb-t_ii {
    background-position: center;
    background-image: url(../img/item_title.webp);
}

.cb-t_ai {
    background-position: center;
    background-image: url(../img/aboutus_title.webp);
}

.cb-t p {
    color:#FFF;
    font-size:2em;
    text-align: left;
    display: inline;
    padding: 1em;
}

.drawer_hidden {
    display: none;
  }
  
.drawer_open {
    position: absolute;
    right: 30px;
    top: 20px;
    z-index: 100;
    cursor: pointer;
}
  
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background: #FFF;
    transition: 0.5s;
    position: absolute;
}
 
.drawer_open span:before {
    bottom: 8px;
}
  
.drawer_open span:after {
    top: 8px;
}
  
#drawer_input:checked ~ .drawer_open span {
    background: #666;
}
  
#drawer_input:checked ~ .drawer_open span::before {
    bottom: 0;
    transform: rotate(45deg);
}
  
#drawer_input:checked ~ .drawer_open span::after {
    top: 0;
    transform: rotate(-45deg);
}

.nav_content {
    width: 40%;
    height: fit-content;
    position: fixed;
    top: 0%;
    right: -100%;
    transition: 0.5s;
    background-color: #FFF;
    opacity: 0.9;
    z-index: 99;
    text-align: center;
    padding-top: 20px;
    color:#000;
    font-size:1.5em;
}

.nav_list {
    list-style: none;
}

.nav_list hr {
    color: #999;
}
  
.nav_item a {
    color: #999;
    text-decoration: none;
}

#drawer_input:checked ~ .nav_content {
    top: 0; 
    right: 0;
    transition: 0.5s;
}

.cb-gi {
    width: 780px;
    display: flex;
    background: #fff;
    margin: 0 auto;
}

.cb-gi_c {
    width: 25%;
    min-width: 190px;
    text-align: center;
    margin: 0 auto;
}

.cb-gi_c img {
    width: 100%;
}

.cb-ci {
    box-sizing: border-box;
    display: flex;
    overflow-wrap: break-word;
    background: #FFF;
    margin: 0 auto;   
}

.cb-ci_fr {
    width: 95%;
    border: #EEE;
    border-style: solid;
    box-shadow: 10px 5px 5px #DEB887;
}

.cb-ci_pk {
    width: 45%;
    min-width: 300px;
    padding: 1em;
}

.cb-ci_pk img{
    width: 100%;
}

.cb-ci_pk2 {
    width: 25%;
    min-width: 200px;
    text-align: left;
    margin: 0 auto;
}

.cb-ci_pk2 img {
    width: 50%;
}

.cbbtn {
    width: 100%;
    text-align: center;
    margin-top: 4em;
}

.cbbtn a.btn {
    padding: 1em;
    color: #fff;
    background-color: #333;
    border-bottom: 5px solid #000;
    display: inline-block;
    width: 150px;
    text-align: center;
    text-decoration: none;
    font-size: 1.5em;
}

.cbbtn a.btn:hover {
    padding: 1em;
    margin-top: 3px;
    color: #fff;
    background: #666;
    border-bottom: 2px solid #333;
}

.cb-ci_gl img {
    width: 100%;
    padding: 1em;
    box-sizing: border-box;
}

.head1 {
    padding-top: 8em;
    margin-bottom: 4em;
    background-image: url(../ico/headimg1.svg);
    background-repeat: no-repeat;
    background-size: 4em;
    background-position: bottom left 1em;
    border-bottom: #DEB887;
    border-bottom-style: solid;
}

.ic-cm {
    background-repeat: no-repeat;
    background-size: 1.5em;
    background-position: center left;
    padding-left: 2em;
}

.ic-cm_p {
    background-image: url(../ico/pin.svg);
}

.ic-cm_t {
    background-image: url(../ico/phone.svg);
}

.ic-cm_m {
    background-image: url(../ico/mail.svg);
}

.footer {
    background-color: #EEE;
    margin: 1em;
    padding: 1em;
}

.footer p {
    font-size: 0.9em;
    text-align: center;
}