.sp_only {
	display: block;
}
.pc_only {
	display: none;
}

@media screen and (min-width: 768px) {
	.sp_only {
		display: none;
	}
	.pc_only {
		display: block;
	}
}

.reserve__area {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 3rem 4rem;
	background: rgba(153,153,153,0.15);
	border: solid 1px #999;
	color: #fff;
	text-align: center
}
.reserve__area:before,
.reserve__area:after {
	position: absolute;
	content: "";
	display: block;
	width: 20px;
	height: 1px;
	background: #999;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.reserve__area:before {
	top: 6px;
	left: -4px
}
.reserve__area:after {
	bottom: 6px;
	right: -4px
}
.reserve__block {
	width: 50%
}
.reserve__heading {
	margin-bottom: 1rem;
	font-size: 2.4rem;
	font-weight: normal
}
.reserve__text {
	font-size: 1.4rem
}
.reserve__text a {
	color: #fff
}
.reserve__text .tel_cus {
	display: inline-block;
	width: 98px;
	vertical-align: baseline
}
.reserve__tel_anc {
	margin: 1rem 0;
	max-width: 310px;
	line-height: 1
}
.reserve__btn {
	position: relative;
	width: 210px;
	margin: 2rem auto 0;
	padding: 1.5rem;
	border: solid 1px #999;
	background: rgba(51,51,51,0.6);
	color: #fff;
	font-size: 1.4rem
}
.reserve__btn:after {
	position: absolute;
	right: 10px;
	top: 50%;
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background: url(/bedroom_gallery_ginza/assets/images/icon/ico_arrow.svg) center center/contain no-repeat
}
.reserve__btn:hover {
	background: rgba(255,255,255,0.2)
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
.reserve__area {
	padding: 1.5rem
}
.reserve__tel_anc {
	font-size: 4rem
}
.reserve__tel_anc:hover {
	opacity: .7
}
}

@media screen and (max-width: 767px) {
.reserve__area {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 2rem 1.5rem
}
.reserve__block {
	width: 100%
}
.reserve__block:not(:last-of-type) {
	margin-bottom: 2rem;
	padding-bottom: 2rem;
	border-bottom: solid 1px #999
}
.reserve__tel_anc {
	font-size: 3.8rem;
	letter-spacing: -0.05em;
	max-width: 260px
}
.reserve__tel_anc img {
	vertical-align: baseline
}
}
.header__bg {
	opacity: 0;
	-webkit-transition: all .7s;
	transition: all .7s
}
.is-scroll .header__bg {
	opacity: 1
}
.header__logo {
	opacity: 0
}
.is-scroll .header__logo {
	opacity: 1
}
.header__logo__top {
	opacity: 1;
	position: absolute;
	display: block
}
.is-scroll .header__logo__top {
	opacity: 0
}
.ham__item {
	background: #fff
}
.is-hamactive .ham__item,
.is-scroll .ham__item {
	background: #656565
}
.gnav__item {
	color: #fff
}
.is-hamactive .gnav__item,
.is-scroll .gnav__item {
	color: #656565
}
.is-scroll .gnav__item:hover {
	color: #f0801d
}

@media screen and (min-width: 768px) {
.main {
	padding-top: 100vh
}
}

@media screen and (max-width: 767px) {
.main {
	padding-top: 108.33333vw
}
}
.open {
	text-align: center
}

@media screen and (min-width: 768px) {
.open {
	background: url(../images/teaser/bg_open.jpg) no-repeat center/cover;
	padding: 8.7rem 0
}
}

@media screen and (max-width: 767px) {
.open {
	background: url(../images/teaser/bg_open_sp.jpg) no-repeat center/cover;
	padding: 3.4rem 0
}
}
.open__heading {
	margin: 0 auto
}

@media screen and (min-width: 768px) {
.open .open__heading {
	width: 50rem
}
}

