@charset "UTF-8";
.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

body {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif,'メイリオ',Meiryo;
}

.bg_all {
  position: relative;
  min-width: 960px;
  background-color: #f4f4f4;
}
.bg_all:before {
  position: absolute;
  content: '';
  background: url(../contents/common/common/bg_triangle01.png);
  width: 645px;
  height: 645px;
  top: 0;
  left: 0;
}
.bg_all .bg_triangleright:before {
  position: absolute;
  content: '';
  background: url(../contents/common/common/bg_triangle02.png);
  width: 645px;
  height: 645px;
  bottom: 0;
  right: 0;
}

a:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.80;
  opacity: 0.80;
  text-decoration: underline;
}

.inner {
  width: 960px;
  margin: auto;
}

/* header */
header {
  min-width: 960px;
  border-top: solid 3px #c1272d;
}
header .header_box h1 {
  font-size: .750rem;
  margin: 15px 0 45px;
  float: left;
}
header .header_box .phone {
  float: right;
  margin: 15px 0;
}
header .header_box h2 {
  clear: both;
  float: left;
  margin: 0 0 20px;
}
header nav {
  float: right;
  margin-top: 28px;
}
header nav ul {
  list-style: none;
  margin: 0;
}
header nav ul li {
  display: inline-block;
  margin-left: 40px;
}
header nav ul li ul li {
  margin: 0;
}

.dropmenu:before, .dropmenu:after {
  content: "";
  display: table;
}

.dropmenu:after {
  clear: both;
}

.dropmenu li {
  position: relative;
}

.dropmenu li a {
  display: block;
  margin: 0px 0px 5px;
  color: #333;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
}

.dropmenu li ul {
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: -36px;
  margin: 0;
  padding: 0;
}

.dropmenu li:nth-child(4) ul {
  left: -22px;
}

.dropmenu li ul li {
  width: 150px;
}

.dropmenu li ul li a {
  padding: 13px 0px;
  text-align: center;
  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
  background-color: #fff;
  margin: 0;
}

.dropmenu li ul li:last-child a {
  border-bottom: solid 1px #ccc;
}

.dropmenu li ul li a:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  background-color: #ac2127;
  color: #fff;
}

#flip3 ul {
  visibility: hidden;
  perspective: 400px;
}

#flip3 li:hover ul {
  visibility: visible;
}

#flip3 ul li {
  transform: rotateX(-90deg);
  transform-origin: 50% 0;
  transition: .1s;
}

#flip3 li:hover ul li {
  transform: rotateX(0);
}

#flip3 li:hover ul li:nth-child(1) {
  transition-delay: 0s;
}

#flip3 li:hover ul li:nth-child(2) {
  transition-delay: .1s;
}

#flip3 li:hover ul li:nth-child(3) {
  transition-delay: .2s;
}

#flip3 li:hover ul li:nth-child(4) {
  transition-delay: .3s;
}

#flip3 li:hover ul li:nth-child(5) {
  transition-delay: .4s;
}

#flip3 li:hover ul li:nth-child(6) {
  transition-delay: .5s;
}

#flip3 li ul li:nth-last-of-type(1) {
  transition-delay: 0s;
}

#flip3 li ul li:nth-last-of-type(2) {
  transition-delay: .1s;
}

#flip3 li ul li:nth-last-of-type(3) {
  transition-delay: .2s;
}

#flip3 li ul li:nth-last-of-type(4) {
  transition-delay: .3s;
}

#flip3 li ul li:nth-last-of-type(5) {
  transition-delay: .4s;
}

#flip3 li ul li:nth-last-of-type(6) {
  transition-delay: .5s;
}

/* content */
.content-wrap {
  padding-top: 50px;
}
.content-wrap article {
  min-height: 500px;
  padding: 0 0 100px 0;
}
.content-wrap aside {
  min-height: 300px;
  padding: 0;
}

.medium-8 {
  width: 670px;
}

