@charset "utf-8";
/* CSS Document */

html {
  font-size: 62.5%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

* {
	float: none;
	position: static;
}

p {
  text-align:justify;
  line-height: 1.8em;
  margin-bottom: 8px;
}

img {
	max-width: 100%;
	height: auto;
}

body {
  width: 100%;
  background: url("../../img/shishinzu.jpg")center center / cover no-repeat fixed;
  margin: 0px;
  padding: 0px;
}

header {
  width: 100%;
  height: auto;
}

h1 {
  text-align: center;
  font-weight: normal;
  margin: 10px auto;
}

h2 {
  font-family: 'Kosugi Maru', sans-serif;
  text-align: center;
  font-size: 1.5em;
  color: #894801;
  background: linear-gradient(to right, #F9E6AA, #F7E9C4, #F7F0DF);
  line-height: 1.3;
  border-bottom: solid 5px #ffaf58;
  z-index:-2;
}

/************ Summer Version st *************************/
#nyuyokuzai {
  font-family: 'Kosugi Maru', sans-serif;
  text-align: center;
  font-size: 1.5em;
  color: #894801;
  background: linear-gradient(to right, #aeedff, #bffcff, #dafffe);
  line-height: 1.3;
  border-bottom: solid 5px #59a7fc;
  z-index:-2;
}
/************ Summer Version en *************************/

/************ Winter Version st *************************/
/*
#nyuyokuzai {
  font-family: 'Kosugi Maru', sans-serif;
  text-align: center;
  font-size: 1.5em;
  color: #894801;
  background: linear-gradient(to right, #eaaaa0, #edc5c3, #ede0df);
  line-height: 1.3;
  border-bottom: solid 5px #ee4535;
  z-index:-2;
}
*/
/************ Winter Version en *************************/

.kounou {
  padding: .5em;
  margin-bottom: 1em;
}

.kakaku {
  margin: 1em 0 2em 1em;
}

.kome {
  font-size: .6em;
}

.omotome {
  font-size: 2em;
  font-weight: bold;
}

.omotome p {
  line-height: 1em;
  margin: 0;
}

.tokutyo, .koe {
  list-style-type: none;
  margin-top: 2em;
}

.tokutyo ul {
  list-style-type: none;
}

.tokutyo p, .koe p {
  margin-top: 5px;
}

.tokutyo ul li {
  line-height: 1.4em;
}

.koe .color1_spn:before {
  content:"♨";
}

.koe p {
  margin-left: 1em;
  line-height: 1.4em;
}

.sub_title1　.sub_title2 {
  margin: 0 auto;
}

.sub_title2 {
  margin-top: 10px;
  font-size: 1em;
  color: #022696;
}

main img {
  display: block;
  margin: 0 auto;
}

.img_anime {
  display: block;
  margin: 0 auto;
  position: relative;
  animation: anime1 1.5s ease;
  -webkit-animation: anime1 1.5s ease;
}

@keyframes anime1 {
  0% { opacity: 0; top: 50px; }
  100% { opacity: 1; top: 0; }
}

@-webkit-keyframes anime1 {
  0% { opacity: 0; top: 50px; }
  100% { opacity: 1; top: 0; }
}

#left_side, #right_side {
  margin: 10px 20px;
}

.desc {
 	position: relative;
	display: inline-block;
 	margin: 1.5em 0;
	padding: 7px 10px 0;
  border-radius: 8px;
	background-color: rgba(253,219,222,.5);
}

/************ Summer Version st *************************/
.desc_nyuyokuzai {
 	position: relative;
	display: inline-block;
 	margin: 1.5em 0;
	padding: 7px 10px 0;
  border-radius: 8px;
	background-color: rgba(217,241,249,.5);
}
/************ Summer Version en *************************/

/************ Winter Version st *************************/
/*
.desc_nyuyokuzai {
 	position: relative;
	display: inline-block;
 	margin: 1.5em 0;
	padding: 7px 10px 0;
  border-radius: 8px;
	background-color: rgba(238,69,53,.2);
*/
}
/************ Winter Version en *************************/

.eat, .recipe, .kounou {
  position: relative;
  margin: 1.5em 0;
  padding: 0.5em 1em;
  border-radius: 8px;
}

.eat {
  border: solid 3px #FF57A3;
}

