@charset "UTF-8";
/* CSS Document */
html{ font-size: 62.5%; /* 10px */ }
body{
 font-family: "Zen Maru Gothic", sans-serif!important;
 font-style: normal;
 font-weight: 700;

	text-align: center;
	font-size: 1.4rem;
	line-height: 1.6;
	min-width: 320px;
  background-color: #1bd301;
    /* background-image: url(../img/main_bg.jpg); */
    background-repeat: repeat;
    margin: 0;
    color: #000;


}

/* ios用
=================================== */
 body:before{
content:"";
    display:block;
    position:fixed;
    top:0;
    left:0;
    z-index:-1;
    width:100%;
    height:100vh;
    background: url(../img/omouma_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;  
    background-position: bottom;  
  }  

/* スライダー全体 */
.slider-wrapper {
    display: flex; /* スライドのグループを横並び */
    overflow: hidden; /* はみ出たスライドを隠す */
  }
  /* スライド3枚のグループ */
  .slider_list {
    animation: scroll-left 25s infinite linear .5s both;
    display: flex; /* スライド3枚を横並び */
  }
  /* スライド */
  .slide_image {
    width: calc(100vw / 4); /* 3はスライドの枚数 */
  }
  /* スライドの画像 */
  .slide_image img {
    display: block;
    width: 100%;
  }
  /* CSSアニメーション */
  @keyframes scroll-left {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }




img{
    /* SPの長押し禁止 */
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-touch-callout:none;
    -moz-user-select:none;
    user-select:none;
}


.sp{ display: block; }
.pc{ display: none; }


h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;
	padding: 0; margin: 0;
}
ul,li,ol{
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
em{ font-style: normal; }
dl{ margin: 0; padding: 0; }
p{ margin: 0; padding: 0; }
img{ max-width: 100%; vertical-align: top; }

a{ color: #000; text-decoration: none; }
/*a:visited{ color: #4900c1; text-decoration: none; }*/
a:hover, a:active, a:focus{ color: #000; text-decoration: none; }
a:hover img, a:active img, a:focus img{ opacity: 0.8; filter: alpha(opacity=80); }


div#wrap{}
div#ctv_tab{}

div#container{
	width: 100%;
/*	max-width: 960px;*/
	margin: 0 auto;
	padding: 0;
}
.contents{
    padding-top: 20px;
/*    background: #A4ECFE;*/
}

header{
	width: 100%;
	margin: 0 auto;
	text-align: left;
}

/*フッター*/
footer{
    background-color: #fff;
    
/*
  background:#e62e8b;
  padding:1em 0 2em 0;
*/
  }
footer div{
  }

footer p{
    color: #000;
  clear:both;
  margin:0 auto;
  padding:1%;
font-size: 12px;
  }

.copyright a,
.copyright .attention{
  display: block;
  text-decoration: none;
  padding-bottom: 10px;
}







 #main{
} 



#nav .api-nav-main div a:hover {
    color: #E40003;
}



.iflame-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.iflame-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}



/* Chrome、Safari以外 */
summary {
  display: block;
}

/* Chrome、Safari */
summary::-webkit-details-marker {
  display: none;
}

.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  
      .youtube{
              position: relative;
      width: 100%;
      padding-top: 56.25%;
      margin: 0 auto;
      }

      .mov-wrap{
        border: solid 0.2rem #fff;
    box-shadow: 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 2rem #f31f1f, 0 0 0.8rem #f31f1f, 0 0 2.8rem #f31f1f, inset 0 0 1.3rem #f31f1f;
      }
  
  
      .header__pc {
        z-index: 998;
        position: fixed;
        width: 100%;
    }


/* コンテンツ =================================== */
      /* #wrap{
            width: 101.111rem;
        margin: 0 auto;
        position: relative;
      } */


      #content{
        background-color: #ffcf00;width: 100%;
            /* filter: drop-shadow(0 0 15px rgba(50, 0, 1, 0.25)); */
      }


      .titl{
        /* font-size: 3rem; */
        font-weight: bold;
        width: 60%;
        margin: 0 auto;
        margin-bottom: 20px;
      }

