@charset "UTF-8";
/**
 * 目次
 *
 * 01. reset
 * 02. BaseSet
 * 03. Layout
 *
 */
/* ==========================================================================
   01. reset
   ========================================================================== */
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;
}
body {
  line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
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 #ccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
/* ==========================================================================
   02. BaseSet
   ========================================================================== */
html {
  overflow-y: scroll;
  font-size: 62.5%;
}
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 140%;
  /*16px*/
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  min-width: 960px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 120%;
    min-width: 100%;
  }
}
/* link
   ========================================================================== */
a {
  color: #000;
  text-decoration: underline;
}
a:visited {
  color: #000;
  text-decoration: underline;
}
a:hover {
  color: #4AAACB;
  text-decoration: underline;
}
/* fontsize
   ========================================================================== */
/*.text10 { @include fontsize(10); }
.text11 { @include fontsize(11); }
.text12 { @include fontsize(12); }
.text13 { @include fontsize(13); }
.text14 { @include fontsize(14); }
.text15 { @include fontsize(15); }
.text16 { @include fontsize(16); }
.text17 { @include fontsize(17); }
.text18 { @include fontsize(18); }
.text19 { @include fontsize(19); }
.text20 { @include fontsize(20); }
.text21 { @include fontsize(21); }
.text22 { @include fontsize(22); }
.text23 { @include fontsize(23); }
.text24 { @include fontsize(24); }
.text25 { @include fontsize(25); }
.text26 { @include fontsize(26); }*/
/* image
   ========================================================================== */
img {
  vertical-align: bottom;
  line-height: 1.0;
  max-width: 100%;
  height: auto;
}
.ielt8 img, .ie8 img {
  width: auto;
}
/* ClearFix
   ========================================================================== */
.clear {
  clear: both;
}
/* modern browsers */
.clearfix:after, .fbox:after, #contents:after, .item-wrap:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* IE7 */
.clearfix, .fbox, #contents, .item-wrap {
  display: inline-block;
}
/* legacy IE */
* html .clearfix, * html .fbox, * html #contents, * html .item-wrap {
  height: 1%;
}
.clearfix, .fbox, #contents, .item-wrap {
  display: block;
}
/* float
   ========================================================================== */
.fr {
  float: right;
}
.fl {
  float: left;
}
ul.fbox li {
  float: left;
  display: inline;
}
.in-block {
  letter-spacing: -.40em;
}
.in-block li, .in-block dt, .in-block dd {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  vertical-align: top;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
.clearfix {
  /*
	overflow: hidden;
*/
}
/* text style
   ========================================================================== */
.text-bold {
  font-weight: bold;
}
/* margin
   ========================================================================== */
.mt0 {
  margin-top: 0 !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
/* padding
   ========================================================================== */
.pt0 {
  padding-top: 0 !important;
}
.pb0 {
  padding-botttom: 0 !important;
}
/* form label
   ========================================================================== */
input, textarea {
  vertical-align: middle;
  outline: 0px none #fff;
}
label {
  vertical-align: middle;
}
/* position
   ========================================================================== */
.text-r {
  text-align: right !important;
}
.text-c, table.text-c th, table.text-c td, table.th-c th {
  text-align: center !important;
}
.text-l {
  text-align: left !important;
}
/* display
   ========================================================================== */
.block {
  display: block;
}
/** {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}*/
/* ==========================================================================
   03. Layout
   ========================================================================== */
/**
 * レイアウト
 */
/* ==========================================================================
   wrapper
   ========================================================================== */
html {
  background: url(images/body.gif) repeat left top;
}
@media screen and (max-width: 767px) {
  html {
    background-size: auto 190px;
  }
}
/* ==========================================================================
   slide
   ========================================================================== */
#slide-wrap {
  margin: 0 auto;
  /* max-width: 1580px;*/
  min-width: 960px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #slide-wrap {
    max-width: 100%;
    min-width: 100%;
  }
}
.bx-wrapper {
  overflow: hidden;
}
.bxslider img {
  height: auto;
  /*max-width: 1580px;*/
  min-width: 960px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .bxslider img {
    max-width: 100%;
    min-width: 100%;
  }
}
#head-wrap header {
  position: relative;
}
#bgm-wrap #inner-bgm {
  background: #fefefe;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #e8e9ea));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fefefe 0%, #e8e9ea 100%);
  /* Chrome10+,Safari5.1+ */
  background: linear-gradient(to bottom, #fefefe 0%, #e8e9ea 100%);
  /* W3C */
  border-radius: 4px;
  padding: 8px 11px 10px 10px;
  position: absolute;
  right: 0;
  top: 0px;
  z-index: 9999;
}
#bgm-wrap dt, #bgm-wrap dd {
  line-height: 1.0;
}
#bgm-wrap dt {
  color: #B3B3B3;
  font-size: 78.5714285714%;
  text-align: center;
}
#bgm-wrap dd {
  background: url(images/icon_bgm.gif) no-repeat left 2px;
  font-size: 100%;
  margin-top: 5px;
  padding-left: 21px;
  padding-right: 90px;
}
#bgm-wrap #player {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url(images/icon_player.png);
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  height: 18px;
  position: absolute;
  right: 7px;
  top: 23px;
  width: 71px;
}
#bgm-wrap .playing {
  background-position: left -18px;
}
#bgm-wrap .stopped {
  background-position: left top;
}
@media screen and (max-width: 767px) {
  #bgm-wrap {
    position: inherit;
  }
  #bgm-wrap #inner-bgm {
    padding: 4px 10px;
    top: 0;
    right: 10px;
    z-index: 10;
    width: 112px;
  }
  #bgm-wrap #inner-bgm p {
    font-size: 71.4285714286%;
  }
}
.sp-item {
  display: none;
}
.pc-item {
  display: block;
}
@media screen and (max-width: 767px) {
  .sp-item {
    display: block;
  }
  .pc-item {
    display: none;
  }
}
/* jquery.bxslider.css を上書き */
.bx-wrapper {
  margin: 0 auto;
}
.bx-wrapper .bx-viewport {
  border: none;
  box-shadow: none;
  left: 0;
  overflow: hidden;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  bottom: 2.87%;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #B3B3B3;
  border-radius: 7px;
  border: 2px solid #FFF;
  display: block;
  height: 12px;
  margin: 0 20px 0 0;
  outline: 0 none;
  text-indent: 9999px;
  width: 12px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #D7890B;
}
.bx-wrapper .bx-viewport {
  background: none;
}
.bx-wrapper .bx-pager {
  top: 2.87%;
  padding-top: 0;
  text-align: right;
}
.bx-wrapper .bx-controls-direction a {
  width: 60px;
  height: 60px;
  margin-top: -30px;
}
.bx-wrapper .bx-next {
  background: url(images/ts_next.png) 0 0 no-repeat;
}
.bx-wrapper .bx-prev {
  background: url(images/ts_prev.png) 0 0 no-repeat;
}
.bx-wrapper .bx-controls-direction a:hover {
  background-position: 0 0;
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  #slide-wrap {
    max-width: 100%;
    min-width: 100%;
  }
  .bxslider img {
    max-width: 100%;
    min-width: 100%;
  }
  .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: 0;
  }
  .bx-wrapper .bx-controls-direction a {
    width: 30px;
    height: 30px;
    margin-top: -30px;
    background-size: cover;
  }
  .bx-wrapper .bx-pager.bx-default-pager a {
    border-radius: 4px;
    border: 1px solid #FFF;
    height: 7px;
    margin: 0 4px 0 0;
    width: 7px;
  }
}
/* ==========================================================================
   navigation
   ========================================================================== */
