#contents .text {
	padding-bottom: 10px;
}

@media only screen and (min-width: 641px) {
h2 {
	border-left: 3px solid #7a68ae;
	padding: 2px 15px;
	line-height: 1.37;
	font-size: 26px;
	font-weight: normal;
	margin: 30px 0;
}
/* list */
#contents.list {
	padding: 40px 0;
}
#contents.list h2 a {
	color: #000000;
	text-decoration: none;
}
#contents.list h4 {
	margin: 24px 0 8px 24px;
	font-size: 120%;
}
#contents.list div.listnav {
	clear: both;
	font-size: 20px;
	padding: 0 40px 10px;
}
#contents.list div.listnav #btn-list {
	display: inline-block;
	margin-right: 16px;
}
#contents.list div.listnav a {
	display: inline-block;
	color: #7a68ae;
}
#contents.list div.listnav div.btn {
	display: inline-block;
	width: 150px;
	padding: 0;
	text-align: center;
}
#contents.list div.listnav div.btn a {
	margin: 5px;
	background: url(../img/detail/btn_f1_l.gif) 0 0 no-repeat;
	background-size: auto 84px;
	display: inline-block;
	color: #fff;
	font-size: 18px;
	line-height: 44px;
}
#contents.list div.listnav div.btn a:hover {
	background-position: 0 -42px;
}
#contents.list div.listnav div.btn a span {
	width: 147px;
	height: 42px;
	display: inline-block;
	background: url(../img/detail/btn_f1_r.gif) 100% 0 no-repeat;
	background-size: auto 84px;
}
#contents.list div.listnav div.btn a span:hover {
	background-position: 100% -42px;
}
#contents.list div.listnav div.btn a span:hover {
	background-position: 100% -42px;
}
#contents.list .list-selectable {
	padding-top: 40px;
}
#contents.list ul li a {
	display: block;
	width: 100%;
	background-color: #fff;
	padding: 24px 0;
	color: #000000;
	text-decoration: none;
	position: relative;
	overflow: hidden;
}
#contents.list ul li:nth-child(2n) a {
	background-color: #f3f3f3;
}
#contents.list ul li a p {
	display: inline-block;
	vertical-align: middle;
}
#contents.list ul li a .name {
	font-size: 150%;
	font-weight: normal;
	display: inline-block;
	margin-right: 20px;
	margin-left: 80px;
}
#contents.list ul li #icons ul {
	position: absolute;
	right: 220px;
	top: 10px;
	display: inline-block;
	margin: 0;
}
#contents.list ul li #icons ul li {
	width: 44px;
	height: 63px;
	margin-left: 5px;
	font-size: 0;
	background-size: 100%;
}
#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-size: 75%;
	font-weight: bold;
	color: #CC3399;
	vertical-align: top;
	padding-left: 8px;
}
#contents.list ul li a .btn {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto 0;
	padding: 0 40px;
	height: 40px;
	color: #fff;
	font-size: 18px;
	line-height: 2.3em;
	/*float: right;*/
	background: #a4d345;
	/* Chrome,Safari4+ */
	background: -webkit-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: 8px;
}
#contents.list ul li a .btn:not(:target) {
	filter: none\9;
}
#contents.list ul li a .btn:before {
	display: block;
	content: "";
	position: absolute;
	top: 15px;
	left: 18px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 5px solid #ffffff;
}
#contents.list ul li a:hover .btn {
	opacity: 0.8;
	-ms-filter: "alpha(opacity=80)";/*for ie 8 */
}
#contents.list h3 {
	clear: both;
	font-size: 22px;
	font-weight: normal;
	margin: 30px 0 10px 25px;
	padding-left: 15px;
	border-left: 3px solid #7a68ae;
}
#contents.list h3.a_list_ttl {
	padding: 20px 0 0 25px;
	margin: 0;
	border: none;
}
/* detail */
#contents.detail h2 {
	/*width: 500px;*/
	float: left;
	margin: 30px 25px;
	display: inline-block;
}
#contents.detail h2 + .btn {
	float: left;
	margin: 30px 0;
	display: inline-block;
	position: relative;
}
#contents.detail h2 + .btn a {
	display: inline-block;
	color: #fff;
	font-size: 120%;
	background: #a4d345;
	padding: 8px 16px 8px 32px;
	/* 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 {
	/*width: 350px;*/
	display: inline-block;
	float: right;
	margin: 30px 0;
	text-align: left;
	position: relative;
	left: 50px;
}
#contents.detail .sns span {
	margin-left: 5px;
	width: 110px;
	display: inline-block;
}
#contents.detail .sns.fb {
	position: relative;
}
#contents.detail .sns.tw {
	position: relative;
}
#contents.detail .sns.go {
	position: relative;
	width: 50px;
}
#contents.detail div.info {
	clear: both;
	padding: 0px 30px 10px;
}
#contents.detail div.info span {
	color: #FF0000;
}
#contents.detail div.info em {
	color: #FF0000;
	font-size: 120%;
	font-style: normal;
}
#contents.detail .sec0 .bnr {
	width: 460px;
	float: left;
}
#contents.detail .sec0 .cambox {
	background: #7a68ae;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 467px;
	min-height: 287px;
	float: right;
}
#contents.detail .sec0 .cambox .text {
	padding: 25px 30px 10px;
	color: #fff;
	line-height: 1;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
