@charset "UTF-8";

html{
    box-sizing: border-box;
    background-image:url(img/background.jpg) ;
    background-repeat: no-repeat;
    background-size: auto;
    background-color:rgba(255,255,255,0.4);
    background-blend-mode:lighten;

}


.main{
    position: relative;/*描画を#particles-jsよりも上にするためposition:relative;を指定*/
	z-index: 1;/*z-indexの数字を大きくすることで描画を#particles-jsよりも上に*/
	width:100%;
	height: 100%;
}

#particles-js{ 
	position:fixed;/*描画固定*/
	z-index:-1;/*描画を一番下に*/
	width: 100%;
	height: 100%;
}

/*part1*/
.jikoshokai{
    background-color: #ffffff;
    border: 6px double #ffa20f;
    display: flex;
    justify-content: space-evenly;
    margin: 50px;
    padding: 80px;
    opacity: 0.8;
}

.jikoshokai img{
    background-color: #fff;
    border: 2px solid #f7d78d;
    filter: drop-shadow(8px 8px 3px rgba(119, 138, 156, 0.747));
    border-radius: 50% 50% 50% 50%;
    padding: 35px 20px 0 20px ;
    transform: scale(1);
	transition: .3s ease-in-out;
}

.jikoshokai a:hover img{
	transform: scale(1.2)
}




 .jikoshokaitext{
    color: #126893;
    font-size: 13px;
    font-family: "游ゴシック";
    display: flex;
    flex-direction: column;
    align-items: flex-end;
} 

