/*
Theme Name: juno[ユノ]
Author: juno[ユノ]
Description:juno[ユノ]テーマ
Version: 1.0.0
*/

body{
    width:100%;
    height:100%;
    color: #1E1E1E;
    line-height: 1.6;
    font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
    word-wrap:break-word;
    -webkit-text-size-adjust: 100%;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,hr{
    margin: 0;
    padding:0;
    box-sizing: border-box;
}

/*-----------------------1カラム--------------------------*/

#fullpage-main{
    width: 65%;
}

.fullpage{
    width: 70%;
    margin: 0 auto;
}

.aligncenter {
    display: inline;
}



/*----------------ボタンリンクアニメーション----------------*/
/* #page-top{z-index:60}.blink{opacity:1}
@keyframes anibtn{
0%{transform:scale(1)}
40%{transform:scale(1.1)}
80%{transform:scale(0.9)}
100%{transform:scale(1)}}

.anibtn
{display:block;
animation-name:anibtn;
animation-duration:.75s;
animation-iteration-count:infinite;
width:90%;margin:10px 5%;}　*/
/*----------------ここまでボタンリンクアニメーション----------------*/

#app{
    text-align:center;
}

ul,ol{
    list-style-type: none;
}

a{
    color: #1E1E1E;
    text-decoration: none;
}

a:hover{
    opacity: 0.6;
    transition: 0.2s;
}

/* =====================
#common
===================== */
.display_none{
    display: none;
}
#wprmenu_bar{
    padding-top: 16px;
}
#wprmenu_bar .menu_title{
    text-align: center;
}
#wprmenu_bar .menu_title img{
    width: 84px; /*120px*/
    height: 100%; /*auto*/
}
#wprmenu_bar .searchSP{
    display: block;
    position: absolute;
    top: 16px;
    right: 12px;
    z-index: 100000;
}
#wprmenu_bar .searchSP a{
    display: block;
    text-indent: -99999px;
    width: 24px;
    height: 24px;
    background: url(images/icoSearch.png)no-repeat;
    background-size: 24px;
}

#slide-menu{
    display: none;
}

/* float */
.alignleft {
    display: inline;
    float: left;
}

.alignright {
    display: inline;
    float: right;
}

.clear{
    clear: both;
}

/* font */
.fs0{
    font-size: 0;
}

.fs0 li{
    font-size: 14px;
}

/* width */
.contentInr{
    width: 80%;
    min-width: 1000px;
    margin: 0 auto;
}

/* search */
.search .searchText{
    width: 240px;
    height: 24px;
    padding: 16px 4px;
    border: 1px solid #f29188; /*#6eb92b*/
    border-radius: 4px;
}

input[type="text"]:focus {
  outline: 0;
}

.search .searchBtn{
    width: 24px;
    height: 24px;
    vertical-align: middle;
}

#footer .search{
    display: none;
}

/* =====================
#header
===================== */
#header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
	background: #f29188; /*6eb92b*/
	transition: .3s;
	height: 198px;
	padding-top: 8px;
}

#header .alignleft{
    margin-bottom: 8px;
	height: 96px;
}

#header h1 a{
    display: block;
    width: 179px; /*240px*/
    height: 64px;
    text-indent: -9999px;
	margin-top: 16px;
    background: url(images/logo.png)no-repeat;
    background-size: 179px 64px; /*240px 64px*/
}

#header .description{
    font-size: 12px;
    width: 400px;
}

#header .headNav li{
    display: inline-block;
}

#header .headNav li a{
    position: relative;
    padding-left: 12px;
    margin-left: 56px;
    line-height: 40px;
    color: #f5f9f0;
}

#header .headNav li a:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    vertical-align: middle;
    width: 4px;
    height: 4px;
    border-top: 2px solid #f5f9f0;
    border-right: 2px solid #f5f9f0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* nav */
nav{
	background: #fef4f3; /*#fbfbf4*/
}

.sidr nav{
    width: 100%;
}

.sidr ul{
    position: relative;
    margin: 0;
    padding: 0;
}

.sidr ul:after{
    content: "";
    display: block;
    clear: both;
}

.sidr ul li{
    position: relative;
    float: left;
    width: 25%;
    text-align: center;
    padding: 16px 0;
}

.sidr ul li:hover{
    transition: .3s;
}

.sidr ul li a{
    display: block;
    line-height: 1;
}

.sidr ul li a:hover,
.sidr .active{
    color: #f29188; /*#6eb92b*/    
}

.sidr ul ul:before{
    content: "";
    position: absolute;
    top: -16px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 16px 16px 16px;
    border-color: transparent transparent #fce9e7 transparent; /*transparent transparent #e0efce transparent*/
}

.sidr ul ul ul:before{
    content: none;
}

.sidr ul ul{
    position: absolute;
    top: 110%;
    width: 100%;
    background: #e0efce;
}

.sidr ul ul li{
    float: none;
    margin: 0;
    width: 100%;
    border-top: 1px solid #fff;
}

.sidr ul ul li:first-child{
    border-top: 0;
}

.sidr ul ul li a{
    line-height: 40px;
}

.sidr ul ul li:hover{
    background: #f5f9f0;
} 

