/*!
Theme Name: casual-dining
Theme URI: https://www.awok.co.jp/casual-dining/
Author: casual-dining
Description: Description
Version: 1.0.0
Text Domain: https://www.awok.co.jp/casual-dining/
*/

/*--------------------------------------------------------------
# Reset
--------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
html,body{
  height: 100%;
  margin: 0;
}
html {
    font-size: clamp(14px, 1.2vw, 16px);
}
ol, ul {
list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
a{
	transition: .4s;
    color:#572600;
}
a:hover{
	opacity: 0.8;
}
p {
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.single-post strong,
.single-post b {
  font-weight: bold;
}
.single-post p{
    margin-bottom: 1rem;
}
.single-post img{
    width: 70%;
    margin: 0 auto;
}

/*--------------------------------------------------------------
# 全体
--------------------------------------------------------------*/
html, body {
  overflow-x: visible;
}
body {
  width:100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin:0;
  padding:0;
  color:#572600;
  line-height:1.7;
  position: relative;
  font-size: 1rem;
  background: url(./images/bk_paper_white.jpg);
  background-size: cover;
}
.font_oswald{
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
}
#wrapper{
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.contents_wrap {
    width: 1200px;
    margin: 0 auto;
}
table {
    width: 100%;
    border-collapse: collapse;
}
img {
    max-width: 100%;
    height: auto;
	display: block;
}
.img_border{
  border-radius: 5px;
}

/**文字サイズ**/
h1{ font-size: 2.1rem; font-weight: bold;}
h2{ font-size: 2rem; font-weight: 600;}
h3{ font-size: 1.5rem; font-weight: 600;}
h3.en_title {
    font-size: 2.6rem;
    font-weight: 500;
    letter-spacing: 0.05em;
}
h4{ font-size: 1.1rem; font-weight: 600;}
p{ font-size: 1rem; }
.p-sm { font-size: 1rem;}        /* 16px */
.p-md { font-size: 1.125rem;}    /* 18px */
.p-lg { font-size: 1.3rem;}   /* 21px */
.main_title_wrap{
  text-align: center;
  margin-bottom: 3rem;
}
.double_title {
    text-align: center;
    line-height: 1.3;
    margin: 1rem 0 1.5rem;
}
.double_title .en_tit{
    display: block;
    text-align: center;
    font-size: 1.8rem;
}
.double_title .jp_tit{
    text-align: center;
    display: block;
    font-size: 1rem;
}

/**余白**/
.p_tb40 { padding: 2.5rem 0; }
.p_t40 { padding-top: 2.5rem; }
.p_b40 { padding-bottom: 2.5rem; }
.m_tb40 { margin: 2.5rem 0; }
.m_t40 { margin-top: 2.5rem; }
.m_b40 { margin-bottom: 2.5rem; }
.p_tb60 { padding: 3.75rem 0; }
.p_t60 { padding-top: 3.75rem; }
.p_b60 { padding-bottom: 3.75rem; }
.m_tb60 { margin: 3.75rem 0; }
.m_t60 { margin-top: 3.75rem; }
.m_b60 { margin-bottom: 3.75rem; }
.p_tb80 { padding: 5rem 0; }
.p_t80 { padding-top: 5rem; }
.p_b80 { padding-bottom: 5rem; }
.m_tb80 { margin: 5rem 0; }
.m_t80 { margin-top: 5rem; }
.m_b80 { margin-bottom: 5rem; }
.p_tb100 { padding: 6.25rem 0; }
.p_t100 { padding-top: 6.25rem; }
.p_b100 { padding-bottom: 6.25rem; }
.m_tb100 { margin: 6.25rem 0; }
.m_t100 { margin-top: 6.25rem; }
.m_b100 { margin-bottom: 6.25rem; }
.p_tb120 { padding: 7.5rem 0; }
.p_t120 { padding-top: 7.5rem; }
.p_b120 { padding-bottom: 7.5rem; }
.m_tb120 { margin: 7.5rem 0; }
.m_t120 { margin-top: 7.5rem; }
.m_b120 { margin-bottom: 7.5rem; }

/**色**/
.text_color_w{
  color:#ffffff;
}
.text_color_b{
  color: #572600;
}
.bk_paper_w{
  background: url(./images/bk_paper_white.png) center center / cover no-repeat;
  background-attachment: scroll;
  border-radius: 6px;
  padding: 10px;
  box-shadow: 0 5px 8px 1.6px rgba(0, 0, 0, 0.12);
}
.bk_dark_wood{
  background: url(./images/bk_dark_wood.png) center center / cover no-repeat;
  background-attachment: scroll;
}
.bk_paper_yellow{
  background: url(./images/bk_paper_yellow.jpg) center center / cover no-repeat;
  background-attachment: scroll;
}
.orange_square_line {
  height: 20px;
  width: 100%;
  background-color: transparent;
  background-image: linear-gradient(45deg, #f36c21 25%, transparent 25%, transparent 75%, #f36c21 75%), linear-gradient(45deg, #f36c21 25%, transparent 25%, transparent 75%, #f36c21 75%);
  background-position: 10px 10px, 20px 20px;
  background-size: 20px 20px;
}

/***リンクボタン***/
.sns_link{
  display: flex;
  align-items: center;
  gap: 20px;
}
.sns_link .sns_link_icon{
  width: 44px;
}
.main_btn{
    width: 200px;
    height: 60px;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.75rem;
    color: #fff4d6;
    border-radius: 6px;
    padding: 5px;
    margin: 0 auto;
}
.main_btn_b{
    width: 370px;
    height: 90px;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.75rem;
    color: #fff4d6;
    border-radius: 6px;
    padding: 5px;
    margin: 0 auto;
    font-size: 2.5rem;
    font-weight: 500;
}
.main_btn .inner_line,.main_btn_b .inner_line{
    width: 100%;
    height: 100%;
    display: flex;
    border: solid 2px #fff4d6;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}
.main_btn.orange_btn{
    background: #f36c21;
    margin: 0 auto 1rem;
}
.main_btn.brown_btn{
    background: #572600;
    margin: 0 auto 1rem;
}
.main_btn.light_brown_btn{
    background: #c9a063;
}
.main_btn_b.orange_btn{
    background: #f36c21;
}
.main_btn_b.brown_btn{
    background: #572600;
}
.main_btn_b.light_brown_btn{
    background: #c9a063;
}
.allergy_btn_wrap{
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.allergy_btn_wrap .allergy_btn {
    background: #b04e00;
    color: #ffffff;
    width: 370px;
    display: flex;
    height: 60px;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    font-weight: bold;
}
.no_opacity:hover{
  opacity:1;
}
.border_link_btn_wrap {
    display: flex;
    margin-top: 3rem;
    justify-content: center;
}
.border_link_btn{
    width: 240px;
    display: flex;
    height: 60px;
    border: solid 1px #572600;
    color: #572600;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 2px;
    border-radius: 6px;
    position: relative;
}
.border_link_btn::after {
    content: "";
    position: absolute;
    right: 20px;
    width: 16px;
    height: 16px;
    border-top: 1px solid #572600;
    border-right: 1px solid #572600;
    transform: rotate(45deg);
}
.border_link_btn:hover {
    background: #572600;
    color: #fff;
}
.border_link_btn:hover::after {
    border-color: #fff;
}

.sp_hidden860{
    display: block;
}
.pc_hidden860{
    display: none;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
#header .header_inner {
  position: relative;
}
#header .header_inner .sns_link {
    gap: 10px;
}
#header .header_inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(./images/bk_paper_white.jpg) center / cover no-repeat;
  z-index: -1;
}
#header .header_logo{
    z-index: 9999;
}

