@charset "Shift_JIS";
/* --------------------------------------------------------------------
	Display None
--------------------------------------------------------------------- */
.wrapper_ .m-title03_ { 
    display:none
}
.wrapper_ .m-catlist_ { 
    display:none
}
/* event_ --totop */
.event_ .btn_pageback_wrap{
    display: none;
}

/* --------------------------------------------------------------------
	Slider
--------------------------------------------------------------------- */
.wrapper_ .event_ .m-title01_ {
    position: relative;
	margin-bottom: 30px;
    padding: 20px 120px 0 10px;
	background: none;
	border: none;
	color: #555;
	font-size: 24px;
    line-height: 1;
	text-align: left;
}
.wrapper_ .event_ .m-title01_ .ttl {
    padding: 0;
}
.wrapper_ .event_ .m-title01_ .detail {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 100px;
    border: 1px solid #ccc;
    border-radius: 5em;
    background: #FFF;
}
.wrapper_ .event_ .m-title01_ .detail a {
    display: block;
    padding: 15px 10px;
    color: #3d3d3d;
}
.wrapper_ .event_ .btn_totop{
    display: none;
}

/* --------------------------------------------------------------------
	top page
--------------------------------------------------------------------- */
#fuku-01,
#fuku-02,
/*#fuku-03,*/
#fuku-04,
#fuku-05,
#fuku-06,
#fuku-07,
#fuku-08 {
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	position: relative;
	line-height: 1.3;
	box-sizing: border-box;
}
#fuku-01 img,
#fuku-02 img,
/*#fuku-03 img,*/
#fuku-04 img,
#fuku-05 img,
#fuku-06 img,
#fuku-07 img,
#fuku-08 img {
	max-width: 100%;
  width: initial;
}

#fuku-01 h1 img {
	display: block;
}
#fuku-01 .fuku-sp01_txt {
	padding: 15px 10px;
	box-sizing: border-box;
	text-align: center;
}
#fuku-01 .fuku-sp01_txt h2 {
	font-size: 15px;
	color: #bf1304;
	margin-bottom: 15px;
}
#fuku-01 p {
	font-size: 15px;
}
#fuku-01 p span {
	font-size: 12px;
}
#fuku-01 p small {
	font-size: 11px;
	color: #666;
}

#fuku-02 {
	box-sizing: border-box;
	padding-bottom: 40px;
}

#fuku-02 .fuku_menu {
	box-sizing: border-box;
	padding: 0 5px;
}

#fuku-02 .fuku_menu ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto 20px;
}
#fuku-02 .fuku_menu li {
	width: 49.5%;
	margin-right: 1%;
	margin-top: 5px;
}
#fuku-02 .fuku_menu li:nth-child(-n+2) {
	margin-top: 0;
}
#fuku-02 .fuku_menu li:nth-child(2n) {
	margin-right: 0;
}
#fuku-02 .fuku_menu li a {
	display: flex;
	align-items: center;
	flex-direction: column;
	background: #bf9663;
	color: #fff;
	height: 50px;
	position: relative;
	box-sizing: border-box;
	font-weight: 700;
	font-size: 15px;
	padding-top: 10px;
	border-radius: 1px;
	box-shadow: 1px 1px 0 rgba(0,0,0,.1);
}
#fuku-02 .fuku_menu li a:after {
	content: "";
	background: url(../img/sp/arrow_down.png) no-repeat center / 100%;
	position: absolute;
	width: 10px;
	height: 5px;
	left: 50%;
	transform: translateX(-50%);
	bottom: 5px;
}
#fuku-02 .fuku_menu li a span {
	text-align: center;
	font-size: 15px;
}
#fuku-02 .fuku_attention {
	font-size: 13px;
	color: #23262c;
	box-sizing: border-box;
	margin: 0 20px;
	border: 5px solid #f0f0f0;
	padding: 25px 15px;
	position: relative;
}
#fuku-02 .fuku_attention h2 {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 25px;
}
#fuku-02 .fuku_attention h2 span {
	font-size: 15px;
	font-weight: bold;
	margin-left: 10px;
}
#fuku-02 .fuku_attention h3 {
	font-weight: bold;
	font-size: 13px;
	margin-top: 25px;
}
#fuku-02 .fuku_attention h3:first-of-type {
	margin-top: 0;
}
#fuku-02 .fuku_attention ul,
#fuku-02 .fuku_attention p {
	margin-top: 10px;
	line-height: 1.6em;
}
#fuku-02 .fuku_attention li {
	padding-left: .8em;
	position: relative;
}
#fuku-02 .fuku_attention li:before {
	content: "";
	width: .2em;
	height: .2em;
	background: #333;
	border-radius: 50%;
	position: absolute;
	left: .2em;
	top: .7em;
}

