/*!
 * common.css
 * v@0.4.0
 * update: 2014-04-25
 * License: under the MIT license.
 */@charset "UTF-8";

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
	display: block;
}

body {
    font-family: "Roboto", sans-serif;
    letter-spacing: 0;
	line-height: 1.5;
	font-size: 13px;
}

audio,canvas,video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

audio:not([controls]) {
	display: none;
}

[hidden] {
	display: none;
}

code,kbd,pre,samp {
	_font-family: 'courier new',monospace;
}

pre {
	white-space: pre-wrap;
	word-wrap: break-word;
}

q {
	quotes: none;
}

q:before,q:after {
	content: '';
	content: none;
}

menu,ol,ul {
	margin: 0;
}

dd {
	margin: 0 0 0 40px;
}

menu,ol,ul {
	padding: 0;
}

nav ul,nav ol {
	list-style: none;
	list-style-image: none;
}

ol, ul {
	list-style: none;
}

img {
	-ms-interpolation-mode: bicubic;
}

form {
	margin: 0;
}

legend {
	white-space: normal;
	*margin-left: -7px;
}

button,input,select {
	vertical-align: baseline;
}

button,input,select,textarea {
	font-size: 100%;
	*vertical-align: middle;
}

button {
	line-height: normal;
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
	*overflow: visible;
}

input[type="checkbox"],input[type="radio"] {
	*height: 13px;
	*width: 13px;
}

textarea {
	vertical-align: top;
}

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
	display: block;
}

audio,canvas,progress,video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],template {
	display: none;
}

