@charset "shift_jis";

html {
	position: relative;
}
body {
  color: #333333;
  font-family: "Helvetica","Hiragino Kaku Gothic ProN",Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
	font-size: 16px;
}

/*-----------------------------------------------------------------------------
** common
-----------------------------------------------------------------------------*/
a,a:hover {
	color: #0783c3;
}
ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
*:focus {
	outline: none;
}
em {
	font-style: normal;
}
@media (min-width: 768px) {
  .sp_br {
    display: none;
  }
}
@media (max-width: 767px) {
  .pc_br {
    display: none;
  }
}


/*-----------------------------------------------------------------------------
** #mainVisual
-----------------------------------------------------------------------------*/
#mainVisual {
  text-align: center;
}
@media (max-width: 767px) {
  #mainVisual img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  #mainVisual img {
    margin-top: 26px;
  }
}

/*-----------------------------------------------------------------------------
** navbar
-----------------------------------------------------------------------------*/
nav.navbar {
	padding: 8px 16px 0;
}
nav.navbar .container {
  display: flex;
  justify-content: center;/*真ん中ロゴ*/
  position: relative;
}
nav.navbar .container button {
  position: absolute;
  right: 0;
  top: 30px;
}
nav h1 a span {
  color: #FFF !important;
  padding-left: 16px;
}
@media (max-width: 767px) {
	nav.navbar {
		padding: 0 10px !important;
	}
	nav h1 {
		margin-bottom: 0;
	}
	nav h1 img {
		height: 50px;
	}
  nav h1 a span {
    font-size: 16px;
  }
  nav.navbar .container button {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media (min-width: 768px) {
	a.navbar-brand {
		padding-bottom: 0;
	}
  nav h1 a span {
    font-size: 30px;
  }
  nav.navbar .container button {
    position: absolute;
    right: 0;
    top: 20px;
  }
}
nav button {
	position: relative;
}
nav button.btn {
	margin-top: 5px;
	padding: 6px;
	font-size: 30px;
}
nav button span em {
  color: #000;
	font-size: 11px;
	position: absolute;
	top: -1px;
	left: 14px;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
.titStyle {
  color: #22a3b5;
}

/*-----------------------------------------------------------------------------
** modal
-----------------------------------------------------------------------------*/
.fullscreen .modal-dialog {
	margin: 0 0 0 0;
	max-width: 100%;
	width: 100%;
	height: 100%;
	min-height: 100%;
	padding: 0;
}
.fullscreen .modal-content {
	height: 100%;
	min-height: 100%;
	border-radius: 0;
	background: rgba(0, 11, 14, 0.8);
	overflow:auto;
}
.fullscreen .modal-content .modal-header {
	border: 0px;
}
.fullscreen .modal-content button {
	opacity: 1;
}
.fullscreen .modal-content button span {
	color: #fff;
	font-weight: 1;
	font-size: 40px;
	text-shadow: none;
}
.fullscreen .modal-body .modal-logo img {
	width: 158px;
	padding-bottom: 84px;
}
.fullscreen .modal-body ul {
	padding: 0 0 0 0;
	text-align: center;
}
.fullscreen .modal-body li {
	padding-bottom: 20px;
}
.fullscreen .modal-body a {
	color: #fff;
	font-size: 16px;
}
.fullscreen .modal-body .social img {
	width: 56px;
	margin: 8px;
}
.modal-title{
	color: #FFF;
}
.fullscreen .modal-body li {
  border-bottom: 1px solid #4aebf0
    ;
	padding-bottom: 16px;
	margin-bottom: 16px;
}
@media (max-width: 767px) {
	.fullscreen .modal-body {
		padding-top: 0;
	}
	.fullscreen .modal-body li {
		padding-bottom: 8px;
		margin-bottom: 8px;
	}
	.fullscreen .modal-body li a {
		font-size: 14px;
	}
}

/*-----------------------------------------------------------------------------
** infoWrap
-----------------------------------------------------------------------------*/
.infoWrap {
  background: #b48c3c;
  border: 1px solid #FFF;
  color: #FFF;
  padding: 4px;
}
@media (min-width: 768px) {
  .infoWrap {
    text-align: center;
    font-size: 24px;
  }
}
.infoWrap p {
  border: 1px solid #fff;
  margin-bottom: 0;
  padding: 16px 8px;
}
.infoWrap p span {
  border-bottom: 2px solid #a7271d;
}
@media (max-width: 767px) {
  .infoWrap p {
    font-size: 19px;
  }
}

/*-----------------------------------------------------------------------------
** attWrap
-----------------------------------------------------------------------------*/
/* 通販注意文 */
#attWrap {
  background: rgba(255,255,255,0.9);
  border: 2px solid #22a3b5;
	margin: 32px auto;
	padding: 26px 16px;
	text-align: left;
  word-break: break-all;
}
#attWrap h2 {
  color: #a7271d;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
  text-align: center;
}
#attWrap dt svg {
  color: #f19d00;
}
#attWrap dd ul {
	margin-top: 6px;
}
#attWrap dd li {
	font-size: 14px;
	padding-left: 1em;
	text-indent: -1em;
}
#attWrap dd li span {
  color: #a7271d;
}

