@charset "UTF-8";

/* CSS Document */

/* -------------------------------- 

Primary style

-------------------------------- */
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@-ms-viewport {
	width: auto!important;
	initial-scale: 1;
}

body.overflow-hidden {
  overflow: hidden;
}

a {
  color: white;
  text-decoration: none;
}

/* -------------------------------- 

Main components 

-------------------------------- */
html{
	overflow: hidden;
}

html, body {
  height: 100%;
}

header {
  position: fixed;
  width: 100%;
  background: transparent;
  z-index: 100;
  transition:  0.2s;
	height: 80px;
	top: 0;
	left: 0;
	z-index: 100!important;
}

header.change-color {
  background: rgba(255,255,255,0.7);
  transition: 0.3s;
}

.head .logo{
	position: absolute;
	top:0;
	left: 0px;
	max-width: 160px;
	width: 20%;
	z-index: 5;
}
.head .logo img{
	width: 100%;
	height: auto;
}
@media (max-width: 960px) {
.head .logo {
	max-width: 130px;
	width: 55%;
  }
header.change-color {
  background: rgba(255,255,255,0.9);
  transition: 0.3s;
}

}
@media (max-width: 768px) {
.head .logo {
	max-width: 100px;
  }

}
@media (max-width: 530px) {
.head .logo {
	max-width: 60px;
  }

}

/*==================================================

container
=================================================*/

body {
    position: relative;
    left: 0;
	}
section{
	position: relative;
}
article{
	position: relative;
}

img {
width:100%;
max-width: 100%;
height: auto;
}

.tC{
	text-align: center;
}
.tS{
	font-size: 86%;
}

.selector {
  font-feature-settings: "palt";
}
#wrapper {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}


/*==================================================

header
=================================================*/

/* -------------------------------- 

Main components 

-------------------------------- */
/*html, body {
  height: 100%;
}*/

@media (min-width: 961px) {
header{
	height: 80px;
	background: rgba(255,255,255,0.7);
}
	
nav{
	font-weight: 500;
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	z-index: 100;
	position: relative;
	margin: 0 0px 0px 20%;
}
nav > .navinner > ul{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 80px;
}
nav > .navinner > ul > li{
	text-align: center;
	position: relative;
	height: 80px;
}
	
nav > .navinner > ul > li > a{
	text-decoration: none;
	color: #333;
	line-height: 60px;
	display: block;
	font-weight: 700;
	padding: 10px 25px;
	
} 
	nav > .navinner > ul > li.select::after,
	nav > .navinner > ul > li:hover::after{
		content: "";
		width: 50px;
		border-radius: 5px;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		height: 3px;
		text-align: center;
		margin: auto;
		background: #934666;
		
	}

nav > .navinner > ul > li.nav-entry > a{
	background: #934666;
	color: #fff;
	border-radius: 30px;
	line-height: 50px;
	padding: 0 25px;
	margin: 15px auto;
}		

nav ul li ul{
	width: 100%;
	position: fixed;
	visibility: hidden;
	opacity: 0;
	transition: .5s;
	left: 0%;
	right: 0%;
	text-align: center;
	margin: auto;
	background: #f0f1f9;
	background: rgba(255,255,255,0.9);
	padding: 0;
	z-index: 15;
}
/* サブメニュー表示設定 */

nav li:hover ul {
  	visibility: visible;
	top: 80px;
	
	opacity: 1;
}
nav li ul li a {
	visibility: hidden;
	opacity: 0;
	transition: .5s;
}
nav li:hover ul li a {
	visibility: visible;
	opacity: 1;
}

/* サブメニュー詳細設定 */

nav > ul > li > ul li {
	width: 100%;
	position: relative;
}
nav > .navinner > ul > li > ul > li > a {
	width: 100%;
	display: block;
	font-size: 1.4rem;
	line-height: 180%;
	color: #333;
	text-align: center;
	text-decoration: none;
	background-size: auto;
	padding: 5px 10px;
	vertical-align: middle;
	text-decoration: none;
}
nav > .navinner > ul > li > ul > li > a:hover {
	opacity: 0.7;
}

	nav ul li .back{
		display: none;
	}	

	nav ul li ul li:last-child{
		display: none;
	}	


.megamenu{
		margin: 0 auto;
		text-align: center;
		padding: 20px 0;
		display: flex;
		justify-content: center;
		align-items: flex-start;
		flex-wrap: wrap;
	}
.megamenu li{
		width: 20%;
		max-width: 280px;
	}
	
	.NavPhoto{
		width: 100%;
		padding: 10px 10px;
		text-align: center;
	}

}




@media (max-width: 1260px) {

nav > .navinner > ul > li > a{
	padding: 10px 15px;
	
} 
}
@media (max-width: 1080px) {

}

@media (max-width: 960px) {

header {
	height: 60px;
	}
nav{
	display: none;
}



/** メニュー開閉ボタン */
    .navopen {
        position: fixed;
        top: 0; right: 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        width: 60px;
        height: 60px;
        margin: auto;
        background: rgba(147,70,102,0.9);
        transition: 0.2s;
        z-index: 100;
    }
    .navopen:hover {
        background: rgba(147,70,102,0.7);
    }
    .navopen .icon {
        display: block;
        position: relative;
        width: 30%;
        height: 2px;
        border-radius: 2px;
        background: white;
    }
    .navopen .icon::before,
    .navopen .icon::after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        border-radius: 2px;
        background: white;
        transition: top 0.2s, transform 0.2s;
    }
    .navopen .icon::before { top: -6px; }
    .navopen .icon::after { top: 6px; }

    .navopen.active .icon { height: 0; }
    .navopen.active .icon::before { top: 0; transform: rotate(45deg); }
    .navopen.active .icon::after { top: 0; transform: rotate(-45deg); }

	
	.NavPhoto{
		display: none;
	}
	
