@charset "UTF-8";
/* コンテンツ */

#atl_img {
    background-image: url("../img/bg_pc.webp");
    background-position: center top;
    background-size: auto 120%;
    aspect-ratio:20 / 8;
    display: flex;
    justify-content: center;
    align-items: center;
}
#atl_img img {
    width: 50%;
    max-width: 800px;
}

.slide2 {
	position:relative;
    margin-bottom: 20px;

}
.slide2 h3 img {
    width: 100%;
}
.swiper-container2 {
	position:relative;
	width: 100%;
    height: 400px;
    overflow: hidden;
  
}
.swiper-container2 .swiper-wrapper {
  transition-timing-function: linear;
}
.swiper-container2 .swiper-slide {
    position: relative;
    width: auto !important;
    overflow: hidden;
}
.swiper-container2 .swiper-slide img {
    width: auto;
    height: 100%;
    filter: grayscale(1);
    transition: filter 1s;
}
.swiper-container2 .swiper-slide-prev img,
.swiper-container2 .swiper-slide-duplicate-prev img {
    filter: grayscale(0);
}
.swiper-container2 .swiper-slide-next img,
.swiper-container2 .swiper-slide-duplicate-next img {
    filter: grayscale(0);
}

.bg_atl {
    /*background-color: #eee;*/
}
.copy_tx {
    text-align: center;
}
.copy_tx span {
    font-weight: 500;
    font-size: 1.4em;
    line-height: 1.4;
}
.atl_map img {
    width: 100%;
}
.atl_map {
    margin-top: 2em;
}
.atl_map ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.atl_map ul li:nth-child(1) {
    width: 53%;
}
.atl_map ul li:nth-child(2) {
    width: 20%;
}
.atl_map ul li:nth-child(3) {
    width: 22%;
}

.carnavi {
    margin-bottom: 1em;
}
.carnavi ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 1em 0;
    border-bottom: 1px solid #333;
    line-height: 1.7;
}
.carnavi ul li:first-child {
    color: #92847d;
    margin-right: 20px;
}

.gmapbtn {
    text-align: center;
    margin-bottom: 4em;
}
.gmapbtn a {
    display: block;
    width: 12em;
    line-height: 2.5em;
    border: 1px solid #333;
    margin: 0 auto;
    color: #111;
    transition: all 0.3s;
}
.gmapbtn a:hover {
    opacity: 0.6;
}

.atl_fl ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.atl_fl ul li {
    width: 49%;
}
.atl_fl ul li img {
    width: 100%;
}

.annai_tx {
    text-align: center;
    background-color: #92847d;
    color: #fff;
    font-weight: 500;
    font-size: 1.16em;
    line-height: 1;
    padding: 0.5em;
}

.bg_exp {
    background-image: url("../img/alt_bg.webp");
    background-position: center center;
    background-size: 500px auto;
}

.exp_box ul {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    color: #fff;
    line-height: 1.7;
    margin-bottom: -5em;
}
.exp_box ul img {
    width: 100%;
}
.exp_box ul li {
    width: 45%;
    margin-bottom: 5em;
}
.exp_box ul li:nth-child(3) {
    width: 58.5%;
}
.exp_box ul li h4 {
    position: relative;
    margin-bottom: 0.5em;
}
.exp_box ul li h4 span {
    position: absolute;
    left: -10px;
    top: -10px;
    width: 23%;
}
.exp_box ul li:nth-child(3) h4 span {
    width: calc(23% / 1.3);
}

.exp_box ul li h5 {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 2em;
    line-height: 1.2;
}
.exp_box ul li p {
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}

@media screen and (max-width: 960px) {
#atl_img img {
    width: 70%;
    max-width: none;
}

.slide2 {
}
.swiper-container2 {
    height: 300px;
}

.atl_map {
    margin-top: 2em;
}
.atl_map ul li:nth-child(1) {
    width: 53%;
}
.atl_map ul li:nth-child(2) {
    width: 20%;
}
.atl_map ul li:nth-child(3) {
    width: 22%;
}

}


@media screen and (max-width: 520px) {
#title h2 {
    letter-spacing: 0;
    text-indent: 0;
}

#atl_img {
    background-image: url("../img/bg_sp.webp");
    aspect-ratio: 1;
}
#atl_img img {
    width: 60%;
}

.copy_tx span {
    font-size: 1.32em;
}

.slide2 {

}
.swiper-container2 {
    height: 250px;
}

.indt {
    margin: 0 5%;
}
.atl_map {
    margin-top: 2em;
}
.atl_map ul li:nth-child(1) {
    width: 100%;
    margin-bottom: 1em;
}
.atl_map ul li:nth-child(2) {
    width: 45%;
}
.atl_map ul li:nth-child(3) {
    width: 50%;
}

.carnavi ul {
    flex-direction: column;
    padding: 1em 0;
    border-bottom: 1px solid #0164a3;
    font-size: 0.92em;
    text-align: center;
}
.carnavi ul li:first-child {
    margin-right: 0;
}

.atl_fl ul {
    flex-direction: column-reverse;
}
.atl_fl ul li {
    width: 100%;
}
.atl_fl ul li:last-child {
    margin-bottom: 1em;
}

.annai_tx {
    font-size: 1em;
}

.bg_exp {
    padding: 1em 0;
}
.exp_box ul {
    margin-bottom: -3em;
}
.exp_box ul li {
    width: 90%;
    margin-bottom: 3em;
}
.exp_box ul li:nth-child(3) {
    width: 90%;
}
.exp_box ul li h4 span {
    width: 27%;
}
.exp_box ul li:nth-child(3) h4 span {
    width: 27%;
}

.exp_box ul li h5 {
    font-size: 1.6em;
    line-height: 1.2;
}

}

