@charset "UTF-8";

/* CSS Document */
/**
 * googlemap
 */
.googlemap {
	margin-top: 15px;
}

#top-shopInfo.googlemap {
	margin-top: 50px;
}

.ggmap {
	position: relative;
	width: 100%;
}

@media screen and (max-width: 768px) {
	.ggmap {
		/* height / width * 100 */
		padding-top: 56.25%;
	}
	.ggmap iframe,
	.ggmap object,
	.ggmap embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}

/** 
 * 個別スタイル入る
 */
/* リンクバナーに文字等が載る状態 */
.blockBnrArea {
	text-align: center;
	margin-top: 20px;
}

.blockBnrArea + .blockBnrArea {
	margin-top: 45px;
}

.blockBnrArea,
.blockBnrArea a {
	position: relative;
}

.blockBnrArea a {
	display: block;
}

.blockBnrArea .inner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.blockBnrArea img:not(.inner),
.blockBnrArea video {
	width: 100%;
}

.blockBnrArea a:hover img.inner {
	opacity: .8;
}

.blockBnrList.blockBnrArea {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	margin-top: 0;
}

.blockBnrList .blockBnrArea {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 230px;
	margin-left: 26px;
}

.blockBnrList .blockBnrArea .snsList {
	display: flex;
	height: 100%;
	flex-direction: column;
	justify-content: space-between;
}

.blockBnrList .blockBnrArea:first-child {
	margin-top: 45px;
}

.blockBnrList .blockBnrArea:nth-child(4n+1) {
	margin-left: 0;
}

/* ページ下部のショップ情報（トップだけ？） */
.footerInfoArea {
	font-size: 0;
	margin-top: 23px;
}

.footerInfoArea p {
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
	border-right: solid 1px #000;
}

.footerInfoArea p + p {
	margin-left: 35px;
}

.footerInfoArea .cName {
	width: 234px;
}

.footerInfoArea .cAddress {
	width: 313px;
}

.footerInfoArea .cTime {
	width: 381px;
	border: none;
}

@media screen and (min-width: 769px) {
	.footerInfoArea .cTime .tsume01 {
		display: inline-block;
		margin: 0 -0.1em;
	}
	.footerInfoArea .cTime .tsume02 {
		display: inline-block;
		margin: 0 -0.3em;
	}
}

@media screen and (max-width: 768px) {
	.footerInfoArea {
		margin-top: 30px;
	}
	.footerInfoArea p {
		font-size: 15px;
		display: block;
		border: none;
		text-align: center;
		line-height: 23px;
	}
	.footerInfoArea p + p {
		margin-left: 0;
	}
	.footerInfoArea .cAddress {
		line-height: 40px;
		width: 100%;
	}
	.footerInfoArea .cAddress a span {
		padding-left: 15px;
		display: inline-block;
		background: url(../img/common/ico_phone.svg) no-repeat left center / 13px auto;
	}
	.footerInfoArea .cTime {
		margin-top: 9px;
		width: 100%;
	}
	.footerInfoArea .teikyu {
		display: inline-block;
		margin-top: 24px;
	}
}

/* toppage */
@media screen and (max-width: 768px) {
	.mainViewArea {
		margin-bottom: 58px;
	}
	h2.title {
		width: 100%;
		margin-bottom: 40px;
	}
	.hairdesignerListArea {
		margin-top: 58px;
	}
	.topHairDesinersList {
		max-width: 310px;
		margin: 0 auto;
		font-size: 15px;
		line-height: 1;
	}
	.topHairDesinersList > li {
		margin-bottom: 23px;
	}
	.topicsListArea {
		margin-top: 50px;
	}
	.topicsListArea .title {
		margin-bottom: 35px;
	}
	.shopinfoArea {
		margin-top: 50px;
	}
	.shopinfoArea .title {
		margin-bottom: 35px;
	}
}

/* hairdesigner */
.designerList li {
	float: left;
	margin-right: 26px;
	line-height: 1;
	margin-bottom: 45px;
	width: 230px;
}

