@charset "shift_jis";
/* CSS Document */
#mainimage {
    position: relative;
    width: 100%;
    background: url("../img/kintaro_ssom_img/deco_moyou.png") center center repeat #fff8ee;
    background-size: 114px 115px;
    padding: 30px;
}
/:root {
    --outline: #fff;
}
.font_deco {
    display: inline-block;
    color: #000000; /* 文字の色 */
    text-shadow:
        2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff; /* 文字の影 */
}
.font_deco span {
    color: #f90; /* 文字の色 */
    text-shadow:
        2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff; /* 文字の影 */
}
@media print, screen and (min-width:768px) {
    #mainimage {
        height: 300px;
    }
}
#mainimage #maincatch {
    position: relative;
    background: #ffe9c7;
    border-radius: 20px;
    padding: 25px;
    margin: auto;
    width: 80%;
}
#mainimage #maincatch figure img {
    width: 100%;
    height: auto;
    max-width: 90px;
}
#mainimage #maincatch figure:nth-of-type(1) {
    position: absolute;
    top: -40px;
    left: -30px;
    transform: rotate(-20deg);
}
#mainimage #maincatch figure:nth-of-type(2) {
    position: absolute;
    top: -40px;
    right: -30px;
    transform: rotate(19deg);
}
#mainimage #maincatch figure:nth-of-type(3) {
    position: absolute;
    bottom: -30px;
    left: -30px;
}
#mainimage #maincatch figure:nth-of-type(4) {
    position: absolute;
    bottom: -40px;
    right: -30px;
}
#mainimage #maincatch figure:nth-of-type(5) {
    position: absolute;
    bottom: -35px;
    right: 60%;
    transform: rotate(-19deg);
}
@media print, screen and (min-width:768px) {
    #mainimage #maincatch figure:nth-of-type(1) {
        top: -40px;
        left: -30px;
        transform: rotate(-20deg);
    }
    #mainimage #maincatch figure:nth-of-type(2) {
        top: -40px;
        right: -30px;
        transform: rotate(19deg);
    }
    #mainimage #maincatch figure:nth-of-type(3) {
        bottom: -30px;
        left: -30px;
    }
    #mainimage #maincatch figure:nth-of-type(4) {
        bottom: -10px;
        right: -30px;
    }
    #mainimage #maincatch figure:nth-of-type(5) {
        bottom: -73px;
        right: 79%;
        transform: rotate(-19deg);
    }
    #mainimage #maincatch figure img {
        max-width: 120px;
    }
}
#mainimage #maincatch .japan_taiwan {}
#mainimage #maincatch .japan_taiwan p {
    font-size: 16px;
    font-weight: bold;
    background: #fff;
    padding: 20px;
    border-radius: 15px;
}
#mainimage #maincatch h2 {
    font-size: clamp(1.5rem, -1.313rem + 7.81vw, 3.438rem);
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.1;
}
@media print, screen and (min-width:768px) {}
/*========================================================================*/
section img {
    width: 100%;
    height: auto;
}
section {
    padding: 50px 0;
}
section .title01 {
    text-align: center;
}
section p {
    margin: 20px 0;
}
section h3 span {
    position: relative;
}
section h3 span figure img {
    width: 100%;
    height: auto;
    max-width: 90px;
}
section h3 span figure {
    position: absolute;
    top: -10px;
    left: -80px;
}
/* sec01 */
#sec01 h3 span figure {
    position: absolute;
    right: -300px;
    transform: rotate(19deg);
}
/* sec02 */
#sec02 {}
/* ====== sec03 ====== */

#sec03 {
    position: relative;
    width: 100%;
    padding: 30px;
}
/* 背景画像 */
#sec03::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/kintaro_self_machine_img/kiosk machine2.png") center center no-repeat;
    opacity: 0.3;
    background-size: contain;
    z-index: 0;
}
#sec03 .faq_box li:not(:last-child) {
    margin-bottom: 30px;
}
#sec03 .faq_box li .question {
    position: relative;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: #003da6;
    padding: 10px 20px 10px 50px;
    transition: 0.5s all;
    margin: 0;
}
#sec03 .faq_box li .question::after {
    content: "Q";
    position: absolute;
    top: 10px;
    left: 10px;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #003da6;
    background: #fff;
    transition: 0.5s all;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 1.4;
}
#sec03 .faq_box li .question:hover {
    cursor: pointer;
    opacity: 0.7;
}
#sec03 .faq_box li .answer {
    position: relative;
    display: none;
    text-align: left;
    background: #F5F5F5;
    padding: 10px 20px 10px 50px;
    margin: 0;
}
#sec03 .faq_box li .answer::after {
    content: "A";
    position: absolute;
    top: 10px;
    left: 10px;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: #003da6;
    transition: 0.5s all;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 1.4;
}
@media screen and (min-width:768px) {
}