@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  overflow-y: scroll;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

img {
  vertical-align: middle;
}

/* 4=25% 5=20% 6=16.6% 7=14.5%*/
.sp {
  display: block !important;
}
@media print, screen and (min-width: 640px) {
  .sp {
    display: none !important;
  }
}

.pc {
  display: none !important;
}
@media print, screen and (min-width: 640px) {
  .pc {
    display: block !important;
  }
}

.wrap {
  width: 100%;
}

.inner {
  width: 100%;
  margin: 0px auto;
}
@media print, screen and (min-width: 640px) {
  .inner {
    width: 1200px;
  }
}

h1 {
  width: 100%;
}

h2 {
  clear: both;
  position: relative;
  width: calc(95% - 11px);
  height: 60px;
  line-height: 60px;
  font-size: 30px;
  font-weight: 900;
  color: #666;
  text-indent: 60px;
  margin: 40px auto;
  border: 1px solid #339966;
  border-left: 10px solid #339966;
}
h2 span {
  display: block;
  font-size: 15px;
  float: right;
  margin-right: 20px;
}

h3 {
  clear: both;
  width: 95%;
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  font-weight: 900;
  color: #fff;
  text-indent: 50px;
  margin: 30px auto 1px;
  background-color: #339966;
  border-radius: 10px;
}
h3.sub {
  border-radius: 10px 10px 0px 0px;
  border: solid 1px #ccc;
  border-bottom: none;
}

h4 {
  clear: both;
  border-bottom: solid 1px #333;
  margin: 0px auto 10px;
  width: 95%;
  font-weight: 900;
  text-indent: 20px;
  font-size: 20px;
}

h5 {
  display: inline-block;
  clear: both;
  margin: 10px 0px 10px 50px;
  padding: 0px 20px;
  width: auto;
  height: 35px;
  line-height: 35px;
  font-weight: 900;
  text-indent: 0px;
  font-size: 18px;
  color: #fff;
  background-color: #396;
  border-radius: 10px;
}

div.photo {
  display: block;
  width: 95%;
  height: auto;
  margin: 10px auto;
}
div.photo img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0px auto;
}
@media print, screen and (min-width: 640px) {
  div.photo {
    width: 80%;
  }
  div.photo img {
    width: auto %;
    margin: 0px auto;
  }
}

p.comment {
  width: 95%;
  line-height: 1.8em;
  margin: 10px auto 50px;
}
@media print, screen and (min-width: 640px) {
  p.comment {
    width: 80%;
  }
}
p.comment img {
  display: block;
  width: 100%;
  height: auto;
  margin: 10px auto;
}
@media print, screen and (min-width: 640px) {
  p.comment img {
    width: 50%;
  }
}
p.comment img.img_left {
  float: left;
  margin-right: 10px;
}
p.comment img.img_right {
  float: right;
  margin-left: 10px;
}

p.panel {
  font-size: 20px;
  line-height: 1.4em;
  width: calc(80% - 80px);
  margin: 50px auto;
  padding: 40px;
  border: 1px solid #666;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}
p.panel .err {
  display: block;
  font-weight: 900;
  color: #f00;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/ /*/
height: auto;
overflow: hidden;
/**/
}

.block {
  display: block !important;
}

.inline {
  display: inline !important;
}

.none {
  display: none !important;
}

.center {
  margin: 10px auto;
}

.left {
  float: left;
}

.right {
  float: right;
}

.both {
  clear: both;
}

.w15, .w20, .w25, .w30, .w33, .w35, .w40, .w45, .w50, .w55, .w60, .w65, .w66, .w70, .w75, .w80, .w85, .w90, .w95, .w100 {
  width: 100%;
  display: block;
}

@media print, screen and (min-width: 640px) {
  .w15 {
    width: 15% !important;
  }
  .w20 {
    width: 20% !important;
  }
  .w25 {
    width: 25% !important;
  }
  .w30 {
    width: 30% !important;
  }
  .w33 {
    width: 33% !important;
  }
  .w35 {
    width: 35% !important;
  }
  .w40 {
    width: 40% !important;
  }
  .w45 {
    width: 45% !important;
  }
  .w50 {
    width: 50% !important;
  }
  .w55 {
    width: 55% !important;
  }
  .w60 {
    width: 60% !important;
  }
  .w65 {
    width: 65% !important;
  }
  .w66 {
    width: 66% !important;
  }
  .w70 {
    width: 70% !important;
  }
  .w75 {
    width: 75% !important;
  }
  .w80 {
    width: 80% !important;
  }
  .w85 {
    width: 85% !important;
  }
  .w90 {
    width: 90% !important;
  }
  .w95 {
    width: 95% !important;
  }
  .w100 {
    width: 100% !important;
  }
  .w-auto {
    width: auto;
  }
}
.bg_fff {
  background-color: #fff !important;
}

.bg_ccc {
  background-color: #ccc !important;
}

.bg_999 {
  background-color: #999 !important;
}

.bg_666 {
  background-color: #666 !important;
}

.bg_333 {
  background-color: #333 !important;
}

.bg_000 {
  background-color: #000 !important;
}

.bg_tp {
  background-color: transparent !important;
}

.b-none {
  border: none !important;
  box-shadow: none !important;
}

.circle {
  border-radius: 50%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ　ProN W3", "Hiragino kaku Gothic ProN", "MS Pゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
}

p, a, th, td, li, span {
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ　ProN W3", "Hiragino kaku Gothic ProN", "MS Pゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
}

.gothic {
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ　ProN W3", "Hiragino kaku Gothic ProN", "MS Pゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif !important;
}

.mincho {
  font-family: "ヒラギノ明朝　ProN W6", "HiraMinProN-W6", "HG明朝E", "MS P明朝", "MS PMincho", "MS 明朝", serif !important;
}

.f09p {
  font-size: 9px !important;
}

.f10p {
  font-size: 10px !important;
}

.f12p {
  font-size: 12px !important;
}

.f14p {
  font-size: 14px !important;
}

.f16p {
  font-size: 16px !important;
}

.f20p {
  font-size: 20px !important;
}

.f24p {
  font-size: 24px !important;
}

.f30p {
  font-size: 30px !important;
}

.f36p {
  font-size: 36px !important;
}

.f42p {
  font-size: 42px !important;
}

.x12 {
  font-size: 120% !important;
}

.x15 {
  font-size: 150% !important;
}

.x18 {
  font-size: 180% !important;
}

.x20 {
  font-size: 200% !important;
}

.x25 {
  font-size: 250% !important;
}

.fw1 {
  font-weight: 100;
}

.fw3 {
  font-weight: 300;
}

.fw5 {
  font-weight: 500;
}

.fw7 {
  font-weight: 700;
}

.fw9 {
  font-weight: 900;
}

.white {
  color: #fff;
}

.red {
  color: #f00;
}

.blue {
  color: #00f;
}

.black {
  color: #000;
}

.al-center {
  text-align: center;
}

.al-left {
  text-align: left;
}

.al-right {
  text-align: right;
}

.td-none {
  text-decoration: none;
}

.through {
  text-decoration: line-through;
}

.italic {
  -webkit-text-decoration: italic;
          text-decoration: italic;
}

.underline {
  text-decoration: underline;
}

.wavy {
  font-weight: 400;
  background-image: url("../../images/wavy.gif");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: auto 50%;
}

a.link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 290px;
  min-height: 50px;
  font-size: 12px;
  font-weight: 700;
  color: #9a5a24;
  line-height: 1;
  background: #fff;
  text-decoration: none;
  position: relative;
  padding-right: 60px;
  margin-left: auto;
}

.column p {
  width: 95%;
  margin: 0px auto;
}
@media print, screen and (min-width: 640px) {
  .column p {
    width: calc(100% - 10px);
  }
}
.column > img {
  width: 95%;
  margin: 0px auto;
}
@media print, screen and (min-width: 640px) {
  .column > img {
    width: 100%;
  }
}

#main .columns2 {
  clear: both;
  width: 100%;
  margin: 0px auto 50px;
}
#main .columns2 > .column {
  position: relative;
  display: block;
  width: 100%;
  margin: 0px auto 10px;
}
@media print, screen and (min-width: 640px) {
  #main .columns2 > .column {
    width: calc((100% - 10px) / 2);
    float: left;
    margin-right: 10px;
  }
  #main .columns2 > .column:nth-child(2n) {
    margin-right: 0px;
  }
}
#main .columns3 {
  clear: both;
  width: 100%;
  margin: 0px auto 50px;
}
#main .columns3 > .column {
  position: relative;
  display: block;
  width: 100%;
  margin: 0px auto 10px;
}
@media print, screen and (min-width: 640px) {
  #main .columns3 > .column {
    width: calc((100% - 20px) / 3);
    float: left;
    margin-right: 10px;
  }
  #main .columns3 > .column:nth-child(3n) {
    margin-right: 0px;
  }
}
#main .columns4 {
  clear: both;
  width: 100%;
  margin: 0px auto 50px;
}
#main .columns4 > .column {
  position: relative;
  display: block;
  width: 100%;
  margin: 0px auto 10px;
}
@media print, screen and (min-width: 640px) {
  #main .columns4 > .column {
    width: calc((100% - 30px) / 4);
    float: left;
    margin-right: 10px;
  }
  #main .columns4 > .column:nth-child(4n) {
    margin-right: 0px;
  }
}
#main .columns5 {
  clear: both;
  width: 100%;
  margin: 0px auto 50px;
}
#main .columns5 > .column {
  position: relative;
  display: block;
  width: 100%;
  margin: 0px auto 10px;
}
@media print, screen and (min-width: 640px) {
  #main .columns5 > .column {
    width: calc((100% - 40px) / 5);
    float: left;
    margin-right: 10px;
  }
  #main .columns5 > .column:nth-child(5n) {
    margin-right: 0px;
  }
}

#modal-window {
  border-radius: 10px;
  padding: 20px 10px 10px;
  opacity: 0;
}
#modal-window textarea {
  display: block;
  width: 90%;
  border: 1px solid #00f;
  padding: 10px;
}
#modal-window a#modal-close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -15px;
  right: -15px;
}
#modal-window a#modal-close img {
  display: block;
  width: 100%;
  opacity: 0.8;
}
#modal-window a#modal-close img:hover {
  opacity: 0.5;
}
#modal-window div.imgSelect {
  width: 600px;
}
#modal-window div.imgSelect img, #modal-window div.imgSelect video {
  display: block;
  width: 24%;
  margin-top: 4px;
  margin-left: 1%;
  float: left;
}