.designerList li:nth-child(4n) {
	margin-right: 0;
}

.designerList p {
	margin-top: 9px;
}

.designerList span {
	display: block;
	text-align: right;
	margin-top: 11px;
}

@media screen and (max-width: 768px) {
	.designerList li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 30px;
	}
	.designerList li:nth-child(4n) {
		margin-right: 2%;
	}
	.designerList li:nth-child(2n) {
		margin-right: 0;
	}
}

/* hairdesigner / detail */
.profileArea {
	overflow: hidden;
}

.profileArea .image {
	max-width: 400px;
	max-height: 266px;
	margin-bottom: 45px;
	text-align: center;
	overflow: hidden;
}

.profileArea .profile {
	width: 398px;
	margin: 0 62px 20px 140px;
}

.profileArea .profile .name {
	font-size: 30px;
	line-height: 1;
}

.profileArea .profile .name .en {
	display: block;
	margin-top: 15px;
	font-family: 'Cinzel';
	font-size: 16px;
}

.profileArea .profile .message {
	padding-top: 5px;
	border-top: solid 1px #000;
	margin-top: 10px;
}

.profileArea .profile .staffDl {
	margin-bottom: 40px;
}

.profileArea .profile .staffDl dt {
	padding-bottom: 2px;
	border-bottom: solid 1px #000;
	margin: 22px 0 2px;
	font-family: 'Cinzel';
	font-size: 18px;
	line-height: 1.75;
}

.profileArea .profile .mediaList {
	margin-top: 70px;
	overflow: hidden;
}

.profileArea .profile .mediaList dt {
	clear: both;
	float: left;
}

.profileArea .profile .mediaList dt:nth-of-type(n+2),
.profileArea .profile .mediaList dd:nth-of-type(n+2) {
	margin-top: 20px;
}

.profileArea .profile .mediaList dd {
	width: 208px;
	margin-left: 30px;
	padding: 3px 0 2px;
	float: right;
}

.profileArea .profile .snsList {
	overflow: hidden;
}

.profileArea .profile .snsList li {
	width: 45px;
	float: left;
}

.profileArea .profile .snsList li.twitter {
	width: 55px;
}

.profileArea .profile .snsList li + li {
	margin-left: 31px;
}

.profileArea .calendar {
	width: 400px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

.profileArea .calendar img {
	padding: 0 16px;
}

.profileArea .calendar a:hover {
	opacity: 0.5;
	text-decoration: none;
}

.profileArea .calendar .previous {
	border-width: 15.5px 16px 15.5px 0;
	border-color: transparent #949494 transparent transparent;
	left: 0;
}

.profileArea .calendar .next {
	border-width: 15.5px 0 15.5px 16px;
	border-color: transparent transparent transparent #949494;
	right: 0;
}

/*20171008*/
#calendar {
	position: relative;
	padding-top: 25px;
}

#calendar:after {
	content: "";
	position: absolute;
	top: 4px;
	right: 35px;
	width: 178px;
	height: 34px;
	background-size: contain;
	background: url(../img/hairdesigner/item_calendar.svg) no-repeat left top;
}

#calendar table {
	width: 340px;
	font-size: 19px;
}

#calendar thead {
	position: absolute;
	top: -88px;
	left: 0;
	width: 100%;
}

#calendar thead a {
	display: block;
	position: relative;
	width: 16px;
	height: 32px;
	overflow: hidden;
}

#calendar thead .prev {
	position: absolute;
	top: 190%;
	left: -30px;
}

#calendar thead .prev a:before {
	content: "";
	position: absolute;
	top: 0;
	left: -16px;
	width: 0px;
	border-color: #949494;
	border-style: solid;
	border-width: 16px;
	border-left-color: transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

#calendar thead .next {
	position: absolute;
	top: 190%;
	right: -30px;
}

#calendar thead .next a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0px;
	border-color: #949494;
	border-style: solid;
	border-width: 16px;
	border-left-color: transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

#calendar th {
	padding-bottom: 7px;
}

#calendar tbody td {
	padding-bottom: 16px;
}

