/*------------------------------------------
common
-------------------------------------------*/
*,
*:before,
*:after {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

ul,
ol {
	list-style: none;
}

a {
	color: #999;
	position: relative;
	display: inline-block;
	transition: all .3s ease 0s;
	text-decoration: none;
}
body.nocolor .content a {
	color: #000;
	}
body.nocolor .content p.btn a {
	color: #FFF;
	font-weight:bold;
	}
	
body.nocolor .content hover:a {
	color: #ccc;
	}


a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0;
}

a:hover {
	cursor: pointer;
	opacity: 0.8;
}

img {
	width: 100%;
	object-fit: contain;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

html {
	background-color: #fff;
	font-family: sans-serif;
	-webkit-font-smoothing: antialiased;
	font-family: 'Arial', "Hiragino Kaku Gothic ProN", "Hiragino Sans", 'ヒラギノ角ゴ ProN W3', Meiryo, YuGothic, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
	letter-spacing: .05em;
	color: #4d4948;
	overflow-x: hidden;
	word-wrap: break-word;
	text-align: justify;
	text-justify: inter-character;
}

input,
button,
textarea {
	border: none;
	outline: none
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	padding: 0;
	border-style: none
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText
}

input:valid {
	background: transparent;
}

.btn-wrapper,
.wtbtn-wrapper {
	text-align: center;
	padding: 1.5em 0;
}

.blbtn-wrapper {
	padding: 1.5em 0;
}

.btn {
	height: 50px;
	transition-duration: .3s;
	box-shadow: 0 4px 7px 0 rgba(0, 0, 0, .3);
	/*background-color: #7db4e6;*/
	background-color: #7ccef4;
	text-align: center;
	line-height: 50px;
	padding: 0 1.5em;
	display: inline-block;
}

.btnbl {
	background-color: #494845;
}

.btn a {
	color: #fff;
	transition-duration: .3s;
	display: block;
	font-weight: 500;
}
.clr{    
	clear: both;
    float: none;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: 0 -1px -1px 0;
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
	}


/*.btn a:hover {
	transform: scale(1.1)
}*/

.wtbtn-wrapper {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}

.wtbtn {
	width: 49%;
	background-color: #fff;
	padding: 0 .5em;
}

.wtbtn a {
	color: #283135;
	font-weight: bold;
	font-size: 14px;
}


.wtbtn.back_g {
	background-color: #7ccef4;
}

.wtbtn.back_g a {
	color: #fff;
}
@media screen and (min-width: 769px) {
	.wtbtn.back_g {
		width: 70%;
		margin-left:auto;
		margin-right:auto;
		padding: 0 .5em;

	}
	.wtbtn.back_g a {
		font-size: 20px;
	}
}


.like-point a {
	/*color: #7db4e6;*/
	color: #0069ab;
	text-decoration: underline;
	text-decoration: none;
	background-image: linear-gradient(to right, #0069ab, #43cea2);
	background-repeat: no-repeat;
	background-size: 100% 5%;
	line-height: 24px;
	padding-bottom: 6px;
	background-position: bottom;
	transition: all 0.25s ease-in;
	display: inline;
}

.like-point-img {
	width: 21px;
	vertical-align: bottom;
	margin-right: .5em;
	display: inline;
}

@media screen and (min-width: 860px) {
	.btn {
		height: 48px;
		line-height: 48px;
		padding: 0 2.5em;
		border-radius: 25px;
	}

	.wtbtn-wrapper {
		display: block;
	}

	.wtbtn {
		width: 240px;
		background-color: #fff;
		padding: 0;
		margin: 0.8em;
	}
}

.blbtn {
	background-color: #f7f7f7;
	border: solid 0.5px #adadad;
	box-shadow: none;
	height: 50px;
	letter-spacing: 0;
	line-height: 50px;
	padding: 0 1em;
	margin-bottom: 1em;
	display: inline-block;

}
.blbtn.outlet {
	background-color: #FFF;
	border: solid 0.5px #000;
}
.blbtn.outlet.pad {
	width:20em;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	display: block;	
}


.blbtn_maker {
	background-color: #f7f7f7;
	border: solid 0.5px #adadad;
	box-shadow: none;
	/*height: 50px;*/
	letter-spacing: 0;
	/*line-height: 50px;*/
	line-height: 1.5em;
	padding: 1em 1.5em;
	margin-bottom: 1em;
	display: inline-block;

}


.blbtn a {
	color: #283135;
	font-weight: bold;
}
.blbtn_maker a {
	color: #283135;
	font-weight: bold;
}


input[type="submit"] {
	font-size: 18px;
	/*background-color: #7db4e6;*/
	background-color: #7ccef4;
	color: #fff;
	font-weight: bold;
	border-radius: 25px;
	width: 220px;
}

input[type="submit"]:hover {
	opacity: 0.8;
}

.share-btn {
	transition-duration: .3s;
	box-shadow: 0 5px 14px 0 rgba(0, 0, 0, .1);
}

.share-btn a {
	transition-duration: .3s;
	display: block;
	color: #4d4948;
}

.share-btn-circle {
	display: inline-block;
	height: 50px;
	/*width: 50px;*/
	width: 47px;
	border-radius: 25px;
}

.share-btn-circle a {
	font-size: 1.2em;
	line-height: 50px;
	text-align: center;
}

.red {
	color: red;
}

.bggray {
	background-color: #eaeaea;
	background-color: #f0f0f0;
	padding: 1em;
}

.large {
	font-size: 1.2em;
	line-height: 2;
}

.small {
	font-size: 0.8em;
}

.square:before {
	content: "◆";
	color: red;
	line-height: 2;
}

.center {
	text-align: center;
}

.flex {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}

.flex-inner-50 {
	width: 50%;
	padding-right: 0.5em;
}

.flex-inner-50:nth-child(2n) {
	padding-right: 0;
	padding-left: 0.5em;
}

.flex-inner-25 {
	width: 24.2%;
	margin-right: 1%;
	box-shadow: 0 4px 7px 0 rgba(0, 0, 0, .3);
}

.flex-inner-25:nth-child(4n) {
	margin-right: 0;
}

/*------------------------------------
breadcrumb
----------------------------------*/
.cp-breadcrumb *,
.cp-breadcrumb *:after,
.cp-breadcrumb *:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cp-breadcrumb {
	margin: .5em 0;
	line-height: 16px;
}

.cp-breadcrumb a {
	text-decoration: none;
	color: #adadad;
	font-size: 10px;
	font-family: 'Arial', '小塚ゴシック Pro', 'Kozuka Gothic Pro', sans-serif;
}

.cp-breadcrumb img.home {
	width: 11px;
	margin-right: 6px;
	vertical-align: middle;
}

@media screen and (min-width: 1020px) {
	.cp-breadcrumb {
		margin: 2em 0 1em;
		line-height: 16px;
	}

	.cp-breadcrumb a {
		font-size: 12px;
	}
}

@media screen and (min-width: 1366px) {
	.cp-breadcrumb a {
		font-size: 14px;
	}
}

.cp-breadcrumb .breadcrumbs {
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	display: flex;
	flex-wrap: wrap;
}

.cp-breadcrumb li {
	display: inline-block;
	position: relative;
	padding-right: 18px;
	margin-right: 8px;
}

.cp-breadcrumb li::before {
	content: '▶︎';
	width: 2em;
	height: 0.5em;
	line-height: 1;
	text-align: center;
	font-size: .3em;
	color: #adadad;
	position: absolute;
	top: 40%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);

}

.cp-breadcrumb li:last-child {
	margin-right: 0;
	padding-right: 0;
}

.cp-breadcrumb li:last-child a {
	/*color: #4d4948;*/
	color: #333;
}

.cp-breadcrumb li:last-child::before {
	content: normal;
}

/*-------------------------------------------------------
font base
--------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1 {
	font-family: "Noto Sans JP";
	font-weight: 600;
	clear: both;
	margin: 0
}

h2 {
	font-family: 'Vollkorn', "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "Sawarabi Mincho", "メイリオ", "Meiryo", serif;
	font-size: 38px;
	line-height: 38px;
	padding-bottom: 0.5em;
}

h2 span {
	font-size: 16px;
}
h1.outlet {
	font-family: 'Vollkorn', "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "Sawarabi Mincho", "メイリオ", "Meiryo", serif;
	font-size: 38px;
	line-height: 38px;
	padding-bottom: 0.5em;
}

h1.outlet span {
	font-size: 16px;
}

h2.maker_h2 {
		font-size: 20px;
		line-height: 26px;
		padding-bottom: 0.5em;
		font-family: 'Arial', '小塚ゴシック Pro', 'Kozuka Gothic Pro', sans-serif;
}
h2.maker_h2 span{
		font-size: 16px;
		font-weight:400;
}
@media screen and (min-width: 768px) {
	h2 {
		font-size: 42px;
		line-height: 36px;
		padding-bottom: 0.5em;
		font-family:
	}
	

	h2 span {
		font-size: 16px;
	}
	h1.outlet {
		font-size: 42px;
		line-height: 36px;
		padding-bottom: 0.5em;
		font-family:
	}
	

	h1.outlet span {
		font-size: 16px;
	}

}

h3 {
	color: #000;
	margin-bottom: 1.2em;
}

h3 span {
	position: relative;
	padding: 1.5rem 0 0.5rem;
}
@media screen and (min-width: 421px) {
	h3 span {
		border-bottom: 3px solid #000;
	}
	.pc_hidden{
		display: none;
	}
	.blbtn.two{
	height: 60px;	
	line-height: 20px;
	padding-top:10px;
	padding-bottom:10px;
}
}
@media screen and (max-width: 420px) {

	.sp_hidden{
		display: none;
	}
	
}
/*h3 span {
	position: relative;
	padding: 1.5rem 2rem;
	border-bottom: 3px solid #000;
	border-left: 3px solid #000;
	border-radius: 0 0 0 20px;
	font-size: 21px;
	margin-bottom: 1rem;
	max-width: 600px;
	display: block;
}

h3 span:before {
	position: absolute;
	right: 50px;
	bottom: -21px;
	width: 0;
	height: 0;
	content: '';
	border-width: 21px 21px 0 0;
	border-style: solid;
	border-color: #000 transparent transparent transparent;
}

h3 span:after {
	position: absolute;
	right: 54px;
	bottom: -14px;
	width: 0;
	height: 0;
	content: '';
	border-width: 14px 14px 0 0;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
}*/

h4 {
	position: relative;
	background: #eef1f2;
	font-size: 21px;
	padding: 15px 0 15px 28px;
	margin: 1em 0;
	line-height: 28px;
}

h4:before {
	position: absolute;
	top: 15%;
	left: 10px;
	width: 6px;
	height: 70%;
	content: '';
	opacity: .2;
	-ms-filter: "alpha(opacity=20)";
	border-radius: 6px;
	background: #5f7276;
}

h5 {
	font-size: 21px;
	line-height: 32px;
	padding-left: 1em;
	position: relative;
	margin-top: 1em;
	margin-bottom: 1em;
}

@media screen and (min-width: 768px) {
	h5 {
		margin-left: 16px;
	}
}

h5:before {
	position: absolute;
	top: 25%;
	left: 0;
	width: 6px;
	height: 60%;
	content: '';
	border-radius: 6px;
	background: #283135;
}

.tab {
	position: relative;
	margin: 3em auto;
	padding: 1.2em 1em 1em;
	width: 100%;
	border: 3px double #283135;
}

.tab-title {
	position: absolute;
	display: inline-block;
	top: -32px;
	left: -3px;
	padding: 0 10px;
	height: 29px;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	background-color: #283135;
	border: 1px solid #283135;
	border-radius: 4px 4px 0 0;
}

.marker {
	background: linear-gradient(transparent 20%, #ff6 20%);
}

.b {
	font-weight: bold;
}

p.lp {
	line-height: 1.95;
	font-size: 17px;
}

@media screen and (max-width: 768px) {
	p.lp {
		padding-bottom: 1em;
	}
}

@media screen and (min-width: 768px) {
	p.lp {
		padding: 0 1em;
	}
}

.paragraph {
	padding-bottom: 1em;
}

/*-----------------------------------------
global-navi
PC::left 6vw right auto/ SP::left 20px right 20px
-------------------------------------------*/
#header-wrapper {
	border-bottom: 1px solid #cdcdcd;
	box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, 0.1);
	height: 90px;
	width: 100vw;
	position: fixed;
	position: sticky;
	top: 0;
	font-weight: 500;
	background-color: #fff;
	z-index: 9999;
}

