
@media only screen and (max-width: 640px) {
/*list*/
#contents.list p.text {
	margin: 20px 10px;
}
#contents.list h2 a {
	color: #000000;
	text-decoration: none;
}
#contents.list h4 {
	margin: 16px 0 0 8px;
}
#contents.list .listnav {
	padding: 10px;
}
#contents.list div.listnav #btn-list {
	display: inline-block;
}
#contents.list .listnav .btn {
	margin: 20px 0 0;
}
#contents.list .list-selectable {
	padding-top: 32px;
}
#contents.list ul {
	margin: 10px 0 32px;
	vertical-align: middle!important;
}
#contents.list ul li {
	vertical-align: middle!important;
}
#contents.list ul li a {
	position: relative;
	display: block;
	padding: 18px 24px 0 8px;
	height: 54px;
	text-decoration: none;
	color: #333;
	vertical-align: middle!important;
	box-sizing: border-box;
}
#contents.list ul li:nth-child(2n+1) {
	background-color: #fff;
}
#contents.list ul li a::after {
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 1px solid #7B51A0;
	border-right: 1px solid #7B51A0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#contents.list ul li #icons ul {
	position: absolute;
	right: 40px;
	top: 8px;
	display: inline-block;
	margin: 0;
}
#contents.list ul li #icons ul li {
	width: 30px;
	height: 43px;
	margin-left: 4px;
	font-size: 0;
	background-size: 100%;
	background-color: transparent;
	border: none!important;
}
#contents.list ul li #icons ul li.ico-Wi-Fi,
#contents.list ul li #icons ul li.ico-en,
#contents.list ul li #icons ul li.ico-tanning,
#contents.list ul li #icons ul li.ico-net,
#contents.list ul li #icons ul li.ico-water,
#contents.list ul li #icons ul li.ico-pt {
	display: none;
}
#contents.list ul li span.new {
	font-weight: bold;
	color: #CC3399;
	padding-left: 8px;
}
#contents.list .btn a {
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0, rgb(164,211,69)), color-stop(1, rgb(132,181,37)));
	background-image: -webkit-linear-gradient(-90deg, rgb(164,211,69) 0%, rgb(132,181,37) 100%);
	background-image: linear-gradient(180deg, rgb(164,211,69) 0%, rgb(132,181,37) 100%);
	height: 24px;
	-webkit-border-radius: 4%/25%;
	border-radius: 10px;
	padding: 4px 0 4px 0;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	display: block;
	font-size: 16px;
}
#contents.list h3 {
	margin: 30px 0 0 10px;
	border-left: 2px solid #7a68ae;
	font-weight: normal;
	padding-left: 5px;
}
#contents.list h3.a_list_ttl {
	background-color: #FFFFFF;
	padding: 15px 0 0 10px;
	margin: 0;
	border: none;
}
#contents.list div.listnav.area {
	background: #FFFFFF;
}
#contents.detail h2 + .btn {
	width: 100%;
	position: relative;
	text-align: center;
}
#contents.detail h2 + .btn a {
	display: block;
	margin-bottom: 16px;
	width: 100%;
	color: #fff;
	font-size: 12px;
	line-height: 40px;
	height: 40px;
	background: #a4d345;
	/* Old browsers */
	background: -moz-linear-gradient(top, #a4d345 0%, #84b525 71%, #84b525 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a4d345), color-stop(71%, #84b525), color-stop(100%, #84b525));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a4d345 0%, #84b525 71%, #84b525 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #a4d345 0%, #84b525 71%, #84b525 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a4d345 0%, #84b525 71%, #84b525 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #a4d345 0%, #84b525 71%, #84b525 100%);
		/* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4d345', endColorstr='#84b525', GradientType=0 );
	/* IE6-9 */
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-decoration: none;
}
#contents.detail h2 + .btn a:before {
	content: "";
	position: absolute;
	top: 45%;
	left: 14px;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-top-color: #fff;
}
#contents.detail .sns {
	display: none;
	width: 110px;
	float: right;
	position: relative;
	left: -20px;
	margin: 20px 0 0 0;
}
#contents.detail .sns span {
	margin-left: 5px;
	display: block;
	height: 10px;
	padding-bottom: 15px;
	width: 110px;
}
#contents.detail .sns.fb {
	position: relative;
}
#contents.detail .sns.tw {
	position: relative;
}
#contents.detail .sns.go {
	position: relative;
	width: 50px;
}
#contents.detail div.info {
	font-size: 10px;
	clear: both;
}
#contents.detail div.info span {
	color: #FF0000;
}
#contents.detail div.info em {
	color: #FF0000;
	font-size: 120%;
	font-style: normal;
}
#contents.detail .sec0 .bnr img {
	width: 100%;
	height: auto;
}
#contents.detail .sec0 .cambox {
	background: #7a68ae;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 10px 0 0;
	padding: 20px;
}
#contents.detail .sec0 .cambox .text {
	color: #fff;
	line-height: 1;
}
#contents.detail .sec0 .cambox a {
	color: #fff;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