@media screen and (max-width: 767px) {
.open .open__heading {
	width: 54.13333%
}
}
.open__text {
	position: relative;
	display: inline-block;
	color: #fff;
	background: -webkit-gradient(linear, left top, right top, color-stop(0, transparent), color-stop(10%, rgba(255,255,255,0.15)), color-stop(80%, rgba(255,255,255,0.15)), to(transparent));
	background: linear-gradient(to right, transparent 0, rgba(255,255,255,0.15) 10%, rgba(255,255,255,0.15) 80%, transparent 100%)
}
.open__text:before,
.open__text:after {
	content: '';
	position: absolute;
	left: 0;
	background: -webkit-gradient(linear, left top, right top, color-stop(0, transparent), color-stop(10%, #999), color-stop(80%, #999), to(transparent));
	background: linear-gradient(to right, transparent 0, #999 10%, #999 80%, transparent 100%);
	width: 100%;
	height: 1px
}
.open__text:before {
	top: 0
}
.open__text:after {
	bottom: 0
}

@media screen and (min-width: 768px) {
.open__text {
	margin-top: 5rem;
	padding: 1.4rem 2.5rem;
	font-size: 1.6rem;
	letter-spacing: 0.3em
}
}

@media screen and (max-width: 767px) {
.open__text {
	margin-top: 2.3rem;
	padding: 0.8rem 3rem;
	font-size: 1.2rem;
	letter-spacing: 0.2em
}
}
.topmv {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	text-align: center
}

@media screen and (min-width: 768px) {
.topmv {
	height: 100vh;
	background: url(../images/teaser/mv.jpg) no-repeat center/cover;
	padding-top: 26vh
}
}

@media screen and (max-width: 767px) {
.topmv {
	height: 113.33333vw;
	background: url(../images/teaser/mv_sp.jpg) no-repeat center/cover;
	padding-top: 27%
}
}
.topmv__subheading {
	color: #fff
}

@media screen and (min-width: 1400px) {
.topmv__subheading {
	margin-bottom: 3.9285vw;
	font-size: 1.28571vw;
	letter-spacing: 0.26em
}
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
.topmv__subheading {
	margin-bottom: 5.5rem;
	font-size: 1.8rem;
	letter-spacing: 0.26em
}
}

@media screen and (max-width: 767px) {
.topmv__subheading {
	margin-bottom: 3rem;
	font-size: 1.3rem;
	letter-spacing: 0.2em
}
}

@media screen and (min-width: 1400px) {
.topmv__heading {
	width: 16.8vw
}
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
.topmv__heading {
	width: 23.5rem
}
}

@media screen and (max-width: 767px) {
.topmv__heading {
	width: 38%
}
}
.topmv__ginza {
	margin: 0 auto
}

@media screen and (min-width: 1400px) {
.topmv__ginza {
	margin-top: 2.5vw;
	width: 44.2vw
}
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
.topmv__ginza {
	margin-top: 3rem;
	width: 620px
}
}

@media screen and (max-width: 767px) {
.topmv__ginza {
	width: 80%;
	margin-top: 1.4rem
}
}

@media screen and (min-width: 1400px) {
.topmv__text {
	font-size: 1.14285vw
}
}

@media screen and (max-width: 767px) {
.topmv__text {
	margin-top: 3rem
}
}
.topmv__scroll {
	position: absolute;
	color: #fff;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 0 0 2.5rem;
	letter-spacing: .2em
}
.topmv__scroll:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-animation: arrow 2s infinite;
	animation: arrow 2s infinite
}

@media screen and (min-width: 768px) {
.topmv__scroll {
	font-size: 1.2rem;
	bottom: 2rem
}
.topmv__scroll:after {
	width: 1.5rem;
	height: 1.5rem
}
}

@media screen and (max-width: 767px) {
.topmv__scroll {
	font-size: .8rem;
	bottom: 15px;
}
.topmv__scroll:after {
	width: 1rem;
	height: 1rem
}
}

@media screen and (min-width: 768px) {
@-webkit-keyframes arrow {
0% {
bottom:0;
opacity:0
}
20% {
opacity:1
}
70% {
bottom:-1rem;
opacity:0
}
100% {
bottom:0;
opacity:0
}
}
@keyframes arrow {
0% {
bottom:0;
opacity:0
}
20% {
opacity:1
}
70% {
bottom:-1rem;
opacity:0
}
100% {
bottom:0;
opacity:0
}
}
}

@media screen and (max-width: 767px) {
@-webkit-keyframes arrow {
0% {
bottom:1.5rem;
opacity:0
}
20% {
opacity:1
}
70% {
bottom:0.5rem;
opacity:0
}
100% {
bottom:1.5rem;
opacity:0
}
}
@keyframes arrow {
0% {
bottom:1.5rem;
opacity:0
}
20% {
opacity:1
}
70% {
bottom:0.5rem;
opacity:0
}
100% {
bottom:1.5rem;
opacity:0
}
}
}
.topcontent {
	position: relative;
	z-index: 50;
	background: #fff
}
.topnav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.topnav__item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-top: 2px solid #d6d6d6;
	border-right: 2px solid #d6d6d6;
	border-bottom: 2px solid #d6d6d6;
	width: 133.33333%;
	text-align: center;
	letter-spacing: 0.05em
}
.topnav__item:first-child {
	border-left: 2px solid #d6d6d6
}
.topnav__item:after {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	background: #d69d12;
	margin-left: -1px
}

@media screen and (min-width: 768px) {
.topnav__item {
	height: 12rem;
	font-size: 2.4rem
}
.topnav__item:hover {
	background: #d6d6d6
}
.topnav__item:after {
	width: 2px;
	height: 3rem
}
}

@media screen and (max-width: 767px) {
.topnav__item {
	height: 6rem;
	font-size: 1.3rem
}
.topnav__item:after {
	width: 1px;
	height: 1rem
}
}

@media screen and (min-width: 768px) {
.topsection {
	padding: 7rem 0
}
}

@media screen and (max-width: 767px) {
.topsection {
	padding: 5rem 0
}
}
.section__headwrap {
	position: relative;
	text-align: center
}

@media screen and (min-width: 768px) {
.section__headwrap {
	margin-bottom: 5rem;
	padding-bottom: 3.5rem
}
}

@media screen and (max-width: 767px) {
.section__headwrap {
	margin-bottom: 3.5rem;
	padding-bottom: 3rem
}
}
.section__heading {
	letter-spacing: 0.05em
}

@media screen and (min-width: 768px) {
.section__heading {
	font-size: 4rem
}
}

@media screen and (max-width: 767px) {
.section__heading {
	font-size: 3rem
}
}
.section__line {
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 1px;
	background: #fff
}
.section__line:before,
.section__line:after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}
.section__line:before {
	width: 6rem;
	height: 100%;
	background: #d69d12
}
.section__line:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: .7rem .7rem 0 .7rem;
	border-color: #d69e12 transparent transparent transparent
}