.header-flex {
	width: 95vw;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}

.logo {
	/*flex: 0 1 264px;*/
	padding: 6px 1vw 8px 5vw;
}

.logo h1 {
	font-size: 28px;
	line-height: 26px;
}
.logo .h1 {
	font-size: 28px;
	line-height: 26px;
}

.logo span {
	font-size: 11px;
	font-weight: 400;
}
.logo .h1 span {
	font-size: 11px;
	font-weight: 400;
}


.logo .nakatsu {
	width: 220px;
}
h1.maker_h1{
	font-size:1em;
	font-weight:400;
	margin-bottom:1em;
	}

.header-flex nav .menu {
	margin-left: auto;
	flex: auto;
}

.header-flex ul.menu {
	padding-top: 32px;
}

#header-wrapper nav ul.menu li {
	padding: 0 0.3vw;
	display: inline-block
}

#header-wrapper nav ul.menu li:nth-child(7) {
	padding-right: 2.8vw;
}

#header-wrapper nav ul.menu li a {
	color: #666;
	font-family: "Noto Sans JP";
}

/*------contact icon PC-------*/
ul.contact li.mail,
ul.contact li.freedial {
	background-color: #f7f7f7;

}

ul.contact li.line {
	background-color: #ededed;
}

ul.contact li a {
	display: block;
}

