@charset "utf-8";
/* CSS Document */
/*
デフォルト：980px以上用（PC用）の記述
@media screen and (max-width: 979px)
979px以下用（タブレット用）の記述

@media screen and (max-width: 767px)
767px以下用（タブレット／スマートフォン用）の記述

@media screen and (max-width: 479px)
479px以下用（スマートフォン用）の記述
*/

/* mainImage */
.mainImage{
	margin-top: 125px;
  width: 100%;
  z-index: 0;
}
.mainImage__imgWrapper{
  width:1366px;
  width:100%;
  height:250px;
  margin: auto;
  background-image: url(/assets/images/prices/main_image.png);
  padding:35px 50px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: cover;
	background-position: center;
}
.mainImage__ttl{
	max-width:1366px;
	width:100%;
  margin: auto;
  padding-top: 50px;
  padding-left: 100px;
  font-size:40px;
  color: #ffffff;
	text-shadow: 1px 2px 3px #808080;
	box-sizing: border-box;
}

@media (max-width: 979px) {

}
@media (max-width: 767px) {
	.mainImage{
		margin-top: 95px;
	}
	.mainImage__imgWrapper{
		padding: 45px 30px;
	}
	.mainImage__ttl{
		padding-left:0;
		font-size:35px
	}
}
@media (max-width: 479px) {
	.mainImage__imgWrapper{
		padding: 45px 15px;
	}
	.mainImage__ttl{
		padding-left:0;
		font-size:30px
	}
}

.mprice__title{
	text-align: center;
	font-size: 28px;
	letter-spacing: 7px;
	position: relative;
	margin-top: 35px;
}
.mprice__outer{
	overflow-x: auto;
	max-width: 1105px;
	width: 95%;
	margin: auto;
}
.mprice__table{
	width: 1100px;
	display: table;
	border-collapse: collapse;
	margin: 55px auto 100px auto;
}
.mprice__row{
	display: table-row;
}
.mprice__th{
	display: table-cell;
	font-weight: bold;
	text-align: center;
	padding: 35px 15px;
	background-color: #2f4050;
	border : 1px solid #cecece;
	color: #ffffff;
	font-size: 18px;
}
.mprice__th--title{
	width: 150px;
	border: none;
	background-color: #ffffff;
}
.mprice__th--plan{
	width: calc((100% - 150px)/3);
}
.mprice__td{
	display: table-cell;
	padding: 20px 15px;
	border : 1px solid #cecece;
	vertical-align: middle;
}
.mprice__td--plan{
	font-size: 13px;
}
.mprice__td--title{
	background-color: #ffe6d2;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
}
.mprice__td--price{
	font-size: 45px;
	color: #2F4050;
	text-align: center;
	font-weight: bold;
	background: #ffffff;
}
.mprice__small{
	font-size: 14px;
}
.mprice__small--br{
	font-size: 12px;
	display: block;
}

@media (max-width: 767px) {
	.mprice__title{
		font-size: 21px;
	}
	.mprice__table{
		width: 800px;
		margin: 55px auto 55px auto;
	}
	.mprice__th{
		font-size: 14px;
	}
	.mprice__th--title{
		width: 125px;
	}
	.mprice__th--plan{
		width: calc((100% - 125px)/3);
	}
	.mprice__td{
		padding: 15px;
	}
	.mprice__td--title{
		font-size: 13px;
	}
	.mprice__td--price{
		font-size: 25px;
	}
	.mprice__td--plan{
		font-size: 13px;
	}
	.mprice__small{
		font-size: 14px;
	}
	.mprice__small--br{
		font-size: 12px;
		display: block;
	}
	
}



/**
Picture
*/
.pprice__title{
	text-align: center;
	font-size: 28px;
	letter-spacing: 7px;
	position: relative;
	margin-top: 35px;
}
.pprice__table{
	width: 1100px;
	display: table;
	border-collapse: collapse;
	margin: 55px auto 100px auto;
}
.pprice__row{
	display: table-row;
}
.pprice__th{
	display: table-cell;
	font-weight: bold;
	text-align: center;
	padding: 0;
	background-color: #2f4050;
	border : 1px solid #cecece;
	color: #ffffff;
	font-size: 18px;
}
.pprice__th--title{
	width: 150px;
	border: none;
	background-color: #ffffff;
}
.pprice__table2{
	display: table;
	width: 100%;
	border-collapse: collapse;
}

.pprice__clmn2{
	display: table-cell;
	padding: 35px;
	width: 50%;
	border-right: 1px solid #cecece
}

.pprice__clmn2--plan{
	font-size: 45px;
	color: #2F4050;
	text-align: center;
	background: #ffffff;
	padding: 25px;
	font-size: 16px;
	text-align: left;
	font-weight: bold;
}

.pprice__clmn2--price{
	font-size: 45px;
	color: #2F4050;
	text-align: center;
	font-weight: bold;
	background: #ffffff;
}


