﻿@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------------------
共通 clearfix wrap red center_block img span.icon_limited pc_only sp_only
--------------------------------------------------------------*/
.column .clearfix {
  padding:0px;
  margin:0px;
  font-size:0px;
  line-height:1px;
  height:1px;
	clear: both;
}

.column .wrap{
  /*max-width: 860px;*/
  max-width: 1000px;
  margin: auto;
  padding: 0 1rem;
}

@media (max-width: 640px) {
.column .wrap{
  padding: 0 .5rem;
}
}
/*コラム横幅用に下記を追加*/
.column_wrap{
  max-width: 860px;
  /*max-width: 1000px;*/
  margin: auto;
  padding: 0 1rem;
}

@media (max-width: 640px) {
.column_wrap{
  padding: 0 .5rem;
}
}

/* 注意書き */
.red{
  color: #cf152d!important;
}

/* 中央寄せ */
.center_block{
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center!important;
}
/* 画像 */
img{
	vertical-align: bottom;
  max-width: 100%;
}

/* 限定アイコン */
span.icon_limited{
  background:#cf152d!important;
  color: #fff!important;
  margin-right: .3rem!important;
  padding: .05rem .3rem!important;
  font-size: .8rem!important;
  border-radius: 6px!important;
  border: solid 1px #cf152d!important;
}

/* pc_only sp_only */
.pc_only{
  display: block;
}
.sp_only{
  display: none;
}
.pc_only_inline{
  display: inline;
}
.sp_only_inline{
  display: none;
}
@media screen and (max-width:767px) {
.pc_only{
  display: none;
}
.sp_only{
  display: block;
}
.pc_only_inline{
  display: none;
}
.sp_only_inline{
  display: inline;
}
}

.m-10{
  margin: 10px 0;
}

.m-20{
  margin: 20px 0;
}

.text-center{
  text-align:center;
}

.btn_area{
  max-width: 300px;
  margin: 20px auto !important;
}

.btn_area_w400{
  max-width: 400px;
  margin: 20px auto !important;
}

@media screen and (max-width:767px) {
.btn_area{
  max-width: 300px;
  margin: 20px auto!important;
}
}


.highlight {
    text-decoration: underline;
    text-decoration-thickness: 0.5em;
    text-decoration-color: rgba(247, 149, 212, 0.4);
    text-underline-offset: -0.2em;
    text-decoration-skip-ink: none;
}

/*--------------------------------------------------------------
ul-link リンクのアンダーライン
--------------------------------------------------------------*/
a.ul-link{
  text-decoration:underline;
}


/*--------------------------------------------------------------
column_column 大枠
--------------------------------------------------------------*/
.column_column{
  /*padding: 0 0 50px;*/
  padding: 0px;
}

/*column_column 大枠*/

/*--------------------------------------------------------------
main_visual メインビジュアル
--------------------------------------------------------------*/
.main_visual{
  max-width: 840px;
  margin: 10px auto 20px;
  padding: 0 10px;
}

/*main_visual メインビジュアル*/

/*--------------------------------------------------------------
sub_visual サブビジュアル
--------------------------------------------------------------*/
.sub_visual{
  max-width: 820px;
  margin: 10px auto 20px;
  padding: 0 0px;
  text-align: center;
}

@media (max-width: 640px) {
  .sub_visual{
    text-align: center;
  }
  }

/*sub_visual サブビジュアル*/

/*--------------------------------------------------------------
sub_visual_tate サブビジュアル縦
--------------------------------------------------------------*/
.sub_visual_tate{
  max-width: 600px;
  margin: 10px auto 20px;
  padding: 0 0px;
  text-align: center;
}

@media (max-width: 640px) {
  .sub_visual_tate{
    text-align: center;
  }
  }

/*sub_visual サブビジュアル*/




/*--------------------------------------------------------------
見出し タイトル h1
--------------------------------------------------------------*/
.column_title{
    background: #f5efe4;
    padding: 1.5rem 0;
    text-align: center;
}
.column_title h1{
  margin: 0;
  font-size: 1.5rem;/*font-size: 1.05rem;*/
  color: #411e1b;
  font-weight: bold;
  line-height: 1.8;
}
.column_title h1 span{
  color: #fff;
  background: #c20f2f;
  padding: 2px 5px;
  font-size: 16px;
}

@media (max-width: 640px) {
.column_title{
  padding: .8rem ;
}
.column_title h1{
  font-size: 1.2rem;
}
}
/* 見出し タイトル h1 */

/*--------------------------------------------------------------
公開日・更新日 update
SNS
--------------------------------------------------------------*/
p.update{
  font-size: 14px;
  color: #78412b;
  margin: 10px 0;
}

/* SNS */
.introduce .wrap{
  display: flex;
  align-items: center;
  margin: 10px auto 0;
}

