@charset "utf-8";
/* CSS Document */

/* 全体
---------------------------------------------------*/
.info6{
    background: url(../img/bg_info6.png);
}


/* 旧info6
---------------------------------------*/
.info6_box{
    padding: 20px;
}

/* swiper
----------------------------*/
.swiper-slide img {
    margin-bottom: -1px;
}

/* 矢印 */
.info6 .swiper-button-next,
.info6 .swiper-button-prev {
    background: #ffffff80;
    border: 1px solid;
    border-radius: 500px;
    color: #555;
    height: 24px;
    width: 24px;
}
.info6 .swiper-button-next::after,
.info6 .swiper-button-prev::after {
    font-size: 14px;
    font-weight: 300;
}
.info6 .swiper-button-next, .info6 .swiper-button-prev{
    right: var(--swiper-navigation-sides-offset, 5px);
}


/* 旧info7
---------------------------------------*/
.info7_box{
    background: #fff;
    border-radius: 10px;
    margin: 0 20px auto;
    padding: 40px;
}

/* 小見出し */
.info7_logo{
    padding: 0;
    width: 50%!important;
}

.info7_title{
    border-bottom: 1px solid #7a3e42;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.info7_box_info:nth-of-type(1) .info7_title img{
    width: 22%;
    margin-bottom: -5px;
}
.info7_box_info:nth-of-type(2) .info7_title img{
    width: 50%;
}
.info7_box_info:nth-of-type(3) .info7_title img{
    width: 17%;
}

/* 小box */
.info7_box_info{
    margin: 0 auto;
    width: 100%;
}
.info7_box_info:nth-child(n+2){
    margin-top: 2rem!important;
}

.info7_box_info h3{
    color: #7a3e42;
    font-size: 120%;
}
.info7_box_info p{
    color: #7a3e42;
    /*font-family: "Noto Serif JP", serif;*/
    font-weight: 600;
}

/* 注釈 */
.info7_box_info .notes{
    color: #515457;
    /*font-family: "Noto Serif JP", serif;*/
    font-size: 90%;
    font-weight: normal;
}
.info7_box_info .notes li{
    text-indent: -1em;
    padding-left: 1em;
}

/* ボタン */
.info7_box_info .a_btn{
    background: #7a3e42;
    color: #fff;
    display: block;
    font-size: 90%;
    font-weight: 400;
    margin-top: 0.5rem;
    padding: 10px 20px;
}
.info7_box_info .a_btn:hover{
    opacity: 0.6;
    transition: 0.8s;
}

/* (c) */
.info7_box_copr{
    margin-top: 1rem;
    padding-bottom: 2rem;
    
    /* テキストに変更版 */
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    text-align: center;
}
.info7_box_copr img{
    display: block;
    margin: 0 auto;
    width: 65%;
}


