@charset "UTF-8";
/* サンプル請求 トップページ */
#freeSample .pointWrap{
	margin: 0 0 3%;
	position: relative;
}
#freeSample .pointWrap .txtWrap{
	box-sizing: border-box;
	float: left;
	line-height: 1.9em;
	padding: 3% 0;
	width: 50%;
	font-size: 14px;
}

#freeSample .pointWrap > img {
	float: right;
}
#freeSample .pointWrap .txtWrap strong{
	font-size: 24.5px;
	font-weight: normal;
}
#freeSample .pointWrap .txtWrap .btnGray{
	border: 1px solid #CCC;
	display: block;
	margin: 0 0 0 auto;
	padding: 5px 0;
	text-align: center;
	text-decoration: none;
	width: 75%;
	border-radius: 8px;
	position: relative;
}
#freeSample .pointWrap .txtWrap .btnGray::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 5%;
	width: 7px;
	height: 7px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg);
	margin-top: -5px;
}
/* #freeSample .freeSampleAtenttions{
	list-style-type: disc;
	margin: 0 0 5% 4%;
} */
#freeSample .freeSampleAtenttions li{
	font-size: 14px;
	margin: 0 auto 1%;
	width: 84%;
}
#freeSample .freeSampleAtenttions li strong{
	color:#C1272D;
	font-weight: normal;
}
#freeSample .toSampleRequest{
	background-color: #cb6565;
	color: #FFF;
	display: inline-block;
	font-size: 14px;
	line-height: 1.3em;
	padding: 1% 6%;
	text-align: center;
	text-decoration: none;
	border-radius: 24px;
	margin:0 auto;
	position: relative;
}
/*#freeSample .toSampleRequest::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 5%;
	width: 14px;
	height: 14px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	margin-top: -5px;
}*/




/*
#freeSample .pointWrap.point4 .txtWrap .btnGray,
#freeSample .pointWrap.point5 .txtWrap .btnGray {
	position:absolute;
	right:1.5%;
	width:40%;
}
*/

/*
#freeSample .pointWrap.point4 .txtWrap .btnGray {
	bottom:8%;
}
*/

#freeSample .pointWrap.point5 .txtWrap .btnGray {
	bottom:0;
}

#freeSample .pointWrap.point5 {
	margin-bottom: 6.5%;
}

#freeSample .pointWrap .txtWrap h3{
	font-size: 20px;
}
/* 2021_サンプル請求FIXボタン */
#freeSample .freeSample__btn {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(255,255,255,0.6);
	padding-block: 0.75rem;
	z-index: 1;
	display: flex;
}
#freeSample .toSampleRequest__fsL {
	font-size: 17px;
}

@media (min-width: 600px) {
	.freeSample__btn {
		column-gap: 1rem;
	}
}
@media (min-width: 600px) and (max-width: 1300px) {
	.freeSample__btn {
		padding-inline-start: 320px;
	}
	.lower-part__btnL {
		width: calc((100% - 320px)*0.25);
	}
	.lower-part__btnR {
		width: calc((100% - 320px)*0.55);
	}
}
@media (min-width: 1301px) {
	.freeSample__btn {
		justify-content: center;
	}
	.lower-part__btnL {
		width: 280px;
	}
	.lower-part__btnR {
		width: 560px;
	}
}

/* お知らせ注記 */
#freeSample .cmnCautionWrap {
	width: 80%;
	margin: 0 auto 30px;
}
#freeSample .cmnCautionWrap .txt {
	font-size: 12px;
}

/* サンプル請求 商品選択ページ */
ul#catlist{
	margin-block: 30px;
	padding-inline: 1rem;
	list-style: none;
    display: flex;
    flex-wrap: wrap;
	column-gap: 1rem;
	row-gap: 1rem;
}
ul#catlist li{
	width: calc((100% - 3rem)/4);
}
ul#catlist li a{
	display: block;
	padding: 10px 0;
	font-size: 12px;
	line-height: 40px;
	text-decoration: none;
	text-align: center;
	border: 1px solid #000;
	box-sizing: border-box;
}
ul#catlist li a.l2{
	line-height: 20px;
}