@media screen and (min-width: 768px) {
.section__line {
	width: 100%
}
}

@media screen and (max-width: 767px) {
.section__line {
	width: 100vw
}
}
.section__lead {
	font-weight: normal
}

@media screen and (min-width: 768px) {
.section__lead {
	margin-bottom: 5rem;
	text-align: center;
	font-size: 2.4rem
}
}

@media screen and (max-width: 767px) {
.section__lead {
	margin-bottom: 3rem;
	font-size: 1.9rem;
	text-align: center;
	line-height: 1.8
}
}
.section__lead__text {
	margin-bottom: 5rem;
	text-align: center;
	font-size: 1.4rem;
	line-height: 2.3em
}

@media screen and (max-width: 767px) {
.section__lead__text {
	margin-bottom: 7rem
}
}
.concept {
	overflow: hidden
}

@media screen and (min-width: 768px) {
.concept__lead {
	margin-bottom: 3rem
}
}
.concept__block {
	position: relative
}
.concept__block:before {
	content: '';
	display: block;
	position: absolute;
	z-index: 5
}

@media screen and (min-width: 768px) {
.concept__block {
	margin-bottom: 4rem
}
.concept__block+.concept__block {
	margin-top: 17rem
}
.concept__block:before {
	top: 3rem;
	width: 85.71428%;
	height: 105%
}
.concept__block:nth-child(2n+1):before {
	left: 0;
	border-left: 4px solid #d69d12;
	background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(80%, #fff), to(#f2f2f2));
	background: linear-gradient(to right, #fff 0%, #fff 80%, #f2f2f2 100%)
}
.concept__block:nth-child(2n):before {
	right: 0;
	border-right: 4px solid #d69d12;
	background: -webkit-gradient(linear, right top, left top, from(#fff), color-stop(80%, #fff), to(#f2f2f2));
	background: linear-gradient(to left, #fff 0%, #fff 80%, #f2f2f2 100%)
}
}

@media screen and (max-width: 767px) {
.concept__block+.concept__block {
	margin-top: 10rem
}
.concept__block:before {
	top: 2rem;
	width: 100%;
	height: 100%
}
.concept__block:nth-child(2n+1):before {
	left: 0;
	border-left: 4px solid #d69d12;
	background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(80%, #fff), to(#f2f2f2));
	background: linear-gradient(to right, #fff 0%, #fff 80%, #f2f2f2 100%)
}
.concept__block:nth-child(2n):before {
	right: 0;
	border-right: 4px solid #d69d12;
	background: -webkit-gradient(linear, right top, left top, from(#fff), color-stop(80%, #fff), to(#f2f2f2));
	background: linear-gradient(to left, #fff 0%, #fff 80%, #f2f2f2 100%)
}
}
.concept__block__inner {
	position: relative;
	z-index: 10
}

@media screen and (min-width: 768px) {
.concept__block__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
}

@media screen and (max-width: 767px) {
.concept__block__inner {
	padding: 0 3rem
}
}

@media screen and (min-width: 768px) {
.concept__block:nth-child(2n) .concept__block__inner {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}
}
.concept__block__head {
	position: relative
}

@media screen and (min-width: 768px) {
.concept__block__head {
	width: 50%;
	padding-top: 12rem
}
}

@media screen and (min-width: 768px) {
.concept__block:nth-child(2n+1) .concept__block__head {
	padding-left: 10%
}
.concept__block:nth-child(2n+1) .concept__block__img {
	padding-left: 9rem
}
.concept__block:nth-child(2n) .concept__block__head {
	padding-right: 10%
}
.concept__block:nth-child(2n) .concept__block__img {
	padding-right: 9rem
}	
.concept__block:nth-child(2n) .concept__block__head__01 {
	padding-top: 3rem
}	
}
.concept__block__img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 50%
}

.concept__block__head__01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%
}


@media screen and (max-width: 767px) {
.concept__block__img{
	width: 100%
}
.concept__block__head__01{
	width: 100%;
	margin-top: 2.5rem;
}	
	
}
.concept__img__text {
	margin-top: .5rem;
	color: #999;
	font-size: 1.2rem;
	line-height: 1.8
}
.concept__img__top {
	position: relative
}

@media screen and (max-width: 767px) {
.concept__img__top {
	padding: 0 1rem 3rem
}
}

@media screen and (min-width: 768px) {
.concept__img__topBox {
	padding: 70px 0 30px
}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
.concept__img__topBox {
	padding: 120px 0 30px
}
}

@media screen and (min-width: 768px) {
.concept__img__topImg {
	position: absolute;
	bottom: 1rem;
	left: 25%;
	width: 122%
}
}

@media screen and (max-width: 1430px) {
.concept__img__topImg {
	width: 35vw
}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
.concept__img__topImg {
	width: auto;
	left: auto;
	right: 0;
	bottom: auto;
	top: 0
}
}

@media screen and (max-width: 767px) {
.concept__img__topImg {
	width: 100%;
	position: relative;
	left: 13%;
	bottom: -2rem
}
}
.concept__img__topTitle {
	display: inline-block;
	margin-bottom: 1.5rem;
	padding: 2px 5px;
	background: #d69d12;
	color: #fff;
	font-size: 1.2rem;
	text-align: center
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
.concept__img__topTitle {
	margin-bottom: 1rem
}
}

@media screen and (max-width: 767px) {
.concept__img__topTitle {
	margin-bottom: 1rem
}
}
.concept__img__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.concept__img__bottomItem {
	width: calc((100% - 1rem) /2)
}
.concept__img__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media screen and (max-width: 767px) {
.concept__img__list {
	margin-top: 3rem
}
}
.concept__img__item {
	margin-bottom: 1rem
}
.concept__img__item.--half {
	width: calc((100% - 1rem) / 2)
}
.concept__img__item.--full {
	width: 100%
}
.concept__img__item.--mr10 {
	margin-right: 1rem
}
.concept__block__num {
	position: absolute;
	top: -4rem;
	display: inline-block;
	color: #ede8db;
	line-height: 0.6
}
.concept__block__num:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	background: #ede8db;
	height: .3rem
}

@media screen and (min-width: 768px) {
.concept__block__num {
	font-size: 18rem
}
.concept__block__num:before {
	width: 7rem;
	margin-left: -3.5rem
}
}

@media screen and (max-width: 767px) {
.concept__block__num {
	font-size: 12.6rem
}
.concept__block__num:before {
	width: 5rem;
	margin-left: -2.5rem
}
}

@media screen and (min-width: 768px) {
.concept__block:nth-child(2n+1) .concept__block__num {
	left: 5rem
}
}

@media screen and (max-width: 767px) {
.concept__block:nth-child(2n+1) .concept__block__num {
	right: 0
}
}

@media screen and (min-width: 768px) {
.concept__block:nth-child(2n) .concept__block__num {
	right: 3rem
}
}

@media screen and (max-width: 767px) {
.concept__block:nth-child(2n) .concept__block__num {
	left: 0
}
}
.concept__block__heading {
	color: #fff
}
.concept__block__heading .bg {
	background: #333
}

@media screen and (min-width: 768px) {
.concept__block__heading {
	display: inline-block;
	width: 77%;
	margin-bottom: 3rem;
	padding: 0.9rem 2rem;
	background: #333;
	font-size: 1.6rem
}
}

@media screen and (max-width: 767px) {
.concept__block__heading {
	margin-bottom: 1.5rem;
	padding-top: 4rem;
	font-size: 1.5rem
}
.concept__block__heading .bg {
	display: inline-block;
	margin: 0.5rem 0;
	padding: 0.9rem 2rem
}
}

@media screen and (max-width: 767px) {
.concept__block:nth-child(2n) .concept__block__heading {
	text-align: right
}
}
.concept__block__text {
	color: #999;
	font-size: 1.4rem;
	line-height: 2
}

@media screen and (min-width: 768px) {
.concept__block__text {
	line-height: 2em
}
}
.concept__designer {
	margin-top: 5rem
}

@media screen and (max-width: 767px) {
.concept__designer {
	margin-top: 2.5rem
}
}
.concept__designer__heading {
	margin-bottom: 1rem;
	color: #999;
	font-size: 1.2rem
}
.concept__designer__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
.concept__designer__item {
	width: calc((100% - 1rem) /2)
}
}

@media screen and (max-width: 767px) {
.concept__designer__item {
	width: calc((100% - 1rem) /2)
}
}
.concept__designer__text {
	margin-top: 1rem;
	color: #999;
	font-size: 1.2rem
}
.concept__brand {
	position: relative;
	z-index: 10;
	margin-top: 5rem
}

.concept__brand__text {
	margin: 3rem 0 0;
	color: #999;
	line-height: 1.7;
	font-size: 1.2rem;
	padding: 2rem;
	border: 1px solid #ccc;
	//width: 40rem;
	text-align: center
}
.concept__brand_saitei_kakaku {
    margin-top: 5rem
}


@media screen and (max-width: 767px) {
.concept__brand {
	margin-top: 3rem;
	padding: 0 3rem
}
.concept__brand__text {
	width: 100%;
	text-align: left;
	margin: 0;	
}
.concept__brand_saitei_kakaku {
    margin-top: 3rem
}
}

@media screen and (min-width: 768px) {
.concept__brandWrap {
	padding-left: 10%
}
}
.concept__brand__heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 2rem;
	font-size: 1.6rem;
	color: #999;
	font-weight: normal
}
.concept__brand__heading:after {
	content: "";
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-left: 1rem;
	border-top: 1px solid #999
}

@media screen and (max-width: 767px) {
.concept__brand__heading {
	font-size: 1.4rem
}
}
.concept__brand__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: flex-start
}
@media screen and (min-width: 768px) {
	.concept__brand__item {
		width: calc((100% - 6rem) / 3);
		color: #999
	}
	.concept__brand__item:not(:nth-of-type(3n)) {
		margin-right: calc((900px / 3) / 10);
	}
	.concept__brand__item:nth-of-type(n+4) {
		margin-top: 5rem;
	}
}

.brand__item__logo {
	width: 100%;
	max-width: 150px;
	margin: 0 auto 5px;
}

@media screen and (max-width: 767px) {
	.concept__brand__item:not(:nth-of-type(2n)) {
		margin-right: calc((900px / 2) / 25);
	}
	.concept__brand__item:not(:nth-of-type(n+3)) {
		margin-bottom: 5rem;
	}
	.concept__brand__item:nth-of-type(2n) {
		margin-left: auto;
	}
	.brand__item__logo {
		width: 80%;
	}
}

@media screen and (max-width: 767px) {
	.concept__brand__item {
		width: calc((100% - 2rem) / 2);
		margin-bottom: 3rem
	}
}
.brand__item__heading {
	margin: 1rem 0 0.6rem;
	font-size: 1.8rem;
	text-align: center
}

@media screen and (max-width: 767px) {
.brand__item__heading {
	font-size: 1.6rem
}
}
.brand__item__text {
	font-size: 1.2rem;
	line-height: 1.8
}
.brand__item__more {
	margin-top: 1rem;
	font-size: 1.2rem;
	text-align: right
}
.brand__item__anc {
	color: #999
}
.brand__item__anc:hover {
	opacity: .7
}
.concept__block__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 3rem
}
.concept__block__item {
	color: #999;
	font-size: 1.4rem;
	line-height: 2em;
	width: 50%
}
.concept__block__list__text {
	color: #999;
	font-size: 1.4rem;
	line-height: 2em;
	text-align: right
}
.service {
	color: #fff
}
.service__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.service__img {
	width: 60%
}
.service__text {
	width: 40%;
	padding-left: 4rem;
	color: #999;
	font-size: 1.4rem;
	line-height: 2
}
.service__note {
	margin: 4rem 0;
	padding: 1.5rem;
	border: solid 1px #d69d12;
	text-align: center;
	font-size: 1.6rem;
	letter-spacing: 0.1em
}

@media screen and (max-width: 767px) {
.service__content {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.service__img {
	width: 100%;
	margin-bottom: 3rem
}
.service__text {
	width: 100%;
	padding-left: 0;
	text-align: left
}
.service__note {
	margin: 3.5rem 0;
	text-align: left	
}
}
.gallery_lead {
	color: #65656c;
	font-weight: normal
}
.gallery_thum {
	width: 90%;
	margin: 0 auto;
	margin-top: 2rem;
	text-align: center
}
.gallery_thum_item {
	margin: 0 1rem;
	-webkit-transition: all .3s;
	transition: all .3s
}
.gallery_thum_item:hover {
	opacity: .7;
	cursor: pointer
}
.slick-dotted.slick-slider {
	margin-bottom: 0
}
.slick-dots {
	display: none !important
}

@media screen and (max-width: 767px) {
.gallery_thum {
	margin-top: 1rem
}
.gallery_thum_item {
	margin: 0 .5rem
}
.gallery_list,
.gallery_thum {
	width: 95%;
	margin-left: auto;
	margin-right: auto
}
}
.access__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.access__block__text {
	width: 50%;
	font-size: 1.4rem;
	color: #999
}
.access__thead {
	padding-right: 4.5rem;
	text-align: left;
	border-right: solid 1px #999
}
.access__tdata {
	padding-left: 4.5rem;
	padding-bottom: 3rem
}
.access__block__img {
	width: 50%;
	padding-left: 7rem
}
.access__map__imgWrap {
	text-align: center
}
.access__map__imgWrap:not(:last-of-type) {
	margin-bottom: 3rem
}
.access__map__img {
	max-width: 100%;
	width: auto
}
.access__anc {
	color: #005cdc
}
.access__anc:hover {
	opacity: .7
}

@media screen and (max-width: 767px) {
.access__content {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.access__block__text {
	width: 100%;
	margin-bottom: 3rem
}
.access__thead {
	padding-right: 2.5rem
}
.access__tdata {
	padding-left: 2.5rem;
	padding-bottom: 2rem
}
.access__block__img {
	width: 100%;
	padding-left: 0
}
}
.btn_fixed {
	position: fixed;
	bottom: 100px;
	bottom: 40%;
	right: 0;
	cursor: pointer;
	z-index: 99999;
	opacity: 0;
}
.is-scroll .btn_fixed {
	opacity: 1;
}

.bnr{
	margin: 3rem auto 6rem;
	width: 100%;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.bnr{
		margin: 2rem auto 5rem;
	}
}	







