/*------------------------------
 ▼ スマホ縦：メディアクエリの指定なし

カスタム投稿の共通宇スタイル
 single.css
 -------------------------------*/


/*---- articleの背景   ---*/
#minishow,
#exhibition,
#dealer-map,
#history,
  .entry{
    background: url(../images/blog_box.png); 
    font-family:"Helvetica Neue", Helvetica, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Arial, "Yu Gothic", sans-serif ;
    padding: 3rem 0;
  }


.lesson{
  background: url(../images/lesson_box.png);
  padding: 3rem 0;
  width: 100%;
  }

  .single-post{
    width: 90%;
    margin: 0% auto;
  }

  #minishow h1,
  #exhibition h1,
 #dealer-map h1{
    font-size: 1.5rem;
    font-weight: bold;
    color: #7d6651;
    margin: 3rem 0;
  }

  .entry h1{
    font-size: 1.5rem;
    font-weight: bold;
    color: #7d6651;
    margin: 5rem 0 3rem;
  }

  .lesson h1{
    font-size: 2.4rem;
    font-weight: bold;
    color: #af8492;
    margin: 3rem 0;
    text-align: center;
  }

  .lesson-archive h1{

    text-align: center;
  } 

  .post-text{
    margin-bottom: 5rem;
  }
  
 
 .guidance{
  margin-bottom:4rem ;
 }


 .guidance-img{
  margin-top: 2rem;
  text-align: center;
 }

 .guidance-img img{
  width: 100%;
 }

.guidance h3{
  color: #56422f;
  padding: 0.5em;
  display: inline-block;
  line-height: 1.1;
  background: #d6d3d1;
  vertical-align: middle;
  border-radius: 3px;
}

.guidance ul{
  margin-bottom: 2rem;
}

.root li h4{
  border-left: 0.3rem solid #866f64;
  border-bottom: 0.3rem double #9d928c;
  padding: 0.6rem 1rem;
  margin: 1.8rem 0;
}

.root p{
  font-size: 1rem;
  line-height: 1.6rem;
  margin-bottom: 1.4rem;
  padding-left: 2rem;
}

    .post-time{
      display: block;
      text-align: right;
      font-size: 0.8rem;
    }

    .entry time{
      display: block;
      text-align: right;
      font-size: 0.8rem;
      margin-bottom: 2rem;
    }
  

/*--- archive ---*/

.archive-wrap{
  display: flex;
  justify-content: space-between;
  flex-wrap:wrap;
} 

.lesson-archive-wrap{
  display: flex;
  flex-wrap:wrap;
  justify-content: space-between;
} 

.lesson-archive-wrap::after{
  content:"";
  display: block;
  width:70%;
}
  .lesson_list{
    margin: 1rem 0;
    padding: 0.6rem 1rem;
    width: 38%;
    box-shadow: 8px 8px 4px #ccc ;
    background-color: #ffffff;
}

.lesson_list h3{
font-size: 1rem;
margin-bottom: 1rem;
}

.archive-post-time{
  display: block;
  text-align: right;
  font-size: 0.6rem;
  margin-bottom: 1rem;
}

.lesson_back{
  background: url(../images/alice.png) no-repeat;
  background-position: right bottom; 
}


.img_box{
    text-align: center;
    overflow:hidden;
    margin: 1rem 0;
}

.img_box img{
    margin: 0 auto;
    overflow: hidden;
    transition:1s all;
    width: 100%; 
    height: auto;
    object-fit: cover;
}


.img_box img:hover{
    transform:scale(1.2,1.2);
    transition:1s all;
    opacity: 0.6;
  }

  .front_time_date{
    float: right;
    font-size: 0.6rem;
  }

/*--- 記事内の画像 ---*/

  .lesson-post img{
    width: 90%;
    height: auto;
  }
  
  .thumbnail{
    text-align: center;
    padding: 2rem 0 0 0;
  }

  .lesson-text p{
line-height: 2.4rem;
  }


