/* ----------------------------------------------------------
General Settings
---------------------------------------------------------- */


/* ----------------------------------------------------------
Style for PCs
---------------------------------------------------------- */
@media screen and (min-width: 1025px) {

/* ----------------------------------------------------------
Shopping Guiide Menu
---------------------------------------------------------- */

.sgboxm {
width:100%;
height:auto;
display:block;
padding:5%;
margin:0 0 100px 0;
border:1px solid #B8B4AD;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}

.sgmenu {
width:100%;
height:auto;
display:block;
margin:0 0 30px 0;
}
.sgmenu h3.h3nom02 {
font-size: 14px!important;
font-weight: 200;
line-height: 1.4em;
padding-bottom:3px;
margin-bottom: 5px;
color: #554742;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
border-bottom:1px solid #554742!important;
}
.sgmenu h3.h3nom02 a {
color: #554742!important;
text-decoration:none!important;
}

.sgmenu h3.h3nom02 a:hover {
color: #D15400!important;
text-decoration:none!important;
}

.sgmenu .sglist {
width:50%;
height:auto;
padding:0 1%;
display:block;
float:left;
}

.sgmenu .sglist ul li {
font-size:14px;
list-style:none;
line-height:1.4em;
}

.sgmenu .sglist ul li a {
color:#554742!important;
text-decoration:none!important;
width:auto;
height:auto;
display:block;
padding:5px;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all  0.4s ease;
}
.sgmenu .sglist ul li a:hover {
background-color:#554742;
color:#fff!important;
}

}

/* ----------------------------------------------------------
Style for iPad Pro
---------------------------------------------------------- */
@media screen and (min-width: 769px) and (max-width: 1024px) {

/* ----------------------------------------------------------
Shopping Guiide Menu
---------------------------------------------------------- */
.sgboxm {
width:90%;
height:auto;
display:block;
padding:5%;
margin:0 auto 100px auto;
border:1px solid #B8B4AD;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}

.sgmenu {
width:100%;
height:auto;
display:block;
margin:0 0 30px 0;
}
.sgmenu h3.h3nom02 {
font-size: 18px!important;
font-weight: 200;
line-height: 1.4em;
padding-bottom:3px;
margin-bottom: 5px;
color: #554742;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
border-bottom:1px solid #554742!important;
}
.sgmenu h3.h3nom02 a {
color: #554742!important;
text-decoration:none!important;
}

.sgmenu h3.h3nom02 a:hover {
color: #D15400!important;
text-decoration:none!important;
}

.sgmenu .sglist {
width:50%;
height:auto;
padding:0 1%;
display:block;
float:left;
}

.sgmenu .sglist ul li {
font-size:0.9rem;
list-style:none;
line-height:1.4em;
}

.sgmenu .sglist ul li a {
color:#554742!important;
text-decoration:none!important;
width:auto;
height:auto;
display:block;
padding:15px 5px 15px;
border-bottom: 1px dotted #E6DDCF;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all  0.4s ease;
}
.sgmenu .sglist ul li a:hover {
color:#000!important;
}


}


/* ----------------------------------------------------------
Style for Smartphone
---------------------------------------------------------- */
@media screen and (max-width: 768px) {


/* ----------------------------------------------------------
Shopping Guiide Menu
---------------------------------------------------------- */
.sgboxm {
width:100%;
height:auto;
display:block;
padding:5% 5%;
margin:0 0 0 0;
background-color: var(--color-f5);
}

.sgmenu {
width:100%;
height:auto;
display:block;
margin:0 0 0px 0;
}
.sgmenu h3.h3nom02 {
font-size: 16px!important;
font-weight: 200;
line-height: 1.4em;
padding-bottom:3px;
margin-bottom: 5px;
color: #554742;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
border-bottom:1px solid #554742!important;
}
.sgmenu h3.h3nom02 a {
color: #554742!important;
text-decoration:none!important;
}

.sgmenu h3.h3nom02 a:hover {
color: #D15400!important;
text-decoration:none!important;
}

.sgmenu .sglist {
width:100%;
height:auto;
padding:0;
display:block;
margin-bottom: 30px;
}

.sgmenu .sglist ul li {
font-size:0.9rem;
list-style:none;
line-height:1.25em;
}

.sgmenu .sglist ul li a {
color:#554742!important;
text-decoration:none!important;
width:auto;
height:auto;
display:block;
padding:10px 5px 10px;
border-bottom: 1px dotted #E6DDCF;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all  0.4s ease;
}
.sgmenu .sglist ul li a:hover {
color:#000!important;
}


}
