@charset "utf-8";
.center-marginwrap{
  opacity: 0;
  font-family: "游明朝","Yu Mincho", "YuMincho", 'Noto Serif JP',"Hiragino Mincho Pro",'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans',serif;
  font-weight: normal;
  width: 100%;
  margin: 0 auto;
  background: rgba(255,255,255,0.85);
  border-bottom: 1px solid #D8D8D8;
}
header.blue-header{
  font-family: "游明朝","Yu Mincho", "YuMincho", 'Noto Serif JP',"Hiragino Mincho Pro",'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans',serif;
  font-weight: normal;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-top:20px;
  padding-bottom:20px;
}
.blue-header nav ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  padding-left: 2vw;
  padding-right: 2vw;
  padding-top: 5px;
}
.blue-header nav ul li ul {
  display:none;
}
.blue-header nav ul li:hover ul {
  display:block;
	position:absolute;
	padding-left:3px;
	margin:0;
	top:4em;
	left:0;
	list-style-type:none;
  background-color:rgba(255,255,255,0.9);
}
.blue-header nav ul li:hover ul li{
  padding-top:1px;
  width:330px;
  height: 50px;
  overflow: visible;
}
.blue-header .zooLogoNav img {
  width: 7vw;
  left: 100px;
}
.blue-header navItem a {
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
}
/* 擬似要素でテキストを表示 */
.blue-header navItem a::after {
  display: block;
  letter-spacing: 0.04em;
  /*margin-top: .1rem;*/
  font-size: 0.8rem;
  /*font-family: 'Kozuka Gothic Pr6N';*/
  color:#000;
}
.blue-header li .english {
  color: #fff;
}
.english {
  background-color: #1d2088;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 40px;
  position:absolute;
  right: 100px;
  color: #fff;
  /*top:5px;*/
}
.english a {
  color: #fff;
  font-size: 14px;
  /*font-family: 'Kozuka Gothic Pr6N';*/
}
.english:hover { 
  opacity: .8;
  transition-duration: 0.3s;
}
.english a:hover { 
  opacity: .8;
  color: #fff;
}
.header-nav span:nth-child(1){
  font-size: 14px;
  letter-spacing: 0.04em;
}
.header-nav span:nth-child(2){
  font-size: 0.8rem;
}
.blue-header li span{
  color:#fff;
}
.blue-header li span:hover{
  opacity: .6;
  transition-duration: 0.1s;
}
.header-nav li a{
  text-align: center;
}
header.blue-header {
  max-width: 430px;
}
header.white-header {
  max-width: 430px;
}

/************青ナビゲーション start************/
/*青ナビゲーション グラデ*/
.gradient {
  background: linear-gradient(.25turn, rgba(255,255,255,1),rgba(255,255,255,0.9) 20%,rgba(20,171,236,0.4) 30%,rgba(20,171,236,0.7));
}
/*青ナビゲーション jquery*/
.scrolltopblue {
  position:fixed;
  top:0;
  opacity: 1;
  z-index:99;
  margin: 0 auto;
}
/*青ナビゲーション 左ZOOロゴ*/
.zooLogoNav img{
  width: 7vw;
}
.zooLogoNav img:hover{
  opacity: 0.6;
  transition-duration: 0.3s;
}
header .header_inner h1 img {
  min-width: 210px;
  width: 96%;
}
/************青ナビゲーション finish************/
/************青ナビゲーション レスポンシブ対応start************/
@media screen and (min-width: 769px) {
  .menu {
    width: 100%;
    position: absolute;
    bottom: 0;
  }
  .viewRestaurant {
    display:none;
  }	
  .viewMore {
    display:none;
  }	
}
@media (min-width: 1601px) {
  .english {
    right: 30px;
  }
  .zooLogoNav {
    position: absolute;
    left:30px;
    width:10px;
  }
}
@media (max-width: 1600px) {
  .english {
    right: inital;
    position:initial;
  }
  .zooLogoNav {
    position: initial;
    left:initial;
  }
  .zooLogoNav img{
    width: 120px;
    left: 100px;
    position: absolute;
    left: 60px;
    top: 23px;
  }
  .blue-header .zooLogoNav img {
    width: 120px;
    position: absolute;
    left: 60px;
    top: 23px;
}
}
@media (max-width: 900px) {
.blue-header .zooLogoNav img {
  width: 120px;
  position: absolute;
  left: 40px;
  top: 23px;
}
.zooLogoNav img{
  width: 120px;
  left: 100px;
  position: absolute;
  left: 40px;
  top: 23px;
}
}
@media screen and (max-width: 767px) {
  .viewRestaurant {
    /* visibility: hidden; */
    margin-bottom: 120px;
    text-align: center;
  }
  .viewMore {
    /* visibility: hidden; */
    margin-bottom: 120px;
    text-align: center;
  }	
}
/************青ナビゲーション レスポンシブ対応finish************/

