@charset "UTF-8";

.bg01{
  background-color: #f9f9f3;
}

.font_red01{
  color: #e60012 !important;
}

.font_small{
    font-size: 70%;
}


/* ------------------ .imghover ------------------ */

.imghover{
  text-decoration: none !important;
  transition: opacity 0.4s ease 0s;
	-webkit-transition: opacity 0.4s ease 0s;
	-moz-transition: opacity 0.4s ease 0s;
	-o-transition: opacity 0.4s ease 0s;
	-ms-transition: opacity 0.4s ease 0s;
}

.imghover:hover{
 -ms-filter: "alpha(opacity=70)" ;
	-khtml-opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;	
}

/* pc */
@media all and (min-width: 1001px) {
}

/* pad以下 */
@media screen and (max-width: 1000px) {
}

/* pad */
@media screen and (min-width: 701px ) and (max-width: 1000px) {
}

/* sp */
@media screen and (max-width: 700px) {
}

a:hover {
text-decoration: none;
}

/* ------------------ .title ------------------ */

.title.border_type{
  padding-bottom: 0.3em;
  border-bottom: 1px solid #e60012;
}

.title.type01{
  font-size: 18px;
  line-height: 1;
  color: #e60012;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  margin: 0 0 1.33em 0;
}

.title.type01:last-child{
  margin-bottom: 0;
}

.title.type01 .text_wrap{
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}

.title.type01 .img01{
  margin: 0 18px 0 0;
}

.title.type01 .text01{
  letter-spacing: 0.1em;
  font-size: 100%;
  font-weight: 900;
  padding: 0 0.7em 0 0;
  margin: 0 0.7em 0 0;
  border-right: 1px solid #e60012;
  font-family: 'Roboto', sans-serif;
}

.title.type01 .text01:last-child{
  padding: 0;
  margin: 0;
  border-right: none;
}

.title.type01 .text02{
  font-size: 83%;
  letter-spacing: 0.05em;
  font-weight: 500;
}

/* pad */
@media screen and (min-width: 701px ) and (max-width: 1000px) {
}

