@charset "UTF-8";
.pcNone {
  display: none !important;
}

.taL {
  text-align: left !important;
}

.taC {
  text-align: center !important;
}

.taR {
  text-align: right !important;
}

.vaT {
  vertical-align: top !important;
}

.vaM {
  vertical-align: middle !important;
}

.vaB {
  vertical-align: bottom !important;
}

.posL {
  position: absolute;
  left: 0;
}

.posC {
  position: absolute;
  left: 50%;
  margin-left: -25%;
  width: 25%;
}

.posR {
  position: absolute;
  right: 0;
}

.fltL {
  float: left;
}

.fltR {
  float: right;
}

.fltNone {
  float: none;
}

.clr {
  clear: both;
}

.clrFix:after {
  clear: both;
  height: 0;
  font-size: 0;
  visibility: hidden;
  display: block;
  content: ".";
}

* html .clrFix {
  zoom: 1;
}

*:first-child + html .clrFix {
  zoom: 1;
}

.clrFix {
  display: inline-table;
}

* html .clrFix {
  height: 1%;
}

.clrFix {
  display: block;
}

.wHalf {
  width: 50%;
}

.wFull {
  width: 100%;
}

.noBdr {
  border: 0 none;
}

a {
  color: #dd2b3b;
  text-decoration: none;
}

a:link,
a:after {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
  text-decoration: none;
}

a:hover img {
  /* 	text-decoration: underline; */
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

a:focus {
  outline: 0;
}

html,
body {
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  background: #fff;
  font: normal 96%/1.6 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 1px;
}

iframe {
  border: 0;
  /*pointer-events: none;*/
}

#wrapper {
  position: relative;
  float: none;
  height: auto !important;
  /* IE6 Hack */
  height: 100%;
  /* IE6 Hack */
  min-width: 1000px;
  min-height: 100%;
  border-top: 5px solid #0287e2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#header {
  float: none;
  margin: 5px 0 25px;
  padding: 20px 80px;
  width: auto;
  border-top: 5px solid #dd2b3b;
}

#header h1 {
  display: inline-block;
  float: left;
}

#header h1 img {
  width: 172px;
  height: auto;
}

#header div {
  display: block;
}

#header ul {
  float: right;
  margin: 64px 0 0;
}

#header ul li {
  float: left;
  margin: 0 0 0 1px;
  text-align: center;
  line-height: 1;
}

#header ul li:first-child a {
  margin-left: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-top-left-radius: 8px;
  -moz-border-bottom-left-radius: 8px;
}

#header ul li:last-child a {
  margin-right: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-top-right-radius: 8px;
  -moz-border-bottom-right-radius: 8px;
}

#header ul li a {
  display: inline-block;
  color: #000;
  text-decoration: none;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding: 15px 20px;
  background-color: #f5f5f5;
}

#header ul li a:hover {
  color: #ffffff;
  background-color: #dd2b3b;
}

#header #btnMenu {
  display: none;
}

h2 {
  float: none;
  clear: both;
  margin: 0 0 35px;
  color: #dd2b3b;
  font-weight: normal;
  font-size: 40px;
  text-align: center;
  font-family: Cochin, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 0;
  vertical-align: baseline;
}

h2 span {
  display: block;
  margin: 0;
  color: #000;
  font-size: 15px;
  letter-spacing: 1px;
}

h3 {
  float: none;
  clear: both;
  margin: 30px 0;
  position: relative;
  color: #dd2b3b;
  text-align: left;
  font: normal normal 170%/1.5 "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  overflow: hidden;
}

h3:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 780px;
  height: 1px;
  background: -webkit-gradient(linear, left top, right bottom, from(rgba(255, 255, 255, 0)), to(rgb(238, 149, 157)));
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0), rgb(238, 149, 157));
  background: linear-gradient(left, rgba(255, 255, 255, 0), rgb(238, 149, 157));
}

