@charset "utf-8";
/* common.css : 共通CSS(mobile first)2016/2/23 Create:nakagawa -----------------------------------------*/

#prisilaTop li a span,
.itemPrice,
.red {
    font-weight: bolder;
    font-size: larger;
    display: inline-block;
}

/* Basic: SP base 600pxまでの時 */

h2 ,
h2.lp-pagetitle,
h2.base {
  width:100%;
  font-size:1.4em;
  font-weight:bold;
  margin: 2em 0 1.5em
} 

.layout-menu a.nextBtn {
    width: 80%;
}

a.nextBtn{
    width: 50%;

}


/*.layout_table .layout-content*/
a.nextBtn,
.layout-menu a.nextBtn {
    height: 3.5em;
    line-height: 3.5em;
    background-color: white;
    display: block;
    margin: 2em auto;
    text-align: center;
    color: #a9a9a9;
    font-size: 1.3em;
    border-radius: 3px;
    font-weight: bold;
    border:solid 2px #a9a9a9;
    transition: .4s;
}

a.nextBtn:hover,
.layout-menu a.nextBtn:hover {
    background-color: #a9a9a9;
    color: white;
    text-decoration: none;
}

.layout-menu .sns {
    display: flex;
    justify-content: space-between;
    margin: 15px auto;
}


/* スマホ 480px以下の時 ==============================================================*/
@media (max-width: 480px) {

    a.nextBtn, .layout-menu a.nextBtn{
    width: 70%;
    }
 
    }

/* ----------h2---------- */
.layout-menu .subttl {
    text-align: center;
    position: relative;
    display: inline-block;
    padding: 0 55px;
}

.layout-menu .subttl:before, #prisilaTop .layout-menu .subttl:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 2em;
    height: 2px;
    border-top: solid 1px #808080;
    border-bottom: solid 1px #808080;
}


.layout-menu .subttl:before {
    left:0;
}
.layout-menu .subttl:after {
    right: 0;
}
/* ----------h2 end---------- */

@media(max-width:480px){
    #prisilaTop .itemname {
        font-size:inherit;
        }
}
