@font-face {
    font-family: 'toppan';
    src: url('/wp/wp-content/themes/allwhite/fonts/ToppanBunkyuGothicPr6N-DB-AlphaNum-01.otf'),
         url('/wp/wp-content/themes/allwhite/fonts/ToppanBunkyuGothicPr6N-DB-AlphaNum-01.woff'),
         url('/wp/wp-content/themes/allwhite/fonts/ToppanBunkyuGothicPr6N-Regular-AlphaNum-02.otf'),
         url('/wp/wp-content/themes/allwhite/fonts/ToppanBunkyuGothicPr6N-Regular-AlphaNum-02.woff');
}

@font-face {
  font-family: 'toppan_midashi';
  src: url('/wp/wp-content/themes/allwhite/fonts/ToppanBunkyuMidashiGothicStdN-ExtraBold.otf'),
       url('/wp/wp-content/themes/allwhite/fonts/ToppanBunkyuMidashiGothicStdN-ExtraBold.woff');
}

@font-face {
  font-family: 'kozmin';
  src: url('/wp/wp-content/themes/allwhite/fonts/KozMinPr6N-Bold.ttf'),
       url('/wp/wp-content/themes/allwhite/fonts/KozMinPr6N-Heavy.ttf'),
       url('/wp/wp-content/themes/allwhite/fonts/KozMinPr6N-Medium.ttf'),
       url('/wp/wp-content/themes/allwhite/fonts/KozMinPr6N-Regular.ttf');
}

html{
  overflow: auto;
}

body{
  margin: 0;
  overflow: hidden;
  background-image: url("/wp/wp-content/uploads/2021/09/background.jpg");
  font-size: 20px;
  font-family: 'toppan';
}

h1{
  display: none;
}

.mobile{
  display: none !important;
}

.post, .page{
  margin-bottom: 0;
}

.entry-content{
  margin: 0;
}

.post-thumbnail{
  display: none;
}

.title{
  margin: 0 0 90px 0;
  text-align: center;
  font-size: 30px;
}

.subtitle{
  margin: 0 0 70px 0;
  text-align: center;
}

