@charset "utf-8";
/* CSS Document */


/*アンカーリンク表*/
#pagearea #page_userguide #guide_tb .guide_box h2 {
	margin: 0 0 15px 0;
	padding: 10px 5px;
	background: #500014;
	font-size: 13px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	color: #fff;
}

#pagearea #page_userguide #guide_tb { 
	max-width: 810px;
	width: 100%;
	margin: 50px 0 20px;
}

#pagearea #page_userguide #guide_tb .guide_box{	padding-right: 20px; }

#pagearea #page_userguide #guide_tb .guide_box .guide_ul1 li {
	margin: 0 0 12px 0;
	padding: 0 5px 5px 15px;
	border-bottom: dotted 1px #CCC;
	background: url("https://gigaplus.makeshop.jp/thsfood/images/contents/userguide/yaji4.png") no-repeat 0 5px;
}

/*アンカーリンク先*/
#pagearea #page_userguide #answer h2{
	margin: 35px 0 15px 0;
	padding: 5px 10px;
	font-size: 115%;
	overflow: hidden;
	text-align: left;s
	font-weight: normal;
	border-left:solid 3px #4d0013;
	border-top:none;
	border-right: none;
	color: #4d0013;
	font-weight: 700;
	background:	#f4ecdd;
}


#pagearea #page_userguide #answer ul{
	margin: 20px 0;
	padding: 0 10px;
}

#pagearea #page_userguide #answer ul li{
	margin: 0 0 10px 0;
	padding: 0 0 0 15px;
	position: relative;
}

#pagearea #page_userguide #answer ul li::after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: 0;
	width: 6px;
	height: 6px;
	background-color: #f6b70d;
	border-radius: 100%;
}



#pagearea #page_userguide #answer h4{
	margin: 30px 0 10px 0;
	padding: 0;
	font-weight: bold;
	text-align: left;
	font-size: 14px;
	border-bottom: solid 1px #500014;
	padding: 0 0 2px;
}

 #pagearea #page_userguide #answer ol{
	 margin: 20px 20px;
	 padding: 0 0 0 10px;
	 list-style-type: decimal;
}

#pagearea #page_userguide #answer ol li{
	 margin: 0 0 10px 0;
	padding: 0;
	list-style-type: decimal;
}

/* ページ全体共通指定　*/
#pagearea #page_userguide #answer .underline{
	text-decoration: underline;
}

#pagearea #page_userguide #answer .underline:hover{
	text-decoration: underline;
	color: #F43813;
}

.kadomaru{
	background: #f6b70d;
	border-radius: 3px;
	padding: 3px;
	line-height: initial;
	font-size: 12px;
}
.bold{ font-weight: bold;}
.bakc_blown { background-color: #500014;  color: #fff; padding: 3px;}
table.riyuu {
margin:10px 20px;
}

table.riyuu td {
border:1px solid #999999;
padding:10px;
}

.nagare-grayblock { background-color: #eeeeee; padding: 20px; margin-bottom: 20px;}
.nagare-grayblock li { background-image:  none !important;}

/*外部リンクアイコン*/
.ico_blank_g::after {
    background: url(https://gigaplus.makeshop.jp/thsfood/images/top/f_new-window-g.png) no-repeat right 3px;
    display: inline-block;
    width: 15px;
    height: 15px;
    padding-left: 2px;
    content: "";
}

/* ガイド2023 */
#cont .guidePage h2 {
	background-color: #efefef;
	background-image: none;
	border: none;
	margin: 1em 0 2em 0;
	padding: 2em;
	border-radius: 5px;
	font-size: 1.6em;
}
#cont .guidePage h3 {
	clear: both;
	margin: 1em 0 1.2em 0;
	padding: 1em;
	font-size: 115%;
	overflow: hidden;
	text-align: left;
	font-weight: bold;
	border: solid 1px #b1b1b1;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #f3f3f3), color-stop(51%, #ededed), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */
}
#cont .guidePage h4 {
	margin: 0 0 0.5em 0;
	font-size: 115%;
}
#cont .guidePage a {
	display: block;
	width:  fit-content;
	color: #336baa;
	background: url(https://gigaplus.makeshop.jp/thsnet/images/yaji1.png) no-repeat 0 9px;
	padding-left: 12px;
	text-decoration-line: none;
}
#cont .guidePage a:hover {
	text-decoration: underline;
	color: #F43813;
}
#cont .guidePage a.none {
	background: none;
	padding: 0;
}
#cont .guidePage a.inline {
	display: inline-block;
}

