@charset "utf-8";
/* CSS Document */



body{

	background: url(../images/bg_line.gif) repeat;
}

.contentWrap {
    width: 1000px;
    margin: 0px auto;
}

.head_logo:hover{
 	-moz-opacity:0.6;
	-webkit-opacity:0.6;
	opacity:0.6;
}

.header_bg{
	border-top:11px solid #ece4df;
	background:#ffffff;
	box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.1);
	position: relative;
	z-index: 2;
}
.header_bg img{

	margin:15px auto;
}



/*-------------------------------------------------------------
index.html
-------------------------------------------------------------*/
.main_catchArea{
	background:#fff;
}
.yoyaku_houhouArea{

	padding:50px 0;
	background:#f5f3ee;
}

.houhouArea{
	padding: 70px 0;
}
.houhouArea a{
	width:100%;
	display: block;
}

.houhou_title{
	margin-bottom: 20px;
}
.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px	;
}

.mb50{
	margin-bottom: 50px	;
	}

.f_l{
	float:left;
}
.f_r{
	float: right;
}

.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

.mapArea{
	width:350px;
	height:350px;
}

.btnArea{
	padding:20px 0;
}
.touhyou_btn{
	width:100%;
	background:#f65d62;
	color:#ffffff;
	font-size:30px;
	font-weight:bold;
	padding:30px 0;
	border:none;
	border-radius:5px;
	position:relative;
	cursor: pointer;

}
.touhyou_btn:hover{
	background: #f89ea1;
}

.touhyou_btn:after{
	position: absolute;
	right:20px;
	top:35%;
	content: "\f054";
  	font-family: FontAwesome;
}
.sp_display{
	display:none;
}


.copy{
	padding:5px 0;
}

.back_btnArea{
	margin:20px 0 0 0;
}

.back_btnArea li button.poll-button{
	border:1px solid #aaa;
	color:#333;
	padding: 3px 20px;
    border-radius: 3px;
}



.syouhin_list{
	display:flex;
	flex-wrap:wrap;	
	}

.syouhin_list li:nth-child(odd){
		margin-right:20px;
		margin-bottom:20px;
}


@media screen and (max-width: 768px) {
	.pc_display{
		display:none;
	}
	.sp_display{
		display:block;
	}
	img{
		width:100%;
	}
	img.head_logo{
		width:100px;
		height:44px;
	}
	.contentWrap {
   		width: 96%;
		margin: 0 auto;
    }
	.f_l,.f_r{
		float:none;
	}
	.mapArea{
		width:100%;
	}
	.houhouArea,.yoyaku_houhouArea{
		padding:30px 0;

	}
	.houhou_title{
		margin-bottom: 0px;
	}
	.touhyou_btn{
		font-size:20px;
		padding:20px 0;
	}

	.syouhin_list li{
		margin-right:0px;
		margin-bottom:20px;
		width:100%;
	}	
	.syouhin_list li:nth-child(odd){
		margin-right:0px;
	}


}


/*-------------------------------------------------------------
#index
-------------------------------------------------------------*/
#shichigosan {
  text-align: center;
  margin: 0px auto 20px;
}

#shichigosan img {
	margin-bottom: 20px;
}

#title{
	padding-top: 40px;
}
#title hr{
	border:none;
	height:13px;
	background-image:url(images/hr.png);
	background-position:center center;
	background-repeat:no-repeat;
}
#title h1{
	font-size:50px;
	color:#4E7EAC;
	text-align:center;
	font-weight:bold;
	letter-spacing:0.12em;
	padding:15px 0;
}
@media screen and (max-width:767px) {
#title h1{
	font-size:24px;
}
}
#title h2{
	width:75%;
	font-size:32px;
	text-align:center;
	padding:15px 25px;
	margin:40px auto 0;
	border:1px #5F4C3F solid;
}
#title h2 span{
	font-size:18px;
}
#title h2 span em.sat{
	color:#5287B0;
}
#title h2 span em.sun{
	color:#D8325A;
}
#title p{
	font-size:16px;
	text-align:center;
	padding:20px 0;
}
@media screen and (max-width:767px) {
#title h2{
	width:100%;
	font-size:24px;
	border:none;
}
#title p{
	font-size:14px;
	padding:15px 0;
}
}