.sns_list{
  width: calc(85% - 30px);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0px auto 0;
}

.sns_list img{
  padding: 0 0 0 30px;
}

@media (max-width: 640px) {
.sns_list{
  width: auto;/**/
  margin: 0px auto 0;
  justify-content: center;
}
.sns_list img{
  padding: 0 5px 0;
}
}

/* mail_please メールでおねだり*/
 .mail_please img{
  filter: drop-shadow(7px 5px 6px rgba(0,0,0,0.2));
  padding: 0 !important;
  margin: 0 0 0 30px;
 }

@media screen and (max-width: 767px){
 .mail_please{
  margin: 10px auto 0;
  text-align: center;
 }
 .mail_please img{
  padding: 0 !important;
  margin: 0 0 0;
 }
 }

/*公開日・更新日 update SNS */

/*--------------------------------------------------------------
見出し h2 h3 h4 h5
--------------------------------------------------------------*/
.blog__inner h2 {
  position: relative;
  padding: 0.5em;
  background: #dbb15e;
  color: #fff;
  font-weight: 600;
  margin: 0 0 15px;
  font-size: 1.45rem;/*font-size: 1.05rem;*/
}

.blog__inner_listTitle h2 {
  position: relative;
  padding: 0.5em;
  background: #dbb15e;
  color: #fff;
  font-weight: 600;
  margin: 0 auto;
  font-size: 1.45rem;/*font-size: 1.05rem;*/
  max-width: 1200px;
}
@media (max-width: 1199px) {
.blog__inner_listTitle h2 {
  position: relative;
  padding: 0.5em;
  background: #dbb15e;
  color: #fff;
  font-weight: 600;
  margin: 0 auto;
  font-size: 1.45rem;/*font-size: 1.05rem;*/
  max-width: 92%;
}
}

.blog__inner p {
    font-size: 15px;
    /* font-size: 14px; */
    line-height: 1.6;
    margin: 10px 0 10px;
}

.about .blog__inner h2 {
  position: relative;
  padding: 0.5em;
  background: #78412b;
  color: #fff;
  font-weight: 600;
  margin: 0 0 15px;
  font-size: 1.45rem;/*font-size: 1.05rem;*/
}


.blog__inner h3 {
  background: linear-gradient(transparent 70%, rgba(219, 177, 94, .5) 70%);
  font-weight: 600;
  color: #231815;
  font-size: 1.4rem;/*font-size: 1rem;*/
  margin: 20px 0 20px;
  display: inline;
}

.blog__inner h4 {
  padding: 0.25em 0.5em;
  color: #231815;
  background: transparent;
  border-left: solid 5px rgba(219, 177, 94, .5);
  font-weight: 600;
  font-size: 1.3rem;/*font-size: 1rem;*/
}

.blog__inner h5 {
  color: #fff;
  padding: 0.5em 1em 0.5em 0.5em;
  display: inline-block;
  line-height: 1.3;
  background: rgba(219, 177, 94, .8);
  vertical-align: middle;
  border-radius: 25px ;
  font-weight: 600;
  font-size: 1.2rem;/*font-size: 1rem;*/
}

.blog__inner h5:before {
  content: '●';
  color: white;
  margin-right: 8px;
}

.blog__inner h6{
  border: #78412b solid 1px;
  padding: 3px 5px;
  border-radius: 6px;
  margin: 0 5px 10px;
  background-color: #f5efe4;
  color: #78412b;
  display: inline-block;
  font-size: 1rem;
}

@media (max-width: 640px) {
.blog__inner h2{
  font-size: 1.15rem;
}

.about .blog__inner h2{
  font-size: 1.15rem;
}

.blog__inner h3{
  font-size: 1.125rem;
}

.blog__inner h4{
  font-size: 1.12rem;
}

.blog__inner h5{
  font-size: 1rem;
}
}

/* 見出し h2 h3 h4 h5  */

/*--------------------------------------------------------------
p pタグ
--------------------------------------------------------------*/

.column p{
  font-size: 15px;/*font-size: 14px;*/
  line-height: 1.6;
  margin: 10px 0 10px;
}

.column p.update{
  font-size: 14px;
}

.column p span.point{
  font-size: 1.1rem;/*font-size: 16px;*/
  font-weight: 600;
  line-height: 1.6;
  margin: 10px 0 10px;
}

p.hashtag{
  color: #421f1b;
  display: inline-block;
  padding: 0 10px;
  font-weight: 600;
  margin: 4px 0 4px;
}


/* p pタグ */

/*--------------------------------------------------------------
contents もくじ
--------------------------------------------------------------*/
.contents{
}

.wrap_contents{
  max-width: 840px;
  margin: 10px auto 0px;
}

