@charset "UTF-8";

/*-----------------------------------------------------	*/
/*	基本設定					                         */
/*-----------------------------------------------------	*/

html {
  -webkit-overflow-scrolling: touch; /* iosバグ回避　スマホスクロールスムーズにする */
  scroll-behavior: smooth; /* スムーススクロール */
}

body {
  font-family: "Noto Sans JP","游ゴシック体", "游ゴシック", "YuGothic", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  margin: 0px;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.8em;
  letter-spacing: 0.05em;
  background: #f7f4ed;
}

ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
	letter-spacing: -.40em; /* inline-block隙間除去 文字間を詰めて隙間を削除する */
}

ol {
    list-style-type: none;
    padding: 0px;
    margin: 0px;    
}

ul li {
	list-style-type: none;
	letter-spacing: normal; /* inline-block隙間除去 文字間を通常に戻す */
}

dl dd {
    margin-left: 0px;
}

h1,h2,h3,h4,h5 {
    font-weight: 500;
}

h1,h2,h3,h4,h5,p {
  margin: 0px; /* 初期化 */
}

img {
	width:100%;
	max-width: 100%;
	height: auto;
	vertical-align:bottom; /* img隙間をなくす */
	border: 0px; /* IE10以下で画像周りの青い線を非表示 */
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
}

/* テーブル */
table {
    width: 100%;
}

table th {
    font-weight: 400;
}

table th,table td {
    line-height: 1.4em;
}

/* リンク設定
a:link		{ color:#333333; text-decoration: none; }
a:visited	{ color:#333333; }
a:hover		{ color:#5a5758; }
a:active	{ color:#333333; }

 */

/* フォーカスした際に線が入るのを消す処理 */
*:focus {
  outline: none;
}

/* float 解除 Clearfix */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/* 改行 */
.sp-br {
 display: none;   
}

/* 中央揃え */
.center {
    text-align: center;
}

/* 中央揃え スマホ時自動左揃え */
.center-sp-left {
    text-align: center;
}

@media screen and (max-width: 767px) {
    .center-sp-left span {
        display: inline-block;
        text-align: left;
    }
}

/* タブレットスマホメニューボタン */
#side-menu-btn {
    float: right;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 46px;
  height: 34px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000000;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 16px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

/* 閉じるボタン */
#menu-close-btn {
    position: absolute;
    max-width: 44px;
    top: 30px;
    right: 30px;
    z-index: 10002;
    cursor: pointer;
}

/* メニューボタン　アニメーション */
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(14px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-14px) rotate(45deg);
}

.menu-trigger.active span {
    background-color: white;
}

/* 改行 */
.br1024in {
    display: none;
}

.br450in {
    display: none;
}

.br400in {
    display: none;
}


@media screen and (max-width: 1024px) {
    .br1024in {
        display: inline;
    }    
}

@media screen and (max-width: 450px) {
    .br450in {
        display: inline;
    }
}

/*　文字サイズ */
.font-s {
    font-size: 70%;
}

/* マージン設定 */
.mt0 {
    margin-top: 0px !important; 
}

.mb0 {
    margin-bottom: 0px !important; 
}

.mt10 {
   margin-top: 10px !important;  
}

.mt20 {
   margin-top: 20px !important;  
}

.mt30 {
   margin-top: 30px !important;  
}

.mt40 {
   margin-top: 40px !important;  
}

/* ブロックレベル要素 */
.dispaly-block {
    display: block;
}

