@media screen and (max-width:511px){

html{
	height: 100%;
}

body{
	font-size: 15px;
	color:#000000;
	line-height:170%;
	word-break:break-all;
	font-family:"メイリオ","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro", Osaka, sans-serif, Verdana, Arial, Helvetica;
	margin: 0;
	padding: 0;
	height: 100%;
	-webkit-text-size-adjust: 100%;
}

.clr{
	clear: both;
}

h1,h2,h3,h4,ol,li,p{
	margin:0 auto;
}


img{
	border: 0;
	vertical-align: bottom;
}

.clr{
	clear: both;
}

 /* p 要素 */

p{
	margin: 0;
	padding: 0;
}

p.h1{
	margin: 0;
	padding: 1px 0 0 0;
}

p.h2{
	margin: 0;
	padding: 2px 0 0 0;
}


p.h3{
	margin: 0;
	padding: 3px 0 0 0;
}

p.h5{
	margin: 0;
	padding: 5px 0 0 0;
}

p.h10{
	margin: 0;
	padding: 10px 0 0 0;
}

p.h17{
	margin: 0;
	padding: 17px 0 0 0;
}

p.h20{
	margin: 0;
	padding: 15px 0 0 0;
}

/* ライン */
hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

hr.head {
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#B16C76), to(transparent));
  background-image: linear-gradient(to right, transparent, #B16C76, transparent);
  margin-top:5px;
}


hr.main {
  height: 8px;
  background-image: repeating-linear-gradient(45deg, #EBD6D0 0, #EBD6D0 1px, transparent 0, transparent 50%), repeating-linear-gradient(135deg, #EBD6D0 0, #EBD6D0 1px, transparent 0, transparent 50%);
  background-size: 8px 8px;
  margin-top:5px;
}

hr.sepalator {
  border-top: 1px dashed #999;
  margin-top:20px;
  margin-bottom:20px;
}



/* テキスト */

.txtS{
	font-size: 13px;
	line-height: 150%;
}

.txtM{
	font-size: 18px;
	line-height: 150%;
}

/* リンク */

a img:hover{
	filter: contrast(120%);;
}

a.lnk{
	color: #5074C1;
	text-decoration:none;
}

a.lnk:hover{
	color: #2A55B1;
	text-decoration:underline;
}

a.rev{
	color: #2A55B1;
	text-decoration:none;
}

a.rev:hover{
	color: #5074C1;
	text-decoration:underline;
}

a.subtitle{
	font-size: 17px;
	font-weight: normal;
	margin-bottom: 10px;
	color: #000000;
	text-decoration: none;
}

a.subtitle:hover{
	text-decoration: underline;
	color: #5074C1;
}

a.subtitleS{
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 5px;
	color: #000000;
	text-decoration: none;
}

a.subtitleS:hover{
	text-decoration: underline;
	color: #5074C1;
}

/* --- 全体のBOX定義 ---------------------------------------- */
.box {
  position   : relative;
  width: 100%;
  margin     : auto;
  overflow   : hidden;
}

.gradi{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center bottom;
	z-index: 2;
	background-image : url(../img/spacerV.png); 
}


/* --- 背景の指定 ------------------------------------------- */
.box .bgImg {
  position   : absolute;
  width: 100%;
  top        : 0;
  left       : 0;
  bottom     : 0;
  right      : 0;
  opacity    : 0;
  background-size: cover;
  animation  : bgAnime 15s infinite;   /* 3画像 × 各5s = 15s */
}

/* --- 段差で背景画像のアニメーションを実行 ----------------- */
.box .src1 {
  background-image : url(../img/slide/img1V.jpg);   /* 背景の画像を指定 */
}
.box .src2 {
  background-image : url(../img/slide/img2V.jpg);   /* 背景の画像を指定 */
  animation-delay  : 5s;
}
.box .src3 {
  background-image : url(../img/slide/img3V.jpg);   /* 背景の画像を指定 */
  animation-delay  : 10s;
}

/* 表示部 */

/*  */
#topbox{
	position: fixed;
	width: 100%;
	height:90px;
	z-index: 10;
}

/* H1 スペース */

#headouter{
	width: 100%;
	background-color: #B16C76;
	height: 30px;
}

.inner{
	width: 100%;
}

.descript{
	padding: 0 10px 0 10px;
}

h1{
	margin: 0;
	padding: 0 0 0 10px;
	font-weight: normal;
	font-size: 16px;
	line-height: 200%;	
	text-align: center;
	color: #ffffff;
}

span.smathide{
	display: none;
}

span.smathideV{
	display: none;
}

/* メニュー */
#menubox{
	width: 100%;
	background-image: url("../img/bg_top.png");
	background-position: 0 0;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 0.86;
}


