@charset "utf-8";

/* スマートフォン向けレイアウト */

/** body */
body {
  width: 92%;
  background-color: #1a1a1a;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #FFFFFF;
  overflow-x: hidden;
  margin: 0 auto;
}

body.shopinfo {
  padding-left: 48px;
}

/* PC向けおよび大型タブレット向けのレイアウトの指定 */
@media only screen and (min-width: 769px) {
  body {
    width: 100%;
    padding-left: 0;
  }

  body.shopinfo {
    padding-left: 0;
  }
}

a {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #333333;
  text-decoration: underline;
}

.black {
  color: #000000;
}

.red {
  color: #FF0000;
}

.gray {
  color: #707070;
}

.centering {
  text-align: center;
}

.bg_white {
  background-color: #FFFFFF;
}

.bg_gray {
  background-color: #707070;
}

.bg_gray2 {
  background-color: #333333;
}

.triangle {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #FFFFFF;
  margin: 0 auto;
}

.triangle_gray {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #707070;
  margin: 0 auto;
}

.circle_red1 {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color:#FF0000;
}

.circle_red2 {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color:#FF0000;
}

.circle_green1 {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color:#00C654;
}

.circle_green2 {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color:#00C654;
}

.pad_top {
  padding-top: 0;
}

/* PC向けおよび大型タブレット向けのレイアウトの指定 */
@media only screen and (min-width: 769px) {
  .pad_top {
    padding-top: 70px;
  }
}

/** ヘッダー */
header {
  text-align: center;
  position: relative;
  overflow: hidden;
}

header h1 {
  margin: 0 auto;
  padding: 15px 5px 7px 5px;
  width: 90%;
}

header h2 {
  padding: 20px 0;
}

header h1 img {
  width: 100%;
  height: auto;
  max-width: 200px;
}

header h2 img {
  width: 100%;
  height: auto;
  max-width: 300px;
}

header ul#s_nav {
  margin-bottom: 15px;
  position: relative;
  left: 50%;
  float: left;
  display: none;
}

header ul#s_nav img {
  height: 15px;
  width: auto;
}

header ul#s_nav li {
  float: left;
  position: relative;
  left: -50%;
}

header ul#s_nav li a {
  display: block;
  font-size: 1em;
  padding: 1.2em 1em;
  color: #D02424;
  font-weight: bold;
}

header ul#s_nav li a:hover {
  background-image: url(../images/ico_goal.png);
  background-repeat: no-repeat;
  background-position: bottom left 50%;
  text-decoration: none;
}

.topmargin {
  width: 100%;
  margin: 0 auto;
}

.topmargin img {
  width: 100%;
  height: auto;
  max-width: 2500px;
  margin-bottom: 100px;
}

.mySwiper{
  margin-bottom: 120px;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}

/* PC向けおよび大型タブレット向けのレイアウトの指定 */
@media only screen and (min-width: 769px) {

  /** ヘッダー */
  header {
    position: static;
    overflow: visible;
    /*background-image: url(../images/bg.png);*/
  }

  header h1 {
    text-align: left;
    width: 200px;
    float: left;
  }

  header h2 {
    text-align: center;
  }

  header h1#top {
    margin-left: 0;
  }

  header ul#s_nav {
    float: right;
    position: static;
    display: block;
    margin-top: 20px;
    margin-right: 0;
  }

  header ul#s_nav li {
    position: static;
  }
}

/* PC向けレイアウトの指定 */
@media only screen and (min-width: 961px) {

  /** ヘッダー */
  header {
    position: static;
    overflow: visible;
    margin-left: auto;
    margin-right: auto;
  }
  
  header div {
    margin: 0 auto;
    width: 1000px;
  }
}

/* PC向けレイアウトの指定 */
@media only screen and (min-width: 961px) {

  /** ヘッダーエリアスクロール */
  #headerarea {
    position: fixed;
    left: 0;
    top: 0;
    background-color: #000000;
    /*background-image: url(../images/bg.png);*/
    width: 100%;
    z-index: 9999;
    opacity:0.9;
  }
  
  .topmargin {
    margin-top: 90px;
  }

  .mySwiper{
    margin-top: 90px;
  }
}

/** グローバルナビゲーション */
nav ul {
  margin-top: 15px;
  margin-bottom: 15px;
}

nav ul li {
  text-align: center;
  float: left;
  width: 50%;
  border-bottom: 2px solid #1a1a1a;
  padding: 5px 0;
}

nav ul li:nth-child(odd) {
  width: 49%;
  border-right: 1px dotted #1a1a1a;
  padding: 5px 0;
}

nav ul li a {
  display: block;
  width: 100%;
  color: #D02424;
}

nav ul li a:hover {
  color: #D02424;
  text-decoration: underline;
}