/* youtubeレスポンシブ */
.youtube-out {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube-out iframe {
  width: 100%;
  height: 100%;
}

/*-----------------------------------------------------	*/
/*	共通					                               */
/*-----------------------------------------------------	*/

/* 基本枠 */
.inner-width {
    max-width: 500px;
    margin: 0px auto;
}

/* 見出し */
.basic-title01 {
    margin-top: 60px;
    text-align: center;
    border-top: 2px solid #d0bf8c;
    border-bottom: 2px solid #d0bf8c;
    color: #ad9037;
}

.basic-title01 h2 {
    font-size: 1.2em;
    padding: 8px 5px 10px;
    letter-spacing: 0.12em;
}

.basic-title02 {
    text-align: center;
    color: white;
    margin-top: 40px;
}

.basic-title02 h3 {
    font-weight: 400;
    padding: 3px 5px 4px;
    font-size: 1.1em;
    line-height: 1.3em;
}

@media screen and (max-width: 480px) { 
    .basic-title01 {
        margin-top: 40px;
    }
    
    .basic-title01 h2 {
        font-size: 1.1em;
        padding: 4px 5px 6px;
    }    
}

/* ヘッダーロゴ */
#header-logo {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.23em;
    font-weight: bold;
}

#header-logo img {
    max-width: 27px;
    vertical-align: middle;
    margin-right: 6px;
    padding-bottom: 5px;
}

/*** フォーム関連設定 ***/
input[type=text] {
    width: 100%;
    padding: 10px;
    border-radius: 6px;
    outline: 1px solid #e4e0b7;
    border: none;
    font-size: 16px;
}

input[type=text]:focus {
    outline: 2px solid #ece7b7;
    background: #fffdf5;
}

/* チェックボックス */
.basic-check-box {
    position: relative;
    display: inline-block;
    letter-spacing: 0em;
}

.basic-check-box input[type=checkbox] {
     position: relative;
    display: inline-grid;
    place-content: center;
    cursor: pointer;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    border: 1px solid #cfcfcf;
    margin-left: 0px;
    margin-right: 7px;
    background:white;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
}

.basic-check-box input[type=checkbox]::before {
    opacity: 0;
    height: 16px;
    content: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%221em%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cstyle%3Esvg%7Bfill%3A%23ffffff%7D%3C%2Fstyle%3E%3Cpath%20d%3D%22M438.6%20105.4c12.5%2012.5%2012.5%2032.8%200%2045.3l-256%20256c-12.5%2012.5-32.8%2012.5-45.3%200l-128-128c-12.5-12.5-12.5-32.8%200-45.3s32.8-12.5%2045.3%200L160%20338.7%20393.4%20105.4c12.5-12.5%2032.8-12.5%2045.3%200z%22%2F%3E%3C%2Fsvg%3E');
}

.basic-check-box input[type=checkbox]:checked {
    animation: checkbackAnime 0.1s;
    animation-fill-mode: forwards;
}

.basic-check-box input[type=checkbox]:checked::before {
    height: 16px;
    opacity: 1;
    animation: checkAnime 1s;
    animation-fill-mode: forwards;
}

@keyframes checkbackAnime {
	30% {
	    background:white;
	}
	100% {
	    background:#ad9037;
	}
}

@keyframes checkAnime {
	30% {
	    transform: scale(1);
	}
	100% {
	    transform: scale(0.8);
	}
}



/* 基本ボタン */
.basic-btn01 {
   color: #fff;
   font-size: 0.9em;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    padding: 3px 12px 5px;
  letter-spacing: 0.1em;
}

/* ボタン押下タイプ */
.push-btn01 {
  background: #d5c577;
  border: 2px solid #d5c577;
  border-radius: 6px;
  color: #fff;
  font-size: 100%;
  letter-spacing: 0.1em;
  display: inline-block;
  padding: 10px 30px;
  text-align: center;
  cursor: pointer;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  box-shadow: 0 3px 0 #ad9037; // ボタンの影
}

.push-btn01:hover {
  transform: translateY(3px);
  box-shadow: none;
}

@media screen and (max-width: 767px) {
    .inner-width {
        max-width: 727px;
        margin: 0px 20px;
    }    
}

/*** ヘッダー ***/
/* ヘッダー&メニュー */
#header-menu-out {
    position: fixed;
    top: 0px;
    z-index: 9998;
    width: 100%;
    background: white;
    box-shadow: 0px 3px 10px -5px #8c8c8c;
}