#calendar .active-date {
	font-size: 48px;
}

#calendar th {
	font-size: 17px;
}

#calendar th.sun {
	color: #f00;
}

#calendar th.sat {
	color: #0064c5;
}

#calendar .halfHoliday {
	position: relative;
}

#calendar .halfHoliday:after {
	content: "";
	position: absolute;
	top: 40%;
	left: 50%;
	width: 33px;
	height: 33px;
	margin-top: -17px;
	margin-left: -16px;
	background: #fff;
	border: solid 1px #7ecef4;
	border-radius: 50%;
	z-index: -1;
}

#calendar .allHoliday {
	position: relative;
}

#calendar .allHoliday:after {
	content: "";
	position: absolute;
	top: 40%;
	left: 50%;
	width: 33px;
	height: 33px;
	margin-top: -17px;
	margin-left: -16px;
	background: #7ecef4;
	border-radius: 50%;
	z-index: -1;
}

@media screen and (max-width: 768px) {
	.profileArea .image {
		max-width: 303px;
		max-height: 202px;
		margin: 0 auto;
	}
	.profileArea .profile {
		width: auto;
		margin: 19px 0 40px;
	}
	.profileArea .profile .name {
		font-size: 24px;
		text-align: center;
	}
	.profileArea .profile .name .en {
		font-size: 13px;
	}
	.profileArea .profile .message {
		padding-top: 0;
		border: none;
		margin: 20px 0 0;
		font-size: 15px;
		line-height: 1.769;
	}
	.profileArea .profile .staffDl {
		margin: 18px 0 0;
		font-size: 13px;
		line-height: 1.769;
	}
	.profileArea .profile .staffDl > *:nth-child(n+3) {
		margin-top: 18px;
	}
	.profileArea .profile .staffDl dt {
		width: 28em;
		padding-bottom: 0;
		border-bottom: none;
		margin: 0;
		float: left;
		clear: left;
		font-size: inherit;
		line-height: inherit;
	}
	.profileArea .profile .mediaList {
		width: 80%;
		margin: 25px auto 0;
	}
	.profileArea .profile .mediaList dt {
		width: 42%;
	}
	.profileArea .profile .mediaList dd {
		width: 50%;
		margin-left: 8%;
	}
	.profileArea .profile .mediaList dt:nth-of-type(n+2),
	.profileArea .profile .mediaList dd:nth-of-type(n+2) {
		margin-top: 10px;
	}
	.profileArea .profile .snsList li {
		width: 20%;
		max-width: 45px;
		min-width: 25px;
	}
	.profileArea .profile .snsList li.twitter {
		width: 24%;
		max-width: 55px;
		min-width: 33px;
	}
	.profileArea .profile .snsList li + li {
		margin-left: 12%;
	}
	.profileArea .profile + .ttlStyle01 {
		margin-bottom: 20px;
	}
	.profileArea .calendar {
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}
	#calendar {
		padding-top: 40px;
	}
	#calendar table {
		width: 80%;
		font-size: 17px;
	}
	#calendar .active-date {
		font-size: 42px;
	}
	#calendar:after {
		top: 15px;
		width: 40%;
	}
}

.staffListArea {
	border-top: solid 1px #000;
}

@media screen and (max-width: 768px) {
	.staffList01 {
		max-width: 340px;
		margin: 35px auto 0;
	}
	.staffList01 > li:nth-child(n+3) {
		margin-top: 10px;
	}
}

/* hairstyle */
.hairstyleListArea {
	margin-bottom: 60px;
}

.hairstyleListArea.mb30 {
	margin-bottom: 30px;
}

.hairstyleListArea,
.hairstyleList a {
	position: relative;
}

.hairstyleList li {
	float: left;
	margin-right: 20px;
}

.hairstyleList li:nth-child(3n) {
	margin-right: 0;
}

.hairstyleList li:nth-child(n+4) {
	margin-top: 20px;
}

.hairstyleList.col3 > li {
	width: 320px;
}

.hairstyleList a {
	display: block;
}

