@charset "utf-8";

@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(//use.fontawesome.com/releases/v5.11.0/css/all.css);

/*
	font-family:"FontAwesome";
	font-family:"Font Awesome 5 Free";
*/


/*========================================
 Base
========================================*/
html {font-size:62.5%;}
body{
    background:url(../images/bg.jpg) center top repeat-y #170707;
    font-size:1.2rem;
    line-height:1.6;
}
li {list-style:none;}


/* PC */
@media screen and (min-width: 641px) {
header, nav{
    width:1080px;
    margin:0 auto 20px;
}

header h1 {display:none;}
nav ul{
    overflow:hidden;
    width:100%;
    border:1px solid #7e9f55;
}
nav li{
    float:left;
    background:#000;
    width:calc(100% / 3 - 1px);
    font-size:3rem;
    text-align:center;
    letter-spacing:2px;
    border-right:1px solid #7e9f55;
}
nav li:last-child {border-right:none;}
nav li a{
    display:block;
    background:#000;
    padding:8px 0;
    color:#fff;
    text-decoration:none;
}
nav li a::before{
	font-family:"Font Awesome 5 Free";
    content:"\f054";
    margin-right:10px;
    font-weight:900;
}
nav li a:hover{
    background:#111;
    color:#db0020;
}

section{
    background:rgba(255, 255, 255, 0.8);
    width:1080px;
    margin:0 auto 20px;
    padding:20px;
    font-size:1.4rem;
    box-sizing:border-box;
}
h2{
    margin-bottom:16px;
    font-size:2.6rem;
    text-align:center;
}
h2::before, h2::after{
    content:"――";
    margin:0 1em;
}
section p {margin-bottom:1em;}
dl {overflow:hidden;}
dt{
    float:left;
    clear:left;
    background:#000;
    width:8em;
    margin-bottom:4px;
    padding:3px 0;
    color:#fff;
    text-align:center;
}
dd{
    float:left;
    margin:0 0 4px 1em;
    padding:3px 0;
}

h3{
    margin-bottom:8px;
    padding-left:6px;
    font-size:2.2rem;
    border-left:5px solid #170707;
}
#shop ul{
    overflow:hidden;
    width:100%;
    margin-bottom:20px;
}
#shop li{
    float:left;
    width:calc(100% / 5 - 20px);
    margin-left:20px;
}
#shop li a{
    display:block;
    color:#170707;
    text-decoration:none;
}
#shop li a:hover {color:#db0020;}
#shop li a::before{
	font-family:"Font Awesome 5 Free";
    content:"\f105";
    margin-right:8px;
    font-weight:900;
}

#shopPhoto {overflow:hidden;}
.shopWrap h3{
    background:#423c44;
    margin-bottom:14px;
    font-size:2.2rem;
    color:#fff;
    text-align:center;
    border:1px solid #170707;
}
.shopWrap {overflow:hidden;}
.shopBox{
    float:left;
    width:21%;
    margin:0 2% 30px;
}
.shopBox p:first-of-type{
    display:table-cell;
    background:#fff;
    width:230px;
    height:216px;
    margin-bottom:8px;
    text-align:center;
    vertical-align:middle;
    border:1px solid #170707;
}
.shopBox p:first-of-type img{
    max-width:216px;
    max-height:216px;
    vertical-align:bottom;
}
.shopBox .Name{
    margin-bottom:0;
    padding:4px 0;
    font-size:1.3rem;
    text-align:center;
}
form input{
    background:#170707;
    width:100%;
    padding:2px 0;
    font-size:1.5rem;
    color:#fff;
    text-align:center;
}
form input:hover{
    background:#222;
    color:#db0020;
}
form input::before{
	font-family:"Font Awesome 5 Free";
    content:"\f105";
    margin-right:8px;
    font-weight:900;
}

.copyright{
    padding:20px 0;
    color:#fff;
    text-align:center;
}


/* 結果発表 */
#resultArea{
    overflow:hidden;
    margin:10px auto 80px;
    border-bottom:1px #222 dotted;
}
.resultTit{
    margin:0 0 15px;
    padding:0.5rem 0 0;
    font-size:3.5rem;
    font-weight:bold;
    color:#000;
    text-align:center;
}
.resultWrap{
    overflow:hidden;
    width:80%;
    margin:0 auo;
}
.resultBox{
    float:left;
    width:40%;
    margin:10px 5% 5%;
}
.resultWrap .award, .resultWrap .shopName{
    background:#000;
    padding-top:4px;
    font-size:2rem;
    font-weight:bold;
    color:#fff;
    text-align:center;
    line-height:2.1;
}
.resultWrap .shopPhoto{
    background:#ef86a7;
    height:500px;
    padding:10px 0;
    text-align:center;
}
.resultWrap .shopPhoto img{
    position:relative;
    top:50%;
    transform:translateY(-50%);
    max-width:100%;
    max-height:500px;
    vertical-align:bottom;
}


}