#contents.detail .sec0 .cambox .text h3 {
	font-size: 16px;
	margin: 4px 0;
	font-weight: normal;
}
#contents.detail .sec0 .cambox .text h4 {
	font-size: 20px;
	padding: 4px 0;
	font-weight: normal;
}
#contents.detail .sec0 .cambox .text p {
	font-size: 7px;
	margin: 1px 0;
}
#contents.detail .sec0 .cambox .btn,  #contents.detail .sec0 .cambox .btn_pre {
	clear: both;
	text-align: center;
	padding-bottom: 5px;
}
#contents.detail .sec0 .cambox .btn a,  #contents.detail .sec0 .cambox .btn_pre a {
	display: inline-block;
	width: 100%;
	height: 40px;
	margin-bottom: 10px;
	background: #a4d345;
	/* Old browsers */
	background: -moz-linear-gradient(top, #a4d345 0%, #84b525 71%, #84b525 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a4d345), color-stop(71%, #84b525), color-stop(100%, #84b525));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a4d345 0%, #84b525 71%, #84b525 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #a4d345 0%, #84b525 71%, #84b525 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a4d345 0%, #84b525 71%, #84b525 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #a4d345 0%, #84b525 71%, #84b525 100%);
		/* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4d345', endColorstr='#84b525', GradientType=0 );
	/* IE6-9 */
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#contents.detail .sec0 .cambox .btn a span,  #contents.detail .sec0 .cambox .btn_pre a span {
	text-align: center;
	width: 100%;
	height: 40px;
	display: inline-block;
	background: url(../img/detail/btn_icon.gif) 10px 50% no-repeat;
	background-size: auto 8px;
	color: #fff !important;
	font-size: 12px !important;
	font-weight: normal !important;
	line-height: 40px !important;
}
#contents.detail .sec1 {
	clear: both;
	padding-top: 10px;
}
#contents.detail .sec1 .map {
	/*width: 320px;*/
	height: 200px;
	margin: 0 auto;
	pointer-events: none;
}
#contents.detail .sec1 .map img {
	width: 540px;
	height: auto;
}
#contents.detail .sec1 .map .gmnoprint {
	display: none;
}
#contents.detail .sec1 p.link {
	padding: 5px;
	width: 270px;
	margin: 0 auto;
	font-size: 10px !important;
	font-weight: normal !important;
}
#contents.detail .sec1 .photobox {
	width: 290px;
	margin: 0 auto;
}
#contents.detail .sec1 .photobox img {
	zoom: .5;
}
#contents.detail .sec1 .photobox .photo {
	width: 290px;
	height: 220px;
	position: relative;
	overflow: hidden;
	border: #ffffff solid 4px;
	margin-bottom: 8px;
	box-shadow: 0px 0px 6px 3px #eee;
	-moz-box-shadow: 0px 0px 6px 3px #eee;
	-webkit-box-shadow: 0px 0px 6px 3px #eee;
}
#contents.detail .sec1 .photobox .photo img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto 0;
	width: 100%;
	height: auto;
}
#contents.detail .sec1 .photobox ul li {
	background: url(../img/detail/waku2.gif) no-repeat;
	background-size: 48px auto;
	width: 48px;
	height: 40px;
	float: left;
	cursor: pointer;
	overflow: hidden;
}
#contents.detail .sec1 .photobox ul li:hover {
	opacity: .6;
}
#contents.detail .sec1 .photobox ul li.on {
	cursor: inherit;
	opacity: .6;
}
#contents.detail .sec1 .photobox ul li img {
	padding: 5px;
	width: 77px;
	height: 57px;
}
#staff-info {
	background: #7a68ae;
	text-align: center;
	padding: 24px;
	color: #fff !important;
	font-size: 14px !important;
	font-weight: normal;
}
#staff-info h3 {
	font-size: 20px !important;
	margin-bottom: 16px;
}
#staff-info a {
	display: block;
	padding: 8px 24px;
	border: 2px solid #fff;
	border-radius: 30px;
	color: #fff !important;
	text-decoration: none;
	margin-top: 16px;
}
#staff-info p {
	margin-top: 16px;
}
/* Styles */
   /* 確認 */
