@import url("../store/css/store.css");
/* ==========================================================================
Base
========================================================================== */
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	min-height: 100%;
	overflow-x: hidden;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}
body {
	background: #101010;
	color: #c1c1c1;
	font-size: .75em;
	font-family: "Helvetica Neue", "helvetica", "Hiragino Kaku Gothic Pro", "Verdana", Meiryo, Osaka, "MS PGothic", sans-serif;
	letter-spacing: .08em;
	position: relative;
	overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4;
}
img {
	vertical-align: top;
}
figure {
	z-index: 1;
}
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
}
/* ==========================================================================
Typography
========================================================================== */
h1, h2, h3, h4, h5, h6 {
	margin: 0;
}
h2 {
	font-size: 2em;
}
h2, h3 {
	color: #FFF;
}
small.small, .small small {
	font-size: .9em;
	letter-spacing: 0;
}
p, pre {
	vertical-align: top;
}
p, li, dt, dd {
	font-size: 1.25em;
	line-height: 1.4;
}
::selection {
	color: #FFF;
	background: #dcb551;
}
::-moz-selection {
color: #FFF;
background:#dcb551;
}
/* ==========================================================================
Lists
========================================================================== */
dl, menu, ol, ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
menu {
	padding: 0 0 0 40px;
}
nav ul, nav ol {
	list-style: none;
	list-style-image: none;
}
/* ==========================================================================
Embedded content
========================================================================== */
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* ==========================================================================
Forms
========================================================================== */
form {
	margin: 0;
}
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	vertical-align: middle;
	outline: 0;
}
button, input {
	line-height: normal;
}
input, textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	overflow: visible;
}
button[disabled], input[disabled] {
	cursor: default;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	height: 13px;
	width: 13px;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
/* ==========================================================================
Tables
========================================================================== */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ==========================================================================
Global Styles
========================================================================== */
a, a.small small {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	word-wrap: break-word;
	color: #dcb551;
}
a:active, a:hover, a:focus {
	outline: 0;
}
a:hover, a:focus, .btn:hover, small.small a:hover, a.small:hover small {
	text-decoration: none;
	cursor: pointer;
}
a:hover, a.hover, a:focus {
	color: #fff;
}
.indent {
	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
	text-align: left;
	display: block;
}
.linkbtn {
text-align: center;
display: block;
border: 2px solid #dcb551;
background-color: #dcb551;
color: #FFFFFF;
padding: 1em;
font-weight: bold;
max-width: 400px;
}
.linkbtn::before, .linkbtn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.linkbtn, .linkbtn::before, .linkbtn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.linkbtn:hover {
	background-color: #000000;
	border-color: #dcb551;
	color: #dcb551;
}
.sfont {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.dialine {
	text-align: center;
}
.dialine i {
	width: 10px;
	height: 10px;
	background: #dcb551;
	display: inline-block;
	margin: 0 5px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-style: preserve-3d;
	-webkit-transform-origin: 0 100%;
	-moz-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	-o-transform-origin: 0 100%;
	transform-origin: 0 100%;
}
.non-col {
	padding: 0!important;
}
/*======================
 content
=======================*/

#wrapper {
	position: relative;
	background: url(../img/bg.jpg) repeat-y 50%;
    z-index: 200;
}
#storeinfo #wrapper {
	margin-top: 0px !important;
}
.container-fluid {
	padding: 0;
}
/* title */
h2 {
	margin-bottom: 2em;
}
.title {
	font-size: 3em;
	display: block;
	text-align: center;
	color: #dcb551;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	letter-spacing: .2em;
}
.title span {
	display: block;
}
.sub-title {
	font-size: 1.4em;
	text-align: center;
	margin: 0 0 2.5em 0;
	color: #c1c1c1;
	display: block;
}
.read {
	text-align: center;
	margin-bottom: 1.2em;
	font-family: 'Oswald', sans-serif;
}
/*======================
 icons
=======================*/

.category-icon {
	display: block;
	margin: 1em auto;
}

#i-concept {
	height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 95px;
    background: url('../img/icon_cow2.png') center center no-repeat;
    background-size: contain;
}
/*======================
 header
=======================*/

#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}
#header .inner {
	padding: 20px;
	position: relative;
}
#header a {
	color: #FFF;
}
#header h1 {
	float: left;
	font-size: 2em;
}
#header h1 img {
	width: 260px;
	height: 100%;
}
#header nav {
	margin-top: 7px;
	float: right;
}
#header li {
	display: inline-block;/*margin-left: 2.6em;*/
}
#header li span {
	display: block;
	text-align: center;
	font-size: 0.6em;
}
#header ul {
	float: left;
	margin-left: 2em;
}
#menu-web a {
	position: relative;
	padding-bottom: 6px;
	display: inline-block;
	margin-left: 1.4em;
	padding: 5px 14px;
	font-size: 1.2em;
}
#menu-web a::before {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	height: 2px;
	background-color: #FFF;
	content: "";
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	transition: all 0.15s;
	width: 0%;
}
#menu-web a:hover::before, #menu-web a:focus::before {
	width: 100%!important;
}
#header h1 a:hover, #header h1 a.hover, #menu-sns a:hover {
	color: #dcb551;
}
#menu-btn {
	display: none;
	line-height: 1.2;
	font-size: 2em;
	position: relative;
	z-index: 50;
}
#menu-btn span {
	display: none;
}

