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

.col {
	font-family: 
		"游ゴシック体",
		YuGothic,
		"游ゴシック",
		"Yu Gothic", "メイリオ",
		Meiryo, Helvetica,
		Arial,
		sans-serif;
}

.col h1 {
	color: #4c4c4c;
	/* font-size: 28px; */
	font-size: 24px;
	font-weight: bold;
	/* padding: .5em .75em; */
	padding: .5em 0em 0em .2em;
	position: relative;
	/* margin: 0 0 30px;*/
	/*margin: 0 0 20px;*/
	margin: 0 0 15px;
	border-bottom: 1px dotted #666;
}


.box_col {
	max-width: 774px;
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto 18px;
	border-radius: 8px;
	border: #ccc 1px solid;
	/* padding: 27px 40px 40px; */
	/* padding: 15px 40px 15px; */
	padding: 14px 40px 10px;
	position: relative;
}

.box_col h2 {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #4c4c4c;
	line-height: 1;
	/*margin: 0 0 20px;*/
	margin: 0 0 14px;
}

.box_col h2+p {
	font-size: 14px;
	text-align: center;
	color: #4c4c4c;
	/*margin: 0 0 28px;*/
	margin: 0 0 14px;
}

/* login ---------------------------------------------------- */
#box_login dl {
	display: flex;
	flex-wrap: wrap;
	max-width: 460px;
	width: 100%;
	margin: 0 auto;
}

#box_login dt,
#box_login dd {
	display: flex;
	flex-direction: column;
	margin: 0 0 16px;
}

#box_login dt {
	width: calc(100% - 71%);
	font-size: 16px;
	color: #4c4c4c;
	padding: .3em 0;
}

#box_login dd {
	width: 71%;
	outline: #999 solid 1px;
	background: #f2f4f2;
	border-radius: 8px;
	position: relative;
}

#box_login dd input {
	width: 100%;
	border: none;
	outline: none;
	background: none;
}

#box_login dd input::placeholder {
	font-size: 16px;
	color: #999;
}

/* password eye ---------------------------------------------------- */
#buttonEye {
	position: absolute;
	width: 1em;
	height: 1em;
	line-height: 1;
	top: 0;
	bottom: 0;
	right: 1em;
	margin: auto;
	color: #999;
}

.fa-eye:before {
	content: url(../../img/index/eye.png);
}
.fa-eye-slash:before {
	content: url(../../img/index/eye-off.png);
}

/* password save ---------------------------------------------------- */
.btn_savepw {
	text-align: center;
	font-size: 14px;
	color: #4c4c4c;
	margin: 0 0 10px;
}

.btn_savepw input {
	margin: 0 .5em 0 0;
}

/* login button ---------------------------------------------------- */
.btn_login input {
	display: block;
	max-width: 204px;
	width: 100%;
	font-size: 18px;
	color: #fff;
	background: #03a9f4;
	margin: 0 auto;
	border-radius: 8px;
	transition: .3s;
}

.btn_login input:hover {
  box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.14);
  /*box-shadow: 3px 7px 7px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);*/
	/* opacity: .5; */
}

/* forget password ---------------------------------------------------- */
.btn_foget {
	position: absolute;
	right: 40px;
	bottom: calc(40px + .5em);
	font-size: 12px;
}

.btn_foget a {
	color: #03a9f4 !important;
	text-decoration: underline;
	transition: .3s;
}

.btn_foget a span {
	display: inline-block;
	text-decoration: underline;
}

.btn_foget a:hover {
	opacity: .5;
}

/* register ---------------------------------------------------- */
.btn_register {
	display: block;
	max-width: 360px;
	width: 100%;
	height: 88px;
	margin: 0 auto 6px !important;
	text-align: center;
	background: #03a9f4 url(../../img/index/bk_register.png) top 15px left 38px no-repeat;
	border-radius: 8px;
	position: relative;
	transition: .3s;
}

.btn_register:hover {
  box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.14);
	/* opacity: .5; */
}

.btn_register input {
	color: #fff;
	font-size: 28px;
	margin: 0;
	line-height: 88px;
	height: 88px;
	max-width: 360px;
	width: 100%;
}

.btn_register::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5.5px 0 5.5px 8px;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 75px;
	margin: auto;
}

.btn_register+p {
	font-size: 14px;
	color: #4c4c4c;
	text-align: center;
}

.btn_register+p span {
	color: #ff2a2a;
}

#box_registration {
	background: #f5f5f5;
}