#logo-out {
    float:left;
}
    
#header-menu-inner {
    max-width: 767px;
    margin: 0px auto;
}

#menu-link {
    display: inline-block;
    text-align: left;
}
    
#menu-link li {
    display: block;
    text-align: left;
    margin: 30px 0px;
    font-size: 1.3em;
    vertical-align: middle;
}

#menu-link li:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    width: 50px;
    height: 1px;
    background: white; 
}
    
#menu-link li a {
    color: white;
    text-decoration: none;
    letter-spacing: 0.06em;
}
    
#menu-btn {
    float: right;
    position: relative;
    background: #ad9037;
      height: 60px;
      width: 60px;
}
    
#header-logo {
    margin-top: 15px;
}

.menu-cooking-icon {
    display: inline-block;
    vertical-align: middle;
    background: white;
    font-size: 0.7em;
    padding: 3px 10px 4px;
    color: #c8b668;
    line-height: 1em;
    margin-right: 10px;
    margin-bottom: 4px;
}
    
/* ハンバーガーメニュー */
.c-nav-btn {
  position: absolute;
  height: 44px;
  width: 44px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  background: none;
  border: none;
}
    
.c-nav-btn:hover {
    cursor: pointer;
}

.c-nav-btn::after,
.c-nav-btn::before {
  position: absolute;
  /*
  top: calc(50% - 1px);
    */
  content: '';
  width: 30px;
  height: 2px;
  display: block;
  background: white;
}

.c-nav-btn::before {
  transform: translateY(-11px);
  box-shadow: 0 11px 0 white;
}

.c-nav-btn::after {
  transform: translateY(11px)
}
        
.c-nav-btn::after,
.c-nav-btn::before {
  transition: transform .3s;
}
.c-nav-btn.is-active::before {
  transform: rotate(45deg);
  box-shadow: none;
}
.c-nav-btn.is-active::after {
  transform: rotate(-45deg);
}
        
@media screen and (max-width: 787px) {
    #header-logo {
        margin-left: 20px;
    }
}
        
@media screen and (max-width: 550px) {
    #header-logo {
        font-size: 100%;
        margin-top: 5px;
        line-height: 1.2em;
        text-align: left;
        letter-spacing: 0em;
        margin-left: 10px;
        margin-top: 20px;
        margin-right: 5px;
    }
    
    #header-logo img {
        margin-right: 4px; 
    }
    
    #header-logo img {
        max-width: 22px;
    }
}
     
@media screen and (max-width: 480px) {
    .modal {
        padding: 20px 5px !important;
    }
    
    #menu-link li {
        font-size: 100%;
        margin: 20px 0px;
    }
    
    #menu-link li:before {
        width: 30px;
    }
}

@media screen and (max-width: 420px) {
    #header-logo {
        font-size: 90%;
        margin-top: 15px;
    }
    
    #header-logo img {
        max-width: 17px;
    }
    
    #menu-btn {
        height: 48px;
        width: 48px; 
    }
    
    .c-nav-btn {
        transform: scale(0.84);
    }
}
        
@media screen and (max-width: 365px) {
    #header-logo {
        font-size: 75%;
        margin-top: 17px;
    }
    
    #header-logo img {
        max-width: 15px;
        padding-bottom: 3px;
    }
    
    #menu-link li:before {
        width: 20px;
    }
    
    #menu-link li {
        font-size: 90%;
        margin: 10px 0px;
    }
}

/*** フッター ***/
#footer {
  background: white;
  text-align: center;
  margin-top: 100px;
  bottom: 0px;
  height: auto;
}

#footer-copyright {
    font-size: 0.6em;
    line-height: 1.3em;
    padding: 12px 10px;
    height: 39px;
}



/*-----------------------------------------------------	*/
/*	ログイン画面					                        */
/*-----------------------------------------------------	*/