.sidr ul ul ul{
    position: absolute;
    top: 0;
    left: 100%;
    background: #f5f9f0;
}

.sidr ul ul{
    visibility: hidden;
    opacity: 0;
    transition: .2s ease-in-out;
}

.sidr ul li:hover > ul {
    visibility: visible;
    opacity: 1;
}

.sidr .navIco:before{
    content: "";
    display: block;
    width: 48px;
    height: 48px;
    margin: auto;
}

.sidr .navIco.ico01:before{
    background: url(images/icoNav01_b.png)no-repeat;
    background-size: 48px;
}

.sidr .navIco.ico01:hover:before,
.sidr .navIco.ico01.active:before{
    background: url(images/icoNav01_g.png)no-repeat;
    background-size: 48px;
}

.sidr .navIco.ico02:before{
    background: url(images/icoNav02_b.png)no-repeat;
    background-size: 48px;
}

.sidr .navIco.ico02:hover:before{
    background: url(images/icoNav02_g.png)no-repeat;
    background-size: 48px;
}

.sidr .navIco.ico03:before{
    background: url(images/icoNav03_b.png)no-repeat;
    background-size: 48px;
}

.sidr .navIco.ico03:hover:before{
    background: url(images/icoNav03_g.png)no-repeat;
    background-size: 48px;
}

.sidr .navIco.ico04:before{
    background: url(images/icoNav04_b.png)no-repeat;
    background-size: 48px;
}

.sidr .navIco.ico04:hover:before{
    background: url(images/icoNav04_g.png)no-repeat;
    background-size: 48px;
}

/* header.fixed */
#header.fixed{
    height: 90px;
    transition: .3s;
    border-bottom: rgba(110, 185, 43, 0.4) 1px solid;
}

#header.fixed .alignleft{
    height: auto;
	margin-top: 0;
}

#header.fixed h1 a{
    width: 107px; /*139px*/
    height: 37px;
    background-size: 107px 37px; /*139px 37px*/
    transition: .3s;
	margin-top: 0;
}

#header.fixed .description{
    display: none;
}

#header.fixed .headNav{
    float: left;
    margin-right: 24px;
    transition: .3s;
}

#header.fixed .headNav li a{
    line-height: 36px;
    margin-left: 24px;
    transition: .3s;
    font-size: 13px;
}

#header.fixed .sidr ul li a{
    line-height: 48px;
    transition: .3s;
}

#header.fixed .search{
    padding-top: 0;
}

#header.fixed .search .searchText{
    width: 240px;
}

#header.fixed .sidr ul li{
    padding: 0;
}

#header.fixed .sidr .navIco:before{
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 4px;
    vertical-align: middle;
    margin-bottom: 4px;
}

#header.fixed .sidr .navIco.ico01:before,
#header.fixed .sidr .navIco.ico01:hover:before,
#header.fixed .sidr .navIco.ico02:before,
#header.fixed .sidr .navIco.ico02:hover:before,
#header.fixed .sidr .navIco.ico03:before,
#header.fixed .sidr .navIco.ico03:hover:before,
#header.fixed .sidr .navIco.ico04:before,
#header.fixed .sidr .navIco.ico04:hover:before{
    background-size: 32px;
}

#header .searchSP{
    display: none;
}

/*======================
#footer
===================== */
#footer{
    background: #fef4f3; /*#fbfbf4*/
    padding-top: 40px;
    text-align: center;
}

#footer h1 a{
    display: block;
    text-indent: -9999px;
    width: 103px; /*139px*/
    height: 37px;
    margin: auto;
    background: #ccc;
    margin-bottom: 24px;
    background: url(images/logoSP.png)no-repeat;
    background-size: 103px 37px; /*139px 37px*/
}

#footer li{
    display: inline-block;
    margin-bottom: 40px;
}

#footer li a{
    position: relative;
    padding-left: 12px;
    margin-left: 56px;
    line-height: 40px;
    color: #f29188; /*#6eb92b*/
}

#footer li a:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    vertical-align: middle;
    width: 4px;
    height: 4px;
    border-top: 2px solid #f29188; /*#6eb92b*/
    border-right: 2px solid #f29188; /*#6eb92b*/
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#footer li.ico a:before{
    content: none;
}

#footer .ico a{
    display: block;
    text-indent: -9999px;
    width: 24px;
    height: 40px;
}

#footer .fb a{
    background: url(images/icoFB.png)no-repeat;
    background-size: 24px;
    background-position: center;
}

#footer .twi a{
    background: url(images/icoTwi.png)no-repeat;
    background-size: 24px;
    background-position: center;
}

#footer .copy{
    background: #fef4f3; /*#f5f9f0*/
    padding: 16px 0;
    font-size: 13px;
    color: #f29188; /*#6eb92b*/
}

/*======================
#content
===================== */
#content{
	padding-top: 206px;
}

/* topBnrArea */
#topBnrArea{
    position: relative;
    background: url(images/mainImgBG.jpg);
    overflow: auto;
    height: auto;
}

#topBnrArea li{
    display: inline-block;
    width: 50%;
    padding: 24px 16px;
}

#topBnrArea li a{
    display: block;
    padding: 24px;
    background: rgba(255,255,255,0.8);
}

#topBnrArea li a:hover h2{
    color: #6eb92b;
}