#header.fixed {
	background-color: rgba(0,0,0,0.85);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#panel-btn {
	display: inline-block;
	position: relative;
	width: 40px;
	height: 40px;
	/*border: 1px solid #fff;*/
	background: #dcb551;
	color: #FFF;
	z-index: 100;
}
#panel-btn:hover, #panel-btn.hover, .active #panel-btn {
	border: 1px solid #dcb551;
	background: #dcb551;
}
#panel-btn-icon {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 14px;
	height: 2px;
	margin: -1px 0 0 -7px;
	background: #fff;
	opacity: 1;
	transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	width: 14px;
	height: 2px;
	transition: .3s;
	top: 50%;
	background: #fff;
}
#panel-btn-icon:before {
	margin-top: -6px;
}
#panel-btn-icon:after {
	margin-top: 4px;
}
#panel-btn .close {
	background: transparent;
}
#panel-btn .close:before, #panel-btn .close:after {
	margin-top: 0;
}
#panel-btn .close:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-style: preserve-3d;
}
#panel-btn .close:after {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	-webkit-transform-style: preserve-3d;
}
#menu-sns {
	position: fixed;
	top: 30%;
	right: 0;
	font-size: 2em;
}
#menu-sns li {
	display: block;
	background: #CCCCCC;
	padding: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.line {
	top: 20%;
    position: relative;
    height: 30px;
	line-height:50px
}
#smp-bn-area {
    display: none;
}
/*======================
 footer
=======================*/

footer {
	text-align: center;
	height: 400px;
	background: #000000 !important;
	z-index: 3000;
}
#connect {
	position: relative;
	top: 4em;
	margin-bottom: 4em;
}
#connect h4 {
	font-size: 100%;
	margin-bottom: 1.4em;
}
#connect li {
	display: inline-block;
	margin: 0 .8em;
}
#connect li a {
	color: #000;
	background-color: #FFF;
	font-size: 2em;
	display: block;
	width: 50px;
	height: 50px;
	    line-height: 50px;
	text-align: center;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}
#connect li a:hover, #connect li a.hover {
	background-color: #BC9D51;
}
#connect p a:hover, #connect p a.hover {
	color: #BC9D51;
}
#connect i {
	line-height: 50px;
}
#f-tel {
	font-size: 3.5em;
	line-height: 1;
	color: #FFF;
	font-weight: bold;
}
#catchcopy {
	clear: both;
	/*border-top: 1px solid #151515;
	border-bottom: 1px solid #151515;*/
	background: #1e1e1e;
	padding: 2em 0;
}
#catchcopy > * {
	font-size: 100%;
	text-align: center;
	display: inline-block;
}
#catchcopy h2 {
	margin-bottom: 1em;
}
#pagetop {
	overflow: hidden;
	height: 50px;
	float: right;
	position: relative;
	right: 5%;
}
#pagetop a {
	display: inline-block;
	/*border-top: 60px solid #1e1e1e;
	border-left: 60px solid #1e1e1e;
	border-right: 60px solid #1e1e1e;
	border-bottom: 60px solid #1e1e1e;*/
	background: #1e1e1e;
	vertical-align: bottom;
	height: 60px;
	width: 76px;
	position: relative;
	padding-top: -10px;
}
#pagetop a:hover, #pagetop a.hover {
	/*background: #dcb551;*/
	margin-top: -8px;
}
#pagetop .arrow {
	width: 26px;
	height: 26px;
	position: absolute;
	top: 10%;
	left: 50%;
	margin: 18px 0px 0 -12px;
	border-right: 2px solid #FFF;
	border-top: 2px solid #FFF;
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform-style: preserve-3d;
}
#copy {
	padding: 2em 0;
	display: block;
	font-size: 1.2em;
}
#copy:before {
    content: '\0a9 2018-2024';
    margin-right: .5em;
}
#contact-btn {
	left: -3px;
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
#access-btn {
	right: 0px;
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
/*======================
 slick slider
=======================*/

