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

.bg_gold {
    background-color: #000;
    background-image: url("../img/bg.webp");
    background-position: center top;
    background-size: cover;
    padding: 6em 0 0;
}
.bg_gold figure {
    display: block;
    height: 5px;
    background: linear-gradient(to right, #dda143, #f4e67d, #dda143);
}

.bg_gold img {
    width: 100%;
}
.bg_gold h1 {
    width: 40%;
    margin: 0 auto 0.5em;
    line-height: 0;
}
.bg_gold h2 {
    width: 50%;
    margin: 0 auto 3em;
    line-height: 0;
}

.bukken_slide {
    position: relative;
    width: 100%;
}
.swiper-container1 {
    overflow: hidden;
}
.swiper-container1 img {
    width: 100%;
}
.swiper-container1 .swiper-wrapper {
  transition-timing-function: linear;
}
.swiper-container1 .swiper-slide {
    width: calc(100% / 5);
}

.bg_bk {
    position: relative;
    background-color: #000;
    background-image: url("../img/bg_wall.webp");
    background-position: center center;
    background-size: cover;
    padding: 5em 0;
    color: #fff;
}
.bg_bk img {
    width: 100%;
}
.bg_bk h2 {
    width: 60%;
    margin: 0 auto 2em;
    line-height: 0;
}
.bg_bk h3 {
    width: 40%;
    margin: 0 auto 2em;
    line-height: 0;
}
.bg_bk h4 {
    width: 75%;
    margin: 0 auto 1em 5%;
    line-height: 0;
}
.bg_bk p {
    text-align: left;
    line-height: 1.5;
    font-size: 0.76em;
    margin: 0.5em auto 0 1em;
}

.present_slide {
    position: relative;
}
.swiper-container2 {
    overflow: hidden;
}
.swiper-container2 img {
    width: 100%;
}
.swiper-container2 .swiper-slide {
    width: calc(100% / 9);
}

.bg_bk section {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 20%;
    z-index: 1;
}

.quo {
    line-height: 0;
    margin-bottom: 2em;
}
.quo_tx {
    line-height: 1.5;
    text-align: center;
    margin-bottom: 3em;
}
.res_btn {
    width: 40%;
    margin: 0 auto;
    cursor: pointer;
}
.res_pull {
    display: none;
}
.res_pull ul {
    width: 40%;
    padding: 1em 0 0;
    margin: auto;
}
.res_pull ul li {
    border-bottom: solid 1px #c00;
}
.res_pull ul li a {
    display: block;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
    font-size: 1.24em;
    line-height: 60px;
    color: #111;
    font-weight: bold;
    transition: all 0.3s;
}
.res_pull ul li a:hover {
    background-color: #eee;
}
.bsub {
    line-height: 0;
    width: 15%;
    margin: 0 auto 3em;
}
.bsub img {
    width: 100%;
}

.bukken_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.item {
    width: 46.5%;
    margin-bottom: 5em;
}
.item img {
    width: 100%;
}
.item a {
    position: relative;
    display: block;
    transition: all 0.3s;
}
.item a span {
    position: absolute;
    width: 100px;
    top: 10px;
    right: 10px;
}
.item a span img {
    width: 100%;
}
.item a:hover {
    opacity: 0.6;
}
.item h3 {
    font-size: 1.4em;
    line-height: 1.4;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
    margin: 0.7em 0 0.5em;;
}
.item p {
    font-size: 1em;
    line-height: 1.7;
}
.item p span {
    display: inline-block;
    background-color: #eee;
    padding: 0 0.5em;
    margin-right: 0.5em;
}
.item ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 1em;
}
.item ul li {
    width: calc(100% / 3);
    text-align: center;
}
.item ul li a {
    box-sizing: border-box;
    line-height: 60px;
    font-size: 1.24em;
}
.item ul li:nth-child(1) a {
    background-color: #fff;
    color: #333;
    border: 1px solid #999;
}
.item ul li:nth-child(2) a {
    background-color: #333;
    color: #fff;
    border: 1px solid #333;
}
.item ul li:nth-child(3) a {
    background-color: #c00;
    color: #fff;
    border: 1px solid #c00;
}

@media screen and (max-width: 960px) {

.bg_gold h1 {
    width: 50%;
}
.bg_gold h2 {
    width: 60%;
}

.bg_bk h2 {
    width: 80%;
}
.bg_bk h3 {
    width: 60%;
}
.bg_bk h4 {
    width: 78%;
}
.bg_bk p {
    font-size: 0.64em;
}

.res_btn {
    width: 60%;
}
.res_pull ul {
    width: 60%;
}
.quo_tx {
    font-size: 0.84em;
}

.bsub {
    width: 20%;
    margin: 0 auto 3em;
}
.bukken_box {

}
.item {
    width: 46.5%;
    margin-bottom: 5em;
}
.item a span {
    width: 25%;
    top: 10px;
    right: 10px;
}
.item h3 {
    font-size: 1.16em;
    line-height: 1.4;
    margin: 0.7em 0 0.5em;;
}
.item p {
    font-size: 1em;
    line-height: 1.7;
}
.item ul li a {
    box-sizing: border-box;
    line-height: 40px;
    font-size: 1em;
}

}

@media screen and (max-width: 520px) {
.bg_gold {
    background-image: url("../img/bg_sp.webp");
    background-size: contain;
    padding: 4em 0 0;
}
.swiper-container1 .swiper-slide {
    width: calc(100% / 2);
}

.bg_gold h1 {
    width: 80%;
    margin: 0 auto 2em;
}
.bg_gold h2 {
    width: 50%;
    margin: 0 auto 2em;
}

.bg_bk {
    padding: 3em 0;
}

.swiper-container2 .swiper-slide {
    width: 70%;
    margin: auto;
}

.bg_bk h2 {
    width: 80%;
    margin: 0 auto 1em;
}
.bg_bk h3 {
    width: 65%;
}
.bg_bk h4 {
    width: 96%;
    margin: 0 auto 1.5em;
}
.bg_bk section {
    width: 40%;
}

.res_btn {
    width: 80%;
}
.res_pull ul {
    width: 90%;
}
.res_pull ul li a {
    font-size: 1em;
    line-height: 60px;
}
.quo_tx {
    font-size: 0.84em;
    text-align: left;
}

.bsub {
    width: 30%;
    margin: 0 auto 3em;
}
.item {
    width: 100%;
    margin-bottom: 5em;
}

}