h3 span {
  font-size: 60%;
  display: block;
}

h4 {
  margin: 0 0 10px;
  color: #000;
  font-size: 115%;
  font-weight: bold;
  text-align: left;
}

p {
  margin: 1em 0;
  text-align: left;
  word-wrap: break-word;
  word-break: break-all;
}

table {
  margin: 10px auto;
  border-collapse: collapse;
}

th,
td {
  padding: 8px;
  text-align: left;
  vertical-align: top;
}

th {
  padding-left: 0;
  width: 160px;
  font-weight: normal;
}

#footer {
  float: none;
  clear: both;
  padding-bottom: 20px;
}

#footer ul {
  display: none;
}

#footer small {
  display: block;
  color: #000;
  font-size: 90%;
  text-align: center;
}

.btn {
  display: inline-block;
  margin: 20px auto;
  padding: 8px 50px;
  border: 1px solid #dd2b3b;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
  color: #dd2b3b;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-decoration: none;
}

.btn:hover {
  background: #dd2b3b;
  color: #fff;
  text-decoration: none;
}

table.infoList {
  margin: 20px 0;
  width: 100%;
}

table.infoList th,
table.infoList td {
  padding: 25px 20px;
  border-bottom: 1px dotted #dddcdb;
  vertical-align: top;
  text-align: left;
  letter-spacing: 2px;
  word-wrap: break-word;
  word-break: break-all;
}

table.infoList th {
  width: 140px;
  color: #dd2b3b;
  font-weight: bold;
  white-space: nowrap;
  font-size: 90%;
}

table.infoList td a {
  color: #000;
}

table.infoList td a:hover {
  color: #dd2b3b;
  text-decoration: underline;
}

.pageNav {
  float: none;
  clear: both;
  margin: 30px auto;
  display: inline-block;
  border: 1px solid #dd2b3b;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
}

.pageNav li {
  display: block;
  float: left;
  border-left: 1px solid #dd2b3b;
  text-align: center;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1;
}

.pageNav li:first-child {
  border-left: 0;
}

.pageNav li a {
  display: block;
  padding: 10px 20px;
  min-width: 100px;
  color: #dd2b3b;
  text-decoration: none;
}

.pageNav li:first-child a {
  padding-left: 21px;
}

.pageNav li a:hover,
.pageNav li.selected a {
  background: #dd2b3b;
  color: #fff;
}

/* PAGE */
#contents {
  margin: 0 auto;
  padding: 60px;
  width: 980px;
}

#contents:after {
  display: block;
  content: "";
  clear: both;
}

#contents p {
  /*margin: 0;*/
  text-indent: 1em;
  line-height: 1.8;
}

strong.catch {
  display: block;
  margin: 30px auto;
  color: #000;
  font: normal normal 200%/1.6 "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
}

/* INFORMATION */
.infoDetail h3 {
  color: black;
  margin-bottom: 40px;
}

.infoDetail h3 span {
  color: #dd2b3b;
  display: block;
  font-family: sans-serif;
  font-size: 70%;
  font-weight: bold;
  margin-bottom: 10px;
}

.infoDetail h3:after {
  background: none;
}

/*直営ベーカリーのご案内*/
#shopList img {
  display: block;
  float: left;
  clear: both;
  margin: 0 30px 30px 0;
  width: 300px;
  height: auto;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

#shopList div {
  float: left;
  margin: 0 0 30px;
  width: 650px;
  text-align: left;
  overflow: hidden;
}

#shopList div p {
  margin: 10px 0;
  text-indent: 0;
  line-height: 1.7;
}

#shopList div em {
  display: inline-block;
  margin: 0 0 10px;
  padding: 0 0 0 20px;
  background: url(../img/icon_tel.png) no-repeat left center;
  color: #dd2b3b;
  font-size: 120%;
  font-style: normal;
  font-weight: bold;
}

