/*==================================
			common
==================================*/
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #333333;
}

html {
	height: 100%;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
	-webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
	font-size: 110%;
}

@media screen and (max-width: 480px){
html {
	font-size: 100%;
}
}

body{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	flex-direction: column;
	min-height: 100%;
    -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
    animation: fadeIn 1.5s ease 0s 1 normal;
	overflow: visible !important;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

body#error {
	background: rgba(174, 23, 135, 0.06);
}

a, a::before, a::after {
	text-decoration: none;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -ms-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
}

a:hover {
	opacity: 0.7;
}

@media(min-width: 480px){
a[href^="tel:"]{
	pointer-events: none;
}
}

.pc {
	display: inline-block;
}
.sp {
	display: none;
}

@media screen and (max-width: 480px){
.pc {
	display: none;
}
.sp {
	display: inline-block;
}
}

.flex {
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

h1, h2, h3, .btnIconLink {
	font-family: 'Kosugi Maru', sans-serif;
}

/*========== btnIconLink ==========*/
.btnIconLink a {
	display: flex;
	position: relative;
	align-items: center;
	height: 3.0rem;
	padding: 0 1.0rem 0 0;
	border-radius: 1.5rem;
	line-height: 1.5rem;
	letter-spacing: 0.1rem;
	background-position: 0 0;
	background-size: 200% auto;
	box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.11);
}

.btnIconLink a::after {
	position: absolute;
	content: '';
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 1.5rem;
	z-index: -1;
}

.btnIconLink a:hover {
	color: #ffffff;
	background-position: -100% 0;
	color: #fff;
	opacity: 1.0;
}

.btnIconLink a span {
	display: inline-block;
	width: calc(3.0rem - 2px);
	height: 100%;
	margin: 0 0.5rem 0 0;
	border-radius: 1.5rem;
}

.btnIconLink a span img {
	display: block;
	margin: 0.75rem auto;
}

/*= ver.purple =*/
.purple .btnIconLink a {
	background-image: -weblit-linear-gradient(to left, rgba(174,28,135,1) 50%, rgba(255,255,255,1) 50%);
	background-image: linear-gradient(to left, rgba(174,28,135,1) 50%, rgba(255,255,255,1) 50%);
	border: 2px solid #ae1c87;
}

.purple .btnIconLink a span {
	background: #ae1c87;	
}



/*========== btnIconLink ==========*/
.btnLink a {
	display: inline-block;
	padding: 0.25rem 1.0rem;
	border-radius: 1.5rem;
	line-height: 1.5rem;
	letter-spacing: 0.1rem;
	background-position: 0 0;
	background-size: 200% auto;
	font-size: 80%;
	box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.11);
}

.btnLink a:hover {
	background-position: -100% 0;
	color: #fff;
	opacity: 1.0;
}

.btnLink a::before {
	margin: 0 1.0rem 0 0;
}

.btnLink a:hover::before {
	content: url(../img/common/i_arrow_w.svg) !important;
}

/*= ver.purple =*/
.purple .btnLink a {
	background-image: -weblit-linear-gradient(to left, rgba(174,28,135,1) 50%, rgba(255,255,255,1) 50%);
	background-image: linear-gradient(to left, rgba(174,28,135,1) 50%, rgba(255,255,255,1) 50%);
	border: 1px solid #ae1c87;
}

.purple .btnLink a::before {
	content: url(../img/common/i_arrow_p.svg);
}

/*= 中ページ =*/
.inner .btnLink {
	margin: 1.0rem 0 0 0;
}