/* PC向けおよび大型タブレット向けのレイアウトの指定 */
@media only screen and (min-width: 769px) {

  /** グローバルナビゲーション */
  nav {
    text-align: center;
    border-bottom: 3px double #1a1a1a;
    margin: 10px auto 15px auto;
    display: none;
  }

  nav ul li {
    width: 16%;
    border-bottom: none;
    border-right: 1px dotted #1a1a1a;
  }

  nav ul li:nth-child(odd) {
    width: 17%;
    border-bottom: none;
  }
  
  nav ul li.home {
    border-left: none;
    margin-left: 1px;
  }
  
  nav ul li.last {
    border-right: none;
  }
}

/* PC向けレイアウトの指定 */
@media only screen and (min-width: 961px) {

  /** グローバルナビゲーション */
  nav {
    max-width: 98%;
    display: none;
  }
  
  nav ul {
    margin-left: auto;
    margin-right: auto;
  }
  
  nav ul li.home {
    border-left: 1px dotted #1a1a1a;
  }
  
  nav ul li.contact {
    border-right: 1px dotted #1a1a1a;
  }
}

/** コンテンツエリア */
div#contents {
  text-align: left;
}

/* PC向けレイアウトの指定 */
@media only screen and (min-width: 961px) {

  /** コンテンツエリア */
  div#contents {
    margin: 0 auto;
    width: 900px;
    margin-top: 20px;
  }
}

/** ヘッダー余白 */
.headermargin {
  margin-top: 0;
}

/* PC向けおよび大型タブレット向けのレイアウトの指定 */
@media only screen and (min-width: 769px) {

  /** ヘッダー余白 */
  .headermargin {
    margin-top: 5em;
  }
}

/** TITLE */
section#title {
  text-align: center;
}

section#title h2 {
  text-align: center;
  margin: 0 5px 15px 0;
}

section#title ul li {
  width: 100%;
  margin-bottom: 5px;
}

section#title img {
  width: 80%;
  height: auto;
  max-width: 120px;
  margin-top: 20px;
}

/* PC向けレイアウトの指定 */
@media only screen and (min-width: 961px) {

  /** TITLE */
  /*section#title {
    width: 39%;
    float: left;
  }*/

  section#title img {
    width: 98%;
    height: auto;
    max-width: 180px;
    margin-top: 20px;
  }
}

/** NEWS */
section#news {
  margin-left: 5px;
  color: #000000;
  margin-bottom: 20px;
  margin-top: 20px;
}

section#news h2 {
  margin: 0 5px 15px 0;
}

section#news article table {
  margin: 0 auto;
  border-collapse: collapse;
}

section#news article table td {
  box-sizing: border-box;
}

section#news article td.news_date {
  width: 200px;
}

section#news article td.news_note {
  text-align: left;
  vertical-align: text-top;
}

@media screen and (max-width: 640px) {
  section#news article table {
    width: 100%;
  }
  
  section#news article table td {
    display: block;
    width: 100%;
    border-bottom: none;
    padding-bottom: 5px;
  }
}

section#news article h3 {
  font-size: 0.8em;
  margin-bottom: 10px;
  padding-left: 7px;
}

section#news article p {
  line-height: 1.4em;
  font-size: 0.95em;
  margin: 0 0 20px 10px;
}

section#news article span.news_type {
  background-color: #707070;
  color: #FFFFFF;
  padding-left: 0px;
  padding: 3px;
  font-size: 0.8em;
  margin-left: 10px;
}

/** TOPICS */
#topicsarea {
  background-color: #FFFFFF;
}

section#topics {
  color: #000000;
  margin-top: 3em;
  text-align: center;
  padding-bottom: 3em;
}

section#topics article table {
  margin: 0 auto;
  border-collapse: collapse;
}

section#topics article table td {
  box-sizing: border-box;
}

section#topics article td.news_date {
  width: 200px;
}

section#topics article td.news_note {
  text-align: left;
  vertical-align: text-top;
  font-size: 0.9em;
}

@media screen and (max-width: 640px) {
  section#topics article table {
    width: 100%;
  }
  
  section#topics article table td {
    display: block;
    width: 100%;
    border-bottom: none;
    padding-bottom: 5px;
  }

  section#topics article td.news_note {
    padding: 0 25px;
  }
}

section#topics article h3 {
  font-size: 0.8em;
  margin-bottom: 10px;
  padding-left: 7px;
}

section#topics article p {
  line-height: 1.4em;
  font-size: 1.0em;
  margin: 0 0 20px 10px;
}

section#topics article span.news_type {
  background-color: #707070;
  color: #FFFFFF;
  padding-left: 0px;
  padding: 3px;
  font-size: 0.8em;
}

section#topics img {
  width: 100%;
  height: auto;
  max-width: 300px;
  margin-bottom: 2em;
}