/* 概要 =================================== */

      #about{
       padding-top: 30px; 
      }

     .about_info{
        width: 95%;
        margin: 0 auto;
     }

       .about_info p{
        text-align: center;
        font-size: 2.5rem;
       }

/* 注意事項 =================================== */
#default{
    margin-top: 30px;
}


.default_info{
    width: 95%;
    margin: 0 auto;
}

.defaultlist{
  background-color: #fff;
  border: solid #fe0000;
  text-align: left;
  padding: 10px ;
  font-size: 1.6rem;
  
}

    .defaultlist,.list4 ul{
        width: 90%;
        margin: 0 auto;
    }
    
.defaultlistdefaultlist
,.defaultlist li{
	padding:0px;
	margin:0px;
}
.defaultlist li{
	list-style-type:none !important;
	list-style-image:none !important;
	margin: 5px 0px 20px 0px !important;
}
.list4 li{
	position:relative;
	padding-left:20px;
    text-align: left;
}
.list4 li:after, .list4 li:before{
	content:''; 
	display:block; 
	position:absolute; 
	top:8px; 
	left:8px; 
	height:11px; 
	width:4px; 
	background:#fe0000; 
	border-radius:10px;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
}
.list4 li:before{
	top:12px; 
	left:3px;
	height:8px; 
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
}





/* お知らせ =================================== */

#news{
    margin-top: 30px;
    margin-bottom: 30px;
}



/* チケット =================================== */



.ticket_info{
    width: 95%;
    margin: 0 auto;
}

.ticket_info span{
  color: red;
  font-size: 1.3rem;
}

.button_info{
  display: flex;
      flex-wrap: wrap;
    justify-content: space-evenly;
}

.button_info a{
  width: 45%;
}

    button{
display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    position: relative;
    width: 100%;
    margin: auto;
    padding: 1rem 4rem;
    font-weight: bold;
    border-radius: 50px;
    color: #ffffff;
    border: 3px solid #000000;
    box-shadow: 5px 5px #000000;
    /* background-color: #fff; */
    transition: 0.3s ease-in-out;
        margin-top: 20px;
    }
    
    button:hover{
        box-shadow: none;
	transform: translate(5px, 5px);
	color: #ffffff;
    }
    
    button p{
        font-size: 1em;
        font-weight: bold;
        
        }


.tokyo{
  background-color: #56acea;
}

.osaka{
  background-color: #ffd700;
  color: #000!important;
}

.nagoya{
  background-color: #ff0000;
}

.fukuoka{
  background-color: #000000;
}

.area_btn{
  margin-bottom: 30px;
}


/* オモウマ酒場 =================================== */


/* .fixed-omouma::before {
  position: absolute;
  top: 1px;
  right: 50%;
  -webkit-transform: translate(50%, -100%);
          transform: translate(50%, -100%);
  border: solid 0.5em transparent;
  border-bottom: solid 0.75em #e70012;
  content: "";
} */
@media screen and (min-width: 960px) {


  
  /* .fixed-omouma::before {
    top: 50%;
    right: calc(100% - 1px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border: solid 0.25em transparent;
    border-right: solid 0.75em #e70012;
  } */
}
/* .fixed-omouma::after {
  position: absolute;
  top: 0.5em;
  right: 50%;
  -webkit-transform: translate(50%, -100%);
          transform: translate(50%, -100%);
  height: 4em;
  background-image: url(../img/icon_omouma.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  aspect-ratio: 80/58;
} */
@media screen and (min-width: 960px) {
  /* .fixed-omouma::after {
    top: 50%;
    right: calc(100% + 0em);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 3em;
  } */
}
.fixed-omouma:hover {
  -webkit-transform: translateY(0.2em);
          transform: translateY(0.2em);
  -webkit-box-shadow: 0 0 0 #222222;
          box-shadow: 0 0 0 #222222;
}
@-webkit-keyframes fixedOmouma {
  100% {
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
  }
}
@keyframes fixedOmouma {
  100% {
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
  }
}





#omouma-sakaba{
  background-color: #34ce23;
    padding: 0 0 100px 0;
    border-radius: 50px 50px 0 0;
    margin-top: 50px;
}

