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

/* common */
html, body {
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-family: 'Yu Gothic Pr6N R', sans-serif;
  font-weight: 300;
  line-height: 200%;
  color: #333;
  letter-spacing: 1px;
  -webkit-text-size-adjust: 100%;
  background: white;
  word-break: break-all;
}
* {
  box-sizing: border-box;
}
*:focus {
  outline: none;
}
h1, h2, h3, h4, h5 {
    font-weight: normal;
}
input, textarea, select {
    font-size: 14px;
    font-family: 'Yu Gothic Pr6N R', sans-serif;
    font-weight: 300;
    line-height: 180%;
    border: 1px solid #333;
    padding: 5px;
    border-radius: 0;
    background-color: #FFF;
}
input[type="submit"] {
    cursor: pointer;
}
label.checkbox-inline {
    padding-left: 2em;
    text-indent: -2em;
}
.sp { display: none !important;}
img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
.text_small {
    font-size: 11px;
    line-height: 140%;
}
.text_red {
    color: #FF4501;
}
.center {
    text-align: center;
}

/* link */
a {
    color: #333;
    transition: all .5s;
    text-decoration: none;
}
a:hover {
    opacity: .8;
    text-decoration: underline;
}
a:hover img {
    opacity: .8;
}

h2, h3, h4, ul, li dl, dt, dd {
    padding: 0;
    margin: 0;
    list-style: none;
}
.link_line {
    margin-top: 50px;
	line-height: 140%;
}
.link_line.box {
    margin-top: 10px;
}
.link_line a {
    position: relative;
    display: inline-block;
    text-decoration: none;
	background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M9%2018l6-6-6-6%22%2F%3E%3C%2Fsvg%3E') no-repeat 0 2px;
    background-size: 15px;
    padding-left: 20px;
}
.link_line_r {
    text-align: right;
    margin-top: 50px;
	line-height: 140%;
}
.link_line_r a {
    position: relative;
    display: inline-block;
    text-decoration: none;
	background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M9%2018l6-6-6-6%22%2F%3E%3C%2Fsvg%3E') no-repeat 100% 50%;
    background-size: 15px;
    padding-right: 20px;
}
.link_line a::after,
.link_line_r a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #333;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
}
a:hover::after {
    transform: scale(1, 1);
}
.link_line_r.line_wh a {
    color: #FFF;
	background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M9%2018l6-6-6-6%22%2F%3E%3C%2Fsvg%3E') no-repeat 100% 50%;
    background-size: 10px;
}
.link_line_r.line_wh a::after {
    background: #FFF;
}
.link_btn {
    margin-top: 50px;
}
.link_btn.m20 {
    margin-top: 20px;
}
.btn_flex {
    display: flex;
    justify-content: center;
}
.btn_flex a,
.btn_flex input {
    margin: 0 5px;
}
.btn_flex.flex_3 {
	flex-wrap: wrap;
	justify-content: flex-start;
}
.btn_flex.flex_3 a {
	text-decoration: none !important;
	width: 31.33333%;
	margin: 10px 1%;
}
.link_btn.btn_margin {
	margin: 50px 0;
}
.link_btn a,
.link_btn input {
	background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M5%2012h13M12%205l7%207-7%207%22%2F%3E%3C%2Fsvg%3E') -10% 50% no-repeat;
    background-size: 25px;
    color: #333;
    text-align: center;
    width: 300px;
    padding: 15px 0;
    display: block;
    text-decoration: none;
    transition: all .5s;
	cursor: pointer;
    border: none;
    border: 1px solid #333;
}
.link_btn a:hover,
.link_btn input:hover {
    background: #333 url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M5%2012h13M12%205l7%207-7%207%22%2F%3E%3C%2Fsvg%3E') 5% 50% no-repeat;
    background-size: 25px;
    color: #FFF !important;
    border: 1px solid #333;
    opacity: 1;
}
.link_btn.wh a,
.link_btn.wh input {
	background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23333333%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M5%2012h13M12%205l7%207-7%207%22%2F%3E%3C%2Fsvg%3E') -10% 50% no-repeat;
    background-size: 25px;
    color: #FFF;
    text-align: center;
    width: 300px;
    padding: 15px 0;
    display: block;
    text-decoration: none;
    transition: all .5s;
	cursor: pointer;
    border: none;
    border: 1px solid #FFF;
}
.link_btn.wh a:hover,
.link_btn.wh input:hover {
    background: #FFF url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23333333%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M5%2012h13M12%205l7%207-7%207%22%2F%3E%3C%2Fsvg%3E') 5% 50% no-repeat;
    background-size: 25px;
    color: #333 !important;
    border: 1px solid #FFF;
    opacity: 1;
}
.link_btn a.reset,
.link_btn input.reset {
	background: #DDD url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23333333%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cline%20x1%3D%2218%22%20y1%3D%226%22%20x2%3D%226%22%20y2%3D%2218%22%3E%3C%2Fline%3E%3Cline%20x1%3D%226%22%20y1%3D%226%22%20x2%3D%2218%22%20y2%3D%2218%22%3E%3C%2Fline%3E%3C%2Fsvg%3E) no-repeat 15px 50%;
    color: #333;
    text-align: center;
    width: 150px;
    padding: 15px 0 15px 20px;
    display: block;
    text-decoration: none;
    transition: all .5s;
	cursor: pointer;
    border: none;
    border: 1px solid #333;
}
.link_btn a.reset:hover,
.link_btn input.reset:hover {
	background: #333 url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cline%20x1%3D%2218%22%20y1%3D%226%22%20x2%3D%226%22%20y2%3D%2218%22%3E%3C%2Fline%3E%3Cline%20x1%3D%226%22%20y1%3D%226%22%20x2%3D%2218%22%20y2%3D%2218%22%3E%3C%2Fline%3E%3C%2Fsvg%3E) no-repeat 15px 50%;
    color: #FFF;
}
.btn_flex a {
    margin: 0 20px;
}
.link_btn.btn_btm a {
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M12%205v13M5%2012l7%207%207-7%22%2F%3E%3C%2Fsvg%3E') no-repeat 95% -30%;
}
.link_btn.btn_btm a:hover {
    background: #333 url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M12%205v13M5%2012l7%207%207-7%22%2F%3E%3C%2Fsvg%3E') no-repeat 95% 50%;
    color: #FFF;
}
.link_btn.return a {
	width: 150px;
	padding: 5px 0;
	background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M19%2012H6M12%205l-7%207%207%207%22%2F%3E%3C%2Fsvg%3E') no-repeat 110% 50%;
    background-size: 25px;
    color: #333;
}
.link_btn.return a:hover {
    background: #333 url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M19%2012H6M12%205l-7%207%207%207%22%2F%3E%3C%2Fsvg%3E') no-repeat 95% 50%;
    background-size: 25px;
    color: #FFF;
}
.link_btn.btn_mini {
	margin: 0;
	font-size: 13px;
	line-height: 160%;
}
.link_btn.btn_mini a {
	width: 150px;
	padding: 5px 10px;
}
.btn_short a,
.btn_short input,
a.btn_short,
input.btn_short {
    width: 200px;
}
.link_more {
	text-align: center;
}
.link_more a {
	width: 100%;
	padding: 50px;
	display: block;
	background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M6%209l6%206%206-6%22%2F%3E%3C%2Fsvg%3E') no-repeat 50% 95%;
	background-size: 15px;
}
.link_more a:hover {
	background-position: 50% 100%;
	text-decoration: none;
}
.link_center {
    text-align: center;
    margin: 30px 0;
}
.link_center a {
    margin: 0 10px 0 0;
}
.link_center.wh a {
    color: #FFF;
    text-decoration: none;
}
.link_center.wh a:hover {
    text-decoration: underline;
}
.link_center a:last-child {
    margin: 0;
}

