/* ==== Base === */
body {
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	background: #000;
}

#wrap {	
	overflow:hidden;
}

.outline {
	width:92%;
	margin:0 auto;
	overflow:hidden;
}

/* ==== font size === */
.font_s {
	font-size: 0.9em;
}
.font_ss {
	font-size: 0.8em;
}
.font_sss {
	font-size: 0.7em;
}
.font_xs {
	font-size: 0.5em;
}
.font_l {
	font-size: 1.1em;
}
.font_ll {
	font-size: 1.2em;
}
.font_lll {
	font-size: 1.3em;
}

.sp_non {
	display:none;
}

/*改行　スマホのスタイル*/
@media screen and (max-width: 599px){
	span.sp_br::before {
	content: "\A" ;
	white-space: pre ;
} 
}

/* ==== Header === */
header {
	padding: 15px 0;
	background: #000000;
	color: #ffffff;
	box-sizing: border-box;
    position: fixed;            
    top: 0px;                 
    left: 0px;
	z-index: 10000;
	width: 100%;
}
#hd {
	width: 95%;
	margin: 0 auto;
}
#hd h1 {
	width:37%;
	display: inline-block;
	box-sizing: border-box;
}
#hd h1 img {
	width:100%;
	height: auto;
	max-width: 165px;
}
#hd #hd_contact {
	display: inline-block;
	width: 61%;
	text-align: right;
	box-sizing: border-box;
}
#hd #hd_contact p#tel a{
	color: #fff;
	display: block;
	font-size: 20px;
	font-weight: bold;
}
#hd #hd_contact p#time {
	font-size: 10px;
}
#hd p#btn_01,
#hd p#btn_02 {
	display: inline-block;
	width: 49%;
}
#hd p#btn_01 a,
#hd p#btn_02 a {
	margin-top: 10px;
	display: block;
	color:#fff;
	font-size: 11px;
	text-align: center;
	padding: 15px 0 12px;
	border-radius: 6px;
	box-sizing:border-box;
	font-weight: bold;
}
#hd p#btn_01 a {
	border: #00B9EF 1px solid;
}
#hd p#btn_02 a {
	border: #E077A5 1px solid;
}
#hd p#btn_01 a:active {
	background: #00B9EF ;
}
#hd p#btn_02 a:active {
	background: #E077A5;
}


/* ==== 各Content === */
/*バスケットボールの最新情報はコチラ*/
p#news_btn a {
	display: block;
	font-size: 15px;
	padding: 13px 0 13px 50px;
	width: 55%;
	max-width: 380px;
	margin: 0 auto;
	border-radius: 30px;
	position: relative;
	z-index: 2;
	top: -45px;
	border: #E077A5 1px solid;
	color: #fff;
	margin-bottom: -72px;
	background: url(../images/arrow.svg) no-repeat right 30px center #E077A5;
	background-size: 10px;
	font-weight: bold;
}
p#news_btn a:active {
	background: url(../images/arrow.svg) no-repeat right 30px center #000 ;
	background-size: 10px;
}
/*バスケットボールの最新情報はコチラ　スマホのスタイル*/
@media screen and (max-width: 599px){
	p#news_btn a {
	font-size: 13px;
	padding: 12px 0 10px 0px;
	width: 80%;
	text-align: center;
	border-radius: 29px;
	top: -39px;
	margin-bottom: -65px;
	background: #E077A5;
}
p#news_btn a:active {
	background: #000 ;
}
}

/*Let's play basketball*/
#lets_play_box {
	text-align: center;
	background: url(../images/ball_bg_img.jpg) no-repeat top 80px center #000 ;
	background-size: 65%;
	color: #fff;
	padding: 80px 0 80px;
}
#lets_play_box p#txt_L {
	font-size: 24px;
	text-shadow: 3px 2px 5px #000;
	font-weight: bold;
	margin-bottom: 30px;
}
#lets_play_box p img {
	width: 90%;
	margin-top: 50px;
	opacity: 0.7;
}
/*Let's play basketball　スマホのスタイル*/
@media screen and (max-width: 599px){
	#lets_play_box {
	background: url(../images/ball_bg_img.jpg) no-repeat top 80px center #000 ;
	background-size: 95%;
	padding: 50px 0 40px;
}
#lets_play_box p#txt_L {
	font-size: 18px;
	margin-bottom: 20px;
}
#lets_play_box p  {
	font-size: 13px;
}
#lets_play_box p img {
	width: 90%;
	margin-top: 30px;
}
}