#topBnrArea li .listImg{
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 160px;
    background-size: cover;
    margin-bottom: 16px;
}

#topBnrArea li h2{
    font-size: 18px;
    margin-bottom: 8px;
}

#topBnrArea li .listLead{
    font-size: 13px;
}

#content .contentInr{
    padding: 30px 0;
    overflow: auto;
}

/* ---------------------
#main
--------------------- */
#main{
    width: 72%;
}

#content section{
    margin-top: 40px;
}

#content section h1{
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.2;
    color: #ccc;
    margin-bottom: 40px;
}

#content section h1 span{
    font-family: 'Slabo 27px', serif;
    display: block;
    font-size: 32px;
    letter-spacing: 1px;
    color: #f29188; /*#6eb92b*/
}

/* feas */
#feas{
    background: #fef4f3; /*#fbfbf4*/
    padding: 20px 40px 15px;
    border-radius: 8px;
}

#feas h2{
    color: #f29188; /*#6eb92b*/
	margin-bottom:10px;
}

#feas-searchform-0 p {
	margin-top:10px;
	float:left;
	clear:both;
}

#feas-searchform-0 label.feas_clevel_01,label.feas_clevel_02 {
    float: left;
    cursor: pointer;
    margin: 16px 25px 16px 0;
}

#feas-searchform-0 label input{
    margin-right: 4px;
}

#feas_0_0_0 {
	margin-bottom:10px;
}

#feas-searchform-0 select#feas_0_0,
#feas-searchform-0 select#feas_0_1{
    width: 49%;
    background: #fff;
    height: 40px;
    border: 1px solid #f29188; /*#6eb92b*/
    padding: 8px;
    border-radius: 4px;
    margin-bottom: 16px;
    font-size: 14px;
}

#feas-searchform-0 input#feas_0_2,
#feas-searchform-0 input#feas_0_3 {
	width: 100%;
    background: #fff;
    height: 40px;
    border: 1px solid #f29188; /*#6eb92b*/
    padding: 8px;
    border-radius: 4px;
    margin-bottom: 16px;
    font-size: 14px;
}
	

#feas-searchform-0 input#feas-submit-button-0{
    width: 56%;
    border-radius: 24px;
    height: 40px;
    background-color: #f29188; /*#6eb92b*/
    border: 0;
    margin: 16px auto;
    display: block;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    background-image: url(images/icoSearchW.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: right 16px center;
}

#feas-searchform-0 input#feas-submit-button-0:hover{
    opacity: 0.6;
    transition: .3s;
}

#main #feas_0_0, #main #feas_0_1 {
	float:left;
}
#main #feas_0_0 {
	margin-right:2%;
}
	


#main #feas_0_2 {
	max-width:100%;
	width:100%;
}
#feas_0_0, #feas_0_1, #feas_0_2 {
	height: 35px;
    line-height: 22px;
}

/* entryList */
#entryList h1:before{
    content: "";
    display: block;
    width: 120px;
    height: 120px;
    background: url(images/icoTtl.png)no-repeat;
    background-size: 120px;
    margin: 0 auto;
}

#entryList .listBox{
    background: #fff;
    padding: 24px;
    height: 240px;
    box-shadow:0px 0px 12px -3px #ccc;
    -moz-box-shadow:0px 0px 12px -3px #ccc;
    -webkit-box-shadow:0px 0px 12px -3px #ccc;
    overflow: auto;
    margin-bottom: 40px;
    margin-left: 8px;
}

#entryList .listBox .listImg{
    background-position: center center;
    background-repeat: no-repeat;
    width: 32%;
    height: 192px;
    background-size: cover;
    margin-right: 24px;
}

#entryList .listBox h2{
    margin-bottom: 16px;
    font-size: 20px;
}

#entryList a:hover h2{
    color: #f29188; /*#6eb92b*/
}

#entryList .listBox .listDate{
    font-size: 13px;
    color: #ccc;
}

#entryList .listBox .listCat{
    font-size: 12px;
    margin: 8px 0 16px;
    background: #f29188; /*#6eb92b*/
    padding: 4px 16px;
    display: inline-block;
    border-radius: 24px;
    color: #fff;
}

#entryList .listBox .listLead{
    font-size: 13px;
}

/* pager */
#pager{
    text-align: center;
    margin: 80px 0;
}

#pager a,
#pager span{
    font-family: 'Slabo 27px', serif;
    display: inline-block;
    background: #fbfbf4;
    padding: 18px 22px;
    border-radius: 32px;
    line-height: 1;
}

#pager a:hover{
    color: #6eb92b;
}

#pager .current{
    color: #fff;
    background: #f29188; /*#6eb92b*/
    padding: 18px 24px;
}

#pager .dots{
    background: none;
    padding: 8px;
}

#pager .prev,
#pager .next{
    background: none;
    color: #f29188; /*#6eb92b*/
    letter-spacing: 1px;
}

#pager .navigation,
#pager .pagenation,
#pager .page-numbers,
#pager li{
    display: inline-block;
}

/* ---------------------
category / page
--------------------- */
.breadcrumb{
    margin: 10px 0px;
}

.breadcrumb li{
    display: inline-block;
    font-size: 13px;
}

