@charset "UTF-8";
/*--------------------------------------
mv
--------------------------------------*/
#mv {
	position: relative;
	z-index: 2;
	display: table;
	width: 100%;
	height: 300px;
	background: url(../img/shop/mv_shop.jpg) center center no-repeat;
	background-size: cover;
}
#mv::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background: linear-gradient(90deg, rgba(0,0,0,1), rgba(0,0,0,0));
}
#mv::after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 10%;
	height: 100%;
	background: linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,1));
}
#mv .mv_inner {
	display: table-cell;
	position: relative;
	z-index: 2;
	padding: 50px;
	vertical-align: middle;
}
#mv h1 {
	display: inline-block;
	position: relative;
	padding-bottom: 20px;
	font-size: 36px;
}
#mv h1::after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 5px;
	background-color: #dc002e;
}
#mv p {
	margin-top: 25px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	text-shadow: 1px 1px 0 #000;
}
@media(max-width:767px){
#mv {
	height: 150px;
}
#mv::after {
	width: 5%;
}
#mv .mv_inner {
	padding: 20px;
}
#mv h1 {
	padding-bottom: 12px;
	font-size: 24px;
}
}
/*--------------------------------------
#contents
--------------------------------------*/
#contents {
	padding: 100px 0 1px;
	background: url(../img/bg_hairline.png) center top;
}
@media(max-width:767px){
#contents {
	padding: 50px 0 50px;
}
}
/*--------------------------------------
locater
--------------------------------------*/
#locater {
	width: 100%;
	max-width: 1300px;
	margin: auto;
	padding: 0 50px 50px;
}
@media(max-width:767px){
#locater {
	padding: 0 20px;
}
}
#locater input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#locater .select_wrap {
	position: relative;
	display:block;
	width: 100%;
	height: 62px;
	background: #333 url(../img/shop/arrow_down.png) calc(100% - 20px) 25px no-repeat;
	background-size: 17px 9px;
	text-align: center;
	border:2px solid #dd002e;
}
#locater select {
	display: inline-block;
	position: relative;
	width: 100%;
	padding: 20px 30px;
	color: #333;
	font-size: 18px;
	text-align: center;
}

#locater .select_wrap a {
	color: #fff;
	font-size: 18px;
	padding: 21px 20px;
}
#locater .select_wrap a.trigger {
}
#locater .select_wrap a:hover {
	text-decoration: none;
}
#locater .select_wrap ul {
	position: absolute;
	z-index: 100;
	background: #000;
	height: 50vh;
	overflow-y: scroll;
}
#locater .select_wrap li {
	padding: 15px;
}
#locater .select_wrap li:hover a {
	color: #dc002e;
}