/*--- 記事内の画像複数の時 ---*/

  .blog-img {
    width: 100%;
}

  .sidebar{
    padding: 2rem;
  }
  
  .poster {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  
  .poster img{
    width: 100%;
    margin-bottom: 3rem;
  }
  
  .menu-area {
    width: 100%;
    background: #ffffffa1;
    padding:1rem 0;
    border-radius: 30px;
  }
  
  .side-menu{
    padding: 0 ;
  }

  .side-menu ul{
    list-style: none;
  padding: 0;
  width: 80%;
  text-align: center;
  margin: 0 auto;
  }


.show-txt{
  margin: 0.6rem auto;
  padding: 1.4rem;
  border-radius:0.5rem;
  width: 80%;
}

.show-txt h3{
  font-weight: 600;
  font-size: 1rem;
  color: #924646;
  padding-bottom: 1rem;

}
.show-txt p{
  font-size: 0.8rem;
  padding-bottom: 1.6rem;
  line-height: 1.4rem;

}


.btn {
  color: #fff;
  cursor: pointer;
  display: block;
  font-size:1.4rem;
  font-weight: 400;
  line-height: 40px;
  margin: 0 0 1.4rem;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  width: 80%; 
  background: #cdbdbd9c;
  border-radius:0.5rem;
}

.side-menu-btn {
  border: 0 solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
  outline: 1px solid;
  outline-color: rgba(255, 255, 255, 0.852);
  outline-offset: 0px;
  text-shadow: none;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  padding: 1rem 2rem;
} 

.side-menu-btn:hover {
  border: 1px solid;
  box-shadow: inset 0 0 20px rgba(181, 70, 70, 0.5), 0 0 20px rgba(255, 255, 255, .2);
  outline-color: rgba(255, 255, 255, 0);
  outline-offset: 15px;
  text-shadow: 1px 1px 2px #d1b3b3;
  color: #ffffff;
}

.side-menu-btn a {
  color: #3d2902;
}

.side-menu-btn a:hover {
  color: #ffffff;
}


.postnav{
  display: flex;
  width: 80%;
  margin: 5rem auto;
  text-align: center;
}
.next,
.prev{
  padding: 2rem;
  width: 45%;
}


/*--     ページネーション         --*/
.pagination {
  display: flex;
  justify-content: center;
}
 
 
.nav-links{
   display:flex;
   text-align: center;
   margin: 5rem auto;
}
.page-numbers{
   display:inline-block;
   margin-right:10px;
   padding:10px 20px;
   color:#666666;
   border-radius:3px;
   background:#ffffff;
  border: 1px solid #666666;
}

.page-numbers.current{
   padding:10px 20px;
   background:#af8492;
   color:#ffffff;
}
.page-numbers.prev,
.page-numbers.next{
  background-color: #ffffff;
   box-shadow:none;
   color:#666666; 
}

.page-numbers:hover,
.page-numbers.prev:hover,
.page-numbers.next:hover{
  background-color: #dfc9d1;
  color: #ffffff;
}
.page-numbers.dots{
   background:transparent;
   box-shadow:none;
     border:none;
   color:#666666; 
}



.textwidget p{
  width: 80%;
  margin: 0 auto;
  }
  
  .show-button a {
    background: #586a23;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 1.6rem auto;
    max-width: 200px;
    padding: 0.6rem 1.6rem;
    color: #ffffff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
  }
  .show-button a:after {
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.2s ease-in-out;
    font-weight: 900;
    transform: translateY(-50%);
  }
  
  .show-button a:hover {
    background: #9faf27;
    color: #ffffff;
  }
  
  .anchor {
  margin-top: 9rem;
  padding-top: 3rem;
  }

/*----saideber　notice-area----*/

.notice-area{
  background: #ffffffa1;
  padding:1rem;
  border-radius: 30px;
  margin-bottom: 3rem;
}

.notice-area h3{
  font-style: normal;
 
}

.what-show{
  font-size: 1.15rem;
  margin: 2rem auto;
  border-bottom: double 0.3rem rgb(205, 175, 172);
  font-weight: bold;
}

.minishow-menu,
.exhibition-menu,
.lesson-menu{
  width: 90%;
  margin: 2rem auto;
}

.minishow-menu li,
.exhibition-menu li,
.lesson-menu li{
  width: 80%;
  background-color: #d6cfcf71;
  margin: 0.8rem auto;
  height: 3rem;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  color: #fff;
  border-radius: 0.6rem 0.6rem 0.6rem 0.6rem;
  box-shadow: 2px 2px 4px gray;
  line-height:3rem ;
  font-weight: bold;
}


.minishow-menu li:nth-child(5n-4),
.exhibition-menu li:nth-child(5n-4),
.lesson-menu li:nth-child(5n-4){
  background: url(../images/alice-btn01.png) right bottom no-repeat;
}

.minishow-menu li:nth-child(5n-3),
.exhibition-menu li:nth-child(5n-3),
.lesson-menu li:nth-child(5n-3){
  background: url(../images/alice-btn02.png) right bottom no-repeat;
}

.minishow-menu li:nth-child(5n-2),
.exhibition-menu li:nth-child(5n-2),
.lesson-menu li:nth-child(5n-2){
  background: url(../images/alice-btn03.png) right bottom no-repeat;
}

.minishow-menu li:nth-child(5n-1),
.exhibition-menu li:nth-child(5n-1),
.lesson-menu li:nth-child(5n-1){
  background: url(../images/alice-btn04.png) right bottom no-repeat;
}


.minishow-menu li:nth-child(5n),
.exhibition-menu li:nth-child(5n),
.lesson-menu li:nth-child(5n){
  background: url(../images/alice-btn05.png) right bottom no-repeat;
}



 /* ---      ミシールレッスン最近の投稿         ----*/


 .lesson-sidebar{
  width: 80%;
  margin: 0 auto;
 }

 .lesson-sidebar h3{
  text-align: center;
  color:  #bd9696;
  font-weight: bold;
  margin-bottom: 2rem;
  font-family: 'IM Fell English', serif;
 }

 .lesson-lis{
  display: flex;
 }
 .lesson-lis{
  border-bottom: 1px dotted #333;
 }
 .lesson-lis img{
  width: 70PX;
  margin-left: auto;
  padding: 0;
 }
 .lesson-date{
  margin-right: auto;
  overflow: hidden;
 }
 .lesson-time{
  font-size: 0.6rem;
 }
.lesson-img{
  margin: 0;
}


/*--- ディーラー紹介のタブ ---*/

   /*** タブ切り替え　***/
  .map{
    margin-top: 3rem;
  }
   
  #dealer-map .tab_content h3,
 #exhibition .tab_content h3,
.show-ticket .tab_content h3,
 .dealer_h3{
    position: relative;
    padding-bottom: 0.4rem;
    font-size: 1.2rem;
    margin: 1.6rem 0 1rem;
  }
  
  #dealer-map .tab_content h3:after,
  #exhibition .tab_content h3:after, 
  .show-ticket .tab_content h3:after,
  .dealer_h3:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 7px;
    background: -webkit-repeating-linear-gradient(-45deg, #9f9190, #9f9190 2px, #fff 2px, #fff 4px);
    background: repeating-linear-gradient(-45deg, #9f9190, #9f9190 2p, #fff 2px, #fff 4px);
  }

  .map_table{
    margin-top: 1rem;
    width: 100%;
  }

  .map_table a{
    text-decoration:underline;
  }

  .td_no,
  .td_7no {
    width: 6%;
    padding:0.2rem 0.2rem;
    margin-right: 0.2rem;
    border: 1px solid #bcb0b0;
    font-size: 0.6rem;
  }
  .td_red{
    border: 1px solid #ff0000;
    background-color: rgb(255, 152, 152);
    padding:0.2rem 0.2em;
    margin-right: 0.2rem;
        font-size: 0.6rem;
  }
  .td_blue{
    border: 1px solid blue;
    background-color:rgb(212, 236, 255);
    padding:0.2rem 0.2em;
    margin-right: 0.2rem;
        font-size: 0.6rem;
  }
  .map_td{
    width: 42%;
        padding:0.2rem 0.2rem;
  }

  .td_br{
    word-break: break-all;
  }

  .map_consign{
    width: 40%;
    height: auto;
    background-color: #bcc3a7;
    color: #fff;
    font-weight: bold;
	padding:1rem 0;  
  }
  .consign td{
    padding-left: 1rem;
  }

  .map-d img{
    width : 100%;
    height: auto;
  }


  .tab_menu {
    z-index: 2;
    position: relative;
    width: 42%;
    margin: 0;
    background-color:rgb(215, 209, 204);
    line-height: 36px;
    float: left;
    text-align: center;
    transition: all 0.2s ease;
    border: solid 2px #ccc;
    border-radius: 8px 8px 0 0;
    cursor: pointer;
    box-sizing: border-box;
}
.tab_menu:hover {
    color: #838383;
}
.tab_menu:first-of-type{
margin: 0 5px 0 20px;
}
input:checked + .tab_menu {
  background-color: rgb(163, 151, 140);
  color: white;
  font-weight: bolder;
}
input[name="tab_menu"] {
  display: none;
}
.tab_content {
    display: none;
    z-index: 1;
    clear: both;
    border: solid 2px #ccc;
    border-radius: 8px;
    padding: 15px 20px;
    margin: 0 0 5rem 0;
    position: relative;
    top: -2px;
    background-color: rgb(255 255 255 / 61%);
    font-size: 0.8rem;
}

.map_content {
    border: solid 2px #ccc;
    border-radius: 8px;
    padding: 15px 20px;
    margin: 0 0 5rem 0;
    position: relative;
    top: -2px;
    background-color: rgb(255 255 255 / 61%);
    font-size: 0.8rem;
}

#dealer-map .tab_content h4,
#exhibition .tab_content h4{
    font-size: 0.9rem;
    background-color:#e8e8e8c3;
    padding: 0.8rem 1rem;
    border-bottom: #744100 double;;
}

.tab_content h5:before, 
.tab_content h5::after{
  content: '◆';
  color: rgb(124, 117, 117);
  margin:0 4px;
  font-size: 0.6rem;
  }
  


#tab_a:checked ~ #tab_a_content,
#tab_b:checked ~ #tab_b_content {
    display: block;
}

