@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;500;700&display=swap');

html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
  font-weight: 400;
  color: #333333;
}

body {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #680000;
}

a,
a > img {
  transition: 0.3s;
}

a:hover,
a:hover > img {
  opacity: 0.7;
}

img {
  -webkit-backface-visibility: hidden;
  width: 100%;
  display: block;
}

/* p {
  text-align: justify;
} */

li {
  list-style: none;
}

#box {
  width: 100%;
  background-image: url("../images/bg.jpg");
}

div {
  box-sizing: border-box;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
}

.spOnly{
  display: none;
}

.br_spOnly{
  display: none;
}
.br_under1060{
  display: none;
}
.br_under900{
  display: none;
}


.about_e_ticket{
  width: 100%;
  max-width: 800px;
  padding: 50px 0;
  margin: 0 auto 50px;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.youtube video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
}

.link_underLine{
  text-decoration: underline;
}

/* sp menu ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

.inner {
    display: none;
}

nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    /* height: calc(100vh + 60px); */
    background-color: rgba(255, 241, 0, 0.9);
    z-index: 1000;
    overflow-y: scroll;
}

header nav ul {
    display: block;
    list-style: none;
}


/*開閉ボタン*/

#nav_toggle {
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1001;
    /* margin: 15px 15px 0 0; */
    background-color: #fff100;
}

#nav_toggle div {
    position: relative;
}

#nav_toggle span {
    display: block;
    height: 3px;
    background: #c8161d;
    position: absolute;
    /* width: 50%; */
    right: 20%;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

#nav_toggle span:nth-child(1) {
    top: 11px;
    width: 60%;
}

#nav_toggle span:nth-child(2) {
    top: 23px;
    width: 60%;
}

#nav_toggle span:nth-child(3) {
    top: 35px;
    width: 60%;
}


/*開閉ボタンopen時*/

.open #nav_toggle span:nth-child(1) {
    top: 22px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 60%;
}

.open #nav_toggle span:nth-child(2) {
    width: 0;
    left: 50%;
}

.open #nav_toggle span:nth-child(3) {
    top: 22px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
    width: 60%;
}


/* .open #nav_toggle{
  background-color: #fff;
}
.open #nav_toggle span{
  background: #000;
} */

.scroll-no {
    overflow: hidden;
    /*動き固定*/
    /* position: fixed; */
    /*奥行きを管理*/
    z-index: -1;
    /*下2つで背景を元のサイズのまま表示することができる*/
    width: 100%;
    height: 100%;
}

header nav ul li {
    /* margin: 0 auto; */
    /* text-align: center; */
    margin-bottom: 50px;
    /* width: 480px; */
    width: 100%;
    list-style: none;
}


/* header nav ul li:last-child{
  width: 281px;
} */


/* header nav ul li:last-child{
	border: none;
} */

header nav ul li a {
    /* font-size: 22px;
	display: inline;
  color: #5f3819 !important; */
    /* display: block;
  width: 100%;
  padding: 20px 0; */
    color: #c8161d;
    /* width: 100%; */
    /* padding: 15px; */
    /* display: block; */
    /* border: 2px solid #000;
  letter-spacing: 0.1em; */
    /* box-sizing: border-box; */
    /* background-color: #fff; */
    font-size: 18px;
    font-weight: bold;
}

.sp-nav-wrap {
    width: 90%;
    max-width: 600px;
    /* margin: 100px auto; */
    margin: 80px auto 150px;
}


/* .sp-nav-wrap ul li{
  width: 100%;
  list-style: none;
  font-size: 18px;
} */


/* .link_sp-nav_insta{
  background-color: transparent !important;
  border: none !important;
  padding: 0;
}
.link_sp-nav_insta a{
  width: 32px;
  padding: 0;
  display: block;
  margin: 0 auto;
}
.link_sp-nav_insta img{
  width: 32px;
} */


