@charset "utf-8";
.tokushu {
	width: 510px;
	height: auto;
	line-height: 1;
	color: #000f4c;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "sans-serif";
	font-size: 62.5%!important;
	background: url("../images/bg.png") repeat;
}
/* -- sns -- */
.sns_wrap {
	margin: 5px 0 5px 3px !important;
}
.sns_wrap .fb-like {
	margin-top: -2px !important;
}
.sns_wrap .line {
	display: inline-block;
	line-height: 0;
	margin-top: -2px !important;
	padding-left: 5px\0 !important;
	padding-left: 5px\9 !important;
}
/*top*/
.tokushu .top {
	width: 100%;
	margin: 0 auto 3.5em!important;
}

.tokushu .top img {
	width: 100%;
}
/*共通*/
.tokushu .contents {
	width: 95%;
	margin: 0 auto!important;
	padding-bottom: 1.5em!important;
}
.tokushu .contents .box {
	padding: 1.8em!important;
	box-sizing: border-box;
	background-color: #fff;
}

.tokushu h3 {
	margin: 0 auto!important;
	padding: 0.25em 0 0.1em !important;
	color: #fff;
	font-size: 2.7em!important;
	font-weight: bold;
	text-align: center;
	background: #043985;
}

.tokushu h4 {
	display: inline-block;
	margin-bottom: 0.2em!important;
	padding: 0.2em 1em!important;
	border-radius: 15px;
	background-color: #609aec;
	color: #fff;
	font-size: 1.7em!important;
	font-weight: bold;
}
.tokushu p, .tokushu li, .tokushu table, .tokushu dl {
	width: 100%;
	line-height: 1.6!important;
	font-size: 1.4em!important;
}
.tokushu p, .tokushu li, .tokushu table {
	margin-bottom: 0.7em!important;
}
.tokushu strong {
	font-size: 1.2em!important;
}
.tokushu p span strong {
	color: #ff0000;
	font-size: 1.1em!important;
}
.tokushu p img {
	display: block;
	width: 95%;
	margin: 0 auto!important;
}
.tokushu li {
	padding-left: 0.4em!important;
	text-indent: -1em;
}
.tokushu li:before {
	content: "・";
	margin-right: 0.2em!important;
}
.tokushu table th {
	width: 18%;
	font-weight: bold;
}
.tokushu table th span:after {
	padding-left: 0.5em!important;
	box-sizing: border-box;
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
}
.tokushu table td {
	width: 78%;
}

/*.tokushu .contents .box .yellow{
	background: #FBFFD2;
}*/
/*.live ネットサイン会リンクボタン*/
.tokushu .live {
	text-align: center;
}
.tokushu .live a:link {
	display: inline-block;
	margin: 1em auto!important;
	padding: 0.4em 1em!important;
	background-color: #fbac6b;
	border-radius: 10px;
	color: #fff;
	font-size: 1.1em!important;
	font-weight: bold;
	text-decoration: none!important;
}
.tokushu .live a:visited {
	background-color: #fbac6b;
	color: #fff!important;
}
.tokushu .live a:hover {
	background-color: #f9cdaa;
	color: #fff!important;
}
/*.guide 緑背景の部分*/
.tokushu .guide {
	width: 95%;
	margin: 0 auto 1.5em!important;
	padding: 1.5em!important;
	box-sizing: border-box;
	background-color: #eef8c1;
}
.tokushu .guide h4 {
	display: block;
	margin-bottom: 1em!important;
	background-color: #fabf90;
	border-radius: 0!important;
	text-align: center;
}

.tokushu .guide li span {
	color: #eb3564;
	font-weight: bold;
	text-decoration: underline;
}
.tokushu .guide li:before {
	content: "※";
	margin-right: 0!important;
}
.tokushu .guide a:link {
	color: #0036ff!important;
	text-decoration: none;
}
.tokushu .guide a:hover {
	color: #0036ff!important;
	text-decoration: underline!important;
}
.tokushu .guide a:visited {
	color: #0036ff!important;
	text-decoration: none;
}
.tokushu .guide p span {
	color: #eb3564;
	font-weight: bold;
	text-decoration: underline;
}

/*商品_共通*/
/*.tokushu .flexbox {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-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;
	flex-flow: row wrap;
	justify-content: space-between;
	overflow: hidden;
}
.tokushu .flexbox dl {
	display: block;
	width: 100%;
	margin: 0 auto!important;
	color: #fa7911;
	font-size: 1.5em!important;
	text-align: center;
}*/
.tokushu .flexbox dt, .tokushu .flexbox dd {
	display: inline-block;
}
.tokushu .flexbox dl dd span {
	font-size: 1.2em!important;
	font-weight: bold;
}
.tokushu .flexbox a:link {
	color: #000f4c!important;
}
.tokushu .flexbox a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.tokushu .flexbox a:visited {
	color: #000f4c!important;
}
.tokushu .flexbox .item > span {
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}
.tokushu .flexbox .item .p_img img {
	width: 100%;
	border: 1px solid #EDEDED;
	box-sizing: border-box;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}
