@charset 'utf-8';
@import url("./base-en.css");

/* bg
================================================== */
#bg {
  /* 画像ファイルの指定 */
  /* 画像を常に天地左右の中央に配置 */
  background-position: center center;
   
  /* 画像をタイル状に繰り返し表示しない */
  background-repeat: no-repeat;
   
  /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
  background-attachment: scroll;
   
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-size: cover;
   
  /* 背景画像が読み込まれる前に表示される背景のカラー */
  background-color: #464646;
}

#bg {
width: 100%;
height: 100vh;
min-height:600px;
position: relative;
margin-bottom:3%;
}

@media only screen and  (max-width: 800px) {
#bg {
	margin-top:90px;
	width:100%;
	height: 60vh;
	margin-bottom:0%;
}
}

@media only screen and  (max-width: 800px) {
#bg {
	min-height:300px;
}
}

.pattern {
    background-image:url(../images/pattern.png);
    background-repeat: repeat;
    background-attachment:scroll;
    height:100%;
}

/* カテゴリー一覧
--------------------------------------------------*/
#category_list {
	width: 44%;
	margin: 25px 2% 25px 2%;
	float:right;
}

.cat_ttl{
	color:#333;
	margin: 0 0 0 2%;
	font-weight:500;
	font-size:3em;
	font-family: 'Anton', sans-serif;
	line-height:1.2;
}

#category_list ul{
	width:100%;
	padding:2% 0;
	margin: 0 auto;
}

#category_list li{
	float:left;
	width:33.3%;
	box-sizing: border-box;
	padding: 0 1.5% 3%;
}

#category_list li img{
	width:100%;
	height:auto;
}

#category_list li img:hover {
	filter:alpha(opacity=80);  /* for IE */
	-moz-opacity: 0.8;  /* for Firefox */
	opacity: 0.8;  /* for Safari or Opera */
}


@media only screen and  (max-width: 568px) {
#category_list {
	width: 96%;
	margin: 25px 2% 25px 2%;
}

.cat_ttl{
	font-size:2.6em;
	margin: 0 0 0 5%;
}

#category_list li{
	padding: 0 1.5% 2%;
}

#category_list .sma{
	width:31.3%;
	margin:5px 1% 5px;
}

#category_list li p{
	font-size:12px;
}

#category_list li .blue{
	padding-right:1px;
}

#category_list ul{
	width:98%;
	margin: 0
	padding:2% 1%;
}
}

#category_list .lar{
	width:30%;
	margin:5px 0.8%;
}

/* キャンペーン
--------------------------------------------------*/
.course_list {
	width: 100%;
	margin: 10px auto 10px;
	letter-spacing	: 0.1em;
}

.course_info{
	width: 99.5%;
	margin		: 10px 0 10px 0;
	float		: left;
	border		: solid 1px #0086CF;
	padding-bottom:15px;
	font-size:12px;
	-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
	position: relative;
	background:#F4FDFF;
	}

@media only screen and  (max-width: 568px) {
.course_info{
	margin		: 0 0 10px 1%;
	width: 98%;
}
}

.ttl_course {
	width: 97%;
	background  : #0086CF;
	margin:0 0 5px 0;
	padding		: 0 1% 0 2%;
	float:left;
	}

.h_erea{
	font-size   : 16px;
	margin-top:10px;
	padding     : 2px 5px 1px 5px;
	background	: #00C1F1;
	color:#FFF;
	text-align	: center;
	font-weight:bold;
	float:left;
	-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
	}
	
.course_info h3{
	float:left;
	font-size   : 20px;
	padding		: 9px 5px 5px 10px;
	color:#F6FF00;
	}
	
@media only screen and  (max-width: 568px) {
.ttl_course {
	width: 97.3%;
	}

.h_erea{
	font-size   : 13px;
	font-weight:normal;
	margin-top:5px;
	padding     : 2px 5px 1px 5px;
	}

.course_info h3{
	font-size   : 18px;
	padding		: 5px 0 5px 3px;
	line-height:1.4;
	letter-spacing	: 0em;
	}
}

