/* IMPORT RESET */
@import url("reset.css");

/* IMPORT 12 COLUMN RESPONSIVE GS */
@import url("responsive.gs.12col.css");


/*	EXAMPLE STYLES */
body {
	font-family:Meiryo,"メイリオ","ＭＳ Ｐゴシック",Osaka,sans-serif;
	color: #212121;
	/*color: #fff;*/
	font-size: 14px;
	background-color: #000;
}


.inner {
    width: 100%;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}

/* header */
#top-head {
    top: -200px;
    position: absolute;
    width: 100%;
    margin: 200px auto 0;
    padding: 0px 0 0px;
    line-height: 1;
    z-index: 999;
}


#top-head a,
#top-head {
    color: #333;
    text-decoration: none;
    text-align: center;
}
#top-head .inner {
    position: relative;
}


/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
      -webkit-transition: all 1s;
      -moz-transition: all 1s;
      -ms-transition: all 1s;
      -o-transition: all 1s;
      transition: all 1s;
      opacity: 0.9;
    background-image:url(../common_img/logo.png);
    background-size:240px;
    background-position:center center;
    background-repeat:no-repeat;
    background-color:rgba(0,0,0,0.9);
}
#top-head.fixed .logo {
}
#top-head.fixed #global-nav ul li a {
}

/* ヘッダー内　ボタンエリア */

#nav-info {
    position: absolute;
    right: 12px;
    top: 14px;
    width: 100px;
    z-index: 101;
}

#nav-info li{
    float:left;
    width:50px;
    text-align:center;
}

/* Toggle Button */
#nav-toggle {
    position: absolute;
    left: 22px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 3px;
    width: 70%;
    background: #fff;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 8px;
}
#nav-toggle span:nth-child(3) {
    top: 16px;
}


    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
    }
    #mobile-head {
        width: 100%;
        z-index: 999;
        height:65px;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {

    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -507px;
        width:40%;
        text-align: center;
        padding: 0px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        width:100%;
        left: 0;
        bottom: 0px;
    }
    #global-nav ul li {
        float: none;
        position: static;
        width:100%;
        background: rgba(0,0,0,0.9);
        margin-bottom:2px;
    }

    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        text-align:center;
        padding: 15px 0;
    }

    #top-head #global-nav ul li a:hover{background: rgba(0,0,0,1.0);}
    #nav-toggle {
        display: block;
        top:20px;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(572px);
        -webkit-transform: translateY(572px);
        transform: translateY(572px);
    }


@media only screen and (max-width: 480px) {

#top-head.fixed {
    background-size:140px;
}

#nav-info {
    position: absolute;
    right: 12px;
    top: 14px;
    width: 80px;
    z-index: 101;
}

#nav-info li{
    float:left;
    width:40px;
    text-align:center;
}

}


/* ----------   main  --------------------- */

main {
	padding:0px 0 0px;
	min-height:600px;
}



@media only screen and (max-width: 768px) {
main {
	padding:0px 0px 0px;
	min-height:300px;
}

main p{
	padding:0px 15px 0px;
}

}

/* ----------   section  --------------------- */
section {

}

aside {
	margin:0px 0 10px;
}

#side_bar{
}

/* ----------   footer  --------------------- */
footer {
}

#link_area{
text-align:center;
margin:10px 0;
}


#link_area img{
margin:5px 0;
}


/* ----------   メインイメージ系  --------------------- */

#main_img {
	margin:0px auto 0px;
	padding:0px 0 0px 0;
	width:100%;
	height: 100%;
	position:reletive;
}


#main_img .logo{
	position:absolute;
	top:25%;
	left:0;
	right:0;
	width:499px;
	height:380px;
	margin:auto;
	z-index:500;
	animation: 2s infinite linear;
	background:url(../common_img/logo_h1.png) no-repeat center 0;
}

#main_img .tp_text{
	text-align:center;
	padding:0 30px 0;
	/*position: absolute;
    top: 70%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 500;*/
    animation: 2.4s infinite linear;
}

