@charset "UTF-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

@font-face {
    font-family: 'Roboto';
    src: url('../font/roboto/Roboto-Bold.eot');
    src: url('../font/roboto/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('../font/roboto/Roboto-Bold.woff2') format('woff2'),
        url('../font/roboto/Roboto-Bold.woff') format('woff'),
        url('../font/roboto/Roboto-Bold.ttf') format('truetype'),
        url('../font/roboto/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
ol, ul {
	list-style-type: none;
}

body { line-height:1; overflow-x: hidden;}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
nav ul { list-style:none;}
blockquote, q {  quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	text-decoration: none;
	color: #000000;
	outline:none;
}
a:hover {
	cursor: pointer;
}
del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
img {
	width: 100%;
	height: auto;
}
body * {
 	box-sizing:border-box;

}
h1, h2, h3, h4, h5, h6 { line-height: 1.6em;}

/* ----------------------------------------------------------------
	Grid System
-----------------------------------------------------------------*/

.cf:before, .container:before,
.cf:after,
.container:after{
  content: " ";
  display: table; 
}
.cf:after, .container:after {
  clear: both; 
}

.container {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1280px;
  text-align: center;
  box-sizing: border-box;
 }

[class*="grid__col--"] {
  vertical-align: top;
  border-collapse: collapse !important;
}

.row:before, .row:after {
    content: " ";
    display: table;
}

/* ユーティリティー */
a {zoom:1; text-decoration:none; }
/*a:hover, a.active, a.np {opacity: 0.7; filter: alpha(opacity=70); -ms-filter: "alpha(opacity=70)";}*/
a.nohover {opacity: 1.0; filter: alpha(opacity=100); -ms-filter: "alpha(opacity=100)";	}
.clearfix:after {clear: both; content:"."; display: block; font-size: 0px; line-height: 0px; height: 0px; visibility: hidden; width: 0px;}

* html .clearfix {zoom:1;} /* IE6 */
*:first-child+html .clearfix {zoom:1;} /* IE7 */

::selection {
	background: #232323;
	color: #FFF;
	text-shadow: none;
}

::-moz-selection {
	background: #232323; /* Firefox */
	color: #FFF;
	text-shadow: none;
}

::-webkit-selection {
	background: #232323; /* Safari */
	color: #FFF;
	text-shadow: none;
}

.page {
	width: 100%;
	max-width: 720px;
	position: relative;
	margin: 0 auto;
    padding: 0 10px;
}
.page:after {
	content: "";
	clear: both;
	display: block;
}

.center { text-align: center !important}
.tright { text-align: right !important}
.tleft { text-align: left !important}

.fright { float: right !important}
.fleft { float: left !important}
.nomargin { margin: 0 !important}

.anc {
	float: left;
	width: auto;
	height: 0;
	position: relative;
	top: -100px;
}

.pc, .spc, .sspc, .lpc {	display: block !important;}
.sp, .ssp, .sssp, .lsp {	display: none !important;}

.wow {
	visibility: hidden;
}

/* ----------------------------------------------------------------
	Basic Layout Styles
-----------------------------------------------------------------*/
	
body {
	font-family: 'Noto Sans Japanese',  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	background: #f0ede0;
	color: #333333;
	-webkit-font-smoothing:antialiased;
	-oz-osx-font-smoothing:grayscale;
	letter-spacing: -1px;
}
.ovhdn {
	overflow: hidden !important;
	position: relative;
	display: block;
}
header {
    display: block;
    margin: auto;
    text-align: center;
    position: relative;
    height: 100px;
}

main {
    display: block;
    text-align: center;
    margin: auto;
    position: relative;
    z-index: 1;
}

.blk-l {
    display: block;
    float: left;
    width: 50%;
    position: relative;
}
.blk-r {
    display: block;
    float: right;
    width: 50%;
    position: relative;
}

/* ----------------------------------------------------------------
	Home
-----------------------------------------------------------------*/
h1#index {
    display: block;
    text-align: center;
    margin: auto;
    max-width: 170px;
    position: relative;
    left: 0;
    right: 0;
    top: 32px;
    z-index: 10;
}

#visual {
    display: block;
    margin: 0 20px;
    position: relative;
    overflow: hidden;
}
#visual a {
    display: block;
}
.vis-logo {
    display: block;
    width: 50%;
    max-width: 260px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform:translateY(-50%);
    z-index: 10;
}

.vis-sld {
    width: 100%;
    display: flex;
    flex-wrap: wrap; 
    position: relative; 
}
.vis-sld:before {
    content: '';
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5 !important;
    background: rgba(30,11,5,.28);
    transition-property: all;
-moz-transition-property: all;-o-transition-property: all;-webkit-transition-property: all;
transition-duration: .3s;-moz-transition-duration: .3s;-o-transition-duration: .3s;-webkit-transition-duration: .3s;
transition-timing-function: ease-in-out;-moz-transition-timing-function: ease-in-out;-o-transition-timing-function: ease-in-out;-webkit-transition-timing-function: ease-in-out;
}
#visual a:hover .vis-sld:before{
    background: rgba(30,11,5,.55);
}