/* PC向けレイアウトの指定 */
@media only screen and (min-width: 961px) {
  
  /** TOPICS */
  #topicsarea {
    margin: 0 auto;
    width: 900px;
  }
}

/** WORKS */
section#work {
  position: static;
}

section#work h2 {
  margin: 0 0 15px 5px;
  text-align: center;
}

section#work h2 img {
  width: 100%;
  height: auto;
  max-width: 300px;
}

section#work h2 img.shoplogo {
  max-width: 200px;
}

section#work article {
  text-align: center;
  width: 50%;
  min-width: 120px;
  float: left;
  margin-bottom: 30px;
}

section#work article img {
  width: 100%;
  height: auto;
  max-width: 150px;
}

section#work article h3 {
  font-size: 0.9em;
  font-weight: bold;
}

section#work article p {
  text-align: left;
  font-size: 0.7em;
  line-height: 2.0em;
  padding: 0 15px;
}

/* PC向けおよび大型タブレット向けのレイアウトの指定 */
@media only screen and (min-width: 769px) {

  /** WORKS */
  section#work {
    position: relative;
    margin-top: 4em;
  }
  
  section#work article {
    width: 33%;
  }

  section#work article img {
    max-width: 240px;
  }

  section#work article h3 {
    line-height: 2.0em;
  }

  section#work article p {
    font-size: 0.8em;
  }
}

/* PC向けレイアウトの指定 */
@media only screen and (min-width: 961px) {
  
  /** WORKS */
  section#work {
    margin: 0 auto;
    width: 900px;
    margin-top: 4em;
  }
  
  section#work article {
    width: 33%;
  }

  section#work article img {
    max-width: 285px;
  }

  section#work article h3 {
    line-height: 2.2em;
  }
}

/** CATALOG */
section#catalog {
  position: static;
}

section#catalog h2 {
  margin: 0 0 15px 5px;
  text-align: center;
}

section#catalog h2 img {
  width: 100%;
  height: auto;
  max-width: 300px;
}

section#catalog article {
  text-align: center;
  width: 100%;
  min-width: 280px;
  float: left;
  margin-bottom: 30px;
}

section#catalog article img {
  width: 100%;
  height: auto;
  max-width: 230px;
}

section#catalog article h3 {
  font-size: 0.9em;
  font-weight: bold;
}

section#catalog article p {
  text-align: left;
  font-size: 0.7em;
  line-height: 2.0em;
  padding: 0 15px;
}

section#catalog table.iteminfo {
  margin: 0 auto;
}

section#catalog table.iteminfo td {
  text-align: left;
  line-height: 1.8em;
}

section#catalog table.iteminfo h4 {
  font-weight: bold;
  font-size: 12pt;
}

section#catalog table.iteminfo span.whitearea {
  color: #000000;
  background-color: #FFFFFF;
  font-size: 0.9em;
  padding: 3px;
}

section#catalog table.iteminfo h5 {
  font-weight: normal;
  font-size: 10pt;
}

section#catalog table.iteminfo img.catalog {
  border: 1px solid #CCCCCC;
  width: 100%;
  height: auto;
  max-width: 250px;
}

section#catalog table.iteminfo img.button {
  width: 100%;
  height: auto;
  max-width: 100px;
}

/* PC向けおよび大型タブレット向けのレイアウトの指定 */
@media only screen and (min-width: 769px) {

  /** CATALOG */
  section#catalog {
    position: relative;
    margin-top: 4em;
  }
  
  section#catalog article {
    width: 33%;
  }

  section#catalog article img {
    max-width: 240px;
  }

  section#catalog article h3 {
    line-height: 2.0em;
  }

  section#catalog article p {
    font-size: 0.8em;
  }

  section#catalog table.iteminfo h4 {
    font-size: 18pt;
  }

  section#catalog table.iteminfo h5 {
    font-size: 14pt;
  }
}

/* PC向けレイアウトの指定 */
@media only screen and (min-width: 961px) {
  
  /** CATALOG */
  section#catalog {
    margin: 0 auto;
    width: 900px;
    margin-top: 4em;
  }
  
  section#catalog article {
    width: 33%;
  }

  section#catalog article img {
    max-width: 285px;
  }

  section#catalog article h3 {
    line-height: 2.2em;
  }
}

/** LIST */
section#list {
  position: static;
}

section#list article {
  text-align: center;
  width: 50%;
  min-width: 120px;
  float: left;
  margin-bottom: 30px;
}

section#list article strong {
  font-size: 20pt;
}

section#list article img {
  width: 100%;
  height: auto;
  max-width: 150px;
  margin-top: 10px;
}

section#list article img.logo {
  max-width: 100px;
  vertical-align: middle;
}

