@charset "UTF-8";


html {
 scroll-behavior: smooth;
}


body {  
   margin: 0px auto;
   -webkit-text-size-adjust: 100%;
   font-family:'メイリオ', 'Meiryo','YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ＭＳ ゴシック',sans-serif;
   color:rgb(46,46,46);
 }




/* @@@@@@@@@@@@@@@@@@@@ 
 カラムの設定
@@@@@@@@@@@@@@@@@@@@ */

/* 左側 */
#A {
 flex-basis: 60%;
 aborder: 1px solid green; 
 height: auto;
 }

/* 右側	*/
#B {
 flex-basis: 40%;
 height: auto;
 aborder: 1px solid blue;
 margin-left: 25px;

 }

.container {
 margin:auto;
 height:auto;
 margin-top:5px;
 min-height: 3000px;/*100vh;*/
 /*display:flex;*/
 max-width:1000px;
 padding:10px;
 justify-content:center;
 /*border: 1px solid red;*/
 }

.container_a {
 margin:auto;
 height:auto;
 margin-top:5px;
 min-height: 3000px;/*100vh;*/
 display:flex;
 max-width:1000px;
 padding:10px;
 justify-content:center;
 /*border: 1px solid red;*/
 }


/* 参考レシピ名 */
h2.type_b {
 font-family: '游ゴシック Medium', sans-serif;
 text-align: center;
 background-color: rgb(255,219,151);
 border-top-left-radius: 5px;
 border-top-right-radius: 5px;
}

/* 調味料名 */
h3.type_d {
 color: rgb(46,46,46);
 letter-spacing: 0.1em;
 text-align: center;
 apadding: 0.25em;
 border-bottom: solid 2px rgb(162,150,102);
 background: -webkit-repeating-linear-gradient(-45deg, #fff, #fff 3px,rgb(243,242,237) 3px, rgb(243,242,237) 7px);
 background: repeating-linear-gradient(-45deg, #fff, #fff 3px,rgb(243,242,237) 3px, rgb(243,242,237) 7px);
}



h1 { 
 font-size:130%;
 text-align:center;
 letter-spacing: 0.1em;
 }


h1.type_a {
  position: relative;
  text-align:center;
  font-weight:bold; 
}

h1.type_a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, tomato, tomato 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, tomato, tomato 2px, #fff 2px, #fff 4px);
}


/* ロッホローモンド */
h1.type_e {
 position: relative;
 color: rgb(208,195,151);
 font-weight: bold;
 padding: 0.25em;
 border-bottom: 2px solid rgb(218,171,119);
 background-color: rgb(21,16,12);
 }

h1.type_e:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 5px;
  background-color:rgb(208,195,151);
  z-index:999;
}


/* バスカー 他 */
h1.type_d {
 position: relative;
 color: rgb(5,165,171);
 font-weight: bold;
 text-align: center;
 padding: 0.25em;
 padding-left:0.5em;
 sborder-top:1px solid rgb(5,165,171);
 border-bottom:1px solid rgb(5,165,171);
}

h1.type_d:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 5px;
  background-color:rgb(230,240,244);
}



/* バスカー 名前 */
h1.type_b {
 position: relative;
 background-color:rgb(191,164,75);
 color:white;
}


h1.type_b:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 3px;
  background-color:rgb(13,139,118);
}
/* バスカー */



