@charset "utf-8";
/* CSS Document */
body #contents {
	border-top: none;
	padding-top: 0px;
}
.workWrap {
	position: relative;
	padding-bottom: 120px;
	margin-bottom: 36px;
}
.workWrap::before {
	content: ' ';
	display: inline-block;
	background: url(../images/works/work_icon.png) no-repeat bottom center;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 96px;
}
#worksContents {
	background: url(../images/works/bg.png) repeat-y top center;
	position: relative;
	padding-bottom: 20px;
}
#worksContents::before {
	content: '';
	display: inline-block;
	background: url(../images/works/bg_upper.png) no-repeat top center;
	width: 100%;
	height: 25px;
}
#worksContents::after {
	content: ' ';
	display: inline-block;
	background: url(../images/works/bg_bottom.jpg) no-repeat bottom center;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 25px;
}

@media (max-width: 767px) {
.workWrap {
	position: relative;
	padding-bottom: 50px;
	margin-bottom: 20px;
}
.workWrap::before {
	background-size: 48px auto;
	height: 48px;
}
#worksContents {
	background-size: 17px auto;
}
#worksContents::before {
	background-size: 17px auto;
}
#worksContents::after {
	background-size: 17px auto;
}
}
.mainTitle {
	background-image: url(../images/works/ttl_bg.png);
	background-size: cover;
}

@media (max-width: 767px) {
.mainTitle .ttl img {
	height: 26px;
}
#worksContents .container {
	padding: 0 0;
}
}
/*-----------------------------------------------------------------------
                      subtitle
------------------------------------------------------------------------*/
.subTitle {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
	margin: 0 0 80px;
	position: relative;
}
.subTitle .day, .subTitle .night {
	width: 48.6%;
}
.subTitle .day {
	position: absolute;
	left: 0px;
}
.subTitle .night {
	position: absolute;
	right: 0px;
}
.subTitle .day .ttl02 {
	width: 473px;
	float: right;
}
.subTitle .night .ttl02 {
	width: 473px;
	float: none;
	text-align: right;
}

@media (max-width: 767px) {
.subTitle {
	margin: 0 0 40px;
}
.subTitle .day, .subTitle .night {
	width: 48.6%;
	margin-bottom: 20px;
}
.subTitle .day {
	float: left;
}
.subTitle .night {
	float: right;
}
.t.subTitle .ttl01 {
	margin-bottom: 10px;
}
.section .day.ttl01 img {
	height: 16px;
}
.section .night.ttl01 img {
	height: 17px;
}
.subTitle .day .ttl02, .subTitle .night .ttl02 {
	width: 100%;
	float: none;
	text-align: center;
}
}
/*-----------------------------------------------------------------------
             一日の流れ/タイムライン
------------------------------------------------------------------------*/

.workAticle .inner {
	padding: 0 6.25%;
}
.workAticle .hed {
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}
.workAticle .hed .ttl {
	display: inline-block;
	width: 27%;
	font-size: 1.5em;
	font-weight: 700;
	color: #ffffff;
	background: #ff0000;
	border-radius: 50px;
	padding: 8px 0;
}
.workAticle .hed ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	position: absolute;
	top: 8px;
	width: 100%;
}
.workAticle .hed li {
	font-size: 1.75em;
	color: #ff0000;
	font-weight: 700;
	width: 35%;
}
.workAticle .hed li:first-child {
	padding: 0 13.5% 0 0;
}
.workAticle .hed li:first-child::after {
	content: "\f0da";
	font-family: "FontAwesome";
	margin-left: 0.6em;
}
.workAticle .hed li:last-child {
	padding: 0 0 0 13.5%;
}
.workAticle .hed li:last-child::before {
	content: "\f0d9";
	font-family: "FontAwesome";
	margin-right: 0.6em;
}