/** ナビ */
    nav {
        display: block;
        width: 350px;
        position: fixed;
        top: 60px;
        right: 0;
        bottom: 0;
        perspective: 1000px;
        opacity: 0;
        transition: opacity 0.3s;
        z-index: 1000;
        pointer-events: none;
    }
    nav.active {
        opacity: 1;
        pointer-events: all;
    }
	
nav > .navinner > ul > li > a span.en{
	display: block;
	font-size: 1.4rem;
	font-weight: 700;
	
} 	
    nav .navinner {
        width: 100%;
        height: 100%;
        padding: 30px 60px;
        color: white;
        background: rgba(147,70,102,0.9);
        font-size: 16px;
        font-weight: 300;
        transform: rotateY(90deg);
        transform-origin: right center;
        transition: transform 0.3s;
    }
    nav.active .navinner {
        transform: none;
    }
    nav li ul {
        display: none;
    }
	nav > .navinner > ul > li > a{
	padding: 15px;
	
}
	
    nav li a {
        display: block;
        position: relative;
        padding: 15px 15px;
        line-height: 1.7;
		color: #fff;
		text-decoration: none;
    }
    nav li a:hover {
		color: #dbbac7;
    }
    nav li a:not(.expand)::before {
        content: "";
        display: block;
        position: absolute;
        top: 1px; left: 1px; bottom: 0;
        width: 5px;
        height: 5px;
        margin: auto;
        border-top: 1px solid white;
        border-right: 1px solid white;
        transform: rotate(45deg);
    }
    nav li a.expand::before {
        content: "";
        display: block;
        position: absolute;
        top: 1px; left: 0; bottom: 0;
        width: 9px;
        height: 1px;
        margin: auto;
        background: white;
    }
    nav li a.expand::after {
        content: "";
        display: block;
        position: absolute;
        top: 1px; left: 4px; bottom: 0;
        width: 1px;
        height: 9px;
        margin: auto;
        background: white;
    }
    nav li a.expand + ul {
        display: block;
        position: absolute;
        top: 0; right: 350px; bottom: 0;
        padding: 20px 10px 20px 30px;
        width: 350px;
        background: rgba(147,70,102,0.7);
        transform: rotateY(90deg);
        transform-origin: right center;
        transition: all 0.3s;
        opacity: 0;
        visibility: hidden;
    }
    nav li a.expand.active + ul {
        opacity: 1;
        transform: none;
        visibility: visible;
        overflow: auto;
    }
    nav li a.expand + ul li {
        opacity: 0;
        transform: translateX(-30px);
        transition: all 0.2s 0.2s;
    }
    nav li a.expand.active + ul > * {
        opacity: 1;
        transform: none;
    }
	

}
@media (max-width: 767px) {

        nav {
            width: calc(100% - 10px);
        top: 60px;
        }
        nav .navinner {
            padding: 10px;
        }
        nav li a.expand + ul {
            left: 35px;
            width: calc(100% - 35px);
        background: rgba(147,70,102,0.95);
            z-index: 150;
        }
		
	
	}


@media print, screen and (min-width:1px) and (max-width: 960px) {

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

@media print{
	header,.navopen{
		position: absolute;
	}
}


/*FOOTER*/

footer{
	background: #f5f5f5;
	border-radius: 50px 50px 0 0;
	box-shadow: 0 0 15px #e5d8dd;
	margin-top: -50px;
	z-index: 1;
	position: relative;
}

.footer-inner{
	max-width: 1280px;
	margin: 0 auto;
	font-size: 1.4rem;
	line-height: 1.8em;
	font-weight: 500;
	padding: 3% 20px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: flex-start;
}
.footer-info{
	width: 34%;
	padding: 0 10px;
	margin: 0px auto;
}
.footer-info .finfo{
	text-align: left;
	margin-bottom: 20px;
}
.footer-info .finfo a{
	line-height: 3.0em;
}
.footer-info .finfo a{
	color: #666;
}
.footer-info .finfo a:hover{
	color: #934666;
}
.fnav{
	width: 22%;
	margin: 10px auto;
}
.fnav li a{
	padding: 5px 10px 5px 18px;
	color: #333;
	text-decoration: none;
	display: block;
	position: relative;
}
.fnav li a::before {
	content: '● ';
	font-size: 0.9rem;
	color: #934666;
}
.fnav li a:hover{
	color: #934666;
}
.fnav li li{
	padding-left: 10px;
}
.fnav li li a::before {
  content: '● ';
	color: #c9a2b3;
}
.copyright{
	text-align: center;
	font-size: 0.8em;
}
@media print, screen and (min-width:1px) and (max-width: 960px) {
.footer-info{
	width: 100%;
	padding: 0 10px;
	margin: 0px auto;
}
.footer-info .finfo{
	text-align: center;
	margin-bottom: 20px;
}
.fnav{
	width: 33.3333%;
	margin: 10px auto;
}
}
@media print, screen and (min-width:1px) and (max-width: 768px) {
.fnav{
	width: 50%;
	margin: 10px auto;
}
}
@media print, screen and (min-width:1px) and (max-width: 480px) {

.fnav{
	width: 100%;
	margin: 10px auto;
}
}