#contents.form .table table.cof {
	width: 95%;
	border: #CCC 1px solid;
	margin: 0 auto;
}
#contents.form .table table.cof th {
	width: 20%;
	text-align: right;
	vertical-align: top !important;
	padding: 10px 5px 0;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
	border-right: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
}
#contents.form .table table td {
	width: 80%;
	text-align: left;
	vertical-align: middle;
	padding: 10px 5px;
	font-size: 12px;
	border-bottom: 1px dotted #CCCCCC;
}
#contents.form .btn input.entry {
	text-align: center;
	border: none;
	background: url(../img/form/btn_entry.gif) no-repeat;
	background-size: 240px auto;
	width: 240px;
	height: 45px;
	margin: 0 auto;
	display: block;
	text-indent: -9999px;
	cursor: pointer;
}
#contents.form .btn input.back {
	text-align: center;
	border: none;
	background: url(../img/form/btn_back.gif) no-repeat;
	background-size: 240px auto;
	width: 240px;
	height: 45px;
	margin: 10px auto;
	display: block;
	text-indent: -9999px;
	cursor: pointer;
}
/* FAQ */
#contents.faq h3 {
	font-size: 130%;
	margin-bottom: 8px;
}
#contents.faq .box {
	margin-bottom: 40px;
}
#contents.faq .white {
	padding: 24px 16px 8px;
	background: #fff;
}
#contents.faq div strong {
	display: block;
	margin-bottom: 16px;
}
#contents.faq ul {
	padding-left: 24px;
	margin-bottom: 32px;
}
#contents.faq ul li {
	list-style: disc;
	margin-bottom: 8px;
}
#contents.faq .text {
	border-bottom: 1px dotted #CCCCCC !important;
	margin-bottom: 8px;
}
#contents.faq span.q {
	color: #C33;
	font-size: 150%;
	font-weight: bold;
	padding: 0 8px 0 0;
}
#contents.faq span.a {
	color: #336;
	font-size: 150%;
	font-weight: bold;
	padding: 0 8px 0 0;
}
.box.q-search-box {
	text-align: center;
	margin: 20px 0 !important;
}
#q-search-form {
	-webkit-appearance: none; 
	border-radius: 0;
	border: #7a68ae solid 2px;
	width: 75% !important;
	height: 30px;
	padding-left: 8px;
	vertical-align: middle;
	font-size: 90%;
}
/* お問い合わせ */
#contents.contact h3 {
	font-size: 140%;
	margin-bottom: 8px;
}
#contents.contact h4 {
	text-align: center;
	background: #7a68ae;
	color: #fff;
	font-weight: normal;
	font-size: 120%;
	padding: 8px;
	clear: both;
}
#contents.contact .box {
	margin-bottom: 40px;
	overflow: hidden;
}
#contents.contact .box div {
	padding: 16px;
	text-align: center;
}
#contents.contact .box .table {
	padding: 0;
}
#contents.contact .box .table p a {
	display: block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	padding: 24px 0;
	background: url("../img/page-right.png") no-repeat 94%;
	background-size: 8px;
	border-bottom: #7a68ae solid 1px;
}
#contents.contact .box .table p a:hover {
	background: #a096c3 url("../img/page-right-w.png") no-repeat 94%;
	background-size: 8px;
	color: #fff;
}
#contents.contact .box.first .table p a:last-child {
	border-bottom: none;
}
#contents.contact div.white {
	background: #fff;
}
#contents.contact .btn {
	border: #7a68ae solid 2px;
	padding: 16px 0;
	margin: 16px 0;
	display: block;
	border-radius: 40px;
	text-decoration: none;
}
#contents.contact .btn:hover {
	background: #a096c3;
	color: #fff;
}
/* wattbike */
#wattbike p.read {
	padding: 20px 30px 0;
	font-weight: normal;
}
#wattbike p.text {
	margin: 0 0 30px;
}
#wattbike strong {
	font-weight: normal;
	color: #8B6395;
	line-height: 160%;
	display: block;
}
#contents-site #wattbike h3 span {
	font-size: 18px;
	margin: 0 0 10px -10px;
	padding: 0 0;
	display: block;
	font-weight: normal;
}
.wattbike_inner {
	padding: 20px;
	background: #FFF;
}
#wattbike img {
	width: 100%;
}
/* sns */
.snsArea {
	/*margin: 10px auto 0;
	width: 290px;*/
	margin-top: 10px;
}
/* -----サイトポリシー、プライバシーポリシー、グローバルプライバシーポリシー----- */
#contents-site .policy h2 span {
	font-size: 60% !important;
}
#contents-site .policy h3 {
	font-size: 130%;
}
#contents-site .policy h4 {
	font-size: 120%;
}
/* -----出店計画一覧----- */
#contents-site .newshop-list table tr:first-child {
	display: none;
}
#contents-site .newshop-list table th {
	display: none;
}
#contents-site .newshop-list table tr td {
	border-top: dotted 1px #cccccc;
	background: #fff;
}
#contents-site .newshop-list table tr td:first-child {
	border-top: none;
}
#contents-site .newshop-list table tr td:last-child {
	margin-bottom: 40px;
}
#contents-site .newshop-list table tr td:before {
	display: block;
	font-weight: bold;
	padding-top: 0;
	padding-bottom: 16px;
}
#contents-site .newshop-list table tr td:nth-of-type(1):before {
	content: "店舗名";
}
#contents-site .newshop-list table tr td:nth-of-type(2):before {
	content: "出店予定時期";
}
#contents-site .newshop-list table tr td:nth-of-type(3):before {
	content: "住所";
}
#contents-site .newshop-list p {
	text-align: right;
}
/* -----athlete----- */
#contents.athlete .top-img {
	position: relative;
	background: #fff;
}
#contents.athlete .top-img img {
	width: 100%;
}
#contents.athlete .top-img p {
	height: 55%;
	font-size: 120%;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 30px;
	margin: auto 0;
}
#contents.athlete ul li {
	margin-bottom: 30px;
	text-align: center;
}
#contents.athlete ul li a {
	color: #000;
	text-decoration: none;
}
#contents.athlete ul li a:hover {
	text-decoration: underline;
}
#contents.athlete ul li img {
	width: 100%;
	margin-bottom: 10px;
}
/* -----記事ページ----- */
#contents.single {
/*padding: 20px;*/
}
#contents.single .box {
	margin-bottom: 30px;
}
#contents.single h2 {
	border-left: none;
	font-size: 130%;
	font-weight: bold;
	padding: 20px 0;
	line-height: 1.2em;
}
#contents.single h2 span {
	display: block;
	margin-top: 10px;
	font-size: 60%;
	line-height: 1.2em;
}
#contents.single h2 p {
	font-size: 70%;
	line-height: 1.3em;
}
#contents.single h3 {
	font-size: 130%;
	padding: 5px 0;
	margin: 20px 0 10px;
}
#contents.single h3:before {
	content: "●";
	color: #7a68ae;
	padding-right: 5px;
}
#contents.single h4 {
	font-size: 120%;
	margin-bottom: 10px;
}
#contents.single p {
	margin-bottom: 20px;
}
#contents.single a:hover img {
	opacity: 0.8 !important;
	-ms-filter: "alpha(opacity=80)";
	filter: alpha(opacity=80);
}
#contents.single ul {
	list-style-type: disc;
	margin: 0 0 20px 16px;
}
#contents.single img.size-full {
	width: 100%;
}
#contents.single .two-cloumn {
	margin-bottom: 30px;
	overflow: hidden;
}
#contents.single .two-cloumn.img-right img {
	width: 40%;
	height: auto;
	float: right;
	margin: 0 0 20px 20px;
}
#contents.single .two-cloumn.img-left img {
	width: 40%;
	height: auto;
	float: left;
	margin: 0 20px 20px 0;
}
#contents.single ul.two-cloumn {
	list-style-type: none;
	margin: 0;
	font-size: 0%;
}
#contents.single ul.two-cloumn li {
	width: 100%;
	height: auto;
	font-size: 13px;
	padding: 5px 0;
}
#contents.single ul.two-cloumn li img {
	width: 100%;
	height: auto;
}
#contents.single .movie {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
#contents.single .movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
#contents.single .small {
	font-size: 90%;
}
#contents.single .center {
	text-align: center;
}
#contents.single .center img {
	width: 100%;
}
#contents.single .bg-white {
	background: #ffffff;
	padding: 20px 10px 4px;
	margin: 10px 0;
}
#contents.single table {
	width: 100%;
	height: auto;
}
    tbody{
    display: block;
    width: 100%;
    overflow: hidden;
	}
