/* CSS Document */

/***************************
* メニュー一覧・詳細
****************************/


@media screen and (max-width: 960px) {
  .page-sub-title {
	/*font-size: 1.2rem!important;
	line-height: 1.5;*/
	display: none;
  }
}
/*
@media screen and (max-width: 600px) {
  .page-sub-title {
	font-size: 1rem!important;
  }
}
*/


#food_area {
  margin-bottom: 4em;
}
#food_area ul {
  display:-webkit-flex;
  display:-moz-flex;
  display:-ms-flex;
  display:flex;
  justify-content: center;
  align-items: center;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 1.8em;
  font-weight: bold;
  color: #da0101;
}
#food_area ul li:first-child {
  margin-right: .5em;
}

@media screen and (max-width: 736px) {
  #food_area ul {
	font-size: 1.5em;
  }
}

#commit {
  margin-bottom: 4em;
}

.notice {
  margin-bottom: 4em;
}
.notice li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 0.8em;
}
.notice li::before {
  content: "※";
}
.notice li a {
  color: #cfaa2b;
  border-bottom: 1px solid #cfaa2b;
}

@media screen and (max-width: 736px) {
  .notice li {
	margin-bottom: 0.5em;
	font-size: 0.8
  }
}


/*
*メニュー一覧ページ
*/

#menu_list {
  max-width: 1200px;
  margin: 0 auto;
  /*padding-top: 2em;*/
  padding: 1em 0px 1em 0px;
}
/*
@media screen and (max-width: 1200px) {
  #menu_list {
    padding: 1em 2rem 0;
  }
}
@media screen and (max-width: 736px) {
  #menu_list {
    padding: 1em 1rem 0;
  }
}
@media screen and (max-width: 480px) {
  #menu_list {
    padding: 1em 1rem 0;
  }
}
*/

.menu_type {
  margin-bottom: 4em;
}

.menu_type h3 {
  position: relative;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: bold;
  font-size: 2em;
  text-align: center;
  padding-bottom: .4em;
  margin-bottom: 2em;
}
.menu_type h3::after {
  position: absolute;
  background-color: #000;
  bottom: -15px; /* 線の位置 */
  content: "";
  height: 1px; /* 線の高さ */
  left: 50%; /* 線の中央寄せ */
  transform: translateX(-50%); /* 線の中央寄せ */
  width: 7em; /* 線の長さ */
}

.menu_type ul {
  width:100%;
  margin:0;
  padding:0;
  display:-webkit-box;
  display:-moz-box;
  display:-ms-box;
  display:-webkit-flexbox;
  display:-moz-flexbox;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:-ms-flex;
  display:flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}

.menu_type ul li {
  width: 31%;
  margin-bottom: 3em;
  display: flex;
  flex-direction: column;
}
.menu_type ul li > div img {
  width: 100%;
}

@media screen and (max-width: 736px) {
  .menu_type h3 {
	font-size: 2em;
	line-height: 1.5em;
  }
  .menu_type ul li {
    width: 48%;
  }
}

@media screen and (max-width: 480px) {
  .menu_type ul {
	display:-webkit-block;
    display:-moz-block;
    display:-ms-block;
    display:block;
  }
  .menu_type ul li {
    width: 100%;
  }
  .menu_type ul li img {
	width: 100%;
  }
}

.menu_type ul li .menu-name {
  flex-grow: 1;
  margin: 1em 0;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
}
.menu_type ul li a {
  display: block;
  padding: 15px 1em;
  background-color: #e4d3c9;
  color: #de3400;
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
}


/*
*メニュー詳細ページ
*/

#menu_detail {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 2em;
}

@media screen and (max-width: 1200px) {
  #menu_detail {
    padding: 1em 2rem 0;
  }
}
@media screen and (max-width: 736px) {
  #menu_detail {
    padding: 1em 1rem 0;
  }
}
@media screen and (max-width: 480px) {
  #menu_detail {
    padding: 1em 0 0;
  }
}

.cuising_menu h3 {
  position: relative;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: bold;
  font-size: 2em;
  text-align: center;
  padding-bottom: .4em;
  margin-bottom: 2em;
}
.cuising_menu h3::after {
  position: absolute;
  background-color: #000;
  bottom: -15px; /* 線の位置 */
  content: "";
  height: 1px; /* 線の高さ */
  left: 50%; /* 線の中央寄せ */
  transform: translateX(-50%); /* 線の中央寄せ */
  width: 100%; /* 線の長さ */
}

@media screen and (max-width: 736px) {
  .cuising_menu h3 {
	font-size: 1.5em;
	line-height: 1.5em;
	text-align: left;
  }
  .cuising_menu h3::after {
	bottom: 0; /* 線の位置 */
  }
}