.omouma-sakaba_info{
  
}

.omouma-sakaba_info p{
  text-align: left;
  width: 90%;
  margin: 0 auto;
  margin-top: 10px;
      font-size: 1.8rem;
}

.omouma-sakaba_info p span{
  color: red;
  font-size: 1.3rem;
}

.logo{
  width: 80%;
  margin: 0 auto;
      padding-bottom: 10px;
}

.sakaba_area h2{
  width: 70%;
      margin-top: 30px;
      text-align: left;
      margin-bottom: 15px;
}

.sakaba_menu_list{
  display: flex;
  flex-wrap: wrap;
      align-items: flex-start;
}

.sakaba_menu{
  background-color: #fff;
  max-width: 47.55%;
  width:calc(100% / 2 - 20px);
  margin: 10px;
  border-radius: 10px;
  border: solid #000;
   overflow: hidden; 

}

.menu_shop_nagoya{
  font-weight: bold;
  background-color: #fe0001;
      font-size: 1.5em;
    border-bottom: solid #000;
    color: #fff;
}

.menu_shop_tokyo{
  font-weight: bold;
  background-color: #28aef0;
      font-size: 1.5em;
    border-bottom: solid #000;
    color: #fff;
}

.menu_shop_osaka{
  font-weight: bold;
  background-color: #ffd500;
      font-size: 1.5em;
    border-bottom: solid #000;
    color: #000;
}

.menu_shop_fukuoka{
  font-weight: bold;
  background-color: #000;
      font-size: 1.5em;
    border-bottom: solid #000;
    color: #fff;
}


.menu_img{
     width: 90%;
    padding-top: 10px;
    margin: 0 auto;
}

.menu_food{
      padding: 10px 0;
    font-size: 1.8rem;
    font-weight: bold;
}

.sakaba_menu_list_img{
     width: 30%;
    margin-top: 50px;
    margin-left: 80px;
}

.sakaba_menu span{
  font-size: 1.5rem;
  display: block;
}

.icon{
        position: absolute;
    width: 7%;
    margin-top: -10px;
    margin-left: -5px;
    z-index: 2;
    
}

.sakaba_area_menu_list{
  width: 90%;
  margin: 0 auto;
      /* position: -webkit-sticky; 
    position: sticky;
    top: 0;         
    z-index: 999;   
    align-self: flex-start; */
}

  .sakaba_area_menu{
    
            display: flex;
    justify-content: space-evenly;
            margin: 20px 0;
            background-color: #fff;
            border: solid ;
    border-radius: 50px;
        padding-bottom: 10px;
    }

     .sakaba_area_menu p{
      width: 100%!important;
          color: #000;
     }


        .List-Item {
  position: relative;
  color: #000000;
  font-size: 18px;
  list-style: none;
}
.List-Item:before {
     position: absolute;
    top: 50%;
    left: -100%;
    content: "/";
    display: block;
    transform: translate(-100%, -30%);
    color: #000000;
}
.List-Item-Link {
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  color: inherit;
}
    
    ul li:first-child:before{ 
    content: "";
}
    
    .corner_menu_btn{
    width: 90px;
    padding: 10px 0;
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
        
    }




/* 全体設定 */
.css-carousel-slider2 {
   width: 90%;
    padding-top: 10px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
        z-index: 1;
}
.css-carousel-slider2 img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

/* スライド設定 */
.css-carousel-slider2 .slide-wrap {
    width: 200%;
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    z-index: 0;
    animation: css-carousel-slider2 10s infinite;
    animation-delay: 2s;
   padding-top: 10px;
   
}
.css-carousel-slider2 .slide-wrap-main {
    width: 100%;
    z-index: 1;
    animation: css-carousel-slider-main2 10s infinite;
    animation-delay: 2s;
}
.css-carousel-slider2 .slide {
    width: 100%;
}

/* スライダーアニメーションの設定 */
@keyframes css-carousel-slider2 {
    0% { transform: translateX(0); }

    40% { transform: translateX(calc(1 / 2 * -100%)); }
    50% { transform: translateX(calc(1 / 2 * -100%)); }

    90% { transform: translateX(calc(2 / 2 * -100%)); }
    100% { transform: translateX(calc(2 / 2 * -100%)); }
}

