@charset "utf-8";
/*
Template: 
Theme Name: 
*/


/* -----------------------------------------------------------
	ボーダー
----------------------------------------------------------- */

.border_bottom {
    border-bottom: #ccc 1px dotted;
}

.border_bottom_solid {
    border-bottom: #ccc 1px solid;
}

.border_radius {
    -webkit-border-radius: 10px; /* for Safari and Chrome */
    -moz-border-radius: 10px; /* for Firefox */
    -o-border-radius: 10px; /* for opera */
    border-radius: 10px;
}


/* -----------------------------------------------------------
	テーブル
----------------------------------------------------------- */

th {
    width: 180px;
    border-collapse: collapse;
    border: 1px solid #ccc;
    text-align: left;
    padding: 15px;
    background-color: #f8f8f8;
    font-weight: normal;
    vertical-align: top;
}

td {
    width: auto;
    border-collapse: collapse;
    border: 1px solid #ccc;
    padding: 15px;
}

/* ボーダーなし */

table.no_border {
    width: 100%;
    border-collapse: separate !important;
    border-spacing: 0;
    display: block;
    margin-bottom: 10px;
}

.no_border th {
    width: 100px !important;
    border-collapse: collapse;
    border: none;
    color: #fff;
    text-align: left;
    padding: 0;
    vertical-align: top;
    background: none;
}

.no_border td {
    width: auto;
    border-collapse: collapse;
    border: none;
    color: #fff;
    text-align: left;
    padding: 0;
}


@media screen and (max-width: 768px) {

th,td {
    width: 92%;
    display: block;
    border: none;
    padding: 3% 4%;
}

/* ボーダーなし */

table.no_border  {
    display: table;
    box-sizing: border-box;
}

.no_border th {
    width: 30% !important;
    display: inline-table;
    border: none;
    padding: 0;
    margin-bottom: 0;
    box-sizing: border-box;
}

.no_border td {
    width: 60%;
    display: inline-table;
    border: none;
    padding: 0;
    margin-bottom: 0;
    box-sizing: border-box;
}

}


/* -----------------------------------------------------------
	横並び
----------------------------------------------------------- */

#list {
    width: 730px;
    height: auto;
    margin-bottom: 20px;
    overflow: hidden;
}

#list ul {
    width: 750px;
    height: auto;
    margin-right: -20px;
    list-style-type: none;
}

#list li {
    float: left;
    width: 230px;
    height: auto;
    min-height: 260px;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}


@media screen and (max-width: 768px) {

#list {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    padding: 15px 0 15px 0;
}

#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: 30px;
}

}


/*----------------------------------------------------
	#contents
----------------------------------------------------*/

#contents {
    width: 980px;
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 0;
    text-align: left;
    height: auto !important;
    min-height: 100%;
    clear: both;
    overflow: hidden;
}

#contents:after {
    content: " ";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}


@media screen and (max-width: 768px) {

#contents {
    width: 100%;
    margin-bottom: 50px;
    padding: 0;
}

}


/* -----------------------------------------------------------
	詳細を見るボタン
----------------------------------------------------------- */

.more_btn {
    clear: both;
    width: 40%;
    height: auto;
    background: url(https://www.on-toku.com/wp-content/uploads/header_bg.png) top left;
    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: url(https://www.on-toku.com/wp-content/uploads/bg.png) top left;
    color: #6D3B1D !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;
}

}


/* -----------------------------------------------------------
	お問い合わせバナー
----------------------------------------------------------- */

.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;
}

.contact {
    clear: both;
    display: block;
    width: 95%;
    background: #fff;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 60px;
    padding: 20px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    z-index: 4;
}

.contact_tel {
    float: none;
    width: 90%;
    height: auto;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
}

.contact_tel a:hover {
    opacity: 0.7;
}

.contact_mail {
    float: none;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 30px;
}

}


/* -----------------------------------------------------------
	トップへ戻る
----------------------------------------------------------- */

#page-top {
    background :url(https://www.on-toku.com/wp-content/uploads/pagetop.png);
    position: fixed;
    bottom: 40px;
    right: 0;
    z-index: 9999;
}

#page-top a {
    text-indent: 100%; /*テキストを見えなくする*/
    white-space: nowrap;
    overflow: hidden;
    text-decoration: none;
    width: 60px;
    height: 82px;
    display: block;
}

#page-top:hover {
    text-decoration: none;
    opacity: 0.7;
}


@media screen and (max-width: 768px) {

#page-top {
    background :url(https://www.on-toku.com/wp-content/uploads/pagetop.png);
    background-size: 100%;
    position: fixed;
    bottom: 10px;
    right: 0;
}


#page-top a {
    text-indent: 100%; /*テキストを見えなくする*/
    white-space: nowrap;
    overflow: hidden;
    text-decoration: none;
    width: 40px;
    height: 54px;
    display: block;
}

#page-top:hover {
    text-decoration: none;
    opacity: 0.7;
}

}


/* -----------------------------------------------------------
	パンくずリスト
----------------------------------------------------------- */

.breadcrumbs {
    margin: 10px;
    font-size: 13px;
    color: #fff;
}

.breadcrumbs a {
    color: #fff;
}

.breadcrumbs a:hover {
    color: #8B8B8B;
    text-decoration: underline;
}


@media screen and (max-width: 768px) {

.breadcrumbs {
    width: 90%;
    margin: 0 auto;
    padding: 15px 0;
    font-size: 12px;
}

}