@charset "utf-8";
/* --- ブートストラップ  --- */
.con_bg{
	background:#FFFFFF;
	border-radius:7px;
	padding-bottom: 20px;
	margin-top:25px;
}
.bg_boder{
    border: solid 2px #2BC0E4;
    z-index: 999;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  transition: all 0.5s ease-in-out;
}
.clear{
	clear:both;
}
.logo{
	margin-bottom:45px;
	margin-top: 25px;
}
.gf_tt{
	margin-bottom:0px;
	background-position: center top;
	background-repeat: repeat-x;
	height: 250px;
	min-width:1260px;/*背景が切れるのを防止*/
}

.img_fit{}
.img_border{
	border: 1px solid #DDD;
	margin-right:10px;
}
.img_border2{
	border: 1px solid #F2E0C6;
	margin-right:10px;
}
.navbar-bg{
	clear:both;
	text-align:center;
}
@media (max-width: 767px) {
.navbar-bg{
	margin-top:0px;
	}
.bg_boder{
    display: none;
}
}
ul.bottom_menu {
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
ul.bottom_menu li{
	list-style:none;
	display:inline-block;
}
ul.bottom_menu img{
	width:246px;}
UL#menu {
	WIDTH: 100%;
	LIST-STYLE-TYPE: none;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
UL#menu LI {
	font-size: 1em;
	border-width: 2px;
	border-style: solid;
	border-color: #92D897;
	border-radius:50px;
	background-color: #fff;
	margin-bottom:7px;
}
UL#menu LI A {
	DISPLAY: block;
	TEXT-DECORATION: none;
	color: #344428;
	line-height: 20px;
	padding-left: 25px;
	padding-top:0px;
	padding-bottom:7px;
	WIDTH: 100%;
	border-radius:50px;
}
UL#menu LI A:before{
	position: relative;
	content: '';
	display: block;
	top:13px;
	left:-17px;
	width: 10px;
	height: 10px;
	transform: rotate(-45deg);
}
UL#menu LI A:before{
	border-right: 3px solid #6ed460;
	border-bottom: 3px solid #34c3d2;
}
UL#menu LI A:hover {
	vertical-align: middle;
	background-color: #E0FFDD;
	transition: all 0.7s ease-in-out;
}
ul.nav_bottom{
    margin:15px 0 10px;
	padding:0px;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    width:100%;
}
.nav_bottom li{
font-size: 1.1em;
	background-color: #4BC38F;
	border: 1px solid #4BC38F;
	border-radius:50px;
	list-style:none;
	width:48%;
	margin-right:1%;
	margin-left:1%;
	vertical-align:top;
	text-align:center;
	line-height:130%;
	margin-top: 0px;
	margin-bottom: 10px;
}
.nav_bottom li:last-child{
	margin-right:0%;
}
.nav_bottom li a {
	display:block;
	text-decoration: none;
	color:#FFFFFF;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	border-radius:50px;
}
.nav_bottom li a:hover{
	background-color: #6CD0A4;
	transition: all 0.7s ease-in-out;
}
@media (max-width: 767px) {
.con_bg{
	padding-bottom: 5px;
	margin-left:-15px;
	margin-right:-15px;
	background:#FFFFFF;
	z-index: 99999;
		margin-top:0px;
}
.gf_tt{
	background-size: auto 150px;
margin-bottom: 0px;
	height: 150px;
	min-width:100%;/*背景が切れるのを防止*/

}
#navibn img{
	max-width:100%;
	height:auto;
	margin-bottom:5px;
	}
.smp-hide{
	display:none;}
.gf_tt img,
.img_fit img,
.img_fit{
	max-width: 100%;
	height: auto;
}
.smp_hidden{
	  display: none !important;
  visibility: hidden !important;
	}
UL#menu{
}
ul.nav_bottom{
    margin:15px 0 5px;
}
.nav_bottom li{
font-size: 0.9em;
}
}

.border_bottom{
    margin-bottom: 60px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	clear:both;
	}

/* パンくずリスト */
ol.topic-path {
	margin: 0; /* パディング（上下、左右） */
	background-color: #fff; /* 背景色 */
	list-style-type: none; /* リストマーク非表示 */
	font-size: 100%; /* 文字サイズ */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}
/* リスト項目 */
ol.topic-path li {
	padding-left: 5px; /* 左パディング */
	display: inline-block; /* 項目を横並び */color: #4682b4;
}
/* リスト項目（最初の項目） */
ol.topic-path li.first {
	padding-left: 25px; /* ホーム記号（※） */
	/* [disabled]background-image: url(../images/topic-path-home-black.png); */
	background-repeat: no-repeat;
	background-position: left;
}
/* リンクエリア */
ol.topic-path li a {
	padding-right: 18px; /* 右パディング */
	/* [disabled]background: url(../images/topic-path-gray.gif) no-repeat right; */ /* 矢印記号（※） */
}
/* リンク色 */
ol.topic-path li a {
color: #4682b4;
}
/* リンク色（マウスオーバー） */
ol.topic-path li a:hover {
	color: #D0111B;
}
/* --- DList --- */
div.dlist dl {
}
div.dlist dt {
	font-weight: normal;
	width: 7em; /* 見出エリアの幅 */
	float: left;
	padding: 0px 0px 6px 3px; /* 日付エリアのパディング（上右下左） */
	line-height: 150%;
}
div.dlist dd {
	margin: 0;
padding: 0px 3px 6px 7em; /* 本文エリアのパディング（上右下左） */
line-height: 150%;
}
/* --- 日付リスト --- */
div.update {
padding-left:15px;
 /* エリアの幅 */
}