.vis-sld .swiper-wrapper {
    will-change: transform;
    -webkit-backface-visibility: hidden;
}

.vis-sld .swiper-slide {
    width: 100%;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    will-change: transform;
    position: relative;
}

.vis-sld .swiper-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    will-change: transform;
    z-index: 10 !important;
}


#concept {
    display: block;
    position: relative;
    text-align: center;
}
#concept .page {
    padding: 65px 10px;
}

.bdr-b {  border-bottom: solid 1px #333333;}
.bdr-t {  border-top: solid 1px #333333;}

h2.bsc {
    display: block;
    font-size: 24px;
    line-height: 1.6em;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    margin-bottom: 65px;
    font-weight: normal;
    letter-spacing: 1px;
}
p.bstx {
    display: block;
    font-size: 16px;
    line-height: 2em;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: normal;
    letter-spacing: 1px;
    text-align: left;
    margin-bottom: 70px;
}

a.btn-def {
    display: block;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 1;
    padding: 8px 0 8px;
    max-width: 160px;
    border-radius: 17px;
    background: #333333;
    margin: auto;
    font-family: 'Roboto', 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0;

}
a.btn-def:hover {
    background:#555555;
}
a.btn-def.wide {
    max-width: 252px;
    margin-bottom: 52px;
}


#news {
    display: block;
    position: relative;
    text-align: center;
}
#news .page {
    padding: 33px 10px 126px;
}
h2.en {
    display: block;
    font-size: 22px;
    line-height: 1.6em;
    font-family: 'Roboto', 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    margin-bottom: 65px;
    font-weight: normal;
    letter-spacing: 1px;
}
ul.news {
    display: block;
    text-align: left;
    margin: 0 auto 67px;
}
ul.news li {
    display: block;
    float: left;
    width: 46.6%;
    border-bottom: solid 1px #b3b3b3;
    font-size: 13px;
    line-height: 1.6em;
}
ul.news li:nth-child(even) {
    float: right;
}
ul.news li:nth-child(1),
ul.news li:nth-child(2) {
    border-top: solid 1px #b3b3b3;
}
ul.news li a {
    display: block;
    padding: 12px 20px 12px 10px;
    color: #000000;
    background: url("../imgs/arw.png") 98% 50% no-repeat;
    background-size: 10px auto;
    transition-property: all;
-moz-transition-property: all;-o-transition-property: all;-webkit-transition-property: all;
transition-duration: .3s;-moz-transition-duration: .3s;-o-transition-duration: .3s;-webkit-transition-duration: .3s;
transition-timing-function: ease-in-out;-moz-transition-timing-function: ease-in-out;-o-transition-timing-function: ease-in-out;-webkit-transition-timing-function: ease-in-out;
}
ul.news li a:hover {
    background: url("../imgs/arw.png") 100% 50% no-repeat;
    background-size: 10px auto;
}
ul.news li a .thumb {
    float: left;
    width: 30%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
ul.news li a .tx {
    float: right;
    width: 65%;
}

ul.bnr {
    display: block;
    margin: 165px auto 0;
    text-align: center;
}
ul.bnr li {
    display: inline-block;
    /*float: left;*/
    width: 46.6%;
    margin-bottom: 20px;
}
ul.bnr li:nth-child(even) {
    /*float: right;*/
}
ul.bnr li a {
    display: block;
}
ul.bnr li a:hover {
   opacity: 0.7;
}


.shop-blk {
    display: block;
    pointer-events: stroke;
    padding: 82px 6.85% 100px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-bottom: 60px;
}
#haruka.shop-blk {
    background-image: url("../imgs/home/img_h.jpg");
}
#butcher.shop-blk {
    background-image: url("../imgs/home/img_a.jpg");
}

.shop-blk .sq {
    display: block;
    float: left;
    width: 100%;
    max-width: 530px;
    background: #f0ede0;
    padding: 55px 10px 67px;
    text-align: center;
}
#butcher.shop-blk .sq {
    float: right;
}