/* PC向けおよび大型タブレット向けのレイアウトの指定 */
@media only screen and (min-width: 769px) {

  /** LIST */
  section#list {
    position: relative;
  }
  
  section#list article {
    width: 50%;
  }

  section#list article img {
    max-width: 300px;
  }
}

/* PC向けレイアウトの指定 */
@media only screen and (min-width: 961px) {
  
  /** LIST */
  section#list article {
    width: 50%;
  }

  section#list article img {
    max-width: 400px;
  }

  section#list article img.smallimg {
    max-width: 200px;
  }
}

/** LIST2 */
section#list2 {
  position: static;
}

section#list2 article {
  text-align: center;
  width: 50%;
  min-width: 120px;
  float: left;
  margin-bottom: 30px;
}

section#list2 article strong {
  font-size: 20pt;
}

section#list2 article img {
  width: 100%;
  height: auto;
  max-width: 150px;
  margin-top: 10px;
}

/* PC向けおよび大型タブレット向けのレイアウトの指定 */
@media only screen and (min-width: 769px) {

  /** LIST2 */
  section#list2 {
    width: 600px;
    margin: 0 auto;
  }
  
  section#list2 {
    position: relative;
  }
  
  section#list2 article {
    width: 50%;
  }

  section#list2 article img {
    max-width: 250px;
  }
}

/* PC向けレイアウトの指定 */
@media only screen and (min-width: 961px) {
  
  /** LIST */
  section#list2 article {
    width: 50%;
  }

  section#list2 article img {
    max-width: 285px;
  }
}

/** カレンダー */
.calendar {
  margin: 0 auto;
  width: 100%;
  margin-top: 6em;
}

/* PC向けおよび大型タブレット向けのレイアウトの指定 */
@media only screen and (min-width: 769px) {

  /** カレンダー */
  .calendar {
    width: 80%;
    margin-top: 6em;
  }
}

/* PC向けレイアウトの指定 */
@media only screen and (min-width: 961px) {

  /** カレンダー */
  .calendar {
    width: 60%;
  }
}

/** オンラインストアボタン */
p#storeBtn {
  text-align: center;
  display: none;
}

p#storeBtn2 {
  text-align: center;
  display: block;
}

p#storeBtn img, p#storeBtn2 img {
  position: static;
  margin-bottom: 40px;
  width: 100%;
  height: auto;
  max-width: 300px;
}

/* PC向けおよび大型タブレット向けのレイアウトの指定 */
@media only screen and (min-width: 769px) {
  
  p#storeBtn {
    display: block;
  }
  
  p#storeBtn2 {
    display: none;
  }

  /** オンラインストアボタン */
  p#storeBtn img {
    position: absolute;
    top: 10px;
    right: 20px;
    margin-bottom: 0;
    max-width: 200px;
  }
}

/* PC向けレイアウトの指定 */
@media only screen and (min-width: 961px) {

  /** オンラインストアボタン */
  p#storeBtn img {
    max-width: 250px;
  }
}

/** スタイル1 */
section.style1 {
  text-align: center;
  padding: 2em 0 0 0;
  position: static;
}

section.style1 p {
  padding: 10px 0;
}

section.style1 img {
  width: 100%;
  height: 100%;
  max-width: 900px;
  margin: 0 0 30px 0;
}

section.style1 img.imgmap {
  max-width: 860px;
}

section.style1 img.logo {
  max-width: 320px;
}

section.style1 img.button {
  max-width: 250px;
}

section.style1 img.open {
  max-width: 170px;
}

section.style1 table#member_count {
  margin: 0 auto;
}

section.style1 table#member_count tr.count_pc {
  display: none;
}

section.style1 table#member_count tr.count_mobile {
  display: block;
}

section.style1 table#member_count td {
  vertical-align: middle;
  padding: 10px;
  color: #D02424;
  font-size: 12pt;
}

section.style1 table#member_count td strong {
  font-size: 1em;
}

section.style1 table#member_count img {
  width: 100%;
  height: auto;
  max-width: 20px;
  padding-top: 20px;
}

/* PC向けおよび大型タブレット向けのレイアウトの指定 */
@media only screen and (min-width: 769px) {

  /** スタイル1 */
  section.style1 {
    position: relative;
  }

  section.style1 table#member_count tr.count_pc {
    display: block;
  }

  section.style1 table#member_count tr.count_mobile {
    display: none;
  }
  
  section.style1 table#member_count td {
    font-size: 20pt;
  }

  section.style1 table#member_count td strong {
    font-size: 2em;
  }

  section.style1 table#member_count img {
    max-width: 60px;
  }
}

/** スタイル2 */
section.style2 {
  text-align: center;
  padding: 20px 0 10px 0;
  position: static;
}