/* sp */
@media screen and (max-width: 700px) {
  .title.type01{
   font-size: 15px; 
  }
  .title.type01 .text_wrap{
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .title.type01 .img01{
    width: 100%;
    margin: 0 0 12px 0;
    text-align: center;
  }
  
}

/* .title.type02 */

.title.type02{
  color: #e60012;
  font-size: 19px;
  font-weight: 700;
  padding: 0.3em 1em;
  margin: 0 0 1em 0;
  background-color: #fdede4;
}
.title.type02:last-child{
  margin-bottom: 0;
}

/* sp */
@media screen and (max-width: 700px) {
  .title.type02{ font-size: 15px; }
}

/* .title.type03 */

.title.type03{
  color: #e60012;
  font-size: 19px;
  font-weight: 700;
  margin: 0 0 1em 0;
}
.title.type03:last-child{
  margin-bottom: 0;
}

/* sp */
@media screen and (max-width: 700px) {
  .title.type03{ font-size: 15px; }
}

/* .title.type04 */

.title.type04{
  color: #e60012;
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 0.5em 0;
}
.title.type04:last-child{
  margin-bottom: 0;
}

/* sp */
@media screen and (max-width: 700px) {
  .title.type02{ font-size: 14px; }
}

/* ----------------------------------------------------------------------
.title.type05
----------------------------------------------------------------------*/

.title.type05{
  text-align: center;
  font-size: 24px;
  line-height: 1;
  margin: 0 0 1.25em 0;
  color: #e60012;
}

.title.type05 .text01{
  display: block;
  font-size: 100%;
  font-weight: 700;
  margin: 0 0 0.375em 0;
}

.title.type05 .text01:last-child{
  margin-bottom: 0;
}

.title.type05 .text02{
  display: block;
  font-size: 80%;
  line-height: 1;
  font-weight: 900;
  font-family: 'Roboto', sans-serif;
}


/* ------------------ .list ------------------ */

.list.type01{
  font-size: 15px;
}

.list.type01 li{
  position: relative;
  padding: 0 0 0 1.43em;
  margin: 0 0 0.7em 0;
}

.list.type01 li:last-child{
  margin-bottom: 0;
}

.list.type01 li:after{
  font-family: Font Awesome\ 5 Free;
  content: "\f138";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  color: #f6afb4;
}

.list.type02{
}

.list.type02 li{
  padding: 0 0 0 1em;
  text-indent: -1em;
}

.list.type02 li:before{
  content: "\25cf";
}

.list.type03{
  font-size: 15px;
}

.list.type03 li{
  position: relative;
  padding: 0 0 0 1.43em;
  margin: 0 0 0.7em 0;
}

.list.type03 li:last-child{
  margin-bottom: 0;
}

.list.type03 li:after{
  content: "\f105";
  position: absolute;
  top: 0;
  left: 0;
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  color: #f6afb4;
}



/* ------------------ .number_list ------------------ */

.number_list{
  counter-reset: section;
}

.number_list.type01{
  margin: 1em 0;
}

.number_list.type01:first-child{
  margin-top: 0;
}

.number_list.type01:last-child{
  margin-bottom: 0;
}

.number_list.type01 li{
  position: relative;
  list-style: none;
}

.number_list.type01 li{
  counter-increment: number;
  padding: 0 0 0 1.6em;
  margin: 0 0 1em 0;
}

.number_list.type01 li:last-child{
  margin-bottom: 0;
}

.number_list.type01 li:before{
  content:counter(number)".";
  font-family: 'Roboto', sans-serif;
  font-size: 136%;
  font-weight: 700;
  color: #e60012;
  position: absolute;
  top: -0.15em;
  left: 0;
}


/* ------------------ .link_block ------------------ */

.link_block{
  display: block;
  text-decoration: none !important;
}

/* pc */
@media all and (min-width: 1001px) {
}

/* pad以下 */
@media screen and (max-width: 1000px) {
}

/* pad */
@media screen and (min-width: 701px ) and (max-width: 1000px) {
}

/* sp */
@media screen and (max-width: 700px) {
}


/* ----------------------------------------------------------------------
.btn_zone
----------------------------------------------------------------------*/

.btn_zone{
  margin: 30px 0 30px 0;
}

.btn_zone:first-child{
  margin-top: 0;
}

.btn_zone:last-child{
  margin-bottom: 0;
}

.btn_area{
  margin: 0 -20px -20px 0;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  align-content: center;
  -webkit-align-content: center;
}

.btn_area .btn_wrap{
  position: relative;
  margin: 0 20px 20px 0;
  min-width: 200px;
}

.btn_area .btn_wrap .btn_block{
  display: block;
  height: 100%;
  background-color: #ffffff;
}

.btn_area .btn_wrap .btn{
  cursor: pointer;
  display: block;
  height: 100%;
  position: relative;
  text-decoration: none !important;
}


.btn_area .btn_wrap .btn_content{
  position: relative;
  z-index: 2;
  display: flex;
  display: -webkit-flex;
  align-content: center;
  -webkit-align-content: center;
  align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  height: 100%;
}

.btn_area .btn_wrap .btn_text{
  position: relative;
  letter-spacing: 0.05em;
}

.btn_area .btn_wrap .btn{
  transition: opacity 0.4s ease 0s;
	-webkit-transition: opacity 0.4s ease 0s;
	-moz-transition: opacity 0.4s ease 0s;
	-o-transition: opacity 0.4s ease 0s;
	-ms-transition: opacity 0.4s ease 0s;
  width: 100%;
}

.btn_area .btn_wrap .btn:hover{
  -ms-filter: "alpha(opacity=50)" ;
	-khtml-opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;	
}

/* ボタン色 */

.btn_area .btn_wrap.color_gray .btn{
  color: #ffffff !important;
  background-color: #b0b0b0 !important;
}

/* アイコンをつける場合 */

/* .btn_area .btn_wrap .btn_text.icon_plus */
.btn_area .btn_wrap .btn_text.icon_plus{
  padding: 0 0 0 1.4em;
}

.btn_area .btn_wrap .btn_text.icon_plus:before,
.btn_area .btn_wrap .btn_text.icon_plus:after{
  content: "";
  display: block;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 50%;
}

.btn_area .btn_wrap .btn_text.icon_plus:before{
  width: 13px;
  height: 2px;
  margin: -1px 0 0 0;
}

.btn_area .btn_wrap .btn_text.icon_plus:after{
  width: 2px;
  height: 13px;
  left: 6px;
  margin: -6px 0 0 0;
}

/* .btn_area .btn_wrap .btn_text.icon_close */
.btn_area .btn_wrap .btn_text.icon_close{
  padding: 0 0 0 1em;
}

.btn_area .btn_wrap .btn_text.icon_close:before,
.btn_area .btn_wrap .btn_text.icon_close:after{
  content: "";
  display: block;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  width: 2px;
  height: 13px;
  margin: -6px 0 0 0;
}

.btn_area .btn_wrap .btn_text.icon_close:before{
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.btn_area .btn_wrap .btn_text.icon_close:after{
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* .btn_area .btn_wrap.type01 */

.btn_area .btn_wrap.type01{
  font-size: 15px;
  letter-spacing: 0.06em;
  font-weight: 500;
}

.btn_area .btn_wrap.type01 .btn_block,
.btn_area .btn_wrap.type01 .btn{
  -moz-border-radius: 3em;
  -webkit-border-radius: 3em;
  border-radius: 3em;
}

.btn_area .btn_wrap.type01 .btn{
  color: #ffffff;
  padding: 10px 20px;
  background-color: #e60012;
  display: block;
}

/* pc */
@media all and (min-width: 1001px) {
}

/* pad以下 */
@media screen and (max-width: 1000px) {
  .btn_area .btn_wrap.type01{ font-size: 14px; }
}

/* pad */
@media screen and (min-width: 701px ) and (max-width: 1000px) {
}

/* sp */
@media screen and (max-width: 700px) {
    .btn_area .btn_wrap.type01{ font-size: 14px; }
    .btn_zone{
      margin: 10px 0 30px 0;
    }
}

/* .btn_area .btn_wrap.type02 */

.btn_area .btn_wrap.type02{
  font-size: 20px;
  letter-spacing: 0.06em;
  font-weight: 500;
}

.btn_area .btn_wrap.type02 .btn_block,
.btn_area .btn_wrap.type02 .btn{
  -moz-border-radius: 3em;
  -webkit-border-radius: 3em;
  border-radius: 3em;
}

.btn_area .btn_wrap.type02 .btn{
  color: #e60012;
  padding: 0.7em 1.83em;
  background-color: #ffffff;
    border: 2px solid #e60012;
}

.btn_area .btn_wrap .btn_text.icon_plus.icon_red:before,
.btn_area .btn_wrap .btn_text.icon_plus.icon_red:after{
  background-color: #e60012;
}

.btn_area .btn_wrap .btn_text.icon_plus.icon_red:before{
  width: 15px;
  height: 2px;
  margin: 0;
}

.btn_area .btn_wrap .btn_text.icon_plus.icon_red:after{
  width: 2px;
  height: 15px;
  left: 6px;
  margin: -6px 0 0 0;
}

/* pc */
@media all and (min-width: 1001px) {
}

/* pad以下 */
@media screen and (max-width: 1000px) {
  .btn_area .btn_wrap.type02{ font-size: 14px; }
}

/* pad */
@media screen and (min-width: 701px ) and (max-width: 1000px) {
}

/* sp */
@media screen and (max-width: 700px) {
  .btn_area .btn_wrap.type02{ font-size: 14px; }
}

/* ボタン大 */
.btn_content_in.large {
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 400;
}
/* sp */
@media screen and (max-width: 700px) {
  .btn_content_in.large{ font-size: 18px;padding: 0; }
}

/* ボタン小 */
.btn_zone.small {
    margin-top: 10px;
}
.btn_area .btn_wrap.type01 .btn.r_small {
    padding: 0.5em 1em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
}


/* ----------------------------------------------------------------------
.news_list_wrap 
 ----------------------------------------------------------------------*/

.news_list_wrap{
  display: table;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}

.news_list_wrap .news_list{
  display: table-row;
}

.news_list_wrap .news_list .news_list_head,
.news_list_wrap .news_list .news_list_text{
  display: table-cell;
  vertical-align:  top;
  padding: 18px 0;
  border-top: 1px solid #e5e5e5;
}

.news_list_wrap .news_list .news_list_head_in{
  white-space: nowrap;
  padding-left: 8px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

.news_list_wrap .news_list .news_list_date{
  font-size: 15px;
  line-height: 1;
  font-family: 'Roboto', sans-serif;
  color: #e60012;
  letter-spacing: 0.08em;
  margin: 0 15px 0 0;
  width: 5.5em;
}

.news_list_wrap .news_list .news_list_icon{
  flex-grow: 1;
  -webkit-flex-grow: 1;
  color: #e60012;
  border: 1px solid #e60012;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  min-width: 5.9em;
  text-align: center;
  padding: 0.3em 0.6em;
}

.news_list_wrap .news_list .news_list_icon.icon_red{
  background-color: #e60012;
  color: #ffffff;
}

.news_list_wrap .news_list .news_list_text{
  padding-left: 27px;
  padding-right: 12px;
  width: 100%;
}

/* sp */
@media screen and (max-width: 700px) {
  .news_list_wrap,
  .news_list_wrap .news_list,
  .news_list_wrap .news_list .news_list_head,
  .news_list_wrap .news_list .news_list_text{ display: block; padding: 0;}
  .news_list_wrap .news_list .news_list_head,
  .news_list_wrap .news_list .news_list_text{ border: none;}
  
  .news_list_wrap .news_list{
    border-top: 1px solid #e5e5e5;
    padding: 1em 0.5em;
  }
  .news_list_wrap .news_list .news_list_head{
    margin: 0 0 7px 0;
  }
  .news_list_wrap .news_list .news_list_head_in{
    display: inline-flex;
    display: -webkit-inline-flex;
  }
}

/* 詳細ページの場合detail_typeをつけます */

.news_list_wrap.detail_type,
.news_list_wrap.detail_type .news_list,
.news_list_wrap.detail_type .news_list .news_list_head,
.news_list_wrap.detail_type .news_list .news_list_text{
  display: block;
  padding: 0;
  border: none;
}

.news_list_wrap.detail_type .news_list .news_list_head_in{
  display: inline-flex;
  display: -webkit-inline-flex;
}

.news_list_wrap.detail_type .news_list .news_list_text{
  margin: 10px 0 0 0;
  padding: 0 0 30px 0;
  border-bottom: 1px solid #e40005;
}

.news_list_wrap.detail_type .news_detail_title{
  font-size: 19px;
  font-weight: 700;
  color: #e40005;
  padding: 0.4em 0;
  border-top: 1px solid #e40005;
  border-bottom: 1px solid #e40005;
  margin: 0 0 30px 0;
}

/* sp */
@media screen and (max-width: 700px) {
  .news_list_wrap.detail_type .news_list .news_list_text{
    padding: 0 0 20px 0;
  }
  .news_list_wrap.detail_type .news_detail_title{
    font-size: 15px;
    margin: 0 0 20px 0;
  }
}

/* ----------------------------------------------------------------------
.news_year_list_wrap
----------------------------------------------------------------------*/

.news_year_list_zone{
  display: flex;
  display: -webkit-flex;
  font-size: 15px;
}

.news_year_list_zone a{
  color: #e60012;
}

.news_year_list_zone .news_year_list_title{
  font-size: 93%;
  font-weight: 500;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.news_year_list_zone .news_year_list_wrap{
  flex-grow: 1;
  -webkit-flex-grow: 1;
}

.news_year_list_zone .news_year_list{
  letter-spacing: 0.08em;
  margin: 0 -1.5em 0 0;
  padding: 0 0 0 2em;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  font-family: 'Roboto','Noto Sans Japanese',YuGothic, '游ゴシック',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.news_year_list_zone .news_year_list li{
  margin: 0 1.5em 0 0;
}

/* sp */
@media screen and (max-width: 700px) {
  .news_year_list_zone{
    font-size: 13px;
    display: block;
  }
  .news_year_list_zone .news_year_list_title{
    margin: 0 0 0.5em 0;
  }
  .news_year_list_zone .news_year_list{
    padding: 0;
  }
}

/* ----------------------------------------------------------------------
.white_box01
----------------------------------------------------------------------*/

.white_box01{
  border: 2px solid #e5e5e5;
  background-color: #ffffff;
  padding: 20px 25px;
}

/* sp */
@media screen and (max-width: 700px) {
  .white_box01{ padding: 10px 15px; }
}

.white_box02{
  border: 2px solid #e5e5e5;
  background-color: #ffffff;
  padding: 20px 25px;
}

/* sp */
@media screen and (max-width: 700px) {
  .white_box02{ padding: 10px 15px; }
}

/* ----------------------------------------------------------------------
.red_box01
----------------------------------------------------------------------*/

.red_box01{
  border: 2px solid #e60012;
  background-color: #ffffff;
  padding: 20px 25px;
}

/* sp */
@media screen and (max-width: 700px) {
  .red_box01{ padding: 15px 15px; }
}

.red_box02{
  border: 1px solid #e60012;
  background-color: #ffffff;
  padding: 20px 25px;
}

/* sp */
@media screen and (max-width: 700px) {
  .red_box02{ padding: 15px 15px; }
}

.red_box01.cover, .red_box02.cover {
  background-color: #e60012;
}

/* ----------------------------------------------------------------------
 boxその他
----------------------------------------------------------------------*/
.nopadd {
  padding: 0;
}

.lightcolor_box {
  background-color: #fdede4;
  padding: 20px 25px;
}

.clearbox {
  padding: 20px 25px;
}


/* ----------------------------------------------------------------------
.red_border
----------------------------------------------------------------------*/
.red_bb01 {
  border-bottom: 1px solid #e60012;
}
.red_bb02 {
  border-bottom: 2px solid #e60012;
}

/* ----------------------------------------------------------------------
.form関係
 ----------------------------------------------------------------------*/

.input_list{
  letter-spacing: -0.4em;
  margin: 0 -1em -1em 0;
}

.input_list li{
  display: inline-block;
  vertical-align:  middle;
  white-space: nowrap;
  letter-spacing: 0.06em;
  margin: 0 1em 1em 0;
}

.input_list li label{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

.input_list li label input{
  margin: 0 3px 0 0;
}

/* .input_box_wrap */

.input_box_wrap{
  margin: 10px 0;
  display: flex;
  display: -webkit-flex;
}

.input_box_wrap:first-child{
  margin-top: 0;
}

.input_box_wrap:last-child{
  margin-bottom: 0;
}

.input_box_wrap .input_box{
  margin: 0 10px 0 0;
}

.input_box_wrap .input_box:last-child{
  margin: 0;
}

.input_box_wrap .input_box input,
.input_box_wrap .input_box textarea{
  width: 100%;
}

/* ----------------------------------------------------------------------
table
----------------------------------------------------------------------*/

table.simple{
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  width: 100%;
}

table.simple th,
table.simple td{
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  padding: 1em;
  vertical-align:  top;
}

table.simple th{
  background-color: #f6f6f6;
}

table.simple td{
  background-color: #ffffff;
}

/* sp */
@media screen and (max-width: 700px) {
  table.simple,
  table.simple tbody,
  table.simple tr,
  table.simple th,
  table.simple td{
    display: block;
    width: auto;
  }
}

table.form{
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}

table.form th,table.form td{
  padding: 1em;
  border-top: 1px solid #e5e5e5;
  -moz-box-shadow:inset 0 2px 0 0 #ffffff,inset 0 -2px 0 0 #ffffff;
  -webkit--box-shadow:inset 0 2px 0 0 #ffffff,inset 0 -2px 0 0 #ffffff;
  box-shadow:inset 0 2px 0 0 #ffffff,inset 0 -2px 0 0 #ffffff;
}


table.form th{
  white-space: nowrap;
  background-color: #feede5;
  border-right: 2px solid #ffffff;
}

/* sp */
@media screen and (max-width: 700px) {
  table.form,
  table.form tbody,
  table.form tr,
  table.form th,
  table.form td{
    display: block;
    width: auto;
  }
  table.form td{
    border-top: none;
    padding-left: 0;
    padding-right: 0;
  }
  table.form th{
    border-right: none;
  }
}


table.form_confirmation{
  border-top: 1px solid #e5e5e5;
  width: 100%;
}

table.form_confirmation th,
table.form_confirmation td{
  border-bottom: 1px solid #e5e5e5;
  padding: 1em;
  vertical-align:  top;
}

table.form_confirmation th{
  position: relative;
  white-space: nowrap;
  background-color: #ffffff;
  min-width: 200px;
}

table.form_confirmation th:after{
  content: "";
  position: absolute;
  top: 2px;
  right: 0;
  background: #e5e5e5;
  width: 1px;
  height: calc(100% - 4px);
}

table.form_confirmation td{
  background-color: #ffffff;
  -moz-box-shadow:inset 0 2px 0 0 #ffffff,inset 0 -2px 0 0 #ffffff;
  -webkit--box-shadow:inset 0 2px 0 0 #ffffff,inset 0 -2px 0 0 #ffffff;
  box-shadow:inset 0 2px 0 0 #ffffff,inset 0 -2px 0 0 #ffffff;
}

/* sp */
@media screen and (max-width: 700px) {
  table.form_confirmation,
  table.form_confirmation tbody,
  table.form_confirmation tr,
  table.form_confirmation th,
  table.form_confirmation td{
    display: block;
    width: auto;
  }
  table.form_confirmation{
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
  }
  table.form_confirmation th{
    background-color: #f6f6f6;
  }
  table.form_confirmation th:after{
    display: none;
  }
  
}


.error_color{
  background-color: #fcf2f2 !important;
}

/* .error_box */

.error_box{
  border: 1px solid #e60012;
  background-color: #fcf2f2;
  color: #e60012;
  padding: 20px 25px;
}

/* sp */
@media screen and (max-width: 700px) {
  .error_box{ padding: 15px 15px; }
}

.error_text{
  margin: 0 0 5px 0;
  color: #e60012;
}

/* sp */
@media screen and (max-width: 700px) {
  
}

.form_complete{
  font-size: 15px;
  border-top: 1px solid #e60012;
  border-bottom: 1px solid #e60012;
  padding: 50px 0;
}

.form_complete .form_complete_title{
  font-size: 22px;
  font-weight: 100;
  color: #e60012;
  margin-bottom: 1.2em;
}

/* sp */
@media screen and (max-width: 700px) {
  .form_complete{
    font-size: 13px;
     padding: 25px 0; 
  }
  .form_complete .form_complete_title{
    font-size: 16px;
  }
}

/* ----------------------------------------------------------------------
.cms_list_area 
----------------------------------------------------------------------*/

.cms_list_area{
  margin: 45px 0;
}

.cms_list_area:first-child{
  margin-top: 0;
}

.cms_list_area:last-child{
  margin-bottom: 0;
}

.cms_list_area .cms_list_wrap{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -30px -30px 0 0;
}

.cms_list_wrap.swiper-wrapper{
  -webkit-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.cms_list_area .cms_list_in{
  height: 100%;
}

.cms_list_area .cms_list_block{
  height: 100%;
}

.cms_list_area .link_block{
  height: 100%;
}

.cms_list_area .cms_list_content{
  height: 100%;
}

.cms_list_area .cms_list_content > .image_wrap{
  position: relative;
  overflow:  hidden;
  margin: 0 0 16px 0;
}

.cms_list_area .cms_list_content > .image_wrap .img_cover{
  padding: 0 0 66.6% 0;
  height: 0;
  background-color: #e6e6e6;
}

/*  ----------------------------------------- CMSテキスト類 ----------------------------------------- */
.cms_list_area .text_wrap{
  
}

.cms_list_area .text_wrap{
  
}

/*  .cms_list_area.type_horizontal  */

.cms_list_area.type_horizontal .cms_list{
  width: 100%;
}

.cms_list_area.type_horizontal .cms_list:last-child{
  margin-bottom: 0;
}

.cms_list_area.type_horizontal .cms_list_content{
  display: -webkit-flex;
  display: flex;
  width: 100%;
}

.cms_list_area.type_horizontal .cms_list_content .image_wrap{
  margin: 0 !important;
  width: 47.5%;
}

.cms_list_area.type_horizontal .cms_list_content .text_wrap{
  padding: 0 0 0 25px;
  margin: 0;
  width: 47.5%;
  flex-grow: 1;
  -webkit-flex-grow: 1;
}

/* pc */
@media all and (min-width: 1001px) {
  .cms_list_area.pc_type_horizontal .cms_list{
    width: 100%;
  }

  .cms_list_area.pc_type_horizontal .cms_list:last-child{
    margin-bottom: 0;
  }

  .cms_list_area.pc_type_horizontal .cms_list_content{
    display: -webkit-flex;
    display: flex;
    width: 100%;
  }

  .cms_list_area.pc_type_horizontal .cms_list_content .image_wrap{
    margin: 0 !important;
    width: 47.5%;
  }

  .cms_list_area.pc_type_horizontal .cms_list_content .text_wrap{
    padding: 0 0 0 25px;
    margin: 0;
    width: 47.5%;
    flex-grow: 1;
    -webkit-flex-grow: 1;
  }
}

/* pad以下 */
@media screen and (max-width: 1000px) {
}

/* pad */
@media screen and (min-width: 701px ) and (max-width: 1000px) {
  .cms_list_area.pad_type_horizontal .cms_list{
    width: 100%;
  }

  .cms_list_area.pad_type_horizontal .cms_list:last-child{
    margin-bottom: 0;
  }

  .cms_list_area.pad_type_horizontal .cms_list_content{
    display: -webkit-flex;
    display: flex;
    width: 100%;
  }

  .cms_list_area.pad_type_horizontal .cms_list_content .image_wrap{
    margin: 0 !important;
    width: 47.5%;
  }

  .cms_list_area.pad_type_horizontal .cms_list_content .text_wrap{
    padding: 0 0 0 20px;
    margin: 0;
    width: 47.5%;
    flex-grow: 1;
    -webkit-flex-grow: 1;
  }
}

/* sp */
@media screen and (max-width: 700px) {
  .cms_list_area.sp_type_horizontal .cms_list{
    width: 100%;
  }

  .cms_list_area.sp_type_horizontal .cms_list:last-child{
    margin-bottom: 0;
  }

  .cms_list_area.sp_type_horizontal .cms_list_content{
    display: -webkit-flex;
    display: flex;
  }

  .cms_list_area.sp_type_horizontal .cms_list_content .image_wrap{
    margin: 0 !important;
    min-width: 63px;
    max-width: 63px;
  }

  .cms_list_area.sp_type_horizontal .cms_list_content .text_wrap{
    padding: 0 0 0 20px;
    margin: 0;
    flex-grow: 1;
    -webkit-flex-grow: 1;
  }
  
  .cms_list_area.type_horizontal .cms_list_content .text_wrap{
    padding: 0 0 0 20px;
  }
  
}

/* .cms_list_areaカラム */

/* pc */
@media all and (min-width: 1001px) {
  .cms_list_area.pc_max5 .cms_list_wrap{
    margin: 0 -30px -30px 0;
  }

  .cms_list_area.pc_max5 .cms_list{
    width: 20%;
    padding: 0 30px 0 0;
  }

  .cms_list_area.pc_max5 .cms_list_in{
    padding: 0 0px 30px 0;
  }

  .cms_list_area.pc_max4 .cms_list_wrap{
    margin: 0 -30px -30px 0;
  }

  .cms_list_area.pc_max4 .cms_list{
    width: 25%;
    padding: 0 30px 0 0;
  }

  .cms_list_area.pc_max4 .cms_list_in{
    padding: 0 0 30px 0;
  }

  .cms_list_area.pc_max3 .cms_list_wrap{
    margin: 0 -30px -30px 0;
  }

  .cms_list_area.pc_max3 .cms_list{
    width: 50%;
    padding: 0 30px 0 0;
  }

  .cms_list_area.pc_max3 .cms_list_in{
    padding: 0 0 30px 0;
  }

  .cms_list_area.pc_max2 .cms_list_wrap{
    margin: 0 -30px -30px 0;
  }

  .cms_list_area.pc_max2 .cms_list{
    width: 50%;
    padding: 0 30px 0 0;
  }

  .cms_list_area.pc_max2 .cms_list_in{
    padding: 0 0 30px 0;
  }

  .cms_list_area.pc_max1 .cms_list_wrap{
    margin: 0 -30px -30px 0;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }

  .cms_list_area.pc_max1 .cms_list{
    width: 100%;
    padding: 0 30px 0 0;
  }

  .cms_list_area.pc_max1 .cms_list_in{
    padding: 0 0 30px 0;
  }
}

/* pad */
@media screen and (min-width: 701px ) and (max-width: 1000px) {
  .cms_list_area.pad_max5 .cms_list_wrap{
    margin: 0 -30px -30px 0;
  }

  .cms_list_area.pad_max5 .cms_list{
    width: 20%;
    padding: 0 30px 0 0;
  }

  .cms_list_area.pad_max5 .cms_list_in{
    padding: 0 0px 30px 0;
  }

  .cms_list_area.pad_max4 .cms_list_wrap{
    margin: 0 -30px -30px 0;
  }

  .cms_list_area.pad_max4 .cms_list{
    width: 25%;
    padding: 0 30px 0 0;
  }

  .cms_list_area.pad_max4 .cms_list_in{
    padding: 0 0 30px 0;
  }

  .cms_list_area.pad_max3 .cms_list_wrap{
    margin: 0 -30px -30px 0;
  }

  .cms_list_area.pad_max3 .cms_list{
    width: 33.3%;
    padding: 0 30px 0 0;
  }

  .cms_list_area.pad_max3 .cms_list_in{
    padding: 0 0 30px 0;
  }

  .cms_list_area.pad_max2 .cms_list_wrap{
    margin: 0 -30px -30px 0;
  }

  .cms_list_area.pad_max2 .cms_list{
    width: 50%;
    padding: 0 30px 0 0;
  }

  .cms_list_area.pad_max2 .cms_list_in{
    padding: 0 0 30px 0;
  }

  .cms_list_area.pad_max1 .cms_list_wrap{
    margin: 0 -30px -30px 0;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }

  .cms_list_area.pad_max1 .cms_list{
    width: 100%;
    padding: 0 30px 0 0;
  }

  .cms_list_area.pad_max1 .cms_list_in{
    padding: 0 0 30px 0;
  }
}


/* sp */
@media screen and (max-width: 700px) {
  .cms_list_area.sp_max5 .cms_list_wrap{
    margin: 0 -30px -30px 0;
  }

  .cms_list_area.sp_max5 .cms_list{
    width: 20%;
    padding: 0 30px 0 0;
  }

  .cms_list_area.sp_max5 .cms_list_in{
    padding: 0 0px 30px 0;
  }

  .cms_list_area.sp_max4 .cms_list_wrap{
    margin: 0 -30px -30px 0;
  }

  .cms_list_area.sp_max4 .cms_list{
    width: 25%;
    padding: 0 30px 0 0;
  }

  .cms_list_area.sp_max4 .cms_list_in{
    padding: 0 0 30px 0;
  }

  .cms_list_area.sp_max3 .cms_list_wrap{
    margin: 0 -30px -30px 0;
  }

  .cms_list_area.sp_max3 .cms_list{
    width: 33.3%;
    padding: 0 30px 0 0;
  }

  .cms_list_area.sp_max3 .cms_list_in{
    padding: 0 0 30px 0;
  }

  .cms_list_area.sp_max2 .cms_list_wrap{
    margin: 0 -30px -30px 0;
  }

  .cms_list_area.sp_max2 .cms_list{
    width: 50%;
    padding: 0 30px 0 0;
  }

  .cms_list_area.sp_max2 .cms_list_in{
    padding: 0 0 30px 0;
  }

  .cms_list_area.sp_max1 .cms_list_wrap{
    margin: 0 -30px -30px 0;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }

  .cms_list_area.sp_max1 .cms_list{
    width: 100%;
    padding: 0 30px 0 0;
  }

  .cms_list_area.sp_max1 .cms_list_in{
    padding: 0 0 30px 0;
  }
}

/* ----------------------------------------------------------------------
.row_content
----------------------------------------------------------------------*/

.row_content {
  position: relative;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
	margin-top: 40px;
  margin-bottom: 40px;
  margin-left: -12px;
  margin-right: -12px;
  width: 100%;
}

.row_content > *{
  margin-left: 12px;
  margin-right: 12px;
}

.row_content .row_content{
  margin-top: 0px;
  margin-bottom:0px;
  width: calc(100% + 24px);
}

.row_content .col{
  position: relative;
  padding: 12px;
}


.row_content.cell_type .col{
  flex-grow: 1;
  -webkit-flex-grow: 1;
}

.row_content .col:after,
.row_content:after{
  content: "";
  display: block;
  width: 100%;
  height: 0;
  clear: both;
  visibility: hidden;
}


.row_content > .col{
  margin-left: 0;
  margin-right: 0;
}

/* 共通のタブ */

.tab_content_wrap{
  margin: 30px 0 50px;
}

.tab_content_wrap .tab_head{
  border-bottom: 1px solid #e60012;
}

.tab_content_wrap .tab_list{
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  margin: 0 0 0 0;
  font-size: 15px;
}

.tab_content_wrap .tab_list .tab{
  line-height: 1;
  margin: 0 15px;
  width: 200px;
}

.tab_content_wrap .tab_list .tab_switch{
  padding: 1.33em 10px;
  border-top: 1px solid #c2c2c2;
  border-left: 1px solid #c2c2c2;
  border-right: 1px solid #c2c2c2;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  text-align: center;
  cursor: pointer;
  letter-spacing: 0.1em;
  font-weight: 500;
  height: 100%;
}

.tab_content_wrap .tab_list .tab:first-child{
  margin-left: 0;
}

.tab_content_wrap .tab_list .tab:last-child{
  margin-right: 0;
}

.tab_content_wrap .tab_list .tab .tab_switch.active{
  border-top: 1px solid #e60012;
  border-left: 1px solid #e60012;
  border-right: 1px solid #e60012;
  color: #ffffff;
  background-color: #e60012;
}

.tab_content_wrap .tab_content{
  display: none;
}

.tab_content_wrap .tab_content.active{
  display: block;
}

.tab_content_wrap .sp_tab_content_wrap{
  display: none;
}

.tab_content_wrap .sp_tab_content{
  display: none;
}


/* sp */
@media screen and (max-width: 700px) {
  .tab_content_wrap .tab_head{
    border: none; 
  }
  .tab_content_wrap .tab_list{
    display: block;
  }
  .tab_content_wrap .tab_list .tab{
    line-height: 1;
    margin: 0;
    width: auto;
  }
  .tab_content_wrap .tab_list .tab_switch{
    width: auto;
    background-color: #e60012;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0;
  }
  .tab_content_wrap .tab_inner{
    display: none;
  }
  .tab_content_wrap .sp_tab_content_wrap{
    display: block;
  }
  
  .tab_content_wrap .sp_tab_content{
    padding: 20px;
    border-left: 1px solid #c2c2c2;
    border-right: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;/* ⇐tab4表示の際消去 */
  }
  
}

/* ----------------------------------------------------------------------
.menu_list_wrap
----------------------------------------------------------------------*/

/* .menu_list_wrap */

.menu_list_wrap{
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;	
}
.menu_list_wrap::after {
    content: "";
    display: block;
    width: calc(100% / 3);
}
.menu_content_head .menu_list_wrap{
  margin: 0 0 35px 0;
  border-bottom: 1px solid #e60012;
}

.menu_list_wrap .menu_list figure img{
	width: 206px;
    margin: 0 auto;
	display: block;
}

.menu_list_wrap .menu_list{
  position: relative;
  /*width: 16.6%;*/
  width: calc(100% / 2);
  padding: 0 0 25px 0;
}
.menu_list:nth-child(6) .text01 span{
    letter-spacing: -0.09em;
}
.text01 span {
    display: block;
    font-size: 11px;
    margin-top: 3px;
}

.menu_list_wrap .menu_list_content{
  position: relative;
  height: 100%;
}

@media all and (min-width: 901px) {
.menu_content_head .menu_list_wrap .menu_list.active:before,
.menu_content_head .menu_list_wrap .menu_list.active:after{
  content: "";
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  bottom: -15px;
}

.menu_content_head .menu_list_wrap .menu_list.active:before{
  margin: 0 0 0 -12px;
  border-width: 15px 12px 0 12px;
  border-color: #e60012 transparent transparent transparent;
}

.menu_content_head .menu_list_wrap .menu_list.active:after{
  margin: 0 0 1px -11px;
  border-width: 14px 11px 0 11px;
  border-color: #ffffff transparent transparent transparent;
}
}

.menu_list_wrap .menu_list img{
  max-width: none;
  width: 100%;
}

.menu_list_wrap .menu_list_title{
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #ffffff;
}

/*.menu_list_wrap .menu_list_title .text01{
  background-color: #ffffff;
  border: 1px solid #e60012;
  color: #e60012;
  width: 100%;
  max-width: 8.33em;
  white-space: nowrap;
  padding: 0.54em 1em;
  -webkit-border-radius: 2.5em;
  -moz-border-radius: 2.5em;
  border-radius: 2.5em;
  text-align: center;
}*/

.menu_list_wrap .menu_list_title .text01{
background-color: #ffffff;
    border: 1px solid #e60012;
    color: #e60012;
    width: calc(100% - 10px);
    max-width: 10em;
    white-space: nowrap;
    padding: 0.54em 1em;
    -webkit-border-radius: 2.5em;
    -moz-border-radius: 2.5em;
    border-radius: 2.5em;
    text-align: center;
    font-size: 14px;
}

.menu_list_wrap .menu_list.active .menu_list_title .text01{
  background-color: #e60012;
  color: #ffffff;
}

@media screen and (max-width: 900px) {
  .menu_list_wrap{ margin: 0 -20px; }
  .menu_list_wrap .menu_list{ 
	  /*width: 33.3%;*/
	  width: calc(100% /3);
	}
  	
}

@media screen and (max-width: 700px) {
  .menu_list_wrap{ margin: 0 -15px; }
  .menu_list_wrap .menu_list{ width: 50%; }
  .menu_list_wrap .menu_list_title{ font-size: 13px;}
}

/* ----------------------------------------------------------------------
.menu_category_wrap
----------------------------------------------------------------------*/

.menu_category_wrap .menu_category {
  letter-spacing: -0.4em;
  color: #e60012;
  font-weight: 700;
  line-height: 1;
  margin: 0 -0.45em -0.45em 0;
}

.menu_category_wrap .menu_category li {
  display: inline-block;
  vertical-align:  top;
  letter-spacing: 0.06em;
  background-color: #f5d346;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  margin: 0 0.45em 0.45em 0;
  padding: 0.39em 0.5em;
}

.menu_category_wrap .menu_category li.takeout {
  background-color: #e60012;
  color: #fff;
}

/* ----------------------------------------------------------------------
.menu_photo_list_wrap
----------------------------------------------------------------------*/

.menu_photo_list_zone{
  overflow: hidden;
}

.menu_photo_list_wrap{
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: -1px -1px 0 0;
}

.menu_photo_list_wrap .menu_photo_list{
  display: flex;
  display: -webkit-flex;
  width: 33.3%;
  flex-grow: 1;
  -webkit-flex-grow: 1;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  border-top: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  padding: 0 33px 60px 33px;
}

.menu_photo_list_wrap .menu_photo_content{
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
}

.menu_photo_list_wrap .menu_photo_list .menu_photo_image{
  position: relative;
}

.menu_photo_list_wrap .menu_photo_list .menu_photo_image .img_cover{
  height: 0;
  padding-bottom: 100%;
}

.menu_photo_list_wrap .menu_photo_list .menu_photo_text {
  position: relative;
  font-size: 18px;
  position: relative;
  z-index: 2;
  margin-top: -25%;
  padding-top: 2.3em;
}

.menu_photo_list_wrap .menu_photo_title{
  position: relative;
  text-align: center;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.3;
  padding: 0 0 1em 0;
  margin: 0 0 1em 0;
  text-shadow: 1px 1px 0 #fff ,-1px -1px 0 #fff,-1px 1px 0 #fff,1px -1px 0 #fff;
}

.menu_photo_list_wrap .menu_photo_title:after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 110px;
  height: 2px;
  margin: 0 0 0 -55px;
  background-color: #e60012;
}

.menu_price{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  color: #e60012;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.menu_price dt{
  font-size: 13px;
  border: 1px solid #e60012;
  line-height: 1;
  padding: 0.27em 0.77em;
  margin: 0 0.76em 0 0;
  font-weight: 500;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.menu_price dd{
  font-size: 15px;
  font-weight: 900;
  font-family: 'Roboto', sans-serif;
}

.menu_photo_list_wrap .menu_price{
  justify-content: center;
  -webkit-justify-content: center;
}

.menu_photo_list_wrap .menu_price dd{
  font-size: 15px;
}

.menu_photo_list_wrap .menu_category_wrap{
  position: absolute;
  top: 0;
  lef: 0;
  width: 100%;
  margin: 0 0 10px 0;
  text-align: center;
}

/* pc */
@media all and (max-width: 1050px) {
  .menu_photo_list_wrap .menu_photo_list .menu_photo_text{ font-size: 14px; }
}

/* pc */
@media all and (max-width: 900px) {
  .menu_photo_list_zone{
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }
  
  .menu_photo_list_zone{
    margin-left: -20px;
    margin-right: -20px;
  }
  
  .menu_photo_list_wrap .menu_photo_list .menu_photo_text{ font-size: 12px; }
  .menu_photo_list_wrap .menu_photo_list{
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
  }
  .menu_photo_list_wrap .menu_photo_content{
    max-width: 210px;
  }
}

/* sp */
@media all and (max-width: 700px) {
  
  .menu_photo_list_zone{
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }
  
  .menu_photo_list_zone{
    margin-left: -15px;
    margin-right: -15px;
  }
  .menu_photo_list_wrap .menu_photo_list{
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .menu_photo_list_wrap .menu_photo_content{
    margin-top: -25px;
    max-width: 190px;
  }
  .menu_photo_list_wrap .menu_photo_title{
    font-size: 14px;
  }
  
}

/* ----------------------------------------------------------------------
.menu_content_wrap
----------------------------------------------------------------------*/

.menu_content_wrap {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.menu_content_wrap .menu_content_head {
  order: 1;
  -webkit-order: 1;
}

.menu_content_wrap .menu_content {
  order: 2;
  -webkit-order: 2;
  width: 100%;
}

.menu_content_wrap .menu_content_head .title.type05 {
    display: none;
  }

/* pc */
@media all and (max-width: 900px) {
  .menu_content_wrap .menu_content_head{
    order: 2;
    -webkit-order: 2;
  }
  
  .menu_content_wrap .menu_content_head .title.type05 {
    display: block;
  }

  .menu_content_wrap .menu_content{
    order: 1;
    -webkit-order: 1;
    margin: 0 0 35px 0;
  }
  
}

/* ----------------------------------------------------------------------
#menu_detail
----------------------------------------------------------------------*/

#menu_detail{
  display: flex;
  display: -webkit-flex;
  max-width: 100%;
  padding: 30px 0;
}

/* --------------------------------- #menu_detail_main --------------------------------- */

#menu_detail_main{
  order: 2;
  -webkit-order: 2;
  padding-left: 48px;
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 70%;
}


#menu_detail_main .menu_detail_head{
  display: flex;
  display: -webkit-flex;
  align-content: center;
  -webkit-align-content: center;
  width: 100%;
}

#menu_detail_main .menu_detail_head .image{
  width: 50%;
}

#menu_detail_main .menu_detail_head .image .img_cover{
  position: relative;
  margin-top: -15%;
  z-index: -1;
  padding-bottom: 100%;
  margin-bottom: -10%;
}


#menu_detail_main .menu_detail_head .text{
  padding: 0 0 0 15px;
  font-size: 15px;
  flex-grow: 1;
  -webkit-flex-grow: 1;
  width: 50%;
  min-width: 333px;
}

#menu_detail_main .menu_detail_head .text .menu_detail_title{
  font-size: 23px;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin: 0 0 0.5em 0;
}

#menu_detail_main .menu_detail_head .text .menu_detail_cap {
    padding: 12px 0 0 0;
    border-top: 2px solid #e5e5e5;
    margin-top: 15px;
}

#menu_detail_main .detail_price_list_zone{
  margin: 0 0 40px 0;
}

/* #menu_detail_main .detail_price_list_wrap */

#menu_detail_main .detail_price_list_wrap{
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  margin: 35px -10px -20px 0;
}

