@charset "UTF-8";

/*--------------------------------------------------------------------
common.html
common.css
--------------------------------------------------------------------*/

/*------------Title---------------------------------------------------------------*/
div#Title { background-image: url(../../img/title/furisode-rental.jpg); }



/*------------common---------------------------------------------------------------*/
/*------------set------------*/
div#common div#set h3 {
	margin-bottom: 20px;
	text-align: center;
	line-height: 1.2;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "ヒラギノ明朝 Pro W3" , "HiraMinPro-W3" , Garamond , "Times New Roman" , "Sawarabi Mincho" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 3.57em;
	font-weight: bolder;
	color: #6e2775;
}
div#common div#setBG {
	padding: 30px 15px;
	background: url(../../img/common/set.jpg) no-repeat left top;
	background-size: cover;
}
div#common div#setTxt {
	width: 60%;
	margin-left: auto;
	padding: 10px;
	background-color: rgba(255, 255, 255, 0.7);
}
div#common div#setTxt h4 {
	padding: 0.35em 1em;
	background-color: #6e2775;
	text-align: center;
	line-height: 1.2;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "ヒラギノ明朝 Pro W3" , "HiraMinPro-W3" , Garamond , "Times New Roman" , "Sawarabi Mincho" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 1.78em;
	font-weight: bolder;
	color: #fff;
}
div#common div#setTxt p {
	margin-top: 10px;
	text-align: center;
	line-height: 1.2;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "ヒラギノ明朝 Pro W3" , "HiraMinPro-W3" , Garamond , "Times New Roman" , "Sawarabi Mincho" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 4.21em;
	font-weight: bolder;
	color: #6e2775;
}
div#common div#setTxt dl dt {
	margin-top: 10px;
	text-align: center;
	line-height: 1.2;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "ヒラギノ明朝 Pro W3" , "HiraMinPro-W3" , Garamond , "Times New Roman" , "Sawarabi Mincho" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 2.14em;
	font-weight: bolder;
}
div#common div#setTxt dl dd {
	margin-top: 10px;
	text-align: center;
	line-height: 1.2;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "ヒラギノ明朝 Pro W3" , "HiraMinPro-W3" , Garamond , "Times New Roman" , "Sawarabi Mincho" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 2.5em;
	font-weight: bolder;
}
div#common div#setTxt dl dd span {
	font-size: 2.42em;
	color: #6e2775;
}
div#common div#setTxt dl dd em { font-weight: lighter; }

/*------------session------------*/
div#common div.session { display: table; }
div#common div.session div.tableCell {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}
div#common div.session div.CellTitle { width: 300px; }
div#common div.session div.tableCell h4 {
	text-align: center;
	line-height: 1.2;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "ヒラギノ明朝 Pro W3" , "HiraMinPro-W3" , Garamond , "Times New Roman" , "Sawarabi Mincho" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 2.14em;
	font-weight: bolder;
	color: #fff;
}
div#common div#no01 div.CellTitle { background-color: #cf0073; }
div#common div#PreShoot div.CellTitle { background-color: #0052b0; }
div#common div#OnDay div.CellTitle { background-color: #ff6600; }
div#common div.session div.CellTxt { padding: 20px 0 20px 40px; }
div#common div.session dl dt {
	margin: 0 0 15px;
	line-height: 1.2;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "ヒラギノ明朝 Pro W3" , "HiraMinPro-W3" , Garamond , "Times New Roman" , "Sawarabi Mincho" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 2.14em;
	font-weight: bolder;
}
div#common div.session dl dd {
	line-height: 1.2;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "ヒラギノ明朝 Pro W3" , "HiraMinPro-W3" , Garamond , "Times New Roman" , "Sawarabi Mincho" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 3.92em;
	font-weight: bolder;
	color: #cf0073;
}
div#common div.session ul li {
	list-style: none;
	padding-left: 1.3em;
	text-indent: -1.3em;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "ヒラギノ明朝 Pro W3" , "HiraMinPro-W3" , Garamond , "Times New Roman" , "Sawarabi Mincho" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 3em;
	font-weight: bolder;
}
div#common div.session ul li:before {
	padding-right: 0.3em;
	content: "\0030fb";
}
div#common div#PreShoot ul li { color: #0052b0; }
div#common div#OnDay ul li { color: #ff6600; }

/*------------rental------------*/
div#common div#rental h3 {
	margin-bottom: 20px;
	text-align: center;
	line-height: 1.2;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "ヒラギノ明朝 Pro W3" , "HiraMinPro-W3" , Garamond , "Times New Roman" , "Sawarabi Mincho" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 3.07em;
	font-weight: bolder;
	color: #6e2775;
}
div#common div#rental div#rentalPho {
	width: 400px;
	float: right;
}
div#common div#rental div#rentalTxt {
	width: 560px;
	float: left;
}
div#common div#rental div#rentalTxt h4 {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 4px solid #2a2b2b;
	text-align: center;
	line-height: 1.2;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "ヒラギノ明朝 Pro W3" , "HiraMinPro-W3" , Garamond , "Times New Roman" , "Sawarabi Mincho" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 3.78em;
	font-weight: bolder;
	color: #cf0073;
}
div#common div#rental div#rentalTxt p {
	margin-bottom: 20px;
	text-align: center;
	line-height: 1.2;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "ヒラギノ明朝 Pro W3" , "HiraMinPro-W3" , Garamond , "Times New Roman" , "Sawarabi Mincho" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 1.92em;
	font-weight: bolder;
}

/*------------other------------*/
div#common div#other ul {
	width: 100%;
	list-style: none;
	overflow: hidden;
}
div#common div#other ul li {
	width: 480px;
	height: 350px;
	margin-right: 20px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
}
div#common div#other ul li:nth-of-type(2n) { margin-right: 0; }
div#common div#other ul li#othT01 {
	background-color: #6e2775;
	background-image: url(../../img/common/other_t01.png);
}
div#common div#other ul li#othT02 {
	background-color: #cf0073;
	background-image: url(../../img/common/other_t02.png);
}
div#common div#other ul li#othT03 {
	background-color: #0052b0;
	background-image: url(../../img/common/other_t03.png);
}
div#common div#other ul li#othT04 {
	background-color: #ff085c;
	background-image: url(../../img/common/other_t04.png);
}
div#common div#other ul li#othT05 {
	background-color: #005729;
	background-image: url(../../img/common/other_t05.png);
}
div#common div#other ul li#othT06 {
	background-color: #ff6600;
	background-image: url(../../img/common/other_t06.png);
}
div#common div#other ul li * { display: none; }

/*------------payment------------*/
div#common div#payment {
	padding: 15px 20px;
	background-color: #cf0073;
	text-align: center;
	line-height: 1.2;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "ヒラギノ明朝 Pro W3" , "HiraMinPro-W3" , Garamond , "Times New Roman" , "Sawarabi Mincho" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 1.42em;
	font-weight: bolder;
	color: #fff;
}
div#common div#payment dl * {
	position: relative;
	display: inline-block;
}
div#common div#payment dl dt {
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
div#common div#payment dl dd {
	padding-right: 1em;
	font-size: 2.5em;
}
div#common div#payment dl dd:nth-last-of-type(1) { padding-right: 0; }

/*------------linkBtn------------*/
div#common div#linkBtn {
	position: relative;
	background-color: #eaeaea;
}
div#common div#linkBtn a {
	display: block;
	padding: 50px;
	text-align: center;
	line-height: 1.2;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "ヒラギノ明朝 Pro W3" , "HiraMinPro-W3" , Garamond , "Times New Roman" , "Sawarabi Mincho" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 3.57em;
	font-weight: bolder;
}