@media (max-width: 767px) {
.workAticle {
	padding-bottom: 30px;
}
.workAticle .inner {
	padding: 0 0;
}
.workAticle .hed {
	position: relative;
	text-align: center;
	margin-bottom: 0;
}
.workAticle .hed .ttl {
	width: 60%;
	font-size: 1.25em;
	padding: 4px 0;
}
.workAticle .hed ul {
	position: relative;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
	top: 0;
	margin-top: 10px;
}
.workAticle .hed li {
	font-size: 1.125em;
	width: 45%;
	position: relative;
}
.workAticle .hed li:first-child {
	padding: 0 5% 1em 0;
}
.workAticle .hed li:first-child::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -0.5em;
	content: "\f0d7";
}
.workAticle .hed li:last-child {
	padding: 0 0 1em 5%;
}
.workAticle .hed li:last-child::before {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: "\f0d7";
	font-family: "FontAwesome";
	margin-right: 0.5em;
}
}
/*-----------------------------------------------------------------------
                               一日の流れ　本文
------------------------------------------------------------------------*/

.workAticle .contentsMain {
	margin-bottom: 60px;
}
.workAticle .workPic {
	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
}
.workAticle .workTxt {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
}
.workAticle .workTxt {
	margin-top: -40px;
}
.workAticle .workTxt .day {
	width: 37%;
	padding: 20px;
	background: #ececec;
	font-size: 0.87em;
	position: relative;
}
.workAticle .workTxt .day::before {
	position: absolute;
	top: -25px;
	left: 50%;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-bottom: 15px solid #ececec;
	content: "";
}
.workAticle .workTxt .night {
	width: 37%;
	padding: 20px;
	background: #e6ce7c;
	font-size: 0.87em;
	position: relative;
}
.workAticle .workTxt .night::before {
	position: absolute;
	top: -25px;
	left: 50%;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-bottom: 15px solid #e6ce7c;
	content: "";
}

@media (max-width: 767px) {
.workAticle .contentsMain {
	margin-bottom: 30px;
}
.workAticle .workPic .pic {
	width: 45.3%;
	margin-bottom: 15px;
}
.workAticle .workPic .pic img {
	width: 100%;
}
.workAticle .workTxt {
	display: none;
}
}
/*-----------------------------------------------------------------------
                               一日の流れ　本文
------------------------------------------------------------------------*/

.tabs a:active, a:focus {
	outline: expression(hideFocus='true');
}
.tabulous_active {
	background: #ff0000 !important;
	color: #ffffff !important;
}
.tabs ul {
	-js-display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
}
.tabs li {
	width: 50%;
}
.tabs li a {
	display: block;
	margin: 0 15%;
	;
	padding: 8px 0;
	text-align: center;
	border: #ff0000 2px solid;
	background: #ffffff;
}
.tabs li a .fa {
	margin-left: 0.5em;
}
.tabs_container {
	position: relative;
}
.tabs_container .day {
	background: #e5e5e5;
	margin: 0 6.25%;
	padding: 15px;
	position: relative;
}
.tabs_container .day::before {
	position: absolute;
	top: -25px;
	left: 20%;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-bottom: 15px solid #ececec;
	content: "";
}
.tabs_container .night {
	background: #e6ce7c;
	margin: 0 6.25%;
	padding: 15px;
	position: relative;
}
.tabs_container .night::before {
	position: absolute;
	top: -25px;
	right: 20%;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-bottom: 15px solid #e6ce7c;
	content: "";
}
/*-----------------------------------------------------------------------
                      POINT
------------------------------------------------------------------------*/
.pointList {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	margin-top: 36px;
}
.pointList li {
	width: 31%;
	margin: 0 13px 30px;
}
.pointList li:first-child {
	margin: 0 13px 30px 0;
}
.pointList li:nth-child(3n) {
	margin: 0 0 30px 13px;
}
.pointList .pic {
	display: block;
}
.pointList .catch {
	display: table;
	width: 100%;
	height: 3.5em;
	text-align: center;
	font-size: 1.25em;
	line-height: 1.2;
}
.pointList .catch span {
	display: table-cell;
	vertical-align: middle;
	color: #ff0000;
	font-weight: 700;
}

@media (max-width: 767px) {
.pointWrap .ttl01 img {
	height: 28px;
}
.pointList {
	margin-top: 25px;
}
.pointList li {
	width: 100%;
	margin: 0 0 25px;
	text-align: center;
}
.pointList li:first-child {
	margin: 0 0 25px 0;
}
.pointList li:nth-child(3n) {
	margin: 0 0 25px 0;
}
.pointList li img {
	height: 260px;
}
.pointList .pic {
	display: block;
}
.pointList .catch {
	display: block;
	height: auto;
	margin: 15px 0;
}
.pointList .catch span {
	display: inline;
}
}