#menu_detail_main .detail_price_list{
  width: 50%;
  padding: 0 10px 20px 0;
  line-height: 1;
}

#menu_detail_main .detail_price_list .menu_price dt{
  width: 5em;
  text-align: center;
}

#menu_detail_main .detail_price_list .menu_price dt.normal_price{
  width: 7em;
}

#menu_detail_main .detail_price_list .menu_price dd{
  font-size: 20px;
}

#menu_detail_main .detail_price_list .menu_price dd.main_price {
  font-size: 30px;
}

/* #menu_detail_main .add_price_list_wrap */

#menu_detail_main .add_price_list_wrap{
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  margin: 20px -10px -20px 0;
}

#menu_detail_main .add_price_list{
  width: 100%;
  padding: 0 10px 20px 0;
}

#menu_detail_main .add_price_list .add_price{
    font-weight: 700;
    color: #e60012;
    line-height: 1;
    display: flex;
    display: -webkit-flex;
    letter-spacing: 0.08em;
    white-space: nowrap;
    align-items: center;
    -webkit-align-items: center;
}

#menu_detail_main .add_price_list .add_price dt{
    font-size: 18px;
    margin-right: 0.5em;
}
#menu_detail_main .add_price_list .add_price dd{
    font-size: 20px;
}


/* #menu_detail_main .menu_size_list_zone */

