@charset "utf-8";
/* CSS Document */
/* SP用スタイルシート */

/* .bukken_list01 */
.bukken_list01 a.liBox {
	height: 320px;
	margin: 0 auto;
	padding: 0 12px;
	border: 1px solid #FFF;
	background: #FFF;
	box-sizing: border-box;
	position: relative;
	display: block;
}
.bukken_list01 a.liBox:before,
.bukken_list01 a.liBox:after {
	content: '';
	display: block;
	position: absolute;
}
.bukken_list01 li.new a:before {
	width: 66px;
	height: 41px;
	background: url(../common/img/ico_01_sp.png) no-repeat 0 0;
	background-size: 66px 41px;
	left: 0;
	top: 0;
	z-index: 1;
}
.bukken_list01 a.liBox:after {
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 35%, rgba(0,0,0,0.62) 70%, rgba(0,0,0,0.62) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 35%,rgba(0,0,0,0.62) 70%,rgba(0,0,0,0.62) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 35%,rgba(0,0,0,0.62) 70%,rgba(0,0,0,0.62) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#9e000000',GradientType=0 );
	left: 0;
	top: 0;
	z-index: 1;
}
.bukken_list01 a.liBox span {
	color: #FFF;
	display: block;
	position: relative;
	z-index: 2;
}
.bukken_list01 a.liBox .pic {
	width: 100%;
	height: 318px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	overflow: hidden;
}
.bukken_list01 a.liBox .pic img {
	width: 100%;
	height: auto;
	margin-top: -50%;
	position: absolute;
	left: 0;
	top: 50%;
}
@media only screen and (max-width: 418px) {
	.bukken_list01 a.liBox .pic img {
		width: auto;
		height: 100%;
		margin-top: 0;
		margin-left: -159px;
		left: 50%;
		top: 0;
	}
}
.bukken_list01 a.liBox .new {
	text-indent: -9999px;
	position: absolute;
	left: 0;
	top: 0;
}
.bukken_list01 a.liBox .new:before {
	content: '';
	border: solid;
	border-width: 20px 33px;
	border-color: #EFEF00 transparent transparent #EFEF00;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.bukken_list01 a.liBox .new:after {
	content: 'new';
	line-height: 26px;
	text-indent: 0;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	position: absolute;
	left: 5px;
	top: 0;
}
.bukken_list01 a.liBox .cate01 {
	width: 93px;
	height: 13px;
	margin-top: 156px;
	line-height: 13px;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	color: #252525;
	background: #DDDDD5;
}
.bukken_list01 a.liBox .price {
	height: 35px;
	margin-top: 5px;
	line-height: 35px;
	text-shadow: 0 0 2px rgba(0,0,0,0.3);
	font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 33px;
	font-weight: bold;
}
.bukken_list01 a.liBox .price span {
	line-height: 35px;
	vertical-align: 2px;
	font-size: 15px;
	display: inline;
}
.bukken_list01 a.liBox .yield {
	padding: 3px 0 5px;
	line-height: 16px;
	font-size: 13px;
	font-weight: bold;
	color: #E6CE63;
	border-bottom: 1px solid #FFF;
}
.bukken_list01 a.liBox .txt {
	padding: 5px 0;
	line-height: 1.4;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
}
.bukken_list01 a.liBox .txt span {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.bukken_list01 a.liBox .cate02 span {
	height: 18px;
	margin-right: 3px;
	padding: 0 5px;
	line-height: 16px;
	vertical-align: top;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	border: 1px solid #FFF;
	border-radius: 2px;
	display: inline-block;
	box-sizing: border-box;
}


/*------------------------------
#top
------------------------------*/
#top {
	padding-top: 43px;
	background: url(../img/bg_top_01_sp.jpg) no-repeat 50% 0;
	background-size: cover;
}
#top .txt01 {
	padding: 0 14px;
}
#top .txt01 img {
	width: 100%;
	height: auto;
}
#top .link01 a {
	width: 250px;
	height: 60px;
	margin-top: 30px;
	line-height: 60px;
	text-align: center;
	font-size: 19px;
	font-weight: bold;
	color: #000;
	border-radius: 30px;
	background: #EFEF00;
	display: block;
}
#top .link02 {
	width: 100%;
	padding: 17px 0 22px;
	text-align: center;
}
#top .link02 a {
	line-height: 20px;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
}