.hairstyleList .inner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-520%) translateX(-50%);
	transform: translateY(-520%) translateX(-50%);
	width: 200px;
}

@media screen and (max-width: 768px) {
	.hairstyleListArea,
	.hairstyleListArea.mb30 {
		margin-bottom: 0;
	}
	.hairstyleList li {
		width: 48.5%;
		margin-right: 3%;
	}
	.hairstyleList li:nth-child(3n) {
		margin-right: 3%;
	}
	.hairstyleList li:nth-child(2n) {
		margin-right: 0;
	}
	.hairstyleList li:nth-child(n+3) {
		margin-top: 16px;
	}
	.hairstyleList .inner {
		width: 62.790697%;
	}
	.hairstyleList.col3 > li {
		width: 32%;
		margin-right: 1.875%;
	}
	.hairstyleList.col3 li:nth-child(3) {
		margin-top: 0;
	}
	.hairstyleList.col3 li:nth-child(3n) {
		margin-right: 0;
	}
	.hairstyleList.col3 > li:nth-child(n+4) {
		margin-top: 1.875%;
	}
}

/* タイル表示 */
#tile.hairstyleList li {
	max-width: 320px;
	max-height: 214px;
}

/* slider */
#mainSlider {
	width: 900px;
	margin: 0 auto;
}

#mainSlider.tiled {
	width: 100%;
	margin: 0 auto;
}

#mainSlider.tiled .image {
	float: left;
	width: 320px;
	margin-right: 20px;
	margin-bottom: 20px;
}

#mainSlider.tiled .image:nth-child(3n) {
	margin-right: 0;
}

@media screen and (max-width: 768px) {
	#mainSlider {
		width: 100%;
		margin-top: 17px;
	}
}

.hairstyleDetailArea {
	width: 900px;
	margin: 0 auto;
	overflow: hidden;
}

.hairstyleDetailArea > .txt {
	width: 700px;
	margin-left: 28px;
}

.hairstyleDetailArea > .txt .ttl {
	margin-bottom: 10px;
	line-height: 1;
}

.hairstyleDetailArea > .txt .detail + .ttl {
	margin-top: 27px;
}

.hairstyleDetailArea > .chargeHairdesigner {
	width: 172px;
	line-height: 1.6875;
}

.hairstyleDetailArea > .chargeHairdesigner a {
	display: block;
}

.hairstyleDetailArea > .chargeHairdesigner .image {
	margin-bottom: 8px;
}

.hairstyleDetailArea > .chargeHairdesigner .name .en {
	font-family: 'Cinzel';
}

@media screen and (max-width: 768px) {
	.hairstyleDetailArea {
		width: auto;
		margin: 0 auto;
		overflow: hidden;
	}
	.hairstyleDetailArea > .txt {
		width: auto;
		margin-left: 0;
		font-size: 13px;
	}
	.hairstyleDetailArea > .txt .ttl {
		margin-bottom: 5px;
	}
	.hairstyleDetailArea > .txt .detail + .ttl {
		margin-top: 20px;
	}
	.hairstyleDetailArea > .chargeHairdesigner {
		width: auto;
		margin-top: 20px;
	}
	.hairstyleDetailArea > .chargeHairdesigner a {
		margin-bottom: 17px;
	}
	.hairstyleDetailArea > .chargeHairdesigner .image {
		width: 32%;
		max-width: 172px;
		margin-bottom: 0;
		float: left;
	}
	.hairstyleDetailArea > .chargeHairdesigner .name {
		width: 60%;
		margin: -5px 0 0 24px;
		font-size: 13px;
		line-height: 1.769;
		float: left;
	}
}

/* topic */
.postArea {
	padding: 0 50px;
}

.topicsPost + .topicsPost {
	margin-top: 70px;
}

.topicsPost .date {
	line-height: 1;
	margin-top: 33px;
	margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
	.postArea {
		font-size: 13px;
		padding: 0;
	}
	.postArea .pageNumberAreaTop .pager {
		margin-top: -47px;
	}
	.topicsPost + .topicsPost {
		margin-top: 45px;
	}
	.topicsPost .date {
		margin-top: 17px;
		margin-bottom: 12px;
	}
}