.upgrade {
    margin: 0 0 15px 0;
    background: #1A325B;
    color: #FFF;
    text-align: center;
    padding: 5px;
    border-radius: 20px;
    font-size: 12px;
    line-height: 160%;
    letter-spacing: 0;
    border: none;
    position: relative;
}
.upgrade:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top: 5px solid #1A325B;
}

ul.pager {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}
ul.pager li {
    margin: 0 5px;
    padding: 0;
}
ul.pager li a,
ul.pager li.current,
ul.pager li.abridgement {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #999;
}
ul.pager li.nav a,
ul.pager li.current {
    color: #333;
}
ul.pager li a:hover {
    color: #FFF;
    background: #333;
    text-decoration: none;
}

/* alert */
.alert {
	text-align: center;
	margin-bottom: 50px;
}
.alert p {
	margin: 0;
	padding: 10px;
	border: 1px solid #80C8B2;
	color: #80C8B2;
}
.alert.err p {
	color: #e74b4b;
    border: 1px solid #e74b4b;
}

/* page-desc */
.page-desc {
	padding: 10px;
	border-top: 1px #333 solid;
	border-bottom: 1px #333 solid;
}
.page-desc .total {
	font-weight: bold;
	font-size: 18px;
	margin: 0 3px;
}

/* header */
header {
    position: fixed;
    width: 100%;
    margin: 0;
    top: 0;
    left: 0;
    z-index: 100;
	border-bottom: 1px solid #FFF;
}
header .header_menu {
    background: #faf7ef;
    padding: 15px 60px 15px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
}
header .header_menu .logo {
    width: 20%;
}
header .header_menu .logo img {
    width: 80%;
    max-width: 250px;
    height: auto;
	vertical-align: middle;
}
header .header_menu .gnav {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    width: 60%;
}
header .header_menu .gnav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
	width: 50%;
    align-items: center;
}
header .header_menu .gnav ul li {
	width: 50%;
	margin: 0;
	padding: 0;
	text-align: center;
}
header .header_menu .gnav li a {
    padding: 0 10px;
}
header .header_menu ul.menu {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    list-style: none;
}
header .header_menu ul.menu li {
    padding: 0;
    margin: 0 0 0 20px;
}
header .header_menu ul.menu li img {
    width: 25px;
}
header .header_menu ul.menu li.cart {
}
header .header_menu ul.menu li.cart .cart-count {
    font-size: 11px;
    line-height: 120%;
    color: #555;
}
header .header_menu ul.menu li.cart .cart-count::before {
    content: "(";
}
header .header_menu ul.menu li.cart .cart-count::after {
    content: ")";
}
header .header_nav {
    background: #F6EFDF;
    padding: 10px;
}
header .header_nav ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}
header .header_nav ul li {
    width: 20%;
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
}
header .header_nav ul li a {
    color: #333;
    text-decoration: none;
}