.marker{
  background: linear-gradient(transparent 75%, #9E1313 0%);
  font-weight: bold;
}

.max1200{
  max-width: 1200px;
  margin: 0 auto;
}

.max1000{
  max-width: 1000px;
  margin: 0 auto;
}

.max600{
  max-width: 600px;
  margin: 0 auto;
}

.section{
  padding: 150px 0;
}

.view_button_wrapper{
  text-align: right;
  margin-top: 100px;
}

.view_link {
  text-decoration: none;
  padding: 15px 100px;
  color: #000 !important;
  font-size: 18px;
  transition: 0.5s;
  background: #fff;
}

.view_link:hover{
  color: #fff !important;
  background: #9E1313;
}




.header_wrapper{
  position: relative;
}

.header_vertical_wrapper{
  position: fixed;
  top: 5%;
  left: 3%;
  z-index: 11;
}

.header_vertical_wrapper img{
  width: 100px;
  height: auto;
  object-fit: cover;
}

.header_menu_bar_wrapper{
  position: fixed;
  top: 30px;
  right: 50%;
  transform: translate(600px,0);
  z-index: 11;
}

.header_menu_bar_wrapper:hover{
  cursor: pointer;
}

.header_menu_bar_wrapper img{
  width: 40px;
}

.header_list_wrapper{
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 350px;
  height: 100%;
  background: #fff;
  z-index: 16;
  margin: 0;
  padding: 0;
}

.header_list_wrapper li{
  list-style: none;
}

.header_close_image_wrapper{
  text-align: right;
  padding: 7% 10% 0 0;
}

.header_close_image_wrapper img{
  width: 30px;
}

.header_close_image_wrapper img:hover{
  cursor: pointer;
}

.header_logo_image_wrapper{
  text-align: center;
  margin-bottom: 30px;
}

.header_logo_image_wrapper img{
  width: 40%;
}

.header_list_wrapper li a{
  text-decoration: none;
  color: #000;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  padding: 25px 0 25px 50px;
}

.header_list_wrapper li a:hover{
  background: #9E1313;
  color: #fff;
}

.header_bottom_wrapper{
  position: fixed;
  bottom: 0;
  z-index: 15;
  width: 100%;
  height: 100px;
  background: #191818;
}

.header_bottom_inner{
  width: 50%;
  height: 100%;
  margin: 0 0 0 auto;
  display: flex;
}

.header_bottom_ticket_wrapper{
  width: 30%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.header_bottom_ticket_wrapper a{
  border: 1px solid #fff;
  border-left: 5px solid #fff;
  text-decoration: none;
  color: #fff;
  padding: 13px 15px;
  font-size: 18px;
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translate(0%,-50%);
}

.header_bottom_border{
  position: relative;
  height: 100%;
}

.header_bottom_border span{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
  height: 60%;
  border: 1px solid #fff;
}

.header_bottom_tel_wrapper{
  display: inline-block;
  width: 70%;
  vertical-align: middle;
  position: relative;
}

.header_bottom_tel_inner{
  position: absolute;
  top: 50%;
  left: 3%;
  transform: translate(0%,-50%);
  color: #fff;
}

.header_bottom_tel_wrapper p{
  margin: 0;
  font-size: 15px;
}

.header_bottom_tel_img_wrapper{
  font-size: 18px;
}

.header_bottom_tel_img_wrapper img{
  width: 20px;
  border-radius: 50%;
  vertical-align: middle;
}

.header_bottom_tel_img_wrapper span{
  vertical-align: middle;
}




.footer_wrapper{
  background: #000;
  color: #fff;
  height: 315px;
}

.footer_wrapper p{
  margin: 0;
}

.footer_inner{
  display: flex;
  padding-top: 40px;
  height: 170px;
}

.footer_logo_wrapper{
  display: inline-block;
  width: 50%;
  height: 100%;
  text-align: center;
}

.footer_logo_wrapper img{
  height: 100%;
}

.footer_txt_wrapper{
  display: inline-block;
  width: 50%;
}

.footer_txt_tel_wrapper img{
  width: 20px;
  border-radius: 50%;
  vertical-align: middle;
}

.footer_txt_tel_wrapper span{
  vertical-align: middle;
}

.footer_txt_tel_wrapper p{
  font-size: 25px;
}

.footer_txt_access_wrapper{
  font-size: 15px;
  margin-top: 20px;
}

.footer_sns_wrapper{
  width: 30px;
  margin: 0 1.5% 0 auto;
}

.footer_sns_wrapper img{
  width: 100%;
}






.top_image_section{
  position: relative;
  z-index: 10;
}

.top_image_wrapper{
  width: 100%;
  height: 100vh;
}

.top_image_wrapper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top_logo_large_wrapper{
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 100vh;
}

.top_logo_large_inner{
  position: relative;
  width: 100%;
  height: 100%;
}

.top_logo_overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: .8;
  z-index: 1;
}

.top_logo_large_inner p{
  margin: 0;
  height: 100%;
}

.top_logo_large_wrapper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 2;
}


.top_about_section{
  position: relative;
}

.top_about_title_wrapper{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  writing-mode: vertical-rl;
  background: #fff;
  padding: 10px 0 0;
  font-family: auto;
}

.top_about_title_wrapper p{
  margin: 0;
  font-size: 110px;
  font-weight: bold;
  letter-spacing: 20px;
}

.top_about_title_wrapper .title_small{
  font-size: 60px;
}

.top_about_title_wrapper .title_right{
  text-align: right;
}

.top_about_content_wrapper{
  display: flex;
}

.top_about_image_wrapper{
  width: 50%;
  height: 40vw;
}

.top_about_image_wrapper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top_about_txt_wrapper{
  position: relative;
  width: 50%;
}

.top_about_txt_inner{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  writing-mode: vertical-rl;
  height: 100%;
  font-family: 'kozmin';
}

.top_about_txt_inner p{
  margin: 0;
  position: absolute;
  top: 50%;
}

.top_about_txt_inner p:first-child{
  top: 15%;
  left: 20px;
}

.top_about_txt_inner p:last-child{
  top: 30%;
  right: 20px;
}

.top_about_content_wrapper:last-child .top_about_txt_inner p:last-child{
  top: 25%;
}

.top_about_txt_inner span{
  padding: 20px 15px 10px;
  letter-spacing: 13px;
  font-weight: bold;
  font-size: 30px;
}


.top_info_section{
  background: #fff;
  padding: 80px 0;
}