.breadcrumb li a{
    color: #f29188; /*6eb92b*/
}

.breadcrumb li:after{
    content: "＞";
    color: #ccc;
    padding: 0 8px;
}

.breadcrumb li:last-child:after{
    content: none;
}

#entryList.pageHead h1{
    color: #f29188; /*#6eb92b*/
    font-size: 18px;
    padding: 16px 0;
    border-bottom: #e0efce 3px solid;
    border-top: #e0efce 3px solid;
}

#entryList.pageHead h1:before{
    content: none;
}

#content section.pageHead{
    margin-top: 48px;
}

/* entry */
article.entry{
    background: #fff;
    padding: 0;
    box-shadow:0px 0px 12px -3px #ccc;
    -moz-box-shadow:0px 0px 12px -3px #ccc;
    -webkit-box-shadow:0px 0px 12px -3px #ccc;
    overflow: auto;
    width: 96%;
    margin: 30px auto 80px;
}
article.entry a{
    color: #4b99b5;
}
article.entry .entry-header{
    padding: 24px;
}

article.entry .entry-meta{
    text-align: right;
    font-size: 13px;
    margin-bottom: 16px;
}

article.entry .entry-date{
    margin-right: 16px;
}

article.entry .entry-cat{
    background: #f29188; /*#6eb92b*/
    padding: 4px 16px;
    color: #fff;
    border-radius: 16px;
}

article.entry figure{
    margin: 0;
}

article.entry figure img{
    width: 100%;
    line-height: 0;
}

article.entry .entry-content{
    padding: 24px;
    margin-top: 16px !important;
}

article.entry .entry-content h2{
    margin: 64px 0 24px;
    padding: 14px 8px 8px;
    color: #F26457;
	border-bottom: 2px solid #fbdedb; /*#e0efce*/
    background: #FEF4F3; /*#fbfbf4*/
}

article.entry .entry-content h2:before{
    content: "";
    width: 32px;
    height: 32px;
    background: url(images/icoH2.png)no-repeat;
    background-size: 32px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 4px;
    margin-right: 8px;
}

article.entry .entry-content h3{
    color: #f29188; /*#6eb92b*/
    margin: 32px 0 16px;
    background: #fbfbf4;
    padding: 4px 8px;
    border-left: 4px solid #f29188; /*#6eb92b*/
}

article.entry .entry-content h4{
    color: #f29188; /*#6eb92b*/
    border-bottom: 4px solid #fbdedb; /*#e0efce*/
    margin: 16px 0 16px;
    padding: 4px 8px;
}

article.entry .entry-content h5{
    color: #f29188; /*#6eb92b*/
    font-size: 16px;
}

article.entry .entry-content h5:before{
    content: "●";
    color: #e0efce;
    margin-right: 4px;    
}

article.entry .entry-content h6{
    font-size: 16px;
    color: #f29188; /*#6eb92b*/
}

article.entry .entry-content p{
    margin-bottom: 1em;
}

article.entry .entry-content img{
    height: auto;
    margin-bottom: 1em;
}

article.entry .entry-content ul,
article.entry .entry-content ol{
    background: #fbfbf4;
    border: #e0efce 1px solid;
    padding: 16px;
    border-radius: 16px;
    margin-bottom: 16px;
}

article.entry .entry-content ul li{
    margin-bottom: 0.5em;
    text-indent: -1em;
    padding-left: 1em;
}

article.entry .entry-content li:last-child{
    margin-bottom: 0;
}

article.entry .entry-content ul li:before{
    content: "・";
    color: #f29188; /*#6eb92b*/
}

article.entry .entry-content ol{
    counter-reset: number;
}

article.entry .entry-content ol li{
    margin-bottom: 1em;
    text-indent: -2em;
    padding-left: 2em;
}

article.entry .entry-content ol li:nth-child(n+10){
    text-indent: -2.5em;
    padding-left: 2.5em;
}

article.entry .entry-content ol li:before{
    counter-increment: number;
    content: counter(number);
    background: #e0efce;
    padding: 8px 11px;
    border-radius: 16px;
    font-size: 12px;
    margin-right: 4px;
    vertical-align: middle;
}

/*page */
#content section.page h1{
    font-size: 24px;
    color: #f29188; /*#6eb92b*/
}

#content section.page h2{
    margin: 64px 0 24px;
    padding: 8px 8px 8px;
    color: #f29188; /*#6eb92b*/
    border-top: 6px solid #e0efce;
    border-bottom: 2px dotted #e0efce;
    background: #fbfbf4;
}

#content section.page ul{
    margin: 16px 0;
}

#content section.page li{
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 4px;
}

#content section.page li:before{
    content: "・";
}


/* ---------------------
#side
--------------------- */
#side{
    width: 24%;
}

/* bnrArea */
#side .bnrArea li{
    line-height: 0;
    margin-bottom: 16px;
}

#side .bnrArea li img{
    width: 100%;
    height: auto;
}

/* sidebnr */
#sidebnr{
	width: 100%;
	margin-bottom: 64px;
}

/* sideRanking */
#sideRanking{
    margin-bottom: 64px;
}

#sideRanking h1:before{
    content: "";
    display: block;
    width: 104px;
    height: 104px;
    background: url(images/icoRanking.png)no-repeat;
    background-size: 104px;
    margin: 0 auto;
}