.wrap_contents .contents_index{
  background-color: #fff;
  padding: 20px 20px;
  max-width: 840px;
  margin: 10px 15px 10px;
  border: solid 1px #a18b65;
  outline: solid 3px #a18b65;
  outline-offset: 2px;
  overflow: hidden;
}

.wrap_contents .contents_index h6 {
  overflow: hidden;
  text-align: center;
}
.wrap_contents .contents_index h6 span {
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  text-align: left;
}
.wrap_contents .contents_index h6 span::before,
.wrap_contents .contents_index h6 span::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 400%;
  height: 1px;
  background-color: #ccc;
}
.wrap_contents .contents_index h6 span::before {
  right: 100%;
}
.wrap_contents .contents_index h6 span::after {
  left: 100%;
}

.wrap_contents .contents_index h2{
  background: none!important;
  color:#231815;
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
  padding: 0.3em 0!important;
  font-weight: 400;
}

.wrap_contents .contents_index h2::before{
  display: none;
}

.wrap_contents .contents_index li{
    position: relative;
    padding-left: 10px;
  }

.wrap_contents .contents_index li:before {
    content: "";
    position: absolute;
    top: .9em;
    left: 0;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #a18b65;
  }

@media (max-width: 640px) {
.contents h2{
  padding: 0rem .5rem 0rem!important;
  font-size: .8rem;
}
}

/* page_link もくじ */

/*--------------------------------------------------------------
blog 記事
--------------------------------------------------------------*/
.blog{
  padding: 10px 0;
}
.blog__inner{
  padding: 10px 5px;
}

/* blog 記事 */

/*--------------------------------------------------------------
items オンラインショップ商品
--------------------------------------------------------------*/
.items{
  background-color: #f5efe4;
  padding: 20px 0 0;
}

/* list オンラインショップ商品リスト */
h2.recommend_w,
h3.recommend_w{
  text-align:center;
  font-size:22px;
  background: rgba(255,255,255,0);
  color:#231815;
  padding:0;
  margin:20px 0 0;
}



.list {
  width: 100%;
  margin: 10px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

}

.collection_img{
  padding: 0rem ;/*padding: .5rem ;*/
  background: #fff;
  text-align: center;
  align-items: center;
  justify-content: center;
  overflow: unset;
  position: relative;
}

.list__item_2 {
  width: calc((100% - 40px) / 2);
  min-height: 250px;
  margin-bottom: 10px;
  padding: 1rem 1rem 1rem;
  position: relative;
}
.list__item_3 {
  width: calc((100% - 30px) / 3);
  min-height: 250px;
  margin-bottom: 10px;
  padding: 1rem 1rem 1rem;
  position: relative;
}
.list__item_4 {
  width: calc((100% - 20px) / 4);
  min-height: 250px;
  margin-bottom: 10px;
  padding: 1rem 1rem 1rem;
  position: relative;
}
.list__item_5 {
  width: calc((100% - 10px) / 5);
  min-height: 250px;
  margin-bottom: 10px;
  padding: .5rem .5rem 1rem;
  position: relative;
}