/* hamburger */
.nav-wrap {
  position: fixed;
  right: 0;
  top: 0;
  display: none;
  z-index: 200;
  background: #FFF;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.nav-wrap.open {
  display: block;
	width: 300px;
}
.nav-wrap.close {
  display: none !important;
}
.content {
  padding: 20px;
}
.nav-wrap .nav {
  height: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}
.nav-wrap li {
  display: block;
  margin: 0;
}
#hamburgermenu .nav-button {
	z-index: 500;
    position: fixed;
    width: 20px;
    height: 18px;
    top: 15px;
    right: 15px;
    padding: 0;
}
#searchmenu .nav-button {
	transition: all 0.4s;
	z-index: 300;
	position: fixed;
	width: 25px;
	height: 25px;
	top: 15px;
	right: 10px;
	padding: 0;
	display: block;
	cursor: pointer;
	background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2211%22%20cy%3D%2211%22%20r%3D%228%22%3E%3C%2Fcircle%3E%3Cline%20x1%3D%2221%22%20y1%3D%2221%22%20x2%3D%2216.65%22%20y2%3D%2216.65%22%3E%3C%2Fline%3E%3C%2Fsvg%3E') no-repeat;
	background-size: 24px;
}
.nav-button span {
    position: absolute;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: #333;
    border-radius: 10px;
    margin: 0;
}
.nav-button span:nth-of-type(1) {
	top: 0;
}
.nav-button span:nth-of-type(2) {
	top: 8px;
}
.nav-button span:nth-of-type(3) {
	bottom: 0;
}
.nav-button.active span:nth-of-type(1) {
	-webkit-transform: translateY(0px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
}
.nav-button.active span:nth-of-type(2) {
	opacity: 0;
}
.nav-button.active span:nth-of-type(3) {
	-webkit-transform: translateY(0px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
}
.hamburger {
	padding: 55px 25px 25px 25px;
	background: #FFF;
	height: 100vh;
	overflow: hidden;
}
#searchmenu .nav-wrap {
	position: absolute;
	right: 0;
	left: auto;
}
.hamburger h2 {
	font-size: 21px;
	font-weight: 500;
	line-height: 150%;
	letter-spacing: 2px;
	margin: 0 0 10px 0;
}
#searchmenu .hamburger form {
	margin: 20px 0;
	display: flex;
}
header .header_menu .gnav form {
	display: flex;
    width: 45%;
}
#searchmenu .hamburger form input[type="text"],
header .header_menu .gnav form input[type="text"] {
	width: 80%;
	border: 0;
	padding: 0 5px;
	font-size: 16px;
	line-height: 150%;
    border-bottom: 1px solid #333;
    background: transparent;
}
#searchmenu .hamburger form input[type="submit"],
header .header_menu .gnav form input[type="submit"] {
	width: 20%;
	border: 0;
	padding: 0 5px;
	font-size: 13px;
	line-height: 150%;
    border-bottom: 1px solid #333;
    background: transparent;
    color: #555;
}
.hamburger ul {
	padding: 0;
	margin: 0 0 30px 0;
	list-style: none;
}
.hamburger ul li {
	padding: 0 0 0 20px;
	margin: 0 0 10px 0;
	background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M9%2018l6-6-6-6%22%2F%3E%3C%2Fsvg%3E') no-repeat 0 4px;
	background-size: 15px;
	font-size: 14px;
	line-height: 150%;
}
.hamburger ul li a {
	text-decoration: none;
}
.hamburger ul li small {
	display: block;
	font-size: 11px;
	line-height: 150%;
}

html.is-fixed,
html.is-fixed body {
    height: 100vh;
    overflow: hidden;
}