#menu_detail_main .menu_size_list_zone{
  margin: 20px 0;
}

#menu_detail_main .menu_size_list_zone .menu_size_list_wrap{
  margin: 0 -15px -15px 0;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

#menu_detail_main .menu_size_list_zone .menu_size_list{
  width: 25%;
  padding: 0 15px 15px 0;
}

#menu_detail_main .menu_size_list_zone .menu_size_list_in{
  position: relative;
  height: 100%;
  border: 1px solid #e5e5e5;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 30px 20px 20px;
}

#menu_detail_main .menu_size_list_zone .menu_size_img{
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  justify-content: center;
  -webkit-justify-content: center;
  margin: 0 0 13px 0;
}

#menu_detail_main .menu_size_list_zone .menu_size_img_in{
  font-size: 15px;
  font-weight: 700;
  color: #e60012;
  text-align: center;
  line-height: 1;
}

#menu_detail_main .menu_size_list_zone .menu_size_img_in figure{
  margin-bottom: 10px;
  line-height: 0;
}

#menu_detail_main .menu_size_list_zone .menu_size_text{
  font-size: 12px;
  letter-spacing: 0.06em;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}

#menu_detail_main .attenstion_text{
  margin: 25px 0;
}

#menu_detail_main .menu_detail_info{
  padding: 15px 0 0 0;
  border-top: 1px solid #e5e5e5;
}