.top_info_content_wrapper .news_date_wrapper{
  display: inline-block;
  width: 30%;
  vertical-align: middle;
}

.top_info_content_wrapper .news_title{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  width: 70%;
  vertical-align: middle;
}

.top_info_content_wrapper .news_title a{
  text-decoration: none;
  color: #000;
}

.top_info_link_wrapper{
  text-align: right;
}

.top_info_link_wrapper a{
  text-decoration: none;
  color: #000;
  font-weight: bold;
  font-size: 18px;
}

.top_info_link_wrapper a:hover{
  color: #9E1313;
}

.top_info_content_wrapper .topItemList{
  margin-bottom: 30px;
}




.top_meal_heading_wrapper{
  padding-left: 25%;
}

.top_meal_heading_wrapper p{
  margin: 0;
}

.top_meal_heading_small{
  font-size: 40px;
}

.top_meal_heading_middle{
  font-size: 60px;
}

.top_meal_heading_large{
  font-size: 85px;
  font-weight: bold;
  text-shadow: 1px 1px #fff, 3px 3px #fff, 4px 4px 0px #707070;
  font-family: 'toppan_midashi';
}

.top_meal_heading_red{
  color: #9E1313;
}

.top_meal_item{
  white-space: nowrap;
  position: relative;
  height: 750px;
}

.top_meal_item_title_wrapper{
  display: inline-block;
  width: 30%;
  vertical-align: top;
}

.top_meal_item_title_inner{
  writing-mode: vertical-rl;
  margin-top: 35%;
  margin-left: 30%;
}

.top_meal_item_content_wrapper{
  display: inline-block;
  width: 70%;
}

.top_meal_item_image_center_wrapper{
  width: 500px;
  height: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-40%);
  z-index: 1;
}

.top_meal_item_image_center_wrapper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top_meal_item_image_left_wrapper{
  width: 1300px;
  height: 650px;
  position: absolute;
  top: -15%;
  left: -50%;
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
  background: #CFCFCF;
}

.top_meal_item_image_right_wrapper{
  width: 1300px;
  height: 650px;
  position: absolute;
  top: -13%;
  right: -50%;
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
  background: #CFCFCF;
}

.top_meal_item_image_left_wrapper img,
.top_meal_item_image_right_wrapper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: polygon(calc(50% - 5px) 5px, 5px calc(100% - 5px), calc(100% - 5px) calc(100% - 5px));
}

.top_meal_item_txt_wrapper{
  position: absolute;
  top: 85%;
  margin: 0;
  font-size: 18px;
  width: 60%;
  white-space: normal;
}

.top_meal_item_txt_left_wrapper{
  left: 10%;
}

.top_meal_item_txt_right_wrapper{
  left: 30%;
}

.top_meal_item_title_wrapper p{
  margin: 0;
}

.top_meal_item_title_heading{
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 15px;
}

.top_meal_item_title{
  font-size: 50px;
  letter-spacing: 10px;
  font-weight: bold;
  padding-top: 25px;
}


.top_course_section{
  padding-bottom: 150px;
}

.top_course_midashi_wrapper{
  text-align: center;
  margin-bottom: 100px;
  position: relative;
}

.top_course_midashi_overlay {
  width: 100%;
  background: #fff;
  opacity: .6;
  height: 100%;
  position: absolute;
  z-index: -1;
}

.top_course_midashi_img_wrapper{
  width: 100px;
  display: inline-block;
  vertical-align: middle;
}

.top_course_midashi_img_wrapper img{
  width: 100%;
}

.top_course_midashi_txt_wrapper{
  display: inline-block;
  vertical-align: middle;
  margin: 0 10%;
  padding: 50px 0;
}

.top_course_midashi_txt_wrapper p{
  margin: 0;
  text-align: left;
  font-family: 'toppan_midashi';
  font-size: 40px;
}

.top_course_midashi_txt_wrapper p:last-child{
  padding-left: 100px;
}

.top_course_contents_wrapper{
  white-space: nowrap;
}

.top_course_contents_left_wrapper{
  margin-bottom: 50px;
  text-align: center;
}

.top_course_contents_left_wrapper:last-child{
  margin-bottom: 0px;
}

.top_course_contents_left_img_wrapper{
  width: 400px;
  height: 400px;
  margin: 0 5% 0 0;
  display: inline-block;
  vertical-align: middle;
}

