﻿@charset "utf-8";
/*モーダルウインドウ画像*/
.pic-touch {
    display: block;
    border-radius: 6px;
    border-radius: 6px;
}
.pic-notouch{
    display: none;
    border-radius: 6px;
    border-radius: 6px;
}
.box-touch {
    position: relative;
    margin: 60px auto 30px;
    padding: 10px;
    text-align: center;
    width: 640px;
    height: 360px;
    border-radius: 10px;
    box-shadow: 0px 3px 3px rgba(0,0,0,.2);
}
.touch-balloon {
    position: absolute;
    top: -65px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
.attention {
    position: relative;
    display: inline-block;
    height: 88px;
    width: 580px;
    background: url(../img/img_common_modal.png);
    z-index: 5;
}
.attention.hidden {
    display: none;
}
.attention span {
    display: table-cell;
    height: 88px;
    width: 580px;
    vertical-align: middle;
    color: #2F6193;
    text-shadow: 1px 1px 0 rgba(255,255,255,.3);
    font-weight: bold;
}
.handD-r {
    position: absolute;
    width: 42px;
    height: 60px;
    top: 18px;
    right: 24px;
    z-index: 6;
}
.handD-l {
    position: absolute;
    width: 42px;
    height: 60px;
    top: 18px;
    left: 24px;
    z-index: 6;
}
.handD-r, .handD-l {
    -webkit-animation-name: attention;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
    -moz-animation-name: attention;
    -moz-animation-duration: 1.5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease;
    -ms-animation-name: attention;
    -ms-animation-duration: 1.5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: ease;
    -o-animation-name: attention;
    -o-animation-duration: 1.5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: ease;
    animation-name: attention;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease;
}
@-webkit-keyframes attention {
 0% {
-webkit-transform:translate(0, 0);
}
 50% {
-webkit-transform:translate(0, -10px);
}
 100% {
-webkit-transform:translate(0, 0);
}
}
@-moz-keyframes attention {
 0% {
-moz-transform:translate(0, 0);
}
 50% {
-moz-transform:translate(0, -10px);
}
 100% {
-moz-transform:translate(0, 0);
}
}
@-ms-keyframes attention {
 0% {
-ms-transform:translate(0, 0);
}
 50% {
-ms-transform:translate(0, -10px);
}
 100% {
-ms-transform:translate(0, 0);
}
}
@-o-keyframes attention {
 0% {
-o-transform:translate(0, 0);
}
 50% {
-o-transform:translate(0, -10px);
}
 100% {
-o-transform:translate(0, 0);
}
}
@keyframes attention {
 0% {
transform:translate(0, 0);
}
 50% {
transform:translate(0, -10px);
}
 100% {
transform:translate(0, 0);
}
}
#modal01, #modal02, #modal03, #modal04, #modal05, #modal06, #modal07 {
    position: relative;
    width: 100%;
}
#open01, #open02, #open03, #open04, #open05, #open06, #open07, #open11, #open12, #open13, #open14, #open15, #open21, #open22, #open23, #open24, #open25 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    margin-top: -65px;
    padding-top: 65px;
}
.modal_window {
    position: absolute;
    width: 85.5%;
    height: 69.4%;
    top: 45.2%;
    left: 50%;
    padding: 18px 30px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: left;
    color: #fff;
    margin-top: 54px;
    background: #000;
}
.dialog-title ~ p {
    color: #fff;
}
h5.dialog-title {
    padding-bottom: 8px;
    color: #fff;
    border-bottom: 2px solid #fff;
    margin: 0 0 15px;
    min-height: 40px;
    display: block;
}
.dialog-title>span {
    display: inline-block;
    vertical-align: sub;
    font-size: 30px;
}
.dialog-title.modal-Aid>span {
    display: inline-block;
    vertical-align: sub;
    font-size: 30px;
    text-indent: -102px;
    margin-left: 100px;
}
.dialog-title.modal-Aid>span:nth-of-type(2) {
    text-indent: -50px;
}
.modal-w-all {
    width: 514px;
}
.modal-w-num {
    width: 410px;
}
.btn-close {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-top: 6px;
    background: url(../img/icon_common_close.png) #aaa no-repeat -1.5px -2px;
    box-shadow: 0 -2px 0 rgba(0,0,0,.4) inset;
    vertical-align: top;
    border-radius: 6px;
}
.btn-close.select {
    background: url(../img/icon_common_close.png) #888 no-repeat -1.5px 0px;
    box-shadow: 0 2px 0 rgba(0,0,0,.4) inset;
}
.modal_window img {
    width: 24px;
    height: 24px;
    vertical-align: sub;
}
.dialog-title img {
    width: 42px;
    height: 42px;
    vertical-align: text-top;
    margin-right: 10px;
}
.click01-01 {
    top: 1.8%;
    right: 0;
    width: 42.6%;
    height: 8.5%;
    border-radius: 18px 0 0 18px;
}
.click01-02 {
    top: 25.8%;
    left: 46.1%;
    width: 7%;
    height: 13%;
    border-radius: 12px;
}
.click01-03 {
    top: 44.5%;
    left: 46.7%;
    width: 5.8%;
    height: 10%;
    border-radius: 12px;
}
.click02-01 {
    top: 19.5%;
    right: 1.1%;
    width: 7.5%;
    height: 15.1%;
    border-radius: 12px;
}
.click02-02 {
    bottom: 0;
    left: 1.4%;
    width: 19.7%;
    height: 9.3%;
    border-radius: 30px;
}
.click02-03 {
    bottom: 0;
    left: 26%;
    width: 47%;
    height: 9.3%;
    border-radius: 18px;
}
.click03-01 {
    top: 56%;
    left: 4%;
    width: 7.5%;
    height: 14%;
    border-radius: 12px;
}
.click03-01:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50px;
    height: 50px;
    background: url(../img/img_Aid_modal01.png) no-repeat;
}
.click03-02 {
    top: 48%;
    left: 13%;
    width: 7.5%;
    height: 14%;
    border-radius: 12px;
}
.click03-02:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50px;
    height: 50px;
    background: url(../img/img_Aid_modal02.png) no-repeat;
}
.click03-03 {
    top: 44%;
    left: 22.5%;
    width: 7.5%;
    height: 14%;
    border-radius: 12px;
}
.click03-03:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50px;
    height: 50px;
    background: url(../img/img_Aid_modal03.png) no-repeat;
}
.click03-04 {
    bottom: 16%;
    left: 44%;
    width: 7.5%;
    height: 14%;
    border-radius: 12px;
}
.click03-04:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50px;
    height: 50px;
    background: url(../img/img_Aid_modal04.png) no-repeat;
}
.click03-05 {
    bottom: 16%;
    right: 38.5%;
    width: 7.5%;
    height: 14%;
    border-radius: 12px;
}
.click03-05:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50px;
    height: 50px;
    background: url(../img/img_Aid_modal05.png) no-repeat;
}
.click03-06 {
    top: 46%;
    right: 18.5%;
    width: 7.5%;
    height: 14%;
    border-radius: 12px;
}
.click03-06:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50px;
    height: 50px;
    background: url(../img/img_Aid_modal06.png) no-repeat;
}
.click03-07 {
    bottom: 22%;
    right: 19.2%;
    width: 7.5%;
    height: 13%;
    border-radius: 12px;
}
.click03-07:before {
    content: "";
    position: absolute;
    top: -1px;
    right: 0px;
    width: 50px;
    height: 50px;
    background: url(../img/img_Aid_modal07.png) no-repeat;
}
span .touch-mark {
    position: absolute;
    background: rgba(255,255,255,0.7);
    border: 3px solid rgba(255,255,255,0.5);
    box-shadow: rgba(0,0,0,0.5) 0 2px 2px 0.5px;
    -webkit-animation: switchtext 1.0s infinite alternate;
    -moz-animation: switchtext 1.0s infinite alternate;
    -ms-animation: switchtext 1.0s infinite alternate;
    -o-animation: switchtext 1.0s infinite alternate;
    animation: switchtext 1.0s infinite alternate;
}
span .touch-mark-frame {
    position: absolute;
    border: 3px solid rgba(255,255,255,1);
}
.mark-hidden {
    display: none;
}
@-webkit-keyframes switchtext {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}
@-moz-keyframes switchtext {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}
@-ms-keyframes switchtext {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}
@-o-keyframes switchtext {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}
@keyframes switchtext {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}
@-webkit-keyframes modalFadeIn {
 0% {
opacity:0;
display:block;
}
 100% {
opacity:1;
}
}
@-moz-keyframes modalFadeIn {
 0% {
opacity:0;
display:block;
}
 100% {
opacity:1;
}
}
@-ms-keyframes modalFadeIn {
 0% {
opacity:0;
display:block;
}
 100% {
opacity:1;
}
}
@-o-keyframes modalFadeIn {
 0% {
opacity:0;
display:block;
}
 100% {
opacity:1;
}
}
@keyframes modalFadeIn {
 0% {
opacity:0;
display:block;
}
 100% {
opacity:1;
}
}
div#window div:target, div#window01 div:target, div#window02 div:target {
    -webkit-animation-name: modalFadeIn;
    -webkit-animation-duration: 0.3s;
    -webkit-animation-iteration-count: 1;
    opacity: 1;
    display: block;
}
div#window div:target, div#window01 div:target, div#window02 div:target {
    -moz-animation-name: modalFadeIn;
    -moz-animation-duration: 0.3s;
    -moz-animation-iteration-count: 1;
    opacity: 1;
    display: block;
}
div#window div:target, div#window01 div:target, div#window02 div:target {
    -ms-animation-name: modalFadeIn;
    -ms-animation-duration: 0.3s;
    -ms-animation-iteration-count: 1;
    opacity: 1;
    display: block;
}
div#window div:target, div#window01 div:target, div#window02 div:target {
    -o-animation-name: modalFadeIn;
    -o-animation-duration: 0.3s;
    -o-animation-iteration-count: 1;
    opacity: 1;
    display: block;
}
div#window div:target, div#window01 div:target, div#window02 div:target {
    animation-name: modalFadeIn;
    animation-duration: 0.3s;
    animation-iteration-count: 1;
    opacity: 1;
}

