@charset "UTF-8";
main {
  max-width: var(--width_max_pc_m);
  margin: 0 auto;
}


/* reset */
main * {
  box-sizing: border-box;
}
main ul ,
main li ,
main dl ,
main dd {
  margin: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}
#sns {
  margin: 0;
}
#box940 {
  margin: 0;
  width: auto;
  background: #fff;
  border-radius: 0 !important;
  padding: 0;
}
#col1 #ph_main {
  margin: auto;
  padding: 20px 0;
}

/* header */
.shopguide__head {
  width: 100%;
  padding: 10px 0;
  background: #EE7F36;
  text-align: left;
}
.shopguide__head-inner {
  max-width: 1000px;
  margin: auto;
}
.shopguide__head h1 {
  display: inline-block;
  padding-right: 20px;
  color: #111;
  font-size: 22px;
  font-weight: bold;
  line-height: 22px;
}
.shopguide__head span {
  color: #fff;
  font-size: 12px;
  line-height: 22px;
}
@media (min-width: 769px) {
  .shopguide__head span br {
    display: none;
  }
}
@media (max-width: 768px) {
  .shopguide__head {
    text-align: center;
  }
  .shopguide__head span {
    display: block;
  }
}

/* navi */
.shopguide__navi {
  background: #fff;
}
.shopguide__navi-item {
  font-size: 14px;
}
.shopguide__navi a {
  color: inherit;
}
.shopguide__navi ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.shopguide__navi-item h2 {
  margin: 0;
  font-weight: bold;
  font-size: 14px;
}
.shopguide__navi-item .subtitle {
  font-weight: bold;
}
.shopguide__navi-item .subtitle:not(:first-of-type) {
  margin-top: 1.5em;
}
.shopguide__navi-item li {
  padding: 6px 10px;
}
@media (min-width: 769px) {
  .shopguide__navi {
    max-width: var(--width_max_pc_m);
    margin: 0 auto;
    position: relative;
  }
  .shopguide__navi-box {
  position: absolute;
  width: 260px;
  }
  .shopguide__navi.fixed .shopguide__navi-box {
    position: fixed;
    top: 20px;
    bottom: auto;
  }
  .shopguide__navi.bottom .shopguide__navi-box {
    position: absolute;
    top: auto;
    bottom: 0;
  }
  .shopguide__navi .active {
    text-decoration: underline;
  }
  .shopguide__navi-item {
    width: 230px;
    margin-bottom: -1px;
    padding-bottom: 1em;
    border: 1px solid #CDCDCD;
    background: #fff;
  }
  .shopguide__navi-item:not(:first-of-type) {
    border-top: 1px solid #fff;
  }
  .shopguide__navi-item h2 {
    padding: 8px 10px;
  }
}
@media (max-width: 768px) {
  .shopguide__navi {
    width: 100%;
    margin-bottom: 50px;
    padding: 10px 0;
  }
  .shopguide__navi.sp-fixed {
    position: fixed;
    top: 0;
    box-shadow: 0px 3px 3px 0px rgb(0 0 0 / 20%);
  }
  .shopguide__navi .active {
    position: relative;
  }
  .shopguide__navi .active::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: calc(50% - 14px);
    width: 30px;
    border-bottom: 3px solid #EE7F36;
  }
  .shopguide__navi-box {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .shopguide__navi-item {
    width: calc(100% / 3);
    padding: 3px 0;
  }
  .shopguide__navi-item:not(:first-of-type) {
    border-left: 1px solid #CDCDCD;
  }
  .shopguide__navi-item h2 {
    font-size: 12px;
    text-align: center;
  }
  .shopguide__navi-item ul {
    position: absolute;
    top: 40px;
    left: 0;
    display: none;
    width: 100vw;
    justify-content: center;
    background: #fff;
  }
  .shopguide__navi-item .active + ul {
    display: flex;
    flex-wrap: wrap;
  }
  .shopguide__navi-item li {
    position: relative;
    width: 50%;
    font-size: 13px;
  }
  .shopguide__navi-item li::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    width: 6px;
    height: 6px;
    margin-top: -7px;
    border-top: 2px solid #888;
    border-right: 2px solid #888;
    transform: rotate(135deg);
  }
}
/* .shopguide__navi .active {
  position: relative;
  background: #EE7F36;
  color: #fff;
}
.shopguide__navi .active::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -5px;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  background: #EE7F36;
  transform: rotate(45deg);
} */