@media only screen and (max-width: 1000px) {


#main_img .logo{
	width:320px;
	background-size:320px 245px;
}


}

[data-ca3_iconfont="ETmodules"]::before {
    font-family: "ETmodules";
}
[data-ca3_icon]::before {
    font-weight: normal;
    content: attr(data-ca3_icon);
}

.ca3-scroll-down-arrow {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2hldnJvbl90aGluX2Rvd24iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiBmaWxsPSJ3aGl0ZSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTE3LjQxOCw2LjEwOWMwLjI3Mi0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwYzAuMjcsMC4yNjgsMC4yNzEsMC43MDEsMCwwLjk2OWwtNy45MDgsNy44M2MtMC4yNywwLjI2OC0wLjcwNywwLjI2OC0wLjk3OSwwbC03LjkwOC03LjgzYy0wLjI3LTAuMjY4LTAuMjctMC43MDEsMC0wLjk2OWMwLjI3MS0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwTDEwLDEzLjI1TDE3LjQxOCw2LjEwOXoiLz48L3N2Zz4=);
    background-size: contain;
    background-repeat: no-repeat;
}

.ca3-scroll-down-link {
  cursor:pointer;
    height: 60px;
    width: 35px;
    margin: 0px 0 0 -20px;
    line-height: 60px;
    position: absolute;
    left: 50.5%;
    top: 80%;
    color: #FFF;
    text-align: center;
    font-size: 70px;
    z-index: 100;
    text-decoration: none;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);

    -webkit-animation: ca3_fade_move_down 2s ease-in-out infinite;
    -moz-animation:    ca3_fade_move_down 2s ease-in-out infinite;
    animation:         ca3_fade_move_down 2s ease-in-out infinite;
}