/*レンタルコート、個人バスケ、バスケット大会共通*/
.color_contents {
	color: #fff;
	padding: 20px 0 30px;
}
.color_contents h2 {
	width: 23%;
	text-align: center;
	font-size: 18px;
	border-bottom: 4px solid #fff;
	padding: 5px 0;
	margin: 0 auto;
}
.color_contents #left_box {
	margin-top: 30px;
	padding-bottom: 10px;
	font-size: 18px;
}
.color_contents #right_box {
}
.color_contents #right_box p.btn a {
	display: block;
	background: #fff;
	padding: 18px 0 15px;
	border-radius: 36px;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}
.color_contents #right_box p.btn a:active {
	background: #000;
}
.color_contents #right_box p.about_court a{
	margin-top: 10px;
	background: url(../images/arrow.svg)no-repeat left 170px top 3px;
	background-size: 7px;
	color: #fff;
	display: block;
}
.color_contents #right_box p.about_court a:active {
	opacity: 0.8;
} 
/*レンタルコート、個人バスケ、バスケット大会共通　スマホのスタイル*/
@media screen and (max-width: 599px){
.color_contents h2 {
	width: 40%;
	font-size: 15px;
	border-bottom: 3px solid #fff;
}
.color_contents #left_box {
	margin-top: 20px;
	padding-bottom: 10px;
	font-size: 13px;
}
.color_contents #left_box br {
	display: none;
}
.color_contents #right_box p.btn a {
	padding: 15px 0 12px;
	border-radius: 26px;
	font-size: 1.1em;
}
.color_contents #right_box p.about_court a{
	margin-top: 10px;
	background: url(../images/arrow.svg)no-repeat left 155px top 5px;
	background-size: 5px;
	font-size: 14px;
}
}
	
	
/*レンタルコート*/
#rental_court {
	background: url(../images/rental_court.svg) no-repeat top 80px center #00B9EF;
	background-size:  98%;	
	position: relative;
}
#rental_court #fukidashi img {
	width: 25%;
	position: absolute;
	right: 10px;
	top: -80px;
}
#rental_court p>img {
	width: 70%;        
	margin-top: 70px;
}
#rental_court #left_box {
	background: url(../images/icon_ball.svg) no-repeat left top;
	background-size: 80px;
	padding: 0 0 10px;
}
#rental_court #left_box p {
	padding-left: 100px;
}
#rental_court #left_box p:nth-child(2) {
	font-size: 0.8em;
	margin-top: 20px;
}
#rental_court #right_box #waribiki_box {
	font-size: 23px;
	background: #E077A5;
	border-radius: 8px;
	padding: 10px 0;
	text-align: center;
	position: relative;
	margin-top: 20px;
}
#rental_court #right_box #waribiki_box::after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #E077A5 transparent transparent transparent;
  border-width: 10px 8px 0 10px;
}
#rental_court #right_box p:first-child {
	font-weight: bold;
}
#rental_court #right_box p.btn a {
	color: #00B9EF;
	margin-top: 20px;
}

/*レンタルコート　スマホのスタイル*/
@media screen and (max-width: 599px){
#rental_court #fukidashi img {
	width: 35%;
	right: 0px;
	top: -40px;
}
#rental_court p>img {
	width: 70%;        
	margin-top: 55px;
}
#rental_court #left_box {
	background-size: 60px;
}
#rental_court #left_box p {
	padding-left: 70px;
}
#rental_court #right_box #waribiki_box {
	font-size: 20px;
}
}
	