/************************メガメニューstart************************/
/* スマホ閲覧時のハンバーガーメニュー */

#hanburger {
  display: none; /* チェックボックスを非表示 */
}

.menu_button { /* ボタンのスタイル */
  width: 50px; /* 幅 */
  height: 50px; /* 高さ */
  position: fixed;
  top: 20px;
  right: 20px;
  background: #db7093; /* 背景色 */
  z-index: 10;
}

.menu_button::before { /* アイコンのスタイル */
  font-family: "Font Awesome 5 Free";
  content: "\f0c9"; /* アイコン「３本線」 */
  font-weight: 900;
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

#hanburger:checked + .menu_button::before { /* アイコンのスタイル（チェック済み） */
  content: "\f00d"; /* アイコン「×印」 */
}
header.white-header{
  /*font-family: "KozGoPro-Light", "小塚ゴシック Pro L", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;*/
  font-family: "游明朝","Yu Mincho", "YuMincho", 'Noto Serif JP',"Hiragino Mincho Pro",'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans',serif;
  font-weight: normal;
  margin: 0 auto;
  /*padding-top:20px;*/
  /*padding-bottom:20px;*/
  /*margin-bottom:50px;*/
}
.pd-ten{
	padding:10px 0;
}
.white-header nav ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  padding-left: 2vw;
  padding-right: 2vw;
}
.english a:hover {
  color: #fff;
}
.global_menu { /* メニュー全体のスタイル */
  visibility: hidden; /* メニューを非表示 */
  width: 100%;
  height: 100%;
  /*position: fixed;*/
  top: 0;
  left: 0;
  color: #333; /* 文字色 */
  overflow-y:  scroll;
  text-align: center;
}
/*.global_menu ul li { 
  padding-bottom:10px;
  margin-top:10px;
}*/

#hanburger:checked ~ .global_menu { /* メニュー全体のスタイル（チェック済） */
  visibility: visible; /* メニューを表示 */
}

.global_menu a { /* 各項目のスタイル */
  display: block;
  width: 100%;
  margin-top:10px;
  margin-bottom:10px;
}

.global_menu a:hover{ /* 各項目のスタイル（ホバー時） */
  color:#2831a5;
  margin-top:10px;
  margin-bottom:10px;
}
.global_menu .english a:hover{ /* 各項目のスタイル（ホバー時） */
  color:#fff;
}
.menumega:not(:last-child) {
  /*margin-top:10px;*/
  margin-bottom: 20px;
}

.menumega > a { /* 親項目のスタイル */
  font-weight: bold;
  padding: 10px 0px;
}

.child_menu > li > a {
  padding: 10px 30px;
  font-size: 0.8em;
}
/*白ナビゲーション 背景*/
.center-marginwrap{
  opacity: 1;
  font-family: "游明朝","Yu Mincho", "YuMincho", 'Noto Serif JP',"Hiragino Mincho Pro",'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans',serif;
  font-weight: normal;
  width: 100%;
  margin: 0 auto;
  background: rgba(255,255,255,0.85);
  border-bottom: 1px solid #D8D8D8;
}
@media screen and (min-width: 481px) {

/* PC閲覧時のメガメニュー */

.menu_button {
  display: none; /* ハンバーガーメニューのボタンを非表示 */
}

.global_menu { /* メニュー全体のスタイル */
  /*position: relative;*/
  padding: 0;
  color: #fff; /* 文字色 */
  visibility: visible;
  overflow-y: visible;
}
/*.global_menu ul li.english{
  margin-bottom:10px;
}*/

.menumega, .child_menu > li {
  display: inline-block;
}

.menumega:not(:last-child) {
  margin-bottom: 0;
}

.menumega > a { /* 親項目のスタイル */
  font-weight: normal;
  padding: 10px 0px;
  display: inline-block;
	position: relative;
 	text-decoration: none;
}
/*.menumega > a:hover { 
  color:#1d2088;
}*/
/*.menumega > a:before {
  content: "";
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 100%;
	height: 3px;
	background: #1d2088;
	transform: scale(0, 1);
	transition: 0.4s;
}
.menumega > a:hover:before { 
  transform: scale(1);
}*/
.white-header a:not(.not_child){
  display: inline-block;
	position: relative;
	
 	text-decoration: none;
}
.white-header a:not(.not_child):before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 100%;
	height: 1px;
	background: #1d2088;
	transform: scale(0, 1);
	/*transition: 0.4s;*/
}
.white-header a:not(.not_child):hover:before {
  transform: scale(1);
}
/*.menumega:hover > a {
  background: #ffb6c1;
}*/
.child_menu { /* 下層メニューのスタイル */
  width: 100%;
  position: absolute;
  /*top: 0;*/ /* topを0に */
  left: 0;
  padding:0px 30px 0px 30px;
  color: #333; /* 文字色 */
  background: rgba(255,255,255,1); /* 背景色 */
  box-shadow: 0 8px 8px -3px rgba(0, 0, 0, .2);;
  visibility: hidden; /* 下層メニューを非表示 */
  opacity: .5;
  /*border-top: 1px solid #D8D8D8;*/
  /*transition: 0.6s top, 0.6s opacity;*/ /* アニメーション設定 */
}
.child_menu-inner {
  display: flex;
  flex-wrap: wrap;
}
.child_menu-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}	
.child_menu-inner li{ 
  /*width: calc( (100% / 5) );*/
   padding: 0;
}
.child_menu-inner img{ 
  margin: 0 0 10px;
  width:200px;
}	
.child_menu-inner-text img{ 
  margin: 0 5px 0 0;
}