@media (width > 800px) {
	ul#catlist:has(> :nth-child(5):last-child) li {
		width: calc((100% - 4rem)/5);
	}
}

@media (width > 800px) {
	ul#catlist:has(> :nth-child(6):last-child) li {
		width: calc((100% - 5rem)/6);
	}
}

.newItems{
	/*background-color: #FAF4EE !important;*/
	border: 3px solid #BA9356;
	border-radius: 6px;
	padding: 1em 0;
	margin-bottom: 1em;
}
.newItems__ttl{
	margin: 0.5em 0;
	line-height: 1.8;
	font-size: 22px;
    color: #BA9356;
    text-align: center;
    font-weight: bold;
}

ul.sample_select{
	list-style-type: none;
	margin: 0 0 3em;
}
ul.sample_select li {
	box-sizing: border-box;
/*	float: left;*/
	margin: 0 0.5% 0.5em 0.5%;
	width: 19%;
	padding: 1%;
}
ul.sample_select li img{
	border: 1px solid #CCC;
	margin-bottom: 3px;
}
ul.sample_select li b{
	font-size: 11px;
	color: #ff0000;
}
ul.sample_select li input[type="checkbox"]{
	vertical-align: top;
}
ul.sample_select label {
	display: inline-block;
	height: 8em;
	width: 86%;
}
ul.sample_select.decopaper label {
	height: 4em;
}
.tedukuri,
.print {
	display: block;
	float: left;
	font-size: 10px;
	margin: 3% 1%;
	text-align: center;
	width: 48%;
}
.tedukuri{ background-color: #c4e2e0; }
.print { background-color: #f3d4cf; }
h2.sample_midashi,
h4.sample_midashi {
	border-bottom: 1px solid #CCC;
	font-size: 12px;
	margin: 0 0 4%;
	padding: 0 0 1%;
	text-align: center;
}

/* 遷移ボタン系 まとめ */
p .submit_button,
p .back_button,
table.form .submit_button,
table.form .reset_button,
table.confirm .submit_button,
table.confirm .back_button,
.restart_button{
	-webkit-appearance: none;
	appearance: none;
	background-color: #C2272D;
	border: 1px solid #C2272D;
	border-radius: 0;
	box-sizing: border-box;
	color: #FFF;
	cursor: pointer;
	font-size: 13px;
	line-height: 1em;
	margin: 0 1% 5%;
	padding: 4% 0;
}
p .submit_button,
p .back_button,
table.form .submit_button,
table.form .reset_button,
.restart_button{
	width: 47%;
}
table.confirm .submit_button,
table.confirm .back_button{
	width: 30%
}
table.form .reset_button,
p .back_button,
table.confirm .back_button{
	background-color: #CCC;
	border: 1px solid #CCC;
}

.input_error_head {
	border: 1px solid #C1272D;
	color: #C1272D;
	font-size: 12px;
	margin: 0 0 3%;
	padding: 2%;
}


/* サンプル請求 フォームページ */
table.form {
	font-size: 12px;
	width: 100%;
}
table.form th {
	background-color: #ECECEC;
	box-sizing: border-box;
	vertical-align: middle;
	padding: 1%;
	text-align: center;
	width: 28%;
}
table.form th p span {
	color: #ff0000;
	font-weight: bold;
}
table.form td {
	box-sizing: border-box;
	vertical-align: middle;
	padding: 2%;
	width: 72%;
}
table.form input,
table.form select,
table.form textarea {
	box-sizing: border-box;
	border: 1px solid #aaa;
	font-size: 13px;
}
table.form textarea{
	padding: 5px;
}
table.form td input.text {
	height: 30px;
	padding-left: 5px;
	vertical-align: middle;
}
table.form td input.text::placeholder {
	color: #ccc;
}
table.form select {
	height: 30px;
}
table.form a#info_zip_link{
	background-color: #CCC;
	border: 1px solid #CCC;
	margin: 0 0 0 1%;
	padding: 7px 10px;
	text-align: center;
	text-decoration: none;
}
div.input_error {
	color: #ff0000;
	font-weight: bold;
}
.ruleCheck{
	text-align:center;
	border: 1px solid #ddd;
	background-color: #fafafa;
	padding-block: 0.75rem;
	padding-inline: 1rem;
    border-radius: 4px;
	overflow: hidden;
	/* width: fit-content; */
	margin-inline: auto;
}
.ruleCheck span{
	display:inline-block;
}
.ruleCheck a{
	text-decoration:underline;
}
.ruleCheck a:hover{
	text-decoration:none;
}
.ruleCheck label.list{
	margin-right:0;
}
.ruleCheck input {
	margin: 0 5px 0 0;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 92.3%;
	line-height:1.2;
	font-family: inherit;
	vertical-align: middle;
}
@media (max-width: 529px) {
	.address_checkboxWrap.checkBox {
		align-items: flex-start;
	}
	.address_checkbox {
		width: calc(100% - 1.25rem - 0.25rem);
	}
	.ruleCheck input:has(+.address_checkbox) {
		margin-block-start: 0.25rem;
	}
}
/* プライバシーポリシー */
table.form td.ruleCheckWrap {
	padding: .5rem 0 0;
}
.ruleCheck__label {
    display: block;
	padding-block: 0.25rem;
	padding-inline: 0.5rem;
}
.ruleCheck__label:not(:first-of-type) {
	margin-block-start: 0.5rem;
}
table.form textarea{ width: 100%;height: 7em;resize: none; }
table.form select{ width: 100%; }
table.form input[name="form[post_number]"]{ width: 35%; }
table.form input[name="form[address1]"]{ width: 70%; }
table.form input[name="form[address1_2]"]{ width: 25%; }
table.form input[name="form[address2]"]{ width: 70%; }
table.form input[name="form[address2_2]"]{ width: 25%; }
table.form select[name="form[pref_mst_id]"]{ width: 35%; }
table.form input[name="form[name]"],
table.form input[name="form[tel_number]"],
table.form input[name="form[bridal_date]"]{ width:45% }
table.form input[name="form[email]"],
table.form input[name="form[email_r]"]{ width: 70% }
table.form textarea[name="form[comment]"]{ height: 11em; }
/* 2020/12/11 PIARY OKUI ADD↓ サンプル請求時の会員登録機能追加 */
table.form input[name="form[sei]"],
table.form input[name="form[mei]"],
table.form input[name="form[kana_sei]"],
table.form input[name="form[kana_mei]"],
table.form input[name="form[nameplate]"]{ width: 30% }
/* 2020/12/11 PIARY OKUI ADD↑ サンプル請求時の会員登録機能追加 */
table.form input[name="form[wedding_hall_name]"]{ width: 100%; }

.readonly{
	background: #a5a5a5;
}

table.form input[type="checkbox"] {
	margin-inline-end: 0.25rem;
}
table.form .form-th-note {
	background-color: #E32C2C;
    color: #fff;
}
table.form .form-th-check {
	background-color: #FFFCCB;
}

/* サンプル請求 確認ページ */
table.confirm {
	border-collapse: collapse;
	font-size: 12px;
	width: 100%;
}
table.confirm th {
	background-color: #ECECEC;
	border: 1px solid #AAA;
	border-collapse: collapse;
	box-sizing: border-box;
	padding: 1%;
	text-align: center;
	vertical-align: middle;
	width: 30%;
}
table.confirm td {
	border: 1px solid #AAA;
	border-collapse: collapse;
	padding: 2%;
	vertical-align: middle;
	width: 70%;
}
table.confirm tr:last-child td{
	border: none;
}


/* サンプル請求 完了ページ */
a.backtotop{
	background-color: #FFF;
	border: 1px solid #CCC;
	box-sizing: border-box;
	display: inline-block;
	font-size: 13px;
/*	margin: 3% 1%;		20181122改修_@田中*/
	margin-top: 3%;
	margin-bottom: 3%;
	margin-left: calc(((100% - 2px) - 30%) / 2);
	margin-right: calc(((100% - 2px) - 30%) / 2);
	padding: 3% 0;
	text-align: center;
	text-decoration: none;
	width: 30%;
}

/* サンプル請求_完了ページ改修　20181122@田中 */
.fix_prebn{
	text-align: center;
	margin-top: 3em;
}
.fix_prebn__ttl{
	font-size: 17px;
}
.fix_prebn__img{
	margin-top: 1em;
}
.fix_prebn__imgCol2{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	list-style: none;
	margin-top: 1em;
}

/* サンプル請求ページランキング追加　20190410@田中 */
h2.tCate{
	margin: 50px 0 10px 0;
	padding: 0 0 0 10px;
	border-bottom: 2px solid #000;
	font-size: 18px;
	font-family: "小塚明朝 Pr6N","ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-weight: normal !important;
}
h2.tCate span {
    font-size: 36px;
    font-family: 'Allura', cursive, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, sans-serif;
    margin: 0 20px 0 0;
}
.itemRanking ul.itemBlock {
	margin: 0 0 0 -16px;
}
.itemRanking ul.itemBlock li {
	margin: 0 0 10px 6px;
	width: 150px;
}
.itemRanking .itemWrap {
	padding: 0 0 0 10px;
	margin-bottom: 3em;
	display: inline-block;
}
.rankLeft {
	width: 410px;
	float: left;
}
.itemRanking ul.top li p.desc {
	font-size: 84.6%;
	margin: 10px 0 0 0;
}
.itemRanking ul.rank2to10 li:first-child {
	display: none;
}
.itemRanking ul.rank2to10 li:nth-child(-n+5) {
	margin:0 0 15px 12px;
	width: 165px;
}
.itemRanking ul.top li {
	margin:0 0 10px 8px;
	width: 400px;
}
.itemRanking a {
	color:#666;
	text-decoration:underline;
}
.itemRanking a:visited {
	color:#666;
}
.itemRanking a:hover {
	color:#ff6d2e;
	opacity:.8;
}
.itemBlock{
	margin: 0 0 0 -13px;
}
.itemBlock li {
	width: 146px;
	margin: 0 0 10px 13px;
	display: inline;
	position: relative;
	float: left;
	z-index: 0;
	line-height: 1.2;
}
.itemBlock li a {
	text-decoration: none;
}
.itemBlock li .rankNum {
	margin: 0 0 16px;
	display: block;
}
.itemBlock li .rankNum.prize_rank {
    text-align: center;
}
.itemBlock li .rankNumSP {
	display:none;
}
.itemBlock li .price {
	color: #ff6d2e;
	font-weight: bold;
	margin: 5px 0 25px 0;
}
.itemBlock li a .img{
	display: block;
}
.itemBlock li a .img img {
	border: #ddd 1px solid;
	padding: 2px;
	background: #fff;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
	margin: 0 0 5px 0;
	box-sizing: border-box;
	max-width: 100%;
}
.itemBlock li a:hover .img img {
	border:#b2a089 1px solid;
}
.itemBlock li .price {
	color:#ff6d2e;
	font-weight:bold;
	margin:5px 0 25px 0;
}
.itemWrap ul {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	word-break: break-all;
}
.itemBlock span {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 13px;
	vertical-align: baseline;
	word-break: break-all;
}
ul.itemBlock li .price span.aliasname{
	color: #a56040;
	font-size: 12px;
	line-height: 1.4em;
}
ul.itemBlock li .price span.par {
    font-weight: normal;
    font-size: 84.6%;
    margin: 0 5px 0 0;
    color: #fff;
    background: #ff6d2e;
    padding: 1px 4px;
}
ul.itemBlock li .icClip {
	display: none;
}

/* サンプル請求完了画面注記追加 2025.02.17 */
.fix-sample-attention {
	width: min(95%, 37.5rem);
    background-color: #FFFCCB;
    padding: 1.25rem;
    margin-inline: auto;
    margin-block: 1.25rem;
    font-size: 0.8rem;
    box-sizing: border-box;
}

/* 選択したサンプルの表示 */
.c-selectItemCont{
	margin: 0 auto;
	position: relative;
}
.c-selectItemCover.is-active{
	margin: 25px auto;
}
.static .c-selectItemCover.is-active{
	margin: 0 auto;
}
.c-selectItemCoverScroll{
	overflow-x: hidden;
	overflow-y: hidden;
	height: 160px;
}
.c-selectItemUl{
	list-style-type: none;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}
.c-selectItemCover.is-active .c-selectItemUl{
	padding-top: 1em;
}
.selectItemScroll .c-selectItemUl{
	height: calc( 100% + 2px );
	margin-bottom: 0;
	overflow-x: scroll;
	overflow-y: hidden;
	position: relative;
}
.c-selectItemLi{
	float: left;
	width: 20%;
	position: relative;
}
.c-selectItemCoverScroll .c-selectItemLi{
	float: none;
	display: inline-block;
}
.c-selectDelBtn{
	width: 1.3em;
	height: 1.3em;
	font-size: 1.3rem;
	color: #646464;
	line-height: 1.3;
	padding: 0;
	background-color:#fff;
	border: 1px solid rgba(0,0,0,0.4);
	border-radius: 50%;
	position: absolute;
	top: -15px;
	right: 0;
	cursor: pointer;
}
.c-scrollBtn{
	width: 1em;
	height: 100%;
	position:absolute;
	top: 0%;
	cursor: pointer;
}
.c-scrollBtn__Left{
	left: -1em;
}
.c-scrollBtn__Right{
	right: -1em;
}
.c-scrollBtnCont{
	display: block;
	width: 100%;
	height: 100%;
	position:relative;
}
.c-scrollBtnCont::before{
	content: "";
	border-top: 1.2em solid transparent;
	border-bottom: 1.2em solid transparent;
	position: absolute;
	top: 40%;
}
.c-scrollBtnCont__Left::before{
	border-right: 1.0em solid #fff;
	right: 0;
	animation: scrollMoveLeft 1s ease infinite;
}
.static .c-scrollBtnCont__Left::before{
	border-right: 1.0em solid #646464;
}
.c-scrollBtnCont__Right::before{
	border-left: 1.0em solid #fff;
	left: 0;
	animation: scrollMoveRight 1s ease infinite;
}
.static .c-scrollBtnCont__Right::before{
	border-left: 1.0em solid #646464;
}
@keyframes scrollMoveLeft{
	0%{
		right: 0;
	}
	50%{
		right: 0.5em;
	}
	100%{
		right: 0;
	}
}
@keyframes scrollMoveRight{
	0%{
		left: 0;
	}
	50%{
		left: 0.5em;
	}
	100%{
		left: 0;
	}
}

.submit_button__selectItem{
	color: #646464;
	padding: 0.4em 2.5em;
	margin: 0 .75em 0 2em;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #ccc;;
	cursor: pointer;
}
.submit_button__selectItem.disabled{
	background-color: #9fa0a1;
	cursor: default;
}
.selectItemBot.static .submit_button__selectItem{
	display: none;
}


/* 2019.7.9 ishikawa ↓カタログ在庫切れ中は非表示にする */
.sample_cata--ok{
	display: none!important;
}

/* LINEから goto 2019.10.28
-------------------------------------------*/
.k-line-sample__ttl {
  display: block;
  margin: 0 auto 10px;
}
.k-line-sample__desc {
  color: #000;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}
.k-line-sample__contWrap {
  margin-bottom: 50px;
}
.k-line-sample__contWrap--sp {
  display: none;
}
.k-line-sample__contWrap--pc {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 780px;
}
a.k-line-sample__bnr {
  display: block;
  position: relative;
  color: #FFF;
  background-color: #333;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  width: 555px;
  margin: 0 auto;
  border-radius: 10px;
  font-size: 26px;
  padding: 10px 0;
}
a.k-line-sample__bnr--btm {
  margin: 50px auto;
}
a.k-line-sample__bnr::after {
  content: "》";
  position: absolute;
  font-size: 47px;
  top: 10px;
  right: 10px;
}
.k-line-sample__bnr__yellow {
  color: #FCEE21;
  display: block;
  font-size: 17px;
}
.k-line-sample {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: solid 1px #BDBDBD;
}

/* 絞り込み検索 */
.c-narrowingSearchBox{
	justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
}
.c-narrowingSearchBox p{
	font-size: 140%;
	margin-right: 1em;
	padding-top: 0.2em;
}
.c-narrowingSearchBox select{
	padding: 0.3em 1em 0.6em 0.5em;
}

.sample_select li.is-active{
	display: block;
}
.sample_cont.is-hide,
.sample_select li.is-hide{
	display: none;
}

/* 2021.07.06 ishikawa 完了ページ */
.fix_salesArea{
	text-align: center;
	margin: 2rem 0;
	padding: 2rem;
	background-color: #F6EDE7;
}
.fix_salesArea__ttl{
	font-weight: normal;
	font-size: 1.4rem;
}
.fix_salesArea__ttl br{
	display: none;
}
.fix_salesArea__list{
	margin: 2rem 0 0 0;
	display: flex;
	justify-content: space-between;
}
.fix_salesArea__list__item{
	width: calc(33.3333% - 1rem);
	list-style-type: none;
	
}
.fix_salesArea__list__bt{
	display: block;
	background-color: #fff;
	padding: 1rem;
	box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.3);
	text-decoration: none;
	height: 100%;
	box-sizing: border-box;
}
.fix_salesArea__list__ttl{
	font-weight: normal;
	font-size: 1.1rem;
	color: #F7851E;
	margin: 0.75rem 0;
	line-height: 1.5rem;
	position: relative;
		font-weight: bold;
}
.fix_salesArea__list__ttl::before{
	position: absolute;
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	top: calc(50% - 5px);
	right: 0;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg);
}
.fix_salesArea__list__txt{
	text-align: left;
}
@media screen and (max-width: 640px){
	.fix_salesArea{
		padding: 1rem;
	}
	.fix_salesArea__ttl{
		font-size: 14px;
	}
	.fix_salesArea__ttl br{
		display: inline;
	}
	.fix_salesArea__list{
		margin: 1rem 0 0 0;
		flex-wrap: wrap;
	}
	.fix_salesArea__list__item{
		width: 100%;
	}
	.fix_salesArea__list__item:not(:first-child){
		margin-top: 0.5rem;
	}
	.fix_salesArea__list__bt{
		padding: 0.5rem;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.fix_salesArea__list__imgWrap{
		width: 40%;
	}
	.fix_salesArea__list__txtWrap{
		width: calc(60% - 1rem);
	}
	.fix_salesArea__list__ttl{
		font-size: 14px;
		margin: 0 0 0.5rem 0;
		line-height: 1.3;
	}
	.fix_salesArea__list__txt{
		font-size: 10px;
		line-height: 1.3;
		max-height: 6.5em;
	}
}

/* 20210125 兼松 新規会員登録 autocomolete */
/* table.form input[name="form[bridal_hall]"]{ width: 70% } */












