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

body {
	font: 13px/1 "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	box-sizing: border-box;
	background: url(../images/bg_line.gif) repeat;
}
header {
	padding-top: 6px;
}

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

.head_logo {
	display: table;
	margin: 0 auto;
}

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

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

.main_catchArea {
	background: #fff;
}
.main_catchArea img,
.center_img {
	display: table;
	margin: 0 auto;
}
.yoyaku_houhouArea {
	padding: 50px 0;
	background: #f1fbff;
}

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

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

.mb30 {
	margin-bottom: 30px;
}
.f_l {
	float: left;
	width: 48%;
}
.f_r {
	float: right;
	width: 48%;
}
.f_r h2 {
	margin-bottom: 40px;
}
.f_r img {
	display: block;
	margin: auto;
}

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

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

.shop_list {
	width: 100%;
}
.shop_list,
.shop_list th,
.shop_list td {
	color: #333333;
	font-size: 16px;
	border: 1px solid #127bbd;
}

.shop_list th,
.shop_list td {
	padding: 10px;
}

.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 {
	background: transparent;
	color: #333333;
	margin: 0;
	text-align: center;
}

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

/*投票ページ*/

.mb40 {
	margin-bottom: 40px;
}

.touhyou_mainArea {
	padding: 20px 0;
	text-align: center;
	background: url(../img/bg.jpg) repeat;
}

h1.touhyou_main img {
	width: 867px;
	margin: 0 auto;
}

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

#shichigosan {
	text-align: center;
	margin: 0px auto 0px;
	padding: 15px 0;
}

#shichigosan img:first-child {
	margin-bottom: 10px;
}

#title {
	text-align: center;
}

h2.title_h2 {
	width: 80%;
	font-size: 32px;
	text-align: center;
	padding: 18px 25px;
	margin: 40px auto 20px;
	/*border: 1px #14a18c solid;*/
	color: #ffffff;
	background: #59b1a4;
	line-height: 1.4;
}
h2.title_h2 span {
	font-size: 18px;
}

#touhyouArea p {
	font-size: 16px;
	text-align: center;
	color: #333;
}

.sp_display {
	display: none;
}

.gallery ul li {
	display: inline-block;
	width: 180px;
	margin-right: 15px;
	text-align: center;
	margin-bottom: 80px;
}

.gallery ul li .gallery__number {
	padding-bottom: 0.5rem;
	border-bottom: 1px solid #333;
}

.gallery ul li:nth-child(5n) {
	margin-right: 0;
}

@media screen and (max-width: 767px) {
	h1.touhyou_main img {
		width: 100%;
		margin: 0 auto;
	}
	#contentWrap {
		width: 96%;
		margin: 0 auto;
	}

	.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%;
	margin: 5px 0;
}

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;
}

.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 {
	position: fixed;
	/* bottom: 0px; */
	bottom: 30px;
	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;
}

.thanks-fix-footer footer .back_btnArea li button {
	width: 500px;
	margin: 0 auto;
}

footer:before {
	background: none;
}

.fix-footer {
	position: fixed;
	bottom: -10px;
	right: 50%;
	margin-right: -250px;
	width: 500px;
	z-index: 999;
	background: transparent;
}
.fix-footer ul {
	/* 20180830 Add */
	position: fixed;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
}

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

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

/*二重投稿をリセットするボタン*/
.ap-clear-block {
	display: block;
}

.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) {
	.inner {
		width: 100%;
	}
	.poll-touhyou-tipbox-thankyou {
		display: block;
		left: 0 !important;
	}
	.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 {
		width: 100%;
		position: fixed;
		bottom: -10px;
		left: 0;
		z-index: 999;
	}

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

	.thanks-fix-footer footer .back_btnArea li button {
		width: 129%;
		padding: 0 100px;
	}

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

	.kekka_linkArea img {
		width: 95%;
	}

	#shichigosan img {
		width: 100%;
		margin-bottom: 10px;
	}
}

@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;
		width: 100%;
	}
	.f_r {
		margin-top: 40px;
	}
	.f_r h2 {
		margin-bottom: 20px;
	}
	.mapArea {
		width: 100%;
	}
	.houhouArea,
	.yoyaku_houhouArea {
		padding: 30px 0 0;
		/* padding:30px 0; */
	}
	.houhou_title {
		margin-bottom: 0px;
	}
	.touhyou_btn {
		font-size: 20px;
		padding: 20px 0;
	}
}

