@charset "utf-8";
/* ===================================================================
CSS information

 file name  :page.css
 style info :各ページ
=================================================================== */

/* -----------------------------------------------------------
    TOP
----------------------------------------------------------- */
.bnr_btn {
  position: absolute !important;
  right: 3vw;
  bottom: 100px;
  z-index: 200;
}

.bnr_btn > div {
  margin-top: 20px;
  width: 250px;
}

.bnr_btn > div {width: 360px;}

.bnr_btn > div:first-of-type {
  margin-top: 0;
}

.bnr_btn > div a:hover {
  opacity: 0.6;
}

.recruit_btn {
  position: absolute !important;
  right: 3vw;
  bottom: 108px;
  z-index: 200;
  animation: moveY 4s infinite alternate linear;
  -ms-animation: moveY 4s infinite alternate linear;
  -webkit-animation: moveY 4s infinite alternate linear;
  -moz-animation: moveY 4s infinite alternate linear;
}

.recruit_btn02 {
    position: absolute !important;
    right: 3vw;
    bottom: 320px;
    z-index: 200;
    animation: moveY 4s infinite alternate linear;
    -ms-animation: moveY 4s infinite alternate linear;
    -webkit-animation: moveY 4s infinite alternate linear;
    -moz-animation: moveY 4s infinite alternate linear;
}

.mov_btn {
  display: none;
}

@-ms-keyframes moveY
{
  0% {transform: translateY(0px);}
  50% {transform: translateY(20px);}
  100% {transform: translateY(0px);}
}

@-webkit-keyframes moveY /* Safari and Chrome */
{
  0% {transform: translateY(0px);}
  50% {transform: translateY(20px);}
  100% {transform: translateY(0px);}
}

@-moz-keyframes moveY /* Firefox */
{
  0% {transform: translateY(0px);}
  50% {transform: translateY(20px);}
  100% {transform: translateY(0px);}
}

.recruit_btn a {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  background: #d40e0f;
  border-radius: 50%;
  color: #ffffff;
  width: 200px;
  height: 200px;
  text-align: center;
  line-height: 1.5;
}

.recruit_btn a:after {
  content: "";
  border: 1px solid #ffffff;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0.95);
  -webkit-transform: scale(0.95);
}

.recruit_btn a:hover {
  background: #222222;
}

.recruit_btn a p:nth-of-type(1) {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1.5;
}

.recruit_btn a p:nth-of-type(2) {
font-size: 24px;
font-size: 2.4rem;
}

.recruit_btn a p:nth-of-type(3) {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  margin: 0.5vw 0 0;
}

#top #main_box {
  height: 100vh;
  position: relative;
	z-index: 0;
}

#top #main_box:before {
  background: rgba(0,0,0,0);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#top #main_box video {
  position: absolute;
  right: 0;
  bottom: 0;
  height: calc(100vh - 120px);
  width: auto;
  z-index: 0;
}

#top main > section:not(:first-of-type) {
  margin: 5vw 0 0;
}

#top main .sec_box02 > .bnr_box {
  display: block;
  margin-bottom: 0;
}

#top main #bnr_sec .bnr_box .bnr {
  display: flex;
  display: -webkit-flex;
  margin: 30px 0 0;
}

#top main #bnr_sec .bnr_box .bnr:first-of-type {
  margin: 0;
}

#top main #news_sec {
  margin: 0;
  padding: 0 5vw;
}

#top main #news_sec .news_box {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

#top main #news_sec .news_box section {
  width: calc(100% - 47.5vw);
}

#top main #news_sec .news_box section .ttl_box {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  border-top: 5px solid #d40d0e;
  border-bottom: 2px solid #eee9e1;
  padding: 1.5vw 0;
}

#top main #news_sec .news_box section .ttl_box h2 {
	font-size: 22px;
	font-size: 2.2rem;
  font-weight: 700;
}

#top main #news_sec .news_box section .ttl_box p a {
	display: flex;
	align-items: center;
}

#top main #news_sec .news_box section .ttl_box p a:after {
  font-family: FontAwesome;
  font-size: 18px;
  font-size: 1.8rem;
  content: "\f138";
  color: #d40d0e;
  margin: 0 0 0 0.5vw;
  transition: all .5s ease;
}

#top main #news_sec .news_box section .ttl_box p a:hover:after {
  color: #222222;
}

#top main #news_sec .news_box section .article_box article {
	border-bottom: 1px solid #eee9e1;
}

#top main #news_sec .news_box section .article_box article a {
	display: flex;
	align-items: center;
	padding: 1.5vw 4vw 1.5vw 0;
	width: 100%;
	position: relative;
}

#top main #news_sec .news_box section .article_box article a:after {
	font-family: FontAwesome;
	font-size: 26px;
	font-size: 2.6rem;
	content: "\f105";
	color: #d40d0e;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	transition: all .5s ease;
}

#top main #news_sec .news_box section .article_box article a:hover:after {
	color: #222222;
}

#top main #news_sec .news_box section .article_box article a .thumb {
  flex: 0 1 130px;
}

#top main #news_sec .news_box section .article_box article a .thumb img {
	aspect-ratio: 1 / 1;
  object-fit: cover;
}

#top main #news_sec .news_box section .article_box article a .post {
  flex: 1 1;
  margin-left: 2vw;
}

#top main #news_sec .news_box section .article_box article a .post > div span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: 500;
  background: #222222;
	color: #ffffff;
	padding: 0.4em 1em;
	min-width: 9em;
  letter-spacing: 0.1em;
}

/* #top main #news_sec .news_box section .article_box article a > div {
	display: flex;
	align-items: center;
} */