/*個別バスケ*/
#personal {
	background: url(../images/personal.svg) no-repeat top 80px center #58B596;
	background-size:  98%;	
	position: relative;
}
#personal #fukidashi img {
	width: 20%;
	position: absolute;
	right: 20px;
	top: -60px;
}
#personal p>img {
	width: 70%;        	
	margin-top: 100px;
}
#personal #left_box {
	background: url(../images/icon_person.svg) no-repeat left top;
	background-size: 80px;
	padding-left: 100px;
}
#personal #right_box p.btn a {
	color: #58B596;
	margin-top: 40px;
}
/*個別バスケ　スマホのスタイル*/
@media screen and (max-width: 599px){
#personal #fukidashi img {
	width: 30%;
	right: 0px;
	top: -50px;
}
#personal p>img {
	margin-top: 60px;
}
#personal #left_box {
	background: url(../images/icon_person.svg) no-repeat left top;
	background-size: 50px;
	padding-left: 70px;
}
#personal #right_box p.btn a {
	color: #58B596;
	margin-top: 20px;
}
}



/*バスケット大会*/
#compe {
	background: url(../images/compe.svg) no-repeat top 80px center #E077A5;
	background-size:  98%;
	position: relative;
}
#compe #fukidashi img {
	width: 35%;
	position: absolute;
	right: 0px;
	top: -60px;
}
#compe p>img {
	width: 70%;        	
	margin-top: 90px;
}
#compe #left_box {
	background: url(../images/icon_compe.svg) no-repeat left top;
	background-size: 80px;
	padding-left: 100px;
}
#compe #right_box p.btn a {
	color: #E077A5;
	margin-top: 60px;
}
/*バスケット大会　スマホのスタイル*/
@media screen and (max-width: 599px){
#compe #fukidashi img {
	width: 40%;
	position: absolute;
	right: 0px;
	top: -40px;
}
#compe p>img {
	width: 70%;        	
	margin-top: 55px;
}
#compe #left_box {
	background: url(../images/icon_compe.svg) no-repeat left top;
	background-size: 50px;
	padding-left: 70px;
}
#compe #right_box p.btn a {
	color: #E077A5;
	margin-top: 20px;
}
}

	
/*SNS*/
#sns {
	color: #fff;
	background:#000;
	background: url(../images/sns_img.jpg) no-repeat right top #000;
	background-size: 50%;
	padding: 40px 0 40px;
}
#sns p {
	color: #58B596;
	font-size: 23px;
}
#sns_con {
	margin-top: 40px;
}
#sns_con p {
	margin-bottom: 15px;
	color: #fff;
}
#sns p.sns_s {
	font-size: 20px;
}
#sns ul#txt_box {
	text-decoration: none;
	list-style: none;
}
#sns ul#txt_box li {
	font-size: 13px;
	vertical-align: top;
	margin-right: 30px;	
}
#sns ul#txt_box li a {
	color: #fff;
	display: block;
	position: relative;
}
#sns ul#txt_box li#insta a {
	background: url(../images/icon_instagram.png) no-repeat left top;
	background-size: 55px;
	padding: 8px 0 10px;
	padding-left: 70px;
	width: 31%;
	margin-bottom: 20px;
}
#sns ul#txt_box li#insta a span {
	margin-right: 10px;
}
#sns ul#txt_box li#insta a:active {
	background: url(../images/icon_instagram_hv.png) no-repeat left top;
	background-size: 55px;
}
#sns ul#txt_box li#facebook,
#sns ul#txt_box li#twitter {
	display: inline-block;
}
#sns ul#txt_box li#facebook a,
#sns ul#txt_box li#twitter a {
	background: url(../images/icon_facebook.png) no-repeat left top;
	background-size: 55px;
	padding: 20px 0 18px;
	padding-left: 70px;
}
#sns ul#txt_box li#facebook a {
	background: url(../images/icon_facebook.png) no-repeat left top;
	background-size: 55px;
}
#sns ul#txt_box li#facebook a:active {
	background: url(../images/icon_facebook_hv.png) no-repeat left top;
	background-size: 55px;
}
#sns ul#txt_box li#twitter a {
	background: url(../images/icon_twitter.svg) no-repeat left top;
	background-size: 55px;
}
#sns ul#txt_box li#twitter a:active {
	background: url(../images/icon_twitter_hv.svg) no-repeat left top;
	background-size: 55px;
}
/*sns　スマホのスタイル*/
@media screen and (max-width: 599px){
	#sns {
	background: url(../images/sns_img.jpg) no-repeat right top #000;
	background-size: 70%;
	padding: 30px 0 50px;
}
#sns p {
	color: #58B596;
	font-size: 15px;
	font-weight: bold;
}
#sns_con {
	margin-top: 30px;
}
#sns_con p {
	margin-bottom: 15px;
	color: #fff;
	font-weight: normal;
}
#sns p.sns_s {
	font-size: 16px;
}
#sns ul#txt_box li {
	font-size: 13px;
	vertical-align: top;
	margin-right: 10px;	
}
#sns ul#txt_box li#insta a {
	background: url(../images/icon_instagram.png) no-repeat left top 6px;
	background-size: 35px;
	padding: 6px 0 3px;
	padding-left: 40px;
	width: 60%;
	margin-bottom: 20px;
}
#sns ul#txt_box li#insta a:active {
	background: url(../images/icon_instagram_hv.png) no-repeat left top 6px;
	background-size: 35px;
}
#sns ul#txt_box li#facebook,
#sns ul#txt_box li#twitter {
	display: inline-block;
}
#sns ul#txt_box li#facebook a,
#sns ul#txt_box li#twitter a {
	padding: 8px 0 10px;
	padding-left: 40px;	
}
#sns ul#txt_box li#facebook a {
	background: url(../images/icon_facebook.png) no-repeat left top;
	background-size: 35px;
}
#sns ul#txt_box li#facebook a:active {
	background: url(../images/icon_facebook_hv.png) no-repeat left top;
	background-size: 35px;
}
#sns ul#txt_box li#twitter a {
	background: url(../images/icon_twitter.svg) no-repeat left top;
	background-size: 35px;
}
#sns ul#txt_box li#twitter a:active {
	background: url(../images/icon_twitter_hv.svg) no-repeat left top;
	background-size: 35px;
}
}

