@charset "utf-8";
/* CSS Document */
header img {
  border-radius: 10px;
  margin: auto;
}
#mainBlock section {
  margin: 90px auto;
  max-width: 840px;
}
@media screen and (max-width:640px) {
  #mainBlock section {
    margin: 40px auto;
  }
}
#mainBlock #commitment h2, #mainBlock #about h2, #mainBlock #chefs h2, #mainBlock #history h2, #mainBlock #summary h2, #mainBlock #secret h2, #mainBlock #recipe h2, #mainBlock #parts h2, #mainBlock #shop h2 {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 700;
  font-size: 250%;
  line-height: 140%;
  letter-spacing: 2px;
  color: #603813;
  margin: 90px 0 45px;
  text-align: center;
}
@media screen and (max-width:640px) {
  #mainBlock #commitment h2, #mainBlock #about h2, #mainBlock #chefs h2, #mainBlock #history h2, #mainBlock #summary h2, #mainBlock #secret h2, #mainBlock #recipe h2, #mainBlock #parts h2, #mainBlock #shop h2 {
    font-size: 180%;
    margin: 40px 0 25px;
  }
}
#mainBlock h2 span {
  border-bottom: 1px solid #603813;
  padding: 5px;
}
#mainBlock h3 {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 700;
  font-size: 180%;
  line-height: 100%;
  letter-spacing: 2px;
  color: #603813;
  margin: 20px 0px 10px;
  border-bottom: 1px dotted #948643;
  padding: 5px;
}
#mainBlock .text {
  font-size: 17px;
  line-height: 160%;
  letter-spacing: 1px;
}
.tc {
  text-align: center
}
#mainBlock .textR {
  font-size: 17px;
  line-height: 160%;
  letter-spacing: 1px;
  text-align: right;
  padding-right: 10px;
}
#mainBlock .voice {
  width: 30%;
  height: auto;
  border-radius: 50%;
  float: left;
  margin-right: 30px;
}


#chefblock .voice {
  width: 30%;
  height: auto;
  border-radius: 50%;
  float: left;
  margin-right: 50px;
}

/*#chefblock .chef_img{
  width: 40%;
  height: auto;
  float: left;
  margin-right: 50px;
}*/


.chefblock {
	margin-bottom: 7%;
	border-bottom: solid 1px #150A00;
}

.chefblock  .chef_img-txt{
	display: block;
	min-height: 300px;
	
}
.chefblock .chef_imgbox{
	display: flex;
	justify-content: space-between;
	padding: 4% ;
	margin: 4% 0 8% 0;
	background: #f7f7f7;
	border: 1px solid #eee;
}
.chefblock .chef_imgbox .chef_img{
	width: 48%;
	text-align: center;
}

.chefblock .chef_imgbox .chef_img p{
	padding-top: 4%;
}
.chefblock .chef_imgbox .chef_img img{
	border-radius:8px;
}

@media screen and (max-width:640px) {
#mainBlock .textR{
	font-size: 16px;		
	}
.chefblock .chef_imgbox{
	flex-wrap: wrap;	
	}
.chefblock .chef_imgbox .chef_img{
	width: 100%;
	margin-bottom: 7%;
}
}

#history ul li {
  margin-bottom: 30px;
}
#history .historyImg {
  text-align: center;
  margin-top: 4%;
}
#history .historyImg span {
  letter-spacing: 2px;
  font-weight: 600;
  line-height: 200%;
}
#history .historyImg img {
  width: 100%;
  margin: auto;
  border-radius: 10px;
}
#summary .summary-box {
  display: flex;
  justify-content: space-between;
  max-width: 840px;
  margin: auto;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 1px;
  text-align: center;
}
#summary .summary-box .summary-inn {
  width: 31%;
}
#summary .summary-box .summary-inn .sum-label {
  background-color: #39090A;
  color: #FFFFFF;
  font-weight: 500;
  padding: 4%;
  border-radius: 7px 7px 0 0;
}
#summary .summary-box .summary-inn .sum-in {
  padding: 7% 4%;
  border-radius: 0px 0px 7px 7px;
  border: 1px solid #39090A;
  min-height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}