a {
	background: 0 0;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b {
	font-weight: 700;
}

mark {
	background: #ff0;
	color: #000;
}

sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

img {
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

pre {
	overflow: auto;
}

code,kbd {
	font-size: 1em;
}

pre {
	font-family: monospace,monospace;
}

pre,samp {
	font-size: 1em;
}

button,input,optgroup,select,textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,select {
	text-transform: none;
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],input[type="radio"] {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid silver;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: 700;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	-webkit-font-kerning: normal;
	-moz-font-kerning: normal;
	-ms-font-kerning: normal;
	-o-font-kerning: normal;
	font-kerning: normal;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	width: 100%;
	height: 100%;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

h1,h2,h3,h4,h5,h6,body,p,pre,blockquote,figure,dl,dl dt,dl dd {
	margin: 0;
	padding: 0;
}

a:link:focus {
	outline: none;
}

[contenteditable]:focus,img:focus,map area:focus {
	outline: none;
}

th,td,fieldset {
	padding: 0;
}

fieldset {
	margin: 0;
}

html {
	width: 100%;
	height: 100%;
}

html {
	color: #000;
	font-family: "돋움","중고딕","중명조",dotum,AppleGothic,Arial,Helvetica,Clean,sans-serif;
	font-size: 13px;
	*font: x-small;
	line-height: 1.5;
	background-color: #fff;
}

body {
	color: #000;
	background: #fff;
}

hr {
	display: block;
	width: 100%;
	height: 1px;
	border: 0 none;
	background: #666;
}

a {
	-webkit-transition: color 300ms;
	transition: color 300ms;
}

a:link,a:visited {
	color: #a9151a;
	text-decoration: none;
}

a:hover,a:focus {
	/*color: #85cf43;*/
	text-decoration: none;
}

a:active {
	color: #6baf2f;
}

a:focus {
	outline: none;
}

em {
	font-style: normal;
}

em,strong {
	font-weight: 700;
}

small {
	font-size: .8em;
}

cite {
	font-weight: 700;
	font-style: normal;
}

cite:before {
	content: '『';
	font-weight: 400;
}

cite:after {
	content: '』';
	font-weight: 400;
}

q:before {
	content: '❝';
}

q:after {
	content: '❞';
}

dfn {
	font-weight: 700;
	font-style: normal;
}

code {
	font-family: Ricty,Consolas,"Courier New",Courier,Monaco,monospace;
	margin: 0 2px;
	padding: 3px 5px;
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 3px;
	background: rgba(0,0,0,.025);
}

samp {
	color: #FFF;
	background: rgba(0,0,0,.9);
}

samp,kbd {
	margin: 0 2px;
	padding: 3px 5px;
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 3px;
}

kbd {
	background: rgba(0,0,0,.025);
}

kbd kbd {
	display: inline-block;
	font-family: "돋움","중고딕","중명조",dotum,AppleGothic,Arial,Helvetica,Clean,sans-serif;
	font-weight: 700;
	line-height: 1;
	margin: 1px;
	padding: 1px 10px;
	border: 1px solid rgba(0,0,0,.6);
	background: #eee;
	box-shadow: 1px 1px 1px rgba(255,255,255,.5)inset,-1px -1px 1px rgba(0,0,0,.5)inset;
}

pre code {
	display: block;
	padding: 5px 10px;
}

pre kbd {
	display: block;
	color: #FFF;
	background: rgba(0,0,0,.9);
}

pre kbd:after {
	content: '|';
	opacity: .6;
}

pre kbd kbd {
	color: #000;
	display: inline;
	background: #eee;
}

pre kbd kbd:after {
	display: none;
}

pre samp {
	display: block;
	padding: 5px 10px;
}

var {
	font-family: serif;
	font-weight: 700;
	margin: 0 2px;
	padding: 3px 5px;
	border-radius: 3px;
	background: rgba(0,0,0,.025);
}

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}



/*header
--------------------------------------------------------- */
header {
	min-width: 1110px;
	background: #000;
	color: #fff;
	/*font-family: 'Lato', sans-serif;*/
}

header .head_tag {
	float: left;
	width: 390px;
	margin-right: 20px;
}

header .head_menu {
	overflow:hidden;
	zoom:1;
	text-align: right;
}

header .head_menu li {
	display: inline-block;
	margin-left: 28px;
}

header .head_menu li:first-child {
	margin-left: 0;
}

header .head_menu li:hover {
	opacity: 0.7;
}

@media only screen and (max-width: 767px){
	header {
		min-width: 100%;
		width: 100%;
		display: table;
		padding: 15px 4%;
	}

	header .head_tag {
		float: none;
		display: table-cell;
		vertical-align: middle;
		width: 70%;
		margin: 5px 0 0 0;
		padding: 0 5% 0 0;
		font-size: 77%;
	}

	header .head_menu {
		display: table-cell;
		vertical-align: middle;
	}
	
	header .head_menu li {
		width: 32px;
		margin-left: 10px;
	}
	
	header .head_menu li.btn_en {
		width: 45px;
	}
}

/*header
-------------------------------------------------------- */
.l-header{
	/* position:absolute; */
	position: relative;
}
.l-header.is_fixed{
	position:fixed
}
.l-header.is_fixed .header-upper{
	display: none;
}
.header-nav__list{
	justify-content: center;
}
.header-nav__list-item{
	margin-right: 55px;
}
.header-nav__list-item .header-form{
	position: static;
}
a.header-nav__list-anchor{
	color: #333;
}
.header-form__button{
	color: #333;
}
.header-nav__list-item--logo{
	width: 53px;
	margin-right:83px;
}
.header-nav__list-item--search{
	background-color: #000000;
	padding: 5px 20px;
	border-radius: 999px;
    transition:all 300ms;
}

.header-nav__list-item--search:hover{
	background-color: #b81c22;
}
.header-nav__list-item--search a,
.header-nav__list-item--search a:hover{
	color: #fff;
}
.l-header .header-nav__list-item--logo,
.l-header .header-nav__list-item--form{
	opacity: 0;
	pointer-events: none;
	transition:all 300ms;
}
.l-header.is_fixed .header-nav__list-item--logo,
.l-header.is_fixed .header-nav__list-item--form{
	opacity: 1;
	pointer-events:auto;
}
@media (min-width: 768px) {
    .header-nav__list-item:first-child {
        display: block;
    }
}
@media (max-width:767px){
	.l-header{
		padding: 0;
	}
}

/*container
--------------------------------------------------------- */
#container {
	min-width: 1110px;
	/* background: url(../img/common/container_bg.jpg) repeat; */
}

@media only screen and (max-width: 767px) {
	#container {
		min-width: 100%;
		background-size: 1300px auto;
		-webkit-background-size: 1300px auto; /* Safari,Google Chrome用 */ 
		-moz-background-size: 1300px auto; /* Firefox用 */ 
		-o-background-size: 1300px auto; /* Opera用 */ 
	}
}