#cuising_detail {
  max-width: 1000px;
  margin: 0 auto;
}

.explanation {
  margin-bottom: 2em;
}
.explanation dl dt {
  margin-bottom: 2em;
}
.explanation dl dt img {
  width: 100%;
}
.explanation dl dd {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 1.2em;
  line-height: 1.7em;
}

@media screen and (max-width: 480px) {
  .explanation dl dt {
	margin-bottom: 1.5em;
  }
  .explanation dl dd {
	font-size: 1.2em;
  }
}

.price_area {
  margin-bottom: 2em;
}
.price_area dl dt {
  border-bottom: 1px solid #000;
  text-align: right;
  font-size: 2em;
  font-weight: bold;
  color: #de3400;
  padding-bottom: .4em;
  margin-bottom: .5em;
}
.price_area dl dd {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 1.2em;
  line-height: 1.7em;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .price_area dl dt {
	margin-bottom: 1.5em;
  }
  .price_area dl dd {
	font-size: 1.2em;
  }
}

.material {
  font-size: 1.2em;
  margin-bottom: 2em;
  border: 2px solid #9e9e9e;
  text-align: center;
}
.material dl dt {
  background-color: #9e9e9e;
  color: #FFF;
  padding: 20px 1em;
}
.material dl dd {
  padding: 20px 1em;
}

@media screen and (max-width: 736px) {
  .material dl dt {
	padding: 10px 0.5em;
  }
  .material dl dd {
	padding: 10px 0.5em;
  }
}

.food-label {
  margin-bottom: 2em;
  font-size: 1em;
}
@media screen and (max-width: 480px) {
  .food-label {
    font-size: 1.3em;
  }
}
.food-label ul {
  width:100%;
  margin:0;
  padding:0;
  display:-webkit-box;
  display:-moz-box;
  display:-ms-box;
  display:-webkit-flexbox;
  display:-moz-flexbox;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:-ms-flex;
  display:flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}
.food-label ul li {
  width: 17%;
  text-align: center;
  border: 2px solid #e4d3c9;
}
.food-label ul li .label_ttl {
  background-color: #e4d3c9;
  color: #de3400;
  padding: 20px 1em;
}
.food-label ul li .label_txt {
  padding: 20px 1em;
}

@media screen and (max-width: 736px) {
  .food-label ul li {
	width: 31%;
	margin-bottom: 0.5em;
  }
  .food-label ul::after {
	content:"";
	display: block;
	width: 32%;
  }
  .food-label ul li .label_ttl {
	padding: 10px 0.5em;
  }
  .food-label ul li .label_txt {
	padding: 10px 0.5em;
  }
}
@media screen and (max-width: 480px) {
  .food-label ul {
	display:-webkit-block;
    display:-moz-block;
    display:-ms-block;
    display:block;
  }
  .food-label ul li {
	width: 100%;
  }
}

.set-contents {
  font-size: 1.2em;
  margin-bottom: 2em;
  border: 2px solid #cfaa2b;
  text-align: center;
}
.set-contents dl dt {
  background-color: #cfaa2b;
  color: #FFF;
  padding: 20px 1em;
}
.set-contents dl dd {
  padding: 20px 1em;
}

@media screen and (max-width: 736px) {
  .set-contents dl dt {
	padding: 10px 0.5em;
  }
  .set-contents dl dd {
	padding: 10px 0.5em;
  }
}

.soup {
  margin-bottom: 2em;
  border: 2px solid #c6a770;
  border-radius: 20px;
  padding: 1em;
  display:-webkit-flex;
  display:-moz-flex;
  display:-ms-flex;
  display:flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-around;
  align-items: center;
}
.soup dl dt {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 1em;
}
.soup dl dd:last-child {
  margin-top: 1em;
}
.soup dl dd span {
  font-size: 1.5em;
  font-weight: bold;
  color: #c6a770;
}

@media screen and (max-width: 480px) {
  .soup {
	display:-webkit-block;
    display:-moz-block;
    display:-ms-block;
    display:block;
	text-align: center;
  }
  .soup dl {
	margin-bottom: 1em;
	text-align: left;
  }
  .soup dl dt {
	margin-bottom: 0.5em;
  }
  .soup dl dd:last-child {
  margin-top: 0.5em;
  }
}

.refill {
  margin-bottom: 4em;
  border: 2px solid #000;
  border-radius: 20px;
  padding: 2em;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  text-align: center;
}
.refill p span {
  font-size: 1.7em;
  line-height: 1.2em;
}

@media screen and (max-width: 736px) {
  .refill {
	padding: 1em;
	text-align: left;
  }
}