ul.contact li img {
	width: 58px;
	height: 68px;
	padding-left: 12px;
	padding-right: 12px;
	margin-bottom: 0;
}

@media screen and (min-width: 1020px) {
	ul.contact {
		position: fixed;
		top: 42%;
		left: 0;
		z-index: 100;
		line-height: 0;
	}
}

/*------contact icon SP-------*/
@media screen and (max-width: 1020px) {
	ul.contact {
		display: -webkit-flex;
		display: flex;
		margin-top: 0;
	}

	ul.contact li img {
		width: 65px;
		height: 65px;
		padding-left: 18px;
		padding-right: 18px;
	}

	.header-flex ul.menu {
		padding-top: 3vh;
	}
	.sp_contact ul.contact{
		display:block;
		position: fixed;
		top: 65%;
		left: 0;
		z-index: 100;
		line-height: 0;
		}
}

/*------global-navi SP------*/
@media screen and (max-width: 1020px) {
	#header-wrapper nav {
		position: fixed;
		top: 0;
		right: -300px;
		width: 300px;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.8);
		font-size: 16px;
		box-sizing: border-box;
		z-index: 2
	}

	#header-wrapper {
		border-bottom: none;
		box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, 0.1);
		height: 65px;
		width: 100vw;
		position: fixed;
		position: sticky;
		font-weight: 500;
	}

	.header-flex {
		width: 100vw;
	}

	.logo {
		flex: auto;
		padding: 8px 0 0 20px;
	}

	.logo h1 {
		font-size: 18px;
		line-height: 18px;
	}
	.logo .h1 {
		font-size: 18px;
		line-height: 18px;
	}
	.logo span {
		font-size: 10px;
	}

	.logo .nakatsu {
		width: 194px;
	}

	#header-wrapper nav ul.menu li {
		font-size: 14px;
		padding: 0 0;
	}

	#header-wrapper nav ul.menu li {
		display: block;
		line-height: 28px;
		padding: 8px 16px;
	}

	#header-wrapper nav ul.menu li a {
		color: #fff
	}

	#header-wrapper .btn-gnavi {
		position: fixed;
		top: 20px;
		right: 20px;
		width: 30px;
		height: 24px;
		z-index: 3;
		box-sizing: border-box;
		cursor: pointer;
		-webkit-transition: all 400ms;
		transition: all 400ms
	}

	#header-wrapper .btn-gnavi span {
		position: absolute;
		width: 30px;
		height: 4px;
		background: #666;
		border-radius: 2px;
		-webkit-transition: all 400ms;
		transition: all 400ms
	}

	#header-wrapper .btn-gnavi span:nth-child(1) {
		top: 0
	}

	#header-wrapper .btn-gnavi span:nth-child(2) {
		top: 10px
	}

	#header-wrapper .btn-gnavi span:nth-child(3) {
		top: 20px
	}

	#header-wrapper .btn-gnavi.open {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
	}

	#header-wrapper .btn-gnavi.open span {
		background: #666;
	}

	#header-wrapper .btn-gnavi.open span {
		width: 24px;
	}
}

/*----------------------------------------------------------
------------------------------------------------------------
search CSS///検索アイコンイメージとCSSのみ適用しております。
------------------------------------------------------------
------------------------------------------------------------*/
.search img {
	width: 1.4vw;
	margin-left: 2.5vw;
}

.search {
	border-left: solid 1px #666;
	line-height: 10px;
}

@media screen and (max-width: 1020px) {
	.search img {
		width: 20px;
		margin-left: 0;
		margin-bottom: 6px;
	}

	.search {
		border-left: none;
		background-color: #fff;
		margin: 10px 10px;
		border-radius: 2px;
	}
}

/*---------------------------------------
footer
-----------------------------------------*/
/*------tel contact------------------------*/
.tel-contact {
	background-color: #454545;
	color: #fff;
	text-align: center;
	padding: 1em 0;
	line-height: 1.75;
}

.tel-contact-info:before {
	content: ">";
	padding-right: 2em;
}

.tel-contact-tel {
	font-size: 32px;
	line-height: 50px;
	font-weight: bold;
	letter-spacing: 2px;
	font-family: serif;
}

img.tel-contact-img {
	width: 40px;
	height: 50px;
	padding-right: 8px;
}

@media screen and (min-width: 1020px) {
	.tel-contact-p p {
		display: inline-block;
		vertical-align: middle;
	}

	.tel-contact-p p:first-child {
		padding-right: 2em;
	}
}

/*-----------back to pagetop--------------------*/
.pagetop {
	display: none;
	position: fixed;
	right: 15px;
	bottom: 60px;
	z-index: 1000;
}

.pagetop a {
	display: block;
	font-size: 0;
	width: 50px;
	height: 50px;
	text-align: center;
	background: #7db4e6;
	background: #283135;
	line-height: 50px;
}

