@charset "utf-8";

.prdct_naire {
	margin: 0 10px 30px 10px;
	font-size: 13px!important;
}
#pi_sub1 .prdct_naire {
	margin-left: 5px;
	margin-right: 5px;
}
.prdct_naire .red {
	color: #f4510c;
}
.prdct_naire img {
	display: block;
}
.prdct_naire p {
	margin: 15px 0 0!important;
	line-height: 1.6;
	font-size: 13px!important;
	padding: 0!important;
}
div#contents .prdct_naire a {
	text-decoration: underline;
	font-size: 13px!important;
	color: #333 !important;
	/*
	text-decoration: none;
	font-size: 13px!important;
	color: #53a928 !important;
	*/
}
div#contents .prdct_naire a.type2 {
	text-decoration: none;
	color: #53a928 !important;
}

.prdct_naire  ul {
	overflow: hidden;
	margin: 20px 0 0;
	padding: 0!important;
}
.prdct_naire  ul:after {
	clear: both;
}
.prdct_naire ul.indent { /* インデント付きリスト */
	text-indent: -1em;
	margin-top: 10px;
}
.prdct_naire ul.indent li {
	margin-left: 1em;
}
.prdct_naire ul.indent li:nth-child(n+2) {
	margin-top: 10px;
}
.prdct_naire ul.indent li img {
	margin-right: 1em;
	margin-top: 1em;
}

.prdct_naire div.bar {
	font-size: 16px;
	font-weight: bold;
	/*color: #333;
	background-color: #eee;*/
	padding:10px 14px;
	border: 1px solid #333;
}
.prdct_naire div.sub_ttl {
	font-size: 14px;
	font-weight: bold;
	margin: 30px 0 0;
}
.prdct_naire .box {
	margin-top: 50px
}

/* 導入部分 */
.prdct_naire p.ttl {
	font-size: 14px!important;
  font-weight: bold;
  margin: 15px 0!important;
}

/* step1 */
.prdct_naire .step1 ul.inbox {
	margin-right: 1em;
	margin-left: 1em;
}
.prdct_naire .step1 ul.inbox .sub_ttl {
	text-align: center;
	margin: 0 0 5px;
}
.prdct_naire .step1 ul.inbox li:nth-child(n+2) {
	margin-top: 20px;
}


/* step2 */
.prdct_naire .step2 .sub_ttl_2 {
	font-size: 13px;
	margin-top: 1.5em;
	text-indent: 0;
	font-weight: bold;
	text-align: center;
}
.prdct_naire .step2 .character_wrap { /* 刻印可能な文字一覧 */
	padding: 20px 15px;
	margin-top: .5em;
	text-indent: 0;
	background-color: #fbf9ef;
}
.prdct_naire .step2 .character_wrap .character {
	overflow: hidden;
}
.prdct_naire .step2 .character_wrap .character div {
	width: 100%;
}
.prdct_naire .step2 .character > div:nth-child(odd) {
	font-size: 11px;
	color: #999;
	font-weight: bold;
}
.prdct_naire .step2 .character > div:nth-child(even) {
	font-size: 13px;
	letter-spacing: .15em;
	font-weight: bold;
	width: 100%;
	margin-top: 2px;
}
.prdct_naire .step2 .character > div:nth-child(even) > span {
	display: inline-block;
	margin-right: .5em;
}
.prdct_naire .step2 .character > div:nth-child(even) span span {
	font-size: 11px;
	letter-spacing: normal;
}
.prdct_naire .step2 .character_wrap > div.character:nth-child(n+2) {
	margin-top: 15px;
}
.prdct_naire .step2 ul.stamp_position img { /* 刻印位置画像 */
	width: 70%;
  margin: 1.5em auto 0;
}


/* ご注文の流れ */
.prdct_naire .orderflow  ul.indent {
	margin-top: 25px;
}
.prdct_naire .orderflow .triangle { /* 三角矢印 */
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 18px 0 18px;
	border-color: #e6e6e6 transparent transparent transparent;
	margin: .5em;
}

/* 注意事項 */
.prdct_naire .box.caution > div:first-child {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}
.prdct_naire .box.caution > p:first-of-type {
	margin-bottom: 25px!important;
}
.prdct_naire .box.caution div.bar {
	background-color: #333;
	color: #fff;
	text-align: center;
}
.prdct_naire .caution_inbox {
	padding: 10px 10px 20px;
	border: 1px solid #333;
}
#pi_sub1 .prdct_naire .caution_inbox li img {
	margin-top: 12px!important;
	padding-bottom: 0!important;
}
#pi_sub1 .prdct_naire .caution_inbox li img + img {
	margin-top: 8px!important;
}
.prdct_naire div.dotted {
	border-bottom: 3px dotted #eee;
	margin-top: 25px;
}

/* =====================
　　GALLERY
===================== */
.my-gallery {
	width: 100%;
	margin-top: 20px;
}
.my-gallery figure {
	opacity: 1;
	transition: all 0.5s ease 0s;
	transition: all 0s ease 0s;
	margin: 0 3.5% 3.3vw 0;
	float:left;
	width: 31%;
	/*width: calc( (100% - 15px) / 2 );*/
}
.my-gallery figure:nth-child(3n) {
	margin-right: 0;
}
.my-gallery figure img {
	width: 100%;
	/*margin-bottom: 5px;*/
}
.my-gallery figure.is-hidden {
	opacity: 0;
	height: 0;
	margin: 0;
	margin-bottom: 0px;
	cursor: none;
}
.my-gallery figure.is-hidden a {
	cursor: default;
}
.my-gallery figcaption {
	display:none;
}
.pswp--open {
    z-index: 4000!important;
}
.pswp__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff!important;
	opacity: 0.5;
	opacity: 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	will-change: opacity;
}
.pswp__button.pswp__button--share {
	display:none!important;
}
.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption {
    background-color: #fff!important;
}
.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption {
	background-color: #fff!important;
}
.pswp__top-bar, .pswp__caption {
    background-color: #fff!important;
}
.pswp__caption__center {
	text-align: center!important;
	max-width: 900px!important;
}
.pswp__caption__center .caption_l {
	display: block;
	padding-bottom: 10px;
}
.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
	background-color: #fff!important;
}
.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
	content: '';
	top: 35px;
	background-color: rgba(0, 0, 0, 0.3);
	width: 41px!important;
	height: 37px!important;
	position: absolute;
}
.pswp__counter {
	color: #333!important;
}
.pswp__caption__center {
	color: #333!important;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
.box.gallery .more {
	position: relative;
	text-align: center;
	line-height: 3.6em;
	margin: 15px auto 40px;
}
.box.gallery .more a {
	width: 70%;
	margin: 0 auto;
	display: block;
	/* border: 1px solid #bbb; */
	background-color: #eee;
	font-size: 13px;
	box-sizing: border-box;
	letter-spacing: 1.5!important;
	/* border-radius: 6px; */
	color: #444!important;
	text-decoration: none!important;
}
.box.gallery .more a:active {
	color: #999!important;
}