#loading img.loading {
  display: block;
  width: 50px;
  height: 50px;
  float: left;
}
#loading p {
  float: left;
  height: 50px;
  line-height: 50px;
  margin-left: 30px;
}

#page_title {
  width: 100%;
  height: 50px;
  background-color: rgba(51, 153, 102, 0.5);
  background-image: url("../../images/system/border.png");
  border-bottom: 1px solid #999;
}
@media print, screen and (min-width: 640px) {
  #page_title {
    height: 150px;
  }
}
#page_title h2 {
  background-color: #fff;
  height: 50px;
  line-height: 50px;
  letter-spacing: 0.2em;
  font-size: 18px;
  font-weight: 900;
  text-indent: 2em;
  background-image: url(../../images/h2_title/h2_title_03.jpg);
  background-size: 100% auto;
  background-position: 50% 50%;
  overflow: hidden;
}
@media print, screen and (min-width: 640px) {
  #page_title h2 {
    height: 148px;
    line-height: 150px;
    font-size: 24px;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
  }
}
#page_title h2.zaisan_chousa {
  background-image: url(../../images/h2_title/h2_title_12.jpg);
}
#page_title h2.yuigonsyo {
  background-image: url(../../images/h2_title/h2_title_01.jpg);
}
#page_title h2.souzoku_touki {
  background-image: url(../../images/h2_title/h2_title_02.jpg);
}
#page_title h2.access {
  background-image: url(../../images/h2_title/h2_title_07.jpg);
}
#page_title h2.houjin {
  background-image: url(../../images/h2_title/h2_title_06.jpg);
}
#page_title h2.qanda {
  background-image: url(../../images/h2_title/h2_title_11.jpg);
}
#page_title h2.contact {
  background-image: url(../../images/h2_title/h2_title_13.jpg);
}

#pan_list {
  width: calc(100% - 2px);
  margin: 10px 0px 0px 20px;
  font-size: 14px;
}
#pan_list a {
  padding-left: 25px;
  background-image: url("../../images/system/home.png");
  background-size: auto 85%;
  background-repeat: no-repeat;
}

#accesscounter .result {
  width: 95%;
  background-color: #fff;
  padding-bottom: 10px;
  border-radius: 0px 0px 10px 10px;
  border: 1px #ccc solid;
  margin: 0px auto 20px;
}
#accesscounter .result p {
  width: 95%;
  margin: 0px auto 0px;
  height: 30px;
  line-height: 30px;
  margin: 0px auto;
  border-bottom: 1px dotted #333;
  position: relative;
}
#accesscounter .result p span:first-child {
  float: left;
}
#accesscounter .result p span:last-child {
  float: right;
}

#pagetop {
  position: fixed;
  display: block;
  border: 1px solid #666;
  background-color: #000;
  border-radius: 10px;
  background-image: url("../../images/system/pagetop.png");
  background-repeat: no-repeat;
  background-position: center 25px;
  background-size: 30%;
  opacity: 0.7;
  line-height: 30px;
  text-align: center;
  width: 60px;
  height: 40px;
  bottom: 20px;
  right: 10px;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}
#pagetop a {
  color: #fff !important;
  text-decoration: none;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ　ProN W3", "Hiragino kaku Gothic ProN", "MS Pゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 900;
}
#pagetop a:hover {
  color: #000;
  text-decoration: none;
}

.float_contact {
  position: fixed;
  display: block;
  border: 1px solid #666;
  background-color: #444;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: center 30px;
  background-size: 50%;
  opacity: 0.7;
  line-height: 30px;
  text-align: center;
  width: 240px;
  height: 40px;
  bottom: 20px;
  right: 80px;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}
.float_contact a {
  color: #fff !important;
  text-decoration: none;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ　ProN W3", "Hiragino kaku Gothic ProN", "MS Pゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 900;
}
.float_contact a img {
  display: block;
  width: 100%;
}
.float_contact a:hover {
  color: #000;
  text-decoration: none;
}

ul.bukken {
  clear: both;
  width: 90%;
  font-size: 20px;
  margin: 5px auto 20px;
  border: none;
}
ul.bukken li {
  font-size: 14px;
  line-height: 1.4em;
  text-decoration: none;
  color: #333;
  padding: 0px;
  margin-bottom: 20px;
}
ul.bukken li table {
  width: 100%;
  border: 1px solid #666;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
ul.bukken li table.chintai th.title {
  background-color: #666;
  color: #fff;
}
ul.bukken li table.kounyuu th.title {
  background-color: #3c6;
  color: #fff;
}
ul.bukken li table th {
  display: block;
  height: 20px;
  width: 80px;
  width: 99%;
  color: #333;
  background-color: #aaa;
  border: 0.5% solid #666;
  text-indent: 5px;
  font-weight: 700;
}
ul.bukken li table th a {
  display: block;
  float: right;
  color: #fff;
  font-size: 12px;
}
ul.bukken li table td {
  display: block;
  vertical-align: top;
  width: 100%;
  padding: 3px 5px;
}
ul.bukken li table td.img {
  width: 100%;
  height: auto;
  padding: 0px;
}
ul.bukken li table td.img img {
  display: block;
  width: 100%;
  height: auto;
}
ul.bukken li span.date {
  display: block;
  margin-bottom: 5px;
  color: #333;
  font-weight: 700;
}

div.sold_out {
  width: 200px;
  height: 200px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
}
div.sold_out img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0px auto;
}

table.tile {
  width: calc(100% - 2px);
  border: #333 1px solid;
}
table.tile th, table.tile td {
  padding: 5px;
  border: #333 1px solid;
}
table.tile th {
  background-color: #999;
  color: #fff;
  width: 20%;
}
table.tile td.img {
  position: relative;
  padding: 0px;
}
table.tile td.img img {
  display: block;
  width: 100%;
  height: auto;
}
table.list {
  width: 95%;
  padding: 0px;
  border: solid 1px #666666;
  margin: 10px auto 50px;
}
table.list th {
  background-color: #ddd;
  height: 20px;
  width: 20%;
  font-size: 12px;
  font-weight: 700;
  border: solid 1px #666666;
  border-right: double 3px #666666;
  padding: 5px;
}
table.list th.sn {
  width: 10%;
}
table.list th.edit {
  width: 10%;
}
table.list th.del {
  width: 10%;
}
table.list td {
  height: 40px;
  text-align: left;
  vertical-align: top;
  font-size: 12px;
  padding: 5px;
  border: solid 1px #666666;
}
table.list td[colspan="3"] {
  width: 80%;
}
table.list td.etc {
  text-align: left;
  padding: 10px 20px;
  line-height: 1.4em;
}
table.list td.zei {
  text-align: right;
  vertical-align: bottom;
  padding: 10px;
}
table.list a img {
  width: 100px;
  margin: 2px;
}
table.list tr.visible {
  background-color: #aaa;
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  width: 100%;
  margin: 10px auto 30px;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  width: 100%;
  display: block;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  /*-moz-box-shadow: 0 0 5px #666;
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666;
  border:  5px solid #fff;
  left: -5px;*/
  background: transparent;
  /*fix other elements on the page moving (on Chrome)*/
  transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9 ;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}

/*モーダルモードのウインドウ設定*/
.modal-window {
  z-index: 10000;
  display: block;
  position: fixed;
  min-width: 300px;
  top: 50%;
  left: 50%;
  border: 2px solid #666;
  background-color: #fff;
}

#modal-overlay {
  z-index: 9999;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.4);
}

div.thumb {
  width: 100%;
  background: no-repeat;
  background-position: center center;
  background-size: contain;
}

div.imageEditor {
  width: 300px;
  height: 300px;
}
div.imageEditor img {
  position: relative;
}
div.imageEditor img.left {
  width: 50px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
div.imageEditor img.right {
  width: 50px;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.pager {
  clear: both;
  width: 95%;
  margin: 10px auto;
}
.pager span {
  display: block;
  float: left;
  height: 50px;
  line-height: 50px;
}
.pager .control {
  float: right;
}
.pager .control a {
  display: block;
  float: left;
  width: 100px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 20px;
  font-size: 12px;
  text-decoration: none;
  color: #333;
  padding: 5px;
  margin: 5px;
  border: 1px solid #666;
  border-radius: 5px;
  box-shadow: 3px 3px 10px 3px rgba(0, 0, 0, 0.2);
}
.pager .control a.back {
  padding-left: 30px;
  background-image: url("../../images/slide_back.png");
}
.pager .control a.next {
  padding-right: 30px;
  background-image: url("../../images/slide_next.png");
  background-position: right;
}
.pager .control a.disable {
  pointer-events: none;
  opacity: 0.5;
}

#company_data, #person_data {
  float: left;
  width: 60%;
}

#person_list, #project_list, #service_list, #candidate {
  float: right;
  width: 40%;
}

.person_list, .project_list, .service_list {
  width: 93%;
  padding: 3%;
  border: 1px solid #666;
  border-radius: 5px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  margin-top: 10px;
}
.person_list div.edit img, .project_list div.edit img, .service_list div.edit img {
  display: block;
  float: left !important;
  width: 30px !important;
  height: 30px !important;
  margin: 0px 5px 0px 0px !important;
}
.person_list ul, .project_list ul, .service_list ul {
  margin-top: 3px;
  border-top: 1px solid #666;
}
.person_list ul li, .project_list ul li, .service_list ul li {
  display: block;
  width: 100%;
  line-height: 35px;
  font-size: 16px;
  color: #666;
  font-weight: 500;
  border-bottom: 1px solid #666;
}
.person_list ul li span, .project_list ul li span, .service_list ul li span {
  font-size: 14px;
  font-weight: 500;
}
.person_list ul li.name, .project_list ul li.name, .service_list ul li.name {
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.2em;
  border-bottom: 3px double #666;
  margin-bottom: 5px;
}

