@charset "UTF-8";

/* Color  ------------------------------*/

/*
#gnavi li.on a,
#gnavi li a:hover{
	color:#77bc01;
	border-color:#77bc01;
}
#header form{
	border-color:#77bc01;
}
#header .snavi li.e a{
	background-color:#77bc01;
	border-color: #77bc01;
}
#header .snavi li.m a{
	color:#77bc01;
}
.header_sub_menu li a:hover{
	color:#77bc01;
}
h2 em{
	border-color:#77bc01;	
}
*/

/* icon  ------------------------------*/

#header form input.b_search {
    background-position: -40px 0;
}

i.mail {
    background-position: -32px 0;
}

/*
.header_sub_menu li a i{
	background: url(../images/i_menu.png) 0 0 no-repeat;
}
.header_sub_menu li:nth-of-type(1) a i{
	background-position: 0 0;
}
.header_sub_menu li:nth-of-type(1) a:hover i{
	background-position: -30px 0;
}
.header_sub_menu li:nth-of-type(2) a i{
	background-position: -0 -15px;
}
.header_sub_menu li:nth-of-type(2) a:hover i{
	background-position: -30px -15px;
}
.header_sub_menu li:nth-of-type(3) a i{
	background-position: 0 -30px;
}
.header_sub_menu li:nth-of-type(3) a:hover i{
	background-position: -30px -30px;
}
.header_sub_menu li:nth-of-type(4) a i{
	background-position: 0 -45px;
}
.header_sub_menu li:nth-of-type(4) a:hover i{
	background-position: -30px -45px;
}
*/

.new-badge {
    color: #888888;
    background-color: #FFEC50;
    font-size: 0.6rem;
    padding: 0.3rem 0.5rem;
    border-radius: 60%;
}

.accordion > dt {
    padding-left: 1rem;
}

/* layout  ------------------------------*/
.list-header {
    object-fit: cover;
    background-position: center center;
    background-size: cover;
    height: 40vh;
    max-height: 500px;
}

.list-header > div.content-wrap {
    filter: drop-shadow(2px 4px 6px black);
}

.list-header > div.content-wrap > h2 {
    font-size: 1.7rem !important;
}

@media (min-width: 768px) {
    .list-header > div.content-wrap > h2 {
        font-size: 2.0rem !important;
    }
}

.header_sub_menu dt {
    position: relative;
    color: #77bc01;
    float: right;
    margin-right: 2rem;
}

.header_sub_menu dt a {
    line-height: 1rem;
    color: #77bc01;
    text-decoration: none;
    display: block;
    padding: 0.3rem 3rem 0.3rem 0;
    background: url(../images/store/i_cart.gif) right center no-repeat;
}


.header_sub_menu dt span {
    position: absolute;
    top: 0;
    right: -1.4rem;
    color: #FFF;
    font-size: 0.7rem;
    padding: 0.2rem 0.5rem;
    background-color: #77bc01;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
}


.news dl {
    float: left;
    width: 515px;
    margin: 0 20px 10px 0;
}

.news dl:nth-of-type(2n) {
    margin-right: 0;
}

#main .list a {
    color: #000;
}

/* Item  ------------------------------*/
dl.item {
    width:100%;
}

dl.item img {
    width: 100%;
}

.item {
    position: relative;
    border: 1px solid #EEE;
    float: left;
    margin: 0 8px 10px 0;
    font-size: 0.8rem;
}

.item a {
    color: #4D4D4D;
}

.item .blog {
    position: absolute;
    top: -4px;
    right: -4px;
}

.item > dt {
    line-height: 0;
    min-height: 120px;
}

.item > dt img {
    width: 100%;
    display: block;
    margin: 0 auto;
    object-fit: cover;
}

.item > dd {
    padding: 10px;
}

.item .right {
    padding-top: 0.5rem;
}

.item h3 {
    font-size: 1.2rem;
    margin: 0.5rem 0;
}

.en {
    margin-top: 0.5rem;
    text-align: right;
    font-size: 1.5rem;
}

.en small {
    margin-left: 0.2rem;
    font-size: 0.8rem;
}

.col3 a {
    display: block;
    width: 345px;
    float: left;
    margin: 0 7px 10px 0;
}

