@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-pc, .btn__main:before, .totop__link, .step__item--step1 .step__item__icn:before, .step__item--step2 .step__item__icn:before, .step__item--step3 .step__item__icn:before, .restaurant__address dt:before, .restaurant__address dd:after, .card__item:after{}
.btn__main:before, .totop__link, .step__item--step1 .step__item__icn:before, .step__item--step2 .step__item__icn:before, .step__item--step3 .step__item__icn:before, .restaurant__address dt:before, .restaurant__address dd:after, .card__item:after{
    background-image: url('/dressing/cp/20180810/img/sprites_pc.png?c=1534751059840');
}
.restaurant__address dd:after{
    background-position: -91px -46px;
    width: 8px;
    height: 8px;
}
.restaurant__address dt:before{
    background-position: -91px -30px;
    width: 9px;
    height: 12px;
}
.card__item:after{
    background-position: 0px -68px;
    width: 16px;
    height: 16px;
}
.totop__link{
    background-position: 0px 0px;
    width: 64px;
    height: 64px;
}
.btn__main:before{
    background-position: -68px 0px;
    width: 32px;
    height: 26px;
}
#l-top{
    background-color: #fff;
}
.l-header{
    background-color: #fff;
}
.l-header__inner{
    width: 960px;
    margin: auto;
    background-color: #fff;
    padding: 18px 5px;
    box-sizing: border-box;
}
.l-main{}
.l-main__inner{}
.l-footer{
    color: #333;
    border: 1px solid #e0e0e0;
    min-width: 960px;
}
.l-footer__inner{
    width: 960px;
    margin: auto;
    padding: 30px 0 44px;
}
.l-footer__inner a:link, .l-footer__inner a:visited, .l-footer__inner a:hover{
    color: #333;
}
.brand{
    font-size: 0;
}
.brand__logo img{
    width: 113px;
    height: auto;
}
.main-visual{
    background: url(../img/main_bg.jpg) center;
    background-size: cover;
    height: 392px;
    width: 100%;
    padding-top: 112px;
    min-width: 960px;
    position: relative;
}
.main-visual h1{
    margin: 0;
    text-align: center;
}
.main-visual__catch{
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 37px;
    font-weight: normal;
}
.main-visual__prize-winner{
    text-align: center;
    margin-top: 58px;
}
.main-visual__label{
    box-sizing: border-box;
    position: absolute;
    width: 960px;
    margin: 0 auto;
    top: 65px;
    left: 0;
    right: 0;
    padding-left: 745px;
}
.main-visual__label::after{
    background: url(../img/hero_label.png) no-repeat;
    content: "";
    display: block;
    height: 109px;
    width: 110px;
}
.apply-note{
    font-size: 11px;
    color: #999999;
    text-align: center;
    margin-top: 16px;
}
/*.period {
  height: 64px;
  line-height: 64px;
  text-align: center;
  width: 100%;
  font-size: 15px;
  color: #FFFFFF;
  background-color: #333333;
  margin: 0;
}
*/
.section{
    padding: 0 0 42px;
}
.section--sns{
    margin-bottom: 20px;
}
.section--term{
    margin: 0 auto;
    padding: 18px;
    width: 960px;
    box-sizing: border-box;
    background-color: #fff;
}
.section--about{
    background: url(../img/about_bg.jpg) center;
    background-size: cover;
    height: 402px;
    width: 100%;
    margin-top: 38px;
}
.section--contents{
    zoom: 1;
    margin: 0 auto;
    width: 960px;
}
.section--bgreverce{
    background-color: #f5f5f5;
}
.headline{
    color: #333333;
    font-family: Hiragino Mincho ProN,游明朝,YuMincho,メイリオ,Meiryo,MS\ 明朝;
    text-align: center;
    margin: 0 auto 20px;
    padding: 19px 0;
    font-size: 28px;
    font-weight: normal;
    position: relative;
}
.headline__number{
    display: block;
    color: #c4881d;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 4px;
    font-family: ヒラギノ角ゴ ProN W3,Hiragino Kaku Gothic ProN,游ゴシック,Yu Gothic,メイリオ,Meiryo;
}
.headline__number span{
    font-size: 24px;
}
.headline--term{
    margin: 0 auto;
}
.headline--term .headline__main{}
.headline--merit{
    padding-top: 0px;
    margin: 0 auto 32px;
}
.headline--merit:after{
    width: 145px;
    content: '';
    border-bottom: 1px solid #aaaaaa;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.headline--premium{
    margin: 38px auto 34px;
    font-weight: normal;
    color: #c4881d;
    font-family: Hiragino Mincho ProN,游明朝,YuMincho,メイリオ,Meiryo,MS\ 明朝;
    font-size: 20px;
    width: 1042px;
    position: relative;
    text-align: center;
}
.headline--premium span{
    background-color: #ffffff;
    display: inline-block;
    padding: 0 24px;
    position: relative;
    /*    &:before {
      position:relative;
      top: 3px;
      display: inline-block;
      content: '';
      width: 24px;
      height: 24px;
      margin-right: 5px;
      @extend sprite-pc;
      @extend sprite-pc-icon_premium;
    }*/
}
.headline--premium:before{
    border-top: 1px solid #e0e0e0;
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}
.headline--step{
    margin-bottom: 42px;
    padding-bottom: 0;
    padding-top: 48px;
}
.headline--overview{
    margin-bottom: 0;
}
.notice{
    font-size: 1.3rem;
    line-height: 1.8;
    margin: 15px 0 0;
    text-align: center;
}
.notice em{
    color: #d01616;
    font-style: normal;
}
.notice__text{
    margin: 0;
}
.notice__text a{
    text-decoration: underline;
}
.notice__text a:hover{
    text-decoration: none;
}
.apply{
    width: 960px;
    margin: 0 auto 0;
}
.apply__entry{
    margin-bottom: 32px;
}
.apply__caption{
    color: #999999;
    font-size: 12px;
    border: 1px solid #e0e0e0;
    text-align: center;
}
.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;
    top: 0;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 15px 0;
    width: 456px;
    text-align: center;
    font-family: Hiragino Mincho ProN,游明朝,YuMincho,メイリオ,Meiryo,MS\ 明朝;
    -webkit-transition: all 0.05s linear;
    transition: all 0.05s linear;
    border-radius: 3px;
    color: #fff;
    background-color: #c4881d;
    /*    background-color: #d38231;*/
    border: none;
    display: block;
    text-decoration: none;
}
.btn__element:hover{
    background-color: #cd9a3f;
    background-color: #b07a17;
}
.btn__element:hover .btn__main{
    text-decoration: underline;
}
.btn__element:link, .btn__element:visited{
    color: #FFFFFF;
}
.btn__sub{
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    margin: 0 0 8px;
}
.btn__main{
    /*    display: block;*/
    font-size: 22px;
    line-height: 1;
}
.btn__main:before{
    position: relative;
    /*      top: 3px;*/
    display: inline-block;
    vertical-align: bottom;
    content: '';
    width: 32px;
    height: 26px;
    margin-right: 5px;
}
.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{
    width: 960px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    font-size: 0;
    text-align: right;
}
.snslist__item{
    display: inline-table;
    margin-left: 10px;
    width: 24px;
    height: 24px;
}
.snslist__item a{
    color: #fff;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    opacity: 1;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
    border-radius: 12px;
    text-decoration: none;
}
.snslist__item a:hover{
    opacity: 0.75;
}
.snslist__item a::before{
    font-size: 12px;
}
.snslist__item--fb a{
    background-color: #2a569c;
}
.snslist__item--tw a{
    background-color: #30a6df;
}
.snslist__item--tw a::before{
    font-size: 11px;
}
.snslist__item--ln a{
    background-color: #00c300;
}
.snslist__item--gl a{
    background-color: #dc4e41;
}
.snslist__item--gl a::before{
    font-size: 10px;
}
.term{
    color: #666666;
}
.term .restaurant-terms{
    padding-left: 1.5em;
    margin-top: 0;
}
.term__list{
    font-size: 1.3rem;
    line-height: 1.65;
    margin: 0;
    margin-bottom: 30px;
}
.term__list a{
    text-decoration: underline;
}
.term__list a:hover{
    text-decoration: none;
}
.term__list__headline{
    font-weight: bold;
    margin: 0;
}
.term__list__headline:not(:first-child){
    margin-top: 22px;
}
.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{
    content: "";
}
.term__subheadline{
    margin: 22px 0 0;
    font-weight: bold;
}
.about{
    color: #fff;
    text-align: center;
}
.about__headline{
    color: #fff;
    font-size: 36px;
    font-weight: normal;
    margin: 0;
    line-height: 1;
    padding-top: 66px;
}
.about__description{
    color: #fff;
    font-size: 24px;
    margin: 27px 0 0 0;
}
.about__headline, .about__description, .about__button{
    font-family: Hiragino Mincho ProN,游明朝,YuMincho,メイリオ,Meiryo,MS\ 明朝;
}
.about__read{
    font-size: 14px;
    line-height: 24px;
    margin: 18px 0 0 0;
}
.about__button{
    background-color: #000;
    border-radius: 3px;
    display: block;
    font-size: 17px;
    line-height: 47px;
    margin: 20px auto 0;
    text-decoration: none;
    width: 325px;
}
.about__button:hover{
    background-color: #333;
}
.about__button:link, .about__button:visited{
    color: #fff;
}
.service{
    margin: 0 auto;
    width: 960px;
}
.service__headline{
    margin: 0;
    line-height: 63px;
    text-align: center;
    border-bottom: 4px solid #cb9609;
    background-color: #775e1b;
    color: #fff;
    font-size: 27px;
}
.service__headline:before{
    content: '';
    display: inline-block;
    position: relative;
    top: 5px;
    left: 0;
    margin-right: 8px;
    background-image: url(../img/btn__badge--premium.svg);
    width: 30px;
    height: 30px;
}
.service__read{
    margin: 0;
    text-align: center;
    font-size: 16px;
}
.service__list{
    padding: 0;
    margin: 0;
}
.service__list:after{
    content: "";
    display: table;
    clear: both;
}
.service__item{
    display: table-cell;
    table-layout: fixed;
    text-align: center;
}
.service__item__detail{
    line-height: 1.5;
    width: 160px;
    font-size: 11px;
    color: #999999;
    text-align: left;
}
.service__item__detail__emphasis{
    text-align: center;
    margin-top: 16px;
    display: block;
    font-size: 12px;
    color: #333333;
    height: 44px;
}
.service__item + .service__item{
    padding-left: 40px;
}
.copyright{
    text-align: center;
    font-size: 1.4rem;
}
.copyright__link{}
.copyright__link:link, .copyright__link:visited{
    color: #666666;
    text-decoration: underline;
}
.copyright__link:hover{
    text-decoration: none;
}
.copyright__text{
    display: block;
    margin: 14px 0 0;
}
.totop{
    bottom: 100px;
    right: 24px;
    position: fixed;
}
.totop__link{
    display: inline-block;
    text-indent: -9999px;
}
.totop__link:hover{
    opacity: .7;
}
.js-totop{
    display: none;
}
.step{
    zoom: 1;
    margin: 0 auto;
    width: 960px;
}
.step:after{
    content: "";
    display: table;
    clear: both;
}
.step__item{
    position: relative;
    float: left;
    width: 240px;
    height: 262px;
    box-sizing: border-box;
    background-color: #ffffff;
    padding: 0 24px;
}
.step__item .step__item__textwrap{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: -3px;
    width: 191px;
}
.step__item .step__item__ttl{
    text-align: center;
    font-size: 16px;
    color: #333333;
}
.step__item dd{
    font-size: 13px;
    margin: 19px 0 0;
    color: #666666;
}
.step__item--step0 div:first-child{
    border-bottom: 1px solid #e0e0e0;
}
.step__item--step0 .step__item__picon{
    color: #c4881d;
}
.step__item--step0__inner{
    height: 131px;
    width: 191px;
    display: table;
    position: relative;
}
.step__item--step0__inner span{
    display: table-cell;
    vertical-align: middle;
}
.step__item--step0__inner:before, .step__item--step0__inner:after{
    content: '';
    border: 10px solid transparent;
    height: 0;
    right: -49px;
    position: absolute;
    width: 0;
    top: 60px;
    z-index: 2;
}
.step__item--step0__inner:after{
    border-left: 13px solid #ffffff;
    margin: 0 0 0 -1px;
    right: -47px;
}
.step__item--step0__inner:before{
    border-left: 14px solid #e0e0e0;
}
.step__item--step1 .step__item__icn:before, .step__item--step2 .step__item__icn:before, .step__item--step3 .step__item__icn:before{
    content: '';
    display: block;
    margin: -13px auto 0;
    width: 91px;
}
.step__item--step1, .step__item--step2{
    position: relative;
}
.step__item--step1:before, .step__item--step1:after, .step__item--step2:before, .step__item--step2:after{
    content: '';
    border: 10px solid transparent;
    height: 0;
    left: 100%;
    position: absolute;
    width: 0;
    top: 117px;
    z-index: 2;
}
.step__item--step1:after, .step__item--step2:after{
    border-left: 13px solid #ffffff;
    margin: 0 0 0 -1px;
}
.step__item--step1:before, .step__item--step2:before{
    border-left: 14px solid #e0e0e0;
}
.step__item--step1 .step__item__icn{
    border-bottom: 1px solid #e0e0e0;
    height: 144px;
}
.step__item--step1 dl{
    margin-top: 18px;
}
.step__item--step1 dd{
    font-size: 12px;
    margin: 16px 0 0;
    margin-top: 13px;
    letter-spacing: -0.1px;
    line-height: 16px;
}
.step__item--step2 dt{
    margin-top: 2px;
}
.step__item--step2 dd{
    font-size: 14px;
}
.step__item--step3 dt{
    margin-top: 2px;
}
.step__item--step3 dd{
    font-size: 14px;
}
.step__item + .step__item{
    border-left: 1px solid #e0e0e0;
}
.restaurant{
    width: 960px;
    background-color: #f5f5f5;
    margin: 32px auto 0;
    padding-top: 40px;
}
.restaurant:first-child{
    margin-top: 50px;
}
.restaurant__number{
    font-family: Hiragino Mincho ProN,游明朝,YuMincho,メイリオ,Meiryo,MS\ 明朝;
    font-size: 18px;
    color: #c4881d;
}
.restaurant__name{
    font-weight: 400;
    margin: 14px auto 0;
    font-size: 32px;
    color: #333333;
    font-family: Hiragino Mincho ProN,游明朝,YuMincho,メイリオ,Meiryo,MS\ 明朝;
}
.restaurant__coursename{
    font-size: 18px;
    font-family: Hiragino Mincho ProN,游明朝,YuMincho,メイリオ,Meiryo,MS\ 明朝;
    color: #333333;
}
.restaurant__coursename:after{
    content: "";
    width: 128px;
    height: 1px;
    display: block;
    margin: 25px auto 0;
    border-bottom: 1px solid #aaaaaa;
}
.restaurant__ttl-wrap{
    text-align: center;
    position: relative;
}
.restaurant__catch{
    opacity: 0.8;
    margin-top: 26px;
    text-align: center;
    color: #666666;
    font-size: 14px;
}
.restaurant__image{
    margin-top: 35px;
}
.restaurant__detail-wrap{
    padding: 40px 40px 30px;
    overflow: hidden;
}
.restaurant__detail-inner-wrap{
    width: 592px;
    float: left;
}
.restaurant__detail-inner-wrap dl{
    margin: 0;
}
.restaurant__detail-inner-wrap dl + dl{
    margin-top: 45px;
}
.restaurant__detail-inner-wrap dt{
    font-size: 16px;
    color: #333333;
    font-family: Hiragino Mincho ProN,游明朝,YuMincho,メイリオ,Meiryo,MS\ 明朝;
}
.restaurant__detail-inner-wrap dd{
    margin-left: 0;
    font-size: 14px;
    color: #999999;
    margin-top: 8px;
}
.restaurant__address{
    width: 264px;
    float: right;
    background-color: #FFFFFF;
}
.restaurant__address dt{}
.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 a:hover{
    text-decoration: none;
}
.restaurant__address dd:after{
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 8px;
}
.restaurant__post{
    width: 100%;
    padding: 25px 41px 35px;
    background-color: #EEEEEE;
    box-sizing: border-box;
}
.restaurant__post-icn{
    border-radius: 13px;
    display: block;
    text-align: center;
    background-color: #999999;
    width: 80px;
    height: 26px;
    line-height: 26px;
    color: #FFFFFF;
    font-size: 12px;
    margin-bottom: 19px;
}
.restaurant__post-item{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.restaurant__post-detail{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
            flex: 1;
    margin: 0;
    padding-left: 27px;
}
.restaurant__post-detail > dl{
    margin: 0;
}
.restaurant__post-detail-title{
    color: #333;
    font-size: 20px;
    text-decoration: underline;
}
.restaurant__post-detail-title:hover{
    text-decoration: none;
}
.restaurant__post-detail-body{
    color: #999;
    font-size: 14px;
    margin: 8px 0 0 0;
}
.restaurant__address-text{
    margin: 20px;
}
.restaurant__address-text dt{
    font-size: 13px;
    color: #999999;
    margin: 0;
}
.restaurant__address-text dd{
    margin: 5px 0 0 0;
    font-size: 12px;
    color: #333333;
}
.restaurant__link{
    border: 2px solid #c4881d;
    border-radius: 3px;
    display: block;
    font-family: Hiragino Mincho ProN,游明朝,YuMincho,メイリオ,Meiryo,MS\ 明朝;
    font-size: 16px;
    line-height: 1;
    margin-top: 32px;
    padding: 14px 0;
    text-align: center;
    text-decoration: none;
    width: 285px;
    -webkit-transition: all 0.05s linear;
    transition: all 0.05s linear;
}
.restaurant__link:hover{
    border-color: #d8b16a;
}
.restaurant__link:link, .restaurant__link:visited{
    color: #c4881d;
}
.js-map{
    width: 264px;
    height: 128px;
}
.kenjin{
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-top: 8px;
}
.kenjin__link{
    text-decoration: none;
}
.kenjin__img{
    border-radius: 50%;
    margin-right: 14px;
}
.kenjin__description{
    color: #000;
    font-size: 14px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
            flex: 1;
    line-height: 19px;
    margin: 0;
}
.merit{}
.merit-list{
    border-bottom: 1px solid #e0e0e0;
    overflow: hidden;
    padding-bottom: 32px;
}
.merit-list__item{
    box-sizing: border-box;
    float: left;
    text-align: center;
    width: 480px;
}
.merit-list__item:nth-child(1), .merit-list__item:nth-child(2){
    min-height: 446px;
    padding-top: 6px;
}
.merit-list__item:nth-child(2), .merit-list__item:nth-child(4){
    border-left: 1px solid #e0e0e0;
}
.merit-list__item:nth-child(3), .merit-list__item:nth-child(4){
    border-top: 1px solid #e0e0e0;
    min-height: 480px;
    padding-top: 28px;
}
.merit__title{
    font-size: 18px;
    margin: 4px;
}
.merit__title::after{
    background-color: #aaa;
    content: "";
    display: block;
    margin: 13px auto 0;
    height: 1px;
    width: 31px;
}
.merit__sub-title{
    color: #c4881d;
    font-family: Hiragino Mincho ProN,游明朝,YuMincho,メイリオ,Meiryo,MS\ 明朝;
    font-size: 18px;
}
.merit__sub-title--number{
    font-size: 24px;
}
.merit__body{
    color: #666;
    font-size: 14px;
    margin: 18px 0 0;
}
.merit__img--1{
    margin-top: 33px;
}
.merit__img--2{
    margin-top: 65px;
}
.merit__img--3{
    margin-top: 80px;
}
.merit__img--4{
    margin-top: 35px;
}
.hero{
    width: 100%;
    padding-top: 40px;
    min-width: 960px;
    position: relative;
}
.hero h1{
    margin: 0;
    text-align: center;
}
.period{
    margin: 0 auto 0;
    width: 470px;
    text-align: center;
    border: 1px solid #cccccc;
    border-radius: 20px;
    font-size: 16px;
    height: 38px;
    line-height: 38px;
}
.overview{
    position: relative;
    text-align: center;
}
.overview .notice{
    color: #666666;
    font-size: 1.1rem;
    text-align: center;
    position: absolute;
    bottom: -13px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.overview img{
    float: left;
    text-align: left;
    /*        margin-left: 76px;*/
}
.overview .apply{
    width: auto;
    margin: auto;
}
.overview__item{
    zoom: 1;
    margin: 0 auto;
    width: 960px;
    margin-top: 40px;
}
.overview__item .overview__detail__wrap{
    color: #666666;
    float: right;
    text-align: left;
    width: 456px;
    margin-top: 16px;
}
.overview__item .overview__detail__wrap .overview__detail{
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 18px;
}
.overview__item .overview__detail__wrap .overview__detail+.overview__detail{
    margin-bottom: 28px;
}
.overview__item .overview__detail__wrap .overview__item__catch{
    color: #333333;
    position: relative;
    font-size: 18px;
    text-align: center;
    margin: 30px 0 16px;
}
.overview__item .overview__detail__wrap .overview__item__catch:before{
    border-left: 1px solid #b07a1a;
    content: '';
    position: absolute;
    width: 1px;
    height: 27px;
    -webkit-transform: rotate(-35deg);
        -ms-transform: rotate(-35deg);
            transform: rotate(-35deg);
    left: 74px;
}
.overview__item .overview__detail__wrap .overview__item__catch:after{
    border-right: 1px solid #b07a1a;
    content: '';
    position: absolute;
    width: 1px;
    height: 27px;
    -webkit-transform: rotate(35deg);
        -ms-transform: rotate(35deg);
            transform: rotate(35deg);
    right: 74px;
}
.overview__item:after{
    content: "";
    display: table;
    clear: both;
}
.overview__related{
    display: block;
    text-decoration: none;
    margin-top: -10px;
}
.overview__related__title{
    font-size: 14px;
    font-weight: normal;
    color: #666666;
    margin: 0 0 6px;
}
.overview__related__shop{
    background: #fff;
    height: 88px;
    margin: 0 0;
}
.overview__related__shop > dd{
    font-size: 14px;
    color: #666666;
    margin-left: 135px;
    padding: 12px 15px 12px 0;
}
.overview__related:hover h2{
    font-weight: bold;
    text-decoraiton: none;
}
.overview__related:hover dd{
    text-decoration: underline;
}
.card{
    zoom: 1;
    margin: 0 auto;
    width: 960px;
    overflow: hidden;
}
.card:after{
    content: "";
    display: table;
    clear: both;
}
.card__title{
    display: block;
    color: #c4881d;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
    text-align: center;
    font-family: Hiragino Mincho ProN,游明朝,YuMincho,メイリオ,Meiryo,MS\ 明朝;
}
/* font-family: ヒラギノ角ゴ ProN W3,Hiragino Kaku Gothic ProN,游ゴシック,Yu Gothic,メイリオ,Meiryo;*/
.card__title span{
    font-size: 24px;
    /*      font-weight: bold;*/
}
.card--term{
    margin: 0 auto;
}
.card--term .headline__main{}
.card--merit1{
    //: 35px;
    //: 1px solid #e0e0e0;
}
.card--merit2{
    padding-bottom: 32px;
    border-bottom: 1px solid #e0e0e0;
    display: table;
}
.card--merit2 .notice{
    list-style-type: disc;
    width: 255px;
    margin-left: 15px;
    padding-left: 0;
    color: #999999;
}
.card--merit2 .headline__wrapper{
    height: 52px;
    position: relative;
}
.card--merit2 .headline__wrapper .card__item__headline{
    width: 100%;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.card--merit2 .card__item__image{
    margin: 18px 0 24px;
    text-align: center;
}
.card--merit2 .card__item__detail{
    color: #666666;
}
.card--merit3{
    display: table;
    padding-bottom: 32px;
    border-bottom: 1px solid #e0e0e0;
}
.card__item{
    float: left;
    position: relative;
}
.card__item:after{
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    left: 308px;
    top: 165px;
}
.card__item--merit1{
    width: 304px;
}
.card__item--merit1 .card__item__detail{
    font-size: 14px;
    text-align: center;
    color: #666666;
}
.card__item--merit2{
    width: 320px;
    padding: 0 24px;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: top;
}
.card__item--merit2 .notice{
    margin-top: 16px;
    font-size: 10px;
    text-align: left;
}
.card__item--merit3{
    width: 432px;
    display: table-cell;
    padding: 0 24px;
}
.card__item--merit3 .card__item__image, .card__item--merit3 dl{
    display: inline-block;
}
.card__item--merit3 .card__item__image img, .card__item--merit3 dl img{
    width: 112px;
}
.card__item__image{
    margin: 0;
}
.card__item__headline{
    margin-top: 0px;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    color: #333333;
    font-family: Hiragino Mincho ProN,游明朝,YuMincho,メイリオ,Meiryo,MS\ 明朝;
}
.card__item__detail{
    font-size: 13px;
}
.card__item__list{
    margin: 15px 0 0 0;
    padding: 0;
}
.card__item__list li{
    position: relative;
    margin-bottom: 15px;
    padding-left: 35px;
    font-size: 14px;
}
.card__item__list li:before{
    position: absolute;
}
.card__item--merit1 + .card__item--merit1{
    margin-left: 24px;
}
.card__item--merit2 + .card__item--merit2{
    border-left: 1px solid #e0e0e0;
}
.card--merit2 .card__item{
    float: none;
}
.card__item--merit3 a{
    display: table;
    text-decoration: none;
}
.card__item--merit3 a dl.card__item__text{
    display: table-cell;
    padding-left: 24px;
    vertical-align: top;
}
.card__item--merit3 a dl.card__item__text dt{
    margin: 0 0 15px 0;
    padding: 0;
    color: #333;
    font-size: 14px;
    text-decoration: underline;
}
.card__item--merit3 a dl.card__item__text dd{
    margin: 0;
    padding: 0;
    color: #999;
    font-size: 11px;
}
.card__item--merit3 a:hover img{
    opacity: 0.75;
}
.card__item--merit3 a:hover dl.card__item__text dt{
    text-decoration: none;
}
.card__item--merit3 a:hover .card__item__image{
    display: table-cell;
    vertical-align: middle;
}
.campaign-end{
    width: 100%;
    text-align: center;
    background: #f5f5f5;
}
@media (-webkit-min-device-pixel-ratio: 2),
        (min-resolution: 192dpi){
    sprite-pc, .btn__main:before, .totop__link, .step__item--step1 .step__item__icn:before, .step__item--step2 .step__item__icn:before, .step__item--step3 .step__item__icn:before, .restaurant__address dt:before, .restaurant__address dd:after, .card__item:after{
        background-image: url('/dressing/cp/20180810/img/sprites_pc@2x.png?c=1534751059840');
        background-size: 100px 84px;
    }
}