/*animated scroll arrow animation*/
@-webkit-keyframes ca3_fade_move_down {
  0%   { -webkit-transform:translate(0,-20px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -webkit-transform:translate(0,20px); opacity: 0; }
}
@-moz-keyframes ca3_fade_move_down {
  0%   { -moz-transform:translate(0,-20px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -moz-transform:translate(0,20px); opacity: 0; }
}
@keyframes ca3_fade_move_down {
  0%   { transform:translate(0,-20px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { transform:translate(0,20px); opacity: 0; }
}


.nak_tt{
margin:190px 0 0px;
background:#003150 url(../common_img/bg_01.png) repeat-x center bottom;
}

.nak_tt h2{
font-weight:normal;
padding:25px 0;
font-size:180%;
color:#fff;
margin:0px 0 0px;
text-shadow:1px 1px 1px #000,-1px -1px 1px #000,1px 1px 1px #000,-1px -1px 1px #000,1px 1px 3px #000,-1px -1px 3px #000;
}


@media only screen and (max-width: 1000px) {

.nak_tt{
margin:110px 0 0px;
}

}


.btn01 {margin-top:20px;}

.btn01 a:before { content:'\e910'; margin-right:10px;font-family:'icomoon';color:#fff;font-size: 100%; }

.btn01 a{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	font-size:120%;
	display:block;
	padding:5px 0px;
	background:#283046;
	text-align:center;
}

.btn01 a:hover{
	background:#0084ff;　/* Firefox用 */
}



/* ----------   ページトップボタン  --------------------- */


#pageTop {

  position: fixed;
  bottom: 10px;
  right: 10px;
}



#pageTop a {
  display: block;
  z-index: 999;
  padding: 6px 0 0 0px;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  background-color: #676767;
	opacity: 0.8;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}



#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}




/* ----------   フッターナビ  --------------------- */


.fotter_bg{
/*background:#000;*/
background: rgba(0,0,0,0.8);
/*background:url(../common_img/bg_01.png) repeat;*/
margin:0px 0px 0px ;
padding:0px 0px 0px ;
}



.link_area{
margin:25px 0 0px;
text-align:center;
}

.link_area img{
/*margin:5px;*/
}

.link_area ul{
width:100%;
display:table;
}

.link_area ul li{
text-align:center;
display:table-cell;
}

.link_area ul li a{
font-weight:bold;
color:#fff;
text-decoration:none;
}

.link_area ul li a:hover{
color:red;
}

.f_gal{
/*width:300px;*/
width: 90%;
margin:0 auto 30px;
}

.f_gal li{
width:100%;
display:table;

}

.f_gal li p{
text-align:center;
display:table-cell;
width:50%;
}

.f_gal li:first-child p a{
color:#fff;
background: url(../common_img/f_btn_l.png) no-repeat center 0;
background-size:120px;
text-align:center;
display:block;
line-height:120px;
text-decoration:none;
font-size: 140%;
/*text-shadow:0px 0px 5px #4E4E4E;*/
text-shadow: 2px 2px 6px #555252,1px 1px 4px #2E2C2C;
font-weight:bold;
}

.f_gal li p a{
color:#fff;
background: url(../common_img/f_btn_l.png) no-repeat center 0;
background-size:80px;
text-align:center;
display:block;
line-height:80px;
text-decoration:none;
text-shadow: 2px 2px 6px #555252,1px 1px 4px #2E2C2C;
/*text-shadow: 0px 0px 5px #4E4E4E;*/
font-weight:bold;
}

.f_gal li p a:hover{
color:red;
}

#site_copy{
text-align:center;
margin:0px 0 0 0;
padding:15px;
color:#fff;
/*background:#181818;*/
background: rgba(0,0,0,0.9);
}

#site_copy span {
	color: #850000;
}

/* ----------   共通コンテンツ背景  --------------------- */

.common_contents{
/*background:url(../common_img/bg_01.png) repeat;*/
background: url(../common_img/bg05_pc.png) repeat;
background-attachment: fixed;
padding:10px 0 55px;
}

.p_w980{
width:95%;
margin:0 auto;
}

.border_box{
padding:20px 0px 5px;
margin:0px auto 20px;
position: relative;
width: 90%;
text-align: center;
background:rgba(255,255,255,0.5);
-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
box-shadow: 2px 2px 2px 2px #555252;
}

@media only screen and (max-width: 768px) {

/*.common_contents{
	padding:20px 0 35px;
	background-size: 100%;
}*/

.common_contents {background:none;	padding:20px 0 25px;
} /*PC用の背景はオフ*/
.common_contents::before {
  content:"";
	background-size: 100%;
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1000;
  width:100%;
  height:100vh;
	background-color: #000;
	background:url(../common_img/bg05_mb.png) center/cover no-repeat; /*fixedをトル！*/
	/*background:url(../common_img/bg05.png) center/cover no-repeat; /*fixedをトル！*/*/
  -webkit-background-size:cover;/*Android4*/
}

}

.g_map{
width:95%;
height:450px;
margin:0 auto 10px;
}


.p_catnav {
    width: 95%;
    margin: 0 auto 0px;
}


.p_catnav li {
    float: left;
    margin: 0 15px 5px 0;
    /* color: #fff; */
}


.p_catnav li a {
    display: block;
    /* color: #fff; */
}

.all_gal {
    width: 95%;
    margin: 0 auto 0px;
		font-size: 150%;
		text-align: right;
}

@media only screen and (max-width: 768px) {

.g_map{
height:250px;
}

.border_box{
/*border:solid 3px rgba(255,255,255,0.8);*/
/*border:solid 3px rgba(255,255,255,0.8);*/
/*-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
background:rgba(255,255,255,0.5);
box-shadow: 2px 2px 2px 2px #555252;*/

position:relative;
width: 97%;
padding:10px 0px;
margin:0px auto 20px;
padding:10px 0px 5px;
}

.border_box .tt_style01{
margin:10px 15px 15px;
}

.all_gal {
		font-size: 130%;
}

.bg_box {
	background-color: rgba(0,0,0,0.8);
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
	margin:0px 5px 0px;
}


.f_gal{
width:100%;
margin:0 auto 10px;
}

#site_copy{
	margin:0px 0 0 0;
	font-size: 90%;
}

}