.slick-list, .slick-slider, .slick-track {
	position: relative;
	display: block
}
.slick-loading .slick-slide, .slick-loading .slick-track {
	visibility: hidden
}
.slick-slider {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}
.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}
.slick-list:focus {
	outline: 0
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}
.slick-slider .slick-list, .slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
}
.slick-track {
	top: 0;
	left: 0
}
.slick-track:after, .slick-track:before {
	display: table;
	content: ''
}
.slick-track:after {
	clear: both
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}
[dir=rtl] .slick-slide {
	float: right
}
.slick-slide img {
	display: block
}
.slick-slide.slick-loading img {
	display: none
}
.slick-slide.dragging img {
	pointer-events: none
}
.slick-initialized .slick-slide {
	display: block
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}
.slick-arrow.slick-hidden {
	display: none
}
.slick-slider {
	position: relative;
}
.slick-arrow {
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	transition: all 0.15s;
	position: absolute;
	top: 45%;
	background: none;
	height: 50px;
	border: none;
	width: 50px;
	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	padding: 0;
	z-index: 10;
}
.slick-prev:after, .slick-next:after {
	content: "";
	width: 26px;
	height: 26px;
	position: absolute;
	top: 0;
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform-style: preserve-3d;
	margin: 11px 17px;
}
.slick-prev {
	left: 2%;
}
.slick-next {
	right: 2%;
}
.slick-prev:after {
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	left: 0;
}
.slick-next:after {
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	right: 0;
}
.slick-prev:hover, .slick-prev.hover {
	left: 1.5%;
}
.slick-next:hover, .slick-next.hover {
	right: 1.5%;
}
/*======================
 instagram
=======================*/
.instapic {
	position: relative;
}
.instapic div {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}
.instapic a {
	display: table;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.4);
	opacity: 0;
	overflow: hidden;
}
.instapic p, .instapic h3 {
	padding: 0;
	height: 100%;
	display: table-cell;
	text-align: center;
	font-size: .8em;
	vertical-align: middle;
	width: 100%;
}
.instapic a:hover, .instapic a.hover {
	opacity: 1;
}
.instapic span {
	padding: 0 30px;
	color: #fff;
	display: block;
}
/*base code*/
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}
.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}
@-webkit-keyframes swing {
20% {
-webkit-transform:rotate3d(0, 0, 1, 15deg);
transform:rotate3d(0, 0, 1, 15deg)
}
40% {
-webkit-transform:rotate3d(0, 0, 1, -10deg);
transform:rotate3d(0, 0, 1, -10deg)
}
60% {
-webkit-transform:rotate3d(0, 0, 1, 5deg);
transform:rotate3d(0, 0, 1, 5deg)
}
80% {
-webkit-transform:rotate3d(0, 0, 1, -5deg);
transform:rotate3d(0, 0, 1, -5deg)
}
100% {
-webkit-transform:rotate3d(0, 0, 1, 0deg);
transform:rotate3d(0, 0, 1, 0deg)
}
}
@keyframes swing {
20% {
-webkit-transform:rotate3d(0, 0, 1, 15deg);
-ms-transform:rotate3d(0, 0, 1, 15deg);
transform:rotate3d(0, 0, 1, 15deg)
}
40% {
-webkit-transform:rotate3d(0, 0, 1, -10deg);
-ms-transform:rotate3d(0, 0, 1, -10deg);
transform:rotate3d(0, 0, 1, -10deg)
}
60% {
-webkit-transform:rotate3d(0, 0, 1, 5deg);
-ms-transform:rotate3d(0, 0, 1, 5deg);
transform:rotate3d(0, 0, 1, 5deg)
}
80% {
-webkit-transform:rotate3d(0, 0, 1, -5deg);
-ms-transform:rotate3d(0, 0, 1, -5deg);
transform:rotate3d(0, 0, 1, -5deg)
}
100% {
-webkit-transform:rotate3d(0, 0, 1, 0deg);
-ms-transform:rotate3d(0, 0, 1, 0deg);
transform:rotate3d(0, 0, 1, 0deg)
}
}
.swing {
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing
}
/* ==========================================================================
Top
========================================================================== */

/* slideshow */
#slideshow {
	width: 100%;
	position: fixed;
	top: 0;
	overflow: hidden;
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
}
#logo {
	width: 30%;
	margin: 0 auto;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 100;
}
#title {
	width: 100%;
	height: 100%;
	position: relative;
	bottom: 3px;
}
#title span {
	display: none;
}
#title img {
	width: 100%;
	height: auto;
}
#logomat {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	top: -6px;
	height: 82px;
	width: auto;
}
#message {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -70%;
	text-align: center;
	color: #fff;
	font-size: 1.3em;
	letter-spacing: 0.2em;
	transition: opacity 1s ease 0s;
}
#message span {
	display: block;
	margin-bottom: 5px;
	opacity: 0;
}
#message span:nth-child(1) {
	-webkit-animation: example 0.5s ease 1s 1 forwards;
	animation: example 0.5s ease 1s 1 forwards;
}
#message span:nth-child(2) {
	-webkit-animation: example 0.5s ease 2s 1 forwards;
	animation: example 0.5s ease 2s 1 forwards;
}
#message span:nth-child(3) {
	-webkit-animation: example 0.5s ease 3s 1 forwards;
	animation: example 0.5s ease 3s 1 forwards;
}
 @-webkit-keyframes example {
 100% {
 opacity: 1;
}
}
@keyframes example {
 100% {
 opacity: 1;
}
}
#totop {
	/*display: none;*/
	width: 60px;
	height: 60px;
	position: absolute;
	bottom: 20px;
	z-index: 20;
	left: 50%;
	margin-left: -30px;
}
#totop .arrow {
	width: 26px;
	height: 26px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -19px 0px 0 -12px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}
#shadow {
	background-color: rgba(0,0,0,0.4);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* section */
section {
	background-color: rgba(0, 0, 0, 0.8);
}
#top section {
	position: relative;/*top: 119px;*/
}
#top section.t-store {
	clear: both;
}
#top section:after {
	/*position: absolute;*/
	width: 100%;
	height: 100%;
	content: "";
	top: 0;
	left: 0;
	z-index: 1;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#top .contents-box {
	z-index: 10;
	padding: 9em 7.7% 9%;
	position: relative;
}
/*======================
 t-notfound
=======================*/