@keyframes css-carousel-slider-main2 {
    0% { transform: translateX(100%); }
    50% { transform: translateX(100%); }
    90% { transform: translateX(0%);}
}





/* オモウマ広場 =================================== */
#omouma-square{
   background-color: #ffff00;
      margin-top: -50px;
   padding: 30px 0 100px 0;
    border-radius: 50px 50px 0 0;
}

.omouma-square_info span{
  color: red;
  font-size: 1.2rem;
}

.goods_list{
  display: flex;
  flex-wrap: wrap;
      justify-content: space-evenly;
}

.goods_box{
  width: 45%;
  background-color: #fff;
  border: solid #000;
  margin: 10px;
  border-radius: 10px;
}

.gashapon{
  margin: 0 auto;
  margin-top: 20px;
  width: 90%;
  margin-bottom: 30px;
}

.gashapon img{
  width: 100%;
}

.gashapon p{
font-size: 1.8rem;
  margin-top: 10px;
  text-align: left;
  
}

.museum{
  width: 90%;
  margin: 0 auto;
}

.museum p{
  font-size: 1.8rem;
  margin-top: 10px;
  text-align: left;
  
}

.set{
  width: 90%;
  margin: 0 auto;
  margin-bottom: 30px;
}

.set p{
  font-size: 1.8rem;
  margin-top: 10px;
  text-align: left;
  
}

.booth{
  margin-top: 30px;
}

.booth_box{
  width: 90%;
  margin: 0 auto;
  margin-bottom: 30px;
}

.booth_titl{
  font-size: 2rem;
  font-weight: bold;
      background-color: #ff0000;
    color: #fff;
}

.booth_box img{
  width: 100%;
}

.booth_box p{
  font-size: 1.8rem;
  margin-top: 10px;
  text-align: left;
}




/* 各会場情報 =================================== */
#area{
  background-color: #ffcf00;
      margin-top: -50px;
    padding: 30px 0;
    border-radius: 50px 50px 0 0;
}

.area_info{
  display: flex;
      flex-wrap: wrap;
    justify-content: space-evenly;
}

.area_info a{
  width: 45%;
  margin: 10px;
}

#area_about_info p{
  font-size: 1.6rem;
}

#area_about_info span{
  font-weight: 700;
  font-size: 2.3rem;
}

.map{
  width: 70%;
  margin: 0 auto;
  margin-top: 10px;
      margin-bottom: 50px;
}







/* ナビゲーション =================================== */
.navigation input {
	opacity: 0;
	cursor: pointer;
	position: fixed;
	top: 10px;
	left: 20px;
	z-index: 3;
	width: 40px;
	height: 40px;
}

.navigation::before {
	position: fixed;
	top: 5px;
	left: 15px;
	content: '';
	width: 70px;
	height: 70px;
	border-radius: 50%;
	    background: #000;
    border: solid 3px #fff;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(19.4px);
	-webkit-backdrop-filter: blur(19.4px);
	z-index: 2;
}

#burger {
	position: fixed;
	z-index: 2;
	top: 38px;
    left: 30px;
	height: 3px;
	width: 40px;
	border-radius: 4px;
	background-color: #ffc802;
	transition: 0.3s;
}

#burger::after,
#burger::before {
	position: absolute;
	content: '';
	right: 0;
	height: 3px;
	width: 40px;
	border-radius: 4px;
	background-color: #ffc802;
	transition: 0.3s;
}

#burger::after {
	top: 10px;
}

#burger::before {
	bottom: 10px;
}

.navigation input:checked~#burger {
	transform: rotate(90deg);
	left: 2.1%;
	width: 30px;
}

.navigation input:checked~#burger::after {
	transform: translate(-12px, -4px) rotate(45deg);
	width: 20px;
}

.navigation input:checked~#burger::before {
	transform: translate(-12px, 4px) rotate(-45deg);
	width: 20px;
}


