@charset "utf-8";
/*
Template: 
Theme Name: 
*/


/*----------------------------------------------------
	#mainImg
----------------------------------------------------*/

#main_img {
    width: auto;
    overflow: hidden;
    min-width: 980px;
    height: auto;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 30px;
}

#img_area {
    width: 980px;
    height: auto;
    margin: 0 auto;
}

#main_img-sub {
    height: 135px;
}

#img_area-sub {
    width: 980px;
    height: 135px;
    margin: 0 auto;
}

#img_area-sub h2 {
    width: auto;
    height: auto;
    background: none;
    text-align: center;
    padding-top: 50px;
    box-sizing: border-box;
    color: #502103;
}

#img_area-sub h2.en {
    font-size: 30px;
    line-height: 80%;
}

#img_area-sub h2 .ja {
    font-size: 14px;
    color: #F3A9B8;
}


@media screen and (max-width: 768px) {

#main_img {
    display: none;
}

#main_img-sub {
    width: 100%;
    height: 120px;
    margin-top: -30px;
    margin-bottom: 20px;
}

#img_area-sub {
    width: 100%;
    height: 120px;
}

}


/*----------------------------------------------------
	#main
----------------------------------------------------*/

#main {
    width: 980px;
}

#main h2 {
    font-size: 26px;
    text-align: left;
    background: url(http://www.loveone.jp/wp-content/uploads/h2_bg.png) repeat-x bottom left;
    margin-bottom: 20px;
    line-height: 150%;
    padding: 10px 0;
    box-sizing: border-box;
}

#main h2.en {
    font-size: 30px;
    line-height: 80%;
}

#main h2 .ja {
    font-size: 14px;
    color: #F3A9B8;
    padding-left: 15px;
}

#main h2.top_info {
    font-size: 26px;
    text-align: left;
    background: url(http://www.loveone.jp/wp-content/uploads/h2_bg.png) repeat-x bottom left;
    margin-bottom: 15px;
    line-height: 150%;
    padding: 10px 0;
    box-sizing: border-box;
}

#main h2.blog_title {
    font-size: 18px;
    background: url(http://www.loveone.jp/wp-content/uploads/h2_bg.png) repeat-x bottom left;
    line-height: 130%;
    padding: 0 0 15px 0;
    box-sizing: border-box;
    color: #502103;
}

#main h3 {
    clear: both;
    width: auto;
    height: auto;
    background: url(http://www.loveone.jp/wp-content/uploads/h3_bg.png) repeat-x bottom left;
    margin-bottom: 15px;
    font-size: 17px;
    line-height: 150%;
    padding: 0 0 10px 0;
    box-sizing: border-box;
}

#main h3:before {
    content: "\f219";
    font-family: FontAwesome;
    padding-right: 6px;
    color: #E40073;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

#main h3.h3_border_none {
    background: none;
    padding: 0;
    margin-bottom: 5px;
}

#main h4 {
    width: auto;
    height: auto;
    font-size: 15px;
    margin-bottom: 5px;
    box-sizing: border-box;
}


@media screen and (max-width: 768px) {

#main {
    width: 100%;
    height: auto;
}

#main h2 {
    width: 100%;
    height: auto;
    font-size: 20px;
}

#main h2.en {
    font-size: 24px;
    line-height: 100%;
}

#main h2 .ja {
    font-size: 14px;
}

#main h2.blog_title {
    font-size: 17px;
    line-height: 120%;
}

#main h3 {
    width: 100%;
    height: auto;
    font-size: 16px;
    line-height: 150%;
}

#main h3:before {
    content: "\f219";
    font-family: FontAwesome;
    padding-right: 6px;
    color: #F3A9B8;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

#main h4 {
    width: 100%;
    height: auto;
}

}


/* -----------------------------------------------------------
	電話番号
----------------------------------------------------------- */

.tel {
    margin-bottom: 10px;
}

.tel a {
    font-size: 40px;
    letter-spacing: -1px;
    margin-bottom: 5px;
    margin-top: 5px;
    line-height: 100%;
    color: #F3A9B8;
}

.tel a:hover {
    text-decoration: none;
}

.tel a:before {
    content: "\f095";
    font-family: FontAwesome;
    padding-right: 10px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}


@media screen and (max-width: 768px) {

.tel a {
    font-size: 30px;
}

.tel a:hover {
    opacity: 0.7;
}

}


