/* カスタマイズ用CSS */

.title01 {
  position: relative;
  padding: 0.5em 1em;
  background: #a6d3c8;
  color: white;
  margin: 30px auto 20px;
  font-size: 150%;
  font-weight:  bold;
}

.title01::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}

.title02 {
  position: relative;
  padding: 0.5em 2em;
  background: #000;
  color: #FFF;
  margin: 60px auto 20px;
  font-size: 150%;
  font-weight:  bold;
  display: table;
}

.title02:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #000;
  width: 0;
  height: 0;
}

@media screen and (max-width:768px) {
.title01{
  font-size: 130%;
}
.title02{
  font-size: 100%;
}
}

/*.sound {
    width: 100%;
    font-size: 120%;
}
.sound li {
    list-style: none;
    width: 20%;
    margin: 2%;
    display: inline-block;
}

.sound li img{
    width: 100%;
  cursor: pointer;
  transition-duration: 0.3s;
  margin-bottom: 10px;
}
.sound li:hover img{
  opacity: 0.6;
  transition-duration: 0.3s;
}

@media screen and (max-width:768px) {
.sound {
    width: 100%;
    font-size: 100%;
}
.sound li {
    list-style: none;
    width: 40%;
    margin: 2%;
    display: inline-block;
}
}*/

.sound {
    width: 100%;
    font-size: 120%;
}
.sound li {
    list-style: none;
    width: 28%;
    margin: 2%;
    display: inline-block;
}

.sound li img{
    width: 100%;
  cursor: pointer;
  transition-duration: 0.3s;
  margin-bottom: 10px;
}
.sound li:hover img{
  opacity: 0.6;
  transition-duration: 0.3s;
}

@media screen and (max-width:768px) {
.sound {
    width: 100%;
    font-size: 100%;
}
.sound li {
    list-style: none;
    width: 40%;
    margin: 2%;
    display: inline-block;
}
}

.btn-square-pop {
  position: relative;
  display: inline-block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #fd9535;/*背景色*/
  border-bottom: solid 2px #d27d00;/*少し濃い目の色に*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
  width: 100%;
  text-align: center;
  margin: 10px auto 10px;
}

.btn-square-pop:active {
  border-bottom: solid 2px #fd9535;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.btn-square-pop:hover,
.btn-square-pop:visited{
    color: #FFF;
    text-decoration:  none;
    opacity: 0.6;
}

/*コンセプト*/

.concept{
    background: url(/html/template/default/assets/img/concept/illust01.png) no-repeat 100%;
	background-position: top;
	text-align: center;
	padding: 100px 0 50px;
	line-height: 2;
	font-size: 16px;
}

.concept p {
	margin-bottom: 30px;
}

.concept .title {
	margin: 50px auto;
}

.concept table {
	text-align: left;
}


@media screen and (max-width:768px) {
.concept {
	font-size:12px;
	background-size: contain;
	padding: 10% 10% 0;
}

.concept .title {
	margin: 0 30% 10%;
	width: 40%;
}

img {
    max-width: 100%;
}
}

@media print, screen and (min-width: 769px){
.sp {
	display: none;
}
}

@media screen and (max-width:768px) {
.pc {
	display: none;
}
}

body {
    font-weight: 500 !important;
}

.btn-push a {
  display: inline-block;
  text-align: left;
  background-color: #ffa300;
  font-size: 20px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  margin-top: 5%;
  padding: 10px 20%;
  border-radius: 4px;
  border-bottom: 4px solid #d37800;
  text-align: center;
}

@media screen and (max-width:768px) {
    .btn-push a {
        width: 100%;
}
}

.btn-push:active {
    transform: translateY(4px);
    border-bottom: none;
}

.btn-push a,
.btn-push a:hover,
.btn-push a:active,
.btn-push a:visited {
    color: #FFF;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

div.explan {
	background:#fffbc7;
	padding:30px 30px 20px;
	margin-top:20px;
	color: #420000;
}
div.explan p {
	border-top:solid 1px #420000;
	border-bottom:solid 1px #420000;
	padding:20px 0;
}

/*焙煎士*/

#supplier h1 {
  font-size: 5rem;
  background: url(/html/template/default/assets/img/supplier/meister.jpg) no-repeat 100%;
}

#secret .heading-page span, #supplier .heading-page span, #nojyuku .heading-page span {
  font-weight: 700;
  display: block
}