.course_syousai{
	width:98%;
	padding: 15px 1% 0 1%;
	}

.course_syousai li{
	float:left;
	}
	
.course_syousai li.p16{
	width:16%;
	margin:0 1.1% 0 1.1%;
	float:left;
	text-align	: center;
	font-weight:bold;
	font-size:16px;
	line-height:1.2;
	}

.course_syousai li small{
	text-align	: center;
	font-weight:normal;
	font-size:10px;
	letter-spacing	: 0em;
	}
	
.course_syousai li.p16 img{
	width:100%;
	margin:0 0 10px;
	}

.course_syousai li.line02{
	border-right:1px dotted #7F8AB7;
	}
	
.course_syousai li.p5{
	width:3%;
	margin:60px 0.5% 0;
	float:left;
	text-align	: center;
	font-weight:bold;
	font-size:20px;
	padding:0 2px 0;
	letter-spacing	: 0em;
	background-color:#7AB7C6;
	color:#FFF;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	}
	
.course_syousai li.p30{
	width:29.4%;
	float:left;
	margin-left:2%;
	}
	
.camp_tx{
	font-size:16px;
	font-weight:bold;
	padding-top:5px;
	}

.camp_tx2{
	font-size:16px;
	font-weight:bold;
	padding-top:0;
	}
	
.camp_tx3{
	font-size:16px;
	font-weight:bold;
	padding-top:25px;
	}
	
.course_syousai .price{
	font-weight:bold;
	}

.course_syousai .price strong{
	font-size:30px;
	font-weight:bold;
	color:#FF5F5F;
	}
	
.course_syousai .price2{
	font-weight:bold;
	}

.course_syousai .price2 strong{
	font-size:36px;
	font-weight:bold;
	color:#FF5F5F;
	}
	
.otoku{
	font-size   : 14px;
	margin-top:0;
	margin-bottom:10px;
	padding     : 2px 5px 1px 5px;
	background	: #00C1F1;
	color:#FFF;
	text-align	: center;
	-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
	}
	
.otoku2{
	font-size   : 13px;
	margin-top:10px;
	color:#D70000;
	line-height:1.4!important;
	font-weight:bold;
	}
	
.c_more{
	width:98%;
	font-size   : 16px;
	margin:15px auto 0;
	padding     : 2px 5px 1px 5px;
	background	: #FC5689;
	color:#FFF;
    font-weight:bold;
	text-align	: center;
	-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
	}

.c_more strong{
	font-size   : 20px;
	color:#FFF;
	}

.zei{
	font-size:13px;
	font-weight:normal;
	}
	
@media only screen and  (max-width: 1200px) {
.course_syousai li.p5{
	font-size:16px;
	}

.camp_tx3{
	font-size:14px;
	padding-top:25px;
	letter-spacing	: 0em;
	}
	
.course_syousai .price{
	font-size:24px;
	}

.course_syousai .price2{
	font-size:28px;
	}
}

@media only screen and  (max-width: 700px) {
.course_syousai{
	width:99%;
	padding: 15px 0 0 1%;
	}

.course_syousai li.p30{
	width:29.4%;
	float:left;
	margin-left:1%;
	}
	
.course_syousai li.p5{
	font-size:13px;
	font-weight:normal;
	}

.course_syousai li.p16{
	font-weight:normal;
	font-size:14px;
	letter-spacing	: 0em;
	}

.camp_tx{
	font-size:14px;
	font-weight:bold;
	padding-top:15px;
	}

.camp_tx2{
	font-size:13px;
	}
		
.camp_tx3{
	font-size:13px;
	}
	
.course_syousai .price{
	font-size:18px;
	}

.course_syousai .price2{
	font-size:20px;
	}

.otoku{
	font-size   : 12px;
	margin-top:15px;
	margin-bottom:5px;
	padding     : 2px 5px 1px 5px;
	}
	
.otoku2{
	font-size   : 14px;
	margin-top:15px;
	margin-bottom:0px;
	}
	
.zei{
	font-size:10px;
	}

.c_more{
	width:96%;
	font-size   : 14px;
	padding     : 2px 1% 1px 1%;
	}
	
.c_more strong{
	font-size   : 18px;
	color:#FFF;
	letter-spacing	: 0em;
	}
}

@media only screen and  (max-width: 568px) {
.course_syousai{
	width:98%;
	padding: 10px 1% 0 1%;
	}

.course_syousai .spb{
	display:none;
	}

.course_syousai li.p30{
	clear:both;
	width:94%;
	float:left;
	margin-left:3%;
	border-top:1px dotted #CCC;
	margin-top:10px;
	}
	
.course_syousai li.p5{
	font-size:11px;
	font-weight:normal;
	width:4%;
	margin:40px 0.5% 0;
	padding:0 2px 0;
	}

.course_syousai li.p16{
	font-weight:normal;
	font-size:12px;
	width:26%;
	margin:0 1.1% 0 1.1%;
	}

.camp_tx{
	font-size:14px;
	font-weight:bold;
	padding-top:5px;
	padding-left:10px;
	}

.camp_tx2{
	font-size:14px;
	padding-left:10px;
	}
		
.camp_tx3{
	font-size:13px;
	padding-top:5px;
	padding-left:10px;
	}
	
.course_syousai .price{
	font-size:20px;
	}

.course_syousai .price2{
	font-size:24px;
	}

.otoku{
	font-size   : 12px;
	margin-top:5px;
	margin-bottom:5px;
	padding     : 2px 5px 1px 5px;
	}
	
.otoku2{
	font-size   : 12px;
	font-weight:normal;
	margin-top:10px;
	margin-bottom:10px;
	}
	
.zei{
	font-size:10px;
	}

.c_more{
	width:96%;
	margin:5px auto 0;
	padding     : 2px 0% 1px 2%;
	font-size   : 13px;
	letter-spacing	: 0em;
	}
	
.c_more strong{
	font-size   : 16px;
	color:#FFF;
	}
}

/* アイテム
--------------------------------------------------*/
.item_box {
	width: 100%;
	margin: 0 0 5%;
	letter-spacing	: 0.1em;
	position: relative;
	float:left;
}
@media screen and (max-width: 800px) {
.item_box {
    width: 96%;
	margin: 0 2% 5%;
}
}

.item_box .ichiran{
	position: absolute;
	top: 15px;
	right: 25px;
	}

@media screen and (max-width: 800px) {
    .item_box .ichiran{
	position: absolute;
	top: 10px;
	right: 10px;
	}
}

.item_box .ichiran a{
	display: inline-block;
	padding: 3px 8px 2px;
	font-size:12px;
	letter-spacing	: 0em;
	color: #FFF;
	background: #595959;
	text-decoration: none;
	vertical-align: middle;
	-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
	}

.item_box .ichiran a:hover{
	color: #FFF;
	background: #1275A7;
	}

.item_box .item_top{
	font-family: 'Monda', sans-serif;
	letter-spacing:0.05em;
	font-size:1.2em;
	margin:2% 2%;
}


.item_box h3{
	color:#333;
	margin: 0 0 0 2%;
	font-weight:500;
	font-size:3em;
	font-family: 'Anton', sans-serif;
	line-height:1.2;
}

@media screen and (max-width: 568px) {
.item_box h3{
	font-size:2.6em;
	margin: 0 0 0 3%;
}

.item_box .item_top{
	margin:2% 3%;
}
}

.item_box figure .it_ttl {
			padding: 20% 5px 5px;
			color: #fff;
			font-size: 1.6em;
			text-align: center;
		}
		
.item_box figure .it_tx {
			color: #fff;
			text-align: center;
			padding: 0 5px;
		}
		
.item_box figure .it_sy {
			margin-top:5px;
			text-align: center;
		}


@media screen and (max-width: 800px) {
.item_box figure .it_ttl {
			padding: 8% 5px 5px;
			font-size: 1.4em;
		}
}

@media screen and (max-width: 568px) {
.item_box figure .it_ttl {
			padding: 8% 5px 5px;
			font-size: 1.2em;
		}
		
.item_box figure .it_tx {
			display:none;
		}
}

.item_box figure span  {
	color: #fff;
	background:#D13232;
	padding:1px 5px;
}


.item_box ul{
	width: 100%;
	margin: 0 auto;
	
}

.item_box li{
	width: 33.3%;
	box-sizing: border-box;
	margin: 0;
	padding:2% 2.5% 2%;
	float:left;
}

@media screen and (max-width: 568px) {
.item_box li{
	width: 50%;
	margin-bottom:5%;
}
}

.item_box li img {
	width: 100%;
	height:auto;
}

.item_box .itp {
	padding:0 1%;
	margin-top:10px;
	text-align: center;
	letter-spacing	: 0.05em;
	font-size:2.4em;
	font-family: 'Squada One', sans-serif;
	line-height:1.2;
	font-weight:400;
}

.item_box .itp2 {
	padding:0 1%;
	margin-top:0;
	text-align: center;
	letter-spacing	: 0em;
	font-size:2.2em;
	font-family: 'Squada One', sans-serif;
	line-height:1.2;
	font-weight:400;
}

@media screen and (max-width: 568px) {
.item_box .itp {
	margin-top:5px;
	font-size:1.8em;
}

.item_box .itp2 {
	padding:0 1%;
	margin-top:0;
	text-align: center;
	letter-spacing	: 0em;
	font-size:1.6em;
	font-family: 'Squada One', sans-serif;
	line-height:1.2;
	font-weight:400;
}
}

.item_box p a{
	text-decoration:underline;
}
.item_box p a:hover{
	text-decoration:none;
}

.item_box li img:hover {
	filter:alpha(opacity=80);  /* for IE */
	-moz-opacity: 0.8;  /* for Firefox */
	opacity: 0.8;  /* for Safari or Opera */
}

.h50{
	margin-bottom:20px;
	float:left;
}

@media screen and (max-width: 568px) {
.h50{
	margin-bottom:20px;
	float:left;
}

.h50 img{
	width:94%!important;
	margin:0 3%;
}
}

.h52{
	margin-bottom:20px;
	float:left;
}

@media screen and (max-width: 568px) {
.h52{
	margin-bottom:0;
	float:left;
}

.h52 img{
	width:94%!important;
	margin:0 3%;
}
}


















/* tour_list
--------------------------------------------------*/
.tour_list {
    width: 100%;
	margin: 0 auto 0;
}

.top_info{
    font-size:14px;
	padding-left:7px;
	margin: 0 0 8px 0;
	line-height:1.8;
}

@media only screen and  (max-width: 1200px) {
.top_info{
	line-height:1.6;
}
}

.tour_list h2{
	width: 96%;
	margin:5px auto 15px;
	font-size:20px;
	padding:0 2% 0 2%;
}

.tour_list h2 span{
font-family: "Times New Roman";
}

@media only screen and  (max-width: 1200px) {
	.tour_list h2{
	font-size:16px;
	width: 96%;
	padding:8px 2% 5px 2%;
}
}

@media only screen and  (max-width: 800px) {
	.tour_list {
    width: 100%;
	margin: 0 0 0 0;
	float:none;
}
.tour_list h2{;
	width: 95%;
	font-size:16px;
	padding:8px 2% 5px 3%;
	margin:5px auto 10px;
}
.top_info{
    font-size:13px;
	padding-left:2%;
	padding-right:2%;
}
}

@media only screen and  (max-width: 568px) {
.tour_list h2{
	padding:5px 0 5px 2%;
	font-size:14px;
	letter-spacing	: 0em;
	margin:0 auto 5px;
}
.top_info{
    font-size:12px;
	padding-left:4%;
	padding-right:3%;
	line-height:1.5;
}
}

.tour_list a:hover div.menu_list { opacity: 0.5; }

.menu_list {
	cursor: pointer;
	width:450px;
	float:left;
	margin:10px 5px 5px 10px;
}

.menu_list div.imgArea {
	height: 250px;
	margin-bottom: 1px;
	position: relative;
}

.menu_list .pr {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 !important;
	color: #FFF;
	font-size: 12px;
	background-color: #FD7474;
	padding: 1px 5px;
	display:inline-block;
}

.menu_list div.imgArea img{
	width:448px;
	height: 248px;
	border: 1px solid #eee;
}
.menu_list div.imgArea .slim{display:block;}
.menu_list div.imgArea .wide{display:none;}

.menu_list .txtArea {
	border: 1px solid #eee;
	padding-bottom: 7px;
	overflow: hidden;
	font-size:13px;
	letter-spacing:0.1em;
	line-height:1.5;
}

.menu_list h3 {
	font-weight: bold;
	font-size: 120%;
	padding: 7px 10px 0 20px;
	color:#0A51A1;
}

.menu_list .txtArea p { margin: 2px 10px 5px 12px; }


@media only screen and  (max-width: 1200px) {
	.menu_list {
	cursor: pointer;
	width:47%;
	float:left;
	margin:10px 1.5% 10px 1.5%;
}

.menu_list div.imgArea {
	height: auto;
	margin-bottom: 1px;
	position: relative;
}

.menu_list div.imgArea img{
	width:99%;
	height: 99%;
	border: 1px solid #eee;
}
.menu_list div.imgArea .slim{display:block;}
.menu_list div.imgArea .wide{display:none;}
}

@media only screen and  (max-width: 1200px) {
.menu_list .txtArea p { margin: 2px 5px 5px 10px; }
.menu_list h3 {
	font-size: 110%;
	padding-left:10px;
}
}
@media only screen and  (max-width: 800px) {
.menu_list {
	cursor: pointer;
	width:47%;
	float:left;
	margin:10px 1.5% 10px 1.5%;
}
.menu_list h3 {
	font-size: 15px;
	letter-spacing	: 0em;
	padding-left:10px;
}

.menu_list .txtArea p { margin: 2px 5px 5px 10px; }
.menu_list div.imgArea .slim{display:block;}
.menu_list div.imgArea .wide{display:none;}
}

@media only screen and  (max-width: 720px) {
.menu_list .tsm {
	font-size: 85%;
}
.menu_list .txtArea p { letter-spacing	: 0em; }
}

@media only screen and  (max-width: 620px) {
.menu_list .tsm {
	font-size: 75%;
}
}

@media only screen and  (max-width: 568px) {
.menu_list {
	cursor: pointer;
	width:98%;
	float:left;
	margin:0 1% 10px 1%;
}
.menu_list div.imgArea .slim{display:none;}
.menu_list div.imgArea .wide{display:block;}
.menu_list h3 {
	letter-spacing	: 0em;
	padding-top: 5px;
	font-size:14px;
}

.menu_list .tsm {
	font-size: 100%;
}
.menu_list .txtArea p { font-size:100%;}
}

.menu_list .syousai_bt{
	font-size:11px;
	color:#FFF;
	letter-spacing:0.1em;
	text-align: center;
	background-color:#5BBDEE;
	padding:2px 5px 2px 5px;
	-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;
}

.rebt{
	text-align: center;
	margin-top:35px;
	clear:both;
}

.rebt a:hover{ opacity: 0.7; }

.rebt img{
	max-width:685px;
	width:100%;
	height:auto;
}


@media only screen and  (max-width: 800px) {
.rebt{
	margin-top:10px;
	margin-bottom:20px;
	clear:both;
}
.rebt img{
	max-width:685px;
	width:98%;
	height:auto;
}
}

@media only screen and  (max-width: 568px) {
.rebt{display:none;}
}

/* voice_box
--------------------------------------------------*/
#voice_box {
    width: 100%;
	margin: 10px auto 25px;
}