#fuku-02 .fuku_attention label {
	position: absolute;
	z-index: 1;
	bottom: -5px;
	width: calc(100% + 10px);
	height: 200px;
	cursor: pointer;
	text-align: center;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
	left: -5px;
}
#fuku-02 .fuku_attention input:checked + label {
	background: inherit; 
}
#fuku-02 .fuku_attention label:after {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 50%;
	content: 'もっと見る';
	transform: translate(-50%, 0);

	background: #1a2537;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border-radius: 50px;
	width: 150px;
	height: 25px;
	font-size: 13px;
	cursor: pointer;
	box-shadow: 2px 2px 0 rgba(0,0,0,.1);
}
#fuku-02 .fuku_attention input {
  display: none;
}
#fuku-02 .fuku-attentionTxt-item {
	overflow: hidden;
	height: 370px;
	box-sizing: border-box;
	transition: all 0.5s;
}
#fuku-02 .fuku_attention input:checked + label {
  display: none ;
}
#fuku-02 .fuku_attention input:checked ~ .fuku-attentionTxt-item {
	height: auto;
	transition: all 0.5s;
}
#fuku-02 .fuku-attentionTxt-item h2 i img{
  width: 24px;
}
#fuku-03 {
	padding-bottom: 60px;
}
.fuku_tit {
	text-align: center;
    font-weight: 500;
	font-size: 20px;
	background: url(../img/sp/tit_bg.png) no-repeat bottom left / 100%;
	box-sizing: border-box;
	position: relative;
	height: 13vw;
	max-height: 92px;
	padding-top: 2%;
}
.fuku_tit span {
	color: #bf1304;
}
.fuku_tit_bottom_leadTxt {
	text-align: center;
	font-size: 13px;
	color: #555;
	margin-bottom: 20px;
	padding: 0 20px;
	box-sizing: border-box;
}
.fuku_tit_bottom_leadTxt small {
	display: block;
	font-size: 11px;
	margin-top: 20px;
}

#fuku-04 {
	background: url(../img/sp/bg_crowd.png) no-repeat left bottom / 66px #f2f0d8;
	box-sizing: border-box;
	padding: 24px 0 30px;
}
#fuku-04 ul {
	margin: 0 20px;
	display: flex;
	flex-wrap: wrap;
}
#fuku-04 ul li {
    position: relative;
    z-index: 0;
	width: 32%;
	margin-right: 2%;
	margin-top: 10px;
}
#fuku-04 ul li:nth-child(-n+3) {
	margin-top: 0;
}
#fuku-04 ul li:nth-child(3n) {
	margin-right: 0;
}
#fuku-04 ul li a {
	width: 100%;
	height: 130px;
	display: block;
	background: #fff;
	border-radius: 3px;
	box-shadow: 2px 2px 0 rgba(0,0,0,.1);
	position: relative;
	padding: 8px;
	box-sizing: border-box;
	font-size: 15px;
	color: #000;
}
#fuku-04 ul li a:after {
	content: "";
	width: 8px;
	height: 8px;
	background: url(../img/sp/arr.png) no-repeat right bottom / 100%;
	position: absolute;
	right: 3px;
	bottom: 3px;
}
#fuku-04 ul li .yokoku {
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
	width: 100%;
    height: 100%;
	border-radius: 3px;
    background-color: rgb(0, 0, 0, .4);
    font-size: 15px;
    color: #fff;
    text-align: center;
}
#fuku-04 ul li .yokoku > span{
    font-weight: bold;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}