/* ガイドのメニュー部分 */
#guideMenu {
	width: 980px;
	display: flex;
	justify-content: space-between;
}
#guideMenu .menu_block {
	width: 32%;
}
#guideMenu .menu_block h2 {
	margin: 0 0 15px 0;
	padding: 10px;
	background: #EFEFEF;
	font-size: 13px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	line-height: normal;
}
#guideMenu .menu_block ul.guide_ul1 {
	margin: 0 0 2em 0;
	padding: 0;
}
#guideMenu .menu_block ul.guide_ul1 li {
	margin: 0 0 12px 0;
	padding: 0 5px 5px 15px;
	border-bottom: dotted 1px #CCC;
	background: url(https://gigaplus.makeshop.jp/thsnet/images/yaji1.png) no-repeat 0 5px;
}
#guideMenu .menu_block ul.guide_ul1 li a {
	font-size: 13px;
}
/* ガイド本文のコンテナ */
.guideNakaBox {
	width: 880px;
	margin: 0 auto 5em auto;
}
/* リストマークありのul */
#cont .guidePage .listUl li {
	position: relative;
	padding: 0;
}
#cont .guidePage .listUl li:before {
	content: '・';
	position: absolute;
	left: -15px;
}
/* テーブル */
#cont .guidePage table {
	margin: 0 0 1em 0;
	border: solid 1px #CCC;
}
	#cont .guidePage th {
		padding: 18px;
		border: solid 1px #CCC;
		background: #F7F7F7;
	}
	#cont .guidePage td {
		padding: 18px;
		border: solid 1px #CCC;
		background: #FFF;
	}
#cont .guidePage p {
	display: block;
	margin-bottom: 2.2em;
}
/* 下に余白空けたい時に使う */
#cont .guidePage .marginBottom {
	margin-bottom: 2.2em;
}
#cont .guidePage .marginBottom2 {
	margin-bottom: 5em;
}
/* 注意事項欄 */
#cont .guidePage .captionBox {
	background-color: #f7f7f7;
	margin-bottom: 2em;
	padding: 2em;
}
#cont .guidePage .captionBox-border {
	background-color: #f7f7f7;
	border: 1px solid #cccccc;
	margin-bottom: 2em;
	padding: 2em;
}
#cont .guidePage p.tit {
	font-weight: bold;
	font-size: 115%;
	margin-bottom: 0.3em;
}
#cont .guidePage .centerTit {
	font-weight: bold;
	font-size: 115%;
	margin-bottom: 1.2em;
	text-align: center;
}

/* 枠つき入力欄-手順案内用 */
#cont .guidePage .borderBox {
	background-color: #f7f7f7;
	border: 1px solid #cccccc;
	margin-bottom: 2em;
	padding: 2em;
}
#cont .guidePage .borderBox .boxTit {
	font-weight: bold;
	font-size: 115%;
	margin-bottom: 1.2em;
	text-align: center;
}
.guidePage .flexBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
#cont .guidePage .flexBox img {
	width: 450px;
	height: auto;
	margin: 0 0 1em 0;
}
.guidePage .flexBox .imgArea {
	width: 450px;
}
.guidePage .borderBoxMain {
	width: 350px;
}
.guidePage .borderBoxMain .flowTit {
	display: block;
	width: fit-content;
	background-color: #000000;
	color: #FFFFFF;
	padding: 0.3em 0.6em;
	margin-bottom: 0.5em;
}
.guidePage .borderBox hr {
	margin: 2em 0;
	border: none;
	border-top: 2px solid #cccccc;
}
/* 太字にする */
#cont .guidePage .bold {
	font-weight: bold;
}
#cont .guidePage ol, #cont .guidePage ul {
	margin: 0;
	margin-left: 10px;
}
#cont .guidePage li {
	margin: 0;
}
/* イラスト入り注意書きリスト */
#cont ul.illustGuide {
	width: 880px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 2em 0;
}
#cont .illustGuide::after {
	content:"";
	display: block;
	width: 280px;
}
#cont .illustGuide li {
	width: 280px;
}
#cont .illustGuide dd {
	width: 280px;
	display: inline-flex;
	justify-content: space-between;
	margin-top: 0.5em;
}
#cont .illustGuide img {
	margin: 0;
}
#ont .illustGuide dd span {
	display: inline-block;
}
#cont .circleNumber {
	width: 25px;
	height: 25px;
	padding-top: 1px;
	background-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
	border-radius: 50%;
	text-align: center;
	box-sizing: border-box;
}
#cont .illstGuideTxt {
	width: 250px;
}
/* ネーム背面刺繍のflexbox */
.guidePage .flexBox02 {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
#cont .guidePage .flexBox02 img {
	width: auto;
	height: auto;
	margin: 0 0 1em 0;
}
#cont .guidePage .flexBox02 .leftImg {
	margin-right: 20px;
}
#cont .guidePage .flexBox02 ol.ol500px {
	width: 500px;
}
/* 横並びしないSTEP(ロゴ刺繍のご注文方法) */
.guidePage .flowTit02 {
	display: inline-block;
	width: fit-content;
	background-color: #000000;
	color: #FFFFFF;
	padding: 0.3em 0.6em;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
}
.guidePage .flowTit02-txt {
	font-weight: bold;
	font-size: 115%;
}
/* 画像を小さめに表示させる */
.guidePage .imgArea450px {
	width: 450px;
	height: auto;
}
/* 別窓アイコン */
.guidePage .ico_blank_g::after {
	background: url(https://gigaplus.makeshop.jp/thsnet/images/top/f_new-window-g.png) no-repeat right 3px;
	display: inline-block;
	width: 15px;
	height: 15px;
	padding-left: 2px;
	content: "";
}
/* h4見出し装飾(お支払い方法) */
#cont .guidePage h4.borderTit {
	margin: 2em 0 1em 0;
	font-size: 115%;
	background-color: #efefef;
	border: 1px solid #cccccc;
	padding: 1em;
}

