﻿@charset "utf-8";

html{
    height:100%;
}

body {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "游ゴシック体", 'Yu Gothic', YuGothic, "ヒラギノ角ゴシック ProN W3", "Hiragino Kaku Gothic ProN W3", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 0.8em;
    color: #282828;
    letter-spacing: -0.1em;
    font-weight: bold;
    position: relative;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    background-color: #4d4d4d;
    /*    background-color: #9ae0ff;*/
    margin: 0px;
    height: 100%;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
.pointer {
	cursor:pointer;
}

.error {
    color:red;
    font-size:1.5em;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
    display: block !important;
}

.sp {
    display: none !important;
}




.moji {
    width: 50px
}
.maptitle {
    font-size:4em;
}

.room {
    text-align: center;
    position: relative;
    width: 50%;
    justify-content: center;
    vertical-align: bottom
}
.nazo {
    width: 11vw;
    position: absolute;
    top: 18vw;
    left: 19vw;
    cursor: pointer
}

.lockleft {
    height: 2vw;
    position: absolute;
    top: 14vw;
    left: 9.5vw
}
.lockright {
    height: 2vw;
    position: absolute;
    top: 14vw;
    right: 9.5vw
}
.unlockleft {
    position: absolute;
    top: 14vw;
    left: 9.5vw
}

.unlockright {
    position: absolute;
    top: 14vw;
    right: 9.5vw;
}
.unlock {
    height: 2vw;
}
.leftdoor {
    width: 10vw;
    position: absolute;
    top: 18vw;
    left: 9vw;
    cursor: pointer
}
.rightdoor {
    width: 10vw;
    position: absolute;
    top: 18vw;
    right: 9vw;
    cursor: pointer
}


.sekichu {
    width: 6vw;
    position: absolute;
    top: 25vw;
    left: 22vw;
    cursor: pointer
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 757px) {
    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }
    .moji {
        width: 11.5vw;
    }

    .maptitle {
        font-size: 30pt;
    }

    .room {
        text-align: center;
        position: relative;
        width: 100%;
        justify-content: center;
        vertical-align: bottom
    }

    .nazo {
        width: 22vw;
        position: absolute;
        top: 35vw;
        left: 38vw;
        cursor: pointer
    }

    .lockleft {
        height: 4vw;
        position: absolute;
        top: 28vw;
        left: 20vw
    }

    .lockright {
        height: 4vw;
        position: absolute;
        top: 28vw;
        right: 20vw;
    }
    .unlockleft {
        position: absolute;
        top: 28vw;
        left: 20vw
    }
    .unlockright {
        position: absolute;
        top: 28vw;
        right: 20vw;
    }
    .unlock {
        height: 4vw;
    }

    .leftdoor {
        width: 20vw;
        position: absolute;
        top: 35vw;
        left: 18vw;
        cursor: pointer
    }
    .rightdoor {
        width: 20vw;
        position: absolute;
        top: 35vw;
        right: 18vw;
        cursor: pointer
    }

    .sekichu {
        width: 12vw;
        position: absolute;
        top: 50vw;
        left: 44vw;
        cursor: pointer
    }

  
}




.fade {
    animation: fadeIn 0.2s ease 0.3s 1 normal;
}

@keyframes fadeIn { /*animation-nameで設定した値を書く*/
    0% {
        opacity: 0
    }
    /*アニメーション開始時は不透明度0%*/
    100% {
        opacity: 1
    }
    /*アニメーション終了時は不透明度100%*/
}

.fadeHeight {
    animation: fadeInh 0.2s ease 0.3s 1 normal;
}



/* ■共通-------------------------------------------------- */
#wrapper {
 /*   padding: 0px 0px 0px 0px;
    text-align: center;
    font-size: 1.9em;
    line-height: 1.6em;

    position: relative;

    background-color: white;*/

   
}
img {

}
.longimg{
    margin-left:-32px;
}
.longimgStep {
    margin-left: -25px;
}
.area {

}