#t-notfound {
	padding: 16em 7.7% 9%;
	text-align: center;
}
/*======================
 t-concept
=======================*/

#t-concept {
	padding: 0px;/*top: 119px;*/
}
#t-concept p {
	text-align: center;
	margin-bottom: 1em;
}
#t-concept ul {
    margin: 60px auto 60px auto;
    width: 85%;
	overflow: hidden;
}
#t-concept ul li {
    width: 48%;
	float: left;
}
#t-concept ul li:first-child {
    margin-right: 4%;
}
#t-concept ul li img {
    width: 100%;
    height: auto;
}
#t-concept #story-copy {
    display: block;
    width: 55%;
    height: auto;
    margin: auto auto 30px;
}
#t-concept #story-parag {
    display: block;
    width: auto;
    height: auto;  
    margin: auto;
    text-align: center;
}
#t-concept #story-parag h3 {
    font-size: 2em;
	letter-spacing: -0.01em;
    line-height: 1.4;
    font-family: Oswald, sans-serif;
    margin-bottom: 1.2em;
	color: #dcb551;
}
#t-concept #story-parag h3 br {
    display: none;
}
#t-concept #story-parag p {
    line-height: 2em;
}
/*======================
 recommend
=======================*/
#t-recommend {
	border-top: 1px solid #dcb551;
}
#t-recommend:after {
	background: url('https://www.steakthefirst.jp/css/common.css?v=2') center top;
}
#t-recommend .contents-box {
/*margin-right: 50%;*/
}
#t-recommend p, #t-store p {
	text-align: center;
}
.fade-in {
	transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
}
.fade-up {
	transition: opacity 0.8s;
	-moz-transition: opacity 0.8s;
	-webkit-transition: opacity 0.8s;
	-o-transition: opacity 0.8s;
	transition: transform 0.8s;
	-moz-transition: transform 0.8s;
	-webkit-transition: transform 0.8s;
	-o-transition: transform 0.8s;
}
#recommend-box {
	padding-bottom: 100px;
	width: 80%;
	margin: 0 auto;
}
#recommend-box .recommend-list {
	padding: 0;
	list-style: none;/*color: #333333;*/
}
#recommend-box .recommend-list li {
	margin-top: 80px;
	position: relative;
}
#recommend-box .recommend-list li:before, #recommend-box .recommend-list li:after {
	content: " ";
	display: table;
}
#recommend-box .recommend-list li:after {
	clear: both;
}
#recommend-box .recommend-list li {
*zoom: 1;
}
#recommend-box .recommend-list li:first-child {
	margin-top: 0;
}
#recommend-box .recommend-list li figure {
	width: 52%;
	line-height: 0;
}
#recommend-box .recommend-list li.odd figure {
	float: left;
	border: solid 6px #ffffff;
}
#recommend-box .recommend-list li.even figure {
	float: right;
	border: solid 6px #ffffff;
}
#recommend-box .recommend-list li .wrap {
	width: 45%;
}
#recommend-box .recommend-list li.odd .wrap {
	float: right;
}
#recommend-box .recommend-list li.even .wrap {
	float: left;
}
#recommend-box .recommend-list li .wrap .txt {
	width: 45%;
	position: absolute;
	top: 50%;
	line-height: 1.8em;
	-webkit-transform: translate(0, -50%); /* Safari用 */
	transform: translate(0, -50%);
}
#recommend-box .recommend-list li .wrap .txt h3 {
	margin: 0 0 20px;
	padding: 0;
	border: none;
	text-align: center;
	font-weight: normal;
}
#recommend-box .recommend-list li .wrap .txt h3 span {
	display: block;
}
#recommend-box .recommend-list li .wrap .txt h3 span.en {
	color: #dcb551;
	font-family: 'Oswald', sans-serif;
	font-size: 40px;
}
#recommend-box .recommend-list li .wrap .txt h3 span.ja {
	letter-spacing: 0.2em;
	font-size: 16px;
	font-weight: bold;
}
#recommend-box .recommend-list li .wrap .txt p {
	margin-bottom: 0;
	font-size: 16px;
}
#recommend-box img {
	width: 100%;
	height: auto;
}
/*======================
 store
=======================*/
#t-store {
	border-top: 1px solid #dcb551;
	padding: 0 0 2%;
	overflow: hidden;/*top: 119px;*/
}
#t-store .contents-box {
	padding: 6.5em 9% 0;
}
#t-store .contents-box2 {
    padding: 1em 2% 7em;
}
#t-store:after {
	clear: both;/*background: url('https://www.steakthefirst.jp/img/top/ctt3.jpg') center center;*/
}
/*======================
 t-news
=======================*/
#t-news {
	border-top: 1px solid #dcb551;
}
#t-news .contents-box {
	padding: 7em 0 7em;
	text-align: center;
}
#t-news .linkbtn {
	width: 100%;
}
#t-news:after {
/*background: url('https://www.steakthefirst.jp/img/top/ctt3.jpg') center center;*/
}
#t-news {
	border-left: 1px solid #151515;/*top: 119px;*/
}
#t-news li {
	border-bottom: 1px solid #151515;
	padding: 15px 0;
}
#t-news a {
	position: relative;
}
#t-news a > * {
	color: #FFF;
}
#t-news dl {
	font-size: 1.1em;
	width: 100%;
}
#t-news dt {
	width: 20%;
	color: #FFFFFF;
	display: inline-block;
	font-weight: normal !important;
	margin-bottom: 15px;
	padding-right: 4%;
	float : left;
	clear : both;
}
#t-news dd {
	width: auto;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
	top: 0;
	margin-bottom: 15px;
}
#t-news i {
	position: absolute;
	right: 0;
	font-size: 1.6em;
	margin: -3px 10px 0 0;
	top: 2px;
}
#t-news dd, #t-news i {
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	transition: all 0.15s;
}
#t-news a:hover > i, #t-news a.hover > i {
	margin-right: 0;
}
#t-news a:hover > dd, #t-news a.hover > dd {
	color: #BC9D51;
}
#t-news #bn-area {
    width: 100%;
    padding: 60px 0;
}
#t-news #bn-area a {
    display: block;
    width: 440px;
    height: 100px;
    margin: auto;
}
/*======================
 t-menu
=======================*/
#t-menu {
	border-top: 1px solid #dcb551;
}
#t-menu .contents-box {
	padding: 9em 9% 7em;
	text-align: center;
}
#t-menu .linkbtn {
	width: 60%;
}
/* ==========================================================================
t-access
========================================================================== */