.tab_wrap,
.contact_btn_wrap{
    display: flex;
    flex-wrap: wrap;
}

.tab_wrap{
    border-bottom: solid 0.5px #8f8f8f;
    margin-bottom: 1.6rem;
}
.contact_btn_in{
    width: 40%;
    margin: 0 auto;
}

a.contact_btn {
	display: block;
	text-align: center;
	text-decoration: none;
	width: 90%;
	margin: 0 auto; 
    padding: 0.5rem 1rem;
	font-weight: bold;
	color: #9e9e9e;
    background: #eaeaeaf1;
	border-bottom: 2px solid #9e9e9e;
	border-radius: 100vh;
	box-shadow: 0 2px 7px rgba(75, 75, 75, 0.3);
	-webkit-box-shadow: 0 2px 7px rgba(85, 85, 85, 0.3);
	transition: 0.5s;
}

a.contact_btn:hover {
	color: #fff;
	background: #c9afaf;
	border-bottom: 2px solid #fff;
	transform: translateY(3px);
}

.tab_in{
    width: 90%;
    margin: 0.5rem auto;
}

.tab_in2{
  width: 90%;
  margin: 0.5rem auto;
}



.show-ticket dl {
  display: grid;
  grid-template-columns: auto 1fr; /* ラベルの幅を自動、内容は残りの幅に */
	margin-bottom: 3rem;
}