/* footer */
footer #blog_list {
    margin-bottom: 50px;
}
footer #blog_list h2 {
    font-size: 32px;
    line-height: 180%;
    margin: 0 0 50px 0;
    text-align: center;
    letter-spacing: 5px;
}

footer #blog_list ul {
    padding: 0;
    margin: 15px 10px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
footer #blog_list ul li {
    width: 25%;
    padding: 10px;
}
footer #blog_list ul li a {
    text-decoration: none;
    display: block;
	overflow: hidden;
}
footer #blog_list ul li a:hover {
	color: #555;
}
footer #blog_list ul li img {
    width: 100%;
    height: auto;
}
footer #blog_list ul li a .blogbox {
    padding: 15px 10px 30px 10px;
	width: 100%;
}
footer #blog_list ul li h3 {
    margin: 10px 0 5px 0;
	font-size: 14px;
	line-height: 160%;
	text-overflow: ellipsis;
}
footer #blog_list ul li p {
    margin: 0;
    font-size: 11px;
    line-height: 160%;
	text-overflow: ellipsis;
}
footer #blog_list .link_line_r {
    margin-right: 15px;
}
footer .foot_area {
    padding: 50px;
    text-align: center;
    background: #333;
    color: #FFF;
}
footer .foot_area h2 {
    font-size: 43px;
    line-height: 120%;
    letter-spacing: 3px;
    margin: 0;
    
}
footer .copyright {
    text-align: right;
    font-size: 12px;
    line-height: 200%;
    padding: 10px;
    background: #333;
    color: #FFF;
}

/* contents
------------------------ */
#contents {
    margin-top: 50px;
}
#page_contents h2 {
	margin: 0 0 20px 0;
}
.ttl_area {
	text-align: center;
	margin-bottom: 50px;
}
.ttl_area h1 {
    margin: 0;
    padding: 0;
    font-size: 26px;
    line-height: 200%;
}
.ttl_area p {
	margin: 10px 0;
    padding: 0;
    line-height: 200%;
}
.ttl_area p.small {
    font-size: 12px;
    font-weight: 200;
}


/* form
------------------------ */
#search {
	margin-bottom: 100px;
}

.box_padd {
    padding: 50px;
}
.box_padd-m {
    padding: 10px 20px;
}
.box_gray {
    background: #EEE;
}
.border_double {
	border: 10px #DDD double;
	margin-bottom: 30px;
}
.box_1000 {
	width: 1000px;
    margin: 0 auto 50px auto;
}
.box_borderbk {
	border: 1px solid #FFF;
}

