@charset "utf-8";
/* CSS Document */
html{
	scroll-behavior: smooth;
}
body{
	font-family: Tahoma, Geneva, "sans-serif";
	background-color: #fff;

    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
	
	margin: 0;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

/*===header_top===*/
header.top-nav{
	width: 100%;
	height: 50px;
	background-color: rgba(56,161,219,0.60);
	margin: 0;
	
}
.logo img{
	margin-left: 10px;
}
.nav-bar{
	display: flex;
	justify-content:space-between;
}
#navlink1{
	list-style-type: none;
	overflow: hidden;
}
#navlink1 li{
	width: 100px;
	height: 40px;
	background-color: #38a1db;
	text-align: center;
	margin: 5px;
	padding: 5px;
	float: left;
	line-height: 15px;
	border-radius: 5px;
	letter-spacing: 0.06em;
	transition: .5s cubic-bezier(0.37, 0, 0.63, 1);
}
#navlink1 li:last-child{
	line-height: 30px;	
}
#navlink1 li a{
	color:#e6b422;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}
#navlink1 li:hover{
	background: #fff;
  letter-spacing: 0.15em;
}
main{
	display: flex;
}
main img{
	margin-top: 245px;
	margin-left: 10px;
	width: 50%;
}
main h1{
	color: #e6b422;
	margin-left: 10px;
}

/*====ウィンドウサイズ可変文字====*/
@media screen and (min-width: 480px) {
	/* スマホ */
	h1{
		font-size: 1.5rem; 
	}
	p {
		font-size: 1.4rem;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	/* タブレット */
	h1{
		font-size: 3.5rem;
	}
	p {
		font-size: 1.5rem;
	}
}
@media screen and (min-width: 1024px) {
	/* PC */
	h1{
		font-size: 4.0rem;
	}
	p {
		font-size: 1.6rem;
	}
}




/*＝＝＝左スクロールnav Mobile Shop＝＝＝*/
#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
  top:50px;
    right: -130%;
  width:65%;
    height: 100vh;/*ナビの高さ*/
  background:rgba(56,161,219,0.40);
    /*動き*/
  transition: all 0.8s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    right: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 65%;
    height:100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:45%;
    left:5%;
    transform: translate(-10%,-60%);
	display: flex;
	flex-wrap: wrap;
	width: 100%
}

/*リストのレイアウト設定*/

#g-nav li{
  list-style: none;
    text-align: center;
margin-left:  100px;
}

#g-nav li a{
  color: #fff;
  text-decoration: none;
	margin-left: 0;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}
#g-nav li a img{
	width: 100%
}
/*====g-nav Mobile Shopここまで====*/

/*＝＝＝左スクロールnav Restaurant's＝＝＝*/
#g-nav2{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
  top:50px;
    right: -130%;
  width:65%;
    height: 100vh;/*ナビの高さ*/
  background:rgba(56,161,219,0.40);
    /*動き*/
  transition: all 0.8s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav2.panelactive{
    right: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav2.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 60%;
    height:80vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav2 ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:45%;
    left:5%;
    transform: translate(-10%,-60%);
	display: flex;
	flex-wrap: wrap;
	width: 100%
}

/*リストのレイアウト設定*/

#g-nav2 li{
  list-style: none;
    text-align: center;
margin-left:  100px;
}

#g-nav2 li a{
  color: #fff;
  text-decoration: none;
	margin-left: 0;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}
#g-nav2 li a img{
	width: 100%
}
/*====g-nav Restaurant'sここまで====*/

/*＝＝＝左スクロールnav Poster＝＝＝*/
#g-nav3{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
  top:50px;
    right: -130%;
  width:65%;
    height: 100vh;/*ナビの高さ*/
  background:rgba(56,161,219,0.40);
    /*動き*/
  transition: all 0.8s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav3.panelactive{
    right: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav3.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 60%;
    height:80vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav3 ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:45%;
    left:5%;
    transform: translate(-10%,-60%);
	display: flex;
	flex-wrap: wrap;
	width: 100%
}

/*リストのレイアウト設定*/

#g-nav3 li{
  list-style: none;
    text-align: center;
margin-left:  100px;
}

#g-nav3 li a{
  color: #fff;
  text-decoration: none;
	margin-left: 0;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}
#g-nav3 li a img{
	width: 100%
}
/*====g-nav Posterここまで====*/




/*========= ボタンのためのCSS ===============*/
.openbtn1{
  /*position:fixed;*/
   /* z-index: 9999;*//*ボタンを最前面に*/
	margin-top: 30px;
	margin-left: 100px;
  top:100px;
  right:600px;
  cursor: pointer;
	width:50%;
  transition: .5s cubic-bezier(0.5, 1, 0.89, 1);
	color: #e6b422;
}
.openbtn1:hover {
  transform: scale(1.05);
}

.openbtn2{
  /*position:fixed;*/
   /* z-index: 9999;*//*ボタンを最前面に*/
	margin-top: 30px;
	margin-left: 100px;
  top:100px;
  right:600px;
  cursor: pointer;
	width:50%;
  transition: .5s cubic-bezier(0.5, 1, 0.89, 1);
	color: #e6b422;
}
.openbtn2:hover {
  transform: scale(1.05);
}

.openbtn3{
  /*position:fixed;*/
   /* z-index: 9999;*//*ボタンを最前面に*/
	margin-top: 30px;
	margin-left: 100px;
  top:100px;
  right:600px;
  cursor: pointer;
	width:50%;
  transition: .5s cubic-bezier(0.5, 1, 0.89, 1);
	color: #e6b422;
}
.openbtn3:hover {
  transform: scale(1.05);
}


#btn figcaption{
	font-size: 1.5vw;
}

  
/*main設定*/
main{
	float: right;
	margin-top: -50px;
	margin-right: 100px;
}


/*==footer==*/

.pagetop{
	text-align: right;
	margin-bottom: 50px;
}
.wrapper{
    min-height: 100vh;
    position: relative;/*←相対位置*/
	padding-bottom: 120px;/*←footerの高さ*/
    box-sizing: border-box;/*←全て含めてmin-height:100vhに*/
}

footer{
	width: 100%;
    bottom: 0; /*下に固定*/
	height: 30px;
	background-color: #38a1db;
	text-align: center;
	position: fixed;/*常にウィンドウ下に固定*/
}
footer p small{
	color: #e6b422;
	line-height:30px;
	
}
/***追従するトップへ戻るボタン***/
#pagetop {
    position: fixed;
    right: 0;
    bottom: 0;
    text-indent: -9999px;
    margin: 0;
}
#pagetop a {
    position: relative;
    display: block;
    width: 45px;
    height: 45px;
    background: rgba(0,0,0,1);
    transition: opacity .6s ease;
	border-radius: 10px;

}
#pagetop a:hover {
    opacity: .3;
}
#pagetop a::before {
    position: absolute;
    top: 7px;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 14px;
    height: 14px;
    margin: auto;
    content: '';
    transform: rotate(-45deg);
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
}
@media screen and (max-width:767px) {
#pagetop a {
    width: 45px;
    height: 45px;
}
#pagetop a:before {
    top: 5px;
    width: 10px;
    height: 10px;
}
}


/***トップへ戻るボタンここまで***/


