@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Alex+Brush|Italianno|Mrs+Saint+Delafield|Quicksand|Josefin+Slab");
@import url("common_SP.css") screen and (max-width: 800px);
@import url("common_PC.css") screen and (min-width: 801px);
@import "column.css";
@import "mainmenu.css";
@import "submenu.css";
@import "FCK.css";
@import "banner.css";

* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

html {
  height: 100%;
  width: 100%;
}

body {
  letter-spacing: 1px;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  width: 100%;
  position: relative;
  color: #3e3e3e;
  line-height: 1.5em;
  margin: 0px;
  font-size: 100%;
  font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana,
    Arial, Helvetica, sans-serif;
  text-align: center;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

img {
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:visited {
}

h1 {
  color: white;
  z-index: 0;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
}

#mainImage h2 {
  display: none;
}
h3 {
}
.linkbox {
  cursor: pointer;
}

.next_navi {
}

.next_navi a {
}

.next_navi a:hover {
}

.next_navi .current {
}

.center {
  text-align: center;
}

a.icoSNS {
  margin-left: 10px;
  color: #2d2d2d;
}

a.icoSNS:hover {
  color: #a7a7a7;
}

footer a {
  color: #535353;
}

ul {
  margin-bottom: 11px;
}

.btnOrder {
  font-size: 1rem;
  line-height: 1em;
  color: #fff;
  padding: 20px;
  margin: 10px;
  display: inline-block;
  background-color: #35c5d8;
  border-radius: 4px;
}

.btnOrder:hover {
  background-color: #1e8b99;
}