.list__item_2_text, .list__item_3_text,
.list__item_4_text, .list__item_5_text, .list__item_6_text{
  line-height: 1.5;
  text-decoration: none;
  display: block;
  margin-top: .5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.list__item_2_text h2, .list__item_3_text h2,
.list__item_4_text h2, .list__item_5_text h2, .list__item_6_text h2{
  font-size: .8rem;
  font-weight: bold;
  color: #411e1b;
  line-height: 1.6;
  margin: 0;
  background: none;
}

.list__item_2_text h3, .list__item_3_text h3,
.list__item_4_text h3, .list__item_5_text h3, .list__item_6_text h3{
  font-size: .8rem;
  font-weight: bold;
  color: #411e1b;
  line-height: 1.6;
  margin: 0;
  background: none;

}

.list__item_2_text h2::before, .list__item_3_text h2::before,
.list__item_4_text h2::before, .list__item_5_text h2::before, .list__item_6_text h2::before{
  display: none;
}

.list__item_2_text p.guide, .list__item_3_text p.guide,
.list__item_4_text p.guide, .list__item_5_text p.guide, .list__item_6_text p.guide{
  font-size: 12px;
  color: #411e1b;
  line-height: 1.6;
  text-align: left;
  margin: .5rem 0 1rem;
}

.list__item_2_text p.price, .list__item_3_text p.price,
.list__item_4_text p.price, .list__item_5_text p.price, .list__item_6_text p.price{
  font-size: 1rem;
  color: #000;
  line-height: 1.6;
}

@media (max-width: 640px) {

.list__item_2, .list__item_3,
.list__item_4, .list__item_5, .list__item_6{
  width: calc((100% - 1px) / 2);
  min-height: 200px;
  margin-bottom: 10px;
  padding: .5rem .5rem .5rem;
}

.list__item_2_text h2, .list__item_3_text h2,
.list__item_4_text h2, .list__item_5_text h2, .list__item_6_text h2{
  font-size: 14px;
}

.list__item_2_text h2 br, .list__item_3_text h2 br,
.list__item_4_text h2 br, .list__item_5_text h2 br, .list__item_6_text h2 br{
  display: none;
}

.list__item_2_text h3, .list__item_3_text h3,
.list__item_4_text h3, .list__item_5_text h3, .list__item_6_text h3{
  font-size: 14px;
}

/*.list__item_2_text h3 br, .list__item_3_text h3 br,
.list__item_4_text h3 br, .list__item_5_text h3 br, .list__item_6_text h3 br{
  display: none;
}*/

.list__item_2_text p.price, .list__item_3_text p.price,
.list__item_4_text p.price, .list__item_5_text p.price, .list__item_6_text p.price{
  font-size: 14px;
}
}

/*--------------------------------------------------------------
btn_arrow_light (NEWカートにいれるボタン)
--------------------------------------------------------------*/
.btn_arrow_light {
  display: block;
  background: #231916;
  color: #fff;
  padding: 1em 2em 1em 1em;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin: 15px 0 0;
  border-radius: 6px;
  position: relative;
}

.list__item_2_text .btn_arrow_light, .list__item_3_text .btn_arrow_light,
.list__item_4_text .btn_arrow_light, .list__item_5_text .btn_arrow_light, .list__item_6_text .btn_arrow_light{

   margin: auto 0 0;
}


.btn_arrow_light::after{
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    right: 20px;
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-color: transparent transparent #FFF #FFF;
    transform: rotate(-135deg);
    transition: .3s;
}
.btn_arrow_light:hover::after{
    right: 10px;
}
@media screen and (max-width:320px) {
  .btn_arrow_light {
  font-size: 12px;
}
  }

/*--------------------------------------------------------------
btn_arrow_light_red (赤いボタン)
--------------------------------------------------------------*/
.btn_arrow_light_red {
  display: block;
  background: #c20f2f;
  color: #fff;
  padding: 1em 2em 1em 1em;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin: 15px 0 0;
  border-radius: 6px;
  position: relative;
}

.btn_arrow_light_red::after{
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    right: 20px;
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-color: transparent transparent #FFF #FFF;
    transform: rotate(-135deg);
    transition: .3s;
}
.btn_arrow_light_red:hover::after{
    right: 10px;
}
@media screen and (max-width:320px) {
  .btn_arrow_light_red {
  font-size: 12px;
}
  }

/*--------------------------------------------------------------
table 表
--------------------------------------------------------------*/
.tbl{
  margin-bottom: 10px;
}
.tbl th {
  background: #f5efe4;
  border: solid 1px #d5b04a;
  color:#231815;
  padding: 5px 10px;
  text-align: center;
}
.tbl td {
  border-top: solid 1px #d5b04a;
  border-bottom: solid 1px #d5b04a;
  border-left: solid 1px #d5b04a;
  border-right: solid 1px #d5b04a;
  padding: 5px 10px;
  color:#231815;
  font-weight: bold;
  font-size: 13px;
}

.tbl td:first-child {
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  .tbl {
    width: 95%;
  }
  .tbl .thead {
    display: none;
  }
  .tbl tr {
    width: 100%;
  }
  .tbl td {
  border-top: none;
  border-bottom: solid 1px #d5b04a;
  border-left: solid 1px #d5b04a;
  border-right: solid 1px #d5b04a;
  display: block;
  text-align: right;
  width: 100%;
  }
  .tbl td:first-child {
    border-top: solid 1px #d5b04a;
    background: #f5efe4;
    color: #231815;
    font-weight: bold;
    text-align: center;
  }
  .tbl td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }
  .tbl-chocolixir td.reg{
    border-top: solid 1px #d5b04a;
  }
}
/* table 表 */

/*--------------------------------------------------------------
ol,li,リスト 数字
--------------------------------------------------------------*/
.column ol {
  counter-reset: li;
}

.column ol > li {
  list-style: none;
  position: relative;
  padding-left: 2em;
 margin-bottom: 0.5em;
}

.column ol > li:before {
  counter-increment: li;
  content: counter(li);
  margin-right: 1em;
  background: #d5b04a;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  left: 0em;
  top: 2px;
  line-height: 1.4;
}
/* ol,li,リスト 数字 */

/*--------------------------------------------------------------
ul.gold_circle, li,リスト ゴールド丸
--------------------------------------------------------------*/
ul.gold_circle li{
  margin-bottom: 1em;
  line-height: 2em;
  font-size:15px;
}