/* フローティングナビゲーション */
#menuwrap {
	position: fixed;
	top: 0px;
	opacity: 0;
	transition: all 1.0s 0s ease;
	z-index: -1;
	box-shadow: 0px 10px 15px -10px #d1d1d1;
	width: 100%;
	border-bottom: 1px solid #ccc;
}
#menuwrap.show {
	opacity: 1;
	transition: opacity 1.0s 0s ease;
	z-index: 2;
}
#heading {
	display: flex;
	justify-content: space-between;
	width: 980px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

#heading div.itemwrap.selected{
	border-top: 3px solid #1E2F56;
}
#heading div.itemwrap.selected a{
	font-weight: bold;
}
#heading > li {
	width: 100%;
	position: relative;
	font-size: 0.9em;
}
#heading .sub-menu {
	visibility: hidden;
	opacity: 0;
	position: relative;
	transform: translateY(5px);
}
#heading .sub-item {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 10px 5px;
	position: absolute;
	min-width: 250px;
	top: -1px;
}

#heading > li:not(:last-of-type) .sub-item, #heading > li:not(:nth-last-of-type(2)) .sub-item {
	left: 0;
	right: unset;
} 

#heading > li:last-of-type .sub-item, #heading > li:nth-last-of-type(2) .sub-item {
	right: 0;
	left: unset;
} 
#heading > li:hover .sub-menu {
	visibility: visible;
	opacity: 1;
	transition: 0.3s 0s ease;
	transform: translateY(0);
	top: 1px;
}  
#heading .sub-item li {
	padding: 10px 25px 10px 10px;
	position: relative;
}
#heading .sub-item li::after {
	content: "\e409";
	font-family: "Material Icons";
	position: absolute;
	display: block;
	font-size: 14px;
	right: 10px;
	color: #2591D0;
	top: 50%;
	margin-top: -11px;
}
#heading .sub-item > li:hover {
	background-color: #eeeeee;
}
#heading .itemwrap {
	position: relative;
	background-color: #fff;
	border-right: 1px solid #cccccc;
	box-sizing: border-box;
}
#heading > li:first-child .itemwrap {
	border-left: 1px solid #cccccc;
}
#heading .itemwrap:hover {
	background-color: #eeeeee;
	border-top: 3px solid #1E2F56;
}  
#heading .p-name {
	padding: 15px 15px 20px;
}	
#heading li a{
	display: block;
}
#heading a:hover{
	text-decoration: none;
	color: #333333;
}
#heading > li::after {
	content: "";
	position: absolute;
	box-sizing: content-box;
	width: 0;
	height: 0;
	border-top: 5px solid #000;
	border-right: 3px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 3px solid transparent;
	bottom: 3px;
	left: 50%;
	transform: translateX(-50%);
}
#heading div.itemwrap.selected .p-name, #heading .itemwrap:hover .p-name{
	padding-top: 12px;
}