#shopList div p span.time {
  color: #dd2b3b;
  font-weight: bold;
  font-size: 90%;
  margin-right: 10px;
}

#shopList div a.btn {
  margin: 0 0 20px;
  background-image: url(../img/icon_marker.png);
  background-repeat: no-repeat;
  background-position: 145px center;
}

#shopList div a.btn:hover {
  background-image: url(../img/icon_marker_white.png);
}

.mapWrap {
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.mapWrap iframe {
  margin-top: -165px;
}

/*商品のご案内*/
#productList {
  margin: 50px 0;
  overflow: hidden;
  display: inline-block;
}
#productList.productList_bakery {
  display: flex;
  flex-wrap: wrap;
}
#productList.productList_bakery::after {
  content: none;
}
#productList.productList_bakery div {
  float: none;
  width: 33.3333333333%;
}
@media screen and (max-width: 640px) {
  #productList.productList_bakery div {
    width: 46%;
  }
}

#productList div {
  float: left;
  margin: 0 0 50px;
  width: 240px;
  text-align: center;
}

#productList div figure {
  position: relative;
}

#productList div figure img {
  display: block;
  margin: 0 auto;
  width: 200px;
  height: auto;
}

#productList div figure img.badge {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
}

#productList div figcaption {
  font-size: 95%;
  font-weight: bold;
  line-height: 140%;
}

#productList div figcaption span {
  font-size: 100%;
  display: block;
  letter-spacing: 0.15em;
}

#productList div figcaption span.comment {
  color: #dd2b3b;
  font-weight: normal;
  font-size: 80%;
  text-align: left;
  width: 80%;
  padding: 5px 15px;
  margin: 5px auto;
  background: #fbf3f1;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
}

.productCopy {
  text-align: center;
  font-size: 110%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 0.18em;
  line-height: 180%;
}

.productInfo {
  border: double 4px #000;
  padding: 20px;
  margin: 0 auto;
  width: 80%;
  font-size: 90%;
}

.productInfo .leftInfo {
  width: 70%;
  float: left;
}

.productInfo .rightInfo {
  width: 30%;
  float: right;
}

.productInfo .btn {
  margin: 5px auto 0;
  width: 70%;
}

.productInfo .btn span.caution {
  font-size: 80%;
}

.productInfo table th {
  width: 100px;
}

.productInfo .leftInfo p.shop_improvement {
  text-indent: 0 !important;
  font-size: 16px;
  font-weight: bold;
  color: #dd2b3b;
  padding: 0px 0 0 0px;
}

@media print, screen and (min-width: 920px) {
  .productInfo .leftInfo p.shop_improvement {
    padding: 80px 0 0 20px;
  }
}
/*breakpoint display*/
.pc,
.pc_inline {
  display: none !important;
}

.sp {
  display: block !important;
}

.sp_inline {
  display: inline-block !important;
}

.sp_min_inline {
  display: inline-block !important;
}

@media print, screen and (min-width: 414px) {
  .sp_min_inline {
    display: none !important;
  }
}
@media print, screen and (min-width: 920px) {
  .sp,
  .sp_inline {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
  .pc_inline {
    display: inline-block !important;
  }
}
/*商品のご案内｜パウンドケーキ*/
#productList.pound div {
  margin: 0 12px 50px;
  width: 300px;
}

#productList.pound div figure img {
  width: 300px;
}

#productList.pound div figcaption {
  font-size: 96%;
  font-weight: normal;
  text-align: left;
  line-height: 180%;
}

#productList.pound div figcaption img {
  margin: 10px 0;
  display: block;
  width: auto;
}

#productList.pound div figcaption span.wine {
  background: no-repeat right bottom url(../img/products/order/pound01_bg.png);
}

#productList.pound div figcaption span.kurumi {
  background: no-repeat right bottom url(../img/products/order/pound02_bg.png);
}

#productList.pound div figcaption span.kintoki {
  background: no-repeat right bottom url(../img/products/order/pound03_bg.png);
}