#access {
	padding: 6em 0 0;
}
#gmap {
	width: 100%;
	padding-top: 500px;
	z-index: 20;
	position: relative;
    overflow: auto;
    -webkit-overflow-scrolling:touch;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}
#gmap iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:none;
    display:block;
}
#gmap img, #gmap object, #gmap embed {
	max-width: none;
	height: auto
}
#gmap *, #gmap *:before, #gmap *:after {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
#gmap-link {
	text-align: center;
	color: #fff;
	font-size: 1.4em;
	padding: 1em 0 0;
	position: relative;
	z-index: 100;
	display: block;
    padding-bottom: 10px;
}
#gmap-link i {
	color: #dcb551;
}
#movie {
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
}
#movie-ctrl {
    display: block;
    position: absolute;
    bottom: 130px;
    left: 50%;
    margin-left: -90px;
    width: 180px;
    height: 36px;
}
#movie-ctrl #play {
    display: none;
}
#movie-ctrl #play-blank {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #000;
    background: #fff;
    text-indent: 1.5em;
    border-radius: 18px;  
    position: relative;
    letter-spacing: .15em;
    cursor: pointer;
    transition: .3s;
}
#movie-ctrl #play-blank:hover {
    background: #000;
    color: #fff;
}
#movie-ctrl #play-blank:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    border: solid 6px transparent;
    border-left: solid 8px #000;
    left: 30px;
    top: 12px;
    transition: .3s;
}
#movie-ctrl #play-blank:hover:before {
    border-left: solid 8px #fff;
}
.zs-slideshow {
    display: none;
}
/* ==========================================================================
Responsive
========================================================================== */


@media (min-width:1400px) {
html {
	font-size: 110%;
}
p {
	line-height: 1.6;
}
#t-news h3 {
	margin-left: 110px;
}
.course-title:after {
	width: 250px;
	height: 250px;
	margin-left: -125px;
}
.course-title strong {
	padding-top: 3em;
}
#header .inner {
	padding-left: 30px;
	padding-right: 30px;
}
#connect i {
	font-size: .9em;
}
#loading strong {
	font-size: .8em;
}
#t-news .contents-box {
    padding: 7em 9% 7em;
}
}

@media (max-width: 1200px) {
/* top */
#t-information dl > * {
	display: block;
}
#t-news .contents-box {
    padding: 7em 9% 7em;
}
}

@media (max-width: 950px) {
/* ==========================================================================
header
========================================================================== */
#t-recommend p, #t-store p {min-height:auto;}
#header nav {
margin-top: 0px;
position: fixed;
top: 0;
right: 0;
z-index: 200;
}
#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#header ul {
	float: none;
	margin: 0;
	text-align: center;
	font-size: 150%;
}
#header li {
	text-align: center;
	margin: 0;
}
#header li a {
	display: block;
	padding: 0;
}
#header li a:before {
	display: none!important;
}
#menu-btn {
	display: block;
	opacity: 0.9;
}
#menu-btn.active span {
	text-align: center;
	color: #dcb551;
	display: block;
	width: 100%;
	position: fixed;
	left: 0;
	padding-top: 25px;
	top: 0;
}
#spwrap {
	display: none;
	position: fixed;
	width: 100%;
	background-color: rgba(0,0,0,0.9);
	top: 0;
	left: 0;
	height: 100%;   
}
#menu-web {
	position: absolute;
	width: 100%;
	top: 80px;
}
#menu-web a {
	margin: 0px;
}
#menu-web li {
	display: block;
	border-bottom: 1px solid #fff;
	padding: 2% 0;
	margin: 0 6%;
}
#menu-web li:last-child {border-bottom:0;}
#menu-sns {
	position: relative;
    height: 80px;
    width: 100%;
    top: 66%;
    padding: 5%;
}
#menu-sns li {
	margin: 0 2%;
	width: 48px;
	height: 48px;
	border-radius: 48px;
	display: inline-block;
	font-size: 1.4em;
}