#locater .row {
	width: 100%;
	font-size: 0;
}
#locater #map {
	display: inline-block;
	width: 66%;
	height: 800px;
	background: #333;
	vertical-align: top;
}
@media(max-width:767px){
#locater #map {
	width: 100%;
	height: calc( 100vw - 100px);
}
}
@media(max-width:767px){
#locater #map {
	width: 100%;
	height: calc( 100vw - 100px);
}
}
@media(max-width:767px) and  (min-aspect-ratio: 1/1) {
#locater #map {
	height: calc( 70vh);
}
}
#locater .result {
	display: inline-block;
	width: 34%;
	height: 800px;
	background: #262626;
	font-size: 14px;
	vertical-align: top;
}
#locater .type {
	display: table;
	width: 100%;
	height: 70px;
	overflow: hidden;
}
#locater .type li {
	display: table-cell;
	width: 50%;
	padding: 20px 0 0 15px;
	font-size: 14px;
}
#locater .type li:first-child {
	text-align: right;
	padding: 20px 15px 0 0;
}
#locater .type label {
	cursor: pointer;
}
#locater .type li input {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 5px;
	background-color: #434343;
	content: "";
	vertical-align: bottom;
}
#locater .type li input:checked {
	background-image: url(../img/shop/check.png) ;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 90%;
}
#locater  .found {
	height: 40px;
	padding: 0 20px;
	font-size: 12px;
	overflow: hidden;
}
#locater  .list {
	overflow-y: scroll;
	height: 690px;
	padding: 0 20px ;
}
#locater  .list > li {
	position: relative;
	margin-bottom: 30px;
	padding-top: 30px;
}
#locater  .list > li:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 2px;
	background-color: #dc002e;
	content:'';
}
#locater  .list li h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
}
#locater  .list li .address {
	margin-top: 8px;
	font-size: 15px;
	line-height: 1.2;
}
#locater  .list li .tel {
	margin-top: 8px;
	font-size: 15px;
	line-height: 1.2;
}
#locater  .list li .link {
	margin-top: 12px;
}
#locater  .list li .link li {
	display: inline-block;
	font-size: 12px;
}
#locater  .list li .link li:first-child {
	margin-right: 30px;
	font-weight: bold;
}
#locater  .list li .link li a {
	position: relative;
	display: block;
	padding: 5px 5px 5px 13px;
	color: #fff;
}
#locater  .list li .link li a:hover {
	color: #dc002e;
	text-decoration: none;
}
#locater  .list li .link li a:before {
	position: absolute;
	top: 8px;
	left: 0;
	width: 7px;
	height: 1px;
	background-color: #fff;
	content:'';
	transform: rotate(45deg)
}
#locater  .list li .link li a:after {
	position: absolute;
	top: 12px;
	left: 0;
	width: 7px;
	height: 1px;
	background-color: #fff;
	content:'';
	transform: rotate(-45deg)
}
#locater  .list li .link li a:hover:before,
#locater  .list li .link li a:hover:after {
	background-color: #dc002e;
}
@media(max-width:767px){
#locater .result {
	display: inline-block;
	width: 100%;
	height: auto;
	background: #262626;
	font-size: 14px;
	vertical-align: top;
}
#locater .type {
	height: 60px;
}
#locater .type li {
	padding: 20px 20px 0;
	font-size: 14px;
}
#locater .type li:first-child {
}
#locater .type li input {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 5px;
	background-color: #434343;
	content: "";
	vertical-align: bottom;
}
#locater  .found {
}
#locater  .list {
	height: auto;
}
#locater  .list > li {
	margin-bottom: 20px;
	padding-top: 20px;
}
#locater  .list > li:after {
}
#locater  .list li h3 {
	font-size: 15px;
	line-height: 1.2;
}
#locater  .list li .address {
	margin-top: 8px;
	font-size: 14px;
	line-height: 1.2;
}
#locater  .list li .tel {
	margin-top: 8px;
	font-size: 14px;
	line-height: 1.2;
}
#locater  .list li .link {
	margin-top: 12px;
}
#locater  .list li .link li {
	display: inline-block;
	font-size: 12px;
}
#locater  .list li .link li:first-child {
	margin-right: 30px;
	font-weight: bold;
}
#locater  .list li .link li a {
	position: relative;
	display: block;
	padding: 5px 5px 5px 13px;
	color: #fff;
}
#locater  .list li .link li a:hover {
	color: #dc002e;
	text-decoration: none;
}
#locater  .list li .link li a:before {
	position: absolute;
	top: 8px;
	left: 0;
	width: 7px;
	height: 1px;
	background-color: #fff;
	content:'';
	transform: rotate(45deg)
}
#locater  .list li .link li a:after {
	position: absolute;
	top: 12px;
	left: 0;
	width: 7px;
	height: 1px;
	background-color: #fff;
	content:'';
	transform: rotate(-45deg)
}
#locater  .list li .link li a:hover:before,
#locater  .list li .link li a:hover:after {
	background-color: #dc002e;
}
}
/*--------------------------------------
local nav
--------------------------------------*/
.lnav {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto 100px;
	padding: 0 50px;
}
.lnav ul  {
	font-size: 0;
}
.lnav ul li  {
	display: inline-block;
	width: 33%;
	background: #000;
}
.lnav ul li a {
	display: block;
	padding: 25px 10px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 1;
	transition: 0.2s ease-out;
}
.lnav ul li.current {
	background: #dc002e;
}
.lnav ul li.current a {
	color: #fff;
	text-align: center;
}
.lnav ul li a:hover {
	color: #dc002e;
	text-decoration: none;
	transition: 0.2s ease-out;
}
.lnav ul li.current a:hover {
	color: #000;
}
@media(max-width:1023px){
.lnav ul li a {
	font-size: 14px;
}
}
@media(max-width:767px){
.lnav {
	margin: 0px auto 50px;
	padding: 0 20px;
}
.lnav ul li  {
	display: block;
	width: 100%;
	margin: 15px auto;
}
.lnav ul li a {
	padding: 15px 10px;
}
}