header {
  max-width: 960px;
  margin: 0 auto;
  padding: 10px 0 7px;
  min-height: 36px;
  width: 100%;
}
#head-logo, #gnav {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
}
#head-wrap {
  background: #fff;
}
#head-logo {
  display: block;
  float: left;
  width: 279px;
}
#gnav-wrap {
  letter-spacing: -.40em;
  margin: 0 auto;
  text-align: center;
  position: relative;
  width: 960px;
}
#gnav-wrap #gnav {
  margin-top: -56px;
  width: 980px;
}
#gnav-wrap li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  padding-left: 19px;
  padding-right: 19px;
}
#gnav-wrap li:first-child {
  margin-left: 0;
}
#gnav-wrap a, #gnav-wrap span {
  display: block;
}
#gnav-wrap span {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url(images/gnav.png);
  background-repeat: no-repeat;
  height: 111px;
}
#gnav-wrap a:hover {
  transform: rotate(-25deg);
}
#gnav01 {
  padding-left: 0 !important;
  width: 111px;
  height: 111px;
}
#gnav01 span {
  background: url(images/gnav01.png) 0 0 no-repeat;
}
#gnav02 {
  width: 111px;
}
#gnav02 span {
  background: url(images/gnav02.png) 0 0 no-repeat;
}
#gnav-wrap li#gnav03 {
  width: 111px;
}
#gnav03 span {
  background: url(images/gnav03.png) 0 0 no-repeat;
}
#gnav04 {
  margin-left: 43px;
  width: 59px;
}
#gnav04 span {
  background-position: -426px top;
}
#gnav04:hover span {
  background-position: -426px -92px;
}
#gnav05 {
  width: 111px;
}
#gnav05 span {
  background: url(images/gnav05.png) 0 0 no-repeat;
}
#gnav-wrap #gnav06 {
  position: relative;
  width: 111px;
}
#gnav-wrap #gnav06 img {
  position: absolute;
  top: -49px;
  left: -2px;
}
#gnav-wrap #gnav06 span {
  background: url(images/gnav06.gif) center 25px no-repeat;
}
#gnav-wrap #gnav06 a {
  background: url(images/gnav06.png) 0 0 no-repeat;
}
#gnav-wrap #gnav06 a:hover span {
  background: url(images/gnav06_stop.gif) center 25px no-repeat;
}
#gnav-wrap #gnav07 {
  position: relative;
  width: 111px;
}
#gnav-wrap #gnav07 span {
  background: url(images/gnav07.gif) 18px 17px no-repeat;
}
#gnav-wrap #gnav07 img {
  position: absolute;
  top: -49px;
  left: 2px;
}
#gnav-wrap #gnav07 a {
  background: url(images/gnav07.png) 0 0 no-repeat;
}
#gnav-wrap #gnav08 {
  margin-top: -59px;
}
#gnav-wrap #gnav08 b img {
  animation: poyon 1.2s infinite;
}
@keyframes poyon {
  0% {
    transform: scale(1.0, 1.0) translate(0%, 0%);
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    transform: scale(1.0, 1.0) translate(0%, 0%);
  }
}
@media screen and (max-width: 767px) {
  header {
    max-width: 100%;
    min-width: 100%;
  }
  #head-logo {
    display: block;
    margin-left: 15px;
    width: 40%;
  }
  #head-logo img {
    height: auto;
    width: 100%;
  }
  #gnav-wrap {
    width: auto;
  }
  #gnav {
    display: none;
  }
  /*#gnav{
  	@include inblock-parent;
  	max-width:100%;
  	padding-bottom:10px;
  	padding-top:10px;
  	
  	ul{
  		text-align:center;
  		margin-left:45%;
  	}
  	
  	li{
  		@include inblock;
  		margin-left:17px;
  	}
  	
  	a,
  	span{
  		display:block;
  	}
  	
  	span{
  		background-image:url(images/gnav.png);
  		background-repeat:no-repeat;
  		background-size:283px auto;
  		height:18px;
  	}
  }
  
  #gnav01{
  	width:72px;
  	span{
  		background-position:left top;
  	}
  	
  	&:hover{
  		span{
  			background-position:left top;
  		}
  	}
  }
  
  #gnav02{
  	width:29px;
  	span{
  		background-position:-88px top;
  	}
  	
  	&:hover{
  		span{
  			background-position:-88px top;
  		}
  	}
  }
  
  #gnav03{
  	width:31px;
  	span{
  		background-position:-134px top;
  	}
  	
  	&:hover{
  		span{
  			background-position:-134px top;
  		}
  	}
  }
  
  #gnav04{
  	width:46px;
  	span{
  		background-position:-187px top;
  	}
  	
  	&:hover{
  		span{
  			background-position:-187px top;
  		}
  	}
  }
  
  #gnav05{
  	width:26px;
  	span{
  		background-position:-256px top;
  	}
  	
  	&:hover{
  		span{
  			background-position:-256px top;
  		}
  	}
  }*/
}
/* ==========================================================================
   contents
   ========================================================================== */
.inner-cont {
  margin: 0 auto;
  width: 960px;
}
.outer-cont {
  padding-left: 10px;
  padding-right: 10px;
}
.relative {
  position: relative;
}
@media screen and (max-width: 767px) {
  .inner-cont {
    width: 100%;
  }
}
/* ==========================================================================
   お知らせ
   ========================================================================== */
#info-area {
  background: url(images/info-area_bk.gif) repeat 0 5px;
  /*max-width: 1580px;*/
  min-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 25px;
}
#info-area .inner-cont {
  background: #F5F2E8;
  border: 3px solid #804C2E;
  min-width: 0;
  max-width: 830px;
  padding-left: 24px;
  margin-top: 19px;
  padding-top: 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
@media screen and (max-width: 767px) {
  #info-area {
    width: auto;
    max-width: none;
    min-width: 0;
  }
  #info-area .inner-cont {
    max-width: none;
    width: auto;
  }
}
#info-ttl {
  position: absolute;
  left: 24px;
  top: 19px;
}
.ie8 #info-ttl {
  height: 23px;
  width: 100px;
}
.info-list {
  margin-left: 143px;
  padding-bottom: 23px;
  padding-top: 22px;
}
.info-list li {
  padding-left: 7em;
  position: relative;
  padding-bottom: 5px;
}
.info-list .info-date {
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  #info-area {
    padding-top: 10px;
    width: auto;
  }
  #info-ttl {
    position: relative;
    top: inherit;
    width: 70px;
    left: 0;
    height: auto;
  }
  .info-list {
    margin-left: 0;
    padding-bottom: 0;
    padding-top: 0;
  }
  .info-list li {
    border-bottom: 1px solid #ccc;
    padding: 10px 0 10px;
    position: relative;
  }
  .info-list li:last-child {
    border-bottom: none;
  }
  .info-list .info-date {
    display: block;
    position: relative;
  }
}
/* ==========================================================================
   おおきにコーヒーについて
   ========================================================================== */