/* #top main #news_sec .news_box section .article_box article a > p {
	flex: 1 1;
	-webkit-flex: 1 1;
  overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0 0 0 1.5vw;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
} */

#top main #news_sec .news_box section .article_box article a .post > p {
	margin: 0.75vw 0 0 0;
	transition: all .5s ease;
}

#top main #news_sec .news_box section .article_box article a:hover .post > p {
	opacity: 0.5;
}

/* #top main #news_sec .news_box section .article_box article a:hover > p {
	opacity: 0.5;
} */

/* -----------------------------------------------------------
    田所商店のこだわり
----------------------------------------------------------- */
.policy main {
	padding: 7vw 0 0 !important;
}

.policy main section:not(:first-of-type) {
	margin: 5vw 0 0;
}

.policy main #movie_sec > div {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 0 5vw;
}

.policy main #movie_sec .policy_txt {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 2.4;
  flex: 1 1;
  -webkit-flex: 1 1;
}

.policy main #movie_sec .policy_movie {
  flex: 0 1 50%;
  -webkit-flex: 0 1 50%;
  margin: 0 0 0 5vw;
}

.policy main #movie_sec .policy_movie iframe {
  width: 100%;
}

.policy main #movie_sec h2 {
  text-align: center;
  display: block;
  margin-bottom: 60px;
  font-size: 27px;
  font-size: 2.7rem;
}

.policy main .policy_box {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 0 5vw;
}

.policy main .policy_box .sec_img {
  flex: 0 1 30%;
  -webkit-flex: 0 1 30%;
}

.policy main .policy_box .sec_box {
  display: block;
  flex: 1 1;
  -webkit-flex: 1 1;
  margin: 0 0 0 3vw;
  padding: 0;
  position: relative;
  z-index: 0;
}

.policy main .policy_box .sec_box:after {
  font-size: 10vw;
  font-style: italic;
  color: #d40d0e;
  line-height: 0.75;
  letter-spacing: 0.01em;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.policy main #policy_01 .sec_box:after {
  content: "01";
}

.policy main #policy_02 .sec_box:after {
  content: "02";
}

.policy main #policy_03 .sec_box:after {
  content: "03";
}

.policy main #policy_04 .sec_box:after {
  content: "04";
}

.policy main #policy_05 .sec_box:after {
  content: "05";
}

.policy main #policy_06 .sec_box:after {
  content: "06";
}

.policy main .policy_box .sec_box .sec_txt {
  margin: 5vw 0 0;
}

.policy main .policy_box .sec_box .sec_txt p {
  margin: 1vw 0 0;
  line-height: 2;
}

/* -----------------------------------------------------------
    店舗のご案内
----------------------------------------------------------- */
.store main .category {
  display: flex;
  display: -webkit-flex;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
}

.store main .category li {
  width: calc(100% / 6);
  margin: 0 0 0 1vw;
}

.store main .category li:first-of-type {
  margin: 0;
}

.store main .category li a {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
  background: #e8e1d6;
  min-height: 70px;
  height: 70px\0;/*IE*/
}

.store main .category li a:hover {
  background: #d40d0e;
  color: #ffffff;
}

.store main .category li a.current {
  background: #222222;
  color: #ffffff;
  pointer-events: none;
}

.store main .store_box {
  margin: 40px 0 0;
}

.store main section {
  margin: 5vw 0 0;
}

.store main section > h2 {
  font-size: 30px;
  font-size: 3.0rem;
  background: #191919;
  color: #ffffff;
  text-align: center;
  padding: 1vw;
}

.store main section .store_sec {
  margin: 4vw 0 0;
}

.store main section .store_sec article {
  margin: 4vw 0 0;
}

.store main section .store_sec article:first-of-type {
  margin: 0;
}

.store main section .store_sec article h3 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  font-size: 26px;
  font-size: 2.6rem;
}

.store main section .store_sec article h3:before,
.store main section .store_sec article h3:after {
  content: "";
  background: #dddddd;
  height: 1px;
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
}

.store main section .store_sec article h3:before {
  margin: 0 1.5vw 0 0;
}

.store main section .store_sec article h3:after {
  margin: 0 0 0 1.5vw;
}

.store main section .store_sec article .article_box {
  display: flex;
  display: -webkit-flex;
  xalign-items: center;
  x-webkit-align-items: center;
  margin: 2vw 0 0;
}

.store main section .store_sec article .article_box picture {
  flex: 0 1 25%;
  -webkit-flex: 0 1 25%;
}

.store main section .store_sec article .article_box picture img {
  width: 100%;
}

.store main section .store_sec article .article_box > div {
  display: flex;
  display: -webkit-flex;
  xalign-items: center;
  x-webkit-align-items: center;
  flex: 1 1;
  -webkit-flex: 1 1;
  margin: 0 0 0 2.5vw;
}

.store main section .store_sec article .article_box > div .detail_store {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex: 1 1;
  -webkit-flex: 1 1;
}

.store main section .store_sec article .article_box > div .detail_store .note {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 900;
  color: red;
  margin: 0 0 1vw;
}

.store main section .store_sec article .article_box > div .detail_store dl {
  width: calc(100% / 2 - 2.5vw);
  margin-top: 0.5vw;
  margin-left: 2.5vw;
}

.store main section .store_sec article .article_box > div .detail_store dl:nth-of-type(-n+2) {
  margin-top: 0;
}

.store main section .store_sec article .article_box > div .detail_store dl:nth-of-type(2n+1) {
  margin-left: 0;
}

.store main section .store_sec article .article_box > div .detail_store dl dt {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}

.store main section .store_sec article .article_box > div .detail_store dl dt:before {
  content: "■";
}

.store main section .store_sec article .article_box > div .detail_store dl dd {
  font-size: 14px;
  font-size: 1.4rem;
}

