@charset "UTF-8";
/* CSS Document */


/*--- default */
	body {
		font-size: 14px;
		font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
		line-height: 150%;
		background-color: #fff;
		margin: 0;
		padding: 0; 
		color: #000;
		text-align:center;
		margin:0 auto;
	}
	
	img { -ms-interpolation-mode: bicubic; }
	
	table{
		border-collapse:collapse;
	}
	
	
	/*****************************************************
		
		基本設定、リンクカラーなど
		
	*****************************************************/
	#wrap{
		width: 100%;
		margin: 0px auto 0px auto;
	}
	#wrapper,#makebanner{
		width:100%;
		margin:0 auto;
	}
	
	#wrapper{
		margin-top:0px;	

		background-repeat: repeat-y;
		z-index: 1;
	}
	
	#wrapperRap {
		background: white;
		background-position: 0px 121px;
		background-repeat: no-repeat;
		z-index: 2;
	}
	
	a:link {
		color: #666;
		text-decoration:none;
	}
	
	a:visited{
		color: #666;
		text-decoration:none;
	}
	
	a:hover{
		color: #27678f;
		text-decoration: underline;
	}
	
	a:active{
		color: #666;
		text-decoration:none;
	}
	.clear:after{
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
	* html .clear            { zoom: 1; } /* IE6 */
	*:first-child+html .clear { zoom: 1; } /* IE7 */
	
	a:hover img{
		filter: alpha(opacity=80);
		-moz-opacity:0.6;
		opacity:0.6;	
	}


/* Nav
-----------------------------------------*/
.Nav {
	margin-top: 0px;
	height:56px;
	border-top: solid 1px #f0f0ee;
}
@media screen and (max-width: 1000px) {
  .Nav {
    position: relative;
	height:10px;
  border-top:none;
  }
}

.logo {
	width:100%;
	position:fixed;
	text-align:left;
	left:15px;
	top:7px;
}
.logo img {
	width:250px;
}
@media screen and (max-width: 1000px) {
  .logo {
  width:230px;
  left:15px;
  position:relative;
  }
.logo img {
	width:100%;
}
}

.Nav .navbtn {
  display: none;
  position:relative;
}
@media screen and (max-width: 1000px) {
  .Nav .navbtn {
    display: block;
    position: absolute;
    top: -50px;
    right: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .Nav .navbtn a,
  .Nav .navbtn a.close {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    background-color: #000;
  }
  .Nav .navbtn a::before,
  .Nav .navbtn a.close::before {
    position: absolute;
    top:10px;
    left:10px;
    content:"";
    width: 20px;
    height: 3px;
    background-color: #FFF;
   transition: .2s;
  }
  .Nav .navbtn a.open::before {
    top:19px;
    transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  }
  .Nav .navbtn a::after,
  .Nav .navbtn a.close::after {
    position: absolute;
    bottom:10px;
    left:10px;
    content:"";
    width: 20px;
    height: 3px;
    background-color: #FFF;
    transition: .2s;
  }
  .Nav .navbtn a.open::after {
    bottom:18px;
    transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  }
}
@media screen and (max-width: 1000px) {
  .Nav .navbtn a.open {
  }
}
 
@media screen and (max-width: 1000px) {
  .Nav .navbtn a span {
    display: block;
    overflow: hidden;
    width: 1px;
    height: 1px;
  }
  .Nav .navbtn a span::after,
  .Nav .navbtn a.close span::after {
    position: absolute;
    top:18px;
    left:10px;
    content:"";
    width: 20px;
    height: 3px;
    background-color: #FFF;
  }
  .Nav .navbtn a.open span::after {
    display: none;
  }
}

.Nav ul.close {
  display: none;
  border-top: solid 1px #f0f0ee;
}
.Nav > ul {
  margin: 0 auto;
  max-width: 100%;
  list-style:none;
  text-align:right;
  right:15px;
  position:fixed;
  width:100%;
  border-bottom: solid 1px #f0f0ee;
}
@media screen and (max-width: 1000px) {
  .Nav > ul {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background-color: #FFF;
	list-style:none;
	width:90%;
  max-width: 100%;
  }
}
.Nav > ul > li {
  position: relative;
  font-size: 13px;
  display: inline-block;
  list-style:none;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 1000px) {
  .Nav > ul > li {
    display: block;
    border-bottom: solid 1px #dddddd;
	list-style:none;
  }
}
.Nav > ul > li a {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 19px 25px;
  font-size: 13px;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  background-color: #fff;
  z-index: 2;
}
.Nav > ul > li.parent > a {
  padding-right:25px;
}
.Nav > ul > li.parent > a::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 8px;
    width: 6px;
    height: 6px;
    margin: -6px 0 0 0;
    border-top: solid 2px #727373;
    border-right: solid 2px #727373;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
@media screen and (max-width: 1000px) {
.Nav > ul > li.parent.open > a::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
}
@media screen and (max-width: 1000px) {
  .Nav > ul > li.parent.open {
    border-bottom: none;
  }
}
  .Nav > ul > li.parent.open > a{
    color: #FFF;
  }
  .Nav > ul > li.parent.open > a::after {
  background: #333;
  -webkit-transform: scale(1);
  transform: scale(1);
}
@media screen and (max-width: 1000px) {
  .Nav > ul > li.parent.open > a {
    color: #FFF;
  }
}
 
.Nav > ul > li a:hover {
  color: #fff;
}
.Nav > ul > li a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.Nav > ul > li a,
.Nav > ul > li a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.Nav > ul > li a::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}
.Nav > ul > li a:hover::after {
  background: #333;
  -webkit-transform: scale(1);
  transform: scale(1);
}
 
/* 2階層 */
.Nav > ul > li > ul {
  display: none;
  position: absolute;
  top: 59px;
  left: 0;
  width: auto;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9;
  list-style:none;
}
 
@media screen and (max-width: 1000px) {
  .Nav > ul > li > ul {
    background-color: #fbfbfb;
    position: static;
	list-style:none;
  }
}
 
.Nav > ul > li > ul li {
  white-space: nowrap;
  list-style:none;
}
 
.Nav > ul > li > ul li a {
  position: relative;
  padding: 12px 27px 12px 27px;
  list-style:none;
}
@media screen and (max-width: 1000px) {
  .Nav > ul > li > ul li a {
    border-bottom: solid 1px #dddddd;
    background-color: #EEE;
	list-style:none;
  }
}
.Nav > ul > li > ul li a::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 6px;
    height: 6px;
    margin: -6px 0 0 0;
    border-top: solid 2px #727373;
    border-right: solid 2px #727373;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.Nav > ul > li > ul li a:hover {
  text-decoration: underline;
}
 
