@charset "UTF-8";

/*
Theme Name:precious_tcd019-child
Template:precious_tcd019
Version:3.2.4
*/
/**スライダー*/
.swiper-content {
    position: relative;
    padding: 10px 0 40px;
    overflow-x: hidden;
    width: 1520px;
    height: 767px;
    overflow: hidden;
    margin: auto;
}

.swiper {
    width: 100%;
    box-sizing: content-box;
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff !important;
}

.swiper-slide {
    width: 1200px;
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    width: 100%;
    border-radius: 40px;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
}

/**メインコンテンツ幅**/
.pc-content {
    display: block;
}

.sp-content,
.sp-br {
    display: none;
}

.main-wrap {
    width: 1200px;
    margin: 0 auto;
}

a {
    list-style: none;
    text-decoration: none;
}

body {
    font-size: 18px !important;
}

p {
    line-height: 1.8 !important;
}

#footer {
    display: none;
}

section {
    padding: 40px 0;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-50 {
    margin-bottom: 50px;
}

.u-line {
    border-bottom: 1px solid;
}

#header_wrap {
    border-top: 6px solid #4b6750;
}

.logo-header {
    width: 190px;
    padding: 13px !important;
}

.top-headline2 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 80px;
}

.page-headline1 {
    width: 70%;
    margin: auto;
    background: #c5b084;
    padding: 70px 0;
    border-radius: 20px;
}

.page-headline1 span {
    margin-left: 100px;
    color: #fff;
}

.title-underline {
    font-size: 25px;
    color: #4b6750;
    font-weight: bold;
    border-bottom: 1px solid #4b6750;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.f-white {
    color: #fff;
}

.f-green {
    color: #4b6750;
}

.f-red {
    color: red !important;
}

.bold {
    font-weight: bold;
}

.headline-2 {
    background: #4b6750;
    padding: 15px 40px;
    color: #fff;
    font-size: 30px;
}

.headline-3 {
    border-left: 10px solid #4b6750;
    padding: 20px;
    font-size: large;
    color: #4b6750;
    font-size: 25px;
}

.headline-4 {
    color: #4b6750;
    position: relative;
    padding: 0 30px;
    font-size: 20px;
}

.headline-4::before {
    position: absolute;
    left: 0;
    top: 5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #4b6750;
    content: "";
}

.dl-btn {
    background: #4b6750;
    padding: 30px;
    border-radius: 50px;
    color: white;
    width: 340px;
}

.dl-btn:hover {
    opacity: 0.7;
    transform: translate(0, 5px);
}

.dl-btn span {
    position: relative;
    width: 170px;
    display: block;
    margin: auto;
    font-size: 20px;
    font-weight: bold;
}

.dl-btn span::after {
    position: absolute;
    font-size: 1em;
    left: 170px;
    top: 2px;
    width: 40px;
    height: 40px;
    content: "";
    background-image: url(https://machinaka-galleryhall.atsp.jp/wp-content/uploads/image/arrow-dl.svg);
    background-repeat: no-repeat;
}

.long-dl-btn {
    width: 30%;
}

.long-dl-btn span {
    width: 70%;
}

.long-dl-btn span::after {
    left: initial;
    right: -23px;
}

.accessitem-btn span {
    width: 240px;
}

.accessitem-btn span::after {
    left: 210px;
}

.bg-green {
    background: #4b6750;
}

.col-2wrap {
    gap: 50px;
    display: flex;
}

#bread_crumb {
    padding: 20px !important;
}