@media only screen and  (max-width: 800px) {
	#voice_box {
		margin: 15px auto 25px;;
		}
}


#voice_box .ttl{
	background: url(../images/top/bg_h3.png) repeat-x;
	width:100%;
	height:83px;
	margin-bottom:10px;
	position: relative;
}


#voice_box h3{
	font-size: 24px!important;
	padding:25px 4% 0 2%;
	height:58px;
	color:#00ABBD;
	float:left;
}

#voice_box .ttl .sub_t{
	font-size: 14px!important;
	color:#0A51A1;
	font-weight:normal;
	padding-top:35px;
	font-weight:bold;
	font-family: "Times New Roman";
}

#voice_box .tl {
	margin-right:10px;
	margin-left:5px;
	vertical-align: top;
	}

#voice_box .tl img{
	width:35px!important;
	height:35px!important;
	}

#voice_box .ttl .bgpic{
	position: absolute;
	top:5px;
	right:0;
	height:75px;
	}

@media only screen and  (max-width: 800px) {
	#voice_box h3{
	font-size: 24px!important;
}
}

@media only screen and  (max-width: 568px) {
	#voice_box h3{
	letter-spacing	: 0em;
}
}

@media only screen and  (max-width: 568px) {
#voice_box .ttl{
	background: url(../images/top/bg_h3s.png) repeat-x;
	width:100%;
	height:53px;
}