#holiday {
  position: relative;
  width: 95%;
  margin: 10px auto;
}
#holiday h4 {
  width: 95%;
  margin: 5px 0px 2px 10px;
  border-bottom: 1px solid #666;
  font-weight: 900;
  font-size: 18px;
}
#holiday #calender_control {
  float: right;
}
#holiday #calender_control a {
  display: block;
  float: left;
  width: 80px;
  height: 30px;
  line-height: 30px;
  border: #333 solid 1px;
  background-color: rgb(148, 150, 236);
  border-radius: 5px;
  margin: 5px;
  text-align: center;
  font-weight: 900;
  color: #fff;
}
#holiday #calender_control a:hover {
  opacity: 0.8;
}
#holiday table.holiday {
  width: 95%;
  margin: 0px 0px 0px 10px;
}
#holiday table.holiday th, #holiday table.holiday td {
  font-size: 12px;
  font-weight: 900;
  height: 30px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #666666;
}
@media print, screen and (min-width: 640px) {
  #holiday table.holiday th, #holiday table.holiday td {
    height: 60px;
  }
}
#holiday table.holiday td p {
  width: 100%;
  height: auto;
  margin: 0px auto;
  padding: 0px;
  text-align: center;
}
#holiday table.holiday th {
  width: 14.2%;
  background-color: #66FFCC;
  color: #666666;
}
@media print, screen and (min-width: 640px) {
  #holiday table.holiday th {
    width: 100px;
  }
}
#holiday table.holiday th.sun {
  background-color: #FF9966;
  color: #FFFFFF;
}
#holiday table.holiday th.sta {
  background-color: #3399FF;
  color: #FFFFFF;
}
#holiday table.holiday td.holi {
  background-color: #FF6666;
  text-align: left;
  vertical-align: top;
  color: #FFFFFF;
  font-weight: 700;
}
#holiday table.holiday tr.blank td {
  background-color: #CCCCCC;
}
#holiday table.holiday tr.blank td .sta {
  background-color: #FFFFFF;
}

.instagram-media {
  margin: 0px auto 12px !important;
}

/*メールフォーム*/
p.success span {
  display: block;
  color: #00f;
  font-weight: 900;
}

#form_contact {
  width: 90%;
  overflow: hidden;
  background-repeat: no-repeat;
  margin: 10px auto 10px;
}
#form_contact ul {
  width: 100%;
  padding: 0px;
}
#form_contact ul li {
  display: block;
  padding-top: 20px;
}
#form_contact ul li label {
  clear: both;
  display: block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  background-image: url("../../images/hand_icon_ss.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  text-indent: 50px;
  font-weight: 700;
}
#form_contact ul li select, #form_contact ul li input {
  display: block;
  width: 80%;
  float: right;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  margin-bottom: 20px;
}
#form_contact ul li input.submit {
  float: none;
  width: 300px;
  margin: 20px auto;
}
#form_contact ul li textarea {
  width: 80%;
  float: right;
  height: 200px;
  line-height: 40px;
  font-size: 16px;
}
#form_contact ul li p {
  width: 80%;
  float: right;
  color: #00f;
}
#form_contact input.submit {
  display: block;
  width: 300px;
  height: 40px;
  margin: 50px auto;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  background: linear-gradient(#b24700, #990000);
}

h2.login_title {
  margin: 5px auto;
}

#login ul {
  display: block;
  width: 260px;
  margin: 20px auto;
  padding: 20px;
  border: 1px solid #666;
}
#login ul li {
  display: block;
  margin: 10px 10px;
}
#login ul li label {
  display: block;
}
#login ul li input {
  width: 100%;
  height: 30px;
  font-size: 16px;
}

#main .login, #main .logout {
  display: block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  background-color: #00f;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  border: 1px solid #666;
  box-shadow: 0px 0px 2px 1px rgb(255, 255, 255) inset;
  margin: 50px auto;
}
#main .login:hover, #main .logout:hover {
  opacity: 0.5;
  cursor: pointer;
}
#main .logout {
  background-color: #f00;
}

/* □■□■□■□ 管理室メニュー □■□■□■□ */
#admin_menu {
  position: fixed;
  display: block;
  width: 200px;
  top: 20px;
  left: 10px;
  z-index: 1000;
}
#admin_menu .title {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #444;
  border-radius: 10px;
  opacity: 0.9;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
  color: #fff;
  text-indent: 20px;
  cursor: pointer;
}
#admin_menu a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ　ProN W3", "Hiragino kaku Gothic ProN", "MS Pゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 900;
  background-repeat: no-repeat;
  background-position: 8px 8px;
  background-size: 15px 15px;
  text-indent: 40px;
  cursor: pointer;
}
#admin_menu a:hover {
  color: #fff;
  text-decoration: none;
}
#admin_menu ul.base {
  display: none;
  width: 100%;
  background-color: #777;
  border-radius: 10px;
  opacity: 0.9;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
  color: #fff;
  text-indent: 40px;
  border: 1px solid #666;
}
#admin_menu ul.base li {
  min-height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #666;
  font-size: 10px;
  font-weight: 900;
  background-repeat: no-repeat;
  background-size: auto 25px;
  background-position: 5px 2px;
}
#admin_menu ul.base li:last-child {
  border-bottom: none;
}
#admin_menu ul.base li:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
#admin_menu ul.base li ul.link {
  display: none;
  box-shadow: none;
  border-radius: none;
  border: none;
}
#admin_menu ul.base li ul.link li {
  background-color: rgba(255, 255, 255, 0.9);
  color: #666;
}
#admin_menu ul.base li ul.link li a {
  background-color: rgba(204, 204, 204, 0.1);
  color: #333;
  font-weight: 500;
}
#admin_menu ul.base li ul.link li a:hover {
  color: #333;
  text-decoration: none;
}
#admin_menu ul.base li.access {
  background-image: url("../../images/system/icon/white/access.png");
}
#admin_menu ul.base li.add_img {
  background-image: url("../../images/system/icon/white/add_img.png");
}
#admin_menu ul.base li.add_short {
  background-image: url("../../images/system/icon/white/add_short.png");
}
#admin_menu ul.base li.add_title {
  background-image: url("../../images/system/icon/white/add_title.png");
}
#admin_menu ul.base li.add_video {
  background-image: url("../../images/system/icon/white/add_video.png");
}
#admin_menu ul.base li.calculator {
  background-image: url("../../images/system/icon/white/calculator.png");
}
#admin_menu ul.base li.cart {
  background-image: url("../../images/system/icon/white/cart.png");
}
#admin_menu ul.base li.check {
  background-image: url("../../images/system/icon/white/check.png");
}
#admin_menu ul.base li.close {
  background-image: url("../../images/system/icon/white/close.png");
}
#admin_menu ul.base li.comment {
  background-image: url("../../images/system/icon/white/comment.png");
}
#admin_menu ul.base li.company {
  background-image: url("../../images/system/icon/white/company.png");
}
#admin_menu ul.base li.copy {
  background-image: url("../../images/system/icon/white/copy.png");
}
#admin_menu ul.base li.customer {
  background-image: url("../../images/system/icon/white/customer.png");
}
#admin_menu ul.base li.delete {
  background-image: url("../../images/system/icon/white/delete.png");
}
#admin_menu ul.base li.edit {
  background-image: url("../../images/system/icon/white/edit.png");
}
#admin_menu ul.base li.facebook {
  background-image: url("../../images/system/icon/white/facebook.png");
}
#admin_menu ul.base li.favorite {
  background-image: url("../../images/system/icon/white/favorite.png");
}
#admin_menu ul.base li.gear {
  background-image: url("../../images/system/icon/white/gear.png");
}
#admin_menu ul.base li.home {
  background-image: url("../../images/system/icon/white/home.png");
}
#admin_menu ul.base li.img {
  background-image: url("../../images/system/icon/white/img.png");
}
#admin_menu ul.base li.img_video {
  background-image: url("../../images/system/icon/white/img_video.png");
}
#admin_menu ul.base li.info {
  background-image: url("../../images/system/icon/white/info.png");
}
#admin_menu ul.base li.instagrum {
  background-image: url("../../images/system/icon/white/instagrum.png");
}
#admin_menu ul.base li.link {
  background-image: url("../../images/system/icon/white/link.png");
}
#admin_menu ul.base li.login {
  background-image: url("../../images/system/icon/white/login.png");
}
#admin_menu ul.base li.logout {
  background-image: url("../../images/system/icon/white/logout.png");
}
#admin_menu ul.base li.lotate_left {
  background-image: url("../../images/system/icon/white/lotate_left.png");
}
#admin_menu ul.base li.lotate_right {
  background-image: url("../../images/system/icon/white/lotate_right.png");
}
#admin_menu ul.base li.mail {
  background-image: url("../../images/system/icon/white/mail.png");
}
#admin_menu ul.base li.mailmagazine {
  background-image: url("../../images/system/icon/white/mailmagazine.png");
}
#admin_menu ul.base li.menu {
  background-image: url("../../images/system/icon/white/menu.png");
}
#admin_menu ul.base li.new {
  background-image: url("../../images/system/icon/white/new.png");
}
#admin_menu ul.base li.noncheck {
  background-image: url("../../images/system/icon/white/noncheck.png");
}
#admin_menu ul.base li.pagetop {
  background-image: url("../../images/system/icon/white/pagetop.png");
}
#admin_menu ul.base li.password {
  background-image: url("../../images/system/icon/white/password.png");
}
#admin_menu ul.base li.property {
  background-image: url("../../images/system/icon/white/property.png");
}
#admin_menu ul.base li.reload {
  background-image: url("../../images/system/icon/white/reload.png");
}
#admin_menu ul.base li.return {
  background-image: url("../../images/system/icon/white/return.png");
}
#admin_menu ul.base li.reverse {
  background-image: url("../../images/system/icon/white/reverse.png");
}
#admin_menu ul.base li.save {
  background-image: url("../../images/system/icon/white/save.png");
}
#admin_menu ul.base li.save_return {
  background-image: url("../../images/system/icon/white/save_return.png");
}
#admin_menu ul.base li.search {
  background-image: url("../../images/system/icon/white/search.png");
}
#admin_menu ul.base li.setting {
  background-image: url("../../images/system/icon/white/setting.png");
}
#admin_menu ul.base li.sp {
  background-image: url("../../images/system/icon/white/sp.png");
}
#admin_menu ul.base li.system {
  background-image: url("../../images/system/icon/white/system.png");
}
#admin_menu ul.base li.tel {
  background-image: url("../../images/system/icon/white/tel.png");
}
#admin_menu ul.base li.users {
  background-image: url("../../images/system/icon/white/users.png");
}
#admin_menu ul.base li.video {
  background-image: url("../../images/system/icon/white/video.png");
}

