@charset "utf-8";
/*-----------------------------------------------------
@@ Reset
------------------------------------------------------*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
http://code.google.com/p/html5resetcss/downloads/list
*/

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-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1.5;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav 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;
}
th,td{
	text-align: left;
	vertical-align: top;
}

/* 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;
}




article, aside, dialog, figure, footer, header,hgroup, menu, nav, section { display: block; }

img{border: 0; vertical-align: bottom;-ms-interpolation-mode: bicubic; }


/* For modern browsers */
.clearfix:before,.clearfix:after,.cf:before,.cf:after{
	content:"";
	display:table;
}
.clearfix:after,.cf:after{clear:both;}
.clearfix,.cf{zoom:1;}/* For IE 6/7 (trigger hasLayout) */

*{box-sizing: border-box;}

/*-----------------------------------------------------
@@ 基本
------------------------------------------------------*/
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}

a{color: #0066cc;text-decoration: underline;}
a:hover{color: #ff6600;}

html{
	color: #000000;
///	background: #F8F1F1;
	overflow-y: scroll;	/*ここでスクロールバーを常に表示*/
}
body{
	text-align: center;
	font-size: 16px;
	font-family: "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;

	/*font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;*/
	/*font-family: 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3', "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;*/
	/*font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;*/
	font-weight:500;/*游ゴシック体用*/
	word-wrap: break-word;
	overflow-wrap : break-word;
}
/* IE10以上 */
@media all and (-ms-high-contrast: none) {
  body {
    font-family: Verdana, Meiryo, sans-serif;
  }
}

@media all and (-ms-high-contrast:none){
	/* IE10以降ハック*/
	/*body{font-family: "メイリオ", "Meiryo", sans-serif;}*/
}



/*-----------------------------------------------------
@@ IME制御（WinIEのみ）等
------------------------------------------------------*/
.imeon{ime-mode:active;}
.imeoff{ime-mode:disabled;}

.right{text-align: right;}
.center{text-align: center;}
.left{text-align: left;}

.nowrap{white-space: nowrap;}

a:hover img{
	opacity: 0.7;
}

@media screen and (max-width: 767px) {/* スマホ */
	.pc{display: none !important;}
}/* スマホ */

@media (min-width: 768px)  {/* PC */
	.sp, .smp{display: none;}
}/* PC */


/*-----------------------------------------------------
@@ For media queries
レスポンシブ Web デザイン　Responsive Web Design
------------------------------------------------------*/
/* set image max width to 100% */
video,
img, object {
	max-width: 100%;
	height: auto;
}

.video embed,
.video object,
.video iframe {
	width: 100%;
	height: auto;
}

/*-----------------------------------------------------
@@ Retina用背景画像
------------------------------------------------------*/
@media 
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {

	div.retinaback {
		background-image: url(images/aaaaa@2x.png);
		background-size: 100px 100px;
	}

	/*
		background-size: contain;
		background-size: cover;
	*/

}


.maintxt{
	text-align : left;
///	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}



.support{
	background-image:url(./img/bg.jpg);
	margin : 30px 0;
}
.support-inner{
	background-color:rgba(255,255,255,0.8);
	height : 100%;
	text-align:center;
	padding-bottom: 10px;
}
.support-inner .txt{
	margin-top : 15px;
	font-size : 86%;
}
.support img{
	height : 50px;
	margin : 0 15px;
}

.logo85{
	float : left;
	width :85px;
}

.logo50{
	float : left;
	width :50px;
}

.logo55{
	float : left;
	width :55px;
}

.logo75{
	float : left;
	width :75px;
}

.logo185{
	float : left;
	width :185px;
}

.logo145{
	float : left;
	width :145px;
}

.logo165{
	float : left;
	width :165px;
}


.logo65{
	float : left;
	width :65px;
}

.logo175{
	float : left;
	width :175px;
}

.logo90{
	float : left;
	width :90px;
}

.logo60{
	float : left;
	width :60px;
}
.logo80{
	float : left;
	width :80px;
}
.logo200{
	float : left;
	width :200px;
}



.shoplist{
	font-size : 80%;
	line-height : 1.5;
	margin:30px 0;
}
.shoplist-txt{
	padding : 0 20px;
	text-align : left;
}




/* @@ sm xs 1000px以下(スマホ) */
@media screen and (max-width: 1000px) {

h1{
	margin:20px 0;
}

h2{
	font-size: 100%;
	margin : 30px;
}

.shoplist-txt{
	margin : 0 30px;
	text-align : left;
}


.bg{
	background:url(./img/bg.jpg);
	background-size:170% auto;/*この場合は高さが自動設定*/
}

.movie-onoff2{
	margin-top:50px;
}



.itemlist22{
}

.itemlist-4 div , .itemlist-2 div , .itemlist11 div , .movie{
	margin : 35px 25px 0 25px;
}




.bg-inner1{
	padding : 20px 0 0 0 ;
	text-align : left;
	width : 80%;
}

.bg-inner2{
	padding : 25px 0 20px 0 ;
	float : right;
	width : 80%;
}


.maintxt{
	padding : 15px 30px;
	font-size : 100%;
}

.br-sp{display : none;}

.movie-onoff{
	display : none;
}

.moviesmp{
	width:100%;
padding-bottom: 56.25%;
height:0px; 
position: relative;
}

.youtubemovie{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.bfbm{
	margin :5px 0;
}
.bfbm img{
	width:100%;
}


.itemlist1 div , .itemlist2 div{
	width : 300px;
	margin : 0 auto 30px auto;

}

.support-inner{
	padding : 0 10px 10px 10px;

}
.support-inner img{
	height : 40px;

}





}

/* @@ sm 768px〜(991px) ()は↓と一緒に使えば */
@media (min-width: 1000px)  {

.item{

}



.itemlist-4 {
	width : 800px;
	margin:10px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.itemlist-4 div{
	width : 200px;
	margin :0 20px 30px 20px;
}



.itemlist11 {
	width : 750px;
	margin:35px auto;
}

.itemlist11 div{
	float : left;
	width : 200px;
	margin : 0 35px 30px 15px;
}

.itemlist22{
	width : 500px;
	margin:35px auto;
}

.itemlist22 div{
	float : left;
	width : 200px;
	margin : 0 35px 30px 15px;
}


.itemlist1 div{
	float : left;
	width : 200px;
	margin : 0 35px 30px 15px;
}

.itemlist2{
	width : 750px;
	margin:35px auto;
}

.itemlist2 div{
	float : left;
	width : 200px;
	margin : 0 35px 30px 15px;
}



h2{
	font-size: 120%;
	margin : 30px;
}

.main{
	width : 1000px;
	margin : 0 auto;
}

.bg{
	height : 333px;
	background:url(./img/bg.jpg);
}


.bg-inner1{
	padding : 25px 0 0 0 ;
	text-align : left;
	width : 40%;
}

.bg-inner2{
	padding : 75px 0 0 0 ;
	float : right;
	width : 40%;
}


.maintxt{
	padding : 10px 0 0 0;
	float : left;

}

.movie{
	float : right;
}
.movie-onoff2{
	display : none;
}

.youtubemovie{
	margin : 10px 0 0px 0;
	width:400px;
	height:225px;

}

.bfbm{
	text-align:right;
}
.bfbm img{
	width:400px;
}




}


.taniimgwidth{
	width:150px;
	margin : 0 1px 1px 0;
}