#title ul{
	padding:25px 0;
}
#title ul li{
	display:inline-block;
	width:23%;
	margin-right:1.5%;
	margin-bottom:30px;
	vertical-align:top;
}
#title ul li:nth-child(4n){
	margin-right:0;
}
@media screen and (max-width:767px) {
#title ul li:nth-child(4n){
	margin-right:inherit;
}
#title ul li{
	display:inline-block;
	width:48%;
	margin-right:1%;
	margin-bottom:10px;
}
#title ul li:nth-child(2n){
	margin-right:0;
}
}
#title ul li a{
	display:block;
	padding:10px;
	max-width:200px;
	margin:auto;
	font-size:20px;
	background-color:#F4A69E;
	-moz-border-radius: 10px;    /* 古いFirefox */
	-webkit-border-radius: 10px; /* 古いSafari,Chrome */
	border-radius: 10px;         /* CSS3 */
	color:#FFF;
	font-weight:bold;
	text-align:center;
	min-height:50px;
}
#title ul li a.sTxt{
	font-size:16px;
	letter-spacing:-0.05em;
}
@media screen and (max-width:767px) {
#title ul li a{
	margin:10px auto;
	width:100%;
	font-size:14px;
}
#title ul li a.sTxt{
	font-size:12px;
	letter-spacing:-0.1em;
}
}


/*-------------------------------------------------------------
touhyou.html
-------------------------------------------------------------*/
.gallery ul li{
	display:inline-block;
	width:180px;
	margin-right:15px;
	text-align:center;
	margin-bottom:45px;
}
.gallery ul li:nth-child(5n){
	margin-right:0;
}
@media screen and (max-width:767px) {
.gallery ul li:nth-child(5n){
	margin-right:inherit;
}
.gallery ul li{
	display:inline-block;
	width:48%;
	margin-right:1%;

}
.gallery ul li:nth-child(2n){
	margin-right:0;
}
}
.gallery ul li a{
	display:block;
	width:100%;
	margin:10px auto;
}
.gallery ul li img{
	width:100%;
}

/*.btn{
    border: 0px;
    width: 138px;
    height: 31px;
    background:url(images/off.png) left top no-repeat;
}
.btn:checked{
    background:url(images/on.png) left top no-repeat;
}
input[type="radio"]{
  filter: alpha(opacity=0);
  -moz-opacity:0; opacity:0;
  position: absolute;
}
.label_off{
  background:url(images/off.png) no-repeat left top;
  width:138px;
  height: 31px;
  line-height: 31px;
  display: inline-block;
  padding: 0 0 0 40px;
  cursor: pointer;
  overflow: hidden;
}
.label_on{
	background-position:left bottom;
}*/
label{
	position: relative;
	padding: 0 0 0 7px;
}
label input{
	opacity: 0;
}
label .image{
	position: absolute;
	left:-60px;
	top: 8px;
	display: block;
	background-image:url(../images/on.png);
	background-repeat:no-repeat;
	background-position:0 0;
	width: 138px;
	height: 30px;
}
label input:checked + .image{
	background-position:0 -30px;
}
.ap-result{
	display:none;
}



/*結果発表*/
.mt30{
	margin-top:30px;
}

.description {
	margin-bottom: 20px;
}

div#rank01,div#rank02,div#rank03{
	display:block;
	background-color:#FFF;
	padding:20px 5px 10px;
	margin:10px auto 50px auto;
	width:700px;
}

div#rank01{ border:3px solid #EFAF25;}
div#rank02{ border:3px solid #AAAAAA;}
div#rank03{ border:3px solid #C06B6C;}


