@charset "utf-8";
html, body {
	background-color: #fff;
	color: #333;
	letter-spacing: 0.05em;
	font-family: 'Josefin Sans', "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3";
    -webkit-text-size-adjust: 100%;
}
* {
	box-sizing: border-box;
}
*::before, *::after {
	box-sizing: border-box;
}
img {
	width: 100%;
	height: auto;
}
.fw {
	font-weight: bold;
}
.red {
	color: #c8003e;
}
.cl_red {
	color: #c8003e;
}
.mb5 {
	margin-bottom: 10px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.f14 {
	font-size: 14px !important;
}
.f18 {
	font-size: 18px !important;
}
.wd50 {
	width: 100px;
!important;
}
.lih14 {
	line-height: 1.4 !important;
}
.dib {
	display: inline-block;
}
.f16 {
	font-size: 16px !important;
}
.cf:before, .cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
 *zoom: 1;
}
pick_txt, .divBox p {
	line-height: 1.4!important;
	color: #2d2d2d !important;
	font-size: 14px;
}
.pull_left {
	float: left;
}
.pull_right {
	float: right;
}

.read_txt {
	font-size:13px; padding:0 10px; margin-bottom:10px;
}

.bg-white {
	background-color:#fff;
}

.cl_red_16 {
font-size:16px; font-weight:bold; color:#E272AE;
}
/* layout
------------------------------------------------------------- */

/*header
**************************************************/

.head-nav {
	background-color: #F7F7F7;
	font-size: 12px;
	padding: 10px;
	line-height: 1.4;
	margin-bottom:10px;
}

.head-nav_in {
	width:100%;
	margin:0 auto;
	}
	
.head-nav_t {
    color: #de6ea9;
    font-size: 15px;
    display: block;
    padding: 5px 0 0 0;
    background: #fff;
    text-align: center;
    border-bottom: 1px solid #ffd7fd;
	margin-bottom:5px;
}
.head-nav_t2 {
    font-size: 12px;
    display: block;
    margin: 0 0px 6px;
    text-align: center;
    border-bottom: 1.2px dotted #d8a8a8;
}
/*breadcrumb
**************************************************/
/*breadcrumb */
.breadcrumb_box {
	padding:5px 10px;
}
nav.breadcrumb ul {
	padding: 0;
	margin-bottom: 3px;
	color: #999;
}
nav.breadcrumb ul li {
	display: inline-block;
	font-size: 13px;
}
nav.breadcrumb ul li:after {
	content: ">";
	padding-left: 10px;
}
nav.breadcrumb ul li:last-child:after {
	content: "";
}
/*breadcrumb end*/

ul, li, ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
a {
	color: #333;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}
a:hover {
	color: #de6ea9;
}
/*nav
********************************************/
.navbar {
	border-bottom: 1px solid #eee;
	position: relative;
}
.navbar_brand {
	text-align: center;
	margin: 10px 0 5px;
}
.navbar_brand img {
	width: 125px;
}
img, .cover-img {
	opacity: 1;
	transition: all 0.1s linear 0s;
}
.navbar_search {
	display:block;
}
.navbar_search img {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 23px;
}
/*footer
**************************************************/
.footer {
clear:both; background:#afa5aa; color:#fff; text-align:center; font-size:13px; padding:15px 10px;
}

.footer a{
	color:#fff;
}

.footer a:link{
	color:#fff;
}

.cp {
	 font-size:7px; color:#CCC; margin-top:10px;
}

/* parts
------------------------------------------------------------- */
a.linkCl:link {
	color: #057cd2;
	text-decoration: underline;
}
a.linkCl:visited {
	color: #057cd2;
}
a.linkCl:hover {
	color: #057cd2;
}
a.linkCl:active {
	color: #057cd2;
}

/*photo 75px
**************************************************/
div.photo_r { 
  width:75px;
  height:75px;
  overflow:hidden;
  position:relative;
}
div.photo_r img {
	max-width:140%;
	min-width:100%;
	width:auto;
	min-height:100%;
	max-height:140%;
	height:auto;
	position:absolute;
	top:-32px;
	right:-40%;
	bottom:-40%;
	left:-29px;
	margin:auto;
}

/*‎shop data
**************************************************/

/*‎table
**************************************************/


/*‎button
**************************************************/

@media screen and (min-width:800px){
	.breadcrumb_box {
	padding:5px 0px;
}

.head-nav_in {
    width: 900px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.5;
}
	
.navbar {
	width:1170px;
	margin:0 auto;
	border-bottom: 1px solid #eee;
	position: relative;
}
.navbar_brand {
	text-align: left;
	margin: 10px 0 8px;
}
.navbar_brand img {
	width: 145px;
}
img, .cover-img {
	opacity: 1;
	transition: all 0.1s linear 0s;
}
.navbar_search {
	display:none;
}
.navbar_search img {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 23px;
}
}