.hall-background {
    background-image: url(https://www.hachi-jtk.or.jp/WP/blog/wp-content/uploads/image/top-hall.jpg);
    width: 100%;
    height: 555px;
    background-repeat: no-repeat;
    background-size: cover;
}

.top-text-content {
    position: relative;
    bottom: 110px;
    background: rgba(249, 249, 245, 0.85);
    border-radius: 20px;
    box-shadow: -2px 4px 10px -6px #777777;
}

.top-text-content .top-text {
    font-size: 30px;
    font-weight: bold;
    line-height: inherit;
    padding: 40px 110px;
    margin: 0 auto;
}

.top-text-content .top-text-btn {
    background: #c5b084;
    padding: 20px;
    font-weight: bold;
    font-size: 30px;
    color: #fff;
    margin: 0;
    text-align: center;
    border-radius: 0 0px 20px 20px;
}

.top-text-content .top-text-btn:hover {
    opacity: 0.7;
}

.top-text-content .top-text-btn .top-arrow {
    display: inline-block;
    position: relative;
}

.top-text-content .top-text-btn .top-arrow::after {
    position: absolute;
    top: 20px;
    right: -48px;
    width: 30px;
    height: 30px;
    content: "";
    background-image: url(https://www.hachi-jtk.or.jp/WP/blog/wp-content/uploads/image/top-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.top-service-menu ul {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.top-service-menu ul li {
    width: calc(90% / 3);
    background: #fff;
    border-radius: 20px;
    position: relative;
    height: 280px;
}

.top-service-menu ul li a:hover {
    opacity: 0.7;
    transform: translate(0, 5px);
}

.top-service-menu ul li a .top-service-menu-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 200px;
    text-align: center;
}

.top-service-menu ul li a .top-service-menu-wrap p {
    font-size: 20px;
    font-weight: bold;
    line-height: inherit;
    padding-top: 20px;
}

.top-service-menu ul li p {
    margin: 0;
}

.top-news-content {
    position: relative;
    z-index: 10;
    bottom: 70px;
}

.top-news-content #top-news {
    box-shadow: -2px 4px 10px -6px #777777;
    border-radius: 16px;
    background: white;
}

.top-news-content #top-news .top-news-wrap .clearfix {
    display: flex;
}

.top-news-content #top-news .top-news-wrap .clearfix .date {
    margin: 10px 20px;
}

.top-news-content #top-news .top-news-wrap .clearfix .title {
    margin: 10px 20px;
}

.index_archive_link a {
    right: 23px !important;
    top: 12px !important;
    font-size: 13px;
    padding: 10px;
}