#about {
  padding-top: 54px;
}
#about-ttl {
  margin-bottom: 80px;
  text-align: center;
}
#about-detail {
  float: left;
  width: 533px;
}
#about-copy {
  margin-bottom: 55px;
}
#about-text img {
  height: auto;
  width: 418px;
}
.about-text {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 114.2857142857%;
  line-height: 2;
  margin-top: 30px;
}
#about-slide {
  float: right;
  height: 545px;
  position: relative;
  width: 404px;
}
#about-slide-item {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  #about {
    padding-bottom: 20px;
    padding-top: 27px;
  }
  #about-ttl {
    margin: 0 auto 20px;
    width: 203px;
  }
  #about-detail {
    float: none;
    width: 100%;
  }
  #about-copy {
    margin-bottom: 20px;
    width: 266px;
  }
  #about-copy img {
    height: auto;
    width: 100%;
  }
  #about-text img {
    height: auto;
    width: 300px;
  }
  .about-text {
    margin-top: 10px;
  }
  #about-slide {
    float: none;
    height: 273px;
    margin-top: 20px;
    margin: 20px auto 0;
    width: 200px;
  }
  #about-slide-item {
    height: 273px;
    width: 200px;
  }
}
/* ==========================================================================
   MENU
   ========================================================================== */
#menu {
  background: radial-gradient(#494747, #383433);
  margin-top: -25px;
  padding-bottom: 42px;
  padding-top: 40px;
}
#menu .inner-cont {
  width: 923px;
}
.ie8 #menu, .ie9 #menu {
  background-color: #383433;
}
#menu-ttl {
  text-align: center;
}
#menu-tab {
  background: url(images/menu_top.png) no-repeat center 30px;
  text-align: center;
  letter-spacing: -.40em;
  margin-top: 42px;
  padding-bottom: 18px;
}
#menu-tab li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  margin-left: 17px;
}
#menu-tab li:first-child {
  margin-left: 0;
}
#menu-tabwrap {
  background: url(images/menu_btm.png) no-repeat center bottom;
  padding-bottom: 29px;
  margin: 0 0 30px 0;
}
#menu-tabwrap img {
  max-height: 242px !important;
}
#menu .menu_btn{
  
width: 365px;
  
height: auto;
  
margin: 0 auto;
}
#inner-menu-tabwrap {
  background: url(images/menu_mdl.png) repeat-y center top;
  letter-spacing: -.40em;
  overflow: hidden;
  padding: 0 36px 0;
  position: relative;
}
#inner-menu-tabwrap .tabbody {
  position: absolute;
}
.menu-box {
  background: url(images/menu_line.png) repeat-x left top;
  color: #FFF;
  display: inline-block;
  letter-spacing: normal;
  margin: -25px 0 40px 0;
  padding: 21px 15px 5px;
  vertical-align: top;
  width: 190px;
}
.menu-box:nth-child(4n) {
  padding-right: 0;
}
.menu-box:first-child, .menu-box:nth-child(4n+1) {
  padding-left: 0;
}
.ie8 .menu-pic img {
  height: 242px;
  width: 190px;
}
.menu-detail h4 {
  margin: 5px 0 0px 0;
}
.menu-name {
  font-size: 122.571429%;
  color: #FFF57F;
  font-weight: bold;
  margin-top: 15px;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .menu-name {
    height: 20px;
    margin-top: 25px;
  }
}
.menu-price {
  font-size: 157.1428571429%;
  font-weight: bold;
  margin-top: 10px;
  line-height: 1.4;
}
.menu-price img {
  vertical-align: middle;
  margin-right: 7px;
}
.menu-price span {
  font-size: 50%;
}
.menu-price span.s {
  font-size: 65%;
  color: #D7890B;
  font-weight: normal;
  padding-right: 7px;
}
.menu-price span.m {
  font-size: 65%;
  color: #4AAACB;
  font-weight: normal;
  padding-right: 7px;
}
.menu-detail h4.s {
  color: #D7890B;
  font-weight: normal;
}
.menu-price strong img {
  vertical-align: middle;
  margin-right: 0;
}
.menu-price strong {
  padding-right: 8px;
}
.menu-copy {
  font-weight: bold;
  line-height: 1.4;
  margin-top: 10px;
}
.hot_wrapper {
  background: url(images/nomal_1line.png), url(images/nomal_1line.png), url(images/nomal_1line.png);
  background-position: 200px 140px, 420px 140px, 640px 0;
  background-repeat: no-repeat, no-repeat, repeat-y;
}
.hot_wrapper img {
  max-height: 126px !important;
}
.menu-summary {
  font-size: 85.7142857143%;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
.menu-price {
  font-size: 157.1428571429%;
  font-weight: bold;
  margin-top: 30px;
  line-height: 1.4;
}  
  .menu-copy {
    font-size: 120%;
  }
  .menu-summary {
    font-size: 100%;
  }
}
.price-list {
  letter-spacing: -.40em;
}
.price-list dt, .price-list dd {
  letter-spacing: normal;
  vertical-align: middle;
  vertical-align: middle;
}
.price-list dt {
  float: left;
  padding-top: 5px;
}
.price-list dd {
  text-align: right;
  line-height: 90%;
  padding: 8px 0 0 0;
}
.price-list dt.s {
  color: #D7890B;
}
.price-list dt.m {
  color: #4AAACB;
}
.price-list dt.l {
  color: #74AE23;
  letter-spacing: -0.5px;
}
.menu-box2 {
  width: 628px;
  height: auto;
  margin-bottom: 0;
  margin-top: -4px;
  vertical-align: top;
  background: url(images/menu_line.png) repeat-x left top;
  padding: 21px 15px 0 0;
  color: #fff;
  letter-spacing: normal;
}
.menu-box2 .menu-pic {
  display: block;
  float: left;
}
.menu-box2 ul {
  float: right;
  width: 320px;
  height: auto;
  overflow: hidden;
}
.menu-box2 ul li {
  background: url(images/menu_line.png) repeat-x left top;
  padding: 0 0 20px 0;
  margin-top: -5px;
}
.menu-box2 ul li .menu-name {
  padding: 15px 0 0 0;
  margin: 0;
}
.delivery_wrapper {
  background: url(images/delivery_sp_bk.png) -40px 0 repeat-y;
}
.hot_wrapper ul li {
  background: none;
}
.menu-box4 {
  width: auto;
  height: auto;
  margin-bottom: 0;
  margin-top: -4px;
  vertical-align: top;
  background: url(images/menu_line.png) repeat-x left top;
  padding: 21px 15px 0 0;
  color: #fff;
  letter-spacing: normal;
}
.menu-box4 .menu-box {
  padding-top: 0;
  margin-top: 0;
}
.menu-box4 .menu-box + .menu-box {
  padding-left: 10px;
}
.menu-box4 .menu-box .menu-name {
  margin-top: 0;
}
.menu-box3 {
  background: transparent url("images/menu_line.png") repeat-x scroll left top;
  color: #FFF;
  display: inline-block;
  /display: inline;
  /zoom: 1;
  letter-spacing: normal;
  margin-bottom: 19px;
  margin-top: -4px;
  padding: 21px 15px 5px;
  vertical-align: top;
  width: 406px;
}
.menu-box3.menu-box-un1 {
  padding: 21px 15px 5px 0;
}
.no_menu {
  display: inline-block;
}
.nomal_wrapper {
  background: url(images/nomal_wrapper.png) -40px 0 repeat-y;
}
.cold_wrapper {
  background: url(images/cold_menu_bk2.png) -40px 0 repeat-y;
}
.cold_wrapper2 {
  background: url(images/cold_menu_bk.png) -40px 0 repeat-y;
}
.cold_wrapper3 {
  background: url(images/cold_menu_bk3.png) -40px 0 repeat-y;
}
.cold_wrapper4 {
  background: url(images/cold_menu_bk4.png) -40px 0 repeat-y;
}
.cold_wrapper5 {
  background: url(images/cold_wrapper5.png) -40px 0 repeat-y;
}
.cold_wrapper5 .menu-box3.menu-box-un1 {
  padding-left: 21px;
}
.hot_wrapper2 {
  background: url(images/hot_menu_bk2.png) -40px 0 repeat-y;
}
@media screen and (max-width: 767px) {
  #menu {
    background-color: #383433;
    margin-top: -35px;
    padding-bottom: 42px;
    padding-top: 20px;
  }
  #menu .inner-cont {
    width: 100%;
  }
  #menu-ttl img {
    height: auto;
    width: 80px;
  }
  #menu-tabwrap {
    background: none;
    padding-bottom: 0;
  }
  #inner-menu-tabwrap {
    background: none;
    padding-left: 0;
    padding-right: 0;
  }
  #inner-menu-tabwrap #colddrink {
    max-height: none;
  }
  .tabbody {
    background: url(images/menu_line.png) repeat-x left bottom;
  }
  .hot_wrapper {
    background: none;
  }
  .menu-box4 .menu-box {
    background: url(images/menu_line.png) repeat-x left top;
    padding-top: 30px;
  }
  .menu-box4 .menu-box + .menu-box {
    padding-left: 0px;
  }
  #menu-tab {
    background: none;
    margin-top: 20px;
  }
  #menu-tab li {
    margin-left: 0;
    width: 20%;
  }
  .nomal_wrapper {
    background: none;
  }
  .cold_wrapper {
    background: none;
  }
  .cold_wrapper2 {
    background: none;
  }
  .cold_wrapper3 {
    background: none;
  }
  .cold_wrapper4 {
    background: none;
  }
  .cold_wrapper5 {
    background: none;
  }
  .hot_wrapper2 {
    background: none;
  }
  .delivery_wrapper {
    background: none;
  }
  .menu-box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    zoom: 1;
    background-size: 95px auto;
    display: block;
    margin: 0;
    padding: 0 0 30px 0;
    position: relative;
    width: 100%;
  }
  .menu-box:first-child {
    background: none;
  }
  .nw2 .menu-box:first-child {
    background: url(images/menu_line.png) repeat-x left top;
  }
  .menu-box .menu-detail, .menu-box .menu-pic {
    display: inline-block;
    vertical-align: top;
  }
  .menu-box .menu-detail {
    padding-left: 10px;
    width: 60%;
  }
  .menu-box .menu-pic {
    padding-top: 10px;
    width: 35%;
  }
  .menu-box2 {
    width: auto;
    padding-right: 0;
  }
  .menu-box2 .menu-pic {
    float: none;
    max-width: 265px;
    height: 100%;
    width: 90%;
    text-align: center;
    margin: 0 auto;
  }
  .menu-box2 .menu-pic img {
    width: 100%;
    height: 100%;
  }
  .menu-box2 ul {
    float: none;
    width: 100%;
  }
  .menu-box3 {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .menu-box3 .menu-pic {
    text-align: center;
    width: 90%;
    height: auto;
    max-width: 413px;
    padding-top: 15px;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  .menu-box3 .menu-pic img {
    max-width: 413px;
    width: 100%;
    height: 100%;
  }
  .cold_wrapper .menu-box {
    background: transparent url("images/menu_line.png") repeat-x scroll left top;
  }
  .cold_wrapper {
    background: transparent url("images/menu_line.png") repeat-x scroll left bottom;
  }
  .price-list dt {
    padding-right: 7px;
  }
  .price-list dd {
    text-align: left;
  }
  .price-list dd br {
    display: none;
  }
}
/* ==========================================================================
   curry
   ========================================================================== */
#curry {
  background: url(images/curry_bk.gif) 0 0 repeat;
}
#curry .inner {
  width: 960px;
  margin: 0 auto;
  padding: 25px 0 40px 0;
}
#curry header {
  text-align: center;
  background: none;
}
#curry header p {
  font-size: 15px;
  font-weight: bold;
  color: #4D3924;
  display: inline-block;
  /display: inline;
  /zoom: 1;
  width: 405px;
  padding: 0 98px 0 0;
  line-height: 120%;
}
#curry header h2 {
  padding: 0 0 12px 84px;
  margin-top: -40px;
}
#curry header h2 img + img {
  margin-left: 8px;
}
#curry .main_img {
  text-align: center;
  margin-left: -10px;
}
#curry .main_img + p {
  text-align: right;
  padding: 0 50px 42px 0;
  margin-top: -157px;
}
#curry .clearfix {
  background: url(images/curry_list_bk.png) 0 0 repeat;
  border: 4px solid #fff;
  max-width: 828px;
  margin: 0 auto;
  padding: 11px 12px 8px 12px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