/* rss -------------------------------------*/
.box_rss {
	max-width: 774px;
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto 18px;
	/* border-radius: 8px; */
	/* border: #ccc 0px solid;*/
	border: #03a9f4 2px solid;
	padding: 10px 40px 10px;
	position: relative;
}
#box_rss_feed {
	/*background: #03a9f4; */
}
.rss_a {
	font-size: 14px;
	text-decoration-line:none;
	/*color: #fff;*/
	color: #008ccd;
}
.rss_p {
	font-size: 12px;
	text-decoration-line:none;
	color: #008ccd;
	/*color: #fff;*/
}

/* feather ---------------------------------------------------- */
.img_feather {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 30px;
}

.img_feather li {
	display: flex;
	flex-direction: column;
	margin: 0 16px 0 0;
	width: calc((100% - 16px * 2) / 3);
}

.img_feather li:nth-of-type(3n) {
	margin: 0;
}

/* print bland ---------------------------------------------------- */
.printbland_col {
	list-style-type: none;
}

.printbland_col>li {
	/*margin: 0 0 90px;*/
	margin: 0 0 60px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse
}

.printbland_col>li>div,
.printbland_col>li>figure {
	display: flex;
	flex-direction: column;
}

.printbland_col>li>figure {
	max-width: 34.7%;
	width: 100%;
	margin: 0 2.6% 0 0;
}

.printbland_col>li>div {
	width: calc(100% - 34.7% - 2.6%);
}

/* print bland caption ---------------------------------------------------- */
.printbland_col h2 {
	/* font-size: 24px; */
	font-size: 36px;
	line-height: 1;
	font-weight: 600;
	/*color: #333;*/
	/*margin: 0 0 32px; */
	margin: 0 0 20px;
}

/* print bland price ---------------------------------------------------- */
.price {
	font-size: 24px;
	color: #333;
	line-height: 1;
	/*margin: 0 0 32px;*/
	margin: 0 0 16px;
}

.price span {
	font-size: 42px;
	color: #ff7900;
}

.price+p {
	font-size: 16px;
	color: #555;
	/*margin: 0 0 32px; */
	margin: 0 0 16px;
}

.printbland_col .btn {
	text-decoration: none;
	display: flex;
	flex-wrap: wrap;
}

.printbland_col .btn li {
	display: flex;
	flex-direction: column;
}

.printbland_col .btn li:nth-of-type(1) {
	width: 33.5%;
	margin: 0 26px 0 0;
}

.printbland_col .btn li:nth-of-type(2) {
	width: calc(100% - 33.5% - 26px);
}

.printbland_col .btn li a {
	color: #fff;
	font-size: 18px;
	display: block;
	padding: 1em;
	line-height: 1;
	text-decoration: none;
	border-radius: 8px;
	text-align: center;
}

.printbland_col .btn li a:hover {
  box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.14);
	transition: .3s;
}

.printbland_col .btn li:nth-of-type(1) a {
	background: #60b22b;
	padding: 1.14em;
}

.printbland_col .btn li:nth-of-type(2) a {
	background: #03a9f4 url(../../img/index/bk_register02.png) left 16px center no-repeat;
	font-size: 20px;
	position: relative;
}

.printbland_col .btn li:nth-of-type(2) a::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5.5px 0 5.5px 8px;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 18px;
	margin: auto;
}

#main_data {
	float: none;
}