.recipe {
  border: solid 3px #ffaf58;
}

/************ Summer Version st *************************/
.kounou {
  list-style-type: none;
  border: solid 3px #59a7fc;
}
/************ Summer Version en *************************/

/************ Winter Version st *************************/
/*.kounou {
  list-style-type: none;
  border: solid 3px #ee4535;
}*/
/************ Winter Version en *************************/

.eat ul {
  margin-top: 5px;
}

.recipe ol {
  padding-left: -40px;
}

.eat .box-title, .recipe .box-title {
  position: absolute;
  display: inline-block;
  line-height: 1;
  background: #fefcf0;
  font-weight: bold;
}

.color_spn {
  color: #BB2C2E;
  background: linear-gradient(transparent 40%, #ffff66 0%);
  font-weight: bold;
}

.color1_spn {
  color: #BB2C2E;
  font-weight: bold;
}

.symbol_spn {
  color: #BB2C2E;
  font-weight: bold;
}

.symbol_spn:before {
  content: "【";
}

.symbol_spn:after {
  content: "】";
}

.eat .box-title {
  color: #FF57A3;
}

.recipe .box-title {
  color: #ffaf58;
}

.eat li, .recipe li {
  text-align:justify;
  padding: 10px 0;
  line-height: 1.5;
}

.eat .list_txt, .recipe .list_txt {
  padding-left: 20px;
}

.recipe p, .eat p {
  text-align:justify;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 0;
}

#shopping img {
  display: block;
  margin: 20px auto 30px;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);
}

footer {
  background-color: antiquewhite;
  max-width: 100%;
  color: #333;
  margin: 0 auto;
}

#copyright {
  margin-bottom: 0;
  text-align: center;
}

/******************************** for sp st **************************************/
@media screen and (max-width: 600px) {
  #wrap {
    top: 120px;
    max-width: 100%;
    height: auto;
    font-size: 1.4em;
    padding: 10px 20px;
    margin: 0 auto;
  }

  main {
    width: 600px;
    max-width: 100%;
    margin: 10px auto 0;
  }
  
  .sub_title1 {
    margin-top: 10px;
    font-size: 1em;
    line-height: 1.4em;
  }
  
  h1 {
    font-size: 1.5em;
  }

  h2 {
    font-size: 1.5em;
    margin-top: 5px;
    padding: 0.5em;
  }
  
  .sub_title2 {
    line-height: 1.4em;
  }
  
  .recipe .box-title, .eat .box-title {
    top: -8px;
    left: 10px;
    padding: 0 9px;
    font-size: 1.4em;
  }
  
  #left_side .img_anime {
    zoom: .8;
  }
  
  #shopping img {
    width: 80%;
  }
  
  footer {
    font-size: 1.2em;
    padding: 10px 20px;
  }
  
  footer article .footer_l img {
    width: 30px;
    margin-right: 15px;
    height: auto;
  }
  
  footer article p {
    margin-bottom: 0;
    text-align: center;
  }

  #copyright {
    font-size: .8em;
  }
  
}
/******************************** for sp en **************************************/

/******************************** for pc st **************************************/
@media screen and (min-width: 601px) {
  #wrap {
    width: 1020px;
    max-width: 100%;
    height: auto;
    font-size: 1.6em;
    margin: 0 auto;
  }

  main {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px 0;
  }
  
  .desc {
    font-size: 16px;
  }

  #left_side, #right_side {
    width: 50%;
  }

  #right_side {
    margin-top: 30px;
  }
  
  h1 {
    font-size: 1.4em;
  }

  h2 {
    margin: 10px 0;
    padding: 0.2em;
  }

  .recipe .box-title, .eat .box-title {
    top: -9px;
    left: 20px;
    padding: 0 9px;
    font-size: 1.4vw;
  }

  #shopping img {
    width: 60%;
  }
  
  footer {
    font-size: 1.4em;
    padding: 20px;
  }

  footer article {
    display: flex;
    justify-content: center;
  }

  footer article .footer_l,footer article .footer_r {
    margin: auto 20px;
  }

  footer article .footer_l img {
    width: 50px;
    margin-right: 20px;
    height: auto;
  }

  footer p {
    line-height: 17px;
  }

  #copyright {
    font-size: 10px;
  }

}
/******************************** for pc en **************************************/