.jikoshokaitext h1{
    display:inline-block;
    background-color:#126893;
    background-image:-webkit-linear-gradient(left,#ff69b4 0,orange 50%,transparent 50%);
    background-position:100% 0;
    background-size:200% 200%;
    color:transparent;
    -webkit-transition:.1s .2s;
    transition:.1s .2s;
    -webkit-background-clip:text;background-clip:text;
    cursor:pointer}
    
    .jikoshokaitext h1:hover{
    background-position:0 0;
    color:transparent;
    transition:.4s 0
}

.jikoshokaitext h2{
    display:inline-block;
    background-color:#126893;
    background-image:-webkit-linear-gradient(left,#ff69b4 0,orange 50%,transparent 50%);
    background-position:100% 0;
    background-size:200% 200%;
    color:transparent;
    -webkit-transition:.1s .2s;
    transition:.1s .2s;
    -webkit-background-clip:text;background-clip:text;
    cursor:pointer}
    
    .jikoshokaitext h2:hover{
    background-position:0 0;
    color:transparent;
    transition:.4s 0
}









/*part2*/
.sukimono img{
    text-align: center;
    border: 6px solid  #fd9900;
    margin: 10px;
    width: 200px;
    height: 200px;
    border-radius: 20px 20px 20px 20px;
    vertical-align: bottom;
    margin: 0;
    transition: all 1s linear 0s;
}


.sukimono img:hover {
cursor: pointer;
transform: scale(1.5, 1.5);
}


.food{
    display: flex;
    justify-content: space-around;
    align-items: center;
    
}

.sukimono{
    text-align: center;
    background-color: #eae6da;
    border: 4px solid #f7d78d;
    opacity: 0.8;
    margin: 50px;
    padding: 20px 25px;
}
.sukimono h1{
    color: #126893;
    font-size: 30px;
    font-family: "游ゴシック";
    position: relative;
    padding-bottom: 0.5rem;
    border-bottom: 3px solid #126893;   
    font-weight: bold;
}

.sukimono h1:before {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) skew(-25deg);
    height: 20px;
    width: 10px;
    border-right: 3px solid #126893;
    background-color: #eae6da;
    content: "";

}

.vietfood p, .thaifood p, .japanfood p, .koreafood p{
    text-align: center;
    color: #fd9900;
    background-color: #c0dbe4;
    padding: 5px;
    border-radius: 10px 10px 10px 10px;
    margin: 20px;
    transition: all .3s ease 0s;
	text-decoration: none;
    }

    
.vietfood p:hover, .thaifood p:hover, .japanfood p:hover, .koreafood p:hover {
	cursor: pointer;
	background: #fd9900;
	color: #fff;
}






    /*part3*/

.taikendan{
    background-color: #ffffff;
    margin: 50px;
    padding: 80px;
    opacity: 0.8;
	border-radius: 4px;
	outline: 3px dashed #f7d78d;
	outline-offset: -8px;
    border-radius: 30px ;
}  

.taikendan h1{
    color: #126893;
    font-size: 30px;
    font-family: "游ゴシック";
    display: table;
    padding: .6em;
    margin: 0 0 1em;
    white-space: nowrap;
    font-weight: bold;
    text-align: center;
}

.taikendan h1::before,
.taikendan h1::after {
  display: table-cell;
  content: "";
  background: linear-gradient(transparent 50%, currentColor 50%, currentColor calc(50% + .125em), transparent calc(50% + .125em));
  background-clip: padding-box;
  width: 50%;
}    
.taikendan h1::before {
    border-right: .4em solid transparent;
  }
  .taikendan h1::after {
    border-left: .4em solid transparent;
  }

.taikendan img{
    width: 13%;
}


.kaimono{
    display: flex;
    justify-content: space-evenly;
    padding: 70px 0 70px;
    align-items: flex-end;
}

.densha{
    display: flex;
    justify-content: space-evenly;
    flex-direction: row-reverse;
    padding: 70px 0 70px;
    align-items: flex-end;
}



.taikendan p{
    color: #126893;
    font-size: 22px;
    font-family: "游ゴシック";
    display:inline-block;
    position:relative;
    cursor:pointer
}

    
.taikendan p::after{
    content:'';
    position:absolute;
    width:100%;
    transform:scaleX(1);
    height:3px;
    bottom:0;
    left:0;
    background-color:#f39c12;
    transform-origin:bottom left;
    transition:transform .3s ease-in-out}
    
.taikendan p:hover::after{
    transform:scaleX(0);
    transform-origin:bottom right
}
    



        








/*part4*/

.yakinitatsu{
    background-color: #ffffff;
    margin: 50px;
    padding: 80px;
    opacity: 0.8;
    border: 3px solid #fd9900;
    
}
/* .yakinitatsu h2{
    color: #126893;
    font-size:30px;
    font-family: "游ゴシック";
} */
.yakinitatsu p{
    color: #126893;
    font-size: 15px;
    font-family: "游ゴシック";
    padding: 0 0 20px ;
}
.yakinitatsu h3{
    color: #126893;
    font-size: 20px;
    font-family: "游ゴシック";
    text-align: center;
	transition: all .3s ease 0s;
	text-decoration: none;
}

.yakinitatsu a{
    text-decoration: none ;
    color: #126893;
}

.yakinitatsu h3:hover {
	cursor: pointer;
	transform: scale(1.2);
}
.tamgiac img{
    width: 30%;
}
.tamgiac{
    display: flex;
    justify-content: space-between;
    padding: 20px 0 0 0 ;
}


.yakinitatsu h2{
    display:inline-block;
    position:relative;
    cursor:pointer;
    color: #126893;
     font-size:30px;
    font-family: "游ゴシック"
    }

.yakinitatsu h2::after{
    content:'';
    position:absolute;
    width:100%;
    transform:scaleX(0);
    height:2px;
    bottom:0;
    left:0;
    background-color:#f39c12;
    transform-origin:bottom right;
    transition:transform .4s cubic-bezier(.86,0,.07,1)}
    
.yakinitatsu h2:hover::after{
    transform:scaleX(1);
    transform-origin:bottom left
}
      


/* part 5 */

.last{
    text-align: center;
    background-color: #3d7d7d;
    border: 3px solid #f7d78d;
    opacity: 0.8;
    margin: 0 50px;
    border-radius: 25px;
}

.last li{
    list-style-type: none;
    display: flex;
    cursor:pointer;
    
}
.last li:hover{
    animation:last 1s ease;
    animation-iteration-count:1}

@keyframes last{
        15%{transform:translateY(6px)}
        30%{transform:translateY(-6px)}
        50%{transform:translateY(4px)}
        65%{transform:translateY(-2px)}
        80%{transform:translateY(2px)}
        100%{transform:translateY(0)}}

            
.last ul{
    display: flex;
    justify-content: space-evenly;
    padding: 10px;

}
.last a{
    text-decoration: none;
    color: #f4de9e;
}

/*smartphone*/


@media (max-width: 767px){
  
    .last{
        font-size: 6px;
    }

    .jikoshokai img{
        width: 92%;
        filter: drop-shadow(1px 4px 4px rgba(119, 138, 156, 0.747));
        padding:6px 0px;
    }
    .jikoshokai{
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
    }
    .jikoshokaitext{
        font-size: 4px ;
        flex-direction: column;
        align-items: flex-start;
        width: 53%;
        padding: 0 0 0 10px;

       
    }
    .sukimono h1{
        font-size:20px ;
        margin: 0 0 32px 0;
    }
    .taikendan h1{
        font-size:20px ;
    }
    .yakinitatsu h2{
        font-size:20px ;
    }
    .food{
        display: flex;
        flex-direction: column-reverse;
    }
    .taikendan img{
        width: 33%;
        padding: 12px;
    }
    .taikendan p{
        font-size: 15px;
    }
    .kaimono{
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        padding: 30px 0 30px;
    }
    
    .densha{
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        padding: 30px 0 30px;
    }

    .yakinitatsu h3{
        font-size: 12px;
    }
    .tamgiac img{
        width:50% ;

    }

    .jikoshokai, .sukimono, .taikendan, .yakinitatsu{
        padding: 20px;
        margin: 28px 5px;
    }
}