#fuku-04 ul li img {
  width: 56px;
	display: block;
	position: absolute;
	left: 50%;
	bottom: 15px;
	transform: translateX(-50%);
}

.fuku_more_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 50px;
	width: 80%;
	max-width: 300px;
	height: 50px;
	box-shadow: 3px 3px 0 rgba(0,0,0,.1);
	margin: 20px auto 0;
	font-size: 15px;
	color: #000;
	position: relative;
}
.fuku_more_btn:after {
	content: "";
	position: absolute;
	width: 5px;
	height: 10px;
	background: url(../img/sp/arrow_right.png) no-repeat center / 100%;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

#fuku-05 {
	padding: 24px 0 30px;
	box-sizing: border-box;
}
#fuku-05 ul {
	display: flex;
	justify-content: space-between;
	margin: 0 20px;
	flex-wrap: wrap;
}
#fuku-05 ul li {
	width: 49%;
	margin-right: 2%;
	margin-top: 10px;
}
#fuku-05 ul li:nth-child(-n+2) {
	margin-top: 0;
}
#fuku-05 ul li:nth-child(2n) {
	margin-right: 0;
}
#fuku-05 ul li a {
	display: flex;
	width: 100%;
	align-items: center;
	background: #f4f3e1;
	border: 1px solid #bf9663;
	border-radius: 3px;
	height: 60px;
	position: relative;
	padding: 0 15px 0 10px;
	color: #000;
	box-sizing: border-box;
	font-size: 15px;
	box-shadow: 2px 2px 0 rgba(0,0,0,.1);
}
#fuku-05 ul li a:after {
	content: "";
	width: 5px;
	height: 10px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../img/sp/arrow_right02.png) no-repeat center / 100%;
	right: 5px;
	position: absolute;
}

#fuku-06 {
	background: url(../img/sp/bg_crowd.png) no-repeat left bottom / 66px #f2f0d8;
	box-sizing: border-box;
	padding: 25px 0 30px;
}
#fuku-06 ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 20px;
}
#fuku-06 ul li {
	width: 48.5%;
	margin-top: 10px;
	margin-right: 3%;
}
#fuku-06 ul li:nth-child(2n) {
	margin-right: 0;
}
#fuku-06 ul li:nth-child(-n+2) {
	margin-top: 0;
}
#fuku-06 ul li a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	align-items: center;
	background: #fff;
	border-radius: 3px;
	height: 70px;
	position: relative;
	padding: 0 10px;
	color: #666;
	box-sizing: border-box;
	font-size: 15px;
	box-shadow: 2px 2px 0 rgba(0,0,0,.1);
}
#fuku-06 ul li a span {
	text-align: center;
	font-size: 10px;
	margin-top: 5px;
}
#fuku-06 ul li a img{
  width: 100px;
}


#fuku-07 {
	padding: 25px 0 30px;
	box-sizing: border-box;
}
#fuku-07 .fuku-sp07-inner {
	padding: 0 20px;
	box-sizing: border-box;
}
#fuku-07 .fuku-accordion {
	border-top: 1px solid #bf9663;
	border-left: 1px solid #bf9663;
	border-right: 1px solid #bf9663;
	box-shadow: 2px 2px 5px rgba(25,25,25,.2);
}
#fuku-07 .fuku-accordion:last-of-type {
	border-bottom: 1px solid #bf9663;
}
#fuku-07 .fuku-accordion_ttl {
	background: #f4f3e1;
	text-align: center;
	font-size: 15px;
	padding: 15px;
	box-sizing: border-box;
	position: relative;
	list-style: none;
	cursor: pointer;
}
#fuku-07 .fuku-accordion_ttl:after {
	content: "";
	width: 15px;
	height: 15px;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../img/sp/icon-plus.png) no-repeat center / 100%;
	position: absolute;
}
#fuku-07 .fuku-accordion[open] .fuku-accordion_ttl:after {
	background: url(../img/sp/icon-minus.png) no-repeat center / 100%;
}
#fuku-07 .fuku-accordion_ttl::-webkit-details-marker {
  display: none;
}
#fuku-07 .fuku-accordion_content {
	box-sizing: border-box;
}
#fuku-07 .fuku-accordion_content h3 {
	text-align: center;
	color: #fff;
	background: #bf9663;
	font-size: 15px;
	padding: 10px;
}