.store main section .store_sec article .article_box > div .detail_store dl dd ul {
  display: flex;
  display: -webkit-flex;
}

.store main section .store_sec article .article_box > div .detail_store dl dd ul li:nth-of-type(2):before {
  content: "/";
  margin: 0 0.5em;
}

.store main section .store_sec article .article_box > div .detail_store .icon_box {
  font-weight: 900;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin: 1.5vw 0 0;
}

.store main section .store_sec article .article_box > div .detail_store .icon_box .openday {
  font-size: 15px;
  font-size: 1.5rem;
  margin: 0 0.5em 0 0;
}

.store main section .store_sec article .article_box > div .detail_store .icon_box .kind {
  font-size: 13px;
  font-size: 1.3rem;
}

.store main section .store_sec article .article_box > div .detail_store .icon_box .kind span {
  color: #ffffff;
  padding: 0.25em 0.5em;
}

.store main section .store_sec article .article_box > div .detail_store .icon_box .kind span.i01 {
  background: #e20000;
}

.store main section .store_sec article .article_box > div .detail_store .icon_box .kind span.i02 {
  background: #2c46a1;
}

.store main section .store_sec article .article_box > div .detail_store .icon_box .kind span.i03 {
  background: #AC8100;
}


.store main section .store_sec article .article_box > div .btn_store {
  flex: 0 1 20%;
  -webkit-flex: 0 1 20%;
}

.store main section .store_sec article .article_box > div .btn_store ul li:not(:first-of-type) {
  margin: 1vw 0 0;
}

.store main section .store_sec article .article_box > div .btn_store ul li a {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  display: block;
  padding: 20px 0;
}

.store main section .store_sec article .article_box > div .btn_store ul li:nth-of-type(1) a {
  background: #2c46a1;
}

.store main section .store_sec article .article_box > div .btn_store ul li:nth-of-type(2) a {
  background: #e5c41c;
}

.store main section .store_sec article .article_box > div .btn_store ul li a:hover {
  opacity: 0.8;
}

.store main section:first-of-type {
    margin: 0;
}

.store main .area_name_box {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 40px 0 30px 0;
}

.store main .area_name_box li {
  margin-right: 10px;
  margin-bottom: 10px;
  display: block;
}

.store main .area_name_box li a {
  padding: 10px;
  border: 1px solid #DDD;
  display: block;
}

.store main .area_name_box li a:hover {
  background: #333;
  color: #FFF;
}

/* -----------------------------------------------------------
    お知らせ
----------------------------------------------------------- */
.news main .article_box {
	display: flex;
	display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: calc(100% + 5vw);
}

.news main .article_box article {
  width: calc(100% / 3 - 5vw);
  margin-top: 5vw;
  margin-left: 5vw;
}

.news main .article_box article:nth-of-type(-n+3) {
  margin-top: 0;
}

.news main .article_box article:nth-of-type(3n+1) {
  margin-left: 0;
}

.news main .article_box article a {
	display: flex;
	display: -webkit-flex;
  flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
}

.news main .article_box article a .article_txt {
	margin: 1.5vw 0 0;
}

.news main .article_box article a .article_txt > div span {
  display: inline-flex;
	display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
	color: #d40d0e;
  font-weight: 500;
}



.news main .article_box article a .article_txt > p {
	font-size: 16px;
	font-size: 1.6rem;
  font-weight: 700;
  margin: 1vw 0 0;
}

.news main .article_box article a picture {
  position: relative;
  overflow: hidden;
  z-index: 0;
	min-height: 0%;
}

.news main .article_box article a picture img {
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
}

.news main .article_box article a:hover img {
	transform: scale(1.2);
}

/* -----------------------------------------------------------
    お知らせ 詳細
----------------------------------------------------------- */
.news_detail main .post {
	max-width: 1024px;
	min-width: 768px;
	width: 100%;
	margin: 0 auto;
}

.news_detail main .post article .news_title h2 {
	font-size: 30px;
	font-size: 3.0rem;
  font-weight: 500;
	line-height: 1.4;
}

.news_detail main .post article .news_title div {
	font-weight: 500;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	margin: 1.5vw 0 0;
}

.news_detail main .post article .news_title div p {
  color: #d40d0e;
  margin: 0 0 0 1vw;
}

.news_detail main .post article .article_box {
  margin: 5vw 0 0;
}

.news_detail main .post article .article_box p {
  font-size: 15px;
	font-size: 1.5rem;
	line-height: 2;
}

.news_detail main .post article .article_box p,
.news_detail main .post article .article_box picture {
	margin: 0 0 2.5vw;
}

.news_detail main .post article .article_box p:last-of-type {
	margin: 0;
}


/*  詳細
----------------------------------------------------------- */
.detail main > article {
	width: 80%;
    margin: 0 auto;
}

.detail main > article #ttl {
	margin: 0 0 50px;
	padding: 0 0 15px;
}


.detail main > article #ttl h2 {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.4;
}

.detail main > article #ttl > div {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	font-weight: bolder;
	margin: 20px 0 0;
}

.detail main > article #ttl div .cat_name {
	color: #d40d0e;
    padding: 0 16px 0 0;
    margin: 0 16px 0 0;
    border-right: 1px solid #BFBFBF;
}

.detail main > article #ttl div time {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0 2em 0 0;
}

.detail main > article #ttl div dl {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}

.detail main > article #ttl div dl dt:after {
	content: "：";
}

.detail main > article #mainArea {
	line-height: 1.8;
}

.detail main > article #mainArea img {
	margin-bottom: 15px;
}

.detail main > article #mainArea p {
	margin: 40px 0 0;
}

