@charset "UTF-8";
/* --------------------------------
	style_sp.css
--------------------------------
serviceページ用のcssです。
-------------------------------- */

#alliance_top {
	background: url(../images/bg_lounge.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
	height: 120px;
	width: 100%;
	text-align: center;
}
#alliance_top h1 {
	padding-top: 23px;
	box-sizing: border-box;
	font-size: 2.0rem;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 2px 5px #333333;
	margin: 0;
}
#alliance_top p {
	width: 100%;
	text-align: center;
	padding-top: 5px;
	box-sizing: border-box;
	font-size: 1.1rem;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 2px 5px #333333;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
}
.alliance_contents {
	margin: 0px;
	box-sizing: border-box;
	font-size: 1.4rem;
	line-height: 1.8;
	color: #4d4d4d;
	font-family: 'Montserrat', sans-serif;
}
.alliance_contents a {
	text-decoration: underline;
}
.alliance_contents a:hover {
	text-decoration: none;
}
.s_inner {
	margin: 0px 10px;
	padding: 0;
	box-sizing: border-box;
	overflow: hidden;
	width : -moz-calc(100% - 20px);
	width : -webkit-calc(100% - 20px);
	width : calc(100% - 20px);
	text-align: center;
}
.s_inner2 {
	margin: 0px;
	padding: 0;
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
	text-align: left;
	font-size: 1.4rem;
}
.alliance_contents h1 {
	text-align: center;
	font-size: 1.8rem;
	color: #000;
	margin: 20px auto 0px;
}
.alliance_contents p.first_text {
	text-align: left;
	margin: 0 10px;
}
.alliance_contents h2 {
	font-size: 1.6rem;
	padding: 20px 10px 20px 0;
	background-color: #fef7f7;
	border-top: solid 1px #fbd8d8;
	border-bottom: solid 1px #fbd8d8;
	letter-spacing: 2px;
	text-align: center;
	color: #000;
	margin: 20px 0 0px 0;
	line-height: 1.5;
}
img.imgM1 {
	margin: 5px auto 0;
	width : -moz-calc(40% - 10px);
	width : -webkit-calc(40% - 10px);
	width : calc(40% - 10px);
	float: right;
}

.map {
	margin: 20px auto 0;
	width :100%;
	height: 240px;
}

.photo {
	width : -moz-calc(100% + 5px);
	width : -webkit-calc(100% + 5px);
	width : calc(100% + 5px);
}
img.imgM2 {
	margin: 20px 5px 0 0px;
	width : -moz-calc((100% / 3) - 5px);
	width : -webkit-calc((100% / 3) - 5px);
	width : calc((100% / 3) - 5px);
}
.boxA {
	border-bottom: dotted 1px #000;
	padding: 20px 10px;
	overflow: hidden;
	text-align: left;
}
.boxA h3 {
	color: #000;
	margin-bottom: 0px;
	font-size: 1.6rem;
	display: inline-block;
	vertical-align: middle;
}
.boxA h3:before {
	content: "● ";
}
.boxA p {
	clear: left;
	margin-top: 10px;
}
.inner_text {
	margin: 0 10px;
}
.boxB {
	padding: 20px 10px;
	overflow: hidden;
	text-align: left;
	margin-bottom: 20px;
}
.boxB h3 {
	color: #000;
	margin-bottom: 10px;
	font-size: 20px;
}
.boxB h3:before {
	content: "● ";
}
.boxB p {
	overflow: hidden;
	display: block;
	width: 60%;
	float: left;
}
.Btn_P a {
	background: linear-gradient(to bottom, #fef7f7, #fbd8d8);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0;
	border: solid 1px #ccc;
	font-size: 16px;
	text-decoration: none;
	font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
	display: inline-block;
	font-weight: bold;
	padding: 12px 20px 12px 20px;
	color: #4d4d4d;
	box-sizing: border-box;
	border-radius: 2px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	line-height: 1.3;
	width: 100%;
}
.Btn_P_waku a {
	margin: 0px auto;
	border: solid 4px #f4d2d2;
	display: inline-block;
	box-sizing: border-box;
	border-radius: 2px;
	position: relative;
	z-index: 1000;
	text-align: center;
}
.Btn_P_waku a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
.Btn_AREA {
	text-align: center;
	margin: 0px 10px 40px;
	width : -moz-calc(100% - 20px);
	width : -webkit-calc(100% - 20px);
	width : calc(100% - 20px);
}
.boxC {
	padding: 20px 10px 40px;
	overflow: hidden;
	text-align: left;
}
.boxC h3 {
	color: #000;
	margin-bottom: 0px;
	font-size: 1.6rem;
	display: inline-block;
	vertical-align: middle;
}
.boxC h3:before {
	content: "● ";
}
.boxC p {
	clear: left;
	margin-top: 10px;
}