#sideRanking li{
    overflow: auto;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: #e0efce 1px dotted;
    position: relative;
    counter-increment: number;
}

#sideRanking li:last-child{
    border-bottom: 0;
}

#sideRanking li p.cover{
    display: inline-block;
    background-color: #ccc;
    background-position: center center;
    background-repeat: no-repeat;
    width: 72px;
    height: 72px;
    background-size: cover;
    margin-right: 8px;
    border-radius: 72px;
}

#sideRanking li p.sideTtl{
    font-size: 13px;
}

#sideRanking li:before{
    content: counter(number)" ";
    background: #f29188; /*#6eb92b*/
    margin-right: 3px;
    color: #fff;
    width: 2em;
    height: 2em;
    font-size: 0.8em;
    font-weight: bold;
    font-family: 'Slabo 27px', serif;
    display: block;
    text-align: center;
    line-height: 2em;
    margin-bottom: 4px;
    border-radius: 2em
}

#sideRanking li:nth-child(-n+3):before{
    width: 32px;
    height: 32px;
    background: url(images/ranking1.png)no-repeat;
    background-size: 32px;
    line-height: 3.3em;
    border-radius: 0;
}

/* ---------------------
#page-top
--------------------- */
#page-top{
    position: fixed;
    bottom: 40px;
    right: 20px;
    font-size: 77%;
}

#page-top a{
    background: #fbdedb; /*#e0efce*/
    text-decoration: none;
    color: #f29188; /*#6eb92b*/
    width: 80px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 40px;
}

#page-top a:hover{
    text-decoration: none;
    opacity: 1;
    color: #fff;
    background: #F29188; /*#6eb92b*/
    font-color: #ffffff;
}


/* ---------------------
thanks
--------------------- */
.thanks {
	width: 496px;
    margin: 0 auto;
}
	



/*======================
- 1000px
===================== */
@media screen and (max-width: 1000px){
    /* common */    
    .contentInr{
        width: auto;
        min-width: 100%;
    }
    
    /* header */
    #header{
        border-bottom: 0;
        width: 100%;
        height: 56px;
        padding-top: 12px;
        box-sizing: border-box;
		background: #fef4f3; /*#fbfbf4*/
    }
    
    #header .alignleft{
        height: auto;
        margin-bottom: 0;
        float: none;
        display: block;
    }
    
    #header .contentInr,fullpage{
        width: auto;
        min-width: 100%;
    }
    
    #header.fixed{
        border-bottom: 0;
        height: 56px;
        top: 0 !important;
        /*background: rgba(251, 251, 244, 0.6);*/
    }
    
    #header h1,
    #header.fixed h1{
        width: 120px;
        height: 32px;
        margin: auto;
    }
    
    #header h1 a,
    #header.fixed h1 a{
/*
        width: 120px;
        height: 32px;
        margin-bottom: 0;
		margin-top: 0;
		background: url(images/logoSP.png)no-repeat;
		background-size: 120px 32px;
*/
		display: none;
    }
    
    #header .description{
        display: none;
    }
    
    #header .headNav{
        display: none;
    }
    
    #header .headNav li a,
    #header.fixed .headNav li a{
        line-height: 32px;
        margin-left: 24px;
    }
    
    #header #searchform.spNone{
        display: none;
    }
    
    #header .searchSP{
        display: block;
        position: absolute;
        top: 16px;
        right: 12px;
    }
    
    #header .searchSP a{
        display: block;
        text-indent: -99999px;
        width: 24px;
        height: 24px;
        background: url(images/icoSearch.png)no-repeat;
        background-size: 24px;
    }
    
    /* topBnrArea */
    #topBnrArea{
        padding: 0;
    }
    
    /* content */
    #content{
        padding-top: 0px;
    }
    
    #content .contentInr{
        padding-left: 16px;
        padding-right: 16px;
    }
    
    /* listbox */
    #entryList .listBox{
        height: auto;
    }
    
    /* nav */
    #sidr-menu{
        display: none;
    }
    /*.sidr ul,
    .sidr li,
    .sidr span,
    .sidr a,
    .sidr :before,
    .sidr .navIco.ico01:before,
    .sidr .navIco.ico02:before,
    .sidr .navIco.ico03:before,
    .sidr .navIco.ico04:before{
        width: auto;
        height: auto;
        border: none;
        background: none;
        margin: auto;
        padding: auto;
        color: initial;
        font-size: initial;
        text-shadow: initial;
    }*/
    
    /*.sidr ul li{
        position: static;
        float: none;
        width: inherit;
        text-align: left;
        padding: 0;
    }
    
    .sidr ul ul{
        visibility: visible;
        opacity: 1;
        position: static;
        top: auto;
    }
    
    .sidr ul ul ul{
        position: static;
        left: inherit;
    }
    
    #header .sidr .navIco.ico01:before,
    #header.fixed .sidr .navIco.ico01:before,
    #header.fixed .sidr .navIco.ico01:hover:before,
    #header .sidr .navIco.ico02:before,
    #header.fixed .sidr .navIco.ico02:before,
    #header.fixed .sidr .navIco.ico02:hover:before,
    #header .sidr .navIco.ico03:before,
    #header.fixed .sidr .navIco.ico03:before,
    #header.fixed .sidr .navIco.ico03:hover:before,
    #header .sidr .navIco.ico04:before,
    #header.fixed .sidr .navIco.ico04:before,
    #header.fixed .sidr .navIco.ico04:hover:before{
        display: inline-block;
        width: 24px;
        height: 24px;
        margin-right: 4px;
        vertical-align: middle;
        margin-bottom: 4px;
        background-size: 24px;
    }
    
    #header .sidr ul li a,
    #header.fixed .sidr ul li a{
        line-height: 48px;
    }
    #slide-menu{
        width: 24px;
        height: 24px;
        background: url(images/icoOpen.png)no-repeat;
        background-size: 24px;
        text-indent: -99999px;
        position: fixed;
        top: 12px;
        z-index: 2;
    }
    
    .sidr-open #slide-menu{
        background: url(images/icoClose.png)no-repeat;
        background-size: 24px;
    }*/
    
    #wprmenu_menu .wprmenu_icon:before, #wprmenu_bar [data-icon]:before {
        color: #f29188; /*#6eb92b*/
    }
    #wprmenu_menu.wprmenu_levels a.wprmenu_parent_item {
        border-left: 0 !important;
    }
	
	.child {
		display:none;
	}
    
}