@media (min-width: 767px){
	#attWrap dd {
		margin-left: 23px;
	}
}
#attWrap p em {
  border-bottom: 2px solid #f19d00;
}
#attWrap mark {
  color: #FFF;
  background: #22a3b5;
  padding: 3px;
}
#attWrap mark.style01 {
  background: #f19d00;
  padding: 3px;
}
@media (max-width: 768px){
  #attWrap {
    border: 1px solid #ffd400;
    margin: 10px auto 0;
    width: 96%;
  }
  #attWrap h2 {
    font-size: 19px;
  }
  #attWrap ul.tokuten li{
    padding-left: 0;
    text-indent: 0;
  }
  #attWrap li img {
    width: 100%;
  }
  #attWrap dd img {
    width: 100%;
  }
}

/*-----------------------------------------------------------------------------
** contentsWrap
-----------------------------------------------------------------------------*/
#contentsWrap {
	padding: 24px 0;
}

/*-----------------------------------------------------------------------------
** goodsLiWrap
-----------------------------------------------------------------------------*/
.goodsLiWrap {
	background: #eee;
	padding: 30px;
}
.goodsLiWrap img {
	margin-bottom: 10px;
}
.goodsLiWrap p.gtit {
	font-size: 20px;
	margin-bottom: 20px;
	text-align: left !important;
}
.goodsLiWrap p.gtit span {
	color: #FFF;
	font-size: 15px;
  font-weight: normal;
	margin-right: 6px;
	padding: 4px 10px 3px
}
.goodsLiWrap p.gtit span.type01 {
  background: #f19d00;
}
.goodsLiWrap p.gtit span.type02 {
  background: #22a3b5;
}