small.annotation {
  font-size: 75%;
  display: block;
  text-align: right;
  margin-bottom: 20px;
}

/*代表あいさつ*/
#greeting {
  background: url(../img/representation_photo.jpg) no-repeat right bottom;
  margin-bottom: 80px;
  clear: both;
}

#greeting p {
  margin: 0 0 1em 20px;
  width: 610px;
  font-size: 105%;
  text-align: justify;
}

#greeting p.catch {
  text-align: left;
  text-indent: 0;
}

#greeting p.sign {
  text-align: right;
  text-indent: 0;
}

#greeting p.profile {
  padding-bottom: 30px;
  font-size: 88%;
  text-indent: 0;
}

#greeting p.profile strong {
  display: block;
  margin-bottom: 15px;
}

#philosophy {
  margin: 50px 0 80px;
}

#philosophy strong {
  display: block;
  margin: 10px 20px 20px;
  padding-left: 2em;
  font: normal normal 150%/1.5 "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-indent: -2.1em;
  text-align: left;
}

#overview table {
  float: left;
  margin: 0 20px 50px;
  width: 600px;
}

#overview img {
  width: 300px;
  margin-bottom: 10px;
}

#overview a.btn {
  margin: 0 0 20px;
  background-image: url(../img/icon_marker.png);
  background-repeat: no-repeat;
  background-position: 245px center;
}

#overview a.btn:hover {
  background-image: url(../img/icon_marker_white.png);
}

#history table {
  margin: 0 20px 50px;
}

.requirement {
  float: left;
  margin: 0 0 50px;
  width: 550px;
  /* 	border-bottom: dotted 1px #d5d5d5; */
}

.requirement table {
  border: 1px solid #d5d5d5;
  box-sizing: border-box;
  width: 100%;
}

.requirement th,
.requirement td {
  padding: 10px 20px;
  text-align: left;
}

.requirement tr:nth-child(odd) th,
.requirement tr:nth-child(odd) td {
  background: #f8f8f8;
}

.requirement td strong.fltL {
  clear: left;
  width: 5em;
}

.requirement td ul {
  float: left;
  margin-left: 1em;
}

.contact {
  float: right;
  margin: 0 0 50px;
  width: 400px;
  text-align: left;
}

.contact li {
  padding: 15px;
  border-top: 1px dashed #cbcac9;
  color: #dd2b3b;
  text-align: left;
}

.contact li:first-child {
  border-top: 0;
  padding-top: 0;
}

.contact li em {
  display: inline-block;
  padding: 0 0 0 20px;
  background: url(../img/icon_tel.png) no-repeat left center;
  font-size: 120%;
  font-style: normal;
  font-weight: bold;
}

.contact p {
  text-indent: 0 !important;
  font-size: 85%;
  padding-left: 1.5em;
}

.contact p img {
  width: 100%;
}

/*ルヴァン種*/
h3 .levain {
  display: inline-block;
  font-size: 120%;
  text-align: center;
}

.levain_main_wrap {
  display: table;
  width: 100%;
  table-layout: fixed;
  box-sizing: border-box;
  padding: 20px 0;
}

/*
.levain_main_img{
	display: table-cell;
	width: 30%;
	vertical-align: top;
	padding-right: 20px;
}
.levain_main_img img{
	width: 100%;
}
*/
.levain_main_text {
  display: table-cell;
  width: 100%;
  vertical-align: top;
  text-align: center;
  color: #53504f;
  font-weight: bold;
  font-size: 160%;
  line-height: 1.7;
}

.levain_main_text span {
  font-weight: normal;
  font-size: 85%;
  display: inline-block;
  margin-top: 10px;
}

.levain_title {
  text-align: center;
  font-weight: normal;
  font-size: 140%;
  margin-top: 30px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #53504f;
  border-top: 3px double #a8a8a8;
  border-bottom: 3px double #a8a8a8;
  padding: 5px 0;
}

