@charset "UTF-8";
/* ----------------------------- リセット */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, var, b, i, dl dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

sup {
  font-size: 8px;
}

em {
  font-style: normal;
}

div:before, div:after, ul:before, ul:after, ol:before, ol:after, dl:before, dl:after {
  content: "";
  display: block;
}

div:after, ul:after, ol:after, dl:after {
  clear: both;
}

div, ul, ol, dl {
  zoom: 1;
}

input[type="submit"], input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
}

input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus, input[type="button"]::focus {
  outline-offset: -2px;
}

ul#wp-admin-bar-root-default:after {
  clear: none;
}

/* ----------------------------- 全体 */
body {
  font-size: 1.6rem;
  line-height: 1.8em;
  color: #333;
  font-family: "dnp 秀英にじみ初号明朝 std","Zen Old Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  background: #fff;
  position: relative;
}

a:link, a:visited {
  color: #333;
  text-decoration: underline;
}

a:hover, a:active {
  text-decoration: none;
}

a, a img {
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

a:hover img {
  opacity: 0.65;
  -ms-filter: "alpha(opacity=65)";
  filter: alpha(opacity=65);
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.inline_pc {
  display: inline;
}

.inline_sp {
  display: none;
}

img, .bx-wrapper img {
  max-width: 100%;
  height: auto;
}

#container {
  overflow: hidden;
}

/* ----------------------------- ヘッダー */
header {
  padding: 20px 5%;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

header .logo {
  width: 200px;
}

/* ----------------------------- メインビジュアル */
.mv {
  padding: 180px 0 100px;
  background: url(images/mv.png) center bottom no-repeat;
  background-size: cover;
  text-align: center;
}

.mv .mv_txt {
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #fff;
}

.mv h2 {
  margin-top: 60px;
}

.mv .date {
  margin-top: 80px;
}

.mv .time {
  margin-top: 40px;
}

/* ----------------------------- オーダーシャツ&スーツ */
.order {
  padding-bottom: 80px;
  margin-top: 20px;
  text-align: center;
  background: url(images/order_bg.png) center no-repeat;
  background-size: cover;
}

.order .order_shirt {
  margin-top: 20px;
}

.order .decoration {
  margin: 20px 0 40px;
}

/* ----------------------------- セール商品 */
.sale {
  padding: 100px 0 0;
  text-align: center;
}

.sale .sale_item {
  margin-top: 60px;
}

.sale .decoration {
  margin-top: 100px;
}

/* ----------------------------- アクセス */
.map {
  padding: 100px 0;
}

.map .box {
  max-width: 740px;
  margin: 0 auto;
}

.map h3 {
  font-size: 4.8rem;
  text-align: center;
}

.map iframe {
  width: 100%;
  height: 420px;
  margin-top: 60px;
}

.map p {
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 10px;
}
/*# sourceMappingURL=style.css.map */