/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
/* 全体 */
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
.main_contents{
    width: 1020px;
    margin: auto;
    font-family:"UD デジタル 教科書体 N-R";
}
@media screen and (max-width: 840px){
    /* タブレット */
    .main_contents{
        width: 100%;
    }   
}
@media screen and (max-width: 540px){
    /* スマホ */
    .main_contents{
        width: 100%;
    }
}
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
/* アクセス */
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* タイトル部分 */
.access_box{
    width: 100%;
    height: 1100px;
    margin: auto;
    margin-top: 30px;
    background-image: url("../img/image/access/access/back_ground.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color:rgba(255,255,255,0.6);
    background-blend-mode:lighten;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.5);
}
.access_box .con_title{
    background-image: url("../img/image/head_parts.svg");
    background-repeat: no-repeat;
    background-size: contain;
    height: 200px;
    position: relative;
}
.access_box .con_title_box{
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items:flex-start;
}
.access_box .con_title .en_title{
    color: gray;
    font-size: 80px;
    font-family: 'Anton', sans-serif;
    margin-top: 10px;
    margin-left: 20px;
}
.access_box .con_title .ja_title{
    color: white;
    margin-left: 90px;
    font-size: 25px;
}
/* 内容部分 */
.access_box .con1{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 100px;
}
.access_box .con1 .box1 > *{
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 30px;
}
.access_box .con2{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.access_box .con2 .box1{
    margin: auto;
    margin-top: 100px;
    font-size: 20px;
    font-weight: bold;
}
.access_box .con3{
    margin-top: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.access_box .con3 img{
    width: 100px;
}
.access_box .con3 > *{
    margin-left: 20px;
}
@media screen and (max-width: 840px){
    /* タブレット */
    .access_box .con1{
        flex-direction: column;
    }
    .access_box .con_title{
        height: 180px;
    }
}
@media screen and (max-width: 540px){
    /* スマホ */
    .access_box{
        height: 1200px;
    }
    .access_box .con_title{
        height: 90px;
    }
    .access_box .con_title .en_title{
        font-size: 25px;
    }
    .access_box .con_title .ja_title{
        margin-left: 30px;
        font-size: 18px; 
    }
    .access_box .con1 iframe{
        width: 300px;
    }
    .access_box .con2 .box1{
        font-size: 14px;
        margin-top: 30px;
    }
}
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
/* 支払 */
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* タイトル部分 */
.payment_box{
    width: 100%;
    height: 900px;
    margin: auto;
    margin-top: 30px;
    background-image: url("../img/image/access/payment/back_ground.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color:rgba(255,255,255,0.6);
    background-blend-mode:lighten;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.5);
}
.payment_box .con_title{
    background-image: url("../img/image/head_parts.svg");
    background-repeat: no-repeat;
    background-size: contain;
    height: 200px;
    position: relative;
}
.payment_box .con_title_box{
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items:flex-start;
}
.payment_box .con_title .en_title{
    color: gray;
    font-size: 80px;
    font-family: 'Anton', sans-serif;
    margin-top: 10px;
    margin-left: 20px;
}
.payment_box .con_title .ja_title{
    color: white;
    margin-left: 90px;
    font-size: 25px;
}
/* 内容部分 */
.payment_box .con1{
    margin-top: 90px;
    margin-left: 30px;
    margin-right: 30px;
    padding: 50px;
    border: 5px solid #80d2e68e;
}
.payment_box .con1 .item_box1{
    display: flex;
    justify-content: space-around;
}
/* 電子決済 */
.payment_box .con1 .item_box1 .electronic_payment_box{
    width: 450px;
}
.payment_box .con1 .item_box1 .electronic_payment_box .title{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.payment_box .con1 .item_box1 .electronic_payment_box img{
    width: 60px;
}
.payment_box .con1 .item_box1 .electronic_payment_box ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.payment_box .con1 .item_box1 .electronic_payment_box li{
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
}
/* クレジット */
.payment_box .con1 .item_box1 .credit_box{
    width: 450px;
}
.payment_box .con1 .item_box1 .credit_box .title{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.payment_box .con1 .item_box1 .credit_box img{
    width: 60px;
}
.payment_box .con1 .item_box1 .credit_box ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.payment_box .con1 .item_box1 .credit_box li{
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.payment_box .con1 .item_box2{
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}
@media screen and (max-width: 840px){
    /* タブレット */
    .payment_box .con1 .item_box1 .electronic_payment_box img{
        width: 80px;
    }
    .payment_box .con1 .item_box1 .credit_box img{
        width: 80px;
    }
    .payment_box .con_title{
        height: 180px;
    }
}
@media screen and (max-width: 540px){
    /* スマホ */
    .payment_box{
        height: 600px;
    }
    .payment_box .con_title{
        height: 90px;
    }
    .payment_box .con_title .en_title{
        font-size: 25px;
    }
    .payment_box .con_title .ja_title{
        margin-left: 30px;
        font-size: 18px; 
    }
    .payment_box .con1{
        margin-top: 0;
        padding: 30px;
    }
    .payment_box .con1 .item_box1 .electronic_payment_box{
        width: 120px;
    }
    .payment_box .con1 .item_box1 .credit_box{
        width: 120px;
    }
    .payment_box .con1 .item_box1 .electronic_payment_box img{
        width: 40px;
    }
    .payment_box .con1 .item_box1 .credit_box img{
        width: 40px;
    }
}