#fuku-07 .fuku-accordion_content ul {
}
#fuku-07 .fuku-accordion_content ul li {
	font-size: 15px;
	border-bottom: 1px solid #a7a7a7;
	padding: 10px;
}
#fuku-07 .fuku-accordion_content ul li:last-child {
	border-bottom: none;
}
#fuku-07 .fuku-accordion_content ul li a {
	color: #000;
	display: block;
    margin: -10px;
	padding: 10px;
	position: relative;
}
#fuku-07 .fuku-accordion_content ul li a:after {
	content: "";
	width: 5px;
	height: 10px;
	background: url(../img/sp/arrow_right.png) no-repeat center / 100%;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}


#fuku-08 {
	background: url(../img/sp/bg_crowd.png) no-repeat left bottom / 67px , url(../img/sp/bg_crowd02.png) no-repeat right top / 66px #f2f0d8;
	box-sizing: border-box;
	padding: 25px 20px 30px;
}
#fuku-08 h2 {
    font-weight: 500;
	text-align: center;
	margin-bottom: 20px;
}
#fuku-08 h2 span {
	display: inline-block;
	background: url(../img/sp/matsu.png) no-repeat left center / 25px,url(../img/sp/matsu.png) no-repeat right center / 25px;
	padding: 0 40px;
	font-size: 24px;
}
#fuku-08 h2 small {
	display: block;
	font-size: 15px;
}

#fuku-08 ul {
	display: flex;
	flex-wrap: wrap;
}
#fuku-08 li {
	position: relative;
	width: 32%;
	margin-right: 2%;
	margin-top: 10px;
}
#fuku-08 li:nth-child(3n) {
	margin-right: 0;
}
#fuku-08 li:nth-child(-n+3) {
	margin-top: 0;
}
#fuku-08 li a {
	display: flex;
	align-items: center;
	background: #bf9663;
	color: #fff;
	border-radius: 3px;
	width: 100%;
	box-shadow: 2px 2px 0 rgba(0,0,0,.1);
	height: 60px;
	font-size: 13px;
	font-weight: 500;
	position: relative;
	padding: 0 10px;
	box-sizing: border-box;
}
#fuku-08 li a:after {
	content: "";
	width: 5px;
	height: 10px;
	background: url(../img/sp/arrow_right03.png) no-repeat center / 100%;
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
}

/* グレーアウト */
#fuku-08 ul li .yokoku {
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
	width: 100%;
    height: 100%;
	border-radius: 3px;
    background-color: rgb(0, 0, 0, .4);
    font-size: 12px;
    color: #fff;
    text-align: center;
}
#fuku-08 ul li .yokoku > span{
    font-weight: bold;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
		padding: 36px 0 0 0;
}

.fuku_more_btn02 {
	display: flex;
	margin: 30px auto 0;
	background: #fff;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	border: 1px solid #bf1304;
	color: #000;
	box-shadow: 2px 2px 5px rgba(25,25,25,.2);
	width: 90%;
	max-width: 300px;
	height: 80px;
}
.fuku_more_btn02 .fuku_more_btn02_inner {
	text-align: center;
	font-size: 15px;
	position: relative;
	box-sizing: border-box;
	position: relative;
	padding-left: 40px;
}
.fuku_more_btn02 .fuku_more_btn02_inner:before {
	content: "";
	width: 28px;
	height: 39px;
	position: absolute;
	background: url(../img/sp/btn_fuku.png) no-repeat center / 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.fuku_more_btn02 .fuku_more_btn02_inner span {
	position: relative;
	display: inline-block;
}
.fuku_more_btn02 .fuku_more_btn02_inner span:after {
	content: "";
	width: 5px;
	height: 10px;
	background: url(../img/sp/arrow_right04.png) no-repeat center / 100%;
	position: absolute;
	right: -15px;
	top: 50%;
	transform: translateY(-50%);
}
.fuku_more_btn02 .fuku_more_btn02_inner small {
	display: block;
	font-size: 13px;
}
.trivia_area{
    margin-bottom: 20px;
}