#menu_detail_main .detail_title01{
  font-size: 17px;
  padding: 0 15px;
  margin: 0 0 15px 0;
  color: #e60012;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
}

#menu_detail_main .menu_detail_info_in{
  margin: 0 0 35px 0;
}

#menu_detail_main .menu_detail_info_in:last-child{
  margin-bottom: 0;
}

#menu_detail_main .menu_detail_info_table_wrap{
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  overflow:  hidden;
}

#menu_detail_main .menu_detail_info_table{
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin: 0 -1px -1px 0;
}

#menu_detail_main .menu_detail_info_table li{
  border-bottom: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  padding: 15px;
  width: 33.33333%;
}

#menu_detail_main .menu_detail_info_table li dl{
  display: table;
  width: 100%;
}

#menu_detail_main .menu_detail_info_table li dl dt,
#menu_detail_main .menu_detail_info_table li dl dd{
  display: table-cell;
  vertical-align:  top;
}

#menu_detail_main .menu_detail_info_table li dl dd{
  text-align: right;
  color: #e60012;
}

#menu_detail_main .detail_title02{
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  color: #e60012;
  margin: 0 0 1.4em 0;
}

#menu_detail_main .detail_title02:before{
  font-family: Font Awesome\ 5 Free;
  content: "\f138";
  font-weight: 900;
  color: #f6afb4;
  margin: 0 5px 0 0;
}

