@import url(//use.fontawesome.com/releases/v5.0.11/css/all.css);


/*-------------------------------------------

 
-------------------------------------------*/



@media (min-width: 768px) {
  .consultation .ttl-item {
    margin-bottom: 10px;
    font-size: 17px;
  }
}

.mokuji_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 80%;
  font-size: 17px;
  margin: 20px auto 40px;
  padding: 30px;
  background-color: #fff;
}

.mokuji_nav h2 {
  color: #008d71;
  font-size: 20px;
}

.mokuji_nav li {
  width: 46%;
}

.mokuji_nav li:nth-child(1) {
  width: 100%;
}

.mokuji_nav li:nth-child(n + 2) {
  margin-top: 10px;
}

.mokuji_nav a {
  display: block;
  color: #4c4c4c;
  font-weight: bold;
  text-decoration: none;
  text-indent: -12px;
  padding-left: 12px;
}

.mokuji_nav a::before {
  content: "●";
  color: #008d71;
  display: inline-block;
  width: 12px;
  height: 12px;
}

.mokuji_nav::after {
  content: "";
  display: block;
  width: 46%;
  /* .boxに指定したwidthと同じ幅を指定する */
  height: 0;
}

@media print,
screen and (max-width: 767px) {
  .mokuji_nav {
    width: 96%;
    font-size: 15px;
    line-height: 1.4
  }

  .mokuji_nav li {
    width: 100%;
  }

  .mokuji_nav h2 {
    font-size: 18px;
  }
}
/*-------------------------------------------
<!-- 監修スタイル -->
-------------------------------------------*/
.shop_adviser_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.shop_adviser_list li {
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 4px 13.5px 1.5px rgba(77, 65, 65, 0.15);
  box-shadow: 0px 4px 13.5px 1.5px rgba(77, 65, 65, 0.15);
  border-radius: 20px;
  padding: 4%;
  margin-bottom: 30px;
}

.shop_adviser_list_top figure,
figure+.shop_adviser_list_ttl {
  width: 48%;
  text-align: center;
}

.shop_adviser_list_ttl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.shop_adviser_list_top {
  display: flex;
  justify-content: space-between;
}

.shop_adviser_list_ttl h2 {
  font-size: 20px;
  font-weight: 400;
  width: 100%;
  text-align: center;
}

.shop_adviser_list_ttl h3 {
  font-size: 16px;
  font-weight: 400;
}

.shop_adviser_list_ttl p {
  margin-top: 5px;
  text-align: center;
}

.shop_adviser_list_top+.shop_adviser_list_bottom {
  margin-top: 20px;
}

@media (min-width: 767px) {
  .shop_adviser_list li {
    width: 48%;
    padding: 2%;
  }

  .shop_adviser_list_top figure {
    width: 38%;
  }

  figure+.shop_adviser_list_ttl {
    width: 58%;
  }

  .shop_adviser_list_ttl {
    width: 100%;
  }

}
/*-------------------------------------------
<!-- FAQ -->
-------------------------------------------*/
.faq_box7 {
  padding: 1em 1.5em;
  margin: 2em 0;
  background-color:#eaf3f2;/*背景色*/
  border:1px solid #dcdcdd;/*線*/
  /*color:#000000;文字色*/
  border-radius: 10px;/*角の丸み*/
}
.faq_box7 p {
  margin: 0; 
  padding: 0;
}

/*-------------------------------------------
<!-- Footer 付箋 使用していない-->
-------------------------------------------*/

.footer_box11 {
  width: 260px;/* 紙の横幅 100%にすると全幅表示に */
  padding: 15px;
  margin: 2em auto;
  background: #ecebdd;/* 紙の色 */
  color: #000;/* 文字色 */
  box-shadow: 4px 4px 4px rgba(0,0,0,0.03);transform:rotate(2deg);
  word-break: break-all;
}
.footer_box11 p {
   margin: 0; 
   padding: 0;
   font-size: 0.9em;
}
.footer_box11_tape {
   width: 50%;
   height: 35px;
   margin: -25px auto 0;
   background: #989898;
   transform: rotate(-3deg);
   opacity: 0.1;
}
.footer_box11_title {
   text-align: center;
   font-size: 1.3em!important;
   margin-top: 10px!important;
}
.footer_box11_subtitle {
   text-align: center;
   font-size: 0.7em!important;
   margin-bottom: 1em!important;
}