.menuout{
	display:table;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 40px;
}

.menuinL{
	display: none;
}

.menuinR{
	display:table-cell;
	text-align: center;
	vertical-align: middle;

}

img.logoPc{
	width:100%;
}

img.logoSmart{
	width: 40%;
	margin-left: -10px;
	margin-bottom: 10px;
}

.cp_link {
	position: relative;
	padding: 0 5px;
	margin: 0 5px;
	padding-left:auto;
	padding-right:auto;
	display: inline-block;
	transition: .3s;
	color: #000000;
	font-family: "Century Gothic";
	font-weight: normal;
	text-decoration: none;
	font-size: 18px;
	border-bottom: dotted 1px #000000;
	border-top: dotted 1px #000000;
}


/* イメージ画像 */

#mainboxout{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	margin-top: 30px;
}


#imageboxin{
	position:relative;
	width: 100%;
}

img.spacer{
	display: none;
}

img.addspacer{
	width: 100%;
}


img.spacerV{
	width: 100%;
}

/* Catch */

#catchbox{
	position: absolute;
	left: 0;
	top: 45px;
	z-index: 3;
	width: 100%;
}


/* バナー */


#bannerbox{
	position: absolute;
	left: 0;
	top: 0;
	display:table;
	z-index: 4;
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	height: 100%;
}

#bannerboxin{
	display:table-cell;
	width: 100%;
	height: 100%;
	text-align:center;
}

img.bannerPc{
	display: none;
	border-radius: 3px;
}

img.bannerSmart{
	width: 46%;
	margin-left: 2%;
	margin-right: 2%;
	border-radius: 3px;
}


/* 内容部 */

h2.welcome{
	font-size: 20px;
	color: #333333;
	font-family: "Century Gothic";
	font-weight: normal;
	text-align: center;
}

img.phototop{
	width: 100%;
	max-width: 113px;
	border-radius: 3px;
}

h2.titleEn{
	font-size: 20px;
	color: #333333;
	font-family: "Century Gothic";
	font-weight: normal;
}

h2.titleJa{
	font-size: 20px;
	color: #333333;
	font-weight: normal;
}

.descboxout{
	width: 100%;
	background-image: url("../img/bg_bottom2.jpg");
	background-position: left bottom;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.descbox{
	width: 100%;
	padding-top: 10px;
	padding-bottom: 20px;
}

.descinL{
	box-sizing: border-box;
}

.descinR{

}

h3.date{
	font-size: 17px;
	font-family: "Century Gothic";
	font-weight: normal;
	margin-bottom: 5px;
}

img.eventL{
	width: 40%;
	max-width: 224px;
	float: left;
	margin-right: 2%;
	border-radius: 3px;
}


img.eventS{
	width: 80%;
	max-width: 224px;
	border-radius: 3px;
}


img.japan{
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 3px;
}

.eventsub{
	float: left;
	text-align: left;
	width: 50%;
}

.eventsublnk{
	width: 224px;
	text-align:right;
}




.privacybox{
	box-sizing:border-box;
	padding-top: 20px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	padding-right: 10px;
}

.copybox{
	text-align: center;
	font-family: "Century Gothic";
}


.smartend{
	display: none;
}

img.eventLPC{
	display: none;
}

img.eventSPC{
	display: none;
}

img.spacer_smart{
	display: none;
}

span.daihyo{
	font-size: 16px;
}


















}
