@charset "utf-8";

/* -----------------------------------------------
 * LastUpdate : 18/11/12
----------------------------------------------- **
 * ブラウザ解釈値リセット＆設定ファイル
----------------------------------------------- */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

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 {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font: inherit;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

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;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
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;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* ----------------------------------------------
 * clearfix
---------------------------------------------- */
/*for IE 5.5-7*/
.clr {
	zoom: 1;
	display: inline-table;
}

/*for modern browser*/
.clr:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}

* html .clr {
	height: 1%;
	display:inline-table;
	/*\*/display:block;/**/
}

/* Hides from IE-mac \*/
* html .clr {
	height: 1%;
}

.clr {
	display: block;
}
/* End hide from IE-mac */

/* -----------------------------------------------
 * 基本構造ファイル
----------------------------------------------- */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	}

html {
	height: 100%;
/*	font: 75%/1.231 "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;*/
/*	font: 75%/1.231 verdana,"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;*/
/*	font-size: 13px;*/
	font-family: verdana,"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  font-size: 62.5%;
  line-height: 1.6;
}

body {
  position: relative;
	height: 100%;
	color: #000;
	background: #fff;
	line-height: 1.0;
	-webkit-text-size-adjust: none;
}

/* IE7でpadding指定 */
*:first-child+html body {
padding-left: 1px;
}
/* IE6以下でpadding指定 */
*html body {
padding-left: 1px;
}

/* ----------------------------------------------
 * アンカータグの設定
---------------------------------------------- */
a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #888888;
	text-decoration: none;
}
a:active {
	color: #888888;
}

/* -----------------------------------------------
 * WebFont
----------------------------------------------- */
@font-face {
	font-family: 'vwHead_R';
	src: url('../common/wf/vw/VWHeadWeb-Regular.eot?#iefix') format('embedded-opentype'), /* IE6～IE8 向け */
			 url('../common/wf/vw/VWHeadWeb-Regular.woff') format('woff'), /* 主要最新ブラウザ向け */
			 url('../common/wf/vw/VWHeadWeb-Regular.woff2') format('woff'),
			 url('../common/wf/vw/VWHeadWeb-Regular.ttf')  format('truetype'), /* IE以外の旧ブラウザ向け */
			 url('../common/wf/vw/VWHeadWeb-Regular.svg#svgId') format('svg'); /* モバイル等その他のブラウザ向け */
}
@font-face {
	font-family: 'vwHead_B';
	src: url('../common/wf/vw/VWHeadWeb-Bold.eot?#iefix') format('embedded-opentype'),
			 url('../common/wf/vw/VWHeadWeb-Bold.woff') format('woff'),
			 url('../common/wf/vw/VWHeadWeb-Bold.woff2') format('woff'),
			 url('../common/wf/vw/VWHeadWeb-Bold.ttf')  format('truetype'),
			 url('../common/wf/vw/VWHeadWeb-Bold.svg#svgId') format('svg');
}
@font-face {
	font-family: 'vwText_R';
	src: url('../common/wf/vw/VWTextWeb-Regular.eot?#iefix') format('embedded-opentype'),
			 url('../common/wf/vw/VWTextWeb-Regular.woff') format('woff'),
			 url('../common/wf/vw/VWTextWeb-Regular.woff2') format('woff'),
			 url('../common/wf/vw/VWTextWeb-Regular.ttf')  format('truetype'),
			 url('../common/wf/vw/VWTextWeb-Regular.svg#svgId') format('svg');
}
@font-face {
	font-family: 'vwText_B';
	src: url('../common/wf/vw/VWTextWeb-Bold.eot?#iefix') format('embedded-opentype'),
			 url('../common/wf/vw/VWTextWeb-Bold.woff') format('woff'),
			 url('../common/wf/vw/VWTextWeb-Bold.woff2') format('woff'),
			 url('../common/wf/vw/VWTextWeb-Bold.ttf')  format('truetype'),
			 url('../common/wf/vw/VWTextWeb-Bold.svg#svgId') format('svg');
}