div#rank01 figure img,div#rank02 figure img,div#rank03 figure img{
	display:block;
	height:100%;
	max-height:426px;
	margin:auto;
	border:1px #EEE solid;
}
div#rank01 figure ul,div#rank02 figure ul,div#rank03 figure ul{
	text-align:center;
	margin-top:10px;
}
div#rank01 figure ul li,div#rank02 figure ul li,div#rank03 figure ul li{
	font-size:24px;
	display:block;
	font-weight:bold;
	margin-right: 0px;
	/*他のCSS設定削除*/
	width:auto;
	margin-bottom:0;
}
div#rank01 figure ul .total,div#rank02 figure ul .total,div#rank03 figure ul .total {
  font-weight: bold;
	border-bottom: solid 2px #751432;
	display: inline-block;
	margin-right: 0px;
}

div#rank01 figure ul li:nth-child(4),div#rank02 figure ul li:nth-child(4),div#rank03 figure ul li:nth-child(4){
	margin-right:0;
}
div#rank01 figure ul li:last-child,div#rank02 figure ul li:last-child,div#rank03 figure ul li:last-child{
	margin-right:0;
}

#others{
  margin-bottom: 30px;
}

#others h3{
	font-size: 24px;
  display: block;
  font-weight: bold;
  margin-right: 0px;
  width: auto;
  margin-bottom: 10px;
}

#others ul{
}

#others ul li{
	font-size: 20px;
  font-weight: bold;
	margin-bottom: 20px;
}

#others ul li .total{
	border-bottom: solid 2px;
	margin-left: 40px;
}


@media screen and (max-width:767px) {
	div#rank01,div#rank02,div#rank03{
		width:96%;
	}
	div#rank01 figure img,div#rank02 figure img,div#rank03 figure img{
		max-height: 100%;
	}

	#others ul li{
		font-size: 16px;
	}

	#others ul li .total{
		margin-left: 15px;
	}

}

@media screen and (min-width:768px) {

.thanks-fix-footer {
	position: fixed;
	bottom: 0px;
	right: 50%;
	margin-right: -270px;
	width: 500px;
	z-index: 999;
	background-color: #fff;
	padding: 20px;
	border: solid 3px #751432;
}

.thanks-fix-footer .al-center {
	display: inline-block;
  margin-right: 10px;
	border-bottom: solid 2px #751432;
	margin-left: -20px;
	display: none;
}

.thanks-fix-footer footer {
	display: inline-block;
}

.thanks-fix-footer footer .back_btnArea {
	margin-top: 0px;
}

.fix-footer {
	position: fixed;
	bottom: -10px;
	right: 50%;
	margin-right: -250px;
	width: 500px;
	z-index: 999;
}

.fix-footer .poll-button img {
	width: 100%;
}

.touhyou-footer {
	margin-top: 120px;
}

.ap-clear-block {
 display: none;
}

.contentWrap .banner {
	padding-top: 20px;
}

.kekka_linkArea img {
	width: 650px;
}
.kekka_linkArea a {
	display: block;
	height: 100%;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
}

.kekka_linkArea img:hover {
	opacity: 0.7;
}

}

@media screen and (max-width:767px) {

.thanks-fix-footer {
	width: 100%;
	position: fixed;
	bottom: 0px;
	left: 0;
	z-index: 999;
	background-color: #fff;
	padding: 20px;
	border: solid 3px #751432;
	box-sizing: border-box;
}

.thanks-fix-footer .al-center {
	display: inline-block;
  margin-right: 10px;
	border-bottom: solid 2px #751432;
	margin-left: -10px;
	display: none;
}

.thanks-fix-footer footer {
	display: inline-block;
}

.thanks-fix-footer footer .back_btnArea {
	margin-top: 0px;
}

.fix-footer {
	position: fixed;
	bottom: -10px;
	left: 0;
	z-index: 999;
}

.touhyou-footer {
	margin-top: 100px;
}

.ap-clear-block {
  display: none;
}

.contentWrap .banner {
	padding-top: 20px;
	width: 100%;
}

.kekka_linkArea img {
	width: 95%;
}

}
.pc_display img {
  width: 100%;
}