@charset "utf-8";
/*
Template: 
Theme Name: 
*/


/* -----------------------------------------------------------
	ボーダー
----------------------------------------------------------- */

.bottom_dotted {
    background: url(http://www.loveone.jp/wp-content/uploads/2px_dott.png) bottom left repeat-x;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.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: auto;
    border-collapse: collapse;
    border: 1px solid #502103;
    text-align: left;
    padding: 10px 15px;
    background: url(http://www.loveone.jp/wp-content/uploads/footer_bg.png);
    font-weight: normal;
    vertical-align: middle;
}

td {
    width: auto;
    text-align: left;
    border-collapse: collapse;
    border: 1px solid #502103;
    padding: 10px 15px;
}

/* 料金表 */

#price table th {
    width: auto;
    text-align: left;
    padding: 10px;
    vertical-align: middle;
}

#price table td {
    width: 150px;
    text-align: left;
    padding: 10px;
    vertical-align: middle;
}

#price table td.type {
    width: 400px;
    text-align: left;
    line-height: 170%;
}


@media screen and (max-width: 768px) {

th {
    width: 100%;
    display: block;
    border: none;
    box-sizing: border-box;
}

td {
    width: 100%;
    display: block;
    border: none;
    box-sizing: border-box;
}

/* 料金表 */

#price table {
    border: 0;
    margin-bottom: 0;
    font-size: 15px;
}

#price table thead {
    display: none;
}

#price table tr {
    margin-bottom: 30px;
    display: block;
}

#price table td {
    width: auto;
    display:block;
    text-align:right;
    border-bottom: 1px solid #502103;
    border-right: 1px solid #502103;
    border-left: 1px solid #502103;
    border-top: none;
    font-size: 14px;
}

#price table td.type {
    width: auto;
    border-top: 1px solid #502103;
    background: url(http://www.loveone.jp/wp-content/uploads/footer_bg.png);
    text-align: left;
    font-size: 13px;
}

#price table td:before {
    content:attr(data-label);
    float:left;
    text-align: left;
}

}


/* -----------------------------------------------------------
	横並び
----------------------------------------------------------- */

#list {
    width: 730px;
    height: auto;
    overflow: hidden;
}

#list ul {
    width: 750px;
    height: auto;
    margin-right: -20px;
    margin-bottom: -30px;
    list-style-type: none;
    overflow: hidden;
}

#list li {
    float: left;
    width: 230px;
    height: auto;
    min-height: 245px;
    max-height: 245px;
    margin-right: 20px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

#list li p {
    line-height: 150%;
}


@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: 40px;
}

}


/*----------------------------------------------------
	#contents
----------------------------------------------------*/

#contents {
    width: 980px;
    margin: 0 auto;
    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%;
    height: auto;
    padding: 0;
}

}


/* -----------------------------------------------------------
	詳細を見るボタン
----------------------------------------------------------- */

.more_btn {
    clear: both;
    width: 40%;
    height: auto;
    background: url(http://www.loveone.jp/wp-content/uploads/btn_bg.jpg);
    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 {
    opacity: 0.7;
    color: #fff !important;
    text-decoration: none;
    -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 .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-top: 60px;
    margin-bottom: 60px;
    overflow: hidden;
}

.contact_pc:hover {
    opacity: 0.7;
}

.contact {
    display: none;
}


@media screen and (max-width: 768px) {

.contact_pc {
    display: none;
}

.contact {
    clear: both;
    display: block;
    width: 90%;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    overflow: hidden;
}

.contact_tel {
    float: none;
    width: 90%;
    height: auto;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
}

.contact_tel a:hover,
.contact_mail a:hover {
    opacity: 0.7;
}

.contact_mail {
    float: none;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
}

}


/* -----------------------------------------------------------
	トップへ戻る
----------------------------------------------------------- */

#page-top {
    background :url(http://www.loveone.jp/wp-content/uploads/pagetop.png);
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 9999;
}

#page-top a {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-decoration: none;
    width: 100px;
    height: 100px;
    display: block;
}

#page-top:hover {
    text-decoration: none;
    opacity: 0.7;
}


@media screen and (max-width: 768px) {

#page-top {
    background :url(http://www.loveone.jp/wp-content/uploads/pagetop.png);
    background-size: 100%;
    position: fixed;
    bottom: 10px;
    right: 5px;
}


#page-top a {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-decoration: none;
    width: 50px;
    height: 50px;
    display: block;
}

#page-top:hover {
    text-decoration: none;
    opacity: 0.7;
}

}


/* -----------------------------------------------------------
	パンくずリスト
----------------------------------------------------------- */

.breadcrumbs {
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #502103;
}


@media screen and (max-width: 768px) {

.breadcrumbs {
    width: 90%;
    font-size: 11px;
    margin: 0 auto;
    margin-bottom: 30px;
}

}


#header-box ul {
    position: absolute;
    top: 55px;
    left: 755px;
}

#header-box ul li.fb {
    float: left;
    width: 28px;
    height: 29px;
    margin: 5px 10px 0 10px;
}

li.fb a .fa-1x, li.fb a .fa-2x, li.fb a .fa-3x {
    position: absolute;
    text-align: center;
}

li.fb a .fa-1x {
    font-size: 32px;
    color: #3b5998;
}

li.fb a .fa-3x {
    font-size: 32px;
    color: #55acee;
}
li.fb a .fa-1x, li.fb a .fa-2x, li.fb a .fa-3x {
    position: absolute;
    text-align: center;
}
li.fb a .fa-3x {
    font-size: 32px;
    padding-left: 1px;
}

.fa-2x {
    font-size: 31px !important;
    color: #fff;
}

.fa-3x {
    font-size: 3em;
}


@media screen and (max-width: 768px) {

#header-box ul {
    position: inherit;
    top: 0;
    left: 0;
    max-width: 145px;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
}

#header-box ul li.fb {
    float: left;
    width: 28px;
    margin: 5px 10px 10px 10px;
}

li.fb a .fa-1x, li.fb a .fa-2x, li.fb a .fa-3x {
    position: absolute;
    text-align: center;
}

li.fb a .fa-1x {
    font-size: 32px;
    color: #3b5998;
}

li.fb a .fa-3x {
    font-size: 32px;
    color: #55acee;
}
li.fb a .fa-1x, li.fb a .fa-2x, li.fb a .fa-3x {
    position: absolute;
    text-align: center;
}
li.fb a .fa-3x {
    font-size: 32px;
    padding-left: 1px;
}

.fa-2x {
    font-size: 31px;
    color: #fff;
}

.fa-3x {
    font-size: 3em;
}

}