/* recruit */
.keyVisual {
	margin-bottom: 25px;
}

.recruitArea {
	padding: 0 53px;
}

.recruitArea > section > h2 {
	margin-bottom: 8px;
}

.recruitArea > .career {
	margin-top: 50px;
}

.recruitArea > .career .tableStyle01 + .tableStyle01 {
	margin-top: 46px;
}

.recruitArea > .comment {
	margin-top: 85px;
}

.recruitArea > .comment h3 {
	margin-bottom: 15px;
}

.recruitArea > .comment p + p {
	margin-top: 30px;
}

.recruitArea > .image {
	margin-top: 100px;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.keyVisual {
		margin-bottom: 10px;
	}
	.recruitArea {
		padding: 0;
		font-size: 13px;
	}
	.recruitArea > section > h2 {
		margin-bottom: 3px;
	}
	.recruitArea > .career,
	.recruitArea > .career .tableStyle01 + .tableStyle01,
	.recruitArea > .comment {
		margin-top: 35px;
	}
	.recruitArea > .comment h3 {
		margin-bottom: 5px;
	}
	.recruitArea > .comment p + p {
		margin-top: 10px;
	}
	.recruitArea > .image {
		width: 190px;
		margin: 10px auto 0;
	}
}

/* goodshop */
.shopList01 {
	overflow: hidden;
}

.shopList01 li {
	padding: 40px 50px;
	letter-spacing: -.4em;
}

.shopList01 li:first-child {
	padding-top: 0;
}

.shopList01 li + li {
	border-top: solid 1px #959696;
}

.shopList01 li .image,
.shopList01 li .txt {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: middle;
}

.shopList01 li .image img {
	width: 250px;
	height: 250px;
	-o-object-fit: cover;
	object-fit: cover;
}

.shopList01 li .txt {
	width: 620px;
	margin-left: 30px;
}

.shopList01 li .txt .shopName {
	margin-bottom: 16px;
	font-size: 19px;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	.shopList01 li {
		padding: 35px 0 25px;
	}
	.shopList01 li:first-child {
		padding-top: 0;
	}
	.shopList01 li .image {
		width: 100%;
		text-align: center;
	}
	.shopList01 li .image img {
		width: auto;
		height: auto;
	}
	.shopList01 li .txt {
		width: auto;
		margin: 10px 0 0;
		font-size: 13px;
	}
	.shopList01 li .txt .shopName {
		margin-bottom: 0;
		font-size: 13px;
	}
}

/* goodshop / close button */
.shopNoSlideClose {
	top: -20px;
	-webkit-transform: none;
	transform: none;
}

/* goodshop / detail */
.shopDetailListArea {
	margin-bottom: 20px;
	position: relative;
}

.shopDetailList li {
	text-align: center;
}

.shopDetailList li img {
	width: 900px;
	height: 600px;
	-o-object-fit: cover;
	object-fit: cover;
}

@media screen and (max-width: 768px) {
	.shopDetailList li img {
		width: auto;
		height: auto;
	}
	.shopDetailListArea #slide-counter {
		display: block;
		margin-top: 15px;
	}
}

.shopDetailArea {
	width: 900px;
	margin: 0 auto;
}

.shopDetailArea .url {
	margin-bottom: 10px;
	text-align: right;
}

.shopDetailArea .data {
	margin-bottom: 10px;
	overflow: hidden;
}

.shopDetailArea .data .left {
	width: 440px;
}

.shopDetailArea .data .ggmap,
.shopDetailArea .data .ggmap iframe {
	width: 460px;
	height: 200px;
}

.shopDetailArea .data .addrList {
	overflow: hidden;
}

.shopDetailArea .data .addrList dt {
	clear: left;
	float: left;
}

.shopDetailArea .data .addrList dd {
	float: left;
}