/*結果発表*/
figure {
	position: static;
}

figure:before {
	filter: none;
	opacity: 1;
	z-index: 0;
}

figure img {
	position: static;
	width: auto;
}
div#rank01,
div#rank02,
div#rank03,
div#rank04,
div#rank05 {
	display: block;
	background-color: #fff;
	padding: 20px 5px 30px;
	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#rank04 {
	border: 3px solid #b35a03;
}
div#rank05 {
	border: 3px solid #b35a03;
}

div#rank01 figure img,
div#rank02 figure img,
div#rank03 figure img,
div#rank04 figure img,
div#rank05 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,
div#rank04 figure ul,
div#rank05 figure ul {
	text-align: center;
	margin-top: 10px;
}
div#rank01 figure ul li,
div#rank02 figure ul li,
div#rank03 figure ul li,
div#rank04 figure ul li,
div#rank05 figure ul li {
	font-size: 24px;
	display: block;
	margin-right: 25px;
	font-weight: bold;
	/*他のCSS設定削除*/
	width: auto;
	margin-bottom: 0;
	color: #601111;
	line-height: 2;
}
div#rank01 figure ul li:last-child,
div#rank02 figure ul li:last-child,
div#rank03 figure ul li:last-child,
div#rank04 figure ul li:last-child,
div#rank05 figure ul li:last-child {
	margin-right: 0;
}

div#rank01 figure ul .total,
div#rank02 figure ul .total,
div#rank03 figure ul .total,
div#rank04 figure ul .total,
div#rank05 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),
div#rank04 figure ul li:nth-child(4),
div#rank05 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,
div#rank04 figure ul li:last-child,
div#rank05 figure ul li:last-child {
	margin-right: 0;
}

.description {
	margin-bottom: 50px;
}

.touhyou_mainArea {
	font-size: 16px;
	line-height: 1.4;
	color: #333333;
}

.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;
}

.shop_title {
	text-align: center;
	color: #14a18c;
	font-size: 2em;
	margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
	.touhyou_mainArea img {
		width: 100%;
	}
	div#rank01,
	div#rank02,
	div#rank03,
	div#rank04,
	div#rank05 {
		width: 78%;
		padding: 10%;
	}

	div#rank01 figure img,
	div#rank02 figure img,
	div#rank03 figure img,
	div#rank04 figure img,
	div#rank05 figure img {
		width: 100%;
		max-height: 100%;
	}

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

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

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

#contest_shop_list li {
	display: block;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}

#contest_shop_list li:nth-child(4n) {
	margin-right: 0px;
}

#contest_shop_list li a {
	display: block;
	padding: 10px;
	max-width: 450px;
	margin: auto;
	font-size: 20px;
	background-color: #f67700;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	min-height: 50px;
	line-height: 50px;
	text-decoration: none;
}

#contest_shop_list li a:hover {
	opacity: 0.6;
}

@media screen and (max-width: 768px) {
	#contest_shop_list li {
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}

	#contest_shop_list li a {
		width: 100%;
		box-sizing: border-box;
	}
}

#modal-open {
	cursor: pointer;
}

#modal-content {
	width: 50%;
	margin: 1.5em auto 0;
	padding: 10px 20px;
	border: 2px solid #aaa;
	background: #fff;
	z-index: 2;
	display: none;
}

.modal-p {
	margin-top: 1em;
}

.modal-p:first-child {
	margin-top: 0;
}

.button-link {
	color: #00f;
	text-decoration: underline;
}

.button-link:hover {
	cursor: pointer;
	color: #f00;
}

#modal-content {
	width: 50%;
	margin: 0;
	padding: 10px 20px;
	border: 2px solid #999;
	border-radius: 5px;
	background: #fff;
	position: fixed;
	display: none;
	z-index: 2;
	line-height: 1.4;
}

#modal-overlay {
	z-index: 1;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba(0, 0, 0, 0.35);
}

#modal-content {
	font-size: 2rem;
}

#modal-content p:first-child {
	margin-bottom: 3rem;
}

#modal-content p:nth-child(2) {
	margin-bottom: 1rem;
}

#modal-content p:nth-child(3) {
	margin-bottom: 3rem;
}

#modal-content ul {
	margin-bottom: 2rem;
	margin-left: 2rem;
}

