@charset "UTF-8";


.order_content_wrap{
  margin: 0 0 50px 0;
}

.order_content_wrap:last-child{
  margin-bottom: 30px;
}

@media all and (max-width: 960px) {
  .order_content_wrap{
    margin: 0 0 40px 0;
  }
}

@media all and (min-width: 0px) and (max-width: 768px) {
  .order_content_wrap{
    margin: 0 0 30px 0;
  }
}

.order_content{
  display: flex;
  display: -webkit-flex;
  margin: 0 0 25px 0;
}


.order_content:last-child{
  margin-bottom: 0;
}

.order_content > .image{
  padding: 0 40px 0 0;
  min-width: 290px;
}

.order_content > a{
width: 100%;
display: flex;
display: -webkit-flex;
}

.order_content .text{
  flex-grow: 1;
  -webkit-flex-grow: 1;
  font-size: 20px;
}

@media all and (max-width: 960px) {
  .order_content .text{
   font-size: 18px; 
  }
}

@media all and (min-width: 0px) and (max-width: 768px) {
  
  .order_content{
   display: block; 
  }
  
  .order_content .text{
   font-size: 14px; 
  }
  
  .order_content > .image{
    margin: 0 auto; 
    padding: 0 0px 20px 0;
    text-align: center;
    min-width: 0;
  }
  
  
}


.order_content_title {
  position: relative;
  font-size: 22px;
  line-height: 1;
  padding: 0.64em 0 0.64em 1.1em;
  background-image: url(../img/common/title01_bg.png);
  background-size: 2.56em auto;
  background-position: 2px center;
  background-color: #000000;
  background-repeat: no-repeat;
  color: #ffffff;
  display: flex;
  display: -webkit-flex;
  margin: 0 0 1.2em 0;
  font-family:"宋体","SimSun","MS明朝","MS Mincho","serif";
  letter-spacing: 0.2em;
}

@media all and (max-width: 960px) {
  .order_content_title{
   font-size: 18px; 
  }
}

@media all and (min-width: 0px) and (max-width: 768px) {
  .order_content_title{
   font-size: 16px; 
  }
}


.order_content_title .text01{
  width: 2.4em;
}

/*  .order_menu */

.order_menu{
  padding: 20px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  align-items: center;
  background: #c4ae73;
  border-radius: 40px;
}


.order_menu .order_text{
  flex-grow: 1;
  -webkit-flex-grow: 1;
  padding: 0 0 0 30px;
  color: #ffffff;
}

/*  .order_menu_info  */

.order_menu_info{
  border-top: 5px solid #ab8c38;
  border-bottom: 5px solid #ab8c38;
  padding: 20px;
  color: #ab8c38;
}

.order_menu_info .order_menu_info_title{
  font-weight: bold;
  font-size: 1.25em;
  position: relative;
  padding: 0 0 0 1.5em;
  margin: 0 0 0.5em 0;
}

.order_menu_info .order_menu_info_title:before{
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
}

@media all and (min-width: 0px) and (max-width: 768px) {
  .order_menu_info{
   padding-left: 0;
   padding-right: 0;
  }
}

/*  .order_block01  */

.order_block01 h5 {
  font-size: 24px;
}

.order_block01 {
  padding: 18px;
  margin-bottom: 10px;
  background: #cc3300;
  border-radius: 30px;
  color: #ffffff;
}

@media all and (max-width: 960px) {
  .order_block01 h5 {
  font-size: 20px;
  }
}

/*  .order_rule_box  */

.order_rule_box{
  margin: 0 0 1.9em 0;
  font-size: 18px;
}

@media all and (min-width: 0px) and (max-width: 768px) {
  .order_rule_box{
   font-size: 14px; 
  }
}

.order_rule_box:last-child{
  margin-bottom: 1.9em;
}


.order_rule_box .order_rule_box_title{
  font-size: 1.27em;
  color: #ffffff;
  line-height: 1;
  padding: 0.5em 1.5em;
  font-family:"宋体","SimSun","MS明朝","MS Mincho","serif";
  background-color: #ab8c38;
  letter-spacing: 0.1em;
}


.order_rule_box .order_rule_box_in{
  border: 1px solid #ab8c38;
}

.order_rule_box .order_rule_box_content{
  padding: 1.5em;
  background: #fbf8d8;
}

.order_rule_box.type02 .order_rule_box_title{
  background-color: #cc3300;
}

.order_rule_box.type02 .order_rule_box_in{
  border: 1px solid #cc3300;
}

.order_rule_box.type02 .order_rule_box_content{
  background-color: #fcdeb2;
}

@media all and (max-width: 960px) {
  
}

@media all and (min-width: 0px) and (max-width: 768px) {
  
}