section.style2 p {
  padding: 10px 0;
}

section.style2 img {
  width: 100%;
  height: auto;
  max-width: 900px;
  margin: 20px 0 30px 0;
}

section.style2 img.imgmap {
  max-width: 860px;
}

section.style2 img.logo {
  max-width: 320px;
}

section.style2 img.button {
  max-width: 250px;
}

section.style2 img.open {
  max-width: 170px;
}

section.style2 table#member_count {
  margin: 0 auto;
}

section.style2 table#member_count td {
  vertical-align: middle;
  padding: 10px;
  color: #D02424;
  font-size: 12pt;
}

section.style2 table#member_count td strong {
  font-size: 1em;
}

section.style2 table#member_count img {
  width: 100%;
  height: auto;
  max-width: 20px;
}

section.style2 article#shopinfo {
  width: 90%;
  margin: 0 auto;
  text-align: right;
}

section.style2 article#shopinfo p {
  font-size: 14pt;
  font-weight: bold;
  line-height: 0.4em;
}

section.style2 article#shopinfo span {
  font-size: 12pt;
}

section.style2 article#openinfo {
  text-align: right;
  width: 90%;
  margin: 0 auto;
}

/* PC向けおよび大型タブレット向けのレイアウトの指定 */
@media only screen and (min-width: 769px) {

  /** スタイル2 */
  section.style2 {
    position: relative;
    padding-bottom: 2em;
  }
  
  section.style2 table#member_count td {
    font-size: 20pt;
  }

  section.style2 table#member_count td strong {
    font-size: 2em;
  }

  section.style2 table#member_count img {
    max-width: 60px;
  }

  section.style2 article#shopinfo {
    width: 380px;
  }

  section.style2 article#shopinfo p {
    font-size: 26pt;
    line-height: 1.0em;
  }

  section.style2 article#shopinfo span {
    font-size: 12pt;
  }

  section.style2 article#openinfo {
    width: 380px;
  }
}

/** 店舗情報エリア */
table#info_area, table#info_area_mobile {
  margin: 0 auto;
}

table#info_area td {
  vertical-align: top;
}

table#info_area_mobile {
  display: none;
}

table#info_area_mobile td {
  vertical-align: top;
}

.imagemap_mobile {
  width: 40%;
}

.imagemap_mobile img {
  width: 100%;
  height: auto;
}

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

  /** 店舗情報エリア */
  table#info_area {
    display: none;
  }
  
  table#info_area td {
    display: block;
    text-align: left;
  }

  table#info_area_mobile {
    display: block;
  }
}

/** 検索フォーム */
table#search {
  margin: 0 auto;
}

table#search td {
  text-align: center;
  vertical-align: middle;
  height: 70px;
}

table#search td img {
  width: 100%;
  height: auto;
  max-width: 100px;
  vertical-align: middle;
}

table#search td select {
  width: 160px;
  height: 30px;
  background-color: #707070;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}

/** ソーシャルアイコン */
section#social_icon, section#social_icon2 {
  position: static;
}

section#social_icon article {
  text-align: center;
  width: 23%;
  min-width: 70px;
  float: left;
}

section#social_icon2 article {
  text-align: center;
  width: 23%;
  min-width: 45px;
  float: left;
}

section#social_icon article strong, section#social_icon2 article strong {
  font-size: 20pt;
}

section#social_icon article img {
  width: 100%;
  height: auto;
  max-width: 60px;
  margin-top: 10px;
}

section#social_icon2 article img {
  width: 100%;
  height: auto;
  max-width: 40px;
  margin-top: 10px;
}

/* PC向けおよび大型タブレット向けのレイアウトの指定 */
@media only screen and (min-width: 769px) {

  /** ソーシャルアイコン */
  section#social_icon, section#social_icon2 {
    position: relative;
    width: 500px;
    margin: 0 auto;
  }
  
  section#social_icon article, section#social_icon2 article {
    width: 25%;
  }

  section#social_icon article img, section#social_icon2 article img {
    max-width: 80px;
  }
}

/* PC向けレイアウトの指定 */
@media only screen and (min-width: 961px) {
  
  /** ソーシャルアイコン */
  section#social_icon article, section#social_icon2 article {
    width: 25%;
  }
}

/** タイトルレイアウト */
.title_layout {  
  width: 100%;
  margin: 0 auto;
  border-bottom: none;
  background-color: #1a1a1a;
}

.title_layout dt {
  font-weight: bold;
  font-size: 26pt;
  color: #ffffff;
  letter-spacing: 5px;
}

.title_layout dd {
  font-size: 10px;
  color: #000000;
}

.title_layout dd.imagemap_pc {
  display: none;
}

.title_layout dt img {
  width: 100%;
  height: auto;
  max-width: 320px;
  margin: 0;
}