/*========== wrapper ==========*/
#wrapper {
	background: url(../img/wave.svg) no-repeat 0 39.5vw, -ms-linear-gradient(top,transparent 0%, transparent 41vw, #eeeeee 41vw, #f6edf4 100%);
	background: url(../img/wave.svg) no-repeat 0 39.5vw, -webkit-linear-gradient(top,transparent 0%, transparent 41vw, #eeeeee 41vw, #f6edf4 100%);
	background: url(../img/wave.svg) no-repeat 0 39.5vw, linear-gradient(top,transparent 0%, transparent 41vw, #eeeeee 41vw, #f6edf4 100%);
	background-size: contain, auto;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.inner #wrapper {
	background: url(../img/wave.svg) no-repeat 0 25vw, -ms-linear-gradient(top,transparent 0%, transparent 26.5vw, #eeeeee 26.5vw, #f6edf4 100%);
	background: url(../img/wave.svg) no-repeat 0 25vw, -webkit-linear-gradient(top,transparent 0%, transparent 26.5vw, #eeeeee 26.5vw, #f6edf4 100%);
	background: url(../img/wave.svg) no-repeat 0 25vw, linear-gradient(top,transparent 0%, transparent 26.5vw, #eeeeee 26.5vw, #f6edf4 100%);
	background-size: contain, auto;
}

#error #wrapper {
	background: url(../img/wave.svg) no-repeat 0 16vw, -ms-linear-gradient(top,transparent 0%, transparent 17.5vw, #eeeeee 17.5vw, #f6edf4 100%);
	background: url(../img/wave.svg) no-repeat 0 16vw, -webkit-linear-gradient(top,transparent 0%, transparent 17.5vw, #eeeeee 17.5vw, #f6edf4 100%);
	background: url(../img/wave.svg) no-repeat 0 16vw, linear-gradient(top,transparent 0%, transparent 17.5vw, #eeeeee 17.5vw, #f6edf4 100%);
	background-size: contain, auto;
}

@media screen and (max-width: 768px){
#wrapper {
	background: url(../img/wave.svg) no-repeat 0 47vw, -ms-linear-gradient(top,transparent 0%, transparent 48vw, #eeeeee 49vw, #f6edf4 100%);
	background: url(../img/wave.svg) no-repeat 0 47vw, -webkit-linear-gradient(top,transparent 0%, transparent 48vw, #eeeeee 49vw, #f6edf4 100%);
	background: url(../img/wave.svg) no-repeat 0 47vw, linear-gradient(top,transparent 0%, transparent 48vw, #eeeeee 49vw, #f6edf4 100%);
	background-size: contain, auto;
}
}

@media screen and (max-width: 480px){
#wrapper {
	background: url(../img/wave.svg) no-repeat 0 130vw, -ms-linear-gradient(top,transparent 0%, transparent 131vw, #eeeeee 132.5vw, #f6edf4 100%);
	background: url(../img/wave.svg) no-repeat 0 130vw, -webkit-linear-gradient(top,transparent 0%, transparent 131vw, #eeeeee 132.5vw, #f6edf4 100%);
	background: url(../img/wave.svg) no-repeat 0 130vw, linear-gradient(top,transparent 0%, transparent 131vw, #eeeeee 132.5vw, #f6edf4 100%);
	background-size: contain, auto;
}
}


/*= bubble =*/
#bubble {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../img/common/main_bg_p.jpg) repeat 0 0;
	top: 0;
	left: 0;
	z-index: -10;
}

.inner #bubble {
	background: url(../img/common/main_bg_w.png) repeat 0 0;
}



/*========== header ==========*/
header {
	z-index: 1000;
}

#headerWrap {
	width: 95%;
	max-width: 1000px;
	margin: 10px auto;
}

#headerTel, #headerContact {
	margin: 0 0 0 1.0rem;
}

.drawer-hamburger {
	display: none;
}

@media screen and (max-width: 480px) {
header {
	padding: 10px 0;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}

header.scroll, .drawer-open header {
	background: #ffffff;
	box-shadow: 0 3px 0 rgba(0, 0, 0, 0.11);
}
	
#headerWrap {
	margin: 0 auto;
	align-items: center;
}

#headerWrap #headerLogo {
	width: 35%;
	transition: 0.3s;
}

#headerWrap #headerLogo img {
	max-width: 100%;
}

#headerTel {
	box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.11);
}

#headerTel,
#headerContact {
	width: 2.0rem;
	height: 2.0rem;
	margin: 0 0 0 0.5rem;
	border-radius: 50%;
}

#headerTel a,
#headerContact a {
	display: flex;
	height: 100%;
	padding: 0;
	background: none;
	justify-content: center;
	align-items: center;
}

#headerTel a span,
#headerContact a span {
	display: inline-block;
	width: auto;
	height: auto;
	margin: 0;
}

