body {
	padding-top: 10px;
	padding-bottom: 20px;
	font: 15px/1.5 Verdana, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

a {color: #000;text-decoration: underline;}
a:hover{color: #000;text-decoration: none;}
a img:hover{opacity:.8;}

.sidemenu {
	margin-top: 10px;
}

.fa-twitter:before {
    content: '𝕏' !important;
    font-family: unset;
    font-weight: bold;
}

.fa-twitter-square:before {
    content: '𝕏' !important;
    font-family: unset;
    font-weight: bold;
}


h2 {
    clear: both;
    padding: 15px 0 15px 15px;
    font-size: 140%;
    background-color: #eb40a0;
    color: #ffffff;
    text-align: left;
    margin: 0 0 20px 0;
}

h3 {
	font-size: 140%;
	padding: 0.5em;/*文字周りの余白*/
	background: #fef0f8;/*背景色*/
	border-left: solid 5px #eb40a0;/*左線（実線 太さ 色）*/
	margin-bottom: 20px;
}

dl {
	margin-bottom: 0px;
}

.row {
	margin-bottom:20px;
}

.flex{
	display: flex;
	flex-wrap: wrap;
}

.jumbotron {
	margin-bottom: 0px;
}

.container-fluid {
	padding-right: 0px;
	padding-left: 0px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}

.subtitle h1{
	background: #eb40a0;
	box-shadow: 0px 0px 0px 5px #eb40a0;
/*	border: dashed 2px white;*/
	padding: 0.2em 0.5em;
	color: #fff;
	margin-left: -15px;
}

.sidemenu_title h4{
	background: #eb40a0;
	box-shadow: 0px 0px 0px 5px #eb40a0;
/*	border: dashed 2px white;*/
	padding: 0.2em 0.5em;
	color: #fff;
}

.button_onoff {
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    color: #eb40a0;
    border: dashed 1px #eb40a0;
    background: #fef0f8;
    border-radius: 3px;
    transition: .4s;
	font-size: 140%;
}

.button_onoff:hover {
    background: #eb40a0;
    color: #FFF;
}

.list_style_none ul{
	width: 100%;
	padding: 0 0 0 0px;
	margin: 0 0 5px 0 ;
	text-align: left;
	list-style-type: none;
}

.display_inline_block ul li{
	display: inline-block;
	*display: inline;  
	*zoom: 1; 
	vertical-align:top;
	padding: 0px 10px 0 10px;
	color: #ffffff;
}

/*font awesome*/
.fa-color {color: #eb40a0;}


/*header*/
.logo_header {
	display: block;
	height: 42px;
	margin-bottom: 10px;
	padding-right: 15px;
	padding-left: 15px;
}

.logo_header img{
	float: left;
}

.logo_header p{
	float: right;
	vertical-align:bottom;
	padding:10px 0 0 0;
}

/*navber*/
.navbar {
	margin-bottom: 20px;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	background-color: #eb40a0;
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.dropdown-menu > li > a {
    text-decoration: none;
}

/* メニューのセンタリング */
.navbar-nav{
	margin: 0 auto;
	display: table;
	table-layout: fixed;
	float:none;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ccc;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #000;
  background-color: #fff;
}

/* ハンバーガー四角い枠 */
.navbar-toggle {
	margin-right: 20px;
	background-color: #ffffff;
}

/* ハンバーガー三本線 */
.navbar-default .navbar-toggle .icon-bar {
    background-color: #eb40a0;
}
/* ハンバーガーボタン,タップとホバーした時の背景色 */
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: #ffffff;
}
/* ハンバーガーボタン,タップとホバーした時の三本線 */
.navbar-default .navbar-toggle:focus > .icon-bar,
.navbar-default .navbar-toggle:hover > .icon-bar {
    background-color: #eb40a0;
}

/* ハンバーガーボタンタップ時のドロップダウンメニュー */
/*
.navbar-nav{
	margin:2px 0px 2px -10px;
}
*/


/*carousel*/
.carousel {
	margin-bottom:10px;
}

.carousel-control.left {
    background-image: none;
}

.carousel-control.right {
    background-image: none;
}

/* breadcrumb */
.breadcrumb {
    margin-bottom: 10px;
}

/*News&Topics Top*/
.news_topics_top {
	border-right: solid 1px #eb40a0;
	border-bottom: solid 1px #eb40a0;
	border-left: solid 1px #eb40a0;
	margin-top: -20px;
	padding: 10px;
}

.news_topics_top li{
	border-bottom: solid 1px #eb40a0;
	padding: 10px 0;
}

.news_topics_top li:last-child{
	border-bottom: none;
	padding: 10px 0 0 0;
}

.news_topics_top dd{
}


/* Form */
.checkbox-inline, .radio-inline {
    margin-left: 10px;
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    padding-top: 0;
}

.form-control-static {
    padding-top: 0;
}

/* Enjoy */
.enjoy p{
	width: 100%;
	background: #fef0f8;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
}

/* Artist */
.artist_detail_comment{
	border-right: solid 1px #eb40a0;
	border-bottom: solid 1px #eb40a0;
	border-left: solid 1px #eb40a0;
	margin-top: -20px;
	padding: 10px;
}

.artist_detail i{
	width:13%;
}

/* facility */
.facility_list h2{
	padding: 0.5em 0.5em;
	background: #fef0f8;
}

.facility_list p{
	margin-left: 0.5em;
}

.facility_detail_comment{
	border-right: solid 1px #eb40a0;
	border-bottom: solid 1px #eb40a0;
	border-left: solid 1px #eb40a0;
	margin-top: -20px;
	padding: 10px;
}

.facility_detail i{
	width:13%;
}

/* service */
.service_detail_comment{
	border-right: solid 1px #eb40a0;
	border-bottom: solid 1px #eb40a0;
	border-left: solid 1px #eb40a0;
	margin-top: -20px;
	padding: 10px;
}

.service_detail i{
	width:13%;
}

/*
.artist_detail span{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #eb40a0;
    color: #FFF;
    border-radius: 4px;
    box-shadow: 0px 0px 0px 5px #eb40a0;
	margin-left: 10px;
}

.artist_detail span a{
    color: #FFF;
}
*/

.popup {
    position: relative;
}
.popup a{
    margin-right: 10px;
}
.popup span{
    display: none;
}
.popup a:hover span{
    background: none repeat scroll 0 0 #fef0f8;
    border: 1px solid #eb40a0;
    color: #000000;
    display: block;
    line-height: 1.2em;
    margin: 0.5em;
    padding: 0.5em;
    position: absolute;
    top: 25px;
	left: 60px;
	z-index: 1;
}

/* Google Maps
------------------------------------------------------------*/
#map{
	display: block;
	width: 100%;
	height:300px;
	margin: 0 auto;
	margin-bottom: 30px;
}

#map2{
	display: block;
	width: 100%;
	height:600px;
	margin: 0 auto;
	margin-bottom: 30px;
}



/* copyright
.copyright {
	clear: both;
	padding: 15px 0 10px;
	text-align: left;
	font-size: 100%;
	color: #ffffff;
	background: #e4007f;
}
*/

.copyright {
	clear: both;
	padding: 15px 0 10px;
	text-align: left;
	font-size: 100%;
	color: #000;
/*	background: #e4007f;*/
	border-top: solid 10px #eb40a0;
	border-bottom: solid 10px #eb40a0;
}

.copyright p{
	margin: 0 0 0 10px;
	font-size: 14px;
}

.copyright hr{
	margin: 10px 0;
	border: 0;
	border-bottom: 1px dashed #000;
}

.copyright a{
	color: #000;
	text-decoration: none;
}

/* kiyaku */
.kiyaku {
    width: 100%;
    height: 150px;
	overflow: auto;
}

h3 > span > a{
	text-align:right;
	margin:0 0 0 auto;
	float:right;
}

.facility_list span {
    position: absolute;
    top: 5px;
    left: 20px;
    margin: 0;
    color: white;
    background: #eb40a0;
    font-size: 15px;
    line-height: 1;
    padding: 5px 10px;
}

.block_li_6 ul{
	width: 100%;
	padding: 0 0 0 0px;
	margin: 0 0 10px 0 ;
	text-align: left;
	list-style-type: none;
}

.block_li_6 ul li{
	display: inline-block;
	*display: inline;  
	*zoom: 1; 
	vertical-align:top;
	padding: 0px 5px 10px 5px;
	width:16%;
}


.gmap {
height: 0;
overflow: hidden;
padding-bottom: 40%;
position: relative;
margin-bottom: 20px;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}

.gmap2 {
height: 0;
overflow: hidden;
padding-bottom: 100%;
position: relative;
}
.gmap2 iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}

.youtubeListTop {
  /*width: 33.333%;*/
  aspect-ratio: 16 / 9;
  margin-bottom: 20px;
}
.youtubeListTop iframe {
  width: 100%;
  height: 100%;
}

.top_artist h4 {
    background: #eb40a0;
    padding: 0.5em 0.5em;
    color: #fff;
}

h4>a {
    text-decoration: none;
    color: #fff;
}

.video_box {
    position: relative;
}
.video_scope {
    width: 50px;
    height: 50px;
    color: #DD2E3A;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4rem;
    border-radius: 50%;
    cursor: pointer;
    
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fb-container {
    width: 100%;
	max-width: 400px;
}

.flex{
    display: flex;
    flex-wrap: wrap;
}
