@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: 'yumincho';
	src: url('../fonts/yumin.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
/**/
#prefix_order {
	color: #000;
}
#prefix_order.detail .maintitle h2 {
    background: url(../img_w/cuisine/main_title.jpg) center no-repeat;
    background-size: cover;
}
#prefix_order .content_inner {
	padding: 20px 0 0;
}
#prefix_order .h3_title {
	margin: 50px auto 20px;
	text-align: center;
	font-size: 30px;
}
#prefix_order .pre_txt01 {
	font-size: 18px;
	color: #b59412;
	position: relative;
	padding: 5px 0;
	margin-bottom: 45px;
}
#prefix_order .pre_txt01:before {
	content: "";
	width: 36%;
	height: 1px;
	background: #b59412;
	position: absolute;
	top: 50%;
	left: 50%;
    transform: translateX(-50%);
}

#prefix_order .pre_txt01 span {
	background: #fff;
    display: block;
    z-index: 2;
    padding: 0 20px;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
}
#prefix_order p {
	/* font-family: 'yumincho'; */
	text-align: center;
}
#prefix_order .pre_select {
	padding: 100px 50px;
	border-bottom: 2px solid #000;
}
#prefix_order .pre_select > div {
	width: 356px;
	margin: 0 16px 0 0;
	float: left;
	background: #f2f4f1;
	cursor: pointer;
}
#prefix_order .pre_select > div:hover {
	opacity: 0.8;
}
#prefix_order .pre_select > div:last-child {
	margin: 0;
}
#prefix_order .pre_select_title {
	font-size: 24px;
	padding: 15px 0 13px;
    display: block;
    text-align: center;
}
#prefix_order .pre_select_title span {
	display:inline-block;
	padding-right: 40px;
	background: url(../img_w/cuisine/prefix_order/arrow_hide.png)  right center  no-repeat;
}
#prefix_order .pre_select_title span.selected {
	background: url(../img_w/cuisine/prefix_order/arrow_show.png)  right center  no-repeat;
}
#prefix_order .rim {
	margin: 80px 0 0;
}
#prefix_order .rim .h3_title {
	margin: 0 auto 15px;
    background: url(../img_w/cuisine/prefix_order/border_double.gif) top left repeat-x;
    padding-top: 45px;
}
/**/
#ap_box {
	padding: 0 50px;
    position: relative;
}
#ap_box .price_tag{
    background: url(../img_w/cuisine/prefix_order/price_tag.png) center center no-repeat;
    color: #ffffff;
    position: fixed;
    top: 80px;
    width: 130px;
    height: 100px;
    padding: 24px 17px;
    font-size: 16px;
    line-height: 18px;
    display: none;
}
#ap_box .price_tag span{
    display: block;
    font-size: 28px;
    line-height: 28px;
    margin: 5px 0;
}
#ap_box > div {
	margin: 90px 0 0;
}
#ap_box > div p {
	text-align: left;
}
#prefix_order .title_01 {
	font-size: 26px;
	border-bottom: 1px dashed #000;
    width: 179px;
}
#prefix_order .w_95{
	width:95%;
	margin-bottom:16px;
	padding-bottom:2px;
}

#prefix_order .title_name{
  width: 505px;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "游明朝体", "Yu Mincho", "HG明朝E", "Hiragino Kaku Gothic ProN", "メイリオ", "Roboto ", sans-serif;
}
#prefix_order .title_01 span {
	display: block;
	font-size: 14px;
	color: #b59412;
    display: none;
}
#prefix_order .box_img_l {
	float: left;
	width: 420px;
	margin: 0 30px 50px 0;
    overflow-y: hidden;
}
#prefix_order .box_txt_r {
	width: 650px;
	float: left;
}
#prefix_order .box_menu {
	width: 170px;
	float: left;
	margin-right: 15px;
	font-size: 12px;
	cursor: pointer;
}
#prefix_order .box_menu a{
    display: block;
}
#prefix_order .box_menu a:hover{
    color: #000;
}
#prefix_order .box_menu .col_01{
    border: 2px solid #8d8d8d;
}
#prefix_order .box_menu .col_02{
    border: 2px solid #a61f2d;
}
#prefix_order .box_menu .col_03{
    border: 2px solid #b59412;
}
#prefix_order .box_s_img {
	margin: 15px 0 5px;
}
#prefix_order .box_menu .title_red{
    font-size: 12px;
    color: #bb0000;
    font-weight: bold;
}
#prefix_order .box_menu .food_name {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "游明朝体", "Yu Mincho", "HG明朝E", "Hiragino Kaku Gothic ProN", "メイリオ", "Roboto ", sans-serif;
}
#prefix_order .overlay,#prefix_order .active{
	position: relative;
	width: 165px;
}
#prefix_order .overlay:before,#prefix_order .active:before {
	content: "";
	background: rgba(0,0,0,0.4);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#prefix_order .box_menu:last-child {
	margin-right: 0;
}