.navigation .nav-menu {
	position: fixed;
	top: 0;
	z-index: 1;
	width: 100vw;
	height: 100px;
    font-size: 2rem;
    font-weight: bold;
    background: #fff;
    border-bottom: solid #000 5px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(19.4px);
	-webkit-backdrop-filter: blur(19.4px);

	display: flex;
	justify-content: space-evenly;
	align-items: center;
	transform: translateY(-100%);
	transition: 0.3s;
}

.navigation .nav-menu a {
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
}

.navigation .nav-menu a::before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 50%;
	width: 0px;
	height: 1px;
	background-color: #000b7;
	transition: 0.3s;
}

.navigation .nav-menu a:hover::before {
	width: 100%;
	right: 0;
}

.navigation input:checked~.nav-menu {
	transform: none;
}


@media screen and (max-width: 767px) {

	.navigation::before {
		left: 5px;
	}

	.navigation input {
		left: 10px;
	}

	#burger {
		left: 10px;
	}

	.navigation input:checked~#burger {
		transform: none;
		left: 27px;
	}

	.navigation .nav-menu {
		transform: translateX(-100%);
		width: 50%;
    height: 60vh;
    padding: 50px 20px 30px 20px;
    border-bottom-right-radius: 50px;
		display: flex;
		flex-direction: column;
         font-size: 1.5rem;
    font-weight: bold;
background: #ff0000;
    border-bottom: solid #000 3px;
    border-right: solid #000 3px;
		box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
		backdrop-filter: blur(19.4px);
		-webkit-backdrop-filter: blur(19.4px);
	}
    
    .navigation::before {
	position: fixed;
	top: 5px;
	left: 15px;
	content: '';
	width: 50px;
	height: 50px;
	border-radius: 50%;
	    background: #000;
    border: solid 3px #fff;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(19.4px);
	-webkit-backdrop-filter: blur(19.4px);
	z-index: 2;
}
    
    #burger {
	position: fixed;
	z-index: 2;
	    top: 30px;
    left: 25px;
	height: 3px;
	width: 35px;
	border-radius: 4px;
	background-color: #ffc802;
	transition: 0.3s;
}
    
    #burger::after,
#burger::before {
	position: absolute;
	content: '';
	right: 0;
	height: 3px;
	width: 35px;
	border-radius: 4px;
	background-color: #ffc802;
	transition: 0.3s;
}
}


/* お問い合わせ =================================== */
#contact{
  background-color: #000;
  color: #fff;
  text-align: left;
  padding:50px  10px;
}

.contact_info{
  width: 90%;
  margin: 0 auto;
}