/* ログイン枠 */
#login-out {
    background: #fdfdfb;
    margin-top: 20vh;
}

#login-logo-out {
    text-align: center;
}

#login-out #header-logo {
    display: inline-block;
    margin-left: 0px;
    margin-right: 0px;
}

#login-out {
    padding: 4px;
}

#login-inner {
    border: 1px solid #d5c577;
    padding: 35px 25px 40px;
}


#login-out #header-logo br {
    display: none;
}

@media screen and (max-width: 480px) {
    #login-out {
      margin-top: 15vw;
    }  
}

@media screen and (max-width: 420px) {
    #login-out #header-logo {
        text-align: center;
        line-height: 1.4em;
        letter-spacing: 0.05em;
    }  
    
    #login-out #header-logo {
        font-size: 120%;
    }
    
    #login-out #header-logo br {
        display: inline;
    } 
    
    #login-out #header-logo img {
        max-width: 24px;
    }
}

@media screen and (max-width: 359px) {
    #login-out #header-logo {
        font-size: 105%;
        letter-spacing: 0.02em;
    }
    
    #login-out #header-logo img {
        max-width: 22px;
    }    
}

/* ログイン */
#login-dl {
    margin-top: 20px;
}

#login-dl dt {
    color: #ad9037;
    font-size: 95%;
    margin-bottom: 3px;
}

#account01 {
    max-width: 18px;
    filter: invert(49%) sepia(99%) saturate(290%) hue-rotate(8deg) brightness(97%) contrast(87%);
    vertical-align: middle;
    margin-right: 5px;
}

#key01 {
    max-width: 18px;
    filter: invert(49%) sepia(99%) saturate(290%) hue-rotate(8deg) brightness(97%) contrast(87%);
    vertical-align: middle;
    margin-right: 5px;
}

#login-out input[type=text] {
    font-size: 26px;
}

/* ボタン */
#login-btn-out {
    margin-top: 20px;
    text-align: center;
}

#login-btn-out .push-btn01 {
    padding: 10px 60px;
    background: url(../images/common/icon/login01.svg) no-repeat center left 25px #d5c577;
    background-size: 16px auto;  
}

/* 注意書き */
#login-cation-text {
    font-size: 72%;
    letter-spacing: 0em;
    line-height: 1.5em;
    margin-top: 25px;
}

@media screen and (max-width: 767px) {
    .login-page .inner-width {
        margin: 0px 10px;
    }    
}

@media screen and (max-width: 500px) {
    #login-inner {
        padding: 20px 15px 30px;
    }
    
    #login-dl {
        margin-top: 10px;
    }
    
    #login-out input[type=text] {
        font-size: 22px;
    }
    
    #login-btn-out .push-btn01 {
        padding: 7px 50px;
    }
}

/*-----------------------------------------------------	*/
/*	セカンドページ共通			       	          　　　  */
/*-----------------------------------------------------	*/

/* ヘッダー部分タイトル */
#head-title-out {
    padding: 100px 10px 40px;
    margin-bottom: 30px;
    text-align: center;
    background: url(../images/common/pattern01.png) #ffffff;
    background-size: 100px auto;
}

#head-title-out h2 {
    font-size: 1.4em;
    letter-spacing: 0.1em;
    line-height: 1.3em;
}

/* 中ページテキスト */
.head-text {
    margin-top: 60px;
    text-align: center;
}

@media screen and (max-width: 767px) { 
    .head-text {
        font-size: 90%;
    }    
}

@media screen and (max-width: 500px) {   
    #head-title-out {
        padding: 80px 10px 20px;
    }        
    
    #head-title-out h2 {
        font-size: 1.1em;
    }    
}

@media screen and (max-width: 420px) {   
    #head-title-out {
        padding: 68px 10px 20px;
    }    
}

/*-----------------------------------------------------	*/
/*	ボタンメニューページ					          　　　  */
/*-----------------------------------------------------	*/