.show-ticket dt {
  grid-column: 1;
  font-weight: bold;
}

/* 疑似要素（::after）を使って「：」を自動挿入 */
.show-ticket dt::after {
  content: "：";
  margin-right: 8px;
}

.show-ticket dd {
  grid-column: 2;
  margin-left: 0; /* デフォルトの余白をリセット */
}

#minishow .tab_content h4{
font-size: 0.9rem;
color: #a5814b;
font-weight: bold;
}

/*------------------------------
 ディーラーマップのボタン
 -------------------------------*/
.map_btn_in{
	margin-bottom:2.4rem;
	width:100%;
	display: flex;
	justify-content: space-between;
}

.map_btn{
	width: 48%;
    margin: 0;
    background-color:rgb(215, 209, 204);
    line-height: 40px;
    float: left;
    text-align: center;
    transition: all 0.2s ease;
    border: solid 2px #ccc;
    border-radius: 8px;
}
.map_btn a{
	display:block;
}
.map_btn:hover {
    letter-spacing: .3rem;
	background-color:rgb(163, 151, 140);
}

.map_btn a:hover{
	color:white;
	font-size:bold;
}
/*------------------------------
 ▼ よくある質問
 -------------------------------*/
 /*吹き出し*/
.faq-exh-img img{
  width: 100%;
  height: auto;
  margin: 0 auto 3rem;
}

