@charset "utf-8";

/*
Theme Name: アドダス
Author: アドダス
Author URI: http://addas.jp/
*/



/* ============================================================
**  クラス名の書き方
**  -> 独自クラス名、マージン、パディング、バックグラウンド、フォントサイズ、カラー、テキストアライン
** ============================================================ **/



/* テンプレートタグ wp_list_pages で付与されるクラス list-group-item のスタイルを調整する */
.wp-list-pages .list-group-item {
    display: list-item;
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border: none;
}

/* コード */
#l-main .syntaxhighlighter table {
    font-size: 12px !important;
}

.entry-loading {
  text-align: center;
  margin: 3em 0;
  font-weight: 700;
  width: 100%;
  display: none;
}

.entry-loading.is-show {
  display: block;
}

.text-brown {
  color: #a36354;
}

.bg-brown {
  background-color: #a36354;
}

.bg-pink {
  background-color: #ede0dd;
}

.table-bordered {
    border: none;
}

.table-bordered th, .table-bordered td {
    border: none;
}

.border-top {
    border-top: 1px solid #000 !important;
}

.border-bottom {
    border-bottom: 1px solid #000 !important;
}

.border-left {
    border-left: 2px solid #a36354 !important;
}

@media (max-width:768px) {
    .bg-light-07 {
        background-color:rgba(248, 249, 250, 0.7);
    }
}
.grid-index {
  padding-bottom: 100px;
}
.grid-index .next_posts_link {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block !important;
}
.grid-index #infscr-loading {
  display: none !important;
}
.indentback {
  text-indent: -1em;
  padding-left: 1em;
}
.bg-beige {
  background-color: #ebdfd9;
}
.kome-fas {
    padding-left: 2em;
    font-size: 85%;
    line-height: 1.4;
    text-indent: -1em;
}
.border-primary {
    border: 1px solid #a36354 !important;
}
.grid-index .next_posts_link {
  display: none !important;
}
/*@media (max-width:768px) {
    #graduation .l-pagetitle-photomenu .pagetitle {
        top: 17%;
        left: 20%;
        width: 132px;
        height: 132px;
        font-size: 14px;
    }
}*/
.mw_wp_form .mwform-tel-field input[type="text"]  {
    width: calc((100% - 37px) / 3);
}