@media screen and (max-width: 853px) {
/*モーダルウインドウ画像*/
.pic-touch {
    width: 575px;
    height: 323px;
}
.box-touch {
    width: 574px;
    height: 322px;
}
/*モーダルウインドウ設定*/
.modal-w-all {
    width: 460px;
}
.modal-w-num {
    width: 360px;
}
.dialog-title img {
    vertical-align: middle;
}
.dialog-title>span, .dialog-title.modal-Aid>span {
    font-size: 20px;
}
/*ぼうけんの手助けマップ数字*/
.click03-01:before {
    top: -3px;
    left: -3px;
}
.click03-02:before {
    top: -3px;
    left: -3px;
}
.click03-03:before {
    top: -3px;
    left: -3px;
}
.click03-04:before {
    top: -3px;
    left: -3px;
}
.click03-05:before {
    top: -3px;
    left: -3px;
}
.click03-06:before {
    top: -3px;
    left: -3px;
}
.click03-07:before {
    top: -3px;
    left: -3px;
}
}

@media screen and (max-width: 760px) {
/*モーダルウインドウ画像*/
.pic-touch{
  width: 100%;
  height: auto;
}
.aid{
  display: none;
}
.pic-notouch {
    display: block;
    width: 100%;
    height: auto;
}
.box-touch {
    width: 344px;
    height: 193px;
    padding: 5px;
}
.modal_window p img {
    background: #fff;
    border-radius: 5px;
    margin-right: 5px;
}
.dialog-title img {
    width: 26px;
    height: 26px;
}
/*モーダルウインドウ設定*/
.modal-w-num, .modal-w-all {
    width: auto;
}
/*テキスト*/
.dialog-title ~ p {
    color: #685746;
    margin: 0px;
    padding: 0 10px 10px;
}
h5.dialog-title {
    padding: 2px 10px 3px;
    background: #685746;
    border-radius: 5px;
}
.dialog-title.modal-Aid>span {
    text-indent: -72px;
    margin-left: 67px;
}
.dialog-title.modal-Aid>span:nth-of-type(2) {
    text-indent: -35px;
}
/*モーダルウインドウ開く*/
.touch-balloon {
    position: static;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
.box-touch, .box-touch-D {
    width: auto;
    height: auto;
    overflow: hidden;
    margin: -40px auto 25px;
    padding: 9px 10px 10px;
}
.touch-frame, .touch-D-frame {
    width: 100%;
    height: auto;
    padding: 0;
    margin: auto;
}
.pic-touch, .pic-touch-D {
    margin: 0 auto 10px;
}
#open01, #open02, #open03, #open04, #open05, #open06, #open07, #open11, #open12, #open13, #open14, #open15, #open16, #open17, #open18, #open21, #open22, #open23, #open24, #open25 {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: none;
    display: block;
    padding-top: 0px;
    margin-top: 0px;
}
#window01, #window02, #window03, #window04, #window05, #window06, #window07 {
    margin-top: 0px;
}
.modal_window {
    display: block;
    position: static;
    width: 100%;
    height: auto;
    margin-top: 10px;
    margin-left: 0px;
    padding: 0;
    text-align: left;
    z-index: 20;
    color: #fff;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    background: none;
}
.btn-close {
    display: none;
}
.attention, span .touch-mark, span .touch-mark-frame, .dialog-bg, .btn-close {
    display: none;
}
}

@media screen and (max-width: 540px) {
/*テキスト*/
h5.dialog-title {
				min-height: 0;
}
.dialog-title>span, .dialog-title.modal-Aid>span {
    font-size: 12px;
}
/*モーダルウインドウ開く*/
.touch-balloon {
    position: static;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
.pic-touch, .pic-touch-D {
    margin: 0 auto 10px;
}
#open01, #open02, #open03, #open04, #open05, #open06, #open07, #open11, #open12, #open13, #open14, #open15, #open16, #open17, #open18, #open21, #open22, #open23, #open24, #open25 {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: none;
    display: block;
    padding-top: 0px;
    margin-top: 0px;
}
#window01, #window02, #window03, #window04, #window05, #window06, #window07 {
    margin-top: 0px;
}
.modal_window {
    display: block;
    position: static;
    width: 100%;
    height: auto;
    margin-top: 10px;
    margin-left: 0px;
    padding: 0;
    text-align: left;
    z-index: 20;
    color: #fff;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.btn-close {
    display: none;
}
.attention, span .touch-mark, span .touch-mark-frame, .dialog-bg, .btn-close {
    display: none;
}
}