/*ttl02
--------------------------------------------------------- */
.ttl02 {
	margin-bottom: 80px;
	padding: 20px;
	color: #fff;
	font-size: 240%;
	text-align: center;
	background: #000;
	background-position: bottom center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	font-family: 'Crimson Text', serif;
}




@media only screen and (max-width: 767px) {
	
	.ttl02 {
		margin-bottom: 30px;
		font-size: 170%;
		padding: 12px 4%;
	}
}



/*ft_locations
--------------------------------------------------------- */
.ft_locations {
	background: #E7E4DD;
}

.ft_locations_block {
	/* background: url(../img/common/ft_locations_bg_item01.png) no-repeat; */
	background-position: bottom center;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
}

.ft_locations_box {
	padding-bottom: 120px;
	/* background: url(../img/common/ft_locations_bg_item02.png) center bottom no-repeat; */
}

.ft_locations_store {
	width: 1088px;
	margin: 0 auto 60px;
}

.ft_locations_store div {
	float: left;
	width:336px;
	margin-left: 40px;
}

.ft_locations_store div:first-child {
	margin-left: 0;
}

.ft_locations_map {
	width: 1000px;
	height: 501px;
	margin: 0 auto;
	background: url(../img/common/ft_locations_map_2212.png) no-repeat;
}

.ft_locations_map ul {
	margin-left: -20px;
}

.ft_locations_map ul li {
	float: left;
	margin: 0 0 8px 20px;
}

.ft_locations_map ul li a {
	display: block;
	padding-left: 17px;
	background: url(../img/common/icon_arrow02.png) left center no-repeat;
}

.ft_locations_map ul li a.nolink {
	opacity: 0.3;
}

.ft_locations_map ul li a.link:hover {
	opacity: 0.5;
}

.ft_locations_map_block01 {
	float: left;
	width: 507px;
}

.ft_locations_map_block02 {
	overflow: hidden;
	zoom: 1;
}

.ft_locations_map_box01 p,
.ft_locations_map_box02 p,
.ft_locations_map_box03 p,
.ft_locations_map_box04 p,
.ft_locations_map_box05 p {
	margin-bottom: 10px;
}

.ft_locations_map_block01 .ft_locations_map_box01 {
	width: 507px;
	padding-top: 29px;
	margin-bottom: 27px;
}

.ft_locations_map_block01 .ft_locations_map_box02 {
	width: 323px;
	margin-bottom: 33px;
}

.ft_locations_map_block01 .ft_locations_map_box03 {
	width: 448px;
	margin-bottom: 26px;
}

.ft_locations_map_block01 .ft_locations_map_box04 {
	width: 330px;
	margin-bottom: 20px;
}

.ft_locations_map_block01 .ft_locations_map_box05 {
	width: 116px;
}

.ft_locations_map_block02 .ft_locations_map_box01 {
	padding-top: 29px;
	margin: 0 0 53px 333px;
}

.ft_locations_map_block02 .ft_locations_map_box02 {
	margin: 0 0 40px 293px;
}

.ft_locations_map_block02 .ft_locations_map_box03 {
	margin: 0 0 24px 194px;
}

.ft_locations_map_block02 .ft_locations_map_box04 {
	margin: 0 0 0 81px;
}

.locations_map_wrap {
	width: 1080px;
	margin: 0 auto;
	padding: 40px 0 65px;
	background-color: #fff;
}


.ft_locations_box .btn_area {
	width:1088px;
	margin:0 auto 40px;
}

.ft_locations_box .btn_area>a {
	width: 500px;
	height: 80px;
	margin: 0 auto 10px;
	padding: 20px;
	text-align: center;
	font-size: 22px;
	line-height:1.3;
	color: #fff;
	background: #a9151a;
	position: relative;
	cursor: pointer;
	border-radius: 40px;
	font-size: 22px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	transition: opacity 0.3s;
}
.ft_locations_box .btn_area>p{
	text-align: center;
    color: #a9151a;
}
.ft_locations_box .btn_area>a:hover {
	transition: opacity 0.3s;
	opacity: 0.7;
}
.ft_locations_box .btn_area>a:before {
	display: block;
	content: "";
	position: absolute;
	right: 30px;
	top: 50%;
    width: 10px;
    height: 17px;
    margin-top: -10px;
	background: url(../img/common/icon_arrow08.png) left center no-repeat;
}