#logoutmsg {
  width: 200px;
  height: 50px;
  margin-left: -100px;
  margin-top: -25px;
  border-radius: 10px;
}
#logoutmsg p {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 50px;
}

.form_input {
  width: 95%;
  margin: 10px auto 20px;
}
.form_input label {
  display: block;
  width: 95%;
  margin: 15px auto 1px;
  border-bottom: 1px solid #00f;
  font-size: 14px;
  text-indent: 10px;
  font-weight: 700;
}
.form_input input[type=text], .form_input input[type=date], .form_input input[type=password], .form_input input.dataList, .form_input select, .form_input textarea {
  display: block;
  width: 90%;
  height: 25px;
  line-height: 25px;
  border: 2px solid #999;
  margin: 5px auto 5px;
  text-indent: 5px;
}
.form_input input[type=text]:focus, .form_input input[type=date]:focus, .form_input input[type=password]:focus, .form_input input.dataList:focus, .form_input select:focus, .form_input textarea:focus {
  border: 2px solid #00f;
}
.form_input select {
  height: 29px;
}
.form_input textarea {
  height: 120px;
}

ul.sub_listmanu {
  width: 95%;
  margin: 20px auto;
  border-top: 1px solid #666;
}
ul.sub_listmanu li {
  width: 100%;
  display: block;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  color: #666;
  font-weight: 500;
  border-bottom: 1px solid #666;
}
ul.sub_listmanu li a {
  display: block;
  width: 100%;
  text-indent: 20px;
}
ul.sub_listmanu li a:hover {
  font-weight: 700;
}

form#article_data table.form {
  margin-bottom: 0px !important;
}
form#article_data table.form .setSelectImg div.box {
  position: relative;
  float: left;
  width: 23.5%;
  margin-left: 1%;
  margin-top: 5px;
  border: 1px solid #666;
}
form#article_data table.form .setSelectImg div.box img {
  display: block;
  width: 100%;
  margin: 0px;
  border: none;
}
form#article_data table.form .setSelectImg div.box img.delete {
  display: block;
  float: none;
  border: none;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -7px;
  right: -7px;
  opacity: 0.8;
}
form#article_data table.form .setSelectImg div.box img.delete:hover {
  opacity: 0.6;
}

div#add_area {
  padding: 20px 0px 20px;
  width: calc(95% - 2px);
  border: #000 1px solid;
  border-top: none;
  margin: 0px auto 20px;
}
div#add_area .parts {
  width: calc(100% - 22px);
  position: relative;
  border: 1px solid #666;
  margin: 10px 10px 0px;
  z-index: 100;
}
div#add_area .parts h4 {
  background-color: #396;
  color: #fff;
  padding: 2px 15px;
  margin: 2px;
  width: 200px;
  border-radius: 5px;
}
div#add_area .parts label {
  width: calc(100% - 40px);
  display: block;
  margin: 20px auto 0px;
  height: 20px;
}
div#add_area .parts input {
  width: calc(100% - 40px);
  display: block;
  margin: 0px auto 20px;
  height: 20px;
  padding: 5px;
}
div#add_area .parts textarea {
  width: calc(100% - 40px);
  display: block;
  margin: 0px auto 20px;
  height: 100px;
  padding: 5px;
}
div#add_area .parts img, div#add_area .parts video {
  width: calc(100% - 42px);
  display: block;
  margin: 0px auto 20px;
  height: auto;
  padding: 5px;
  border: 1px solid #666;
}
div#add_area .parts div.del_parts {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0px;
  right: 0px;
  background-color: #999;
  border-radius: 0px 0px 0px 3px;
}
div#add_area .parts div.del_parts:hover {
  background-color: #666;
}
div#add_area .parts div.del_parts img {
  display: block;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
div#add_area .add_article {
  position: relative;
  height: 40px;
  margin: 10px;
  z-index: 1000;
}
div#add_area .add_article img.add {
  display: block;
  float: left;
  height: 40px;
  background-color: #666;
  border: #333 solid 1px;
  border-radius: 5px;
}
div#add_area .add_article ul.menu {
  width: auto;
  float: left;
}
div#add_area .add_article ul.menu a.root {
  display: block;
  height: 40px;
  float: left;
  width: 100px;
  line-height: 40px;
}
div#add_area .add_article ul.menu li {
  display: block;
  position: relative;
  height: auto;
  float: left;
  width: 100px;
  border: #333 solid 1px;
  border-left: none;
  border-radius: 0px 5px 5px 0px;
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
}
@media print, screen and (min-width: 640px) {
  div#add_area .add_article ul.menu li {
    width: 100px;
    font-size: 12px;
  }
}
div#add_area .add_article ul.menu li:hover {
  background-color: #eee;
}
div#add_area .add_article ul.menu li ul.nest1 {
  display: none;
  position: absolute;
  top: 40px;
}
div#add_area .add_article ul.menu li ul.nest1 li {
  height: 30px;
  width: 98px;
  line-height: 30px;
  border: 1px solid #666;
  background-color: #fff;
  border-radius: 5px;
}
div#add_area .add_article ul.menu li ul.nest1:hover {
  display: block;
}

div.add_h4_list {
  width: calc(95% - 2px);
  margin: 5px auto 5px;
}
div.add_h4_list.full {
  width: calc(95% - 2px);
}
div.add_h4_list.half {
  width: calc(50% - 10px);
  float: left;
}
div.add_h4_list h4 {
  clear: both;
  border-bottom: solid 1px #333;
  margin: 0px auto 10px;
  width: 95%;
  font-weight: 900;
  text-indent: 20px;
  font-size: 20px;
}
div.add_h4_list ul {
  width: calc(95% - 52px);
  margin-left: 100px;
}
div.add_h4_list ul li {
  margin-bottom: 10px;
}

div.listtype {
  width: calc(95% - 2px);
  margin: 5px auto 5px;
}

div.headline {
  width: calc(95% - 2px);
  border: solid 1px #333;
  margin: 5px auto 5px;
}
div.headline:hover {
  background-color: #f0f0f0;
}
div.headline:hover div.img img {
  transform: scale(1.2, 1.2);
  transition: 1s all;
}
div.headline a div.img {
  float: left;
  width: 80px;
  height: auto;
  overflow: hidden;
  margin-right: 5px;
}
div.headline a div.img img {
  display: block;
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 1s all;
}
div.headline a p {
  float: left;
  font-size: 12px !important;
  width: calc(100% - 85px) !important;
  color: #000;
}
div.headline a p span {
  display: block;
  font-weight: 900;
  font-size: 14px;
  color: #00f;
}

img.edit {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 0px 10px 0px 10px;
}

div.link_box {
  position: relative;
  width: auto;
  height: 40px;
  margin: 10px auto;
  text-align: center;
}
div.link_box .link_inner {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}
div.link_box a {
  display: block;
  height: 50px;
  line-height: 50px;
  background-color: #f00;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border-radius: 5px;
  padding: 0px 20px;
  margin: 0px 5px 10px;
  float: left;
}
div.link_box a.icon {
  background-repeat: no-repeat;
  background-size: auto 30px;
  background-position: 10px center;
  padding-left: 50px;
  background-image: url("../../images/system/icon/white/cart.png");
}
div.link_box a.arrow {
  background-repeat: no-repeat;
  background-size: auto 30px;
  background-position: calc(100% - 10px) center;
  padding-right: 50px;
  background-image: url("../../images/system/arrow.png");
}
div.link_box a.login_link {
  background-repeat: no-repeat;
  background-size: auto 30px;
  background-position: 10px center;
  background-color: #00f;
  padding-left: 50px;
  background-image: url("../../images/system/icon/white/login.png");
}
div.link_box a.paypay {
  background-image: url("../../images/system/paypay-w.png");
}
div.link_box a:hover {
  opacity: 0.7;
}

input.entry, input.icon {
  display: block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  margin: 20px auto;
  background-color: #00f;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  border: 1px solid #666;
  border-radius: 5px;
  text-align: center;
  vertical-align: middle;
}
input.entry:hover, input.icon:hover {
  opacity: 0.7;
  cursor: pointer;
}

.result_data {
  position: relative;
  width: 100%;
  margin: 0px auto;
}
.result_data h3 {
  font-size: 16px;
  font-weight: 700;
  padding: 15px 50px;
  color: #FFFFFF;
  text-decoration: underline;
}
.result_data #panel {
  position: relative;
  display: block;
  border-left: none;
  border-right: none;
  border: solid 1px #666;
  margin-bottom: 2px;
  width: calc(95% - 2px);
  overflow: hidden;
  box-shadow: 1px 1px 2px 2px #aaa;
  margin: 10px auto;
}
.result_data #panel img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0px;
}
.result_data #panel img.panel {
  display: block;
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}
.result_data #panel img.icon {
  position: absolute;
  width: 100px;
  height: auto;
  top: 0px;
  left: 0px;
}
.result_data #panel span.message {
  display: block;
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 28px;
  font-weight: 900;
  color: #ff0;
  text-shadow: #ff0000 1px 1px 0, #ff0000 -1px -1px 0, #ff0000 -1px 1px 0, #ff0000 1px -1px 0, #ff0000 0px 1px 0, #ff0000 0 -1px 0, #ff0000 -1px 0 0, #ff0000 1px 0 0; /*上、下*/
}
.result_data #panel #slide_left {
  position: absolute;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  top: 50%;
  left: 20px;
  opacity: 0.8;
}
.result_data #panel #slide_right {
  position: absolute;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  top: 50%;
  right: 20px;
  opacity: 0.8;
}
.result_data #panel #slide_count {
  position: absolute;
  bottom: 10px;
  right: 20px;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  background-color: rgba(66, 66, 66, 0.7);
  padding: 5px;
  border-radius: 5px;
}
.result_data #slide_control {
  position: absolute;
  width: 100%;
  height: 0px;
  z-index: 100;
}
.result_data #slide_control #slide_back {
  position: absolute;
  top: 15px;
  left: 0px;
  width: 30px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
}
.result_data #slide_control #slide_next {
  position: absolute;
  right: 0px;
  top: 15px;
  width: 30px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
}
.result_data #control {
  width: 95%;
  margin: 0px auto 10px;
}
.result_data #control a {
  display: block;
  float: right;
  width: 100px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 20px;
  font-size: 12px;
  text-decoration: none;
  color: #333;
  padding: 5px;
  margin: 5px 5px 10px;
  border: 1px solid #666;
  border-radius: 5px;
  box-shadow: 3px 3px 10px 3px rgba(0, 0, 0, 0.2);
}
.result_data #control a.back {
  padding-left: 30px;
  background-image: url("../../images/slide_back.png");
}
.result_data #control a.next {
  padding-right: 30px;
  background-image: url("../../images/slide_next.png");
  background-position: right;
}
.result_data #control a.disable {
  pointer-events: none;
  opacity: 0.5;
}
.result_data #thumbnail {
  clear: both;
  display: block;
  position: relative;
  width: 95%;
  margin: 0px auto;
  overflow: hidden;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.result_data #thumbnail .inner {
  -webkit-overflow-scrolling: touch;
}
.result_data #thumbnail .inner img {
  display: block;
  float: left;
  margin-top: 6px;
  margin-right: 2px;
  border: 1px solid #666666;
  width: 88px;
}
.result_data #thumbnail .inner img:first-child {
  border-color: rgb(255, 0, 0);
  margin-top: 0px;
  border-top-width: 6px;
  border-bottom-width: 6px;
}
.result_data #thumbnail .inner img:hover {
  width: 88px;
  border: 1px solid #0000ff;
  opacity: 0.8;
}
.result_data table {
  width: 95%;
  margin: 10px auto;
  background-color: #fff;
}
@media print, screen and (min-width: 640px) {
  .result_data table {
    position: absolute;
    top: 0px;
    left: 590px;
    width: 250px;
    height: 414px;
  }
}
.result_data table th {
  width: 50px;
  height: 20px;
  padding: 7px;
  font-size: 14px;
  color: #006;
  font-weight: 700;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  border: 1px solid #666;
}
.result_data table td {
  height: 20px;
  padding: 7px;
  border: 1px solid #666;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 500;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  border-bottom: solid 1px #666;
}
.result_data img.status {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 50%;
  height: auto;
}