/* -----------------------------------------------------------
	トップページサービス案内&割引
----------------------------------------------------------- */

.service {
    width: 980px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 20px;
    overflow: hidden;
}

.box_service_l {
    width: 313px;
    min-height: 285px;
    float: left;
    text-align: center;
    margin-right: 20px;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 10px 20px;
    background: url(http://www.loveone.jp/wp-content/uploads/footer_bg.png);
    box-sizing: border-box;
    -webkit-border-radius: 5px; /* for Safari and Chrome */
    -moz-border-radius: 5px; /* for Firefox */
    -o-border-radius: 5px; /* for opera */
    border-radius: 5px;
}

.box_service_r {
    width: 313px;
    min-height: 285px;
    float: right;
    text-align: center;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 10px 20px;
    background: url(http://www.loveone.jp/wp-content/uploads/footer_bg.png);
    box-sizing: border-box;
    -webkit-border-radius: 5px; /* for Safari and Chrome */
    -moz-border-radius: 5px; /* for Firefox */
    -o-border-radius: 5px; /* for opera */
    border-radius: 5px;
}

.box_service_l img,
.box_service_r img {
    margin-top: 10px;
    margin-bottom: 10px;
}

.service p {
    margin-bottom: 5px;
    font-size: 13px;
}

p.service_title {
    font-size: 20px;
    margin-bottom: 0;
}

.discount_title {
    font-size: 16px !important;
    margin-bottom: 0 !important;
    line-height: 120%;
}

.discount {
    font-size: 20px !important;
    color: #E40073;
    line-height: 100%;
}


@media screen and (max-width: 768px) {

.service {
    width: 100%;
    height: auto;
    margin-top: 25px;
    margin-bottom: 10px;
}

.service p {
    padding: 0;
    line-height: 180%;
}

.box_service_l {
    width: 100%;
    height: auto;
    margin: 0 auto;
    float: none;
    margin-bottom: 30px;
    padding: 20px;
}

.box_service_r {
    width: 100%;
    height: auto;
    margin: 0 auto;
    float: none;
    margin-bottom: 30px;
    padding: 20px;
}

.store_info {
    width: 65%;
    float: left;
    padding-left: 15px;
    box-sizing: border-box;
}

p.service_title {
    margin-bottom: 5px;
    line-height: 180%;
}

}


/* -----------------------------------------------------------
	お問い合わせフォーム
----------------------------------------------------------- */

table.contact_form {
    border-collapse: collapse;
    border-spacing: 0;
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.contact_form tbody {
    border-collapse: collapse;
    border-spacing: 0;
}

.contact_form th {
    width: 30%;
    border-collapse: collapse;
    border: none;
    text-align: left;
    padding: 15px;
    background: none;
    font-weight: normal;
    vertical-align: top;
    margin-bottom: 0;
    border-radius: 0;
    box-sizing: border-box;
}

.contact_form td {
    width: auto;
    border-collapse: collapse;
    border: none;
    padding: 15px;
    background: none;
    box-sizing: border-box;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    font-family: 'Delius', Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif, cursive;
    line-height: 150%;
    font-size: 14px;
    border: none;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    -webkit-border-radius: 5px; /* for Safari and Chrome */
    -moz-border-radius: 5px; /* for Firefox */
    -o-border-radius: 5px; /* for opera */
    border-radius: 5px;
}

span.wpcf7-list-item {
    display: block;
    margin-bottom: 5px;
}

.wpcf7 form input[type="image"] {
    margin-bottom: 40px;
}

.wpcf7 form input[type="text"],
.wpcf7 form input[type="tel"],
.wpcf7 form input[type="email"],
.wpcf7 form input[type="checkbox"],
.wpcf7 form input[type="radio"] {
    font-family: 'Delius', Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif, cursive;
    line-height: 150%;
    font-size: 14px;
    border: none;
    padding: 5px;
    width: 100%;
    box-sizing: border-box;
    -webkit-border-radius: 5px; /* for Safari and Chrome */
    -moz-border-radius: 5px; /* for Firefox */
    -o-border-radius: 5px; /* for opera */
    border-radius: 5px;
 }

.wpcf7 form input[type="textarea"]:focus,
.wpcf7 form input[type="text"]:focus,
.wpcf7 form input[type="tel"]:focus,
.wpcf7 form input[type="email"]:focus,
.wpcf7 form input[type="checkbox"]:focus,
.wpcf7 form input[type="radio"]:focus,
.wpcf7 form textarea:focus {
    border: none;
 }

.wpcf7 form input[type="textarea"],
.wpcf7 form input[type="submit"],
.wpcf7 form input[type="text"],
.wpcf7 form input[type="tel"],
.wpcf7 form input[type="email"],
.wpcf7 form input[type="checkbox"],
.wpcf7 form input[type="radio"],
.wpcf7 form input[type="image"],
.wpcf7 form input[type="submit"],
.wpcf7 form textarea,
select {
    outline:none;
}

.wpcf7 form input[type="checkbox"],
.wpcf7 form input[type="radio"] {
    position: relative;
    top: 2px;
}

div.wpcf7 img.ajax-loader {
    display: none;
}

.wpcf7-validation-errors {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
}

span.wpcf7-not-valid-tip {
    color: #e60000 !important;
    display: block;
    margin-top: 10px;
}

.wpcf7-response-output {
    padding: 0 !important;
    color: #e60000 !important;
    border: none !important;
    text-align: center;
}

.wpcf7-mail-sent-ok {
    border: none !important;
}


@media screen and (max-width: 768px) {

.contact_form th {
    width: 100%;
    padding: 2% !important;
    text-align: left;
    display: block;
    border: none;
    margin-bottom: 5px;
    box-sizing: border-box;
    -webkit-border-radius: 5px; /* for Safari and Chrome */
    -moz-border-radius: 5px; /* for Firefox */
    -o-border-radius: 5px; /* for opera */
    border-radius: 5px;
}

.contact_form td {
    width: 100%;
    padding: 0 !important;
    text-align: left;
    display: block;
    border: none;
    background: none;
    margin-bottom: 5px;
    box-sizing: border-box;
}

.wpcf7 form input[type="text"],
.wpcf7 form input[type="tel"],
.wpcf7 form input[type="email"] {
    min-height: 30px;
    min-width: 30px;
}

.wpcf7 form input[type="image"] {
    margin-bottom: 30px;
}

.wpcf7 form input[type="checkbox"],
.wpcf7 form input[type="radio"] {
    top: -2px;
}

.wpcf7-validation-errors {
    margin: 0 auto !important;
    padding: 0 0 20px 0 !important;
    text-align: center;
    width: 275px;
    line-height: 170%;
}

}


/* -----------------------------------------------------------
	必須タグ
----------------------------------------------------------- */

.tag.tag_imperative {
    font-size: 11px;
    color: #fff;
    padding: 2px 10px 4px;
    margin-left: 7px;
    position: relative;
    top: -1px;
    background: url(http://www.loveone.jp/wp-content/uploads/btn_bg.jpg);
    -webkit-border-radius: 5px; /* for Safari and Chrome */
    -moz-border-radius: 5px; /* for Firefox */
    -o-border-radius: 5px; /* for opera */
    border-radius: 5px;
}


/* -----------------------------------------------------------
	送信ボタン
----------------------------------------------------------- */

.submit {
    font-family: 'Delius', Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif, cursive;
    width: 20%;
    font-size: 14px;
    height: auto;
    margin: 0 auto;
    text-align: center;
    padding: 10px;
    margin-bottom: 40px;
    background: url(http://www.loveone.jp/wp-content/uploads/btn_bg.jpg);
    border: none;
    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;
}

.submit:hover {
    opacity: 0.7;
    border: none;
    text-decoration: none;
}

.submit .fa {
    padding-left: 2px;
    padding-right: 10px !important;
}


@media screen and (max-width: 768px) {

.submit {
    width: 40%;
}

}


/* -----------------------------------------------------------
	サイトマップ
----------------------------------------------------------- */

#sitemap_list li.home-item {
    padding-top: 0;
}

#sitemap_list li {
    text-indent: 0;
    padding: 10px;
    list-style-type: none;
    background: url(http://www.loveone.jp/wp-content/uploads/2px_dott.png) repeat-x bottom;
}

#sitemap_list li:before {
    content: "\f219";
    font-family: FontAwesome;
    padding-right: 6px;
    color: #F3A9B8;
    vertical-align: middle;
    position: relative;
    top: -1px;
}


/* -----------------------------------------------------------
	NEWマーク
----------------------------------------------------------- */

.new {
    background: url(http://www.loveone.jp/wp-content/uploads/new.png) no-repeat;
    margin-left: 10px;
    position: relative;
    top: 1px;
    padding: 0 28px;
    font-size: 14px;
}


/* -----------------------------------------------------------
	新着情報・ブログ(PC)
----------------------------------------------------------- */

.more_btn_info {
    position: absolute;
    top: 24px;
    left: 196px;
    font-size: 13px;
}

.more_btn_info:before,
.more_btn_blog:before {
    content: "\f0da";
    font-family: FontAwesome;
    padding-right: 6px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.more_btn_blog {
    position: absolute;
    top: 24px;
    left: 95px;
    font-size: 13px;
}

li.info-top {
    background: url(http://www.loveone.jp/wp-content/uploads/2px_dott.png) repeat-x bottom;
    margin-bottom: 10px;
    overflow: hidden;
}

.date {
    font-size: 14px;
    margin-bottom: 0;
    color: #E40073;
}

p.date:before {
    content: "\f219";
    font-family: FontAwesome;
    color: #E40073;
    padding-right: 5px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

p.title {
    margin-bottom: 5px;
}

p.title a {
    font-size: 14px;
}

#list_inner {
    overflow: hidden;
    min-height: 100%;
}

#list_inner a:hover {
    opacity: 0.7;
    text-decoration: none;
}

#list_inner p {
    text-align: left;
    margin-bottom: 0;
}

.list_image {
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
    line-height: 169px;
}

.list_date {
    font-size: 14px !important;
    margin: 10px 0;
    color: #E40073;
}

.list_date:before {
    content: "\f219";
    font-family: FontAwesome;
    color: #E40073;
    padding-right: 5px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.trimming {
    height: 170px;
    overflow: hidden;
    -webkit-border-radius: 5px; /* for Safari and Chrome */
    -moz-border-radius: 5px; /* for Firefox */
    -o-border-radius: 5px; /* for opera */
    border-radius: 5px;
}

.list_image img {
    min-height: 170px;
    min-width: 230px;
    max-width: 100%;
    margin-left: -100px;
    margin-right: -100px;
    margin-top: -100px;
    margin-bottom: -100px;
}

/* トップページ BLOG */

#top_bloglist {
    width: 980px;
    height: auto;
    overflow: hidden;
}

#top_bloglist ul {
    width: 1010px;
    height: auto;
    margin-right: -30px;
    list-style-type: none;
    overflow: hidden;
}

#top_bloglist li {
    float: left;
    width: 306px;
    height: auto;
    min-height: 295px;
    max-height: 295px;
    margin-right: 30px;
    position: relative;
    overflow: hidden;
}

#top_bloglist li .trimming {
    height: 213px;
    overflow: hidden;
    -webkit-border-radius: 5px; /* for Safari and Chrome */
    -moz-border-radius: 5px; /* for Firefox */
    -o-border-radius: 5px; /* for opera */
    border-radius: 5px;
}

.top_bloglist_image {
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
    line-height: 213px;
}

.top_bloglist_image img {
    min-height: 220px;
    min-width: 300px;
    max-width: 100%;
    margin: -100px;
}


/* -----------------------------------------------------------
	新着情報・ブログ(スマートフォン)
----------------------------------------------------------- */

@media screen and (max-width: 768px) {

.more_btn_info {
    position: absolute;
    top: 18px;
    left: 140px;
    font-size: 12px;
}

.more_btn_blog {
    position: absolute;
    top: 18px;
    left: 70px;
    font-size: 12px;
}

li.info-top {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 10px;
    padding-left: 10px;
}

p.date {
    float: none;
    margin: 0;
}

p.title {
    float: none;
}

p.title a {
    padding: 0;
}

.list_image {
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
    margin-bottom: 0;
}

.list_image img {
    margin: 0;
}

.trimming {
    height: auto;
    width: 100%;
    overflow: hidden;
}

#list_inner{
    margin-bottom: 0;
}

#list_inner p {
    margin-bottom: 0;
}