dl.form_box,
dl.form_box .box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 0 50px 0;
}
dl.form_box .box {
	background: #DDD;
	padding: 20px;
	margin-top: 15px;
}
dl.form_box .box p {
	width: 100%;
	margin: 0 0 15px 0;
	text-align: center;
	font-weight: bold;
}
.plan_guide dl.form_box {
	border: 1px solid #555;
	padding: 20px;
}
dl.form_box.marginnone {
	margin-bottom: 0 !important;
}
dl.form_box .close {
	display: none !important;
}
dl.form_box.inner {
	width: 95%;
}
dl.form_box .en,
dl.form_box .jp {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
dl.form_box dt {
	width: 30%;
	margin: 0;
	padding: 10px;
}
.plan_guide dl.form_box dt,
.plan_guide dl.form_box dd {
	border-bottom: 1px solid #DDD;
}
.plan_guide dl.form_box dt.b_none,
.plan_guide dl.form_box dd.b_none {
	border: none;
}
dl.form_box.mini dt {
	width: 35%;
}
dl.form_box dt small.required {
	background: #333;
	color: #FFF;
	font-size: 10px;
	line-height: 110%;
	padding: 1px 5px;
	margin-left: 5px;
	border-radius: 5px;
}
dl.form_box dd {
	width: 70%;
	margin: 0;
	padding: 10px;
}
dl.form_box.mini dd {
	width: 65%;
}
dl.form_box.linenone dt,
dl.form_box.linenone dd {
	border-bottom: none;
}
dl.form_box dd small {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    line-height: 160%;
}
dl.form_box dd input[type="text"],
dl.form_box dd input[type="search"],
dl.form_box dd input[type="password"],
dl.form_box dd textarea {
	width: 100%;
	border: 1px solid #333;
	padding: 5px;
	border-radius: 0;
    background: #FFF;
}
dl.form_box dd input::required,
dl.form_box dd textarea::required,
dl.form_box dd input::invalid,
dl.form_box dd textarea::invalid {
	background: #FFD0D1;
}
dl.form_box dd input::valid,
dl.form_box dd textarea::valid {
	background: #FFF;
}
dl.form_box dd input[type="text"].short,
dl.form_box dd input[type="search"].short,
dl.form_box dd input[type="text"].mini,
dl.form_box dd input[type="search"].mini {
    width: 40%;
    margin-right: 5px;
}
dl.form_box dd textarea {
    height: 200px;
}
dl.form_box dd select {
    width: 180px;
	border: 1px solid #333;
	padding: 10px 5px;
	border-radius: 0;
}
dl.form_box dd .label_full label {
	width: 100%;
	display: block;
	margin-bottom: 5px;
}
dl.form_box dd .checkbox_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
dl.form_box dd .checkbox_flex label {
    width: 33.3333%;
    margin: 5px 0;
    padding: 0 5px;
    line-height: 140%;
}
dl.form_box dd a {
	text-decoration: underline;
}
dl.form_box dd a:hover {
	text-decoration: none;
}
dl.form_box dd ul {
	margin: 0;
	padding: 0;
    list-style: none;
}
dl.form_box dd ul li {
	padding: 0;
	margin: 0;
}
dl.form_box dd .error_message {
	color: #e74b4b;
	display: block;
}
dl.form_box dd p {
    margin: 0 0 10px 0;;
}
dl.form_box dd p:last-child {
    margin-bottom: 0;
}
dl.form_box dd .freearea {
    margin-top: 10px;
}

/* list
------------------------ */

/* row */
ul.lists_row {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0 50px 0;
    padding: 0;
    list-style: none;
    width: 100%;
}
ul.lists_row li {
	width: 25%;
    margin: 0;
    padding: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
}
ul.lists_row li a {
    display: block;
}
ul.lists_row li a:hover {
    text-decoration: none;
    color: #555;
}
ul.lists_row li .photo,
ul.lists_column li .photo {
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}
ul.lists_row li .photo {
    width: 260px;
	height: 260px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background: #FFF;
}
#supplier_detail ul.lists_row li .photo {
    width: 293px;
	height: 293px;
}
#kiziarai_reco ul.lists_row li .photo {
    width: 180px;
	height: 180px;
}
ul.lists_row li.active .photo,
ul.lists_column.active li .photo {
    background: transparent;
	height: auto;
}
ul.lists_row li .photo img {
    width: 260px;
	height: 260px;
    object-fit: contain;
}
ul.lists_row li.active .photo a {
    width: 100%;
}
ul.lists_row li.active .photo img {
    width: 100% !important;
    height: auto !important;
    max-height: 500px;
}
#supplier_detail ul.lists_row li .photo img {
    width: 293px;
	height: 293px;
    object-fit: contain;
}
#kiziarai_reco ul.lists_row li .photo img {
    width: 180px;
	height: 180px;
    object-fit: contain;
}
ul.lists_row li .photo:hover img,
ul.lists_column li .photo:hover img {
    transform: scale(1.1, 1.1);
    transition: all 0.5s;
    opacity: 0.8;
}
ul.lists_row li .photo .btns,
ul.lists_column li .photo .btns {
    display: flex;
    justify-content: flex-end;
	position: absolute;
	right: 0;
	bottom: 0;
	transition: .5s;
    opacity: 0;
}
ul.lists_row li .photo:hover .btns,
ul.lists_column li .photo:hover .btns {
	right: 0;
	bottom: 0;
    opacity: 1;
}
ul.lists_row li .photo .btns a,
ul.lists_column li .photo .btns a,
ul.lists_row li .photo .btns button,
ul.lists_column li .photo .btns button {
    border: 0;
    text-indent: -9999px;
    width: 40px;
    height: 40px;
    margin: 0 2px;
    cursor: pointer;
}