@media only screen and (min-width: 767px) {
	.locations_map_wrap {
		position: relative;
	}
}
@media only screen and (max-width: 767px) {
	.ft_locations_box .btn_area {
		width:100%;
	}
	.ft_locations_box .btn_area>a {
		width: 90%;
		height: 55px;
		margin: 0 auto 10px;
		padding: 20px 5%;
		font-size: 13px;
		border-radius: 25px;
		font-size: 15px;
	}
}

.pc_ft_locations_map {
	margin-top: 45px;
	width: 100%;
	height: auto;
}

.pc_ft_locations_map .map_more_ttl_pc {
	padding: 30px 80px 0 100px;
}

.pc_ft_locations_map .map_more_ttl_pc .ttl {
	position: relative;
	font-size: 25px;
	font-weight: bold;
	color: #a9151a;
	margin-bottom: 5px;
	padding: 0 0 0 25px;
}

.pc_ft_locations_map .map_more_ttl_pc .ttl .ttl__num {
	position: absolute;
	top: 0;
	left: -30px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background: #a31917;
	font-size: 19px;
	line-height: 1;
}

.pc_ft_locations_map .map_more_ttl_pc .ttl span {
	display: table-cell;
	vertical-align: middle;
}

.pc_ft_locations_map .map_more_ttl_pc p {
	padding-left: 26px;
}

.pc_ft_locations_map .map_more_txt {
	/* display: none; */
}

.pc_ft_locations_map .map_more_txt ul.list_flex {
	margin: 13px 80px 0 125px;
	display: flex;
	flex-wrap: wrap;
}

.pc_ft_locations_map .map_more_txt ul li {
	font-size: 20px;
	margin-right: 30px;
	padding-top: 10px;
}


.pc_ft_locations_map .map_more_txt ul li a {
	padding: 20px 30px 20px 0;
	color: #000;
	background: url(../img/common/sp_toggle_icon_arrow03.png) 96% center no-repeat;
	background-size: 11px auto;
	-webkit-background-size: 11px auto;
	-moz-background-size: 11px auto;
	-o-background-size: 11px auto;
}

.pc_ft_locations_map .map_more_txt ul li a.nolink {
	opacity: 0.3;
}

.map_list {
	position: relative;
	width: 100%;
    height: 100%;
}
.map_list div {
	position: absolute;
	color: #a91419;
	font-size: 21px;
	font-weight: 600;
	padding: 0 0 0 30px;
	background: url(../img/common/icon_spot.png) 0 center no-repeat;
	background-size: 15px auto;
	-webkit-background-size: 15px auto;
	-moz-background-size: 15px auto;
	-o-background-size: 15px auto;
}
.map_list .spot01 {
    left: 739px;
    top: 68px;
}
.map_list .spot02 {
    left: 664px;
    top: 165px;
}
.map_list .spot03 {
    left: 637px;
    top: 275px;
}
.map_list .spot03_2 {
    left: 637px;
    top: 308px;
}
.map_list .spot04 {
    left: 545px;
    top: 370px;
}
.map_list .spot05 {
    left: 140px;
    top: 143px;
}
.map_list .spot06 {
    left: 70px;
    top: 223px;
}
.map_list .spot08 {
	left: 50px;
    top: 296px;
}
.map_list .spot09 {
    left: 60px;
	top: 386px;
}

