@charset "utf-8";
/* CSS Document */
/*============================================
 点検予約
============================================*/
#schedule-reserveHead {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 60px;
}
#schedule-reserveHead figure {
	width: 50%;
}
#schedule-reserveHead img {
	max-width: 100%;
}
#schedule-reserveHead section {
	box-sizing: border-box;
	padding-left: 40px;
	width: 50%;
}
#schedule-reserveHead .red {
	color: #DB4A4B;
}
#schedule-reserveHead .sub-ttl {
	margin: 20px 0 5px;
}
#schedule-reserveHead dl {
	border: 1px solid #e7e3da;
	display: flex;
	flex-wrap: wrap;
	padding: 15px 20px;
}
#schedule-reserveHead dt {
	font-weight: 700;
	width: 6em;
}
#schedule-reserveHead dd {
	margin: 0;
	padding: 0;
	width: calc(100% - 6em);
}
#coubic-calendar iframe {
	height: 1000px;
	margin-top: 40px;
}
#coubic-calendar {
	margin: 0 -15px;
}

/*============================================
 固定ページ パスワード入力画面
============================================*/
.post-password-form {
	align-items: center;
	background: #fdfddd;
	border: 1px solid #e7e3da;
	display: flex;
	font-size: 15px;
	margin-bottom: 1em;
	padding: 15px 20px;
}
.post-password-form input[type="password"] {
	background: #FAFAFA;
  border: 1px solid #D5D5D5;
  border-radius: 0;
	width: 140px;
	padding: 10px;
}
.post-password-form input[type="submit"] {
	background: #000;
  border: 1px solid #D5D5D5;
  border-radius: 0;
  box-sizing: border-box;
	color: #fff;
  padding: 8px 15px;
}

.post-password-free {
	border: 1px solid #e7e3da;
	margin: 2em 0;
	padding: 20px;
}
.post-password-free p:last-child {
	margin: 0;
}

.post-password-area h4 {
	font-size: 16px;
	margin: 0 0 10px;
}
.post-password-area table {
	border: 1px solid #e7e3da;
	border-collapse: collapse;
}
.post-password-area th,
.post-password-area td {
	border: 1px solid #e7e3da;
	padding: 7px 10px;
}
.post-password-area tbody th {
	width: 7em;
}
.post-password-area tbody tr:nth-child(odd) th,
.post-password-area tbody tr:nth-child(odd) td {
	background: #fdfddd;
}

#tomonokai_point {
	margin: 0 auto 50px;
	max-width: 1000px;
}
#tomonokai_point h2 {
	margin-bottom: 20px;
	font-size: 23px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 700;
}
#tomonokai_point p {
	margin-bottom: 30px;
	float: left;
}
#tomonokai_point .btn {
	margin-bottom: 30px;
	border: 1px solid #e7e3da;
	float: right;
}
#tomonokai_point .btn a {
	padding: 0 20px 0 25px;
}
#tomonokai_point table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 40px;
	border: 1px solid #e7e3da;
	clear: both;
}
#tomonokai_point th {
	width: 380px;
	padding: 20px;
	text-align: left;
	background: #faf7f0;
	border: 1px solid #e7e3da;
}
#tomonokai_point td {
	padding: 20px;
	border: 1px solid #e7e3da;
}
#tomonokai_point td.centered {
	width: 120px;
}
#tomonokai_point td em {
	font-weight: bold;
	font-style: normal;
	color: #e15151;
}
#tomonokai_point ul {
	margin: 0 -2px 0 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
#tomonokai_point li {
	display: flex;
	float: left;
	margin: 0 2px 2px 0;
	width: calc(50% - 2px);
}
#tomonokai_point li div {
	background: #e7e3da;
	margin-right: 1px;
	padding-top: 60px;
	text-align: center;
	width: 80px;
}
#tomonokai_point li em {
	font-size: 32px;
	font-style: normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1;
}
#tomonokai_point li img {
	vertical-align: bottom;
	width: calc(100% - 80px)
}

#tomonokai_merit {
	margin: 0 auto -60px;
	overflow: hidden;
	max-width: 1060px;
}
#tomonokai_merit h2 {
	font-size: 23px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 700;
	margin: 0 30px;
}
#tomonokai_merit .sub-ttl {
	border-bottom: 0;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 15px;
}
#tomonokai_merit .meritBox {
	float: left;
	margin: 0 30px;
	width: calc(50% - 60px);
}
#tomonokai_merit .meritBox dl {
	display: table;
}
#tomonokai_merit .meritBox dl + dl {
	margin-top: 10px;
}
#tomonokai_merit .meritBox dt {
	border: 1px solid #e7e3da;
	display: table-cell;
	padding: 10px 0;
	text-align: center;
	vertical-align: middle;
	width: 7em;
}
#tomonokai_merit .meritBox dd {
	display: table-cell;
	padding-left: 20px;
	vertical-align: middle;
}
#tomonokai_merit .introduction__banner {
	margin-top: 40px;
}