.header_inner {
  margin: 0 auto;
  padding: 0px 20px 0px 20px;
  display: flex;
  align-items: center;
  height: 90px;
}
.header_logo img {
  display: block;
  width: 116px;
}

/* =========================
  グローバルナビ（PC）
========================= */
.menu {
  display: block;
}
.menu-list {
  display: flex;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-list li {
  position: relative;
}
.menu-list a{
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.05em;
    font-size: 1.1rem;
    color: #572600;
}
.g_nav_wrap {
    margin-left: auto;
    margin-right: 30px;
}
.menu-list .pc_none{
	display:none;
}
/* アクティブページ */
.menu-list li.current-menu-item > a,
.menu-list li.current-menu-parent > a {
  color: #f36c21;
}

/* --- サブメニュー（PC） --- */
.menu-list .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 150px;
    background: #fff;
    list-style: none;
    padding: 10px 0;
    margin: 40px 0 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: .3s;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
    border-radius: 10px;
}
.menu-list li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.sub-menu li{
  position: relative;
}
.sub-menu li.sp_only{
    display: none;
}
.sub-menu li a {
    display: block;
    padding: 5px 15px;
    white-space: nowrap;
}
#menu-item-138::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #572600;
    border-bottom: 2px solid #572600;
    transform: rotate(45deg);
    margin-left: 4px;
    top: -3px;
    position: relative;
}

/* =========================
  ハンバーガー
========================= */
.menu-toggle {
  display: none;
  width: 30px;
  height: 22px;
  position: relative;
  cursor: pointer;
}
.menu-toggle span {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #572600;
  left: 0;
  transition: .4s;
}
.menu-toggle span:nth-child(1) { top: 0; }
.menu-toggle span:nth-child(2) { top: 9px; }
.menu-toggle span:nth-child(3) {
    bottom: 2px;
}
/* ×アニメーション */
.menu-toggle.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 11px;
}
.menu-toggle.active span:nth-child(2) {
  opacity: 0;
}
.menu-toggle.active span:nth-child(3) {
  transform: rotate(-45deg);
  bottom: 9px;
}

/* =========================
  メニュー表示中スクロール禁止
========================= */
body.menu-open {
  overflow: hidden;
}

/*--------------------------------------------------------------
# TOP
--------------------------------------------------------------*/
#top #page_header_wrap{
  display: none;
}
#mv {
  display: flex;
}
#mv .leftbox {
    width: 330px;
    max-width: 330px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2%;
    background: url(./images/bk_paper_yellow.jpg) center center / cover no-repeat;
    background-attachment: scroll;
}
#mv .leftbox .inner_box .mv_logo{
  width: 230px;
}
#mv .leftbox h1{
    margin-bottom: 1.5rem;
}
#mv .slide_wrap {
    width:calc(100% - 330px);
}
.mv-swiper {
    width: 100%;
    height: 100%;
}
.mv-swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#mv .sns_link {
    justify-content: center;
    margin-top: 1.5rem;
}
#mv .leftbox .sns_link.sp_hidden860{
    display: flex;
}
#mv .sp_top_logo_wrap{
    display: none;
}
#top_concept h2 {
    text-align: center;
    font-size: 4rem;
    max-width: 900px;
    margin: 0 auto 2rem;
}
#top_concept p{
    text-align: center;
    line-height: 2;
    font-weight: 400;
}

/***キャンペーンスライド***/
#campaign_slide{
    box-shadow: 0 5px 8px 1.6px rgba(0, 0, 0, .2);
}
#campaign_slide .campaign-swiper .swiper-slide {
  background: #fff;
  border-radius: 8px;
  padding: 10px;
  box-sizing: border-box;
  box-shadow: 0 5px 8px 1.6px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  height: auto;    
}
#campaign_slide .campaign-thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
#campaign_slide .campaign-date{
  margin-top: 5px;
  display: block;
}
.campaign-link {
  display: block;
  color: inherit;
  text-decoration: none;
}
/* スライダー全体の下に矢印とドットを配置 */
#campaign_slide .swiper-horizontal {
    padding-bottom: 20px;
}
#campaign_slide .swiper-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  gap: 10px;
  position: relative;
  margin-top: 80px;
}
#campaign_slide .swiper-button-prev {
    width: 30px;
    height: 30px;
    color: #ffffff;
    position: relative;
    margin-right: 80px;
}
#campaign_slide .swiper-button-next {
    width: 30px;
    height: 30px;
    color: #ffffff;
    position: relative;
    margin-left: 80px;
}
#campaign_slide .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
#campaign_slide .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ffffff;
  opacity: 0.6;
  border-radius: 50%;
  margin: 0 5px;
}
#campaign_slide .swiper-pagination-bullet-active {
  opacity: 1;
}
#campaign_slide .image_wrap .archive_img {
    aspect-ratio: 5 / 3.2;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    border-radius: 5px;
}
/**
.swiper-pagination-bullet:nth-child(n+6) {
  display: none !important;
}
**/
#menu_bnr .menu_bnr_wrap{
    display: flex;
}
#top_store p.info_text {
    text-align: center;
    line-height: 2;
    font-weight: 400;
}
#top_store .store_item_flex{
    display: flex;
    gap: 50px;
}
#top_store .store_item_flex .store_item{
    width: calc(100% / 3);
}
#top_store .swiper-pagination {
    position: absolute;
    right: 10px;
    bottom: 0;
    display: flex;
    gap: 5px;
    margin-bottom: 15px;
    right: 0;
    justify-content: end;
    padding-right: 15px;
}
#top_store .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #ffffff;
  opacity: 1;
  border-radius: 0;
}
#top_store .swiper-pagination-bullet-active {
  background: #ccc;
}
#top_news .top_news_area{
    margin-bottom: 4rem;
}
#top_news .top_news_area ul li{
    padding: 15px 0px;
    border-bottom: solid 1px;
}
#top_news .top_news_area ul li a{
    color:#572600;
    display: flex;
    align-items: center;
    font-size: 1rem;
}
#top_news .top_news_area ul li a .date{
    font-weight: normal;
    font-size: 1.1rem;
}
.news_category{
    width: 110px;
    display: flex;
    text-align: center;
    justify-content: center;
    padding: 2px 10px;
    border-radius: 5px;
    font-size: 0.8rem;
    font-weight: 500;
    margin: 0 20px;
}
.news_category.info{
  background:#f7a389 ;
  color: #ffffff;
}
.news_category.item{
  background:#8cc0ae ;
  color: #ffffff;
}
.news_category.other{
  background:#669daa ;
  color: #ffffff;
}
#top #footer {
    margin-top: 0px;
}
#top #menu_wrap.pdf_menu_book .pdf_menu_item #menu_bnr .menu_bnr_wrap .main_btn_b {
    width: 32%;
    margin: 0 0;
}

/*--------------------------------------------------------------
# 下層
--------------------------------------------------------------*/
#notfound .textbox{
    text-align: center;
}
#page_header_wrap {
    margin: 90px 0;
    position: relative;
    z-index: 0;
    background: url(./images/bk_dark_wood.png) center center / cover no-repeat;
    background-attachment: scroll;
    padding: 40px 20px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#page_header_wrap .page_header_img {
    width: 760px;
    margin: 0 auto;
}
h2.page_header_title {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.05em;
    font-size: 3rem;
    color: #ffffff;
    line-height: 1;
    text-align: center;
    margin-top: 10px;
}
.page_main_title_wrap{
    text-align: center;
}
h3.page_main_title {
    border-bottom: solid 2px #f36c21;
    padding-bottom: 18px;
    margin-bottom: 20px;
    line-height: 1.4;
}
h3.page_main_title .en_title{
    font-size: 1.8rem;
    color: #f36c21;
}
h3.page_main_title .jp_title {
    font-size: 1rem;
    display: block;
    color: #572600;
    margin-top: 5px;
}

/***STORE***/
#store #top_store .info_text{
    margin-bottom: 50px;
}
#store #top_store .flexbox{
    display: flex;
	align-items: stretch;
}
#store #top_store .flexbox .slide_wrap{
	width: 56%;
}
#store .shop_info_box{
    width: 44%;
    padding-left: 40px;
}
#store .shop_info_box table{
    width: 100%;
}
#store .shop_info_box table th {
    width: 110px;
    padding: 15px 10px;
    border-bottom: solid 1px;
    vertical-align: middle;
}
#store .shop_info_box table td{
    padding: 15px 10px;
    border-bottom: solid 1px;
}
#store .shop_info_box img{
    width: 160px;
    margin: 0 auto 20px;
}
#store .shop_info_box .google_map_link{
    background: #572600;
    color: #ffffff;
    font-size: 0.8rem;
    padding: 2px 5px;
    border-radius: 3px;
}
#store .shop_info_box .google_map_link i{
    margin-right: 5px;
}


/***お問い合わせ***/
#contact .form_info_text,#thanks .form_info_text{
    text-align: center;
    margin: 40px 0px;
    line-height: 2;
}
#contact .media_info,#thanks .media_info {
    background: #ffffff;
    padding: 30px;
    border: solid 1px;
    border-radius: 10px;
    margin-bottom: 20px;
}
#contact .media_info h4,#thanks .media_info h4{
    text-align: center;
    border-bottom: solid 1px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
#contact .media_info .info_text,#thanks .media_info .info_text{
    text-align: center;
    margin-bottom: 20px;
}
#contact .media_info .tel,#thanks .media_info .tel{
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
}
#contact .media_info .tel .number,#thanks .media_info .tel .number {
    font-size: 1.7rem;
}
.contact_form_wrap {
    border-radius: 10px;
    padding: 60px 60px 40px 60px;
    background: #ffffff;
    border: solid 1px;
}
.contact_form_wrap table th {
    width: 30%;
    text-align: left;
    padding: 20px;
    border-bottom: solid 1px #cccccc;
    vertical-align: middle;
}
.contact_form_wrap table td {
    width: 70%;
    text-align: left;
    padding: 20px;
    border-bottom: solid 1px #cccccc;
    vertical-align: middle;
}
.contact_form_wrap table td .text01 {
    font-size: 1rem;
    width: 100%;
    border: solid 1px #cccccc;
    border-radius: 5px;
    padding: 12px;
}
.contact_form_wrap table td .text02 {
    font-size: 1rem;
    width: 200px;
    border: solid 1px #cccccc;
    border-radius: 5px;
    padding: 12px;
}
.contact_form_wrap .required {
    font-size: 1.3rem;
    color: #ff5555;
    margin-left: 10px;
}
.contact_form_wrap .required_text {
    font-size: 1rem;
    color: #ff5555;
    margin-bottom: 20px;
}
.contact_form_wrap .contact_submit_btn_wrap{
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.contact_form_wrap .contact_submit_btn {
    width: 240px;
    height: 54px;
    background: #f36c21;
    display: flex;
    border-radius: 6px;
    color: #ffffff;
    font-weight: bold;
    justify-content: left;
    align-items: center;
    position: relative;
    border: solid 1px #f36c21;
    font-size: 1.1rem;
    transition: .4s;
    font-weight: normal;
    letter-spacing: 5px;
}
.contact_form_wrap .contact_submit_btn:hover{
    background: #ffffff;
    color: #f36c21;    
}

/***プライバシーポリシー***/
#privacy-policy .policy_item{
    margin: 40px 0px 0px;
}
#privacy-policy .policy_item h3.title{
    color: #f36c21;
    border-bottom: solid 2px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
