/*/////////////////////////////////////////////////////////*/
/*  まちあるきボタン                                       */
/*/////////////////////////////////////////////////////////*/

#stroll_around {
	position: relative;
	width: 100%;
	font-family: sans-serif;
	color: #fff;
	margin: 50px auto 30px auto;
}

#stroll_around h3.block_tit {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	text-align: center;
	font-weight: bold;
	color: #fff;
}

#stroll_around h3.block_tit em {
	display: block;
	font-size: 70%;
	text-align: center;
	font-style: normal;
	font-weight: normal;
}

@media screen and (min-width: 770px) {
	#stroll_around h3.block_tit br {
		display: none;
	}
	#stroll_around h3.block_tit span {
		display: inline-block;
		background-color: transparent;
		color: #000;
		width: auto;
		padding: 0;
		margin: 0;
	}
}

@media screen and (max-width: 769px) {
	#stroll_around h3.block_tit span {
		display: none;
	}
}

/* まずは無料で試すバッジ */
#stroll_around .free_plan {
	font-size: 16px;
	font-weight: bold;
	width: 110px;
	height: 110px;
	color: #fff;
	background-color: red;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-170%, -110%);
	margin: 0;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 10px;
	z-index: 99;
	box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

/* イラスト */
#stroll_around img.webar01 {
	position: absolute;
	display: block;
	width: 100px;
	height: auto;
	top: 50%;
	right: 50%;
	transform: translate(170%, -135%);
	z-index: 100;
}

#stroll_around img.webar02 {
	position: absolute;
	display: block;
	width: 100px;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translate(-210%, -135%);
	z-index: 100;
}

@media screen and (max-width: 768px) {
    #stroll_around {
        width: 300px !important;
	min-height: 0 !important;
        margin: 0px auto !important;
    }

    #stroll_around img.webar01 {
        width: 160px;
        top: 0;
        right: 10%;
        transform: none;
    }

    #stroll_around img.webar02 {
        width: 160px;
        top: 0;
        left: 10%;
        transform: none;
    }

    #stroll_around .free_plan {
        top: auto;
        left: 20px;
        bottom: 60px;
        transform: none;
    }
}

/* 注意事項リンク */
#stroll_around span#precautions {
	display: block;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
}

#stroll_around span#precautions a {
	color: #fff;
	text-decoration: underline;
}

#stroll_around span#precautions em {
	display: block;
	width: 80%;
	margin: 0 auto 10px auto;
	font-size: 80%;
	text-align: center;
	font-style: normal;
	font-weight: normal;
}

#stroll_around p {
	text-align: center;
	margin: 20px auto;
}

/* ボタンエリア */
#btn_stroll_around {
	clear: both;
	position: relative;
	height: 100px;
	margin: 0 0 20px 0;
	font-family: sans-serif;
}

#btn_stroll_around a em {
	display: block;
	font-weight: normal;
	font-style: normal;
	font-size: 75% !important;
}

.btn_box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
}

#btn_animation .btn_stroll_around {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 220px;
	height: 100px;
	border-radius: 50px;
	background-color: #63d4db;
	color: #001933;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: bold;
	font-size: 130% !important;
	line-height: 1.15 !important;
	text-decoration: none;
	text-align: center;
}

#btn_animation .btn_stroll_around em {
	display: block;
	font-style: normal;
	font-size: 70% !important;
	line-height: 1.2;
	margin-top: 4px;
}

/* アニメーション */
#btn_animation .btn_stroll_around:before,
#btn_animation .btn_stroll_around:after {
	content: "";
	position: absolute;
	z-index: -10;
	width: 220px;
	height: 100px;
	top: 0;
	left: 0;
	border-radius: 50px;
	background: #a6f9ff;
	transform: translate3d(0,0,0);
}

#btn_animation .btn_stroll_around:before {
	animation: anime 1s ease-out infinite;
}

#btn_animation .btn_stroll_around:after {
	animation: anime 1s ease-out 1s infinite;
}

@keyframes anime {
	0%   { transform: scale(.95); opacity: 1; }
	90%  { opacity: .1; }
	100% { transform: scale(1.2, 1.4); opacity: 0; }
}


/*/////////////////////////////////////////////////////////*/
/*  カテゴリーページ用：webar-linkに収める                */
/*/////////////////////////////////////////////////////////*/

.webar-link {
	flex: 0 0 280px;
}

.webar-link #stroll_around {
	width: 100%;
	margin: 0;
	position: relative;
	min-height: 400px;
}

.webar-link #stroll_around img.webar02 {
	position: absolute;
	width: 110px;
	top: 20px;
	left: 15px;
	transform: none;
	z-index: 11;
}

.webar-link #stroll_around img.webar01 {
	position: absolute;
	width: 110px;
	top: 15px;
	right: 10px;
	transform: none;
	z-index: 7;
}

.webar-link #stroll_around #btn_stroll_around {
	position: absolute;
	top: 160px;
	left: 50%;
	transform: translateX(-50%);
	height: auto;
	width: 180px;
	margin: 0;
	z-index: 5;
}

.webar-link #stroll_around .btn_box {
	position: static;
	transform: none;
}

.webar-link #btn_animation .btn_stroll_around {
	position: relative;
	width: 180px;
	height: auto;
	padding: 14px 12px;
	font-size: 90% !important;
	border-radius: 30px;
	line-height: 1.3 !important;
}

.webar-link #btn_animation .btn_stroll_around:before,
.webar-link #btn_animation .btn_stroll_around:after {
	width: 180px;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 30px;
}

.webar-link #stroll_around .free_plan {
	position: absolute;
	width: 75px;
	height: 75px;
	font-size: 11px;
	padding: 8px;
	top: 190px;
	left: -5px;
	transform: none;
	z-index: 10;
}

.webar-link #stroll_around span#precautions {
	position: absolute;
	top: 330px;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	font-size: 0.8em;
	text-align: center;
}

.webar-link #stroll_around h3.block_tit,
.webar-link #stroll_around p {
	display: none;
}