@media (min-width: 767px){
	#contentsWrap .container {
		padding-right: 0;
		padding-left: 0;
	}
	.goodsLiWrap {
		margin: 0 auto 30px;
	}
	.goodsLiWrap .goodsLiWrapInn {
    display: flex;
  }
  .goodsLiWrap .goodsLiWrapInn02 {
    display: flex;
    flex-flow: row-reverse;
  }
	.goodsLiWrapInn div.photo {
		margin-right: 30px;
		width: 46%;
	}
	.goodsLiWrapInn div.photo img {
		width: 100%;
	}
	.goodsLiWrap section {
		width: 50%;
	}
  .goodsLiWrap section.left {
    width: 100%;
  }
}
@media (max-width: 768px){
	.goodsLiWrap {
		margin-bottom: 30px;
		padding: 10px 10px 16px;
	}
	.goodsLiWrap img {
		width: 100%;
	}
	.goodsLiWrap p.gtit {
		font-size: 18px;
		line-height: 1.6;
		padding: 5px 0 0;
	}
	.goodsLiWrap em {
		font-size: 14px;
		padding: 4px;
	}
	.goodsLiWrap p.gtit span {
		margin-top: -4px;
	}
	.goodsLiWrap p.gtit {
		font-size: 17px;
		margin-bottom: 10px;
	}
	.goodsLiWrap p.gtit span {
		font-size: 13px;
		padding: 3px 8px 2px
	}
}
.goodsLiWrapInn section,
.goodsLiWrapInn02 section {
	overflow: hidden;
}
.goodsLiWrapInn p.limit,
.goodsLiWrapInn02 p.limit {
  background: #000000;
  color: #fff;
	display: inline-block;
	font-size: 15px;
	margin-bottom: 16px;
	padding: 4px 10px 3px;
}
.goodsLiWrapInn .detailWrap dl,
.goodsLiWrapInn02 .detailWrap dl {
	margin-bottom: 26px;
}
.goodsLiWrapInn .detailWrap dt,
.goodsLiWrapInn02 .detailWrap dt {
  border-bottom: 1px solid #269faf;
	font-size: 18px;
	margin-bottom: 4px;
	padding: 0 0 4px 10px;
}
.goodsLiWrapInn .detailWrap dd,
.goodsLiWrapInn02 .detailWrap dd {
  font-size: 13px;
	padding: 0 0 0 10px;
}
.goodsLiWrapInn .detailWrap dd span,
.goodsLiWrapInn02 .detailWrap dd span {
	font-size: 18px;
	font-weight: bold;
}
.goodsLiWrapInn .detailWrap p.shipping,
.goodsLiWrapInn02 .detailWrap p.shipping {
  font-size: 14px;
}
@media (max-width: 768px){
	.goodsLiWrapInn p.limit,
  .goodsLiWrapInn02 p.limit {
		margin-bottom: 16px;
	}
  .goodsLiWrapInn .detailWrap p.shipping {
    font-size: 12px;
  }
}
.goodsLiWrap dl.single {
	width: 100%;
}
.goodsLiWrap dl.single dd img {
	width: 30%;
}
.goodsLiWrap .single dt {
	margin-bottom: 5px;
}
.goodsLiWrap .single dd img {
	width: 100%;
}
@media (max-width: 768px){
	.goodsLiWrap dl.single dd img {
		width: 50%;
	}
}
.goodsLiWrap dl.multi,
.goodsLiWrap dl.multi02 {
	margin-bottom: 24px;
	text-align: center;
}
.goodsLiWrap .single select,
.goodsLiWrap .multi select,
.goodsLiWrap .multi02 select {
	padding: 0 3px;
}
.goodsLiWrap .single dd select {
	width: 80px;
}
.goodsLiWrap .multi dd select,
.goodsLiWrap .multi02 dd select {
	width: 50px;
}
.goodsLiWrap dl.multi02 dt img {
  border: 1px solid #FFF;
  width: 100%;
}
@media (min-width: 767px){
	.goodsLiWrap dl.multi {
		display: inline-block;
		width: 40%;
	}
  .goodsLiWrap dl.multi02 {
    display: inline-block;
    width: 24.5%;
  } 
}
@media (max-width: 768px){
	.goodsLiWrap dl.multi {
		display: inline-block;
		width: 48%;
	}
  .goodsLiWrap dl.multi02 {
    display: inline-block;
    width: 49%;
  }
  .goodsLiWrap dl.multi02 dt {
    font-size: 12px;
  }
}
.detailWrap p.comment {
  background: #FFFFFF;
  padding: 8px;
  font-size: 15px;
}
@media (max-width: 768px){
  .detailWrap p.comment {
    font-size: 14px;
  }
}
p.detailTxt {
  border-top: 2px dotted #CCC;
  border-bottom: 2px dotted #CCC;
  font-size: 12px;
	margin: 0 10px 16px;
  padding: 8px 0;
}
p.attTxt {
	font-size: 13px;
	margin-bottom: 20px;
	padding-left: 1em;
	text-indent: -1em;
}
p.attTxt span {
  color: #a7271d;
}
p.addBtn {
  border-radius: 10px;
  position: relative;
  background: #22a3b5;
  color: #fff;
  line-height: 40px;
  -webkit-transition: none;
  margin-bottom: 0;
  transition: none;
  text-align: center;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
p.addBtn a {
	color: #FFF;
	display: block;
  padding: 4px 0;
	text-decoration: none;
}
@media (min-width: 767px){
	p.addBtn {
		margin: 0 auto 10px;
	}
}
#totalWrap dl {
	background: rgba(255,255,255,0.9);
  border-right: 1px solid #f19d00;
  border-bottom: 1px solid #f19d00;
  border-left: 1px solid #f19d00;
  margin: 0 0 50px;
}
@media (max-width: 768px){
	#totalWrap dl {
    background: rgba(255,255,255,0.9);
    margin: 0;
	}
}
#totalWrap dt {
  background: #f19d00;
	color: #FFF;
	padding: 6px 0;
	text-align: center;
}
#totalWrap dd {
	font-size: 14px;
	padding: 20px;
}
#totalWrap dd li {
	padding-left: 1em;
	text-indent: -1em;
}
#totalWrap dd li span {
  color: #a7271d;
}
button {
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}

button::focus {
	outline-offset: -2px;
}
#totalWrap button {
  background: #22a3b5;
  border-radius: 10px;
  color: #FFF;
	margin-top: 10px;
	padding: 12px 0;
	width: 100%;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}


@media (min-width: 767px){
	#totalWrap button {
		padding: 12px 0;
	}
}

.detailWrap p.attTxt:not(:last-child) {
  margin-bottom: 0;
}


/* カート */
#jscart_replace_ {
	background: #FFF;
	padding: 10px;
}

/*-----------------------------------------------------------------------------
** soldTxt
-----------------------------------------------------------------------------*/
p.soldTxt {
  margin-top: -6px !important;
  margin-bottom: 0 !important;
}
.soldTxt span {
  background: #333;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  padding: 1px 4px;
}


/*-----------------------------------------------------------------------------
** footer
-----------------------------------------------------------------------------*/
footer {
  background: linear-gradient(to bottom,transparent,#FFFFFF);
	text-align: center;
	padding: 32px 0 16px;
}
footer p,
footer p a {
  color: #f19d00 !important;
	font-size: 50px;
}
footer p#page-top {
	position: fixed;
	bottom: 1.5%;
	right: 5%;
}
footer small {
  font-size: 12px;
}