/* footer */
.shopguide__foot {
  padding: 40px 0;
  background: #F7F5F0;
}
.shopguide__foot-inner {
  max-width: 1000px;
  margin: auto;
}
.shopguide__foot a {
  color: inherit;
}
.shopguide__foot dl {
  display: flex;
  flex-wrap: wrap;
}
.shopguide__foot dt {
  width: 130px;
  height: 30px;
  line-height: 30px;
  background: #fff;
  font-size:13px;
  font-weight: bold;
  text-align: center;
}
.shopguide__foot dd {
  margin-bottom: 0;
  text-align: left;
  line-height: 30px;
  font-size:13px;
}
.shopguide__foot dd a {
  text-decoration: underline;
}
.shopguide__foot dd a:hover {
  opacity: 0.7;
  text-decoration: none;
}
@media (min-width: 769px) {
  .shopguide__foot dd {
    width: calc(100% - 10em);
  }
  .shopguide__foot dd a {
    padding-left: 2em;
  }
}
@media (max-width: 768px) {
  .shopguide__foot {
    padding: 10px 10px 30px;
  }
  .shopguide__foot dl:not(:first-of-type) {
    margin-top: 2em;
  }
  .shopguide__foot dt {
    width: 100%;
  }
  .shopguide__foot dd {
    width: 100%;
  }
  .shopguide__foot dd a {
    display: inline-block;
    width: 49.5%;
    margin-bottom: 0.5em;
    vertical-align:top;
  }
}

/* top */
.shopguide__main a {
  color: inherit;
  font-size: 13px;
  text-decoration: underline;
}
.shopguide__main a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.shopguide__main h2 {
  margin-bottom: 20px;
  font-size: 24px;
  text-align: center;
}
.shopguide__main dd span {
  font-size: 0.8em;
}
.shopguide__main  img {
  max-width: 100%;
}

@media (max-width: 768px) {
  .shopguide__main-inner {
    padding: 0 10px;
  }
}
@media (min-width: 769px) {
  .shopguide__main,
  .mwsc__page_selector_container {
    width: calc(100% - 260px);
    margin-bottom: 200px;
    margin-left: 260px;
    padding: 1em;
  }
}

.shopguide-top__lead {
}
.shopguide-top__lead p {
  margin-bottom: 30px;
  font-size: 16px;
  text-align: center !important;
}
.shopguide-top__lead span {
  font-size: 13px;
  text-align:right;
  display:block;
  margin-bottom:0.5em;
}
@media (max-width: 768px) {
  .shopguide-top__lead p {
    text-align: left;
  }
  .shopguide-top__lead p br {
    display: none;
  }
}

.shopguide-top__service {
  padding: 20px 20px 30px;
  background: #F7F5F0;
  text-align: center;
}
.shopguide-top__service h3 {
  width: 100%;
  margin-bottom: 15px;
  font-size: 20px;
}
.shopguide-top__service ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.shopguide-top__service li {
  display: flex;
  padding: 10px;
  background: #fff;
  border: 3px solid #BC9A83;
}
.shopguide-top__service img {
	width: 60px;
	margin-right: 5px;
}
.shopguide-top__service dl {
  width: calc(100% - 60px);
}
.shopguide-top__service dt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom:0.2em;
}

.shopguide-top__service li:nth-of-type(-n+2) dd {
  text-align: left;
}

.shopguide-top__service li:nth-of-type(-n+2) dd.rgt {
  text-align: right;
}

