@charset "UTF-8";

.tenken12KV{
    width:100%;
    max-height:300px;
    overflow:hidden;
}
.tenken12KV img{
    width:100%;
    margin-top:-60px;
}
#tenken12page{
    width:1000px;
    margin:25px auto 30px auto;;
    text-align:center;
}
.ttl01{
    font-size:24px;
}
.tx01{
    font-size:16px;
    margin:15px 0 20px 0;
    text-align:center;
}
.areaBlock{
    position:relative;
    width:700px;
    height:auto;
    margin:10px auto 70px;
    background-color:#000000;
    padding:20px 0 30px 0;
}

.ttl02{
    font-size:37px;
    line-height:1.3;
    text-align:center;
    font-weight:700;
    color:#fff;
}
.ttl03{
    margin:15px 0;
    text-align:center;
    font-weight:700;
    color:#fff;
}
.shopicon{
    display:inline-block;
    background: url(../_img_bg/store_icon.svg) left top no-repeat;
    background-size:auto 30px ;
    font-size:25px;
    font-weight:500;
    line-height:40px;
    padding-left:55px;
}
.accordionSpLs {
    width:600px; 
    margin:0 auto; 
    padding:0; 
    font-size:14px;
}
.accordionSpLs dt {
    background:#fff url(../_img_bg/circle_arrow_down.png) 98% center no-repeat;
    background-size:25px 25px;
    border-bottom:1px dotted #aaa;
    padding:5px;
    font-size:20px;
    text-align:center;
    font-weight:700;
    margin-bottom:15px;
    cursor:pointer;
}
dl.accordionSpLs dt.open {
    background:#fff url(../_img_bg/circle_arrow_up.png) 98% center no-repeat;
    background-size:25px 25px;
}
dl.accordionSpLs dd { 
    padding:2px 25px 25px 25px;
    display:none;
}
dl.accordionSpLs dd ul{ 
    width:100%;
    list-style-type:none;
}
dl.accordionSpLs dd li{
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width:25%;
    min-height:21px;
    padding:5px 0;
    font-size:18px;
    font-weight:700;
    color:#737373;
    text-align:left;
    float:left;
}
dl.accordionSpLs dd li a{
    padding:3px 2em 3px 0;
    background: url(../_img_bg/circle_arrow_right.png) no-repeat right center;
    background-size:20px 20px;
}
dl.accordionSpLs dd li a:link {color: #fff;text-decoration: none;}
dl.accordionSpLs dd li a:visited {color: #fff;text-decoration: none;}
dl.accordionSpLs dd li a:hover {
    color: #ff8800;text-decoration: underline;
    background: url(../_img_bg/circle_arrow_hover.png) no-repeat right center;
    background-size:20px 20px;
}
dl.accordionSpLs dd li a:active {color: #fff;text-decoration: underline;}

dl.accordionSpLs dd:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* ------- モーダル ------- */
#backMaskBase {
	background: #000;
 	display: none;
	height: 100%;
	left: 0px;
	-moz-opacity: 0.7;
	filter: alpha(opacity=7);
    opacity: 0.7;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9990;
}
#modalWin {
	display: none;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	height: 0;
    /* position: fixed; */
    position: relative;
	width: 100%;
	z-index: 9991;
}
#modalContent {
    display:none;
	position: relative;
	background-color: #f7f7f7;
	box-shadow: 3px 3px 8px #000;
	-moz-box-shadow: 3px 3px 8px #000;
	-webkit-box-shadow: 3px 3px 8px #000;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	min-width: 730px;
    max-width: 770px;
	height: auto;
    min-height:160px;
    /* max-height:500px; */
    overflow:auto;
	margin: 0 auto;
	padding: 0 0 25px 0;
	z-index: 9992;
	text-align: center;
	color: #000;
}
#modalContent .closeBtn{
    position:absolute;
    top:2px;
    right:2px;
    width:27px;
    height:27px;
    background-color:#777;
    /*     -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px; */
    cursor:pointer;
    z-index:999;
    transition: all 150ms 0s ease;
    border:1px solid #eee;
}
#modalContent .closeBtn:hover{
    background-color:#bbb;
    transition: all 300ms 0s ease;
}
#modalContent .closeBtn div{
    display: inline-block;
    position: relative;
    margin: 5px 0 0 0;
    padding: 0;
    width: 2px;
    height: 17px;
    background: #fff;
    transform: rotate(45deg);
}
#modalContent .closeBtn div:before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: -7px;
    width: 16px;
    height: 2px;
    margin-top: -1px;
    background: #fff;
}
#posspin{
    display:none;
    width:50px;
    height:50px;
    text-align:center;
    margin:170px auto 0 auto;
}
.modalinner{
    text-align:left;
    padding:0 0 30px 0;
}
.modalinner .err{
    font-size:18px;
    color:#666;
}
.modalinner .ttlMdl{
    background-color:#d7d5d3;
    font-size:25px;
    color:#000;
    text-align:center;
    padding:7px;
}
.modalinner .shopls{
    margin:15px 0;
}
.modalinner .shopls li{
    list-style-type: none;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width:50%;
    padding:10px 25px;
    font-size:16px;
    line-height:1.3;
    font-weight:700;
    color:#a53;
    float:left;
} 
.modalinner .shopls li a{
    display:block;
    padding:3px 30px 3px 0;
    border-bottom:1px dotted #777;
    height:auto;
    word-spacing:100%;
}