/*個バス*/
#ko_bas {
	color: #fff;
	background: url(../images/ko_bas_img.jpg) no-repeat left center #000;
	background-size: 55%;
	padding: 50px 0 50px;
}
#ko_bas_con {
	float: right;
	width: 57%;
}
#ko_bas_con br {
	display: none;
}
#ko_bas_con::after {
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
#ko_bas_con #price  {
	margin-bottom: 30px;
	font-size: 20px;
}
#ko_bas_con p a {
	font-size: 14px;
	padding: 8px 0px;
	text-align: center;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 30px;
	margin-top: 5px;
	width: 80%;
	display: block;
	box-sizing: border-box;
}
#ko_bas_con p a:active {
	background: #E077A5;
}
#ko_bas_con #theme  {
	margin-top: 30px;
}
#ko_bas_con #theme #theme_ttl {
	border: 1px solid #fff;
	border-radius: 3px;
	padding: 7px 0px;
	text-align: center;
	font-size: 0.8em;
	vertical-align:top;
	width: 100px;
	margin-bottom: 5px;
}
#ko_bas_con #theme #theme_txt {
	font-size: 15px;
	color: #E077A5;
}
/*個バス　スマホのスタイル*/
@media screen and (max-width: 599px){
#ko_bas {
	background: url(../images/ko_bas_img.jpg) no-repeat left center #000;
	background-size: 65%;
	padding: 30px 0 30px;
}
#ko_bas_con {
	float: right;
	width: 60%;
	font-size: 13px;
}
#ko_bas_con #price  {
	margin-bottom: 30px;
	font-size: 13px;
}
#ko_bas_con p a {
	font-size: 10px;
	width: 100%;
	box-sizing: border-box;
	margin-top: 5px;
	font-weight: bold;
}
#ko_bas_con #theme  {
	margin-top: 10px;
}
#ko_bas_con #theme #theme_ttl {
	padding: 5px 0px;
	font-size: 0.7em;
}
#ko_bas_con #theme #theme_txt {
	color: #E077A5;
	font-size: 13px;
}
}