@media only screen and (max-width: 767px) {
	.locations_map_wrap {
		width: 100%;
		margin: 0 auto;
		padding: 0;
		background-color: #fff;
		position: relative;
	}
	.map_list {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
	}
	.map_list div {
		position: absolute;
		color: #a91419;
		font-size: 3.733vw;
		font-weight: 600;
		padding: 0.667vw 0 0.667vw 6.667vw;
		background: url(../img/common/icon_spot.png) 0 center no-repeat;
		background-size: 4vw auto;
		-webkit-background-size: 4vw auto;
		-moz-background-size: 4vw auto;
		-o-background-size: 4vw auto;
	}
	.map_list .spot01 {
		left: 14vw;
		top: 8.933vw;
	}
	.map_list .spot02 {
		left: 24vw;
		top: 21.733vw;
	}
	.map_list .spot03 {
		left: 24vw;
		top: 34.8vw;
	}
	.map_list .spot03_2 {
		left: 24vw;
		top: 47.467vw;
	}
	.map_list .spot04 {
		left: 42.533vw;
		top: 93.067vw;
	}
	.map_list .spot05 {
		left: 42.533vw;
		top: 105.333vw;
	}
	.map_list .spot06 {
		left: 42.533vw;
		top: 118.4vw;
	}
	.map_list .spot08 {
		left: 42.533vw;
		top: 131.2vw;
	}
	.map_list .spot09 {
		left: 42.533vw;
		top: 144.267vw;
	}
}




@media only screen and (max-width: 767px) {
	
	.ft_ocations img {
		width: 100%;
	}
	
	.ft_locations_block {
		background: none;
	}

	.ft_locations_box {
		padding-bottom: 0;
		background: none;
	}
	
	.ft_locations_store {
		width: 92%;
		margin: 0 auto 25px;	
	}
	
	
	.ft_locations_store div {
		float: none;
		width:100%;
		margin-left: 0;
	}
	
	.ft_locations_store div img {
		width: 100%;
	}
	
	.sp_ft_locations_map {
		margin-top: 25px;
		width: 100%;
		height: auto;
		border-bottom: 1px solid #000;
		/*font-family: 'Lato', sans-serif;*/
	}
	
	.sp_ft_locations_map .map_more_ttl {
		padding: 15px 20px 15px 20px;
		background: #fff url(../img/common/sp_toggle_icon_arrow01.png) 96% 28px no-repeat;
		background-size: 18px auto;
		-webkit-background-size: 18px auto;
		-moz-background-size: 18px auto;
		-o-background-size: 18px auto;
		border-top: 1px solid #000;
	}
	
	.sp_ft_locations_map .map_more_ttl.close {
		background: #fff url(../img/common/sp_toggle_icon_arrow02.png) 96% 28px no-repeat;
		background-size: 18px auto;
		-webkit-background-size: 18px auto;
		-moz-background-size: 18px auto;
		-o-background-size: 18px auto;
	}
	
	.sp_ft_locations_map .map_more_ttl .ttl {
		position: relative;
		font-size: 116%;
		font-weight: bold;
		color: #a9151a;
		margin-bottom: 5px;
		padding: 0;
		padding: 0 0 0 25px;
	}
	
	.sp_ft_locations_map .map_more_ttl .ttl .ttl__num {
		position: absolute;
		top: 2px;
		left: -4px;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #fff;
		width: 20px;
		height: 20px;
		border-radius: 50%;
		background: #a31917;
		font-size: 11px;
		line-height: 1;
	}
	
	/* .sp_ft_locations_map .map_more_ttl .ttl:before {
		display: table-cell;
		vertical-align: middle;
		content: "";
		width: 16px;
		height: 23px;
		padding-right: 10px;
		background: url(../img/common/sp_toggle_icon_map.png) left center no-repeat;
		background-size: 16px auto;
		-webkit-background-size: 16px auto;
		-moz-background-size: 16px auto;
		-o-background-size: 16px auto;
	} */
	
	.sp_ft_locations_map .map_more_ttl .ttl span {
		display: table-cell;
		vertical-align: middle;
	}
	
	.sp_ft_locations_map .map_more_ttl p {
		padding-left: 26px;
	}
	
	.sp_ft_locations_map .map_more_txt {
		display: none;
	}
	
	.sp_ft_locations_map .map_more_txt ul {
		margin: 0;
	}
	
	.sp_ft_locations_map .map_more_txt ul li {
		float: none;
		margin: 0;
		background: #edece7;
		border-top: 1px solid #000;
	}
	
	
	.sp_ft_locations_map .map_more_txt ul li a {
		padding: 20px 20px 20px 46px;
		display: block;
		color: #000;
		background: url(../img/common/sp_toggle_icon_arrow03.png) 96% center no-repeat;
		background-size: 8px auto;
		-webkit-background-size: 8px auto;
		-moz-background-size: 8px auto;
		-o-background-size: 8px auto;
	}

	.sp_ft_locations_map .map_more_txt ul li a.nolink {
		opacity: 0.3;
	}
}