.modalinner .shopls li a:link, .modalinner .shopls li a:visited{
    background: url(../_img_bg/icon_right_arw1.svg) no-repeat right center;
}
.modalinner .shopls li a:hover, .modalinner .shopls li a:active{
    background: url(../_img_bg/icon_right_arw2.svg) no-repeat right center;
    color:#ff7700;
}
.fontsmall{
    font-size:90%;
    /* letter-spacing:-0.1em; */
    white-space:nowrap;
    overflow:hidden;
}
.aBtn12m{
    padding:10px 0 5px 0;
    text-align:center;
}

.aBtn12m a {
	padding: 0.5em 1.5em;
	border-radius: 6px;
	color: #fff;
	background: #111;
    text-decoration:none;
    font-size:16px;
    font-weight:bold;
    line-height:1.5;
    text-align:center;
    box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.2);
}
.aBtn12m a:link {color: #fff;}
.aBtn12m a:visited {color: #fff;}
.aBtn12m a:hover {color: #fff;background: #555;}
.aBtn12m a:active {color: #fff;}
/* ---------------------------- スマホ --------------------------- */
@media screen and (max-width:767px){
    .tenken12KV{
        max-height:20vh;
    }
    .tenken12KV img{
        margin-top:-0;
    }
    #tenken12page{
        width:96%;
        margin:5vh auto 4vh auto;
    }
    .ttl01{
        font-size:5.3vw;
        font-weight:700;
    }
    .tx01{
        font-size:3.5vw;
        margin:1vh 0 2vh 0;
    }
    .aBtn12m{
        padding:1vh 0 1vh 0;
    }
    .aBtn12m a {
        font-size:3.7vw;
    }
    .areaBlock{
        width:98%;
        margin:2vh auto 10vh;
        padding:2vh 0 3vh 0;
    }
    .ttl02{
        font-size:7vw;
        line-height:1.4;
    }
    .ttl03{
        font-size:6vw;
        margin:1.5vh 0;
    }
    .accordionSpLs {
        width:92%; 
        margin:0 auto; 
        padding:0; 
        font-size:5vw;
    }
    .accordionSpLs dt {
        background-size:1.1em 1.1em;
        font-size:5vw;
        margin-bottom:3vh;
    }
    dl.accordionSpLs dt.open {
        background-size:1.1em 1.1em;
    }
    dl.accordionSpLs dd { 
        padding:0 2vh 4vh 2vh;
    }
    dl.accordionSpLs dd li{;
        width:50%;
        min-height:8.8vh;
        padding:1vh 0;
        font-size:5vw;
        float:left;
    }
    dl.accordionSpLs dd li a{
        padding:1vh 2em 0 0;
        background-size:1em 1em;
    }
    dl.accordionSpLs dd li a:hover {
        background-size:1em 1em;
    }
    /* ------- /モーダルSP ------- */
    #modalContent {
        min-width: auto;
        max-width: auto;
        width:85%;
        min-height:auto;
        padding: 0 0 3vh 0;
    }
    .modalinner{
        text-align:left;
        padding:0 0 3vh 0;
    }
    .modalinner .ttlMdl{
        font-size:6vw;
        padding:7px;
    }
    .modalinner .shopls{
        margin:2vh 0;
    }
    .modalinner .shopls li{
        width:92%;
        margin: 0 auto;
        padding:2vh 3vw;
        font-size:4.3vw;
        line-height:1.3;
        float:none;
    } 
    .modalinner .shopls li a{
        padding:0 2em 1vh 0;
    }
    .fontsmall{
        font-size:100%;
        letter-spacing:normal;
        white-space:normal;
        overflow:visible;
        word-spacing:50%;
    }
}/* スマホ */