/*entry*/
#entry {
	color: #fff;
	background: url(../images/entry_img.jpg) no-repeat right top #000;
	background-size: 50%;
	padding: 0 0 170px;
	font-size: 18px;
}
#entry_con {
	padding-top: 40px;
}
#entry p:first-child {
	margin-bottom: 10px;
	color: #00B9EF;
}
/*entry　スマホのスタイル*/
@media screen and (max-width: 599px){
#entry {
	padding: 0 0 40px;
	font-size: 15px;
}
#entry_con {
	padding-top: 30px;
}
}


/*バスケットボールスクール*/
#school {
	color: #fff;
	padding: 0px 0 30px;
}
#school .outline > h2 {
	width: 230px;
	text-align: center;
	font-size: 18px;
	border-bottom: 4px solid #fff;
	padding: 5px 0;
	margin: 0 auto;
}
#school .outline > p img {
	width: 45%;
	margin: 15px auto 0px;
	display: block;
	opacity: 0.3;
}
#school #school_con {
	width: 100%;
	box-sizing: border-box;
	background: #FBE641;
	color: #000;
	padding: 15px;	
	font-size: 13px;
	margin-top: 20px;
}
#school #school_con #school_wrap {
	border: 4px solid #000;
	padding: 15px;
	display: flex;
	flex-direction: column-reverse;
	-ms-flex-direction: column-reverse; 
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse; 
}

#school #school_con #school_left {
	margin-top: 30px;
	min-height: 0%;/*flex-directionのIEバグ回避のため*/
}
#school #school_con #school_left #fukidashi {
	width: 53%;
	float: left;
}
#school #school_con #school_left #fukidashi img {
	width: 100%;
	height:auto;
}
#school #school_con #school_left p  {
	width: 45%;
	float: right;
}
#school #school_con #school_left p img {
	width: 100%;
	height: auto;
}
#school #school_con #school_left::after {
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
#school #school_con #school_right {
	min-height: 0%;/*flex-directionのIEバグ回避のため*/
}
#school #school_con  h2 {
	font-size: 22px;
}
#school #school_con table {
	color: #fff;
	font-size: 14px;
	width: 100%;
	margin: 20px 0 10px;
}
#school #school_con table th, 
#school #school_con table td {
	width: 100%;
	display: block;
	text-align: center;
	padding: 7px 0px 5px;
	vertical-align:middle;
}
table#school_course th {
	background: #00B9EF;
}
table#school_course td {
	background: #0295BF;
}
table#academy_course th {
	background: #E077A5;
}
table#academy_course td {
	background: #C15383;
}
#Stampede  {
	margin-top: 20px;
}
#Stampede p {
	font-weight: bold;
	display: inline-block;
}
#Stampede p#school_btn a {
	font-weight: normal;
	border: 1px solid #000;
	display: block;
	padding: 5px 20px 5px 20px;
	color: #000;
	margin-left: 20px;
	text-align: center;
	box-sizing: border-box;
}
#Stampede p#school_btn a:hover {
	background: #000;
	color: #fff;
}
/*バスケットボールスクール　スマホのスタイル*/
@media screen and (max-width: 599px){
#school #school_con {
	padding: 10px;	
}
#school .outline > h2 {
	width: 220px;
	font-size: 15px;
	border-bottom: 3px solid #fff;
}
#school .outline > p img {
	width: 55%;
	margin: 10px auto 0px;
}
#school #school_con #school_wrap {
	border: 4px solid #000;
	padding: 15px;
}
#school #school_con #school_left #fukidashi {
	width: 68%;
	position: relative;
}
#school #school_con #school_left #fukidashi img {
	width:100%;
	height:auto;
	position: absolute;
	top:-15px;
	left: -35px;
}
#school #school_con #school_left p  {
	width: 55%;
}
#school #school_con #school_right br {
	display: none;
}
#Stampede p#school_btn {
	width: 100%;
}
#Stampede p#school_btn a {
	margin-left: 0px;
	margin-top: 10px;
	padding: 7px 10px 5px 10px;
	padding: 7px 10px 5px 10px;
	box-sizing: border-box;
	font-size: 11px;
	text-align: center;
}
}