.stepclear{
    margin-top:-2px;
}


/*div {
    margin:0px auto;
}*/

.main{
    background-color:white;
}

.sliderimg{
    border:1px solid black;
}

a, area, button, [role="button"], input:not([type=range]),
label, select, summary, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

a {
    color: #fff;
}

h2 {
    margin: 5px;
    padding: 0;
}
textarea {
    font-size: 22px;
    background: rgba(255,255,255,1.0);
    color: #000;
    width: 90%;
    max-width: 500px;
    margin: 0 0 5px;
    padding: 5px;
    border: 2px solid #808080;
    border-radius: 5px;
}


/*button {
    display: inline-block;
    padding: 0.25em 1em;
    text-decoration: none;
    color: #74cb58;
    border: solid 2px #74cb58;
    border-radius: 3px;
    transition: .4s;
    background: #fff;
    font-size: 0.7em;
    cursor: pointer;
}

    button:hover {
        background: #a8f4b4;
        color: white;
    }*/

.bbtn {
    border: 2px solid black;
    border-radius: 0px;
    color: #000;
    font-weight: bold;
    
}
    .bbtn:hover {
        background: #999;
    }


.btn_seikai {
    width: 240px;
    height: 100px;
    font: normal normal bold 40px/59px Noto Sans JP;
    line-height: 80px;
    text-align: center;
    border: 10px solid #ED2939;
    color: #ED3140;
    border-radius: 50px;
    margin: 10px;
   
}
button:disabled {
    background-color: white !important;
}

    .btn_send {
/*        width: 240px;*/
        height: 100px;
        font: normal normal bold 40px/59px Noto Sans JP;
        background: #FDEE42;
        line-height: 80px;
        text-align: center;
        border: 10px solid #FE9A1B;
        color: #002395;
        border-radius: 50px;
        cursor: pointer;
        margin: 10px;
        padding:5px;
    }


        .btn_send .btn_inner {
            /*    width: 98%;
    height:83%;*/
            width: 200px;
            line-height: 60px;
            background: transparent linear-gradient(0deg, #FFFFFF 60%, #FCEE21 60%) 0% 0% no-repeat padding-box;
            border-radius: 50px;
            border: 5px solid white;
            margin:0px;
        }

.dot_line{
    margin-top:20px;
    margin-bottom:20px;
}

.video {
    width: 920px;
    border: 10px solid #FDCE01;
    border-radius: 50px;
}

input {
    /*    font-size: 22px;
    background: rgba(255,255,255,1.0);
    color: #000;
    width: 80%;
    max-width: 300px;
    margin: 0 0 5px;
    padding: 5px;
    border: 2px solid #74cb58;
    border-radius: 5px;*/
}


    input[type="text"] {
        border: 2px solid #707070;
        border-radius: 10px;
        font-size: 22px;
        text-align: left;
        height: 50px;
        /*
        height:50px;
        margin:10px;*/
        /*       padding-top: 10px;
        padding-bottom: 10px;*/
        padding-left: 20px;
        padding-right: 20px;
        margin-right: 20px
    }

        input[type="text"]::placeholder {
            color: #999;
            font-size: 22px;
            text-align: left;
        }

        .sendbtn{
            margin:10px;
        }


.ans_txt{
    margin:0px 0px 0px 100px;
    text-align:left;
}
.fuseikai{
    color:red;
    margin:0px;
    font-size:1.5em;
}
.seikai {
    color: red;
    text-align: center !important;
    pointer-events: none;
}
.tuzyou {

}
/*
.mapimg1 {
    width: 25px;
    cursor:pointer;
}
.mapimg2 {
    width: 40px;
    cursor: pointer;
}
.mapimg3 {
    width: 80px;
    cursor: pointer;
}
.mapimg4 {
    width: 150px;
    cursor: pointer;
}
.mapimg5 {
    width: 25px;
    cursor: pointer;
}*/

.mapimg1 {
    width: 1.5vw;
    cursor: pointer;
}

.mapimg2 {
    width:2.5vw;
    cursor: pointer;
}

.mapimg3 {
    width: 4.5vw;
    cursor: pointer;
}

.mapimg4 {
    width: 8.5vw;
    cursor: pointer;
   
}

.mapimg5 {
    width: 1.5vw;
    cursor: pointer;
    
}



@media only screen and (max-width: 757px) {
    .mapimg1 {
        width: 3vw;
        cursor: pointer;
    }

    .mapimg2 {
        width: 5vw;
        cursor: pointer;
    }

    .mapimg3 {
        width: 9vw;
        cursor: pointer;
    }

    .mapimg4 {
        width: 17vw;
        cursor: pointer;
    }

    .mapimg5 {
        width: 3vw;
        cursor: pointer;
    }

}

/*

@media (max-width: 700px) {
    .comheadderdiv {
        display:none;
    }
    .comheadderdivmin{
        display:block;
        width:100%;
        justify-content:center;
    }
}
*/
.hooper-slide {
    background-color: white;
    padding: 0px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    font-size: 30px;
    margin: 0px;
}
.hooper{
    height:100%!important;
}
.hooper-indicator{
    height:15px!important;
    width:15px!important;
    border-radius:50px!important;
    border:1px solid #cccccc!important;

}

.popup-wrapper {
    width: 100%; /*画面に大きさを合わせる*/
    height: 100%;
    position: fixed; /*ラッパーの左上隅を画面左上に固定*/
    top: 0px;
    left: 0px;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-y:auto;
}

.popup-background {
    width: 100%; /*ラッパー全体を覆うようにする*/
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /*半透明の黒*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-body {
  /*  background-color: #d9dbdd;*/
    width: 100%; /*ラッパーの半分の大きさにする*/
/*    height: 90%;*/
    position: absolute; /*ラッパーを基準に、画面中央にくるように調整*/
    /*top: 15px;*/
    margin: 0px;
    text-align: center;
    font-size: 18px;
 /*   border: 2px solid #999;
    border-radius: 5px;*/
    display: flex;
    justify-content: center;
    vertical-align:top;
    -ms-touch-action: manipulation;
    touch-action: manipulation;

    overflow-y:auto;

}

.popup-body2 {
    background-color: white;
    /*    width:100%;*/
    /*   max-width:500px;*/
      margin:200px;
     height:auto;
    text-align: center;
    font-size: 18px;
    border: 2px solid #999;
    border-radius: 5px;
    display: flex;
    justify-content: center;
}

.bimg1 {
    position: absolute;
    background-image: url("../img/img1.png");
    /*     max-width: 700px;*/
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.bimg {
    position: absolute;
    background-image: url("../img/mameimg.png");
/*     max-width: 700px;*/
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.bimg2 {
    position: absolute;
    background-image: url("../img/break.png");
    /*     max-width: 700px;*/
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.bimg3 {
    position: absolute;
    background-image: url("../img/break.png");
/*     max-width: 700px;*/
      width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
/*.bimg {
    position: absolute;*/
    /* max-width: 700px;*/
    /*width: 80%;
    height: 100%;
    overflow-y: scroll;
}

.bimg3 {
    position: absolute;
    width: 80%;
    height:100%;
    overflow-y: scroll;
}*/


/*.bimg2 {
    position: absolute;
    height: 100%;
    max-height:800px;
}
.bimg3 {
    position: absolute;
    width: 90%;
 
}*/
.popup-body2 > img {
    /*  height: calc(100% - 20px);*/
    max-width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-items: center;
    margin-left: 0px
}
.popupinnner {
    width:100%;
    margin: 20px;
    margin-left: 50px;
    margin-right: 50px;
    overflow-x:scroll;
 
    border: 2px solid #999;
    position:relative;
   

}

    .popupinnner > img {
      /*  height: calc(100% - 20px);*/
      height:100%;
        margin:0px;
        padding:0px;
        display:flex;
        justify-items:center;
        margin-left:0px
    }
.yazirusileft {
    position: absolute;
    left: 0px;
    top: calc(50% - 50px);
    height: 50px;
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
.yazirusiright {
    position: absolute;
    right: 0px;
    top: calc(50% - 50px);
    height: 50px;
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
.melon {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
    /*.popup-background {
    width: 100%;*/ /*ラッパー全体を覆うようにする*/
    /*height: 100%;
    background-color: rgba(0, 0, 0, 0.5);*/ /*半透明の黒*/
    /*}

.popup-body {
    width: 80%;*/ /*ラッパーの半分の大きさにする*/
    /*height:80%;
    position: absolute;*/ /*ラッパーを基準に、画面中央にくるように調整*/
    /*top: 5%;
    left: 5%;
    background-color: white;
    text-align: center;
    font-size: 18px;
    border: 2px solid #999;
    border-radius: 5px;
    padding: 20px;
}*/
    .huseikai {
        color: #d30303
    }
.label {
    text-align: left;
    color: white;
    margin-left: 50px;
    font-weight: bold;
    font-size:1.2em;
}
dl {
    display: block;
    margin: 0px auto 10px auto;
    padding: 0;
    width: 900px;
}
dt {
    border: 1px solid white;
    color: white;
    font-weight: bold;
    text-align:center;
    line-height:60px;
    
    height:70px;
}
dt > img{
    margin:5px;
    height:60px;
}
.open {
    background: url(../img/dt_open.png) right 10px top 10px no-repeat;
}
.close {
    background: url(../img/dt_close.png) right 10px top 10px no-repeat;
}
dd {
    width: 860px;
    margin: 0px auto 0px auto;
    padding: 20px;
    background-color: #ffffff;
    font-size:1.1em;
    font-weight:400;
    
    color: #5d6f77;
    text-align: left;
}
.hinttitle {

}

.ansarea {
    background-color: #002395;
    color:white;
    padding-top:50px;
    min-height:400px;
    margin-top:-12px;
}

.ansline {
    display: flex;
    justify-content: center; /*左右中央揃え*/
    align-items: center; /*上下中央揃え*/
}



.fotter {
    background-color: #002395;
    color: white;
    font-size: 0.8em;
    height: 50px;
    font-weight: 400;
}

.next {
    cursor: pointer;
  /*  text-align: right;*/
    text-decoration-line: underline;
}













.steptitle {
    width: 300px;
    display: flex;
    justify-content: flex-start;
    margin-left: 20px;
    margin-bottom: 20px;
    text-align: left;
}

.sliderdiv {
    border: 3px solid #000;
    border-radius: 10px;
    margin: 20px;
    padding: 10px;
}
.shadow {
    font-size:30px;
    color: #429122;
    text-shadow: 2px 2px #fff, 5px 5px rgba(0, 255, 212, 0.4);
}
dd p {

}

.hintimg {
    max-width: 600px;
    margin-top: 3px;
    margin-bottom: 3px;
}
.border01 {
    color: rgba(38, 187, 132, 0.7);
    text-shadow: 2px 2px #fff, 4px 4px 0 #5d6f77, 4px 2px 0 #5d6f77, 2px 4px 0 #5d6f77, 2px 2px 0 #5d6f77;
    font-size:40px;
}

.hintimg {
    max-width: 600px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.shita {
    vertical-align: bottom;
    position: relative;
    top: 0.4em;
}
.shita2 {
    vertical-align: bottom;
    position: relative;
    top: 0.4em;
}
/*
.hooper-slide {
    background-color: #62caaa;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border: 2px solid #fff;
    font-size: 30px;
    border-radius: 10px;
}*/