/*footer
--------------------------------------------------------- */
.footer-copyright{
	margin-top: 0
}
@media only screen and (max-width: 767px) {
	.footer-copyright{
		margin-bottom: 85px;
	}
}

/*画像
--------------------------------------------------------- */
@media only screen and (max-width: 767px) {

	img {
		max-width: 100%;
		height: auto;
		width /***/: auto;
	}
}



/*表示・非表示管理
--------------------------------------------------------- */
.pc_only {
}
.sp_only {
	display:none !important;
}



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

	.pc_only {
		display:none !important;
	}
	.sp_only {
		display:block !important;
	}

}



/*その他
--------------------------------------------------------- */
.nav-btn{
	display: none;
}
.fix-nav__list{
	height: 85px;
}
.fix-nav__anchor img{
    max-width: 30px;
}
.fix-nav__text{
	padding-top: 3px;
	font-size: 13px;
	flex: 1;
}
.fix-nav__item{
    width: auto;
    flex: 1;
	padding: 0 10px 10px;
}
.fix-nav__item_maps{
	flex: 1.8;
	background: #B81C22;
}
.fix-nav__item_maps .fix-nav__text{
	color: white;
}
.fix-nav__item_howto{
	flex: 1.5;
}
.fix-nav__img{
	width: 24px;
	height: 24px;
}
.clear {
	clear: both;
}

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.font10 {
	font-size: 77%;
}

.font11 {
	font-size: 85%;
}

.font14 {
	font-size: 108%;
}

.font15 {
	font-size: 116%;
}

.font16 {
	font-size: 123.1%;
}

.font17 {
	font-size: 131%;
}

.font18 {
	font-size: 138.5%;
}

.font19 {
	font-size: 146.5%;
}

.font20 {
	font-size: 153.9%;
}

.fontb {
	font-weight: 700;
}

.font_red {
	color: #c21b07;
}