#curry .clearfix ul {
  float: left;
  padding: 0 20px 0 0;
  border-right: 2px solid #4D3924;
}
#curry .clearfix dl {
  float: right;
}
#gnav-wrap #gnav07 {
  position: relative;
  margin-top: -50px;
}
#gnav-wrap #gnav07 span.hog1 {
  position: absolute;
  width: 86px;
  height: 79px;
  background: url(images/kemuri1.png) 0 0 no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  opacity: 0;
}
#gnav-wrap #gnav07 span.hog2 {
  position: absolute;
  width: 99px;
  height: 91px;
  background: url(images/kemuri2.png) 0 0 no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  opacity: 0;
}
#gnav-wrap #gnav07 span.hog3 {
  position: absolute;
  width: 132px;
  height: 124px;
  background: url(images/kemuri3.png) 0 0 no-repeat;
  background-size: cover;
  top: -10px;
  left: -20px;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  #curry header p {
    padding: 0 0 16px 0;
    width: auto;
  }
  #curry header h2 {
    padding-left: 0;
    max-width: 90%;
    margin: 0 auto;
  }
  #curry header h2 img {
    display: block;
    margin: 0 auto;
  }
  #curry header h2 img + img {
    margin-left: auto;
    margin-top: 10px;
  }
  #curry .main_img {
    padding-left: 0;
    max-width: 95%;
    margin: 0 auto;
    padding-bottom: 0;
  }
  #curry .main_img + p {
    margin-top: 0;
    padding: 0 0 40px 0;
    text-align: center;
  }
  #curry .clearfix {
    width: auto;
    max-width: 85%;
    padding-left: 5%;
    padding-left: 5%;
  }
  #curry .clearfix ul {
    float: none;
    padding-right: 0;
    border: none;
    padding-bottom: 20px;
    text-align: center;
  }
  #curry .clearfix dl {
    float: none;
    text-align: center;
  }
  #curry .inner {
    width: 100%;
  }
}
/* ==========================================================================
   delivery
   ========================================================================== */