@media screen and (max-width: 768px) {
	.shopDetailArea {
		width: auto;
		font-size: 13px;
		line-height: 1.769;
	}
	.shopDetailArea .url {
		margin: 7px 0 25px;
		text-align: left;
	}
	.shopDetailArea .data {
		margin-bottom: 30px;
	}
	.shopDetailArea .data .left {
		width: auto;
	}
	.shopDetailArea .data .ggmap {
		position: relative;
		width: 100%;
		height: auto;
		padding-top: 43.47826086956522%;
	}
	.shopDetailArea .data .ggmap #map {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.shopDetailArea .data .addrList {
		margin-bottom: 10px;
	}
}

.shopDetailArea .introducer {
	margin-top: 40px;
	overflow: hidden;
}

.shopDetailArea .introducer .image {
	width: 150px;
	margin-left: 40px;
}

.shopDetailArea .introducer .txt {
	width: 710px;
}

@media screen and (max-width: 768px) {
	.shopDetailArea .introducer {
		margin-top: 25px;
		overflow: hidden;
	}
	.shopDetailArea .introducer .image {
		width: 100px;
		margin: 0 0 12px 24px;
	}
	.shopDetailArea .introducer .txt {
		width: auto;
	}
}

.shopDetailArea .shopMovie {
	margin-top: 40px;
	width: 670px;

}

.shopDetailArea .shopMovie .movieBox {
	padding-bottom: 56.25%;
	position: relative;
	overflow: hidden;
}

.shopDetailArea .shopMovie .movieBox iframe,
.shopDetailArea .shopMovie .movieBox object,
.shopDetailArea .shopMovie .movieBox embed  {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 768px) {
	.shopDetailArea .shopMovie {
		margin-top: 25px;
		width: auto;
	}

}
/* menu */
.menuListArea + .caution .ulStyle01 + .ulStyle01 {
	margin: 30px 0 40px;
}

/* collection */
.collectionArea {
	position: relative;
	margin-bottom: 50px;
}

/*.collectionArea .slick-prev,
.collectionArea .slick-next {
	top: 50%;
	width: 50%;
	height: 100%;
	z-index: 1;
}

.collectionArea .slick-prev {
	left: 0;
}

.collectionArea .slick-next {
	right: 0;
}
*/
/* works */
.worksArea {
	width: 747px;
	margin: 0 auto;
	position: relative;
}

.worksArea a {
	background: rgba(255, 255, 255, 0.75);
	display: block;
	font-family: 'Cinzel';
	font-size: 22px;
	font-weight: 400;
	text-align: center;
	position: absolute;
}

.worksArea a span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	width: 100%;
}

.worksArea .worksGeneral {
	top: 204px;
	left: 100px;
	width: 343px;
	height: 83px;
}

.worksArea .worksNishimoto {
	top: 297px;
	left: 301px;
	width: 342px;
	height: 136px;
}

.worksArea .worksProfessional {
	top: 440px;
	left: 301px;
	width: 413px;
	height: 148px;
}

@media screen and (max-width: 768px) {
	.worksArea {
		width: 91.267605%;
	}
	.worksArea a {
		font-size: 11px;
	}
	.worksArea .worksGeneral {
		top: 29.304635%;
		left: 13.425925%;
		width: 45.833333%;
		height: 11.920529%;
		line-height: 1;
	}
	.worksArea .worksNishimoto {
		top: 42.715231%;
		left: 40.277777%;
		width: 45.833333%;
		height: 19.536423%;
		line-height: 1;
	}
	.worksArea .worksProfessional {
		top: 63.245033%;
		left: 40.277777%;
		width: 55.246913%;
		height: 21.192052%;
		line-height: 1;
	}
}

/*---------infoBox----------*/
.infoBox .headLine {
	margin: 0 0 24px -50px;
	font-size: 18px;
	font-family: 'Cinzel';
}

.infoBox {
	margin: 38px auto 0;
	width: 900px;
}

.infoBox .mainImg {
	margin-bottom: 12px;	
}

.infoBox .mainImg .innerBox {
	position: relative;
}

.infoBox .mainImg .arrow {
	margin-top: 23px;
	text-align: center;
}

