@charset "UTF-8";
/*
*
* Copyright (c) 2016, AD Line Inc. All rights reserved.
* Data : 2016.04.20
*
*/
/* Googleフォント　Noto Sans,Robot,Open Sans */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500&display=swap");
/* アイコンフォント　Google Material,Font Awesome */
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
/*****************************************************

 SCSS用
 
*****************************************************/
/*****************************************************

 Common - Layout
 
*****************************************************/
html {
  font-size: 10px;
}

body {
  position: relative;
  width: auto;
  height: auto;
  background: #fff;
  z-index: 0;
  color: #333333;
  font-size: 1.7rem;
  font-family: 'Zen Maru Gothic','Noto Sans Japanese','Noto Sans', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif , serif;
  font-weight: normal;
  line-height: 1.65;
  letter-spacing: 0.5px;
}

.inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.main_content {
  position: relative;
  width: 100%;
  height: auto;
  margin: 80px 0 0;
}

@media screen and (max-width: 820px) {
  body {
    min-width: auto;
    font-size: 1.5rem;
  }

  .main_content {
    position: relative;
    width: 100%;
    height: auto;
    margin: 65px 0 16px;
  }

  .inner {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
}
/*PCでは表示しない*/
@media screen and (min-width: 820px) {
  .pc_none {
    display: none !important;
  }
}
/*SPでは表示しない*/
@media screen and (max-width: 820px) {
  .sp_none {
    display: none !important;
  }
}
/*****************************************************

 Common - Parts
 
*****************************************************/
/*　リンク
----------------------------------------------------*/
a {
  color: #d35d4d;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

/*　フォント
----------------------------------------------------*/
 /*　ボタン
----------------------------------------------------*/
.btn_01 {
  box-sizing: border-box;
}
.btn_01 a {
  position: relative;
  margin: 40px auto 0 0;
  display: block;
  width: 200px;
  padding: 8px;
  border-radius: 10px;
  background-color: #d35d4d;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #FFF;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn_01 a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 820px) {
  .btn_01 a {
    margin: 24px auto;
    width: 80%;
    padding: 8px;
    font-size: 1.4rem;
  }
}
.btn_02 a {
  position: relative;
  box-sizing: border-box;
  margin: 24px auto 0;
  display: block;
  width: 400px;
  padding: 10px;
  border-radius: 10px;
  background-color: #d35d4d;
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.5;
  color: #FFF;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn_02 a:before {
  content: "";
  display: inline-block;
  width: 42px;
  height: 40px;
  margin: -5px 14px 0 0;
  background: url("../images/home/btn_omusubi.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.btn_02 a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 820px) {
  .btn_02 a {
    margin: 24px auto 0;
    width: 100%;
    font-size: 1.8rem;
    line-height: 2.5;
  }
}
/*　見出し
----------------------------------------------------*/
.h2_title {
  overflow: hidden;
  font-size: 2.8rem;
  height: 100px;
  font-family: 'Shippori Mincho', serif;
}
.h2_title > span {
  display: inline-block;
  padding: 30px 30px 30px 0px;
  position: relative;
}
.h2_title > span::before {
  right: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.h2_title > span::after {
  left: 100%;
  border-bottom: solid 2px #ed6354;
  box-shadow: 0px 0px #FFF, 0px 5px #eab52f;
  content: "";
  position: absolute;
  top: 44%;
  width: 99em;
}

@media screen and (max-width: 820px) {
  .h2_title {
    font-size: 2.0rem;
    height: 70px;
  }
}
.h2_title_ribbon {
  position: relative;
  width: 100%;
  height: 130px;
  overflow: hidden;
  font-size: 2.6rem;
  font-family: 'Shippori Mincho', serif;
  margin: 0 auto 40px;
}
.h2_title_ribbon::before {
  display: block;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  content: url("../images/home/h_midashi_01.png");
  margin: 0 auto;
}
.h2_title_ribbon::after {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 96px;
  content: url("../images/home/h_midashi_01_1.png");
  margin: 0 auto;
}

@media screen and (max-width: 820px) {
  .h2_title_ribbon {
    width: 100%;
    /*height: 130px;*/
    font-size: 2.0rem;
    margin: 0 auto 10px;
  }
  .h2_title_ribbon::before {
    display: block;
    position: relative;
    width: 100%;
    height: 45%;
    left: 0;
    right: 0;
    content: '';
    background: url("../images/home/h_midashi_01.png") no-repeat;
    background-size: 100%;
    margin: 0 auto;
  }
  .h2_title_ribbon::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 105px;
    content: '';
    background: url("../images/home/h_midashi_01_1.png") no-repeat;
    background-size: 100%;
    margin: 0 auto;
  }
}
.h3_title {
  padding: 0 0 4px;
  border-bottom: solid 1px #ed6354;
  font-size: 2.0rem;
  text-align: left;
}

@media screen and (max-width: 820px) {
  .h3_title {
    font-size: 1.8rem;
  }
}
/*　テーブル
----------------------------------------------------*/
/*　リスト
----------------------------------------------------*/
/* ページトップ
----------------------------------------------------*/
/* トピックパス
----------------------------------------------------*/
/*　カラム
----------------------------------------------------*/
.col2 {
  display: flex;
  position: relative;
  width: 100%;
  height: auto;
  flex-wrap: wrap;
  justify-content: space-between;
}
.col2 > li {
  box-sizing: border-box;
  width: 48%;
  height: auto;
  margin: 0;
}
.col2 > li.half {
  box-sizing: border-box;
  width: 50%;
  height: auto;
  margin: 0;
}
.col2 > li.text {
  box-sizing: border-box;
  width: 65%;
  height: auto;
  margin: 0;
}
.col2 > li.photo {
  box-sizing: border-box;
  width: 30%;
  height: auto;
  margin: 0;
}

@media screen and (max-width: 820px) {
  .col2 > li {
    width: 100%;
    height: auto;
    margin: 0;
  }
  .col2 > li {
    width: 100%;
    height: auto;
    margin: 0;
  }
  .col2 > li.half {
    width: 100%;
    height: auto;
    margin: 0;
  }
  .col2 > li.text {
    width: 100%;
    height: auto;
    margin: 0;
  }
  .col2 > li.photo {
    width: 100%;
    height: auto;
    margin: 4% 0 0;
    text-align: center;
  }
  .col2 .box1 {
    order: 1;
  }
  .col2 .box2 {
    order: 2;
  }
}
/*****************************************************

 Template - Header
 
*****************************************************/
.global_header {
  position: fixed;
  display: block;
  width: 100%;
  height: 80px;
  min-width: 1400px;
  background-color: white;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  top: 0;
  z-index: 999;
}

/* header_contents
--------------------------------------*/
.header_contents {
  width: auto;
  height: 100%;
  display: block;
}
.header_contents .header_title img {
  box-sizing: border-box;
  margin: 8px 32px;
  width: 65%;
}
.header_contents .header_title:hover {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.7;
}

@media screen and (max-width: 820px) {
  .global_header {
    height: 64px;
    min-width: 100%;
    top: 0;
    z-index: 999;
  }

  .header_contents {
    width: 100%;
    height: 100%;
  }
  .header_contents .header_title {
    height: 64px;
    margin: 8px 0 0 3%;
    font-size: 1.1rem;
    text-align: left;
  }
  .header_contents .header_title span {
    font-size: 1.4rem;
  }
}
/* global_nav
----------------------------------------------------*/
.global_nav {
  box-sizing: border-box;
  border-top: 10px solid #d32e13;
}
.global_nav .sp_nav_contents {
  display: none;
}
.global_nav .pc_nav_contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
  width: 100%;
  height: 70px;
  margin-right: 1.2%;
}
.global_nav .pc_nav_contents .nav_contents {
  display: flex;
  justify-content: center;
  align-items: center;
}
.global_nav .pc_nav_contents .nav_contents .menu_list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.global_nav .pc_nav_contents .nav_contents .menu_list li {
  margin: 0;
  text-align: center;
  line-height: 1.5;
  box-sizing: border-box;
  height: 70px;
}
.global_nav .pc_nav_contents .nav_contents .menu_list li a {
  display: block;
  width: 100%;
  height: 70px;
  box-sizing: border-box;
  padding: 24px;
  color: #333;
}
.global_nav .pc_nav_contents .nav_contents .menu_list li.nav_contact {
  box-sizing: border-box;
  position: relative;
  width: 240px;
  height: 70px;
  margin: 0 0 0 12px;
  background-color: #043e5b;
  color: #FFF;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.global_nav .pc_nav_contents .nav_contents .menu_list li.nav_contact a {
  display: block;
  color: #FFF;
  padding: 8px;
  line-height: 1.3;
}
.global_nav .pc_nav_contents .nav_contents .menu_list li.nav_contact a span {
  display: block;
  font-size: 2.4rem;
}
.global_nav .pc_nav_contents .nav_contents .menu_list li.nav_contact:hover {
  opacity: 0.7;
}

@media screen and (max-width: 820px) {
  .global_nav .pc_nav_contents {
    display: none;
  }
  .global_nav .sp_nav_contents {
    position: fixed;
    display: flex;
    width: 100%;
    height: 54px;
    z-index: 100;
    -webkit-align-items: center;
    align-items: center;
  }
  .global_nav .sp_nav_contents .sp_head_logo {
    margin: 4px 16px;
  }
  .global_nav .sp_nav_contents .sp_head_logo img {
    width: 180px;
    height: auto;
  }
  .global_nav .sp_nav_contents .menu {
    margin-left: auto;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
  }
  .global_nav .sp_nav_contents .menu a {
    font-size: 3.0rem;
    line-height: 1;
  }

  .sp_nav_menu ul .top_cover_contents {
    padding: 5% 0 5% 20px;
  }
  .sp_nav_menu ul .top_cover_contents h3 {
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .sp_nav_menu ul .top_cover_contents h3 span {
    font-size: 1.6rem;
  }
  .sp_nav_menu ul .top_cover_contents p.address {
    margin-top: 8px;
    font-size: 1.4rem;
  }
  .sp_nav_menu ul .top_cover_contents a {
    color: #333;
  }
  .sp_nav_menu ul .top_cover_contents a i {
    color: #333 !important;
  }
}
.mm-menu {
  background: #faf6f0 !important;
}

.mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {
  color: #d32e13 !important;
}

.mm-listitem > a {
  font-weight: bold;
  padding: 16px 10px 16px 20px !important;
  color: #333 !important;
  /*i{
  	margin-right:5px;
  	color:#1eaa39 !important;
  }*/
}

/*.mm-listitem .mm-btn_next{
	background: #fff !important;

	&::after{
		border-color: #1eaa39 !important;
	}
}*/
.mm-menu .mm-listitem_opened > .mm-btn_next, .mm-menu .mm-listitem_opened > .mm-panel {
  background: #fff !important;
}
.mm-menu .mm-listitem_opened > .mm-btn_next .mm-listitem > a, .mm-menu .mm-listitem_opened > .mm-panel .mm-listitem > a {
  color: #333 !important;
}

.mm-listitem:last-child::after {
  border-color: transparent !important;
}

.mm-listitem_vertical > .mm-btn_next {
  height: 52px !important;
}

.mm-menu_shadow-panels .mm-panel {
  box-shadow: 0 0 0px !important;
}

.mm-listitem.box_contact_info {
  padding: 16px 20px 16px 20px !important;
  box-sizing: border-box;
}
.mm-listitem.box_contact_info dl {
  margin-top: 16px;
  display: flex;
  color: #333333;
  font-size: 1.4rem;
  font-weight: 700;
}
.mm-listitem.box_contact_info dl dd {
  margin-left: auto;
}

.top_mainvisual {
  position: relative;
  width: 100%;
  height: 620px;
}
.top_mainvisual img {
  width: 100%;
  height: 620px;
  object-fit: cover;
}

@media screen and (max-width: 820px) {
  .top_mainvisual {
    position: relative;
    width: 100%;
    height: 280px;
  }
  .top_mainvisual img {
    width: 100%;
    height: 280px;
    object-fit: cover;
  }
}
/*****************************************************

 Template - Footer
 
*****************************************************/
.global_footer {
  margin: 0;
  padding: 0;
}
.global_footer .footer_info {
  box-sizing: border-box;
  background-color: #d35d4d;
  padding: 56px;
  color: #FFF;
  text-align: center;
}
.global_footer .footer_info a {
  color: #FFF;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.global_footer .footer_info a:hover {
  opacity: 0.7;
}
.global_footer .copyright {
  box-sizing: border-box;
  background-color: #043e5b;
  padding: 10px;
  color: #FFF;
  font-size: 1.4rem;
  text-align: center;
}

@media screen and (max-width: 820px) {
  .global_footer .footer_info {
    padding: 24px;
  }
  .global_footer .footer_info img {
    width: 70%;
    height: auto;
  }
}
/* googlemap
----------------------------------------------------*/
.googlemap {
  width: 100%;
  height: 275px;
}

@media screen and (max-width: 820px) {
  .googlemap {
    position: relative;
    padding-bottom: 25.12%;
    padding-top: 150px;
    height: 0;
    overflow: hidden;
  }

  .googlemap iframe,
  .googlemap object,
  .googlemap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
/*****************************************************

 Page - Home
 
*****************************************************/
/* section top_copy
----------------------------------------------------*/
.top_copy {
  width: 100%;
  height: auto;
  margin: 0;
  text-align: center;
}
.top_copy .copy {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 32px 0;
  background-color: #d35d4d;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 2.4rem;
  color: #FFF;
}
.top_copy .copy_img {
  padding: 32px;
}

@media screen and (max-width: 820px) {
  .top_copy {
    text-align: left;
  }
  .top_copy .copy {
    padding: 16px 16px;
    font-size: 1.8rem;
    color: #FFF;
  }
  .top_copy .copy_img {
    padding: 32px;
  }
  .top_copy .copy_img img {
    width: 100%;
  }
}
/* section kodawari
----------------------------------------------------*/
.top_kodawari {
  box-sizing: border-box;
  padding: 80px 0 0;
}
.top_kodawari img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 820px) {
  .top_kodawari {
    margin: -65px 0 0;
    padding: 65px 0 0;
  }
  .top_kodawari img {
    width: 80%;
    height: auto;
  }
}
/* section oshinagaki
----------------------------------------------------*/
.top_oshinagaki {
  box-sizing: border-box;
  padding: 56px 0 80px;
}
.top_oshinagaki img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 820px) {
  .top_oshinagaki {
    padding: 32px 0 30px;
  }
  .top_oshinagaki img {
    width: 80%;
    height: auto;
  }
}
/* section top_contact
----------------------------------------------------*/
.top_contact {
  position: relative;
  padding: 80px;
  background-color: #faf6f0;
}
.top_contact .box_tel {
  position: relative;
  box-sizing: border-box;
  width: 800px;
  height: auto;
  margin: 40px auto 0;
  padding: 32px;
  background-color: #fff;
  border-radius: 10px;
}
.top_contact .box_tel .tel_accent {
  color: #ed6354;
  font-size: 3.6rem;
}

@media screen and (max-width: 820px) {
  .top_contact {
    padding: 30px 4%;
  }
  .top_contact .box_tel {
    width: 90%;
    margin: 20px auto 0;
    padding: 16px;
  }
  .top_contact .box_tel .tel_accent {
    color: #ed6354;
    font-size: 2.4rem;
  }
}
/* section top_access
----------------------------------------------------*/
.top_access {
  box-sizing: border-box;
  padding: 56px 0;
}
.top_access i {
  color: #ed6354;
}
.top_access img {
  width: 100%;
}
.top_access a.tel_link {
  color: #333;
}

@media screen and (max-width: 820px) {
  .top_access {
    margin: -65px 0 0;
    padding: 65px 0 24px;
  }
  .top_access h2 {
    font-size: 2.0rem;
  }
  .top_access img {
    margin: 20px 0 0;
  }
}
/*****************************************************

 Page - menu
 
*****************************************************/
/* menu_mainvisual
----------------------------------------------------*/
.menu_mainvisual {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 380px;
  background-color: #faf6f0;
  text-align: center;
  padding: 56px;
}
.menu_mainvisual h1 {
  font-size: 4.8rem;
  font-family: 'Shippori Mincho', serif;
}
.menu_mainvisual img {
  position: relative;
  width: 80%;
  height: auto;
  object-fit: cover;
  margin: 56px;
}

@media screen and (max-width: 820px) {
  .menu_mainvisual {
    height: 160px;
    padding: 20px;
  }
  .menu_mainvisual h1 {
    font-size: 2.4rem;
  }
  .menu_mainvisual img {
    width: 90%;
    margin: 20px;
  }
}
/* omusubi_menu
----------------------------------------------------*/
.omusubi_menu {
  padding: 40px 0 40px;
}

.omusubi_menu_list {
  display: flex;
  position: relative;
  width: 100%;
  height: auto;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
  margin: 0;
}
.omusubi_menu_list > li {
  position: relative;
  box-sizing: border-box;
  width: 23%;
  height: auto;
  margin: 16px 32px 40px 0px;
  text-align: center;
}
.omusubi_menu_list > li:nth-child(4n) {
  margin: 16px 0px 40px 0px;
}
.omusubi_menu_list > li dl {
  position: relative;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 10px 0 0;
  background-color: #faf6f0;
  border-radius: 8px;
}
.omusubi_menu_list > li dl.topping {
  background-color: #fff;
}
.omusubi_menu_list > li dl dt {
  box-sizing: border-box;
  width: 70%;
  padding: 4px 10px;
  text-align: left;
}
.omusubi_menu_list > li dl dd {
  box-sizing: border-box;
  width: 30%;
  padding: 4px 10px;
  text-align: right;
}

@media screen and (max-width: 820px) {
  .omusubi_menu {
    padding: 0;
  }

  .omusubi_menu_list {
    justify-content: space-between;
  }
  .omusubi_menu_list > li {
    box-sizing: border-box;
    width: 48%;
    height: auto;
    margin: 10% 0 0;
  }
  .omusubi_menu_list > li:nth-child(4n) {
    margin: 10% 0 0;
  }
  .omusubi_menu_list > li:last-child {
    width: 100%;
    margin: 10% 0 0;
  }
  .omusubi_menu_list > li img {
    width: 100%;
    height: auto;
  }
  .omusubi_menu_list > li dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 4px 0 0;
  }
  .omusubi_menu_list > li dl dt {
    box-sizing: border-box;
    width: 100%;
    padding: 4px 10px;
  }
  .omusubi_menu_list > li dl dt.topping {
    width: 80%;
  }
  .omusubi_menu_list > li dl dd {
    box-sizing: border-box;
    width: 100%;
    padding: 4px 10px;
  }
  .omusubi_menu_list > li dl dd.topping {
    width: 20%;
  }
}
/* set_menu
----------------------------------------------------*/
.set_menu {
  padding: 40px 0 80px;
}

.set_menu_list {
  display: flex;
  position: relative;
  width: 100%;
  height: auto;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}
.set_menu_list p {
  margin: 0 0 8px;
}
.set_menu_list span {
  font-size: 2.4rem;
}
.set_menu_list > li {
  position: relative;
  box-sizing: border-box;
  width: 30.5%;
  height: auto;
  margin: 40px 0 0;
  padding: 24px 32px;
  background-color: #faf6f0;
  border-radius: 10px;
}
.set_menu_list > li.set_nophoto {
  display: flex;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  margin: 40px 0 0;
  background-color: #fff;
  padding: 0;
  justify-content: space-between;
}
.set_menu_list > li.set_nophoto .set_text {
  position: relative;
  box-sizing: border-box;
  width: 31.5%;
  height: auto;
  padding: 24px 24px 38px;
  background-color: #faf6f0;
  border-radius: 10px;
}

.set_menu_first {
  justify-content: center;
}
.set_menu_first li:last-child {
  margin-left: 32px;
}

@media screen and (max-width: 820px) {
  .set_menu {
    padding: 40px 0 0;
  }

  .set_menu_list p {
    margin: 0 0 8px;
  }
  .set_menu_list span {
    font-size: 2.4rem;
  }
  .set_menu_list img {
    width: 100%;
    height: auto;
  }
  .set_menu_list > li {
    width: 100%;
    height: auto;
    margin: 24px 0 0;
  }
  .set_menu_list > li.set_nophoto {
    width: 100%;
    height: auto;
    margin: 0 0 0;
    display: block;
  }
  .set_menu_list > li.set_nophoto .set_text {
    width: 100%;
    margin-top: 24px;
  }

  .set_menu_first li:last-child {
    margin-left: 0px;
  }
}
/* souzai_menu
----------------------------------------------------*/
.souzai_menu {
  padding: 40px 0 80px;
}

.souzai_menu_list {
  display: flex;
  position: relative;
  width: 100%;
  height: auto;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}
.souzai_menu_list p {
  margin: 0 0 8px;
}
.souzai_menu_list span {
  font-size: 2.4rem;
}
.souzai_menu_list > li {
  position: relative;
  box-sizing: border-box;
  width: 30.5%;
  height: auto;
  margin: 40px 0 0;
  padding: 24px 32px;
  background-color: #faf6f0;
  border-radius: 10px;
}

@media screen and (max-width: 820px) {
  .souzai_menu {
    padding: 40px 0 40px;
  }

  .souzai_menu_list > li {
    width: 100%;
    height: auto;
  }
}
/* amount_shown
----------------------------------------------------*/
.amount_shown {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto 80px;
  padding: 8px 0;
  text-align: center;
  color: #FFF;
  font-size: 2.0rem;
  background-color: #ed6354;
}

@media screen and (max-width: 820px) {
  .amount_shown {
    margin: 0 auto 40px;
    padding: 8px;
    font-size: 1.6rem;
  }
}