#delivery-area {
  background: url(images/texture01.gif) repeat left top;
  padding: 0 0 35px 0;
}
#delivery-ttl, #delivery-info, #delivery-add {
  letter-spacing: normal;
  vertical-align: middle;
}
#delivery-area div.clearfix {
  width: 649px;
  height: auto;
  margin: 0 auto;
}
#delivery-ttl {
  padding: 31px 0 44px 128px;
  background: url(../images/delivery_info.png) 623px 15px no-repeat;
}
#delivery-ttl span {
  padding-right: 11px;
}
#delivery-info {
  float: left;
  width: 365px;
  height: auto;
}
#delivery-info dt {
  font-size: 20px;
  color: #034E96;
}
#delivery-info dd {
  line-height: 140%;
}
#delivery-info li:first-child {
  margin-top: 0;
}
#delivery-info .oder_time {
  font-weight: bold;
  font-size: 24px;
  line-height: 120%;
  padding-top: 3px;
}
.delivery_time {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.5px;
}
.ie8 #delivery-info {}
#delivery-add {
  float: right;
  width: 276px;
  height: auto;
}
#delivery-add dt {
  text-align: center;
}
#delivery-add dd dl {
  padding: 0 0 10px 0;
}
#delivery-add dt span {
  background: #034E96;
  color: #fff;
  padding: 3px 16px 4px 16px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  position: relative;
  z-index: 100;
}
#delivery-add dd {
  border: 4px solid #034E96;
  border-radius: 5px;
  font-weight: bold;
  margin-top: -12px;
  padding: 30px 14px 15px 14px;
  background: #fff;
  position: relative;
  z-index: 0;
}
#delivery-add dd p.memo {
  width: 98px;
  height: 79px;
  position: absolute;
  background: url(../images/area.png) 0 0 no-repeat;
  right: -89px;
  top: 11px;
  text-indent: -9999px;
  z-index: 100;
}
#delivery-add dd p {
  font-size: 12px;
}
#delivery-add dd dd {
  border: none;
  padding: 0 0 0 123px;
  margin-top: 0;
  background: none;
  font-size: 16px;
  line-height: 140%;
  background: url(../images/delivery-add_bk.gif) 101px -20px no-repeat;
}
#delivery-add dd dd.fast {
  background: url(../images/delivery-add_bk.gif) 101px 0px no-repeat;
}
#delivery-add dd dd.last {
  background: url(../images/delivery-add_bk.gif) 101px bottom no-repeat;
}
#delivery-add dd dt {
  text-align: left;
  float: left;
  font-size: 16px;
}
.cyu {
  background: url(../images/delivery_cyu_bk.png) 0 0 repeat;
  margin: 35px 50px 30px 50px;
  padding: 15px 20px 15px 20px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.cyu dt {
  color: #D8890B;
  font-size: 16px;
  text-indent: -8px;
  padding: 0 0 5px 0;
}
.cyu dd {
  letter-spacing: -1px;
}
.delivery_btn {
  width: 365px;
  height: auto;
  margin: 0 auto;
}
#box {
  position: relative;
}
#chara1 {
  position: absolute;
  top: 70px;
  left: 70px;
  width: 89px;
  height: 78px;
  background: url(images/cala.gif) no-repeat;
  z-index: 300;
}
#chara1 a {
  display: block;
  width: 89px;
  height: 78px;
}
#chara1.charaL {
  background-position: -28px -10px;
}
#chara1.acL {
  background-position: -28px -10px;
}
/* 右 */
#chara1.charaR {
  background-position: -124px -10px;
}
#chara1.acR {
  background-position: -124px -10px;
}
/* 後ろ */
#chara1.charaB {
  background-position: -121px -89px;
}
#chara1.acB {
  background-position: -121px -89px;
}
/* 正面 */
#chara1.charaF {
  background-position: -29px -89px;
}
#chara1.acF {
  background-position: -29px -89px;
}
@media screen and (max-width: 767px) {
  #delivery-area {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #delivery-area .inner-cont {
    padding-bottom: 60px;
  }
  #delivery-ttl, #delivery-info, #delivery-add {
    display: block;
  }
  #delivery-ttl {
    padding: 31px 0 44px 0;
    background: none;
    text-align: center;
  }
  #delivery-ttl span {
    display: none;
  }
  #delivery-ttl img {
    width: 150px;
    height: auto;
  }
  #delivery-area div.clearfix {
    width: auto;
  }
  #delivery-add {
    margin: 10px auto 0 auto;
    padding-left: 0;
    float: none;
  }
  #delivery-info {
    float: none;
    max-width: 355px;
    height: auto;
    margin: 0 auto;
    width: 100%;
  }
  #delivery-info dt {
    font-size: 16px;
    padding-bottom: 5px;
  }
  #delivery-info .oder_time {
    font-size: 16px;
    padding-top: 10px;
  }
  .delivery_time {
    font-size: 14px;
  }
  .delivery_btn {
    width: 100%;
  }
  .cyu {
    margin-left: 0;
    margin-right: 0;
  }
  #chara1 {
    display: none;
  }
}
/* ==========================================================================
   アクセス
   ========================================================================== */
#access {
  padding-bottom: 20px;
  padding-top: 38px;
}
#access-ttl {
  text-align: center;
}
.access-detail {
  float: left;
  padding-left: 50px;
  width: 550px;
}
.access-detail h3 {
  font-size: 30px;
  position: relative;
  display: inline-block;
  /display: inline;
  /zoom: 1;
  margin-top: -10px;
  letter-spacing: -1px;
}
.access-detail h3 span {
  display: block;
  position: absolute;
  right: -140px;
  top: -28px;
  z-index: 10;
}
.access-detail .scat {
  padding-top: 5px;
}
.access-detail .scat li {
  display: inline-block;
  /display: inline;
  /zoom: 1;
  margin: 0 5px 5px 0;
  font-weight: bold;
  padding: 0 8px;
}
.access-detail .scat li.ct1 {
  background: #FFCE20;
}
.access-detail .scat li.ct2 {
  color: #fff;
  background: #EF4C55;
}
.ie8 .access-detail .tel-link {
  height: 49px;
  width: 280px;
}
.access-btn {
  margin-top: 15px;
  width: 78.27%;
}
.access-slide {
  float: left;
  margin-top: 10px;
  position: relative;
  width: 324px;
}
.access-slide-item {
  position: absolute;
  left: 0;
  top: 0;
}
#access .shop1 {
  padding-bottom: 20px;
}
#access #access-text, .access-info li {
  font-size: 114.2857142857%;
}
#access #access-text {
  margin-bottom: 7px;
  margin-top: 20px;
}
.access-info {
  margin-top: 25px;
}
.shop_nav {
  text-align: center;
  padding: 45px 0 50px 0;
}
.shop_nav li {
  display: inline-block;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 10px 9px 15px 9px;
  width: 20%;
  margin-left: -1px;
  margin-bottom: 15px;
  vertical-align: top;
  position: relative;
  box-sizing: border-box;
}
.shop_nav li a {
  text-decoration: none;
}
.shop_nav li span {
  display: block;
  font-weight: bold;
  padding-top: 10px;
  white-space: nowrap;
}
.shop_nav li img {
  cursor: pointer;
}
.shop_nav li strong {
  position: absolute;
  top: 0;
  left: 15px;
  background: #EF4C55;
  padding: 0 8px;
  color: #fff;
  font-size: 14px;
}
.shop_nav li img:hover {
  opacity: 0.6;
}
.shop_nav li.soon img {
  cursor: auto;
}
.shop_nav li.soon img:hover {
  opacity: 1;
}
.shop_nav li.soon {
  color: #ccc;
}
@media screen and (max-width: 767px) {
  #access-ttl img {
    height: auto;
    width: 97px;
  }
  .access-detail {
    float: none;
    padding-left: 0;
    width: 100%;
  }
  #access #access-text {
    margin-bottom: 20px;
    margin-top: 30px;
  }
  .access-detail h3 {
    font-size: 20px;
  }
  .access-detail h3 span {
    display: none;
  }
  .access-btn {
    width: 100%;
  }
  .access-slide {
    float: none;
    height: 174px;
    margin: 10px auto 0;
    width: 162px;
  }
  .access-slide-item {
    height: 174px;
    width: 162px;
  }
  .tel-linktext {
    text-decoration: underline;
  }
  .shop_nav li {
    width: 40%;
  }
  .shop_nav li img {
    display: none;
  }
  .shop_nav li.soon {
    display: none;
  }
}
/* ==========================================================================
   Google Map
   ========================================================================== */