/* -------------------------------------------------------------------------------------------------------------------
Tablet&SP                                                                                                        
------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 959px) {
	.pc { 
		display: none;
	}
  .sp {
	  display: block; 
	}

		#wrap {
	max-width: 100%; 
	margin-left: auto; 
	margin-right: auto; 
}


.about_info p{
        text-align: center;
        font-size: 4vw;
       }
    

.sakaba_menu{
         width: 46%;
        font-size: 1.1rem;
        margin: 5px;
}

.sakaba_menu span{
  font-size: 1rem;
}

    .goods_box{
  width: 43%;
}

.area_info a{
  width: 44%;
}

.area_btn{
  width: 90%;
  margin: 0 auto;
}


.menu_shop_nagoya,.menu_shop_tokyo,.menu_shop_osaka,.menu_shop_fukuoka{
  font-size: 1rem;
}
.menu_food{
  font-size: 1.1rem;
}

.map{
  width: 90%;
          margin-bottom: 50px;
}


.List-Item:before {
       position: absolute;
    top: 55%;
    left: -90%;
    content: "/";
    display: block;
    transform: translate(100%, -45%);
    color: #000000;
}


.button_info{
      margin-bottom: 20px;
}

.area_btn_info a{
  width: 100%;
}

.set,.museum{
  margin-top: 50px;
}


  /* スライド */
  .slide {
    width: calc(100vw / 2); /* 3はスライドの枚数 */
  }



      .modal-wrapper {
        z-index: 999;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 40px 10px;
        text-align: center;
      }
      
      .modal-wrapper:not(:target) {
        opacity: 0;
        visibility: hidden;
        transition: opacity .3s, visibility .3s;
      }
      
      .modal-wrapper:target {
        opacity: 1;
        visibility: visible;
        transition: opacity .4s, visibility .4s;
      }
      
      .modal-wrapper::after {
        display: inline-block;
        height: 100%;
        margin-left: -.05em;
        vertical-align: middle;
        content: ""
      }
      
      .modal-wrapper .modal-window {
        box-sizing: border-box;
        display: inline-block;
        z-index: 20;
        position: relative;
        width: 95%;
        background-position: center;
        background-repeat: repeat;
        background-size: cover;
        vertical-align: middle
      }
      
      .modal-wrapper .modal-window .modal-content {
        max-height: 80vh;
        overflow-y: auto;
        text-align: left
      }
      
      .modal_title {
        font-size: 1.5em;
          position: relative;
          overflow: hidden;
        padding: 0;
      }
      
      .modal_title::before,
      .modal_title::after{
          content: "";
          position: absolute;
          bottom: 0;
      }
      
      
      
      .modal-content p {
        /* margin: 10px 0 0 0; */
      }
      
      .modal-overlay {
        z-index: 10;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, .8)
      }
      
      .modal-wrapper .modal-close {
         position: absolute;
          top: -15px;
          right: -14px;
          background: #ffffff;
          color: black;
          width: 36px;
          height: 36px;
          text-align: center;
          border-radius: 50px;
          line-height: 1.3;
          border: solid 3px;
          font-weight: bold;
          font-size: 2.5rem;
      }


      #about{
        padding-top: 10px;
      }


      .online_schedule{
  margin-top: 30px;
        background-color: #fff;
        border-radius: 10px;
        padding: 10px 0;
}

.online_schedule p{
  font-size: 1.8rem;
}

.online_schedule span{
       font-size: 1.8rem;
        color: #fff;
        margin: 0 auto;
        background-color: #ff0000;
        padding: 5px 10px;
        margin-bottom: 10px;
        display: block;
        width: 40%;
}


#ticket{
      /* background-color: #ffcf00; */
    padding: 30px 0;
    border-radius: 50px 50px 0 0;
    padding-bottom: 50px;
}


/* お問い合わせ =================================== */

.hdg-lv2{
  font-size: 1.8rem;
}

.hdg-lv2 span{
  font-size: 1.4rem;
}

.box_tell{
          margin-bottom: 10px;
        border: solid 3px #fff;
        margin-top: 10px;
        padding: 10px;
        border-radius: 15px;
}

.box_tell a{
  color: #fff;
  font-size: 2.5rem;
}


.box_tell img{
  width: 30px;
  margin-right: 10px;
}

.box-tel{
  font-size: 1.6rem;
}

.tell_note{
  margin-top: 10px;
}

.tell_note li {
  display: flex;
    margin-bottom: .8rem;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #fff;
}

.tell_note li:first-child:before{
  content: "※";
    font-size: 1.4rem;
    color: #fff;
}

.tell_note li:before {
    content: "※";
    font-size: 1.4rem;
    color: #fff;
}


.contact_form{
         background-color: #fff;
   
        margin-top: 30px;
        padding: 10px;
        border-radius: 50px;
        font-size: 1.6rem;
        text-align: center;
        color: #000;
      
}


.shopkeeper_isamu{
  width: 84%;
  margin: 0 auto;
}

.shopkeeper_one{
  width: 55.555%;
  margin: 0 auto;
}





.fixed-omouma {
  position: fixed;
  right: 0.5rem;
  bottom: 1.5rem;
  z-index: 10;
  padding: 0.5rem;
  border-radius: 0.75em;
  -webkit-box-shadow: 0 0.2em 0 #222222;
          box-shadow: 0 0.2em 0 #222222;
  background-color: #e70012;
  color: #ffcf01!important;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
  -webkit-animation: fixedOmouma 0.5s steps(2) 0s infinite alternate;
          animation: fixedOmouma 0.5s steps(2) 0s infinite alternate;
                  width: 45%;

}

.omouma_logo{
  width: 35%;
}



}