.menulinkbtn {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
#smp-bn-area {
    display: block;
    width: 100%;
    height: auto;

}
#smp-bn-area a {
	display: block;
	width:100%;
	height:auto;
	margin:auto;
}
#smp-bn-area a img {
	width:60%;
	height:auto;
	display:block;
	margin:auto;
}
}

@media (max-width: 840px) {
}

@media (max-width: 768px) {
/*======================
common
=======================*/

#header .inner {
	padding: 0%;
}
#header h1 {
	opacity: 1;
	margin-top: .4em;
	margin-left: .4em;
	z-index: 200;
position: relative;
}
#header h1 img {height:50px; width:auto;}
#header.fixed {
	background: none;
}
#menu-btn.active span {
	top: 0;
	padding-top: 11%;
}
.contents-box {
	margin: 0!important;
}
.title {
	font-size: 2.4em;
}

.menulinkbtn {
	width: 100%;
	margin: 2em 0 0;
}
html {
	font-size: 80%;
}
#connect h4 {
	margin-bottom: 1em;
}
#connect ul {
	margin-bottom: 2em;
}

.read, #t-information h3 span {
	display: block;
}
/*======================
 top
=======================*/

#logo {
	width: 78%;
	top: 46%;
}
#message {
	bottom: -75%!important;
}
#t-concept p {
	text-align: left;
}
    #t-concept ul {
    margin: 30px auto 50px auto;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
}
    #t-concept ul li {
    width: 40%;
}
#t-concept ul li:first-child {
    margin-right: 3%;
}
#t-concept ul li img {
    width: 100%;
    height: auto;
}
#t-concept #story-copy {
    display: block;
    width: 90%;
    height: auto;
    margin: auto auto 25px;
}
#t-concept #story-parag {
    display: block;
    width: 100%;
    height: auto;  
    margin: auto;
}
#t-concept #story-parag h3 {
    font-size: 1.6em;
    line-height: 1.4;
    font-family: Oswald, sans-serif;
    margin-bottom: 1.2em;
}
#t-concept #story-parag h3 br {
    display: inline;
}
#t-concept #story-parag p {
    line-height: 2em;
}
    
#top section p {
	text-align: center;
	font-size: 12px;
}
#top section p span {
	display: block;
	margin-bottom: 12px;
}
#t-news {
	border-left: none;
}
#t-news h3 {
	margin-left: 70px;
}
#t-news dt {
	width: 20%;
	margin-right: 10px;
}
#t-news dd {
	width: auto;
}
#access {
	padding: 8%;
	border-bottom: 1px solid #151515;
}
#gmap {
	padding-top: 300px;
}
#top .contents-box {
	padding: 0;
}
#t-concept, #t-recommend, #t-store, #t-news, #t-menu {
	padding: 10% 9% 10%;
}
#t-store .contents-box {
	padding: 0 4% 4%;
}
#t-information dl > * {
	display: inline-block;
}
#vertical-btn {
	display: none!important;
}
.instapic span {
	padding: 0 15px;
}
#top .instapic p {
	text-align: center;
}
#para {
	height: 100%;
	width: auto;
	right: 0;
	bottom: 0;
	margin: auto 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
/*======================
 recommend
=======================*/

#recommend-box {
	padding-bottom: 60px;
}
#recommend-box .recommend-list li {
	margin-top: 40px;
}
#recommend-box .recommend-list li * {
	float: none !important;
}
#recommend-box .recommend-list li figure {
	width: 100%;
}
#recommend-box .recommend-list li .wrap {
	width: 100%;
	padding: 20px 0 0;
}
#recommend-box .recommend-list li .wrap .txt {
	width: 100%;
	position: static;
	-webkit-transform: translate(0, 0); /* Safari用 */
	transform: translate(0, 0);
}
#recommend-box .recommend-list li .wrap .txt h3 {
	margin: 0 0 15px;
}
#recommend-box .recommend-list li .wrap .txt h3 span.en {
	font-size: 30px;
}
#recommend-box .recommend-list li .wrap .txt h3 span.ja {
	font-size: 14px;
}
#recommend-box .recommend-list li .wrap .txt p {
	font-size: 14px;
}
/*======================
 store
=======================*/
#store .row {
	margin-left: -30px;
	margin-right: -30px;
}
/*#store section {
	padding-bottom: 0;
}*/
#store section p {
	text-align: left;
}
.shoulder {
	text-align: center !important;
}
#photogallery li {
	margin: 0;
	padding: 0;
}
#swipebox-close {
	height: 30px;
	top: 5.8%;
	right: 9.7%;
	width: 30px;
}
#swipebox-close:after, #swipebox-close:before {
	margin-top: 14px;
}
    
#movie {
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    display: none;
}
#movie-ctrl {
    display: block;
    position: absolute;
    bottom: 110px;
    left: 50%;
    margin-left: -90px;
    width: 180px;
    height: 36px;
}
#movie-ctrl #play-blank {
    display: block;
}
#movie-ctrl #play {
    display: none;
}
#movie-ctrl #play:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    border: solid 6px transparent;
    border-left: solid 8px #000;
    left: 30px;
    top: 12px;
}
.zs-slideshow {
    display: block;    
}