#voice_box h3 img{
	width:27px!important;
	height:27px!important;
	}
		
#voice_box h3{
	font-size: 18px!important;
	padding:15px 4% 0 2%;
}

#voice_box .tl {
	margin-right:5px;
	margin-left:5px;
	vertical-align: top;
	}
	
#voice_box .ttl .sub_t{
	display:none;
}

#voice_box .ttl .bgpic{
	position: absolute;
	top:0px;
	right:0;
	height:50px;
	}
}

#voice_box .voice_top{
	width:94%;
	margin:0 auto 10px;
	font-size:120%;
	}

#voice_box li{
	width:23%;
	margin:0 1%;
	float:left;
	}

#voice_box li a:hover div.voice_list { opacity: 0.7; }

.voice_list{
	width:99%;
	margin:0;
	border:1px solid #AAAAAA;
	}

.voice_list img{
	width:100%;
	margin: 0 0 5px;
	}

.voice_day{
	padding:5px 8px 5px 0;
	font-size:12px;
	text-align: right;
	}
	
.voice_ttl{
	padding:5px 2px 5px 8px;
	font-weight:bold;
	font-size:15px;
	letter-spacing	: 0em;
	line-height:1.5;
	color:#FF8080;
	}

@media only screen and  (max-width: 800px) {
	.voice_ttl{
	padding:5px 5px 5px 5px;
	font-size:14px;
	line-height:1.4;
	}
}

