@charset "UTF-8";
/* ====================================================
Font
==================================================== */
/* ====================================================
Position & transform
==================================================== */
/* ====================================================
Color
==================================================== */
/* ====================================================
Sizing
==================================================== */
/* ====================================================
reset style
==================================================== 
html {
  overflow-y: scroll;
  font-size: 10px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

img {
  vertical-align: middle;
  transition: ease .3s;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}

img:hover {
  transition: ease .3s;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

strong {
  font-weight: bold;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

a {
  text-decoration: none;
}

input, textarea, select {
  *font-size: 100%;
}

legend {
  color: #000;
}

del, ins {
  text-decoration: none;
}
*/

/* ====================================================
Font
==================================================== */
/* ====================================================
Position & transform
==================================================== */
/* ====================================================
Color
==================================================== */
/* ====================================================
Sizing
==================================================== */
/* ====================================================
Font
==================================================== */
/* ====================================================
Position & transform
==================================================== */
/* ====================================================
Color
==================================================== */
/* ====================================================
Sizing
==================================================== */
/* ====================================================
Base style & container
==================================================== 
body {
  color: black;
  font-size: 100%;
  line-height: 1.4;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", "游ゴシック体", YuGothicMedium, YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", "HiraKakuProN-W3", "TakaoExゴシック", TakaoExGothic, "MotoyaLCedar", "Droid Sans Japanese", sans-serif;
}
*/

/* CREO adjust mod start */
#contents {
	width: auto;
}
.container {
	text-align: center;
}

/* reset contnet inner */
main.page-sp_index { 
	position: relative;
	font-size: 10px; 
	color: black;
	line-height: 1.4;
	font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", "游ゴシック体", YuGothicMedium, YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", "HiraKakuProN-W3", "TakaoExゴシック", TakaoExGothic, "MotoyaLCedar", "Droid Sans Japanese", sans-serif;
}
main.page-sp_index a {
  text-decoration: none;
}

main.page-sp_index table {
  border-collapse: collapse;
  border-spacing: 0;
}


main.page-sp_index fieldset, 
main.page-sp_index img {
  border: 0;
}


main.page-sp_index img {
  vertical-align: middle;
  transition: ease .3s;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}


main.page-sp_index img:hover {
  transition: ease .3s;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}

/* CREO adjust mod end */

.container {
  display: block;
  margin: 0 auto;
  padding: 0 10px;
}

.bg-gray {
  background-color: #f6f6f6;
}

.bg-dark-gray {
  background-color: #a9a9a9;
}

/* ====================================================
Float & clear
==================================================== */
.clearfix {
  *zoom: 1;
}

.clearfix:before {
  display: table;
  content: '';
}

.clearfix:after {
  display: table;
  content: '';
  clear: both;
}

/* ====================================================
Components
==================================================== 
#footer {
  display: inline-block;
}
*/

.big-banner {
	display: block;
	margin: 25px auto 0;
	position: relative;
}

.big-banner .linkBtn{
	position: absolute;
    bottom: 0px;
    right: 10px;
    width: 40%;
    max-width: 300px;
    filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.6));
}

@media screen and (max-width: 960px) {
  .big-banner .container {
    max-width: 100%;
  }
}

.big-banner img {
  width: 100%;
}

.intro-list {
  padding-left: 0;
  margin-top: -40px;
}

