/* shipping */
.shipping{
  position: relative;
}

.shipping-day{
  width:100%;
  background-color: var(--themecolor);
  font-size: 1em;
  font-weight: bold;
  padding: 0.8em;
  color:#fff;
  text-align: center;
  letter-spacing: 0.1em;
}

.delivery-map{
  width: 70%;
  text-align: center;
  margin: 0 auto;
  display: block;
  padding:4em 0em 1em 0em;
}

.txt-normal-day{
  font-size: 1.5em!important;
  text-align: center;
  font-weight: bold;
  color: var(--themedkcolor);
}

.shipping-cau h3{
  position: relative;
}

.shipping-cau h3::after{
  position: absolute;
  top: 100%;
  left: 0;
  content: '';
  width: 3em;
  height: 1px;
  display: block;
  background-color: var(--themecolor);
}

.shipping-cau ul{
  margin:0;
  padding:0;
}

.shipping-cau li{
  list-style-type: none;
}

.ex-s-title{
  text-align: center;
  padding: 0.5em;
  background-color: #dedede;
  font-weight: 600;
  font-size: 1.2em;
  line-height: 1.4;
  margin-bottom:2em;
}

.ex-caution{
  text-align: center;
  padding-bottom:2em;
}

.ex-caution span{
  color: var(--themedkcolor);
  font-weight: 600;
  
}

.option-txt{
  font-size: 1.4em!important;
  text-align: center;
  font-weight: bold;
  color: var(--themecolor);
  margin: 3em 0;
  text-decoration: underline;
  text-decoration-thickness: 0.5em; 
  text-decoration-color: rgba(232, 247, 24, 0.4); 
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none; 
}

.ex-img-t{
  padding-bottom: 2em;
}

.pc-map{
	display: block;
}

.sp-map{
	display: none;
}

.txt-sm {
	font-size: 80%;
	text-align: center;
	line-height: 1.8em;
}

.txt-small{
  font-size: 0.9em;
}



@media (max-width: 600px){

.delivery-map{
	width: 100%;
}

.pc-map{
	display: none!important;
}

.sp-map{
	display: block;
}

.shipping-day{
  font-size: 0.85em;
  padding: 0.5em;
}

.txt-small{
  font-size: 0.9em;
}

.delivery-map{
  width: 100%;
  text-align: center;
  margin: 0 auto;
  display: block;
  padding:4em 0em 1em 0em;
}

.ex-s-title{
  text-align: center;
  padding: 0.5em;
  background-color: #dedede;
  font-weight: 600;
  font-size: 0.95em;
  line-height: 1.2;
  margin-bottom:1.5em;
}

.ex-s-title span{
  font-size: 12px!important;
}

.ex-img-t{
  padding-bottom: 1em;
}

.option-txt{
  font-size: 1.05em!important;
}

}
