@charset "UTF-8";
/* --------------------------------
	style_pc.css
--------------------------------
serviceページ用のcssです。
-------------------------------- */

#alliance_top {
	background: url(../images/bg_lounge.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
	height: 200px;
	width: 100%;
	text-align: center;
}
#alliance_top h1 {
	padding-top: 43px;
	box-sizing: border-box;
	font-size: 24px;
	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: 16px;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 2px 5px #333333;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
}
.alliance_contents {
	margin: 0px 60px;
	box-sizing: border-box;
	font-size: 16px;
	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 {
	max-width: 1200px;
	margin: 0px auto;
	padding: 0;
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
	text-align: center;
}
.s_inner2 {
	max-width: 1200px;
	margin: 0px auto;
	padding: 0;
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
	text-align: left;
	font-size: 15px;
}
.alliance_contents h1 {
	text-align: center;
	font-size: 26px;
	color: #000;
	margin: 30px auto 0px;
}
.alliance_contents p.first_text {
	text-align: center;
	padding: 0px 30px;
}
.alliance_contents h2 {
	font-size: 22px;
	padding: 30px 20px;
	background-color: #fef7f7;
	border-top: solid 1px #fbd8d8;
	border-bottom: solid 1px #fbd8d8;
	letter-spacing: 2px;
	text-align: left;
	color: #c892a1;
	margin: 30px 0px 10px;
	line-height: 1.3;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
img.imgM1 {
	margin: 20px 20px 0 0px;
	width:25%;
	max-width: 384px;
	float: left;
}

.map {
	margin: 20px 0 0 0px;
	/*width : -moz-calc(75% - 20px);
	width : -webkit-calc(75% - 20px);
	width : calc(75% - 20px);*/
	width : -moz-calc(100%);
	width : -webkit-calc(100%);
	width : calc(100%);
}

.photo {
	width : -moz-calc(100% + 20px);
	width : -webkit-calc(100% + 20px);
	width : calc(100% + 20px);
	margin-right: -20px;
}
img.imgM2 {
	margin: 20px 20px 0 0px;
	width : -moz-calc((100% / 3) - 20px);
	width : -webkit-calc((100% / 3) - 20px);
	width : calc((100% / 3) - 20px);
}
.boxA {
	border-bottom: dotted 1px #000;
	padding: 20px 30px;
	overflow: hidden;
	text-align: left;
}
.boxA h3 {
	color: #000;
	margin-bottom: 10px;
	font-size: 20px;
}
.boxA h3:before {
	content: "● ";
}
.boxA p {
	overflow: hidden;
	display: block;
}
.boxB {
	padding: 20px 30px;
	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;
}
.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;
	min-width: 378px;
}
.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-bottom: 40px;
}
.boxC {
	padding: 20px 30px;
	overflow: hidden;
	text-align: left;
	margin-bottom: 40px;
}
.boxC h3 {
	color: #000;
	margin-bottom: 10px;
	font-size: 20px;
}
.boxC h3:before {
	content: "● ";
}
.boxC p {
	overflow: hidden;
	display: block;
}