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

/*####################*/
/* 画像付きメニュー */
/*####################*/
/* 2列 */
.menu_box {
	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
	align-items: stretch;
}
.menu_box li {
	display: block;
	width: 305px;
	border: 1px solid #ccc;
	margin-bottom: 10px;	
}
.menu_box figure {
	line-height: 0;
	width: 100%;
}
.menu_box figure img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.menu_box li a {
	display: block;
	padding: 10px;
}
.menu_box li a:hover img {
	opacity: 0.8 ;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
/* 3列 */
.menu_box_s {
	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
	align-items: stretch;
}
.menu_box_s li {
	display: block;
	width: 32%;
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 10px;	
}
.menu_box_s::after {
	content: "";
  	display: block;
 	width: 32%;
}
.menu_box_s figure {
	margin-bottom: 10px;
	line-height: 0;
	width: 100%;
}
.menu_box_s figure img {
	width: 100%;
	height: 120px;
	object-fit: cover;
}
.menu_box_s li a {
	display: block;
}
.menu_box_s li a:hover img {
	opacity: 0.8 ;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
/*####################*/
/* 画像左　ボックス */
/*####################*/
.photol_box {
  display: flex;
  flex-wrap: nowrap;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #cccccc;
}
.photol_box-image {
  width: 45%;
  margin-right: 10px;
}
.photol_box-image img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.photol_box-text {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
}
.photol_box-text span {
	font-size: 20px;
	font-weight: bold;
}
/* 武道館新聞 */
.shinbun_box {
  display: flex;
  flex-wrap: nowrap;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #cccccc;
}
.shinbun_box-image {
  width: 150px;
  margin-right: 10px;
  border: 1px solid #cccccc;
}
.shinbun_box-image img {
	width: 100%;
	height: auto;
}
.shinbun_box-text {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
}

/*####################*/
/*カレンダー　*/
/*####################*/
.event_calendar_tbl {
	width: 100%;
	border-top: solid 1px #f0f0f0;
}

.event_calendar_tbl th {
	background-color:#DDDDDD;
	border-bottom: solid 1px #f0f0f0;
	padding: 5px;
}

.event_calendar_tbl th.cal_day01 {
	width: 8%;
	font-size: 150%;
	font-weight: bold;
	text-align: right;
}

.event_calendar_tbl th.cal_day02{
	width: 7%;
	font-size: 90%;
	font-weight: bold;
	text-align:left;
}

.event_calendar_tbl th.cal_day03 {
	width: 7%;
	font-size: 90%;
	font-weight: bold;
	text-align: left;
	color: #0024F9;
}

.event_calendar_tbl th.cal_day04 {
	width: 7%;
	font-size: 90%;
	font-weight: bold;
	text-align: left;
	color: #FF0004;
}

.event_calendar_tbl td {
	border-bottom: solid 1px #f0f0f0;
	padding: 5px;
}
nav.pagenation {
	position: relative;
	padding-bottom: 20px;
}

nav.pagenation a {
	color: #000;
    text-decoration: none;
}
nav.pagenation a:hover {
    text-decoration: underline;
}
nav.pagenation .next,
nav.pagenation .back {
	position: absolute; 
}
nav.pagenation .next {
	right: 0;
	top: 0;
}
nav.pagenation .back {
	left: 0;
	top: 0;
}
/*####################*/
/*フロアマップ　*/
/*####################*/
.img_floormap {
	position: relative;
	width: 630px;
	height: 952px;
}
.img_floormap .f_btn_01 {
	position: absolute;
	top: 196px;
	left: 222px;
}
.img_floormap .f_btn_02 {
	position: absolute;
	top: 312px;
	left: 180px;
}
.img_floormap .f_btn_03 {
	position: absolute;
	top: 273px;
	left: 374px;
}
.img_floormap .f_btn_04 {
	position: absolute;
	top: 312px;
	left: 518px;
}
.img_floormap .f_btn_05 {
	position: absolute;
	top: 346px;
	left: 255px;
}
.img_floormap .f_btn_06 {
	position: absolute;
	top: 346px;
	left: 231px;
}
.img_floormap .f_btn_07 {
	position: absolute;
	top: 388px;
	left: 297px;
}
.img_floormap .f_btn_08 {
	position: absolute;
	top: 388px;
	left: 489px;
}
.img_floormap .f_btn_09 {
	position: absolute;
	top: 364px;
	left: 7px;
}
.img_floormap .f_btn_10 {
	position: absolute;
	top: 431px;
	left: 56px;
}
.img_floormap .f_btn_11 {
	position: absolute;
	top: 562px;
	left: 203px;
}
.img_floormap .f_btn_12 {
	position: absolute;
	top: 723px;
	left: 547px;
}
.img_floormap .f_btn_13 {
	position: absolute;
	top: 764px;
	left: 547px;
}
.img_floormap .f_btn_14 {
	position: absolute;
	top: 811px;
	left: 547px;
}

.img_full {
	width: 100%;
	height: auto;
}
/*####################*/
/* 背景色 */
/*####################*/
.bg_lightgray {
	background-color: #F5F5F5!important;
}
.bg_yellow {
	background-color: #FEFFDD;
}
.bg_blue {
	background-color: #DFEEFF;
}
/*####################*/
/* ボタン */
/*####################*/
a.btn_01 {
  display: block;
  /*height: 60px;*/
  width: 100%;
  padding:1px;
  text-decoration: none;
  line-height: 2em;
  color: #fff;
  font-size:20px;
  /*text-shadow: 0px -1px 0px #af6d01;*/
  background: #fff;
  border: 1px solid #660099;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 2px #ccc;
  -moz-box-shadow: 1px 1px 2px #ccc;
  box-shadow: 1px 1px 2px #ccc;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  margin-top: 30px;
}
a.btn_01 span{
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
  background: #660099;
  border-radius: 5px;
	padding: 10px 0;
}
a.btn_01:hover{
  opacity: 0.8;
}
a.btn_01:active{  /* クリックした時 */
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow: none;
}
/* ページ内リンク */
.link_page {
	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
	align-items: stretch;
	margin-bottom: 30px;
}
.link_page a.btn_gray {
  display: block;
  height: 50px;
  width: 32%;
  padding:1px;
  text-decoration: none;
  line-height: 47px;
  color: #fff;
  font-size:16px;
  /*text-shadow: 0px -1px 0px #af6d01;*/
  background: #fff;
  border: 1px solid #9C9C9C;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 2px #ccc;
  -moz-box-shadow: 1px 1px 2px #ccc;
  box-shadow: 1px 1px 2px #ccc;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  margin-top: 30px;
}
.link_page a.btn_gray span{
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
  background: #9C9C9C;
  border-radius: 5px;
}
.link_page a.btn_gray:hover{
  opacity: 0.8;
  border: 1px solid #660099;
}
.link_page a.btn_gray:hover span{
  background: #660099;
}

/*####################*/
/*画像付きボックス */
/*####################*/
/* 画像左 */
.left_img_box {
	margin: 40px 0;
	overflow: hidden;
}
.left_img_box img {
	float: left;
	margin-right: 20px;
}
.left_img_box .caption {
	overflow: hidden;
}
/* 画像右 */
.right_img_box {
	overflow: hidden;
	margin: 20px 0;
}
.right_img_box img {
	float: right;
	margin-left: 20px;
}
.right_img_box .caption {
	overflow: auto;
}
/* 合宿 */
.gasshuku_box_gray {
	background-color: #E7E7E7;
	padding: 10px;
}
.gasshuku_box_brown {
	background-color: #BC6002;
	padding: 10px;
}
.gasshuku_box_darkgray {
	background-color: #474747;
	padding: 10px;
}
.gasshuku_box_brown p,
.gasshuku_box_darkgray p{
	color: #FFFFFF;
}
.gasshuku_box_brown p a,
.gasshuku_box_darkgray p a{
	color: #FFFFFF;
}
.gasshuku_box_darkgray ul li,
.gasshuku_box_darkgray ul li a{
	color: #FFFFFF;
}
/*####################*/
/* リスト */
/*####################*/
/* ダウンロード */
.list_icon {
	margin: 10px 0 20px 0;
}
.list_icon li {
	margin-bottom: 20px;
	padding-left: 20px;
}
.list_icon li a {
	color:#660099;
}
.list_icon li a i {
	padding-right: 0.5em;
	font-size: 130%;
	margin-left: -20px;
}
/* 協議会 */
.list_kyogikai {
	margin: 20px 0;
}
.list_kyogikai dt{
	background-color: #F5F5F5;
	padding: 5px;
	margin-bottom: 10px;
}
.list_kyogikai dd {
	margin-bottom: 20px;
}
/* 武道館新聞 */
.list_shinbun {
	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.list_shinbun::before{
  content:"";
  display: block;
  width:23%;
  order:1;
}
.list_shinbun::after{
  content:"";
  display: block;
  width:23%;
}
.list_shinbun li {
	width: 23%;
	text-align: center;
	margin-bottom: 10px;
}
.list_shinbun li a {
	display: block;
	color: #ffffff;
	background-color: #9C9C9C;
	padding: 10px 0;
}
.list_shinbun li a:hover {
	background-color: #660099;
}
/* サイトマップ */
.list_sitemap {
	margin: 10px 0 20px 0;
}
.list_sitemap li {
	margin-bottom: 20px;
	padding-left: 20px;
}
.list_sitemap li li {
	margin: 10px 0 20px 0;
	position: relative;
}
.list_sitemap li li::after {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: 0em;
  width: 6px;
  height: 6px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.list_sitemap li li li{
	margin: 10px 0 20px 0;
	position: relative;
}
.list_sitemap li li li::after{
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: 0em;
  width: 6px;
  height: 6px;
  background-color: #333;
  border-radius: 100%;
}
.list_sitemap li a {
	color: #333333;
	font-size: 130%;
	font-weight: bold;
}
.list_sitemap li li a {
	color: #333333;
	font-size: 110%;
	font-weight: normal;
}
.list_sitemap li a i {
	padding-right: 0.5em;
	margin-left: -20px;
}

/*####################*/
/* フォント */
/*####################*/
/* サイズ */
.font_s{
	font-size: 90%;
}

.table01 th,
.table01 td {
	vertical-align: middle;
}
.bg_gray_txt {
	background-color: #272727;
	color: #fff;
	padding: 5px;
}
/*テキスト位置*/
.txt_r{
	text-align:right;
}
.txt_l{
	text-align:left;
}
.txt_c{
	text-align:center;
}
/*####################*/
/*####################*/
/*####################*/
/*####################*/
/*####################*/
/*####################*/
/*####################*/
/*####################*/
/*SPモード*/
@media screen and (max-width: 768px) {
/*####################*/
/* 画像付きメニュー */
/*####################*/
.menu_box {
	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.menu_box li {
	display: block;
	width: 100%;
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 20px;	
}
.menu_box figure {
	margin-bottom: 10px;
	line-height: 0;
	width: 100%;
}
.menu_box figure img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}
.menu_box li a {
	display: block;
}
/* 2列 */
.menu_box_s {
	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
	align-items: stretch;
}
.menu_box_s li {
	display: block;
	width: 49%;
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 10px;	
}
.menu_box_s figure {
	margin-bottom: 10px;
	line-height: 0;
	width: 100%;
}
.menu_box_s figure img {
	width: 100%;
	height: 150px;
	object-fit: cover;
}
.menu_box_s li a {
	display: block;
}
.menu_box_s li a:hover img {
	opacity: 0.8 ;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
/*####################*/
/*カレンダー　*/
/*####################*/
.event_calendar_tbl {
	font-size: 80%;
}

.event_calendar_tbl th.cal_day01 {
	width: 5%;
	font-size: 130%;
}
.contact_tel_number {
	font-size: 18px;
	font-weight: bold;
}
	
.img_full_sp {
	width: 100%;
	height: auto;
}
/*####################*/
/* ボタン */
/*####################*/
a.btn_01 {
  font-size: 16px;
}
/*####################*/
/* 画像左　ボックス */
/*####################*/
.photol_box {
  display: flex;
  flex-wrap: nowrap;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #cccccc;
}
.photol_box-image {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  align-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  object-fit: cover;
  margin-right: 10px;
}
.photol_box-image img {
	width: 100%;
}
.photol_box-text span {
	font-size: 130%;
}

/* 画像左 */
.left_img_box {
	margin: 40px 0;
	overflow: hidden;
}
.left_img_box img {
	float: none;
	margin-right:0;
}
/*####################*/
/* 右　画像ボックス */
/*####################*/
.right_img_box img {
	float: none;
	margin-bottom: 20px;
}
/*####################*/
/*フロアマップ　*/
/*####################*/
.img_floormap {
	width: auto;
	height: auto;
}
/*.img_floormap img {
	width: 100%;
}*/
.img_floormap .f_btn_01 {
	position: absolute;
	top: 20%;
	left: 35%;
	width: 4%;
}
.img_floormap .f_btn_02 {
	position: absolute;
	top: 32%;
	left: 29%;
	width: 4%;
}
.img_floormap .f_btn_03 {
	position: absolute;
	top: 28%;
	left: 59%;
	width: 4%;
}
.img_floormap .f_btn_04 {
	position: absolute;
	top: 32%;
	left: 82%;
	width: 4%;
}
.img_floormap .f_btn_05 {
	position: absolute;
	top: 36%;
	left: 41%;
	width: 4%;
}
.img_floormap .f_btn_06 {
	position: absolute;
	top: 36%;
	left: 37%;
	width: 4%;
}
.img_floormap .f_btn_07 {
	position: absolute;
	top: 39%;
	left: 47%;
	width: 4%;
}
.img_floormap .f_btn_08 {
	position: absolute;
	top: 39%;
	left: 77%;
	width: 4%;
}
.img_floormap .f_btn_09 {
	position: absolute;
	top: 37%;
	left: 1%;
	width: 4%;
}
.img_floormap .f_btn_10 {
	position: absolute;
	top: 44%;
	left: 8.5%;
	width: 4%;
}
.img_floormap .f_btn_11 {
	position: absolute;
	top: 57%;
	left: 32%;
	width: 4%;
}
.img_floormap .f_btn_12 {
	position: absolute;
	top: 74%;
	left: 87%;
	width: 4%;
}
.img_floormap .f_btn_13 {
	top: 78.5%;
	left: 87%;
	width: 4%;
}
.img_floormap .f_btn_14 {
	position: absolute;
	top: 83%;
	left: 87%;
	width: 4%;
}
}