.mid a.logo,
.shop-blk a.logo {
    display: block;
    width: 196px;
    margin: 0 auto 10px;
}
.mid h2,
.shop-blk h2 {
    display: block;
    font-size: 14px;
    margin: 0 auto 37px;
}
img.icon {
    display: block;
    width: 41px;
    margin: 0 auto 16px;
}
a.tel {
    display: block;
    font-size: 18px;
    margin: 0 auto 13px;
    font-weight: bold;
    color: #333333;
    line-height: 1.4em;
    font-family: 'Roboto', 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
p.add {
    display: block;
    font-size: 14px;
    margin-bottom: 18px;
}
dl.s-info,
.mid dl,
.shop-blk dl {
    display: block;
    font-size: 14px;
    margin: 0 auto 67px;
    line-height: 1.4em;
}
dl.s-info {
    margin: 0 auto 12px;
}
dl.s-info.lst {
    margin-bottom: 77px;
}

dl.s-info dt,
.mid dl dt,
.shop-blk dl dt {
    display: block;
    font-weight: bold;
    margin-bottom: 4px;
}
dl.s-info dd,
.mid dl dd,
.shop-blk dl dd {
    display: block;
    margin-bottom: 8px;
}
.shop-blk ul {
    display: block;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.1em;
}
.shop-blk ul li {
    display: inline-block;
    border-right: solid 1px #a3a3a3;
    padding: 0 10px;
}
.shop-blk ul li:last-child {
    border: 0;
}
.shop-blk ul li a {
    display: block;
    transition-property: all;
-moz-transition-property: all;-o-transition-property: all;-webkit-transition-property: all;
transition-duration: .3s;-moz-transition-duration: .3s;-o-transition-duration: .3s;-webkit-transition-duration: .3s;
transition-timing-function: ease-in-out;-moz-transition-timing-function: ease-in-out;-o-transition-timing-function: ease-in-out;-webkit-transition-timing-function: ease-in-out;
}
.shop-blk ul li a:hover {
    color: #e94709;
}




/* ----------------------------------------------------------------
	Footer
-----------------------------------------------------------------*/
footer {
    display: block;
    position: relative;
    text-align: center;
    background: #e2ded5;
    padding: 30px 10px 37px;
}
footer h2 {
    display: block;
    position: relative;
    max-width: 185px;
    margin: 0 auto 44px;
}
footer a {
    display: block;
}
footer ul.flogo {
    display: block;
    position: relative;
    margin: 0 auto 60px;
}
footer ul.flogo li {
    display: inline-block;
    position: relative;
    width: 35%;
    max-width:calc(160px + 4.72%);
    padding: 0 2.36%;
    vertical-align: top;
}

footer ul.lnk {
    display: block;
    font-size: 12px;
    line-height: 1.1em;
    letter-spacing: 1px;
    margin-bottom: 23px;
}
footer ul.lnk li {
    display: inline-block;
    border-right: solid 1px #a3a3a3;
    padding: 0 10px;
}
footer ul.lnk li:last-child {
    border: 0;
}
footer ul.lnk li a {
    display: block;
    color: #575757;
    transition-property: all;
-moz-transition-property: all;-o-transition-property: all;-webkit-transition-property: all;
transition-duration: .3s;-moz-transition-duration: .3s;-o-transition-duration: .3s;-webkit-transition-duration: .3s;
transition-timing-function: ease-in-out;-moz-transition-timing-function: ease-in-out;-o-transition-timing-function: ease-in-out;-webkit-transition-timing-function: ease-in-out;
}
footer ul.lnk li a:hover {
    color: #e94709;
}
footer p.cr {
    display: block;
    font-size: 12px;
    line-height: 1.1em;
    letter-spacing: 1px;
    color: #a3a3a3;
}




/* ----------------------------------------------------------------
	Pages
-----------------------------------------------------------------*/

header#shop {
    height: 141px;
}
nav#shop-nav {
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: auto;
}
nav#shop-nav ul {
    display: block;
}
nav#shop-nav ul li {
    display: inline-block;
    padding: 0 16px;
}
nav#shop-nav ul li a {
    display: block;
    position: relative;
    padding: 10px 0 23px;
    font-size: 14px;
    line-height: 1.1em;
    font-family: 'Roboto', 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 0px;
    overflow: hidden;
}
nav#shop-nav ul li a:before {
    content: '';
    float: left;
    width: 100%;
    height: 2px;
    background: #e94709;
    position: absolute;
    left: 0;
    bottom: -2px;
    transition-property: all;
-moz-transition-property: all;-o-transition-property: all;-webkit-transition-property: all;
transition-duration: .3s;-moz-transition-duration: .3s;-o-transition-duration: .3s;-webkit-transition-duration: .3s;
transition-timing-function: ease-in-out;-moz-transition-timing-function: ease-in-out;-o-transition-timing-function: ease-in-out;-webkit-transition-timing-function: ease-in-out;
}
nav#shop-nav ul li a.active:before,
nav#shop-nav ul li a:hover:before  {
    bottom: 0;
}






#visual-und {
    display: block;
    position: relative;
    overflow: hidden;
}

.pg-sld {
    width: 100%;
    display: flex;
    flex-wrap: wrap; 
    position: relative; 
}

.pg-sld .swiper-container {
    
}
.pg-sld .swiper-wrapper {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    /*transition-timing-function:linear !important;*/
}

.pg-sld .swiper-slide {
 
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    will-change: transform;
    position: relative;
}

.pg-sld .swiper-bg {
    position: absolute;
    top: -25%;
    left: 0;
    width: 150% !important;
    height: 150%;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    will-change: transform;
    z-index: 10 !important;
}

.swiper-pagination {
    position: relative !important;
    display: block;
    width: 100%;
    margin-top: 6px;
}
.swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    background: #808080 !important;
    opacity: 1 !important;
    margin: 0 5px !important;
    transition-property: all;