.top_course_contents_left_wrapper:nth-child(2n) .top_course_contents_left_img_wrapper{
  margin: 0;
}

.top_course_contents_left_wrapper:nth-child(2n) .top_course_contents_menu_wrapper{
  margin: 0 5% 0 0;
}

.top_course_contents_left_img_wrapper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.top_course_contents_menu_title{
  margin: 0;
  font-weight: bold;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 25px;
  white-space: normal;
}

.top_course_contents_menu_wrapper{
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  width: 50%;
}

.top_course_contents_menu_inner{
  background: #fff;
  border-radius: 50px;
  padding: 30px 40px;
  box-shadow: 5px 5px 5px rgba(0,0,0,.14);
  white-space: normal;
}

.top_course_contents_menu_inner ul{
  padding: 0;
  margin: 0;
}

.top_course_contents_menu_inner ul li{
  list-style: none;   
}

.top_course_contents_menu_warning{
  margin: 0;
}

.top_course_contents_right_wrapper{
  display: inline-block;
  width: 49%;
  vertical-align: bottom;
}

.top_course_contents_right_title_wrapper{
  margin: 0 0 30px 0;
  font-size: 25px;
  text-align: center;
}

.top_course_contents_right_img_wrapper{
  width: 100%;
  height: 500px;
}

.top_course_contents_right_img_wrapper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top_course_contents_right_title_left_border_wrapper,
.top_course_contents_right_title_right_border_wrapper{
  display: inline-block;
}

.top_course_contents_right_title_left_border{
  display: inline-block;
  width: 25px;
  height: 60px;
  background-image: linear-gradient(to right top, transparent 40%, black 47%, black 45%, transparent 55%);
}

.top_course_contents_right_title_right_border{
  display: inline-block;
  width: 25px;
  height: 60px;
  background-image: linear-gradient(to left top, transparent 40%, black 47%, black 45%, transparent 55%);
}

.top_course_contents_right_txt{
  display: inline-block;
}

.top_course_contents_right_txt{
  font-family: "toppan_midashi";
}





.top_chinchiro_wrapper{
  background-image: url("/wp/wp-content/uploads/2021/09/chinchiro_back.jpg");
  background-size: cover;
}

.top_chinchiro_title_wrapper p{
  margin: 0;
  text-align: center;
  font-weight: bold;
  font-family: 'toppan_midashi';
}

.top_chinchiro_title{
  font-size: 40px;
}

.top_chinchiro_left_border{
  display: inline-block;
  width: 30px;
  height: 40px;
  background-image: linear-gradient(to right top,
                                    transparent 45%,
                                    black 47%,
                                    black 53%,
                                    transparent 59%);
}

.top_chinchiro_right_border{
  display: inline-block;
  width: 30px;
  height: 40px;
  background-image: linear-gradient(to left top,
                                    transparent 45%,
                                    black 47%,
                                    black 53%,
                                    transparent 59%);
}

.top_chinchiro_subtitle{
  font-size: 20px;
}

.top_chinchiro_image_wrapper{
  margin-top: 150px;
  text-align: center;
}

.top_chinchiro_image_wrapper img{
  width: 50%;
  transform: rotate(15deg);
}



.top_slider_section ul{
  padding: 0;
  margin: 0;
}

.top_slider_section ul li{
  list-style: none;
  width: 300px;
  height: 250px;
}

.top_slider_section ul li img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.top_shop_content_wrapper{
  white-space: nowrap;
  margin-bottom: 60px;
}

.top_shop_image_wrapper{
  display: inline-block;
  width: 50%;
  height: 530px;
  vertical-align: top;
}

.top_shop_image_wrapper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top_shop_txt_wrapper{
  display: inline-block;
  width: 50%;
  margin-left: 5%;
  font-size: 15px;
}

.top_shop_txt_item:first-child{
  border-top: 1px solid #707070;
}

.top_shop_txt_item{
  white-space: nowrap;
  padding: 20px 0;
  border-bottom: 1px solid #707070;
}

.top_shop_txt_item p{
  margin: 0;
}

.top_shop_txt_item_name{
  display: inline-block;
  width: 20%;
  vertical-align: top;
}

.top_shop_txt_name{
  display: inline-block;
  width: 80%;
}