/*------------------------------
#new
#hotel
------------------------------*/
#new,
#hotel {
	overflow: hidden;
}
#new h2,
#hotel h2 {
	height: 82px;
	text-indent: 100%;
	white-space: nowrap;
	text-align: center;
	background: url(../img/tit_new_01_sp.png) no-repeat 50% 30px;
	background-size: 92px 33px;
	position: relative;
	overflow: hidden;
}
#hotel h2 {
	background: url(../img/tit_hotel_01_sp.png) no-repeat 50% 30px;
	background-size: 114px 33px;
}

/* #new_list */
#new_list,
#hotel_list {
	margin: 0 10%;
}
#new_list .error,
#hotel_list .error {
	padding-bottom: 30px;
	text-align: center;
}
#new_list li,
#hotel_list li {
	padding: 0 7px;
	box-sizing: border-box;
}
#new_list .slick-slide,
#hotel_list .slick-slide {
	padding: 0 5px;
	box-sizing: border-box;
}
#new_list .slick-dots,
#hotel_list .slick-dots {
	padding: 6px 0 10px;
	display: flex;
	justify-content: center;
}
#new_list .slick-dots li,
#hotel_list .slick-dots li {
	width: 24px;
	height: 24px;
	padding: 0;
	position: relative;
	overflow: hidden;
}
#new_list .slick-dots li:before,
#hotel_list .slick-dots li:before {
	content: '';
	width: 10px;
	height: 10px;
	margin: -5px 0 0 -5px;
	border-radius: 5px;
	background: #CCC;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 0;
}
#new_list .slick-dots .slick-active:before,
#hotel_list .slick-dots .slick-active:before {
	background: #C30;
}
#new_list .slick-dots li button,
#hotel_list .slick-dots li button {
	width: 24px;
	height: 24px;
	padding: 0;
	text-indent: 100%;
	white-space: nowrap;
	border: none;
	background-color: transparent;
	display: block;
	position: relative;
	z-index: 1;
	overflow: hidden;
}



/*------------------------------
#wrap01
------------------------------*/
#wrap01 {
	overflow: hidden;
}

/*------------------------------
#contents01
------------------------------*/
#contents01 {
	margin-top: 28px;
	background: url(../img/bg_contents01_01_sp.jpg) no-repeat 0 0;
	background-size: 213px auto;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
#contents01 .txt {
	padding: 22px 14px 0;
}
#contents01 .txt img {
	width: 100%;
	height: auto;
}
#contents01 .link a {
	width: 225px;
	height: 60px;
	margin: 29px auto 0;
	border-radius: 30px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	text-indent: 100%;
	white-space: nowrap;
	background: #000 url(../img/img_contents01_02_sp.png) no-repeat 50% 50%;
	background-size: 180px 19px;
	display: block;
	overflow:hidden;
}

/* #voice_list */
#voice_list {
	margin: 43px 7.5% 0;
	position: relative;
	box-sizing: border-box;
}
#voice_list .slick-slide {
	padding: 0 12px;
}
#voice_list .slick-slide li {
	height: 480px;
	padding: 1px 20px 0;
	box-shadow: 5px 5px 0 #FFCB15;
	background: #FFF;
	box-sizing: border-box;
	position: relative;
}
#voice_list .slick-slide li:before {
	content: '';
	width: 102px;
	height: 103px;
	background: url(../common/img/ico_03.png) no-repeat 0 0;
	display: block;
	position: absolute;
	left: 7px;
	top: -19px;
}
#voice_list li span {
	display: block;
}
#voice_list li .pic a {
	margin: 0 auto;
	display: block;
}
#voice_list li .pic a img {
	width: 100%;
	height: auto;
	max-width: 240px;
	margin: 0 auto;
}
#voice_list li .txt01 {
	padding: 10px 0;
	font-size: 16px;
	font-weight: bold;
}
#voice_list li .txt02 {
	line-height: 1.2;
	font-size: 13px;
	color: #666;
}
#voice_list li .txt03 {
	padding: 10px 0 20px;
	line-height: 1.6;
	font-size: 15px;
}
#voice_list li .data {
	padding-top: 5px;
	text-align: right;
	font-size: 12px;
	color: #666;
	border-top: 1px solid #DDD;
	display: block;
}

#contents01 .link01 {
	margin-top: 32px;
}