-moz-transition-property: all;-o-transition-property: all;-webkit-transition-property: all;
transition-duration: .4s;-moz-transition-duration: .4s;-o-transition-duration: .4s;-webkit-transition-duration: .4s;
transition-timing-function: ease-in-out;-moz-transition-timing-function: ease-in-out;-o-transition-timing-function: ease-in-out;-webkit-transition-timing-function: ease-in-out;
}
.swiper-pagination-bullet:hover,
.swiper-pagination-bullet-active {
    background: #000000 !important;
}

span.en {
    display: block;
    font-size: 22px;
    line-height: 1.6em;
    font-family: 'Roboto', 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    margin: 68px auto 40px;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 1px;
}

figure.fig01 {
    display: block;
    margin-bottom: 42px;
}
p.bstx2 {
    display: block;
    font-size: 16px;
    line-height: 2em;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: normal;
    letter-spacing: 1px;
    text-align: left;
    margin-bottom: 40px;
}
.mgb {
    margin-bottom: 44px;
}
.bdb {
    border-bottom: solid 1px #b3b3b3;
    margin-bottom: 70px;
}
.mid .page {
    max-width: 964px;
    text-align: center;
}
ul.mid-nav {
    display: block;
    text-align: left;
    margin-bottom: 180px;
}
ul.mid-nav li {
    display: block;
    float: left;
    width: 32%;
    margin-right: 2%;
    line-height: 1.2em;
}
ul.mid-nav li:last-child {
    margin-right: 0;
}
ul.mid-nav li img {
    float: left;
    position: relative;
    z-index: 1;
}
ul.mid-nav li span {
    display: block;
    font-size: 16px;
    font-family: 'Roboto', 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-left: 5px;
}
ul.mid-nav li b {
    display: block;
    font-size: 12px;
    font-weight: normal;
    padding-left: 5px;
}

ul.mid-nav li figure {
    display: block;
    position: relative;
    margin-bottom: 10px;
}
ul.mid-nav li figure:before {
    content: '';
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5 !important;
    background: url("../imgs/arw2.png") center center no-repeat rgba(30,11,5,.2);
    background-size: 0px auto;
    transition-property: all;
-moz-transition-property: all;-o-transition-property: all;-webkit-transition-property: all;
transition-duration: .3s;-moz-transition-duration: .3s;-o-transition-duration: .3s;-webkit-transition-duration: .3s;
transition-timing-function: ease-in-out;-moz-transition-timing-function: ease-in-out;-o-transition-timing-function: ease-in-out;-webkit-transition-timing-function: ease-in-out;
}

ul.mid-nav li a:hover figure:before {
    background: url("../imgs/arw2.png") center center no-repeat rgba(30,11,5,.8);
    background-size: 60px auto;
}

img.ttl01 {
    display: block;
    max-width: 176px;
    margin: 0 auto 30px;
}

p.desc-lg {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 2em;
    margin-bottom: 25px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
p.desc {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 1.6em;
    margin-bottom: 30px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}


dl.course {
    display: block;
    max-width: 293px;
    margin: auto;
    border-top: solid 1px #aaaaaa;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    letter-spacing: 1px;
}
dl.course dt {
    display: block;
    font-size: 18px;
    padding: 25px 0;
}
dl.course dd {
    display: block;
    font-size: 14px;
    padding-bottom: 25px;
    border-bottom: solid 1px #aaaaaa;
    line-height: 1.6em;
}
dl.course dd span {
    display:inline-block;
    text-align: left;
    margin: auto;
}

p.ntic {
    display:inline-block;
    text-align: left;
    font-size: 14px;
    line-height: 1.6em;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    margin:36px auto 75px;
}
h3.sub {
    display: block;
    font-size: 20px;
    padding-bottom: 25px;
    line-height: 2em;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 60px;
}




.gmap {
    display: block;
    height: 0;
    overflow: hidden;
    padding-bottom: 70%;
    position: relative;
    margin-bottom: 30px;
}
.gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}





img.ttl02 {
    display: block;
    max-width: 80px;
    margin: 33px auto 7px;
}
img.ttl03 {
    display: block;
    max-width: 60px;
    margin: 33px auto 7px;
}
img.ttl04 {
    display: block;
    max-width: 33px;
    margin: 33px auto 7px;
}

h3.meat {
    display: block;
    font-size: 22px;
    line-height: 1.6em;
    font-family: 'Roboto', 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    margin: 0 auto 40px;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 1px;
}
h3.meat span {
    display: block;
    font-size: 14px;
    line-height: 1.6em;
    font-family: 'Noto Sans Japanese',  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: normal;
}


.page.items {
    max-width: 964px;
}
ul.item {
    display: block;
    text-align: left;
}
ul.item li {
    display: block;
    float: left;
    width: 32%;
    margin-right: 2%;
    line-height: 1.2em;
    margin-bottom: 60px;
}
ul.item li:nth-child(3n) {
    margin-right: 0;
}
ul.item.tx {
    margin-bottom: 50px;
}
ul.item.tx li {
    margin-bottom: 10px;
}
ul.item li a {
    display: block;
}
ul.item li img {
    float: left;
    position: relative;
    z-index: 1;
}
ul.item li span {
    display: block;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: bold;
    padding-left: 5px;
}


