@charset "UTF-8";

html {
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	overflow-y: scroll;
	font-family: 'Josefin Sans', 'Noto Sans JP', sans-serif;
	font-size: 2.2em;
	letter-spacing: 0.1em;
	color: #5a5655;
}
*,:after,:before {
	background-repeat: no-repeat;
	box-sizing: inherit
}
:after,:before {
	text-decoration: inherit;
	vertical-align: inherit
}
* {
	padding: 0;
	margin: 0
}
audio:not([controls]) {
	display: none;
	height: 0
}
hr {
	overflow: visible
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block
}
summary {
	display: list-item
}
small {
	font-size: 80%
}
[hidden],
template {
	display: none
}
abbr[title] {
	border-bottom: 1px dotted;
	text-decoration: none
}
a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	color: #000;
	text-decoration: none;
}
a:active,
a:hover {
	outline-width: 0;
	opacity: 0.7;
	transition: all 0.3s;
}
code,
kbd,
pre,
samp {
	font-family: monospace, monospace
}
b,
strong {
	font-weight: bolder
}
dfn {
	font-style: italic
}
mark {
	background-color: #ff0;
	color: #000
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sub {
	bottom: -0.25em
}
sup {
	top: -0.5em
}
input {
	border-radius: 0
}
[role=button],
[type=button],
[type=reset],
[type=submit],
button {
	cursor: pointer
}
[disabled] {
	cursor: default
}
[type=number] {
	width: auto
}
[type=search] {
	-webkit-appearance: textfield
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}
textarea {
	overflow: auto;
	resize: vertical
}
button,
input,
optgroup,
select,
textarea {
	font: inherit
}
optgroup {
	font-weight: 700
}
button {
	overflow: visible
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: 0;
	padding: 0
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
	outline: 1px dotted ButtonText
}
[type=reset],
[type=submit],
button,
html [type=button] {
	-webkit-appearance: button
}
button,
select {
	text-transform: none
}
button,
input,
select,
textarea {
	background-color: transparent;
	border-style: none;
	color: inherit;
	font-family : inherit;
}
select {
-moz-appearance: none;
-webkit-appearance: none
}
select::-ms-expand {
	display: none
}
select::-ms-value {
	color: currentColor
}
legend {
	border: 0;
	color: inherit;
	display: table;
	max-width: 100%;
	white-space: normal
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}
[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}
img {
	border-style: none
}
progress {
	vertical-align: baseline
}
svg:not(:root) {
	overflow: hidden
}
audio,
canvas,
progress,
video {
	display: inline-block;
}
ul,li{
	list-style: none;
}

/* 追加分 */
header{
	width: 95%;
	margin: 30px auto 0;
}

header p{
	margin: 20px 40px 15px 0px;
	font-size: 0.7em;
}

h2{
	width: 100%;
	background-color: #A176B1;
	color: #fff;
	padding: 40px;
}

.wrap{
	width: 95%;
	margin: 0 auto 310px;
}

h1{
	display: flex;
	align-items: center;
	position: relative;
}

h1 .mypage{
	width: 75px;
	height: 75px;
	position: absolute;
	right: 30px;
	padding: 10px;
	border: 3px solid #A176B1;
	text-align: center;
}

h1 .mypage img{
	width: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

header span{
	font-size:0.5em;
	align-items: center;
	margin-left: 20px;
}

.slick-slider{
	margin: 20px 0;
}

.slick-slide img{
	width: 100%;
}

.description{
	margin-bottom: 100px;
}

.description .d-title{
	margin: 50px 0 20px;
	color: #9A71A9;
	font-weight: bold;
	font-size: 1.2em;
}

/* salon-menu-list */
.salon-menu-list .salon-menu h3{
	background-color: #CBE5CD;
	padding: 40px 20px;
}

.salon-menu-list .salon-menu .menu-left{
	float: left;
	width: 30%;
	padding: 50px 20px 50px 10px;
}

.salon-menu-list .salon-menu .menu-left img{
	width: 100%;
}

.salon-menu-list .salon-menu .menu-right{
	float: left;
	width: 70%;
	padding: 50px 10px 50px 20px;
}

.salon-menu-list .salon-menu .menu-right .button{
	float: right;
	color: #fff;
	background-color: #B391C2;
	width: 300px;
	border-radius: 55px;
	text-align: center;
	padding: 30px;
	transition: .4s;
	box-shadow: 8px 8px #fff,10px 10px #b391c2;
	margin-top: 70px;
}

.salon-menu-list .salon-menu .menu-right .button:hover {
	box-shadow:none;
	color: #b391c2;
	background-color: #fff;
	border: 3px solid #b391c2;
}


.more-button p{
	color: #fff;
	background-color: #B391C2;
	width: 500px;
	border-radius: 85px;
	text-align: center;
	padding: 30px;
	margin: 100px auto;
}

.more-button p a{
	color: #fff;
}

/*footer*/
footer{
	background-color: #D8C9E2;
	padding: 50px;
	text-align: center;
	line-height: 2em;
}

footer img{
	width: 20%;
}

/* resereve-complete */
.comp h2{
	text-align: center;
	background-color: #fff;
	color: #B72544;
	margin-top: 100px;
}

.comp .reserve-contents{
	width:70%;
	margin: 100px auto;
}