.levain #productList div {
  float: left;
  margin: 0 0 20px;
  width: 320px;
  text-align: center;
}

.levain #productList div figure {
  position: relative;
}

.levain #productList div figure img {
  display: block;
  margin: 0 auto;
  width: 200px;
  height: auto;
}

#productList.margin_top_0 {
  margin: 0px 0;
}

/*modal*/
.mfp-bg {
  background-color: rgba(221, 43, 59, 0.8);
  opacity: 1;
}

.mfp-arrow-left:before {
  border-right: 27px solid #dd2b3b;
}

.mfp-arrow-right:before {
  border-left: 27px solid #dd2b3b;
}

.mfp-close-btn-in .mfp-close {
  color: #dd2b3b;
  background-color: #fff;
  border-radius: 50px;
  border: 3px solid #dd2b3b;
  line-height: 41px;
  opacity: 1;
  top: -20px;
  right: -20px;
  width: 64px;
  height: 64px;
  font-size: 50px;
}

#shopList div a.btn.page_popup_trigger {
  background-image: url(../img/icon_shop.png);
  background-size: 22px auto;
  background-repeat: no-repeat;
  background-position: 170px center;
}

#shopList div a.btn.page_popup_trigger:hover {
  background-image: url(../img/icon_shop_white.png);
}

.page_popup_modal {
  width: 100%;
  max-width: 1000px;
  margin: 50px auto;
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  border: 3px solid #dd2b3b;
}

.page_popup_main_img {
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}

.page_popup_inner {
  padding: 40px 50px;
}

.page_popup_title {
  font-size: 150%;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.page_popup_sub_area {
  display: table;
  width: 104%;
  margin: 45px -2% 0;
  table-layout: fixed;
  box-sizing: border-box;
}

.page_popup_sub_child {
  display: table-cell;
  width: 50%;
  padding: 0 2%;
  vertical-align: top;
}

.page_popup_sub_child div {
  position: relative;
}

.page_popup_sub_child div:before {
  display: block;
  content: "PICK UP!";
  color: #fff;
  background-color: #dd2b3b;
  width: 92px;
  height: 30px;
  padding: 5px 10px;
  box-sizing: border-box;
  position: absolute;
  left: -10px;
  top: 0;
  -webkit-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

@media screen and (max-width: 1100px) {
  .page_popup_modal {
    width: 92%;
    margin: 50px auto;
  }
}
@media screen and (max-width: 640px) {
  .mfp-close-btn-in .mfp-close {
    line-height: 37px;
    top: -10px;
    right: -10px;
    width: 40px;
    height: 40px;
    font-size: 40px;
  }
  .page_popup_inner {
    padding: 20px 6%;
  }
  .page_popup_sub_area {
    display: block;
    width: 100%;
    margin: 10px 0% 0;
  }
  .page_popup_sub_child {
    display: block;
    width: 100%;
    margin: 0 0%;
    padding: 10px 0 0px;
  }
}
.page_popup_sub_child img {
  max-width: 100%;
}

.page_popup_manager {
  padding: 20px 20px 10px 20px;
  background-color: #fcf3f1;
  border-radius: 15px;
}

.page_popup_manager div {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 130%;
  color: #dd2b3b;
  position: relative;
  overflow: hidden;
  margin: 0 0 10px;
}

.page_popup_manager div:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  max-width: 700px;
  width: 85%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right bottom, from(rgba(255, 255, 255, 0)), to(rgb(238, 149, 157)));
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0), rgb(238, 149, 157));
  background: linear-gradient(left, rgba(255, 255, 255, 0), rgb(238, 149, 157));
}

@media screen and (max-width: 640px) {
  .page_popup_manager {
    padding: 15px 20px;
  }
  .page_popup_manager div:after {
    top: 94%;
    width: 80%;
  }
}/*# sourceMappingURL=style.css.map */