/*======================
- 768px
===================== */
@media screen and (max-width: 768px){
    /* header */    
    #header .search{
        display: none;
    }
    
    #sidr-menu{
        display: none;
    }
    
    /* footer */
    #footer .search{
        display: block;
        padding-top: 0;
        margin-bottom: 24px;
    }
}

/*======================
- 640px
===================== */
@media screen and (max-width: 640px){
    .spNone{
        display: none;
    }
    
    /* header */
    #header .headNav li a{
        display: none;
    }
    
    #sidr-menu{
        display: none;
    }
    
    /* footer */
    #footer{
        padding-top: 24px;
    }
    
    #footer h1 a{
        height: 37px;
        margin-bottom: 32px;
    }
    
    #footer .search{
        margin-bottom: 40px;
    }
    
    #footer .search .searchText{
        width: 70%;
    }
    
    #footer ul{
        padding: 0 8px;
    }
    
    #footer li{
        display: block;
        text-align: left;
        margin-bottom: 0;
    }
    
    #footer li a{
        margin-left: 0;
        line-height: 1;
        border-bottom: #f29188 1px dotted; /*#6eb92b*/
        display: block;
        padding-bottom: 16px;
        margin-bottom: 16px;
        font-size: 13px;
        padding-left: 8px;
    }
    
    #footer li a:before{
        right: 8px;
        left: auto;
        bottom: 16px;
    }
    
    #footer .ico{
        width: 32px;
        margin: 0 8px 16px;
        display: inline-block;
    }
    
    #footer .ico a{
        border-bottom: 0;
        padding: 0;
        margin: 0;
        width: auto;
    }
    
    /* #topBnrArea */    
    #topBnrArea li{
        width: 100%;
        display: block;
        padding-bottom: 0;
    }
    
    #topBnrArea li a{
        padding: 16px;
    }
    
    /* content */
    #content{
        padding-top: 0px;
    }
    
    #content .contentInr,fullpage{
        padding: 8px;
    }
    
    #content section{
        margin-top: 40px;
    }
    
     #content section h1{
        margin-bottom: 24px;
    }
    
    #content section h1 span{
        font-size: 24px;
    } 
        
    /* feas */
    #feas{
        padding: 16px;
        font-size: 14px;
		margin-top:10px;
    }
	
	#feas-0 {
		display:none;
	}
    
    #feas h2{
        text-align: center;
        font-size: 18px;
        margin-bottom: 0;
    }
	
	#feas-searchform-0 label.feas_clevel_01,label.feas_clevel_02{
		        margin: 5px;
    } 
    

    
    #feas-searchform-0 select#feas_0_1,
    #feas-searchform-0 input#feas_0_2{
        font-size: 13px;
    }
    
    #feas-searchform-0 input#feas-submit-button-0{
        width: 80%;
    }
    
    #main,
    #side{
        width: 100%;
        display: block;
        margin-bottom: 24px;
        float: none;
    }
    
    #entryList h1:before{
        width: 80px;
        height: 80px;
        background-size: 80px;
    }
    
    /* listbox */
    #entryList .listBox{
        margin-left: 0;
        padding: 0px;
        box-shadow: none;
        margin-bottom: 16px;
        padding-bottom: 16px;
        border-bottom: #e0efce 1px dotted;
    }
    
    #entryList .listBox h2{
        font-size: 13px;
        font-weight: normal;
        margin-bottom: 0;
    }
    
    #entryList .listBox .listImg{
        height: 80px;
        width: 80px;
        margin-right: 8px;
    }
    
    #entryList .listBox .listLead{
        display: none;
    }
    
    #entryList .listBox .listCat{
        font-size: 10px;
        margin: 0 0 8px;
        padding: 2px 8px;
        background: #fbdedb; /*#e0efce*/
        color: #f29188; /*#6eb92b*/
    }
    
    #entryList .listBox .listDate{
        font-size: 10px;
        padding-top: 4px;
    }
    
    /* pager */
    #pager{
        margin: 24px 0;
        overflow: auto;
    }
    
    #pager a,
    #pager span{
        display: none;
        padding: 0;
    }
    
    #pager .prev,
    #pager .next{
        display: inline-block;
        width: 50%;
        float: left;
        box-sizing: border-box;
        position: relative;
    }
    
    #pager .prev{
        text-align: left;
        padding-left: 16px;
    }
    
    #pager .next{
        text-align: right;
        padding-right: 16px;
    }
    
    #pager .prev:before,
    #pager .next:after{
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        vertical-align: middle;
        width: 4px;
        height: 4px;
        border-top: 2px solid #6eb92b;
        border-right: 2px solid #6eb92b;
    }
    
    #pager .prev:before{
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg);
        left: 8px;
    }
    
    
    #pager .next:after{
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        right: 8px;
    }
    
    #pager .navigation{
        display: none;
    }
    
    /* side */
    #side .bnrArea li img{
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    
    #sideRanking li:before{
        position: absolute;
        left: 80px;
    }
    
    #sideRanking li p.sideTtl{
        padding-top: 32px;
        padding-left: 80px;
        font-size: 12px;
    }
    
    /* page-top */
    #page-top{
        right: 8px;
    }    
    
    #page-top a{
        width: 54px;
        padding: 18px 0;
    }
    
    
    /* topBnrArea */
    #topBnrArea li h2{
        font-size: 16px;
    }
    
    #topBnrArea li .listLead{
        font-size: 12px;
    }
    
    /* entry */
    article.entry{
        margin: 24px auto;
    }
    
    article.entry .entry-header,
    article.entry .entry-content{
        padding: 16px;    
    }
    
    article.entry .entry-meta{
        font-size: 12px;
    }
    
    article.entry .entry-title{
        font-size: 16px;
    }
    
    article.entry .entry-content p{
        font-size: 14px;
    }
    
    article.entry .entry-content h2,
    article.entry .entry-content h3{
        margin-top: 24px;
        font-size: 16px;
    }
    
    article.entry .entry-content h2:before{
        width: 16px;
        height: 16px;
        background-size: 16px;
    }
    
    article.entry .entry-content ul,
    article.entry .entry-content ol{
        border-radius: 8px;
        padding: 8px;
    }
    
    article.entry .entry-content ul li,
    article.entry .entry-content ol li{
        font-size: 14px;
    }
    
    article.entry .entry-content ol li:before{
        padding: 6px 8px;
    }
    
    #content section.page h1{
        font-size: 18px;
    }
    
    #content section.page h2{
        font-size: 16px;
        margin: 24px 0 16px;
    }
    
    #content section.page p,
    #content section.page li{
        font-size: 14px;
    }