/* トップページ BLOG */

#top_bloglist {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}

#top_bloglist ul {
    width: 100%;
    height: auto;
    margin: 0;
    list-style-type: none;
    margin-bottom: -40px;
}

#top_bloglist li {
    float: none !important;
    width: 100%;
    height: auto;
    max-height: 100%;
    margin-bottom: 40px;
}

#top_bloglist li .trimming {
    height: auto;
    width: 100%;
    overflow: hidden;
}

.top_bloglist_image {
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
    margin-bottom: 0;
}

.top_bloglist_image img {
    margin: 0;
}

}


/* -----------------------------------------------------------
	個別ページページャー
----------------------------------------------------------- */

.next a {
    width: auto;
    height: auto;
    clear: both;
    font-size: 12px;
    padding: 10px 15px;
    background: url(http://www.loveone.jp/wp-content/uploads/btn_bg.jpg);
    color: #fff;
    line-height: 130%;
    display: inline-block;
    -webkit-border-radius: 5px; /* for Safari and Chrome */
    -moz-border-radius: 5px; /* for Firefox */
    -o-border-radius: 5px; /* for opera */
    border-radius: 5px;
}

.next a:hover {
    background: url(http://www.loveone.jp/wp-content/uploads/footer_bg.png);
    color: #502103;
    text-align: center;
    text-decoration: none;
}

.previous a {
    width: auto;
    height: auto;
    clear: both;
    font-size: 12px;
    padding: 10px 15px;
    background: url(http://www.loveone.jp/wp-content/uploads/btn_bg.jpg);
    color: #fff;
    line-height: 130%;
    display: inline-block;
    -webkit-border-radius: 5px; /* for Safari and Chrome */
    -moz-border-radius: 5px; /* for Firefox */
    -o-border-radius: 5px; /* for opera */
    border-radius: 5px;
}

.previous a:hover {
    background: url(http://www.loveone.jp/wp-content/uploads/footer_bg.png);
    color: #502103;
    text-align: center;
    text-decoration: none;
}

.more {
    clear: both;
    width: auto;
    height: auto;
    font-size: 12px;
    background: url(http://www.loveone.jp/wp-content/uploads/btn_bg.jpg);
    padding: 10px 15px;
    margin: 0 5px;
    color: #fff !important;
    line-height: 130%;
    display: inline-block;
    -webkit-border-radius: 5px; /* for Safari and Chrome */
    -moz-border-radius: 5px; /* for Firefox */
    -o-border-radius: 5px; /* for opera */
    border-radius: 5px;
}

.more:hover {
    background: url(http://www.loveone.jp/wp-content/uploads/footer_bg.png);
    color: #502103 !important;
    text-decoration: none;    
}


/* -----------------------------------------------------------
	一覧ページページャー
----------------------------------------------------------- */

.pager {
    clear: both;
    text-align: center;
    margin-top: 30px;
}

a.page-numbers {
    background: url(http://www.loveone.jp/wp-content/uploads/btn_bg.jpg);
    margin: 0 2px;
    padding: 5px 10px;
    color: #fff;
    font-size: 12px;
    line-height: 130%;
    display: inline-block;
    -webkit-border-radius: 5px; /* for Safari and Chrome */
    -moz-border-radius: 5px; /* for Firefox */
    -o-border-radius: 5px; /* for opera */
    border-radius: 5px;
}

a.page-numbers:hover {
    color: #502103;
    background: url(http://www.loveone.jp/wp-content/uploads/footer_bg.png);
    text-decoration: none;
    display: inline-block;
}

span.page-numbers.current {
    margin: 0 2px;
    padding: 5px 10px;
    color: #502103;
    background: url(http://www.loveone.jp/wp-content/uploads/footer_bg.png);
    font-size: 12px;
    line-height: 130%;
    display: inline-block;
    -webkit-border-radius: 5px; /* for Safari and Chrome */
    -moz-border-radius: 5px; /* for Firefox */
    -o-border-radius: 5px; /* for opera */
    border-radius: 5px;
}


/* -----------------------------------------------------------
	アーカイブ表示
----------------------------------------------------------- */

#archive {
    display: block;
    margin-bottom: 20px;
}

#archive li {
    padding: 5px;
    border-bottom: 1px dotted #502103;
}

#archive li a:before {
    content: "\f073";
    font-family: FontAwesome;
    padding-right: 5px;
}

#archive li a:hover {
    text-decoration: none;
}

#archive li a:hover:before {
    text-decoration: none;
}
