@charset "utf-8";

/* CSS Document */


/*------------------------------------------------------*/


/* base
/*------------------------------------------------------*/

body {
    font-family: 'Noto Sans JP', sans-serif;
}

img {
    padding: 0;
    margin: 0;
    vertical-align: top;
    max-width: 100%;
}

a {
    text-decoration: none;
}

a:hover,
a:hover img {
    opacity: 0.8;
}


/* clearfix
--------------------------------------------------------*/

.clearfix:after,
.cf:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix,
* html .cf {
    zoom: 1;
}


/*------------------------------------------------------*/


/* common
/*------------------------------------------------------*/

.lt {
    max-width: 1000px;
    margin: 0 auto;
}

.gugi {
    font-family: 'Gugi', cursive;
}

.btn {
    width: 290px;
    height: 60px;
    margin: 36px auto 0;
    text-align: center;
    clear: both;
}

.btn,
.btn a::before,
.btn a::after {
    transition: all 0.3s ease 0s;
    cursor: pointer;
}

.btn a {
    background-color: #3c3c3c;
    border: 1px solid #5d5d5d;
    color: #fff;
    display: inline-block;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    height: 60px;
    line-height: 60px;
    padding: 0 30px;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-size: 1.2rem;
    width: 290px;
    text-decoration: none;
}

.btn a::before,
.btn a::after {
    content: '';
    display: block;
    z-index: -1;
}

.btn a::before {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
}

.btn a:hover {
    color: #333;
}

.btn a:after {
    width: 10px;
    height: 10px;
    content: '';
    display: block;
    position: absolute;
    top: 25px;
    right: 30px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: .4s;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

.btn a:hover {
    opacity: 1;
}

.btn a:hover::before {
    left: 0;
}

.pc_parts {
    display: block;
}

.sp_parts {
    display: none;
}

@media screen and (max-width: 768px) {
    .pc_parts {
        display: none;
    }
    .sp_parts {
        display: block;
    }
}


/*------------------------------------------------------*/


/* Main
/*------------------------------------------------------*/

.ct_bg {
    background-image: url(../../images/mt_bg_ac.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #464646;
    height: 100%;
    position: relative;
    min-height: 260px;
    margin: 25px 0 60px;
}

.ct_bg h2 {
    text-align: center;
    color: #fff;
    font-size: 50px;
    text-align: center;
    line-height: 1;
    padding: 90px 0;
}

.ct_bg h2 span {
    display: block;
    font-size: 16px;
    margin: 15px 0 0;
}

.ac_box {
    max-width: 880px;
    margin: 0 auto;
}

.ggmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.map_information {
    max-width: 710px;
    margin: 30px auto;
}

.map_information table th {
    background: #e0e0e0;
    color: #545454;
    padding: 4px;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    width: 100px;
    box-sizing: border-box;
}

.map_information table td {
    padding: 5px 20px 20px;
    box-sizing: border-box;
}

.map_information table td p img {
    vertical-align: sub;
}

.map_information table td p {
    color: #2c2c2c;
    font-size: 16px;
    margin: 0 0 10px;
}

@media screen and (max-width: 768px) {
    .ct_bg {
        min-height: inherit;
        background-attachment: inherit;
    }
    .ct_bg h2 {
        padding: 60px 0 50px;
    }
    .map_information table th {
        display: block;
        width: 100%;
        text-align: left;
        padding: 15px;
    }
    .map_information table td {
        display: block;
        text-align: left;
    }
}