ul.gold_circle li:before {
    content:  "";
    width: 1.2em;
    height: 1.2em;
    display:  inline-block;
    background-color: #d5b04a;
    border-radius:  50%;
    vertical-align: middle;
    margin-right: .5em;
}
/* ul.gold_circle, li,リスト ゴールド丸 */

/*--------------------------------------------------------------
balloon1 balloon2　吹き出し
--------------------------------------------------------------*/
/*吹き出し共通*/
.balloon1,
.balloon2,
.balloon3{
  width: 100%;
  margin: 1.5em 0;
  display: flex;
  overflow: hidden;
}
.balloon4{
  width: 100%;
  margin: 1.5em 0;
  padding: 0;
  display: flex;
  overflow: hidden;
  flex-direction: row; 
  justify-content: space-around; 
}
.balloon1 .faceicon img,
.balloon2 .faceicon img{
  width: 100%;
  height: auto;
  /*border: solid 3px #f5efe4;
  border-radius: 50%;*/
}
.balloon3 .faceicon img{
  width: 100%;
  height: auto;
  /*border: solid 3px #f5efe4;
  border-radius: 50%;*/
}
.balloon4 .faceicon img{
  width: 100%;
  height: auto;
  /*border: solid 3px #f5efe4;
  border-radius: 50%;*/
}
.balloon4 .chatting{
    padding: 0 0 0 2em;
}
.balloon1 .faceicon,
.balloon2 .faceicon{
  width: 80px;
}
.balloon3 .faceicon{
  width: 200px;
}
.balloon4 .faceicon{
  width: 200px;
}
.chatting {
  width: 100%;
}

.says p {
  margin: 0;
  padding: 0;
}

/*.balloon1 右に人物*/
.balloon1 .says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #f5efe4;
}
.balloon3 .says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #f5efe4;
}

.balloon1 .says,
.balloon3 .says {
  position: relative; 
  margin: 5px 0 0 15px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #f5efe4;
}

/*.balloon1 右に人物*/

/*.balloon2 左に人物*/
.balloon2 .says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  right: -24px;
  border: 12px solid transparent;
  border-left: 12px solid #f5efe4;
}

.balloon2 .says {
  position: relative; 
  margin: 5px 15px 0 0px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #f5efe4;
}

/*.balloon2 左に人物*/

@media (max-width: 640px) {
.balloon4 {
  flex-direction: column; /* 縦並び */
}
.balloon4 .faceicon{
  width: 100%;
}
.balloon4 .chatting{
    padding: 0;
}
}
/*balloon1 balloon2　吹き出し*/

/*--------------------------------------------------------------
list__special (1行1商品)
--------------------------------------------------------------*/
.list__special{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 1em 0;
}

.list__special_img_half{
  width: calc(50% - 10px);
    margin: 0 auto 5px;
}

.list__special_text_half{
  width: calc(50% - 10px);
    margin: 0 auto 50px;
    padding: 0 0 0 2rem;
    text-align: left;
}

.list__special_text_half h2{
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -.01em;
  text-align: center;
  margin: 0 0 20px;
}

.list__special_text_half p{
  font-size: 14px;
}

.list__special_text_half p.price{
  margin-top: 10px;
  color: #ad6a34;
  font-weight: 600;
  text-align: center;
}

.list__special_text_half p.cart{
  width: 80%;
  margin: auto;
}

.list__special_img_half .collection_img{
  background:  none;
  padding: 0 0;
}

@media screen and (max-width:767px) {
  .list__special{
  display: block;
}

  .list__special_img_half, .list__special_text_half{
  padding: 0px 0;
  width: 100%;
  margin: 0 auto 0px;
}

.list__special_text_half p.cart{
  width: 90%;
  margin: auto;
}
}

@media screen and (max-width:767px) {
.list__special_text_half h2{
  font-size: 16px;
  letter-spacing: -.01em;
  text-align: center;
  margin-top: 20px;
}
}

/* flex order */
.order0{
  order: 0;
}

.order1{
  order: 1;
}

@media screen and (max-width:767px) {

.order0{
  order: 1;
}

.order1{
  order: 0;
}
  }
/*list__special (1行1商品)*/

/*--------------------------------------------------------------
youtube
--------------------------------------------------------------*/
.movie_wrap {
    position: relative;
    border: solid 1px #d5b04a;
    max-width: 600px;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
}

.youtube {
  position:relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.youtube::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 102%;
}
/* youtube */

/*--------------------------------------------------------------
supervisor
--------------------------------------------------------------*/
.supervisor{
  padding: 10px 5px 0;
}

.supervisor h2{
  position: relative;
  padding: 0;
  color: #231815;
  font-weight: 500;
  margin: 0 0 5px;
  font-size: 1.025rem;
  text-align: center;
}

.supervisor__inner{
  display: flex;
  align-items: flex-start;
  border: dashed 1px #d5b04a;
  padding: 10px;
}