.intro-list li {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-bottom: 30px;
  padding-left: 45px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.intro-list li:last-child {
  margin-bottom: 0;
}

.intro-list li .title {
  text-align: left;
  margin-bottom: 10px;
}

.intro-list li .desc {
  text-align: left;
  font-size: 16px;
  /*font-size: 1.6rem;*/
  line-height: 1.4;
}

.intro-list li .desc small {
  font-size: 14px;
  /*font-size: 1.4rem;*/
}

@media screen and (max-width: 374px) {
  .intro-list li .desc {
    font-size: 14px;
    /*font-size: 1.4rem;*/
  }
  .intro-list li .desc small {
    font-size: 12px;
    /*font-size: 1.2rem;*/
  }
}

.intro-list li.rank:before {
  display: block;
  content: '';
  width: 35px;
  height: 36px;
  position: absolute;
  left: 0;
  top: -7px;
}

.intro-list li.rank.rank-1:before {
  background: url("../images/feuillantine/icons/rank-1-sp.png") no-repeat;
  background-size: 100%;
}

.intro-list li.rank.rank-1 .title img {
  width: 155px;
}

@media screen and (max-width: 374px) {
  .intro-list li.rank.rank-1 .title img {
    width: 140px;
  }
}

.intro-list li.rank.rank-2:before {
  background: url("../images/feuillantine/icons/rank-2-sp.png") no-repeat;
  background-size: 100%;
}

.intro-list li.rank.rank-2 .title img {
  width: 162px;
}

@media screen and (max-width: 374px) {
  .intro-list li.rank.rank-2 .title img {
    width: 150px;
  }
}

.intro-list li.rank.rank-3:before {
  background: url("../images/feuillantine/icons/rank-3-sp.png") no-repeat;
  background-size: 100%;
}

.intro-list li.rank.rank-3 .title img {
  /*width: 227px;*/
  width: 243px;
}

@media screen and (max-width: 374px) {
  .intro-list li.rank.rank-3 .title img {
    width: 210px;
  }
}

.intro-list li.rank.rank-4:before {
  background: url("../images/feuillantine/icons/rank-4-sp.png") no-repeat;
  background-size: 100%;
}

.intro-list li.rank.rank-4 .title img {
  width: 83px;
}

@media screen and (max-width: 374px) {
  .intro-list li.rank.rank-4 .title img {
    width: 78px;
  }
}

.fiantine-intro .container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.fiantine-intro .container .wrapper {
  border: 4px double #dbc8b2;
  position: relative;
  padding: 25px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.fiantine-intro .container .wrapper .corner span {
  display: block;
  content: '';
  width: 28px;
  height: 28px;
  position: absolute;
}

.fiantine-intro .container .wrapper .corner span.top-left {
  background: url("../images/feuillantine/icons/corner.png") no-repeat;
  background-size: 100%;
  left: -4px;
  top: -4px;
}

.fiantine-intro .container .wrapper .corner span.top-right {
  background: url("../images/feuillantine/icons/corner-flip.png") no-repeat;
  background-size: 100%;
  right: -4px;
  top: -4px;
}

.fiantine-intro .container .wrapper .corner span.bottom-left {
  background: url("../images/feuillantine/icons/corner-flip.png") no-repeat;
  background-size: 100%;
  left: -4px;
  bottom: -4px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fiantine-intro .container .wrapper .corner span.bottom-right {
  background: url("../images/feuillantine/icons/corner.png") no-repeat;
  background-size: 100%;
  right: -4px;
  bottom: -4px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fiantine-intro .container .wrapper .top-row img {
  width: 370px;
}

@media screen and (max-width: 374px) {
  .fiantine-intro .container .wrapper .top-row img {
    width: 320px;
  }
}

.items-list {
  margin-top: 20px;
}

.items-list li {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.items-list li.pos-r {
  position: relative;
}
.items-list li .ico-new {
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 3%;
}
.items-list li .ico-new img {
  width: 41px;
  height: 41px;
}

.items-list li .img {
  display: block;
  width: 45%;
  float: left;
}

.items-list li .img img {
  width: 100%;
}

.items-list li .desc {
  display: block;
  width: 55%;
  float: left;
  position: relative;
}

.items-list li .desc p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 10px;
}

.items-list li .desc p span {
  display: block;
  font-size: 16px;
  /*font-size: 1.6rem;*/
}

@media screen and (max-width: 374px) {
  .items-list li .desc p span {
    font-size: 14px;
    /*font-size: 1.4rem;*/
  }
}

.patissier-interview-list {
  margin-top: 25px;
}

.patissier-interview-list li {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  float: left;
  border: 1px solid white;
  padding: 20px;
  box-sizing: border-box;
  text-align: left;
}

.patissier-interview-list li .top {
  margin-top: 10px;
}

.patissier-interview-list li .top .img {
  display: block;
  float: left;
  width: 85px;
}

.patissier-interview-list li .top .img img {
  width: 100%;
}

.patissier-interview-list li .top .info {
  display: block;
  float: right;
  width: calc(100% - 100px);
  text-align: left;
}

.patissier-interview-list li .top .info .pos {
  margin-top: 15px;
  font-size: 15px;
  /*font-size: 1.5rem;*/
}

.patissier-interview-list li .bottom {
  text-align: justify;
  font-size: 15px;
  /*font-size: 1.5rem;*/
  margin-top: 10px;
  color: #000;
  line-height: 1.6;
}

.table-group {
  margin-bottom: 15px;
}

.table-group table {
  width: 100%;
}

.table-group table th, .table-group table td {
  border: 1px solid black;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
}

.table-group table th {
  background-color: #aaaaaa;
  color: white;
  text-align: center;
}

.table-group table th.top {
  background-color: #777777;
  font-size: 14px;
  /*font-size: 1.4rem;*/
  padding: 10px;
  font-weight: bold;
}

.table-group table td {
  font-size: 12px;
  /*font-size: 1.2rem;*/
  text-align: left;
  vertical-align: middle;
  padding: 8px;
}

.table-group table td.has-list {
  padding: 0;
  vertical-align: top;
}

.table-group table td.has-list ul li:nth-child(even) {
  background-color: #f5f5f5;
}

.table-group table td.has-list ul li span {
  line-height: 25px;
}

.table-group table td.has-list ul li span.left {
  float: left;
  padding-left: 10px;
}

.table-group table td.has-list ul li span.right {
  float: right;
  padding-right: 10px;
}

.table-group table .col-3 {
  width: 90px;
  text-align: center;
}

.table-group table .col-1 {
  width: 80px;
  text-align: center;
}

/* ====================================================
Typography
==================================================== */
.header-logo h2 {
  text-align: center;
  margin-top: 25px;
  padding: 0 25px;
}

.header-logo h2 img {
  width: 90%;
}

/* ====================================================
Buttons, input, .etc
==================================================== */
.button {
  display: block;
  margin: 0 auto;
  font-size: 15px;
  /*font-size: 1.5rem;*/
  color: #000;
  width: 280px;
  height: 50px;
  line-height: 50px;
  border: 2px solid black;
  transition: ease .3s;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  text-align: center;
  font-weight: bold;
}

.button-contact {
  display: inline-block;
  background-color: #b2000e;
  color: white;
  font-weight: bold;
  font-size: 15px;
  /*font-size: 1.5rem;*/
  width: 240px;
  height: 70px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.button-contact .txt {
  text-align: left;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 65px;
  white-space: nowrap;
}

.button-contact .txt:before {
  display: inline-block;
  content: '';
  background: url("/wp-content/themes/hanamaruki/images/feuillantine/icons/mail-icn.png") no-repeat;
  width: 38px;
  height: 26px;
  background-size: 100%;
  position: absolute;
  left: -44px;
  top: 50%;
  transform: translateY(-50%);
}

/* ====================================================
Font
==================================================== */
/* ====================================================
Position & transform
==================================================== */
/* ====================================================
Color
==================================================== */
/* ====================================================
Sizing
==================================================== */
.fiantine-intro {
  margin-top: 15px;
  overflow-x: hidden;
}

.feuillantine-intro {
  margin-top: 30px;
  padding-bottom: 30px;
}

.feuillantine-intro img[alt="title-section"] {
  width: 375px;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 374px) {
  .feuillantine-intro img[alt="title-section"] {
    width: 100%;
  }
}

.feuillantine-intro img.desc {
  width: 327px;
  display: block;
  margin: 20px auto 0;
}

@media screen and (max-width: 374px) {
  .feuillantine-intro img.desc {
    width: 100%;
  }
}

.feuillantine-recipe {
  padding-top: 20px;
}

.feuillantine-recipe .ttl-feuillantine {
  padding: 0 10px 15px;
}
.feuillantine-recipe .ttl-feuillantine p {
  padding: 20px 0 0;
  text-align: center;
}

.feuillantine-recipe img[alt="title-section"] {
  width: 310px;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 374px) {
  .feuillantine-recipe img[alt="title-section"] {
    width: 100%;
  }
}

.feuillantine-recipe .recipe {
  width: 100%;
}

.patissier-interview {
  padding-top: 25px;
}

.patissier-interview img[alt="title-section"] {
  width: 310px;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 374px) {
  .patissier-interview img[alt="title-section"] {
    width: 100%;
  }
}

.product-specs {
  padding: 25px 0 10px;
  overflow-x: hidden;
}

.product-specs .section-title {
  text-align: center;
}

.product-specs .section-title h2 {
  width: 160px;
  margin: 0 auto 30px;
  font-size: 15px;
  /*font-size: 1.5rem;*/
  color: #000;
  border-bottom: 3px solid black;
  font-weight: bold;
}

.contact {
  overflow-x: hidden;
  padding: 20px 10px;
}

.contact .box {
  background-color: #fff;
  padding: 20px;
}

.contact .box .text {
  padding-bottom: 10px;
  font-size: 15px;
  /*font-size: 1.5rem;*/
  text-align: center;
  font-weight: bold;
}

.contact .box .btn-row {
  text-align: center;
}

.pagetop {
  padding-top: 40px !important;
}

/*# sourceMappingURL=maps/styles-sp.css.map */