/* sp menu end ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


.breadcrumb{
  width: 90%;
  max-width: 1000px;
  margin: 15px auto 30px;
  box-sizing: border-box;
}
.breadcrumb li{
  display: inline-block;
}
.breadcrumb li:not(:last-child)::after{
  content: "/";
  display: inline-block;
  margin: 0 5px;
}
.breadcrumb li a{
  text-decoration: underline;
}


#pageheader{
  width: 100%;
}
.header-inner{
  width: 100%;
  height: 94px;
  background: #eb6100;
  position: relative;
}
.header-inner h1{
  width: 118px;
  display: block;
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  top: 18px;
  margin: auto;
}
.header-inner::after{
  content: "";
  width: 240px;
  height: 240px;
  background: #eb6100;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: -72px;
  margin: auto;
}


/* .headerForRestaurants-inner{
  height: 154px;
  background-image: url("../images/bg_header.png");
  background-repeat: repeat-x;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
} */

.logo{
  width: 164px;
}

.header_top{
  position: relative;
}
.topNav{
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  z-index: 10;
  top: 0;
}

.headerNav{
  width: calc( 100% - 200px );
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.headerNav li{
  margin-right: 30px;
  text-align: center;
}
.headerNav li a{
  font-weight: bold;
  color: #fff;
}

.headerTopNav-wrap{
  width: 100%;
}
.headerTopNav{
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff100;
}
.headerTopNav li{
  margin: 0 15px;
  text-align: center;
}
.headerTopNav li a{
  font-weight: bold;
}

#pagefooter{
  width: 100%;
  background-color: #eb6405;
  position: relative;
}
.footer-inner{
  padding: 25px 5%;
}
.footer_copy{
  font-size: 13px;
  color: #fff;
  text-align: center;
}

/* .btn_pageTop{
  position: absolute;
  right: 30px;
  top: 35px;
} */
/* .btn_pageTop{
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #fff100;
  position: absolute;
  right: 30px;
  top: -35px;
}
.btn_pageTop span{
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.btn_pageTop span::after{
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #c8161d;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
} */

.btn_pageTop{
  width: 69px;
  height: 69px;
  display: block;
  background-image: url(../images/pagetop.png);
  background-size: cover;
  position: absolute;
  right: 30px;
  top: -20px;
}


.mv-wrap{
  width: 100%;
  /* margin: 0 0 50px; */
}



.topAbout-wrap{
  width: 100%;
  padding: 70px 0 45px;
  background-image: url("../images/bg_top_about.png");
}
.topAbout-inner{
  width: 90%;
    margin: 0 auto;
}
.top_about_ticket{
  width: 147px;
  margin: 0 auto 25px;
}
.topAbout-inner h2{
  font-size: 28px;
  text-align: center;
  margin: 0 0 15px;
}
.topAbout-inner p{
  text-align: center;
  line-height: 2;
  margin: 0 0 30px;
}
.top_about_text{
  width: 100%;
  max-width: 536px;
  margin: 0 auto;
}

.about_priceBox{
  display: block;
}
.about_priceBox:not(:last-child){
  margin-bottom: 1em;
}
.about_priceBox li{
  display: inline-block;
}
.about_priceBox li:not(:last-child){
  margin-right: 1em;
}

.content-wrap{
  width: 100%;
  padding: 50px 0;
}
.content-inner{
  width: 1000px;
  margin: 0 auto;
}

.title{
  font-size: 40px;
  text-align: center;
  margin: 0 0 26px;
}
.title span{
  font-size: 16px;
  color: #c8161d;
  display: block;
  margin: 6px 0 0;
}
.title_newsList{
  margin: 0 0 56px;
}


.topNews-wrap{
  padding: 35px 0;
}