.title_layout dt img.logo {
  width: 100%;
  height: auto;
  max-width: 100px;
  margin: 0 10px 0 0;
  vertical-align: middle;
}

.title_layout dt img.title_logo {
  width: auto;
  height: auto;
  max-height: 35px;
  margin: 0 10px 0 0;
  vertical-align: middle;
}

.title_layout dd img {
  width: 100%;
  height: auto;
  max-width: 165px;
  margin: 0;
}

.title_layout dd a {
  color: #0000FF;
  text-decoration: underline;
}

/* PC向けおよび大型タブレット向けのレイアウトの指定 */
@media only screen and (min-width: 769px) {

  /** タイトルレイアウト */
  .title_layout {
    background-color: #1a1a1a;
  }
  
  .title_layout dt {
    font-size: 40pt;
    clear: both;
    float: left;
    text-align: left;
  }

  .title_layout dd.imagemap_pc {
    display: block;
  }

  .title_layout dt img.logo {
    max-width: 140px;
  }

  .title_layout dt img.title_logo {
    max-height: 50px;
  }
}

/* PC向けレイアウトの指定 */
@media only screen and (min-width: 961px) {
  
  /** タイトルレイアウト */
  .title_layout {
    width: 900px;
  }
  
  .title_layout dt {
    width: 650px;
    text-align: left;
  }

  .title_layout dd {
    font-size: 12px;
    padding-left: 700px;
  }

  .title_layout dt img.title_logo {
    max-height: 65px;
  }
}

/** ショップナビ */
#shopnnavi {
  margin-left: auto;
  margin-right: auto;
} 

#shopnnavi table {
  margin: 0 auto;
}

#shopnnavi table.shopnavi_pc {
  display: none;
  margin: 0 auto;
}

#shopnnavi table.shopnavi_mobile {
  display: block;
  margin: 0 auto;
}

#shopnnavi table td {
  padding-left: 0;
}

#shopnnavi ul {
  margin-top: 3em;
  margin-bottom: 3em;
}

#shopnnavi ul li {
  float: left;
  line-height: 1.8em;
}

#shopnnavi a {
  font-size: 0.8em;
  margin-right: 15px;
  padding-left: 20px;
  color: #666666;
  font-weight: bold;
}

#shopnnavi .active a {
  color: #FFFFFF;
}

#shopnnavi a:hover {
  text-decoration: none;
  color: #FFFFFF;
}

/* PC向けレイアウトの指定 */
@media only screen and (min-width: 769px) {
  #shopnnavi {
    margin-top: 5em;
    width: 790px;
  } 

  #shopnnavi table.shopnavi_pc {
    display: block;
    margin: 0 auto;
  }

  #shopnnavi table.shopnavi_mobile {
    display: none;
  }

  #shopnnavi table td {
    padding-left: 0;
  }

  #shopnnavi a {
    font-size: 1.0em;
    margin-right: 20px;
  }
}

/** スタッフ */
section#staff {
  display: block;
  position: static;
  padding-left: 15px;
}

section#staff article {
  text-align: left;
  width: 44%;
  min-width: 150px;
  float: left;
  margin-bottom: 30px;
  margin-right: 15px;
  min-height: 270px;
}

section#staff article h3 {
  font-size: 14pt;
}

section#staff article h3 span {
  font-size: 45%;
}

section#staff article img {
  width: 100%;
  height: auto;
  max-width: 140px;
  margin-top: 10px;
  margin-bottom: 10px;
}

section#staff article p {
  font-size: 8pt;
  max-width: 140px;
  line-height: 1.5em;
  padding-top: 5px;
}

/* PC向けおよび大型タブレット向けのレイアウトの指定 */
@media only screen and (min-width: 769px) {
  
  /** スタッフ */
  section#staff {
    display: none;
  }
}

/** スタッフ */
table#staff2 {
  display: none;
}

/* PC向けおよび大型タブレット向けのレイアウトの指定 */
@media only screen and (min-width: 769px) {

  /** スタッフ */
  table#staff2 {
    margin: 0 auto;
    display: block;
  }

  table.staff_width1 {
    width: 130px;
  }

  table.staff_width2 {
    width: 260px;
  }

  table.staff_width3 {
    width: 390px;
  }

  table.staff_width4 {
    width: 520px;
  }
  
  table#staff2 td {
    width: 130px;
    text-align: left;
    padding: 5px;
    padding-bottom: 30px;
  }

  table#staff2 td h3 {
    font-size: 14pt;
    padding-top: 5px;
  }

  table#staff2 td h3 span {
    font-size: 45%;
  }

  table#staff2 td p {
    font-size: 8pt;
    line-height: 1.5em;
    padding-top: 5px;
  }

  table#staff2 td img {
    max-width: 120px;
  }
}

