/* Document
   ========================================================================== */
.global-header {
	transform: translateZ(0);
}

.sp {
	display: none !important;
}

.fadeInAnim {
	position: relative;
	top: 30px;
	opacity: 0;
	-webkit-transition: all 2000ms cubic-bezier(0.23, 1, 0.32, 1);
	transition:         all 2000ms cubic-bezier(0.23, 1, 0.32, 1);
}
.fadeInAnim2 {
	opacity: 0;
	-webkit-transition: all 2500ms cubic-bezier(0.23, 1, 0.32, 1);
	transition:         all 2500ms cubic-bezier(0.23, 1, 0.32, 1);
}
.scriptAnim1 {
	width: 0;
	overflow: hidden;
}
.scriptAnim2 {
	width: 0;
	overflow: hidden;
	display: block;
}

.h2Ttl {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 53%;
	transform: translateY(-52%);
	opacity: 0;
}
.h2Ttl p {
	color: #48322A;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: .06em;
	position: absolute;
	bottom: 5px;
	left: 50%;
	line-height: 7px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
@media all and (min-height:800px) {
	.h2Ttl p {
		bottom: 10px;
	}
}
@media all and (min-height:930px) {
	.h2Ttl p {
		bottom: 15px;
	}
}
@media all and (min-height:1000px) {
	.h2Ttl p {
		bottom: 20px;
	}
}
@media all and (min-height:1150px) {
	.h2Ttl p {
		bottom: 40px;
	}
}
@media all and (min-height:1300px) {
	.h2Ttl p {
		bottom: 60px;
	}
}

.h2Ttl p:before,
.h2Ttl p:after {
	content: "";
	width: 100%;
	height: 1px;
	background: #48322A;
	position: absolute;
	opacity: .8;
	left: 0;
}
.h2Ttl p:before {
	top: -14px;
}
.h2Ttl p:after {
	bottom: -14px;
}

.h2Ttl svg {
	width: 436px;
	height: 59vh;
	min-height: 387px;
}

article {
	margin-bottom: 80px;
}

.sec02 {
	margin: 0;
	position: relative;
	background: #fff;
}

.sec02 .infoBox {
	height: 100%;
}

.sec02 .lBox {
	float: left;
	width: calc(50% - 274px);
	height: 100%;
}

.sec02 .rBox {
	float: right;
	width: calc(50% - 274px);
	height: 100%;
}

.sec02 .lBox .topPhoto {
	height: 59%;
	border-bottom: 2px solid #fff;
	background: url(../img/photo03.jpg) no-repeat center top;
	background-size: cover;
}

.sec02 .lBox .btmBox {
	height: 41%;
}

.sec02 .lBox .btmBox .lPhoto {
	float: left;
	width: 50%;
	height: 100%;
	background: url(../img/photo04.jpg) no-repeat center top;
	box-sizing: border-box;
	border-right: 2px solid #fff;
	background-size: cover;
}

.sec02 .lBox .btmBox .rPhoto {
	float: right;
	width: 50%;
	height: 100%;
	box-sizing: border-box;
}

.sec02 .lBox .btmBox .photo01 {
	height: 50%;
	background: url(../img/photo05.jpg) no-repeat center center;
	background-size: cover;
}

.sec02 .lBox .btmBox .photo02 {
	height: 50%;
	border-top: 2px solid #fff;
	background: url(../img/photo06.jpg) no-repeat center top;
	background-size: cover;
}

.sec02 .rBox {
	float: right;
}

.sec02 .midBox {
	width: 548px;
	height: 100%;
	float: left;
	text-align: center;
	box-sizing: border-box;
	background-color: #fff;
}

.sec02 .midBox .photoBox {
	height: 17%;
	overflow: hidden;
}

.sec02 .midBox .photo03 {
	float: left;
	width: 274px;
	height: 100%;
	box-sizing: border-box;
	border-left: 2px solid #fff;
	border-right: 1px solid #fff;
	background: url(../img/photo07.jpg) no-repeat center top;
	background-size: cover;
}

.sec02 .midBox .photo04 {
	float: right;
	width: 274px;
	height: 100%;
	box-sizing: border-box;
	border-left: 1px solid #fff;
	border-right: 2px solid #fff;
	background: url(../img/photo08.jpg) no-repeat center top;
	background-size: cover;
}

.sec02 .midBox .subBox {
	margin: 0 2px;
	position: relative;
	height: 66%;
	border-top: 2px solid #fff;
	background: url(../img/photo09.jpg) no-repeat center top;
}

.sec02 .midBox .subBox .flowerImg {
	position: absolute;
	left: -51px;
	top: -42px;
}

.sec02 .midBox .subBox .flowerImg01 {
	left: auto;
	right: -10px;
	top: auto;
	bottom: 42px;
}

.sec02 .midBox .subBox .title {
	-webkit-font-smoothing: antialiased;
	margin-bottom: 7px;
	font-size: 41px;
	color: #48322a;
}

.sec02 .midBox .subBox .txtImg01 {
	margin-bottom: 20px;
}

.sec02 .midBox .subBox .txtImg02 {
	margin-bottom: 22px;
}

.sec02 .midBox .subBox .text {
	-webkit-font-smoothing: antialiased;
	line-height: 1.6;
	font-size: 13px;
}

.sec02 .midBox .subBox .text span {
	margin-top: 11px;
	display: block;
	color: #777;
	font-size: 11px;
}

.sec02 .midBox .subBox .btmImg {
	width: 227px;
	position: absolute;
	right: -79px;
	bottom: 13px;
}

.sec02 .midBox .subBox .btmImg svg  {
	width: 227px;
	height: 110px;
}

.sec02 .midBox .photo07 {
	height: 17%;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	background: url(../img/photo10.jpg) no-repeat center center;
	background-size: cover;
}

.sec02 .rBox .photo05 {
	height: 41%;
	background: url(../img/photo11.jpg) no-repeat center left;
	background-size: cover;
}

.sec02 .rBox .photo06 {
	height: 59%;
	border-top: 2px solid #fff;
	background: url(../img/photo12.jpg) no-repeat center center;
	background-size: cover;
}

.basicBox {
	margin: 61px 0 174px;
	clear: both;
	padding-top: 53px;
}

.basicBox .topImg {
	margin-bottom: 60px;
	text-align: center;
}

.basicBox .infoBox {
	margin-bottom: 62px;
	padding: 80px 0 98px;
	background-color: #F9F0ED;
}

.basicBox .ttl {
	margin-bottom: 53px;
	text-align: center;
}

.basicBox .listUl {
	font-size: 0;
	text-align: center;
}

.basicBox .listUl li {
	padding: 0 18px;
	width: 214px;
	display: inline-block;
	vertical-align: top;
}

.basicBox .listUl li:first-child {
	padding-left: 0;
}

.basicBox .listUl li:last-child {
	padding-right: 0;
}

.basicBox .listUl li .photo {
	display: block;
	margin-bottom: 24px;
}

.comLink {
	margin: 0 auto;
	width: 300px;
	text-align: center;
}

.comLink a {
	-webkit-font-smoothing: antialiased;
	font-weight: bold;
	padding: 28px 10px 26px;
	color: #fff;
	position: relative;
	font-size: 16px;
	display: block;
	letter-spacing: 3px;
	background: #4B352E;
	-webkit-transition: .25s;
	transition: .25s;
}
.comLink a:hover {
    background-color: #6e574d;
}

.comLink i {
	position: absolute;
	right: 18px;
	top: 25px;
	font-size: 19px;
}

.headLine01 {
	-webkit-font-smoothing: antialiased;
	margin-bottom: 32px;
	color: #444;
	text-align: center;
	font-size: 44px;
}
.topText {
	-webkit-font-smoothing: antialiased;
}

.sec03 {
	background: #fff;
	position: relative;
	z-index: 200;
}

.sec03 .topImg {
	margin: 0 0 37px 17px;
	text-align: center;
}

.sec03 .inner {
	padding-top: 30px;
	display: table;
	width: 100%;
	height: 100%;
	font-size: 0;
}

.sec03 .inner .photoBox {
	width: 50%;
	display: table-cell;
	vertical-align: middle;
}

.sec03 .inner .photoBox img {
	width: 100%;
}

.sec03 .inner .textBox .photoList {
	height: 91px;
}

.sec03 .inner .textBox {
	width: 50%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.sec03 .inner .textBox .top {
	margin: -80px 0 -46px;
}

.sec03 .inner .textBox .top svg {
	width: 226px;
	height: 226px;
	margin-top: -12px;
}

.sec03 .inner01 .textBox .top {
	margin: 0px 0 -418px;
}

.sec03 .inner01 .textBox .top svg {
	width: 500px;
	height: 500px;
}

.sec03 .inner .textBox .txtP {
	margin: 21px 0 44px;
}

.sec03 .inner01 .textBox .ttlImg {
	height: auto;
}

.sec03 .inner01 .textBox .txtP {
	margin: 17px 0 66px;
}

.sec03 .inner01 .textBox .txtP svg {
	width: 72px;
	height: 72px;
}

.sec03 .inner .textBox .comLink {
	margin: 0 auto 62px;
	width: 132px;
}

.sec03 .inner .textBox .price {
	margin-bottom: 19px;
}

.sec03 .inner .textBox .comLink a {
	padding: 12px 0 12px 12px;
	color: #48322a;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 0.5px;
	background-color: #F3EEE6;
	-webkit-transition: .25s;
	transition: .25s;
}

.sec03 .inner .textBox .comLink a:hover i {
	left: 28px;
}

.sec03 .inner .textBox .comLink i {
	left: 22px;
	top: 10px;
	right: auto;
	font-size: 14px;
	color: #48322a;
	-webkit-transition: .3s;
	transition: .3s;
}

.sec03 .inner .textBox .photoList {
	font-size: 0;
}

.sec03 .inner .textBox .photoList li {
	margin: 0 12px;
	display: inline-block;
	width: 84px;
	height: 92px;
	overflow: hidden;
}

.sec03 .inner .textBox .photoList li a {
	display: inline-block;
	position: relative;
	transition: .3s all;
	overflow: hidden;
}

.sec03 .inner .textBox .photoList li a img {
	transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transition: all ease-out 0.5s;
	-webkit-transition: all ease-out 0.5s;
	-ms-transition: all ease-out 0.5s;
}

.sec03 .inner .textBox .photoList .on img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.sec03 .inner .textBox .photoList .on a:before,
.sec03 .inner .textBox .photoList li a:hover:before {
		border: 4px solid #e0cdc8;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;

		content: "";
		box-sizing: border-box;
		z-index: 10;
}

.sec03 .inner .textBox .photoList li img {
	display: block;
	margin: 0 auto;
	width: 100%;
}

.sec03 .inner02 {
	margin-top: -30px;
}

.sec03 .inner02 .textBox .top {
	margin: -82px 0;
}

.sec03 .inner02 .textBox .top svg {
	width: 250px;
	height: 250px;
}

.sec03 .inner02 .textBox .ttlImg {
	margin-bottom: -20px;
}

.sec03 .inner02 .textBox .txtP {
	margin: 0;
}

.sec03 .inner02 .textBox .txtP svg {
	width: 110px;
	height: 110px;
}

.sec03 .inner03 .textBox .top {
	margin: 0 0 17px;
}

.sec03 .inner03 .textBox .top svg {
	width: 127px;
	height: 127px;
}

.sec03 .inner03 .textBox .ttlImg {
	margin-bottom: -9px;
}

.sec03 .inner03 .textBox .txtP {
	margin-bottom: 32px !important;
}

.sec03 .inner03 .textBox .txtP svg {
	width: 72px;
	height: 72px;
}

.sec03 .inner04 {
	margin-top: -30px;
}

.sec03 .inner04  .textBox .top {
	margin: -114px 0;
}

.sec03 .inner04  .textBox .top svg {
	width: 314px;
	height: 314px;
}

.sec03 .inner04 .textBox .txtP {
	margin: 8px 0 27px;
}

.sec03 .inner04 .textBox .txtP svg {
	width: 62px;
	height: 62px;
}

.sec03 {
	margin-bottom: 68px;
}

.sec04 {
	padding-top: 216px;
	background: url(../img/sec04_bg02.gif) no-repeat right top;
}

.sec04 .bgBox {
	margin-bottom: 60px;
	min-height: 655px;
	position: relative;
	background: url(../img/sec04_bg.jpg) no-repeat center top;
	background-size: cover;
}

.sec04 .info {
	padding-top: 288px;
	margin: 0 auto;
	width: 860px;
}

.sec04 .info .textBox {
	float: right;
	width: 390px;
}

.sec04 .info .textBox .title {
	margin-bottom: 6px;
	font-size: 40px;
	color: #444;
	letter-spacing: 1.5px;
	-webkit-font-smoothing: antialiased;
}

.sec04 .info .textBox .txtImg01 {
	margin-bottom: 26px;
}

.sec04 .info .textBox .txtImg02 {
	margin-bottom: 20px;
}

.sec04 .info .textBox .textP {
	font-size: 13px;
	color: #444;
	line-height: 2;
    -webkit-font-smoothing: antialiased;
}

.sec04 .info .textBox .textP span {
	margin-top: 2px;
	display: block;
	font-size: 12px;
	opacity: 0.76;
}

.sec04 .info .photoBox {
	padding-top: 60px;
	float: left;
	width: 400px;
	position: relative;
}

.sec04 .info .photoBox img {
	margin-left: -2px;
}

.sec04 .info .photoBox .txt {
	position: absolute;
	left: -91px;
	top: -64px;
	width: 250px;
}

.sec04 .info .photoBox .txt svg {
	width: 250px;
	height: 250px;
}

.sec04 .bgBox .speImg {
	position: absolute;
	right: 0;
	bottom: -24px;
}

.sec04 .comLink {
	margin-bottom: 195px;
}


.sec05 .headLine01 {
	margin-bottom: 17px;
}

.sec05 .topText {
	margin-bottom: 49px;
	color: #444;
	font-size: 14px;
	text-align: center;
}
.sec05 .topText img {
	width: 72px;
}

.sec05 .bigPhoto {
	margin-bottom: 115px;
}

.sec05 .bigPhoto img {
	width: 100%;
}

.sec05 .infoBox {
	margin: 0 auto;
	width: 980px;
}

.sec05 .infoBox__inner {
	position: relative;
}

.sec05 .title {
	clear: both;
	color: #444;
	-webkit-font-smoothing: antialiased;
	font-size: 32px;
	border-bottom: 1px solid #979797;
}

.sec05 .textList {
	-webkit-font-smoothing: antialiased;
	margin: -30px 0 90px;
	float: right;
	color: #444;
	padding-right: 30px;
}

.sec05 .textList li {
	padding: 0 18px;
	float: left;
	width: 130px;
	color: #444;
	font-size: 13px;
	text-align: center;
}

.sec05 .textList li svg {
	margin: -2px 7px 0 0;
	width: 23px;
	height: 23px;
	vertical-align: middle;
}

.sec05 .textList li:first-child svg {
	width: 20px;
	height: 20px;
}

.sec05 .textList li:nth-child(3) svg {
	width: 19px;
	height: 19px;
}

.sec05 .textList li .top {
	margin-bottom: 48px;
	height: 18px;
}

.sec05 .textList li .btm {
	font-size: 15px;
}

.sec05 .textList li .btm .num {
	margin: 0 7px;
	font-size: 29px;
}

.sec05 .textList li .btm .num span {
	font-size: 20px;
}

.sec05 .textList li .btm .num .textSpan01 {
	font-size: 15px;
	margin: 0 2px;
}

.sec05 .textList li:last-child .btm {
	margin: 0 -10px;
}

.sec05 .textList li .btm .num01 {
	margin: 0;
}

.sec05 .textList li .btm01 {
	color: #A97328;
	margin: 33px 0 0 !important;
}

.sec05 .textUl {
	position: absolute;
	width: 60px;
	left: 180px;
	top: 78px;
	opacity: .8;
	-webkit-font-smoothing: antialiased;
}

.sec05 .textUl li {
	margin-bottom: 47px;
	color: #444;
	font-size: 14px;
	font-weight: bold;
}

.sec05 .textUl li:last-child {
	margin: 0;
	color: #a87112;
}

.sec05 .pointBox {
	padding: 62px 0;
	clear: both;
	width: 880px;
	margin: 0 auto 188px;
	position: relative;
	background-color: #F9F3EF;
}

.sec05 .pointBox .point {
	position: absolute;
	left: 136px;
	top: -46px;
	width: 114px;
}

.sec05 .pointBox .point svg {
	width: 114px;
	height: 114px;
}

.sec05 .pointBox .img01 {
	position: absolute;
	right: 20px;
	top: -35px;
}

.sec05 .pointBox .img02 {
	position: absolute;
	left: -30px;
	bottom: -30px;
}

.sec05 .pointBox p {
	margin: 0 140px 18px;
	color: #444;
	font-size: 13px;
	letter-spacing: .02em;
	line-height: 1.9;
	-webkit-font-smoothing: antialiased;
}

.sec05 .pointBox .txt01 {
	margin-bottom: 0;
}

.sec05 .scheduleBox {
	padding-bottom: 168px;
	margin: 0 auto;
	max-width: 1300px;
	position: relative;
}

.sec05 .scheduleBox .img01 {
	position: absolute;
	right: 0;
	top: -72px;
}

.sec05 .scheduleBox .img02 {
	position: absolute;
	left: 0;
	top: 15px;
}

.sec05 .scheduleBox .img03 {
	position: absolute;
	left: 0;
	top: 432px;
}

.sec05 .scheduleBox .img04 {
	position: absolute;
	right: 40px;
	top: 455px;
}

.sec05 .scheduleBox h3 {
	margin-bottom: 57px;
	color: #444;
	font-size: 32px;
	letter-spacing: 2px;
}

.sec05 .scheduleBox .photoList {
	font-size: 0;
	text-align: center;
}

.sec05 .scheduleBox .photoList li {
	padding: 0 35px;
	display: inline-block;
	vertical-align: top;
	width: 280px;
}

.sec05 .scheduleBox .photoList li:first-child {
	padding-left: 0;
}

.sec05 .scheduleBox .photoList li:last-child {
	padding-right: 0;
}

.sec05 .scheduleBox .photoList li .photo {
	margin-bottom: 29px;
	position: relative;
}

.sec05 .scheduleBox .photoList li .txtSpan {
	position: absolute;
	right: 0;
	bottom: -20px;
	display: block;
	font-size: 9px;
	color: #000;
	opacity: 0.6;
	-webkit-font-smoothing: antialiased;
}

.sec05 .scheduleBox .photoList li .day {
	-webkit-font-smoothing: antialiased;
	margin-bottom: 15px;
	font-size: 17px;
	color: #333;
	font-weight: bold;
	letter-spacing: .1em;
}

.sec05 .scheduleBox .photoList li .day span {
	margin-right: 14px;
	font-size: 19px;
	letter-spacing: .0em;
	color: #a87112;
	font-weight: normal;
}

.sec05 .scheduleBox .photoList li .day span span {
	margin: 0;
	font-size: 26px;
}

.sec05 .scheduleBox .photoList li .text {
	font-size: 13px;
	-webkit-font-smoothing: antialiased;
	color: #444;
	line-height: 1.8;
	letter-spacing: .02em;
	white-space: nowrap;
}

.sec05 .btmBox {
	min-height: 560px;
	position: relative;
}

.sec05 .btmBox img {
	width: 100%;
}

.sec05 .btmBox .photo01 {
	position: absolute;
	left: 0;
	top: 0;
	width: 24.5%;
}

.global-footer {
	display: none !important;
}

.sec05 .btmBox .photo01 p {
	-webkit-font-smoothing: antialiased;
	margin: 6px 0 0 10px;
	color: #000;
	font-size: 9px;
	opacity: 0.6;
}

.sec05 .btmBox .photo02 {
	position: absolute;
	left: 21.5%;
	top: -12.5%;
	width: 16%;
}

.sec05 .btmBox .photo03 {
	position: absolute;
	left: 33%;
	top: 22.5%;
	width: 12.5%;
}

.sec05 .btmBox .photo03 p {
	-webkit-font-smoothing: antialiased;
	margin: 6px -40px 0 0;
	color: #000;
	font-size: 9px;
	opacity: 0.6;
}

.sec05 .btmBox .photo04 {
	position: absolute;
	right: 0%;
	top: 12%;
	width: 28.7%;
}

.sec05 .btmBox .photo04 p {
	-webkit-font-smoothing: antialiased;
	margin: 8px 0 0 15%;
	color: #000;
	font-size: 9px;
	opacity: 0.6;
}

.sec05 .btmBox .photo05 {
	position: absolute;
	right: 25.4%;
	top: -2.5%;
	width: 22.5%;
}

.sec05 .btmBox .photo05 p {
	-webkit-font-smoothing: antialiased;
	margin: 8px 0 0 0;
	color: #000;
	font-size: 9px;
	opacity: 0.6;
}

.sec06  .headLine01 {
	margin-bottom: 17px;
}

.sec06 .txtImg {
	margin-bottom: 39px;
	text-align: center;
}

.sec06 .bigPhoto {
	margin-bottom: 68px;
}

.sec06 .bigPhoto img {
	width: 100%;
}

.sec06 .salonList {
	margin: 0 auto;
	padding-left: 5px;
	width: 720px;
	box-sizing: border-box;
}

.sec06 .salonList li {
	margin-bottom: 36px;
	width: 320px;
	float: left;
}
.sec06 .salonList li:nth-child(2n) {
	float: right;
}

.sec06 .salonList li a {
	cursor: default;
}


.sec06 .salonList li .photo {
	padding-top: 10px;
	width: 100px;
	float: left;
}
.sec06 .salonList li .photo img {
	width: 100%;
}
.sec06 .salonList li .textBox {
	width: 200px;
	padding-left: 130px;
}

.sec06 .salonList li .textBox p,
.sec06 .salonList li .textBox a {
	-webkit-font-smoothing: antialiased;
	color: #333;
	font-size: 12px;
	line-height: 1.6;
	letter-spacing: 0.5px;
}
.sec06 .salonList li .textBox a {
	pointer-events: none;
}

.sec06 .salonList li .textBox .ttl {
	margin-bottom: 2px;
	color: #333;
	font-size: 11px;
	line-height: 1.5;
	letter-spacing: 0;
}

.sec06 .salonList li .textBox .ttl span {
	margin-right: 6px;
	display: inline-block;
	font-size: 24px;
	-webkit-font-smoothing: antialiased;
}

.comLink01 {
	margin: 0 auto;
	padding: 3% 0 72px;
}

@media all and (min-width: 981px) and (max-width: 1280px) {
	.sec05 .btmBox {
		min-height: 500px;
	}
}

@media all and (min-width:1281px) {
	.comLink01 {
		padding: 7% 0 80px;
	}
	
	.sec05 .scheduleBox {
		padding-bottom: 200px;
	}
}

@media all and (min-width:1500px) {
	.sec05 .scheduleBox {
		padding-bottom: 230px;
	}
	
	.sec05 .btmBox {
		min-height: 720px;
	}
	
}

@media all and (min-width:1700px) {
	.sec05 .btmBox {
		min-height: 875px;
	}
}

@media all and (-ms-high-contrast:none){
	.comLink a {
		padding: 31px 10px 26px;
		background: #4B352E url(../img/icon01.png) no-repeat 272px 32px;
	}
}

.spTopBox {
	position: relative;

}

.pad .spTopBox,
.firefox .spTopBox {
	transform: none !important;
}

.sec03 .inner01 {
	position: relative;
	margin-top: -30px;
}

.sec03 .inner01 .photoBox {
	float: right;
}

.sec03 .inner01 .textBox {
	position: absolute;
	width: 50%;
}

.sec03 .inner01 .textBox .txtP {
	margin-bottom: 25px;
}

.fadeSlide-1 .fadeSlide-item,
.fadeSlide-2 .fadeSlide-item,
.fadeSlide-3 .fadeSlide-item,
.fadeSlide-4 .fadeSlide-item,
.fadeSlide-5 .fadeSlide-item {
	height: 700px !important;
}

.fadeSlide-1-item-1 {
	background-image: url(../img/slide1_1.jpg);
	background-position: center center;
}
.fadeSlide-1-item-2 {
	background-image: url(../img/slide1_2.jpg);
	background-position: center center;
}
.fadeSlide-1-item-3 {
	background-image: url(../img/slide1_3.jpg);
	background-position: center center;
}
.fadeSlide-1-item-4 { background-image: url(../img/slide1_4.jpg); background-position: center center;
}

.fadeSlide-1-item-5 { background-image: url(../img/slide1_5.jpg); background-position: center center;
}

.fadeSlide-2-item-1 { background-image: url(../img/slide2_1.jpg); background-position: center center;
 }
.fadeSlide-2-item-2 {
	background-image: url(../img/slide2_2.jpg);
	background-position: center center;
}
.fadeSlide-2-item-3 { background-image: url(../img/slide2_3.jpg); background-position: center center;
 }
.fadeSlide-2-item-4 { background-image: url(../img/slide2_4.jpg); background-position: center center;
}
.fadeSlide-2-item-5 { background-image: url(../img/slide2_5.jpg); background-position: center center;
}



.fadeSlide-3-item-1 { background-image: url(../img/slide3_1.jpg); background-position: center center;
 }
.fadeSlide-3-item-2 {
	background-image: url(../img/slide3_2.jpg); background-position: center center;
}
.fadeSlide-3-item-3 { background-image: url(../img/slide3_3.jpg); background-position: center center;
 }
.fadeSlide-3-item-4 { background-image: url(../img/slide3_4.jpg); background-position: center center;
}
.fadeSlide-3-item-5 { background-image: url(../img/slide3_5.jpg); background-position: center center;
 }

.fadeSlide-4-item-1 { background-image: url(../img/slide4_1.jpg); background-position: center center;
}
.fadeSlide-4-item-2 {
	background-image: url(../img/slide4_2.jpg);
	background-position: center center;
}
.fadeSlide-4-item-3 { background-image: url(../img/slide4_3.jpg); background-position: center center;
 }
.fadeSlide-4-item-4 { background-image: url(../img/slide4_4.jpg); background-position: center center;
}
.fadeSlide-4-item-5 { background-image: url(../img/slide4_5.jpg); background-position: center center;
}


.fadeSlide-5-item-1 { background-image: url(../img/slide5_1.jpg); background-position: left center;
}
.fadeSlide-5-item-2 {
	background-image: url(../img/slide5_2.jpg);
	background-position: center center;
}
.fadeSlide-5-item-3 { background-image: url(../img/slide5_3.jpg); background-position: center center;
 }
.fadeSlide-5-item-4 { background-image: url(../img/slide5_4.jpg); background-position: center center;
 }
.fadeSlide-5-item-5 { background-image: url(../img/slide5_5.jpg); background-position: right center;
 }


@media all and (min-width: 981px) and (max-width: 1080px) {
	.sec03 .inner .textBox .photoList li {
		width: 74px;
	}
}