/* □■□■□■□ サブミットパネル □■□■□■□ */
.submit_panel {
  position: fixed;
  left: 0px;
  border: 1px;
  width: 100%;
  padding: 2px;
  background-color: rgba(68, 68, 68, 0.9);
  border-top: 2px solid #666;
  margin: 10px auto 0px;
  bottom: 0px;
  box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}
.submit_panel span.err {
  display: block;
  color: #f00;
  font-size: 12px;
  font-weight: 700;
}
.submit_panel input, .submit_panel button {
  width: 44px;
  height: 44px;
  margin: 5px;
  border-radius: 10px;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  padding: 0px;
  background-color: #999;
  background-size: 100% 100%;
  text-shadow: #fff 1px 1px 0, #fff -1px -1px 0, #fff -1px 1px 0, #fff 1px -1px 0, #fff 0px 1px 0, #fff 0 -1px 0, #fff -1px 0 0, #fff 1px 0 0; /*上、下*/
}
.submit_panel input span, .submit_panel button span {
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #000;
  opacity: 0;
  margin: 0px auto;
}
.submit_panel input span:hover, .submit_panel button span:hover {
  opacity: 1;
}
.submit_panel input.access, .submit_panel button.access {
  background-image: url("../../images/system/icon/black/access.png");
}
.submit_panel input.add_img, .submit_panel button.add_img {
  background-image: url("../../images/system/icon/black/add_img.png");
}
.submit_panel input.add_short, .submit_panel button.add_short {
  background-image: url("../../images/system/icon/black/add_short.png");
}
.submit_panel input.add_title, .submit_panel button.add_title {
  background-image: url("../../images/system/icon/black/add_title.png");
}
.submit_panel input.add_video, .submit_panel button.add_video {
  background-image: url("../../images/system/icon/black/add_video.png");
}
.submit_panel input.calculator, .submit_panel button.calculator {
  background-image: url("../../images/system/icon/black/calculator.png");
}
.submit_panel input.cart, .submit_panel button.cart {
  background-image: url("../../images/system/icon/black/cart.png");
}
.submit_panel input.check, .submit_panel button.check {
  background-image: url("../../images/system/icon/black/check.png");
}
.submit_panel input.close, .submit_panel button.close {
  background-image: url("../../images/system/icon/black/close.png");
}
.submit_panel input.comment, .submit_panel button.comment {
  background-image: url("../../images/system/icon/black/comment.png");
}
.submit_panel input.company, .submit_panel button.company {
  background-image: url("../../images/system/icon/black/company.png");
}
.submit_panel input.copy, .submit_panel button.copy {
  background-image: url("../../images/system/icon/black/copy.png");
}
.submit_panel input.customer, .submit_panel button.customer {
  background-image: url("../../images/system/icon/black/customer.png");
}
.submit_panel input.delete, .submit_panel button.delete {
  background-image: url("../../images/system/icon/black/delete.png");
}
.submit_panel input.edit, .submit_panel button.edit {
  background-image: url("../../images/system/icon/black/edit.png");
}
.submit_panel input.facebook, .submit_panel button.facebook {
  background-image: url("../../images/system/icon/black/facebook.png");
}
.submit_panel input.favorite, .submit_panel button.favorite {
  background-image: url("../../images/system/icon/black/favorite.png");
}
.submit_panel input.gear, .submit_panel button.gear {
  background-image: url("../../images/system/icon/black/gear.png");
}
.submit_panel input.home, .submit_panel button.home {
  background-image: url("../../images/system/icon/black/home.png");
}
.submit_panel input.img, .submit_panel button.img {
  background-image: url("../../images/system/icon/black/img.png");
}
.submit_panel input.img_video, .submit_panel button.img_video {
  background-image: url("../../images/system/icon/black/img_video.png");
}
.submit_panel input.info, .submit_panel button.info {
  background-image: url("../../images/system/icon/black/info.png");
}
.submit_panel input.instagrum, .submit_panel button.instagrum {
  background-image: url("../../images/system/icon/black/instagrum.png");
}
.submit_panel input.link, .submit_panel button.link {
  background-image: url("../../images/system/icon/black/link.png");
}
.submit_panel input.login, .submit_panel button.login {
  background-image: url("../../images/system/icon/black/login.png");
}
.submit_panel input.logout, .submit_panel button.logout {
  background-image: url("../../images/system/icon/black/logout.png");
}
.submit_panel input.lotate_left, .submit_panel button.lotate_left {
  background-image: url("../../images/system/icon/black/lotate_left.png");
}
.submit_panel input.lotate_right, .submit_panel button.lotate_right {
  background-image: url("../../images/system/icon/black/lotate_right.png");
}
.submit_panel input.mail, .submit_panel button.mail {
  background-image: url("../../images/system/icon/black/mail.png");
}
.submit_panel input.mailmagazine, .submit_panel button.mailmagazine {
  background-image: url("../../images/system/icon/black/mailmagazine.png");
}
.submit_panel input.menu, .submit_panel button.menu {
  background-image: url("../../images/system/icon/black/menu.png");
}
.submit_panel input.new, .submit_panel button.new {
  background-image: url("../../images/system/icon/black/new.png");
}
.submit_panel input.noncheck, .submit_panel button.noncheck {
  background-image: url("../../images/system/icon/black/noncheck.png");
}
.submit_panel input.pagetop, .submit_panel button.pagetop {
  background-image: url("../../images/system/icon/black/pagetop.png");
}
.submit_panel input.password, .submit_panel button.password {
  background-image: url("../../images/system/icon/black/password.png");
}
.submit_panel input.property, .submit_panel button.property {
  background-image: url("../../images/system/icon/black/property.png");
}
.submit_panel input.reload, .submit_panel button.reload {
  background-image: url("../../images/system/icon/black/reload.png");
}
.submit_panel input.return, .submit_panel button.return {
  background-image: url("../../images/system/icon/black/return.png");
}
.submit_panel input.reverse, .submit_panel button.reverse {
  background-image: url("../../images/system/icon/black/reverse.png");
}
.submit_panel input.save, .submit_panel button.save {
  background-image: url("../../images/system/icon/black/save.png");
}
.submit_panel input.save_return, .submit_panel button.save_return {
  background-image: url("../../images/system/icon/black/save_return.png");
}
.submit_panel input.search, .submit_panel button.search {
  background-image: url("../../images/system/icon/black/search.png");
}
.submit_panel input.setting, .submit_panel button.setting {
  background-image: url("../../images/system/icon/black/setting.png");
}
.submit_panel input.sp, .submit_panel button.sp {
  background-image: url("../../images/system/icon/black/sp.png");
}
.submit_panel input.system, .submit_panel button.system {
  background-image: url("../../images/system/icon/black/system.png");
}
.submit_panel input.tel, .submit_panel button.tel {
  background-image: url("../../images/system/icon/black/tel.png");
}
.submit_panel input.users, .submit_panel button.users {
  background-image: url("../../images/system/icon/black/users.png");
}
.submit_panel input.video, .submit_panel button.video {
  background-image: url("../../images/system/icon/black/video.png");
}
.submit_panel input:hover, .submit_panel button:hover {
  background-color: #eee;
}

#zoomPanel {
  width: 100%;
  height: 100%;
  background-color: #333;
  overflow: auto;
  white-space: nowrap;
  top: 0px;
  left: 0px;
}
#zoomPanel img.modal-close {
  position: fixed;
  display: block;
  top: 10px;
  left: 10px;
  width: 30px;
  height: 30px;
}

@media print, screen and (min-width: 640px) {
  #zoomPanel {
    width: 640px;
    height: 750px;
    top: 50%;
    left: 50%;
    padding: 10px;
    margin-left: -505px;
    margin-top: -380px;
    background-color: #333;
    border-radius: 10px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  }
  #zoomPanel img.modal-close {
    position: absolute;
    display: block;
    top: 10px;
    left: 10px;
    width: 30px;
    height: 30px;
  }
}
#imgSelect {
  width: 640px;
  height: 750px;
  margin-left: -500px;
  margin-top: -375px;
  overflow: scroll;
}
#imgSelect img {
  display: block;
  width: 16%;
  margin-top: 4px;
  margin-left: 0.6%;
  float: left;
}