/* バスカー 他 */
.type_c {
 color: rgb(46,46,46);
 font-weight: bold;
 text-align: left;
 padding: 0.25em;
 padding-left:0.5em;
 /*border-bottom: solid 3px #b69e84;*/
 border-left: solid 10px #b69e84;

 background: -webkit-repeating-linear-gradient(-45deg, #fff, #fff 3px,#b69e84 3px, #b69e84 7px);
 background: repeating-linear-gradient(-45deg, #fff, #fff 3px,#efe8e2 3px, #efe8e2 7px);
 }
/* バスカー 他 */


/* バスカーの見出し */
h2.type_a {
 font-size:105%;
 margin-top:0px;
 color: rgb(46,46,46);
 font-weight: bold;
 text-align: left;
 padding: 0.25em 0.25em 0.25em 0.5em;
 border-left: solid 10px #b69e84;
 background: -webkit-repeating-linear-gradient(-45deg, #fff, #fff 3px,#b69e84 3px, #b69e84 7px);
 background: repeating-linear-gradient(-45deg, #fff, #fff 3px,#efe8e2 3px, #efe8e2 7px);
 }
/* --------------- */


/* ボトルカラー説明 */
ul {
 font-size:100%; 
 list-style: none;
 padding: 0;
 margin: 0;
 }

ul li {
 width: 100%;
 box-sizing: border-box;
 border-bottom:1px dotted gray;
 margin: 0;
 margin-bottom: 10px;
 text-align: left;
 padding-left: 0.5em; 
 }

ul.recipe {
 display: flex;
 }

ul.recipe li {
 border-bottom:none;
 padding-left: 5px;
 font-size:90%;
 }

.design_a {
 color: white;
 background-color: green;
 border-radius: 45px;
 padding: 0 10px;
 margin-left: 5px;
}

ol {
 counter-reset:number;
 list-style-type: none!important;
 padding:0em;
 margin-top: -10px; /* 微調整 */
}


ol li {
 position: relative;
 padding-left: 30px;
 line-height: 1.5em;
 padding: 0.5em 0.5em 0.5em 35px;
 border-bottom:1px dotted rgb(222,222,222);
}

ol li:before {
 position: absolute;
 counter-increment: number;
 content: counter(number);
 display: inline-block;
 background: orange;
 color: white;
 font-family: 'Avenir','Arial Black','Arial',sans-serif;
 font-weight: bold;
 font-size: 15px;
 border-radius: 50%;
 left: 0;
 width: 25px;
 height: 25px;
 line-height: 25px;
 text-align: center;
 top: 50%;
 -webkit-transform: translateY(-50%);
 transform: translateY(-50%);
 }









/* 緑 */
.dec_1 {
 border-radius: 5px;
 background-color: green;
 padding: 0 0.5em;
 margin-right: 10px;
 color: white;
 }

/* 青 */
.dec_2 {
 border-radius: 5px;
 background-color: blue;
 padding: 0 0.5em;
 margin-right: 10px;
 color: white;
 }

/* 赤 */
.dec_3 {
 border-radius: 5px;
 background-color: red;
 padding: 0 0.5em;
 margin-right: 10px;
 color: white;
 }

/* 灰 */
.dec_4 {
 border-radius: 5px;
 background-color: gray;
 padding: 0 0.5em;
 margin-right: 10px;
 color: white;
 }







.box_d {
    position: relative;
    margin: 1.5em 0;
    padding: 0.1em 0.5em;
    border: solid 1px orange;
    background-color:rgb(255,240,242, 0.2); 
    border-radius: 8px;
}
.box_d .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 3px 9px;
    line-height: 1;
    font-size:95%;/*19px;*/
    font-weight: bold;
    border:1px solid orange;
    background-color:tomato;/*rgb(64,128,128);*/
    border-radius:45px;
    color:white;
 }

.tex_a {
    font-size:90%;
    line-height: 2em;
    margin: 0; 
    padding: 0;
    margin-top:20px;
 }

.dec_a {
 color:white;
 background-color:orange;
 border-radius:45px;
 padding:0 10px;
 margin-left:5px;
 margin-right:5px;
 }


.box_d p {
    font-size:90%;
    margin: 0; 
    padding: 0;
    margin-top:20px;
}
.kuhaku_a {
 height:25px;
}

.kuhaku_b {
 height:10px;
}

.kuhaku_c {
 height:50px;
}


/* 画像の角を丸める */
.dat_a {
 border-radius:5px;
 }

.dat_b {
 margin-top: -20px;
 border-bottom-left-radius: 5px;
 border-bottom-right-radius: 5px;
}



/* 他レシピの画像 */
.img_g1 {
 width: 100%;
 height: auto;
}






/* 一押し調味料 右サイド */




/* 見出し */
.pick_a {
 color: rgb(46,46,46);
 font-weight: bold;
 text-align: center;
 padding: 0.25em;
 border-bottom: solid 2px rgb(162,150,102);
 background: -webkit-repeating-linear-gradient(-45deg, #fff, #fff 3px,rgb(243,242,237) 3px, rgb(243,242,237) 7px);
 background: repeating-linear-gradient(-45deg, #fff, #fff 3px,rgb(243,242,237) 3px, rgb(243,242,237) 7px);
 }


/* アコーディオン */
.contenedor {
  margin: 0px auto;
  position: relative;
}

.expand {
  /*width: 300px;*/
  padding:0px 5px;
  max-height: 80px;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #aaa;
  transition: .5s;
}

.expand::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgb(255,251,251));
    pointer-events: none;
    transition: 1s;
}

.contenedor input {
  visibility: hidden;
}

.contenedor label {
  position: absolute;
  bottom: -.8em;
  display: block;
  font-size: .9em;
  padding: .20em 10px;
  right: 0;
  background: #aaa;
  box-shadow:-5px 0 rgb(255,251,251);/*white;*/
  color: white;
  z-index:999;
  cursor: pointer;
  text-transform: uppercase;
  border-radius:5px;
}

.contenedor label:before {
  content: "開く▼";
}

.contenedor input:checked + label:before {
  content: "閉じる▲";
}

input[type=checkbox]:checked ~ .expand {
 max-height: 900px;
}

input[type=checkbox]:checked ~ .expand:before {
 opacity: 0
}


.box11 {
 position: relative;
 /*margin: 2em 0;*/
 padding: 1.5em 0.5em 0em 0.5em;
 border: 1px solid gray;
 border-radius: 5px;
 }


.box11 .title {
 position: absolute;
 display: inline-block;
 top: 0px;
 left: 0px;
 background-color:gray;
 padding:1px 20px;
 color:white;
 letter-spacing: 0.5em;
 border-bottom-right-radius:5px;
}


.grada1 {
 background: -moz-linear-gradient(bottom, #F5F5F5, #FFF);
 background: -webkit-linear-gradient(bottom, #F5F5F5, #FFF);
 background: linear-gradient(to top, #F5F5F5, #FFF);
}


.grada2 {
 position: relative;
 width:100px;
 padding: 0.1em 0.5em;
 background: -webkit-linear-gradient(to right, tomato, transparent);
 background: linear-gradient(to right, tomato, transparent);
 color: rgb(46,46,46);
 font-weight:bold;
 border-top-left-radius:5px;
 display: block;
}




h3.type_a {
 border-bottom: solid 3px skyblue;
 position: relative;
 margin-top: 0px;
 margin-bottom: -10px;
}


h3.type_a:after {
 position: absolute;
 content: " ";
 display: block;
 border-bottom: solid 3px #ffc778;
 bottom: -3px;
 width: 30%;
}