@media screen and (max-width: 700px) {
	#schedule-reserveHead {
		margin-bottom: 40px;
	}
	#schedule-reserveHead figure {
		width: 100%;
	}
	#schedule-reserveHead section {
		padding: 20px 0 0;
		width: 100%;
	}
	.post-password-area th,
	.post-password-area td {
		padding: 5px;
	}
	.post-password-area tbody th {
		width: 6em;
	}
	#tomonokai_point th {
		border-left: 0;
		border-right: 0;
		display: block;
		width: 100%;
		padding: 5px 15px;
	}
	#tomonokai_point td {
		border: 0;
		display: block;
		padding: 5px 15px;
		width: 100%;
	}
	#tomonokai_point td + td {
		padding-top: 0;
	}
	#tomonokai_point td.centerd {
		width: 100%;
	}
	#tomonokai_point li {
		width: 100%;
	}
	#tomonokai_point li div {
		padding-top: 30px;
	}
	#tomonokai_merit h2 {
		margin: 0;
	}
	#tomonokai_merit .meritBox {
		float: none;
		margin: 0 0 20px;
		width: 100%;
	}
}











/* .clearfix:after {
	content: "";
	display: block;
	clear: both;
}
 
.clearfix:before {
	content: "";
	display: block;
	clear: both;
}
 
.clearfix {
	display: block;
}

.l-base {
	margin: 0 auto 50px;
	max-width: 1000px;
}

.u-margintop--md {
	margin: 50px auto 0;
}
.u-margintop--sm {
	margin: 30px auto 0;
} */

#tomonokai_points h2 {
	margin-bottom: 20px;
	font-size: 23px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 700;
}

#tomonokai_points .ttl {
	margin-bottom: 8px;
	font-size: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 700;
}
#tomonokai_points table {
	border-collapse: collapse;
	width: 100%;
	/* margin-bottom: 40px; */
	border: 1px solid #e7e3da;
	clear: both;
}
#tomonokai_points th {
	/* width: 380px; */
	padding: 20px;
	text-align: left;
	background: #faf7f0;
	border: 1px solid #e7e3da;
}
#tomonokai_points td {
	padding: 20px;
	border: 1px solid #e7e3da;
}
#tomonokai_points td.centered {
	width: 120px;
}
#tomonokai_points td em {
	font-weight: bold;
	font-style: normal;
	color: #e15151;
}

.tomonokai_point_table_01_th {
	width: 580px !important;
}
.tomonokai_point_table_point {
	width: 120px !important;
}
.coution_list {
	margin: 10px 0 0 0;
	padding: 0;
}
.coution_list li {
	list-style: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
	padding-left: 1.2em;
	position: relative;
	font-weight: 400;
}
.coution_list li:before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}



.disc_list {
	margin: 20px 0 0 0;
	padding: 0;
}
.disc_list li {
	list-style: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
	padding-left: 1.2em;
	position: relative;
	font-weight: 400;
}
.disc_list li:before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}
.rank_graph {
	text-align: center;
}

#tomonokai_merits {
	/* margin: 0 auto -60px;
	overflow: hidden;
	max-width: 1060px; */
}
#tomonokai_merits h2 {
	font-size: 23px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 700;
	/* margin: 0 30px; */
	margin-bottom: 0px;
}
#tomonokai_merits .sub-ttl {
	border-bottom: 0;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 15px;
}
#tomonokai_merits .meritBox {
	float: left;
	/* margin: 0 30px; */
	width: calc(50% - 60px);
}
#tomonokai_merits .meritBox dl {
	display: table;
}
#tomonokai_merits .meritBox dl + dl {
	margin-top: 10px;
}
#tomonokai_merits .meritBox dt {
	border: 1px solid #e7e3da;
	display: table-cell;
	padding: 10px 0;
	text-align: center;
	vertical-align: middle;
	width: 7em;
}
#tomonokai_merits .meritBox dd {
	display: table-cell;
	padding-left: 20px;
	vertical-align: middle;
}
#tomonokai_merits .introduction__banner {
	margin-top: 40px;
}



@media screen and (max-width: 1050px) {
	.tomonokai_point_table_01_th {
		width: 300px !important;
	}
	.tomonokai_point_table_point {
		width: 120px !important;
	}
	
}




@media screen and (max-width: 700px) {
	.tomonokai_point_table {
		overflow-x: auto;
		width: 100%;
	}
	.tomonokai_point_table table {
		width: 700px !important;
		max-width: 700px !important;
	}
	.tomonokai_point_table table th,
	.tomonokai_point_table table td {
		font-size: 14px;
	}
	.disc_list li {
		font-size: 12px;
	}
	.meritBox {
		width: 100% !important;
	}
	.rank_graph {
		width: 100%;
		overflow-x: auto;
	}
	.rank_graph img {
		width: 500px;
		max-width: 500px;
	}
	.tomonokai_point_table_01_th {
		width: 250px !important;
	}

}


.txt_red {
	color: #e15151;
}

.introduction__banner {
	background: url(../images/feature04_item17.jpg) no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}
.introduction__banner .inner {
	padding: 40px;
}
.introduction__banner .inner h3{
font-size:1.9rem;
margin:0 0 26px;
text-align:center;
color:#fff;
}
.introduction__banner .inner .link__btn{
text-align:center;
width:380px;
margin:0 auto
}
.introduction__banner .inner .link__btn a{
display:block;
width:100%;
font-size:1.5rem;
padding:18px;
color:#fff;
border:1px solid #fff;
text-decoration:none;
-webkit-transition:0.3s;
transition:0.3s;
line-height: 1.41;
}
.introduction__banner .inner .link__btn a:hover{
background:#2d2d2d;
border-color:#2d2d2d
}

@media screen and (max-width: 575px) {
	.introduction__banner .inner .link__btn{
		width:auto;
	}
	.introduction__banner .inner {
		padding: 40px 20px;
	}
	.introduction__banner .inner .link__btn a {
		font-size: 1.3rem;
	}
	.introduction__banner .inner h3 {
		font-size: 1.6rem;
	}

	
}