/* スマホ */
@media screen and (max-width: 640px) {
.pcOnly {display:none;}

header, nav{
    width:100%;
    margin:0 auto 14px;
}

header h1 {display:none;}
header img {width:100%;}
nav ul{
    overflow:hidden;
    width:100%;
}
nav li{
    float:left;
    background:#000;
    width:calc(100% / 2 - 12px);
    margin:0 5px 10px;
    font-size:1.6rem;
    letter-spacing:2px;
    text-indent:2em;
    border:1px solid #7e9f55;
}
nav li a{
    display:block;
    background:#000;
    padding:8px 0;
    color:#fff;
    text-decoration:none;
}
nav li a::before{
	font-family:"Font Awesome 5 Free";
    content:"\f054";
    margin-right:10px;
    font-weight:900;
}

section{
    background:rgba(255, 255, 255, 0.8);
    width:96%;
    margin:0 auto 20px;
    padding:20px;
    font-size:1.3rem;
    box-sizing:border-box;
}
h2{
    margin-bottom:16px;
    font-size:1.8rem;
    text-align:center;
}
h2::before, h2::after{
    content:"――";
    margin:0 1em;
}
section p {margin-bottom:1em;}
dl {overflow:hidden;}
dt{
    float:left;
    clear:left;
    background:#000;
    width:8em;
    margin-bottom:4px;
    padding:3px 0;
    color:#fff;
    text-align:center;
}
dd{
    float:left;
    margin:0 0 4px 1em;
    padding:3px 0;
}

h3{
    margin-bottom:8px;
    padding-left:6px;
    font-size:1.5rem;
    border-left:5px solid #170707;
}
#shop ul{
    overflow:hidden;
    width:100%;
    margin-bottom:20px;
    font-size:1.2rem;
}
#shop li{
    float:left;
    width:calc(100% / 2);
    margin-bottom:3px;
    line-height:1.2;
}
#shop li a{
    display:block;
    color:#170707;
    text-decoration:none;
}
#shop li a:hover {color:#db0020;}
#shop li a::before{
	font-family:"Font Awesome 5 Free";
    content:"\f105";
    margin-right:2px;
    font-weight:900;
}

#shopPhoto {overflow:hidden;}
.shopWrap h3{
    background:#423c44;
    margin-bottom:14px;
    font-size:1.6rem;
    color:#fff;
    text-align:center;
    border:1px solid #170707;
}
.shopWrap {overflow:hidden;}
.shopBox{
    float:left;
    width:46%;
    margin:0 2% 30px;
}
.shopBox p:first-of-type{
    display:table-cell;
    background:#fff;
    width:150px;
    height:150px;
    margin-bottom:8px;
    text-align:center;
    vertical-align:middle;
    border:1px solid #170707;
}
.shopBox p:first-of-type img{
    max-width:100%;
    max-height:150px;
    vertical-align:bottom;
}
.shopBox .Name{
    margin-bottom:0;
    padding:4px 0;
    font-size:1.3rem;
    text-align:center;
    letter-spacing:-1px;
}
form input{
    background:#170707;
    width:100%;
    padding:2px 0;
    font-size:1.5rem;
    color:#fff;
    text-align:center;
}
form input:hover{
    background:#222;
    color:#db0020;
}
form input::before{
	font-family:"Font Awesome 5 Free";
    content:"\f105";
    margin-right:8px;
    font-weight:900;
}

.copyright{
    padding:0 0 20px;
    color:#fff;
    text-align:center;
}


/* 結果発表 */
#resultArea{
    overflow:hidden;
    margin:10px auto 80px;
    border-bottom:1px #222 dotted;
}
.resultTit{
    margin:0 0 15px;
    padding:0.5rem 0 0;
    font-size:2.2rem;
    font-weight:bold;
    color:#000;
    text-align:center;
}
.resultWrap{
    width:80%;
    margin:10px auto 5%;
}
.resultBox:last-child{
    margin-top:20px;
}

.resultWrap .award, .resultWrap .shopName{
    background:#000;
    padding-top:4px;
    font-size:1.6rem;
    font-weight:bold;
    color:#fff;
    text-align:center;
    line-height:2.1;
}
.resultWrap .shopPhoto{
    background:#ef86a7;
    padding:10px 0;
    text-align:center;
}
.resultWrap .shopPhoto img{
    width:70%;
    vertical-align:bottom;
}


}

/*トップへ戻る*/
#page-top {
    opacity:0.8;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    text-decoration: none;
    color: #fff;
    padding:15px;
    text-align: center;
    display: block;
    font-weight:bold;
    border:1px solid #fff;
    transition: all 0.5s ease-out;
}
#page-top a:hover {background:#1a0b08;}