#contents.single table tr th,  #contents.single table tr td {
	display: block;
}
#contents.single table tr th {
	padding-bottom: 5px;
}
#contents.single table tr td {
	padding-bottom: 15px;
}
#contents.single .btn a {
	display: block;
	color: #7a68ae;
	background: #fff;
	font-size: 120%;
	padding: 15px 0;
	margin: 40px 0 0;
	text-decoration: none;
	border-radius: 40px;
	border: #7a68ae solid 3px;
}
.balloon {
	position: relative;
	background-color: #DDDDDD;
	padding: 10px 20px;
	margin-bottom: 15px;
}
.balloon:before {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border-top: 10px solid #DDDDDD;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}
/* business */
#business {
	padding-top: 30px;
}
#business .box {
	margin: 0 auto 30px;
}
#business .box img {
	width: 30%;
}
#business h2 {
	font-size: 18px;
	padding: 20px 0;
}
/* press2015 */
#press2015 .box {
	margin-bottom: 20px;
}
#press2015 .box.top {
	padding: 20px 0 0;
}
#press2015 .box.top strong {
	font-size: 12px;
}
#press2015 .box img {
	width: 100%;
	margin: 10px 0;
}
#press2015 h2 {
	font-size: 28px;
	padding: 20px 0;
}
/* tattoo */
#tattoo {
	padding-top: 30px;
}
#tattoo h2 {
	font-size: 200%;
	text-align: left;
	padding: 20px 0;
	line-height: 1.2em;
}
#tattoo h2 span {
	font-size: 30%;
	font-weight: normal;
	vertical-align: 13px;
}
#tattoo .red {
	color: red;
	font-weight: bold;
}
#tattoo .kiyaku_box {
	margin-bottom: 20px;
}
#tattoo .kiyaku_box div {
	background: #7A67AE;
	color: #FFFFFF;
	margin-bottom: 10px;
	font-size: 180%;
	font-weight: bold;
	text-align: center;
}
#tattoo .kiyaku_box div span {
	font-size: 30%;
}
#tattoo .kiyaku_box p {
	overflow: auto;
	font-weight: bold;
}
#tattoo .kiyaku_box.top div {
	background: #AAABAE;
}
#tattoo .kiyaku_box.top p {
	color: #6D6E71;
	font-weight: normal;
}
.tattoo-en {
	padding: 20px !important;
}
.tattoo-en img {
	width: 100%;
	margin-bottom: 20px;
}
/* greeting */
#greeting {
	background: url(../img/greeting/greeting_bk.jpg) no-repeat -100px 0;
	background-size: 200%;
	margin: 0 auto;
	padding: 0;
	color: #FFFFFF;
	overflow: hidden;
}
#greeting div {
	width: 90%;
	margin: 0 auto;
}
#greeting div img.top {
	width: 100%;
	height: auto;
	margin-top: 250px;
	margin-bottom: 10px;
}
#greeting div h2 {
	font-size: 120%;
	padding: 20px 0;
}
#greeting div .right {
	text-align: right;
	margin-top: 50px;
	font-size: 90%;
}
#greeting div img.bottom {
	display: block;
	margin: 40px auto;
}
/* omimai */
#contents.single #omimai .box {
	margin: 0 -20px 40px;
	background: #FFFFFF;
	padding: 30px 20px 70px;
}
#contents.single #omimai h2 {
	font-size: 115%;
	margin: 0 0 10px -7px;
}
#contents.single #omimai p {
	line-height: 2.7em;
	padding-bottom: 20px;
}
#contents.single #omimai span {
	display: block;
	text-align: right;
}
#omimai table.top-table {
	margin: 70px 0;
	line-height: 2.3em;
}
#omimai table.top-table th,  #omimai table.top-table td {
	display: block;
}
#omimai table.top-table th {
	font-weight: normal;
	padding: 10px 0 10px 0;
	color: #7A67AE;
}
#omimai table.top-table .big {
	font-size: 1.4em;
}
#contents.single #omimai img {
	margin: 0 auto;
	display: block;
	width: 176px;
	height: auto;
}
/* running */
#running {
	overflow-y: hidden !important;
	margin-top: -60px;
}
#running .anime {
	color: transparent !important;
	animation-duration: 0.5s;
	animation-name: slidein;
	-ms-animation-duration: 0.5s;
	-ms-animation-name: slidein;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-name: slidein;
	-moz-animation-duration: 0.5s;
	-moz-animation-name: slidein;
}
#running .bg {
	background-color: #541b86;
	text-align: center;
	color: #fff;
	padding: 15px 0 20px;
	box-sizing: border-box !important;
	position: relative;
}
#running .bg .anime {
	background: url(../img/single/af_runningman_bg.png) no-repeat bottom center;
	background-size: 100% auto;
	width: 100%;
	height: 0;
	padding-top: 37.4%;
	position: absolute;
	bottom: 0;
}
#running .bg .text {
	padding: 0 10px;
	box-sizing: border-box !important;
	transform: translate3d(0px, 0px, 1px);
	-ms-transform: translate3d(0px, 0px, 1px);
	-webkit-transform: translate3d(0px, 0px, 1px);
	-moz-transform: translate3d(0px, 0px, 1px);
}
#running .bg h2 {
	padding: 10px 10px 0;
	margin-bottom: 20px;
	border: none;
}
#running .bg h2 img {
	width: 100%;
}
#running .bg p {
	color: #fff;
	font-size: 60%;
}
#running .anime.bottom {
	background: url(../img/single/af_runningman_bg2.png) no-repeat top center;
	background-size: 100% auto;
	height: 0;
	padding-top: 49.6%;
}
#running #wrapper {
	margin-top: -55%;
}
#running #contents.single {
	transform: translate3d(0px, 0px, 2px);
	-ms-transform: translate3d(0px, 0px, 2px);
	-webkit-transform: translate3d(0px, 0px, 2px);
	-moz-transform: translate3d(0px, 0px, 2px);
}
#running #contents.single h3 {
	background: none !important;
	color: #000 !important;
	text-align: center;
	font-size: 180% !important;
	font-weight: normal;
	margin-bottom: 30px !important;
}
#running #contents.single h3:before {
	content: "";
}
#running ul {
	list-style: none;
	margin: 0 0 40px !important;
}
#running ul li {
	width: 100%;
	height: auto;
	display: inline-block;
	position: relative;
	margin-bottom: 10px;
	background-color: #541b86;
}
#running ul li a:hover {
	opacity: 0.8;
}
#running ul li img {
	width: 100%;
	height: auto;
}
#running ul li p {
	position: absolute;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
	color: #fff;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.34) 18%, rgba(0,0,0,0.56) 32%, rgba(0,0,0,1) 68%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.34) 18%, rgba(0,0,0,0.56) 32%, rgba(0,0,0,1) 68%, rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.34) 18%, rgba(0,0,0,0.56) 32%, rgba(0,0,0,1) 68%, rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=0 ); /* IE6-9 */
	margin: 0 !important;
	padding: 15px 10px;
}
#running .text {
	text-align: center;
	color: #592586;
	font-size: 180%;
	margin-bottom: 30px !important;
}
#running #contents.single .btn {
	text-align: center;
	margin-bottom: 30px;
}
#running #contents.single .btn a {
	background: #00aced;
	color: #FFF;
	font-size: 120%;
	width: 100%;
	padding: 10px 0;
	margin: 0 0 20px;
	text-decoration: none;
	border-radius: 30px;
	display: block;
	border: none;
}
#running #contents.single .btn a.instagram {
	background: #5d50d4; /* Old browsers */
	background: -moz-linear-gradient(top, #5d50d4 0%, #da2a91 50%, #ffc25e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #5d50d4 0%, #da2a91 50%, #ffc25e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #5d50d4 0%, #da2a91 50%, #ffc25e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d50d4', endColorstr='#ffc25e', GradientType=0 ); /* IE6-9 */
}
#running #contents.single .btn a:hover {
	opacity: 0.6;
}
 @keyframes slidein {
 from {
 -ms-transform:translate3d(80px, 0, 0);
 -webkit-transform:translate3d(80px, 0, 0);
 transform:translate3d(80px, 0, 0);
 opacity: 0;
}
 to {
 -ms-transform:translate3d(0px, 0px, 0px);
 -webkit-transform:translate3d(0px, 0px, 0px);
 transform:translate3d(0px, 0px, 0px);
 opacity: 1;
}
}
/* yacht */
#yacht strong {
	display: block;
	font-size: 150%;
	text-align: center;
	margin-bottom: 50px;
	color: #7a68ae;
}
#yacht .btn {
	text-align: center;
}
/*#yacht .btn a {
		display: block;
		color: #7a68ae;
		background: #fff;
		font-size: 120%;
		padding: 15px 0;
		margin:  40px 0 0;
		text-decoration: none;
		border-radius: 40px;
		border: #7a68ae solid 3px;
	}*/
	
	
	/* wall */