.top_shop_access_wrapper{
  background: #BDBDBD;
  height: 400px;
  text-align: center;
}

.top_shop_access_wrapper iframe {
  max-width: 1200px;
  width: 100%;
  height: 100%;
}











.common_image_wrapper{
  height: 60vh;
}

.common_image_wrapper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.common_title_wrapper{
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: 60vh;
}

.common_title_inner{
  position: relative;
  width: 100%;
  height: 100%;
}

.common_title_overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: .8;
  z-index: 1;
}

.common_title{
  font-size: 47px;
  margin: 0;
  position: absolute;
  top: 55%;
  left: 55%;
  transform: translate(-50%,-50%);
  z-index: 2;
  writing-mode: vertical-rl;
  font-family: 'toppan_midashi';
  letter-spacing: 20px;
}



.meal_menu_contents_wrapper{
  white-space: nowrap;
  font-weight: bold;
}

.meal_menu_item{
  display: inline-block;
  width: 30%;
  vertical-align: top;
}

.meal_menu_item:nth-child(2){
  margin: 0 4.3%;
}

.meal_menu_item_title{
  margin: 0 0 20px 0;
  background: #000;
  color: #fff;
  padding: 15px 0 15px 15px;
  font-size: 18px;
  box-shadow: 5px 5px 0px #BDBDBD;
}

.meal_menu_item_title_last{
  margin-top: 50px;
}

.meal_menu_item_content{
  white-space: nowrap;
  padding: 20px 0;
  border-bottom: 1px dotted #000;
}

.meal_menu_item_content:first-child{
  border-top: 1px dotted #000;
}

.meal_menu_item_content p{
  font-size: 15px;
}

.meal_menu_item_name{
  margin: 0;
  display: inline-block;
  width: 79%;
  white-space: normal;
}

.meal_menu_item_name_small{
  font-size: 13px !important;
}

.meal_menu_item_price{
  margin: 0;
  display: inline-block;
  width: 20%;
  text-align: right;
  color: #9E1313;
}

.meal_menu_item_price_top{
  vertical-align: top;
}




.reservation_wrapper .title{
  margin-bottom: 30px;
}

.reservation_item {
  margin-bottom: 20px;
}

.reservation_item:last-child{
  margin-bottom: 0;
}

.reservation_field input {
  width: 100%;
  border: 0px;
}

.reservation_field textarea {
  border: 0px;
}

.reservation_field .wpcf7-radio input{
  width: auto;
}

.your-many input{
  width: 25%;
}

.label_title {
  font-size: 15px;
}

.reservation_small{
  font-size: 13px;
}

.must_label {
  color: red;
}

.wpcf7-list-item-label {
  font-size: 15px;
}

.wpcf7-list-item{
  margin: 0;
  display: block;
}

.reservation_item_field {
  text-align: center;
  font-size: 15px;
  margin-top: 50px;
}

.reservation_item_submit_wrapper {
  text-align: center;
  margin-top: 10px;
}

.wpcf7-submit{
  background: #9E1313 !important;
  border: 0px !important;
  color: #fff !important;
  width: 30%;
  font-size: 20px;
}

.wpcf7-submit:disabled{
  background: #BDBDBD !important;
}

.ajax-loader{
  display: none !important;
}




.topics_inner .topItemList {
  display: inline-block;
  width: 30%;
  height: 315px;
  margin: 0 5%;
  background: #fff;
  margin-bottom: 60px;
  vertical-align: top;
}

.topics_inner .topItemList:first-child,
.topics_inner .topItemList:nth-of-type(3n+1) {
  margin: 0;
}

.topics_inner .topItemList:nth-of-type(3n) {
  margin: 0;
}

.news_thumb {
  height: 60%;
  display: block;
}

.news_thumb a {
  height: 100%;
  display: block;
}

.news_thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.topics_inner .post_desc {
  height: 40%;
  padding: 30px 25px;
}

.topics_inner .news_date_wrapper {
  font-size: 15px;
}

.topics_inner .news_date {
  color: #999999;
}

.news_mark {
  color: #EDB354;
  float: right;
}

.topics_inner .news_title {
  font-size: 18px;
}

.topics_inner .news_title a {
  text-decoration: none;
  color: #000000;
  display: block;
  word-wrap: break-word;
  height: 3.2em;
  overflow: hidden;
}