#contents.detail .sec0 .cambox a {
	color: #fff;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
#contents.detail .sec0 .cambox .text h3 {
	font-size: 28px;
	margin: 9px 0;
}
#contents.detail .sec0 .cambox .text h4 {
	font-size: 38px;
	padding: 9px 0;
}
#contents.detail .sec0 .cambox .text p {
	font-size: 12px;
	margin: 3px 0;
}
#contents.detail .sec0 .cambox .btn a {
	margin: 0 5px 5px 0;
	background: url(../img/detail/btn1_l.png) 0 0 no-repeat;
	display: inline-block;
}
#contents.detail .sec0 .cambox .btn a:hover {
	background-position: 0 -42px;
}
#contents.detail .sec0 .cambox .btn a span {
	text-align: center;
	padding: 0 20px 0 30px;
	height: 42px;
	display: inline-block;
	background: url(../img/detail/btn1_r.gif) 100% 0 no-repeat;
	line-height: 43px;
	font-size: 18px !important;
	font-weight: normal !important;
	color: #fff !important;
}
#contents.detail .sec0 .cambox .btn {
	padding: 0px 30px 20px;
	clear: both;
	text-align: left;
}
#contents.detail .sec0 .cambox .btn a {
	margin: 0 5px 5px 0;
	background: url(../img/detail/btn1_l.png) 0 0 no-repeat;
	display: inline-block;
	color: #fff;
	font-size: 18px;
	line-height: 43px;
}
#contents.detail .sec0 .cambox .btn a:hover {
	background-position: 0 -42px;
}
#contents.detail .sec0 .cambox .btn a span {
	text-align: center;
	padding: 0 20px 0 30px;
	height: 42px;
	display: inline-block;
	background: url(../img/detail/btn1_r.gif) 100% 0 no-repeat;
}
#contents.detail .sec0 .cambox .btn a span:hover {
	background-position: 100% -42px;
}
#contents.detail .sec0 .cambox .btn_pre {
	padding-right: 30px;
	clear: both;
	text-align: left;
}
#contents.detail .sec0 .cambox .btn_pre a {
	margin: 0 5px 5px 0;
	background: url(../img/detail/btn1_l.png) 0 0 no-repeat;
	display: inline-block;
	color: #fff;
	font-size: 18px;
	line-height: 43px;
}
#contents.detail .sec0 .cambox .btn_pre a:hover {
	background-position: 0 -42px;
}
#contents.detail .sec0 .cambox .btn_pre a span {
	text-align: center;
	padding: 0 20px 0 30px;
	height: 42px;
	display: inline-block;
	background: url(../img/detail/btn1_r.gif) 100% 0 no-repeat;
}
#contents.detail .sec0 .cambox .btn_pre a span:hover {
	background-position: 100% -42px;
}
#contents.detail .sec1 {
	clear: both;
	padding-top: 20px;
}
#contents.detail .sec1 div.mapbox {
	width: 450px;
	float: left;
}
#contents.detail .sec1 .map {
	width: 450px;
	height: 400px;
}
#contents.detail .sec1 p.link {
	padding: 5px;
	font-size: 14px !important;
	font-weight: normal !important;
}
#contents.detail .sec1 .photobox {
	width: 468px;
	float: right;
}
#contents.detail .sec1 .photobox .photo {
	display: block;
	width: 460px;
	height: 350px;
	position: relative;
	overflow: hidden;
	border: #ffffff solid 5px;
	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;
	width: 72px;
	height: 59px;
	float: left;
	cursor: pointer;
}
#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;
}
#staff-info {
	background: #7a68ae;
	color: #fff;
	text-align: center;
	padding: 40px 0;
	font-weight: normal !important;
	font-size: 14px !important;
}
#staff-info h3 {
	font-size: 26px !important;
	margin-bottom: 24px;
}
#staff-info a {
	display: inline-block;
	padding: 4px 40px;
	border: 2px solid #fff;
	border-radius: 30px;
	color: #fff;
	text-decoration: none;
	font-size: 16px !important;
	margin-top: 16px;
}
#staff-info p {
	margin-top: 16px;
}
/* Googleインドアビュー */
.sec1.g_view {
	height: 820px;
}
.g_view iframe {
	height: 350px;
	margin-top: 20px;
}
/* FAQ */
#contents.faq {
	font-size: 115%;
}
#contents.faq h2 {
	float: left;
}
#contents.faq h3 {
	font-size: 140%;
	margin-bottom: 8px;
}
#contents.faq .box {
	margin-bottom: 40px;
}
#contents.faq div.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;
	font-size: 110%;
}
#contents.faq ul li {
	list-style: disc;
	margin-bottom: 4px;
}
#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 {
	margin: 30px 0 16px !important;
	float: right;
}
#q-search-form {
	-webkit-appearance: none;
	border-radius: 0;
	border: #7a68ae solid 2px;
	width: 200px;
	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.first {
	margin-bottom: 24px;
}
#contents.contact .box.first .table p {
	border-bottom: none;
}
#contents.contact .box div {
	padding: 16px;
	text-align: center;
}
#contents.contact .box .table {
	padding: 0;
}
#contents.contact .box .table p {
	display: table;
	width: 100%;
	border-bottom: #7a68ae solid 1px;
}
#contents.contact .box .table p a {
	display: table-cell;
	width: 50%;
	text-align: center;
	text-decoration: none;
	padding: 24px 0;
	background: url("../img/page-right.png") no-repeat 440px;
	background-size: 8px;
}
#contents.contact .box .table p a:nth-child(2n) {
	border-left: #7a68ae solid 1px;
}
#contents.contact .box .table p a:hover {
	background: #a096c3 url("../img/page-right-w.png") no-repeat 440px;
	background-size: 8px;
	color: #fff;
}
#contents.contact div.white {
	background: #fff;
}
#contents.contact .btn {
	background: #fff;
	border: #7a68ae solid 2px;
	display: inline-block;
	width: 240px;
	padding: 16px 48px;
	margin: 0 16px;
	border-radius: 40px;
	text-decoration: none;
}
#contents.contact .btn:hover {
	background: #a096c3;
	color: #fff;
}
	
