/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

index

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#top {
	position: relative;
	padding: 0;
	overflow: hidden;
}

.topimg {
	position: relative;
	z-index: 5;
	width: 100%;
	height: calc(100vh);
	overflow: hidden;
}

.topimg .bgimg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	background-position: center;
	background-size: cover;
	-webkit-animation: bg-anime 15s infinite;
}

@media (orientation: portrait) {
	.topimg .top01 {
		background-image: url(../img/top01.jpg);
		-webkit-animation-delay: 1s;
	}

	.topimg .top02 {
		background-image: url(../img/top02.jpg);
		-webkit-animation-delay: 6s;
	}

	.topimg .top03 {
		background-image: url(../img/top03.jpg);
		-webkit-animation-delay: 11s;
	}
}

@media (orientation: landscape) {
	.topimg .top01 {
		background-image: url(../img/top01_2.jpg);
		-webkit-animation-delay: 1s;
	}

	.topimg .top02 {
		background-image: url(../img/top02_2.jpg);
		animation-delay: 6s;
	}

	.topimg .top03 {
		background-image: url(../img/top03_2.jpg);
		animation-delay: 11s;
	}
}

@keyframes bg-anime {
	0% {
		opacity: 0;
	}

	6% {
		opacity: 1;
	}

	39% {
		opacity: 1;
	}

	45% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

#introduction {
	display: block;
	position: relative;
	padding: 30px 0 150px;
	/* border-radius: 50vw;
	background-color: #fff;
	box-shadow: 1px 1px 10px rgba(161, 144, 98, 0.04); */
}

#introduction::before {
	content: '';
	display: block;
	position: absolute;
	width: calc(100% - 22px);
	height: calc(100% - 22px);
	top: 10px;
	left: 10px;
	border: 1px solid #faf8f2;
	border-radius: 50vw;
}

.toptxt {
	display: block;
	position: relative;
	/* text-align: center; */
	color: #585858;
	font-weight: 500;
	letter-spacing: 1px;
}

.toptxt img {
	display: block;
	position: relative;
	margin: 0 auto 5px;
	top: 0;
}

.toptxt p:last-child {
	margin-top: 15px;
}

.introimg {
	position: absolute;
    width: 80%;
}

.contactbn {
	padding: 0 0 120px;
}

.contactbn li:first-child {
	padding: 0 0 100px 0;
}

.contactbn li a {
	display: block;
	position: relative;
	width: 270px;
	margin: 0 auto;
	padding: 20px 0;
	border-radius: 50%;
	color: #585858;
	font-size: 25px;
	line-height: 22px;
	font-family: futura-pt, sans-serif;
	text-align: center;
}

.contactbn li a span {
	position: relative;
	font-weight: normal;
	font-size: 13px;
	color: #5c5c5c;
	font-family: zen-kaku-gothic-new, sans-serif, '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'Noto Sans Japanese', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	z-index: 10;
}

.circle {
	display: block;
	opacity: 1;
	position: absolute;
	top: -29px;
	left: calc(50% - 78px);
	width: 150px;
	animation: rotation 15s infinite;
	z-index: 5;
}

.contactimg {
	position: relative;
	width: 120px;
	z-index: 10;
}

#banner {
	margin: 0 20px;
}

.infobn {
	display: block;
	box-shadow: 1px 1px 10px rgba(161, 144, 98, 0.1);
}

.infobn img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}

#salon {
	padding: 20px 0 100px 0;
}

.salonlink {
	margin: 0 20px;
}

.salonlink li {
	margin: 20px auto;
	padding: 0 30px;
	height: 150px;
	max-width: 350px;
	background-color: #fff;
	box-shadow: 1px 1px 10px rgba(161, 144, 98, 0.04);
	border-radius: 75px;
	transition: .3s ease-in-out;
}

.salonlink li:hover {
	box-shadow: none;
}

.salonlink li:first-child {
	margin: 0 auto;
}

.salonimg {
	padding: 25px 0;
	width: 100px;
	height: 100px;
	border-radius: 50%;
}

.salonlink li a {
	display: flex;
	justify-content: space-between;
	position: relative;
	height: 150px;
	width: 100%;
	font-size: 13px;
	font-weight: 500;
	vertical-align: middle;
	color: #585858;
	line-height: 17px;
}

.salonlink li a div {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.salonlink li a div span {
	display: block;
	padding: 0 0 5px 0;
	color: #585858;
	font-size: 20px;
	line-height: 23px;
	font-family: fot-tsukuaoldmin-pr6n, serif;
}
.instagram{
	margin: 0 auto 60px;
	padding: 0 20px;
	max-width: 540px;
}
/*=======================================
smartphone only
=======================================*/
@media screen and (max-width:520px) {
	#introduction {
		max-width: 320px;
		margin: 40px auto 180px;
	}

	.toptxt {
		margin: 0 auto;
		width: 273px;
		font-size: 14px;
		line-height: 32px;
	}

	.toptxt img {
		width: 210px;
		left: -38px;
	}

	.introimg {
		top: 450px;
		left: 115px;
	}
}

/*=======================================
ipad only
=======================================*/
@media screen and (min-width:520px) {
	#introduction {
		max-width: 400px;
		/* height: 360px; */
		margin: 80px auto 180px;
	}

	.toptxt {
		margin: 0 auto;
		width: 320px;
		font-size: 16px;
		line-height: 33px;
	}

	.toptxt img {
		width: 240px;
		left: -45px;
	}

	.introimg {
		top: 410px;
		left: 190px;
	}
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

index end

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */