@charset "UTF-8";

/* ===================================================================

	Setting

=================================================================== */
html { color:#4B332D; background:#FFF; line-height:1.6; text-align:left; font-size:65.5%; }
body { font-size:13px; font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Arial, sans-serif; overflow-x:hidden; }
img { max-width:100%; height:auto; }


.main_wrapper { overflow:hidden; padding-top: 100px; }
.bbq .main_wrapper { padding-top: 0; }
.container { width: 1300px; margin: 0 auto; }

.sp { display: none; }
.tb { display: none; }
.sp_only { display: none; }
.ipad_pro { display: none; }
.pc { display: block; }
.pc_only { display: block; }


@media screen and (max-width:1200px){
  .main_wrapper { padding-top: 80px; }
  .container { width: 90%; margin: 0 auto; }
  .pc_only { display: none; }
  .ipad_pro { display: block; }

}

@media screen and (max-width:768px){
  .main_wrapper { padding-top: 50px; }
	.pc { display: none; }
  .ipad_pro { display: none; }
  .sp { display: block; }
  .tb { display: block; }

}


@media screen and (max-width:479px){
	.tb { display: none; }
  .sp_only { display: block; }
}




　　/* link set
	------------------------------------------------------------------- */
	a { color:#5B463F; text-decoration:none; transition:0.3s ease-in-out; }
	a img { transition:0.3s ease-in-out; }
	a:hover { color:#47676F; }

	/* float対策：背景色表示用
	------------------------------------------------------------------- */
	/*.clearfix:after { display: block; clear: both; height: 0px; line-height: 0px; visibility: hidden; content: "."; }
	.clearfix {	display: block; /* for IE8 */ /*}
	.both { clear:both ;}
	.hidden { display: none; }*/

	/* 	imgホバーアクション
	------------------------------------------------------------------- */
	.imgWrap { overflow: hidden; width: 100%;　height: auto; background-color: #ffffff; }
	.imgWrap img { display: block; transition-duration: 0.3s; margin-top: -1px; }
	/*.imgWrap img:hover  {opacity: 0.6; transition: all .3s; }*/

	/* 	背景画像＆テキスト使用時
	------------------------------------------------------------------- */
	.bg { display: block; text-indent: -9999px; background-repeat: no-repeat; background-position: left top; }
　　/* 	テキスト指定
	------------------------------------------------------------------- */
　　.min { font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, serif, sans-serif; }


/* flex
----------------------------------------------- */
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: auto;
}
.flex img {
  align-self:flex-start;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex_just-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex_just-b {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex_just-a {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex_align-c {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center ;
}
.flex_align-b {
  -webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}
.flex_direction-row-r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}



/* pagetop
----------------------------------------------- */
.pagetop {
  display: block;
  width: 47px;
  height: 49px;
  position: fixed;
  right: 5%;
  bottom: 10%;
  z-index: 9999;
  display: none;
}

.pagetop img {
  opacity: 0.3;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.pagetop:hover img {
  opacity: 1;
}

/* 共通
----------------------------------------------- */
h2 { font-size: 2.3rem; margin-bottom: 50px; line-height: 40px; font-weight: bold; letter-spacing: 3px; }
h2.h2_title { position: relative; margin-bottom: 50px; }
h2.h2_title span.sub_title { font-size: 70%; color: #F18D2A;}
h2.h2_title:before {
  position: absolute;
  bottom: -15px;
  left: calc(50% - 20px);
  width: 40px;
  height: 5px;
  content: '';
  background: #F18D2A;
}
p { font-size: 1.4rem; line-height: 30px; }
.vertical { -ms-writing-mode: tb-rl;	writing-mode: vertical-rl; }
.right { text-align: right; }
.sec_p { width: 45%; margin: 0 auto 30px; letter-spacing: 1px;}

.link_btn { margin: 30px 0; }
.link_btn a { transition: 0.3s; display: block; position: relative; color:#F18F2A; padding: 20px; border: 1px solid #F18F2A; width: 350px; text-align: center; font-size: 1.4rem; letter-spacing: 0.5px; }
.link_btn a i { margin-left: 20px; }
.link_btn a:hover { color: #fff; background-color: #F18F2A; }

.scroll_link { padding-top: 50px; margin-top: -50px; }

.bg_gray { background-color: #f5f5f5;}


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


}

@media screen and (max-width:768px){
  h2 { font-size: 1.8rem; line-height: 30px; margin-bottom: 30px; }
  p { font-size: 1.1rem; line-height: 25px; }
  .sec_p { width: 60%; }
  .link_btn a { padding: 15px; width: 300px; font-size: 1.2rem; }
}


@media screen and (max-width:479px){
  h2 { font-size: 1.4rem; }
  h2.h2_title { margin-bottom: 40px; }
  .sec_p { width: 90%; }
  .link_btn { margin: 30px 0 10px; }
}



/* ===================================================================

	Header

=================================================================== */
body > header { width:100%; height:100px; margin:0 auto; background:#FFF; z-index:9999; position: fixed; }
body.bbq > header { height:80px; }
body > header * { transition:0.3s ease-in-out; }
body > header .header_inner { height: 100%; }
body > header .h_logo { margin-left: 2%; text-align: center; }
body > header .h_nav { margin:0 auto;}
body > header .h_nav nav { width: 100%; }
body > header .h_nav nav ul.ddmenu { width:100%; height:auto; position:relative; }
body > header .h_nav nav ul.ddmenu li { min-width: 140px; text-align: center; }
body > header .h_nav nav ul.ddmenu li a { display: inline-block; text-align:center; font-size:1.4rem; color:#221815; position:relative; letter-spacing:1px; text-decoration:none;	margin: 0 7px; padding: 15px 20px 25px; }
body > header .h_nav nav ul.ddmenu li a:after {
	position: absolute;
  left: 50%;
  bottom: 3px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  color: #EF8800;
  font-weight: 900;
}
body > header .h_online { width: 180px; text-align: center; }
body > header .h_online a { display: block; background-color: #F18F2A; color: #fff; position: relative; padding: 25px 0; }
body > header .h_online a i { font-size: 2rem; margin-bottom: 15px; }

			@media screen and (max-width:1200px){
        body > header { height: 80px; }
        body > header .h_logo { width: 120px; }
        body.bbq > header .h_logo { width: 400px; }
        body > header .h_nav nav ul.ddmenu li { min-width: 100px; }
        body > header .h_nav nav ul.ddmenu li a { margin: 0 5px; padding: 15px 10px 25px; }
        body > header .h_online { width: 160px; }
        body > header .h_online a { padding: 17px 0; }

			}

			@media screen and (max-width:768px){
        body > header  { display:block; height: 70px; }
        body > header .h_nav { display: none; }
        body > header .h_online { display: none; }
        body > header .h_logo { width: 350px; }
			}


			@media screen and (max-width:479px){
        body > header { height:60px !important; }
        body > header .h_logo { width: 250px !important; }
			}



/* ===================================================================
	/
	/	smh_menu　トグルメニュー
	/
	=================================================================== */
	#smh_menu { display: none; }


  .bbq #smh_menu { display: block; position: relative;	z-index: 9999; }
  .bbq .drawer-hamburger { border-radius: 50%; top: 15px !important; }
  .bbq .drawer-hamburger-icon,
  .bbq .drawer-hamburger-icon:after,
  .bbq .drawer-hamburger-icon:before { background-color: #7D1D1E !important; }
  .bbq.drawer-open .drawer-hamburger-icon { background-color: transparent !important; }

  .bbq #smh_menu .unei { margin-top: 100px; width: 100%; }
  .bbq #smh_menu .unei li { padding: 0.5rem 2rem; color: #fff; font-size: 1.6rem; letter-spacing: 2px; font-weight: 600; }
  .bbq #smh_menu .unei li a img { width: 100%; }

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


	}

	@media screen and (max-width:768px){
		#smh_menu { display: block; position: relative;	z-index: 9999; }
    .bbq .drawer-hamburger { top: 10px !important; }
		.drawer-nav ul li { margin-right: 0px; float: none; font-size: 1.1rem; display: block; text-decoration: none;	color: #222; }


	}


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

	}



/* ===================================================================
	/
	/	about（企業情報）
	/
	=================================================================== */
  .about h2.h2_title { text-align: center; }
  .about section { padding: 100px 0; }

  .about .greeting .greeting_text { width: 70%; }
  .about .greeting .greeting_text p { text-align: justify; }
  .about .greeting .greeting_img { width: 20%; }
  .about .greeting .greeting_img img { width: 100%; }
  .about .greeting .greeting_img p { text-align: center; }
  .about .policy { }
  .about .policy .policy_box { width: 65%; margin: 0 auto 30px; }
  .about .policy .policy_box h4 { font-size: 2rem; font-weight: bold; line-height: 35px; letter-spacing: 2px; margin-bottom: 15px; }
  .about dl { width: 65%; margin: 0 auto; }
  .about dl dt, .about dl dd { font-size: 1.2rem; letter-spacing: 1px; padding: 15px 0; border-bottom: 1px dotted #f18f2a; line-height: 20px; }
  .about dl dt { width: 30%; padding-left: 30px; }
  .about dl dd { width: 70%; }
  .about .chart_dl dt { width: 40%; }
  .about .chart_dl dd { width: 30%; }



	@media screen and (max-width:1200px){
    .about section { padding: 60px 0; }
    .about .greeting .greeting_text { width: 60%; }
    .about .greeting .greeting_img { width: 30%; }
    .about .policy .policy_box { width: 80%; }
    .about dl { width: 80%; }


	}

	@media screen and (max-width:768px){
    .about .greeting .greeting_text { width: 67%; }
    .about .greeting .greeting_img { width: 28%; }
    .about .policy .policy_box h4 { font-size: 1.6rem; line-height: 30px; }
    .about .policy .policy_box { width: 100%; }
    .about dl { width: 100%; }
	}


	@media screen and (max-width:479px){
    .about section { padding: 30px 0; }
    .about .greeting .greeting_text { width: 100%; margin-bottom: 20px; }
    .about .greeting .greeting_img { width: 60%; margin: 0 auto; }
    .about .policy .policy_box h4 { font-size: 1.4rem; }
    .about dl dt, .about dl dd { font-size: 1.1rem; padding: 10px 0; }
    .about dl dt { width: 25%; padding-left: 0; }
    .about dl dd { width: 75%; }
    .about .history dl dt { width: 30%; padding-left: 0; }
    .about .history dl dd { width: 70%; }
    .about .chart_dl dt { width: 44%; }
    .about .chart_dl dd { width: 28%; }
	}






/* ===================================================================
	/
	/	recruit（採用情報）
	/
	=================================================================== */
  .recruit h2.h2_title { text-align: center; }
  .recruit section { padding: 100px 0; }
  .recruit dl { width: 65%; margin: 0 auto; }
  .recruit dl dt, .recruit dl dd { font-size: 1.2rem; letter-spacing: 1px; padding: 15px 0; border-bottom: 1px dotted #f18f2a; line-height: 20px; }
  .recruit dl dt { width: 30%; padding-left: 30px; }
  .recruit dl dd { width: 70%; }




	@media screen and (max-width:1200px){
    .recruit section { padding: 60px 0; }
    .recruit dl { width: 80%; }

	}

	@media screen and (max-width:768px){
    .recruit dl { width: 100%; }
	}


	@media screen and (max-width:479px){
    .recruit section { padding: 30px 0; }
    .recruit dl dt, .recruit dl dd { font-size: 1.1rem; padding: 10px 0; }
    .recruit dl dt { width: 25%; padding-left: 0; }
    .recruit dl dd { width: 75%; }
	}




/* ===================================================================
	/
	/	contact（お問い合わせ）
	/
	=================================================================== */
  .contact h2.h2_title { text-align: center; }
  .contact section { padding: 100px 0; }
  .contact dl { width: 65%; margin: 30px auto; }
  .contact dl dt, .contact dl dd { font-size: 1.2rem; letter-spacing: 1px; padding: 15px 0; border-bottom: 1px dotted #f18f2a; line-height: 20px; }
  .contact .contact_dl dt:first-of-type, .contact .contact_dl dd:first-of-type { border-top: 1px dotted #f18f2a; }
  .contact dl dt { width: 55%; padding-left: 30px; font-weight: bold; }
  .contact dl dd { width: 45%; }
  .contact p { width: 65%; margin: 0 auto; text-align: justify; }
  .contact .contact_form { border-bottom: 3px solid #f5f5f5; }
  .contact .contact_form .form_area { margin: 30px 0; }
  .contact .s1 p a { color:#4B332D; text-decoration: none; }
  .contact .s1 .link_btn a { margin: 0 auto; }



	@media screen and (max-width:1200px){
    .contact section { padding: 60px 0; }
    .contact dl { width: 80%; }
    .contact p { width: 80%; }

	}

	@media screen and (max-width:768px){
    .contact dl { width: 100%; }
    .contact dl dt { padding-left: 0; }
    .contact p { width: 100%; }
	}


	@media screen and (max-width:479px){
    .contact section { padding: 30px 0; }
    .contact dl dt, .contact dl dd { font-size: 1.1rem; padding: 10px 0; }
    .contact dl dt { width: 100%; border-bottom: none; }
    .contact dl dd { width: 100%; text-align: right; }
    .contact .contact_dl dd:first-of-type { border-top: none; }
	}





/* ===================================================================
	/
	/	bbq（精肉店直営BBQワークス）
	/
	=================================================================== */
.bbq { background-color:#FAB839; }
.bbq .container_bbq { width: 1000px; margin: 0 auto; }
.bbq section { margin-top: 100px; }
.bbq .bbq_title {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size: 2.5rem;
  letter-spacing: 3px;
  color: #FAB839;
  background-color:#4B332D;
  width: 70%;
  text-align: center;
  padding: 20px;
}
.bbq .bbq_sec_inner { background-color: #fff; padding: 50px; position: relative; }
.bbq .bbq_sec_inner > img { width: 100%; margin-bottom: 30px; }
.bbq .bbq_sec_inner  #menuContainer { padding-bottom: 5%;}
.bbq .bbq_sec_inner #menuContainer .clearfix { width: 100%; display: flex;}
.bbq .bbq_sec_inner #menuContainer .clearfix li { width: 33%; padding: 10px;}
.bbq .bbq_sec_inner #menuContainer .clearfix .imgWrap img { display: block; width: 100%; height: auto;}
.bbq .bbq_sec_inner #menuContainer .clearfix ul.pricing-table { margin: 0; padding: 0; transition: all 0.23s ease-in-out 0s; width: 100%;}
/*.bbq .bbq_sec_inner #menuContainer .clearfix ul.pricing-table li:first-child { border: medium none; padding: 20px 0;}*/
.bbq .bbq_sec_inner #menuContainer .clearfix ul.pricing-table li {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fff none repeat scroll 0 0;
    border-color: -moz-use-text-color #dbdbdb #dbdbdb;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    list-style: outside none none;
    padding: 15px 0;
    text-align: center;
    width: 100%;
}
.bbq .bbq_sec_inner #menuContainer .clearfix ul.pricing-table li {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fff none repeat scroll 0 0;
    border-color: -moz-use-text-color #dbdbdb #dbdbdb;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    list-style: outside none none;
    padding: 15px 0;
    text-align: center;
    width: 100%;
}
.bbq .bbq_sec_inner #menuContainer .clearfix ul.pricing-table li:first-child p { font-size: 14px; font-weight: 700; line-height: 28px; padding: 0 8px;}
.bbq .bbq_sec_inner #menuContainer ul.pricing-table li:first-child span { color: #ffffff; font-family: "Open Sans",sans-serif; font-size: 16px; font-weight: 300; line-height: 16px;}
/*.bbq .bbq_sec_inner #menuContainer .clearfix .price-01 ul.pricing-table li:first-child, .bbq .bbq_sec_inner .clearfix .price-01 ul.pricing-table li a { background: #c90000 none repeat scroll 0 0;}
.bbq .bbq_sec_inner #menuContainer .clearfix .price-02 ul.pricing-table li:first-child, .bbq .bbq_sec_inner .clearfix .price-02 ul.pricing-table li a { background: #ff6000 none repeat scroll 0 0;}*/

.bbq .bbq_sec_inner #menuContainer .clearfix li ul li { float: none; width: 100%;}
/*.bbq .bbq_sec_inner #menuContainer .clearfix .price-03 ul.pricing-table li:first-child, .bbq .bbq_sec_inner .clearfix .price-03 ul.pricing-table li a {  background: #ffa200 none repeat scroll 0 0;}*/
.bbq .bbq_sec_inner h3.basic { font-size: 182%; border-bottom: 6px solid #ef8900; border-top: 1px solid #fff6e7; color: #ef8900; letter-spacing: 0.05em; padding: 15px;}
.bbq .bbq_sec_inner table.drinkTable, table.optionTable { width: 100%; margin-top: 2%; margin-bottom: 1%;}
.bbq .bbq_sec_inner .optionTable .left-header, .drinkTable .left-header { width: 12em; font-weight: bold; text-align: left; color: #f28a00; background-color: #fcf6ee; width: 30%;}
.bbq .bbq_sec_inner .optionTable tr td, .drinkTable tr td { border-bottom: 1px solid #ffd4a7; padding: 1em;}
.bbq .bbq_sec_inner .optionTable .right-item, .drinkTable .right-item { width: 15em;}
.bbq_contact_bnr { position: fixed; right: -120px; top: 30%; z-index: 100; }

.bbq .bbq_main { margin-top: 75px; }
.bbq .bbq_main .mainlogo { width: 100%; margin: 0 auto; background-image: url(../images/bbq_main_bg.jpg); background-repeat: no-repeat; background-size: cover; background-position: center; }
.bbq .bbq_main .mainlogo img { padding: 5% 0; }
.bbq .uminaka { text-align: center; margin: 30px auto; }
.bbq .uminaka a img { width: 100%; }
.bbq .bbq_nav { margin: 30px 0; }
.bbq .bbq_nav ul li { width: 24%; }
.bbq .bbq_nav ul li a { color: #420D01; background-color: #fff; text-align: center; display: block; padding: 15px; }
.bbq .point_area { /*background-color: #fff;*/ padding: 20px 10px 10px; margin-top: 30px; }
.bbq .point_area img { width: 32%; margin-bottom: 10px; }

.bbq .bbq_area .tab_area .tab_menu { }
.bbq .bbq_area .tab_area .tab_menu li { width: 50%; position: relative; color: #ef8900; background-color: #FFE5C9; text-align: center; padding: 15px 20px 25px; display: inline-block; border-radius: 5px 5px 0 0; font-weight: bold; font-size: 1.8rem; letter-spacing: 1px; border-bottom: 3px solid #FFD4A7; }
.bbq .bbq_area .tab_area .tab_menu li.select { background-color:#fff; border: 3px solid #FFD4A7; border-bottom: none; }
.bbq .bbq_area .panel_area { border: 3px solid #FFD4A7; border-top: none; background-color: #fff; margin: 0; padding: 0 30px;}
.bbq .bbq_area .panel_area img { width: 100%; padding-top: 128px;}
.bbq .bbq_area .panel_area  .tabBody .information { position: absolute; top: 8%; left: 10%;}
.bbq .bbq_area .panel_area p { font-size: 14px; margin-bottom: 1em; line-height: 1.6em; color: #755429;}
.bbq .bbq_area .panel_area .tabBody .information small { line-height: 1.2em;}
.bbq .bbq_area .panel_area .tabBody p small { display: block; font-size: 11px; color: #888888; margin-top: 1em;}
.bbq .bbq_area .panel_area .tabBody .information table { border-spacing: 2px; border-collapse: separate;}
.bbq .bbq_area .panel_area .tabBody .information table td { padding: 5px; color: #755429; font-weight: bold;}
.bbq .bbq_area .panel_area .tabBody .information table td { padding: 5px; color: #755429; font-weight: bold;}
.bbq .bbq_area .panel_area  .tabBody .information02 { position: absolute; top: 11%; left: 8%;}
.bbq .bbq_area .panel_area p { font-size: 14px; margin-bottom: 1em; line-height: 1.6em; color: #755429;}
.bbq .bbq_area .panel_area .tabBody .information02 small { line-height: 1.2em;}
.bbq .bbq_area .panel_area .tabBody p small { display: block; font-size: 11px; color: #888888; margin-top: 1em;}
.bbq .bbq_area .panel_area .tabBody .information02 table { border-spacing: 2px; border-collapse: separate;}
.bbq .bbq_area .panel_area .tabBody .information02 table td { padding: 5px; color: #755429; font-weight: bold;}
.bbq .bbq_area .panel_area .tabBody .information02 table td { padding: 5px; color: #755429; font-weight: bold;}
.bbq .bbq_area .panel_area h3.basic { margin-bottom: 1em; padding: 15px 0; border-top: 1px solid #ef8900; font-size: 182%; border-bottom: 6px solid #ef8900;}
.bbq .bbq_area .panel_area table.solid-table { margin: 15px auto 0; border-collapse: separate; border-spacing: 10px;}
.bbq .bbq_area .panel_area .solid-table tr td { border-bottom: 1px dotted #fee3b9; padding: 5px; text-align: left; font-size: 12px;}
.bbq .bbq_area .panel_area .solid-table tr td { border-bottom: 1px dotted #fee3b9; padding: 5px; text-align: left; font-size: 12px; width: 30%;}
.bbq .bbq_area .panel_area .solid-table tr td small { font-size: 10px; display: block;}
.bbq .bbq_area .panel_area .solid-table tr td.price { font-size: 15px;}
.bbq .bbq_area .panel_area  p.remark { font-size: 11px; padding: 0 10px 10px; color: #888;}
.disnon { /*visibility: hidden;*/ height: 0; display: none; }


.bbq .bbq_qa { margin-bottom: 100px; }
.bbq .bbq_qa .bbq_qa_box { background-color: #FDE2BB; border-radius: 5px; padding: 10px; margin-bottom: 20px; }
.bbq .bbq_qa .bbq_qa_box:first-of-type { margin-top: 30px; }
.bbq .bbq_qa .bbq_qa_box .bbq_qa_q { color: #ef8900; font-size: 2rem; letter-spacing: 1px; margin-bottom: 10px; margin-left: 5px; }
.bbq .bbq_qa .bbq_qa_box .bbq_qa_a { background-color: #fff; padding: 20px; }
.bbq .bbq_qa .bbq_qa_box .bbq_qa_a .bbq_qa_number { width: 7%; color: #ef8900; font-size: 2rem; letter-spacing: 1px; }
.bbq .bbq_qa .bbq_qa_box .bbq_qa_a p { width: 93%; line-height: 25px; }
.bbq .bbq_qa .bbq_qa_box .bbq_qa_a span.kome { color: #888888; }

	@media screen and (max-width:1200px){
    .bbq .container_bbq { width: 95%; }
    .bbq_contact_bnr { width: 250px; right: -100px; top: 33%; }

	}

	@media screen and (max-width:768px){
    .bbq .bbq_main { margin-top: 80px; }
    .bbq .bbq_sec_inner #menuContainer .clearfix ul.pricing-table li:first-child p { font-size: 12px; margin-bottom: 5px; }
		.bbq .bbq_area .panel_area img {padding-top: 285px;}
	}

	@media screen and (max-width:479px){
    .bbq section { margin-top: 50px; }
    .bbq .bbq_main { margin-top: 58px; }
    .bbq .bbq_title { font-size: 1.5rem; padding: 5px; top: -20px; }
    .bbq_contact_bnr { width: 180px; right: -70px; top: unset; bottom: 13%; }

    .bbq .uminaka { margin: 20px auto; }
    .bbq .bbq_nav { margin: 15px 0; }
    .bbq .bbq_nav ul li { width: 49%; margin-bottom: 5px; }
    .bbq .bbq_nav ul li a { padding: 12px; }
    .bbq .point_area { margin-top: 15px; }
    .bbq .point_area img { width: 100%; }
    .bbq .bbq_sec_inner { padding: 40px 10px 10px; }
    .bbq .bbq_area .tab_area .tab_menu li { font-size: 1.2rem; padding: 10px 20px 10px; }
    .bbq .bbq_qa { margin-bottom: 50px; }
    .bbq .bbq_qa .bbq_qa_box { padding: 5px; }
    .bbq .bbq_qa .bbq_qa_box:first-of-type { margin-top: 0; }
    .bbq .bbq_qa .bbq_qa_box .bbq_qa_q { font-size: 1.3rem; }
    .bbq .bbq_qa .bbq_qa_box .bbq_qa_a { padding: 10px; }
    .bbq .bbq_qa .bbq_qa_box .bbq_qa_a .bbq_qa_number { width: 12%; font-size: 1.3rem; }
    .bbq .bbq_qa .bbq_qa_box .bbq_qa_a p { width: 88%; line-height: 22px; }

    .bbq .bbq_sec_inner #menuContainer .clearfix { width: 100%; display: block;}
    .bbq .bbq_sec_inner #menuContainer .clearfix li { width: 100%; padding: 10px;}
    .bbq .bbq_sec_inner .optionTable tr td {display: block;width: auto;border-bottom: none;}
    .bbq .bbq_sec_inner .optionTable .left-header, .drinkTable .left-header { width: 100%;}
    .bbq .bbq_area .panel_area .tabBody .information { position: relative; top: 0; left: 0;}
    .bbq .bbq_area .panel_area .tabBody .information02 { position: relative; top: 0; left: 0;}
    .bbq .bbq_area .panel_area .solid-table tr td {display: block;width: auto;border-bottom: none;}
    .bbq .bbq_area .panel_area img {padding-top: 0;}
		
    .bbq .bbq_sec_inner #menuContainer .clearfix .sp_menu { text-align: center; padding: 15px; }
    .bbq .bbq_sec_inner #menuContainer .clearfix .sp_menu h4 { font-size: 3rem; font-weight: bold; }
    .bbq .bbq_sec_inner #menuContainer .clearfix .sp_menu .pro { color: #000; font-size: 2rem; font-weight: bold; }
    .bbq .bbq_sec_inner #menuContainer .clearfix .sp_menu .kakaku { color: red; font-size: 1.6rem; font-weight: bold; }
    .bbq .bbq_sec_inner #menuContainer .clearfix .sp_menu .sub_title { color: #fff; font-size: 1.4rem; font-weight: bold; }

    .bbq .bbq_sec_inner #menuContainer .clearfix .price-03 .sp_menu { background: #ffa200 none repeat scroll 0 0 !important;}
    

	}




  /* ===================================================================
  	/
  	/	明治町氷菓店（）
  	/
  	=================================================================== */
  body.hyouka > header {display: none;}
  .hyouka .main_wrapper { padding-top: 0; }
  .hyouka_main{ margin: 0 auto 100px; text-align: center;}
  .hyouka_main .mainlogo {
    width: 100%;
  	margin: 0 auto;
      /*background-image: url(../images/hyouka/hyouka_01.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;*/
  }
  .container_hyouka {
    max-width: 1000px;
  	width: 95%;
  	margin: 0 auto 100px;
  	text-align: center;
  }
  .container_hyouka02 {
    max-width: 880px;
  	width: 95%;
  	margin: 0 auto 30px;
  	text-align: center;
  }
.container_hyouka02 img{
  	margin-bottom: 15px;
  }
.hyouka h2 {margin: 0 auto 30px;}
.hyouka .h_img02{margin: 50px auto 30px;}
.hyouka .h_img03{margin: 50px auto 30px;}
.hyouka .h_img05{max-width: 1200px; width: 95%; margin: 50px auto 30px; }
.hyo_qa{background: #e2e2e2; padding: 50px 0;}

.hyouka .place_box { width: 47%; text-align: left; margin-bottom: 50px; }
.hyouka .place_box p { line-height: 1.6; color: #000; font-weight: bold; }
.hyouka .place_box p a { color: #000; font-weight: bold; text-decoration: none; margin: 0 8px; border-bottom: 1px solid #000; }
.hyouka .place_box .place_name { font-size: 120%; font-weight: bold; margin-bottom: 10px; }
.hyouka .place_box .place_name .gentei { color: #fff; background-color: #ff4d4d; text-align: center; padding: 1px 10px; margin-right: 10px}
.hyouka .place_box .kikan { margin-bottom: 10px; }
.hyouka .place_box dl {
  display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  gap: 10px;
}


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


  	}

  	@media screen and (max-width:768px){
      .hyouka .unei { margin-top: 80px; }
      .hyouka .unei li { padding: 0.5rem 2rem; }
      .container_hyouka { margin: 0 auto 50px; }
  		.hyouka .h_img02{margin: 30px auto; width: 80%;}
  		.hyouka .h_img03{margin: 0 auto; width: 80%; max-width: 350px;}
  		.container_hyouka02 { max-width: 80%; margin: 0px auto 15px;}
  		.container_hyouka02 img {margin-bottom: 35px;}
  		.hyouka h2 { margin: 20px 0 30px;}
  		.hyo_qa {margin-top: 60px;}
      .hyouka .place_box { width: 100%; }
      .hyouka .place_box p { font-size: 1.4rem; }
  	}


  	@media screen and (max-width:479px){
      .hyouka_main { margin: 0 auto 50px; }
      .hyouka .h_img02{margin: 0 auto; width: 100%;}
      .hyouka .h_img03{max-width: 200px;}
      .hyouka .h_img04{margin: 0 auto; width: 40%;}
      .hyouka .h_img05 { margin: 0 auto 30px; }
      .hyouka .place_box p { font-size: 1.2rem; }
      .hyouka .place_box .place_name { font-size: 100%; }
  	}






/* ===================================================================
	/
	/	****（）
	/
	=================================================================== */






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


	}

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

	}


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

	}







/* ===================================================================
	/
	/	footer（ワークスエンタテイメントと同じ）
	/
	=================================================================== */
	footer { background-color: #fff; }
	footer .footer_inner { padding: 20px 0; }
  footer .footer_inner .footer_inner_l { width: 80%; }
	footer .footer_inner .f_01 { width: 40%; }
	footer .footer_inner .f_02 { width: 50%; }
	footer .footer_inner .f_03 { width: 20%; }
	footer .footer_inner .f_03 ul li a { transition: 0.3s; background-color:#948784; color: #fff; display: block; position: relative; line-height: 30px; padding: 2px 60px 2px 10px; margin-bottom: 5px; }
	footer .footer_inner .f_03 ul li a:after {
		position: absolute;
	  right: 10px;
	  content: "\f35d";
	  font-family: "Font Awesome 5 Free";
	  color: #fff;
	  font-weight: 900;
	}
	footer .footer_inner .f_03 ul li a:hover { background-color: #f18f2a; }
	footer .copyright { background-color: #F18F2A; padding: 10px 0; text-align: right; }
	footer .copyright small { color: #fff; letter-spacing: 1px; }


	#pageTop { display: none; position: fixed; bottom: 50px; right: 50px; z-index: 100; }
	#pageTop a { padding: 8px 0 0 0px; }
	#pageTop a:hover { text-decoration: none; opacity: 0.7; }


	@media screen and (max-width:1200px){
    footer .footer_inner {
      -webkit-box-align: end;
    	-ms-flex-align: end;
    	align-items: flex-end;
    }
    footer .footer_inner .footer_inner_l {
      display:-webkit-box;
    	display:-ms-flexbox;
    	display:flex;
      -webkit-box-orient: vertical;
    	-webkit-box-direction: normal;
    	-ms-flex-direction: column;
    	flex-direction: column;
      width: 65%;
    }
    footer .footer_inner .f_01 { width: 100%; margin-bottom: 30px;}
    footer .footer_inner .f_02 { width: 100%; }
    footer .footer_inner .f_03 { width: 30%; }


	}

	@media screen and (max-width:768px){
    footer .footer_inner .f_01 a img { width: 80%; }
    footer .footer_inner .f_03 { width: 35%; }

	}


	@media screen and (max-width:479px){
    footer .footer_inner .footer_inner_l { width: 90%; margin:0 auto 30px; }
    footer .footer_inner .f_01 a img { width: 100%; }
    footer .footer_inner .f_03 { width: 90%; margin: 0 auto; }

    footer .copyright small { font-size: 0.9rem; }

    #pageTop { bottom: 30px; right: 20px; }

	}



/*----------------------------------------------------
	WP　固定ページ - 物産展スケジュール
----------------------------------------------------*/
.schedule section {
    padding: 100px 0;
}
.schedule h2.h2_title {
    text-align: center;
}
.schedule .postContent {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
}
.schedule .bg_white {
	background-color: #fff;
  padding: 50px;
}
.schedule .bg_white div.introduction {
	width: 60%;
}
.schedule .bg_white img {
	width: 35%;
}
.schedule div.introduction h3 {
	/*font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
	font-size: 24px;
	color: #000;
	margin-bottom: 1em;
}
.schedule div.present p {
	text-align: center;
	height: 200px;
}
.schedule div.present p img {
	width: 100%;
	height: auto;
}

.schedule div.postBody {
  margin: 20px auto 30px;
}
.schedule div.postBody h3 {
	margin-bottom: 3px;
	font-weight: normal;
	font-size: 14px;
  color: #FF9235;
  letter-spacing: 3px;
}
.schedule div.postBody h3 small {
  display: block;
  text-align: right;
  color: #ccc;
  font-size: 12px;
}
.schedule div.postBody h3 strong {
	color: #FF9235;
	font-size: 18px;
}
.schedule div.postBody h3:after {
	border-left: 0 none transparent;
	background-color: #FF9235;
}
.schedule div.postBody table {
	width: 100%;
}
.schedule div.postBody table th.term {width: 20%;}
.schedule div.postBody table th.pre {width: 15%;}
.schedule div.postBody table th.shop {width: 50%;}
.schedule div.postBody table th.label {width: 15%;}
.schedule div.postBody table th {
	color: #FF9235;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #fff1e6), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(#fff, #fff1e6);
	background: -moz-linear-gradient(#fff, #fff1e6);
	background: -o-linear-gradient(#fff, #fff1e6);
	background: -ms-linear-gradient(#fff, #fff1e6);
	background: linear-gradient(#fff, #fff1e6);
	text-shadow: 0 1px 0 #fff, 0 1px 1px #fff;
	border-bottom-style: solid;
  padding: 10px;
  border-bottom: 1px solid #ff9235;
  border-top: 3px solid #ff9235;
}
.schedule div.postBody table td {
	width: auto;
	border-bottom: 1px dotted #FF9235;
	background-color: #fff;
	padding: 10px;
	line-height: 1.4em;
  vertical-align: middle;
}
.schedule div.postBody table td span.title {
	display: block;
	float: none;
	width: 100%;
	text-indent: -0.5em;
}
.schedule div.postBody table td a {
	color: #757575;
}
.schedule div.postBody table td a:hover {
	color: #ff9235;
}
.schedule div.postBody table td a img {
	display: block;
	width: 100px;
}
.schedule div.postBody table tr.odd td {background-color: #fff;}
.schedule div.postBody table tr.even td {background-color: #fffbf8;}

  @media screen and (max-width: 1200px) {
    .schedule section {
        padding: 60px 0;
    }

  }
  @media screen and (max-width: 768px) {
    .schedule .bg_white { padding: 25px; }
    .schedule div.postBody table th.term {width: 25%;}
    .schedule div.postBody table th.pre {width: 12%;}
    .schedule div.postBody table th.shop {width: 43%;}
    .schedule div.postBody table th.label {width: 20%;}
  }

	@media screen and (max-width:479px){
    .schedule section {
        padding: 30px 0;
    }
    .schedule .bg_white {
      padding: 20px;
    }
    .schedule .bg_white div.introduction {
    	width: 100%;
    }
    .schedule div.introduction h3 {
      font-size: 1.3rem;
    }
    .schedule .bg_white img {
    	width: 100%;
    }
    .schedule div.postBody {
      overflow: scroll;
    }
    .schedule div.postBody table th.term {width: 20%;}
    .schedule div.postBody table th.pre {width: 10%;}
    .schedule div.postBody table th.shop {width: 50%;}
    .schedule div.postBody table th.label {width: 20%;}


    .schedule div.postBody table td.td1 { width: 20%; }
    .schedule div.postBody table td.td2 { width: 50%; }
    .schedule div.postBody table td.td3 { width: 10%; }
    .schedule div.postBody table td.td4 { width: 20%; }
  }