#privacy-policy .policy_item h3.title .jp_title{
    font-size: 1.1rem;
    display: block;
    color:#572600;
}
#privacy-policy .policy_item h4.s_title {
    margin-bottom: 15px;
    font-weight: normal;
}

/***お知らせ***/
.news-page .news-list ul.news-items {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}
.news-page .news-list ul.news-items li {
    width: calc((100% - 80px) / 3);
    background: #ffffff;
    background-attachment: scroll;
    border-radius: 6px;
    padding: 10px;
    box-shadow: 0 5px 8px 1.6px rgba(0, 0, 0, 0.12);
    margin-bottom: 40px;
}
.news-page .news-list ul.news-items li h3{
    font-size: 1.1rem;
    font-weight: 600;
    color: #572600;
}
.news-page .news-list ul.news-items li .excerpt{
    font-size: 0.9rem;
}
.news-page .news-list ul.news-items li .date{
    margin-top: 5px;
    font-weight: 500;
    color: #f36c21;
}
.news-page .news-list ul.news-items li .image_wrap{
    position: relative;
}
.news-page .news-list ul.news-items li .image_wrap .archive_img {
    aspect-ratio: 5 / 3.2;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    border-radius: 5px;
}
.news-page .news-list ul.news-items li .news_archive_category{
    position: absolute;
    top: 0;
    right: 0;
}
.news-page .news-list ul.news-items li .news_archive_category a{
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    padding: 1px 0;
    margin-top: 5px;
    margin-right: 5px;
    font-size: 0.8rem;
}
.news_archive_category .cat-other{
    background:#669daa;
    color:#ffffff;
}
.news_archive_category .cat-item{
    background:#8cc0ae;
    color:#ffffff;
}
.news_archive_category .cat-info {
    background: #f7a389;
    color: #ffffff;
}

/**ページネーション**/
.nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0px 0;
}
.nav-links .page-numbers i {
    font-size: 0.9rem;
}
.nav-links ul{
    display: flex;
    justify-self: center;
}
.nav-links a.page-numbers.current,.nav-links span.page-numbers.current {
    background: #f36c21;
    color: #fff4d6;
    width: 40px;
    height: 40px;
    display: flex;
    border-radius: 40px;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
}
.nav-links a.page-numbers,.nav-links span.page-numbers {
    background: #ffffff;
    border: solid 1px #f36c21 ;
    color: #f36c21;
    width: 40px;
    height: 40px;
    display: flex;
    border-radius: 40px;
    align-items: center;
    justify-content: center;
    line-height: 1;
    margin: 0 5px;
    font-size: 1rem;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
}
.single_bottom_arrowbox {
    display: flex;
    justify-content: center;
    margin: 60px 20px 40px;
}
.single_bottom_arrowbox .before a, .single_bottom_arrowbox .after a,.single_bottom_arrowbox .center {
    margin: 0px 30px;
    display: flex;
    align-items: center;
}
.single_bottom_arrowbox a {
    color: #f36c21;
    font-weight: bold;
}
.single_bottom_arrowbox i {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px;
    border-radius: 40px;
    margin: 0 10px;
}

/***詳細ページ***/
#single_page_wrap .top_box .day .news_archive_category a {
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    padding: 1px 0;
    font-size: 0.8rem;
}
.news_archive_category .cat-topics{
    background: #af835b;
    color: #ffffff;
}
#single_page_wrap .top_box .day{
    display: flex;
    align-items: center;
}
#single_page_wrap .top_box .day p{
    color: #f36c21;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    margin-right: 10px;
}
#single_page_wrap .top_box{
    border-bottom: solid 1px #572600;
    margin-bottom: 40px;
    padding-bottom: 6px;
}
#single_page_wrap .thumb_image_wrap {
    width: 80%;
    margin-bottom: 40px;
    margin-top: 40px;
}
#single_page_wrap .thumb_image_wrap img{
    width: 100%;
}