/* ボタンメニュー */
#btn-menu-out {
    margin-top: 60px;
}

#btn-menu-out li {
    text-align: left;
    font-size: 1.1em;
    text-align: center;
    background: white;
    margin-bottom: 23px;
    border-radius: 6px;
    border: 1px solid #ad9037;
    box-shadow: 3px 3px 0px 0px rgba(173,144,55,1);
    cursor: pointer;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

#btn-menu-out li:hover {
    transform: translateY(4px);
    box-shadow: none;
}

#btn-menu-out li a {
    display: block;
    text-decoration: none;
    color: #352213;
    line-height: 1.2em;
    padding: 14px 25px 14px 10px;
    letter-spacing: 0.1em;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="%23ad9037" d="M5.033,15c-.28,0-.558-.128-.739-.369-.304-.407-.221-.984.186-1.289l7.145-5.341L4.48,2.658c-.407-.304-.49-.881-.186-1.288.302-.408.88-.492,1.289-.186l7.823,5.849c.066.05.18.161.23.227.407.533.306,1.293-.22,1.699l-7.833,5.857c-.165.123-.359.183-.55.183Z" /></svg>');
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 14px auto;
}

#btn-menu-out > *:first-child+* .cooking-icon {
    margin-left: -1em;
}

#btn-menu-out > *:first-child+*+*+*+* .cooking-icon {
    margin-left: 3em;
}

#btn-menu-out .cooking-icon {
    padding: 0px 12px 2px;
    color: white;
    font-size: 0.8em;
    background: #ad9037;
    margin-right: 15px;
}

/* ボタン */
#order-btn-out {
    margin-top: 30px;
    text-align: center;    
}

#order-btn-out .push-btn01 {
    padding: 10px 60px;
    background: url(../images/common/icon/arrow03.svg) no-repeat center left 38px #d5c577;
    background-size: 17px auto;  
}

@media screen and (max-width: 767px) {
    #btn-menu-out {
        margin-top: 50px;
    }    
}

@media screen and (max-width: 400px) { 
    #btn-menu-out > *:first-child {
        text-align: center;
    }

    #btn-menu-out li {
        text-align: left;
    }
    
    #btn-menu-out li a {
        font-size: 90%;
    }
    
    #btn-menu-out .cooking-icon {
        padding: 0px 8px 2px;
        margin-right: 10px;
    }
    
    #btn-menu-out > *:first-child+* .cooking-icon {
        margin-left: 0em;
    }

    #btn-menu-out > *:first-child+*+*+*+* .cooking-icon {
        margin-left: 0em;
    }
}

@media screen and (max-width: 350px) {
    #btn-menu-out li {
        font-size: 100%;
    }  
}

/*-----------------------------------------------------	*/
/*	注文状況					          　　　　　　　　　*/
/*-----------------------------------------------------	*/

/* アイコン */
.order-icon {
    display: inline-block;
    text-align: center;
    color: white;
    line-height: 1em;
    padding: 5px 18px 8px;
}

/* 引き物 */
.order-icon.hikimono {
    background: #dc9507;
}

.order-icon.tsuya {
    background: #e1543b;
}

/* 出立ち料理 */
.order-icon.hikimono {
    background: #dc9507;
}

.order-icon.detachi {
    background: #37ad4d;
}            

/* 精進落とし */
.shojinotoshi {
    background: #4743a1;
}

/* お持ち帰り割子 */
.omochikaeri {
    background: #b72bb9;
}

/* 注文日 */
.order-date {
    font-size: 80%;
    font-weight: 500;
    text-align: right;
    letter-spacing: 0em;
    line-height: 1.4em;
}

.status-new-date {
    letter-spacing: 0.09em;
}

/* アイコン&注文日 */
.icon-date-out {
    margin-top: 40px;
}

.icon-date-out .order-icon {
    float: left;
    margin-top: 0.5em;
}
.icon-date-out .order-date {
    float: right;
}