/* PC向けレイアウトの指定 */
@media only screen and (min-width: 961px) {

  /** スタッフ */
  table#staff2 {
    margin: 0 auto;
  }

  table.staff_width1 {
    width: 185px;
  }

  table.staff_width2 {
    width: 370px;
  }

  table.staff_width3 {
    width: 555px;
  }

  table.staff_width4 {
    width: 740px;
  }
  
  table#staff2 td {
    width: 185px;
  }

  table#staff2 td h3 {
    font-size: 18pt;
  }
  
  table#staff2 td img {
    max-width: 175px;
  }
}

/** マップエリア */
section#maparea {
  position: static;
  padding-top: 4em;
  padding-bottom: 4em;
}

section#maparea article {
  width: 98%;
  text-align: center;
}

section#maparea article.rightarea {
  text-align: left;
  line-height: 1.5em;
  margin-left: 3.5em;
}

section#maparea article.rightarea p {
  font-size: 9pt
}

section#maparea table {
  margin: 0 auto;
}

/* PC向けおよび大型タブレット向けのレイアウトの指定 */
@media only screen and (min-width: 769px) {

  /** マップエリア */
  section#maparea {
    position: relative;
    margin: 0 auto;
  }
  
  section#maparea article {
    width: 50%;
    float: left;
  }

  section#maparea article.rightarea {
    margin-left: 0;
  }

  section#maparea article.rightarea h3 {
    font-size: 1.5em;
  }
}

/* PC向けレイアウトの指定 */
@media only screen and (min-width: 961px) {

  /** マップエリア */
  section#maparea {
    position: relative;
    width: 850px;
    margin: 0 auto;
  }
  
  section#maparea article {
    width: 50%;
  }

  section#maparea article.rightarea p {
    font-size: 11pt
  }
}

/** テーブルレイアウト */
.tablelayout dt {
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  padding: 10px;
}

.tablelayout dt img.title1 {
  width: 100%;
  height: auto;
  max-width: 86px;
}

.tablelayout dt img.title2 {
  width: 100%;
  height: auto;
  max-width: 99px;
}

.tablelayout dt img.title3 {
  width: 100%;
  height: auto;
  max-width: 101px;
}

.tablelayout dt img.title4 {
  width: 100%;
  height: auto;
  max-width: 135px;
}

.tablelayout dd {
  font-size: 12px;
  padding: 20px 10px;
}

.tablelayout dd input, .tablelayout dd textarea {
  min-height: 30px;
}

@media only screen and (min-width: 1210px) {
  .tablelayout {
    width: 60%;
    margin: 5px auto;
    border-bottom: none;
  }

  .tablelayout dt {
    clear: both;
    float: left;
    width: 200px;
  }

  .tablelayout dt.contactheader {
    font-size: 1.1em;
  }

  .tablelayout dd {
    padding-left: 260px;
    text-align: left;
  }

  .tablelayout dd div.header1 {
    width: 350px;
    padding: 5px;
    font-size: 1.5em;
  }

  .tablelayout dd div.header2 {
    width: 350px;
    padding: 5px;
    color:#000000;
  }
}

@media only screen and (max-width: 1209px) {
  .tablelayout dd {
    line-height: 1.2em;
  }
}

@media only screen and (max-width: 600px) {
  .tablelayout dd input, .tablelayout dd textarea {
    width: 95%;
  }

  .tablelayout dd div.header1 {
    width: 93%;
    padding: 5px;
  }

  .tablelayout dd div.header2 {
    width: 93%;
    padding: 5px;
    color:#000000;
  }
}

/** テーブルレイアウト2 */
.tablelayout2 {  
  width: 95%;
  margin: 0 auto;
  margin-bottom: 2em;
}

.tablelayout2 td {
  padding: 5px 10px;
  border-bottom: 1px solid #ffffff;
  border-collapse: collapse;
  padding-top: 5px;
  padding-bottom: 15px;
  font-size: 8pt;
  line-height: 1.8em;
}

.tablelayout2 td a {
  color: #ffffff;
}

.tablelayout2 td a:hover {
  color: #ffffff;
}

.tablelayout2 td.bordernone {
  border-bottom: none;
}

.tablelayout2 td.toppadding {
  padding-top: 15px;
}

/* PC向けおよび大型タブレット向けのレイアウトの指定 */
@media only screen and (min-width: 769px) {
  
  /** テーブルレイアウト2 */
  .tablelayout2 {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 2em;
  }

  .tablelayout2 td {
    padding: 20px;
    padding-top: 10px;
    font-size: 12pt;
  }

  .tablelayout2 td.toppadding {
    padding-top: 20px;
  }
}

/** ボタンエリア */
.buttonarea {
  text-align: center;
  padding: 10px 0;
}

