@charset "UTF-8";
/* ============================================ */
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
	box-sizing: border-box;
	border-style: solid;
	border-width: 0;
}

/* Document */
/* ============================================ */

/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
* 3. Remove gray overlay on links for iOS.
*/

html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
	-webkit-tap-highlight-color: transparent;
	/* 3*/
}

/* Sections */
/* ============================================ */

/**
* Remove the margin in all browsers.
*/

body {
	margin: 0;
}


/**
* Render the `main` element consistently in IE.
*/

main {
	display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
	margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/

hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
	border-top-width: 1px;
	margin: 0;
	clear: both;
	color: inherit;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: inherit;
	/* 2 */
}

address {
	font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
* Remove the gray background on active links in IE 10.
*/

a {
	background-color: transparent;
	background-color: transparent;
	text-decoration: none;
	color: inherit;
}






/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/

abbr[title] {
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/

b,
strong {
	font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: inherit;
	/* 2 */
}

/**
* Add the correct font size in all browsers.
*/

small {
	font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content */
/* ============================================ */

/**
* Prevent vertical alignment issues.
*/

img,
embed,
object,
iframe {
	vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
* Reset form fields to make them styleable
*/

button,
input,
optgroup,
select,
textarea {
	-webkit-appearance: none;
	appearance: none;
	vertical-align: middle;
	color: inherit;
	font: inherit;
	background: transparent;
	padding: 0;
	margin: 0;
	outline: 0;
	border-radius: 0;
	text-align: inherit;
}

/**
* Reset radio and checkbox appearance to preserve their look in iOS.
*/

[type="checkbox"] {
	-webkit-appearance: checkbox;
	appearance: checkbox;
}

[type="radio"] {
	-webkit-appearance: radio;
	appearance: radio;
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/

button,
input {
	/* 1 */
	overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/

button,
select {
	/* 1 */
	text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
	cursor: default;
}

/**
* Remove the inner border and padding in Firefox.
*/

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
* Remove arrow in IE10 & IE11
*/

select::-ms-expand {
	display: none;
}

/**
* Remove padding
*/

option {
	padding: 0;
}

/**
* Reset to invisible
*/

fieldset {
	margin: 0;
	padding: 0;
	min-width: 0;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/

legend {
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/

progress {
	vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/

textarea {
	overflow: auto;
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
* 1. Correct the outline style in Safari.
*/

[type="search"] {
	outline-offset: -2px;
	/* 1 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/**
* Clickable labels
*/

label[for] {
	cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/

details {
	display: block;
}

/*
* Add the correct display in all browsers.
*/

summary {
	display: list-item;
}

/*
* Remove outline for editable content.
*/

[contenteditable] {
	outline: none;
}

/* Table */
/* ============================================ */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption {
	text-align: left;
}

td,
th {
	vertical-align: top;
	padding: 0;
}

th {
	text-align: left;
	font-weight: bold;
}

/* Misc */
/* ============================================ */

/**
* Add the correct display in IE 10+.
*/

template {
	display: none;
}

/**
* Add the correct display in IE 10.
*/

[hidden] {
	display: none;
}

/* ============================================ */



/* ==hamburger_Nav========================================== */
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

::before,
::after {
	box-sizing: inherit;
}

button {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: inherit;
	vertical-align: middle;
	text-align: inherit;
	font: inherit;
	-webkit-appearance: none;
	appearance: none;
}

/**************** 以下、ハンバーガーボタンのスタイリング ****************/
.btn {
	/* ボタンの配置位置  */
	position: fixed;
	top: 20px;
	right: 20px;
	/* 最前面に */
	z-index: 500;
	/* ボタンの大きさ  */
	width: 30px;
	height: 30px;
}

/***** 真ん中のバーガー線 *****/
.btn-line {
	display: block;
	/* バーガー線の位置基準として設定 */
	position: relative;
	/* 線の長さと高さ */
	width: 100%;
	height: 2px;
	/* バーガー線の色 */
	background-color: #d05b36;
	transition: .2s;
}

/***** 上下のバーガー線 *****/
.btn-line::before,
.btn-line::after {
	content: "";
	/* 基準線と同じ大きさと色 */
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #d05b36;
	transition: .5s;
}

.btn-line::before {
	/* 上の線の位置 */
	transform: translateY(-15px);
}

.btn-line::after {
	/* 下の線の位置 */
	transform: translateY(15px);
}

/***** メニューオープン時 *****/
.btn-line.open {
	/* 真ん中の線を透明に */
	background-color: transparent;
}

.btn-line.open::before,
.btn-line.open::after {
	content: "";
	background-color: #d05b36;
	transition: .2s;
}

.btn-line.open::before {
	/* 上の線を傾ける */
	transform: rotate(45deg);
}

.btn-line.open::after {
	/* 上の線を傾ける */
	transform: rotate(-45deg);
}

/**************** ここまで、ハンバーガーボタンのスタイリング ****************/

/**************** 以下、メニューのスタイリング ****************/
.menu {
	/* メニューを縦に */
	display: flex;
	flex-direction: column;
	position: fixed;
	/* メニューの位置マイナス指定で画面外に */
	right: -100%;
	width: 100%;
	height: 100vh;
	background-color: rgba(255, 255, 255, 1.0);
	color: #efefef;
	transition: .3s;
	z-index: 300;
}

.menu li {
	border-top: 1px solid #d05b36;
}

.menu li:first-child {
	border-top: none;
}

.menu-list {
	/* メニューテキスト位置をリスト内中心に */
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 1.5rem;
	font-weight: bold;
	color: rgba(208, 91, 54, 1);
	border: solid rgba(255, 255, 255, .5);
}

.menu-list:hover {
	/*		background-color: rgba(208, 91, 54, .5);*/
	/*	background-color: rgba(255, 255, 255, .5);*/
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	color: #d05b36;
	cursor: pointer;
	transition: .3s;
}

/***** メニューオープン時位置0にして画面内に *****/
.menu.open {
	position: absolute;
	right: 0;
}

@media only screen and (max-width: 640px) {
	.menu.open {
		position: fixed;
		top: 0;
		width: 100%;
	}
}

/* 600px以上はハンバーガーボタン非表示、ヘッダー固定 */
@media screen and (min-width: 600px) {

	.btn {
		display: none;
	}

	.menu {
		/*
	.メニューを横に 
*/
		display: flex;
		flex-direction: row;
		position: fixed;
		top: 10px;
		left: 50%;
		height: 30px;
		width: 1280px;
		transform: translate(-50%, 0%);
		z-index: 2100;
	}

	.menu li {
		border-left: 1px solid #d05b36;

		border-top: none;
	}

	.menu li:first-child {
		border-left: none;
	}

}


/* ==hamburger_Nav========================================== */



.menu_back {
	width: 100%;
	background-color: #fff;
	position: fixed;
	top: 0%;
	height: 50px;
	z-index: 2000;
}



@media only screen and (max-width: 640px) {
	.menu_back {
		display: none;
	}
}

html {
	font-size: 62.5%;
}

@media only screen and (max-width: 640px) {
	html {
		width: 100%;
	}
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
	html {
		width: 100%;
	}
}

body {
	background-color: #fff;
	/*	font*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
	/*	font*/
}


footer {
	text-align: center;
	width: 100%;
	font-weight: bold;
	font-style: italic;
	margin: 20px auto;

}

.footer {
	margin: 0 auto;
	text-align: center;
	width: 100%;
	font-weight: bold;
}


@media only screen and (max-width: 640px) {
	footer {
		font-size: 1rem;
		margin: 20px auto;
	}
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
	footer {
		font-size: 1rem;
		margin: 20px auto;
	}
}


*,
*::before,
*::after {
	box-sizing: border-box;
}

clearfix::after {
	content: '';
	display: block;
	clear: both;
}


img {
	width: 100%;
}


p {
	text-align: justify;
	text-align-last: auto;
	text-justify: inter-character;

	&.palt {
		font-feature-settings: 'palt';
	}
}

a {
	text-decoration: none;
}

a :hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}


a :hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

a :hover p {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}


.header {
	height: 836px;
	width: 1280px;
	position: relative;
	margin: 80px auto;
	overflow: hidden;
}


.main_title {
	z-index: 30;
}

@media only screen and (max-width: 640px) {
	.all_warp {
		width: 100%;
		padding: 20px;
	}

	.header {
		width: 100%;
		height: 100vh;
		position: relative;
		margin: 0 auto;
	}

}


.sub_title {
	width: auto;
	/*	position: relative;*/
}

@media only screen and (max-width: 640px) {
	.sub_title {
		width: auto;
	}
}








.secondary_title_nav {
	width: 50%;
}

/*
.menu {
	position: fixed;
	top: 50px;
	right: 50px;
}

.menu ul {
	z-index: 100;
	list-style: none;
	padding: 0;
}

.menu li :hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.menu a {
	text-decoration: none;
	color: #707070;
	font-size: 1.5rem;
	line-height: 4rem;
	letter-spacing: 0.05rem;
}
*/


@media only screen and (max-width: 640px) {
	.secondary_title_nav {
		width: 50%;
	}

	/*
	.menu {
		position: fixed;
		top: 50px;
		right: 50px;
	
	}

	.menu ul {
		z-index: 100;
		list-style: none;
		padding: 0;
		display: inline;
		padding: 0;
	}
	
	.menu li :hover {
		opacity: 0.5;
		filter: alpha(opacity=50);
		-moz-opacity: 0.5;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}
	.menu a {
		text-decoration: none;
		color: #707070;
		font-size: 1rem;
		line-height: 3rem;
	}

	.menu a :hover {
		opacity: 0.5;
		filter: alpha(opacity=50);
		-moz-opacity: 0.5;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}
*/
}


.hero_warp {
	width: 1280px;
	height: 836px;
	display: flex;
	z-index: 0;
}

.main_title_warp {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

@media only screen and (max-width: 640px) {
	.main_title_warp {
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.hero_warp {
		width: 100%;
		height: 90vh;
		display: flex;
		flex-direction: row-reverse;
		margin: 0px auto 0px auto;
	}

	.hero_warp .main_title img {
		display: block;
		width: 20%;
		height: auto;
		margin: 0px 0px 30px 0px;
	}
}

.hero_warp h1 {
	font-style: oblique;
	line-height: 10rem;
	color: #fff;
	font-size: 100px;
	font-weight: bold;
	text-shadow: 5px 5px #D05B36;
	-webkit-text-stroke: 1px #D05B36;
	margin: 10px 0px 10px 0px;
	padding: 10px;
	z-index: 10;
}

@media only screen and (max-width: 640px) {
	.hero_warp h1 {
		width: 100%;
		font-size: 3.5rem;
		display: block;
		font-style: oblique;
		line-height: 4rem;
		color: #fff;
		font-weight: bold;
		text-shadow: 2px 2px #d05b36;
		-webkit-text-stroke: 1px #D05B36;
		margin: 0px 0px 0px 0px;
	}
}


.secondary_title {
	width: 30%;
}

@media only screen and (max-width: 640px) {
	.secondary_title {
		width: 100%;
		padding: 10px;
	}
}

.hero_warp h2 {
	margin: 0px 0px 10px 0px;
	font-size: 40px;
	font-weight: 100;
	color: #d05b36;
}


@media only screen and (max-width: 640px) {
	.hero_warp h2 {
		margin: 0px 0px 2% 0px;
		font-size: 2.5rem;
		font-weight: bold;
		color: #d05b36;
	}
}





.hero_warp p {
	display: block;
	color: #707070;
	padding: 0 0 0 10px;
	border-left: solid 3px #d05b36;
	font-size: 1.5rem;
	line-height: 2em;
}

@media only screen and (max-width: 640px) {
	.hero_warp p {
		width: 100%;
		font-size: 1rem;
		line-height: 2em;
		display: inline-block;
		color: #707070;
		padding: 0 0 0 20px;
		border-left: solid 4px #d05b36;
	}

}

.main_title_logo {
	width: 120px;
}

@media only screen and (max-width: 640px) {
	.main_title_logo {
		width: 30%;
		padding: 10px;
		margin: 0 0 55% 0;
	}
}




/*画像切り替わり*/
.photos {
	width: 600px;
	position: absolute;
	top: 0;
	top: 0;
	right: 0;
	z-index: 0;
}

@media only screen and (max-width: 640px) {
	.photos {
		width: 70%;
		padding: 10px;
		height: auto;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 0;
	}
}





/*
@keyframes photo {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	90% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.photos img:nth-of-type(1) {
	animation-delay: 5s;
}

.photos img:nth-of-type(2) {
	animation-delay: 7.5s;

}

.photos img:nth-of-type(3) {
	animation-delay: 10s;

}

.photos img:nth-of-type(4) {
	animation-delay: 12.5s;

}
*/

/*
.photos img:nth-of-type(5) {
	animation-delay: 12s;
}
*/

/*
.photos img:nth-of-type(6) {
	animation-delay: 3.5s;
}
*/

/*画像切り替わり*/



.scroll {
	text-align: center;
	margin: 100px auto;
	text-align-last: initial;
}

.scroll_f {
	text-align: center;
	margin: 15px auto;
	text-align-last: initial;
}


.border {
	margin: auto;
	width: 2px;
	height: 50px;
	background-color: #707070;
}

@media only screen and (max-width: 640px) {


	.scroll_warp {
		width: 100%;
		text-align: center;
		margin: 50px auto;
		font-size: 2.5em;
		height: 100px;
	}

	.scroll {
		width: 100%;
		text-align: center;
		margin: 50px auto;
		font-size: 1em;
		height: 100px;
	}

	.scroll_f {
		width: 100%;
	}

	.border {
		margin: auto;
		width: 2px;
		height: 50px;
		background-color: #707070;
	}
}







.item_history {
	width: 100%;
	background-color: #D4D4D4;
	margin: 0 auto 120px;
}

.item_history .item_history_width {
	width: 1280px;
	margin: 0px auto;
	padding: 100px;
}

.item_history .category_title_warp {
	display: flex;
}

.category_title_number {
	text-align: center;
	font-size: 70px;
	font-weight: bold;
	color: #d05b36;
	margin: 0px auto 50px auto;
}


.item_history .category_title {
	width: 640px;
	font-size: 60px;
	font-weight: bold;
}


.item_history .category_title_comment {
	width: 640px;
	text-align: justify;
	text-align-last: auto;
}

.category_main {
	text-decoration: underline;
	margin: 0px auto 50px auto;
	line-height: 9rem;
}

.category_sub {
	font-size: 30px;
	color: #fff;
}

.category_title_comment {
	font-size: 20px;
	line-height: 4rem;
}






@media only screen and (max-width: 640px) {
	.item_history {
		width: 100%;
		background-color: #D4D4D4;
		margin: 0 auto 120px;
	}

	.item_history .item_history_width {
		max-width: 100%;
		margin: 0px auto;
		padding: 50px 10px;
	}

	.item_history .category_title_warp {
		display: block;
	}

	.category_title_number {
		font-size: 5rem;
		text-align: center;
		font-weight: bold;
		color: #d05b36;
		margin: 0px auto 20px auto;
	}


	.item_history .category_title {
		margin: 0px auto 30px auto;
		width: 100%;
		font-size: 6em;
		font-weight: bold;
		text-align: center;
	}

	.category_main {
		text-decoration: underline;
		margin: 0px auto 30px auto;
		font-size: 2rem;
		line-height: 0.5rem;
	}

	.item_history .category_title_comment {
		width: 95%;
		margin: 0 auto;
	}


	.category_sub {
		font-size: 1.5rem;
		color: #fff;
	}

	.category_title_comment {
		font-size: 1em;
		line-height: 2.5em;
	}
}



.title {
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	margin: 0px auto 70px auto;
}

section .point_title_warp {
	text-align: center;
	margin: 0px auto 50px auto;
}


section .point_main_img {
	max-width: 522px;
	margin: 0px auto 0px auto;
	position: relative;
}

section .point_main_img01 {
	position: absolute;
	transform: translateY(-580%) translateX(300%);
	width: 50px;
}

section .point_main_img02 {
	position: absolute;
	transform: translateY(-710%) translateX(550%);
	width: 50px;
}

section .point_main_img03 {
	position: absolute;
	width: 50px;
	transform: translateY(-600%) translateX(700%);
}

section .point_main_img04 {
	position: absolute;
	width: 50px;
	transform: translateY(-400%) translateX(350%);
}

section .point_main_img05 {
	position: absolute;
	width: 50px;
	transform: translateY(-150%) translateX(500%);
}







.item_point .point_title_number {
	font-size: 70px;
	font-weight: bold;
	color: #d05b36;
	margin: 0px auto 50px auto;
}


.point_title_number_s {
	font-size: 50px;
	font-weight: bold;
	color: #d05b36;
}



.item_point .title {
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	margin: 0px auto 70px auto;
}

.point_detail {
	max-width: 1280px;
	margin: 50px auto 150px auto;
	display: flex;
	flex-wrap: wrap;
	/*justify-content: center;*/
	border-bottom: 1px solid #707070;
	padding: 0px 0px 150px;
}

.point_detail_01 {
	width: 50%;
	margin: 0px;
	padding: 20px
}

.point_01 {
	display: flex;
	margin: 0px auto 20px auto;
}

.point_icon {
	width: 50px;
}

.point_comment {
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 2.5rem;
	width: 640px;
	margin: auto 10px auto 10px;
	padding: 5px;
}

.styling_section {
	max-width: 1280px;
	margin: 100px auto 50px auto;
}






@media only screen and (max-width: 640px) {
	.title {
		font-size: 3rem;
		text-align: center;
		font-weight: bold;
		margin: 0px auto 30px auto;
	}

	section .point_title_warp {
		text-align: center;
		margin: 0px auto 30px auto;

	}


	section .point_main_img {
		max-width: 100%;
		margin: 0px auto 0px auto;
		position: relative;
	}

	section .point_main_img01 {
		position: absolute;
		transform: translateY(-550%) translateX(290%);
		width: 10%;
	}

	section .point_main_img02 {
		position: absolute;
		transform: translateY(-645%) translateX(530%);
		width: 10%;
	}

	section .point_main_img03 {
		position: absolute;
		transform: translateY(-614%) translateX(675%);
		width: 10%;
	}

	section .point_main_img04 {
		position: absolute;
		transform: translateY(-380%) translateX(350%);
		width: 10%;
	}

	section .point_main_img05 {
		position: absolute;
		transform: translateY(-150%) translateX(470%);
		width: 10%;
	}

	.item_point .point_title_number {
		font-size: 5rem;
		font-weight: bold;
		color: #d05b36;
		margin: 0px auto 20px auto;
	}

	.point_title_number_s {
		font-size: 0.5em;
		font-weight: bold;
		color: #d05b36;
	}



	.item_point .title {
		font-size: 2rem;
		margin: 0px auto 70px auto;
	}

	.point_detail {
		max-width: 100%;
		margin: 0px auto 100px auto;
		display: flex;
		flex-wrap: wrap;
		/*justify-content: center;*/
		border-bottom: 1px solid #707070;
		padding: 0px 0px 100px 0px;
	}

	.point_detail_01 {
		width: 100%;
		margin: 0 0 10px 0;
		padding: 0px;
	}

	.point_01 {
		display: flex;
		margin: 10px auto 0px auto;
		padding: 0;
	}

	.point_icon {
		width: 10%;
		text-align: center;
		margin: 15px auto 10px auto;
	}

	.point_comment {
		font-size: 1.4rem;
		line-height: 1.5;
		font-weight: bold;
		width: 100%;
		margin: 0 auto 0 auto;
		padding: 10px;
		text-align: justify;
		text-align-last: auto;
		text-justify: inter-character;
	}

	.styling_section {
		width: 100%;
		margin: 50px auto 50px auto;
	}
}






.styling_section .styling_section_number {
	font-size: 70px;
	font-weight: bold;
	color: #d05b36;
	margin: 0px auto 50px auto;
	text-align: center;
}

.styling_section .styling_title {
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	margin: 0px auto 70px auto;
}

.styling_section .styling_section_comment {
	font-size: 15px;
	text-align: justify;
	text-align-last: auto;
	letter-spacing: 0.1em;
	line-height: 3rem;
	text-justify: inter-character;
	max-width: 700px;
	margin: 0px auto 70px auto;

}

.styling_section_top {
	width: 1280px;
	display: flex;
	text-align: center;
	margin: 0px auto 100px auto;

}



.styling_section_img {
	width: 632px;
}

.styling_section_left {
	display: block;
	margin: 0 300px 0 0;
	width: 50px;
	display: flex
}

.styling_section_rigft {
	display: block;
	width: 50px;
	display: flex;
	transform: rotateZ(180deg);
	margin: 0 0 0 300px;
}

.styling_line {
	background-color: #D05B36;
	height: auto;
	overflow: hidden;
	text-align: center;
	margin: 0 0 100px 0;
}

.styling_line p {
	display: inline-block;
	font-size: 3rem;
	line-height: 5rem;
	white-space: nowrap;
	padding: 0 0 0 0;
	font-weight: bold;
	color: #fff;
	animation: styling_line 100s linear infinite;
}

@keyframes styling_line {
	0% {
		transform: translateX(0)
	}

	100% {
		transform: translateX(-100%)
	}
}



.styling_section_detail_top {
	width: 100%;
	height: 970px;
	margin: 50px auto;
	position: relative;
}

.styling_section_detail_top_left {
	width: 470px;
	position: absolute;
	top: 50%;
	left: 10%;
	transform: translate(0%, -50%);
	z-index: 10;
}


.styling_section_detail_top_right {
	width: 470px;
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translate(0%, -50%);
	z-index: 10;
}

.styling_section_detail_top_imgr {
	width: 624px;
	position: absolute;
	z-index: 5;
	right: 162px;
}

.styling_section_detail_top_imgl {
	width: 624px;
	position: absolute;
	z-index: 10;
	left: 162px;
}

.styling_section_detail_up {
	width: 100%;
	max-width: 1280px;
	display: flex;
	padding: 0 146px;
	margin: 0 0 150px 0;
}

.styling_section_img_left {
	margin: 0px auto 0px auto;
	max-width: 470px;
	padding: 16px;
}

.styling_section_img_rigft {
	margin: 0px auto 0px auto;
	max-width: 470px;
	padding: 16px;
}


.styling_section_stuff {
	border-radius: 30px;
	display: flex;
	width: 1280px;
	height: 400px;
	background-color: #D05B36;
	margin: 0 auto;
}

.shop {
	font-size: 20px;
	margin: 0 0 10px 0px;
}

.name {
	font-size: 30px;
	margin: 0 0 30px 0px;
}


div.instagram_warp p {
	display: table-cell;
	vertical-align: middle;
	margin: 0;
}

.styling_section_stuff_hukidashi {
	width: 50px;
	margin: -10px auto 0 auto;
}



.styling_section_item_credit {
	width: 1280px;
	margin: 0px auto 150px auto;
	padding: 0 146px 100px 146px;
	font-size: 15px;
	font-weight: bold;
	color: #707070;
	border-bottom: 1px solid #707070;
}

.item_style :hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}


.item {
	width: 100%;
	margin: 0 auto 0 auto;
	font-size: 10px;
	font-weight: bold;
	color: #707070;
	line-height: 1.8em;
}

.item_menu span {
	width: 100%;
	margin: 10 5px;
	font-size: 10px;
	font-weight: normal;
	color: #707070;
	line-height: 1.8em;
}

.styling_section_item_credit li {
	width: 1280px;
	margin: 0px auto 0 auto;
	font-size: 13px;
	font-weight: bold;
}

.styling_section_item_credit ul {
	list-style: none;
	padding: 0;
}

.styling_section_item_credit a {
	color: #d05b36;
	text-decoration: none;
}


.item_style a {
	color: #D05B36;
}

.item_style a :hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}



/*harukazone*/

.styling_section_stuff_warp {
	position: relative;
}

.styling_section_stuff_yaginuma {
	border-radius: 30px;
	padding: 0px;
	display: flex;
	width: 1280px;
	height: auto;
	background-color: #D05B36;
	margin: 0 auto;
}

.styling_section_stuff_haruka {
	border-radius: 30px;
	padding: 0px;
	display: flex;
	width: 1280px;
	height: auto;
	background-color: #D05B36;
	margin: 0 auto;
}

.styling_section_stuff_morishima {
	border-radius: 30px;
	padding: 0px;
	display: flex;
	width: 1280px;
	height: auto;
	background-color: #D05B36;
	margin: 0 auto;
}

.styling_section_stuff_narumi {
	border-radius: 30px;
	padding: 0px;
	display: flex;
	width: 1280px;
	height: auto;
	background-color: #D05B36;
	margin: 0 auto;
}

.styling_section_stuff_kanzawa {
	border-radius: 30px;
	padding: 0px;
	display: flex;
	width: 1280px;
	height: auto;
	background-color: #D05B36;
	margin: 0 auto;
}

.styling_section_stuff_sato {
	border-radius: 30px;
	padding: 0px;
	display: flex;
	width: 1280px;
	height: auto;
	background-color: #D05B36;
	margin: 0 auto;
}

.styling_section_stuff_comment_warp {
	width: 50%;
	margin: 10px 0 50px 136px;
	padding: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	line-height: 1.5em;
}

.styling_section_stuff_comment {
	width: 90%;
	margin: 30px 0 30px 0;
	line-height: 2;
}

.shop {
	font-size: 20px;
	margin: 0 0 10px 0px;
}

.name {
	font-size: 30px;
	margin: 0 0 30px 0px;
}

.instagram {
	font-size: 15px;
	margin: 10p 0 10px 0px;
}

.instagram img {
	width: 20px;
	margin: 0 10px 0px 0px;
}

.styling_section_stuff_hukidashi {
	max-width: 50px;
	margin: 0 auto;
}

.styling_section_stuff_icon {
	width: 350px;
	padding: 15px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(50%, -45%);
}


.styling_section_item_credit {
	width: 1280px;
	margin: 0px auto 0px auto;
	padding: 20px 0 100px 146px;
	font-size: 15px;
	font-weight: bold;
	color: #707070;
	border-bottom: 1px solid #707070;
}

.item {
	width: 100%;
	margin: 0 auto 0 auto;
	font-size: 10px;
	font-weight: bold;
	color: #707070;
	line-height: 1.8em;
}

.item_menu {
	width: 100%;
	margin: 0 0 10px 0;
	font-size: 10px;
	font-weight: normal;
	color: #707070;
	line-height: 1.8em;
}

.item_menu span {
	width: 100%;
	margin: 0 5px;
	font-size: 10px;
	font-weight: normal;
	color: #707070;
	line-height: 1.8em;
}

.styling_section_item_credit li {
	width: 1280px;
	margin: 0px auto 0 auto;
	font-size: 13px;
	font-weight: bold;
}

.styling_section_item_credit ul {
	list-style: none;
	padding: 0;
}


.item_style {
	color: #D05B36;
}








@media only screen and (max-width: 640px) {
	.styling_section .styling_section_number {
		font-size: 5rem;
		font-weight: bold;
		color: #d05b36;
		margin: 0px auto 30px auto;
		text-align: center;
	}

	.styling_section .styling_title {
		font-size: 2rem;
		text-align: center;
		font-weight: bold;
		margin: 0px auto 30px auto;
	}

	.styling_section .styling_section_comment {
		font-size: 1.4rem;
		text-align: justify;
		/*	text-align-last: justify;*/
		line-height: 2.5rem;
		text-justify: inter-character;
		margin: 0px auto 50px auto;
		padding: 20px 10px;
	}

	.styling_section_top {
		width: 100%;
		display: flex;
		text-align: center;
		margin: 0px auto 50px auto;

	}

	.styling_section_img {
		width: 80%;
	}

	.styling_section_left {
		display: block;
		margin: 0 10% 0 0;
		width: 10%;
		display: flex;
	}

	.styling_section_rigft {
		display: block;
		width: 10%;
		display: flex;
		transform: rotateZ(180deg);
		margin: 0 0 0 10%;
	}

	.styling_line {
		background-color: #D05B36;
		height: auto;
		overflow: hidden;
		text-align: center;
		margin: 0 0 30px 0;
	}

	.styling_line p {
		display: block;
		font-size: 1.5rem;
		line-height: 2.5rem;
		white-space: nowrap;
		padding: 0 0 0 0;
		font-weight: bold;
		color: #fff;
		animation: styling_line 50s linear infinite;
	}

	@keyframes styling_line {
		0% {
			transform: translateX(0)
		}

		100% {
			transform: translateX(-100%)
		}
	}



	.styling_section_detail_top_warp {}

	.styling_section_detail_top {
		width: 100%;
		height: 30vh;
		padding: 0 10px;
		position: relative;
	}

	.styling_section_detail_top_left {
		width: 50%;
		position: absolute;
		z-index: 5;
		top: 50%;
		left: 50%;
		transform: translate(0%, -50%);
	}


	.styling_section_detail_top_right {
		width: 50%;
		position: absolute;
		z-index: 5;
		top: 50%;
		right: 50%;
		transform: translate(0%, -50%);
	}

	.styling_section_detail_top_imgr {
		width: 50%;
		position: absolute;
		z-index: 5;
		top: 50%;
		right: 50%;
		transform: translate(0%, -50%);
	}

	.styling_section_detail_top_imgl {
		width: 50%;
		position: absolute;
		z-index: 5;
		top: 50%;
		left: 50%;
		transform: translate(0%, -50%);
	}

	.styling_section_detail_up {
		width: 100%;
		display: flex;
		padding: 0;
		margin: 0 auto;
		padding: 0 5px 0 0;
	}

	.styling_section_img_left {
		margin: 0px auto 0px auto;
		width: 100%;
		padding: 0 1px 0 0;
	}

	.styling_section_img_rigft {
		margin: 0px auto 0px auto;
		width: 100%;
		padding: 0 0 0 1px;
	}


	.styling_section_stuff {
		border-radius: 30px;
		display: flex;
		width: 100%;
		height: 400px;
		background-color: #D05B36;
		margin: 0 auto;
	}

	.styling_section_stuff_comment {
		width: 500px;
		margin: 30px 0 50px 0;
		line-height: 2;
	}

	.shop {
		font-size: 20px;
		margin: 0 0 20px 0px;
	}

	.name {
		font-size: 1.4rem;
		margin: 0 0 30px 0px;
	}



	.instagram img {
		width: 20px;
		margin: 0 10px -5px 0px;
	}

	.styling_section_stuff_hukidashi {
		width: 50px;
		margin: 0 auto;
	}

	.styling_section_item_credit {
		width: 100%;
		margin: 0px auto 0px auto;
		padding: 0 0 100px 146px;
		font-size: 15px;
		font-weight: bold;
		color: #707070;
		border-bottom: 1px solid #707070;
	}

	.item {
		width: 100%;
		margin: 0 auto 0 auto;
		font-size: 10px;
		font-weight: bold;
		color: #707070;
		line-height: 1.8em;
	}

	.item_menu span {
		width: 100%;
		margin: 0 5px;
		font-size: 1rem;
		font-weight: normal;
		color: #707070;
		line-height: 1.8em;
	}

	.styling_section_item_credit li {
		width: 100%;
		margin: 0px auto 0 auto;
		font-size: 13px;
		font-weight: bold;
	}

	.styling_section_item_credit ul {
		list-style: none;
		padding: 0;
	}

	.styling_section_item_credit a {
		color: #d05b36;
		text-decoration: none;
	}

	.item_style {
		color: #D05B36;
	}






	/*harukazone*/
	.styling_section_stuff_yaginuma {
		border-radius: 0px;
		display: flex;
		width: 100%;
		height: auto;
		background-color: #D05B36;
		margin: 0 auto;
	}

	.styling_section_stuff_haruka {
		border-radius: 0px;
		display: flex;
		width: 100%;
		height: auto;
		background-color: #D05B36;
		margin: 0 auto;
	}

	.styling_section_stuff_morishima {
		border-radius: 0px;
		display: flex;
		width: 100%;
		height: auto;
		background-color: #D05B36;
		margin: 0 auto;
	}

	.styling_section_stuff_narumi {
		border-radius: 0px;
		display: flex;
		width: 100%;
		height: auto;
		background-color: #D05B36;
		margin: 0 auto;
	}

	.styling_section_stuff_kanzawa {
		border-radius: 0px;
		display: flex;
		width: 100%;
		height: auto;
		background-color: #D05B36;
		margin: 0 auto;
	}

	.styling_section_stuff_sato {
		border-radius: 0px;
		display: flex;
		padding: -10px;
		width: 100%;
		height: auto;
		background-color: #D05B36;
		margin: 0 auto;
	}

	.styling_section_stuff_comment_warp {
		width: 50%;
		margin: 15px 0 15px 0;
		padding: 10px;
		font-weight: bold;
		color: #fff;
		line-height: 1rem;
		font-size: 0.7rem;
	}

	.styling_section_stuff_comment {
		width: 100%;
		margin: 10px 0 20px;
		line-height: 2em;
		font-size: 1.5em;
	}

	.shop {
		font-size: 1rem;
		margin: 0 0 10px 0px;
	}

	.name {
		display: block;
		font-size: 2rem;
		margin: 0 0 10px 0px;
	}

	.instagram {
		display: inline;
		font-size: 1rem;
		margin: 10p 0 10px 0px;
	}

	.instagram img {
		width: 2rem;
		margin: 0px 10px 0px 0px;
	}

	.styling_section_stuff_hukidashi {
		width: 50%;
		margin: -5px 0 0 10%;
	}

	.styling_section_stuff_icon {
		width: 50%;
		padding: 2px;
		margin: auto;
		height: auto;
		top: 50%;
		right: 50%;
		transform: translate(0%, -50%);
	}


	.styling_section_item_credit {
		width: 100%;
		margin: 0px auto 0px auto;
		padding: 10px 0 50px 0px;
		font-size: 15px;
		font-weight: bold;
		color: #707070;
		border-bottom: 1px solid #707070;
	}

	.item {
		width: 100%;
		margin: 0 auto 0 auto;
		font-size: 1.4rem;
		font-weight: bold;
		color: #707070;
		line-height: 1.8em;
	}


	.styling_section_item_credit li {
		width: 100%;
		margin: 0px auto 0 auto;
		font-size: 1rem;
		font-weight: bold;
		line-height: 0.5em;
	}

	.styling_section_item_credit ul {
		list-style: none;
		padding: 0;
	}

	.styling_section_item_credit a {
		color: #d05b36;
		text-decoration: none;
	}

	.item_style {
		color: #D05B36;
		font-size: 1.4rem;
	}

}



.text-image {
	position: relative;
	padding: 10px;
}

.link_banner {
	max-width: 1280px;
	margin: 0px auto 150px;
}



.link_banner img {
	max-width: 1280px;
	margin: 0px auto;
}

.link_banner .text-image_eng {
	position: absolute;
	padding: 10px 100px;
	top: 35%;
	left: 16%;
	font-size: 5rem;
	width: 70%;
	text-align: center;
	font-weight: bold;
	color: #fff;
	border: 4px solid #fff;
}

.link_banner .text-image_jp {
	position: absolute;
	padding: 10px;
	top: 65%;
	left: 43%;
	font-size: 2rem;
	color: #fff;
}

.text-image {
	margin: 100px auto 5px auto;
	max-width: 1280px;
}

.text-image_warp {
	padding: 10px;
	max-width: 1280px;
	display: flex;
	margin: 0px auto;
}

.text-image_style {
	position: relative;
}

.text-image_style_eng {
	position: absolute;
	padding: 10px;
	top: 25%;
	left: 22%;
	font-size: 2rem;
	font-weight: bold;
	width: 60%;
	text-align: center;
	color: #fff;
	border: 3px solid #fff;
}

.ttext-image_style_jp {
	position: absolute;
	padding: 10px;
	top: 55%;
	left: 35%;
	font-size: 2rem;
	color: #fff;
}

.text-image_style img {
	padding: 0 8px 0 0;
}

.text-image_blog {
	position: relative;
}

.text-image_blog img {
	padding: 0 0 0 8px;
}

.text-image_blog_eng {
	position: absolute;
	padding: 10px;
	top: 25%;
	left: 22%;
	font-size: 2rem;
	width: 60%;
	text-align: center;
	font-weight: bold;
	color: #fff;
	border: 3px solid #fff;
}

.text-image_blog_jp {
	text-align: center;
	position: absolute;
	padding: 10px;
	top: 55%;
	left: 40%;
	font-size: 2rem;
	color: #fff;
}





@media only screen and (max-width: 640px) {

	.link_banner {
		width: 100%;
		margin: 0px auto 100px;
	}



	.link_banner img {
		width: 100%;
		margin: 0px auto;
	}

	.link_banner .text-image_eng {
		position: absolute;
		padding: 10px 10px;
		top: 15%;
		left: 0%;
		font-size: 2rem;
		width: 100%;
		text-align: center;
		font-weight: bold;
		color: #fff;
		border: 0px solid #fff;
	}

	.link_banner .text-image_jp {
		position: absolute;
		padding: 2px;
		top: 70%;
		left: 50%;
		transform: translate(-50%, -50%);
		text-align: center;
		font-size: 1.5rem;
		width: 100% color: #fff;
	}

	.text-image {
		position: relative;
		padding: 0 5px 0 5px;
		margin: 50px auto 0px auto;
		width: 100%;
	}

	.text-image_warp {
		padding: 5px;
		width: 100%;
		display: inline-block;
		margin: 0px auto;
	}

	.text-image_style {
		position: relative;
	}

	.text-image_style_eng {
		position: absolute;
		padding: 10px 10px;
		top: 15%;
		left: 0%;
		font-size: 2rem;
		width: 100%;
		text-align: center;
		font-weight: bold;
		color: #fff;
		border: 0px solid #fff;
	}

	.ttext-image_style_jp {
		text-align: center;
		position: absolute;
		padding: 10px;
		top: 70%;
		left: 50%;
		transform: translate(-50%, -50%);
		text-align: center;
		font-size: 1.5rem;
		width: 100% color: #fff;
	}

	.text-image_style img {
		padding: 0 0 0 0;
	}

	.text-image_blog {
		position: relative;
	}

	.text-image_blog img {
		padding: 5px 0 0 0;
	}

	.text-image_blog_eng {
		position: absolute;
		padding: 10px 10px;
		top: 15%;
		left: 0%;
		font-size: 2rem;
		width: 100%;
		text-align: center;
		font-weight: bold;
		color: #fff;
		border: 0px solid #fff;
	}

	.text-image_blog_jp {
		position: absolute;
		padding: 10px;
		top: 70%;
		left: 50%;
		transform: translate(-50%, -50%);
		text-align: center;
		font-size: 1.5rem;
		width: 100% color: #fff;
	}
}



































.Section_Shoplist {
	width: 1280px;
	margin: 0 auto;
}


.articleLabelL {
	width: 1280px;
	display: inline-block;
	font-family: Lato, sans-serif;
	font-size: 3rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1em;
	margin-bottom: 8rem;
	text-align: center;
	z-index: 1;
}

.l-row {
	max-width: 1280px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
}

.l-column {
	flex: 0 1 1076px;
	margin: 0 auto;
	max-width: 1076px;
}

.topBtn {
	bottom: 40px;
	display: inline-block;
	position: fixed;
	right: 40px;
	width: 40px;
}

.Shoplist__shopName {
	border-bottom: 1px solid;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: .15em;
	line-height: 1em;
	padding-bottom: 1rem;
}

.Shoplist__block {
	letter-spacing: .1em;
	margin: 0 0 10rem;
	text-align: left;
	width: 60rem;
}

.Shoplist__shopinfo {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	margin: 15px auto;
}

.Shoplist__shopinfo dt {
	-ms-flex: 0 0 8rem;
	flex: 0 0 8rem;
	font-style: italic;
	color: #555;
	margin: 1rem 0 0;
}

.Shoplist__shopinfo dd {
	flex: 0 0 calc(100% - 8rem);
	line-height: 1.4;
	margin: 1rem 0 0 0;
	width: calc(100% - 8rem);
}

.Shoplist__shopinfo dt {
	align-items: center;
	display: flex;
	flex: 0 0 8rem;
	font-size: 1.2rem;
	font-style: italic;
	margin: 1rem 0 0 0;
	max-width: 8rem;
}

.Shoplist__map {
	border-bottom: 2px solid;
	font-style: italic;
	margin-left: .5rem;
	border: none;
}

.Shoplist__sns ul {
	display: flex;
	justify-content: flex-start;
	margin: 10px 0 20px;
}

.Shoplist__sns li {
	font-size: 2rem;
	margin-right: 10px;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.linkButton {
	font-size: 0.8em;
	display: inline-block;
	padding: 13px 50px;
	/* border-radius: 1px; */
	border: 1px solid #232323;
	color: #fff;
	background-color: #232323;
	line-height: 1em;
	vertical-align: bottom;
}


.linkButton a {
	color: #fff;
}


.linkButton {
	font-size: 0.8em;
	display: inline-block;
	padding: 13px 50px;
	/* border-radius: 1px; */
	border: 1px solid #232323;
	color: #fff;
	background-color: #232323;
	line-height: 1em;
	vertical-align: bottom;
}




















@media only screen and (max-width: 640px) {
	.Section_Shoplist {
		width: 100%;
		margin: 0 auto;
	}


	.articleLabelL {
		width: 100%;
		display: inline-block;
		font-family: Lato, sans-serif;
		font-size: 3rem;
		font-weight: 400;
		letter-spacing: 0;
		line-height: 1em;
		margin-bottom: 8rem;
		text-align: center;
		z-index: 1;
	}

	.l-row {
		max-width: 1280px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0 auto;
	}

	.l-column {
		flex: 0 1 1076px;
		margin: 0 auto;
		max-width: 1076px;
	}

	.topBtn {
		bottom: 40px;
		display: inline-block;
		position: fixed;
		right: 20px;
		width: 30px;
	}

	.Shoplist__shopName {
		border-bottom: 1px solid;
		font-size: 2rem;
		font-weight: 700;
		letter-spacing: .15em;
		line-height: 1em;
		padding-bottom: 1rem;
	}

	.Shoplist__block {
		letter-spacing: .1em;
		margin: 0 0 10rem;
		text-align: left;
		width: 60rem;
	}

	.Shoplist__shopinfo {
		align-items: center;
		display: flex;
		flex-wrap: wrap;
		margin: 15px auto;
	}

	.Shoplist__shopinfo dt {
		-ms-flex: 0 0 8rem;
		flex: 0 0 8rem;
		font-style: italic;
		color: #555;
		margin: 1rem 0 0;
	}

	.Shoplist__shopinfo dd {
		flex: 0 0 calc(100% - 8rem);
		line-height: 1.4;
		margin: 1rem 0 0 0;
		width: calc(100% - 8rem);
	}

	.Shoplist__shopinfo dt {
		align-items: center;
		display: flex;
		flex: 0 0 8rem;
		font-size: 1.2rem;
		font-style: italic;
		margin: 1rem 0 0 0;
		max-width: 8rem;
	}

	.Shoplist__map {
		border-bottom: 2px solid;
		font-style: italic;
		margin-left: .5rem;
		border: none;
	}

	.Shoplist__sns ul {
		display: flex;
		justify-content: flex-start;
		margin: 10px 0 20px;
	}

	.Shoplist__sns li {
		font-size: 2rem;
		margin-right: 10px;
	}

	.fa {
		display: inline-block;
		font: normal normal normal 14px/1 FontAwesome;
		font-size: inherit;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	.linkButton {
		font-size: 0.8em;
		display: inline-block;
		padding: 13px 50px;
		/* border-radius: 1px; */
		border: 1px solid #232323;
		color: #fff;
		background-color: #232323;
		line-height: 1em;
		vertical-align: bottom;
	}


	.linkButton a {
		color: #fff;
	}


	.linkButton {
		font-size: 0.8em;
		display: inline-block;
		padding: 13px 50px;
		/* border-radius: 1px; */
		border: 1px solid #232323;
		color: #fff;
		background-color: #232323;
		line-height: 1em;
		vertical-align: bottom;
	}
}