.supervisor__inner .img{
  width: 15%;
  padding: 10px 5px 10px 10px;
}

.supervisor__inner .img img{
  width: 100%;
  height: auto;
  border: solid 2px #d5b04a;
  border-radius: 50%;
}

.supervisor__inner .text{
  width: 85%;
  padding: 0px 10px 0px 10px;
}

.supervisor__inner .text h3.division{
  font-size: .8rem;
  line-height: 1.5;
  margin: 0 0 5px;
  font-weight: 400;
}

.supervisor__inner .text h4.name{
  font-size: .9rem;
  line-height: 1.4;
  margin: 0 0 5px;
  font-weight: 600;
}

.supervisor__inner .text p.career{
  font-size: 13px;
  line-height: 1.4;
}

.supervisor__inner .text p.career span{
  background-color: #f5efe4;
  padding: 3px;
}

@media screen and (max-width:540px) {

  .supervisor__inner{
  display: block;
  border: dashed 1px #d5b04a;
  padding: 10px;
}

.supervisor__inner .img{
  width: 35%;
  margin: auto;
  padding: 5px 5px 5px;
}

.supervisor__inner .text{
  width: 100%;
  margin: auto;
  padding: 5px 5px 5px;
}

  }

/*--------------------------------------------------------------
references
--------------------------------------------------------------*/
.references{
  padding: 10px 5px 0;
}

.references__inner{
  border-top: solid 1px #666;
  padding: 10px;
}

.references .references__inner h2{
  color: #231815;
  font-weight: 500;
  margin: 0 0 5px;
  font-size: 1.025rem;
}

.references .references__inner p{
  font-size: 14px;
}

@media screen and (max-width:540px) {

}

/*references*/

/*--------------------------------------------------------------
back_index
--------------------------------------------------------------*/
.back_index{
  padding: 10px 5px 0;
}

.back_index .btn_arrow_light {
  display: block;
  background: #fff;
  color: #231916;
  padding: 1em 2em 1em 1em;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin: 15px auto 0;
  border: solid 1px #666;
  position: relative;
  max-width: 280px;
}

.back_index .btn_arrow_light::after{
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    right: 20px;
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-color: transparent transparent #666 #666;
    transform: rotate(-135deg);
    transition: .3s;
}
.back_index .btn_arrow_light:hover::after{
    right: 10px;
}
@media screen and (max-width:320px) {
.back_index .btn_arrow_light {
  font-size: 12px;
}
  }

/*back_index*/



/*--------------------------------------------------------------
column/ INDEX
--------------------------------------------------------------*/
.column_index_bg {
  background: url(../img/bg_column.jpg) top center no-repeat, #f5efe4;
  background-size: cover;
  padding-top: 10px;
}

.column_index_menu {
  margin: 0 auto 0;
  width: 100%;
  text-align: center;
}

.column_index_menu h1{
  color: #fff;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
  margin: 0 0 20px;
}

.column_index_menu ul{
  padding: 0 .5rem 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.column_index_menu ul li {
  text-align: center;
  background-color: rgba(255,255,255,.6);
  margin: 0.5rem 5px;
  padding: 0.5rem 0.5rem 0.5rem;
  width: calc((100% - 40px) / 4);
}

.column_index_menu ul li h2{
  font-size: 14px;
  margin: 0;
  color: #411e1b;
  font-weight: normal;
  background: none;
}

.column_index_menu ul li h2::before{
  display: none;
}

/*.column_index_menu ul li h2 br{
  display: none
}*/

.column_index_menu a{
  opacity: 1;
}

.column_index_menu a:hover{
  opacity: .6;
}

@media screen and (max-width: 768px) and (max-width: 820px)  {
  .column_index_menu ul li {
  text-align: center;
  background-color: rgba(255,255,255,.6);
  margin: 0.5rem 5px;
  padding: 0.5rem 0.5rem 0.5rem;
  width: calc((100% - 40px) / 2);
}
}

@media screen and (max-width: 767px) {
  .column_index_menu {
  margin: 0 auto 0;
  width:90%;
  text-align: center;
}
.column_index_menu h1{
  margin: 0px 0 20px;
}
.column_index_menu ul{
  padding-bottom: 0px;
}
.column_index_menu ul li {
  display: block;
  text-align:center;
  background-color:rgba(255,255,255,.8);
  width: 98%;
  padding:.5rem;
  margin: auto auto 10px;
}

.column_index_menu ul li h2{
  font-size: 12px;
  margin: 0;
  font-weight: bold;
}
.column_index_menu ul li h2 br{
  display: block
}
}
/*column/ INDEX*/

.column_gold_bg {
  background: rgb(224,183,97);
background: linear-gradient(90deg, rgba(224,183,97,1) 0%, rgba(250,244,181,1) 50%, rgba(224,183,97,1) 100%);
  background-size: cover;
  padding:40px 0 50px;
}

.column_gold_bg .column_index_menu h1.column_index {
  margin:0px auto 30px;
  max-width:160px;
  text-shadow:none;
}

.column_gold_bg .column_index_menu h1.column_index {
  position: relative;
    padding: .2em .8em;
    font-size:26px;
    color: #000;
    font-weight: 600;
    background:none;
}

.column_gold_bg .column_index_menu h1.column_index::before,
.column_gold_bg .column_index_menu h1.column_index::after {
    display: inline-block;
    position: absolute;
    width: 1em;
    height: 1em;
    content: '';
}

.column_gold_bg .column_index_menu h1.column_index::before {
    top: 0;
    left: 0;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
}

.column_gold_bg .column_index_menu h1.column_index::after {
    bottom: 0;
    right: 0;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}

.column_gold_bg .column_index_menu ul li {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.95);
    margin: 0.5rem 5px;
    padding: 0.5rem 0.5rem 0.5rem;
    width: calc((100% - 40px) / 4);
}