.gmap-wrap #gmap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.gmap-wrap #gmap2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.gmap-wrap #gmap3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.gmap-wrap #gmap4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.gmap-wrap #gmap5 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
#gmap img {
  max-width: none;
}
#btn-gmap {
  position: relative;
  margin-top: -112px;
  margin-bottom: 10px;
  text-align: right;
}
#btn-gmap span {
  padding-right: 19px;
}
.map_wrap {
  position: relative;
  margin-top: 30px;
}
.gmap-wrap #gmap {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}
.gmap-wrap + p {
  display: none;
}
.gmap-wrap.action {
  position: relative;
  padding-bottom: 440px;
  height: 0;
  overflow: hidden;
  z-index: 1;
}
.gmap-wrap.action #gmap, .gmap-wrap.action #gmap2 {
  z-index: 1;
}
.gmap-wrap.action + p {
  display: block;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .map_wrap {}
  .gmap-wrap {
    display: none;
  }
  .pc-item {
    display: none !important;
  }
  .gmap-wrap.action {
    padding-bottom: 95%;
    display: block;
  }
  .gmap-wrap.action a {
    background-color: #87613e;
    border-radius: 4px;
    color: #FFF;
    display: block;
    margin: 10px auto 0;
    padding-bottom: 10px;
    padding-top: 10px;
    text-decoration: none;
    text-align: center;
    width: 90%;
    position: relative;
    z-index: 2;
  }
}
/* ==========================================================================
   SNS
   ========================================================================== */
#sns {
  /*background: url(images/texture01.gif) repeat left top; */
}
#sns .inner-cont {
  padding-bottom: 45px;
  padding-top: 45px;
}
#sns-ttl, #sns-list, #sns-btn {
  padding-left: 312px;
}
#sns-ttl {
  color: #034E95;
  font-size: 114.2857142857%;
  font-weight: bold;
}
#sns-list {
  margin-top: 4px;
}
#sns-list li {
  margin-left: 10px;
}
#sns-list li:first-child {
  margin-left: 0;
}
#sns-btn {
  background: url(images/sns_item01.gif) no-repeat 686px top;
  margin-top: 40px;
  padding-bottom: 11px;
  padding-top: 18px;
}
#sns-btn a {
  width: 50%;
}
#sns-item {
  top: 46px;
  left: 19px;
  position: absolute;
}
@media screen and (max-width: 767px) {
  #sns .inner-cont {
    padding-bottom: 15px;
    padding-top: 18px;
  }
  #sns-ttl, #sns-list, #sns-btn {
    padding-left: 0;
  }
  #sns-item {
    position: relative;
    top: inherit;
    left: inherit;
    width: 140px;
  }
  #sns-ttl, #sns-item {
    display: table-cell;
    vertical-align: middle;
  }
  #sns-item {
    padding-right: 10px;
  }
  #sns-list {
    margin-bottom: 10px;
  }
  #sns-list li {
    text-align: center;
    margin-top: 5px;
    margin-left: 0;
    margin-right: 5px;
    width: 49%;
  }
  #sns-list li:nth-child(2n) {
    margin-right: 0;
  }
  #sns-list li a {
    display: block;
    padding-bottom: 5px;
    padding-top: 5px;
  }
  #sns-list li img {
    height: 35px;
    width: auto;
  }
  #sns-list #sns-ameblo {
    background-color: #44AF35;
  }
  #sns-list #sns-facebook {
    background-color: #3C5D96;
  }
  #sns-list #sns-twitter {
    background-color: #47AEEA;
  }
  #sns-list #sns-line {
    background-color: #00C300;
  }
  #sns-btn {
    background: url(images/sp_sns_item01.gif) no-repeat center top;
    background-size: 246px auto;
    margin-top: 20px;
    padding-bottom: 0;
    padding-top: 47px;
  }
  #sns-btn a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    zoom: 1;
    width: 100%;
  }
}
/* ==========================================================================
   メディア紹介
   ========================================================================== */
#media {
  background: url(images/texture01.gif) repeat left top;
  padding-bottom: 0;
  padding-top: 44px;
}
#media .inner-cont {
  border-bottom: 1px solid #BA9F6F;
  padding-bottom: 34px;
}
#media-ttl {
  text-align: center;
  margin-bottom: 33px;
}
.media-date {
  margin-right: 10px;
}
#media-list {
  padding-left: 104px;
  padding-right: 104px;
}
@media screen and (max-width: 767px) {
  #media {
    padding-bottom: 0;
    padding-top: 22px;
    text-align: left;
  }
  #media-ttl {
    height: auto;
    margin: 0 auto 10px;
    width: 89px;
  }
  .media-date {
    display: block;
  }
  #media-list {
    padding-left: 0;
    padding-right: 0;
  }
}
/* ==========================================================================
   シェア
   ========================================================================== */
#share {
  background: url(images/texture01.gif) repeat left top;
  padding-bottom: 63px;
  padding-top: 0;
}
#share .inner-cont {
  padding-top: 32px;
  border-top: 1px solid #fff;
}
#share-ttl {
  font-size: 157.1428571429%;
  font-weight: bold;
  text-align: center;
}
#share-list {
  letter-spacing: -.40em;
  margin-top: 20px;
  text-align: center;
}
#share-list li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  text-align: center;
}
#share-fb {
  width: 120px;
}
#share-tweet {
  width: 100px;
}
#share-line {
  width: 110px;
}
@media screen and (max-width: 767px) {
  #share {
    background-size: 152px 70px;
    padding-bottom: 33px;
    padding-top: 0;
  }
}
/* ==========================================================================
   pagetop
   ========================================================================== */
#pagetop {
  text-align: center;
  margin-bottom: -47px;
  margin-top: -47px;
}
@media screen and (max-width: 767px) {
  #pagetop {
    margin-bottom: -24px;
    margin-top: -24px;
  }
  #pagetop img {
    height: auto;
    width: 48px;
  }
}
/* ==========================================================================
   footer
   ========================================================================== */