.pprice__td{
	display: table-cell;
	border : 1px solid #cecece;
	vertical-align: middle;
	padding: 0;
	font-size: 13px;
}
.pprice__td--clmn{
	padding: 35px 15px;
	text-align: center;
}
.pprice__td--plan{
	font-size: 13px;
}
.pprice__td--title{
	background-color: #ffe6d2;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	width: 180.5px;
}
.pprice__td--price{
	font-size: 45px;
	color: #2F4050;
	text-align: center;
	font-weight: bold;
	background: #ffffff;
}
.pprice__small{
	font-size: 12px;
	line-height: 1;
	font-weight: normal;
}
.pprice__small--br{
	font-size: 12px;
	display: block;
}
.txtLeft{
	text-align: left;
}
.pprice__small{
	font-size: 13px;
}

@media (max-width: 767px) {
	.pprice__title{
		font-size: 21px;
	}
	.pprice__table{
		width: 800px;
		margin: 55px auto 55px auto;
	}
	.pprice__th{
		font-size: 14px;
	}
	.pprice__th--title{
		width: 125px;
	}
	.pprice__th--plan{
		width: calc((100% - 125px)/3);
	}
	.pprice__td{
		padding: 15px;
	}
	.pprice__td--title{
		font-size: 13px;
	}
	.pprice__td--price,.pprice__clmn2--price{
		font-size: 25px;
	}
	.pprice__td--plan{
		font-size: 13px;
	}
	.pprice__small{
		font-size: 14px;
	}
	.pprice__small--br{
		font-size: 12px;
		display: block;
	}
	
}






/* Menu */
.price{
  background-color: #ffffff;
  width: 100%;
  margin: 15px auto 0 auto;
  color: #2F4050;
  box-sizing: border-box;
}
.price--menu{
  padding-top: 25px;
}
.price__title{
	text-align: center;
  font-size: 28px;
	letter-spacing: 7px;
	position: relative;
	margin-top: 35px;
}
.price__title:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;
  display: inline-block;
  width: 180px;
  height: 2px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
	background-color: #2F4050;
}

.price__table{
	display: table;
	border-collapse: collapse;
	max-width: 1100px;
	width: 95%;
	margin: 55px auto 100px auto;
}
.price__row{
	display: table-row;
}
.price__th{
	display: table-cell;
	font-weight: bold;
	text-align: center;
	padding: 35px 15px;
	background-color: #2f4050;
	border : 1px solid #cecece;
	color: #ffffff;
	font-size: 18px;
}
.price__th--title{
	width: 150px;
	border: none;
	background-color: #ffffff;
}
.price__small{
	font-size: 14px;
}
.price__small--br{
	font-size: 12px;
	display: block;
}
.price__th--plan{
	width: calc((100% - 150px)/3);
}

.price__td{
	display: table-cell;
	padding: 20px 15px;
	border : 1px solid #cecece;
	vertical-align: middle;
}

.price__td--blank{
	width: 150px;
	background-color: #ffffff;
	border: none;
}
.price__td--title{
	/* background-color: #dcefff; */
	background-color: #ffe6d2;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
}
.price__td--price{
	font-size: 45px;
	color: #2F4050;
	text-align: center;
	font-weight: bold;
	background: #ffffff;;
}
.price__textCenter{
	/* text-align: center;
	vertical-align: middle; */
}
.price__cell{
	display: table-cell;
	border:1px #cecece solid;
}
.price__cell.plan{
	width: 250px;
	background-color: #ececec;
	vertical-align:middle;
	text-align: center;
}
.price__cell.prices{
	width: 225px;
	vertical-align:middle;
	text-align: center;
	color: #000000;
}
.price__cell.details{
	padding: 20px;
	font-size: 14px;
	line-height: 21px;
	vertical-align: middle;
}

@media (max-width: 767px) {
	.price__title{
		font-size: 21px;
	}
	.price__table{
		display: block;
	}
	.price__row{
		display: block;
		width: 100%;
	}
	.price__cell{
		display: block;
		padding: 20px 0;
	}
	.price__cell.plan{

		width: 100%;
		margin: auto;
		box-sizing: border-box;
	}
	.price__cell.prices{
		width: 100%;
		margin: auto;
		box-sizing: border-box;
	}
	.price__cell.details{
		width: 100%;
		margin: auto;
		box-sizing: border-box;
	}
	
}


.price__other{
	max-width: 1050px;
	width: 100%;
	margin: 65px auto 0 auto;
	display: flex;
	flex-wrap: nowrap;
}

.price__other > li{
	width: 45%;
	text-align: center;
	font-size: 30px;
	background-color: #2F4050;
	color: #ffffff;
	padding: 10px 0;
	margin: 0 auto 100px auto;
}


@media (max-width: 793px) {

}
@media (max-width: 767px) {
	.price__tab > li{
		font-size: 25px;
	}
	.price__other > li{
		font-size: 25px;
	}
}
@media (max-width: 479px) {
	.price__tab > li{
		font-size: 14px;
	}
	.price__other > li{
		font-size: 16px;
	}
}