.btn_openModal {
	margin: 0 auto 40px;
	width: 80%;
}

#modal-open {
	text-align: center;
	border-radius: 3px;
	background-color: #f7771a;
	color: #fff;
	font-size: 30px;
	padding: 30px 0;
	line-height: 1.4;
}

@media screen and (max-width: 768px) {
	#modal-content {
		font-size: 1.3rem;
		width: 80%;
	}

	#modal-open {
		font-size: 20px;
	}
}

.modal {
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	width: 100%;
}

.modal__bg {
	background: rgba(0, 0, 0, 0.8);
	height: 100vh;
	position: absolute;
	width: 100%;
}

.modal__content {
	background: #fff;
	left: 50%;
	padding: 40px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 50%;
}
.modal__content p {
	font-size: 16px;
	line-height: 1.6;
}
.modal__content p span {
	font-size: 20px;
	font-weight: bold;
}
.modal__content p + p {
	margin-top: 40px;
}
.modal__content p + ul {
	margin-top: 20px;
}
.modal__content li {
	font-size: 16px;
	line-height: 1.6;
}
.modal__content ul + p {
	margin-top: 40px;
}
.modal__content p + .js-modal-close {
	font-weight: bold;
	margin-top: 30px;
}
.p-linecomment {
	margin: auto auto 40px;
	width: 100%;
}
.p-linecomment__body {
	border: solid 2px #239920;
	border-radius: 8px;
	color: #239920;
	font-size: 24px;
	line-height: 1.6;
	padding: 20px 30px;
	text-align: center;
}
.p-to__753lp {
	margin-bottom: 72px;
	margin-left: 30px;
	margin-top: -150px;
	max-width: 378px;
}
.p-to__753lp a {
	background: #47aceb;
	border-radius: 3px;
	color: #fff;
	display: block;
	height: 60px;
	line-height: 1.4;
	padding: 9px 0;
	text-align: center;
	text-decoration: none !important;
	width: 100%;
}
.p-to__753lp span {
	font-size: 22px;
}
.p-to__753lp a:hover {
	opacity: 0.85;
}

@media screen and (max-width: 768px) {
	.modal__content p {
		font-size: 13px;
		line-height: 1.4;
	}

	.modal__content p span {
		font-size: 16px;
	}

	.modal__content p + p {
		margin-top: 20px;
	}

	.modal__content p + ul {
		margin-top: 10px;
	}

	.modal__content li {
		font-size: 13px;
		line-height: 1.4;
	}

	.modal__content ul + p {
		margin-top: 20px;
	}

	.modal__content p + .js-modal-close {
		margin-top: 15px;
	}
	.modal__content {
		padding: 20px;
		top: 45%;
		width: 80%;
	}
	.btn_openModal,
	.p-linecomment {
		width: 100%;
	}
	.p-to__753lp {
		margin-bottom: 18px;
		margin-left: 10px;
		margin-top: -60px;
		max-width: 38%;
	}

	.p-to__753lp a {
		height: 30px;
		line-height: 1.2;
		padding: 6px 0;
	}

	.p-to__753lp span {
		font-size: 10px;
	}
}

@media only screen and (min-width: 668px) {
	section#touhyouArea.entry.entrypage {
		padding: 25px 0 120px;
	}
}

@media only screen and (max-width: 667px) {
	section#touhyouArea.entry.entrypage {
		padding: 25px 0 60px;
	}
}

/* 20200831 Add */
.p-request {
	align-items: center;
	background: #fff;
	border: solid 4px #c65b2d;
	border-radius: 5px;
	display: flex;
	height: 160px;
	justify-content: center;
	margin: 70px auto;
	max-width: 600px;
	text-align: center;
}
.p-request a {
	align-items: center;
	background: #c65b2d;
	border-radius: 5px;
	color: #fff;
	display: flex;
	height: 85px;
	justify-content: center;
	padding: 0 60px;
	text-decoration: none;
}
.p-request a:hover {
	opacity: 0.7;
}
.p-request a span {
	font-size: 24px;
	line-height: 1.4;
}
@media only screen and (max-width: 667px) {
	.p-request {
		height: 120px;
	}
	.p-request a {
		height: 65px;
		padding: 0 20px;
	}
	.p-request a span {
		font-size: 20px;
	}
}

#swipebox-close {
	top: auto !important;
	bottom: 0 !important;
}