.pagetop a i {
	font-size: 20px;
	color: #fff;
	line-height: 50px;
}

/*------footer------------------------*/
footer {
	background-color: #333333;
	color: #fff;
	margin: 0 auto;
}

footer a {
	color: #fff;
	font-size: 11px;
	line-height: 2.5;
}

.footer1 .footer-menu {
	display: -webkit-flex;
	display: flex;
	padding: 10px 0;
}

.footer1 .footer-menu ul {
	width: 48%;
	justify-content: space-between;
}

@media screen and (min-width: 1020px) {
	.footer1 .footer-menu ul {
		padding-left: 2vw;
	}
}

@media screen and (min-width: 1366px) {
	.footer1 .footer-menu ul {
		padding-left: 4vw;
	}
}

.footer-logo img {
	width: 50%;
	padding: 40px 0 10px;
}

.footer1 .footer-menu ul {
	-webkit-flex: 1;
	flex: 1;
}

.company-info {
	font-family: serif;
	padding-bottom: 20px;
}

p.footer-tel {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1.5px;
}

.footer2 {
	text-align: center;
}

.footer2 img {
	width: 25px;
	vertical-align: middle;
	margin: 2em 1em 1em;
}

.footer3 {
	font-size: 14px;
	text-align: center;
	padding: 0.5em;
}

@media screen and (min-width: 720px) {
	h1.maker_h1{
	margin-left:2.5em;
	}

	p.footer-tel {
		font-size: 28px;
		font-weight: bold;
	}

	.footer1 {
		display: -webkit-flex;
		display: flex;
		padding: 10px 0;
		width: 100%;
	}

	.footer1 .footer-menu {
		width: 100%;
		padding-top: 3em;
		padding-left: 1em;
	}

	.footer1 .footer-menu ul li a {
		font-size: 14px;
	}

	.footer-logo img {
		padding: 40px 0 40px;
	}

	.footer2 img {
		width: 35px;
		vertical-align: middle;
		margin: 3em 2em 1em;
	}

	footer .content-wrapper {
		padding-left: 1em;
	}
}

/*------------------------------------------------------
body layout base
PC::　<1020 left 6vw right auto
SP::  >1020 left 20px right 20px

1: full 0 auto
2: content PC::91vw  /  SP::pd20px
3: icon PC::1/4  /  SP::1/3
4: onethree PC::1/4（1.5：1：1：1） /  SP::1＋3
5: sixfour PC::1/2(6:4)  / SP::1
6: fifty-fifty PC::1/1  / SP::1
--------------------------------------------------------*/
@media screen and (min-width: 1020px) {

	.full-wrapper,
	.content-wrapper,
	.icon-wrapper,
	.icon-wrapper .icon,
	.three-item-wrapper,
	.three-item-wrapper .icon,
	.one-three,
	.one-three .item,
	.one-three .three-item-wrapper,
	.six-four,
	.six-four,
	.six-four .content1,
	.six-four .content2,
	.fifty-fifty-wrapper {
		padding: 0;
	}
}

.f760 {
	max-width: 760px;
	margin: 0 auto;
}

.bgf7f7f7 {
	background-color: #f7f7f7;
}

.pdt {
	padding-top: 1em;
}

.pdb {
	padding-bottom: 1em;
}

/*1: full container*/
.full-wrapper {
	margin: 0 auto;
}

/*2: content fullnest PC::91vw SP::pd20px*/
.content-wrapper {
	margin: 0 10px;
}

@media screen and (min-width: 768px) {
	.content-wrapper {
		margin: 0 20px;
	}
}

.content {
	margin: 0 auto;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}

@media screen and (min-width: 1020px) {
	.content-wrapper {
		margin: 0 8vw;
	}

	.content {
		margin: 0 auto;
		max-width: 1107px;
	}
}