ul.item li figure {
    display: block;
    position: relative;
    margin-bottom: 10px;
}
ul.item li figure:before {
    content: '';
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5 !important;
    background: url("../imgs/arw2.png") center center no-repeat rgba(30,11,5,.2);
    background-size: 0px auto;
    transition-property: all;
-moz-transition-property: all;-o-transition-property: all;-webkit-transition-property: all;
transition-duration: .3s;-moz-transition-duration: .3s;-o-transition-duration: .3s;-webkit-transition-duration: .3s;
transition-timing-function: ease-in-out;-moz-transition-timing-function: ease-in-out;-o-transition-timing-function: ease-in-out;-webkit-transition-timing-function: ease-in-out;
}

ul.item li a:hover figure:before {
    background: url("../imgs/arw2.png") center center no-repeat rgba(30,11,5,.8);
    background-size: 60px auto;
}

.rental {
    padding-top: 30px;
    border-top: solid 1px #333333;
    border-bottom: solid 1px #333333;
}

.ntic2 {
    display: block;
    text-align: right;
    font-size: 14px;
    line-height: 1.3em;
    margin-bottom: 20px;
}



h3.bsc {
    display: block;
    font-size: 20px;
    line-height: 1.6em;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    margin-bottom: 55px;
    font-weight: normal;
    letter-spacing: 1px;
}
h3.bsc.bot {
    margin: 100px auto 85px;
}

#idm dl {
    margin-bottom: 40px;
}
.ntic3 {
    display: block;
    text-align: center;
    font-size: 13px;
    line-height: 1.3em;
    margin-bottom: 70px;
}
h3.bsc.mid {
    margin: 25px auto 15px;
}

h4.grn {
    display: block;
    font-size: 20px;
    line-height: 1.6em;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    margin: 0 auto 40px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #FFFFFF;
    background: #008989;
    padding: 10px 0;
    max-width: 500px;
    border-radius: 25px;
}

#idm .page {
    text-align: center;
}
#idm .blk-l {
    margin-bottom: 30px;
}
#idm .blk-r {
    text-align: left;
    padding-left: 5%;
    margin-bottom: 30px;
}
#idm .blk-r h5 {
    text-align: left;
    display: block;
    font-size: 18px;
    line-height: 1.2em;
    margin-bottom: 10px;
}
#idm .blk-r p {
    text-align: left;
    display: block;
    font-size: 16px;
    line-height: 1.6em;
    padding-left: 18px;
}

h3.und {
    display: block;
    font-size: 20px;
    line-height: 1.6em;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    margin-bottom: 45px;
    font-weight: normal;
    letter-spacing: 1px;
}
p.bstx3 {
    display: block;
    font-size: 14px;
    line-height: 1.8em;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: normal;
    letter-spacing: 1px;
    text-align: left;
    margin-bottom: 55px;
}



#f-elm {
    position: fixed;
    right: 10px;
    bottom: 0;
    display: none;
    z-index: 200;
}
#f-elm ul li {
    float: right;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
#f-elm ul li:nth-child(1) {
    display: block;
    width: 38px;
    height: 38px;
    background: #575757;
    margin-left: 7px;
}
#f-elm ul li:nth-child(2) {
    display: block;
    width: 110px;
    height: 38px;
    background: #ccc8c0;
}


#f-elm ul li a {
    display: block;
    text-align: center;
    height: 100%;
    transition-property: all;
-moz-transition-property: all;-o-transition-property: all;-webkit-transition-property: all;
transition-duration: .2s;-moz-transition-duration: .2s;-o-transition-duration: .2s;-webkit-transition-duration: .2s;
transition-timing-function: ease-in-out;-moz-transition-timing-function: ease-in-out;-o-transition-timing-function: ease-in-out;-webkit-transition-timing-function: ease-in-out;
}
#f-elm ul li:nth-child(1) a {
    padding:13px 0 !important;
}
#f-elm ul li:nth-child(2) a {
    padding:11px 0 !important;
}
#f-elm ul li:nth-child(1) a img {
    display: block;
    max-width: 17px;
    margin: auto;
}
#f-elm ul li:nth-child(2) a img {
    display: block;
    max-width: 63px;
    margin: auto;
}
#f-elm ul li:nth-child(1) a:hover {
    padding:10px 0 16px !important;
}



/* ----------------------------------------------------------------
	Table
-----------------------------------------------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
td,
th { padding: 0;text-align: left;}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}





/* ----------------------------------------------------------------
	Posts
-----------------------------------------------------------------*/
.tx-pg-sng {
	display: block;
	position: relative;
    margin: 0 10px 100px;
    background: #FFFFFF;
    overflow: hidden;
    border-radius: 2px;
}
.sgl-bot{
	display: block;
	position: relative;
    padding: 15px 15px 70px;
}