.detail main > ul#pagination {
	width: 80%;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bolder;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	border-top: 1px solid #eeede9;
	margin: 50px auto;
	padding: 50px 0 0;
}

.detail main > ul#pagination li a {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	color: #ffffff;
	background: #d40d0e;
	border-radius: 3px;
	padding: 0 0.5em;
    margin:  0 auto;
	min-width: 180px;
	min-height: 50px;
	height: 50px\0;/* IE */
	text-align: center;
}

.detail main > ul#pagination li:first-of-type a i {
	margin: 0 0.5em 0 0;
}

.detail main > ul#pagination li:last-of-type a i {
	margin: 0 0 0 0.5em;
}

.detail main > ul#pagination li a:hover {
	background: #333333;
	opacity: 1;
}

/* -----------------------------------------------------------
    お品書き
----------------------------------------------------------- */
.menu main .menu_box nav {
	margin-bottom: 100px;
}

.menu main .menu_box nav ul {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.menu main .menu_box nav ul li{
	width: calc(100%/6 - 1%);
    display: block;
}

.menu main .menu_box nav ul li a{
	display: block;
    font-size: 15px;
    font-size: 1.5rem;
	text-align: center;
    padding: 20px 0 ;
    background: #e8e1d6;
}

.menu main .menu_box nav ul li.active a{
	background: #222222;
    color: #FFF;
}

.menu main .article_box {
	display: flex;
	display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-bottom: 60px;
}

.menu main .article_box article {
  width: calc(100%/3 - 2vw);
  margin-top: 3vw;
  margin-right: 3vw;
}

.menu main .article_box article:nth-child(3n) {
  margin-right: 0;
}


.menu main .article_box article:nth-of-type(-n+3) {
  margin-top: 0;
}

.menu main .article_box article:nth-of-type(3n+1) {
  margin-left: 0;
}

.menu main .article_box article .article_txt {
	margin: 1.5vw 0 0;
    text-align: center;
}

.menu main .article_box article .article_txt > h2 {
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 20px;
}

.menu main .article_box article .article_txt > .price {
    font-size: 16px;
    font-size: 1.6rem;
}

.menu main .article_box article a .article_txt > p {
	font-size: 16px;
	font-size: 1.6rem;
  font-weight: 700;
  margin: 1vw 0 0;
}

.menu main .article_box article picture img {
  width: 100%;
}

.menu main .article_box article a picture {
  position: relative;
  overflow: hidden;
  z-index: 0;
	min-height: 0%;
}

.menu main .article_box article a picture img {
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
}

.menu main .article_box article a:hover img {
	transform: scale(1.2);
}

.menu main h2 {
    text-align: center;
    display: block;
    margin-bottom: 60px;
    font-size: 27px;
    font-size: 2.7rem;
}

.descript_box {
	display: flex;
	display: -webkit-flex;
    margin-bottom: 100px;
}

.descript_box .title_area{
	flex: 0 0 400px;;
	-webkit-flex: 0 0 400px;;
}

.descript_box .contents_detail{
	flex: auto;
	-webkit-flex: auto;
}

.descript_box .title_area span {
	font-size: 14px;
	font-size: 1.4rem;
}

.descript_box .title_area h2 {
	font-size: 28px;
	font-size: 2.8rem;
    line-height: 28px;
    margin: 30px 0 0;
    position: relative;
    z-index: 0;
}

.descript_box .title_area h2:after {
    content: "";
    background: #d40d0e;
    width: 20%;
    height: 4px;
    position: absolute;
    bottom: -40px;
    left: 0;
    z-index: -1;
}

.contents_detail h3 {
	font-size: 20px;
	font-size: 2.0rem;
    margin: 0 0 50px;
}

.contents_detail p {
	font-size: 14px;
	font-size: 1.4rem;
    margin: 0 0 50px;
}

.about_allergies_box {
margin-top: 30px;
padding: 50px;
border: 1px solid #353535;

}
.menu main .about_allergies_box h2{
    margin-bottom: 40px;
}

.about_allergies {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.about_allergies h3{
	margin-bottom: 16px;
    font-size: 18px;
    font-size: 1.8rem;
}

.about_allergies .sml_txt {
	font-size: 13px;
    font-size: 1.3rem;
}

.about_allergies > div:nth-child(1){
	padding-right: 30px;
}
/* -----------------------------------------------------------
    個人情報保護方針
----------------------------------------------------------- */
.privacy main article {
  counter-reset: number;
  margin: 5vw 0 0;
}

.privacy main article > dl:not(:first-of-type) {
  margin: 3vw 0 0;
}

.privacy main article > dl > dt {
  display: flex;
  display: -webkit-flex;
  font-weight: 700;
}

.privacy main article > dl > dt:before {
  content: counter(number) ".";
  counter-increment: number;
  margin: 0 0.25em 0 0;
}

.privacy main article > dl > dd {
  margin: 0.5vw 0 0;
}

.privacy main article > dl > dd > ul {
  margin: 0.5vw 0 0;
}

.privacy main article > dl > dd > ul > li {
  display: flex;
  display: -webkit-flex;
}

.privacy main article > dl > dd > ul > li:not(:first-of-type) {
  margin: 0.15vw 0 0;
}

.privacy main article > dl > dd > ul > li:before {
  content: "・";
  margin: 0 0.25em 0 0;
}

.privacy main article > dl > dd > dl {
  margin: 0.5vw 0 0;
}

.privacy main article > dl > dd > dl > dt {
  font-weight: 700;
}

.privacy main article > dl > dd > dl > dd {
  margin: 0.25vw 0 0;
}

/* -----------------------------------------------------------
    お問い合わせ
----------------------------------------------------------- */
.formBox {
	font-size: 15px;
	font-size: 1.5rem;
  border-top: 1px solid #eee9e1;
  border-bottom: 1px solid #eee9e1;
  margin: 5vw 0;
  padding: 2.5vw 0;
}

.formBox dl {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  border-top: 1px dashed #eee9e1;
  padding: 2vw;
}

.formBox dl:first-of-type {
  border: none;
  padding: 0 2vw 2vw;
}

.formBox dl:last-child {
  padding: 2vw 2vw 0;
}

.formBox dl dt {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  flex: 0 1 25%;
  -webkit-flex: 0 1 25%;
}

.formBox dl.fs dt {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  margin: 0.25vw 0 0;
}

.formBox dl dt span.required {
	background: #c30d23;
  color: #ffffff;
  font-size: 10px;
  font-size: 1.0rem;
  margin: 0 1em 0 0;
  padding: 0.3em 0.5em;
}

.formBox dl dt span.optional {
	display: none;
}

span.error_blank,
span.error_format,
span.error_match {
	display: block;
	color: #b5150d;
	margin: 0.5vw 0 0;
}

.formBox dl dd {
  flex: 1 1;
  -webkit-flex: 1 1;
}

.formBox dl.horiz dd ul {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

.formBox dl.horiz dd ul li:not(:first-of-type) {
  margin: 0 0 0 1vw;
}

.formBox dl.gender dd ul {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

.formBox dl.gender dd ul li:not(:first-of-type) {
  margin: 0 0 0 1vw;
}

.formBox dl.start dd ul,
.formBox dl.birthday dd ul {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

.formBox dl.start dd ul li:not(:first-of-type),
.formBox dl.birthday dd ul li:not(:first-of-type) {
  margin: 0 0 0 1vw;
}

.formBox dl.start dd ul li .t_a_01,
.formBox dl.birthday dd ul li .t_a_01 {
  width: 8em;
}

.formBox dl.start dd ul li .t_a_02,
.formBox dl.birthday dd ul li .t_a_02 {
  width: 7em;
}

.formBox dl dd ul.name {
  display: flex;
  display: -webkit-flex;
}

.formBox dl dd ul.name li {
  flex: 0 1 17.5em;
  -webkit-flex: 0 1 17.5em;
}

.formBox dl dd ul.name li:not(:first-of-type) {
  margin: 0 0 0 1vw;
}

.btnBox > * {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.btnBox .agree_wrap dl {
  margin: 2vw 0 0;
}

.btnBox .agree_wrap dl dt {
  display: none;
}

.btnBox .agree_wrap dl dd {
  text-align: center;
}

.btnBox .btn_wrap {
  margin: 2vw 0 0;
}

span.loading {
	width : 50px;
	height : 50px;
	border-radius : 50%;
	border-top : 5px solid rgba( 255, 255, 255, 0.2 );
	border-right : 5px solid rgba( 255, 255, 255, 0.2 );
	border-bottom : 5px solid rgba( 255, 255, 255, 0.2 );
	border-left : 5px solid #ffffff;
	-webkit-transform : translateZ( 0 );
	-ms-transform : translateZ( 0 );
	transform : translateZ( 0 );
	-webkit-animation : load-circle 1.0s linear infinite;
	animation : load-circle 1.0s linear infinite;
	position : absolute;
	top : 50%;
	left : 50%;
	margin-top : -25px;
	margin-left : -25px;
}

@-webkit-keyframes load-circle {
	0%{
		-webkit-transform : rotate( 0deg );
		transform : rotate( 0deg );
	}
	100%{
		-webkit-transform : rotate( 360deg );
		transform : rotate( 360deg );
	}
}

@keyframes load-circle {
	0%{
		-webkit-transform : rotate( 0deg );
		transform : rotate( 0deg );
	}
	100%{
		-webkit-transform : rotate( 360deg );
		transform : rotate( 360deg );
	}
}

/* トップ
----------------------------------------------------------- */
.formBox dl dd select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
  background: none;
  color: #9e9d9d;
  height: 40px;
	width: 100%;
  padding: 0 0 0 0.5em;
}

.formBox dl dd select::-ms-expand {
	display: none;
}

.formBox dl dd select option {
	color: #191919;
}

.formBox dl dd .select {
	position: relative;
	z-index: 0;
  background: #eee9e1;
}

.formBox dl dd .select:after {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 22px;
  font-size: 2.2rem;
  position: absolute;
  right: 0.5em;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
}

.formBox input[type="text"],
.formBox input[type="email"],
.formBox input[type="tel"],
input[type="button"],
.formBox textarea,
.formBox select {
  -moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
  border-radius: 0;
  line-height: 1.6;
}

.formBox input[type="text"],
.formBox input[type="email"],
.formBox input[type="tel"],
.formBox textarea,
.formBox select {
  background: #eee9e1;
  border: none;
  color: #191919;
}

.formBox input[type="text"],
.formBox input[type="email"],
.formBox input[type="tel"] {
  height: 40px;
  padding: 0 0.75em;
}

.formBox input[type="email"] {
	width: 100%;
}

.formBox input[type="tel"] {
	width: 15em;
}

input[type="radio"] {
  margin: -4px 0.25em 0 0;
}

input[type="checkbox"] {
  border-radius: 0;
  margin: -2px 0.5em 0 0;
}

.formBox textarea {
	padding: 0.5em 0.75em;
	width: 100%;
}

.select_01 {
	width: 35em;
}

.txtarea {
	width: 100%;
}

.txtarea_01 {
	width: 35em;
}

.txtarea_02 {
	width: 8em;
}

.txtarea_03 {
	width: 5em;
}

.txtarea_04 {
	width: 15em;
}

::-webkit-input-placeholder {
	font-feature-settings: "palt";
  letter-spacing: 0.1em;
  color: #666666;
}

::-moz-placeholder {
	font-feature-settings: "palt";
  letter-spacing: 0.1em;
  color: #666666;
}

:-ms-input-placeholder {
	font-feature-settings: "palt";
  letter-spacing: 0.1em;
  color: #666666;
}

.btnBox #form_submit_button,
.btnBox div a {
	border: none;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	cursor: pointer;
}

.link01 {
color: #720001 !important;
text-decoration: underline !important;
}

/*    送信完了ページ
----------------------------------------------------------- */
.complete .completeBox {
	text-align: center;
  margin: 0 0 4vw;
}

.complete .completeBox h2 {
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: 700;
  margin: 0 0 2.5vw;
}

.complete .completeBox p {
	font-size: 16px;
	font-size: 1.6rem;
}

.complete .completeBox p:not(:first-of-type) {
	margin: 0.75vw 0 0;
}

.complete .completeBox p br {
	display: none;
}


/* -----------------------------------------------------------
    店舗詳細
----------------------------------------------------------- */
.store_detail main #main_sec {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.store_detail main #main_sec > div {
  width: 47%;
}

.store_detail main #main_sec .store_txt h1 {
  font-size: 26px;
  font-size: 2.6rem;
}

.store_detail main #main_sec .store_txt .store_box {
  margin: 1.5vw 0 0;
}

.store_detail main #main_sec .store_txt .store_box dl {
  display: flex;
  display: -webkit-flex;
  margin: 1vw 0 0;
}

.store_detail main #main_sec .store_txt .store_box dl:first-of-type {
  margin: 0;
}

