@charset "utf-8";
/*
Template: 
Theme Name: 
*/


/* -----------------------------------------------------------
	ボーダー
----------------------------------------------------------- */

.border_bottom {
    border-bottom: #ccc 1px dotted;
}

.border_bottom_solid {
    border-bottom: #ccc 1px solid;
}


/* -----------------------------------------------------------
	テーブル
----------------------------------------------------------- */

th {
    width: 180px;
    border-collapse: collapse;
    border: 1px solid #ccc;
    text-align: left;
    padding: 15px;
    color: #fff;
    background: url(https://www.straight-box.jp/wp-content/uploads/bg.png);
    font-weight: normal;
}

td {
    width: auto;
    border-collapse: collapse;
    border: 1px solid #ccc;
    padding: 15px;
    background-color: #FAFAFA;
}


@media screen and (max-width: 768px) {

th,td {
    width: 92%;
    display: block;
    border: none;
    padding: 3% 4%;
}

#price table thead {
    display: none;
}

#price table th {
    display: none;
}

#price table tr {
    margin-bottom: 30px;
    display: block;
}

#price table td.type {
    width: auto;
    color: #fff;
    background: url(https://www.straight-box.jp/wp-content/uploads/bg.png);
    text-align: center !important;
}

#price table td {
    display: block;
    text-align: right;
    border-bottom: 1px solid #ccc;
}

#price table td:before {
    content: attr(data-label);
    float: left;
}

}


/* -----------------------------------------------------------
	横並び
----------------------------------------------------------- */

#list {
    width: 730px;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
    overflow: hidden;
}

#list ul {
    width: 750px;
    height: auto;
    margin-right: -20px;
    list-style-type: none;
    overflow: hidden;
}

#list li {
    float: left;
    width: 230px;
    height: auto;
    min-height: 260px;
    max-height: 260px;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.entry-content ul {
    margin: 15px 0 10px 30px;
    padding: 0;
}

ul.list {
    text-indent: 1.2em;
    list-style-type: none;
}

ul.list li {
    text-indent: -1.8em;
    list-style-type: none;
    margin-bottom: 10px;
}

ul.list li:before {
    content: "〇";
    margin-right: 10px;
}

ul.dot {
    text-indent: 1.2em;
    list-style-type: none;
}

ul.dot li {
    text-indent: -1.8em;
    list-style-type: none;
    margin-bottom: 5px;
}

ul.dot li::before {
    content: "・";
    margin-right: 10px;
}


@media screen and (max-width: 768px) {

#list {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

#list ul {
    width: 100%;
    height: auto;
    margin: 0;
    list-style-type: none;
}

#list li {
    float: none !important;
    width: 100%;
    height: auto;
    max-height: 100%;
    margin-bottom: 0;
}

}


/*----------------------------------------------------
	#contents
----------------------------------------------------*/

#contents {
    width: 980px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    height: auto !important;
    min-height: 100%;
    clear: both;
}

#contents:after {
    content: " ";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}


@media screen and (max-width: 768px) {

#contents {
    width: 100%;
    height: auto;
    padding: 0;
}

}


/* -----------------------------------------------------------
	お問い合わせバナー
----------------------------------------------------------- */

.contact_pc {
    clear: both;
    width: 980px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 60px;
    overflow: hidden;
}

.contact {
    display: none;
}


@media screen and (max-width: 768px) {

.contact_pc {
    display: none;
}

}


/* -----------------------------------------------------------
	詳細を見るボタン
----------------------------------------------------------- */

.more_btn {
    clear: both;
    width: 40%;
    height: auto;
    background: #3B58B6;
    margin: 0 auto;
    text-align: center;
    padding: 5px 10px;
    margin-top: 20px;
    margin-bottom: 50px;
    color: #fff !important;
    -webkit-border-radius: 5px; /* for Safari and Chrome */
    -moz-border-radius: 5px; /* for Firefox */
    -o-border-radius: 5px; /* for opera */
    border-radius: 5px;
}

.more_btn:hover {
    background: #90B3DA;
    color: #fff !important;
    text-decoration: none;    
}

.more_btn .fa {
    padding-left: 2px;
    padding-right: 10px !important;
}


@media screen and (max-width: 768px) {

.more_btn {
    width: 80%;
    float: none;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 50px;
}

}


/* -----------------------------------------------------------
	トップへ戻る
----------------------------------------------------------- */

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

#page-top a {
    white-space: nowrap;
    overflow: hidden;
    text-decoration: none;
    width: 50px;
    height: 50px;
    display: block;
}

#page-top:hover {
    text-decoration: none;
    opacity: 0.7;
}


@media screen and (max-width: 768px) {

#page-top {
    position: fixed;
    bottom: 0;
    right: 0;
}


#page-top a {
    white-space: nowrap;
    overflow: hidden;
    text-decoration: none;
    width: 32px;
    height: 32px;
    display: block;
}

#page-top:hover {
    text-decoration: none;
    opacity: 0.7;
}

}


/* -----------------------------------------------------------
	パンくずリスト
----------------------------------------------------------- */

.breadcrumbs {
    margin: 10px 5px;
    font-size: 12px;
}

@media screen and (max-width: 768px) {

.breadcrumbs {
    width: 90%;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

}


/* -----------------------------------------------------------
	個別ページページャー
----------------------------------------------------------- */

.next a {
    width: auto;
    height: auto;
    clear: both;
    font-size: 14px;
    padding: 5px 10px;
    background: url(https://www.straight-box.jp/wp-content/uploads/bg.png);
    color: #fff;
    display: inline-block;
}

.next a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.previous a {
    width: auto;
    height: auto;
    clear: both;
    font-size: 14px;
    padding: 5px 10px;
    background: url(https://www.straight-box.jp/wp-content/uploads/bg.png);
    color: #fff;
    display: inline-block;
}

.previous a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.more {
    clear: both;
    width: auto;
    height: auto;
    background: url(https://www.straight-box.jp/wp-content/uploads/bg.png);
    padding: 5px 15px;
    margin: 0 5px;
    display: inline-block;
    color: #fff !important;
}

.more:hover {
    text-decoration: none;
    opacity: 0.7;
}


/* -----------------------------------------------------------
	一覧ページページャー
----------------------------------------------------------- */

.pager {
    clear: both;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 50px;
}

a.page-numbers {
    background: url(https://www.straight-box.jp/wp-content/uploads/bg.png);
    margin: 0 2px;
    padding: 5px 10px;
    color: #fff;
    font-size: 12px;
    display: inline-block;
}

a.page-numbers:hover {
    color: #fff;
    opacity: 0.7;
    text-decoration: none;
    display: inline-block;
}

span.page-numbers.current {
    margin: 0 2px;
    padding: 5px 10px;
    color: #ddd;
    background: url(https://www.straight-box.jp/wp-content/uploads/bg.png);
    font-size: 12px;
    display: inline-block;
}