.post_wrapper{
  background: #fff;
  padding: 85px 0;
}

.post_wrapper h2 {
  margin: 0 auto 50px;
  max-width: 1000px;
  word-wrap: break-word;
}

.post_thumbnail {
  width: 1000px;
  height: 600px;
  margin: 0 auto;
  position: relative;
}

.post_thumbnail img {
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.post_inner {
  max-width: 1000px;
  margin: 10px auto 0;
  display: flex;
  font-size: 15px;
}

.post_wrapper p {
  margin: 0;
}

.post_date {
  color: #999999;
}

.post_news {
  margin-left: 5% !important;
  color: #EDB354;
}

.post_content_wrapper {
  max-width: 1000px;
  margin: 30px auto 80px !important;
  font-size: 18px;
}

.post_topics_link_wrapper {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}

.view_link_topics{
  color: black !important;
  border: solid 1px #BDBDBD;
}





@media(max-width: 670px){
  
  body{
    font-size: 18px;
  }
  
  .mobile{
    display: inline-block !important;
  }
  
  .pc{
    display: none;    
  }
  
  .title{
    font-size: 25px;
    margin-bottom: 50px;
  }
  
  .subtitle {
    margin: 0 0 50px 0;
    font-size: 15px;
  }
  
  .max1200,
  .max1000,
  .max600{
    max-width: 95%;
  }
  
  .section{
    padding: 100px 0;
  }
  
  .view_button_wrapper{
    margin-top: 0px;
    text-align: center;
  }
  
  .view_link{
    display: inline-block;
    width: 100%;
    font-size: 15px;
    padding: 15px 0;
  }
  
  
  .header_vertical_wrapper{
    top: 20px;
  }
  
  .header_vertical_wrapper img{
    width: 60px;
  }
  
  .header_menu_bar_wrapper img{
    width: 30px;
  }
  
  .header_menu_bar_wrapper{
    top: 20px;
    right: 5%;
    transform: translate(0,0);
  }
  
  .header_list_wrapper{
    width: 70%;
  }
  
  
  .header_bottom_inner{
    width: 100%;
  }
  
  .header_bottom_ticket_wrapper{
    width: 50%;
  }
  
  .header_bottom_ticket_wrapper a{
    font-size: 15px;
    padding: 10px 13px;
  }
  
  .header_bottom_tel_wrapper{
    width: 50%;
  }
  
  .header_bottom_tel_inner{
    left: 10%;
  }
  
  .header_bottom_tel_img_wrapper{
    font-size: 15px;
  }
  
  
  
  
  .footer_inner{
    padding-top: 45px;
    height: 160px;
  }
  
  .footer_logo_wrapper{
    width: 45%;
  }
  
  .footer_logo_wrapper img{
    width: 80%;
  }
  
  .footer_txt_wrapper{
    width: 55%;
  }
  
  .footer_txt_tel_wrapper p{
    font-size: 15px;
  }
  
  .footer_txt_tel_wrapper{
    font-size: 15px;
  }
  
  .footer_txt_access_wrapper{
    font-size: 13px;
  }
  
  .footer_txt_access_wrapper{
    margin-top: 10px;
  }
  
  
  
  
  
  .top_image_wrapper{
    height: 30vh;
  }
  
  .top_logo_large_wrapper{
    height: 30vh;
  }
  
  .top_about_title_wrapper p{
    font-size: 50px;
    letter-spacing: 15px;
  }
  
  .top_about_title_wrapper .title_small{
    font-size: 30px;
  }
  
  .top_about_txt_inner span{
    font-size: 15px;
    letter-spacing: 5px;
    padding: 0;
  }
  
  .top_about_txt_inner p:first-child{
    top: 15%;
    left: 5px;
  }
  
  .top_about_txt_inner p:last-child{
    top: 27%;
    right: 5px;
  }
  
  .top_about_content_wrapper:last-child .top_about_txt_inner p:last-child{
    top: 22%;
  }
  
  .top_about_image_wrapper{
    height: 55vw;
  }
  
  
  
  .top_info_section{
    padding: 35px 0;
  }
  
  .top_info_content_wrapper .topItemList{
    font-size: 15px;
    margin-bottom: 15px;
  }
  
  .top_info_link_wrapper a{
    font-size: 15px;
  }
  
  .news_date_wrapper{
    display: block !important;
    width: 100% !important;
  }
  
  .top_info_content_wrapper .news_title{
    display: block !important;
    width: 100% !important;
  }
  
  
  
  
  .top_meal_heading_wrapper{
    padding-left: 15%;
  }
  
  .top_meal_heading_red{
    display: block;
    text-align: right;
  }
  
  .top_meal_heading_small{
    font-size: 20px;
  }
  
  .top_meal_heading_middle{
    font-size: 30px;
  }
  
  .top_meal_heading_large{
    font-size: 40px;
  }
  
  
  .top_meal_item{
    height: 450px;
  }
  
  .top_meal_item_image_center_wrapper{
    width: 55vw;
    height: 45vw;
    top: 28%;
  }
  
  .top_meal_item_image_left_wrapper{
    width: 110vw;
    height: 70vw;
    top: -15%;
    left: -50%;
  }
  
  .top_meal_item_image_right_wrapper{
    width: 110vw;
    height: 70vw;
    top: -15%;
    right: -50%;
  }
  
  .top_meal_item_txt_wrapper{
    font-size: 15px;
    width: 75%;
    top: 55%;
  }
  
  .top_meal_item_txt_left_wrapper{
    left: 0;
  }
  
  .top_meal_item_txt_right_wrapper {
    left: auto;
    right: 0;
  }
  
  .top_meal_item_title{
    font-size: 25px;
    letter-spacing: 8px;
    padding-top: 20px;
  }
  
  .top_meal_item_title_heading{
    font-size: 20px;
  }
  
  .top_meal_item_title_inner{
    margin: 35% 0 0 auto;
  }
  
  .top_meal_item:nth-child(2) .top_meal_item_title_inner{
    margin: 35% auto 0 0;
  }
  
  
  
  
  
  
  
  .top_course_section{
  padding-bottom: 100px;
  }
  
  .top_course_midashi_wrapper{
    margin-bottom: 50px;
  }
  
  .top_course_midashi_img_wrapper{
    width: 10%;
  }
  
  .top_course_midashi_txt_wrapper{
    margin: 0 3%;
    padding: 20px 0;
  }
  
  .top_course_midashi_txt_wrapper p:last-child{
    padding-left: 20px;
  }
  
  .top_course_midashi_txt_wrapper p{
    font-size: 25px;
  }
  
  .top_course_contents_wrapper{
    white-space: normal;
  }
  
  .top_course_contents_left_wrapper{
    width: 100%;
    margin-right: 0;
  }

  .top_course_contents_left_img_wrapper{
    margin: 0 0 10px 0;
    width: 70vw;
    height: 70vw;
  } 

  .top_course_contents_left_wrapper:nth-child(2n) .top_course_contents_left_img_wrapper{
    margin: 0 0 10px 0;
  }

  .top_course_contents_menu_wrapper{
    width: 100%;
  }
  
  .top_course_contents_right_wrapper{
    width: 100%;
  }
  
  .top_course_contents_right_txt{
    font-size: 20px;
  }
  
  .top_course_contents_right_title_left_border{
    height: 105px;
    width: 35px;
    background-image: linear-gradient(to right top, transparent 48%, black 50%, black 51%, transparent 55%);
  }
  
  .top_course_contents_right_title_right_border{
    height: 105px;
    width: 35px;
    background-image: linear-gradient(to left top, transparent 48%, black 50%, black 51%, transparent 55%);
  }
  
  .top_course_contents_right_img_wrapper{
    height: 250px;
  }
  
  .top_course_contents_menu_inner{
    font-size: 15px;
    padding: 15px;
    border-radius: 20px;
  }
  
  .top_course_contents_menu_title{
    font-size: 18px;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .top_course_contents_menu_title .top_meal_heading_red{
    display: inline;
  }
  
  
  
  
  .top_chinchiro_title{
    font-size: 20px;
  }
  
  .top_chinchiro_subtitle{
    font-size: 15px;
  }
  
  .top_chinchiro_left_border{
    width: 15px;
    height: 20px;
  }
  
  .top_chinchiro_right_border{
    width: 15px;
    height: 20px;
  }
  
  .top_chinchiro_image_wrapper{
    margin-top: 50px;
  }
  
  .top_chinchiro_image_wrapper img{
    width: 65%;
  }
  
  
  
  
  .top_slider_section ul li{
    width: 150px;
    height: 120px;
  }
  
  
  
  .top_shop_image_wrapper{
    display: block;
    width: 100%;
    height: 60vw;
  }
  
  .top_shop_txt_wrapper{
    display: block;
    width: 100%;
    margin-left: 0;
    margin-top: 25px;
  }
  
  .top_shop_txt_item{
    padding: 10px 0;
  }
  
  .top_shop_access_wrapper{
    height: 250px;
  }
  
  .top_shop_access_wrapper iframe{
    max-width: 100%;
  }
  
  .top_shop_txt_item_name{
    width: 25%;
  }
  
  .top_shop_txt_name{
    width: 75%;
  }
  
  
  
  
  
  .common_image_wrapper{
    height: 30vh;
  }
  
  .common_title_wrapper{
    height: 30vh;
    width: 40%;
  }
  
  .common_title{
    font-size: 30px;
    letter-spacing: 18px;
    top: 60%;
    height: 60%;
  }
  
  
  .meal_menu_item{
    display: block;
    width: 100%;
    margin: 50px 0 0;
  }
  
  .meal_menu_item:first-child{
    margin: 0;
  }
  
  .meal_menu_item:nth-child(2){
    margin: 50px 0 0;
  }
  
  .meal_menu_item_content{
    padding: 10px 0;
  }
  
  .meal_menu_item_title{
    padding: 10px 0 10px 15px;
  }
  
  
  
  .reservation_item{
    margin-bottom: 10px;
  }
  
  .your-many input{
    width: 50%;
  }
  
  .wpcf7-textarea{
    height: 150px;
  }
  
  .reservation_item_field{
    margin-top: 30px;
  }
  
  .wpcf7-submit {
    width: 100%;
  }

    
  
}



@media(max-width: 670px) and (max-height: 850px){
  
  .top_about_title_wrapper p{
    font-size: 45px;
    letter-spacing: 13px;
  }
  
  .top_about_title_wrapper .title_small{
    font-size: 25px;
  }
  
  
  .common_title{
    height: 65%;
  }
  
}


@media(max-width: 360px){
  
  body{
    font-size: 15px;
  }
  
  .section{
    padding: 80px 0;
  }
  
  .view_button_wrapper{
    margin-top: -25px;
  }
  
  
  .header_bottom_ticket_wrapper a{
    font-size: 13px;
  }
  
  .header_bottom_tel_wrapper p{
    font-size: 13px;
  }
  
  .header_bottom_tel_img_wrapper{
    font-size: 13px;
  }
  
  
  

  .top_about_title_wrapper p{
    font-size: 30px;
    letter-spacing: 10px;
  }
  
  .top_about_title_wrapper .title_small{
    font-size: 20px;
  }
  
  .top_about_txt_inner span{
    font-size: 13px;
    letter-spacing: 3px;
  }
  
  .top_about_txt_inner p:last-child{
    top: 25%;
  }
  
  .top_about_content_wrapper:last-child .top_about_txt_inner p:last-child{
    top: 23%;
  }
  
  
  
  .top_info_content_wrapper .topItemList{
    font-size: 12px;
  }
  
  .top_info_link_wrapper a{
    font-size: 12px;
  }
  
  
  .top_meal_item_image_right_wrapper,
  .top_meal_item_image_left_wrapper{
    top: -10%;
  }
  
  .top_meal_item_txt_wrapper{
    top: 52%;
  }
  
  
  .top_course_contents_right_title_right_border,
  .top_course_contents_right_title_left_border{
    width: 30px;
  }
  
  
  .top_chinchiro_right_border,
  .top_chinchiro_left_border{
    width: 10px;
    height: 15px;
  }
  
  
}


@media(max-width: 320px){

  .common_title{
    font-size: 25px;
    letter-spacing: 15px;
    height: 75%;
  }
  
  .top_course_contents_right_title_right_border,
  .top_course_contents_right_title_left_border{
    width: 10px;
  }
  
  .top_course_contents_right_title_right_border{
    background-image: linear-gradient(to left top, transparent 35%, black 50%, black 51%, transparent 55%)
  }
  
  .top_course_contents_right_title_left_border{
    background-image: linear-gradient(to right top, transparent 35%, black 50%, black 51%, transparent 55%)
  }

}