/*スタッフ募集*/
#staff {
	color: #fff;
	padding: 40px 0 30px;
}
#staff .outline > h2 {
	text-align: center;
	font-size: 17px;
	border-bottom: 4px solid #fff;
	width: 200px;
	margin: 0 auto;
	padding-bottom: 10px;
}
#staff .outline > p img {
	width: 70%;
	margin: 10px auto 20px;
	display: block;
	opacity: 0.3;
}
#staff #staff_con {
	width: 100%;
	box-sizing: border-box;
	background: #289F77;
	padding: 15px;	
	font-size: 13px;
}
#staff #staff_con #staff_wrap {
	border: 4px solid #000;
	padding: 30px 30px 0px;
	display: flex;
	flex-direction: column-reverse;
	-ms-flex-direction: column-reverse; 
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse; 
}
#staff #staff_con #staff_left {
	margin-top: 30px;
	min-height: 0%;/*flex-directionのIEバグ回避のため*/
}
#staff #staff_con #staff_left #fukidashi {
	width: 55%;
	float: left;
}
#staff #staff_con #staff_left #fukidashi img {
	width:100%;
	height:auto;
}
#staff #staff_con #staff_left p  {
	width: 45%;
	float: right;
}
#staff #staff_con #staff_left p img {
	width: 100%;
	height: auto;
}
#staff #staff_con #staff_left::after {
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:" ";
}
#staff #staff_con #staff_right {
	min-height: 0%;/*flex-directionのIEバグ回避のため*/
}
#staff #staff_con  h2 {
	font-size: 20px;
}
p#staff_btn a {
	font-weight: normal;
	border: 1px solid #fff;
	display: block;
	padding: 8px 20px 8px 20px;
	color: #fff;
	text-align: center;
	margin-top: 30px;
}
p#staff_btn a:hover {
	background: #000;
}
/*スタッフ募集　スマホのスタイル*/
@media screen and (max-width: 599px){
#staff #staff_con {
	padding: 10px;	
}
#staff .outline > h2 {
	width: 160px;
	font-size: 15px;
	border-bottom: 3px solid #fff;
}
#staff .outline > p img {
	width: 100%;
	margin: 10px auto 20px;
}
#staff #staff_con #staff_wrap {
	border: 4px solid #000;
	padding: 15px;
}
#staff #staff_con #staff_left #fukidashi {
	width: 70%;
	position: relative;
}
#staff #staff_con #staff_left #fukidashi img {
	width:100%;
	height:auto;
	position: absolute;
	top:-20px;
	left: -35px;
}
#staff #staff_con #staff_left p  {
	width: 55%;
}
p#staff_btn a {
	padding: 8px 10px 8px 10px;
}
}


/*instagram*/
#instagram {
	color: #fff;
	padding: 50px 0 80px;
}
#instagram .outline > h2 {
	text-align: center;
	font-size: 17px;
	border-bottom: 4px solid #fff;
	width: 230px;
	margin: 0 auto;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.insta_btn2{/*ボタンの下地*/
  border-radius: 15px;
  position: relative;
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 1.2em;
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
  overflow: hidden;
  text-decoration:none;
  padding: 20px 0 18px 0px;
  box-sizing: border-box;
}
.insta_btn2:before{/*グラデーション②*/
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  z-index: 1;
  border-radius:15px;
}
#instagram p {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  color: #FFF;
  position: relative;
  z-index: 2;
  margin-left:25px;
  padding-left: 5px;
}
#instagram p:before{/*アイコン*/
  content: '';
  position: absolute;
  top: -13px;
  left: -45px;
  width: 40px;
  height: 40px;
  background: url(../images/icon_insta_s.svg) no-repeat left center;
  background-size: contain;
  z-index: 2;
}
#instagram p:last-child {
	margin-left: 0;
}
#instagram p:last-child img {
	width: 200px;
	opacity: 0.5;
}
#instagram p:last-child:before {
	background: none;
}
a.insta_btn2:hover {
	opacity: 0.8;
}

/*instagram　スマホのスタイル*/
@media screen and (max-width: 599px){
#instagram {
	padding: 20px 0 30px;
}
#instagram .outline > h2 {
	font-size: 15px;
	border-bottom: 3px solid #fff;
	width: 160px;
	margin: 0 auto;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.insta_btn2{/*ボタンの下地*/
  font-size: 10px;
  padding: 13px 0 8px 0px;
overflow: hidden;
}
#instagram p {
  text-align: center;
  margin-left: 40px;
}
#instagram p:before{/*アイコン*/
  top: 0px;
  left: -40px;
  width: 40px;
  height: 40px;
}
#instagram p:last-child {
	margin-left: 35px;
	margin-top: 5px;
}
#instagram p:last-child img {
	width: 180px;
}
}