.store_detail main #main_sec .store_txt .store_box dl dt {
  flex: 0 1 10em;
  -webkit-flex: 0 1 10em;
  font-weight: 900;
}

.store_detail main #main_sec .store_txt .store_box dl dd {
  flex: 1 1;
  -webkit-flex: 1 1;
}

.store_detail main #main_sec .store_txt .icon_box {
  font-weight: 900;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin: 1.5vw 0 0;
}

.store_detail main #main_sec .store_txt .icon_box .openday {
  font-size: 15px;
  font-size: 1.5rem;
  margin: 0 0.5em 0 0;
}

.store_detail main #main_sec .store_txt .icon_box .kind {
  font-size: 13px;
  font-size: 1.3rem;
}

.store_detail main #main_sec .store_txt .icon_box .kind span {
  color: #ffffff;
  padding: 0.25em 0.5em;
}

.store_detail main #main_sec .store_txt .icon_box .kind span.i01 {
  background: #e20000;
}

.store_detail main #main_sec .store_txt .icon_box .kind span.i02 {
  background: #2c46a1;
}

.store_detail main #main_sec .store_txt .icon_box .kind span.i03 {
  background: #ac8100;
}

.store_detail main #main_sec .store_txt .btn_box {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 900;
  margin: 1.5vw 0 0;
}

