@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/**
 * Noto Sans CJK JP: https://www.google.com/get/noto/#sans-jpan
 * Noto Sans JP: https://fonts.google.com/earlyaccess#Noto+Sans+JP
 */

@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 100;
	font-style: normal;
	src: local('Noto Sans CJK JP Thin'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 300;
	font-style: normal;
	src: local('Noto Sans CJK JP Light'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 400;
	font-style: normal;
	src: local('Noto Sans CJK JP Regular'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 500;
	font-style: normal;
	src: local('Noto Sans CJK JP Medium'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 700;
	font-style: normal;
	src: local('Noto Sans CJK JP Bold'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 900;
	font-style: normal;
	src: local('Noto Sans CJK JP Black'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.otf) format('opentype');
}

/*
// ==========================================================================
// animation
// ==========================================================================
*/

/*
// ==========================================================================
// utility
// ==========================================================================
*/

/* margin reset */

.u-mt-reset {
	margin-top: 0 !important;
}

.u-mb-reset {
	margin-bottom: 0 !important;
}

.u-ml-reset {
	margin-left: 0 !important;
}

.u-mr-reset {
	margin-right: 0 !important;
}

/* padding reset */

.u-pt-reset {
	padding-top: 0 !important;
}

.u-pb-reset {
	padding-bottom: 0 !important;
}

.u-pl-reset {
	padding-left: 0 !important;
}

.u-pr-reset {
	padding-right: 0 !important;
}

/* align */

.u-align-center {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.u-align-left {
	margin-right: auto;
	text-align: left;
}

.u-align-right {
	margin-left: auto;
	text-align: right;
}

/*responsive*/

.banner {
	margin: auto;
	text-align: center;
}

.banner--kurumu img {
	width: 100%;
	height: auto;
}

.banner a:hover {
	opacity: .7;
}

@media screen and (min-width: 768px) {

/* ----------------------------------------------------
  common
---------------------------------------------------- */

/* title */

.page-title {
	font-size: 41px;
	font-weight: 500;
	box-sizing: border-box;
	width: 100%;
	height: 205px;
	padding: 0 0 0 0;
	text-align: center;
	letter-spacing: .1em;
	color: #41545e;
	background: url(../img/product/bg_title02.jpg) center center no-repeat;
	background-size: cover;
}

.page-title span {
	font-size: 16px;
	display: block;
	width: 100%;
	margin-bottom: 10px;
	letter-spacing: .5em;
}

.page-title01 {
	font-size: 41px;
	font-weight: 500;
	box-sizing: border-box;
	width: 100%;
	height: 205px;
	padding: 50px 0 0 0;
	text-align: center;
	letter-spacing: .1em;
	color: #41545e;
	background: url(../img/product/bg_title01.png) center center repeat-x;
}

.page-title01 span {
	font-size: 16px;
	display: block;
	width: 100%;
	margin-bottom: 10px;
	letter-spacing: .5em;
}

.page-title02 {
	font-weight: 500;
	width: 100%;
	height: 145px;
	padding: 60px 0 0 0;
	text-align: center;
	background: url(../img/product/bg_title02.jpg) center center no-repeat;
	background-size: cover;
}

/* inner */

.page-inner {
	width: 1000px;
	margin: 0 auto;
	padding: 10px 0 60px 0;
}

/* clearfix */

.clearfix,
.kurumu-row,
.kurumu-item,
.hamigaki-row,
.hamigaki-spec {
	*zoom: 1;
}

.clearfix:after,
.kurumu-row:after,
.kurumu-item:after,
.hamigaki-row:after,
.hamigaki-spec:after {
	font-size: .1em;
	line-height: 0;
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: '.';
}

/* ----------------------------------------------------
  kurumu
---------------------------------------------------- */

/* title */

.kurumu-title {
	font-family: 'Yu Mincho', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho','ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'serif';
	font-size: 36px;
	font-weight: 500;
	line-height: 1;
	padding: 0 0 30px 0;
	text-align: center;
	letter-spacing: .2em;
	color: #41545e;
}

.kurumu-title span {
	font-family: 'Yu Mincho', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho','ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'serif';
}

/* main */

.kurumu-main {
	display: flex;
	margin-bottom: 60px;
}

.kurumu-main p {
	font-size: 120%;
	line-height: 2;
	padding: 30px 0 0 0;
	color: #323232;
}

.kurumu-main-copy {
	font-size: 32px;
	font-weight: normal;
	line-height: 1.5;
	width: 100%;
	text-align: left;
	letter-spacing: .02em;
	color: #41545e;
}

/* row */

.kurumu-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.kurumu-item {
	width: 480px;
	margin: 50px 0 0 0;
}

.kurumu-item-r {
	float: right;
}

.kurumu-item-img {
	float: left;
	padding: 0 40px 0 30px;
}

.kurumu-item-data {
	overflow: hidden;
	zoom: 1;
}

.kurumu-item-name {
	font-size: 210%;
	font-weight: normal;
	margin: 0 0 5px 0;
	color: #40545f;
}

.kurumu-item-txt {
	font-size: 120%;
	margin: 0 0 20px 0;
	color: #323232;
}

.kurumu-item-spec {
	line-height: 1.4;
	margin: 0 0 20px 0;
	padding: 18px;
	border: 3px solid #e5ecf2;
}

.kurumu-item-btn {
	margin-bottom: 20px;
	text-align: right;
}

.kurumu-item-btn a {
	font-size: 14px;
	position: relative;
	display: flex;
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	text-decoration: none;
	color: #40545f;
	border: #9bb4cc solid .13333vw;
	background: #eef6fa;
	align-items: center;
	justify-content: center;
}

.kurumu-item-btn a::after {
	position: absolute;
	top: 41%;
	right: 3%;
	width: 5px;
	height: 5px;
	content: '';
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border: 1px solid;
	border-color: #40545f #40545f transparent transparent;
}

.kurumu-main-img {
	width: 500px;
}

.kurumu-main-img img {
	width: 100%;
	height: auto;
}

.kurumu-main-text {
	padding-left: 30px;
	flex: 1;
}

.kurumu-main2 .kurumu-main-text {
	padding-right: 30px;
	padding-left: 0;
}

/* btn */

.kurumu-btn {
	margin: 20px 0 0 0;
	padding: 30px 0 0 0;
	text-align: center;
	border-top: 1px dashed #656565;
}

.kurumu-main2 {
	flex-direction: row-reverse;
}

/* ----------------------------------------------------
  　shop
---------------------------------------------------- */

/* table */

#shop.page-inner {
	padding-top: 100px;
}

.shop-table {
	width: 950px;
	margin: 10px auto 50px auto;
}

.shop-table table {
	width: 950px;
}

.shop-table th {
	font-size: 140%;
	width: 200px;
	text-align: center;
	vertical-align: middle;
	color: #323232;
	border: 1px solid #a9c5d1;
	border-left: none;
	background: #f0f5f9;
}

.shop-table td {
	font-size: 130%;
	padding: 11px 25px;
	vertical-align: middle;
	color: #323232;
	border: 1px solid #a9c5d1;
	border-right: none;
}

.shop-table td a {
	text-decoration: none;
	color: #323232;
}

.shop-table td a:hover {
	text-decoration: underline;
}

.shop-table td span {
	color: #656565;
}

.shop-title {
	font-family: 'Yu Mincho', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho','ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'serif';
	font-size: 36px;
	font-weight: 500;
	padding: 0 0 60px 0;
	text-align: center;
	letter-spacing: .2em;
	color: #41545e;
}

.shop-lead {
	font-size: 32px;
	font-weight: normal;
	line-height: 1.5;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	letter-spacing: .02em;
	color: #41545e;
}

.shop-table-title {
	font-size: 20px;
	font-weight: normal;
	position: relative;
	padding: 0 0 15px 0;
	padding-left: 20px;
}

.shop-table-title::before {
	position: absolute;
	top: 10px;
	left: 0;
	display: block;
	width: 7px;
	height: 7px;
	content: '';
	border: solid 3px #0075b5;
	border-radius: 20px;
	background: #fff;
}

/* img */

.shop-img {
	padding: 0 0 40px 0;
	text-align: center;
}

/* col */

.shop-col {
	font-size: 120%;
	width: 950px;
	margin: 0 auto;
	text-align: center;
	color: #323232;
}

.shop-col p {
	line-height: 2;
	padding: 25px 0 0 0;
}

.shop-col-photo {
	overflow: hidden;
	zoom: 1;
	width: 974px;
	margin: 50px -24px 50px 0;
}

.shop-col-photo li {
	float: left;
	margin: 0 24px 0 0;
}

/* map */

.shop-map {
	font-size: 110%;
	position: relative;
	width: 810px;
	margin: 0 auto;
	color: #323232;
}

.shop-map p {
	margin: 10px 0 0 0;
}

.shop-map-link a {
	position: absolute;
	right: 0;
	bottom: 22px;
	left: 1;
	padding: 0 0 0 17px;
	text-decoration: none;
	color: #40545f;
	background: url(../img/shop/icn_arrow01.png) left center no-repeat;
}

.shop-map-link a:hover {
	text-decoration: underline;
}

/* ----------------------------------------------------
  hamigaki
---------------------------------------------------- */

/* title */

.hamigaki-title {
	font-family: 'Yu Mincho', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho','ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'serif';
	font-size: 35px;
	font-weight: 500;
	padding: 0 0 15px 0;
	text-align: center;
	letter-spacing: .2em;
	color: #41545e;
}

/* main */

.hamigaki-main {
	width: 565px;
	height: 408px;
	margin-bottom: 80px;
	padding: 40px 0 0 435px;
	background: url(../img/product//bg_hamigaki.jpg) 0 0 no-repeat;
}

.hamigaki-main p {
	font-size: 105%;
	line-height: 1.7;
	padding: 0 30px 0 0;
	color: #323232;
}

.hamigaki-main p.hamigaki-main-txt {
	font-size: 90%;
	padding: 20px 0 0 0;
}

.hamigaki-main h5 {
	font-size: 130%;
	padding: 18px 0 0 0;
	color: #3f5460;
}

.hamigaki-main-copy {
	font-size: 26px;
	font-weight: normal;
	line-height: 1.7;
	width: 100%;
	text-align: left;
	letter-spacing: .02em;
	color: #41545e;
}

.hamigaki-row {
	padding: 40px 50px;
	border-radius: 10px;
	background: #e6f0fa;
}

.hamigaki-row-title {
	font-size: 35px;
	font-weight: 500;
	margin: 0 0 30px 0;
	text-align: center;
	color: #41545e;
}

.hamigaki-plus {
	position: relative;
	height: 123px;
	text-align: center;
}

.hamigaki-plus::after {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 123px;
	height: 123px;
	margin: 0 auto;
	content: '';
	background: url('../img/product/img_hamigaki03.png') no-repeat;
	background-size: contain;
}

.hamigaki-col-l {
	float: left;
	width: 430px;
}

.hamigaki-col-r {
	float: right;
	width: 420px;
}

.hamigaki-col-title {
	font-size: 210%;
	font-weight: normal;
	line-height: 1.2;
	padding: 5px 0;
	color: #40545f;
}

.hamigaki-col-title small {
	font-size: 80%;
}

.hamigaki-col-txt {
	font-size: 116%;
	line-height: 1.7;
	color: #323232;
}

.hamigaki-col-img01 {
	margin: 0 0 15px 0;
}

.hamigaki-col-img02 {
	margin: 8px 0;
}

.hamigaki-plus {
	margin: -28px 0 -25px 0;
	text-align: center;
}

/* spec */

.hamigaki-spec {
	padding: 40px 0 40px 0;
}

.hamigaki-spec-img {
	float: left;
	margin: 10px 40px 0 0;
}

.hamigaki-spec-data {
	overflow: hidden;
	zoom: 1;
}

.hamigaki-spec-description {
	font-size: 14px;
	margin: 10px 0 20px 0;
}

.hamigaki-spec-txt {
	line-height: 1.5;
	overflow: hidden;
	zoom: 1;
	margin: 10px 0 30px 0;
	padding: 18px;
	border: 3px solid #e5ecf2;
}

.hamigaki-cont-txt {
	line-height: 1.5;
	overflow: hidden;
	zoom: 1;
	margin: 10px 0 30px 0;
	padding: 10px;
	border: 1px solid #ccc;
}

.hamigaki-spec-red {
	color: #b80271;
}

.hamigaki-spec-bold {
	padding-left: 10px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #666;
}

/* btn */

.hamigaki-btn01 {
	padding: 30px 0;
	text-align: center;
	border-top: 1px dashed #656565;
}

.hamigaki-btn02 {
	text-align: center;
}

.cartjs_product_input_txt {
	width: 50px;
	height: 20px;
}

/* banner */

.hamigaki-banner {
	margin-top: 40px;
	margin-bottom: 40px;
}

.hamigaki-banner a {
	font-family: 'Yu Mincho', 'YuMincho', 'ＭＳ Ｐ明朝', 'MS PMincho','ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'serif';
	font-size: 33px;
	font-weight: normal;
	display: flex;
	width: 1000px;
	height: 80px;
	letter-spacing: .13em;
	color: #c2b9af;
	background: #efefef;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
}

.hamigaki-banner a span {
	font-size: 26px;
	font-weight: normal;
	margin-left: 20px;
	color: #a48b77;
}

.hamigaki-banner a:hover {
	color: #efefef;
	background: #c2b9af;
}

.hamigaki-banner a:hover span {
	color: #6d5c4f;
}

/*.hamigaki-banner {
  background: url(../img/product//banner_off.jpg) 0 0 no-repeat;
  margin-bottom: 40px;
  margin-top: 40px;
  a {
    width: 1000px;
    height: 80px;
    display: block;
    text-indent: -9999px;
    background: url(../img/product/banner_off.jpg) 0 0 no-repeat;
    &:hover {
      background: url(../img/product/banner_on.jpg) 0 0 no-repeat;
    }
  }
}*/

/* ----------------------------------------------------
  seibun
---------------------------------------------------- */

.seibun-wrapper {
	padding: 10px 50px 0 50px;
}

/* title */

.seibun-title {
	padding: 0 0 15px 0;
}

/* table */

.seibun-table {
	margin: 0 0 40px 0;
}

.seibun-table th {
	font-size: 140%;
	width: 240px;
	text-align: center;
	vertical-align: middle;
	color: #436475;
	border: 1px solid #a9c5d1;
	background: #f0f5f9;
}

.seibun-table td {
	font-size: 120%;
	padding: 15px 20px;
	vertical-align: middle;
	color: #323232;
	border: 1px solid #a9c5d1;
}

}

@media screen and (min-width: 769px) {

.sp {
	display: none !important;
}

.banner--kurumu {
	width: 800px;
}

.banner--hamigaki {
	margin: 70px auto 20px;
}

}

@media screen and (min-width: 990px) {

.tab {
	display: none !important;
}

}

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

.pc {
	display: none !important;
}

.banner--kurumu {
	width: 100%;
	margin: 30px auto;
}

.banner--hamigaki {
	margin: 0 auto 30px;
}

.banner img {
	width: 100%;
}

}

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

.tab {
	display: none !important;
}

/* ----------------------------------------------------
  common
---------------------------------------------------- */

/* title */

.page-title01 {
	font-size: 4.93333vw;
	font-weight: 600;
	width: 100%;
	padding: 5.33333vw 0 5.33333vw 0;
	text-align: center;
	color: #41545e;
	background: url(../img_sp/product/bg_title01.png) center center repeat-x;
	background-size: cover;
}

.page-title01 span {
	font-size: 1.33333vw;
	font-weight: 600;
	display: block;
	width: 100%;
	letter-spacing: .2em;
}

.page-title01 img {
	width: auto; /*height: spvw(33);*/
	height: 8.53333vw;
}

.page-title02 {
	font-weight: 500;
	width: 100%;
	padding: 5.33333vw 0 5.33333vw 0;
	text-align: center;
	color: #41545e;
	background: url(../img/product/bg_title02.jpg) center center no-repeat;
	background-size: 491px auto;
	background-size: cover;
}

.page-title02 img {
	width: auto;
	height: 33px;
}

.page-title {
	font-size: 4vw;
	font-weight: 500;
	width: 100%;
	padding: 5.33333vw 0 5.33333vw 0;
	text-align: center;
	color: #41545e;
	background: url(../img_sp/product/bg_title02.jpg) center center no-repeat;
	background-size: cover;
}

.page-title span {
	font-size: 1.33333vw;
	font-weight: 600;
	display: block;
	width: 100%;
	margin-bottom: .66667vw;
	letter-spacing: .2em;
}

.page-title img {
	width: auto; /*height: spvw(33);*/
	height: 8.53333vw;
}

.page-inner {
	margin: 0 auto;
	padding: 10px;
}

/* clearfix */

.clearfix,
.kurumu-item,
.hamigaki-spec {
	*zoom: 1;
}

.clearfix:after,
.kurumu-item:after,
.hamigaki-spec:after {
	font-size: .1em;
	line-height: 0;
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: '.';
}

/* ----------------------------------------------------
  kurumu
---------------------------------------------------- */

/* title */

.kurumu-title {
	font-family: 'Yu Mincho', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho','ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'serif';
	font-size: 4.26667vw;
	font-weight: 500;
	padding: 0 0 2vw 0;
	text-align: center;
	letter-spacing: .2em;
	color: #41545e;
}

.kurumu-title span {
	display: none;
}

/* main */

.kurumu-main {
	margin-bottom: 20px;
	text-align: center;
	border: 1px solid #8c8c8c;
}

.kurumu-main p {
	padding: 0 10px 10px 10px;
	text-align: left;
	color: #323232;
}

.kurumu-main-copy {
	font-size: 4.66667vw;
	font-weight: 500;
	line-height: 1.7;
	width: 100%;
	margin: 2.66667vw 0;
	text-align: center;
	letter-spacing: -.05em;
	color: #41545e;
}

.kurumu-main-lead {
	padding-left: 2.66667vw;
}

.kurumu-main-img {
	padding: 0 !important;
}

.kurumu-main-img img {
	width: 100%;
	height: auto;
}

.kurumu-main-title {
	padding: 10px 0;
}

/* row */

.kurumu-row {
	display: flex;
	padding: 20px 0 10px 0;
	flex-wrap: wrap;
	justify-content: space-between;
}

.kurumu-item {
	margin: 0 0 20px 0;
	border-bottom: 1px dotted #656565;
}

.kurumu-item:last-child {
	margin: 0;
	border-bottom: none;
}

.kurumu-item-img {
	padding: 0 0 10px 0;
	text-align: center;
}

.kurumu-item-data {
	overflow: hidden;
	zoom: 1;
}

.kurumu-item-name {
	font-size: 17px;
	font-weight: 500;
	color: #40545f;
}

.kurumu-item-txt {
	margin: 0 0 10px 0;
	color: #323232;
}

.kurumu-item-spec {
	font-size: 11px;
	line-height: 1.3;
	margin: 0 0 15px 0;
	padding: 10px;
	border: 1px solid #e5ecf2;
}

.kurumu-item-btn {
	width: 60%;
	margin: 0 auto 20px;
}

.kurumu-item-btn a {
	font-size: 14px;
	position: relative;
	display: flex;
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	text-decoration: none;
	color: #40545f;
	border: #9bb4cc solid .13333vw;
	background: #eef6fa;
	align-items: center;
	justify-content: center;
}

.kurumu-item-btn a::after {
	position: absolute;
	top: 41%;
	right: 3%;
	width: 7px;
	height: 7px;
	content: '';
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border: 1px solid;
	border-color: #40545f #40545f transparent transparent;
}

/* btn */

.kurumu-btn {
	padding: 0 0 20px 0;
}

/* ----------------------------------------------------
  shop
---------------------------------------------------- */

/* table */

#shop.page-inner {
	padding-top: 6.66667vw;
}

.shop-table {
	margin: 0 auto 20px auto;
}

.shop-table table {
	width: 100%;
}

.shop-table th {
	line-height: 1.5;
	width: 75px;
	text-align: center;
	vertical-align: middle;
	color: #323232;
	border: 1px solid #a9c5d1;
	border-left: none;
	background: #f0f5f9;
}

.shop-table td {
	line-height: 1.5;
	padding: 10px;
	vertical-align: middle;
	color: #323232;
	border: 1px solid #a9c5d1;
	border-right: none;
}

.shop-table td a {
	text-decoration: none;
	color: #323232;
}

.shop-table td a:hover {
	text-decoration: underline;
}

.shop-table td span {
	display: block;
	color: #656565;
}

.shop-table-title {
	font-size: 18px;
	font-weight: normal;
	line-height: 1;
	position: relative;
	display: flex;
	padding: 0 0 10px 0;
	justify-content: flex-start;
	align-items: center;
}

.shop-table-title::before {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 6px;
	content: '';
	border: solid 3px #0075b5;
	border-radius: 20px;
	background: #fff;
}

/* img */

.shop-img {
	padding: 0 0 20px 0;
	text-align: center;
}

.shop-img img {
	width: 100%;
	height: auto;
}

/* col */

.shop-title {
	font-family: 'Yu Mincho', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho','ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'serif';
	font-size: 4vw;
	font-weight: 500;
	padding: 0 0 6vw 0;
	text-align: center;
	letter-spacing: .2em;
	color: #41545e;
}

.shop-lead {
	font-size: 4.26667vw;
	font-weight: 500;
	line-height: 1.5;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	letter-spacing: .05em;
	color: #41545e;
}

.shop-col {
	margin: 0 auto;
	color: #323232;
}

.shop-col p {
	padding: 15px 0 0 0;
}

.shop-col-photo {
	overflow: hidden;
	zoom: 1;
	margin: 20px 0 15px 0;
}

.shop-col-photo li {
	margin: 0 0 10px 0;
	text-align: center;
}

/* map */

.shop-map {
	position: relative;
	margin: 0 auto;
	color: #323232;
}

.shop-map iframe {
	height: 42.66667vw;
}

.shop-map p {
	margin: 3px 0 0 0;
}

.shop-map-link {
	padding: 3px 0 20px 0;
}

.shop-map-link a {
	position: relative;
	display: flex;
	padding: 7px 0;
	text-align: center;
	text-decoration: none;
	color: #40545f;
	border: 1px solid #40545f;
	background: #f7f7f7;
	justify-content: center;
	align-items: center;
}

.shop-map-link a::after {
	position: absolute;
	top: 41%;
	right: 10px;
	display: block;
	width: 6px;
	height: 6px;
	content: '';
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: solid .13333vw #374954;
	border-right: solid .13333vw #374954;
}

.shop-map-link a::before {
	position: absolute;
	top: 41%;
	right: 15px;
	display: block;
	width: 6px;
	height: 6px;
	content: '';
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: solid .13333vw #374954;
	border-right: solid .13333vw #374954;
}

/* ----------------------------------------------------
  hamigaki
---------------------------------------------------- */

/* title */

.hamigaki-title {
	font-family: 'Yu Mincho', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho','ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'serif';
	font-size: 4vw;
	font-weight: 500;
	padding: 0 0 2vw 0;
	text-align: center;
	letter-spacing: .2em;
	color: #41545e;
}

/* main */

.hamigaki-main {
	margin: 0 0 5.33333vw 0;
	border: 1px solid #8c8c8c;
}

.hamigaki-main p {
	padding: 0 2.66667vw 2.66667vw 2.66667vw;
	color: #323232;
}

.hamigaki-main-copy {
	font-size: 4vw;
	font-weight: 500;
	width: 100%;
	margin: 2.66667vw 0;
	text-align: center;
	color: #41545e;
}

.hamigaki-main-lead {
	padding-left: 2.66667vw;
}

.hamigaki-main-img {
	padding: 0 !important;
}

.hamigaki-main-img img {
	width: 100%;
	height: auto;
}

.hamigaki-main-title {
	font-weight: 500;
	padding: 15px 0;
	text-align: center;
}

.hamigaki-main-subtitle {
	font-weight: 500;
	padding: 1px 10px;
	color: #31424d;
}

/* row */

.hamigaki-row {
	margin: 0 0 20px 0;
	padding: 10px 15px 5px 15px;
	border-radius: 5px;
	background: #e6f0fa;
}

.hamigaki-row-title {
	font-size: 4.26667vw;
	font-weight: normal;
	padding: 0vw 0 1.06667vw 0;
	text-align: center;
	color: #41545e;
}

.hamigaki-col-title {
	font-size: 3.86667vw;
	font-weight: 500;
	padding: 0 0 1.33333vw 0;
	color: #40545f;
}

.hamigaki-col-txt {
	margin: 0 0 10px 0;
	color: #323232;
}

.hamigaki-col-img01,
.hamigaki-col-img02 {
	width: 100%;
	margin: 0 0 10px 0;
	text-align: center;
}

.hamigaki-plus {
	position: relative;
	padding: 2vw;
	text-align: center;
}

.hamigaki-plus::after {
	position: absolute;
	top: -8vw;
	right: 0;
	left: 0;
	width: 14.93333vw;
	height: 14.93333vw;
	margin: 0 auto;
	content: '';
	background: url('../img_sp/product/img_hamigaki04.png') no-repeat;
	background-size: contain;
}

/* spec */

.hamigaki-spec {
	padding: 20px 0 20px 0;
	border-top: 1px dotted #656565;
	border-bottom: 1px dotted #656565;
}

.hamigaki-spec-img {
	width: 100%;
	margin: 0 0 10px 0;
	text-align: center;
}

.hamigaki-spec-txt {
	font-size: 11px;
	line-height: 1.3;
	overflow: hidden;
	zoom: 1;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px;
	border: 2px solid #e5ecf2;
}

/* line 229, sass/product.scss */

.hamigaki-cont-txt {
	line-height: 1.5;
	overflow: hidden;
	zoom: 1;
	margin: 10px 0 30px 0;
	padding: 10px;
	border: 1px solid #ccc;
}

/* line 229, sass/product.scss */

.hamigaki-spec-bold {
	padding-left: 10px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #666;
}

/* line 229, sass/product.scss */

.hamigaki-spec-red {
	color: #b80271;
}

/* btn */

.hamigaki-btn01 {
	padding: 20px 0;
	text-align: center;
}

.hamigaki-btn02 {
	padding: 0 0 20px 0;
	text-align: center;
}

.hamigaki-btn02 img {
	width: 100%;
	height: auto;
}

/* banner */

.hamigaki-banner {
	width: 100%;
	margin-top: 5.33333vw;
	margin-bottom: 5.33333vw;
	text-align: center; /*a {
    width: 100%;
    height: auto;
    display: block;
    text-indent: -9999px;
    height: spvw(58);
    border: spvw(1) solid #8C8C8C;
    background: url(../img_sp/product//banner_on.jpg) spvw(-1) 0  no-repeat;
    background-size: cover;
    box-sizing: border-box;
    &:hover {
      background: url(../img_sp/product//banner_on.jpg) 0 0 no-repeat;
      background-size: contain;
    }
  }*/
}

.hamigaki-banner a {
	font-family: 'Yu Mincho', 'YuMincho', 'ＭＳ Ｐ明朝', 'MS PMincho','ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'serif';
	font-size: 2.93333vw;
	font-weight: normal;
	display: flex;
	width: 100%;
	height: 8vw;
	text-decoration: none;
	letter-spacing: .13em;
	color: #c2b9af;
	border: solid #c2b9af .13333vw;
	background: #efefef;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
}

.hamigaki-banner a span {
	font-size: 1.33333vw;
	font-weight: normal;
	margin-left: 2.66667vw;
	color: #a48b77;
}

.hamigaki-banner a:hover {
	color: #efefef;
	background: #c2b9af;
}

.hamigaki-banner a:hover span {
	color: #6d5c4f;
}

.hamigaki-banner-img {
	padding: 0 !important;
}

.hamigaki-banner-img img {
	width: 100%;
	height: auto;
}

.cartjs_product_input_txt {
	box-sizing: border-box !important;
	width: 50px;
	padding: 5px 10px !important;
}

/* ----------------------------------------------------
  seibun
---------------------------------------------------- */

.seibun-wrapper {
	padding: 0 0 20px 0;
}

/* title */

.seibun-title {
	padding: 0 0 10px 0;
}

/* table */

.seibun-table {
	width: 100%;
	margin: 0 0 15px 0;
}

.seibun-table th {
	font-size: 13px;
	padding: 7px 0;
	text-align: center;
	vertical-align: middle;
	color: #40545f;
	border: 1px solid #a9c5d1;
	background: #f0f5f9;
}

.seibun-table td {
	padding: 10px;
	vertical-align: middle;
	color: #323232;
	border: 1px solid #a9c5d1;
}

}