@media screen and (max-width: 1000px) {
  .Nav > ul > li > ul li a:hover {
    background-color: #FFF;
  }
}
 
.Nav > ul > li > ul li ul li a {
  padding-left: 42px;
}
.Nav > ul > li > ul li ul li a::before {
    left: 20px;
}


/* メイン
-----------------------------------------*/


.main-btn {
	width:60%;
	position:relative;
	margin:4% 20% 4% 20%;
	background-color:#1AA8A9;
	text-align:center;
	padding:25px 0 25px 0;
}
.main-btn a {
	font-size:24px;
	letter-spacing:0.1em;
	color:#fff;
}
@media screen and (max-width: 1000px) {
.main-btn {
	width:70%;
	position:relative;
	margin:5% 15% 5% 15%;
	background-color:#1AA8A9;
	text-align:center;
	padding:25px 0 25px 0;
}
.main-btn a {
	font-size:16px;
	letter-spacing:0.07em;
	color:#fff;
}
}

.container {
		width: 100%;
		margin: 0px 0px 0px 0px;
		position:relative;
		text-align:center;
		background-color:#fff;
	}

.container h2 {
	font-size:24px;
	font-weight:bold;
	letter-spacing:0.05em;
	line-height:140%;
	color:#000;
	margin:50px 0px 10px 0px;
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	}

.container h3 {
	font-size:30px;
	font-weight:normal;
	letter-spacing:0.15em;
	color:#000;
	padding:0px;
	margin-bottom:0px;
	line-height:130%;
	}

.container h4 {
	font-size:12px;
	font-weight:normal;
	letter-spacing:0.15em;
	color:#7f94a2;
	padding:0px;
	margin-top:15px;
	}
	
@media screen and (max-width: 1000px) {
.container h2 {
	font-size:18px;
	font-weight:bold;
	letter-spacing:0.05em;
	line-height:140%;
	color:#000;
	margin:30px 0px 10px 0px;
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	}
	
.container h3 {
	font-size:24px;
	letter-spacing:0.08em;
	font-weight:normal;
	line-height:130%;
	color:#000;
	padding:0px;©
	margin-bottom:0px;
	}

.container h4 {
	font-size:12px;
	font-weight:normal;
	letter-spacing:0.03em;
	color:#7f94a2;
	padding:0px;
	margin-top:15px;
	}
}
 
@media screen and (max-width: 1000px) {
.container {
		width: 100%;
		margin: 0px 0px 0px 0px;
		position:relative;
  }
}