/* Styles */
#wattbike p.read {
	padding: 20px 30px 0;
	font-weight: normal;
	font-size: 18px;
}
img.wp-image-5764 {
	margin: 0 0 0 -40px;
}
#wattbike p.text {
	margin: 0 0 30px;
}
#wattbike strong {
	font-weight: normal;
	color: #8B6395;
	font-size: 24px;
	line-height: 160%;
	margin: 0 0 10px;
	display: block;
}
#wattbike p {
	line-height: 180%;
	font-size: 14px;
}
#contents-site #wattbike h3 span {
	font-size: 18px;
	margin: 0 0 10px -20px;
	padding: 0 0;
	display: block;
	font-weight: normal;
}
.wattbike_inner {
	padding: 20px 60px 60px;
	background: #FFF;
}
/* sns */
.snsArea {
	margin-left: 20px;
	display: inline-block;
	width: 460px;
}
.cambox.leftVer {
	margin-top: 20px;
}
/* -----サイトポリシー、プライバシーポリシー、グローバルプライバシーポリシー----- */
#contents-site .policy h2 span {
	font-size: 60% !important;
}
#contents-site .policy h3 {
	font-size: 130%;
}
#contents-site .policy h3.sub {
	margin: -40px 0 40px 23px;
	font-size: 150%;
	font-weight: normal;
}
#contents-site .policy h4 {
	font-size: 120%;
}
/* -----出店計画一覧----- */
#contents-site .newshop-list {
	margin-bottom: 40px;
}
#contents-site .newshop-list table {
	margin-bottom: 0;
}
#contents-site .newshop-list table tr th {
	border-bottom: 1px solid #CCCCCC;
}
#contents-site .newshop-list table tr td {
	width: 25%;
}
#contents-site .newshop-list table tr td:last-child {
	width: 50%;
}
#contents-site .newshop-list table tr:last-child td {
	border-bottom: none;
}
#contents-site .newshop-list p {
	text-align: right;
}
/* -----athlete----- */
#contents.athlete {
	margin-top: 30px;
}
#contents.athlete h2 {
	text-align: center;
	border-bottom: 2px solid #7a68ae;
	border-left: none;
	margin: 50px 0 30px;
}
#contents.athlete h3 {
	font-size: 130%;
	margin-bottom: 30px;
}
#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: 0 5px 30px;
	width: 23.5%;
	display: inline-block;
	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.athlete .btn {
	text-align: center;
}
#contents.athlete .btn a {
	display: inline-block;
	background: #7a68ae;
	color: #FFF;
	padding: 15px 70px;
	text-decoration: none;
	border-radius: 40px;
}
#contents.athlete .btn a:hover {
	opacity: 0.6;
}
html>/**/body #contents.athlete .btn a:hover {
	background /*\**/: #a9a1c7 \9;
}
#contents.athlete.profile {
	margin-bottom: 20px;
}
#contents.athlete.profile img {
	float: left;
	width: 300px;
	margin-right: 20px;
}
#contents.athlete.profile .fb-page {
	clear: both;
	padding: 20px 0;
	border: red solid 1px;
}
/* -----記事ページ----- */
#contents.single {
	padding-top: 50px;
	width: 900px;
	margin: 0 auto 40px;
}
#contents.single h2 {
	font-size: 300%;
	line-height: 1.2em;
	padding: 20px 0;
	border: none;
}
#contents.single h2 span {
	font-size: 40%;
}
#contents.single h2 p {
	font-size: 50%;
	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 24px;
}
#contents.single .two-cloumn {
	margin-bottom: 30px;
	overflow: hidden;
}
#contents.single .two-cloumn.img-right img {
	width: 40%;
	float: right;
	margin: 0 0 20px 20px;
}
#contents.single .two-cloumn.img-left img {
	width: 40%;
	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 {
	display: inline-block;
	vertical-align: top;
	width: 48.8%;
	font-size: 13px;
	padding: 5px;
}
#contents.single ul.two-cloumn li img {
	width: 100%;
	height: auto;
}
#contents.single .movie iframe {
	display: block;
	width: 640px !important;
	height: 360px !important;
	margin: 50px auto 0;
}
#contents.single .small {
	font-size: 90%;
}
#contents.single .center {
	text-align: center;
}
#contents.single table tr th {
	padding-right: 20px;
	padding-bottom: 10px;
}
#contents.single .bg-white {
	background: #ffffff;
	padding: 20px 20px 10px;
	margin: 10px 0;
}
#contents.single .btn a {
	display: inline-block;
	color: #7a68ae;
	background: #fff;
	font-size: 160%;
	padding: 15px 70px;
	margin: 40px 0 0;
	text-decoration: none;
	border-radius: 40px;
	border: #7a68ae solid 3px;
}
#contents.single .btn a:hover {
	color: #fff;
	background: #7a68ae;
}
.balloon {
	position: relative;
	background-color: #DDDDDD;
	padding: 10px 20px;
	margin-bottom: 20px;
}
.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 {
	width: 700px;
	margin: 0 auto 40px;
}
#business h2 {
	font-size: 28px;
	text-align: left;
	padding: 20px 0;
}
/* press2015 */
#press2015 {
	padding-top: 60px;
}
#press2015 .box {
	width: 700px;
	margin: 0 auto 40px;
}
#press2015 .box.top {
	text-align: left;
	font-size: 130%;
	padding: 20px 0;
}
#press2015 .box.text {
	overflow: hidden;
}
#press2015 .box.text img {
	width: 45%;
	float: right;
	margin: 0 0 20px 20px;
}
#press2015 .box.comment div {
	clear: both;
}
#press2015 .box.comment p {
	width: 75%;
	float: left;
	margin-right: 20px;
}
#press2015 .box.comment img {
	width: 20%;
}
#press2015 h2 {
	font-size: 38px;
	padding: 20px 0;
}
/* tattoo */
#tattoo {
	padding-top: 30px;
	width: 700px;
	margin: 0 auto 40px;
}
#tattoo h2 span {
	font-size: 30%;
	font-weight: normal;
	vertical-align: 25px;
}
#tattoo .red {
	color: red;
	font-weight: bold;
}
/* kiyaku */
#tattoo .kiyaku_box {
	margin-bottom: 20px;
}
#tattoo .kiyaku_box div {
	background: #7A67AE;
	color: #FFFFFF;
	width: 10%;
	float: left;
	margin-right: 10px;
	padding: 20px 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;
}
/* greeting */
#greeting {
	width: 640px;
	background: url(../img/greeting/greeting_bk.jpg) no-repeat;
	background-size: 640px;
	margin: 0 auto -50px;
	color: #FFFFFF;
	overflow: hidden;
}
#greeting div {
	width: 507px;
	margin: 0 auto;
}
#greeting div img.top {
	margin: 240px 0 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: 50px auto 110px;
}
/* omimai */
#contents.single #omimai .box {
	width: 655px;
	margin: 0 auto 40px;
	background: #FFFFFF;
	padding: 30px 80px 70px;
}
#contents.single #omimai h2 {
	font-size: 1.4em;
	margin: 0 0 10px -10px;
}
#contents.single #omimai p {
	line-height: 2.7em;
	padding-bottom: 20px;
}
#contents.single #omimai span {
	display: block;
	text-align: right;
	margin-right: -35px;
}
#omimai table.top-table {
	margin: 70px 0;
	line-height: 2.3em;
}
#omimai table.top-table th {
	width: 10%;
	font-weight: normal;
	padding: 10px 0;
	color: #7A67AE;
	teble-layout: fixed;
}
#omimai table.top-table td {
	padding: 10px 0;
}
#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: -90px;
}
#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;
	height: 399px;
	text-align: center;
	color: #fff;
	box-sizing: border-box;
}
#running .bg .anime {
	background: url(../img/single/af_runningman_bg.png) no-repeat bottom center;
	height: 399px;
}
#running .bg div.text {
	margin-top: -340px;
	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 {
	margin-bottom: 30px;
}
#running .bg p {
	color: #fff;
	font-size: 40%;
	line-height: 1.3em;
}
#running .anime.bottom {
	background: url(../img/single/af_runningman_bg2.png) no-repeat top center;
	height: 529px;
}
#running #contents.single {
	margin-top: -550px;
	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: 230% !important;
	font-weight: normal;
	margin-bottom: 30px !important;
}
#running #contents.single h3:before {
	content: "";
}
#running ul {
	list-style: none;
	margin: 0 0 70px !important;
}
#running ul li {
	width: 296px;
	height: 296px;
	display: inline-block;
	position: relative;
	background-color: #541b86;
}
#running ul li a:hover {
	opacity: 0.8;
	-ms-filter: "alpha(opacity=80)";
	filter: alpha(opacity=80);
}
#running ul li img {
	width: 100%;
	height: auto;
}
#running #contents.single ul li p {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	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: 250%;
	margin-bottom: 70px !important;
}
#running #contents.single .btn {
	text-align: center;
	margin-bottom: 30px;
}
#running #contents.single .btn a {
	display: inline;
	background: #00aced;
	color: #FFF;
	font-size: 160%;
	width: 780px;
	padding: 15px 70px;
	margin: 0 10px;
	text-decoration: none;
	border-radius: 40px;
	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 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d50d4', endColorstr='#ffc25e',GradientType=0 )";
}
#running #contents.single .btn a:hover {
	opacity: 0.6;
}
html>/**/body #running #contents.single .btn a:hover {
	background /*\**/: #61c8ef \9;
}
html>/**/body #running #contents.single .btn a.instagram:hover {
	background /*\**/: #9991e0 \9;
}
 @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: 200%;
	text-align: center;
	margin-bottom: 50px;
	color: #7a68ae;
}
#yacht .btn {
	text-align: center;
}
/*#yacht .btn a {
		display: inline-block;
		color: #7a68ae;
		background: #fff;
		font-size: 160%;
		padding: 15px 70px;
		margin:  40px 0 0;
		text-decoration: none;
		border-radius: 40px;
		border: #7a68ae solid 3px;
	}
	#yacht .btn a:hover {
		color: #fff;
		background: #7a68ae;
	}*/