/*3: icon full>contentnest PC::1/4  /  SP::1/3*/
.icon-wrapper {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.icon-wrapper .icon {
	/*width: 33%;*/
	padding: 8px;
	word-wrap: normal;
	text-justify: none;
	text-align: center;
}
@media screen and (max-width: 767px) {
	body.outlet .icon-wrapper .icon {
		width: 33%;
	}
	body.brand .icon-wrapper .icon {
		width: 50%;
	}
	.content .icon-wrapper .icon{width: 33%;} 

}
.icon-wrapper .icon a {
	font-size: 12px;
	line-height: 1.6;
}


@media screen and (min-width: 1020px) {
	.icon-wrapper .icon {
		width: 25%;
		padding: 16px;
	}
}


.center-icon-wrapper .icon-wrapper .icon p {
	max-width: 115px;
	/*white-space: nowrap;*/
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
}

.center-icon-wrapper .icon-wrapper .icon img {
	text-align: center;
	vertical-align: middle;
	width: 115px;
	height: 115px;
	object-fit: cover;
}

@media screen and (max-width: 375px) {
	.center-icon-wrapper .icon-wrapper .icon p {
		max-width: 106px;
		/*white-space: nowrap;*/
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.center-icon-wrapper .icon-wrapper .icon img {
		text-align: center;
		vertical-align: middle;
		width: 106px;
		height: 106px;
		object-fit: cover;
	}
}

@media screen and (min-width: 760px) {
	.center-icon-wrapper .icon-wrapper .icon img {
		width: 220px;
		height: 220px;
	}

	.center-icon-wrapper .icon-wrapper .icon p {
		max-width: 220px;
		font-size: 14px;
	}
}

@media screen and (min-width: 1020px) {
	.center-icon-wrapper .icon-wrapper .icon img {
		width: 200px;
		height: 200px
	}

	.center-icon-wrapper .icon-wrapper .icon p {
		max-width: 200px;
	}
}

@media screen and (min-width: 1366px) {
	.center-icon-wrapper .icon-wrapper .icon img {
		width: 220px;
		height: 180px
	}

	.center-icon-wrapper .icon-wrapper .icon p {
		max-width: 220px;
	}
}

/*4: onethree full>contentnest PC::1/4（1.5：1：1：1） /  SP::1＋3*/
.three-item-wrapper {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-flow: row wrap;
}

.three-item-wrapper .icon {
	width: 33%;
}

.three-item-wrapper:after {
	content: "";
	display: block;
	width: 33%;
}

.three-item-wrapper .icon {
	flex-basis: 31%;
}

@media screen and (min-width: 1020px) {
	.one-three {
		display: -webkit-flex;
		display: flex;
		flex-flow: row wrap;
	}

	.one-three .item {
		-webkit-flex: 1.2;
		flex: 1.2;
	}

	.one-three .three-item-wrapper {
		-webkit-flex: 3;
		flex: 3;
	}
}

@media screen and (min-width: 1020px) {
	.three-item-wrapper .center-icon-wrapper .icon-wrapper {
		margin-left: 2em;
	}

	.three-item-wrapper .center-icon-wrapper .icon-wrapper .icon img {
		width: 190px;
		height: 170px;
	}

	.three-item-wrapper .center-icon-wrapper .icon-wrapper .icon p {
		max-width: 190px;
	}
}

@media screen and (min-width: 1366px) {
	.three-item-wrapper .center-icon-wrapper .icon-wrapper .icon img {
		width: 220px;
		/*height: 220px*/
		height: 190px
	}

	.three-item-wrapper .center-icon-wrapper .icon-wrapper .icon p {
		max-width: 220px;
		height: 3em;
	}
}

/*5: sixfour fullnest PC::1/2(6:4)  / SP::1*/
.six-four {
	padding: 0 20px;
}

@media screen and (min-width: 1020px) {
	.six-four {
		display: -webkit-flex;
		display: flex;
		padding: 0;
	}

	.six-four .content1 {
		-webkit-flex: 6;
		flex: 6;
		padding-left: 8vw;
	}

	.six-four .content2 {
		-webkit-flex: 4;
		flex: 4;
		padding-right: 8vw;
	}
}

/*6: fifty-fifty PC::1/1  / SP::1*/
@media screen and (min-width: 760px) {
	.fifty-fifty-wrapper {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-top: 1em;
	}

	.fifty {
		width: 50%;
	}
	.fifty2 {
		width: 100%;
		padding-bottom:3em;
	}

	.fifty2 .category-wrapper {
		width: 45%;
		float:left;
		margin-left:1.5em;
		margin-right:1.5em;
	}


	.fifty-left {
		padding: 0 2em 2.5em 1em;
	}

	.fifty-right {
		padding: 0 1em 2.5em 2em;
	}
}

/*-----------------------------------------------------
form
-------------------------------------------------------*/
.form-item {
	margin-bottom: 1em;
}
.form-item img{max-width:130px;}
.label-danger {
	background-color: #7db4e6;
	color: #fff;
	padding: 0.15em;
	padding-bottom: 0.4em;
	border-radius: 4px 4px 0 0;
	font-size: 0.9em;
}

span.label-comment {
	line-height: 1.65;
	padding-left: 1em;
}

textarea,
input[type="tel"],
input[type="text"],
input[type="email"],
input[type="number"] {
	font-family: "Noto Sans JP";
	width: 100%;
	padding: 10px 15px;
	font-size: 14px;
	font-size: 1.4rem;
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
}

input[type="text"].zip {
	width: 220px;
}

textarea {
	height: 100px;
}

/* フォーカス時の色変更 */
textarea:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="number"]:focus {
	border: 1px solid #7db4e6;
}

/* チェックボックス */
.form-checkbox label {
	position: relative;
	display: inline-block;
	cursor: pointer;
	padding: 6px 5px 8px 30px;
	font-size: 1em;
}

input:required {
	background: #e6efff;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
	color: #ccc;
	font-size: 12px;
	font-size: 1.2rem;
}

/* Firefox 18- */
:-moz-placeholder {
	color: #ccc;
	opacity: 1;
	font-size: 12px;
	font-size: 1.2rem;
}

/* Firefox 19+ */
::-moz-placeholder {
	color: #ccc;
	opacity: 1;
	font-size: 12px;
	font-size: 1.2rem;
}

/* IE 10+ */
:-ms-input-placeholder {
	color: #ccc;
	font-size: 12px;
	font-size: 1.2rem;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}

@media screen and (min-width: 860px) {
	label {
		font-family: "Noto Sans JP";
		font-size: 14px;
		font-size: 1.1rem;
		letter-spacing: 0;
	}

	.label-danger {
		font-size: 12px;
		background-color: #fff;
		color: red;
		padding: 0;
		padding-bottom: 0;
	}

	.label-danger:before {
		content: "("
	}

	.label-danger:after {
		content: ")"
	}

	/* フォーカス時の色変更 */
	textarea:focus,
	input[type="tel"]:focus,
	input[type="email"]:focus,
	input[type="text"]:focus,
	input[type="number"]:focus {
		border: 2px solid #7db4e6;
	}

	textarea,
	input[type="tel"],
	input[type="text"],
	input[type="email"] {
		padding: 14px 1em;
		font-size: 1em;
		border: 1px solid #ccc;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-ms-border-radius: 4px;
		border-radius: 4px;
	}

	.form-checkbox {
		line-height: 1em;
		width: 100%;
		padding-top: 0.5em;
	}

	.form-checkbox label {
		position: relative;
		display: inline-block;
		padding: 1em 0 0 1em;
		cursor: pointer;
	}

	.form-checkbox input[type="checkbox"] {
		display: inline-block;
	}

	input:required {
		background: #fff;
	}
}

/*----------------------------------------------ここから商品ページ
products 
maker>brand>product
-----------------------------------------------*/
h2.products {
	font-size: 16px;
	font-family: system-ui, 'Segoe UI', 'Arial', 'Meiryo', sans-serif;
	font-weight: 600;
	color: #4d4948;
	text-align: center;
}

@media screen and (min-width: 768px) {
	h2.products {
		font-size: 18px;
	}
}

p.web-price {
	font-family: '小塚ゴシック Pro',
		'Kozuka Gothic Pro',
		sans-serif;
	font-size: 26px;
	line-height: 21px;
	font-weight: 600;
	text-align: center;
	padding: 1rem 0 0.5rem;
}

p.web-price span {
	font-size: 18px;
	letter-spacing: 0;
}

p.reference-price {
	color: #888;
	font-size: 14px;
	text-align: center;
}

.circle {
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: solid 1px #888;
	text-align: center;
	line-height: 16px;
}

del.reference-price {
	background-image: linear-gradient(#7db4e6, #7db4e6);
	background-position: 0 50%;
	background-size: 100% 2.5px;
	background-repeat: repeat-x;
	margin: 0 0.2em;
	text-decoration: none;
}
del.reference-price.refer_none {
	background-image: none;
	background-position: 0 50%;
	background-size: 100% 2.5px;
	background-repeat: repeat-x;
	margin: 0 0.2em;
	text-decoration: none;
}

.product-detail dl {
	display: flex;
	flex-wrap: wrap;
	margin-top: 1em;
	border-top: solid 2px #666;
	border-bottom: solid 1px #666;
	font-size: 14px;
}

.product-detail dl dt {
	width: 25%;
	padding: 4px;
	display: -webkit-flex;
	display: flex;
	font-weight: bold;
	border-bottom: solid 1px #666;
}

.product-detail dl dd {
	width: 75%;
	padding: 4px;
	border-bottom: solid 1px #666;
}

span.size img {
	width: 95%;
}

.port-info ul {
	font-size: 12px;
	list-style-type: disc;
	letter-spacing: 0;
	color: #333;
	padding: .6em;
	padding-left: 2.2em;
	border: dotted 1px #666;
	margin: 2em 0;
	font-family: '小塚ゴシック Pro',
		'Kozuka Gothic Pro',
		sans-serif;
}

.product-info {
	background-color: #F3F3F3;
	margin: 1em 0 0;
}

.product-info h3 {
	font-size: 24px;
	color: #666;
	padding: 2rem 0;
	text-align: center;
	font-family: '小塚ゴシック Pro',
		'Kozuka Gothic Pro',
		sans-serif;
}

.notice {
	font-size: 0.9em;
	font-weight: bold;
	padding: 1rem 0;
}

.product-info {
	margin: 0 0 1em;
	padding: 1.5em;
	background-color: #f7f7f7;
}

.box1 img {
	padding: 2em;
}

@media screen and (min-width: 860px) {
	.box {
		width: 100%;
		padding-top: 20px;
	}

	.box1,
	.box2,
	.box3 {
		padding: 1em;
	}

	.box3 {
		padding-top: 0;
	}

	.box1 img {
		/*height: 520px;*/
		object-fit: cover;

	}

	.box1 {
		width: 60%;
		height: auto;
		float: left;
	}

	.box2 {
		width: 40%;
		padding-left: 1.5em;
		height: auto;
		float: right;
	}

	.box3 {
		width: 60%;
		height: auto;
		float: left;
	}

	.box {
		zoom: 1;
		/* float解除 for IE6/7  */
	}

	.box:after,
	.box:before {
		content: "";
		clear: both;
		display: block;
	}

	h2.products {
		font-size: 18px;
		text-align: left;
	}

	.product-info h3 {
		font-size: 18px;
		color: #4d4948;
		padding: 1em 0;
		text-align: left;
	}
	
}

@media screen and (min-width: 1020px) {
	.box1 img {
		/*height: 500px;*/
		padding: 1em;
	}
}

@media screen and (min-width: 1366px) {
	.box1 img {
		width: 100%;
		/*height: 560px;*/
		/*object-fit: cover;*/
	}

	.box {
		padding-top: 0;
	}

	.box1,
	.box2,
	.box3 {
		padding: 2em;
	}
}

div.contact-title {
	background-color: #DADADA;
	padding: 1em 0;
	font-weight: bold;
	font-size: 1.2em;
}

.your-product {
	line-height: 1.75;
	letter-spacing: 0;
	padding-bottom: 2em;
	font-family: "Noto Sans JP";
}

.your-product-title {
	font-size: 1.2em;
	padding: 1em 0 0.5em;
}

.bl-circle:before {
	content: "●";
	font-size: 24px;
}

.your-product {
	line-height: 1.75;
	letter-spacing: 0;
	padding-bottom: 2em;
	border-top: solid 2px #4d4948;
	border-bottom: solid 2px #4d4948;
	margin: 1em 0;
}

@media screen and (min-width: 860px) {
	.your-product {
		margin: 0 0;

	}
}

/*----------------------------------------------ここからお問い合わせページ
contact
-----------------------------------------------*/
.payment {
	padding: 1em 0;
	margin: 1.5em 0;
	border-top: solid 2px #4d4948;
	border-bottom: solid 2px #4d4948;
}

.contact-info {
	font-size: 21px;
	line-height: 2;
	max-width: 550px;
	margin: 0 auto;
}

.contact-info img {
	height: 42px;
}

span.contact-info-notice {
	display: inline-block;
	font-size: 12px;
	line-height: 16px;
	border: dotted 1px #666;
	padding: 0.5em;
}

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

	span.contact-info-notice {

		float: right;
	}

	.fifty img {
		padding: 1em 2em;
	}

	.fifty p {
		padding: 0 2em;
	}
	.fifty-fifty-wrapper .fifty .fifty-right .flex{
		padding-left:1.5em;
		padding-right:1.5em;
	}
	.fifty-fifty-wrapper .fifty .fifty-right .flex .one-third img{
		padding: 0.5em;
	}

}

.contact-info a {
	color: #4d4948;
}

.contact-icon {
	height: 24px;
	width: 24px;
	margin-right: 1em;
}

/*----------------------------------------------ここからカテゴリページ
category
-----------------------------------------------*/
.category-wrapper {
	height: 85px;
	margin-bottom: 1em;
	border: solid 1px #666;
}


.category-wrapper a {
	display: flex;
	justify-content: flex-start;
}

.category-wrapper a img {
	padding: 0 0 0 0;
	height: 85px;
	width: 85px;
	margin-left: 1em;
	margin-right: 2em;
}

.category-wrapper a span {
	line-height: 85px;
}

.maker-index-wrapper {
	position: relative;
}

.maker-index {
	position: absolute;
	top: -0.5em;
	font-weight: bold;
	z-index: 100;
}

/*----------------------------------------------ここからブランドページ
brand
-----------------------------------------------*/
@media screen and (min-width: 760px) {
	.brand-icon-wrapper .icon {
		padding: 32px 16px;
	}
}

@media screen and (min-width: 1020px) {
	.brand-icon-wrapper .icon {
		padding: 32px 32px;
	}
}

/*----------------------------------------------ここからアウトレットページ
outlet
-----------------------------------------------*/
.center-icon-wrapper .icon-wrapper .icon .outlet-brand-name-wrapper {
	height: 115px;
}

.center-icon-wrapper .icon-wrapper .icon .outlet-brand-name-wrapper img.outlet-brand-name {
	height: 115px;
	object-fit: contain;
}

@media screen and (max-width: 375px) {
	.center-icon-wrapper .icon-wrapper .icon .outlet-brand-name-wrapper {
		height: 106px;
	}

	.center-icon-wrapper .icon-wrapper .icon .outlet-brand-name-wrapper img.outlet-brand-name {
		height: 106px;
	}
}

@media screen and (min-width: 760px) {
	.center-icon-wrapper .icon-wrapper .icon .outlet-brand-name-wrapper {
		height: 220px;
	}

	.center-icon-wrapper .icon-wrapper .icon .outlet-brand-name-wrapper img.outlet-brand-name {
		height: 220px;
	}
}

@media screen and (min-width: 1020px) {
	.center-icon-wrapper .icon-wrapper .icon .outlet-brand-name-wrapper {
		height: 200px;
	}

	.center-icon-wrapper .icon-wrapper .icon .outlet-brand-name-wrapper img.outlet-brand-name {
		height: 200px;
	}
}

@media screen and (min-width: 1366px) {
	.center-icon-wrapper .icon-wrapper .icon .outlet-brand-name-wrapper {
		height: 220px;
	}

	.center-icon-wrapper .icon-wrapper .icon .outlet-brand-name-wrapper img.outlet-brand-name {
		height: 220px;
	}
}

.center-icon-wrapper .icon-wrapper .icon {
	position: relative;
}

.center-icon-wrapper .icon-wrapper .icon span {
	position: absolute;
	z-index: 100;
	font-size: 10px;
	padding: 1px 4px;
	color: #fff;
}

.center-icon-wrapper .icon-wrapper .icon span.monitor {
	background-color: #93b4b9;
}

.center-icon-wrapper .icon-wrapper .icon span.inventory {
	background-color: #c7cdff;
}

.center-icon-wrapper .icon-wrapper .icon span.show {
	background-color: #666;
}

/*----------------------------------------------
アウトレット×ブランドページ
outlet/ligneroset_outlet.html
-----------------------------------------------*/
@media screen and (max-width: 1020px) {
	aside ul li {
		display: none;
	}
}

aside ul li {
	border-bottom: dotted 1px #666;
	margin-right: 2em;

}

aside ul li a {
	display: inline-block;
	line-height: 2.5;
	font-family: "Noto Sans JP";
}

.three-item-read {
	margin: 0 auto;
}

.three-item-read .three-item-title {
	text-align: center;
	padding-bottom: 1.5em;
}

.three-item-read .three-item-title span img {
	width: 280px;
}

.three-item-title-logo {
	position: relative;
	padding: 0 1.5rem;
	text-align: center;

}

.three-item-title p {
	font-family: "Noto Sans JP";
	line-height: 1.5;
}
.three-item-title h2.outlet {
	font-family: "Noto Sans JP";
	line-height: 1.5;
}


.three-item-title-logo:before {
	position: absolute;
	bottom: 8px;
	left: calc(50% - 30px);
	width: 60px;
	height: 5px;
	content: '';
	border-radius: 4px;
	background: #666;
}

.dotted-read {
	border: dotted 1px #666;
	display: block;
	margin: 1em;
	padding: 1em;
}

/*----------------------------------------------ここから各ブランドページ
maker/cassina.html
-----------------------------------------------*/
.branditem-header {
	padding: 0;
	margin: 0;
}

.branditem-content-logo {
	width: 200px;
	margin: 0 auto 1.5em;
	padding: 0 0 0 0;
}

@media screen and (min-width: 1020px) {
	.branditem-header {
		border-top: solid 1px #494845;
		border-bottom: solid 1px #494845;
	}

	.branditem-content-logo {
		height: 240px;
		position: relative;
		margin: 0 auto 0;
	}

	.branditem-content-logo img {
		position: absolute;
		top: 38%;
	}
}

.branditem-content-img img {
	width: 100%;
	height: 240px;
	object-fit: cover;
}
@media screen and (min-width: 768px) {
.branditem-info {
	padding: 2em 0;
}
}
@media screen and (max-width: 767px) {
aside {
	padding-bottom: 2em;
}
}
p.alphabet{
	width:50px;
	height:10px;
	margin-top: -10px;
	margin-right:-50px;
	color: #FFF;
}
p.go_material a{
	font-weight: bold;
	color: #333;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
#contents .one-three p.item_category{
	font-size:0.9em;
	height:2em;
	padding-top: 0.3em;
	margin-bottom:0.3em;
	border-bottom:1px solid #999;
	}

/*----------------------------------------------
革サンプル
maker/cassina/cassina_leather.html
-----------------------------------------------*/
h2.leather-sample img {
	width: 300px;
	height: 48px;
}

h2.leather-sample {
	text-align: center;
	margin: 32px auto 12px;
}

.sozai a {
	display: block;
}

.sozai {
	width: 31%;
	margin-right: 3.5%;
	font-size: 14px;
	margin-bottom: 16px;
}

.sozai:nth-child(3n) {
	margin-right: 0;
}

@media screen and (min-width: 768px) {
	.sozai {
		width: 15%;
		margin-right: 2%;
		font-size: 14px;
		margin-bottom: 16px;
	}

	.sozai:nth-child(3n) {
		margin-right: 2%;
	}

	.sozai:nth-child(6n) {
		margin-right: 0;
	}
}

@media screen and (min-width: 1020px) {
	.sozai {
		width: 9.1%;
		margin-right: 1%;
		font-size: 14px;
		margin-bottom: 16px;
	}

	.sozai:nth-child(3n) {
		margin-right: 1%;
	}

	.sozai:nth-child(6n) {
		margin-right: 1%;
	}

	.sozai:nth-child(10n) {
		margin-right: 0;
	}
}

/*----------------------------------------------
お得に買うポイント
maker/cassina/import_cassina.html
-----------------------------------------------*/
.lp {
	max-width: 945px;
	margin: 0 auto;
}

.lp-ul {
	margin: 2em 1em;
}

.lp-ul ul li {
	font-size: 21px;
	line-height: 2.1;
	font-weight: bold;
	letter-spacing: 0.5px;
}

.lp-tab {
	padding: 1em;
}

.lp-tab .tab-title {
	top: -45px;
	padding: 0 18px;
	height: 42px;
	font-size: 18px;
	line-height: 42px;
}

.small-img {
	width: 50%;
	float: left;
	padding: 0 1em 1em 0;
}

@media screen and (min-width: 1020px) {
	.small-img {
		width: 30%;
	}

	.flex-inner-50 img {
		padding-bottom: 1em;
	}

	.flex-inner-50 p {
		padding-bottom: 1em;
	}
	.sp_contact{
		display:none;
		}
}

/*----------------------------------------------
詳しく見る
maker/cassina/cassina_info.html
-----------------------------------------------*/
@media screen and (min-width: 768px) {
	.flex-inner-25 a {
		width: 80%;
		margin: 0 auto;
		display: block;
	}
	img.m_r_20{padding-right:30px;}

}

.lp-cassina-designer img {
	width: auto;
}

/*----------------------------------------------ここからカテゴリ×各カテゴリページ
category/chair.html
-----------------------------------------------*/
.three-item-read .categoryitem-title {
	font-size: 32px;
	line-height: 82px;
}


/*----------------------------------------------ここからLPヘッダーベース
お得に買う　maker/cassina/import_cassina.html
納品実績　about/delivery_record.html
コーディネートフェア　about/coordinate_fair.html
モニター募集　about/monitor.html
中津1F～3F、東京オフィス
　about/shop/nakatsu1f.html
　about/shop/nakatsu2f.html
　about/shop/nakatsu3f.html
　about/shop/tokyo.html
-----------------------------------------------*/
.lp-header {
	position: relative;
}

.lp-header-img img {
	width: 100%;
	height: 400px;
	object-fit: cover;
}

.lp-header-info {
	position: absolute;
	height: 100%;
	color: #fff;
	background-color: rgba(0, 0, 0, .3);
}

.lp-header-info h2 {
	line-height: 1.95;
	padding: 24px 32px 18px;
}

.lp-header-info p {
	position: absolute;
	left: 32px;
	bottom: 18px;
}
a.btn_ac{
	font-size:0.9em;
	font-weight: bold;
	color: #999;
	padding: 2px 5px 2px 0;
	margin-top:10px;
	margin-bottom:10px;
	border-bottom:solid 2px #999;
}
.branditem-info div.products{
	padding-top: 2em;
	}
	
.tel_col{
	display: block;
	padding-top: 0.3em;
	padding-right: 1em;
	padding-bottom: 0.3em;
	padding-left: 1em;
	border: 1px solid #000;
	font-size: 1.5em;
	font-weight: bold;
	color: #000;
	display:flex;
	justify-content:center;
	align-items: center;
}
.tel_col img{
	width: 20%;
	padding-right: 10px;
	padding-bottom: 10px;

}
.small ol{padding-left:2em;}
.small ol li{
	margin-left: 1em;
	list-style-position: outside;
	list-style-type: decimal;
}
.small ol.outlet_list li{
	font-size:1.3em;
	margin-left: 1em;
	margin-bottom:0.5em;
	margin-right:1em;
	list-style-position: outside;
	list-style-type: disc;
	line-height:1.5em;
}
p.outlet_text{padding-bottom:1em;}
.branditem-info .small p.btn{
	display:block;
	}
img.m_b_20{padding-bottom:30px;}
.full .blbtn{
	width: 90%;

	}
.blbtn-wrapper.brand{
	width:100%;
	text-align:center;
	}
.blbtn-wrapper.brand p.blbtn{
	margin-right: auto;
	margin-left: auto;
}
p.toriyose{
	font-size: 0.8em;
	padding: 1em;
	margin-top: 1.5em;
	border: 1px dotted #999;
	font-weight: 600;
	}

@media screen and (max-width: 768px) {
	
	.tel_col{
		margin:0 2em;}

	.branditem-info .small p.btn{
				margin:0 2em;}

	.branditem-info .products{text-align:center;}
	img.m_r_20{padding-right:30%;}
	/*.full{padding-left:10%;}*/
	.full img.m_r_20{padding-right:0%;}
	.full .blbtn{
	width: 100%;

	}

}
div.brand_notice{
	margin-top: 2em;
	margin-bottom: 1em;
	padding-top: 1em;
	padding-bottom: 1em;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #333;
	border-bottom-color: #333;
	}
p.brand_notice:before{
	content:"";
	display:inline-block;
	width:1.2em;
	height:1.2em;
	margin-bottom:-0.2em;
	background:url(../img/common/notice.png) no-repeat;
	background-size:contain;
	}
p.brand_notice span{
	font-weight: bold;
	}
p.brand_notice_text{
	font-size:0.9em;}
	
.lp div.brand_notice{
	width:100%;
	display: inline-block;
	}
.lp p.brand_notice{
	display: inline-block;
	font-size:1.3em;
	}
.lp p.brand_notice_text{
	display: flex;
	font-size:1em;
	}
	
.box2 p.off{
	text-align:center;
	font-size:1.5em;
	color:#FF0000;
	font-weight:600;
	}
@media screen and (min-width: 769px) {
.lp p.brand_notice{
		float:left;
}
.lp p.brand_notice{
	padding:0.8em 1em 0 2em;
}
.lp p.brand_notice_text{
	padding:0.4em 0 0.2em 2em;
}
}
/* キッチン */
h2.kitchen{
	margin-top: 1em;
	}
div.bor{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-bottom: 1em;
	padding-left: 1em;
	}
	
div.bor_t{
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999;
	padding-top: 1em;
}
#sendarea .btn.wtbtn{
	margin-left:auto;
	margin-right:auto;
	width:220px;
}
#sendarea .btn.wtbtn a{
		font-size:0.8em;

	}
#sendarea{
	text-align:center;
	}
.lp.k_10{
	padding-top:10px;
	padding-bottom:10px;}
	
	
/* アクセス*/
span.map_t{
	font-size: 0.8em;
	line-height: 1em;
	font-weight: 600;
	color: #F00;
	}
.fifty img.map_t{
	padding:0;
	}