.main {
	width:100%;
	position:relative;
}

.main img {
	width:100%;
	margin: 0px;
}
.main-sp {
	width:100%;
	position:relative;
}

.main-sp img {
	width:100%;
	margin: 0px;
}

@media screen and (max-width: 1000px) {
.main {
	display:none;
  }
}
@media screen and (min-width: 1000px) {
.main-sp {
	display:none;
  }
}

.schedule {
	width:60%;
	position:relative;
	padding:0;
	margin:30px 20% 2% 20%;
}
.schedule ul {
	display:table;
    width:100%;
    margin:0 0 0 0;
    padding:0;
}
.schedule ul li {
	width:50%;
	display:table-cell;
	list-style:none;
}
.schedule ul li img {
	width:98%;
	padding:0 1% 0 1%;
}
.schedule p {
	width:94%;
	padding:3%;
	background-color:#7c888f;
	text-align:left;
	font-size:13px;
	color:#fff;
}

.schedule h2 {
	font-size: 30px;
	font-weight:bold;
	letter-spacing:0.05em;
	line-height:140%;
	color:#000;
	margin:30px 0px 0px 0px;
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	}
	
.schedule h3 {
	font-size: 16px;
	font-weight:nomal;
	letter-spacing:0.05em;
	line-height:140%;
	color:#000;
	margin: 10px 0px 50px 0px;
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	}

@media screen and (max-width: 1000px) {
.schedule {
	width:96%;
	position:relative;
	padding:0;
	margin:20px 2% 2% 2%;
}
.schedule ul {
	display:table;
    width:100%;
    margin:0;
    padding:0;
}
.schedule ul li {
	width:50%;
	display:table-cell;
	list-style:none;
}
.schedule h2 {
	font-size: 22px;
	font-weight:bold;
	letter-spacing:0.05em;
	line-height:140%;
	color:#000;
	margin:30px 0px 0px 0px;
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	}
	
.schedule h3 {
	font-size: 14px;
	font-weight:nomal;
	letter-spacing:0.05em;
	line-height:140%;
	color:#000;
	margin: 10px 0px 50px 0px;
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	}
}

.schedule table {
	width: 100%;
	position: relative;
	margin: 30px 0% 15px 0%;
}
.schedule table td {
	position:relative;
	border:1px solid #CCC;
	padding:15px 5px 15px 10px;
	text-align:left;
}
.td-backcolor {
	background-color:#e9e9e9;
	width:40%;
}

.program {
	background-color: #F8F097;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #F9F9F9), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #F9F9F9),color-stop(.75, #F9F9F9), color-stop(.75, transparent),to(transparent));
	-webkit-background-size: 5px 5px;
	margin-top:60px;
	position:relative;
	padding:10px 0 50px 0;
}

.aosetsu {
	width:74%;
	border:1px solid #ccc;
	margin:30px 13% 0 13%;
}
.aosetsu p {
	width:80%;
	text-align:left;
	margin:0px 10% 0 10%;
}


@media screen and (max-width: 1000px) {
.aosetsu {
	width: 88%;
	position: relative;
	border: 1px solid #eee;
	margin: 5%;
}
}

.ao {
	width:80%;
	position:relative;
	padding:0;
	margin:30px 10% 0 10%;
}
.ao ul {
	display:table;
    width:100%;
    margin:0;
    padding:0;
}
.ao ul li {
	width:50%;
	display:table-cell;
	list-style:none;
}
.ao ul li img {
	width:96%;
	padding:2%;
}
.ao p {
	width:80%;
	padding:3%;
	text-align:left;
}

@media screen and (max-width: 1000px) {
.ao {
	width:96%;
	position:relative;
	padding:0;
	margin:20px 2% 0 2%;
}
.ao ul {
	display:table;
    width:100%;
    margin:0;
    padding:0;
}
.ao ul li {
	width:50%;
	display:table-cell;
	list-style:none;
}
}