#secret h1, #secret h2, #secret h3, #supplier h1, #nojyuku h1 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: .5rem;
  text-align:center;
  color: #280f00
}

#secret .heading-page,
#supplier .heading-page,
#nojyuku .heading-page {
  margin: 0;
  padding: 150px 0;
  color: #fff;
  background-color: #280f00;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover
}

.secrent-supplier {
  min-height: 643px;
  padding: 140px 0 0;
  background: url(/html/template/default/assets/img/supplier/supplier_top.png) left 30px top 120px/45% auto no-repeat #f5f0e8
}

.secrent-supplier__body {
  width: 50%;
  max-width: 402px;
  margin-left: auto;
  padding-top: 20px
}

.secrent-supplier__body h3 {
  font-size: 2rem;
}

.secrent-supplier__title {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 2;
  margin: 1.5em 0 1.5em;
  color: #280f00
}

.secrent-profile__section h4 {
	font-weight:500;
	font-size:3rem;
  color: #280f00
}

.secrent-profile__top {
  margin: 70px auto;
  text-align: center
}

@media (min-width:1200px) {
  .secrent-supplier {
    background-position: calc(50% - 220px) 120px;
    background-size: 709px 477px
  }
}

@media (max-width:991.98px) {
  .secrent-supplier {
    min-height: 0;
    padding-top: 60px;
    padding-bottom: 60px
  }
  .secrent-supplier__body {
    padding-top: 0
  }
}

@media (max-width:767.98px) {
  .secret-supplier img {
	width:100%;
	height:auto;
  }
  .secrent-profile__top {
    margin: 0 auto 60px;
  }
  .secrent-supplier {
    min-width: 0;
    padding-bottom: 75vw;
    background-position: center bottom 30px;
    background-size: contain
  }
  .secrent-supplier__title {
    font-size: 1.25rem
  }
  .secrent-supplier__body {
    width: 100%;
    max-width: 100%;
    padding-top: 0
  }
  .secrent-profile__container h3 {
	font-size:1.5em;
  }
}

#supplier p {
	font-size:1.6rem;
	color: #280f00;
	width:85%;
}

.secrent-profile {
  color:#280f00;
}

.secrent-profile__container {
  max-width: 792px;
  font-size:115%;
}

.secrent-profile__body {
  max-width: 650px;
  margin-right: auto;
  margin-left: auto
}

.secrent-profile__section {
  padding: 80px 0;
  border-top: 1px solid #280f00
}
.secrent-profile__name {
  margin: 0 0 50px;
  text-align: center;
  color:#280f00
}

.secrent-profile__name__en {
  font-size: 1.2rem;
  display: block;
  margin-top: 5px
}

.secrent-profile__list {
  margin-bottom: 90px
}

.secrent-profile__heading {
  font-size: 1.8125rem;
  margin: 0 0 40px;
  text-align: center
}

@media (max-width:991.98px) {
  .secrent-profile {
    padding-top: 0
  }
}

.table--history td, .table--history th {
  padding: 5px 0;
  border: none
}

.table--history th {
  font-weight: 500;
  width: 12em
}

@media (max-width:767.98px) {
  #supplier p {
	width:100%;
  }
  .table--history th {
    font-weight: 700
  }
  .table--history td {
    margin-bottom: 1em
  }
  .table--history, .table--xs-block {
    display: block
  }
  .table--form tbody, .table--form td, .table--form th, .table--form thead, .table--form tr, .table--history tbody, .table--history td, .table--history th, .table--history thead, .table--history tr, .table--xs-block tbody, .table--xs-block td, .table--xs-block th, .table--xs-block thead, .table--xs-block tr {
    display: block;
    width: 100%
  }
#secret .heading-page, #supplier .heading-page, #nojyuku .heading-page  {
    padding: 45px 0
  }
#secret .heading-page span, #supplier .heading-page span, #nojyuku .heading-page span {
    font-size: 3rem
  }
}

/*おいしさの秘密*/

#secret ol {
	padding: 0
}

#secret h1 {
  font-size: 5rem;
  background: url(/html/template/default/assets/img/secret/page_ttl.jpg) no-repeat 100%;
}