/* buddy walk */
#contents.single #bw h2 {
	padding: 0;
}
#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: 180%;
	margin: 0;
	padding: 0 8px;
}
#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 0 40px;
	padding-bottom: 32px;
	overflow: hidden;
}
#contents.single #bw .two-cloumn .right {
	width: 40%;
	float: right;
	vertical-align: middle;
	padding-left: 8px;
}
#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 {
	background: url(../img/lp/bw-bg-run.png) no-repeat;
	background-size: 100%;
	margin: 24px 0 16px;
	width: 520px;
	height: 130px;
	position: relative;
}
#contents.single #bw .bg-run span {
	text-align: right;
	position: absolute;
	top: 25px;
	left: 60px;
}
#contents.single #bw table {
	border-collapse: separate;
	border-spacing: 0;
	border: #f7c67a solid 2px;
	margin-bottom: 40px;
	border-radius: 8px;
}
#contents.single #bw table tr th,
#contents.single #bw table tr td {
	width: 33.333%;
	border-left: #f7c67a solid 1px;
}
#contents.single #bw table tr th {
	height: 240px;
	vertical-align: middle;
	padding: 1px 0;
}
#contents.single #bw table tr td {
	padding: 24px 16px;
	background: #f7c67a;
	border-left-color: #fff;
}
#contents.single #bw table tr th:first-child,
#contents.single #bw table tr td:first-child {
	border: none;
}
#contents.single #bw table img {
	width: 100%;
}
#contents.single #bw table h4:before {
	color: #fff;
}
#contents.single #bw .box {
	float: left;
	margin-bottom: 16px;
}
#contents.single #bw .box.map01 {
	width: 390px;
	margin-right: 24px;
}
#contents.single #bw .box.map02 {
	width: 484px;
}
#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 80px;
		font-size: 120%;
		text-decoration: none;
	}
	#contents.single #bw .btn:hover {
		opacity: 0.6;
	}