/*-- フォント指定 --*/
.fontVW_hR {
	font-family: 'vwHead_R',verdana,"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
.fontVW_hB {
	font-family: 'vwHead_B',verdana,"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
.fontVW_tR {
	font-family: 'vwText_R',verdana,"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
.fontVW_tB {
	font-family: 'vwText_B',verdana,"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

/*-- SNS関連 --*/
@font-face {
	font-family: 'icomoon';
	src:url('../common/sns/icomoon.eot?-qz7pb2');
	src:url('../common/sns/icomoon.eot?#iefix-qz7pb2') format('embedded-opentype'),
		url('../common/sns/icomoon.woff?-qz7pb2') format('woff'),
		url('../common/sns/icomoon.ttf?-qz7pb2') format('truetype'),
		url('../common/sns/icomoon.svg?-qz7pb2#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-evernote:before {
	content: "\e004";
}
.icon-feedly:before {
	content: "\e007";
}
.icon-pocket:before {
	content: "\e008";
}
.icon-line:before {
	content: "\e009";
}
.icon-hatena:before {
	content: "\e00a";
}
.icon-feedly-square:before {
	content: "\e601";
}
.icon-googleplus:before {
	content: "\e608";
}
.icon-facebook:before {
	content: "\e60d";
}
.icon-instagram:before {
	content: "\e610";
}
.icon-twitter:before {
	content: "\e611";
}
.icon-feed:before {
	content: "\e614";
}
.icon-youtube:before {
	content: "\e617";
}
.icon-flickr2:before {
	content: "\e61e";
}
.icon-githubmark:before {
	content: "\e626";
}
.icon-github:before {
	content: "\e627";
}
.icon-wordpress:before {
	content: "\e629";
}
.icon-tumblr:before {
	content: "\e62d";
}
.icon-yahoo:before {
	content: "\e62f";
}
.icon-apple:before {
	content: "\e631";
}
.icon-android:before {
	content: "\e633";
}
.icon-windows:before {
	content: "\e634";
}
.icon-windows8:before {
	content: "\e635";
}
.icon-skype:before {
	content: "\e636";
}
.icon-delicious:before {
	content: "\e638";
}
.icon-pinterest:before {
	content: "\e63a";
}

/* ------------------------------------
 * ページ共通CSS
------------------------------------ */
/*-- 全体共通 --*/
.over a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	}

strong {
	font-weight: bold;
}

.noneIE {
	/display: none;
}
* html .noneIE {
	display: none;
}

.textRed {
	color: #cb0032;
}

.textArea {
	font-size: 14px;
  font-size: 1.2rem;
	line-height: 1.6rem;;
	text-align: left;
}

.captionText {
	font-size: 10px;
  font-size: 0.8rem;
	line-height: 1.0rem;;
	text-align: left;
}
.captionTextL {
	font-size: 11px;
  font-size: 0.9rem;
	line-height: 1.1rem;
	text-align: left;
}

/**- text -**/
.mincho {
	font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

/*-- button --*/


/*** icon ***/
/*.arrowRed {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 12px;
	overflow: hidden;
	width: 16px;
	height: 12px;
	background: url('../images/si.png') no-repeat -160px -50px;
}*/


/*-- 共通設定 --*/
#wrapper {
	position: relative;
}
	img {
		max-width: 100%;
		height: auto;
		width /***/:auto;
	}

.noneSP {
	display: none;
}

/*-- ヘッダー --*/



/*-- フッター --*/
.footer {
	width: 90%;
	margin: 0 auto;
	padding: 0;
	font-family: verdana,"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 12px;
	line-height: 16px;
}
	.footer a {
		color: #000;
	}

	.footer .footInfo {
		width: 100%;
		margin: 0 0 40px;
		padding: 0;
	}
		.footer .footInfo i {
			margin: 0 1px 0 0;
			font-size: 16px;
			font-size: 1.4rem;
		}
		.footer .footInfo .boxPP {
			margin: 16px 0 0;
			text-align: right;
		}
			.footer .footInfo .boxPP i {
				font-size: 12px;
				font-size: 1.0rem;
			}
			.footer .footInfo .boxPP a {
				padding: 0 0 2px;
				color: #434c53;
				border-bottom: 1px solid #000;
			}

	.footer .listShop {
		width: 100%;
		margin: 0 auto;
		padding: 0;
		text-align: left;
	}
		.footer .listShop li {
			position: relative;
			width: 100%;
			margin: 0 0 24px;
			padding: 0 0 0 10%;
		}
			.footer .listShop li h3 {
				position: relative;
				margin: 2px 0 8px;
				font-size: 20px;
				font-weight: bold;
			}
				.footer .listShop li h3:before {
					position: absolute;
					bottom: -4px;
					left: -0.8em;
					content: "□";
					padding: 0;
					font-size: 38px;
				}
				.footer .listShop li h3 span {
					margin: 0 4px 0 0;
				}

			.footer .listShop li .address {
				margin: 0 0 2px;
				line-height: 1.4;
			}
				.footer .listShop li .address span {
					display: block;
				}
					.footer .listShop li .address span:before {
						content: "〒";
					}

			.footer .listShop li .tel {
				margin: 0 0 4px;
				line-height: 1.2;
			}
				.footer .listShop li .tel span {
					display: block;
				}

			.footer .listShop li .webURL {
				margin: 0;
				font-size: 11px;
				line-height: 1.2;
			}
				.footer .listShop li .webURL a {
					color: #000;
					transition: all 0.3s;
				}
					.footer .listShop li .webURL a:hover {
						transition: all 0.3s;
						opacity: 0.5 ;
					}

	.footer .copy {
		width: 90%;
		margin: 0 auto;
		padding: 0 0 60px;
    font-size: 10px;
    line-height: 1.2;
		text-align: left;
	}


/*-- pageTop --*/
#page-top {
    position: fixed;
    bottom: 8px;
    right: 8px;
    width: auto;
}

.btnPT {
  width: 30%;
  text-align: center;
}
  .btnPT .btnB {
    display: inline-block;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #00b1eb;
    opacity: 0.5;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    line-height: 52px;
  }
    .btnPT .btnB:hover {
      background: #9edaed;
      transition: all 0.3s;
    }
    .btnPT .btnB i {
      display: block;
      margin: 0 0 0 -4px;
      font-size: 24px;
      font-size: 2.2rem;
      font-weight: bold;
      transform: rotate(-90deg);
    }
    .btnPT .btnB a {
      color: #fff;
    }



@media only screen and (min-width: 481px){
}

@media only screen and (min-width: 641px){
}

@media only screen and (min-width: 769px){
}

@media only screen and (min-width: 961px){

  #owl-demo .owl-item div{
    padding:5px;
  }
  #owl-demo .owl-item img{
    display: block;
    width: 100%;
    height: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }



/*-- 共通設定 --*/
#wrapper {
	position: relative;
/*	top: 0;
	left: 0;
	margin: 0;
	padding: 0;*/
}

.noneSP {
	display: inline-block;
}
.nonePC {
	display: none;
}

.textArea {
	font-size: 12px;
  font-size: 1.0rem;
	line-height: 1.4rem;;
	text-align: left;
}

.captionText {
	font-size: 10px;
  font-size: 0.8rem;
  line-height: 1.0rem;
}

/*-- ヘッダー --*/


/*-- フッター --*/
.footer {
	width: 750px;
	margin: 0 auto;
	padding: 0;
	font-size: 14px;
	line-height: 18px;
}

	.footer .footInfo {
		width: 100%;
		margin: 0 0 24px;
		padding: 0;
	}
		.footer .footInfo i {
			margin: 0 1px 0 0;
			font-size: 18px;
			font-size: 1.6rem;
		}
		.footer .footInfo .boxPP {
			margin: 16px 0 0;
		}
			.footer .footInfo .boxPP a:hover {
				border-bottom: 1px solid #ccc;
				color: #ccc;
			}

	.footer .listShop {
		width: 864px;
		margin: 0 auto 8px;
		padding: 0;
	}
		.footer .listShop li {
			position: relative;
			float: left;
			width: 288px;
			margin: 0 0 16px;
			padding: 0 0 0 28px;
			font-size: 11px;
		}
			.footer .listShop li h3 {
				position: relative;
				margin: 2px 0 8px -28px;
				padding: 0 0 0 28px;
				font-size: 20px;
			}
				.footer .listShop li h3:before {
					position: absolute;
					bottom: -4px;
					left: 0;
					font-size: 38px;
				}
				.footer .listShop li h3 span {
					margin: 0 4px 0 0;
				}

			.footer .listShop li .address {
				margin: 0;
				line-height: 1.4;
			}
				.footer .listShop li .address span {
					display: inline-block;
					margin: 0 0 0 8px;
				}

			.footer .listShop li .tel {
				margin: 0 0 2px;
				line-height: 1.2;
			}
				.footer .listShop li .tel span {
					display: inline-block;
					margin: 0 0 0 8px;
				}

	.footer .copy {
		width: 800px;
		margin: 0 auto;
		padding: 8px 0 32px;
		border-top: 1px solid #dbdbdb;
		color: #666666;
		font-size: 10px;
		text-align: center;
	}

/*-- pageTop --*/
#page-top {
    position: fixed;
    bottom: 16px;
    right: 16px;
}


}