.column_gold_bg .column_index_menu ul li h2 {
    font-size: 14px;
    margin: 0;
    color: #000;
    font-weight: normal;
    background: none;
    padding: 8px;
}

@media screen and (max-width: 767px) {
  .column_gold_bg .column_index_menu ul li {
        display: block;
        text-align: center;
        width: 98%;
        padding: .5rem;
        margin: auto auto 10px;
    }

  .column_gold_bg .column_index_menu ul li h2,
  .column_gold_bg .column_index_menu ul li h3 {
        font-size: 14px;
        margin: 0;
        font-weight: bold;
  }
}

/*--------------------------------------------------------------
link_another 別記事にジャンプ
--------------------------------------------------------------*/
.link_another{
  margin: 20px 10px;
}

.link_another .link_another_contents{
  display: flex;
  align-items: center;
  justify-content: center;

  max-width: 600px;
  margin: auto;

  border: dashed 1px #78412b;
  border-radius: 6px;
  padding: 5px 5px;
}

.link_another .link_another_contents .img{
  width: 40%;
}

.link_another .link_another_contents .text{
  width: 60%;
  padding: 0 10px;
}

.link_another .link_another_contents .text h4{
  color: #78412b;
  font-weight: 600;
  font-size: 16px;
}


/*--------------------------------------------------------------
blog_column_card ブログカード風
--------------------------------------------------------------*/
.blog_column_card{
  margin: 20px 10px;
}

.blog_column_card .blog_column_card_contents{
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 768px;
  margin: auto;
  border: dashed 1px #78412b;
  padding: 5px 5px;
}

.blog_column_card .blog_column_card_contents .img{
  width: 40%;
}

.blog_column_card .blog_column_card_contents .text{
  width: 60%;
  padding: 0 10px;
}

.blog_column_card .blog_column_card_contents .text h4{
  color: #78412b;
  font-weight: 600;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .blog_column_card .blog_column_card_contents{
  display: block;
}

.blog_column_card .blog_column_card_contents .img{
  width: 98%;
  margin:auto;
}

.blog_column_card .blog_column_card_contents .text{
  width: 98%;
  margin:auto;
  padding: 20px 10px 10px;
}
}

/*--------------------------------------------------------------
border_dotted 囲い線
--------------------------------------------------------------*/
.border_dotted{
  border:dotted 1px #d5b04a;
  padding:10px 10px;
}


/*--------------------------------------------------------------
.bnr_area バナーエリア
--------------------------------------------------------------*/

.bnr_area {
  position: relative;
  margin: 0px auto 0;
  padding:20px 0 20px;
  background-color:#f5efe4;
}

.bnr_area h2{
  font-size:20px;
  border-bottom: solid 2px #d5b04a;
  padding:0 0 10px;
  margin:0;
  display: inline-block;
  color: #5c2f2a !important;
  font-weight: 600;
}

.bnr_area h3{
  font-size:18px;
  text-align:center;
  margin:10px 0;
  color: #5c2f2a !important;
  padding: 0;
  font-weight: 600;
 }

.bnr_area h3 br{
  display:block!important;
}

.bnr_area .flex_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  padding: 0 2rem 1rem;
}

.bnr_area .flex_box .box{
  width: 48%;
  margin: 0 5px 20px;
  padding: 0px 16px;
  position: relative;
  text-align: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  background:none;
}

.bnr_area .flex_box .box a{
  /*color:#5c2f2a !important;*/
}

.bnr_area .flex_box .box .inner{
  display: flex;
  flex-direction: column;
}

.bnr_area .flex_box .box .flex_box_btn_box{
  margin-top:auto;
}