#headerContact a span img {
	margin: 0 auto;
    width: 90%;
}

.drawer-hamburger {
	position: inherit !important;
	display: block;
	width: 1.8rem !important;
	height: 1.8rem !important;
	margin: 0 0 0 0.5rem !important;
	padding: 0 !important;
    background: #ffffff;
	border-radius: 50%;
	box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.11);
}

.drawer--top.drawer-open .drawer-hamburger {
    background: #ffffff;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
    width: 70% !important;
	margin: 0 auto !important;
}

.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
    width: 100% !important;
	margin: 0 auto !important;
}

.drawer-hamburger-icon:after {
    top: 7px !important;
}

.drawer-hamburger-icon:before {
    top: -7px !important;
}

.drawer-open .drawer-hamburger-icon:after,
.drawer-open .drawer-hamburger-icon:before {
    top: 0 !important;
}

.drawer--top.drawer-open .drawer-nav {
    top: 3.25rem !important;
}

/*= ver.purple =*/
.purple #headerTel,
.purple #headerContact {
	background: #ae1c87;
}

.purple .drawer-hamburger {
	border: 2px solid #ae1c87 !important;
}

.purple .drawer-hamburger-icon,
.purple .drawer-hamburger-icon::before,
.purple .drawer-hamburger-icon::after {
	background: #ae1c87;
}
.drawer-open .drawer-hamburger-icon {
    background: transparent;
}
}


/*= nav =*/
nav {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto !important;
}

#headerNav {
	width: 95%;
	margin: 10px auto;
}

.inner #headerNav {
	background: rgba(255, 255, 255, 0.8);
	border-radius: 2.0rem;
	box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.11);
}

#headerNav li {
	flex-grow: 1;
	text-align: center;
}

#headerNav li a {
	position: relative;
	display: block;
	padding: 20px 0;
}

#headerNav li a:hover {
	opacity: 1.0;
}

@media screen and (max-width: 480px){
#headerNav {
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
	flex-wrap: wrap;
	border-radius: 0 !important;
}

#headerNav li {
	width: 100%;
	text-align: left;
}

#headerNav li a {
	display: flex;
	padding: 1.0rem;
    justify-content: space-between;
}

/*= ver.purple =*/
.purple #headerNav li a::after {
	content: url(../img/common/i_arrow_p.svg);
}
}

/*= ver.purple =*/
.purple #headerNav li + li a::before {
	position: absolute;
	left: 0;
	height: 1.0rem;
	content: '';
	border-left: 1px solid #ae1c87;
}

.purple #headerNav li a:hover {
	color: #ae1c87;
}

@media screen and (max-width: 480px){
.purple #headerNav li + li {
  border-top: 1px solid #ae1c87;
}

.purple #headerNav li + li a::before {
  border-left: none;
}
}



/*========== main ==========*/
/*= 中ページ =*/
.inner #mainWrap {
	width: 100%;
	height: 15.0vw;
	z-index: 100;
	align-items: center;
}

.inner #mainWrap #main {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}

.inner #mainWrap #main h1 {
	position: relative;
	margin: 0 0 0 7.5vw;
	font-size: 3.5vw;
	text-shadow: 0.25vw 0.25vw 0 rgba(0, 0, 0, 0.11), 0.25vw 0.25vw 5px rgba(255, 255, 255, 0.25);
}