/*--------------------------------------
直営店
--------------------------------------*/
#directly #mv {
	background-image: url(../img/shop/directly/mv_directly.jpg);
}
#directly #leadcopy {
	width: 100%;
	max-width: 1300px;
	margin: auto;
	padding: 0 50px;
	text-align: center;
}
#directly #leadcopy p {
	font-size: 18px;
	line-height: 2;
}
#directly #leadcopy ul {
	margin-top: 30px;
	font-size: 0;
	text-align: center;
}
#directly #leadcopy ul li {
	display: inline-block;
	border-left: 1px solid #fff;
	font-size: 16px;
	line-height: 1;
}
#directly #leadcopy ul li:last-child {
	border-right: 1px solid #fff;
}
#directly #leadcopy ul li a {
	margin: 0 2px;
	display: block;
	padding: 2px 30px;
	color: #dc002e;
	transition: 0.2s ease-out;
}
#directly #leadcopy ul li a:hover {
	background: #dc002e;
	color: #000;
	text-decoration: none;
	transition: 0.2s ease-out;
}
#directly .store {
	max-width: 1200px;
	margin: 100px auto 100px;
}
#directly .store .swiper-container {
	max-width: 1200px;
	height: 450px;
}
#directly .store .swiper-slide {
	max-width: 1200px;
	height: 450px;
	background: url(../img/shop/directly/tokyo_1.jpg) center center no-repeat;
	background-size: cover;
}
#directly .store.tokyo .swiper-slide.mv_02 {
	background-image: url(../img/shop/directly/tokyo_2.jpg);
}
#directly .store.tokyo .swiper-slide.mv_03 {
	background-image: url(../img/shop/directly/tokyo_3.jpg);
}
#directly .store.tokyo .swiper-slide.mv_04 {
	background-image: url(../img/shop/directly/tokyo_4.jpg);
}
#directly .store.tokyo .swiper-slide.mv_05 {
	background-image: url(../img/shop/directly/tokyo_5.jpg);
}
#directly .store.nagoya .swiper-slide.mv_01 {
	background-image: url(../img/shop/directly/nagoya_1.jpg);
}
#directly .store.nagoya .swiper-slide.mv_02 {
	background-image: url(../img/shop/directly/nagoya_2.jpg);
}
#directly .store.nagoya .swiper-slide.mv_03 {
	background-image: url(../img/shop/directly/nagoya_3.jpg);
}
#directly .store.osaka .swiper-slide.mv_01 {
	background-image: url(../img/shop/directly/osaka_1.jpg);
}
#directly .store.osaka .swiper-slide.mv_02 {
	background-image: url(../img/shop/directly/osaka_2.jpg);
}
#directly .store.osaka .swiper-slide.mv_03 {
	background-image: url(../img/shop/directly/osaka_3.jpg);
}
#directly .store.osaka .swiper-slide.mv_04 {
	background-image: url(../img/shop/directly/osaka_4.jpg);
}
#directly .store.fukuoka .swiper-slide.mv_01 {
	background-image: url(../img/shop/directly/fukuoka_1.jpg);
}
#directly .store.fukuoka .swiper-slide.mv_02 {
	background-image: url(../img/shop/directly/fukuoka_2.jpg);
}
#directly .store.fukuoka .swiper-slide.mv_03 {
	background-image: url(../img/shop/directly/fukuoka_3.jpg);
}
#directly .store.fukuoka .swiper-slide.mv_04 {
	background-image: url(../img/shop/directly/fukuoka_4.jpg);
}
#directly .store.fukuoka .swiper-slide.mv_05 {
	background-image: url(../img/shop/directly/fukuoka_5.jpg);
}
#directly .store.lounge .swiper-slide.mv_01 {
	background-image: url(../img/shop/directly/lounge_1.jpg);
}
#directly .store.lounge .swiper-slide.mv_02 {
	background-image: url(../img/shop/directly/lounge_2.jpg);
}
#directly .store.lounge .swiper-slide.mv_03 {
	background-image: url(../img/shop/directly/lounge_3.jpg);
}
#directly .store.lounge .swiper-slide.mv_04 {
	background-image: url(../img/shop/directly/lounge_4.jpg);
	background-position:center 10%;
}
#directly .store.lounge .swiper-slide.mv_05 {
	background-image: url(../img/shop/directly/lounge_6.jpg);
}
#directly .store .info {
	max-width: 1100px;
	margin: 50px 50px;
	font-size: 0;
}
#directly .store .info .intro {
	display: inline-block;
	width: 50%;
	padding-right: 40px;
	vertical-align: top;
}
#directly .store .info h2 {
	position: relative;
	padding-bottom: 20px;
	font-size: 28px;
	letter-spacing: 0.1em;
}
#directly .store .info h2:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 2px;
	background-color: #dc002e;
	content:'';
}
#directly .store .info .copy {
	margin-top: 30px;
	font-size: 16px;
	line-height: 1.7;
}
#directly .store .info dl {
	display: inline-block;
	width: 50%;
	padding-left: 40px;
	line-height: 1.5;
	vertical-align: top;
}
#directly .store .info dl dt {
	display: inline-block;
	width: 90px;
	padding-top: 3px;
	font-weight: bold;
	font-size: 13px;
	vertical-align: top;
}
#directly .store .info dl dd {
	display: inline-block;
	width: calc(100% - 90px);
	font-size: 16px;
	vertical-align: top;
}
#directly .store .info dl dt:nth-of-type(n+2),
#directly .store .info dl dd:nth-of-type(n+2) {
	margin-top: 10px;
}
#directly .store .info dl dd a.map {
	position: relative;
	display: inline-block;
	padding-left: 10px;
	font-size: 12px;
}
#directly .store .info dl dd a.map:before {
	position: absolute;
	top: 6px;
	left: 0;
	width: 7px;
	height: 1px;
	background-color: #dc002e;
	content:'';
	transform: rotate(45deg)
}
#directly .store .info dl dd a.map:after {
	position: absolute;
	top: 10px;
	left: 0;
	width: 7px;
	height: 1px;
	background-color: #dc002e;
	content:'';
	transform: rotate(-45deg)
}
@media(max-width:1023px){
#directly #leadcopy {
	padding: 0 20px;
	font-size: 16px;
}
#directly .store {
	margin: 70px auto;
}
#directly .store .info {
	margin: 30px 30px;
}
#directly .store .info .intro {
	padding-right: 20px;
}
#directly .store .info dl {
	padding-left: 20px;
}
}
@media(max-width:766px){
#directly #leadcopy {
	padding: 0 20px;
}
#directly #leadcopy p {
	font-size: 14px;
	text-align: left;
}
#directly #leadcopy ul li {
	font-size: 14px;
}
#directly #leadcopy ul li a {
	padding: 2px 10px;
}
#directly .store {
	margin: 70px auto;
}
#directly .store .info {
	margin: 20px 20px;
}
#directly .store .info .intro {
	display: block;
	width: 100%;
	padding-right: 0;
}
#directly .store .info h2 {
	font-size: 24px;
	letter-spacing: 0.1em;
}
#directly .store .info .copy {
	margin-top: 20px;
	font-size: 15px;
}
#directly .store .info dl {
	display: block;
	width: 100%;
	margin-top: 20px;
	padding-left: 0;
}
#directly .store .info dl dt:nth-of-type(n+2),
#directly .store .info dl dd:nth-of-type(n+2) {
	margin-top: 8px;
}
#directly .store .info dl dt {
	width: 70px;
	padding-top: 0px;
	font-size: 12px;
}
#directly .store .info dl dd {
	width: calc(100% - 70px);
	font-size: 13px;
}
}


.gm-style-iw{
	color: #000;
}