.infoBox .mainImg .arrow .next,
.infoBox .mainImg .arrow .prev {
	position: absolute;
	cursor: pointer;
}

.infoBox .mainImg .arrow .prev {
	top: 45.5%;
	left: -48px;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.infoBox .mainImg .arrow .next {
	top: 45.5%;
	right: -48px;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.infoBox .mainImg .arrow li {
	margin: 0;
	font-size: 18px;
	font-family: 'Cinzel';
	display: inline-block;
}

.infoBox .mainImg .arrow .onNum {
	min-width: 10px;
}

.infoBox .textBox p {
	margin-bottom: 32px;
	font-size: 16px;
	font-family: 'Noto Sans Japanese';
	line-height: 31px;
}

.infoBox .textBox p a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

.infoBox .textBox p a[href^="tel:"]:hover {
	text-decoration: none;
}

.infoBox .textBox p:last-child {
	margin-bottom: 0;
}

.infoBox #top-shopInfo.googlemap {
    margin-top: 51px;
}

.infoBox #top-shopInfo.googlemap .mapLink {
	margin-right: -6px;
	font-size: 16px;
	text-align: right;
	line-height: 1.7;
	font-family: 'Noto Sans Japanese';
}

.infoBox #top-shopInfo.googlemap .mapLink a {
	padding-left: 10px;
	display: inline-block;
	background: url(../img/info/icon.png) no-repeat left center;
}

@media screen and (max-width: 768px) {
	.infoBox {
		margin-top: 0;
		width: auto;
	}
	
	.infoBox .mainImg .innerBox .imageUl li img {
		width: 100%;
	}
	
	.infoBox .headLine {
		margin: 0 0 34px 0;
		font-size: 13px;
	}
	
	.infoBox .mainImg {
		margin-bottom: 19px;
		position: relative;
	}
	
	.infoBox .mainImg .innerBox {
		margin-bottom: 0;
	}
	
	.infoBox .textBox p {
		margin-bottom: 0;
		font-size: 13px;
		line-height: 23px;
	}
	
	.infoBox .textBox .textMar {
		margin-top: 23px;
	}
	
	.infoBox .mainImg {
		margin-bottom: 19px;
	}
	
	.infoBox #top-shopInfo.googlemap {
    	margin: 17px 0 0 0;
	}
	
	.infoBox #top-shopInfo.googlemap iframe {
		width: 100%;
		height: 202px;
	}
	
	.infoBox #top-shopInfo.googlemap img {
		width: 100%;
	}
	
	.infoBox #top-shopInfo.googlemap .mapLink {
		margin: 14px -6px 0 0;
		font-size: 13px;
	}
	
	.infoBox #top-shopInfo.googlemap .mapLink a {
		background-size: 5px auto;
	}
	
	.infoBox #top-shopInfo.googlemap .mapLink a:hover {
		text-decoration: none;
	}
	
	.infoBox .textBox p a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	
	.infoBox .textBox p a:hover {
		text-decoration: none;
	}
	
	.infoBox .mainImg .arrow .prev,
	.infoBox .mainImg .arrow .next {
		position: static;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
	}
	
	.infoBox .mainImg .arrow {
		margin-top: 8px;
	}
	
	.infoBox .mainImg .arrow li {
		font-size: 13px;
	}
	
	.infoBox .mainImg .arrow .prev {
		margin-right: 6px;
	}
	
	.infoBox .mainImg .arrow .next {
		margin-left: 6px;
	}
	
	.infoBox .mainImg .arrow .prev img,
	.infoBox .mainImg .arrow .next img {
		margin-top: -1px;
		vertical-align: middle;
	}
	
	.infoBox .textBox p a[href^="tel:"] {
		margin-top: -3px;
		padding: 2px 3px 2px 15px;
		line-height: 1;
		vertical-align: middle;
		display: inline-block;
		background: url(../img/common/ico_phone.svg) no-repeat left center / 13px auto;
	}
	
	.spImg {
		width: 100%;
	}
	
}