#wall strong {
	display: block;
	font-size: 150%;
	text-align: center;
	color: #7a68ae;
}
#wall table {
	font-size: 110%;
}
#wall table.bg-white tr {
	text-align: center !important;
	overflow: hidden;
}
#wall table.bg-white tr th:first-child img {
	float: none !important;
	margin: 0 !important;
}
#wall table.bg-white tr:first-child th:first-child {
	padding-top: 10px;
}

/* buddy walk */
#contents.single #bw h2 {
	padding: 0;
	margin: 0;
	width: 100%;
}
#contents.single #bw h3 {
	background: #fff;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	color: #58402c;
	text-align: center;
	font-size: 5vw;
	margin: 0;
	padding: 0;
}
#contents.single #bw h3 span {
	display: block;
	margin: 0!important;
}
#contents.single #bw h3:before {
	content: "";
}
#contents.single #bw h4 {
	font-weight: normal;
}
#contents.single #bw h4:before {
	content: "●";
	color: #f7c67a;
	padding-right: 4px;
}
#contents.single #bw .bg-white {
	margin: 0;
	padding-bottom: 32px;
}
#contents.single #bw .two-cloumn {
	margin: 0;
}
#contents.single #bw .two-cloumn div {
	padding: 0;
}
#contents.single #bw .two-cloumn .right {
	vertical-align: middle;
}
#contents.single #bw .two-cloumn .right img {
	width: 100%;
	margin-bottom: 16px;
}
#contents.single #bw .two-cloumn .right h4 {
	display: inline-block;
	margin-right: 16px;
}
#contents.single #bw .bg-run {
	color: #58402c;
	background: url(../img/lp/bw-bg-run.png) no-repeat center;
	background-size: 100%;
	margin-top: 24px;
	width: 100%;
	padding: 12.7%;
	text-align: center;
	box-sizing: border-box;
	position: relative;
}
#contents.single #bw .bg-run span {
	position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 5rem;
}
#contents.single #bw .sp {
	margin-bottom: 40px;
}
#contents.single #bw table {
	border-collapse: separate;
	border-spacing: 0;
	border: #f7c67a solid 2px;
	margin-bottom: 16px;
	border-radius: 8px;
}
#contents.single #bw table tr th {
	padding: 16px 0;
	vertical-align: middle;
}
#contents.single #bw table tr td {
	padding: 24px 16px;
	background: #f7c67a;
}
#contents.single #bw table img {
	width: 100%;
}
#contents.single #bw table h4:before {
	color: #fff;
}
#contents.single #bw .box {
	width: 100%;
}
#contents.single #bw .box.map01 {
	margin-bottom: 16px;
}
#contents.single #bw .box.map02 {
	margin-bottom: 40px;
}
#contents.single #bw .box img {
	width: 100%;
}
#contents.single #bw .box div {
	background: #eee!important;
	padding: 24px 16px;
	border-radius: 0 0 8px 8px;
}
#contents.single #bw .box div span {
	font-size: 80%;
}
	#contents.single #bw .btn {
		text-align: center;
	}
	#contents.single #bw .btn a {
		display: inline-block;
		background: #f7c67a;
		border: #58402c solid 2px;
		color: #58402c;
		font-weight: bold;
		border-radius: 40px;
		padding: 16px 0;
		font-size: 3.5vw;
		text-decoration: none;
		width: 100%;
	}
	#contents.single #bw .btn:hover {
		opacity: 0.6;
	}
	