#tag_edit {
  width: 800px;
  height: 550px;
  margin-left: -400px;
  margin-top: -275px;
  border-radius: 10px;
}
#tag_edit #tagdataset {
  width: 100%;
}
#tag_edit #tagdataset .left {
  display: block;
  float: left;
  width: 38%;
}
#tag_edit #tagdataset .left .imgbox {
  clear: both;
  width: 280px;
  height: 210px;
  border: 1px solid #aaa;
  margin: 15px auto;
}
#tag_edit #tagdataset .left .imgbox img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
#tag_edit #tagdataset .left label {
  clear: both;
  display: block;
  width: 280px;
  margin: 5px auto;
  font-size: 12px;
  border-bottom: 1px solid #aaa;
}
#tag_edit #tagdataset .left input {
  display: block;
  width: 280px;
  margin: 5px auto 15px;
}
#tag_edit #tagdataset .left button {
  display: block;
  width: 280px;
  margin: 5px auto 15px;
}
#tag_edit #tagdataset .right {
  display: block;
  float: right;
  width: 62%;
}
#tag_edit #tagdataset .right label {
  clear: both;
  display: block;
  width: 93%;
  margin: 5px auto;
  font-size: 12px;
  border-bottom: 1px solid #aaa;
}
#tag_edit #tagdataset .right input {
  display: block;
  width: 93%;
  margin: 5px auto 15px;
}
#tag_edit #tagdataset .right textarea {
  display: block;
  width: 91%;
  height: 420px;
  padding: 1%;
  margin: 5px auto;
  line-height: 1.4em;
}
#tag_edit #tagdataset .right button {
  display: block;
  width: 100px;
  margin: 0px 5px;
  float: right;
}

#new_img {
  width: 280px;
  margin: -150px 0px 0px -150px;
  padding: 10px;
  border-radius: 10px;
}
#new_img p {
  text-decoration: underline;
  box-shadow: none;
  border: none;
  font-size: 16px;
  color: #00f;
}
#new_img input {
  height: 30px;
  font-size: 16px;
  margin: 5px 0px 5px 0px;
}
#new_img .upload {
  padding: 10px;
}
#new_img #progressbar {
  position: absolute;
  margin: 10px;
  width: 500px;
}
#new_img #loading {
  position: absolute;
  left: 50%;
}

#infomation span.date {
  display: block;
  width: 95%;
  text-align: right;
}
#infomation p.message {
  width: 95%;
  line-height: 1.4em;
  margin: 20px auto;
}
@media print, screen and (min-width: 640px) {
  #infomation p.message {
    width: 90%;
  }
}
#infomation p.message img {
  display: block;
}
#infomation p.message img.left {
  margin-right: 10px;
}
#infomation p.message img.right {
  margin-left: 10px;
}
#infomation img {
  display: block;
  width: 95%;
  margin: 20px auto;
}

.infomation_board {
  clear: both;
  width: 90%;
  margin: 0px auto 40px;
  border: solid 1px #666666;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 6px 6px 5px rgba(0, 0, 0, 0.2);
}
.infomation_board span {
  display: block;
  font-size: 12px;
}
.infomation_board ul {
  width: 90%;
  border-top: solid 1px #333333;
  margin: 15px auto 0px;
  padding: 0px 0px 15px;
}
.infomation_board ul li {
  list-style-type: none;
  width: 100%;
  line-height: 40px;
  border-bottom: solid 1px #333333;
  margin: 3px auto;
  padding: 10px 0px;
}
.infomation_board ul li span.new {
  float: left;
  background-color: #f00;
  border-radius: 3px;
  color: #fff;
  line-height: 20px;
  width: 65px;
  height: 20px;
  text-align: center;
  margin-right: 20px;
  margin-bottom: 3px;
}
.infomation_board ul li span.update {
  float: left;
  border-radius: 3px;
  line-height: 20px;
  height: 20px;
  color: #666;
  text-align: center;
  font-size: 16px;
  margin-right: 20px;
  font-weight: 600;
}
.infomation_board ul li span.short {
  clear: both;
  display: block;
  width: 100%;
  border-top: dotted 1px #333;
  line-height: 20px;
  text-align: left;
  font-size: 12px;
  margin-top: 3px;
  padding-top: 3px;
  text-indent: 10px;
}
.infomation_board ul li a {
  clear: both;
  display: block;
  line-height: 20px;
  font-size: 14px;
  text-align: left;
  padding-right: 5%;
  padding-top: 10px;
  background-image: url("../../images/r_link.gif");
  background-repeat: no-repeat;
  background-position: right;
  text-decoration: none;
}
.infomation_side {
  width: 90%;
  padding: 2%;
  margin: 0px auto 10px;
  border: 1px solid #666;
  border-radius: 0px 0px 10px 10px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.infomation_side ul {
  border-top: 1px dotted #666;
}
.infomation_side ul li {
  border-bottom: 1px dotted #666;
  line-height: 1.4em;
}
.infomation_side ul li span {
  display: block;
}
.infomation_side ul li span.short {
  font-size: 12px;
}
.infomation_side ul li span.new {
  font-size: 14px;
  font-weight: 900;
  color: #f00;
}
.infomation_side ul li a {
  display: block;
  text-indent: 0px;
  font-size: 12px;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ　ProN W3", "Hiragino kaku Gothic ProN", "MS Pゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
}

#searchbox {
  width: 95%;
  height: auto;
  padding: 20px 5px 20px 15px;
  margin: 0px auto;
}
#searchbox #year_select, #searchbox #month_select {
  height: 30px;
  width: 60px;
  margin-left: 2px;
  border: solid 1px #ccc;
}
#searchbox #input_year, #searchbox #year {
  display: inline;
  height: 25px;
  margin-top: 15px;
  margin-left: 0px;
  background-color: #fff;
}
#searchbox #input_month, #searchbox #month {
  display: inline;
  height: 25px;
  margin-top: 15px;
  background-color: #fff;
}
#searchbox #input_day, #searchbox #day {
  width: 100%;
  height: auto;
  padding: 1px;
}
#searchbox #input_day table, #searchbox #day table {
  margin-top: 0px;
  margin-left: 3px;
  padding: 0px;
  border: none;
}
#searchbox #input_day table td, #searchbox #day table td {
  display: block;
  float: left;
  background-color: #fff;
  font-size: 10px;
  width: 30px;
  height: 30px;
  padding: 0px;
  border: solid 1px #ccc;
  margin: 1px;
}
#searchbox #input_day table td:hover, #searchbox #day table td:hover {
  background-color: #DDDDDD;
}
#searchbox #input_day table td.saturday label, #searchbox #day table td.saturday label {
  color: #0000FF;
}
#searchbox #input_day table td.saturday label .exists, #searchbox #day table td.saturday label .exists {
  background-color: #0000FF;
  color: #FFFFFF;
}
#searchbox #input_day table td.sunday label, #searchbox #day table td.sunday label {
  color: #FF0000;
}
#searchbox #input_day table td.sunday label .sunday label.exists, #searchbox #day table td.sunday label .sunday label.exists {
  background-color: #FF0000;
  color: #FFFFFF;
}
#searchbox #input_day table td label.exists, #searchbox #day table td label.exists {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 17px;
  text-decoration: underline;
  cursor: hand;
  background-color: #00FFFF;
}

form.info_input_css {
  width: 95%;
  margin: 10px auto 50px;
}
form.info_input_css label {
  display: block;
  width: 100%;
  border-bottom: solid 1px #666666;
  margin: 20px 0px 5px;
  font-size: 16px;
  text-indent: 10px;
}
form.info_input_css label.editdate {
  border-bottom: solid 2px #00f;
  font-size: 20px;
}
form.info_input_css input {
  width: 100%;
  height: 30px;
  font-size: 16px;
  line-height: 30px;
  text-indent: 5px;
}
form.info_input_css input[type=checkbox] {
  height: 10px;
}
form.info_input_css input.visible {
  display: inline;
  width: 20px;
  height: 15px;
  margin-left: 400px;
  font-size: 11px;
}
form.info_input_css select {
  width: 100%;
  height: 30px;
  font-size: 16px;
  line-height: 30px;
  text-indent: 5px;
}
form.info_input_css video {
  width: 100%;
}
form.info_input_css textarea {
  width: 98%;
  height: 100px;
  padding: 1%;
  font-size: 16px;
}

label#uploadLabel {
  clear: both;
  display: block;
  float: left;
  width: auto;
  height: 30px;
  padding: 10px;
  padding-left: 50px;
  background-image: url("../../images/system/icon/darkgray/img_video.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  margin: 30px auto 0px;
  line-height: 30px;
  font-size: 16px;
  font-weight: 900;
  border: none;
  text-indent: 0px;
}

#upload {
  clear: both;
  width: 95%;
  padding: 5px;
  padding-left: 8px;
  background-color: #EEEEEE;
  border: solid 1px #000000;
  margin: 10px auto;
}
#upload span#uploadCount {
  display: block;
  float: left;
  width: 95%;
  height: 30px;
  padding: 0px;
  padding-left: 40px;
  background-image: url("../../images/system/icon/darkgray/img.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  line-height: 30px;
  font-size: 12px;
  margin: 30px auto;
}
#upload span#uploadCount_video {
  display: block;
  float: left;
  width: 95%;
  height: 30px;
  padding: 0px;
  padding-left: 40px;
  background-image: url("../../images/system/icon/darkgray/video.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  line-height: 30px;
  font-size: 12px;
  margin: 30px auto;
}
#upload button {
  padding: 5px;
  margin: 3px;
  text-indent: 0px;
  width: 130px;
  height: 44px;
}
#upload span {
  clear: both;
  display: block;
  width: 100%;
  margin: 20px auto 10px;
  border-bottom: solid 1px #666;
  font-size: 12px;
}
#upload div.box {
  display: block;
  position: relative;
  float: left;
  padding: 0px;
  margin: 4px;
  text-indent: 0px;
  text-align: center;
  width: 80px;
  height: 80px;
  border: 1px solid #666666;
  background-color: #fff;
}
#upload div.box img {
  clear: both;
  display: block;
  width: 100%;
  height: auto;
  padding: 0px;
  margin: auto auto;
}
#upload div.box img.y {
  width: auto;
  height: 100%;
}
#upload div.box video {
  clear: both;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: auto auto;
}
#upload div.box input {
  display: block;
  position: absolute;
  bottom: 0px;
  padding: 0px;
}