/***MENU***/
#morning,#lunch,#dinner,#menu,#morning::before,#lunch::before,#dinner::before,#menu::before{
    background: #ffffff;
}
#menu_list_wrap .menu_bk01{
    background: #ffffff;
}
#menu_list_wrap .menu_bk02{
    background: #f6f0de;
}
#menu_list_wrap .menu_bk03{
    background: #feecd2;
}
#menu_list_wrap .menu_bk04{
    background: #eee1d0;
}
#menu_list_wrap .item_three_flex{
    display: flex;
    margin-bottom: 40px;
    gap: 20px;
}
#menu_list_wrap .craft_beer_wrap .item_three_flex{
   gap:30px;
}
#menu_list_wrap .craft_beer_wrap h3{
    border-bottom: solid 1px #572600;
    padding-bottom: 10px;
}
#menu_list_wrap .craft_beer_wrap .item_three h4{
    text-align: center;
    color: #000000;
    margin: 20px 0 10px;
}
#menu_list_wrap .craft_beer_wrap .item_three p.text{
    font-size: 0.9rem;
    color: #000000;
}
#menu_list_wrap .craft_beer_wrap .beer_after_text{
    text-align: center;
    border-bottom: solid 1px;
    padding-bottom: 30px;
}
#menu_list_wrap .item_three_flex .item_three{
    width: calc(100% / 3);
}
#menu_list_wrap .menu_list_title{
    text-align: center;
    margin-bottom: 40px;
}
#menu_list_wrap .contents_wrap {
    max-width: 834px;
    margin: 0 auto;
}
#menu_list_wrap table.menu_list .border_none{
    border-bottom: none;
}
#menu_list_wrap table.menu_list th{
    text-align: left;
    border-bottom: solid 1px;
    border-top: solid 1px;
    padding: 15px 20px 15px 20px;
    font-weight: 500;
}
#menu_list_wrap table.menu_list td {
    width: 120px;
    text-align: right;
    border-bottom: solid 1px;
    border-top: solid 1px;
    padding: 15px 20px 15px 0px;
    font-weight: 500;
    vertical-align: middle;
}
#menu_list_wrap .menu_list_flex {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
#menu_list_wrap .menu_list_flex .image_box{
    width: 50%;
}
#menu_list_wrap .menu_list_flex .image_box table{
    width: 100%;
}
#menu_list_wrap .menu_list_flex table{
    width: 50%;
}
#menu_wrap .menu_top_info.morning_info{
    background: #c9a063;
    padding: 0 5%;
}
#menu_wrap .menu_top_info.morning_info::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 10px;
    background: #e9d1b5;
    z-index: 2;
    margin-top: -10px;
}
#menu_wrap .menu_top_info.lunch_info{
    background: #f36c21;
    padding: 0 5%;
}
#menu_wrap .menu_top_info.lunch_info::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 10px;
    background: #f7b981;
    z-index: 2;
    margin-top: -10px;
}
#menu_wrap .menu_top_info.dinner_info{
    background: #572600;
    padding: 0 5%;
    position: relative;
}
#menu_wrap .menu_top_info .flexbox {
    display: flex;
    align-items: center;
    gap: 3%;
    z-index: 99;
    position: relative;
}
#menu_wrap .menu_top_info.dinner_info::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 10px;
    background: #af835b;
    z-index: 2;
    margin-top: -10px;
}
#menu_wrap .box01{
    width: 45%;
}
#menu_wrap .box02{
    width: 52%;
}
#menu_wrap .box02 .title_wrap {
    margin: 0 50px 50px;
}
#menu_wrap .box02 .title_wrap h3.menu_title{
    font-size: 8rem;
    color: #ffffff;
    line-height: 1;
}
#menu_wrap .box02 .title_wrap .open_hour {
    color: #ffffff;
    font-size: 3.4rem;
    line-height: 1;
    margin: 20px 0px 0px;
}
#menu_wrap .box02 .menu_image_list{
    display: flex;
    gap: 2%;
}
#menu_wrap .box02 .menu_image_list img{
    width: 49%;
}
#menu_wrap .tax_info{
  text-align: center;
}
#menu .bk_none860{
    display: block;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer{
    margin-top: 90px;
}
#footer .flexbox{
    display: flex;
    justify-content: space-between;
}
#footer .flexbox .footer_logo img{
    width:160px;
}
#footer .flexbox .map_area{
    width: 740px;
    height: 400px;
}
#footer .flexbox .text_contents {
    width: calc(100% - 740px);
    padding-left: 50px;
}
#footer .flexbox .sns_link {
    gap: 10px;
}
#footer .flexbox .text_contents .footer_logo{
    display: flex;
}
#footer .flexbox .text_contents .shop_info .tel{
    margin: 5px 0px;
    display: block;
}
#footer_bottom_fix{
  display: none;
}
#page_footer .flexbox .footer_logo{
    display: flex;
    align-items: center;
}
#page_footer .footer_menu01 a,#page_footer .footer_menu02 a{
    color:#ffffff;
    display: block;
}
#page_footer .flexbox .sns_link{
    margin-top: 20px;
}
#page_footer .flexbox .text_contents .footer_logo img{
    width: 210px;
}
#page_footer .flexbox{
    justify-content: center;
}
#page_footer .flexbox .flex_item {
    border-right: solid 1px #ffffff;
    padding: 20px 60px 20px 30px;
}
#page_footer .flexbox .flex_item.last{
    border-right: none;
}
#page_footer .flexbox .shop_link{
    display: flex;
    align-items: center;
}
#page_footer .flexbox .shop_info img {
    margin-bottom: 10px;
    width: 110px;
}
#page-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  background: #572600;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 1000;
  border: none;
}
#page-top.show {
  opacity: 1;
  visibility: visible;
}
#page-top:hover {
  background: #572600;
}
.arrow {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
    top: 2px;
    position: relative;
}


/*--------------------------------------------------------------
# レスポンシブ
--------------------------------------------------------------*/
@media screen and (max-width: 1440px) {
#menu_wrap .box02 .title_wrap h3.menu_title {
    font-size: 6rem;
}
#mv .leftbox .inner_box .mv_logo {
    width: 180px;
}
.main_btn .inner_line, .main_btn_b .inner_line {
    border: solid 1.5px #fff4d6;
}
.main_btn {
    width: 180px;
    height: 48px;
    font-size: 1.2rem;
    color: #fff4d6;
    padding: 4px;
}
.main_btn.orange_btn{
    margin: 0 auto 0.6rem;
}
.main_btn.brown_btn{
    margin: 0 auto 0.6rem;
}
#menu_wrap .box02 .title_wrap .open_hour {
    font-size: 2.4rem;
}
#mv .sns_link {
    margin-top: 1rem;
}
}
@media screen and (max-width: 1260px) {
#mv .leftbox {
    width: 280px;
    max-width: 280px;
	}
#mv .slide_wrap {
    width: calc(100% - 280px);
}
}
@media screen and (max-width: 1200px) {
.contents_wrap {
    width: 96%;
    margin: 0 auto;
}
.main_btn_b {
        width: 30%;
        height: 70px;
        font-size: 2rem;
    }
.allergy_btn_wrap .allergy_btn {
    width: 30%;
}
}
@media screen and (max-width: 1160px) {
#mv .slide_wrap {
        width: calc(100% - 200px);
    }
#mv .leftbox {
        width: 200px;
        max-width: 200px;
    }
#mv .leftbox .inner_box .mv_logo {
        width: 130px;
        margin: 0 auto;
    }
#mv .home_menu .main_btn {
        width: 100%;
        height: 42px;
    }
}
@media screen and (max-width: 1100px) {
#footer .flexbox .map_area {
    width: 56%;
    height: 380px;
}
#footer .flexbox .text_contents {
    width: 44%;
} 
}
@media screen and (max-width: 980px) {
.contents_wrap {
    width: 94%;
    margin: 0 auto;
	}
#page_header_wrap{
        margin: 60px 0 40px;
    }
.p_tb80 {
    padding: 3rem 0;
}    
#header .sns_link .sns_link_icon {
    width: 40px;
}
#header .header_logo img {
    width: 80px;
}
.header_inner {
    height: 60px;
}
.menu-toggle {
    display: block;
    z-index: 1001;
    width: 30px;
    height: 22px;
    position: absolute;
    cursor: pointer;
    right: 0;
    margin-right: 20px;
    margin-top: -10px;
}
.menu {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    background: rgba(255,255,255,.97);
    transition: top .4s ease;
    z-index: 1000;
    overflow-y: auto;
}
.menu.active {
    top: 0;
    bottom: 0;
    }
.menu-list {
    flex-direction: column;
    gap: 0;
    padding: 100px 20px 20px;
}
.menu-list li {
    border-bottom: 1px solid #eee;
}
.menu-list a {
    display: block;
    padding: 15px 0;
    font-size: 16px;
    width: 100%;
}
#menu-item-138::after {
    width: 12px;
    height: 12px;
    margin-right: 20px;
    top: 22px;
    position: absolute;
    right: 0;
}
.menu-list .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    padding-left: 15px;
    display: none;
  }