.medium-4 {
  width: 230px;
}

.sidebar .side_nav ul {
  margin: 0;
  list-style: none;
}
.sidebar .side_nav ul li {
  margin-bottom: 15px;
}
.sidebar .delivery > p {
  text-align: center;
  background-color: #000;
  color: #fff;
  padding: 6px 0px;
  margin-top: 30px;
  font-size: 1.063rem;
}
.sidebar .delivery p {
  line-height: 1.4;
}
.sidebar .delivery .district p:first-child {
  font-size: .875rem;
  color: #9a9a9a;
  margin-bottom: 10px;
}
.sidebar .delivery .district .town {
  font-size: .75rem;
  margin-bottom: 25px;
}
.sidebar .delivery .other p {
  font-size: .75rem;
}

/* footer */
footer {
  min-width: 960px;
}
footer .inner > div {
  padding: 50px 0;
}
footer .footer_nav {
  display: inline-block;
  vertical-align: top;
}
footer .footer_nav:nth-child(1) li, footer .footer_nav:nth-child(5) li, footer .footer_nav:nth-child(6) li {
  position: relative;
}
footer .footer_nav:nth-child(1) li:before, footer .footer_nav:nth-child(5) li:before, footer .footer_nav:nth-child(6) li:before {
  position: absolute;
  content: '';
  background: url(../contents/common/common/footer_square.png);
  top: 4.5px;
  left: 0;
  width: 10px;
  height: 10px;
}
footer .footer_nav:nth-child(2) li:nth-child(1), footer .footer_nav:nth-child(3) li:nth-child(1), footer .footer_nav:nth-child(4) li:nth-child(1) {
  position: relative;
}
footer .footer_nav:nth-child(2) li:nth-child(1):before, footer .footer_nav:nth-child(3) li:nth-child(1):before, footer .footer_nav:nth-child(4) li:nth-child(1):before {
  position: absolute;
  content: '';
  background: url(../contents/common/common/footer_square.png);
  top: 4.5px;
  left: 0;
  width: 10px;
  height: 10px;
}
footer .footer_nav:nth-child(2) li:nth-child(n+2), footer .footer_nav:nth-child(3) li:nth-child(n+2), footer .footer_nav:nth-child(4) li:nth-child(n+2) {
  position: relative;
}
footer .footer_nav:nth-child(2) li:nth-child(n+2):before, footer .footer_nav:nth-child(3) li:nth-child(n+2):before, footer .footer_nav:nth-child(4) li:nth-child(n+2):before {
  position: absolute;
  content: '・';
  top: 0;
  left: 0;
}
footer .footer_nav:nth-child(1), footer .footer_nav:nth-child(2), footer .footer_nav:nth-child(3), footer .footer_nav:nth-child(4), footer .footer_nav:nth-child(5) {
  margin-right: 4%;
}
footer ul {
  list-style: none;
  margin: 0;
}
footer ul li {
  font-size: .750rem;
  padding-left: 13px;
  margin-bottom: 5px;
}
footer ul li a {
  color: #333;
}
footer .company {
  background-color: #c1272d;
}
footer .company .inner {
  padding: 25px 0 50px;
}
footer .company h2 {
  margin: 0;
}
footer .company p {
  margin: 20px 0 0;
  font-size: .688rem;
  color: #fff;
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 40px;
  z-index: 100000;
  box-shadow: rgba(255, 255, 255, 0.65) 0px 0px 2px 1px;
  -webkit-box-shadow: rgba(255, 255, 255, 0.65) 0px 0px 2px 1px;
  -moz-box-shadow: rgba(255, 255, 255, 0.65) 0px 0px 2px 1px;
}
#page-top a {
  text-decoration: none;
  text-align: center;
  display: block;
}


/* Not Found */

.notFound {
  text-align: center;
  padding: 100px 0;
}

.notFound h3 {
  font-size: 2.8rem;
}

.notFound p {
  font-size: .875rem;
}