.fade-up {
  transition: opacity 1.7s;
  -moz-transition: opacity 1.7s;
  -webkit-transition: opacity 1.7s;
  -o-transition: opacity 1.7s;
  transition: transform 1.2s;
  -moz-transition: transform 1.2s;
  -webkit-transition: transform 1.2s;
  -o-transition: transform 1.2s;
	opacity: 1;
}

.fade-up2 {
  transition: opacity 1.7s;
  -moz-transition: opacity 1.7s;
  -webkit-transition: opacity 1.7s;
  -o-transition: opacity 1.7s;
  transition: transform 1.7s;
  -moz-transition: transform 1.7s;
  -webkit-transition: transform 1.7s;
  -o-transition: transform 1.7s;
  opacity: 1;
}

.fade-up3 {
  transition: opacity 2.7s;
  -moz-transition: opacity 2.7s;
  -webkit-transition: opacity 2.7s;
  -o-transition: opacity 2.7s;
  transition: transform 2.7s;
  -moz-transition: transform 2.7s;
  -webkit-transition: transform 2.7s;
  -o-transition: transform 2.7s;
  opacity: 1;
}


.fade1 {
	/*フェードイン*/
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	opacity: 0;
}

.fade2 {
	/*フェードイン*/
	-webkit-transition: all 1.5s;
	-moz-transition: all 1.5s;
	-ms-transition: all 1.5s;
	-o-transition: all 1.5s;
	transition: all 1.5s;
	opacity: 0;
}

.fade3 {
	/*フェードイン*/
	-webkit-transition: all 2.5s;
	-moz-transition: all 2.5s;
	-ms-transition: all 2.5s;
	-o-transition: all 2.5s;
	transition: all 2.5s;
	opacity: 0;
}

.f_del {
	-webkit-transition-delay:1s;
	-moz-transition-delay:1s;
	-ms-transition-delay:1s;
	-o-ttransition-delay:1s;
	transition-delay:1s;
}

/* ロールオーバーで不透明度変更
-------------------------------------------------- */
.hover_img a:hover img,
a.hover_img:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	-webkit-transition: opacity linear 0.4s; -moz-transition: opacity linear 0.4s; transition: opacity linear 0.4s;
}


.link_box{
-webkit-transition: opacity linear 0.4s; -moz-transition: opacity linear 0.4s; transition: opacity linear 0.4s;
}

.bl-hover{
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	background: #fff;
	z-index:1;
	-webkit-transition: opacity linear 0.4s; -moz-transition: opacity linear 0.4s; transition: opacity linear 0.4s;
}

/* タイトルのスタイル
-------------------------------------------------- */

/* 装飾なし通常 */
.tt_style01{
font-size:300%;
color:#fff;
padding:0px 0px 0px 0px ;
font-weight:normal;
text-align:center;
margin:60px 0px 30px;
text-shadow: 2px 2px 6px #555252;
}