#prefix_order .box_img_selected > ul {
	text-align: center;
	margin: 0 auto;
	display: table;
}
#prefix_order .box_img_selected > ul li{
	display: inline-block;
	margin: 0 5px 20px 5px;
	width: 216px;
	height: 254px;
	overflow: hidden;
	text-align: center;
    position: relative;
}
#prefix_order .box_img_selected > ul li img {
	max-width: inherit;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: -webkit-translateX(-50%);
    -moz-transform: -moz-translateX(-50%);
    -o-transform: -o-translateX(-50%);
}
#prefix_order .pre_txt02 {
	color: #b59412;
	text-transform: uppercase;
}
#prefix_order .box_menu_selected {
	padding: 50px 180px 0;
}
#prefix_order .box_menu_selected .title_01 {
	font-size: 18px;
	border-bottom: none;
    margin-right: 48px;
	 // width: 134px;
}
#prefix_order .box_menu_selected .title_name {
	margin-left: 40px;
    display: inline-block;
    padding-top: 8px;
     // width: 584px;
}
#prefix_order .box_menu_selected ul li {
	float: none;
    margin: 15px 0;
}
#prefix_order .box_menu_selected ul li span {
	display: inline-block;
    vertical-align: middle;
}
#prefix_order .box_money {
	float: right;
	margin: 20px 0 60px;
}
#prefix_order .box_money p {
	font-size: 18px;
	text-align: left;
	font-family: "Trajan Pro", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "游明朝体", "Yu Mincho", "HG明朝E", "Hiragino Kaku Gothic ProN", "メイリオ", "Roboto ", sans-serif;
}
#prefix_order .pre_money {
	font-size: 30px;
}

.btn_pdf.btn_show{
    display: none;
    margin-bottom: 0;
}
#prefix_order .btn_pdf{
    margin:40px 0 ;
    text-align: center;
}
.btn_pdf a {
	color: #fff;
	font-size: 22px;
	background: #000;
	padding: 22px 64px 16px;
	display: inline-block;
}
.btn_pdf a:hover {
	opacity: 0.8;
}

.recoBox {
  position: relative; 
  overflow: hidden; 
}
.recoBox p{
	border-bottom: 1px solid;
    color: #444;
    display: block;
    font-size: 22px;
    margin: 0 auto 3%;
    padding: 22px 26px 16px;
    width: 70%;
}

.recoBox ul{
	margin: 0 auto 80px;
	font-size:18px;
	position: relative;
    left: 50%;
    float: left;
}

.recoBox ul li{
  margin-right:40px;
  position: relative;
  line-height:46px;
  left: -50%; }
  
.recoBox ul li span{
	padding-left:12px;
}

.recoBox dl{ overflow:hidden; width:94%; margin:0 auto; }
.recoBox dl dt{ margin-bottom:1%; text-align:center; }
/*.recoBox dl dd { width:100%; }*/
.recoBox dl dd input{ width:79%; margin:0 auto 5%; display:block; box-sizing:border-box;}

.recoBox p a:hover {
	background:#444;
	color:#fff;
}

#prefix_order #more_list{
    border-top: 1px solid #bfbfbf;
    padding: 68px 0;
}
#more_addbox p{
    font-weight: bold;
}
#more_addbox{
    text-align: center;
}
#more_addbox p{
    margin-bottom: 55px;
}
#group_show{
    width: 740px;
    margin: 0 auto;
    display: none;
}
#group_show p{
    text-align: left;
}
#group_show dl{
    margin-top: 30px;
}
#group_show dt{
    float: left;
    width: 160px;
}
#group_show .w_100{
    width: 478px;
    float: right;
	padding:0 10px;
}
#group_show li{
    float: none;
}
#group_show input[type="text"],#group_show textarea,#group_show input[type="date"]{
    background: #f2f4f1;
    border: 1px solid #d7d7d7;
    height: 48px;
}
.more_inbox #group_show .pos_relative input{
    height: 28px;
    padding: 13px 10px 12px!important;
    width: calc(100% - 100px);
    z-index: 2;
}
#group_show .pos_relative{
    position: relative;
}
#group_show .pos_relative .input-buttons{
    position: absolute;
    top: 18px!important;
    right: 0!important;
}
.more_inbox #group_show textarea{
    height: 28px;
    padding: 10px;
}
#group_show .w_98{
    width: 478px;
    float: right;
    padding:0 10px;
}
#group_show .more_styl_01 span{
    float: left;
    padding: 1px 14px 0px;
    color: #ffffff;
    border-radius: 4px;
    font-size: 16px;
    line-height: 24px;
    margin-top: 5px;
}
#group_show .more_styl_01 input{
    float: right;
}
#group_show dd{
    width: 579px;
    float: right;
}