.voice_syousai{
	background:#02476F;
	width:96%;
	padding:5px 4% 5px 0;
	text-align: right;
	color:#FFF;
	}

@media only screen and  (max-width: 568px) {
	#voice_box li{
	width:48%;
	margin-bottom:10px;
	}
	
	.voice_ttl{
	font-size:13px;
	line-height:1.4;
	}
	
	.voice_list img{
	margin:0 0 0;
	}
	
	.voice_day{
	font-size:11px;
	letter-spacing	: 0em;
	}
}

/* バナー
--------------------------------------------------*/
#bnt_list {
	width: 100%;
	margin: 0 0 3%;
	float:left;
}

#bnt_list h2{
	margin: 0 2% 2%;
	font-family: 'Monda', sans-serif;
	letter-spacing:0.05em;
	font-size:1.2em;
}

#bnt_list li{
	width: 50%;
	height:auto;
	float:left;
	box-sizing: border-box;
	margin: 0;
	padding:0 1.5% 1%;
}

#bnt_list img{
	width: 100%;
	height:auto;
	margin: 0 0 2%;
}

#bnt_list p{
	width: 96%;
	margin: 0 auto;
}

#bnt_list a:hover { opacity: 0.7; }


@media only screen and  (max-width: 1200px) {
#bnt_list h2{
	font-size:15px;
	letter-spacing	: 0em;
	}
}

