/*------------------------------
 ▼ スマホ縦：メディアクエリの指定なし

カスタム投稿の共通宇スタイル
 single.css
 -------------------------------*/


/*---- articleの背景   ---*/
#minishow,
#exhibition,
  .entry,
#dealer-map,
  .page{
    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,
  .page 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: 90%;
 }

.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;
    }
  




/*--- 共通 ---*/
    .common-style p{
      margin: 0 2rem 1.4rem;
}



  


/*--- privacy-policy ---*/
.privacy-wra{
  width: 90%;
  margin-top: 2rem;
  color: #462c06;
}
.privacy h2{
  font-size: 1.6rem;
}

.privacy li {
  margin:0 0 2rem 1rem;
  font-size: 1rem;
}
.privacy li p{
  margin-left: 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 {
    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 {
    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;
  }


  .map_consign{
    width: 40%;
    height: auto;
    background-color: #bcc3a7;
    color: #fff;
    font-weight: bold;
  }
  .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 30px 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: 45%;
    margin: 0.5rem auto;
}

.tab_in2{
  width: 90%;
  margin: 0.5rem auto;
}

/*--- チケット情報 ---*/

.common-style dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 2rem;
}

.common-style dt {
  width: 90%;
  padding:0.5rem;
  margin-bottom: 0.3rem;
  background-color: #E8DECC;
}

.common-style dd {
  width: 90%;
  padding:0.5rem;
  margin-bottom: 0.3rem;
  background-color: #F9F6F1;
}

#minishow .tab_content h4{
font-size: 0.9rem;
color: #a5814b;
font-weight: bold;
}


  .column1 img{
    width : 100%;
    height: auto;
  }




 /* ===============================================
 ▼　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%;
}



.common-style dt {
  width: 26%;
}

.common-style dd {
  width: 68%;
}


/*--- ディーラー紹介のタブ ---*/

   /*** タブ切り替え　***/

  .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;
  }
  

  .privacy li {
  margin:0 0 4rem 2rem;
  font-size: 1rem;
}
.privacy li p{
  margin-left: 4rem;
}
    

    }


 /*-------------------------------
 ▼　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;
  }
  


    }