.store_detail main #main_sec .store_txt .btn_box ul {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.store_detail main #main_sec .store_txt .btn_box ul li {
  width: calc(100% / 3 + 1.5vw);
  margin-left: 1.5vw;
}

.store_detail main #main_sec .store_txt .btn_box ul li:first-of-type {
  margin-left: 0;
}

.store_detail main #main_sec .store_txt .btn_box ul li a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  color: #ffffff;
  height: 60px;
  min-height: 60px;
}

.store_detail main #main_sec .store_txt .btn_box ul li a.tel {
  background: #2c46a1;
}

.store_detail main #main_sec .store_txt .btn_box ul li a.map {
  background: #e5c41c;
}

.store_detail main #main_sec .store_txt .btn_box ul li a.menu {
  background: #d93600;
}

.store_detail main #main_sec .store_txt .btn_box ul li:nth-child(odd) {
  margin-left: 0;
}

.store_detail main #main_sec .store_txt .btn_box ul li.delivery_btn {
  width: calc(100% / 3 + 1.5vw);
  margin-top: 1.5vw;
}
.store_detail main #main_sec .store_txt .btn_box ul li.delivery_btn a {
  background-color: #ef9100;
  width: 100%;
  padding: 0 0.5rem;
  font-size: 0.8vw;
}

.store_detail main #main_sec .store_txt .btn_box ul li.takeout_btn {
  width: calc(100% / 3 + 1.5vw);
  margin-top: 1.5vw;
}
.store_detail main #main_sec .store_txt .btn_box ul li.takeout_btn a {
  background-color: #ef4400;
  width: 100%;
  padding: 0 0.5rem;
  font-size: 0.8vw;
}

.store_detail main #main_sec .store_txt .btn_box ul li a:hover {
  opacity: 0.8;
}

.store main .btn_list,
.store_detail main .btn_list {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 900;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin: 5vw 0 0;
}

.store main .btn_list a,
.store_detail main .btn_list a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background: #232729;
  color: #ffffff;
  width: 20em;
  height: 60px;
  min-height: 60px;
}

.store main .btn_list a:before,
.store_detail main .btn_list a:before {
  font-family: FontAwesome;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: normal;
  content: "\f00b";
  margin: 0.125em 0.5em 0 0;
}

.store main .btn_list a:hover,
.store_detail main .btn_list a:hover {
  opacity: 0.8;
}

/* -----------------------------------------------------------
    店舗マップ
----------------------------------------------------------- */
.store_map main section:not(:first-of-type) {
  margin: 6vw 0 0;
}

.store_map main #map_sec .lede {
  margin: 1.5vw 0 0;
}

.store_map main #map_sec .search_box figure {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  xmargin: -4vw 0 0;
}

.store_map main #map_sec .search_box figure img {
  xwidth: 100%;
}

