@charset "utf-8";

@media print, screen and (min-width: 769px) {
/* ---------------------------------------
　index
--------------------------------------- */
#head_line {
    background-image: url(../img/index_main.jpg);
}
#head_line > h1 {
        /* border-top: 1px solid #FFF; */
        font-size: 42px;
        line-height: 1;
        font-weight: bold;
        padding-top: 15px;
        margin-top: 15px;
    }
#catch_box {
    border-bottom: 1px solid #f2eee5;
    margin: 90px auto 0;
    padding-bottom: 80px;
    text-align: center;
    max-width: 1080px;
}
#catch_box p:nth-child(1) {
    color: #133263;
    font-size: 34px;
    font-weight: bold;
}
#catch_box p:nth-child(2),  #catch_box p:nth-child(3) {
    font-size: 16px;
    line-height: 2;
    margin-top: 50px;
}
#around_sec {
    margin-top: 80px;
}
#around_sec > h2 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.mainvisual {
    margin-top: 40px;
    overflow: hidden;
    position: relative;
}
.mainvisual .container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
}
.mainvisual .swiper-container {
    width: 100%;
    height: 100%;
    overflow: visible;
    z-index: 1;
    padding-bottom: 55px;
}
.mainvisual .swiper-slide {
    background-size: cover;
    padding-bottom: 66.6%;
}
.mainvisual .swiper-slide p {
    width: 100%;
    padding: 10px 0px;
    position: absolute;
    background-color: rgba(0,0,0,0.5);
    color: #FFF;
    bottom: 0px;
    z-index: 2;
    text-align: center;
}
.swiper-pagination {
    bottom: 0px;
}
.swiper-pagination-bullet {
    width: 40px;
    height: 5px;
    border-radius: 0;
    padding-right: 5px;
    margin-left: 5px;
    margin-right: 5px;
    background: #c9bc9c;
}
.swiper-pagination-bullet-active {
    background: #133263
}
.swiper-button-next, .swiper-button-prev {
    background-color: #133263;
    width: 49px;
    height: 49px;
}
.swiper-button-prev {
    left: -33.5%;
    background: url(../../../common/img/icon_arrow_type5.png) center center #133263 no-repeat;
    background-size: 11px 21px;
}
.swiper-button-next {
    right: -33.5%;
    background: url(../../../common/img/icon_arrow_type4.png) center center #133263 no-repeat;
    background-size: 11px 21px;
}
#link_sec {
    max-width: 1080px;
    margin: 80px auto 0px;
    padding-top: 80px;
    border-top: solid 1px #f2eee5;
}
#link_sec a {
    display: block;
    position: relative;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    background: url(../img/access.jpg) center center no-repeat;
    background-size: cover;
    padding-bottom: 29.6%;
    text-align: center;
}
#link_sec a div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFF;
}
#link_sec a div p {
    font-size: 40px;
    line-height: 58px;
}
#link_sec a div p+p {
    font-size: 16px;
    line-height: 1em;
}
}

@media screen and (max-width:768px) {
/* ---------------------------------------
　index
--------------------------------------- */
#head_line {
    background-image: url(../img/index_main.jpg);
}
#head_line > h1 {
        /* border-top: 1px solid #FFF; */
        font-size: 30px;
        line-height: 1.2;
        font-weight: bold;
        padding-top: 15px;
        margin-top: 15px;
    }      
#catch_box {
    margin: 35px 15px 0;
    border-bottom: 1px solid #f2eee5;
    padding-bottom: 40px;
}
#catch_box p br {
    display: none;
}
#catch_box p:nth-child(1) {
    color: #133263;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}
#catch_box p:nth-child(2),  #catch_box p:nth-child(3) {
    font-size: 14px;
    line-height: 2;
    margin-top: 15px;
    text-align: left;
}
#around_sec {
    margin-top: 35px;
}
#around_sec > h2 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.mainvisual {
    margin-top: 40px;
    overflow: hidden;
    position: relative;
}
.mainvisual .container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
}
.mainvisual .swiper-container {
    width: 100%;
    height: 100%;
    overflow: visible;
    z-index: 1;
    padding-bottom: 65px;
}
.mainvisual .swiper-slide {
    background-size: cover;
    padding-bottom: 66.6%;
}
.mainvisual .swiper-slide p {
    width: 100%;
    padding: 5px 0px;
    position: absolute;
    background-color: rgba(0,0,0,0.5);
    color: #FFF;
    bottom: 0px;
    z-index: 2;
    text-align: center;
}
.swiper-pagination {
    bottom: 0px;
}
.swiper-pagination-bullet {
    width: 15px;
    height: 5px;
    border-radius: 0;
    padding-right: 5px;
    margin-left: 5px;
    margin-right: 5px;
    background: #c9bc9c;
	line-height: 1.2;
}
.swiper-pagination-bullet-active {
    background: #133263
}
.swiper-button-next, .swiper-button-prev {
    background-color: #133263;
    width: 25px;
    height: 25px;
    transform: translate(0, -50%);
}
.swiper-button-prev {
    left: -33.5%;
    background: url(../../../common/img/icon_arrow_type5.png) center center #133263 no-repeat;
    background-size: 6px 10px;
}
.swiper-button-next {
    right: -33.5%;
    background: url(../../../common/img/icon_arrow_type4.png) center center #133263 no-repeat;
    background-size: 6px 10px;
}
#link_sec {
    margin: 80px 15px 0px;
    padding-top: 80px;
    border-top: solid 2px #f2eee5;
}
#link_sec a {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto;
    background: url(../img/access.jpg) center center no-repeat;
    background-size: cover;
    padding-bottom: 29.6%;
    text-align: center;
}
#link_sec a div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFF;
}
#link_sec a div p {
    font-size: 24px;
    line-height: 36px;
}
#link_sec a div p+p {
    font-size: 12px;
    line-height: 1em;
}
}