footer {
  background: url(images/texture02.gif) repeat 0 5px;
  color: #FFF;
  padding-top: 55px;
}
#cinfo-ttl {
  font-size: 157.1428571429%;
  margin-bottom: 25px;
}
#cinfo-ttl span {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#foot-cont {
  background: url(images/foot_line.gif) repeat-x left bottom;
  padding-bottom: 23px;
}
#foot-cont a {
  color: #FFF;
  text-decoration: none;
}
#foot-cont a:hover {
  text-decoration: underline;
}
#foot-flex {
  display: flex;
  flex-wrap: wrap;
}
#foot-cinfo {
  width: 445px;
}
#office-info {
  background: url(images/foot_line.gif) repeat-x left bottom;
  letter-spacing: -.40em;
  margin-bottom: 13px;
  margin-top: 12px;
}
#office-info dt, #office-info dd {
  background: url(images/foot_line.gif) repeat-x left top;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  line-height: 1.57 !important;
  padding-bottom: 7px;
  padding-top: 6px;
}
#office-info dt {
  width: 85px;
}
#office-info dd {
  width: 360px;
}
#foot-tel {
  margin-top: 5px;
}
.ie8 #foot-tel {
  height: 48px;
  width: 281px;
}
#foot-btn {
  margin-top: 15px;
  width: 81.8%;
}
#foot-btn a:hover {
  text-decoration: none;
}
#foot-bnr {
  width: 458px;
  background: url(images/foot_line.gif) repeat-x left bottom;
}
#foot-bnr li {
  font-size: 107.1428571429%;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  margin-right: 10px;
  width: 224px;
}
#foot-bnr li:nth-child(2n) {
  margin-right: 0;
}
/*#foot-bnr li a,
    #foot-bnr li span {
      display: block; }
    #foot-bnr li span {
      background-color: #FFF;
      border: 1px solid #888;
      padding-bottom: 3px;
      padding-top: 5px; }*/
#foot-bnr #bnr-koumuten span {
  background-color: #DFEBC8;
  border: 1px solid #54853C;
}
#foot-bnr #bnr-onigiri span {
  background-color: #164063;
}
#foot-bnr .bnr-none span {
  background-color: #744F30;
  border: 1px solid #FFF;
  padding-bottom: 15px;
  padding-top: 17px;
}
#foot-bnr02 {
  width: 458px;
}
#foot-bnr02 li {
  margin-bottom: 10px;
  margin-right: 10px;
  width: 458px;
}
#foot-bnr02 li a, #foot-bnr02 li span {
  display: block;
}
#foot-bnr02 li span {
  padding-bottom: 3px;
  padding-top: 15px;
}
#fnav {
  background: url(images/foot_line.gif) repeat-x left bottom;
  padding-bottom: 15px;
  padding-top: 18px;
  text-align: center;
}
#fnav li {
  border-left: 1px solid #FFF;
  font-size: 85.7142857143%;
  line-height: 1.0;
  padding-left: 13px;
  padding-right: 13px;
}
#fnav li:first-child {
  border-left: none;
}
#fnav a {
  color: #FFF;
}
#flogo, #copyright {
  text-align: center;
}
#flogo {
  padding-bottom: 17px;
  padding-top: 23px;
}
#copyright {
  background-color: #000;
  color: #FFF;
  font-size: 71.4285714286%;
  font-family: Helvetica, Arial, sans-serif;
  padding-bottom: 5px;
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  #foot-cinfo, #foot-bnr {
    float: none;
    width: 100%;
  }
  #office-info {
    margin-bottom: 13px;
    margin-top: 12px;
  }
  #office-info dt, #office-info dd {
    vertical-align: top;
  }
  #office-info dt {
    width: 25%;
  }
  #office-info dd {
    width: 75%;
  }
  #foot-btn {
    margin-top: 15px;
    width: 100%;
  }
  #foot-flex {
    display: block;
  }
  #foot-bnr {
    margin-top: 20px;
  }
  #foot-bnr li {
    font-size: 85.7142857143%;
    width: 48%;
  }
  #foot-bnr li:last-child {
    width: 48%;
  }
  #foot-bnr li:last-child span {
    width: 100%;
  }
  #foot-bnr li:last-child a {
    width: auto;
  }
  #foot-bnr img {
    height: auto;
    width: 150px;
  }
  #foot-bnr .bnr-none span {
    padding-bottom: 12px;
    padding-top: 13px;
  }
  #flogo img {
    height: auto;
    width: 248px;
  }
}
/* ==========================================================================
   button
   ========================================================================== */
.btn01 {
  background-color: #ef8200;
  border-radius: 2px;
  color: #FFF;
  display: block;
  font-weight: bold;
  text-decoration: none;
}
.btn01 span {
  background: url(images/arrow_w_s.png) no-repeat right center;
  padding-right: 25px;
  display: block;
}
.btn01:visited {
  color: #FFF;
}
.btn01:hover {
  background-color: #4AAACB;
  color: #FFF;
  text-decoration: none;
}
.btn01.fs18 {
  font-size: 128.5714285714%;
  padding: 10px 17px 10px 30px;
}
.btn01.fs22 {
  font-size: 157.1428571429%;
  padding: 17px 20px 13px 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .btn01 span {
    background-size: 4px auto;
    padding-right: 12px;
  }
  .btn01.fs18 {
    font-size: 85.7142857143%;
    padding: 8px 15px 8px 20px;
  }
  .btn01.fs22 {
    font-size: 128.5714285714%;
    padding: 10px 15px 10px 20px;
  }
}
/* ==========================================================================
   parts
   ========================================================================== */