/*======================
 zoomslider
=======================*/

.zs-enabled {
	position: relative
}
.zs-enabled .zs-slideshow, .zs-enabled .zs-slides, .zs-enabled .zs-slide {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden
}
.zs-enabled .zs-slideshow .zs-slides .zs-slide {
	background: transparent none no-repeat 50% 50%;
	background-size: cover;
	position: absolute;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}
.zs-enabled .zs-slideshow .zs-slides .zs-slide.active {
	visibility: visible;
	opacity: 1
}
.zs-enabled .zs-slideshow .zs-bullets {
	position: absolute;
	z-index: 4;
	bottom: 20px;
	left: 0;
	width: 100%;
	text-align: center
}
.zs-enabled .zs-slideshow .zs-bullets .zs-bullet {
	display: inline-block;
	cursor: pointer;
	border: 2px solid #ccc;
	width: 14px;
	height: 14px;
	border-radius: 8px;
	margin: 10px;
	background-color: #4a4a4a
}
.zs-enabled .zs-slideshow .zs-bullets .zs-bullet.active {
	background-color: #ccc
}
.zs-enabled .zs-slideshow:after {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	background: transparent none repeat 0 0
}
}

/*fixed-inq************************************************************/
#fixed-inq {
	width: 180px;
	position: fixed;
	top: 30%;
	left: -180px;
	z-index: 9999;
	transition: .3s;
}
#fixed-inq.ison {
	left: 0;
}
#fixed-inq ul li a, #fixed-inq ul li div {
	display: block;
	width: 100%;
	height: 70px;
	margin-bottom: 10px;
	background: #f7ce67;
	color: #000;
	text-align: center;
	box-sizing: border-box;
	transition: .3s;
}
#fixed-inq ul #fixed-bn {
	height:180px;
	margin-bottom: 10px;
}
#fixed-inq ul #fixed-bn a {
    height: 180px;
}
#fixed-inq ul #fixed-bn a img#for-pc  {
    width: 100%;
    height: auto;
}
#fixed-inq ul li a:hover, #fixed-inq ul li div:hover {
	background: #fff;
	color: #daa520;
}
#fixed-inq #inq-web {
	font-size: 18px;
	line-height: 64px;
}
#fixed-inq #inq-line {
	font-size: 18px;
	line-height: 64px;
}
#fixed-inq #inq-ad {
	font-size: 18px;
	line-height: 64px;
}
#fixed-inq #inq-tel span {
	display: none;
}
#fixed-inq #inq-tel em {
	font-size: 18px;
	line-height: 64px;
	display: block;
	font-style: normal;
}
#fixed-inq #inq-tel span.tel-no {
	font-size: 28px;
	line-height: .85em;
	padding-top: 0;
}
#fixed-inq #inq-tel i, #fixed-inq #inq-web i {
	display: none;
}
#fixed-inq #fixed-bn a #for-smp {
	display:none;
}

@media (max-width: 980px) {
#fixed-inq {
	width: 100%;
	height: auto;
	position: fixed;
    top: auto;
	bottom: -110px;
	left: 0px;
	z-index: 9999;
	overflow: hidden;
	transition: .3s;
}
#fixed-inq ul {
	height:auto;
    overflow: hidden;
}
#fixed-inq.ison {
	bottom: 0;
}
#fixed-inq ul li {
	float: left;
	display: block;
	width: 33.3%;
	height: 70px;
	box-sizing: border-box;
	border-right: 1px #FFFFFF solid;
}
#fixed-inq ul li.w100 {
    width:100%;
}
#fixed-inq ul.shop-line li {
	width: 25%;
	height: 70px;
}
#fixed-inq #inq-line {
	font-size: 18px;
	line-height: 70px;
}
#fixed-inq ul li#fixed-bn {
	width:100%;;
	height:65px;
    margin-bottom: 0;
}
#fixed-inq ul li#fixed-bn a {
	display:block;
	width:auto;
	height:65px;
	margin:auto;
	background:#CCC;
	padding:3px 0;
}
#fixed-inq #inq-line a img {
	display: inline;
	width: 70px;
	height: auto;
	margin: 0 auto 0 auto;
}
#fixed-inq #fixed-bn a img#for-pc {
	display:none;
}
#fixed-inq #fixed-bn a img#for-smp {
	display:block;
	height:59px;
	width:auto;
	margin:auto;
}
#fixed-inq ul li:nth-child(4) {

}
#fixed-inq ul li a {
	display: table-cell;
    border-radius: 0;
    width: 25%;
    margin: 0;
    height: 70px;
    padding: 10px 0;
    font-size: 10px;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    float: none;
}
#fixed-inq ul li a:hover {
	background: #fff;
	color: #daa520;
}
#fixed-inq #inq-web {
	font-size: 12px;
	line-height: 24px;
}
#fixed-inq #inq-web span:first-child, #fixed-inq #inq-tel span:first-child, #fixed-inq #inq-tel span:nth-child(2) {
	/*opacity: 0;*/
}
#fixed-inq #inq-web i, #fixed-inq #inq-tel i {
	/*height:70px;
	margin-bottom:0;*/
}
#fixed-inq #inq-web, #fixed-inq .shop-line, #inq-line {
    border-right: solid 1px #fff;
	height: 70px;  
}
#inq-ad {
	border-right: none !important;
}
#fixed-inq #inq-web i {
	font-size: 2.2em;
	display: block;
	position: relative;
	top: 11%;
}
#fixed-inq #inq-tel i {
	font-size: 2em;
	display: block;
	position: relative;
	top: 23%;
}
#fixed-inq #inq-line i {
	font-size: 2.2em;
	display: block;
	position: relative;
	top: 12%;
}
#fixed-inq #inq-ad i {
	font-size: 2.2em;
	display: block;
	position: relative;
	top: 12%;
}