/*-------------------------------------------
<!-- table -->
-------------------------------------------*/

.table_ec{
  border-collapse:separate;
  border-spacing: 5px;
  width: 100%;
}

table th,table td{
  border-radius: 5px;
  text-align: left;
  padding: 10px 20px;
}

table th{
  background-color: #d9f1ef;  
  border:solid 1px #9e9e9e;
}

table td{
  background-color: #ffffff;
  border:solid 1px #9e9e9e;
}

/*-------------------------------------------
<!--商品並べる-->
-------------------------------------------*/

#column ul {
	width: calc(100 + 20px);
	margin: 0 -10px;
	display: flex;
	flex-wrap: wrap;
}

#column li {
	padding: 0 10px 20px;
}

#column li a,
#column li a:visited {
	text-decoration: none;
	/*color: #111;*/
}

#column li p {
	font-size: 90%;
	margin-bottom: 3px;
}

#column li span {
	font-size: 80%;
	display: block;
}

.column02 li {
	width: calc(50% - 20px);
}

.column03 li {
	width: calc(33.3333% - 20px);
}

.column04 li {
	width: calc(25% - 20px);
}

.column05 li {
	width: calc(20% - 20px);
}

/*-------------------------------------------
<!--商品詳細　Recipeから抜粋-->
-------------------------------------------*/
/*-------------------------------------------
Recipe
-------------------------------------------*/
.flex {
  display: flex;
  margin-bottom: 60px;
}
.flex .image {
  width: 50%;
}
/*
高さは700pxで固定し、「object-fit: cover;」で
高さを固定したまま画面幅にあわせて画像を拡大縮小させる
*/
.flex .image img {
  width: 100%;
  height: 700px;
  object-fit: cover;
  vertical-align: bottom;
}
.flex .recipe {
  width: 100%;
  padding: 40px 5% 0 5%;
}
.flex .recipe .page-title {
  font-size: 1.75rem;
  margin-bottom: 20px;
}
.flex .recipe .content-title {
  border-bottom: solid 1px #ccc;
  font-size: 1.25rem;
  padding-bottom: 5px;
  margin: 40px 0 15px 0;
}
.flex .recipe .ingredient-list {
  display: flex;
  flex-wrap: wrap;
}
/*
border-bottom に「dotted」を指定して点線にする
*/
.flex .recipe .ingredient-list dt {
  width: 75%;
  border-bottom: dotted 1px #ccc;
  padding: 6px 0;
}
.flex .recipe .ingredient-list dd {
  width: 25%;
  border-bottom: dotted 1px #ccc;
  padding: 6px 0;
  text-align: right;
}
.flex .recipe .step-list li {
  border-bottom: dotted 1px #ccc;
  padding: 6px 0;
  margin-left: 20px;
}

/*-------------------------------------------
<!--続きを読むボタン-->
-------------------------------------------*/

.wrapper {
  width: 640px;
  margin: 30px auto;
  font-size: 1.6rem;
  line-height: 1.5;
}
.text_wrapper {
  position: relative;
  margin-bottom: 45px;
}
.text {
  height: 90px;
  overflow: hidden;
}
.show_more,
.show_more2 {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 30px;
  padding-top: 60px;
  text-align: center;
  line-height: 30px;
  background: linear-gradient(
    180deg,
    rgb(255, 255, 255, 0) 0%,
    rgb(255, 255, 255, 1) 70%
  );
  cursor: pointer;
  transition: bottom 0.2s;
}
.active {
  background: none;
  bottom: -30px;
}