#secret h2 {
  font-size: 2.5rem;
}

#secret h3 {
  font-size: 2.3rem;
  text-align:left;
  font-weight:700;
  color: #280f00
}

#secret ol {
	list-style: none
}

.secret-quality__image {
  width: 100%;
  margin-bottom: 80px
}

#secret .heading-lead {
  font-weight: 700;
  line-height: 2;
  margin: 0px 0 70px
}

@media (max-width:767.98px) {
  #secret .heading-lead {
    font-size: 2rem
  }
}

.d-inline-block {
  display: inline-block!important
}

.secret-quality {
  padding-top: 50px
}

.container, .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%
}

.secret-quality__container {
  max-width: 952px
}

.secret-quality__image {
  width: 100%;
  margin-bottom: 80px
}

.secret-quality__flow>li {
  position: relative;
  margin: 0 0 80px
}

@media screen and (max-width:768px) {
	
.secret-quality__image {
  width: 100%;
  margin-bottom: 80px
}

.secret-quality__image img, .secret-quality__body img {
	width:100%;
	height:auto;
	margin: 16px auto;
}

}

.secret-quality__num {
  font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace;
  font-size: 4.5rem;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 30px;
  letter-spacing: -2px;
  border-bottom: 4px solid #280f00;
  color: #280f00
}

#secret p {
	font-size:1.5rem;
	color: #280f00
}

@media (max-width:767.98px) {
  #secret p {
	font-size:1.6rem;
	color: #280f00
  }

  .secret-quality__num, .secret-quality__title {
    display: inline-block
  }

  .secret-quality__num {
    font-size: 4rem;
    line-height: 1;
    margin-right: 10px
  }
}

@media (min-width:768px) {
  .secret-quality__flow>li:nth-child(1):before, .secret-quality__flow>li:nth-child(2):before, .secret-quality__flow>li:nth-child(2):before {
    position: absolute;
    display: block;
    content: '';
    background-color: #f5f0e8
  }
  .secret-quality {
    overflow: hidden
  }
  .secret-quality__flow>li {
    margin-bottom: 160px
  }
  .secret-quality__flow>li:nth-child(1) {
    min-height: 363px
  }
  .secret-quality__flow>li:nth-child(1):before {
    bottom: -210px;
    left: 39%;
    width: 334px;
    height: 253px
  }
  .secret-quality__flow>li:nth-child(1) .secret-quality__body {
    padding-top: 130px
  }
  
  .secret-quality__flow>li:nth-child(2):before {
    bottom: -80px;
    left: -350px;
    width: 489px;
    height: 370px
  }
  .secret-quality__flow>li:nth-child(2) {
    min-height: 354px;
    margin-bottom: 160px
  }
  .secret-quality__flow>li:nth-child(2) .secret-quality__row {
    min-height: 474px;
    padding-top: 120px
  }
  .secret-quality__flow>li:nth-child(2) .secret-quality__row--rev {
    min-height: 583px;
    margin-bottom: 150px;
    padding-top: 10px
  }
  .secret-quality__flow>li.secret-quality__finished {
    margin-bottom: 100px
  }
  .secret-quality__row {
    position: relative
  }
  .secret-quality__image {
    position: absolute;
    top: 0;
    left: 51%;
    text-align: left
  }
  .secret-quality__body {
    width: 47%;
    max-width: 26em
  }
  .secret-quality__row--rev .secret-quality__body {
    margin-left: auto
  }
  .secret-quality__row--rev .secret-quality__image {
    right: 55%;
    left: inherit;
    text-align: right
  }
}

.secret-quality__finished {
  margin-bottom: 100px
}

.secret-quality__finished:before {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto 60px;
  -webkit-transform: rotate(-35deg) skew(20deg);
  transform: rotate(-35deg) skew(20deg);
  border-bottom: 1px solid #280f00;
  border-left: 1px solid #280f00
}

.secret-quality__finished__lead {
  font-size: 1.1875rem;
  margin-bottom: 2em
}

.qd-Table.col-3 {
    display: none !important;
}

#page_product_list .ec-shelfGrid__item form {
	display: none;
}
#page_product_list .ec-productRole__btn {
	display: none;
}

.footername {
    color: #FFF;
    margin-bottom: 30px;
    text-align: center;
}