/* -----検索結果ページ----- */
.search {
	padding-bottom: 30px !important;
}
.search .single-box a {
	display: block;
	padding: 15px 20px;
	background: #ffffff;
	color: #000000;
	text-decoration: none;
	position: relative;
}
.search .single-box:nth-child(2n+1) a {
	background: #f3f3f3;
}
.search .single-box h3, .search .single-box a p {
	display: inline-block;
	vertical-align: middle;
}
.search .single-box h3 {
	font-size: 150%;
	font-weight: normal;
	display: inline-block;
	margin-right: 20px;
	width: 180px;
}
.search .single-box .single-desc {
	position: relative;
}
.search .single-box .single-desc br {
	display: none;
}
.search .single-box a .address {
	width: 505px;
}
.search .single-box a .btn {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto 0;
	padding: 0 40px;
	height: 40px;
	color: #fff;
	font-size: 18px;
	line-height: 2.3em;
	/*float: right;*/
	background: #a4d345;
	/* Chrome,Safari4+ */
	background: -webkit-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: 8px;
}
.search .single-box a .btn:not(:target) {
	filter: none\9;
}
.search .single-box a .btn:before {
	display: block;
	content: "";
	position: absolute;
	top: 15px;
	left: 18px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 5px solid #ffffff;
}
.search .single-box a:hover .btn {
	opacity: 0.8;
	-ms-filter: "alpha(opacity=80)";/*for ie 8 */
}
#searchform #s {
	height: 33px;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0;
}
.search #searchform {
	margin-bottom: 20px;
}
.search #searchform #s {
	font-size: 110%;
}
.search #searchsubmit {
	margin-left: -5px;
}
.list #searchform {
	margin-bottom: 10px;
}
.list #searchform #s {
	font-size: 70%;
}
.list #searchsubmit {
	margin-left: -7px;
}
}