.fullpage{
    width: 93%;
    display: block;
    margin-bottom: 24px;
    float: none;
}

.aligncenter {
    display: inline;
}


/* ヘッダー背景 */
#wprmenu_bar {
    background: #fef4f3;
}

/* ハンバーガーメニュー */
#wprmenu_bar .wprmenu_icon span {
  background: #F29188;
}

/* ハンバーガーメニュー_罫線 */
#wprmenu_menu.wprmenu_levels ul li {
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
}

/* ハンバーガーメニュー_背景 */
#wprmenu_menu {
    background: #fef4f3!important;
}

}




table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.clearfix, .cf, .comment-respond,.widget ul li {
  zoom: 1; }
  .clearfix:before, .clearfix:after, .cf:before, .comment-respond:before, .cf:after, .comment-respond:after ,.widget ul li:before ,.widget ul li:after{
    content: "";
    display: table; }
  .clearfix:after, .cf:after, .comment-respond:after, .widget ul li:after {
    clear: both; }

span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

p {
  -ms-word-break: break-all;
  -ms-word-wrap: break-all;
  word-break: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3; }

.entry-content {
  padding: 1.5em 2em;
  }
  .entry-content p {
    margin: 0 0 1.6em; 
    line-height: 1.7;
  }
  .entry-content table {
    width: 100%;
    font-size: 0.85em;
    border: 1px solid #eaedf2;
    margin-bottom: 1.5em; }
    .entry-content table caption {
      margin: 0 0 7px;
      font-size: 0.75em;
      color: #9fa6b4;
      text-transform: uppercase;
      letter-spacing: 1px; }
  .entry-content tr {
    border-bottom: 1px solid #eee; }

  .entry-content td {
    padding: 7px;
    border-right: 1px solid #eaedf2; }
    .entry-content td input{
      margin:3px 0;
    }
    .entry-content td:last-child {
      border-right: 0; }
  .entry-content th {
    background-color: #f8f9fa;
    border-bottom: 1px solid #eaedf2;
    border-right: 1px solid #eaedf2; 
    padding: 7px;
    min-width: 6em;
    }
    .entry-content th:last-child {
      border-right: 0; }
  .entry-content blockquote{
	  color: #777;
	  border:1px solid #ccc;
	  margin:2em 0;
	  font-size: 0.95em;
	  padding:1.5em 2.5em 0.5em;
	  border-radius:10px;
	  position:relative;
  }
  .entry-content blockquote:before{
  font-family: 'FontAwesome';
  content:'\f10d';
  position:absolute;
  width:1em;
  height:1em;
  padding-top:0.25em;
  border-radius:50%;
  display:block;
  text-align:center;
  left:-0.4em;
  top:-0.5em;
  font-size:25px;
  line-height:1;
  color:#999;
  }
  .entry-content blockquote:after{
  font-family: 'FontAwesome';
  content:'\f10e';
  position:absolute;
  width:1em;
  height:1em;
  padding-top:0.25em;
  border-radius:50%;
  display:block;
  text-align:center;
  right:-0.4em;
  bottom:-0.2em;
  font-size:25px;
  line-height:1;
  color:#999;
  }
  .entry-content blockquote h1,
  .entry-content blockquote h2,
  .entry-content blockquote h3,
  .entry-content blockquote h4{
  margin-top:0!important;
  }
  .entry-content dd {
    margin-left: 0;
    font-size: 0.9em;
    color: #787878;
    margin-bottom: 1.5em; }
  .entry-content img {
    margin: 0 0 1.5em 0;
    max-width: 100%;
    height: auto; }
  .entry-content .size-auto,
  .entry-content .size-full,
  .entry-content .size-large,
  .entry-content .size-medium,
  .entry-content .size-thumbnail {
    max-width: 100%;
    height: auto; }
  .entry-content pre {
    background: #323944;
    color: #f8f9fa;
    font-size: 0.9em;
    padding: 1.5em;
    margin: 0 0 1.5em;
    border-radius: 3px; }

/*feas-searchform-1*/
#feas-searchform-1{
box-sizing: border-box;
margin: 0 0 20px;
background: #f2f0ef;
border: 1px solid #ddd;
border-radius: 15px;
padding: 2.631578947368421% 4.210526315789474%;
}
#feas-searchform-1 .box{
display: table;
width: 100%;
}
.entry-content #feas-searchform-1 p {
margin: 0;
line-height: 1.66;
}
.entry-content #feas-searchform-1 p.title{
margin: 0 0 10px;
font-size: 131.25%;
font-weight: bold;
color:#6eb92b;
}
#feas-searchform-1 .box .s-sex,
#feas-searchform-1 .box .s_safty,
#feas-searchform-1 .box .s_refund{
display: table-cell;
width: 33.33%;
}
.entry-content #feas-searchform-1 .feas_clevel_01 {
margin: 0 1em 0 0;
line-height: 1.7;
}
.entry-content #feas-searchform-1 .feas_clevel_01 input[type="radio"]{
margin: 0 0.2em 0 0;
}
#feas-searchform-1 #feas-submit-button-1 {
display: block;
width: 80%;
margin: 2.631578947368421% auto 0;
background: #6eb92b;
border-radius: 20px;
color: #fff;
padding: 6px 0;
border-width: 0;
}
@media only screen and (max-width: 750px) {
.entry-content #feas-searchform-1 p.title{
font-size: 112.5%;
margin-bottom: 5px;
text-align: center;
}
#feas-searchform-1 .box .s-sex,
#feas-searchform-1 .box .s_safty,
#feas-searchform-1 .box .s_refund{
display: block;
width: 100%;
margin-bottom: 0.5em;
}
#feas-searchform-1 #feas-submit-button-0 {
width: 90%;
padding: 12px 0;
line-height: 1em;
}
}