.menu-list li.open > .sub-menu {
    display: block;
  }
.menu-list li .sub-menu{
  display:none;
}
.menu-list li.open .sub-menu {
        display: block;
        width: 100%;
        background: none;
        margin-top: 0;
    }    
.sub-menu li a {
    display: block;
    padding: 15px 0px;
    white-space: nowrap;
}
.sub-menu li.menu-item-186{
    border-bottom: none;
}
.sub-menu li.sp_only{
    display: block;
}
#mv {
    display: flex;
    flex-wrap: wrap;
}
#mv .sp_top_logo_wrap {
        display: block;
        background: url(./images/bk_paper_yellow.jpg) center center / cover no-repeat;
        width: 100%;
        padding: 10px 0px;
    }
#mv .sp_top_logo_wrap img {
        width: 90px;
        margin: 0 auto;
    }    
#mv .leftbox {
        width: 100%;
        max-width: 100%;
        order: 2;
        padding: 20px 0px 10px 0px;
    }   
#mv .sns_link {
    margin-top: 0px;
}        
#mv .slide_wrap {
    width: 100%;
    order: 1;
}
#mv .leftbox h1 {
    display: none;
}
#mv .leftbox .inner_box{
    width: 96%;
}
#mv .leftbox .home_menu{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#mv .leftbox .home_menu .main_btn {
    margin: 0 1% 2%;
    width: 30%;
    height: 42px;
    padding: 3px;
    }
#mv .leftbox .sns_link.pc_hidden860 {
        margin: 0 1% 2%;
        width: 30%;
        height: 42px;
        display: flex;
        gap: 10px;
    }
#mv .leftbox .sns_link.sp_hidden860{
    display: none;
}
#mv .leftbox .sns_link.pc_hidden860 .sns_link_icon {
    width: 42px;
}
#header .sns_link{
    margin-right: 45px;
    gap: 10px;
}
#footer{
    margin-top: 60px;
}
#footer_bottom_fix {
        background: #f36c21;
        color: #fff4d6;
        height: 50px;
        display: flex;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 999;
    }    
#footer_bottom_fix a {
        color: #fff4d6;
        width: calc(100% / 3);
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.4rem;
        font-family: "Oswald", sans-serif;
        font-optical-sizing: auto;
        font-weight: 500;
        font-style: normal;
        letter-spacing: 0.05em;
    }    
 #footer_bottom_fix a.line_btn{
    border-left: solid 1px;
    border-right: solid 1px;
}   
}
@media screen and (max-width: 860px) {
.sp_hidden860{
    display: none;
}
.pc_hidden860{
    display: block;
}
.main_btn_b {
        height: 60px;
        font-size: 1.6rem;
    }
#top_concept h2 {
    text-align: center;
    font-size: 4rem;
    max-width: 420px;
    margin: 2rem auto 2rem;
}
#top_concept p {
    text-align: left;
    line-height: 1.8;
    font-size: 1.1rem;
}
#top_concept p br{
    display: none;
}
.m_t80 {
    margin-top: 2.4rem;
}
.m_b80 {
    margin-bottom: 2.4rem;
}
.m_tb80 {
    margin: 2.4rem 0;
}
.p_t80 {
    padding-top: 2.4rem;
}
.p_b80 {
    padding-bottom: 2.4rem;
}
.p_tb80 {
    padding: 2.4rem 0;
}
.m_t60 {
    margin-top: 2rem;
}
.m_b60 {
    margin-bottom: 2rem;
}
.m_tb60 {
    margin: 2rem 0;
}
.p_t60 {
    padding-top: 2rem;
}
.p_b60 {
    padding-bottom: 2rem;
}
.p_tb60 {
    padding: 2rem 0;
}
.p_t100 {
    padding-top: 3.25rem;
}
.p_b100 {
    padding-bottom: 3.25rem;
}
.p_tb100 {
    padding: 3.25rem 0;
}
.main_title_wrap {
    margin-bottom: 2rem;
}
.double_title {
    margin: 1rem 0 1rem;
}
#top_news .top_news_area {
    margin-bottom: 3rem;
}
#top_news .main_title_wrap {
    margin-bottom: 0rem;
}
#top_news .top_news_area ul li {
    padding: 10px 0px;
}
#top_news .top_news_area ul li a {
    flex-wrap: wrap;
}
#top_news .top_news_area ul li .title{
    display: block;
    width: 100%;
    margin-top: 10px;
}
#top_news .news_category {
    width: 70px;
    padding: 0px 10px;
    margin: 0 10px 0;
}
#top_store p.info_text {
    text-align: left;
}
#top_store p.info_text br {
    display: none;
}
.border_link_btn_wrap {
    margin-top: 2rem;
}
.border_link_btn {
    width: 240px;
    display: flex;
    height: 50px;
}
.border_link_btn::after {
    width: 10px;
    height: 10px;
}
#single_page_wrap .thumb_image_wrap {
    width: 100%;
    margin-bottom: 20px;
}
.single_bottom_arrowbox i {
        width: 30px;
        height: 30px;
        border-radius: 50%;
    }
.single_bottom_arrowbox .before a, .single_bottom_arrowbox .after a{
    margin: 0px 0px;
}
.single_bottom_arrowbox .center {
    margin: 0px 15px;
}
.single_bottom_arrowbox {
    display: flex;
    justify-content: center;
    margin: 40px 0px 0px;
}
#page_header_wrap .page_header_img {
    width: 380px;
}
#page_header_wrap {
    height: 220px;
}
#menu_list_wrap .menu_list_title {
    margin-bottom: 20px;
}
#menu_wrap .menu_top_info .flexbox {
    gap: 0%;
    flex-wrap: wrap;
}
#menu_wrap .box01 {
        width: 100%;
        display: none;
        order: 2;
    }    
#menu_wrap .box02 {
    width: 100%;
    order: 1;
    display: block;
}
#menu .bk_none860{
    display: block;
}
#menu_list_wrap table.menu_list th.border_none860,#menu_list_wrap table.menu_list td.border_none860{
    border-bottom: none;
}
#menu_wrap .box02 .title_wrap h3.menu_title {
        font-size: 3rem;
    }