#menu_detail_main .menu_detail_info_list{
  margin: 0 -80px -10px 0;
}

#menu_detail_main .menu_detail_info_list li{
  display: inline-block;
  white-space: nowrap;
  margin: 0 80px 10px 0;
}

#menu_detail_main .list.type03{
  font-size: 13px;
}

#menu_detail_main .menu_size_mark1{/* 超値碗 */
  position: absolute;
  z-index: 2;
  top: -2.8em;
  right: -1em;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  color: #ffffff;
  font-size: 12px;
  color: #ffffff;
  font-weight: 700;
  width: 5.5em;
  height: 5.5em;
  background-color: #e60012;
  text-align: center;
}

#menu_detail_main .menu_size_mark2{/* 超大碗 */
  position: absolute;
  z-index: 2;
  top: -3.33em;
  right: -1.2em;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  color: #ffffff;
  font-size: 12px;
  color: #ffffff;
  font-weight: 700;
  width: 6.66em;
  height: 6.66em;
  background-color: #e60012;
  text-align: center;
}

#menu_detail_main .list type03{
  font-size: 13px;
}


/* --------------------------------- #menu_detail_sub  --------------------------------- */

#menu_detail_sub{
  order: 1;
  -webkit-order: 1;
  width: 30%;
}

#menu_detail_sub .menu_detail_recommend_title{
  display: flex;
  display: -webkit-flex;
  font-size: 20px;
  line-height: 1;
  align-items: center;
  -webkit-align-items: center;
  padding: 0 15px;
  margin: 0 0 1.3em 0;
  color: #e60012;
}