.inner #mainWrap #main h1::before {
	position: absolute;
	top: -1.75vw;
	left: -1.75vw;
	content: '';
	width: 7.0vw;
	height: 7.0vw;
	background: #ffffff;
	border-radius: 50%;
	z-index: -1;
}

@media screen and (max-width: 768px){
.inner #mainWrap {
	height: 7.0vw;
}

.inner #mainWrap #main h1 {
	margin: 0 0 0 2.5vw;
}

#error.inner #mainWrap {
	height: 15.0vw;
}
}

@media screen and (max-width: 480px){
.inner #mainWrap #main h1 {
	font-size: 5.0vw;
}

.inner #mainWrap #main h1::before {
	top: -2.5vw;
	left: -2.5vw;
	width: 10.0vw;
	height: 10.0vw;
}
}

/*= ver.purple =*/
.inner.purple #mainWrap #main h1::before {
	box-shadow: 0 0 15px rgba(174, 23, 135, 0.1);
}


/*========== contents ==========*/
#contents {
	width: 95%;
	max-width: 1000px;
	margin: 0 auto;
}

/*= 中ページ =*/
.inner #contentsWrap {
	padding: 2.0vw 0 0 0;
}

.inner #breadcrumb {
	width: 95%;
	max-width: 1000px;
	margin: 2.0vw auto;
	font-size: 80%;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.inner #breadcrumb li:not(:last-child)::after {
	content: '＞';
	margin: 0 1.0rem;
}

.inner #contents h2 {
	margin: 0 0 2.0rem 0;
	padding: 0.5vw 0 1.5vw 3.5vw;
	font-size: 2.0vw;
	text-shadow: 2px 2px 0 #ffffff;
}

.inner #contents .contentsInner {
	padding: 0 3% 5.0rem;
}

.inner #contents h3 {
	margin: 3.0rem 0 1.0rem 0;
	padding: 0.5vw 0 0.5vw 1.5rem;
	text-shadow: 2px 2px 0 #ffffff;
}

.inner #contents p {
	text-align: justify;
	line-height: 1.6;
}

.inner #contents .circleImg {
	max-width: 100%;
	border-radius: 50%;
	box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.11);
}

.inner .fromShop h3 {
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
}

.inner .fromShop p {
	position: relative;
	margin: 1.0rem 0 3.0rem;
	padding: 1.0rem;
	background: #ffffff;
	border-radius: 1.0rem;
}

.inner .fromShop p::before {
	position: absolute;
	content: '';
	top: -20px;
	left: 2.5rem;
	margin-left: -10px;
	border: 10px solid transparent;
	border-bottom: 10px solid #ffffff;
}

.tableWrap {
	display: inline-block;
	margin: 1.0rem 0;
	padding: 1.0rem;
	background: #ffffff;
	border-radius: 1.0rem;
}

.tableWrap table {
	max-width: 100%;
}

.tableWrap table tr:not(:first-child) th,
.tableWrap table tr:not(:first-child) td {
	border-top: 1px solid #dddddd;
}

.tableWrap table th {
	padding: 1.0rem;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	white-space: nowrap;
	line-height: 1.2;
}

.tableWrap table td {
	padding: 1.0rem;
	line-height: 2.0;
}

.whiteWrap {
	display: inline-block;
	margin: 1.0rem 0;
	padding: 1.0rem;
	background: #ffffff;
	border-radius: 1.0rem;
}

.whiteWrap img {
	max-width: 100%;
}


/*= ver.perple =*/
.inner.purple #breadcrumb li a:hover {
	color: #ae1c87;
}

.inner.purple #contents h2 {
	background: url(../img/common/h2_bg_p.png) no-repeat 0 0;
	background-size: contain;
}

.inner.purple #contents h3 {
	background: url(../img/common/h3_bg_p.png) no-repeat 0 center;
}

.inner.purple .tableWrap table {
	border: 1px solid #ae1c87;
}

.inner.purple .tableWrap table th {
	background: #ae1c87;
}