#fixed-inq #inq-tel span.tel-no {
	display: none;
}
#fixed-inq #inq-web a, #fixed-inq #inq-tel a {
	line-height: 14px;
}


#fixed-inq #inq-web span {
	font-size: 13px;
	letter-spacing: -0.02em;
	display: block;
	/*line-height: 14px;*/
	padding-top: 13px;
}
#fixed-inq #inq-tel span {
	font-size: 13px;
    letter-spacing: -0.02em;
    display: block;
    position: relative;
    bottom: 50px;
}
#fixed-inq #inq-tel em {
	display: block;
    line-height: 70px;
	opacity: 0;
}
#fixed-inq #inq-line span {
	font-size: 13px;
	letter-spacing: -0.02em;
	display: block;
	/*line-height: 14px;*/
	padding-top: 15px;
}
#fixed-inq #inq-ad span {
	font-size: 13px;
	letter-spacing: -0.02em;
	display: block;
	/*line-height: 14px;*/
	padding-top: 15px;
}


#fixed-inq #inq-tel span:last-child {
	/*font-size: 9px;*/
}
footer {
	text-align: center;
	height: 400px;

}
}

@media (max-width: 768px) {
	footer {
	text-align: center;
	height: 360px;

}
}
@media (max-width: 550px) {
#menu-web {
	top: 20px;
}
#smp-bn-area {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    top: 62%;
    transition: .3s;
}
#smp-bn-area a {
	display: block;
	width:100%;
	height:auto;
	margin:auto;
}
#smp-bn-area a img {
	width:80%;
	height:auto;
	display:block;
	margin:auto;
}
#logo {
	width: 88%;
	top: 46%;
}
#t-concept ul {
    margin: 30px auto 50px auto;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#t-concept ul li {
    width: 100%;
}
#t-concept ul li:first-child {
    margin-right: 0%;
    margin-bottom: 30px;
}
#movie-ctrl #play-blank {
    display: none;    
}
#movie-ctrl #play {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #000;
    background: #fff;
    text-indent: 1.5em;
    border-radius: 18px;  
    position: relative;
    letter-spacing: .15em;
    cursor: pointer;
}
#t-news #bn-area {
    width: 100%;
    padding: 60px 0;
}
#t-news #bn-area a {
    display: block;
    width: 90%;
    height: auto;
    margin: auto;
}
#t-news #bn-area a img {
}
	display:block;
	width:100%;
	height:auto;
}
}
@media (max-width: 374px) {
#menu-web {
	top: 30px;
}
#smp-bn-area {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    top: 70%;
}
#menu-sns {
	position: absolute;
	width: 100%;
	bottom: 20px;
	padding: 5%;
}
}


dl.change {
	clear:both;
	display:block;
	margin: 60px auto 0px;
	padding: 15px;
	border:#ffffff 3px solid;
	color:#FFFFFF;
	width: 85%;
	text-align: center;
	line-height: 2;
}
dl.change.colored{
	clear:both;
	display:table;
	margin: 20px auto;
	padding: 15px;
	border:#dcb551 3px solid;
	color:#FFFFFF;
	width: auto;
	text-align: center;
	line-height: 2;
	font-size: 1em;
}
dl.change.color h4{
	font-size: 1.5em;
	color:#dcb551;

}
dl.change.colored h4{
	font-size: 1.5em;
	color:#c30d23;

}

dl.change dt {
	margin:0 0 10px 0;
	cursor:pointer;
}
dl.change dd {
	line-height: 1.8;
}
dl.change dd a.link {
	color: #FFF;
    background-color: #dcb551;
    padding: 10px 15px;
    border: 1px solid #fff;
    margin: 10px;
    display: inline-block;
}
dl.change dd a.link:hover {background-color: #000000;color: #dcb551;border: 1px solid #dcb551;}
@media (max-width: 768px) {
dl.change dd a.link {
    color: #FFF;
    background-color: #dcb551;
    padding: 10px 15px;
    border: 1px solid #fff;
    margin: 10px 0;
    width: 100%;
    display: block;
}
dl.change {
	width: 100%;
}
.pc_brk {
	display: none;
}}


.arrow{
  position: relative;
  display: inline-block;
  padding-left: 20px;
}

	.red {color:#c30d23; font-size: 16px;}
	.yellow {color:#dcb551; font-size: 16px;}
	@media (max-width: 768px) {
		.red {color:#c30d23; font-size: unset;}
	.yellow {color:#dcb551; font-size: unset;}
	}