.oc__list {
	display: flex;
	flex-wrap: wrap;
	width: 80%;
	margin: 30px 10% 0 10%;
	padding: 0;
	justify-content: center;

}
.oc__list li {
	width: 48%;
	margin: 1%;
	list-style: none;
}
.oc__box {
	padding: 5%;
	text-align: center;
}
.oc__box__date {
	display: inline-block;
	margin-bottom: 10px;
	font-weight: bold;
	line-height: 1;
}
.oc__box--yellow {
	background-image: linear-gradient( -45deg, #FAF4B4 25%, #F8F097 25%, #F8F097 50%, #FAF4B4 50%, #FAF4B4 75%, #F8F097 75%, #F8F097 );
	background-size: 5px 5px;
}
.oc__box--red {
	background-image: linear-gradient( -45deg, #B66171 25%, #9E2E44 25%, #9E2E44 50%, #B66171 50%, #B66171 75%, #9E2E44 75%, #9E2E44 );
	background-size: 5px 5px;
	color: #ffffff;
}

.oc__link {
	display: inline-block;
	margin: 10px;
}

@media screen and (min-width: 1000px) {
	.oc__box__date {
		font-size: 30px;
	}
}
@media screen and (max-width: 1000px) {
	.oc__box__date {
		font-size: 16px;
	}
}

@media screen and (min-width: 1000px) {
.main-sp {
	display:none;
	}
}

.map {
	width:80%;
	position:relative;
	padding:0;
	margin:30px 10% 0 10%;
}
.map-left {
	position:relative;
	float:left;
	width:48%;
}
.map-left img {
	width:100%;
}
.map-right {
	position:relative;
	float:right;
	width:48%;
	text-align:left;
}
.map-right h2 {
	font-size:18px;
	font-weight:normal;
	margin:15px 0 20px 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.gmap {
height: 0;
overflow: hidden;
padding-bottom: 36.25%;
position: relative;
width:74%;
margin:30px 13% 0 13%;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}

@media screen and (max-width: 1000px) {
.map-left {
	position:relative;
	width:96%;
	margin:0 2% 0 2%;
}
.map-right {
	position:relative;
	width:96%;
	margin:0 2% 0 2%;
	text-align:left;
}
}

.btn-wrap{
	width: 92%;
	max-width: 1200px;
	margin: 0 auto;
	border-top: 1px solid #dadada
}.btn-wrap li{border-bottom:1px solid #dadada; list-style:none; padding:10px 0 10px 0;}.btn-wrap li .btn{margin:0}.btn-wrap li .btn.nolink{pointer-events:none;background-color:#f4f4f4;color:#a2a2a2}.btn-wrap li .btn.nolink:after{border-top:1px solid #a2a2a2;border-right:1px solid #a2a2a2}.btn-wrap li .btn-base{border-color:transparent}.btn-wrap span>span{padding-left:10px}
@media screen and (min-width: 769px){.btn-wrap{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;width:100%;border-top:none;border-left:1px solid #dadada; margin-top:30px;}.btn-wrap li{width:100%;border-bottom:none;border-right:1px solid #dadada; list-style:none; padding:10px 0 10px 0;}.btn-wrap li .btn{height:72px}.btn-wrap span>span{display:block;padding:0}}

@media screen and (min-width: 769px){.title-wrap{height:720px}#oc.index .title-wrap img{height:720px}.box-wrap{margin-bottom:-10px;margin-left:-1px}.box-wrap li{width:50%;height:180px}.box-wrap a{font-size:2.6rem}.box-wrap a p>span{font-size:1.4rem;margin-top:15px;line-height:28px;height:30px}.box-wrap a p>span:after{width:80%;height:30px}.box-wrap a:hover img{opacity:0}.box-wrap a.end:hover{background:#06a248}

.title-wrap{height:300px}
.btn-wrap{padding:0 4%;border-left:none}
.btn-wrap li:last-child{border-right:none}
.btn-wrap li:last-child .btn{letter-spacing:-0.05rem;font-weight:400}
.btn-wrap li:last-child .btn span{margin-left:-4px}
.title-wrap{margin-bottom:50px}#oc .title-wrap:before{height:160px;background-size:800px auto}#oc .row p.t-c{margin:15px 0 10px}#oc .box-s{margin:40px 0 60px;padding:25px 30px}#oc .box-s .maker-bg{margin:20px 0}}



.time {
	width:60%;
	position:relative;
	padding:0;
	margin:30px 20% 0 20%;
}

@media screen and (max-width: 1000px) {
.btn-wrap{
	display:none;
}
}

@media screen and (max-width: 1000px) {
.time {
	width:96%;
	position:relative;
	padding:0;
	margin:20px 2% 0 2%;
}
}

.time table {
	width: 100%;
	position: relative;
	margin: 15px 0% 15px 0%;
}
.time table td {
	position:relative;
	border:1px solid #CCC;
	padding:15px 5px 15px 10px;
	text-align:left;
}
.td-backcolor {
	background-color:#e9e9e9;
	width:33.3%;
}


/*タブ切り替え全体のスタイル*/
.tabs {
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
  margin-top:5%;}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/3);
  height: 50px;
  border-bottom: 2px solid #5ab4bd;
  background-color: #eee;
  line-height: 50px;
  font-size: 14px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: nomal;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding:0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #27a8a8;
  color: #fff;
}
	



/*プログラム開く ボックス全体*/
.cp_actab {
	position: relative;
	overflow: hidden;
	width: 60%;
	margin: 0 auto;
	color: #000;
	text-align:left;
}
.cp_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp_actab label {
	font-weight: bold;
	font-size:14px;
	line-height: 2;
	position: relative;
	display: block;
	padding: 1.5em 0 1.5em 2em;
	cursor: pointer;
	margin: 0 0 1px 0;
	background: #fff;
}
.cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	color: #000;
	background: #fff;
	margin-bottom:2px;
}
.cp_actab .cp_actab-content p {
	margin: 1em;
}
.cp_actab .cp_actab-content img {
	width:60%;
	margin:1em 20% 0em 20%;
}

/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
	max-height: 40em;
}
/* Icon */
.cp_actab label::after {
	line-height: 4;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 3em;
	height: 3em;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
}
.cp_actab input[type=checkbox] + label::after {
	content: '+';
}
.cp_actab input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);
}
@media screen and (max-width: 1000px) {
.cp_actab {
	position: relative;
	overflow: hidden;
	width: 80%;
	margin: 0 auto;
	color: #000;
	text-align:left;
}
}


/* フッター
-----------------------------------------*/

.footer {
	position:relative;
	width:100%;
	background-color:#A33A62;
	margin-top:5%;
	height:300px;
	padding:3% 0 0 0;
	text-align:center;
}

.footer-sns {
	width:80%;
	position:relative;
	margin:0 auto;
	border-bottom:1px solid #999;
	height:60px;
}
.footer-sns ul {
	width:240px;
	margin:0 auto;
	list-style:none;
	position:relative;
}
.footer-sns ul li {
	width:60px;
	position:relative;
	float:left;
	text-align:center;
}
.footer-sns ul li img {
	width:30px;
	position:relative;
	margin:15px 30px 15px 0px;
}

.footer-logo {
	width:280px;
	position:relative;
	margin:0 auto;
	margin-top:30px;
}
.footer-logo img {
	width:100%;
}

.footer-navi {
	width:80%;
	position:relative;
	margin:0 auto;
	border-bottom:1px solid #999;
}
.footer-navi ul {
	width:100%;
	margin:0 auto;
	padding: 20px 0;
	list-style:none;
	text-align: center;
}
.footer-navi ul li {
	display: inline-block;
	width:25%;
	text-align:center;
	margin:0;
	padding:0;
}
.footer-navi ul li a {
	color:#fff;
}

.copyrights {
	position:relative;
	width:98%;
	text-align:center;
	padding:1%;
	font-size:11px;
	margin-top:40px;
	color:#fff;
}

.backtop {
	position:fixed;
	right:15px;
	bottom:15px;
	z-index:999999;
	width:80px;
}
.backtop img {
	width:100%;
}


@media screen and (max-width: 1000px) {
.footer {
	position:relative;
	width:100%;
	background-color:#A33A62;
	margin-top:10%;
	padding:3% 0 0 0;
	text-align:center;
	height:330px;
}

.footer-sns {
	width:80%;
	position:relative;
	margin:0 auto;
}
.footer-sns ul {
	width:80%;
	margin:0 auto;
	list-style:none;
	position:relative;
}
.footer-sns ul li {
	width:25%;
	position:relative;
	float:left;
	text-align:center;
}
.footer-sns ul li img {
	width:40%;
	position:relative;
	margin:15px 60% 15px 0%;
}

.footer-logo {
	width:50%;
	position:relative;
	margin:0 auto;
	margin-top:30px;
}
.footer-logo img {
	width:100%;
}

.footer-navi {
	width:80%;
	position:relative;
	margin:0 auto;
}
.footer-navi ul {
	width:80%;
	margin:0 auto;
	list-style:none;
	text-align: center;
}
.footer-navi ul li {
	display: inline-block;
	width: auto;
	text-align:center;
	margin:5px;
	padding:0;
}
.footer-navi ul li a {
	color:#fff;
	font-size:13px;
}

.copyrights {
	position:relative;
	width:98%;
	text-align:center;
	padding:1%;
	font-size:10px;
	margin-top:40px;
	color:#fff;
}
.backtop {
	position:fixed;
	right:15px;
	bottom:15px;
	z-index:999999;
	width:80px;
}
.backtop img {
	width:100%;
}
}

/* 例：br.sp_brはタブレット以上のサイズでは非表示にする */
@media screen and (min-width: 768) {
  .sp_br {
    display: none;
  }
}
