@charset "utf-8";

@font-face {
  font-family: "Fredericka the Great";
  src: url('font/FrederickatheGreat-Regular.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

.conatiner{
  color:#333;
  font-size:1rem;
  font-family: YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans', sans-serif;
}

.inner-container{
 display:table;
}

.inner-container img{
  margin:0 auto;
  display:table-cell;
  text-align: center;  
}

/*============================================*/
/* 見出し（小）*/
/*============================================*/
.section-sub-ttl {
  margin-bottom: 50px;
  text-align: center;
}

.section-sub-ttl__eng {
  font-size: clamp(2.5rem, 2.136rem + 1.82vw, 3.5rem);
  color: rgba(177, 154, 149, 0.502);
  font-family: "Fredericka the Great";
  position:relative;
  padding: 0 40px;
}

.section-sub-ttl__eng:before {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  width: 100%;
  height: 1.5px;
  background: #b19a9580;
  left:0;
} 

.section-sub-ttl__eng span{
  position: relative;
  display:inline-block;
  padding: 0 1em;
  background: #fff;
}

.section-sub-ttl__jpn {
  font-weight: bold;
  font-size: 1.4rem;
  font-family: sans-serif;
}

@media screen and (max-width: 768px) {
  .section-sub-ttl__eng {
  line-height: 2.8rem;
  }
}


/* ライ麦について ============================================*/
.lead-sentence {
  width: 75%;
  margin: 0 auto 100px;
  text-align: center;
  padding: 50px 0;
}

.lead-sentence h2 {
  color: #fff;
  position: relative;
  padding-bottom: 50px;
  font-size:1.6rem;
  font-weight:700;
}

.lead-sentence h2::after {
  content: "-The charm of rye-";
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
  font-size:1rem;
  font-family: serif;
  opacity: 0.5;
}

.lead-sentence p {
  color: #fff;
  font-size: 1.1rem;
  line-height: 2rem;
}

.lead-bg {
  background-color: #544c3d;
}

.zoom-1 img {
  width: 100%;
  height: auto;
  -webkit-animation: animationZoom1 20s ease-in-out forwards;
          animation: animationZoom1 20s ease-in-out forwards;
}

.zoom {
  max-width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: 3px 3px 7px #ccc;
}

.raimugi-image img {
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.item_common-ttl {
  margin: 0 auto 10px;
  padding: 10px 0px 10px 10px;
  font-size: 1.3rem;
  font-weight: bold;
  border-bottom: 1px dashed #ccc;
  border-left: 5px solid #31465c;
}


@media screen and (max-width: 768px) {
    .item_common-ttl {
      font-size: 1.1rem;
    }
}

.item_common-txt {
  margin-bottom: 15px;
  padding-bottom: 20px;
  line-height: 1.5;
  color:#333;
}

.accbox {
  margin: 2em 0;
  padding: 0;
}

.accbox label {
  display: block;
  margin: 1.5px 0;
  padding: 11px 12px;
  color: #fff;
  background: #31465c;
  transition: all 0.5s;
  text-align: left;
  font-size: clamp(1.1rem, 1.027rem + 0.36vw, 1.3rem);
  font-weight: 600;
}

.accbox .accshow {
  height: auto;
  padding: 20px;
  background: #fff;
  opacity: 1;
}

.setsumei1 h2 {
  font-size: clamp(1.5rem, 1.391rem + 0.55vw, 1.8rem);
  text-align: left;
  border-bottom: solid 2px #544c3d;
  margin-bottom: 10px;
  position: relative;
  font-weight: bold;
  color: #544c3d;
  letter-spacing: 0.2rem;
}

.p-h2-small {
  font-size: clamp(1.1rem, 1.027rem + 0.36vw, 1.3rem);
}

.setsumei1 h2::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -39px;
  left: -17px;
  width: 95px;
  height: 90px;
  background-image: url("img/rye-icon.webp");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: -1;
  opacity: 0.3;
}

table,
th,
td {
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table {
  width: 100%;
  text-align: center;
}

th,
td {
  padding: 10px 0px 10px 15px;
  white-space: normal;
  text-align: left;
}

th {
  font-size: clamp(1rem, 0.927rem + 0.36vw, 1.2rem);
}

tr:nth-child(2n+1) {
  background-color: #eee;
}

@media screen and (max-width: 768px) {
  table.material01 thead {
    display: revert;
  }

  table.material01 tbody td {
    display: revert;
  }

  table.material01 tbody td p {
    padding-left: 0;
  }
}

/*----------------------ページ内リンク----------------------*/

.fixedWidget {
    position: fixed;
    top: 90px;
}

@media screen and (max-width: 768px) {
  .fixedWidget {
    top: 72px;
}
}

#c-navi {
    background-color: #b19a95;
    width: 100%;
    z-index: 100;
}

.c-navi-list {
    display: flex;
    justify-content: space-between;
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 10px;
}

.c-navi-item {
    padding: 20px 10px;
}

.c-navi-item:hover {
    transition: .3s;
    background: radial-gradient(#fff6ea, rgb(255, 167, 147 / 97%) 60%);
}

.c-navi-item a {
    font-weight: bold;
    font-size: clamp(1rem, 0.927rem + 0.36vw, 1.2rem);
}

.c-navi-item a:hover {
    text-decoration: none;
}

.c-navi-item__about::before {
    content: "";
    background-image: url(img/rye.png);
    display: inline-block;
    width: 25px;
    height: 25px;
    background-size: contain;
    vertical-align: text-top;
}

.c-navi-item__sourdough::before {
    content: "";
    background-image: url(img/sour.svg);
    display: inline-block;
    width: 25px;
    height: 25px;
    background-size: contain;
    vertical-align: text-top;
}

.c-navi-item__recipe::before {
    content: "";
    background-image: url(img/recipe.png);
    display: inline-block;
    width: 25px;
    height: 25px;
    background-size: contain;
    vertical-align: text-top;
}

.c-navi-item__robro::before {
    content: "";
    background-image: url(img/robro.png);
    display: inline-block;
    width: 25px;
    height: 25px;
    background-size: contain;
    vertical-align: text-top;
}

.c-pointMain {
    position: relative;
}

.c-point {
    font-weight: bold;
    color: #872c46;
    text-decoration: underline;
    cursor: pointer;
}

.c-point__balloon {
    position: absolute;
    top: 40px;
    left: 50px;
    width: 240px;
    height: auto;
    padding: 15px;
    color: #fff;
    background: #544c3d;
    text-align: left;
    border-radius: 25px;
    font: 16px / 2 "游ゴシック";
    z-index: 10;
}

.c-point__balloon::before {
    content: "";
    display: block;
    position: absolute;
    top: -18px;
    left: 180px;
    border-style: solid;
    border-width: 0 10px 20px 10px;
    border-color: transparent transparent #544c3d transparent;
    z-index: 10;
}

.c-point__balloon--close {
    width: 100%;
    margin-top: 20px;
}

.c-point__balloon--close span {
    padding: 5px 10px;
    border: #fff solid 1px;
    border-radius: 3px;
}

.c-point__balloon--button {
  color:#fff;
}

.c-point__balloon--close span:hover {
    color: #fff;
    background-color: #333;
}


@media screen and (max-width: 425px) {
    .c-navi-item {
        padding: 15px 5px;
    }
}

/* スペーサー ============================================*/

.space_top100 {
    padding-top: 180px;
}

@media screen and (max-width: 768px) {
  .space_top100 {
    padding-top: 140px;
  }
}

.space_bottom20 {
    margin-bottom: 20px;
}

.space_bottom50 {
    margin-bottom: 50px;
}

.space_bottom70 {
    margin-bottom: 70px;
}

.space_bottom80 {
    margin-bottom: 80px;
}

.space_bottom100 {
    margin-bottom: 100px;
}

.space_bottom150 {
    margin-bottom: 150px;
}

.space_bottom200 {
    margin-bottom: 200px;
}

/* 共通設定 ============================================*/
.box27 {
  position: relative;
  margin: 2em 0;
  padding: 0.5em 1em;
  border: solid 3px #872c46;
  border-radius: 0 5px 5px 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.box27 .box-title {
  position: absolute;
  display: inline-block;
  top: -32px;
  left: -3px;
  padding: 5px 12px;
  height: 32px;
  line-height: 25px;
  font-size: clamp(1rem, 0.927rem + 0.36vw, 1.2rem);
  background: #872c46;
  color: #ffffff;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  letter-spacing: 0.1rem;
}

.box27 p {
  margin: 10px 0 10px 0;
  padding: 0;
}

.box25 {
  position: relative;
  padding: 0.5em 0.7em;
  margin: 2em 0;
  background: #b19a95;
  color: #ffffff;
  font-weight: bold;
}

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

.box25 p {
  margin: 0;
  padding: 0;
  color: #ffffff;
}

/*============================================*/
/*ロブロ */
/*============================================*/

.robro{
  background-color: rgba(177, 154, 149, 0.5);
  padding:30px;
  border-radius: 20px;
}

.robro img{
  border-radius: 50%;
}

.robro div:nth-child(2){
  padding-left:30px
}
.author{
  font-size:clamp(1.3rem, 1.227rem + 0.36vw, 1.5rem); 
  font-weight:500; 
  display:inline-block; 
  margin-bottom:5px;
}

@media screen and (max-width: 768px) {
  .robro{
    padding:20px;
    margin:0 5px 50px 5px;
  }  
  .robro div:nth-child(2){
    padding:20px 0 0 0;
  }
}

.ttl_eng{
  color:#872c46;
  font-size: 1.8rem;
  font-family: "Fredericka the Great";
  font-weight:400;
}

/*============================================*/
/*リンクボタン */
/*============================================*/
a.btns, div.btns {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  position: relative;
  box-sizing: border-box;
  padding: 0 25px 0 40px;
  color: #fff;
  font-size: clamp(1rem, 0.927rem + 0.36vw, 1.2rem);
  letter-spacing: 0.1rem;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
  margin-bottom:10px;
}

a.btns:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 25px;
  margin-top: -6px;
}
a.btns:hover {
  background: #fff;
}
a.btn_c01{
  background: #872c46;
  border: 1px solid #872c46;
} 
a.btn_c01:hover{
  color: #872c46;
  border: 1px solid #872c46;
}
a.btn_c01:hover:before{
  border-top: 2px solid #872c46;
  border-right: 2px solid #872c46;
}


/*============================================*/
/*SNS */
/*============================================*/

.lead-bg01 { 
  background-color: #f3f3f3; 
  padding: 50px 0px;
}
.sns{
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.sns-box00{
  display: block;
  width: 20%;
  text-align: left;
  border-right: solid 1px #333;
}
.sns-box01{
  display: inline-block;
  width: 15%;
  padding: 10px;
  text-align: center;
}
.sns img{width: 40%;}
.sns h2{
  font-family: serif;
  font-size: 25px;
  font-weight: bold;
  margin: 20px 0px;
  text-align: center;
}
.sns h2::before{content: none;}
.sns h4{
  font-family: "Noto Sans JP", sans-serif;
font-weight: bold;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0px;
  text-shadow: none;
  margin-bottom: 20px;
}
.sns a{color: #333;}
@media screen and (max-width: 640px) {
.sns img{width: 80%;}
.sns h2{
  font-size: 20px;
  margin: 10px 0px;
}
.sns-box00{width: 25%;}
.sns-box01{width: 18%;}
.sns h4{font-size: 11px;}
}

/*============================================*/
/*PC/スマホ表示非表示 */
/*============================================*/

@media only screen and (min-width : 320px) {
  .pc_h {
    display: none;
  }

  .smp_h {
    display: inline;
  }
}

@media only screen and (min-width : 992px) {
  .pc_h {
    display: inline;
  }

  .smp_h {
    display: none;
  }
}

@media only screen and (min-width : 1200px) {
  .pc_h {
    display: inline;
  }

  .smp_h {
    display: none;
  }
}