.tt_style01 span{color: #fff;padding:0px 0px 0px 0px;}

.tt_style01 span:before{content:"　 ";background:url(../common_img/h3_bg01.png) no-repeat center center;}



/* リボン付きタイトル */
/* .tt_style04{
font-size:300%;
color:#fff;
padding:120px 0px 0px 0px ;
font-weight:normal;
text-align:center;
margin:60px 0px 30px;
text-shadow: 2px 2px 6px #555252;
background:url(../common_img/tt_rbn01.png) no-repeat 48% 0;

}

.tt_style04 span{color: #fff;padding:0px 0px 0px 0px;}

.tt_style04 span:before{content:"　 ";background:url(../common_img/h3_bg01.png) no-repeat center center;} */

.tt_style_tt{
font-size:180%;
padding:120px 0px 7px 0px ;
font-weight:bold;
text-align:center;
margin:60px 0px 30px;
background:url(../common_img/tt_rbn.png) no-repeat 48% 0;
}

.tt_style_pr{
font-size:180%;
padding:120px 0px 7px 0px ;
font-weight:bold;
text-align:center;
margin:60px 0px 30px;
background:url(../common_img/pr_rbn.png) no-repeat 48% 0;
}

.tt_style_jw{
font-size:180%;
padding:120px 0px 7px 0px ;
font-weight:bold;
text-align:center;
margin:60px 0px 30px;
background:url(../common_img/jw_rbn.png) no-repeat 48% 0;
}

/* 枠線付き用 */
.tt_style02{
font-size:300%;
color:#fff;
padding:0px 0px 0px 0px ;
font-weight:normal;
text-align:center;
margin:60px auto 0px;
text-shadow: 2px 2px 6px #555252;
width: 98%;
}

.tt_style02 span{color: #fff;padding:0px 0px 0px 0px;margin: 0;}

.tt_style02 span:before{content:"　 ";background:url(../common_img/h3_bg01.png) no-repeat center center;}


.lines-on-sides{
	color: #2E2E2E;
	/*font-size: 24px;*/
	display: flex;
	align-items: center;
	/*border-bottom: 3px solid #2E2E2E;*/

}
.lines-on-sides:before, .lines-on-sides:after {
	content: "";
	flex-grow: 1;
	height: 2px;
	background: #676363;
	display: block;
}
.lines-on-sides:before {
	background: -webkit-linear-gradient(right, transparent, #676363 0%, #676363 65%, transparent);
	background: linear-gradient(to left, transparent, #676363 0%, #676363 65%, transparent);
	margin-right: .4em;
}
.lines-on-sides:after {
	background: -webkit-linear-gradient(left, transparent, #676363 0%, #676363 65%, transparent);
	background: linear-gradient(to right, transparent, #676363 0%, #676363 65%, transparent);
	margin-left: .4em;
}

.tt_hr {
   /*border-width: 6px 0px 0px 0px; /* 太さ1px */*/
   border-style: solid; /* 線種を実線に */
   border-color:#2e2e2e;   /* 線色を灰色に */
   height: 6px;
	 width: 90%;
	 margin: 10px auto 30px;
	 border: 0;
   background: -webkit-linear-gradient(left, rgba(46,46,46,0) 0%, #676363 30%, #676363 70%, rgba(46,46,46,0) 100%);
	 background: -moz-linear-gradient(left, rgba(46,46,46,0) 0%, #676363 30%, #676363 70%, rgba(46,46,46,0) 100%);
	 background: -ms-linear-gradient(left, rgba(46,46,46,0) 0%, #676363 30%, #676363 70%, rgba(46,46,46,0) 100%);
	 background: -o-linear-gradient(left, rgba(46,46,46,0) 0%, #676363 30%, #676363 70%, rgba(46,46,46,0) 100%);
}

.box_hr {
   /*border-width: 4px 0px 0px 0px; /* 太さ1px */*/
   border-style: solid; /* 線種を実線に */
   border-color:#2E2E2E;   /* 線色を灰色に */
   height: 3px;         /* 高さ(※古いIE用) */
	 width: 98%;
	 margin: 30px auto 30px;
	 border: 0;
	 background: -webkit-linear-gradient(left, rgba(46,46,46,0) 0%, #676363 30%, #676363 70%, rgba(46,46,46,0) 100%);
	 background: -moz-linear-gradient(left, rgba(46,46,46,0) 0%, #676363 30%, #676363 70%, rgba(46,46,46,0) 100%);
	 background: -ms-linear-gradient(left, rgba(46,46,46,0) 0%, #676363 30%, #676363 70%, rgba(46,46,46,0) 100%);
	 background: -o-linear-gradient(left, rgba(46,46,46,0) 0%, #676363 30%, #676363 70%, rgba(46,46,46,0) 100%);
}
/* 枠線付き用ここまで */


/* フッターSHOP INFOタイトル */
.tt_style03{
font-size:210%;
color:#fff;
padding:0px 0px 0px 0px ;
font-weight:normal;
text-align:center;
margin:0px auto 40px;
text-shadow: 2px 2px 6px #555252;
width: 98%;
}


/* 衛生管理タイトル線付き */
.tt_style05{
/* font-size:160%; */
font-size: 230%;
color:#2e2e2e;
padding:0px 0px 0px 0px ;
font-weight:bold;
text-align:center;
margin:0px auto 15px;
/*text-shadow: 2px 2px 6px #555252,0px 0px 4px #2E2C2C,0px 0px 4px #2E2C2C;*/
width: 98%;
}

/*.tt_style05 span{color: #fff;padding:0px 0px 0px 0px;margin: 0;}

.tt_style05 span:before{content:"　 ";background:url(../common_img/h3_bg01.png) no-repeat center center;}*/


.tt_style05 .lines-on-sides{
	background: #2e2e2e;
	/*font-size: 24px;*/
	display: flex;
	align-items: center;

}
.tt_style05 .lines-on-sides:before, .tt_style05 .lines-on-sides:after {
	content: "";
	flex-grow: 1;
	height: 2px;
	background: #2e2e2e;
	display: block;
}
.tt_style05 .lines-on-sides:before {
	background: #2e2e2e;
	margin-right: .4em;
}
.tt_style05 .lines-on-sides:after {
	background: #2e2e2e;
	margin-left: .4em;
}
/* 衛生管理線付きここまで */

@media only screen and (max-width: 768px) {

/* 装飾なし通常 */
.tt_style01{
font-size:160%;
line-height:41px;
/*padding:15px 0px 15px 0px ;*/
padding:0px 0px 0px 0px ;
margin:30px 5px 15px;
}

.tt_style01 span:before{content:"　　 ";background:url(../common_img/h3_bg01.png) no-repeat center center;padding:15px 0px 15px 0px;}


/* リボン付きタイトル */
/* .tt_style04{
font-size:160%;
line-height:41px;
padding:70px 0px 0px 0px ;
margin:30px 5px 0px;
background:url(../common_img/tt_rbn01.png) no-repeat 30% 0;
background-size:contain;
}

.tt_style04 span:before{content:"　　 ";background:url(../common_img/h3_bg01.png) no-repeat center;padding:15px 0px 15px 0px;} */

.tt_style_tt{
font-size:120%;
/*padding:15px 0px 15px 0px ;*/
padding:70px 0px 0px 0px ;
margin:30px 5px 0px;
background:url(../common_img/tt_rbn.png) no-repeat 30% 0;
background-size:contain;
}

.tt_style_pr{
font-size:120%;
/*padding:15px 0px 15px 0px ;*/
padding:70px 0px 0px 0px ;
margin:30px 5px 0px;
background:url(../common_img/pr_rbn.png) no-repeat 30% 0;
background-size:contain;
}

.tt_style_jw{
font-size:120%;
/*padding:15px 0px 15px 0px ;*/
padding:70px 0px 0px 0px ;
margin:30px 5px 0px;
background:url(../common_img/jw_rbn.png) no-repeat 30% 0;
background-size:contain;
}




/* 枠線付き用 */
.tt_style02{
font-size:160%;
line-height:41px;
/*padding:15px 0px 15px 0px ;*/
padding:0px 0px 0px 0px ;
margin:30px auto 0px;
width: 98%;
}

.tt_style02 span:before{content:"　　 ";background:url(../common_img/h3_bg01.png) no-repeat center;padding:8px 0px 8px 0px;}

.lines-on-sides:before, .lines-on-sides:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #2E2E2E;
	display: block;
}

.lines-on-sides:before {
	margin-right: .3em;
	background: -webkit-linear-gradient(right, transparent, #676363 0%, #676363 65%, transparent);
	background: linear-gradient(to left, transparent, #676363 0%, #676363 65%, transparent);
}
.lines-on-sides:after {
	margin-left: .3em;
	background: -webkit-linear-gradient(left, transparent, #676363 0%, #676363 65%, transparent);
	background: linear-gradient(to right, transparent, #676363 0%, #676363 65%, transparent);

}

.tt_hr {
   /*border-width: 4px 0px 0px 0px; /* 太さ1px */*/
   border-style: solid; /* 線種を実線に */
   border-color:#2E2E2E;   /* 線色を灰色に */
   height: 4px;
	 width: 90%;
	 margin: 5px auto 15px;
	 border: 0;
   background: -webkit-linear-gradient(left, rgba(46,46,46,0) 0%, #676363 30%, #676363 70%, rgba(46,46,46,0) 100%);
	 background: -moz-linear-gradient(left, rgba(46,46,46,0) 0%, #676363 30%, #676363 70%, rgba(46,46,46,0) 100%);
	 background: -ms-linear-gradient(left, rgba(46,46,46,0) 0%, #676363 30%, #676363 70%, rgba(46,46,46,0) 100%);
	 background: -o-linear-gradient(left, rgba(46,46,46,0) 0%, #676363 30%, #676363 70%, rgba(46,46,46,0) 100%);
}

.tt_hr2 {
   border-top: 8px double #2E2E2E;
	 width: 90%;
	 margin: 5px auto 15px;
}

.box_hr {
   /*border-width: 3px 0px 0px 0px; /* 太さ1px */*/
   border-style: solid; /* 線種を実線に */
   border-color:#2E2E2E;   /* 線色を灰色に */
   height: 3px;         /* 高さ(※古いIE用) */
	 width: 98%;
	 margin: 20px auto 15px;
	 border: 0;
	 background: -webkit-linear-gradient(left, rgba(46,46,46,0) 0%, #676363 30%, #676363 70%, rgba(46,46,46,0) 100%);
	 background: -moz-linear-gradient(left, rgba(46,46,46,0) 0%, #676363 30%, #676363 70%, rgba(46,46,46,0) 100%);
	 background: -ms-linear-gradient(left, rgba(46,46,46,0) 0%, #676363 30%, #676363 70%, rgba(46,46,46,0) 100%);
	 background: -o-linear-gradient(left, rgba(46,46,46,0) 0%, #676363 30%, #676363 70%, rgba(46,46,46,0) 100%);
}
/* 枠線付き用ここまで */


/* 小見出しタイトル線付き */
.tt_style05{
font-size:120%;
/*padding:15px 0px 15px 0px ;*/
padding:0px 0px 0px 0px ;
margin:0px auto 10px;
width: 98%;
}

.tt_style05 .lines-on-sides:before, .tt_style05 .lines-on-sides:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #2E2E2E;
	display: block;
}

.tt_style05 .lines-on-sides:before {
	margin-right: .3em;
	background: #2E2E2E;
}
.tt_style05 .lines-on-sides:after {
	margin-left: .3em;
	background: #2E2E2E;
}
/* 衛生管理線付きここまで */


/* フッターSHOP INFOタイトル */
.tt_style03{
font-size:130%;
line-height:25px;
/*padding:15px 0px 15px 0px ;*/
padding:0px 0px 0px 0px ;
margin:0px auto 20px;
width: 98%;
color: #fff;
}
/* フッターSHOP INFOタイトルここまで */


}


/* googlemap */



/*
====================================================================================================
◆画像のレフト・ライト
---------------------------------------------------------------------------------------------------- */

.fig_01{
float:right;
width:36%;
margin:0px 0px 0px 25px;
}

.fig_02{
float:left;
width:36%;
margin:0px 25px 0px 0px;
}

.fig_03{
float:right;
width:25%;
margin:0px 0px 0px 25px;
}

.fig_04{
float:left;
width:25%;
margin:0px 25px 0px 0px;
}

.fig_05{
float:left;
width:48%;
margin:0px 0px 0px 0px;
}

.fig_06{
float:right;
width:48%;
margin:0px 0px 0px 0px;
}

.fig_n01{
float:right;
width:36%;
margin:0px 0px 0px 25px;
}

.fig_n02{
float:left;
width:36%;
margin:0px 25px 0px 0px;
}

.fig_n03{
float:right;
width:20%;
margin:0px 0px 0px 25px;
}

.fig_n04{
float:left;
width:20%;
margin:0px 25px 0px 0px;
}

.figure img{width:100%;}

figucaption{text-align:center;}


@media only screen and (max-width: 768px) {

.fig_n01{
display:none;
}

.fig_n02{
display:none;
}

.fig_n03{
display:none;
}

.fig_n04{
display:none;
}

}