/*ATTENTION*/
#attention {
	color: #fff;
	font-size: 13px;
	text-align: center;
	padding: 10px 0 60px;
}
#attention .outline {
	background:  url(../images/attention_bg.jpg) no-repeat left 10% top;
	background-size: 135px;
}
#attention h2 {
	width: 25%;
	margin: 0px auto;
	opacity: 0.3;
	padding: 20px 0 8px;
}
#attention h2 img {
	width:100%;
	height:auto;
}
#attention h2+p {
	font-size: 12px;
}
#attention p#silent_play {
	font-size: 23px;
	color: rgba(255,255,255,0.3);
	font-weight: bold;
	margin: 30px 0;
}
#attention_txt p {
	margin-bottom: 20px;
}
/*以下snsボタン*/
#attention ul#mobile_sns {
	list-style: none;
	margin: 60px auto 0;
}
#attention ul#mobile_sns li {
	display: inline-block;
	margin-right: 40px;
	width: 42px;
}
#attention ul#mobile_sns li:last-child {
	margin-right: 0;
}
#attention ul#mobile_sns li img {
	width: 100%;
	height: auto;
}
#attention ul#mobile_sns li a:hover {
	opacity: 0.7;
}


/*ATTENTION　スマホのスタイル*/
@media screen and (max-width: 599px){
#attention {
	font-size: 13px;
	padding: 20px 0 40px;
}
#attention .outline {
	background:  url(../images/attention_bg.jpg) no-repeat left top;
	background-size: 80px;
}
#attention h2 {
	width: 48%;
}
#attention p#silent_play {
	font-size: 20px;
}
#attention_txt p {
	text-align: left;
}
#attention_txt p br {
	display: none;
}
/*以下snsボタン*/
#attention ul#mobile_sns {
	margin: 40px auto 0;
}
}


/*footer*/
#ft {
	color:#fff;
	padding: 30px 0 0;
	border-top: 1px solid #333;
}
#ft_logo img {
	width: 180px;
	margin: 0 auto;
	display: block;
}
.ft_contact {
	margin: 30px 0 10px;
}
#ft .logo p{
	font-size: 19px;
	display: inline-block;
	vertical-align: middle;
}
#ft .logo p:first-child {
	font-size: 8px;
}
#ft p#btn_contact a {
	display: block;
	font-size: 12px;
	border: 1px solid #fff;
	padding: 8px 0;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	color: #fff;
	border-radius: 20px;
	margin-top: 0px;
}
#ft p#btn_contact a:hover {
	background: #fff;
	color: #000;
}

#ft .address {
	font-size: 13px;
}
#ft .address p {
	margin-bottom: 5px;
}
#ft .address #ft_tel a {
	font-size: 30px;
	color: #fff;
	display: block;
}
#ft .address #mail a {
	color: #fff;
	font-size: 1.5em;
}
#ft .address #ft_time_s {
	font-size: 0.7em;
	display: block;
}
#ft .ft_contact p#sns_btn a br {
	display: none;
}
#ft .ft_contact p#sns_btn a {
	display: block;
	font-size: 11px;
	color: #fff;
	background: #666;
	padding: 12px 0px 10px 0px;
	border-radius: 10px;
	margin-top: 30px;
	text-align: center;
}
#ft .ft_contact p#sns_btn a:hover {
	opacity: 0.8;
}
/*以下googlemap*/
#ft #map {
	margin-top: 30px;
	position: relative;
	padding-bottom: 50%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	}
	#ft #map iframe,
	#ft #map object,
	#ft #map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

footer {
	font-size: 10px;
	text-align: center;
	padding: 30px 0;
}


/* ==== page_top === */
p#page-top  {
	width:11%;
	position:fixed;
	bottom:5px;
	right:5px;
	max-width: 50px;
}
p#page-top img {
	width:100%;
	height:auto;
}