@media screen and (max-width:640px) {
  #summary .summary-box .summary-inn .sum-in {
    min-height: inherit;
  }
}
#secret ul {
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 1px;
  margin: 0 auto;
}
#secret ul li {
  background-color: #E7E3C3;
  padding: 3%;
  margin: 0 auto 2% auto;
  max-width: 840px;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  color: #2E0C0C;
  border-radius: 7px;
  box-sizing: border-box;
}
#secret .miryoku-deco {
  display: block;
  margin: 0 auto;
}
#secret {
  background-image: url("../img/magamo/miryoku02.png");
  background-position: right 300px top 0;
  background-repeat: no-repeat;
}
#shop .btn {
  display: block;
  max-width: 840px;
  margin: 40px auto 0;
  padding: 20px;
  text-align: center;
  border: solid 2px #603813;
  color: #603813;
  font-size: 22px;
  line-height: 100%;
  font-weight: 700;
  border-radius: 10px;
  box-sizing: border-box;
  background: #F4E9D4;
}
#parts p img {
  margin: 0 auto;
}
#parts table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px 15px;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 1px;
}
#parts table th, #parts table td {
  padding: 15px;
}
#parts table th {
  text-align: left;
  width: 18%;
  overflow: visible;
  position: relative;
  color: #4D4D4D;
  font-weight: bold;
  font-size: 18px;
}
#parts table th:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-width: 10px;
  margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() {
  #parts table th::after {
    float: right;
    padding: 0;
    left: 30px;
    top: 10px;
    content: " ";
    height: 0;
    width: 0;
    position: relative;
    pointer-events: none;
    border: 10px solid transparent;
    border-left: #295890 10px solid;
    margin-top: -10px;
  }
}
#parts table td {
  background: #f8f8f8;
  padding-left: 25px;
}
#parts #parts1 {
  background-color: #CFCEED;
}
#parts #parts1:after {
  border-left-color: #CFCEED;
}
#parts #parts2 {
  background-color: #C3E7FE;
}
#parts #parts2:after {
  border-left-color: #C3E7FE;
}
#parts #parts3 {
  background-color: #CDE1C4;
}
#parts #parts3:after {
  border-left-color: #CDE1C4;
}
#parts #parts4 {
  background-color: #F2D091;
}
#parts #parts4:after {
  border-left-color: #F2D091;
}
#parts #parts5 {
  background-color: #F5CFE8;
}
#parts #parts5:after {
  border-left-color: #F5CFE8;
}
*, ::before, ::after {
  box-sizing: content-box;
}
body {
  letter-spacing: 0;
}
@media screen and (max-width:640px) {
  #mainBlock h2 {
    font-size: 200%;
    line-height: 160%;
  }
  #mainBlock h3 {
    font-size: 150%;
  }
  #mainBlock img {
    width: 100%;
  }
  #mainBlock .text {
    line-height: 140%;
  }
  #mainBlock .voice {
    width: 80%;
    float: none;
    margin: 0 auto 20px;
  }
  #mainBlock .secret {
    width: 50%;
    float: none;
    margin: 0 auto 20px;
  }
  #parts table {
    padding-right: 10px;
    line-height: 140%;
  }
  #parts table th, #parts table td {
    padding: 5px;
    display: block;
    width: 100%;
  }
  #parts table th {
    text-align: center;
  }
  #parts table th::after {
    position: unset;
  }
  #parts #parts1:after {
    border-left-color: transparent;
  }
  #parts #parts2:after {
    border-left-color: transparent;
  }
  #parts #parts3:after {
    border-left-color: transparent;
  }
  #parts #parts4:after {
    border-left-color: transparent;
  }
  #parts #parts5:after {
    border-left-color: transparent;
  }
  #summary .summary-box {
    flex-wrap: wrap;
    width: 94%;
    margin: 0 auto;
  }
  #summary .summary-box .summary-inn {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 4%;
  }
  #secret {
    background-position: right 10px top 0;
  }
  #secret ul {
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 1px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  #secret ul li {
    background-color: #E7E3C3;
    padding: 4% 2%;
    margin: 0 auto 4% auto;
    width: 94%;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #2E0C0C;
    border-radius: 7px;
    text-align: left;
  }
  #secret .miryoku-deco {
    display: block;
    margin: 0 auto;
    /*	width: 60%;	*/
  }
}
.content_jump {
  margin-bottom: 10px;
}
.content_jump li {
  display: inline;
  margin: 0 3px;
  border-right: dotted 1px #666666;
  padding-right: 8px;
}
.content_jump li a {
  color: #D4746A;
}
@media screen and (max-width:640px) {
  .content_jump li {
    display: block;
    margin: 0;
    border-right: 0;
    padding-right: 0;
  }
  .content_jump li a {
    display: block;
    padding: 1% 2%;
    border-bottom: dotted 1px #cccccc;
    background: #fafafa;
  }
}
.txt__box {
  max-width: 840px;
  margin: auto;
}
#about img {
  border-radius: 10px;
}
img.top__img {
  margin: 15px 0 0 0;
  border-radius: 10px;
}
.text.caption {
  background: #f5f3e2;
  padding: 15px;
  font-size: 14px;
  margin:0;
    border-radius:0 0 15px 15px;
}

.magamo__ami{
    margin:30px 0 0 0;
    border:2px solid #E7E3C3;
    padding:0 15px 15px 15px;
    border-radius:15px;
}

/*動画の高さ*/

.video {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9のアスペクト比 */
    height: 0;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