.sng-ttl {
	display: block;
	position: relative;
    text-align: center;
    font-size: 20px;
    margin: 5px 0 15px;
}
.yr {
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 1.4em;
    margin-bottom: 40px;
}
.tx-cent {
    display: block;
    text-align: left;
    font-size: 14px;
    line-height: 2em;
    letter-spacing: 1px;
}

.sng-ttl ul {
    display: block;
    margin-bottom: 20px;
}
.sng-ttl ul li {
    display: inline-block;
    margin: 0 auto 5px;
}
.sng-ttl .cat {
    display: inline-block;
    font-size: 12px;
    margin: 0 2px;
    line-height: 18px;
    text-align: center;
    padding: 0 7px;
    background: #575757;
    color: #FFFFFF;
    border-radius: 2px;
}
.tx-pg-sng {
    display: block;
    max-width: 600px;
    margin: 0 auto 120px;
}
.tx-pg-sng p {
    display: block;
    text-align: left;
    font-size: 14px;
    line-height: 1.8em;
    margin-bottom: 50px;
}


.fig-sng {
    display: block;
    position: relative;
    margin: 0 auto 10px;
}
.fig-sng img {
    float: left;
    margin-bottom: 7px;
}
.fig-sng figcaption {
    display: block;
    text-align: left;
    font-size: 14px;
    line-height: 1.8em;
}

h2.sng-sub-ttl {
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 1.4em;
    margin-bottom: 25px;
    font-weight: normal;
    letter-spacing: 1px;
}

p.gry {
    display: block;
    text-align: left;
    font-size: 14px;
    line-height: 1.8em;
    background: #f2f2f2;
    padding: 37px 3% 37px 7%;
    margin-bottom: 55px;
}
/* ----------------------------------------------------------------
	Other Posts
-----------------------------------------------------------------*/
#sec-arc  {
	display: block;
	position: relative;
    margin-bottom: 130px;
}
#sec-arc ul {
	display: block;
	position: relative;
    margin-bottom: 100px;
}
#sec-arc ul li {
	/*display: block;
    float: left;
    width: 30.73%;
    margin: 0 1.3% 30px;*/
}
#sec-arc ul li:last-child {
}
#sec-arc ul li a {
	display: block;
	position: relative;
    margin: 0 10px;
    background: #FFFFFF;
    overflow: hidden;
    border-radius: 2px;
}
#sec-arc ul li a:hover {
    opacity: 1;
}

#sec-arc ul li div.w-out {
	display: block;
    float: left;
    width: 100%;
	position: relative;
    margin-bottom: 15px;
    overflow: hidden;
}
#sec-arc ul li div.w-in {
    width: 100%;
    height: 100%;
	display: block;
	position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center center;
    transition: all 1.5s;
}
#sec-arc ul li:focus div.w-in,
#sec-arc ul li:hover div.w-in {
    transform: scale(1.2);
    transition: all 4.5s;
}

#sec-arc ul li a .tx-wp {
    float: left;
    width: 100%;
    padding: 10px 10px 30px;
    box-sizing: border-box;
}

#sec-arc ul li h3 {
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.4em;
    text-align: left;
}
ul.tag li {
    display: inline-block;
}
#sec-arc ul li span.cat {
    display: inline-block;
    font-size: 12px;
    margin-right: 5px;
    line-height: 19px;
    text-align: center;
    padding: 0 5px;
    background: #575757;
    color: #FFFFFF;
    border-radius: 2px;
}

#sec-arc ul li span.date {
    display: inline-block;
    font-size: 12px;
    margin-right: 10px;
    line-height: 1.4em;
}
#sec-arc ul li span.date.mbtm {
    margin-bottom: 7px;
}
#sec-arc ul li a p {
    display: block;
    font-size: 12px;
    line-height: 1.8em;
    margin-top: 5px;
}
#sec-arc .slick-arrow {
    float: left;
    width: 50px;
    height:50px;
    background:transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    top: calc(50% - 25px);
    z-index: 10;
}

#sec-arc .slick-arrow.slick-next {
    background: url("../imgs/next.png") 0 0 no-repeat;
    background-size: 100% auto;
    right: 30px;
}
#sec-arc .slick-arrow.slick-prev {
    background: url("../imgs/prev.png") 0 0 no-repeat;
    background-size: 100% auto;
    left: 30px;
}

/* ----------------------------------------------------------------
	category page
-----------------------------------------------------------------*/


