@charset "utf-8";
/* CSS Document */


/* ---------------------------------------------------------------------------------------------

   Header Nav

--------------------------------------------------------------------------------------------- */
header {
  position: fixed; 
  top: 0; 
  transition: top .5s; /* アニメーション効果を追加 */
  width: 100%;
  z-index: 999;
}

.header-wrap{
    width: 90%;
    height: 100%;
    margin: 15px auto 0 auto;
    border-radius: 50px;
    position: relative;
	filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.1));
    border: 1px solid #333;
}

.pc-head-logo a img{
    position: absolute;
    top: -12.5px;
    left: 1%;
    width: 215px;
    height: auto;
}
.pc-head-logo a:hover img{
    opacity: 0.75;
}

.header-list {
    flex-wrap: wrap;
  align-items: center; /* 垂直方向中央揃え */
  display: flex; /* 横並びに配置 */
  height: 85px; /*75px*/
  justify-content: center; /* 左右中央寄せ */
}

.header-item a {
  text-decoration: none; /* デフォルトの下線を消す */
    font-weight: bold;
}
.header-item a:hover {
    opacity: 0.5;
}

.header-item a .fas{
  color: #f60; 
    text-align: center;
	font-size: clamp(24px, 2vw, 30px);
    line-height: 1;
  padding: 5px 32.5px 0 32.5px; /* 内側の余白 */
}

.header-item a span{
  color: #000;
    line-height: 1;
  padding: 0 25px; /* 内側の余白 */
	font-size: clamp(12px, 2vw, 14px);
}

@media screen and (max-width:1400px) {

.header-wrap{
    width: 95%;
}
.header-item{
    display: none;
}
}

@media screen and (max-width:700px) {

.header-wrap{
    height: 75px;
}
.pc-head-logo a img{
    width: 190px;
    height: auto;
}
}


/*Pc,Sp-menu
-----------------------------------------------------------------------------------------------------------*/
/*========= ボタンのためのCSS ===============*/
.openbtn1{
	position:fixed;
	top: 29px;
	right: 5.75%;/*16.6%*/
	z-index: 9999;/*ボタンを最前面に*/
	cursor: pointer;
    width: 60px;
    height: 60px;
    padding: 25px;
    border-radius: 50px;
	background-color: #000;
}
/*×に変化*/	
.openbtn1 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 17.5px;
    height: 3px;
    border-radius: 2px;
  	width: 45%;
	background-color: #ffd700;
  }

.openbtn1 span:nth-of-type(1) {
	top:20px;	
}
.openbtn1 span:nth-of-type(2) {
	top:28px;
}
.openbtn1 span:nth-of-type(3) {
	top:36px;
}
.openbtn1.active span:nth-of-type(1) {
    top: 22.5px;
    left: 22.5px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}
.openbtn1.active span:nth-of-type(2) {
	opacity: 0;
}
.openbtn1.active span:nth-of-type(3){
    top: 35px;
    left: 22.5px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

@media screen and (max-width:700px) {
    
.openbtn1{
	top: 27px;
	right: 5.25%;
    width: 50px;
    height:50px;
}
/*×に変化*/	
.openbtn1 span{
    left: 14px;
  }
.openbtn1 span:nth-of-type(1) {
	top:15px;	
}
.openbtn1 span:nth-of-type(2) {
	top:23px;
}
.openbtn1 span:nth-of-type(3) {
	top:31px;
}
.openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
}
.openbtn1.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
}
}


/*========= ナビゲーションのためのCSS ===============*/

/*アクティブになったエリア*/
#g-nav.panelactive{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 900;
	top: 0;
	width:100%;
    height: 100vh;
}

/*丸の拡大*/
.circle-bg{
    position: fixed;
	z-index: 75;
    /*丸の形*/
    width: 100px;
    height: 100px;
    border-radius: 50%;
	background: #f60;
    /*丸のスタート位置と形状*/
	transform: scale(0);/*scaleをはじめは0に*/
    top:calc(50% - 50px);/*50%から円の半径を引いた値*/
    left:calc(50% - 50px);/*50%から円の半径を引いた値*/
    transition: all .6s;/*0.6秒かけてアニメーション*/
}

.circle-bg.circleactive{
	transform: scale(50);/*クラスが付与されたらscaleを拡大*/
}


/*くりみんロゴエリア
-----------------------------------------------------------*/
.nav-logo-wrap{
    width: 90%;
    margin: 15px auto 0 auto;
    padding-bottom: 15px;
    border-bottom: 3px dotted #fff;
}
.nav-logo-wrap img{
    width: 400px;
    height: auto;
    margin: 0 auto;
}

@media screen and (max-width:700px) {
    
.nav-logo-wrap img{
    width: 300px;
    margin: 0;
}
}
@media screen and (max-width:400px) {
    
.nav-logo-wrap img{
    width: 250px;
}
}


/*ナビエリア
-----------------------------------------------------------*/
/*ナビゲーションの縦スクロール*/
#g-nav-list{
    display: none;/*はじめは表示なし*/
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 900; 
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#g-nav.panelactive #g-nav-list{
     display: block; /*クラスが付与されたら出現*/
}

/*ナビゲーション*/
#g-nav ul {
	opacity: 0;/*はじめは透過0*/
    /*ナビゲーション天地中央揃え※レイアウトによって調整してください。不必要なら削除*/
    position: absolute;
    z-index: 900;
    top: 250px; 
    left: 25%; 
    width: 50%; 
}

@media screen and (max-width:1200px) {

#g-nav ul {
    left: 5%; 
    width: 90%; 
}
}
@media screen and (max-width:700px) {
 
#g-nav ul {
    top: 200px; 
}
}
@media screen and (max-width:400px) {
 
#g-nav ul {
    top: 170px; 
}
}



/*背景が出現後にナビゲーションを表示*/
#g-nav.panelactive ul {
    opacity:1;
}

/* 背景が出現後にナビゲーション li を表示※レイアウトによって調整してください。不必要なら削除*/
#g-nav.panelactive ul li{
animation-name:gnaviAnime;
animation-duration:1s;
animation-delay:.2s;/*0.2 秒遅らせて出現*/
animation-fill-mode:forwards;
opacity:0;
}
@keyframes gnaviAnime{
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}


/*リストのレイアウト設定
-----------------------------------------------------------*/
#g-nav ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#g-nav li{
	text-align: center; 
	list-style: none;
    width: 49%; 
    margin-bottom: 2%;
}
#g-nav li a{
	display: block;
    color: #000;
	text-decoration: none;
	padding: 15px;
	text-transform: uppercase;
	font-weight: bold;
    line-height: 1;
	font-size: clamp(14px, 3vw, 18px);
}
#g-nav li a:hover{
    background: #F90;
    border-radius: 25px;
}

#g-nav li a span{/*英文字*/
    line-height: 1;
	font-size: clamp(12px, 3vw, 14px);
    font-family: 'Poppins', sans-serif;
    color: #f60;
    font-weight: normal;
}

@media screen and (max-width:700px) {

#g-nav li a{
	padding: 12.5px;
}
}

/*色指定
-----------------------------------------------------------*/
#g-nav li.yellow-back{
    background: #ffffe0;
    border-radius: 25px;
    border: 0.5px solid #000;
}
#g-nav li.snow-back{
	background: #f8f5f0;
    border-radius: 25px;
    border: 0.5px solid #000;
}
#g-nav li.pink-back{
	background: #ffe4e1;
    border-radius: 25px;
    border: 0.5px solid #000;
}
    
    
    
    
    
    
    
    
    
    
    
    