/*商品_１カラム*/
.tokushu .column_1 {
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

.tokushu .column_1 .item{
	background-color: #f5f6f8;
	width: 100%;
	padding: 1em;
	position: relative;
	box-sizing: border-box;
	margin-bottom: 1.5em!important;
}

.tokushu .column_1 .p_img{
	width: 45%;
	display: inline-block;
	margin: 0 1em 0 0!important;
}
.tokushu .column_1 .p_img img {
	width: 100%;
	display: inline-block;
	border: 1px solid #EDEDED;
	box-sizing: border-box;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}
.tokushu .column_1 p {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	font-size: 1.5em!important;
	font-weight: bold;
}
.tokushu .column_1 dl {
	display: inline-block;
	position: absolute;
	bottom: 1em;
	right: 0;
	width: 35%;
	color: #fa7911;
	font-size: 1.6em!important;
	
}
/*商品_２カラム*/
./*tokushu .column_2 {
	width: 95%;
	margin: 0 auto!important;
}
.tokushu .column_2 h5 {
	width: 100%;
	margin: 0.8em 0 0.5em!important;
	padding: 0.5em 0 0.4em!important;
	background: #3ea3fd;
	border-radius: 10px;
	color: #fff!important;
	font-size: 1.8em!important;
	text-align: center;
}

.tokushu .column_2 .item {
	display: flex;
	flex-flow: column;
	width: 49%;
	margin-bottom: 1.5em!important;
	padding: 1em!important;
	box-sizing: border-box;
	background-color: #f5f6f8;
}
.tokushu .column_2 .item dl {
	width: 100%;
	margin: 0 auto!important;
	margin-top: auto!important;
	text-align: center;
}
/*商品_3カラム*/
/*.tokushu .column_3 .item {
	display: flex;
	flex-flow: column;
	width: 32%;
	margin-bottom: 1.5em!important;
	padding: 1em!important;
	box-sizing: border-box;
	background-color: #f3f5ff;
}
.tokushu .column_3 .item dl {
	width: 100%;
	margin: 0 auto!important;
	margin-top: auto!important;
	text-align: center;
}
.tokushu .column_3 .item dl dd span {
	font-size: 1.3em!important;
}
.tokushu .column_3 div:nth-child(3n+2):last-child {
	margin-right: 68%!important;
}
.tokushu .column_3 div:nth-child(3n):last-child {
	margin-right: 34%!important;
}*/
/*お問い合わせ*/
.tokushu .contact {
	width: 80%;
	margin: 0 auto 4em!important;
	padding: 1.5em!important;
	box-sizing: border-box;
	background-color: #fff;
}
.tokushu .contact h3 {
	margin-bottom: 0.5em!important;
	padding: 0.3em 0.6em!important;
	box-sizing: border-box;
	font-size: 2em!important;
	font-weight: normal!important;
	text-align: left;
}

.tokushu .contact dt {
	font-weight: bold;
}
/*bnr*/
.tokushu .bnr {
	width: 65%;
	margin: 0 auto 3em!important;
	font-size: 2em!important;
}
.tokushu .bnr a span {
	display: block;
	width: 80%;
	margin: 0 auto 0.5em!important;
}
.tokushu .bnr a span img {
	width: 100%;
}
.tokushu .bnr i {
	margin-left: 0.2em!important;
}
.tokushu .bnr a:link {
	display: inline-block;
	padding: 1.5em!important;
	border: 1px solid #000f4c;
	color: #000f4c!important;
	text-decoration: none;
	text-align: center;
}
.tokushu .bnr a:visited {
	color: #000f4c!important;
}
.tokushu .bnr a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
/*footer*/
.tokushu .footer {
	padding: 0.5em 0 !important;
	background-color: #535353;
	color: #fff;
	font-size: 1.4em!important;
	font-weight: bold;
	text-align: center;
}
/*backtop*/
.tokushu .page-top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 9999!important;
}
.tokushu .page-top a:link {
	color: #043985!important;
	font-size: 6em!important;
	text-decoration: none!important;
}
.tokushu .page-top a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.tokushu .page-top a:visited {
	color: #043985!important;
}
.tokushu .overlay {
	display: none;
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 103;
	width: 100%;
	height: 100%;
}

.tokushu .overlay_box {
	width: 100%;
}

.tokushu .overlay img {
	position: fixed;
	top: 50%;
	left: 50%;
	max-width: 600px;
	max-height: 600px;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

@media screen and (max-width: 1024px) {
  .sns-wrap .fb-like, .sns-wrap .fb-share-button {
    top: -3.5px;
}
	.sns_wrap iframe{
    margin-top: -3px!important
}

  .tokushu {
    width: 100%!important;
}

  .tokushu .contents .box {
		padding: 1em!important;
}

  .tokushu h3 {
    font-size: 2.3em!important;
}

  .tokushu .column_2 h5 {
    font-size: 1.4em!important;
}
}

@media screen and (max-width: 320px) {
 .tokushu .column_1 .p_img{
	width: 45%;
	display: inline-block;
	margin: 0 0.5em 0 0!important;
}
.tokushu .column_1 .p_img img {
	width: 100%;
	display: inline-block;
	border: 1px solid #EDEDED;
	box-sizing: border-box;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}
.tokushu .column_1 p {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	font-size: 1.5em!important;
	font-weight: bold;
}
.tokushu .column_1 dl {
	display: inline-block;
	position: relative;
	color: #fa7911;
	font-size: 1.6em!important;
	text-align: right;
	padding-top: 1em!important;
	width: 100%;
}

.tokushu .column_1 dl dt{
	display: inline-block;
}
.tokushu .column_1 dl dd{
	display: inline-block;
	
}
}