/*------------------------------
#support
------------------------------*/
#support {
	margin-top: 36px;
	padding-top: 27px;
	background: #F0F0F0;
	position: relative;
	z-index: 0;
}
#support h2 {
	height: 30px;
	text-align: center;
	text-indent: 200%;
	white-space: nowrap;
	background: url(../img/tit_support_01_sp.png) no-repeat 50% 0;
	background-size: 249px 30px;
}
#support:before,
#support:after,
#support h2:before,
#support h2:after {
	content: '';
	background: no-repeat 0 0;
	position: absolute;
	display: block;
}
#support:before { /* 背景 白人 */
	width: 258px;
	height: 133px;
	margin-right: 28px;
	background-image: url(../img/bg_support_02.png);
	background-position: 0 100%;
	background-size: 258px auto;
	right: 50%;
	top: 0;
	z-index: -1;
}
#support:after { /* 背景 緑グラデ */
	width: 500%;
	height: 150%;
	margin: 0 -10%;
	background: #3BBCA9;
	background: -moz-linear-gradient(left, #19C783 0%, #0AB63E 100%);
	background: -webkit-linear-gradient(left, #19C783 0%,#0AB63E 100%);
	background: linear-gradient(to right, #19C783 0%,#0AB63E 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19C783', endColorstr='#0AB63E',GradientType=1 );
	left: 0;
	top: 30%;
	z-index: -2;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	transform: rotate(-30deg);
}
#support h2:before { /* 背景 title線 */
	width: 2px;
	height: 27px;
	margin-left: -1px;
	background: #3FD986;
	left: 50%;
	top: 0;
}
#support h2:after { /* 背景 店舗画像 */
	width: 307px;
	height: 456px;
	margin-left: 102px;
	background-image: url(../img/bg_support_01_sp.png);
	background-size: 307px 456px;
	left: 50%;
	top: -175px;
	z-index: -1;
}
#support .txt01 {
	max-width: 333px;
	height: 72px;
	margin: 18px auto 20px;
	text-indent: 100%;
	white-space: nowrap;
	background: url(../img/img_support_01_sp.png) no-repeat 50% 0;
	background-size: 100% auto;
	overflow: hidden;
}
#support .support_link01 {
	position: relative;
	z-index: 1;
}
#support .support_link01 a {
	color: #000;
	background: #ECEC00;
}

/* #supportBox01 */
#supportBox01 {
	margin: 55px 20px 0;
	padding: 30px 0 0;
	border-radius: 17px;
	background: #FFF;
	position: relative;
}
#supportBox01:before {
	content: '';
	width: 214px;
	height: 143px;
	margin-right: 15px;
	background: url(../img/bg_support_03_sp.png) no-repeat 0 0;
	background-size: 214px 143px;
	display: block;
	position: absolute;
	right: 50%;
	top: -96px;
}
#supportBox01 h3 {
	height: 57px;
	margin: 0 18px;
	text-indent: 100%;
	white-space: nowrap;
	border-bottom: 2px solid #00CC66;
	overflow: hidden;
}
#supportBox01 h3:before {
	content: '';
	width: 100%;
	max-width: 286px;
	height: 57px;
	margin: 0 auto 20px;
	background: url(../img/tit_support_02_sp.png) no-repeat 50% 50%;
	background-size: 100% auto;
	display: block;
}
#supportBox01 .txt02 {
	width: 100%;
	max-width: 254px;
	height: 98px;
	margin: 21px auto 30px;
	text-indent: 100%;
	white-space: nowrap;
	background: url(../img/img_support_02_sp.png) no-repeat 50% 0;
	background-size: 100% auto;
	overflow: hidden;
}
#supportBox01 .support_list01 {
	margin: 0 18px;
}
#supportBox01 .support_list01 li {
	height: 40px;
	padding-left: 50px;
	margin-bottom: 15px;
	line-height: 40px;
	font-size: 14px;
	font-weight: bold;
	background: #E5E5E5;
	position: relative;
}
#supportBox01 .support_list01 li:before,
#supportBox01 .support_list01 li:after {
	content: '';
	display: block;
}
#supportBox01 .support_list01 li:before {
	width: 40px;
	height: 40px;
	margin-bottom: 8px;
	background: #00CC66 no-repeat 50% 50%;
	background-size: 21px 25px;
	position: absolute;
	left: 0;
	top: 0;
}
#supportBox01 .support_list01 li:nth-child(1):before { background-image: url(../img/ico_support_01_sp.png); }
#supportBox01 .support_list01 li:nth-child(2):before { background-image: url(../img/ico_support_02_sp.png); }
#supportBox01 .support_list01 li:nth-child(3):before { background-image: url(../img/ico_support_03_sp.png); }
#supportBox01 .support_list01 li:nth-child(4):before { background-image: url(../img/ico_support_04_sp.png); }
#supportBox01 .support_list01 li:nth-child(5):before { background-image: url(../img/ico_support_05_sp.png); }