.pc-block {
  display: block;
}
.sp-item {
  display: none;
}
@media screen and (max-width: 767px) {
  .pc-block {
    display: inline;
  }
  .sp-item {
    display: block;
  }
}
.uber {
  padding-bottom: 55px;
  text-align: center;
}
.uber a:hover {
  opacity: 0.6;
}
#cm {
  background: url(images/texture01.gif) 0 0 repeat;
  padding-top: 15px;
  padding-bottom: 25px;
}
#cm h2 {
  text-align: center;
  font-size: 30px;
  padding-bottom: 10px;
}
#cm h2 .b {
  color: #009fe8;
  font-size: 45px;
  margin-left: -0.5em;
  margin-right: -0.5em;
  display: inline-block;
}
#cm h2 .o {
  color: #ef8200;
  font-size: 60px;
  display: inline-block !important;
}
.flexc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: center;
  justify-content: center;
}
#cm .mov {
  width: 640px;
}
#cm .pic {
  width: 257px;
}
@media screen and (max-width: 767px) {
  #cm .pic {
    display: none;
  }
  #cm .mov {
    height: auto;
    width: 100%;
    padding-bottom: 56%;
    position: relative;
  }
  #cm h2 {
    font-size: 18px;
  }
  #cm h2 .b {
    font-size: 20px;
  }
  #cm h2 .o {
    font-size: 24px;
  }
  #cm .mov iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
}
/*rulebook*/
#rule_head {
  background: url(images/texture02.gif) 0 0 repeat;
}
#rule_head li {
  display: inline-block !important;
  vertical-align: middle;
  padding: 0 10px 0 0;
}
#rule_head ul {
  float: right;
}
#rule_head li:first-child a {
  display: block;
  font-size: 16px;
  padding: 12px 15px 12px 30px;
  border-radius: 4px;
}
.ruletit {
  background: #f2e7d1;
}
.ruletit .inn {
  max-width: 960px;
  margin: 0 auto;
  width: 95%;
  padding: 20px 0 0 0;
}
.ruletit .inn p {
  float: left;
  padding: 0 0 20px 0;
  width: 33.02%;
}
.ruletit .inn h2 {
  float: right;
  padding: 0 0 20px 0;
  width: 66.46%;
}
#rule_head #bgm-wrap #inner-bgm {
  top: 76px;
}
@media screen and (max-width: 767px) {
  #rule_head ul {
    float: none;
    text-align: center;
  }
  #rule_head h1 {
    float: none;
    padding-bottom: 10px;
  }
  #rule_head li:first-child {
    padding-bottom: 5px;
  }
  #rule_head li:first-child a {
    font-size: 12px;
    padding: 10px 5px 10px 10px;
  }
  #rule_head #bgm-wrap #inner-bgm {
    top: 0;
  }
}
.rules ul {
  max-width: 960px;
  margin: 0 auto;
  width: 95%;
  text-align: center;
  letter-spacing: -5px;
  text-align: center;
}
.rules ul li {
  display: inline-block !important;
  max-width: 50%;
  vertical-align: top;
}
.rules ul li:nth-child(2) {
  margin-top: -26px;
  padding-bottom: 6px;
}
.rules ul li:first-child {
  padding-top: 36px;
  padding-bottom: 6px;
}
.rules .rules3 {
  max-width: 960px;
  margin: 0 auto;
  width: 95%;
  padding: 0 0 20px 0;
}
.rules .rules3s {
  display: none;
}
@media screen and (max-width: 767px) {
  .rules ul li {
    max-width: none;
  }
  .rules .rules3 {
    display: none;
  }
  .rules .rules3s {
    display: block;
    text-align: center;
    padding: 0 0 20px 0;
  }
  .rules ul li:nth-child(2) {
    margin-top: 10px;
  }
}
.dakara {
  background: url(../rulebook/images/obk.gif) 0 0 repeat;
}
.dakara .inn {
  max-width: 960px;
  margin: 0 auto;
  width: 95%;
  padding: 30px 0 0 0;
}
.dakara h2 {
  padding: 0 0 40px 0;
}
.dakara .toku3 {
  text-align: center;
  letter-spacing: -5px;
}
.dakara .toku3 li {
  display: inline-block !important;
  position: relative;
  letter-spacing: 0;
  padding: 0 0.47% 13px 0.47%;
}
.dakara .toku3 li .line {
  position: absolute;
  top: -150px;
  right: -50px;
}
.dakara .toku2 {
  text-align: center;
  letter-spacing: -5px;
  padding-bottom: 50px;
}
.dakara .toku2 li {
  display: inline-block !important;
  vertical-align: top;
  letter-spacing: 0;
}
.dakara .toku2 li:nth-child(2n) {
  border-left: 2px dashed #635d5b;
}
@media screen and (max-width: 767px) {
  .dakara .toku3 li {
    max-width: 48%;
  }
  .dakara .toku3 li .line {
    top: -5px;
    left: 105%;
    right: auto;
    width: 100%;
    max-width: 30%;
  }
  .dakara .toku2 li:nth-child(2n) {
    border-left: none;
    border-top: 2px dashed #635d5b;
    margin-top: 15px;
    padding-top: 15px;
  }
}
.items .inn {
  max-width: 960px;
  margin: 0 auto;
  width: 95%;
  padding: 40px 0 40px 0;
}
.items .inn h2 {
  text-align: center;
  padding-bottom: 36px;
}
.items .inn div p {
  float: left;
  padding: 0 0 20px 0;
  max-width: 50%;
}
.items .inn div p:nth-child(2n) {
  float: right;
}
.items {
  border-bottom: 5px solid #164266;
}
@media screen and (max-width: 767px) {
  .items .inn div p {
    float: none;
    text-align: center;
    max-width: none;
  }
  .items .inn div p:nth-child(2n) {
    float: none;
  }
}
.nigiri .inn {
  margin: 0 auto;
  max-width: 960px;
  padding: 38px 0 80px 0;
  width: 95%;
  background: url(../rulebook/images/nami.png) right calc(100% - 171px) no-repeat;
}
.nigiri .inn .tit p {
  float: left;
  padding: 0 0 0 0;
  width: 28.23%;
}
.nigiri .inn .tit h2 {
  float: right;
  padding: 0 0 29px 0;
  width: 69.06%;
}
.nigiri .inn .wrap dl {
  float: left;
  padding-bottom: 20px;
  width: 62.71%;
}
.nigiri .inn .wrap .img {
  float: right;
  padding-bottom: 20px;
  width: 34.38%;
}
.nigiri .inn .wrap dt {
  padding-bottom: 43px;
}
.nigiri {
  background-image: linear-gradient(to top, #154164 172px, transparent 172px), url(../rulebook/images/nigiribk.png);
  background-position: center 0;
}
.nigiri .inn .wrap dd a img + img {
  display: none;
}
.nigiri .inn .wrap dd a:hover img {
  display: none;
}
.nigiri .inn .wrap dd a:hover img + img {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .nigiri .inn .wrap dl {
    width: auto;
    text-align: center;
  }
  .nigiri .inn .wrap .img {
    width: auto;
    text-align: right;
  }
  .nigiri .inn .tit p {
    float: none;
    width: auto;
    max-width: 35%;
    margin: 0 auto;
    text-align: center;
  }
  .nigiri .inn .tit h2 {
    width: auto;
    float: none;
    text-align: center;
  }
}
.mame {
  background: url(../rulebook/images/dot.gif) 0 0 repeat;
}
.mame .inn {
  max-width: 960px;
  margin: 0 auto;
  width: 95%;
}
.mame .inn h2 {
  text-align: center;
  margin-bottom: -11px;
  position: relative;
  z-index: 1;
}
.mame .inn p img + img {
  display: none;
}
.mame .inn h2 img {
  margin-top: -38px;
}
.mame + #share .inner-cont {
  border-top: none;
}
@media screen and (max-width: 767px) {
  .mame .inn h2 {
    margin-bottom: 10px;
  }
  .mame .inn h2 img {
    margin-top: -20px;
  }
  .mame .inn p img {
    display: none;
  }
  .mame .inn p img + img {
    display: block;
  }
}
#bnrs {
  max-width: 862px;
  margin: 0 auto;
  width: 95%;
  padding-top: 25px;
}
#bnrs li {
  padding-bottom: 25px;
}
#bnrs .bnrrule a {
  display: inline-block;
  position: relative;
}
#bnrs .bnrrule .fulful {
  position: absolute;
  right: 10px;
  bottom: 10px;
  animation: fulful 2s ease infinite;
  max-width: 29.35%;
}
@keyframes fulful {
  0% {
    transform: translateX(0)
  }
  5% {
    transform: translateX(0)
  }
  10% {
    transform: translateX(0)
  }
  20% {
    transform: translateX(-10px)
  }
  25% {
    transform: translateX(0)
  }
  30% {
    transform: translateX(-10px)
  }
  50% {
    transform: translateX(0)
  }
  100% {
    transform: translateX(0)
  }
}
#bnrs .bnrapp a {
  display: inline-block !important;
  position: relative;
}
#bnrs .bnrapp .smp {
  position: absolute;
  bottom: 0;
  left: 0px;
}
#bnrs li a:hover {
  opacity: 0.7;
}
#bnrs .bnrapp .chyu {
  display: block;
  padding-top: 5px;
}
#sns-insta a {
  display: inline-block;
  background:
    linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
#sns-insta a:hover {
  opacity: 0.7;
}
.menu-summary strong.y {
  color: #FFF57F;
}