div.update dl {
	width: 100%; /* リストの幅 */
	margin-top: 0px;
	margin-bottom:0px;
}
div.update dt {
	width: 7em; /* 見出エリアの幅 */
	float: left;
	padding: 0px 0px 6px 3px; /* 日付エリアのパディング（上右下左） */
	line-height: 150%;
}
div.update dd {
margin: 0;
padding: 0px 3px 6px 7em; /* 本文エリアのパディング（上右下左） */
line-height: 150%;
}
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}
@media (max-width: 767px) {
div.dlist dt {
	width: 100%; /* 見出エリアの幅 */
	padding: 0px 0px 0px 0px; /* 日付エリアのパディング（上右下左） */
}
div.dlist dd {
padding: 0px 0px 7px 0px; /* 本文エリアのパディング（上右下左） */
}

div.update dt {
	width: 100%; /* 見出エリアの幅 */
	padding: 0px 0px 0px 0px; /* 日付エリアのパディング（上右下左） */
}
div.update dd {
padding: 0px 0px 7px 7px; /* 本文エリアのパディング（上右下左） */
}
	}
	
ul.square-list,
ul.square-list2{
	padding:0.4em 0.4em 0.2em 0.4em;
	list-style-type:none;
}
ul.square-list li,
ul.square-list2 li{
	position:relative;
	padding: 0em 0.2em 0.3em 1.3em;
}

ul.square-list li:before,
ul.square-list2 li:before{
	position: absolute;
	content: '';
	display: block;
	top: 0.4em;
	left: 0;
	width: 9px;
	height: 9px;
	transform: rotate(-45deg);
}
ul.square-list li:before{
	border-right: 3px solid #6ed460;
	border-bottom: 3px solid #34c3d2;
}
ul.square-list2 li:before{
	border-right: 3px solid #AACC03;
	border-bottom: 3px solid #AACC03;
}
/* footer */
.footer{
	background-repeat: repeat;
	/* [disabled]padding-top:10px; */
	width:100%;
	min-width:1000px;/*背景が切れるのを防止*/
	/* [disabled]background-color: #B9F3A0; */
	margin-top: 20px;
	padding-bottom: 25px;
	background: linear-gradient(-135deg, #C6F1B6,#44CDEB,#3cc6e7 );
}
.footer ul{
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom:0px;
	padding-left: 0px;
	display: inline-block;
	width:49%;
	vertical-align:top;
}
.footer li{
	font-size:1em;
	line-height:1.9em;
	list-style-type: none;
}
.footer li a {
	color:#fff;
	display: block;
	padding-left: 10px;
	padding-right:10px;
	line-height:1.9em;
	text-decoration: none;
	margin-left:10px;
	}
.footer li a:hover {
	background-color: rgba(255,255,255,0.2);
	text-decoration: none;
	border-radius:5px;
	transition: all 0.7s ease-in-out;
	}
.footer .logo{
	font-size:1.4em;
	margin-bottom:0px;
	margin-top:30px;
}
.footer .logo img{
}
.footer .logo p{
	margin-top:10px;
	line-height:150%;}
.footer .logo p a{
	color:#fff;
	text-decoration: none;

}
.footer .address{
	color:#fff;
	margin-bottom:5px;
	margin-top:10px;
	margin-left:30px;
}
.footer .address img{
	margin-right: 5px;
}
.footer .copyright{
	color:#fff;
	font-size:0.9em;
	margin-bottom:5px;
	margin-top:0px;
	margin-left:30px;
}
.footer a {
	color:#fff;

	}
@media (max-width: 767px) {
.footer{
	padding-top:10px;
	width:100%;
	min-width:100%;
	background: linear-gradient(-135deg, #C6F1B6,#44CDEB,#3cc6e7 );
		}
.footer ul{
	margin-top: 10px;
	vertical-align:top;
}
.footer li{
	font-size:0.9em;
}
.footer li a {
	margin-left:0px;
	margin-right:0px;
	margin-top: 5px;
	margin-bottom:5px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left: 0px;
	padding-right:0px;
	line-height:1.1em;
	/*
	border-radius:7px;
	background-color: rgba(43,192,228,0.9);*/
	}
.footer li a:hover {
	/*background-color: rgba(43,192,228,0.4);*/
	}
.footer_nav{
}
.footer .logo{
	font-size:1.3em;
     display:block;
	 margin-bottom:0px;
	 margin-top:5px;
	 padding-top: 0px;
}
.footer .logo p{
	margin-top:5px;
    text-align: center;}
.footer .address img{
	margin-right: 0px;
}
.footer .copyright{
	display:block;
	margin-left:0px;
	text-align:center;
}
.footer .address{
		margin-top:0px;
	margin-left:0px;
	text-align:center;
}
.footer .logo_box{
	margin-top:10px;
}
.footer .logo_box a{
}
	}

/* ページトップ */
#page-top {
    position: fixed;
    bottom: 0px;
    right: 30px;
    font-size: 16px;
	z-index:3; 
}
#page-top a {
	background-color: rgba(43,192,228,0.7);
	text-decoration: none;
	color: #fff;
	width: 60px;
	text-align: center;
	display: block;
	border-radius: 10px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}