#group_show .label_green{
    background: #599826;
}
#group_show .label_yellow{
    background: #b59412;
}
#group_show .more_styl_02{
    width: 498px;
}
#group_show .more_styl_02 ul{
    width: 235px;
}
#group_show .more_styl_02 li{
    float: left;
    width: 78px;
    margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
#prefix_order .h3_title {
	font-size: 143%;
    margin: 10px auto 5px;
}
#prefix_order img {
	width: 100%;
}
#prefix_order .pre_select {
	padding: 5% 3% 10%;
	border-bottom: 1px solid #000;
	margin-bottom: 6%;
}
#prefix_order .pre_select > div {
	float: none;
	width: 100%;
	margin: 0 0 4%;
}
#prefix_order .pre_select_title {
	font-size: 115%;
	padding: 3% 0;
}
#ap_box {
	padding: 0;
}
#ap_box > div {
	margin:  0;
}
#prefix_order .box_img_l {
	float: none;
	width: 100%;
	margin: 0 0 4%
}
#prefix_order .box_txt_r {
	float: none;
	width: 100%;
}
#prefix_order .box_txt_r p {
	padding: 0 2%;
}
#prefix_order .title_01 {
	font-size: 129%;
}
#prefix_order .box_menu {
	width: 40%;
	margin: 0 4%;
    float: none;
    display: inline-block;
    vertical-align: top;
}
#prefix_order .overlay {
	width: calc(100% - 4px);
}
#prefix_order .pre_txt01 span {
	font-size: 79%;
}
#prefix_order .pre_txt01:before {
	width: 100%;
}
#prefix_order .rim {
	margin: 10% 0 0;
}
#prefix_order .rim .title_01 {
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 100%;
}
#prefix_order .box_img_selected > ul {
	display: block;
}
#prefix_order .box_img_selected > ul li {
	width: 29.25%;
    height: auto;
    margin: 0 2% 4%;
}
#prefix_order .box_menu_selected {
	padding: 4% 0;
}
#prefix_order .box_menu_selected ul li span {
	display: block;
	font-size: 86%;
}
#prefix_order .box_menu_selected ul li span:nth-child(2n) {
	display: none;
}
#prefix_order .box_menu_selected .title_name {
	margin-left: 20px;
	margin-bottom: 10px;
}
#prefix_order .box_money {
	margin: 4% 0;
}
#prefix_order .box_money p {
	font-size: 115%;
}
#prefix_order .pre_money {
	font-size: 136%;
}
#prefix_order .btn_pdf{
    margin:5% 0 10%;
}
#ap_result{
    display: none;
}
.btn_pdf a {
	padding: 5% 23% 4%;
	font-size: 100%;
}
.recoBox p{ font-size:100%; width:80%; }

.recoBox ul{ margin:14px 0 28px; }

.recoBox ul li{
	 margin: 0 0 12px;
	 font-size:16px;
	 float:none;
	 line-height:20px;
}

#prefix_order .recoBox ul li img{ width:10%; }

#ap_box .price_tag{
    background: url(../img_w/cuisine/prefix_order/price_tag.png) center center no-repeat;
    background-size: cover;
    color: #ffffff;
    position: fixed;
    width: 88px;
    height: 100px;
    padding: 10px 17px;
    font-size: 14px;
    line-height: 15px;
    display: none;
    z-index: 999;
}
#ap_box .price_tag span{
    display: block;
    font-size: 28px;
    line-height: 28px;
    margin: 5px 0;
}
#ap_box .btn_show{
    text-align: center;
    margin-top: 5%;
}
#prefix_order .active{
    width: auto;
}
#prefix_order .pre_select_title span{
    padding-top: 2px;
}
#prefix_order .box_selected{ padding-bottom:10%; }

#more_addbox p{
    margin-bottom: 5%;
}
.recoBox dl dd input{ width:98%; }
#more_addbox a{
    display: block;
    width: 10%;
    margin: 0 auto;
}

#prefix_order .title_name{ width:96%; }


#prefix_order #more_list{
    padding: 15% 0;
}
#group_show{
    width: 100%;
}
#group_show dl{
    margin-top: 5%;
}
#group_show dd{
    width: calc(100% - 2px);
}
#group_show input[type="text"]{
    height: 20px;
}
#group_show .w_100{
    width: calc(100% - 22px);
}
#group_show dt{
    width: 100%;
}
#group_show .more_styl_02{
    width: 100%;
}
#group_show .more_styl_02 ul{
    width: 100%;
}
#group_show .w_98{
    width: calc(100% - 90px);
}
#prefix_order #group_show .btn_pdf{
    margin-bottom: 0;
}
.more_inbox #group_show input[type="date"]{
    width: calc(100% - 20px);
    padding: 2px 10px!important;
    height: 16px;
}
.more_inbox #group_show textarea{
    height: 20px;
    width: calc(100% - 10px)!important;
    padding: 0 5px!important;
}
#group_show .more_styl_01 span{
    margin-top: 0;
}
#group_show .more_styl_01 span{
    font-size: 12px;
}
}