#sec-news {
    margin: 0 auto 130px;
}



    #cat-blk .en-ttl {
        margin-bottom: 5px !important;
    }
    h3.cat-ttl {
        display: block;
        text-align: left;
        font-size: 12px;
        margin-bottom: 5px;
    }
    ul.cat {
        display: block;
        margin: 0 0 35px;
        text-align: center;
    }



    ul.cat li {
        display: inline-block;
        line-height: 26px;
        font-size: 14px;
        margin: 0 3px;
    }
    ul.cat li a {
        display: block;
        background: #ffffff;
        border: solid 1px #575757;
        color: #575757;
        padding: 0 10px;
        text-align: center;
        border-radius: 2px;
    }

    ul.cat li a:hover,
    ul.cat li.active a {

        color: #FFFFFF;
        opacity: 1;
            background: #575757;
    transition-property: all;
    -moz-transition-property: all;-o-transition-property: all;-webkit-transition-property: all;
    transition-duration: .5s;-moz-transition-duration: .5s;-o-transition-duration: .5s;-webkit-transition-duration: .5s;
    transition-timing-function: ease-in-out;-moz-transition-timing-function: ease-in-out;-o-transition-timing-function: ease-in-out;-webkit-transition-timing-function: ease-in-out;
    }

    .atc-list {
        display: block;
        position: relative;
        /*border-top: solid 1px #b3b3b3;*/
    }
    .atc-list li  {
        display: block;
        margin-bottom: 10px;
        position: relative;
    }
    .atc-list li a {
        display: block;
        position: relative;
        overflow: hidden;
        padding:  0;
        background: #FFFFFF;
        border-radius: 2px;
        /*border-bottom: solid 1px #b3b3b3;*/
        transition-property: all;
-moz-transition-property: all;-o-transition-property: all;-webkit-transition-property: all;
transition-duration: .1s;-moz-transition-duration: .1s;-o-transition-duration: .1s;-webkit-transition-duration: .1s;
transition-timing-function: ease-in-out;-moz-transition-timing-function: ease-in-out;-o-transition-timing-function: ease-in-out;-webkit-transition-timing-function: ease-in-out;

        
    }
    .atc-list li a:hover {
        opacity: 1;
        /*background-color:rgba(226,222,213,0.4);*/
    }
    .atc-list li a .img {
        float: left;
        width: 25%;
        max-width: 200px;
        background-size: cover;
        background-position: center center;
    }
    .atc-list li a .img img {
        float: left;
    }
    .atc-list li a .tx-r {
        float: right;
        width: 72%;
        text-align: left;
        position: relative;
        padding: 10px 0;
    }

    .atc-list.works li a .img {
        width: 45%;
        max-width: none;
    }
    .atc-list.works li a .tx-r {
        float: right;
        width: 51%;
        text-align: left;
        position: relative;
    }


    .atc-list li a .tx-r h3 {
        display: block;
        padding-right: 15px;
        line-height: 1.4em;
        font-size: 16px;
        margin-bottom: 3px;
        font-weight: normal;
    }
    .atc-list li a .tx-r p {
        display: block;
        padding-right: 25px;
        line-height: 1.8em;
        font-size: 14px;
    } 
   .atc-list li span.date {
    display: block;
       float: left;
    font-size: 12px;
    margin: 0 10px 7px 0;
    line-height: 1.4em;
    } 
    .atc-list li span.cat {
    display: inline-block;
       float: left;
    font-size: 12px;
    margin-right: 5px;
    line-height: 19px;
    text-align: center;
    padding: 0 5px;
    background: #575757;
    color: #fff;
    margin-bottom: 6px;
    border-radius: 2px;
    } 


    .more {
        display: block;
        text-align: center;
        position: relative;
        margin: 30px 0 0;
    }
    .plusbtn {
        display: block;
        max-width: 150px;
        line-height: 40px;
        text-align: center;
        margin: auto;
        font-size: 14px;
        background: #333333;
        color: #FFFFFF;
    }
    .more #loading {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 40px;
        height: auto;
        margin: auto;
    }


    .timesale {
        display: block;
        position: absolute;
        width: 100%;
        line-height: 18px;
        background:rgba(215,0,58,0.8);
        color: #FFFFFF;
        font-size: 11px;
        font-weight: bold;
        text-align: left;
        z-index: 5;
        left: 0;
        top: 0;
        padding-left: 30px;
    }
    .timesale:before {
        content: '';
        float: left;
        display: block;
        position: absolute;
        width: 18px;
        height: 18px;
        background:url("../img/timesale2.png") 0 0 no-repeat;
        background-size: 100% auto;
        z-index: 2;
        left: 1px;
        bottom:0;
    }
    .post .timesale {
        position: relative;
        margin-bottom: 5px;
    }