@media screen and (max-width:768px) {
	.col h1 {
		font-size: 32px;
		text-align: center;
	}

	.box_col h2,.printbland_col {
		margin: 0 auto 64px;
	}

	.box_col h2,.printbland_col h2 {
		font-size: 24px;
		text-align: center;
		line-height: 2em;
		background: #f9f9f9;
		border-radius: 5px;
	}


	.price {
		font-size: 24px;
		color: #333;
		line-height: 1;
		text-align: center;
		margin: 0 0 16px;
		font-weight: bold;
	}

	.price span {
		font-size: 48px;
		color: #ff7900;
	}

	.col {
		padding: 0 5%;
	}

	#bg_header_full #contrainner_header {
		width: 100%;
	}

	#logo,
	#menu_header {
		float: none;
	}

	#logo {
		margin: 30px auto 0;
	}

	#menu_header {
		width: 100%;
		box-sizing: border-box;
		padding: 0 5%;
		margin: 10px auto 30px;
		height: auto;
		border: none;
	}

	.menu1 {
		display: flex;
		flex-wrap: wrap;
		border: #999 solid thin;
		width: 100%;
		height: auto;
		padding: 0;
		margin: 0;
	}

	.menu1 li {
		width: calc(100% / 6);
		float: none;
		height: auto;
		padding: 0;
		margin: 0;
	}

	.menu1 li img {
		display: block;
		width: 100%;
		height: auto;
	}

	#wrapper,
	#main_data {
		width: 100%;
	}

	#bg_header_full #contrainner_header,
	#bg_header_full {
		height: auto;
	}

	#wrapper,
	#main_data {
		margin: 20px 0 0;
	}

	.btn_foget {
		position: relative;
		right: auto;
		bottom: auto;
		margin: 2em auto 0;
		text-align: center;
	}

	#box_login dt {
		width: 100%;
		font-size: 16px;
		color: #4c4c4c;
		padding: .3em 0;
	}

	#box_login dd {
		width: 100%;
		outline: #999 solid 1px;
		background: #f2f4f2;
		border-radius: 8px;
		position: relative;
	}

	#box_login dd input,
	#box_login dd {
		overflow: hidden;
	}

	.box_col {
		padding-left: 5%;
		padding-right: 5%;
	}

	.img_feather li {
		width: calc((100% - 20px)/2);
		margin: 0 20px 20px 0;
	}

	.img_feather li:nth-of-type(3n) {
		margin: 0 20px 20px 0;
	}

	.img_feather li:nth-of-type(2n) {
		margin: 0 0 20px;
	}

	.printbland_col>li>div,
	.printbland_col>li>figure {
		display: block;
		width: 100%;
		margin: 0 auto;
		max-width: 100%;
		margin: 0;
	}

	.printbland_col>li>figure {
		max-width: 367px;
		margin: 0 auto;
	}

	.printbland_col>li>div {
		margin: 0 0 20px;
	}

	.printbland_col>li>div,
	.printbland_col>li>figure img {
		width: 100%;
		height: auto;
	}

	.printbland_col .btn li {
		width: 100% !important;
		margin: 0 0 20px !important;
	}

	.printbland_col>li {
		padding: 0 0 60px;
		margin: 60px auto 30px;
		border-bottom: 1px dotted #ccc;
	}

	.menu_site_map li {
		margin: 0 0 20px;
		display: inline-block;
	}

	.site_map {
		height: auto;
	}
}

@media screen and (max-width:450px) {

	.btn_register::after,
	.printbland_col .btn li:nth-of-type(2) a::after {
		display: none;
	}

	.btn_register {
		background: #03a9f4 url(../../img/index/bk_register.png) top 15px left 8px no-repeat;
		;
	}

	.img_feather li {
		width: 100%;
		margin: 0 0 20px !important;
	}

}