@media only screen and  (max-width: 800px) {
#bnt_list {
	width: 92%;
	margin: 3px 4%;
	float:none;
	}

#bnt_list h2{
	font-size:14px;
	text-align: left;
}

#bnt_list li{
	padding:1%;
}
}

@media only screen and  (max-width: 568px) {
#bnt_list li{
	width: 100%;
	height:auto;
	margin: 0 0 5%;
	padding:0;
}
}

/* insta
--------------------------------------------------*/
.insta {
  width:100%;
  float:left;
  padding:0 1.5%;
  text-align: center;
  box-sizing: border-box;
}

@media screen and (max-width: 800px) {
.insta {
 padding:4%;
}
}

@media screen and (max-width: 568px) {
.insta {
 padding:0 3% 5%;
}
}

.insta .insta_top{
	padding:0;
	display:inline-block;
}

@media screen and (max-width: 800px) {
.insta .insta_top{
}
}

.insta .insta_top img{
	width:100%;
	max-width:164px;
	height:auto;
	margin:0 auto 10px;
	}

@media screen and (max-width: 800px) {
.insta .insta_top img{
 margin:0 auto 5px;
 max-width:120px;
}
}

/* バナー
--------------------------------------------------*/
#bn_list {
	width: 46%;
	margin: 25px 0 25px 2%;
	float:right;
}