ul.lists_column {
	width: 1200px;
}
ul.lists_row li h2,
ul.lists_column li h2 {
	font-size: 14px !important;
    line-height: 160% !important;
	margin: 15px 0 10px 0 !important;
    text-align: left !important;
}
ul.lists_row li.active h2 a {
    font-size: 18px;
    text-decoration: underline;
}
ul.lists_row li .iteminfo,
ul.lists_column li .iteminfo {
    margin: 15px 0 0 0;
}
ul.lists_row li .iteminfo p,
ul.lists_column li .iteminfo p {
    margin: 0;
}
ul.lists_row li .material,
ul.lists_column li .material {
    font-size: 12px;
    line-height: 160%;
    padding-top: 10px;
}
ul.lists_row li .id,
ul.lists_column li .id {
    font-size: 16px;
    line-height: 160%;
}
ul.lists_row li .supplier,
ul.lists_column li .supplier {
    font-size: 13px;
    line-height: 160%;
	margin-bottom: 5px;
}
ul.lists_row li dl,
ul.lists_column li dl {
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 160%;
}
ul.lists_column li dl {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
ul.lists_row li dl dt,
ul.lists_column li dl dt {
	width: 20%;
    margin: 0;
    padding: 0;
}
ul.lists_row li dl dt {
    font-weight: bold;
}
ul.lists_row li dl dd,
ul.lists_column li dl dd {
	width: 80%;
    margin: 0;
    padding: 0;
}
ul.lists_row li dl dd {
    margin-bottom: 10px;
}
ul.lists_row li .link_btn,
ul.lists_column li .link_btn {
	margin-top: auto;
}
ul.lists_row li .link_btn a,
ul.lists_column li .link_btn a {
    margin: 5px 0;
    width: 100%;
    padding: 5px;
}
ul.lists_row li .btns,
ul.lists_column li .btns {
	margin: 10px;
	display: flex;
	justify-content: flex-end;
}
ul.lists_row li .favorite_btn a,
ul.lists_column li .favorite_btn a,
ul.lists_row li button.favorite_btn,
ul.lists_column li button.favorite_btn {
	background: #DDD url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M20.84%204.61a5.5%205.5%200%200%200-7.78%200L12%205.67l-1.06-1.06a5.5%205.5%200%200%200-7.78%207.78l1.06%201.06L12%2021.23l7.78-7.78%201.06-1.06a5.5%205.5%200%200%200%200-7.78z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat 50% 50%;
	background-size: 20px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 17px;
    line-height: 100%;
	text-indent: -9999px;
	z-index: 100;
}
ul.lists_row li .favorite_btn.on a,
ul.lists_column li .favorite_btn.on a,
ul.lists_row li button.favorite_btn.on,
ul.lists_column li button.favorite_btn.on {
	background: #333 url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M20.84%204.61a5.5%205.5%200%200%200-7.78%200L12%205.67l-1.06-1.06a5.5%205.5%200%200%200-7.78%207.78l1.06%201.06L12%2021.23l7.78-7.78%201.06-1.06a5.5%205.5%200%200%200%200-7.78z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat 50% 50% !important;
	background-size: 18px !important;
}
ul.lists_row li .cart_btn a,
ul.lists_column li .cart_btn a,
ul.lists_row li button.cart_btn,
ul.lists_column li button.cart_btn {
	background: #DDD url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2220.5%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2220.5%22%20r%3D%221%22%2F%3E%3Cpath%20d%3D%22M2.5%202.5h3l2.7%2012.4a2%202%200%200%200%202%201.6h7.7a2%202%200%200%200%202-1.6l1.6-8.4H7.1%22%2F%3E%3C%2Fsvg%3E') no-repeat 50% 50%;
	background-size: 20px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 17px;
    line-height: 100%;
	text-indent: -9999px;
	z-index: 100;
}
ul.lists_row li .cart_btn a:hover,
ul.lists_column li .cart_btn a:hover,
ul.lists_row li button.cart_btn:hover,
ul.lists_column li button.cart_btn:hover {
	background: #333 url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2220.5%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2220.5%22%20r%3D%221%22%2F%3E%3Cpath%20d%3D%22M2.5%202.5h3l2.7%2012.4a2%202%200%200%200%202%201.6h7.7a2%202%200%200%200%202-1.6l1.6-8.4H7.1%22%2F%3E%3C%2Fsvg%3E') no-repeat 50% 50%;
	background-size: 20px;
    color: #FFF;
}
ul.lists_row li .cart_btn.on a,
ul.lists_column li .cart_btn.on a,
ul.lists_row li button.cart_btn.on,
ul.lists_column li button.cart_btn.on {
	background: #333 url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2220.5%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2220.5%22%20r%3D%221%22%2F%3E%3Cpath%20d%3D%22M2.5%202.5h3l2.7%2012.4a2%202%200%200%200%202%201.6h7.7a2%202%200%200%200%202-1.6l1.6-8.4H7.1%22%2F%3E%3C%2Fsvg%3E') no-repeat 50% 50%;
	background-size: 20px;
}

ul.lists_row li .detail_btn a,
ul.lists_column li .detail_btn a,
ul.lists_row li input.detail_btn,
ul.lists_column li input.detail_btn,
ul.lists_row li button.detail_btn,
ul.lists_column li button.detail_btn {
	background: #DDD url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M16%204h2a2%202%200%200%201%202%202v14a2%202%200%200%201-2%202H6a2%202%200%200%201-2-2V6a2%202%200%200%201%202-2h2%22%3E%3C%2Fpath%3E%3Crect%20x%3D%228%22%20y%3D%222%22%20width%3D%228%22%20height%3D%224%22%20rx%3D%221%22%20ry%3D%221%22%3E%3C%2Frect%3E%3C%2Fsvg%3E') no-repeat 50% 50%;
	background-size: 20px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 17px;
    line-height: 100%;
	text-indent: -9999px;
	z-index: 100;
}
ul.lists_row li .detail_btn.on a,
ul.lists_column li .detail_btn.on a,
ul.lists_row li input.detail_btn.on,
ul.lists_column li input.detail_btn.on,
ul.lists_row li button.detail_btn.on,
ul.lists_column li button.detail_btn.on {
	background: #333 url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M16%204h2a2%202%200%200%201%202%202v14a2%202%200%200%201-2%202H6a2%202%200%200%201-2-2V6a2%202%200%200%201%202-2h2%22%3E%3C%2Fpath%3E%3Crect%20x%3D%228%22%20y%3D%222%22%20width%3D%228%22%20height%3D%224%22%20rx%3D%221%22%20ry%3D%221%22%3E%3C%2Frect%3E%3C%2Fsvg%3E') no-repeat 50% 50%;
	background-size: 20px;
}
ul.lists_row li .remove,
ul.lists_column li .remove {
	position: absolute;
	top: 0;
	right: 0;
}
ul.lists_row li .remove a,
ul.lists_column li .remove a,
ul.lists_row li .remove button,
ul.lists_column li .remove button {
	background: #333 url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpolyline%20points%3D%223%206%205%206%2021%206%22%3E%3C%2Fpolyline%3E%3Cpath%20d%3D%22M19%206v14a2%202%200%200%201-2%202H7a2%202%200%200%201-2-2V6m3%200V4a2%202%200%200%201%202-2h4a2%202%200%200%201%202%202v2%22%3E%3C%2Fpath%3E%3Cline%20x1%3D%2210%22%20y1%3D%2211%22%20x2%3D%2210%22%20y2%3D%2217%22%3E%3C%2Fline%3E%3Cline%20x1%3D%2214%22%20y1%3D%2211%22%20x2%3D%2214%22%20y2%3D%2217%22%3E%3C%2Fline%3E%3C%2Fsvg%3E') no-repeat 50% 50%;
	background-size: 20px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	font-size: 17px;
	line-height: 100%;
	text-indent: -9999px;
	transition: .5s;
    opacity: 0;
    z-index: 200;
	border: none;
}
ul.lists_row li .photo:hover .remove a,
ul.lists_column li .photo:hover .remove a,
ul.lists_row li .photo:hover .remove button,
ul.lists_column li .photo:hover .remove button {
	right: 0;
	bottom: 0;
    opacity: 1;
}
ul.lists_row li .remove a svg,
ul.lists_column li .remove a svg {
	width: 18px;
}
ul.lists_row li .remove a:hover,
ul.lists_column li .remove a:hover,
ul.lists_row li .remove button:hover,
ul.lists_column li .remove button:hover {
	background: #333 url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpolyline%20points%3D%223%206%205%206%2021%206%22%3E%3C%2Fpolyline%3E%3Cpath%20d%3D%22M19%206v14a2%202%200%200%201-2%202H7a2%202%200%200%201-2-2V6m3%200V4a2%202%200%200%201%202-2h4a2%202%200%200%201%202%202v2%22%3E%3C%2Fpath%3E%3Cline%20x1%3D%2210%22%20y1%3D%2211%22%20x2%3D%2210%22%20y2%3D%2217%22%3E%3C%2Fline%3E%3Cline%20x1%3D%2214%22%20y1%3D%2211%22%20x2%3D%2214%22%20y2%3D%2217%22%3E%3C%2Fline%3E%3C%2Fsvg%3E') no-repeat 50% 50%;
	background-size: 20px;
	color: #FFF;
	text-decoration: none;
}
ul.lists_row li .composition,
ul.lists_column li .composition {
	margin: 10px 0;
	font-size: 13px;
	line-height: 180%;
}

ul.lists_row li.active {
    width: 100% !important;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
	background: #EEE;
    margin: 30px 0;
    position: relative;
}
ul.lists_row li.active .photo {
    width: 50% !important;
    height: auto !important;
    max-height: 500px;
    margin-bottom: 0;
}
ul.lists_row li.active .text {
    width: 50%;
    padding: 50px;
    display: flex;
    flex-direction: column;
}
ul.lists_row li.active .text h2 {
    margin: 20px 0 !important;
    padding: 0;
}
ul.lists_row li.active .text h2 a {
    display: inline;
}
ul.lists_row li.active .text p {
    margin: 0;
}
ul.lists_row li.active .text .bottom {
    margin-top: auto;
}
ul.lists_row li.active .text .upgrade {
    width: 50%;
    margin: 15px auto;
}
ul.lists_row li.active .text ul {
    padding: 0;
    margin: 0 0 20px 0;
    list-style: none;
    display: block;
}
ul.lists_row li.active .text ul li {
    margin: 0;
    padding: 0;
    width: 100% !important;
    font-size: 12px;
    line-height: 180%;
}
ul.lists_row li.active .text .bottom .description {
    margin: 0;
    padding: 10px 0;
}
ul.lists_row li.active .text .bottom .btns {
    justify-content: center;
    margin: 15px 0 0 0;
    flex-direction: row-reverse;
}
ul.lists_row li.active .text .bottom .btns .cart_btn {
    width: 85%;
}
ul.lists_row li.active .text .bottom .btns .favorite_btn {
    width: 15%;
}
ul.lists_row li.active .text .bottom .btns a {
    text-indent: 0;
    width: 100%;
    font-size: 14px;
    line-height: 130%;
    background-position: 20px 50%;
    margin: 0;
    padding: 10px 10px 10px 25px;
}
ul.lists_row li.active .text .bottom .btns .favorite_btn a {
    text-indent: -9999px;
    background-position: 50% 50%;
    background-color: #FFF;
}
ul.lists_row li.active .text .btns a:hover {
    text-decoration: none;
}
ul.lists_row li.active .text .btns .on a {
    color: #FFF;
}
ul.lists_row li.active .photo:hover img {
    transform:scale(1,1);
    transition: 0;
}
ul.lists_row li.active .close a {
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23333333%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cline%20x1%3D%2218%22%20y1%3D%226%22%20x2%3D%226%22%20y2%3D%2218%22%3E%3C%2Fline%3E%3Cline%20x1%3D%226%22%20y1%3D%226%22%20x2%3D%2218%22%20y2%3D%2218%22%3E%3C%2Fline%3E%3C%2Fsvg%3E') no-repeat;
    background-size: 30px;
    text-indent: -9999px;
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 15;
    top: 20px;
    right: 20px;
}

/* column */
ul.lists_column {
    margin: 50px 0;
    padding: 0;
    list-style: none;
}
ul.lists_column li {
    display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 50px 0;
    padding: 10px 15px;
    position: relative;
	align-items: center;
}
ul.lists_column li .photo {
	width: 25%;
	position: relative;
}
ul.lists_column li .info {
	width: 70%;
}
ul.lists_column li .info h3 {
	margin: 0 0 15px 0;
}

/* listtabge
------------------------ */
dl.listtable {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: 1px solid #333;
	width: 800px;
	margin: 0 auto;
}
dl.listtable.ttl {
	background: #EEE;
	margin: 30px auto 0 auto;
	text-align: center;
}
dl.listtable.center {
	text-align: center;
}
dl.listtable dt,
dl.listtable dd {
	padding: 10px;
	margin: 0;
}
dl.listtable.column3 dt,
dl.listtable.column3 dd {
	width: 33.333333%;
}
dl.listtable.column4 dt,
dl.listtable.column4 dd {
	width: 25%;
}
dl.listtable.column5 dt,
dl.listtable.column5 dd {
	width: 20%;
}
dl.listtable.column6 dt,
dl.listtable.column6 dd {
	width: 16.666666%;
}
dl.listtable.column7 dt,
dl.listtable.column7 dd {
	width: 14.2857%;
}
dl.listtable.column6 dt.itemimg {
	width: 133px;
	height: 133px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
dl.listtable.column6 dt.itemimg img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
dl.listtable dd img {
	width: 100%;
	height: auto;
}
dl.listtable dd a {
	width: 80%;
	padding: 5px 10px;
	margin: 0 auto;
}
dl.listtable dd a.chat-btn-margin-right{
	margin-right: 0px
}

/* search */
#search .result {
	margin-bottom: 10px;
}
#search .flex {
	margin-bottom: 10px;
	display: flex;
}
#search .flex input,
#search .flex span {
	margin: 0 10px 0 0;
}
#search .flex select {
	margin-right: 10px;
}
#search .flex input[type="submit"],
#search .flex a {
	color: #FFF;
	padding: 5px 15px;
	border: 1px solid #333;
	transition: all .5s;
	background: #333;
}
#search .flex input[type="submit"]:hover,
#search .flex a:hover {
	background: #555;
	color: #FFF;
	text-decoration: none;
}


/* modal
-------------------------- */
.modal-open{
  display: inline-block;
  background-color: #666;
  color: #fff;
  margin: 10px;
}
.modal-open a{
  display: inline-block;
  padding: 5px;
  text-decoration: none;
  color: #fff;
}
/*** 以下モーダル用CSS ***/
.modal{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.modal:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}
.modal:target{
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s, visibility 0.5s;
}
.modal .overlay{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #333;
  opacity: 0.7;
  top: 0;
  left: 0;
}
.modal-wrapper{
  width: 100%;
  max-width: 650px;
  min-width: 300px;
  height: 100%;
  max-height: 550px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal-contents{
  overflow: auto;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
}
.modal-content{
  margin: 25px;
}
.modal-close{
  position: absolute;
  top: 5px;
  right: 10px;
  text-decoration: none;
}

/* instagram */
#gallery li img {
    width: 100%;
    height: auto;
    max-width: none;
}