/*20221208 ご注文履歴・会員情報変更・ログアウト*/
a.rireki:link {color: 		#03a9f4;text-decoration:none;}
a.rireki:visited {color: 	#03a9f4;text-decoration:none;}
a.rireki:hover {color: 		#03a9f4;text-decoration:underline;} 
a.rireki:active {color: 	#03a9f4;text-decoration:none;} 


/* point  */
.syojipoint{
	color:#03a9f4;
	padding-left:15px;
	font-size:20px;
	font-weight:bold;
}

/* price dialog */
.showPriceDialog:hover{
	cursor:pointer;
}

/* submit botton */
.moveNextBotton:hover{
	cursor:pointer;
}


/* 価格テーブル用 ---------------------------------------*/
.get_price_dialog{
	float:left;
	/* width:720px; */
	width:460px;
	margin:10px 0 0 20px;	
	font-weight:100;
	font-size:12px;
	color:#666;
}
.show_size_data{
	/* width:720px; */
	/* width:180px;*/
	float:left;
	
}

.show_price_data{
	/* width:720px; */
	/* width:360px; */
	float:left;
	
}

table.show_price_data{
  border-width: 0 0 2px 2px;
  border-spacing: 0;
  border-collapse: collapse;
  border-style: solid;
	border-color:#333;
}
.show_price_data th{
	background:#00b0f0;
	color:#FFF;
	font-weight:100;
	font-size:14px;
	text-align: center;
}

.show_price_data td{
	color:#333;
	font-weight:100;
	font-size:12px;
	text-align: left;
}

.show_price_data td, .show_price_data th{
  margin: 0;
  padding:6px 0 6px 0;
  border-width: 1px 1px 0 0;
  border-style: solid;
	border-color:#333;
	text-align: left;
}

.show_price_data tr:nth-child(even) {
	background:#EEE;
}
.show_price_data tr:nth-child(odd) {
	background: #FFF;
}

.show_price_data td.cat_name{
	background: #FFF
}

/* 汎用ダイアログボックス --------------------------------------------------------------------- */ 
.showDialog_daialog {
  width: 600px;
  margin: auto;
  margin-top: 10vh;
  padding: 10px 10px;
  text-align: left;
  border: 3px solid #2387be;
  background: white;
  background-color: white;
  z-index: 1000;
	border-radius: 8px; 
	box-shadow: 0 4px 4px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
	-webkit-tap-highlight-color: transparent;
	transition: .3s ease-out;
}
.showDialog_title_block{
	float:left;
	width: 100%;
	margin:5px 0px 0px 5px;	
} 
.showDialog_title{
	float:left;
	padding:0;
	margin:0px 0px 0px 5px;
	font-size:18px;
	font-weight:900;
	font-family:sans-serif;
	color:#333333;
}
.showDialog_message_block{
	float:inline-start;
	margin:40px 0px 0px 5px;	
}
.showDialog_message{
	margin:0px 0px 0px 5px;
	font-weight:100;
	font-size:16px;	
	font-family:sans-serif;
	color:#333333;
}
.showDialog_head_btn_block{
	float:inline-start;
	clear: right;
}
.showDialog_head_btn_mode{
	float:right;
	margin:-5px auto 0px auto;
	width: 150px; 
	height: 30px;
	display: inline-block;
	background-color: #60b22b;/*背景色*/
	color: #FFF;/*文字色*/
	font-size: 1em;/*文字サイズ*/
	line-height: 1;
	text-decoration: none;
	letter-spacing: 0.05em;/*字間*/
	padding: 0.2em 1em;/*ボタン内の余白*/
  border: 0px;
	border-radius: 3px;/*角の丸み*/
	cursor: pointer;
	box-shadow: 0 4px 4px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);/*影*/
	-webkit-tap-highlight-color: transparent;
	transition: .3s ease-out;/*変化を緩やかに*/
	text-align: center;
}


.showDialog_btn_block{
	/* float:right; */
	/*float:left;*/
	clear: left;
	/*margin:0px 0px 0px 400px;*/	

}
.showDialog_btn_yes{
	/*float:left;*/
	float:right;
	/* margin:0 auto 0 10px; */
	margin:20px auto 0px auto;
	width: 150px; 
	height: 30px;
	display: inline-block;
	background-color: #03a9f4;/*背景色*/
	color: #FFF;/*文字色*/
	font-size: 1em;/*文字サイズ*/
	line-height: 1;
	text-decoration: none;
	letter-spacing: 0.05em;/*字間*/
	padding: 0.2em 1em;/*ボタン内の余白*/
  border: 0px;
	border-radius: 3px;/*角の丸み*/
	cursor: pointer;
	box-shadow: 0 4px 4px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);/*影*/
	-webkit-tap-highlight-color: transparent;
	transition: .3s ease-out;/*変化を緩やかに*/
	text-align: center;
}
.showDialog_btn_no{
	float:left;
	margin:0 auto 0 10px;
	width: 150px; 
	height: 30px;
	display: inline-block;
	background-color: #808080;/*背景色*/
	color: #FFF;/*文字色*/
	font-size: 1em;/*文字サイズ*/
	line-height: 1;
	text-decoration: none;
	letter-spacing: 0.05em;/*字間*/
	padding: 0.2em 1em;/*ボタン内の余白*/
    border: 0px;
	border-radius: 2px;/*角の丸み*/
	cursor: pointer;
	box-shadow: 0 4px 4px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2); /*影*/
	-webkit-tap-highlight-color: transparent;
	transition: .3s ease-out;/*変化を緩やかに*/
	text-align: center;
}
.showDialog_btn_no_text{
	float:center;
	text-align: center;
	margin:14px 0px 0 10px;	
}

/* Loading --------------------------------------------------------------------- */ 
#loading {
	display: table;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #2387be;
	opacity: 0.5;
}
 
#loading .loadingMsg {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding-top: 140px;
	background: url("../img/circle-load.gif") center center no-repeat;
}

.category_caption_blue{
	color:#03a9f4;
	font-weight: 900;
	text-shadow: 0 0 3px darkblue;
	text-stroke: 1px #fff;
	-webkit-text-stroke: 1px #fff;
}

.category_caption_green{
	color:#60b22b;
	font-weight: bold;
	text-shadow: 0 0 3px darkgreen;
	text-stroke: 1px #fff;
	-webkit-text-stroke: 1px #fff;
}

.category_caption_pink{
	color:#ea5550;
	font-weight: bold;
	text-shadow: 0 0 3px darkred;
	text-stroke: 0.5px #fff;
	-webkit-text-stroke: 0.5px #fff;
}
/*
@media screen and (max-width:640px) {
  dl {
	display: flex;
	flex-wrap: wrap;
  }
  dt,
  dd {
	display: flex;
	flex-direction: column;
  }
}
*/