@charset "utf-8";
@charset "utf-8";
@charset "utf-8";
/* width */
/* 背景色：標準 */
/* 背景色：反転 */
/* 背景色：強調 */
/* color */
/* 文字色：標準 */
/* 文字色：リンク */
/* 文字色： */
/* 文字色：反転 */
/* 文字色：注記 */
/* 明朝指定 */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html{
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}
/**
 * Remove the margin in all browsers (opinionated).
 */
body{
    margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary{
    /* 1 */
    display: block;
}
/**
 * Add the correct display in IE 9-.
 */
audio, canvas, progress, video{
    display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]){
    display: none;
    height: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress{
    vertical-align: baseline;
}
/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template, [hidden]{
    display: none;
}
/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a{
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active, a:hover{
    outline-width: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title]{
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b, strong{
    font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong{
    font-weight: bolder;
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn{
    font-style: italic;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1{
    font-size: 2em;
    margin: 0.67em 0;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark{
    background-color: #ff0;
    color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small{
    font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup{
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub{
    bottom: -0.25em;
}
sup{
    top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img{
    border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root){
    overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, pre, samp{
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}
/**
 * Add the correct margin in IE 8.
 */
figure{
    margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr{
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}
/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, select, textarea{
    font: inherit;
    /* 1 */
    margin: 0;
    /* 2 */
}
/**
 * Restore the font weight unset by the previous rule.
 */
optgroup{
    font-weight: bold;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input{
    /* 1 */
    overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select{
    /* 1 */
    text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button, html [type="button"], [type="reset"], [type="submit"]{
    -webkit-appearance: button;
    /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner{
    border-style: none;
    padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring{
    outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset{
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend{
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea{
    overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"], [type="radio"]{
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button{
    height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"]{
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration{
    -webkit-appearance: none;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder{
    color: inherit;
    opacity: 0.54;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button{
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}
@charset "utf-8";
/* セレクター初期設定用ファイル */
html{
    overflow-y: scroll;
    font: 62.5%/1.5 "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, Arial, Sans-serif;
}
body{
    position: relative;
    word-break: break-all;
    -webkit-text-size-adjust: 100%;
    font-family: ヒラギノ角ゴ ProN W3,Hiragino Kaku Gothic ProN,游ゴシック,Yu Gothic,メイリオ,Meiryo;
}
a{}
a:link{
    color: #666666;
}
a:visited{
    color: #666666;
}
a:hover{
    color: #666666;
}
blockquote, q{
    quotes: none;
}
blockquote::before, blockquote::after, q::before, q::after{
    content: '';
    content: none;
}
input, textarea{
    margin: 0;
    padding: 0;
}
input, select{
    vertical-align: middle;
}
ol, ul{
    list-style: none;
}
table{
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th{
    text-align: left;
}
header{
    display: block;
}
img{
    vertical-align: bottom;
}
small{
    font-size: 100%;
}
@charset "utf-8";
/* helper用ファイル */
/* clearfix */
.clearfix{
    zoom: 1;
}
.clearfix:before, .clearfix:after{
    content: "";
    display: table;
}
.clearfix:after{
    clear: both;
}
.hide{
    display: none;
}
sprite-sp, .totop__link, .restaurant__address dt:before, .restaurant__address dd:after{}
.totop__link, .restaurant__address dt:before, .restaurant__address dd:after{
    background-image: url('/dressing/cp/20180810/s/img/sprites_sp.png?c=1534751059771');
}
.restaurant__address dd:after{
    background-position: -13px -49px;
    width: 8px;
    height: 8px;
}
.restaurant__address dt:before{
    background-position: 0px -49px;
    width: 9px;
    height: 12px;
}
.totop__link{
    background-position: 0px 0px;
    width: 45px;
    height: 45px;
}
#l-top{
    background-color: #ffffff;
}
.l-header{
    background-color: #fff;
}
.l-header__inner{
    padding: 3.69% 4.065% 3.315%;
}
.l-main{}
.l-main__inner{}
.l-footer{
    color: #333;
    background-color: #e7e7e7;
}
.l-footer__inner{
    margin: auto;
    padding: 16px 0 24px;
    font-size: 1.0rem;
}
.l-footer__inner a:link, .l-footer__inner a:visited{
    color: #333;
}
.brand{
    font-size: 0;
}
.brand__logo img{
    width: 91px;
    /*21.325%;*/
    height: auto;
    display: inline-block;
}
.main-visual{
    //: url(../img/main_bg.jpg);
    //: cover;
    //: 288px;
}
.main-visual h1{
    text-align: center;
    margin: 0;
}
.main-visual img{
    width: 100%;
    //: 40px;
}
.main-visual__catch-wrap{
    padding: 10px 12px 0;
    background: #f5f5f5;
}
.main-visual__catch-wrap .apply-note{
    color: #999999;
}
.main-visual__catch{
    color: #666666;
    font-size: 12px;
    line-height: 1.7;
    margin: 0 0 7px;
}
.main-visual__related{
    background: #f5f5f5;
    font-size: 12px;
    color: #666666;
    //: 0 15px;
    padding: 10px 12px 12px;
    display: block;
}
.main-visual__related > a{
    text-decoration: none;
}
.main-visual__related__title{
    font-size: 12px;
    font-weight: normal;
    margin: 0 0 6px;
}
.main-visual__related__shop{
    margin: 0;
    height: 90px;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.main-visual__related__shop img{
    //: left;
    height: 90px;
    width: 90px;
}
.main-visual__related__shop > dt{}
.main-visual__related__shop > dd{
    margin: 0;
    padding: 4px 16px;
    -webkit-align-self: center;
                -ms-grid-row-align: center;
            align-self: center;
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
            flex-grow: 2;
    //: 105px;
    //: 90px;
    //: 0 15px 0 0;
}
.period{
    background: url(../img/period__bg.png) 50% 0 no-repeat #f5f5f5;
    height: 66px;
    width: 100%;
    background-size: 294px 66px;
    //: #FFFFFF;
    //: #333333;
    margin: 0;
    padding: 0;
    text-align: center;
    //: 33px;
    line-height: 1.2;
    font-size: 12px;
}
.period__nop{
    color: #fff;
    padding-top: 9px;
}
.period__until{
    padding-top: 13px;
}
/*.period {
  height: 33px;
  width: 100%;
  color: #FFFFFF;
  background-color: #333333;
  margin: 0;
  text-align: center;
  line-height: 33px;
  font-size: 12px;
}*/
.apply-note{
    margin-top: 8px;
}
.section{
    padding: 24px 12px 0;
}
.section--kv{
    padding-top: 25px;
}
.section--sns{
    margin: 32px 0 20px;
    padding: 0;
}
.section--term{
    background-color: #fff;
    padding-top: 24px;
}
.section--bgreverce{
    background-color: #f5f5f5;
    padding-bottom: 32px;
}
.section--step{
    padding: 38px 0 0;
}
.section--restaurant{
    padding: 0;
    margin-top: 30px;
}
.section--merit{
    padding-top: 35px;
}
.headline{
    color: #666666;
    text-align: center;
    font-size: 18px;
    margin: 0;
}
.headline--overview img{
    width: 100%;
    //width: 260px;
}
.headline__number{
    display: block;
    color: #c4881d;
    font-size: 13px;
}
.headline__number span{
    font-size: 22px;
}
.headline--premium{
    color: #c4881d;
    font-weight: bold;
    font-size: 16px;
    margin: -5px 0 10px;
    text-align: center;
    /*    span:before {
      position:relative;
      top: -3px;
      @extend sprite-sp;
      @extend sprite-sp-icon_premium;
      content: '';
      width: 20px;
      height: 20px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 7px;
    }*/
}
/*
.headline {
  color: #666666;
  text-align: center;
  font-size: 18px;
  margin: 0;

  &--overview {
    img {
      width: 100%;
    }
  }

  &__number {
    display: block;
    color: #c4881d;
    font-size: 13px;
    span {
      font-size: 22px;
    }
  }
  &--premium {
    color: #c4881d;
    font-weight: bold;
    font-size: 16px;
    margin: 33px 0 0;
    text-align: center;
    span:before {
      position:relative;
      top: -3px;
      @extend sprite-sp;
      @extend sprite-sp-icon_premium;
      content: '';
      width: 20px;
      height: 20px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 7px;
    }
  }
  &--merit {
    color: #c4881d;
    font-size: 19px;
    font-weight: 700;
  }
}*/
.notice{
    font-size: 1rem;
    line-height: 1.4;
    margin: 15px 0 0;
    text-align: center;
}
.notice em{
    color: #333333;
    font-style: bold;
}
.notice__text{
    margin: 0;
}
.apply{}
.apply__entry{
    vertical-align: bottom;
}
.apply__entry--normal{
    margin: 0 0 22px;
}
.apply__entry--premium{}
.apply__entry__headline{
    font-size: 1.6rem;
    line-height: 1;
    text-align: center;
    color: #333;
    white-space: nowrap;
    margin: 0 0 12px;
}
.apply__entry__headline em{
    font-style: normal;
    color: #333333;
}
.apply__caption{
    color: #999999;
    font-size: 12px;
    border: 1px solid #e0e0e0;
    //: center;
    margin-top: 12px;
    margin-bottom: 12px;
    padding: 0px 10px;
}
.apply__caption a{
    color: #999999;
}
.snslist__item a::before{
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    speak: none;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@font-face{
    font-family: 'campaign';
    src: url('/dressing/cp/20180810/font/campaign.eot?c=1534751059329');
    src: url('/dressing/cp/20180810/font/campaign.eot?#iefix&c=1534751059329') format('embedded-opentype'),
       url('/dressing/cp/20180810/font/campaign.woff2?c=1534751059329') format('woff2'),
       url('/dressing/cp/20180810/font/campaign.woff?c=1534751059329') format('woff'),
       url('/dressing/cp/20180810/font/campaign.ttf?c=1534751059329') format('truetype'),
       url('/dressing/cp/20180810/font/campaign.svg#campaign&c=1534751059329') format('svg');
}
.snslist__item a::before{
    font-family: 'campaign';
}
.snslist__item--tw a::before{
    content: '\F000';
}
.snslist__item--fb a::before{
    content: '\F001';
}
.snslist__item--ln a::before{
    content: '\F003';
}
.snslist__item--gl a::before{
    content: '\F004';
}
.btn{}
.btn__element{
    position: relative;
    display: block;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 10px 0;
    width: 100%;
    text-align: center;
    color: #ffffff;
    background: #c4881d;
    border-radius: 3px;
    text-decoration: none;
}
.btn__element:link, .btn__element:visited{
    color: #ffffff;
}
.btn__element:after{
    content: "";
    width: 34px;
    height: 28px;
    background: url(../img/icon__twitter.png) 0 0 no-repeat;
    background-size: 34px 28px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -14px 0 0 -100px;
}
.btn__sub{
    display: block;
    font-size: 1.1rem;
    line-height: 1;
    margin: 0 0 8px 20px;
}
.btn__main{
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
    margin-left: 25px;
}
.btn__notice{
    text-align: center;
    margin: 12px auto 0;
}
.snslist__item a::before{
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    speak: none;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@font-face{
    font-family: 'campaign';
    src: url('/dressing/cp/20180810/font/campaign.eot?c=1534751059329');
    src: url('/dressing/cp/20180810/font/campaign.eot?#iefix&c=1534751059329') format('embedded-opentype'),
       url('/dressing/cp/20180810/font/campaign.woff2?c=1534751059329') format('woff2'),
       url('/dressing/cp/20180810/font/campaign.woff?c=1534751059329') format('woff'),
       url('/dressing/cp/20180810/font/campaign.ttf?c=1534751059329') format('truetype'),
       url('/dressing/cp/20180810/font/campaign.svg#campaign&c=1534751059329') format('svg');
}
.snslist__item a::before{
    font-family: 'campaign';
}
.snslist__item--tw a::before{
    content: '\F000';
}
.snslist__item--fb a::before{
    content: '\F001';
}
.snslist__item--ln a::before{
    content: '\F003';
}
.snslist__item--gl a::before{
    content: '\F004';
}
.snslist{
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
}
.snslist__item{
    margin: 0;
    padding: 0;
}
.snslist__item a{
    font-size: 1.0rem;
    line-height: 1;
    display: block;
    width: 70px;
    margin: 0 6px;
    padding: 10px 0 6px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border-radius: 3px;
}
.snslist__item a::before{
    display: block;
    font-size: 16px;
    width: auto;
    height: 16px;
    margin: 0 auto 5px;
}
.snslist__item__text{
    font-size: 1.0rem;
}
.snslist__item--fb a{
    background-color: #2a569c;
}
.snslist__item--tw a{
    background-color: #30a6df;
}
.snslist__item--ln a{
    background-color: #00c300;
}
.snslist__item--ln a::before{
    font-size: 18px;
    width: auto;
    height: 18px;
    margin: 0 auto 3px;
}
.snslist__item--gl a{
    background-color: #dc4e41;
}
.term{
    color: #999999;
}
.term .restaurant-terms{
    padding-left: 1.5em;
    margin-top: 0px;
}
.term__list{
    margin: 0;
    padding: 10px 0 25px;
    font-size: 1.2rem;
    line-height: 1.4;
}
.term__list__headline{
    font-weight: bold;
    margin: 0;
    color: #666666;
}
.term__list__headline:not(:first-child){
    margin-top: 16px;
}
.term__list__headline::before{
    content: "■";
    color: #666666;
}
.term__list__body{
    margin: 5px 0 0;
}
.term__notice{
    margin: 0;
    padding: 0;
}
.term__notice__item{
    padding-left: 1.4em;
    text-indent: -1.4em;
}
.term__notice__item::before{
    content: "・";
    margin-right: 0.4em;
}
.term__notice__item--decimal{
    list-style-type: decimal;
    margin-left: 1.4em;
    padding-left: 0;
    text-indent: 0;
}
.term__notice__item--decimal::before{
    content: none;
}
.term__notice__item--emphasis{
    list-style-type: none;
    text-indent: 0;
}
.term__notice__item--emphasis::before{
    display: none;
}
.term__subheadline{
    margin: 16px 0 0;
    font-weight: bold;
}
.card{
    overflow: hidden;
    margin-bottom: 12px;
}
.card__item{
    height: 130px;
    margin-bottom: 12px;
    position: relative;
}
.card__item__image{
    margin: 0;
    width: 90px;
    height: 130px;
    float: left;
    margin-right: 13px;
}
.card__item__headline{
    margin-top: 0;
    margin: 0 0 10px;
    //: center;
    font-size: 14px;
    color: #666666;
}
.card__item__headline--merit2{
    font-weight: normal;
}
.card__item__detail{
    margin: 10px 0 0;
    padding: 0 0 10px;
    font-size: 12px;
}
.card__item__class{
    margin: 10px 0 0;
    font-size: 15px;
    font-weight: bold;
    color: #333333;
}
.card__item__list{
    margin: 15px 0 0 10px;
    padding: 0;
}
.card__item__list li{
    position: relative;
    margin-bottom: 15px;
    padding-left: 35px;
    font-size: 11px;
}
.card__item__list li:before{
    position: absolute;
}
.card__item__inner{
    //: 1px solid #cccccc;
}
.card__item__inner .notice{
    list-style-type: disc;
    box-sizing: border-box;
    padding-left: 20px;
    text-align: left;
    margin: 10px 0 20px;
    color: #666666;
}
.card__item:after{
    background: url(../img/icon__bottom-arrow.png) 0 0 no-repeat;
    background-size: 10px 10px;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 130px;
    left: 40px;
}
.card__number{
    display: block;
    color: #c4881d;
    font-size: 13px;
    padding-top: 6px;
    //: 10px;
}
.card__number span{
    font-size: 22px;
}
.card__item:last-child{
    margin-bottom: 0;
}
.card--merit1 img{
    width: 100%;
}
.card--merit2 .card__item__detail{
    margin-top: 20px;
    font-size: 14px;
    color: #666666;
}
.card--merit2 .card__item__image, .service .card__item__image{
    text-align: center;
}
.service{
    padding-bottom: 30px;
}
.service__inner{
    padding: 10px;
}
.service__item{}
.service__item__image{
    width: 100%;
    margin: 20px 0 0;
    text-align: center;
}
.service__item__detail{
    margin-top: 16px;
    font-size: 14px;
    text-align: left;
    color: #666666;
}
.copyright{
    text-align: center;
}
.copyright__link{}
.copyright__link:link, .copyright__link:visited{
    color: #666666;
    text-decoration: underline;
}
.copyright__text{
    display: block;
    margin: 6px 0 0;
}
.totop{
    right: 12px;
    position: fixed;
}
.totop__link{
    display: inline-block;
    text-indent: -9999px;
}
.js-totop{
    display: none;
}
.step{
    background-color: #ffffff;
}
.step dl{
    margin: 0;
}
.step__item--step0{
    display: table;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    margin-top: 28px;
    width: 100%;
    padding: 12px 0;
    position: relative;
}
.step__item--step0 .step__item--step0__inner{
    display: table-cell;
    width: 50%;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
    font-size: 16px;
    color: #666666;
    font-weight: bold;
    position: relative;
}
.step__item--step0 .step__item--step0__inner:first-child{
    border-right: 1px solid #cccccc;
}
.step__item--step0 .step__item--step0__inner:after{
    content: '';
    display: block;
    width: 10px;
    height: 13px;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    background-color: #ffffff;
    position: absolute;
    bottom: -20px;
    left: 50%;
    z-index: 2;
    -webkit-transform: translateX(-50%) skew(17deg) rotate(52deg);
        -ms-transform: translateX(-50%) skew(17deg) rotate(52deg);
            transform: translateX(-50%) skew(17deg) rotate(52deg);
}
.step__item--step0 .step__item__picon{
    color: #c4881d;
    display: block;
    padding: 12px 0;
}
.step__item--step1{
    padding: 60px 0 20px;
    display: table;
    border-bottom: 1px solid #cccccc;
    width: 100%;
    position: relative;
}
.step__item--step1 .step__item__icn{
    border-right: 1px solid #cccccc;
}
.step__item--step1 .step__item--step1__inner{
    display: table-cell;
    width: 50%;
    text-align: center;
    box-sizing: border-box;
    font-size: 16px;
}
.step__item--step1 .step__item--step1__inner dt{
    font-size: 14px;
    color: #333333;
}
.step__item--step1 .step__item--step1__inner dd{
    font-size: 12px;
    color: #999999;
    margin: 0;
    text-align: left;
    margin-top: 20px;
    padding: 0 12px;
}
.step__item--step3, .step__item--step2{
    border-bottom: 1px solid #cccccc;
    padding: 62px 0 22px;
    text-align: center;
}
.step__item--step3 dt, .step__item--step2 dt{
    font-size: 14px;
    color: #333333;
}
.step__item--step3 dd, .step__item--step2 dd{
    font-size: 12px;
    color: #999999;
    margin: 20px 0 0;
}
.step__item--step1, .step__item--step2, .step__item--step3{
    position: relative;
}
.step__item--step1:before, .step__item--step2:before, .step__item--step3:before{
    content: '';
    display: block;
    background-color: #999999;
    color: #ffffff;
    font-size: 14px;
    position: absolute;
    top: 19px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    border-radius: 20px;
    padding: 4px 24px;
}
.step__item--step1{}
.step__item--step1:before{
    content: 'Step.1';
}
.step__item--step2{}
.step__item--step2:before{
    content: 'Step.2';
}
.step__item--step3{}
.step__item--step3:before{
    content: 'Finish';
}
.step__item--step1, .step__item--step2{}
.step__item--step1:after, .step__item--step2:after{
    content: '';
    display: block;
    width: 10px;
    height: 13px;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    background-color: #ffffff;
    position: absolute;
    bottom: -8px;
    left: 50%;
    z-index: 2;
    -webkit-transform: translateX(-50%) skew(17deg) rotate(52deg);
        -ms-transform: translateX(-50%) skew(17deg) rotate(52deg);
            transform: translateX(-50%) skew(17deg) rotate(52deg);
}
/* Slider */
.slick-slider{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    margin-top: 4px;
    padding: 0;
}
.slick-list:focus{
    outline: none;
}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before, .slick-track:after{
    display: table;
    content: '';
}
.slick-track:after{
    clear: both;
}
.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    background-color: #000;
}
[dir='rtl'] .slick-slide{
    float: right;
}
.slick-slide img{
    display: block;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden{
    display: none;
}
.slider-nav{
    margin-left: -4px;
}
.slider-nav .slick-slide{
    background-color: #000;
    margin-left: 4px;
}
.slider-nav .slick-slide img{
    opacity: 0.6;
}
.slider-nav .slick-current img{
    opacity: 1;
}
.slider img{
    width: 100%;
}
.restaurant{
    padding: 32px 12px 17px;
    background-color: #f5f5f5;
}
.restaurant .slider-for{
    margin-top: 24px;
}
.restaurant .js-map{
    margin-top: 16px;
    width: 100%;
    height: 100px;
}
.restaurant__number{
    color: #c4881d;
}
.restaurant__number span{
    font-size: 20px;
}
.restaurant__name{
    margin: 0;
    font-size: 18px;
    color: #333333;
    font-weight: normal;
}
.restaurant__name--s span{
    font-size: 12px;
}
.restaurant__coursename{
    margin-top: 8px;
    font-size: 14px;
    color: #333333;
}
.restaurant__coursename--s{
    font-size: 13px;
    letter-spacing: -0.6px;
}
.restaurant__ttl-wrap{
    text-align: center;
    font-size: 13px;
}
.restaurant__prizewinner{
    line-height: 22px;
    border-radius: 11px;
    height: 22px;
    background-color: #c4881d;
    width: 148px;
    color: #FFFFFF;
    margin: 12px auto 0;
}
.restaurant__catch{
    margin-top: 20px;
    font-size: 14px;
    color: #666666;
}
.restaurant__detail-inner-wrap dl{
    margin: 21px 0 0;
}
.restaurant__detail-inner-wrap dd{
    margin: 0;
}
.restaurant__detail-inner-wrap dt{
    font-size: 14px;
    color: #666666;
    font-weight: bold;
}
.restaurant__detail-inner-wrap dd{
    margin-top: 8px;
    font-size: 14px;
    color: #666666;
}
.restaurant__address{
    margin-top: 22px;
    background-color: #FFFFFF;
    padding: 16px;
}
.restaurant__address dl{
    margin: 0;
}
.restaurant__address dt{
    font-size: 14px;
    color: #666666;
    font-weight: bold;
}
.restaurant__address dt:before{
    content: "";
    display: inline-block;
    width: 9px;
    height: 12px;
    margin-right: 8px;
}
.restaurant__address dd{
    margin: 0;
    font-size: 14px;
}
.restaurant__address dd:after{
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 8px;
}
.restaurant__link{
    border: 1px solid #c4881d;
    border-radius: 5px;
    display: block;
    font-size: 16px;
    line-height: 40px;
    margin-top: 19px;
    text-align: center;
    text-decoration: none;
}
.restaurant__link:link, .restaurant__link:visited{
    color: #c4881d;
}
.restaurant__post{
    background-color: #EEEEEE;
    padding: 12px 15px;
    border-bottom: 1px solid #e0e0e0;
}
.restaurant__post-icn{
    display: block;
    font-size: 12px;
    width: 75px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 10px;
    color: #FFFFFF;
    background-color: #999999;
}
.restaurant__post-item{
    margin-top: 16px;
}
.restaurant__post-item a{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    text-decoration: none;
}
.restaurant__post-detail{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
            flex: 1;
    margin: 0;
    padding-left: 14px;
}
.restaurant__post-detail > dl{
    margin: 0;
}
.restaurant__post-detail-title{
    color: #333;
    font-size: 12px;
    text-decoration: underline;
}
.apply--btnwrap{
    margin: 0;
    padding: 23px 12px 30px;
    background-color: #f5f5f5;
}
.apply--btnwrap .apply-note{
    color: #999999;
}
.kenjin{
    margin: 8px 0 0 0;
    color: #999;
    font-size: 10px;
    line-height: 16px;
}
.about{
    background-color: #f5f5f5;
    padding: 0 0 12px;
}
.about__header{
    background: url(../img/about_bg.jpg) 50%;
    background-size: cover;
    height: 125px;
    width: 100%;
    color: #fff;
    font-size: 23px;
    line-height: 19px;
    text-align: center;
    font-family: Hiragino Mincho ProN,游明朝,YuMincho,メイリオ,Meiryo,MS\ 明朝;
    padding-top: 35px;
    box-sizing: border-box;
}
.about__headline{
    font-size: 23px;
    font-weight: 100;
    margin: 0;
}
.about__description{
    font-size: 17px;
    margin: 0;
    padding-top: 19px;
}
.about__read{
    color: #666;
    font-size: 14px;
    padding: 0 12px;
    margin-bottom: 21px;
}
.about__button{
    display: block;
    background-color: #000;
    border-radius: 5px;
    line-height: 45px;
    margin: 0 12px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}
.about__button:link, .about__button:visited{
    color: #fff;
}
.merit{}
.merit-list{
    overflow: hidden;
    padding-top: 26px;
}
.merit-list__item{
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
.merit-list__item + .merit-list__item{
    margin-top: 24px;
}
.merit-list__item:last-child{
    margin-bottom: 0;
}
.merit__title{
    color: #333;
    font-size: 18px;
    margin: 0;
}
.merit__title::after{
    background-color: #aaa;
    content: "";
    display: block;
    margin: 12px auto 0;
    height: 1px;
    width: 31px;
}
.merit__sub-title{
    color: #c4881d;
    font-size: 13px;
}
.merit__sub-title--number{
    font-size: 20px;
}
.merit__body{
    color: #666;
    font-size: 14px;
    line-height: 21px;
    margin: 18px 0 0;
    text-align: left;
}
.merit__img--1, .merit__img--2, .merit__img--3, .merit__img--4{
    margin-top: 30px;
}
.merit__img--1 + .merit__body{
    margin-top: -8px;
}
.merit__img--4 + .merit__body{
    margin-top: 4px;
}
.merit__img--2 + .merit__body, .merit__img--3 + .merit__body{
    margin-top: 24px;
}
.campaign-end{
    width: 100%;
    text-align: center;
    background: #f5f5f5;
    color: #a90000;
    font-size: 12px;
    padding: 7px 0 10px;
}
.campaign-end > p{
    margin: 0;
    padding: 0;
}
@media (-webkit-min-device-pixel-ratio: 2),
        (min-resolution: 192dpi){
    sprite-sp, .totop__link, .restaurant__address dt:before, .restaurant__address dd:after{
        background-image: url('/dressing/cp/20180810/s/img/sprites_sp@2x.png?c=1534751059771');
        background-size: 69px 61px;
    }
}