.buttonarea img {
  width: 121px;
  height: auto;
  max-width: 121px;
}

/** ボトムコンテンツ */
#bottom_contents {
  margin-top: 3em;
}

#bottom_contents2 {
  margin-top: 1em;
}

#bottom_contents3 {
  margin-top: 1em;
}

#bottom_contents3 section img {
  padding-bottom: 1em;
}

/* PC向けレイアウトの指定 */
@media only screen and (min-width: 961px) {

  /** コンテンツエリア */
  #bottom_contents {
    margin: 0 auto;
    width: 900px;
    margin-top: 1.5em;
  }
  
  #bottom_contents2 {
    margin: 0 auto;
    width: 900px;
    margin-top: 1em;
  }

  #bottom_contents3 section img {
    padding-bottom: 6em;
  }
}

/** RECRUIT */
section#recruit {
  position: static;
}

section#recruit h2 {
  margin: 0 0 15px 5px;
  text-align: center;
}

section#recruit h2 img {
  width: 100%;
  height: auto;
  max-width: 300px;
}

section#recruit h2 img.shoplogo {
  max-width: 200px;
}

section#recruit article {
  text-align: center;
  width: 50%;
  min-width: 120px;
  float: left;
  margin-bottom: 30px;
}

section#recruit article img {
  width: 100%;
  height: auto;
  max-width: 150px;
}

section#recruit article h3 {
  font-size: 0.9em;
  font-weight: bold;
}

section#recruit article p {
  text-align: left;
  font-size: 0.7em;
  line-height: 2.0em;
  padding: 0 15px;
}

/* PC向けおよび大型タブレット向けのレイアウトの指定 */
@media only screen and (min-width: 769px) {

  /** WORKS */
  section#recruit {
    position: relative;
    margin-top: 4em;
  }
  
  section#recruit article {
    width: 33%;
  }

  section#recruit article img {
    max-width: 240px;
  }

  section#recruit article h3 {
    line-height: 2.0em;
  }

  section#recruit article p {
    font-size: 0.8em;
  }
}

/* PC向けレイアウトの指定 */
@media only screen and (min-width: 961px) {
  
  /** WORKS */
  section#recruit {
    margin: 0 auto;
    width: 900px;
    margin-top: 4em;
  }
  
  section#recruit article {
    width: 33%;
  }

  section#recruit article img {
    max-width: 285px;
  }

  section#recruit article h3 {
    line-height: 2.2em;
  }
}

/** ページトップへボタン */
a#pagetopBtn img {
  position: fixed;
  bottom: 10px;
  right: 1px;
}

/** フッター */
footer {
  border-top: 10px solid #1a1a1a;
  text-align: center;
  padding: 2.5em 0;
}

footer div {
  margin: 20px 0 0 20px;
}

footer div p {
  font-size: 0.7em;
  line-height: 2.0em;
}

footer div small {
  font-size: 0.6em;
}

/** フッターテーブル */
.footer_margin, .middle_margin {
  margin-top: 1em;
  text-align: center;
}

.middle_margin img {
  width: 100%;
  height: auto;
  max-width: 900px;
}

#footer_table {
  width: 95%;
  margin: 0 auto;
}

#footer_table .menulink {
  padding-top: 30px;
  padding-bottom: 30px;
}

#footer_table .menulink ul li {
  line-height: 2.2em;
}

#footer_table .menulink ul li a {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}

#footer_table .menulink ul li a:hover {
  text-decoration: underline;
}

#footer_table .bannerlink {
  padding-bottom: 30px;
}

#footer_table .bannerlink img {
  width: 100%;
  height: auto;
  max-width: 280px;
  padding-top: 5px;
}

/* PC向けおよび大型タブレット向けのレイアウトの指定 */
@media only screen and (min-width: 769px) {

  /** フッターテーブル */
  .footer_margin {
    margin-top: 6em;
  }
  
  #footer_table {
    width: 600px;
    margin: 0 auto;
  }

  #footer_table .bannerlink {
    width: 250px;
    padding-left: 20px;
  }
}

/* PC向けレイアウトの指定 */
@media only screen and (min-width: 961px) {

  /** フッターテーブル */
  #footer_table {
    width: 800px;
    margin: 0 auto;
  }
  
  #footer_table .menulink {
    padding-left: 20px;
  }
  
  #footer_table .title {
    text-align: right;
    padding-right: 10px;
    font-weight: bold;
  }

  #footer_table .bannerlink {
    width: 300px;
    padding-left: 20px;
  }
}

/* スマホ向けのレイアウトの指定 */
@media only screen and (max-width: 769px) {
  
  /** フッターテーブル */
  #footer_table td {
    padding: 4px 12px;
    display: block;
    width: 100%;
    font-size: 10pt;
  }
}