/* -------------------------------------------------------------------------------------------------------------------
961px-                                                                                                           
------------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 960px) {
	.pc {
		display: block;
	}
  .sp {
	  display: none;
	}
	
  .f-small {
	  font-size: 1.4rem;
	}
	
  .f-middle {
	  font-size: 1.6rem;
	}
    
		#wrap {
               width: calc(100% - 49.9rem);
        margin-right: 25rem;
        margin-left: auto;
            position: relative;
    /* overflow: hidden; */
        
}

/* #content{
  padding-top: 120px;
} */


.pcSide{
          display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        position: fixed;
        width: 100%;
        height: 100vh;
        left: 0;
        top: 0;
   
}

button p{
        font-size: 1.5em;
        
        }

    .pcSideleft{
              width: calc(100% - 95.9rem);
        /* background: #eeeeee; */
        position: relative;
        padding: 2.7rem 0 8.6rem;
        display: block;
        height: 100%;
                /* background-image: url(../img/left__bg.jpg);
        background-size: cover;
        background-position: center; */

/* 

         position: fixed;
        left: 0;
        /* z-index: -1; */
        display: block;
        top: 0;

                padding: 2.7rem 0 8.6rem;
                width: 25rem;
        height: calc(100vh - -7.6rem); */
    }

    .pcSideLeft__inner{
      width: 100%;
        height: 100%;
        display: -ms-grid;
        /* display: grid; */
        -ms-grid-rows: 5.4rem 1fr 32.7rem;
        grid-template-rows: 5.4rem 1fr 32.7rem;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .left__logo{
              width: 90%;
        /* height: 100%; */
        margin: 0 auto;
        margin-top: 10vh;
      
    }

    .area_left{
       display: flex;
              flex-wrap: wrap;
        justify-content: space-evenly; 
                width: 100%;
                margin: 0 auto;
                 margin-top: 13vh;

    }

    .area_left a{
                 width: 90%;
        margin-bottom: 20px;
    }
    

    .defaultlist{
      font-size: 1.8rem;
    }

    .omouma-sakaba_info p{
  text-align: left;
  width: 90%;
  margin: 0 auto;
  margin-top: 10px;
      font-size: 3rem;
}

.omouma-sakaba_info p span{
  color: rgb(192, 34, 34);
  font-size: 2rem;
}


    .pcSideRight{
      width: 25rem;
        display: block;
        /* background: #fe0000; */
        position: fixed;
        right: 0;
        top: 0;
        height: calc(100vh - -7.6rem);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .img_SideRight{
             width: 70%;
        margin: 0 auto;
        margin-top: 80vh;
    }

    .pc_nav{
      margin-top: 20vh;
    }

    .pc_nav img{
      width: 95%;
      margin:10px auto;
    }


    .time{
      width: 100%;
      margin: 0 auto;
    }



    .gashapon{
  margin: 0 auto;
  margin-top: 20px;
  width: 90%;
  margin-bottom: 100px;

}

.gashapon img{
  width: 100%;
}

.gashapon p{
font-size: 3rem;
  margin-top: 10px;
  text-align: left;
  
}

.museum{
  width: 90%;
  margin: 0 auto;
}

.museum p{
  font-size: 3rem;
  margin-top: 10px;
  text-align: left;
  
}

.set{
  width: 90%;
  margin: 0 auto;
  margin-top: 100px;
margin-bottom: 100px;
}

.set p{
  font-size: 3rem;
  margin-top: 10px;
  text-align: left;
  
}


.omouma-square_info span{
  color: red;
  font-size: 2rem;
}
 
#area_about_info p {
    font-size: 2.6rem;
}

#area_about_info span{
  font-size: 3.8rem;
}

.drink{
  margin-top: 50px;
}

.drink_menu{
width: 70%;
margin: 0 auto;
}