#supportBox01 .support_list01 li:after {
	width: 100%;
	height: 15px;
	background: url(../img/ico_support_06_sp.png) no-repeat 50% 50%;
	background-size: 8px 7px;
	position: absolute;
	top: 40px;
	right: 0;
}
#supportBox01 .support_list01 li:last-child:after{
	display: none;
}

#supportBox01 .supportBox01_01 {
	margin: 17px auto 0;
	position: relative;
	box-sizing: border-box;
}
#supportBox01 .supportBox01_01 .txt03 {
	width: 100%;
	max-width: 309px;
	height: 112px;
	margin: 0 auto 13px;
	text-indent: 100%;
	white-space: nowrap;
	background: url(../img/img_support_03_sp.png) no-repeat 0 0;
	background-size: 100% auto;
	overflow: hidden;
}
#supportBox01 .supportBox01_01 .link01 a {
	width: 250px;
	height: 60px;
	line-height: 60px;
	font-size: 19px;
	border-radius: 30px;
	line-height: 60px;
	color: #EE0;
}
#supportBox01 .supportBox01_01 .tel a {
	width: 250px;
	height: 40px;
	margin: 9px auto 0;
	line-height: 40px;
	text-indent: 100%;
	white-space: nowrap;
	border: 1px solid #000;
	border-radius: 20px;
	background: url(../img/img_support_04_sp.png) no-repeat 50%  50%;
	background-size: 206px 20px;
	display: block;
	overflow: hidden;
	box-sizing: border-box;
}
#supportBox01 .supportBox01_01 .time {
	padding: 14px 10px 17px;
	line-height: 20px;
	text-align: center;
	font-size: 11px;
	color: #333;
}
#supportBox01 .supportBox01_01 .time span {
	display: inline-block;
}

/* #supportBox02 */
#supportBox02 {
	margin: 35px auto 0;
}
#supportBox02 section {
	margin: 0 20px;
}
#supportBox02 .bukken_list01 .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	row-gap: 12px;
}
#supportBox02 .bukken_list01 .list > div {
	width: 49%;
}
#supportBox02 .bukken_list01 .list .pic img {
	width: auto;
	height: 100%;
	margin: 0 0 0 -159px;
	left: 50%;
	top: 0;
}
@media only screen and (min-width: 690px) {
	#supportBox02 .bukken_list01 .list .pic img {
		width: 100%;
		height: auto;
		margin: -50% 0 0 0;
		position: absolute;
		left: 0;
		top: 50%;
	}
}
@media only screen and (max-width: 420px) {
	#supportBox02 .bukken_list01 .list .price {
		font-size: 28px
	}
}
@media only screen and (max-width: 390px) {
	#supportBox02 .bukken_list01 .list .price {
		font-size: 22px
	}
	#supportBox02 .bukken_list01 .list .price span {
		font-size: 13px;
	}
}

#supportBox02 h4 {
	height: 32px;
	margin-bottom: 27px;
	text-indent: 100%;
	white-space: nowrap;
	border-left: 2px solid #EABB00;
	background: no-repeat 6px 0;
	background-size: auto 32px;
	overflow: hidden;
}

/* #support_new */
#support_new h4 {
	background-image: url(../img/tit_support_03_sp.png);
}

/* #support_yield */
#supportBox02 #support_yield {
	margin-top: 41px;
}
#support_yield h4 {
	background-image: url(../img/tit_support_04_sp.png);
}

#support .support_link02 {
	padding: 27px 0 30px;
}