#page-top a:hover {
	text-decoration: none;
	background-color: rgba(43,192,228,0.5);
}
.pagetop{
}
@media (max-width: 767px) {
#page-top {
}
#page-top a {
	width: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
}
}
/* メニューバナー*/
div#navibn{
	text-align: center;
	margin-top: 40px;
	margin-bottom: 10px;
	margin-left:0px;
	}
#navibn ul{
	padding:0px;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	width:100%;
	margin: 0px;
}
#navibn li{
    width: 380px;
    margin-right: 30px;
    margin-bottom: 5px;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#navibn li:last-child{
	margin-right:0px;
}
#navibn li img{
border: 0px solid #A0A0A0;
    border-radius: 7px;
}
#navibn img{
	}
/*--リスト--*/
ul.side,ul.side2{
	padding:0px;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	width:100%;
	margin: 10px 0px 0px 0px;
	}
ul.side li,ul.side2 li{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
    list-style:none;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	}
ul.side2 li{
    width: 31%;
	margin-left:1%;
	margin-right:1%;
}
/*--リスト--*/
ul.bottom_bn{
	padding:0px;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	width:100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
ul.bottom_bn li{
	margin-top: 0px;
	margin-left:1%;
	margin-right:1%;
	display:block;
	margin-bottom: 5px;
	list-style:none;
	width: 48%;
	}
	ul.bottom_bn li:last-child{
	}

ul.side img,ul.side2 img{
	border-radius:7px;
	width:100%;
	height:auto;
	margin-bottom:10px;}
ul.bottom_bn img{
	border-radius:7px;
	margin-bottom:10px;
border: 1px solid #E3E3E3;
	}
@media (max-width: 767px) {
div#navibn{
    margin-top: 20px;
	margin-bottom: 0px;
	margin-left:0px;
	}
	#page-top {
    right: 5px;
}
#navibn li{
	width:96%;
	margin-left:2%;
	margin-right:2%;
	display:block;
	}
ul.side li{
	width:48%;
	margin-left:1%;
	margin-right:1%;
	display:block;
	}
ul.side2 li{
	width:48%;
	margin-left:1%;
	margin-right:1%;
	display:block;
	}
#navibn li img,
ul.side img,
ul.side2 img,
ul.bottom_bn img{
	width:100%;
	display:block;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	max-width:100%;
	}
#navibn li img,
ul.side img,ul.side2 img{
	margin-bottom:10px;
}
ul.bottom_bn{
	margin-top: 0px;
	}
ul.bottom_bn li{
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left:auto;
	margin-right:auto;
		width: 98%;
	}
ul.bottom_bn li:last-child{
    margin-right: auto;
	}

#navibn img{
	width:100%;
	height:auto;
	}
}

.of{
	overflow:hidden;
}

/*--マージンー--*/
.margin_bt_menu{
	margin-right: 6px;
	margin-top: 15px;
}
.margin_r{
	margin-right: 5px;
}
.margin_r2{
	margin-right: 10px;
}
.margin_r3{
	margin-right: 15px;
}
.margin_l{
	margin-left: 5px;
}
.margin_l2{
	margin-left: 10px;
}
.margin_l3{
	margin-left: 15px;
}
.margin_l4{
	margin-left: 20px;
}
.margin_t{
	margin-top: 5px;
}
.margin_t2{
	margin-top: 10px;
}
.margin_t3{
	margin-top: 15px;
}
.margin_t4{
	margin-top: 20px;
}
.margin_t5{
	margin-top: 25px;
}
.margin_t6{
	margin-top: 30px;
}
.margin_b{
	margin-bottom: 5px;
}
.margin_b2{
	margin-bottom: 10px;
}
.margin_b3{
	margin-bottom: 15px;
}
.margin_b4{
	margin-bottom: 20px;
}
.margin_b5{
	margin-bottom: 25px;
}
.margin_b6{
	margin-bottom: 30px;
}
.margin_box{
margin-bottom:30px;
}
.margin_box2{
margin-bottom:30px;
}
.img_rounded{
	border-radius:5px;}