.drink_img{
  width: 95%;
  margin: 0 auto;
}

    .modal-wrapper {
        z-index: 999;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 40px 10px;
        text-align: center;
      }
      
      .modal-wrapper:not(:target) {
        opacity: 0;
        visibility: hidden;
        transition: opacity .3s, visibility .3s;
      }
      
      .modal-wrapper:target {
        opacity: 1;
        visibility: visible;
        transition: opacity .4s, visibility .4s;
      }
      
      .modal-wrapper::after {
        display: inline-block;
        height: 100%;
        margin-left: -.05em;
        vertical-align: middle;
        content: ""
      }
      
      .modal-wrapper .modal-window {
        box-sizing: border-box;
        display: inline-block;
        z-index: 20;
        position: relative;
        width: 35%; 
       /* max-width: 600px; */
        padding: 5px;
        /* background-color: #e2e2e2;
        border: solid 2px; */
        vertical-align: middle;
        background-size: cover;
        padding: 0 20px 20px 0;        

      }
      
      .modal-wrapper .modal-window .modal-content {
        max-height: 90vh;
        overflow-y: auto;
        text-align: left
      }
      
      .modal_title {
        font-size: 1.5em;
          position: relative;
          overflow: hidden;
        padding: 0;
      }
      
      .modal_title::before,
      .modal_title::after{
          content: "";
          position: absolute;
          bottom: 0;
      }
      
      
      
      .modal-content p {
        /* margin: 10px 0 0 0; */
      }
      
      .modal-overlay {
        z-index: 10;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, .8)
      }
      
      .modal-wrapper .modal-close {
         position: absolute;
          top: -15px;
          right: -14px;
          background: #ffffff;
          color: black;
          width: 36px;
          height: 36px;
          text-align: center;
          border-radius: 50px;
          line-height: 1.3;
          border: solid 3px;
          font-weight: bold;
          font-size: 2.5rem;
      }

.goods_list,.area_info{
  width: 70%;
  margin: 0 auto;
}



.online_schedule{
  margin-top: 30px;
          background-color: #fff;
        border-radius: 20px;
        padding: 30px 0;
}

.online_schedule p{
  font-size: 3rem;
}

.online_schedule span{
             font-size: 3rem;
        color: #fff;
        background-color: #ff0000;
        padding: 5px 10px;
        margin-bottom: 10px;
        display: block;
        width: 150px;
        margin: 0 auto;
}


#ticket{
      /* background-color: #ffcf00; */
    margin-top: 50px;
    padding: 30px 0;
    border-radius: 50px 50px 0 0;
    padding-bottom: 50px;
}


/* お問い合わせ =================================== */

.hdg-lv2{
  font-size: 3rem;
}

.hdg-lv2 span{
  font-size: 2rem;
}

.box_tell{
  margin-bottom: 10px;
}

.box_tell a{
  color: #fff;
  font-size: 4rem;
}


.box_tell img{
  width: 50px;
}

.box-tel{
  font-size: 2rem;
}

.tell_note{
  margin-top: 10px;
}

.tell_note li {
  display: flex;
    margin-bottom: .8rem;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #fff;
}

.tell_note li:first-child:before{
  content: "※";
    font-size: 1.6rem;
    color: #fff;
}

.tell_note li:before {
    content: "※";
    font-size: 1.6rem;
    color: #fff;
}


.contact_form{
         background-color: #fff;
               margin: 0 auto;
        margin-top: 50px;
        padding: 10px;
        border-radius: 50px;
        font-size: 2rem;
        text-align: center;
        color: #000;
          width: 600px;
}

    
/* フッター =================================== */
    #pageTopBar{
        margin-top: 50px;
        padding-top: 10px;
    }
    



    .fixed-omouma {
  position: fixed;
  right: 0.5rem;
  bottom: 1.5rem;
  z-index: 10;
  padding: 0.5rem;
  border-radius: 0.75em;
  -webkit-box-shadow: 0 0.2em 0 #222222;
          box-shadow: 0 0.2em 0 #222222;
  background-color: #e70012;
  color: #ffcf01!important;
  font-weight: bold;
  font-size: 2.5rem;
  text-align: center;
  -webkit-animation: fixedOmouma 0.5s steps(2) 0s infinite alternate;
          animation: fixedOmouma 0.5s steps(2) 0s infinite alternate;
              display: flex;
    align-items: center;

}

.omouma_logo{
  width: 110px;
  margin: 10px
}


}