@media screen and (max-width:768px) {
.footername {
    margin: 20px auto;
}
}

/* SNSボタン横揃え　*/

.sns-button {
    list-style-type: none;
    margin: 0 auto 30px;
    padding: 0;
    display: table;
}
.sns-button li {
    float: left;
    margin: 0 5px 0 0;
    padding: 0;
}
.sns-button li div {
    display: inline;
}
.sns-button:before,
.sns-button:after {
    content: " ";
    display: table;
}
.sns-button:after {
    clear: both;
}
.sns-button {
    *zoom: 1;
}
.sns-button iframe.twitter-share-button {
    width: 90px !important;
}

@media screen and (max-width:768px) {
.sns-button {
	margin-top: 30px;
}
}




/* Instagram */
#insta ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0 100px 100px;
    justify-content: center;
}
#insta li {
    list-style: none;
    width: 20%;
    padding-right: 1px;
    padding-bottom: 1px;
}

@media screen and (max-width: 768px) {
    #insta {
        margin-bottom: 50px;
    }
    #insta ul {
        padding: 0;
    }
    #insta li {
        list-style: none;
        width: 33%;
    }
    #insta li:nth-child(n+10){   /* スマホ時の表示件数指定 */
        display:none;
    }
}

#insta img {
    max-width: 100%;
    height: auto;
    display: block;
}
#insta li a {
    position: relative;
    display: block;
}
#insta li a .like {
    display: none !important;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6em;
    color: #fff;
    opacity: 0.9;
    text-shadow: 0 0 7px #000;
}
#insta li a .like i {
    font-size: 0.8em;
}
#insta li a .like i:before {
    margin-right: 0.2em;
}
#insta h1 {
    text-align: center;
    font-size: 30px;
    font-weight:bold;
    padding: 30px;
    color:#333;
}

.ec-footerRole {
    clear: both;
}



/*野塾*/


#nojyuku {
	color: #280f00 !important;
	line-height: 2;
	font-size: 110%;
}

#nojyuku a {
	color: #280f00 !important;
}

#nojyuku h1 {
  font-size: 5rem;
  background: url(/html/template/default/assets/img/nojyuku/page_ttl.jpg) no-repeat 100%;
}

.nojyukutb {
	width: 100%;
	margin: 50px auto;
}

.nojyukutb img {
	width: 550px;
	margin-right: 60px;
}

#nojyuku h2 {
	width: 922px;
	margin: 80px auto 50px;
	padding-bottom: 20px;
	border-bottom: 1px solid #280f00;
	color: #280f00;
	text-align: center;
}

.nojyukutb02 {
	width: 100%;
	margin-bottom: 50px;
}

.nojyukutb02 p {
	margin-bottom: 15px;
}

.nojyukuttl {
	font-size: 110%;
	font-weight: bold;
	line-height: 1;
}

.nojyukutb02 img {
	transition: 0.5s;
	margin-bottom: 10px;
}

.nojyukutb02 img:hover {
	opacity: 0.5 ;
}

@media screen and (max-width: 768px) {
.nojyukutb {
	margin: 10% auto;
}

.nojyukutb td {
	width: 100%;
	display: block;
}

.nojyukutb img {
	width: 100%;
	margin-bottom: 5%;
	margin-right: 0;
}

#nojyuku h2 {
	width: 80%;
	margin: 10% auto 5%;
	padding-bottom: 5%;
}

.nojyukutb02 {
	width: 80%;
	margin: 0 10%;
}

.nojyukutb02 td {
	width: 100%;
	display: block;
	padding-bottom: 30px;
}

.nojyukutb02 th {
	display: none;
}


}


/*送料無料表示用*/
.postage {
	color: #DE5D50;
	border: 3px solid #DE5D50;
	display: table;
	text-align: center;
	margin: 0 auto 20px;
	padding: 10px 20px;
	font-weight: bold;
	font-size: 120%;
	background: #FFF;
}

.tred a {
	color: #DE5D50 !important;
}


/**/

.ec-layoutRole {
	background-image: url(/html/template/default/assets/img/common/back.png);
	background-size: 40%;
}

#disp_column,
.ec-newsRole__news {
	background: #FFF;
}

@media screen and (max-width: 768px) {
.ec-layoutRole {
	background-size: 100%;
}
}