/*--印刷イメージ--*/
.printimg{
	max-width: 100%;
	background-image: url(../items/images/pr_ki_extra_pearl_hira.jpg);
	-moz-background-size: contain;
	background-size: contain;
	margin-left: auto;
	margin-right: auto;
	background-position: center;
	background-repeat: no-repeat;
}
.printimg img{
	max-width:100%;
	height:auto;
}
@media (max-width: 767px) {
.printimg{
	background-size: 100%;
}
}
/*--フォント--*/
.f12 {
	font-size: 12px;
	line-height: 130%;
}
.f-s {
	font-size: 80%;
	line-height: 150%;
}
.f-s2 {
	font-size: 80%;
	line-height: 160%;
}
.f-s3 {
	font-size: 80%;
	line-height: 110%;
}
.f-s4 {
	font-size: 80%;
	line-height: 140%;
}
.f-ss {
	font-size: 70%;
	line-height: 130%;
}
.f-n {
	font-size: 100%;
	line-height: 140%;
}
.f-m {
	font-size: 90%;
	line-height: 150%;
}
.f-m2 {
	font-size: 90%;
	line-height: 120%;
}
.f-m3 {
	font-size: 90%;
	line-height: 170%;
}
.f-l {
	font-size: 1.2em;
	line-height: 1.5em;
}
.f-ll {
	font-size: 1.3em;
	line-height: 1.5em;
}
@media (max-width: 767px) {
.f-l {
	font-size: 1.1em;
}
.f-ll {
	font-size: 1.2em;
}
}
.red {
	color: #FF0000;}
.blue1 {
	color: #0044FF;}
.green2 {
	color: #009999;}
.navy {
	color: #000099;}
.glay1 {
	color: #333333;}
.glay2 {
	color: #666666;}
.glay3 {
	color: #AFAFAF;}
.blue2 {
	color: #0079e5;
}
.blue3 {
	color: #00A9D3;
}
.f-sss {
	font-size: 65%;
	line-height: 120%;
}
.navy2 {
	color: #0029B0;
}
.white {
	color: #FFFFFF;
}
.orange {
	color: #FF3333;
}
.orange2 {
	color: #FF6633;
}
.pink1 {
	color: #FF8080;
}
.red2 {
	color: #CC0000;
}
.pink2 {
	color: #ED3151;
}
.pink3 {
	color: #E04A80;
}
.green1 {
	color: #009900;
}
.underline{
	text-decoration: underline;
}


/*--ボーダー--*/
.border_img{
	border: 1px solid #E4E4E4;
	border-radius:5px;
}

/*--アイテム--*/
.tab_gravure1,.tab_gravure2,.tab_gravure3{
	width:100%;
	text-align:center;
	color:#FFFFFF;
	font-weight: bold;
	margin-top: 15px;
	line-height: 200%;
	border-radius:7px 7px 0 0;
	font-size: 1.1em;
		}
.tab_gravure1{
	background-color: #0036B7;
	}
.tab_gravure2{
	background-color: #CD033B;
	}
.tab_gravure3{
	background-color: #F39;
	}
.t_bg_1 {
	background-color: #999999;
}
.t_bg_2 {
	background-color: #FFFFFF;
}
.t_bg_3{
	background-color: #F0FCE9;
}
.pr_table1,
.pr_table1 .content2,
.pr_table1s_top{
			border-radius:7px;}
.pr_table1 .content1{
	border-radius:7px}
.pr_table1 {
	/*width: 99%;*/
	width: 100%;
	background-color: #fff;
	padding: 0 1em 0 0;
	/* [disabled]position: relative; */
	/* [disabled]z-index: 1; */
	margin-top: 0.5em;
	margin-bottom: 2em;
	margin-right: 5px;
	margin-left: 5px;
}
.pr_table1::before,
.pr_table1::after {
	/* [disabled]border-radius: 4px; */
	/* [disabled]box-shadow: 0 1px 4px rgba(0, 0, 0, .3); */
	/* [disabled]content: ""; */
	/* [disabled]height: 100%; */
	/* [disabled]position: absolute; */
	/* [disabled]width: 100%; */
	/* [disabled]-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .3); */
}
.pr_table1::before {
	/* [disabled]background-color: rgba(255, 255, 255, .5); */
	/* [disabled]left: 0; */
	/* [disabled]top: 0; */
	/* [disabled]z-index: -1; */
}
.pr_table1::after {
	/*background-color: #D8F3BE;*/
	/* [disabled]background-color: #fff; */
	/* [disabled]top: 5px; */
	/* [disabled]left: 5px; */
	/* [disabled]z-index: -2; */
}
.pr_table1 .content1{
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom:10px;
	padding-bottom:10px;
}
.pr_table1 .item_list{
	padding: 5px;
	margin-bottom:0px;
	text-align: left;
}
.pr_table1 .content1 img,
.pr_box_cov img{
	max-width:100%;
	height:auto;
	border-radius:7px;}
.pr_table1 .content2{
padding:0px;
}
.pr_box_cov .pr_table2{
	width:100%;
	background-color: #fff;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left:10px;
	padding-right:10px;
	border-radius:7px;
	margin-bottom:10px;
	border: solid 1px #EBEBEB;
}
.pr_box_cov .pr_table2 dl .price{
	color: #070707
}
.pr_box_cov .pr_table2 .tdsize1{
	font-size: 90%;
}
@media (max-width: 767px) {
.pr_table1 {
	padding: 0px;
	margin-left:0;
	margin-right: 0;
}
.pr_table1 .content1{
}
	}

.pr_box_cov .pr_table2 dt {
	float:left;
	width:80px;
	overflow: hidden;
	clear: left;
}
.pr_box_cov .pr_table2 dd {
	margin-left:80px;
}

.pr_box_cov .pr_table2 td,
.pr_box_cov .pr_table2 tr{
	padding:5px;}
.pr_box_cov_wide .pr_table2{
	width:100%;
	background-color: #FAFEF1;
	margi-top:5px;
	padding-top: 10px;
	padding-bottom: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
}
.pr_box_cov_wide .pr_table2 .tdsize1{
	width:70px;
	font-size: 90%;
}
.pr_table2 input{
	margin-bottom:5px;
}
/*TOP おすすめ商品*/
ul.products_lineup,
ul.products_lineup2,
ul.products_lineup3{
    margin:0 0 0px;
	padding:0px;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    width:100%;
}
ul.products_lineup li,
ul.products_lineup2 li,
ul.products_lineup3 li{
	margin-left:1%;
	margin-right:1%;
	padding:7px;
	border: 1px solid #DDDDDD;
	border-radius:7px;
		margin-top:5px;
	margin-bottom:15px;
	list-style:none;
	color: #222;
	line-height:130%;
	background-color: #FFF;
	position: relative;
	padding-bottom:25px;
}
ul.products_lineup li{
	width:23%;
}
ul.products_lineup2 li {
	width:31%;
}
ul.products_lineup3 li {
	width:48%;
}

.products_lineup .contents1,
.products_lineup2 .contents1,
.products_lineup3 .contents1{
	width:98%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 95%;
	padding-bottom:8px;
}
.products_lineup .contents1 img,
.products_lineup2 .contents1 img,
.products_lineup3 .contents1 img{
	max-width:100%;
	height:auto;
	margin-bottom: 2px;
	border-radius:5px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.products_lineup .contents2,
.products_lineup2 .contents2,
.products_lineup3 .contents2{
	width: 100%;
	font-size: 100%;
	line-height: 140%;
	background-color: rgba(43,192,228,0.7);
	/*background-color: rgba(116,116,116,1.00);*/
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 0px;
	border-radius: 0px 0px 7px 7px;
	text-align: center;
	position: absolute;
	bottom: 0;
	left:0px;}
.products_lineup .contents2 a,
.products_lineup2 .contents2 a,
.products_lineup3 .contents2 a{
	color:#fff;
	display:block;
	text-decoration: none;
	padding-top:7px;
	padding-bottom:5px;
	}
.products_lineup .contents2 a:hover,
.products_lineup2 .contents2 a:hover,
.products_lineup3 .contents2 a:hover{
background-color: rgba(43,192,228,1.00);
	color:#fff;
	border-radius: 0px 0px 7px 7px;
transition: all 0.7s ease-in-out;
	}
.products_lineup h4,
.products_lineup2 h4,
.products_lineup3 h4{
	font-size:1.1em;
	text-align: center;
	color: #222;
	font-weight: bold;
}
@media (max-width: 767px) {
ul.products_lineup,
ul.products_lineup2,
ul.products_lineup3{
	margin-bottom: 0px;
}
ul.products_lineup li,
ul.products_lineup2 li{

}

ul.products_lineup li {
	width:98%;
}
ul.products_lineup2 li{
	width:48%;
}
ul.products_lineup3 li{
	width:98%;
}
.products_lineup .contents2,
.products_lineup2 .contents2{
	width: 100%;

}
.products_lineup3 .contents2{
}

.products_lineup h4,
.products_lineup2 h4,
.products_lineup3 h4{
	font-size:1.05em;
}
	}

.pr_table_inn{
	display: table-cell;
	text-align: center;
	text-valign: middle;
	height: 155px;
	width: 345px;
	background-color: #FFFFFF;
	margin-bottom:10px;
	vertical-align: middle;
	padding:3px;
	border-radius:7px;
}
.pr_table_block{
	background-color:#B1E4CB;
	margin-bottom:20px;
	width: 100%;
	}
.pr_table_block .pr_table_block_color1{
	background-color:#B1E4CB;
	}
.pr_table_block .pr_table_block_color2{
	background-color:#FFFFCC;
	}
.pr_table_block .pr_table_block_color3{
	background-color:#FFFFFF;
	}
.pr_table_block .pr_table_block_color4{
	background-color:#F0F0F0;
	}
.pr_table_block .large{
	font-size: 115%;
	}
.pr_table_block a{
	display:block;
}
.pr_table_block th{
	font-weight: normal;
	}
.pr_table_block td{
	padding:0px;
	}
.pr_table_block td a{
	display:block;
	
	font-size:115%;
	/*color:#FF0000;*/	color:#070707;
	line-height:140%;
	padding-top: 10px;
	padding-bottom: 10px;
	}
.pr_table_block td a:hover{
	background-color:#E6FAFF;
	}

.pr_box_cov{
	margin-top: 20px;
}
.pr_box_cov .l{
	width:56%;
	margin-right:2%;
	float:left;
}
.pr_box_cov .l img{
	max-width:100%;
	height:auto;
	margin-bottom:10px;
}
.pr_box_cov .r{
	width:40%;
	margin-left:2%;
	float:right;
}
.pr_box_cov_wide{
}
.pr_box_cov_wide .l{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	/* [disabled]float:left; */
}
.pr_box_cov_wide .r{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	/* [disabled]float:right; */
}
.tuboryo{
	font-size:85%;
	color:#666666;
	margin-top:15px;
	line-height:150%;
}
@media (max-width: 767px) {
.pr_box_cov .l{
	width:100%;
	margin-left:0;
	margin-bottom:10px;
	float:none;
}
.pr_box_cov .r{
	width:100%;
	margin-left:0;
	float:none;
}
.pr_box_cov .l img{
	width:100%;
}
table.pr_table_block{
max-width: 500px;
width: 500px;
	}
.pr_table_block td{
	padding:0px;
	}
.pr_table_block td a{
	font-size:100%;
	padding-top: 5px;
	padding-bottom: 5px;
	}
}
.newitem img{
	padding:0px;
	background-color: #fff;
	border-radius:5px;
	width:225px;
	height:auto;
	margin-bottom:5px;
	border: solid 0px #EDEDED;
}
@media (max-width: 767px) {
	.newitem img{
	max-width:100%;
}}

/*--box--*/
.box1,
.box_cs1,
.box_cs2,
.box_cs3{
    width: 99%;
	background-color: #fff;
	padding: 1.5em 1.5em 1em 1.5em;
	position: relative;
	z-index: 1;
	margin-top: 0.5em;
	margin-bottom: 1.5em;
	margin-right: 5px;
	margin-left: 5px;
	border: 1px solid #DDDDDD;
	border-radius:7px;
}

/*2024/12/6 枠をとる
.box1::before,
.box1::after,
.box_cs1::before,
.box_cs1::after,
.box_cs2::before,
.box_cs2::after,
.box_cs3::before,
.box_cs3::after{
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
}
.box1::before,
.box_cs1::before,
.box_cs2::before,
.box_cs3::before
{
    background-color: rgba(255, 255, 255, .5);
    left: 0;
    top: 0;
    z-index: -1;
}
.box1::after,
.box_cs1::after,
.box_cs2::after,
.box_cs3::after{
	background-color: #fff;
	top: 5px;
	left: 5px;
	z-index: -2;
}*/
.cover1{
	padding:10px;
	background-color:#fff
}

.box_cs1,
.box_cs2,
.box_cs3,
.table_boder1{
	border-radius:7px;}
.box1 h4{
	margin-top:0px;
}
.box_cs1 .voice{
	padding: 5px 10px 0px 10px;
	}
.box_cs1 .voice h4{
	font-size: 110%;
	margin-top: 0px;
	margin-bottom: 15px;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #5ACE88;
	padding-left: 6px;
	color: #121212;
	}
.box_cs1 .voice img,
.box_cs2 img{
	margin-left:auto;
	margin-right: auto;
	border-radius:5px;
		margin-bottom:5px;
		max-width: 100%;
		height:auto; 
		display: block;}
.box_cs1 .re{
	margin: 20px 10px 5px 10px;
	padding: 10px;
	border-width: 0px;
	border-style: solid;
	border-color: #FFE7C0;
	clear: both;
	background-color: rgba(90,206,136,0.1);
	border-radius: 5px;
	}

.box_cs2 .contents{
	padding: 0 10px 0 10px ;
	overflow: hidden;
	}
.box_cs2 h4{
	margin-top: 0px;
	margin-bottom: 15px;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #5ACE88;
	padding-left: 7px;
	color: #121212;
}
	
.box_cs3 .contents{
	padding: 0 10px 0 10px ;
	overflow: hidden;
	}
.box_cs3 .contents h4{
	color:#121212;
	font-weight: bold;
	margin-top:0px;
	line-height: 1.3em;
    border-left: 7px solid #5ACE88;
    padding-left: 6px;
}

@media (max-width: 767px) {
.box_cs3 {
	padding: 1.0em;
}
.box1,
.box_cs1,
.box_cs2,
.box_cs3{
		line-height:1.6em;
		margin-left:0;
		margin-right:0;
	    width: 100%;
	padding: 1em;
		}

.box_cs1 .voice,
.box_cs1 .contents,
.box_cs2 .contents,
.box_cs3 .contents{
	padding: 0px 0px 0px 0px;
	}
.box_cs1 .re{
	margin: 10px -10px 0px -10px;
	}
	.box_cs1 .voice img,
.box_cs2 img{
	display:block;
	text-align:center;
	margin-top:5px;
}
}

/*UL*/
ul.form{
	margin-bottom:5px;
	margin-top: 5px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.form li{
	list-style-type: none;
	background-color: #FFFCBF;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-right: 5px;
	padding-left: 7px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #E8E8E8;
	list-style-position: outside;
	border-radius:7px;
}
.form li:last-child{
}
ul.qa{
	width:100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-top: 10px;
	margin-bottom: 30px;
	padding-bottom: 10px;
}
.qa li.question{
	background-image: url(../image/bt_qa_1.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	font-weight: bold;
	font-size:1.2em;
	margin-bottom:15px;
	margin-top:10px;
	padding-left: 30px;
	margin-left: -30px;
}
.qa li.answer{
	margin-bottom:10px;
	background-image: url(../image/bt_qa_2.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 30px;
}
/*--支払送料--*/
.siharaisoryo{
	padding:7px;
	margin-left:2%;
	background-color:#fff;
	margin-top: 5px;
	width: 450px;
	border-radius:7px;
	border: solid 1px #D0D0D0;
}
@media (max-width: 767px) {
.siharaisoryo{
	width: 100%;
}
}
/*--フッターガイド--*/
.footer_cc{
	width:99%;
	padding:10px;
	border-radius:50px;
	text-align:center;
	margin-top:0px;
	margin-bottom:30px;
	margin-left:auto;
	margin-right:auto;
	color:#fff;
	font-size:1.1em;
	border: 0px solid #84DB36;
background: linear-gradient(90deg,#84DB36, #2BC0E4 );
}
.footer_cc_margin{
margin-bottom:5px;
}
.footer_cc a{
display: block;
color:#fff;
text-decoration: none;
}
.footer_guide{
	margin-top:20px;
	margin-bottom:20px;
}
.footer_guide h4{
	font-size:1.15em;
	margin-bottom:5px;
}
.footer_guide ul{
margin-bottom:15px;
padding-left:25px;
}
.footer_guide p{
	margin-left:15px;}
@media (max-width: 767px) {
.footer_cc{
	font-size:0.9em;
	line-height: 1.2em;
		margin-bottom:20px;
}
	.footer_guide{
	margin-top:0px;
	margin-bottom:0px;
}
.footer_guide p{
	margin-left:5px;}
.footer_guide ul{
padding-left:20px;
}
	}


a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
/* 製作までの流れ*/
.flow_cov h4{
	margin-bottom:20px;
	}
.flow_cov{
	display:inline-block;
	width:47%;
	margin-left:2%;
	background:#E6FFF4;
	border-radius:7px;
	padding:15px;
	}
.flow{
	}
.flow .step_num{
	display:inline-block;
	width:85px;
	background-color: #0CC;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	border-radius:7px 7px 0 0 ;
	border: 1px solid #0CC;
	padding:1px;
	}
.flow .step_con{
	display:inline-block;
	width:100%;
	background-color: #FFF;
	padding:10px;
	border-radius:0 7px 7px 7px;
	border: 1px solid #0CC;
	}
@media (max-width: 767px) {
ul.qa{
	margin-bottom: 20px;
}
.qa li.question{
	margin-bottom:10px;
	margin-top:10px;
}
.qa li.answer{
	margin-left: -30px;
}
.flow_cov{
	width:100%;
	margin-bottom:20px;
		margin-left:0;
	}
.footer_cc{
	width:98%;
}
	}
/* 矢印*/
.arrow1{
  width: 80px;
  text-align:center;
  margin-left:auto;
  margin-right:auto;
  margin-top:10px;
  margin-bottom:-20px;
}
.arrow1::before{
	content: "";
	display: block;
	margin: 0 auto;
	width: 40px;
	height: 15px;
	background-color: #F7EA91;
	border-radius:3px 3px 0 0;
	margin-bottom:-2px;
}
.arrow1::after{
  content: "";
  display:block;
  border-top: 40px solid #F7EA91;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  transform-origin: left top;
  transform: scaleY(.5);
}

/* ボタン*/
.btn_category {
	display: inline-block;
	padding: 5px 6px 5px 6px;
	margin-bottom: 10px;
	margin-left:1px;
	margin-right: 1px;
	font-size: 12px;
	font-weight: normal;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor:auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border-radius:20px;
	background-color: #fff;
	border: solid 1px #777777;
	color: #3F3F3F;
}
.btn_category_1 {
	/* [disabled]color: #FFFFFF; */
	/* [disabled]background-color: #F55472; */
}
.btn_category_2 {
	/* [disabled]color: #FFFFFF; */
	/* [disabled]background-color: #A08541; */
}
.btn_category_3 {
	/* [disabled]color: #FFFFFF; */
	/* [disabled]background-color: #52A233; */
}
.btn_category_4 {
	/* [disabled]color: #FFFFFF; */
	/* [disabled]background-color: #21A6DD; */
}
.btn_category_5 {
	/* [disabled]color: #FFFFFF; */
	/* [disabled]background-color: #96BF27; */
}
.btn_category_6 {
	color: #FF567B;
	border: solid 1px #FF567B;
}

.btn_category_p1 {
	color: #3F3F3F;
	border: 1px solid #777777;
}
.btn_category_p2 {
	color: #3F3F3F;
	border: 1px solid #777777;
}
.btn_category_print_f,
.btn_category_print_g{
	color: #fff;
	font-size: 1.3em;
	padding: 8px 20px 5px 15px;
	border-radius: 20px;
}
.btn_category_print_f {
	background-color: #19BE66;
	border: 1px solid #19BE66;
}
.btn_category_print_g {
	background-color: #2BB0DB;
	border: 1px solid #2BB0DB;
}
@media (max-width: 767px) {
.btn_category {
	padding: 5px 6px 5px 6px;
	margin-bottom: 8px;
	margin-left:0px;
	margin-right: 0px;
	font-size: 11px;
	border-radius:15px;
}
.btn_category_print_f,
.btn_category_print_g{
	color: #fff;
	font-size: 1.2em;
	padding: 8px 15px 5px 12px;
}
}
/* fadein CSSのみ*/
.fade_css,
h2,
h3,
h4,
h5,
.side{
animation: 1s fadeIn forwards;
opacity: 0; /* ←初期値透明に。*/
}
@keyframes fadeIn { 
  from { opacity: 0; }
  to { opacity: 1; }
}
/* fadein JQ*/
.fadein {
  opacity : 0;
  transform: translateY(30px);
  transition: all 1s;
}
@media print{
.fadein {
  opacity : 1;
    transition: all 0s;
	/*全部読み込まないとプリントできない問題*/
}
}

/* 続きを読む　jq*/
.more{
	margin-top:5px;}
.more ul{
	margin:0px;
	padding:0px;}
.more .open a,
.more .close a{
	text-decoration:none;
	padding-left:0px;
	padding-right:0px;
}
.more .open a:hover,
.more .close a:hover{
	text-decoration:none;
}

/* 続きを読む　CSSのみ*/
/* 続きを読む　共通*/
.accordion-box,
.accordion-box2,
.accordion-box3{
    position: relative;
}
.accordion-box label,
.accordion-box2 label,
.accordion-box3 label{
    cursor: pointer;
    text-align: center;
    font-size: 13px;
    position: absolute;
    bottom: 0;
    width: 100%;
	margin-bottom:0px;
    /* 以下グラデーションは「背景が白」に併せて設定しています */ 
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
	font-weight: normal;
	z-index: 999;
}
.accordion-box input:checked + label,
.accordion-box2 input:checked + label,
.accordion-box3 input:checked + label{
    background: inherit; /* 開いた時には背景グラデーションを消す */
}
.accordion-box input,
.accordion-box2 input,
.accordion-box3 input{
    display: none;
}
.accordion-box .accordion-container,
.accordion-box2 .accordion-container,
.accordion-box3 .accordion-container{
    overflow: hidden;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}
.accordion-box label:after,
.accordion-box2 label:after,
.accordion-box3 label:after{
    content: "More"; /* ラベルの文字 */
    letter-spacing: .05em;
    line-height: 3rem;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    color: #fff;
    background-color: rgba(43,192,228,0.7);
    width: 18.75rem;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
	}
.accordion-box input:checked + label:after,
.accordion-box2 input:checked + label:after,
.accordion-box3 input:checked + label:after{
    content: "Close";
}
.accordion-box input:checked + label,
.accordion-box2 input:checked + label,
.accordion-box3 input:checked + label{
    /* display: none ; 閉じるボタンは要らないとき */     
	height:2em;
}
.accordion-box input:checked ~ .accordion-container,
.accordion-box2 input:checked ~ .accordion-container,
.accordion-box3 input:checked ~ .accordion-container{
    height: auto;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

/* ↑ここまで共通 */ 

/* アコーディオン　新着情報欄 */ 
.accordion-box label {
    height: 120px; /* グラデーションの高さ */
    }
.accordion-box label:after {
    width: 18.75rem;
}
.accordion-box .accordion-container {
    height: 200px; /* 開く前に見えている部分の高さ */
}
.accordion-box input:checked ~ .accordion-container {
    padding-bottom: 30px; /* 閉じるボタンのbottomからの位置 */
}
.accordion-box label:after {
    line-height: 2.5rem;
    bottom: 10px;
     width: 15rem;
}
/* アコーディオン　お知らせ */ 
.accordion-box2 h4{
min-height: 2.5em;
font-size: 1.1em;
line-height: 1.3em;
}
.accordion-box2 label {
    height: 120px; /* グラデーションの高さ */
	width: 93%;
    }
.accordion-box2 input:checked + label {
     height: 3em;
}
.accordion-box2 label:after {
    line-height: 2.5rem;
    bottom: 13px;
     width: 15rem;
}
.accordion-box2 .accordion-container {
    height: 240px; /* 開く前に見えている部分の高さ */
}
.accordion-box2 input:checked ~ .accordion-container {
    padding-bottom: 20px; 
	/* 閉じるボタンのbottomからの位置 */
}
@media (max-width: 767px) {
.accordion-box2 h4{
min-height: 1.1em;
}
.accordion-box2 .accordion-container {
    height: 220px; /* 開く前に見えている部分の高さ */
}
}
/* アコーディオン　お知らせ　1カラム用 */ 
.accordion-box3 label {
    height: 120px; /* グラデーションの高さ */
	width: 95%;
    }
.accordion-box3 input:checked + label {
     height: 3em;
}
.accordion-box3 label:after {
    line-height: 2.5rem;
    bottom: 10px;
     width: 15rem;
}
.accordion-box3 .accordion-container {
    height: 160px; 
	/* 開く前に見えている部分の高さ */
}
.accordion-box3 input:checked ~ .accordion-container {
    padding-bottom: 10px; 
	/* 閉じるボタンのbottomからの位置 */
}
@media (max-width: 767px) {
.accordion-box3 label {
	width: 94%;
    }
.accordion-box3 .accordion-container {
    height: 130px; /* 開く前に見えている部分の高さ */
}
}
