@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, ../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* rules */
/* line 24, ../sass/style.scss */
::selection {
  color: #FFF;
  background: #e60012;
}

/* line 28, ../sass/style.scss */
::-moz-selection {
  color: #FFF;
  background: #e60012;
}

/* reset */
/* line 39, ../sass/style.scss */
body {
  font-family: ”ヒラギノ角ゴ Pro W3”,”Hiragino Kaku Gothic Pro”,Osaka,”ＭＳ Ｐゴシック”,”MS PGothic”, sans-serif;
  font-size: 16px;
}

/* line 44, ../sass/style.scss */
#topic {
  font-family: 'Noto Sans' , 'Noto Sans JP', Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "Yu Gothic" ,  "YuGothic"  , "Hiragino Kaku Gothic Pro" , "Meiryo UI" ,  Meiryo ,  "MS PGothic" , sans-serif !important;
  color: #111;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 50, ../sass/style.scss */
body {
  background: none;
}

/* line 55, ../sass/style.scss */
a {
  color: #444;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}
/* line 59, ../sass/style.scss */
a:hover {
  text-decoration: none;
}

/* line 64, ../sass/style.scss */
img {
  border: none;
}

/* line 68, ../sass/style.scss */
.header {
  font-size: 12px;
}

/* line 72, ../sass/style.scss */
.bread_list_area {
  font-size: 12px;
}

/* line 76, ../sass/style.scss */
.wrapper {
  width: 100%;
  background-color: #000;
}

/* line 81, ../sass/style.scss */
img {
  vertical-align: bottom;
}

/* line 85, ../sass/style.scss */
.footer {
  font-size: 11px;
}

/* line 89, ../sass/style.scss */
.go_top {
  display: none;
}

/* line 94, ../sass/style.scss */
.sns_area-pc {
  position: fixed;
  top: 120px;
  left: 40px;
  background: rgba(255, 255, 255, 0.75);
  text-align: center;
  padding: 15px;
  z-index: 999;
}
/* line 102, ../sass/style.scss */
.sns_area-pc .social_button_template .social_button_twitter, .sns_area-pc .social_button_template .social_button_facebook, .sns_area-pc .social_button_template .social_button_hatena, .sns_area-pc .social_button_template .social_button_gplus, .sns_area-pc .social_button_template .social_button_pocket {
  display: block !important;
  margin-bottom: 10px;
}

/* line 108, ../sass/style.scss */
.sns_area .social_button_template .social_button_facebook {
  background-color: transparent;
}

/* line 112, ../sass/style.scss */
.smt_banner_area {
  display: none;
}

/* line 116, ../sass/style.scss */
img {
  width: 100%;
}

/* headrer */
/* line 122, ../sass/style.scss */
.global-header {
  position: relative;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 2px;
  background-color: #fafbfc;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
/* line 131, ../sass/style.scss */
.global-header:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  background-image: linear-gradient(90deg, #ff8214, #ffca00);
}
/* line 142, ../sass/style.scss */
.global-header__inner {
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 148, ../sass/style.scss */
.global-header__logo {
  display: block;
  width: 75px;
  margin-left: 0px;
  padding: 24px 0 20px;
}
/* line 153, ../sass/style.scss */
.global-header__logo img {
  width: 100%;
}

/* topic */
/* line 161, ../sass/style.scss */
#topic {
  background-color: #ccc;
  color: #333;
  line-height: 1.8;
}
/* line 165, ../sass/style.scss */
#topic p {
  word-break: normal;
}

/* container */
/* line 172, ../sass/style.scss */
.container {
  width: 100%;
  background-color: #FFF;
  margin: 0 auto;
}

/* line 179, ../sass/style.scss */
.btn a {
  display: block;
  background: #e60012;
  color: #fff;
  text-align: center;
  font-weight: 700;
  margin: 0 auto;
  padding: 8px 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* コロナ */
/* line 193, ../sass/style.scss */
.global-notifications {
  -webkit-font-smoothing: none;
  -webkit-font-smoothing: subpixel-antialiased;
  background-color: #FFF;
  min-width: 960px;
  padding: 20px 0;
  box-shadow: inset 0 -1px 2px 0 rgba(0, 0, 0, 0.08);
  text-align: center;
}

/* line 202, ../sass/style.scss */
.global-notifications__item {
  display: flex;
  max-width: 1140px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
}
/* line 209, ../sass/style.scss */
.global-notifications__item a {
  font-size: 13px;
}

/* line 213, ../sass/style.scss */
.global-notifications__type {
  font-size: 14px;
}

/* line 216, ../sass/style.scss */
.global-notifications__content {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 0;
  color: #2d88d9 !important;
  line-height: 1rem;
  text-decoration: none;
  transition: all .3s ease-out;
}

/* line 227, ../sass/style.scss */
.global-notifications__type--notification {
  border-color: #979797;
  color: #6c6c75;
}

/* line 231, ../sass/style.scss */
.global-notifications__type {
  flex-shrink: 0;
  padding: 4px 12px;
  margin-right: 8px;
  background-color: #fff;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
}

/* line 240, ../sass/style.scss */
.global-natification {
  background-color: #fff;
}

/* line 243, ../sass/style.scss */
.global-natification__item {
  display: block;
  padding: 10px;
  text-decoration: none;
}

/* line 248, ../sass/style.scss */
.global-natification__content {
  align-items: center;
  display: flex;
  margin: 0;
}

/* line 253, ../sass/style.scss */
.global-natification__title span {
  background-color: #fff;
  border: 1px solid #62626c;
  border-radius: 2px;
  color: #62626c;
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  line-height: 12px;
  padding: 3px 5px;
  vertical-align: bottom;
  white-space: nowrap;
}

/* line 266, ../sass/style.scss */
.global-natification__text {
  flex-grow: 1;
  margin-left: 10px;
}

/* line 270, ../sass/style.scss */
.global-natification__text span {
  border-bottom: 1px dotted #2d88d9;
  color: #2d88d9;
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
}

/* 1:about */
/* line 280, ../sass/style.scss */
.about {
  background-color: #e60012;
  padding: 40px 0;
  text-align: center;
  font-weight: 700;
}
/* line 285, ../sass/style.scss */
.about__image {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
/* line 290, ../sass/style.scss */
.about__title {
  font-size: 1.75rem;
  width: 92%;
  margin: 0 auto 80px;
  line-height: 1.4;
  margin-bottom: 2rem;
}
/* line 297, ../sass/style.scss */
.about__txt {
  font-size: 1.37rem;
  width: 92%;
  max-width: 750px;
  margin: 0 auto 80px;
  text-align: center;
}
/* line 303, ../sass/style.scss */
.about__txt p {
  margin-bottom: 1rem;
}

/* 1:project */
/* line 310, ../sass/style.scss */
.project {
  width: 100%;
  margin: 0 auto;
  padding: 80px 4%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 315, ../sass/style.scss */
.project__txt {
  font-size: 1.34rem;
  margin-bottom: 80px;
  font-weight: 700;
  text-align: center;
}
/* line 320, ../sass/style.scss */
.project__txt p {
  margin-bottom: 0.75rem;
}
/* line 323, ../sass/style.scss */
.project__txt__logo {
  width: 100%;
  max-width: 400px;
  margin: 64px auto 128px;
}
/* line 328, ../sass/style.scss */
.project__txt__caution {
  color: #e60012;
  font-size: 1rem;
  text-decoration: underline;
  margin-top: 1rem;
}
/* line 335, ../sass/style.scss */
.project__tab {
  max-width: 750px;
  margin: 0 auto -2px;
}
/* line 338, ../sass/style.scss */
.project__tab ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/* line 342, ../sass/style.scss */
.project__tab__li {
  width: 49.8%;
  color: #FFF;
  background-color: #e60012;
  padding: 8px 0;
  text-align: center;
  border: 2px solid #e60012;
  border-bottom: none;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px;
  border-radius: 4px 4px 0 0;
  cursor: pointer;
  transition: .5s;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 354, ../sass/style.scss */
.project__tab__li--active {
  background-color: #fff !important;
  color: #e60012;
  font-weight: 700;
  background: #e60012;
  cursor: auto;
  letter-spacing: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 365, ../sass/style.scss */
.project__tab__area {
  max-width: 750px;
  margin: 0 auto;
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* line 376, ../sass/style.scss */
.project__tab__area .project__one {
  display: none;
}
/* line 378, ../sass/style.scss */
.project__tab__area .project__one--show {
  display: block;
  background-color: #fff;
  /*
  border: 1px solid #ccc;
  border-top: none;
  */
  padding: 1.5rem;
  border: 2px solid #e60012;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0;
  border-radius: 0 0 4px 4px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 391, ../sass/style.scss */
.project__tab__area .project__one__txt__caution {
  color: #696969;
  font-size: 0.75rem;
  margin-top: 1rem;
}
/* line 395, ../sass/style.scss */
.project__tab__area .project__one__txt__caution a {
  text-decoration: underline;
}
/* line 399, ../sass/style.scss */
.project__tab__area .project__one__txt__btn {
  margin-top: 1rem;
}
/* line 401, ../sass/style.scss */
.project__tab__area .project__one__txt__btn a {
  width: 400px;
}

/* kiyaku */
/* line 415, ../sass/style.scss */
.kiyaku {
  font-size: 0.8rem;
}
/* line 417, ../sass/style.scss */
.kiyaku ul {
  text-align: center;
}
/* line 419, ../sass/style.scss */
.kiyaku ul li {
  display: inline-block;
}
/* line 421, ../sass/style.scss */
.kiyaku ul li a {
  padding: 0 0.5rem;
  text-decoration: underline;
}

/* line 429, ../sass/style.scss */
address {
  font-size: 0.75rem;
  text-align: center;
  padding: 40px 0;
}

/* 2:企画概要 */
/* line 436, ../sass/style.scss */
.outline {
  width: 100%;
  background-color: #00a0e9;
  padding: 80px 0;
}
/* line 440, ../sass/style.scss */
.outline__title {
  color: #fff;
  font-size: 150%;
  font-weight: 700;
  text-align: center;
  margin-bottom: 32px;
}
/* line 447, ../sass/style.scss */
.outline__one {
  width: 92%;
  max-width: 960px;
  background: #FFF;
  margin: 0 auto 32px;
  padding: 24px;
  border: 1px solid #eee;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 456, ../sass/style.scss */
.outline__one__title {
  font-size: 134%;
  font-weight: 700;
  margin-bottom: 8px;
}
/* line 461, ../sass/style.scss */
.outline__one__txt {
  margin-bottom: 24px;
}
/* line 463, ../sass/style.scss */
.outline__one__txt ul {
  padding-left: 1rem;
}
/* line 465, ../sass/style.scss */
.outline__one__txt ul li {
  list-style: outside;
  list-style-type: disc;
}
/* line 468, ../sass/style.scss */
.outline__one__txt ul li ul {
  padding-left: 2rem;
}
/* line 470, ../sass/style.scss */
.outline__one__txt ul li ul li {
  list-style-type: circle;
}
/* line 477, ../sass/style.scss */
.outline__one__btn_area {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
/* line 480, ../sass/style.scss */
.outline__one__btn_area a {
  width: 400px;
}

/* 2:フロー */
/* line 488, ../sass/style.scss */
.flow {
  padding: 80px 0;
}
/* line 490, ../sass/style.scss */
.flow__title {
  font-size: 150%;
  font-weight: 700;
  text-align: center;
  margin-bottom: 32px;
}
/* line 496, ../sass/style.scss */
.flow__figure {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 92%;
  margin: 0 auto;
}
/* line 501, ../sass/style.scss */
.flow__figure__one {
  width: 100%;
  margin: 0 16px;
}
/* line 504, ../sass/style.scss */
.flow__figure__one:first-child {
  margin-left: 0;
}
/* line 507, ../sass/style.scss */
.flow__figure__one:last-child {
  margin-right: 0;
}
/* line 510, ../sass/style.scss */
.flow__figure__one__num {
  position: relative;
  height: 24px;
  line-height: 24px;
  background-color: #e60012;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 8px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  /*
  &:after {
  	position: absolute;
  	content:'';
  	top: 0;
  	right: 0;
      box-sizing: border-box;
      width: 3px;
      height: 3px;
      border: 12px solid transparent;
      border-left: 12px solid #7a0;
  }
  */
}
/* line 535, ../sass/style.scss */
.flow__figure__one__title {
  font-size: 0.8rem;
  font-weight: 700;
  text-align: center;
}
/* line 540, ../sass/style.scss */
.flow__figure__one__image {
  width: 100%;
  max-width: 150px;
  margin: 0 auto 16px;
}
/* line 545, ../sass/style.scss */
.flow__figure__one__txt {
  font-size: 0.8rem;
  line-height: 1.4;
}

/* 2:仕入支援企画詳細・集客支援企画 */
/* line 554, ../sass/style.scss */
.details {
  background: #FFF;
  padding: 80px 0;
}
/* line 557, ../sass/style.scss */
.details__title {
  font-size: 150%;
  font-weight: 700;
  text-align: center;
  margin-bottom: 32px;
}
/* line 563, ../sass/style.scss */
.details table {
  width: 92%;
  max-width: 960px;
  margin: 0 auto;
}
/* line 567, ../sass/style.scss */
.details table th, .details table td {
  vertical-align: top;
  padding: 8px 1em;
  border-bottom: 1px solid #eee;
}
/* line 572, ../sass/style.scss */
.details table th {
  width: 8em;
}
/* line 575, ../sass/style.scss */
.details table td {
  color: #696969;
}
/* line 578, ../sass/style.scss */
.details table ul {
  padding-left: 1rem;
}
/* line 580, ../sass/style.scss */
.details table ul li {
  list-style: outside;
  list-style-type: disc;
}
/* line 585, ../sass/style.scss */
.details table span {
  display: block;
  font-size: 80%;
  font-weight: 700;
}
/* line 591, ../sass/style.scss */
.details__btn {
  margin-top: 28px;
}
/* line 593, ../sass/style.scss */
.details__btn a {
  width: 400px;
}
/* line 597, ../sass/style.scss */
.details address {
  font-size: .75rem;
  text-align: center;
  margin-top: 80px;
}

/* rules */
/* line 605, ../sass/style.scss */
.rules {
  width: 94%;
  max-width: 960px;
  margin: 0 auto;
  background: #FFF;
  padding: 80px 0;
}
/* line 611, ../sass/style.scss */
.rules__title {
  font-size: 150%;
  font-weight: 700;
  text-align: center;
  margin-bottom: 32px;
}
/* line 617, ../sass/style.scss */
.rules__one {
  margin-bottom: 2rem;
}
/* line 619, ../sass/style.scss */
.rules__one__title {
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
/* line 624, ../sass/style.scss */
.rules__one__txt {
  font-size: 0.75rem;
}
/* line 626, ../sass/style.scss */
.rules__one__txt p {
  margin-bottom: 0.5em;
}
/* line 629, ../sass/style.scss */
.rules__one__txt ul {
  padding-left: 1.4em;
}
/* line 631, ../sass/style.scss */
.rules__one__txt ul li {
  list-style-type: decimal;
  padding-left: 0.25em;
  margin-bottom: 0.25em;
}
/* line 636, ../sass/style.scss */
.rules__one__txt ul li ul li {
  list-style-type: lower-roman;
}

/* line 647, ../sass/style.scss */
.only_pc {
  display: block !important;
}

/* line 650, ../sass/style.scss */
.only_smt {
  display: none !important;
}

/* 200717_howto */
/* line 655, ../sass/style.scss */
.howto {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto 6rem;
}
/* line 660, ../sass/style.scss */
.howto__one {
  margin-bottom: 3rem;
  margin-right: 2rem;
}
/* line 663, ../sass/style.scss */
.howto__one:last-child {
  margin-right: 0;
}
/* line 666, ../sass/style.scss */
.howto__one__title {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #e60012;
  font-weight: 700;
  margin-bottom: 1rem;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 674, ../sass/style.scss */
.howto__one__title span {
  background-color: #e60012;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 4px 8px;
  color: #FFF;
  font-size: 0.875rem;
  margin-right: 0.5rem;
}
/* line 683, ../sass/style.scss */
.howto__one__image {
  width: 100%;
  background-color: #eeedee;
  text-align: center;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
/* line 688, ../sass/style.scss */
.howto__one__image img {
  width: 100%;
  height: auto;
}

/* 200717_restaurant */
/* line 698, ../sass/style.scss */
.table-stripe thead {
  display: none;
}

/* line 702, ../sass/style.scss */
.dataTables_wrapper .dataTables_filter {
  display: none;
}

/* line 706, ../sass/style.scss */
#restaurantCasset_paginate {
  display: none;
}

/* line 710, ../sass/style.scss */
.dt-button-collection {
  display: block;
  height: 80vh !important;
  overflow-y: scroll !important;
}

/* line 716, ../sass/style.scss */
div.dtsp-panesContainer div.dtsp-searchPanes div.dtsp-searchPane {
  flex-basis: 100px;
}

/* line 719, ../sass/style.scss */
.dataTables_scrollBody {
  height: 15vh !important;
}

/* line 723, ../sass/style.scss */
#restaurantCasset tbody tr.odd {
  background-color: white;
  border: 1px lightgrey;
}

/* line 728, ../sass/style.scss */
#restaurantCasset tbody tr.even {
  background-color: white;
  border: 1px lightgrey;
}

/* line 733, ../sass/style.scss */
div.load_more {
  width: 100%;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* line 740, ../sass/style.scss */
button#btn-example-load-more {
  position: relative;
  width: 80%;
  padding: 0.8em;
  font-size: 1.2em;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  color: #FFF;
  background-color: #e60012;
  border-color: #e60012;
  transition: .4s;
  border-radius: 4px;
}

/* 上部ボタン */
/* line 757, ../sass/style.scss */
div.dt-buttons {
  width: 100%;
  text-align: center;
  padding-top: 10px;
}

/* line 763, ../sass/style.scss */
button.dt-button {
  position: relative;
  width: 80%;
  padding: 0.8em;
  font-size: 1.2em;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  color: #e60012;
  background-color: transparent;
  border-color: #e60012;
  transition: .4s;
  border-radius: 4px;
}

/* sort 
.sort {
    padding: 0 0 1.5rem;
    width: 100%;
}

.sort_pd {
    width: 100%;
    max-width: 750px;
    position: relative;
    margin-bottom: 10px;
    &:after {
        content:'';
        position: absolute;
        right: 3%;
        top: 50%;
        background-image: url(../images/ad-brand/arrow.svg);
        display: block;
        width: 12px;
        height: 12px;
        margin-top: -6px;
        @include background-size(100%);
        @include rotate(90deg);
    }
    &--disable {
        @include opacity(0.5);
    }
    select {
        position: relative;
        @include appearance(none);
        border: 0;
        margin: 0;
        padding: 0 0 0 1em;
        vertical-align: middle;
        box-sizing: content-box;
        width: 100%;
        max-width: 750px;
        height: 48px;
        line-height: 46px;
        background-color: transparent;
        color: $accent-sponsored;
        font-size: 16px;
        font-weight: 700;
        text-align: inherit;
        @include border-radius(6px);
        border: 2px solid $accent-sponsored;
        @include box-sizing(border-box);
        option {
            margin: 0;
            padding: 0 0 0 3%;
        }
    }
}

.sort_result {
    padding-bottom: $space-l;
	&__num {
		@include background(linear-gradient(to right, #0166c0, #003386));
		width: 100%;
		font-weight: 700;
		text-align: right;
		padding: $space-s;
		@include box-sizing(border-box);
	}
	&__restaurant {
		margin-bottom: $space-m;
		.restaurant {
		    background-color: #FFF;
			background-image: url(../images/ad-brand/tsb-ga/arrow.svg);
            background-repeat: no-repeat;
            background-position: right 3% center;
            background-size: 12px auto;
			overflow: hidden;
			padding: $space-s $space-m $space-s $space-s;
			border-bottom: 1px solid #ddd;
			@include box-sizing(border-box);
			a {
				color: #444 !important;
			}
			&__image {
				position: relative;
				float: left;
				width: 100px;
				margin-right: $space-s;
				img {
					width: 100%;
				}
				span {
					position: absolute;
					top: 0;
					left: 0;
					background: rgba(255,255,255,0.8);
					width: auto;
					font-size: 10px;
					font-weight: 700;
					padding: 2px 6px;
				}
			}
			&__txt {
				padding-left: 110px;
				&__name {
					font-size: 16px;
					font-weight: 700;
					line-height: 1.5em;
					margin-bottom: $space-s;
				}
				&__review {
					overflow: hidden;
					margin-bottom: $space-s;
					&__icon {
						float: left;
						width: 40px;
						height: 40px;
						overflow: hidden;
						@include border-radius(50%);
						img {
							width: 100%;
							height: auto;
						}
					}
					&__txt {
						overflow:hidden;
						max-height: 6.4em;
						font-size: 10px;
						line-height: 1.6em;
						padding-left: 10px;
					}
				}
				&__info {
					
					ul {
						overflow: hidden;
						li {
							float: left;
							line-height: 1em;
							font-size: 10px;
							margin-right: $space-s;
						}
						.price {
							&:before {
								content:"予算：";
								width: 3em;
							}
						}
						.ikitai {
							position: relative;
							padding-left: 12px;
							&:before {
								position: absolute;
								left: 0;
								content: "";
				                background-image: url(../images/ad-brand/tsb-ga/ikitai.svg);
				                display: block;
				                width: 10px;
				                height: 10px;
				                background-size: contain;
				                
							}
						}
					}
				}
				
			}
		}
	}
	&__btn {
		clear: both;
		overflow: hidden;
		padding: 0 $space-s;
		&__prev, &__next {
			position: relative;
			width: 45%;
			a {
				display: block;
				width: 100%;
				background-color: #eee;
				color: #444 !important;
				font-weight: 700;
				text-align: center;
				line-height: 48px;
				@include border-radius(8px); 
			}
		}
		&__prev {
			float: left;
			&:before {
		        content: "";
		        position: absolute;
		        left: 3%;
		        top: 50%;
		        background-image: url(../images/ad-brand/kinkuro/arrow.svg);
		        display: block;
		        width: 12px;
		        height: 12px;
		        margin-top: -6px;
		        @include background-size(100%);
		        @include rotate(180deg);
		    }
			
		}
		&__next {
			float: right;
			&:after {
		        content: "";
		        position: absolute;
		        right: 3%;
		        top: 50%;
		        background-image: url(../images/ad-brand/kinkuro/arrow.svg);
		        display: block;
		        width: 12px;
		        height: 12px;
		        margin-top: -6px;
		        @include background-size(100%);
		        @include rotate(0deg);
		    }
		}
	}
}

*/
/* line 1000, ../sass/style.scss */
.register {
  text-align: center;
}
/* line 1002, ../sass/style.scss */
.register .btn {
  width: 400px;
  margin: 0 auto 1rem;
}
/* line 1006, ../sass/style.scss */
.register .btn a {
  background-color: #00935F;
  text-decoration: none;
}
/* line 1010, ../sass/style.scss */
.register__kiyaku {
  font-size: 0.875rem;
}
/* line 1012, ../sass/style.scss */
.register__kiyaku a {
  text-decoration: underline;
}

/* line 1019, ../sass/style.scss */
.global-footer {
  display: none;
}

@media screen and (min-width: 751px) {
  /* line 1025, ../sass/style.scss */
  .global-header, .container {
    min-width: 960px;
  }

  /*
  .sort form {
      @include display-flex;
  	@include justify-content(space-between);
  }
  
  .sort--02 {
  	
      background: transparent;
      width: 960px;
      margin: 0 auto 40px;
      padding: 0;
    }
  .sort_pd {
      display: block;
      float: none;
      width: 32%;
      &:last-child {
          margin-right: 0;
      }
      &:first-child {
  	    margin-left: 0;
      }
  }
  .sort_result {
  	width: 960px;
  	margin: 0 auto;
  	padding-bottom: 60px;
  	&__restaurant {
  		overflow: hidden;
  		display: -webkit-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  		.restaurant {
  			float: left;
  			background-color: rgba(255,255,255,0.8);
  			width: 50%;
  			border-right: 1px solid #ddd;
  			&:nth-child(odd) {
  				border-left: 1px solid #ddd;
  			}
  			&:hover {
  				background-color: rgba(255,255,255,1);
  			}
  		}
  		&--1col {
  			.restaurant {
  				width: 100%;
  				border-left: 1px solid #ccc;
  				&__txt__review {
  					display: table;
  					&__icon , &__txt {
  						display: table-cell;
  						vertical-align: middle;
  					}
  					&__icon {
  						width: 40px;
  						margin-right: 10px;
  					}
  					&__txt {
  						padding-left: 0;
  						padding-right: 20px;
  					}
  				}
  			}
  		}
  	}
  	&__btn {
  		padding: $space-s 0 0;
  		&__prev , &__next {
  			width: 25%;
  		}
  	}
  }
  
  */
}
@media screen and (max-width: 750px) {
  /* headrer */
  /* line 1116, ../sass/style.scss */
  .global-header {
    background-color: #fff;
  }

  /* line 1119, ../sass/style.scss */
  .global-header {
    display: -webkit-box;
    display: flex;
    height: 50px;
    box-sizing: border-box;
    -webkit-box-align: center;
    align-items: center;
    padding-top: 4px;
    border-top: 1px solid #f3ad47;
    border-bottom: 1px solid #d7d7d7;
    box-shadow: none;
  }
  /* line 1130, ../sass/style.scss */
  .global-header:before {
    display: none;
  }
  /* line 1133, ../sass/style.scss */
  .global-header__inner {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  /* line 1139, ../sass/style.scss */
  .global-header__logo {
    margin: 0 auto 0 10px;
    padding: 20px 0;
    width: 65px;
  }
  /* line 1143, ../sass/style.scss */
  .global-header__logo img {
    width: 100%;
  }

  /* 1:about */
  /* line 1150, ../sass/style.scss */
  .about__title {
    width: 92%;
    max-width: 750px;
    font-size: 1.5rem;
  }
  /* line 1155, ../sass/style.scss */
  .about__txt {
    font-size: 1rem;
  }

  /* 1:project */
  /* line 1161, ../sass/style.scss */
  .project {
    padding-top: 40px;
  }
  /* line 1163, ../sass/style.scss */
  .project__txt {
    font-size: 1rem;
  }
  /* line 1165, ../sass/style.scss */
  .project__txt p {
    text-align: left;
    margin-bottom: 0.75rem;
  }
  /* line 1169, ../sass/style.scss */
  .project__txt__logo {
    width: 80%;
    max-width: 400px;
    margin: 48px auto 64px;
  }
  /* line 1174, ../sass/style.scss */
  .project__txt__caution {
    margin-top: 1rem;
  }

  /* line 1179, ../sass/style.scss */
  .project__tab__area .project__one__txt__btn a {
    width: 100%;
  }

  /* 企画概要 */
  /* line 1186, ../sass/style.scss */
  .outline__one {
    width: 92%;
  }
  /* line 1188, ../sass/style.scss */
  .outline__one__btn_area {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  /* line 1191, ../sass/style.scss */
  .outline__one__btn_area .btn {
    width: 100%;
  }
  /* line 1193, ../sass/style.scss */
  .outline__one__btn_area .btn:first-child {
    margin-right: 2%;
  }
  /* line 1197, ../sass/style.scss */
  .outline__one__btn_area a {
    width: 100%;
    margin: 0;
  }

  /* フロー */
  /* line 1206, ../sass/style.scss */
  .flow {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    padding: 80px 0;
  }
  /* line 1211, ../sass/style.scss */
  .flow__title {
    font-size: 150%;
    font-weight: 700;
    text-align: center;
    margin-bottom: 32px;
  }
  /* line 1217, ../sass/style.scss */
  .flow__figure {
    display: block;
    width: 92%;
    margin: 0 auto;
  }
  /* line 1221, ../sass/style.scss */
  .flow__figure__one {
    margin: 0 0 32px;
  }
  /* line 1223, ../sass/style.scss */
  .flow__figure__one:first-child {
    margin-left: 0;
  }
  /* line 1226, ../sass/style.scss */
  .flow__figure__one:last-child {
    margin-right: 0;
  }
  /* line 1229, ../sass/style.scss */
  .flow__figure__one__num {
    width: 6rem;
    margin: 0 auto 8px;
    position: relative;
    height: 24px;
    line-height: 24px;
    background-color: #e60012;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 700;
    text-align: center;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    /*
    &:after {
    	position: absolute;
    	content:'';
    	top: 0;
    	right: 0;
        box-sizing: border-box;
        width: 3px;
        height: 3px;
        border: 12px solid transparent;
        border-left: 12px solid #7a0;
    }
    */
  }
  /* line 1255, ../sass/style.scss */
  .flow__figure__one__title {
    font-size: 1.24rem;
    font-weight: 700;
    text-align: center;
  }
  /* line 1260, ../sass/style.scss */
  .flow__figure__one__image {
    margin: 0 auto 8px;
    width: 30%;
  }
  /* line 1264, ../sass/style.scss */
  .flow__figure__one__txt {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  /* 仕入支援企画詳細・集客支援企画 */
  /* line 1273, ../sass/style.scss */
  .details {
    width: 92%;
    background: #FFF;
    margin: 0 auto;
    padding: 80px 0;
  }
  /* line 1278, ../sass/style.scss */
  .details table {
    width: 100%;
    margin: 0 auto;
  }
  /* line 1281, ../sass/style.scss */
  .details table th, .details table td {
    border: none;
    padding: 0;
  }
  /* line 1285, ../sass/style.scss */
  .details table th {
    display: block;
    width: 100%;
    font-weight: 700;
    padding: 16px 0 4px;
  }
  /* line 1291, ../sass/style.scss */
  .details table td {
    display: block;
    width: 100%;
    padding-bottom: 16px;
    border-bottom: 1px solid #eee;
  }
  /* line 1298, ../sass/style.scss */
  .details table ul li {
    list-style: inside;
    list-style-type: disc;
  }
  /* line 1303, ../sass/style.scss */
  .details table span {
    display: block;
    font-size: 80%;
    font-weight: 700;
  }
  /* line 1309, ../sass/style.scss */
  .details__btn {
    margin-top: 48px;
  }
  /* line 1311, ../sass/style.scss */
  .details__btn a {
    width: 100%;
  }

  /* howto */
  /* line 1318, ../sass/style.scss */
  .howto {
    display: block;
    width: 100%;
  }
  /* line 1321, ../sass/style.scss */
  .howto__one {
    margin-right: 0;
  }
  /* line 1323, ../sass/style.scss */
  .howto__one__image {
    width: 75%;
    margin: 0 auto;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  /* line 1327, ../sass/style.scss */
  .howto__one__image img {
    width: 100%;
    height: auto;
  }

  /* line 1336, ../sass/style.scss */
  .register .btn {
    width: 100%;
    margin: 0 auto 1rem;
  }

  /* line 1342, ../sass/style.scss */
  .only_pc {
    display: none !important;
  }

  /* line 1345, ../sass/style.scss */
  .only_smt {
    display: block !important;
  }
}
