@charset "utf-8";
/*
Template: 
Theme Name: 
*/

/* -----------------------------------------------------------
	header(PC)
----------------------------------------------------------- */

header {
    min-width: 980px;
    height: auto;
    overflow: hidden;
    position: relative;
}

header:after {
    content: " ";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}

#header-box {
    width: 980px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 10px;
    position: relative;
}

#header_desc {
    height: 30px;
    background: url(http://www.loveone.jp/wp-content/uploads/btn_bg.jpg);
}

#header_desc_area {
    width: 980px;
    margin: 0 auto;
}

#header_desc_area h1 {
    font-size: 12px;
    font-weight: normal;
    color: #FCF8ED;
    text-align: center;
    padding: 9px 0;
    line-height: 100%;
}

.logo {
    height: auto;
    width: 350px;
    margin: 0 auto;
    padding-top: 30px;
}

.mail_header {
    width: 205px;
    height: auto;
    display: block;
    position: absolute;
    top: 25px;
    right: 0px;
}

.mail_header_sp {
    display: none;
}

.nav-box {
    display: none;
}


/* -----------------------------------------------------------
	header(スマートフォン)
----------------------------------------------------------- */

@media screen and (max-width: 1299px) {

.mail_header {
    display: none;
}

}

@media screen and (max-width: 768px) {

header {
    min-width: 100%;
    height: auto;
    min-height: 185px;
    margin-bottom: 0;
    padding-bottom: 20px;
}

#header-box {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-top: 40px;
}

header .logo {
    clear: both;
    float: none;
    width: 90%;
    max-width: 320px;
    height: auto;
    text-align: center;
    margin: 0 auto;
}

#header_desc {
    display: none;
}

.nav-box h1 {
    height: auto;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    padding: 11px 0 11px 12px;
    color: #fff;
}

.mail_header {
    display: none;
}

.mail_header_sp {
    width: 90%;
    height: auto;
    right: 0;
}

}


/* -----------------------------------------------------------
	ヘッダーナビ(PC)
----------------------------------------------------------- */

nav .menu-header-navi-container {
    width: 980px;
    height: 50px;
    text-align: center;
    margin: 0 auto;
}

ul#navi, ul#navi li, ul#navi li a {
    display:block;
    zoom:1;
    height:50px;
}

ul#navi li {
    float:left; /*横並びに*/
    width:163px;
}

ul#navi li a {
    text-indent: 105%; /*テキストを見えなくする*/
    white-space: nowrap;
    overflow: hidden;
}

/*各画像セット*/
ul#navi li#menu1 a {background: url(http://www.loveone.jp/wp-content/uploads/menu2.png);}
ul#navi li#menu2 a {background: url(http://www.loveone.jp/wp-content/uploads/menu3.png);}
ul#navi li#menu3 a {background: url(http://www.loveone.jp/wp-content/uploads/menu4.png);}
ul#navi li#menu4 a {background: url(http://www.loveone.jp/wp-content/uploads/menu7.png);}
ul#navi li#menu5 a {background: url(http://www.loveone.jp/wp-content/uploads/menu8.png);}
ul#navi li#menu6 a {background: url(http://www.loveone.jp/wp-content/uploads/menu5.png);}

/*マウスオーバー時*/
ul#navi li#menu1 a:hover,
ul#navi li#menu2 a:hover,
ul#navi li#menu3 a:hover,
ul#navi li#menu4 a:hover,
ul#navi li#menu5 a:hover,
ul#navi li#menu6 a:hover {
    opacity: 0.7;
}

.overlay {
    display: none;
}

nav.side-menu {
    display: none;
}

.logo_sp {
    display: none;
}


/* -----------------------------------------------------------
	メニューボタン（スマートフォン）
----------------------------------------------------------- */

@media screen and (max-width: 768px) {

nav.pc {
    display: none;
}

/* サイドオープン時にメインコンテンツを覆う部分 */
.overlay {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 3;
}

.overlay::after {
    visibility: hidden;
    position: fixed;
    top: 40%;
    left: 0;
    display: block;
    width: 100%;
    height: 50px;
    color: rgba(255,255,255,0);
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.side-open .overlay {
    visibility: visible;
    cursor: pointer;
    background: rgba(0,0,0,.7);
}

.side-open .overlay::after {
    visibility: visible;
    color: rgba(255,255,255,.8);
}

/* サイドメニュー ※リストのスタイルは省略 */

nav.side-menu ul {
    width: 100%;
    height: 100%;
    margin: 10px 0;
    overflow: auto;
}

.side-menu li a {
    color: #fff;
    padding: 5px 0 10px 20px;
    display: block;
}

.side-menu li a:before {
    content: "\f0da";
    font-family: FontAwesome;
    padding-right: 6px;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.side-open nav.side-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 280px;
    height: 100%;
    text-align: left;
    font-size: 16px;
    z-index: 5;
    background: url(http://www.loveone.jp/wp-content/uploads/btn_bg.jpg);
    display: block;
}

.side-menu__ul {
    width: 100%;
    height: 100%;
    overflow: scroll;
}

.side-menu__ul--child {
    display: none;
}

.active .side-menu__ul--child {
    display: block;
}

.side-menu__ul--child li a {
    display: block;
    padding: 8px 0 8px 32px;
    font-size: 14px;
    color: #fff;
}

.side-menu__ul > li > a,
.side-menu__ul > li h2 {
    display: block;
    padding: 5px 0 10px 25px;
    color: #fff;
}

.side-menu__ul h2 {
	cursor: pointer;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.side-menu__ul > li > h2:after {
	content: ' ▼';
	color: #fff;
	font-size: 14px;
}

.side-menu__ul > li.active h2:after {
	content: ' ▲';
}

.side-menu__ul > li > h2:hover,
.side-menu__ul > li a:hover {
	color: #F3A9B8;
}

/* 開閉用ボタン ※ボタンの細かいスタイルは省略 */

.nav-box {
    height: 40px;
    width: 100%;
    display: block;
    background: url(http://www.loveone.jp/wp-content/uploads/btn_bg.jpg);
    position: fixed;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
    z-index: 1;
    top: 0;
}

.side-open .nav-box {
    display: none;
}

/* メインコンテンツ */

.wrapper {
    background: url(http://www.loveone.jp/wp-content/uploads/bg.png);
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 13px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 2;
}

.side-menu-btn {
    position: fixed;
    top: 4px;
    right: 15px;
    width: auto;
    height: 25px;
    cursor: pointer;
    z-index: 4;
    color: #fff;
    display: block;
}

.side-menu-btn:before {
    content: "\f0c9";
    font-family: FontAwesome;
    color: #fff;
    font-size: 24px;
    position: relative;
    top: 4px;
    padding-right: 5px;
}

.wrapper .logo_sp {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 120px;
    height: 24px;
    z-index: 1;
}


/* サイドメニューオープン */
.side-open .wrapper,
.side-open .overlay {
    -webkit-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0);
}

}