@charset "utf-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
  box-sizing: border-box;
}
body {
  color: #555555;
  font-family: "游ゴシック体", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
  animation: fadeIn 1.5s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
.none{
  display:none;
}
.header {
  height: 120px;
  max-width: 100%;
  background-color: rgba(255,255,255,0.5);
  z-index: 999;
  position: relative;
  margin-bottom: 80px;
}
.header_content{
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 45px 20px 0;
}
.header_logo a{
  text-decoration: none;
  font-family: "はれのそら明朝","游明朝", "Yu Mincho", serif;
  font-size: 4.2rem;
  font-weight: 400;
  color: #555555;
  letter-spacing: 0.8rem;
}
.header_logo a span{
  color: #e32d91;
}
.header_content nav ul{
  display: flex;
}
.header_content ul li{
  margin-left: 45px;
}
.header_content ul li a{
  text-decoration: none;
  font-size: 2.2rem;
  color: #555555;
}
.header_content ul li a span{
  display: none;
}
.header_content ul li a:hover{
  color: #e32d91;
  transition: 0.4s;
}
.header_content ul li img{
  width: 30px;
  margin-top: -8px;
  cursor: pointer;
}
.header_content ul li img:hover{
  opacity: 0.5;
  transition: 0.4s;
}
.openbtn p{
  display: none;
}
@media(max-width:960px){
  .header{
    height: 60px;
    background-color: rgba(255,255,255,0.00);
  }
  .header_content{
    padding: 0px 20px;
    display: block;
    height: 60px;
    background-color: rgba(255,255,255,0.90);
    position: fixed;
    width: 100%;
  }
  .header_logo{
    position: absolute;
    left: 24px;
    top: 20px;
    z-index: 999;
  }
  .header_logo a{
    font-size: 2.4rem;
    line-height: 1.0rem;
  }
  .openbtn{
    position:fixed;
    z-index: 999;
    top: 6px;
    right: 20px;
    cursor: pointer;
    width: 50px;
    height:50px;
  }
  .openbtn span{
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 10px;
    height: 2px;
    border-radius: 2px;
    background: #D32E91;
    width: 60%;
  }
  .openbtn span:nth-of-type(1) {
    top:15px;	
  }
  .openbtn span:nth-of-type(2) {
    top:23px;
  }
  .openbtn span:nth-of-type(3) {
    top:31px;
  }
  .openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 13px;
    transform: translateY(6px) rotate(-45deg);
    width: 50%;
  }
  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 13px;
    transform: translateY(-6px) rotate(45deg);
    width: 50%;
  }
  .openbtn p{
    opacity: 0;
    position: absolute;
    bottom: -5px;
    left: 12px;
    font-size: 1.2rem;
    color: #e32d91;
    transition: 0.4s;
  }
  .openbtn.active p{
    opacity: 1;
    display: block;
  }
  #nav{
    position:fixed;
    z-index: -1;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #FFFFFF;
    background-image: url("../images/common/bg_leaf-R.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.4s;
  }
  #nav.panelactive{
    opacity: 1;
    z-index: 99;
  }
  #nav ul {
    display: none;
    z-index: 999;
    padding-top: 140px;
    margin: 0 auto;
    width: 80%;
  }
  #nav.panelactive ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  #nav .nav-list{
    list-style: none;
    text-align: left;
    margin: 0 10px;
    width: 220px;
  }
  #nav .nav-list a{
    display: flex;
    color: #D32E91;
    text-decoration: none;
    font-weight: 400;
    font-size: 2.6rem;
    line-height: 1.4rem;
    border-bottom: solid 5px #fff3f2;
    margin-bottom: 40px;
    padding: 0 10px;
  }
  #nav .nav-list a span{
    display: block;
    color: #555555;
    font-weight: 300;
    font-size: 1.2rem;
    padding-left: 20px;
  }
  #nav .nav-button{
    width: 100%;
    background-color: #fff3f2;
    margin: 40px auto 60px;
    text-align: center;
    padding: 20px 0;
    box-sizing: border-box;
    border-radius: 10px;
    border: solid 1px #DDDDDD;
  }
  #nav .nav-button a{
    color: #D32E91;
    font-weight: 400;
    font-size: 2.6rem;
    line-height: 1.8rem;
  }
  #nav .nav-button a span{
    display: block;
    color: #555555;
    font-size: 1.2rem;
  }
  #nav .nav-img{
    margin: 0;
    text-align: center;
  }
  #nav .nav-img a img{
    width: 30px;
  }
}
.footer{
  height: 90px;
  background-color: #ffe7e5;
  text-align: center;
}
.footer small{
  font-size: 1.4rem;
  display: block;
  padding-top:30px; 
}
#page-top a{
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(255,255,255,0.5);
  border: solid 1px #D32E91;
	border-radius: 50px;
	width: 80px;
	height: 80px;
	color: #D32E91;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size: 1.0rem;
  font-weight: 600;
	transition:all 0.3s;
}

#page-top a:hover{
	background: #D32E91;
  color: #FFFFFF;
}
#page-top {
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 2;
	opacity: 0;
	transform: translateY(100px);
}
#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
  	transform: translateY(100px);
  }
  to {
    opacity: 1;
	  transform: translateY(0);
  }
}
#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
  	transform: translateY(0);
  }
  to {
  	opacity: 1;
	  transform: translateY(100px);
  }
}


@media(max-width:960px){
  .footer{
    height: 60px;
  }
  .footer small{
    font-size: 1.0rem;
    padding-top: 15px; 
  }
  #page-top a{
    width: 60px;
    height: 60px;
  	background: rgba(255,255,255,0.5);
    font-weight: 300;
  }
  #page-top {
    right: 15px;
    bottom: 15px;
  }
}
@media(min-width:520px){
  .break_sp{
    display: none;
  }
}