.store_map main #overseas_sec .search_box {
  padding: 1.5vw;
  margin: 1.5vw 0 0;
}

.store_map main #overseas_sec .search_box figure {
  text-align: center;
}

.store_map main #overseas_sec .search_box {
  padding: 1.5vw;
  margin: 1.5vw 0 0;
}

.store_map main #overseas_sec .search_box .search {
  background: #ffffff;
  padding: 3vw;
}

.store_map main #overseas_sec .search_box .search ul {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  font-size: 16px;
  font-size: 1.6rem;
}

.store_map main #overseas_sec .search_box .search ul li {
  margin: 0 2vw 0 0;
}

.store_map main #overseas_sec .search_box .search ul li:last-of-type {
  margin: 0;
}

.store_map main #overseas_sec .search_box .search ul li a:hover {
  color: #e5c41c;
}

.selectmap{
  margin-top: 24px;
}

.selectmap ul {
  padding-left: 20px;
}

.selectmap ul li {
  list-style-type: disc;
}


.selectmap ul li a {
  text-decoration: underline;
}

.selectmap ul li.act a {
  text-decoration: none;
}

/* -----------------------------------------------------------
    店舗検索
----------------------------------------------------------- */
.store_map #prefectures_sec {
    display: none;
}

.store_map main #overseas_sec .oversea_area{
    display: none;
}

.oversea_area_map {
  padding-top: 30px;
}


.store_search main section:not(:first-of-type) {
  margin: 6vw 0 0;
}

.store_search main section .search_box {
  background: #F7F2EC;
  padding: 1.5vw;
  margin: 40px 0 0;
}

.store_search main #prefectures_sec .search_box .search,
.store_search main #overseas_sec .search_box .search {
  background: #ffffff;
  padding: 3vw;
}

.store_search main #prefectures_sec .search_box .search dl {
  display: flex;
  display: -webkit-flex;
  margin: 1.5vw 0 0;
}

.store_search main #prefectures_sec .search_box .search dl:first-of-type {
  margin: 0;
}

.store_search main #prefectures_sec .search_box .search dl dt {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

.store_search main #prefectures_sec .search_box .search dl dt:after {
  background: #151515;
  content: "";
  width: 1px;
  height: 1.2em;
  margin: 0 2vw;
  margin: -0.25em 2vw 0\0;
}

.store_search main #prefectures_sec .search_box .search dl dd {
  color: #bbbbbb;
}

.store_search main #prefectures_sec .search_box .search dl dd ul {
  display: flex;
  display: -webkit-flex;
}

.store_search main #prefectures_sec .search_box .search dl dd ul li:not(:first-of-type) {
  margin: 0 0 0 1.5vw;
}

.store_search main #prefectures_sec .search_box .search dl dd ul li a {
  color: #191919;
}

.store_search main #prefectures_sec .search_box .search dl dd ul li a:hover {
  color: #e5c41c;
}

.store_search main #overseas_sec .search_box .search ul {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  font-size: 16px;
  font-size: 1.6rem;
}

.store_search main #overseas_sec .search_box .search ul li {
  margin: 0 2vw 0 0;
}

.store_search main #overseas_sec .search_box .search ul li:last-of-type {
  margin: 0;
}

.store_search main #overseas_sec .search_box .search ul li a:hover {
  color: #e5c41c;
}

.narrow_box .search {
  display: flex;
  display: -webkit-flex;
}

.narrow_box .search ul {
  display: flex;
  display: -webkit-flex;
  flex: 1 1;
  -webkit-flex: 1 1;
}

.narrow_box .search ul li {
  flex: 0 1 16em;
  -webkit-flex: 0 1 16em;
}

.narrow_box .search ul li#freeword_box {
  flex: 1 1;
  -webkit-flex: 1 1;
}

.narrow_box .search ul li:not(:first-of-type) {
  margin: 0 0 0 1px;
}

.narrow_box .search ul li select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  color: #a4a4a4;
  height: 50px;
  width: 100%;
  padding: 0 0 0 0.75em;
}

.narrow_box .search ul li select::-ms-expand {
  display: none;
}

.narrow_box .search ul li select option {
  color: #151515;
}

.narrow_box .search ul li .select {
  position: relative;
  z-index: 0;
  background: #f7f4f4;
}

.narrow_box .search ul li .select:after {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 22px;
  font-size: 2.2rem;
  position: absolute;
  right: 0.4em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
}

.narrow_box .search ul li input[type="text"],
.narrow_box .search ul li select,
input[type="button"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  line-height: 1.6;
}

.narrow_box .search ul li input[type="text"],
.narrow_box .search ul li textarea,
.narrow_box .search ul li select {
  background: #ffffff;
  border: none;
  color: #151515;
}

.narrow_box .search ul li input[type="text"] {
  height: 50px;
  padding: 0 0.75em;
}

.narrow_box .search button {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 16px;
  font-size: 1.6rem;
  background: #2c46a1;
  color: #ffffff;
  outline: none;
  border-style: none;
  width: 100px;
  margin: 0 0 0 1px;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

.narrow_box .search button:hover {
  background: #e5c41c;
  cursor: pointer;
}

.hd_04 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1;
}

.hd_04::before {
  background: #d40d0e;
  content: "";
  width: 5px;
  height: 1.1em;
  margin: 0 0.5em 0 0;
}

/* -----------------------------------------------------------
    新メニュー
----------------------------------------------------------- */
#lower.menu02 main {
  padding: 7vw 0 0;
}

.menu02 main .lead {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0 5vw;
}

.menu02 main .tab_box {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 3vw;
  padding: 0 5vw;
}

.menu02 main .tab_box ul {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 1.5vw);
}