.font_orange {
	color: #f6b545;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mt30 {
	margin-top: 30px;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb25 {
	margin-bottom: 25px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb35 {
	margin-bottom: 35px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb45 {
	margin-bottom: 45px;
}


.mb50 {
	margin-bottom: 50px;
}

.mr5 {
	margin-right: 5px;
}

.ml5 {
	margin-left: 5px;
}

.ml10 {
	margin-left: 10px;
}

.ml15 {
	margin-left: 15px;
}


.pl0 {
	padding-left: 0px !important;
}

.center {
	width: 100%;
	text-align: center;
}

.right {
	width: 100%;
	text-align: right;
}

.img_float_l {
	float: left;
	margin-right: 10px;
}

.img_float_r {
	float: right;
	margin-left: 10px;
}

.clearfix {
	*display: inline-block;
	*zoom: 1;
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
}

/* map
--------------------------------------------------------- */

.ft_locations .ttl03 {
    margin: 0 auto;
	text-align: center;
	padding: 130px 0 30px 0;
}
.ft_locations .ttl03 h2 {
    font-size: 48px;
    text-align: center;
    font-family: 'Crimson Text', serif;
}

.map__button--pc {
	width: 600px;
	height: 80px;
	background-color: #ad272e;
	margin: 40px auto 60px;
	border-radius: 40px;
	transition: opacity 0.3s;
}
.map__button--pc:hover {
	transition: opacity 0.3s;
	opacity: 0.7;
}

.map__button--pc a {
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 22px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.map__button--pc a span {
	position: relative;
	line-height: 1;
	transform: translateX(15px);
}

.map__button--pc a span::before {
	position: absolute;
    top: -4px;
    left: -43px;
	background: url('/en/img/common/icon_anchor.svg') no-repeat center/contain;
	width: 24px;
	height: 30px;
	content: '';
}

.map {
	display: none;
}

.map .map__button {
	padding: 0 15px;
}

.map .map__button a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 55px;
	background: #a9151a;
	color: #fff;
	font-size: 15px;
	border-radius: 30px;
	width: 95%;
	margin: 20px auto 40px;
}

.map .map__button a span {
	position: relative;
	line-height: 1;
	transform: translateX(15px);
}

.map .map__button a span::before {
	position: absolute;
	top: -3px;
	left: -25px;
	background: url('/en/img/common/icon_anchor.svg') no-repeat center/contain;
	width: 15px;
	height: 20px;
	content: '';
}

.map .map__img {
	text-align: center;
	margin-top: 15px;
	position: relative;
}

@media only screen and (max-width: 767px) {
	.map {
		display: block;
	}
	.map__button--pc {
		display: none;
	}

	.ft_locations .ttl03 {
		padding: 60px 0 0 0;
	}
	.ft_locations .ttl03 h2 {
		font-size: 29px;
	}
}



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

.ft_locations .shop {
	margin: 0 auto;
	width: 1088px;
}

/* .ft_locations .shop .shop__inner {
	background: #dcd8cd;
	padding: 40px;
} */

.ft_locations .shop .shop__ttl {
	position: relative;
	font-family: 'Lato', sans-serif;
	font-size: 27px;
	padding-left: 27px;
	line-height: 1;
}

.ft_locations .shop .shop__ttl::before {
	position: absolute;
	top: 4px;
	left: 0;
	width: 6px;
	height: 24px;
	background: #a9151a;
	content: '';
}

.ft_locations .shop .link-list {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	margin: 20px -10px 0;
}

.ft_locations .shop .link-list .link-list__item {
	margin: 10px;
}

.ft_locations .shop .link-list .link-list__item a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 235px;
	height: 60px;
	background: #fff;
	border: 1px solid #c0bfbd;
	color: #000;
	font-size: 14px;
	border-radius: 5px;
	transition: opacity 0.3s;
}

.ft_locations .shop .link-list .link-list__item a:hover {
	opacity: 0.7;
}

.ft_locations .shop .link-list .link-list__item a::before {
	position: absolute;
	top: 50%;
	right: 20px;
	width: 7px;
	height: 12px;
	content: '';
	background: url('/en/img/common/icon_arw.svg') no-repeat center/contain;
	transform: translateY(-50%);
}

.ft_locations .shop .bnr__wrap {
	margin: 60px 0 40px;
}

.ft_locations .shop .bnr__wrap .bnr__wrap__ttl {
	font-size: 48px;
    text-align: center;
	font-family: 'Crimson Text', serif;
}

.ft_locations .shop .bnr__wrap ul {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 35px;
}
.ft_locations .shop .bnr__wrap ul li {
	width: 332px;
	margin: 0 20px;
	transition: opacity 0.3s;
}
.ft_locations .shop .bnr__wrap ul li:hover {
	transition: opacity 0.3s;
	opacity: 0.7;
}

@media only screen and (max-width: 767px) {
	.ft_locations .shop {
		width: auto;
		margin: 0 auto;
		padding: 31px 15px;
	}

	/* .ft_locations .shop .shop__inner {
		padding: 25px 20px;
	} */

	.ft_locations .shop .shop__ttl {
		font-size: 20px;
		padding-left: 17px;
	}

	.ft_locations .shop .shop__ttl::before {
		top: -1px;
	}

	.ft_locations .shop .link-list {
		display: block;
	}

	.ft_locations .shop .link-list .link-list__item a {
		border-radius: 2px;
		width: auto;
		height: 50px;
	}

	.ft_locations .shop .link-list .link-list__item a:hover {
		opacity: 1;
	}

	.ft_locations .shop .link-list .link-list__item a::before {
		right: 17px;
		width: 8px;
		height: 13px;
	}

	.ft_locations .shop .link-list .link-list__item + .link-list__item {
		margin-top: 10px;
	}

	.ft_locations .shop .bnr__wrap .bnr__wrap__ttl {
		font-size: 29px;
	}
	.ft_locations .shop .bnr__wrap ul {
		display: block;
		margin: 20px 0 20px;
	}
	.ft_locations .shop .bnr__wrap ul li {
		width: 85%;
		max-width: 322px;
		margin: 0 auto 10px;
	}
}
