@charset "utf-8";
/*=======================================*/
/*reset*/
/*=======================================*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*=======================================*/
/*ramenBook レイアウト*/
/*=======================================*/
html {
  font-size: 62.5%; /*10px*/
}
body {
  width: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #2b2b2b;
  font-size: 14px;
  line-height: 1.4;
  background: #ffb500;
}
body, #all-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
footer {
  margin-top: auto;
}
/*----------------------------*/
/*bookImg-title_Wrap*/
/*----------------------------*/
.bookImg-title_Wrap {
  background: url(img/img_bg.jpg) no-repeat;
  background-size: cover;
  padding: 40px 0 130px;
}
.bookImg-title_area {
  width: 980px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.bookImg {
  padding: 0 60px;
  background: url(img/img_circle.png) no-repeat center center;
}
.bookImg img {
  box-shadow: -5px 9px 21px 0px #000000;
}
.book_tit_txt {
  margin: 0px 5px 0 10px;
  text-align: center;
  color: #FFFFFF;
}
.book_tit_txt .date {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
}
.book_tit_txt .date span {
  background: #c21527;
  padding: 5px 5px 2px;
}
.book_tit_txt h1 {
  margin-bottom: 15px;
}
.book_tit_txt h1 span {
  background: #000000;
  padding: 5px 5px 2px;
  display: inline-block;
  font-size: 35px;
  font-weight: bold;
}
.book_tit_txt h1 span.book_size {
  margin-top: 10px;
  font-size: 16px;
}
.bg_gray {
  background: #5a5a5a;
  padding: 5px 2px 5px 10px;
}
.bg_yellow {
  font-size: 106%;
  background-color: #ffcc00;
  padding: 5px 6px;
  color: #000;
}
.bg_yellow a {
  text-decoration: underline;
  color: #000;
}
.present {
  background: #c21527;
  padding: 10px 0;
}
.present .sns_ttl {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 6px;
}
.present .sns_ttl .small {
  font-size: 14px;
  display: block;
}
.present .card {
  background: #fff;
  color: #333;
  margin: 0 50px;
  padding: 10px 0;
  box-shadow: 7px 8px 2px -5px #333;
  margin-bottom: 1rem;
}
.present .card .card_ttl {
  font-size: 33px;
}
.present .card .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.present .card .sphere {
  display: inline-block;
  background: #ffcc00;
  border-radius: 47px;
  width: 80px;
  height: 80px;
  font-size: 15px;
  font-weight: bold;
  position: relative;
}
.present .card .sphere span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80px;
  text-align: center;
  font-size: 18px;
}
.present .card .card_txt {
  font-size: 30px;
  margin-left: 1rem;
}
.present .card .card_txt .small {
  font-size: 18px;
  display: block;
}
.present .cpdate {
  font-size: 16px;
  font-weight: bold;
}
.book_tit_txt .price, .book_tit_txt .shopPlace {
  font-size: 15px;
  margin-bottom: 25px;
}
.book_tit_txt .price span.price_big {
  font-size: 21px;
}
/*発売後*/
.book_tit_txt .txt_sale {
  font-size: 36px;
  font-weight: bold;
  margin-top: 40px;
}
.book_tit_txt .txt_sale span {
  background: #c21527;
  padding: 5px 1px 2px 12px;
}
/*ページ内リンク*/
.pageLink {
  width: 80%;
  margin: 50px auto 0;
  padding: 10px 0;
  border-radius: 20px;
  background: #c1271d;
  /*    border-top: solid 5px #962922;
    border-bottom: solid 5px #962922;*/
}
.pageLink p {
  font-size: 16px;
}
.pageLink a {
  color: #fff;
  text-decoration: none;
}
.pageLink a:hover {
  border-bottom: 1px solid;
}
/*----------------------------*/
/*book_detail_txt_wrap*/
/*----------------------------*/
.book_detail_txt_wrap {
  background: #ffb500;
  position: relative;
}
.book_detail_txt_wrap:before {
  content: "";
  display: block;
  background: url(img/img_wave.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 115px;
  position: absolute;
  top: -100px;
}
.book_detail_inner {
  /*width: 750px;*/
  width: 900px;
  margin: 0 auto;
  padding: 20px 0 40px;
}
.book_detail_inner h2 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.book_detail_inner p {
  padding: 10px 30px;
  font-size: 16px;
  font-weight: bold;
}
.book_detail_inner .detail_txt:before, .book_detail_inner .detail_txt:after {
  content: "";
  display: block;
  background: url(img/img_obi.png) repeat-x;
  width: 900px;
  height: 25px;
  position: relative;
}
.book_detail_inner .detail_txt:before {
  top: 0;
}
.book_detail_inner .detail_txt:after {
  bottom: 0;
}
/*----------------------------*/
/*snscp＿area_Wrap*/
/*----------------------------*/
.snscp＿area＿inner {
  width: 910px;
  height: auto;
  margin: 0 auto;
  padding: 20px 0 40px;
  margin-bottom: 5rem;
}
.snscp＿area＿inner h3 img {
  width: 100%;
  margin-bottom: 5rem;
}
.snscp＿area＿inner ul.box＿wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.snscp＿area＿inner ul.box＿wrap li.step1::before {
  content: "";
  display: block;
  background: url(img/step_join.png) no-repeat;
  height: 74px;
  width: 137px;
  position: absolute;
  left: -29px;
  top: -50px
}
.snscp＿area＿inner ul.box＿wrap li.step1 .stepwrap {
  background: url(img/step1img.png) no-repeat;
  display: flex;
  flex-wrap: nowrap;
  background-position: left -40px top 8px;
  background-size: 80%;
  height: 240px;
}
.snscp＿area＿inner ul.box＿wrap li.step1 .sns＿iconwrap {
  width: 137px;
  position: relative;
  right: -126px;
  top: 0;
  text-align: center;
}
.snscp＿area＿inner ul.box＿wrap li.step1 .sns＿iconwrap span {
  font-size: 13px;
  display: block;
  margin-bottom: 8px
}
.snscp＿area＿inner ul.box＿wrap li.step1 .sns＿iconwrap img {
  width: 35%;
}
.snscp＿area＿inner ul.box＿wrap li.step1 .sns＿iconwrap a {
  display: block;
  margin-bottom: 10px;
}
.snscp＿area＿inner ul.box＿wrap li {
  width: 28%;
  height: auto;
  background: #fff;
  border-top: 10px solid #c21527;
  padding: 15px 15px 15px 15px;
  position: relative;
}
.snscp＿area＿inner ul.box＿wrap li p.step {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  color: orange;
  margin-bottom: 2rem;
  border-bottom: 2px solid orange;
}
.snscp＿area＿inner ul.box＿wrap li p.steptxt {
  font-size: 14px;
	line-height: 22px;
}
.snscp＿area＿inner ul.box＿wrap li p.caution{
  display: block;
	font-size: 13px;
	margin-top: 10px;
}

.snscp＿area＿inner ul.box＿wrap li p.steptxt span.strong {
	font-size: 16px;
  font-weight: bold;
  color: #c21527;
	  display: block;
}
.snscp＿area＿inner ul.box＿wrap li img {
  width: 100%;
}
.snscp＿area＿inner .oubo {
  margin-top: 5rem;
}
.snscp＿area＿inner .oubo a {
  text-align: center;
  display: block;
  width: 430px;
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-family: 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  padding: 20px 0px;
  margin: 10px auto;
  background: #c21527;
  border-radius: 10px;
  transition: all 1s ease 0s
}
.snscp＿area＿inner .oubo a:hover {
  background: #333;
  text-decoration: none;
}
/*動画*/
.movie-wrap {
  width: 750px;
  margin: 0 auto 50px;
  text-align: center;
}
/*マップ*/
.ramenShop_map {
  /*width: 750px;*/
  width: 900px;
  margin: 0 auto 60px;
  text-align: center;
}
.balloon {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 30px;
  position: relative;
  padding: 7px 10px;
  max-width: 100%;
  color: #2b2b2b;
  background: #FFF;
  border: solid 3px #2b2b2b;
  box-sizing: border-box;
}
.balloon:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}
.balloon:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #2b2b2b;
  z-index: 1;
}
.balloon .red {
  /*  color: #FF3B3F;*/
  color: #e65100;
}
.balloon .yellow {
  /*  color: #ffcc00;*/
  color: #ffd600;
}
.balloon .green {
  /*  color: #74CE30;*/
  color: #0f9d58;
}
/*店舗動画*/
#movie-store {
  margin: 100px 0;
}
p.store-name {
  color: #000;
  font-size: 19px;
  font-weight: bold;
}
/*----------------------------*/
/*footer*/
/*----------------------------*/
footer {
  background: #cd1019;
  text-align: center;
  color: #FFFFFF;
  padding: 15px;
}