/* 写真と詳細 */
.status-photo-detail {
    margin-top: 20px;
}

.status-photo-detail .photo {
    float: left;
    width: 40%;
    margin-right: 5%;
}

.status-photo-detail .detail {
    float: left;
    width:55%;
    font-size: 95%;
}

.status-photo-detail .detail .small-text {
    font-size: 80%;
}


/* 合計 */
.status-total-out {
    margin-top: 20px;
    font-weight: 500;
    border-top: 2px solid #d4c598;
    text-align: center;
    padding-top: 10px;
}

.status-total-inner {
    display: inline-block;
}

.status-total-num {
    display: inline-block;
    font-size: 90%;
    margin-right: 10px;
}

.status-total-num span {
    font-size: 130%;
}

.status-total {
    display: inline-block;
    font-size: 90%;
}

.status-total span {
    font-size: 130%;
}
    
/* 再注文リンク */
.reorder-link {
    text-align: right;
    font-size: 95%;
}

.reorder-link a {
    color: #ad9037;
    text-decoration: none;
}

.reorder-link img {
    max-width: 12px;
    vertical-align: middle;
    margin-left: 5px;
    filter: invert(49%) sepia(99%) saturate(290%) hue-rotate(8deg) brightness(97%) contrast(87%);
}

@media screen and (max-width: 420px) {
    .icon-date-out .order-icon {
        float: none;
        font-size: 80%;
        margin-top: 15px;
        padding: 4px 12px 7px;
    }

    .icon-date-out .order-date {
        float: none;
        font-size: 75%;
    }
    
    .status-photo-detail {
        margin-top: 10px;
    }
    
    .reorder-link {
        font-size: 85%;
    }

    .reorder-link img {
        max-width: 10px;
    }
}

/*-----------------------------------------------------	*/
/*	注文状況					          　　　　　　　　　*/
/*-----------------------------------------------------	*/

/* フッター合計 */
#total-out {
    display: none;
}

.order-wrapper #total-out {
    display: block;
}

.order-wrapper {
    padding-bottom: 240px;
}

.order-wrapper #footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 30;
}

#total-out {
    border-bottom: 1px solid #e7e7e7;
}

#total-inner {
    max-width: 500px;
    margin: 0px auto;
}    

#order-total {
    display: flex;
     justify-content:center;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px 13px;
}

#total-text {
    white-space: nowrap;
}

#order-total #cart-icon {
    max-width: 22px;
    filter: invert(0%) sepia(95%) saturate(19%) hue-rotate(300deg) brightness(0%) contrast(105%);
    vertical-align: middle;
    margin-right: 6px;
    margin-bottom: 5px;
}

#order-total-btn-out .push-btn01 {
    background: #f26a59;
    border: 2px solid #f26a59;
    padding: 6px 100px;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    box-shadow: 0 3px 0 #dd3429;
}

#order-total-btn-out .push-btn01:hover {
    transform: translateY(3px);
    box-shadow: none;
}

@media screen and (max-width: 530px) {
    #total-inner {
        padding-left: 20px;
        padding-right: 10px;
    }  
}

@media screen and (max-width: 480px) {
    .order-wrapper {
        padding-bottom: 180px;
    }    
}

@media screen and (max-width: 500px) {
     #order-total-btn-out .push-btn01 {
        padding: 6px 70px;
    }       
}

@media screen and (max-width: 450px) {
     #order-total-btn-out .push-btn01 {
        padding: 6px 50px;
    }       
}    

@media screen and (max-width: 420px) {
     #order-total-btn-out .push-btn01 {
        padding: 6px 35px;
    }       
}

@media screen and (max-width: 360px) {
    #total-inner {
        padding-left: 12px;
    }  
    
      #order-total-btn-out .push-btn01 {
        padding: 6px 30px;
    }        
}

@media screen and (max-width: 340px) {
    #order-total {
        font-size: 90%;
    }
}