@media screen and (max-width: 768px){
#breadcrumb {
	padding: 3.0vw auto;
}

.inner #contents h2 {
    padding: 0.5vw 0 1.5vw 4.0vw;
	font-size: 2.75vw;
}
}

@media screen and (max-width: 480px){
.inner #breadcrumb {
	margin: 5.0vw auto;	
}

.inner #contents h2 {
	margin: 0 0 1.0rem 0;
    padding: 1.0vw 0 2.0vw 7.5vw;
	font-size: 5.0vw;
}

.inner #contents h3 {
    margin: 2.0rem 0 1.0rem 0;
}

.tableWrap table {
	font-size: 75%;
}
}



/*========== footer ==========*/
footer {
	background: #ffffff;
}

.purple footer h2 {
	padding: 0.75rem 0;
	background: #ae1c87;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
}


/*= footerInfo =*/
#footerInfo {
	width: 95%;
	max-width: 1000px;
	margin: 0 auto 15px;
	padding: 1.0rem 0;
	align-items: center;
}

#footerInfo p {
	margin: 0.5rem 0 0 0;
	font-size: 75%;
}


/*= footerNavWrap =*/
#footerNavWrap {
	position: relative;
	padding: 20px 0;
	background: #333333;
}

#footerNavWrap::before {
	position: absolute;
    top: -15px;
    left: 0;
	content: '';
	width: 100%;
	height: 15px;
	background: url(../img/common/bg_gray.jpg) repeat 0 0;
}

#footerNav {
	width: 95%;
	max-width: 1000px;
	margin: 0 auto;
	align-items: center;
}

#footerNav ul {
	justify-content: flex-start;
	align-items: center;
}

#footerNav ul li {
	margin: 0 1.5rem 0 0;
}

#footerNav ul li:nth-child(-n+2) a {
	font-family: 'Kosugi Maru', sans-serif;
}

#footerNav ul li:nth-child(n+3) a {
	color: #ffffff;
	font-size: 75%;
}

#footerNav ul li:nth-child(n+3) a::before {
	content: url(../img/common/i_arrow_bk.svg);
	width: 1.0rem;
	height: 1.0rem;
	margin: 0 0.5rem 0 0;
	padding: 0.1rem 0.25rem;
	background: #ffffff;
	border-radius: 50%;
	text-align:center;
 	line-height: 1.0rem;
}

#footerInfo img {
	max-width: 100%;
}

#footerNav p {
	color: #ffffff;
	font-size: 75%;
	text-align: right;
}

#kanriLogin {
	width: 95%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: right;
}

#kanriLogin a {
	font-size: 60%;
	color: #999999;
}

#kanriLogin a::before {
	display: inline-block;
	content: url(../img/common/i_arrow_w.svg);
	margin: 0 0.25rem 0 0;
	transform: scale(0.75);
	opacity: 0.5;
}

@media screen and (max-width: 768px){
#footerNav {
	flex-wrap: wrap;
}

#footerTel {
	margin: 0 1.0rem;
}

#footerContact a {
	white-space: nowrap;
}

#footerNav p {
	width: 100%;
	margin: 1.0rem 0 0 0;
}
}

@media screen and (max-width: 480px){
footer h2 {
	line-height: 1.6;
}

#footerInfo {
	flex-wrap: wrap;
}

#footerInfo div {
	margin: 0.5rem auto;
	text-align: center;
}

#footerLogo {
	width: 95%;
	padding: 0 0 1.0rem 0;
	border-bottom: 1px solid #dddddd;
}

#footerTel {
	margin: 1.0rem 0;
}

#footerNav ul {
	justify-content: space-around;
	flex-wrap: wrap;
}

#footerNav ul li:nth-child(-n+2) {
	margin: 0 0 5% 0;
}

#footerNav ul li.btnIconLink a {
	letter-spacing: -1px;
}

#footerNav ul li:last-child {
	margin-right: auto;
	margin-left: 1.0rem;
}
}