.menu02 main .tab_box ul li {
  width: calc(100% / 5 - 1.5vw);
  margin-top: 1.5vw;
  margin-left: 1.5vw;
}

.menu02 main .tab_box ul li:nth-of-type(-n+5) {
  margin-top: 0;
}

.menu02 main .tab_box ul li:nth-of-type(5n+1) {
  margin-left: 0;
}

.menu02 main .tab_box ul li a {
  background-color: #533100;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1vw;
}

.menu02 main .menu_box {
  margin-top: 5vw;
}

.menu02 main .menu_box > section:not(:first-of-type) {
  margin-top: 7.5vw;
}

.menu02 main .menu_box > section .menu_hd {
  border-bottom: 20px solid #533100;
  font-size: 46px;
  font-size: 4.6rem;
  text-align: left;
  margin-bottom: 0;
  margin: 0 5vw;
  padding-bottom: 0.5vw;
}

.menu02 main .menu_box > section .menu_inner {
  margin-top: 5vw;
}

.menu02 main .menu_box > section .menu_inner section picture img {
  width: 100%;
}

.menu02 main .menu_box > section .notice {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 5vw;
  padding: 0 5vw;
}

.menu02 main .menu_box > section .policy_bnr {
  margin-top: 5vw;
}

.menu02 main .menu_box > #miso .menu_inner section .res_txt {
  display: none;
}

.menu02 main .menu_box > #topping .menu_inner .topping_box {
  padding: 0 5vw;
}

.menu02 main .menu_box > #topping .menu_inner .topping_box .topping_box_inner {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 3vw);
  margin-top: 5vw;
}

.menu02 main .menu_box > #topping .menu_inner .topping_box .topping_box_inner .topping_menu {
  width: calc(100% / 4 - 3vw);
  margin-top: 3vw;
  margin-left: 3vw;
}

.menu02 main .menu_box > #topping .menu_inner .topping_box .topping_box_inner .topping_menu:nth-of-type(-n+4) {
  margin-top: 0;
}

.menu02 main .menu_box > #topping .menu_inner .topping_box .topping_box_inner .topping_menu:nth-of-type(4n+1) {
  margin-left: 0;
}

.menu02 main .menu_box > #topping .menu_inner .topping_box .topping_box_inner .topping_menu p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-size: 3.0rem;
  margin-top: 1.5vw;
  text-align: center;
}

.menu02 main .menu_box > #topping .menu_inner .topping_box .topping_box_inner .topping_menu p span {
  font-size: 20px;
  font-size: 2.0rem;
}

.menu02 main .menu_box > #topping .menu_inner .topping_box .topping_box_inner .topping_menu p b {
  color: #c30000;
}

.menu02 main .menu_box > #past .menu_inner .slider_box {
  xmargin-top: 5vw;
}

.menu02 main .menu_box > #past .menu_inner .slider_box .slider .slick-slide.slick-current a {
  pointer-events: all;
}

.menu02 main .menu_box > #past .menu_inner .slider_box .slider .slick-slide a {
  pointer-events: none;
}

.menu02 main .about_allergies_box {
  margin-top: 7.5vw;
  margin-left: 5vw;
  margin-right: 5vw;
}

/*
.menu02 main .menu_box > section .menu_inner section {
  display: flex;
  justify-content: space-between;
}

.menu02 main .menu_box > #recommend .menu_inner section {
  margin-top: -10vw;
}

.menu02 main .menu_box > section .menu_inner section:nth-of-type(2n+1) {
  flex-direction: row;
}

.menu02 main .menu_box > #recommend .menu_inner section:nth-of-type(2n+1) {
  padding-left: 20vw;
}

.menu02 main .menu_box > #miso .menu_inner section:nth-of-type(2n+1) {
  padding-left: 20vw;
}

.menu02 main .menu_box > section .menu_inner section:nth-of-type(2n) {
  flex-direction: row-reverse;
}

.menu02 main .menu_box > #recommend .menu_inner section:nth-of-type(2n) {
  padding-right: 20vw;
}

.menu02 main .menu_box > #miso .menu_inner section:nth-of-type(2n) {
  padding-right: 20vw;
}

.menu02 main .menu_box > #recommend .menu_inner section:nth-of-type(1) {
  margin-top: 0;
}

.menu02 main .menu_box > #recommend .menu_inner section .txt_box {
  display: flex;
  flex-direction: column;
  line-height: normal;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
}

.menu02 main .menu_box > #recommend .menu_inner section:nth-of-type(2n) .txt_box {
  flex-direction: column-reverse;
}

.menu02 main .menu_box > #recommend .menu_inner section .txt_box .hgroup {
  margin-top: 3vw;
}

.menu02 main .menu_box > #recommend .menu_inner section .txt_box .hgroup h1 {
  font-size: 36px;
  font-size: 3.6rem;
}

.menu02 main .menu_box > #recommend .menu_inner section .txt_box .hgroup h2 {
  text-align: left;
  margin-bottom: 0;
  font-size: 40px;
  font-size: 4.0rem;
}

.menu02 main .menu_box > #recommend .menu_inner section .txt_box p {
  font-size: 20px;
  font-size: 2.0rem;
}

.menu02 main .menu_box > #recommend .menu_inner section:nth-of-type(2n+1) .txt_box p {
  margin-right: 1vw;
}

.menu02 main .menu_box > #recommend .menu_inner section:nth-of-type(2n) .txt_box p {
  margin-left: 1vw;
}
*/

section#menu_sec {
    padding-bottom: 30px;
}
a.btn.orange {
    background: #ef9100;
    max-width: 350px;
    color: #fff;
    text-shadow: none;
    padding-left: 20px;
    padding-right: 20px;
}