.checkall, .uncheckall {
  display: block;
  float: right;
  text-indent: 20px;
  cursor: pointer;
  margin-right: 20px;
  background-image: url("../../images/system/icon/darkgray/check.png");
  background-repeat: no-repeat;
  background-size: auto 60%;
  background-position: 0px 5px;
}

.uncheckall {
  background-image: url("../../images/system/icon/darkgray/noncheck.png");
}

#submit {
  position: fixed;
  left: 0px;
  border: 1px;
  width: 100%;
  padding: 2px;
  background-color: rgba(68, 68, 68, 0.9);
  border-top: 2px solid #666;
  margin: 10px auto 0px;
  bottom: 0px;
  box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}
#submit span.err {
  display: block;
  color: #f00;
  font-size: 12px;
  font-weight: 700;
}
#submit input {
  width: 44px;
  height: 44px;
  margin: 5px;
  border-radius: 10px;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  background-color: #999;
  background-size: 100% 100%;
  text-indent: -9999px;
}
#submit input.access {
  background-image: url("../../images/system/icon/black/access.png");
}
#submit input.add_img {
  background-image: url("../../images/system/icon/black/add_img.png");
}
#submit input.add_short {
  background-image: url("../../images/system/icon/black/add_short.png");
}
#submit input.add_title {
  background-image: url("../../images/system/icon/black/add_title.png");
}
#submit input.add_video {
  background-image: url("../../images/system/icon/black/add_video.png");
}
#submit input.calculator {
  background-image: url("../../images/system/icon/black/calculator.png");
}
#submit input.cart {
  background-image: url("../../images/system/icon/black/cart.png");
}
#submit input.check {
  background-image: url("../../images/system/icon/black/check.png");
}
#submit input.close {
  background-image: url("../../images/system/icon/black/close.png");
}
#submit input.comment {
  background-image: url("../../images/system/icon/black/comment.png");
}
#submit input.company {
  background-image: url("../../images/system/icon/black/company.png");
}
#submit input.copy {
  background-image: url("../../images/system/icon/black/copy.png");
}
#submit input.customer {
  background-image: url("../../images/system/icon/black/customer.png");
}
#submit input.delete {
  background-image: url("../../images/system/icon/black/delete.png");
}
#submit input.edit {
  background-image: url("../../images/system/icon/black/edit.png");
}
#submit input.facebook {
  background-image: url("../../images/system/icon/black/facebook.png");
}
#submit input.favorite {
  background-image: url("../../images/system/icon/black/favorite.png");
}
#submit input.gear {
  background-image: url("../../images/system/icon/black/gear.png");
}
#submit input.home {
  background-image: url("../../images/system/icon/black/home.png");
}
#submit input.img {
  background-image: url("../../images/system/icon/black/img.png");
}
#submit input.img_video {
  background-image: url("../../images/system/icon/black/img_video.png");
}
#submit input.info {
  background-image: url("../../images/system/icon/black/info.png");
}
#submit input.instagrum {
  background-image: url("../../images/system/icon/black/instagrum.png");
}
#submit input.link {
  background-image: url("../../images/system/icon/black/link.png");
}
#submit input.login {
  background-image: url("../../images/system/icon/black/login.png");
}
#submit input.logout {
  background-image: url("../../images/system/icon/black/logout.png");
}
#submit input.lotate_left {
  background-image: url("../../images/system/icon/black/lotate_left.png");
}
#submit input.lotate_right {
  background-image: url("../../images/system/icon/black/lotate_right.png");
}
#submit input.mail {
  background-image: url("../../images/system/icon/black/mail.png");
}
#submit input.mailmagazine {
  background-image: url("../../images/system/icon/black/mailmagazine.png");
}
#submit input.menu {
  background-image: url("../../images/system/icon/black/menu.png");
}
#submit input.new {
  background-image: url("../../images/system/icon/black/new.png");
}
#submit input.noncheck {
  background-image: url("../../images/system/icon/black/noncheck.png");
}
#submit input.pagetop {
  background-image: url("../../images/system/icon/black/pagetop.png");
}
#submit input.password {
  background-image: url("../../images/system/icon/black/password.png");
}
#submit input.property {
  background-image: url("../../images/system/icon/black/property.png");
}
#submit input.reload {
  background-image: url("../../images/system/icon/black/reload.png");
}
#submit input.return {
  background-image: url("../../images/system/icon/black/return.png");
}
#submit input.reverse {
  background-image: url("../../images/system/icon/black/reverse.png");
}
#submit input.save {
  background-image: url("../../images/system/icon/black/save.png");
}
#submit input.save_return {
  background-image: url("../../images/system/icon/black/save_return.png");
}
#submit input.search {
  background-image: url("../../images/system/icon/black/search.png");
}
#submit input.setting {
  background-image: url("../../images/system/icon/black/setting.png");
}
#submit input.sp {
  background-image: url("../../images/system/icon/black/sp.png");
}
#submit input.system {
  background-image: url("../../images/system/icon/black/system.png");
}
#submit input.tel {
  background-image: url("../../images/system/icon/black/tel.png");
}
#submit input.users {
  background-image: url("../../images/system/icon/black/users.png");
}
#submit input.video {
  background-image: url("../../images/system/icon/black/video.png");
}
#submit input:hover {
  background-color: #eee;
}

@media print, screen and (min-width: 640px) {
  #submit {
    width: auto;
    height: 53px;
    left: 10px;
    bottom: 10px;
    border: 2px solid #666;
    border-radius: 10px;
  }
}
#main table.form {
  width: 95%;
  padding: 0px;
  border: solid 1px #666666;
  margin: 10px auto 50px;
}
#main table.form th, #main table.form td {
  width: auto;
  display: block;
  font-size: 12px;
  font-weight: 700;
  border: solid 1px #666666;
  padding: 5px;
}
@media print, screen and (min-width: 640px) {
  #main table.form th, #main table.form td {
    display: table-cell;
    width: 25%;
    height: 40px;
    border-right: double 3px #666666;
  }
}
#main table.form th input, #main table.form td input {
  display: block;
  width: 90%;
  height: 30px;
  margin: 5px auto;
  padding: 5px;
}
#main table.form th input[colspan="3"], #main table.form td input[colspan="3"] {
  width: 98%;
}
#main table.form th input[type=color], #main table.form td input[type=color] {
  display: block;
  float: left;
  width: 50%;
  height: 35px;
  padding: 0px;
}
#main table.form th input.alpha, #main table.form td input.alpha {
  display: block;
  float: left;
  width: 45%;
  height: 30px;
  padding: 0px;
  text-indent: 10px;
}
#main table.form th textarea, #main table.form td textarea {
  display: block;
  width: 98%;
  height: 60px;
  margin: 5px auto;
  padding: 5px;
  font-size: 12px;
}
#main table.form th[colspan="3"], #main table.form td[colspan="3"] {
  width: 95%;
}
#main table.form th.etc, #main table.form td.etc {
  text-align: left;
  padding: 10px 20px;
  line-height: 1.4em;
}
#main table.form th.zei, #main table.form td.zei {
  text-align: right;
  vertical-align: bottom;
  padding: 10px;
}
#main table.form th {
  background-color: #ddd;
}
#main table.form img {
  display: block;
  width: 220px;
  border: solid 1px #666666;
  margin: 5px auto;
}
#main table.form a img {
  width: 100px;
  margin: 2px;
}
#main table.form tr.visible {
  background-color: #aaa;
}

#main table.category td div, #main table.category th div {
  margin-left: 50px;
}
#main table.category td .cate, #main table.category td .cate2, #main table.category th .cate, #main table.category th .cate2 {
  width: 50%;
}
#main table.category td .cate_priority, #main table.category td .cate2_priority, #main table.category th .cate_priority, #main table.category th .cate2_priority {
  width: 50px;
  text-align: center;
}
#main table.category td input, #main table.category th input {
  display: inline;
}