.index_archive_link a::before {
    position: absolute;
    font-size: 15px;
    left: -17px;
    width: 20px;
    height: 20px;
    line-height: 25px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background-image: url(https://machinaka-galleryhall.atsp.jp/wp-content/uploads/image/arrow01.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.access-item {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    margin-bottom: 30px;
}

.access-item .item-name {
    background: #311217;
    padding: 10px 30px;
    border-radius: 10px;
    color: #fff;
    font-size: initial;
    margin-top: 5px;
    display: block;
}

.access-item dd {
    width: 390px;
}

.access-item dd .access-item2 {
    padding-top: 10px;
}

.link-content {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

.link-content li:hover {
    opacity: 0.7;
}

.page-nav {
    padding: 10px;
    border: 2px solid #4b6750;
}

.page-nav .nav-title {
    color: #4b6750;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    border-bottom: 1px solid #4b6750;
}

.page-nav nav ul {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin: 50px auto;
    gap: 30px;
}

.page-nav nav ul li {
    width: calc(80% / 2);
    color: #4b6750;
    position: relative;
    padding: 0 30px;
    font-size: 18px;
}

.page-nav nav ul li::before {
    position: absolute;
    font-size: 1em;
    left: 0;
    top: 0;
    width: 20px;
    height: 30px;
    content: "";
    background-image: url(https://www.hachi-jtk.or.jp/WP/blog/wp-content/uploads/image/nav-li.svg);
    background-repeat: no-repeat;
}

.table-brown tbody tr th {
    border: 1px solid #aaa;
    padding: 20px;
    background: #ecdfc4;
}

.table-brown tbody tr td {
    border: 1px solid #aaa;
    padding: 20px;
}

.th-200 tbody tr th {
    width: 200px;
}

.arrow-box {
    width: 700px;
    margin: auto;
    border: 10px solid #b4d1b2;
    padding: 40px;
    border-radius: 20px;
}

.arrow-box p {
    margin-bottom: 0;
}

.arrow-box .arrow-box-text {
    width: 480px;
}

.arrow-box .arrow-box-image {
    width: 120px;
    padding: 10px;
}

.arrow-image {
    text-align: center;
    padding: 30px;
}

.caution-wrap {
    padding: 50px;
    background: #e3ebe3;
}

.caution-wrap ul {
    margin-bottom: 0px;
}

.caution-wrap ul li {
    line-height: 1.8;
}

.tourokuzumi-text {
    width: 80%;
    margin: auto;
}

.blank-link {
    border-bottom: 1px solid #aaa;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 5px;
    position: relative;
}

.blank-link::after {
    position: absolute;
    font-size: 1em;
    right: -50px;
    width: 38px;
    height: 28px;
    content: "";
    background-image: url(https://www.hachi-jtk.or.jp/WP/blog/wp-content/uploads/image/link.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.pdf-link::after {
    background-image: url(https://www.hachi-jtk.or.jp/WP/blog/wp-content/uploads/image/pdf.svg);
}

.map-wrap iframe {
    width: 600px;
    height: 450px;
}

.contact-wrap tbody tr td {
    padding: 30px;
    border: 1px solid #ccc;
}

.contact-wrap tbody tr td:nth-child(odd) {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 300px;
    background: #f1f1f1;
}

.contact-wrap tbody tr td input {
    border: 1px solid #8d8c8c;
    border-radius: 10px;
    padding: 5px;
}

.send-btn-wrap {
    text-align: center;
    margin-top: 40px;
}

.send-btn-wrap .cendbtn {
    display: inline-block;
    min-width: 260px;
    max-width: 100%;
    height: 70px;
    line-height: 70px;
    font-size: 16px;
    padding: 0 20px;
    position: relative;
    overflow: hidden;
    z-index: 3;
    color: #ffffff !important;
    background: #4b6750;
    border: none;
}

.send-btn-wrap .cendbtn:hover {
    opacity: 0.7;
    transform: translate(0, 5px);
}

.required {
    font-weight: 100;
    background: #d4493f;
    padding: 2px 5px;
    border-radius: 5px;
    margin: 5px;
    color: white;
}

#copyright {
    background: #c5b084 !important;
}

#copyright .footer-wrap {
    display: flex;
    justify-content: space-around;
}

#copyright .footer-wrap .footer-logo {
    text-align: center;
    padding: 60px;
    display: flex;
    flex-direction: column;
}

#copyright .footer-wrap .footer-logo .footer-address {
    font-size: initial;
    text-align: left;
    line-height: 1.5;
}

#copyright .footer-wrap .footer-logo a img {
    width: 220px;
}

#copyright .footer-wrap .footer-nav {
    display: flex;
    justify-content: center;
    padding-top: 30px;
}

#copyright .footer-wrap .footer-nav #footer_menu {
    float: none !important;
}

#copyright .footer-wrap .footer-nav #footer_menu ul {
    display: flex;
    flex-direction: column;
}

#copyright .footer-wrap .footer-nav #footer_menu ul li {
    padding-bottom: 15px;
}

#copyright .footer-wrap .footer-nav #footer_menu ul li a {
    border-right: 0px !important;
}

@media screen and (min-width: 601px) and (max-width: 1519px) {
    #header_wrap {
        min-width: 100% !important;
    }

    #header_wrap #header {
        width: 100% !important;
    }

    .swiper-content {
        position: relative;
        padding: 10px 0 40px;
        overflow-x: hidden;
        width: 80%;
        height: auto;
        overflow: hidden;
        margin: auto;
    }

    .main-wrap {
        width: 100%;
    }
}

@media screen and (min-width: 601px) and (max-width: 1024px) {
    .index_archive_link {
        margin: -18px auto -50px !important;
    }

    .index_archive_link a {
        right: 0px !important;
        top: 0px !important;
        font-size: 13px;
        padding: 0px;
        color: #000 !important;
        background: none !important;
    }

    .index_archive_link a::before {
        top: 18px !important;
        right: 0px;
        left: -2px;
        content: "" !important;
    }

    .col-2wrap {
        flex-direction: column;
    }

    .access-item {
        gap: 30px;
        justify-content: space-evenly;
    }

    #copyright p {
        background: none !important;
    }

    #footer_menu li {
        border-right: 0 !important;
    }

    #logo_image {
        width: 60px !important;
    }
}

/*# sourceMappingURL=style.css.map */