.col3 .item {
    width: 345px;
    height: 164px;
    overflow: hidden;
    border: none;
    margin: 0;
}

.col3 .item img {
    width: 100%;
    height: auto;
}

.col3 .item dd {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 325px;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.4);
}

.col3 .item dd p {
    line-height: 1.1rem;
}

.col3 .item dd h3 {
    margin: 0;
}


#main .list a:nth-of-type(4n) .item,
.list .item:nth-of-type(4n) {
    margin-right: 0;
}

.col3 a:nth-of-type(3n) {
    margin-right: 0;
}

/* Blog --------------*/
.accordion > dt small {
    margin-right: 2.5rem;
}

/* Text  ------------------------------*/
.cmt {
    margin-bottom: 2rem;
}

.cmt img {
    max-width: 100%;
    height: auto;
}

.cmt .photo {
    width: 48%;
    float: left;
    text-align: center;
}

.cmt .photo img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-bottom: 0.5rem;
}

.cmt .text {
    float: right;
    width: 50%;
    text-align: left;
    font-size: 0.9rem;
    line-height: 1.5rem;
}

.cmt .text p {
    margin-bottom: 0.5rem;
}


.storelist.cmt {
    line-height: 1.5rem;

}

/*
.storelist.cmt img{
	display: block;
	margin: 0.5rem auto;
}
*/


/* Info  ------------------------------*/
.info {
    border: 1px solid #EEE;
    padding: 0.5rem;
}

.info table {
    margin: 0;
}

.info tbody {
    border-bottom: 1px dotted #eaeaea;
}


.info th,
.info td {
    padding: 1rem;
}

.info th {
    width: 5rem;
    background-color: #f5f5f5;
}

.info #map {
    margin-top: 1rem;
    width: 100%;
    height: 300px;
}

@media (min-width: 768px) {
    .info th {
        width: 10rem;
    }
}

/* Detail  ------------------------------*/
#dtl {
    float: left;
    width: 740px;
    border: 1px solid #EEE;
    padding: 20px;
    font-size: 0.9rem;
}

#dtl h2 {
    border: none;
}

#dtl .cmt .text {
    width: 48%;
    line-height: 1.2rem;
}

#dtl .cmt .text .center {
    padding: 1rem 0;
}

#dtl .en {
    font-size: 2rem;
    text-align: left;
    margin: 0 0 1rem 0;
}

#dtl .info {
    margin-top: 1rem;
    border: none;
    padding: 0;
}

#dtl .info th,
#dtl .info td {
    padding: 0.5rem;
}

#dtl .info th {
    background-color: #FFF;
}

#dtl img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}


#side {
    float: right;
    width: 256px;
}


#ecdtl {
    line-height: 1.5em;
}

#ecdtl h4 {
    padding-left: 0.5rem;
    border-left: 4px solid #01B7AB;
}

#ecdtl h5 {
    display: block;
    font-weight: bold;
    margin: 1em 0;
    color: #444;
    border-bottom: 2px dotted #444;
}

#ecdtl h6 {
    color: #62B0B4;
    font-weight: bold;
    margin: 0.5em 0;
}

#ecdtl ul,
#ecdtl ol,
#ecdtl table,
#ecdtl p {
    margin: 0.5em 0 1em 0;
}

#ecdtl ul {
    margin-left: 2em;
    list-style: circle outside;
}

#ecdtl ol {
    margin-left: 2em;
    list-style: decimal outside;
}

#ecdtl ul li,
#ecdtl ol li {
    margin-bottom: 0.25em;
}

#ecdtl th {
    white-space: nowrap;
}

#ecdtl td {
    vertical-align: top;
}

#ecdtl tbody {
    border: none;
}


#ecdtl dt {
    font-size: 1.2rem;
    margin: 1rem 0;
    border: none;
}

#ecdtl dd {
    border: none;
    margin-bottom: 2em;
}

.store-hero {
    height:250px;
    background-image: url(/images/top/aso.jpg);
    background-size:cover;
    background-position: center;
}

.explaination {
    height: 60px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-all;
    -webkit-line-clamp: 3;
}

@media (min-width:992px){
    .store-body {
        min-width: 992px;
    }

    .store-hero {
        height:400px;
    }
}