.faq-box{
  margin: 0 auto 6rem;
}


.faq-left,
.faq-right{
  margin: 30px 0;
  display:flex;
  justify-content: flex-start;
  align-items: flex-start; /*縦位置を上揃え*/
/*   align-items: center; */ /*縦位置を真ん中揃え*/
}
.faq-right{
  justify-content:flex-end;
}
.faq-icon img{
  width: 80px; /*任意のサイズ*/
  height: auto;
}
.faq-right .faq-icon{
  margin-left:25px;
}
.faq-left .faq-icon{
  margin-right:25px;
}
.faq-right .faq-icon{
  order:2 !important;
}

/* アイコン背景 */
.icon-br img {
  border-radius: 50%; /* 画像を丸く表示する */
  border: 1.4px solid rgba(233, 223, 184, 0.45); /* 画像の縁取りの太さとカラー */
  height: auto;
  background-color: rgba(233, 223, 184, 0.45);
}

.flip{
  transform: scale(-1, 1);
}
.says-l,
.says-r {
  display: flex;
  position: relative;
  padding: 17px 13px 15px 18px;
  border-radius: 12px;
  box-sizing:border-box;
  margin:0 !important;
  line-height:1.5;
/*   align-items: center; */
}
.says-l{
  background: #d9e4e4;/*色は任意*/
}

.says-r{
  background: #e6d5d5;/*色は任意*/
}

.says-l p{
  margin:8px 0 0 !important; 
}
.says-r p{
  margin:8px 0 0 !important; 
}
.says p:first-child{
  margin-top:0 !important;
}
.says-l:after,
.says-r:after {
  content: "";
  position: absolute;
  border: 10px solid transparent;
/*   margin-top:-3px;  */
}

.says-r a{
  text-decoration: underline;

}
.faq-left .says-l:after {
  left: -26px;
  border-right: 22px solid #d9e4e4;
}
.faq-right .says-r:after {
  right: -26px;
  border-left: 22px solid #e6d5d5;
}

/* ==================================================
 ▼ 出展者一覧（[exhibitor_list] ショートコード用）
 -------------------------------------------------- */

/* コンテナ全体（ここでFlexbox化） */
.exhibitor-list-container {
  width: 100%;
  margin: 1.25rem 0;
  font-size: 0.7rem;
  display: flex; /* 追加 */
  flex-wrap: wrap; /* 追加 */
  justify-content: space-between; /* 追加 */
}

/* 行（1出展者の枠：幅をスマホでは100%にする） */
.exhibitor-row {
  display: flex;
  width: 50%; /* スマホは1列（100%） */
  padding: 0.4rem 0;
  box-sizing: border-box;
}

.exhibitor-row:last-child {
  border-bottom: none;
}

/* 列 */
.exhibitor-col {
  padding: 0.2rem 0.4rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

/* スマホ表示時の疑似要素ラベル */
.col-booth {
  width: 18%; /* 幅を指定 */
  justify-content: flex-start;
  text-align: left;
  margin-right: 0.5rem;
}



.col-shop {
  width: 65%; /* 幅を指定 */
  font-size: 0.9rem;
}

/* ブース番号枠（divタグ全体） */
.exhibitor-col.col-booth {
  border: 1px solid #bcb0b0;
  background-color: #fff;
  color: #333;
  font-size: 0.8rem;
  padding: 0.2rem 0.4rem;
}

/* 赤バッジ（divタグ全体） */
.exhibitor-col.col-booth.bg-red {
  border: 1px solid #ff0000;
  background-color: rgb(255, 152, 152);
  color: #333 !important;
  font-weight: bold;
}

/* 青バッジ（divタグ全体） */
.exhibitor-col.col-booth.bg-blue {
  border: 1px solid blue;
  background-color: rgb(212, 236, 255);
  color: #333 !important;
  font-weight: bold;
}

/* 屋号の直リンク */
.col-shop strong a {
  text-decoration: underline;
}

.col-shop strong a:hover {
  color: #b65007;
}

/* 海外ディーラ（divタグ全体） */
.bg-green {
  width: 40%;
  height: auto;
  background-color: #bcc3a7;
  color: #fff;
  font-weight: bold;
  padding: 0.4rem 0.6rem;
}

/* ==================================================
 ▼ 委託販売専用スタイル
 -------------------------------------------------- */
.exhibitor-consignment-box {
  background-color: #bcc3a7; /* 既存サイトの緑系背景 */
  color: #fff;
  padding: 1.2rem;
  border-radius: 6px;
  margin: 1.25rem 0;
}

.consignment-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.2rem; /* 出展者同士の間隔 */
}