#menu_detail_sub .menu_detail_recommend_title .text01{
  flex-grow: 1;
  -webkit-flex-grow: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
}

#menu_detail_sub .menu_detail_recommend_title .text02{
  font-size: 70%;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  padding-left: 15px;
}


/* #menu_detail_sub .recommend_nav */

#menu_detail_sub .recommend_nav_wrap{
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  overflow:  hidden;
}

#menu_detail_sub .recommend_nav{
  margin: 0 0 -1px 0;
}

#menu_detail_sub .recommend_nav_list{
  border-bottom: 1px solid #e5e5e5;
}

#menu_detail_sub .recommend_nav_list_in{
  display: flex;
  display: -webkit-flex;
  width: 100%;
}

#menu_detail_sub .recommend_nav_list_in .image{
  width: 90px;
  min-width: 90px;
}

#menu_detail_sub .recommend_nav_list_in .image .img_cover{
  padding-bottom: 100%;
}

#menu_detail_sub .recommend_nav_list_in .text{
  flex-grow: 1;
  -webkit-flex-grow: 1;
  padding: 15px 0px 15px 25px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  align-content: center;
  -webkit-align-content: center;
}

#menu_detail_sub .recommend_nav_list_in .text > *{
  width: 100%;
}

#menu_detail_sub .recommend_nav_list_in .text .recommend_nav_title{
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin: 0 0 0.5em 0;
}