#menu_wrap .box02 .title_wrap .open_hour {
        font-size: 1.6rem;
    }
#menu_wrap .menu_top_info.morning_info,#menu_wrap .menu_top_info.lunch_info,#menu_wrap .menu_top_info.dinner_info {
    padding: 0 2%;
}
#menu_wrap .box02 .menu_image_list {
        gap: 2%;
        margin-bottom: 0%;
        margin-top: 2%;
    }    
#menu_list_wrap table.menu_list th {
    padding: 15px 20px 15px 0px;
}
#menu_list_wrap table.menu_list td {
    width: 80px;
    padding: 15px 10px 15px 0px;
} 
#menu_list_wrap .item_three_flex {
    display: block;
    margin-bottom: 20px;
}
#menu_list_wrap .item_three_flex .item_three {
    width: 100%;
    margin-bottom: 20px;
} 
#menu_list_wrap .menu_list_flex {
    display: block;
}
#menu_list_wrap .menu_list_flex table {
    width: 100%;
}
#menu_list_wrap .menu_list_flex .image_box {
    width: 100%;
    margin-bottom: 20px;
}
.news-page .news-list ul.news-items {
    display: block;
}
.news-page .news-list ul.news-items {
    display: block;
}
.news-page .news-list ul.news-items li {
    width: 100%;
}
.news-page .news-list ul.news-items li {
    width: 100%;
}
#contact .form_info_text, #thanks .form_info_text {
    margin: 20px 0px;
    text-align: left;
}
.contact_form_wrap table th {
    width: 100%;
    padding: 15px 0px 0px 0px;
    display: block;
    border-bottom:none;
}
.contact_form_wrap table td {
    width: 100%;
    padding: 15px 0px 15px 0px;
    display: block;
}
.contact_form_wrap {
    padding: 30px 22px 30px 20px;
}
#contact .media_info, #thanks .media_info {
    padding: 20px;
}
#contact .media_info .tel .number, #thanks .media_info .tel .number {
    display: block;
}
#store #top_store .info_text {
    margin-bottom: 40px;
    text-align: left;
    line-height: 1.7;
}
#store #top_store .flexbox {
    display: block;
}
#store #top_store .flexbox .slide_wrap {
        display: flex;
        width: 100%;
        margin-bottom: 40px;
    }    
#store .shop_info_box {
    width: 100%;
    padding-left: 0px;
}
#store .shop_info_box table th {
    width: 90px;
    font-weight: 600;
}
#top_store .store_item_flex {
    display: block;
    margin-top: 25px;
}
#top_store .store_item_flex .store_item {
    width: 100%;
    margin-bottom: 20px;
}
#footer .flexbox {
    display: block;
}
#footer .flexbox .text_contents .footer_logo {
        justify-content: center;
        margin-top: 40px;
    }    
#main_footer .shop_info{
    text-align: center;
    margin:1.8rem 0;
}
#main_footer .sns_link {
        justify-content: center;
        margin-bottom: 50px;
    }    
#footer .flexbox .map_area {
    width: 100%;
    height: 300px;
}
#footer .flexbox .text_contents {
    width: 100%;
    padding-left: 0px;
    margin-top: 6vw;
}
#page_footer .flexbox .flex_item {
    border-right: none;
}
#page_footer .flexbox .footer_logo {
    justify-content: center;
}
#page_footer .flexbox .flex_item {
    padding: 10px 20px 10px 20px;
    text-align: center;
}
#page_footer .flexbox .sns_link {
    margin-top: 15px;
    justify-content: center;
}
#page_footer .flexbox .flex_item.last {
        justify-content: center;
        margin: 10px 0px 40px;
    }
#store #footer {
        margin-top: 0px;
    }
#menu_wrap .box02 .title_wrap {
    margin: 20px 0px 20px;
} 
#page_footer .footer_menu01 a, #page_footer .footer_menu02 a {
    font-size: 1.1rem;
}
}
@media screen and (max-width: 560px) {
#menu #page_header_wrap,#lunch #page_header_wrap,#dinner #page_header_wrap,#morning #page_header_wrap {
        margin: 60px 0 20px;
    }
#menu .menu_top_info,#lunch .menu_top_info,#dinner .menu_top_info,#morning .menu_top_info{
    margin-top: 20px!important;
}
    .main_btn_b {
        height: 50px;
        padding: 5px;
        font-size: 1.4rem;
        margin-bottom: 1rem;
        padding: 3px;
    }
.allergy_btn_wrap {
    display: flex;
    justify-content: center;
    margin-top: 0rem;
}
.allergy_btn_wrap .allergy_btn {
        display: flex;
        justify-content: center;
        width: 86%;
        height: 46px;
        font-size: 1rem;
        /* border-radius: 5px; */
    }  
#page-top {
    right: 10px;
    bottom: 70px;
    width: 40px;
    height: 40px;
}
.single-post img{
    width: 100%;
    margin: 0 auto;
}
}