.consignment-list li {
  font-size: 0.85rem;
  font-weight: bold;
}

.consignment-list li a {
  text-decoration: underline;
}

.consignment-list li a:hover {
  opacity: 0.8;
}

 /* ===============================================
 ▼　768px以上（タブレット向け）
  =============================================== */
 @media screen and (min-width: 800px) {


.guidance-img img{
  width: 70%;
 }

.left-col{
  width: 70%;
}


.root li h4{
 margin-left: 2rem;
}

.root p{
  margin-left: 4rem;
}

.sidebar{
  width: 30%;
}

/*--- archive ---*/
.lesson_list{
  width: 42%;
}


/*--- 記事内の画像 ---*/

.thumbnail img{
  width: 90%;
  margin: 0 auto 3rem;
}


/*--- 記事内の画像複数の時 ---*/

.blog-wrapper{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 3rem auto 0;
}

.blog-img {
  width: 48%;

}
.blog-img img{
  width: 98%;
}


/*--- ディーラー紹介のタブ ---*/

   /*** タブ切り替え　***/

  .td_no,
  .td_7no {
    padding:0.2rem 0.8rem;
    font-size: 0.8rem;
  }
  .td_red{
    padding:0.2rem 0.8rem;
    font-size: 0.8rem;
  }
  .td_blue{
    padding:0.2rem 0.8rem;
    font-size: 0.8rem;
  }
  
    .map_td{
    padding:0.2rem 0.8rem;
    font-size: 0.8rem;
  }
  
	 .map_td2{
	 width: 30%;
  }
  .privacy li {
  margin:0 0 4rem 2rem;
  font-size: 1rem;
}
.privacy li p{
  margin-left: 4rem;
}




.tab_in{
    width: 45%;
}
	 
	 
 /*------------------------------
 ▼ よくある質問
 -------------------------------*/ 

.faq-box{
  background-color: #e1e0dc6e;
  padding: 1rem;
   border-radius:1.4rem;
}


.says-l,
.says-r {
  max-width:480px; /*最大幅は任意*/
    }


/* ==================================================
 ▼ 出展者一覧（PC・タブレットで2列表示にする設定）
 -------------------------------------------------- */
  .exhibitor-row {
    width: 49%; /* ここで2列（横並び）にする */
    padding: 0.2rem 0;
    margin-bottom: 0.5rem;
  }

  .exhibitor-col {
    padding: 0.4rem 0.6rem;
  }

  .col-booth {
    width: 10%;
    justify-content: center;
    text-align: center;
  }

  .col-booth::before {
    display: none; /* PCでは「ブースNo:」ラベルを非表示 */
  }

  .col-shop {
    width: 75%;
    font-size: 0.8rem;
  }


  }


 /*-------------------------------
 ▼　1025px以上　（ｐｃ）
 --------------------------------*/
 @media screen and (min-width:1340px) {

/*--- 記事内の画像 ---*/


/*--- archive ---*/
.lesson_list{
  width: 44%;
}


.lesson-post img{
  width: 90%;
  margin: 0 auto;
}

.textwidget p{
  width: 90%;
  margin: 0 auto;
  }
	 
	 
  /*------------------------------
 ▼ よくある質問
 -------------------------------*/ 
	 
.faq-box{
  width: 90%;
}


.says-l,
.says-r {
  max-width:600px; /*最大幅は任意*/
    }

/* ==================================================
 ▼ 出展者一覧（PC・タブレットで2列表示にする設定）
 -------------------------------------------------- */
   .col-booth {
    width: 12%;

  }
   

    }



