@charset "UTF-8";

.narrow { letter-spacing: -0.08em;}
/* ---------------------------------------------
	ヒミツ展ページ
--------------------------------------------- */
.himitsuten #hdrWrap {
    background: url("../img/lignt.png") no-repeat center 0;
    background-size: contain;
}
.himitsuten #catch{
    background: url(../img/himitsuten_catch.png) no-repeat center 0;
    width: 100%;
    height: 35px;
    text-indent: -300%;
    white-space: nowrap;
    overflow: hidden;
    margin: 20px 0 0;
    background-size: contain;
}
.himitsuten h2{
    background: url(../img/himitsuten_logo.png) no-repeat center 0;
    width: 100%;
    height: 380px;
    text-indent: -300%;
    white-space: nowrap;
    overflow: hidden;
    background-size: contain;
}
.cx_smartphoneview.himitsuten h2{ background-size: cover;}

.himitsuten.report #hdrWrap{ background: none;}
.himitsuten.report h2{
    background: #fff url(../img/himitsuten_logo_s.png) no-repeat center 0;
    width: 1000px;
    height: 188px;
    text-indent: -300%;
    white-space: nowrap;
    overflow: hidden;
    background-size: contain;
    margin: 15px auto 0;
}
.cx_smartphoneview.himitsuten.report h2{
    width: 100%;
    height: 148px;
}

/* ------------日時・会場------------ */
#dateInfo{
    background-color: rgba(0,0,0,0.15);
    padding: 20px 0;
    text-align: center;
    line-height: 1.4;
    position: relative;
}
.report #dateInfo{
    width: 1000px;
    margin: 0 auto;
}
.cx_smartphoneview.report #dateInfo{
    width: 100%;
    margin: 0 auto;
}


#dateInfo > p,
#dateInfo dl{
    width: 960px;
    margin: 0 auto;
    box-sizing: border-box;
}
#dateInfo > p:nth-of-type(1){
    font-size: 180%;
    font-weight: bold;
    text-shadow: 1px 1px 2px #fff, -1px -1px 2px #fff, -1px 1px 2px #fff, 1px -1px 2px #fff;
}
#dateInfo > a{
    display: inline-block;
    position: relative;
}
#dateInfo > a p:nth-of-type(1){
    font-size: 146%;
    font-weight: bold;
    text-shadow: 1px 1px 2px #fff, -1px -1px 2px #fff, -1px 1px 2px #fff, 1px -1px 2px #fff;
}
#dateInfo > a p:nth-of-type(2){
    color: #333;
    font-weight: bold;
    text-shadow: 1px 1px 2px #fff, -1px -1px 2px #fff, -1px 1px 2px #fff, 1px -1px 2px #fff;
}
#dateInfo > a p span{ font-size: 85%; color: #333;}
#dateInfo > a::after{
    content: "";
    display: block;
    position: absolute;
    bottom: 4px;
    right: -20px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 13px 8px 0 8px;
	border-color: #555 transparent transparent transparent;
}
#dateInfo > a:hover p:nth-of-type(2){
    text-decoration: underline;
}

#dateInfo div{
    background-color: #e4007f;
    color: #fff;
    font-weight: bold;
    display: block;
    padding: 5px;
    margin: 5px auto 0;
    border-radius: 20px;
    font-size: 140%;
    width: 200px;
}
.cx_smartphoneview #dateInfo div{
    font-size: 120%;
    width: 96%;
}

.cx_smartphoneview #dateInfo > p,
.cx_smartphoneview #dateInfo dl{
    width: 96%;
}
.cx_smartphoneview #dateInfo > p:nth-of-type(1){ font-size: 146%;}
.cx_smartphoneview #dateInfo > p:nth-of-type(2){ font-size: 136%;}


/* ---------------------------------------------
	イントロ
--------------------------------------------- */
#introWrap,
#pointWrap{
    text-align: center;
    margin: 20px 0;
    line-height: 1.9;
}
#introWrap h3{
    font-size: 165%;
}
#introWrap p.taLeft,
#pointWrap p.taLeft{
    text-align: left;
    margin: 16px 0 0;
}
#introWrap .photoBase{
    width: 50%;
    height: auto;
    margin: 15px 15px 10px 0;
}
#pointWrap .photoBase{
    width: 49%;
    height: auto;
    margin: 15px 2% 10px 0;
}
#pointWrap .photoBase:nth-of-type(2n){ margin: 15px 0 10px 0;}
#introWrap .photoBase img,
#pointWrap .photoBase img{
    width: 100%;
    height: auto;
}

.cx_smartphoneview #introWrap .photoBase.fLeft,
.cx_smartphoneview #pointWrap .photoBase.fLeft{
    float: none;
    width: 100%;
}


/* ---------------------------------------------
	エリア紹介
--------------------------------------------- */
/*#areaAllWrap li#entrance{ background-color: #e60012;}
#areaAllWrap li#history{ background-color: #f08300;}
#areaAllWrap li#kizoku{ background-color: #ffd900;}
#areaAllWrap li#minsyu{ background-color: #45b035;}
#areaAllWrap li#kurage{ background-color: #9b72b0;}
#areaAllWrap li#codeblue{ background-color: #00afec;}*/