.cov {
    display: block;
    background: #FFFFFF;
    border: solid 1px #29ABE2;
    text-align: center;
    margin: 0 0 40px;
    position: relative;
    border-radius: 2px;
    transition-property: all;
-moz-transition-property: all;-o-transition-property: all;-webkit-transition-property: all;
transition-duration: .1s;-moz-transition-duration: .1s;-o-transition-duration: .1s;-webkit-transition-duration: .1s;
transition-timing-function: ease-in-out;-moz-transition-timing-function: ease-in-out;-o-transition-timing-function: ease-in-out;-webkit-transition-timing-function: ease-in-out;
}
.cov:hover {
    background: rgba(255,255,255,.7);
}
.cov a {
    display: block;
    padding: 10px 40px 10px 10px;
    background: url("../imgs/arw3.png") 98% 50% no-repeat;
    background-size: 10px auto;
}
.cov h2 {
    display: block;
    font-size: 17px;
    letter-spacing: 1px;
    color: #29ABE2;
    padding: 0;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.cov p {
    display: block;
    font-size: 14px;
    line-height: 1.8em;
    color: #333333;
    padding:  0 0;
    text-align: left;
}



.notice {
    display: block;
    background: #FFFFFF;
    border: solid 1px #e94709;
    text-align: center;
    margin: 0 0 20px;
    position: relative;
    border-radius: 2px;
    transition-property: all;
-moz-transition-property: all;-o-transition-property: all;-webkit-transition-property: all;
transition-duration: .1s;-moz-transition-duration: .1s;-o-transition-duration: .1s;-webkit-transition-duration: .1s;
transition-timing-function: ease-in-out;-moz-transition-timing-function: ease-in-out;-o-transition-timing-function: ease-in-out;-webkit-transition-timing-function: ease-in-out;
}
.notice:hover {
    background: rgba(255,255,255,.7);
}
.notice a {
    display: block;
    padding: 10px 40px 10px 10px;
    background: url("../imgs/arw4.png") 98% 50% no-repeat;
    background-size: 10px auto;
}
.notice h2 {
    display: block;
    font-size: 17px;
    letter-spacing: 1px;
    color: #e94709;
    padding: 0;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.notice p {
    display: block;
    font-size: 14px;
    line-height: 1.8em;
    color: #333333;
    padding: 0 0;
    text-align: left;
}







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

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

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

@media screen and (max-width: 975px) {
    
    .pc {	display: none !important;}
    .sp {	display: block !important;}

    

}

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

    
}

@media screen and (max-width:768px) {
    
    .ssp {	display: block !important;}
    .spc {	display: none !important;}
    
    .blk-l,
    .blk-r {
        width: 100%;
    }
    #visual .blk-l,
    #visual .blk-r {
        width: 50%;
    }
   
    h2.bsc {
        font-size: 18px;
        margin-bottom: 55px;
    }
    h2.en {
        font-size: 18px;
        margin-bottom: 55px;
    }
    p.bstx {
        font-size: 14px;
        margin-bottom: 60px;
    }
    p.bstx2 {
        font-size: 14px;
        /*margin-bottom: 20px;*/
    }
    a.btn-def {
        font-size: 14px;
    }
    
    ul.bnr {
        margin: 65px auto 0;
    }
    
    
    
    #idm .blk-l {
        margin-bottom: 0;
    }
    #idm .blk-r {
        padding-left: 0;
        margin-bottom: 50px;
    }
    
    h3.bsc {
        font-size: 16px;
        margin-bottom: 25px;
    }
    
    .notice h2,
    .cov h2 {
        font-size: 13px;
        letter-spacing: 0px;
    }
    .notice p,
    .cov p {
        font-size: 12px;
    }
    .notice a {
        padding: 10px 25px 10px 10px;
    }
    
    
}
@media (max-width:640px) {
  
    h1#index {
        max-width: 120px;
    }
    #visual {
        margin: 0 5px;
    }
    
    h2.bsc {
        font-size: 16px;
    }
    ul.news {
        border-top: solid 1px #b3b3b3;
    }
    ul.news li {
        width: 100%;
        font-size: 12px;
        line-height: 1.6em;
        border-top: 0 !important;
    }
    ul.bnr li {
        width: 100%;
        margin-bottom: 15px;
    }
    
    .shop-blk {
        margin-bottom: 20px;
    }
    
    
    .shop-blk a.logo {
        width: 155px;
    }
    p.add {
        font-size: 13px;
    }
    
    .mid dl,
    .shop-blk dl {
        font-size: 13px;
        margin: 0 auto 50px;
    }
    dl.s-info {
        font-size: 13px;
    }
    .shop-blk ul{
        font-size: 12px;
    }
    
    
    .atc-list li a .img {
        width: 35%;
    }
    .atc-list li a .tx-r {
        width: 63%;
    }
    .atc-list li a .tx-r h3 {
        font-size: 14px;
    }
    .atc-list li span.cat {
        font-size: 11px;
        line-height: 17px;
    }
    .atc-list li a .tx-r p {
        display: none !important;
    }
    ul.mid-nav li span {
        font-size: 13px;
        letter-spacing: 0px;
        padding-left: 0;
    }
    ul.mid-nav li b {
        padding-left: 0;
    }
    
    ul.item li span {
        font-size: 13px;
        letter-spacing: 0px;
        padding-left: 3px;
    }
    
    
    l.item li {
        margin-bottom: 30px;
    }
    h4.grn {
        font-size: 15px;
        letter-spacing: 0;
    }
    
}

@media (max-width:480px) {

    .sspc {	display: none !important;}
    .sssp {	display: block !important;}
    
    h3.bsc {
        font-size: 15px;
    }

}