/***pdfmenubook***/
#menu_wrap.pdf_menu_book .info_text{
    text-align: center;
    margin: 2rem;
}
#menu_wrap.pdf_menu_book .pdf_menu_item #menu_bnr .menu_bnr_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#menu_wrap.pdf_menu_book .pdf_menu_item #menu_bnr .menu_bnr_wrap .inner_line, #menu_wrap.pdf_menu_book .pdf_menu_item #menu_bnr .menu_bnr_wrap .main_btn_b .inner_line {
    display: block;
    text-align: left;
    line-height: 1.2;
    padding: 20px 20px;
    position: relative;
}
#menu_wrap.pdf_menu_book .pdf_menu_item #menu_bnr .menu_bnr_wrap .main_btn_b {
    margin: 20px 0;
    width: 48%;
    height: auto;
    position: relative;
}
#menu_wrap.pdf_menu_book .pdf_menu_item #menu_bnr .menu_bnr_wrap .main_btn_b .s_text {
    display: block;
    font-size: 1.3rem;
    text-align: left;
}
#menu_wrap.pdf_menu_book .pdf_menu_item #menu_bnr .menu_bnr_wrap .main_btn_b.light_brown_btn .inner_line:after {
    content: '';
    display: inline-block;
    width: 49px;
    height: 54px;
    background-repeat: no-repeat;
    background-image: url(./images/light_brown_btn_pdf_icon.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 50%;
    margin-right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
#menu_wrap.pdf_menu_book .pdf_menu_item #menu_bnr .menu_bnr_wrap .main_btn_b.orange_btn .inner_line:after {
    content: '';
    display: inline-block;
    width: 49px;
    height: 54px;
    background-repeat: no-repeat;
    background-image: url(./images/orange_btn_btn_pdf_icon.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 50%;
    margin-right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
#menu_wrap.pdf_menu_book .pdf_menu_item #menu_bnr .menu_bnr_wrap .main_btn_b.brown_btn .inner_line:after {
    content: '';
    display: inline-block;
    width: 49px;
    height: 54px;
    background-repeat: no-repeat;
    background-image: url(./images/brown_btn_btn_pdf_icon.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 50%;
    margin-right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
#menu_wrap.pdf_menu_book .allergy_btn_wrap .allergy_btn{
    position: relative;
}
#menu_wrap.pdf_menu_book .allergy_btn_wrap .allergy_btn:after {
    content: '';
    display: inline-block;
    width: 28px;
    height: 31px;
    background-repeat: no-repeat;
    background-image: url(./images/allergy_pdf_btn.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 50%;
    margin-right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
#menu_wrap.pdf_menu_book .allergy_btn_wrap .allergy_btn {
    width: 40%;
    padding: 10px;
    height: auto;
}
@media screen and (max-width: 860px) {
#top #menu_wrap.pdf_menu_book .pdf_menu_item #menu_bnr .menu_bnr_wrap .main_btn_b.brown_btn .inner_line:after {
    margin-right: 10px;
    width: 30px;
    height: 34px;
}
#top #menu_wrap.pdf_menu_book .pdf_menu_item #menu_bnr .menu_bnr_wrap .main_btn_b.orange_btn .inner_line:after {
    margin-right: 10px;
    width: 30px;
    height: 34px;
}
#top #menu_wrap.pdf_menu_book .pdf_menu_item #menu_bnr .menu_bnr_wrap .main_btn_b.light_brown_btn .inner_line:after {
    margin-right: 10px;
    width: 30px;
    height: 34px;
}
}
@media screen and (max-width: 680px) {
#menu_wrap.pdf_menu_book .pdf_menu_item #menu_bnr .menu_bnr_wrap .main_btn_b.light_brown_btn .inner_line:after {
    width: 28px;
    height: 31px;
}
#menu_wrap.pdf_menu_book .pdf_menu_item #menu_bnr .menu_bnr_wrap .main_btn_b.brown_btn .inner_line:after {
    width: 28px;
    height: 31px;
    }    
#menu_wrap.pdf_menu_book .pdf_menu_item #menu_bnr .menu_bnr_wrap .main_btn_b.orange_btn .inner_line:after {
    width: 28px;
    height: 31px;
}
#menu_wrap.pdf_menu_book .pdf_menu_item #menu_bnr .menu_bnr_wrap .main_btn_b {
    margin: 10px 0;
    width: 32%;
}
#menu_wrap.pdf_menu_book .pdf_menu_item #menu_bnr .menu_bnr_wrap .inner_line, #menu_wrap.pdf_menu_book .pdf_menu_item #menu_bnr .menu_bnr_wrap .main_btn_b .inner_line {
        text-align: center;
        padding: 10px 10px 50px 10px;
    }    
#menu_wrap.pdf_menu_book .pdf_menu_item #menu_bnr .menu_bnr_wrap .main_btn_b .s_text {
    text-align: center;
    display: block;
    font-size: 0.9rem;
    text-align: center;
    margin-top: 5px;
}
#menu_wrap.pdf_menu_book .pdf_menu_item #menu_bnr .menu_bnr_wrap .main_btn_b.brown_btn .inner_line:after {
        right: 50%;
        top: auto;
        bottom: 0;
        margin-right: 0;
        transform: translateX(50%);
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        bottom: 6px;
    } 
#menu_wrap.pdf_menu_book .pdf_menu_item #menu_bnr .menu_bnr_wrap .main_btn_b.orange_btn .inner_line:after {
        right: 50%;
        top: auto;
        bottom: 0;
        margin-right: 0;
        transform: translateX(50%);
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        bottom: 6px;
    } 
#menu_wrap.pdf_menu_book .pdf_menu_item #menu_bnr .menu_bnr_wrap .main_btn_b.light_brown_btn .inner_line:after {
        right: 50%;
        top: auto;
        bottom: 0;
        margin-right: 0;
        transform: translateX(50%);
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        bottom: 6px;
    }
#menu_wrap.pdf_menu_book .allergy_btn_wrap .allergy_btn {
    width: 80%;
    padding: 10px;
    height: auto;
}
#menu_wrap.pdf_menu_book .allergy_btn_wrap .allergy_btn:after {
    width: 24px;
    height: 27px;
}
#top #menu_wrap.pdf_menu_book .pdf_menu_item #menu_bnr .menu_bnr_wrap .main_btn_b.brown_btn .inner_line:after {
    margin-right: 0px;
}
#top #menu_wrap.pdf_menu_book .pdf_menu_item #menu_bnr .menu_bnr_wrap .main_btn_b.orange_btn .inner_line:after {
    margin-right: 0px;
}
#top #menu_wrap.pdf_menu_book .pdf_menu_item #menu_bnr .menu_bnr_wrap .main_btn_b.light_brown_btn .inner_line:after {
    margin-right: 0px;
}    
}
@media screen and (max-width: 560px) {
    #menu_wrap.pdf_menu_book .pdf_menu_item #menu_bnr .menu_bnr_wrap .inner_line, #menu_wrap.pdf_menu_book .pdf_menu_item #menu_bnr .menu_bnr_wrap .main_btn_b .inner_line {
        text-align: center;
        padding: 10px 5px 50px 5px;
    }
#menu_wrap.pdf_menu_book .info_text {
    text-align: center;
    margin: 1rem;
}
}

.topics_pr .s_img {
    max-width: 600px;
    margin: 20px 0;
}
.topics_pr h3 {
    margin: 40px 0 20px;
}
.topics_pr h4{
    margin-bottom: 10px;
}
.topics_pr h5{
    font-weight: bold;
    font-size: 1.1rem;
}

#menu_wrap.pdf_menu_book .coming_soon_area{
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.05em;
    font-size: 4rem;
    color: #572600;
    text-align: center;
    margin-top: 3rem;
}
@media screen and (max-width: 560px) {
#menu_wrap.pdf_menu_book .coming_soon_area {
    font-size: 3rem;
    margin-top: 4rem;
}
}