#bn_list img{
	width: 100%;
	height:auto;
	margin-bottom:8%;
}

#bn_list a:hover { opacity: 0.7; }

@media only screen and  (max-width: 568px) {
#bn_list {
	width: 92%;
	margin: 3px 4%;
	float:none;
	}

#bn_list img{
	margin-top:2%;
	margin-bottom:3%;
}
}


/* 新着
--------------------------------------------------*/
#topics_list {
	width: 48%;
	margin: 25px 2% 25px 0;
	position: relative;
	float:left;
	background:#F9F9F9;
	padding:0.5% 0.5% 1.5%;
	box-sizing: border-box;
}

.topics_ttl{
	padding:0 0 0 5%;
	color:#333;
	margin: 0 auto;
	font-weight:500;
	font-size:3em;
	font-family: 'Squada One', sans-serif;
	border-bottom:2px solid #333;
	width:96%;
	box-sizing: border-box;
	line-height:1.4;
}

@media only screen and  (max-width: 568px) {
.topics_ttl{
	font-size:2em;
	padding:2% 0 0;
	text-align: center;
	margin-bottom:0;
	}
}

#topics_list .news_box{
	width:97%;
	padding:1px 1.5% 1px;
	margin: 0 0 0 0.7%;
}

@media only screen and  (max-width: 568px) {
#topics_list {
	width: 92%;
	margin: 10px 4% 25px;
}

#topics_list .news_box{
	padding:2% 1.5%;
}
}
.news_box a {   
	text-decoration:none;
	color: #145E6B;
	}  
	
.news_box a:hover {  
	text-decoration:underline;
	color: #145E6B;
	}

.news_left {
	width: 96%;
	margin : 10px 2% 2% 2%;
	float:left;
}

.news_box .photo {
	width : 35%;
	height:auto;
	margin : 5px 2% 12px 0;
	float:left;
	-moz-box-shadow: 0 0 4px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: solid #fff 5px;
	background: #fff;
	}
	
.news_box .news_title{
    margin		: 0 0 5px 0;
	color		: #105A93;
	font-size:11px;
	}

.news_box strong{
    font-weight:bold;
	color		: #105A93;
	font-size:12px;
	}
	
.news_title a {   
	text-decoration:underline;
	color: #145E6B;
	}  
	