/*Googleインドアビュー*/
.sec1.g_view {
	height: 820px;
}
.g_view iframe {
	height: 350px;
	margin-top: 20px;
}
.mapbox .link {
	clear: both;
	padding: 0 0;
	text-align: center;
	box-sizing: border-box;
}
.mapbox .link a {
	margin: 5px;
	display: block;
	color: #3B3B3B;
	font-size: 12px;
	line-height: 32px;
	width: 240px;
	height: 32px;
	background: #F8F8F8;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: #A7A4A4 1px solid;
}
/* -----検索結果ページ----- */
.search {
	min-width: 280px;
}
.search .single-box h3 {
	font-size: 110%;
}
.search .single-box .single-desc {
	position: relative;
}
.search .single-box .single-desc br {
	display: none;
}
.search .single-box a {
	display: block;
	padding: 15px 10px;
	background: #ffffff;
	color: #000000;
	text-decoration: none;
	position: relative;
}
.search .single-box:nth-child(2n+1) a {
	background: #f3f3f3;
}
.search .single-box a:after {
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 1px solid #7B51A0;
	border-right: 1px solid #7B51A0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.search .single-box a .address {
	width: 96%;
}
#searchform {
	margin: 0;
	margin-bottom: 20px;
}
#searchform #s {
	height: 33px;
	padding-top: 0;
	padding-bottom: 0;
	width: 80%!important;
	font-size: 110%;
}
#searchsubmit {
	margin-left: -5px;
}
}