/*------------------------------
#news
------------------------------*/
#news {
	padding: 33px 0;
	position: relative;
}
#news:before {
	content: '';
	width: 4px;
	height: 23px;
	margin-left: -2px;
	background: #EABB00;
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
}
#news h2 {
	height: 31px;
	padding-bottom: 10px;
	text-indent: 100%;
	white-space: nowrap;
	background: url(../img/img_news_01_sp.png) no-repeat 50% 0;
	background-size: 84px 31px;
	overflow: hidden;
}
#news ul li:after {
	content: '';
	display: block;
	clear: both;
}
#news ul li {
	margin: 15px 20px 0;
	line-height: 24px;
}
#news ul li a {
	display: block;
}
#news ul li span {
	display: block;
}
#news ul li .data {
	width: 80px;
	font-size: 12px;
	color: #000;
	float: left;
}
#news ul li .cate {
	width: 125px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	position: relative;
	float: left;
}
#news ul li .cate:before {
	content: '';
	width: 125px;
	height: 24px;
	background: #999;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
#news ul li .cate01:before { background-color: #60A8B0; }
#news ul li .cate02:before { background-color: #C1684F; }
#news ul li .mcate01:before { background-color: #F2BC00; }

#news ul li .tit {
	padding-left: 80px;
	font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: bold;
	clear: both;
}
#news .link01 {
	margin-top: 33px;
}


/*------------------------------
#bnr_area01
------------------------------*/
#bnr_area01 {
	padding: 30px 20px 15px;
	background: #F0F0F0;
}
#bnr_area01 ul li {
	padding-bottom: 10px;
}
#bnr_area01 ul li img {
	width: 100%;
	height: auto;
}


/*------------------------------
#greeting
------------------------------*/
#greeting {
	padding: 82px 0 40px;
	overflow: hidden;
	position: relative;
	background: #202C3B;
	box-sizing: border-box;
}
#greeting:before {
	content: '';
	width: 375px;
	height: 350px;
	background: url(../img/bg_greeting_01_sp.jpg) no-repeat 0 0;
	background-size: 100% auto;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}
#greeting h2,
#greeting p,
#greeting div {
	margin: 0 20px;
	box-sizing: border-box;
	color: #FFF;
	position: relative;
	z-index: 1;
}
#greeting h2 {
	height: 45px;
	padding-bottom: 90px;
	text-indent: 200%;
	white-space: nowrap;
	background: url(../img/tit_greeting_01_sp.png) no-repeat 100% 0;
	background-size: 195px 45px;
	overflow: hidden;
}
#greeting p {
	margin-bottom: 27px;
	line-height: 1.8;
	font-size: 15px;
}
#greeting div {
	height: 21px;
	text-indent: 100%;
	white-space: nowrap;
	background: url(../img/img_greeting_01_sp.png) no-repeat 100% 0;
	background-size: 221px 21px;
	overflow: hidden;
}


/*------------------------------
#wrap02
------------------------------*/
#wrap02 {
	background: url(../img/bg_contents02_01.jpg) no-repeat 50% 50%;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
#wrap02:before {
	content: '';
	width: 300%;
	height: 100%;
	margin: 0 -10%;
	background: #FFF;
	display: block;
	position: absolute;
	left: 0;
	top: 80%;
	z-index: 0;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	transform: rotate(-30deg);
}


/*------------------------------
#contents02
------------------------------*/
#contents02 {
	padding: 55px 0 0;
	position: relative;
	z-index: 1;
}
#contents02 .txt01 {
	width: 214px;
	height: 117px;
	margin: 0 auto 42px;
	text-indent: 100%;
	white-space: nowrap;
	background: url(../img/img_contents02_01_sp.png) no-repeat 50% 0;
	background-size: 214px 117px;
	overflow: hidden;
}
#contents02 .link01 a {
	font-size: 14px;
	color: #000;
	background: #FFF;
}


/*------------------------------
#cm
------------------------------*/
#cm {
	margin-top: 155px;
	position: relative;
	z-index: 1;
}
#cm h2 {
	width: 90px;
	height: 50px;
	margin: 0 auto;
	text-indent: 100%;
	white-space: nowrap;
	background: url(../img/tit_cm_01_sp.png) no-repeat 0 0;
	background-size: 90px 32px;
	overflow: hidden;
}
#cm div {
	padding-bottom: 55px;
}
#cm div iframe {
	width: 280px;
	height: 170px;
	margin: 0 auto;
	display: block;
}


/*------------------------------
#access
------------------------------*/
#access h2 {
	width: 152px;
	height: 53px;
	margin: 0 auto;
	text-indent: 100%;
	white-space: nowrap;
	background: url(../img/tit_access_01_sp.png) no-repeat 50% 0;
	background-size: 152px 36px;
	overflow: hidden;
}
#access #map-canvas-sp {
	height: 250px;
}