.news_title a:hover {  
	text-decoration:none;
	color: #145E6B;
	}
	
.news_box .news_txt {
	font-size:11px;
	margin-top:5px;
	}

.news_box .news_txt .more {
	text-align: right;
	margin-top: 2px;
	margin-right:10px;}

.news_txt .more a{color:#FFF;display:inline-block;padding:2px 8px;background-color:#105A93;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;}
.news_txt .more a:hover{color:#FFF;text-decoration:none;background-color:#333;}

#right_news{
	width: 97%;
	margin : 10px 1% 0 2%;
	font-size   : 11px;
	}

@media only screen and  (max-width: 568px) {
.news_box .photo {
	width : 35%;
	margin : 5px 4% 12px 0;
	-moz-box-shadow: 0 0 3px #ccc;
	-webkit-box-shadow: 0 0 3px #ccc;
	box-shadow: 0 0 3px #ccc;
	border: solid #fff 3px;
	}

.news_box .news_txt .more {
	text-align: right;
	margin-top: 0;
	}
	
	.news_box .news_txt .more {
	margin-top: 0;
}
	
	#right_news{
	width		: 96.5%;
	margin		: 0 0 5px 2.5%;
	font-size   : 12px;
	}
}

#right_news a {   
	text-decoration:underline;
	color: #145E6B;
	}  
	
#right_news a:hover {  
	text-decoration:none;
	color: #145E6B;
	}
	
#right_news div.new {
	width: 98%;
	height: 225px;
	overflow: auto;
	margin-right: auto;
	margin-left: 1px;
	margin-top: -18px;
	padding: 10px 0 10px 0;
	background	: #F0F0F0;
}

@media only screen and  (max-width: 800px) {
#right_news div.new {
	height: 150px;
	}
}

@media only screen and  (max-width: 568px) {
#right_news div.new {
	width: 97%;
	height: 100px;
	overflow: auto;
	margin-right: 0;
	margin-left: 0;
	}
}
	
.list_news{
	width: 92%;
	line-height: 1.6;
	border-bottom: 1px dotted #AAAAAA;
	float :left;
	margin-bottom:10px;
}

#right_news dt {
	margin-left:3%;
	width:94%;
	color		: #105A93;
	clear:both;
}

#right_news dd {
	padding-bottom:8px;
	padding-left:3%;
	width:94%;
}

.tokuten_box{
	float:left;
	width:340px;
	margin:30px 0 0 20px;
}

.tokuten_box li{
	margin-bottom:15px;
}

.tokuten_box img{
	width:340px;
	height:142px;
}

@media only screen and  (max-width: 1200px) {
.tokuten_box{
	float:left;
	width:340px;
	margin:30px 0 0 0;
}
}

@media only screen and  (max-width: 800px) {
.tokuten_box{
	float:none;
	width:98%;
	margin:20px auto;
}

.tokuten_box li{
	width:47%;
	float:left;
	margin:0 1% 0 2%;
}

.tokuten_box img{
	width:100%;
	height:auto;
	max-width:340px;
	margin:0 auto;
}
}

@media only screen and  (max-width: 568px) {
.tokuten_box{
	width:100%;
}

.tokuten_box li{
	width:98%;
	float:left;
	margin:0 1% 0 1%;
}

.tokuten_box img{
	margin:0 auto 10px;
}
}

.facebook_box{
	float:right;
	width:500px;
	margin:30px 25px 10px 0;
}

@media only screen and  (max-width: 1200px) {
.facebook_box{
	width:380px;
	margin:30px 0 10px 0;
}
}

@media only screen and  (max-width: 800px) {
.facebook_box {
	display:none;
	}
}

.fbpc{
	display:block;
}

.fbpcs{
	display:none;
}

@media only screen and  (max-width: 1200px) {
.fbpc{
	display:none;
}

.fbpcs{
	display:block;
}
}

.inst_bnr{
	width:96%;
	margin:0 auto 3%;
}

.inst_bnr img{
	width:100%;
	height:auto;
}