#areaAllWrap li{
    padding: 20px;
    border-radius: 20px;
    margin: 0 0 10px;
}
#areaAllWrap li#entrance{ background-color: #bc000f;}
#areaAllWrap li#history{ background-color: #f08300;}
#areaAllWrap li#kizoku{ background-color: #ffcf2f;}
#areaAllWrap li#minsyu{ background-color: #45b035;}
#areaAllWrap li#kurage{ background-color: #9b72b0;}
#areaAllWrap li#codeblue{ background-color: #00afec;}


#areaAllWrap li h4{
    font-size: 170%;
    background-color: #fff;
    line-height: 1.2;
    padding: 3px 15px;
    border-radius: 20px;
    display: inline-block;
    margin: 0 0 15px;
    border: solid 3px #000;
}
#areaAllWrap li h4 span:nth-of-type(7n+1){ color: #e60012;}
#areaAllWrap li h4 span:nth-of-type(7n+2){ color: #f08300;}
#areaAllWrap li h4 span:nth-of-type(7n+3){ color: #ffc400;}
#areaAllWrap li h4 span:nth-of-type(7n+4){ color: #45b035;}
#areaAllWrap li h4 span:nth-of-type(7n+5){ color: #00afec;}
#areaAllWrap li h4 span:nth-of-type(7n+6){ color: #0059a6;}
#areaAllWrap li h4 span:nth-of-type(7n){ color: #9b72b0;}
#areaAllWrap li h4 span.small{
    color: #555;
    font-size: 80%;
    font-weight: normal;
}

#areaAllWrap li .photoBase{
    width: 300px;
    height: auto;
    overflow: hidden;
}
#areaAllWrap li .photoBase.w100{ width: 100%; margin: 10px 0;}
#areaAllWrap li .photoBase.fRight{ margin: 0 0 0 10px;}
#areaAllWrap li .photoBase.fLeft{ margin: 10px 10px 0 0;}
#areaAllWrap li#history .photoBase.fLeft:nth-of-type(5),
#areaAllWrap li#codeblue .photoBase.fLeft:nth-of-type(6){ margin: 10px 0 0;}
#areaAllWrap li .photoBase img{
    width: 100%;
    height: auto;
}


.report li .photoBase{
    width: 320px;
    height: auto;
    overflow: hidden;
}
.report li .photoBase.w100{ width: 100%; margin: 0 0 10px;}
.report li .photoBase.fLeft.w50{ width: 49%; margin: 15px 2% 10px 0;}
.report li .photoBase.fLeft.w50.last{ width: 49%; margin: 15px 0 10px 0;}
.report li .photoBase.fLeft{ margin: 0 15px 10px 0;}
.report li .photoBase.fLeft.nomargin{ margin: 20px 0 10px 0;}
.report a#himitsutenLink{
    display: block;
    background-color: #000;
    color: #fff;
    font-size: 140%;
    font-weight: bold;
    line-height: 1.0;
    text-align: center;
    padding: 25px 0;
    margin-bottom: 30px;
}
.report a#himitsutenLink:hover{ background-color: #333;}

.cx_smartphoneview.report li .photoBase.fLeft,
.cx_smartphoneview.report li .photoBase.fLeft.w50.last,
.cx_smartphoneview.report li .photoBase.w100{
    float: none;
    width: 100%;
    margin: 10px 0 10px 0;
}
.cx_smartphoneview.report li .photoBase img{ width: 100%; height: auto;}


#areaAllWrap li p{
    color: #fff;
    line-height: 1.6;
}
#areaAllWrap li#kizoku p{ color: #333;}

#areaAllWrap .optWrap{
    margin: 15px 0;
    background-color: rgba(255,255,255,0.6);
    padding: 20px;
    border-radius: 10px;
}
#areaAllWrap li#codeblue .optWrap h5{
    float: left;
    color: #000096;
    font-size: 120%;
    line-height: 1.2;
    margin: 0 10px 0 0;
}
#areaAllWrap li#codeblue .optWrap .date{
    color: #000057;
}
#areaAllWrap li#codeblue .optWrap .exp{
    color: #000057;
    font-size: 94%;
    line-height: 1.6;
    padding: 10px 0 0;
    border-top: dotted 3px #e8aa00;
}


.cx_smartphoneview #areaAllWrap li .photoBase.fRight,
.cx_smartphoneview #areaAllWrap li .photoBase.fLeft{
    margin: 0 0 10px 0;
    float: none;
    width: 100%;
}

.cx_smartphoneview #areaAllWrap li .clears+.photoBase.fLeft{ margin-top: 15px;}


/* ------------主催・会場------------ */
#infoWrap{
    background-color: rgba(0,0,0,0.15);
    padding: 20px 0;
    line-height: 1.4;
}
#infoWrap #basicInfo{
    width: 960px;
     margin: 0 auto;
    font-size: 92%;
}
#infoWrap #basicInfo .fRight{
    width: 300px;
    height: auto;
}
#infoWrap #basicInfo .fRight img{
    width: 100%;
    height: auto;
}
#infoWrap #basicInfo dt{
    float: left;
    background-color: #555;
    color: #fff;
    padding: 3px 5px;
    margin: 0 10px 10px 0;
}
#infoWrap #basicInfo dd{
    margin: 0 0 10px 0;
    padding: 3px 0;
    text-shadow: 1px 1px 2px #fff, -1px -1px 2px #fff, -1px 1px 2px #fff, 1px -1px 2px #fff;
}


.cx_smartphoneview #infoWrap #basicInfo{
    width: 96%;
}
.cx_smartphoneview #infoWrap #basicInfo .fRight{
    width: 100%;
    float: none;
    margin: 0 0 15px;
}