@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
*/
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, sup, 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, button {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
  /*background:transparent;*/
}

html, body {
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    width: 100%;
    height: 100%;
    min-width: 960px;
    background: url(../images/bg.jpg);
    background-size: cover;
	background-attachment: fixed;
    background-position: center center;
}

#nav {
    width: 100%;
    background-color: #000;
}
#nav ul {
    max-width: 1024px;
    margin: 0 auto;
}
#nav li {
    display: inline-block;
    width: 16.6%;
    text-align: center;
	font-weight:bold;
}
#nav a {
    display: block;
    color: #f15a24;
    text-decoration: none;
    padding: 25px 0;
    font-family: 'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#nav a:after {
    display: block;
    content: "";
    width: 5%;
    height: 2px;
    background-color: #f15a24;
    margin: 8px auto 0;
    transition: .25s ease-out;
    -webkit-transition: .25s ease-out;
    -moz-transition: .25s ease-out;
    -o-transition: .25s ease-out;
    -ms-transition: .25s ease-out;
}
#nav a:hover:after {
    width: 100%;
}
h1 {
	padding-top:50px;
	padding-bottom:20px;
    text-align: center;
}

#wrap{
     width: 100%;
     position: relative;
     min-height: 100%;
}
#contents{
     padding-bottom: 40px;  /* フッターの高さと同じ */
}
.in_main {
	width: 940px;
	text-align: left;
	vertical-align: top;
	color: #6E6E6E;
	font-size: 12px;
	line-height: 120%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
iframe {
		width: 910px;
		height:600px;
    text-align: center;
	background:#fff;
	padding:20px 10px 0px 20px;	
}
iframe a {
	    color: #f15a24;
}
#footer{
width: 100%;
    height: 44px;
    min-width: 960px;
    color: #fff;
    font-size: 60%;
    text-align: center;
    margin: 0 auto;
    padding: -20px;
    position: static;
    margin-top: 15px;
}
#bnr {
	width:100%;
    min-width: 980px;
    position: absolute;
    text-align: center;
    bottom: 50px;	
	margin: 0 auto;
}

img {
    vertical-align: initial;
}

p.number-price:before {
    content: "￥";
}
p.number-price:empty:before {
    display:none
}

/* 2018.09.25 add */
p.number-price:after {
content: "(税込)";
}

p.number-price:empty:after {
    display:none
}
/*  2018.09.25 add ここまで */

.category {
font-weight: bold;
}


@media screen and (orientation:portrait) {
	body::before {
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background:url(../images/bg_sp.jpg) center/cover no-repeat; /*fixedをトル！*/
  -webkit-background-size:cover;/*Android4*/
  }
}