.bnr_area .flex_box .box .inner h3{
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  margin:10px 0;
  text-align:center;
}


.bnr_area .flex_box .box .inner p{
  font-size: 15px;
  line-height: 1.5;
  font-weight: normal;
  margin:10px 0;
  text-align: justify;
}

.bnr_area .flex_box .box .coment{
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  text-align: left;
}

@media screen and (max-width:768px) {
.bnr_area .flex_box .box .inner{
  margin-bottom: 2em;
}
}

/*bnr_area_1 バナーエリアにバナー1個だけバージョン*/

.bnr_area_1 {
  position: relative;
  margin: 0px auto 0;
  padding:50px 0 20px;
  text-align:center;
  /*background-color:#f5efe4;*/
}

.bnr_area_1 h2{
  font-size:20px;
  border-bottom: solid 2px #d5b04a;
  padding:0 0 10px;
  margin:0 auto 20px;
  display: inline-block;
  color: #5c2f2a !important;
  font-weight: 600;
}

.bnr_area_1 h3{
  font-size:18px;
  text-align:center;
  margin:10px 0;
  color: #5c2f2a !important;
  padding: 0;
  font-weight: 600;
 }

.bnr_area_1 h3 br{
  display:block!important;
}

.bnr_area_1 .flex_box{
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding: 0 2rem 1rem;
}

.bnr_area_1 .flex_box .box{
  width: 70%;
  margin: 0 auto 10px;/**/
  padding: 0px 16px;
  position: relative;
  text-align: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  background:none;
}

.bnr_area_1 .flex_box .box a{
  color:#5c2f2a !important;
}

.bnr_area_1 .flex_box .box .inner{
  display: block;
}

.bnr_area_1_area .flex_box .box .inner p{
  font-size: 15px;
  line-height: 1.5;
  font-weight: normal;
  margin:10px 0;
}

.bnr_area_1 .flex_box .box .coment{
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

/*bnr_area_1 バナーエリアにバナー1個だけバージョン*/




@media screen and (max-width:768px) {

.bnr_area {
  margin: 0px auto 0px;
  padding: 30px 0 0;
}

.bnr_area .flex_box{
  display: block;
  padding: 0 1rem 1rem;
}

.bnr_area .flex_box .box{
  width: 90%;
  padding: 0px 10px;
  position: relative;
  text-align: center;
  margin: 0 auto 20px;
}

.bnr_area .flex_box .box .inner h2 {
    font-size: 1.2em;
}

.bnr_area h3 br{
  display:block!important;
}

/*bnr_area_1 バナーエリアにバナー1個だけバージョン*/
.bnr_area_1 {
  margin: 0px auto 0px;
  padding: 30px 0 0;
}

.bnr_area_1 .flex_box{
  display: block;
  padding: 0 1rem 1rem;
}

.bnr_area_1 .flex_box .box{
  width: 98%;
  padding: 0px 10px;
  position: relative;
  text-align: center;
  margin: 0 auto 20px;
}

.bnr_area_1 .flex_box .box .inner h2 {
    font-size: 1.2em;
}

.bnr_area_1 h3 br{
  display:block!important;
}

/*bnr_area_1 バナーエリアにバナー1個だけバージョン*/

  }


/*--------------------------------------------------------------
about_index インデックス
--------------------------------------------------------------*/
ul.about_index{
  max-width: 768px;
  margin: 10px auto;
  padding:10px;
}

ul.about_index li{
  padding:5px;
  border-right:solid 1px #ccc;
  border-left:solid 1px #ccc;
  border-bottom:solid 1px #ccc;
}

ul.about_index li:first-child{
  border-top:solid 1px #ccc;
}

ul.about_index li a{
  display:flex;
  align-items:center;
  padding:5px;
}

ul.about_index li h2{
  padding: 0.25em 0.5em;
  color: #231815;
  background: transparent;
  font-weight: 600;
  font-size: 1.2rem;
  margin:10px 0;
  text-align:center;
}

ul.about_index li h3{
  padding: 0.25em 0.5em;
  color: #231815;
  background: transparent;
  font-weight: 600;
  font-size: 1rem;
  margin:10px 0;
  text-align:center;
}

@media screen and (max-width:767px) {
  ul.about_index li a{
  display:block;
  align-items:center;
  padding:5px;
}
}


/*--------------------------------------------------------------
tastingsession 試食会
--------------------------------------------------------------*/
.tastingsession b{
  font-size:16px;
}

/*＼新規会員登録はアプリ・LINEから／*/
.join_club{
  padding:20px 10px 10px;
}

.join_club h4{
  font-size:18px;
  margin: 0 0 10px;
  border-left: none;
}

.join_club ul{
  display:flex;
  justify-content:center;
}

.join_club ul li{
  padding: 0 2%;
}

.join_club ul li img{
  width:80px;
}