/*
Theme Name: Opinion Child
Version: 4.11
Template: opinion_tcd018
*/
/*************************************************************************************************************************************
                                　　　　　　　　　　　　　　　　  　共通
************************************************************************************************************************************/
/***********************************************************************
                             情報入力
**********************************************************************/
section.shop-info-table table{
  width: 100%;
  border-collapse: collapse;
}

section.shop-info-table table tr{
  border-bottom: solid 2px white;
}

section.shop-info-table table tr:last-child{
  border-bottom: none;
}

section.shop-info-table table th{
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #52c2d0;
  color: white;
  text-align: center;
  padding: 10px 0;
  vertical-align: middle;
}

section.shop-info-table table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #52c2d0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

section.shop-info-table table td{
  text-align: left;
  width: 70%;
  text-align: center;
  background-color: #eee;
  padding: 10px 0;
}

/*************************************************************************************************************************************
                                　　　　　　　　　　　　　　　　  PC (pcpcpc)
************************************************************************************************************************************/
@media (min-width: 1025px) {

.pc-none {
     display: none;
}
.only-sp {
     display: none;
}
.only-tab {
     display: none;
}

/***********************************************************************
                             店舗情報入力
**********************************************************************/
section.shop-info-table {
    margin: 0 8.3333%;
}


}



/*************************************************************************************************************************************
                                　　　　　　　　　　　　　　　　  SP(spspsp) 
************************************************************************************************************************************/
@media (max-width: 420px) {


.sp-none {
     display: none;
}
.only-pc {
     display: none;
}
.only-tab {
     display: none;
}

/***********************************************************************
                             動画一覧レイアウト
**********************************************************************/
#index_recent_post .image {
    width: 100% !important;
}
#index_recent_post .title {
    font-size: 16px !important;
}
#index_recent_post .date {
    font-size: 16px;
    color: #e67500;
    font-weight: bold;
}
#index_recent_post .info {
    width: 100% !important;
}
/***********************************************************************
                             店舗情報入力
**********************************************************************/
/******************************** 電話発信ボタン ********************************/
section.tel-tap.only-sp {
    position: fixed;
    bottom: 0;
    background-color: #f38732;
    color: #fff;
    width: -webkit-fill-available;
    left: 0;
    height: 50px;
    border-radius: 10px;
    line-height: 50px;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    z-index: 1;
}
section.tel-tap a {
    color: #fff;
    text-decoration: none;
}


}



/*************************************************************************************************************************************
                                　　　　　　　　　　　　　　　　  TAB (tabtabtab)
************************************************************************************************************************************/
@media print, screen and (max-width: 1024px) and (min-width: 421px) {


.tab-none {
     display: none;
}
.only-pc {
     display: none;
}
.only-sp {
     display: none;
}


}