/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.must {
	background: #aa0000;
}
.free {
	background: #999;
}
.must,
.free {
	color: #FFF;
	border-radius: 3px;
	font-size: 12px;
	margin-right: 10px;
	padding: 5px 10px;
	letter-spacing: 0.2em;
}
.copyright-footer {
	color: #fff;
}
#header-contact {
	font-size: 180%;
}

/*----------------------------------------------------
	Footer
----------------------------------------------------*/

#footer_area {
    padding-top: 2rem;
}
#footer_area h2{
    font-size: 160%;
}
#footer_area .footer_logo img{
    width: 200px;
}
#footer_area .footer_tel {
    margin-top: 1rem;
    font-weight: bold;
    font-size: 260%;
}
@media only screen and (max-width: 48em) {
    #footer_area h2{
        font-size: 120%;
        margin-bottom: 1rem;
    }
    #footer_area .footer_logo img{
        max-width: 50%;
    }
    #footer_area .footer_tel {
        font-size: 200%;
    }
}

/*----------------------------------------------------
	料金
----------------------------------------------------*/

.table_01 {
	width: 100%;
}
.table_01 th{
	vertical-align: top;
}
.table_01 th span{
	border-left: 3px solid #bbaa6c;
	padding-left: 0.5rem;
}
.table_02{
    border-bottom: 1px solid #cbba9c;
    border-right: 1px solid #cbba9c;
    border-spacing: 0;
}
.table_02 th,
.table_02 td{
	padding: 1rem 0.8rem;
    border-top: 1px solid #cbba9c;
    border-left: 1px solid #cbba9c;
	line-height: 160%;
}
.table_02 th{
	background : -webkit-gradient(linear, left top, left bottom, from(#f8f5eb), to(#e9e3ca));
	background-repeat: no-repeat;
	background-position: 2px 2px;
    text-align: center;
}
.table_02 th.price_th01{
	background : -webkit-gradient(linear, left top, left bottom, from(#f8f5eb), to(#e9e3ca));
}
.table_02 th.price_th02{
	background : -webkit-gradient(linear, left top, left bottom, from(#f8f5eb), to(#e9e3ca));
}
.table_02.price td{
    text-align: right;
}
.table_02 th.left,
.table_02 td.left{
    text-align: left;
}
.table_02 th.center,
.table_02 td.center{
    text-align: center;
}
table.note {
    border-style: none;
}

.table_02 .td_gray {
    background-color: #F3EFDD;
    font-weight: bold;
}

.table_02 .price {
    font-weight: bold;
    color: #917F3F;
    font-size: 130%;
}

.table_02 .point {
    font-weight: bold;
    color: #aa0000;
    font-size: 120%;
}
@media only screen and (max-width: 48em) {
    .table_02 .point {
        font-size: 110%;
    }
}

/*----------------------------------------------------
	改行
----------------------------------------------------*/
@media only screen and (min-width: 49em) {
/*************** ADD PC ONLY CSS HERE  ***************/
    .br-sp {
        display: none;
    }
    .sp_black {
        display: none;
    }
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .br-pc {
        display: none;
    }
    .pc_black {
        display: none;
    }
}