#menu_detail_sub .recommend_nav_list_in .text{
  font-size: 14px;
}

/* pc */
@media screen and (max-width: 900px) {
  #menu_detail{
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  
  /* #menu_detail_main */
  
  #menu_detail_main{
    order: 1;
    -webkit-order: 1;
    width: 100%;
    max-width: none;
    margin: 0 0 40px 0;
    padding: 0;
  }
  
  /* #menu_detail_sub */
  
  #menu_detail_sub{
    order: 2;
    -webkit-order: 2;
    width: 100%;
  }
  
}

/* pad */
@media screen and (min-width: 701px) and (max-width: 900px){
  #menu_detail_sub .recommend_nav{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    width: 100%;
  }
  #menu_detail_sub .recommend_nav_list{
    width: 50%;
  }
  #menu_detail_sub .recommend_nav_list:nth-child(2n + 1){
    border-right: 1px solid #e5e5e5;
  }
  #menu_detail_sub .recommend_nav_list_in{
    padding-left: 10px;
  }
  #menu_detail_sub .recommend_nav_list_in .text{
    padding-right: 15px;
  }
}

@media screen and (max-width: 700px){
  #menu_detail_main .menu_detail_head{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  #menu_detail_main .menu_detail_head .image{
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  
  #menu_detail_main .menu_detail_head .image .img_cover{
    margin-top: -30%;
    margin-bottom: -18%;
  }
  
  #menu_detail_main .menu_detail_head .text{
    padding: 0;
    width: 100%;
    margin: 25px 0 0 0;
  }
  
  #menu_detail_main .menu_detail_head .text .menu_detail_title{
    font-size: 18px;
    margin: 0 0 1em 0;
  }
  
  #menu_detail_main .detail_price_list_wrap{
    margin-top: 20px;
  }
  
  #menu_detail_main .menu_size_list_zone .menu_size_list{
    width: 50%;
  }
  #menu_detail_main .menu_size_list_zone .menu_size_list_in{
    padding: 20px 15px;
  }
  #menu_detail_main .menu_size_mark1 {
   font-size: 10px;
   top: -1em;   
  }
  #menu_detail_main .menu_size_mark2 {
   font-size: 10px;
   top: -1.5em;   
  }
  #menu_detail_main .detail_price_list_zone{
   margin-bottom: 0; 
  }
}

/* ----------------------------------------------------------------------
SHRE
----------------------------------------------------------------------*/
.shareList {
	list-style:none;
	display: flex;
	justify-content: flex-end;
	flex-wrap:wrap;
	padding:0;
	margin:-5px 0 0 -5px;
}
.shareList__item {
	flex-grow: 1;
	height:50px;
	line-height:50px;
	min-width:180px;
	text-align:center;
	margin:9px 0 0 5px;
}
.shareList__link {
	display:block;
	color:#ffffff;
	text-decoration: none;
	transition: .2s;
	border:2px solid;
	border-radius: 5px;
}
.shareList__link::before{
	font-size:16px;
}
.shareList__link::after{
	content:attr(title);
	font-size:14px;
	font-weight:700;
	vertical-align: top;
	margin-left:5px;
}
 
 
.shareList__link.icon-twitter{background:#55acee;}
.shareList__link.icon-twitter:hover{color:#55acee; background:#ffffff; border-color:#55acee;}
 
.shareList__link.icon-facebook{background:#3B5998;}
.shareList__link.icon-facebook:hover{color:#3B5998; background:#ffffff; border-color:#3B5998;}

  
/* ----------------------------------------------------------------------
.pcnone / .spnone
----------------------------------------------------------------------*/
/*  PCなし  */
@media screen and (min-width: 701px) {
	.pcnone{
	display: none !important; }
}
/*  SPなし  */
@media screen and (min-width: 0px) and (max-width: 700px) {
	.spnone{
	display: none !important; }
}




/* pc */
@media all and (min-width: 1001px) {
}

/* pad以下 */
@media screen and (max-width: 1000px) {
}

/* pad */
@media screen and (min-width: 701px ) and (max-width: 1000px) {
}

/* sp */
@media screen and (max-width: 700px) {
}