.menumega:hover .child_menu { /* 下層メニューのスタイル（親項目ホバー時） */
  top: 100%; /* 定位置に戻す */
  opacity: 1;
  visibility: visible; /* 下層メニューを表示 */
}

.child_menu > li > a {
  padding: 10px 30px;
  border-left: none;
}

.child_menu > li > a:hover {
  background: unset;
  color: #fff;
}
.child_menu-inner-img-first {
  width: 200px;
  height: 150px;
  margin: 10px;
  overflow: hidden;
  position: relative;
}

.child_menu-inner-img-first img{
  width: 100%;
  height: 100%;
  transition: .2s;
}
.child_menu-inner-img-first::after {
  content: '旬彩ゆうや';
  font-size: 20px;
  letter-spacing: .2em;
  text-align: center;
  padding-top: 31%;
  color: #fff;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0,0,0,.4);
  /*transition: .8s;*/
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
a:hover .child_menu-inner-img-first::after {
  opacity: 1;
}
a:hover .child_menu-inner-img-first img {
  transform: scale(1.1);
}

.child_menu-inner-img-second {
  width: 200px;
  height: 150px;
  margin: 10px;
  overflow: hidden;
  position: relative;
}
.child_menu-inner-img-second img{
  width: 100%;
  height: 100%;
  transition: .2s;
}
.child_menu-inner-img-second::after {
  content: '四季彩ゆうや';
  font-size: 20px;
  letter-spacing: .2em;
  text-align: center;
  padding-top: 31%;
  color: #fff;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0,0,0,.4);
  /*transition: .8s;*/
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
a:hover .child_menu-inner-img-second::after {
  opacity: 1;
}
a:hover .child_menu-inner-img-second img {
  transform: scale(1.1);
}
.child_menu-inner-img-third {
  width: 200px;
  height: 150px;
  margin: 10px;
  overflow: hidden;
  position: relative;
}
.child_menu-inner-img-third img{
  width: 100%;
  height: 100%;
  transition: .2s;
}
.child_menu-inner-img-third::after {
  content: '板前ゆうや';
  font-size: 20px;
  letter-spacing: .2em;
  text-align: center;
  padding-top: 31%;
  color: #fff;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0,0,0,.4);
  /*transition: .8s;*/
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
a:hover .child_menu-inner-img-third::after {
  opacity: 1;
}
a:hover .child_menu-inner-img-third img {
  transform: scale(1.1);
}
.child_menu-inner-img-forth {
  width: 200px;
  height: 150px;
  margin: 10px;
  overflow: hidden;
  position: relative;
}
.child_menu-inner-img-forth img{
  width: 100%;
  height: 100%;
  transition: .2s;
}
.child_menu-inner-img-forth::after {
  content: '陳麻家';
  font-size: 20px;
  letter-spacing: .2em;
  text-align: center;
  padding-top: 31%;
  color: #fff;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0,0,0,.4);
  /*transition: .8s;*/
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
a:hover .child_menu-inner-img-forth::after {
  opacity: 1;
}
a:hover .child_menu-inner-img-forth img {
  transform: scale(1.1);
}
.global_menu nav ul li{
  position: initial;
}
nav.global_menu ul li{
  display: inline-block;
}
.child_menu li{
  position:relative;
} 
}
/************************メガメニューfinish************************/

/* 共通フッター 
-----------------------------*/
#footer {
  position: relative;
  color: #fff;
  background: #FAF8F8;
}
.footer_inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding-left:30px;
}
ul.ul-01 {
  display: inline-block;
  vertical-align: top;
  padding:30px 10px 70px 0px;
}
ul.ul-01 li {
  padding-right: 3em;
  margin-top: 1em;
}
.footer-logo-area{
  color: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 270px;
  text-align: center;
  margin: 50px 0 0 40px;
  float:left;
}
.footer-logo-txt{
  float:right;
}
.footer-logo-area p{
  font-size: 2em;
}
.footer-txtbox{
  background: #C7C6C6;
  text-align:center;
  color:#fff;
  padding:5px;
  clear:both;
}
.footer-sp {
  display: none;
}
.footer-list li a {
  display:block;
  padding:10px;
}
.zoo-logo {
  width: 50%;
}
.ul-01 a:hover{
  opacity:.7;
}
/* 共通フッター END
-----------------------------*/
/* 上に戻るボタン
-----------------------------*/
* {
  box-sizing: border-box;
}
#scroll {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 4vw;
  background-color:#1d2088;
  width: 60px;
  height: 60px;
  padding-top: 15px;
  border-radius: 8px;
  line-height: 1.3;
  text-align: center;
  font-size: 22px;
  color: #ffffff;
  cursor: pointer;
}
#scroll:hover {
  opacity: .8;
}
/* 上に戻るボタン　END
-----------------------------*/
@media screen and (max-width: 1150px) {
  .footer-logo-area p {
    font-size: 1.45em;
  }
  .footer-logo-area {
    width:15%;
    /*padding-right:30px;*/
  }
  .zoo-logo {
    width: 80%;
  }
} 
@media screen and (min-width: 1051px){
  .footer-list {
    display:none;
  }
  .footer_border {
    border-bottom: 1px solid #D8D8D8;
  }
}
@media screen and (max-width: 1200px){
  .header-nav span:nth-child(1){
    font-size: 1.2rem;
    letter-spacing: 0.04em;
  }
  .english {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}
@media screen and (max-width: 1050px){
  /*共通フッター*/
  .footer_inner {
    display:none;
  }
  .footer-list{
    background: #FAF8F8;
  }
  .footer-list ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .footer-list li{
    /*padding: 10px;*/
    width: 46%;
    list-style: none;
    border: 1px solid #ddd;
    box-sizing: border-box;
    border-radius: 3px;
    text-align: center;
  }
  .sp-01 {
    margin: 5% 0 2% 0;
  }
  .sp-02 {
    margin-bottom: 5%;
  }
  .sp-03 {
    margin-right: 2%;
  }
  .sp-04 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 1000px){
  
  .english {
    width:70px; 
    height:70px;
    line-height: 70px;
    font-size: 15px;
  }
  .english a {
    font-size: 15px;
  }
  .child_menu-inner-img-first {
		width: 150px;
	}
	.child_menu-inner-img-second {
		width: 150px;
	}
	.child_menu-inner-img-third {
		width: 150px;
	}
	.child_menu-inner-img-forth {
		width: 150px;
	}
}
@media screen and (max-width: 850px){
  header {
    max-width:600px;
  }
}
@media screen and (min-width: 769px){
  .mv-sp {
    display: none;
  }
  .mv-d {
    width:27%;
  }
  .header-sp {
    display:none;
  }
}
@media screen and (max-width: 768px){
  header {
    display:none;
  }
  .english{
    display:none;
  }
  nav {
    display:none;
  } 
  .mv {
    display: none;
  }
  .h-sp {
    width:43px;
    margin-left:20px;
  }
  .header-sp {
    height:70px;
    display: table-cell;
    vertical-align: middle;
  }
}
/*@media screen and (min-width: 480px){
  header.white-header {
    padding:10px 0;
  }
}*/
@media screen and (min-width: 480px){
  .sp { 
    display:none; 
  }
  .sp-05 {
    width:100%
  }
}
@media screen and (max-width: 480px){
  .h-sp {
    width:43px;
    margin-left:20px;
  }
  .sp {
    display:inline;
  }
  .sp-05 {
    display:block;
    height:65px;
    line-height:45px;
    width:100%
  }
}
/*メインビジュアル*/
.main_image_pc {
  background: url(../img/mainvisual_pc.png) center center / cover no-repeat;
  height: 100vh;
  position:relative;
  width: 100%;
}
.main_image_pc img{
  width:100%;
}
.catch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width:80%;
}
.common_shop_mv {
  width:100%;
  height:650px;
  object-fit: cover;
  margin-bottom:100px;
}