html body .wrap {
  width: 100%;
}
html body .inner {
  position: relative;
  width: 100%;
  margin: 0px auto 0px;
}
@media print, screen and (min-width: 640px) {
  html body .inner {
    width: 1200px;
  }
}
html body h1 {
  width: 100%;
  margin: 0px auto 0px;
  font-size: 12px;
}
@media print, screen and (min-width: 640px) {
  html body h1 {
    width: 1200px;
    font-size: 14px;
  }
}
html body #header {
  width: 100%;
  height: 125px;
  overflow: hidden;
}
@media print, screen and (min-width: 640px) {
  html body #header {
    height: 110px;
  }
}
html body #header .logo {
  display: block;
  float: left;
  width: 200px;
}
html body #header .logo img {
  display: block;
  width: 100%;
}
@media print, screen and (min-width: 640px) {
  html body #header .logo {
    width: 300px;
  }
}
html body #header .address {
  display: block;
  float: left;
  font-size: 12px;
  padding-top: 42px;
  margin-left: 20px;
}
html body #header .contacts {
  margin-top: -10px;
  float: right;
}
@media print, screen and (min-width: 640px) {
  html body #header .contacts {
    margin-top: 10px;
    width: 600px;
    position: absolute;
    right: 0px;
    bottom: 10px;
  }
}
html body #header .contacts li {
  display: block;
  float: left;
  width: 40px;
}
@media print, screen and (min-width: 640px) {
  html body #header .contacts li {
    width: 33.3%;
  }
}
html body #header .contacts li img {
  width: 100%;
}
html body #header .login_status {
  clear: both;
  width: 100%;
  height: 30px;
  z-index: 103;
}
@media print, screen and (min-width: 640px) {
  html body #header .login_status {
    float: right;
    width: 300px;
    position: absolute;
    top: 0px;
    right: 0px;
  }
}
html body #header .login_status .login, html body #header .login_status .member, html body #header .login_status .logout {
  display: block;
  float: left;
  width: 48%;
  height: 30px;
  margin-left: 1%;
  background-color: #00f;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  line-height: 30px;
  border-radius: 5px;
}
html body #header .login_status .login:hover, html body #header .login_status .member:hover, html body #header .login_status .logout:hover {
  opacity: 0.5;
  cursor: pointer;
}
html body #header .login_status .logout {
  margin-top: 5px;
  width: 38%;
  background-color: #f00;
}
html body #header .login_status .user {
  width: 56%;
  margin-left: 3%;
  float: left;
  background-color: #fff;
}
html body #header .login_status .user label {
  display: block;
  font-size: 8px;
}
html body #header .login_status .user p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
html body #header .login_status .user p span {
  font-size: 8px;
}
html body #header .login_status .logout, html body #header .login_status .member {
  background-color: #f00;
}
html body #header .login_status .member {
  background-color: #396;
}
html body #contacts {
  position: absolute;
  display: none;
  top: 0px;
  right: 0px;
  height: 40px;
}
@media print, screen and (min-width: 640px) {
  html body #contacts {
    display: block;
  }
}
html body #contacts ul li {
  display: block;
  float: left;
  height: 25px;
  width: 25px;
  overflow: hidden;
  margin: 0px 10px;
}
html body #contacts ul li img {
  display: block;
  width: 100%;
}
html body #contacts ul li a {
  display: block;
  width: 100%;
  height: 25px;
  line-height: 25px;
  text-decoration: none;
  color: #666;
  font-size: 12px;
  font-weight: 500;
  text-indent: 30px;
  margin: 0px;
  background-size: 25px;
  background-repeat: no-repeat;
}
html body #contacts ul li a:hover {
  opacity: 0.8;
}
html body #contacts ul li a.info {
  background-image: url("../images/icon_info.png");
}
html body #contacts ul li a.access {
  background-image: url("../images/icon_access.png");
}
html body #contacts ul li a.mail {
  background-image: url("../images/icon_mail.png");
}
html body #navigation {
  position: relative;
  display: none;
  width: 100%;
  background-color: #339966;
  border-top: 1px solid #339966;
  border-bottom: 1px solid #339966;
  z-index: 102;
}
@media print, screen and (min-width: 640px) {
  html body #navigation {
    display: block;
    height: 60px;
  }
}
html body #navigation ul.menu {
  width: 100%;
}
html body #navigation ul.menu li {
  width: 100%;
  position: relative;
}
@media print, screen and (min-width: 640px) {
  html body #navigation ul.menu li {
    float: left;
    width: 16.6%;
  }
}
html body #navigation ul.menu li a {
  display: block;
  height: 60px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-weight: 900;
}
html body #navigation ul.menu li ul.nest1 {
  display: none;
  width: calc(100% - 2px);
  border: #999 solid 1px;
  border-top: none;
  height: auto;
}
@media print, screen and (min-width: 640px) {
  html body #navigation ul.menu li ul.nest1 {
    position: absolute;
  }
}
html body #navigation ul.menu li ul.nest1 li {
  width: 100%;
  background-color: #fff;
  border-top: #999 solid 1px;
}
html body #navigation ul.menu li ul.nest1 li a {
  color: #000;
}
html body #index_slider {
  width: 100%;
  position: relative;
  z-index: 101;
}
html body #contents {
  width: 100%;
  z-index: 100;
}
html body #contents #main {
  width: 100%;
}
@media print, screen and (min-width: 640px) {
  html body #contents #main {
    width: 70%;
    float: right;
  }
}
html body #contents #main #gmap {
  width: 100%;
  height: 400px;
  margin: 10px auto;
}
@media print, screen and (min-width: 640px) {
  html body #contents #main #gmap {
    width: calc(95% - 2px);
    border: 1px solid #666;
  }
}
html body #contents #main #map_canvas {
  width: 100%;
  height: 500px;
  margin: 20px auto;
}
@media print, screen and (min-width: 640px) {
  html body #contents #main #map_canvas {
    width: 90%;
  }
}
html body #contents #main #map_canvas .adp-distance {
  font-weight: 900;
}
html body #contents #main #route {
  width: 100%;
  margin: 20px auto;
}
@media print, screen and (min-width: 640px) {
  html body #contents #main #route {
    width: 90%;
  }
}
html body #contents #sub {
  clear: both;
  width: 100%;
  /*営業時間*/
  /* 店休日 */
}
@media print, screen and (min-width: 640px) {
  html body #contents #sub {
    padding-top: 30px;
    width: 30%;
    float: left;
  }
  html body #contents #sub h3:first-child {
    margin-top: 0px;
  }
}
html body #contents #sub p {
  width: 90%;
  margin: 10px auto;
  font-size: 14px;
}
html body #contents #sub div.banner {
  width: 94%;
  margin: 10px auto;
}
html body #contents #sub div.banner img {
  display: block;
  width: 100%;
  border: solid 1px #999;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
html body #contents #sub div.banner p {
  padding: 5px;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ　ProN W3", "Hiragino kaku Gothic ProN", "MS Pゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
}
html body #contents #sub div.banner p span {
  display: block;
  font-weight: 900;
  color: #00f;
  margin: 10px 0px 5px;
  width: 98%;
  border-bottom: dotted 1px #666;
}
html body #contents #sub div.banner.state h4 {
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 900;
}
html body #contents #sub div.link {
  float: left;
  width: 48%;
  margin: 1%;
}
html body #contents #sub ul#time {
  width: 95%;
  margin: 0px auto;
  border-top: 1px solid #666666;
}
html body #contents #sub ul#time li {
  width: 95%;
  height: 24px;
  line-height: 24px;
  padding: 3px 0px;
  border-bottom: 1px solid #666666;
  margin-left: 13px;
  font-size: 14px;
}
html body #contents #sub ul#time li.first {
  border-top: 1px solid #666666;
}
html body #contents #sub ul#time li h4 {
  display: inline;
  text-indent: 20px;
  font-size: 14px;
  font-weight: 700;
  border: none;
}
html body #contents #sub ul#time li p, html body #contents #sub ul#time li.first p {
  display: inline;
  text-indent: 10px;
  font-size: 14px;
}
html body #contents #sub ul#time li p.holi {
  display: inline;
  text-indent: 10px;
  color: #FF0000;
}
html body #contents #sub #holiday h4 {
  width: 95%;
  margin: 5px 0px 2px 10px;
  border-bottom: 1px solid #666;
}
html body #contents #sub #holiday table.holiday {
  width: 95%;
  margin: 0px 0px 0px 10px;
}
html body #contents #sub #holiday table.holiday th, html body #contents #sub #holiday table.holiday td {
  font-size: 12px;
  height: 30px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #666666;
}
html body #contents #sub #holiday table.holiday th {
  background-color: #66FFCC;
  color: #666666;
}
html body #contents #sub #holiday table.holiday th.sun {
  background-color: #FF9966;
  color: #FFFFFF;
}
html body #contents #sub #holiday table.holiday th.sta {
  background-color: #3399FF;
  color: #FFFFFF;
}
html body #contents #sub #holiday table.holiday td.holi {
  background-color: #FF6666;
  color: #FFFFFF;
  font-weight: 700;
}
html body #contents #sub #holiday table.holiday tr.none td {
  background-color: #CCCCCC;
}
html body #contents #sub #holiday table.holiday tr.none td .sta {
  background-color: #FFFFFF;
}
html body #footer_sub {
  width: 100%;
  margin: 0px auto 0px;
}
@media print, screen and (min-width: 640px) {
  html body #footer_sub {
    width: 1200px;
  }
}
html body #footer {
  width: 100%;
  margin: 0px auto 0px;
  background-color: #339966;
}
html body #footer ul.menu {
  clear: both;
  display: block;
  padding-top: 20px;
}
@media print, screen and (min-width: 640px) {
  html body #footer ul.menu {
    padding-top: 0px;
    width: 90%;
    margin: 20px auto;
  }
}
html body #footer ul.menu li {
  display: block;
  margin: 10px auto;
}
@media print, screen and (min-width: 640px) {
  html body #footer ul.menu li {
    width: 16.6%;
    float: left;
  }
}
html body #footer ul.menu li a {
  display: block;
  text-decoration: none;
  text-align: center;
  color: #fff;
  width: calc(100% - 1px);
  border-right: 1px #fff solid;
  font-weight: 900;
  height: 30px;
}
html body #footer ul.menu li a:hover {
  color: #ff9;
}
html body #footer ul.menu li .nest1 {
  width: 100%;
}
html body #footer ul.menu li .nest1 li {
  width: 100%;
  height: auto !important;
}
html body #footer ul.menu li .nest1 li a {
  border-right: none;
}
@media print, screen and (min-width: 640px) {
  html body #footer ul.menu li .nest1 li a {
    font-size: 12px;
    height: 15px;
    text-align: left;
    text-indent: 30px;
  }
}
@media print, screen and (min-width: 640px) {
  html body #footer ul.contacts {
    margin-top: 20px;
    width: 500px;
    float: right;
  }
}
html body #footer ul.contacts li {
  width: 100%;
  display: block;
}
@media print, screen and (min-width: 640px) {
  html body #footer ul.contacts li {
    width: 50%;
    float: left;
    padding-bottom: 10px;
  }
}
html body #footer ul.contacts li img {
  display: block;
  width: 100%;
}
@media print, screen and (min-width: 640px) {
  html body #footer ul.sns {
    width: auto;
    height: 30px;
    margin: 20px auto;
  }
}
html body #footer ul.sns li {
  width: 100%;
  height: 30px;
  display: block;
  padding-bottom: 20px;
}
@media print, screen and (min-width: 640px) {
  html body #footer ul.sns li {
    width: auto;
    float: left;
    margin-left: 20px;
  }
}
html body #footer ul.sns li a {
  display: block;
  height: 100%;
  text-decoration: none;
  font-weight: 900;
  color: #fff;
  line-height: 30px;
  text-indent: 35px;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
html body #footer ul.sns li a.facebook {
  background-image: url("../../images/system/icon/white/facebook.png");
}
html body #footer ul.sns li a.instagrum {
  background-image: url("../../images/system/icon/white/instagrum.png");
}
html body #footer ul.sns li a:hover {
  opacity: 0.6;
}
html body #footer a.logo {
  display: block;
  float: left;
  width: 100%;
  padding-top: 10px;
}
@media print, screen and (min-width: 640px) {
  html body #footer a.logo {
    margin-left: 25px;
    width: 300px;
  }
}
html body #footer a.logo img {
  display: block;
  width: 100%;
}
html body #footer p.address {
  clear: both;
  float: left;
  color: #fff;
  margin: 20px;
  line-height: 1.8em;
}
@media print, screen and (min-width: 640px) {
  html body #footer p.address {
    margin: 10px;
    margin-left: 80px;
  }
}
html body #footer address {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: rgba(87, 87, 87, 0.3);
  text-align: center;
  color: #fff;
}/*# sourceMappingURL=bone.css.map */