.topNewsList{
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.topNewsList li{
  /* padding: 16px 18%; */
  padding: 16px 50px 16px 30px;
  border-bottom: 1px solid #cacbcb;
  /* display: flex; */
}
 .topNewsList li a{
  /* padding: 16px 18%;
  border-bottom: 1px solid #cacbcb; */
  display: flex;
  /* pointer-events: none; */
}
.topNewsListDate{
  width: 120px;
}
.topNewsListText{
  width: calc( 100% - 120px );
}

.topEnter-wrap{
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 35px 0;
  margin: 0 0 50px;
}

.topEnterBox{
  width: 48%;
  border-radius: 10px;
  box-shadow: 0 0 6px 2px rgba(0,0,0,.2);
}

.topEnterBox_top{
  width: 100%;
  background-color: #009e96;
  padding: 18px 10px;
  position: relative;
}
.topEnterBox_top::after{
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #009e96;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
}
.topEnterBuy .topEnterBox_top{
  background-color: #eb6100;
}
.topEnterBuy .topEnterBox_top::after{
  border-top: 20px solid #eb6100;
}

.topEnterBox_top p{
  color: #009e96;
  background-color: #fff;
  border-radius: 5px;
  display: table;
  margin: 0 auto 8px;
  padding: 0 16px;
}
.topEnterBuy .topEnterBox_top p{
  color: #eb6100;
}

.topEnterBox_top h2{
  font-size: 28px;
  color: #fff;
  text-align: center;
}
.topEnterBox_content{
  background-color: #fff;
  padding: 8% 0;
}
.topEnterBox_content p{
  text-align: center;
  line-height: 2;
}

.btn_topEnter{
  width: 100%;
  max-width: 316px;
  margin: 23px auto 0;
  color: #009e96;
  padding: 16px;
  box-sizing: border-box;
  text-align: center;
  border: 2px solid #009e96;
  position: relative;
  display: block;
  border-radius: 15px;
}
.btn_topEnter::after{
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid #009e96;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  margin: auto;
}
.btn_topEnter_orange{
  color: #eb6100;
  border: 2px solid #eb6100;
}
.btn_topEnter_orange::after{
  border-left: 8px solid #eb6100;
}
.btn_topAbout{
  color: #c8161d;
  border: 2px solid #c8161d;
  background: #fff;
  margin: 27px auto 0;
}
.btn_topAbout::after{
  border-left: 8px solid #c8161d;
}

.btn_topEnter_none{
  pointer-events: none;
  color: #c6c6c6;
  border: 2px solid #c6c6c6;
}
.btn_topEnter_none::after{
  content: none;
}

.contact-wrap{
  width: 100%;
  background-color: #fff;
  padding: 45px 0 30px;
}
.contactTitle{
  font-size: 28px;
  text-align: center;
  margin: 0 0 26px;
}
.contact-inner{
  width: 90%;
  margin: 0 auto;
}
.contact-inner p{
  text-align: center;
}
.contactName{
  font-size: 22px;
  color: #e5004a;
  font-weight: bold;
  margin: 0 0 13px;
}
.contactTel{
  font-family: 'Manrope', sans-serif;
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 15px;

}
.contactTel::before{
  content: "";
  width: 32px;
  height: 23px;
  background-image: url("../images/icon_tel.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 10px;
}
.contactTime{
  margin-bottom: 40px;
}

.restaurantsLogo-wrap{
  padding: 30px 0;
}
.restaurantsLogo_title{
  /* font-size: 32px; */
  font-size: 3.8rem;
  /* color: #c8161d; */
  text-align: center;
  margin: 0 0 15px;
}
.restaurantsLogo-wrap a:not(:last-child){
  margin-bottom: 30px;
}
.restaurantsLogo-wrap p{
  text-align: center;
  margin: 0 0 50px;
}

/* restaurants ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.restaurants_intro{
  width: 100%;
  /* padding: 22px 0 45px;
  border-bottom: 2px solid #c91a21; */
}
.restaurants_intro h3,
.about_e_ticket h3{
  font-size: 32px;
  color: #c8161d;
  text-align: center;
  margin: 0 0 15px;
}
.restaurants_intro p{
  text-align: center;
}

.restaurants_apply_box{
  width: 96%;
  margin: 50px auto;
  padding: 5% 12% 6%;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 6px 2px rgba(0,0,0,.2);
}

.restaurants_apply_kiyaku_title{
  font-size: 28px;
  font-weight: bold;
  color: #e5004a;
  text-align: center;
  margin: 0 0 23px;
}
.restaurants_apply_kiyaku{
  width: 100%;
  max-width: 600px;
  margin: 0 auto 28px;

  font-weight: bold;
  color: #e5004a;
  line-height: 1.5;
  text-align: center;

  border: 2px solid #e5004a;
  border-radius: 50px;

  padding: 16px 10px;
  box-sizing: border-box;
  display: block;
}

.restaurants_apply_kiyaku_text{
  line-height: 2.4;
  text-align: center;
  margin: 35px 0;
}
.howto_gassann_text a{
  text-decoration: underline;
}


.restaurants_apply_agree-wrap{
  width: 234px;
  border: 2px solid #e6e6e6;
  margin: 0 auto;
  padding: 19px 0;
}
.restaurants_apply_agree-wrap input[type=checkbox]{
  transform: scale(2);
  margin: 0 15px 3px 0;
}
.restaurants_apply_agree-wrap label{
  font-size: 28px;
  color: #000;
  display: table;
  margin: 0 auto;
}

.btn_arrow{
  position: relative;
}
.btn_arrow::after{
  content: "";
  /* width: 0;
  height: 0;
  border-left: 8px solid #e5004a;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto; */
  width: 11px;
  height: 18px;
  background-image: url(../images/arrow.png);
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

.btn_arrow.btn_apply_none::after,
.btn_arrow.btn_apply_none2::after{
  background-image: url(../images/arrow_grey.png);
}

.btn_arrow_white::after{
  border-left: 8px solid #fff;
}
.btn_arrow_black::after{
  border-left: 8px solid #000;
}

.icon_external::before{
  content: "";
  width: 18px;
  height: 17px;
  background-image: url("../images/icon_external.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 45px;
  margin: auto;
}
.btn_apply_none::before,
.btn_apply_none2::before{
  background-image: url("../images/icon_external_grey.png");
}



.btn_apply-wrap{
  width: 100%;
  max-width: 670px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.btnApply{
  /* width: 316px; */
  width: 100%;
  color: #e5004a;
  border: 2px solid #e5004a;
  /* border-radius: 30px; */
  border-radius: 50px;
  /* padding: 16px 60px 16px 20px; */
  padding: 10px 70px 10px 30px;
  box-sizing: border-box;
  display: block;
  font-weight: bold;
}

.btn_apply_none,
.btn_apply_none2{
  color: #c6c6c6 !important;
  border: 2px solid #c6c6c6 !important;
  pointer-events: none;
}
/* .btn_apply_none::after{
  border-left: 8px solid #c6c6c6;
} */

.btn_center{
  margin: 0 auto;
}


.btn_restaurants_manual{
  width: 90%;
  /* max-width: 520px;
  margin: 0 auto 10px;
  padding: 5px 60px 5px 20px;
  box-sizing: border-box;
  color: #e5004a;
  border: 2px solid #e5004a;
  display: block;
  font-weight: bold; */

  max-width: 600px;
  margin: 0 auto 28px;
  font-weight: bold;
  color: #e5004a;
  line-height: 1.5;
  text-align: center;
  border: 2px solid #e5004a;
  border-radius: 50px;
  padding: 16px 10px;
  box-sizing: border-box;
  display: block;
}

.restaurantsBottomText{
  text-align: center;
  line-height: 2.25;
  padding: 30px 0;
}

/* restaurants end ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


/* how to buy ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.how-to-buy_intro{
  border-bottom: none;
}
.how-to-buy_intro p{
  line-height: 2;
  width: 100%;
  max-width: 730px;
  margin: 0 auto;
}

.howtoBuyContent-wrap{
  margin: 0 0 70px;
}
.howtoBuyContent-wrap h3{
  font-size: 32px;
  color: #c8161d;
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 2px solid #c91a21;
}

.btn_apply_howtoBuy-wrap{
  justify-content: center;
}

.how-to-buy_apply_box{
  padding: 5% 10% 6%;
}
.how-to-buy_apply_box h4{
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 23px;
}

.how-to-buy_apply_box .restaurants_apply_kiyaku_title{
  /* margin: 0 0 73px; */
}
.how-to-buy_apply_box .btn_restaurants_manual{
  width: 100%;
  margin: 0 auto 42px;
}
.how-to-buy_apply_box .restaurants_apply_kiyaku_text{
  margin: 60px 0 0;
}

.how-to-buy_tammatsu{
  margin: 73px 0 40px;;
}

/* how to buy end ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


/* about ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.about_intro{
  border-bottom: none;
}
.about_intro p{
  line-height: 2;
  width: 100%;
  max-width: 730px;
  margin: 0 auto;
}

.fontBold{
  font-weight: bold;
}
.fontColorRed{
  color: #c8161d;
}
.note{
  padding-left: 1em;
  position: relative;
  display: block;
}
.note::before{
  content: "※";
  position: absolute;
  top: 0;
  left: 0;

}

.aboutTable-wrap{
  margin: 0 0 50px;
}
.aboutTable-wrap h3{
  font-size: 26px;
  color: #c8161d;
  margin: 0 0 17px;
}

.aboutTable th{
  width: 176px;
  padding: 22px 15px;
  box-sizing: border-box;
  background: #f5d689;
  text-align: left;
  vertical-align: middle;
}
.aboutTable td{
  font-size: 15px;
  width: calc( 100% - 176px );
  padding: 22px 15px;
  box-sizing: border-box;
  background-color: #fff;
}
.aboutTable tr:not(:last-child) th{
  border-bottom: 1px solid #fff;
}
.aboutTable tr:not(:last-child) td{
  border-bottom: 1px solid #cacbcb;
}



/* about ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


/* search ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.useInnPagenation__button{
  width: 40px;
  height: 40px;
  padding: 0;
  display: flex !important;
  justify-content: center;
  align-items: center;
  background-color: #f5d689;
  border-radius: 50%;
  color: #680000 !important;
}
.useInnPagenation__button--now{
  background-color: #c8161d;
  color: #fff !important;
}

.btn_search_check{
  margin: 30px auto 50px !important;
}

/* search end ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* newsList ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.newsPagenation__button{
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5d689;
  border-radius: 50%;
  color: #680000 !important;
}
.newsPagenation__button--now{
  background-color: #c8161d;
  color: #fff !important;
}
/* newsList end ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


/* news ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.article-wrap{
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
}
.article-inner{
  width: 100%;
  padding: 5% 10%;
}
.articleDate{
  text-align: center;
}
.articleTitle{
  font-size: 26px;
  font-weight: bold;
  color: #c8161d;
  text-align: center;
  border-bottom: 1px solid #cacbcb;
  padding: 20px 0 30px;
}
.articleText{
  line-height: 2;
  padding: 40px 0;
}
.articleText a{
  text-decoration: underline;
}
/* news end ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


/* register ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.contentRegister{
  padding: 100px 0 0;
}
.restaurants_intro h1{
  font-size: 3.8rem;
  text-align: center;
  margin: 0 0 15px;
}

.btn_applyBox-wrap{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.btn_applyBox{
  width: 48%;
  max-width: 340px;
}
.btn_applyBox_title{
  font-weight: 700;
  color: #fff;
  width: 100%;
  background: #e5004a;
  text-align: center;
  padding: 5px 10px;
  box-sizing: border-box;
  margin: 0 0 20px;
}

.btn_applyBox_step{
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px;
}
.btn_applyBox_step p:first-child{
  width: 60px;
  height: 28px;
  background: #e5004a;
  font-size: 1.4rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.btn_applyBox_step p:last-child{
  width: calc(100% - 75px);
  font-size: 1.5rem;
}

.btn_applyBox_address{
  font-size: 1.5rem;
}
.btn_applyBox_address span{
  font-weight: 700;
}

.btnApply{
  margin-top: 30px;
}
.btn_applyBox_comingsoon{
  font-size: 1.4rem;
  margin-top: 10px;
}
/* register end ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


/* privacy ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.privacy-wrap{
  padding: 30px 0;
}
.privacyText {
  line-height: 2;
}
.privacyTitle {
  font-size: 1.8rem;
  margin: 46px 0 7px;
}
.privacyText:last-of-type {
  margin-top: 46px;
}
.privacyList {
  margin: 8px 0 0;
}
.privacyList li {
  padding-left: 1em;
  position: relative;
}
.privacyList li:not(:last-child) {
  margin: 0 0 8px;
}
.privacyList li::before {
  content: "\30FB";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

/* privacy end ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


@media screen and (max-width: 1060px) {
  .br_over1060{
    display: none;
  }
  .br_under1060{
    display: block;
  }

  .content-inner{
    width: 90%;
  }

  .topEnterBox_content{
    padding: 8% 5%;
  }
  .topEnterBox_content p{
    text-align: left;
  }

  /* .btnApply{
    width: 47%;
  } */




}

@media screen and (max-width: 1060px) {
  .headerForRestaurants-inner{
    padding: 0 20px;
  }
  .headerNav li:last-child{
    margin-right: 0;
  }
}
@media screen and (max-width: 980px) {
  .topNav,
  .headerNav,
  .headerTopNav-wrap{
    display: none;
  }
  .inner{
    display: block;
  }

}

@media screen and (max-width: 900px) {
  .br_under900{
    display: inline;
  }
}



@media screen and (max-width: 768px) {
  .pcOnly{
    display: none;
  }
  .spOnly{
    display: block;
  }
  .br_pcOnly{
    display: none;
  }
  .br_spOnly{
    display: inline;
  }

  /* .topNav{
    display: none;
  }
  .inner{
    display: block;
  } */


  .title{
    font-size: 30px;
  }

  .mv-wrap{
    margin: 0;
  }

  .topAbout-inner h2{
    font-size: 22px;
  }

  .topNewsList li{
    /* display: block; */
    /* padding: 16px 5%; */
    padding: 16px 40px 16px 20px;
  }
  .topNewsList li a{
    display: block;
  }
  .topNewsListDate{
    display: block;
    margin-bottom: .5em;
  }

  .topEnter-wrap{
    display: block;
  }
  .topEnterBox{
    width: 100%;
    max-width: 480px;
    margin: 0 auto 50px;
  }
  .topEnterBox:last-child{
    margin: 0 auto;
  }

  .topEnterBox_top h2{
    font-size: 22px;
  }

  .contactTitle{
    font-size: 22px;
  }
  .contactName{
    font-size: 18px;
  }
  .contactTel{
    font-size: 24px;
  }

  .btn_pageTop{
    width: 36px;
    height: 36px;
    right: 15px;
    top: -18px;
  }

  .logo{
    width: 82px;
  }
  .headerForRestaurants-inner{
    height: 80px;
  }
  .headerNav{
    display: none;
  }


  .restaurants_intro h3,
  .about_e_ticket h3{
    font-size: 24px;
  }

  .restaurants_apply_box{
    padding: 5% 8% 6%;
  }
  .restaurants_apply_kiyaku_title{
    font-size: 22px;
  }

  .restaurants_apply_kiyaku_text{
    text-align: left;
  }

  .restaurants_apply_kiyaku{
    /* padding: 16px 65px 16px 20px; */
    padding: 16px 70px 16px 30px;
    text-align: left;
  }
  .restaurantsLogo_title{
    font-size: 24px;
  }


  .btn_apply-wrap{
    display: block;
  }
  .btnApply{
    width: 100%;
  }
  .btnApply:not(:last-child){
    margin: 0 0 30px;
  }

  .restaurants_apply_agree-wrap input[type=checkbox]{
    transform: scale(1);
  }
  .restaurants_apply_agree-wrap label{
    font-size: 22px;
  }

  .restaurantsBottomText{
    text-align: left;
  }

  .about_e_ticket{
    padding: 20px 0;
  }


  /* how to buy */
  .howtoBuyContent-wrap h3{
    font-size: 24px;
  }
  .how-to-buy_apply_box .restaurants_apply_kiyaku_title{
    /* margin: 0 0 40px; */
  }
  .how-to-buy_tammatsu{
    margin: 40px 0 20px;
  }
  .how-to-buy_apply_box h4{
    font-size: 22px;
    margin: 0 0 10px;
  }

  /* about */
  .top_about_text{
    max-width: 295px;
  }
  .aboutTable-wrap h3{
    font-size: 20px;
  }
  .aboutTable th,
  .aboutTable td{
    width: 100%;
    display: block;
  }
  .aboutTable th{
    text-align: center;
    padding: 10px 20px;
  }
  .aboutTable td{
    padding: 20px;
  }
  .aboutTable tr:not(:last-child) th{
    border-bottom: none;
  }
  .aboutTable tr:not(:last-child) td{
    border-bottom: none;
  }

  /* news */
  .articleTitle{
    font-size: 20px;
  }


  /* register */
  .contentRegister{
    padding: 50px 0 0;
  }
  .restaurants_intro h1,
  .restaurantsLogo_title{
    font-size: 2.6rem;
  }
  .btn_applyBox-wrap{
    display: block;
  }
  .btn_applyBox{
    width: 100%;
    margin: 0 auto;
  }
  .btn_applyBox:first-of-type{
    margin-bottom: 35px;
  }

}



@media screen and (max-width: 480px) {
  .topAbout-inner p br{
    display: none;
  }
}