@media (min-width: 769px) {
  .shopguide-top__service li {
    width: 48%;
  }
  .shopguide-top__service li:nth-of-type(n+3) {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
	.shopguide-top__service　{
	padding:20px 10px 20px;		
	}
  .shopguide-top__service li {
    width: 100%;
  }
  .shopguide-top__service li:nth-of-type(n+2) {
    margin-top: 20px;
  }
}
.shopguide-top__buy {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin-bottom: 50px;
  justify-content: space-between;
}
.shopguide-top__buy li {
  width: 48%;
  margin-top: 20px;
}
.shopguide-top__buy dt {
  font-weight: bold;
  line-height: 40px;
}
.shopguide-top__buy dt img {
  width: 40px;
  margin-right: 10px;
  vertical-align: middle;
}
.shopguide-top__buy p {
  margin-top: 1em;
}
@media (max-width: 768px) {
  .shopguide-top__buy li {
    width: 100%;
  }
}

.shopguide-top__search h4 {
  width: 100%;
  padding: 0.5em 0.8em;
  background: #F7F5F0;
}
.shopguide-top__search dl {
  margin-top: 20px;
}
.shopguide-top__search dt {
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
}
.shopguide-top__search dt span {
  font-size: 12px;
}
.shopguide-top__search dt img {
  width: 28px;
  margin-right: 5px;
  vertical-align: middle;
}
.shopguide-top__search p {
  margin-top: 1em;
  text-align: right;
}
.shopguide-top__search .half {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.shopguide-top__search .half li {
  width: 48%;
}
.shopguide-top__search .full {
  margin-top: 20px;
}
.shopguide-top__search .full li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.shopguide-top__search .full dl {
  width: 48%;
}
@media (max-width: 768px) {
  .shopguide-top__search .half li {
    width: 100%;
  }
  .shopguide-top__search .full dl {
    width: 100%;
  }
}

/* 下層ページ用（miraiweb） */
.sn-m-xml2Lib-base-large  {
  margin-bottom: 90px;
}
.mwsc__articles.layer--1 .mwsc__article_header {
  padding-bottom: 3px;
  padding-left: 10px;
  border-left: 5px solid #EE7F36;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  text-align: left;
  width:100%;
}
.mwsc__article_header h2,
.mwsc__article_header h3,
.mwsc__article_header h4{
    text-align: left;
}


.mwsc__page_selector_container .mwsc__article_header {
  margin-bottom: 0.5em;
  font-size: 16px;
  font-weight: bold;
}
.mwsc__articles.layer--2 .mwsc__article_header {
  margin: 20px 0;
}

.sn-m-xml2Lib-contents a{
    font-size:14px;
    text-decoration:underline;
}

.caution01 {
    color:#B50018;
}

.tbl_g {
border-collapse: collapse;
text-align: left;
line-height: 1.5;
margin: 1em 0;
}

.tbl_g tr {
border: 1px solid #ddd;

}

.tbl_g th {
padding: 10px;
font-weight: bold;
border-right: 1px solid #ddd;
background: #F7F5F0;
}

.tbl_g td {
padding: 10px;
border-right: 1px solid #ddd;
}

.tbl_g span {
font-size: 14px;
}

.mwsc__articles.layer--1 .mwsc__article_header {
    font-size:20px;
    background: #F7F5F0;
    border-left:4px solid #EE7F36;
}

.mwsc__articles {
    margin:0 0 2em;
}

.mwsc__articles{
    margin:0 0 1em;
}

.mwsc__articles.layer--2 .mwsc__article_header {
    font-size:18px;
    border-left:4px solid #EE7F36;
    padding-left:6px;
        
}

.mwsc__articles.layer--2 .mwsc__article_header .sn-m-xml2Lib-contents {
    margin:0 0 2em;        
}

.mwsc__articles.layer--3 .mwsc__article_header {
    font-size:16px;
    border-bottom:1px solid #ddd;
    border-left: none;
    padding-bottom:6px;
    background: none;
}
.sn-m-xml2Lib-contents {
    margin:0 0 1em;
	display: -webkit-box;
    display: -webkit-flex;
    display:-ms-flexbox;
    display: flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

.sn-m-xml2Lib-content-img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}

.sn-m-xml2Lib-content sn-m-xml2Lib-content-txt {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}



@media (max-width: 768px) {
  .mwsc__page_selector_container {
    font-size: 14px;
  }
}


/* 枠あり説明文 */

.frame01  {
    font-size:14px;
    border:1px solid #ddd;
    padding:10px;
    margin:0;
}

.frame01 > .mwsc__article_header{
    font-size:14px;
    border:none;
    padding-bottom:0;
}

.frame01 .sn-m-xml2Lib-contents{
    margin:0;    
}

/* ページ内アンカーリンクボタン */

.purchase-process {
    margin:0 0 2em;
}    


.purchase-process  a {
    background: #F7F5F0;
    border:1px solid #ddd;    
    border-radius:5px;
    padding:4px;
    color:#111;
    font-size:14px;
    position: relative;
    display: inline-block;
   text-decoration: none;
    margin:0 14px 10px 0;
}    

.purchase-process a:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #666;
  border-right: solid 2px #666;
  position: absolute;
  top: 50%;
  right: -10px;
  margin-top: -4px;
  transform: rotate(45deg);}    


.purchase-process a:last-child:after{
  content:none;
}

.sn-m-xml2Lib-base ul, .sn-m-xml2Lib-base ol {
    padding: revert;
}
.sn-m-xml2Lib-base li {
    list-style: revert;
}