/* 引き物 */
.basic-title02.hikimono-title {
    background: #dc9507;
}

/* 出立ち料理 */
.basic-title02.tsuya-title {
    background: #e1543b;
}

/* 通夜振舞 */
.basic-title02.detachi-title {
    background: #37ad4d;
    margin-top: 100px;
}

/* 精進落とし */
.basic-title02.shojinotoshi-title {
    background: #4743a1;
    margin-top: 100px;
}

/* 精進落とし */
.basic-title02.omochikaeri-title {
    background: #b72bb9;
    margin-top: 100px;
}

@media screen and (max-width: 480px) {
    /* 通夜振舞 */
    .basic-title02.detachi-title {
        margin-top: 70px;
    }

    /* 精進落とし */
    .basic-title02.shojinotoshi-title {
        margin-top: 90px;
    }      
}

/*** 通夜振舞 ***/
.order-text01 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 0.9em;
    line-height: 1.5em;
}

/* 写真と詳細 */
.order-con {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #e8d290;
}

.order-photo-detail {
    display: flex;
}

.order-photo-detail .photo {
    width: 43%;
    margin-right: 4%;
}

.order-photo-detail .detail {
    width:51%;
    font-size: 95%;
    display: flex;
    flex-direction: column;
}

.order-photo-detail .detail .small-text {
    font-size: 80%;
}

@media screen and (max-width: 480px) {
    .order-photo-detail .photo {
        width: 41%;
        margin-right: 3%;
    }

    .order-photo-detail .detail {
        width:54%;
        font-size: 95%;
        display: flex;
        flex-direction: column;
    }   
}    

/* 名前値段など */
.order-num-btn {
    margin-top: auto;
}

.order-name-price {
    font-weight: 500;
    line-height: 1.4em;
}

.order-cation {
    display: inline-block;
    font-size: 0.7em;
    color: #e53851;
    margin-left: 5px;
    text-indent: -1em;
    padding-left: 1em;
    letter-spacing: 0em;
}

/* 持ち帰り用＆保冷バッグ */
.order-take-away-cooling {
    margin-bottom: 5px;
}

.order-cooling-check {
    display: inline-block;
    font-size: 0.8em;
    margin-right: 5px;
    vertical-align: middle;
}

.order-cooling label {
    vertical-align: top;
}

.cooling-icon {
    display: inline-block;
    background: #3ca5d9;
    color: white;
    font-size: 0.7em;
    padding: 5px 9px 6px;
    line-height: 1em;
    vertical-align: middle;
}

.order-sub-text01 {
    color: #e41d40;
    line-height: 1.2em;
    font-size: 0.7em;
    letter-spacing: 0em;
    margin-top: 5px;
}            

.order-sub-text02 {
    color: #3531b0;
    line-height: 1.2em;
    font-size: 0.7em;
    letter-spacing: 0em;
    margin-top: 5px;
}

/* 個数＆ボタン */
.order-num {
    width: 3.5em !important;
    padding: 6px !important;
    margin-right: 8px;
    margin-top: 5px;
    border-radius: 0px !important;
}

.order-num-text {
    display: inline-block;
    font-size: 0.9em;
    vertical-align: bottom;
    margin-right: 7px;
    margin-top: 5px;
}

.order-num-btn .basic-btn01  {
    background: url(../images/common/icon/cart.svg) no-repeat center left 10px #ad9037;
    background-size: 18px auto;
    padding: 3px 11px 5px 32px;
    margin-top: 10px;
}

.order-num-btn .basic-btn01:hover {
    opacity: 0.85;
    transition: 0.5s;
}

@media screen and (max-width: 480px) {
    .order-num-btn .basic-btn01  {
        background: url(../images/common/icon/cart.svg) no-repeat center left 11px #ad9037;
        background-size: 18px auto;
        padding: 6px 12px 8px 32px;
    } 
}   