#feas-sort-menu .stock_search{
border: 1px solid #a8d580;
border-collapse: collapse;
width: /*91.07468123861566%*/100%;
margin: 4.462659380692168% auto;

}
#feas-sort-menu .stock_search th,
#feas-sort-menu .stock_search td{
border: solid 1px #a8d580;
color: #5d5d5d;
font-size: 1em;
text-align: center;
padding: 1.821493624772313% 0;
}
#feas-sort-menu .stock_search tr th{
width: 16.66666666666667%;
}
#feas-sort-menu .stock_search .stock_tit{
color: #217304;
margin: 0.5em auto;
    font-size: 87%;
}
#feas-sort-menu .stock_search tr th:nth-child(1){
width: 20%;
}
#feas-sort-menu .stock_search .feas_details_tag {
background: #6eb92b;
color: #fff;
padding: 3px 4px;
font-size: 56.25%;
display: inline-block;
border-radius: 3px;
margin: 0 3px 3px 0;
width: 40%;
}
#feas-sort-menu .stock_search .feas_details_btn{
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
font-size: 75%;
letter-spacing: 1px;
background: #92cb60;
color: #fff;
font-weight: 600;
padding: 2px 6px;
margin: 0 auto;
border-radius: 3px;
display: table;
text-decoration: none;
    text-align: center;
width: 8.5em;
height: 2em;
line-height: 2;
vertical-align: middle;
}
#feas-sort-menu .stock_search .feas_details_btn .svg-inline--fa {
display: inline-block;
font-size: inherit;
height: 1em;
overflow: visible;
vertical-align: -.125em;
}




/* PC/SP 切り替え*/
    .change_pc{
        display: block!important;
    }
    .change_sp{
        display: none!important;
    }
@media only screen and (max-width: 767px) {
    .change_pc{
        display: none!important;
    }
    .change_sp{
        display: block!important;
    }

}