@charset "utf-8";
/*
Template: 
Theme Name: 
*/


/*----------------------------------------------------
	ボックス(PC)
----------------------------------------------------*/

.box {
    clear: both;
    width: 980px;
    height: auto;
    overflow: hidden;
    margin-bottom: 50px;
    box-sizing: border-box;
}

.box_info {
    clear: both;
    width: 980px;
    height: auto;
    overflow: hidden;
    margin-bottom: 50px;
    position: relative;
    box-sizing: border-box;
}

.box_l185 {
    width: 185px;
    height: auto;
    float: left;
    overflow: hidden;
    box-sizing: border-box;
}

.box_l313 {
    clear: both;
    width: 313px;
    height: auto;
    margin-bottom: 30px;
    float: left;
    overflow: hidden;
    box-sizing: border-box;
}

.box_l450 {
    clear: both;
    width: 450px;
    height: auto;
    float: left;
    overflow: hidden;
    box-sizing: border-box;
}

.box_l475 {
    clear: both;
    width: 475px;
    height: auto;
    float: left;
    overflow: hidden;
    box-sizing: border-box;
}

.box_l637 {
    width: 637px;
    height: auto;
    float: left;
    overflow: hidden;
    box-sizing: border-box;
}

.box_l730 {
    clear: both;
    width: 730px;
    height: auto;
    float: left;
    overflow: hidden;
    margin-bottom: 50px;
    box-sizing: border-box;
}

.box_r220 {
    width: 220px;
    height: auto;
    float: right;
    overflow: hidden;
    margin-bottom: 50px;
    box-sizing: border-box;
}

.box_r313 {
    width: 313px;
    height: auto;
    margin-bottom: 30px;
    float: right;
    overflow: hidden;
    box-sizing: border-box;
}

.box_r475 {
    width: 475px;
    height: auto;
    float: right;
    overflow: hidden;
    box-sizing: border-box;
}

.box_r500 {
    width: 500px;
    height: auto;
    float: right;
    overflow: hidden;
    box-sizing: border-box;
}

.box_r637 {
    width: 637px;
    height: auto;
    float: right;
    overflow: hidden;
    box-sizing: border-box;
}

.box_r765 {
    width: 765px;
    height: auto;
    float: right;
    overflow: hidden;
    box-sizing: border-box;
}

.box_contact {
    width: 90%;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
    background: url(http://www.loveone.jp/wp-content/uploads/footer_bg.png);
    -webkit-border-radius: 5px; /* for Safari and Chrome */
    -moz-border-radius: 5px; /* for Firefox */
    -o-border-radius: 5px; /* for opera */
    border-radius: 5px;
}


/*----------------------------------------------------
	ボックス(スマートフォン)
----------------------------------------------------*/

@media screen and (max-width: 768px) {

.box {
    width: 90%;
    height: auto;
    text-align: left;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 40px;
}

.box_info {
    width: 90%;
    height: auto;
    text-align: left;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 40px;
    float: none;
}

.box_l185 {
    width: 100%;
    height: auto;
    float: none;
    margin: 0 auto;
    margin-bottom: 40px;
    padding: 0;
    text-align: center;
}

.box_l450 {
    width: 100%;
    height: auto;
    float: none;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
    padding: 0;
}

.box_l313,
.box_r313 {
    width: 100%;
    height: auto;
    float: none;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 20px;
    padding: 0;
}

.box_l637,
.box_r637 {
    width: 100%;
    height: auto;
    float: none;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 20px;
    padding: 0;
}

.box_l475,
.box_r475 {
    width: 100%;
    height: auto;
    float: none;
    margin: 0 auto;
    margin-bottom: 40px;
    padding: 0;
}

.box_l730 {
    width: 90%;
    height: auto;
    float: none;
    margin: 0 auto;
    margin-bottom: 40px;
    padding: 0;
}

.box_r220 {
    width: 90%;
    height: auto;
    float: none;
    margin: 0 auto;
    margin-bottom: 40px;
    padding: 0;
}

.box_r500 {
    width: 100%;
    height: auto;
    float: none;
    margin: 0 auto;
    padding: 0;
}

.box_r765 {
    width: 100%;
    height: auto;
    float: none;
    margin: 0 auto;
    padding: 0;
}

.box_contact {
    width: 90%;
}

}